summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-09-07 10:55:02 -0700
committerGitHub <noreply@github.com>2016-09-07 10:55:02 -0700
commit135a20cd110d356d5d098a08a7b447205adaed7a (patch)
treef5200a6b35f19d1bf95dea1fa7e339f40391413b
parentfbe77b167002e8a49225b607ca8c37dc7e4b41fe (diff)
parentdd197d3212ac28e778d372df9d03e58b21386648 (diff)
downloadbinaryen-135a20cd110d356d5d098a08a7b447205adaed7a.tar.gz
binaryen-135a20cd110d356d5d098a08a7b447205adaed7a.tar.bz2
binaryen-135a20cd110d356d5d098a08a7b447205adaed7a.zip
Merge pull request #678 from WebAssembly/stack
Stack machine + 0xc update
-rwxr-xr-xauto_update_tests.py7
-rw-r--r--bin/binaryen.js841
-rw-r--r--bin/wasm.js20
-rwxr-xr-xcheck.py228
-rw-r--r--scripts/fuzz_relooper.py6
-rwxr-xr-xscripts/support.py7
-rw-r--r--src/asm2wasm.h291
-rw-r--r--src/ast_utils.h111
-rw-r--r--src/binaryen-c.cpp63
-rw-r--r--src/binaryen-c.h14
-rw-r--r--src/cfg/Relooper.cpp2
-rw-r--r--src/cfg/cfg-traversal.h70
-rw-r--r--src/js/wasm.js-post.js66
-rw-r--r--src/passes/CMakeLists.txt2
-rw-r--r--src/passes/CoalesceLocals.cpp12
-rw-r--r--src/passes/DeadCodeElimination.cpp58
-rw-r--r--src/passes/DropReturnValues.cpp83
-rw-r--r--src/passes/LowerIfElse.cpp67
-rw-r--r--src/passes/MergeBlocks.cpp69
-rw-r--r--src/passes/NameManager.cpp3
-rw-r--r--src/passes/Print.cpp148
-rw-r--r--src/passes/RemoveImports.cpp2
-rw-r--r--src/passes/RemoveUnusedBrs.cpp2
-rw-r--r--src/passes/RemoveUnusedNames.cpp28
-rw-r--r--src/passes/SimplifyLocals.cpp42
-rw-r--r--src/passes/Vacuum.cpp48
-rw-r--r--src/passes/pass.cpp5
-rw-r--r--src/passes/passes.h1
-rw-r--r--src/s2wasm.h12
-rw-r--r--src/shell-interface.h13
-rw-r--r--src/support/colors.h9
-rw-r--r--src/tools/asm2wasm.cpp28
-rw-r--r--src/tools/wasm-shell.cpp37
-rw-r--r--src/wasm-binary.h178
-rw-r--r--src/wasm-builder.h53
-rw-r--r--src/wasm-interpreter.h102
-rw-r--r--src/wasm-js.cpp123
-rw-r--r--src/wasm-linker.cpp13
-rw-r--r--src/wasm-linker.h1
-rw-r--r--src/wasm-module-building.h6
-rw-r--r--src/wasm-printing.h2
-rw-r--r--src/wasm-s-parser.h361
-rw-r--r--src/wasm-traversal.h125
-rw-r--r--src/wasm-validator.h208
-rw-r--r--src/wasm.cpp10
-rw-r--r--src/wasm.h74
-rw-r--r--test/emcc_O2_hello_world.fromasm3411
-rw-r--r--test/emcc_O2_hello_world.fromasm.imprecise3408
-rw-r--r--test/emcc_O2_hello_world.fromasm.imprecise.no-opts3225
-rw-r--r--test/emcc_O2_hello_world.fromasm.no-opts3227
-rw-r--r--test/emcc_hello_world.fromasm13476
-rw-r--r--test/emcc_hello_world.fromasm.imprecise13465
-rw-r--r--test/emcc_hello_world.fromasm.imprecise.no-opts19412
-rw-r--r--test/emcc_hello_world.fromasm.no-opts19422
-rw-r--r--test/empty.fromasm6
-rw-r--r--test/empty.fromasm.imprecise5
-rw-r--r--test/empty.fromasm.imprecise.no-opts5
-rw-r--r--test/empty.fromasm.no-opts5
-rw-r--r--test/example/c-api-kitchen-sink.c50
-rw-r--r--test/example/c-api-kitchen-sink.txt2431
-rw-r--r--test/example/c-api-kitchen-sink.txt.txt938
-rw-r--r--test/example/relooper-fuzz.c6
-rw-r--r--test/example/relooper-fuzz.txt18
-rw-r--r--test/example/relooper-fuzz1.c6
-rw-r--r--test/example/relooper-fuzz1.txt18
-rw-r--r--test/hello_world.fromasm8
-rw-r--r--test/hello_world.fromasm.imprecise7
-rw-r--r--test/hello_world.fromasm.imprecise.no-opts7
-rw-r--r--test/hello_world.fromasm.no-opts7
-rw-r--r--test/hello_world.wast2
-rw-r--r--test/hello_world.wast.fromBinary2
-rw-r--r--test/kitchen_sink.wast1078
-rw-r--r--test/kitchen_sink.wast.fromBinary1078
-rw-r--r--test/llvm_autogenerated/byval.wast98
-rw-r--r--test/llvm_autogenerated/cfg-stackify.wast248
-rw-r--r--test/llvm_autogenerated/dead-vreg.wast22
-rw-r--r--test/llvm_autogenerated/i128.wast401
-rw-r--r--test/llvm_autogenerated/i64-load-store-alignment.wast8
-rw-r--r--test/llvm_autogenerated/legalize.wast95
-rw-r--r--test/llvm_autogenerated/mem-intrinsics.wast95
-rw-r--r--test/llvm_autogenerated/offset.wast119
-rw-r--r--test/llvm_autogenerated/phi.wast2
-rw-r--r--test/llvm_autogenerated/reg-stackify.wast151
-rw-r--r--test/llvm_autogenerated/store-results.wast50
-rw-r--r--test/llvm_autogenerated/store-trunc.wast2
-rw-r--r--test/llvm_autogenerated/userstack.wast177
-rw-r--r--test/llvm_autogenerated/varargs.wast78
-rw-r--r--test/memorygrowth.fromasm3465
-rw-r--r--test/memorygrowth.fromasm.imprecise3462
-rw-r--r--test/memorygrowth.fromasm.imprecise.no-opts3265
-rw-r--r--test/memorygrowth.fromasm.no-opts3267
-rw-r--r--test/min.fromasm9
-rw-r--r--test/min.fromasm.imprecise8
-rw-r--r--test/min.fromasm.imprecise.no-opts26
-rw-r--r--test/min.fromasm.no-opts26
-rw-r--r--test/min.wast4
-rw-r--r--test/min.wast.fromBinary4
-rw-r--r--test/passes/coalesce-locals-learning.txt554
-rw-r--r--test/passes/coalesce-locals-learning.wast908
-rw-r--r--test/passes/coalesce-locals.txt566
-rw-r--r--test/passes/coalesce-locals.wast954
-rw-r--r--test/passes/dce.txt106
-rw-r--r--test/passes/dce.wast385
-rw-r--r--test/passes/drop-return-values.txt32
-rw-r--r--test/passes/drop-return-values.wast9
-rw-r--r--test/passes/duplicate-function-elimination.txt418
-rw-r--r--test/passes/duplicate-function-elimination.wast1101
-rw-r--r--test/passes/lower-if-else.txt42
-rw-r--r--test/passes/lower-if-else.wast29
-rw-r--r--test/passes/metrics.txt35
-rw-r--r--test/passes/metrics.wast41
-rw-r--r--test/passes/nm.txt32
-rw-r--r--test/passes/nm.wast37
-rw-r--r--test/passes/optimize-instructions.txt196
-rw-r--r--test/passes/optimize-instructions.wast208
-rw-r--r--test/passes/post-emscripten.txt44
-rw-r--r--test/passes/post-emscripten.wast64
-rw-r--r--test/passes/precompute.txt26
-rw-r--r--test/passes/precompute.wast48
-rw-r--r--test/passes/remove-imports.txt8
-rw-r--r--test/passes/remove-imports.wast13
-rw-r--r--test/passes/remove-unused-brs.txt216
-rw-r--r--test/passes/remove-unused-brs.wast319
-rw-r--r--test/passes/remove-unused-functions.txt2
-rw-r--r--test/passes/remove-unused-functions.wast29
-rw-r--r--test/passes/remove-unused-names.txt45
-rw-r--r--test/passes/remove-unused-names.wast48
-rw-r--r--test/passes/remove-unused-names_merge-blocks.txt652
-rw-r--r--test/passes/remove-unused-names_merge-blocks.wast970
-rw-r--r--test/passes/reorder-functions.wast16
-rw-r--r--test/passes/reorder-locals.txt4
-rw-r--r--test/passes/reorder-locals.wast60
-rw-r--r--test/passes/simplify-locals.txt485
-rw-r--r--test/passes/simplify-locals.wast566
-rw-r--r--test/passes/vacuum.txt80
-rw-r--r--test/passes/vacuum.wast294
m---------test/spec0
-rw-r--r--test/two_sides.fromasm14
-rw-r--r--test/two_sides.fromasm.imprecise11
-rw-r--r--test/two_sides.fromasm.imprecise.no-opts7
-rw-r--r--test/two_sides.fromasm.no-opts9
-rw-r--r--test/unit.asm.js69
-rw-r--r--test/unit.fromasm366
-rw-r--r--test/unit.fromasm.imprecise353
-rw-r--r--test/unit.fromasm.imprecise.no-opts584
-rw-r--r--test/unit.fromasm.no-opts588
-rw-r--r--test/unit.wast86
-rw-r--r--test/unit.wast.fromBinary88
148 files changed, 61009 insertions, 54264 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py
index 1ecbb7a40..447340886 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -18,14 +18,20 @@ for asm in sorted(os.listdir('test')):
if not opts:
cmd += ['--no-opts']
wasm += '.no-opts'
+ if precise and opts:
+ # test mem init importing
+ open('a.mem', 'wb').write(asm)
+ cmd += ['--mem-init=a.mem']
print '..', asm, wasm
print ' ', ' '.join(cmd)
actual, err = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
with open(os.path.join('test', wasm), 'w') as o: o.write(actual)
+'''
for dot_s_dir in ['dot_s', 'llvm_autogenerated']:
for s in sorted(os.listdir(os.path.join('test', dot_s_dir))):
if not s.endswith('.s'): continue
+ if s in ['indirect-import.s', 'memops.s', 'byval.s', 'cfg-stackify.s', 'dead-vreg.s', 'i128.s', 'legalize.s', 'mem-intrinsics.s', 'offset.s', 'reg-stackify.s', 'store-results.s', 'userstack.s', 'varargs.s']: continue # tests with invalid drop() code (use return of store)
print '..', s
wasm = s.replace('.s', '.wast')
full = os.path.join('test', dot_s_dir, s)
@@ -38,6 +44,7 @@ for dot_s_dir in ['dot_s', 'llvm_autogenerated']:
expected_file = os.path.join('test', dot_s_dir, wasm)
with open(expected_file, 'w') as o: o.write(actual)
+'''
'''
for wasm in ['address.wast']:#os.listdir(os.path.join('test', 'spec')):
diff --git a/bin/binaryen.js b/bin/binaryen.js
index 61e9b5783..2ab5aa3c7 100644
--- a/bin/binaryen.js
+++ b/bin/binaryen.js
@@ -1,431 +1,436 @@
-function gb(d){function ib(a){eval.call(null,a)}function u(a,b){a||w("Assertion failed: "+b)}function jb(a){var b=d["_"+a];if(!b)try{b=eval("_"+a)}catch(c){}u(b,"Cannot call unknown function "+a+" (perhaps LLVM optimizations or closure removed it?)");return b}function kb(a,b,c){c=c||"i8";"*"===c.charAt(c.length-1)&&(c="i32");switch(c){case "i1":B[a>>0]=b;break;case "i8":B[a>>0]=b;break;case "i16":xa[a>>1]=b;break;case "i32":p[a>>2]=b;break;case "i64":tempI64=[b>>>0,(tempDouble=b,1<=+Nb(tempDouble)?
-0<tempDouble?(Ob(+Pb(tempDouble/4294967296),4294967295)|0)>>>0:~~+Qb((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)];p[a>>2]=tempI64[0];p[a+4>>2]=tempI64[1];break;case "float":Ha[a>>2]=b;break;case "double":Ia[a>>3]=b;break;default:w("invalid type for setValue: "+c)}}function lb(a,b){b=b||"i8";"*"===b.charAt(b.length-1)&&(b="i32");switch(b){case "i1":return B[a>>0];case "i8":return B[a>>0];case "i16":return xa[a>>1];case "i32":return p[a>>2];case "i64":return p[a>>2];case "float":return Ha[a>>
-2];case "double":return Ia[a>>3];default:w("invalid type for setValue: "+b)}return null}function H(a,b,c,k){var e,d;"number"===typeof a?(e=!0,d=a):(e=!1,d=a.length);var n="string"===typeof b?b:null;c=4==c?k:["function"===typeof U?U:m.Ab,m.Va,m.Ab,m.fa][void 0===c?2:c](Math.max(d,n?1:b.length));if(e){k=c;u(0==(c&3));for(a=c+(d&-4);k<a;k+=4)p[k>>2]=0;for(a=c+d;k<a;)B[k++>>0]=0;return c}if("i8"===n)return a.subarray||a.slice?I.set(a,c):I.set(new Uint8Array(a),c),c;k=0;for(var na,f;k<d;){var g=a[k];"function"===
-typeof g&&(g=m.Zf(g));e=n||b[k];0===e?k++:("i64"==e&&(e="i32"),kb(c+k,g,e),f!==e&&(na=m.Yb(e),f=e),k+=na)}return c}function K(a,b){if(0===b||!a)return"";for(var c=0,k,e=0;;){k=I[a+e>>0];c|=k;if(0==k&&!b)break;e++;if(b&&e==b)break}b||(b=e);k="";if(128>c){for(;0<b;)c=String.fromCharCode.apply(String,I.subarray(a,a+Math.min(b,1024))),k=k?k+c:c,a+=1024,b-=1024;return k}return d.UTF8ToString(a)}function ka(a,b){for(var c=b;a[c];)++c;if(16<c-b&&a.subarray&&mb)return mb.decode(a.subarray(b,c));for(var k,
+function ib(d){function kb(a){eval.call(null,a)}function u(a,b){a||w("Assertion failed: "+b)}function lb(a){var b=d["_"+a];if(!b)try{b=eval("_"+a)}catch(c){}u(b,"Cannot call unknown function "+a+" (perhaps LLVM optimizations or closure removed it?)");return b}function mb(a,b,c){c=c||"i8";"*"===c.charAt(c.length-1)&&(c="i32");switch(c){case "i1":B[a>>0]=b;break;case "i8":B[a>>0]=b;break;case "i16":xa[a>>1]=b;break;case "i32":p[a>>2]=b;break;case "i64":tempI64=[b>>>0,(tempDouble=b,1<=+Ob(tempDouble)?
+0<tempDouble?(Pb(+Qb(tempDouble/4294967296),4294967295)|0)>>>0:~~+Rb((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)];p[a>>2]=tempI64[0];p[a+4>>2]=tempI64[1];break;case "float":Ha[a>>2]=b;break;case "double":Ia[a>>3]=b;break;default:w("invalid type for setValue: "+c)}}function nb(a,b){b=b||"i8";"*"===b.charAt(b.length-1)&&(b="i32");switch(b){case "i1":return B[a>>0];case "i8":return B[a>>0];case "i16":return xa[a>>1];case "i32":return p[a>>2];case "i64":return p[a>>2];case "float":return Ha[a>>
+2];case "double":return Ia[a>>3];default:w("invalid type for setValue: "+b)}return null}function H(a,b,c,k){var e,d;"number"===typeof a?(e=!0,d=a):(e=!1,d=a.length);var n="string"===typeof b?b:null;c=4==c?k:["function"===typeof U?U:m.zb,m.Ua,m.zb,m.gb][void 0===c?2:c](Math.max(d,n?1:b.length));if(e){k=c;u(0==(c&3));for(a=c+(d&-4);k<a;k+=4)p[k>>2]=0;for(a=c+d;k<a;)B[k++>>0]=0;return c}if("i8"===n)return a.subarray||a.slice?I.set(a,c):I.set(new Uint8Array(a),c),c;k=0;for(var na,f;k<d;){var g=a[k];"function"===
+typeof g&&(g=m.Yf(g));e=n||b[k];0===e?k++:("i64"==e&&(e="i32"),mb(c+k,g,e),f!==e&&(na=m.Wb(e),f=e),k+=na)}return c}function K(a,b){if(0===b||!a)return"";for(var c=0,k,e=0;;){k=I[a+e>>0];c|=k;if(0==k&&!b)break;e++;if(b&&e==b)break}b||(b=e);k="";if(128>c){for(;0<b;)c=String.fromCharCode.apply(String,I.subarray(a,a+Math.min(b,1024))),k=k?k+c:c,a+=1024,b-=1024;return k}return d.UTF8ToString(a)}function ka(a,b){for(var c=b;a[c];)++c;if(16<c-b&&a.subarray&&ob)return ob.decode(a.subarray(b,c));for(var k,
e,d,n,na,f,c="";;){k=a[b++];if(!k)return c;k&128?(e=a[b++]&63,192==(k&224)?c+=String.fromCharCode((k&31)<<6|e):(d=a[b++]&63,224==(k&240)?k=(k&15)<<12|e<<6|d:(n=a[b++]&63,240==(k&248)?k=(k&7)<<18|e<<12|d<<6|n:(na=a[b++]&63,248==(k&252)?k=(k&3)<<24|e<<18|d<<12|n<<6|na:(f=a[b++]&63,k=(k&1)<<30|e<<24|d<<18|n<<12|na<<6|f))),65536>k?c+=String.fromCharCode(k):(k-=65536,c+=String.fromCharCode(55296|k>>10,56320|k&1023)))):c+=String.fromCharCode(k)}}function Ja(a,b,c,k){if(!(0<k))return 0;var e=c;k=c+k-1;for(var d=
0;d<a.length;++d){var n=a.charCodeAt(d);55296<=n&&57343>=n&&(n=65536+((n&1023)<<10)|a.charCodeAt(++d)&1023);if(127>=n){if(c>=k)break;b[c++]=n}else{if(2047>=n){if(c+1>=k)break;b[c++]=192|n>>6}else{if(65535>=n){if(c+2>=k)break;b[c++]=224|n>>12}else{if(2097151>=n){if(c+3>=k)break;b[c++]=240|n>>18}else{if(67108863>=n){if(c+4>=k)break;b[c++]=248|n>>24}else{if(c+5>=k)break;b[c++]=252|n>>30;b[c++]=128|n>>24&63}b[c++]=128|n>>18&63}b[c++]=128|n>>12&63}b[c++]=128|n>>6&63}b[c++]=128|n&63}}b[c]=0;return c-e}
-function ya(a,b,c){return Ja(a,I,b,c)}function oa(a){for(var b=0,c=0;c<a.length;++c){var k=a.charCodeAt(c);55296<=k&&57343>=k&&(k=65536+((k&1023)<<10)|a.charCodeAt(++c)&1023);127>=k?++b:b=2047>=k?b+2:65535>=k?b+3:2097151>=k?b+4:67108863>=k?b+5:b+6}return b}function Rb(a){return a.replace(/__Z[\w\d_]+/g,function(a){var c;a:{if(d.___cxa_demangle)try{var k=a.substr(1),e=oa(k)+1,l=U(e);ya(k,l,e);var n=U(4),f=d.___cxa_demangle(l,0,0,n);if(0===lb(n,"i32")&&f){c=K(f);break a}}catch(g){}finally{l&&Ka(l),
-n&&Ka(n),f&&Ka(f)}else m.la("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling");c=a}return a===c?a:a+" ["+c+"]"})}function La(){var a;a:{a=Error();if(!a.stack){try{throw Error(0);}catch(b){a=b}if(!a.stack){a="(no stack trace available)";break a}}a=a.stack.toString()}d.extraStackTrace&&(a+="\n"+d.extraStackTrace());return Rb(a)}function Va(a){0<a%4096&&(a+=4096-a%4096);return a}function nb(){d.HEAP8=B=new Int8Array(G);d.HEAP16=xa=new Int16Array(G);d.HEAP32=p=new Int32Array(G);
-d.HEAPU8=I=new Uint8Array(G);d.HEAPU16=ob=new Uint16Array(G);d.HEAPU32=pb=new Uint32Array(G);d.HEAPF32=Ha=new Float32Array(G);d.HEAPF64=Ia=new Float64Array(G)}function Sb(){var a=Math.pow(2,31);if(L>=a)return!1;for(;F<=L;)if(F<a/2)F=Va(2*F);else{var b=F;F=Va((3*F+a)/4);if(F<=b)return!1}F=Math.max(F,16777216);if(F>=a)return!1;a=d.reallocBuffer(F);if(!a)return!1;d.buffer=G=a;nb();return!0}function pa(a){for(;0<a.length;){var b=a.shift();if("function"==typeof b)b();else{var c=b.J;"number"===typeof c?
-void 0===b.Ja?m.S("v",c):m.S("vi",c,[b.Ja]):c(void 0===b.Ja?null:b.Ja)}}}function qb(a){rb.unshift(a)}function sb(a){Wa.unshift(a)}function tb(a){ub.unshift(a)}function ba(a,b,c){c=Array(0<c?c:oa(a)+1);a=Ja(a,c,0,c.length);b&&(c.length=a);return c}function Xa(a,b){B.set(a,b)}function Ya(a,b,c){for(var k=0;k<a.length;++k)B[b++>>0]=a.charCodeAt(k);c||(B[b>>0]=0)}function vb(){la++;d.monitorRunDependencies&&d.monitorRunDependencies(la)}function Za(){la--;d.monitorRunDependencies&&d.monitorRunDependencies(la);
-if(0==la&&(null!==$a&&(clearInterval($a),$a=null),za)){var a=za;za=null;a()}}function wb(a,b){V.unshift({J:a,Ja:b})}function qa(){return!!qa.n}function Aa(){var a=C.Sa;if(!a)return(g.setTempRet0(0),0)|0;var b=C.L[a],c=b.type;if(!c)return(g.setTempRet0(0),a)|0;var k=Array.prototype.slice.call(arguments);d.___cxa_is_pointer_type(c);Aa.buffer||(Aa.buffer=U(4));p[Aa.buffer>>2]=a;for(var a=Aa.buffer,e=0;e<k.length;e++)if(k[e]&&d.___cxa_can_catch(k[e],c,a))return a=p[a>>2],b.Ib=a,(g.setTempRet0(k[e]),a)|
+function ya(a,b,c){return Ja(a,I,b,c)}function oa(a){for(var b=0,c=0;c<a.length;++c){var k=a.charCodeAt(c);55296<=k&&57343>=k&&(k=65536+((k&1023)<<10)|a.charCodeAt(++c)&1023);127>=k?++b:b=2047>=k?b+2:65535>=k?b+3:2097151>=k?b+4:67108863>=k?b+5:b+6}return b}function Sb(a){return a.replace(/__Z[\w\d_]+/g,function(a){var c;a:{if(d.___cxa_demangle)try{var k=a.substr(1),e=oa(k)+1,l=U(e);ya(k,l,e);var n=U(4),f=d.___cxa_demangle(l,0,0,n);if(0===nb(n,"i32")&&f){c=K(f);break a}}catch(g){}finally{l&&Ka(l),
+n&&Ka(n),f&&Ka(f)}else m.ka("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling");c=a}return a===c?a:a+" ["+c+"]"})}function La(){var a;a:{a=Error();if(!a.stack){try{throw Error(0);}catch(b){a=b}if(!a.stack){a="(no stack trace available)";break a}}a=a.stack.toString()}d.extraStackTrace&&(a+="\n"+d.extraStackTrace());return Sb(a)}function pb(a){0<a%4096&&(a+=4096-a%4096);return a}function qb(){d.HEAP8=B=new Int8Array(G);d.HEAP16=xa=new Int16Array(G);d.HEAP32=p=new Int32Array(G);
+d.HEAPU8=I=new Uint8Array(G);d.HEAPU16=rb=new Uint16Array(G);d.HEAPU32=sb=new Uint32Array(G);d.HEAPF32=Ha=new Float32Array(G);d.HEAPF64=Ia=new Float64Array(G)}function tb(){var a=Math.pow(2,31);if(p[aa>>2]>=a)return!1;for(;C<p[aa>>2];)if(C<a/2)C=pb(2*C);else{var b=C;C=pb((3*C+a)/4);if(C<=b)return!1}C=Math.max(C,16777216);if(C>=a)return!1;a=d.reallocBuffer(C);if(!a)return!1;d.buffer=G=a;qb();return!0}function pa(a){for(;0<a.length;){var b=a.shift();if("function"==typeof b)b();else{var c=b.J;"number"===
+typeof c?void 0===b.Ia?m.S("v",c):m.S("vi",c,[b.Ia]):c(void 0===b.Ia?null:b.Ia)}}}function ub(a){vb.unshift(a)}function wb(a){Va.unshift(a)}function xb(a){yb.unshift(a)}function ba(a,b,c){c=Array(0<c?c:oa(a)+1);a=Ja(a,c,0,c.length);b&&(c.length=a);return c}function Wa(a,b){B.set(a,b)}function Xa(a,b,c){for(var k=0;k<a.length;++k)B[b++>>0]=a.charCodeAt(k);c||(B[b>>0]=0)}function zb(){la++;d.monitorRunDependencies&&d.monitorRunDependencies(la)}function Ya(){la--;d.monitorRunDependencies&&d.monitorRunDependencies(la);
+if(0==la&&(null!==Za&&(clearInterval(Za),Za=null),za)){var a=za;za=null;a()}}function Ab(a,b){V.unshift({J:a,Ia:b})}function qa(){return!!qa.n}function Aa(){var a=D.Ra;if(!a)return(g.setTempRet0(0),0)|0;var b=D.L[a],c=b.type;if(!c)return(g.setTempRet0(0),a)|0;var k=Array.prototype.slice.call(arguments);d.___cxa_is_pointer_type(c);Aa.buffer||(Aa.buffer=U(4));p[Aa.buffer>>2]=a;for(var a=Aa.buffer,e=0;e<k.length;e++)if(k[e]&&d.___cxa_can_catch(k[e],c,a))return a=p[a>>2],b.Hb=a,(g.setTempRet0(k[e]),a)|
0;a=p[a>>2];return(g.setTempRet0(c),a)|0}function ra(a){d.___errno_location&&(p[d.___errno_location()>>2]=a);return a}function Ma(a,b){V.push(function(){m.S("vi",a,[b])});Ma.level=V.length}function Ba(a){return 0===a%4&&(0!==a%100||0===a%400)}function Na(a,b){for(var c=0,k=0;k<=b;c+=a[k++]);return c}function Ca(a,b){for(var c=new Date(a.getTime());0<b;){var k=c.getMonth(),e=(Ba(c.getFullYear())?Oa:Pa)[k];if(b>e-c.getDate())b-=e-c.getDate()+1,c.setDate(1),11>k?c.setMonth(k+1):(c.setMonth(0),c.setFullYear(c.getFullYear()+
-1));else{c.setDate(c.getDate()+b);break}}return c}function xb(a,b,c,k){function e(a,b,c){for(a="number"===typeof a?a.toString():a||"";a.length<b;)a=c[0]+a;return a}function d(a,b){return e(a,b,"0")}function n(a,b){function c(a){return 0>a?-1:0<a?1:0}var k;0===(k=c(a.getFullYear()-b.getFullYear()))&&0===(k=c(a.getMonth()-b.getMonth()))&&(k=c(a.getDate()-b.getDate()));return k}function f(a){switch(a.getDay()){case 0:return new Date(a.getFullYear()-1,11,29);case 1:return a;case 2:return new Date(a.getFullYear(),
-0,3);case 3:return new Date(a.getFullYear(),0,2);case 4:return new Date(a.getFullYear(),0,1);case 5:return new Date(a.getFullYear()-1,11,31);case 6:return new Date(a.getFullYear()-1,11,30)}}function g(a){a=Ca(new Date(a.u+1900,0,1),a.Za);var b=f(new Date(a.getFullYear()+1,0,4));return 0>=n(f(new Date(a.getFullYear(),0,4)),a)?0>=n(b,a)?a.getFullYear()+1:a.getFullYear():a.getFullYear()-1}var J=p[k+40>>2];k={Bd:p[k>>2],Ad:p[k+4>>2],Ya:p[k+8>>2],da:p[k+12>>2],V:p[k+16>>2],u:p[k+20>>2],gc:p[k+24>>2],Za:p[k+
-28>>2],ug:p[k+32>>2],zd:p[k+36>>2],Cd:J?K(J):""};c=K(c);var J={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S"},Q;for(Q in J)c=c.replace(new RegExp(Q,"g"),J[Q]);var m="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),q="January February March April May June July August September October November December".split(" "),J={"%a":function(a){return m[a.gc].substring(0,3)},"%A":function(a){return m[a.gc]},
-"%b":function(a){return q[a.V].substring(0,3)},"%B":function(a){return q[a.V]},"%C":function(a){return d((a.u+1900)/100|0,2)},"%d":function(a){return d(a.da,2)},"%e":function(a){return e(a.da,2," ")},"%g":function(a){return g(a).toString().substring(2)},"%G":function(a){return g(a)},"%H":function(a){return d(a.Ya,2)},"%I":function(a){a=a.Ya;0==a?a=12:12<a&&(a-=12);return d(a,2)},"%j":function(a){return d(a.da+Na(Ba(a.u+1900)?Oa:Pa,a.V-1),3)},"%m":function(a){return d(a.V+1,2)},"%M":function(a){return d(a.Ad,
-2)},"%n":function(){return"\n"},"%p":function(a){return 0<=a.Ya&&12>a.Ya?"AM":"PM"},"%S":function(a){return d(a.Bd,2)},"%t":function(){return"\t"},"%u":function(a){return(new Date(a.u+1900,a.V+1,a.da,0,0,0,0)).getDay()||7},"%U":function(a){var b=new Date(a.u+1900,0,1),c=0===b.getDay()?b:Ca(b,7-b.getDay());a=new Date(a.u+1900,a.V,a.da);return 0>n(c,a)?d(Math.ceil((31-c.getDate()+(Na(Ba(a.getFullYear())?Oa:Pa,a.getMonth()-1)-31)+a.getDate())/7),2):0===n(c,b)?"01":"00"},"%V":function(a){var b=f(new Date(a.u+
-1900,0,4)),c=f(new Date(a.u+1901,0,4)),k=Ca(new Date(a.u+1900,0,1),a.Za);return 0>n(k,b)?"53":0>=n(c,k)?"01":d(Math.ceil((b.getFullYear()<a.u+1900?a.Za+32-b.getDate():a.Za+1-b.getDate())/7),2)},"%w":function(a){return(new Date(a.u+1900,a.V+1,a.da,0,0,0,0)).getDay()},"%W":function(a){var b=new Date(a.u,0,1),c=1===b.getDay()?b:Ca(b,0===b.getDay()?1:7-b.getDay()+1);a=new Date(a.u+1900,a.V,a.da);return 0>n(c,a)?d(Math.ceil((31-c.getDate()+(Na(Ba(a.getFullYear())?Oa:Pa,a.getMonth()-1)-31)+a.getDate())/
-7),2):0===n(c,b)?"01":"00"},"%y":function(a){return(a.u+1900).toString().substring(2)},"%Y":function(a){return a.u+1900},"%z":function(a){a=a.zd;var b=0<=a;a=Math.abs(a)/60;return(b?"+":"-")+String("0000"+(a/60*100+a%60)).slice(-4)},"%Z":function(a){return a.Cd},"%%":function(){return"%"}};for(Q in J)0<=c.indexOf(Q)&&(c=c.replace(new RegExp(Q,"g"),J[Q](k)));Q=ba(c,!1);if(Q.length>b)return 0;Xa(Q,a);return Q.length-1}function Qa(a){var b=Qa;b.Ob||(L=Va(L),b.Ob=!0,u(m.fa),b.eb=m.fa,m.fa=function(){w("cannot dynamically allocate, sbrk now has control")});
-var c=L;return 0==a||b.eb(a)?c:4294967295}function ma(){w()}function yb(){return O||"undefined"!==typeof dateNow||(sa||ca)&&self.performance&&self.performance.now}function Da(a,b){Da.n||(Da.n={});a in Da.n||(m.S("v",b),Da.n[a]=1)}function U(a){return m.fa(a+8)+8&4294967288}function Ra(a){var b,c;Ra.ta?(c=p[zb>>2],b=p[c>>2]):(Ra.ta=!0,W.USER=W.LOGNAME="web_user",W.PATH="/",W.PWD="/",W.HOME="/home/web_user",W.LANG="C",W._=d.thisProgram,b=H(1024,"i8",2),c=H(256,"i8*",2),p[c>>2]=b,p[zb>>2]=c);var k=[],
-e=0,l;for(l in a)if("string"===typeof a[l]){var n=l+"="+a[l];k.push(n);e+=n.length}if(1024<e)throw Error("Environment size exceeded TOTAL_ENV_SIZE!");for(a=0;a<k.length;a++)n=k[a],Ya(n,b),p[c+4*a>>2]=b,b+=n.length+1;p[c+4*k.length>>2]=0}function Ea(a){if(0===a)return 0;a=K(a);if(!W.hasOwnProperty(a))return 0;Ea.ta&&Ka(Ea.ta);Ea.ta=H(ba(W[a]),"i8",0);return Ea.ta}function ta(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function ab(a){function b(){if(!d.calledRun&&
-(d.calledRun=!0,!ua)){Fa||(Fa=!0,pa(va));pa(Wa);if(d.onRuntimeInitialized)d.onRuntimeInitialized();d._main&&Ab&&d.callMain(a);if(d.postRun)for("function"==typeof d.postRun&&(d.postRun=[d.postRun]);d.postRun.length;)tb(d.postRun.shift());pa(ub)}}a=a||d.arguments;null===Bb&&(Bb=Date.now());if(!(0<la)){if(d.preRun)for("function"==typeof d.preRun&&(d.preRun=[d.preRun]);d.preRun.length;)qb(d.preRun.shift());pa(rb);0<la||d.calledRun||(d.setStatus?(d.setStatus("Running..."),setTimeout(function(){setTimeout(function(){d.setStatus("")},
-1);b()},1)):b())}}function Cb(a,b){if(!b||!d.noExitRuntime){if(!d.noExitRuntime&&(ua=!0,X=Tb,pa(V),d.onExit))d.onExit(a);O?process.exit(a):Sa&&"function"===typeof quit&&quit(a);throw new ta(a);}}function w(a){void 0!==a?(d.print(a),d.tb(a),a=JSON.stringify(a)):a="";ua=!0;var b="abort("+a+") at "+La()+"\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.";Db&&Db.forEach(function(c){b=c(b,a)});throw b;}function x(){}function M(a){return(a||x).s}function wa(a,
-b){var c=M(b),k=c[a];if(k)return k;k=Object.create((b||x).prototype);k.e=a;return c[a]=k}function Eb(a){return"string"===typeof a?bb.eb(ba(a),B):a}function ga(){throw"cannot construct a ExternalInterface, no constructor in IDL";}function N(a){a&&"object"===typeof a&&(a=a.e);this.e=Ub(a);M(N)[this.e]=this}function Y(a){bb.ec();a&&"object"===typeof a?a=a.e:a=Eb(a);this.e=Vb(a);M(Y)[this.e]=this}function d(){this.e=Wb();M(d)[this.e]=this}function E(){throw"cannot construct a Element, no constructor in IDL";
-}function P(a){bb.ec();a&&"object"===typeof a?a=a.e:a=Eb(a);this.e=Xb(a);M(P)[this.e]=this}function R(a){a&&"object"===typeof a&&(a=a.e);this.e=Yb(a);M(R)[this.e]=this}function da(a,b){a&&"object"===typeof a&&(a=a.e);b&&"object"===typeof b&&(b=b.e);this.e=Zb(a,b);M(da)[this.e]=this}function Z(){this.e=$b();M(Z)[this.e]=this}function ea(){throw"cannot construct a WasmPrinter, no constructor in IDL";}function fa(){this.e=ac();M(fa)[this.e]=this}function ha(){throw"cannot construct a VoidPtr, no constructor in IDL";
-}function S(a,b,c){a&&"object"===typeof a&&(a=a.e);b&&"object"===typeof b&&(b=b.e);c&&"object"===typeof c&&(c=c.e);this.e=bc(a,b,c);M(S)[this.e]=this}function aa(a,b){a&&"object"===typeof a&&(a=a.e);b&&"object"===typeof b&&(b=b.e);this.e=cc(a,b);M(aa)[this.e]=this}d||(d=eval("(function() { try { return Binaryen || {} } catch(e) { return {} } })()"));var Ga={},ia;for(ia in d)d.hasOwnProperty(ia)&&(Ga[ia]=d[ia]);var sa=!1,ca=!1,O=!1,Sa=!1;if(d.ENVIRONMENT)if("WEB"===d.ENVIRONMENT)sa=!0;else if("WORKER"===
-d.ENVIRONMENT)ca=!0;else if("NODE"===d.ENVIRONMENT)O=!0;else if("SHELL"===d.ENVIRONMENT)Sa=!0;else throw Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.");else sa="object"===typeof window,ca="function"===typeof importScripts,O="object"===typeof process&&"function"===typeof require&&!sa&&!ca,Sa=!sa&&!O&&!ca;if(O){d.print||(d.print=console.log);d.printErr||(d.printErr=console.warn);var cb,db;d.read=function(a,b){cb||(cb=require("fs"));db||(db=
-require("path"));a=db.normalize(a);var c=cb.readFileSync(a);return b?c:c.toString()};d.readBinary=function(a){a=d.read(a,!0);a.buffer||(a=new Uint8Array(a));u(a.buffer);return a};d.load=function(a){ib(read(a))};d.thisProgram||(d.thisProgram=1<process.argv.length?process.argv[1].replace(/\\/g,"/"):"unknown-program");d.arguments=process.argv.slice(2);"undefined"!==typeof module&&(module.exports=d);process.on("uncaughtException",function(a){if(!(a instanceof ta))throw a;});d.inspect=function(){return"[Emscripten Module object]"}}else if(Sa)d.print||
-(d.print=print),"undefined"!=typeof printErr&&(d.printErr=printErr),d.read="undefined"!=typeof read?read:function(){throw"no read() available (jsc?)";},d.readBinary=function(a){if("function"===typeof readbuffer)return new Uint8Array(readbuffer(a));a=read(a,"binary");u("object"===typeof a);return a},"undefined"!=typeof scriptArgs?d.arguments=scriptArgs:"undefined"!=typeof arguments&&(d.arguments=arguments),eval("if (typeof gc === 'function' && gc.toString().indexOf('[native code]') > 0) var gc = undefined");
-else if(sa||ca)d.read=function(a){var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},d.readAsync=function(a,b,c){var k=new XMLHttpRequest;k.open("GET",a,!0);k.responseType="arraybuffer";k.onload=function(){200==k.status||0==k.status&&k.response?b(k.response):c()};k.onerror=c;k.send(null)},"undefined"!=typeof arguments&&(d.arguments=arguments),"undefined"!==typeof console?(d.print||(d.print=function(a){console.log(a)}),d.printErr||(d.printErr=function(a){console.warn(a)})):
-d.print||(d.print=function(){}),ca&&(d.load=importScripts),"undefined"===typeof d.setWindowTitle&&(d.setWindowTitle=function(a){document.title=a});else throw"Unknown runtime environment. Where are we?";!d.load&&d.read&&(d.load=function(a){ib(d.read(a))});d.print||(d.print=function(){});d.printErr||(d.printErr=d.print);d.arguments||(d.arguments=[]);d.thisProgram||(d.thisProgram="./this.program");d.print=d.print;d.tb=d.printErr;d.preRun=[];d.postRun=[];for(ia in Ga)Ga.hasOwnProperty(ia)&&(d[ia]=Ga[ia]);
-var Ga=void 0,m={wd:function(a){tempRet0=a},Zc:function(){return tempRet0},zb:function(){return X},Wa:function(a){X=a},Yb:function(a){switch(a){case "i1":case "i8":return 1;case "i16":return 2;case "i32":return 4;case "i64":return 8;case "float":return 4;case "double":return 8;default:return"*"===a[a.length-1]?m.cb:"i"===a[0]?(a=parseInt(a.substr(1)),u(0===a%8),a/8):0}},Xc:function(a){return Math.max(m.Yb(a),m.cb)},Bf:16,qg:function(a,b){"double"===b||"i64"===b?a&7&&(u(4===(a&7)),a+=4):u(0===(a&3));
-return a},Wf:function(a,b,c){return c||"i64"!=a&&"double"!=a?a?Math.min(b||(a?m.Xc(a):0),m.cb):Math.min(b,8):8},S:function(a,b,c){return c&&c.length?d["dynCall_"+a].apply(null,[b].concat(c)):d["dynCall_"+a].call(null,b)},Na:[],sc:function(a){for(var b=0;b<m.Na.length;b++)if(!m.Na[b])return m.Na[b]=a,2*(1+b);throw"Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.";},qd:function(a){m.Na[(a-2)/2]=null},la:function(a){m.la.n||(m.la.n={});m.la.n[a]||(m.la.n[a]=
-1,d.tb(a))},jb:{},Yf:function(a,b){u(b);m.jb[b]||(m.jb[b]={});var c=m.jb[b];c[a]||(c[a]=1===b.length?function(){return m.S(b,a)}:2===b.length?function(c){return m.S(b,a,[c])}:function(){return m.S(b,a,Array.prototype.slice.call(arguments))});return c[a]},Xf:function(){throw"You must build with -s RETAIN_COMPILER_SETTINGS=1 for Runtime.getCompilerSetting or emscripten_get_compiler_setting to work";},Va:function(a){var b=X;X=X+a|0;X=X+15&-16;return b},Ab:function(a){var b=y;y=y+a|0;y=y+15&-16;return b},
-fa:function(a){var b=L;L=L+a|0;L=L+15&-16;return L>=F&&!Sb()?(L=b,0):b},Jb:function(a,b){return Math.ceil(a/(b?b:16))*(b?b:16)},mg:function(a,b,c){return c?+(a>>>0)+4294967296*+(b>>>0):+(a>>>0)+4294967296*+(b|0)},ra:8,cb:4,Cf:0};d.Runtime=m;m.addFunction=m.sc;m.removeFunction=m.qd;var ua=!1,Fb,Gb;(function(){function a(a){a=a.toString().match(e).slice(1);return{arguments:a[0],body:a[1],returnValue:a[2]}}function b(){if(!d){d={};for(var b in c)c.hasOwnProperty(b)&&(d[b]=a(c[b]))}}var c={stackSave:function(){m.zb()},
-stackRestore:function(){m.Wa()},arrayToC:function(a){var b=m.Va(a.length);Xa(a,b);return b},stringToC:function(a){var b=0;if(null!==a&&void 0!==a&&0!==a){var c=(a.length<<2)+1,b=m.Va(c);ya(a,b,c)}return b}},k={string:c.stringToC,array:c.arrayToC};Gb=function(a,b,c,e,d){a=jb(a);var h=[],l=0;if(e)for(var f=0;f<e.length;f++){var g=k[c[f]];g?(0===l&&(l=m.zb()),h[f]=g(e[f])):h[f]=e[f]}c=a.apply(null,h);"string"===b&&(c=K(c));if(0!==l){if(d&&d.async){EmterpreterAsync.Ff.push(function(){m.Wa(l)});return}m.Wa(l)}return c};
-var e=/^function\s*[a-zA-Z$_0-9]*\s*\(([^)]*)\)\s*{\s*([^*]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/,d=null;Fb=function(c,e,k){k=k||[];var h=jb(c);c=k.every(function(a){return"number"===a});var f="string"!==e;if(f&&c)return h;var g=k.map(function(a,b){return"$"+b});e="(function("+g.join(",")+") {";var m=k.length;if(!c){b();e+="var stack = "+d.stackSave.body+";";for(var p=0;p<m;p++){var q=g[p],r=k[p];"number"!==r&&(r=d[r+"ToC"],e+="var "+r.arguments+" = "+q+";",e+=r.body+";",e+=q+"=("+r.returnValue+");")}}k=
-a(function(){return h}).returnValue;e+="var ret = "+k+"("+g.join(",")+");";f||(k=a(function(){return K}).returnValue,e+="ret = "+k+"(ret);");c||(b(),e+=d.stackRestore.body.replace("()","(stack)")+";");return eval(e+"return ret})")}})();d.ccall=Gb;d.cwrap=Fb;d.setValue=kb;d.getValue=lb;d.ALLOC_NORMAL=0;d.ALLOC_STACK=1;d.ALLOC_STATIC=2;d.ALLOC_DYNAMIC=3;d.ALLOC_NONE=4;d.allocate=H;d.getMemory=function(a){return Hb?"undefined"!==typeof Qa&&!Qa.Ob||!Fa?m.fa(a):U(a):m.Ab(a)};d.Pointer_stringify=K;d.AsciiToString=
-function(a){for(var b="";;){var c=B[a++>>0];if(!c)return b;b+=String.fromCharCode(c)}};d.stringToAscii=function(a,b){return Ya(a,b,!1)};var mb="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0;d.UTF8ArrayToString=ka;d.UTF8ToString=function(a){return ka(I,a)};d.stringToUTF8Array=Ja;d.stringToUTF8=ya;d.lengthBytesUTF8=oa;"undefined"!==typeof TextDecoder&&new TextDecoder("utf-16le");d.stackTrace=La;var G,B,I,xa,ob,p,pb,Ha,Ia,Ib=0,y=0,Hb=!1,Jb=0,X=0,eb=0,L=0;d.reallocBuffer||(d.reallocBuffer=
-function(a){var b;try{if(ArrayBuffer.n)b=ArrayBuffer.n(G,a);else{var c=B;b=new ArrayBuffer(a);(new Int8Array(b)).set(c)}}catch(e){return!1}return dc(b)?b:!1});var Ta;try{Ta=Function.prototype.call.bind(Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get),Ta(new ArrayBuffer(4))}catch(nd){Ta=function(a){return a.byteLength}}for(var Kb=d.TOTAL_STACK||5242880,F=d.TOTAL_MEMORY||16777216,T=65536;T<F||T<2*Kb;)T=16777216>T?2*T:T+16777216;T=Math.max(T,16777216);T!==F&&(F=T);d.buffer?G=
-d.buffer:G=new ArrayBuffer(F);nb();p[0]=1668509029;xa[1]=25459;if(115!==I[2]||99!==I[3])throw"Runtime error: expected the system to be little-endian!";d.HEAP=void 0;d.buffer=G;d.HEAP8=B;d.HEAP16=xa;d.HEAP32=p;d.HEAPU8=I;d.HEAPU16=ob;d.HEAPU32=pb;d.HEAPF32=Ha;d.HEAPF64=Ia;var rb=[],va=[],Wa=[],V=[],ub=[],Fa=!1;d.addOnPreRun=qb;d.addOnInit=function(a){va.unshift(a)};d.addOnPreMain=sb;d.addOnExit=function(a){V.unshift(a)};d.addOnPostRun=tb;d.intArrayFromString=ba;d.intArrayToString=function(a){for(var b=
-[],c=0;c<a.length;c++){var e=a[c];255<e&&(e&=255);b.push(String.fromCharCode(e))}return b.join("")};d.writeStringToMemory=function(a,b,c){m.la("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var e,d;c&&(d=b+oa(a),e=B[d]);ya(a,b,Infinity);c&&(B[d]=e)};d.writeArrayToMemory=Xa;d.writeAsciiToMemory=Ya;Math.imul&&-5===Math.imul(4294967295,5)||(Math.imul=function(a,b){var c=a&65535,e=b&65535;return c*e+((a>>>16)*e+c*(b>>>16)<<16)|0});Math.fg=Math.imul;Math.clz32||
-(Math.clz32=function(a){a=a>>>0;for(var b=0;32>b;b++)if(a&1<<31-b)return b;return 32});Math.Jf=Math.clz32;Math.trunc||(Math.trunc=function(a){return 0>a?Math.ceil(a):Math.floor(a)});Math.trunc=Math.trunc;var Nb=Math.abs,Qb=Math.ceil,Pb=Math.floor,Ob=Math.min,la=0,$a=null,za=null;d.addRunDependency=vb;d.removeRunDependency=Za;d.preloadedImages={};d.preloadedAudios={};Ib=8;y=Ib+49472;va.push({J:function(){ec()}},{J:function(){fc()}},{J:function(){gc()}},{J:function(){hc()}},{J:function(){ic()}},{J:function(){jc()}},
-{J:function(){kc()}},{J:function(){lc()}},{J:function(){mc()}});H([80,48,0,0,37,53,0,0,120,48,0,0,138,55,0,0,104,11,0,0,0,0,0,0,80,48,0,0,7,56,0,0,120,48,0,0,166,55,0,0,32,0,0,0,0,0,0,0,80,48,0,0,41,56,0,0,80,48,0,0,29,63,0,0,120,48,0,0,188,62,0,0,64,0,0,0,0,0,0,0,80,48,0,0,63,63,0,0,120,48,0,0,120,63,0,0,64,0,0,0,0,0,0,0,80,48,0,0,217,63,0,0,120,48,0,0,158,67,0,0,64,6,0,0,0,0,0,0,120,48,0,0,228,67,0,0,48,6,0,0,0,0,0,0,80,48,0,0,78,70,0,0,80,48,0,0,123,70,0,0,120,48,0,0,91,70,0,0,160,0,0,0,0,0,0,
-0,80,48,0,0,158,71,0,0,120,48,0,0,100,71,0,0,184,0,0,0,0,0,0,0,120,48,0,0,66,71,0,0,192,0,0,0,0,0,0,0,80,48,0,0,139,74,0,0,80,48,0,0,220,77,0,0,120,48,0,0,56,77,0,0,232,0,0,0,0,0,0,0,120,48,0,0,172,76,0,0,240,0,0,0,0,0,0,0,120,48,0,0,231,78,0,0,160,6,0,0,0,0,0,0,80,48,0,0,153,79,0,0,120,48,0,0,253,87,0,0,80,1,0,0,0,0,0,0,248,48,0,0,218,87,0,0,0,0,0,0,72,1,0,0,20,49,0,0,236,87,0,0,80,48,0,0,66,88,0,0,120,48,0,0,2,89,0,0,112,1,0,0,0,0,0,0,80,48,0,0,214,88,0,0,80,48,0,0,119,89,0,0,120,48,0,0,32,90,0,
-0,136,1,0,0,0,0,0,0,48,49,0,0,53,90,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,168,1,0,0,2,16,0,0,120,48,0,0,128,90,0,0,184,1,0,0,0,0,0,0,120,48,0,0,185,90,0,0,200,1,0,0,0,0,0,0,80,48,0,0,237,90,0,0,120,48,0,0,163,97,0,0,152,0,0,0,0,0,0,0,120,48,0,0,179,97,0,0,208,1,0,0,0,0,0,0,120,48,0,0,204,97,0,0,208,1,0,0,0,0,0,0,120,48,0,0,254,101,0,0,192,2,0,0,0,0,0,0,120,48,0,0,16,98,0,0,32,2,0,0,0,0,0,0,48,49,0,0,86,98,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,64,2,0,0,2,16,0,0,120,48,0,0,210,98,0,0,80,2,0,0,0,0,0,
-0,120,48,0,0,60,99,0,0,96,2,0,0,0,0,0,0,80,48,0,0,161,99,0,0,120,48,0,0,246,99,0,0,120,2,0,0,0,0,0,0,48,49,0,0,60,100,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,152,2,0,0,2,16,0,0,120,48,0,0,184,100,0,0,168,2,0,0,0,0,0,0,120,48,0,0,34,101,0,0,184,2,0,0,0,0,0,0,80,48,0,0,135,101,0,0,48,49,0,0,23,102,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,224,2,0,0,2,16,0,0,120,48,0,0,102,102,0,0,240,2,0,0,0,0,0,0,120,48,0,0,163,102,0,0,0,3,0,0,0,0,0,0,80,48,0,0,219,102,0,0,120,48,0,0,57,103,0,0,24,3,0,0,0,0,0,0,48,49,0,
-0,84,103,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,56,3,0,0,2,16,0,0,120,48,0,0,165,103,0,0,72,3,0,0,0,0,0,0,120,48,0,0,228,103,0,0,88,3,0,0,0,0,0,0,80,48,0,0,30,104,0,0,120,48,0,0,133,104,0,0,112,3,0,0,0,0,0,0,48,49,0,0,157,104,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,144,3,0,0,2,16,0,0,120,48,0,0,235,104,0,0,160,3,0,0,0,0,0,0,120,48,0,0,39,105,0,0,176,3,0,0,0,0,0,0,80,48,0,0,94,105,0,0,120,48,0,0,105,107,0,0,200,3,0,0,0,0,0,0,48,49,0,0,129,107,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,232,3,0,0,2,16,0,0,120,
-48,0,0,218,107,0,0,248,3,0,0,0,0,0,0,120,48,0,0,33,108,0,0,8,4,0,0,0,0,0,0,120,48,0,0,93,108,0,0,24,4,0,0,0,0,0,0,80,48,0,0,148,108,0,0,120,48,0,0,8,109,0,0,48,4,0,0,0,0,0,0,48,49,0,0,31,109,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,80,4,0,0,2,16,0,0,120,48,0,0,108,109,0,0,96,4,0,0,0,0,0,0,120,48,0,0,167,109,0,0,112,4,0,0,0,0,0,0,80,48,0,0,221,109,0,0,120,48,0,0,3,110,0,0,136,4,0,0,0,0,0,0,48,49,0,0,18,110,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,168,4,0,0,2,16,0,0,120,48,0,0,87,110,0,0,184,4,0,0,0,0,0,
-0,120,48,0,0,138,110,0,0,200,4,0,0,0,0,0,0,80,48,0,0,184,110,0,0,120,48,0,0,48,113,0,0,152,0,0,0,0,0,0,0,120,48,0,0,214,110,0,0,240,4,0,0,0,0,0,0,48,49,0,0,240,110,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,16,5,0,0,2,16,0,0,120,48,0,0,64,111,0,0,32,5,0,0,0,0,0,0,120,48,0,0,126,111,0,0,48,5,0,0,0,0,0,0,80,48,0,0,183,111,0,0,120,48,0,0,48,112,0,0,72,5,0,0,0,0,0,0,48,49,0,0,72,112,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,104,5,0,0,2,16,0,0,120,48,0,0,150,112,0,0,120,5,0,0,0,0,0,0,120,48,0,0,210,112,0,0,136,
-5,0,0,0,0,0,0,80,48,0,0,9,113,0,0,120,48,0,0,219,115,0,0,160,5,0,0,0,0,0,0,48,49,0,0,151,113,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,192,5,0,0,2,16,0,0,120,48,0,0,240,113,0,0,208,5,0,0,0,0,0,0,120,48,0,0,55,114,0,0,224,5,0,0,0,0,0,0,120,48,0,0,115,114,0,0,240,5,0,0,0,0,0,0,80,48,0,0,170,114,0,0,120,48,0,0,56,116,0,0,144,5,0,0,0,0,0,0,120,48,0,0,42,134,0,0,24,6,0,0,0,0,0,0,80,48,0,0,24,134,0,0,120,48,0,0,84,134,0,0,24,6,0,0,0,0,0,0,80,48,0,0,126,134,0,0,80,48,0,0,175,134,0,0,48,49,0,0,224,134,0,0,0,
-0,0,0,1,0,0,0,8,6,0,0,3,244,255,255,48,49,0,0,15,135,0,0,0,0,0,0,1,0,0,0,32,6,0,0,3,244,255,255,48,49,0,0,62,135,0,0,0,0,0,0,1,0,0,0,8,6,0,0,3,244,255,255,48,49,0,0,109,135,0,0,0,0,0,0,1,0,0,0,32,6,0,0,3,244,255,255,48,49,0,0,156,135,0,0,3,0,0,0,2,0,0,0,64,6,0,0,2,0,0,0,112,6,0,0,2,8,0,0,120,48,0,0,204,135,0,0,56,6,0,0,0,0,0,0,120,48,0,0,229,135,0,0,48,6,0,0,0,0,0,0,120,48,0,0,254,135,0,0,56,6,0,0,0,0,0,0,120,48,0,0,22,136,0,0,48,6,0,0,0,0,0,0,120,48,0,0,46,136,0,0,16,7,0,0,0,0,0,0,120,48,0,0,66,
-136,0,0,96,11,0,0,0,0,0,0,120,48,0,0,88,136,0,0,16,7,0,0,0,0,0,0,48,49,0,0,146,136,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,80,7,0,0,0,0,0,0,48,49,0,0,214,136,0,0,0,0,0,0,1,0,0,0,104,7,0,0,0,0,0,0,80,48,0,0,236,136,0,0,48,49,0,0,5,137,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,144,7,0,0,0,0,0,0,48,49,0,0,73,137,0,0,0,0,0,0,1,0,0,0,104,7,0,0,0,0,0,0,48,49,0,0,109,137,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,200,7,0,0,0,0,0,0,48,49,0,0,177,137,0,0,0,0,0,0,1,0,0,0,224,7,0,0,0,0,0,0,80,48,0,0,199,137,0,0,48,49,0,0,
-224,137,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,8,8,0,0,0,0,0,0,48,49,0,0,36,138,0,0,0,0,0,0,1,0,0,0,224,7,0,0,0,0,0,0,48,49,0,0,122,139,0,0,0,0,0,0,3,0,0,0,16,7,0,0,2,0,0,0,72,8,0,0,2,0,0,0,80,8,0,0,0,8,0,0,80,48,0,0,225,139,0,0,80,48,0,0,191,139,0,0,48,49,0,0,244,139,0,0,0,0,0,0,3,0,0,0,16,7,0,0,2,0,0,0,72,8,0,0,2,0,0,0,128,8,0,0,0,8,0,0,80,48,0,0,57,140,0,0,48,49,0,0,91,140,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,168,8,0,0,0,8,0,0,80,48,0,0,160,140,0,0,48,49,0,0,181,140,0,0,0,0,0,0,2,0,0,0,16,7,0,0,
-2,0,0,0,168,8,0,0,0,8,0,0,48,49,0,0,250,140,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,240,8,0,0,2,0,0,0,80,48,0,0,22,141,0,0,48,49,0,0,43,141,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,240,8,0,0,2,0,0,0,48,49,0,0,71,141,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,240,8,0,0,2,0,0,0,48,49,0,0,99,141,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,240,8,0,0,2,0,0,0,48,49,0,0,142,141,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,120,9,0,0,0,0,0,0,80,48,0,0,212,141,0,0,48,49,0,0,248,141,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,160,9,0,0,0,0,0,
-0,80,48,0,0,62,142,0,0,48,49,0,0,93,142,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,200,9,0,0,0,0,0,0,80,48,0,0,163,142,0,0,48,49,0,0,188,142,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,240,9,0,0,0,0,0,0,80,48,0,0,2,143,0,0,48,49,0,0,27,143,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,24,10,0,0,2,0,0,0,80,48,0,0,48,143,0,0,48,49,0,0,199,143,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,24,10,0,0,2,0,0,0,120,48,0,0,72,143,0,0,80,10,0,0,0,0,0,0,48,49,0,0,107,143,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,112,10,0,0,2,0,0,0,80,48,0,0,142,
-143,0,0,120,48,0,0,165,143,0,0,80,10,0,0,0,0,0,0,48,49,0,0,220,143,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,112,10,0,0,2,0,0,0,48,49,0,0,254,143,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,112,10,0,0,2,0,0,0,48,49,0,0,32,144,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,112,10,0,0,2,0,0,0,120,48,0,0,67,144,0,0,16,7,0,0,0,0,0,0,48,49,0,0,89,144,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,24,11,0,0,2,0,0,0,80,48,0,0,107,144,0,0,48,49,0,0,128,144,0,0,0,0,0,0,2,0,0,0,16,7,0,0,2,0,0,0,24,11,0,0,2,0,0,0,120,48,0,0,146,144,0,0,16,
-7,0,0,0,0,0,0,120,48,0,0,167,144,0,0,16,7,0,0,0,0,0,0,80,48,0,0,35,145,0,0,80,48,0,0,142,147,0,0,120,48,0,0,238,147,0,0,128,11,0,0,0,0,0,0,120,48,0,0,155,147,0,0,144,11,0,0,0,0,0,0,80,48,0,0,188,147,0,0,120,48,0,0,201,147,0,0,112,11,0,0,0,0,0,0,120,48,0,0,223,148,0,0,104,11,0,0,0,0,0,0,120,48,0,0,251,148,0,0,104,11,0,0,0,0,0,0,120,48,0,0,11,149,0,0,184,11,0,0,0,0,0,0,120,48,0,0,64,149,0,0,128,11,0,0,0,0,0,0,120,48,0,0,28,149,0,0,216,11,0,0,0,0,0,0,120,48,0,0,98,149,0,0,128,11,0,0,0,0,0,0,220,48,0,
-0,138,149,0,0,220,48,0,0,140,149,0,0,120,48,0,0,143,149,0,0,128,11,0,0,0,0,0,0,120,48,0,0,180,149,0,0,112,11,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,40,0,0,0,3,0,0,0,4,0,0,0,2,0,0,0,1,0,0,0,5,0,0,0,6,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,0,0,0,0,72,0,0,0,7,0,0,0,8,0,0,0,5,0,0,0,2,0,0,0,9,0,0,0,10,0,0,0,6,0,0,0,2,0,0,0,7,0,0,0,0,0,0,0,96,0,0,0,7,0,0,0,11,0,0,0,8,0,0,0,3,0,0,0,12,0,0,0,13,0,0,0,9,0,0,0,3,0,0,0,10,0,0,0,60,0,0,0,0,0,0,0,120,0,0,0,14,0,0,0,15,0,0,0,196,255,255,255,196,255,
-255,255,120,0,0,0,16,0,0,0,17,0,0,0,60,0,0,0,0,0,0,0,64,6,0,0,18,0,0,0,19,0,0,0,196,255,255,255,196,255,255,255,64,6,0,0,20,0,0,0,21,0,0,0,0,0,0,0,136,0,0,0,22,0,0,0,23,0,0,0,4,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,11,0,0,0,12,0,0,0,2,0,0,0,13,0,0,0,14,0,0,0,4,0,0,0,3,0,0,0,5,0,0,0,0,0,0,0,152,0,0,0,24,0,0,0,25,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,168,0,0,0,5,0,0,0,3,0,0,0,2,0,0,0,4,0,0,0,5,0,0,0,3,0,0,0,6,0,0,0,0,0,0,0,208,0,0,0,7,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,64,0,0,0,0,0,0,0,
-16,1,0,0,26,0,0,0,27,0,0,0,56,0,0,0,248,255,255,255,16,1,0,0,28,0,0,0,29,0,0,0,192,255,255,255,192,255,255,255,16,1,0,0,30,0,0,0,31,0,0,0,64,0,0,0,0,0,0,0,64,6,0,0,18,0,0,0,19,0,0,0,192,255,255,255,192,255,255,255,64,6,0,0,20,0,0,0,21,0,0,0,0,0,0,0,40,1,0,0,32,0,0,0,33,0,0,0,17,0,0,0,9,0,0,0,34,0,0,0,35,0,0,0,18,0,0,0,6,0,0,0,19,0,0,0,0,0,0,0,88,1,0,0,36,0,0,0,37,0,0,0,20,0,0,0,10,0,0,0,38,0,0,0,39,0,0,0,21,0,0,0,7,0,0,0,22,0,0,0,0,0,0,0,120,1,0,0,40,0,0,0,41,0,0,0,1,0,0,0,4,0,0,0,2,0,0,0,6,0,0,0,
-23,0,0,0,24,0,0,0,0,0,0,0,136,1,0,0,40,0,0,0,42,0,0,0,1,0,0,0,4,0,0,0,2,0,0,0,6,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,208,1,0,0,24,0,0,0,43,0,0,0,1,0,0,0,5,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,224,1,0,0,24,0,0,0,44,0,0,0,1,0,0,0,6,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,240,1,0,0,24,0,0,0,45,0,0,0,1,0,0,0,7,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,0,2,0,0,46,0,0,0,47,0,0,0,1,0,0,0,8,0,0,0,2,0,0,0,7,0,0,0,25,0,0,0,26,0,0,0,0,0,0,0,104,2,0,0,48,0,0,0,49,0,0,0,1,0,0,0,9,0,0,0,2,0,
-0,0,8,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,16,2,0,0,50,0,0,0,51,0,0,0,1,0,0,0,10,0,0,0,2,0,0,0,9,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,32,2,0,0,50,0,0,0,52,0,0,0,1,0,0,0,10,0,0,0,2,0,0,0,9,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,120,2,0,0,48,0,0,0,53,0,0,0,1,0,0,0,9,0,0,0,2,0,0,0,8,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,192,2,0,0,54,0,0,0,55,0,0,0,1,0,0,0,8,0,0,0,2,0,0,0,7,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,8,3,0,0,56,0,0,0,57,0,0,0,1,0,0,0,11,0,0,0,2,0,0,0,10,0,0,0,27,0,0,0,28,0,0,0,0,0,0,0,24,3,0,0,58,0,0,0,59,0,0,0,1,0,0,
-0,11,0,0,0,2,0,0,0,10,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,96,3,0,0,60,0,0,0,61,0,0,0,1,0,0,0,12,0,0,0,2,0,0,0,11,0,0,0,29,0,0,0,30,0,0,0,0,0,0,0,112,3,0,0,60,0,0,0,62,0,0,0,1,0,0,0,12,0,0,0,2,0,0,0,11,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,184,3,0,0,63,0,0,0,64,0,0,0,1,0,0,0,13,0,0,0,2,0,0,0,12,0,0,0,31,0,0,0,32,0,0,0,0,0,0,0,200,3,0,0,65,0,0,0,66,0,0,0,1,0,0,0,13,0,0,0,2,0,0,0,12,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,32,4,0,0,67,0,0,0,68,0,0,0,1,0,0,0,14,0,0,0,2,0,0,0,13,0,0,0,33,0,0,0,34,0,0,0,0,0,0,0,48,4,0,0,
-69,0,0,0,70,0,0,0,1,0,0,0,14,0,0,0,2,0,0,0,13,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,120,4,0,0,71,0,0,0,72,0,0,0,1,0,0,0,15,0,0,0,2,0,0,0,14,0,0,0,35,0,0,0,36,0,0,0,0,0,0,0,136,4,0,0,73,0,0,0,74,0,0,0,1,0,0,0,15,0,0,0,2,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,208,4,0,0,75,0,0,0,76,0,0,0,1,0,0,0,16,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,224,4,0,0,77,0,0,0,78,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,15,0,0,0,37,0,0,0,38,0,0,0,0,0,0,0,240,4,0,0,77,0,0,0,79,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,15,0,0,0,15,0,0,0,16,
-0,0,0,0,0,0,0,56,5,0,0,80,0,0,0,81,0,0,0,1,0,0,0,18,0,0,0,2,0,0,0,16,0,0,0,39,0,0,0,40,0,0,0,0,0,0,0,72,5,0,0,80,0,0,0,82,0,0,0,1,0,0,0,18,0,0,0,2,0,0,0,16,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,144,5,0,0,83,0,0,0,84,0,0,0,1,0,0,0,19,0,0,0,2,0,0,0,17,0,0,0,41,0,0,0,42,0,0,0,11,0,0,0,0,0,0,0,160,5,0,0,85,0,0,0,86,0,0,0,1,0,0,0,19,0,0,0,2,0,0,0,17,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,248,5,0,0,83,0,0,0,87,0,0,0,1,0,0,0,19,0,0,0,2,0,0,0,17,0,0,0,41,0,0,0,43,0,0,0,12,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,
-6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,211,
-5,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,5,0,0,0,46,185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,5,0,0,0,54,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,44,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,5,0,0,0,62,189,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+1));else{c.setDate(c.getDate()+b);break}}return c}function Bb(a,b,c,k){function e(a,b,c){for(a="number"===typeof a?a.toString():a||"";a.length<b;)a=c[0]+a;return a}function d(a,b){return e(a,b,"0")}function n(a,b){function c(a){return 0>a?-1:0<a?1:0}var k;0===(k=c(a.getFullYear()-b.getFullYear()))&&0===(k=c(a.getMonth()-b.getMonth()))&&(k=c(a.getDate()-b.getDate()));return k}function f(a){switch(a.getDay()){case 0:return new Date(a.getFullYear()-1,11,29);case 1:return a;case 2:return new Date(a.getFullYear(),
+0,3);case 3:return new Date(a.getFullYear(),0,2);case 4:return new Date(a.getFullYear(),0,1);case 5:return new Date(a.getFullYear()-1,11,31);case 6:return new Date(a.getFullYear()-1,11,30)}}function g(a){a=Ca(new Date(a.u+1900,0,1),a.Ya);var b=f(new Date(a.getFullYear()+1,0,4));return 0>=n(f(new Date(a.getFullYear(),0,4)),a)?0>=n(b,a)?a.getFullYear()+1:a.getFullYear():a.getFullYear()-1}var J=p[k+40>>2];k={Ad:p[k>>2],zd:p[k+4>>2],Xa:p[k+8>>2],da:p[k+12>>2],V:p[k+16>>2],u:p[k+20>>2],ec:p[k+24>>2],Ya:p[k+
+28>>2],tg:p[k+32>>2],yd:p[k+36>>2],Bd:J?K(J):""};c=K(c);var J={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S"},P;for(P in J)c=c.replace(new RegExp(P,"g"),J[P]);var m="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),q="January February March April May June July August September October November December".split(" "),J={"%a":function(a){return m[a.ec].substring(0,3)},"%A":function(a){return m[a.ec]},
+"%b":function(a){return q[a.V].substring(0,3)},"%B":function(a){return q[a.V]},"%C":function(a){return d((a.u+1900)/100|0,2)},"%d":function(a){return d(a.da,2)},"%e":function(a){return e(a.da,2," ")},"%g":function(a){return g(a).toString().substring(2)},"%G":function(a){return g(a)},"%H":function(a){return d(a.Xa,2)},"%I":function(a){a=a.Xa;0==a?a=12:12<a&&(a-=12);return d(a,2)},"%j":function(a){return d(a.da+Na(Ba(a.u+1900)?Oa:Pa,a.V-1),3)},"%m":function(a){return d(a.V+1,2)},"%M":function(a){return d(a.zd,
+2)},"%n":function(){return"\n"},"%p":function(a){return 0<=a.Xa&&12>a.Xa?"AM":"PM"},"%S":function(a){return d(a.Ad,2)},"%t":function(){return"\t"},"%u":function(a){return(new Date(a.u+1900,a.V+1,a.da,0,0,0,0)).getDay()||7},"%U":function(a){var b=new Date(a.u+1900,0,1),c=0===b.getDay()?b:Ca(b,7-b.getDay());a=new Date(a.u+1900,a.V,a.da);return 0>n(c,a)?d(Math.ceil((31-c.getDate()+(Na(Ba(a.getFullYear())?Oa:Pa,a.getMonth()-1)-31)+a.getDate())/7),2):0===n(c,b)?"01":"00"},"%V":function(a){var b=f(new Date(a.u+
+1900,0,4)),c=f(new Date(a.u+1901,0,4)),k=Ca(new Date(a.u+1900,0,1),a.Ya);return 0>n(k,b)?"53":0>=n(c,k)?"01":d(Math.ceil((b.getFullYear()<a.u+1900?a.Ya+32-b.getDate():a.Ya+1-b.getDate())/7),2)},"%w":function(a){return(new Date(a.u+1900,a.V+1,a.da,0,0,0,0)).getDay()},"%W":function(a){var b=new Date(a.u,0,1),c=1===b.getDay()?b:Ca(b,0===b.getDay()?1:7-b.getDay()+1);a=new Date(a.u+1900,a.V,a.da);return 0>n(c,a)?d(Math.ceil((31-c.getDate()+(Na(Ba(a.getFullYear())?Oa:Pa,a.getMonth()-1)-31)+a.getDate())/
+7),2):0===n(c,b)?"01":"00"},"%y":function(a){return(a.u+1900).toString().substring(2)},"%Y":function(a){return a.u+1900},"%z":function(a){a=a.yd;var b=0<=a;a=Math.abs(a)/60;return(b?"+":"-")+String("0000"+(a/60*100+a%60)).slice(-4)},"%Z":function(a){return a.Bd},"%%":function(){return"%"}};for(P in J)0<=c.indexOf(P)&&(c=c.replace(new RegExp(P,"g"),J[P](k)));P=ba(c,!1);if(P.length>b)return 0;Wa(P,a);return P.length-1}function ma(){w()}function Cb(){return N||"undefined"!==typeof dateNow||(sa||ca)&&
+self.performance&&self.performance.now}function Da(a,b){Da.n||(Da.n={});a in Da.n||(m.S("v",b),Da.n[a]=1)}function U(a){return m.gb(a+8)+8&4294967288}function Qa(a){var b,c;Qa.sa?(c=p[Db>>2],b=p[c>>2]):(Qa.sa=!0,W.USER=W.LOGNAME="web_user",W.PATH="/",W.PWD="/",W.HOME="/home/web_user",W.LANG="C",W._=d.thisProgram,b=H(1024,"i8",2),c=H(256,"i8*",2),p[c>>2]=b,p[Db>>2]=c);var k=[],e=0,l;for(l in a)if("string"===typeof a[l]){var n=l+"="+a[l];k.push(n);e+=n.length}if(1024<e)throw Error("Environment size exceeded TOTAL_ENV_SIZE!");
+for(a=0;a<k.length;a++)n=k[a],Xa(n,b),p[c+4*a>>2]=b,b+=n.length+1;p[c+4*k.length>>2]=0}function Ea(a){if(0===a)return 0;a=K(a);if(!W.hasOwnProperty(a))return 0;Ea.sa&&Ka(Ea.sa);Ea.sa=H(ba(W[a]),"i8",0);return Ea.sa}function ta(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function $a(a){function b(){if(!d.calledRun&&(d.calledRun=!0,!ua)){Fa||(Fa=!0,pa(va));pa(Va);if(d.onRuntimeInitialized)d.onRuntimeInitialized();d._main&&Eb&&d.callMain(a);if(d.postRun)for("function"==
+typeof d.postRun&&(d.postRun=[d.postRun]);d.postRun.length;)xb(d.postRun.shift());pa(yb)}}a=a||d.arguments;null===Fb&&(Fb=Date.now());if(!(0<la)){if(d.preRun)for("function"==typeof d.preRun&&(d.preRun=[d.preRun]);d.preRun.length;)ub(d.preRun.shift());pa(vb);0<la||d.calledRun||(d.setStatus?(d.setStatus("Running..."),setTimeout(function(){setTimeout(function(){d.setStatus("")},1);b()},1)):b())}}function Gb(a,b){if(!b||!d.noExitRuntime){if(!d.noExitRuntime&&(ua=!0,Q=Tb,pa(V),d.onExit))d.onExit(a);N?
+process.exit(a):Ra&&"function"===typeof quit&&quit(a);throw new ta(a);}}function w(a){void 0!==a?(d.print(a),d.sb(a),a=JSON.stringify(a)):a="";ua=!0;var b="abort("+a+") at "+La()+"\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.";Hb&&Hb.forEach(function(c){b=c(b,a)});throw b;}function x(){}function L(a){return(a||x).s}function wa(a,b){var c=L(b),k=c[a];if(k)return k;k=Object.create((b||x).prototype);k.e=a;return c[a]=k}function Ib(a){return"string"===typeof a?
+ab.sc(ba(a),B):a}function ga(){throw"cannot construct a ExternalInterface, no constructor in IDL";}function M(a){a&&"object"===typeof a&&(a=a.e);this.e=Ub(a);L(M)[this.e]=this}function X(a){ab.cc();a&&"object"===typeof a?a=a.e:a=Ib(a);this.e=Vb(a);L(X)[this.e]=this}function d(){this.e=Wb();L(d)[this.e]=this}function F(){throw"cannot construct a Element, no constructor in IDL";}function O(a){ab.cc();a&&"object"===typeof a?a=a.e:a=Ib(a);this.e=Xb(a);L(O)[this.e]=this}function R(a){a&&"object"===typeof a&&
+(a=a.e);this.e=Yb(a);L(R)[this.e]=this}function da(a,b){a&&"object"===typeof a&&(a=a.e);b&&"object"===typeof b&&(b=b.e);this.e=Zb(a,b);L(da)[this.e]=this}function Y(){this.e=$b();L(Y)[this.e]=this}function ea(){throw"cannot construct a WasmPrinter, no constructor in IDL";}function fa(){this.e=ac();L(fa)[this.e]=this}function ha(){throw"cannot construct a VoidPtr, no constructor in IDL";}function S(a,b,c){a&&"object"===typeof a&&(a=a.e);b&&"object"===typeof b&&(b=b.e);c&&"object"===typeof c&&(c=c.e);
+this.e=bc(a,b,c);L(S)[this.e]=this}function Z(a,b){a&&"object"===typeof a&&(a=a.e);b&&"object"===typeof b&&(b=b.e);this.e=cc(a,b);L(Z)[this.e]=this}d||(d=eval("(function() { try { return Binaryen || {} } catch(e) { return {} } })()"));var Ga={},ia;for(ia in d)d.hasOwnProperty(ia)&&(Ga[ia]=d[ia]);var sa=!1,ca=!1,N=!1,Ra=!1;if(d.ENVIRONMENT)if("WEB"===d.ENVIRONMENT)sa=!0;else if("WORKER"===d.ENVIRONMENT)ca=!0;else if("NODE"===d.ENVIRONMENT)N=!0;else if("SHELL"===d.ENVIRONMENT)Ra=!0;else throw Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.");
+else sa="object"===typeof window,ca="function"===typeof importScripts,N="object"===typeof process&&"function"===typeof require&&!sa&&!ca,Ra=!sa&&!N&&!ca;if(N){d.print||(d.print=console.log);d.printErr||(d.printErr=console.warn);var bb,cb;d.read=function(a,b){bb||(bb=require("fs"));cb||(cb=require("path"));a=cb.normalize(a);var c=bb.readFileSync(a);return b?c:c.toString()};d.readBinary=function(a){a=d.read(a,!0);a.buffer||(a=new Uint8Array(a));u(a.buffer);return a};d.load=function(a){kb(read(a))};
+d.thisProgram||(d.thisProgram=1<process.argv.length?process.argv[1].replace(/\\/g,"/"):"unknown-program");d.arguments=process.argv.slice(2);"undefined"!==typeof module&&(module.exports=d);process.on("uncaughtException",function(a){if(!(a instanceof ta))throw a;});d.inspect=function(){return"[Emscripten Module object]"}}else if(Ra)d.print||(d.print=print),"undefined"!=typeof printErr&&(d.printErr=printErr),d.read="undefined"!=typeof read?read:function(){throw"no read() available";},d.readBinary=function(a){if("function"===
+typeof readbuffer)return new Uint8Array(readbuffer(a));a=read(a,"binary");u("object"===typeof a);return a},"undefined"!=typeof scriptArgs?d.arguments=scriptArgs:"undefined"!=typeof arguments&&(d.arguments=arguments),eval("if (typeof gc === 'function' && gc.toString().indexOf('[native code]') > 0) var gc = undefined");else if(sa||ca)d.read=function(a){var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},d.readAsync=function(a,b,c){var k=new XMLHttpRequest;k.open("GET",a,
+!0);k.responseType="arraybuffer";k.onload=function(){200==k.status||0==k.status&&k.response?b(k.response):c()};k.onerror=c;k.send(null)},"undefined"!=typeof arguments&&(d.arguments=arguments),"undefined"!==typeof console?(d.print||(d.print=function(a){console.log(a)}),d.printErr||(d.printErr=function(a){console.warn(a)})):d.print||(d.print=function(){}),ca&&(d.load=importScripts),"undefined"===typeof d.setWindowTitle&&(d.setWindowTitle=function(a){document.title=a});else throw"Unknown runtime environment. Where are we?";
+!d.load&&d.read&&(d.load=function(a){kb(d.read(a))});d.print||(d.print=function(){});d.printErr||(d.printErr=d.print);d.arguments||(d.arguments=[]);d.thisProgram||(d.thisProgram="./this.program");d.print=d.print;d.sb=d.printErr;d.preRun=[];d.postRun=[];for(ia in Ga)Ga.hasOwnProperty(ia)&&(d[ia]=Ga[ia]);var Ga=void 0,m={vd:function(a){tempRet0=a},Yc:function(){return tempRet0},yb:function(){return Q},Va:function(a){Q=a},Wb:function(a){switch(a){case "i1":case "i8":return 1;case "i16":return 2;case "i32":return 4;
+case "i64":return 8;case "float":return 4;case "double":return 8;default:return"*"===a[a.length-1]?m.bb:"i"===a[0]?(a=parseInt(a.substr(1)),u(0===a%8),a/8):0}},Wc:function(a){return Math.max(m.Wb(a),m.bb)},Af:16,pg:function(a,b){"double"===b||"i64"===b?a&7&&(u(4===(a&7)),a+=4):u(0===(a&3));return a},Vf:function(a,b,c){return c||"i64"!=a&&"double"!=a?a?Math.min(b||(a?m.Wc(a):0),m.bb):Math.min(b,8):8},S:function(a,b,c){return c&&c.length?d["dynCall_"+a].apply(null,[b].concat(c)):d["dynCall_"+a].call(null,
+b)},Ma:[],qc:function(a){for(var b=0;b<m.Ma.length;b++)if(!m.Ma[b])return m.Ma[b]=a,2*(1+b);throw"Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.";},pd:function(a){m.Ma[(a-2)/2]=null},ka:function(a){m.ka.n||(m.ka.n={});m.ka.n[a]||(m.ka.n[a]=1,d.sb(a))},ib:{},Xf:function(a,b){u(b);m.ib[b]||(m.ib[b]={});var c=m.ib[b];c[a]||(c[a]=1===b.length?function(){return m.S(b,a)}:2===b.length?function(c){return m.S(b,a,[c])}:function(){return m.S(b,a,Array.prototype.slice.call(arguments))});
+return c[a]},Wf:function(){throw"You must build with -s RETAIN_COMPILER_SETTINGS=1 for Runtime.getCompilerSetting or emscripten_get_compiler_setting to work";},Ua:function(a){var b=Q;Q=Q+a|0;Q=Q+15&-16;return b},zb:function(a){var b=y;y=y+a|0;y=y+15&-16;return b},gb:function(a){var b=p[aa>>2];a=(b+a+15|0)&-16;p[aa>>2]=a;return a>=C&&!tb()?(p[aa>>2]=b,0):b},Ib:function(a,b){return Math.ceil(a/(b?b:16))*(b?b:16)},lg:function(a,b,c){return c?+(a>>>0)+4294967296*+(b>>>0):+(a>>>0)+4294967296*+(b|0)},qa:8,
+bb:4,Bf:0};d.Runtime=m;m.addFunction=m.qc;m.removeFunction=m.pd;var ua=!1,Jb,Kb;(function(){function a(a){a=a.toString().match(e).slice(1);return{arguments:a[0],body:a[1],returnValue:a[2]}}function b(){if(!d){d={};for(var b in c)c.hasOwnProperty(b)&&(d[b]=a(c[b]))}}var c={stackSave:function(){m.yb()},stackRestore:function(){m.Va()},arrayToC:function(a){var b=m.Ua(a.length);Wa(a,b);return b},stringToC:function(a){var b=0;if(null!==a&&void 0!==a&&0!==a){var c=(a.length<<2)+1,b=m.Ua(c);ya(a,b,c)}return b}},
+k={string:c.stringToC,array:c.arrayToC};Kb=function(a,b,c,e,d){a=lb(a);var h=[],l=0;if(e)for(var f=0;f<e.length;f++){var g=k[c[f]];g?(0===l&&(l=m.yb()),h[f]=g(e[f])):h[f]=e[f]}c=a.apply(null,h);"string"===b&&(c=K(c));if(0!==l){if(d&&d.async){EmterpreterAsync.Ef.push(function(){m.Va(l)});return}m.Va(l)}return c};var e=/^function\s*[a-zA-Z$_0-9]*\s*\(([^)]*)\)\s*{\s*([^*]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/,d=null;Jb=function(c,e,k){k=k||[];var h=lb(c);c=k.every(function(a){return"number"===a});var f=
+"string"!==e;if(f&&c)return h;var g=k.map(function(a,b){return"$"+b});e="(function("+g.join(",")+") {";var p=k.length;if(!c){b();e+="var stack = "+d.stackSave.body+";";for(var m=0;m<p;m++){var q=g[m],r=k[m];"number"!==r&&(r=d[r+"ToC"],e+="var "+r.arguments+" = "+q+";",e+=r.body+";",e+=q+"=("+r.returnValue+");")}}k=a(function(){return h}).returnValue;e+="var ret = "+k+"("+g.join(",")+");";f||(k=a(function(){return K}).returnValue,e+="ret = "+k+"(ret);");c||(b(),e+=d.stackRestore.body.replace("()",
+"(stack)")+";");return eval(e+"return ret})")}})();d.ccall=Kb;d.cwrap=Jb;d.setValue=mb;d.getValue=nb;d.ALLOC_NORMAL=0;d.ALLOC_STACK=1;d.ALLOC_STATIC=2;d.ALLOC_DYNAMIC=3;d.ALLOC_NONE=4;d.allocate=H;d.getMemory=function(a){return db?Fa?U(a):m.gb(a):m.zb(a)};d.Pointer_stringify=K;d.AsciiToString=function(a){for(var b="";;){var c=B[a++>>0];if(!c)return b;b+=String.fromCharCode(c)}};d.stringToAscii=function(a,b){return Xa(a,b,!1)};var ob="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0;
+d.UTF8ArrayToString=ka;d.UTF8ToString=function(a){return ka(I,a)};d.stringToUTF8Array=Ja;d.stringToUTF8=ya;d.lengthBytesUTF8=oa;"undefined"!==typeof TextDecoder&&new TextDecoder("utf-16le");d.stackTrace=La;var G,B,I,xa,rb,p,sb,Ha,Ia,eb,y,db,fb,Q,Sa,gb,aa;eb=y=fb=Q=Sa=gb=aa=0;db=!1;d.reallocBuffer||(d.reallocBuffer=function(a){var b;try{if(ArrayBuffer.n)b=ArrayBuffer.n(G,a);else{var c=B;b=new ArrayBuffer(a);(new Int8Array(b)).set(c)}}catch(e){return!1}return dc(b)?b:!1});var Ta;try{Ta=Function.prototype.call.bind(Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,
+"byteLength").get),Ta(new ArrayBuffer(4))}catch(od){Ta=function(a){return a.byteLength}}for(var Lb=d.TOTAL_STACK||5242880,C=d.TOTAL_MEMORY||16777216,T=65536;T<C||T<2*Lb;)T=16777216>T?2*T:T+16777216;T=Math.max(T,16777216);T!==C&&(C=T);d.buffer?G=d.buffer:G=new ArrayBuffer(C);qb();p[0]=1668509029;xa[1]=25459;if(115!==I[2]||99!==I[3])throw"Runtime error: expected the system to be little-endian!";d.HEAP=void 0;d.buffer=G;d.HEAP8=B;d.HEAP16=xa;d.HEAP32=p;d.HEAPU8=I;d.HEAPU16=rb;d.HEAPU32=sb;d.HEAPF32=
+Ha;d.HEAPF64=Ia;var vb=[],va=[],Va=[],V=[],yb=[],Fa=!1;d.addOnPreRun=ub;d.addOnInit=function(a){va.unshift(a)};d.addOnPreMain=wb;d.addOnExit=function(a){V.unshift(a)};d.addOnPostRun=xb;d.intArrayFromString=ba;d.intArrayToString=function(a){for(var b=[],c=0;c<a.length;c++){var e=a[c];255<e&&(e&=255);b.push(String.fromCharCode(e))}return b.join("")};d.writeStringToMemory=function(a,b,c){m.ka("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var e,d;c&&(d=b+oa(a),
+e=B[d]);ya(a,b,Infinity);c&&(B[d]=e)};d.writeArrayToMemory=Wa;d.writeAsciiToMemory=Xa;Math.imul&&-5===Math.imul(4294967295,5)||(Math.imul=function(a,b){var c=a&65535,e=b&65535;return c*e+((a>>>16)*e+c*(b>>>16)<<16)|0});Math.eg=Math.imul;Math.clz32||(Math.clz32=function(a){a=a>>>0;for(var b=0;32>b;b++)if(a&1<<31-b)return b;return 32});Math.If=Math.clz32;Math.trunc||(Math.trunc=function(a){return 0>a?Math.ceil(a):Math.floor(a)});Math.trunc=Math.trunc;var Ob=Math.abs,Rb=Math.ceil,Qb=Math.floor,Pb=Math.min,
+la=0,Za=null,za=null;d.addRunDependency=zb;d.removeRunDependency=Ya;d.preloadedImages={};d.preloadedAudios={};eb=8;y=eb+50048;va.push({J:function(){ec()}},{J:function(){fc()}},{J:function(){gc()}},{J:function(){hc()}},{J:function(){ic()}},{J:function(){jc()}},{J:function(){kc()}},{J:function(){lc()}},{J:function(){mc()}});H([116,48,0,0,73,53,0,0,156,48,0,0,174,55,0,0,136,11,0,0,0,0,0,0,116,48,0,0,43,56,0,0,156,48,0,0,202,55,0,0,32,0,0,0,0,0,0,0,116,48,0,0,77,56,0,0,116,48,0,0,69,63,0,0,156,48,0,0,
+228,62,0,0,64,0,0,0,0,0,0,0,116,48,0,0,103,63,0,0,156,48,0,0,160,63,0,0,64,0,0,0,0,0,0,0,116,48,0,0,1,64,0,0,156,48,0,0,2,68,0,0,96,6,0,0,0,0,0,0,156,48,0,0,72,68,0,0,80,6,0,0,0,0,0,0,116,48,0,0,195,70,0,0,116,48,0,0,240,70,0,0,156,48,0,0,208,70,0,0,160,0,0,0,0,0,0,0,116,48,0,0,19,72,0,0,156,48,0,0,217,71,0,0,184,0,0,0,0,0,0,0,156,48,0,0,183,71,0,0,192,0,0,0,0,0,0,0,116,48,0,0,0,75,0,0,116,48,0,0,58,78,0,0,156,48,0,0,150,77,0,0,232,0,0,0,0,0,0,0,156,48,0,0,10,77,0,0,240,0,0,0,0,0,0,0,156,48,0,0,92,
+79,0,0,192,6,0,0,0,0,0,0,116,48,0,0,171,79,0,0,156,48,0,0,9,88,0,0,80,1,0,0,0,0,0,0,28,49,0,0,230,87,0,0,0,0,0,0,72,1,0,0,56,49,0,0,248,87,0,0,116,48,0,0,78,88,0,0,156,48,0,0,14,89,0,0,112,1,0,0,0,0,0,0,116,48,0,0,226,88,0,0,116,48,0,0,131,89,0,0,156,48,0,0,44,90,0,0,136,1,0,0,0,0,0,0,84,49,0,0,65,90,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,168,1,0,0,2,16,0,0,156,48,0,0,140,90,0,0,184,1,0,0,0,0,0,0,156,48,0,0,197,90,0,0,200,1,0,0,0,0,0,0,116,48,0,0,249,90,0,0,156,48,0,0,185,97,0,0,152,0,0,0,0,0,0,0,
+156,48,0,0,201,97,0,0,208,1,0,0,0,0,0,0,156,48,0,0,226,97,0,0,208,1,0,0,0,0,0,0,156,48,0,0,38,102,0,0,192,2,0,0,0,0,0,0,156,48,0,0,56,98,0,0,32,2,0,0,0,0,0,0,84,49,0,0,126,98,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,64,2,0,0,2,16,0,0,156,48,0,0,250,98,0,0,80,2,0,0,0,0,0,0,156,48,0,0,100,99,0,0,96,2,0,0,0,0,0,0,116,48,0,0,201,99,0,0,156,48,0,0,30,100,0,0,120,2,0,0,0,0,0,0,84,49,0,0,100,100,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,152,2,0,0,2,16,0,0,156,48,0,0,224,100,0,0,168,2,0,0,0,0,0,0,156,48,0,0,74,
+101,0,0,184,2,0,0,0,0,0,0,116,48,0,0,175,101,0,0,84,49,0,0,63,102,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,224,2,0,0,2,16,0,0,156,48,0,0,142,102,0,0,240,2,0,0,0,0,0,0,156,48,0,0,203,102,0,0,0,3,0,0,0,0,0,0,116,48,0,0,3,103,0,0,156,48,0,0,97,103,0,0,24,3,0,0,0,0,0,0,84,49,0,0,124,103,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,56,3,0,0,2,16,0,0,156,48,0,0,205,103,0,0,72,3,0,0,0,0,0,0,156,48,0,0,12,104,0,0,88,3,0,0,0,0,0,0,116,48,0,0,70,104,0,0,156,48,0,0,173,104,0,0,112,3,0,0,0,0,0,0,84,49,0,0,197,104,0,0,
+0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,144,3,0,0,2,16,0,0,156,48,0,0,19,105,0,0,160,3,0,0,0,0,0,0,156,48,0,0,79,105,0,0,176,3,0,0,0,0,0,0,116,48,0,0,134,105,0,0,156,48,0,0,205,107,0,0,200,3,0,0,0,0,0,0,84,49,0,0,229,107,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,232,3,0,0,2,16,0,0,156,48,0,0,62,108,0,0,248,3,0,0,0,0,0,0,156,48,0,0,133,108,0,0,8,4,0,0,0,0,0,0,156,48,0,0,193,108,0,0,24,4,0,0,0,0,0,0,116,48,0,0,248,108,0,0,156,48,0,0,108,109,0,0,48,4,0,0,0,0,0,0,84,49,0,0,131,109,0,0,0,0,0,0,2,0,0,0,152,0,0,0,
+2,0,0,0,80,4,0,0,2,16,0,0,156,48,0,0,208,109,0,0,96,4,0,0,0,0,0,0,156,48,0,0,11,110,0,0,112,4,0,0,0,0,0,0,116,48,0,0,65,110,0,0,156,48,0,0,212,110,0,0,136,4,0,0,0,0,0,0,84,49,0,0,227,110,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,168,4,0,0,2,16,0,0,156,48,0,0,51,111,0,0,184,4,0,0,0,0,0,0,156,48,0,0,113,111,0,0,200,4,0,0,0,0,0,0,156,48,0,0,164,111,0,0,216,4,0,0,0,0,0,0,116,48,0,0,210,111,0,0,156,48,0,0,74,114,0,0,152,0,0,0,0,0,0,0,156,48,0,0,240,111,0,0,0,5,0,0,0,0,0,0,84,49,0,0,10,112,0,0,0,0,0,0,2,0,
+0,0,152,0,0,0,2,0,0,0,32,5,0,0,2,16,0,0,156,48,0,0,90,112,0,0,48,5,0,0,0,0,0,0,156,48,0,0,152,112,0,0,64,5,0,0,0,0,0,0,116,48,0,0,209,112,0,0,156,48,0,0,74,113,0,0,88,5,0,0,0,0,0,0,84,49,0,0,98,113,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,120,5,0,0,2,16,0,0,156,48,0,0,176,113,0,0,136,5,0,0,0,0,0,0,156,48,0,0,236,113,0,0,152,5,0,0,0,0,0,0,116,48,0,0,35,114,0,0,156,48,0,0,185,117,0,0,176,5,0,0,0,0,0,0,84,49,0,0,177,114,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,208,5,0,0,2,16,0,0,156,48,0,0,10,115,0,0,224,
+5,0,0,0,0,0,0,156,48,0,0,81,115,0,0,240,5,0,0,0,0,0,0,156,48,0,0,148,115,0,0,0,6,0,0,0,0,0,0,156,48,0,0,208,115,0,0,16,6,0,0,0,0,0,0,116,48,0,0,7,116,0,0,156,48,0,0,22,118,0,0,160,5,0,0,0,0,0,0,156,48,0,0,8,136,0,0,56,6,0,0,0,0,0,0,116,48,0,0,246,135,0,0,156,48,0,0,50,136,0,0,56,6,0,0,0,0,0,0,116,48,0,0,92,136,0,0,116,48,0,0,141,136,0,0,84,49,0,0,190,136,0,0,0,0,0,0,1,0,0,0,40,6,0,0,3,244,255,255,84,49,0,0,237,136,0,0,0,0,0,0,1,0,0,0,64,6,0,0,3,244,255,255,84,49,0,0,28,137,0,0,0,0,0,0,1,0,0,0,40,
+6,0,0,3,244,255,255,84,49,0,0,75,137,0,0,0,0,0,0,1,0,0,0,64,6,0,0,3,244,255,255,84,49,0,0,122,137,0,0,3,0,0,0,2,0,0,0,96,6,0,0,2,0,0,0,144,6,0,0,2,8,0,0,156,48,0,0,170,137,0,0,88,6,0,0,0,0,0,0,156,48,0,0,195,137,0,0,80,6,0,0,0,0,0,0,156,48,0,0,220,137,0,0,88,6,0,0,0,0,0,0,156,48,0,0,244,137,0,0,80,6,0,0,0,0,0,0,156,48,0,0,12,138,0,0,48,7,0,0,0,0,0,0,156,48,0,0,32,138,0,0,128,11,0,0,0,0,0,0,156,48,0,0,54,138,0,0,48,7,0,0,0,0,0,0,84,49,0,0,112,138,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,112,7,0,0,0,0,
+0,0,84,49,0,0,180,138,0,0,0,0,0,0,1,0,0,0,136,7,0,0,0,0,0,0,116,48,0,0,202,138,0,0,84,49,0,0,227,138,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,176,7,0,0,0,0,0,0,84,49,0,0,39,139,0,0,0,0,0,0,1,0,0,0,136,7,0,0,0,0,0,0,84,49,0,0,75,139,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,232,7,0,0,0,0,0,0,84,49,0,0,143,139,0,0,0,0,0,0,1,0,0,0,0,8,0,0,0,0,0,0,116,48,0,0,165,139,0,0,84,49,0,0,190,139,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,40,8,0,0,0,0,0,0,84,49,0,0,2,140,0,0,0,0,0,0,1,0,0,0,0,8,0,0,0,0,0,0,84,49,0,0,88,141,
+0,0,0,0,0,0,3,0,0,0,48,7,0,0,2,0,0,0,104,8,0,0,2,0,0,0,112,8,0,0,0,8,0,0,116,48,0,0,191,141,0,0,116,48,0,0,157,141,0,0,84,49,0,0,210,141,0,0,0,0,0,0,3,0,0,0,48,7,0,0,2,0,0,0,104,8,0,0,2,0,0,0,160,8,0,0,0,8,0,0,116,48,0,0,23,142,0,0,84,49,0,0,57,142,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,200,8,0,0,0,8,0,0,116,48,0,0,126,142,0,0,84,49,0,0,147,142,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,200,8,0,0,0,8,0,0,84,49,0,0,216,142,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,16,9,0,0,2,0,0,0,116,48,0,0,244,142,0,0,84,49,
+0,0,9,143,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,16,9,0,0,2,0,0,0,84,49,0,0,37,143,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,16,9,0,0,2,0,0,0,84,49,0,0,65,143,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,16,9,0,0,2,0,0,0,84,49,0,0,108,143,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,152,9,0,0,0,0,0,0,116,48,0,0,178,143,0,0,84,49,0,0,214,143,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,192,9,0,0,0,0,0,0,116,48,0,0,28,144,0,0,84,49,0,0,59,144,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,232,9,0,0,0,0,0,0,116,48,0,0,129,144,0,0,84,49,0,0,
+154,144,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,16,10,0,0,0,0,0,0,116,48,0,0,224,144,0,0,84,49,0,0,249,144,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,56,10,0,0,2,0,0,0,116,48,0,0,14,145,0,0,84,49,0,0,165,145,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,56,10,0,0,2,0,0,0,156,48,0,0,38,145,0,0,112,10,0,0,0,0,0,0,84,49,0,0,73,145,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,144,10,0,0,2,0,0,0,116,48,0,0,108,145,0,0,156,48,0,0,131,145,0,0,112,10,0,0,0,0,0,0,84,49,0,0,186,145,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,144,10,0,0,2,
+0,0,0,84,49,0,0,220,145,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,144,10,0,0,2,0,0,0,84,49,0,0,254,145,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,144,10,0,0,2,0,0,0,156,48,0,0,33,146,0,0,48,7,0,0,0,0,0,0,84,49,0,0,55,146,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,56,11,0,0,2,0,0,0,116,48,0,0,73,146,0,0,84,49,0,0,94,146,0,0,0,0,0,0,2,0,0,0,48,7,0,0,2,0,0,0,56,11,0,0,2,0,0,0,156,48,0,0,112,146,0,0,48,7,0,0,0,0,0,0,156,48,0,0,133,146,0,0,48,7,0,0,0,0,0,0,116,48,0,0,24,147,0,0,116,48,0,0,200,149,0,0,156,48,0,0,40,150,
+0,0,160,11,0,0,0,0,0,0,156,48,0,0,213,149,0,0,176,11,0,0,0,0,0,0,116,48,0,0,246,149,0,0,156,48,0,0,3,150,0,0,144,11,0,0,0,0,0,0,156,48,0,0,25,151,0,0,136,11,0,0,0,0,0,0,156,48,0,0,53,151,0,0,136,11,0,0,0,0,0,0,156,48,0,0,69,151,0,0,216,11,0,0,0,0,0,0,156,48,0,0,122,151,0,0,160,11,0,0,0,0,0,0,156,48,0,0,86,151,0,0,248,11,0,0,0,0,0,0,156,48,0,0,156,151,0,0,160,11,0,0,0,0,0,0,0,49,0,0,196,151,0,0,0,49,0,0,198,151,0,0,156,48,0,0,201,151,0,0,160,11,0,0,0,0,0,0,156,48,0,0,238,151,0,0,144,11,0,0,0,0,0,0,
+0,0,0,0,16,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,40,0,0,0,3,0,0,0,4,0,0,0,2,0,0,0,1,0,0,0,5,0,0,0,6,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,0,0,0,0,72,0,0,0,7,0,0,0,8,0,0,0,5,0,0,0,2,0,0,0,9,0,0,0,10,0,0,0,6,0,0,0,2,0,0,0,7,0,0,0,0,0,0,0,96,0,0,0,7,0,0,0,11,0,0,0,8,0,0,0,3,0,0,0,12,0,0,0,13,0,0,0,9,0,0,0,3,0,0,0,10,0,0,0,60,0,0,0,0,0,0,0,120,0,0,0,14,0,0,0,15,0,0,0,196,255,255,255,196,255,255,255,120,0,0,0,16,0,0,0,17,0,0,0,60,0,0,0,0,0,0,0,96,6,0,0,18,0,0,0,19,0,0,0,196,255,255,255,196,255,255,255,96,6,0,
+0,20,0,0,0,21,0,0,0,0,0,0,0,136,0,0,0,22,0,0,0,23,0,0,0,4,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,11,0,0,0,12,0,0,0,2,0,0,0,13,0,0,0,14,0,0,0,4,0,0,0,3,0,0,0,5,0,0,0,0,0,0,0,152,0,0,0,24,0,0,0,25,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,168,0,0,0,3,0,0,0,4,0,0,0,3,0,0,0,2,0,0,0,4,0,0,0,5,0,0,0,5,0,0,0,5,0,0,0,0,0,0,0,208,0,0,0,6,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,64,0,0,0,0,0,0,0,16,1,0,0,26,0,0,0,27,0,0,0,56,0,0,0,248,255,255,255,16,1,0,0,28,0,0,0,29,0,0,0,192,255,255,255,192,255,255,255,
+16,1,0,0,30,0,0,0,31,0,0,0,64,0,0,0,0,0,0,0,96,6,0,0,18,0,0,0,19,0,0,0,192,255,255,255,192,255,255,255,96,6,0,0,20,0,0,0,21,0,0,0,0,0,0,0,40,1,0,0,32,0,0,0,33,0,0,0,17,0,0,0,8,0,0,0,34,0,0,0,35,0,0,0,18,0,0,0,6,0,0,0,19,0,0,0,0,0,0,0,88,1,0,0,36,0,0,0,37,0,0,0,20,0,0,0,9,0,0,0,38,0,0,0,39,0,0,0,21,0,0,0,7,0,0,0,22,0,0,0,0,0,0,0,120,1,0,0,40,0,0,0,41,0,0,0,1,0,0,0,6,0,0,0,2,0,0,0,6,0,0,0,23,0,0,0,24,0,0,0,0,0,0,0,136,1,0,0,40,0,0,0,42,0,0,0,1,0,0,0,6,0,0,0,2,0,0,0,6,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,
+208,1,0,0,24,0,0,0,43,0,0,0,1,0,0,0,7,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,224,1,0,0,24,0,0,0,44,0,0,0,1,0,0,0,8,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,240,1,0,0,24,0,0,0,45,0,0,0,1,0,0,0,9,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,0,2,0,0,46,0,0,0,47,0,0,0,1,0,0,0,10,0,0,0,2,0,0,0,7,0,0,0,25,0,0,0,26,0,0,0,0,0,0,0,104,2,0,0,48,0,0,0,49,0,0,0,1,0,0,0,11,0,0,0,2,0,0,0,8,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,16,2,0,0,50,0,0,0,51,0,0,0,1,0,0,0,12,0,0,0,2,0,0,0,9,0,0,0,15,0,0,0,16,
+0,0,0,0,0,0,0,32,2,0,0,50,0,0,0,52,0,0,0,1,0,0,0,12,0,0,0,2,0,0,0,9,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,120,2,0,0,48,0,0,0,53,0,0,0,1,0,0,0,11,0,0,0,2,0,0,0,8,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,192,2,0,0,54,0,0,0,55,0,0,0,1,0,0,0,10,0,0,0,2,0,0,0,7,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,8,3,0,0,56,0,0,0,57,0,0,0,1,0,0,0,13,0,0,0,2,0,0,0,10,0,0,0,27,0,0,0,28,0,0,0,0,0,0,0,24,3,0,0,58,0,0,0,59,0,0,0,1,0,0,0,13,0,0,0,2,0,0,0,10,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,96,3,0,0,60,0,0,0,61,0,0,0,1,0,0,0,14,0,0,0,2,0,0,0,11,
+0,0,0,29,0,0,0,30,0,0,0,0,0,0,0,112,3,0,0,60,0,0,0,62,0,0,0,1,0,0,0,14,0,0,0,2,0,0,0,11,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,184,3,0,0,63,0,0,0,64,0,0,0,1,0,0,0,15,0,0,0,2,0,0,0,12,0,0,0,31,0,0,0,32,0,0,0,0,0,0,0,200,3,0,0,65,0,0,0,66,0,0,0,1,0,0,0,15,0,0,0,2,0,0,0,12,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,32,4,0,0,67,0,0,0,68,0,0,0,1,0,0,0,16,0,0,0,2,0,0,0,13,0,0,0,33,0,0,0,34,0,0,0,0,0,0,0,48,4,0,0,69,0,0,0,70,0,0,0,1,0,0,0,16,0,0,0,2,0,0,0,13,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,120,4,0,0,71,0,0,0,72,0,0,0,1,0,
+0,0,17,0,0,0,2,0,0,0,14,0,0,0,35,0,0,0,36,0,0,0,0,0,0,0,136,4,0,0,71,0,0,0,73,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,224,4,0,0,74,0,0,0,75,0,0,0,1,0,0,0,18,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,240,4,0,0,76,0,0,0,77,0,0,0,1,0,0,0,19,0,0,0,2,0,0,0,15,0,0,0,37,0,0,0,38,0,0,0,0,0,0,0,0,5,0,0,76,0,0,0,78,0,0,0,1,0,0,0,19,0,0,0,2,0,0,0,15,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,72,5,0,0,79,0,0,0,80,0,0,0,1,0,0,0,20,0,0,0,2,0,0,0,16,0,0,0,39,0,0,0,40,0,0,0,0,0,0,0,88,5,0,0,
+79,0,0,0,81,0,0,0,1,0,0,0,20,0,0,0,2,0,0,0,16,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,160,5,0,0,82,0,0,0,83,0,0,0,1,0,0,0,21,0,0,0,2,0,0,0,17,0,0,0,41,0,0,0,42,0,0,0,10,0,0,0,0,0,0,0,176,5,0,0,84,0,0,0,85,0,0,0,1,0,0,0,21,0,0,0,2,0,0,0,17,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,24,6,0,0,82,0,0,0,86,0,0,0,1,0,0,0,21,0,0,0,2,0,0,0,17,0,0,0,41,0,0,0,43,0,0,0,11,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,5,0,0,0,102,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,5,0,0,0,110,187,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,19,0,0,9,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,5,0,0,0,118,191,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,
+255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,
+195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,211,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,95,112,137,0,255,9,47,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,
-0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,
-0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,
-0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127],"i8",4,m.ra);H([1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,
-0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,
-94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,
+0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,
+59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,
+0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127],"i8",4,m.qa);H([1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,
+0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,
+96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,95,112,137,0,255,9,47,15,0,0,0,0,2,0,0,0,3,0,0,0,5,0,0,0,7,0,0,0,11,0,0,0,13,0,0,
-0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,211,0,0,0,1,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,
-0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,121,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,143,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,169,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,187,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,209,0,0,0,0,0,0,0,24,6,0,0,88,0,0,0,89,0,0,0,0,0,0,0,48,6,0,0,90,0,0,0,91,0,0,0,4,0,0,0,1,0,0,0,3,0,0,0,18,0,0,0,11,0,0,0,12,0,0,0,2,0,0,0,45,0,0,0,14,0,0,0,8,0,0,0,
-3,0,0,0,9,0,0,0,0,0,0,0,56,6,0,0,92,0,0,0,93,0,0,0,13,0,0,0,9,0,0,0,4,0,0,0,19,0,0,0,46,0,0,0,47,0,0,0,10,0,0,0,48,0,0,0,49,0,0,0,10,0,0,0,11,0,0,0,11,0,0,0,8,0,0,0,0,0,0,0,64,6,0,0,18,0,0,0,19,0,0,0,248,255,255,255,248,255,255,255,64,6,0,0,20,0,0,0,21,0,0,0,8,0,0,0,0,0,0,0,88,6,0,0,94,0,0,0,95,0,0,0,248,255,255,255,248,255,255,255,88,6,0,0,96,0,0,0,97,0,0,0,4,0,0,0,0,0,0,0,112,6,0,0,98,0,0,0,99,0,0,0,252,255,255,255,252,255,255,255,112,6,0,0,100,0,0,0,101,0,0,0,4,0,0,0,0,0,0,0,136,6,0,0,102,0,0,
-0,103,0,0,0,252,255,255,255,252,255,255,255,136,6,0,0,104,0,0,0,105,0,0,0,0,0,0,0,192,6,0,0,92,0,0,0,106,0,0,0,14,0,0,0,9,0,0,0,4,0,0,0,19,0,0,0,50,0,0,0,47,0,0,0,10,0,0,0,48,0,0,0,49,0,0,0,10,0,0,0,12,0,0,0,12,0,0,0,0,0,0,0,208,6,0,0,90,0,0,0,107,0,0,0,15,0,0,0,1,0,0,0,3,0,0,0,18,0,0,0,51,0,0,0,12,0,0,0,2,0,0,0,45,0,0,0,14,0,0,0,8,0,0,0,13,0,0,0,13,0,0,0,0,0,0,0,224,6,0,0,92,0,0,0,108,0,0,0,16,0,0,0,9,0,0,0,4,0,0,0,19,0,0,0,46,0,0,0,47,0,0,0,10,0,0,0,52,0,0,0,53,0,0,0,14,0,0,0,11,0,0,0,11,0,0,0,
-0,0,0,0,240,6,0,0,90,0,0,0,109,0,0,0,17,0,0,0,1,0,0,0,3,0,0,0,18,0,0,0,11,0,0,0,12,0,0,0,2,0,0,0,54,0,0,0,55,0,0,0,15,0,0,0,3,0,0,0,9,0,0,0,0,0,0,0,0,7,0,0,110,0,0,0,111,0,0,0,112,0,0,0,1,0,0,0,20,0,0,0,14,0,0,0,0,0,0,0,32,7,0,0,113,0,0,0,114,0,0,0,112,0,0,0,2,0,0,0,21,0,0,0,15,0,0,0,0,0,0,0,48,7,0,0,115,0,0,0,116,0,0,0,112,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,0,0,0,0,112,7,0,0,117,0,0,0,118,0,0,0,112,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,
-0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,0,0,0,0,168,7,0,0,119,0,0,0,120,0,0,0,112,0,0,0,3,0,0,0,4,0,0,0,23,0,0,0,5,0,0,0,24,0,0,0,1,0,0,0,2,0,0,0,6,0,0,0,0,0,0,0,232,7,0,0,121,0,0,0,122,0,0,0,112,0,0,0,7,0,0,0,8,0,0,0,25,0,0,0,9,0,0,0,26,0,0,0,3,0,0,0,4,0,0,0,10,0,0,0,0,0,0,0,32,8,0,0,123,0,0,0,124,0,0,0,112,0,0,0,56,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,1,0,0,0,248,255,255,255,32,8,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,0,0,0,0,
-88,8,0,0,125,0,0,0,126,0,0,0,112,0,0,0,64,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,2,0,0,0,248,255,255,255,88,8,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,
-0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,
-0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,
-0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,
-0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,
-0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,37,
-0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,136,8,0,0,127,0,0,0,128,0,0,0,112,0,0,0,1,0,0,0,0,0,0,0,176,8,0,0,129,0,0,0,130,0,0,0,112,0,0,0,2,0,0,0,0,0,0,0,208,8,0,0,131,0,0,0,132,0,0,0,112,0,0,0,72,0,0,0,73,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,74,0,0,0,22,0,0,0,23,0,0,0,0,0,0,0,248,8,0,0,133,0,0,0,134,0,0,0,112,0,0,0,75,0,0,0,76,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,77,0,0,0,28,0,0,0,
-29,0,0,0,0,0,0,0,24,9,0,0,135,0,0,0,136,0,0,0,112,0,0,0,78,0,0,0,79,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,80,0,0,0,34,0,0,0,35,0,0,0,0,0,0,0,56,9,0,0,137,0,0,0,138,0,0,0,112,0,0,0,81,0,0,0,82,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,83,0,0,0,40,0,0,0,41,0,0,0,0,0,0,0,88,9,0,0,139,0,0,0,140,0,0,0,112,0,0,0,3,0,0,0,4,0,0,0,0,0,0,0,128,9,0,0,141,0,0,0,142,0,0,0,112,0,0,0,5,0,0,0,6,0,0,0,0,0,0,0,168,9,0,0,143,0,0,0,144,0,0,0,112,0,0,0,1,0,0,0,37,0,0,0,0,0,0,0,208,9,0,0,145,0,0,0,146,0,0,0,112,0,
-0,0,2,0,0,0,38,0,0,0,0,0,0,0,248,9,0,0,147,0,0,0,148,0,0,0,112,0,0,0,16,0,0,0,5,0,0,0,42,0,0,0,0,0,0,0,32,10,0,0,149,0,0,0,150,0,0,0,112,0,0,0,17,0,0,0,6,0,0,0,43,0,0,0,0,0,0,0,120,10,0,0,151,0,0,0,152,0,0,0,112,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,84,0,0,0,85,0,0,0,12,0,0,0,86,0,0,0,0,0,0,0,64,10,0,0,151,0,0,0,153,0,0,0,112,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,84,0,0,0,85,0,0,0,12,0,0,0,86,0,0,0,0,0,0,0,168,10,0,0,154,0,0,0,155,0,0,0,112,0,0,0,5,0,0,0,6,0,0,0,13,0,0,0,87,0,0,0,88,0,0,0,14,0,0,0,89,0,0,0,0,0,
-0,0,232,10,0,0,156,0,0,0,157,0,0,0,112,0,0,0,0,0,0,0,248,10,0,0,158,0,0,0,159,0,0,0,112,0,0,0,16,0,0,0,18,0,0,0,17,0,0,0,19,0,0,0,18,0,0,0,1,0,0,0,20,0,0,0,15,0,0,0,0,0,0,0,64,11,0,0,160,0,0,0,161,0,0,0,112,0,0,0,90,0,0,0,91,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,0,0,0,0,80,11,0,0,162,0,0,0,163,0,0,0,112,0,0,0,92,0,0,0,93,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,0,0,0,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,16,7,0,0,151,0,0,0,164,0,0,0,112,0,0,
-0,0,0,0,0,32,11,0,0,151,0,0,0,165,0,0,0,112,0,0,0,21,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,19,0,0,0,22,0,0,0,20,0,0,0,23,0,0,0,21,0,0,0,5,0,0,0,24,0,0,0,16,0,0,0,0,0,0,0,136,10,0,0,151,0,0,0,166,0,0,0,112,0,0,0,7,0,0,0,8,0,0,0,17,0,0,0,94,0,0,0,95,0,0,0,18,0,0,0,96,0,0,0,0,0,0,0,200,10,0,0,151,0,0,0,167,0,0,0,112,0,0,0,9,0,0,0,10,0,0,0,19,0,0,0,97,0,0,0,98,0,0,0,20,0,0,0,99,0,0,0,0,0,0,0,80,10,0,0,151,0,0,0,168,0,0,0,112,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,84,0,0,0,85,0,0,0,12,0,0,0,86,0,0,0,2,0,0,0,0,0,0,0,112,
-11,0,0,169,0,0,0,170,0,0,0,171,0,0,0,172,0,0,0,25,0,0,0,7,0,0,0,1,0,0,0,22,0,0,0,0,0,0,0,152,11,0,0,169,0,0,0,173,0,0,0,171,0,0,0,172,0,0,0,25,0,0,0,8,0,0,0,2,0,0,0,23,0,0,0,0,0,0,0,168,11,0,0,174,0,0,0,175,0,0,0,100,0,0,0,0,0,0,0,184,11,0,0,176,0,0,0,177,0,0,0,101,0,0,0,0,0,0,0,200,11,0,0,176,0,0,0,178,0,0,0,101,0,0,0,0,0,0,0,248,11,0,0,169,0,0,0,179,0,0,0,171,0,0,0,172,0,0,0,26,0,0,0,0,0,0,0,232,11,0,0,169,0,0,0,180,0,0,0,171,0,0,0,172,0,0,0,27,0,0,0,0,0,0,0,24,12,0,0,169,0,0,0,181,0,0,0,171,0,
-0,0,172,0,0,0,28,0,0,0,0,0,0,0,40,12,0,0,169,0,0,0,182,0,0,0,171,0,0,0,172,0,0,0,25,0,0,0,9,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,
-8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,105,115,116,114,105,110,103,46,104,0,73,83,116,114,105,110,103,
-0,33,119,97,115,109,58,58,84,104,114,101,97,100,80,111,111,108,58,58,105,115,82,117,110,110,105,110,103,40,41,0,115,101,116,0,97,32,60,61,32,115,116,100,58,58,110,117,109,101,114,105,99,95,108,105,109,105,116,115,60,97,100,100,114,101,115,115,95,116,62,58,58,109,97,120,40,41,0,115,114,99,47,119,97,115,109,46,104,0,65,100,100,114,101,115,115,0,100,117,109,112,105,110,103,32,0,32,58,32,0,46,10,0,32,41,0,105,110,100,101,120,32,60,32,117,115,101,100,69,108,101,109,101,110,116,115,0,101,120,112,101,99,
-116,101,100,32,109,111,114,101,32,101,108,101,109,101,110,116,115,32,105,110,32,108,105,115,116,0,78,52,119,97,115,109,49,52,80,97,114,115,101,69,120,99,101,112,116,105,111,110,69,0,101,120,112,101,99,116,101,100,32,108,105,115,116,0,33,105,115,76,105,115,116,95,0,115,114,99,47,119,97,115,109,45,115,45,112,97,114,115,101,114,46,104,0,99,95,115,116,114,0,115,116,97,99,107,46,115,105,122,101,40,41,0,112,97,114,115,101,0,115,116,97,99,107,32,105,115,32,110,111,116,32,101,109,112,116,121,0,101,120,112,
-101,99,116,101,100,32,115,116,114,105,110,103,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,54,52,0,103,101,116,102,54,52,0,109,111,100,117,108,101,91,48,93,45,62,115,116,114,40,41,32,61,61,32,77,79,68,85,76,69,0,83,69,120,112,114,101,115,115,105,111,110,87,97,115,109,66,117,105,108,100,101,114,0,115,116,114,0,119,114,105,116,101,32,62,61,32,100,97,116,97,46,100,97,116,97,40,41,0,115,116,114,105,110,103,84,111,66,105,110,97,114,121,0,97,99,116,117,97,108,32,60,61,32,100,97,
-116,97,46,115,105,122,101,40,41,0,117,110,102,97,109,105,108,105,97,114,32,115,101,99,116,105,111,110,58,32,0,112,111,115,32,43,32,110,97,109,101,83,105,122,101,32,45,32,49,32,60,32,105,110,112,117,116,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,98,105,110,97,114,121,46,104,0,114,101,97,100,0,112,111,115,32,61,61,32,98,101,102,111,114,101,32,43,32,115,101,99,116,105,111,110,83,105,122,101,0,61,61,32,114,101,97,100,72,101,97,100,101,114,0,115,117,114,112,114,105,115,105,110,103,32,118,
-97,108,117,101,0,60,61,61,0,103,101,116,73,110,116,51,50,58,32,0,32,61,61,62,0,103,101,116,73,110,116,49,54,58,32,0,117,110,101,120,112,101,99,116,101,100,32,101,110,100,32,111,102,32,105,110,112,117,116,0,103,101,116,73,110,116,56,58,32,0,32,40,97,116,32,0,103,101,116,85,51,50,76,69,66,58,32,0,115,116,100,58,58,105,115,95,115,105,103,110,101,100,60,84,62,58,58,118,97,108,117,101,32,38,38,32,108,97,115,116,32,38,38,32,34,100,114,111,112,112,101,100,32,98,105,116,115,32,111,110,108,121,32,118,97,108,
-105,100,32,102,111,114,32,115,105,103,110,101,100,32,76,69,66,34,0,115,105,122,101,95,116,40,115,104,105,102,116,41,32,60,32,115,105,122,101,111,102,40,84,41,32,42,32,56,32,38,38,32,34,76,69,66,32,111,118,101,114,102,108,111,119,34,0,78,83,116,51,95,95,50,49,55,98,97,100,95,102,117,110,99,116,105,111,110,95,99,97,108,108,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,
-100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,104,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,104,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,0,112,111,115,32,43,32,115,101,99,116,105,111,110,83,105,122,101,32,60,61,32,105,
-110,112,117,116,46,115,105,122,101,40,41,0,61,61,32,114,101,97,100,83,116,97,114,116,0,61,61,32,114,101,97,100,77,101,109,111,114,121,0,61,61,32,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,58,32,0,114,101,97,100,32,111,110,101,0,102,111,114,109,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,84,121,112,101,70,111,114,109,115,58,58,66,97,115,105,99,0,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,32,112,97,114,97,109,115,58,32,0,110,117,109,
-82,101,115,117,108,116,115,32,61,61,32,49,0,61,61,32,114,101,97,100,73,109,112,111,114,116,115,0,105,109,112,111,114,116,36,0,105,110,100,101,120,32,60,32,119,97,115,109,46,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,73,109,112,111,114,116,115,0,99,117,114,114,45,62,116,121,112,101,45,62,110,97,109,101,46,105,115,40,41,0,105,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,103,101,116,70,117,110,99,116,105,111,110,
-84,121,112,101,0,103,101,116,73,110,108,105,110,101,83,116,114,105,110,103,58,32,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,83,105,103,110,97,116,117,114,101,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,115,0,116,111,116,97,108,32,61,61,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,70,117,110,99,116,105,111,110,115,0,114,101,97,100,32,111,110,101,32,97,116,32,0,115,105,122,101,32,62,32,48,0,114,101,97,100,105,110,103,0,112,
-114,111,99,101,115,115,105,110,103,32,102,117,110,99,116,105,111,110,58,32,0,98,114,101,97,107,83,116,97,99,107,46,101,109,112,116,121,40,41,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,101,109,112,116,121,40,41,0,100,101,112,116,104,32,61,61,32,48,0,112,111,115,32,61,61,32,101,110,100,79,102,70,117,110,99,116,105,111,110,0,118,97,114,36,0,122,122,32,114,101,99,117,114,115,101,32,105,110,116,111,32,0,32,97,116,32,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,32,115,101,
-101,105,110,103,32,0,98,97,100,32,99,111,100,101,32,48,120,0,122,122,32,114,101,99,117,114,115,101,32,102,114,111,109,32,0,122,122,32,110,111,100,101,58,32,66,108,111,99,107,0,101,110,100,32,62,61,32,115,116,97,114,116,0,118,105,115,105,116,66,108,111,99,107,0,10,32,122,122,32,66,108,111,99,107,32,101,108,101,109,101,110,116,32,0,108,97,98,101,108,36,0,112,111,115,32,62,32,48,0,117,110,103,101,116,73,110,116,56,0,117,110,103,101,116,73,110,116,56,32,40,97,116,32,0,105,110,116,40,95,105,100,41,32,
-61,61,32,105,110,116,40,84,58,58,83,112,101,99,105,102,105,99,73,100,41,0,99,97,115,116,0,122,122,32,110,111,100,101,58,32,73,102,0,108,97,115,116,83,101,112,97,114,97,116,111,114,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,69,110,100,0,118,105,115,105,116,73,102,0,105,102,84,114,117,101,0,102,105,110,97,108,105,122,101,0,122,122,32,110,111,100,101,58,32,76,111,111,112,0,122,122,32,110,111,100,101,58,32,66,114,101,97,107,0,97,114,105,116,121,32,61,61,32,48,32,124,124,32,97,114,
-105,116,121,32,61,61,32,49,0,118,105,115,105,116,66,114,101,97,107,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,45,32,49,32,45,32,111,102,102,115,101,116,32,60,32,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,0,103,101,116,66,114,101,97,107,78,97,109,101,0,122,122,32,110,111,100,101,58,32,83,119,105,116,99,104,0,118,105,115,105,116,83,119,105,116,99,104,0,122,122,32,110,111,100,101,58,32,67,97,108,108,0,105,110,100,101,120,32,60,32,102,117,110,99,116,105,111,110,
-84,121,112,101,115,46,115,105,122,101,40,41,0,118,105,115,105,116,67,97,108,108,0,110,117,109,32,61,61,32,97,114,105,116,121,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,0,118,105,115,105,116,67,97,108,108,73,109,112,111,114,116,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,32,0,32,119,105,116,104,32,116,121,112,101,32,0,32,97,110,100,32,0,32,112,97,114,97,109,115,10,0,105,32,60,32,105,109,112,111,114,116,115,46,115,105,122,101,40,41,0,103,101,
-116,73,109,112,111,114,116,0,110,97,109,101,46,115,116,114,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,110,100,105,114,101,99,116,0,118,105,115,105,116,67,97,108,108,73,110,100,105,114,101,99,116,0,122,122,32,110,111,100,101,58,32,71,101,116,76,111,99,97,108,32,0,99,117,114,114,45,62,105,110,100,101,120,32,60,32,99,117,114,114,70,117,110,99,116,105,111,110,45,62,103,101,116,78,117,109,76,111,99,97,108,115,40,41,0,118,105,115,105,116,71,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,
-58,32,83,101,116,76,111,99,97,108,0,118,105,115,105,116,83,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,58,32,71,101,116,71,108,111,98,97,108,32,0,99,117,114,114,45,62,105,110,100,101,120,32,60,32,119,97,115,109,46,103,108,111,98,97,108,115,46,115,105,122,101,40,41,0,118,105,115,105,116,71,101,116,71,108,111,98,97,108,0,122,122,32,110,111,100,101,58,32,83,101,116,71,108,111,98,97,108,0,118,105,115,105,116,83,101,116,71,108,111,98,97,108,0,122,122,32,110,111,100,101,58,32,83,101,108,101,99,
-116,0,105,102,84,114,117,101,32,38,38,32,105,102,70,97,108,115,101,0,122,122,32,110,111,100,101,58,32,82,101,116,117,114,110,0,118,105,115,105,116,82,101,116,117,114,110,0,122,122,32,110,111,100,101,58,32,78,111,112,0,122,122,32,110,111,100,101,58,32,85,110,114,101,97,99,104,97,98,108,101,0,122,122,32,110,111,100,101,58,32,66,105,110,97,114,121,0,108,101,102,116,32,38,38,32,114,105,103,104,116,0,122,122,32,110,111,100,101,58,32,85,110,97,114,121,0,122,122,32,110,111,100,101,58,32,67,111,110,115,116,
-0,118,97,108,117,101,32,60,32,48,32,38,38,32,34,115,105,103,110,45,101,120,116,101,110,100,32,115,104,111,117,108,100,32,112,114,111,100,117,99,101,115,32,97,32,110,101,103,97,116,105,118,101,32,118,97,108,117,101,34,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,
-111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,85,54,52,76,69,66,58,32,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,
-114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,70,108,111,97,116,51,50,58,32,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,51,50,0,114,101,105,110,116,101,114,112,114,101,116,102,
-51,50,0,103,101,116,70,108,111,97,116,54,52,58,32,0,103,101,116,73,110,116,54,52,58,32,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,54,52,0,114,101,105,110,116,101,114,112,114,101,116,102,54,52,0,122,122,32,110,111,100,101,58,32,76,111,97,100,0,122,122,32,110,111,100,101,58,32,83,116,111,114,101,0,122,122,32,110,111,100,101,58,32,72,111,115,116,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,112,111,112,69,120,112,114,101,115,
-115,105,111,110,0,61,61,32,114,101,97,100,69,120,112,111,114,116,115,0,114,101,97,100,69,120,112,111,114,116,115,0,61,61,32,114,101,97,100,71,108,111,98,97,108,115,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,49,0,61,61,32,114,101,97,100,68,97,116,97,83,101,103,109,101,110,116,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,84,97,98,108,101,0,61,61,32,114,101,97,100,78,97,109,101,
-115,0,110,117,109,32,61,61,32,102,117,110,99,116,105,111,110,115,46,115,105,122,101,40,41,0,114,101,97,100,78,97,109,101,115,0,110,117,109,76,111,99,97,108,115,32,61,61,32,48,0,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,0,102,117,110,99,46,105,115,76,105,115,116,40,41,0,112,97,114,115,101,84,121,112,101,0,117,110,107,110,111,119,110,32,116,121,112,101,0,102,117,110,99,116,105,111,110,84,121,112,101,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,110,111,32,110,97,109,
-101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,105,109,112,111,114,116,32,101,108,101,109,101,110,116,0,114,101,115,117,108,116,91,48,93,45,62,115,116,114,40,41,32,61,61,32,82,69,83,85,76,84,0,112,97,114,115,101,73,109,112,111,114,116,0,98,97,100,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,32,0,117,110,107,110,111,119,110,32,109,111,100,117,108,101,32,101,108,101,
-109,101,110,116,0,98,97,100,32,102,117,110,99,32,100,101,99,108,97,114,97,116,105,111,110,0,110,111,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,91,105,110,116,101,114,110,97,108,32,101,114,114,111,114,63,93,0,97,98,111,114,116,95,111,110,32,0,98,97,100,32,116,121,112,101,32,102,111,114,32,0,58,32,0,32,118,115,32,118,97,108,117,101,32,116,121,112,101,32,0,119,97,107,97,32,0,103,101,116,95,108,111,99,97,108,0,115,101,116,95,108,111,99,97,108,0,103,101,116,95,103,108,111,98,97,108,0,115,
-101,116,95,103,108,111,98,97,108,0,108,111,97,100,0,115,116,111,114,101,0,117,110,97,114,121,0,104,111,115,116,0,110,111,110,101,0,105,51,50,0,105,54,52,0,102,51,50,0,102,54,52,0,98,97,100,32,99,111,110,115,116,0,109,111,100,105,102,105,101,114,32,63,32,112,111,115,105,116,105,118,101,91,52,93,32,61,61,32,39,48,39,32,38,38,32,112,111,115,105,116,105,118,101,91,53,93,32,61,61,32,39,120,39,32,58,32,49,0,115,114,99,47,112,97,114,115,105,110,103,46,104,0,112,97,114,115,101,67,111,110,115,116,0,114,101,
-116,45,62,118,97,108,117,101,46,116,121,112,101,32,61,61,32,116,121,112,101,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,
-97,116,111,114,73,99,69,69,69,69,0,99,97,115,116,84,111,70,51,50,0,99,97,115,116,84,111,70,54,52,0,101,120,116,114,97,91,49,93,32,61,61,32,39,54,39,0,109,97,107,101,76,111,97,100,0,101,120,116,114,97,91,49,93,32,61,61,32,39,50,39,0,101,113,0,98,97,100,32,111,102,102,115,101,116,0,98,97,100,32,108,111,97,100,32,97,116,116,114,105,98,117,116,101,0,109,97,107,101,83,116,111,114,101,0,98,97,100,32,115,116,111,114,101,32,97,116,116,114,105,98,117,116,101,0,108,97,98,101,108,83,116,97,99,107,46,98,97,99,
-107,40,41,32,61,61,32,99,117,114,114,45,62,110,97,109,101,0,109,97,107,101,66,108,111,99,107,0,105,110,118,97,108,105,100,32,108,97,98,101,108,0,105,109,112,111,114,116,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,105,110,118,97,108,105,100,32,99,97,108,108,95,105,110,100,105,114,101,99,116,32,116,121,112,101,0,108,111,99,97,108,32,97,99,99,101,115,115,32,105,110,32,110,111,110,45,102,117,110,99,116,105,111,110,32,115,99,111,112,101,0,98,97,100,32,108,111,99,97,108,32,110,97,109,101,
-0,98,97,100,32,108,111,99,97,108,32,105,110,100,101,120,0,108,111,99,97,108,73,110,100,105,99,101,115,46,99,111,117,110,116,40,110,97,109,101,41,32,62,32,48,0,103,101,116,76,111,99,97,108,73,110,100,101,120,0,98,97,100,32,103,108,111,98,97,108,32,110,97,109,101,0,98,97,100,32,103,108,111,98,97,108,32,105,110,100,101,120,0,105,32,60,32,103,108,111,98,97,108],"i8",4,m.ra+7580);H([115,46,115,105,122,101,40,41,0,103,101,116,71,108,111,98,97,108,0,105,102,45,116,114,117,101,0,105,102,45,101,108,115,101,
-0,108,111,111,112,45,111,117,116,0,108,111,111,112,45,105,110,0,116,111,116,97,108,32,109,101,109,111,114,121,32,109,117,115,116,32,98,101,32,60,61,32,52,71,66,0,115,91,50,93,45,62,115,116,114,40,41,32,61,61,32,77,69,77,79,82,89,0,112,97,114,115,101,69,120,112,111,114,116,0,109,101,109,111,114,121,32,101,120,112,111,114,116,101,100,32,98,117,116,32,110,111,32,109,101,109,111,114,121,0,105,32,61,61,32,115,46,115,105,122,101,40,41,0,112,97,114,115,101,71,108,111,98,97,108,0,78,52,119,97,115,109,52,
-80,97,115,115,69,0,78,52,119,97,115,109,50,50,83,104,101,108,108,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,69,0,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,49,55,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,69,0,111,102,102,115,101,116,32,43,32,115,101,103,109,101,110,116,46,100,97,116,97,46,115,105,122,101,40,41,32,60,61,32,119,97,115,109,46,109,101,109,111,114,121,46,105,110,105,116,105,97,108,32,42,32,119,97,115,109,58,58,
-77,101,109,111,114,121,58,58,107,80,97,103,101,83,105,122,101,0,115,114,99,47,115,104,101,108,108,45,105,110,116,101,114,102,97,99,101,46,104,0,105,110,105,116,0,111,102,102,115,101,116,32,43,32,115,101,103,109,101,110,116,46,100,97,116,97,46,115,105,122,101,40,41,32,60,61,32,119,97,115,109,46,116,97,98,108,101,46,105,110,105,116,105,97,108,0,78,52,119,97,115,109,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,0,78,52,119,97,115,109,49,54,69,120,
-112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,78,83,95,52,70,108,111,119,69,69,69,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,51,50,0,103,101,116,102,51,50,0,101,120,116,101,110,100,
-84,111,83,73,54,52,0,101,120,116,101,110,100,84,111,85,73,54,52,0,116,114,117,110,99,97,116,101,84,111,73,51,50,0,116,114,117,110,99,83,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,114,101,105,110,116,101,114,112,114,101,116,105,51,50,0,116,114,117,110,99,85,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,
-114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,99,97,115,116,84,111,73,51,50,0,101,120,116,101,110,100,84,111,70,54,52,0,99,97,115,116,84,111,73,54,52,0,114,101,105,110,116,101,114,112,114,101,116,105,54,52,0,116,114,117,110,99,97,116,101,84,111,70,51,50,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,
-41,32,63,32,108,101,102,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,115,114,99,47,119,97,115,109,45,105,110,116,101,114,112,114,101,116,101,114,46,104,0,118,105,115,105,116,66,105,110,97,114,121,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,41,32,63,32,114,105,103,104,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,114,105,103,
-104,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,105,51,50,46,100,105,118,95,115,32,98,121,32,48,0,105,51,50,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,51,50,46,100,105,118,95,117,32,98,121,32,48,0,105,51,50,46,114,101,109,95,115,32,98,121,32,48,0,105,51,50,46,114,101,109,95,117,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,54,52,46,100,105,118,95,117,32,98,121,32,48,0,105,54,
-52,46,114,101,109,95,115,32,98,121,32,48,0,105,54,52,46,114,101,109,95,117,32,98,121,32,48,0,115,116,100,58,58,105,115,110,97,110,40,102,41,32,38,38,32,34,101,120,112,101,99,116,101,100,32,97,32,78,97,78,34,0,115,101,116,81,117,105,101,116,78,97,78,0,103,101,116,105,51,50,0,101,120,105,116,40,41,10,0,78,52,119,97,115,109,49,51,69,120,105,116,69,120,99,101,112,116,105,111,110,69,0,99,97,108,108,73,109,112,111,114,116,32,0,46,99,111,110,115,116,32,0,58,48,120,0,78,97,78,80,97,121,108,111,97,100,0,45,
-48,0,37,108,102,0,100,32,62,61,32,48,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,115,105,109,112,108,101,95,97,115,116,46,104,0,110,117,109,84,111,83,116,114,105,110,103,0,37,108,108,117,0,37,101,0,37,46,48,102,0,110,117,109,32,60,32,49,48,48,48,0,99,97,108,108,84,97,98,108,101,32,111,118,101,114,102,108,111,119,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,116,121,112,101,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,
-97,100,32,35,32,111,102,32,97,114,103,117,109,101,110,116,115,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,97,114,103,117,109,101,110,116,32,116,121,112,101,0,102,117,110,99,116,105,111,110,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,70,117,110,99,116,105,111,110,0,115,116,97,99,107,32,108,105,109,105,116,0,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,0,33,102,108,111,119,46,98,114,101,97,107,105,110,103,40,41,32,124,124,
-32,102,108,111,119,46,98,114,101,97,107,84,111,32,61,61,32,82,69,84,85,82,78,95,70,76,79,87,0,102,117,110,99,116,105,111,110,45,62,114,101,115,117,108,116,32,61,61,32,114,101,116,46,116,121,112,101,0,70,117,110,99,116,105,111,110,32,96,0,96,32,101,120,112,101,99,116,115,32,0,32,112,97,114,97,109,101,116,101,114,115,44,32,103,111,116,32,0,32,97,114,103,117,109,101,110,116,115,46,0,102,117,110,99,116,105,111,110,45,62,105,115,80,97,114,97,109,40,105,41,0,70,117,110,99,116,105,111,110,83,99,111,112,
-101,0,96,32,101,120,112,101,99,116,115,32,116,121,112,101,32,0,32,102,111,114,32,112,97,114,97,109,101,116,101,114,32,0,44,32,103,111,116,32,0,102,117,110,99,116,105,111,110,45,62,105,115,86,97,114,40,105,41,0,90,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,
-76,105,116,101,114,97,108,69,78,83,51,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,
-69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,
-101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,78,83,95,52,70,108,111,119,69,69,69,0,102,108,111,119,46,118,97,108,117,101,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,116,121,112,101,0,111,102,102,115,101,116,32,62,32,109,101,109,111,114,
-121,0,102,105,110,97,108,32,62,32,109,101,109,111,114,121,0,98,121,116,101,115,32,62,32,109,101,109,111,114,121,0,104,105,103,104,101,115,116,32,62,32,109,101,109,111,114,121,0,103,101,116,105,54,52,0,32,62,32,0,78,83,116,51,95,95,50,49,56,98,97,115,105,99,95,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,103,114,111,119,77,101,109,111,114,121,58,32,100,101,108,
-116,97,32,114,101,108,97,116,105,118,101,108,121,32,116,111,111,32,98,105,103,0,103,114,111,119,77,101,109,111,114,121,58,32,100,101,108,116,97,32,111,98,106,101,99,116,105,118,101,108,121,32,116,111,111,32,98,105,103,0,103,114,111,119,77,101,109,111,114,121,58,32,101,120,99,101,101,100,115,32,109,97,120,0,91,116,114,97,112,32,0,93,10,0,78,52,119,97,115,109,49,51,84,114,97,112,69,120,99,101,112,116,105,111,110,69,0,61,61,32,119,114,105,116,101,72,101,97,100,101,114,0,119,114,105,116,101,73,110,116,
-51,50,58,32,0,61,61,32,119,114,105,116,101,83,105,103,110,97,116,117,114,101,115,0,119,114,105,116,101,32,111,110,101,0,119,114,105,116,101,85,51,50,76,69,66,58,32,0,119,114,105,116,101,73,110,116,56,58,32,0,98,97,99,107,112,97,116,99,104,85,51,50,76,69,66,58,32,0,61,61,32,119,114,105,116,101,73,109,112,111,114,116,115,0,61,61,32,119,114,105,116,101,70,117,110,99,116,105,111,110,83,105,103,110,97,116,117,114,101,115,0,61,61,32,119,114,105,116,101,70,117,110,99,116,105,111,110,84,97,98,108,101,0,119,
-114,105,116,101,69,120,112,114,101,115,115,105,111,110,0,98,97,100,32,98,114,101,97,107,58,32,0,109,97,112,112,101,100,73,109,112,111,114,116,115,46,99,111,117,110,116,40,119,97,115,109,45,62,105,109,112,111,114,116,115,91,105,93,45,62,110,97,109,101,41,32,61,61,32,48,0,103,101,116,73,109,112,111,114,116,73,110,100,101,120,0,109,97,112,112,101,100,73,109,112,111,114,116,115,46,99,111,117,110,116,40,110,97,109,101,41,0,122,122,32,99,111,110,115,116,32,110,111,100,101,32,100,111,110,101,46,10,0,119,
-114,105,116,101,83,51,50,76,69,66,58,32,0,119,114,105,116,101,83,54,52,76,69,66,58,32,0,119,114,105,116,101,70,108,111,97,116,51,50,58,32,0,119,114,105,116,101,70,108,111,97,116,54,52,58,32,0,119,114,105,116,101,73,110,116,54,52,58,32,0,109,97,112,112,101,100,70,117,110,99,116,105,111,110,115,46,99,111,117,110,116,40,119,97,115,109,45,62,102,117,110,99,116,105,111,110,115,91,105,93,45,62,110,97,109,101,41,32,61,61,32,48,0,103,101,116,70,117,110,99,116,105,111,110,73,110,100,101,120,0,109,97,112,112,
-101,100,70,117,110,99,116,105,111,110,115,46,99,111,117,110,116,40,110,97,109,101,41,0,61,61,32,119,114,105,116,101,77,101,109,111,114,121,0,61,61,32,119,114,105,116,101,103,108,111,98,97,108,115,0,61,61,32,119,114,105,116,101,101,120,112,111,114,116,115,0,61,61,32,119,114,105,116,101,83,116,97,114,116,0,61,61,32,119,114,105,116,101,70,117,110,99,116,105,111,110,115,0,119,114,105,116,101,32,111,110,101,32,97,116,0,119,114,105,116,105,110,103,0,98,111,100,121,32,115,105,122,101,58,32,0,44,32,119,114,
-105,116,105,110,103,32,97,116,32,0,44,32,110,101,120,116,32,115,116,97,114,116,115,32,97,116,32,0,105,32,60,32,102,117,110,99,116,105,111,110,115,46,115,105,122,101,40,41,0,61,61,32,119,114,105,116,101,78,97,109,101,115,0,102,105,110,105,115,104,85,112,0,119,114,105,116,105,110,103,32,98,117,102,102,101,114,0,32,97,110,100,32,112,111,105,110,116,101,114,32,105,115,32,97,116,32,0,98,97,99,107,112,97,116,99,104,73,110,116,51,50,58,32,0,99,97,108,108,69,120,112,111,114,116,32,110,111,116,32,102,111,
-117,110,100,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,45,108,101,97,114,110,105,110,103,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,32,97,110,100,32,108,101,97,114,110,105,110,103,0,100,99,101,0,114,101,109,111,118,101,115,32,117,110,114,101,
-97,99,104,97,98,108,101,32,99,111,100,101,0,100,114,111,112,45,114,101,116,117,114,110,45,118,97,108,117,101,115,0,115,116,111,112,115,32,114,101,108,121,105,110,103,32,111,110,32,114,101,116,117,114,110,32,118,97,108,117,101,115,32,102,114,111,109,32,115,101,116,95,108,111,99,97,108,32,97,110,100,32,115,116,111,114,101,0,100,117,112,108,105,99,97,116,101,45,102,117,110,99,116,105,111,110,45,101,108,105,109,105,110,97,116,105,111,110,0,114,101,109,111,118,101,115,32,100,117,112,108,105,99,97,116,
-101,32,102,117,110,99,116,105,111,110,115,0,108,111,119,101,114,45,105,102,45,101,108,115,101,0,108,111,119,101,114,115,32,105,102,45,101,108,115,101,115,32,105,110,116,111,32,105,102,115,44,32,98,108,111,99,107,115,32,97,110,100,32,98,114,97,110,99,104,101,115,0,109,101,114,103,101,45,98,108,111,99,107,115,0,109,101,114,103,101,115,32,98,108,111,99,107,115,32,116,111,32,116,104,101,105,114,32,112,97,114,101,110,116,115,0,109,101,116,114,105,99,115,0,114,101,112,111,114,116,115,32,109,101,116,114,
-105,99,115,0,110,109,0,110,97,109,101,32,108,105,115,116,0,110,97,109,101,45,109,97,110,97,103,101,114,0,117,116,105,108,105,116,121,32,112,97,115,115,32,116,111,32,109,97,110,97,103,101,32,110,97,109,101,115,32,105,110,32,109,111,100,117,108,101,115,0,111,112,116,105,109,105,122,101,45,105,110,115,116,114,117,99,116,105,111,110,115,0,111,112,116,105,109,105,122,101,115,32,105,110,115,116,114,117,99,116,105,111,110,32,99,111,109,98,105,110,97,116,105,111,110,115,0,112,111,115,116,45,101,109,115,99,
-114,105,112,116,101,110,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,111,112,116,105,109,105,122,97,116,105,111,110,115,32,102,111,114,32,69,109,115,99,114,105,112,116,101,110,45,103,101,110,101,114,97,116,101,100,32,99,111,100,101,0,112,114,105,110,116,32,105,110,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,109,105,110,105,102,105,101,100,0,112,114,105,110,116,32,105,110,32,109,105,110,105,102,105,101,100,32,115,45,101,120,112,114,
-101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,102,117,108,108,0,112,114,105,110,116,32,105,110,32,102,117,108,108,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,114,101,109,111,118,101,45,105,109,112,111,114,116,115,0,114,101,109,111,118,101,115,32,105,109,112,111,114,116,115,32,97,110,100,32,114,101,112,108,97,99,101,115,32,116,104,101,109,32,119,105,116,104,32,110,111,112,115,0,114,101,109,111,118,101,45,109,101,109,111,114,121,0,114,101,
-109,111,118,101,115,32,109,101,109,111,114,121,32,115,101,103,109,101,110,116,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,98,114,115,0,114,101,109,111,118,101,115,32,98,114,101,97,107,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,111,116,32,110,101,101,100,101,100,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,115,32,117,110,117,115,101,100,32,102,117,110,99,116,
-105,111,110,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,110,97,109,101,115,0,114,101,109,111,118,101,115,32,110,97,109,101,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,101,118,101,114,32,98,114,97,110,99,104,101,100,32,116,111,0,114,101,111,114,100,101,114,45,102,117,110,99,116,105,111,110,115,0,115,111,114,116,115,32,102,117,110,99,116,105,111,110,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,114,
-101,111,114,100,101,114,45,108,111,99,97,108,115,0,115,111,114,116,115,32,108,111,99,97,108,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,115,105,109,112,108,105,102,121,45,108,111,99,97,108,115,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,108,111,99,97,108,115,45,114,101,108,97,116,101,100,32,111,112,116,105,109,105,122,97,116,105,111,110,115,0,118,97,99,117,117,109,0,114,101,109,111,118,101,115,32,111,98,118,105,111,117,115,108,121,32,117,110,110,101,101,
-100,101,100,32,99,111,100,101,0,112,114,101,99,111,109,112,117,116,101,0,99,111,109,112,117,116,101,115,32,99,111,109,112,105,108,101,45,116,105,109,101,32,101,118,97,108,117,97,116,97,98,108,101,32,101,120,112,114,101,115,115,105,111,110,115,0,112,97,115,115,73,110,102,111,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,112,97,115,115,73,110,102,111,115,46,101,110,100,40,41,0,115,114,99,47,112,97,115,115,101,115,47,112,97,115,115,46,99,112,112,0,114,101,103,105,115,116,101,114,80,97,115,
-115,0,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,83,53,95,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,69,69,
-0,91,80,97,115,115,82,117,110,110,101,114,93,32,114,117,110,110,105,110,103,32,112,97,115,115,101,115,46,46,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,112,97,115,115,101,115,32,116,111,111,107,32,0,32,115,101,99,111,110,100,115,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,32,32,114,117,110,110,105,110,103,32,112,97,115,115,58,32,0,46,46,46,32,0,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,
-69,95,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,70,78,83,50,95,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,78,
-52,119,97,115,109,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,111,117,116,101,114,45,62,108,105,115,116,46,98,97,99,107,40,41,32,61,61,32,99,117,114,114,0,115,114,99,47,112,97,115,115,101,115,47,77,101,114,103,101,66,108,111,99,107,115,46,99,112,112,0,111,112,116,105,109,105,122,101,0,117,115,101,100,69,108,101,109,101,110,116,115,32,62,32,48,0,115,114,99,47,109,105,120,101,100,95,97,114,101,110,97,46,104,0,112,111,112,95,98,97,99,107,0,98,97,99,107,0,78,52,119,
-97,115,109,49,49,77,101,114,103,101,66,108,111,99,107,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,
-69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,118,69,69,0,10,0,41,10,0,100,97,116,97,32,0,32,34,0,34,41,10,0,92,110,0,92,48,100,0,92,116,0,92,48,99,0,92,48,56,0,92,92,0,92,34,0,92,39,0,101,120,112,111,114,116,32,0,32,109,101,109,111,114,121,41,0,
-102,117,110,99,32,0,40,116,121,112,101,32,0,112,97,114,97,109,32,0,114,101,115,117,108,116,32,0,108,111,99,97,108,32,0,32,97,110,121,102,117,110,99,41,10,0,101,108,101,109,32,0,103,108,111,98,97,108,32,0,105,109,112,111,114,116,32,0,32,40,102,117,110,99,0,41,41,0,117,110,114,101,97,99,104,97,98,108,101,0,110,111,112,0,112,97,103,101,115,105,122,101,0,99,117,114,114,101,110,116,95,109,101,109,111,114,121,0,103,114,111,119,95,109,101,109,111,114,121,0,104,97,115,102,101,97,116,117,114,101,32,0,115,
-101,108,101,99,116,0,105,51,50,46,97,100,100,0,105,51,50,46,115,117,98,0,105,51,50,46,109,117,108,0,105,51,50,46,100,105,118,95,115,0,105,51,50,46,100,105,118,95,117,0,105,51,50,46,114,101,109,95,115,0,105,51,50,46,114,101,109,95,117,0,105,51,50,46,97,110,100,0,105,51,50,46,111,114,0,105,51,50,46,120,111,114,0,105,51,50,46,115,104,108,0,105,51,50,46,115,104,114,95,117,0,105,51,50,46,115,104,114,95,115,0,105,51,50,46,114,111,116,108,0,105,51,50,46,114,111,116,114,0,105,51,50,46,101,113,0,105,51,50,
-46,110,101,0,105,51,50,46,108,116,95,115,0,105,51,50,46,108,116,95,117,0,105,51,50,46,108,101,95,115,0,105,51,50,46,108,101,95,117,0,105,51,50,46,103,116,95,115,0,105,51,50,46,103,116,95,117,0,105,51,50,46,103,101,95,115,0,105,51,50,46,103,101,95,117,0,105,54,52,46,97,100,100,0,105,54,52,46,115,117,98,0,105,54,52,46,109,117,108,0,105,54,52,46,100,105,118,95,115,0,105,54,52,46,100,105,118,95,117,0,105,54,52,46,114,101,109,95,115,0,105,54,52,46,114,101,109,95,117,0,105,54,52,46,97,110,100,0,105,54,
-52,46,111,114,0,105,54,52,46,120,111,114,0,105,54,52,46,115,104,108,0,105,54,52,46,115,104,114,95,117,0,105,54,52,46,115,104,114,95,115,0,105,54,52,46,114,111,116,108,0,105,54,52,46,114,111,116,114,0,105,54,52,46,101,113,0,105,54,52,46,110,101,0,105,54,52,46,108,116,95,115,0,105,54,52,46,108,116,95,117,0,105,54,52,46,108,101,95,115,0,105,54,52,46,108,101,95,117,0,105,54,52,46,103,116,95,115,0,105,54,52,46,103,116,95,117,0,105,54,52,46,103,101,95,115,0,105,54,52,46,103,101,95,117,0,102,51,50,46,97,
-100,100,0,102,51,50,46,115,117,98,0,102,51,50,46,109,117,108,0,102,51,50,46,100,105,118,0,102,51,50,46,99,111,112,121,115,105,103,110,0,102,51,50,46,109,105,110,0,102,51,50,46,109,97,120,0,102,51,50,46,101,113,0,102,51,50,46,110,101,0,102,51,50,46,108,116,0,102,51,50,46,108,101,0,102,51,50,46,103,116,0,102,51,50,46,103,101,0,102,54,52,46,97,100,100,0,102,54,52,46,115,117,98,0,102,54,52,46,109,117,108,0,102,54,52,46,100,105,118,0,102,54,52,46,99,111,112,121,115,105,103,110,0,102,54,52,46,109,105,110,
-0,102,54,52,46,109,97,120,0,102,54,52,46,101,113,0,102,54,52,46,110,101,0,102,54,52,46,108,116,0,102,54,52,46,108,101,0,102,54,52,46,103,116,0,102,54,52,46,103,101,0,105,51,50,46,99,108,122,0,105,51,50,46,99,116,122,0,105,51,50,46,112,111,112,99,110,116,0,105,51,50,46,101,113,122,0,105,54,52,46,99,108,122,0,105,54,52,46,99,116,122,0,105,54,52,46,112,111,112,99,110,116,0,105,54,52,46,101,113,122,0,102,51,50,46,110,101,103,0,102,51,50,46,97,98,115,0,102,51,50,46,99,101,105,108,0,102,51,50,46,102,108,
-111,111,114,0,102,51,50,46,116,114,117,110,99,0,102,51,50,46,110,101,97,114,101,115,116,0,102,51,50,46,115,113,114,116,0,102,54,52,46,110,101,103,0,102,54,52,46,97,98,115,0,102,54,52,46,99,101,105,108,0,102,54,52,46,102,108,111,111,114,0,102,54,52,46,116,114,117,110,99,0,102,54,52,46,110,101,97,114,101,115,116,0,102,54,52,46,115,113,114,116,0,105,54,52,46,101,120,116,101,110,100,95,115,47,105,51,50,0,105,54,52,46,101,120,116,101,110,100,95,117,47,105,51,50,0,105,51,50,46,119,114,97,112,47,105,54,
-52,0,105,51,50,46,116,114,117,110,99,95,115,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,115,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,117,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,117,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,115,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,115,47,102,54,52,0,105,51,50,46,116,114,117,110,99,95,117,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,117,47,102,54,52,0,105,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,102,
-51,50,0,105,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,102,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,
-105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,112,114,111,109,111,116,101,47,102,51,50,0,102,51,50,46,100,101,109,111,116,101,47,102,54,52,0,102,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,105,51,50,0,102,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,105,54,52,0,46,115,116,111,114,101,0,49,54,0,51,50,0,32,111,102,102,115,101,116,61,0,32,97,108,105,103,110,61,0,46,108,111,97,100,0,95,115,0,95,117,0,115,101,116,95,103,108,111,98,97,108,
-32,0,103,101,116,95,103,108,111,98,97,108,32,0,115,101,116,95,108,111,99,97,108,32,0,103,101,116,95,108,111,99,97,108,32,0,99,97,108,108,95,105,110,100,105,114,101,99,116,32,0,99,97,108,108,95,105,109,112,111,114,116,32,0,99,97,108,108,32,0,98,114,95,116,97,98,108,101,0,98,114,95,105,102,32,0,98,114,32,0,108,111,111,112,0,99,117,114,114,45,62,105,110,46,105,115,40,41,0,115,114,99,47,112,97,115,115,101,115,47,80,114,105,110,116,46,99,112,112,0,118,105,115,105,116,76,111,111,112,0,32,32,0,78,52,119,
-97,115,109,55,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,53,77,105,110,105,102,105,101,100,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,49,70,117,108,108,80,114,105,110,116,101,114,69,0,105,102,83,116,97,99,107,46,101,109,112,116,121,40,41,0,115,114,99,47,112,97,115,115,101,115,47,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,46,99,112,112,0,90,78,52,119,97,115,109,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,
-110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,78,83,95,55,86,105,115,
-105,116,111,114,73,83,53,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,
-118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,
-110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,118,69,69,0,90,78,52,119,97,115,109,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,
-66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,53,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,
-49,83,101,108,101,99,116,105,102,105,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,
-105,116,111,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,118,69,69,0,115,101,108,102,45,62,105,102,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,118,105,115,105,116,65,110,121,0,78,52,119,97,115,109,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,0,78,52,119,97,115,109,49,48,
-87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,
-73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,118,69,69,0,98,114,97,110,99,104,101,115,83,101,101,110,46,101,109,112,116,121,40,41,0,115,114,99,47,112,97,115,115,101,115,47,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,46,99,112,112,0,78,52,119,97,115,109,
-49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,
-78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,118,69,69,0,97,100,100,45,62,116,121,112,101,32,61,61,32,105,51,50,0,115,114,99,47,112,97,115,115,
-101,115,47,80,111,115,116,69,109,115,99,114,105,112,116,101,110,46,99,112,112,0,118,105,115,105,116,77,101,109,111,114,121,79,112,0,78,52,119,97,115,109,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,
-109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,
-69,118,69,69,0,33,99,117,114,114,45,62,99,97,115,116,60,73,102,62,40,41,45,62,105,102,70,97,108,115,101,0,115,114,99,47,112,97,115,115,101,115,47,83,105,109,112,108,105,102,121,76,111,99,97,108,115,46,99,112,112,0,100,111,78,111,116,101,78,111,110,76,105,110,101,97,114,0,33,98,114,101,97,107,115,91,48,93,46,98,114,45,62,118,97,108,117,101,0,111,112,116,105,109,105,122,101,66,108,111,99,107,82,101,116,117,114,110,0,33,98,114,101,97,107,115,91,106,93,46,98,114,45,62,118,97,108,117,101,0,40,42,99,117,
-114,114,112,41,45,62,99,97,115,116,60,73,102,62,40,41,45,62,105,102,70,97,108,115,101,0,100,111,78,111,116,101,73,102,69,108,115,101,67,111,110,100,105,116,105,111,110,0,100,111,78,111,116,101,73,102,69,108,115,101,84,114,117,101,0,105,102,102,45,62,105,102,70,97,108,115,101,0,100,111,78,111,116,101,73,102,69,108,115,101,70,97,108,115,101,0,111,112,116,105,109,105,122,101,73,102,82,101,116,117,114,110,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,98,97,99,107,40,41,32,61,61,32,105,
-102,102,0,105,102,84,114,117,101,66,108,111,99,107,45,62,116,121,112,101,32,33,61,32,110,111,110,101,0,105,102,102,45,62,116,121,112,101,32,33,61,32,110,111,110,101,0,98,108,111,99,107,45,62,108,105,115,116,46,98,97,99,107,40,41,32,61,61,32,97,98,111,118,101,0,115,114,99,47,97,115,116,95,117,116,105,108,115,46,104,0,105,115,82,101,115,117,108,116,85,115,101,100,0,97,98,111,118,101,32,61,61,32,105,102,102,45,62,105,102,84,114,117,101,32,124,124,32,97,98,111,118,101,32,61,61,32,105,102,102,45,62,105,
-102,70,97,108,115,101,0,115,101,108,102,45,62,115,105,110,107,97,98,108,101,115,46,99,111,117,110,116,40,105,110,100,101,120,41,32,61,61,32,48,0,118,105,115,105,116,80,111,115,116,0,99,117,114,114,0,118,105,115,105,116,0,78,52,119,97,115,109,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,50,49,76,105,110,101,97,114,69,120,101,99,117,116,105,111,110,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,
-105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,50,49,76,105,110,101,97,114,69,120,101,99,117,116,105,111,110,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,78,83,
-95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,118,69,69,0,110,101,119,84,111,79,108,100,91,105,93,32,60,32,99,117,114,114,45,62,112,97,114,97,109,115,46,115,105,122,101,40,
-41,0,115,114,99,47,112,97,115,115,101,115,47,82,101,111,114,100,101,114,76,111,99,97,108,115,46,99,112,112,0,118,105,115,105,116,70,117,110,99,116,105,111,110,0,78,52,119,97,115,109,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,
-0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69],"i8",4,m.ra+17820);H([69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,51,82,101,111,114,100,101,
-114,76,111,99,97,108,115,69,118,69,69,0,78,52,119,97,115,109,54,86,97,99,117,117,109,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,
-97,115,109,54,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,54,86,97,99,117,117,109,69,118,69,69,0,78,52,119,97,115,109,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,
-82,101,112,108,97,99,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,
-69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,118,69,69,0,100,105,103,101,115,116,32,61,61,32,48,0,115,114,99,47,112,97,115,115,101,115,47,68,117,112,108,105,99,97,116,101,70,117,110,99,116,105,111,110,69,108,105,109,105,110,97,116,105,111,110,46,99,112,112,0,109,97,112,58,58,97,116,58,32,32,107,101,121,32,110,111,116,32,102,111,117,110,100,0,78,52,119,97,115,109,49,52,70,117,110,99,116,105,111,110,
-72,97,115,104,101,114,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,
-52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,118,69,69,0,78,52,119,97,115,109,50,56,68,117,112,108,105,99,97,116,101,70,117,110,99,116,105,111,110,69,108,105,109,105,110,97,116,105,111,110,69,0,111,114,100,101,114,91,105,93,32,61,61,32,105,
-0,115,114,99,47,112,97,115,115,101,115,47,67,111,97,108,101,115,99,101,76,111,99,97,108,115,46,99,112,112,0,112,105,99,107,73,110,100,105,99,101,115,70,114,111,109,79,114,100,101,114,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,57,67,70,71,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,78,83,95,56,76,105,118,101,110,101,115,115,69,69,69,69,69,0,78,52,119,97,115,
-109,57,67,70,71,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,78,83,95,56,76,105,118,101,110,101,115,115,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,
-108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,118,69,69,0,105,110,100,105,99,101,115,46,115,105,122,101,40,41,32,61,61,32,110,117,109,76,111,99,97,108,115,0,97,112,112,108,121,73,110,100,105,99,101,115,0,108,111,119,32,60,32,104,105,103,104,0,105,110,116,101,114,102,101,114,101,76,111,119,72,105,103,104,0,99,117,
-114,114,45,62,99,111,110,116,101,110,116,115,46,101,110,100,46,115,105,122,101,40,41,32,60,32,108,105,118,101,46,115,105,122,101,40,41,0,102,108,111,119,76,105,118,101,110,101,115,115,0,99,117,114,114,45,62,99,111,110,116,101,110,116,115,46,115,116,97,114,116,46,115,105,122,101,40,41,32,60,32,108,105,118,101,46,115,105,122,101,40,41,0,98,114,97,110,99,104,101,115,46,115,105,122,101,40,41,32,61,61,32,48,0,115,114,99,47,99,102,103,47,99,102,103,45,116,114,97,118,101,114,115,97,108,46,104,0,100,111,
-87,97,108,107,70,117,110,99,116,105,111,110,0,105,102,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,108,111,111,112,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,78,52,119,97,115,109,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,0,115,105,122,101,32,62,61,32,49,0,109,97,107,101,77,105,120,116,117,114,101,0,109,97,120,73,110,100,101,120,32,60,61,32,112,97,114,101,110,116,45,62,110,117,109,76,111,99,97,108,115,0,99,97,108,99,117,108,97,116,101,70,105,116,110,101,
-115,115,0,78,52,119,97,115,109,50,54,67,111,97,108,101,115,99,101,76,111,99,97,108,115,87,105,116,104,76,101,97,114,110,105,110,103,69,0,116,111,112,108,101,118,101,108,0,100,101,102,117,110,0,115,116,97,116,0,97,115,115,105,103,110,0,118,97,114,0,99,111,110,115,116,0,99,111,110,100,105,116,105,111,110,97,108,0,98,105,110,97,114,121,0,114,101,116,117,114,110,0,105,102,0,119,104,105,108,101,0,100,111,0,102,111,114,0,115,101,113,0,115,117,98,0,110,117,109,0,108,97,98,101,108,0,98,114,101,97,107,0,99,
-111,110,116,105,110,117,101,0,115,119,105,116,99,104,0,115,116,114,105,110,103,0,116,101,109,112,82,101,116,48,0,103,101,116,84,101,109,112,82,101,116,48,0,95,108,108,118,109,95,99,116,116,122,95,105,51,50,0,95,95,95,117,100,105,118,109,111,100,100,105,52,0,117,110,97,114,121,45,112,114,101,102,105,120,0,117,110,97,114,121,45,112,111,115,116,102,105,120,0,77,97,116,104,95,102,114,111,117,110,100,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,0,83,73,
-77,68,95,73,110,116,56,120,49,54,0,83,73,77,68,95,73,110,116,49,54,120,56,0,83,73,77,68,95,73,110,116,51,50,120,52,0,62,62,62,0,116,101,109,112,68,111,117,98,108,101,80,116,114,0,72,69,65,80,56,0,72,69,65,80,49,54,0,72,69,65,80,51,50,0,72,69,65,80,70,51,50,0,72,69,65,80,85,56,0,72,69,65,80,85,49,54,0,72,69,65,80,85,51,50,0,72,69,65,80,70,54,52,0,102,48,0,91,0,123,0,125,0,63,0,58,0,100,101,102,97,117,108,116,0,100,111,116,0,110,101,119,0,97,114,114,97,121,0,111,98,106,101,99,116,0,118,97,114,32,99,
-111,110,115,116,32,102,117,110,99,116,105,111,110,32,105,102,32,101,108,115,101,32,100,111,32,119,104,105,108,101,32,102,111,114,32,98,114,101,97,107,32,99,111,110,116,105,110,117,101,32,114,101,116,117,114,110,32,115,119,105,116,99,104,32,99,97,115,101,32,100,101,102,97,117,108,116,32,116,104,114,111,119,32,116,114,121,32,99,97,116,99,104,32,102,105,110,97,108,108,121,32,116,114,117,101,32,102,97,108,115,101,32,110,117,108,108,32,110,101,119,0,33,32,126,32,43,32,45,0,42,32,47,32,37,0,43,32,45,0,
-60,60,32,62,62,32,62,62,62,0,60,32,60,61,32,62,32,62,61,0,61,61,32,33,61,0,63,32,58,0,97,115,115,105,103,110,32,99,97,108,108,32,98,105,110,97,114,121,32,117,110,97,114,121,45,112,114,101,102,105,120,32,110,97,109,101,32,110,117,109,32,99,111,110,100,105,116,105,111,110,97,108,32,100,111,116,32,110,101,119,32,115,117,98,32,115,101,113,32,115,116,114,105,110,103,32,111,98,106,101,99,116,32,97,114,114,97,121,0,83,73,77,68,95,73,110,116,56,120,49,54,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,49,
-54,120,56,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,95,99,104,101,99,107,0,0,1,28,2,29,14,24,3,30,22,20,15,25,17,4,8,31,27,13,23,21,19,16,7,26,12,18,6,11,5,10,9,31,22,30,21,18,10,29,2,20,17,15,13,9,6,28,1,23,19,11,3,16,14,7,24,12,4,8,25,5,26,27,0,33,84,104,114,101,97,100,80,111,111,108,58,58,103,101,116,40,41,45,62,105,115,82,117,110,110,105,
-110,103,40,41,0,115,114,99,47,115,117,112,112,111,114,116,47,116,104,114,101,97,100,115,46,99,112,112,0,126,84,104,114,101,97,100,0,84,104,114,101,97,100,0,111,108,100,32,61,61,32,116,104,114,101,97,100,115,46,115,105,122,101,40,41,0,114,101,115,101,116,84,104,114,101,97,100,115,65,114,101,82,101,97,100,121,0,66,73,78,65,82,89,69,78,95,67,79,82,69,83,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,40,41,32,62,32,48,0,119,111,114,107,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,
-40,41,32,61,61,32,110,117,109,0,33,114,117,110,110,105,110,103,0,70,85,78,67,83,73,71,36,0,116,111,112,109,111,115,116,0,73,110,116,56,65,114,114,97,121,0,73,110,116,49,54,65,114,114,97,121,0,73,110,116,51,50,65,114,114,97,121,0,85,105,110,116,56,65,114,114,97,121,0,85,105,110,116,49,54,65,114,114,97,121,0,85,105,110,116,51,50,65,114,114,97,121,0,70,108,111,97,116,51,50,65,114,114,97,121,0,70,108,111,97,116,54,52,65,114,114,97,121,0,105,109,112,111,115,115,105,98,108,101,45,99,111,110,116,105,110,
-117,101,0,77,97,116,104,0,105,109,117,108,0,99,108,122,51,50,0,102,114,111,117,110,100,0,97,115,109,50,119,97,115,109,0,102,54,52,45,114,101,109,0,102,54,52,45,116,111,45,105,110,116,0,105,51,50,115,45,100,105,118,0,105,51,50,117,45,100,105,118,0,105,51,50,115,45,114,101,109,0,105,51,50,117,45,114,101,109,0,103,108,111,98,97,108,46,77,97,116,104,0,97,98,115,0,102,108,111,111,114,0,99,101,105,108,0,115,113,114,116,0,97,115,109,50,119,97,115,109,95,105,51,50,95,116,101,109,112,0,100,101,98,117,103,
-103,101,114,0,117,115,101,32,97,115,109,0,98,117,102,102,101,114,0,101,110,118,0,77,97,116,104,95,105,109,117,108,0,77,97,116,104,95,99,108,122,51,50,0,77,97,116,104,95,99,116,122,51,50,0,77,97,116,104,95,112,111,112,99,110,116,51,50,0,77,97,116,104,95,97,98,115,0,77,97,116,104,95,99,101,105,108,0,77,97,116,104,95,102,108,111,111,114,0,77,97,116,104,95,116,114,117,110,99,0,77,97,116,104,95,78,69,65,82,69,83,84,0,77,97,116,104,95,115,113,114,116,0,77,97,116,104,95,109,97,120,0,77,97,116,104,95,109,
-105,110,0,109,101,109,111,114,121,0,116,121,112,101,0,105,109,112,111,114,116,0,102,117,110,99,116,105,111,110,0,99,111,100,101,0,101,120,112,111,114,116,0,103,108,111,98,97,108,0,100,97,116,97,0,116,97,98,108,101,0,110,97,109,101,0,115,116,97,114,116,0,119,97,115,109,0,42,114,101,116,117,114,110,58,41,42,0,95,95,103,114,111,119,87,97,115,109,77,101,109,111,114,121,0,110,101,119,83,105,122,101,0,109,111,100,117,108,101,0,102,117,110,99,0,112,97,114,97,109,0,114,101,115,117,108,116,0,115,101,103,109,
-101,110,116,0,101,108,101,109,0,108,111,99,97,108,0,99,97,108,108,0,99,97,108,108,95,105,109,112,111,114,116,0,99,97,108,108,95,105,110,100,105,114,101,99,116,0,98,108,111,99,107,0,98,114,95,105,102,0,116,104,101,110,0,101,108,115,101,0,78,97,78,0,73,110,102,105,110,105,116,121,0,45,105,110,102,105,110,105,116,121,0,45,110,97,110,0,99,97,115,101,0,98,114,0,97,110,121,102,117,110,99,0,102,97,107,101,95,114,101,116,117,114,110,95,119,97,107,97,49,50,51,0,97,115,115,101,114,116,95,114,101,116,117,114,
-110,0,97,115,115,101,114,116,95,116,114,97,112,0,97,115,115,101,114,116,95,105,110,118,97,108,105,100,0,115,112,101,99,116,101,115,116,0,112,114,105,110,116,0,105,110,118,111,107,101,0,101,120,105,116,0,115,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,115,114,99,47,119,97,115,109,45,116,114,97,118,101,114,115,97,108,46,104,0,119,97,108,107,0,42,116,97,115,107,46,99,117,114,114,112,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
-255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
-255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,19,9,11,11,0,0,9,6,11,0,0,11,0,6,17,
-0,0,0,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,
-0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,45,43,32,32,32,48,88,48,120,0,40,110,117,108,108,41,0,45,48,88,43,48,88,32,48,88,45,48,120,43,
-48,120,32,48,120,0,105,110,102,0,73,78,70,0,78,65,78,0,84,33,34,25,13,1,2,3,17,75,28,12,16,4,11,29,18,30,39,104,110,111,112,113,98,32,5,6,15,19,20,21,26,8,22,7,40,36,23,24,9,10,14,27,31,37,35,131,130,125,38,42,43,60,61,62,63,67,71,74,77,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,105,106,107,108,114,115,116,121,122,123,124,0,73,108,108,101,103,97,108,32,98,121,116,101,32,115,101,113,117,101,110,99,101,0,68,111,109,97,105,110,32,101,114,114,111,114,0,82,101,115,117,108,116,32,110,111,116,32,114,
-101,112,114,101,115,101,110,116,97,98,108,101,0,78,111,116,32,97,32,116,116,121,0,80,101,114,109,105,115,115,105,111,110,32,100,101,110,105,101,100,0,79,112,101,114,97,116,105,111,110,32,110,111,116,32,112,101,114,109,105,116,116,101,100,0,78,111,32,115,117,99,104,32,102,105,108,101,32,111,114,32,100,105,114,101,99,116,111,114,121,0,78,111,32,115,117,99,104,32,112,114,111,99,101,115,115,0,70,105,108,101,32,101,120,105,115,116,115,0,86,97,108,117,101,32,116,111,111,32,108,97,114,103,101,32,102,111,
-114,32,100,97,116,97,32,116,121,112,101,0,78,111,32,115,112,97,99,101,32,108,101,102,116,32,111,110,32,100,101,118,105,99,101,0,79,117,116,32,111,102,32,109,101,109,111,114,121,0,82,101,115,111,117,114,99,101,32,98,117,115,121,0,73,110,116,101,114,114,117,112,116,101,100,32,115,121,115,116,101,109,32,99,97,108,108,0,82,101,115,111,117,114,99,101,32,116,101,109,112,111,114,97,114,105,108,121,32,117,110,97,118,97,105,108,97,98,108,101,0,73,110,118,97,108,105,100,32,115,101,101,107,0,67,114,111,115,
-115,45,100,101,118,105,99,101,32,108,105,110,107,0,82,101,97,100,45,111,110,108,121,32,102,105,108,101,32,115,121,115,116,101,109,0,68,105,114,101,99,116,111,114,121,32,110,111,116,32,101,109,112,116,121,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,112,101,101,114,0,79,112,101,114,97,116,105,111,110,32,116,105,109,101,100,32,111,117,116,0,67,111,110,110,101,99,116,105,111,110,32,114,101,102,117,115,101,100,0,72,111,115,116,32,105,115,32,100,111,119,110,0,72,111,115,
-116,32,105,115,32,117,110,114,101,97,99,104,97,98,108,101,0,65,100,100,114,101,115,115,32,105,110,32,117,115,101,0,66,114,111,107,101,110,32,112,105,112,101,0,73,47,79,32,101,114,114,111,114,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,32,111,114,32,97,100,100,114,101,115,115,0,66,108,111,99,107,32,100,101,118,105,99,101,32,114,101,113,117,105,114,101,100,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,0,78,111,116,32,97,32,100,105,114,101,99,116,111,114,121,0,73,115,32,97,32,100,105,
-114,101,99,116,111,114,121,0,84,101,120,116,32,102,105,108,101,32,98,117,115,121,0,69,120,101,99,32,102,111,114,109,97,116,32,101,114,114,111,114,0,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,0,65,114,103,117,109,101,110,116,32,108,105,115,116,32,116,111,111,32,108,111,110,103,0,83,121,109,98,111,108,105,99,32,108,105,110,107,32,108,111,111,112,0,70,105,108,101,110,97,109,101,32,116,111,111,32,108,111,110,103,0,84,111,111,32,109,97,110,121,32,111,112,101,110,32,102,105,108,101,115,
-32,105,110,32,115,121,115,116,101,109,0,78,111,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,115,32,97,118,97,105,108,97,98,108,101,0,66,97,100,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,0,78,111,32,99,104,105,108,100,32,112,114,111,99,101,115,115,0,66,97,100,32,97,100,100,114,101,115,115,0,70,105,108,101,32,116,111,111,32,108,97,114,103,101,0,84,111,111,32,109,97,110,121,32,108,105,110,107,115,0,78,111,32,108,111,99,107,115,32,97,118,97,105,108,97,98,108,101,0,82,
-101,115,111,117,114,99,101,32,100,101,97,100,108,111,99,107,32,119,111,117,108,100,32,111,99,99,117,114,0,83,116,97,116,101,32,110,111,116,32,114,101,99,111,118,101,114,97,98,108,101,0,80,114,101,118,105,111,117,115,32,111,119,110,101,114,32,100,105,101,100,0,79,112,101,114,97,116,105,111,110,32,99,97,110,99,101,108,101,100,0,70,117,110,99,116,105,111,110,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,0,78,111,32,109,101,115,115,97,103,101,32,111,102,32,100,101,115,105,114,101,100,
-32,116,121,112,101,0,73,100,101,110,116,105,102,105,101,114,32,114,101,109,111,118,101,100,0,68,101,118,105,99,101,32,110,111,116,32,97,32,115,116,114,101,97,109,0,78,111,32,100,97,116,97,32,97,118,97,105,108,97,98,108,101,0,68,101,118,105,99,101,32,116,105,109,101,111,117,116,0,79,117,116,32,111,102,32,115,116,114,101,97,109,115,32,114,101,115,111,117,114,99,101,115,0,76,105,110,107,32,104,97,115,32,98,101,101,110,32,115,101,118,101,114,101,100,0,80,114,111,116,111,99,111,108,32,101,114,114,111,
-114,0,66,97,100,32,109,101,115,115,97,103,101,0,70,105,108,101,32,100,101,115,99,114,105,112,116,111,114,32,105,110,32,98,97,100,32,115,116,97,116,101,0,78,111,116,32,97,32,115,111,99,107,101,116,0,68,101,115,116,105,110,97,116,105,111,110,32,97,100,100,114,101,115,115,32,114,101,113,117,105,114,101,100,0,77,101,115,115,97,103,101,32,116,111,111,32,108,97,114,103,101,0,80,114,111,116,111,99,111,108,32,119,114,111,110,103,32,116,121,112,101,32,102,111,114,32,115,111,99,107,101,116,0,80,114,111,116,
-111,99,111,108,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,80,114,111,116,111,99,111,108,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,83,111,99,107,101,116,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,80,114,111,116,111,99,111,108,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,65,100,100,114,101,115,115,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,
-111,114,116,101,100,32,98,121,32,112,114,111,116,111,99,111,108,0,65,100,100,114,101,115,115,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,78,101,116,119,111,114,107,32,105,115,32,100,111,119,110,0,78,101,116,119,111,114,107,32,117,110,114,101,97,99,104,97,98,108,101,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,110,101,116,119,111,114,107,0,67,111,110,110,101,99,116,105,111,110,32,97,98,111,114,116,101,100,0,78,111,32,98,117,102,102,101,114,32,115,112,97,99,101,
-32,97,118,97,105,108,97,98,108,101,0,83,111,99,107,101,116,32,105,115,32,99,111,110,110,101,99,116,101,100,0,83,111,99,107,101,116,32,110,111,116,32,99,111,110,110,101,99,116,101,100,0,67,97,110,110,111,116,32,115,101,110,100,32,97,102,116,101,114,32,115,111,99,107,101,116,32,115,104,117,116,100,111,119,110,0,79,112,101,114,97,116,105,111,110,32,97,108,114,101,97,100,121,32,105,110,32,112,114,111,103,114,101,115,115,0,79,112,101,114,97,116,105,111,110,32,105,110,32,112,114,111,103,114,101,115,115,
-0,83,116,97,108,101,32,102,105,108,101,32,104,97,110,100,108,101,0,82,101,109,111,116,101,32,73,47,79,32,101,114,114,111,114,0,81,117,111,116,97,32,101,120,99,101,101,100,101,100,0,78,111,32,109,101,100,105,117,109,32,102,111,117,110,100,0,87,114,111,110,103,32,109,101,100,105,117,109,32,116,121,112,101,0,78,111,32,101,114,114,111,114,32,105,110,102,111,114,109,97,116,105,111,110,0,0,105,110,102,105,110,105,116,121,0,110,97,110,0,80,79,83,73,88,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,
-101,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,
-116,114,101,97,109,98,117,102,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,
-73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,52,98,97,115,105,99,95,105,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,119,69,69,0,78,83,116,51,95,95,
-50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,119,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,
-43,45,112,80,105,73,110,78,0,37,112,0,67,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,
-57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,37,112,0,0,0,0,76,0,37,0,0,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,
-78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,37,72,58,37,77,58,37,83,0,37,109,47,37,
-100,47,37,121,0,37,73,58,37,77,58,37,83,32,37,112,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,65,77,0,80,77,0,74,97,110,117,97,114,121,0,70,101,98,114,117,97,114,121,0,77,97,114,99,104,0,65,112,114,105,108,0,77,97,121,0,74,117,110,101,0,74,117,108,121,0,65,117,103,117,115,116,0,83,101,112,116,101,109,98,101,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,74,97,110,0,70,101,98,0,77,97,114,0,65,112,114,0,74,117,110,0,74,117,108,0,
-65,117,103,0,83,101,112,0,79,99,116,0,78,111,118,0,68,101,99,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,84,104,117,114,115,100,97,121,0,70,114,105,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,0,77,111,110,0,84,117,101,0,87,101,100,0,84,104,117,0,70,114,105,0,83,97,116,0,37,109,47,37,100,47,37,121,37,89,45,37,109,45,37,100,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,37,72,58,37,77,58,37,83,37,72,58,37,77,58,37,83,
-78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,
-114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,
-78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,48,109,
-111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,48,49,50,51,52,53,54,55,56,57,0,37,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,
-115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,48,49,50,51,52,53,54,55,56,57,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,37,46,48,76,102,0,78,83,116,51,
-95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,
-116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,55,95,95,119,105,100,101,110,95,102,114,111,109,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,
-101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,54,95,95,110,97,114,114,111,119,95,116,111,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,
-69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,
-116,73,119,69,69,0,33,34,118,101,99,116,111,114,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,118,101,99,116,111,114,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,101,99,32,61,61,32,
-48,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,108,105,98,47,108,105,98,99,120,120,47,109,117,116,101,120,46,99,112,112,0,117,110,108,111,99,107,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,
-107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,115,116,114,105,110,103,0,95,95,116,104,114,111,119,95,108,101,110,103,116,104,95,101,114,114,111,114,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,111,117,116,95,111,102,95,114,97,110,103,101,34,0,95,95,116,104,114,111,119,95,111,117,116,95,111,102,95,114,97,110,103,101,0,33,34,97,108,108,111,
-99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,58,58,98,97,100,95,97,108,108,111,99,34,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,109,101,109,111,114,121,0,97,108,108,111,99,97,116,101,0,115,116,111,105,0,58,32,110,111,32,99,111,110,118,101,114,115,105,111,
-110,0,37,115,10,0,58,32,111,117,116,32,111,102,32,114,97,110,103,101,0,115,116,111,108,108,0,37,117,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,58,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,102,111,
-114,101,105,103,110,32,101,120,99,101,112,116,105,111,110,0,116,101,114,109,105,110,97,116,105,110,103,0,117,110,99,97,117,103,104,116,0,83,116,57,101,120,99,101,112,116,105,111,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,83,116,57,116,121,112,101,95,105,110,102,111,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,
-98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,112,116,104,114,101,97,100,95,111,110,99,101,32,102,97,105,108,117,114,101,32,105,110,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,95,102,97,115,116,40,41,0,99,97,110,110,111,116,32,99,114,101,97,116,101,32,112,116,104,114,101,97,100,32,107,101,121,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,99,97,110,110,111,116,32,122,101,114,111,32,111,117,116,32,116,
-104,114,101,97,100,32,118,97,108,117,101,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,116,101,114,109,105,110,97,116,101,95,104,97,110,100,108,101,114,32,117,110,101,120,112,101,99,116,101,100,108,121,32,114,101,116,117,114,110,101,100,0,115,116,100,58,58,98,97,100,95,97,108,108,111,99,0,83,116,57,98,97,100,95,97,108,108,111,99,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,83,116,49,49,108,111,103,105,99,95,101,114,114,111,114,0,83,116,49,50,111,
-117,116,95,111,102,95,114,97,110,103,101,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,57,95,95,112,111,105,110,116,101,114,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,112,98,97,115,101,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,51,95,95,102,117,110,100,97,109,101,110,116,97,108,95,116,121,112,101,95,105,110,102,111,69,0,118,0,68,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,102,117,
-110,99],"i8",4,m.ra+28060);H([116,105,111,110,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,32,40,0,41,0,95,98,108,111,99,107,95,105,110,118,111,107,101,0,105,110,118,111,99,97,116,105,111,110,32,102,117,110,99,116,105,111,110,32,102,111,114,32,98,108,111,99,107,32,105,110,32,0,32,99,111,110,115,116,0,32,118,111,108,97,116,105,108,101,0,32,114,101,115,116,114,105,99,116,
-0,32,91,0,32,91,93,0,93,0,32,99,111,109,112,108,101,120,0,40,0,44,32,0,32,38,0,32,38,38,0,32,0,32,105,109,97,103,105,110,97,114,121,0,58,58,42,0,38,38,0,111,98,106,99,95,111,98,106,101,99,116,60,0,42,0,105,100,0,38,0,111,98,106,99,112,114,111,116,111,0,60,0,62,0,32,118,101,99,116,111,114,91,0,112,105,120,101,108,32,118,101,99,116,111,114,91,0,100,101,99,108,116,121,112,101,40,0,115,116,100,58,58,97,108,108,111,99,97,116,111,114,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,0,115,
-116,100,58,58,115,116,114,105,110,103,0,115,116,100,58,58,105,115,116,114,101,97,109,0,115,116,100,58,58,111,115,116,114,101,97,109,0,115,116,100,58,58,105,111,115,116,114,101,97,109,0,115,116,100,0,58,58,0,58,58,115,116,114,105,110,103,32,108,105,116,101,114,97,108,0,115,116,100,58,58,0,126,0,39,117,110,110,97,109,101,100,0,39,108,97,109,98,100,97,39,40,0,111,112,101,114,97,116,111,114,38,38,0,111,112,101,114,97,116,111,114,38,0,111,112,101,114,97,116,111,114,38,61,0,111,112,101,114,97,116,111,114,
-61,0,111,112,101,114,97,116,111,114,40,41,0,111,112,101,114,97,116,111,114,44,0,111,112,101,114,97,116,111,114,126,0,111,112,101,114,97,116,111,114,32,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,91,93,0,111,112,101,114,97,116,111,114,42,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,0,111,112,101,114,97,116,111,114,47,0,111,112,101,114,97,116,111,114,47,61,0,111,112,101,114,97,116,111,114,94,0,111,112,101,114,97,116,111,114,94,61,0,111,112,101,114,97,116,111,114,61,61,
-0,111,112,101,114,97,116,111,114,62,61,0,111,112,101,114,97,116,111,114,62,0,111,112,101,114,97,116,111,114,91,93,0,111,112,101,114,97,116,111,114,60,61,0,111,112,101,114,97,116,111,114,34,34,32,0,111,112,101,114,97,116,111,114,60,60,0,111,112,101,114,97,116,111,114,60,60,61,0,111,112,101,114,97,116,111,114,60,0,111,112,101,114,97,116,111,114,45,0,111,112,101,114,97,116,111,114,45,61,0,111,112,101,114,97,116,111,114,42,61,0,111,112,101,114,97,116,111,114,45,45,0,111,112,101,114,97,116,111,114,32,
-110,101,119,91,93,0,111,112,101,114,97,116,111,114,33,61,0,111,112,101,114,97,116,111,114,33,0,111,112,101,114,97,116,111,114,32,110,101,119,0,111,112,101,114,97,116,111,114,124,124,0,111,112,101,114,97,116,111,114,124,0,111,112,101,114,97,116,111,114,124,61,0,111,112,101,114,97,116,111,114,45,62,42,0,111,112,101,114,97,116,111,114,43,0,111,112,101,114,97,116,111,114,43,61,0,111,112,101,114,97,116,111,114,43,43,0,111,112,101,114,97,116,111,114,45,62,0,111,112,101,114,97,116,111,114,63,0,111,112,101,
-114,97,116,111,114,37,0,111,112,101,114,97,116,111,114,37,61,0,111,112,101,114,97,116,111,114,62,62,0,111,112,101,114,97,116,111,114,62,62,61,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,44,32,115,116,100,58,58,97,108,108,111,99,97,116,111,114,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,98,97,115,105,99,95,105,115,116,114,101,97,109,
-60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,111,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,105,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,
-114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,111,115,116,114,101,97,109,0,95,71,76,79,66,65,76,95,95,78,0,40,97,110,111,110,121,109,111,117,115,32,110,97,109,101,115,112,97,99,101,41,0,32,62,0,119,99,104,97,114,95,116,0,102,97,108,115,101,0,116,114,117,101,0,99,104,97,114,0,115,105,103,110,101,100,32,99,104,97,114,0,117,110,115,105,103,110,101,100,32,99,104,97,114,0,115,104,111,114,116,0,117,110,115,105,103,110,101,100,32,115,104,111,114,116,0,117,0,108,0,117,
-108,0,108,108,0,117,108,108,0,95,95,105,110,116,49,50,56,0,117,110,115,105,103,110,101,100,32,95,95,105,110,116,49,50,56,0,37,97,102,0,37,97,0,37,76,97,76,0,38,61,0,61,0,97,108,105,103,110,111,102,32,40,0,99,111,110,115,116,95,99,97,115,116,60,0,62,40,0,44,0,41,40,0,100,101,108,101,116,101,91,93,32,0,100,121,110,97,109,105,99,95,99,97,115,116,60,0,100,101,108,101,116,101,32,0,46,42,0,46,0,47,0,47,61,0,94,0,94,61,0,61,61,0,62,61,0,41,91,0,60,61,0,60,60,0,60,60,61,0,45,0,45,61,0,42,61,0,45,45,0,41,
-45,45,0,91,93,32,0,41,32,0,33,61,0,33,0,110,111,101,120,99,101,112,116,32,40,0,124,124,0,124,0,124,61,0,45,62,42,0,43,0,43,61,0,43,43,0,41,43,43,0,45,62,0,41,32,63,32,40,0,41,32,58,32,40,0,114,101,105,110,116,101,114,112,114,101,116,95,99,97,115,116,60,0,37,0,37,61,0,62,62,0,62,62,61,0,115,116,97,116,105,99,95,99,97,115,116,60,0,115,105,122,101,111,102,32,40,0,115,105,122,101,111,102,46,46,46,40,0,116,121,112,101,105,100,40,0,116,104,114,111,119,0,116,104,114,111,119,32,0,102,112,0,118,111,105,100,
-0,98,111,111,108,0,105,110,116,0,117,110,115,105,103,110,101,100,32,105,110,116,0,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,0,108,111,110,103,32,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,32,108,111,110,103,0,102,108,111,97,116,0,100,111,117,98,108,101,0,108,111,110,103,32,100,111,117,98,108,101,0,95,95,102,108,111,97,116,49,50,56,0,46,46,46,0,100,101,99,105,109,97,108,54,52,0,100,101,99,105,109,97,108,49,50,56,0,100,101,99,105,109,97,108,51,50,
-0,100,101,99,105,109,97,108,49,54,0,99,104,97,114,51,50,95,116,0,99,104,97,114,49,54,95,116,0,97,117,116,111,0,115,116,100,58,58,110,117,108,108,112,116,114,95,116,0,118,116,97,98,108,101,32,102,111,114,32,0,86,84,84,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,110,97,109,101,32,102,111,114,32,0,99,111,118,97,114,105,97,110,116,32,114,101,116,117,114,110,32,116,104,117,110,107,32,116,111,32,0,99,111,110,115,116,114,117,99,116,105,111,110,
-32,118,116,97,98,108,101,32,102,111,114,32,0,45,105,110,45,0,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,110,111,110,45,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,103,117,97,114,100,32,118,97,114,105,97,98,108,101,32,102,111,114,32,0,114,101,102,101,114,101,110,99,101,32,116,101,109,112,111,114,97,114,121,32,102,111,114,32,0],"i8",4,m.ra+38300);var nc=y,y=y+16;d._i64Subtract=oc;d._i64Add=pc;var C={Sa:0,Ka:[],L:{},Qb:function(a){if(!a||C.L[a])return a;for(var b in C.L)if(C.L[b].Ib===
-a)return b;return a},tc:function(a){a&&C.L[a].Da++},Kf:function(a){if(a){var b=C.L[a];u(0<b.Da);b.Da--;0===b.Da&&(b.Rb&&m.S("vi",b.Rb,[a]),delete C.L[a],___cxa_free_exception(a))}},yc:function(a){a&&(C.L[a].Da=0)}};d._pthread_mutex_lock=qc;var f={m:1,F:2,pf:3,me:4,Q:5,Gb:6,Gd:7,Ke:8,H:9,Ud:10,Eb:11,zf:11,kc:12,ma:13,fe:14,We:15,X:16,Fb:17,mc:18,oa:19,ea:20,na:21,h:22,Fe:23,jc:24,pa:25,wf:26,ge:27,Se:28,Ga:29,mf:30,ye:31,ef:32,ce:33,jf:34,Oe:42,je:43,Vd:44,pe:45,qe:46,re:47,xe:48,xf:49,Ie:50,oe:51,
-$d:35,Le:37,Md:52,Pd:53,Af:54,Ge:55,Qd:56,Rd:57,ae:35,Sd:59,Ue:60,Je:61,tf:62,Te:63,Pe:64,Qe:65,lf:66,Me:67,Jd:68,qf:69,Wd:70,ff:71,Ae:72,de:73,Od:74,af:76,Nd:77,kf:78,se:79,te:80,we:81,ve:82,ue:83,Ve:38,bb:39,Be:36,ab:40,lc:95,df:96,Zd:104,He:105,Kd:97,hf:91,Ze:88,Re:92,nf:108,Yd:111,Hd:98,Xd:103,Ee:101,Ce:100,uf:110,he:112,ie:113,le:115,Ld:114,be:89,ze:90,gf:93,of:94,Id:99,De:102,ne:106,Xe:107,vf:109,yf:87,ee:122,rf:116,$e:95,Ne:123,ke:84,bf:75,Td:125,Ye:131,cf:130,sf:86},Ua={},fb=1,rc={0:"Success",
-1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",
-24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",
-44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",
-65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",
-82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",
-100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",
-122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"},q={fc:function(a){return/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/.exec(a).slice(1)},sb:function(a,b){for(var c=0,e=a.length-1;0<=e;e--){var d=a[e];"."===d?a.splice(e,1):".."===d?(a.splice(e,1),c++):c&&(a.splice(e,1),c--)}if(b)for(;c--;c)a.unshift("..");return a},normalize:function(a){var b="/"===a.charAt(0),c="/"===a.substr(-1);(a=q.sb(a.split("/").filter(function(a){return!!a}),
-!b).join("/"))||b||(a=".");a&&c&&(a+="/");return(b?"/":"")+a},dirname:function(a){var b=q.fc(a);a=b[0];b=b[1];if(!a&&!b)return".";b&&(b=b.substr(0,b.length-1));return a+b},basename:function(a){if("/"===a)return"/";var b=a.lastIndexOf("/");return-1===b?a:a.substr(b+1)},extname:function(a){return q.fc(a)[3]},join:function(){var a=Array.prototype.slice.call(arguments,0);return q.normalize(a.join("/"))},t:function(a,b){return q.normalize(a+"/"+b)},resolve:function(){for(var a="",b=!1,c=arguments.length-
-1;-1<=c&&!b;c--){b=0<=c?arguments[c]:e.cwd();if("string"!==typeof b)throw new TypeError("Arguments to path.resolve must be strings");if(!b)return"";a=b+"/"+a;b="/"===b.charAt(0)}a=q.sb(a.split("/").filter(function(a){return!!a}),!b).join("/");return(b?"/":"")+a||"."},relative:function(a,b){function c(a){for(var b=0;b<a.length&&""===a[b];b++);for(var c=a.length-1;0<=c&&""===a[c];c--);return b>c?[]:a.slice(b,c-b+1)}a=q.resolve(a).substr(1);b=q.resolve(b).substr(1);for(var e=c(a.split("/")),d=c(b.split("/")),
-l=Math.min(e.length,d.length),n=l,f=0;f<l;f++)if(e[f]!==d[f]){n=f;break}l=[];for(f=n;f<e.length;f++)l.push("..");l=l.concat(d.slice(n));return l.join("/")}},ja={ic:[],T:function(){},sg:function(){},register:function(a,b){ja.ic[a]={input:[],output:[],ia:b};e.yb(a,ja.g)},g:{open:function(a){var b=ja.ic[a.d.rdev];if(!b)throw new e.b(f.oa);a.tty=b;a.seekable=!1},close:function(a){a.tty.ia.flush(a.tty)},flush:function(a){a.tty.ia.flush(a.tty)},read:function(a,b,c,k){if(!a.tty||!a.tty.ia.Zb)throw new e.b(f.Gb);
-for(var d=0,l=0;l<k;l++){var n;try{n=a.tty.ia.Zb(a.tty)}catch(g){throw new e.b(f.Q);}if(void 0===n&&0===d)throw new e.b(f.Eb);if(null===n||void 0===n)break;d++;b[c+l]=n}d&&(a.d.timestamp=Date.now());return d},write:function(a,b,c,k){if(!a.tty||!a.tty.ia.ub)throw new e.b(f.Gb);for(var d=0;d<k;d++)try{a.tty.ia.ub(a.tty,b[c+d])}catch(l){throw new e.b(f.Q);}k&&(a.d.timestamp=Date.now());return d}},Mc:{Zb:function(a){if(!a.input.length){var b=null;if(O){var c=new Buffer(256),e=0,d=process.stdin.fd;if("win32"!=
-process.platform){var l=!1;try{d=A.openSync("/dev/stdin","r"),l=!0}catch(n){}}try{e=A.readSync(d,c,0,256,null)}catch(f){if(-1!=f.toString().indexOf("EOF"))e=0;else throw f;}l&&A.closeSync(d);0<e?b=c.slice(0,e).toString("utf-8"):b=null}else"undefined"!=typeof window&&"function"==typeof window.prompt?(b=window.prompt("Input: "),null!==b&&(b+="\n")):"function"==typeof readline&&(b=readline(),null!==b&&(b+="\n"));if(!b)return null;a.input=ba(b,!0)}return a.input.shift()},ub:function(a,b){null===b||10===
-b?(d.print(ka(a.output,0)),a.output=[]):0!=b&&a.output.push(b)},flush:function(a){a.output&&0<a.output.length&&(d.print(ka(a.output,0)),a.output=[])}},Lc:{ub:function(a,b){null===b||10===b?(d.printErr(ka(a.output,0)),a.output=[]):0!=b&&a.output.push(b)},flush:function(a){a.output&&0<a.output.length&&(d.printErr(ka(a.output,0)),a.output=[])}}},r={N:null,j:function(){return r.createNode(null,"/",16895,0)},createNode:function(a,b,c,k){if(e.ad(c)||e.isFIFO(c))throw new e.b(f.m);r.N||(r.N={dir:{d:{A:r.f.A,
-o:r.f.o,lookup:r.f.lookup,C:r.f.C,rename:r.f.rename,unlink:r.f.unlink,rmdir:r.f.rmdir,readdir:r.f.readdir,symlink:r.f.symlink},stream:{B:r.g.B}},file:{d:{A:r.f.A,o:r.f.o},stream:{B:r.g.B,read:r.g.read,write:r.g.write,sa:r.g.sa,va:r.g.va,ha:r.g.ha}},link:{d:{A:r.f.A,o:r.f.o,readlink:r.f.readlink},stream:{}},Mb:{d:{A:r.f.A,o:r.f.o},stream:e.xc}});c=e.createNode(a,b,c,k);e.l(c.mode)?(c.f=r.N.dir.d,c.g=r.N.dir.stream,c.c={}):e.isFile(c.mode)?(c.f=r.N.file.d,c.g=r.N.file.stream,c.k=0,c.c=null):e.ga(c.mode)?
-(c.f=r.N.link.d,c.g=r.N.link.stream):e.Pa(c.mode)&&(c.f=r.N.Mb.d,c.g=r.N.Mb.stream);c.timestamp=Date.now();a&&(a.c[b]=c);return c},Uc:function(a){if(a.c&&a.c.subarray){for(var b=[],c=0;c<a.k;++c)b.push(a.c[c]);return b}return a.c},Vc:function(a){return a.c?a.c.subarray?a.c.subarray(0,a.k):new Uint8Array(a.c):new Uint8Array},Ub:function(a,b){a.c&&a.c.subarray&&b>a.c.length&&(a.c=r.Uc(a),a.k=a.c.length);if(!a.c||a.c.subarray){var c=a.c?a.c.buffer.byteLength:0;c>=b||(b=Math.max(b,c*(1048576>c?2:1.125)|
-0),0!=c&&(b=Math.max(b,256)),c=a.c,a.c=new Uint8Array(b),0<a.k&&a.c.set(c.subarray(0,a.k),0))}else for(!a.c&&0<b&&(a.c=[]);a.c.length<b;)a.c.push(0)},td:function(a,b){if(a.k!=b)if(0==b)a.c=null,a.k=0;else{if(!a.c||a.c.subarray){var c=a.c;a.c=new Uint8Array(new ArrayBuffer(b));c&&a.c.set(c.subarray(0,Math.min(b,a.k)))}else if(a.c||(a.c=[]),a.c.length>b)a.c.length=b;else for(;a.c.length<b;)a.c.push(0);a.k=b}},f:{A:function(a){var b={};b.dev=e.Pa(a.mode)?a.id:1;b.ino=a.id;b.mode=a.mode;b.nlink=1;b.uid=
-0;b.gid=0;b.rdev=a.rdev;e.l(a.mode)?b.size=4096:e.isFile(a.mode)?b.size=a.k:e.ga(a.mode)?b.size=a.link.length:b.size=0;b.atime=new Date(a.timestamp);b.mtime=new Date(a.timestamp);b.ctime=new Date(a.timestamp);b.R=4096;b.blocks=Math.ceil(b.size/b.R);return b},o:function(a,b){void 0!==b.mode&&(a.mode=b.mode);void 0!==b.timestamp&&(a.timestamp=b.timestamp);void 0!==b.size&&r.td(a,b.size)},lookup:function(){throw e.kb[f.F];},C:function(a,b,c,e){return r.createNode(a,b,c,e)},rename:function(a,b,c){if(e.l(a.mode)){var k;
-try{k=e.P(b,c)}catch(d){}if(k)for(var l in k.c)throw new e.b(f.bb);}delete a.parent.c[a.name];a.name=c;b.c[c]=a;a.parent=b},unlink:function(a,b){delete a.c[b]},rmdir:function(a,b){var c=e.P(a,b),k;for(k in c.c)throw new e.b(f.bb);delete a.c[b]},readdir:function(a){var b=[".",".."],c;for(c in a.c)a.c.hasOwnProperty(c)&&b.push(c);return b},symlink:function(a,b,c){a=r.createNode(a,b,41471,0);a.link=c;return a},readlink:function(a){if(!e.ga(a.mode))throw new e.b(f.h);return a.link}},g:{read:function(a,
-b,c,e,d){var l=a.d.c;if(d>=a.d.k)return 0;a=Math.min(a.d.k-d,e);u(0<=a);if(8<a&&l.subarray)b.set(l.subarray(d,d+a),c);else for(e=0;e<a;e++)b[c+e]=l[d+e];return a},write:function(a,b,c,e,d,l){if(!e)return 0;a=a.d;a.timestamp=Date.now();if(b.subarray&&(!a.c||a.c.subarray)){if(l)return a.c=b.subarray(c,c+e),a.k=e;if(0===a.k&&0===d)return a.c=new Uint8Array(b.subarray(c,c+e)),a.k=e;if(d+e<=a.k)return a.c.set(b.subarray(c,c+e),d),e}r.Ub(a,d+e);if(a.c.subarray&&b.subarray)a.c.set(b.subarray(c,c+e),d);else for(l=
-0;l<e;l++)a.c[d+l]=b[c+l];a.k=Math.max(a.k,d+e);return e},B:function(a,b,c){1===c?b+=a.position:2===c&&e.isFile(a.d.mode)&&(b+=a.d.k);if(0>b)throw new e.b(f.h);return b},sa:function(a,b,c){r.Ub(a.d,b+c);a.d.k=Math.max(a.d.k,b+c)},va:function(a,b,c,k,d,l,n){if(!e.isFile(a.d.mode))throw new e.b(f.oa);c=a.d.c;if(n&2||c.buffer!==b&&c.buffer!==b.buffer){if(0<d||d+k<a.d.k)c.subarray?c=c.subarray(d,d+k):c=Array.prototype.slice.call(c,d,d+k);a=!0;k=U(k);if(!k)throw new e.b(f.kc);b.set(c,k)}else a=!1,k=c.byteOffset;
-return{e:k,Ef:a}},ha:function(a,b,c,d,h){if(!e.isFile(a.d.mode))throw new e.b(f.oa);if(h&2)return 0;r.g.write(a,b,0,d,c,!1);return 0}}},z={Pb:{},indexedDB:function(){if("undefined"!==typeof indexedDB)return indexedDB;var a=null;"object"===typeof window&&(a=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB);u(a,"IDBFS used, but indexedDB not supported");return a},Fa:21,v:"FILE_DATA",j:function(a){return r.j.apply(null,arguments)},Cb:function(a,b,c){z.Wc(a,function(e,
-d){if(e)return c(e);z.Yc(a,function(a,e){if(a)return c(a);z.pd(b?e:d,b?d:e,c)})})},Sc:function(a,b){var c=z.Pb[a];if(c)return b(null,c);var e;try{e=z.indexedDB().open(a,z.Fa)}catch(d){return b(d)}if(!e)return b("Unable to connect to IndexedDB");e.onupgradeneeded=function(a){var b=a.target.result;a=a.target.transaction;b=b.objectStoreNames.contains(z.v)?a.objectStore(z.v):b.createObjectStore(z.v);b.indexNames.contains("timestamp")||b.createIndex("timestamp","timestamp",{unique:!1})};e.onsuccess=function(){c=
-e.result;z.Pb[a]=c;b(null,c)};e.onerror=function(a){b(this.error);a.preventDefault()}},Wc:function(a,b){function c(a){return"."!==a&&".."!==a}function d(a){return function(b){return q.t(a,b)}}for(var h={},l=e.readdir(a.ya).filter(c).map(d(a.ya));l.length;){var n=l.pop(),f;try{f=e.stat(n)}catch(g){return b(g)}e.l(f.mode)&&l.push.apply(l,e.readdir(n).filter(c).map(d(n)));h[n]={timestamp:f.mtime}}return b(null,{type:"local",entries:h})},Yc:function(a,b){var c={};z.Sc(a.ya,function(a,e){if(a)return b(a);
-var d=e.transaction([z.v],"readonly");d.onerror=function(a){b(this.error);a.preventDefault()};d.objectStore(z.v).index("timestamp").openKeyCursor().onsuccess=function(a){a=a.target.result;if(!a)return b(null,{type:"remote",db:e,entries:c});c[a.primaryKey]={timestamp:a.key};a.continue()}})},cd:function(a,b){var c,d;try{d=e.i(a).d,c=e.stat(a)}catch(h){return b(h)}return e.l(c.mode)?b(null,{timestamp:c.mtime,mode:c.mode}):e.isFile(c.mode)?(d.c=r.Vc(d),b(null,{timestamp:c.mtime,mode:c.mode,c:d.c})):b(Error("node type not supported"))},
-xd:function(a,b,c){try{if(e.l(b.mode))e.mkdir(a,b.mode);else if(e.isFile(b.mode))e.writeFile(a,b.c,{encoding:"binary",Lb:!0});else return c(Error("node type not supported"));e.chmod(a,b.mode);e.Ed(a,b.timestamp,b.timestamp)}catch(d){return c(d)}c(null)},rd:function(a,b){try{e.i(a);var c=e.stat(a);e.l(c.mode)?e.rmdir(a):e.isFile(c.mode)&&e.unlink(a)}catch(d){return b(d)}b(null)},dd:function(a,b,c){a=a.get(b);a.onsuccess=function(a){c(null,a.target.result)};a.onerror=function(a){c(this.error);a.preventDefault()}},
-yd:function(a,b,c,e){a=a.put(c,b);a.onsuccess=function(){e(null)};a.onerror=function(a){e(this.error);a.preventDefault()}},sd:function(a,b,c){a=a.delete(b);a.onsuccess=function(){c(null)};a.onerror=function(a){c(this.error);a.preventDefault()}},pd:function(a,b,c){function e(a){if(a){if(!e.n)return e.n=!0,c(a)}else if(++g>=d)return c(null)}var d=0,l=[];Object.keys(a.entries).forEach(function(c){var e=a.entries[c],k=b.entries[c];if(!k||e.timestamp>k.timestamp)l.push(c),d++});var f=[];Object.keys(b.entries).forEach(function(b){a.entries[b]||
-(f.push(b),d++)});if(!d)return c(null);var g=0,m=("remote"===a.type?a.db:b.db).transaction([z.v],"readwrite"),J=m.objectStore(z.v);m.onerror=function(a){e(this.error);a.preventDefault()};l.sort().forEach(function(a){"local"===b.type?z.dd(J,a,function(b,c){if(b)return e(b);z.xd(a,c,e)}):z.cd(a,function(b,c){if(b)return e(b);z.yd(J,a,c,e)})});f.sort().reverse().forEach(function(a){"local"===b.type?z.rd(a,e):z.sd(J,a,e)})}},v={Ra:!1,Bb:function(){v.Ra=!!process.platform.match(/^win/)},j:function(a){u(O);
-return v.createNode(null,"/",v.Y(a.ja.root),0)},createNode:function(a,b,c){if(!e.l(c)&&!e.isFile(c)&&!e.ga(c))throw new e.b(f.h);a=e.createNode(a,b,c);a.f=v.f;a.g=v.g;return a},Y:function(a){var b;try{b=A.lstatSync(a),v.Ra&&(b.mode=b.mode|(b.mode&146)>>1)}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}return b.mode},D:function(a){for(var b=[];a.parent!==a;)b.push(a.name),a=a.parent;b.push(a.j.ja.root);b.reverse();return q.join.apply(null,b)},Vb:{0:"r",1:"r+",2:"r+",64:"r",65:"r+",66:"r+",129:"rx+",
-193:"rx+",514:"w+",577:"w",578:"w+",705:"wx",706:"wx+",1024:"a",1025:"a",1026:"a+",1089:"a",1090:"a+",1153:"ax",1154:"ax+",1217:"ax",1218:"ax+",4096:"rs",4098:"rs+"},Ma:function(a){a&=-2099201;a&=-32769;a&=-524289;if(a in v.Vb)return v.Vb[a];throw new e.b(f.h);},f:{A:function(a){a=v.D(a);var b;try{b=A.lstatSync(a)}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}v.Ra&&!b.R&&(b.R=4096);v.Ra&&!b.blocks&&(b.blocks=(b.size+b.R-1)/b.R|0);return{dev:b.dev,ino:b.ino,mode:b.mode,nlink:b.nlink,uid:b.uid,
-gid:b.gid,rdev:b.rdev,size:b.size,atime:b.atime,mtime:b.mtime,ctime:b.ctime,R:b.R,blocks:b.blocks}},o:function(a,b){var c=v.D(a);try{void 0!==b.mode&&(A.chmodSync(c,b.mode),a.mode=b.mode),void 0!==b.size&&A.truncateSync(c,b.size)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},lookup:function(a,b){var c=q.t(v.D(a),b),c=v.Y(c);return v.createNode(a,b,c)},C:function(a,b,c,d){a=v.createNode(a,b,c,d);b=v.D(a);try{e.l(a.mode)?A.mkdirSync(b,a.mode):A.writeFileSync(b,"",{mode:a.mode})}catch(h){if(!h.code)throw h;
-throw new e.b(f[h.code]);}return a},rename:function(a,b,c){a=v.D(a);b=q.t(v.D(b),c);try{A.renameSync(a,b)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},unlink:function(a,b){var c=q.t(v.D(a),b);try{A.unlinkSync(c)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},rmdir:function(a,b){var c=q.t(v.D(a),b);try{A.rmdirSync(c)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},readdir:function(a){a=v.D(a);try{return A.readdirSync(a)}catch(b){if(!b.code)throw b;throw new e.b(f[b.code]);
-}},symlink:function(a,b,c){a=q.t(v.D(a),b);try{A.symlinkSync(c,a)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},readlink:function(a){var b=v.D(a);try{return b=A.readlinkSync(b),b=Lb.relative(Lb.resolve(a.j.ja.root),b)}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}}},g:{open:function(a){var b=v.D(a.d);try{e.isFile(a.d.mode)&&(a.Ba=A.openSync(b,v.Ma(a.flags)))}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}},close:function(a){try{e.isFile(a.d.mode)&&a.Ba&&A.closeSync(a.Ba)}catch(b){if(!b.code)throw b;
-throw new e.b(f[b.code]);}},read:function(a,b,c,d,h){if(0===d)return 0;var l=new Buffer(d),n;try{n=A.readSync(a.Ba,l,0,d,h)}catch(g){throw new e.b(f[g.code]);}if(0<n)for(a=0;a<n;a++)b[c+a]=l[a];return n},write:function(a,b,c,d,h){b=new Buffer(b.subarray(c,c+d));var l;try{l=A.writeSync(a.Ba,b,0,d,h)}catch(n){throw new e.b(f[n.code]);}return l},B:function(a,b,c){if(1===c)b+=a.position;else if(2===c&&e.isFile(a.d.mode))try{b+=A.fstatSync(a.Ba).size}catch(d){throw new e.b(f[d.code]);}if(0>b)throw new e.b(f.h);
-return b}}},D={$a:16895,qa:33279,wb:null,j:function(a){function b(a){a=a.split("/");for(var b=e,c=0;c<a.length-1;c++){var f=a.slice(0,c+1).join("/");d[f]||(d[f]=D.createNode(b,a[c],D.$a,0));b=d[f]}return b}function c(a){a=a.split("/");return a[a.length-1]}u(ca);D.wb||(D.wb=new FileReaderSync);var e=D.createNode(null,"/",D.$a,0),d={};Array.prototype.forEach.call(a.ja.files||[],function(a){D.createNode(b(a.name),c(a.name),D.qa,0,a,a.lastModifiedDate)});(a.ja.blobs||[]).forEach(function(a){D.createNode(b(a.name),
-c(a.name),D.qa,0,a.data)});(a.ja.packages||[]).forEach(function(a){a.metadata.files.forEach(function(e){var d=e.filename.substr(1);D.createNode(b(d),c(d),D.qa,0,a.blob.slice(e.start,e.end))})});return e},createNode:function(a,b,c,d,h,l){d=e.createNode(a,b,c);d.mode=c;d.f=D.f;d.g=D.g;d.timestamp=(l||new Date).getTime();u(D.qa!==D.$a);c===D.qa?(d.size=h.size,d.c=h):(d.size=4096,d.c={});a&&(a.c[b]=d);return d},f:{A:function(a){return{dev:1,ino:void 0,mode:a.mode,nlink:1,uid:0,gid:0,rdev:void 0,size:a.size,
-atime:new Date(a.timestamp),mtime:new Date(a.timestamp),ctime:new Date(a.timestamp),R:4096,blocks:Math.ceil(a.size/4096)}},o:function(a,b){void 0!==b.mode&&(a.mode=b.mode);void 0!==b.timestamp&&(a.timestamp=b.timestamp)},lookup:function(){throw new e.b(f.F);},C:function(){throw new e.b(f.m);},rename:function(){throw new e.b(f.m);},unlink:function(){throw new e.b(f.m);},rmdir:function(){throw new e.b(f.m);},readdir:function(){throw new e.b(f.m);},symlink:function(){throw new e.b(f.m);},readlink:function(){throw new e.b(f.m);
-}},g:{read:function(a,b,c,e,d){if(d>=a.d.size)return 0;a=a.d.c.slice(d,d+e);e=D.wb.readAsArrayBuffer(a);b.set(new Uint8Array(e),c);return a.size},write:function(){throw new e.b(f.Q);},B:function(a,b,c){1===c?b+=a.position:2===c&&e.isFile(a.d.mode)&&(b+=a.d.size);if(0>b)throw new e.b(f.h);return b}}},y=y+16,y=y+16,y=y+16,e={root:null,za:[],Sb:[null],ka:[],jd:1,M:null,Nb:"/",Oa:!1,cc:!0,q:{},hc:{dc:{oc:1,pc:2}},b:null,kb:{},Pc:null,Ea:0,eg:function(a){if(!(a instanceof e.b))throw a+" : "+La();return ra(a.I)},
-i:function(a,b){a=q.resolve(e.cwd(),a);b=b||{};if(!a)return{path:"",d:null};var c={ib:!0,xb:0},d;for(d in c)void 0===b[d]&&(b[d]=c[d]);if(8<b.xb)throw new e.b(f.ab);var c=q.sb(a.split("/").filter(function(a){return!!a}),!1),h=e.root;d="/";for(var l=0;l<c.length;l++){var n=l===c.length-1;if(n&&b.parent)break;h=e.P(h,c[l]);d=q.t(d,c[l]);e.$(h)&&(!n||n&&b.ib)&&(h=h.wa.root);if(!n||b.G)for(n=0;e.ga(h.mode);)if(h=e.readlink(d),d=q.resolve(q.dirname(d),h),h=e.i(d,{xb:b.xb}).d,40<n++)throw new e.b(f.ab);
-}return{path:d,d:h}},K:function(a){for(var b;;){if(e.Qa(a))return a=a.j.ya,b?"/"!==a[a.length-1]?a+"/"+b:a+b:a;b=b?a.name+"/"+b:a.name;a=a.parent}},mb:function(a,b){for(var c=0,d=0;d<b.length;d++)c=(c<<5)-c+b.charCodeAt(d)|0;return(a+c>>>0)%e.M.length},ac:function(a){var b=e.mb(a.parent.id,a.name);a.ba=e.M[b];e.M[b]=a},bc:function(a){var b=e.mb(a.parent.id,a.name);if(e.M[b]===a)e.M[b]=a.ba;else for(b=e.M[b];b;){if(b.ba===a){b.ba=a.ba;break}b=b.ba}},P:function(a,b){var c=e.ed(a);if(c)throw new e.b(c,
-a);for(c=e.M[e.mb(a.id,b)];c;c=c.ba){var d=c.name;if(c.parent.id===a.id&&d===b)return c}return e.lookup(a,b)},createNode:function(a,b,c,d){e.Ha||(e.Ha=function(a,b,c,d){a||(a=this);this.parent=a;this.j=a.j;this.wa=null;this.id=e.jd++;this.name=b;this.mode=c;this.f={};this.g={};this.rdev=d},e.Ha.prototype={},Object.defineProperties(e.Ha.prototype,{read:{get:function(){return 365===(this.mode&365)},set:function(a){a?this.mode|=365:this.mode&=-366}},write:{get:function(){return 146===(this.mode&146)},
-set:function(a){a?this.mode|=146:this.mode&=-147}},bd:{get:function(){return e.l(this.mode)}},ob:{get:function(){return e.Pa(this.mode)}}}));a=new e.Ha(a,b,c,d);e.ac(a);return a},hb:function(a){e.bc(a)},Qa:function(a){return a===a.parent},$:function(a){return!!a.wa},isFile:function(a){return 32768===(a&61440)},l:function(a){return 16384===(a&61440)},ga:function(a){return 40960===(a&61440)},Pa:function(a){return 8192===(a&61440)},ad:function(a){return 24576===(a&61440)},isFIFO:function(a){return 4096===
-(a&61440)},isSocket:function(a){return 49152===(a&49152)},Qc:{r:0,rs:1052672,"r+":2,w:577,wx:705,xw:705,"w+":578,"wx+":706,"xw+":706,a:1089,ax:1217,xa:1217,"a+":1090,"ax+":1218,"xa+":1218},hd:function(a){var b=e.Qc[a];if("undefined"===typeof b)throw Error("Unknown file open mode: "+a);return b},Ma:function(a){var b=["r","w","rw"][a&3];a&512&&(b+="w");return b},U:function(a,b){if(e.cc)return 0;if(-1===b.indexOf("r")||a.mode&292){if(-1!==b.indexOf("w")&&!(a.mode&146)||-1!==b.indexOf("x")&&!(a.mode&
-73))return f.ma}else return f.ma;return 0},ed:function(a){var b=e.U(a,"x");return b?b:a.f.lookup?0:f.ma},rb:function(a,b){try{return e.P(a,b),f.Fb}catch(c){}return e.U(a,"wx")},Ta:function(a,b,c){var d;try{d=e.P(a,b)}catch(h){return h.I}if(a=e.U(a,"wx"))return a;if(c){if(!e.l(d.mode))return f.ea;if(e.Qa(d)||e.K(d)===e.cwd())return f.X}else if(e.l(d.mode))return f.na;return 0},gd:function(a,b){return a?e.ga(a.mode)?f.ab:e.l(a.mode)&&("r"!==e.Ma(b)||b&512)?f.na:e.U(a,e.Ma(b)):f.F},nc:4096,kd:function(a,
-b){b=b||e.nc;for(var c=a||0;c<=b;c++)if(!e.ka[c])return c;throw new e.b(f.jc);},Z:function(a){return e.ka[a]},Kc:function(a,b,c){e.Ia||(e.Ia=function(){},e.Ia.prototype={},Object.defineProperties(e.Ia.prototype,{object:{get:function(){return this.d},set:function(a){this.d=a}},hg:{get:function(){return 1!==(this.flags&2097155)}},ig:{get:function(){return 0!==(this.flags&2097155)}},gg:{get:function(){return this.flags&1024}}}));var d=new e.Ia,h;for(h in a)d[h]=a[h];a=d;b=e.kd(b,c);a.fd=b;return e.ka[b]=
-a},zc:function(a){e.ka[a]=null},xc:{open:function(a){a.g=e.Tc(a.d.rdev).g;a.g.open&&a.g.open(a)},B:function(){throw new e.b(f.Ga);}},qb:function(a){return a>>8},og:function(a){return a&255},aa:function(a,b){return a<<8|b},yb:function(a,b){e.Sb[a]={g:b}},Tc:function(a){return e.Sb[a]},Xb:function(a){var b=[];for(a=[a];a.length;){var c=a.pop();b.push(c);a.push.apply(a,c.za)}return b},Cb:function(a,b){function c(a){u(0<e.Ea);e.Ea--;return b(a)}function d(a){if(a){if(!d.n)return d.n=!0,c(a)}else++l>=
-h.length&&c(null)}"function"===typeof a&&(b=a,a=!1);e.Ea++;1<e.Ea&&console.log("warning: "+e.Ea+" FS.syncfs operations in flight at once, probably just doing extra work");var h=e.Xb(e.root.j),l=0;h.forEach(function(b){if(!b.type.Cb)return d(null);b.type.Cb(b,a,d)})},j:function(a,b,c){var d="/"===c,h=!c,l;if(d&&e.root)throw new e.b(f.X);if(!d&&!h){l=e.i(c,{ib:!1});c=l.path;l=l.d;if(e.$(l))throw new e.b(f.X);if(!e.l(l.mode))throw new e.b(f.ea);}b={type:a,ja:b,ya:c,za:[]};a=a.j(b);a.j=b;b.root=a;d?e.root=
-a:l&&(l.wa=b,l.j&&l.j.za.push(b));return a},vg:function(a){a=e.i(a,{ib:!1});if(!e.$(a.d))throw new e.b(f.h);a=a.d;var b=a.wa,c=e.Xb(b);Object.keys(e.M).forEach(function(a){for(a=e.M[a];a;){var b=a.ba;-1!==c.indexOf(a.j)&&e.hb(a);a=b}});a.wa=null;b=a.j.za.indexOf(b);u(-1!==b);a.j.za.splice(b,1)},lookup:function(a,b){return a.f.lookup(a,b)},C:function(a,b,c){var d=e.i(a,{parent:!0}).d;a=q.basename(a);if(!a||"."===a||".."===a)throw new e.b(f.h);var h=e.rb(d,a);if(h)throw new e.b(h);if(!d.f.C)throw new e.b(f.m);
-return d.f.C(d,a,b,c)},create:function(a,b){b=(void 0!==b?b:438)&4095;b|=32768;return e.C(a,b,0)},mkdir:function(a,b){b=(void 0!==b?b:511)&1023;b|=16384;return e.C(a,b,0)},Ua:function(a,b,c){"undefined"===typeof c&&(c=b,b=438);return e.C(a,b|8192,c)},symlink:function(a,b){if(!q.resolve(a))throw new e.b(f.F);var c=e.i(b,{parent:!0}).d;if(!c)throw new e.b(f.F);var d=q.basename(b),h=e.rb(c,d);if(h)throw new e.b(h);if(!c.f.symlink)throw new e.b(f.m);return c.f.symlink(c,d,a)},rename:function(a,b){var c=
-q.dirname(a),d=q.dirname(b),h=q.basename(a),l=q.basename(b),n,g,m;try{n=e.i(a,{parent:!0}),g=n.d,n=e.i(b,{parent:!0}),m=n.d}catch(J){throw new e.b(f.X);}if(!g||!m)throw new e.b(f.F);if(g.j!==m.j)throw new e.b(f.mc);n=e.P(g,h);d=q.relative(a,d);if("."!==d.charAt(0))throw new e.b(f.h);d=q.relative(b,c);if("."!==d.charAt(0))throw new e.b(f.bb);var p;try{p=e.P(m,l)}catch(r){}if(n!==p){c=e.l(n.mode);if(h=e.Ta(g,h,c))throw new e.b(h);if(h=p?e.Ta(m,l,c):e.rb(m,l))throw new e.b(h);if(!g.f.rename)throw new e.b(f.m);
-if(e.$(n)||p&&e.$(p))throw new e.b(f.X);if(m!==g&&(h=e.U(g,"w")))throw new e.b(h);try{e.q.willMovePath&&e.q.willMovePath(a,b)}catch(t){console.log("FS.trackingDelegate['willMovePath']('"+a+"', '"+b+"') threw an exception: "+t.message)}e.bc(n);try{g.f.rename(n,m,l)}catch(u){throw u;}finally{e.ac(n)}try{if(e.q.onMovePath)e.q.onMovePath(a,b)}catch(v){console.log("FS.trackingDelegate['onMovePath']('"+a+"', '"+b+"') threw an exception: "+v.message)}}},rmdir:function(a){var b=e.i(a,{parent:!0}).d,c=q.basename(a),
-d=e.P(b,c),h=e.Ta(b,c,!0);if(h)throw new e.b(h);if(!b.f.rmdir)throw new e.b(f.m);if(e.$(d))throw new e.b(f.X);try{e.q.willDeletePath&&e.q.willDeletePath(a)}catch(l){console.log("FS.trackingDelegate['willDeletePath']('"+a+"') threw an exception: "+l.message)}b.f.rmdir(b,c);e.hb(d);try{if(e.q.onDeletePath)e.q.onDeletePath(a)}catch(n){console.log("FS.trackingDelegate['onDeletePath']('"+a+"') threw an exception: "+n.message)}},readdir:function(a){a=e.i(a,{G:!0}).d;if(!a.f.readdir)throw new e.b(f.ea);
-return a.f.readdir(a)},unlink:function(a){var b=e.i(a,{parent:!0}).d,c=q.basename(a),d=e.P(b,c),h=e.Ta(b,c,!1);if(h)throw new e.b(h);if(!b.f.unlink)throw new e.b(f.m);if(e.$(d))throw new e.b(f.X);try{e.q.willDeletePath&&e.q.willDeletePath(a)}catch(l){console.log("FS.trackingDelegate['willDeletePath']('"+a+"') threw an exception: "+l.message)}b.f.unlink(b,c);e.hb(d);try{if(e.q.onDeletePath)e.q.onDeletePath(a)}catch(n){console.log("FS.trackingDelegate['onDeletePath']('"+a+"') threw an exception: "+
-n.message)}},readlink:function(a){a=e.i(a).d;if(!a)throw new e.b(f.F);if(!a.f.readlink)throw new e.b(f.h);return q.resolve(e.K(a.parent),a.f.readlink(a))},stat:function(a,b){var c=e.i(a,{G:!b}).d;if(!c)throw new e.b(f.F);if(!c.f.A)throw new e.b(f.m);return c.f.A(c)},lstat:function(a){return e.stat(a,!0)},chmod:function(a,b,c){var d;"string"===typeof a?d=e.i(a,{G:!c}).d:d=a;if(!d.f.o)throw new e.b(f.m);d.f.o(d,{mode:b&4095|d.mode&-4096,timestamp:Date.now()})},lchmod:function(a,b){e.chmod(a,b,!0)},
-fchmod:function(a,b){var c=e.Z(a);if(!c)throw new e.b(f.H);e.chmod(c.d,b)},chown:function(a,b,c,d){var h;"string"===typeof a?h=e.i(a,{G:!d}).d:h=a;if(!h.f.o)throw new e.b(f.m);h.f.o(h,{timestamp:Date.now()})},lchown:function(a,b,c){e.chown(a,b,c,!0)},fchown:function(a,b,c){a=e.Z(a);if(!a)throw new e.b(f.H);e.chown(a.d,b,c)},truncate:function(a,b){if(0>b)throw new e.b(f.h);var c;"string"===typeof a?c=e.i(a,{G:!0}).d:c=a;if(!c.f.o)throw new e.b(f.m);if(e.l(c.mode))throw new e.b(f.na);if(!e.isFile(c.mode))throw new e.b(f.h);
-var d=e.U(c,"w");if(d)throw new e.b(d);c.f.o(c,{size:b,timestamp:Date.now()})},Uf:function(a,b){var c=e.Z(a);if(!c)throw new e.b(f.H);if(0===(c.flags&2097155))throw new e.b(f.h);e.truncate(c.d,b)},Ed:function(a,b,c){a=e.i(a,{G:!0}).d;a.f.o(a,{timestamp:Math.max(b,c)})},open:function(a,b,c,k,h){if(""===a)throw new e.b(f.F);b="string"===typeof b?e.hd(b):b;c=b&64?("undefined"===typeof c?438:c)&4095|32768:0;var l;if("object"===typeof a)l=a;else{a=q.normalize(a);try{l=e.i(a,{G:!(b&131072)}).d}catch(n){}}var g=
-!1;if(b&64)if(l){if(b&128)throw new e.b(f.Fb);}else l=e.C(a,c,0),g=!0;if(!l)throw new e.b(f.F);e.Pa(l.mode)&&(b&=-513);if(b&65536&&!e.l(l.mode))throw new e.b(f.ea);if(!g&&(c=e.gd(l,b)))throw new e.b(c);b&512&&e.truncate(l,0);b&=-641;k=e.Kc({d:l,path:e.K(l),flags:b,seekable:!0,position:0,g:l.g,Dd:[],error:!1},k,h);k.g.open&&k.g.open(k);!d.logReadFiles||b&1||(e.vb||(e.vb={}),a in e.vb||(e.vb[a]=1,d.printErr("read file: "+a)));try{e.q.onOpenFile&&(h=0,1!==(b&2097155)&&(h|=e.hc.dc.oc),0!==(b&2097155)&&
-(h|=e.hc.dc.pc),e.q.onOpenFile(a,h))}catch(m){console.log("FS.trackingDelegate['onOpenFile']('"+a+"', flags) threw an exception: "+m.message)}return k},close:function(a){a.lb&&(a.lb=null);try{a.g.close&&a.g.close(a)}catch(b){throw b;}finally{e.zc(a.fd)}},B:function(a,b,c){if(!a.seekable||!a.g.B)throw new e.b(f.Ga);a.position=a.g.B(a,b,c);a.Dd=[];return a.position},read:function(a,b,c,d,h){if(0>d||0>h)throw new e.b(f.h);if(1===(a.flags&2097155))throw new e.b(f.H);if(e.l(a.d.mode))throw new e.b(f.na);
-if(!a.g.read)throw new e.b(f.h);var l=!0;if("undefined"===typeof h)h=a.position,l=!1;else if(!a.seekable)throw new e.b(f.Ga);b=a.g.read(a,b,c,d,h);l||(a.position+=b);return b},write:function(a,b,c,d,h,l){if(0>d||0>h)throw new e.b(f.h);if(0===(a.flags&2097155))throw new e.b(f.H);if(e.l(a.d.mode))throw new e.b(f.na);if(!a.g.write)throw new e.b(f.h);a.flags&1024&&e.B(a,0,2);var n=!0;if("undefined"===typeof h)h=a.position,n=!1;else if(!a.seekable)throw new e.b(f.Ga);b=a.g.write(a,b,c,d,h,l);n||(a.position+=
-b);try{if(a.path&&e.q.onWriteToFile)e.q.onWriteToFile(a.path)}catch(g){console.log("FS.trackingDelegate['onWriteToFile']('"+path+"') threw an exception: "+g.message)}return b},sa:function(a,b,c){if(0>b||0>=c)throw new e.b(f.h);if(0===(a.flags&2097155))throw new e.b(f.H);if(!e.isFile(a.d.mode)&&!e.l(node.mode))throw new e.b(f.oa);if(!a.g.sa)throw new e.b(f.lc);a.g.sa(a,b,c)},va:function(a,b,c,d,h,l,g){if(1===(a.flags&2097155))throw new e.b(f.ma);if(!a.g.va)throw new e.b(f.oa);return a.g.va(a,b,c,d,
-h,l,g)},ha:function(a,b,c,d,e){return a&&a.g.ha?a.g.ha(a,b,c,d,e):0},pg:function(){return 0},nb:function(a,b,c){if(!a.g.nb)throw new e.b(f.pa);return a.g.nb(a,b,c)},readFile:function(a,b){b=b||{};b.flags=b.flags||"r";b.encoding=b.encoding||"binary";if("utf8"!==b.encoding&&"binary"!==b.encoding)throw Error('Invalid encoding type "'+b.encoding+'"');var c,d=e.open(a,b.flags),h=e.stat(a).size,l=new Uint8Array(h);e.read(d,l,0,h,0);"utf8"===b.encoding?c=ka(l,0):"binary"===b.encoding&&(c=l);e.close(d);return c},
-writeFile:function(a,b,c){c=c||{};c.flags=c.flags||"w";c.encoding=c.encoding||"utf8";if("utf8"!==c.encoding&&"binary"!==c.encoding)throw Error('Invalid encoding type "'+c.encoding+'"');a=e.open(a,c.flags,c.mode);if("utf8"===c.encoding){var d=new Uint8Array(oa(b)+1);b=Ja(b,d,0,d.length);e.write(a,d,0,b,0,c.Lb)}else"binary"===c.encoding&&e.write(a,b,0,b.length,0,c.Lb);e.close(a)},cwd:function(){return e.Nb},chdir:function(a){a=e.i(a,{G:!0});if(!e.l(a.d.mode))throw new e.b(f.ea);var b=e.U(a.d,"x");if(b)throw new e.b(b);
-e.Nb=a.path},Bc:function(){e.mkdir("/tmp");e.mkdir("/home");e.mkdir("/home/web_user")},Ac:function(){e.mkdir("/dev");e.yb(e.aa(1,3),{read:function(){return 0},write:function(a,b,d,e){return e}});e.Ua("/dev/null",e.aa(1,3));ja.register(e.aa(5,0),ja.Mc);ja.register(e.aa(6,0),ja.Lc);e.Ua("/dev/tty",e.aa(5,0));e.Ua("/dev/tty1",e.aa(6,0));var a;if("undefined"!==typeof crypto){var b=new Uint8Array(1);a=function(){crypto.getRandomValues(b);return b[0]}}else a=O?function(){return require("crypto").randomBytes(1)[0]}:
-function(){return 256*Math.random()|0};e.O("/dev","random",a);e.O("/dev","urandom",a);e.mkdir("/dev/shm");e.mkdir("/dev/shm/tmp")},Ic:function(){e.mkdir("/proc");e.mkdir("/proc/self");e.mkdir("/proc/self/fd");e.j({j:function(){var a=e.createNode("/proc/self","fd",16895,73);a.f={lookup:function(a,c){var d=e.Z(+c);if(!d)throw new e.b(f.H);var h={parent:null,j:{ya:"fake"},f:{readlink:function(){return d.path}}};return h.parent=h}};return a}},{},"/proc/self/fd")},Jc:function(){d.stdin?e.O("/dev","stdin",
-d.stdin):e.symlink("/dev/tty","/dev/stdin");d.stdout?e.O("/dev","stdout",null,d.stdout):e.symlink("/dev/tty","/dev/stdout");d.stderr?e.O("/dev","stderr",null,d.stderr):e.symlink("/dev/tty1","/dev/stderr");var a=e.open("/dev/stdin","r");u(0===a.fd,"invalid handle for stdin ("+a.fd+")");a=e.open("/dev/stdout","w");u(1===a.fd,"invalid handle for stdout ("+a.fd+")");a=e.open("/dev/stderr","w");u(2===a.fd,"invalid handle for stderr ("+a.fd+")")},Tb:function(){e.b||(e.b=function(a,b){this.d=b;this.vd=function(a){this.I=
-a;for(var b in f)if(f[b]===a){this.code=b;break}};this.vd(a);this.message=rc[a]},e.b.prototype=Error(),e.b.prototype.constructor=e.b,[f.F].forEach(function(a){e.kb[a]=new e.b(a);e.kb[a].stack="<generic error, no stack>"}))},Bb:function(){e.Tb();e.M=Array(4096);e.j(r,{},"/");e.Bc();e.Ac();e.Ic();e.Pc={MEMFS:r,IDBFS:z,NODEFS:v,WORKERFS:D}},T:function(a,b,c){u(!e.T.Oa,"FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)");
-e.T.Oa=!0;e.Tb();d.stdin=a||d.stdin;d.stdout=b||d.stdout;d.stderr=c||d.stderr;e.Jc()},od:function(){e.T.Oa=!1;var a=d._fflush;a&&a(0);for(a=0;a<e.ka.length;a++){var b=e.ka[a];b&&e.close(b)}},Y:function(a,b){var c=0;a&&(c|=365);b&&(c|=146);return c},jg:function(a,b){var c=q.join.apply(null,a);b&&"/"==c[0]&&(c=c.substr(1));return c},Df:function(a,b){return q.resolve(b,a)},tg:function(a){return q.normalize(a)},Tf:function(a,b){var c=e.fb(a,b);if(c.exists)return c.object;ra(c.error);return null},fb:function(a,
-b){try{var c=e.i(a,{G:!b});a=c.path}catch(d){}var h={Qa:!1,exists:!1,error:0,name:null,path:null,object:null,ld:!1,nd:null,md:null};try{c=e.i(a,{parent:!0}),h.ld=!0,h.nd=c.path,h.md=c.d,h.name=q.basename(a),c=e.i(a,{G:!b}),h.exists=!0,h.path=c.path,h.object=c.d,h.name=c.d.name,h.Qa="/"===c.path}catch(l){h.error=l.I}return h},Dc:function(a,b,c,d){a=q.t("string"===typeof a?a:e.K(a),b);c=e.Y(c,d);return e.mkdir(a,c)},Gc:function(a,b){a="string"===typeof a?a:e.K(a);for(var c=b.split("/").reverse();c.length;){var d=
-c.pop();if(d){var h=q.t(a,d);try{e.mkdir(h)}catch(l){}a=h}}return h},Cc:function(a,b,c,d,h){a=q.t("string"===typeof a?a:e.K(a),b);d=e.Y(d,h);return e.create(a,d)},gb:function(a,b,c,d,h,l){a=b?q.t("string"===typeof a?a:e.K(a),b):a;d=e.Y(d,h);h=e.create(a,d);if(c){if("string"===typeof c){a=Array(c.length);b=0;for(var f=c.length;b<f;++b)a[b]=c.charCodeAt(b);c=a}e.chmod(h,d|146);a=e.open(h,"w");e.write(a,c,0,c.length,0,l);e.close(a);e.chmod(h,d)}return h},O:function(a,b,c,d){a=q.t("string"===typeof a?
-a:e.K(a),b);b=e.Y(!!c,!!d);e.O.qb||(e.O.qb=64);var h=e.aa(e.O.qb++,0);e.yb(h,{open:function(a){a.seekable=!1},close:function(){d&&d.buffer&&d.buffer.length&&d(10)},read:function(a,b,d,k){for(var h=0,g=0;g<k;g++){var m;try{m=c()}catch(p){throw new e.b(f.Q);}if(void 0===m&&0===h)throw new e.b(f.Eb);if(null===m||void 0===m)break;h++;b[d+g]=m}h&&(a.d.timestamp=Date.now());return h},write:function(a,b,c,h){for(var g=0;g<h;g++)try{d(b[c+g])}catch(m){throw new e.b(f.Q);}h&&(a.d.timestamp=Date.now());return g}});
-return e.Ua(a,b,h)},Fc:function(a,b,c){a=q.t("string"===typeof a?a:e.K(a),b);return e.symlink(c,a)},Wb:function(a){if(a.ob||a.bd||a.link||a.c)return!0;var b=!0;if("undefined"!==typeof XMLHttpRequest)throw Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.");if(d.read)try{a.c=ba(d.read(a.url),!0),a.k=a.c.length}catch(c){b=!1}else throw Error("Cannot load without read() or XMLHttpRequest.");
-b||ra(f.Q);return b},Ec:function(a,b,c,d,h){function l(){this.pb=!1;this.La=[]}l.prototype.get=function(a){if(!(a>this.length-1||0>a)){var b=a%this.chunkSize;return this.$b(a/this.chunkSize|0)[b]}};l.prototype.ud=function(a){this.$b=a};l.prototype.Kb=function(){var a=new XMLHttpRequest;a.open("HEAD",c,!1);a.send(null);if(!(200<=a.status&&300>a.status||304===a.status))throw Error("Couldn't load "+c+". Status: "+a.status);var b=Number(a.getResponseHeader("Content-length")),d,e=(d=a.getResponseHeader("Accept-Ranges"))&&
-"bytes"===d,a=(d=a.getResponseHeader("Content-Encoding"))&&"gzip"===d,k=1048576;e||(k=b);var h=this;h.ud(function(a){var d=a*k,e=(a+1)*k-1,e=Math.min(e,b-1);if("undefined"===typeof h.La[a]){var f=h.La;if(d>e)throw Error("invalid range ("+d+", "+e+") or no bytes requested!");if(e>b-1)throw Error("only "+b+" bytes available! programmer error!");var l=new XMLHttpRequest;l.open("GET",c,!1);b!==k&&l.setRequestHeader("Range","bytes="+d+"-"+e);"undefined"!=typeof Uint8Array&&(l.responseType="arraybuffer");
-l.overrideMimeType&&l.overrideMimeType("text/plain; charset=x-user-defined");l.send(null);if(!(200<=l.status&&300>l.status||304===l.status))throw Error("Couldn't load "+c+". Status: "+l.status);d=void 0!==l.response?new Uint8Array(l.response||[]):ba(l.responseText||"",!0);f[a]=d}if("undefined"===typeof h.La[a])throw Error("doXHR failed!");return h.La[a]});if(a||!b)k=b=1,k=b=this.$b(0).length,console.log("LazyFiles on gzip forces download of the whole file when length is accessed");this.rc=b;this.qc=
-k;this.pb=!0};if("undefined"!==typeof XMLHttpRequest){if(!ca)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var g=new l;Object.defineProperties(g,{length:{get:function(){this.pb||this.Kb();return this.rc}},chunkSize:{get:function(){this.pb||this.Kb();return this.qc}}});g={ob:!1,c:g}}else g={ob:!1,url:c};var m=e.Cc(a,b,g,d,h);g.c?m.c=g.c:g.url&&(m.c=null,m.url=g.url);Object.defineProperties(m,{k:{get:function(){return this.c.length}}});
-var p={};Object.keys(m.g).forEach(function(a){var b=m.g[a];p[a]=function(){if(!e.Wb(m))throw new e.b(f.Q);return b.apply(null,arguments)}});p.read=function(a,b,c,d,k){if(!e.Wb(m))throw new e.b(f.Q);a=a.d.c;if(k>=a.length)return 0;d=Math.min(a.length-k,d);u(0<=d);if(a.slice)for(var h=0;h<d;h++)b[c+h]=a[k+h];else for(h=0;h<d;h++)b[c+h]=a.get(k+h);return d};m.g=p;return m},Hc:function(a,b,c,k,h,l,f,g,m,p){function r(c){function q(c){p&&p();g||e.gb(a,b,c,k,h,m);l&&l();Za()}var u=!1;d.preloadPlugins.forEach(function(a){!u&&
-a.canHandle(t)&&(a.handle(c,t,q,function(){f&&f();Za()}),u=!0)});u||q(c)}Browser.T();var t=b?q.resolve(q.t(a,b)):a;vb();"string"==typeof c?Browser.Gf(c,function(a){r(a)},f):r(c)},indexedDB:function(){return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},Db:function(){return"EM_FS_"+window.location.pathname},Fa:20,v:"FILE_DATA",rg:function(a,b,c){b=b||function(){};c=c||function(){};var d=e.indexedDB();try{var h=d.open(e.Db(),e.Fa)}catch(l){return c(l)}h.onupgradeneeded=
-function(){console.log("creating db");h.result.createObjectStore(e.v)};h.onsuccess=function(){var d=h.result.transaction([e.v],"readwrite"),k=d.objectStore(e.v),l=0,f=0,g=a.length;a.forEach(function(a){a=k.put(e.fb(a).object.c,a);a.onsuccess=function(){l++;l+f==g&&(0==f?b():c())};a.onerror=function(){f++;l+f==g&&(0==f?b():c())}});d.onerror=c};h.onerror=c},kg:function(a,b,c){b=b||function(){};c=c||function(){};var d=e.indexedDB();try{var h=d.open(e.Db(),e.Fa)}catch(f){return c(f)}h.onupgradeneeded=
-c;h.onsuccess=function(){var d=h.result;try{var k=d.transaction([e.v],"readonly")}catch(f){c(f);return}var l=k.objectStore(e.v),g=0,m=0,p=a.length;a.forEach(function(a){var d=l.get(a);d.onsuccess=function(){e.fb(a).exists&&e.unlink(a);e.gb(q.dirname(a),q.basename(a),d.result,!0,!0,!0);g++;g+m==p&&(0==m?b():c())};d.onerror=function(){m++;g+m==p&&(0==m?b():c())}});k.onerror=c};h.onerror=c}},t={Fd:5,ng:{},umask:511,Hf:function(a,b){if("/"!==b[0]){var c;if(-100===a)c=e.cwd();else{c=e.Z(a);if(!c)throw new e.b(f.H);
-c=c.path}b=q.t(c,b)}return b},Rf:function(a,b,c){try{var d=a(b)}catch(h){if(h&&h.d&&q.normalize(b)!==q.normalize(e.K(h.d)))return-f.ea;throw h;}p[c>>2]=d.dev;p[c+4>>2]=0;p[c+8>>2]=d.ino;p[c+12>>2]=d.mode;p[c+16>>2]=d.nlink;p[c+20>>2]=d.uid;p[c+24>>2]=d.gid;p[c+28>>2]=d.rdev;p[c+32>>2]=0;p[c+36>>2]=d.size;p[c+40>>2]=4096;p[c+44>>2]=d.blocks;p[c+48>>2]=d.atime.getTime()/1E3|0;p[c+52>>2]=0;p[c+56>>2]=d.mtime.getTime()/1E3|0;p[c+60>>2]=0;p[c+64>>2]=d.ctime.getTime()/1E3|0;p[c+68>>2]=0;p[c+72>>2]=d.ino;
-return 0},Pf:function(a,b,c,d){a=new Uint8Array(I.subarray(a,a+c));e.ha(b,a,0,c,d)},Nf:function(a,b){a=q.normalize(a);"/"===a[a.length-1]&&(a=a.substr(0,a.length-1));e.mkdir(a,b,0);return 0},Of:function(a,b,c){switch(b&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-f.h}e.C(a,b,c);return 0},Qf:function(a,b,c){if(0>=c)return-f.h;a=e.readlink(a);var d=Math.min(c,oa(a)),h=B[b+d];ya(a,b,c+1);B[b+d]=h;return d},Lf:function(a,b){if(b&-8)return-f.h;var c;c=e.i(a,{G:!0}).d;
-var d="";b&4&&(d+="r");b&2&&(d+="w");b&1&&(d+="x");return d&&e.U(c,d)?-f.ma:0},Mf:function(a,b,c){var d=e.Z(c);d&&e.close(d);return e.open(a,b,0,c,c).fd},Nc:function(a,b,c,d){for(var h=0,f=0;f<c;f++){var g=p[b+(8*f+4)>>2],m=e.read(a,B,p[b+8*f>>2],g,d);if(0>m)return-1;h+=m;if(m<g)break}return h},Oc:function(a,b,c,d){for(var h=0,f=0;f<c;f++){var g=e.write(a,B,p[b+8*f>>2],p[b+(8*f+4)>>2],d);if(0>g)return-1;h+=g}return h},W:0,get:function(){t.W+=4;return p[t.W-4>>2]},cg:function(){return K(t.get())},
-ua:function(){var a=e.Z(t.get());if(!a)throw new e.b(f.H);return a},bg:function(){var a=SOCKFS.$f(t.get());if(!a)throw new e.b(f.H);return a},ag:function(a){var b=t.get(),c=t.get();if(a&&0===b)return null;a=__read_sockaddr(b,c);if(a.I)throw new e.b(a.I);a.Hb=DNS.lg(a.Hb)||a.Hb;return a},Vf:function(){var a=t.get(),b=t.get();0<=a?u(0===b):u(-1===b);return a},dg:function(){u(0===t.get())}};d._bitshift64Ashr=sc;d._bitshift64Lshr=tc;d._pthread_cond_broadcast=uc;var Oa=[31,29,31,30,31,30,31,31,30,31,30,
-31],Pa=[31,28,31,30,31,30,31,31,30,31,30,31];d._pthread_mutex_unlock=vc;d._memcpy=wc;d._bitshift64Shl=xc;d._memmove=yc;var zc=H([8,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,
-1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0],"i8",2);d._llvm_cttz_i32=Ac;d.___udivmoddi4=Bc;d.___uremdi3=Cc;d._memset=Dc;d.___divdi3=Ec;d._malloc=U;d.___remdi3=Fc;var zb=y,y=y+16,W={};d.___udivdi3=Gc;d.___muldsi3=Hc;d.___muldi3=Ic;d._pthread_self=Jc;var Kc=y,y=y+16;e.Bb();va.unshift(function(){d.noFSInit||e.T.Oa||e.T()});Wa.push(function(){e.cc=!1});V.push(function(){e.od()});d.FS_createFolder=e.Dc;d.FS_createPath=
-e.Gc;d.FS_createDataFile=e.gb;d.FS_createPreloadedFile=e.Hc;d.FS_createLazyFile=e.Ec;d.FS_createLink=e.Fc;d.FS_createDevice=e.O;d.FS_unlink=e.unlink;va.unshift(function(){ja.T()});V.push(function(){});if(O){var A=require("fs"),Lb=require("path");v.Bb()}O?ma=function(){var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:"undefined"!==typeof dateNow?ma=dateNow:"object"===typeof self&&self.performance&&"function"===typeof self.performance.now?ma=function(){return self.performance.now()}:"object"===typeof performance&&
-"function"===typeof performance.now?ma=function(){return performance.now()}:ma=Date.now;Ra(W);Jb=X=m.Jb(y);Hb=!0;eb=Jb+Kb;L=m.Jb(eb);d.uc={Math:Math,Int8Array:Int8Array,Int16Array:Int16Array,Int32Array:Int32Array,Uint8Array:Uint8Array,Uint16Array:Uint16Array,Uint32Array:Uint32Array,Float32Array:Float32Array,Float64Array:Float64Array,NaN:NaN,Infinity:Infinity,byteLength:Ta};d.vc={abort:w,assert:u,invoke_iiiiiiii:function(a,b,c,e,h,f,n,m){try{return d.dynCall_iiiiiiii(a,b,c,e,h,f,n,m)}catch(p){if("number"!==
-typeof p&&"longjmp"!==p)throw p;g.setThrew(1,0)}},invoke_iiii:function(a,b,c,e){try{return d.dynCall_iiii(a,b,c,e)}catch(h){if("number"!==typeof h&&"longjmp"!==h)throw h;g.setThrew(1,0)}},invoke_viiiiii:function(a,b,c,e,h,f,n){try{d.dynCall_viiiiii(a,b,c,e,h,f,n)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_viiiii:function(a,b,c,e,h,f){try{d.dynCall_viiiii(a,b,c,e,h,f)}catch(n){if("number"!==typeof n&&"longjmp"!==n)throw n;g.setThrew(1,0)}},invoke_iiiiiid:function(a,
-b,c,e,h,f,n){try{return d.dynCall_iiiiiid(a,b,c,e,h,f,n)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_i:function(a){try{return d.dynCall_i(a)}catch(b){if("number"!==typeof b&&"longjmp"!==b)throw b;g.setThrew(1,0)}},invoke_vi:function(a,b){try{d.dynCall_vi(a,b)}catch(c){if("number"!==typeof c&&"longjmp"!==c)throw c;g.setThrew(1,0)}},invoke_vii:function(a,b,c){try{d.dynCall_vii(a,b,c)}catch(e){if("number"!==typeof e&&"longjmp"!==e)throw e;g.setThrew(1,0)}},invoke_iiiiiii:function(a,
-b,c,e,h,f,n){try{return d.dynCall_iiiiiii(a,b,c,e,h,f,n)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_ii:function(a,b){try{return d.dynCall_ii(a,b)}catch(c){if("number"!==typeof c&&"longjmp"!==c)throw c;g.setThrew(1,0)}},invoke_viii:function(a,b,c,e){try{d.dynCall_viii(a,b,c,e)}catch(h){if("number"!==typeof h&&"longjmp"!==h)throw h;g.setThrew(1,0)}},invoke_v:function(a){try{d.dynCall_v(a)}catch(b){if("number"!==typeof b&&"longjmp"!==b)throw b;g.setThrew(1,0)}},invoke_iiiiiiiii:function(a,
-b,c,e,h,f,n,m,p){try{return d.dynCall_iiiiiiiii(a,b,c,e,h,f,n,m,p)}catch(q){if("number"!==typeof q&&"longjmp"!==q)throw q;g.setThrew(1,0)}},invoke_iiiii:function(a,b,c,e,h){try{return d.dynCall_iiiii(a,b,c,e,h)}catch(f){if("number"!==typeof f&&"longjmp"!==f)throw f;g.setThrew(1,0)}},invoke_viiii:function(a,b,c,e,h){try{d.dynCall_viiii(a,b,c,e,h)}catch(f){if("number"!==typeof f&&"longjmp"!==f)throw f;g.setThrew(1,0)}},invoke_iii:function(a,b,c){try{return d.dynCall_iii(a,b,c)}catch(e){if("number"!==
-typeof e&&"longjmp"!==e)throw e;g.setThrew(1,0)}},invoke_iiiiid:function(a,b,c,e,h,f){try{return d.dynCall_iiiiid(a,b,c,e,h,f)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_iiiiii:function(a,b,c,e,h,f){try{return d.dynCall_iiiiii(a,b,c,e,h,f)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},_pthread_cleanup_pop:function(){u(Ma.level==V.length,"cannot pop if something else added meanwhile!");V.pop();Ma.level=V.length},_strftime:xb,_pthread_cond_wait:function(){return 0},
-_emscripten_get_now_is_monotonic:yb,__ZSt18uncaught_exceptionv:qa,__ZN4wasm22createRemoveMemoryPassEv:function(){d.printErr("missing function: _ZN4wasm22createRemoveMemoryPassEv");w(-1)},_pthread_key_create:function(a){if(0==a)return f.h;p[a>>2]=fb;Ua[fb]=0;fb++;return 0},_abort:function(){d.abort()},__ZN4wasm20createPrecomputePassEv:function(){d.printErr("missing function: _ZN4wasm20createPrecomputePassEv");w(-1)},___gxx_personality_v0:function(){},___assert_fail:function(a,b,c,d){ua=!0;throw"Assertion failed: "+
-K(a)+", at: "+[b?K(b):"unknown filename",c,d?K(d):"unknown function"]+" at "+La();},___cxa_allocate_exception:function(a){return U(a)},_pthread_join:function(){},___buildEnvironment:Ra,_pthread_create:function(){return 11},__addDays:Ca,_strftime_l:function(a,b,c,d){return xb(a,b,c,d)},__ZN4wasm30createOptimizeInstructionsPassEv:function(){d.printErr("missing function: _ZN4wasm30createOptimizeInstructionsPassEv");w(-1)},___setErrNo:ra,_sbrk:Qa,__ZN4wasm17createMetricsPassEv:function(){d.printErr("missing function: _ZN4wasm17createMetricsPassEv");
-w(-1)},_emscripten_memcpy_big:function(a,b,c){I.set(I.subarray(b,b+c),a);return a},___resumeException:function(a){C.Sa||(C.Sa=a);C.yc(C.Qb(a));throw a+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.";},___cxa_find_matching_catch:Aa,_sysconf:function(a){switch(a){case 30:return 4096;case 85:return T/4096;case 132:case 133:case 12:case 137:case 138:case 15:case 235:case 16:case 17:case 18:case 19:case 20:case 149:case 13:case 10:case 236:case 153:case 9:case 21:case 22:case 159:case 154:case 14:case 77:case 78:case 139:case 80:case 81:case 82:case 68:case 67:case 164:case 11:case 29:case 47:case 48:case 95:case 52:case 51:case 46:return 200809;
-case 79:return 0;case 27:case 246:case 127:case 128:case 23:case 24:case 160:case 161:case 181:case 182:case 242:case 183:case 184:case 243:case 244:case 245:case 165:case 178:case 179:case 49:case 50:case 168:case 169:case 175:case 170:case 171:case 172:case 97:case 76:case 32:case 173:case 35:return-1;case 176:case 177:case 7:case 155:case 8:case 157:case 125:case 126:case 92:case 93:case 129:case 130:case 131:case 94:case 91:return 1;case 74:case 60:case 69:case 70:case 4:return 1024;case 31:case 42:case 72:return 32;
-case 87:case 26:case 33:return 2147483647;case 34:case 1:return 47839;case 38:case 36:return 99;case 43:case 37:return 2048;case 0:return 2097152;case 3:return 65536;case 28:return 32768;case 44:return 32767;case 75:return 16384;case 39:return 1E3;case 89:return 700;case 71:return 256;case 40:return 255;case 2:return 100;case 180:return 64;case 25:return 20;case 5:return 16;case 6:return 6;case 73:return 4;case 84:return"object"===typeof navigator?navigator.hardwareConcurrency||1:1}ra(f.h);return-1},
-___cxa_begin_catch:function(a){var b=C.L[a];b&&!b.Ka&&(b.Ka=!0,qa.n--);C.Ka.push(a);C.tc(C.Qb(a));return a},__ZN4wasm26createDropReturnValuesPassEv:function(){d.printErr("missing function: _ZN4wasm26createDropReturnValuesPassEv");w(-1)},__arraySum:Na,__ZN4wasm21createNameManagerPassEv:function(){d.printErr("missing function: _ZN4wasm21createNameManagerPassEv");w(-1)},_pthread_cond_signal:function(){return 0},_pthread_mutex_destroy:function(){},_pthread_once:Da,_pthread_getspecific:function(a){return Ua[a]||
-0},_getenv:Ea,_clock_gettime:function(a,b){var c;if(0===a)c=Date.now();else if(1===a&&yb())c=ma();else return ra(f.h),-1;p[b>>2]=c/1E3|0;p[b+4>>2]=c%1E3*1E6|0;return 0},__ZN4wasm23createRemoveImportsPassEv:function(){d.printErr("missing function: _ZN4wasm23createRemoveImportsPassEv");w(-1)},__ZN4wasm21createLowerIfElsePassEv:function(){d.printErr("missing function: _ZN4wasm21createLowerIfElsePassEv");w(-1)},___syscall54:function(a,b){t.W=b;try{var c=t.ua(),d=t.get();switch(d){case 21505:return c.tty?
-0:-f.pa;case 21506:return c.tty?0:-f.pa;case 21519:if(!c.tty)return-f.pa;var h=t.get();return p[h>>2]=0;case 21520:return c.tty?-f.h:-f.pa;case 21531:return h=t.get(),e.nb(c,d,h);default:w("bad ioctl syscall "+d)}}catch(g){return"undefined"!==typeof e&&g instanceof e.b||w(g),-g.I}},___unlock:function(){},__ZN4wasm18createNameListPassEv:function(){d.printErr("missing function: _ZN4wasm18createNameListPassEv");w(-1)},__isLeapYear:Ba,_emscripten_get_now:ma,__ZN4wasm26createReorderFunctionsPassEv:function(){d.printErr("missing function: _ZN4wasm26createReorderFunctionsPassEv");
-w(-1)},_pthread_setspecific:function(a,b){if(!(a in Ua))return f.h;Ua[a]=b;return 0},__ZN4wasm31createRemoveUnusedFunctionsPassEv:function(){d.printErr("missing function: _ZN4wasm31createRemoveUnusedFunctionsPassEv");w(-1)},___cxa_atexit:function(){return wb.apply(null,arguments)},___cxa_throw:function(a,b,c){C.L[a]={e:a,Ib:a,type:b,Rb:c,Da:0,Ka:!1};C.Sa=a;"uncaught_exception"in qa?qa.n++:qa.n=1;throw a+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.";
-},__ZN4wasm29createDeadCodeEliminationPassEv:function(){d.printErr("missing function: _ZN4wasm29createDeadCodeEliminationPassEv");w(-1)},___lock:function(){},___syscall6:function(a,b){t.W=b;try{var c=t.ua();e.close(c);return 0}catch(d){return"undefined"!==typeof e&&d instanceof e.b||w(d),-d.I}},_pthread_cleanup_push:Ma,___cxa_pure_virtual:function(){ua=!0;throw"Pure virtual function called!";},_pthread_cond_destroy:function(){return 0},_atexit:wb,___syscall140:function(a,b){t.W=b;try{var c=t.ua(),
-d=t.get(),f=t.get(),g=t.get(),m=t.get();u(0===d);e.B(c,f,m);p[g>>2]=c.position;c.lb&&0===f&&0===m&&(c.lb=null);return 0}catch(q){return"undefined"!==typeof e&&q instanceof e.b||w(q),-q.I}},___syscall145:function(a,b){t.W=b;try{var c=t.ua(),d=t.get(),f=t.get();return t.Nc(c,d,f)}catch(g){return"undefined"!==typeof e&&g instanceof e.b||w(g),-g.I}},___syscall146:function(a,b){t.W=b;try{var c=t.ua(),d=t.get(),f=t.get();return t.Oc(c,d,f)}catch(g){return"undefined"!==typeof e&&g instanceof e.b||w(g),-g.I}},
-STACKTOP:X,STACK_MAX:eb,tempDoublePtr:nc,ABORT:ua,cttz_i8:zc,___dso_handle:Kc};// EMSCRIPTEN_START_ASM
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,3,0,0,0,5,0,0,0,7,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,
+67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,211,0,0,0,1,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,
+0,0,0,109,0,0,0,113,0,0,0,121,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,143,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,169,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,187,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,209,0,0,0,0,0,0,0,56,6,0,0,87,0,0,0,88,0,0,0,0,0,0,0,80,6,0,0,89,0,0,0,90,0,0,0,4,0,0,0,1,0,0,0,3,0,0,0,18,0,0,0,11,0,0,0,12,0,0,0,2,0,0,0,45,0,0,0,14,0,0,0,8,0,0,0,3,0,0,0,9,0,0,0,0,0,0,0,88,6,0,0,91,0,0,0,92,0,0,0,12,0,0,0,9,0,0,0,4,0,0,0,19,0,0,0,46,0,0,0,47,0,0,0,10,0,0,
+0,48,0,0,0,49,0,0,0,10,0,0,0,11,0,0,0,11,0,0,0,8,0,0,0,0,0,0,0,96,6,0,0,18,0,0,0,19,0,0,0,248,255,255,255,248,255,255,255,96,6,0,0,20,0,0,0,21,0,0,0,8,0,0,0,0,0,0,0,120,6,0,0,93,0,0,0,94,0,0,0,248,255,255,255,248,255,255,255,120,6,0,0,95,0,0,0,96,0,0,0,4,0,0,0,0,0,0,0,144,6,0,0,97,0,0,0,98,0,0,0,252,255,255,255,252,255,255,255,144,6,0,0,99,0,0,0,100,0,0,0,4,0,0,0,0,0,0,0,168,6,0,0,101,0,0,0,102,0,0,0,252,255,255,255,252,255,255,255,168,6,0,0,103,0,0,0,104,0,0,0,0,0,0,0,224,6,0,0,91,0,0,0,105,0,0,
+0,13,0,0,0,9,0,0,0,4,0,0,0,19,0,0,0,50,0,0,0,47,0,0,0,10,0,0,0,48,0,0,0,49,0,0,0,10,0,0,0,12,0,0,0,12,0,0,0,0,0,0,0,240,6,0,0,89,0,0,0,106,0,0,0,14,0,0,0,1,0,0,0,3,0,0,0,18,0,0,0,51,0,0,0,12,0,0,0,2,0,0,0,45,0,0,0,14,0,0,0,8,0,0,0,13,0,0,0,13,0,0,0,0,0,0,0,0,7,0,0,91,0,0,0,107,0,0,0,15,0,0,0,9,0,0,0,4,0,0,0,19,0,0,0,46,0,0,0,47,0,0,0,10,0,0,0,52,0,0,0,53,0,0,0,14,0,0,0,11,0,0,0,11,0,0,0,0,0,0,0,16,7,0,0,89,0,0,0,108,0,0,0,16,0,0,0,1,0,0,0,3,0,0,0,18,0,0,0,11,0,0,0,12,0,0,0,2,0,0,0,54,0,0,0,55,0,0,
+0,15,0,0,0,3,0,0,0,9,0,0,0,0,0,0,0,32,7,0,0,109,0,0,0,110,0,0,0,111,0,0,0,1,0,0,0,20,0,0,0,14,0,0,0,0,0,0,0,64,7,0,0,112,0,0,0,113,0,0,0,111,0,0,0,2,0,0,0,21,0,0,0,15,0,0,0,0,0,0,0,80,7,0,0,114,0,0,0,115,0,0,0,111,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,0,0,0,0,144,7,0,0,116,0,0,0,117,0,0,0,111,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,0,0,0,0,200,7,0,0,118,0,0,0,119,0,0,0,111,0,
+0,0,3,0,0,0,4,0,0,0,23,0,0,0,5,0,0,0,24,0,0,0,1,0,0,0,2,0,0,0,6,0,0,0,0,0,0,0,8,8,0,0,120,0,0,0,121,0,0,0,111,0,0,0,7,0,0,0,8,0,0,0,25,0,0,0,9,0,0,0,26,0,0,0,3,0,0,0,4,0,0,0,10,0,0,0,0,0,0,0,64,8,0,0,122,0,0,0,123,0,0,0,111,0,0,0,56,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,1,0,0,0,248,255,255,255,64,8,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,0,0,0,0,120,8,0,0,124,0,0,0,125,0,0,0,111,0,0,0,64,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,2,0,0,0,248,255,255,
+255,120,8,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,
+32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,
+0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,
+0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,
+0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,
+117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,
+58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,168,8,0,0,126,0,0,0,127,0,0,0,111,0,0,0,1,0,0,0,0,0,0,0,208,8,0,0,128,0,0,0,129,0,0,0,111,0,0,0,2,0,0,0,0,0,0,0,240,8,0,0,130,0,0,0,131,0,0,0,111,0,0,0,72,0,0,0,73,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,74,0,0,0,21,0,0,0,22,0,0,0,0,0,0,0,24,9,0,0,132,0,0,0,133,0,0,0,111,0,0,0,75,0,0,0,76,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,77,0,0,0,27,0,0,0,28,0,0,0,0,0,0,0,56,9,0,0,134,0,0,0,135,0,0,0,111,0,0,0,78,0,0,0,79,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,80,0,
+0,0,33,0,0,0,34,0,0,0,0,0,0,0,88,9,0,0,136,0,0,0,137,0,0,0,111,0,0,0,81,0,0,0,82,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,83,0,0,0,39,0,0,0,40,0,0,0,0,0,0,0,120,9,0,0,138,0,0,0,139,0,0,0,111,0,0,0,3,0,0,0,4,0,0,0,0,0,0,0,160,9,0,0,140,0,0,0,141,0,0,0,111,0,0,0,5,0,0,0,6,0,0,0,0,0,0,0,200,9,0,0,142,0,0,0,143,0,0,0,111,0,0,0,1,0,0,0,37,0,0,0,0,0,0,0,240,9,0,0,144,0,0,0,145,0,0,0,111,0,0,0,2,0,0,0,38,0,0,0,0,0,0,0,24,10,0,0,146,0,0,0,147,0,0,0,111,0,0,0,16,0,0,0,5,0,0,0,41,0,0,0,0,0,0,0,64,10,0,0,148,
+0,0,0,149,0,0,0,111,0,0,0,17,0,0,0,6,0,0,0,42,0,0,0,0,0,0,0,152,10,0,0,150,0,0,0,151,0,0,0,111,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,84,0,0,0,85,0,0,0,12,0,0,0,86,0,0,0,0,0,0,0,96,10,0,0,150,0,0,0,152,0,0,0,111,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,84,0,0,0,85,0,0,0,12,0,0,0,86,0,0,0,0,0,0,0,200,10,0,0,153,0,0,0,154,0,0,0,111,0,0,0,5,0,0,0,6,0,0,0,13,0,0,0,87,0,0,0,88,0,0,0,14,0,0,0,89,0,0,0,0,0,0,0,8,11,0,0,155,0,0,0,156,0,0,0,111,0,0,0,0,0,0,0,24,11,0,0,157,0,0,0,158,0,0,0,111,0,0,0,16,0,0,0,18,0,0,0,17,0,0,
+0,19,0,0,0,18,0,0,0,1,0,0,0,20,0,0,0,15,0,0,0,0,0,0,0,96,11,0,0,159,0,0,0,160,0,0,0,111,0,0,0,90,0,0,0,91,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,0,0,0,0,112,11,0,0,161,0,0,0,162,0,0,0,111,0,0,0,92,0,0,0,93,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,0,0,0,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,48,7,0,0,150,0,0,0,163,0,0,0,111,0,0,0,0,0,0,0,64,11,0,0,150,0,0,0,164,0,0,0,111,0,0,0,21,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,19,0,0,0,22,0,0,0,20,0,0,0,23,0,0,0,
+21,0,0,0,5,0,0,0,24,0,0,0,16,0,0,0,0,0,0,0,168,10,0,0,150,0,0,0,165,0,0,0,111,0,0,0,7,0,0,0,8,0,0,0,17,0,0,0,94,0,0,0,95,0,0,0,18,0,0,0,96,0,0,0,0,0,0,0,232,10,0,0,150,0,0,0,166,0,0,0,111,0,0,0,9,0,0,0,10,0,0,0,19,0,0,0,97,0,0,0,98,0,0,0,20,0,0,0,99,0,0,0,0,0,0,0,112,10,0,0,150,0,0,0,167,0,0,0,111,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,84,0,0,0,85,0,0,0,12,0,0,0,86,0,0,0,2,0,0,0,0,0,0,0,144,11,0,0,168,0,0,0,169,0,0,0,170,0,0,0,171,0,0,0,25,0,0,0,7,0,0,0,1,0,0,0,22,0,0,0,0,0,0,0,184,11,0,0,168,0,0,0,172,0,
+0,0,170,0,0,0,171,0,0,0,25,0,0,0,8,0,0,0,2,0,0,0,23,0,0,0,0,0,0,0,200,11,0,0,173,0,0,0,174,0,0,0,100,0,0,0,0,0,0,0,216,11,0,0,175,0,0,0,176,0,0,0,101,0,0,0,0,0,0,0,232,11,0,0,175,0,0,0,177,0,0,0,101,0,0,0,0,0,0,0,24,12,0,0,168,0,0,0,178,0,0,0,170,0,0,0,171,0,0,0,26,0,0,0,0,0,0,0,8,12,0,0,168,0,0,0,179,0,0,0,170,0,0,0,171,0,0,0,27,0,0,0,0,0,0,0,56,12,0,0,168,0,0,0,180,0,0,0,170,0,0,0,171,0,0,0,28,0,0,0,0,0,0,0,72,12,0,0,168,0,0,0,181,0,0,0,170,0,0,0,171,0,0,0,25,0,0,0,9,0,0,0,3,0,0,0,24,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,
+4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,105,115,116,114,105,110,103,46,104,0,73,83,116,114,105,110,103,0,33,119,97,115,109,58,58,84,104,114,101,97,100,80,111,111,108,58,58,105,115,82,117,110,110,105,110,103,40,41,0,115,101,
+116,0,97,32,60,61,32,115,116,100,58,58,110,117,109,101,114,105,99,95,108,105,109,105,116,115,60,97,100,100,114,101,115,115,95,116,62,58,58,109,97,120,40,41,0,115,114,99,47,119,97,115,109,46,104,0,65,100,100,114,101,115,115,0,100,117,109,112,105,110,103,32,0,32,58,32,0,46,10,0,32,41,0,105,110,100,101,120,32,60,32,117,115,101,100,69,108,101,109,101,110,116,115,0,101,120,112,101,99,116,101,100,32,109,111,114,101,32,101,108,101,109,101,110,116,115,32,105,110,32,108,105,115,116,0,78,52,119,97,115,109,
+49,52,80,97,114,115,101,69,120,99,101,112,116,105,111,110,69,0,101,120,112,101,99,116,101,100,32,108,105,115,116,0,33,105,115,76,105,115,116,95,0,115,114,99,47,119,97,115,109,45,115,45,112,97,114,115,101,114,46,104,0,99,95,115,116,114,0,115,116,97,99,107,46,115,105,122,101,40,41,0,112,97,114,115,101,0,115,116,97,99,107,32,105,115,32,110,111,116,32,101,109,112,116,121,0,101,120,112,101,99,116,101,100,32,115,116,114,105,110,103,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,54,
+52,0,103,101,116,102,54,52,0,109,111,100,117,108,101,91,48,93,45,62,115,116,114,40,41,32,61,61,32,77,79,68,85,76,69,0,83,69,120,112,114,101,115,115,105,111,110,87,97,115,109,66,117,105,108,100,101,114,0,115,116,114,0,119,114,105,116,101,32,62,61,32,100,97,116,97,46,100,97,116,97,40,41,0,115,116,114,105,110,103,84,111,66,105,110,97,114,121,0,97,99,116,117,97,108,32,60,61,32,100,97,116,97,46,115,105,122,101,40,41,0,117,110,102,97,109,105,108,105,97,114,32,115,101,99,116,105,111,110,58,32,0,112,111,
+115,32,43,32,110,97,109,101,83,105,122,101,32,45,32,49,32,60,32,105,110,112,117,116,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,98,105,110,97,114,121,46,104,0,114,101,97,100,0,112,111,115,32,61,61,32,98,101,102,111,114,101,32,43,32,115,101,99,116,105,111,110,83,105,122,101,0,61,61,32,114,101,97,100,72,101,97,100,101,114,0,115,117,114,112,114,105,115,105,110,103,32,118,97,108,117,101,0,60,61,61,0,103,101,116,73,110,116,51,50,58,32,0,32,61,61,62,0,103,101,116,73,110,116,49,54,58,32,0,
+117,110,101,120,112,101,99,116,101,100,32,101,110,100,32,111,102,32,105,110,112,117,116,0,103,101,116,73,110,116,56,58,32,0,32,40,97,116,32,0,103,101,116,85,51,50,76,69,66,58,32,0,115,116,100,58,58,105,115,95,115,105,103,110,101,100,60,84,62,58,58,118,97,108,117,101,32,38,38,32,108,97,115,116,32,38,38,32,34,100,114,111,112,112,101,100,32,98,105,116,115,32,111,110,108,121,32,118,97,108,105,100,32,102,111,114,32,115,105,103,110,101,100,32,76,69,66,34,0,115,105,122,101,95,116,40,115,104,105,102,116,
+41,32,60,32,115,105,122,101,111,102,40,84,41,32,42,32,56,32,38,38,32,34,76,69,66,32,111,118,101,114,102,108,111,119,34,0,78,83,116,51,95,95,50,49,55,98,97,100,95,102,117,110,99,116,105,111,110,95,99,97,108,108,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,
+114,73,83,52,95,69,69,70,104,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,104,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,0,112,111,115,32,43,32,115,101,99,116,105,111,110,83,105,122,101,32,60,61,32,105,110,112,117,116,46,115,105,122,101,40,41,0,61,61,32,114,101,97,100,83,116,97,114,116,0,61,61,32,114,101,97,100,
+77,101,109,111,114,121,0,61,61,32,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,58,32,0,114,101,97,100,32,111,110,101,0,102,111,114,109,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,84,121,112,101,70,111,114,109,115,58,58,66,97,115,105,99,0,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,32,112,97,114,97,109,115,58,32,0,110,117,109,82,101,115,117,108,116,115,32,61,61,32,49,0,61,61,32,114,101,97,100,73,109,112,111,114,116,115,0,105,109,112,111,
+114,116,36,0,105,110,100,101,120,32,60,32,119,97,115,109,46,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,73,109,112,111,114,116,115,0,99,117,114,114,45,62,102,117,110,99,116,105,111,110,84,121,112,101,45,62,110,97,109,101,46,105,115,40,41,0,105,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,103,101,116,70,117,110,99,116,105,111,110,84,121,112,101,0,103,101,116,73,110,108,105,110,101,83,116,114,105,110,103,58,32,
+0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,83,105,103,110,97,116,117,114,101,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,115,0,116,111,116,97,108,32,61,61,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,70,117,110,99,116,105,111,110,115,0,114,101,97,100,32,111,110,101,32,97,116,32,0,115,105,122,101,32,62,32,48,0,114,101,97,100,105,110,103,0,112,114,111,99,101,115,115,105,110,103,32,102,117,110,99,116,105,111,110,58,32,0,98,
+114,101,97,107,83,116,97,99,107,46,101,109,112,116,121,40,41,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,101,109,112,116,121,40,41,0,100,101,112,116,104,32,61,61,32,48,0,112,111,115,32,61,61,32,101,110,100,79,102,70,117,110,99,116,105,111,110,0,118,97,114,36,0,122,122,32,114,101,99,117,114,115,101,32,105,110,116,111,32,0,32,97,116,32,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,32,115,101,101,105,110,103,32,0,98,97,100,32,99,111,100,101,32,48,120,0,122,122,32,114,101,
+99,117,114,115,101,32,102,114,111,109,32,0,122,122,32,110,111,100,101,58,32,66,108,111,99,107,0,101,110,100,32,62,61,32,115,116,97,114,116,0,118,105,115,105,116,66,108,111,99,107,0,10,32,122,122,32,66,108,111,99,107,32,101,108,101,109,101,110,116,32,0,108,97,98,101,108,36,0,112,111,115,32,62,32,48,0,117,110,103,101,116,73,110,116,56,0,117,110,103,101,116,73,110,116,56,32,40,97,116,32,0,105,110,116,40,95,105,100,41,32,61,61,32,105,110,116,40,84,58,58,83,112,101,99,105,102,105,99,73,100,41,0,99,97,
+115,116,0,122,122,32,110,111,100,101,58,32,73,102,0,108,97,115,116,83,101,112,97,114,97,116,111,114,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,69,110,100,0,118,105,115,105,116,73,102,0,105,102,84,114,117,101,0,102,105,110,97,108,105,122,101,0,122,122,32,110,111,100,101,58,32,76,111,111,112,0,122,122,32,110,111,100,101,58,32,66,114,101,97,107,0,97,114,105,116,121,32,61,61,32,48,32,124,124,32,97,114,105,116,121,32,61,61,32,49,0,118,105,115,105,116,66,114,101,97,107,0,98,114,101,
+97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,45,32,49,32,45,32,111,102,102,115,101,116,32,60,32,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,0,103,101,116,66,114,101,97,107,78,97,109,101,0,122,122,32,110,111,100,101,58,32,83,119,105,116,99,104,0,118,105,115,105,116,83,119,105,116,99,104,0,122,122,32,110,111,100,101,58,32,67,97,108,108,0,105,110,100,101,120,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,118,105,115,105,116,67,97,108,108,
+0,110,117,109,32,61,61,32,97,114,105,116,121,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,0,118,105,115,105,116,67,97,108,108,73,109,112,111,114,116,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,32,0,32,119,105,116,104,32,116,121,112,101,32,0,32,97,110,100,32,0,32,112,97,114,97,109,115,10,0,105,32,60,32,105,109,112,111,114,116,115,46,115,105,122,101,40,41,0,103,101,116,73,109,112,111,114,116,0,110,97,109,101,46,115,116,114,0,122,122,32,110,111,
+100,101,58,32,67,97,108,108,73,110,100,105,114,101,99,116,0,118,105,115,105,116,67,97,108,108,73,110,100,105,114,101,99,116,0,122,122,32,110,111,100,101,58,32,71,101,116,76,111,99,97,108,32,0,99,117,114,114,45,62,105,110,100,101,120,32,60,32,99,117,114,114,70,117,110,99,116,105,111,110,45,62,103,101,116,78,117,109,76,111,99,97,108,115,40,41,0,122,122,32,110,111,100,101,58,32,83,101,116,124,84,101,101,76,111,99,97,108,0,118,105,115,105,116,83,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,58,
+32,71,101,116,71,108,111,98,97,108,32,0,98,97,100,32,103,101,116,95,103,108,111,98,97,108,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,99,111,117,110,116,40,105,110,100,101,120,41,0,103,101,116,71,108,111,98,97,108,78,97,109,101,0,122,122,32,110,111,100,101,58,32,83,101,116,71,108,111,98,97,108,0,122,122,32,110,111,100,101,58,32,83,101,108,101,99,116,0,105,102,84,114,117,101,32,38,38,32,105,102,70,97,108,115,101,0,122,122,32,110,111,100,101,58,32,82,101,116,117,114,110,0,118,105,115,105,116,
+82,101,116,117,114,110,0,122,122,32,110,111,100,101,58,32,78,111,112,0,122,122,32,110,111,100,101,58,32,85,110,114,101,97,99,104,97,98,108,101,0,122,122,32,110,111,100,101,58,32,68,114,111,112,0,122,122,32,110,111,100,101,58,32,66,105,110,97,114,121,0,108,101,102,116,32,38,38,32,114,105,103,104,116,0,122,122,32,110,111,100,101,58,32,85,110,97,114,121,0,122,122,32,110,111,100,101,58,32,67,111,110,115,116,0,118,97,108,117,101,32,60,32,48,32,38,38,32,34,115,105,103,110,45,101,120,116,101,110,100,32,
+115,104,111,117,108,100,32,112,114,111,100,117,99,101,115,32,97,32,110,101,103,97,116,105,118,101,32,118,97,108,117,101,34,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,
+116,105,111,110,54,95,95,98,97,115,101,73,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,85,54,52,76,69,66,58,32,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,
+78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,70,108,111,97,116,51,50,58,32,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,51,50,0,114,101,105,110,116,101,114,112,114,101,116,102,51,50,0,103,101,116,70,108,111,97,116,54,52,58,32,0,103,101,116,73,110,116,54,52,58,32,0,116,121,
+112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,54,52,0,114,101,105,110,116,101,114,112,114,101,116,102,54,52,0,122,122,32,110,111,100,101,58,32,76,111,97,100,0,122,122,32,110,111,100,101,58,32,83,116,111,114,101,0,118,97,108,117,101,84,121,112,101,32,33,61,32,110,111,110,101,0,122,122,32,110,111,100,101,58,32,72,111,115,116,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,112,111,112,69,120,112,114,101,115,115,105,111,110,0,61,61,32,114,
+101,97,100,69,120,112,111,114,116,115,0,61,61,32,114,101,97,100,71,108,111,98,97,108,115,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,49,0,61,61,32,114,101,97,100,68,97,116,97,83,101,103,109,101,110,116,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,84,97,98,108,101,0,61,61,32,114,101,97,100,78,97,109,101,115,0,110,117,109,32,61,61,32,102,117,110,99,116,105,111,110,115,46,115,105,
+122,101,40,41,0,114,101,97,100,78,97,109,101,115,0,110,117,109,76,111,99,97,108,115,32,61,61,32,48,0,105,110,118,97,108,105,100,32,114,101,115,117,108,116,32,97,114,105,116,121,0,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,0,102,117,110,99,46,105,115,76,105,115,116,40,41,0,112,97,114,115,101,84,121,112,101,0,102,117,110,99,116,105,111,110,84,121,112,101,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,110,111,32,110,97,109,101,32,102,111,114,32,105,109,112,111,114,116,
+0,98,97,100,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,105,109,112,111,114,116,32,101,108,101,109,101,110,116,0,114,101,115,117,108,116,91,48,93,45,62,115,116,114,40,41,32,61,61,32,82,69,83,85,76,84,0,112,97,114,115,101,73,109,112,111,114,116,0,98,97,100,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,32,0,117,110,107,110,111,119,110,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,0,98,97,100,32,102,117,110,99,
+32,100,101,99,108,97,114,97,116,105,111,110,0,110,111,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,91,105,110,116,101,114,110,97,108,32,101,114,114,111,114,63,93,0,105,110,118,97,108,105,100,32,110,111,100,101,32,102,111,114,32,112,97,114,115,101,69,120,112,114,101,115,115,105,111,110,44,32,110,101,101,100,101,100,32,108,105,115,116,0,97,98,111,114,116,95,111,110,32,0,98,97,100,32,116,121,112,101,32,102,111,114,32,0,58,32,0,32,118,115,32,118,97,108,117,101,32,116,121,112,101,32,0,119,97,
+107,97,32,0,103,101,116,95,108,111,99,97,108,0,115,101,116,95,108,111,99,97,108,0,103,101,116,95,103,108,111,98,97,108,0,115,101,116,95,103,108,111,98,97,108,0,108,111,97,100,0,115,116,111,114,101,0,117,110,97,114,121,0,104,111,115,116,0,110,111,110,101,0,105,51,50,0,105,54,52,0,102,51,50,0,102,54,52,0,98,97,100,32,99,111,110,115,116,0,109,111,100,105,102,105,101,114,32,63,32,112,111,115,105,116,105,118,101,91,52,93,32,61,61,32,39,48,39,32,38,38,32,112,111,115,105,116,105,118,101,91,53,93,32,61,61,
+32,39,120,39,32,58,32,49,0,115,114,99,47,112,97,114,115,105,110,103,46,104,0,112,97,114,115,101,67,111,110,115,116,0,114,101,116,45,62,118,97,108,117,101,46,116,121,112,101,32,61,61,32,116,121,112,101,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,
+110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,99,97,115,116,84,111,70,51,50,0,99,97,115,116,84,111,70,54,52,0,101,120,116,114,97,91,49,93,32,61,61,32,39,54,39,0,109,97,107,101,76,111,97,100,0,101,120,116,114,97,91,49,93,32,61,61,32,39,50,39,0,101,113,0,98,97,100,32,111,102,102,115,101,116,0,98,97,100,32,108,111,97,100,32,97,116,116,114,105,98,117,116,101,0,109,97,107,101,83,116,111,114,101,
+0,98,97,100,32,115,116,111,114,101,32,97,116,116,114,105,98,117,116,101,0,108,97,98,101,108,83,116,97,99,107,46,98,97,99,107,40,41,32,61,61,32,99,117,114,114,45,62,110,97,109,101,0,109,97,107,101,66,108,111,99,107,0,105,110,118,97,108,105,100,32,108,97,98,101,108,0,105,109,112,111,114,116,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,105,110,118,97,108,105,100,32,99,97,108,108,95,105,110,100,105,114,101,99,116,32,116,121,112,101,0,108,111,99,97,108,32,97,99,99,101,115,115,32,105,110,
+32,110,111,110,45,102,117,110,99,116,105,111,110,32,115,99,111,112,101,0,98,97,100,32,108,111,99,97,108,32,110,97,109,101,0,98,97,100,32,108,111,99,97,108,32,105,110,100,101,120,0,108,111,99,97,108,73,110,100,105,99,101,115,46,99,111,117,110,116,40,110,97,109,101,41,32,62,32,48,0,103,101,116,76,111,99,97,108,73,110,100,101,120,0,98,97,100,32,103,101,116,95,103,108,111,98,97,108,32,110,97,109,101],"i8",4,m.qa+7656);H([0,105,102,45,116,114,117,101,0,105,102,45,101,108,115,101,0,108,111,111,112,45,105,
+110,0,105,110,110,101,114,46,115,105,122,101,40,41,32,62,32,48,32,63,32,105,110,110,101,114,91,48,93,45,62,115,116,114,40,41,32,33,61,32,73,77,80,79,82,84,32,58,32,116,114,117,101,0,112,97,114,115,101,77,101,109,111,114,121,0,116,111,116,97,108,32,109,101,109,111,114,121,32,109,117,115,116,32,98,101,32,60,61,32,52,71,66,0,100,97,116,97,32,98,117,116,32,110,111,32,109,101,109,111,114,121,0,109,101,109,111,114,121,32,101,120,112,111,114,116,101,100,32,98,117,116,32,110,111,32,109,101,109,111,114,121,
+0,105,32,61,61,32,115,46,115,105,122,101,40,41,0,112,97,114,115,101,71,108,111,98,97,108,0,101,108,101,109,32,119,105,116,104,111,117,116,32,116,97,98,108,101,0,78,52,119,97,115,109,52,80,97,115,115,69,0,78,52,119,97,115,109,50,50,83,104,101,108,108,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,69,0,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,49,55,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,69,0,111,102,102,115,101,116,32,43,
+32,115,101,103,109,101,110,116,46,100,97,116,97,46,115,105,122,101,40,41,32,60,61,32,119,97,115,109,46,109,101,109,111,114,121,46,105,110,105,116,105,97,108,32,42,32,119,97,115,109,58,58,77,101,109,111,114,121,58,58,107,80,97,103,101,83,105,122,101,0,115,114,99,47,115,104,101,108,108,45,105,110,116,101,114,102,97,99,101,46,104,0,105,110,105,116,0,111,102,102,115,101,116,32,43,32,115,101,103,109,101,110,116,46,100,97,116,97,46,115,105,122,101,40,41,32,60,61,32,119,97,115,109,46,116,97,98,108,101,46,
+105,110,105,116,105,97,108,0,78,52,119,97,115,109,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,
+82,117,110,110,101,114,69,78,83,95,52,70,108,111,119,69,69,69,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,51,50,0,103,101,116,102,51,50,0,101,120,116,101,110,100,84,111,83,73,54,52,0,101,120,116,101,110,100,84,111,85,73,54,52,0,116,114,117,110,99,97,116,101,84,111,73,51,50,0,116,114,117,110,99,83,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,83,70,108,111,
+97,116,32,111,118,101,114,102,108,111,119,0,114,101,105,110,116,101,114,112,114,101,116,105,51,50,0,116,114,117,110,99,85,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,99,97,115,116,84,111,73,51,50,0,101,120,116,101,110,100,84,111,70,54,52,0,99,97,115,116,84,111,73,54,52,0,114,101,105,110,116,101,114,112,114,101,116,105,
+54,52,0,116,114,117,110,99,97,116,101,84,111,70,51,50,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,41,32,63,32,108,101,102,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,115,114,99,47,119,97,115,109,45,105,110,116,101,114,112,114,101,116,101,114,46,104,0,118,105,115,105,116,66,105,110,97,114,121,0,105,115,67,111,110,99,114,101,116,101,87,97,
+115,109,84,121,112,101,40,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,41,32,63,32,114,105,103,104,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,105,51,50,46,100,105,118,95,115,32,98,121,32,48,0,105,51,50,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,51,50,46,100,105,118,95,117,32,98,121,32,48,0,105,51,50,46,114,101,109,95,115,32,98,121,32,48,0,105,51,50,46,114,101,109,95,117,32,98,121,
+32,48,0,105,54,52,46,100,105,118,95,115,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,54,52,46,100,105,118,95,117,32,98,121,32,48,0,105,54,52,46,114,101,109,95,115,32,98,121,32,48,0,105,54,52,46,114,101,109,95,117,32,98,121,32,48,0,115,116,100,58,58,105,115,110,97,110,40,102,41,32,38,38,32,34,101,120,112,101,99,116,101,100,32,97,32,78,97,78,34,0,115,101,116,81,117,105,101,116,78,97,78,0,103,101,116,105,51,50,0,101,120,105,116,40,41,10,0,78,52,119,97,115,
+109,49,51,69,120,105,116,69,120,99,101,112,116,105,111,110,69,0,99,97,108,108,73,109,112,111,114,116,32,0,46,99,111,110,115,116,32,0,58,48,120,0,78,97,78,80,97,121,108,111,97,100,0,45,48,0,37,108,102,0,100,32,62,61,32,48,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,115,105,109,112,108,101,95,97,115,116,46,104,0,110,117,109,84,111,83,116,114,105,110,103,0,37,108,108,117,0,37,101,0,37,46,48,102,0,110,117,109,32,60,32,49,48,48,48,0,99,97,108,108,84,
+97,98,108,101,32,111,118,101,114,102,108,111,119,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,35,32,111,102,32,97,114,103,117,109,101,110,116,115,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,97,114,103,117,109,101,110,116,32,116,121,112,101,0,102,117,110,99,116,105,111,110,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,70,117,110,99,116,105,111,110,0,115,116,97,99,107,32,108,105,109,105,116,0,99,97,108,108,70,117,110,99,116,105,111,110,
+73,110,116,101,114,110,97,108,0,33,102,108,111,119,46,98,114,101,97,107,105,110,103,40,41,32,124,124,32,102,108,111,119,46,98,114,101,97,107,84,111,32,61,61,32,82,69,84,85,82,78,95,70,76,79,87,0,102,117,110,99,116,105,111,110,45,62,114,101,115,117,108,116,32,61,61,32,114,101,116,46,116,121,112,101,0,70,117,110,99,116,105,111,110,32,96,0,96,32,101,120,112,101,99,116,115,32,0,32,112,97,114,97,109,101,116,101,114,115,44,32,103,111,116,32,0,32,97,114,103,117,109,101,110,116,115,46,0,102,117,110,99,116,
+105,111,110,45,62,105,115,80,97,114,97,109,40,105,41,0,70,117,110,99,116,105,111,110,83,99,111,112,101,0,96,32,101,120,112,101,99,116,115,32,116,121,112,101,32,0,32,102,111,114,32,112,97,114,97,109,101,116,101,114,32,0,44,32,103,111,116,32,0,102,117,110,99,116,105,111,110,45,62,105,115,86,97,114,40,105,41,0,90,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,
+55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,51,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,
+111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,
+48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,78,83,95,52,70,108,111,119,69,69,69,0,99,117,114,114,45,62,105,115,84,101,101,40,41,32,63,32,102,
+108,111,119,46,118,97,108,117,101,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,116,121,112,101,32,58,32,116,114,117,101,0,111,102,102,115,101,116,32,62,32,109,101,109,111,114,121,0,102,105,110,97,108,32,62,32,109,101,109,111,114,121,0,98,121,116,101,115,32,62,32,109,101,109,111,114,121,0,104,105,103,104,101,115,116,32,62,32,109,101,109,111,114,121,0,103,101,116,105,54,52,0,32,62,32,0,78,83,116,51,95,95,50,49,56,98,97,115,105,99,95,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,
+95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,91,116,114,97,112,32,0,93,10,0,78,52,119,97,115,109,49,51,84,114,97,112,69,120,99,101,112,116,105,111,110,69,0,61,61,32,119,114,105,116,101,72,101,97,100,101,114,0,119,114,105,116,101,73,110,116,51,50,58,32,0,61,61,32,119,114,105,116,101,83,105,103,110,97,116,117,114,101,115,0,119,114,105,116,101,32,111,110,101,0,119,114,105,116,101,85,51,50,76,69,66,58,32,0,119,114,105,116,
+101,73,110,116,56,58,32,0,98,97,99,107,112,97,116,99,104,85,51,50,76,69,66,58,32,0,61,61,32,119,114,105,116,101,73,109,112,111,114,116,115,0,61,61,32,119,114,105,116,101,70,117,110,99,116,105,111,110,83,105,103,110,97,116,117,114,101,115,0,61,61,32,119,114,105,116,101,70,117,110,99,116,105,111,110,84,97,98,108,101,0,119,114,105,116,101,69,120,112,114,101,115,115,105,111,110,0,98,97,100,32,98,114,101,97,107,58,32,0,109,97,112,112,101,100,73,109,112,111,114,116,115,46,99,111,117,110,116,40,119,97,115,
+109,45,62,105,109,112,111,114,116,115,91,105,93,45,62,110,97,109,101,41,32,61,61,32,48,0,103,101,116,73,109,112,111,114,116,73,110,100,101,120,0,109,97,112,112,101,100,73,109,112,111,114,116,115,46,99,111,117,110,116,40,110,97,109,101,41,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,99,111,117,110,116,40,105,109,112,111,114,116,45,62,110,97,109,101,41,32,61,61,32,48,0,103,101,116,71,108,111,98,97,108,73,110,100,101,120,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,99,111,117,110,116,
+40,119,97,115,109,45,62,103,108,111,98,97,108,115,91,105,93,45,62,110,97,109,101,41,32,61,61,32,48,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,99,111,117,110,116,40,110,97,109,101,41,0,122,122,32,99,111,110,115,116,32,110,111,100,101,32,100,111,110,101,46,10,0,119,114,105,116,101,83,51,50,76,69,66,58,32,0,119,114,105,116,101,83,54,52,76,69,66,58,32,0,119,114,105,116,101,70,108,111,97,116,51,50,58,32,0,119,114,105,116,101,70,108,111,97,116,54,52,58,32,0,119,114,105,116,101,73,110,116,54,52,
+58,32,0,109,97,112,112,101,100,70,117,110,99,116,105,111,110,115,46,99,111,117,110,116,40,119,97,115,109,45,62,102,117,110,99,116,105,111,110,115,91,105,93,45,62,110,97,109,101,41,32,61,61,32,48,0,103,101,116,70,117,110,99,116,105,111,110,73,110,100,101,120,0,109,97,112,112,101,100,70,117,110,99,116,105,111,110,115,46,99,111,117,110,116,40,110,97,109,101,41,0,61,61,32,119,114,105,116,101,77,101,109,111,114,121,0,61,61,32,119,114,105,116,101,103,108,111,98,97,108,115,0,61,61,32,119,114,105,116,101,
+101,120,112,111,114,116,115,0,61,61,32,119,114,105,116,101,83,116,97,114,116,0,61,61,32,119,114,105,116,101,70,117,110,99,116,105,111,110,115,0,119,114,105,116,101,32,111,110,101,32,97,116,0,119,114,105,116,105,110,103,0,98,111,100,121,32,115,105,122,101,58,32,0,44,32,119,114,105,116,105,110,103,32,97,116,32,0,44,32,110,101,120,116,32,115,116,97,114,116,115,32,97,116,32,0,105,32,60,32,102,117,110,99,116,105,111,110,115,46,115,105,122,101,40,41,0,61,61,32,119,114,105,116,101,78,97,109,101,115,0,102,
+105,110,105,115,104,85,112,0,119,114,105,116,105,110,103,32,98,117,102,102,101,114,0,32,97,110,100,32,112,111,105,110,116,101,114,32,105,115,32,97,116,32,0,98,97,99,107,112,97,116,99,104,73,110,116,51,50,58,32,0,99,97,108,108,69,120,112,111,114,116,32,110,111,116,32,102,111,117,110,100,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,0,99,111,97,108,101,115,99,101,45,108,111,
+99,97,108,115,45,108,101,97,114,110,105,110,103,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,32,97,110,100,32,108,101,97,114,110,105,110,103,0,100,99,101,0,114,101,109,111,118,101,115,32,117,110,114,101,97,99,104,97,98,108,101,32,99,111,100,101,0,100,117,112,108,105,99,97,116,101,45,102,117,110,99,116,105,111,110,45,101,108,105,109,105,110,97,116,105,111,110,0,114,101,109,111,118,101,115,32,100,117,112,108,105,99,97,116,101,32,
+102,117,110,99,116,105,111,110,115,0,109,101,114,103,101,45,98,108,111,99,107,115,0,109,101,114,103,101,115,32,98,108,111,99,107,115,32,116,111,32,116,104,101,105,114,32,112,97,114,101,110,116,115,0,109,101,116,114,105,99,115,0,114,101,112,111,114,116,115,32,109,101,116,114,105,99,115,0,110,109,0,110,97,109,101,32,108,105,115,116,0,110,97,109,101,45,109,97,110,97,103,101,114,0,117,116,105,108,105,116,121,32,112,97,115,115,32,116,111,32,109,97,110,97,103,101,32,110,97,109,101,115,32,105,110,32,109,
+111,100,117,108,101,115,0,111,112,116,105,109,105,122,101,45,105,110,115,116,114,117,99,116,105,111,110,115,0,111,112,116,105,109,105,122,101,115,32,105,110,115,116,114,117,99,116,105,111,110,32,99,111,109,98,105,110,97,116,105,111,110,115,0,112,111,115,116,45,101,109,115,99,114,105,112,116,101,110,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,111,112,116,105,109,105,122,97,116,105,111,110,115,32,102,111,114,32,69,109,115,99,114,105,112,116,101,110,45,103,101,110,101,114,97,116,101,100,32,
+99,111,100,101,0,112,114,105,110,116,32,105,110,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,109,105,110,105,102,105,101,100,0,112,114,105,110,116,32,105,110,32,109,105,110,105,102,105,101,100,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,102,117,108,108,0,112,114,105,110,116,32,105,110,32,102,117,108,108,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,114,101,
+109,111,118,101,45,105,109,112,111,114,116,115,0,114,101,109,111,118,101,115,32,105,109,112,111,114,116,115,32,97,110,100,32,114,101,112,108,97,99,101,115,32,116,104,101,109,32,119,105,116,104,32,110,111,112,115,0,114,101,109,111,118,101,45,109,101,109,111,114,121,0,114,101,109,111,118,101,115,32,109,101,109,111,114,121,32,115,101,103,109,101,110,116,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,98,114,115,0,114,101,109,111,118,101,115,32,98,114,101,97,107,115,32,102,114,111,109,32,
+108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,111,116,32,110,101,101,100,101,100,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,115,32,117,110,117,115,101,100,32,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,110,97,109,101,115,0,114,101,109,111,118,101,115,32,110,97,109,101,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,
+114,101,32,110,101,118,101,114,32,98,114,97,110,99,104,101,100,32,116,111,0,114,101,111,114,100,101,114,45,102,117,110,99,116,105,111,110,115,0,115,111,114,116,115,32,102,117,110,99,116,105,111,110,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,114,101,111,114,100,101,114,45,108,111,99,97,108,115,0,115,111,114,116,115,32,108,111,99,97,108,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,115,105,109,112,108,105,102,121,45,108,111,99,97,108,
+115,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,108,111,99,97,108,115,45,114,101,108,97,116,101,100,32,111,112,116,105,109,105,122,97,116,105,111,110,115,0,118,97,99,117,117,109,0,114,101,109,111,118,101,115,32,111,98,118,105,111,117,115,108,121,32,117,110,110,101,101,100,101,100,32,99,111,100,101,0,112,114,101,99,111,109,112,117,116,101,0,99,111,109,112,117,116,101,115,32,99,111,109,112,105,108,101,45,116,105,109,101,32,101,118,97,108,117,97,116,97,98,108,101,32,101,120,112,114,101,115,
+115,105,111,110,115,0,112,97,115,115,73,110,102,111,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,112,97,115,115,73,110,102,111,115,46,101,110,100,40,41,0,115,114,99,47,112,97,115,115,101,115,47,112,97,115,115,46,99,112,112,0,114,101,103,105,115,116,101,114,80,97,115,115,0,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,80,70,80,78,
+52,119,97,115,109,52,80,97,115,115,69,118,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,83,53,95,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,69,69,0,91,80,97,115,115,82,117,110,110,101,114,93,32,114,117,110,110,105,110,103,32,112,97,115,115,101,115,46,46,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,112,97,115,115,101,115,32,116,111,111,107,32,0,32,115,101,99,111,110,
+100,115,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,32,32,114,117,110,110,105,110,103,32,112,97,115,115,58,32,0,46,46,46,32,0,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,69,95,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,
+69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,70,78,83,50,95,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,78,52,119,97,115,109,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,111,117,116,101,114,45,62,108,105,115,116,46,98,97,99,107,40,41,32,61,61,32,99,117,114,114,0,115,114,99,47,112,97,115,115,101,115,
+47,77,101,114,103,101,66,108,111,99,107,115,46,99,112,112,0,111,112,116,105,109,105,122,101,0,117,115,101,100,69,108,101,109,101,110,116,115,32,62,32,48,0,115,114,99,47,109,105,120,101,100,95,97,114,101,110,97,46,104,0,112,111,112,95,98,97,99,107,0,98,97,99,107,0,78,52,119,97,115,109,49,49,77,101,114,103,101,66,108,111,99,107,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,
+99,107,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,
+111,114,73,78,83,95,49,49,77,101,114,103,101,66,108,111,99,107,115,69,118,69,69,0,102,117,110,99,32,0,40,116,121,112,101,32,0,112,97,114,97,109,32,0,114,101,115,117,108,116,32,0,108,111,99,97,108,32,0,93,32,0,117,110,114,101,97,99,104,97,98,108,101,0,110,111,112,0,112,97,103,101,115,105,122,101,0,99,117,114,114,101,110,116,95,109,101,109,111,114,121,0,103,114,111,119,95,109,101,109,111,114,121,0,104,97,115,102,101,97,116,117,114,101,32,0,100,114,111,112,0,115,101,108,101,99,116,0,105,51,50,46,97,
+100,100,0,105,51,50,46,115,117,98,0,105,51,50,46,109,117,108,0,105,51,50,46,100,105,118,95,115,0,105,51,50,46,100,105,118,95,117,0,105,51,50,46,114,101,109,95,115,0,105,51,50,46,114,101,109,95,117,0,105,51,50,46,97,110,100,0,105,51,50,46,111,114,0,105,51,50,46,120,111,114,0,105,51,50,46,115,104,108,0,105,51,50,46,115,104,114,95,117,0,105,51,50,46,115,104,114,95,115,0,105,51,50,46,114,111,116,108,0,105,51,50,46,114,111,116,114,0,105,51,50,46,101,113,0,105,51,50,46,110,101,0,105,51,50,46,108,116,95,
+115,0,105,51,50,46,108,116,95,117,0,105,51,50,46,108,101,95,115,0,105,51,50,46,108,101,95,117,0,105,51,50,46,103,116,95,115,0,105,51,50,46,103,116,95,117,0,105,51,50,46,103,101,95,115,0,105,51,50,46,103,101,95,117,0,105,54,52,46,97,100,100,0,105,54,52,46,115,117,98,0,105,54,52,46,109,117,108,0,105,54,52,46,100,105,118,95,115,0,105,54,52,46,100,105,118,95,117,0,105,54,52,46,114,101,109,95,115,0,105,54,52,46,114,101,109,95,117,0,105,54,52,46,97,110,100,0,105,54,52,46,111,114,0,105,54,52,46,120,111,
+114,0,105,54,52,46,115,104,108,0,105,54,52,46,115,104,114,95,117,0,105,54,52,46,115,104,114,95,115,0,105,54,52,46,114,111,116,108,0,105,54,52,46,114,111,116,114,0,105,54,52,46,101,113,0,105,54,52,46,110,101,0,105,54,52,46,108,116,95,115,0,105,54,52,46,108,116,95,117,0,105,54,52,46,108,101,95,115,0,105,54,52,46,108,101,95,117,0,105,54,52,46,103,116,95,115,0,105,54,52,46,103,116,95,117,0,105,54,52,46,103,101,95,115,0,105,54,52,46,103,101,95,117,0,102,51,50,46,97,100,100,0,102,51,50,46,115,117,98,0,
+102,51,50,46,109,117,108,0,102,51,50,46,100,105,118,0,102,51,50,46,99,111,112,121,115,105,103,110,0,102,51,50,46,109,105,110,0,102,51,50,46,109,97,120,0,102,51,50,46,101,113,0,102,51,50,46,110,101,0,102,51,50,46,108,116,0,102,51,50,46,108,101,0,102,51,50,46,103,116,0,102,51,50,46,103,101,0,102,54,52,46,97,100,100,0,102,54,52,46,115,117,98,0,102,54,52,46,109,117,108,0,102,54,52,46,100,105,118,0,102,54,52,46,99,111,112,121,115,105,103,110,0,102,54,52,46,109,105,110,0,102,54,52,46,109,97,120,0,102,54,
+52,46,101,113,0,102,54,52,46,110,101,0,102,54,52,46,108,116,0,102,54,52,46,108,101,0,102,54,52,46,103,116,0,102,54,52,46,103,101,0,105,51,50,46,99,108,122,0,105,51,50,46,99,116,122,0,105,51,50,46,112,111,112,99,110,116,0,105,51,50,46,101,113,122,0,105,54,52,46,99,108,122,0,105,54,52,46,99,116,122,0,105,54,52,46,112,111,112,99,110,116,0,105,54,52,46,101,113,122,0,102,51,50,46,110,101,103,0,102,51,50,46,97,98,115,0,102,51,50,46,99,101,105,108,0,102,51,50,46,102,108,111,111,114,0,102,51,50,46,116,114,
+117,110,99,0,102,51,50,46,110,101,97,114,101,115,116,0,102,51,50,46,115,113,114,116,0,102,54,52,46,110,101,103,0,102,54,52,46,97,98,115,0,102,54,52,46,99,101,105,108,0,102,54,52,46,102,108,111,111,114,0,102,54,52,46,116,114,117,110,99,0,102,54,52,46,110,101,97,114,101,115,116,0,102,54,52,46,115,113,114,116,0,105,54,52,46,101,120,116,101,110,100,95,115,47,105,51,50,0,105,54,52,46,101,120,116,101,110,100,95,117,47,105,51,50,0,105,51,50,46,119,114,97,112,47,105,54,52,0,105,51,50,46,116,114,117,110,99,
+95,115,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,115,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,117,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,117,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,115,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,115,47,102,54,52,0,105,51,50,46,116,114,117,110,99,95,117,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,117,47,102,54,52,0,105,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,102,51,50,0,105,54,52,46,114,101,105,110,
+116,101,114,112,114,101,116,47,102,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,99,111,110,
+118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,112,114,111,109,111,116,101,47,102,51,50,0,102,51,50,46,100,101,109,111,116,101,47,102,54,52,0,102,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,105,51,50,0,102,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,105,54,52,0,46,115,116,111,114,101,0,49,54,0,51,50,0,32,111,102,102,115,101,116,61,0,32,97,108,105,103,110,61,0,46,108,111,97,100,0,95,115,0,95,117,0,115,101,116,95,103,108,111,98,97,108,32,0,103,101,116,95,103,108,111,98,97,
+108,32,0,116,101,101,95,108,111,99,97,108,32,0,115,101,116,95,108,111,99,97,108,32,0,103,101,116,95,108,111,99,97,108,32,0,99,97,108,108,95,105,110,100,105,114,101,99,116,32,0,99,97,108,108,95,105,109,112,111,114,116,32,0,99,97,108,108,32,0,98,114,95,116,97,98,108,101,0,98,114,95,105,102,32,0,98,114,32,0,108,111,111,112,0,32,97,110,121,102,117,110,99,41,10,0,101,108,101,109,32,0,103,108,111,98,97,108,32,0,101,120,112,111,114,116,32,0,41,41,0,105,109,112,111,114,116,32,0,40,116,97,98,108,101,32,0,
+40,109,101,109,111,114,121,32,0,40,103,108,111,98,97,108,32,0,40,102,117,110,99,0,41,10,0,100,97,116,97,32,0,32,34,0,34,41,10,0,92,110,0,92,48,100,0,92,116,0,92,48,99,0,92,48,56,0,92,92,0,92,34,0,92,39,0,32,32,0,10,0,66,73,78,65,82,89,69,78,95,80,82,73,78,84,95,70,85,76,76,0,78,52,119,97,115,109,55,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,53,77,105,110,105,102,105,101,100,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,49,70,117,108,108,80,114,105,110,116,101,114,69,0,40,110,
+117,108,108,32,101,120,112,114,101,115,115,105,111,110,41,0,105,102,83,116,97,99,107,46,101,109,112,116,121,40,41,0,115,114,99,47,112,97,115,115,101,115,47,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,46,99,112,112,0,90,78,52,119,97,115,109,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,0,78,52,119,97,115,109,49,
+48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,53,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,
+111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,
+69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,84,121,112,101,85,112,100,97,116,101,114,118,69,69,0,90,78,52,119,97,115,109,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,
+114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,
+116,105,102,105,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,53,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,
+107,101,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,49,52,100,111,87,97,108,107,70,117,110,99,116,105,111,
+110,69,80,78,83,95,56,70,117,110,99,116,105,111,110,69,69,49,49,83,101,108,101,99,116,105,102,105,101,114,118,69,69,0,115,101,108,102,45,62,105,102,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,118,105,115,105,116,65,110,121,0,78,52,119,97,115,109,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,
+100,66,114,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,
+119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,53,82,101,109,111,118,101,85,110,117,115,101,100,66,114,115,69,118,69,69,0,98,114,97,110,99,104,101,115,83,101,101,110,46,101,109,112,116,121,40,41,0,115,114,99,47,112,97,115,115,101,115,47,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,46,99,112,112,0,78,52,119,97,115,109,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,
+49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,55,82,101,109,111,118,
+101,85,110,117,115,101,100,78,97,109,101,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,55,82,101,109,111,118,101,85,110,117,115,101,100,78,97,109,101,115,69,118,69,69,0,97,100,100,45,62,116,121,112,101,32,61,61,32,105,51,50,0,115,114,99,47,112,97,115,115,101,115,47,80,111,115,116,69,109,115,99,114,105,112,116,101,110,46,99,112,112,0,118,105,115,105,116,77,101,109,111,114,121,79,112,0,78,52,119,97,115,109,
+49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,78,83,95,55,86,105,115,105,116,111,
+114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,80,111,115,116,69,109,115,99,114,105,112,116,101,110,69,118,69,69,0,115,101,116,45,62,105,115,84,101,101,40,41,0,115,114,99,47,112,97,115,115,101,115,47,83,105,109,112,108,105,102,121,76,111,99,97,108,115,46,99,
+112,112,0,33,115,101,116,45,62,105,115,84,101,101,40,41,0,118,105,115,105,116,71,101,116,76,111,99,97,108,0,33,99,117,114,114,45,62,99,97,115,116,60,73,102,62,40,41,45,62,105,102,70,97,108,115,101,0,100,111,78,111,116,101,78,111,110,76,105,110,101,97,114,0,33,98,114,101,97,107,115,91,48,93,46,98,114,45,62,118,97,108,117,101,0,111,112,116,105,109,105,122,101,66,108,111,99,107,82,101,116,117,114,110,0,33,98,114,101,97,107,115,91,106,93,46,98,114,45,62,118,97,108,117,101,0,40,42,99,117,114,114,112,41,
+45,62,99,97,115,116,60,73,102,62,40,41,45,62,105,102,70,97,108,115,101,0,100,111,78,111,116,101,73,102,69,108,115,101,67,111,110,100,105,116,105,111,110,0,100,111,78,111,116,101,73,102,69,108,115,101,84,114,117,101,0,105,102,102,45,62,105,102,70,97,108,115,101,0,100,111,78,111,116,101,73,102,69,108,115,101,70,97,108,115,101,0,111,112,116,105,109,105,122,101,73,102,82,101,116,117,114,110,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,98,97,99,107,40,41,32,61,61,32,105,102,102,0,105,
+102,84,114,117,101,66,108,111,99,107,45,62,116,121,112,101,32,33,61,32,110,111,110,101,0,105,102,102,45,62,116,121,112,101,32,33,61,32,110,111,110,101,0,98,108,111,99,107,45,62,108,105,115,116,46,98,97,99,107,40,41,32,61,61,32,97,98,111,118,101,0,115,114,99,47,97,115,116,95,117,116,105,108,115,46,104,0,105,115,82,101,115,117,108,116,85,115,101,100,0,97,98,111,118,101,32,61,61,32,105,102,102,45,62,105,102,84,114,117,101,32,124,124,32,97,98,111,118,101,32,61,61,32,105,102,102,45,62,105,102,70,97,108,
+115,101,0,33,112,114,101,118,105,111,117,115,45,62,105,115,84,101,101,40,41,0,118,105,115,105,116,80,111,115,116,0,115,101,108,102,45,62,115,105,110,107,97,98,108,101,115,46,99,111,117,110,116,40,105,110,100,101,120,41,32,61,61,32,48,0,99,117,114,114,0,118,105,115,105,116,0,78,52,119,97,115,109,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,50,49,76,105,110,101,97,114,69,120,101,99,117,116,105,111,110,87,97,
+108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,50,49,76,105,110,101,97,114,69,120,101,99,117,116,105,111,110,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,
+112,108,105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,83,105,109,112,108,105,102,121,76,111,99,97,108,115,69,118,69,69,0,110,101,119,84,111,79,108,100,91,105,93,32,60,32,99,117,114,114,
+45,62,112,97,114,97,109,115,46,115,105,122,101,40,41,0,115,114,99,47,112,97,115,115,101,115,47,82,101,111,114,100,101,114,76,111,99,97,108,115,46,99,112,112,0,118,105,115,105,116,70,117,110,99,116,105,111,110,0,78,52,119,97,115,109,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,78,83,95,55,86,105,115,
+105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76],"i8",4,m.qa+17896);H([111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,
+111,114,73,78,83,95,49,51,82,101,111,114,100,101,114,76,111,99,97,108,115,69,118,69,69,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,105,102,102,45,62,105,102,70,97,108,115,101,45,62,116,121,112,101,41,0,115,114,99,47,112,97,115,115,101,115,47,86,97,99,117,117,109,46,99,112,112,0,118,105,115,105,116,68,114,111,112,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,105,102,102,45,62,105,102,84,114,117,101,45,62,116,121,112,101,41,0,78,52,119,97,115,109,
+54,86,97,99,117,117,109,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,50,49,69,120,112,114,101,115,115,105,111,110,83,116,97,99,107,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,50,49,69,120,112,114,101,115,115,105,111,110,83,116,97,99,107,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,
+69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,54,86,97,99,117,117,109,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,54,86,97,99,117,117,109,69,118,69,69,0,78,52,119,97,115,109,49,54,70,117,110,99,116,105,111,110,82,
+101,112,108,97,99,101,114,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,
+69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,54,70,117,110,99,116,105,111,110,82,101,112,108,97,99,101,114,69,118,69,69,0,100,105,103,101,115,116,32,61,61,32,48,0,115,114,99,47,112,97,115,115,101,115,47,68,117,112,108,105,99,97,116,101,70,117,110,99,116,105,111,110,69,108,
+105,109,105,110,97,116,105,111,110,46,99,112,112,0,109,97,112,58,58,97,116,58,32,32,107,101,121,32,110,111,116,32,102,111,117,110,100,0,78,52,119,97,115,109,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,
+109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,70,117,110,99,116,105,111,110,72,97,115,104,101,114,69,
+118,69,69,0,78,52,119,97,115,109,50,56,68,117,112,108,105,99,97,116,101,70,117,110,99,116,105,111,110,69,108,105,109,105,110,97,116,105,111,110,69,0,111,114,100,101,114,91,105,93,32,61,61,32,105,0,115,114,99,47,112,97,115,115,101,115,47,67,111,97,108,101,115,99,101,76,111,99,97,108,115,46,99,112,112,0,112,105,99,107,73,110,100,105,99,101,115,70,114,111,109,79,114,100,101,114,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,57,67,70,71,87,97,108,107,101,114,73,78,83,95,
+49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,78,83,95,56,76,105,118,101,110,101,115,115,69,69,69,69,69,0,78,52,119,97,115,109,57,67,70,71,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,78,83,95,56,76,105,118,101,110,101,115,115,69,69,69,0,78,52,119,97,115,109,49,55,67,111,110,116,114,111,108,70,108,111,119,87,97,108,107,
+101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,78,83,95,55,86,105,115,105,116,111,
+114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,118,69,69,0,105,110,100,105,99,101,115,46,115,105,122,101,40,41,32,61,61,32,110,117,109,76,111,99,97,108,115,0,97,112,112,108,121,73,110,100,105,99,101,115,0,108,111,119,32,60,32,104,105,103,104,0,105,110,116,101,114,102,101,114,101,76,111,119,72,105,103,104,0,99,117,114,114,45,62,99,111,110,116,101,110,116,115,46,101,110,100,46,115,105,122,101,
+40,41,32,60,32,108,105,118,101,46,115,105,122,101,40,41,0,102,108,111,119,76,105,118,101,110,101,115,115,0,99,117,114,114,45,62,99,111,110,116,101,110,116,115,46,115,116,97,114,116,46,115,105,122,101,40,41,32,60,32,108,105,118,101,46,115,105,122,101,40,41,0,98,114,97,110,99,104,101,115,46,115,105,122,101,40,41,32,61,61,32,48,0,115,114,99,47,99,102,103,47,99,102,103,45,116,114,97,118,101,114,115,97,108,46,104,0,100,111,87,97,108,107,70,117,110,99,116,105,111,110,0,105,102,83,116,97,99,107,46,115,105,
+122,101,40,41,32,61,61,32,48,0,108,111,111,112,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,33,99,111,110,116,114,111,108,70,108,111,119,83,116,97,99,107,46,101,109,112,116,121,40,41,0,102,105,110,100,66,114,101,97,107,84,97,114,103,101,116,0,99,117,114,114,45,62,116,101,109,112,108,97,116,101,32,105,115,60,73,102,62,40,41,0,115,101,108,102,45,62,99,111,110,116,114,111,108,70,108,111,119,83,116,97,99,107,46,98,97,99,107,40,41,32,61,61,32,42,99,117,114,114,112,0,100,111,80,111,115,116,
+86,105,115,105,116,67,111,110,116,114,111,108,70,108,111,119,0,78,52,119,97,115,109,49,52,67,111,97,108,101,115,99,101,76,111,99,97,108,115,69,0,115,105,122,101,32,62,61,32,49,0,109,97,107,101,77,105,120,116,117,114,101,0,109,97,120,73,110,100,101,120,32,60,61,32,112,97,114,101,110,116,45,62,110,117,109,76,111,99,97,108,115,0,99,97,108,99,117,108,97,116,101,70,105,116,110,101,115,115,0,78,52,119,97,115,109,50,54,67,111,97,108,101,115,99,101,76,111,99,97,108,115,87,105,116,104,76,101,97,114,110,105,
+110,103,69,0,116,111,112,108,101,118,101,108,0,100,101,102,117,110,0,115,116,97,116,0,97,115,115,105,103,110,0,118,97,114,0,99,111,110,115,116,0,99,111,110,100,105,116,105,111,110,97,108,0,98,105,110,97,114,121,0,114,101,116,117,114,110,0,105,102,0,119,104,105,108,101,0,100,111,0,102,111,114,0,115,101,113,0,115,117,98,0,110,117,109,0,108,97,98,101,108,0,98,114,101,97,107,0,99,111,110,116,105,110,117,101,0,115,119,105,116,99,104,0,115,116,114,105,110,103,0,116,101,109,112,82,101,116,48,0,103,101,116,
+84,101,109,112,82,101,116,48,0,95,108,108,118,109,95,99,116,116,122,95,105,51,50,0,95,95,95,117,100,105,118,109,111,100,100,105,52,0,117,110,97,114,121,45,112,114,101,102,105,120,0,117,110,97,114,121,45,112,111,115,116,102,105,120,0,77,97,116,104,95,102,114,111,117,110,100,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,0,83,73,77,68,95,73,110,116,56,120,49,54,0,83,73,77,68,95,73,110,116,49,54,120,56,0,83,73,77,68,95,73,110,116,51,50,120,52,0,62,62,
+62,0,116,101,109,112,68,111,117,98,108,101,80,116,114,0,72,69,65,80,56,0,72,69,65,80,49,54,0,72,69,65,80,51,50,0,72,69,65,80,70,51,50,0,72,69,65,80,85,56,0,72,69,65,80,85,49,54,0,72,69,65,80,85,51,50,0,72,69,65,80,70,54,52,0,102,48,0,91,0,123,0,125,0,63,0,58,0,100,101,102,97,117,108,116,0,100,111,116,0,110,101,119,0,97,114,114,97,121,0,111,98,106,101,99,116,0,118,97,114,32,99,111,110,115,116,32,102,117,110,99,116,105,111,110,32,105,102,32,101,108,115,101,32,100,111,32,119,104,105,108,101,32,102,111,
+114,32,98,114,101,97,107,32,99,111,110,116,105,110,117,101,32,114,101,116,117,114,110,32,115,119,105,116,99,104,32,99,97,115,101,32,100,101,102,97,117,108,116,32,116,104,114,111,119,32,116,114,121,32,99,97,116,99,104,32,102,105,110,97,108,108,121,32,116,114,117,101,32,102,97,108,115,101,32,110,117,108,108,32,110,101,119,0,33,32,126,32,43,32,45,0,42,32,47,32,37,0,43,32,45,0,60,60,32,62,62,32,62,62,62,0,60,32,60,61,32,62,32,62,61,0,61,61,32,33,61,0,63,32,58,0,97,115,115,105,103,110,32,99,97,108,108,
+32,98,105,110,97,114,121,32,117,110,97,114,121,45,112,114,101,102,105,120,32,110,97,109,101,32,110,117,109,32,99,111,110,100,105,116,105,111,110,97,108,32,100,111,116,32,110,101,119,32,115,117,98,32,115,101,113,32,115,116,114,105,110,103,32,111,98,106,101,99,116,32,97,114,114,97,121,0,83,73,77,68,95,73,110,116,56,120,49,54,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,49,54,120,56,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,
+116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,95,99,104,101,99,107,0,0,1,28,2,29,14,24,3,30,22,20,15,25,17,4,8,31,27,13,23,21,19,16,7,26,12,18,6,11,5,10,9,31,22,30,21,18,10,29,2,20,17,15,13,9,6,28,1,23,19,11,3,16,14,7,24,12,4,8,25,5,26,27,0,33,84,104,114,101,97,100,80,111,111,108,58,58,103,101,116,40,41,45,62,105,115,82,117,110,110,105,110,103,40,41,0,115,114,99,47,115,117,112,112,111,114,116,47,116,104,114,101,97,100,115,46,99,112,112,0,126,84,104,114,101,
+97,100,0,84,104,114,101,97,100,0,111,108,100,32,61,61,32,116,104,114,101,97,100,115,46,115,105,122,101,40,41,0,114,101,115,101,116,84,104,114,101,97,100,115,65,114,101,82,101,97,100,121,0,66,73,78,65,82,89,69,78,95,67,79,82,69,83,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,40,41,32,62,32,48,0,119,111,114,107,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,40,41,32,61,61,32,110,117,109,0,33,114,117,110,110,105,110,103,0,70,85,78,67,83,73,71,36,0,116,111,112,109,111,115,116,0,73,
+110,116,56,65,114,114,97,121,0,73,110,116,49,54,65,114,114,97,121,0,73,110,116,51,50,65,114,114,97,121,0,85,105,110,116,56,65,114,114,97,121,0,85,105,110,116,49,54,65,114,114,97,121,0,85,105,110,116,51,50,65,114,114,97,121,0,70,108,111,97,116,51,50,65,114,114,97,121,0,70,108,111,97,116,54,52,65,114,114,97,121,0,105,109,112,111,115,115,105,98,108,101,45,99,111,110,116,105,110,117,101,0,77,97,116,104,0,105,109,117,108,0,99,108,122,51,50,0,102,114,111,117,110,100,0,97,115,109,50,119,97,115,109,0,102,
+54,52,45,114,101,109,0,102,54,52,45,116,111,45,105,110,116,0,105,51,50,115,45,100,105,118,0,105,51,50,117,45,100,105,118,0,105,51,50,115,45,114,101,109,0,105,51,50,117,45,114,101,109,0,103,108,111,98,97,108,46,77,97,116,104,0,97,98,115,0,102,108,111,111,114,0,99,101,105,108,0,115,113,114,116,0,97,115,109,50,119,97,115,109,95,105,51,50,95,116,101,109,112,0,100,101,98,117,103,103,101,114,0,117,115,101,32,97,115,109,0,98,117,102,102,101,114,0,101,110,118,0,77,97,116,104,95,105,109,117,108,0,77,97,116,
+104,95,99,108,122,51,50,0,77,97,116,104,95,99,116,122,51,50,0,77,97,116,104,95,112,111,112,99,110,116,51,50,0,77,97,116,104,95,97,98,115,0,77,97,116,104,95,99,101,105,108,0,77,97,116,104,95,102,108,111,111,114,0,77,97,116,104,95,116,114,117,110,99,0,77,97,116,104,95,78,69,65,82,69,83,84,0,77,97,116,104,95,115,113,114,116,0,77,97,116,104,95,109,97,120,0,77,97,116,104,95,109,105,110,0,109,101,109,111,114,121,0,116,121,112,101,0,105,109,112,111,114,116,0,102,117,110,99,116,105,111,110,0,99,111,100,101,
+0,101,120,112,111,114,116,0,103,108,111,98,97,108,0,100,97,116,97,0,116,97,98,108,101,0,110,97,109,101,0,115,116,97,114,116,0,119,97,115,109,0,42,114,101,116,117,114,110,58,41,42,0,95,95,103,114,111,119,87,97,115,109,77,101,109,111,114,121,0,110,101,119,83,105,122,101,0,109,111,100,117,108,101,0,102,117,110,99,0,112,97,114,97,109,0,114,101,115,117,108,116,0,115,101,103,109,101,110,116,0,101,108,101,109,0,108,111,99,97,108,0,99,97,108,108,0,99,97,108,108,95,105,109,112,111,114,116,0,99,97,108,108,
+95,105,110,100,105,114,101,99,116,0,98,108,111,99,107,0,98,114,95,105,102,0,116,104,101,110,0,101,108,115,101,0,78,97,78,0,73,110,102,105,110,105,116,121,0,45,105,110,102,105,110,105,116,121,0,45,110,97,110,0,99,97,115,101,0,98,114,0,97,110,121,102,117,110,99,0,102,97,107,101,95,114,101,116,117,114,110,95,119,97,107,97,49,50,51,0,97,115,115,101,114,116,95,114,101,116,117,114,110,0,97,115,115,101,114,116,95,116,114,97,112,0,97,115,115,101,114,116,95,105,110,118,97,108,105,100,0,115,112,101,99,116,
+101,115,116,0,112,114,105,110,116,0,105,110,118,111,107,101,0,101,120,105,116,0,115,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,115,114,99,47,119,97,115,109,45,116,114,97,118,101,114,115,97,108,46,104,0,119,97,108,107,0,42,116,97,115,107,46,99,117,114,114,112,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,
+255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
+255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,105,110,102,105,110,105,116,121,0,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,19,9,11,11,0,0,9,6,11,0,0,11,0,6,17,0,0,0,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,
+10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,18,18,18,0,0,0,0,0,
+0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,45,43,32,32,32,48,88,48,120,0,40,110,117,108,108,41,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,105,110,102,0,73,78,70,0,110,97,110,0,78,65,78,0,84,33,34,25,13,1,2,
+3,17,75,28,12,16,4,11,29,18,30,39,104,110,111,112,113,98,32,5,6,15,19,20,21,26,8,22,7,40,36,23,24,9,10,14,27,31,37,35,131,130,125,38,42,43,60,61,62,63,67,71,74,77,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,105,106,107,108,114,115,116,121,122,123,124,0,73,108,108,101,103,97,108,32,98,121,116,101,32,115,101,113,117,101,110,99,101,0,68,111,109,97,105,110,32,101,114,114,111,114,0,82,101,115,117,108,116,32,110,111,116,32,114,101,112,114,101,115,101,110,116,97,98,108,101,0,78,111,116,32,97,32,116,
+116,121,0,80,101,114,109,105,115,115,105,111,110,32,100,101,110,105,101,100,0,79,112,101,114,97,116,105,111,110,32,110,111,116,32,112,101,114,109,105,116,116,101,100,0,78,111,32,115,117,99,104,32,102,105,108,101,32,111,114,32,100,105,114,101,99,116,111,114,121,0,78,111,32,115,117,99,104,32,112,114,111,99,101,115,115,0,70,105,108,101,32,101,120,105,115,116,115,0,86,97,108,117,101,32,116,111,111,32,108,97,114,103,101,32,102,111,114,32,100,97,116,97,32,116,121,112,101,0,78,111,32,115,112,97,99,101,32,
+108,101,102,116,32,111,110,32,100,101,118,105,99,101,0,79,117,116,32,111,102,32,109,101,109,111,114,121,0,82,101,115,111,117,114,99,101,32,98,117,115,121,0,73,110,116,101,114,114,117,112,116,101,100,32,115,121,115,116,101,109,32,99,97,108,108,0,82,101,115,111,117,114,99,101,32,116,101,109,112,111,114,97,114,105,108,121,32,117,110,97,118,97,105,108,97,98,108,101,0,73,110,118,97,108,105,100,32,115,101,101,107,0,67,114,111,115,115,45,100,101,118,105,99,101,32,108,105,110,107,0,82,101,97,100,45,111,110,
+108,121,32,102,105,108,101,32,115,121,115,116,101,109,0,68,105,114,101,99,116,111,114,121,32,110,111,116,32,101,109,112,116,121,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,112,101,101,114,0,79,112,101,114,97,116,105,111,110,32,116,105,109,101,100,32,111,117,116,0,67,111,110,110,101,99,116,105,111,110,32,114,101,102,117,115,101,100,0,72,111,115,116,32,105,115,32,100,111,119,110,0,72,111,115,116,32,105,115,32,117,110,114,101,97,99,104,97,98,108,101,0,65,100,100,114,101,
+115,115,32,105,110,32,117,115,101,0,66,114,111,107,101,110,32,112,105,112,101,0,73,47,79,32,101,114,114,111,114,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,32,111,114,32,97,100,100,114,101,115,115,0,66,108,111,99,107,32,100,101,118,105,99,101,32,114,101,113,117,105,114,101,100,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,0,78,111,116,32,97,32,100,105,114,101,99,116,111,114,121,0,73,115,32,97,32,100,105,114,101,99,116,111,114,121,0,84,101,120,116,32,102,105,108,101,32,98,117,115,121,
+0,69,120,101,99,32,102,111,114,109,97,116,32,101,114,114,111,114,0,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,0,65,114,103,117,109,101,110,116,32,108,105,115,116,32,116,111,111,32,108,111,110,103,0,83,121,109,98,111,108,105,99,32,108,105,110,107,32,108,111,111,112,0,70,105,108,101,110,97,109,101,32,116,111,111,32,108,111,110,103,0,84,111,111,32,109,97,110,121,32,111,112,101,110,32,102,105,108,101,115,32,105,110,32,115,121,115,116,101,109,0,78,111,32,102,105,108,101,32,100,101,115,
+99,114,105,112,116,111,114,115,32,97,118,97,105,108,97,98,108,101,0,66,97,100,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,0,78,111,32,99,104,105,108,100,32,112,114,111,99,101,115,115,0,66,97,100,32,97,100,100,114,101,115,115,0,70,105,108,101,32,116,111,111,32,108,97,114,103,101,0,84,111,111,32,109,97,110,121,32,108,105,110,107,115,0,78,111,32,108,111,99,107,115,32,97,118,97,105,108,97,98,108,101,0,82,101,115,111,117,114,99,101,32,100,101,97,100,108,111,99,107,32,119,111,117,108,100,
+32,111,99,99,117,114,0,83,116,97,116,101,32,110,111,116,32,114,101,99,111,118,101,114,97,98,108,101,0,80,114,101,118,105,111,117,115,32,111,119,110,101,114,32,100,105,101,100,0,79,112,101,114,97,116,105,111,110,32,99,97,110,99,101,108,101,100,0,70,117,110,99,116,105,111,110,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,0,78,111,32,109,101,115,115,97,103,101,32,111,102,32,100,101,115,105,114,101,100,32,116,121,112,101,0,73,100,101,110,116,105,102,105,101,114,32,114,101,109,111,118,
+101,100,0,68,101,118,105,99,101,32,110,111,116,32,97,32,115,116,114,101,97,109,0,78,111,32,100,97,116,97,32,97,118,97,105,108,97,98,108,101,0,68,101,118,105,99,101,32,116,105,109,101,111,117,116,0,79,117,116,32,111,102,32,115,116,114,101,97,109,115,32,114,101,115,111,117,114,99,101,115,0,76,105,110,107,32,104,97,115,32,98,101,101,110,32,115,101,118,101,114,101,100,0,80,114,111,116,111,99,111,108,32,101,114,114,111,114,0,66,97,100,32,109,101,115,115,97,103,101,0,70,105,108,101,32,100,101,115,99,114,
+105,112,116,111,114,32,105,110,32,98,97,100,32,115,116,97,116,101,0,78,111,116,32,97,32,115,111,99,107,101,116,0,68,101,115,116,105,110,97,116,105,111,110,32,97,100,100,114,101,115,115,32,114,101,113,117,105,114,101,100,0,77,101,115,115,97,103,101,32,116,111,111,32,108,97,114,103,101,0,80,114,111,116,111,99,111,108,32,119,114,111,110,103,32,116,121,112,101,32,102,111,114,32,115,111,99,107,101,116,0,80,114,111,116,111,99,111,108,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,80,114,111,116,111,
+99,111,108,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,83,111,99,107,101,116,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,80,114,111,116,111,99,111,108,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,65,100,100,114,101,115,115,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,98,121,32,112,114,111,116,111,99,111,108,0,65,100,100,114,101,115,
+115,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,78,101,116,119,111,114,107,32,105,115,32,100,111,119,110,0,78,101,116,119,111,114,107,32,117,110,114,101,97,99,104,97,98,108,101,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,110,101,116,119,111,114,107,0,67,111,110,110,101,99,116,105,111,110,32,97,98,111,114,116,101,100,0,78,111,32,98,117,102,102,101,114,32,115,112,97,99,101,32,97,118,97,105,108,97,98,108,101,0,83,111,99,107,101,116,32,105,115,32,99,111,110,110,
+101,99,116,101,100,0,83,111,99,107,101,116,32,110,111,116,32,99,111,110,110,101,99,116,101,100,0,67,97,110,110,111,116,32,115,101,110,100,32,97,102,116,101,114,32,115,111,99,107,101,116,32,115,104,117,116,100,111,119,110,0,79,112,101,114,97,116,105,111,110,32,97,108,114,101,97,100,121,32,105,110,32,112,114,111,103,114,101,115,115,0,79,112,101,114,97,116,105,111,110,32,105,110,32,112,114,111,103,114,101,115,115,0,83,116,97,108,101,32,102,105,108,101,32,104,97,110,100,108,101,0,82,101,109,111,116,101,
+32,73,47,79,32,101,114,114,111,114,0,81,117,111,116,97,32,101,120,99,101,101,100,101,100,0,78,111,32,109,101,100,105,117,109,32,102,111,117,110,100,0,87,114,111,110,103,32,109,101,100,105,117,109,32,116,121,112,101,0,78,111,32,101,114,114,111,114,32,105,110,102,111,114,109,97,116,105,111,110,0,0,80,79,83,73,88,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,
+69,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,
+51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,
+116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,52,98,97,115,105,99,95,105,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,119,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,119,
+69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,112,0,67,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,
+97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,
+73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,37,112,0,0,0,0,76,0,37,0,0,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,
+98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,37,72,58,37,77,58,37,83,0,37,109,47,37,100,47,37,121,0,37,73,58,37,77,58,37,83,32,37,112,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,65,77,0,80,77,0,74,97,
+110,117,97,114,121,0,70,101,98,114,117,97,114,121,0,77,97,114,99,104,0,65,112,114,105,108,0,77,97,121,0,74,117,110,101,0,74,117,108,121,0,65,117,103,117,115,116,0,83,101,112,116,101,109,98,101,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,74,97,110,0,70,101,98,0,77,97,114,0,65,112,114,0,74,117,110,0,74,117,108,0,65,117,103,0,83,101,112,0,79,99,116,0,78,111,118,0,68,101,99,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,84,117,101,115,100,97,121,
+0,87,101,100,110,101,115,100,97,121,0,84,104,117,114,115,100,97,121,0,70,114,105,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,0,77,111,110,0,84,117,101,0,87,101,100,0,84,104,117,0,70,114,105,0,83,97,116,0,37,109,47,37,100,47,37,121,37,89,45,37,109,45,37,100,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,37,72,58,37,77,58,37,83,37,72,58,37,77,58,37,83,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,
+116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,
+69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,
+83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,
+76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,48,49,50,51,52,53,54,55,56,57,0,37,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,48,49,50,51,52,53,54,
+55,56,57,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,37,46,48,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,
+111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,
+0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,55,95,95,119,105,100,101,110,95,102,114,111,109,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,54,95,95,110,
+97,114,114,111,119,95,116,111,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,
+95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,33,34,118,101,99,116,111,114,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,109,101,100,105,97,47,97,108,
+111,110,47,100,54,57,100,100,57,98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,118,101,99,116,111,114,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,101,99,32,61,61,32,48,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,
+98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,108,105,98,47,108,105,98,99,120,120,47,109,117,116,101,120,46,99,112,112,0,117,110,108,111,99,107,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,98,50,45,52,55,
+57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,115,116,114,105,110,103,0,95,95,116,104,114,111,119,95,108,101,110,103,116,104,95,101,114,114,111,114,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,111,117,116,95,111,102,95,114,97,110,103,101,34,0,95,95,116,104,114,111,119,95,111,117,
+116,95,111,102,95,114,97,110,103,101,0,33,34,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,58,58,98,97,100,95,97,108,108,111,99,34,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,109,
+101,109,111,114,121,0,97,108,108,111,99,97,116,101,0,115,116,111,105,0,58,32,110,111,32,99,111,110,118,101,114,115,105,111,110,0,37,115,10,0,58,32,111,117,116,32,111,102,32,114,97,110,103,101,0,115,116,111,108,108,0,37,117,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,58,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,
+111,102,32,116,121,112,101,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,102,111,114,101,105,103,110,32,101,120,99,101,112,116,105,111,110,0,116,101,114,109,105,110,97,116,105,110,103,0,117,110,99,97,117,103,104,116,0,83,116,57,101,120,99,101,112,116,105,111,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95],"i8",4,m.qa+28136);H([105,110,102,111,69,0,83,116,57,116,121,112,101,95,105,110,102,111,0,78,49,48,95,
+95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,112,116,104,114,101,97,100,95,111,110,99,101,32,102,97,105,108,117,114,101,32,105,110,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,95,102,97,115,116,40,41,0,99,97,110,110,111,116,32,99,114,101,97,116,101,32,112,116,104,114,101,97,100,32,107,101,121,32,
+102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,99,97,110,110,111,116,32,122,101,114,111,32,111,117,116,32,116,104,114,101,97,100,32,118,97,108,117,101,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,116,101,114,109,105,110,97,116,101,95,104,97,110,100,108,101,114,32,117,110,101,120,112,101,99,116,101,100,108,121,32,114,101,116,117,114,110,101,100,0,115,116,100,58,58,98,97,100,95,97,108,108,111,99,0,83,116,57,98,97,100,95,97,
+108,108,111,99,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,83,116,49,49,108,111,103,105,99,95,101,114,114,111,114,0,83,116,49,50,111,117,116,95,111,102,95,114,97,110,103,101,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,57,95,95,112,111,105,110,116,101,114,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,112,98,97,115,101,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,51,95,95,102,117,110,100,
+97,109,101,110,116,97,108,95,116,121,112,101,95,105,110,102,111,69,0,118,0,68,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,102,117,110,99,116,105,111,110,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,32,40,0,41,0,95,98,108,111,99,107,95,105,110,118,111,107,101,0,105,110,118,111,99,97,116,105,111,110,32,102,117,110,99,116,105,111,110,32,102,111,114,32,98,108,
+111,99,107,32,105,110,32,0,32,99,111,110,115,116,0,32,118,111,108,97,116,105,108,101,0,32,114,101,115,116,114,105,99,116,0,32,91,0,32,91,93,0,93,0,32,99,111,109,112,108,101,120,0,40,0,44,32,0,32,38,0,32,38,38,0,32,0,32,105,109,97,103,105,110,97,114,121,0,58,58,42,0,38,38,0,111,98,106,99,95,111,98,106,101,99,116,60,0,42,0,105,100,0,38,0,111,98,106,99,112,114,111,116,111,0,60,0,62,0,32,118,101,99,116,111,114,91,0,112,105,120,101,108,32,118,101,99,116,111,114,91,0,100,101,99,108,116,121,112,101,40,0,
+115,116,100,58,58,97,108,108,111,99,97,116,111,114,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,115,116,114,105,110,103,0,115,116,100,58,58,105,115,116,114,101,97,109,0,115,116,100,58,58,111,115,116,114,101,97,109,0,115,116,100,58,58,105,111,115,116,114,101,97,109,0,115,116,100,0,58,58,0,58,58,115,116,114,105,110,103,32,108,105,116,101,114,97,108,0,115,116,100,58,58,0,126,0,39,117,110,110,97,109,101,100,0,39,108,97,109,98,100,97,39,40,0,111,112,101,114,97,116,
+111,114,38,38,0,111,112,101,114,97,116,111,114,38,0,111,112,101,114,97,116,111,114,38,61,0,111,112,101,114,97,116,111,114,61,0,111,112,101,114,97,116,111,114,40,41,0,111,112,101,114,97,116,111,114,44,0,111,112,101,114,97,116,111,114,126,0,111,112,101,114,97,116,111,114,32,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,91,93,0,111,112,101,114,97,116,111,114,42,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,0,111,112,101,114,97,116,111,114,47,0,111,112,101,114,97,116,111,114,
+47,61,0,111,112,101,114,97,116,111,114,94,0,111,112,101,114,97,116,111,114,94,61,0,111,112,101,114,97,116,111,114,61,61,0,111,112,101,114,97,116,111,114,62,61,0,111,112,101,114,97,116,111,114,62,0,111,112,101,114,97,116,111,114,91,93,0,111,112,101,114,97,116,111,114,60,61,0,111,112,101,114,97,116,111,114,34,34,32,0,111,112,101,114,97,116,111,114,60,60,0,111,112,101,114,97,116,111,114,60,60,61,0,111,112,101,114,97,116,111,114,60,0,111,112,101,114,97,116,111,114,45,0,111,112,101,114,97,116,111,114,
+45,61,0,111,112,101,114,97,116,111,114,42,61,0,111,112,101,114,97,116,111,114,45,45,0,111,112,101,114,97,116,111,114,32,110,101,119,91,93,0,111,112,101,114,97,116,111,114,33,61,0,111,112,101,114,97,116,111,114,33,0,111,112,101,114,97,116,111,114,32,110,101,119,0,111,112,101,114,97,116,111,114,124,124,0,111,112,101,114,97,116,111,114,124,0,111,112,101,114,97,116,111,114,124,61,0,111,112,101,114,97,116,111,114,45,62,42,0,111,112,101,114,97,116,111,114,43,0,111,112,101,114,97,116,111,114,43,61,0,111,
+112,101,114,97,116,111,114,43,43,0,111,112,101,114,97,116,111,114,45,62,0,111,112,101,114,97,116,111,114,63,0,111,112,101,114,97,116,111,114,37,0,111,112,101,114,97,116,111,114,37,61,0,111,112,101,114,97,116,111,114,62,62,0,111,112,101,114,97,116,111,114,62,62,61,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,44,32,115,116,100,58,58,97,108,108,111,99,97,116,111,114,60,99,104,97,114,
+62,32,62,0,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,98,97,115,105,99,95,105,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,111,115,116,114,101,97,109,
+0,115,116,100,58,58,98,97,115,105,99,95,105,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,111,115,116,114,101,97,109,0,95,71,76,79,66,65,76,95,95,78,0,40,97,110,111,110,121,109,111,117,115,32,110,97,109,101,115,112,97,99,101,41,0,32,62,0,119,99,104,97,114,95,116,0,102,97,108,115,101,0,116,114,117,101,0,99,104,97,114,0,115,105,103,110,101,100,32,99,104,97,114,0,117,110,115,105,103,110,
+101,100,32,99,104,97,114,0,115,104,111,114,116,0,117,110,115,105,103,110,101,100,32,115,104,111,114,116,0,117,0,108,0,117,108,0,108,108,0,117,108,108,0,95,95,105,110,116,49,50,56,0,117,110,115,105,103,110,101,100,32,95,95,105,110,116,49,50,56,0,37,97,102,0,37,97,0,37,76,97,76,0,38,61,0,61,0,97,108,105,103,110,111,102,32,40,0,99,111,110,115,116,95,99,97,115,116,60,0,62,40,0,44,0,41,40,0,100,101,108,101,116,101,91,93,32,0,100,121,110,97,109,105,99,95,99,97,115,116,60,0,100,101,108,101,116,101,32,0,
+46,42,0,46,0,47,0,47,61,0,94,0,94,61,0,61,61,0,62,61,0,41,91,0,60,61,0,60,60,0,60,60,61,0,45,0,45,61,0,42,61,0,45,45,0,41,45,45,0,91,93,32,0,41,32,0,33,61,0,33,0,110,111,101,120,99,101,112,116,32,40,0,124,124,0,124,0,124,61,0,45,62,42,0,43,0,43,61,0,43,43,0,41,43,43,0,45,62,0,41,32,63,32,40,0,41,32,58,32,40,0,114,101,105,110,116,101,114,112,114,101,116,95,99,97,115,116,60,0,37,0,37,61,0,62,62,0,62,62,61,0,115,116,97,116,105,99,95,99,97,115,116,60,0,115,105,122,101,111,102,32,40,0,115,105,122,101,
+111,102,46,46,46,40,0,116,121,112,101,105,100,40,0,116,104,114,111,119,0,116,104,114,111,119,32,0,102,112,0,118,111,105,100,0,98,111,111,108,0,105,110,116,0,117,110,115,105,103,110,101,100,32,105,110,116,0,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,0,108,111,110,103,32,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,32,108,111,110,103,0,102,108,111,97,116,0,100,111,117,98,108,101,0,108,111,110,103,32,100,111,117,98,108,101,0,95,95,102,108,111,97,116,
+49,50,56,0,46,46,46,0,100,101,99,105,109,97,108,54,52,0,100,101,99,105,109,97,108,49,50,56,0,100,101,99,105,109,97,108,51,50,0,100,101,99,105,109,97,108,49,54,0,99,104,97,114,51,50,95,116,0,99,104,97,114,49,54,95,116,0,97,117,116,111,0,115,116,100,58,58,110,117,108,108,112,116,114,95,116,0,118,116,97,98,108,101,32,102,111,114,32,0,86,84,84,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,110,97,109,101,32,102,111,114,32,0,99,111,118,97,114,
+105,97,110,116,32,114,101,116,117,114,110,32,116,104,117,110,107,32,116,111,32,0,99,111,110,115,116,114,117,99,116,105,111,110,32,118,116,97,98,108,101,32,102,111,114,32,0,45,105,110,45,0,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,110,111,110,45,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,103,117,97,114,100,32,118,97,114,105,97,98,108,101,32,102,111,114,32,0,114,101,102,101,114,101,110,99,101,32,116,101,109,112,111,114,97,114,121,32,102,111,114,32,0],"i8",
+4,m.qa+38376);var nc=y;y+=16;d._i64Subtract=oc;d._i64Add=pc;var D={Ra:0,Ja:[],L:{},Ob:function(a){if(!a||D.L[a])return a;for(var b in D.L)if(D.L[b].Hb===a)return b;return a},rc:function(a){a&&D.L[a].Ca++},Jf:function(a){if(a){var b=D.L[a];u(0<b.Ca);b.Ca--;0===b.Ca&&(b.Pb&&m.S("vi",b.Pb,[a]),delete D.L[a],___cxa_free_exception(a))}},xc:function(a){a&&(D.L[a].Ca=0)}};d._pthread_mutex_lock=qc;var f={m:1,F:2,of:3,le:4,Q:5,Fb:6,Fd:7,Je:8,H:9,Td:10,Db:11,yf:11,ic:12,la:13,ee:14,Ve:15,X:16,Eb:17,kc:18,na:19,
+ea:20,ma:21,h:22,Ee:23,hc:24,oa:25,vf:26,fe:27,Re:28,Fa:29,lf:30,xe:31,df:32,be:33,hf:34,Ne:42,ie:43,Ud:44,oe:45,pe:46,qe:47,we:48,wf:49,He:50,ne:51,Zd:35,Ke:37,Ld:52,Od:53,zf:54,Fe:55,Pd:56,Qd:57,$d:35,Rd:59,Te:60,Ie:61,sf:62,Se:63,Oe:64,Pe:65,kf:66,Le:67,Id:68,pf:69,Vd:70,ef:71,ze:72,ce:73,Nd:74,$e:76,Md:77,jf:78,re:79,se:80,ve:81,ue:82,te:83,Ue:38,ab:39,Ae:36,$a:40,jc:95,cf:96,Yd:104,Ge:105,Jd:97,gf:91,Ye:88,Qe:92,mf:108,Xd:111,Gd:98,Wd:103,De:101,Be:100,tf:110,ge:112,he:113,ke:115,Kd:114,ae:89,
+ye:90,ff:93,nf:94,Hd:99,Ce:102,me:106,We:107,uf:109,xf:87,de:122,qf:116,Ze:95,Me:123,je:84,af:75,Sd:125,Xe:131,bf:130,rf:86},Ua={},hb=1,rc={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",
+17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",
+38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",
+60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",
+78:"Remote address changed",79:"Can access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",
+95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",
+111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"},q={dc:function(a){return/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/.exec(a).slice(1)},rb:function(a,b){for(var c=0,e=a.length-1;0<=e;e--){var d=a[e];"."===d?a.splice(e,1):".."===d?(a.splice(e,
+1),c++):c&&(a.splice(e,1),c--)}if(b)for(;c--;c)a.unshift("..");return a},normalize:function(a){var b="/"===a.charAt(0),c="/"===a.substr(-1);(a=q.rb(a.split("/").filter(function(a){return!!a}),!b).join("/"))||b||(a=".");a&&c&&(a+="/");return(b?"/":"")+a},dirname:function(a){var b=q.dc(a);a=b[0];b=b[1];if(!a&&!b)return".";b&&(b=b.substr(0,b.length-1));return a+b},basename:function(a){if("/"===a)return"/";var b=a.lastIndexOf("/");return-1===b?a:a.substr(b+1)},extname:function(a){return q.dc(a)[3]},join:function(){var a=
+Array.prototype.slice.call(arguments,0);return q.normalize(a.join("/"))},t:function(a,b){return q.normalize(a+"/"+b)},resolve:function(){for(var a="",b=!1,c=arguments.length-1;-1<=c&&!b;c--){b=0<=c?arguments[c]:e.cwd();if("string"!==typeof b)throw new TypeError("Arguments to path.resolve must be strings");if(!b)return"";a=b+"/"+a;b="/"===b.charAt(0)}a=q.rb(a.split("/").filter(function(a){return!!a}),!b).join("/");return(b?"/":"")+a||"."},relative:function(a,b){function c(a){for(var b=0;b<a.length&&
+""===a[b];b++);for(var c=a.length-1;0<=c&&""===a[c];c--);return b>c?[]:a.slice(b,c-b+1)}a=q.resolve(a).substr(1);b=q.resolve(b).substr(1);for(var e=c(a.split("/")),d=c(b.split("/")),l=Math.min(e.length,d.length),n=l,f=0;f<l;f++)if(e[f]!==d[f]){n=f;break}l=[];for(f=n;f<e.length;f++)l.push("..");l=l.concat(d.slice(n));return l.join("/")}},ja={gc:[],T:function(){},rg:function(){},register:function(a,b){ja.gc[a]={input:[],output:[],ha:b};e.xb(a,ja.g)},g:{open:function(a){var b=ja.gc[a.d.rdev];if(!b)throw new e.b(f.na);
+a.tty=b;a.seekable=!1},close:function(a){a.tty.ha.flush(a.tty)},flush:function(a){a.tty.ha.flush(a.tty)},read:function(a,b,c,k){if(!a.tty||!a.tty.ha.Xb)throw new e.b(f.Fb);for(var d=0,l=0;l<k;l++){var n;try{n=a.tty.ha.Xb(a.tty)}catch(g){throw new e.b(f.Q);}if(void 0===n&&0===d)throw new e.b(f.Db);if(null===n||void 0===n)break;d++;b[c+l]=n}d&&(a.d.timestamp=Date.now());return d},write:function(a,b,c,k){if(!a.tty||!a.tty.ha.tb)throw new e.b(f.Fb);for(var d=0;d<k;d++)try{a.tty.ha.tb(a.tty,b[c+d])}catch(l){throw new e.b(f.Q);
+}k&&(a.d.timestamp=Date.now());return d}},Lc:{Xb:function(a){if(!a.input.length){var b=null;if(N){var c=new Buffer(256),e=0,d=process.stdin.fd;if("win32"!=process.platform){var l=!1;try{d=A.openSync("/dev/stdin","r"),l=!0}catch(n){}}try{e=A.readSync(d,c,0,256,null)}catch(f){if(-1!=f.toString().indexOf("EOF"))e=0;else throw f;}l&&A.closeSync(d);0<e?b=c.slice(0,e).toString("utf-8"):b=null}else"undefined"!=typeof window&&"function"==typeof window.prompt?(b=window.prompt("Input: "),null!==b&&(b+="\n")):
+"function"==typeof readline&&(b=readline(),null!==b&&(b+="\n"));if(!b)return null;a.input=ba(b,!0)}return a.input.shift()},tb:function(a,b){null===b||10===b?(d.print(ka(a.output,0)),a.output=[]):0!=b&&a.output.push(b)},flush:function(a){a.output&&0<a.output.length&&(d.print(ka(a.output,0)),a.output=[])}},Kc:{tb:function(a,b){null===b||10===b?(d.printErr(ka(a.output,0)),a.output=[]):0!=b&&a.output.push(b)},flush:function(a){a.output&&0<a.output.length&&(d.printErr(ka(a.output,0)),a.output=[])}}},r=
+{N:null,j:function(){return r.createNode(null,"/",16895,0)},createNode:function(a,b,c,k){if(e.$c(c)||e.isFIFO(c))throw new e.b(f.m);r.N||(r.N={dir:{d:{A:r.f.A,o:r.f.o,lookup:r.f.lookup,C:r.f.C,rename:r.f.rename,unlink:r.f.unlink,rmdir:r.f.rmdir,readdir:r.f.readdir,symlink:r.f.symlink},stream:{B:r.g.B}},file:{d:{A:r.f.A,o:r.f.o},stream:{B:r.g.B,read:r.g.read,write:r.g.write,ra:r.g.ra,ua:r.g.ua,ga:r.g.ga}},link:{d:{A:r.f.A,o:r.f.o,readlink:r.f.readlink},stream:{}},Lb:{d:{A:r.f.A,o:r.f.o},stream:e.wc}});
+c=e.createNode(a,b,c,k);e.l(c.mode)?(c.f=r.N.dir.d,c.g=r.N.dir.stream,c.c={}):e.isFile(c.mode)?(c.f=r.N.file.d,c.g=r.N.file.stream,c.k=0,c.c=null):e.fa(c.mode)?(c.f=r.N.link.d,c.g=r.N.link.stream):e.Oa(c.mode)&&(c.f=r.N.Lb.d,c.g=r.N.Lb.stream);c.timestamp=Date.now();a&&(a.c[b]=c);return c},Tc:function(a){if(a.c&&a.c.subarray){for(var b=[],c=0;c<a.k;++c)b.push(a.c[c]);return b}return a.c},Uc:function(a){return a.c?a.c.subarray?a.c.subarray(0,a.k):new Uint8Array(a.c):new Uint8Array},Sb:function(a,b){a.c&&
+a.c.subarray&&b>a.c.length&&(a.c=r.Tc(a),a.k=a.c.length);if(!a.c||a.c.subarray){var c=a.c?a.c.buffer.byteLength:0;c>=b||(b=Math.max(b,c*(1048576>c?2:1.125)|0),0!=c&&(b=Math.max(b,256)),c=a.c,a.c=new Uint8Array(b),0<a.k&&a.c.set(c.subarray(0,a.k),0))}else for(!a.c&&0<b&&(a.c=[]);a.c.length<b;)a.c.push(0)},sd:function(a,b){if(a.k!=b)if(0==b)a.c=null,a.k=0;else{if(!a.c||a.c.subarray){var c=a.c;a.c=new Uint8Array(new ArrayBuffer(b));c&&a.c.set(c.subarray(0,Math.min(b,a.k)))}else if(a.c||(a.c=[]),a.c.length>
+b)a.c.length=b;else for(;a.c.length<b;)a.c.push(0);a.k=b}},f:{A:function(a){var b={};b.dev=e.Oa(a.mode)?a.id:1;b.ino=a.id;b.mode=a.mode;b.nlink=1;b.uid=0;b.gid=0;b.rdev=a.rdev;e.l(a.mode)?b.size=4096:e.isFile(a.mode)?b.size=a.k:e.fa(a.mode)?b.size=a.link.length:b.size=0;b.atime=new Date(a.timestamp);b.mtime=new Date(a.timestamp);b.ctime=new Date(a.timestamp);b.R=4096;b.blocks=Math.ceil(b.size/b.R);return b},o:function(a,b){void 0!==b.mode&&(a.mode=b.mode);void 0!==b.timestamp&&(a.timestamp=b.timestamp);
+void 0!==b.size&&r.sd(a,b.size)},lookup:function(){throw e.jb[f.F];},C:function(a,b,c,e){return r.createNode(a,b,c,e)},rename:function(a,b,c){if(e.l(a.mode)){var k;try{k=e.P(b,c)}catch(d){}if(k)for(var l in k.c)throw new e.b(f.ab);}delete a.parent.c[a.name];a.name=c;b.c[c]=a;a.parent=b},unlink:function(a,b){delete a.c[b]},rmdir:function(a,b){var c=e.P(a,b),k;for(k in c.c)throw new e.b(f.ab);delete a.c[b]},readdir:function(a){var b=[".",".."],c;for(c in a.c)a.c.hasOwnProperty(c)&&b.push(c);return b},
+symlink:function(a,b,c){a=r.createNode(a,b,41471,0);a.link=c;return a},readlink:function(a){if(!e.fa(a.mode))throw new e.b(f.h);return a.link}},g:{read:function(a,b,c,e,d){var l=a.d.c;if(d>=a.d.k)return 0;a=Math.min(a.d.k-d,e);u(0<=a);if(8<a&&l.subarray)b.set(l.subarray(d,d+a),c);else for(e=0;e<a;e++)b[c+e]=l[d+e];return a},write:function(a,b,c,e,d,l){if(!e)return 0;a=a.d;a.timestamp=Date.now();if(b.subarray&&(!a.c||a.c.subarray)){if(l)return a.c=b.subarray(c,c+e),a.k=e;if(0===a.k&&0===d)return a.c=
+new Uint8Array(b.subarray(c,c+e)),a.k=e;if(d+e<=a.k)return a.c.set(b.subarray(c,c+e),d),e}r.Sb(a,d+e);if(a.c.subarray&&b.subarray)a.c.set(b.subarray(c,c+e),d);else for(l=0;l<e;l++)a.c[d+l]=b[c+l];a.k=Math.max(a.k,d+e);return e},B:function(a,b,c){1===c?b+=a.position:2===c&&e.isFile(a.d.mode)&&(b+=a.d.k);if(0>b)throw new e.b(f.h);return b},ra:function(a,b,c){r.Sb(a.d,b+c);a.d.k=Math.max(a.d.k,b+c)},ua:function(a,b,c,k,d,l,n){if(!e.isFile(a.d.mode))throw new e.b(f.na);c=a.d.c;if(n&2||c.buffer!==b&&c.buffer!==
+b.buffer){if(0<d||d+k<a.d.k)c.subarray?c=c.subarray(d,d+k):c=Array.prototype.slice.call(c,d,d+k);a=!0;k=U(k);if(!k)throw new e.b(f.ic);b.set(c,k)}else a=!1,k=c.byteOffset;return{e:k,Df:a}},ga:function(a,b,c,d,h){if(!e.isFile(a.d.mode))throw new e.b(f.na);if(h&2)return 0;r.g.write(a,b,0,d,c,!1);return 0}}},z={Nb:{},indexedDB:function(){if("undefined"!==typeof indexedDB)return indexedDB;var a=null;"object"===typeof window&&(a=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB);
+u(a,"IDBFS used, but indexedDB not supported");return a},Ea:21,v:"FILE_DATA",j:function(a){return r.j.apply(null,arguments)},Bb:function(a,b,c){z.Vc(a,function(e,d){if(e)return c(e);z.Xc(a,function(a,e){if(a)return c(a);z.od(b?e:d,b?d:e,c)})})},Rc:function(a,b){var c=z.Nb[a];if(c)return b(null,c);var e;try{e=z.indexedDB().open(a,z.Ea)}catch(d){return b(d)}if(!e)return b("Unable to connect to IndexedDB");e.onupgradeneeded=function(a){var b=a.target.result;a=a.target.transaction;b=b.objectStoreNames.contains(z.v)?
+a.objectStore(z.v):b.createObjectStore(z.v);b.indexNames.contains("timestamp")||b.createIndex("timestamp","timestamp",{unique:!1})};e.onsuccess=function(){c=e.result;z.Nb[a]=c;b(null,c)};e.onerror=function(a){b(this.error);a.preventDefault()}},Vc:function(a,b){function c(a){return"."!==a&&".."!==a}function d(a){return function(b){return q.t(a,b)}}for(var h={},l=e.readdir(a.wa).filter(c).map(d(a.wa));l.length;){var n=l.pop(),f;try{f=e.stat(n)}catch(g){return b(g)}e.l(f.mode)&&l.push.apply(l,e.readdir(n).filter(c).map(d(n)));
+h[n]={timestamp:f.mtime}}return b(null,{type:"local",entries:h})},Xc:function(a,b){var c={};z.Rc(a.wa,function(a,e){if(a)return b(a);var d=e.transaction([z.v],"readonly");d.onerror=function(a){b(this.error);a.preventDefault()};d.objectStore(z.v).index("timestamp").openKeyCursor().onsuccess=function(a){a=a.target.result;if(!a)return b(null,{type:"remote",db:e,entries:c});c[a.primaryKey]={timestamp:a.key};a.continue()}})},bd:function(a,b){var c,d;try{d=e.i(a).d,c=e.stat(a)}catch(h){return b(h)}return e.l(c.mode)?
+b(null,{timestamp:c.mtime,mode:c.mode}):e.isFile(c.mode)?(d.c=r.Uc(d),b(null,{timestamp:c.mtime,mode:c.mode,c:d.c})):b(Error("node type not supported"))},wd:function(a,b,c){try{if(e.l(b.mode))e.mkdir(a,b.mode);else if(e.isFile(b.mode))e.writeFile(a,b.c,{encoding:"binary",Kb:!0});else return c(Error("node type not supported"));e.chmod(a,b.mode);e.Dd(a,b.timestamp,b.timestamp)}catch(d){return c(d)}c(null)},qd:function(a,b){try{e.i(a);var c=e.stat(a);e.l(c.mode)?e.rmdir(a):e.isFile(c.mode)&&e.unlink(a)}catch(d){return b(d)}b(null)},
+cd:function(a,b,c){a=a.get(b);a.onsuccess=function(a){c(null,a.target.result)};a.onerror=function(a){c(this.error);a.preventDefault()}},xd:function(a,b,c,e){a=a.put(c,b);a.onsuccess=function(){e(null)};a.onerror=function(a){e(this.error);a.preventDefault()}},rd:function(a,b,c){a=a.delete(b);a.onsuccess=function(){c(null)};a.onerror=function(a){c(this.error);a.preventDefault()}},od:function(a,b,c){function e(a){if(a){if(!e.n)return e.n=!0,c(a)}else if(++g>=d)return c(null)}var d=0,l=[];Object.keys(a.entries).forEach(function(c){var e=
+a.entries[c],k=b.entries[c];if(!k||e.timestamp>k.timestamp)l.push(c),d++});var f=[];Object.keys(b.entries).forEach(function(b){a.entries[b]||(f.push(b),d++)});if(!d)return c(null);var g=0,m=("remote"===a.type?a.db:b.db).transaction([z.v],"readwrite"),J=m.objectStore(z.v);m.onerror=function(a){e(this.error);a.preventDefault()};l.sort().forEach(function(a){"local"===b.type?z.cd(J,a,function(b,c){if(b)return e(b);z.wd(a,c,e)}):z.bd(a,function(b,c){if(b)return e(b);z.xd(J,a,c,e)})});f.sort().reverse().forEach(function(a){"local"===
+b.type?z.qd(a,e):z.rd(J,a,e)})}},v={Qa:!1,Ab:function(){v.Qa=!!process.platform.match(/^win/)},j:function(a){u(N);return v.createNode(null,"/",v.Y(a.ia.root),0)},createNode:function(a,b,c){if(!e.l(c)&&!e.isFile(c)&&!e.fa(c))throw new e.b(f.h);a=e.createNode(a,b,c);a.f=v.f;a.g=v.g;return a},Y:function(a){var b;try{b=A.lstatSync(a),v.Qa&&(b.mode=b.mode|(b.mode&146)>>1)}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}return b.mode},D:function(a){for(var b=[];a.parent!==a;)b.push(a.name),a=a.parent;
+b.push(a.j.ia.root);b.reverse();return q.join.apply(null,b)},Tb:{0:"r",1:"r+",2:"r+",64:"r",65:"r+",66:"r+",129:"rx+",193:"rx+",514:"w+",577:"w",578:"w+",705:"wx",706:"wx+",1024:"a",1025:"a",1026:"a+",1089:"a",1090:"a+",1153:"ax",1154:"ax+",1217:"ax",1218:"ax+",4096:"rs",4098:"rs+"},La:function(a){a&=-2099201;a&=-32769;a&=-524289;if(a in v.Tb)return v.Tb[a];throw new e.b(f.h);},f:{A:function(a){a=v.D(a);var b;try{b=A.lstatSync(a)}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}v.Qa&&!b.R&&(b.R=
+4096);v.Qa&&!b.blocks&&(b.blocks=(b.size+b.R-1)/b.R|0);return{dev:b.dev,ino:b.ino,mode:b.mode,nlink:b.nlink,uid:b.uid,gid:b.gid,rdev:b.rdev,size:b.size,atime:b.atime,mtime:b.mtime,ctime:b.ctime,R:b.R,blocks:b.blocks}},o:function(a,b){var c=v.D(a);try{void 0!==b.mode&&(A.chmodSync(c,b.mode),a.mode=b.mode),void 0!==b.size&&A.truncateSync(c,b.size)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},lookup:function(a,b){var c=q.t(v.D(a),b),c=v.Y(c);return v.createNode(a,b,c)},C:function(a,b,c,d){a=
+v.createNode(a,b,c,d);b=v.D(a);try{e.l(a.mode)?A.mkdirSync(b,a.mode):A.writeFileSync(b,"",{mode:a.mode})}catch(h){if(!h.code)throw h;throw new e.b(f[h.code]);}return a},rename:function(a,b,c){a=v.D(a);b=q.t(v.D(b),c);try{A.renameSync(a,b)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},unlink:function(a,b){var c=q.t(v.D(a),b);try{A.unlinkSync(c)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},rmdir:function(a,b){var c=q.t(v.D(a),b);try{A.rmdirSync(c)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);
+}},readdir:function(a){a=v.D(a);try{return A.readdirSync(a)}catch(b){if(!b.code)throw b;throw new e.b(f[b.code]);}},symlink:function(a,b,c){a=q.t(v.D(a),b);try{A.symlinkSync(c,a)}catch(d){if(!d.code)throw d;throw new e.b(f[d.code]);}},readlink:function(a){var b=v.D(a);try{return b=A.readlinkSync(b),b=Mb.relative(Mb.resolve(a.j.ia.root),b)}catch(c){if(!c.code)throw c;throw new e.b(f[c.code]);}}},g:{open:function(a){var b=v.D(a.d);try{e.isFile(a.d.mode)&&(a.Aa=A.openSync(b,v.La(a.flags)))}catch(c){if(!c.code)throw c;
+throw new e.b(f[c.code]);}},close:function(a){try{e.isFile(a.d.mode)&&a.Aa&&A.closeSync(a.Aa)}catch(b){if(!b.code)throw b;throw new e.b(f[b.code]);}},read:function(a,b,c,d,h){if(0===d)return 0;var l=new Buffer(d),n;try{n=A.readSync(a.Aa,l,0,d,h)}catch(g){throw new e.b(f[g.code]);}if(0<n)for(a=0;a<n;a++)b[c+a]=l[a];return n},write:function(a,b,c,d,h){b=new Buffer(b.subarray(c,c+d));var l;try{l=A.writeSync(a.Aa,b,0,d,h)}catch(n){throw new e.b(f[n.code]);}return l},B:function(a,b,c){if(1===c)b+=a.position;
+else if(2===c&&e.isFile(a.d.mode))try{b+=A.fstatSync(a.Aa).size}catch(d){throw new e.b(f[d.code]);}if(0>b)throw new e.b(f.h);return b}}},E={Za:16895,pa:33279,vb:null,j:function(a){function b(a){a=a.split("/");for(var b=e,c=0;c<a.length-1;c++){var f=a.slice(0,c+1).join("/");d[f]||(d[f]=E.createNode(b,a[c],E.Za,0));b=d[f]}return b}function c(a){a=a.split("/");return a[a.length-1]}u(ca);E.vb||(E.vb=new FileReaderSync);var e=E.createNode(null,"/",E.Za,0),d={};Array.prototype.forEach.call(a.ia.files||
+[],function(a){E.createNode(b(a.name),c(a.name),E.pa,0,a,a.lastModifiedDate)});(a.ia.blobs||[]).forEach(function(a){E.createNode(b(a.name),c(a.name),E.pa,0,a.data)});(a.ia.packages||[]).forEach(function(a){a.metadata.files.forEach(function(e){var d=e.filename.substr(1);E.createNode(b(d),c(d),E.pa,0,a.blob.slice(e.start,e.end))})});return e},createNode:function(a,b,c,d,h,l){d=e.createNode(a,b,c);d.mode=c;d.f=E.f;d.g=E.g;d.timestamp=(l||new Date).getTime();u(E.pa!==E.Za);c===E.pa?(d.size=h.size,d.c=
+h):(d.size=4096,d.c={});a&&(a.c[b]=d);return d},f:{A:function(a){return{dev:1,ino:void 0,mode:a.mode,nlink:1,uid:0,gid:0,rdev:void 0,size:a.size,atime:new Date(a.timestamp),mtime:new Date(a.timestamp),ctime:new Date(a.timestamp),R:4096,blocks:Math.ceil(a.size/4096)}},o:function(a,b){void 0!==b.mode&&(a.mode=b.mode);void 0!==b.timestamp&&(a.timestamp=b.timestamp)},lookup:function(){throw new e.b(f.F);},C:function(){throw new e.b(f.m);},rename:function(){throw new e.b(f.m);},unlink:function(){throw new e.b(f.m);
+},rmdir:function(){throw new e.b(f.m);},readdir:function(){throw new e.b(f.m);},symlink:function(){throw new e.b(f.m);},readlink:function(){throw new e.b(f.m);}},g:{read:function(a,b,c,e,d){if(d>=a.d.size)return 0;a=a.d.c.slice(d,d+e);e=E.vb.readAsArrayBuffer(a);b.set(new Uint8Array(e),c);return a.size},write:function(){throw new e.b(f.Q);},B:function(a,b,c){1===c?b+=a.position:2===c&&e.isFile(a.d.mode)&&(b+=a.d.size);if(0>b)throw new e.b(f.h);return b}}};y+=16;y+=16;y+=16;var e={root:null,ya:[],
+Qb:[null],ja:[],hd:1,M:null,Mb:"/",Na:!1,ac:!0,q:{},fc:{bc:{mc:1,nc:2}},b:null,jb:{},Oc:null,Da:0,dg:function(a){if(!(a instanceof e.b))throw a+" : "+La();return ra(a.I)},i:function(a,b){a=q.resolve(e.cwd(),a);b=b||{};if(!a)return{path:"",d:null};var c={hb:!0,wb:0},d;for(d in c)void 0===b[d]&&(b[d]=c[d]);if(8<b.wb)throw new e.b(f.$a);var c=q.rb(a.split("/").filter(function(a){return!!a}),!1),h=e.root;d="/";for(var l=0;l<c.length;l++){var n=l===c.length-1;if(n&&b.parent)break;h=e.P(h,c[l]);d=q.t(d,
+c[l]);e.$(h)&&(!n||n&&b.hb)&&(h=h.va.root);if(!n||b.G)for(n=0;e.fa(h.mode);)if(h=e.readlink(d),d=q.resolve(q.dirname(d),h),h=e.i(d,{wb:b.wb}).d,40<n++)throw new e.b(f.$a);}return{path:d,d:h}},K:function(a){for(var b;;){if(e.Pa(a))return a=a.j.wa,b?"/"!==a[a.length-1]?a+"/"+b:a+b:a;b=b?a.name+"/"+b:a.name;a=a.parent}},lb:function(a,b){for(var c=0,d=0;d<b.length;d++)c=(c<<5)-c+b.charCodeAt(d)|0;return(a+c>>>0)%e.M.length},Zb:function(a){var b=e.lb(a.parent.id,a.name);a.ba=e.M[b];e.M[b]=a},$b:function(a){var b=
+e.lb(a.parent.id,a.name);if(e.M[b]===a)e.M[b]=a.ba;else for(b=e.M[b];b;){if(b.ba===a){b.ba=a.ba;break}b=b.ba}},P:function(a,b){var c=e.dd(a);if(c)throw new e.b(c,a);for(c=e.M[e.lb(a.id,b)];c;c=c.ba){var d=c.name;if(c.parent.id===a.id&&d===b)return c}return e.lookup(a,b)},createNode:function(a,b,c,d){e.Ga||(e.Ga=function(a,b,c,d){a||(a=this);this.parent=a;this.j=a.j;this.va=null;this.id=e.hd++;this.name=b;this.mode=c;this.f={};this.g={};this.rdev=d},e.Ga.prototype={},Object.defineProperties(e.Ga.prototype,
+{read:{get:function(){return 365===(this.mode&365)},set:function(a){a?this.mode|=365:this.mode&=-366}},write:{get:function(){return 146===(this.mode&146)},set:function(a){a?this.mode|=146:this.mode&=-147}},ad:{get:function(){return e.l(this.mode)}},nb:{get:function(){return e.Oa(this.mode)}}}));a=new e.Ga(a,b,c,d);e.Zb(a);return a},fb:function(a){e.$b(a)},Pa:function(a){return a===a.parent},$:function(a){return!!a.va},isFile:function(a){return 32768===(a&61440)},l:function(a){return 16384===(a&61440)},
+fa:function(a){return 40960===(a&61440)},Oa:function(a){return 8192===(a&61440)},$c:function(a){return 24576===(a&61440)},isFIFO:function(a){return 4096===(a&61440)},isSocket:function(a){return 49152===(a&49152)},Pc:{r:0,rs:1052672,"r+":2,w:577,wx:705,xw:705,"w+":578,"wx+":706,"xw+":706,a:1089,ax:1217,xa:1217,"a+":1090,"ax+":1218,"xa+":1218},gd:function(a){var b=e.Pc[a];if("undefined"===typeof b)throw Error("Unknown file open mode: "+a);return b},La:function(a){var b=["r","w","rw"][a&3];a&512&&(b+=
+"w");return b},U:function(a,b){if(e.ac)return 0;if(-1===b.indexOf("r")||a.mode&292){if(-1!==b.indexOf("w")&&!(a.mode&146)||-1!==b.indexOf("x")&&!(a.mode&73))return f.la}else return f.la;return 0},dd:function(a){var b=e.U(a,"x");return b?b:a.f.lookup?0:f.la},qb:function(a,b){try{return e.P(a,b),f.Eb}catch(c){}return e.U(a,"wx")},Sa:function(a,b,c){var d;try{d=e.P(a,b)}catch(h){return h.I}if(a=e.U(a,"wx"))return a;if(c){if(!e.l(d.mode))return f.ea;if(e.Pa(d)||e.K(d)===e.cwd())return f.X}else if(e.l(d.mode))return f.ma;
+return 0},ed:function(a,b){return a?e.fa(a.mode)?f.$a:e.l(a.mode)&&("r"!==e.La(b)||b&512)?f.ma:e.U(a,e.La(b)):f.F},lc:4096,jd:function(a,b){b=b||e.lc;for(var c=a||0;c<=b;c++)if(!e.ja[c])return c;throw new e.b(f.hc);},Z:function(a){return e.ja[a]},Jc:function(a,b,c){e.Ha||(e.Ha=function(){},e.Ha.prototype={},Object.defineProperties(e.Ha.prototype,{object:{get:function(){return this.d},set:function(a){this.d=a}},gg:{get:function(){return 1!==(this.flags&2097155)}},hg:{get:function(){return 0!==(this.flags&
+2097155)}},fg:{get:function(){return this.flags&1024}}}));var d=new e.Ha,h;for(h in a)d[h]=a[h];a=d;b=e.jd(b,c);a.fd=b;return e.ja[b]=a},yc:function(a){e.ja[a]=null},wc:{open:function(a){a.g=e.Sc(a.d.rdev).g;a.g.open&&a.g.open(a)},B:function(){throw new e.b(f.Fa);}},pb:function(a){return a>>8},ng:function(a){return a&255},aa:function(a,b){return a<<8|b},xb:function(a,b){e.Qb[a]={g:b}},Sc:function(a){return e.Qb[a]},Vb:function(a){var b=[];for(a=[a];a.length;){var c=a.pop();b.push(c);a.push.apply(a,
+c.ya)}return b},Bb:function(a,b){function c(a){u(0<e.Da);e.Da--;return b(a)}function d(a){if(a){if(!d.n)return d.n=!0,c(a)}else++l>=h.length&&c(null)}"function"===typeof a&&(b=a,a=!1);e.Da++;1<e.Da&&console.log("warning: "+e.Da+" FS.syncfs operations in flight at once, probably just doing extra work");var h=e.Vb(e.root.j),l=0;h.forEach(function(b){if(!b.type.Bb)return d(null);b.type.Bb(b,a,d)})},j:function(a,b,c){var d="/"===c,h=!c,l;if(d&&e.root)throw new e.b(f.X);if(!d&&!h){l=e.i(c,{hb:!1});c=l.path;
+l=l.d;if(e.$(l))throw new e.b(f.X);if(!e.l(l.mode))throw new e.b(f.ea);}b={type:a,ia:b,wa:c,ya:[]};a=a.j(b);a.j=b;b.root=a;d?e.root=a:l&&(l.va=b,l.j&&l.j.ya.push(b));return a},ug:function(a){a=e.i(a,{hb:!1});if(!e.$(a.d))throw new e.b(f.h);a=a.d;var b=a.va,c=e.Vb(b);Object.keys(e.M).forEach(function(a){for(a=e.M[a];a;){var b=a.ba;-1!==c.indexOf(a.j)&&e.fb(a);a=b}});a.va=null;b=a.j.ya.indexOf(b);u(-1!==b);a.j.ya.splice(b,1)},lookup:function(a,b){return a.f.lookup(a,b)},C:function(a,b,c){var d=e.i(a,
+{parent:!0}).d;a=q.basename(a);if(!a||"."===a||".."===a)throw new e.b(f.h);var h=e.qb(d,a);if(h)throw new e.b(h);if(!d.f.C)throw new e.b(f.m);return d.f.C(d,a,b,c)},create:function(a,b){b=(void 0!==b?b:438)&4095;b|=32768;return e.C(a,b,0)},mkdir:function(a,b){b=(void 0!==b?b:511)&1023;b|=16384;return e.C(a,b,0)},Ta:function(a,b,c){"undefined"===typeof c&&(c=b,b=438);return e.C(a,b|8192,c)},symlink:function(a,b){if(!q.resolve(a))throw new e.b(f.F);var c=e.i(b,{parent:!0}).d;if(!c)throw new e.b(f.F);
+var d=q.basename(b),h=e.qb(c,d);if(h)throw new e.b(h);if(!c.f.symlink)throw new e.b(f.m);return c.f.symlink(c,d,a)},rename:function(a,b){var c=q.dirname(a),d=q.dirname(b),h=q.basename(a),l=q.basename(b),n,g,m;try{n=e.i(a,{parent:!0}),g=n.d,n=e.i(b,{parent:!0}),m=n.d}catch(J){throw new e.b(f.X);}if(!g||!m)throw new e.b(f.F);if(g.j!==m.j)throw new e.b(f.kc);n=e.P(g,h);d=q.relative(a,d);if("."!==d.charAt(0))throw new e.b(f.h);d=q.relative(b,c);if("."!==d.charAt(0))throw new e.b(f.ab);var p;try{p=e.P(m,
+l)}catch(r){}if(n!==p){c=e.l(n.mode);if(h=e.Sa(g,h,c))throw new e.b(h);if(h=p?e.Sa(m,l,c):e.qb(m,l))throw new e.b(h);if(!g.f.rename)throw new e.b(f.m);if(e.$(n)||p&&e.$(p))throw new e.b(f.X);if(m!==g&&(h=e.U(g,"w")))throw new e.b(h);try{e.q.willMovePath&&e.q.willMovePath(a,b)}catch(t){console.log("FS.trackingDelegate['willMovePath']('"+a+"', '"+b+"') threw an exception: "+t.message)}e.$b(n);try{g.f.rename(n,m,l)}catch(u){throw u;}finally{e.Zb(n)}try{if(e.q.onMovePath)e.q.onMovePath(a,b)}catch(v){console.log("FS.trackingDelegate['onMovePath']('"+
+a+"', '"+b+"') threw an exception: "+v.message)}}},rmdir:function(a){var b=e.i(a,{parent:!0}).d,c=q.basename(a),d=e.P(b,c),h=e.Sa(b,c,!0);if(h)throw new e.b(h);if(!b.f.rmdir)throw new e.b(f.m);if(e.$(d))throw new e.b(f.X);try{e.q.willDeletePath&&e.q.willDeletePath(a)}catch(l){console.log("FS.trackingDelegate['willDeletePath']('"+a+"') threw an exception: "+l.message)}b.f.rmdir(b,c);e.fb(d);try{if(e.q.onDeletePath)e.q.onDeletePath(a)}catch(n){console.log("FS.trackingDelegate['onDeletePath']('"+a+"') threw an exception: "+
+n.message)}},readdir:function(a){a=e.i(a,{G:!0}).d;if(!a.f.readdir)throw new e.b(f.ea);return a.f.readdir(a)},unlink:function(a){var b=e.i(a,{parent:!0}).d,c=q.basename(a),d=e.P(b,c),h=e.Sa(b,c,!1);if(h)throw new e.b(h);if(!b.f.unlink)throw new e.b(f.m);if(e.$(d))throw new e.b(f.X);try{e.q.willDeletePath&&e.q.willDeletePath(a)}catch(l){console.log("FS.trackingDelegate['willDeletePath']('"+a+"') threw an exception: "+l.message)}b.f.unlink(b,c);e.fb(d);try{if(e.q.onDeletePath)e.q.onDeletePath(a)}catch(n){console.log("FS.trackingDelegate['onDeletePath']('"+
+a+"') threw an exception: "+n.message)}},readlink:function(a){a=e.i(a).d;if(!a)throw new e.b(f.F);if(!a.f.readlink)throw new e.b(f.h);return q.resolve(e.K(a.parent),a.f.readlink(a))},stat:function(a,b){var c=e.i(a,{G:!b}).d;if(!c)throw new e.b(f.F);if(!c.f.A)throw new e.b(f.m);return c.f.A(c)},lstat:function(a){return e.stat(a,!0)},chmod:function(a,b,c){var d;"string"===typeof a?d=e.i(a,{G:!c}).d:d=a;if(!d.f.o)throw new e.b(f.m);d.f.o(d,{mode:b&4095|d.mode&-4096,timestamp:Date.now()})},lchmod:function(a,
+b){e.chmod(a,b,!0)},fchmod:function(a,b){var c=e.Z(a);if(!c)throw new e.b(f.H);e.chmod(c.d,b)},chown:function(a,b,c,d){var h;"string"===typeof a?h=e.i(a,{G:!d}).d:h=a;if(!h.f.o)throw new e.b(f.m);h.f.o(h,{timestamp:Date.now()})},lchown:function(a,b,c){e.chown(a,b,c,!0)},fchown:function(a,b,c){a=e.Z(a);if(!a)throw new e.b(f.H);e.chown(a.d,b,c)},truncate:function(a,b){if(0>b)throw new e.b(f.h);var c;"string"===typeof a?c=e.i(a,{G:!0}).d:c=a;if(!c.f.o)throw new e.b(f.m);if(e.l(c.mode))throw new e.b(f.ma);
+if(!e.isFile(c.mode))throw new e.b(f.h);var d=e.U(c,"w");if(d)throw new e.b(d);c.f.o(c,{size:b,timestamp:Date.now()})},Tf:function(a,b){var c=e.Z(a);if(!c)throw new e.b(f.H);if(0===(c.flags&2097155))throw new e.b(f.h);e.truncate(c.d,b)},Dd:function(a,b,c){a=e.i(a,{G:!0}).d;a.f.o(a,{timestamp:Math.max(b,c)})},open:function(a,b,c,k,h){if(""===a)throw new e.b(f.F);b="string"===typeof b?e.gd(b):b;c=b&64?("undefined"===typeof c?438:c)&4095|32768:0;var l;if("object"===typeof a)l=a;else{a=q.normalize(a);
+try{l=e.i(a,{G:!(b&131072)}).d}catch(n){}}var g=!1;if(b&64)if(l){if(b&128)throw new e.b(f.Eb);}else l=e.C(a,c,0),g=!0;if(!l)throw new e.b(f.F);e.Oa(l.mode)&&(b&=-513);if(b&65536&&!e.l(l.mode))throw new e.b(f.ea);if(!g&&(c=e.ed(l,b)))throw new e.b(c);b&512&&e.truncate(l,0);b&=-641;k=e.Jc({d:l,path:e.K(l),flags:b,seekable:!0,position:0,g:l.g,Cd:[],error:!1},k,h);k.g.open&&k.g.open(k);!d.logReadFiles||b&1||(e.ub||(e.ub={}),a in e.ub||(e.ub[a]=1,d.printErr("read file: "+a)));try{e.q.onOpenFile&&(h=0,
+1!==(b&2097155)&&(h|=e.fc.bc.mc),0!==(b&2097155)&&(h|=e.fc.bc.nc),e.q.onOpenFile(a,h))}catch(m){console.log("FS.trackingDelegate['onOpenFile']('"+a+"', flags) threw an exception: "+m.message)}return k},close:function(a){a.kb&&(a.kb=null);try{a.g.close&&a.g.close(a)}catch(b){throw b;}finally{e.yc(a.fd)}},B:function(a,b,c){if(!a.seekable||!a.g.B)throw new e.b(f.Fa);a.position=a.g.B(a,b,c);a.Cd=[];return a.position},read:function(a,b,c,d,h){if(0>d||0>h)throw new e.b(f.h);if(1===(a.flags&2097155))throw new e.b(f.H);
+if(e.l(a.d.mode))throw new e.b(f.ma);if(!a.g.read)throw new e.b(f.h);var l=!0;if("undefined"===typeof h)h=a.position,l=!1;else if(!a.seekable)throw new e.b(f.Fa);b=a.g.read(a,b,c,d,h);l||(a.position+=b);return b},write:function(a,b,c,d,h,l){if(0>d||0>h)throw new e.b(f.h);if(0===(a.flags&2097155))throw new e.b(f.H);if(e.l(a.d.mode))throw new e.b(f.ma);if(!a.g.write)throw new e.b(f.h);a.flags&1024&&e.B(a,0,2);var n=!0;if("undefined"===typeof h)h=a.position,n=!1;else if(!a.seekable)throw new e.b(f.Fa);
+b=a.g.write(a,b,c,d,h,l);n||(a.position+=b);try{if(a.path&&e.q.onWriteToFile)e.q.onWriteToFile(a.path)}catch(g){console.log("FS.trackingDelegate['onWriteToFile']('"+path+"') threw an exception: "+g.message)}return b},ra:function(a,b,c){if(0>b||0>=c)throw new e.b(f.h);if(0===(a.flags&2097155))throw new e.b(f.H);if(!e.isFile(a.d.mode)&&!e.l(node.mode))throw new e.b(f.na);if(!a.g.ra)throw new e.b(f.jc);a.g.ra(a,b,c)},ua:function(a,b,c,d,h,l,g){if(1===(a.flags&2097155))throw new e.b(f.la);if(!a.g.ua)throw new e.b(f.na);
+return a.g.ua(a,b,c,d,h,l,g)},ga:function(a,b,c,d,e){return a&&a.g.ga?a.g.ga(a,b,c,d,e):0},og:function(){return 0},mb:function(a,b,c){if(!a.g.mb)throw new e.b(f.oa);return a.g.mb(a,b,c)},readFile:function(a,b){b=b||{};b.flags=b.flags||"r";b.encoding=b.encoding||"binary";if("utf8"!==b.encoding&&"binary"!==b.encoding)throw Error('Invalid encoding type "'+b.encoding+'"');var c,d=e.open(a,b.flags),h=e.stat(a).size,l=new Uint8Array(h);e.read(d,l,0,h,0);"utf8"===b.encoding?c=ka(l,0):"binary"===b.encoding&&
+(c=l);e.close(d);return c},writeFile:function(a,b,c){c=c||{};c.flags=c.flags||"w";c.encoding=c.encoding||"utf8";if("utf8"!==c.encoding&&"binary"!==c.encoding)throw Error('Invalid encoding type "'+c.encoding+'"');a=e.open(a,c.flags,c.mode);if("utf8"===c.encoding){var d=new Uint8Array(oa(b)+1);b=Ja(b,d,0,d.length);e.write(a,d,0,b,0,c.Kb)}else"binary"===c.encoding&&e.write(a,b,0,b.length,0,c.Kb);e.close(a)},cwd:function(){return e.Mb},chdir:function(a){a=e.i(a,{G:!0});if(!e.l(a.d.mode))throw new e.b(f.ea);
+var b=e.U(a.d,"x");if(b)throw new e.b(b);e.Mb=a.path},Ac:function(){e.mkdir("/tmp");e.mkdir("/home");e.mkdir("/home/web_user")},zc:function(){e.mkdir("/dev");e.xb(e.aa(1,3),{read:function(){return 0},write:function(a,b,d,e){return e}});e.Ta("/dev/null",e.aa(1,3));ja.register(e.aa(5,0),ja.Lc);ja.register(e.aa(6,0),ja.Kc);e.Ta("/dev/tty",e.aa(5,0));e.Ta("/dev/tty1",e.aa(6,0));var a;if("undefined"!==typeof crypto){var b=new Uint8Array(1);a=function(){crypto.getRandomValues(b);return b[0]}}else a=N?function(){return require("crypto").randomBytes(1)[0]}:
+function(){return 256*Math.random()|0};e.O("/dev","random",a);e.O("/dev","urandom",a);e.mkdir("/dev/shm");e.mkdir("/dev/shm/tmp")},Hc:function(){e.mkdir("/proc");e.mkdir("/proc/self");e.mkdir("/proc/self/fd");e.j({j:function(){var a=e.createNode("/proc/self","fd",16895,73);a.f={lookup:function(a,c){var d=e.Z(+c);if(!d)throw new e.b(f.H);var h={parent:null,j:{wa:"fake"},f:{readlink:function(){return d.path}}};return h.parent=h}};return a}},{},"/proc/self/fd")},Ic:function(){d.stdin?e.O("/dev","stdin",
+d.stdin):e.symlink("/dev/tty","/dev/stdin");d.stdout?e.O("/dev","stdout",null,d.stdout):e.symlink("/dev/tty","/dev/stdout");d.stderr?e.O("/dev","stderr",null,d.stderr):e.symlink("/dev/tty1","/dev/stderr");var a=e.open("/dev/stdin","r");u(0===a.fd,"invalid handle for stdin ("+a.fd+")");a=e.open("/dev/stdout","w");u(1===a.fd,"invalid handle for stdout ("+a.fd+")");a=e.open("/dev/stderr","w");u(2===a.fd,"invalid handle for stderr ("+a.fd+")")},Rb:function(){e.b||(e.b=function(a,b){this.d=b;this.ud=function(a){this.I=
+a;for(var b in f)if(f[b]===a){this.code=b;break}};this.ud(a);this.message=rc[a]},e.b.prototype=Error(),e.b.prototype.constructor=e.b,[f.F].forEach(function(a){e.jb[a]=new e.b(a);e.jb[a].stack="<generic error, no stack>"}))},Ab:function(){e.Rb();e.M=Array(4096);e.j(r,{},"/");e.Ac();e.zc();e.Hc();e.Oc={MEMFS:r,IDBFS:z,NODEFS:v,WORKERFS:E}},T:function(a,b,c){u(!e.T.Na,"FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)");
+e.T.Na=!0;e.Rb();d.stdin=a||d.stdin;d.stdout=b||d.stdout;d.stderr=c||d.stderr;e.Ic()},nd:function(){e.T.Na=!1;var a=d._fflush;a&&a(0);for(a=0;a<e.ja.length;a++){var b=e.ja[a];b&&e.close(b)}},Y:function(a,b){var c=0;a&&(c|=365);b&&(c|=146);return c},ig:function(a,b){var c=q.join.apply(null,a);b&&"/"==c[0]&&(c=c.substr(1));return c},Cf:function(a,b){return q.resolve(b,a)},sg:function(a){return q.normalize(a)},Sf:function(a,b){var c=e.cb(a,b);if(c.exists)return c.object;ra(c.error);return null},cb:function(a,
+b){try{var c=e.i(a,{G:!b});a=c.path}catch(d){}var h={Pa:!1,exists:!1,error:0,name:null,path:null,object:null,kd:!1,md:null,ld:null};try{c=e.i(a,{parent:!0}),h.kd=!0,h.md=c.path,h.ld=c.d,h.name=q.basename(a),c=e.i(a,{G:!b}),h.exists=!0,h.path=c.path,h.object=c.d,h.name=c.d.name,h.Pa="/"===c.path}catch(l){h.error=l.I}return h},Cc:function(a,b,c,d){a=q.t("string"===typeof a?a:e.K(a),b);c=e.Y(c,d);return e.mkdir(a,c)},Fc:function(a,b){a="string"===typeof a?a:e.K(a);for(var c=b.split("/").reverse();c.length;){var d=
+c.pop();if(d){var h=q.t(a,d);try{e.mkdir(h)}catch(l){}a=h}}return h},Bc:function(a,b,c,d,h){a=q.t("string"===typeof a?a:e.K(a),b);d=e.Y(d,h);return e.create(a,d)},eb:function(a,b,c,d,h,l){a=b?q.t("string"===typeof a?a:e.K(a),b):a;d=e.Y(d,h);h=e.create(a,d);if(c){if("string"===typeof c){a=Array(c.length);b=0;for(var f=c.length;b<f;++b)a[b]=c.charCodeAt(b);c=a}e.chmod(h,d|146);a=e.open(h,"w");e.write(a,c,0,c.length,0,l);e.close(a);e.chmod(h,d)}return h},O:function(a,b,c,d){a=q.t("string"===typeof a?
+a:e.K(a),b);b=e.Y(!!c,!!d);e.O.pb||(e.O.pb=64);var h=e.aa(e.O.pb++,0);e.xb(h,{open:function(a){a.seekable=!1},close:function(){d&&d.buffer&&d.buffer.length&&d(10)},read:function(a,b,d,k){for(var h=0,g=0;g<k;g++){var m;try{m=c()}catch(p){throw new e.b(f.Q);}if(void 0===m&&0===h)throw new e.b(f.Db);if(null===m||void 0===m)break;h++;b[d+g]=m}h&&(a.d.timestamp=Date.now());return h},write:function(a,b,c,h){for(var g=0;g<h;g++)try{d(b[c+g])}catch(m){throw new e.b(f.Q);}h&&(a.d.timestamp=Date.now());return g}});
+return e.Ta(a,b,h)},Ec:function(a,b,c){a=q.t("string"===typeof a?a:e.K(a),b);return e.symlink(c,a)},Ub:function(a){if(a.nb||a.ad||a.link||a.c)return!0;var b=!0;if("undefined"!==typeof XMLHttpRequest)throw Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.");if(d.read)try{a.c=ba(d.read(a.url),!0),a.k=a.c.length}catch(c){b=!1}else throw Error("Cannot load without read() or XMLHttpRequest.");
+b||ra(f.Q);return b},Dc:function(a,b,c,d,h){function l(){this.ob=!1;this.Ka=[]}l.prototype.get=function(a){if(!(a>this.length-1||0>a)){var b=a%this.chunkSize;return this.Yb(a/this.chunkSize|0)[b]}};l.prototype.td=function(a){this.Yb=a};l.prototype.Jb=function(){var a=new XMLHttpRequest;a.open("HEAD",c,!1);a.send(null);if(!(200<=a.status&&300>a.status||304===a.status))throw Error("Couldn't load "+c+". Status: "+a.status);var b=Number(a.getResponseHeader("Content-length")),d,e=(d=a.getResponseHeader("Accept-Ranges"))&&
+"bytes"===d,a=(d=a.getResponseHeader("Content-Encoding"))&&"gzip"===d,k=1048576;e||(k=b);var h=this;h.td(function(a){var d=a*k,e=(a+1)*k-1,e=Math.min(e,b-1);if("undefined"===typeof h.Ka[a]){var f=h.Ka;if(d>e)throw Error("invalid range ("+d+", "+e+") or no bytes requested!");if(e>b-1)throw Error("only "+b+" bytes available! programmer error!");var l=new XMLHttpRequest;l.open("GET",c,!1);b!==k&&l.setRequestHeader("Range","bytes="+d+"-"+e);"undefined"!=typeof Uint8Array&&(l.responseType="arraybuffer");
+l.overrideMimeType&&l.overrideMimeType("text/plain; charset=x-user-defined");l.send(null);if(!(200<=l.status&&300>l.status||304===l.status))throw Error("Couldn't load "+c+". Status: "+l.status);d=void 0!==l.response?new Uint8Array(l.response||[]):ba(l.responseText||"",!0);f[a]=d}if("undefined"===typeof h.Ka[a])throw Error("doXHR failed!");return h.Ka[a]});if(a||!b)k=b=1,k=b=this.Yb(0).length,console.log("LazyFiles on gzip forces download of the whole file when length is accessed");this.pc=b;this.oc=
+k;this.ob=!0};if("undefined"!==typeof XMLHttpRequest){if(!ca)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var g=new l;Object.defineProperties(g,{length:{get:function(){this.ob||this.Jb();return this.pc}},chunkSize:{get:function(){this.ob||this.Jb();return this.oc}}});g={nb:!1,c:g}}else g={nb:!1,url:c};var m=e.Bc(a,b,g,d,h);g.c?m.c=g.c:g.url&&(m.c=null,m.url=g.url);Object.defineProperties(m,{k:{get:function(){return this.c.length}}});
+var p={};Object.keys(m.g).forEach(function(a){var b=m.g[a];p[a]=function(){if(!e.Ub(m))throw new e.b(f.Q);return b.apply(null,arguments)}});p.read=function(a,b,c,d,k){if(!e.Ub(m))throw new e.b(f.Q);a=a.d.c;if(k>=a.length)return 0;d=Math.min(a.length-k,d);u(0<=d);if(a.slice)for(var h=0;h<d;h++)b[c+h]=a[k+h];else for(h=0;h<d;h++)b[c+h]=a.get(k+h);return d};m.g=p;return m},Gc:function(a,b,c,k,h,l,f,g,m,p){function r(c){function q(c){p&&p();g||e.eb(a,b,c,k,h,m);l&&l();Ya()}var u=!1;d.preloadPlugins.forEach(function(a){!u&&
+a.canHandle(t)&&(a.handle(c,t,q,function(){f&&f();Ya()}),u=!0)});u||q(c)}Browser.T();var t=b?q.resolve(q.t(a,b)):a;zb();"string"==typeof c?Browser.Ff(c,function(a){r(a)},f):r(c)},indexedDB:function(){return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},Cb:function(){return"EM_FS_"+window.location.pathname},Ea:20,v:"FILE_DATA",qg:function(a,b,c){b=b||function(){};c=c||function(){};var d=e.indexedDB();try{var h=d.open(e.Cb(),e.Ea)}catch(l){return c(l)}h.onupgradeneeded=
+function(){console.log("creating db");h.result.createObjectStore(e.v)};h.onsuccess=function(){var d=h.result.transaction([e.v],"readwrite"),k=d.objectStore(e.v),l=0,f=0,g=a.length;a.forEach(function(a){a=k.put(e.cb(a).object.c,a);a.onsuccess=function(){l++;l+f==g&&(0==f?b():c())};a.onerror=function(){f++;l+f==g&&(0==f?b():c())}});d.onerror=c};h.onerror=c},jg:function(a,b,c){b=b||function(){};c=c||function(){};var d=e.indexedDB();try{var h=d.open(e.Cb(),e.Ea)}catch(f){return c(f)}h.onupgradeneeded=
+c;h.onsuccess=function(){var d=h.result;try{var k=d.transaction([e.v],"readonly")}catch(f){c(f);return}var l=k.objectStore(e.v),g=0,m=0,p=a.length;a.forEach(function(a){var d=l.get(a);d.onsuccess=function(){e.cb(a).exists&&e.unlink(a);e.eb(q.dirname(a),q.basename(a),d.result,!0,!0,!0);g++;g+m==p&&(0==m?b():c())};d.onerror=function(){m++;g+m==p&&(0==m?b():c())}});k.onerror=c};h.onerror=c}},t={Ed:5,mg:{},umask:511,Gf:function(a,b){if("/"!==b[0]){var c;if(-100===a)c=e.cwd();else{c=e.Z(a);if(!c)throw new e.b(f.H);
+c=c.path}b=q.t(c,b)}return b},Qf:function(a,b,c){try{var d=a(b)}catch(h){if(h&&h.d&&q.normalize(b)!==q.normalize(e.K(h.d)))return-f.ea;throw h;}p[c>>2]=d.dev;p[c+4>>2]=0;p[c+8>>2]=d.ino;p[c+12>>2]=d.mode;p[c+16>>2]=d.nlink;p[c+20>>2]=d.uid;p[c+24>>2]=d.gid;p[c+28>>2]=d.rdev;p[c+32>>2]=0;p[c+36>>2]=d.size;p[c+40>>2]=4096;p[c+44>>2]=d.blocks;p[c+48>>2]=d.atime.getTime()/1E3|0;p[c+52>>2]=0;p[c+56>>2]=d.mtime.getTime()/1E3|0;p[c+60>>2]=0;p[c+64>>2]=d.ctime.getTime()/1E3|0;p[c+68>>2]=0;p[c+72>>2]=d.ino;
+return 0},Of:function(a,b,c,d){a=new Uint8Array(I.subarray(a,a+c));e.ga(b,a,0,c,d)},Mf:function(a,b){a=q.normalize(a);"/"===a[a.length-1]&&(a=a.substr(0,a.length-1));e.mkdir(a,b,0);return 0},Nf:function(a,b,c){switch(b&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-f.h}e.C(a,b,c);return 0},Pf:function(a,b,c){if(0>=c)return-f.h;a=e.readlink(a);var d=Math.min(c,oa(a)),h=B[b+d];ya(a,b,c+1);B[b+d]=h;return d},Kf:function(a,b){if(b&-8)return-f.h;var c;c=e.i(a,{G:!0}).d;
+var d="";b&4&&(d+="r");b&2&&(d+="w");b&1&&(d+="x");return d&&e.U(c,d)?-f.la:0},Lf:function(a,b,c){var d=e.Z(c);d&&e.close(d);return e.open(a,b,0,c,c).fd},Mc:function(a,b,c,d){for(var h=0,f=0;f<c;f++){var g=p[b+(8*f+4)>>2],m=e.read(a,B,p[b+8*f>>2],g,d);if(0>m)return-1;h+=m;if(m<g)break}return h},Nc:function(a,b,c,d){for(var h=0,f=0;f<c;f++){var g=e.write(a,B,p[b+8*f>>2],p[b+(8*f+4)>>2],d);if(0>g)return-1;h+=g}return h},W:0,get:function(){t.W+=4;return p[t.W-4>>2]},bg:function(){return K(t.get())},
+ta:function(){var a=e.Z(t.get());if(!a)throw new e.b(f.H);return a},ag:function(){var a=SOCKFS.Zf(t.get());if(!a)throw new e.b(f.H);return a},$f:function(a){var b=t.get(),c=t.get();if(a&&0===b)return null;a=__read_sockaddr(b,c);if(a.I)throw new e.b(a.I);a.Gb=DNS.kg(a.Gb)||a.Gb;return a},Uf:function(){var a=t.get(),b=t.get();0<=a?u(0===b):u(-1===b);return a},cg:function(){u(0===t.get())}};d._bitshift64Ashr=sc;d._bitshift64Lshr=tc;d._pthread_cond_broadcast=uc;var Oa=[31,29,31,30,31,30,31,31,30,31,30,
+31],Pa=[31,28,31,30,31,30,31,31,30,31,30,31];d._pthread_mutex_unlock=vc;d._memcpy=wc;d._sbrk=xc;d._bitshift64Shl=yc;d._memmove=zc;var Ac=H([8,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,
+0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0],"i8",2);d._llvm_cttz_i32=Bc;d.___udivmoddi4=Cc;d.___uremdi3=Dc;d._memset=Ec;d.___divdi3=Fc;d._malloc=U;d.___remdi3=Gc;var Db=y;y+=16;var W={};d.___udivdi3=Hc;d.___muldsi3=Ic;d.___muldi3=Jc;d._pthread_self=Kc;var Lc=y;y+=16;e.Ab();va.unshift(function(){d.noFSInit||e.T.Na||e.T()});Va.push(function(){e.ac=!1});V.push(function(){e.nd()});d.FS_createFolder=
+e.Cc;d.FS_createPath=e.Fc;d.FS_createDataFile=e.eb;d.FS_createPreloadedFile=e.Gc;d.FS_createLazyFile=e.Dc;d.FS_createLink=e.Ec;d.FS_createDevice=e.O;d.FS_unlink=e.unlink;va.unshift(function(){ja.T()});V.push(function(){});if(N){var A=require("fs"),Mb=require("path");v.Ab()}N?ma=function(){var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:"undefined"!==typeof dateNow?ma=dateNow:"object"===typeof self&&self.performance&&"function"===typeof self.performance.now?ma=function(){return self.performance.now()}:
+"object"===typeof performance&&"function"===typeof performance.now?ma=function(){return performance.now()}:ma=Date.now;Qa(W);aa=H(1,"i32",2);fb=Q=m.Ib(y);Sa=fb+Lb;gb=m.Ib(Sa);p[aa>>2]=gb;db=!0;d.tc={Math:Math,Int8Array:Int8Array,Int16Array:Int16Array,Int32Array:Int32Array,Uint8Array:Uint8Array,Uint16Array:Uint16Array,Uint32Array:Uint32Array,Float32Array:Float32Array,Float64Array:Float64Array,NaN:NaN,Infinity:Infinity,byteLength:Ta};d.uc={abort:w,assert:u,enlargeMemory:tb,getTotalMemory:function(){return C},
+abortOnCannotGrowMemory:function(){w("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value "+C+", (2) compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ")},invoke_iiiiiiii:function(a,b,c,e,h,f,n,m){try{return d.dynCall_iiiiiiii(a,
+b,c,e,h,f,n,m)}catch(p){if("number"!==typeof p&&"longjmp"!==p)throw p;g.setThrew(1,0)}},invoke_iiii:function(a,b,c,e){try{return d.dynCall_iiii(a,b,c,e)}catch(h){if("number"!==typeof h&&"longjmp"!==h)throw h;g.setThrew(1,0)}},invoke_viiiiii:function(a,b,c,e,h,f,n){try{d.dynCall_viiiiii(a,b,c,e,h,f,n)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_viiiii:function(a,b,c,e,h,f){try{d.dynCall_viiiii(a,b,c,e,h,f)}catch(n){if("number"!==typeof n&&"longjmp"!==n)throw n;g.setThrew(1,
+0)}},invoke_iiiiiid:function(a,b,c,e,h,f,n){try{return d.dynCall_iiiiiid(a,b,c,e,h,f,n)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_i:function(a){try{return d.dynCall_i(a)}catch(b){if("number"!==typeof b&&"longjmp"!==b)throw b;g.setThrew(1,0)}},invoke_vi:function(a,b){try{d.dynCall_vi(a,b)}catch(c){if("number"!==typeof c&&"longjmp"!==c)throw c;g.setThrew(1,0)}},invoke_vii:function(a,b,c){try{d.dynCall_vii(a,b,c)}catch(e){if("number"!==typeof e&&"longjmp"!==e)throw e;
+g.setThrew(1,0)}},invoke_iiiiiii:function(a,b,c,e,h,f,n){try{return d.dynCall_iiiiiii(a,b,c,e,h,f,n)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_ii:function(a,b){try{return d.dynCall_ii(a,b)}catch(c){if("number"!==typeof c&&"longjmp"!==c)throw c;g.setThrew(1,0)}},invoke_viii:function(a,b,c,e){try{d.dynCall_viii(a,b,c,e)}catch(h){if("number"!==typeof h&&"longjmp"!==h)throw h;g.setThrew(1,0)}},invoke_v:function(a){try{d.dynCall_v(a)}catch(b){if("number"!==typeof b&&
+"longjmp"!==b)throw b;g.setThrew(1,0)}},invoke_iiiiiiiii:function(a,b,c,e,h,f,n,m,p){try{return d.dynCall_iiiiiiiii(a,b,c,e,h,f,n,m,p)}catch(q){if("number"!==typeof q&&"longjmp"!==q)throw q;g.setThrew(1,0)}},invoke_iiiii:function(a,b,c,e,h){try{return d.dynCall_iiiii(a,b,c,e,h)}catch(f){if("number"!==typeof f&&"longjmp"!==f)throw f;g.setThrew(1,0)}},invoke_viiii:function(a,b,c,e,h){try{d.dynCall_viiii(a,b,c,e,h)}catch(f){if("number"!==typeof f&&"longjmp"!==f)throw f;g.setThrew(1,0)}},invoke_iii:function(a,
+b,c){try{return d.dynCall_iii(a,b,c)}catch(e){if("number"!==typeof e&&"longjmp"!==e)throw e;g.setThrew(1,0)}},invoke_iiiiid:function(a,b,c,e,h,f){try{return d.dynCall_iiiiid(a,b,c,e,h,f)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},invoke_iiiiii:function(a,b,c,e,h,f){try{return d.dynCall_iiiiii(a,b,c,e,h,f)}catch(m){if("number"!==typeof m&&"longjmp"!==m)throw m;g.setThrew(1,0)}},_pthread_cleanup_pop:function(){u(Ma.level==V.length,"cannot pop if something else added meanwhile!");
+V.pop();Ma.level=V.length},_strftime:Bb,_pthread_cond_wait:function(){return 0},_emscripten_get_now_is_monotonic:Cb,__ZN4wasm22createRemoveMemoryPassEv:function(){d.printErr("missing function: _ZN4wasm22createRemoveMemoryPassEv");w(-1)},_pthread_key_create:function(a){if(0==a)return f.h;p[a>>2]=hb;Ua[hb]=0;hb++;return 0},_abort:function(){d.abort()},__ZN4wasm20createPrecomputePassEv:function(){d.printErr("missing function: _ZN4wasm20createPrecomputePassEv");w(-1)},___gxx_personality_v0:function(){},
+___assert_fail:function(a,b,c,d){ua=!0;throw"Assertion failed: "+K(a)+", at: "+[b?K(b):"unknown filename",c,d?K(d):"unknown function"]+" at "+La();},___cxa_allocate_exception:function(a){return U(a)},_pthread_join:function(){},___buildEnvironment:Qa,_pthread_create:function(){return 11},__addDays:Ca,_strftime_l:function(a,b,c,d){return Bb(a,b,c,d)},__ZN4wasm30createOptimizeInstructionsPassEv:function(){d.printErr("missing function: _ZN4wasm30createOptimizeInstructionsPassEv");w(-1)},___setErrNo:ra,
+__ZN4wasm17createMetricsPassEv:function(){d.printErr("missing function: _ZN4wasm17createMetricsPassEv");w(-1)},_emscripten_memcpy_big:function(a,b,c){I.set(I.subarray(b,b+c),a);return a},___resumeException:function(a){D.Ra||(D.Ra=a);D.xc(D.Ob(a));throw a+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.";},__ZSt18uncaught_exceptionv:qa,_sysconf:function(a){switch(a){case 30:return 4096;case 85:return T/
+4096;case 132:case 133:case 12:case 137:case 138:case 15:case 235:case 16:case 17:case 18:case 19:case 20:case 149:case 13:case 10:case 236:case 153:case 9:case 21:case 22:case 159:case 154:case 14:case 77:case 78:case 139:case 80:case 81:case 82:case 68:case 67:case 164:case 11:case 29:case 47:case 48:case 95:case 52:case 51:case 46:return 200809;case 79:return 0;case 27:case 246:case 127:case 128:case 23:case 24:case 160:case 161:case 181:case 182:case 242:case 183:case 184:case 243:case 244:case 245:case 165:case 178:case 179:case 49:case 50:case 168:case 169:case 175:case 170:case 171:case 172:case 97:case 76:case 32:case 173:case 35:return-1;
+case 176:case 177:case 7:case 155:case 8:case 157:case 125:case 126:case 92:case 93:case 129:case 130:case 131:case 94:case 91:return 1;case 74:case 60:case 69:case 70:case 4:return 1024;case 31:case 42:case 72:return 32;case 87:case 26:case 33:return 2147483647;case 34:case 1:return 47839;case 38:case 36:return 99;case 43:case 37:return 2048;case 0:return 2097152;case 3:return 65536;case 28:return 32768;case 44:return 32767;case 75:return 16384;case 39:return 1E3;case 89:return 700;case 71:return 256;
+case 40:return 255;case 2:return 100;case 180:return 64;case 25:return 20;case 5:return 16;case 6:return 6;case 73:return 4;case 84:return"object"===typeof navigator?navigator.hardwareConcurrency||1:1}ra(f.h);return-1},___cxa_begin_catch:function(a){var b=D.L[a];b&&!b.Ja&&(b.Ja=!0,qa.n--);D.Ja.push(a);D.rc(D.Ob(a));return a},_pthread_getspecific:function(a){return Ua[a]||0},__arraySum:Na,__ZN4wasm21createNameManagerPassEv:function(){d.printErr("missing function: _ZN4wasm21createNameManagerPassEv");
+w(-1)},_pthread_cond_signal:function(){return 0},_pthread_mutex_destroy:function(){},_pthread_once:Da,_getenv:Ea,_clock_gettime:function(a,b){var c;if(0===a)c=Date.now();else if(1===a&&Cb())c=ma();else return ra(f.h),-1;p[b>>2]=c/1E3|0;p[b+4>>2]=c%1E3*1E6|0;return 0},__ZN4wasm23createRemoveImportsPassEv:function(){d.printErr("missing function: _ZN4wasm23createRemoveImportsPassEv");w(-1)},___syscall54:function(a,b){t.W=b;try{var c=t.ta(),d=t.get();switch(d){case 21505:return c.tty?0:-f.oa;case 21506:return c.tty?
+0:-f.oa;case 21519:if(!c.tty)return-f.oa;var h=t.get();return p[h>>2]=0;case 21520:return c.tty?-f.h:-f.oa;case 21531:return h=t.get(),e.mb(c,d,h);default:w("bad ioctl syscall "+d)}}catch(g){return"undefined"!==typeof e&&g instanceof e.b||w(g),-g.I}},___unlock:function(){},__ZN4wasm18createNameListPassEv:function(){d.printErr("missing function: _ZN4wasm18createNameListPassEv");w(-1)},__isLeapYear:Ba,_emscripten_get_now:ma,__ZN4wasm26createReorderFunctionsPassEv:function(){d.printErr("missing function: _ZN4wasm26createReorderFunctionsPassEv");
+w(-1)},_pthread_setspecific:function(a,b){if(!(a in Ua))return f.h;Ua[a]=b;return 0},__ZN4wasm31createRemoveUnusedFunctionsPassEv:function(){d.printErr("missing function: _ZN4wasm31createRemoveUnusedFunctionsPassEv");w(-1)},___cxa_atexit:function(){return Ab.apply(null,arguments)},___cxa_throw:function(a,b,c){D.L[a]={e:a,Hb:a,type:b,Pb:c,Ca:0,Ja:!1};D.Ra=a;"uncaught_exception"in qa?qa.n++:qa.n=1;throw a+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.";
+},__ZN4wasm29createDeadCodeEliminationPassEv:function(){d.printErr("missing function: _ZN4wasm29createDeadCodeEliminationPassEv");w(-1)},___lock:function(){},___syscall6:function(a,b){t.W=b;try{var c=t.ta();e.close(c);return 0}catch(d){return"undefined"!==typeof e&&d instanceof e.b||w(d),-d.I}},_pthread_cleanup_push:Ma,___cxa_pure_virtual:function(){ua=!0;throw"Pure virtual function called!";},_pthread_cond_destroy:function(){return 0},_atexit:Ab,___syscall140:function(a,b){t.W=b;try{var c=t.ta(),
+d=t.get(),f=t.get(),g=t.get(),m=t.get();u(0===d);e.B(c,f,m);p[g>>2]=c.position;c.kb&&0===f&&0===m&&(c.kb=null);return 0}catch(q){return"undefined"!==typeof e&&q instanceof e.b||w(q),-q.I}},___cxa_find_matching_catch:Aa,___syscall145:function(a,b){t.W=b;try{var c=t.ta(),d=t.get(),f=t.get();return t.Mc(c,d,f)}catch(g){return"undefined"!==typeof e&&g instanceof e.b||w(g),-g.I}},___syscall146:function(a,b){t.W=b;try{var c=t.ta(),d=t.get(),f=t.get();return t.Nc(c,d,f)}catch(g){return"undefined"!==typeof e&&
+g instanceof e.b||w(g),-g.I}},STACKTOP:Q,STACK_MAX:Sa,DYNAMICTOP_PTR:aa,tempDoublePtr:nc,ABORT:ua,cttz_i8:Ac,___dso_handle:Lc};// EMSCRIPTEN_START_ASM
var g=(function(global,env,buffer) {
-"almost asm";var a=global.Int8Array;var b=global.Int16Array;var c=global.Int32Array;var d=global.Uint8Array;var e=global.Uint16Array;var f=global.Uint32Array;var g=global.Float32Array;var h=global.Float64Array;var i=new a(buffer);var j=new b(buffer);var k=new c(buffer);var l=new d(buffer);var m=new e(buffer);var n=new f(buffer);var o=new g(buffer);var p=new h(buffer);var q=global.byteLength;var r=env.STACKTOP|0;var s=env.STACK_MAX|0;var t=env.tempDoublePtr|0;var u=env.ABORT|0;var v=env.cttz_i8|0;var w=env.___dso_handle|0;var x=0;var y=0;var z=0;var A=0;var B=global.NaN,C=global.Infinity;var D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;var M=0;var N=global.Math.floor;var O=global.Math.abs;var P=global.Math.sqrt;var Q=global.Math.pow;var R=global.Math.cos;var S=global.Math.sin;var T=global.Math.tan;var U=global.Math.acos;var V=global.Math.asin;var W=global.Math.atan;var X=global.Math.atan2;var Y=global.Math.exp;var Z=global.Math.log;var _=global.Math.ceil;var $=global.Math.imul;var aa=global.Math.min;var ba=global.Math.max;var ca=global.Math.clz32;var da=env.abort;var ea=env.assert;var fa=env.invoke_iiiiiiii;var ga=env.invoke_iiii;var ha=env.invoke_viiiiii;var ia=env.invoke_viiiii;var ja=env.invoke_iiiiiid;var ka=env.invoke_i;var la=env.invoke_vi;var ma=env.invoke_vii;var na=env.invoke_iiiiiii;var oa=env.invoke_ii;var pa=env.invoke_viii;var qa=env.invoke_v;var ra=env.invoke_iiiiiiiii;var sa=env.invoke_iiiii;var ta=env.invoke_viiii;var ua=env.invoke_iii;var va=env.invoke_iiiiid;var wa=env.invoke_iiiiii;var xa=env._pthread_cleanup_pop;var ya=env._strftime;var za=env._pthread_cond_wait;var Aa=env._emscripten_get_now_is_monotonic;var Ba=env.__ZSt18uncaught_exceptionv;var Ca=env.__ZN4wasm22createRemoveMemoryPassEv;var Da=env._pthread_key_create;var Ea=env._abort;var Fa=env.__ZN4wasm20createPrecomputePassEv;var Ga=env.___gxx_personality_v0;var Ha=env.___assert_fail;var Ia=env.___cxa_allocate_exception;var Ja=env._pthread_join;var Ka=env.___buildEnvironment;var La=env._pthread_create;var Ma=env.__addDays;var Na=env._strftime_l;var Oa=env.__ZN4wasm30createOptimizeInstructionsPassEv;var Pa=env.___setErrNo;var Qa=env._sbrk;var Ra=env.__ZN4wasm17createMetricsPassEv;var Sa=env._emscripten_memcpy_big;var Ta=env.___resumeException;var Ua=env.___cxa_find_matching_catch;var Va=env._sysconf;var Wa=env.___cxa_begin_catch;var Xa=env.__ZN4wasm26createDropReturnValuesPassEv;var Ya=env.__arraySum;var Za=env.__ZN4wasm21createNameManagerPassEv;var _a=env._pthread_cond_signal;var $a=env._pthread_mutex_destroy;var ab=env._pthread_once;var bb=env._pthread_getspecific;var cb=env._getenv;var db=env._clock_gettime;var eb=env.__ZN4wasm23createRemoveImportsPassEv;var fb=env.__ZN4wasm21createLowerIfElsePassEv;var gb=env.___syscall54;var hb=env.___unlock;var ib=env.__ZN4wasm18createNameListPassEv;var jb=env.__isLeapYear;var kb=env._emscripten_get_now;var lb=env.__ZN4wasm26createReorderFunctionsPassEv;var mb=env._pthread_setspecific;var nb=env.__ZN4wasm31createRemoveUnusedFunctionsPassEv;var ob=env.___cxa_atexit;var pb=env.___cxa_throw;var qb=env.__ZN4wasm29createDeadCodeEliminationPassEv;var rb=env.___lock;var sb=env.___syscall6;var tb=env._pthread_cleanup_push;var ub=env.___cxa_pure_virtual;var vb=env._pthread_cond_destroy;var wb=env._atexit;var xb=env.___syscall140;var yb=env.___syscall145;var zb=env.___syscall146;var Ab=0;function Bb(newBuffer){if(q(newBuffer)&16777215||q(newBuffer)<=16777215||q(newBuffer)>2147483648)return false;i=new a(newBuffer);j=new b(newBuffer);k=new c(newBuffer);l=new d(newBuffer);m=new e(newBuffer);n=new f(newBuffer);o=new g(newBuffer);p=new h(newBuffer);buffer=newBuffer;return true}
+"almost asm";var a=global.Int8Array;var b=global.Int16Array;var c=global.Int32Array;var d=global.Uint8Array;var e=global.Uint16Array;var f=global.Uint32Array;var g=global.Float32Array;var h=global.Float64Array;var i=new a(buffer);var j=new b(buffer);var k=new c(buffer);var l=new d(buffer);var m=new e(buffer);var n=new f(buffer);var o=new g(buffer);var p=new h(buffer);var q=global.byteLength;var r=env.STACKTOP|0;var s=env.STACK_MAX|0;var t=env.DYNAMICTOP_PTR|0;var u=env.tempDoublePtr|0;var v=env.ABORT|0;var w=env.cttz_i8|0;var x=env.___dso_handle|0;var y=0;var z=0;var A=0;var B=0;var C=global.NaN,D=global.Infinity;var E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0;var N=0;var O=global.Math.floor;var P=global.Math.abs;var Q=global.Math.sqrt;var R=global.Math.pow;var S=global.Math.cos;var T=global.Math.sin;var U=global.Math.tan;var V=global.Math.acos;var W=global.Math.asin;var X=global.Math.atan;var Y=global.Math.atan2;var Z=global.Math.exp;var _=global.Math.log;var $=global.Math.ceil;var aa=global.Math.imul;var ba=global.Math.min;var ca=global.Math.max;var da=global.Math.clz32;var ea=env.abort;var fa=env.assert;var ga=env.enlargeMemory;var ha=env.getTotalMemory;var ia=env.abortOnCannotGrowMemory;var ja=env.invoke_iiiiiiii;var ka=env.invoke_iiii;var la=env.invoke_viiiiii;var ma=env.invoke_viiiii;var na=env.invoke_iiiiiid;var oa=env.invoke_i;var pa=env.invoke_vi;var qa=env.invoke_vii;var ra=env.invoke_iiiiiii;var sa=env.invoke_ii;var ta=env.invoke_viii;var ua=env.invoke_v;var va=env.invoke_iiiiiiiii;var wa=env.invoke_iiiii;var xa=env.invoke_viiii;var ya=env.invoke_iii;var za=env.invoke_iiiiid;var Aa=env.invoke_iiiiii;var Ba=env._pthread_cleanup_pop;var Ca=env._strftime;var Da=env._pthread_cond_wait;var Ea=env._emscripten_get_now_is_monotonic;var Fa=env.__ZN4wasm22createRemoveMemoryPassEv;var Ga=env._pthread_key_create;var Ha=env._abort;var Ia=env.__ZN4wasm20createPrecomputePassEv;var Ja=env.___gxx_personality_v0;var Ka=env.___assert_fail;var La=env.___cxa_allocate_exception;var Ma=env._pthread_join;var Na=env.___buildEnvironment;var Oa=env._pthread_create;var Pa=env.__addDays;var Qa=env._strftime_l;var Ra=env.__ZN4wasm30createOptimizeInstructionsPassEv;var Sa=env.___setErrNo;var Ta=env.__ZN4wasm17createMetricsPassEv;var Ua=env._emscripten_memcpy_big;var Va=env.___resumeException;var Wa=env.__ZSt18uncaught_exceptionv;var Xa=env._sysconf;var Ya=env.___cxa_begin_catch;var Za=env._pthread_getspecific;var _a=env.__arraySum;var $a=env.__ZN4wasm21createNameManagerPassEv;var ab=env._pthread_cond_signal;var bb=env._pthread_mutex_destroy;var cb=env._pthread_once;var db=env._getenv;var eb=env._clock_gettime;var fb=env.__ZN4wasm23createRemoveImportsPassEv;var gb=env.___syscall54;var hb=env.___unlock;var ib=env.__ZN4wasm18createNameListPassEv;var jb=env.__isLeapYear;var kb=env._emscripten_get_now;var lb=env.__ZN4wasm26createReorderFunctionsPassEv;var mb=env._pthread_setspecific;var nb=env.__ZN4wasm31createRemoveUnusedFunctionsPassEv;var ob=env.___cxa_atexit;var pb=env.___cxa_throw;var qb=env.__ZN4wasm29createDeadCodeEliminationPassEv;var rb=env.___lock;var sb=env.___syscall6;var tb=env._pthread_cleanup_push;var ub=env.___cxa_pure_virtual;var vb=env._pthread_cond_destroy;var wb=env._atexit;var xb=env.___syscall140;var yb=env.___cxa_find_matching_catch;var zb=env.___syscall145;var Ab=env.___syscall146;var Bb=0;function Cb(newBuffer){if(q(newBuffer)&16777215||q(newBuffer)<=16777215||q(newBuffer)>2147483648)return false;i=new a(newBuffer);j=new b(newBuffer);k=new c(newBuffer);l=new d(newBuffer);m=new e(newBuffer);n=new f(newBuffer);o=new g(newBuffer);p=new h(newBuffer);buffer=newBuffer;return true}
// EMSCRIPTEN_START_FUNCS
-function Sd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;x=r;r=r+48|0;v=x+24|0;j=x+12|0;w=x;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;k[j>>2]=0;d=j+4|0;k[d>>2]=0;k[j+8>>2]=0;k[w>>2]=0;f=w+4|0;k[f>>2]=0;k[w+8>>2]=0;u=a+108|0;at(c,k[u>>2]|0);at(v,k[u>>2]|0);g=k[u>>2]|0;Qg(j,$(g,g)|0);g=k[u>>2]|0;mt(w,$(g,g)|0);g=k[j>>2]|0;d=k[d>>2]|0;h=g;d=(h+(d>>>5<<2)-g<<3)+(d&31)|0;e=0;while(1){if((d|0)<=0)break;q=g;k[q>>2]=k[q>>2]&~(1<<e);q=(e|0)==31;s=h+4|0;d=d+-1|0;e=q?0:e+1|0;g=q?s:g;h=q?s:h}e=k[w>>2]|0;d=(k[f>>2]|0)-e|0;while(1){if((d|0)<=0)break;s=e;i[s>>0]=0;d=d+-1|0;e=s+1|0}s=a+32|0;m=k[s>>2]|0;m=(k[m+12>>2]|0)-(k[m+8>>2]|0)>>2;q=k[j>>2]|0;p=a+112|0;o=a+144|0;h=0;while(1){if(h>>>0>=m>>>0)break;if((k[(k[b>>2]|0)+(h<<2)>>2]|0)!=(h|0)){n=11;break}k[(k[c>>2]|0)+(h<<2)>>2]=h;f=ZA(k[s>>2]|0,h)|0;k[(k[v>>2]|0)+(h<<2)>>2]=f;f=m;while(1){d=k[u>>2]|0;if(f>>>0>=d>>>0)break;e=($(d,h)|0)+f|0;g=q+(e>>>5<<2)|0;e=1<<(e&31);if(OB(d,k[p>>2]|0,h,f)|0)d=k[g>>2]|e;else d=k[g>>2]&~e;k[g>>2]=d;a=k[u>>2]|0;j=(sE(a,k[o>>2]|0,h,f)|0)&1;a=($(a,h)|0)+f|0;i[(k[w>>2]|0)+a>>0]=j;f=f+1|0}h=h+1|0}if((n|0)==11)Ha(29014,29028,408,29058);f=h;j=h;d=k[u>>2]|0;a:while(1){if(j>>>0>=d>>>0)break;a=k[(k[b>>2]|0)+(j<<2)>>2]|0;d=-1;h=0;e=-1;while(1){if((h|0)==(f|0))break;g=($(k[u>>2]|0,h)|0)+a|0;if(((1<<(g&31)&k[q+(g>>>5<<2)>>2]|0)==0?(n=ZA(k[s>>2]|0,a)|0,(n|0)==(k[(k[v>>2]|0)+(h<<2)>>2]|0)):0)?(t=i[(k[w>>2]|0)+g>>0]|0,(d|0)==-1|(t&255)>(e&255)):0){k[(k[c>>2]|0)+(a<<2)>>2]=h;e=t;d=h}h=h+1|0}if((d|0)==-1){k[(k[c>>2]|0)+(a<<2)>>2]=f;h=ZA(k[s>>2]|0,a)|0;k[(k[v>>2]|0)+(f<<2)>>2]=h;h=f+1|0}else{h=f;f=d}g=j+1|0;e=g;while(1){d=k[u>>2]|0;if(e>>>0>=d>>>0){f=h;j=g;continue a}n=k[(k[b>>2]|0)+(e<<2)>>2]|0;m=n+($(d,f)|0)|0;j=q+(m>>>5<<2)|0;m=1<<(m&31);y=k[j>>2]|0;d=OB(d,k[p>>2]|0,a,n)|0|(m&y|0)!=0;k[j>>2]=d?y|m:y&~m;j=k[u>>2]|0;m=(sE(j,k[o>>2]|0,a,n)|0)&1;n=($(j,f)|0)+n|0;n=(k[w>>2]|0)+n|0;i[n>>0]=(l[n>>0]|0)+m;e=e+1|0}}rA(w);gM(q);qA(v);r=x;return}function Td(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;g=q;j=q+4|0;k[g>>2]=b;e=k[b>>2]|0;p=a+44|0;f=b;a:do switch(k[e>>2]|0){case 4:{c=k[p>>2]|0;d=a+48|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;o=b+-4|0;k[d>>2]=o;b=o}o=(bI(e)|0)+16|0;if(k[o>>2]|0){i[a+41>>0]=0;break a}b=k[d>>2]|0;if((b|0)==(k[a+52>>2]|0))en(p,g);else{k[b>>2]=f;k[d>>2]=(k[d>>2]|0)+4}i[a+41>>0]=1;break}case 19:{b=k[p>>2]|0;c=a+48|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;o=d+-4|0;k[c>>2]=o;d=o}if((b|0)==(k[a+52>>2]|0))en(p,g);else{k[b>>2]=f;k[c>>2]=(k[c>>2]|0)+4}i[a+41>>0]=1;break}case 2:{o=(lI(e)|0)+16|0;if(k[o>>2]|0){h=a+60|0;o=k[h>>2]|0;b=o;if((o|0)==(k[a+56>>2]|0))Ha(26076,25073,68,26101);f=k[b+-8>>2]|0;g=a+48|0;e=a+52|0;b=k[b+-12>>2]|0;while(1){if((b|0)==(f|0))break;c=k[b>>2]|0;k[j>>2]=c;d=k[g>>2]|0;if((d|0)==(k[e>>2]|0))en(p,j);else{k[d>>2]=c;k[g>>2]=(k[g>>2]|0)+4}b=b+4|0}c=k[h>>2]|0;b=c+-12|0;while(1){if((c|0)==(b|0))break a;p=c+-12|0;k[h>>2]=p;qA(p);c=k[h>>2]|0}}break}case 1:{m=cI(e)|0;j=k[m+8>>2]|0;if(j|0){l=(k[a+48>>2]|0)-(k[p>>2]|0)>>2;n=a+40|0;h=a+41|0;b=0;g=0;while(1){if((g|0)==(l|0))break;c=k[p>>2]|0;e=k[c+(g<<2)>>2]|0;f=k[e>>2]|0;d=e;do if(!((f|0)==0|(k[f>>2]|0)!=4)?(k[f+8>>2]|0)==(j|0):0){c=k[f+12>>2]|0;if(!c){k[f>>2]=21;k[f+4>>2]=0}else{if(!(i[h>>0]|0))break;k[e>>2]=c}i[n>>0]=1;b=b+1|0}else o=41;while(0);if((o|0)==41){o=0;if(!b)b=0;else k[c+(g-b<<2)>>2]=d}g=g+1|0}if(b|0)fs(p,l-b|0);c=m+12|0;b=m+20|0;while(1){if(!(k[b>>2]|0))break a;p=iE(c)|0;if((k[k[p>>2]>>2]|0)!=21)break a;$v(c,(k[b>>2]|0)+-1|0);i[n>>0]=1}}break}case 21:{i[a+41>>0]=0;break}default:{b=k[p>>2]|0;c=a+48|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;p=d+-4|0;k[c>>2]=p;d=p}i[a+41>>0]=0}}while(0);r=q;return}function Ud(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+4208|0;s=v+4176|0;f=v;u=v+4112|0;if((a|0)!=0?(e=(b|0)!=0,t=(c|0)==0,!(e&t)):0){if(e)p=k[c>>2]|0;else p=0;k[f+4096>>2]=f;e=f;k[u>>2]=0;q=u+4|0;k[q>>2]=0;k[u+8>>2]=0;k[u+12>>2]=e;j=u+16|0;k[j>>2]=0;l=u+20|0;k[l>>2]=0;k[u+24>>2]=0;k[u+28>>2]=e;k[u+32>>2]=0;f=u+36|0;k[f>>2]=0;k[u+40>>2]=0;m=u+44|0;k[m>>2]=e;h=u+48|0;g=u+61|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+12>>0]=0;i[g>>0]=1;h=u+32|0;ht(s,1,0,m);m=s+8|0;n=k[m>>2]|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;k[n+12>>2]=e;k[m>>2]=n+16;Hj(h,s);Mp(s);m=u+62|0;i[m>>0]=0;i[u+63>>0]=1;k[s>>2]=0;n=a+(pq(a)|0)|0;sd(a,n,u,s);e=k[s>>2]|0;do if(!((e|0)!=0|(i[m>>0]|0)==0)){h=k[h>>2]|0;if((h|0)!=(k[f>>2]|0)?(k[h>>2]|0)!=(k[h+4>>2]|0):0){i[m>>0]=0;i[g>>0]=0;e=k[u>>2]|0;while(1){f=k[q>>2]|0;if((f|0)==(e|0))break;h=f+-24|0;k[q>>2]=h;SB(h)}e=k[j>>2]|0;while(1){f=k[l>>2]|0;if((f|0)==(e|0))break;j=f+-16|0;k[l>>2]=j;Qs(j)}sd(a,n,u,s);if(!(i[m>>0]|0)){e=k[s>>2]|0;o=19;break}else{k[s>>2]=-2;b=0;e=-2;break}}else o=20}else o=19;while(0);if((o|0)==19)if(!e)o=20;else b=0;do if((o|0)==20){f=k[q>>2]|0;e=i[f+-24+11>>0]|0;if(e<<24>>24<0)g=k[f+-20>>2]|0;else g=e&255;e=i[f+-12+11>>0]|0;if(e<<24>>24<0)e=k[f+-8>>2]|0;else e=e&255;f=e+g|0;e=f+1|0;if(e>>>0>p>>>0){b=rr(b,e)|0;if(!b){k[s>>2]=-1;b=0;e=-1;break}if(!t)k[c>>2]=e}else if(!b){b=0;e=0;break}t=k[q>>2]|0;c=t+-12|0;e=i[c+11>>0]|0;s=e<<24>>24<0;$m(t+-24|0,s?k[c>>2]|0:c,s?k[t+-8>>2]|0:e&255)|0;e=(k[q>>2]|0)+-24|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;Fr(b|0,e|0,f|0)|0;i[b+f>>0]=0;e=0}while(0);if(d|0)k[d>>2]=e;Uu(u)}else if(!d)b=0;else{k[d>>2]=-3;b=0}r=v;return b|0}function Vd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;e=k[b>>2]|0;if((d|0)!=0?(f=k[d>>2]|0,(f|0)!=0):0)if(!a){d=c;g=e;j=16}else{k[d>>2]=0;d=c;h=e;j=36}else if(!a){d=c;j=7}else{f=a;d=c;j=6}a:while(1)if((j|0)==6){if(!d){j=26;break}else g=f;while(1){f=i[e>>0]|0;b:do if(((f&255)+-1|0)>>>0<127?d>>>0>4&(e&3|0)==0:0){f=g;do{g=k[e>>2]|0;if((g+-16843009|g)&-2139062144|0){a=f;h=e;f=g&255;break b}k[f>>2]=g&255;k[f+4>>2]=l[e+1>>0];k[f+8>>2]=l[e+2>>0];a=e;e=e+4|0;j=f;f=f+16|0;k[j+12>>2]=l[a+3>>0];d=d+-4|0}while(d>>>0>4);a=f;h=e;f=i[e>>0]|0}else{a=g;h=e}while(0);g=f&255;if((g+-1|0)>>>0>=127)break;e=h+1|0;k[a>>2]=g;d=d+-1|0;if(!d){j=26;break a}else g=a+4|0}e=g+-194|0;if(e>>>0>50){e=h;g=a;j=48;break}f=k[4880+(e<<2)>>2]|0;h=h+1|0;j=36;continue}else if((j|0)==7){while(1){f=i[e>>0]|0;if(((f&255)+-1|0)>>>0<127?(e&3|0)==0:0){j=k[e>>2]|0;f=j&255;if(!((j+-16843009|j)&-2139062144)){do{e=e+4|0;d=d+-4|0;f=k[e>>2]|0}while(((f+-16843009|f)&-2139062144|0)==0);f=f&255}}g=f&255;if((g+-1|0)>>>0>=127)break;e=e+1|0;d=d+-1|0}g=g+-194|0;if(g>>>0>50){g=a;j=48;break}f=k[4880+(g<<2)>>2]|0;g=e+1|0;j=16;continue}else if((j|0)==16){j=(l[g>>0]|0)>>>3;if((j+-16|j+(f>>26))>>>0>7){j=17;break}e=g+1|0;if(f&33554432){if((i[e>>0]&-64)<<24>>24!=-128){j=20;break}e=g+2|0;if(f&524288){if((i[e>>0]&-64)<<24>>24!=-128){j=23;break}e=g+3|0}}d=d+-1|0;j=7;continue}else if((j|0)==36){g=l[h>>0]|0;j=g>>>3;if((j+-16|j+(f>>26))>>>0>7){j=37;break}e=h+1|0;g=g+-128|f<<6;if((g|0)<0){f=(l[e>>0]|0)+-128|0;if(f>>>0>63){j=40;break}e=h+2|0;f=f|g<<6;if((f|0)<0){e=(l[e>>0]|0)+-128|0;if(e>>>0>63){j=43;break}f=e|f<<6;e=h+3|0}}else f=g;k[a>>2]=f;f=a+4|0;d=d+-1|0;j=6;continue}if((j|0)==17){h=g+-1|0;g=a;j=46}else if((j|0)==20){h=g+-1|0;g=a;j=46}else if((j|0)==23){h=g+-1|0;g=a;j=46}else if((j|0)==26)k[b>>2]=e;else if((j|0)==37){h=h+-1|0;g=a;j=46}else if((j|0)==40){e=h+-1|0;c=a;j=52}else if((j|0)==43){e=h+-1|0;c=a;j=52}if((j|0)==46)if(!f){e=h;f=i[h>>0]|0;j=48}else{e=h;c=g;j=52}if((j|0)==48)if(!(f<<24>>24)){if(g|0){k[g>>2]=0;k[b>>2]=0}c=c-d|0}else{c=g;j=52}if((j|0)==52){j=FI()|0;k[j>>2]=84;if(!c)c=-1;else{k[b>>2]=e;c=-1}}return c|0}function Wd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;jr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=ID(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;xr(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){xr(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;xr(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(wg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=Zm(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=M;Ej(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;WI(y);WI(x);r=A;return f|0}function Xd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;jr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=ID(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;xr(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){xr(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;xr(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(wg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=In(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=M;Ej(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;WI(y);WI(x);r=A;return f|0}function Yd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;B=r;r=r+224|0;s=B+198|0;g=B+196|0;y=B+184|0;z=B+172|0;w=B+168|0;x=B+8|0;v=B+4|0;u=B;f=k[c+4>>2]|0;jr(y,c,s,g);k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[z+(c<<2)>>2]=0;c=c+1|0}t=ID(f)|0;p=z+11|0;q=z+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;xr(z,c);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h;k[v>>2]=x;k[u>>2]=0;o=z+4|0;n=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){m=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=m?0:c;f=m?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else A=14}else A=14;while(0);if((A|0)==14){A=0;if(g){c=0;b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[w>>2]|0)==(h+a|0)){xr(z,a<<1);if((i[p>>0]|0)<0)g=(k[q>>2]&2147483647)+-1|0;else g=10;xr(z,g);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h+a}a=c+12|0;g=k[a>>2]|0;m=c+16|0;if((g|0)==(k[m>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(wg(g&255,t,h,w,u,n,y,x,v,s)|0)break;g=k[a>>2]|0;if((g|0)==(k[m>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}s=i[y+11>>0]|0;g=k[v>>2]|0;if(((s<<24>>24<0?k[y+4>>2]|0:s&255)|0)!=0?(g-x|0)<160:0){s=k[u>>2]|0;u=g+4|0;k[v>>2]=u;k[g>>2]=s;g=u}w=km(h,k[w>>2]|0,d,t)|0;j[e>>1]=w;Ej(y,x,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){x=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=x?0:f;c=x?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){A=37;break}if(!c)A=38}else A=37;while(0);if((A|0)==37?c:0)A=38;if((A|0)==38)k[d>>2]=k[d>>2]|2;WI(z);WI(y);r=B;return f|0}function Zd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;jr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=ID(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;xr(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){xr(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;xr(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(wg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=wm(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;Ej(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;WI(y);WI(x);r=A;return f|0}function _d(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;jr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=ID(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;xr(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){xr(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;xr(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(wg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=sk(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;Ej(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;WI(y);WI(x);r=A;return f|0}function $d(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[b+11>>0]|0;d=e<<24>>24<0;e=d?k[b+4>>2]|0:e&255;a:do switch(e|0){case 0:{pt(a,b);break}case 11:if(!(CH(d?k[b>>2]|0:b,38592,11)|0)){Gm(b,39196,70);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,39267,12);break a}else{c=b;g=11;break a}case 12:{if(!(CH(d?k[b>>2]|0:b,38604,12)|0)){Gm(b,39280,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,39330,13);break a}if(!(CH(d?k[b>>2]|0:b,38617,12)|0)){Gm(b,39344,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,39394,13)}else{c=b;g=11}break}default:if((e|0)==13){c=k[b>>2]|0;if(!(CH(d?c:b,38630,13)|0)){Gm(b,39408,50);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,39459,14)}else g=14}else{c=b;g=11}}while(0);if((g|0)==11){c=k[c>>2]|0;g=14}b:do if((g|0)==14){f=d?c:b;c=f+e|0;c:do if((i[c+-1>>0]|0)==62){b=1;d:while(1){e:while(1){d=c+-1|0;if((d|0)==(f|0))break d;c=c+-2|0;switch(i[c>>0]|0){case 60:{g=21;break e}case 62:{g=22;break e}default:c=d}}if((g|0)==21){b=b+-1|0;if(!b)break c;else{c=d;continue}}else if((g|0)==22){b=b+1|0;c=d;continue}}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break b;k[a+(c<<2)>>2]=0;c=c+1|0}}while(0);d=c;while(1){b=d+-1|0;if((b|0)==(f|0)){b=f;break}if((i[b>>0]|0)==58){b=d;break}else d=b}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;e=c-b|0;if(e>>>0>4294967279)zL();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;g=$b(f)|0;k[a>>2]=g;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=g}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0}while(0);return}function ae(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;n=t+16|0;p=t+12|0;s=t;k[p>>2]=b;q=a+12|0;if(i[q>>0]|0){o=PE(42756,15042)|0;m=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=m;m=WH(m,43460)|0;m=Rb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;YK(n);Hm(o,m);Qp(o)}k[s>>2]=0;m=s+4|0;k[m>>2]=0;k[s+8>>2]=0;o=a+88|0;e=a+92|0;f=a+84|0;g=s+8|0;h=a+4|0;while(1){c=Um(a)|0;k[b+8>>2]=c;d=k[o>>2]|0;if((d|0)==(k[e>>2]|0))en(f,b+8|0);else{k[d>>2]=c;k[o>>2]=(k[o>>2]|0)+4}c=k[m>>2]|0;if((c|0)==(k[g>>2]|0))en(s,p);else{k[c>>2]=b;k[m>>2]=(k[m>>2]|0)+4}if((sh(a)|0)<<24>>24!=1)break;b=VA(k[h>>2]|0)|0;k[p>>2]=b}Gl(a);h=a+96|0;j=a+100|0;l=a+104|0;e=0;a:while(1){g=k[m>>2]|0;d=g;if((g|0)==(k[s>>2]|0)){b=32;break}b=k[d+-4>>2]|0;k[p>>2]=b;c=0;while(1){if((c|0)==-1)break;g=c+-1|0;k[m>>2]=d+(g<<2);c=g}c=k[j>>2]|0;g=c-(k[h>>2]|0)>>2;if(e){k[n>>2]=e;if(c>>>0<(k[l>>2]|0)>>>0){k[c>>2]=e;k[j>>2]=(k[j>>2]|0)+4;b=k[p>>2]|0}else en(h,n)}hq(a);d=(k[j>>2]|0)-(k[h>>2]|0)>>2;if(d>>>0<g>>>0){b=24;break}e=b+12|0;f=b+20|0;c=g;while(1){if(c>>>0>=d>>>0)break;if(i[q>>0]|0){u=PE(42756,24992)|0;u=PE(Oi(u,k[(k[h>>2]|0)+(c<<2)>>2]|0)|0,15081)|0;u=Oi(u,k[f>>2]|0)|0;v=oF(u+(k[(k[u>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=v;v=WH(v,43460)|0;v=Rb[k[(k[v>>2]|0)+28>>2]&31](v,10)|0;YK(n);Hm(u,v);Qp(u)}xx(e,k[(k[h>>2]|0)+(c<<2)>>2]|0);c=c+1|0}fs(h,g);Ln(k[p>>2]|0);d=k[o>>2]|0;c=0;while(1){if((c|0)==-1){e=b;continue a}v=c+-1|0;k[o>>2]=d+(v<<2);c=v}}if((b|0)==24)Ha(15057,13928,1787,15070);else if((b|0)==32){qA(s);r=t;return}}function be(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;a:do switch(k[c+4>>2]|0){case 1:{c=j[c+8>>1]|0;e=(c&65535)>>>8&255;switch((c&255)<<24>>24){case 1:{c=i[(k[b+4>>2]|0)+(k[d>>2]|0)>>0]|0;if(!(e<<24>>24)){k[a>>2]=1;k[a+8>>2]=c&255;break a}else{k[a>>2]=1;k[a+8>>2]=c<<24>>24;break a}}case 2:{c=(k[b+4>>2]|0)+(k[d>>2]|0)|0;c=l[c>>0]|l[c+1>>0]<<8;if(!(e<<24>>24)){k[a>>2]=1;k[a+8>>2]=c&65535;break a}else{k[a>>2]=1;k[a+8>>2]=c<<16>>16;break a}}case 4:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;d=l[d>>0]|l[d+1>>0]<<8|l[d+2>>0]<<16|l[d+3>>0]<<24;k[a>>2]=1;k[a+8>>2]=d;break a}default:Ea()}break}case 2:{c=j[c+8>>1]|0;e=(c&65535)>>>8&255;switch((c&255)<<24>>24){case 1:{c=i[(k[b+4>>2]|0)+(k[d>>2]|0)>>0]|0;if(!(e<<24>>24)){k[a>>2]=2;a=a+8|0;k[a>>2]=c&255;k[a+4>>2]=0;break a}else{d=c<<24>>24;k[a>>2]=2;a=a+8|0;k[a>>2]=d;k[a+4>>2]=((d|0)<0)<<31>>31;break a}}case 2:{c=(k[b+4>>2]|0)+(k[d>>2]|0)|0;c=l[c>>0]|l[c+1>>0]<<8;if(!(e<<24>>24)){k[a>>2]=2;a=a+8|0;k[a>>2]=c&65535;k[a+4>>2]=0;break a}else{d=c<<16>>16;k[a>>2]=2;a=a+8|0;k[a>>2]=d;k[a+4>>2]=((d|0)<0)<<31>>31;break a}}case 4:{c=(k[b+4>>2]|0)+(k[d>>2]|0)|0;c=l[c>>0]|l[c+1>>0]<<8|l[c+2>>0]<<16|l[c+3>>0]<<24;if(!(e<<24>>24)){k[a>>2]=2;a=a+8|0;k[a>>2]=c;k[a+4>>2]=0;break a}else{k[a>>2]=2;a=a+8|0;k[a>>2]=c;k[a+4>>2]=((c|0)<0)<<31>>31;break a}}case 8:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;e=d;e=l[e>>0]|l[e+1>>0]<<8|l[e+2>>0]<<16|l[e+3>>0]<<24;d=d+4|0;d=l[d>>0]|l[d+1>>0]<<8|l[d+2>>0]<<16|l[d+3>>0]<<24;k[a>>2]=2;a=a+8|0;k[a>>2]=e;k[a+4>>2]=d;break a}default:Ea()}break}case 3:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;d=l[d>>0]|l[d+1>>0]<<8|l[d+2>>0]<<16|l[d+3>>0]<<24;k[a>>2]=3;k[a+8>>2]=d;break}case 4:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;i[t>>0]=i[d>>0];i[t+1>>0]=i[d+1>>0];i[t+2>>0]=i[d+2>>0];i[t+3>>0]=i[d+3>>0];i[t+4>>0]=i[d+4>>0];i[t+5>>0]=i[d+5>>0];i[t+6>>0]=i[d+6>>0];i[t+7>>0]=i[d+7>>0];f=+p[t>>3];k[a>>2]=4;p[a+8>>3]=f;break}default:Ea()}while(0);return}function ce(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 1:{d=a+16|0;Xq(d,407,b);Xq(d,408,b);b=cI(c)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,406,EE(c,a)|0);b=a}}case 2:{a=a+16|0;Xq(a,409,b);Xq(a,410,b);d=(lI(c)|0)+16|0;if(k[d>>2]|0){Xq(a,406,(lI(c)|0)+16|0);Xq(a,411,b)}Xq(a,406,(lI(c)|0)+12|0);Xq(a,412,b);Xq(a,406,(lI(c)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,413,b);Xq(d,414,b);Xq(d,406,(gI(c)|0)+16|0);Xq(d,415,b);break}case 4:{d=a+16|0;Xq(d,416,b);Xq(d,417,b);ip(d,(bI(c)|0)+16|0);ip(d,(bI(c)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,418,b);Xq(d,419,b);ip(d,(YH(c)|0)+32|0);Xq(d,406,(YH(c)|0)+28|0);break}case 19:{d=a+16|0;Xq(d,420,b);Xq(d,421,b);ip(d,(UH(c)|0)+8|0);break}case 22:{d=a+16|0;Xq(d,420,b);Xq(d,422,b);break}default:Ic(a,b)}while(0);return}function de(){Ke(41008,29788,1);Ke(41012,29797,1);Ke(41016,31413,1);Ke(41020,29803,1);Ke(41024,29808,1);Ke(41028,31286,1);Ke(41032,29815,1);Ke(41036,29819,1);Ke(41040,29825,1);Ke(41044,29837,1);Ke(41048,29844,1);Ke(41052,29851,1);Ke(41056,31430,1);Ke(41060,29854,1);Ke(41064,29860,1);Ke(41068,29863,1);Ke(41072,29867,1);Ke(41076,29871,1);Ke(41080,31382,1);Ke(41084,29875,1);Ke(41088,29879,1);Ke(41092,29885,1);Ke(41096,29891,1);Ke(41100,29900,1);Ke(41104,29907,1);Ke(41108,32405,1);Ke(41112,34318,1);Ke(41116,29914,1);Ke(41120,29923,1);Ke(41124,29935,1);Ke(41128,29950,1);Ke(41132,29964,1);Ke(41136,29977,1);Ke(41140,29991,1);Ke(41144,30003,1);Ke(41148,30018,1);Ke(41152,30033,1);Ke(41156,30046,1);Ke(41160,30059,1);Ke(41164,39785,1);Ke(41168,39735,1);Ke(41172,39776,1);Ke(41176,38510,1);Ke(41180,39711,1);Ke(41184,39760,1);Ke(41188,38674,1);Ke(41192,38522,1);Ke(41196,39719,1);Ke(41200,39725,1);Ke(41204,38524,1);Ke(41208,39716,1);Ke(41212,39757,1);Ke(41216,39706,1);Ke(41220,39830,1);Ke(41224,38505,1);Ke(41228,39835,1);Ke(41232,39728,1);Ke(41236,30072,1);Ke(41240,30076,1);Ke(41244,30090,1);Ke(41248,30096,1);Ke(41252,30103,1);Ke(41256,30110,1);Ke(41260,30118,1);Ke(41264,30125,1);Ke(41268,30133,1);Ke(41272,30141,1);Ke(41276,30149,1);Ke(41280,49471,1);Ke(41284,31247,1);Ke(41288,38460,1);Ke(41292,30152,1);Ke(41296,30154,1);Ke(41300,30156,1);Ke(41304,39664,1);Ke(41308,30158,1);Ke(41312,30160,1);Ke(41316,31463,1);Ke(41320,30162,1);Ke(41324,30170,1);Ke(41328,39704,1);Ke(41332,30174,1);Ke(41336,30178,1);Ke(41340,30184,1);Ke(41344,39883,1);Ke(41348,39637,1);Me(41352,30191);ob(185,41352,w|0)|0;k[10346]=0;k[10347]=0;k[10348]=0;ob(186,41384,w|0)|0;k[10349]=0;k[10350]=0;k[10351]=0;ob(187,41396,w|0)|0;ld();return}function ee(a){a=+a;var b=0,c=0.0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+80|0;t=z+64|0;s=z+56|0;v=z+48|0;u=z+40|0;q=z+32|0;o=z+24|0;x=z+16|0;m=z+8|0;n=z;y=a<0.0;a=y?-a:a;j=+Ee(a,1.0)==0.0;p[x>>3]=B;p[m>>3]=B;l=!(a>=0.0);h=0;a:while(1){if((h|0)>=2){w=3;break}e=(h|0)!=0;g=e?46393:45393;b:do if(j){if(l){w=12;break a}if(aF(a)|0){d=Av(a)|0;f=u;k[f>>2]=d;k[f+4>>2]=M;WD(g,999,19205,u)|0;k[v>>2]=n;YF(g,19144,v);break}else{p[s>>3]=a;WD(g,999,e?19210:19213,s)|0;k[t>>2]=n;YF(g,19144,t);break}}else{d=e?101:102;b=0;while(1){if((b|0)>=19)break b;i[47392]=37;i[47393]=46;if((b|0)<10){i[47394]=b+48;i[47395]=d;i[47396]=0}else{i[47394]=49;i[47395]=b+38;i[47396]=d;i[47397]=0}p[o>>3]=a;WD(g,999,47392,o)|0;k[q>>2]=n;YF(g,19144,q);if(+p[n>>3]==a)break;else b=b+1|0}}while(0);c=+O(+(+p[n>>3]-a));p[(e?m:x)>>3]=c;d=WJ(g,46)|0;c:do if(!d){if(!(j&e)){e=g+(pq(g)|0)+-1|0;d=g;f=e;while(1){if((i[f>>0]|0)==48){if(f>>>0<=g>>>0){w=28;break}}else{b=f;if(!(f>>>0>g>>>0&(b-d|0)>24))break}f=f+-1|0}if((w|0)==28){w=0;b=f}b=e-b|0;if((b|0)>2){i[f+1>>0]=101;if((b|0)<10){i[f+2>>0]=b+48;i[f+3>>0]=0;break}if((b|0)<100){i[f+2>>0]=((b>>>0)/10|0)+48;i[f+3>>0]=(b>>>0)%10|0|48;i[f+4>>0]=0;break}if((b|0)>=1e3){w=36;break a}i[f+2>>0]=((b>>>0)/100|0)+48;i[f+3>>0]=(((b>>>0)%100|0)>>>0)/10|0|48;i[f+4>>0]=(b>>>0)%10|0|48;i[f+5>>0]=0}}}else{while(1){b=d+1|0;if(((i[b>>0]|0)+-48&255)<10)d=b;else break}while(1){if((i[d>>0]|0)==48)b=d;else break;do{e=b;b=b+1|0;f=i[b>>0]|0;i[e>>0]=f}while(f<<24>>24!=0);d=d+-1|0}d:while(1){if((i[g>>0]|0)==48)b=g;else break c;while(1){d=b+1|0;f=i[d>>0]|0;i[b>>0]=f;if(!(f<<24>>24))continue d;else b=d}}}while(0);h=h+1|0}if((w|0)==3){c=+p[m>>3];a=+p[x>>3];if(c==a){b=pq(46393)|0;b=b>>>0<(pq(45393)|0)>>>0}else b=c<a;b=b?46393:45393;if(y){b=b+-1|0;i[b>>0]=45}r=z;return b|0}else if((w|0)==12)Ha(19148,19155,872,19193);else if((w|0)==36)Ha(19218,19155,935,19193);return 0}function fe(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;j=m;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=b;l=b+8|0;h=b+12|0;f=c+4|0;if(((k[h>>2]|0)-(k[l>>2]|0)>>2|0)!=((k[f>>2]|0)-(k[c>>2]|0)>>4|0)){i=PE(42756,19483)|0;i=PE(fz(i,k[b>>2]|0)|0,19494)|0;i=PE(Oi(i,(k[h>>2]|0)-(k[l>>2]|0)>>2)|0,19505)|0;i=PE(Oi(i,(k[f>>2]|0)-(k[c>>2]|0)>>4)|0,19523)|0;g=oF(i+(k[(k[i>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(j);Hm(i,g);Qp(i);Ea()}rs(a,wH(b)|0);i=0;while(1){if(i>>>0>=(wH(b)|0)>>>0){d=5;break}n=k[c>>2]|0;g=k[l>>2]|0;d=(k[h>>2]|0)-g>>2>>>0>i>>>0;e=n;if(i>>>0<(k[f>>2]|0)-n>>4>>>0){if(!d){d=8;break}d=e+(i<<4)|0;if((k[g+(i<<2)>>2]|0)!=(k[d>>2]|0)){d=10;break}n=(k[a>>2]|0)+(i<<4)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];k[n+12>>2]=k[d+12>>2]}else{if(d){d=13;break}n=ZA(b,i)|0;k[(k[a>>2]|0)+(i<<4)>>2]=n}i=i+1|0}if((d|0)==5){r=m;return}else if((d|0)==8)Ha(19535,18750,615,19556);else if((d|0)==10){n=PE(42756,19483)|0;n=PE(fz(n,k[b>>2]|0)|0,19570)|0;n=PE(Oi(PE(PE(n,By(k[(k[l>>2]|0)+(i<<2)>>2]|0)|0)|0,19586)|0,i)|0,19602)|0;n=PE(PE(n,By(k[(k[c>>2]|0)+(i<<4)>>2]|0)|0)|0,39704)|0;m=oF(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=WH(m,43460)|0;m=Rb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;YK(j);Hm(n,m);Qp(n);Ea()}else if((d|0)==13)Ha(19609,18750,625,19556)}function ge(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;l=a;i=b;j=i;g=c;n=d;h=n;if(!j){f=(e|0)!=0;if(!h){if(f){k[e>>2]=(l>>>0)%(g>>>0);k[e+4>>2]=0}n=0;e=(l>>>0)/(g>>>0)>>>0;return (M=n,e)|0}else{if(!f){n=0;e=0;return (M=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=b&0;n=0;e=0;return (M=n,e)|0}}f=(h|0)==0;do if(g){if(!f){f=(ca(h|0)|0)-(ca(j|0)|0)|0;if(f>>>0<=31){m=f+1|0;h=31-f|0;b=f-31>>31;g=m;a=l>>>(m>>>0)&b|j<<h;b=j>>>(m>>>0)&b;f=0;h=l<<h;break}if(!e){n=0;e=0;return (M=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;n=0;e=0;return (M=n,e)|0}f=g-1|0;if(f&g|0){h=(ca(g|0)|0)+33-(ca(j|0)|0)|0;p=64-h|0;m=32-h|0;i=m>>31;o=h-32|0;b=o>>31;g=h;a=m-1>>31&j>>>(o>>>0)|(j<<m|l>>>(h>>>0))&b;b=b&j>>>(h>>>0);f=l<<p&i;h=(j<<p|l>>>(o>>>0))&i|l<<m&h-33>>31;break}if(e|0){k[e>>2]=f&l;k[e+4>>2]=0}if((g|0)==1){o=i|b&0;p=a|0|0;return (M=o,p)|0}else{p=ez(g|0)|0;o=j>>>(p>>>0)|0;p=j<<32-p|l>>>(p>>>0)|0;return (M=o,p)|0}}else{if(f){if(e|0){k[e>>2]=(j>>>0)%(g>>>0);k[e+4>>2]=0}o=0;p=(j>>>0)/(g>>>0)>>>0;return (M=o,p)|0}if(!l){if(e|0){k[e>>2]=0;k[e+4>>2]=(j>>>0)%(h>>>0)}o=0;p=(j>>>0)/(h>>>0)>>>0;return (M=o,p)|0}f=h-1|0;if(!(f&h)){if(e|0){k[e>>2]=a|0;k[e+4>>2]=f&j|b&0}o=0;p=j>>>((ez(h|0)|0)>>>0);return (M=o,p)|0}f=(ca(h|0)|0)-(ca(j|0)|0)|0;if(f>>>0<=30){b=f+1|0;h=31-f|0;g=b;a=j<<h|l>>>(b>>>0);b=j>>>(b>>>0);f=0;h=l<<h;break}if(!e){o=0;p=0;return (M=o,p)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;o=0;p=0;return (M=o,p)|0}while(0);if(!g){j=h;i=0;h=0}else{m=c|0|0;l=n|d&0;j=qI(m|0,l|0,-1,-1)|0;c=M;i=h;h=0;do{d=i;i=f>>>31|i<<1;f=h|f<<1;d=a<<1|d>>>31|0;n=a>>>31|b<<1|0;rG(j|0,c|0,d|0,n|0)|0;p=M;o=p>>31|((p|0)<0?-1:0)<<1;h=o&1;a=rG(d|0,n|0,o&m|0,(((p|0)<0?-1:0)>>31|((p|0)<0?-1:0)<<1)&l|0)|0;b=M;g=g-1|0}while((g|0)!=0);j=i;i=0}g=0;if(e|0){k[e>>2]=a;k[e+4>>2]=b}o=(f|0)>>>31|(j|g)<<1|(g<<1|f>>>31)&0|i;p=(f<<1|0>>>31)&-2|h;return (M=o,p)|0}function he(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=a+28|0;k[j>>2]=b;EB(k[a>>2]|0,23375,1)|0;Rt(a,k[b>>2]|0)|0;c=b+32|0;if(k[c>>2]|0){h=PE(PE(k[a>>2]|0,k[a+12>>2]|0)|0,23381)|0;sz(fz(h,k[c>>2]|0)|0,41)|0}g=b+8|0;h=b+12|0;c=k[h>>2]|0;d=k[g>>2]|0;a:do if((c|0)!=(d|0)){f=a+12|0;e=0;while(1){if(e>>>0>=c-d>>2>>>0)break a;PE(k[a>>2]|0,k[f>>2]|0)|0;c=aC(k[a>>2]|0,23388)|0;c=sz(fz(c,QD(k[j>>2]|0,e)|0)|0,32)|0;sz(PE(c,By(ZA(b,e)|0)|0)|0,41)|0;e=e+1|0;c=k[h>>2]|0;d=k[g>>2]|0}}while(0);c=b+4|0;if(k[c>>2]|0){PE(k[a>>2]|0,k[a+12>>2]|0)|0;f=aC(k[a>>2]|0,23395)|0;sz(PE(f,By(k[c>>2]|0)|0)|0,41)|0}UC(a);d=a+4|0;e=a+16|0;c=(k[h>>2]|0)-(k[g>>2]|0)>>2;while(1){if(c>>>0>=(wH(b)|0)>>>0)break;QB(k[a>>2]|0,k[d>>2]|0);h=aC(k[a>>2]|0,23403)|0;h=sz(fz(h,QD(k[j>>2]|0,c)|0)|0,32)|0;sz(PE(h,By(ZA(b,c)|0)|0)|0,41)|0;PE(k[a>>2]|0,k[e>>2]|0)|0;c=c+1|0}c=b+36|0;b:do if(((i[a+20>>0]|0)==0?(l=k[c>>2]|0,(k[l>>2]|0)==1):0)?(l=(cI(l)|0)+8|0,(k[l>>2]|0)==0):0){e=cI(k[c>>2]|0)|0;d=e+12|0;e=k[e+20>>2]|0;c=0;while(1){if((c|0)==(e|0))break b;l=EE(d,c)|0;Tv(a,k[l>>2]|0);c=c+1|0}}else m=18;while(0);if((m|0)==18)Tv(a,k[c>>2]|0);Ix(a);return}function ie(){var a=0,b=0,c=0;k[10205]=0;k[10204]=11936;Wz();k[10240]=0;k[10241]=0;k[10242]=0;Yr(40960,34960,1);a=k[10206]|0;b=k[10207]|0;while(1){if((b|0)==(a|0))break;c=b+-4|0;k[10207]=c;b=c}k[10125]=0;k[10124]=9600;pJ();k[10127]=0;k[10126]=9632;oJ();SK();wJ();k[10133]=0;k[10132]=12152;vJ();k[10135]=0;k[10134]=12220;EI();k[10137]=0;k[10136]=11888;c=aI()|0;k[10138]=c;DI();k[10141]=0;k[10140]=12268;uI();k[10143]=0;k[10142]=12316;vI();iB();lJ();dB();kJ();k[10159]=0;k[10158]=9664;vG();k[10161]=0;k[10160]=9728;uG();k[10163]=0;k[10162]=9792;tG();k[10165]=0;k[10164]=9844;sG();k[10167]=0;k[10166]=11392;VI();k[10169]=0;k[10168]=11448;UI();k[10171]=0;k[10170]=11504;TI();k[10173]=0;k[10172]=11560;SI();k[10175]=0;k[10174]=11616;kG();k[10177]=0;k[10176]=11644;jG();k[10179]=0;k[10178]=11672;iG();k[10181]=0;k[10180]=11700;hG();k[10183]=0;k[10182]=9896;k[10184]=9944;oG();k[10187]=0;k[10186]=9980;k[10188]=10028;nG();k[10191]=0;k[10190]=12132;c=aI()|0;k[10192]=c;k[10190]=11344;mG();k[10195]=0;k[10194]=12132;c=aI()|0;k[10196]=c;k[10194]=11368;lG();k[10199]=0;k[10198]=11728;nJ();k[10201]=0;k[10200]=11760;mJ();return}function je(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;w=r;r=r+80|0;n=w+56|0;o=w+28|0;p=w;q=a+88|0;s=a+16|0;t=b+36|0;u=a+104|0;v=a+108|0;g=a+116|0;h=a+120|0;j=a+40|0;l=a+52|0;m=a+64|0;f=a+36|0;do{i[q>>0]=0;$l(s,t);e=k[v>>2]|0;a=k[u>>2]|0;c=e;if((e|0)!=(a|0)){while(1){if((a|0)==(c|0))break;e=(k[a>>2]|0)+12|0;xx(e,II((k[f>>2]|0)+108|0)|0);a=a+4|0}a=k[u>>2]|0;c=k[v>>2]|0;while(1){if((c|0)==(a|0))break;e=c+-4|0;k[v>>2]=e;c=e}i[q>>0]=1}d=k[h>>2]|0;a=k[g>>2]|0;e=d;if((d|0)!=(a|0)){while(1){if((a|0)==(e|0))break;c=k[a>>2]|0;d=c+12|0;x=uF((k[f>>2]|0)+108|0,k[d>>2]|0)|0;k[d>>2]=x;d=x+12|0;if(!((k[x+20>>2]|0)!=0?(x=iE(d)|0,(k[k[x>>2]>>2]|0)==21):0))xx(d,II((k[f>>2]|0)+108|0)|0);c=c+16|0;x=uF((k[f>>2]|0)+108|0,k[c>>2]|0)|0;k[c>>2]=x;c=x+12|0;if(!((k[x+20>>2]|0)!=0?(x=iE(c)|0,(k[k[x>>2]>>2]|0)==21):0))xx(c,II((k[f>>2]|0)+108|0)|0);a=a+4|0}a=k[g>>2]|0;c=k[h>>2]|0;while(1){if((c|0)==(a|0))break;x=c+-4|0;k[h>>2]=x;c=x}i[q>>0]=1}lv(j);At(l);PA(m)}while((i[q>>0]|0)!=0);k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;at(n,wH(b)|0);k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=0;k[o+16>>2]=0;k[o+20>>2]=0;k[o+24>>2]=n;k[o+16>>2]=b;pm(o,t);k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;k[p+12>>2]=0;k[p+16>>2]=0;k[p+20>>2]=0;k[p+24>>2]=n;k[p+16>>2]=b;om(p,t);rz(p+4|0);rz(o+4|0);qA(n);r=w;return}function ke(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+48|0;e=p+36|0;g=p+24|0;h=p+12|0;m=p;n=a+12|0;if(i[n>>0]|0){o=PE(42756,14599)|0;l=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(e);Hm(o,l);Qp(o)}f=zh(a)|0;if(i[n>>0]|0){o=Oi(PE(42756,14501)|0,f)|0;l=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(e);Hm(o,l);Qp(o)}j=m+11|0;l=m+4|0;d=0;while(1){if(d>>>0>=f>>>0){b=7;break}if(i[n>>0]|0){o=PE(42756,14507)|0;c=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;YK(e);Hm(o,c);Qp(o)}o=VC(16)|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;Yr(h,14614,7);Ki(m,d);c=i[j>>0]|0;b=c<<24>>24<0;c=Fn(h,b?k[m>>2]|0:m,b?k[l>>2]|0:c&255)|0;k[g>>2]=k[c>>2];k[g+4>>2]=k[c+4>>2];k[g+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}JF(e,g);k[o>>2]=k[e>>2];WI(g);WI(m);WI(h);b=zh(a)|0;c=k[a>>2]|0;if(b>>>0>=(k[c+4>>2]|0)-(k[c>>2]|0)>>2>>>0){b=14;break}c=cC(c,b)|0;k[o+12>>2]=c;if(!(k[c>>2]|0)){b=16;break}c=kf(a)|0;k[o+4>>2]=c;c=kf(a)|0;k[o+8>>2]=c;Qk(k[a>>2]|0,o);d=d+1|0}if((b|0)==7){r=p;return}else if((b|0)==14)Ha(14622,13928,1476,14656);else if((b|0)==16)Ha(14668,13928,1478,14656)}function le(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+16|0;o=s;p=s+4|0;k[o>>2]=b;q=b;if(k[b+8>>2]|0?(c=b+8|0,(Xu(a+64|0,c)|0)==0):0){h=a+52|0;n=gr(h,c)|0;j=k[n>>2]|0;k[p>>2]=j;m=n+4|0;l=k[m>>2]|0;k[p+4>>2]=l;f=n+8|0;k[p+8>>2]=k[f>>2];k[f>>2]=0;k[m>>2]=0;k[n>>2]=0;rq(h,c);h=j;a:do if((l|0)!=(j|0)){if(k[(k[h>>2]|0)+12>>2]|0)Ha(27086,27040,263,27107);m=a+40|0;e=a+44|0;f=l-j>>4;d=k[m>>2]|0;b:while(1){if((d|0)==(e|0))break a;n=k[d+16>>2]|0;c=0;while(1){if(c>>>0>=f>>>0)break b;if(!(mx(h+(c<<4)+4|0,n)|0))break;else c=c+1|0}d=Kw(d)|0}c=b+20|0;if(k[c>>2]|0?(g=b+12|0,f=iE(g)|0,(k[k[f>>2]>>2]|0)==21):0){f=et(m,n)|0;f=k[f>>2]|0;e=(OH(k[f>>2]|0)|0)+12|0;e=k[e>>2]|0;c=EE(g,(k[c>>2]|0)+-1|0)|0;k[c>>2]=e;k[b+4>>2]=k[e+4>>2];c=k[f>>2]|0;k[c>>2]=21;k[c+4>>2]=0;c=0;while(1){if(c>>>0>=l-j>>4>>>0){c=19;break}d=et(h+(c<<4)+4|0,n)|0;d=k[d>>2]|0;e=h+(c<<4)|0;if(k[(k[e>>2]|0)+12>>2]|0){c=21;break}g=(OH(k[d>>2]|0)|0)+12|0;k[(k[e>>2]|0)+12>>2]=k[g>>2];g=k[d>>2]|0;k[g>>2]=21;k[g+4>>2]=0;c=c+1|0}if((c|0)==19){q=oC((k[a+36>>2]|0)+108|0,n,b)|0;k[a+16>>2]=q;lv(m);i[a+88>>0]=1;break}else if((c|0)==21)Ha(27127,27040,301,27107)}c=a+108|0;d=k[c>>2]|0;if((d|0)==(k[a+112>>2]|0)){en(a+104|0,o);break}else{k[d>>2]=q;k[c>>2]=(k[c>>2]|0)+4;break}}while(0);Zt(p)}r=s;return}function me(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;d=p;f=a+12|0;if(i[f>>0]|0){o=PE(42756,14483)|0;n=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=WH(n,43460)|0;n=Rb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;YK(d);Hm(o,n);Qp(o)}e=zh(a)|0;if(i[f>>0]|0){o=Oi(PE(42756,14501)|0,e)|0;n=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=WH(n,43460)|0;n=Rb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;YK(d);Hm(o,n);Qp(o)}b=0;a:while(1){if(b>>>0>=e>>>0){b=7;break}if(i[f>>0]|0){o=PE(42756,14507)|0;n=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=WH(n,43460)|0;n=Rb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;YK(d);Hm(o,n);Qp(o)}g=VC(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;if((sh(a)|0)<<24>>24!=64){b=11;break}h=zh(a)|0;if(i[f>>0]|0){o=Oi(PE(42756,14570)|0,h)|0;n=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=WH(n,43460)|0;n=Rb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;YK(d);Hm(o,n);Qp(o)}j=g+12|0;l=g+16|0;m=g+8|0;c=0;while(1){if((c|0)==(h|0))break;n=JG(a)|0;k[d>>2]=n;o=k[j>>2]|0;if(o>>>0<(k[l>>2]|0)>>>0){k[o>>2]=n;k[j>>2]=o+4}else en(m,d);c=c+1|0}switch(zh(a)|0){case 0:{k[g+4>>2]=0;break}case 1:{o=JG(a)|0;k[g+4>>2]=o;break}default:{b=22;break a}}rk(k[a>>2]|0,g);b=b+1|0}if((b|0)==7){r=p;return}else if((b|0)==11)Ha(14516,13928,1450,14555);else if((b|0)==22)Ha(14583,13928,1460,14555)}function ne(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+32|0;l=t+28|0;m=t+24|0;s=t+12|0;n=t;o=a+4|0;e=VA(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;k[s>>2]=0;q=s+4|0;k[q>>2]=0;k[s+8>>2]=0;g=s+8|0;p=a+72|0;h=a+76|0;j=a+68|0;c=0;d=0;f=b;while(1){if(c>>>0<d>>>0){k[c>>2]=f;k[c+4>>2]=e;k[q>>2]=c+8}else Cl(s,m,l);d=(Hq(f)|0)+8|0;if((k[d>>2]|0)>>>0>1?(d=ln(f,1)|0,(i[d>>0]|0)==0):0){b=e+8|0;d=oI(ln(f,1)|0)|0;k[b>>2]=d;d=2}else{k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;Yr(n,31413,5);d=Vk(a,n)|0;k[e+8>>2]=d;WI(n);d=1;b=e+8|0}c=k[p>>2]|0;if((c|0)==(k[h>>2]|0))en(j,b);else{k[c>>2]=k[b>>2];k[p>>2]=(k[p>>2]|0)+4}e=(Hq(f)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;b=ln(f,d)|0;f=oI(ln(b,0)|0)|0;if((f|0)!=(k[10444]|0))break;e=VA(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;c=k[q>>2]|0;d=k[g>>2]|0;f=b}c=k[s>>2]|0;d=(k[q>>2]|0)-c>>3;while(1){g=d+-1|0;if((d|0)<=0){b=17;break}e=k[c+(g<<3)>>2]|0;f=k[c+(g<<3)+4>>2]|0;o=(Hq(e)|0)+8|0;a:do if((k[o>>2]|0)>>>0>1){b=ln(e,1)|0;b=(i[b>>0]|0)==0?2:1;c=k[s>>2]|0;if((d|0)<((k[q>>2]|0)-c>>3|0)){o=f+12|0;xx(o,k[c+(d<<3)+4>>2]|0);b=b+1|0;c=o}else c=f+12|0;while(1){o=(Hq(e)|0)+8|0;if(b>>>0>=(k[o>>2]|0)>>>0)break a;xx(c,Yb(a,ln(e,b)|0)|0);b=b+1|0}}while(0);c=k[p>>2]|0;if((k[c+-4>>2]|0)==(k[f+8>>2]|0))b=0;else{b=26;break}while(1){if((b|0)==-1)break;o=b+-1|0;k[p>>2]=c+(o<<2);b=o}Ln(f);d=g;c=k[s>>2]|0}if((b|0)==17){q=k[c+4>>2]|0;rz(s);r=t;return q|0}else if((b|0)==26)Ha(17570,13652,991,17602);return 0}function oe(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,289,b);Xq(d,290,b);b=cI(c)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,237,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,291,b);Xq(d,290,b);gp(d,(lI(c)|0)+16|0);Xq(d,290,b);Xq(d,237,(lI(c)|0)+12|0);Xq(d,290,b);Xq(d,237,(lI(c)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,292,b);Xq(d,237,(gI(c)|0)+16|0);Xq(d,290,b);break}case 4:{d=a+16|0;Xq(d,293,b);Xq(d,290,b);gp(d,(bI(c)|0)+16|0);gp(d,(bI(c)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,294,b);Xq(d,290,b);gp(d,(YH(c)|0)+32|0);Xq(d,237,(YH(c)|0)+28|0);break}case 19:{d=a+16|0;Xq(d,295,b);Xq(d,290,b);gp(d,(UH(c)|0)+8|0);break}default:Gc(a,b)}while(0);return}function pe(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+48|0;o=t+36|0;p=t+24|0;q=t+12|0;s=t;n=Ub(a,b,d)|0;if((n|0)!=(a|0)?(e=d+4|0,m=k[e>>2]|0,(k[d>>2]|0)!=(m|0)):0){xo(q,c,38460);vr(s,(k[e>>2]|0)+-24|0);b=i[s+11>>0]|0;a=b<<24>>24<0;b=$m(q,a?k[s>>2]|0:s,a?k[s+4>>2]|0:b&255)|0;k[p>>2]=k[b>>2];k[p+4>>2]=k[b+4>>2];k[p+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}j=m+-24|0;b=dC(p,38365)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}g=j+11|0;if((i[g>>0]|0)<0){i[k[j>>2]>>0]=0;k[m+-20>>2]=0;a=i[g>>0]|0;if(a<<24>>24<0){h=0;d=(k[m+-16>>2]&2147483647)+-1|0;c=1}else l=13}else{i[j>>0]=0;i[g>>0]=0;a=0;l=13}if((l|0)==13){h=a&255;d=10;c=0}b=h>>>0<11;f=b?10:(h+16&496)+-1|0;a:do if((f|0)!=(d|0)){do if(b){b=k[j>>2]|0;if(c){a=0;e=j;l=21}else{c=0;d=1;e=j;l=22}}else{e=$b(f+1|0)|0;if(f>>>0<=d>>>0&(e|0)==0)break a;if(c){a=1;b=k[j>>2]|0;l=21;break}else{c=1;d=0;b=j;l=22;break}}while(0);if((l|0)==21){c=a;d=1;a=k[m+-20>>2]|0}else if((l|0)==22)a=a&255;a=a+1|0;if(a|0)Fr(e|0,b|0,a|0)|0;if(d)uc(b);if(c){k[m+-16>>2]=f+1|-2147483648;k[m+-20>>2]=h;k[j>>2]=e;break}else{i[g>>0]=h;break}}while(0);k[j>>2]=k[o>>2];k[j+4>>2]=k[o+4>>2];k[j+8>>2]=k[o+8>>2];a=0;while(1){if((a|0)==3)break;k[o+(a<<2)>>2]=0;a=a+1|0}tH(o);tH(p);tH(s);tH(q);a=n}r=t;return a|0}function qe(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;a:do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){q=k[a+12>>2]|0;h=a+16+(q<<3)|0;jv(a+16|0,b,c,d,e);f=a+24|0;if((q|0)<=1)break;a=k[a+8>>2]|0;if((a&2|0)==0?(j=b+36|0,(k[j>>2]|0)!=1):0){if(!(a&1)){a=b+54|0;while(1){if(i[a>>0]|0)break a;if((k[j>>2]|0)==1)break a;jv(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+24|0;g=b+54|0;while(1){if(i[g>>0]|0)break a;if((k[j>>2]|0)==1?(k[a>>2]|0)==1:0)break a;jv(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+54|0;while(1){if(i[a>>0]|0)break a;jv(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}if((k[b+16>>2]|0)!=(c|0)?(q=b+20|0,(k[q>>2]|0)!=(c|0)):0){k[b+32>>2]=d;p=b+44|0;if((k[p>>2]|0)==4)break;j=a+16+(k[a+12>>2]<<3)|0;d=b+52|0;l=b+53|0;n=b+54|0;m=a+8|0;o=b+24|0;f=0;g=a+16|0;h=0;b:while(1){if(g>>>0>=j>>>0){a=20;break}i[d>>0]=0;i[l>>0]=0;qu(g,b,c,c,1,e);if(i[n>>0]|0){a=20;break}do if(i[l>>0]|0){if(!(i[d>>0]|0))if(!(k[m>>2]&1)){f=1;a=20;break b}else{f=1;a=h;break}if((k[o>>2]|0)==1){a=25;break b}if(!(k[m>>2]&2)){a=25;break b}else{f=1;a=1}}else a=h;while(0);g=g+8|0;h=a}do if((a|0)==20){if((!h?(k[q>>2]=c,c=b+40|0,k[c>>2]=(k[c>>2]|0)+1,(k[b+36>>2]|0)==1):0)?(k[o>>2]|0)==2:0){i[n>>0]=1;if(f){a=25;break}else{f=4;break}}if(f)a=25;else f=4}while(0);if((a|0)==25)f=3;k[p>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function re(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a:do switch(k[b+4>>2]|0){case 1:{switch(i[b+8>>0]|0){case 1:{c=k[c>>2]|0;d=(XH(d)|0)&255;i[(k[a+4>>2]|0)+c>>0]=d;break a}case 2:{b=k[c>>2]|0;c=(XH(d)|0)&65535;b=(k[a+4>>2]|0)+b|0;if(!(b&1)){j[b>>1]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;break a}}case 4:{b=k[c>>2]|0;c=XH(d)|0;b=(k[a+4>>2]|0)+b|0;if(!(b&3)){k[b>>2]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;break a}}default:Ea()}break}case 2:{switch(i[b+8>>0]|0){case 1:{c=k[c>>2]|0;d=XE(d)|0;i[(k[a+4>>2]|0)+c>>0]=d;break a}case 2:{b=k[c>>2]|0;c=(XE(d)|0)&65535;b=(k[a+4>>2]|0)+b|0;if(!(b&1)){j[b>>1]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;break a}}case 4:{b=k[c>>2]|0;c=XE(d)|0;b=(k[a+4>>2]|0)+b|0;if(!(b&3)){k[b>>2]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;break a}}case 8:{b=k[c>>2]|0;c=XE(d)|0;d=M;b=(k[a+4>>2]|0)+b|0;if(!(b&7)){a=b;k[a>>2]=c;k[a+4>>2]=d;break a}else{a=b;b=a;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;a=a+4|0;i[a>>0]=d;i[a+1>>0]=d>>8;i[a+2>>0]=d>>16;i[a+3>>0]=d>>24;break a}}default:Ea()}break}case 3:{b=k[c>>2]|0;c=xH(d)|0;b=(k[a+4>>2]|0)+b|0;if(!(b&3)){k[b>>2]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;break a}}case 4:{b=k[c>>2]|0;c=zE(d)|0;d=M;b=(k[a+4>>2]|0)+b|0;if(!(b&7)){a=b;k[a>>2]=c;k[a+4>>2]=d;break a}else{a=b;b=a;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;a=a+4|0;i[a>>0]=d;i[a+1>>0]=d>>8;i[a+2>>0]=d>>16;i[a+3>>0]=d>>24;break a}}default:Ea()}while(0);return}function se(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+48|0;o=v+40|0;e=v+28|0;p=v+24|0;q=v+20|0;s=v+8|0;t=v+4|0;u=v;i[a+81>>0]=1;m=(k[a>>2]|0)+80|0;n=np(iI(ln(b,1)|0)|0)|0;wE(m,n,((n|0)<0)<<31>>31)|0;n=(Hq(b)|0)+8|0;a:do if((k[n>>2]|0)!=2){n=ln(b,2)|0;do if(!(i[n>>0]|0)){c=Lm(iI(ln(b,2)|0)|0)|0;d=M;if(d>>>0>0|(d|0)==0&c>>>0>65535){v=Ia(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Yr(e,17880,27);yC(v,e);pb(v|0,8,183)}else{wE((k[a>>2]|0)+84|0,c,d)|0;c=3;break}}else c=2;while(0);l=a+4|0;m=s+4|0;n=s+8|0;while(1){j=(Hq(b)|0)+8|0;if(c>>>0>=(k[j>>2]|0)>>>0)break a;e=ln(b,c)|0;k[p>>2]=0;j=oI(ln(e,0)|0)|0;if((j|0)==(k[10433]|0)){k[p>>2]=0;d=1}else{d=np(iI(ln(e,1)|0)|0)|0;wE(p,d,((d|0)<0)<<31>>31)|0;d=2}d=iI(ln(e,d)|0)|0;j=kC(k[l>>2]|0)|0;k[q>>2]=j;k[j+4>>2]=1;e=k[p>>2]|0;k[j+8>>2]=1;k[j+16>>2]=e;e=pq(d)|0;if(!e){d=k[a>>2]|0;k[s>>2]=0;e=d+92|0;f=k[e>>2]|0;if(f>>>0<(k[d+96>>2]|0)>>>0){vF(o,0,0);hy(f,j,49471,k[o>>2]|0);k[e>>2]=(k[e>>2]|0)+16}else _j(d+88|0,q,s)}else{k[s>>2]=0;k[m>>2]=0;k[n>>2]=0;Lh(d,e,s);d=k[a>>2]|0;e=k[s>>2]|0;k[t>>2]=e;f=(k[m>>2]|0)-e|0;k[u>>2]=f;g=d+92|0;h=k[g>>2]|0;if(h>>>0<(k[d+96>>2]|0)>>>0){vF(o,f,0);hy(h,j,e,k[o>>2]|0);k[g>>2]=(k[g>>2]|0)+16}else Uj(d+88|0,q,t,u);rA(s)}c=c+1|0}}while(0);r=v;return}function te(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;j=r;r=r+32|0;m=j+28|0;n=j+24|0;d=j+20|0;e=j+16|0;f=j;Yn(a);p=a+16|0;q=a+8|0;g=f+4|0;h=f+8|0;c=f+12|0;b=k[p>>2]|0;a:while(1){s=k[q>>2]|0;if(b>>>0>=((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){b=33;break}s=zh(a)|0;k[n>>2]=s;k[f>>2]=n;k[g>>2]=a;k[h>>2]=d;k[c>>2]=e;do if(Bj(f,31291)|0)to(a);else{if(Bj(f,31228)|0){Ok(a);break}if(Bj(f,31235)|0){me(a);break}if(Bj(f,31240)|0){ke(a);break}if(Bj(f,31247)|0){If(a);break}if(Bj(f,31256)|0){Zc(a);break}if(Bj(f,31261)|0){rf(a);break}if(Bj(f,31268)|0){eg(a);break}if(Bj(f,31275)|0){Sf(a);break}if(Bj(f,31280)|0){Wf(a);break}if(!(Bj(f,31286)|0)){b=25;break a}ij(a)}while(0);b=k[p>>2]|0;if((b|0)!=((k[d>>2]|0)+(k[e>>2]|0)|0)){b=31;break}}if((b|0)==25){PE(42756,13873)|0;b=k[n>>2]|0;s=k[q>>2]|0;if(((k[p>>2]|0)+-1+b|0)>>>0<((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){l=0;o=b}else Ha(13894,13928,1271,13946);while(1){if(l>>>0>=o>>>0)break;sz(42756,i[(k[k[q>>2]>>2]|0)+((k[p>>2]|0)+l)>>0]|0)|0;l=l+1|0;o=k[n>>2]|0}s=oF(42756+(k[(k[10689]|0)+-12>>2]|0)|0)|0;k[m>>2]=s;s=WH(s,43460)|0;s=Rb[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;YK(m);Hm(42756,s);Qp(42756);Ea()}else if((b|0)==31)Ha(13951,13928,1276,13946);else if((b|0)==33){cg(a);r=j;return}}function ue(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 32:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 33:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 34:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 35:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 42:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=1;e=16;break}case 36:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 37:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 38:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 39:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 40:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 41:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 43:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=2;e=16;break}case 44:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=3;e=16;break}case 45:{c=pF(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=4;e=16;break}default:c=0}while(0);if((e|0)==16){if(i[a+12>>0]|0){e=PE(42756,16501)|0;g=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(e,g);Qp(e)}_A(a,c+16|0,c+12|0);g=vw(a)|0;k[c+20>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function ve(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+688|0;j=u+612|0;l=u+544|0;m=u+476|0;n=u+408|0;o=u+340|0;p=u+272|0;q=u+204|0;s=u+136|0;h=u+68|0;i=u;f=a;a:while(1){a=k[f>>2]|0;switch(a|0){case 21:{g=0;break a}case 22:case 20:case 19:case 14:case 13:case 10:case 8:case 7:case 6:case 5:case 4:case 3:case 2:case 1:{t=19;break a}case 18:case 17:case 16:case 9:case 15:break;default:{t=18;break a}}if(b){g=f;break}switch(a|0){case 9:case 15:{g=0;break a}default:{}}c=(f|0)==0;do if(c|(a|0)!=16){if(!(c|(a|0)!=17)){a=f+12|0;Pn(l,k[a>>2]|0);e=OD(l)|0;az(l);c=f+16|0;d=k[c>>2]|0;if(e){Pn(m,d);e=OD(m)|0;az(m);if(e){g=f;break a}else break}else{Pn(n,d);f=OD(n)|0;az(n);if(f){a=c;break}else{g=0;break a}}}c=TH(f)|0;a=c+8|0;Pn(o,k[a>>2]|0);v=OD(o)|0;az(o);e=c+12|0;d=k[e>>2]|0;if(v){Pn(p,d);v=OD(p)|0;az(p);if(v){g=f;break a}Pn(q,k[c+16>>2]|0);v=OD(q)|0;az(q);if(v){g=f;break a}else break}Pn(s,d);v=OD(s)|0;az(s);a=c+16|0;c=k[a>>2]|0;if(v){Pn(h,c);v=OD(h)|0;az(h);if(v){g=f;break a}else{a=e;break}}else{Pn(i,c);v=OD(i)|0;az(i);if(v)break;else{g=0;break a}}}else{a=f+12|0;Pn(j,k[a>>2]|0);v=OD(j)|0;az(j);if(!v){g=0;break a}}while(0);f=k[a>>2]|0}if((t|0)!=18)if((t|0)==19)g=f;r=u;return g|0}function we(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if((b-a|0)>1){d=i[a>>0]|0;switch(d<<24>>24){case 100:case 111:{if((i[a+1>>0]|0)==110){f=a+2|0;if(d<<24>>24==111){d=Wb(f,b,c)|0;if((d|0)==(f|0))break a;a=sc(d,b,c)|0;if((a|0)==(d|0)){a=d;break a}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;vr(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;SB(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;$m(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;tH(g);break a}else{if((f|0)!=(b|0)){d=Mc(f,b,c)|0;if((d|0)==(f|0))d=aj(f,b,c)|0;if((d|0)!=(f|0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0)wB(e+-24|0,0,38674)|0;else d=f}else d=b;a=(d|0)==(f|0)?a:d;break a}}break}default:{}}d=aj(a,b,c)|0;if((d|0)==(a|0)){d=Wb(a,b,c)|0;if((d|0)!=(a|0)){a=sc(d,b,c)|0;if((a|0)!=(d|0)){f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){vr(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;SB(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;$m(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;tH(g)}}else a=d}}else a=d}while(0);r=h;return a|0}function xe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;m=r;r=r+32|0;l=m+12|0;e=m+8|0;f=m+4|0;g=m;h=b+8|0;i=b+12|0;j=a+40|0;c=a+48|0;d=0;while(1){k[l>>2]=d;if(d>>>0>=(k[i>>2]|0)-(k[h>>2]|0)>>2>>>0)break;n=k[c>>2]|0;d=Fs(j,l)|0;k[d>>2]=n;d=(k[l>>2]|0)+1|0}d=k[b+24>>2]|0;a=a+52|0;c=k[b+20>>2]|0;while(1){if((c|0)==(d|0))break;k[l>>2]=k[c>>2];n=Dr(a,l)|0;k[n>>2]=(k[n>>2]|0)+1;c=c+4|0}k[l+4>>2]=0;k[l+8>>2]=0;k[l>>2]=l+4;c=(k[i>>2]|0)-(k[h>>2]|0)>>2;a:while(1){k[e>>2]=c;if(c>>>0>=(wH(b)|0)>>>0){c=9;break}d=(k[i>>2]|0)-(k[h>>2]|0)>>2;n=ZA(b,c)|0;k[f>>2]=n;n=Dr(l,f)|0;k[n>>2]=(k[n>>2]|0)+1;do if((k[f>>2]|0)==1){k[g>>2]=1;c=Dr(l,g)|0;c=k[c>>2]|0;n=Fs(j,e)|0;k[n>>2]=d+-1+c}else{k[g>>2]=1;c=Dr(a,g)|0;c=(k[c>>2]|0)+d|0;if((k[f>>2]|0)==2){k[g>>2]=2;d=Dr(l,g)|0;d=k[d>>2]|0;n=Fs(j,e)|0;k[n>>2]=c+-1+d;break}k[g>>2]=2;n=Dr(a,g)|0;c=(k[n>>2]|0)+c|0;if((k[f>>2]|0)==3){k[g>>2]=3;d=Dr(l,g)|0;d=k[d>>2]|0;n=Fs(j,e)|0;k[n>>2]=c+-1+d;break}k[g>>2]=3;d=Dr(a,g)|0;d=k[d>>2]|0;if((k[f>>2]|0)!=4){c=18;break a}k[g>>2]=4;o=Dr(l,g)|0;o=k[o>>2]|0;n=Fs(j,e)|0;k[n>>2]=c+-1+d+o}while(0);c=(k[e>>2]|0)+1|0}if((c|0)==9){Pz(l);r=m;return}else if((c|0)==18)Ea()}function ye(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;h=j;if(!(i[a+12>>0]|0))f=a+4|0;else{g=PE(Ii(PE(42756,20763)|0,b,c)|0,14075)|0;f=a+4|0;g=PE(Oi(g,(k[f>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;e=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(h);Hm(g,e);Qp(g)}d=b&255;i[h>>0]=d;e=k[f>>2]|0;g=a+8|0;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=WF(b|0,c|0,8)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=WF(b|0,c|0,16)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=WF(b|0,c|0,24)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=c&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=WF(b|0,c|0,40)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=WF(b|0,c|0,48)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{jn(a,h);e=k[f>>2]|0}d=WF(b|0,c|0,56)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;k[f>>2]=(k[f>>2]|0)+1}else jn(a,h);r=j;return}function ze(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+976|0;g=D+8|0;z=D;j=D+876|0;a=D+872|0;y=D+468|0;v=D+464|0;A=D+452|0;B=D+440|0;C=D+428|0;m=D+424|0;u=D+24|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=WD(j,100,36439,z)|0;if(h>>>0>99){h=aI()|0;p[g>>3]=f;h=Ry(a,h,36439,g)|0;a=k[a>>2]|0;s=$b(h<<2)|0;q=s;t=a}else{q=D+472|0;s=0;t=0;a=j}o=oF(d)|0;n=WH(o,43492)|0;Pb[k[(k[n>>2]|0)+48>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}_c(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=$b(a<<2)|0;a=g}else{a=u;g=0}wd(a,w,x,k[d+4>>2]|0,q,q+(h<<2)|0,n,l,z,k[y>>2]|0,k[v>>2]|0,A,B,C,j);a=Si(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)uc(g);LI(C);LI(B);WI(A);mD(o);if(s|0)uc(s);if(t|0)uc(t);r=D;return a|0}function Ae(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+16|0;p=s+12|0;e=s;k[p>>2]=b;g=b+16|0;q=b;if(!(k[g>>2]|0))Ha(27217,27040,314,27248);if((k[(k[a+96>>2]|0)+-4>>2]|0)!=(b|0))Ha(27265,27040,316,27248);ku(e,a+92|0);j=Bh(e,k[a+32>>2]|0)|0;qA(e);a:do if(!j){h=a+40|0;f=d+4|0;e=k[d>>2]|0;while(1){if((e|0)==(f|0))break a;j=k[e+16>>2]|0;if(mx(h,j)|0)break;e=Kw(e)|0}e=k[b+12>>2]|0;f=k[g>>2]|0;f=(k[f>>2]|0)==1?f:0;if((((!((e|0)==0|(k[e>>2]|0)!=1)?(l=e+12|0,m=l+8|0,k[m>>2]|0):0)?(g=iE(l)|0,f|0?(k[k[g>>2]>>2]|0)==21:0):0)?(n=f+12|0,o=f+20|0,k[o>>2]|0):0)?(g=iE(n)|0,(k[k[g>>2]>>2]|0)==21):0){d=et(d,j)|0;d=k[d>>2]|0;g=(OH(k[d>>2]|0)|0)+12|0;g=k[g>>2]|0;m=EE(l,(k[m>>2]|0)+-1|0)|0;k[m>>2]=g;m=k[d>>2]|0;k[m>>2]=21;k[m+4>>2]=0;Ln(e);e=e+4|0;if(!(k[e>>2]|0))Ha(27295,27040,346,27248);m=et(h,j)|0;m=k[m>>2]|0;l=(OH(k[m>>2]|0)|0)+12|0;l=k[l>>2]|0;o=EE(n,(k[o>>2]|0)+-1|0)|0;k[o>>2]=l;o=k[m>>2]|0;k[o>>2]=21;k[o+4>>2]=0;Ln(f);if(!(k[e>>2]|0))Ha(27295,27040,351,27248);Ul(b);if(!(k[b+4>>2]|0))Ha(27321,27040,353,27248);else{q=oC((k[a+36>>2]|0)+108|0,j,b)|0;k[c>>2]=q;i[a+88>>0]=1;break}}e=a+120|0;f=k[e>>2]|0;if((f|0)==(k[a+124>>2]|0)){en(a+116|0,p);break}else{k[f>>2]=q;k[e>>2]=(k[e>>2]|0)+4;break}}while(0);r=s;return}function Be(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+464|0;t=A+456|0;u=A+452|0;v=A+448|0;z=A+436|0;w=A+424|0;x=A+412|0;g=A+408|0;h=A+8|0;p=A+4|0;q=A;y=oF(d)|0;s=WH(y,43492)|0;n=f+8+3|0;o=i[n>>0]|0;a=o<<24>>24<0;m=f+4|0;if(!((a?k[m>>2]|0:o&255)|0))o=0;else{o=k[(a?k[f>>2]|0:f)>>2]|0;o=(o|0)==(Rb[k[(k[s>>2]|0)+44>>2]&31](s,45)|0)}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}_c(c,o,y,t,u,v,z,w,x,g);a=i[n>>0]|0;j=k[m>>2]|0;c=a<<24>>24<0?j:a&255;l=k[g>>2]|0;if((c|0)>(l|0)){B=i[x+8+3>>0]|0;g=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(g<<24>>24<0?k[w+4>>2]|0:g&255)|0}else{B=i[x+8+3>>0]|0;c=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=$b(c<<2)|0;g=c;if(!c){h=0;c=k[m>>2]|0;a=i[n>>0]|0}else{h=c;c=j}}else{g=0;c=j}B=a<<24>>24<0;f=B?k[f>>2]|0:f;wd(h,p,q,k[d+4>>2]|0,f,f+((B?c:a&255)<<2)|0,s,o,t,k[u>>2]|0,k[v>>2]|0,z,w,x,l);a=Si(k[b>>2]|0,h,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(g|0)uc(g);LI(x);LI(w);WI(z);mD(y);r=A;return a|0}function Ce(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+240|0;l=p+232|0;o=p+160|0;h=p+148|0;m=p+72|0;n=p;c=k[b>>2]|0;g=(k[c>>2]|0)==10?c:0;f=(g|0)!=0;if(f?(d=a+40|0,e=Hr(d,k[g+8>>2]|0)|0,(e|0)!=(a+44|0)):0){c=e+20|0;q=(OH(k[k[c>>2]>>2]|0)|0)+12|0;k[k[c>>2]>>2]=k[q>>2];Ir(d,e);i[a+88>>0]=1;c=k[b>>2]|0}k[o+32>>2]=0;k[o+36>>2]=0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=0;k[o+16>>2]=0;k[o+20>>2]=0;j[o+24>>1]=0;k[o+28>>2]=o+32;k[o+44>>2]=0;k[o+48>>2]=0;k[o+40>>2]=o+44;i[o+52>>0]=0;i[o+53>>0]=0;k[o+60>>2]=0;k[o+64>>2]=0;k[o+56>>2]=o+60;if(KF(o,c)|0)xj(a,o);e=a+96|0;do if(f){d=k[e>>2]|0;c=0;while(1){if((c|0)==-1)break;q=c+-1|0;k[e>>2]=d+(q<<2);c=q}d=d+-4|0;c=a+92|0;k[l>>2]=g;if(d>>>0<(k[a+100>>2]|0)>>>0){k[d>>2]=g;k[e>>2]=(k[e>>2]|0)+4}else en(c,l);ku(h,c);q=Bh(h,k[a+32>>2]|0)|0;qA(h);if(!q){d=k[g+8>>2]|0;c=a+40|0;if(!(mx(c,d)|0)){LC(n,b);k[m>>2]=d;JH(m+4|0,n);Nk(l,c,k[m>>2]|0,m);az(m+8|0);az(n+4|0);break}else Ha(27442,27040,245,27476)}}while(0);d=k[e>>2]|0;c=0;while(1){if((c|0)==-1)break;q=c+-1|0;k[e>>2]=d+(q<<2);c=q}az(o);r=p;return}function De(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=a+11|0;if((i[l>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=i[l>>0]|0;if(c<<24>>24<0){j=0;g=(k[a+8>>2]&2147483647)+-1|0;f=1}else n=5}else{i[a>>0]=0;i[l>>0]=0;c=0;n=5}if((n|0)==5){j=c&255;g=10;f=0}d=j>>>0<11;h=d?10:(j+16&496)+-1|0;a:do if((h|0)!=(g|0)){do if(d){d=k[a>>2]|0;if(f){c=0;e=a;n=13}else{f=0;g=1;e=a;n=14}}else{e=$b(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break a;if(f){c=1;d=k[a>>2]|0;n=13;break}else{f=1;g=0;d=a;n=14;break}}while(0);if((n|0)==13){f=c;g=1;c=k[a+4>>2]|0}else if((n|0)==14)c=c&255;c=c+1|0;if(c|0)Fr(e|0,d|0,c|0)|0;if(g)uc(d);if(f){k[a+8>>2]=h+1|-2147483648;k[a+4>>2]=j;k[a>>2]=e;break}else{i[l>>0]=j;break}}while(0);k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}m=a+12|0;b=b+12|0;j=m+11|0;if((i[j>>0]|0)<0){i[k[m>>2]>>0]=0;k[a+16>>2]=0;c=i[j>>0]|0;if(c<<24>>24<0){l=0;g=(k[a+20>>2]&2147483647)+-1|0;f=1}else n=29}else{i[m>>0]=0;i[j>>0]=0;c=0;n=29}if((n|0)==29){l=c&255;g=10;f=0}d=l>>>0<11;h=d?10:(l+16&496)+-1|0;b:do if((h|0)!=(g|0)){do if(d){d=k[m>>2]|0;if(f){c=0;e=m;n=37}else{f=0;g=1;e=m;n=38}}else{e=$b(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break b;if(f){c=1;d=k[m>>2]|0;n=37;break}else{f=1;g=0;d=m;n=38;break}}while(0);if((n|0)==37){f=c;g=1;c=k[a+16>>2]|0}else if((n|0)==38)c=c&255;c=c+1|0;if(c|0)Fr(e|0,d|0,c|0)|0;if(g)uc(d);if(f){k[a+20>>2]=h+1|-2147483648;k[a+16>>2]=l;k[m>>2]=e;break}else{i[j>>0]=l;break}}while(0);k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}return}function Ee(a,b){a=+a;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;p[t>>3]=a;g=k[t>>2]|0;i=k[t+4>>2]|0;p[t>>3]=b;l=k[t>>2]|0;m=k[t+4>>2]|0;d=WF(g|0,i|0,52)|0;d=d&2047;j=WF(l|0,m|0,52)|0;j=j&2047;n=i&-2147483648;f=PF(l|0,m|0,1)|0;h=M;a:do if(!((f|0)==0&(h|0)==0)?(e=m&2147483647,!(e>>>0>2146435072|(e|0)==2146435072&l>>>0>0|(d|0)==2047)):0){c=PF(g|0,i|0,1)|0;e=M;if(!(e>>>0>h>>>0|(e|0)==(h|0)&c>>>0>f>>>0))return +((c|0)==(f|0)&(e|0)==(h|0)?a*0.0:a);if(!d){c=PF(g|0,i|0,12)|0;e=M;if((e|0)>-1|(e|0)==-1&c>>>0>4294967295){d=0;do{d=d+-1|0;c=PF(c|0,e|0,1)|0;e=M}while((e|0)>-1|(e|0)==-1&c>>>0>4294967295)}else d=0;g=PF(g|0,i|0,1-d|0)|0;f=M}else f=i&1048575|1048576;if(!j){e=PF(l|0,m|0,12)|0;h=M;if((h|0)>-1|(h|0)==-1&e>>>0>4294967295){c=0;do{c=c+-1|0;e=PF(e|0,h|0,1)|0;h=M}while((h|0)>-1|(h|0)==-1&e>>>0>4294967295)}else c=0;l=PF(l|0,m|0,1-c|0)|0;j=c;i=M}else i=m&1048575|1048576;e=rG(g|0,f|0,l|0,i|0)|0;c=M;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;b:do if((d|0)>(j|0)){while(1){if(h){if((e|0)==0&(c|0)==0)break}else{e=g;c=f}g=PF(e|0,c|0,1)|0;f=M;d=d+-1|0;e=rG(g|0,f|0,l|0,i|0)|0;c=M;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;if((d|0)<=(j|0))break b}b=a*0.0;break a}while(0);if(h){if((e|0)==0&(c|0)==0){b=a*0.0;break}}else{c=f;e=g}if(c>>>0<1048576|(c|0)==1048576&e>>>0<0)do{e=PF(e|0,c|0,1)|0;c=M;d=d+-1|0}while(c>>>0<1048576|(c|0)==1048576&e>>>0<0);if((d|0)>0){m=qI(e|0,c|0,0,-1048576)|0;c=M;d=PF(d|0,0,52)|0;c=c|M;d=m|d}else{d=WF(e|0,c|0,1-d|0)|0;c=M}k[t>>2]=d;k[t+4>>2]=c|n;b=+p[t>>3]}else o=3;while(0);if((o|0)==3){b=a*b;b=b/b}return +b}function Fe(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+384|0;g=D+8|0;z=D;j=D+272|0;a=D+64|0;y=D+169|0;v=D+168|0;A=D+52|0;B=D+40|0;C=D+28|0;m=D+24|0;u=D+68|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=WD(j,100,36439,z)|0;if(h>>>0>99){h=aI()|0;p[g>>3]=f;h=Ry(a,h,36439,g)|0;a=k[a>>2]|0;s=$b(h)|0;q=s;t=a}else{q=D+172|0;s=0;t=0;a=j}o=oF(d)|0;n=WH(o,43460)|0;Pb[k[(k[n>>2]|0)+32>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}Yc(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=$b(a)|0;a=g}else{a=u;g=0}td(a,w,x,k[d+4>>2]|0,q,q+h|0,n,l,z,i[y>>0]|0,i[v>>0]|0,A,B,C,j);a=jj(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)uc(g);WI(C);WI(B);WI(A);mD(o);if(s|0)uc(s);if(t|0)uc(t);r=D;return a|0}function Ge(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+16|0;t=u;s=WH(k[g>>2]|0,43492)|0;l=WH(k[g>>2]|0,43500)|0;Jb[k[(k[l>>2]|0)+20>>2]&511](t,l);p=t+11|0;o=i[p>>0]|0;q=t+4|0;a:do if((o<<24>>24<0?k[q>>2]|0:o&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{o=Rb[k[(k[s>>2]|0)+44>>2]&31](s,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=o;g=a+1|0;break}default:g=a}b:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break b}o=Rb[k[(k[s>>2]|0)+44>>2]&31](s,48)|0;n=k[f>>2]|0;k[f>>2]=n+4;k[n>>2]=o;n=Rb[k[(k[s>>2]|0)+44>>2]&31](s,i[h>>0]|0)|0;o=k[f>>2]|0;k[f>>2]=o+4;k[o>>2]=n;g=g+2|0}while(0);c:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break c;o=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=o;j=j+1|0}}while(0);o=Lb[k[(k[l>>2]|0)+16>>2]&127](l)|0;n=g;h=0;j=0;while(1){if(n>>>0>=c>>>0)break;l=i[p>>0]|0;m=l<<24>>24<0;v=i[(m?k[t>>2]|0:t)+h>>0]|0;if(v<<24>>24!=0&(j|0)==(v<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+4;k[j>>2]=o;h=(h>>>0<((m?k[q>>2]|0:l&255)+-1|0)>>>0&1)+h|0;j=0}m=Rb[k[(k[s>>2]|0)+44>>2]&31](s,i[n>>0]|0)|0;v=k[f>>2]|0;k[f>>2]=v+4;k[v>>2]=m;n=n+1|0;j=j+1|0}g=d+(g-a<<2)|0;j=k[f>>2]|0;if((g|0)!=(j|0)){h=j;while(1){h=h+-4|0;if(g>>>0>=h>>>0){g=j;break a}v=k[g>>2]|0;k[g>>2]=k[h>>2];k[h>>2]=v;g=g+4|0}}}else{Pb[k[(k[s>>2]|0)+48>>2]&7](s,a,c,d)|0;g=d+(c-a<<2)|0;k[f>>2]=g}while(0);k[e>>2]=(b|0)==(c|0)?g:d+(b-a<<2)|0;WI(t);r=u;return}function He(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+160|0;t=A+152|0;u=A+149|0;v=A+148|0;z=A+36|0;w=A+24|0;x=A+12|0;h=A+8|0;j=A+48|0;p=A+4|0;q=A;y=oF(d)|0;s=WH(y,43460)|0;m=f+11|0;o=i[m>>0]|0;a=o<<24>>24<0;n=f+4|0;if(!((a?k[n>>2]|0:o&255)|0))o=0;else{o=i[(a?k[f>>2]|0:f)>>0]|0;o=o<<24>>24==(Rb[k[(k[s>>2]|0)+28>>2]&31](s,45)|0)<<24>>24}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}Yc(c,o,y,t,u,v,z,w,x,h);g=i[m>>0]|0;a=k[n>>2]|0;c=g<<24>>24<0?a:g&255;l=k[h>>2]|0;if((c|0)>(l|0)){B=i[x+11>>0]|0;h=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(h<<24>>24<0?k[w+4>>2]|0:h&255)|0}else{B=i[x+11>>0]|0;c=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=$b(c)|0;h=c;if(!c){c=0;g=i[m>>0]|0;a=k[n>>2]|0}}else{c=j;h=0}B=g<<24>>24<0;f=B?k[f>>2]|0:f;td(c,p,q,k[d+4>>2]|0,f,f+(B?a:g&255)|0,s,o,t,i[u>>0]|0,i[v>>0]|0,z,w,x,l);a=jj(k[b>>2]|0,c,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(h|0)uc(h);WI(x);WI(w);WI(z);mD(y);r=A;return a|0}function Ie(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+16|0;q=s;p=WH(k[g>>2]|0,43460)|0;l=WH(k[g>>2]|0,43476)|0;Jb[k[(k[l>>2]|0)+20>>2]&511](q,l);n=q+11|0;m=i[n>>0]|0;o=q+4|0;if((m<<24>>24<0?k[o>>2]|0:m&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{m=Rb[k[(k[p>>2]|0)+28>>2]&31](p,g)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=m;g=a+1|0;break}default:g=a}a:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break a}m=Rb[k[(k[p>>2]|0)+28>>2]&31](p,48)|0;j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=Rb[k[(k[p>>2]|0)+28>>2]&31](p,i[h>>0]|0)|0;m=k[f>>2]|0;k[f>>2]=m+1;i[m>>0]=j;g=g+2|0}while(0);b:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break b;m=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=m;j=j+1|0}}while(0);m=Lb[k[(k[l>>2]|0)+16>>2]&127](l)|0;l=g;h=0;j=0;while(1){if(l>>>0>=c>>>0)break;t=i[((i[n>>0]|0)<0?k[q>>2]|0:q)+h>>0]|0;if(t<<24>>24!=0&(j|0)==(t<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=i[n>>0]|0;h=(h>>>0<((j<<24>>24<0?k[o>>2]|0:j&255)+-1|0)>>>0&1)+h|0;j=0}u=Rb[k[(k[p>>2]|0)+28>>2]&31](p,i[l>>0]|0)|0;t=k[f>>2]|0;k[f>>2]=t+1;i[t>>0]=u;l=l+1|0;j=j+1|0}g=d+(g-a)|0;h=k[f>>2]|0;if((g|0)!=(h|0)){while(1){h=h+-1|0;if(g>>>0>=h>>>0)break;u=i[g>>0]|0;i[g>>0]=i[h>>0]|0;i[h>>0]=u;g=g+1|0}g=k[f>>2]|0}}else{Pb[k[(k[p>>2]|0)+32>>2]&7](p,a,c,d)|0;g=d+(c-a)|0;k[f>>2]=g}k[e>>2]=(b|0)==(c|0)?g:d+(b-a)|0;WI(q);r=s;return}function Je(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+144|0;f=l+128|0;g=l;k[a>>2]=b;h=b+108|0;k[a+4>>2]=h;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[a+32>>2]=a+36;k[a+44>>2]=0;k[a+52>>2]=0;k[a+56>>2]=0;k[a+48>>2]=a+52;k[a+68>>2]=0;k[a+72>>2]=0;k[a+76>>2]=0;i[a+81>>0]=0;e=oI(ln(c,0)|0)|0;if((e|0)!=(k[10427]|0))Ha(13761,13652,273,13788);e=(Hq(c)|0)+8|0;if((k[e>>2]|0)>>>0>1?(e=ln(c,1)|0,(i[e>>0]|0)==0):0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;d=1;while(1){a=(Hq(c)|0)+8|0;if(d>>>0>=(k[a>>2]|0)>>>0)break;a=d+1|0;d=iI(ln(c,d)|0)|0;e=pq(d)|0;if(!e){d=a;continue}Lh(d,e,f);d=a}k[g>>2]=b;k[g+4>>2]=h;k[g+8>>2]=f;i[g+12>>0]=0;k[g+16>>2]=0;k[g+20>>2]=-1;k[g+24>>2]=0;k[g+28>>2]=0;k[g+32>>2]=0;k[g+40>>2]=0;k[g+44>>2]=0;k[g+48>>2]=0;k[g+56>>2]=0;k[g+60>>2]=0;k[g+52>>2]=g+56;k[g+64>>2]=0;k[g+76>>2]=0;k[g+80>>2]=0;k[g+72>>2]=g+76;c=g+84|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[g+108>>2]=15;k[g+116>>2]=0;k[g+120>>2]=0;k[g+112>>2]=g+116;k[g+124>>2]=0;te(g);Uo(g);rA(f)}else j=10;a:do if((j|0)==10){e=a+20|0;k[e>>2]=0;d=1;while(1){j=(Hq(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break;od(a,ln(c,d)|0);xB(a,ln(c,d)|0);d=d+1|0}k[e>>2]=0;d=1;while(1){j=(Hq(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break a;Hg(a,ln(c,d)|0);d=d+1|0}}while(0);r=l;return}function Ke(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0,g=0.0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,r=0,s=0;if((i[40320]|0)==0?cK(40320)|0:0){s=VC(20)|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=0;o[s+16>>2]=1.0;k[10248]=s}e=k[10248]|0;d=Tl(e,b)|0;a:do if(!d){if(HI()|0)Ha(13437,13394,76,13468);if(c)n=b;else{e=(pq(b)|0)+1|0;n=$b(e)|0;dM(n,b,e);e=k[10248]|0}b=n;s=YE(n)|0;p=e+4|0;q=k[p>>2]|0;r=(q|0)==0;b:do if(!r){j=q+-1|0;l=(j&q|0)==0;if(l)d=j&s;else d=(s>>>0)%(q>>>0)|0;c=k[(k[e>>2]|0)+(d<<2)>>2]|0;if(c){m=n;while(1){c=k[c>>2]|0;if(!c)break b;h=k[c+4>>2]|0;if(l)h=h&j;else h=(h>>>0)%(q>>>0)|0;if((h|0)!=(d|0))break b;if(!(Qv(k[c+8>>2]|0,n)|0)){b=m;break a}}}}else d=0;while(0);j=VC(12)|0;k[j+8>>2]=b;k[j+4>>2]=s;k[j>>2]=0;l=e+12|0;f=+(((k[l>>2]|0)+1|0)>>>0);g=+o[e+16>>2];do if(r|f>+(q>>>0)*g){d=(q>>>0>2&(q+-1&q|0)==0&1|q<<1)^1;c=~~+_(+(f/g))>>>0;Em(e,d>>>0<c>>>0?c:d);d=k[p>>2]|0;c=d+-1|0;if(!(c&d)){h=d;d=c&s;break}else{h=d;d=(s>>>0)%(d>>>0)|0;break}}else h=q;while(0);d=(k[e>>2]|0)+(d<<2)|0;c=k[d>>2]|0;if(!c){s=e+8|0;k[j>>2]=k[s>>2];k[s>>2]=j;k[d>>2]=s;d=k[j>>2]|0;if(d|0){d=k[d+4>>2]|0;c=h+-1|0;if(!(c&h))d=d&c;else d=(d>>>0)%(h>>>0)|0;k[(k[e>>2]|0)+(d<<2)>>2]=j}}else{k[j>>2]=k[c>>2];k[c>>2]=j}k[l>>2]=(k[l>>2]|0)+1}else b=k[d+8>>2]|0;while(0);k[a>>2]=b;return}function Le(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+16|0;v=x;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=k[b+16>>2];Mm(a,k[b+4>>2]|0);u=k[b+8>>2]|0;p=a+4|0;q=a+12|0;s=a+16|0;t=a+8|0;b=u;while(1){if(!b)break;j=b+8|0;g=k[j>>2]|0;k[v>>2]=g;n=Fu(v)|0;l=k[p>>2]|0;m=(l|0)==0;a:do if(!m){h=l+-1|0;i=(h&l|0)==0;if(i)b=h&n;else b=(n>>>0)%(l>>>0)|0;c=k[(k[a>>2]|0)+(b<<2)>>2]|0;if(!c)w=14;else do{c=k[c>>2]|0;if(!c){w=14;break a}f=k[c+4>>2]|0;if(i)f=f&h;else f=(f>>>0)%(l>>>0)|0;if((f|0)!=(b|0)){w=14;break a}}while((k[c+8>>2]|0)!=(g|0))}else{b=0;w=14}while(0);if((w|0)==14){w=0;g=VC(12)|0;k[g+8>>2]=k[j>>2];k[g+4>>2]=n;k[g>>2]=0;d=+(((k[q>>2]|0)+1|0)>>>0);e=+o[s>>2];do if(m|d>+(l>>>0)*e){b=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;c=~~+_(+(d/e))>>>0;Mm(a,b>>>0<c>>>0?c:b);b=k[p>>2]|0;c=b+-1|0;if(!(c&b)){f=b;b=c&n;break}else{f=b;b=(n>>>0)%(b>>>0)|0;break}}else f=l;while(0);b=(k[a>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[g>>2]=k[t>>2];k[t>>2]=g;k[b>>2]=t;b=k[g>>2]|0;if(b|0){b=k[b+4>>2]|0;c=f+-1|0;if(!(c&f))b=b&c;else b=(b>>>0)%(f>>>0)|0;k[(k[a>>2]|0)+(b<<2)>>2]=g}}else{k[g>>2]=k[c>>2];k[c>>2]=g}k[q>>2]=(k[q>>2]|0)+1}n=k[u>>2]|0;b=n;u=n}r=x;return}function Me(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+16|0;w=z;x=a+16|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;o[x>>2]=1.0;v=a+20|0;k[v>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;q=(pq(b)|0)+1|0;mt(v,q);v=k[v>>2]|0;dM(v,b,q);q=a+4|0;s=a+12|0;t=a+8|0;b=v;while(1){u=WJ(b,32)|0;v=(u|0)!=0;if(v)i[u>>0]=0;dG(w,b,1);l=k[w>>2]|0;p=l*33^5381;m=k[q>>2]|0;n=(m|0)==0;g=l;a:do if(!n){h=m+-1|0;j=(h&m|0)==0;if(j)b=h&p;else b=(p>>>0)%(m>>>0)|0;c=k[(k[a>>2]|0)+(b<<2)>>2]|0;if(!c)y=15;else do{c=k[c>>2]|0;if(!c){y=15;break a}f=k[c+4>>2]|0;if(j)f=f&h;else f=(f>>>0)%(m>>>0)|0;if((f|0)!=(b|0)){y=15;break a}}while((k[c+8>>2]|0)!=(g|0))}else{b=0;y=15}while(0);if((y|0)==15){y=0;g=VC(12)|0;k[g+8>>2]=l;k[g+4>>2]=p;k[g>>2]=0;d=+(((k[s>>2]|0)+1|0)>>>0);e=+o[x>>2];do if(n|d>+(m>>>0)*e){b=(m>>>0>2&(m+-1&m|0)==0&1|m<<1)^1;c=~~+_(+(d/e))>>>0;Mm(a,b>>>0<c>>>0?c:b);b=k[q>>2]|0;c=b+-1|0;if(!(c&b)){f=b;b=c&p;break}else{f=b;b=(p>>>0)%(b>>>0)|0;break}}else f=m;while(0);b=(k[a>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[g>>2]=k[t>>2];k[t>>2]=g;k[b>>2]=t;b=k[g>>2]|0;if(b|0){b=k[b+4>>2]|0;c=f+-1|0;if(!(c&f))b=b&c;else b=(b>>>0)%(f>>>0)|0;k[(k[a>>2]|0)+(b<<2)>>2]=g}}else{k[g>>2]=k[c>>2];k[c>>2]=g}k[s>>2]=(k[s>>2]|0)+1}if(v)b=u+1|0;else break}r=z;return}function Ne(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;f=l+20|0;g=l+16|0;d=l+4|0;e=l;c=k[a>>2]|0;b=i[c>>0]|0;if(b<<24>>24==36){h=c+1|0;k[a>>2]=h;j=1;b=i[h>>0]|0}else{j=0;h=c}do if(b<<24>>24!=34){c=h;a:while(1){if(!(b<<24>>24)){b=0;break}if(EM(b<<24>>24)|0)break;switch(b<<24>>24){case 40:case 41:case 59:break a;default:{}}g=c+1|0;k[a>>2]=g;b=i[g>>0]|0;c=g}if((h|0)==(c|0)){l=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,13716,15);h=k[a+4>>2]|0;j=k[a>>2]|0;a=k[a+8>>2]|0;Hu(l,d);k[l+12>>2]=h;k[l+16>>2]=j-a;pb(l|0,8,183)}else{i[c>>0]=0;g=Py(a+12|0)|0;dG(e,h,0);f=k[e>>2]|0;i[g>>0]=0;k[g+20>>2]=f;i[g+24>>0]=j;j=h-(k[a+8>>2]|0)|0;k[g+28>>2]=k[a+4>>2];k[g+32>>2]=j;i[k[a>>2]>>0]=b;b=g;break}}else{b=h+1|0;k[a>>2]=b;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[f+(c<<2)>>2]=0;c=c+1|0}b:while(1){c=i[b>>0]|0;switch(c<<24>>24){case 34:break b;case 92:{_n(f,92);_n(f,i[(k[a>>2]|0)+1>>0]|0);b=(k[a>>2]|0)+2|0;break}default:{_n(f,c);b=(k[a>>2]|0)+1|0}}k[a>>2]=b}k[a>>2]=b+1;b=Py(a+12|0)|0;dG(g,(i[f+11>>0]|0)<0?k[f>>2]|0:f,0);g=k[g>>2]|0;i[b>>0]=0;k[b+20>>2]=g;i[b+24>>0]=j;j=h-(k[a+8>>2]|0)|0;k[b+28>>2]=k[a+4>>2];k[b+32>>2]=j;WI(f)}while(0);r=l;return b|0}function Oe(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;l=n+12|0;m=n;f=WJ(iI(ln(b,0)|0)|0,46)|0;g=f+5|0;j=pF(k[a+4>>2]|0)|0;k[j+4>>2]=c;c=(WB(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[g>>0]|0){case 56:{i[d>>0]=1;e=f+6|0;h=1;break}case 49:{if((i[f+6>>0]|0)==54){i[d>>0]=2;e=f+7|0;h=2;break a}else Ha(17466,13652,1027,17482);break}case 51:{if((i[f+6>>0]|0)==50){i[d>>0]=4;e=f+7|0;h=4;break a}else Ha(17491,13652,1031,17482);break}default:{e=g;h=c}}while(0);if(!(i[e>>0]|0))c=0;else c=(i[e+1>>0]|0)==115&1;i[j+9>>0]=c;f=j+12|0;k[f>>2]=0;g=j+16|0;wE(g,h&255,0)|0;e=1;b:while(1){h=ln(b,e)|0;h=(i[h>>0]|0)==0;d=ln(b,e)|0;if(!h){c=22;break}d=iI(d)|0;c=WJ(d,61)|0;if(!c){c=14;break}c=c+1|0;switch(i[d>>0]|0){case 97:{h=np(c)|0;wE(g,h,((h|0)<0)<<31>>31)|0;break}case 111:{c=Lm(c)|0;h=M;if(h>>>0>0|(h|0)==0&c>>>0>4294967295){c=18;break b}wE(f,c,0)|0;break}default:{c=20;break b}}e=e+1|0}if((c|0)==14)Ha(17507,13652,1042,17482);else if((c|0)==18){n=Ia(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Yr(l,17510,10);yC(n,l);pb(n|0,8,183)}else if((c|0)==20){n=Ia(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;Yr(m,17521,18);yC(n,m);pb(n|0,8,183)}else if((c|0)==22){m=Yb(a,d)|0;k[j+20>>2]=m;r=n;return j|0}return 0}function Pe(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;e=r;r=r+80|0;n=e+48|0;m=e+60|0;j=e+36|0;i=e+24|0;h=e+12|0;g=e;f=zI(k[a+4>>2]|0)|0;k[f+8>>2]=c;a=Yb(a,ln(b,1)|0)|0;l=f+12|0;k[l>>2]=a;Ui(f);if(c>>>0<22?(c=k[(k[l>>2]|0)+4>>2]|0,!((c|0)==5|(c|0)==(d|0))):0){e=Ia(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;Yr(g,17071,13);c=tF(g,ek(k[f>>2]|0)|0)|0;k[h>>2]=k[c>>2];k[h+4>>2]=k[c+4>>2];k[h+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=tF(h,17085)|0;k[i>>2]=k[c>>2];k[i+4>>2]=k[c+4>>2];k[i+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=tF(i,By(d)|0)|0;k[j>>2]=k[c>>2];k[j+4>>2]=k[c+4>>2];k[j+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=tF(j,17088)|0;k[m>>2]=k[c>>2];k[m+4>>2]=k[c+4>>2];k[m+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=tF(m,By(k[(k[l>>2]|0)+4>>2]|0)|0)|0;k[n>>2]=k[c>>2];k[n+4>>2]=k[c+4>>2];k[n+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}m=k[b+28>>2]|0;b=k[b+32>>2]|0;Hu(e,n);k[e+12>>2]=m;k[e+16>>2]=b;pb(e|0,8,183)}r=e;return f|0}function Qe(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;g=b+44|0;h=k[g>>2]|0;m=b+24|0;n=k[m>>2]|0;j=n;if(h>>>0<n>>>0){k[g>>2]=n;l=j}else l=h;g=f&24;a:do if(!g){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}else{if((e|0)==1&(g|0)==24){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}b:do switch(e|0){case 0:{g=0;h=0;break}case 1:if(!(f&8)){h=j-(k[b+20>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}else{h=(k[b+12>>2]|0)-(k[b+8>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}case 2:{g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;h=l-g|0;g=h;h=((h|0)<0)<<31>>31;break}default:{n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break a}}while(0);h=qI(g|0,h|0,c|0,d|0)|0;j=M;if((j|0)>=0){g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;d=l-g|0;c=((d|0)<0)<<31>>31;if(!((c|0)<(j|0)|(c|0)==(j|0)&d>>>0<h>>>0)){g=f&8;if(!((h|0)==0&(j|0)==0)){if(g|0?(k[b+12>>2]|0)==0:0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}if((f&16|0)!=0&(n|0)==0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}}if(g|0){k[b+12>>2]=(k[b+8>>2]|0)+h;k[b+16>>2]=l}if(f&16|0)k[m>>2]=(k[b+20>>2]|0)+h;n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=h;k[n+4>>2]=j;break}}n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}while(0);return}function Re(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+FH(b);e=+FH(c);if(f==0.0&f==e){p[t>>3]=f;f=(k[t+4>>2]|0)<0?f:e;k[a>>2]=4;p[a+8>>3]=f;break}d=e<f?e:f;p[t>>3]=f;b=k[t+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=e;c=k[t+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=d;l=k[t+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[t>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[t>>3]=b?f:e;ZB(i,4,k[t>>2]|0,k[t+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;_B(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{_B(a,2,0,2146959360);break}}else{f=+GH(b);e=+GH(c);if(f==0.0&f==e){f=((o[t>>2]=f,k[t>>2]|0)|0)<0?f:e;k[a>>2]=3;o[a+8>>2]=f;break}d=e<f?e:f;b=((o[t>>2]=f,k[t>>2]|0)&2147483647)>>>0>2139095040;c=((o[t>>2]=e,k[t>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[t>>2]=d,k[t>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;_E(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;ZE(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;_E(a,l)}while(0);r=m;return}function Se(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+FH(b);e=+FH(c);if(f==0.0&f==e){p[t>>3]=f;f=(k[t+4>>2]|0)<0?e:f;k[a>>2]=4;p[a+8>>3]=f;break}d=f<e?e:f;p[t>>3]=f;b=k[t+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=e;c=k[t+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=d;l=k[t+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[t>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[t>>3]=b?f:e;ZB(i,4,k[t>>2]|0,k[t+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;_B(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{_B(a,2,0,2146959360);break}}else{f=+GH(b);e=+GH(c);if(f==0.0&f==e){f=((o[t>>2]=f,k[t>>2]|0)|0)<0?e:f;k[a>>2]=3;o[a+8>>2]=f;break}d=f<e?e:f;b=((o[t>>2]=f,k[t>>2]|0)&2147483647)>>>0>2139095040;c=((o[t>>2]=e,k[t>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[t>>2]=d,k[t>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;_E(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;ZE(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;_E(a,l)}while(0);r=m;return}function Te(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;switch(b-a>>2|0){case 1:case 0:{c=1;break}case 2:{d=b+-4|0;e=k[d>>2]|0;c=k[a>>2]|0;if(+p[e+16>>3]>+p[c+16>>3]){k[a>>2]=e;k[d>>2]=c;c=1}else c=1;break}case 3:{yk(a,a+4|0,b+-4|0)|0;c=1;break}case 4:{nk(a,a+4|0,a+8|0,b+-4|0)|0;c=1;break}case 5:{Qi(a,a+4|0,a+8|0,a+12|0,b+-4|0)|0;c=1;break}default:{d=a+8|0;yk(a,a+4|0,d)|0;i=a+12|0;c=0;while(1){if((i|0)==(b|0)){d=1;c=0;break}h=k[i>>2]|0;g=h+16|0;if(!(+p[g>>3]>+p[(k[d>>2]|0)+16>>3])){d=i;i=i+4|0;continue}k[i>>2]=0;e=i;while(1){j=k[d>>2]|0;k[d>>2]=0;f=k[e>>2]|0;k[e>>2]=j;if(f|0){qA(f);oN(f)}if((d|0)==(a|0))break;e=d+-4|0;if(+p[g>>3]>+p[(k[e>>2]|0)+16>>3]){j=d;d=e;e=j}else break}e=k[d>>2]|0;k[d>>2]=h;if(e|0){qA(e);oN(e)}c=c+1|0;e=i+4|0;if((c|0)==8){d=0;c=(e|0)==(b|0);break}else{d=i;i=e}}c=c|d}}return c|0}function Ue(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+576|0;q=w;m=w+64|0;v=w+56|0;p=w+48|0;h=w+564|0;n=w+8|0;o=w+464|0;k[v>>2]=m;u=v+4|0;k[u>>2]=203;s=oF(e)|0;a=WH(s,43492)|0;i[h>>0]=0;if(gc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+400|0)|0){Pb[k[(k[a>>2]|0)+48>>2]&7](a,36333,36343,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>392){m=$b((a>>2)+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+40|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=k[h>>2]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((k[d>>2]|0)==(e|0))break;d=d+4|0}i[a>>0]=i[36333+(d-l>>2)>>0]|0;h=h+4|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;YF(o,36234,q);if(m|0)uc(m)}a=k[b>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)==-1){k[b>>2]=0;e=1;break}else{e=(k[b>>2]|0)==0;break}}else e=1;while(0);a=k[c>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)!=-1)if(e)break;else{t=31;break}else{k[c>>2]=0;t=29;break}}else t=29;while(0);if((t|0)==29?e:0)t=31;if((t|0)==31)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;mD(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)Ib[k[u>>2]&255](a);r=w;return d|0}function Ve(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;m=n+12|0;l=n;g=a+108|0;c=k[g>>2]|0;switch(c|0){case 0:break;case 1:{k[m>>2]=0;c=b+4|0;d=k[c>>2]|0;if(d>>>0<(k[b+8>>2]|0)>>>0){k[d>>2]=0;k[c>>2]=d+4}else en(b,m);break}default:{k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;at(m,c);d=k[m>>2]|0;c=0;while(1){if(c>>>0>=(k[g>>2]|0)>>>0)break;k[d+(c<<2)>>2]=c;c=c+1|0}Sd(a,m,b);d=k[b>>2]|0;j=b+4|0;f=k[j>>2]|0;a:do if((d|0)==(f|0))c=d;else{c=d;b:while(1)while(1){e=d+4|0;d=e;if((e|0)==(f|0))break a;if((k[c>>2]|0)>>>0<(k[e>>2]|0)>>>0){c=e;continue b}}}while(0);i=k[c>>2]|0;c=k[a+32>>2]|0;c=(k[c+12>>2]|0)-(k[c+8>>2]|0)>>2;d=c+-1|0;e=k[m>>2]|0;while(1){f=k[g>>2]|0;if(c>>>0>=f>>>0)break;k[e+(c<<2)>>2]=d-c+f;c=c+1|0}k[l>>2]=0;h=l+4|0;k[h>>2]=0;k[l+8>>2]=0;Sd(a,m,l);c=k[l>>2]|0;f=k[h>>2]|0;g=c;a=f;c:do if((c|0)!=(f|0)){d=g;d:while(1)while(1){e=d+4|0;d=e;if((e|0)==(f|0))break c;if((k[c>>2]|0)>>>0<(k[e>>2]|0)>>>0){c=e;continue d}}}while(0);if((k[c>>2]|0)>>>0<i>>>0){i=k[b>>2]|0;k[b>>2]=g;k[l>>2]=i;i=k[j>>2]|0;k[j>>2]=a;k[h>>2]=i;i=b+8|0;b=l+8|0;j=k[i>>2]|0;k[i>>2]=k[b>>2];k[b>>2]=j}qA(l);qA(m)}}r=n;return}function We(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+432|0;a=t+16|0;s=t+8|0;l=t;h=t+416|0;k[s>>2]=a;q=s+4|0;k[q>>2]=203;o=oF(e)|0;j=WH(o,43492)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(gc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+400|0)|0){a=g+8+3|0;if((i[a>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[a>>0]=0}if(i[h>>0]|0)Hn(g,Rb[k[(k[j>>2]|0)+44>>2]&31](j,45)|0);d=Rb[k[(k[j>>2]|0)+44>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-4|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((k[a>>2]|0)!=(d|0))break;a=a+4|0}Fj(g,a,h)}a=k[b>>2]|0;do if(a){h=k[a+12>>2]|0;if((h|0)==(k[a+16>>2]|0))a=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[h>>2]|0;if((a|0)==-1){k[b>>2]=0;h=1;break}else{h=(k[b>>2]|0)==0;break}}else h=1;while(0);do if(n){a=k[m+12>>2]|0;if((a|0)==(k[m+16>>2]|0))a=Lb[k[(k[n>>2]|0)+36>>2]&127](m)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(h)break;else{p=27;break}else{k[c>>2]=0;p=25;break}}else p=25;while(0);if((p|0)==25?h:0)p=27;if((p|0)==27)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;mD(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)Ib[k[q>>2]&255](a);r=t;return h|0}function Xe(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,m=0,n=0,o=0,p=0,q=0;k[c>>2]=a;k[f>>2]=d;p=b;q=e;a:while(1){m=k[c>>2]|0;if(m>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}h=i[m>>0]|0;o=h&255;do if(h<<24>>24>-1){j[d>>1]=h&255;k[c>>2]=m+1}else{if((h&255)<194){a=2;break a}if((h&255)<224){if((p-m|0)<2){a=1;break a}a=l[m+1>>0]|0;if((a&192|0)!=128){a=2;break a}j[d>>1]=a&63|o<<6&1984;k[c>>2]=m+2;break}if((h&255)<240){if((p-m|0)<3){a=1;break a}g=i[m+1>>0]|0;a=i[m+2>>0]|0;switch(h<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}j[d>>1]=(g&255)<<6&4032|o<<12|a&63;k[c>>2]=m+3;break}if((h&255)>=245){a=2;break a}if((p-m|0)<4){a=1;break a}n=i[m+1>>0]|0;a=i[m+2>>0]|0;g=i[m+3>>0]|0;switch(h<<24>>24){case -16:{if((n+112&255)>=48){a=2;break a}break}case -12:{if((n&-16)<<24>>24!=-128){a=2;break a}break}default:if((n&-64)<<24>>24!=-128){a=2;break a}}m=a&255;if((m&192|0)!=128){a=2;break a}h=g&255;if((h&192|0)!=128){a=2;break a}if((q-d|0)<4){a=1;break a}g=o&7;a=n&255;if((a<<12&196608|g<<18)>>>0>1114111){a=2;break a}j[d>>1]=a<<2&60|m>>>4&3|((a>>>4&3|g<<2)<<6)+16320|55296;o=d+2|0;k[f>>2]=o;j[o>>1]=h&63|m<<6&960|56320;k[c>>2]=(k[c>>2]|0)+4}while(0);d=(k[f>>2]|0)+2|0;k[f>>2]=d}return a|0}function Ye(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+48|0;i=m+36|0;h=m+32|0;d=m;j=m+28|0;l=m+24|0;a:do switch(k[c+8>>2]|0){case 0:{k[a>>2]=1;k[a+8>>2]=65536;k[a+16>>2]=0;break}case 1:{l=k[(k[b+4>>2]|0)+32>>2]|0;k[a>>2]=1;k[a+8>>2]=l;k[a+16>>2]=0;break}case 2:{g=EE(c+16|0,0)|0;vd(d,b,k[g>>2]|0);if(!(k[d+16>>2]|0)){f=b+4|0;g=k[(k[f>>2]|0)+32>>2]|0;e=XH(d)|0;if(e>>>0>65535)Jb[k[k[b>>2]>>2]&511](b,20268);d=k[f>>2]|0;c=k[d+32>>2]|0;if(c>>>0>=~e>>>0){Jb[k[k[b>>2]>>2]&511](b,20305);d=k[f>>2]|0;c=k[d+32>>2]|0}e=c+e|0;if(e>>>0>(k[(k[d>>2]|0)+84>>2]|0)>>>0){Jb[k[k[b>>2]>>2]&511](b,20343);c=k[f>>2]|0;d=c;c=k[c+32>>2]|0}b=k[d+36>>2]|0;d=k[(k[b>>2]|0)+20>>2]|0;vF(j,c<<16,0);vF(l,e<<16,0);k[h>>2]=k[j>>2];k[i>>2]=k[l>>2];Mb[d&31](b,h,i);wE((k[f>>2]|0)+32|0,e,0)|0;k[a>>2]=1;k[a+8>>2]=g;k[a+16>>2]=0}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}break}case 3:{l=(k[c+12>>2]|0)==(k[10423]|0);k[a>>2]=1;c=a+8|0;if(l){k[c>>2]=1;k[a+16>>2]=0;break a}else{k[c>>2]=0;k[a+16>>2]=0;break a}}default:Ea()}while(0);r=m;return}function Ze(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+80|0;m=p+68|0;n=p;ku(m,a+40|0);o=a+16|0;l=Bh(m,k[a+32>>2]|0)|0;qA(m);m=b+12|0;i=b+20|0;j=k[i>>2]|0;h=j+-1|0;f=0;c=0;g=0;a:while(1){if(g>>>0>=j>>>0){a=15;break}a=EE(m,g)|0;a=ve(k[a>>2]|0,l&(g|0)==(h|0))|0;do if(a){e=EE(m,g)|0;if((a|0)!=(k[e>>2]|0)){e=EE(m,g)|0;k[e>>2]=a}if((f|0)>0){a=EE(m,g)|0;a=k[a>>2]|0;e=g-f|0;d=EE(m,e)|0;k[d>>2]=a}else e=g-f|0;a=EE(m,e)|0;a=k[a>>2]|0;q=k[a>>2]|0;d=EE(m,e)|0;d=k[d>>2]|0;d=(k[d>>2]|0)==5?d:0;if((a|0)==0|(q|0)!=4)if(!d){a=f;break}else{a=13;break a}else if((d|0)!=0|(k[a+16>>2]|0)==0){a=13;break a}else{a=f;break}}else{a=f+1|0;c=1}while(0);f=a;g=g+1|0}if((a|0)==13)$v(m,e+1|0);else if((a|0)==15?c:0)$v(m,j-f|0);b:do if(!(k[b+8>>2]|0)){switch(k[i>>2]|0){case 1:break;case 0:{k[b>>2]=21;k[b+4>>2]=0;break b}default:break b}if(!l?(q=EE(m,0)|0,Pn(n,k[q>>2]|0),q=OD(n)|0,az(n),!q):0){k[b>>2]=21;k[b+4>>2]=0;break}q=EE(m,0)|0;k[o>>2]=k[q>>2]}while(0);r=p;return}function _e(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+240|0;q=w;m=w+128|0;v=w+8|0;p=w+4|0;h=w+126|0;n=w+116|0;o=w+16|0;k[v>>2]=m;u=v+4|0;k[u>>2]=203;s=oF(e)|0;a=WH(s,43460)|0;i[h>>0]=0;if(ec(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+100|0)|0){Pb[k[(k[a>>2]|0)+32>>2]&7](a,36223,36233,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>98){m=$b(a+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+10|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=i[h>>0]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((i[d>>0]|0)==e<<24>>24)break;d=d+1|0}i[a>>0]=i[36223+(d-l)>>0]|0;h=h+1|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;YF(o,36234,q);if(m|0)uc(m)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;t=26;break}if(!a)t=27}else t=26;while(0);if((t|0)==26?a:0)t=27;if((t|0)==27)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;mD(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)Ib[k[u>>2]&255](a);r=w;return d|0}function $e(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1)if(f){g=b;h=16}else h=15;else h=13}else h=13;if((h|0)==13)if(f)h=15;else{g=0;h=16}do if((h|0)==15)k[c>>2]=k[c>>2]|6;else if((h|0)==16){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((Db[k[(k[d>>2]|0)+52>>2]&31](d,e,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;b=k[f>>2]|0;d=k[e+16>>2]|0;if((b|0)==(d|0)){Lb[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)f=1;else{f=k[e+12>>2]|0;d=k[e+16>>2]|0;h=25}}else{h=b+4|0;k[f>>2]=h;f=h;h=25}do if((h|0)==25){if((f|0)==(d|0))e=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}while(0);if(g){e=k[g+12>>2]|0;if((e|0)==(k[g+16>>2]|0))e=Lb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(f)break}else h=36}else h=36;if((h|0)==36?!f:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function af(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;en(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=EE(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=EE(c,0)|0;c=cI(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){en(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=EE(d,c)|0,vd(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}qA(j);r=o;return}function bf(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if(a<<24>>24==f<<24>>24)if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if(a<<24>>24==g<<24>>24?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+32|0;f=0;while(1){p=o+f|0;if((f|0)==32){p=g;break}if((i[p>>0]|0)==a<<24>>24)break;else f=f+1|0}f=p-o|0;if((f|0)>31)p=-1;else{g=i[34924+f>>0]|0;switch(f|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;p=k[e>>2]|0;k[e>>2]=p+1;i[p>>0]=g;p=0;break a}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>21){p=0;break a}k[n>>2]=(k[n>>2]|0)+1;p=0;break a}}}}while(0);return p|0}function cf(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+128|0;a=t+20|0;s=t+8|0;l=t;h=t+16|0;k[s>>2]=a;q=s+4|0;k[q>>2]=203;o=oF(e)|0;j=WH(o,43460)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(ec(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+100|0)|0){a=g+11|0;if((i[a>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0}else{i[g>>0]=0;i[a>>0]=0}if(i[h>>0]|0)_n(g,Rb[k[(k[j>>2]|0)+28>>2]&31](j,45)|0);d=Rb[k[(k[j>>2]|0)+28>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-1|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((i[a>>0]|0)!=d<<24>>24)break;a=a+1|0}Vj(g,a,h)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;do if(n){if((k[m+12>>2]|0)==(k[m+16>>2]|0)?(Lb[k[(k[n>>2]|0)+36>>2]&127](m)|0)==-1:0){k[c>>2]=0;p=22;break}if(!a)p=23}else p=22;while(0);if((p|0)==22?a:0)p=23;if((p|0)==23)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;mD(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)Ib[k[q>>2]&255](a);r=t;return h|0}function df(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+16|0;e=l;j=k[a>>2]|0;if((k[j+4>>2]|0)!=(k[j>>2]|0)){j=a+8|0;if(i[j>>0]|0){h=PE(42756,20428)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(e);Hm(h,g);Qp(h)}f=aG(a,31235)|0;g=a+4|0;d=k[a>>2]|0;Mk(k[g>>2]|0,(k[d+4>>2]|0)-(k[d>>2]|0)>>2)|0;d=k[a>>2]|0;h=k[d+4>>2]|0;d=k[d>>2]|0;while(1){if((d|0)==(h|0))break;if(i[j>>0]|0){c=PE(42756,20447)|0;b=oF(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=b;b=WH(b,43460)|0;b=Rb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;YK(e);Hm(c,b);Qp(c)}cj(k[g>>2]|0,64)|0;b=k[d>>2]|0;Mk(k[g>>2]|0,(k[b+12>>2]|0)-(k[b+8>>2]|0)>>2)|0;b=k[d>>2]|0;c=k[b+12>>2]|0;b=k[b+8>>2]|0;while(1){if((b|0)==(c|0))break;m=k[g>>2]|0;cj(m,EA(k[b>>2]|0)|0)|0;b=b+4|0}b=k[g>>2]|0;if(!(k[(k[d>>2]|0)+4>>2]|0))Mk(b,0)|0;else{Mk(b,1)|0;m=k[g>>2]|0;cj(m,EA(k[(k[d>>2]|0)+4>>2]|0)|0)|0}d=d+4|0}aE(a,f)}r=l;return}function ef(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+16|0;n=o;l=b+4|0;m=a+108|0;if(((k[l>>2]|0)-(k[b>>2]|0)>>2|0)!=(k[m>>2]|0))Ha(29393,29028,475,29421);g=k[a+48>>2]|0;f=k[a+44>>2]|0;while(1){if((f|0)==(g|0))break;e=k[f>>2]|0;h=k[e+28>>2]|0;e=k[e+24>>2]|0;while(1){if((e|0)==(h|0))break;j=e+8|0;c=k[k[j>>2]>>2]|0;do if(k[e>>2]|0){c=OH(c)|0;d=c+8|0;p=k[(k[b>>2]|0)+(k[d>>2]<<2)>>2]|0;k[d>>2]=p;c=k[c+12>>2]|0;d=c;if(!((c|0)==0|(k[c>>2]|0)!=9)?(k[c+8>>2]|0)==(p|0):0){k[k[j>>2]>>2]=c;break}if(!(i[e+12>>0]|0))k[k[j>>2]>>2]=d}else{p=(QH(c)|0)+8|0;k[p>>2]=k[(k[b>>2]|0)+(k[p>>2]<<2)>>2]}while(0);e=e+16|0}f=f+4|0}j=a+32|0;g=k[j>>2]|0;f=k[g+12>>2]|0;a=k[g+8>>2]|0;d=k[l>>2]|0;e=0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break;p=(k[c>>2]|0)+1|0;e=e>>>0<p>>>0?p:e;c=c+4|0}h=f-a>>2;ku(n,g+20|0);at((k[j>>2]|0)+20|0,e-h|0);a=k[m>>2]|0;d=k[b>>2]|0;e=k[n>>2]|0;c=h;while(1){if(c>>>0>=a>>>0)break;f=k[d+(c<<2)>>2]|0;if(f>>>0>=h>>>0)k[(k[(k[j>>2]|0)+20>>2]|0)+(f-h<<2)>>2]=k[e+(c-h<<2)>>2];c=c+1|0}c=k[j>>2]|0;d=k[c+40>>2]|0;e=c+44|0;f=k[e>>2]|0;while(1){if((f|0)==(d|0))break;p=f+-4|0;k[e>>2]=p;f=p}iw(c+52|0);qA(n);r=o;return}function ff(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;c=l+12|0;d=l;j=xF(k[a+4>>2]|0)|0;h=(Hq(b)|0)+8|0;if(((k[h>>2]|0)>>>0>2?(h=ln(b,1)|0,(i[h>>0]|0)==0):0)?(h=ln(b,2)|0,(i[h>>0]|0)==0):0){c=oI(ln(b,1)|0)|0;k[j+8>>2]=c;c=2}else{k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,17863,8);h=Vk(a,c)|0;k[j+8>>2]=h;WI(c);c=1}h=(Hq(b)|0)+8|0;if((k[h>>2]|0)>>>0>c>>>0?(h=ln(b,c)|0,(i[h>>0]|0)==0):0){h=oI(ln(b,c)|0)|0;k[j+12>>2]=h;c=c+1|0}else{k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,17872,7);h=Vk(a,d)|0;k[j+12>>2]=h;WI(d)}f=a+68|0;d=j+8|0;h=a+72|0;e=k[h>>2]|0;g=a+76|0;if((e|0)==(k[g>>2]|0)){en(f,d);e=k[h>>2]|0}else{k[e>>2]=k[d>>2];e=(k[h>>2]|0)+4|0;k[h>>2]=e}d=j+12|0;if((e|0)==(k[g>>2]|0))en(f,d);else{k[e>>2]=k[d>>2];k[h>>2]=(k[h>>2]|0)+4}d=Bl(a,b,c)|0;k[j+16>>2]=d;d=k[h>>2]|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[h>>2]=d+(b<<2);c=b}d=d+-4|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[h>>2]=d+(b<<2);c=b}Oq(j);r=l;return j|0}function gf(a){a=a|0;var b=0;if((i[40464]|0)==0?cK(40464)|0:0){if((i[40472]|0)==0?cK(40472)|0:0){b=44684;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44972);ob(200,0,w|0)|0}yF(44684,10284);yF(44696,10316);yF(44708,10352);yF(44720,10376);yF(44732,10400);yF(44744,10416);yF(44756,10436);yF(44768,10456);yF(44780,10484);yF(44792,10524);yF(44804,10556);yF(44816,10592);yF(44828,10628);yF(44840,10644);yF(44852,10660);yF(44864,10676);yF(44876,10400);yF(44888,10692);yF(44900,10708);yF(44912,10724);yF(44924,10740);yF(44936,10756);yF(44948,10772);yF(44960,10788);k[11243]=44684}return k[11243]|0}function hf(a){a=a|0;var b=0;if((i[40384]|0)==0?cK(40384)|0:0){if((i[40392]|0)==0?cK(40392)|0:0){b=43872;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44160);ob(196,0,w|0)|0}zF(43872,35443);zF(43884,35451);zF(43896,35460);zF(43908,35466);zF(43920,35472);zF(43932,35476);zF(43944,35481);zF(43956,35486);zF(43968,35493);zF(43980,35503);zF(43992,35511);zF(44004,35520);zF(44016,35529);zF(44028,35533);zF(44040,35537);zF(44052,35541);zF(44064,35472);zF(44076,35545);zF(44088,35549);zF(44100,35553);zF(44112,35557);zF(44124,35561);zF(44136,35565);zF(44148,35569);k[11040]=43872}return k[11040]|0}function jf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0;f=k[b>>2]|0;l=b+4|0;e=k[l>>2]|0;m=((k[c>>2]|0)-f<<3)+(k[c+4>>2]|0)-e|0;if((m|0)>0){if(!e){e=d+4|0;l=b;b=d;c=e;e=k[e>>2]|0}else{g=32-e|0;j=(m|0)<(g|0)?m:g;g=-1>>>(g-j|0)&-1<<e&k[f>>2];c=d+4|0;r=k[c>>2]|0;e=32-r|0;f=e>>>0<j>>>0?e:j;h=k[d>>2]|0;r=k[h>>2]&~(-1>>>(e-f|0)&-1<<r);k[h>>2]=r;e=k[c>>2]|0;i=k[l>>2]|0;k[h>>2]=r|(e>>>0>i>>>0?g<<e-i:g>>>(i-e|0));e=(k[c>>2]|0)+f|0;h=h+(e>>>5<<2)|0;k[d>>2]=h;e=e&31;k[c>>2]=e;i=j-f|0;if((i|0)>0){e=k[h>>2]&~(-1>>>(32-i|0));k[h>>2]=e;k[h>>2]=e|g>>>((k[l>>2]|0)+f|0);k[c>>2]=i;e=i}f=(k[b>>2]|0)+4|0;k[b>>2]=f;m=m-j|0;l=b;b=d}j=32-e|0;g=-1<<e;h=~g;i=m+~(m>>>0<31?m:31)+32|0;e=m;while(1){if(e>>>0<=31)break;s=k[f>>2]|0;r=k[b>>2]|0;t=k[r>>2]&h;k[r>>2]=t;k[r>>2]=t|s<<k[c>>2];r=r+4|0;k[b>>2]=r;k[r>>2]=k[r>>2]&g|s>>>j;r=(k[l>>2]|0)+4|0;k[l>>2]=r;e=e+-32|0;f=r}e=m-(i&-32)|0;if((e|0)!=0?(q=k[f>>2]&-1>>>(32-e|0),n=(j|0)<(e|0)?j:e,o=k[b>>2]|0,p=k[o>>2]&~(-1<<k[c>>2]&-1>>>(j-n|0)),k[o>>2]=p,k[o>>2]=p|q<<k[c>>2],p=(k[c>>2]|0)+n|0,o=o+(p>>>5<<2)|0,k[b>>2]=o,k[c>>2]=p&31,p=e-n|0,(p|0)>0):0){k[o>>2]=k[o>>2]&~(-1>>>(32-p|0))|q>>>n;k[c>>2]=p}}else c=d+4|0;k[a>>2]=k[d>>2];k[a+4>>2]=k[c>>2];return}function kf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;f=m+16|0;h=m+12|0;j=m;l=a+12|0;if(i[l>>0]|0){g=PE(42756,14010)|0;e=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(f);Hm(g,e);Qp(g)}g=zh(a)|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[j+(b<<2)>>2]=0;b=b+1|0}d=j+11|0;e=j+4|0;c=0;while(1){if(c>>>0>=g>>>0)break;yq(f,j,sh(a)|0);if((i[d>>0]|0)<0){i[k[j>>2]>>0]=0;k[e>>2]=0}else{i[j>>0]=0;i[d>>0]=0}Zi(j);k[j>>2]=k[f>>2];k[j+4>>2]=k[f+4>>2];k[j+8>>2]=k[f+8>>2];b=0;while(1){if((b|0)==3)break;k[f+(b<<2)>>2]=0;b=b+1|0}WI(f);c=c+1|0}if(i[l>>0]|0){l=PE(Xw(PE(42756,14731)|0,j)|0,14025)|0;g=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(f);Hm(l,g);Qp(l)}JF(h,j);WI(j);r=m;return k[h>>2]|0}function lf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;p=q;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}k[h>>2]=f;k[e>>2]=c;n=g;o=a+8|0;a=f;while(1){if((a|0)==(g|0)|(c|0)==(d|0)){a=33;break}l=b;f=k[l+4>>2]|0;m=p;k[m>>2]=k[l>>2];k[m+4>>2]=f;m=j;f=KI(k[o>>2]|0)|0;l=oh(a,e,m-c|0,n-a>>2,b)|0;if(f|0)KI(f)|0;if((l|0)==-1){j=a;a=10;break}a=(k[h>>2]|0)+(l<<2)|0;k[h>>2]=a;if((a|0)==(g|0)){a=30;break}c=k[e>>2]|0;if((j|0)==(d|0))j=d;else{j=KI(k[o>>2]|0)|0;c=wh(a,c,1,b)|0;if(j|0)KI(j)|0;if(c|0){c=2;a=29;break}k[h>>2]=(k[h>>2]|0)+4;c=(k[e>>2]|0)+1|0;k[e>>2]=c;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}a=k[h>>2]|0}}do if((a|0)==10){a:while(1){k[h>>2]=j;if((c|0)==(k[e>>2]|0)){a=19;break}a=KI(k[o>>2]|0)|0;j=wh(j,c,m-c|0,p)|0;if(a|0)KI(a)|0;switch(j|0){case -1:{a=15;break a}case -2:{a=16;break a}case 0:{c=c+1|0;break}default:c=c+j|0}j=(k[h>>2]|0)+4|0;a=10}if((a|0)==15){k[e>>2]=c;c=2;a=29;break}else if((a|0)==16){k[e>>2]=c;c=1;a=29;break}else if((a|0)==19){k[e>>2]=c;c=(c|0)!=(d|0)&1;a=29;break}}else if((a|0)==30){c=k[e>>2]|0;a=33}while(0);if((a|0)!=29)if((a|0)==33)c=(c|0)!=(d|0)&1;r=q;return c|0}function mf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0;k[c>>2]=a;k[f>>2]=d;p=b;a:while(1){o=k[c>>2]|0;if(o>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}j=i[o>>0]|0;n=j&255;do if(j<<24>>24>-1){k[d>>2]=n;k[c>>2]=o+1}else{if((j&255)<194){a=2;break a}if((j&255)<224){if((p-o|0)<2){a=1;break a}a=l[o+1>>0]|0;if((a&192|0)!=128){a=2;break a}k[d>>2]=a&63|n<<6&1984;k[c>>2]=o+2;break}if((j&255)<240){if((p-o|0)<3){a=1;break a}g=i[o+1>>0]|0;a=i[o+2>>0]|0;switch(j<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}k[d>>2]=(g&255)<<6&4032|n<<12&61440|a&63;k[c>>2]=o+3;break}if((j&255)>=245){a=2;break a}if((p-o|0)<4){a=1;break a}m=i[o+1>>0]|0;a=i[o+2>>0]|0;h=i[o+3>>0]|0;switch(j<<24>>24){case -16:{if((m+112&255)>=48){a=2;break a}break}case -12:{if((m&-16)<<24>>24!=-128){a=2;break a}break}default:if((m&-64)<<24>>24!=-128){a=2;break a}}g=a&255;if((g&192|0)!=128){a=2;break a}a=h&255;if((a&192|0)!=128){a=2;break a}a=(m&255)<<12&258048|n<<18&1835008|g<<6&4032|a&63;if(a>>>0>1114111){a=2;break a}k[d>>2]=a;k[c>>2]=o+4}while(0);d=(k[f>>2]|0)+4|0;k[f>>2]=d}return a|0}function nf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+32|0;h=i+8|0;g=i;b=k[b>>2]|0;a:do switch(k[b>>2]|0){case 4:{b=bI(b)|0;if(k[b+12>>2]|0){c=b+8|0;ho(h,a+64|0,c,c);c=14;break a}e=gr(a+52|0,b+8|0)|0;k[h>>2]=b;b=h+4|0;Ku(b,a+40|0);c=e+4|0;d=k[c>>2]|0;if(d>>>0<(k[e+8>>2]|0)>>>0){zG(d,h);k[c>>2]=(k[c>>2]|0)+16}else Kl(e,h);ny(b);c=14;break}case 1:break;case 2:{h=(lI(b)|0)+16|0;if(!(k[h>>2]|0))c=14;else Ha(27013,27040,124,27070);break}case 5:{c=YH(b)|0;d=c+8|0;e=k[c+16>>2]|0;f=a+64|0;b=0;while(1){if((b|0)==(e|0))break;j=EE(d,b)|0;k[g>>2]=k[j>>2];ho(h,f,g,g);b=b+1|0}c=c+24|0;ho(h,f,c,c);c=14;break}default:c=14}while(0);if((c|0)==14)lv(a+40|0);r=i;return}function of(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if((a|0)==(f|0))if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if((a|0)==(g|0)?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+128|0;f=0;while(1){p=o+(f<<2)|0;if((f|0)==32){p=g;break}if((k[p>>2]|0)==(a|0))break;else f=f+1|0}f=p-o|0;p=f>>2;if((f|0)<=124){g=i[34924+p>>0]|0;switch(p|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;break}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}}}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>84)p=0;else{k[n>>2]=(k[n>>2]|0)+1;p=0}}else p=-1}while(0);return p|0}function pf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;d=0;l=a;a:while(1){if(!(d>>>0<c>>>0&l>>>0<b>>>0)){e=33;break}k=i[l>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-l|0)<2){e=33;break a}if((i[l+1>>0]&-64)<<24>>24!=-128){e=33;break a}e=l+2|0;break}if((k&255)<240){g=l;if((m-g|0)<3){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}e=l+3|0;break}if((k&255)>=245){e=33;break a}j=l;if((c-d|0)>>>0<2|(m-j|0)<4){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;g=i[l+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else{d=d+1|0;e=l+4|0}}else e=l+1|0;while(0);d=d+1|0;l=e}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=l-a|0;return d|0}function qf(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if(!b)Ha(27486,31585,71,27491);do switch(k[b>>2]|0){case 1:{Df(a,b);break}case 2:{yj(a,b);break}case 3:{bi(a,b);break}case 4:{Lj(a,b);break}case 5:{Hk(a,b);break}case 6:{ZC(a,b);break}case 7:{gC(a,b);break}case 8:{po(a,b);break}case 9:{kv(a,b);break}case 10:{Cs(a,b);break}case 11:{iv(a,b);break}case 12:{ts(a,b);break}case 13:{jh(a,b);break}case 14:{Zg(a,b);break}case 15:{a=k[a>>2]|0;b=b+8|0;k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];k[c+12>>2]=k[b+12>>2];hk(a,c)|0;break}case 16:{gd(a,b);break}case 17:{vc(a,b);break}case 18:{Gq(a,b);break}case 19:{bs(a,b);break}case 20:{Pj(a,b);break}case 21:{SE(k[a>>2]|0);break}case 22:{ND(k[a>>2]|0);break}default:{}}while(0);r=d;return}function rf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=r;r=r+16|0;c=l;e=a+12|0;if(i[e>>0]|0){j=PE(42756,16585)|0;h=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(c);Hm(j,h);Qp(j)}d=zh(a)|0;if(i[e>>0]|0){j=Oi(PE(42756,14501)|0,d)|0;h=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(c);Hm(j,h);Qp(j)}f=a+24|0;g=a+28|0;h=a+72|0;b=0;while(1){if(b>>>0>=d>>>0){b=7;break}if(i[e>>0]|0){j=PE(42756,14507)|0;m=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=m;m=WH(m,43460)|0;m=Rb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;YK(c);Hm(j,m);Qp(j)}j=VC(8)|0;k[j>>2]=0;k[j+4>>2]=0;k[c>>2]=j;j=zh(a)|0;if(j>>>0>=(k[g>>2]|0)-(k[f>>2]|0)>>2>>>0){b=11;break}m=k[c>>2]|0;n=kf(a)|0;k[m>>2]=n;m=Fs(h,c)|0;k[m>>2]=j;b=b+1|0}if((b|0)==7){r=l;return}else if((b|0)==11)Ha(15419,13928,1577,16600)}function sf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){if((k[e+12>>2]|0)==(k[e+16>>2]|0))if((Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}}else e=0;while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=10;break}if(e)h=12;else h=11}else h=10;while(0);if((h|0)==10)if(e)h=11;else{b=0;h=12}a:do if((h|0)==11)k[c>>2]=k[c>>2]|6;else if((h|0)==12){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=l[f>>0]|0;if((Db[k[(k[d>>2]|0)+36>>2]&31](d,e&255,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;d=k[f>>2]|0;g=k[e+16>>2]|0;if((d|0)==(g|0)){Lb[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)e=0;else{f=k[e+12>>2]|0;g=k[e+16>>2]|0;h=21}}else{h=d+1|0;k[f>>2]=h;f=h;h=21}do if((h|0)==21)if((f|0)==(g|0))if((Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=29;break}if(e)break a}else h=29;while(0);if((h|0)==29?!e:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function tf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 46:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;e=11;break}case 47:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;e=11;break}case 51:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=1;e=11;break}case 48:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;e=11;break}case 49:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;e=11;break}case 50:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;e=11;break}case 52:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=2;e=11;break}case 53:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=3;e=11;break}case 54:{c=mF(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=4;e=11;break}default:c=0}if((e|0)==11){if(i[a+12>>0]|0){e=PE(42756,16515)|0;g=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(e,g);Qp(e)}_A(a,c+16|0,c+12|0);g=vw(a)|0;k[c+24>>2]=g;g=vw(a)|0;k[c+20>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function uf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0;k[c>>2]=a;k[f>>2]=d;l=b;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}d=j[a>>1]|0;h=d&65535;do if((d&65535)<128){a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=d}else{if((d&65535)<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>6|192;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)<55296){a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)>=56320){if((d&65535)<57344){a=2;break a}a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((l-a|0)<4){a=1;break a}a=a+2|0;d=m[a>>1]|0;if((d&64512|0)!=56320){a=2;break a}if((e-(k[f>>2]|0)|0)<4){a=1;break a}g=h&960;if(((g<<10)+65536|0)>>>0>1114111){a=2;break a}k[c>>2]=a;a=(g>>>6)+1|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=a>>>2|240;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>2&15|a<<4&48|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h<<4&48|d>>>6&15|128;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=d&63|128}while(0);a=(k[c>>2]|0)+2|0;k[c>>2]=a}return a|0}function vf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;en(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=EE(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=EE(c,0)|0;c=cI(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){en(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=EE(d,c)|0,Pg(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}qA(j);r=o;return}function wf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;l=0;d=a;a:while(1){if(!(l>>>0<c>>>0&d>>>0<b>>>0)){e=33;break}k=i[d>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-d|0)<2){e=33;break a}if((i[d+1>>0]&-64)<<24>>24!=-128){e=33;break a}d=d+2|0;break}if((k&255)<240){g=d;if((m-g|0)<3){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}d=d+3|0;break}if((k&255)>=245){e=33;break a}j=d;if((m-j|0)<4){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;g=i[d+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else d=d+4|0}else d=d+1|0;while(0);l=l+1|0}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=d-a|0;return d|0}function xf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+32|0;g=s+16|0;j=s+12|0;l=s;k[g>>2]=0;m=g+4|0;k[m>>2]=0;k[g+8>>2]=0;n=a+12|0;f=Py(n)|0;k[j>>2]=f;o=g+8|0;p=a+4|0;h=a+8|0;c=f;a:while(1){Yg(a);b=k[a>>2]|0;switch(i[b>>0]|0){case 0:break a;case 40:{k[a>>2]=b+1;b=k[m>>2]|0;if((b|0)==(k[o>>2]|0))en(g,j);else{k[b>>2]=c;k[m>>2]=(k[m>>2]|0)+4}f=Py(n)|0;c=(k[a>>2]|0)+-1-(k[h>>2]|0)|0;k[f+28>>2]=k[p>>2];k[f+32>>2]=c;k[j>>2]=f;c=f;continue a}case 41:{k[a>>2]=b+1;d=k[m>>2]|0;c=k[d+-4>>2]|0;k[j>>2]=c;e=c;if((d|0)==(k[g>>2]|0)){q=8;break a}else b=0;while(1){if((b|0)==-1)break;t=b+-1|0;k[m>>2]=d+(t<<2);b=t}xx(Hq(e)|0,f);f=e;continue a}default:{c=Hq(f)|0;xx(c,Ne(a)|0);c=f;continue a}}}if((q|0)==8)Ha(13678,13652,171,13691);if((k[m>>2]|0)==(k[g>>2]|0)){qA(g);r=s;return f|0}else{t=Ia(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Yr(l,13697,18);q=k[f+28>>2]|0;s=k[f+32>>2]|0;Hu(t,l);k[t+12>>2]=q;k[t+16>>2]=s;pb(t|0,8,183)}return 0}function yf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+64|0;o=p+40|0;f=p+36|0;g=p;h=p+24|0;l=b+16|0;e=k[l>>2]|0;if(e>>>0>250){i=k[b+36>>2]|0;Jb[k[(k[i>>2]|0)+24>>2]&511](i,19373);i=k[l>>2]|0}else i=e;k[l>>2]=i+1;j=b+20|0;m=b+24|0;e=k[m>>2]|0;n=e-(k[j>>2]|0)|0;k[o>>2]=c;if(e>>>0<(k[b+28>>2]|0)>>>0){k[e>>2]=c;k[m>>2]=(k[m>>2]|0)+4}else en(j,o);e=k[b>>2]|0;k[f>>2]=c;k[o>>2]=k[f>>2];c=Ow(e,o)|0;if(!c)Ha(31247,18750,775,19385);fe(o,c,d);k[h>>2]=3520;k[h+4>>2]=b;k[h+8>>2]=o;vd(g,h,k[c+36>>2]|0);d=k[g+16>>2]|0;if(!((d|0)==0|(d|0)==(k[10424]|0)))Ha(19406,18750,783,19385);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];e=k[c+4>>2]|0;if(!e){k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;c=0}else c=k[a>>2]|0;if((e|0)!=(c|0))Ha(19454,18750,786,19385);k[l>>2]=i;e=k[j>>2]|0;c=k[m>>2]|0;f=c;while(1){if((c-e|0)>>>0>n>>>0)c=0;else break;while(1){if((c|0)==-1)break;l=c+-1|0;k[m>>2]=f+(l<<2);c=l}c=f+-4|0;f=c}uz(o);r=p;return}function zf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;while(1){e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(!f){f=b;break}}else h=14}else h=14;if((h|0)==14){h=0;if(f){f=0;break}else b=0}e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if(!(Db[k[(k[d>>2]|0)+12>>2]&31](d,8192,e)|0)){f=b;break}e=k[a>>2]|0;f=e+12|0;g=k[f>>2]|0;if((g|0)==(k[e+16>>2]|0)){Lb[k[(k[e>>2]|0)+40>>2]&127](e)|0;continue}else{k[f>>2]=g+4;continue}}b=k[a>>2]|0;do if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))b=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[e>>2]|0;if((b|0)==-1){k[a>>2]=0;e=1;break}else{e=(k[a>>2]|0)==0;break}}else e=1;while(0);if(f){b=k[f+12>>2]|0;if((b|0)==(k[f+16>>2]|0))b=Lb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else b=k[b>>2]|0;if((b|0)!=-1){if(!e)h=37}else h=35}else h=35;if((h|0)==35?e:0)h=37;if((h|0)==37)k[c>>2]=k[c>>2]|2;return}function Af(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=m;e=WJ(iI(ln(b,0)|0)|0,46)|0;j=mF(k[a+4>>2]|0)|0;k[j+4>>2]=c;c=(WB(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[e+6>>0]|0){case 56:{i[d>>0]=1;f=1;break}case 49:{if((i[e+7>>0]|0)==54){i[d>>0]=2;f=2;break a}else Ha(17466,13652,1066,17540);break}case 51:{if((i[e+7>>0]|0)==50){i[d>>0]=4;f=4;break a}else Ha(17491,13652,1070,17540);break}default:f=c}while(0);g=j+12|0;k[g>>2]=0;h=j+16|0;wE(h,f&255,0)|0;e=1;b:while(1){f=ln(b,e)|0;f=(i[f>>0]|0)==0;d=ln(b,e)|0;if(!f){c=18;break}d=iI(d)|0;c=WJ(d,61)|0;if(!c){c=12;break}c=c+1|0;switch(i[d>>0]|0){case 97:{f=np(c)|0;wE(h,f,((f|0)<0)<<31>>31)|0;break}case 111:{f=np(c)|0;wE(g,f,((f|0)<0)<<31>>31)|0;break}default:{c=16;break b}}e=e+1|0}if((c|0)==12)Ha(17507,13652,1080,17540);else if((c|0)==16){m=Ia(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Yr(l,17550,19);yC(m,l);pb(m|0,8,183)}else if((c|0)==18){l=Yb(a,d)|0;k[j+20>>2]=l;l=Yb(a,ln(b,e+1|0)|0)|0;k[j+24>>2]=l;r=m;return j|0}return 0}function Bf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0;a:do if(b>>>0<=20)do switch(b|0){case 9:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;k[a>>2]=b;break a}case 10:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=((b|0)<0)<<31>>31;break a}case 11:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=0;break a}case 12:{d=(k[c>>2]|0)+(8-1)&~(8-1);b=d;e=k[b>>2]|0;b=k[b+4>>2]|0;k[c>>2]=d+8;d=a;k[d>>2]=e;k[d+4>>2]=b;break a}case 13:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&65535)<<16>>16;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 14:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&65535;k[e+4>>2]=0;break a}case 15:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&255)<<24>>24;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 16:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&255;k[e+4>>2]=0;break a}case 17:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}case 18:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}default:break a}while(0);while(0);return}function Cf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;e=j;g=a+8|0;if(i[g>>0]|0){h=PE(42756,21053)|0;f=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(e);Hm(h,f);Qp(h)}f=k[a+92>>2]|0;h=a+4|0;d=k[a+88>>2]|0;while(1){if((d|0)==(f|0))break;if(!(i[g>>0]|0)){c=d;a=d+8|0}else{a=PE(42756,21062)|0;a=PE(Pi(a,i[k[d>>2]>>0]|0)|0,39664)|0;a=PE(Pi(a,i[(k[d>>2]|0)+1>>0]|0)|0,14985)|0;c=k[h>>2]|0;c=PE(Oi(a,(k[c+4>>2]|0)-(k[c>>2]|0)|0)|0,21077)|0;a=d+8|0;c=Oi(c,k[a>>2]|0)|0;b=oF(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=b;b=WH(b,43460)|0;b=Rb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;YK(e);Hm(c,b);Qp(c);c=d}b=k[h>>2]|0;Oj(b,k[a>>2]|0,(k[b+4>>2]|0)-(k[b>>2]|0)|0);b=d+4|0;a=0;while(1){if(a>>>0>=(k[b>>2]|0)>>>0)break;cj(k[h>>2]|0,i[(k[c>>2]|0)+a>>0]|0)|0;a=a+1|0}d=d+12|0}r=j;return}function Df(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;h=l;i=l+4|0;k[h>>2]=b;k[i>>2]=0;j=i+4|0;k[j>>2]=0;k[i+8>>2]=0;f=i+8|0;g=a+4|0;d=0;e=0;c=0;while(1){if((d|0)!=(e|0)){QB(k[a>>2]|0,k[g>>2]|0);c=k[j>>2]|0}if((c|0)==(k[f>>2]|0))en(i,h);else{k[c>>2]=b;k[j>>2]=(k[j>>2]|0)+4}EB(k[a>>2]|0,31413,0)|0;b=k[h>>2]|0;c=b+8|0;if(k[c>>2]|0){sz(k[a>>2]|0,32)|0;Rt(a,k[c>>2]|0)|0}UC(a);if(!(k[b+20>>2]|0))break;b=b+12|0;e=EE(b,0)|0;if((k[k[e>>2]>>2]|0)!=1)break;b=EE(b,0)|0;b=cI(k[b>>2]|0)|0;k[h>>2]=b;c=k[j>>2]|0;d=c;e=k[i>>2]|0}d=k[j>>2]|0;f=k[d+-4>>2]|0;b=d;while(1){if((b|0)==(k[i>>2]|0))break;c=k[d+-4>>2]|0;k[h>>2]=c;b=0;while(1){if((b|0)==-1)break;g=b+-1|0;k[j>>2]=d+(g<<2);b=g}d=c+12|0;e=c+20|0;b=0;while(1){if(b>>>0>=(k[e>>2]|0)>>>0)break;if((b|0)==0&(c|0)!=(f|0)){Ix(a);sz(k[a>>2]|0,10)|0}else{g=EE(d,b)|0;Tv(a,k[g>>2]|0)}b=b+1|0}d=k[j>>2]|0;b=d}Ix(a);qA(i);r=l;return}function Ef(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;p=t+16|0;q=t+8|0;m=t+4|0;n=t;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;o=a+32|0;d=0;while(1){if((d|0)>=(c|0)){s=8;break}e=nu(k[o>>2]|0)|0;if((e|0)==-1){c=-1;break}i[p+d>>0]=e;d=d+1|0}if((s|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=q+1|0;a:while(1){u=k[g>>2]|0;e=u;d=k[e>>2]|0;e=k[e+4>>2]|0;v=k[h>>2]|0;f=p+c|0;switch(Ob[k[(k[v>>2]|0)+16>>2]&15](v,u,p,f,m,q,j,n)|0){case 3:{s=15;break a}case 2:{s=17;break a}case 1:break;default:break a}v=k[g>>2]|0;k[v>>2]=d;k[v+4>>2]=e;if((c|0)==8){s=17;break}d=nu(k[o>>2]|0)|0;if((d|0)==-1){s=17;break}i[f>>0]=d;c=c+1|0}if((s|0)==15)i[q>>0]=i[p>>0]|0;else if((s|0)==17){c=-1;break}s=18}else{i[q>>0]=i[p>>0]|0;s=18}while(0);b:do if((s|0)==18){if(b){c=i[q>>0]|0;k[a+48>>2]=c&255}else{while(1){if((c|0)<=0)break;c=c+-1|0;if((tu(l[p+c>>0]|0,k[o>>2]|0)|0)==-1){c=-1;break b}}c=i[q>>0]|0}c=c&255}while(0)}}r=t;return c|0}function Ff(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;n=r;r=r+16|0;g=n+4|0;h=n;j=a+8|0;if(i[j>>0]|0){m=PE(42756,15042)|0;l=oF(m+(k[(k[m>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(g);Hm(m,l);Qp(m)}l=a+4|0;cj(k[l>>2]|0,1)|0;c=b+8|0;m=a+108|0;d=k[m>>2]|0;if((d|0)==(k[a+112>>2]|0))en(a+104|0,c);else{k[d>>2]=k[c>>2];k[m>>2]=(k[m>>2]|0)+4}e=b+12|0;f=k[b+20>>2]|0;c=0;d=0;while(1){if((d|0)==(f|0))break;o=EE(e,d)|0;k[h>>2]=k[o>>2];if(i[j>>0]|0){o=Oi(PE(Oi(PE(42756,24992)|0,b)|0,15081)|0,c)|0;p=oF(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=p;p=WH(p,43460)|0;p=Rb[k[(k[p>>2]|0)+28>>2]&31](p,10)|0;YK(g);Hm(o,p);Qp(o);c=c+1|0}Dg(a,h);d=d+1|0}d=k[m>>2]|0;c=0;while(1){if((c|0)==-1)break;p=c+-1|0;k[m>>2]=d+(p<<2);c=p}cj(k[l>>2]|0,15)|0;r=n;return}function Gf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;i=VC(64)|0;j=i+40|0;k[j>>2]=0;l=i+44|0;k[l>>2]=0;m=i+48|0;k[m>>2]=0;n=i+52|0;e=i+56|0;k[e>>2]=0;k[i+60>>2]=0;h=i+8|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;k[h+12>>2]=0;k[h+16>>2]=0;k[h+20>>2]=0;k[h+24>>2]=0;k[n>>2]=e;k[i>>2]=k[a>>2];k[i+4>>2]=c;k[i+36>>2]=0;e=k[b+4>>2]|0;f=i+12|0;g=i+16|0;b=k[b>>2]|0;while(1){if((b|0)==(e|0))break;a=b+4|0;c=k[f>>2]|0;if((c|0)==(k[g>>2]|0))en(h,a);else{k[c>>2]=k[a>>2];k[f>>2]=c+4}c=(k[l>>2]|0)-(k[j>>2]|0)>>2;a=gs(n,b)|0;k[a>>2]=c;a=k[l>>2]|0;if((a|0)==(k[m>>2]|0))en(j,b);else{k[a>>2]=k[b>>2];k[l>>2]=(k[l>>2]|0)+4}b=b+8|0}e=k[d+4>>2]|0;f=i+24|0;g=i+28|0;h=i+20|0;b=k[d>>2]|0;while(1){if((b|0)==(e|0))break;a=b+4|0;c=k[f>>2]|0;if((c|0)==(k[g>>2]|0))en(h,a);else{k[c>>2]=k[a>>2];k[f>>2]=c+4}d=(k[l>>2]|0)-(k[j>>2]|0)>>2;a=gs(n,b)|0;k[a>>2]=d;a=k[l>>2]|0;if((a|0)==(k[m>>2]|0))en(j,b);else{k[a>>2]=k[b>>2];k[l>>2]=(k[l>>2]|0)+4}b=b+8|0}return i|0}function Hf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;g=d+8|0;a:while(1){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(d)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!d)break a}else h=11}else h=11;while(0);if((h|0)==11){h=0;if(d){b=0;break}else b=0}d=k[a>>2]|0;e=k[d+12>>2]|0;if((e|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[e>>0]|0;if((d&255)<<24>>24<=-1)break;if(!(j[(k[g>>2]|0)+(d<<24>>24<<1)>>1]&8192))break;d=k[a>>2]|0;e=d+12|0;f=k[e>>2]|0;if((f|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;continue}else{k[e>>2]=f+1;continue}}d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=30;break}if(!d)h=31}else h=30;while(0);if((h|0)==30?d:0)h=31;if((h|0)==31)k[c>>2]=k[c>>2]|2;return}function If(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;c=m;e=a+12|0;if(i[e>>0]|0){l=PE(42756,14749)|0;j=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=WH(j,43460)|0;j=Rb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;YK(c);Hm(l,j);Qp(l)}d=zh(a)|0;if(i[e>>0]|0){l=Oi(PE(42756,14501)|0,d)|0;j=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=WH(j,43460)|0;j=Rb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;YK(c);Hm(l,j);Qp(l)}f=a+28|0;g=a+32|0;h=a+24|0;b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){l=PE(42756,14507)|0;j=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=WH(j,43460)|0;j=Rb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;YK(c);Hm(l,j);Qp(l)}j=zh(a)|0;j=cC(k[a>>2]|0,j)|0;k[c>>2]=j;l=k[f>>2]|0;if(l>>>0<(k[g>>2]|0)>>>0){k[l>>2]=j;k[f>>2]=(k[f>>2]|0)+4}else en(h,c);b=b+1|0}r=m;return}function Jf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,16501)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+20|0);a:do switch(k[b+4>>2]|0){case 1:{f=j[b+8>>1]|0;c=(f&65535)>>>8&255;switch((f&255)<<24>>24){case 1:{cj(k[a+4>>2]|0,c<<24>>24?32:33)|0;break a}case 2:{cj(k[a+4>>2]|0,c<<24>>24?34:35)|0;break a}case 4:{cj(k[a+4>>2]|0,42)|0;break a}default:Ea()}break}case 2:{f=j[b+8>>1]|0;c=(f&65535)>>>8&255;switch((f&255)<<24>>24){case 1:{cj(k[a+4>>2]|0,c<<24>>24?36:37)|0;break a}case 2:{cj(k[a+4>>2]|0,c<<24>>24?38:39)|0;break a}case 4:{cj(k[a+4>>2]|0,c<<24>>24?40:41)|0;break a}case 8:{cj(k[a+4>>2]|0,43)|0;break a}default:Ea()}break}case 3:{cj(k[a+4>>2]|0,44)|0;break}case 4:{cj(k[a+4>>2]|0,45)|0;break}default:Ea()}while(0);Hy(a,k[b+16>>2]|0,l[b+8>>0]|0,k[b+12>>2]|0);r=d;return}function Kf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;g=p;i[a>>0]=0;c=k[(k[b>>2]|0)+-12>>2]|0;d=b+c|0;e=d+16|0;f=k[e>>2]|0;if(!f){d=k[d+72>>2]|0;if(d){Qp(d);c=k[(k[b>>2]|0)+-12>>2]|0}c=b+c|0;do if(k[c+4>>2]&4096|0){e=oF(c)|0;k[g>>2]=e;e=WH(e,43460)|0;YK(g);n=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0;e=e+8|0;f=n;g=(n|0)==0;h=f+12|0;m=f+16|0;while(1){if(g)break;c=k[h>>2]|0;d=k[m>>2]|0;if((c|0)==(d|0)){if((Lb[k[(k[n>>2]|0)+36>>2]&127](f)|0)==-1)break;c=k[h>>2]|0;d=k[m>>2]|0}if((c|0)==(d|0))c=Lb[k[(k[n>>2]|0)+36>>2]&127](f)|0;else c=l[c>>0]|0;if((c&255)<<24>>24<=-1){o=18;break}if(!(j[(k[e>>2]|0)+(c<<24>>24<<1)>>1]&8192)){o=18;break}c=k[h>>2]|0;if((c|0)==(k[m>>2]|0)){Lb[k[(k[n>>2]|0)+40>>2]&127](f)|0;continue}else{k[h>>2]=c+1;continue}}if((o|0)==18){if((k[h>>2]|0)!=(k[m>>2]|0))break;if((Lb[k[(k[n>>2]|0)+36>>2]&127](f)|0)!=-1)break}n=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;o=n+16|0;k[o>>2]=k[o>>2]|(k[n+24>>2]|0)==0|6}while(0);i[a>>0]=(k[b+(k[(k[b>>2]|0)+-12>>2]|0)+16>>2]|0)==0&1}else k[e>>2]=f|(k[d+24>>2]|0)==0|4;r=p;return}function Lf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+32|0;o=s+16|0;p=s+8|0;l=s+4|0;m=s;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;n=a+32|0;d=0;while(1){if((d|0)>=(c|0)){q=8;break}e=nu(k[n>>2]|0)|0;if((e|0)==-1){c=-1;break}i[o+d>>0]=e;d=d+1|0}if((q|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=p+4|0;a:while(1){t=k[g>>2]|0;e=t;d=k[e>>2]|0;e=k[e+4>>2]|0;u=k[h>>2]|0;f=o+c|0;switch(Ob[k[(k[u>>2]|0)+16>>2]&15](u,t,o,f,l,p,j,m)|0){case 3:{q=15;break a}case 2:{q=17;break a}case 1:break;default:break a}u=k[g>>2]|0;k[u>>2]=d;k[u+4>>2]=e;if((c|0)==8){q=17;break}d=nu(k[n>>2]|0)|0;if((d|0)==-1){q=17;break}i[f>>0]=d;c=c+1|0}if((q|0)==15)k[p>>2]=i[o>>0];else if((q|0)==17){c=-1;break}q=18}else{k[p>>2]=i[o>>0];q=18}while(0);b:do if((q|0)==18){if(b){c=k[p>>2]|0;k[a+48>>2]=c;break}while(1){if((c|0)<=0)break;c=c+-1|0;if((tu(i[o+c>>0]|0,k[n>>2]|0)|0)==-1){c=-1;break b}}c=k[p>>2]|0}while(0)}}r=s;return c|0}function Mf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+64|0;s=v+56|0;m=v+52|0;n=v+24|0;t=v+48|0;u=v;o=a+4|0;p=b+80|0;Oy(o,k[p>>2]<<16);g=k[b+92>>2]|0;f=k[b+88>>2]|0;while(1){if((f|0)==(g|0))break;k[m>>2]=3508;Pg(n,m,k[f>>2]|0);h=XH(n)|0;vF(s,h,((h|0)<0)<<31>>31);h=k[s>>2]|0;j=f+4|0;l=f+8|0;d=k[l>>2]|0;c=k[j>>2]|0;if((d+h-c|0)>>>0>k[p>>2]<<16>>>0){q=5;break}else e=0;while(1){if((e|0)==(d-c|0))break;i[(k[o>>2]|0)+(h+e)>>0]=i[c+e>>0]|0;e=e+1|0;c=k[j>>2]|0;d=k[l>>2]|0}f=f+16|0}if((q|0)==5)Ha(18086,18164,98,18186);j=a+16|0;l=b+60|0;at(j,k[l>>2]|0);m=k[b+72>>2]|0;f=k[b+68>>2]|0;while(1){if((f|0)==(m|0)){q=10;break}k[t>>2]=3508;Pg(u,t,k[f>>2]|0);a=XH(u)|0;vF(s,a,((a|0)<0)<<31>>31);a=k[s>>2]|0;g=f+4|0;h=f+8|0;d=k[h>>2]|0;c=k[g>>2]|0;if(((d-c>>2)+a|0)>>>0>(k[l>>2]|0)>>>0){q=12;break}else e=0;while(1){if((e|0)==(d-c>>2|0))break;k[(k[j>>2]|0)+(a+e<<2)>>2]=k[c+(e<<2)>>2];e=e+1|0;c=k[g>>2]|0;d=k[h>>2]|0}f=f+16|0}if((q|0)==10){r=v;return}else if((q|0)==12)Ha(18191,18164,107,18186)}function Nf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+16|0;m=o;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}k[h>>2]=f;k[e>>2]=c;l=g;n=a+8|0;a:while(1){if((f|0)==(g|0)|(c|0)==(d|0)){p=33;break}a=KI(k[n>>2]|0)|0;j=ai(f,e,b-c>>2,l-f|0)|0;if(a|0)KI(a)|0;switch(j|0){case -1:{p=10;break a}case 0:{c=1;break a}default:{}}f=(k[h>>2]|0)+j|0;k[h>>2]=f;if((f|0)==(g|0)){p=32;break}if((b|0)==(d|0)){c=k[e>>2]|0;b=d;continue}f=KI(k[n>>2]|0)|0;c=En(m,0)|0;if(f|0)KI(f)|0;if((c|0)==-1){c=2;p=31;break}if(c>>>0>(l-(k[h>>2]|0)|0)>>>0){c=1;p=31;break}else f=m;while(1){if(!c)break;a=i[f>>0]|0;j=k[h>>2]|0;k[h>>2]=j+1;i[j>>0]=a;f=f+1|0;c=c+-1|0}c=(k[e>>2]|0)+4|0;k[e>>2]=c;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}f=k[h>>2]|0}if((p|0)==10){k[h>>2]=f;while(1){if((c|0)==(k[e>>2]|0))break;d=k[c>>2]|0;b=KI(k[n>>2]|0)|0;f=En(f,d)|0;if(b|0)KI(b)|0;if((f|0)==-1)break;f=(k[h>>2]|0)+f|0;k[h>>2]=f;c=c+4|0}k[e>>2]=c;c=2}else if((p|0)!=31)if((p|0)==32){c=k[e>>2]|0;p=33}if((p|0)==33)c=(c|0)!=(d|0)&1;r=o;return c|0}function Of(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0;l=k[b>>2]|0;q=l*33^5381;n=a+4|0;g=k[n>>2]|0;p=(g|0)==0;i=l;a:do if(!p){j=g+-1|0;h=(j&g|0)==0;if(h)c=j&q;else c=(q>>>0)%(g>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!b)m=12;else do{b=k[b>>2]|0;if(!b){m=12;break a}d=k[b+4>>2]|0;if(h)d=d&j;else d=(d>>>0)%(g>>>0)|0;if((d|0)!=(c|0)){m=12;break a}}while((k[b+8>>2]|0)!=(i|0))}else{c=0;m=12}while(0);if((m|0)==12){b=VC(16)|0;k[b+8>>2]=l;k[b+12>>2]=0;k[b+4>>2]=q;k[b>>2]=0;h=a+12|0;e=+(((k[h>>2]|0)+1|0)>>>0);f=+o[a+16>>2];do if(p|e>+(g>>>0)*f){c=(g>>>0>2&(g+-1&g|0)==0&1|g<<1)^1;d=~~+_(+(e/f))>>>0;Mm(a,c>>>0<d>>>0?d:c);c=k[n>>2]|0;d=c+-1|0;if(!(d&c)){g=c;c=d&q;break}else{g=c;c=(q>>>0)%(c>>>0)|0;break}}while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){q=a+8|0;k[b>>2]=k[q>>2];k[q>>2]=b;k[c>>2]=q;c=k[b>>2]|0;if(c|0){c=k[c+4>>2]|0;d=g+-1|0;if(!(d&g))c=c&d;else c=(c>>>0)%(g>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=b}}else{k[b>>2]=k[d>>2];k[d>>2]=b}k[h>>2]=(k[h>>2]|0)+1}return b+12|0}function Pf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=r;r=r+80|0;h=i+48|0;d=i+68|0;e=i+24|0;f=i;g=i+64|0;vd(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){vd(f,b,k[c+24>>2]|0);if(!(k[f+16>>2]|0)){l=k[b+4>>2]|0;b=k[l+36>>2]|0;j=k[(k[b>>2]|0)+16>>2]|0;k[h>>2]=k[e>>2];k[h+4>>2]=k[e+4>>2];k[h+8>>2]=k[e+8>>2];k[h+12>>2]=k[e+12>>2];e=vj(l,c,h)|0;k[g>>2]=e;k[d>>2]=k[g>>2];k[h>>2]=k[f>>2];k[h+4>>2]=k[f+4>>2];k[h+8>>2]=k[f+8>>2];k[h+12>>2]=k[f+12>>2];Qb[j&31](b,c,d,h);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=i;return}function Qf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+80|0;j=u+40|0;l=u;m=a+40|0;n=a+16|0;o=b+36|0;p=a+56|0;q=a+60|0;s=a+44|0;g=a+48|0;h=a+41|0;f=0;while(1){i[m>>0]=0;Zl(n,o);if((k[p>>2]|0)==(k[q>>2]|0))e=0;else{t=3;break}while(1){c=k[g>>2]|0;v=k[s>>2]|0;d=v;if(e>>>0>=c-v>>2>>>0)break;c=UH(k[k[d+(e<<2)>>2]>>2]|0)|0;d=k[c+8>>2]|0;if(d){if(i[h>>0]|0){k[k[(k[s>>2]|0)+(e<<2)>>2]>>2]=d;i[m>>0]=1}}else{k[c>>2]=21;k[c+4>>2]=0;i[m>>0]=1}e=e+1|0}while(1){if((c|0)==(d|0))break;v=c+-4|0;k[g>>2]=v;c=v}if(!(i[m>>0]|0))break;else f=1}if((t|0)==3)Ha(25057,25073,172,29602);Qx(j);k[j>>2]=3960;k[j+36>>2]=k[a+36>>2];k[j+32>>2]=b;El(j+16+-16+16|0,o);if(f){Px(l);k[l>>2]=4e3;k[l+32>>2]=b;Dl(l+16+-16+16|0,o);PB(l)}PB(j);r=u;return}function Rf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;a:do switch(i[a>>0]|0){case 105:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=1;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a&1;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=2;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?2:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}case 102:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=3;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?3:0;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=4;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?4:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}default:c=16}while(0);if((c|0)==16)if(b){a=0;c=18}else c=17;if((c|0)==17){e=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,16814,12);yC(e,d);pb(e|0,8,183)}else if((c|0)==18){r=e;return a|0}return 0}function Sf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+48|0;l=x+40|0;b=x+24|0;t=x+20|0;u=x+16|0;v=x+4|0;w=x;if(i[a+12>>0]|0){s=PE(42756,16670)|0;q=oF(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=q;q=WH(q,43460)|0;q=Rb[k[(k[q>>2]|0)+28>>2]&31](q,10)|0;YK(l);Hm(s,q);Qp(s)}m=zh(a)|0;n=b+4|0;o=b+8|0;p=b+12|0;q=v+4|0;s=v+8|0;g=b+4|0;f=0;while(1){if(f>>>0>=m>>>0)break;k[n>>2]=0;k[o>>2]=0;k[p>>2]=0;h=Lt(a)|0;k[t>>2]=h;j=zh(a)|0;k[u>>2]=j;k[v>>2]=0;k[q>>2]=0;k[s>>2]=0;mt(v,j);b=0;while(1){if(b>>>0>=j>>>0)break;e=sh(a)|0;i[(k[v>>2]|0)+b>>0]=e;b=b+1|0}b=k[a>>2]|0;c=k[v>>2]|0;k[w>>2]=c;d=b+92|0;e=k[d>>2]|0;if(e>>>0<(k[b+96>>2]|0)>>>0){vF(l,j,0);hy(e,h,c,k[l>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else Uj(b+88|0,t,w,u);rA(v);rA(g);f=f+1|0}r=x;return}function Tf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=a+4|0;c=k[g>>2]|0;h=a+100|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=rl(a)|0;switch(c|0){case 43:case 45:{d=(c|0)==45&1;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=rl(a)|0;if((b|0)!=0&(c+-48|0)>>>0>9?(k[h>>2]|0)!=0:0)k[g>>2]=(k[g>>2]|0)+-1;break}default:d=0}if((c+-48|0)>>>0>9)if(!(k[h>>2]|0)){d=-2147483648;c=0}else{k[g>>2]=(k[g>>2]|0)+-1;d=-2147483648;c=0}else{f=0;do{f=c+-48+(f*10|0)|0;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=rl(a)|0;e=(c+-48|0)>>>0<10}while(e&(f|0)<214748364);b=((f|0)<0)<<31>>31;if(e){e=f;do{b=PC(e|0,b|0,10,0)|0;e=M;c=qI(c|0,((c|0)<0)<<31>>31|0,-48,-1)|0;e=qI(c|0,M|0,b|0,e|0)|0;b=M;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=rl(a)|0}while((c+-48|0)>>>0<10&((b|0)<21474836|(b|0)==21474836&e>>>0<2061584302))}else e=f;if((c+-48|0)>>>0<10)do{c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=rl(a)|0}while((c+-48|0)>>>0<10);if(k[h>>2]|0)k[g>>2]=(k[g>>2]|0)+-1;h=(d|0)!=0;c=rG(0,0,e|0,b|0)|0;d=h?M:b;c=h?c:e}M=d;return c|0}function Uf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=a+4|0;f=k[n>>2]|0;g=k[a>>2]|0;m=f-g>>2;j=g;c=f;a:do if(m>>>0<b>>>0){e=b-m|0;l=a+8|0;d=k[l>>2]|0;if(d-f>>2>>>0>=e>>>0){Kt(f|0,0,e<<2|0)|0;k[n>>2]=f+(e<<2);break}if(b>>>0>1073741823)EL();i=d-g|0;h=i>>1;h=i>>2>>>0<536870911?(h>>>0<b>>>0?b:h):1073741823;do if(h)if(h>>>0>1073741823){n=Ia(4)|0;SM(n);pb(n|0,2984,174)}else{i=VC(h<<2)|0;break}else i=0;while(0);d=i+(m<<2)|0;Kt(d|0,0,e<<2|0)|0;f=f+(0-g)|0;while(1){if((c|0)==(j|0))break;g=d+-4|0;e=c+-4|0;o=k[e>>2]|0;k[e>>2]=0;k[g>>2]=o;c=e;d=g}e=k[a>>2]|0;k[a>>2]=i+(m-(f>>>2)<<2);c=k[n>>2]|0;k[n>>2]=i+(b<<2);k[l>>2]=i+(h<<2);while(1){if((c|0)==(e|0))break;o=c+-4|0;c=o;d=k[o>>2]|0;k[o>>2]=0;if(!d)continue;qA(d);oN(d)}if(e|0)oN(e)}else if(m>>>0>b>>>0){d=j+(b<<2)|0;while(1){if((c|0)==(d|0))break a;o=c+-4|0;k[n>>2]=o;c=k[o>>2]|0;k[o>>2]=0;if(c|0){qA(c);oN(c)}c=k[n>>2]|0}}while(0);return}function Vf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;switch(b-a>>2|0){case 1:case 0:{d=1;break}case 2:{d=b+-4|0;if(Yh(k[c>>2]|0,k[c+4>>2]|0,k[d>>2]|0,k[a>>2]|0)|0){c=k[a>>2]|0;k[a>>2]=k[d>>2];k[d>>2]=c;d=1}else d=1;break}case 3:{ri(a,a+4|0,b+-4|0,c)|0;d=1;break}case 4:{$j(a,a+4|0,a+8|0,b+-4|0,c)|0;d=1;break}case 5:{oi(a,a+4|0,a+8|0,a+12|0,b+-4|0,c)|0;d=1;break}default:{e=a+8|0;ri(a,a+4|0,e,c)|0;i=c+4|0;h=a+12|0;d=0;while(1){if((h|0)==(b|0)){e=1;d=0;break}if(!(Yh(k[c>>2]|0,k[i>>2]|0,k[h>>2]|0,k[e>>2]|0)|0)){e=h;h=h+4|0;continue}g=k[h>>2]|0;f=h;while(1){k[f>>2]=k[e>>2];if((e|0)==(a|0)){e=a;break}f=e+-4|0;if(Yh(k[c>>2]|0,k[i>>2]|0,g,k[f>>2]|0)|0){j=e;e=f;f=j}else break}k[e>>2]=g;d=d+1|0;f=h+4|0;if((d|0)==8){e=0;d=(f|0)==(b|0);break}else{e=h;h=f}}d=d|e}}return d|0}function Wf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;j=o+4|0;l=o;if(i[a+12>>0]|0){n=PE(42756,16690)|0;m=oF(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=WH(m,43460)|0;m=Rb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;YK(j);Hm(n,m);Qp(n)}m=(k[a>>2]|0)+60|0;wE(m,zh(a)|0,0)|0;m=(k[a>>2]|0)+64|0;wE(m,zh(a)|0,0)|0;m=zh(a)|0;n=a+112|0;b=0;while(1){k[j>>2]=b;if(b>>>0>=m>>>0)break;b=k[a>>2]|0;c=Lt(a)|0;k[l>>2]=c;d=b+72|0;e=k[d>>2]|0;if(e>>>0<(k[b+76>>2]|0)>>>0){k[e>>2]=c;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[d>>2]=e+16}else ql(b+68|0,l);c=Ar(n,j)|0;d=zh(a)|0;e=c+4|0;f=c+8|0;b=0;while(1){if((b|0)==(d|0))break;g=zh(a)|0;k[l>>2]=g;h=k[e>>2]|0;if(h>>>0<(k[f>>2]|0)>>>0){k[h>>2]=g;k[e>>2]=h+4}else en(c,l);b=b+1|0}b=(k[j>>2]|0)+1|0}r=o;return}function Xf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,16515)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+20|0);Dg(a,b+24|0);a:do switch(k[b+4>>2]|0){case 1:{switch(i[b+8>>0]|0){case 1:{cj(k[a+4>>2]|0,46)|0;break a}case 2:{cj(k[a+4>>2]|0,47)|0;break a}case 4:{cj(k[a+4>>2]|0,51)|0;break a}default:Ea()}break}case 2:{switch(i[b+8>>0]|0){case 1:{cj(k[a+4>>2]|0,48)|0;break a}case 2:{cj(k[a+4>>2]|0,49)|0;break a}case 4:{cj(k[a+4>>2]|0,50)|0;break a}case 8:{cj(k[a+4>>2]|0,52)|0;break a}default:Ea()}break}case 3:{cj(k[a+4>>2]|0,53)|0;break}case 4:{cj(k[a+4>>2]|0,54)|0;break}default:Ea()}while(0);Hy(a,k[b+16>>2]|0,l[b+8>>0]|0,k[b+12>>2]|0);r=d;return}function Yf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;vd(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){vd(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){vd(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(XH(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function Zf(a,b){a=a|0;b=b|0;if(!b)Ha(27486,31585,71,27491);do switch(k[b>>2]|0){case 1:{Ff(a,b);break}case 2:{fg(a,b);break}case 3:{bh(a,b);break}case 4:{rj(a,b);break}case 5:{yh(a,b);break}case 6:{Fi(a,b);break}case 7:{Ei(a,b);break}case 8:{ti(a,b);break}case 9:{ck(a,b);break}case 10:{wl(a,b);break}case 11:{jl(a,b);break}case 12:{vm(a,b);break}case 13:{Jf(a,b);break}case 14:{Xf(a,b);break}case 15:{Kg(a,b);break}case 16:{qd(a,b);break}case 17:{Bc(a,b);break}case 18:{Pl(a,b);break}case 19:{Xl(a,b);break}case 20:{Zk(a,b);break}case 21:{zo(a);break}case 22:{no(a);break}default:{}}while(0);return}function _f(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+176|0;l=o+160|0;m=o+16|0;n=o;if(c>>>0>e>>>0|(c|0)==(e|0)&b>>>0>d>>>0){g=m+64|0;h=m+8|0;k[h>>2]=3556;j=m+12|0;k[m>>2]=3596;k[g>>2]=3616;k[m+4>>2]=0;uw(m+64|0,j);k[m+136>>2]=0;k[m+140>>2]=-1;k[m>>2]=3536;k[g>>2]=3576;k[h>>2]=3556;fB(j);k[j>>2]=3368;h=m+44|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[h+(g<<2)>>2]=0;g=g+1|0}k[m+56>>2]=0;k[m+60>>2]=24;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[l+(g<<2)>>2]=0;g=g+1|0}$i(j,l);WI(l);Hi(PE(Hi(PE(PE(m+8|0,f)|0,17085)|0,b,c)|0,20195)|0,d,e)|0;l=k[a+36>>2]|0;f=k[(k[l>>2]|0)+24>>2]|0;fk(n,j);Jb[f&511](l,(i[n+11>>0]|0)<0?k[n>>2]|0:n);WI(n);vE(m)}r=o;return}function $f(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+16|0;h=i;while(1){if((a|0)==(b|0))break;g=k[a>>2]|0;k[h>>2]=g;j=(Zj(c,h)|0)==0;e=g+48|0;f=k[e>>2]|0;g=g+52|0;d=k[g>>2]|0;a:do if(j){while(1){if((d|0)==(f|0))break;j=d+-4|0;k[g>>2]=j;d=j}e=k[a>>2]|0;d=k[e+36>>2]|0;e=e+40|0;f=k[e>>2]|0;while(1){if((f|0)==(d|0))break a;j=f+-4|0;k[e>>2]=j;f=j}}else{j=Tj(f,d,c)|0;Vq(e,j,k[(k[a>>2]|0)+52>>2]|0);j=k[a>>2]|0;g=j+36|0;j=Tj(k[g>>2]|0,k[j+40>>2]|0,c)|0;Vq(g,j,k[(k[a>>2]|0)+40>>2]|0)}while(0);a=a+4|0}r=i;return}function ag(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;g=k[a>>2]|0;if((k[g+16>>2]|0)!=(k[g+12>>2]|0)){g=a+8|0;if(i[g>>0]|0){f=PE(42756,20501)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(c);Hm(f,e);Qp(f)}d=aG(a,31240)|0;e=a+4|0;b=k[a>>2]|0;Mk(k[e>>2]|0,(k[b+16>>2]|0)-(k[b+12>>2]|0)>>2)|0;b=k[a>>2]|0;f=k[b+16>>2]|0;b=k[b+12>>2]|0;while(1){if((b|0)==(f|0))break;if(i[g>>0]|0){j=PE(42756,20447)|0;l=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(c);Hm(j,l);Qp(j)}l=k[e>>2]|0;Mk(l,sv(k[a>>2]|0,k[k[(k[b>>2]|0)+12>>2]>>2]|0)|0)|0;Rw(a,k[(k[b>>2]|0)+4>>2]|0);Rw(a,k[(k[b>>2]|0)+8>>2]|0);b=b+4|0}aE(a,d)}r=h;return}function bg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+176|0;l=p+168|0;m=p+40|0;n=p+36|0;o=p+32|0;h=p;g=p+24|0;j=p+16|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[h+(b<<2)>>2]=0;b=b+1|0}k[g+4>>2]=0;k[g>>2]=11792;e=i[f+8+3>>0]|0;b=e<<24>>24<0;c=b?k[f>>2]|0:f;e=c+((b?k[f+4>>2]|0:e&255)<<2)|0;f=m+32|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=Ob[k[(k[g>>2]|0)+12>>2]&15](g,l,c,e,o,m,f,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;_n(h,i[b>>0]|0);b=b+1|0}c=k[o>>2]|0;b=d}c=(i[h+11>>0]|0)<0?k[h>>2]|0:h;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}c=rN(c)|0;k[j+4>>2]=0;k[j>>2]=11840;e=c+(pq(c)|0)|0;f=e;g=m+128|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=Ob[k[(k[j>>2]|0)+16>>2]&15](j,l,c,(f-c|0)>32?c+32|0:e,o,m,g,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;Hn(a,k[b>>2]|0);b=b+4|0}c=k[o>>2]|0;b=d}WI(h);r=p;return}function cg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;c=k[a+44>>2]|0;b=k[a+40>>2]|0;while(1){if((b|0)==(c|0))break;Fk(k[a>>2]|0,k[b>>2]|0);b=b+4|0}b=k[a+20>>2]|0;if((b|0)!=-1?(d=k[a>>2]|0,e=k[d+36>>2]|0,b>>>0<(k[d+40>>2]|0)-e>>2>>>0):0)k[d+104>>2]=k[k[e+(b<<2)>>2]>>2];c=a+76|0;b=k[a+72>>2]|0;while(1){if((b|0)==(c|0))break;j=k[b+16>>2]|0;k[j+4>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(k[b+20>>2]<<2)>>2]>>2];Sk(k[a>>2]|0,j);b=Kw(b)|0}d=a+56|0;c=k[a+52>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;k[(k[b>>2]|0)+24>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(e<<2)>>2]>>2];b=b+4|0}c=Kw(c)|0}d=a+116|0;c=k[a+112>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;h=k[a>>2]|0;g=k[h+68>>2]|0;h=k[(k[h+36>>2]|0)+(k[b>>2]<<2)>>2]|0;i=g+(e<<4)+8|0;j=k[i>>2]|0;if((j|0)==(k[g+(e<<4)+12>>2]|0))en(g+(e<<4)+4|0,h);else{k[j>>2]=k[h>>2];k[i>>2]=(k[i>>2]|0)+4}b=b+4|0}c=Kw(c)|0}return}function dg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;f=j+40|0;c=j+28|0;g=j+16|0;h=j+12|0;e=j;d=a+44|0;if(!(k[d>>2]|0)){j=Ia(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,17676,34);h=k[b+28>>2]|0;b=k[b+32>>2]|0;Hu(j,c);k[j+12>>2]=h;k[j+16>>2]=b;pb(j|0,8,183)}do if(!(i[b+24>>0]|0)){a=np(iI(b)|0)|0;if(a>>>0>=(wH(k[d>>2]|0)|0)>>>0){j=Ia(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Yr(e,17726,15);h=k[b+28>>2]|0;b=k[b+32>>2]|0;Hu(j,e);k[j+12>>2]=h;k[j+16>>2]=b;pb(j|0,8,183)}}else{c=oI(b)|0;a=k[d>>2]|0;k[f>>2]=c;if(!(Xu(a+52|0,f)|0)){j=Ia(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;Yr(g,17711,14);h=k[b+28>>2]|0;b=k[b+32>>2]|0;Hu(j,g);k[j+12>>2]=h;k[j+16>>2]=b;pb(j|0,8,183)}else{k[h>>2]=c;k[f>>2]=k[h>>2];a=Iw(a,f)|0;break}}while(0);r=j;return a|0}function eg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+16|0;c=f;e=a+12|0;if(i[e>>0]|0){d=PE(42756,16612)|0;b=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=b;b=WH(b,43460)|0;b=Rb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;YK(c);Hm(d,b);Qp(d)}d=zh(a)|0;if(i[e>>0]|0){b=Oi(PE(42756,14501)|0,d)|0;g=oF(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(b,g);Qp(b)}b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){g=PE(42756,14507)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(c);Hm(g,h);Qp(g)}h=VC(12)|0;k[h>>2]=0;g=JG(a)|0;k[h+4>>2]=g;g=Lt(a)|0;k[h+8>>2]=g;Rk(k[a>>2]|0,h);b=b+1|0}r=f;return}function fg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+16|0;e=l;if(i[a+8>>0]|0){j=PE(42756,15177)|0;h=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(e);Hm(j,h);Qp(j)}Dg(a,b+8|0);h=a+4|0;cj(k[h>>2]|0,3)|0;f=a+104|0;c=k[10389]|0;k[e>>2]=c;j=a+108|0;d=k[j>>2]|0;g=a+112|0;if(d>>>0<(k[g>>2]|0)>>>0){k[d>>2]=c;k[j>>2]=(k[j>>2]|0)+4}else en(f,e);hm(a,k[b+12>>2]|0);d=k[j>>2]|0;c=0;while(1){if((c|0)==-1)break;m=c+-1|0;k[j>>2]=d+(m<<2);c=m}c=b+16|0;a:do if(k[c>>2]|0){cj(k[h>>2]|0,4)|0;d=k[10389]|0;k[e>>2]=d;b=k[j>>2]|0;if(b>>>0<(k[g>>2]|0)>>>0){k[b>>2]=d;k[j>>2]=(k[j>>2]|0)+4}else en(f,e);hm(a,k[c>>2]|0);d=k[j>>2]|0;c=0;while(1){if((c|0)==-1)break a;m=c+-1|0;k[j>>2]=d+(m<<2);c=m}}while(0);cj(k[h>>2]|0,15)|0;r=l;return}function gg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+16|0;b=l+4|0;e=l;j=k[a>>2]|0;if((k[j+72>>2]|0)!=(k[j+68>>2]|0)){if(i[a+8>>0]|0){j=PE(42756,20544)|0;h=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(b);Hm(j,h);Qp(j)}f=aG(a,31280)|0;g=a+4|0;Mk(k[g>>2]|0,k[(k[a>>2]|0)+60>>2]|0)|0;Mk(k[g>>2]|0,k[(k[a>>2]|0)+64>>2]|0)|0;d=k[a>>2]|0;Mk(k[g>>2]|0,(k[d+72>>2]|0)-(k[d+68>>2]|0)>>4)|0;d=k[a>>2]|0;h=k[d+72>>2]|0;d=k[d+68>>2]|0;while(1){if((d|0)==(h|0))break;ov(a,k[d>>2]|0);cj(k[g>>2]|0,15)|0;c=d+4|0;j=d+8|0;Mk(k[g>>2]|0,(k[j>>2]|0)-(k[c>>2]|0)>>2)|0;j=k[j>>2]|0;c=k[c>>2]|0;while(1){if((c|0)==(j|0))break;m=k[g>>2]|0;k[e>>2]=k[c>>2];k[b>>2]=k[e>>2];Mk(m,il(a,b)|0)|0;c=c+4|0}d=d+16|0}aE(a,f)}r=l;return}function hg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p+16|0;o=p+4|0;j=p;l=YH(k[b>>2]|0)|0;k[o+4>>2]=0;k[o+8>>2]=0;k[o>>2]=o+4;d=l+8|0;e=k[l+16>>2]|0;m=a+60|0;n=a+56|0;c=0;while(1){if((c|0)==(e|0))break;i=EE(d,c)|0;k[j>>2]=k[i>>2];if(!(Xu(o,j)|0)){g=gr(m,j)|0;h=g+4|0;i=k[h>>2]|0;if((i|0)==(k[g+8>>2]|0))en(g,n);else{k[i>>2]=k[n>>2];k[h>>2]=(k[h>>2]|0)+4}ho(f,o,j,j)}c=c+1|0}c=l+24|0;do if(!(Xu(o,c)|0)){c=gr(m,c)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0)){en(c,n);break}else{k[e>>2]=k[n>>2];k[d>>2]=(k[d>>2]|0)+4;break}}while(0);Nl(a,b);OF(o);r=p;return}function ig(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+16|0;o=u;do if((b|0)!=-1){p=a+12|0;q=a+8|0;s=(k[p>>2]|0)-(k[q>>2]|0)|0;t=a+24|0;j=k[t>>2]|0;m=a+28|0;c=k[m>>2]|0;if((j|0)==(c|0)){h=a+48|0;if(!(k[h>>2]&16)){c=-1;break}f=a+20|0;g=k[f>>2]|0;n=a+44|0;l=(k[n>>2]|0)-g|0;e=a+32|0;_n(e,0);c=e+11|0;if((i[c>>0]|0)<0)d=(k[a+40>>2]&2147483647)+-1|0;else d=10;xr(e,d);c=i[c>>0]|0;if(c<<24>>24<0){d=k[e>>2]|0;c=k[a+36>>2]|0}else{d=e;c=c&255}c=d+c|0;k[f>>2]=d;k[m>>2]=c;j=d+(j-g)|0;k[t>>2]=j;d=d+l|0;k[n>>2]=d;l=n;e=n;g=c}else{d=a+44|0;l=d;h=a+48|0;e=d;d=k[d>>2]|0;g=c}f=j+1|0;k[o>>2]=f;d=k[(f>>>0<d>>>0?e:o)>>2]|0;k[l>>2]=d;if(k[h>>2]&8|0){c=a+32|0;if((i[c+11>>0]|0)<0)c=k[c>>2]|0;k[q>>2]=c;k[p>>2]=c+s;k[a+16>>2]=d}if((j|0)==(g|0)){c=Rb[k[(k[a>>2]|0)+52>>2]&31](a,b&255)|0;break}else{k[t>>2]=f;i[j>>0]=b;c=b&255;break}}else c=0;while(0);r=u;return c|0}function jg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if(!a){c=k[b>>2]|0;a=k[c>>2]|0;if(!a)c=0;else{d=c;c=0;do{if(a>>>0>127){a=En(g,a)|0;if((a|0)==-1){c=-1;break a}}else a=1;c=a+c|0;d=d+4|0;a=k[d>>2]|0}while((a|0)!=0)}}else{b:do if(c>>>0>3){d=c;e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f)break;f=En(a,f)|0;if((f|0)==-1){c=-1;break a}a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(d>>>0<=3)break b}i[a>>0]=0;k[b>>2]=0;c=c-d|0;break a}else d=c;while(0);if(d){e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f){e=19;break}f=En(g,f)|0;if((f|0)==-1){c=-1;break a}if(d>>>0<f>>>0){e=22;break}En(a,k[e>>2]|0)|0;a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(!d)break a}if((e|0)==19){i[a>>0]=0;k[b>>2]=0;c=c-d|0;break}else if((e|0)==22){c=c-d|0;break}}}while(0);r=h;return c|0}function kg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=r;r=r+16|0;b=j+4|0;d=j;h=k[a>>2]|0;if((k[h+28>>2]|0)!=(k[h+24>>2]|0)){h=a+8|0;if(i[h>>0]|0){g=PE(42756,20905)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(b);Hm(g,f);Qp(g)}e=aG(a,31261)|0;f=a+4|0;c=k[a>>2]|0;Mk(k[f>>2]|0,(k[c+28>>2]|0)-(k[c+24>>2]|0)>>2)|0;c=k[a>>2]|0;g=k[c+28>>2]|0;c=k[c+24>>2]|0;while(1){if((c|0)==(g|0))break;if(i[h>>0]|0){l=PE(42756,20447)|0;m=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=m;m=WH(m,43460)|0;m=Rb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;YK(b);Hm(l,m);Qp(l)}m=k[f>>2]|0;k[d>>2]=k[(k[c>>2]|0)+4>>2];k[b>>2]=k[d>>2];Mk(m,il(a,b)|0)|0;Rw(a,k[k[c>>2]>>2]|0);c=c+4|0}aE(a,e)}r=j;return}function lg(){Ke(41500,31268,1);Ke(41504,31435,1);Ke(41508,31439,1);Ke(41512,34318,1);Ke(41516,34309,1);Ke(41520,30814,1);Ke(41524,30822,1);Ke(41528,30832,1);Ke(41532,30843,1);Ke(41536,30854,1);Ke(41540,30865,1);Ke(41544,30877,1);Ke(41548,30889,1);Ke(41552,30902,1);Ke(41556,30915,1);Ke(41560,30935,1);Ke(41564,30940,1);Ke(41568,30945,1);Ke(41572,30951,1);Ke(41576,30958,1);Ke(41580,30967,1);Ke(41584,30975,1);Ke(41588,30986,1);Ke(41592,30995,1);Ke(41596,31004,1);Ke(41600,31013,1);Ke(41604,31022,1);Ke(41608,31034,1);Ke(41612,31038,1);Ke(41616,31044,1);Ke(41620,31049,1);Ke(41624,31054,1);Ke(41628,31072,1);Ke(41632,31081,1);Ke(41636,31089,1);Ke(41640,31096,1);Ke(41644,31100,1);Ke(41648,31110,1);Ke(41652,31121,1);Ke(41656,31132,1);Ke(41660,31146,1);Ke(41664,31155,1);Ke(41668,31165,1);Ke(41672,31176,1);Ke(41676,31187,1);Ke(41680,31200,1);Ke(41684,31210,1);Ke(41688,31219,1);return}function mg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Jj(j+1|0,35173,k[o>>2]|0)|0;k[n>>2]=q;a=aI()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=gy(q,30,a,j,g)|0}else{p[h>>3]=e;a=gy(q,30,a,j,h)|0}if((a|0)>29){a=aI()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Ry(n,a,j,l)|0}else{p[m>>3]=e;a=Ry(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=fp(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=$b(a<<3)|0;f=g;a=h}q=oF(c)|0;k[t>>2]=q;Dd(a,i,j,f,u,s,t);mD(q);a=Si(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)uc(g);uc(l);r=v;return a|0}function ng(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Jj(j+1|0,49471,k[o>>2]|0)|0;k[n>>2]=q;a=aI()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=gy(q,30,a,j,g)|0}else{p[h>>3]=e;a=gy(q,30,a,j,h)|0}if((a|0)>29){a=aI()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Ry(n,a,j,l)|0}else{p[m>>3]=e;a=Ry(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=fp(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=$b(a<<3)|0;f=g;a=h}q=oF(c)|0;k[t>>2]=q;Dd(a,i,j,f,u,s,t);mD(q);a=Si(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)uc(g);uc(l);r=v;return a|0}function og(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;if(!(i[a+12>>0]|0))e=a+4|0;else{g=PE(Pi(PE(42756,20415)|0,b)|0,14075)|0;e=a+4|0;g=PE(Oi(g,(k[e>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;d=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;YK(f);Hm(g,d);Qp(g)}c=b&255;i[f>>0]=c;d=k[e>>2]|0;g=a+8|0;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;d=(k[e>>2]|0)+1|0;k[e>>2]=d}else{jn(a,f);d=k[e>>2]|0}c=b>>>8&255;i[f>>0]=c;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;d=(k[e>>2]|0)+1|0;k[e>>2]=d}else{jn(a,f);d=k[e>>2]|0}c=b>>>16&255;i[f>>0]=c;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;d=(k[e>>2]|0)+1|0;k[e>>2]=d}else{jn(a,f);d=k[e>>2]|0}c=b>>>24&255;i[f>>0]=c;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;k[e>>2]=(k[e>>2]|0)+1}else jn(a,f);r=h;return}function pg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+64|0;f=l+40|0;g=l+12|0;h=l+24|0;j=l;a:do if((b-a|0)>3?(i[a>>0]|0)==68:0){switch(i[a+1>>0]|0){case 84:case 116:break;default:break a}m=a+2|0;e=Ub(m,b,c)|0;if((!((e|0)==(m|0)|(e|0)==(b|0))?(i[e>>0]|0)==69:0)?(d=k[c+4>>2]|0,(k[c>>2]|0)!=(d|0)):0){c=d+-24|0;vr(j,c);b=wB(j,0,38549)|0;k[h>>2]=k[b>>2];k[h+4>>2]=k[b+4>>2];k[h+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=dC(h,38365)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}Sr(f,g);De(c,f);SB(f);tH(g);tH(h);tH(j);a=e+1|0}}while(0);r=l;return a|0}function qg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){vd(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(vd(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=Cy(a)|0;g=M;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=EE(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function rg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;g=k[a>>2]|0;if((k[g+52>>2]|0)!=(k[g+48>>2]|0)){g=a+8|0;if(i[g>>0]|0){f=PE(42756,20889)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(c);Hm(f,e);Qp(f)}d=aG(a,31268)|0;e=a+4|0;b=k[a>>2]|0;Mk(k[e>>2]|0,(k[b+52>>2]|0)-(k[b+48>>2]|0)>>2)|0;b=k[a>>2]|0;f=k[b+52>>2]|0;b=k[b+48>>2]|0;while(1){if((b|0)==(f|0))break;if(i[g>>0]|0){j=PE(42756,20447)|0;l=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(c);Hm(j,l);Qp(j)}l=k[e>>2]|0;cj(l,EA(k[(k[b>>2]|0)+4>>2]|0)|0)|0;ov(a,k[(k[b>>2]|0)+8>>2]|0);cj(k[e>>2]|0,15)|0;b=b+4|0}aE(a,d)}r=h;return}function sg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Jj(j+1|0,35173,k[o>>2]|0)|0;k[n>>2]=q;a=aI()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=gy(q,30,a,j,g)|0}else{p[h>>3]=e;a=gy(q,30,a,j,h)|0}if((a|0)>29){a=aI()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Ry(n,a,j,l)|0}else{p[m>>3]=e;a=Ry(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=fp(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=$b(a<<1)|0;f=g;a=h}q=oF(c)|0;k[t>>2]=q;Id(a,i,l,f,u,s,t);mD(q);d=jj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;uc(g);uc(j);r=v;return d|0}function tg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Jj(j+1|0,49471,k[o>>2]|0)|0;k[n>>2]=q;a=aI()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=gy(q,30,a,j,g)|0}else{p[h>>3]=e;a=gy(q,30,a,j,h)|0}if((a|0)>29){a=aI()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Ry(n,a,j,l)|0}else{p[m>>3]=e;a=Ry(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=fp(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=$b(a<<1)|0;f=g;a=h}q=oF(c)|0;k[t>>2]=q;Id(a,i,l,f,u,s,t);mD(q);d=jj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;uc(g);uc(j);r=v;return d|0}function ug(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;d=a+12|0;if(i[d>>0]|0){g=PE(42756,15471)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(g,f);Qp(g)}f=zh(a)|0;g=k[a>>2]|0;g=eC(g,zh(a)|0)|0;c=b+24|0;k[c>>2]=k[g>>2];g=k[g+12>>2]|0;if(!g)Ha(31235,13928,1894,15491);if(((k[g+12>>2]|0)-(k[g+8>>2]|0)>>2|0)!=(f|0))Ha(15458,13928,1896,15491);if(i[d>>0]|0){e=PE(42756,15507)|0;e=PE(fz(e,k[c>>2]|0)|0,15528)|0;PE(Oi(PE(fz(e,k[g>>2]|0)|0,15540)|0,f)|0,15546)|0}d=b+8|0;$v(d,f);e=f+-1|0;c=0;while(1){if((c|0)==(f|0))break;l=vw(a)|0;j=EE(d,e-c|0)|0;k[j>>2]=l;c=c+1|0}k[b+4>>2]=k[g+4>>2];r=h;return}function vg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;h=l+20|0;d=l+16|0;g=l+4|0;j=l;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;Yr(g,b,pq(b)|0);b=Vk(a,g)|0;k[d>>2]=b;WI(g);g=oI(ln(c,0)|0)|0;if((g|0)!=(k[10446]|0)?(g=oI(ln(c,0)|0)|0,(g|0)!=(k[10447]|0)):0){g=0;f=b}else{g=ln(c,1)|0;if((i[g>>0]|0)==0?(g=(ln(c,1)|0)+24|0,(i[g>>0]|0)!=0):0){f=oI(ln(c,1)|0)|0;k[d>>2]=f;g=1}else{g=1;f=b}}e=a+72|0;b=k[e>>2]|0;if((b|0)==(k[a+76>>2]|0))en(a+68|0,d);else{k[b>>2]=f;k[e>>2]=(k[e>>2]|0)+4}b=Yb(a,c)|0;d=k[e>>2]|0;c=0;while(1){if((c|0)==-1)break;m=c+-1|0;k[e>>2]=d+(m<<2);c=m}if(!g){k[j>>2]=f;k[h>>2]=k[j>>2];if(iq(b,h)|0){m=VA(k[a+4>>2]|0)|0;k[m+8>>2]=f;xx(m+12|0,b);Ln(m);b=m}}else k[((k[b>>2]|0)==1?b:0)+8>>2]=f;r=l;return b|0}function wg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(i[l+24>>0]|0)==a<<24>>24;if(!m?(i[l+25>>0]|0)!=a<<24>>24:0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if(a<<24>>24==f<<24>>24?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+26|0;f=0;while(1){m=l+f|0;if((f|0)==26){m=g;break}if((i[m>>0]|0)==a<<24>>24)break;else f=f+1|0}m=m-l|0;if((m|0)>23)m=-1;else{switch(b|0){case 10:case 8:{if((m|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=22){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[34924+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[34924+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function xg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(k[l+96>>2]|0)==(a|0);if(!m?(k[l+100>>2]|0)!=(a|0):0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if((a|0)==(f|0)?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+104|0;f=0;while(1){m=l+(f<<2)|0;if((f|0)==26){m=g;break}if((k[m>>2]|0)==(a|0))break;else f=f+1|0}m=m-l|0;f=m>>2;if((m|0)>92)m=-1;else{switch(b|0){case 10:case 8:{if((f|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=88){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[34924+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[34924+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function yg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=a+56|0;e=k[g>>2]|0;Nl(a,b);Sn(e,k[g>>2]|0);e=gI(k[b>>2]|0)|0;f=e+8|0;if(k[f>>2]|0){c=a+60|0;b=gr(c,f)|0;d=k[b+4>>2]|0;b=k[b>>2]|0;while(1){if((b|0)==(d|0))break;Sn(k[b>>2]|0,k[g>>2]|0);b=b+4|0}Io(c,f)}e=e+12|0;g=a+88|0;if(k[e>>2]|0){f=k[(k[g>>2]|0)+-4>>2]|0;c=a+60|0;b=gr(c,e)|0;d=k[b+4>>2]|0;b=k[b>>2]|0;while(1){if((b|0)==(d|0))break;Sn(k[b>>2]|0,f);b=b+4|0}Io(c,e)}c=k[g>>2]|0;b=0;while(1){if((b|0)==-1)break;a=b+-1|0;k[g>>2]=c+(a<<2);b=a}return}function zg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=Ia(4)|0;SM(a);pb(a|0,2984,174)}l=VC(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)oN(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if(!(Qv(k[f>>2]|0,k[e+8>>2]|0)|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)oN(c);k[d>>2]=0}while(0);return}function Ag(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=Ia(4)|0;SM(a);pb(a|0,2984,174)}l=VC(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)oN(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if((k[f>>2]|0)==(k[e+8>>2]|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)oN(c);k[d>>2]=0}while(0);return}function Bg(){var a=0;zv();k[10603]=9188;k[10605]=9208;k[10604]=0;uw(42420,43092);k[10623]=0;k[10624]=-1;yv();k[10625]=9228;k[10627]=9248;k[10626]=0;uw(42508,43156);k[10645]=0;k[10646]=-1;_p(43220,5308,43268);k[10647]=9268;k[10648]=9288;uw(42592,43220);k[10666]=0;k[10667]=-1;Zp(43276,5308,43324);k[10668]=9308;k[10669]=9328;uw(42676,43276);k[10687]=0;k[10688]=-1;_p(43332,5084,43380);k[10689]=9268;k[10690]=9288;uw(42760,43332);k[10708]=0;k[10709]=-1;a=k[42756+(k[(k[10689]|0)+-12>>2]|0)+24>>2]|0;k[10731]=9268;k[10732]=9288;uw(42928,a);k[10750]=0;k[10751]=-1;Zp(43388,5084,43436);k[10710]=9308;k[10711]=9328;uw(42844,43388);k[10729]=0;k[10730]=-1;a=k[42840+(k[(k[10710]|0)+-12>>2]|0)+24>>2]|0;k[10752]=9308;k[10753]=9328;uw(43012,a);k[10771]=0;k[10772]=-1;k[42412+(k[(k[10603]|0)+-12>>2]|0)+72>>2]=42588;k[42500+(k[(k[10625]|0)+-12>>2]|0)+72>>2]=42672;a=42756+(k[(k[10689]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;a=42840+(k[(k[10710]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;k[42756+(k[(k[10689]|0)+-12>>2]|0)+72>>2]=42588;k[42840+(k[(k[10710]|0)+-12>>2]|0)+72>>2]=42672;return}function Cg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+96|0;d=j+80|0;e=j+40|0;f=j+68|0;g=j+16|0;h=j;i=j+64|0;vd(e,b,k[c+28>>2]|0);if(!(k[e+16>>2]|0)){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;yi(g,b,c+8|0,f);if(!(k[g+16>>2]|0)){e=XH(e)|0;g=k[b+4>>2]|0;b=k[g+36>>2]|0;l=k[(k[b>>2]|0)+8>>2]|0;k[i>>2]=k[c+24>>2];k[d>>2]=k[i>>2];Eb[l&15](h,b,e,d,f,g);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=k[g+16>>2];k[a+20>>2]=k[g+20>>2]}uz(f)}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=j;return}function Dg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;c=e;d=a+8|0;if(i[d>>0]|0){f=PE(42756,14968)|0;h=a+100|0;g=(k[h>>2]|0)+1|0;k[h>>2]=g;g=PE(Pi(f,g)|0,14985)|0;f=k[a+4>>2]|0;f=Oi(g,(k[f+4>>2]|0)-(k[f>>2]|0)|0)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(f,g);Qp(f)}Zf(a,k[b>>2]|0);if(i[d>>0]|0){h=PE(42756,15025)|0;f=a+100|0;g=k[f>>2]|0;k[f>>2]=g+-1;g=PE(Pi(h,g)|0,14985)|0;h=k[a+4>>2]|0;h=Oi(g,(k[h+4>>2]|0)-(k[h>>2]|0)|0)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(h,g);Qp(h)}r=e;return}function Eg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;g=k[a>>2]|0;if((k[g+40>>2]|0)!=(k[g+36>>2]|0)){g=a+8|0;if(i[g>>0]|0){f=PE(42756,20517)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(c);Hm(f,e);Qp(f)}d=aG(a,31247)|0;e=a+4|0;b=k[a>>2]|0;Mk(k[e>>2]|0,(k[b+40>>2]|0)-(k[b+36>>2]|0)>>2)|0;b=k[a>>2]|0;f=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(f|0))break;if(i[g>>0]|0){j=PE(42756,20447)|0;l=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(c);Hm(j,l);Qp(j)}l=k[e>>2]|0;Mk(l,sv(k[a>>2]|0,k[(k[b>>2]|0)+32>>2]|0)|0)|0;b=b+4|0}aE(a,d)}r=h;return}function Fg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;o=p+24|0;d=p+8|0;m=p+12|0;n=p+4|0;c=p;fq(m,a);dG(d,(i[m+11>>0]|0)<0?k[m>>2]|0:m,0);WI(m);d=k[d>>2]|0;k[n>>2]=d;k[o>>2]=k[n>>2];if(!(Tx(b,o)|0)){c=VC(20)|0;e=c+4|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[c>>2]=d;n=a+11|0;if((i[n>>0]|0)<0){l=a;m=a;d=k[a>>2]|0}else{l=a;m=a;d=a}f=iA(i[d>>0]|0)|0;k[e>>2]=f;f=a+4|0;g=c+8|0;h=c+12|0;j=c+16|0;a=1;while(1){d=i[n>>0]|0;e=d<<24>>24<0;if(e)d=k[f>>2]|0;else d=d&255;if(a>>>0>=d>>>0)break;if(e)d=k[m>>2]|0;else d=l;d=iA(i[d+a>>0]|0)|0;k[o>>2]=d;e=k[h>>2]|0;if(e>>>0<(k[j>>2]|0)>>>0){k[e>>2]=d;k[h>>2]=e+4}else en(g,o);a=a+1|0}rk(b,c)}else{k[c>>2]=d;k[o>>2]=k[c>>2];c=Hw(b,o)|0}r=p;return c|0}function Gg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;m=n;h=k[a+48>>2]|0;j=a+124|0;l=m+4|0;g=k[a+44>>2]|0;while(1){if((g|0)==(h|0))break;b=k[g>>2]|0;k[m>>2]=b;if(Zj(j,m)|0){ku(m,b+12|0);Rs(a,m);b=k[g>>2]|0;f=b+24|0;b=(k[b+28>>2]|0)-(k[f>>2]|0)>>4;a:while(1){e=b+-1|0;if((b|0)<=0)break;b=k[f>>2]|0;d=k[b+(e<<4)+4>>2]|0;if(k[b+(e<<4)>>2]|0){if(!(zr(m,d)|0)){b=e;continue}i[b+(e<<4)+12>>0]=1;b=e;continue}ak(m,d);c=k[l>>2]|0;b=k[m>>2]|0;while(1){if((b|0)==(c|0)){b=e;continue a}Zx(a,k[b>>2]|0,d);b=b+4|0}}qA(m)}g=g+4|0}ku(m,k[a+40>>2]|0);c=k[a+32>>2]|0;c=(k[c+12>>2]|0)-(k[c+8>>2]|0)>>2;b=0;while(1){if(b>>>0>=c>>>0)break;ak(m,b);b=b+1|0}Rs(a,m);qA(m);r=n;return}function Hg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=oI(ln(b,0)|0)|0;do if((d|0)!=(k[10428]|0)){if((d|0)==(k[10429]|0)){tc(a,b);break}if((d|0)==(k[10432]|0)){se(a,b);break}if((d|0)==(k[10433]|0)){ah(a,b);break}if((d|0)==(k[10435]|0)){hi(a,b);break}if((d|0)!=(k[10436]|0)){if((d|0)==(k[10375]|0)){ul(a,b);break}if((d|0)==(k[10437]|0)){Rh(a,b);break}if((d|0)==(k[10438]|0)){Ch(a,b);break}if((d|0)!=(k[10440]|0)){sz(PE(PE(42756,16962)|0,d)|0,10)|0;e=Ia(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,16982,22);a=k[b+28>>2]|0;d=k[b+32>>2]|0;Hu(e,c);k[e+12>>2]=a;k[e+16>>2]=d;pb(e|0,8,183)}}}else VB(a,b);while(0);r=e;return}function Ig(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;n=p;o=iC()|0;m=ln(b,1)|0;if(!(i[m>>0]|0)){c=oI(ln(b,1)|0)|0;k[o>>2]=c;c=2}else c=1;d=ln(b,c)|0;if(!(i[d>>0]|0))Ha(16790,13652,1473,16804);e=o+4|0;f=o+8|0;g=o+12|0;h=o+16|0;b=1;while(1){m=(Hq(d)|0)+8|0;if(b>>>0>=(k[m>>2]|0)>>>0)break;j=ln(d,b)|0;m=oI(ln(j,0)|0)|0;a:do if((m|0)!=(k[10430]|0)){m=oI(ln(j,0)|0)|0;if((m|0)==(k[10431]|0)){m=Rf(oI(ln(j,1)|0)|0,0,0)|0;k[e>>2]=m}}else{c=1;while(1){m=(Hq(j)|0)+8|0;if(c>>>0>=(k[m>>2]|0)>>>0)break a;l=Rf(oI(ln(j,c)|0)|0,0,0)|0;k[n>>2]=l;m=k[g>>2]|0;if(m>>>0<(k[h>>2]|0)>>>0){k[m>>2]=l;k[g>>2]=m+4}else en(f,n);c=c+1|0}}while(0);b=b+1|0}rk(k[a>>2]|0,o);r=p;return}function Jg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+48|0;e=g+20|0;f=g;c=wH(b)|0;k[a+108>>2]=c;d=a+144|0;mt(d,$(c,c)|0);d=k[d>>2]|0;c=(k[a+148>>2]|0)-d|0;while(1){if((c|0)<=0)break;h=d;i[h>>0]=0;c=c+-1|0;d=h+1|0}d=a+16|0;Tk(d,b);h=a+124|0;Xc(e,d);wk(h,e);ky(e);Le(f,h);$f(k[a+44>>2]|0,k[a+48>>2]|0,f);ky(f);Cc(a);Gg(a);k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Jb[k[(k[a>>2]|0)+32>>2]&511](a,e);ef(a,e);qA(e);r=g;return}function Kg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;c=e;d=a+8|0;if(!(i[d>>0]|0))c=b+4|0;else{g=PE(Ft(b,PE(42756,15985)|0)|0,13543)|0;f=b+4|0;g=Pi(g,k[f>>2]|0)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(c);Hm(g,h);Qp(g);c=f}switch(k[c>>2]|0){case 1:{xk(cj(k[a+4>>2]|0,16)|0,XH(b+8|0)|0);break}case 2:{h=cj(k[a+4>>2]|0,17)|0;Yj(h,XE(b+8|0)|0,M);break}case 3:{bk(cj(k[a+4>>2]|0,19)|0,+GH(b+8|0));break}case 4:{Rj(cj(k[a+4>>2]|0,18)|0,+FH(b+8|0));break}default:Ea()}if(i[d>>0]|0)PE(42756,20684)|0;r=e;return}function Lg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+48|0;m=p+16|0;l=p;h=p+32|0;n=a+28|0;g=k[n>>2]|0;k[h>>2]=g;o=a+20|0;g=(k[o>>2]|0)-g|0;k[h+4>>2]=g;k[h+8>>2]=b;k[h+12>>2]=c;i=a+60|0;j=a+44|0;f=2;b=g+c|0;while(1){if(!(k[10463]|0)){k[m>>2]=k[i>>2];k[m+4>>2]=h;k[m+8>>2]=f;e=aJ(zb(146,m|0)|0)|0}else{tb(191,a|0);k[l>>2]=k[i>>2];k[l+4>>2]=h;k[l+8>>2]=f;e=aJ(zb(146,l|0)|0)|0;xa(0)}if((b|0)==(e|0)){b=6;break}if((e|0)<0){b=8;break}b=b-e|0;d=k[h+4>>2]|0;if(e>>>0<=d>>>0)if((f|0)==2){k[n>>2]=(k[n>>2]|0)+e;f=2;g=h}else g=h;else{g=k[j>>2]|0;k[n>>2]=g;k[o>>2]=g;e=e-d|0;f=f+-1|0;g=h+8|0;d=k[h+12>>2]|0}k[g>>2]=(k[g>>2]|0)+e;k[g+4>>2]=d-e;h=g}if((b|0)==6){m=k[j>>2]|0;k[a+16>>2]=m+(k[a+48>>2]|0);a=m;k[n>>2]=a;k[o>>2]=a}else if((b|0)==8){k[a+16>>2]=0;k[n>>2]=0;k[o>>2]=0;k[a>>2]=k[a>>2]|32;if((f|0)==2)c=0;else c=c-(k[h+4>>2]|0)|0}r=p;return c|0}function Mg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=r;r=r+16|0;h=l+4|0;j=l;k[j>>2]=b;if(i[a+12>>0]|0){g=PE(42756,15405)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(h);Hm(g,f);Qp(g)}g=zh(a)|0;c=zh(a)|0;k[h>>2]=c;d=k[a+24>>2]|0;if(c>>>0>=(k[a+28>>2]|0)-d>>2>>>0)Ha(15419,13928,1876,15448);d=k[d+(c<<2)>>2]|0;if(((k[d+12>>2]|0)-(k[d+8>>2]|0)>>2|0)!=(g|0))Ha(15458,13928,1879,15448);e=b+8|0;$v(e,g);f=g+-1|0;c=0;while(1){if((c|0)==(g|0))break;n=vw(a)|0;m=EE(e,f-c|0)|0;k[m>>2]=n;c=c+1|0}k[b+4>>2]=k[d+4>>2];c=Ar(a+52|0,h)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))en(c,j);else{k[e>>2]=b;k[d>>2]=(k[d>>2]|0)+4}r=l;return}function Ng(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+144|0;i=n+68|0;j=n;do if(k[c>>2]|0){if((e|0?(g=k[e>>2]|0,g|0):0)?(Pn(i,g),e=OD(i)|0,az(i),e):0){g=d;break}if((f|0?(h=k[f>>2]|0,h|0):0)?(Pn(j,h),i=OD(j)|0,az(j),i):0){g=d;break}g=k[c>>2]|0;if((!((g|0)==0|(k[g>>2]|0)!=1)?(k[g+8>>2]|0)==0:0)?(l=g+12|0,m=l+8|0,(k[m>>2]|0)>>>0>1):0){j=iE(l)|0;k[c>>2]=k[j>>2];if(!d){d=iE(l)|0;k[d>>2]=b;Ln(g);k[a+16>>2]=g;break}h=d+12|0;c=iE(h)|0;if((k[c>>2]|0)!=(b|0))Ha(22960,22987,115,23014);VE(h);g=0;while(1){if(g>>>0>=((k[m>>2]|0)+-1|0)>>>0)break;c=EE(l,g)|0;xx(h,k[c>>2]|0);g=g+1|0}xx(h,b);g=d}else g=d}else g=d;while(0);r=n;return g|0}function Og(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0.0;g=r;r=r+16|0;e=g;switch(c<<24>>24){case 16:{c=kC(k[a+4>>2]|0)|0;d=Ah(a)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1;f=6;break}case 17:{c=kC(k[a+4>>2]|0)|0;f=mh(a)|0;k[c+8>>2]=2;d=c+16|0;k[d>>2]=f;k[d+4>>2]=M;d=2;f=6;break}case 19:{c=kC(k[a+4>>2]|0)|0;h=+ci(a);k[c+8>>2]=3;o[c+16>>2]=h;d=3;f=6;break}case 18:{c=kC(k[a+4>>2]|0)|0;h=+Mh(a);k[c+8>>2]=4;p[c+16>>3]=h;d=4;f=6;break}default:c=0}if((f|0)==6){k[c+4>>2]=d;k[b>>2]=c;if(!(i[a+12>>0]|0))c=1;else{c=PE(42756,15985)|0;f=oF(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(e);Hm(c,f);Qp(c);c=1}}r=g;return c|0}function Pg(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Ha(27486,31585,71,27491);do switch(k[c>>2]|0){case 1:{vf(a,b,c);break}case 2:{Vi(a,b,c);break}case 22:{Jb[k[k[b>>2]>>2]&511](b,23453);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 4:{Oh(a,b,c);break}case 5:{Sg(a,b,c);break}case 21:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 19:{Ko(a,b,k[c+8>>2]|0);break}case 18:{Wg(a,b,c);break}case 17:{bc(a,b,c);break}case 16:{nc(a,b,c);break}default:{}}while(0);return}function Qg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;i=p+24|0;j=p+8|0;l=p;m=a+4|0;c=k[m>>2]|0;if(c>>>0<b>>>0){n=a+8|0;o=k[n>>2]|0;g=o<<5;h=b-c|0;do if(g>>>0<h>>>0|c>>>0>(g-h|0)>>>0){k[j>>2]=0;c=j+4|0;k[c>>2]=0;d=j+8|0;k[d>>2]=0;if((b|0)<0)EL();else{f=o<<6;b=b+31&-32;Yk(j,g>>>0<1073741823?(f>>>0<b>>>0?b:f):2147483647);g=k[m>>2]|0;f=k[a>>2]|0;b=k[j>>2]|0;k[i>>2]=b;k[i+4>>2]=0;ik(l,f,0,f+(g>>>5<<2)|0,g&31,i);f=l;e=k[f>>2]|0;f=k[f+4>>2]|0;o=k[a>>2]|0;k[a>>2]=b;k[j>>2]=o;l=k[m>>2]|0;k[m>>2]=g+h;k[c>>2]=l;k[n>>2]=k[d>>2];gM(o);break}}else{e=(k[a>>2]|0)+(c>>>5<<2)|0;k[m>>2]=b;f=c&31}while(0);if(h|0){k[i>>2]=e;k[i+4>>2]=f;jp(i,h)}}else k[m>>2]=b;r=p;return}function Rg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;l=b+8|0;if(((k[l>>2]|0?(k[b+20>>2]|0)==1:0)?(i=EE(b+12|0,0)|0,i=k[i>>2]|0,!((i|0)==0|(k[i>>2]|0)!=1)):0)?(j=i+8|0,k[j>>2]|0):0){h=gq(a+40|0,l)|0;m=h+4|0;h=k[h>>2]|0;while(1){if((h|0)==(m|0))break;c=k[h+16>>2]|0;d=k[c>>2]|0;if((c|0)==0|(d|0)!=4){d=(d|0)==5?c:0;e=d+8|0;f=k[d+16>>2]|0;c=0;while(1){if((c|0)==(f|0))break;g=EE(e,c)|0;if((k[g>>2]|0)==(k[l>>2]|0))k[g>>2]=k[j>>2];c=c+1|0}c=d+24|0;if((k[c>>2]|0)==(k[l>>2]|0))k[c>>2]=k[j>>2]}else{c=c+8|0;if((k[c>>2]|0)==(k[l>>2]|0))k[c>>2]=k[j>>2]}h=Kw(h)|0}k[a+16>>2]=i}yr(a,l);if(((k[l>>2]|0?(k[b+20>>2]|0)==1:0)?(n=EE(b+12|0,0)|0,n=k[n>>2]|0,!((n|0)==0|(k[n>>2]|0)!=3)):0)?(o=n+8|0,(k[o>>2]|0)==0):0){k[o>>2]=k[l>>2];k[a+16>>2]=n}return}function Sg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){Pg(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(Pg(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=Cy(a)|0;g=M;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=EE(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function Tg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=Kb[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=oF(d)|0;g=WH(o,43492)|0;mD(o);o=oF(d)|0;a=WH(o,43500)|0;mD(o);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);Jb[k[(k[a>>2]|0)+28>>2]&511](m+12|0,a);a=m+24|0;g=(Cd(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;LI(a)}while((a|0)!=(m|0))}r=n;return g|0}function Ug(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=Kb[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=oF(d)|0;g=WH(o,43460)|0;mD(o);o=oF(d)|0;a=WH(o,43476)|0;mD(o);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);Jb[k[(k[a>>2]|0)+28>>2]&511](m+12|0,a);a=m+24|0;g=(Ed(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;WI(a)}while((a|0)!=(m|0))}r=n;return g|0}function Vg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){vd(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){vd(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=Cy(a)|0;if((b|0)==0&(M|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function Wg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;Pg(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){Pg(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){Pg(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(XH(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function Xg(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0;p[t>>3]=b;c=k[t>>2]|0;d=k[t+4>>2]|0;e=(d|0)<0;do if(b==0.0&e)PE(a,19141)|0;else{f=d&2147483647;if(f>>>0>2146435072|(f|0)==2146435072&c>>>0>0){PE(PE(a,e?39735:49471)|0,34318)|0;c=Hx(b)|0;d=M;if((c|0)==0&(d|0)==0)break;f=PE(a,19126)|0;a=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|8;f=Hi(f,c,d)|0;f=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[f>>2]=k[f>>2]&-75|2;break}f=d&2146435072;if(!(f>>>0<2146435072|(f|0)==2146435072&0<0)){PE(a,e?31448:34309)|0;break}c=ee(b)|0;switch(i[c>>0]|0){case 46:{sz(a,48)|0;break}case 45:{d=c+1|0;if((i[d>>0]|0)==46){PE(a,19141)|0;c=d}break}default:{}}PE(a,c)|0}while(0);return}function Yg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+4|0;f=a+8|0;b=k[a>>2]|0;a:while(1){while(1){c=i[b>>0]|0;if(!(EM(c<<24>>24)|0))break;if(c<<24>>24==10){k[e>>2]=(k[e>>2]|0)+1;b=b+1|0;k[f>>2]=b}else b=b+1|0;k[a>>2]=b}switch(c<<24>>24){case 59:{if((i[b+1>>0]|0)==59)c=59;else break a;b:while(1){switch(c<<24>>24){case 10:case 0:break b;default:{}}c=b+1|0;k[a>>2]=c;b=c;c=i[c>>0]|0}k[e>>2]=(k[e>>2]|0)+1;k[f>>2]=b;continue a}case 40:break;default:break a}if((i[b+1>>0]|0)!=59)break;b=b+2|0;k[a>>2]=b;c=1;while(1){c:while(1){switch(i[b>>0]|0){case 0:break a;case 40:{d=b+1|0;if((i[d>>0]|0)==59){d=19;break c}else b=d;break}case 59:{d=b+1|0;if((i[d>>0]|0)==41){d=21;break c}else b=d;break}default:b=b+1|0}k[a>>2]=b}if((d|0)==19){b=b+2|0;k[a>>2]=b;c=c+1|0;continue}else if((d|0)==21){b=b+2|0;k[a>>2]=b;c=c+-1|0;if(!c)continue a;else continue}}}return}function Zg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;sz(k[a>>2]|0,40)|0;e=rN(k[a>>2]|0)|0;f=b+4|0;PE(PE(e,By(k[f>>2]|0)|0)|0,24800)|0;e=b+8|0;c=i[e>>0]|0;if(!((c&255)>=4?!((c&255)<8&(k[f>>2]|0)==2):0))d=3;a:do if((d|0)==3)switch(c<<24>>24){case 1:{sz(k[a>>2]|0,56)|0;break a}case 2:{PE(k[a>>2]|0,24807)|0;break a}case 4:{PE(k[a>>2]|0,24810)|0;break a}default:Ea()}while(0);c=b+12|0;if(k[c>>2]|0){f=PE(k[a>>2]|0,24813)|0;Oi(f,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[e>>0]|0|0)){f=PE(k[a>>2]|0,24822)|0;Oi(f,k[c>>2]|0)|0}UC(a);Tv(a,k[b+20>>2]|0);Tv(a,k[b+24>>2]|0);Ix(a);return}function _g(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;h=n+32|0;i=n+28|0;j=n+24|0;l=n;m=k[a+4>>2]|0;b=k[a>>2]|0;d=k[b+4>>2]|0;if((d|0)!=(k[b>>2]|0)){c=_J(Fx()|0)|0;k[h>>2]=0;d=h+4|0;k[d>>2]=0;k[h+8>>2]=0;k[i>>2]=0;e=k[m>>2]|0;k[j>>2]=(k[e+40>>2]|0)-(k[e+36>>2]|0)>>2;e=l+16|0;f=h+8|0;b=0;while(1){if(b>>>0>=c>>>0)break;o=k[a>>2]|0;g=VC(20)|0;k[g>>2]=3676;k[g+4>>2]=i;k[g+8>>2]=j;k[g+12>>2]=m;k[g+16>>2]=o;k[e>>2]=g;g=k[d>>2]|0;if(g>>>0<(k[f>>2]|0)>>>0){du(g,l);k[d>>2]=(k[d>>2]|0)+24}else $k(h,l);sB(l);b=b+1|0}Gh(Fx()|0,h);Ew(h);b=k[a>>2]|0;d=k[b+4>>2]|0}e=k[b>>2]|0;c=b+4|0;b=d;while(1){if((b|0)==(e|0))break;o=b+-4|0;k[c>>2]=o;b=o}r=n;return}function $g(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;if(i[a+12>>0]|0){g=PE(42756,15248)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(g,f);Qp(g)}e=Um(a)|0;k[b+8>>2]=e;e=Um(a)|0;k[b+12>>2]=e;e=a+84|0;c=b+8|0;g=a+88|0;d=k[g>>2]|0;f=a+92|0;if((d|0)==(k[f>>2]|0)){en(e,c);d=k[g>>2]|0}else{k[d>>2]=k[c>>2];d=(k[g>>2]|0)+4|0;k[g>>2]=d}c=b+12|0;if((d|0)==(k[f>>2]|0))en(e,c);else{k[d>>2]=k[c>>2];k[g>>2]=(k[g>>2]|0)+4}d=Tn(a)|0;k[b+16>>2]=d;d=k[g>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[g>>2]=d+(a<<2);c=a}d=d+-4|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[g>>2]=d+(a<<2);c=a}Oq(b);r=h;return}function ah(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+32|0;h=m+24|0;i=m+20|0;j=m+8|0;f=m+4|0;g=m;l=Yb(a,ln(b,1)|0)|0;k[i>>2]=l;b=iI(ln(b,2)|0)|0;c=pq(b)|0;if(!c){b=k[a>>2]|0;k[j>>2]=0;c=b+92|0;a=k[c>>2]|0;if(a>>>0<(k[b+96>>2]|0)>>>0){vF(h,0,0);hy(a,l,49471,k[h>>2]|0);k[c>>2]=(k[c>>2]|0)+16}else _j(b+88|0,i,j)}else{k[j>>2]=0;d=j+4|0;k[d>>2]=0;k[j+8>>2]=0;Lh(b,c,j);b=k[a>>2]|0;c=k[j>>2]|0;k[f>>2]=c;a=(k[d>>2]|0)-c|0;k[g>>2]=a;d=b+92|0;e=k[d>>2]|0;if(e>>>0<(k[b+96>>2]|0)>>>0){vF(h,a,0);hy(e,l,c,k[h>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else Uj(b+88|0,i,f,g);rA(j)}r=m;return}function bh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;c=j;if(i[a+8>>0]|0){h=PE(42756,15248)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(h,g);Qp(h)}g=a+4|0;cj(k[g>>2]|0,2)|0;e=a+104|0;c=b+8|0;h=a+108|0;d=k[h>>2]|0;f=a+112|0;if((d|0)==(k[f>>2]|0)){en(e,c);d=k[h>>2]|0}else{k[d>>2]=k[c>>2];d=(k[h>>2]|0)+4|0;k[h>>2]=d}c=b+12|0;if((d|0)==(k[f>>2]|0))en(e,c);else{k[d>>2]=k[c>>2];k[h>>2]=(k[h>>2]|0)+4}hm(a,k[b+16>>2]|0);d=k[h>>2]|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[h>>2]=d+(b<<2);c=b}d=d+-4|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[h>>2]=d+(b<<2);c=b}cj(k[g>>2]|0,15)|0;r=j;return}function ch(a){a=a|0;var b=0;if((i[40400]|0)==0?cK(40400)|0:0){if((i[40408]|0)==0?cK(40408)|0:0){b=44164;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44332);ob(195,0,w|0)|0}zF(44164,35573);zF(44176,35580);zF(44188,35587);zF(44200,35595);zF(44212,35605);zF(44224,35614);zF(44236,35621);zF(44248,35630);zF(44260,35634);zF(44272,35638);zF(44284,35642);zF(44296,35646);zF(44308,35650);zF(44320,35654);k[11083]=44164}return k[11083]|0}function dh(){Ke(41692,31297,0);Ke(41696,31302,0);Ke(41700,31313,0);Ke(41704,31330,0);Ke(41708,31338,0);Ke(41712,31291,0);Ke(41716,31345,0);Ke(41720,31350,0);Ke(41724,31356,0);Ke(41728,31228,0);Ke(41732,31275,0);Ke(41736,31363,0);Ke(41740,31261,0);Ke(41744,31240,0);Ke(41748,31280,0);Ke(41752,31371,0);Ke(41756,31376,0);Ke(41760,31235,0);Ke(41764,31382,0);Ke(41768,31387,0);Ke(41772,31399,0);Ke(41776,31413,0);Ke(41780,31419,0);Ke(41784,31425,0);Ke(41788,31430,0);Ke(41792,31435,0);Ke(41796,31439,0);Ke(41800,31448,0);Ke(41804,31458,0);Ke(41808,31463,0);Ke(41812,31468,0);Ke(41816,31471,0);Ke(41820,31479,0);Ke(41824,31499,0);Ke(41828,31513,0);Ke(41832,31525,0);Ke(41836,31540,0);Ke(41840,31549,0);Ke(41844,31555,0);Ke(41848,31562,0);return}
-function eh(a){a=a|0;var b=0;if((i[40480]|0)==0?cK(40480)|0:0){if((i[40488]|0)==0?cK(40488)|0:0){b=44976;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=45144);ob(199,0,w|0)|0}yF(44976,10804);yF(44988,10832);yF(45e3,10860);yF(45012,10892);yF(45024,10932);yF(45036,10968);yF(45048,10996);yF(45060,11032);yF(45072,11048);yF(45084,11064);yF(45096,11080);yF(45108,11096);yF(45120,11112);yF(45132,11128);k[11286]=44976}return k[11286]|0}function fh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;k[c>>2]=a;k[f>>2]=d;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}g=k[a>>2]|0;if(g>>>0>1114111|(g&-2048|0)==55296){a=2;break}do if(g>>>0>=128){if(g>>>0<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>6|192;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}a=k[f>>2]|0;d=e-a|0;if(g>>>0<65536){if((d|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>12|224;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}else{if((d|0)<4){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>18|240;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>12&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}}else{a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=g}while(0);a=(k[c>>2]|0)+4|0;k[c>>2]=a}return a|0}function gh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0;a:do if((k[b>>2]|0)==3){f=+GH(b);e=+GH(c);c=((o[t>>2]=f,k[t>>2]|0)|0)<0;d=c^((o[t>>2]=e,k[t>>2]|0)|0)<0?-0.0:0.0;if((pA(e)|0)!=2){k[a>>2]=3;o[a+8>>2]=f/e;break}switch(pA(f)|0){case 0:{f=+mA(f);k[a>>2]=3;o[a+8>>2]=f;break a}case 2:{f=+FB(B,d);k[a>>2]=3;o[a+8>>2]=f;break a}case 1:case 3:case 4:{f=+FB(C,d);k[a>>2]=3;o[a+8>>2]=f;break a}default:{}}}else{f=+FH(b);d=+FH(c);p[t>>3]=f;c=(k[t+4>>2]|0)<0;p[t>>3]=d;e=c^(k[t+4>>2]|0)<0?-0.0:0.0;if((Ov(d)|0)!=2){k[a>>2]=4;p[a+8>>3]=f/d;break}switch(Ov(f)|0){case 0:{f=+mv(f);k[a>>2]=4;p[a+8>>3]=f;break a}case 2:{f=+Nx(B,e);k[a>>2]=4;p[a+8>>3]=f;break a}case 1:case 3:case 4:{f=+Nx(C,e);k[a>>2]=4;p[a+8>>3]=f;break a}default:{}}}while(0);return}function hh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;if(c){sz(EB(k[a>>2]|0,31235,0)|0,32)|0;PE(Rt(a,k[b>>2]|0)|0,23443)|0}e=b+8|0;d=b+12|0;if((k[d>>2]|0)!=(k[e>>2]|0)){PE(k[a>>2]|0,k[a+12>>2]|0)|0;aC(k[a>>2]|0,31350)|0;f=k[d>>2]|0;d=k[e>>2]|0;while(1){e=k[a>>2]|0;if((d|0)==(f|0))break;e=sz(e,32)|0;PE(e,By(k[d>>2]|0)|0)|0;d=d+4|0}sz(e,41)|0}d=b+4|0;if(k[d>>2]|0){PE(k[a>>2]|0,k[a+12>>2]|0)|0;b=aC(k[a>>2]|0,23395)|0;sz(PE(b,By(k[d>>2]|0)|0)|0,41)|0}if(c)PE(k[a>>2]|0,23450)|0;return}function ih(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+96|0;d=h+76|0;e=h+24|0;f=h+64|0;g=h;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,a,pq(a)|0);if((hl(d)|0)==41e3){WI(d);k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,a,pq(a)|0);a=Up(d)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;Yr(f,b,pq(b)|0);_s(g,c);gA(e,f,g);Aq(a,e);SH(e);sB(g);WI(f);WI(d);r=h;return}else Ha(22417,22457,37,22477)}function jh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;sz(k[a>>2]|0,40)|0;d=rN(k[a>>2]|0)|0;e=b+4|0;PE(PE(d,By(k[e>>2]|0)|0)|0,24830)|0;d=b+8|0;c=i[d>>0]|0;if(!((c&255)>=4?!((c&255)<8&(k[e>>2]|0)==2):0)){switch(c<<24>>24){case 1:{sz(k[a>>2]|0,56)|0;break}case 2:{PE(k[a>>2]|0,24807)|0;break}case 4:{PE(k[a>>2]|0,24810)|0;break}default:Ea()}PE(k[a>>2]|0,i[b+9>>0]|0?24836:24839)|0}c=b+12|0;if(k[c>>2]|0){e=PE(k[a>>2]|0,24813)|0;Oi(e,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[d>>0]|0)){e=PE(k[a>>2]|0,24822)|0;Oi(e,k[c>>2]|0)|0}UC(a);Tv(a,k[b+20>>2]|0);Ix(a);return}function kh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;j=r;r=r+16|0;i=j;g=k[b>>2]|0;f=(g|0)!=0;h=k[c>>2]|0;d=f^(h|0)!=0;if(d|f^1)d=d^1;else{d=k[a>>2]|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))en(d,b);else{k[f>>2]=g;k[e>>2]=(k[e>>2]|0)+4}d=gr(k[a+4>>2]|0,b)|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))en(d,c);else{k[f>>2]=h;k[e>>2]=(k[e>>2]|0)+4}d=k[a+8>>2]|0;g=a+12|0;e=k[g>>2]|0;k[i>>2]=e;f=d+4|0;b=k[f>>2]|0;if(b>>>0<(k[d+8>>2]|0)>>>0){k[b>>2]=e;k[f>>2]=(k[f>>2]|0)+4}else en(d,i);b=k[a+16>>2]|0;d=k[g>>2]|0;k[i>>2]=d;e=b+4|0;f=k[e>>2]|0;if(f>>>0<(k[b+8>>2]|0)>>>0){k[f>>2]=d;k[e>>2]=(k[e>>2]|0)+4}else en(b,i);d=1}r=j;return d|0}function lh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;h=a+4|0;e=b;do if((h|0)!=(b|0)?(g=k[d>>2]|0,f=k[b+16>>2]|0,!(JJ(g,f)|0)):0){if(JJ(f,g)|0)f=1;else{k[c>>2]=e;b=c;break}while(1){if((f|0)<=0)break;f=f+-1|0;e=Kw(e)|0}f=e;if((f|0)!=(h|0)?!(JJ(g,k[f+16>>2]|0)|0):0){b=Fl(a,c,d)|0;break}f=b+4|0;if(!(k[f>>2]|0)){k[c>>2]=b;b=f;break}else{b=e;k[c>>2]=b;break}}else i=3;while(0);do if((i|0)==3){if((k[a>>2]|0)!=(b|0)){e=Jw(b)|0;if(!(JJ(k[e+16>>2]|0,k[d>>2]|0)|0)){b=Fl(a,c,d)|0;break}}if(!(k[b>>2]|0)){k[c>>2]=b;break}else{b=e;k[c>>2]=b;b=b+4|0;break}}while(0);return b|0}function mh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+48|0;b=f+32|0;c=f;d=f+8|0;e=a+12|0;if(i[e>>0]|0){g=PE(42756,14010)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(b);Hm(g,h);Qp(g)}k[d>>2]=3244;k[d+4>>2]=a;k[d+16>>2]=d;ji(c,d);sB(d);if(!(i[e>>0]|0)){b=c;a=k[b+4>>2]|0;b=k[b>>2]|0}else{g=PE(42756,16236)|0;a=c;h=k[a>>2]|0;a=k[a+4>>2]|0;g=PE(Ii(g,h,a)|0,14025)|0;e=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(g,e);Qp(g);b=h}M=a;r=f;return b|0}function nh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;m=o+16|0;i=o+40|0;n=o;k[a>>2]=b;j=a+4|0;k[j>>2]=0;l=a+8|0;k[l>>2]=0;k[a+12>>2]=0;f=a+20|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[a+36>>2]=c;k[a+32>>2]=k[b+80>>2];f=b+48|0;g=b+52|0;h=a+12|0;e=0;while(1){d=k[f>>2]|0;if(e>>>0>=(k[g>>2]|0)-d>>2>>>0)break;k[i>>2]=3508;Pg(m,i,k[(k[d+(e<<2)>>2]|0)+8>>2]|0);d=k[l>>2]|0;if(d>>>0<(k[h>>2]|0)>>>0){k[d>>2]=k[m>>2];k[d+4>>2]=k[m+4>>2];k[d+8>>2]=k[m+8>>2];k[d+12>>2]=k[m+12>>2];k[l>>2]=(k[l>>2]|0)+16}else ml(j,m);e=e+1|0}Jb[k[k[c>>2]>>2]&511](c,b);d=k[b+104>>2]|0;if(d|0){k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;Ps(n,a,d,m);uz(m)}r=o;return}function oh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+1040|0;l=o+8|0;m=o;f=k[b>>2]|0;k[m>>2]=f;n=(a|0)!=0;h=n?d:256;a=n?a:l;g=f;a:do if((h|0)!=0&(f|0)!=0){d=0;j=h;i=g;while(1){g=c>>>2;h=g>>>0>=j>>>0;if(!(c>>>0>131|h)){h=j;g=i;break a}f=h?j:g;c=c-f|0;f=Vd(a,m,f,e)|0;if((f|0)==-1)break;g=(a|0)==(l|0);h=j-(g?0:f)|0;a=g?a:a+(f<<2)|0;d=f+d|0;g=k[m>>2]|0;f=g;if((h|0)!=0&(g|0)!=0){j=h;i=g}else break a}f=k[m>>2]|0;d=-1;h=0;g=f}else d=0;while(0);b:do if((g|0)!=0?(h|0)!=0&(c|0)!=0:0){i=a;while(1){a=wh(i,g,c,e)|0;if((a+2|0)>>>0<3)break;g=g+a|0;k[m>>2]=g;c=c-a|0;h=h+-1|0;d=d+1|0;f=g;if(!((h|0)!=0&(c|0)!=0))break b;else i=i+4|0}switch(a|0){case -1:{d=-1;break b}case 0:{k[m>>2]=0;f=0;break b}default:{k[e>>2]=0;break b}}}while(0);if(n)k[b>>2]=f;r=o;return d|0}function ph(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;vd(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(XH(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{vd(a,b,c);break}}else{vd(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function qh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){h=k[a+8>>2]|0;Fb[k[(k[h>>2]|0)+24>>2]&3](h,b,c,d,e);break}if((k[b+16>>2]|0)!=(c|0)?(h=b+20|0,(k[h>>2]|0)!=(c|0)):0){k[b+32>>2]=d;g=b+44|0;if((k[g>>2]|0)==4)break;f=b+52|0;i[f>>0]=0;d=b+53|0;i[d>>0]=0;a=k[a+8>>2]|0;Eb[k[(k[a>>2]|0)+20>>2]&15](a,b,c,c,1,e);if(i[d>>0]|0)if(!(i[f>>0]|0)){f=1;d=13}else d=17;else{f=0;d=13}do if((d|0)==13){k[h>>2]=c;c=b+40|0;k[c>>2]=(k[c>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0){i[b+54>>0]=1;if(f){d=17;break}else{f=4;break}}if(f)d=17;else f=4}while(0);if((d|0)==17)f=3;k[g>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function rh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;j=l;h=yN()|0;if((h|0)==(k[a+20>>2]|0)){i=b+7&-8;c=a+12|0;f=0;g=k[c>>2]|0;while(1){if(g>>>0>i>>>0)break;h=g<<1;k[c>>2]=h;f=1;g=h}b=a+4|0;h=k[b>>2]|0;c=h;if(!((h|0)!=(k[a>>2]|0)?(e=a+16|0,d=k[e>>2]|0,!(f|(d+i|0)>>>0>=g>>>0)):0)){d=lN(g)|0;k[j>>2]=d;if(c>>>0<(k[a+8>>2]|0)>>>0){k[h>>2]=d;c=(k[b>>2]|0)+4|0;k[b>>2]=c}else{en(a,j);c=k[b>>2]|0}e=a+16|0;k[e>>2]=0;d=0}c=(k[c+-4>>2]|0)+d|0;k[e>>2]=d+i}else{g=0;c=a;a:while(1){while(1){if((h|0)==(k[c+20>>2]|0)){i=9;break a}f=c+24|0;d=k[f>>2]|0;if(!d)break;else c=d}if(!g){d=VC(28)|0;xE(d)}else d=g;e=k[f>>2]|0;if(!e)k[f>>2]=d;if(!e)break;g=d;c=e}if((i|0)==9?g|0:0){TB(g);oN(g)}c=rh(c,b)|0}r=l;return c|0}function sh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+12|0;e=h;g=a+16|0;c=k[g>>2]|0;f=a+8|0;b=k[f>>2]|0;if(c>>>0>=((k[b+4>>2]|0)-(k[b>>2]|0)|0)>>>0){h=Ia(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Yr(e,14041,23);yC(h,e);pb(h|0,8,183)}if(i[a+12>>0]|0){c=PE(42756,14065)|0;c=PE(Pi(c,l[(k[k[f>>2]>>2]|0)+(k[g>>2]|0)>>0]|0)|0,14075)|0;c=PE(Oi(c,k[g>>2]|0)|0,38365)|0;b=oF(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=WH(b,43460)|0;b=Rb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;YK(d);Hm(c,b);Qp(c);c=k[g>>2]|0;b=k[f>>2]|0}k[g>>2]=c+1;r=h;return i[(k[b>>2]|0)+c>>0]|0}function th(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=Tb[h&31](a,j,c,d,e&1)|0}else{c=oF(c)|0;a=WH(c,43476)|0;mD(c);c=k[a>>2]|0;if(e)Jb[k[c+24>>2]&511](j,a);else Jb[k[c+28>>2]&511](j,a);g=j+11|0;c=i[g>>0]|0;if(c<<24>>24<0){a=k[j>>2]|0;h=8}else a=j;while(1){h=c<<24>>24<0;if((a|0)==((h?k[j>>2]|0:j)+(h?k[j+4>>2]|0:c&255)|0))break;c=i[a>>0]|0;d=k[b>>2]|0;do if(d|0){f=d+24|0;e=k[f>>2]|0;if((e|0)!=(k[d+28>>2]|0)){k[f>>2]=e+1;i[e>>0]=c;break}if((Rb[k[(k[d>>2]|0)+52>>2]&31](d,c&255)|0)==-1)k[b>>2]=0}while(0);c=i[g>>0]|0;a=a+1|0;h=8}a=k[b>>2]|0;WI(j)}r=l;return a|0}function uh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=k[b+4>>2]|0;d=k[c+4>>2]|0;l=j+-1|0;m=(l&j|0)==0;if(m)g=l&d;else g=(d>>>0)%(j>>>0)|0;f=(k[b>>2]|0)+(g<<2)|0;n=k[f>>2]|0;while(1){d=k[n>>2]|0;if((d|0)==(c|0))break;else n=d}h=b+8|0;if((n|0)!=(h|0)){d=k[n+4>>2]|0;if(m)d=d&l;else d=(d>>>0)%(j>>>0)|0;if((d|0)==(g|0))f=c;else e=12}else e=12;do if((e|0)==12){d=k[c>>2]|0;if(d|0){d=k[d+4>>2]|0;if(m)d=d&l;else d=(d>>>0)%(j>>>0)|0;if((d|0)==(g|0)){f=c;break}}k[f>>2]=0;f=c}while(0);e=k[f>>2]|0;d=e;if(e){e=k[e+4>>2]|0;if(m)e=e&l;else e=(e>>>0)%(j>>>0)|0;if((e|0)!=(g|0)){k[(k[b>>2]|0)+(e<<2)>>2]=n;d=k[c>>2]|0}}k[n>>2]=d;k[f>>2]=0;b=b+12|0;k[b>>2]=(k[b>>2]|0)+-1;k[a>>2]=c;k[a+4>>2]=h;i[a+8>>0]=1;return}function vh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=Tb[h&31](a,j,c,d,e&1)|0}else{c=oF(c)|0;a=WH(c,43500)|0;mD(c);c=k[a>>2]|0;if(e)Jb[k[c+24>>2]&511](j,a);else Jb[k[c+28>>2]&511](j,a);g=j+8+3|0;a=i[g>>0]|0;c=k[j>>2]|0;h=j+4|0;e=a<<24>>24<0?c:j;while(1){f=a<<24>>24<0;if((e|0)==((f?c:j)+((f?k[h>>2]|0:a&255)<<2)|0))break;a=k[e>>2]|0;c=k[b>>2]|0;if(c|0){d=c+24|0;f=k[d>>2]|0;if((f|0)==(k[c+28>>2]|0))a=Rb[k[(k[c>>2]|0)+52>>2]&31](c,a)|0;else{k[d>>2]=f+4;k[f>>2]=a}if((a|0)==-1)k[b>>2]=0}e=e+4|0;a=i[g>>0]|0;c=k[j>>2]|0}a=k[b>>2]|0;LI(j)}r=l;return a|0}function wh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;e=j;g=(d|0)==0?41900:d;d=k[g>>2]|0;a:do if(!b)if(!d)d=0;else h=15;else{f=(a|0)==0?e:a;if(!c)d=-2;else{if(!d){d=i[b>>0]|0;a=d&255;if(d<<24>>24>-1){k[f>>2]=a;d=d<<24>>24!=0&1;break}d=a+-194|0;if(d>>>0>50){h=15;break}d=k[4880+(d<<2)>>2]|0;e=c+-1|0;if(e){b=b+1|0;h=9}}else{e=c;h=9}b:do if((h|0)==9){a=i[b>>0]|0;l=(a&255)>>>3;if((l+-16|l+(d>>26))>>>0>7){h=15;break a}while(1){b=b+1|0;d=(a&255)+-128|d<<6;e=e+-1|0;if((d|0)>=0)break;if(!e)break b;a=i[b>>0]|0;if((a&-64)<<24>>24!=-128){h=15;break a}}k[g>>2]=0;k[f>>2]=d;d=c-e|0;break a}while(0);k[g>>2]=d;d=-2}}while(0);if((h|0)==15){k[g>>2]=0;d=FI()|0;k[d>>2]=84;d=-1}r=j;return d|0}function xh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;e=a+16|0;d=k[e>>2]|0;f=d;g=b+16|0;do if((d|0)==(a|0))if((k[g>>2]|0)==(b|0)){Jb[k[(k[d>>2]|0)+12>>2]&511](d,c);f=k[e>>2]|0;Ib[k[(k[f>>2]|0)+16>>2]&255](f);k[e>>2]=0;f=k[g>>2]|0;Jb[k[(k[f>>2]|0)+12>>2]&511](f,a);f=k[g>>2]|0;Ib[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=0;k[e>>2]=a;Jb[k[(k[c>>2]|0)+12>>2]&511](c,b);Ib[k[(k[c>>2]|0)+16>>2]&255](c);k[g>>2]=b;break}else{Jb[k[(k[d>>2]|0)+12>>2]&511](d,b);g=k[e>>2]|0;Ib[k[(k[g>>2]|0)+16>>2]&255](g);g=b+16|0;k[e>>2]=k[g>>2];k[g>>2]=b;break}else{c=k[g>>2]|0;if((c|0)==(b|0)){Jb[k[(k[c>>2]|0)+12>>2]&511](c,a);f=k[g>>2]|0;Ib[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=k[e>>2];k[e>>2]=a;break}else{k[e>>2]=c;k[g>>2]=f;break}}while(0);r=h;return}function yh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;g=r;r=r+16|0;c=g;if(i[a+8>>0]|0){f=PE(42756,15377)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(c);Hm(f,e);Qp(f)}c=b+32|0;if(k[c>>2]|0)Dg(a,c);Dg(a,b+28|0);f=a+4|0;d=cj(k[f>>2]|0,8)|0;c=Mk(d,(k[c>>2]|0)!=0&1)|0;d=b+8|0;e=b+16|0;Mk(c,k[e>>2]|0)|0;e=k[e>>2]|0;c=0;while(1){if((c|0)==(e|0))break;h=EE(d,c)|0;j=k[f>>2]|0;og(j,Jk(a,k[h>>2]|0)|0);c=c+1|0}j=k[f>>2]|0;og(j,Jk(a,k[b+24>>2]|0)|0);r=g;return}function zh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=PE(42756,14010)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(b);Hm(g,h);Qp(g)}k[d>>2]=3156;k[d+4>>2]=a;k[d+16>>2]=d;Sp(c,d);sB(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=PE(42756,14081)|0;a=k[c>>2]|0;h=PE(Oi(h,a)|0,14025)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(b);Hm(h,g);Qp(h)}r=f;return a|0}function Ah(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=PE(42756,14010)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(b);Hm(g,h);Qp(g)}k[d>>2]=3200;k[d+4>>2]=a;k[d+16>>2]=d;Dm(c,d);sB(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=PE(42756,14081)|0;a=k[c>>2]|0;h=PE(Pi(h,a)|0,14025)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(b);Hm(h,g);Qp(h)}r=f;return a|0}function Bh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;f=((k[a+4>>2]|0)-(k[a>>2]|0)>>2)+-2|0;a:while(1){if((f|0)<=-1){i=14;break}h=k[a>>2]|0;c=k[h+(f<<2)>>2]|0;h=k[h+(f+1<<2)>>2]|0;switch(k[c>>2]|0){case 1:{e=cI(c)|0;d=e+12|0;e=e+20|0;c=0;while(1){if(c>>>0>=((k[e>>2]|0)+-1|0)>>>0)break;j=EE(d,c)|0;if((k[j>>2]|0)==(h|0)){g=0;break a}else c=c+1|0}j=iE(d)|0;if((k[j>>2]|0)!=(h|0)){i=8;break a}break}case 2:{c=lI(c)|0;if((h|0)==(k[c+8>>2]|0)){g=1;break a}d=k[c+16>>2]|0;if(!d){g=0;break a}if(!((h|0)==(d|0)?1:(h|0)==(k[c+12>>2]|0))){i=12;break a}break}default:{g=1;break a}}f=f+-1|0}if((i|0)==8)Ha(27339,27367,349,27383);else if((i|0)==12)Ha(27396,27367,355,27383);else if((i|0)==14)g=(k[b+4>>2]|0)!=0;return g|0}function Ch(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;l=m+8|0;j=m;h=ln(b,1)|0;if(!(i[h>>0]|0)){c=kC(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+16>>2]=0;k[c+4>>2]=1;d=1}else{c=Yb(a,ln(b,1)|0)|0;d=2}k[l>>2]=c;k[l+4>>2]=0;f=l+8|0;k[f>>2]=0;k[l+12>>2]=0;g=l+4|0;h=l+12|0;while(1){e=(Hq(b)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;c=Dn(a,ln(b,d)|0)|0;k[j>>2]=c;e=k[f>>2]|0;if(e>>>0<(k[h>>2]|0)>>>0){k[e>>2]=c;k[f>>2]=(k[f>>2]|0)+4}else en(g,j);d=d+1|0}c=k[a>>2]|0;d=c+72|0;e=k[d>>2]|0;if((e|0)==(k[c+76>>2]|0))lm(c+68|0,l);else{PH(e,l);k[d>>2]=(k[d>>2]|0)+16}qA(l+4|0);r=m;return}function Dh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g+12|0;d=g;a:do if(!(i[b+24>>0]|0)){c=np(iI(b)|0)|0;if(!(SD(k[a>>2]|0,c)|0)){g=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,17801,16);f=k[b+28>>2]|0;b=k[b+32>>2]|0;Hu(g,d);k[g+12>>2]=f;k[g+16>>2]=b;pb(g|0,8,183)}}else{e=oI(b)|0;d=k[a>>2]|0;a=k[d+48>>2]|0;d=(k[d+52>>2]|0)-a>>2;c=0;while(1){if(c>>>0>=d>>>0)break;if((k[k[a+(c<<2)>>2]>>2]|0)==(e|0))break a;c=c+1|0}g=Ia(20)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;Yr(f,17785,15);e=k[b+28>>2]|0;b=k[b+32>>2]|0;Hu(g,f);k[g+12>>2]=e;k[g+16>>2]=b;pb(g|0,8,183)}while(0);r=g;return c|0}function Eh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>3;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>3>>>0){qw(a);if(e>>>0>536870911)EL();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>2;lz(a,j>>3>>>0<268435455?(l>>>0<e>>>0?e:l):536870911);yx(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>3;h=e>>>0>g>>>0;g=h?b+(g<<3)|0:c;d=g-f|0;e=d>>3;if(e|0)qy(j|0,b|0,d|0)|0;e=i+(e<<3)|0;if(h){yx(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-8|0;k[l>>2]=c;d=c}}while(0);return}function Fh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[10351]|0;b=k[10350]|0;if(((d-b|0)/20|0)>>>0<a>>>0){e=k[10349]|0;c=(b-e|0)/20|0;b=c+a|0;if(b>>>0>214748364)EL();e=(d-e|0)/20|0;d=e<<1;dq(f,e>>>0<107374182?(d>>>0<b>>>0?b:d):214748364,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;o[e+16>>2]=1.0;b=b+-1|0;if(!b)break;else e=e+20|0}k[d>>2]=c+(a*20|0);fn(f);xt(f)}else St(a);r=g;return}function Gh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;e=l;j=a+4|0;h=(k[j>>2]|0)-(k[a>>2]|0)>>2;c=k[b>>2]|0;d=(k[b+4>>2]|0)-c|0;a:do if(!h){if(!d)Ha(30746,30649,142,30767);while(1){if(BC(k[c+16>>2]|0)|0)break a;c=k[b>>2]|0}}else{if(((d|0)/24|0|0)!=(h|0))Ha(30772,30649,149,30767);f=a+12|0;if(i[f>>0]|0)Ha(30796,30649,150,30767);i[f>>0]=1;g=a+16|0;HM(g);CB(a);c=0;while(1){if(c>>>0>=h>>>0)break;d=k[(k[a>>2]|0)+(c<<2)>>2]|0;_s(e,(k[b>>2]|0)+(c*24|0)|0);fA(d,e);sB(e);c=c+1|0}c=a+44|0;d=a+92|0;while(1){if((k[d>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;PI(c,g,1)}i[f>>0]=0;AJ(g)}while(0);r=l;return}function Hh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;i[b+12>>0]=(b|0)==(a|0)&1;e=b;while(1){if((e|0)==(a|0))break;c=k[e+8>>2]|0;g=c+12|0;if(i[g>>0]|0)break;f=c+8|0;b=k[f>>2]|0;d=k[b>>2]|0;if((d|0)==(c|0)){d=k[b+4>>2]|0;if(!d){h=8;break}d=d+12|0;if(i[d>>0]|0){h=8;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}else{if(!d){h=14;break}d=d+12|0;if(i[d>>0]|0){h=14;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}}if((h|0)==8){if((k[c>>2]|0)!=(e|0)){Lu(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;uu(b)}else if((h|0)==14){if((k[c>>2]|0)==(e|0)){uu(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;Lu(b)}return}function Ih(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;c=k[10250]|0;do if(c){h=i[b+11>>0]|0;g=h<<24>>24<0;h=g?k[b+4>>2]|0:h&255;g=g?k[b>>2]|0:b;while(1){d=c+16|0;b=i[d+11>>0]|0;e=b<<24>>24<0;b=e?k[c+20>>2]|0:b&255;d=e?k[d>>2]|0:d;e=b>>>0<h>>>0;j=CH(g,d,e?b:h)|0;f=h>>>0<b>>>0;if((((j|0)==0?(f?-2147483648:0):j)|0)<0){b=k[c>>2]|0;if(!b){b=5;break}else c=b}else{j=CH(d,g,f?h:b)|0;if((((j|0)==0?(e?-2147483648:0):j)|0)>=0){b=10;break}d=c+4|0;b=k[d>>2]|0;if(!b){b=9;break}else c=b}}if((b|0)==5){k[a>>2]=c;break}else if((b|0)==9){k[a>>2]=c;c=d;break}else if((b|0)==10){k[a>>2]=c;c=a;break}}else{k[a>>2]=41e3;c=41e3}while(0);return c|0}function Jh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;l=b+4|0;n=c+4|0;at(a,((k[n>>2]|0)-(k[c>>2]|0)>>2)+((k[l>>2]|0)-(k[b>>2]|0)>>2)|0);m=k[b>>2]|0;l=(k[l>>2]|0)-m>>2;i=k[c>>2]|0;j=(k[n>>2]|0)-i>>2;b=0;d=0;e=0;while(1){if(!(e>>>0<l>>>0&d>>>0<j>>>0))break;f=k[m+(e<<2)>>2]|0;g=k[i+(d<<2)>>2]|0;do if(f>>>0>=g>>>0){h=(k[a>>2]|0)+(b<<2)|0;if(f>>>0>g>>>0){k[h>>2]=g;d=d+1|0;break}else{k[h>>2]=f;d=d+1|0;e=e+1|0;break}}else{k[(k[a>>2]|0)+(b<<2)>>2]=f;e=e+1|0}while(0);b=b+1|0}while(1){if(e>>>0>=l>>>0)break;k[(k[a>>2]|0)+(b<<2)>>2]=k[m+(e<<2)>>2];b=b+1|0;e=e+1|0}e=k[c>>2]|0;f=(k[n>>2]|0)-e>>2;while(1){if(d>>>0>=f>>>0)break;k[(k[a>>2]|0)+(b<<2)>>2]=k[e+(d<<2)>>2];d=d+1|0;b=b+1|0}at(a,b);return}function Kh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;if((a|0)==(k[b+8>>2]|0))Km(b,c,d,e);else{r=b+52|0;m=j[r>>1]|0;h=m&255;l=b+53|0;m=(m&65535)>>>8&255;q=k[a+12>>2]|0;n=a+16+(q<<3)|0;i[r>>0]=0;i[l>>0]=0;qu(a+16|0,b,c,d,e,f);a:do if((q|0)>1){o=b+24|0;p=a+8|0;q=b+54|0;a=a+24|0;do{if(i[q>>0]|0)break a;g=j[r>>1]|0;if(!((g&255)<<24>>24)){if((g&65535)>=256?(k[p>>2]&1|0)==0:0)break a}else{if((k[o>>2]|0)==1)break a;if(!(k[p>>2]&2))break a}i[r>>0]=0;i[l>>0]=0;qu(a,b,c,d,e,f);a=a+8|0}while(a>>>0<n>>>0)}while(0);i[r>>0]=h;i[l>>0]=m}return}function Lh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=c+4|0;d=(k[e>>2]|0)-(k[c>>2]|0)|0;mt(c,d+b|0);d=(k[c>>2]|0)+d|0;a:while(1){b=i[a>>0]|0;b:do switch(b<<24>>24){case 0:break a;case 92:{b=i[a+1>>0]|0;switch(b<<24>>24){case 34:{i[d>>0]=34;a=a+2|0;break b}case 39:{i[d>>0]=39;a=a+2|0;break b}case 92:{i[d>>0]=92;a=a+2|0;break b}case 110:{i[d>>0]=10;a=a+2|0;break b}case 116:{i[d>>0]=9;a=a+2|0;break b}default:{b=((Az(b)|0)<<4)+(Az(i[a+2>>0]|0)|0)&255;i[d>>0]=b;a=a+3|0;break b}}}default:{i[d>>0]=b;a=a+1|0}}while(0);d=d+1|0}a=k[c>>2]|0;b=a;if(d>>>0<a>>>0)Ha(13815,13652,1304,13836);a=d-b|0;if(a>>>0>((k[e>>2]|0)-b|0)>>>0)Ha(13851,13652,1306,13836);else{mt(c,a);return}}function Mh(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=PE(42756,14010)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(d);Hm(g,h);Qp(g)}g=ni(a)|0;k[c>>2]=2;h=c+8|0;k[h>>2]=g;k[h+4>>2]=M;b=+pH(c);if(i[e>>0]|0){h=PE(Ri(PE(42756,16440)|0,b)|0,14025)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(h,g);Qp(h)}r=f;return +b}function Nh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+tC(d);p[t>>3]=f;e=k[t+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[t>>2]|0)>>>0>0)Jb[k[k[b>>2]>>2]&511](b,18544);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(iJ(xH(d)|0)|0))Jb[k[k[b>>2]>>2]&511](b,18563)}else{d=zE(d)|0;if(!(JC(d,M)|0))Jb[k[k[b>>2]>>2]&511](b,18563)}k[a>>2]=1;k[a+8>>2]=~~f>>>0}else{if(e){if(!(gJ(xH(d)|0)|0))Jb[k[k[b>>2]>>2]&511](b,18588)}else{d=zE(d)|0;if(!(iD(d,M)|0))Jb[k[k[b>>2]>>2]&511](b,18588)}c=+O(f)>=1.0?(f>0.0?~~+aa(+N(f/4294967296.0),4294967295.0)>>>0:~~+_((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function Oh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){Pg(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){Pg(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=Cy(a)|0;if((b|0)==0&(M|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function Ph(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+tC(d);p[t>>3]=f;e=k[t+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[t>>2]|0)>>>0>0)Jb[k[k[b>>2]>>2]&511](b,18460);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(jJ(xH(d)|0)|0))Jb[k[k[b>>2]>>2]&511](b,18479)}else{d=zE(d)|0;if(!(KC(d,M)|0))Jb[k[k[b>>2]>>2]&511](b,18479)}k[a>>2]=1;k[a+8>>2]=~~f}else{if(e){if(!(hJ(xH(d)|0)|0))Jb[k[k[b>>2]>>2]&511](b,18504)}else{d=zE(d)|0;if(!(jD(d,M)|0))Jb[k[k[b>>2]>>2]&511](b,18504)}c=+O(f)>=1.0?(f>0.0?~~+aa(+N(f/4294967296.0),4294967295.0)>>>0:~~+_((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function Qh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){k[d>>2]=b;if(i[a+44>>0]|0)if((AE(d,4,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+4|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=Ob[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((AE(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((AE(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function Rh(a,b){a=a|0;b=b|0;var c=0,d=0;c=(Hq(b)|0)+8|0;do if((k[c>>2]|0)!=1){c=(ln(b,1)|0)+24|0;if(!(i[c>>0]|0)){c=oI(ln(b,1)|0)|0;if((c|0)==(k[10454]|0)){Ch(a,ln(b,2)|0);c=k[a>>2]|0;b=k[c+68>>2]|0;b=wE(c+64|0,(k[b+8>>2]|0)-(k[b+4>>2]|0)>>2,0)|0;k[c+60>>2]=k[b>>2];break}c=(Hq(b)|0)+8|0;c=oI(ln(b,(k[c>>2]|0)+-1|0)|0)|0;if((c|0)==(k[10454]|0)){d=(k[a>>2]|0)+60|0;c=np(iI(ln(b,1)|0)|0)|0;wE(d,c,((c|0)<0)<<31>>31)|0;a=(k[a>>2]|0)+64|0;c=np(iI(ln(b,2)|0)|0)|0;wE(a,c,((c|0)<0)<<31>>31)|0;break}}Ch(a,b);d=k[a>>2]|0;c=k[d+68>>2]|0;c=wE(d+64|0,(k[c+8>>2]|0)-(k[c+4>>2]|0)>>2,0)|0;k[d+60>>2]=k[c>>2]}while(0);return}function Sh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){i[d>>0]=b;if(i[a+44>>0]|0)if((AE(d,1,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+1|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=Ob[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((AE(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((AE(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function Th(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+64|0;d=i+56|0;e=i+44|0;f=i+16|0;g=i;h=i+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;yi(f,b,c+8|0,e);if(!(k[f+16>>2]|0)){j=k[b+4>>2]|0;f=k[j+36>>2]|0;b=k[(k[f>>2]|0)+4>>2]|0;j=k[j>>2]|0;k[h>>2]=k[c+24>>2];k[d>>2]=k[h>>2];h=Yw(j,d)|0;Qb[b&31](g,f,h,e);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}uz(e);r=i;return}function Uh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;j=m;l=b+12|0;i=b+20|0;e=a+36|0;f=j+4|0;g=j+8|0;h=j+12|0;b=0;while(1){if(b>>>0>=(k[i>>2]|0)>>>0)break;c=EE(l,b)|0;c=k[c>>2]|0;if(!((c|0)==0|(k[c>>2]|0)!=1)?(k[c+8>>2]|0)==0:0){k[j>>2]=(k[e>>2]|0)+108;k[f>>2]=0;k[g>>2]=0;k[h>>2]=0;a=0;while(1){if((a|0)==(b|0))break;d=EE(l,a)|0;xx(j,k[d>>2]|0);a=a+1|0}c=c+12|0;d=k[c+8>>2]|0;a=0;while(1){if((a|0)==(d|0))break;n=EE(c,a)|0;xx(j,k[n>>2]|0);a=a+1|0}while(1){b=b+1|0;if(b>>>0>=(k[i>>2]|0)>>>0)break;n=EE(l,b)|0;xx(j,k[n>>2]|0)}Qt(l,j);b=0;continue}b=b+1|0}r=m;return}function Vh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;i=l+4|0;j=l;h=b+16|0;g=k[h>>2]|0;if((k[b+20>>2]|0)-g>>2>>>0<=c>>>0){Jb[k[(k[b>>2]|0)+24>>2]&511](b,19229);g=k[h>>2]|0}h=k[f>>2]|0;k[j>>2]=k[g+(c<<2)>>2];k[i>>2]=k[j>>2];j=Ow(h,i)|0;c=k[j+32>>2]|0;if(c|0?(c|0)!=(k[d>>2]|0):0)Jb[k[(k[b>>2]|0)+24>>2]&511](b,19248);h=j+8|0;i=j+12|0;if(((k[i>>2]|0)-(k[h>>2]|0)>>2|0)!=((k[e+4>>2]|0)-(k[e>>2]|0)>>4|0))Jb[k[(k[b>>2]|0)+24>>2]&511](b,19271);g=0;while(1){c=k[h>>2]|0;if(g>>>0>=(k[i>>2]|0)-c>>2>>>0)break;if((k[c+(g<<2)>>2]|0)!=(k[(k[e>>2]|0)+(g<<4)>>2]|0))Jb[k[(k[b>>2]|0)+24>>2]&511](b,19304);g=g+1|0}yf(a,f,k[j>>2]|0,e);r=l;return}function Wh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=sz(EB(k[a>>2]|0,31280,0)|0,32)|0;Oi(c,k[b>>2]|0)|0;c=b+4|0;switch(k[c>>2]|0){case -1:case 0:break;default:Oi(sz(k[a>>2]|0,32)|0,k[c>>2]|0)|0}PE(k[a>>2]|0,23410)|0;QB(k[a>>2]|0,k[a+4>>2]|0);e=k[b+12>>2]|0;b=k[b+8>>2]|0;while(1){if((b|0)==(e|0))break;EB(k[a>>2]|0,23421,1)|0;qf(a,k[b>>2]|0);d=k[b+8>>2]|0;c=k[b+4>>2]|0;while(1){if((c|0)==(d|0))break;f=k[c>>2]|0;sz(k[a>>2]|0,32)|0;Rt(a,f)|0;c=c+4|0}sz(k[a>>2]|0,41)|0;b=b+16|0}return}function Xh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;h=r;r=r+64|0;d=h+40|0;e=h;f=h+24|0;g=h+56|0;vd(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){j=k[b+4>>2]|0;b=k[j+36>>2]|0;i=k[(k[b>>2]|0)+12>>2]|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];e=vj(j,c,d)|0;k[g>>2]=e;k[d>>2]=k[g>>2];Qb[i&31](f,b,c,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=h;return}function Yh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;k[g>>2]=c;k[h>>2]=d;f=(k[b+12>>2]|0)-(k[b+8>>2]|0)>>2;b=f>>>0>d>>>0;do if(f>>>0<=c>>>0|b){e=f>>>0>c>>>0;if(f>>>0<=d>>>0|e){if(b&e){b=c>>>0<d>>>0;break}b=a+40|0;e=Fs(b,g)|0;e=k[e>>2]|0;d=Fs(b,h)|0;d=(e|0)==(k[d>>2]|0);e=Fs(b,g)|0;e=k[e>>2]|0;if(!d){b=Fs(b,h)|0;b=e>>>0>(k[b>>2]|0)>>>0;break}if(!e){b=(k[g>>2]|0)>>>0<(k[h>>2]|0)>>>0;break}else{b=a+52|0;g=Fs(b,g)|0;g=k[g>>2]|0;b=Fs(b,h)|0;b=g>>>0<(k[b>>2]|0)>>>0;break}}else b=0}else b=1;while(0);r=i;return b|0}function Zh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>2;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>2>>>0){Lw(a);if(e>>>0>1073741823)EL();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>1;eA(a,j>>2>>>0<536870911?(l>>>0<e>>>0?e:l):1073741823);py(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>2;h=e>>>0>g>>>0;g=h?b+(g<<2)|0:c;d=g-f|0;e=d>>2;if(e|0)qy(j|0,b|0,d|0)|0;e=i+(e<<2)|0;if(h){py(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-4|0;k[l>>2]=c;d=c}}while(0);return}function _h(a){a=a|0;Uy(a+184|0);Ly(a+172|0);Vy(a+160|0);Ty(a+148|0);Ay(a+136|0);TB(a+108|0);Mw(a+88|0);Pw(a+68|0);fu(a+48|0);rt(a+36|0);fu(a+24|0);fu(a+12|0);Es(a);return}function $h(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;c=h+12|0;g=h;do if(!(i[b+24>>0]|0)){e=iI(b)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,e,pq(e)|0);e=fl(c)|0;f=M;WI(c);c=k[a+68>>2]|0;d=(k[a+72>>2]|0)-c>>2;if(f>>>0>0|(f|0)==0&e>>>0>d>>>0){h=Ia(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;Yr(g,17612,13);e=k[b+28>>2]|0;f=k[b+32>>2]|0;Hu(h,g);k[h+12>>2]=e;k[h+16>>2]=f;pb(h|0,8,183)}if((e|0)==(d|0)&(f|0)==0){i[a+80>>0]=1;c=k[10455]|0;break}else{g=rG(d+-1|0,0,e|0,f|0)|0;c=k[c+(g<<2)>>2]|0;break}}else c=oI(b)|0;while(0);r=h;return c|0}function ai(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+272|0;i=m+8|0;j=m;e=k[b>>2]|0;k[j>>2]=e;l=(a|0)!=0;g=l?d:256;a=l?a:i;f=e;a:do if((g|0)!=0&(e|0)!=0){d=0;h=a;while(1){a=c>>>0>=g>>>0;if(!(a|c>>>0>32)){a=h;break a}e=a?g:c;c=c-e|0;e=jg(h,j,e)|0;if((e|0)==-1)break;a=(h|0)==(i|0);g=g-(a?0:e)|0;a=a?h:h+e|0;d=e+d|0;f=k[j>>2]|0;e=f;if((g|0)!=0&(f|0)!=0)h=a;else break a}e=k[j>>2]|0;a=h;d=-1;g=0;f=e}else d=0;while(0);b:do if((f|0)!=0?(g|0)!=0&(c|0)!=0:0){h=c;while(1){c=En(a,k[f>>2]|0)|0;if((c+1|0)>>>0<2)break;f=f+4|0;k[j>>2]=f;h=h+-1|0;g=g-c|0;d=d+1|0;e=f;if(!((g|0)!=0&(h|0)!=0))break b;else a=a+c|0}if(!c){k[j>>2]=0;e=0}else d=-1}while(0);if(l)k[b>>2]=e;r=m;return d|0}function bi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;EB(k[a>>2]|0,24942,0)|0;c=b+8|0;if(!(k[c>>2]|0)){c=b+12|0;if(k[c>>2]|0)e=5}else{d=sz(k[a>>2]|0,32)|0;fz(d,k[c>>2]|0)|0;c=b+12|0;if(!(k[c>>2]|0))Ha(24947,24961,156,24982);else e=5}if((e|0)==5){d=sz(k[a>>2]|0,32)|0;fz(d,k[c>>2]|0)|0}UC(a);c=k[b+16>>2]|0;b=(k[c>>2]|0)==1?c:0;a:do if((i[a+20>>0]|0)==0&(b|0)!=0?(k[b+8>>2]|0)==0:0){d=b+12|0;b=k[b+20>>2]|0;c=0;while(1){if((c|0)==(b|0))break a;f=EE(d,c)|0;Tv(a,k[f>>2]|0);c=c+1|0}}else e=11;while(0);if((e|0)==11)Tv(a,c);Ix(a);return}function ci(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=PE(42756,14010)|0;h=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=WH(h,43460)|0;h=Rb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;YK(d);Hm(g,h);Qp(g)}h=li(a)|0;k[c>>2]=1;k[c+8>>2]=h;b=+qH(c);if(i[e>>0]|0){h=PE(Ri(PE(42756,16390)|0,b)|0,14025)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(h,g);Qp(h)}r=f;return +b}function di(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=a+8|0;g=j+3|0;e=i[g>>0]|0;f=e<<24>>24<0;if(f){l=k[a+4>>2]|0;c=(k[j>>2]&2147483647)+-1|0}else{l=e&255;c=1}b=l>>>0<2;h=b?1:(l+4&-4)+-1|0;do if((h|0)!=(c|0)){do if(b){b=k[a>>2]|0;if(f){e=0;c=b;d=a;f=13}else{UJ(a,b,(e&255)+1|0);oN(b);f=16}}else{c=h+1|0;if(c>>>0>1073741823)Ha(37454,37491,1734,37571);d=VC(c<<2)|0;if(f){e=1;c=k[a>>2]|0;f=13;break}else{UJ(d,a,(e&255)+1|0);b=a+4|0;f=15;break}}while(0);if((f|0)==13){b=a+4|0;UJ(d,c,(k[b>>2]|0)+1|0);oN(c);if(e){c=h+1|0;f=15}else f=16}if((f|0)==15){k[j>>2]=c|-2147483648;k[b>>2]=l;k[a>>2]=d;break}else if((f|0)==16){i[g>>0]=l;break}}while(0);return}function ei(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 88:{e=a+1|0;d=Ub(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}case 74:{d=a+1|0;if((d|0)==(b|0))break a;while(1){if((i[d>>0]|0)==69)break;e=ei(d,b,c)|0;if((e|0)==(d|0))break a;else d=e}a=d+1|0;break a}case 76:{e=a+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==90:0){e=a+2|0;d=fc(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}a=hc(a,b,c)|0;break a}default:{a=Vb(a,b,c)|0;break a}}while(0);return a|0}function fi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g+12|0;f=g;d=Ih(e,b)|0;b=k[d>>2]|0;if(!b){yn(f,c);b=k[f>>2]|0;Wq(k[e>>2]|0,d,b);d=1}else d=0;k[a>>2]=b;i[a+4>>0]=d;r=g;return}function gi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+8|0;d=l+4|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;k[d>>2]=k[c>>2];m=k[a+36>>2]|0;switch(Ob[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+4|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((tu(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function hi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;f=(ln(b,2)|0)+24|0;do if((i[f>>0]|0)==0?(f=oI(ln(b,2)|0)|0,((i[f>>0]|0)+-48|0)>>>0>=10):0){f=oI(ln(b,2)|0)|0;if((f|0)!=(k[10432]|0))Ha(17908,13652,1362,17930);if(!(i[a+81>>0]|0)){f=Ia(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,17942,29);yC(f,c);pb(f|0,8,183)}else{f=(k[a>>2]|0)+100|0;c=oI(ln(b,1)|0)|0;k[f>>2]=c;break}}else d=8;while(0);if((d|0)==8){f=eG()|0;d=oI(ln(b,1)|0)|0;k[f>>2]=d;d=oI(ln(b,2)|0)|0;k[f+4>>2]=d;Sk(k[a>>2]|0,f)}r=e;return}function ii(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+4|0;d=l+8|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;i[d>>0]=k[c>>2];m=k[a+36>>2]|0;switch(Ob[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+1|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((tu(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function ji(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=a;k[g>>2]=0;k[g+4>>2]=0;g=b+16|0;b=0;h=0;while(1){i=(BC(k[g>>2]|0)|0)<<24>>24;d=i&128;f=i&127;l=(b|0)==0&(h|0)==0;c=rG(64,0,b|0,h|0)|0;c=PF(1,0,c|0)|0;c=qI(c|0,M|0,-1,-1)|0;e=M;c=l?-1:c;c=f&c;d=(d|0)!=0;if(d&((c|0)!=(f|0)|0!=0)){c=3;break}e=PF(c|0,0,b|0)|0;f=a;e=k[f>>2]|e;f=k[f+4>>2]|M;l=a;k[l>>2]=e;k[l+4>>2]=f;if(!d){c=7;break}b=qI(b|0,h|0,7,0)|0;if(b>>>0<64)h=M;else{c=6;break}}if((c|0)==3)Ha(14093,13928,99,13946);else if((c|0)==6)Ha(14170,13928,104,13946);else if((c|0)==7){if((i&64|0?(j=qI(b|0,h|0,7,0)|0,j>>>0<64):0)?(i=64-j|0,l=PF(e|0,f|0,i|0)|0,i=fF(l|0,M|0,i|0)|0,l=M,j=a,k[j>>2]=i,k[j+4>>2]=l,(l|0)>=0):0)Ha(16e3,13928,114,13946);return}}function ki(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=PE(42756,14010)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(b);Hm(e,f);Qp(e)}f=(sh(a)|0)&255;a=((sh(a)|0)&255)<<8|f;if(i[c>>0]|0){f=PE(Pi(PE(42756,14030)|0,a)|0,14025)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(f,e);Qp(f)}r=d;return a&65535|0}function li(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=PE(42756,14010)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(b);Hm(e,f);Qp(e)}f=(ki(a)|0)&65535;a=((ki(a)|0)&65535)<<16|f;if(i[c>>0]|0){f=PE(Oi(PE(42756,14014)|0,a)|0,14025)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(f,e);Qp(f)}r=d;return a|0}function mi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+64|0;o=s;q=k[a>>2]|0;p=a+(k[q+-8>>2]|0)|0;q=k[q+-4>>2]|0;k[o>>2]=b;k[o+4>>2]=a;k[o+8>>2]=2944;a=o+12|0;c=o+16|0;d=o+20|0;e=o+24|0;f=o+28|0;g=o+32|0;h=o+40|0;l=(q|0)==(b|0);m=a;n=m+40|0;do{k[m>>2]=0;m=m+4|0}while((m|0)<(n|0));j[a+40>>1]=0;i[a+42>>0]=0;a:do if(l){k[o+48>>2]=1;Eb[k[(k[b>>2]|0)+20>>2]&15](b,o,p,p,1,0);a=(k[e>>2]|0)==1?p:0}else{Fb[k[(k[q>>2]|0)+24>>2]&3](q,o,p,1,0);switch(k[o+36>>2]|0){case 0:{a=(k[h>>2]|0)==1&(k[f>>2]|0)==1&(k[g>>2]|0)==1?k[d>>2]|0:0;break a}case 1:break;default:{a=0;break a}}if((k[e>>2]|0)!=1?!((k[h>>2]|0)==0&(k[f>>2]|0)==1&(k[g>>2]|0)==1):0){a=0;break}a=k[c>>2]|0}while(0);r=s;return a|0}function ni(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=r;r=r+16|0;b=e;d=a+12|0;if(i[d>>0]|0){c=PE(42756,14010)|0;f=oF(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(b);Hm(c,f);Qp(c)}c=li(a)|0;a=li(a)|0;if(i[d>>0]|0){f=PE(Hi(PE(42756,16453)|0,c,a)|0,14025)|0;d=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;YK(b);Hm(f,d);Qp(f)}M=a;r=e;return c|0}function oi(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0;h=$j(a,b,c,d,f)|0;g=f+4|0;if(Yh(k[f>>2]|0,k[g>>2]|0,k[e>>2]|0,k[d>>2]|0)|0){i=k[d>>2]|0;k[d>>2]=k[e>>2];k[e>>2]=i;e=h+1|0;if(Yh(k[f>>2]|0,k[g>>2]|0,k[d>>2]|0,k[c>>2]|0)|0){e=k[c>>2]|0;k[c>>2]=k[d>>2];k[d>>2]=e;e=h+2|0;if(Yh(k[f>>2]|0,k[g>>2]|0,k[c>>2]|0,k[b>>2]|0)|0){i=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=i;if(Yh(k[f>>2]|0,k[g>>2]|0,k[b>>2]|0,k[a>>2]|0)|0){e=k[a>>2]|0;k[a>>2]=k[b>>2];k[b>>2]=e;e=h+4|0}else e=h+3|0}}}else e=h;return e|0}function pi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j;if(i[a+12>>0]|0){h=PE(42756,15593)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(h,g);Qp(h)}d=zh(a)|0;e=k[a>>2]|0;e=cC(e,zh(a)|0)|0;k[b+24>>2]=k[e>>2];if(((k[e+12>>2]|0)-(k[e+8>>2]|0)>>2|0)!=(d|0))Ha(15458,13928,1911,15615);f=b+8|0;$v(f,d);g=d+-1|0;c=0;while(1){h=vw(a)|0;if((c|0)==(d|0))break;l=EE(f,g-c|0)|0;k[l>>2]=h;c=c+1|0}k[b+28>>2]=h;k[b+4>>2]=k[e+4>>2];r=j;return}function qi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;g=j+4|0;h=j;if(i[a+12>>0]|0){f=PE(42756,15377)|0;e=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(g);Hm(f,e);Qp(f)}c=zh(a)|0;if((c|1|0)!=1)Ha(15277,13928,1862,15393);f=vw(a)|0;k[b+28>>2]=f;if((c|0)==1){f=vw(a)|0;k[b+32>>2]=f}d=zh(a)|0;e=b+8|0;c=0;while(1){f=oA(a,li(a)|0)|0;if((c|0)==(d|0))break;k[h>>2]=f;k[g>>2]=k[h>>2];Fw(e,g);c=c+1|0}k[b+24>>2]=f;r=j;return}function ri(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;e=d+4|0;f=Yh(k[d>>2]|0,k[e>>2]|0,k[b>>2]|0,k[a>>2]|0)|0;g=Yh(k[d>>2]|0,k[e>>2]|0,k[c>>2]|0,k[b>>2]|0)|0;do if(f){f=k[a>>2]|0;if(g){k[a>>2]=k[c>>2];k[c>>2]=f;e=1;break}k[a>>2]=k[b>>2];k[b>>2]=f;if(Yh(k[d>>2]|0,k[e>>2]|0,k[c>>2]|0,f)|0){e=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=e;e=2}else e=1}else if(g){g=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=g;if(Yh(k[d>>2]|0,k[e>>2]|0,k[b>>2]|0,k[a>>2]|0)|0){e=k[a>>2]|0;k[a>>2]=k[b>>2];k[b>>2]=e;e=2}else e=1}else e=0;while(0);return e|0}function si(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=j[a+24>>1]|0;a:do if((c&255)<<24>>24==0?(d=j[b+24>>1]|0,(d&255)<<24>>24==0):0){if(!((i[a+53>>0]|0)==0&(c&65535)<256)?lF(b)|0:0){c=1;break}if(lF(a)|0?!((i[b+53>>0]|0)==0&(d&65535)<256):0){c=1;break}e=a+44|0;f=b+40|0;d=b+28|0;c=k[a+40>>2]|0;while(1){if((c|0)==(e|0))break;b=k[c+16>>2]|0;if(mx(f,b)|0){c=1;break a}if(mx(d,b)|0){c=1;break a}c=Kw(c)|0}d=a+32|0;c=k[a+28>>2]|0;while(1){if((c|0)==(d|0)){c=0;break a}if(mx(f,k[c+16>>2]|0)|0){c=1;break a}c=Kw(c)|0}}else c=1;while(0);return c|0}function ti(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+16|0;f=h;if(i[a+8>>0]|0){g=PE(42756,15593)|0;e=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(f);Hm(g,e);Qp(g)}Dg(a,b+28|0);d=b+8|0;e=b+16|0;g=k[e>>2]|0;c=0;while(1){if((c|0)==(g|0))break;j=EE(d,c)|0;k[f>>2]=k[j>>2];Dg(a,f);c=c+1|0}j=cj(k[a+4>>2]|0,23)|0;j=Mk(j,k[e>>2]|0)|0;Mk(j,sv(k[a>>2]|0,k[b+24>>2]|0)|0)|0;r=h;return}function ui(a,b){a=a|0;b=b|0;if(!b)Ha(27486,31585,71,27491);do switch(k[b>>2]|0){case 1:{PD(a,b);break}case 21:case 18:case 17:case 16:case 15:case 2:break;case 3:{zw(a,b);break}case 4:{Mx(a,b);break}case 5:{mn(a,b);break}case 6:{i[a+25>>0]=1;break}case 7:{i[a+25>>0]=1;break}case 8:{i[a+25>>0]=1;break}case 9:{Lx(a,b);break}case 10:{Kx(a,b);break}case 11:{i[a+52>>0]=1;break}case 12:{i[a+53>>0]=1;break}case 13:{i[a+52>>0]=1;break}case 14:{i[a+53>>0]=1;break}case 19:{i[a+24>>0]=1;break}case 20:{i[a+25>>0]=1;break}case 22:{i[a+24>>0]=1;break}default:{}}while(0);return}function vi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;b=k[c+4>>2]|0;if((b|0)==(k[10459]|0)?(k[c+8>>2]|0)==(k[10460]|0):0){c=k[d+4>>2]|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;k[e>>2]=k[b>>2];k[e+4>>2]=k[b+4>>2];k[e+8>>2]=k[b+8>>2];k[e+12>>2]=k[b+12>>2];sz(hk(42588,e)|0,10)|0;b=b+16|0}k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;r=f;return}if((b|0)==(k[10410]|0)?(k[c+8>>2]|0)==(k[10462]|0):0){PE(42588,19075)|0;pb(Ia(1)|0,224,0)}a=PE(42588,19106)|0;PE(PE(a,k[c>>2]|0)|0,23313)|0;Ea()}function wi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=b;a:do if(!((e^a)&3)){d=(c|0)!=0;if(d&(e&3|0)!=0)do{e=i[b>>0]|0;i[a>>0]=e;if(!(e<<24>>24))break a;c=c+-1|0;b=b+1|0;a=a+1|0;d=(c|0)!=0}while(d&(b&3|0)!=0);if(d){if(i[b>>0]|0){b:do if(c>>>0>3){d=b;while(1){b=k[d>>2]|0;if((b&-2139062144^-2139062144)&b+-16843009|0){b=d;break b}k[a>>2]=b;c=c+-4|0;b=d+4|0;a=a+4|0;if(c>>>0>3)d=b;else break}}while(0);f=11}}else c=0}else f=11;while(0);c:do if((f|0)==11)if(!c)c=0;else while(1){f=i[b>>0]|0;i[a>>0]=f;if(!(f<<24>>24))break c;c=c+-1|0;a=a+1|0;if(!c){c=0;break}else b=b+1|0}while(0);Kt(a|0,0,c|0)|0;return}function xi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+118|0;n=a+104|0;g=a+100|0;f=a+96|0;j=a+92|0;i[l>>0]=i[35175]|0;i[l+1>>0]=i[35176]|0;i[l+2>>0]=i[35177]|0;i[l+3>>0]=i[35178]|0;i[l+4>>0]=i[35179]|0;i[l+5>>0]=i[35180]|0;m=c+4|0;$n(l+1|0,39583,1,k[m>>2]|0);o=aI()|0;k[h>>2]=e;l=n+(gy(n,13,o,l,h)|0)|0;m=fp(n,l,k[m>>2]|0)|0;e=oF(c)|0;k[j>>2]=e;Ge(n,m,l,h,g,f,j);mD(e);e=Si(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function yi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=c+8|0;Gr(d,k[g>>2]|0);g=k[g>>2]|0;h=a+16|0;i=d+4|0;j=d+8|0;e=0;while(1){if((e|0)==(g|0)){l=8;break}f=EE(c,e)|0;vd(a,b,k[f>>2]|0);if(k[h>>2]|0)break;f=k[i>>2]|0;if((f|0)==(k[j>>2]|0))ml(d,a);else{k[f>>2]=k[a>>2];k[f+4>>2]=k[a+4>>2];k[f+8>>2]=k[a+8>>2];k[f+12>>2]=k[a+12>>2];k[i>>2]=(k[i>>2]|0)+16}e=e+1|0}if((l|0)==8){k[a>>2]=0;l=a+8|0;k[l>>2]=0;k[l+4>>2]=0;k[h>>2]=0}return}function zi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+108|0;n=a+96|0;g=a+92|0;f=a+88|0;j=a+84|0;i[l>>0]=i[35175]|0;i[l+1>>0]=i[35176]|0;i[l+2>>0]=i[35177]|0;i[l+3>>0]=i[35178]|0;i[l+4>>0]=i[35179]|0;i[l+5>>0]=i[35180]|0;m=c+4|0;$n(l+1|0,39583,0,k[m>>2]|0);o=aI()|0;k[h>>2]=e;l=n+(gy(n,12,o,l,h)|0)|0;m=fp(n,l,k[m>>2]|0)|0;e=oF(c)|0;k[j>>2]=e;Ge(n,m,l,h,g,f,j);mD(e);e=Si(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Ai(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+48|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[35175]|0;i[l+1>>0]=i[35176]|0;i[l+2>>0]=i[35177]|0;i[l+3>>0]=i[35178]|0;i[l+4>>0]=i[35179]|0;i[l+5>>0]=i[35180]|0;m=c+4|0;$n(l+1|0,39583,0,k[m>>2]|0);o=aI()|0;k[h>>2]=e;l=n+(gy(n,12,o,l,h)|0)|0;m=fp(n,l,k[m>>2]|0)|0;e=oF(c)|0;k[j>>2]=e;Ie(n,m,l,h,g,f,j);mD(e);e=jj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Bi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+50|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[35175]|0;i[l+1>>0]=i[35176]|0;i[l+2>>0]=i[35177]|0;i[l+3>>0]=i[35178]|0;i[l+4>>0]=i[35179]|0;i[l+5>>0]=i[35180]|0;m=c+4|0;$n(l+1|0,39583,1,k[m>>2]|0);o=aI()|0;k[h>>2]=e;l=n+(gy(n,13,o,l,h)|0)|0;m=fp(n,l,k[m>>2]|0)|0;e=oF(c)|0;k[j>>2]=e;Ie(n,m,l,h,g,f,j);mD(e);e=jj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Ci(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;b=f;e=k[a>>2]|0;if((k[e+40>>2]|0)!=(k[e+36>>2]|0)){if(i[a+8>>0]|0){e=PE(42756,21039)|0;d=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;YK(b);Hm(e,d);Qp(e)}c=aG(a,31286)|0;d=a+4|0;b=k[a>>2]|0;Mk(k[d>>2]|0,(k[b+40>>2]|0)-(k[b+36>>2]|0)>>2)|0;b=k[a>>2]|0;e=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(e|0))break;Rw(a,k[k[b>>2]>>2]|0);Mk(k[d>>2]|0,0)|0;b=b+4|0}aE(a,c)}r=f;return}function Di(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 59:{c=QA(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=4;break}case 57:{c=QA(k[a+4>>2]|0)|0;k[c+8>>2]=2;e=c+16|0;$v(e,1);g=vw(a)|0;e=EE(e,0)|0;k[e>>2]=g;e=4;break}default:c=0}if((e|0)==4){if(i[a+12>>0]|0){g=PE(42756,16530)|0;e=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(d);Hm(g,e);Qp(g)}eE(c);k[b>>2]=c;c=1}r=f;return c|0}function Ei(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j+4|0;h=j;if(i[a+8>>0]|0){g=PE(42756,15471)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(g,f);Qp(g)}e=b+8|0;f=b+16|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==(g|0))break;l=EE(e,d)|0;k[c>>2]=k[l>>2];Dg(a,c);d=d+1|0}l=cj(k[a+4>>2]|0,24)|0;l=Mk(l,k[f>>2]|0)|0;k[h>>2]=k[b+24>>2];k[c>>2]=k[h>>2];Mk(l,ll(a,c)|0)|0;r=j;return}function Fi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j+4|0;h=j;if(i[a+8>>0]|0){g=PE(42756,15405)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(g,f);Qp(g)}e=b+8|0;f=b+16|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==(g|0))break;l=EE(e,d)|0;k[c>>2]=k[l>>2];Dg(a,c);d=d+1|0}l=cj(k[a+4>>2]|0,22)|0;l=Mk(l,k[f>>2]|0)|0;k[h>>2]=k[b+24>>2];k[c>>2]=k[h>>2];Mk(l,il(a,c)|0)|0;r=j;return}function Gi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=(cI(k[b>>2]|0)|0)+8|0;if(((k[g>>2]|0?(h=a+60|0,d=Pt(h,g)|0,(d|0)!=(a+64|0)):0)?(e=d+20|0,c=d+24|0,(k[c>>2]|0)!=(k[e>>2]|0)):0)?(f=a+56|0,d=k[f>>2]|0,Nl(a,b),Sn(d,k[f>>2]|0),k[g>>2]|0):0){b=k[c>>2]|0;a=k[e>>2]|0;while(1){if((a|0)==(b|0))break;Sn(k[a>>2]|0,k[f>>2]|0);a=a+4|0}Io(h,g)}return}function Hi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;px(m,a);if(i[m>>0]|0){g=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=WH(g,43516)|0;YK(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=oF(h)|0;k[f>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;YK(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+28>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(Kb[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}lq(m);r=n;return a|0}function Ii(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;px(m,a);if(i[m>>0]|0){g=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=WH(g,43516)|0;YK(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=oF(h)|0;k[f>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;YK(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+20>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(Kb[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}lq(m);r=n;return a|0}function Ji(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i;h=a+4|0;d=k[a>>2]|0;a:do if((k[h>>2]|0)!=(d|0)){bA(c,k[d>>2]|0);e=k[h>>2]|0;d=k[a>>2]|0;b:do if(e-d>>2>>>0>1){f=1;while(1){if(f>>>0>=e-d>>2>>>0)break b;Jh(g,c,k[d+(f<<2)>>2]|0);YI(c,g);qA(g);f=f+1|0;d=k[a>>2]|0;e=k[h>>2]|0}}while(0);h=k[b+4>>2]|0;d=k[b>>2]|0;e=k[c>>2]|0;f=h;if((h-d|0)==((k[c+4>>2]|0)-e|0))while(1){if((d|0)==(f|0)){d=0;break a}if((k[d>>2]|0)!=(k[e>>2]|0)){d=1;break a}e=e+4|0;d=d+4|0}else d=1}else d=0;while(0);r=i;return d|0}function Ki(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=h+4|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}e=g+11|0;if((i[e>>0]|0)<0)c=(k[g+8>>2]&2147483647)+-1|0;else c=10;xr(g,c);d=i[e>>0]|0;c=d<<24>>24<0?k[g+4>>2]|0:d&255;while(1){d=d<<24>>24<0?k[g>>2]|0:g;k[f>>2]=b;d=WD(d,c+1|0,37626,f)|0;if((d|0)>-1)if(d>>>0>c>>>0)c=d;else break;else c=c<<1|1;xr(g,c);d=i[e>>0]|0}xr(g,d);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}WI(g);r=h;return}function Li(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+64|0;h=p+48|0;i=p+40|0;j=p+32|0;l=p+24|0;m=p+16|0;n=p+8|0;o=p;d=a+4|0;q=k[d>>2]|0;g=k[b>>2]|0;e=k[b+4>>2]|0;f=k[c>>2]|0;c=k[c+4>>2]|0;k[d>>2]=q-e+c+(f-g<<3);d=q&31;b=(k[a>>2]|0)+(q>>>5<<2)|0;if((e|0)==(d|0)){k[h>>2]=g;k[h+4>>2]=e;k[i>>2]=f;k[i+4>>2]=c;k[j>>2]=b;k[j+4>>2]=e;bj(o,h,i,j)}else{k[l>>2]=g;k[l+4>>2]=e;k[m>>2]=f;k[m+4>>2]=c;k[n>>2]=b;k[n+4>>2]=d;jf(o,l,m,n)}r=p;return}function Mi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+224|0;m=q+120|0;n=q+80|0;o=q;p=q+136|0;d=n;e=d+40|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[m>>2]=k[c>>2];if((dc(0,b,m,o,n)|0)<0)c=-1;else{c=k[a>>2]|0;l=c&32;if((i[a+74>>0]|0)<1)k[a>>2]=c&-33;d=a+48|0;if(!(k[d>>2]|0)){e=a+44|0;f=k[e>>2]|0;k[e>>2]=p;g=a+28|0;k[g>>2]=p;h=a+20|0;k[h>>2]=p;k[d>>2]=80;j=a+16|0;k[j>>2]=p+80;c=dc(a,b,m,o,n)|0;if(f){Db[k[a+36>>2]&31](a,0,0)|0;c=(k[h>>2]|0)==0?-1:c;k[e>>2]=f;k[d>>2]=0;k[j>>2]=0;k[g>>2]=0;k[h>>2]=0}}else c=dc(a,b,m,o,n)|0;p=k[a>>2]|0;k[a>>2]=p|l;c=(p&32|0)==0?c:-1}r=q;return c|0}function Ni(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;px(l,a);if(i[l>>0]|0){f=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=WH(f,43516)|0;YK(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=oF(g)|0;k[e>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;YK(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+40>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Tb[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}lq(l);r=m;return a|0}function Oi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;px(l,a);if(i[l>>0]|0){f=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=WH(f,43516)|0;YK(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=oF(g)|0;k[e>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;YK(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+24>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Tb[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}lq(l);r=m;return a|0}function Pi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;px(l,a);if(i[l>>0]|0){f=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=WH(f,43516)|0;YK(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=oF(g)|0;k[e>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;YK(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+16>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Tb[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}lq(l);r=m;return a|0}function Qi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=nk(a,b,c,d)|0;f=k[e>>2]|0;g=k[d>>2]|0;if(+p[f+16>>3]>+p[g+16>>3]){k[d>>2]=f;k[e>>2]=g;e=h+1|0;f=k[d>>2]|0;g=k[c>>2]|0;if(+p[f+16>>3]>+p[g+16>>3]){k[c>>2]=f;k[d>>2]=g;e=h+2|0;f=k[c>>2]|0;g=k[b>>2]|0;if(+p[f+16>>3]>+p[g+16>>3]){k[b>>2]=f;k[c>>2]=g;e=k[b>>2]|0;f=k[a>>2]|0;if(+p[e+16>>3]>+p[f+16>>3]){k[a>>2]=e;k[b>>2]=f;e=h+4|0}else e=h+3|0}}}else e=h;return e|0}function Ri(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;px(l,a);if(i[l>>0]|0){f=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=WH(f,43516)|0;YK(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=oF(g)|0;k[e>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;YK(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+32>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Sb[d&7](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}lq(l);r=m;return a|0}function Si(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{n=b;g=d-n>>2;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;n=g-n|0;h=n>>2;if((n|0)>0?(Db[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,cq(l,e,f),n=(Db[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+8+3>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),LI(l),!n):0){a=0;break}n=d-g|0;d=n>>2;if((n|0)>0?(Db[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function Ti(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;f=k[b>>2]|0;c=f;if(f|0){d=k[a>>2]|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))en(d,b);else{k[f>>2]=c;k[e>>2]=(k[e>>2]|0)+4}b=gr(k[a+4>>2]|0,b)|0;d=k[a+8>>2]|0;c=k[d>>2]|0;k[d>>2]=c+1;k[g>>2]=c;d=b+4|0;e=k[d>>2]|0;if(e>>>0<(k[b+8>>2]|0)>>>0){k[e>>2]=c;k[d>>2]=e+4}else en(b,g);e=k[a+12>>2]|0;b=k[a+16>>2]|0;k[g>>2]=b;c=e+4|0;d=k[c>>2]|0;if(d>>>0<(k[e+8>>2]|0)>>>0){k[d>>2]=b;k[c>>2]=(k[c>>2]|0)+4}else en(e,g)}r=h;return}function Ui(a){a=a|0;var b=0;b=a+8|0;do switch(k[b>>2]|0){case 19:case 17:case 15:case 13:case 11:case 9:case 7:case 5:case 3:case 1:case 18:case 16:case 14:case 12:case 10:case 8:case 6:case 4:case 2:case 0:{k[a+4>>2]=k[(k[a+12>>2]|0)+4>>2];break}case 21:case 20:{k[a+4>>2]=1;break}case 23:case 22:{k[a+4>>2]=2;break}case 24:{k[a+4>>2]=1;break}case 43:{k[a+4>>2]=4;break}case 44:{k[a+4>>2]=3;break}case 33:case 31:case 29:case 27:case 25:{k[a+4>>2]=1;break}case 34:case 32:case 30:case 28:case 26:{k[a+4>>2]=2;break}case 41:case 39:case 37:case 35:case 45:{k[a+4>>2]=3;break}case 42:case 40:case 38:case 36:case 46:{k[a+4>>2]=4;break}default:sz(Pi(PE(42756,17104)|0,k[b>>2]|0)|0,10)|0}while(0);return}function Vi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Pg(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(XH(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{Pg(a,b,c);break}}else{Pg(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function Wi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+64|0;h=i;k[c>>2]=k[k[c>>2]>>2];if(!((a|0)==(b|0)|(b|0)==3088))if(((b|0)!=0?(d=mi(b,3048)|0,(d|0)!=0):0)?(k[d+8>>2]&~k[a+8>>2]|0)==0:0){b=k[a+12>>2]|0;a=d+12|0;if(!((b|0)==3080?1:(b|0)==(k[a>>2]|0)))if((((b|0)!=0?(f=mi(b,2928)|0,(f|0)!=0):0)?(e=k[a>>2]|0,(e|0)!=0):0)?(g=mi(e,2928)|0,(g|0)!=0):0){a=h+4|0;b=a+52|0;do{k[a>>2]=0;a=a+4|0}while((a|0)<(b|0));k[h>>2]=g;k[h+8>>2]=f;k[h+12>>2]=-1;k[h+48>>2]=1;Qb[k[(k[g>>2]|0)+28>>2]&31](g,h,k[c>>2]|0,1);if((k[h+24>>2]|0)==1){k[c>>2]=k[h+16>>2];a=1}else a=0}else a=0;else a=1}else a=0;else a=1;r=i;return a|0}function Xi(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0,f=0,g=0.0,h=0,i=0,j=0,l=0.0;j=r;r=r+16|0;i=j;k[i>>2]=0;h=i+4|0;k[h>>2]=0;k[i+8>>2]=0;Sd(k[a>>2]|0,b,i);e=k[i>>2]|0;h=k[h>>2]|0;a:do if((e|0)==(h|0))c=e;else{c=e;b:while(1)while(1){f=e+4|0;e=f;if((f|0)==(h|0))break a;if((k[c>>2]|0)>>>0<(k[f>>2]|0)>>>0){c=f;continue b}}}while(0);e=k[c>>2]|0;f=k[(k[a>>2]|0)+108>>2]|0;if(f>>>0<e>>>0)Ha(29705,29028,548,29735);g=1.0/(+(f>>>0)*2.0);c=0;d=+((f-e|0)>>>0);while(1){if((c|0)==(f|0))break;l=(k[(k[b>>2]|0)+(c<<2)>>2]|0)==(c|0)?g+d:d;c=c+1|0;d=l}p[b+16>>3]=d;qA(i);r=j;return}function Yi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;d=g+40|0;e=g+16|0;f=g;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;yi(e,b,c+8|0,d);if(!(k[e+16>>2]|0)){yf(f,k[b+4>>2]|0,k[c+24>>2]|0,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}uz(d);r=g;return}function Zi(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=a+11|0;h=i[l>>0]|0;d=h<<24>>24<0;if(d){m=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{m=h&255;c=10}b=m>>>0<11;j=b?10:(m+16&-16)+-1|0;do if((j|0)!=(c|0)){do if(b){c=k[a>>2]|0;if(d){b=0;d=a;g=10}else{b=0;f=1;d=a;g=11}}else{e=VC(j+1|0)|0;if(d){b=1;c=k[a>>2]|0;d=e;g=10;break}else{b=1;f=0;c=a;d=e;g=11;break}}while(0);if((g|0)==10){e=b;f=1;b=k[a+4>>2]|0}else if((g|0)==11){e=b;b=h&255}b=b+1|0;if(b|0)Fr(d|0,c|0,b|0)|0;if(f)oN(c);if(e){k[a+8>>2]=j+1|-2147483648;k[a+4>>2]=m;k[a>>2]=d;break}else{i[l>>0]=m;break}}while(0);return}function _i(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;f=r;r=r+32|0;c=f+16|0;h=f+12|0;d=f;e=_z(k[a+4>>2]|0)|0;i=oI(ln(b,1)|0)|0;g=k[a>>2]|0;k[h>>2]=i;k[c>>2]=k[h>>2];c=Tx(g,c)|0;if(!c){i=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,17649,26);g=k[b+28>>2]|0;h=k[b+32>>2]|0;Hu(i,d);k[i+12>>2]=g;k[i+16>>2]=h;pb(i|0,8,183)}else{k[e+24>>2]=k[c>>2];k[e+4>>2]=k[c+4>>2];i=Yb(a,ln(b,2)|0)|0;k[e+28>>2]=i;mu(a,b,e);r=f;return e|0}return 0}function $i(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+32|0;by(d,b);f=a+44|0;k[f>>2]=0;g=a+48|0;e=k[g>>2]|0;if(e&8|0){b=i[d+11>>0]|0;if(b<<24>>24<0){b=k[d>>2]|0;c=b;b=b+(k[a+36>>2]|0)|0}else{c=d;b=d+(b&255)|0}k[f>>2]=b;k[a+8>>2]=c;k[a+12>>2]=c;k[a+16>>2]=b}if(e&16|0){c=d+11|0;b=i[c>>0]|0;if(b<<24>>24<0){e=k[a+36>>2]|0;k[f>>2]=(k[d>>2]|0)+e;b=(k[a+40>>2]&2147483647)+-1|0}else{e=b&255;k[f>>2]=d+e;b=10}xr(d,b);b=i[c>>0]|0;if(b<<24>>24<0){d=k[d>>2]|0;b=k[a+36>>2]|0}else b=b&255;c=a+24|0;k[c>>2]=d;k[a+20>>2]=d;k[a+28>>2]=d+b;if(k[g>>2]&3|0)k[c>>2]=d+e}return}function aj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;if((a|0)!=(b|0)?(d=ud(a,b,c)|0,(d|0)!=(a|0)):0){f=sc(d,b,c)|0;if((f|0)!=(d|0)){e=c+4|0;b=k[e>>2]|0;if(((b-(k[c>>2]|0)|0)/24|0)>>>0>=2){vr(g,b+-24|0);a=k[e>>2]|0;b=a+-24|0;d=a;while(1){if((d|0)==(b|0))break;c=d+-24|0;k[e>>2]=c;SB(c);d=k[e>>2]|0}e=i[g+11>>0]|0;c=e<<24>>24<0;$m(a+-48|0,c?k[g>>2]|0:g,c?k[g+4>>2]|0:e&255)|0;tH(g);a=f}}else a=d}r=h;return a|0}function bj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=k[b>>2]|0;f=k[b+4>>2]|0;c=((k[c>>2]|0)-h<<3)+(k[c+4>>2]|0)-f|0;e=h;if((c|0)>0){if(!f){g=d;e=h}else{h=32-f|0;g=(c|0)<(h|0)?c:h;h=-1>>>(h-g|0)&-1<<f;f=k[d>>2]|0;k[f>>2]=k[f>>2]&~h|k[e>>2]&h;e=d+4|0;h=(k[e>>2]|0)+g|0;k[d>>2]=f+(h>>>5<<2);k[e>>2]=h&31;e=(k[b>>2]|0)+4|0;k[b>>2]=e;c=c-g|0;g=d}f=c>>>5;qy(k[d>>2]|0,e|0,f<<2|0)|0;e=c-(f<<5)|0;c=(k[g>>2]|0)+(f<<2)|0;k[g>>2]=c;if((e|0)>0){f=(k[b>>2]|0)+(f<<2)|0;k[b>>2]=f;h=-1>>>(32-e|0);c=k[g>>2]|0;k[c>>2]=k[c>>2]&~h|k[f>>2]&h;k[d+4>>2]=e}}else c=k[d>>2]|0;k[a>>2]=c;k[a+4>>2]=k[d+4>>2];return}function cj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;if(!(i[a+12>>0]|0))c=a+4|0;else{e=PE(Pi(PE(42756,20471)|0,b&255)|0,14075)|0;c=a+4|0;e=PE(Oi(e,(k[c>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;g=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(e,g);Qp(e)}i[d>>0]=b;e=k[c>>2]|0;if(e>>>0<(k[a+8>>2]|0)>>>0){i[e>>0]=b;k[c>>2]=(k[c>>2]|0)+1}else jn(a,d);r=f;return a|0}function dj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=a+16|0;Xq(c,284,b);d=k[b>>2]|0;if((k[d>>2]|0)==2?(e=(lI(d)|0)+16|0,(k[e>>2]|0)!=0):0){Xq(c,285,b);Xq(c,237,(lI(d)|0)+16|0);Xq(c,286,b);Xq(c,237,(lI(d)|0)+12|0);Xq(c,287,b);Xq(c,237,(lI(d)|0)+8|0)}else oe(a,b);Xq(c,288,b);return}function ej(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;j=n;e=b+8|0;f=k[b+16>>2]|0;g=a+28|0;l=a+32|0;h=b+32|0;m=a+36|0;i=a+40|0;d=0;while(1){if((d|0)==(f|0))break;c=EE(e,d)|0;if((k[c>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else en(l,j)}d=d+1|0}if((k[b+24>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else en(l,j)}r=n;return}function fj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;g=l;if((b|0)!=1){i=a+16|0;HM(i);j=a+4|0;h=a+92|0;k[h>>2]=(k[j>>2]|0)-(k[a>>2]|0)>>2;CB(a);f=a+8|0;e=0;while(1){if(e>>>0>=b>>>0)break;c=VC(112)|0;tq(c);k[g>>2]=c;d=k[j>>2]|0;if(d>>>0>=(k[f>>2]|0)>>>0){_k(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){Tq(c);oN(c)}}else{k[g>>2]=0;k[d>>2]=c;k[j>>2]=d+4;k[g>>2]=0}e=e+1|0}c=a+44|0;while(1){if((k[h>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;PI(c,i,1)}AJ(i)}r=l;return}function gj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;$n(n+1|0,39588,0,k[l>>2]|0);o=aI()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(gy(m,23,o,n,i)|0)|0;l=fp(m,e,k[l>>2]|0)|0;f=oF(c)|0;k[j>>2]=f;Ge(m,l,e,i,h,g,j);mD(f);f=Si(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function hj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;$n(n+1|0,39588,1,k[l>>2]|0);o=aI()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(gy(m,23,o,n,i)|0)|0;l=fp(m,e,k[l>>2]|0)|0;f=oF(c)|0;k[j>>2]=f;Ge(m,l,e,i,h,g,j);mD(f);f=Si(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function ij(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=r;r=r+16|0;b=e;if(i[a+12>>0]|0){d=PE(42756,16711)|0;c=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;YK(b);Hm(d,c);Qp(d)}c=zh(a)|0;d=a+40|0;if((c|0)!=((k[a+44>>2]|0)-(k[d>>2]|0)>>2|0))Ha(16724,13928,1699,16748);b=0;while(1){if(b>>>0>=c>>>0){b=7;break}f=k[(k[d>>2]|0)+(b<<2)>>2]|0;g=kf(a)|0;k[f>>2]=g;if(!(zh(a)|0))b=b+1|0;else{b=9;break}}if((b|0)==7){r=e;return}else if((b|0)==9)Ha(16758,13928,1704,16748)}function jj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{h=b;g=d-h|0;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;h=g-h|0;if((h|0)>0?(Db[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,as(l,e,f),f=(Db[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+11>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),WI(l),!f):0){a=0;break}d=d-g|0;if((d|0)>0?(Db[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function kj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;$n(n+1|0,39588,0,k[l>>2]|0);o=aI()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(gy(m,23,o,n,i)|0)|0;l=fp(m,e,k[l>>2]|0)|0;f=oF(c)|0;k[j>>2]=f;Ie(m,l,e,i,h,g,j);mD(f);f=jj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function lj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;$n(n+1|0,39588,1,k[l>>2]|0);o=aI()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(gy(m,23,o,n,i)|0)|0;l=fp(m,e,k[l>>2]|0)|0;f=oF(c)|0;k[j>>2]=f;Ie(m,l,e,i,h,g,j);mD(f);f=jj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function mj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+48|0;f=l+16|0;e=l;d=l+32|0;k[d>>2]=b;g=d+4|0;j=a+48|0;m=k[j>>2]|0;k[g>>2]=c-((m|0)!=0&1);h=a+44|0;k[d+8>>2]=k[h>>2];k[d+12>>2]=m;if(!(k[10463]|0)){k[f>>2]=k[a+60>>2];k[f+4>>2]=d;k[f+8>>2]=2;d=aJ(yb(145,f|0)|0)|0}else{tb(192,a|0);k[e>>2]=k[a+60>>2];k[e+4>>2]=d;k[e+8>>2]=2;d=aJ(yb(145,e|0)|0)|0;xa(0)}if((d|0)>=1){g=k[g>>2]|0;if(d>>>0>g>>>0){e=k[h>>2]|0;f=a+4|0;k[f>>2]=e;k[a+8>>2]=e+(d-g);if(!(k[j>>2]|0))d=c;else{k[f>>2]=e+1;i[b+(c+-1)>>0]=i[e>>0]|0;d=c}}}else{k[a>>2]=k[a>>2]|d&48^16;k[a+8>>2]=0;k[a+4>>2]=0}r=l;return d|0}function nj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/12|0;f=e+1|0;if(f>>>0>357913941)EL();else{d=((k[a+8>>2]|0)-d|0)/12|0;h=d<<1;_q(c,d>>>0<178956970?(h>>>0<f>>>0?f:h):357913941,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=0;h=e+4|0;k[h>>2]=0;k[e+8>>2]=0;k[e>>2]=k[b>>2];d=b+4|0;k[h>>2]=k[d>>2];h=b+8|0;k[e+8>>2]=k[h>>2];k[h>>2]=0;k[d>>2]=0;k[b>>2]=0;k[f>>2]=e+12;Ck(a,c);Wv(c);r=g;return}}function oj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;e=r;r=r+16|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}c=i[f+11>>0]|0;g=c<<24>>24<0;b=g?k[f>>2]|0:f;c=b+(g?k[f+4>>2]|0:c&255)|0;while(1){if(b>>>0>=c>>>0)break;_n(d,i[b>>0]|0);b=b+1|0}c=(i[d+11>>0]|0)<0?k[d>>2]|0:d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}b=rN(c)|0;c=b+(pq(b)|0)|0;while(1){if(b>>>0>=c>>>0)break;_n(a,i[b>>0]|0);b=b+1|0}WI(d);r=e;return}function pj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+176|0;h=a;j=a+168|0;f=a+148|0;i[j>>0]=i[35167]|0;i[j+1>>0]=i[35168]|0;i[j+2>>0]=i[35169]|0;i[j+3>>0]=i[35170]|0;i[j+4>>0]=i[35171]|0;i[j+5>>0]=i[35172]|0;g=aI()|0;k[h>>2]=e;e=gy(f,20,g,j,h)|0;j=f+e|0;g=fp(f,j,k[c+4>>2]|0)|0;m=oF(c)|0;l=WH(m,43492)|0;mD(m);Pb[k[(k[l>>2]|0)+48>>2]&7](l,f,j,h)|0;e=h+(e<<2)|0;e=Si(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f<<2)|0,e,c,d)|0;r=a;return e|0}function qj(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;l=o;m=VC(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;k[m+12>>2]=0;k[m+16>>2]=0;n=a+11|0;if((i[n>>0]|0)<0){h=a;j=a;b=k[a>>2]|0}else{h=a;j=a;b=a}d=iA(i[b>>0]|0)|0;k[m+4>>2]=d;d=a+4|0;e=m+8|0;f=m+12|0;g=m+16|0;c=1;while(1){a=i[n>>0]|0;b=a<<24>>24<0;if(b)a=k[d>>2]|0;else a=a&255;if(c>>>0>=a>>>0)break;if(b)a=k[j>>2]|0;else a=h;a=iA(i[a+c>>0]|0)|0;k[l>>2]=a;b=k[f>>2]|0;if(b>>>0<(k[g>>2]|0)>>>0){k[b>>2]=a;k[f>>2]=b+4}else en(e,l);c=c+1|0}r=o;return m|0}function rj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+8>>0]|0){d=PE(42756,15262)|0;f=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(d,f);Qp(d)}d=b+12|0;if(k[d>>2]|0)Dg(a,d);c=b+16|0;if(!(k[c>>2]|0))c=6;else{Dg(a,c);c=k[c>>2]|0?7:6}f=cj(k[a+4>>2]|0,c)|0;f=Mk(f,(k[d>>2]|0)!=0&1)|0;Mk(f,Jk(a,k[b+8>>2]|0)|0)|0;r=e;return}function sj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+48|0;e=g;c=k[b>>2]|0;d=(k[b+4>>2]|0)-c|0;f=d+1|0;do if(d){if(!f){c=Op(a)|0;break}d=32-(ca(f|0)|0)|0;eq(e,a,(((-1>>>(33-d|0)&f|0)==0)<<31>>31)+d|0);d=k[e>>2]|0;c=k[e+28>>2]|0;do a=c&(Op(d)|0);while(a>>>0>=f>>>0);c=(k[b>>2]|0)+a|0}while(0);r=g;return c|0}function tj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+80|0;h=a;j=a+60|0;f=a+40|0;i[j>>0]=i[35167]|0;i[j+1>>0]=i[35168]|0;i[j+2>>0]=i[35169]|0;i[j+3>>0]=i[35170]|0;i[j+4>>0]=i[35171]|0;i[j+5>>0]=i[35172]|0;g=aI()|0;k[h>>2]=e;e=gy(f,20,g,j,h)|0;j=f+e|0;g=fp(f,j,k[c+4>>2]|0)|0;m=oF(c)|0;l=WH(m,43460)|0;mD(m);Pb[k[(k[l>>2]|0)+32>>2]&7](l,f,j,h)|0;e=h+e|0;e=jj(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f)|0,e,c,d)|0;r=a;return e|0}function uj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;f=m+8|0;l=m;px(l,a);if(i[l>>0]|0){g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;j=k[g+4>>2]|0;e=b+c|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=oF(g)|0;k[f>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;YK(f);c=c<<24>>24;k[d>>2]=c}if(!(jj(h,b,(j&176|0)==32?e:b,e,g,c&255)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;pK(j,k[j+16>>2]|5)}}lq(l);r=m;return a|0}function vj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;e=g;f=g+4|0;vF(f,k[a+32>>2]<<16,0);if((k[c>>2]|0)==1){d=XH(c)|0;c=d;d=((d|0)<0)<<31>>31}else{c=XE(c)|0;d=M}i=b+12|0;h=k[f>>2]|0;_f(a,k[i>>2]|0,0,h,0,20125);_f(a,c,d,h-(k[i>>2]|0)|0,0,20141);d=qI(k[i>>2]|0,0,c|0,d|0)|0;f=M;b=b+8|0;_f(a,l[b>>0]|0,0,h,0,20156);_f(a,d,f,h-(l[b>>0]|0)|0,0,20171);vF(e,d,f);r=g;return k[e>>2]|0}function wj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=PE(42756,15262)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(f,g);Qp(f)}d=zh(a)|0;if((d|1|0)!=1)Ha(15277,13928,1853,15302);g=oA(a,zh(a)|0)|0;k[b+8>>2]=g;if(c<<24>>24==7){g=vw(a)|0;k[b+16>>2]=g}if((d|0)==1){g=vw(a)|0;k[b+12>>2]=g}if(k[b+16>>2]|0)k[b+4>>2]=0;r=e;return}function xj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;j=r;r=r+16|0;h=j;k[h>>2]=0;g=h+4|0;k[g>>2]=0;k[h+8>>2]=0;i=a+40|0;e=a+44|0;f=h+8|0;a=k[i>>2]|0;while(1){if((a|0)==(e|0))break;do if(si(b,a+24|0)|0){c=a+16|0;d=k[g>>2]|0;if((d|0)==(k[f>>2]|0)){en(h,c);break}else{k[d>>2]=k[c>>2];k[g>>2]=d+4;break}}while(0);a=Kw(a)|0}c=k[g>>2]|0;a=k[h>>2]|0;while(1){if((a|0)==(c|0))break;nq(i,k[a>>2]|0);a=a+4|0}qA(h);r=j;return}function yj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;EB(k[a>>2]|0,29851,0)|0;UC(a);Tv(a,k[b+8>>2]|0);f=a+20|0;d=k[b+12>>2]|0;if((((i[f>>0]|0)==0?(k[d>>2]|0)==1:0)?(k[d+8>>2]|0)==0:0)?(c=d+12|0,(k[c+8>>2]|0)==1):0){d=iE(c)|0;Tv(a,k[d>>2]|0)}else Tv(a,d);b=k[b+16>>2]|0;do if(b|0){if((((i[f>>0]|0)==0?(k[b>>2]|0)==1:0)?(k[b+8>>2]|0)==0:0)?(e=b+12|0,(k[e+8>>2]|0)==1):0){f=iE(e)|0;Tv(a,k[f>>2]|0);break}Tv(a,b)}while(0);Ix(a);return}function zj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Fl(b,f,c)|0;c=k[e>>2]|0;if(!c){Rq(g,b,d);c=k[g>>2]|0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Aj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;a:do if((b|0)==(k[a+24>>2]|0)){e=a+32|0;if(k[b+20>>2]|0){b=iE(b+12|0)|0;b=(k[b>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){en(e,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}k[d>>2]=0;b=a+36|0;c=k[b>>2]|0;if(c>>>0<(k[a+40>>2]|0)>>>0){k[c>>2]=0;k[b>>2]=c+4}else en(e,d)}else if((k[b+8>>2]|0)==(k[a+28>>2]|0)){d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);r=f;return}function Bj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;h=k[a+4>>2]|0;j=k[k[a>>2]>>2]|0;l=h+16|0;m=h+8|0;c=0;while(1){if(c>>>0>=j>>>0){n=6;break}e=(k[l>>2]|0)+c|0;g=k[m>>2]|0;f=k[g>>2]|0;if(e>>>0>=((k[g+4>>2]|0)-f|0)>>>0){d=0;break}g=i[b+c>>0]|0;if(!(g<<24>>24)){d=0;break}if((i[f+e>>0]|0)==g<<24>>24)c=c+1|0;else{d=0;break}}if((n|0)==6)if((pq(b)|0)==(j|0)){k[l>>2]=(k[l>>2]|0)+j;n=zh(h)|0;j=a+8|0;k[k[j>>2]>>2]=n;k[k[a+12>>2]>>2]=k[l>>2];n=k[m>>2]|0;if(((k[k[j>>2]>>2]|0)+(k[l>>2]|0)|0)>>>0>((k[n+4>>2]|0)-(k[n>>2]|0)|0)>>>0)Ha(14422,13928,1255,38737);else d=1}else d=0;return d|0}function Cj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+44|0;if(k[e>>2]|0)Ha(28640,28652,39,29602);d=b+12|0;yI(a,(k[d>>2]|0)-(k[b+8>>2]|0)>>2);d=k[d>>2]|0;c=k[b+8>>2]|0;while(1){if((c|0)==(d|0))break;yI(a,k[c>>2]|0);c=c+4|0}d=b+24|0;yI(a,(k[d>>2]|0)-(k[b+20>>2]|0)>>2);d=k[d>>2]|0;c=k[b+20>>2]|0;while(1){if((c|0)==(d|0))break;yI(a,k[c>>2]|0);c=c+4|0}yI(a,k[b+4>>2]|0);c=k[b+32>>2]|0;d=(c|0)==0;EF(a,d?0:c,d?0:0);yI(a,jc(k[b+36>>2]|0)|0);d=k[e>>2]|0;e=et(k[a+40>>2]|0,b)|0;k[e>>2]=d;return}function Dj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){e=(k[a+8>>2]&2147483647)+-1|0;j=k[a+4>>2]|0}else{e=10;j=d&255}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){sn(a,e,j+h-e|0,j,j,0);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function Ej(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=i[a+11>>0]|0;h=j<<24>>24<0;g=a+4|0;e=k[g>>2]|0;j=j&255;do if((h?e:j)|0){if((b|0)!=(c|0)){e=c;f=b;while(1){e=e+-4|0;if(f>>>0>=e>>>0)break;m=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=m;f=f+4|0}e=k[g>>2]|0}m=h?k[a>>2]|0:a;c=c+-4|0;a=m+(h?e:j)|0;e=m;while(1){f=i[e>>0]|0;g=f<<24>>24>0&f<<24>>24!=127;if(b>>>0>=c>>>0)break;if(g?(f<<24>>24|0)!=(k[b>>2]|0):0){l=10;break}b=b+4|0;e=(a-e|0)>1?e+1|0:e}if((l|0)==10){k[d>>2]=4;break}if(g?((k[c>>2]|0)+-1|0)>>>0>=f<<24>>24>>>0:0)k[d>>2]=4}while(0);return}function Fj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;d=a+8|0;m=d+3|0;e=i[m>>0]|0;if(e<<24>>24<0){d=(k[d>>2]&2147483647)+-1|0;l=k[a+4>>2]|0}else{d=1;l=e&255}f=c-b|0;j=f>>2;do if(j|0){if((d-l|0)>>>0<j>>>0){_l(a,d,l+j-d|0,l,l);d=i[m>>0]|0}else d=e;h=d<<24>>24<0;if(h)g=k[a>>2]|0;else g=a;f=f>>>2;e=g+(l<<2)|0;d=b;while(1){if((d|0)==(c|0))break;k[e>>2]=k[d>>2];e=e+4|0;d=d+4|0}k[g+(l+f<<2)>>2]=0;d=l+j|0;if(h){k[a+4>>2]=d;break}else{i[m>>0]=d;break}}while(0);return}function Gj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>4>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>4;d=c+b|0;if(d>>>0>268435455)EL();f=f-e|0;e=f>>3;Xr(g,f>>4>>>0<134217727?(e>>>0<d>>>0?d:e):268435455,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;i=f+8|0;k[i>>2]=0;k[i+4>>2]=0;c=c+-1|0;if(!c)break;else f=f+16|0}k[e>>2]=d+(b<<4);go(a,g);jy(g)}else Sv(a,b);r=h;return}function Hj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-16|0;g=c+-16|0;k[h>>2]=0;i=j+-12|0;k[i>>2]=0;l=k[c+-4>>2]|0;k[j+-8>>2]=0;k[j+-4>>2]=l;k[h>>2]=k[g>>2];h=c+-12|0;k[i>>2]=k[h>>2];i=c+-8|0;k[j+-8>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-16;c=g}i=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=i;i=b+8|0;l=k[e>>2]|0;k[e>>2]=k[i>>2];k[i>>2]=l;i=a+8|0;l=b+12|0;j=k[i>>2]|0;k[i>>2]=k[l>>2];k[l>>2]=j;k[b>>2]=k[f>>2];return}function Ij(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+16|0;c=h+4|0;d=h;g=Ux(k[a+4>>2]|0)|0;e=g+8|0;f=1;while(1){j=ln(b,f)|0;if(i[j>>0]|0)break;j=$h(a,ln(b,f)|0)|0;k[d>>2]=j;k[c>>2]=k[d>>2];Fw(e,c);f=f+1|0}d=iE(e)|0;k[g+24>>2]=k[d>>2];VE(e);d=f+1|0;j=Yb(a,ln(b,f)|0)|0;c=g+28|0;k[c>>2]=j;j=(Hq(b)|0)+8|0;if(d>>>0<(k[j>>2]|0)>>>0){k[g+32>>2]=k[c>>2];j=Yb(a,ln(b,d)|0)|0;k[c>>2]=j}r=h;return g|0}function Jj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;if(c&2048){i[a>>0]=43;a=a+1|0}if(c&1024){i[a>>0]=35;a=a+1|0}g=c&260;d=c>>>14;f=(g|0)==260;if(f)e=0;else{i[a>>0]=46;i[a+1>>0]=42;e=1;a=a+2|0}while(1){c=i[b>>0]|0;if(!(c<<24>>24))break;i[a>>0]=c;b=b+1|0;a=a+1|0}a:do switch(g&511){case 4:if(!(d&1)){i[a>>0]=102;break a}else{i[a>>0]=70;break a}case 256:if(!(d&1)){i[a>>0]=101;break a}else{i[a>>0]=69;break a}default:{c=(d&1|0)!=0;if(f)if(c){i[a>>0]=65;break a}else{i[a>>0]=97;break a}else if(c){i[a>>0]=71;break a}else{i[a>>0]=103;break a}}}while(0);return e|0}function Kj(a,b){a=a|0;b=b|0;var c=0,d=0;d=b+8|0;if(!(k[d>>2]|0))c=0;else{c=gr(a+52|0,d)|0;c=(k[c+4>>2]|0)!=(k[c>>2]|0)}le(a,b);if(k[d>>2]|0){b=a+64|0;if(Xu(b,d)|0){lv(a+40|0);Gv(b,d)}if(c){lv(a+40|0);rq(a+52|0,d)}}return}function Lj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+16|0;c=k[a>>2]|0;do if(!(k[e>>2]|0)){EB(c,24938,0)|0;Rt(a,k[b+8>>2]|0)|0;b=b+12|0;c=k[b>>2]|0;if(c|0?(k[c>>2]|0)!=21:0){UC(a);d=7;break}sz(k[a>>2]|0,41)|0}else{EB(c,24931,0)|0;Rt(a,k[b+8>>2]|0)|0;UC(a);b=b+12|0;d=7}while(0);if((d|0)==7){b=k[b>>2]|0;if(b|0?(k[b>>2]|0)!=21:0)Tv(a,b);b=k[e>>2]|0;if(b|0)Tv(a,b);Ix(a)}return}function Mj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=a+11|0;e=i[j>>0]|0;f=e<<24>>24<0;if(f)h=k[a+4>>2]|0;else h=e&255;if(h>>>0<b>>>0)yL();if(f)e=(k[a+8>>2]&2147483647)+-1|0;else e=10;if((e-h|0)>>>0>=d>>>0){if(d|0){if(f)g=k[a>>2]|0;else g=a;f=h-b|0;e=g+b|0;if(f){qy(e+d|0,e|0,f|0)|0;c=e>>>0<=c>>>0&(g+h|0)>>>0>c>>>0?c+d|0:c}qy(e|0,c|0,d|0)|0;c=h+d|0;if((i[j>>0]|0)<0)k[a+4>>2]=c;else i[j>>0]=c;i[g+c>>0]=0}}else nl(a,e,h+d-e|0,h,b,0,d,c);return a|0}function Nj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;os(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Sm(a,c);vq(c);r=g;return}}function Oj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=PE(Oi(PE(Oi(PE(42756,21097)|0,c)|0,14075)|0,b)|0,38365)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(f,g);Qp(f)}i[(k[a>>2]|0)+b>>0]=c;i[(k[a>>2]|0)+(b+1)>>0]=c>>>8;i[(k[a>>2]|0)+(b+2)>>0]=c>>>16;i[(k[a>>2]|0)+(b+3)>>0]=c>>>24;r=e;return}function Pj(a,b){a=a|0;b=b|0;switch(k[b+8>>2]|0){case 0:{sz(EB(k[a>>2]|0,23469,0)|0,41)|0;break}case 1:{sz(EB(k[a>>2]|0,23478,0)|0,41)|0;break}case 2:{EB(k[a>>2]|0,23493,0)|0;UC(a);b=EE(b+16|0,0)|0;Tv(a,k[b>>2]|0);Ix(a);break}case 3:{sz(fz(EB(k[a>>2]|0,23505,0)|0,k[b+12>>2]|0)|0,41)|0;break}default:Ea()}return}function Qj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/12|0;f=e+1|0;if(f>>>0>357913941)EL();else{h=((k[a+8>>2]|0)-d|0)/12|0;d=h<<1;_q(c,h>>>0<178956970?(d>>>0<f>>>0?f:d):357913941,e,a+8|0);f=c+8|0;e=k[f>>2]|0;Ku(e,b);k[f>>2]=e+12;Vm(a,c);Js(c);r=g;return}}function Rj(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0;e=r;r=r+32|0;c=e+16|0;d=e;if(i[a+12>>0]|0){f=PE(Ri(PE(42756,20748)|0,b)|0,14075)|0;f=PE(Oi(f,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(f,g);Qp(f)}k[d>>2]=4;p[d+8>>3]=b;g=zE(d)|0;ye(a,g,M);r=e;return}function Sj(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[10208]|0;b=k[10207]|0;if(d-b>>2>>>0<a>>>0){e=k[10206]|0;c=b-e>>2;b=c+a|0;if(b>>>0>1073741823)EL();e=d-e|0;d=e>>1;Hs(f,e>>2>>>0<536870911?(d>>>0<b>>>0?b:d):1073741823,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;b=b+-1|0;if(!b)break;else e=e+4|0}k[d>>2]=c+(a<<2);Po(f);ot(f)}else rB(a);r=g;return}function Tj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;while(1){if((a|0)==(b|0))break;if(Br(c,k[a>>2]|0)|0){d=a;e=a;f=5;break}a=a+4|0}a:do if((f|0)==5)while(1){a=d;do{a=a+4|0;if((a|0)==(b|0)){b=e;break a}d=k[a>>2]|0}while(Br(c,d)|0);k[e>>2]=d;d=a;e=e+4|0;f=5}while(0);return b|0}function Uj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+32|0;g=j+20|0;h=j;i=k[a>>2]|0;e=(k[a+4>>2]|0)-i>>4;f=e+1|0;if(f>>>0>268435455)EL();else{l=(k[a+8>>2]|0)-i|0;i=l>>3;Xr(h,l>>4>>>0<134217727?(i>>>0<f>>>0?f:i):268435455,e,a+8|0);i=h+8|0;f=k[i>>2]|0;e=k[b>>2]|0;c=k[c>>2]|0;vF(g,k[d>>2]|0,0);hy(f,e,c,k[g>>2]|0);k[i>>2]=f+16;Rn(a,h);Cw(h);r=j;return}}function Vj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){e=(k[a+8>>2]&2147483647)+-1|0;j=k[a+4>>2]|0}else{e=10;j=d&255}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){Wn(a,e,j+h-e|0,j,j);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function Wj(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(k[(k[a>>2]|0)+84>>2]|0){if(i[a+8>>0]|0){d=PE(42756,20874)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}e=aG(a,31228)|0;d=Mk(k[a+4>>2]|0,k[(k[a>>2]|0)+80>>2]|0)|0;d=Mk(d,k[(k[a>>2]|0)+84>>2]|0)|0;cj(d,(k[(k[a>>2]|0)+100>>2]|0)!=0&1)|0;aE(a,e)}r=c;return}function Xj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Fl(b,f,c)|0;c=k[e>>2]|0;if(!c){ls(g,b,d);c=k[g>>2]|0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Yj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=d;k[e>>2]=b;k[e+4>>2]=c;e=f+8|0;if(i[a+12>>0]|0){c=PE(Ii(PE(42756,20719)|0,b,c)|0,14075)|0;c=PE(Oi(c,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;b=oF(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=b;b=WH(b,43460)|0;b=Rb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;YK(e);Hm(c,b);Qp(c)}Hl(d,a);r=f;return}function Zj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=k[b>>2]|0;k[e>>2]=f;b=Fu(e)|0;e=k[a+4>>2]|0;a:do if(e){g=e+-1|0;d=(g&e|0)==0;if(d)c=g&b;else c=(b>>>0)%(e>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(b)do{b=k[b>>2]|0;if(!b){b=0;break a}a=k[b+4>>2]|0;if(d)a=a&g;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(c|0)){b=0;break a}}while((k[b+8>>2]|0)!=(f|0));else b=0}else b=0;while(0);r=h;return b|0}function _j(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+32|0;e=i+20|0;f=i;g=k[a>>2]|0;h=(k[a+4>>2]|0)-g>>4;d=h+1|0;if(d>>>0>268435455)EL();else{j=(k[a+8>>2]|0)-g|0;g=j>>3;Xr(f,j>>4>>>0<134217727?(g>>>0<d>>>0?d:g):268435455,h,a+8|0);h=f+8|0;g=k[h>>2]|0;d=k[b>>2]|0;c=k[c>>2]|0;vF(e,c,((c|0)<0)<<31>>31);hy(g,d,49471,k[e>>2]|0);k[h>>2]=g+16;Rn(a,f);Cw(f);r=i;return}}function $j(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;g=ri(a,b,c,e)|0;f=e+4|0;if(Yh(k[e>>2]|0,k[f>>2]|0,k[d>>2]|0,k[c>>2]|0)|0){h=k[c>>2]|0;k[c>>2]=k[d>>2];k[d>>2]=h;d=g+1|0;if(Yh(k[e>>2]|0,k[f>>2]|0,k[c>>2]|0,k[b>>2]|0)|0){h=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=h;if(Yh(k[e>>2]|0,k[f>>2]|0,k[b>>2]|0,k[a>>2]|0)|0){d=k[a>>2]|0;k[a>>2]=k[b>>2];k[b>>2]=d;d=g+3|0}else d=g+2|0}}else d=g;return d|0}function ak(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;j=l;k[j>>2]=b;h=a+4|0;e=k[h>>2]|0;f=k[a>>2]|0;d=e-f>>2;i=0;while(1){if(i>>>0>=d>>>0){g=10;break}c=k[f+(i<<2)>>2]|0;if((c|0)==(b|0))break;if(c>>>0>b>>>0){g=5;break}i=i+1|0}do if((g|0)==5){at(a,d+1|0);b=k[a>>2]|0;c=b;b=(k[h>>2]|0)-b>>2;while(1){a=b+-1|0;if(a>>>0<=i>>>0)break;k[c+(a<<2)>>2]=k[c+(b+-2<<2)>>2];b=a}k[c+(i<<2)>>2]=k[j>>2]}else if((g|0)==10)if((e|0)==(k[a+8>>2]|0)){en(a,j);break}else{k[e>>2]=b;k[h>>2]=e+4;break}while(0);r=l;return}function bk(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0;e=r;r=r+32|0;c=e+16|0;d=e;if(i[a+12>>0]|0){f=PE(Ri(PE(42756,20733)|0,b)|0,14075)|0;f=PE(Oi(f,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(f,g);Qp(f)}k[d>>2]=3;o[d+8>>2]=b;og(a,xH(d)|0);r=e;return}function ck(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=r;r=r+16|0;c=d;if(!(i[a+8>>0]|0))c=a+4|0;else{g=PE(42756,15633)|0;e=a+4|0;f=k[e>>2]|0;f=Oi(g,(k[f+4>>2]|0)+1-(k[f>>2]|0)|0)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(c);Hm(f,g);Qp(f);c=e}f=cj(k[c>>2]|0,20)|0;g=Fs(a+40|0,b+8|0)|0;Mk(f,k[g>>2]|0)|0;r=d;return}function dk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+208|0;c=h+136|0;d=h+68|0;e=h;f=b+16|0;if(k[f>>2]|0){g=b+8|0;Pn(c,k[g>>2]|0);if(!(OD(c)|0)){b=b+12|0;Pn(d,k[b>>2]|0);if(!(OD(d)|0)){Pn(e,k[f>>2]|0);if(!(OD(e)|0)){i=sI((k[a+36>>2]|0)+108|0)|0;k[i+16>>2]=k[g>>2];k[i+8>>2]=k[b>>2];k[i+12>>2]=k[f>>2];aB(i);k[a+16>>2]=i}az(e)}az(d)}az(c)}r=h;return}function ek(a){a=a|0;var b=0;do switch(a|0){case 0:{Ea();break}case 1:{b=31413;break}case 2:{b=29851;break}case 3:{b=24942;break}case 4:{b=29885;break}case 5:{b=29900;break}case 6:{b=31382;break}case 7:{b=31387;break}case 8:{b=31399;break}case 9:{b=17110;break}case 10:{b=17120;break}case 11:{b=17130;break}case 12:{b=17141;break}case 13:{b=17152;break}case 14:{b=17157;break}case 15:{b=29819;break}case 16:{b=17163;break}case 17:{b=29837;break}case 18:{b=23517;break}case 19:{b=29844;break}case 20:{b=17169;break}case 21:{b=23465;break}case 22:{b=23453;break}default:{}}while(0);return b|0}function fk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=k[b+48>>2]|0;a:do if(!(c&16)){if(c&8|0){e=k[b+8>>2]|0;b=k[b+16>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Cp(a,e,b);break}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break a;k[a+(c<<2)>>2]=0;c=c+1|0}}else{d=b+44|0;c=k[d>>2]|0;e=k[b+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}b=k[b+20>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Cp(a,b,c)}while(0);return}function gk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+16|0;d=i+8|0;e=i+4|0;f=i;g=b+8|0;h=k[b+16>>2]|0;c=a+40|0;a=0;while(1){if((a|0)==(h|0))break;j=EE(g,a)|0;k[e>>2]=k[j>>2];j=gq(c,e)|0;k[f>>2]=b;Go(d,j,b,f);a=a+1|0}j=gq(c,b+24|0)|0;k[e>>2]=b;Go(d,j,b,e);r=i;return}function hk(a,b){a=a|0;b=b|0;var c=0;sz(a,40)|0;c=k[b>>2]|0;PE(PE(a,By(c)|0)|0,19118)|0;switch(c|0){case 0:{PE(a,30158)|0;break}case 1:{Pi(a,k[b+8>>2]|0)|0;break}case 2:{c=b+8|0;Ii(a,k[c>>2]|0,k[c+4>>2]|0)|0;break}case 3:{mm(a,+GH(b));break}case 4:{Xg(a,+FH(b));break}default:{}}return sz(a,41)|0}function ik(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;d=(d-b<<3)+e-c|0;if((d|0)>0){if(!c){g=f;e=k[f>>2]|0}else{h=32-c|0;g=(d|0)<(h|0)?d:h;h=-1>>>(h-g|0)&-1<<c;e=k[f>>2]|0;k[e>>2]=k[e>>2]&~h|k[b>>2]&h;h=f+4|0;c=(k[h>>2]|0)+g|0;e=e+(c>>>5<<2)|0;k[f>>2]=e;k[h>>2]=c&31;d=d-g|0;g=f;b=b+4|0}h=d>>>5;qy(e|0,b|0,h<<2|0)|0;e=d-(h<<5)|0;c=(k[g>>2]|0)+(h<<2)|0;k[g>>2]=c;d=c;if((e|0)>0){g=-1>>>(32-e|0);k[c>>2]=k[c>>2]&~g|k[b+(h<<2)>>2]&g;k[f+4>>2]=e}}else d=k[f>>2]|0;k[a>>2]=d;k[a+4>>2]=k[f+4>>2];return}function jk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=k[a>>2]|0;g=k[b+92>>2]|0;b=k[b+88>>2]|0;c=g;if((g|0)!=(b|0)){d=0;while(1){if((b|0)==(c|0))break;d=((k[b+8>>2]|0)!=(k[b+4>>2]|0)&1)+d|0;b=b+16|0}f=aG(a,31275)|0;g=a+4|0;Mk(k[g>>2]|0,d)|0;b=k[a>>2]|0;c=k[b+92>>2]|0;b=k[b+88>>2]|0;while(1){if((b|0)==(c|0))break;d=b+4|0;e=b+8|0;if((k[e>>2]|0)!=(k[d>>2]|0)){ov(a,k[b>>2]|0);cj(k[g>>2]|0,15)|0;d=k[d>>2]|0;kx(a,d,(k[e>>2]|0)-d|0)}b=b+16|0}aE(a,f)}return}function kk(a,b){a=a|0;b=b|0;var c=0,d=0;c=(b|0)!=0;a:do if(c&(a&3|0)!=0)while(1){if(!(i[a>>0]|0))break a;a=a+1|0;b=b+-1|0;c=(b|0)!=0;if(!(c&(a&3|0)!=0)){d=4;break}}else d=4;while(0);b:do if((d|0)==4)if(c){if(i[a>>0]|0){c:do if(b>>>0>3)while(1){c=k[a>>2]|0;if((c&-2139062144^-2139062144)&c+-16843009|0)break;a=a+4|0;b=b+-4|0;if(b>>>0<=3){d=10;break c}}else d=10;while(0);if((d|0)==10)if(!b){b=0;break}while(1){if(!(i[a>>0]|0))break b;a=a+1|0;b=b+-1|0;if(!b){b=0;break}}}}else b=0;while(0);return (b|0?a:0)|0}function lk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=zm(b,f,c)|0;c=k[e>>2]|0;if(!c){ls(g,b,d);c=k[g>>2]|0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function mk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d+4|0;c=d;if(k[(k[a>>2]|0)+104>>2]|0){if(i[a+8>>0]|0){e=PE(42756,20921)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(b);Hm(e,f);Qp(e)}f=aG(a,31291)|0;e=k[a+4>>2]|0;dG(c,k[(k[a>>2]|0)+104>>2]|0,0);k[b>>2]=k[c>>2];Mk(e,il(a,b)|0)|0;aE(a,f)}r=d;return}function nk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=yk(a,b,c)|0;e=k[d>>2]|0;f=k[c>>2]|0;if(+p[e+16>>3]>+p[f+16>>3]){k[c>>2]=e;k[d>>2]=f;d=g+1|0;e=k[c>>2]|0;f=k[b>>2]|0;if(+p[e+16>>3]>+p[f+16>>3]){k[b>>2]=e;k[c>>2]=f;d=k[b>>2]|0;e=k[a>>2]|0;if(+p[d+16>>3]>+p[e+16>>3]){k[a>>2]=d;k[b>>2]=e;d=g+3|0}else d=g+2|0}}else d=g;return d|0}function ok(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+80|0;e=g+68|0;f=g;d=k[b>>2]|0;k[e>>2]=d;k[f+32>>2]=0;k[f+36>>2]=0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[f+16>>2]=0;k[f+20>>2]=0;j[f+24>>1]=0;k[f+28>>2]=f+32;k[f+44>>2]=0;k[f+48>>2]=0;k[f+40>>2]=f+44;i[f+52>>0]=0;i[f+53>>0]=0;k[f+60>>2]=0;k[f+64>>2]=0;k[f+56>>2]=f+60;if((k[d>>2]|0)==3){i[f+24>>0]=1;xj(a,f)}b=a+96|0;c=k[b>>2]|0;if((c|0)==(k[a+100>>2]|0))en(a+92|0,e);else{k[c>>2]=d;k[b>>2]=(k[b>>2]|0)+4}az(f);r=g;return}function pk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=c+16|0;e=k[d>>2]|0;if(!e)if(!(Iv(c)|0)){d=k[d>>2]|0;f=5}else d=0;else{d=e;f=5}a:do if((f|0)==5){g=c+20|0;f=k[g>>2]|0;e=f;if((d-f|0)>>>0<b>>>0){d=Db[k[c+36>>2]&31](c,a,b)|0;break}b:do if((i[c+75>>0]|0)>-1){d=b;while(1){if(!d){f=b;d=0;break b}f=d+-1|0;if((i[a+f>>0]|0)==10)break;else d=f}if((Db[k[c+36>>2]&31](c,a,d)|0)>>>0<d>>>0)break a;f=b-d|0;a=a+d|0;e=k[g>>2]|0}else{f=b;d=0}while(0);Fr(e|0,a|0,f|0)|0;k[g>>2]=(k[g>>2]|0)+f;d=d+f|0}while(0);return d|0}function qk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=PE(42756,15177)|0;f=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(d,f);Qp(d)}d=vw(a)|0;k[b+8>>2]=d;d=Qm(a)|0;k[b+12>>2]=d;d=a+108|0;c=k[d>>2]|0;if((c|0)==4){c=Qm(a)|0;k[b+16>>2]=c;Ul(b);c=k[d>>2]|0}if((c|0)==15){r=e;return}else Ha(15189,13928,1831,15224)}function rk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+4|0;g=h;e=a+4|0;c=fx((k[e>>2]|0)-(k[a>>2]|0)>>2)|0;k[f>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[g>>2]=c;d=k[e>>2]|0;if(d>>>0>=(k[a+8>>2]|0)>>>0){Wk(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){qA(c+8|0);oN(c)}}else{k[g>>2]=0;k[d>>2]=c;k[e>>2]=d+4;k[g>>2]=0}g=a+136|0;a=gs(g,b)|0;k[a>>2]=b;g=gs(g,f)|0;k[g>>2]=b;r=h;return}function sk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;a=0}else{g=FI()|0;h=k[g>>2]|0;k[g>>2]=0;aI()|0;a=sL(a,f,d)|0;e=M;d=k[g>>2]|0;if(!d)k[g>>2]=h;a:do if((k[f>>2]|0)==(b|0)){do if((d|0)==34){k[c>>2]=4;if((e|0)>0|(e|0)==0&a>>>0>0){a=2147483647;break a}}else{if((e|0)<-1|(e|0)==-1&a>>>0<2147483648){k[c>>2]=4;break}if((e|0)>0|(e|0)==0&a>>>0>2147483647){k[c>>2]=4;a=2147483647;break a}else break a}while(0);a=-2147483648}else{k[c>>2]=4;a=0}while(0)}r=i;return a|0}function tk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=VC(24)|0;k[d>>2]=0;e=d+4|0;k[e>>2]=0;k[d+8>>2]=0;at(d,k[(k[a>>2]|0)+108>>2]|0);f=k[a>>2]|0;c=f+108|0;b=0;while(1){if(b>>>0>=(k[c>>2]|0)>>>0)break;k[(k[d>>2]|0)+(b<<2)>>2]=b;b=b+1|0}b=a+2504|0;if(!(i[b>>0]|0)){f=k[f+32>>2]|0;Rl((k[d>>2]|0)+((k[f+12>>2]|0)-(k[f+8>>2]|0)>>2<<2)|0,k[e>>2]|0,a+4|0)}else i[b>>0]=0;Xi(a,d);return d|0}function uk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Kf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=WH(m,43484)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+36>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];Kb[n&63](m,c,d,l,g,b)|0;YK(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function vk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Kf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=WH(m,43484)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+28>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];Kb[n&63](m,c,d,l,g,b)|0;YK(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function wk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;Dq(a);h=k[b>>2]|0;k[b>>2]=0;c=k[a>>2]|0;k[a>>2]=h;if(c|0)oN(c);h=b+4|0;e=a+4|0;k[e>>2]=k[h>>2];k[h>>2]=0;h=b+12|0;d=k[h>>2]|0;k[a+12>>2]=d;k[a+16>>2]=k[b+16>>2];f=b+8|0;c=k[f>>2]|0;g=a+8|0;k[g>>2]=c;if(d|0){d=k[c+4>>2]|0;c=k[e>>2]|0;b=c+-1|0;if(!(b&c))c=b&d;else c=(d>>>0)%(c>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=g;k[f>>2]=0;k[h>>2]=0}return}function xk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;k[c>>2]=b;d=e+4|0;if(i[a+12>>0]|0){b=PE(Pi(PE(42756,20705)|0,b)|0,14075)|0;b=PE(Oi(b,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;f=oF(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(d);Hm(b,f);Qp(b)}Fm(c,a);r=e;return}function yk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0.0,i=0.0;e=k[b>>2]|0;i=+p[e+16>>3];g=k[a>>2]|0;h=+p[g+16>>3];f=k[c>>2]|0;d=+p[f+16>>3]>i;do if(i>h){if(d){k[a>>2]=f;k[c>>2]=g;d=1;break}k[a>>2]=e;k[b>>2]=g;d=k[c>>2]|0;if(+p[d+16>>3]>h){k[b>>2]=d;k[c>>2]=g;d=2}else d=1}else if(d){k[b>>2]=f;k[c>>2]=e;d=k[b>>2]|0;e=k[a>>2]|0;if(+p[d+16>>3]>+p[e+16>>3]){k[a>>2]=d;k[b>>2]=e;d=2}else d=1}else d=0;while(0);return d|0}function zk(a,b){a=a|0;b=b|0;var c=0,d=0;d=qC(k[a+4>>2]|0)|0;c=$h(a,ln(b,1)|0)|0;k[d+8>>2]=c;c=(Hq(b)|0)+8|0;if((k[c>>2]|0)!=2){c=oI(ln(b,0)|0)|0;if((c|0)==(k[10445]|0)){c=(Hq(b)|0)+8|0;if((k[c>>2]|0)>>>0>3){c=Yb(a,ln(b,2)|0)|0;k[d+12>>2]=c;c=3}else c=2;c=Yb(a,ln(b,c)|0)|0;k[d+16>>2]=c}else{c=Yb(a,ln(b,2)|0)|0;k[d+12>>2]=c;c=k[d+16>>2]|0}if(c|0)k[d+4>>2]=0}return d|0}function Ak(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>2>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>2;d=c+b|0;if(d>>>0>1073741823)EL();f=f-e|0;e=f>>1;os(g,f>>2>>>0<536870911?(e>>>0<d>>>0?d:e):1073741823,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;c=c+-1|0;if(!c)break;else f=f+4|0}k[e>>2]=d+(b<<2);ro(a,g);Iy(g)}else tz(a,b);r=h;return}function Bk(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+48|0;g=e+32|0;c=e+24|0;h=e+16|0;f=e;e=e+36|0;a=zC()|0;if(a|0?(d=k[a>>2]|0,d|0):0){a=d+48|0;b=k[a>>2]|0;a=k[a+4>>2]|0;if(!((b&-256|0)==1126902528&(a|0)==1129074247)){k[c>>2]=37765;MH(37715,c)}if((b|0)==1126902529&(a|0)==1129074247)a=k[d+44>>2]|0;else a=d+80|0;k[e>>2]=a;d=k[d>>2]|0;a=k[d+4>>2]|0;if(Cn(2920,d,e)|0){h=k[e>>2]|0;h=Lb[k[(k[h>>2]|0)+8>>2]&127](h)|0;k[f>>2]=37765;k[f+4>>2]=a;k[f+8>>2]=h;MH(37629,f)}else{k[h>>2]=37765;k[h+4>>2]=a;MH(37674,h)}}MH(37753,g)}function Ck(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-12|0;g=c+-12|0;k[h>>2]=0;i=j+-8|0;k[i>>2]=0;k[j+-4>>2]=0;k[h>>2]=k[g>>2];h=c+-8|0;k[i>>2]=k[h>>2];i=c+-4|0;k[j+-4>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-12;c=g}h=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=h;h=b+8|0;j=k[e>>2]|0;k[e>>2]=k[h>>2];k[h>>2]=j;h=a+8|0;j=b+12|0;i=k[h>>2]|0;k[h>>2]=k[j>>2];k[j>>2]=i;k[b>>2]=k[f>>2];return}function Dk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=PE(42756,15741)|0;d=Oi(d,k[a+16>>2]|0)|0;f=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(d,f);Qp(d)}d=zh(a)|0;k[b+8>>2]=d;f=k[a>>2]|0;c=k[f+48>>2]|0;if(d>>>0<(k[f+52>>2]|0)-c>>2>>>0){k[b+4>>2]=k[(k[c+(d<<2)>>2]|0)+4>>2];r=e;return}else Ha(15761,13928,1935,15795)}function Ek(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+32|0;f=j;g=k[a>>2]|0;h=(k[a+4>>2]|0)-g>>4;e=h+1|0;if(e>>>0>268435455)EL();else{l=(k[a+8>>2]|0)-g|0;g=l>>3;Xr(f,l>>4>>>0<134217727?(g>>>0<e>>>0?e:g):268435455,h,a+8|0);h=f+8|0;g=k[h>>2]|0;c=k[c>>2]|0;d=k[d>>2]|0;k[g>>2]=k[b>>2];k[g+4>>2]=c;k[g+8>>2]=d;i[g+12>>0]=0;k[h>>2]=g+16;go(a,f);jy(f);r=j;return}}function Fk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+36|0;f=a+40|0;c=fx((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+44>>2]|0)>>>0){bl(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0){ey(c);oN(c)}}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+172|0;a=gs(h,b)|0;k[a>>2]=b;h=gs(h,g)|0;k[h>>2]=b;r=i;return}function Gk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;while(1){if((a|0)==(b|0))break;if(kB(c,k[a>>2]|0)|0){f=a;d=5;break}a=a+4|0}a:do if((d|0)==5)while(1){do{a=a+4|0;if((a|0)==(b|0)){b=f;break a}d=k[a>>2]|0}while(kB(c,d)|0);k[a>>2]=0;e=k[f>>2]|0;k[f>>2]=d;if(e|0){ey(e);oN(e)}f=f+4|0;d=5}while(0);return b|0}function Hk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;EB(k[a>>2]|0,24922,0)|0;d=b+8|0;e=k[b+16>>2]|0;c=0;while(1){if((c|0)==(e|0))break;f=EE(d,c)|0;g=sz(k[a>>2]|0,32)|0;fz(g,k[f>>2]|0)|0;c=c+1|0}c=sz(k[a>>2]|0,32)|0;fz(c,k[b+24>>2]|0)|0;UC(a);c=k[b+32>>2]|0;if(c|0?(k[c>>2]|0)!=21:0)Tv(a,c);Tv(a,k[b+28>>2]|0);Ix(a);return}function Ik(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=PE(42756,15633)|0;d=Oi(d,k[a+16>>2]|0)|0;f=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(d,f);Qp(d)}d=zh(a)|0;k[b+8>>2]=d;c=k[a+64>>2]|0;if(d>>>0<(wH(c)|0)>>>0){f=ZA(c,d)|0;k[b+4>>2]=f;r=e;return}else Ha(15652,13928,1922,15695)}function Jk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;f=g;c=k[a+104>>2]|0;e=(k[a+108>>2]|0)-c>>2;d=e;while(1){a=d+-1|0;if((d|0)<=0){a=4;break}if((k[c+(a<<2)>>2]|0)==(b|0)){a=5;break}else d=a}if((a|0)==4){g=fz(PE(42756,20582)|0,b)|0;b=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=b;b=WH(b,43460)|0;b=Rb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;YK(f);Hm(g,b);Qp(g);Ea()}else if((a|0)==5){r=g;return 1-d+-1+e|0}return 0}function Kk(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0;if((1073741806-b|0)>>>0<c>>>0)zL();m=a+8|0;if((i[m+3>>0]|0)<0)l=k[a>>2]|0;else l=a;if(b>>>0<536870887){c=c+b|0;h=b<<1;c=c>>>0<h>>>0?h:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Ha(37454,37491,1734,37571);else j=c}else j=1073741807;h=VC(j<<2)|0;if(f|0)UJ(h,g,f);c=d-e|0;if(c|0)UJ(h+(f<<2)|0,l+(e<<2)|0,c);if((b|0)!=1)oN(l);k[a>>2]=h;k[m>>2]=j|-2147483648;m=c+f|0;k[a+4>>2]=m;k[h+(m<<2)>>2]=0;return}function Lk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+144|0;d=h+68|0;e=h;a:do if(((k[b+16>>2]|0)==0?(g=k[b+12>>2]|0,!((g|0)==0|(k[g>>2]|0)!=4)):0)?(f=g+16|0,(k[f>>2]|0)==0):0){c=k[g+12>>2]|0;do if(c){Pn(d,c);if(!(OD(d)|0)){b=b+8|0;Pn(e,k[b>>2]|0);c=si(e,d)|0;az(e);az(d);if(c)break a;else break}else{az(d);break a}}else b=b+8|0;while(0);k[f>>2]=k[b>>2];k[a+16>>2]=g;i[a+40>>0]=1}while(0);r=h;return}function Mk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=PE(Oi(PE(42756,20457)|0,b)|0,14075)|0;e=PE(Oi(e,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38365)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}qn(b,a);r=d;return a|0}function Nk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=zm(b,f,c)|0;c=k[e>>2]|0;if(!c){jt(g,b,d);c=k[g>>2]|0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Ok(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=PE(42756,14469)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}e=(k[a>>2]|0)+80|0;wE(e,zh(a)|0,0)|0;e=(k[a>>2]|0)+84|0;wE(e,zh(a)|0,0)|0;if((sh(a)|0)<<24>>24){e=(k[a>>2]|0)+100|0;Ke(b,31228,0);k[e>>2]=k[b>>2]}r=c;return}function Pk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+32|0;d=h;e=k[10346]|0;f=((k[10347]|0)-e|0)/40|0;g=f+1|0;if(g>>>0>107374182)EL();else{j=((k[10348]|0)-e|0)/40|0;e=j<<1;wr(d,j>>>0<53687091?(e>>>0<g>>>0?g:e):107374182,f);g=d+8|0;f=k[g>>2]|0;b=i[b>>0]|0;e=k[c>>2]|0;Me(f,a);i[f+32>>0]=b;k[f+36>>2]=e;k[g>>2]=f+40;Lo(d);ex(d);r=h;return}}function Qk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+12|0;f=a+16|0;c=fx((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+20>>2]|0)>>>0){dl(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)oN(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+148|0;a=gs(h,b)|0;k[a>>2]=b;h=gs(h,g)|0;k[h>>2]=b;r=i;return}function Rk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+48|0;f=a+52|0;c=fx((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+56>>2]|0)>>>0){dl(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)oN(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+184|0;a=gs(h,b)|0;k[a>>2]=b;h=gs(h,g)|0;k[h>>2]=b;r=i;return}function Sk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+24|0;f=a+28|0;c=fx((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+32>>2]|0)>>>0){dl(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)oN(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+160|0;a=gs(h,b)|0;k[a>>2]=b;h=gs(h,g)|0;k[h>>2]=b;r=i;return}function Tk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=k[a+28>>2]|0;e=a+32|0;while(1){c=k[e>>2]|0;if((c|0)==(d|0))break;f=c+-4|0;k[e>>2]=f;c=k[f>>2]|0;k[f>>2]=0;if(!c)continue;CC(c);oN(c)}Nl(a+-16|0,0);k[a+24>>2]=k[a+40>>2];bm(a,b+36|0);if(k[a+52>>2]|0)Ha(29557,29578,251,29602);if((k[a+60>>2]|0)!=(k[a+56>>2]|0))Ha(29617,29578,252,29602);if((k[a+72>>2]|0)==(k[a+68>>2]|0))return;else Ha(29637,29578,253,29602)}function Uk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=PE(42756,15810)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}e=zh(a)|0;k[b+8>>2]=e;f=k[a>>2]|0;if(e>>>0<(k[f+52>>2]|0)-(k[f+48>>2]|0)>>2>>>0){f=vw(a)|0;k[b+12>>2]=f;k[b+4>>2]=k[f+4>>2];r=d;return}else Ha(15761,13928,1941,15829)}function Vk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;g=a+64|0;a=k[g>>2]|0;k[g>>2]=a+1;Ki(e,a);a=i[b+11>>0]|0;g=a<<24>>24<0;b=Vl(e,g?k[b>>2]|0:b,g?k[b+4>>2]|0:a&255)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}dG(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);g=k[c>>2]|0;WI(d);WI(e);r=f;return g|0}function Wk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;os(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Sm(a,c);Ds(c);r=g;return}}function Xk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[10346]|0;e=((k[10347]|0)-d|0)/40|0;f=e+1|0;if(f>>>0>107374182)EL();else{h=((k[10348]|0)-d|0)/40|0;d=h<<1;wr(c,h>>>0<53687091?(d>>>0<f>>>0?f:d):107374182,e);f=c+8|0;e=k[f>>2]|0;a=i[a>>0]|0;d=k[b>>2]|0;Me(e,30317);i[e+32>>0]=a;k[e+36>>2]=d;k[f>>2]=e+40;Lo(c);ex(c);r=g;return}}function Yk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=r;r=r+32|0;c=g+16|0;d=g+8|0;e=g;f=a+8|0;if(k[f>>2]<<5>>>0<b>>>0){k[c>>2]=0;i=c+4|0;k[i>>2]=0;h=c+8|0;k[h>>2]=0;kz(c,b);l=k[a>>2]|0;k[d>>2]=l;k[d+4>>2]=0;b=a+4|0;j=k[b>>2]|0;k[e>>2]=l+(j>>>5<<2);k[e+4>>2]=j&31;Li(c,d,e);e=k[a>>2]|0;k[a>>2]=k[c>>2];k[c>>2]=e;d=k[b>>2]|0;k[b>>2]=k[i>>2];k[i>>2]=d;k[f>>2]=k[h>>2];gM(e)}r=g;return}function Zk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,16530)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}switch(k[b+8>>2]|0){case 1:{cj(k[a+4>>2]|0,59)|0;break}case 2:{Dg(a,EE(b+16|0,0)|0);cj(k[a+4>>2]|0,57)|0;break}default:Ea()}r=d;return}function _k(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;os(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Sm(a,c);Bt(c);r=g;return}}function $k(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/24|0;f=e+1|0;if(f>>>0>178956970)EL();else{h=((k[a+8>>2]|0)-d|0)/24|0;d=h<<1;$q(c,h>>>0<89478485?(d>>>0<f>>>0?f:d):178956970,e,a+8|0);f=c+8|0;e=k[f>>2]|0;du(e,b);k[f>>2]=e+24;rn(a,c);xw(c);r=g;return}}function al(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;e=k[a+8>>2]|0;c=k[a+4>>2]|0;if((e-c|0)>>>0<b>>>0){f=k[a>>2]|0;c=c-f|0;d=c+b|0;if((d|0)<0)EL();f=e-f|0;e=f<<1;Vx(g,f>>>0<1073741823?(e>>>0<d>>>0?d:e):2147483647,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){i[f>>0]=0;c=c+-1|0;if(!c)break;else f=f+1|0}k[e>>2]=d+b;yo(a,g);lA(g)}else CA(a,b);r=h;return}function bl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;os(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Sm(a,c);qt(c);r=g;return}}function cl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=PE(Oi(PE(Oi(PE(42756,20483)|0,c)|0,14075)|0,b)|0,38365)|0;g=oF(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(f,g);Qp(f)}Wx(c,a,b);r=e;return}function dl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;os(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Sm(a,c);eu(c);r=g;return}}function el(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;f=h;g=k[a+8>>2]|0;c=a+4|0;d=k[c>>2]|0;do if(g-d>>2>>>0<b>>>0){e=k[a>>2]|0;c=d-e>>2;d=c+b|0;if(d>>>0>1073741823)EL();else{e=g-e|0;g=e>>1;os(f,e>>2>>>0<536870911?(g>>>0<d>>>0?d:g):1073741823,c,a+8|0);g=f+8|0;e=k[g>>2]|0;Kt(e|0,0,b<<2|0)|0;k[g>>2]=e+(b<<2);ro(a,f);Iy(f);break}}else{Kt(d|0,0,b<<2|0)|0;k[c>>2]=d+(b<<2)}while(0);r=h;return}function fl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0;f=r;r=r+16|0;d=f+12|0;e=f;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Yr(e,37620,5);k[d>>2]=0;c=(i[a+11>>0]|0)<0?k[a>>2]|0:a;h=FI()|0;j=k[h>>2]|0;k[h>>2]=0;a=GK(c,d,0)|0;b=M;g=k[h>>2]|0;k[h>>2]=j;if((g|0)==34)_v(e);if((k[d>>2]|0)==(c|0))aw(e);else{WI(e);M=b;r=f;return a|0}return 0}function gl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=PE(42756,15709)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}f=zh(a)|0;k[b+8>>2]=f;if(f>>>0<(wH(k[a+64>>2]|0)|0)>>>0){f=vw(a)|0;k[b+12>>2]=f;k[b+4>>2]=k[f+4>>2];r=d;return}else Ha(15652,13928,1928,15727)}function hl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=em(a,k[10250]|0)|0;if(!((b|0)!=41e3?(e=b+16|0,d=i[a+11>>0]|0,g=d<<24>>24<0,d=g?k[a+4>>2]|0:d&255,c=i[e+11>>0]|0,f=c<<24>>24<0,c=f?k[b+20>>2]|0:c&255,a=CH(g?k[a>>2]|0:a,f?k[e>>2]|0:e,c>>>0<d>>>0?c:d)|0,(((a|0)==0?(d>>>0<c>>>0?-2147483648:0):a)|0)>=0):0))b=41e3;return b|0}function il(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=a+76|0;a:do if(!(k[a+84>>2]|0)){d=0;while(1){g=k[a>>2]|0;c=k[g+36>>2]|0;if(d>>>0>=(k[g+40>>2]|0)-c>>2>>>0){e=f;break a}c=k[c+(d<<2)>>2]|0;if(Xu(f,c)|0)break;g=gs(f,c)|0;k[g>>2]=d;d=d+1|0}Ha(20776,13928,734,20829)}else e=f;while(0);if(!(Xu(e,b)|0))Ha(20846,13928,738,20829);else{g=gs(f,b)|0;return k[g>>2]|0}return 0}function jl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(!(i[a+8>>0]|0))a=a+4|0;else{f=PE(42756,15741)|0;a=a+4|0;e=k[a>>2]|0;e=Oi(f,(k[e+4>>2]|0)+1-(k[e>>2]|0)|0)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}f=cj(k[a>>2]|0,26)|0;Mk(f,k[b+8>>2]|0)|0;r=d;return}function kl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=k[a+4>>2]|0;c=k[a>>2]|0;while(1){if((c|0)==(e|0))break;f=k[c>>2]|0;if(f|0){d=f+-8|0;b=k[d+4>>2]|0;if(b|0){b=f+(b<<4)|0;do{b=b+-16|0;Oo(b)}while((b|0)!=(f|0))}mN(d)}c=c+4|0}f=a+16|0;g=k[a+20>>2]|0;c=k[f>>2]|0;while(1){if((c|0)==(g|0))break;d=k[c>>2]|0;if(d|0){e=d+-4|0;b=k[e>>2]|0;if(b|0){b=d+(b*12|0)|0;do{b=b+-12|0;qA(b)}while((b|0)!=(d|0))}mN(e)}c=c+4|0}qA(f);qA(a);return}function ll(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=a+64|0;a:do if(!(k[a+72>>2]|0)){d=0;while(1){g=k[a>>2]|0;c=k[g+12>>2]|0;if(d>>>0>=(k[g+16>>2]|0)-c>>2>>>0){e=f;break a}c=k[c+(d<<2)>>2]|0;if(Xu(f,c)|0)break;g=gs(f,c)|0;k[g>>2]=d;d=d+1|0}Ha(20594,13928,721,20643)}else e=f;while(0);if(!(Xu(e,b)|0))Ha(20658,13928,725,20643);else{g=gs(f,b)|0;return k[g>>2]|0}return 0}function ml(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;Xr(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=k[b+4>>2];k[e+8>>2]=k[b+8>>2];k[e+12>>2]=k[b+12>>2];k[f>>2]=e+16;go(a,c);jy(c);r=g;return}}function nl(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)zL();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=$b(j)|0;if(e|0)Fr(l|0,m|0,e|0)|0;if(g|0)Fr(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)Fr(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)uc(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function ol(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=b&255;a:do if(!d)a=a+(pq(a)|0)|0;else{if(a&3){c=b&255;do{e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break a;a=a+1|0}while((a&3|0)!=0)}d=$(d,16843009)|0;c=k[a>>2]|0;b:do if(!((c&-2139062144^-2139062144)&c+-16843009))do{e=c^d;if((e&-2139062144^-2139062144)&e+-16843009|0)break b;a=a+4|0;c=k[a>>2]|0}while(!((c&-2139062144^-2139062144)&c+-16843009|0));while(0);c=b&255;while(1){e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break;else a=a+1|0}}while(0);return a|0}function pl(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+16|0;Xq(c,166,b);d=k[b>>2]|0;if((d|0)==0|(k[d>>2]|0)!=2)Fc(a,b);else{Xq(c,167,b);a=d+16|0;if(k[a>>2]|0){Xq(c,119,a);Xq(c,168,b)}Xq(c,119,d+12|0);Xq(c,169,b);Xq(c,119,d+8|0)}return}function ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;Xr(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[f>>2]=e+16;Rn(a,c);Dw(c);r=g;return}}function rl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;c=a+104|0;g=k[c>>2]|0;if((g|0)!=0?(k[a+108>>2]|0)>=(g|0):0)h=4;else{b=Ny(a)|0;if((b|0)>=0){c=k[c>>2]|0;g=k[a+8>>2]|0;if(c){d=a+4|0;f=k[d>>2]|0;e=c-(k[a+108>>2]|0)|0;c=g;if((g-f|0)<(e|0))h=9;else k[a+100>>2]=f+(e+-1)}else{d=a+4|0;c=g;h=9}if((h|0)==9)k[a+100>>2]=g;if(!c)c=k[d>>2]|0;else{g=k[d>>2]|0;a=a+108|0;k[a>>2]=c+1-g+(k[a>>2]|0);c=g}c=c+-1|0;if((l[c>>0]|0|0)!=(b|0))i[c>>0]=b}else h=4}if((h|0)==4){k[a+100>>2]=0;b=-1}return b|0}function sl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+56|0;d=k[e>>2]|0;Nl(a,b);Sn(d,k[e>>2]|0);d=(lI(k[b>>2]|0)|0)+16|0;d=(k[d>>2]|0)==0;c=a+76|0;Sn(k[(k[c>>2]|0)+-4>>2]|0,k[e>>2]|0);b=k[c>>2]|0;if(!d){a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=b+(e<<2);a=e}b=b+-4|0}a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=b+(e<<2);a=e}return}function tl(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=Lb[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+8+3>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+20+3>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Cd(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function ul(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=QI()|0;d=(Hq(b)|0)+8|0;if((k[d>>2]|0)==4){c=oI(ln(b,1)|0)|0;k[e>>2]=c;c=2;d=a+28|0}else{d=a+28|0;c=fx(k[d>>2]|0)|0;k[e>>2]=c;c=1}k[d>>2]=(k[d>>2]|0)+1;d=Rf(oI(ln(b,c)|0)|0,0,0)|0;k[e+4>>2]=d;d=Yb(a,ln(b,c+1|0)|0)|0;k[e+8>>2]=d;b=(Hq(b)|0)+8|0;if((c+2|0)==(k[b>>2]|0)){Rk(k[a>>2]|0,e);return}else Ha(17972,13652,1423,17986)}function vl(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=Lb[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+11>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+12+11>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Ed(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function wl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,15709)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+12|0);e=cj(k[a+4>>2]|0,21)|0;f=Fs(a+40|0,b+8|0)|0;Mk(e,k[f>>2]|0)|0;r=d;return}function xl(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)zL();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=VC(j)|0;if(e|0)Fr(l|0,m|0,e|0)|0;if(g|0)Fr(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)Fr(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)oN(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;d=l;e=l+4|0;k[d>>2]=b;f=OH(k[b>>2]|0)|0;g=k[a+56>>2]|0;k[e>>2]=1;j=f+8|0;h=g+28|0;c=k[h>>2]|0;if(c>>>0<(k[g+32>>2]|0)>>>0){g=k[j>>2]|0;k[c>>2]=1;k[c+4>>2]=g;k[c+8>>2]=b;i[c+12>>0]=0;k[h>>2]=c+16}else Ek(g+24|0,e,j,d);b=k[f+12>>2]|0;if(!((b|0)==0|(k[b>>2]|0)!=9))UA(k[a+108>>2]|0,k[a+144>>2]|0,k[j>>2]|0,k[b+8>>2]|0);r=l;return}function zl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)EL();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;Ur(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;e=k[c>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=e;k[g>>2]=f+8;eo(a,d);iy(d);r=h;return}}function Al(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;d=a+8|0;ri(a,a+4|0,d,c)|0;g=c+4|0;f=a+12|0;while(1){if((f|0)==(b|0))break;if(Yh(k[c>>2]|0,k[g>>2]|0,k[f>>2]|0,k[d>>2]|0)|0){h=k[f>>2]|0;e=f;while(1){k[e>>2]=k[d>>2];if((d|0)==(a|0)){d=a;break}e=d+-4|0;if(Yh(k[c>>2]|0,k[g>>2]|0,h,k[e>>2]|0)|0){i=d;d=e;e=i}else break}k[d>>2]=h}d=f;f=f+4|0}return}function Bl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=(Hq(b)|0)+8|0;do if((k[e>>2]|0)==(c|0))d=II(k[a+4>>2]|0)|0;else{e=(Hq(b)|0)+8|0;if((k[e>>2]|0)==(c+1|0)){d=Yb(a,ln(b,c)|0)|0;break}d=VA(k[a+4>>2]|0)|0;e=d+12|0;while(1){f=(Hq(b)|0)+8|0;if(!((c|0)!=-1?c>>>0<(k[f>>2]|0)>>>0:0))break;xx(e,Yb(a,ln(b,c)|0)|0);c=c+1|0}Ln(d)}while(0);return d|0}function Cl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)EL();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;Ur(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=k[c>>2];k[g>>2]=f+8;eo(a,d);iy(d);r=h;return}}function Dl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,121,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function El(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,120,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function Fl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){e=k[c>>2]|0;while(1){d=k[a+16>>2]|0;if(JJ(e,d)|0){d=k[a>>2]|0;if(!d){d=5;break}else a=d}else{if(!(JJ(d,e)|0)){d=10;break}c=a+4|0;d=k[c>>2]|0;if(!d){d=9;break}else a=d}}if((d|0)==5){k[b>>2]=a;break}else if((d|0)==9){k[b>>2]=a;a=c;break}else if((d|0)==10){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Gl(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=a+16|0;b=k[d>>2]|0;if(!b)Ha(15108,13928,1415,15116);if(i[a+12>>0]|0){b=PE(42756,15126)|0;b=PE(Oi(b,k[d>>2]|0)|0,38365)|0;a=oF(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=a;a=WH(a,43460)|0;a=Rb[k[(k[a>>2]|0)+28>>2]&31](a,10)|0;YK(c);Hm(b,a);Qp(b);b=k[d>>2]|0}k[d>>2]=b+-1;r=e;return}function Hl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;h=l;c=a;j=b+4|0;g=b+8|0;d=k[c>>2]|0;c=k[c+4>>2]|0;while(1){e=d&127;i[h>>0]=e;f=fF(d|0,c|0,7)|0;c=M;if(!(YB(a,f,c,e)|0))break;d=(d|128)&255;i[h>>0]=d;e=k[j>>2]|0;if((e|0)==(k[g>>2]|0))jn(b,h);else{i[e>>0]=d;k[j>>2]=(k[j>>2]|0)+1}d=f}c=k[j>>2]|0;if((c|0)==(k[g>>2]|0))jn(b,h);else{i[c>>0]=e;k[j>>2]=(k[j>>2]|0)+1}r=l;return}function Il(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+128|0;e=m+112|0;l=m;f=l;g=5424;h=f+112|0;do{k[f>>2]=k[g>>2];f=f+4|0;g=g+4|0}while((f|0)<(h|0));if((b+-1|0)>>>0>2147483646)if(!b){a=e;b=1;j=4}else{b=FI()|0;k[b>>2]=75;b=-1}else j=4;if((j|0)==4){j=-2-a|0;j=b>>>0>j>>>0?j:b;k[l+48>>2]=j;e=l+20|0;k[e>>2]=a;k[l+44>>2]=a;b=a+j|0;a=l+16|0;k[a>>2]=b;k[l+28>>2]=b;b=Mi(l,c,d)|0;if(j){l=k[e>>2]|0;i[l+(((l|0)==(k[a>>2]|0))<<31>>31)>>0]=0}}r=m;return b|0}function Jl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if((d|0)>(c|0)){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if((d|0)>=(c|0)){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Kl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;Xr(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;zG(e,b);k[f>>2]=e+16;Bn(a,c);Ot(c);r=g;return}}function Ll(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if(((k[a+12>>2]|0)-(k[a+8>>2]|0)|0)==((k[b+12>>2]|0)-(k[b+8>>2]|0)|0)?((k[a+24>>2]|0)-(k[a+20>>2]|0)|0)==((k[b+24>>2]|0)-(k[b+20>>2]|0)|0):0){d=wH(a)|0;c=0;while(1){if(c>>>0>=d>>>0)break;e=ZA(a,c)|0;if((e|0)==(ZA(b,c)|0))c=c+1|0;else{c=0;break a}}if((k[a+4>>2]|0)==(k[b+4>>2]|0)?(k[a+32>>2]|0)==(k[b+32>>2]|0):0)c=$F(k[a+36>>2]|0,k[b+36>>2]|0)|0;else c=0}else c=0;while(0);return c|0}function Ml(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=PE(42756,15844)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}f=vw(a)|0;k[b+16>>2]=f;f=vw(a)|0;k[b+12>>2]=f;f=vw(a)|0;k[b+8>>2]=f;aB(b);r=d;return}function Nl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;b=VC(60)|0;c=b;d=c+60|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));k[a+56>>2]=b;k[e>>2]=b;c=a+48|0;d=k[c>>2]|0;if(d>>>0>=(k[a+52>>2]|0)>>>0){Nj(a+44|0,e);b=k[e>>2]|0;k[e>>2]=0;if(b|0){CC(b);oN(b)}}else{k[e>>2]=0;k[d>>2]=b;k[c>>2]=d+4;k[e>>2]=0}r=f;return}function Ol(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;f=r;r=r+16|0;e=f;b=lh(a,b,e,c)|0;if(!(k[b>>2]|0)){c=VC(24)|0;h=d;g=k[h+4>>2]|0;d=c+16|0;k[d>>2]=k[h>>2];k[d+4>>2]=g;Vs(a,k[e>>2]|0,b,c)}r=f;return}function Pl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,15844)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+8|0);Dg(a,b+12|0);Dg(a,b+16|0);cj(k[a+4>>2]|0,5)|0;r=d;return}function Ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ha(31567,31585,239,31606);Xq(a,313,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}mw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[e>>2]&511](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=h;return}}function Rl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;g=h;d=b-a|0;a:do if((d|0)>4){e=b+-4|0;f=g+4|0;b=d>>2;while(1){b=b+-1|0;if(a>>>0>=e>>>0)break a;k[g>>2]=0;k[f>>2]=b;d=sj(c,g)|0;if(d|0){d=a+(d<<2)|0;i=k[a>>2]|0;k[a>>2]=k[d>>2];k[d>>2]=i}a=a+4|0}}while(0);r=h;return}function Sl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Jl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=VC(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Tl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=YE(b)|0;e=k[a+4>>2]|0;a:do if(e){f=e+-1|0;g=(f&e|0)==0;if(g)d=f&c;else d=(c>>>0)%(e>>>0)|0;c=k[(k[a>>2]|0)+(d<<2)>>2]|0;if(c)do{c=k[c>>2]|0;if(!c){c=0;break a}a=k[c+4>>2]|0;if(g)a=a&f;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(d|0)){c=0;break a}}while((Qv(k[c+8>>2]|0,b)|0)!=0);else c=0}else c=0;while(0);return c|0}function Ul(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+12>>2]|0;if(!b)Ha(15232,13515,982,15239);c=k[a+16>>2]|0;a:do if(c|0){d=k[b+4>>2]|0;b=k[c+4>>2]|0;if((d|0)==(b|0)){k[a+4>>2]=d;break}b:do switch(d|0){case 0:case 5:{switch(b|0){case 0:case 5:break;default:e=10}break}default:{switch(b|0){case 0:break b;case 5:break;default:{e=10;break b}}k[a+4>>2]=d;break a}}while(0);if((e|0)==10?(d|0)==5:0){k[a+4>>2]=b;break}k[a+4>>2]=0}while(0);return}function Vl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+11|0;d=i[h>>0]|0;f=d<<24>>24<0;if(f){e=(k[a+8>>2]&2147483647)+-1|0;g=k[a+4>>2]|0}else{e=10;g=d&255}if((e-g|0)>>>0>=c>>>0){if(c|0){if(f)d=k[a>>2]|0;else d=a;if(g){qy(d+c|0,d|0,g|0)|0;b=d>>>0<=b>>>0&(d+g|0)>>>0>b>>>0?b+c|0:b}qy(d|0,b|0,c|0)|0;b=g+c|0;if((i[h>>0]|0)<0)k[a+4>>2]=b;else i[h>>0]=b;i[d+b>>0]=0}}else xl(a,e,g+c-e|0,g,0,0,c,b);return a|0}function Wl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,191,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function Xl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,15878)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}b=b+8|0;if(k[b>>2]|0)Dg(a,b);f=cj(k[a+4>>2]|0,9)|0;Mk(f,(k[b>>2]|0)!=0&1)|0;r=d;return}function Yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,383,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function Zl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,119,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function _l(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0;if((1073741807-b|0)>>>0<c>>>0)zL();j=a+8|0;if((i[j+3>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<536870887){c=c+b|0;f=b<<1;c=c>>>0<f>>>0?f:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Ha(37454,37491,1734,37571);else g=c}else g=1073741807;f=VC(g<<2)|0;if(e|0)UJ(f,h,e);c=d-e|0;if(c|0)UJ(f+(e<<2)|0,h+(e<<2)|0,c);if((b|0)!=1)oN(h);k[a>>2]=f;k[j>>2]=g|-2147483648;return}function $l(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,237,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function am(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,214,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function bm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,406,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function cm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,312,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function dm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,73,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function em(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[a+11>>0]|0;d=e<<24>>24<0;e=d?k[a+4>>2]|0:e&255;d=d?k[a>>2]|0:a;c=41e3;a=b;a:while(1){while(1){if(!a)break a;b=a+16|0;f=i[b+11>>0]|0;g=f<<24>>24<0;f=g?k[a+20>>2]|0:f&255;b=CH(g?k[b>>2]|0:b,d,e>>>0<f>>>0?e:f)|0;if((((b|0)==0?(f>>>0<e>>>0?-2147483648:0):b)|0)>=0)break;a=k[a+4>>2]|0}c=a;a=k[a>>2]|0}return c|0}function fm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ha(31567,31585,239,31606);Xq(a,358,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}mw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[f>>2]&511](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=i;return}}function gm(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+112|0;c=h+4|0;d=h;k[d>>2]=c+100;es(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=i[f>>0]|0;do if(c){a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0)){b=(Rb[k[(k[c>>2]|0)+52>>2]&31](c,d&255)|0)==-1;c=b?0:c;break}else{k[a>>2]=e+1;i[e>>0]=d;break}}else c=0;while(0);f=f+1|0}r=h;return c|0}function hm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+8|0;c=h+4|0;d=h;k[c>>2]=b;a:do if((b|0)==0|(k[b>>2]|0)!=1)g=4;else{e=k[b+8>>2]|0;if(e|0?(k[d>>2]=e,k[f>>2]=k[d>>2],iq(b,f)|0):0){g=4;break}c=b+12|0;d=k[c+8>>2]|0;b=0;while(1){if((b|0)==(d|0))break a;e=EE(c,b)|0;k[f>>2]=k[e>>2];Dg(a,f);b=b+1|0}}while(0);if((g|0)==4)Dg(a,c);r=h;return}function im(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)){c=i[a>>0]|0;if(c<<24>>24!=95){if(((c<<24>>24)+-48|0)>>>0>=10)break;while(1){a=a+1|0;if((a|0)==(b|0)){a=b;break a}if(((i[a>>0]|0)+-48|0)>>>0>=10)break a}}c=a+1|0;if((c|0)!=(b|0)){c=i[c>>0]|0;if(((c<<24>>24)+-48|0)>>>0<10){a=a+2|0;break}if(c<<24>>24==95){c=a+2|0;while(1){if((c|0)==(b|0))break a;d=i[c>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;c=c+1|0}return (d<<24>>24==95?c+1|0:a)|0}}}while(0);return a|0}function jm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=lI(k[b>>2]|0)|0;if(!(k[c+16>>2]|0))Ha(27217,27040,153,27230);d=a+80|0;Ae(a,c,b,(k[d>>2]|0)+-12|0);c=k[d>>2]|0;b=c+-12|0;while(1){if((c|0)==(b|0))break;e=c+-12|0;k[d>>2]=e;ny(e);c=k[d>>2]|0}lv(a+40|0);return}function km(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=FI()|0;h=k[g>>2]|0;k[g>>2]=0;aI()|0;a=iL(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>65535|(e|0)==34){k[c>>2]=4;a=-1;break}else{a=a&65535;break}else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function lm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;Xr(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;PH(e,b);k[f>>2]=e+16;Rn(a,c);Dw(c);r=g;return}}function mm(a,b){a=a|0;b=+b;var c=0,d=0;c=(o[t>>2]=b,k[t>>2]|0);if((c&2147483647)>>>0>2139095040){PE(PE(a,(c|0)<0?39735:49471)|0,34318)|0;c=HC(b)|0;if(c|0){a=PE(a,19126)|0;d=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[d>>2]=k[d>>2]&-75|8;a=Oi(a,c)|0;a=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|2}}else Xg(a,b);return}function nm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=bI(k[b>>2]|0)|0;c=gr(a+60|0,f+8|0)|0;g=a+56|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))en(c,g);else{k[e>>2]=k[g>>2];k[d>>2]=(k[d>>2]|0)+4}c=k[g>>2]|0;Nl(a,b);if(k[f+16>>2]|0)Sn(c,k[g>>2]|0);return}function om(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ha(31567,31585,239,31606);Xq(a,239,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}mw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[e>>2]&511](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=h;return}}function pm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ha(31567,31585,239,31606);Xq(a,238,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}mw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[e>>2]&511](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=h;return}}function qm(a){a=a|0;var b=0,c=0,d=0;b=a+64|0;c=a;d=c+64|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));k[b>>2]=-1;d=a+68|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[a+84>>2]=65535;d=a+88|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;xE(a+108|0);k[a+140>>2]=0;k[a+144>>2]=0;k[a+136>>2]=a+140;k[a+152>>2]=0;k[a+156>>2]=0;k[a+148>>2]=a+152;k[a+164>>2]=0;k[a+168>>2]=0;k[a+160>>2]=a+164;k[a+176>>2]=0;k[a+180>>2]=0;k[a+172>>2]=a+176;k[a+188>>2]=0;k[a+192>>2]=0;k[a+184>>2]=a+188;return}function rm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ha(31567,31585,239,31606);Xq(a,96,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}mw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[e>>2]&511](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=h;return}}function sm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ha(31567,31585,239,31606);Xq(a,50,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}mw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[e>>2]&511](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=h;return}}function tm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ha(31567,31585,239,31606);Xq(a,438,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}mw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Jb[k[e>>2]&511](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ha(31611,31585,243,31606);else if((b|0)==10){r=h;return}}function um(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=PE(42756,15878)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}c=zh(a)|0;if((c|1|0)!=1)Ha(15277,13928,2144,15894);if((c|0)==1){f=vw(a)|0;k[b+8>>2]=f}r=d;return}function vm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,15810)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+12|0);f=cj(k[a+4>>2]|0,27)|0;Mk(f,k[b+8>>2]|0)|0;r=d;return}function wm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=FI()|0;h=k[g>>2]|0;k[g>>2]=0;aI()|0;a=iL(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>4294967295|(e|0)==34){k[c>>2]=4;a=-1;break}else break;else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function xm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(vd(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[10424];r=f;return}function ym(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;e=b+12|0;yr(a,e);c=k[b+8>>2]|0;h=b+8|0;yr(a,h);if(k[h>>2]|0){if(!(k[e>>2]|0)){i=VA((k[a+36>>2]|0)+108|0)|0;k[i+8>>2]=c;xx(i+12|0,k[b+16>>2]|0);k[a+16>>2]=i;i=4}}else i=4;if(((((i|0)==4?k[e>>2]|0:0)?(k[h>>2]|0)==0:0)?(d=k[b+16>>2]|0,!((d|0)==0|(k[d>>2]|0)!=1)):0)?(f=d+8|0,g=k[f>>2]|0,g|0):0){k[h>>2]=g;k[f>>2]=0}return}function zm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if(d>>>0>c>>>0){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if(d>>>0>=c>>>0){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Am(a){a=a|0;if(!a)return;else{Am(k[a>>2]|0);Am(k[a+4>>2]|0);qA(a+20|0);oN(a);return}}function Bm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Fl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=VC(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Cm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=8;c=b;e=c;e=l[e>>0]|l[e+1>>0]<<8|l[e+2>>0]<<16|l[e+3>>0]<<24;c=c+4|0;c=l[c>>0]|l[c+1>>0]<<8|l[c+2>>0]<<16|l[c+3>>0]<<24;b=a;d=b;i[d>>0]=e;i[d+1>>0]=e>>8;i[d+2>>0]=e>>16;i[d+3>>0]=e>>24;b=b+4|0;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;i[a+8>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Dm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;k[a>>2]=0;c=b+16|0;g=0;while(1){h=(BC(k[c>>2]|0)|0)<<24>>24;f=h&127;b=((g|0)==0?127:(1<<32-g)+127|0)&f;d=(h&128|0)!=0;if(d&(b|0)!=(f|0)){b=3;break}e=k[a>>2]|b<<g;k[a>>2]=e;f=g+7|0;if(!d){b=7;break}if(f>>>0<32)g=f;else{b=6;break}}if((b|0)==3)Ha(14093,13928,99,13946);else if((b|0)==6)Ha(14170,13928,104,13946);else if((b|0)==7){if(f>>>0<32&(h&64|0)!=0?(h=25-g|0,h=e<<h>>h,k[a>>2]=h,(h|0)>=0):0)Ha(16e3,13928,114,13946);return}}function Em(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=kc(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+_(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(ca(c+-1|0)|0);else c=kc(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)zg(a,b)}}else zg(a,b);return}function Fm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;g=b+4|0;h=b+8|0;c=k[a>>2]|0;while(1){d=c&127;i[f>>0]=d;e=c>>7;if(!(ME(a,e,d)|0))break;c=(c|128)&255;i[f>>0]=c;d=k[g>>2]|0;if((d|0)==(k[h>>2]|0))jn(b,f);else{i[d>>0]=c;k[g>>2]=(k[g>>2]|0)+1}c=e}c=k[g>>2]|0;if((c|0)==(k[h>>2]|0))jn(b,f);else{i[c>>0]=d;k[g>>2]=(k[g>>2]|0)+1}r=j;return}function Gm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e)f=(k[a+8>>2]&2147483647)+-1|0;else f=10;do if(f>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)qy(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[g>>0]|0)<0){k[a+4>>2]=c;break}else{i[g>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;nl(a,f,c-f|0,d,0,d,c,b)}while(0);return}function Hm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;px(g,a);do if(i[g>>0]|0){c=k[(k[a>>2]|0)+-12>>2]|0;e=k[a+c+24>>2]|0;f=e;if(e){c=f+24|0;d=k[c>>2]|0;if((d|0)!=(k[f+28>>2]|0)){k[c>>2]=d+1;i[d>>0]=b;break}if((Rb[k[(k[e>>2]|0)+52>>2]&31](f,b&255)|0)!=-1)break;c=k[(k[a>>2]|0)+-12>>2]|0}a=a+c+16|0;k[a>>2]=k[a>>2]|1}while(0);lq(g);r=h;return}function Im(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+416|0;c=h+8|0;d=h;k[d>>2]=c+400;Np(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=k[f>>2]|0;if(!c)c=0;else{a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0))d=Rb[k[(k[c>>2]|0)+52>>2]&31](c,d)|0;else{k[a>>2]=e+4;k[e>>2]=d}c=(d|0)==-1?0:c}f=f+4|0}r=h;return c|0}function Jm(a){a=a|0;fv(a+80|0);qA(a+68|0);qA(a+56|0);zt(a+44|0);wq(a+28|0);rz(a+4|0);return}function Km(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;i[a+53>>0]=1;do if((k[a+4>>2]|0)==(c|0)){i[a+52>>0]=1;e=a+16|0;c=k[e>>2]|0;if(!c){k[e>>2]=b;k[a+24>>2]=d;k[a+36>>2]=1;if(!((d|0)==1?(k[a+48>>2]|0)==1:0))break;i[a+54>>0]=1;break}if((c|0)!=(b|0)){d=a+36|0;k[d>>2]=(k[d>>2]|0)+1;i[a+54>>0]=1;break}e=a+24|0;c=k[e>>2]|0;if((c|0)==2){k[e>>2]=d;c=d}if((c|0)==1?(k[a+48>>2]|0)==1:0)i[a+54>>0]=1}while(0);return}function Lm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;while(1){b=i[a>>0]|0;c=b<<24>>24;d=a+1|0;if(!(EM(c)|0))break;else a=d}switch(c|0){case 45:{a=1;e=5;break}case 43:{a=0;e=5;break}default:f=0}if((e|0)==5){f=a;a=d;b=i[d>>0]|0}d=(b<<24>>24)+-48|0;if(d>>>0<10){b=0;c=0;do{b=PC(b|0,c|0,10,0)|0;a=a+1|0;b=rG(b|0,M|0,d|0,((d|0)<0)<<31>>31|0)|0;c=M;d=(i[a>>0]|0)+-48|0}while(d>>>0<10);a=c}else{b=0;a=0}e=(f|0)!=0;f=rG(0,0,b|0,a|0)|0;M=e?a:M;return (e?b:f)|0}function Mm(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=kc(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+_(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(ca(c+-1|0)|0);else c=kc(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)Ag(a,b)}}else Ag(a,b);return}function Nm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=k[c+8>>2]|0;vd(a,b,k[c+12>>2]|0);do if(!(k[a+16>>2]|0))if((k[a>>2]|0)==(k[c+4>>2]|0)){d=(k[(k[b+4>>2]|0)+4>>2]|0)+(d<<4)|0;k[d>>2]=k[a>>2];k[d+4>>2]=k[a+4>>2];k[d+8>>2]=k[a+8>>2];k[d+12>>2]=k[a+12>>2];break}else Ha(20095,18750,715,15829);while(0);return}function Om(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 104:{d=a+1|0;c=ur(d,b)|0;if((c|0)==(d|0)|(c|0)==(b|0))break a;return ((i[c>>0]|0)==95?c+1|0:a)|0}case 118:break;default:break a}e=a+1|0;c=ur(e,b)|0;if((!((c|0)==(e|0)|(c|0)==(b|0))?(i[c>>0]|0)==95:0)?(e=c+1|0,d=ur(e,b)|0,!((d|0)==(e|0)|(d|0)==(b|0))):0)a=(i[d>>0]|0)==95?d+1|0:a}while(0);return a|0}function Pm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=zm(b,f,c)|0;c=k[e>>2]|0;if(!c){c=VC(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Qm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;b=f;e=Um(a)|0;k[b>>2]=e;d=a+88|0;c=k[d>>2]|0;if((c|0)==(k[a+92>>2]|0))en(a+84|0,b);else{k[c>>2]=e;k[d>>2]=(k[d>>2]|0)+4}b=(k[a>>2]|0)+108|0;b=uF(b,Tn(a)|0)|0;c=k[d>>2]|0;a=0;while(1){if((a|0)==-1)break;g=a+-1|0;k[d>>2]=c+(g<<2);a=g}g=(cI(b)|0)+8|0;k[g>>2]=e;r=f;return b|0}function Rm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=k[c+8>>2]|0;vd(a,b,k[c+12>>2]|0);do if(!(k[a+16>>2]|0))if((k[a>>2]|0)==(k[c+4>>2]|0)){d=(k[k[b+8>>2]>>2]|0)+(d<<4)|0;k[d>>2]=k[a>>2];k[d+4>>2]=k[a+4>>2];k[d+8>>2]=k[a+8>>2];k[d+12>>2]=k[a+12>>2];break}else Ha(20095,18750,696,15727);while(0);return}function Sm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;h=(k[f>>2]|0)+-4|0;g=c+-4|0;i=k[g>>2]|0;k[g>>2]=0;k[h>>2]=i;k[f>>2]=(k[f>>2]|0)+-4;c=g}g=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=g;g=b+8|0;i=k[e>>2]|0;k[e>>2]=k[g>>2];k[g>>2]=i;g=a+8|0;i=b+12|0;h=k[g>>2]|0;k[g>>2]=k[i>>2];k[i>>2]=h;k[b>>2]=k[f>>2];return}function Tm(a){a=a|0;k[a>>2]=4320;qA(a+116|0);qA(a+104|0);qA(a+92|0);Os(a+76|0);OF(a+64|0);dw(a+52|0);ny(a+40|0);PB(a);return}function Um(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;a=a+36|0;b=k[a>>2]|0;k[a>>2]=b+1;Ki(e,b);b=nF(e,15101)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}dG(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;WI(d);WI(e);r=f;return c|0}function Vm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-12|0;Ku((k[f>>2]|0)+-12|0,g);k[f>>2]=(k[f>>2]|0)+-12;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Wm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;b=k[a>>2]|0;k[a>>2]=b+1;Ki(e,b);b=nF(e,14963)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}dG(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;WI(d);WI(e);r=f;return c|0}function Xm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;a:do if((b|0)!=(c|0)){e=a+4|0;d=k[e>>2]|0;a=c;while(1){if((a|0)==(d|0))break;f=k[a>>2]|0;k[a>>2]=0;c=k[b>>2]|0;k[b>>2]=f;if(c|0){ey(c);oN(c)}b=b+4|0;a=a+4|0}while(1){a=k[e>>2]|0;if((a|0)==(b|0))break a;f=a+-4|0;k[e>>2]=f;a=k[f>>2]|0;k[f>>2]=0;if(!a)continue;ey(a);oN(a)}}while(0);return}function Ym(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else if((a|0)==(k[b>>2]|0)){if((k[b+16>>2]|0)!=(c|0)?(g=b+20|0,(k[g>>2]|0)!=(c|0)):0){k[b+32>>2]=d;k[g>>2]=c;e=b+40|0;k[e>>2]=(k[e>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0)i[b+54>>0]=1;k[b+44>>2]=4;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function Zm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;d=0;a=0;break}g=FI()|0;h=k[g>>2]|0;k[g>>2]=0;aI()|0;a=iL(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;a=-1;d=-1}}else{k[c>>2]=4;a=0;d=0}}while(0);M=d;r=j;return a|0}function _m(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;a:do if((a|0)!=(k[b+8>>2]|0)){f=k[a+12>>2]|0;e=a+16+(f<<3)|0;wv(a+16|0,b,c,d);if((f|0)>1){f=b+54|0;a=a+24|0;do{wv(a,b,c,d);if(i[f>>0]|0)break a;a=a+8|0}while(a>>>0<e>>>0)}}else Er(b,c,d);while(0);return}function $m(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;f=d<<24>>24<0;if(f){e=(k[a+8>>2]&2147483647)+-1|0;d=k[a+4>>2]|0}else{e=10;d=d&255}if((e-d|0)>>>0>=c>>>0){if(c|0){if(f)e=k[a>>2]|0;else e=a;Fr(e+d|0,b|0,c|0)|0;d=d+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else nl(a,e,c-e+d|0,d,d,0,c,b);return a|0}function an(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=a+12|0;do if(((k[e>>2]|0)==0?(f=a+20|0,g=k[f>>2]|0,!((g|0)==0|(k[g>>2]|0)!=17)):0)?(k[g+8>>2]|0)==0:0){if((k[g+4>>2]|0)!=1)Ha(26696,26713,53,26743);c=g+16|0;a=k[c>>2]|0;d=a;if((a|0)==0|(k[a>>2]|0)!=15){b=g+12|0;a=k[b>>2]|0;if((a|0)==0|(k[a>>2]|0)!=15)break;k[b>>2]=d;k[c>>2]=a}a=XH(a+8|0)|0;if(a>>>0<1024){k[f>>2]=k[g+12>>2];wE(e,a,((a|0)<0)<<31>>31)|0}}while(0);return}function bn(a){a=a|0;if(!a)return;else{bn(k[a>>2]|0);bn(k[a+4>>2]|0);dD(a+16|0);oN(a);return}}function cn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;d=a+8|0;h=d+3|0;f=i[h>>0]|0;g=f<<24>>24<0;if(g)e=(k[d>>2]&2147483647)+-1|0;else e=1;do if(e>>>0>=c>>>0){if(g)d=k[a>>2]|0;else d=a;RJ(d,b,c);k[d+(c<<2)>>2]=0;if((i[h>>0]|0)<0){k[a+4>>2]=c;break}else{i[h>>0]=c;break}}else{if(g)d=k[a+4>>2]|0;else d=f&255;Kk(a,e,c-e|0,d,d,c,b)}while(0);return}function dn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(!(i[b>>0]|0))PE(a,k[b+20>>2]|0)|0;else{sz(a,40)|0;d=b+12|0;e=k[d>>2]|0;b=b+8|0;c=0;while(1){if((c|0)==(e|0))break;f=QF(k[b>>2]|0,k[d>>2]|0,c)|0;f=k[f>>2]|0;dn(sz(a,32)|0,f)|0;c=c+1|0}PE(a,13550)|0}return a|0}function en(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EL();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;os(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[f>>2]=e+4;ro(a,c);Iy(c);r=g;return}}function fn(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[10349]|0;d=a+4|0;b=k[10350]|0;while(1){if((b|0)==(c|0))break;e=b+-20|0;oo((k[d>>2]|0)+-20|0,e);k[d>>2]=(k[d>>2]|0)+-20;b=e}e=k[10349]|0;k[10349]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[10350]|0;k[10350]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[10351]|0;k[10351]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function gn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=c-b|0;e=g>>2;if(e>>>0>1073741807)zL();do if(e>>>0>=2){d=e+4&-4;if(d>>>0>1073741823)Ha(37454,37491,1734,37571);else{f=VC(d<<2)|0;k[a>>2]=f;k[a+8>>2]=d|-2147483648;k[a+4>>2]=e;break}}else{i[a+8+3>>0]=e;f=a}while(0);a=f;while(1){if((b|0)==(c|0))break;k[a>>2]=k[b>>2];b=b+4|0;a=a+4|0}k[f+(g>>>2<<2)>>2]=0;return}function hn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e)f=(k[a+8>>2]&2147483647)+-1|0;else f=10;do if(f>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)qy(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[g>>0]|0)<0){k[a+4>>2]=c;break}else{i[g>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;xl(a,f,c-f|0,d,0,d,c,b)}while(0);return}function jn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d|0;f=e+1|0;if((f|0)<0)EL();else{h=(k[a+8>>2]|0)-d|0;d=h<<1;Vx(c,h>>>0<1073741823?(d>>>0<f>>>0?f:d):2147483647,e,a+8|0);f=c+8|0;e=k[f>>2]|0;i[e>>0]=i[b>>0]|0;k[f>>2]=e+1;yo(a,c);lA(c);r=g;return}}function kn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)-(k[c+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{d=b+8|0;b=c+8|0;b=rG(k[d>>2]|0,k[d+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=M;break}case 3:{e=+GH(b)-+GH(c);k[a>>2]=3;o[a+8>>2]=e;break}case 4:{e=+FH(b)-+FH(c);k[a>>2]=4;p[a+8>>3]=e;break}default:{}}return}function ln(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;e=(Hq(a)|0)+8|0;if((k[e>>2]|0)>>>0>b>>>0){e=Hq(a)|0;e=QF(k[e+4>>2]|0,k[e+8>>2]|0,b)|0;r=d;return k[e>>2]|0}else{e=Ia(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,13574,30);b=k[a+28>>2]|0;d=k[a+32>>2]|0;Hu(e,c);k[e+12>>2]=b;k[e+16>>2]=d;pb(e|0,8,183)}return 0}function mn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;d=h+8|0;e=h;f=b+8|0;g=k[b+16>>2]|0;c=a+56|0;a=0;while(1){if((a|0)==(g|0))break;i=EE(f,a)|0;k[e>>2]=k[i>>2];ho(d,c,e,e);a=a+1|0}i=b+24|0;ho(d,c,i,i);r=h;return}function nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;Lr((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function on(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=$(k[c+8>>2]|0,k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=PC(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=M;break}case 3:{d=+GH(b)*+GH(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+FH(b)*+FH(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function pn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){sn(a,c,1,c,c,0);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function qn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=b+4|0;g=b+8|0;while(1){c=a&127;i[e>>0]=c;d=a>>>7;if(!d)break;c=(a|128)&255;i[e>>0]=c;a=k[f>>2]|0;if((a|0)==(k[g>>2]|0))jn(b,e);else{i[a>>0]=c;k[f>>2]=(k[f>>2]|0)+1}a=d}a=k[f>>2]|0;if((a|0)==(k[g>>2]|0))jn(b,e);else{i[a>>0]=c;k[f>>2]=(k[f>>2]|0)+1}r=h;return}function rn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;du((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function sn(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0;if((-17-b|0)>>>0<c>>>0)zL();if((i[a+11>>0]|0)<0)j=k[a>>2]|0;else j=a;if(b>>>0<2147483623){g=c+b|0;h=b<<1;g=g>>>0<h>>>0?h:g;g=g>>>0<11?11:g+16&-16}else g=-17;h=$b(g)|0;if(e|0)Fr(h|0,j|0,e|0)|0;c=d-e|0;if(c|0)Fr(h+e+f|0,j+e|0,c|0)|0;if((b|0)!=10)uc(j);k[a>>2]=h;k[a+8>>2]=g|-2147483648;return}function tn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=(k[c+8>>2]|0)+(k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=qI(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=M;break}case 3:{d=+GH(b)+ +GH(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+FH(b)+ +FH(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function un(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;c=a+4|0;d=a+88|0;e=a+104|0;f=a+80|0;b=a+32|0;while(1){HM(c);a=k[e>>2]|0;if(!a){if(i[f>>0]|0)break}else{while(1){if(BC(a)|0)break;a=k[e>>2]|0}xy(d)}AJ(c);DB(Fx()|0);HM(c);if((i[f>>0]|0)==0?(k[e>>2]|0)==0:0)PI(b,c,1);AJ(c)}AJ(c);return}function vn(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((b|0)==(k[a+24>>2]|0)){b=(k[b+16>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){en(a+32|0,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}else{d=k[a+28>>2]|0;if((k[b+12>>2]|0)!=(d|0)?(k[b+8>>2]|0)!=(d|0):0)break;d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);return}function wn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;d=e;k[d>>2]=0;c=(i[b+11>>0]|0)<0?k[b>>2]|0:b;g=FI()|0;h=k[g>>2]|0;k[g>>2]=0;b=wL(c,d)|0;f=k[g>>2]|0;k[g>>2]=h;if((f|0)==34)_v(a);if((k[d>>2]|0)==(c|0))aw(a);else{r=e;return b|0}return 0}function xn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;k[e>>2]=c;b=KI(k[a+8>>2]|0)|0;a=En(f,0)|0;if(b|0)KI(b)|0;a:do switch(a|0){case 0:case -1:{b=2;break}default:{b=a+-1|0;if(b>>>0>(d-(k[e>>2]|0)|0)>>>0)b=1;else while(1){if(!b){b=0;break a}c=i[f>>0]|0;d=k[e>>2]|0;k[e>>2]=d+1;i[d>>0]=c;f=f+1|0;b=b+-1|0}}}while(0);r=g;return b|0}function yn(a,b){a=a|0;b=b|0;var c=0,d=0;d=VC(72)|0;k[a>>2]=d;k[a+4>>2]=41e3;c=a+8|0;i[c>>0]=0;a=d+16|0;b=k[b>>2]|0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}IB(d+32|0);i[c>>0]=1;return}function zn(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+8>>0]|0){d=PE(42756,20400)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}e=a+4|0;og(k[e>>2]|0,1836278016);og(k[e>>2]|0,11);r=c;return}function An(a,b){a=a|0;b=b|0;EB(k[a>>2]|0,23435,0)|0;sz(Rt(a,k[b>>2]|0)|0,32)|0;sz(Sz(k[a>>2]|0,k[b+4>>2]|0)|0,32)|0;Sz(k[a>>2]|0,k[b+8>>2]|0)|0;b=k[b+12>>2]|0;if(b|0)hh(a,b,0);sz(k[a>>2]|0,41)|0;return}function Bn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-16|0;zG((k[f>>2]|0)+-16|0,g);k[f>>2]=(k[f>>2]|0)+-16;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Cn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;e=g;if((a|0)!=(b|0))if((b|0)!=0?(f=mi(b,2928)|0,(f|0)!=0):0){b=e+4|0;d=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(d|0));k[e>>2]=f;k[e+8>>2]=a;k[e+12>>2]=-1;k[e+48>>2]=1;Qb[k[(k[f>>2]|0)+28>>2]&31](f,e,k[c>>2]|0,1);if((k[e+24>>2]|0)==1){k[c>>2]=k[e+16>>2];b=1}else b=0}else b=0;else b=1;r=g;return b|0}function Dn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;d=e;c=(i[b+24>>0]|0)==0;b=oI(b)|0;do if(c){c=np(b)|0;b=k[a+8>>2]|0;if(c>>>0<(k[a+12>>2]|0)-b>>2>>>0){b=k[b+(c<<2)>>2]|0;break}else{e=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,16773,16);yC(e,d);pb(e|0,8,183)}}while(0);r=e;return b|0}function En(a,b){a=a|0;b=b|0;do if(a){if(b>>>0<128){i[a>>0]=b;a=1;break}if(b>>>0<2048){i[a>>0]=b>>>6|192;i[a+1>>0]=b&63|128;a=2;break}if(b>>>0<55296|(b&-8192|0)==57344){i[a>>0]=b>>>12|224;i[a+1>>0]=b>>>6&63|128;i[a+2>>0]=b&63|128;a=3;break}if((b+-65536|0)>>>0<1048576){i[a>>0]=b>>>18|240;i[a+1>>0]=b>>>12&63|128;i[a+2>>0]=b>>>6&63|128;i[a+3>>0]=b&63|128;a=4;break}else{a=FI()|0;k[a>>2]=84;a=-1;break}}else a=1;while(0);return a|0}function Fn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;f=d<<24>>24<0;if(f){e=(k[a+8>>2]&2147483647)+-1|0;d=k[a+4>>2]|0}else{e=10;d=d&255}if((e-d|0)>>>0>=c>>>0){if(c|0){if(f)e=k[a>>2]|0;else e=a;Fr(e+d|0,b|0,c|0)|0;d=d+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else xl(a,e,c-e+d|0,d,d,0,c,b);return a|0}function Gn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+44|0;c=k[d>>2]|0;e=k[a+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}f=a+12|0;d=k[f>>2]|0;do if((k[a+8>>2]|0)>>>0<d>>>0){if((b|0)==-1){k[f>>2]=d+-1;k[a+16>>2]=c;b=0;break}if(!(k[a+48>>2]&16)){e=b&255;d=d+-1|0;if(e<<24>>24!=(i[d>>0]|0)){b=-1;break}}else{e=b&255;d=d+-1|0}k[f>>2]=d;k[a+16>>2]=c;i[d>>0]=e}else b=-1;while(0);return b|0}function Hn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+8|0;g=d+3|0;c=i[g>>0]|0;e=c<<24>>24<0;if(e){f=k[a+4>>2]|0;c=(k[d>>2]&2147483647)+-1|0}else{f=c&255;c=1}if((f|0)==(c|0)){_l(a,c,1,c,c);if((i[g>>0]|0)>-1)c=7;else c=8}else if(e)c=8;else c=7;if((c|0)==7)i[g>>0]=f+1;else if((c|0)==8){g=k[a>>2]|0;k[a+4>>2]=f+1;a=g}g=a+(f<<2)|0;k[g>>2]=b;k[g+4>>2]=0;return}function In(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{g=FI()|0;h=k[g>>2]|0;k[g>>2]=0;aI()|0;a=sL(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;d=(d|0)>0|(d|0)==0&a>>>0>0;a=d?-1:0;d=d?2147483647:-2147483648}}else{k[c>>2]=4;a=0;d=0}}M=d;r=i;return a|0}function Jn(a){a=a|0;if(!a)return;else{Jn(k[a>>2]|0);Jn(k[a+4>>2]|0);Zt(a+20|0);oN(a);return}}function Kn(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a>>2]|0;a:do if((d|0)==(k[b>>2]|0))switch(d|0){case 0:{c=1;break a}case 1:{c=(k[a+8>>2]|0)==(k[b+8>>2]|0);break a}case 3:{c=+GH(a)==+GH(b);break a}case 2:{d=a+8|0;c=b+8|0;c=(k[d>>2]|0)==(k[c>>2]|0)?(k[d+4>>2]|0)==(k[c+4>>2]|0):0;break a}case 4:{c=+FH(a)==+FH(b);break a}default:Ea()}else c=0;while(0);return c|0}function Ln(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+64|0;b=f+48|0;c=f+4|0;d=f;e=k[a+8>>2]|0;do if(!e)if(!(k[a+20>>2]|0)){k[a+4>>2]=5;break}else{e=iE(a+12|0)|0;k[a+4>>2]=k[(k[e>>2]|0)+4>>2];break}else{k[d>>2]=e;k[b>>2]=k[d>>2];Qr(c,a,b);e=Pv(k[c+32>>2]|0,k[c+36>>2]|0)|0;k[a+4>>2]=e;iH(c)}while(0);r=f;return}function Mn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+16|0;c=j+8|0;d=j;e=a+36|0;f=a+40|0;g=c+8|0;h=c;b=a+32|0;a:while(1){a=k[e>>2]|0;a=Tb[k[(k[a>>2]|0)+20>>2]&31](a,k[f>>2]|0,c,g,d)|0;l=(k[d>>2]|0)-h|0;if((AE(c,1,l,k[b>>2]|0)|0)!=(l|0)){a=-1;break}switch(a|0){case 1:break;case 2:{a=-1;break a}default:{i=4;break a}}}if((i|0)==4)a=((Jt(k[b>>2]|0)|0)!=0)<<31>>31;r=j;return a|0}function Nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]^-2147483648;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]^-2147483648;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]^-2147483648;k[c>>2]=1;k[c+8>>2]=e;_E(a,c);break}case 4:{e=b+8|0;_B(a,2,k[e>>2]|0,k[e+4>>2]^-2147483648);break}default:{}}r=d;return}function On(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]&2147483647;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]&2147483647;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]&2147483647;k[c>>2]=1;k[c+8>>2]=e;_E(a,c);break}case 4:{e=b+8|0;_B(a,2,k[e>>2]|0,k[e+4>>2]&2147483647);break}default:{}}r=d;return}function Pn(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;k[a+32>>2]=0;k[a+36>>2]=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;j[a+24>>1]=0;k[a+28>>2]=a+32;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;i[a+52>>0]=0;i[a+53>>0]=0;k[a+60>>2]=0;b=a+64|0;k[b>>2]=0;k[a+56>>2]=a+60;rm(a,d);if(k[b>>2]|0)i[a+24>>0]=1;r=c;return}function Qn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=b;k[a+4>>2]=c;i[a+8>>0]=d&1;xE(a+12|0);k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;k[a+68>>2]=0;k[a+72>>2]=0;k[a+64>>2]=a+68;k[a+80>>2]=0;k[a+84>>2]=0;k[a+76>>2]=a+80;d=a+88|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=0;Ep(a);return}function Rn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-16|0;nv((k[f>>2]|0)+-16|0,g);k[f>>2]=(k[f>>2]|0)+-16;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Sn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;f=g+4|0;c=g;k[f>>2]=a;k[c>>2]=b;d=a+40|0;e=k[d>>2]|0;if((e|0)==(k[a+44>>2]|0))en(a+36|0,c);else{k[e>>2]=b;k[d>>2]=(k[d>>2]|0)+4}c=b+52|0;d=k[c>>2]|0;if((d|0)==(k[b+56>>2]|0))en(b+48|0,f);else{k[d>>2]=a;k[c>>2]=(k[c>>2]|0)+4}r=g;return}function Tn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=a+96|0;e=a+100|0;f=(k[e>>2]|0)-(k[d>>2]|0)>>2;hq(a);e=(k[e>>2]|0)-(k[d>>2]|0)>>2;if((f-e|0)==1)a=vw(a)|0;else{a=VA(k[a+4>>2]|0)|0;c=a+12|0;b=f;while(1){if(b>>>0>=e>>>0)break;xx(c,k[(k[d>>2]|0)+(b<<2)>>2]|0);b=b+1|0}Ln(a);fs(d,f)}return a|0}function Un(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)!=(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)!=(k[c>>2]|0)?1:(k[b+4>>2]|0)!=(k[c+4>>2]|0))&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+GH(b)!=+GH(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+FH(b)!=+FH(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function Vn(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)==(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)==(k[c>>2]|0)?(k[b+4>>2]|0)==(k[c+4>>2]|0):0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+GH(b)==+GH(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+FH(b)==+FH(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function Wn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;if((-17-b|0)>>>0<c>>>0)zL();if((i[a+11>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<2147483623){f=c+b|0;g=b<<1;f=f>>>0<g>>>0?g:f;f=f>>>0<11?11:f+16&-16}else f=-17;g=VC(f)|0;if(e|0)Fr(g|0,h|0,e|0)|0;c=d-e|0;if(c|0)Fr(g+e|0,h+e|0,c|0)|0;if((b|0)!=10)oN(h);k[a>>2]=g;k[a+8>>2]=f|-2147483648;return}function Xn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;c=a+56|0;e=k[c>>2]|0;k[d>>2]=e;Nl(a,b);Sn(e,k[c>>2]|0);b=a+76|0;c=k[b>>2]|0;if((c|0)==(k[a+80>>2]|0))en(a+72|0,d);else{k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}r=f;return}function Yn(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=PE(42756,13979)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}xq(a,1836278016);xq(a,11);r=c;return}function Zn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=h+4|0;k[f>>2]=b;d=QH(k[b>>2]|0)|0;c=k[a+56>>2]|0;k[g>>2]=0;d=d+8|0;e=c+28|0;a=k[e>>2]|0;if(a>>>0<(k[c+32>>2]|0)>>>0){g=k[d>>2]|0;k[a>>2]=0;k[a+4>>2]=g;k[a+8>>2]=b;i[a+12>>0]=0;k[e>>2]=a+16}else Ek(c+24|0,g,d,f);r=h;return}function _n(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){Wn(a,c,1,c,c);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function $n(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d&2048){i[a>>0]=43;a=a+1|0}if(d&512){i[a>>0]=35;a=a+1|0}while(1){e=i[b>>0]|0;if(!(e<<24>>24))break;i[a>>0]=e;b=b+1|0;a=a+1|0}a:do switch(d&74){case 64:{i[a>>0]=111;break}case 8:if(!(d&16384)){i[a>>0]=120;break a}else{i[a>>0]=88;break a}default:if(c){i[a>>0]=100;break a}else{i[a>>0]=117;break a}}while(0);return}function ao(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=a+72|0;d=a+56|0;e=a+76|0;f=k[e>>2]|0;if((f|0)==(k[a+80>>2]|0))en(c,d);else{k[f>>2]=k[d>>2];k[e>>2]=(k[e>>2]|0)+4}Nl(a,b);f=k[c>>2]|0;Sn(k[f+(((k[e>>2]|0)-f>>2)+-2<<2)>>2]|0,k[d>>2]|0);return}function bo(a){a=a|0;if(!a)return;else{bo(k[a>>2]|0);bo(k[a+4>>2]|0);QE(a+20|0);oN(a);return}}function co(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(b|0){f=a+11|0;c=i[f>>0]|0;if(c<<24>>24<0){d=(k[a+8>>2]&2147483647)+-1|0;e=k[a+4>>2]|0}else{d=10;e=c&255}if((d-e|0)>>>0<b>>>0){Wn(a,d,b-d+e|0,e,e);c=i[f>>0]|0}if(c<<24>>24<0)d=k[a>>2]|0;else d=a;Kt(d+e|0,0,b|0)|0;c=e+b|0;if((i[f>>0]|0)<0)k[a+4>>2]=c;else i[f>>0]=c;i[d+c>>0]=0}return}function eo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>3)<<3)|0;k[f>>2]=c;if((e|0)>0){Fr(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function fo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=k[a+12>>2]|0;f=k[a+4>>2]|0;e=k[f>>2]|0;k[f>>2]=e+1;f=a+8|0;if(e>>>0<(k[k[f>>2]>>2]|0)>>>0){c=k[(k[(k[d>>2]|0)+36>>2]|0)+(e<<2)>>2]|0;a=k[a+16>>2]|0;b=k[a+4>>2]|0;a=k[a>>2]|0;while(1){if((a|0)==(b|0))break;qs(d,k[a>>2]|0,c);a=a+4|0}a=(e+1|0)==(k[k[f>>2]>>2]|0)&1}else a=1;return a|0}function go(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>4)<<4)|0;k[f>>2]=c;if((e|0)>0){Fr(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function ho(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Fl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=VC(20)|0;k[c+16>>2]=k[d>>2];Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function io(a){a=a|0;var b=0;if((i[40448]|0)==0?cK(40448)|0:0){if((i[40456]|0)==0?cK(40456)|0:0){b=44392;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44680);ob(201,0,w|0)|0}yF(44392,10260);yF(44404,10272);k[11170]=44392}return k[11170]|0}function jo(a){a=a|0;var b=0;if((i[40368]|0)==0?cK(40368)|0:0){if((i[40376]|0)==0?cK(40376)|0:0){b=43580;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=43868);ob(197,0,w|0)|0}zF(43580,35437);zF(43592,35440);k[10967]=43580}return k[10967]|0}function ko(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}f=pq(b)|0;e=c+11|0;d=i[e>>0]|0;d=d<<24>>24<0?k[c+4>>2]|0:d&255;ss(a,b,f,d+f|0);$m(a,(i[e>>0]|0)<0?k[c>>2]|0:c,d)|0;return}function lo(a){a=a|0;if(!a)return;else{lo(k[a>>2]|0);lo(k[a+4>>2]|0);oN(a);return}}function mo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=a+40|0;d=Hr(c,k[b+8>>2]|0)|0;if((d|0)!=(a+44|0)){e=k[d+20>>2]|0;k[a+16>>2]=k[e>>2];k[e>>2]=b;k[b>>2]=21;k[b+4>>2]=0;Ir(c,d);i[a+88>>0]=1}return}function no(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+8>>0]|0){d=PE(42756,15919)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}cj(k[a+4>>2]|0,10)|0;r=c;return}function oo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[b>>2]|0;k[b>>2]=0;f=b+4|0;e=k[f>>2]|0;k[f>>2]=0;k[a>>2]=d;k[a+4>>2]=e;f=a+8|0;g=b+8|0;c=k[g>>2]|0;k[f>>2]=c;h=b+12|0;i=k[h>>2]|0;k[a+12>>2]=i;k[a+16>>2]=k[b+16>>2];if(i|0){a=k[c+4>>2]|0;b=e+-1|0;if(!(b&e))a=b&a;else a=(a>>>0)%(e>>>0)|0;k[d+(a<<2)>>2]=f;k[g>>2]=0;k[h>>2]=0}return}function po(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=EB(k[a>>2]|0,24888,0)|0;fz(d,k[b+24>>2]|0)|0;UC(a);Tv(a,k[b+28>>2]|0);d=b+8|0;c=k[b+16>>2]|0;b=0;while(1){if((b|0)==(c|0))break;e=EE(d,b)|0;Tv(a,k[e>>2]|0);b=b+1|0}Ix(a);return}function qo(){var a=0,b=0,c=0,d=0;a=k[10350]|0;d=k[10349]|0;b=a-d|0;c=(b|0)/20|0;a:do if(c>>>0>=4){if((b|0)!=80){b=d+80|0;while(1){if((a|0)==(b|0))break a;d=a+-20|0;k[10350]=d;ky(d);a=k[10350]|0}}}else Fh(4-c|0);while(0);return}function ro(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>2)<<2)|0;k[f>>2]=c;if((e|0)>0){Fr(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function so(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+80|0;e=h;f=b+8|0;g=b+16|0;d=0;while(1){if(d>>>0>=(k[g>>2]|0)>>>0)break;c=Ng(a,b,EE(f,d)|0,c,0,0)|0;i=EE(f,d)|0;Pn(e,k[i>>2]|0);i=OD(e)|0;az(e);if(i)break;else d=d+1|0}r=h;return}function to(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=PE(42756,14456)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}e=zh(a)|0;k[a+20>>2]=e;r=c;return}function uo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+256|0;f=g;do if((c|0)>(d|0)&(e&73728|0)==0){c=c-d|0;Kt(f|0,b|0,(c>>>0>256?256:c)|0)|0;d=k[a>>2]|0;e=(d&32|0)==0;if(c>>>0>255){b=c;do{if(e){pk(f,256,a)|0;d=k[a>>2]|0}b=b+-256|0;e=(d&32|0)==0}while(b>>>0>255);if(e)c=c&255;else break}else if(!e)break;pk(f,c,a)|0}while(0);r=g;return}function vo(a){a=a|0;qA(a+104|0);Fy(a+88|0);kA(a+76|0);kA(a+64|0);Pz(a+52|0);uB(a+40|0);TB(a+12|0);return}function wo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;d=c+16|0;e=a+16|0;f=c+12|0;while(1){vd(a,b,k[d>>2]|0);g=k[e>>2]|0;if(!g)break;if((g|0)!=(k[f>>2]|0)){h=4;break}}if((h|0)==4?(g|0)==(k[c+8>>2]|0):0)k[e>>2]=0;return}function xo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=pq(c)|0;ss(a,f?k[b>>2]|0:b,e,e+d|0);$m(a,c,d)|0;return}function yo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-e)|0;k[f>>2]=c;if((e|0)>0){Fr(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function zo(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+8>>0]|0){d=PE(42756,15906)|0;e=oF(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=WH(e,43460)|0;e=Rb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;YK(b);Hm(d,e);Qp(d)}cj(k[a+4>>2]|0,0)|0;r=c;return}function Ao(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+80|0;e=h;f=b+8|0;g=b+16|0;c=0;d=0;while(1){if(c>>>0>=(k[g>>2]|0)>>>0)break;d=Ng(a,b,EE(f,c)|0,d,0,0)|0;i=EE(f,c)|0;Pn(e,k[i>>2]|0);i=OD(e)|0;az(e);if(i)break;else c=c+1|0}r=h;return}function Bo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;b=oI(ln(b,1)|0)|0;a=oc(b,c,k[a+4>>2]|0)|0;if(!a){e=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,17195,9);yC(e,d);pb(e|0,8,183)}else{r=e;return a|0}return 0}function Co(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;f=0;while(1){if((f|0)>=(c|0))break;d=k[g>>2]|0;e=k[h>>2]|0;if(d>>>0>=e>>>0){if((Rb[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break;b=b+1|0;f=f+1|0;continue}e=e-d|0;i=c-f|0;e=(i|0)<(e|0)?i:e;if(e){Fr(d|0,b|0,e|0)|0;d=k[g>>2]|0}k[g>>2]=d+e;b=b+e|0;f=e+f|0}return f|0}function Do(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=121;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=121;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function Eo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=120;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=120;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function Fo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=313;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=313;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function Go(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=zm(b,f,c)|0;c=k[e>>2]|0;if(!c){c=VC(20)|0;k[c+16>>2]=k[d>>2];Vs(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Ho(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;d=0;while(1){if((d|0)>=(c|0))break;e=k[g>>2]|0;f=k[h>>2]|0;if(e>>>0<f>>>0){f=f-e>>2;i=c-d|0;f=(i|0)<(f|0)?i:f;UJ(e,b,f);k[g>>2]=(k[g>>2]|0)+(f<<2);b=b+(f<<2)|0;d=f+d|0;continue}if((Rb[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break;b=b+4|0;d=d+1|0}return d|0}function Io(a,b){a=a|0;b=b|0;b=Pt(a,b)|0;if((b|0)!=(a+4|0))Jp(a,b);return}function Jo(a,b){a=a|0;b=b|0;var c=0,d=0;c=jH(k[a+4>>2]|0)|0;d=Yb(a,ln(b,1)|0)|0;k[c+8>>2]=d;d=vg(a,17847,ln(b,2)|0)|0;k[c+12>>2]=d;d=(Hq(b)|0)+8|0;if((k[d>>2]|0)==4){d=vg(a,17855,ln(b,3)|0)|0;k[c+16>>2]=d;Ul(c)}return c|0}function Ko(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(Pg(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[10424];r=f;return}function Lo(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[10346]|0;d=a+4|0;b=k[10347]|0;while(1){if((b|0)==(c|0))break;e=b+-40|0;OC((k[d>>2]|0)+-40|0,e);k[d>>2]=(k[d>>2]|0)+-40;b=e}e=k[10346]|0;k[10346]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[10347]|0;k[10347]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[10348]|0;k[10348]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function Mo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=b+16|0;c=k[d>>2]|0;e=c;do if(c){if((k[c>>2]|0)==21){k[d>>2]=0;f=6;break}c=b+12|0;if((k[k[c>>2]>>2]|0)==21?(k[c>>2]=e,k[d>>2]=0,e=b+8|0,c=MD((k[a+36>>2]|0)+108|0,k[e>>2]|0)|0,k[e>>2]=c,(k[d>>2]|0)==0):0)f=6}else f=6;while(0);if((f|0)==6?(k[k[b+12>>2]>>2]|0)==21:0)k[a+16>>2]=k[b+8>>2];return}function No(a){a=a|0;var b=0,c=0;b=k[a+12>>2]|0;if(b|0?(c=k[a+16>>2]|0,c|0):0){switch(k[a+8>>2]|0){case 62:case 61:case 60:case 59:case 58:case 57:case 49:case 48:case 47:case 46:case 45:case 44:case 43:case 42:case 41:case 40:case 24:case 23:case 22:case 21:case 20:case 19:case 18:case 17:case 16:case 15:case 75:case 74:case 73:case 72:case 71:case 70:{k[a+4>>2]=1;break}default:{b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0}}return}Ha(15956,13515,1293,15239)}function Oo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;switch(k[a>>2]|0){case 2:{b=a+8|0;d=k[b>>2]|0;c=k[d>>2]|0;d=d+4|0;e=k[d>>2]|0;while(1){if((e|0)==(c|0))break;f=e+-4|0;k[d>>2]=f;e=f}ms(k[b>>2]|0);break}case 5:{b=k[a+8>>2]|0;if(b|0){ky(b);oN(b)}break}default:{}}k[a>>2]=3;p[a+8>>3]=0.0;return}function Po(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[10206]|0;e=a+4|0;d=(k[10207]|0)-c|0;b=(k[e>>2]|0)+(0-(d>>2)<<2)|0;k[e>>2]=b;if((d|0)>0){Fr(b|0,c|0,d|0)|0;c=e;b=k[e>>2]|0}else c=e;e=k[10206]|0;k[10206]=b;k[c>>2]=e;e=a+8|0;d=k[10207]|0;k[10207]=k[e>>2];k[e>>2]=d;e=a+12|0;d=k[10208]|0;k[10208]=k[e>>2];k[e>>2]=d;k[a>>2]=k[c>>2];return}function Qo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+16|0;c=k[e>>2]|0;if((c|0)!=(a|0)){if(c|0)Ib[k[(k[c>>2]|0)+20>>2]&255](c)}else Ib[k[(k[c>>2]|0)+16>>2]&255](c);k[e>>2]=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[e>>2]=a;e=k[c>>2]|0;Jb[k[(k[e>>2]|0)+12>>2]&511](e,a);break}else{k[e>>2]=d;k[c>>2]=0;break}else k[e>>2]=0;while(0);return}function Ro(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=203;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?4:f;g=(k[b>>2]|0)-d>>2;d=rr(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){Ib[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=204;k[b>>2]=d+(g<<2);k[c>>2]=(k[a>>2]|0)+(f>>>2<<2);return}function So(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d>>>(b&31)|d<<(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=WF(f|0,b|0,g&63|0)|0;d=M;c=rG(0,0,g|0,c|0)|0;c=PF(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|M;b=2}k[a>>2]=b;return}function To(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d<<(b&31)|d>>>(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=PF(f|0,b|0,g&63|0)|0;d=M;c=rG(0,0,g|0,c|0)|0;c=WF(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|M;b=2}k[a>>2]=b;return}function Uo(a){a=a|0;zz(a+112|0);qA(a+96|0);qA(a+84|0);Xz(a+72|0);ry(a+52|0);qA(a+40|0);qA(a+24|0);return}function Vo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;e=r;r=r+16|0;h=e|0;g=b>>31|((b|0)<0?-1:0)<<1;f=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;j=d>>31|((d|0)<0?-1:0)<<1;i=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;a=rG(g^a|0,f^b|0,g|0,f|0)|0;b=M;ge(a,b,rG(j^c|0,i^d|0,j|0,i|0)|0,M,h)|0;d=rG(k[h>>2]^g|0,k[h+4>>2]^f|0,g|0,f|0)|0;c=M;r=e;return (M=c,d)|0}function Wo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=oF(b)|0;f=WH(b,43492)|0;Pb[k[(k[f>>2]|0)+48>>2]&7](f,34924,34956,c)|0;c=WH(b,43500)|0;f=Lb[k[(k[c>>2]|0)+12>>2]&127](c)|0;k[d>>2]=f;d=Lb[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[e>>2]=d;Jb[k[(k[c>>2]|0)+20>>2]&511](a,c);mD(b);return}function Xo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=oF(b)|0;f=WH(b,43460)|0;Pb[k[(k[f>>2]|0)+32>>2]&7](f,34924,34956,c)|0;c=WH(b,43476)|0;f=Lb[k[(k[c>>2]|0)+12>>2]&127](c)|0;i[d>>0]=f;d=Lb[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[e>>0]=d;Jb[k[(k[c>>2]|0)+20>>2]&511](a,c);mD(b);return}function Yo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;b=a+44|0;c=a+60|0;d=k[c>>2]|0;if(d>>>0<(k[a+64>>2]|0)>>>0){k[d>>2]=0;f=d+4|0;k[f>>2]=0;k[d+8>>2]=0;k[d>>2]=k[b>>2];e=a+48|0;k[f>>2]=k[e>>2];a=a+52|0;k[d+8>>2]=k[a>>2];k[a>>2]=0;k[e>>2]=0;k[b>>2]=0;k[c>>2]=(k[c>>2]|0)+12}else nj(a+56|0,b);return}function Zo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;c=f;d=(k[a>>2]|0)+4|0;e=k[d>>2]|0;k[c>>2]=k[e+-4>>2];b=0;while(1){if((b|0)==-1)break;g=b+-1|0;k[d>>2]=e+(g<<2);b=g}a=(gr(k[a+4>>2]|0,c)|0)+4|0;c=k[a>>2]|0;b=0;while(1){if((b|0)==-1)break;g=b+-1|0;k[a>>2]=c+(g<<2);b=g}r=f;return}function _o(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=191;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=191;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function $o(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=383;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=383;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function ap(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;d=g+20|0;e=g;f=g+16|0;if((i[40312]|0)==0?cK(40312)|0:0){k[10074]=0;h=40304;k[h>>2]=0;k[h+4>>2]=0}k[f>>2]=k[b>>2];k[d>>2]=k[f>>2];zp(e,a,d,c);k[10074]=k[e>>2];k[10075]=k[e+4>>2];k[10076]=k[e+8>>2];k[10077]=k[e+12>>2];r=g;return 40296}function bp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;c=k[c>>2]|0;k[a+8>>2]=0;k[a+12>>2]=c;c=qB(c,24)|0;k[d>>2]=c;k[a>>2]=c;k[a+8>>2]=c+24;pt(c,b);pt(c+12|0,b+12|0);k[d>>2]=(k[d>>2]|0)+24;return}function cp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=239;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=239;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function dp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=119;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=119;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function ep(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=238;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=238;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function fp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do switch((c&176)<<24>>24){case 16:{c=i[a>>0]|0;switch(c<<24>>24){case 43:case 45:{a=a+1|0;break a}default:{}}if((b-a|0)>1&c<<24>>24==48){switch(i[a+1>>0]|0){case 88:case 120:break;default:{d=7;break a}}a=a+2|0}else d=7;break}case 32:{a=b;break}default:d=7}while(0);return a|0}function gp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=237;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=237;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function hp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=214;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=214;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}
-function $b(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+16|0;o=L;do if(a>>>0<245){n=a>>>0<11?16:a+11&-8;a=n>>>3;t=k[10479]|0;c=t>>>a;if(c&3|0){a=(c&1^1)+a|0;c=41956+(a<<1<<2)|0;d=c+8|0;e=k[d>>2]|0;f=e+8|0;g=k[f>>2]|0;do if((c|0)!=(g|0)){if(g>>>0<(k[10483]|0)>>>0)Ea();b=g+12|0;if((k[b>>2]|0)==(e|0)){k[b>>2]=c;k[d>>2]=g;break}else Ea()}else k[10479]=t&~(1<<a);while(0);K=a<<3;k[e+4>>2]=K|3;K=e+K+4|0;k[K>>2]=k[K>>2]|1;K=f;r=L;return K|0}s=k[10481]|0;if(n>>>0>s>>>0){if(c|0){h=2<<a;a=c<<a&(h|0-h);a=(a&0-a)+-1|0;h=a>>>12&16;a=a>>>h;d=a>>>5&8;a=a>>>d;f=a>>>2&4;a=a>>>f;c=a>>>1&2;a=a>>>c;b=a>>>1&1;b=(d|h|f|c|b)+(a>>>b)|0;a=41956+(b<<1<<2)|0;c=a+8|0;f=k[c>>2]|0;h=f+8|0;d=k[h>>2]|0;do if((a|0)!=(d|0)){if(d>>>0<(k[10483]|0)>>>0)Ea();e=d+12|0;if((k[e>>2]|0)==(f|0)){k[e>>2]=a;k[c>>2]=d;i=t;break}else Ea()}else{i=t&~(1<<b);k[10479]=i}while(0);g=(b<<3)-n|0;k[f+4>>2]=n|3;d=f+n|0;k[d+4>>2]=g|1;k[d+g>>2]=g;if(s|0){e=k[10484]|0;b=s>>>3;c=41956+(b<<1<<2)|0;b=1<<b;if(i&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10483]|0)>>>0)Ea();else{j=a;l=b}}else{k[10479]=i|b;j=c;l=c+8|0}k[l>>2]=e;k[j+12>>2]=e;k[e+8>>2]=j;k[e+12>>2]=c}k[10481]=g;k[10484]=d;K=h;r=L;return K|0}j=k[10480]|0;if(j){a=(j&0-j)+-1|0;J=a>>>12&16;a=a>>>J;I=a>>>5&8;a=a>>>I;K=a>>>2&4;a=a>>>K;h=a>>>1&2;a=a>>>h;i=a>>>1&1;i=k[42220+((I|J|K|h|i)+(a>>>i)<<2)>>2]|0;a=i;h=i;i=(k[i+4>>2]&-8)-n|0;while(1){b=k[a+16>>2]|0;if(!b){b=k[a+20>>2]|0;if(!b)break}K=(k[b+4>>2]&-8)-n|0;J=K>>>0<i>>>0;a=b;h=J?b:h;i=J?K:i}e=k[10483]|0;if(h>>>0<e>>>0)Ea();g=h+n|0;if(h>>>0>=g>>>0)Ea();f=k[h+24>>2]|0;c=k[h+12>>2]|0;do if((c|0)==(h|0)){a=h+20|0;b=k[a>>2]|0;if(!b){a=h+16|0;b=k[a>>2]|0;if(!b){m=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ea();else{k[a>>2]=0;m=b;break}}else{d=k[h+8>>2]|0;if(d>>>0<e>>>0)Ea();b=d+12|0;if((k[b>>2]|0)!=(h|0))Ea();a=c+8|0;if((k[a>>2]|0)==(h|0)){k[b>>2]=c;k[a>>2]=d;m=c;break}else Ea()}while(0);do if(f|0){b=k[h+28>>2]|0;a=42220+(b<<2)|0;if((h|0)==(k[a>>2]|0)){k[a>>2]=m;if(!m){k[10480]=j&~(1<<b);break}}else{if(f>>>0<(k[10483]|0)>>>0)Ea();b=f+16|0;if((k[b>>2]|0)==(h|0))k[b>>2]=m;else k[f+20>>2]=m;if(!m)break}a=k[10483]|0;if(m>>>0<a>>>0)Ea();k[m+24>>2]=f;b=k[h+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ea();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);b=k[h+20>>2]|0;if(b|0)if(b>>>0<(k[10483]|0)>>>0)Ea();else{k[m+20>>2]=b;k[b+24>>2]=m;break}}while(0);if(i>>>0<16){K=i+n|0;k[h+4>>2]=K|3;K=h+K+4|0;k[K>>2]=k[K>>2]|1}else{k[h+4>>2]=n|3;k[g+4>>2]=i|1;k[g+i>>2]=i;if(s|0){d=k[10484]|0;b=s>>>3;c=41956+(b<<1<<2)|0;b=1<<b;if(t&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10483]|0)>>>0)Ea();else{p=a;q=b}}else{k[10479]=t|b;p=c;q=c+8|0}k[q>>2]=d;k[p+12>>2]=d;k[d+8>>2]=p;k[d+12>>2]=c}k[10481]=i;k[10484]=g}K=h+8|0;r=L;return K|0}}}else if(a>>>0<=4294967231){a=a+11|0;n=a&-8;j=k[10480]|0;if(j){d=0-n|0;a=a>>>8;if(a)if(n>>>0>16777215)i=31;else{q=(a+1048320|0)>>>16&8;D=a<<q;p=(D+520192|0)>>>16&4;D=D<<p;i=(D+245760|0)>>>16&2;i=14-(p|q|i)+(D<<i>>>15)|0;i=n>>>(i+7|0)&1|i<<1}else i=0;a=k[42220+(i<<2)>>2]|0;a:do if(!a){c=0;e=0;D=86}else{e=0;h=a;g=n<<((i|0)==31?0:25-(i>>>1)|0);c=0;while(1){a=(k[h+4>>2]&-8)-n|0;if(a>>>0<d>>>0)if(!a){a=h;d=0;c=h;D=90;break a}else{e=h;d=a}a=k[h+20>>2]|0;h=k[h+16+(g>>>31<<2)>>2]|0;c=(a|0)==0|(a|0)==(h|0)?c:a;a=(h|0)==0;if(a){D=86;break}else g=g<<(a&1^1)}}while(0);if((D|0)==86){if((c|0)==0&(e|0)==0){a=2<<i;a=j&(a|0-a);if(!a)break;q=(a&0-a)+-1|0;l=q>>>12&16;q=q>>>l;i=q>>>5&8;q=q>>>i;m=q>>>2&4;q=q>>>m;p=q>>>1&2;q=q>>>p;c=q>>>1&1;c=k[42220+((i|l|m|p|c)+(q>>>c)<<2)>>2]|0}if(!c){i=e;h=d}else{a=e;D=90}}if((D|0)==90)while(1){D=0;q=(k[c+4>>2]&-8)-n|0;e=q>>>0<d>>>0;d=e?q:d;a=e?c:a;e=k[c+16>>2]|0;if(e|0){c=e;D=90;continue}c=k[c+20>>2]|0;if(!c){i=a;h=d;break}else D=90}if((i|0)!=0?h>>>0<((k[10481]|0)-n|0)>>>0:0){e=k[10483]|0;if(i>>>0<e>>>0)Ea();g=i+n|0;if(i>>>0>=g>>>0)Ea();f=k[i+24>>2]|0;c=k[i+12>>2]|0;do if((c|0)==(i|0)){a=i+20|0;b=k[a>>2]|0;if(!b){a=i+16|0;b=k[a>>2]|0;if(!b){s=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ea();else{k[a>>2]=0;s=b;break}}else{d=k[i+8>>2]|0;if(d>>>0<e>>>0)Ea();b=d+12|0;if((k[b>>2]|0)!=(i|0))Ea();a=c+8|0;if((k[a>>2]|0)==(i|0)){k[b>>2]=c;k[a>>2]=d;s=c;break}else Ea()}while(0);do if(f){b=k[i+28>>2]|0;a=42220+(b<<2)|0;if((i|0)==(k[a>>2]|0)){k[a>>2]=s;if(!s){t=j&~(1<<b);k[10480]=t;break}}else{if(f>>>0<(k[10483]|0)>>>0)Ea();b=f+16|0;if((k[b>>2]|0)==(i|0))k[b>>2]=s;else k[f+20>>2]=s;if(!s){t=j;break}}a=k[10483]|0;if(s>>>0<a>>>0)Ea();k[s+24>>2]=f;b=k[i+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ea();else{k[s+16>>2]=b;k[b+24>>2]=s;break}while(0);b=k[i+20>>2]|0;if(b)if(b>>>0<(k[10483]|0)>>>0)Ea();else{k[s+20>>2]=b;k[b+24>>2]=s;t=j;break}else t=j}else t=j;while(0);do if(h>>>0>=16){k[i+4>>2]=n|3;k[g+4>>2]=h|1;k[g+h>>2]=h;b=h>>>3;if(h>>>0<256){c=41956+(b<<1<<2)|0;a=k[10479]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10483]|0)>>>0)Ea();else{B=a;C=b}}else{k[10479]=a|b;B=c;C=c+8|0}k[C>>2]=g;k[B+12>>2]=g;k[g+8>>2]=B;k[g+12>>2]=c;break}b=h>>>8;if(b)if(h>>>0>16777215)b=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=h>>>(b+7|0)&1|b<<1}else b=0;c=42220+(b<<2)|0;k[g+28>>2]=b;a=g+16|0;k[a+4>>2]=0;k[a>>2]=0;a=1<<b;if(!(t&a)){k[10480]=t|a;k[c>>2]=g;k[g+24>>2]=c;k[g+12>>2]=g;k[g+8>>2]=g;break}a=h<<((b|0)==31?0:25-(b>>>1)|0);d=k[c>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(h|0)){D=148;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=145;break}else{a=a<<1;d=b}}if((D|0)==145)if(c>>>0<(k[10483]|0)>>>0)Ea();else{k[c>>2]=g;k[g+24>>2]=d;k[g+12>>2]=g;k[g+8>>2]=g;break}else if((D|0)==148){b=d+8|0;a=k[b>>2]|0;K=k[10483]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=g;k[b>>2]=g;k[g+8>>2]=a;k[g+12>>2]=d;k[g+24>>2]=0;break}else Ea()}}else{K=h+n|0;k[i+4>>2]=K|3;K=i+K+4|0;k[K>>2]=k[K>>2]|1}while(0);K=i+8|0;r=L;return K|0}}}else n=-1;while(0);c=k[10481]|0;if(c>>>0>=n>>>0){b=c-n|0;a=k[10484]|0;if(b>>>0>15){K=a+n|0;k[10484]=K;k[10481]=b;k[K+4>>2]=b|1;k[K+b>>2]=b;k[a+4>>2]=n|3}else{k[10481]=0;k[10484]=0;k[a+4>>2]=c|3;K=a+c+4|0;k[K>>2]=k[K>>2]|1}K=a+8|0;r=L;return K|0}h=k[10482]|0;if(h>>>0>n>>>0){I=h-n|0;k[10482]=I;K=k[10485]|0;J=K+n|0;k[10485]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}if(!(k[10597]|0)){k[10599]=4096;k[10598]=4096;k[10600]=-1;k[10601]=-1;k[10602]=0;k[10590]=0;a=o&-16^1431655768;k[o>>2]=a;k[10597]=a;a=4096}else a=k[10599]|0;i=n+48|0;j=n+47|0;g=a+j|0;e=0-a|0;l=g&e;if(l>>>0<=n>>>0){K=0;r=L;return K|0}a=k[10589]|0;if(a|0?(B=k[10587]|0,C=B+l|0,C>>>0<=B>>>0|C>>>0>a>>>0):0){K=0;r=L;return K|0}b:do if(!(k[10590]&4)){c=k[10485]|0;c:do if(c){d=42364;while(1){a=k[d>>2]|0;if(a>>>0<=c>>>0?(u=d+4|0,(a+(k[u>>2]|0)|0)>>>0>c>>>0):0)break;a=k[d+8>>2]|0;if(!a){D=172;break c}else d=a}c=g-h&e;if(c>>>0<2147483647){a=Qa(c|0)|0;if((a|0)==((k[d>>2]|0)+(k[u>>2]|0)|0)){if((a|0)!=(-1|0)){g=c;f=a;D=190;break b}}else{b=c;D=180}}}else D=172;while(0);do if(((D|0)==172?(f=Qa(0)|0,(f|0)!=(-1|0)):0)?(b=f,v=k[10598]|0,w=v+-1|0,b=((w&b|0)==0?0:(w+b&0-v)-b|0)+l|0,v=k[10587]|0,w=b+v|0,b>>>0>n>>>0&b>>>0<2147483647):0){C=k[10589]|0;if(C|0?w>>>0<=v>>>0|w>>>0>C>>>0:0)break;a=Qa(b|0)|0;if((a|0)==(f|0)){g=b;D=190;break b}else D=180}while(0);d:do if((D|0)==180){c=0-b|0;do if(i>>>0>b>>>0&(b>>>0<2147483647&(a|0)!=(-1|0))?(x=k[10599]|0,x=j-b+x&0-x,x>>>0<2147483647):0)if((Qa(x|0)|0)==(-1|0)){Qa(c|0)|0;break d}else{b=x+b|0;break}while(0);if((a|0)!=(-1|0)){g=b;f=a;D=190;break b}}while(0);k[10590]=k[10590]|4;D=187}else D=187;while(0);if((((D|0)==187?l>>>0<2147483647:0)?(A=Qa(l|0)|0,y=Qa(0)|0,A>>>0<y>>>0&((A|0)!=(-1|0)&(y|0)!=(-1|0))):0)?(z=y-A|0,z>>>0>(n+40|0)>>>0):0){g=z;f=A;D=190}if((D|0)==190){b=(k[10587]|0)+g|0;k[10587]=b;if(b>>>0>(k[10588]|0)>>>0)k[10588]=b;j=k[10485]|0;do if(j){b=42364;while(1){a=k[b>>2]|0;c=b+4|0;d=k[c>>2]|0;if((f|0)==(a+d|0)){D=200;break}e=k[b+8>>2]|0;if(!e)break;else b=e}if(((D|0)==200?(k[b+12>>2]&8|0)==0:0)?j>>>0<f>>>0&j>>>0>=a>>>0:0){k[c>>2]=d+g;K=j+8|0;K=(K&7|0)==0?0:0-K&7;J=j+K|0;K=g-K+(k[10482]|0)|0;k[10485]=J;k[10482]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[10486]=k[10601];break}b=k[10483]|0;if(f>>>0<b>>>0){k[10483]=f;h=f}else h=b;a=f+g|0;b=42364;while(1){if((k[b>>2]|0)==(a|0)){D=208;break}b=k[b+8>>2]|0;if(!b){a=42364;break}}if((D|0)==208)if(!(k[b+12>>2]&8)){k[b>>2]=f;m=b+4|0;k[m>>2]=(k[m>>2]|0)+g;m=f+8|0;m=f+((m&7|0)==0?0:0-m&7)|0;b=a+8|0;b=a+((b&7|0)==0?0:0-b&7)|0;l=m+n|0;i=b-m-n|0;k[m+4>>2]=n|3;do if((b|0)!=(j|0)){if((b|0)==(k[10484]|0)){K=(k[10481]|0)+i|0;k[10481]=K;k[10484]=l;k[l+4>>2]=K|1;k[l+K>>2]=K;break}a=k[b+4>>2]|0;if((a&3|0)==1){g=a&-8;e=a>>>3;e:do if(a>>>0>=256){f=k[b+24>>2]|0;d=k[b+12>>2]|0;do if((d|0)==(b|0)){d=b+16|0;c=d+4|0;a=k[c>>2]|0;if(!a){a=k[d>>2]|0;if(!a){I=0;break}else c=d}while(1){d=a+20|0;e=k[d>>2]|0;if(e|0){a=e;c=d;continue}d=a+16|0;e=k[d>>2]|0;if(!e)break;else{a=e;c=d}}if(c>>>0<h>>>0)Ea();else{k[c>>2]=0;I=a;break}}else{e=k[b+8>>2]|0;if(e>>>0<h>>>0)Ea();a=e+12|0;if((k[a>>2]|0)!=(b|0))Ea();c=d+8|0;if((k[c>>2]|0)==(b|0)){k[a>>2]=d;k[c>>2]=e;I=d;break}else Ea()}while(0);if(!f)break;a=k[b+28>>2]|0;c=42220+(a<<2)|0;do if((b|0)!=(k[c>>2]|0)){if(f>>>0<(k[10483]|0)>>>0)Ea();a=f+16|0;if((k[a>>2]|0)==(b|0))k[a>>2]=I;else k[f+20>>2]=I;if(!I)break e}else{k[c>>2]=I;if(I|0)break;k[10480]=k[10480]&~(1<<a);break e}while(0);d=k[10483]|0;if(I>>>0<d>>>0)Ea();k[I+24>>2]=f;a=b+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<d>>>0)Ea();else{k[I+16>>2]=c;k[c+24>>2]=I;break}while(0);a=k[a+4>>2]|0;if(!a)break;if(a>>>0<(k[10483]|0)>>>0)Ea();else{k[I+20>>2]=a;k[a+24>>2]=I;break}}else{c=k[b+8>>2]|0;d=k[b+12>>2]|0;a=41956+(e<<1<<2)|0;do if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ea();if((k[c+12>>2]|0)==(b|0))break;Ea()}while(0);if((d|0)==(c|0)){k[10479]=k[10479]&~(1<<e);break}do if((d|0)==(a|0))F=d+8|0;else{if(d>>>0<h>>>0)Ea();a=d+8|0;if((k[a>>2]|0)==(b|0)){F=a;break}Ea()}while(0);k[c+12>>2]=d;k[F>>2]=c}while(0);b=b+g|0;e=g+i|0}else e=i;b=b+4|0;k[b>>2]=k[b>>2]&-2;k[l+4>>2]=e|1;k[l+e>>2]=e;b=e>>>3;if(e>>>0<256){c=41956+(b<<1<<2)|0;a=k[10479]|0;b=1<<b;do if(!(a&b)){k[10479]=a|b;J=c;K=c+8|0}else{b=c+8|0;a=k[b>>2]|0;if(a>>>0>=(k[10483]|0)>>>0){J=a;K=b;break}Ea()}while(0);k[K>>2]=l;k[J+12>>2]=l;k[l+8>>2]=J;k[l+12>>2]=c;break}b=e>>>8;do if(!b)b=0;else{if(e>>>0>16777215){b=31;break}J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=e>>>(b+7|0)&1|b<<1}while(0);d=42220+(b<<2)|0;k[l+28>>2]=b;a=l+16|0;k[a+4>>2]=0;k[a>>2]=0;a=k[10480]|0;c=1<<b;if(!(a&c)){k[10480]=a|c;k[d>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}a=e<<((b|0)==31?0:25-(b>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){D=278;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=275;break}else{a=a<<1;d=b}}if((D|0)==275)if(c>>>0<(k[10483]|0)>>>0)Ea();else{k[c>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}else if((D|0)==278){b=d+8|0;a=k[b>>2]|0;K=k[10483]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=l;k[b>>2]=l;k[l+8>>2]=a;k[l+12>>2]=d;k[l+24>>2]=0;break}else Ea()}}else{K=(k[10482]|0)+i|0;k[10482]=K;k[10485]=l;k[l+4>>2]=K|1}while(0);K=m+8|0;r=L;return K|0}else a=42364;while(1){b=k[a>>2]|0;if(b>>>0<=j>>>0?(E=b+(k[a+4>>2]|0)|0,E>>>0>j>>>0):0)break;a=k[a+8>>2]|0}e=E+-47|0;a=e+8|0;a=e+((a&7|0)==0?0:0-a&7)|0;e=j+16|0;a=a>>>0<e>>>0?j:a;b=a+8|0;c=f+8|0;c=(c&7|0)==0?0:0-c&7;K=f+c|0;c=g+-40-c|0;k[10485]=K;k[10482]=c;k[K+4>>2]=c|1;k[K+c+4>>2]=40;k[10486]=k[10601];c=a+4|0;k[c>>2]=27;k[b>>2]=k[10591];k[b+4>>2]=k[10592];k[b+8>>2]=k[10593];k[b+12>>2]=k[10594];k[10591]=f;k[10592]=g;k[10594]=0;k[10593]=b;b=a+24|0;do{b=b+4|0;k[b>>2]=7}while((b+4|0)>>>0<E>>>0);if((a|0)!=(j|0)){f=a-j|0;k[c>>2]=k[c>>2]&-2;k[j+4>>2]=f|1;k[a>>2]=f;b=f>>>3;if(f>>>0<256){c=41956+(b<<1<<2)|0;a=k[10479]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10483]|0)>>>0)Ea();else{G=a;H=b}}else{k[10479]=a|b;G=c;H=c+8|0}k[H>>2]=j;k[G+12>>2]=j;k[j+8>>2]=G;k[j+12>>2]=c;break}b=f>>>8;if(b)if(f>>>0>16777215)c=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;c=(K+245760|0)>>>16&2;c=14-(I|J|c)+(K<<c>>>15)|0;c=f>>>(c+7|0)&1|c<<1}else c=0;d=42220+(c<<2)|0;k[j+28>>2]=c;k[j+20>>2]=0;k[e>>2]=0;b=k[10480]|0;a=1<<c;if(!(b&a)){k[10480]=b|a;k[d>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}a=f<<((c|0)==31?0:25-(c>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(f|0)){D=304;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=301;break}else{a=a<<1;d=b}}if((D|0)==301)if(c>>>0<(k[10483]|0)>>>0)Ea();else{k[c>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}else if((D|0)==304){b=d+8|0;a=k[b>>2]|0;K=k[10483]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=j;k[b>>2]=j;k[j+8>>2]=a;k[j+12>>2]=d;k[j+24>>2]=0;break}else Ea()}}}else{K=k[10483]|0;if((K|0)==0|f>>>0<K>>>0)k[10483]=f;k[10591]=f;k[10592]=g;k[10594]=0;k[10488]=k[10597];k[10487]=-1;b=0;do{K=41956+(b<<1<<2)|0;k[K+12>>2]=K;k[K+8>>2]=K;b=b+1|0}while((b|0)!=32);K=f+8|0;K=(K&7|0)==0?0:0-K&7;J=f+K|0;K=g+-40-K|0;k[10485]=J;k[10482]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[10486]=k[10601]}while(0);b=k[10482]|0;if(b>>>0>n>>>0){I=b-n|0;k[10482]=I;K=k[10485]|0;J=K+n|0;k[10485]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}}K=FI()|0;k[K>>2]=12;K=0;r=L;return K|0}function ac(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0;N=r;r=r+496|0;d=N+472|0;K=N+456|0;L=N+432|0;G=N+416|0;H=N+400|0;I=N+384|0;J=N+368|0;h=N+352|0;i=N+336|0;j=N+320|0;l=N+304|0;m=N+288|0;n=N+272|0;o=N+256|0;p=N+240|0;q=N+224|0;s=N+208|0;t=N+192|0;u=N+176|0;v=N+160|0;w=N+144|0;x=N+128|0;y=N+112|0;z=N+96|0;A=N+80|0;B=N+64|0;C=N+48|0;D=N+32|0;E=N+16|0;F=N;e=c+12|0;vd(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,vd(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Ha(18674,18750,319,18773)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Ha(18785,18750,320,18773)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{tn(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{kn(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{on(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18864);if((Cy(K)|0)==-2147483648&(M|0)==-1?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0)Jb[k[k[b>>2]>>2]&511](b,18879);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=er(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18898);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KK(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18913);if((Cy(K)|0)==-2147483648&(M|0)==-1?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Vo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18928);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KB(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{To(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{So(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{Vn(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{Un(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{tn(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{kn(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{on(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18943);if((Cy(K)|0)==0&(M|0)==-2147483648?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0)Jb[k[k[b>>2]>>2]&511](b,18958);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=er(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18977);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KK(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18992);if((Cy(K)|0)==0&(M|0)==-2147483648?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Vo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,19007);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KB(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=PF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=WF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=fF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 38:{To(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{So(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{Vn(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{Un(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{tn(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{kn(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{on(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{gh(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{ft(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Re(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{Se(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{Vn(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{Un(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{ow(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{jw(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{pw(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{kw(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ea()}while(0);break}default:Ea()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=N;return}function bc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0;N=r;r=r+496|0;d=N+472|0;K=N+456|0;L=N+432|0;G=N+416|0;H=N+400|0;I=N+384|0;J=N+368|0;h=N+352|0;i=N+336|0;j=N+320|0;l=N+304|0;m=N+288|0;n=N+272|0;o=N+256|0;p=N+240|0;q=N+224|0;s=N+208|0;t=N+192|0;u=N+176|0;v=N+160|0;w=N+144|0;x=N+128|0;y=N+112|0;z=N+96|0;A=N+80|0;B=N+64|0;C=N+48|0;D=N+32|0;E=N+16|0;F=N;e=c+12|0;Pg(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,Pg(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Ha(18674,18750,319,18773)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Ha(18785,18750,320,18773)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{tn(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{kn(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{on(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18864);if((Cy(K)|0)==-2147483648&(M|0)==-1?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0)Jb[k[k[b>>2]>>2]&511](b,18879);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=er(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18898);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KK(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18913);if((Cy(K)|0)==-2147483648&(M|0)==-1?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Vo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18928);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KB(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{To(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{So(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{Vn(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{Un(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{tn(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{kn(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{on(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18943);if((Cy(K)|0)==0&(M|0)==-2147483648?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0)Jb[k[k[b>>2]>>2]&511](b,18958);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=er(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18977);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KK(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,18992);if((Cy(K)|0)==0&(M|0)==-2147483648?(J=Cy(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Vo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((Cy(L)|0)==0&(M|0)==0)Jb[k[k[b>>2]>>2]&511](b,19007);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=KB(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=PF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=WF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=fF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 38:{To(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{So(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{Vn(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{Un(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{tn(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{kn(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{on(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{gh(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{ft(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Re(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{Se(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{Vn(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{Un(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{ow(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{jw(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{pw(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{kw(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ea()}while(0);break}default:Ea()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=N;return}function cc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0.0,g=0,h=0,j=0,m=0,n=0,o=0.0,p=0.0,q=0,s=0.0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0.0;K=r;r=r+512|0;G=K;switch(b|0){case 0:{H=-149;J=24;y=4;break}case 1:{H=-1074;J=53;y=4;break}case 2:{H=-1074;J=53;y=4;break}default:d=0.0}a:do if((y|0)==4){A=a+4|0;z=a+100|0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0}while((EM(b)|0)!=0);b:do switch(b|0){case 43:case 45:{e=1-(((b|0)==45&1)<<1)|0;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;g=l[b>>0]|0;I=e;break b}else{g=rl(a)|0;I=e;break b}}default:{g=b;I=1}}while(0);b=0;do{if((g|32|0)!=(i[34309+b>>0]|0))break;do if(b>>>0<7){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=rl(a)|0;break}}while(0);b=b+1|0}while(b>>>0<8);c:do switch(b|0){case 8:break;case 3:{y=23;break}default:{h=(c|0)!=0;if(h&b>>>0>3)if((b|0)==8)break c;else{y=23;break c}d:do if(!b){b=0;do{if((g|32|0)!=(i[34318+b>>0]|0))break d;do if(b>>>0<2){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=rl(a)|0;break}}while(0);b=b+1|0}while(b>>>0<3)}while(0);switch(b|0){case 3:{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;if((b|0)==40)b=1;else{if(!(k[z>>2]|0)){d=B;break a}k[A>>2]=(k[A>>2]|0)+-1;d=B;break a}while(1){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;e=l[e>>0]|0}else e=rl(a)|0;if(!((e+-48|0)>>>0<10|(e+-65|0)>>>0<26)?!((e|0)==95|(e+-97|0)>>>0<26):0)break;b=b+1|0}if((e|0)==41){d=B;break a}e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!h){J=FI()|0;k[J>>2]=22;Vz(a,0);d=0.0;break a}if(!b){d=B;break a}while(1){b=b+-1|0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!b){d=B;break a}}}case 0:{do if((g|0)==48){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;if((b|32|0)!=120){if(!(k[z>>2]|0)){b=48;break}k[A>>2]=(k[A>>2]|0)+-1;b=48;break}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=0}else{e=rl(a)|0;g=0}e:while(1){switch(e|0){case 46:{y=74;break e}case 48:break;default:{t=0;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0;break e}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=1;continue}else{e=rl(a)|0;g=1;continue}}if((y|0)==74){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0}else e=rl(a)|0;if((e|0)==48){g=0;e=0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;h=l[b>>0]|0}else h=rl(a)|0;g=qI(g|0,e|0,-1,-1)|0;e=M}while((h|0)==48);t=1;j=0;o=1.0;d=0.0;b=0;u=1;w=0;v=0}else{t=1;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0}}while(1){n=h+-48|0;m=h|32;if(n>>>0>=10){q=(h|0)==46;if(!(q|(m+-97|0)>>>0<6)){m=h;break}if(q)if(!t){t=1;f=o;q=u;g=v;e=w;n=v;m=w}else{m=46;break}else y=86}else y=86;if((y|0)==86){y=0;h=(h|0)>57?m+-87|0:n;do if(!((w|0)<0|(w|0)==0&v>>>0<8)){if((w|0)<0|(w|0)==0&v>>>0<14){s=o*.0625;f=s;d=d+s*+(h|0);break}if((j|0)!=0|(h|0)==0)f=o;else{j=1;f=o;d=d+o*.5}}else{f=o;b=h+(b<<4)|0}while(0);n=qI(v|0,w|0,1,0)|0;q=1;m=M}h=k[A>>2]|0;if(h>>>0<(k[z>>2]|0)>>>0){k[A>>2]=h+1;o=f;h=l[h>>0]|0;u=q;w=m;v=n;continue}else{o=f;h=rl(a)|0;u=q;w=m;v=n;continue}}if(!u){b=(k[z>>2]|0)==0;if(!b)k[A>>2]=(k[A>>2]|0)+-1;if(c){if(!b?(x=k[A>>2]|0,k[A>>2]=x+-1,t|0):0)k[A>>2]=x+-2}else Vz(a,0);d=+(I|0)*0.0;break a}j=(t|0)==0;n=j?v:g;j=j?w:e;if((w|0)<0|(w|0)==0&v>>>0<8){g=v;e=w;do{b=b<<4;g=qI(g|0,e|0,1,0)|0;e=M}while((e|0)<0|(e|0)==0&g>>>0<8);h=b}else h=b;if((m|32|0)==112){e=Tf(a,c)|0;b=M;if((e|0)==0&(b|0)==-2147483648){if(!c){Vz(a,0);d=0.0;break a}if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}}}else if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}g=PF(n|0,j|0,2)|0;g=qI(g|0,M|0,-32,-1)|0;g=qI(g|0,M|0,e|0,b|0)|0;b=M;if(!h){d=+(I|0)*0.0;break a}if((b|0)>0|(b|0)==0&g>>>0>(0-H|0)>>>0){J=FI()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break a}G=H+-106|0;F=((G|0)<0)<<31>>31;if((b|0)<(F|0)|(b|0)==(F|0)&g>>>0<G>>>0){J=FI()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break a}if((h|0)>-1){e=h;do{F=!(d>=.5);G=F&1|e<<1;e=G^1;d=d+(F?d:d+-1.0);g=qI(g|0,b|0,-1,-1)|0;b=M}while((G|0)>-1);o=d;h=e}else o=d;H=rG(32,0,H|0,((H|0)<0)<<31>>31|0)|0;b=qI(g|0,b|0,H|0,M|0)|0;H=M;if(0>(H|0)|0==(H|0)&J>>>0>b>>>0)if((b|0)<0){e=0;b=84;y=127}else y=125;else{b=J;y=125}if((y|0)==125)if((b|0)<53){e=b;b=84-b|0;y=127}else{f=0.0;d=+(I|0)}if((y|0)==127){d=+(I|0);f=+TM(+Ip(1.0,b),d);b=e}J=(h&1|0)==0&(o!=0.0&(b|0)<32);d=d*(J?0.0:o)+(f+d*+(((J&1)+h|0)>>>0))-f;if(!(d!=0.0)){J=FI()|0;k[J>>2]=34}d=+UM(d,g);break a}else b=g;while(0);D=H+J|0;F=0-D|0;e=0;f:while(1){switch(b|0){case 46:{y=138;break f}case 48:break;default:{m=0;h=e;n=0;j=0;break f}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0;e=1;continue}else{b=rl(a)|0;e=1;continue}}if((y|0)==138){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;if((b|0)==48){e=0;b=0;while(1){e=qI(e|0,b|0,-1,-1)|0;j=M;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;if((b|0)==48)b=j;else{m=1;h=1;n=e;break}}}else{m=1;h=e;n=0;j=0}}k[G>>2]=0;q=b+-48|0;g=(b|0)==46;g:do if(g|q>>>0<10){y=G+496|0;u=0;e=0;x=0;v=m;w=h;m=0;h=0;h:while(1){do if(g)if(!v){v=1;t=x;n=m;j=h}else break h;else{m=qI(m|0,h|0,1,0)|0;h=M;t=(b|0)!=48;if((e|0)>=125){if(!t){t=x;break}k[y>>2]=k[y>>2]|1;t=x;break}g=G+(e<<2)|0;if(!u)b=q;else b=b+-48+((k[g>>2]|0)*10|0)|0;k[g>>2]=b;u=u+1|0;w=(u|0)==9;u=w?0:u;e=(w&1)+e|0;t=t?m:x;w=1}while(0);b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;q=b+-48|0;g=(b|0)==46;if(!(g|q>>>0<10)){q=t;t=v;g=w;y=161;break g}else x=t}b=u;q=x;g=(w|0)!=0;y=169}else{u=0;e=0;q=0;t=m;g=h;m=0;h=0;y=161}while(0);do if((y|0)==161){x=(t|0)==0;n=x?m:n;j=x?h:j;g=(g|0)!=0;if(!(g&(b|32|0)==101))if((b|0)>-1){b=u;y=169;break}else{b=u;y=171;break}g=Tf(a,c)|0;b=M;if((g|0)==0&(b|0)==-2147483648){if(!c){Vz(a,0);d=0.0;break}if(!(k[z>>2]|0)){g=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;g=0;b=0}}w=qI(g|0,b|0,n|0,j|0)|0;b=u;j=M;y=173}while(0);if((y|0)==169)if(k[z>>2]|0){k[A>>2]=(k[A>>2]|0)+-1;if(g){w=n;y=173}else y=172}else y=171;if((y|0)==171)if(g){w=n;y=173}else y=172;do if((y|0)==172){J=FI()|0;k[J>>2]=22;Vz(a,0);d=0.0}else if((y|0)==173){g=k[G>>2]|0;if(!g){d=+(I|0)*0.0;break}if(((h|0)<0|(h|0)==0&m>>>0<10)&((w|0)==(m|0)&(j|0)==(h|0))?J>>>0>30|(g>>>J|0)==0:0){d=+(I|0)*+(g>>>0);break}a=(H|0)/-2|0;A=((a|0)<0)<<31>>31;if((j|0)>(A|0)|(j|0)==(A|0)&w>>>0>a>>>0){J=FI()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break}a=H+-106|0;A=((a|0)<0)<<31>>31;if((j|0)<(A|0)|(j|0)==(A|0)&w>>>0<a>>>0){J=FI()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break}if(b){if((b|0)<9){h=G+(e<<2)|0;g=k[h>>2]|0;do{g=g*10|0;b=b+1|0}while((b|0)!=9);k[h>>2]=g}e=e+1|0}if((q|0)<9?(q|0)<=(w|0)&(w|0)<18:0){if((w|0)==9){d=+(I|0)*+((k[G>>2]|0)>>>0);break}if((w|0)<9){d=+(I|0)*+((k[G>>2]|0)>>>0)/+(k[8608+(8-w<<2)>>2]|0);break}a=J+27+($(w,-3)|0)|0;b=k[G>>2]|0;if((a|0)>30|(b>>>a|0)==0){d=+(I|0)*+(b>>>0)*+(k[8608+(w+-10<<2)>>2]|0);break}}b=(w|0)%9|0;if(!b){b=0;h=0}else{q=(w|0)>-1?b:b+9|0;m=k[8608+(8-q<<2)>>2]|0;if(e){n=1e9/(m|0)|0;h=0;j=0;g=w;b=0;do{z=G+(b<<2)|0;A=k[z>>2]|0;a=((A>>>0)/(m>>>0)|0)+h|0;k[z>>2]=a;h=$((A>>>0)%(m>>>0)|0,n)|0;a=(b|0)==(j|0)&(a|0)==0;g=a?g+-9|0:g;j=a?j+1&127:j;b=b+1|0}while((b|0)!=(e|0));if(!h)h=j;else{k[G+(e<<2)>>2]=h;h=j;e=e+1|0}}else{h=0;e=0;g=w}b=0;w=9-q+g|0}i:while(1){q=(w|0)<18;t=(w|0)==18;u=G+(h<<2)|0;while(1){if(!q){if(!t){g=w;break i}if((k[u>>2]|0)>>>0>=9007199){g=18;break i}}g=0;v=e;e=e+127|0;while(1){j=e&127;m=G+(j<<2)|0;e=PF(k[m>>2]|0,0,29)|0;e=qI(e|0,M|0,g|0,0)|0;g=M;if(g>>>0>0|(g|0)==0&e>>>0>1e9){n=KK(e|0,g|0,1e9,0)|0;e=KB(e|0,g|0,1e9,0)|0}else n=0;k[m>>2]=e;a=(j|0)==(h|0);v=(j|0)!=(v+127&127|0)|a?v:(e|0)==0?j:v;if(a)break;else{g=n;e=j+-1|0}}b=b+-29|0;if(n|0)break;else e=v}h=h+127&127;e=v+127&127;g=G+((v+126&127)<<2)|0;if((h|0)==(v|0))k[g>>2]=k[g>>2]|k[G+(e<<2)>>2];else e=v;k[G+(h<<2)>>2]=n;w=w+9|0}j:while(1){u=e+1&127;v=G+((e+127&127)<<2)|0;while(1){n=(g|0)==18;t=(g|0)>27?9:1;w=h;while(1){h=0;while(1){j=h+w&127;if((j|0)==(e|0)){E=2;y=220;break}j=k[G+(j<<2)>>2]|0;m=k[8640+(h<<2)>>2]|0;if(j>>>0<m>>>0){E=2;y=220;break}if(j>>>0>m>>>0)break;h=h+1|0;if((h|0)>=2){E=h;y=220;break}}if((y|0)==220?(y=0,n&(E|0)==2):0){d=0.0;j=0;break j}b=b+t|0;if((w|0)==(e|0))w=e;else break}n=(1<<t)+-1|0;q=1e9>>>t;m=0;h=w;j=w;do{z=G+(j<<2)|0;A=k[z>>2]|0;a=(A>>>t)+m|0;k[z>>2]=a;m=$(A&n,q)|0;a=(j|0)==(h|0)&(a|0)==0;g=a?g+-9|0:g;h=a?h+1&127:h;j=j+1&127}while((j|0)!=(e|0));if(!m)continue;if((u|0)!=(h|0))break;k[v>>2]=k[v>>2]|1}k[G+(e<<2)>>2]=m;e=u}while(1){h=j+w&127;g=e+1&127;if((h|0)==(e|0))k[G+(g+-1<<2)>>2]=0;else g=e;d=d*1.0e9+ +((k[G+(h<<2)>>2]|0)>>>0);j=j+1|0;if((j|0)==2)break;else e=g}s=+(I|0);f=s*d;m=b+53|0;n=m-H|0;q=(n|0)<(J|0);e=q&1;j=q?((n|0)<0?0:n):J;if((j|0)<53){L=+TM(+Ip(1.0,105-j|0),f);o=+aN(f,+Ip(1.0,53-j|0));p=L;d=o;o=L+(f-o)}else{p=0.0;d=0.0;o=f}h=w+2&127;do if((h|0)!=(g|0)){h=k[G+(h<<2)>>2]|0;do if(h>>>0>=5e8){if((h|0)!=5e8){d=s*.75+d;break}if((w+3&127|0)==(g|0)){d=s*.5+d;break}else{d=s*.75+d;break}}else{if((h|0)==0?(w+3&127|0)==(g|0):0)break;d=s*.25+d}while(0);if((53-j|0)>1){if(+aN(d,1.0)!=0.0){f=d;break}f=d+1.0}else f=d}else f=d;while(0);d=o+f-p;do if((m&2147483647|0)>(-2-D|0)){if(+O(+d)>=9007199254740992.0){d=d*.5;e=q&(j|0)==(n|0)?0:e;b=b+1|0}if((b+50|0)<=(F|0)?!(f!=0.0&(e|0)!=0):0)break;J=FI()|0;k[J>>2]=34}while(0);d=+UM(d,b)}while(0);break a}default:{if(k[z>>2]|0)k[A>>2]=(k[A>>2]|0)+-1;J=FI()|0;k[J>>2]=22;Vz(a,0);d=0.0;break a}}}}while(0);if((y|0)==23){e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if((c|0)!=0&b>>>0>3)do{if(!e)k[A>>2]=(k[A>>2]|0)+-1;b=b+-1|0}while(b>>>0>3)}d=+(I|0)*C}while(0);r=K;return +d}function dc(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0.0,o=0,q=0,s=0,u=0,v=0.0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0,ha=0,ia=0,ja=0;ja=r;r=r+624|0;fa=ja+24|0;ga=ja+16|0;ha=ja+588|0;X=ja+576|0;ia=ja;S=ja+536|0;N=ja+8|0;O=ja+528|0;P=(a|0)!=0;Q=S+40|0;R=Q;S=S+39|0;T=N+4|0;U=ha;V=0-U|0;W=X+12|0;X=X+11|0;Y=W;Z=Y-U|0;_=-2-U|0;aa=Y+2|0;ba=fa+288|0;ca=ha+9|0;da=ca;ea=ha+8|0;g=0;f=0;q=0;a:while(1){do if((f|0)>-1)if((g|0)>(2147483647-f|0)){f=FI()|0;k[f>>2]=75;f=-1;break}else{f=g+f|0;break}while(0);g=i[b>>0]|0;if(!(g<<24>>24)){L=243;break}else h=b;b:while(1){switch(g<<24>>24){case 37:{g=h;L=9;break b}case 0:{g=h;break b}default:{}}g=h+1|0;h=g;g=i[g>>0]|0}c:do if((L|0)==9)while(1){L=0;if((i[h+1>>0]|0)!=37)break c;g=g+1|0;h=h+2|0;if((i[h>>0]|0)==37)L=9;else break}while(0);g=g-b|0;if(P?(k[a>>2]&32|0)==0:0)pk(b,g,a)|0;if(g|0){b=h;continue}o=h+1|0;m=i[o>>0]|0;g=(m<<24>>24)+-48|0;if(g>>>0<10){u=(i[h+2>>0]|0)==36;o=u?h+3|0:o;w=u?g:-1;u=u?1:q;g=i[o>>0]|0}else{w=-1;u=q;g=m}h=(g<<24>>24)+-32|0;d:do if(h>>>0<32){m=0;do{if(!(1<<h&75913))break d;m=1<<(g<<24>>24)+-32|m;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-32|0}while(h>>>0<32)}else m=0;while(0);do if(g<<24>>24!=42){h=(g<<24>>24)+-48|0;if(h>>>0<10){q=0;do{q=(q*10|0)+h|0;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-48|0}while(h>>>0<10);if((q|0)<0){f=-1;break a}else K=u}else{q=0;K=u}}else{s=o+1|0;g=i[s>>0]|0;h=(g<<24>>24)+-48|0;if(h>>>0<10?(i[o+2>>0]|0)==36:0){k[e+(h<<2)>>2]=10;g=k[d+((i[s>>0]|0)+-48<<3)>>2]|0;h=1;s=o+3|0}else{if(u|0){f=-1;break a}if(!P){q=0;K=0;o=s;break}h=(k[c>>2]|0)+(4-1)&~(4-1);g=k[h>>2]|0;k[c>>2]=h+4;h=0}K=(g|0)<0;q=K?0-g|0:g;m=K?m|8192:m;K=h;o=s;g=i[s>>0]|0}while(0);e:do if(g<<24>>24==46){g=o+1|0;h=i[g>>0]|0;if(h<<24>>24!=42){o=(h<<24>>24)+-48|0;if(o>>>0<10)h=0;else{x=0;break}while(1){h=(h*10|0)+o|0;g=g+1|0;o=(i[g>>0]|0)+-48|0;if(o>>>0>=10){x=h;break e}}}g=o+2|0;h=(i[g>>0]|0)+-48|0;if(h>>>0<10?(i[o+3>>0]|0)==36:0){k[e+(h<<2)>>2]=10;x=k[d+((i[g>>0]|0)+-48<<3)>>2]|0;g=o+4|0;break}if(K|0){f=-1;break a}if(P){J=(k[c>>2]|0)+(4-1)&~(4-1);x=k[J>>2]|0;k[c>>2]=J+4}else x=0}else{x=-1;g=o}while(0);u=0;while(1){h=(i[g>>0]|0)+-65|0;if(h>>>0>57){f=-1;break a}J=g+1|0;h=i[31889+(u*58|0)+h>>0]|0;o=h&255;if((o+-1|0)>>>0<8){u=o;g=J}else break}if(!(h<<24>>24)){f=-1;break}s=(w|0)>-1;do if(h<<24>>24==19)if(s){f=-1;break a}else L=51;else{if(s){k[e+(w<<2)>>2]=o;H=d+(w<<3)|0;I=k[H+4>>2]|0;L=ia;k[L>>2]=k[H>>2];k[L+4>>2]=I;L=51;break}if(!P){f=0;break a}Bf(ia,o,c)}while(0);if((L|0)==51?(L=0,!P):0){g=0;q=K;b=J;continue}E=i[g>>0]|0;E=(u|0)!=0&(E&15|0)==3?E&-33:E;s=m&-65537;I=(m&8192|0)==0?m:s;f:do switch(E|0){case 110:switch((u&255)<<24>>24){case 0:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 1:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 2:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}case 3:{j[k[ia>>2]>>1]=f;g=0;q=K;b=J;continue a}case 4:{i[k[ia>>2]>>0]=f;g=0;q=K;b=J;continue a}case 6:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 7:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}default:{g=0;q=K;b=J;continue a}}case 112:{s=120;u=x>>>0>8?x:8;g=I|8;L=63;break}case 88:case 120:{s=E;u=x;g=I;L=63;break}case 111:{h=ia;g=k[h>>2]|0;h=k[h+4>>2]|0;if((g|0)==0&(h|0)==0)b=Q;else{b=Q;do{b=b+-1|0;i[b>>0]=g&7|48;g=WF(g|0,h|0,3)|0;h=M}while(!((g|0)==0&(h|0)==0))}if(!(I&8)){h=0;m=32369;o=x;g=I;L=76}else{o=R-b|0;h=0;m=32369;o=(x|0)>(o|0)?x:o+1|0;g=I;L=76}break}case 105:case 100:{b=ia;g=k[b>>2]|0;b=k[b+4>>2]|0;if((b|0)<0){g=rG(0,0,g|0,b|0)|0;b=M;h=ia;k[h>>2]=g;k[h+4>>2]=b;h=1;m=32369;L=75;break f}if(!(I&2048)){m=I&1;h=m;m=(m|0)==0?32369:32371;L=75}else{h=1;m=32370;L=75}break}case 117:{b=ia;h=0;m=32369;g=k[b>>2]|0;b=k[b+4>>2]|0;L=75;break}case 99:{i[S>>0]=k[ia>>2];b=S;w=0;u=32369;h=Q;g=1;break}case 109:{g=FI()|0;g=Or(k[g>>2]|0)|0;L=81;break}case 115:{g=k[ia>>2]|0;g=g|0?g:32379;L=81;break}case 67:{k[N>>2]=k[ia>>2];k[T>>2]=0;k[ia>>2]=N;s=-1;h=N;L=85;break}case 83:{g=k[ia>>2]|0;if(!x){uo(a,32,q,0,I);g=0;L=96}else{s=x;h=g;L=85}break}case 65:case 71:case 70:case 69:case 97:case 103:case 102:case 101:{n=+p[ia>>3];k[ga>>2]=0;p[t>>3]=n;if((k[t+4>>2]|0)>=0){g=I&1;if(!(I&2048)){G=g;H=(g|0)==0?32387:32392}else{G=1;H=32389}}else{n=-n;G=1;H=32386}p[t>>3]=n;F=k[t+4>>2]&2146435072;do if(F>>>0<2146435072|(F|0)==2146435072&0<0){v=+YM(n,ga)*2.0;b=v!=0.0;if(b)k[ga>>2]=(k[ga>>2]|0)+-1;z=E|32;if((z|0)==97){o=E&32;w=(o|0)==0?H:H+9|0;u=G|2;g=12-x|0;do if(!(x>>>0>11|(g|0)==0)){n=8.0;do{g=g+-1|0;n=n*16.0}while((g|0)!=0);if((i[w>>0]|0)==45){n=-(n+(-v-n));break}else{n=v+n-n;break}}else n=v;while(0);b=k[ga>>2]|0;g=(b|0)<0?0-b|0:b;g=Nq(g,((g|0)<0)<<31>>31,W)|0;if((g|0)==(W|0)){i[X>>0]=48;g=X}i[g+-1>>0]=(b>>31&2)+43;s=g+-2|0;i[s>>0]=E+15;m=(x|0)<1;h=(I&8|0)==0;g=ha;do{H=~~n;b=g+1|0;i[g>>0]=l[32353+H>>0]|o;n=(n-+(H|0))*16.0;do if((b-U|0)==1){if(h&(m&n==0.0)){g=b;break}i[b>>0]=46;g=g+2|0}else g=b;while(0)}while(n!=0.0);m=s;h=(x|0)!=0&(_+g|0)<(x|0)?aa+x-m|0:Z-m+g|0;o=h+u|0;uo(a,32,q,o,I);if(!(k[a>>2]&32))pk(w,u,a)|0;uo(a,48,q,o,I^65536);b=g-U|0;if(!(k[a>>2]&32))pk(ha,b,a)|0;g=Y-m|0;uo(a,48,h-(b+g)|0,0,0);if(!(k[a>>2]&32))pk(s,g,a)|0;uo(a,32,q,o,I^8192);g=(o|0)<(q|0)?q:o;break}g=(x|0)<0?6:x;if(b){b=(k[ga>>2]|0)+-28|0;k[ga>>2]=b;n=v*268435456.0}else{n=v;b=k[ga>>2]|0}F=(b|0)<0?fa:ba;h=F;do{D=~~n>>>0;k[h>>2]=D;h=h+4|0;n=(n-+(D>>>0))*1.0e9}while(n!=0.0);if((b|0)>0){m=F;s=h;while(1){o=(b|0)>29?29:b;b=s+-4|0;do if(b>>>0>=m>>>0){h=0;do{C=PF(k[b>>2]|0,0,o|0)|0;C=qI(C|0,M|0,h|0,0)|0;D=M;B=KB(C|0,D|0,1e9,0)|0;k[b>>2]=B;h=KK(C|0,D|0,1e9,0)|0;b=b+-4|0}while(b>>>0>=m>>>0);if(!h)break;m=m+-4|0;k[m>>2]=h}while(0);h=s;while(1){if(h>>>0<=m>>>0)break;b=h+-4|0;if(!(k[b>>2]|0))h=b;else break}b=(k[ga>>2]|0)-o|0;k[ga>>2]=b;if((b|0)>0)s=h;else break}}else m=F;if((b|0)<0){x=((g+25|0)/9|0)+1|0;y=(z|0)==102;do{w=0-b|0;w=(w|0)>9?9:w;do if(m>>>0<h>>>0){o=(1<<w)+-1|0;s=1e9>>>w;u=0;b=m;do{D=k[b>>2]|0;k[b>>2]=(D>>>w)+u;u=$(D&o,s)|0;b=b+4|0}while(b>>>0<h>>>0);b=(k[m>>2]|0)==0?m+4|0:m;if(!u){m=b;b=h;break}k[h>>2]=u;m=b;b=h+4|0}else{m=(k[m>>2]|0)==0?m+4|0:m;b=h}while(0);h=y?F:m;h=(b-h>>2|0)>(x|0)?h+(x<<2)|0:b;b=(k[ga>>2]|0)+w|0;k[ga>>2]=b}while((b|0)<0)}D=F;do if(m>>>0<h>>>0){b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10)break;else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0)}else b=0;while(0);A=(z|0)==103;B=(g|0)!=0;o=g-((z|0)!=102?b:0)+((B&A)<<31>>31)|0;if((o|0)<(((h-D>>2)*9|0)+-9|0)){o=o+9216|0;u=F+4+(((o|0)/9|0)+-1024<<2)|0;o=((o|0)%9|0)+1|0;if((o|0)<9){s=10;do{s=s*10|0;o=o+1|0}while((o|0)!=9)}else s=10;x=k[u>>2]|0;y=(x>>>0)%(s>>>0)|0;o=(u+4|0)==(h|0);do if(o&(y|0)==0)o=u;else{v=(((x>>>0)/(s>>>0)|0)&1|0)==0?9007199254740992.0:9007199254740994.0;w=(s|0)/2|0;if(y>>>0<w>>>0)n=.5;else n=o&(y|0)==(w|0)?1.0:1.5;do if(G){if((i[H>>0]|0)!=45)break;n=-n;v=-v}while(0);o=x-y|0;k[u>>2]=o;if(!(v+n!=v)){o=u;break}C=o+s|0;k[u>>2]=C;if(C>>>0>999999999){o=u;while(1){b=o+-4|0;k[o>>2]=0;if(b>>>0<m>>>0){m=m+-4|0;k[m>>2]=0}C=(k[b>>2]|0)+1|0;k[b>>2]=C;if(C>>>0>999999999)o=b;else{u=b;break}}}b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10){o=u;break}else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0);o=u}while(0);C=o+4|0;h=h>>>0>C>>>0?C:h}y=0-b|0;C=h;while(1){if(C>>>0<=m>>>0){z=0;break}h=C+-4|0;if(!(k[h>>2]|0))C=h;else{z=1;break}}do if(A){g=(B&1^1)+g|0;if((g|0)>(b|0)&(b|0)>-5){u=E+-1|0;g=g+-1-b|0}else{u=E+-2|0;g=g+-1|0}h=I&8;if(h|0){w=h;break}do if(z){s=k[C+-4>>2]|0;if(!s){o=9;break}if(!((s>>>0)%10|0)){o=0;h=10}else{o=0;break}do{h=h*10|0;o=o+1|0}while(!((s>>>0)%(h>>>0)|0|0))}else o=9;while(0);h=((C-D>>2)*9|0)+-9|0;if((u|32|0)==102){w=h-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}else{w=h+b-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}}else{u=E;w=I&8}while(0);x=g|w;o=(x|0)!=0&1;s=(u|32|0)==102;if(s){y=0;b=(b|0)>0?b:0}else{h=(b|0)<0?y:b;h=Nq(h,((h|0)<0)<<31>>31,W)|0;if((Y-h|0)<2)do{h=h+-1|0;i[h>>0]=48}while((Y-h|0)<2);i[h+-1>>0]=(b>>31&2)+43;b=h+-2|0;i[b>>0]=u;y=b;b=Y-b|0}A=G+1+g+o+b|0;uo(a,32,q,A,I);if(!(k[a>>2]&32))pk(H,G,a)|0;uo(a,48,q,A,I^65536);do if(s){m=m>>>0>F>>>0?F:m;h=m;do{b=Nq(k[h>>2]|0,0,ca)|0;do if((h|0)==(m|0)){if((b|0)!=(ca|0))break;i[ea>>0]=48;b=ea}else{if(b>>>0<=ha>>>0)break;Kt(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);if(!(k[a>>2]&32))pk(b,da-b|0,a)|0;h=h+4|0}while(h>>>0<=F>>>0);do if(x|0){if(k[a>>2]&32|0)break;pk(39704,1,a)|0}while(0);if((g|0)>0&h>>>0<C>>>0)while(1){b=Nq(k[h>>2]|0,0,ca)|0;if(b>>>0>ha>>>0){Kt(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}if(!(k[a>>2]&32))pk(b,(g|0)>9?9:g,a)|0;h=h+4|0;b=g+-9|0;if(!((g|0)>9&h>>>0<C>>>0)){g=b;break}else g=b}uo(a,48,g+9|0,9,0)}else{u=z?C:m+4|0;if((g|0)>-1){s=(w|0)==0;o=m;do{b=Nq(k[o>>2]|0,0,ca)|0;if((b|0)==(ca|0)){i[ea>>0]=48;b=ea}do if((o|0)==(m|0)){h=b+1|0;if(!(k[a>>2]&32))pk(b,1,a)|0;if(s&(g|0)<1){b=h;break}if(k[a>>2]&32|0){b=h;break}pk(39704,1,a)|0;b=h}else{if(b>>>0<=ha>>>0)break;Kt(ha|0,48,b+V|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);h=da-b|0;if(!(k[a>>2]&32))pk(b,(g|0)>(h|0)?h:g,a)|0;g=g-h|0;o=o+4|0}while(o>>>0<u>>>0&(g|0)>-1)}uo(a,48,g+18|0,18,0);if(k[a>>2]&32|0)break;pk(y,Y-y|0,a)|0}while(0);uo(a,32,q,A,I^8192);g=(A|0)<(q|0)?q:A}else{o=(E&32|0)!=0;m=n!=n|0.0!=0.0;b=m?0:G;h=b+3|0;uo(a,32,q,h,s);g=k[a>>2]|0;if(!(g&32)){pk(H,b,a)|0;g=k[a>>2]|0}if(!(g&32))pk(m?(o?34318:32413):o?32405:32409,3,a)|0;uo(a,32,q,h,I^8192);g=(h|0)<(q|0)?q:h}while(0);q=K;b=J;continue a}default:{w=0;u=32369;h=Q;g=x;s=I}}while(0);g:do if((L|0)==63){m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0;o=s&32;if((h|0)==0&(m|0)==0){b=Q;h=0;m=0}else{b=Q;do{b=b+-1|0;i[b>>0]=l[32353+(h&15)>>0]|o;h=WF(h|0,m|0,4)|0;m=M}while(!((h|0)==0&(m|0)==0));m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0}m=(g&8|0)==0|(h|0)==0&(m|0)==0;h=m?0:2;m=m?32369:32369+(s>>4)|0;o=u;L=76}else if((L|0)==75){b=Nq(g,b,Q)|0;o=x;g=I;L=76}else if((L|0)==81){L=0;I=kk(g,x)|0;H=(I|0)==0;b=g;w=0;u=32369;h=H?g+x|0:I;g=H?x:I-g|0}else if((L|0)==85){L=0;o=h;g=0;b=0;while(1){m=k[o>>2]|0;if(!m)break;b=sK(O,m)|0;if((b|0)<0|b>>>0>(s-g|0)>>>0)break;g=b+g|0;if(s>>>0>g>>>0)o=o+4|0;else break}if((b|0)<0){f=-1;break a}uo(a,32,q,g,I);if(!g){g=0;L=96}else{m=0;while(1){b=k[h>>2]|0;if(!b){L=96;break g}b=sK(O,b)|0;m=b+m|0;if((m|0)>(g|0)){L=96;break g}if(!(k[a>>2]&32))pk(O,b,a)|0;if(m>>>0>=g>>>0){L=96;break}else h=h+4|0}}}while(0);if((L|0)==96){L=0;uo(a,32,q,g,I^8192);g=(q|0)>(g|0)?q:g;q=K;b=J;continue}if((L|0)==76){L=0;s=(o|0)>-1?g&-65537:g;g=ia;g=(k[g>>2]|0)!=0|(k[g+4>>2]|0)!=0;if((o|0)!=0|g){g=(g&1^1)+(R-b)|0;w=h;u=m;h=Q;g=(o|0)>(g|0)?o:g}else{b=Q;w=h;u=m;h=Q;g=0}}o=h-b|0;h=(g|0)<(o|0)?o:g;m=h+w|0;g=(q|0)<(m|0)?m:q;uo(a,32,g,m,s);if(!(k[a>>2]&32))pk(u,w,a)|0;uo(a,48,g,m,s^65536);uo(a,48,h,o,0);if(!(k[a>>2]&32))pk(b,o,a)|0;uo(a,32,g,m,s^8192);q=K;b=J}h:do if((L|0)==243)if(!a)if(!q)f=0;else{f=1;while(1){g=k[e+(f<<2)>>2]|0;if(!g){b=0;break}Bf(d+(f<<3)|0,g,c);f=f+1|0;if((f|0)>=10){f=1;break h}}while(1){g=f+1|0;if(b|0){f=-1;break h}if((g|0)>=10){f=1;break h}f=g;b=k[e+(g<<2)>>2]|0}}while(0);r=ja;return f|0}function ec(a,b,c,d,e,f,g,h,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;m=m|0;n=n|0;o=o|0;var p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0;$=r;r=r+512|0;Q=$+88|0;p=$+96|0;_=$+80|0;K=$+72|0;L=$+68|0;M=$+500|0;N=$+497|0;O=$+496|0;U=$+56|0;V=$+44|0;W=$+32|0;X=$+20|0;Y=$+8|0;P=$+4|0;T=$;k[Q>>2]=o;k[_>>2]=p;Z=_+4|0;k[Z>>2]=203;k[K>>2]=p;k[L>>2]=p+400;k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[U+(o<<2)>>2]=0;o=o+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[V+(o<<2)>>2]=0;o=o+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[W+(o<<2)>>2]=0;o=o+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[X+(o<<2)>>2]=0;o=o+1|0}k[Y>>2]=0;k[Y+4>>2]=0;k[Y+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[Y+(o<<2)>>2]=0;o=o+1|0}bd(c,d,M,N,O,U,V,W,X,P);k[n>>2]=k[m>>2];F=h+8|0;G=W+11|0;H=W+4|0;I=X+11|0;J=X+4|0;x=(e&512|0)!=0;y=V+11|0;z=V+4|0;A=Y+11|0;B=Y+4|0;C=M+3|0;D=U+11|0;E=U+4|0;R=0;w=0;v=p;a:while(1){if(w>>>0>=4){S=212;break}o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(o)break;else{S=212;break a}if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!o){S=212;break a}}else S=27}else S=27;while(0);if((S|0)==27){S=0;if(o){b=0;S=212;break}else b=0}b:do switch(i[M+w>>0]|0){case 1:{if((w|0)==3){d=R;o=v}else{o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){S=41;break a}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){S=41;break a}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=Lb[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}_n(Y,o&255);o=b;h=b;c=b;S=43}break}case 0:{if((w|0)==3){d=R;o=v}else{o=b;h=b;c=b;S=43}break}case 3:{o=i[G>>0]|0;d=o<<24>>24<0?k[H>>2]|0:o&255;h=i[I>>0]|0;h=h<<24>>24<0?k[J>>2]|0:h&255;if((d|0)==(0-h|0)){d=R;o=v}else{e=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(e|(h|0)==0){if(c)o=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else o=l[q>>0]|0;d=o&255;if(e){o=i[I>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v;break b}o=i[G>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){i[g>>0]=1;d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(c){e=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;o=i[G>>0]|0;p=d;h=k[d+12>>2]|0;d=k[d+16>>2]|0}else{e=l[q>>0]|0;h=q}c=p+12|0;d=(h|0)==(d|0);if((e&255)<<24>>24==(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){if(d){Lb[k[(k[p>>2]|0)+40>>2]&127](p)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(d)d=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=l[h>>0]|0;o=i[I>>0]|0;if((d&255)<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){S=96;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v}break}case 2:{if(!(w>>>0<2|(R|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;o=v;break b}s=i[y>>0]|0;o=s<<24>>24<0;u=k[V>>2]|0;d=o?u:V;p=d;c:do if((w|0)!=0?(l[M+(w+-1)>>0]|0)<2:0){o=d+(o?k[z>>2]|0:s&255)|0;e=p;while(1){c=e;if((c|0)==(o|0))break;h=i[c>>0]|0;if(h<<24>>24<=-1)break;if(!(j[(k[F>>2]|0)+(h<<24>>24<<1)>>1]&8192))break;e=c+1|0}h=e-p|0;c=i[A>>0]|0;o=c<<24>>24<0;c=o?k[B>>2]|0:c&255;if(h>>>0<=c>>>0){c=(o?k[Y>>2]|0:Y)+c|0;o=c+(0-h)|0;while(1){if((o|0)==(c|0)){q=b;t=b;c=e;d=s;o=u;h=b;break c}if((i[o>>0]|0)!=(i[d>>0]|0)){q=b;t=b;c=p;d=s;o=u;h=b;break c}d=d+1|0;o=o+1|0}}else{q=b;t=b;c=p;d=s;o=u;h=b}}else{q=b;t=b;c=p;d=s;o=u;h=b}while(0);d:while(1){p=d<<24>>24<0;o=(p?o:V)+(p?k[z>>2]|0:d&255)|0;p=c;if((p|0)==(o|0)){b=t;break}b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(d){e=q;b=t;break}else{o=p;b=t;break d}if((Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(d^(q|0)==0){e=q;b=t;h=q}else{o=p;b=t;break d}else{o=0;b=0;S=121}}else{o=q;b=t;S=121}while(0);if((S|0)==121){S=0;if(d){o=p;break}else{e=o;h=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24!=(i[p>>0]|0)){o=p;break}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))Lb[k[(k[o>>2]|0)+40>>2]&127](o)|0;else k[d>>2]=c+1;q=e;t=b;c=p+1|0;d=i[y>>0]|0;o=k[V>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(o|0)!=((t?k[V>>2]|0:V)+(t?k[z>>2]|0:u&255)|0)):0){S=133;break a}else{d=R;o=v}break}case 4:{t=i[O>>0]|0;e=0;d=b;q=b;h=b;o=v;e:while(1){b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);c=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){p=d;b=q;s=h;break}else{p=d;b=q;break e}if((Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break e}else{d=0;b=0;S=143}}else{b=q;S=143}while(0);if((S|0)==143){S=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=d&255;if(c<<24>>24>-1?(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)!=0:0){d=k[n>>2]|0;if((d|0)==(k[Q>>2]|0)){up(m,n,Q);d=k[n>>2]|0}k[n>>2]=d+1;i[d>>0]=c;e=e+1|0}else{v=i[D>>0]|0;if(!(c<<24>>24==t<<24>>24&(e|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((o|0)==(k[L>>2]|0)){Ro(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;e=0;o=v}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;h=s;continue}else{k[c>>2]=h+1;d=p;q=b;h=s;continue}}if(e|0?(k[_>>2]|0)!=(o|0):0){if((o|0)==(k[L>>2]|0)){Ro(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;o=v}e=k[P>>2]|0;f:do if((e|0)>0){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(p){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){b=0;S=174;break}if(!d){S=179;break a}}else S=174;while(0);if((S|0)==174){S=0;if(d){S=179;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24!=(i[N>>0]|0)){S=179;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;h=p}else{k[c>>2]=h+1;d=p;h=p}while(1){if((e|0)<=0)break f;c=k[a>>2]|0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0))if((Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1){k[a>>2]=0;c=0;break}else{c=k[a>>2]|0;break}}else c=0;while(0);c=(c|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){q=d;p=h;break}else{S=200;break a}if((Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){q=d;p=d}else{S=200;break a}else{d=0;b=0;S=193}}else S=193;while(0);if((S|0)==193){S=0;if(c){S=200;break a}else{q=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24<=-1){S=200;break a}if(!(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)){S=200;break a}if((k[n>>2]|0)==(k[Q>>2]|0))up(m,n,Q);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=k[n>>2]|0;k[n>>2]=c+1;i[c>>0]=d;e=e+-1|0;k[P>>2]=e;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=q;h=p;continue}else{k[c>>2]=h+1;d=q;h=p;continue}}}while(0);if((k[n>>2]|0)==(k[m>>2]|0)){S=210;break a}else d=R;break}default:{d=R;o=v}}while(0);g:do if((S|0)==43)while(1){S=0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(c){if((k[c+12>>2]|0)!=(k[c+16>>2]|0))if(d){p=o;b=h;e=c;break}else{d=R;b=h;o=v;break g}if((Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)!=-1)if(d^(o|0)==0){p=o;b=h;e=o}else{d=R;b=h;o=v;break g}else{o=0;b=0;S=52}}else{b=h;S=52}while(0);if((S|0)==52){S=0;if(d){d=R;o=v;break g}else{p=o;e=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){d=R;o=v;break g}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){d=R;o=v;break g}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=Lb[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}_n(Y,o&255);o=p;h=b;c=e;S=43}while(0);R=d;w=w+1|0;v=o}h:do if((S|0)==41){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==96){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==133){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==179){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==200){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==210){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==212){i:do if(R|0){e=R+11|0;p=R+4|0;c=1;j:while(1){o=i[e>>0]|0;if(o<<24>>24<0)o=k[p>>2]|0;else o=o&255;if(c>>>0>=o>>>0)break i;o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){S=227;break}if(!o)break j}else S=227;while(0);if((S|0)==227){S=0;if(o)break;else b=0}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((i[e>>0]|0)<0)d=k[R>>2]|0;else d=R;if((o&255)<<24>>24!=(i[d+c>>0]|0))break;o=c+1|0;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=o;continue}else{k[c>>2]=h+1;c=o;continue}}k[f>>2]=k[f>>2]|4;o=0;break h}while(0);b=k[_>>2]|0;if((b|0)!=(v|0)){k[T>>2]=0;Ej(U,b,v,T);if(!(k[T>>2]|0)){o=1;break}else{k[f>>2]=k[f>>2]|4;o=0;break}}else o=1}while(0);WI(Y);WI(X);WI(W);WI(V);WI(U);b=k[_>>2]|0;k[_>>2]=0;if(b|0)Ib[k[Z>>2]&255](b);r=$;return o|0}function fc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+64|0;y=D+48|0;w=D+36|0;x=D+24|0;q=D+12|0;s=D;a:do if((a|0)==(b|0))d=a;else{C=c+56|0;z=k[C>>2]|0;u=z+1|0;k[C>>2]=u;A=c+61|0;B=i[A>>0]|0;if(u>>>0>1)i[A>>0]=1;d=i[a>>0]|0;b:do switch(d|0){case 84:case 71:{c:do if((b-a|0)>2){switch(d|0){case 84:break;case 71:switch(i[a+1>>0]|0){case 86:{y=a+2|0;d=Zb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40244)|0;break c}case 82:{y=a+2|0;d=Zb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40264)|0;break c}default:{d=a;break c}}default:{d=a;break c}}d=a+1|0;switch(i[d>>0]|0){case 86:{y=a+2|0;d=Vb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40093)|0;break c}case 84:{y=a+2|0;d=Vb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40105)|0;break c}case 73:{y=a+2|0;d=Vb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40114)|0;break c}case 83:{y=a+2|0;d=Vb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40128)|0;break c}case 99:{y=a+2|0;d=Om(y,b)|0;if((d|0)==(y|0)){d=a;break c}e=Om(d,b)|0;if((e|0)==(d|0)){d=a;break c}d=fc(e,b,c)|0;if((d|0)==(e|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}wB(e+-24|0,0,40147)|0;break c}case 67:{u=a+2|0;d=Vb(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}e=ur(d,b)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break c}if((i[e>>0]|0)!=95){d=a;break c}u=e+1|0;d=Vb(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break b}vr(y,e+-24|0);p=k[g>>2]|0;e=p+-24|0;f=p;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;SB(a);f=k[g>>2]|0}f=wB(y,0,40174)|0;k[q>>2]=k[f>>2];k[q+4>>2]=k[f+4>>2];k[q+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-48|0;f=dC(q,40199)|0;k[x>>2]=k[f>>2];k[x+4>>2]=k[f+4>>2];k[x+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}vr(s,(k[g>>2]|0)+-24|0);f=i[s+11>>0]|0;e=f<<24>>24<0;f=$m(x,e?k[s>>2]|0:s,e?k[s+4>>2]|0:f&255)|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-44>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-40>>2]&2147483647)+-1|0;h=1}else v=46}else{i[o>>0]=0;i[m>>0]=0;e=0;v=46}if((v|0)==46){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;d:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;v=54}else{h=0;j=1;g=o;v=55}}else{g=$b(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break d;if(h){e=1;f=k[o>>2]|0;v=54;break}else{h=1;j=0;f=o;v=55;break}}while(0);if((v|0)==54){h=e;j=1;e=k[p+-44>>2]|0}else if((v|0)==55)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-40>>2]=l+1|-2147483648;k[p+-44>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[w>>2];k[o+4>>2]=k[w+4>>2];k[o+8>>2]=k[w+8>>2];e=0;while(1){if((e|0)==3)break;k[w+(e<<2)>>2]=0;e=e+1|0}tH(w);tH(s);tH(x);tH(q);tH(y);break c}default:{e=Om(d,b)|0;do if((e|0)!=(d|0)){d=fc(e,b,c)|0;if((d|0)!=(e|0)){e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0)){e=e+-24|0;if((i[a+2>>0]|0)==118){wB(e,0,40204)|0;e=0;break}else{wB(e,0,40222)|0;e=0;break}}else{e=1;d=a}}else{e=0;d=a}}else{e=3;d=a}while(0);switch(e&3){case 3:case 0:break c;default:{}}if(!e)break c;else{d=a;break b}}}}else d=a;while(0);break}default:{d=Zb(a,b,c)|0;s=k[c+48>>2]|0;t=k[c+52>>2]|0;if((d|0)!=(a|0))if((d|0)!=(b|0)){switch(i[d>>0]|0){case 46:case 69:break b;default:{}}u=i[A>>0]|0;i[A>>0]=0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[y+(e<<2)>>2]=0;e=e+1|0}q=c+4|0;e=k[q>>2]|0;e:do if((k[c>>2]|0)!=(e|0)){f=e+-24|0;j=i[f+11>>0]|0;l=j<<24>>24<0;if(l)g=k[e+-20>>2]|0;else g=j&255;if(g){if(!(i[c+60>>0]|0)){if(l){g=k[f>>2]|0;h=k[e+-20>>2]|0}else{g=f;h=j&255}if((i[g+h+-1>>0]|0)==62){if(l){g=k[e+-20>>2]|0;h=k[f>>2]|0}else{g=j&255;h=f}if((i[h+(g+-2)>>0]|0)!=45){if(l){g=k[e+-20>>2]|0;f=k[f>>2]|0}else g=j&255;if((i[f+(g+-2)>>0]|0)!=62){o=Vb(d,b,c)|0;if((o|0)==(d|0)){d=a;e=0;break}p=k[q>>2]|0;e=p;if(((p-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;e=0;break}f=e+-24|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}m=e+-12|0;n=y+11|0;do if((i[n>>0]|0)<0){i[k[y>>2]>>0]=0;k[y+4>>2]=0;d=i[n>>0]|0;if(d<<24>>24>=0){v=116;break}l=0;h=(k[y+8>>2]&2147483647)+-1|0;g=1}else{i[y>>0]=0;i[n>>0]=0;d=0;v=116}while(0);if((v|0)==116){l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;f:do if((j|0)!=(h|0)){do if(e){e=k[y>>2]|0;if(g){d=0;f=y;v=123}else{g=0;h=1;f=y;v=124}}else{f=$b(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break f;if(!g){g=1;h=0;e=y;v=124;break}d=1;e=k[y>>2]|0;v=123}while(0);if((v|0)==123){g=d;h=1;d=k[y+4>>2]|0}else if((v|0)==124)d=d&255;d=d+1|0;if(d|0)Fr(f|0,e|0,d|0)|0;if(h)uc(e);if(g){k[y+8>>2]=j+1|-2147483648;k[y+4>>2]=l;k[y>>2]=f;break}else{i[n>>0]=l;break}}while(0);k[y>>2]=k[m>>2];k[y+4>>2]=k[m+4>>2];k[y+8>>2]=k[m+8>>2];d=0;while(1){if((d|0)==3)break;k[m+(d<<2)>>2]=0;d=d+1|0}p=i[n>>0]|0;if(!((p<<24>>24<0?k[y+4>>2]|0:p&255)|0))pn(w,32);d=k[q>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[q>>2]=p;SB(p);f=k[q>>2]|0}e=i[w+11>>0]|0;p=e<<24>>24<0;Mj(d+-48|0,0,p?k[w>>2]|0:w,p?k[w+4>>2]|0:e&255)|0;tH(w);d=o;e=k[q>>2]|0}}}}pn(e+-24|0,40);if((d|0)!=(b|0)?(i[d>>0]|0)==118:0){d=d+1|0;f=k[c>>2]|0;e=k[q>>2]|0}else v=143;do if((v|0)==143){m=w+11|0;n=w+4|0;o=x+11|0;p=x+4|0;j=1;g:while(1){e=k[q>>2]|0;f=k[c>>2]|0;while(1){g=(e-f|0)/24|0;l=Vb(d,b,c)|0;e=k[q>>2]|0;f=k[c>>2]|0;h=(e-f|0)/24|0;if((l|0)==(d|0)){v=166;break g}if(h>>>0>g>>>0)break;else d=l}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;d=0;while(1){if((d|0)==3){d=g;break}k[w+(d<<2)>>2]=0;d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;break}v=i[m>>0]|0;if((v<<24>>24<0?k[n>>2]|0:v&255)|0)dC(w,38462)|0;vr(x,(k[c>>2]|0)+(d*24|0)|0);v=i[o>>0]|0;f=v<<24>>24<0;$m(w,f?k[x>>2]|0:x,f?k[p>>2]|0:v&255)|0;tH(x);d=d+1|0}while(1){if(d>>>0>=h>>>0)break;f=k[q>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;v=f+-24|0;k[q>>2]=v;SB(v);f=k[q>>2]|0}d=d+1|0}f=i[m>>0]|0;d=k[n>>2]|0;if(!((f<<24>>24<0?d:f&255)|0))d=j;else{e=k[q>>2]|0;if((k[c>>2]|0)==(e|0)){v=178;break}if(!j){dC(e+-24|0,38462)|0;e=k[q>>2]|0;f=i[m>>0]|0;d=k[n>>2]|0}v=f<<24>>24<0;$m(e+-24|0,v?k[w>>2]|0:w,v?d:f&255)|0;d=0}tH(w);j=d;d=l}if((v|0)==166)break;else if((v|0)==178){tH(w);d=a;e=0;break e}}while(0);if((f|0)!=(e|0)){pn(e+-24|0,41);if(s&1|0)dC((k[q>>2]|0)+-24|0,38415)|0;if(s&2|0)dC((k[q>>2]|0)+-24|0,38422)|0;if(s&4|0)dC((k[q>>2]|0)+-24|0,38432)|0;switch(t|0){case 1:{dC((k[q>>2]|0)+-24|0,38465)|0;break}case 2:{dC((k[q>>2]|0)+-24|0,38468)|0;break}default:{}}e=i[y+11>>0]|0;x=e<<24>>24<0;$m((k[q>>2]|0)+-24|0,x?k[y>>2]|0:y,x?k[y+4>>2]|0:e&255)|0;e=1}else{d=a;e=0}}else{d=a;e=0}}else{d=a;e=0}while(0);tH(y);i[A>>0]=u;if(!e){i[A>>0]=B;k[C>>2]=z;d=a;break a}}else d=b;else d=a}}while(0);i[A>>0]=B;k[C>>2]=z}while(0);r=D;return d|0}function gc(a,b,c,d,e,f,g,h,j,m,n){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;var o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0;_=r;r=r+512|0;P=_+96|0;o=_+104|0;Z=_+88|0;J=_+80|0;K=_+76|0;L=_+504|0;M=_+72|0;N=_+68|0;T=_+56|0;U=_+44|0;V=_+32|0;W=_+20|0;X=_+8|0;O=_+4|0;S=_;k[P>>2]=n;k[Z>>2]=o;Y=Z+4|0;k[Y>>2]=203;k[J>>2]=o;k[K>>2]=o+400;k[T>>2]=0;k[T+4>>2]=0;k[T+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[T+(n<<2)>>2]=0;n=n+1|0}k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[U+(n<<2)>>2]=0;n=n+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[V+(n<<2)>>2]=0;n=n+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[W+(n<<2)>>2]=0;n=n+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[X+(n<<2)>>2]=0;n=n+1|0}ed(c,d,L,M,N,T,U,V,W,O);k[m>>2]=k[j>>2];F=V+8+3|0;G=V+4|0;H=W+8+3|0;I=W+4|0;x=(e&512|0)!=0;y=U+8+3|0;z=U+4|0;A=X+8+3|0;B=X+4|0;C=L+3|0;D=T+11|0;E=T+4|0;Q=0;w=0;v=o;a:while(1){if(w>>>0>=4){R=225;break}n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d){R=225;break}}else R=30}else R=30;if((R|0)==30){R=0;if(d){b=0;R=225;break}else b=0}b:do switch(i[L+w>>0]|0){case 1:{if((w|0)==3){d=Q;n=v}else{n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!(Db[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){R=42;break a}c=k[a>>2]|0;n=c+12|0;d=k[n>>2]|0;if((d|0)==(k[c+16>>2]|0))n=Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;else{k[n>>2]=d+4;n=k[d>>2]|0}Hn(X,n);n=b;p=b;c=b;R=44}break}case 0:{if((w|0)==3){d=Q;n=v}else{n=b;p=b;c=b;R=44}break}case 3:{n=i[F>>0]|0;d=n<<24>>24<0?k[G>>2]|0:n&255;e=i[H>>0]|0;e=e<<24>>24<0?k[I>>2]|0:e&255;if((d|0)==(0-e|0)){d=Q;n=v}else{o=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(o|(e|0)==0){if(c)d=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[q>>2]|0;if(o){n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v;break b}n=i[F>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){i[g>>0]=1;d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(c){o=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;n=i[F>>0]|0;p=d;e=k[d+12>>2]|0;d=k[d+16>>2]|0}else{o=k[q>>2]|0;e=q}c=p+12|0;d=(e|0)==(d|0);if((o|0)==(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){if(d){Lb[k[(k[p>>2]|0)+40>>2]&127](p)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(d)d=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[e>>2]|0;n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){R=99;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v}break}case 2:{if(!(w>>>0<2|(Q|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;n=v;break b}d=i[y>>0]|0;c=k[U>>2]|0;n=d<<24>>24<0?c:U;c:do if((w|0)!=0?(l[L+(w+-1)>>0]|0)<2:0){s=n;while(1){u=d<<24>>24<0;n=s;if((n|0)==((u?c:U)+((u?k[z>>2]|0:d&255)<<2)|0))break;if(!(Db[k[(k[h>>2]|0)+12>>2]&31](h,8192,k[n>>2]|0)|0)){R=106;break}s=n+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if((R|0)==106){R=0;d=i[y>>0]|0;c=k[U>>2]|0}e=d<<24>>24<0?c:U;q=e;p=s-q>>2;o=i[A>>0]|0;n=o<<24>>24<0;o=n?k[B>>2]|0:o&255;if(p>>>0>o>>>0){t=b;u=b;e=q;o=b}else{o=(n?k[X>>2]|0:X)+(o<<2)|0;n=o+(0-p<<2)|0;while(1){if((n|0)==(o|0)){t=b;u=b;e=s;o=b;break c}if((k[n>>2]|0)!=(k[e>>2]|0)){t=b;u=b;e=q;o=b;break c}e=e+4|0;n=n+4|0}}}else{t=b;u=b;e=n;o=b}while(0);while(1){n=d<<24>>24<0;n=(n?c:U)+((n?k[z>>2]|0:d&255)<<2)|0;p=e;if((p|0)==(n|0)){b=u;break}b=k[a>>2]|0;do if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))b=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[n>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(o){b=k[o+12>>2]|0;if((b|0)==(k[o+16>>2]|0))b=Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(t|0)==0){e=t;b=u;o=t}else{n=p;b=u;break}else{n=0;b=0;R=126}}else{n=t;b=u;R=126}if((R|0)==126){R=0;if(d){n=p;break}else{e=n;o=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)!=(k[p>>2]|0)){n=p;break}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))Lb[k[(k[n>>2]|0)+40>>2]&127](n)|0;else k[d>>2]=c+4;t=e;u=b;e=p+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(n|0)!=((t?k[U>>2]|0:U)+((t?k[z>>2]|0:u&255)<<2)|0)):0){R=138;break a}else{d=Q;n=v}break}case 4:{o=0;d=b;q=b;e=b;n=v;while(1){b=k[a>>2]|0;do if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))b=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[c>>2]|0;if((b|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){b=k[e+12>>2]|0;if((b|0)==(k[e+16>>2]|0))b=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break}else{d=0;b=0;R=151}}else{b=q;R=151}if((R|0)==151){R=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))c=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else c=k[c>>2]|0;if(Db[k[(k[h>>2]|0)+12>>2]&31](h,2048,c)|0){d=k[m>>2]|0;if((d|0)==(k[P>>2]|0)){Ro(j,m,P);d=k[m>>2]|0}k[m>>2]=d+4;k[d>>2]=c;o=o+1|0}else{v=i[D>>0]|0;if(!((c|0)==(k[N>>2]|0)&(o|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((n|0)==(k[K>>2]|0)){Ro(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;o=0;n=v}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;e=s;continue}else{k[c>>2]=e+4;d=p;q=b;e=s;continue}}if(o|0?(k[Z>>2]|0)!=(n|0):0){if((n|0)==(k[K>>2]|0)){Ro(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;n=v}o=k[O>>2]|0;d:do if((o|0)>0){d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(p){d=k[p+12>>2]|0;if((d|0)==(k[p+16>>2]|0))d=Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[d>>2]|0;if((d|0)!=-1){if(!c){R=190;break a}}else{b=0;R=184}}else R=184;if((R|0)==184){R=0;if(c){R=190;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)!=(k[M>>2]|0)){R=190;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=p;e=p}else{k[c>>2]=e+4;q=p;e=p}while(1){if((o|0)<=0)break d;d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){d=k[e+12>>2]|0;if((d|0)==(k[e+16>>2]|0))d=Lb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(c^(q|0)==0){s=q;p=q}else{R=213;break a}else{d=0;b=0;R=207}}else{d=q;R=207}if((R|0)==207){R=0;if(c){R=213;break a}else{s=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if(!(Db[k[(k[h>>2]|0)+12>>2]&31](h,2048,d)|0)){R=213;break a}if((k[m>>2]|0)==(k[P>>2]|0))Ro(j,m,P);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;c=k[m>>2]|0;k[m>>2]=c+4;k[c>>2]=d;o=o+-1|0;k[O>>2]=o;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=s;e=p;continue}else{k[c>>2]=e+4;q=s;e=p;continue}}}while(0);if((k[m>>2]|0)==(k[j>>2]|0)){R=223;break a}else d=Q;break}default:{d=Q;n=v}}while(0);e:do if((R|0)==44)while(1){R=0;b=k[a>>2]|0;do if(b){d=k[b+12>>2]|0;if((d|0)==(k[b+16>>2]|0))b=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[d>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(c){b=k[c+12>>2]|0;if((b|0)==(k[c+16>>2]|0))b=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(n|0)==0){o=n;b=p;e=n}else{d=Q;b=p;n=v;break e}else{n=0;b=0;R=56}}else{b=p;R=56}if((R|0)==56){R=0;if(d){d=Q;n=v;break e}else{o=n;e=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!(Db[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){d=Q;n=v;break e}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+40>>2]&127](n)|0;else{k[d>>2]=c+4;n=k[c>>2]|0}Hn(X,n);n=o;p=b;c=e;R=44}while(0);Q=d;w=w+1|0;v=n}f:do if((R|0)==42){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==99){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==138){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==190){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==213){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==223){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==225){g:do if(Q|0){o=Q+8+3|0;p=Q+4|0;c=1;while(1){n=i[o>>0]|0;if(n<<24>>24<0)n=k[p>>2]|0;else n=n&255;if(c>>>0>=n>>>0)break g;n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d)break}else R=243}else R=243;if((R|0)==243){R=0;if(d)break;else b=0}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((i[o>>0]|0)<0)d=k[Q>>2]|0;else d=Q;if((n|0)!=(k[d+(c<<2)>>2]|0))break;n=c+1|0;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Lb[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=n;continue}else{k[c>>2]=e+4;c=n;continue}}k[f>>2]=k[f>>2]|4;n=0;break f}while(0);b=k[Z>>2]|0;if((b|0)!=(v|0)){k[S>>2]=0;Ej(T,b,v,S);if(!(k[S>>2]|0)){n=1;break}else{k[f>>2]=k[f>>2]|4;n=0;break}}else n=1}while(0);LI(X);LI(W);LI(V);LI(U);WI(T);b=k[Z>>2]|0;k[Z>>2]=0;if(b|0)Ib[k[Y>>2]&255](b);r=_;return n|0}function hc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+192|0;q=x+72|0;n=x+48|0;m=x+24|0;t=x;u=x+152|0;v=x+128|0;w=x+104|0;j=x+116|0;l=x+92|0;e=b;a:do if((e-a|0)>3?(i[a>>0]|0)==76:0){d=a+1|0;do switch(i[d>>0]|0){case 84:break a;case 119:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39510,7);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 98:{if((i[a+3>>0]|0)!=69)break a;switch(i[a+2>>0]|0){case 48:{Zq(u,39518);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{v=(f-b|0)/24|0;w=v<<1;It(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;Lr(v,u);k[w>>2]=v+24;nn(c,t);Ks(t);break}}else{Lr(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(u);a=a+4|0;break a}case 49:{Yq(u,39524);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{v=(f-b|0)/24|0;w=v<<1;It(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;Lr(v,u);k[w>>2]=v+24;nn(c,t);Ks(t);break}}else{Lr(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(u);a=a+4|0;break a}default:break a}}case 99:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39529,4);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 97:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39534,11);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 104:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39546,13);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 115:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39560,5);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 116:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39566,14);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 105:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,49471,0);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 106:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39581,1);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 108:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39583,1);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 109:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39585,2);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 120:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39588,2);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 121:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39591,3);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 110:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39595,8);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 111:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;or(t,39604,17);c=rd(w,b,t,c)|0;tH(t);a=(c|0)==(w|0)?a:c;break a}case 102:{h=a+2|0;b:do if((e-h|0)>>>0>8){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==8){s=37;break}if(!(HL(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==37){if(f<<24>>24==69){c:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break c;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+24|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[m>>3]=+o[t>>2];d=WD(u,24,39622,m)|0;if(d>>>0>23)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;or(w,u,d);Sr(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{t=(f-b|0)/24|0;u=t<<1;It(m,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=m+8|0;t=k[u>>2]|0;Lr(t,v);k[u>>2]=t+24;nn(c,m);Ks(m);break}}else{Lr(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(v);tH(w);d=11}else d=2;break b}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 100:{h=a+2|0;d:do if((e-h|0)>>>0>16){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==16){s=57;break}if(!(HL(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==57){if(f<<24>>24==69){e:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break e;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+32|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[n>>3]=+p[t>>3];d=WD(u,32,39626,n)|0;if(d>>>0>31)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;or(w,u,d);Sr(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{t=(f-b|0)/24|0;u=t<<1;It(n,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=n+8|0;t=k[u>>2]|0;Lr(t,v);k[u>>2]=t+24;nn(c,n);Ks(n);break}}else{Lr(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(v);tH(w);d=19}else d=2;break d}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 101:{h=a+2|0;f:do if((e-h|0)>>>0>20){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==20){s=77;break}if(!(HL(g)|0))break;n=i[h+(e|1)>>0]|0;i[d>>0]=n+(((g+-48|0)>>>0<10?0:9)+g<<4)+((n+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==77){if(f<<24>>24==69){g:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break g;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+40|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[q>>3]=+p[t>>3];d=WD(u,40,39629,q)|0;if(d>>>0>39)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;or(w,u,d);Sr(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{t=(f-b|0)/24|0;u=t<<1;It(q,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=q+8|0;t=k[u>>2]|0;Lr(t,v);k[u>>2]=t+24;nn(c,q);Ks(q);break}}else{Lr(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(v);tH(w);d=23}else d=2;break f}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 95:{if((i[a+2>>0]|0)!=90)break a;w=a+3|0;d=fc(w,b,c)|0;if((d|0)==(w|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}default:{g=Vb(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;if((i[g>>0]|0)==69){a=g+1|0;break a}else h=g;while(1){if((h|0)==(b|0))break a;d=i[h>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;h=h+1|0}if(!((h|0)!=(g|0)&d<<24>>24==69))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=d+-24|0;vr(w,f);d=wB(w,0,38460)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}d=dC(v,38365)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;b=h-g|0;if(b>>>0>4294967279)zL();if(b>>>0<11){i[l+11>>0]=b;e=l}else{c=b+16&-16;e=$b(c)|0;k[l>>2]=e;k[l+8>>2]=c|-2147483648;k[l+4>>2]=b}a=g;d=e;while(1){if((a|0)==(h|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=i[l+11>>0]|0;a=d<<24>>24<0;d=$m(u,a?k[l>>2]|0:l,a?k[l+4>>2]|0:d&255)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}Sr(t,j);De(f,t);SB(t);tH(j);tH(l);tH(u);tH(v);tH(w);a=h+1|0;break a}}while(0)}while(0);r=x;return a|0}function ic(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+96|0;s=v+64|0;t=v+40|0;l=v+24|0;m=v+12|0;j=v;a:do if((a|0)!=(b|0)){f=i[a>>0]|0;d=f<<24>>24;switch(d|0){case 68:case 67:{b:do if((b-a|0)>1?(h=c+4|0,e=k[h>>2]|0,(k[c>>2]|0)!=(e|0)):0){switch(d|0){case 67:{switch(i[a+1>>0]|0){case 53:case 51:case 50:case 49:break;default:break b}$d(l,e+-24|0);Sr(t,l);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{u=(g-f|0)/24|0;b=u<<1;It(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;Lr(u,t);k[b>>2]=u+24;nn(c,s);Ks(s);break}}else{Lr(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);SB(t);tH(l);i[c+60>>0]=1;a=a+2|0;break b}case 68:break;default:break b}switch(i[a+1>>0]|0){case 53:case 50:case 49:case 48:break;default:break b}$d(j,e+-24|0);e=wB(j,0,38674)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(t,m);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{u=(g-f|0)/24|0;b=u<<1;It(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;Lr(u,t);k[b>>2]=u+24;nn(c,s);Ks(s);break}}else{Lr(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);SB(t);tH(m);tH(j);i[c+60>>0]=1;a=a+2|0}while(0);break a}case 85:{c:do if((b-a|0)>2&f<<24>>24==85){switch(i[a+1>>0]|0){case 116:{k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;or(l,38676,8);Sr(t,l);h=c+4|0;d=k[h>>2]|0;u=k[c+8>>2]|0;f=u;do if(d>>>0>=u>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{q=(f-g|0)/24|0;u=q<<1;It(s,q>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=s+8|0;q=k[u>>2]|0;Lr(q,t);k[u>>2]=q+24;nn(c,s);Ks(s);break}}else{Lr(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);SB(t);tH(l);e=a+2|0;if((e|0)==(b|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;SB(b);e=k[h>>2]|0}}if(((i[e>>0]|0)+-48|0)>>>0<10){d=a+3|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}Dj((k[h>>2]|0)+-24|0,e,d)}else d=e;pn((k[h>>2]|0)+-24|0,39);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break c}e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;SB(b);e=k[h>>2]|0}}case 108:break;default:break c}k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;or(m,38685,9);Sr(t,m);u=c+4|0;d=k[u>>2]|0;p=k[c+8>>2]|0;f=p;do if(d>>>0>=p>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(f-g|0)/24|0;p=o<<1;It(s,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=s+8|0;o=k[p>>2]|0;Lr(o,t);k[p>>2]=o+24;nn(c,s);Ks(s);break}}else{Lr(d,t);k[u>>2]=(k[u>>2]|0)+24}while(0);SB(t);tH(m);e=a+2|0;do if((i[e>>0]|0)!=118){d=Vb(e,b,c)|0;if((d|0)==(e|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;SB(b);e=k[u>>2]|0}}e=k[u>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break c;vr(s,e+-24|0);g=k[u>>2]|0;e=g+-24|0;f=g;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[u>>2]=p;SB(p);f=k[u>>2]|0}o=s+11|0;n=i[o>>0]|0;m=n<<24>>24<0;p=s+4|0;$m(g+-48|0,m?k[s>>2]|0:s,m?k[p>>2]|0:n&255)|0;n=s+8|0;while(1){m=Vb(d,b,c)|0;if((m|0)==(d|0)){q=93;break}d=k[u>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){q=131;break}vr(t,d+-24|0);if((i[o>>0]|0)<0){i[k[s>>2]>>0]=0;k[p>>2]=0;d=i[o>>0]|0;if(d<<24>>24<0){l=0;h=(k[n>>2]&2147483647)+-1|0;g=1}else q=69}else{i[s>>0]=0;i[o>>0]=0;d=0;q=69}if((q|0)==69){q=0;l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[s>>2]|0;if(g){d=0;f=s;q=76}else{g=0;h=1;f=s;q=77}}else{f=$b(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[s>>2]|0;q=76}else{g=1;h=0;e=s;q=77}}if((q|0)==76){q=0;g=d;h=1;d=k[p>>2]|0}else if((q|0)==77){q=0;d=d&255}d=d+1|0;if(d|0)Fr(f|0,e|0,d|0)|0;if(h)uc(e);if(g){k[n>>2]=j+1|-2147483648;k[p>>2]=l;k[s>>2]=f;break}else{i[o>>0]=l;break}}while(0);k[s>>2]=k[t>>2];k[s+4>>2]=k[t+4>>2];k[s+8>>2]=k[t+8>>2];d=0;while(1){if((d|0)==3)break;k[t+(d<<2)>>2]=0;d=d+1|0}tH(t);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[u>>2]=l;SB(l);f=k[u>>2]|0}l=i[o>>0]|0;if(!((l<<24>>24<0?k[p>>2]|0:l&255)|0)){d=m;continue}dC(d+-48|0,38462)|0;d=i[o>>0]|0;l=d<<24>>24<0;$m((k[u>>2]|0)+-24|0,l?k[s>>2]|0:s,l?k[p>>2]|0:d&255)|0;d=m}if((q|0)==93){dC((k[u>>2]|0)+-24|0,38365)|0;tH(s);break}else if((q|0)==131){tH(s);break c}}else{pn((k[u>>2]|0)+-24|0,41);d=a+3|0}while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==69:0){f=d+1|0;if((f|0)==(b|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;SB(b);e=k[u>>2]|0}}d:do if(((i[f>>0]|0)+-48|0)>>>0<10){d=d+2|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}o=k[u>>2]|0;g=o+-24|0;p=g+11|0;e=i[p>>0]|0;l=e<<24>>24<0;if(l){j=k[g>>2]|0;h=j;m=(k[o+-16>>2]&2147483647)+-1|0;n=k[o+-20>>2]|0}else{h=g;j=g;m=10;n=e&255}j=j+7-h|0;h=d-f|0;if(h){if((m-n|0)>>>0>=h>>>0){if(l)g=k[g>>2]|0;e=n-j|0;if(e){t=g+j|0;qy(t+h|0,t|0,e|0)|0}}else{sn(g,m,n+h-m|0,n,j,h);g=k[g>>2]|0}e=n+h|0;if((i[p>>0]|0)<0)k[o+-20>>2]=e;else i[p>>0]=e;i[g+e>>0]=0;e=g+j|0;while(1){if((f|0)==(d|0))break d;i[e>>0]=i[f>>0]|0;f=f+1|0;e=e+1|0}}}else d=f;while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;SB(b);e=k[u>>2]|0}}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;SB(b);e=k[u>>2]|0}}while(0);break a}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{a=ud(a,b,c)|0;break a}default:{b=Wb(a,b,c)|0;r=v;return b|0}}}while(0);r=v;return a|0}function jc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;z=r;r=r+128|0;f=z+124|0;g=z+120|0;v=z+116|0;s=z+112|0;t=z+108|0;w=z+96|0;e=z+92|0;x=z+80|0;u=z+72|0;y=z+48|0;h=z+24|0;i=z+16|0;j=z+64|0;m=z+60|0;n=z+44|0;o=z+8|0;p=z+4|0;q=z;k[g>>2]=a;k[v>>2]=0;k[s>>2]=v;k[t>>2]=v;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;k[e>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;k[x>>2]=x+4;k[u>>2]=21;k[u+4>>2]=0;k[y>>2]=0;d=y+4|0;k[d>>2]=0;k[y+8>>2]=0;k[h>>2]=w;k[h+4>>2]=x;k[h+8>>2]=e;k[h+12>>2]=y;k[h+16>>2]=u;k[i>>2]=w;k[i+4>>2]=x;e=y+8|0;en(y,g);a:while(1){c=k[d>>2]|0;b=c;if((c|0)==(k[y>>2]|0)){a=110;break}c=k[b+-4>>2]|0;k[g>>2]=c;a=0;while(1){if((a|0)==-1)break;A=a+-1|0;k[d>>2]=b+(A<<2);a=A}a=c;if(!c)continue;if((a|0)==(u|0)){Zo(i);continue}AH(k[s>>2]|0,k[a>>2]|0);a=k[g>>2]|0;do switch(k[a>>2]|0){case 22:case 21:continue a;case 1:{a=(cI(a)|0)+8|0;k[j>>2]=k[a>>2];k[f>>2]=k[j>>2];Ti(h,f);a=(cI(k[g>>2]|0)|0)+20|0;AH(k[s>>2]|0,k[a>>2]|0);a=0;while(1){A=(cI(k[g>>2]|0)|0)+20|0;if(a>>>0>=(k[A>>2]|0)>>>0)continue a;b=EE((cI(k[g>>2]|0)|0)+12|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))en(y,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 2:{a=(lI(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(lI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(lI(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 3:{a=(gI(a)|0)+8|0;k[m>>2]=k[a>>2];k[f>>2]=k[m>>2];Ti(h,f);a=(gI(k[g>>2]|0)|0)+12|0;k[n>>2]=k[a>>2];k[f>>2]=k[n>>2];Ti(h,f);a=(gI(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 4:{a=(bI(a)|0)+8|0;k[o>>2]=k[a>>2];k[f>>2]=k[o>>2];Rr(x,t,s,f);a=(bI(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(bI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 5:{a=(YH(a)|0)+16|0;AH(k[s>>2]|0,k[a>>2]|0);a=0;while(1){A=(YH(k[g>>2]|0)|0)+16|0;A=a>>>0<(k[A>>2]|0)>>>0;b=YH(k[g>>2]|0)|0;if(!A)break;A=EE(b+8|0,a)|0;k[p>>2]=k[A>>2];k[f>>2]=k[p>>2];Rr(x,t,s,f);a=a+1|0}k[q>>2]=k[b+24>>2];k[f>>2]=k[q>>2];Rr(x,t,s,f);a=(YH(k[g>>2]|0)|0)+28|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(YH(k[g>>2]|0)|0)+32|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 6:{a=(hI(a)|0)+24|0;TE(v,k[a>>2]|0,0);a=(hI(k[g>>2]|0)|0)+16|0;AH(k[s>>2]|0,k[a>>2]|0);a=0;while(1){A=(hI(k[g>>2]|0)|0)+16|0;if(a>>>0>=(k[A>>2]|0)>>>0)continue a;b=EE((hI(k[g>>2]|0)|0)+8|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))en(y,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 7:{a=(HH(a)|0)+24|0;TE(v,k[a>>2]|0,0);a=(HH(k[g>>2]|0)|0)+16|0;AH(k[s>>2]|0,k[a>>2]|0);a=0;while(1){A=(HH(k[g>>2]|0)|0)+16|0;if(a>>>0>=(k[A>>2]|0)>>>0)continue a;b=EE((HH(k[g>>2]|0)|0)+8|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))en(y,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 8:{a=(DH(a)|0)+28|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(DH(k[g>>2]|0)|0)+24|0;TE(v,k[a>>2]|0,0);a=(DH(k[g>>2]|0)|0)+16|0;AH(k[s>>2]|0,k[a>>2]|0);a=0;while(1){A=(DH(k[g>>2]|0)|0)+16|0;if(a>>>0>=(k[A>>2]|0)>>>0)continue a;b=EE((DH(k[g>>2]|0)|0)+8|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))en(y,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 9:{A=(QH(a)|0)+8|0;AH(k[s>>2]|0,k[A>>2]|0);continue a}case 10:{a=(OH(a)|0)+8|0;AH(k[s>>2]|0,k[a>>2]|0);a=(OH(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 11:{A=(LH(a)|0)+8|0;AH(k[s>>2]|0,k[A>>2]|0);continue a}case 12:{a=(KH(a)|0)+8|0;AH(k[s>>2]|0,k[a>>2]|0);a=(KH(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 13:{a=(dI(a)|0)+8|0;AH(k[s>>2]|0,l[a>>0]|0);a=(dI(k[g>>2]|0)|0)+9|0;AH(k[s>>2]|0,l[a>>0]|0);a=(dI(k[g>>2]|0)|0)+12|0;AH(k[s>>2]|0,k[a>>2]|0);a=(dI(k[g>>2]|0)|0)+16|0;AH(k[s>>2]|0,k[a>>2]|0);a=(dI(k[g>>2]|0)|0)+20|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 14:{a=(_H(a)|0)+8|0;AH(k[s>>2]|0,l[a>>0]|0);a=(_H(k[g>>2]|0)|0)+12|0;AH(k[s>>2]|0,k[a>>2]|0);a=(_H(k[g>>2]|0)|0)+16|0;AH(k[s>>2]|0,k[a>>2]|0);a=(_H(k[g>>2]|0)|0)+20|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(_H(k[g>>2]|0)|0)+24|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 15:{A=($H(a)|0)+8|0;AH(k[s>>2]|0,k[A>>2]|0);A=Yx(($H(k[g>>2]|0)|0)+8|0)|0;TE(v,A,M);continue a}case 16:{a=(ZH(a)|0)+8|0;AH(k[s>>2]|0,k[a>>2]|0);a=(ZH(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 17:{a=(VH(a)|0)+8|0;AH(k[s>>2]|0,k[a>>2]|0);a=(VH(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(VH(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 18:{a=(TH(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(TH(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(y,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(TH(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 19:{a=(UH(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){en(y,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 20:{a=(eI(a)|0)+8|0;AH(k[s>>2]|0,k[a>>2]|0);a=(eI(k[g>>2]|0)|0)+12|0;TE(v,k[a>>2]|0,0);a=(eI(k[g>>2]|0)|0)+24|0;AH(k[s>>2]|0,k[a>>2]|0);a=0;while(1){A=(eI(k[g>>2]|0)|0)+24|0;if(a>>>0>=(k[A>>2]|0)>>>0)continue a;b=EE((eI(k[g>>2]|0)|0)+16|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))en(y,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}default:{a=109;break a}}while(0)}if((a|0)!=109)if((a|0)==110){A=k[v>>2]|0;qA(y);oy(x);qA(w);r=z;return A|0}return 0}function kc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;a:do if(a>>>0<212){a=cx(8648,8840,a)|0;a=k[a>>2]|0}else{g=(a>>>0)/210|0;e=g*210|0;d=(cx(8840,9032,a-e|0)|0)-8840>>2;a=0;f=d;e=(k[8840+(d<<2)>>2]|0)+e|0;while(1){b=5;while(1){if(b>>>0>=47){d=211;h=8;break}c=k[8648+(b<<2)>>2]|0;d=(e>>>0)/(c>>>0)|0;if(d>>>0<c>>>0){a=e;break a}if((e|0)==($(d,c)|0))break;else b=b+1|0}b:do if((h|0)==8){c:while(1){h=0;b=(e>>>0)/(d>>>0)|0;do if(b>>>0>=d>>>0)if((e|0)!=($(b,d)|0)){b=d+10|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+12|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+16|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+18|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+22|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+28|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)==($(c,b)|0))c=9;else{b=d+30|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+36|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+40|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+42|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+46|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+52|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+58|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+60|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+66|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+70|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+72|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+78|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+82|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+88|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+96|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+100|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+102|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+106|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+108|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+112|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+120|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+126|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+130|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+136|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+138|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+142|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+148|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+150|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+156|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+162|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+166|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+168|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+172|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+178|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+180|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+186|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+190|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+192|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+196|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+198|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+208|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}c=(e|0)==($(c,b)|0);b=c?b:d+210|0;c=c?9:0}else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else{b=d;c=9}else{b=d;c=1;a=e}while(0);switch(c&15){case 9:break b;case 0:{d=b;h=8;break}default:break c}}if(c)break a}while(0);d=f+1|0;c=(d|0)==48;e=(c&1)+g|0;d=c?0:d;f=d;g=e;e=(k[8840+(d<<2)>>2]|0)+(e*210|0)|0}}while(0);return a|0}function lc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;u=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;D=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;N=V+16|0;T=V;vd(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Pu(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{Mu(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{Jv(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(Kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{_E(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{tA(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{oB(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{Pu(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{Mu(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{Jv(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(Kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;lE(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;_B(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{Nn(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{On(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{Rz(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{Dz(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{sA(u,U);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 16:{Hz(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{Qz(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Ph(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Nh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{ZE(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{rC(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{Nn(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{On(D,U);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 11:{Rz(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{Dz(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{sA(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{Hz(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{Qz(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Ph(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Nh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;ZB(N,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[N>>2];k[a+4>>2]=k[N+4>>2];k[a+8>>2]=k[N+8>>2];k[a+12>>2]=k[N+12>>2];k[a+16>>2]=0;break a}case 44:{e=+tC(U);p[t>>3]=e;d=k[t>>2]|0;b=k[t+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=zE(U)|0;b=M;S=qI(d|0,b|0,536870911,-1206910976)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=qI(d|0,b|0,536870911,940572672)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-C;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=C;k[a+16>>2]=0;break a}else{nC(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ea()}while(0);break}default:Ea()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function mc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,m=0.0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0;P=r;r=r+304|0;I=P+16|0;J=P+8|0;K=P+33|0;L=P;N=P+32|0;f=i[b>>0]|0;a:do if(f<<24>>24){z=a+4|0;A=a+100|0;B=a+108|0;C=a+8|0;D=K+10|0;E=K+33|0;y=J+4|0;F=K+46|0;G=K+94|0;H=K+1|0;n=b;v=0;b=0;e=0;d=0;b:while(1){c:do if(!(EM(f&255)|0)){f=f<<24>>24==37;d:do if(f){g=n+1|0;h=i[g>>0]|0;e:do switch(h<<24>>24){case 37:break d;case 42:{x=0;g=n+2|0;break}default:{f=(h&255)+-48|0;if(f>>>0<10?(i[n+2>>0]|0)==36:0){k[I>>2]=k[c>>2];while(1){x=(k[I>>2]|0)+(4-1)&~(4-1);g=k[x>>2]|0;k[I>>2]=x+4;if(f>>>0>1)f=f+-1|0;else break}x=g;g=n+3|0;break e}w=(k[c>>2]|0)+(4-1)&~(4-1);x=k[w>>2]|0;k[c>>2]=w+4}}while(0);h=i[g>>0]|0;f=h&255;if((f+-48|0)>>>0<10){n=0;do{n=(n*10|0)+-48+f|0;g=g+1|0;h=i[g>>0]|0;f=h&255}while((f+-48|0)>>>0<10)}else n=0;if(h<<24>>24==109){h=g+1|0;f=(x|0)!=0&1;e=0;d=0;g=h;h=i[h>>0]|0}else f=0;q=g+1|0;switch(h<<24>>24){case 104:{w=(i[q>>0]|0)==104;h=w?-2:-1;g=w?g+2|0:q;break}case 108:{w=(i[q>>0]|0)==108;h=w?3:1;g=w?g+2|0:q;break}case 106:{h=3;g=q;break}case 116:case 122:{h=1;g=q;break}case 76:{h=2;g=q;break}case 110:case 112:case 67:case 83:case 91:case 99:case 115:case 88:case 71:case 70:case 69:case 65:case 103:case 102:case 101:case 97:case 120:case 117:case 111:case 105:case 100:{h=0;break}default:{O=152;break b}}t=l[g>>0]|0;u=(t&47|0)==3;t=u?t|32:t;u=u?1:h;s=t&255;switch(s<<24>>24){case 99:{n=(n|0)<1?1:n;break}case 91:break;case 110:{if(!x){h=v;break c}switch(u|0){case -2:{i[x>>0]=v;h=v;break c}case -1:{j[x>>1]=v;h=v;break c}case 0:{k[x>>2]=v;h=v;break c}case 1:{k[x>>2]=v;h=v;break c}case 3:{h=x;k[h>>2]=v;k[h+4>>2]=((v|0)<0)<<31>>31;h=v;break c}default:{h=v;break c}}}default:{Vz(a,0);do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=rl(a)|0}while((EM(h)|0)!=0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}v=(k[B>>2]|0)+v+h-(k[C>>2]|0)|0}}Vz(a,n);h=k[z>>2]|0;q=k[A>>2]|0;if(h>>>0<q>>>0)k[z>>2]=h+1;else{if((rl(a)|0)<0){O=152;break b}q=k[A>>2]|0}if(q|0)k[z>>2]=(k[z>>2]|0)+-1;f:do switch(s<<24>>24){case 91:case 99:case 115:{w=(t|0)==99;g:do if((t|16|0)==115){Kt(H|0,-1,256)|0;i[K>>0]=0;if((t|0)==115){i[E>>0]=0;i[D>>0]=0;i[D+1>>0]=0;i[D+2>>0]=0;i[D+3>>0]=0;i[D+4>>0]=0}}else{s=g+1|0;t=(i[s>>0]|0)==94;h=t&1;g=t?g+2|0:s;Kt(H|0,t&1|0,256)|0;i[K>>0]=0;switch(i[g>>0]|0){case 45:{t=(h^1)&255;i[F>>0]=t;g=g+1|0;break}case 93:{t=(h^1)&255;i[G>>0]=t;g=g+1|0;break}default:t=(h^1)&255}while(1){h=i[g>>0]|0;h:do switch(h<<24>>24){case 0:{O=152;break b}case 93:break g;case 45:{s=g+1|0;h=i[s>>0]|0;switch(h<<24>>24){case 93:case 0:{h=45;break h}default:{}}g=i[g+-1>>0]|0;if((g&255)<(h&255)){g=g&255;do{g=g+1|0;i[K+g>>0]=t;h=i[s>>0]|0}while((g|0)<(h&255|0));g=s}else g=s;break}default:{}}while(0);i[K+((h&255)+1)>>0]=t;g=g+1|0}}while(0);h=w?n+1|0:31;t=(u|0)==1;u=(f|0)!=0;i:do if(t){if(u){e=$b(h<<2)|0;if(!e){d=0;O=152;break b}}else e=x;k[J>>2]=0;k[y>>2]=0;s=h;d=0;j:while(1){q=(e|0)==0;do{k:while(1){h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=rl(a)|0;if(!(i[K+(h+1)>>0]|0))break j;i[N>>0]=h;switch(wh(L,N,1,J)|0){case -1:{d=0;O=152;break b}case -2:break;default:break k}}if(!q){k[e+(d<<2)>>2]=k[L>>2];d=d+1|0}}while(!(u&(d|0)==(s|0)));d=s<<1|1;h=rr(e,d<<2)|0;if(!h){d=0;O=152;break b}else{q=s;s=d;e=h;d=q}}if(!(PK(J)|0)){d=0;O=152;break b}else{q=d;d=0}}else{if(u){d=$b(h)|0;if(!d){d=0;e=0;O=152;break b}else{q=h;e=0}while(1){do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=rl(a)|0;if(!(i[K+(h+1)>>0]|0)){q=e;e=0;break i}i[d+e>>0]=h;e=e+1|0}while((e|0)!=(q|0));e=q<<1|1;h=rr(d,e)|0;if(!h){e=0;O=152;break b}else{s=q;q=e;d=h;e=s}}}if(!x){e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=rl(a)|0;if(!(i[K+(d+1)>>0]|0)){q=0;d=0;e=0;break i}e=k[A>>2]|0}}else{h=0;e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=rl(a)|0;if(!(i[K+(d+1)>>0]|0)){q=h;d=x;e=0;break i}i[x+h>>0]=d;h=h+1|0;e=k[A>>2]|0}}}while(0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}h=h-(k[C>>2]|0)+(k[B>>2]|0)|0;if(!h)break b;if(!((h|0)==(n|0)|w^1))break b;do if(u)if(t){k[x>>2]=e;break}else{k[x>>2]=d;break}while(0);if(!w){if(e|0)k[e+(q<<2)>>2]=0;if(!d){d=0;break f}i[d+q>>0]=0}break}case 120:case 88:case 112:{h=16;O=134;break}case 111:{h=8;O=134;break}case 117:case 100:{h=10;O=134;break}case 105:{h=0;O=134;break}case 71:case 103:case 70:case 102:case 69:case 101:case 65:case 97:{m=+cc(a,u,0);if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if(x)switch(u|0){case 0:{o[x>>2]=m;break f}case 1:{p[x>>3]=m;break f}case 2:{p[x>>3]=m;break f}default:break f}break}default:{}}while(0);l:do if((O|0)==134){O=0;h=Oc(a,h,0,-1,-1)|0;if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if((x|0)!=0&(t|0)==112){k[x>>2]=h;break}if(x)switch(u|0){case -2:{i[x>>0]=h;break l}case -1:{j[x>>1]=h;break l}case 0:{k[x>>2]=h;break l}case 1:{k[x>>2]=h;break l}case 3:{w=x;k[w>>2]=h;k[w+4>>2]=M;break l}default:break l}}while(0);b=((x|0)!=0&1)+b|0;h=(k[B>>2]|0)+v+(k[z>>2]|0)-(k[C>>2]|0)|0;break c}while(0);g=n+(f&1)|0;Vz(a,0);f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=rl(a)|0;if((f|0)!=(l[g>>0]|0)){O=20;break b}h=v+1|0}else{g=n;while(1){f=g+1|0;if(!(EM(l[f>>0]|0)|0))break;else g=f}Vz(a,0);do{f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=rl(a)|0}while((EM(f)|0)!=0);if(!(k[A>>2]|0))f=k[z>>2]|0;else{f=(k[z>>2]|0)+-1|0;k[z>>2]=f}h=(k[B>>2]|0)+v+f-(k[C>>2]|0)|0}while(0);n=g+1|0;f=i[n>>0]|0;if(!(f<<24>>24))break a;else v=h}if((O|0)==20){if(k[A>>2]|0)k[z>>2]=(k[z>>2]|0)+-1;if((b|0)!=0|(f|0)>-1)break;else{f=0;b=e;O=153}}else if((O|0)==152)if(!b){b=e;O=153}if((O|0)==153){e=b;b=-1}if(f){uc(d);uc(e)}}else b=0;while(0);r=P;return b|0}function nc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;u=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;D=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;N=V+16|0;T=V;Pg(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Pu(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{Mu(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{Jv(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(Kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{_E(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{tA(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{oB(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{Pu(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{Mu(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{Jv(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(Kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;lE(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;_B(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{Nn(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{On(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{Rz(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{Dz(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{sA(u,U);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 16:{Hz(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{Qz(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Ph(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Nh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{ZE(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{rC(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ea()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{Nn(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{On(D,U);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 11:{Rz(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{Dz(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{sA(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{Hz(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{Qz(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Ph(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Nh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;ZB(N,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[N>>2];k[a+4>>2]=k[N+4>>2];k[a+8>>2]=k[N+8>>2];k[a+12>>2]=k[N+12>>2];k[a+16>>2]=0;break a}case 44:{e=+tC(U);p[t>>3]=e;d=k[t>>2]|0;b=k[t+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=zE(U)|0;b=M;S=qI(d|0,b|0,536870911,-1206910976)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=qI(d|0,b|0,536870911,940572672)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-C;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=C;k[a+16>>2]=0;break a}else{nC(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ea()}while(0);break}default:Ea()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function oc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0.0;t=r;r=r+320|0;n=t+160|0;q=t+16|0;h=t+300|0;g=t;s=kC(c)|0;k[s+4>>2]=b;a:do if((b+-3|0)>>>0<2){if((k[10449]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=C;m=s;break a}default:{m=0;break a}}if((k[10450]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=-C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=-C;m=s;break a}default:{m=0;break a}}if((k[10448]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=B;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=B;m=s;break a}default:{m=0;break a}}j=(i[a>>0]|0)==45;c=a+1|0;d=j?c:a;if(!j)c=(i[d>>0]|0)==43?d+1|0:d;if(((i[c>>0]|0)==110?(i[c+1>>0]|0)==97:0)?(i[c+2>>0]|0)==110:0){d=(i[c+3>>0]|0)==58;e=c+4|0;f=d?e:0;do if(d){if((i[e>>0]|0)==48?(i[c+5>>0]|0)==120:0)break;Ha(17205,17261,74,17275)}while(0);switch(b|0){case 3:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;Yr(h,f,pq(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=3332;k[e>>2]=3352;k[q+4>>2]=0;uw(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=3292;k[e>>2]=3312;fB(d);k[d>>2]=3368;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;$i(d,h);WI(h);c=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;vk(q,n);k[n>>2]=k[n>>2]|2139095040;kE(q);c=k[n>>2]|0}else{k[n>>2]=2143289344;c=2143289344}c=j?c|-2147483648:c;b=(c&2147483647)>>>0>2139095040;c=c|b&1^1;if(j|b^1)k[n>>2]=c;m=s+8|0;k[g>>2]=1;k[g+8>>2]=c;_E(q,g);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}case 4:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;Yr(h,f,pq(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=3332;k[e>>2]=3352;k[q+4>>2]=0;uw(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=3292;k[e>>2]=3312;fB(d);k[d>>2]=3368;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;$i(d,h);WI(h);b=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[b>>2]=k[b>>2]&-75|8;uk(q,n);b=n;c=k[b+4>>2]|2146435072;d=n;k[d>>2]=k[b>>2];k[d+4>>2]=c;kE(q);d=n;c=k[d+4>>2]|0;d=k[d>>2]|0}else{c=n;k[c>>2]=0;k[c+4>>2]=2146959360;c=2146959360;d=0}d=j?d:d;c=j?c|-2147483648:c;b=c&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&d>>>0>0;d=d|b&1^1;if(j|b^1){k[n>>2]=d;k[n+4>>2]=c}m=s+8|0;_B(q,2,d,c);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}default:{m=0;break a}}}if((k[10451]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=B;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=B;m=s;break a}default:{m=0;break a}}else l=46}else l=46;while(0);b:do if((l|0)==46){c:do switch(b|0){case 1:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=51;else{c=a;l=55}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=51;else l=55;break}default:{c=a;l=55}}if((l|0)==51){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;Yr(q,e,pq(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=3332;k[e>>2]=3352;k[n+4>>2]=0;uw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3292;k[e>>2]=3312;fB(d);k[d>>2]=3368;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;$i(d,q);WI(q);c=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;vk(n,q);q=k[q>>2]|0;c=s+8|0;k[c>>2]=1;k[s+16>>2]=f?0-q|0:q;kE(n);break c}else if((l|0)==55){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;Yr(q,c,pq(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=3332;k[e>>2]=3352;k[n+4>>2]=0;uw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3292;k[e>>2]=3312;fB(d);k[d>>2]=3368;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;$i(d,q);WI(q);vk(n,q);q=k[q>>2]|0;q=(i[a>>0]|0)==45?0-q|0:q;c=s+8|0;k[c>>2]=1;k[s+16>>2]=q;kE(n);break c}break}case 2:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=63;else{c=a;l=67}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=63;else l=67;break}default:{c=a;l=67}}if((l|0)==63){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;Yr(q,e,pq(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=3332;k[e>>2]=3352;k[n+4>>2]=0;uw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3292;k[e>>2]=3312;fB(d);k[d>>2]=3368;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;$i(d,q);WI(q);l=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[l>>2]=k[l>>2]&-75|8;uk(n,q);l=q;a=k[l>>2]|0;l=k[l+4>>2]|0;j=rG(0,0,a|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=f?j:a;k[q+4>>2]=f?M:l;kE(n);break c}else if((l|0)==67){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;Yr(q,c,pq(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=3332;k[e>>2]=3352;k[n+4>>2]=0;uw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3292;k[e>>2]=3312;fB(d);k[d>>2]=3368;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;$i(d,q);WI(q);uk(n,q);a=(i[a>>0]|0)==45;l=q;j=k[l>>2]|0;l=k[l+4>>2]|0;h=rG(0,0,j|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=a?h:j;k[q+4>>2]=a?M:l;kE(n);break c}break}case 3:{u=+QM(a,n);c=s+8|0;k[c>>2]=3;o[s+16>>2]=u;break}case 4:{u=+RM(a,n);c=s+8|0;k[c>>2]=4;p[s+16>>3]=u;break}default:{m=0;break b}}while(0);if((k[c>>2]|0)==(b|0))m=s;else Ha(17286,17261,164,17275)}while(0);r=t;return m|0}function pc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 64:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=78;break}case 91:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=2;e=78;break}case 117:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=50;k[c+4>>2]=3;e=78;break}case -119:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=63;k[c+4>>2]=4;e=78;break}case 65:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=78;break}case 92:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=78;break}case 118:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=51;k[c+4>>2]=3;e=78;break}case -118:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=64;k[c+4>>2]=4;e=78;break}case 66:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=78;break}case 93:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=2;e=78;break}case 119:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=52;k[c+4>>2]=3;e=78;break}case -117:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=65;k[c+4>>2]=4;e=78;break}case 67:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=1;e=78;break}case 94:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=78;break}case 68:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=78;break}case 95:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=2;e=78;break}case 69:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=1;e=78;break}case 96:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=78;break}case 70:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=1;e=78;break}case 97:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=2;e=78;break}case 71:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=1;e=78;break}case 98:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=78;break}case 72:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=1;e=78;break}case 99:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=2;e=78;break}case 73:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=1;e=78;break}case 100:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=78;break}case 74:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=1;e=78;break}case 101:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=2;e=78;break}case 75:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=1;e=78;break}case 102:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=2;e=78;break}case 76:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=1;e=78;break}case 103:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=2;e=78;break}case -73:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=1;e=78;break}case -71:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=2;e=78;break}case -74:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=1;e=78;break}case -72:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=2;e=78;break}case 120:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=53;k[c+4>>2]=3;e=78;break}case -116:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=66;k[c+4>>2]=4;e=78;break}case 125:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=54;k[c+4>>2]=3;e=78;break}case -111:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=67;k[c+4>>2]=4;e=78;break}case 121:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=55;k[c+4>>2]=3;e=78;break}case -115:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=68;k[c+4>>2]=4;e=78;break}case 122:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=56;k[c+4>>2]=3;e=78;break}case -114:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=69;k[c+4>>2]=4;e=78;break}case 77:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=1;e=78;break}case 104:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=2;e=78;break}case -125:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=57;k[c+4>>2]=3;e=78;break}case -105:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=70;k[c+4>>2]=4;e=78;break}case 78:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=1;e=78;break}case 105:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=2;e=78;break}case -124:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=58;k[c+4>>2]=3;e=78;break}case -104:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=71;k[c+4>>2]=4;e=78;break}case 79:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=1;e=78;break}case 106:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=2;e=78;break}case 81:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=1;e=78;break}case 108:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=2;e=78;break}case 80:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=1;e=78;break}case 107:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=2;e=78;break}case 82:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=78;break}case 109:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=2;e=78;break}case 83:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=78;break}case 110:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=2;e=78;break}case 85:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=1;e=78;break}case 112:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=47;k[c+4>>2]=2;e=78;break}case 84:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=1;e=78;break}case 111:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=48;k[c+4>>2]=2;e=78;break}case 86:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=78;break}case 113:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=49;k[c+4>>2]=2;e=78;break}case -123:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=59;k[c+4>>2]=3;e=78;break}case -103:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=72;k[c+4>>2]=4;e=78;break}case -122:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=60;k[c+4>>2]=3;e=78;break}case -102:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=73;k[c+4>>2]=4;e=78;break}case -121:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=61;k[c+4>>2]=3;e=78;break}case -101:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=74;k[c+4>>2]=4;e=78;break}case -120:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=62;k[c+4>>2]=3;e=78;break}case -100:{c=tI(k[a+4>>2]|0)|0;k[c+8>>2]=75;k[c+4>>2]=4;e=78;break}default:c=0}while(0);if((e|0)==78){if(i[a+12>>0]|0){e=PE(42756,15940)|0;g=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(e,g);Qp(e)}g=vw(a)|0;k[c+16>>2]=g;g=vw(a)|0;k[c+12>>2]=g;No(c);k[b>>2]=c;c=1}r=f;return c|0}function qc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+48|0;q=s+24|0;h=s;a:do if((b-a|0)>1?(i[a>>0]|0)==83:0){f=i[a+1>>0]|0;switch(f|0){case 97:{yu(h,38559);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(g-f|0)/24|0;p=o<<1;It(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Lr(o,h);k[p>>2]=o+24;nn(c,q);Ks(q);break}}else{Lr(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(h);p=a+2|0;break a}case 98:{xu(h,38574);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(g-f|0)/24|0;p=o<<1;It(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Lr(o,h);k[p>>2]=o+24;nn(c,q);Ks(q);break}}else{Lr(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(h);p=a+2|0;break a}case 115:{Bu(h,38592);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(g-f|0)/24|0;p=o<<1;It(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Lr(o,h);k[p>>2]=o+24;nn(c,q);Ks(q);break}}else{Lr(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(h);p=a+2|0;break a}case 105:{Au(h,38604);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(g-f|0)/24|0;p=o<<1;It(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Lr(o,h);k[p>>2]=o+24;nn(c,q);Ks(q);break}}else{Lr(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(h);p=a+2|0;break a}case 111:{Au(h,38617);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(g-f|0)/24|0;p=o<<1;It(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Lr(o,h);k[p>>2]=o+24;nn(c,q);Ks(q);break}}else{Lr(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(h);p=a+2|0;break a}case 100:{zu(h,38630);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{o=(g-f|0)/24|0;p=o<<1;It(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Lr(o,h);k[p>>2]=o+24;nn(c,q);Ks(q);break}}else{Lr(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(h);p=a+2|0;break a}case 95:{d=k[c+16>>2]|0;if((d|0)==(k[c+20>>2]|0)){p=a;break a}b=k[d+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[d>>2]|0;while(1){if((f|0)==(b|0)){d=43;break}d=k[j>>2]|0;o=k[l>>2]|0;g=o;if((d|0)==(o|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=47;break}h=(g-h|0)/24|0;o=h<<1;It(q,h>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,m);o=k[n>>2]|0;pt(o,f);pt(o+12|0,f+12|0);k[n>>2]=o+24;nn(c,q);Ks(q)}else{pt(d,f);pt(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==43){p=a+2|0;break a}else if((d|0)==47)EL();break}default:{e=f+-48|0;d=e>>>0<10;if(!d?($M(f)|0)==0:0){p=a;break a}o=a+2|0;d=d?e:f+-55|0;while(1){if((o|0)==(b|0)){p=a;break a}e=i[o>>0]|0;f=e<<24>>24;h=f+-48|0;g=h>>>0<10;if(!g?($M(f)|0)==0:0)break;o=o+1|0;d=(g?h:f+-55|0)+(d*36|0)|0}if(e<<24>>24!=95){p=a;break a}d=d+1|0;n=k[c+16>>2]|0;e=n;if(d>>>0>=(k[c+20>>2]|0)-n>>4>>>0){p=a;break a}b=k[e+(d<<4)+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(b|0)){d=61;break}d=k[j>>2]|0;a=k[l>>2]|0;g=a;if((d|0)==(a|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=65;break}h=(g-h|0)/24|0;a=h<<1;It(q,h>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,m);a=k[n>>2]|0;pt(a,f);pt(a+12|0,f+12|0);k[n>>2]=a+24;nn(c,q);Ks(q)}else{pt(d,f);pt(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==61){p=o+1|0;break a}else if((d|0)==65)EL()}}}else p=a;while(0);r=s;return p|0}function rc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+32|0;o=p+12|0;n=p;d=b;a:do if((d-a|0)>2){if((i[a>>0]|0)==103){e=(i[a+1>>0]|0)==115;g=e;e=e?a+2|0:a}else{g=0;e=a}f=we(e,b,c)|0;if((f|0)!=(e|0)){if(!g){a=f;break}d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break;wB(d+-24|0,0,38648)|0;a=f;break}if(((d-e|0)>2?(i[e>>0]|0)==115:0)?(i[e+1>>0]|0)==114:0){f=e+2|0;if((i[f>>0]|0)==78){m=e+3|0;d=Mc(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0))break;g=sc(d,b,c)|0;m=c+4|0;do if((g|0)==(d|0))l=c;else{d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;vr(o,d+-24|0);d=k[m>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[m>>2]=l;SB(l);f=k[m>>2]|0}l=i[o+11>>0]|0;j=l<<24>>24<0;$m(d+-48|0,j?k[o>>2]|0:o,j?k[o+4>>2]|0:l&255)|0;if((g|0)!=(b|0)){tH(o);d=g;l=c;break}e=k[m>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break;n=e+-24|0;k[m>>2]=n;SB(n);e=k[m>>2]|0}tH(o);break a}while(0);h=n+11|0;j=n+4|0;while(1){if((i[d>>0]|0)==69)break;g=aj(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break a;vr(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;SB(q);e=k[m>>2]|0}e=wB(o,0,38648)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[h>>0]|0;q=d<<24>>24<0;$m(f+-48|0,q?k[n>>2]|0:n,q?k[j>>2]|0:d&255)|0;tH(n);tH(o);d=g}q=d+1|0;f=we(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;SB(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break;vr(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;SB(q);d=k[m>>2]|0}d=wB(o,0,38648)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;$m(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;tH(n);tH(o);a=f;break}d=Mc(f,b,c)|0;if((d|0)!=(f|0)){h=sc(d,b,c)|0;if((h|0)!=(d|0)){g=c+4|0;d=k[g>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;vr(o,d+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;q=f+-24|0;k[g>>2]=q;SB(q);f=k[g>>2]|0}q=i[o+11>>0]|0;m=q<<24>>24<0;$m(d+-48|0,m?k[o>>2]|0:o,m?k[o+4>>2]|0:q&255)|0;tH(o);d=h}g=we(d,b,c)|0;if((g|0)==(d|0)){f=c+4|0;d=k[f>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[f>>2]=q;SB(q);d=k[f>>2]|0}}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;vr(o,d+-24|0);e=k[f>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[f>>2]=q;SB(q);d=k[f>>2]|0}d=wB(o,0,38648)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;$m(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;tH(n);tH(o);a=g;break}h=aj(f,b,c)|0;if(!((h|0)==(f|0)|(h|0)==(b|0))){if(g){d=c+4|0;e=k[d>>2]|0;if((k[c>>2]|0)==(e|0))break;wB(e+-24|0,0,38648)|0;m=d}else m=c+4|0;j=n+11|0;l=n+4|0;d=h;while(1){if((i[d>>0]|0)==69)break;g=aj(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;vr(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;SB(q);e=k[m>>2]|0}e=wB(o,0,38648)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[j>>0]|0;q=d<<24>>24<0;$m(f+-48|0,q?k[n>>2]|0:n,q?k[l>>2]|0:d&255)|0;tH(n);tH(o);d=g}q=d+1|0;f=we(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;SB(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){vr(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;SB(q);d=k[m>>2]|0}d=wB(o,0,38648)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;$m(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;tH(n);tH(o);a=f}}}}while(0);r=p;return a|0}function sc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+80|0;H=L+48|0;I=L+24|0;J=L;K=L+36|0;do if((b-a|0)>1?(i[a>>0]|0)==73:0){F=c+61|0;E=c+36|0;a:do if(i[F>>0]|0){e=k[E>>2]|0;d=k[e+-16>>2]|0;e=e+-12|0;while(1){f=k[e>>2]|0;if((f|0)==(d|0))break a;G=f+-16|0;k[e>>2]=G;Qs(G)}}while(0);k[I>>2]=0;k[I+4>>2]=0;k[I+8>>2]=0;or(I,38522,1);G=c+4|0;t=c+12|0;u=H+8|0;v=H+8|0;C=I+11|0;D=I+4|0;w=H+11|0;x=H+4|0;y=c+32|0;z=c+40|0;A=c+44|0;B=H+8|0;l=a+1|0;b:while(1){if((i[l>>0]|0)==69){d=42;break}do if(i[F>>0]|0){f=k[t>>2]|0;d=k[E>>2]|0;g=k[z>>2]|0;if(d>>>0<g>>>0){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=f;k[E>>2]=(k[E>>2]|0)+16;break}j=k[y>>2]|0;d=d-j>>4;e=d+1|0;if(e>>>0>268435455){d=13;break b}q=g-j|0;s=q>>3;ht(H,q>>4>>>0<134217727?(s>>>0<e>>>0?e:s):268435455,d,A);s=k[B>>2]|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=f;k[B>>2]=s+16;Hj(y,H);Mp(H)}while(0);q=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;s=ei(l,b,c)|0;p=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;c:do if(i[F>>0]|0){e=k[E>>2]|0;d=e+-16|0;while(1){if((e|0)==(d|0))break c;o=e+-16|0;k[E>>2]=o;Sq(o);e=k[E>>2]|0}}while(0);if((s|0)==(l|0)|(s|0)==(b|0)){d=54;break}d:do if(!(i[F>>0]|0))d=q;else{j=k[E>>2]|0;l=j+-16|0;g=k[t>>2]|0;d=j+-12|0;e=k[d>>2]|0;o=k[j+-8>>2]|0;m=o;if(e>>>0<o>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[d>>2]=(k[d>>2]|0)+16;g=q}else{f=k[l>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455){d=24;break b}n=m-f|0;o=n>>3;ht(H,n>>4>>>0<134217727?(o>>>0<e>>>0?e:o):268435455,d,j+-4|0);o=k[u>>2]|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=g;k[u>>2]=o+16;Hj(l,H);Lq(H);g=q}while(1){if(g>>>0>=p>>>0){d=q;break d}j=k[(k[E>>2]|0)+-12>>2]|0;l=j+-16|0;m=k[c>>2]|0;n=m+(g*24|0)|0;d=j+-12|0;e=k[d>>2]|0;f=k[j+-8>>2]|0;o=f;if((e|0)==(f|0)){f=k[l>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=30;break b}f=(o-f|0)/24|0;o=f<<1;It(H,f>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,j+-4|0);o=k[v>>2]|0;pt(o,n);pt(o+12|0,m+(g*24|0)+12|0);k[v>>2]=o+24;nn(l,H);Ks(H)}else{pt(e,n);pt(e+12|0,m+(g*24|0)+12|0);k[d>>2]=(k[d>>2]|0)+24}g=g+1|0}}while(0);while(1){if(d>>>0>=p>>>0){d=p;break}o=i[C>>0]|0;if((o<<24>>24<0?k[D>>2]|0:o&255)>>>0>1)dC(I,38462)|0;vr(H,(k[c>>2]|0)+(d*24|0)|0);o=i[w>>0]|0;n=o<<24>>24<0;$m(I,n?k[H>>2]|0:H,n?k[x>>2]|0:o&255)|0;tH(H);d=d+1|0}while(1){if((d|0)==(q|0)){l=s;continue b}f=k[G>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[G>>2]=p;SB(p);f=k[G>>2]|0}d=d+-1|0}}if((d|0)==13)EL();else if((d|0)==24)EL();else if((d|0)==30)EL();else if((d|0)==42){h=l+1|0;a=i[C>>0]|0;F=a<<24>>24<0;if((i[(F?k[I>>2]|0:I)+(F?k[D>>2]|0:a&255)+-1>>0]|0)==62)dC(I,39507)|0;else dC(I,38524)|0;k[K>>2]=k[I>>2];k[K+4>>2]=k[I+4>>2];k[K+8>>2]=k[I+8>>2];d=0;while(1){if((d|0)==3)break;k[I+(d<<2)>>2]=0;d=d+1|0}Sr(J,K);d=k[G>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{a=(g-f|0)/24|0;G=a<<1;It(H,a>>>0<89478485?(G>>>0<e>>>0?e:G):178956970,d,c+12|0);G=H+8|0;a=k[G>>2]|0;Lr(a,J);k[G>>2]=a+24;nn(c,H);Ks(H);break}}else{Lr(d,J);k[G>>2]=(k[G>>2]|0)+24}while(0);SB(J);tH(K);tH(I);break}else if((d|0)==54){tH(I);h=a;break}}else h=a;while(0);r=L;return h|0}function tc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0;T=r;r=r+160|0;w=T+152|0;d=T+148|0;c=T+144|0;P=T+140|0;Q=T+128|0;R=T+116|0;S=T+104|0;H=T+100|0;E=T+96|0;F=T+76|0;x=T+64|0;y=T+56|0;z=T+40|0;A=T+60|0;B=T+44|0;C=T+36|0;G=T+24|0;I=T+12|0;L=T;k[d>>2]=0;k[c>>2]=0;e=ar(b,d,c)|0;if(!(k[d>>2]|0)){K=fx(k[a+20>>2]|0)|0;k[d>>2]=K}c=k[c>>2]|0;if(!c)K=a;else{K=eG()|0;k[K>>2]=c;k[K+4>>2]=k[d>>2];Sk(k[a>>2]|0,K);K=a}q=a+20|0;k[q>>2]=(k[q>>2]|0)+1;k[P>>2]=0;q=a+60|0;k[q>>2]=0;k[a+64>>2]=0;s=a+80|0;i[s>>0]=0;k[Q>>2]=0;t=Q+4|0;k[t>>2]=0;k[Q+8>>2]=0;k[R>>2]=0;u=R+4|0;k[u>>2]=0;k[R+8>>2]=0;k[S>>2]=0;v=S+4|0;k[v>>2]=0;k[S+8>>2]=0;k[H>>2]=0;k[E>>2]=0;k[F>>2]=a;k[F+4>>2]=d;k[F+8>>2]=R;k[F+12>>2]=H;k[F+16>>2]=S;k[x>>2]=E;k[x+4>>2]=a;k[x+8>>2]=P;m=Q+8|0;n=a+48|0;J=a+44|0;o=R+8|0;p=S+8|0;d=0;a:while(1){l=(Hq(b)|0)+8|0;if(e>>>0>=(k[l>>2]|0)>>>0)break;l=ln(b,e)|0;j=oI(ln(l,0)|0)|0;b:do if(!((j|0)==(k[10430]|0)|(j|0)==(k[10439]|0))){if((j|0)==(k[10431]|0)){l=Rf(oI(ln(l,1)|0)|0,0,0)|0;k[H>>2]=l;break}if((j|0)==(k[10440]|0)){d=oI(ln(l,1)|0)|0;l=k[K>>2]|0;k[A>>2]=d;k[w>>2]=k[A>>2];if(!(Tx(l,w)|0)){O=26;break a}g=k[K>>2]|0;k[C>>2]=d;k[w>>2]=k[C>>2];g=Hw(g,w)|0;k[H>>2]=k[g+4>>2];f=g+8|0;g=g+12|0;c=0;while(1){if(c>>>0>=(k[g>>2]|0)-(k[f>>2]|0)>>2>>>0)break b;l=fx(c)|0;k[w>>2]=l;h=k[(k[f>>2]|0)+(c<<2)>>2]|0;k[y>>2]=h;j=k[t>>2]|0;if(j>>>0<(k[m>>2]|0)>>>0){k[j>>2]=l;k[j+4>>2]=h;k[t>>2]=(k[t>>2]|0)+8}else zl(Q,w,y);k[z>>2]=l;l=gs(n,z)|0;k[l>>2]=h;c=c+1|0}}h=k[t>>2]|0;j=k[Q>>2]|0;c=j;f=h;if((h|0)!=(j|0)?(k[u>>2]|0)==(k[R>>2]|0):0)Eh(R,c,f);if(!(k[J>>2]|0))tp(F);c=Yb(a,l)|0;if(!(k[P>>2]|0)){k[P>>2]=c;break}else{cu(x);xx((k[E>>2]|0)+12|0,c);break}}else{c=1;while(1){h=(Hq(l)|0)+8|0;if(c>>>0>=(k[h>>2]|0)>>>0)break b;k[w>>2]=0;k[y>>2]=0;h=(ln(l,c)|0)+24|0;if((i[h>>0]|0)==0?(D=Rf(oI(ln(l,c)|0)|0,1,0)|0,k[y>>2]=D,(D|0)!=0):0){f=fx(k[q>>2]|0)|0;k[w>>2]=f;h=D}else{f=oI(ln(l,c)|0)|0;k[w>>2]=f;c=c+1|0;h=Rf(oI(ln(l,c)|0)|0,0,0)|0;k[y>>2]=h}c=c+1|0;do if((j|0)==(k[10430]|0)){g=k[u>>2]|0;if(g>>>0<(k[o>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[u>>2]=(k[u>>2]|0)+8;break}else{zl(R,w,y);break}}else{g=k[v>>2]|0;if(g>>>0<(k[p>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[v>>2]=(k[v>>2]|0)+8;break}else{zl(S,w,y);break}}while(0);k[q>>2]=(k[q>>2]|0)+1;k[z>>2]=f;g=gs(n,z)|0;k[g>>2]=h}}while(0);e=e+1|0}if((O|0)==26){T=Ia(20)|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;Yr(B,16773,16);yC(T,B);pb(T|0,8,183)}if(!(i[s>>0]|0))c=k[E>>2]|0;else{cu(x);c=k[E>>2]|0;k[c+8>>2]=k[10455]}if(c|0)Ln(c);c=k[J>>2]|0;if(!c){tp(F);c=II(k[a+4>>2]|0)|0;k[P>>2]=c;c=k[J>>2]|0}if((k[c+4>>2]|0)!=(k[H>>2]|0)){T=Ia(20)|0;k[G>>2]=0;k[G+4>>2]=0;k[G+8>>2]=0;Yr(G,17005,20);R=k[b+28>>2]|0;S=k[b+32>>2]|0;Hu(T,G);k[T+12>>2]=R;k[T+16>>2]=S;pb(T|0,8,183)}do if(!d){$p(I,c);e=qj(I)|0;WI(I);c=k[K>>2]|0;d=k[c+4>>2]|0;c=k[c>>2]|0;while(1){if((c|0)==(d|0))break;M=k[c>>2]|0;if(Eq(M,e)|0){O=56;break}c=c+4|0}if((O|0)==56?(N=k[M>>2]|0,N|0):0){qA(e+8|0);oN(e);d=N;c=k[J>>2]|0;break}T=Ia(20)|0;k[L>>2]=0;k[L+4>>2]=0;k[L+8>>2]=0;Yr(L,17026,34);R=k[b+28>>2]|0;S=k[b+32>>2]|0;Hu(T,L);k[T+12>>2]=R;k[T+16>>2]=S;pb(T|0,8,183)}while(0);k[c+36>>2]=k[P>>2];k[(k[J>>2]|0)+32>>2]=d;c=k[K>>2]|0;e=k[J>>2]|0;k[J>>2]=0;Fk(c,e);Ev(a+48|0);e=k[a+68>>2]|0;c=a+72|0;d=k[c>>2]|0;while(1){if((d|0)==(e|0))break;a=d+-4|0;k[c>>2]=a;d=a}rz(S);rz(R);rz(Q);r=T;return}function uc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;if(!a)return;c=a+-8|0;g=k[10483]|0;if(c>>>0<g>>>0)Ea();a=k[a+-4>>2]|0;b=a&3;if((b|0)==1)Ea();d=a&-8;n=c+d|0;do if(!(a&1)){a=k[c>>2]|0;if(!b)return;j=c+(0-a)|0;i=a+d|0;if(j>>>0<g>>>0)Ea();if((j|0)==(k[10484]|0)){a=n+4|0;b=k[a>>2]|0;if((b&3|0)!=3){q=j;e=i;break}k[10481]=i;k[a>>2]=b&-2;k[j+4>>2]=i|1;k[j+i>>2]=i;return}d=a>>>3;if(a>>>0<256){b=k[j+8>>2]|0;c=k[j+12>>2]|0;a=41956+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ea();if((k[b+12>>2]|0)!=(j|0))Ea()}if((c|0)==(b|0)){k[10479]=k[10479]&~(1<<d);q=j;e=i;break}if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ea();a=c+8|0;if((k[a>>2]|0)==(j|0))f=a;else Ea()}else f=c+8|0;k[b+12>>2]=c;k[f>>2]=b;q=j;e=i;break}f=k[j+24>>2]|0;c=k[j+12>>2]|0;do if((c|0)==(j|0)){c=j+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){h=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<g>>>0)Ea();else{k[b>>2]=0;h=a;break}}else{d=k[j+8>>2]|0;if(d>>>0<g>>>0)Ea();a=d+12|0;if((k[a>>2]|0)!=(j|0))Ea();b=c+8|0;if((k[b>>2]|0)==(j|0)){k[a>>2]=c;k[b>>2]=d;h=c;break}else Ea()}while(0);if(f){a=k[j+28>>2]|0;b=42220+(a<<2)|0;if((j|0)==(k[b>>2]|0)){k[b>>2]=h;if(!h){k[10480]=k[10480]&~(1<<a);q=j;e=i;break}}else{if(f>>>0<(k[10483]|0)>>>0)Ea();a=f+16|0;if((k[a>>2]|0)==(j|0))k[a>>2]=h;else k[f+20>>2]=h;if(!h){q=j;e=i;break}}c=k[10483]|0;if(h>>>0<c>>>0)Ea();k[h+24>>2]=f;a=j+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ea();else{k[h+16>>2]=b;k[b+24>>2]=h;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[10483]|0)>>>0)Ea();else{k[h+20>>2]=a;k[a+24>>2]=h;q=j;e=i;break}else{q=j;e=i}}else{q=j;e=i}}else{q=c;e=d}while(0);if(q>>>0>=n>>>0)Ea();a=n+4|0;b=k[a>>2]|0;if(!(b&1))Ea();if(!(b&2)){if((n|0)==(k[10485]|0)){p=(k[10482]|0)+e|0;k[10482]=p;k[10485]=q;k[q+4>>2]=p|1;if((q|0)!=(k[10484]|0))return;k[10484]=0;k[10481]=0;return}if((n|0)==(k[10484]|0)){p=(k[10481]|0)+e|0;k[10481]=p;k[10484]=q;k[q+4>>2]=p|1;k[q+p>>2]=p;return}e=(b&-8)+e|0;d=b>>>3;do if(b>>>0>=256){f=k[n+24>>2]|0;a=k[n+12>>2]|0;do if((a|0)==(n|0)){c=n+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){m=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<(k[10483]|0)>>>0)Ea();else{k[b>>2]=0;m=a;break}}else{b=k[n+8>>2]|0;if(b>>>0<(k[10483]|0)>>>0)Ea();c=b+12|0;if((k[c>>2]|0)!=(n|0))Ea();d=a+8|0;if((k[d>>2]|0)==(n|0)){k[c>>2]=a;k[d>>2]=b;m=a;break}else Ea()}while(0);if(f|0){a=k[n+28>>2]|0;b=42220+(a<<2)|0;if((n|0)==(k[b>>2]|0)){k[b>>2]=m;if(!m){k[10480]=k[10480]&~(1<<a);break}}else{if(f>>>0<(k[10483]|0)>>>0)Ea();a=f+16|0;if((k[a>>2]|0)==(n|0))k[a>>2]=m;else k[f+20>>2]=m;if(!m)break}c=k[10483]|0;if(m>>>0<c>>>0)Ea();k[m+24>>2]=f;a=n+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ea();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[10483]|0)>>>0)Ea();else{k[m+20>>2]=a;k[a+24>>2]=m;break}}}else{b=k[n+8>>2]|0;c=k[n+12>>2]|0;a=41956+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<(k[10483]|0)>>>0)Ea();if((k[b+12>>2]|0)!=(n|0))Ea()}if((c|0)==(b|0)){k[10479]=k[10479]&~(1<<d);break}if((c|0)!=(a|0)){if(c>>>0<(k[10483]|0)>>>0)Ea();a=c+8|0;if((k[a>>2]|0)==(n|0))l=a;else Ea()}else l=c+8|0;k[b+12>>2]=c;k[l>>2]=b}while(0);k[q+4>>2]=e|1;k[q+e>>2]=e;if((q|0)==(k[10484]|0)){k[10481]=e;return}}else{k[a>>2]=b&-2;k[q+4>>2]=e|1;k[q+e>>2]=e}a=e>>>3;if(e>>>0<256){c=41956+(a<<1<<2)|0;b=k[10479]|0;a=1<<a;if(b&a){a=c+8|0;b=k[a>>2]|0;if(b>>>0<(k[10483]|0)>>>0)Ea();else{o=b;p=a}}else{k[10479]=b|a;o=c;p=c+8|0}k[p>>2]=q;k[o+12>>2]=q;k[q+8>>2]=o;k[q+12>>2]=c;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{o=(a+1048320|0)>>>16&8;p=a<<o;n=(p+520192|0)>>>16&4;p=p<<n;a=(p+245760|0)>>>16&2;a=14-(n|o|a)+(p<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=42220+(a<<2)|0;k[q+28>>2]=a;k[q+20>>2]=0;k[q+16>>2]=0;b=k[10480]|0;c=1<<a;do if(b&c){b=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=130;break}c=d+16+(b>>>31<<2)|0;a=k[c>>2]|0;if(!a){a=127;break}else{b=b<<1;d=a}}if((a|0)==127)if(c>>>0<(k[10483]|0)>>>0)Ea();else{k[c>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q;break}else if((a|0)==130){a=d+8|0;b=k[a>>2]|0;p=k[10483]|0;if(b>>>0>=p>>>0&d>>>0>=p>>>0){k[b+12>>2]=q;k[a>>2]=q;k[q+8>>2]=b;k[q+12>>2]=d;k[q+24>>2]=0;break}else Ea()}}else{k[10480]=b|c;k[d>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q}while(0);q=(k[10487]|0)+-1|0;k[10487]=q;if(!q)a=42372;else return;while(1){a=k[a>>2]|0;if(!a)break;else a=a+8|0}k[10487]=-1;return}function vc(a,b){a=a|0;b=b|0;sz(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{PE(k[a>>2]|0,23524)|0;break}case 1:{PE(k[a>>2]|0,23532)|0;break}case 2:{PE(k[a>>2]|0,23540)|0;break}case 3:{PE(k[a>>2]|0,23548)|0;break}case 4:{PE(k[a>>2]|0,23558)|0;break}case 5:{PE(k[a>>2]|0,23568)|0;break}case 6:{PE(k[a>>2]|0,23578)|0;break}case 7:{PE(k[a>>2]|0,23588)|0;break}case 8:{PE(k[a>>2]|0,23596)|0;break}case 9:{PE(k[a>>2]|0,23603)|0;break}case 10:{PE(k[a>>2]|0,23611)|0;break}case 11:{PE(k[a>>2]|0,23619)|0;break}case 12:{PE(k[a>>2]|0,23629)|0;break}case 13:{PE(k[a>>2]|0,23639)|0;break}case 14:{PE(k[a>>2]|0,23648)|0;break}case 15:{PE(k[a>>2]|0,23657)|0;break}case 16:{PE(k[a>>2]|0,23664)|0;break}case 17:{PE(k[a>>2]|0,23671)|0;break}case 18:{PE(k[a>>2]|0,23680)|0;break}case 19:{PE(k[a>>2]|0,23689)|0;break}case 20:{PE(k[a>>2]|0,23698)|0;break}case 21:{PE(k[a>>2]|0,23707)|0;break}case 22:{PE(k[a>>2]|0,23716)|0;break}case 23:{PE(k[a>>2]|0,23725)|0;break}case 24:{PE(k[a>>2]|0,23734)|0;break}case 25:{PE(k[a>>2]|0,23743)|0;break}case 26:{PE(k[a>>2]|0,23751)|0;break}case 27:{PE(k[a>>2]|0,23759)|0;break}case 28:{PE(k[a>>2]|0,23767)|0;break}case 29:{PE(k[a>>2]|0,23777)|0;break}case 30:{PE(k[a>>2]|0,23787)|0;break}case 31:{PE(k[a>>2]|0,23797)|0;break}case 32:{PE(k[a>>2]|0,23807)|0;break}case 33:{PE(k[a>>2]|0,23815)|0;break}case 34:{PE(k[a>>2]|0,23822)|0;break}case 35:{PE(k[a>>2]|0,23830)|0;break}case 36:{PE(k[a>>2]|0,23838)|0;break}case 37:{PE(k[a>>2]|0,23848)|0;break}case 38:{PE(k[a>>2]|0,23858)|0;break}case 39:{PE(k[a>>2]|0,23867)|0;break}case 40:{PE(k[a>>2]|0,23876)|0;break}case 41:{PE(k[a>>2]|0,23883)|0;break}case 42:{PE(k[a>>2]|0,23890)|0;break}case 43:{PE(k[a>>2]|0,23899)|0;break}case 44:{PE(k[a>>2]|0,23908)|0;break}case 45:{PE(k[a>>2]|0,23917)|0;break}case 46:{PE(k[a>>2]|0,23926)|0;break}case 47:{PE(k[a>>2]|0,23935)|0;break}case 48:{PE(k[a>>2]|0,23944)|0;break}case 49:{PE(k[a>>2]|0,23953)|0;break}case 50:{PE(k[a>>2]|0,23962)|0;break}case 51:{PE(k[a>>2]|0,23970)|0;break}case 52:{PE(k[a>>2]|0,23978)|0;break}case 53:{PE(k[a>>2]|0,23986)|0;break}case 54:{PE(k[a>>2]|0,23994)|0;break}case 55:{PE(k[a>>2]|0,24007)|0;break}case 56:{PE(k[a>>2]|0,24015)|0;break}case 57:{PE(k[a>>2]|0,24023)|0;break}case 58:{PE(k[a>>2]|0,24030)|0;break}case 59:{PE(k[a>>2]|0,24037)|0;break}case 60:{PE(k[a>>2]|0,24044)|0;break}case 61:{PE(k[a>>2]|0,24051)|0;break}case 62:{PE(k[a>>2]|0,24058)|0;break}case 63:{PE(k[a>>2]|0,24065)|0;break}case 64:{PE(k[a>>2]|0,24073)|0;break}case 65:{PE(k[a>>2]|0,24081)|0;break}case 66:{PE(k[a>>2]|0,24089)|0;break}case 67:{PE(k[a>>2]|0,24097)|0;break}case 68:{PE(k[a>>2]|0,24110)|0;break}case 69:{PE(k[a>>2]|0,24118)|0;break}case 70:{PE(k[a>>2]|0,24126)|0;break}case 71:{PE(k[a>>2]|0,24133)|0;break}case 72:{PE(k[a>>2]|0,24140)|0;break}case 73:{PE(k[a>>2]|0,24147)|0;break}case 74:{PE(k[a>>2]|0,24154)|0;break}case 75:{PE(k[a>>2]|0,24161)|0;break}default:Ea()}while(0);UC(a);Tv(a,k[b+12>>2]|0);Tv(a,k[b+16>>2]|0);Ix(a);return}function wc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;o=a+b|0;c=k[a+4>>2]|0;do if(!(c&1)){f=k[a>>2]|0;if(!(c&3))return;l=a+(0-f)|0;j=f+b|0;h=k[10483]|0;if(l>>>0<h>>>0)Ea();if((l|0)==(k[10484]|0)){a=o+4|0;c=k[a>>2]|0;if((c&3|0)!=3){r=l;e=j;break}k[10481]=j;k[a>>2]=c&-2;k[l+4>>2]=j|1;k[l+j>>2]=j;return}d=f>>>3;if(f>>>0<256){c=k[l+8>>2]|0;b=k[l+12>>2]|0;a=41956+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ea();if((k[c+12>>2]|0)!=(l|0))Ea()}if((b|0)==(c|0)){k[10479]=k[10479]&~(1<<d);r=l;e=j;break}if((b|0)!=(a|0)){if(b>>>0<h>>>0)Ea();a=b+8|0;if((k[a>>2]|0)==(l|0))g=a;else Ea()}else g=b+8|0;k[c+12>>2]=b;k[g>>2]=c;r=l;e=j;break}f=k[l+24>>2]|0;b=k[l+12>>2]|0;do if((b|0)==(l|0)){b=l+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){i=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<h>>>0)Ea();else{k[c>>2]=0;i=a;break}}else{d=k[l+8>>2]|0;if(d>>>0<h>>>0)Ea();a=d+12|0;if((k[a>>2]|0)!=(l|0))Ea();c=b+8|0;if((k[c>>2]|0)==(l|0)){k[a>>2]=b;k[c>>2]=d;i=b;break}else Ea()}while(0);if(f){a=k[l+28>>2]|0;c=42220+(a<<2)|0;if((l|0)==(k[c>>2]|0)){k[c>>2]=i;if(!i){k[10480]=k[10480]&~(1<<a);r=l;e=j;break}}else{if(f>>>0<(k[10483]|0)>>>0)Ea();a=f+16|0;if((k[a>>2]|0)==(l|0))k[a>>2]=i;else k[f+20>>2]=i;if(!i){r=l;e=j;break}}b=k[10483]|0;if(i>>>0<b>>>0)Ea();k[i+24>>2]=f;a=l+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ea();else{k[i+16>>2]=c;k[c+24>>2]=i;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[10483]|0)>>>0)Ea();else{k[i+20>>2]=a;k[a+24>>2]=i;r=l;e=j;break}else{r=l;e=j}}else{r=l;e=j}}else{r=a;e=b}while(0);g=k[10483]|0;if(o>>>0<g>>>0)Ea();a=o+4|0;c=k[a>>2]|0;if(!(c&2)){if((o|0)==(k[10485]|0)){q=(k[10482]|0)+e|0;k[10482]=q;k[10485]=r;k[r+4>>2]=q|1;if((r|0)!=(k[10484]|0))return;k[10484]=0;k[10481]=0;return}if((o|0)==(k[10484]|0)){q=(k[10481]|0)+e|0;k[10481]=q;k[10484]=r;k[r+4>>2]=q|1;k[r+q>>2]=q;return}e=(c&-8)+e|0;d=c>>>3;do if(c>>>0>=256){f=k[o+24>>2]|0;b=k[o+12>>2]|0;do if((b|0)==(o|0)){b=o+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){n=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<g>>>0)Ea();else{k[c>>2]=0;n=a;break}}else{d=k[o+8>>2]|0;if(d>>>0<g>>>0)Ea();a=d+12|0;if((k[a>>2]|0)!=(o|0))Ea();c=b+8|0;if((k[c>>2]|0)==(o|0)){k[a>>2]=b;k[c>>2]=d;n=b;break}else Ea()}while(0);if(f|0){a=k[o+28>>2]|0;c=42220+(a<<2)|0;if((o|0)==(k[c>>2]|0)){k[c>>2]=n;if(!n){k[10480]=k[10480]&~(1<<a);break}}else{if(f>>>0<(k[10483]|0)>>>0)Ea();a=f+16|0;if((k[a>>2]|0)==(o|0))k[a>>2]=n;else k[f+20>>2]=n;if(!n)break}b=k[10483]|0;if(n>>>0<b>>>0)Ea();k[n+24>>2]=f;a=o+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ea();else{k[n+16>>2]=c;k[c+24>>2]=n;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[10483]|0)>>>0)Ea();else{k[n+20>>2]=a;k[a+24>>2]=n;break}}}else{c=k[o+8>>2]|0;b=k[o+12>>2]|0;a=41956+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ea();if((k[c+12>>2]|0)!=(o|0))Ea()}if((b|0)==(c|0)){k[10479]=k[10479]&~(1<<d);break}if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ea();a=b+8|0;if((k[a>>2]|0)==(o|0))m=a;else Ea()}else m=b+8|0;k[c+12>>2]=b;k[m>>2]=c}while(0);k[r+4>>2]=e|1;k[r+e>>2]=e;if((r|0)==(k[10484]|0)){k[10481]=e;return}}else{k[a>>2]=c&-2;k[r+4>>2]=e|1;k[r+e>>2]=e}a=e>>>3;if(e>>>0<256){b=41956+(a<<1<<2)|0;c=k[10479]|0;a=1<<a;if(c&a){a=b+8|0;c=k[a>>2]|0;if(c>>>0<(k[10483]|0)>>>0)Ea();else{p=c;q=a}}else{k[10479]=c|a;p=b;q=b+8|0}k[q>>2]=r;k[p+12>>2]=r;k[r+8>>2]=p;k[r+12>>2]=b;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{p=(a+1048320|0)>>>16&8;q=a<<p;o=(q+520192|0)>>>16&4;q=q<<o;a=(q+245760|0)>>>16&2;a=14-(o|p|a)+(q<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=42220+(a<<2)|0;k[r+28>>2]=a;k[r+20>>2]=0;k[r+16>>2]=0;c=k[10480]|0;b=1<<a;if(!(c&b)){k[10480]=c|b;k[d>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}c=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=127;break}b=d+16+(c>>>31<<2)|0;a=k[b>>2]|0;if(!a){a=124;break}else{c=c<<1;d=a}}if((a|0)==124){if(b>>>0<(k[10483]|0)>>>0)Ea();k[b>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}else if((a|0)==127){a=d+8|0;c=k[a>>2]|0;q=k[10483]|0;if(!(c>>>0>=q>>>0&d>>>0>=q>>>0))Ea();k[c+12>>2]=r;k[a>>2]=r;k[r+8>>2]=c;k[r+12>>2]=d;k[r+24>>2]=0;return}}function xc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 87:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=49;break}case 114:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=2;e=49;break}case 88:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=49;break}case 115:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=2;e=49;break}case 89:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=49;break}case 116:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=2;e=49;break}case 90:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=49;break}case -70:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=49;break}case 124:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=3;e=49;break}case -112:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=4;e=49;break}case 123:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=3;e=49;break}case -113:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=4;e=49;break}case 126:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=3;e=49;break}case -110:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=4;e=49;break}case 127:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=3;e=49;break}case -109:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=4;e=49;break}case -127:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=3;e=49;break}case -107:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=4;e=49;break}case -126:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=3;e=49;break}case -106:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=4;e=49;break}case -87:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=3;e=49;break}case -81:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=4;e=49;break}case -88:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=3;e=49;break}case -82:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=4;e=49;break}case -85:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=3;e=49;break}case -79:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=4;e=49;break}case -86:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=3;e=49;break}case -80:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=4;e=49;break}case -90:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=2;e=49;break}case -89:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=2;e=49;break}case -95:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=49;break}case -97:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=1;e=49;break}case -96:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=1;e=49;break}case -99:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=1;e=49;break}case -98:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=1;e=49;break}case -92:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=49;break}case -91:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=49;break}case -94:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=49;break}case -93:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=49;break}case -128:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=3;e=49;break}case -108:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=4;e=49;break}case -84:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=3;e=49;break}case -78:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=4;e=49;break}case -76:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=1;e=49;break}case -75:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=49;break}case -83:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=3;e=49;break}case -77:{c=zI(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=4;e=49;break}default:c=0}while(0);if((e|0)==49){if(i[a+12>>0]|0){e=PE(42756,15970)|0;g=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(d);Hm(e,g);Qp(e)}g=vw(a)|0;k[c+12>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}
-function ip(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=406;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=406;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function jp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=k[a+4>>2]|0;if(!c){d=a;c=k[a>>2]|0}else{f=32-c|0;d=f>>>0>b>>>0?b:f;e=k[a>>2]|0;k[e>>2]=k[e>>2]&~(-1>>>(f-d|0)&-1<<c);c=e+4|0;k[a>>2]=c;b=b-d|0;d=a}a=b>>>5;Kt(c|0,0,a<<2|0)|0;b=b-(a<<5)|0;if(b|0){f=(k[d>>2]|0)+(a<<2)|0;k[d>>2]=f;k[f>>2]=k[f>>2]&~(-1>>>(32-b|0))}return}function kp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=312;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=312;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function lp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;Rt(a,k[b+24>>2]|0)|0;d=b+8|0;b=b+16|0;if(!(k[b>>2]|0))sz(k[a>>2]|0,41)|0;else{UC(a);c=k[b>>2]|0;b=0;while(1){if((b|0)==(c|0))break;e=EE(d,b)|0;Tv(a,k[e>>2]|0);b=b+1|0}Ix(a)}return}function mp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=96;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=96;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function np(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;while(1){d=i[a>>0]|0;b=d<<24>>24;e=a+1|0;if(!(EM(b)|0))break;else a=e}switch(b|0){case 45:{a=1;f=5;break}case 43:{a=0;f=5;break}default:{g=0;c=a;a=d}}if((f|0)==5){g=a;c=e;a=i[e>>0]|0}b=(a<<24>>24)+-48|0;if(b>>>0<10){a=0;do{c=c+1|0;a=(a*10|0)-b|0;b=(i[c>>0]|0)+-48|0}while(b>>>0<10)}else a=0;return (g|0?a:0-a|0)|0}function op(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=438;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=438;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function pp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=73;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=73;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function qp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=50;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=50;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function rp(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;k[d+4>>2]=k[d+4>>2]|768;c=i[a>>0]|0;a:do if(!(c<<24>>24))b=a;else{b=a;do{if(k[d+(((c&255)>>>5&255)<<2)>>2]&1<<(c&31)|0)break a;b=b+1|0;c=i[b>>0]|0}while(c<<24>>24!=0)}while(0);r=e;return b-a|0}function sp(a){a=a|0;var b=0,c=0,d=0;d=a+12|0;c=k[a+16>>2]|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;AJ(k[b+4>>2]|0);HM(k[b>>2]|0);b=b+8|0}c=k[a+4>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;NC(k[b>>2]|0);mD(k[b>>2]|0);b=b+4|0}rz(d);qA(a);return}function tp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;b=r;r=r+16|0;g=b+4|0;h=b;c=(k[a>>2]|0)+44|0;k[h>>2]=k[k[a+4>>2]>>2];f=k[a+8>>2]|0;e=k[k[a+12>>2]>>2]|0;d=k[a+16>>2]|0;k[g>>2]=k[h>>2];d=Gf(g,f,e,d)|0;a=k[c>>2]|0;k[c>>2]=d;if(a|0){ey(a);oN(a)}r=b;return}function up(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=203;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?1:f;g=(k[b>>2]|0)-d|0;d=rr(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){Ib[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=204;k[b>>2]=d+g;k[c>>2]=(k[a>>2]|0)+f;return}function vp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=358;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=358;k[c+4>>2]=f;k[b>>2]=c+8;break}else{zl(a+4|0,d,e);break}}while(0);r=g;return}function wp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;d=r;r=r+16|0;e=d+4|0;g=d;c=cA(k[a+4>>2]|0)|0;h=oI(ln(b,1)|0)|0;k[c+24>>2]=h;f=k[a>>2]|0;k[g>>2]=h;k[e>>2]=k[g>>2];e=(Yw(f,e)|0)+12|0;k[c+4>>2]=k[(k[e>>2]|0)+4>>2];su(a,b,c);r=d;return c|0}function xp(a){a=a|0;if(!a)return;else{xp(k[a>>2]|0);xp(k[a+4>>2]|0);qA(a+20|0);oN(a);return}}function yp(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+56|0;c=k[d>>2]|0;Nl(a,b);Sn(c,k[d>>2]|0);b=a+88|0;c=k[b>>2]|0;if((c|0)==(k[a+92>>2]|0))en(a+84|0,d);else{k[c>>2]=k[d>>2];k[b>>2]=(k[b>>2]|0)+4}return}function zp(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=r;r=r+16|0;f=e+4|0;h=e;g=k[b>>2]|0;k[h>>2]=k[c>>2];k[f>>2]=k[h>>2];c=fy(g,f)|0;if(!c){h=k[b+36>>2]|0;Jb[k[(k[h>>2]|0)+24>>2]&511](h,21114)}Ps(a,b,k[c+4>>2]|0,d);r=e;return}function Ap(a){a=a|0;if(!a)return;else{Ap(k[a>>2]|0);Ap(k[a+4>>2]|0);qA(a+20|0);oN(a);return}}function Bp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=VC(44)|0;Bz(e);k[e>>2]=4600;k[e+40>>2]=b;k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else en(a+8|0,d);r=f;return}function Cp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=c-b|0;if(e>>>0>4294967279)zL();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;d=VC(f)|0;k[a>>2]=d;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=d}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0;return}function Dp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=PE(42756,15919)|0;d=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;YK(b);Hm(a,d);Qp(a)}r=c;return}function Ep(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;c=f;b=k[a>>2]|0;d=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(d|0))break;e=k[b>>2]|0;if(!(k[e+32>>2]|0)){$p(c,e);g=Fg(c,k[a>>2]|0)|0;k[e+32>>2]=k[g>>2];WI(c)}b=b+4|0}r=f;return}function Fp(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+80|0;c=e;d=a+36|0;b=a+4|0;a=ve(k[d>>2]|0,(k[b>>2]|0)!=0)|0;if(!a){a=k[d>>2]|0;k[a>>2]=21;k[a+4>>2]=0}else k[d>>2]=a;if((k[b>>2]|0)==0?(Pn(c,a),b=OD(c)|0,az(c),!b):0){d=k[d>>2]|0;k[d>>2]=21;k[d+4>>2]=0}r=e;return}function Gp(a){a=a|0;if(!a)return;else{Gp(k[a>>2]|0);Gp(k[a+4>>2]|0);qA(a+20|0);oN(a);return}}function Hp(a){a=a|0;if(!a)return;else{Hp(k[a>>2]|0);Hp(k[a+4>>2]|0);qA(a+20|0);oN(a);return}}function Ip(a,b){a=+a;b=b|0;var c=0;if((b|0)>1023){a=a*8988465674311579538646525.0e283;c=b+-1023|0;b=b+-2046|0;if((c|0)>1023){a=a*8988465674311579538646525.0e283;b=(b|0)>1023?1023:b}else b=c}else if((b|0)<-1022){a=a*2.2250738585072014e-308;c=b+1022|0;b=b+2044|0;if((c|0)<-1022){a=a*2.2250738585072014e-308;b=(b|0)<-1022?-1022:b}else b=c}b=PF(b+1023|0,0,52)|0;c=M;k[t>>2]=b;k[t+4>>2]=c;return +(a*+p[t>>3])}function Jp(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Kw(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;zd(k[a+4>>2]|0,b);qA(b+20|0);oN(b);return}function Kp(a){a=a|0;zn(a);df(a);ag(a);Eg(a);gg(a);Wj(a);rg(a);kg(a);mk(a);$c(a);jk(a);Ci(a);Cf(a);return}function Lp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=pq(c)|0;Ys(a,f?k[b>>2]|0:b,e,e+d|0);Fn(a,c,d)|0;return}function Mp(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;Sq(d)}b=k[a>>2]|0;if(b|0)LA(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function Np(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0;g=r;r=r+128|0;j=g+16|0;l=g+12|0;h=g;i=g+8|0;k[l>>2]=j+100;es(a,j,l,d,e,f);d=h;k[d>>2]=0;k[d+4>>2]=0;k[i>>2]=j;d=(k[c>>2]|0)-b>>2;a=KI(k[a>>2]|0)|0;d=Vd(b,i,d,h)|0;if(a|0)KI(a)|0;k[c>>2]=b+(d<<2);r=g;return}function Op(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;b=a+2496|0;f=k[b>>2]|0;c=((f+1|0)>>>0)%624|0;d=a+(f<<2)|0;e=k[a+(c<<2)>>2]|0;k[d>>2]=0-(e&1)&-1727483681^k[a+((((f+397|0)>>>0)%624|0)<<2)>>2]^(e&2147483646|k[d>>2]&-2147483648)>>>1;a=k[a+(k[b>>2]<<2)>>2]|0;a=a>>>11^a;k[b>>2]=c;a=a<<7&-1658038656^a;a=a<<15&-272236544^a;return a>>>18^a|0}function Pp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){ox(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(Lb[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}lq(b)}r=c;return}function Qp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){px(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(Lb[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}lq(b)}r=c;return}function Rp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=PE(42756,15906)|0;d=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;YK(b);Hm(a,d);Qp(a)}r=c;return}function Sp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;c=b+16|0;b=0;while(1){d=(BC(k[c>>2]|0)|0)&255;e=d&127;if((((b|0)==0?127:(1<<32-b)+127|0)&e|0)!=(e|0)){b=3;break}k[a>>2]=k[a>>2]|e<<b;if(!(d&128)){b=7;break}b=b+7|0;if(b>>>0>=32){b=6;break}}if((b|0)==3)Ha(14093,13928,99,13946);else if((b|0)==6)Ha(14170,13928,104,13946);else if((b|0)==7)return}function Tp(a){a=a|0;if(!a)return;else{Tp(k[a>>2]|0);Tp(k[a+4>>2]|0);az(a+24|0);oN(a);return}}function Up(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;d=c+8|0;b=c;k[d>>2]=a;fi(b,a,d);r=c;return (k[b>>2]|0)+32|0}function Vp(a,b){a=a|0;b=b|0;var c=0,d=0;d=(lI(k[b>>2]|0)|0)+16|0;if(!(k[d>>2]|0))Ha(27148,27040,145,27200);b=a+40|0;c=a+80|0;d=k[c>>2]|0;if(d>>>0<(k[a+84>>2]|0)>>>0){Ku(d,b);k[c>>2]=(k[c>>2]|0)+12}else Qj(a+76|0,b);return}function Wp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=VC(48)|0;TA(e,b);k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else en(a+8|0,d);r=f;return}function Xp(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Kw(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;zd(k[a+4>>2]|0,b);Zt(b+20|0);oN(b);return}function Yp(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;Sq(d)}d=k[a>>2]|0;LA(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function Zp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;eB(a);k[a>>2]=9344;k[a+32>>2]=b;hK(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=WH(b,45260)|0;YK(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function _p(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;fB(a);k[a>>2]=9408;k[a+32>>2]=b;hK(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=WH(b,45252)|0;YK(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function $p(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}_n(a,yA(k[b+4>>2]|0)|0);d=k[b+12>>2]|0;c=k[b+8>>2]|0;while(1){if((c|0)==(d|0))break;_n(a,yA(k[c>>2]|0)|0);c=c+4|0}return}function aq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>1073741807)zL();do if(c>>>0>=2){e=c+4&-4;if(e>>>0>1073741823)Ha(37454,37491,1734,37571);else{d=VC(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;break}}else{i[a+8+3>>0]=c;d=a}while(0);UJ(d,b,c);k[d+(c<<2)>>2]=0;return}function bq(a,b){a=a|0;b=b|0;var c=0;EB(k[a>>2]|0,23427,0)|0;c=sz(Rt(a,k[b>>2]|0)|0,32)|0;PE(c,By(k[b+4>>2]|0)|0)|0;Tv(a,k[b+8>>2]|0);sz(k[a>>2]|0,41)|0;return}function cq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>1073741807)zL();do if(b>>>0>=2){e=b+4&-4;if(e>>>0>1073741823)Ha(37454,37491,1734,37571);else{d=VC(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;break}}else{i[a+8+3>>0]=b;d=a}while(0);TJ(d,b,c);k[d+(b<<2)>>2]=0;return}function dq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=41404;do if(b)if(b>>>0>214748364){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b*20|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*20|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*20|0);return}function eq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a>>2]=b;k[a+4>>2]=c;d=((c&31|0)!=0&1)+(c>>>5)|0;k[a+12>>2]=d;b=(c>>>0)/(d>>>0)|0;k[a+8>>2]=b;k[a+20>>2]=0;k[a+16>>2]=d-((c>>>0)%(d>>>0)|0);k[a+24>>2]=0;k[a+28>>2]=d>>>0>c>>>0?0:-1>>>(32-b|0);k[a+32>>2]=b>>>0<31?-1>>>(31-b|0):-1;return}function fq(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}d=b+11|0;c=i[d>>0]|0;c=c<<24>>24<0?k[b+4>>2]|0:c&255;Ys(a,30805,8,c+8|0);Fn(a,(i[d>>0]|0)<0?k[b>>2]|0:b,c)|0;return}function gq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;zj(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function hq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;d=a+100|0;e=a+104|0;f=a+96|0;while(1){b=Pc(a,c)|0;g=k[c>>2]|0;if(!g)break;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))en(f,c);else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4}}k[a+108>>2]=b;r=h;return}function iq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=r;r=r+48|0;e=c;d=c+8|0;k[e>>2]=a;b=k[b>>2]|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=b;b=d+28|0;k[b>>2]=0;sm(d,e);b=(k[b>>2]|0)!=0;rz(d+4|0);r=c;return b|0}function jq(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Kw(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;zd(k[a+4>>2]|0,b);QE(b+20|0);oN(b);return}function kq(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+28>>2]=0;k[a+32>>2]=0;k[a+36>>2]=0;k[a+48>>2]=0;k[a+52>>2]=0;k[a+44>>2]=a+48;b=a+56|0;k[a+84>>2]=0;k[a+88>>2]=0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a+80>>2]=a+84;return}function lq(a){a=a|0;var b=0;a=a+4|0;b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if((((k[b+24>>2]|0?(k[b+16>>2]|0)==0:0)?k[b+4>>2]&8192|0:0)?!(Ba()|0):0)?(b=k[a>>2]|0,b=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0,(Lb[k[(k[b>>2]|0)+24>>2]&127](b)|0)==-1):0){b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)+16|0;k[b>>2]=k[b>>2]|1}return}function mq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=Lb[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+8+3>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+((j?k[h+4>>2]|0:g&255)<<2)|0)|0}function nq(a,b){a=a|0;b=b|0;b=Hr(a,b)|0;if((b|0)!=(a+4|0))Ir(a,b);return}function oq(a){a=a|0;if(!a)return;else{oq(k[a>>2]|0);oq(k[a+4>>2]|0);qA(a+20|0);oN(a);return}}function pq(a){a=a|0;var b=0,c=0,d=0;d=a;a:do if(!(d&3))c=4;else{b=d;while(1){if(!(i[a>>0]|0)){a=b;break a}a=a+1|0;b=a;if(!(b&3)){c=4;break}}}while(0);if((c|0)==4){while(1){b=k[a>>2]|0;if(!((b&-2139062144^-2139062144)&b+-16843009))a=a+4|0;else break}if((b&255)<<24>>24)do a=a+1|0;while((i[a>>0]|0)!=0)}return a-d|0}function qq(a,b){a=+a;b=b|0;var c=0,d=0,e=0;p[t>>3]=a;c=k[t>>2]|0;d=k[t+4>>2]|0;e=WF(c|0,d|0,52)|0;switch(e&2047){case 0:{if(a!=0.0){a=+qq(a*18446744073709551616.0,b);c=(k[b>>2]|0)+-64|0}else c=0;k[b>>2]=c;break}case 2047:break;default:{k[b>>2]=(e&2047)+-1022;k[t>>2]=c;k[t+4>>2]=d&-2146435073|1071644672;a=+p[t>>3]}}return +a}function rq(a,b){a=a|0;b=b|0;b=Pt(a,b)|0;if((b|0)!=(a+4|0))Xp(a,b);return}function sq(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0;j=d;i=a+8|0;g=0;h=0;a:while(1){if((c|0)==(d|0)|g>>>0>=e>>>0)break;f=KI(k[i>>2]|0)|0;a=fL(c,j-c|0,b)|0;if(f|0)KI(f)|0;switch(a|0){case -2:case -1:break a;case 0:{c=c+1|0;a=1;break}default:c=c+a|0}g=g+1|0;h=a+h|0}return h|0}function tq(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;b=e;k[a+104>>2]=0;c=a;d=c+80|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));i[a+80>>0]=0;Fx()|0;if(HI()|0)Ha(30617,30649,49,30681);d=VC(4)|0;k[b>>2]=a;_u(d,b);b=k[a>>2]|0;k[a>>2]=d;if(b|0){IL(k[b>>2]|0);oN(b)}r=e;return}function uq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=Lb[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+11>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+(j?k[h+4>>2]|0:g&255)|0)|0}function vq(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;CC(b);oN(b)}b=k[a>>2]|0;if(b|0)oN(b);return}function wq(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;CC(b);oN(b)}oN(k[a>>2]|0)}return}function xq(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if((li(a)|0)==(b|0)){r=d;return}else{d=Ia(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,13993,16);b=k[a+16>>2]|0;Hu(d,c);k[d+12>>2]=0;k[d+16>>2]=b;pb(d|0,8,183)}}function yq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}d=i[b+11>>0]|0;e=d<<24>>24<0;d=e?k[b+4>>2]|0:d&255;Ys(a,e?k[b>>2]|0:b,d,d+1|0);_n(a,c);return}function zq(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;uh(d,a,b);b=k[d>>2]|0;k[d>>2]=0;if(b|0)oN(b);r=c;return}function Aq(a,b){a=a|0;b=b|0;var c=0;c=a+11|0;if((i[c>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=a}else{i[a>>0]=0;i[c>>0]=0;c=a}Zi(a);k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}Qo(a+16|0,b+16|0);return}function Bq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h;g=$b(240)|0;do if(g){k[d>>2]=k[c>>2];d=Il(g,240,b,d)|0;if(d>>>0<240){c=rr(g,d+1|0)|0;k[a>>2]=c|0?c:g;break}uc(g);if((d|0)>=0?(e=d+1|0,f=$b(e)|0,k[a>>2]=f,(f|0)!=0):0)d=Il(f,e,b,c)|0;else d=-1}else d=-1;while(0);r=h;return d|0}function Cq(){var a=0,b=0,c=0,d=0;d=r;r=r+16|0;c=d;i[c>>0]=10;a=k[1275]|0;if(!a)if(!(Iv(5084)|0)){a=k[1275]|0;b=4}else a=-1;else b=4;do if((b|0)==4){b=k[1276]|0;if(!(b>>>0>=a>>>0|(i[5159]|0)==10)){k[1276]=b+1;i[b>>0]=10;a=10;break}if((Db[k[5120>>2]&31](5084,c,1)|0)==1)a=l[c>>0]|0;else a=-1}while(0);r=d;return a|0}function Dq(a){a=a|0;var b=0,c=0,d=0;c=a+12|0;if(k[c>>2]|0){d=a+8|0;jC(k[d>>2]|0);k[d>>2]=0;d=k[a+4>>2]|0;b=0;while(1){if((b|0)==(d|0))break;k[(k[a>>2]|0)+(b<<2)>>2]=0;b=b+1|0}k[c>>2]=0}return}function Eq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((k[a+4>>2]|0)==(k[b+4>>2]|0)?(e=k[a+8>>2]|0,c=(k[a+12>>2]|0)-e|0,a=k[b+8>>2]|0,d=a,e,(c|0)==((k[b+12>>2]|0)-a|0)):0){b=c>>2;a=0;while(1){if(a>>>0>=b>>>0){a=1;break a}if((k[e+(a<<2)>>2]|0)==(k[d+(a<<2)>>2]|0))a=a+1|0;else{a=0;break}}}else a=0;while(0);return a|0}function Fq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=VA(k[a+4>>2]|0)|0;c=ln(b,1)|0;e=d+12|0;c=(i[c>>0]|0)==0?2:1;while(1){f=(Hq(b)|0)+8|0;if(c>>>0>=(k[f>>2]|0)>>>0)break;xx(e,Yb(a,ln(b,c)|0)|0);c=c+1|0}Ln(d);return d|0}function Gq(a,b){a=a|0;b=b|0;sz(k[a>>2]|0,40)|0;PE(rN(k[a>>2]|0)|0,23517)|0;UC(a);Tv(a,k[b+8>>2]|0);Tv(a,k[b+12>>2]|0);Tv(a,k[b+16>>2]|0);Ix(a);return}function Hq(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(!(i[a>>0]|0)){c=Ia(20)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;Yr(b,13629,13);d=k[a+28>>2]|0;a=k[a+32>>2]|0;Hu(c,b);k[c+12>>2]=d;k[c+16>>2]=a;pb(c|0,8,183)}else{r=c;return a+4|0}return 0}function Iq(){var a=0,b=0,c=0,d=0;d=r;r=r+16|0;a=d;b=$K()|0;c=cb(30731)|0;if(!c)a=b>>>0>1?b:1;else{k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Yr(a,c,pq(c)|0);c=ns(a)|0;WI(a);a=c}r=d;return a|0}function Jq(a,b){a=a|0;b=b|0;b=Pt(a,b)|0;if((b|0)!=(a+4|0))jq(a,b);return}function Kq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;if((a|0)==(b|0)){k[c>>2]=4;d=0.0}else{f=FI()|0;g=k[f>>2]|0;k[f>>2]=0;aI()|0;d=+NM(a,e);a=k[f>>2]|0;if(!a)k[f>>2]=g;if((k[e>>2]|0)==(b|0)){if((a|0)==34)k[c>>2]=4}else{k[c>>2]=4;d=0.0}}r=h;return +d}function Lq(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;Qs(d)}b=k[a>>2]|0;if(b|0)LA(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function Mq(a,b){a=a|0;b=b|0;var c=0,d=0;c=sI(k[a+4>>2]|0)|0;d=Yb(a,ln(b,1)|0)|0;k[c+8>>2]=d;d=Yb(a,ln(b,2)|0)|0;k[c+12>>2]=d;b=Yb(a,ln(b,3)|0)|0;k[c+16>>2]=b;aB(c);return c|0}function Nq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(b>>>0>0|(b|0)==0&a>>>0>4294967295){while(1){d=KB(a|0,b|0,10,0)|0;c=c+-1|0;i[c>>0]=d|48;d=a;a=KK(a|0,b|0,10,0)|0;if(!(b>>>0>9|(b|0)==9&d>>>0>4294967295))break;else b=M}b=a}else b=a;if(b)while(1){c=c+-1|0;i[c>>0]=(b>>>0)%10|0|48;if(b>>>0<10)break;else b=(b>>>0)/10|0}return c|0}function Oq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+64|0;b=f+48|0;c=f+4|0;d=f;e=k[a+8>>2]|0;if(!e)k[a+4>>2]=k[(k[a+16>>2]|0)+4>>2];else{k[d>>2]=e;k[b>>2]=k[d>>2];Qr(c,a,b);e=Pv(k[c+32>>2]|0,k[c+36>>2]|0)|0;k[a+4>>2]=e;iH(c)}r=f;return}function Pq(a){a=a|0;if(!a)return;else{Pq(k[a>>2]|0);Pq(k[a+4>>2]|0);oN(a);return}}function Qq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;if((k[b+8>>2]|0)==(k[a+28>>2]|0)){b=k[b+12>>2]|0;if(!b)b=0;else b=k[b+4>>2]|0;k[e>>2]=b;c=a+36|0;d=k[c>>2]|0;if(d>>>0<(k[a+40>>2]|0)>>>0){k[d>>2]=b;k[c>>2]=d+4}else en(a+32|0,e)}r=f;return}function Rq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=VC(32)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];c=d+24|0;k[c>>2]=0;k[d+28>>2]=0;k[d+20>>2]=c;i[a+8>>0]=1;return}function Sq(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;Qs(d)}d=k[a>>2]|0;LA(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function Tq(a){a=a|0;var b=0,c=0;Fx()|0;if(HI()|0)Ha(30617,30649,54,30673);b=a+4|0;HM(b);i[a+80>>0]=1;c=a+32|0;KL(c);AJ(b);_K(k[a>>2]|0);sB(a+88|0);bM(c);GM(b);b=k[a>>2]|0;k[a>>2]=0;if(b|0){IL(k[b>>2]|0);oN(b)}return}function Uq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=a+20|0;g=a+28|0;if((k[b>>2]|0)>>>0>(k[g>>2]|0)>>>0?(Db[k[a+36>>2]&31](a,0,0)|0,(k[b>>2]|0)==0):0)a=-1;else{c=a+4|0;d=k[c>>2]|0;e=a+8|0;f=k[e>>2]|0;if(d>>>0<f>>>0)Db[k[a+40>>2]&31](a,d-f|0,1)|0;k[a+16>>2]=0;k[g>>2]=0;k[b>>2]=0;k[e>>2]=0;k[c>>2]=0;a=0}return a|0}function Vq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;a:do if((b|0)!=(c|0)){f=a+4|0;a=k[f>>2]|0;d=a-c|0;e=d>>2;if(e){qy(b|0,c|0,d|0)|0;a=k[f>>2]|0}d=b+(e<<2)|0;while(1){if((a|0)==(d|0))break a;b=a+-4|0;k[f>>2]=b;a=b}}while(0);return}function Wq(a,b,c){a=a|0;b=b|0;c=c|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=a;k[b>>2]=c;a=k[k[10249]>>2]|0;if(a){k[10249]=a;c=k[b>>2]|0}Hh(k[10250]|0,c);k[10251]=(k[10251]|0)+1;return}function Xq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+4|0;e=h;k[d>>2]=b;k[e>>2]=c;f=a+8|0;g=k[f>>2]|0;if(g>>>0<(k[a+12>>2]|0)>>>0){k[g>>2]=b;k[g+4>>2]=c;k[f>>2]=g+8}else zl(a+4|0,d,e);r=h;return}function Yq(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=4;b=l[b>>0]|l[b+1>>0]<<8|l[b+2>>0]<<16|l[b+3>>0]<<24;i[a>>0]=b;i[a+1>>0]=b>>8;i[a+2>>0]=b>>16;i[a+3>>0]=b>>24;i[a+4>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Zq(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=5;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=i[b+3>>0]|0;i[a+4>>0]=i[b+4>>0]|0;i[a+5>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function _q(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>357913941){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b*12|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*12|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*12|0);return}function $q(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>178956970){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b*24|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function ar(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=1;while(1){e=(Hq(a)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;e=ln(a,d)|0;if(i[e>>0]|0)break;f=(ln(a,d)|0)+24|0;f=(i[f>>0]|0)==0;e=oI(ln(a,d)|0)|0;if(f)k[c>>2]=e;else k[b>>2]=e;d=d+1|0}return d|0}function br(a){a=a|0;var b=0,c=0;qA(a+68|0);Qy(a+48|0);c=a+44|0;b=k[c>>2]|0;k[c>>2]=0;if(b|0){ey(b);oN(b)}Qy(a+32|0);qA(a+8|0);return}function cr(a){a=a|0;var b=0;dz(a);k[a>>2]=4320;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;k[a+68>>2]=0;k[a+72>>2]=0;k[a+64>>2]=a+68;k[a+76>>2]=0;k[a+80>>2]=0;k[a+84>>2]=0;a=a+92|0;b=a+36|0;do{k[a>>2]=0;a=a+4|0}while((a|0)<(b|0));return}function dr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=jI(k[a+4>>2]|0)|0;e=Dh(a,ln(b,1)|0)|0;d=c+8|0;k[d>>2]=e;b=Yb(a,ln(b,2)|0)|0;k[c+12>>2]=b;b=(fC(k[a>>2]|0,k[d>>2]|0)|0)+4|0;k[c+4>>2]=k[b>>2];return c|0}function er(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;j=b>>31|((b|0)<0?-1:0)<<1;i=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;f=d>>31|((d|0)<0?-1:0)<<1;e=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;h=rG(j^a|0,i^b|0,j|0,i|0)|0;g=M;a=f^j;b=e^i;return rG((ge(h,g,rG(f^c|0,e^d|0,f|0,e|0)|0,M,0)|0)^a|0,M^b|0,a|0,b|0)|0}function fr(a){a=a|0;if(!a)return;else{fr(k[a>>2]|0);fr(k[a+4>>2]|0);oN(a);return}}function gr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Xj(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function hr(a){a=a|0;if(!a)return;else{hr(k[a>>2]|0);hr(k[a+4>>2]|0);oN(a);return}}function ir(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=oF(b)|0;e=WH(b,43492)|0;Pb[k[(k[e>>2]|0)+48>>2]&7](e,34924,34950,c)|0;c=WH(b,43500)|0;e=Lb[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[d>>2]=e;Jb[k[(k[c>>2]|0)+20>>2]&511](a,c);mD(b);return}function jr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=oF(b)|0;e=WH(b,43460)|0;Pb[k[(k[e>>2]|0)+32>>2]&7](e,34924,34950,c)|0;c=WH(b,43476)|0;e=Lb[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[d>>0]=e;Jb[k[(k[c>>2]|0)+20>>2]&511](a,c);mD(b);return}function kr(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=a+20|0;c=a+44|0;if((k[b>>2]|0)>>>0>(k[c>>2]|0)>>>0)Db[k[a+36>>2]&31](a,0,0)|0;k[a+16>>2]=0;k[a+28>>2]=0;k[b>>2]=0;b=k[a>>2]|0;if(b&20)if(!(b&4))b=-1;else{k[a>>2]=b|32;b=-1}else{b=k[c>>2]|0;k[a+8>>2]=b;k[a+4>>2]=b;b=0}return b|0}function lr(a){a=a|0;if(!a)return;else{lr(k[a>>2]|0);lr(k[a+4>>2]|0);oN(a);return}}function mr(a){a=a|0;if(!a)return;else{mr(k[a>>2]|0);mr(k[a+4>>2]|0);oN(a);return}}function nr(a){a=a|0;if(!a)return;else{nr(k[a>>2]|0);nr(k[a+4>>2]|0);oN(a);return}}function or(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)zL();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=$b(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)Fr(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function pr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=k[b>>2];c=a+4|0;d=b+4|0;k[c>>2]=0;e=a+8|0;k[e>>2]=0;k[a+12>>2]=0;k[c>>2]=k[d>>2];c=b+8|0;k[e>>2]=k[c>>2];e=b+12|0;k[a+12>>2]=k[e>>2];k[e>>2]=0;k[c>>2]=0;k[d>>2]=0;d=b+16|0;c=k[d+4>>2]|0;b=a+16|0;k[b>>2]=k[d>>2];k[b+4>>2]=c;return}function qr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+112|0;g=h;e=g;f=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(f|0));e=g+4|0;k[e>>2]=a;f=g+8|0;k[f>>2]=-1;k[g+44>>2]=a;k[g+76>>2]=-1;Vz(g,0);d=+cc(g,c,1);c=(k[e>>2]|0)-(k[f>>2]|0)+(k[g+108>>2]|0)|0;if(b|0)k[b>>2]=c|0?a+c|0:a;r=h;return +d}function rr(a,b){a=a|0;b=b|0;var c=0,d=0;if(!a){b=$b(b)|0;return b|0}if(b>>>0>4294967231){b=FI()|0;k[b>>2]=12;b=0;return b|0}c=xd(a+-8|0,b>>>0<11?16:b+11&-8)|0;if(c|0){b=c+8|0;return b|0}c=$b(b)|0;if(!c){b=0;return b|0}d=k[a+-4>>2]|0;d=(d&-8)-((d&3|0)==0?8:4)|0;Fr(c|0,a|0,(d>>>0<b>>>0?d:b)|0)|0;uc(a);b=c;return b|0}function sr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;qA(b);oN(b)}oN(k[a>>2]|0)}return}function tr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=mI(k[a+4>>2]|0)|0;e=dg(a,ln(b,1)|0)|0;d=c+8|0;k[d>>2]=e;b=Yb(a,ln(b,2)|0)|0;k[c+12>>2]=b;b=ZA(k[a+44>>2]|0,k[d>>2]|0)|0;k[c+4>>2]=b;return c|0}function ur(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)?(c=(i[a>>0]|0)==110?a+1|0:a,(c|0)!=(b|0)):0){d=i[c>>0]|0;if(d<<24>>24==48){c=c+1|0;break}if((d+-49&255)<9)do{c=c+1|0;if((c|0)==(b|0)){c=b;break a}}while(((i[c>>0]|0)+-48|0)>>>0<10);else c=a}else c=a;while(0);return c|0}function vr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+12|0;c=i[e+11>>0]|0;d=c<<24>>24<0;c=$m(b,d?k[e>>2]|0:e,d?k[b+16>>2]|0:c&255)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function wr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=41392;do if(b)if(b>>>0>107374182){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b*40|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*40|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*40|0);return}function xr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=a+11|0;c=i[d>>0]|0;e=c<<24>>24<0;if(e)c=k[a+4>>2]|0;else c=c&255;do if(c>>>0>=b>>>0)if(e){i[(k[a>>2]|0)+b>>0]=0;k[a+4>>2]=b;break}else{i[a+b>>0]=0;i[d>>0]=b;break}else co(a,b-c|0);while(0);return}function yr(a,b){a=a|0;b=b|0;var c=0;do if(k[b>>2]|0){c=a+40|0;if((Pt(c,b)|0)==(a+44|0)){k[b>>2]=0;break}else{Jq(c,b);break}}while(0);return}function zr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=k[a>>2]|0;d=(k[a+4>>2]|0)-e>>2;c=0;while(1){if(c>>>0>=d>>>0){b=0;break}if((k[e+(c<<2)>>2]|0)==(b|0)){f=4;break}c=c+1|0}if((f|0)==4){while(1){b=c+1|0;if(b>>>0>=d>>>0)break;k[e+(c<<2)>>2]=k[e+(b<<2)>>2];c=b;f=4}at(a,d+-1|0);b=1}return b|0}function Ar(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;lk(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Br(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;b=(Zj(a,d)|0)==0;r=c;return b|0}function Cr(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;b=f;c=VC(20)|0;NB(c);k[c>>2]=3800;k[c+16>>2]=42588;k[b>>2]=c;d=a+12|0;e=k[d>>2]|0;if(e>>>0<(k[a+16>>2]|0)>>>0){k[e>>2]=c;k[d>>2]=(k[d>>2]|0)+4}else en(a+8|0,b);r=f;return}function Dr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Sl(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Er(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+16|0;e=k[d>>2]|0;do if(e){if((e|0)!=(b|0)){c=a+36|0;k[c>>2]=(k[c>>2]|0)+1;k[a+24>>2]=2;i[a+54>>0]=1;break}a=a+24|0;if((k[a>>2]|0)==2)k[a>>2]=c}else{k[d>>2]=b;k[a+24>>2]=c;k[a+36>>2]=1}while(0);return}function Fr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((c|0)>=4096)return Sa(a|0,b|0,c|0)|0;d=a|0;if((a&3)==(b&3)){while(a&3){if(!c)return d|0;i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}while((c|0)>=4){k[a>>2]=k[b>>2];a=a+4|0;b=b+4|0;c=c-4|0}}while((c|0)>0){i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}return d|0}function Gr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+32|0;c=e;d=k[a>>2]|0;if((k[a+8>>2]|0)-d>>4>>>0<b>>>0){Xr(c,b,(k[a+4>>2]|0)-d>>4,a+8|0);go(a,c);jy(c)}r=e;return}function Hr(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+4|0;a=d;c=d;a:while(1){while(1){c=k[c>>2]|0;if(!c)break a;if((k[c+16>>2]|0)>>>0>=b>>>0)break;c=c+4|0}a=c}if(!((a|0)!=(d|0)?(k[a+16>>2]|0)>>>0<=b>>>0:0))a=d;return a|0}function Ir(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Kw(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;zd(k[a+4>>2]|0,b);az(b+24|0);oN(b);return}function Jr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Lb[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Cd(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function Kr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Lb[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Ed(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function Lr(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}c=a+12|0;a=b+12|0;k[c>>2]=k[a>>2];k[c+4>>2]=k[a+4>>2];k[c+8>>2]=k[a+8>>2];c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function Mr(a){a=a|0;if(!a)return;else{Mr(k[a>>2]|0);Mr(k[a+4>>2]|0);oN(a);return}}function Nr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0<(k[g>>2]|0)>>>0){k[f>>2]=d+1;d=i[d>>0]|0}else{d=Lb[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break;d=d&255}i[b>>0]=d;e=e+1|0;b=b+1|0}return e|0}function Or(a){a=a|0;var b=0,c=0;c=0;while(1){if((l[32417+c>>0]|0)==(a|0)){a=2;break}b=c+1|0;if((b|0)==87){b=32505;c=87;a=5;break}else c=b}if((a|0)==2)if(!c)b=32505;else{b=32505;a=5}if((a|0)==5)while(1){do{a=b;b=b+1|0}while((i[a>>0]|0)!=0);c=c+-1|0;if(!c)break;else a=5}return b|0}function Pr(a){a=a|0;if(!a)return;else{Pr(k[a>>2]|0);Pr(k[a+4>>2]|0);oN(a);return}}function Qr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+24>>2]=b;k[a+28>>2]=k[c>>2];k[a+32>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[e>>2]=b;tm(a,e);r=d;return}function Rr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=Pt(a,d)|0;if((e|0)==(a+4|0))TE(k[b>>2]|0,k[d>>2]|0,0);else AH(k[c>>2]|0,k[(k[e+24>>2]|0)+-4>>2]|0);return}function Sr(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}a=a+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function Tr(a){a=a|0;if(!a)return;else{Tr(k[a>>2]|0);Tr(k[a+4>>2]|0);oN(a);return}}function Ur(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>536870911){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b<<3)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<3)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<3);return}function Vr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Lb[k[k[a>>2]>>2]&127](a)|0;d=(Cd(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function Wr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Lb[k[k[a>>2]>>2]&127](a)|0;d=(Ed(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function Xr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>268435455){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b<<4)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function Yr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)zL();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=VC(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)Fr(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function Zr(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;kt(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function _r(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;lt(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function $r(a){a=a|0;if(!a)return;else{$r(k[a>>2]|0);$r(k[a+4>>2]|0);oN(a);return}}function as(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>4294967279)zL();if(b>>>0<11){i[a+11>>0]=b;if(b)d=6}else{e=b+16&-16;d=VC(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;a=d;d=6}if((d|0)==6)Kt(a|0,c|0,b|0)|0;i[a+b>>0]=0;return}function bs(a,b){a=a|0;b=b|0;var c=0;EB(k[a>>2]|0,29844,0)|0;b=b+8|0;c=k[b>>2]|0;if((c|0)!=0?(k[c>>2]|0)!=21:0){UC(a);Tv(a,k[b>>2]|0);Ix(a)}else sz(k[a>>2]|0,41)|0;return}function cs(a){a=a|0;if(!a)return;else{cs(k[a>>2]|0);cs(k[a+4>>2]|0);oN(a);return}}function ds(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0>=(k[g>>2]|0)>>>0){d=Lb[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break}else{k[f>>2]=d+4;d=k[d>>2]|0}k[b>>2]=d;e=e+1|0;b=b+4|0}return e|0}function es(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;l=r;r=r+16|0;g=l;i[g>>0]=37;h=g+1|0;i[h>>0]=e;j=g+2|0;i[j>>0]=f;i[g+3>>0]=0;if(f<<24>>24){i[h>>0]=f;i[j>>0]=e}j=b+(Na(b|0,(k[c>>2]|0)-b|0,g|0,d|0,k[a>>2]|0)|0)|0;k[c>>2]=j;r=l;return}function fs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>2;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<2)|0;while(1){if((c|0)==(a|0))break a;e=c+-4|0;k[f>>2]=e;c=e}}}else Ak(a,b-d|0);while(0);return}function gs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Bm(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function hs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+80|0;f=d;e=b+28|0;c=Ng(a,b,e,0,0,0)|0;Pn(f,k[e>>2]|0);e=OD(f)|0;az(f);if(!e)so(a,b,c);r=d;return}function is(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+11|0;b=i[e>>0]|0;if(b<<24>>24<0){f=k[a>>2]|0;c=k[a+4>>2]|0}else{f=a;c=b&255}d=(c|0)!=0&1;c=c-d|0;if(c){qy(f|0,f+d|0,c|0)|0;b=i[e>>0]|0}if(b<<24>>24<0)k[a+4>>2]=c;else i[e>>0]=c;i[f+c>>0]=0;return}function js(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0;i=r;r=r+112|0;g=i;k[g>>2]=0;h=g+4|0;k[h>>2]=a;k[g+44>>2]=a;f=g+8|0;k[f>>2]=(a|0)<0?-1:a+2147483647|0;k[g+76>>2]=-1;Vz(g,0);c=Oc(g,c,1,d,e)|0;if(b|0)k[b>>2]=a+((k[h>>2]|0)+(k[g+108>>2]|0)-(k[f>>2]|0));r=i;return c|0}function ks(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=10;d=a;c=d+10|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+10>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function ls(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=VC(32)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[a+8>>0]=1;return}function ms(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+32|0;b=d;e=k[a>>2]|0;c=(k[a+4>>2]|0)-e|0;if(((k[a+8>>2]|0)-e|0)>>>0>c>>>0){e=c>>2;os(b,e,e,a+8|0);ro(a,b);Iy(b)}r=d;return}function ns(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;Yr(c,37580,4);a=wn(c,a)|0;WI(c);r=b;return a|0}function os(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>1073741823){c=Ia(4)|0;SM(c);pb(c|0,2984,174)}else{d=VC(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function ps(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=9;d=a;c=d+9|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+9>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function qs(a,b,c){a=a|0;b=b|0;c=c|0;if(Lb[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0;Qb[k[(k[b>>2]|0)+20>>2]&31](b,a,k[a>>2]|0,c);if(b|0)Ib[k[(k[b>>2]|0)+4>>2]&255](b)}else Qb[k[(k[b>>2]|0)+20>>2]&31](b,a,k[a>>2]|0,c);return}function rs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>4;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<4)|0;while(1){if((c|0)==(a|0))break a;e=c+-16|0;k[f>>2]=e;c=e}}}else Gj(a,b-d|0);while(0);return}function ss(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)zL();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=$b(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)Fr(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function ts(a,b){a=a|0;b=b|0;var c=0;c=EB(k[a>>2]|0,24842,0)|0;fz(c,rJ(k[a+24>>2]|0,k[b+8>>2]|0)|0)|0;UC(a);Tv(a,k[b+12>>2]|0);Ix(a);return}function us(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=i[a>>0]|0;f=i[d>>0]|0;if(b<<24>>24<f<<24>>24){a=-1;break}if(f<<24>>24<b<<24>>24){a=1;break}d=d+1|0;a=a+1|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function vs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=(k[a+4>>2]|0)-(k[a>>2]|0)>>4;while(1){d=c+-1|0;if((c|0)<=0)break;e=k[a>>2]|0;c=k[e+(d<<4)+4>>2]|0;if(!(k[e+(d<<4)>>2]|0)){ak(b,c);c=d;continue}else{zr(b,c)|0;c=d;continue}}return}function ws(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[c>>2]=0;if((a|0)!=(b|0)){d=i[a>>0]|0;if(d<<24>>24==114){k[c>>2]=4;d=a+1|0;a=d;b=4;d=i[d>>0]|0}else b=0;if(d<<24>>24==86){b=b|2;k[c>>2]=b;d=a+1|0;a=d;d=i[d>>0]|0}if(d<<24>>24==75){k[c>>2]=b|1;a=a+1|0}}return a|0}function xs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=oF(d)|0;d=WH(g,43492)|0;mD(g);Jr(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function ys(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=oF(d)|0;d=WH(g,43492)|0;mD(g);Vr(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function zs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=oF(d)|0;d=WH(g,43460)|0;mD(g);Kr(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function As(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=oF(d)|0;d=WH(g,43460)|0;mD(g);Wr(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Bs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=tI(k[a+4>>2]|0)|0;k[d+8>>2]=c;c=Yb(a,ln(b,1)|0)|0;k[d+12>>2]=c;c=Yb(a,ln(b,2)|0)|0;k[d+16>>2]=c;No(d);return d|0}function Cs(a,b){a=a|0;b=b|0;var c=0;c=EB(k[a>>2]|0,24866,0)|0;fz(c,QD(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0;UC(a);Tv(a,k[b+12>>2]|0);Ix(a);return}function Ds(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;qA(b+8|0);oN(b)}b=k[a>>2]|0;if(b|0)oN(b);return}function Es(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;qA(b+8|0);oN(b)}oN(k[a>>2]|0)}return}function Fs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Pm(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Gs(a){a=a|0;var b=0,c=0,d=0;b=a+44|0;d=k[b>>2]|0;c=k[a+24>>2]|0;if(d>>>0<c>>>0){k[b>>2]=c;d=c}if(k[a+48>>2]&8){b=a+16|0;c=k[b>>2]|0;if(c>>>0<d>>>0){k[b>>2]=d;c=d}b=k[a+12>>2]|0;if(b>>>0<c>>>0)b=l[b>>0]|0;else b=-1}else b=-1;return b|0}function Hs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=40840;do if(b)if(b>>>0<29&(i[40952]|0)==0){i[40952]=1;d=40840;break}else{d=VC(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function Is(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=b+8|0;e=k[b+16>>2]|0;f=a+24|0;c=a+28|0;a=0;while(1){if((a|0)==(e|0))break;g=EE(d,a)|0;if((k[g>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;a=a+1|0}if((k[b+24>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;return}function Js(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;ny(d)}a=k[a>>2]|0;if(a|0)oN(a);return}function Ks(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;SB(d)}b=k[a>>2]|0;if(b|0)LA(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function Ls(a){a=+a;var b=0,c=0,d=0,e=0,f=0;p[t>>3]=a;b=k[t>>2]|0;e=k[t+4>>2]|0;f=WF(b|0,e|0,52)|0;f=(f&2047)+-1011|0;if((f|0)<=63?(d=(f|0)<12,c=WF(-1,-1,f|0)|0,c=d?-1:c,d=d?2147483647:M,!((c&b|0)==0&(d&e|0)==0)):0){k[t>>2]=b&~c;k[t+4>>2]=e&~d;a=+p[t>>3]}return +a}function Ms(a){a=a|0;var b=0,c=0,d=0,e=0;k[a>>2]=11936;d=a+8|0;e=a+12|0;c=0;while(1){b=k[d>>2]|0;if(c>>>0>=(k[e>>2]|0)-b>>2>>>0)break;b=k[b+(c<<2)>>2]|0;if(b|0)mD(b);c=c+1|0}WI(a+144|0);ou(d);return}function Ns(){var a=0,b=0,c=0;do if((k[1290]|0)>=0?(yN()|0)!=0:0){if((i[5159]|0)!=10?(a=k[1276]|0,a>>>0<(k[1275]|0)>>>0):0){k[1276]=a+1;i[a>>0]=10;break}Cq()|0}else c=3;while(0);do if((c|0)==3){if((i[5159]|0)!=10?(b=k[1276]|0,b>>>0<(k[1275]|0)>>>0):0){k[1276]=b+1;i[b>>0]=10;break}Cq()|0}while(0);return}function Os(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;ny(d)}oN(k[a>>2]|0)}return}function Ps(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;k[b+16>>2]=0;e=k[b+20>>2]|0;f=b+24|0;g=k[f>>2]|0;while(1){if((g|0)==(e|0))break;h=g+-4|0;k[f>>2]=h;g=h}yf(a,b,c,d);return}function Qs(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;SB(d)}d=k[a>>2]|0;LA(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function Rs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=(k[b+4>>2]|0)-(k[b>>2]|0)>>2;d=0;a:while(1){if((d|0)==(e|0))break;f=d+1|0;c=f;while(1){if((c|0)==(e|0)){d=f;continue a}g=k[b>>2]|0;Dy(a,k[g+(d<<2)>>2]|0,k[g+(c<<2)>>2]|0);c=c+1|0}}return}function Ss(a){a=a|0;var b=0,c=0,d=0;b=k[10207]|0;d=k[10206]|0;c=b-d>>2;a:do if(c>>>0>=a>>>0){if(c>>>0>a>>>0){a=d+(a<<2)|0;while(1){if((b|0)==(a|0))break a;d=b+-4|0;k[10207]=d;b=d}}}else Sj(a-c|0);while(0);return}function Ts(a,b){a=a|0;b=b|0;jN(45300)|0;while(1){if((k[a>>2]|0)!=1)break;za(45328,45300)|0}if(!(k[a>>2]|0)){k[a>>2]=1;jN(45300)|0;Jx(b);jN(45300)|0;k[a>>2]=-1;jN(45300)|0;jN(45328)|0}else jN(45300)|0;return}function Us(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=vA(k[a+4>>2]|0)|0;d=c+24|0;e=oI(ln(b,1)|0)|0;k[d>>2]=e;d=gs(a+32|0,d)|0;k[c+4>>2]=k[d>>2];su(a,b,c);return c|0}function Vs(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=b;k[c>>2]=d;b=k[k[a>>2]>>2]|0;if(b){k[a>>2]=b;d=k[c>>2]|0}Hh(k[a+4>>2]|0,d);a=a+8|0;k[a>>2]=(k[a>>2]|0)+1;return}function Ws(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=k[a>>2]|0;f=k[d>>2]|0;if((b|0)<(f|0)){a=-1;break}if((f|0)<(b|0)){a=1;break}d=d+4|0;a=a+4|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function Xs(a){a=a|0;var b=0,c=0,d=0,e=0;b=a+172|0;Cv(b);c=k[a+40>>2]|0;a=k[a+36>>2]|0;while(1){if((a|0)==(c|0))break;e=k[a>>2]|0;d=gs(b,e)|0;k[d>>2]=e;a=a+4|0}return}function Ys(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)zL();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=VC(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)Fr(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function Zs(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=3;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function _s(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;Jb[k[(k[d>>2]|0)+12>>2]&511](d,a);break}else{d=Lb[k[(k[d>>2]|0)+8>>2]&127](d)|0;k[a+16>>2]=d;break}else k[a+16>>2]=0;while(0);return}function $s(a,b){a=a|0;b=b|0;var c=0,d=0;b=b+8|0;c=Fs(a+40|0,b)|0;k[c>>2]=(k[c>>2]|0)+1;c=a+52|0;if(!(mx(c,k[b>>2]|0)|0)){d=k[a+60>>2]|0;a=Fs(c,b)|0;k[a>>2]=d}return}function at(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>2;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<2)|0;while(1){if((c|0)==(a|0))break a;e=c+-4|0;k[f>>2]=e;c=e}}}else el(a,b-d|0);while(0);return}function bt(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=oF(d)|0;d=WH(a,43492)|0;mD(a);Wt(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function ct(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=oF(d)|0;d=WH(a,43460)|0;mD(a);Xt(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function dt(a){a=a|0;if(!a)return;else{dt(k[a>>2]|0);dt(k[a+4>>2]|0);oN(a);return}}function et(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=zm(a,c,b)|0;b=k[b>>2]|0;if(!b){c=Ia(8)|0;IJ(c,28696);k[c>>2]=12488;pb(c|0,3016,176)}else{r=c;return b+20|0}return 0}function ft(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=b+8|0;if((k[b>>2]|0)==3){e=k[c+8>>2]&-2147483648|k[e>>2]&2147483647;k[d>>2]=1;k[d+8>>2]=e;_E(a,d)}else _B(a,2,k[e>>2]|0,k[c+8+4>>2]&-2147483648|k[e+4>>2]&2147483647);r=f;return}function gt(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;a=gq(a+40|0,b+8|0)|0;k[d>>2]=b;Go(c+8|0,a,b,d);r=c;return}function ht(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=qB(k[d>>2]|0,b<<4)|0;k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function it(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;oo(a,b);d=a+20|0;c=b+20|0;k[d>>2]=0;e=a+24|0;k[e>>2]=0;k[a+28>>2]=0;k[d>>2]=k[c>>2];d=b+24|0;k[e>>2]=k[d>>2];b=b+28|0;k[a+28>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function jt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=VC(92)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[c>>2];JH(d+20|0,c+4|0);i[a+8>>0]=1;return}function kt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;Dl(e,b+36|0);a=a+4|0}return}function lt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;El(e,b+36|0);a=a+4|0}return}function mt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e|0;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+b|0;while(1){if((c|0)==(a|0))break a;e=c+-1|0;k[f>>2]=e;c=e}}}else al(a,b-d|0);while(0);return}function nt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;k[a+8>>2]=0;e=b+4|0;f=(k[e>>2]|0)-(k[b>>2]|0)|0;if(f|0?($A(a,f),g=k[b>>2]|0,c=(k[e>>2]|0)-g|0,(c|0)>0):0){Fr(k[d>>2]|0,g|0,c|0)|0;k[d>>2]=(k[d>>2]|0)+c}return}function ot(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}c=k[a>>2]|0;do if(c|0){b=k[a+16>>2]|0;if((b|0)==(c|0)){i[b+112>>0]=0;break}else{oN(c);break}}while(0);return}function pt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)or(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function qt(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;ey(b);oN(b)}b=k[a>>2]|0;if(b|0)oN(b);return}function rt(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;ey(b);oN(b)}oN(k[a>>2]|0)}return}function st(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=uf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function tt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=(c|0)==0;if(a-b>>2>>>0<c>>>0){if(!d)do{c=c+-1|0;k[a+(c<<2)>>2]=k[b+(c<<2)>>2]}while((c|0)!=0)}else if(!d){d=b;b=a;while(1){c=c+-1|0;k[b>>2]=k[d>>2];if(!c)break;else{d=d+4|0;b=b+4|0}}}return a|0}function ut(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=Xe(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function vt(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=fh(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function wt(a){a=a|0;k[a+32>>2]=0;k[a+36>>2]=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;j[a+24>>1]=0;k[a+28>>2]=a+32;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;i[a+52>>0]=0;i[a+53>>0]=0;k[a+60>>2]=0;k[a+64>>2]=0;k[a+56>>2]=a+60;return}function xt(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;ky(d)}a=k[a>>2]|0;if(a|0)oN(a);return}function yt(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=mf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function zt(a){a=a|0;Am(k[a+4>>2]|0);return}function At(a){a=a|0;var b=0;b=a+4|0;Jn(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Bt(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Tq(b);oN(b)}b=k[a>>2]|0;if(b|0)oN(b);return}function Ct(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Tq(b);oN(b)}oN(k[a>>2]|0)}return}function Dt(a,b){a=a|0;b=b|0;var c=0,d=0;tK(a);c=k[10206]|0;if((k[10207]|0)-c>>2>>>0<=b>>>0){Ss(b+1|0);c=k[10206]|0}d=k[c+(b<<2)>>2]|0;if(d){mD(d);c=k[10206]|0}k[c+(b<<2)>>2]=a;return}function Et(a,b){a=a|0;b=b|0;EB(k[a>>2]|0,23358,0)|0;sz(Sz(k[a>>2]|0,k[b>>2]|0)|0,32)|0;sz(Rt(a,k[b+4>>2]|0)|0,41)|0;return}function Ft(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;k[d>>2]=b;k[d+4>>2]=0;i[d+20>>0]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=0;k[d+12>>2]=38472;k[d+16>>2]=23313;qf(d,a);r=c;return b|0}function Gt(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;ky(d)}oN(k[a>>2]|0)}return}function Ht(a){a=a|0;var b=0,c=0;b=r;r=r+32|0;c=b;k[c>>2]=a;k[c+4>>2]=a+108;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;i[c+24>>0]=0;Cr(c);yd(c);ax(c);r=b;return}function It(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=qB(k[d>>2]|0,b*24|0)|0;k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function Jt(a){a=a|0;var b=0;if(!a){if(!(k[1355]|0))a=0;else a=Jt(k[1355]|0)|0;rb(41880);b=k[10469]|0;if(b)do{if((k[b+20>>2]|0)>>>0>(k[b+28>>2]|0)>>>0)a=Uq(b)|0|a;b=k[b+56>>2]|0}while((b|0)!=0);hb(41880)}else a=Uq(a)|0;return a|0}function Kt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+c|0;if((c|0)>=20){b=b&255;f=a&3;g=b|b<<8|b<<16|b<<24;e=d&~3;if(f){f=a+4-f|0;while((a|0)<(f|0)){i[a>>0]=b;a=a+1|0}}while((a|0)<(e|0)){k[a>>2]=g;a=a+4|0}}while((a|0)<(d|0)){i[a>>0]=b;a=a+1|0}return a-c|0}function Lt(a){a=a|0;var b=0;b=a+124|0;if(k[b>>2]|0)Ha(14931,13928,1584,16627);hq(a);if(((k[a+100>>2]|0)-(k[a+96>>2]|0)|0)!=4)Ha(16642,13928,1586,16627);a=vw(a)|0;if(!(k[b>>2]|0))return a|0;else Ha(14931,13928,1588,16627);return 0}function Mt(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Vw(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Nt(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Tw(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Ot(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;ny(d+-12|0)}a=k[a>>2]|0;if(a|0)oN(a);return}function Pt(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;c=Yu(b,k[a>>2]|0,a)|0;if((c|0)!=(a|0)?!(JJ(k[b>>2]|0,k[c+16>>2]|0)|0):0)a=c;return a|0}function Qt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=k[b+8>>2]|0;if((k[a+12>>2]|0)>>>0<d>>>0)_F(a,d);e=a+4|0;c=0;while(1){if((c|0)==(d|0))break;f=EE(b,c)|0;k[(k[e>>2]|0)+(c<<2)>>2]=k[f>>2];c=c+1|0}k[a+8>>2]=d;return}function Rt(a,b){a=a|0;b=b|0;var c=0,d=0;d=(PL(b)|0)==0;c=k[a>>2]|0;if(d)fz(c,b)|0;else sz(fz(sz(c,34)|0,b)|0,34)|0;return k[a>>2]|0}function St(a){a=a|0;var b=0,c=0,d=0;c=k[10350]|0;b=a;d=c;while(1){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;o[d+16>>2]=1.0;b=b+-1|0;if(!b)break;else d=d+20|0}k[10350]=c+(a*20|0);return}function Tt(a){a=a|0;var b=0;BJ();b=k[a>>2]|0;k[a>>2]=0;AB(b);Ib[k[a+4>>2]&255](k[a+8>>2]|0);lC(a);oN(a);return 0}function Ut(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Ey(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Vt(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;if((d|0)==(k[a+8>>2]|0))ml(a,b);else{k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];k[d+12>>2]=k[b+12>>2];k[c>>2]=(k[c>>2]|0)+16}return}function Wt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function Xt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function Yt(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;vv(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Zt(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;ny(d+-12|0)}oN(k[a>>2]|0)}return}function _t(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Nw(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function $t(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Dv(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function au(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Uw(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function bu(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Sy(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function cu(a){a=a|0;var b=0;if(!(k[k[a>>2]>>2]|0)){b=VA(k[(k[a+4>>2]|0)+4>>2]|0)|0;k[k[a>>2]>>2]=b;b=a+8|0;xx((k[k[a>>2]>>2]|0)+12|0,k[k[b>>2]>>2]|0);k[k[b>>2]>>2]=k[k[a>>2]>>2]}return}function du(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;Jb[k[(k[d>>2]|0)+12>>2]&511](d,a);break}else{k[a+16>>2]=d;k[c>>2]=0;break}else k[a+16>>2]=0;while(0);return}function eu(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;oN(b)}b=k[a>>2]|0;if(b|0)oN(b);return}function fu(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;oN(b)}oN(k[a>>2]|0)}return}function gu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((Rb[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break a;d=d+1|0;b=b+4|0}}else d=AE(b,4,c,k[a+32>>2]|0)|0;while(0);return d|0}function hu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((Rb[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break a;d=d+1|0;b=b+1|0}}else d=AE(b,1,c,k[a+32>>2]|0)|0;while(0);return d|0}function iu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=QA(k[a+4>>2]|0)|0;k[d+8>>2]=c;if((c|0)==3){c=oI(ln(b,1)|0)|0;k[d+12>>2]=c}else ru(a,b,d);eE(d);return d|0}function ju(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Kv(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function ku(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=b+4|0;d=(k[c>>2]|0)-(k[b>>2]|0)>>2;if(d|0){eA(a,d);py(a,k[b>>2]|0,k[c>>2]|0)}return}function lu(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))Km(b,c,d,e);else{a=k[a+8>>2]|0;Eb[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d,e,f)}return}function mu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=c+8|0;c=3;while(1){e=(Hq(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;xx(d,Yb(a,ln(b,c)|0)|0);c=c+1|0}return}function nu(a){a=a|0;var b=0,c=0,d=0;b=a+4|0;c=k[b>>2]|0;d=c>>>0<(k[a+8>>2]|0)>>>0;do if((k[a+76>>2]|0)<0)if(d){k[b>>2]=c+1;a=l[c>>0]|0;break}else{a=Ny(a)|0;break}else if(d){k[b>>2]=c+1;a=l[c>>0]|0;break}else{a=Ny(a)|0;break}while(0);return a|0}function ou(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;do if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}if((a+16|0)==(b|0)){i[a+128>>0]=0;break}else{oN(b);break}}while(0);return}function pu(a){a=a|0;var b=0;oD(a);k[a>>2]=4760;b=a+112|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[b+24>>2]=0;o[a+140>>2]=1.0;k[a+144>>2]=0;k[a+148>>2]=0;k[a+152>>2]=0;return}function qu(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=k[a+4>>2]|0;g=h>>8;if(h&1)g=k[(k[d>>2]|0)+g>>2]|0;a=k[a>>2]|0;Eb[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d+g|0,h&2|0?e:2,f);return}function ru(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=c+16|0;c=1;while(1){e=(Hq(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;xx(d,Yb(a,ln(b,c)|0)|0);c=c+1|0}return}function su(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=c+8|0;c=2;while(1){e=(Hq(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;xx(d,Yb(a,ln(b,c)|0)|0);c=c+1|0}return}function tu(a,b){a=a|0;b=b|0;var c=0,d=0;do if((a|0)!=-1){if((k[b+8>>2]|0)==0?kr(b)|0:0){a=-1;break}c=b+4|0;d=k[c>>2]|0;if(d>>>0>((k[b+44>>2]|0)+-8|0)>>>0){d=d+-1|0;k[c>>2]=d;i[d>>0]=a;k[b>>2]=k[b>>2]&-17}else a=-1}else a=-1;while(0);return a|0}function uu(a){a=a|0;var b=0,c=0,d=0,e=0;d=k[a>>2]|0;e=d+4|0;b=k[e>>2]|0;k[a>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[e>>2]=a;k[b>>2]=d;return}function vu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;k[d>>2]=k[a+16>>2];k[d+4>>2]=0;i[d+20>>0]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=1;k[d+12>>2]=49471;k[d+16>>2]=49471;Sc(d,c);r=b;return}function wu(a,b,c){a=a|0;b=b|0;c=c|0;Mb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Nz(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Mb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function xu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,b,17);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function yu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,b,14);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function zu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,b,13);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Au(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,b,12);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Bu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;or(a,b,11);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Cu(a,b){a=a|0;b=b|0;pr(a,b);j[a+24>>1]=j[b+24>>1]|0;Ku(a+28|0,b+28|0);Ku(a+40|0,b+40|0);j[a+52>>1]=j[b+52>>1]|0;Ku(a+56|0,b+56|0);return}function Du(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Kw(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;zd(k[a+4>>2]|0,b);oN(b);return}function Eu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;k[d>>2]=k[a+16>>2];k[d+4>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=0;k[d+12>>2]=38472;k[d+16>>2]=23313;i[d+20>>0]=1;Sc(d,c);r=b;return}function Fu(a){a=a|0;var b=0,c=0,d=0;c=4;b=4;while(1){if(c>>>0<=3)break;d=$(l[a>>0]|l[a+1>>0]<<8|l[a+2>>0]<<16|l[a+3>>0]<<24,1540483477)|0;c=c+-4|0;a=a+4|0;b=($(d>>>24^d,1540483477)|0)^($(b,1540483477)|0)}d=$(b>>>13^b,1540483477)|0;return d>>>15^d|0}function Gu(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b;d=k[e+4>>2]|0;c=a;k[c>>2]=k[e>>2];k[c+4>>2]=d;if((a|0)!=(b|0))Zh(a+8|0,k[b+8>>2]|0,k[b+12>>2]|0);return}function Hu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)Yr(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function Iu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Ju(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Ku(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;k[a>>2]=k[b>>2];d=k[b+4>>2]|0;k[a+4>>2]=d;e=b+8|0;f=k[e>>2]|0;k[a+8>>2]=f;c=a+4|0;if(!f)k[a>>2]=c;else{k[d+8>>2]=c;f=b+4|0;k[b>>2]=f;k[f>>2]=0;k[e>>2]=0}return}function Lu(a){a=a|0;var b=0,c=0,d=0;c=a+4|0;d=k[c>>2]|0;b=k[d>>2]|0;k[c>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[d>>2]=a;k[b>>2]=d;return}function Mu(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=ZF(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=HE(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Nu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;k[d>>2]=k[a+16>>2];k[d+4>>2]=0;i[d+20>>0]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=0;k[d+12>>2]=38472;k[d+16>>2]=23313;Sc(d,c);r=b;return}function Ou(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=r;r=r+32|0;f=e;d=e+20|0;k[f>>2]=k[a+60>>2];k[f+4>>2]=0;k[f+8>>2]=b;k[f+12>>2]=d;k[f+16>>2]=c;if((aJ(xb(140,f|0)|0)|0)<0){k[d>>2]=-1;a=-1}else a=k[d>>2]|0;r=e;return a|0}function Pu(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=pB(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=hE(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Qu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Ru(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Su(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Tu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Uu(a){a=a|0;Yp(a+32|0);Sq(a+16|0);Qs(a);return}function Vu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function Wu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function Xu(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;b=a+4|0;while(1){b=k[b>>2]|0;if(!b){b=0;break}a=k[b+16>>2]|0;if(JJ(c,a)|0)continue;if(!(JJ(a,c)|0)){b=1;break}b=b+4|0}return b|0}function Yu(a,b,c){a=a|0;b=b|0;c=c|0;a=k[a>>2]|0;a:while(1){while(1){if(!b)break a;if(!(JJ(k[b+16>>2]|0,a)|0))break;b=k[b+4>>2]|0}c=b;b=k[b>>2]|0}return c|0}function Zu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if(!c)a=0;else{while(1){d=i[a>>0]|0;e=i[b>>0]|0;if(d<<24>>24!=e<<24>>24)break;c=c+-1|0;if(!c){a=0;break a}else{a=a+1|0;b=b+1|0}}a=(d&255)-(e&255)|0}while(0);return a|0}function _u(a,b){a=a|0;b=b|0;var c=0,d=0;d=VC(4)|0;QC(d);c=VC(12)|0;b=k[b>>2]|0;k[c>>2]=d;k[c+4>>2]=190;k[c+8>>2]=b;if(La(a|0,0,102,c|0)|0){lC(c);oN(c)}return}function $u(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function av(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function bv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function cv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function dv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function ev(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function fv(a){a=a|0;lo(k[a+4>>2]|0);return}function gv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function hv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function iv(a,b){a=a|0;b=b|0;var c=0;c=EB(k[a>>2]|0,24854,0)|0;sz(fz(c,rJ(k[a+24>>2]|0,k[b+8>>2]|0)|0)|0,41)|0;return}function jv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=k[a+4>>2]|0;f=g>>8;if(g&1)f=k[(k[c>>2]|0)+f>>2]|0;a=k[a>>2]|0;Fb[k[(k[a>>2]|0)+24>>2]&3](a,b,c+f|0,g&2|0?d:2,e);return}function kv(a,b){a=a|0;b=b|0;var c=0;c=EB(k[a>>2]|0,24877,0)|0;sz(fz(c,QD(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0,41)|0;return}function lv(a){a=a|0;var b=0;b=a+4|0;Tp(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function mv(a){a=+a;var b=0,c=0,d=0;p[t>>3]=a;b=k[t>>2]|0;c=k[t+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){k[t>>2]=b;k[t+4>>2]=c|524288;return +(+p[t>>3])}else Ha(19022,13515,301,19056);return +(0.0)}function nv(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=k[b>>2];d=a+4|0;c=b+4|0;k[d>>2]=0;e=a+8|0;k[e>>2]=0;k[a+12>>2]=0;k[d>>2]=k[c>>2];d=b+8|0;k[e>>2]=k[d>>2];b=b+12|0;k[a+12>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function ov(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;k[c>>2]=b;b=a+100|0;if(k[b>>2]|0)Ha(14931,13928,633,20566);Dg(a,c);if(!(k[b>>2]|0)){r=d;return}else Ha(14931,13928,635,20566)}function pv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=Pt(a,b)|0;if((d|0)!=(a+4|0))b=(k[d+24>>2]|0)+-4|0;return (k[b>>2]|0)==(c|0)|0}function qv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Dl(a+16+-16+16|0,d+36|0);return}function rv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;El(a+16+-16+16|0,d+36|0);return}function sv(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a>>2]|0;a=(k[a+4>>2]|0)-c>>2;d=0;while(1){if(d>>>0>=a>>>0){a=5;break}if((k[k[c+(d<<2)>>2]>>2]|0)==(b|0)){a=6;break}d=d+1|0}if((a|0)==5)Ea();else if((a|0)==6)return d|0;return 0}function tv(a,b){a=a|0;b=b|0;var c=0;c=WH(k[b>>2]|0,45260)|0;b=a+36|0;k[b>>2]=c;c=Lb[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function uv(a,b){a=a|0;b=b|0;var c=0;c=WH(k[b>>2]|0,45252)|0;b=a+36|0;k[b>>2]=c;c=Lb[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function vv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;Yl(e,b+36|0);a=a+4|0}return}function wv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=k[a+4>>2]|0;e=f>>8;if(f&1)e=k[(k[c>>2]|0)+e>>2]|0;a=k[a>>2]|0;Qb[k[(k[a>>2]|0)+28>>2]&31](a,b,c+e|0,f&2|0?d:2);return}function xv(a){a=a|0;bn(k[a+4>>2]|0);return}function yv(){var a=0,b=0;a=r;r=r+16|0;b=a;eB(43156);k[10789]=9472;k[10797]=5196;k[10799]=43212;k[10801]=-1;i[43208]=0;hK(b,k[10790]|0);tv(43156,b);YK(b);r=a;return}function zv(){var a=0,b=0;a=r;r=r+16|0;b=a;fB(43092);k[10773]=9536;k[10781]=5196;k[10783]=43148;k[10785]=-1;i[43144]=0;hK(b,k[10774]|0);uv(43092,b);YK(b);r=a;return}function Av(a){a=+a;var b=0,c=0;p[t>>3]=a;if((k[t+4>>2]|0)>=0)if(a<18446744073709551616.0){c=+O(a)>=1.0?(a>0.0?~~+aa(+N(a/4294967296.0),4294967295.0)>>>0:~~+_((a-+(~~a>>>0))/4294967296.0)>>>0):0;b=~~a>>>0}else{c=-1;b=-1}else{c=0;b=0}M=c;return b|0}function Bv(a){a=a|0;var b=0;b=Op(a+16|0)|0;return (b>>>0)%((k[a+8>>2]|0)-(k[a+4>>2]|0)>>2>>>0)|0|0}function Cv(a){a=a|0;var b=0;b=a+4|0;fr(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Dv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;am(e,b+36|0);a=a+4|0}return}function Ev(a){a=a|0;var b=0;b=a+4|0;hr(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Fv(a,b){a=a|0;b=b|0;var c=0;c=kI(k[a+4>>2]|0)|0;b=Dh(a,ln(b,1)|0)|0;k[c+8>>2]=b;b=(fC(k[a>>2]|0,b)|0)+4|0;k[c+4>>2]=k[b>>2];return c|0}function Gv(a,b){a=a|0;b=b|0;b=Pt(a,b)|0;if((b|0)!=(a+4|0))Du(a,b);return}function Hv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))Er(b,c,d);else{a=k[a+8>>2]|0;Qb[k[(k[a>>2]|0)+28>>2]&31](a,b,c,d)}return}function Iv(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=k[a>>2]|0;if(!(b&8)){k[a+8>>2]=0;k[a+4>>2]=0;c=k[a+44>>2]|0;k[a+28>>2]=c;k[a+20>>2]=c;k[a+16>>2]=c+(k[a+48>>2]|0);a=0}else{k[a>>2]=b|32;a=-1}return a|0}function Jv(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=fG(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=EJ(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Kv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;dm(e,b+36|0);a=a+4|0}return}function Lv(a,b){a=a|0;b=b|0;b=(lI(k[b>>2]|0)|0)+16|0;if(!(k[b>>2]|0))Ha(27148,27040,139,27178);else{lv(a+40|0);return}}function Mv(a){a=a|0;if(!a)return;else{Mv(k[a>>2]|0);Mv(k[a+4>>2]|0);oN(a);return}}function Nv(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=b;c=1;while(1){if((c|0)==624)break;d=($(b>>>30^b,1812433253)|0)+c|0;k[a+(c<<2)>>2]=d;c=c+1|0;b=d}k[a+2496>>2]=0;return}function Ov(a){a=+a;var b=0,c=0,d=0;p[t>>3]=a;b=k[t>>2]|0;c=k[t+4>>2]|0;d=WF(b|0,c|0,52)|0;switch(d&2047){case 0:{b=(b|0)!=0|(c&2147483647|0)!=0?3:2;break}case 2047:{b=(b|0)==0&(c&1048575|0)==0&1;break}default:b=4}return b|0}function Pv(a,b){a=a|0;b=b|0;var c=0,d=0;c=5;while(1){if((a|0)==(b|0))break;d=k[a>>2]|0;if(!((c|0)==0|(d|0)==0)){if((d|0)!=5)if((c|0)==5)c=d;else c=(c|0)==(d|0)?c:0}else c=0;a=a+4|0}return c|0}function Qv(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[a>>0]|0;d=i[b>>0]|0;if(c<<24>>24==0?1:c<<24>>24!=d<<24>>24)a=d;else{do{a=a+1|0;b=b+1|0;c=i[a>>0]|0;d=i[b>>0]|0}while(!(c<<24>>24==0?1:c<<24>>24!=d<<24>>24));a=d}return (c&255)-(a&255)|0}function Rv(a,b){a=a|0;b=b|0;Wc(a,b);return}function Sv(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+4|0;c=k[d>>2]|0;a=b;e=c;while(1){k[e>>2]=0;f=e+8|0;k[f>>2]=0;k[f+4>>2]=0;a=a+-1|0;if(!a)break;else e=e+16|0}k[d>>2]=c+(b<<4);return}function Tv(a,b){a=a|0;b=b|0;if(!(i[a+8>>0]|0))QB(k[a>>2]|0,k[a+4>>2]|0);qf(a,b);PE(k[a>>2]|0,k[a+16>>2]|0)|0;return}function Uv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+80|0;d=e;k[a+36>>2]=4;if((k[a>>2]&64|0)==0?(k[d>>2]=k[a+60>>2],k[d+4>>2]=21505,k[d+8>>2]=e+12,gb(54,d|0)|0):0)i[a+75>>0]=-1;d=Lg(a,b,c)|0;r=e;return d|0}function Vv(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+12|0;d=b+8|0;Ng(a,b,b+16|0,Ng(a,b,c,Ng(a,b,d,0,0,0)|0,d,0)|0,d,c)|0;return}function Wv(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;qA(d)}a=k[a>>2]|0;if(a|0)oN(a);return}function Xv(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;b=e+16|0;c=e+12|0;d=e;k[d>>2]=a;k[d+4>>2]=194;k[d+8>>2]=0;if((k[a>>2]|0)!=-1){k[b>>2]=d;k[c>>2]=b;Ts(a,c)}r=e;return (k[a+4>>2]|0)+-1|0}function Yv(a,b){a=a|0;b=b|0;var c=0;c=pI(k[a+4>>2]|0)|0;b=dg(a,ln(b,1)|0)|0;k[c+8>>2]=b;b=ZA(k[a+44>>2]|0,b)|0;k[c+4>>2]=b;return c|0}function Zv(a){a=a|0;var b=0;b=a+4|0;Mr(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function _v(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;Lp(c,a,37605);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;QG(0,0,b);Ea()}function $v(a,b){a=a|0;b=b|0;var c=0,d=0;if((k[a+12>>2]|0)>>>0<b>>>0)bx(a,b);d=a+8|0;c=a+4|0;a=k[d>>2]|0;while(1){if(a>>>0>=b>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=0;a=a+1|0}k[d>>2]=b;return}function aw(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;Lp(c,a,37585);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;QG(0,0,b);Ea()}function bw(a,b){a=a|0;b=b|0;var c=0,d=0;c=PG(k[a+4>>2]|0)|0;d=(Hq(b)|0)+8|0;if((k[d>>2]|0)>>>0>1){d=Yb(a,ln(b,1)|0)|0;k[c+8>>2]=d}return c|0}function cw(a){a=a|0;var b=0;b=a+4|0;Pr(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function dw(a){a=a|0;Jn(k[a+4>>2]|0);return}function ew(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;qA(d)}oN(k[a>>2]|0)}return}function fw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+112|0;d=f;e=d;g=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(g|0));k[d+32>>2]=29;k[d+44>>2]=a;k[d+76>>2]=-1;k[d+84>>2]=a;g=mc(d,b,c)|0;r=f;return g|0}function gw(a){a=a|0;PE(dn(PE(Ni(PE(42588,13534)|0,a)|0,13543)|0,a)|0,13547)|0;return}function hw(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;Gm(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function iw(a){a=a|0;var b=0;b=a+4|0;cs(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function jw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+GH(b);c=d<=+GH(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+FH(b);c=d<=+FH(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function kw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+GH(b);c=d>=+GH(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+FH(b);c=d>=+FH(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function lw(a){a=a|0;var b=0,c=0;b=VC(20)|0;c=a+4|0;k[b>>2]=3676;a=b+4|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];return b|0}function mw(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=b+8|0;d=k[c>>2]|0;f=d+-8|0;e=k[f+4>>2]|0;b=a;k[b>>2]=k[f>>2];k[b+4>>2]=e;b=0;while(1){if((b|0)==-1)break;f=b+-1|0;k[c>>2]=d+(f<<3);b=f}return}function nw(a){a=a|0;if(!a)return;else{nw(k[a>>2]|0);nw(k[a+4>>2]|0);oN(a);return}}function ow(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+GH(b);c=d<+GH(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+FH(b);c=d<+FH(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function pw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+GH(b);c=d>+GH(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+FH(b);c=d>+FH(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function qw(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}oN(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function rw(a){a=a|0;var b=0,c=0,d=0;d=a+4|0;c=k[d>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;mN(k[b>>2]|0);b=b+4|0}b=k[a>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=a+-4|0;k[d>>2]=c;a=c}return}function sw(a){a=a|0;bo(k[a+4>>2]|0);return}function tw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+84|0;f=k[d>>2]|0;g=c+256|0;e=kk(f,g)|0;e=(e|0)==0?g:e-f|0;c=e>>>0<c>>>0?e:c;Fr(b|0,f|0,c|0)|0;k[a+4>>2]=f+c;b=f+e|0;k[a+8>>2]=b;k[d>>2]=b;return c|0}function uw(a,b){a=a|0;b=b|0;var c=0;k[a+24>>2]=b;k[a+16>>2]=(b|0)==0&1;k[a+20>>2]=0;k[a+4>>2]=4098;k[a+12>>2]=0;k[a+8>>2]=6;c=a+28|0;b=a+32|0;a=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(a|0));KG(c);return}function vw(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+100|0;b=k[c>>2]|0;d=b;if((b|0)==(k[a+96>>2]|0))Ha(16544,13928,1624,16571);b=k[d+-4>>2]|0;a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=d+(e<<2);a=e}return b|0}function ww(a,b){a=a|0;b=b|0;var c=0,d=0;Lw(a);k[a>>2]=k[b>>2];c=b+4|0;k[a+4>>2]=k[c>>2];d=b+8|0;k[a+8>>2]=k[d>>2];k[d>>2]=0;k[c>>2]=0;k[b>>2]=0;return}function xw(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;sB(d)}a=k[a>>2]|0;if(a|0)oN(a);return}function yw(a){a=a|0;k[a>>2]=4760;rA(a+144|0);ky(a+124|0);gM(k[a+112>>2]|0);XA(a);return}function zw(a,b){a=a|0;b=b|0;var c=0;c=b+12|0;if(k[c>>2]|0)Gv(a+56|0,c);b=b+8|0;if(k[b>>2]|0)Gv(a+56|0,b);return}function Aw(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Fd(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function Bw(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Od(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function Cw(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;rA(d+-12|0)}a=k[a>>2]|0;if(a|0)oN(a);return}function Dw(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;qA(d+-12|0)}a=k[a>>2]|0;if(a|0)oN(a);return}function Ew(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;sB(d)}oN(k[a>>2]|0)}return}function Fw(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Zw(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+1;return}function Gw(a,b){a=a|0;b=b|0;a=a+4|0;k[b>>2]=3676;b=b+4|0;k[b>>2]=k[a>>2];k[b+4>>2]=k[a+4>>2];k[b+8>>2]=k[a+8>>2];k[b+12>>2]=k[a+12>>2];return}function Hw(a,b){a=a|0;b=b|0;a=a+136|0;if(!(Xu(a,b)|0))Ha(16827,13515,1519,14715);else{b=gs(a,b)|0;return k[b>>2]|0}return 0}function Iw(a,b){a=a|0;b=b|0;a=a+52|0;if(!(Xu(a,b)|0))Ha(17742,13515,1402,17771);else{b=gs(a,b)|0;return k[b>>2]|0}return 0}function Jw(a){a=a|0;var b=0;b=k[a>>2]|0;if(!b)while(1){b=k[a+8>>2]|0;if((k[b>>2]|0)==(a|0))a=b;else break}else while(1){a=k[b+4>>2]|0;if(!a)break;else b=a}return b|0}function Kw(a){a=a|0;var b=0;b=k[a+4>>2]|0;if(!b)while(1){b=k[a+8>>2]|0;if((k[b>>2]|0)==(a|0))break;else a=b}else while(1){a=k[b>>2]|0;if(!a)break;else b=a}return b|0}function Lw(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}oN(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function Mw(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;rA(d+-12|0)}oN(k[a>>2]|0)}return}function Nw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;Qf(d,b);a=a+4|0}return}function Ow(a,b){a=a|0;b=b|0;a=a+172|0;if(!(Xu(a,b)|0))Ha(19336,13515,1522,19361);else{b=gs(a,b)|0;return k[b>>2]|0}return 0}function Pw(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;qA(d+-12|0)}oN(k[a>>2]|0)}return}function Qw(a,b){a=a|0;b=b|0;var c=0;c=a+16|0;Xq(c,359,b);Kc(a,b);Xq(c,360,b);return}function Rw(a,b){a=a|0;b=b|0;var c=0,d=0;d=pq(b)|0;c=a+4|0;Mk(k[c>>2]|0,d)|0;a=0;while(1){if((a|0)>=(d|0))break;cj(k[c>>2]|0,i[b+a>>0]|0)|0;a=a+1|0}return}function Sw(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a+24>>2]|0;b=b+8|0;c=k[b>>2]|0;if((k[d+12>>2]|0)-(k[d+8>>2]|0)>>2>>>0<=c>>>0)k[b>>2]=k[(k[k[a+28>>2]>>2]|0)+(c<<2)>>2];return}function Tw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;je(d,b);a=a+4|0}return}function Uw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;Cj(d,b);a=a+4|0}return}function Vw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;Jg(d,b);a=a+4|0}return}function Ww(a){a=a|0;k[a>>2]=4400;uB(a+52|0);uB(a+40|0);PB(a);return}function Xw(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[b+11>>0]|0;d=c<<24>>24<0;return uj(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)|0}function Yw(a,b){a=a|0;b=b|0;a=a+148|0;if(!(Xu(a,b)|0))Ha(17626,13515,1520,15574);else{b=gs(a,b)|0;return k[b>>2]|0}return 0}function Zw(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;_F(a,b);b=a+8|0;a=0;while(1){if(a>>>0>=(k[b>>2]|0)>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function _w(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11304,11336)|0}function $w(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,35698,35706)|0}function ax(a){a=a|0;var b=0,c=0,d=0;d=a+8|0;b=k[a+12>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;if(c|0)Ib[k[(k[c>>2]|0)+4>>2]&255](c);a=a+4|0}qA(d);return}function bx(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;_F(a,b);b=k[a+8>>2]|0;a=0;while(1){if((a|0)==(b|0))break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function cx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=a;a=b-a>>2;while(1){if(!a)break;b=(a|0)/2|0;f=d+(b<<2)|0;e=(k[f>>2]|0)>>>0<c>>>0;d=e?f+4|0:d;a=e?a+-1-b|0:b}return d|0}function dx(a){a=a|0;var b=0;b=a+4|0;dt(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function ex(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;DF(d)}a=k[a>>2]|0;if(a|0)oN(a);return}function fx(a){a=a|0;var b=0,c=0,d=0;b=r;r=r+16|0;d=b+12|0;c=b;Ki(c,a);dG(d,(i[c+11>>0]|0)<0?k[c>>2]|0:c,0);a=k[d>>2]|0;WI(c);r=b;return a|0}function gx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Gd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function hx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Hd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function ix(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Qd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function jx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Rd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function kx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;Mk(k[d>>2]|0,c)|0;a=0;while(1){if((a|0)==(c|0))break;cj(k[d>>2]|0,i[b+a>>0]|0)|0;a=a+1|0}return}function lx(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;DF(d)}oN(k[a>>2]|0)}return}function mx(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;while(1){a=k[a>>2]|0;if(!a){a=0;break}c=k[a+16>>2]|0;if(c>>>0>b>>>0)continue;if(c>>>0>=b>>>0){a=1;break}a=a+4|0}return a|0}function nx(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+32|0;d=a+36|0;b=k[a+40>>2]|0;while(1){if(!b)break;e=b+-1|0;Mb[k[(k[c>>2]|0)+(e<<2)>>2]&31](0,a,k[(k[d>>2]|0)+(e<<2)>>2]|0);b=e}return}function ox(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)Pp(b);i[a>>0]=1}return}function px(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)Qp(b);i[a>>0]=1}return}function qx(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=c-b|0;a=e;e=b;while(1){if((e|0)==(c|0))break;g=k[e>>2]|0;i[a>>0]=g>>>0<128?g&255:d;a=a+1|0;e=e+4|0}return b+(f>>>2<<2)|0}function rx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Kd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function sx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Md(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function tx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Nd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function ux(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Wd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function vx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Yd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function wx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Zd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function xx(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){bx(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=b;k[d>>2]=c+1;return}function yx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){Fr(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>3<<3)}return}function zx(){var a=0,b=0,c=0;b=r;r=r+16|0;a=b;db(1,a|0)|0;c=k[a>>2]|0;a=k[a+4>>2]|0;c=PC(c|0,((c|0)<0)<<31>>31|0,1e9,0)|0;a=qI(c|0,M|0,a|0,((a|0)<0)<<31>>31|0)|0;r=b;return a|0}function Ax(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Ld(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Bx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Pd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Cx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Xd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Dx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return _d(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Ex(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Yl(a+16+-16+16|0,d+36|0);return}function Fx(){var a=0,b=0,c=0;a=k[10374]|0;if(!a){a=VC(96)|0;b=a;c=b+96|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));k[10374]=a;fj(a,Iq()|0);a=k[10374]|0}return a|0}function Gx(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a&65535;e=b&65535;c=$(e,f)|0;d=a>>>16;a=(c>>>16)+($(e,d)|0)|0;e=b>>>16;b=$(e,f)|0;return (M=(a>>>16)+($(e,d)|0)+(((a&65535)+b|0)>>>16)|0,a+b<<16|c&65535|0)|0}function Hx(a){a=+a;var b=0,c=0,d=0;p[t>>3]=a;b=k[t>>2]|0;c=k[t+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){M=c&1048575;return b|0}else Ha(19022,13515,288,19130);return 0}function Ix(a){a=a|0;var b=0,c=0;if(!(i[a+8>>0]|0)){c=a+4|0;b=(k[c>>2]|0)+-1|0;k[c>>2]=b;QB(k[a>>2]|0,b)}sz(k[a>>2]|0,41)|0;return}function Jx(a){a=a|0;var b=0,c=0;b=k[k[a>>2]>>2]|0;a=k[b+4>>2]|0;c=k[b+8>>2]|0;b=(k[b>>2]|0)+(c>>1)|0;if(c&1)a=k[(k[b>>2]|0)+a>>2]|0;Ib[a&255](b);return}function Kx(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=b+8|0;Go(c,a+40|0,k[b>>2]|0,b);r=c;return}function Lx(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=b+8|0;Go(c,a+28|0,k[b>>2]|0,b);r=c;return}function Mx(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=b+8|0;ho(c,a+56|0,b,b);r=c;return}function Nx(a,b){a=+a;b=+b;var c=0,d=0;p[t>>3]=a;d=k[t>>2]|0;c=k[t+4>>2]|0;p[t>>3]=b;c=k[t+4>>2]&-2147483648|c&2147483647;k[t>>2]=d;k[t+4>>2]=c;return +(+p[t>>3])}function Ox(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+44|0;d=k[c>>2]|0;if((d|0)==(k[a+48>>2]|0))en(a+40|0,b);else{k[d>>2]=k[b>>2];k[c>>2]=(k[c>>2]|0)+4}return}function Px(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4040;return}function Qx(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4080;return}function Rx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;am(a+16+-16+16|0,d+36|0);return}function Sx(a){a=+a;var b=0,c=0;p[t>>3]=a;b=k[t+4>>2]|0;c=b&2146435072;if(!(c>>>0>1126170624|(c|0)==1126170624&0>0)){b=(b|0)<0;a=b?a+-4503599627370496.0+4503599627370496.0:a+4503599627370496.0+-4503599627370496.0;if(a==0.0)a=b?-0.0:0.0}return +a}function Tx(a,b){a=a|0;b=b|0;a=a+136|0;if(!(Xu(a,b)|0))a=0;else{a=gs(a,b)|0;a=k[a>>2]|0}return a|0}function Ux(a){a=a|0;var b=0;b=rh(a,36)|0;k[b>>2]=5;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[b+4>>2]=5;return b|0}function Vx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=VC(b)|0;k[a>>2]=d;c=d+c|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+b;return}function Wx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=0;do{g=a;a=a>>>7;f=d;d=d+1|0;e=d>>>0<5|(a|0)!=0;i[(k[b>>2]|0)+(f+c)>>0]=e?g|128:g&127}while(e);return}function Xx(a){a=a|0;xp(k[a+4>>2]|0);return}function Yx(a){a=a|0;var b=0,c=0;switch(k[a>>2]|0){case 3:case 1:{c=k[a+8>>2]|0;b=((c|0)<0)<<31>>31;break}case 4:case 2:{c=a+8|0;b=k[c+4>>2]|0;c=k[c>>2]|0;break}default:Ea()}M=b;return c|0}function Zx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((b|0)!=(c|0)){d=$(k[a+108>>2]|0,c>>>0<b>>>0?c:b)|0;b=d+(b>>>0<c>>>0?c:b)|0;c=(k[a+112>>2]|0)+(b>>>5<<2)|0;k[c>>2]=1<<(b&31)|k[c>>2]}return}function _x(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;dm(a+16+-16+16|0,d+36|0);return}function $x(a){a=a|0;if(!a)return;else{$x(k[a>>2]|0);$x(k[a+4>>2]|0);oN(a);return}}function ay(a){a=a|0;Ap(k[a+4>>2]|0);return}function by(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;hn(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function cy(a,b){a=a|0;b=b|0;Lb[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=WH(k[b>>2]|0,45260)|0;k[a+36>>2]=b;b=(Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function dy(a,b){a=a|0;b=b|0;Lb[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=WH(k[b>>2]|0,45252)|0;k[a+36>>2]=b;b=(Lb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function ey(a){a=a|0;kA(a+52|0);qA(a+40|0);qA(a+20|0);qA(a+8|0);return}function fy(a,b){a=a|0;b=b|0;a=a+160|0;if(!(Xu(a,b)|0))a=0;else{a=gs(a,b)|0;a=k[a>>2]|0}return a|0}function gy(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=r;r=r+16|0;g=f;k[g>>2]=e;e=KI(c)|0;c=Il(a,b,d,g)|0;if(e|0)KI(e)|0;r=f;return c|0}function hy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=b;b=a+4|0;k[b>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;mt(b,d);if(d|0)qy(k[b>>2]|0,c|0,d|0)|0;return}function iy(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)oN(a);return}function jy(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-16|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)oN(a);return}function ky(a){a=a|0;var b=0;jC(k[a+8>>2]|0);b=k[a>>2]|0;k[a>>2]=0;if(b|0)oN(b);return}function ly(a){a=a|0;var b=0;a=a+8|0;b=KI(k[a>>2]|0)|0;if(b|0)KI(b)|0;a=k[a>>2]|0;if(a){a=KI(a)|0;if(!a)a=0;else{KI(a)|0;a=0}}else a=1;return a|0}function my(a,b){a=a|0;b=b|0;k[a+16>>2]=b;a=a+-16|0;Wl(a+16|0,b+36|0);cJ(k[a+48>>2]|0);return}function ny(a){a=a|0;Tp(k[a+4>>2]|0);return}function oy(a){a=a|0;Gp(k[a+4>>2]|0);return}function py(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){Fr(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>2<<2)}return}function qy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((b|0)<(a|0)&(a|0)<(b+c|0)){d=a;b=b+c|0;a=a+c|0;while((c|0)>0){a=a-1|0;b=b-1|0;c=c-1|0;i[a>>0]=i[b>>0]|0}a=d}else Fr(a,b,c)|0;return a|0}function ry(a){a=a|0;Hp(k[a+4>>2]|0);return}function sy(a){a=a|0;if((i[40424]|0)==0?cK(40424)|0:0){k[11089]=0;k[11090]=0;k[11091]=0;aq(44356,10092,JI(10092)|0);ob(202,44356,w|0)|0}return 44356}function ty(a){a=a|0;if((i[40432]|0)==0?cK(40432)|0:0){k[11092]=0;k[11093]=0;k[11094]=0;aq(44368,10128,JI(10128)|0);ob(202,44368,w|0)|0}return 44368}function uy(a){a=a|0;if((i[40440]|0)==0?cK(40440)|0:0){k[11095]=0;k[11096]=0;k[11097]=0;aq(44380,10176,JI(10176)|0);ob(202,44380,w|0)|0}return 44380}function vy(a){a=a|0;if((i[40416]|0)==0?cK(40416)|0:0){k[11086]=0;k[11087]=0;k[11088]=0;aq(44344,10056,JI(10056)|0);ob(202,44344,w|0)|0}return 44344}function wy(a,b){a=a|0;b=b|0;PE(PE(PE(42756,20367)|0,b)|0,20374)|0;pb(Ia(1)|0,288,0)}function xy(a){a=a|0;var b=0,c=0;b=a+16|0;c=k[b>>2]|0;if((c|0)!=(a|0)){if(c|0)Ib[k[(k[c>>2]|0)+20>>2]&255](c)}else Ib[k[(k[c>>2]|0)+16>>2]&255](c);k[b>>2]=0;return}function yy(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))Km(b,c,d,e);return}function zy(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=b;xE(a+12|0);c=a+40|0;k[c>>2]=0;k[a+4>>2]=0;k[a+8>>2]=b;b=0;while(1){if(b|0)break;b=xf(a)|0;k[c>>2]=b}return}function Ay(a){a=a|0;Pq(k[a+4>>2]|0);return}function By(a){a=a|0;var b=0;switch(a|0){case 0:{b=17174;break}case 1:{b=17179;break}case 2:{b=17183;break}case 3:{b=17187;break}case 4:{b=17191;break}case 5:{b=23453;break}default:{}}return b|0}function Cy(a){a=a|0;var b=0,c=0;switch(k[a>>2]|0){case 1:{c=k[a+8>>2]|0;b=((c|0)<0)<<31>>31;break}case 2:{c=a+8|0;b=k[c+4>>2]|0;c=k[c>>2]|0;break}default:Ea()}M=b;return c|0}function Dy(a,b,c){a=a|0;b=b|0;c=c|0;if(b>>>0<c>>>0){b=($(k[a+108>>2]|0,b)|0)+c|0;c=(k[a+112>>2]|0)+(b>>>5<<2)|0;k[c>>2]=1<<(b&31)|k[c>>2];return}else Ha(29434,29028,217,29445)}function Ey(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;my(a,k[b>>2]|0);b=b+4|0}return}function Fy(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-12|0;k[a>>2]=d;b=d}oN(c)}return}function Gy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=m[12880+(a<<1)>>1]|0;else a=0;j[d>>1]=a;d=d+2|0;b=b+4|0}return c|0}function Hy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;a=a+4|0;e=k[a>>2]|0;Mk(e,AA(b|0?b:c)|0)|0;Mk(k[a>>2]|0,d)|0;return}function Iy(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)oN(a);return}function Jy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Jg(a+16+-16|0,d);return}function Ky(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;je(a+16+-16|0,d);return}function Ly(a){a=a|0;fr(k[a+4>>2]|0);return}function My(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0>=128)break;if(!((j[12880+(a<<1)>>1]&b)<<16>>16))break;c=c+4|0}return c|0}function Ny(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;if((k[a+8>>2]|0)==0?(kr(a)|0)!=0:0)a=-1;else if((Db[k[a+32>>2]&31](a,b,1)|0)==1)a=l[b>>0]|0;else a=-1;r=c;return a|0}function Oy(a,b){a=a|0;b=b|0;var c=0;c=(k[a+4>>2]|0)-(k[a>>2]|0)|0;mt(a,b>>>0>4096?b:4096);if(b>>>0<4096&c>>>0>b>>>0)Kt((k[a>>2]|0)+b|0,0,4096-b|0)|0;return}function Py(a){a=a|0;var b=0;b=rh(a,36)|0;i[b>>0]=1;k[b+4>>2]=a;a=b+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[b+28>>2]=-1;k[b+32>>2]=-1;return b|0}function Qy(a){a=a|0;hr(k[a+4>>2]|0);return}function Ry(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=KI(b)|0;b=Bq(a,c,f)|0;if(d|0)KI(d)|0;r=e;return b|0}function Sy(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;vz(a,k[b>>2]|0);b=b+4|0}return}function Ty(a){a=a|0;lr(k[a+4>>2]|0);return}function Uy(a){a=a|0;mr(k[a+4>>2]|0);return}function Vy(a){a=a|0;nr(k[a+4>>2]|0);return}function Wy(a){a=a|0;if((i[40352]|0)==0?cK(40352)|0:0){k[10889]=0;k[10890]=0;k[10891]=0;Yr(43556,35404,11);ob(198,43556,w|0)|0}return 43556}function Xy(a){a=a|0;if((i[40360]|0)==0?cK(40360)|0:0){k[10892]=0;k[10893]=0;k[10894]=0;Yr(43568,35416,20);ob(198,43568,w|0)|0}return 43568}function Yy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=k[c>>2];a=Db[k[(k[a>>2]|0)+16>>2]&31](a,b,d)|0;if(a)k[c>>2]=k[d>>2];r=e;return a&1|0}function Zy(){var a=0,b=0;a=zC()|0;if((a|0?(b=k[a>>2]|0,b|0):0)?(a=b+48|0,(k[a>>2]&-256|0)==1126902528?(k[a+4>>2]|0)==1129074247:0):0)uJ(k[b+12>>2]|0);uJ(XL()|0)}function _y(a){a=a|0;if((i[40344]|0)==0?cK(40344)|0:0){k[10886]=0;k[10887]=0;k[10888]=0;Yr(43544,35395,8);ob(198,43544,w|0)|0}return 43544}function $y(a){a=a|0;if((i[40336]|0)==0?cK(40336)|0:0){k[10883]=0;k[10884]=0;k[10885]=0;Yr(43532,35386,8);ob(198,43532,w|0)|0}return 43532}function az(a){a=a|0;OF(a+56|0);BH(a+40|0);BH(a+28|0);rz(a+4|0);return}function bz(a,b){a=a|0;b=b|0;Sw(a,OH(k[b>>2]|0)|0);return}function cz(a,b){a=a|0;b=b|0;Sw(a,QH(k[b>>2]|0)|0);return}function dz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4360;return}function ez(a){a=a|0;var b=0;b=i[v+(a&255)>>0]|0;if((b|0)<8)return b|0;b=i[v+(a>>8&255)>>0]|0;if((b|0)<8)return b+8|0;b=i[v+(a>>16&255)>>0]|0;if((b|0)<8)return b+16|0;return (i[v+(a>>>24)>>0]|0)+24|0}function fz(a,b){a=a|0;b=b|0;if(!b)Ha(15584,13515,82,38930);else return PE(sz(a,36)|0,b)|0;return 0}function gz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Qf(a+16+-16|0,d);return}function hz(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;_s(d,b);xh(d,a);sB(d);r=c;return}function iz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;gn(a,c,d);return}function jz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;my(a+16|0,d);return}function kz(a,b){a=a|0;b=b|0;var c=0;if((b|0)<0)EL();else{b=((b+-1|0)>>>5)+1|0;c=VC(b<<2)|0;k[a>>2]=c;k[a+4>>2]=0;k[a+8>>2]=b;return}}function lz(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>536870911)EL();else{c=VC(b<<3)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<3);return}}function mz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Cp(a,c,d);return}function nz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Cj(a+16+-16|0,d);return}function oz(a){a=a|0;k[a>>2]=4160;sw(a+40|0);PB(a);return}function pz(a,b){a=a|0;b=b|0;var c=0;b=b+24|0;c=Pt(a,b)|0;if((c|0)!=(a+4|0))k[b>>2]=k[c+20>>2];return}function qz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=r;r=r+16|0;c=e;k[c>>2]=d;b=KI(b)|0;c=fw(a,34957,c)|0;if(b|0)KI(b)|0;r=e;return c|0}function rz(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-8|0;k[a>>2]=d;b=d}oN(c)}return}function sz(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;b=uj(a,d,1)|0;r=c;return b|0}function tz(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{k[b>>2]=0;b=(k[c>>2]|0)+4|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function uz(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-16|0;k[a>>2]=d;b=d}oN(c)}return}function vz(a,b){a=a|0;b=b|0;k[a+16>>2]=b;a=a+-16|0;cm(a+16|0,b+36|0);pd(a,b);return}function wz(a){a=a|0;k[a>>2]=4560;Gz(a+16|0);k[a>>2]=3432;WI(a+4|0);return}function xz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4200;return}function yz(a){a=+a;var b=0,c=0,d=0;b=(o[t>>2]=a,k[t>>2]|0);c=(b>>>23&255)+-118|0;if((c|0)<=31?(d=(c|0)<9?2147483647:-1>>>c,(d&b|0)!=0):0)a=(k[t>>2]=b&~d,+o[t>>2]);return +a}function zz(a){a=a|0;oq(k[a+4>>2]|0);return}function Az(a){a=a|0;var b=0,c=0;c=a<<24>>24;do if((a+-48&255)>=10){if((a+-97&255)<6){b=c+-87|0;break}if((a+-65&255)<6){b=c+-55|0;break}else Ea()}else b=c+-48|0;while(0);return b|0}function Bz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4640;return}function Cz(){k[10352]=0;k[10353]=0;k[10354]=0;k[10355]=0;k[10356]=0;k[10357]=0;k[10358]=0;k[10359]=0;ob(188,41408,w|0)|0;Me(41440,30365);ob(185,41440,w|0)|0;return}function Dz(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+N(+(+GH(b)));o[a+8>>2]=c;b=3}else{c=+N(+(+FH(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function Ez(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4120;return}function Fz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;vz(a+16|0,d);return}function Gz(a){a=a|0;Mr(k[a+4>>2]|0);return}function Hz(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+hN(+GH(b));o[a+8>>2]=c;b=3}else{c=+kN(+FH(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function Iz(a,b){a=a|0;b=b|0;b=QH(k[b>>2]|0)|0;b=(k[k[a+24>>2]>>2]|0)+(k[b+8>>2]<<2)|0;k[b>>2]=(k[b>>2]|0)+1;return}function Jz(a){a=a|0;Ez(a);k[a>>2]=3920;a=a+44|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function Kz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4280;return}function Lz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4720;return}function Mz(){var a=0,b=0;if((Qv(34960,34960)|0)!=0?(Qv(34960,34322)|0)!=0:0)a=0;else b=3;do if((b|0)==3)if(!(k[10476]|0)){k[10476]=1;a=41908;break}else{a=pD()|0;break}while(0);return a|0}function Nz(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;tB(a,k[b>>2]|0);b=b+4|0}return}function Oz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4440;return}function Pz(a){a=a|0;Pr(k[a+4>>2]|0);return}function Qz(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+P(+(+GH(b)));o[a+8>>2]=c;b=3}else{c=+P(+(+FH(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function Rz(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+_(+(+GH(b)));o[a+8>>2]=c;b=3}else{c=+_(+(+FH(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function Sz(a,b){a=a|0;b=b|0;sz(a,34)|0;PE(a,b)|0;return sz(a,34)|0}function Tz(a,b){a=a|0;b=b|0;dk(a,lI(k[b>>2]|0)|0);return}function Uz(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=3760;return}function Vz(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a+104>>2]=b;c=k[a+8>>2]|0;d=k[a+4>>2]|0;e=c-d|0;k[a+108>>2]=e;if((b|0)!=0&(e|0)>(b|0))k[a+100>>2]=d+b;else k[a+100>>2]=c;return}function Wz(){k[10206]=0;k[10207]=0;k[10208]=0;i[40952]=0;AC();rB(28);return}function Xz(a){a=a|0;Tr(k[a+4>>2]|0);return}function Yz(a){a=a|0;var b=0;b=j[a+24>>1]|0;if((b&255)<<24>>24==0&(b&65535)<256?(k[a+36>>2]|0)==(0-(k[a+48>>2]|0)|0):0){b=j[a+52>>1]|0;return (b&65535)>255|(b&255)<<24>>24!=0|0}return 1}function Zz(a){a=a|0;Oz(a);k[a>>2]=4400;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;return}function _z(a){a=a|0;var b=0;b=rh(a,32)|0;k[b>>2]=8;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function $z(a){a=a|0;$r(k[a+4>>2]|0);return}function aA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0<128?(j[12880+(a<<1)>>1]&b)<<16>>16:0)break;c=c+4|0}return c|0}function bA(a,b){a=a|0;b=b|0;if((a|0)!=(b|0))Zh(a,k[b>>2]|0,k[b+4>>2]|0);return}function cA(a){a=a|0;var b=0;b=rh(a,28)|0;k[b>>2]=7;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function dA(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;uj(a,d,1)|0;r=c;return}function eA(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>1073741823)EL();else{c=VC(b<<2)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<2);return}}function fA(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;HM(c);hz(a+88|0,b);KL(a+32|0);AJ(c);return}function gA(a,b,c){a=a|0;b=b|0;c=c|0;Hu(a,b);_s(a+16|0,c);return}function hA(a){a=a|0;k[a>>2]=3920;ew(a+56|0);qA(a+44|0);PB(a);return}function iA(a){a=a|0;var b=0;switch(a<<24>>24|0){case 105:{b=1;break}case 106:{b=2;break}case 102:{b=3;break}case 100:{b=4;break}case 118:{b=0;break}default:Ea()}return b|0}function jA(a){a=a|0;var b=0;NB(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4520;return}function kA(a){a=a|0;cs(k[a+4>>2]|0);return}function lA(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-1|0;k[c>>2]=e;d=e}oN(k[a>>2]|0);return}function mA(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);if((b&2147483647)>>>0>2139095040)return +(k[t>>2]=b|4194304,+o[t>>2]);else Ha(19022,13515,295,19056);return +(0.0)}function nA(){var a=0;a=VC(28)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+24>>2]=0;BG(a);return a|0}function oA(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+84>>2]|0;d=(k[a+88>>2]|0)-c>>2;a=d+~b|0;if(a>>>0<d>>>0)return k[c+(a<<2)>>2]|0;else Ha(15313,13928,1846,15364);return 0}function pA(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);switch((b>>>23&255)<<24>>24){case 0:{b=b&2147483647|0?3:2;break}case -1:{b=(b&8388607|0)==0&1;break}default:b=4}return b|0}function qA(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-4|0;k[a>>2]=d;b=d}oN(c)}return}function rA(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-1|0;k[a>>2]=d;b=d}oN(c)}return}function sA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+yz(+GH(b));o[a+8>>2]=c;b=3}else{c=+Ls(+FH(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function tA(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;return}else Ha(16403,13515,378,18420)}function uA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))Er(b,c,d);return}function vA(a){a=a|0;var b=0;b=rh(a,28)|0;k[b>>2]=6;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function wA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=c+8|0;Eb[k[(k[b>>2]|0)+16>>2]&15](a,b,k[c>>2]|0,k[c+4>>2]|0,0,d);return}function xA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;tB(a+16|0,d);return}function yA(a){a=a|0;var b=0;switch(a|0){case 1:{b=105;break}case 2:{b=106;break}case 3:{b=102;break}case 4:{b=100;break}case 0:{b=118;break}default:Ea()}return b|0}function zA(a){a=a|0;var b=0;switch(a|0){case 0:{b=1;break}case 1:{b=2;break}case 2:{b=4;break}case 3:{b=8;break}case 4:{b=16;break}case 5:{b=32;break}default:{}}return b|0}function AA(a){a=a|0;var b=0;switch(a|0){case 1:{b=0;break}case 2:{b=1;break}case 4:{b=2;break}case 8:{b=3;break}case 16:{b=4;break}case 32:{b=5;break}default:{}}return b|0}function BA(){var a=0,b=0,c=0;a=VC(40)|0;b=a;c=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));Kz(a);k[a>>2]=4240;return a|0}function CA(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{i[b>>0]=0;b=(k[c>>2]|0)+1|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function DA(a){a=a|0;var b=0,c=0;b=a+4|0;c=k[b>>2]|0;a=(k[c+4>>2]|0)-(k[c>>2]|0)|0;og(c,0);cj(k[b>>2]|0,0)|0;return a|0}function EA(a){a=a|0;var b=0;switch(a|0){case 0:{b=0;break}case 1:{b=1;break}case 2:{b=2;break}case 3:{b=3;break}case 4:{b=4;break}default:Ea()}return b|0}function FA(a,b){a=a|0;b=b|0;var c=0;c=b+32|0;Ng(a,b,b+28|0,Ng(a,b,c,0,0,0)|0,c,0)|0;return}function GA(a,b){a=a|0;b=b|0;a=k[(k[a+4>>2]|0)+36>>2]|0;Jb[k[(k[a>>2]|0)+24>>2]&511](a,b);return}function HA(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[7584+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function IA(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[6048+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function JA(a,b){a=a|0;b=b|0;var c=0;c=b+20|0;Ng(a,b,b+24|0,Ng(a,b,c,0,0,0)|0,c,0)|0;return}function KA(a,b){a=a|0;b=b|0;var c=0;c=b+12|0;Ng(a,b,b+16|0,Ng(a,b,c,0,0,0)|0,c,0)|0;return}function LA(a,b,c){a=a|0;b=b|0;c=c|0;if(a>>>0<=b>>>0&(a+4096|0)>>>0>=b>>>0){a=a+4096|0;if((b+(c+15&-16)|0)==(k[a>>2]|0))k[a>>2]=b}else uc(b);return}function MA(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;f=a;k[f>>2]=0;k[f+4>>2]=0;f=a+8|0;k[f>>2]=-1;k[f+4>>2]=-1;return}function NA(){var a=0,b=0,c=0;a=VC(40)|0;b=a;c=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));Uz(a);k[a>>2]=3720;return a|0}function OA(){var a=0,b=0;a=VC(28)|0;k[a>>2]=3472;b=a+4|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;return a|0}function PA(a){a=a|0;var b=0;b=a+4|0;nw(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function QA(a){a=a|0;var b=0;b=rh(a,32)|0;k[b>>2]=20;k[b+4>>2]=0;k[b+12>>2]=0;k[b+16>>2]=a;k[b+20>>2]=0;k[b+24>>2]=0;k[b+28>>2]=0;return b|0}function RA(a){a=a|0;var b=0;if((Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+4;a=k[a>>2]|0}return a|0}function SA(a){a=a|0;var b=0;if((Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+1;a=l[a>>0]|0}return a|0}function TA(a,b){a=a|0;b=b|0;Lz(a);k[a>>2]=4680;k[a+40>>2]=b;k[a+44>>2]=0;return}function UA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=$(d>>>0<c>>>0?d:c,a)|0;d=b+(a+(c>>>0<d>>>0?d:c))|0;c=i[d>>0]|0;i[d>>0]=c<<24>>24==-1?-1:(c&255)+1&255;return}function VA(a){a=a|0;var b=0;b=rh(a,28)|0;k[b>>2]=1;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=a;k[b+16>>2]=0;k[b+20>>2]=0;k[b+24>>2]=0;return b|0}function WA(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;i[e>>0]=a<<24>>24>-1?a:d;e=e+1|0;b=b+1|0}return c|0}function XA(a){a=a|0;Jm(a+16|0);k[a>>2]=3432;WI(a+4|0);return}function YA(a){a=a|0;Qp(42588);Pp(42672);Qp(42924);Pp(43008);return}function ZA(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+8>>2]|0;d=(k[a+12>>2]|0)-c>>2;if(d>>>0>b>>>0)a=c+(b<<2)|0;else a=(k[a+20>>2]|0)+(b-d<<2)|0;return k[a>>2]|0}function _A(a,b,c){a=a|0;b=b|0;c=c|0;wE(b,zA(zh(a)|0)|0,0)|0;wE(c,zh(a)|0,0)|0;return}function $A(a,b){a=a|0;b=b|0;var c=0;if((b|0)<0)EL();else{c=VC(b)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+b;return}}function aB(a){a=a|0;var b=0,c=0;b=k[a+8>>2]|0;if(b|0?(c=k[a+12>>2]|0,c|0):0){b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0;return}Ha(15860,13515,1310,15239)}function bB(a,b){a=a|0;b=b|0;var c=0,d=0;d=pq(b)|0;c=VC(d+13|0)|0;k[c>>2]=d;k[c+4>>2]=d;k[c+8>>2]=0;c=c+12|0;Fr(c|0,b|0,d+1|0)|0;k[a>>2]=c;return}function cB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(k[b>>2]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+4|0}return a|0}function dB(){var a=0;k[10151]=0;k[10150]=12048;k[10152]=46;k[10153]=44;k[10154]=0;k[10155]=0;k[10156]=0;a=0;while(1){if((a|0)==3)break;k[40616+(a<<2)>>2]=0;a=a+1|0}return}function eB(a){a=a|0;k[a>>2]=9120;KG(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function fB(a){a=a|0;k[a>>2]=9056;KG(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function gB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(i[b>>0]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+1|0}return a|0}function hB(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+44>>2]|0;b=a+48|0;a=k[b>>2]|0;while(1){if((a|0)==(c|0))break;d=a+-4|0;k[b>>2]=d;a=d}return}function iB(){var a=0;k[10145]=0;k[10144]=12008;i[40584]=46;i[40585]=44;k[10147]=0;k[10148]=0;k[10149]=0;a=0;while(1){if((a|0)==3)break;k[40588+(a<<2)>>2]=0;a=a+1|0}return}function jB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+20|0;e=k[d>>2]|0;a=(k[a+16>>2]|0)-e|0;a=a>>>0>c>>>0?c:a;Fr(e|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+a;return c|0}function kB(a,b){a=a|0;b=b|0;return (Xu(a,b)|0)!=0|0}function lB(a,b){a=a|0;b=b|0;a=gI(k[b>>2]|0)|0;if((k[k[a+16>>2]>>2]|0)==21){k[a>>2]=21;k[a+4>>2]=0}return}function mB(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[7584+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function nB(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[6048+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function oB(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=0;return}else Ha(16403,13515,382,18433)}function pB(a){a=a|0;a=a>>>1|a;a=a>>>2|a;a=a>>>4|a;a=a>>>8|a;a=a>>>16|a;if(!a)a=32;else{a=30585+(($(a,130329821)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function qB(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+15&-16;d=a+4096|0;b=k[d>>2]|0;if((a+4096-b|0)>>>0<c>>>0)b=$b(c)|0;else k[d>>2]=b+c;return b|0}function rB(a){a=a|0;var b=0;b=k[10207]|0;do{k[b>>2]=0;b=(k[10207]|0)+4|0;k[10207]=b;a=a+-1|0}while((a|0)!=0);return}function sB(a){a=a|0;var b=0;b=k[a+16>>2]|0;if((b|0)!=(a|0)){if(b|0)Ib[k[(k[b>>2]|0)+20>>2]&255](b)}else Ib[k[(k[b>>2]|0)+16>>2]&255](b);return}function tB(a,b){a=a|0;b=b|0;k[a+16>>2]=b;fm(a+-16+16|0,b+36|0);Fp(b);return}function uB(a){a=a|0;dt(k[a+4>>2]|0);return}function vB(){k[10368]=0;Ke(41476,30454,1);Ke(41480,30473,1);Ke(41484,30492,1);Ke(41488,30511,1);Ke(41492,30532,1);return}function wB(a,b,c){a=a|0;b=b|0;c=c|0;return Mj(a,b,c,pq(c)|0)|0}function xB(a,b){a=a|0;b=b|0;var c=0;c=oI(ln(b,0)|0)|0;if((c|0)==(k[10436]|0))Ad(a,b);return}function yB(a){a=a|0;k[a>>2]=9040;nx(a);YK(a+28|0);uc(k[a+32>>2]|0);uc(k[a+36>>2]|0);uc(k[a+48>>2]|0);uc(k[a+60>>2]|0);return}function zB(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);if((b&2130706432)>>>0<=1249902592){b=(b|0)<0;a=b?a+-8388608.0+8388608.0:a+8388608.0+-8388608.0;if(a==0.0)a=b?-0.0:0.0}return +a}function AB(a){a=a|0;var b=0;b=bb(k[11344]|0)|0;mb(k[11344]|0,a|0)|0;if(b|0){qK(k[b>>2]|0);oN(b)}return}function BB(a,b){a=a|0;b=b|0;var c=0;c=5381;while(1){if(!a)break;c=c*33^a&255;a=a>>>8}while(1){if(!b)break;a=c*33^b&255;b=b>>>8;c=a}return c|0}function CB(a){a=a|0;var b=0,c=0;c=a+92|0;b=k[c>>2]|0;k[c>>2]=0;if((b|0)==((k[a+4>>2]|0)-(k[a>>2]|0)>>2|0))return;else Ha(30688,30649,183,30710)}function DB(a){a=a|0;var b=0,c=0;b=a+16|0;HM(b);c=a+92|0;k[c>>2]=(k[c>>2]|0)+1;KL(a+44|0);AJ(b);return}function EB(a,b,c){a=a|0;b=b|0;c=c|0;sz(a,40)|0;PE(a,b)|0;return a|0}function FB(a,b){a=+a;b=+b;var c=0;c=(o[t>>2]=a,k[t>>2]|0);return +(k[t>>2]=(o[t>>2]=b,k[t>>2]|0)&-2147483648|c&2147483647,+o[t>>2])}function GB(a,b){a=a|0;b=b|0;b=hI(k[b>>2]|0)|0;pz(k[a+40>>2]|0,b);return}function HB(a,b){a=a|0;b=b|0;b=(bI(k[b>>2]|0)|0)+8|0;AG(a,k[b>>2]|0);return}function IB(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}k[a+32>>2]=0;return}function JB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=k[b>>2];if(!c)break;else{b=b+4|0;d=d+4|0}}}return a|0}function KB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f|0;ge(a,b,c,d,e)|0;r=f;return (M=k[e+4>>2]|0,k[e>>2]|0)|0}function LB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=a;k[d>>2]=0;k[d+4>>2]=0;d=a+8|0;k[d>>2]=-1;k[d+4>>2]=-1;return}function MB(a,b){a=a|0;b=b|0;var c=0,d=0;b=a+44|0;c=k[b>>2]|0;a=0;while(1){if((a|0)==-1)break;d=a+-1|0;k[b>>2]=c+(d<<2);a=d}return}function NB(a){a=a|0;var b=0;k[a>>2]=3432;b=a+4|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function OB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=$(d>>>0<c>>>0?d:c,a)|0;d=a+(c>>>0<d>>>0?d:c)|0;return (1<<(d&31)&k[b+(d>>>5<<2)>>2]|0)!=0|0}function PB(a){a=a|0;rz(a+20|0);k[a>>2]=3432;WI(a+4|0);return}function QB(a,b){a=a|0;b=b|0;var c=0;c=0;while(1){if((c|0)==(b|0))break;PE(a,24992)|0;c=c+1|0}return}function RB(a,b,c,d,e,f,g,h,i){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;i=i|0;return Ob[a&15](b|0,c|0,d|0,e|0,f|0,g|0,h|0,i|0)|0}function SB(a){a=a|0;tH(a+12|0);tH(a);return}function TB(a){a=a|0;var b=0,c=0;rw(a);b=a+24|0;if(k[b>>2]|0?(c=k[b>>2]|0,c|0):0){TB(c);oN(c)}qA(a);return}function UB(a,b){a=a|0;b=b|0;hs(a,DH(k[b>>2]|0)|0);return}function VB(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;b=Dn(a,ln(b,1)|0)|0;k[c+104>>2]=b;return}function WB(a){a=a|0;var b=0;switch(a|0){case 0:{Ea();break}case 3:case 1:{b=4;break}case 2:{b=8;break}case 4:{b=8;break}default:{}}return b|0}function XB(a,b){a=a|0;b=b|0;var c=0;c=k[a+36>>2]|0;if((k[a+40>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ha(21018,13515,1516,19361);return 0}function YB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;if((b|0)==0&(c|0)==0|(b|0)==-1?(e=(k[a+4>>2]|0)<0,f=(d&64)==0,f|e):0)return f&e|0;return 1}function ZB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==4){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=2;return}else Ha(13732,13515,222,18635)}function _B(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=4;return}else Ha(16464,13515,210,17456)}function $B(a,b){a=a|0;b=b|0;Ao(a,HH(k[b>>2]|0)|0);return}function aC(a,b){a=a|0;b=b|0;sz(a,40)|0;PE(a,b)|0;return a|0}function bC(a,b){a=a|0;b=b|0;Ln(cI(k[b>>2]|0)|0);return}function cC(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((k[a+4>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ha(14690,13515,1513,14715);return 0}function dC(a,b){a=a|0;b=b|0;return $m(a,b,pq(b)|0)|0}function eC(a,b){a=a|0;b=b|0;var c=0;c=k[a+12>>2]|0;if((k[a+16>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ha(15555,13515,1514,15574);return 0}function fC(a,b){a=a|0;b=b|0;var c=0;c=k[a+48>>2]|0;if((k[a+52>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ha(17818,13515,1517,17837);return 0}function gC(a,b){a=a|0;b=b|0;EB(k[a>>2]|0,24903,0)|0;lp(a,b);return}function hC(a){a=a|0;var b=0;b=VC(44)|0;a=k[a+40>>2]|0;Bz(b);k[b>>2]=4600;k[b+40>>2]=a;return b|0}function iC(){var a=0;a=VC(20)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function jC(a){a=a|0;var b=0;while(1){if(!a)break;b=k[a>>2]|0;oN(a);a=b}return}function kC(a){a=a|0;var b=0;a=rh(a,24)|0;k[a>>2]=15;k[a+4>>2]=0;k[a+8>>2]=0;b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;return a|0}function lC(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){qK(k[b>>2]|0);oN(b)}return}function mC(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}return}function nC(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==4){c=+FH(b);k[a>>2]=3;o[a+8>>2]=c;return}else Ha(13732,13515,394,18660)}function oC(a,b,c){a=a|0;b=b|0;c=c|0;a=mI(a)|0;k[a+8>>2]=b;k[a+12>>2]=c;k[a+4>>2]=k[c+4>>2];return a|0}function pC(a,b){a=a|0;b=b|0;Oq(gI(k[b>>2]|0)|0);return}function qC(a){a=a|0;var b=0;a=rh(a,20)|0;k[a>>2]=4;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[a+4>>2]=5;return a|0}function rC(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+GH(b);k[a>>2]=4;p[a+8>>3]=c;return}else Ha(18391,13515,386,18623)}function sC(a,b){a=a|0;b=b|0;mE(a,OH(k[b>>2]|0)|0);return}function tC(a){a=a|0;var b=0.0;switch(k[a>>2]|0){case 3:{b=+GH(a);break}case 4:{b=+FH(a);break}default:Ea()}return +b}function uC(a,b){a=a|0;b=b|0;a=VA(a)|0;if(b|0){xx(a+12|0,b);Ln(a)}return a|0}function vC(a,b){a=a|0;b=b|0;mo(a,QH(k[b>>2]|0)|0);return}function wC(a,b){a=a|0;b=b|0;Kx(a,OH(k[b>>2]|0)|0);return}function xC(a,b){a=a|0;b=b|0;Lx(a,QH(k[b>>2]|0)|0);return}function yC(a,b){a=a|0;b=b|0;Hu(a,b);k[a+12>>2]=-1;k[a+16>>2]=-1;return}function zC(){var a=0,b=0;a=r;r=r+16|0;if(!(ab(45380,3)|0)){b=bb(k[11346]|0)|0;r=a;return b|0}else MH(37904,a);return 0}function AC(){var a=0;if(!(i[40952]|0)){i[40952]=1;a=40840}else a=VC(112)|0;k[10207]=a;k[10206]=a;k[10208]=a+112;return}function BC(a){a=a|0;if(!a){a=Ia(4)|0;k[a>>2]=3136;pb(a|0,16,1)}else return Lb[k[(k[a>>2]|0)+24>>2]&127](a)|0;return 0}function CC(a){a=a|0;qA(a+48|0);qA(a+36|0);cE(a);return}function DC(a,b){a=a|0;b=b|0;gk(a,YH(k[b>>2]|0)|0);return}function EC(a,b){a=a|0;b=b|0;$s(a,OH(k[b>>2]|0)|0);return}function FC(a,b){a=a|0;b=b|0;$s(a,QH(k[b>>2]|0)|0);return}function GC(a){a=a|0;a=k[a+8>>2]|0;if(a){a=KI(a)|0;if(!a)a=4;else{KI(a)|0;a=4}}else a=1;return a|0}function HC(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);if((b&2147483647)>>>0>2139095040)return b&8388607|0;else Ha(19022,13515,281,19130);return 0}function IC(a,b){a=a|0;b=b|0;Ul(lI(k[b>>2]|0)|0);return}function JC(a,b){a=a|0;b=b|0;if(b>>>0<1106247679|(b|0)==1106247679&a>>>0<4292870145)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function KC(a,b){a=a|0;b=b|0;if(b>>>0<1105199103|(b|0)==1105199103&a>>>0<4290772993)a=1;else a=(b|0)<0&(b>>>0<3252682752|(b|0)==-1042284544&a>>>0<1);return a|0}function LC(a,b){a=a|0;b=b|0;k[a>>2]=b;a=a+4|0;wt(a);rm(a,b);return}function MC(a){a=a|0;k[a>>2]=3536;k[a+64>>2]=3576;k[a+8>>2]=3556;WC(a+12|0);return}function NC(a){a=a|0;var b=0,c=0;b=a+12|0;HM(b);c=a+88|0;k[c>>2]=k[c>>2]|4;HM(a+40|0);AJ(b);return}function OC(a,b){a=a|0;b=b|0;var c=0,d=0;it(a,b);d=b+32|0;c=k[d+4>>2]|0;b=a+32|0;k[b>>2]=k[d>>2];k[b+4>>2]=c;return}function PC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=a;f=c;c=Gx(e,f)|0;a=M;return (M=($(b,f)|0)+($(d,e)|0)+a|a&0,c|0|0)|0}function QC(a){a=a|0;var b=0;b=VC(24)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=b;return}function RC(a,b){a=a|0;b=b|0;Ao(a,hI(k[b>>2]|0)|0);return}function SC(a,b){a=a|0;b=b|0;gt(a,bI(k[b>>2]|0)|0);return}function TC(a,b){a=a|0;b=b|0;Rg(a,cI(k[b>>2]|0)|0);return}function UC(a){a=a|0;if(!(i[a+8>>0]|0)){sz(k[a>>2]|0,10)|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1}return}function VC(a){a=a|0;var b=0;b=(a|0)==0?1:a;while(1){a=$b(b)|0;if(a|0)break;a=QL()|0;if(!a){a=0;break}Nb[a&3]()}return a|0}function WC(a){a=a|0;k[a>>2]=3368;WI(a+32|0);jK(a);return}function XC(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;aq(a,12080,JI(12080)|0);return}function YC(a,b){a=a|0;b=b|0;mn(a,YH(k[b>>2]|0)|0);return}function ZC(a,b){a=a|0;b=b|0;EB(k[a>>2]|0,24916,0)|0;lp(a,b);return}function _C(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;aq(a,12104,JI(12104)|0);return}function $C(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;k[e>>2]=c;k[h>>2]=f;return 3}function aD(a,b){a=a|0;b=b|0;an(_H(k[b>>2]|0)|0);return}function bD(a,b){a=a|0;b=b|0;ym(a,gI(k[b>>2]|0)|0);return}function cD(a,b){a=a|0;b=b|0;an(dI(k[b>>2]|0)|0);return}function dD(a){a=a|0;SH(a+16|0);WI(a);return}function eD(a,b){a=a|0;b=b|0;Kj(a,cI(k[b>>2]|0)|0);return}function fD(a,b){a=a|0;b=b|0;Mx(a,bI(k[b>>2]|0)|0);return}function gD(a,b){a=a|0;b=b|0;PD(a,cI(k[b>>2]|0)|0);return}function hD(a,b){a=a|0;b=b|0;cH(a,OH(k[b>>2]|0)|0);return}function iD(a,b){a=a|0;b=b|0;if(b>>>0<1139802112|(b|0)==1139802112&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function jD(a,b){a=a|0;b=b|0;if(b>>>0<1138753536|(b|0)==1138753536&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3286237184|(b|0)==-1008730112&a>>>0<1);return a|0}function kD(a){a=a|0;xz(a);k[a>>2]=4160;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;return}function lD(a){a=a|0;var b=0;b=r;r=r+16|0;uc(a);if(!(mb(k[11346]|0,0)|0)){r=b;return}else MH(38003,b)}function mD(a){a=a|0;var b=0,c=0;c=a+4|0;b=k[c>>2]|0;k[c>>2]=b+-1;if(!b)Ib[k[(k[a>>2]|0)+8>>2]&255](a);return}function nD(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}return c|0}function oD(a){a=a|0;NB(a);kq(a+16|0);k[a>>2]=4804;return}function pD(){var a=0;a=$b(4)|0;if(!a)return a|0;if(!(k[a+-4>>2]&3))return a|0;i[a>>0]=0;i[a+1>>0]=0;i[a+2>>0]=0;i[a+3>>0]=0;return a|0}function qD(a,b){a=a|0;b=b|0;FA(a,YH(k[b>>2]|0)|0);return}function rD(a,b){a=a|0;b=b|0;Vv(a,TH(k[b>>2]|0)|0);return}function sD(a,b){a=a|0;b=b|0;XG(a,UH(k[b>>2]|0)|0);return}function tD(a,b){a=a|0;b=b|0;Is(a,YH(k[b>>2]|0)|0);return}function uD(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;return Cb[a&7](b|0,c|0,d|0,e|0,f|0,g|0,h|0)|0}function vD(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;k[d>>2]=i[b>>0];d=d+4|0;b=b+1|0}return c|0}function wD(a,b){a=a|0;b=b|0;KA(a,VH(k[b>>2]|0)|0);return}function xD(a,b){a=a|0;b=b|0;ej(a,YH(k[b>>2]|0)|0);return}function yD(a,b){a=a|0;b=b|0;zw(a,gI(k[b>>2]|0)|0);return}function zD(a,b){a=a|0;b=b|0;cH(a,ZH(k[b>>2]|0)|0);return}function AD(a,b){a=a|0;b=b|0;JA(a,_H(k[b>>2]|0)|0);return}function BD(a,b){a=a|0;b=b|0;KA(a,bI(k[b>>2]|0)|0);return}function CD(a,b){a=a|0;b=b|0;Uh(a,cI(k[b>>2]|0)|0);return}function DD(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=b;if(!c)break;else d=d+4|0}}return a|0}function ED(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;cq(a,1,45);return}function FD(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;as(a,1,45);return}function GD(a,b){a=a|0;b=b|0;xJ(k[k[b>>2]>>2]|0);i[a+24>>0]=1;return}function HD(){var a=0,b=0,c=0;a=VC(52)|0;b=a;c=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));kD(a);return a|0}function ID(a){a=a|0;switch(a&74){case 64:{a=8;break}case 8:{a=16;break}case 0:{a=0;break}default:a=10}return a|0}function JD(a,b){a=a|0;b=b|0;Qq(a,bI(k[b>>2]|0)|0);return}function KD(a,b){a=a|0;b=b|0;Aj(a,cI(k[b>>2]|0)|0);return}function LD(a,b){a=a|0;b=b|0;var c=0;c=k[a+40>>2]|0;if((k[a+44>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else return 0;return 0}function MD(a,b){a=a|0;b=b|0;a=zI(a)|0;k[a+8>>2]=20;k[a+12>>2]=b;Ui(a);return a|0}function ND(a){a=a|0;sz(aC(a,23453)|0,41)|0;return}function OD(a){a=a|0;if(((i[a+25>>0]|0)==0?(k[a+48>>2]|0)==0:0)?(i[a+53>>0]|0)==0:0)a=(i[a+24>>0]|0)!=0;else a=1;return a|0}function PD(a,b){a=a|0;b=b|0;b=b+8|0;if(k[b>>2]|0)Gv(a+56|0,b);return}function QD(a,b){a=a|0;b=b|0;var c=0;if(!((a|0)!=0?(c=LD(a,b)|0,(c|0)!=0):0))c=fx(b)|0;return c|0}function RD(a,b){a=a|0;b=b|0;rH(a,dI(k[b>>2]|0)|0);return}function SD(a,b){a=a|0;b=b|0;var c=0;c=k[a+48>>2]|0;if((k[a+52>>2]|0)-c>>2>>>0>b>>>0)a=k[c+(b<<2)>>2]|0;else a=0;return a|0}function TD(){var a=0,b=0,c=0;a=VC(68)|0;b=a;c=b+68|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));Jz(a);return a|0}function UD(){var a=0,b=0,c=0;a=VC(128)|0;b=a;c=b+128|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));cr(a);return a|0}function VD(a){a=a|0;xv(a);return}function WD(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=Il(a,b,c,f)|0;r=e;return d|0}function XD(a,b){a=a|0;b=b|0;Lk(a,lI(k[b>>2]|0)|0);return}function YD(a){a=a|0;bM(a+44|0);GM(a+16|0);Ct(a);return}function ZD(a){a=a|0;var b=0,c=0;c=(k[a>>2]|0)+-4|0;b=k[c>>2]|0;k[c>>2]=b+-1;if((b+-1|0)<0)oN((k[a>>2]|0)+-12|0);return}function _D(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Yr(a,39518,5);return}function $D(a,b){a=a|0;b=b|0;vn(a,gI(k[b>>2]|0)|0);return}function aE(a,b){a=a|0;b=b|0;a=k[a+4>>2]|0;cl(a,b,-5-b+(k[a+4>>2]|0)-(k[a>>2]|0)|0);return}function bE(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Yr(a,39524,4);return}function cE(a){a=a|0;uz(a+24|0);qA(a+12|0);qA(a);return}function dE(a,b){a=a|0;b=b|0;DH(k[b>>2]|0)|0;i[a+25>>0]=1;return}function eE(a){a=a|0;switch(k[a+8>>2]|0){case 3:case 1:case 0:{k[a+4>>2]=1;break}case 2:{k[a+4>>2]=1;break}default:Ea()}return}function fE(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=VC(116)|0;Qn(d,a,b,c);return d|0}function gE(){var a=0,b=0,c=0;a=VC(64)|0;b=a;c=b+64|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));Zz(a);return a|0}function hE(a,b){a=a|0;b=b|0;if((b|0)==0&0==0)a=(pB(a)|0)+32|0;else a=pB(b)|0;return a|0}function iE(a){a=a|0;var b=0;b=k[a+8>>2]|0;if(!b)Ha(23023,23040,201,23067);else return (k[a+4>>2]|0)+(b+-1<<2)|0;return 0}function jE(){var a=0;a=VC(16)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return a|0}function kE(a){a=a|0;DE(a);RL(a+60|0);return}function lE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){k[a>>2]=1;k[a+8>>2]=c;return}else Ha(16464,13515,390,18446)}function mE(a,b){a=a|0;b=b|0;if(!(k[(k[k[a+24>>2]>>2]|0)+(k[b+8>>2]<<2)>>2]|0))k[a>>2]=k[b+12>>2];return}function nE(a){a=a|0;var b=0;b=VC(8)|0;k[b>>2]=3156;k[b+4>>2]=k[a+4>>2];return b|0}function oE(a){a=a|0;var b=0;b=VC(8)|0;k[b>>2]=3244;k[b+4>>2]=k[a+4>>2];return b|0}function pE(a){a=a|0;var b=0;b=VC(8)|0;k[b>>2]=3200;k[b+4>>2]=k[a+4>>2];return b|0}function qE(a,b){a=a|0;b=b|0;Ze(a,cI(k[b>>2]|0)|0);return}function rE(a,b){a=a|0;b=b|0;HH(k[b>>2]|0)|0;i[a+25>>0]=1;return}function sE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=$(d>>>0<c>>>0?d:c,a)|0;return (i[b+(a+(c>>>0<d>>>0?d:c))>>0]|0)!=0|0}function tE(a){a=a|0;kE(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function uE(a){a=a|0;dH(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function vE(a){a=a|0;MC(a);RL(a+64|0);return}function wE(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Ha(13472,13515,103,38727);else{k[a>>2]=b;return a|0}return 0}function xE(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=32768;b=yN()|0;k[a+20>>2]=b;k[a+24>>2]=0;return}function yE(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==22742?a+4|0:0)|0}function zE(a){a=a|0;if((k[a>>2]|0)==4){a=a+8|0;M=k[a+4>>2]|0;return k[a>>2]|0}else Ha(13732,13515,236,18645);return 0}function AE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=$(c,b)|0;a=pk(a,e,d)|0;if((a|0)!=(e|0))c=(a>>>0)/(b>>>0)|0;return c|0}function BE(a){a=a|0;vE(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function CE(a){a=a|0;nH(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function DE(a){a=a|0;k[a>>2]=3292;k[a+60>>2]=3312;WC(a+8|0);return}function EE(a,b){a=a|0;b=b|0;if((k[a+8>>2]|0)>>>0>b>>>0)return (k[a+4>>2]|0)+(b<<2)|0;else Ha(13553,23040,181,38896);return 0}function FE(a,b){a=a|0;b=b|0;KH(k[b>>2]|0)|0;i[a+53>>0]=1;return}function GE(a,b){a=a|0;b=b|0;LH(k[b>>2]|0)|0;i[a+52>>0]=1;return}function HE(a,b){a=a|0;b=b|0;if(!a)a=(ZF(b)|0)+32|0;else a=ZF(a)|0;return a|0}function IE(a){a=a|0;var b=0;b=VC(48)|0;TA(b,k[a+40>>2]|0);return b|0}function JE(a,b){a=a|0;b=b|0;k[b>>2]=3156;k[b+4>>2]=k[a+4>>2];return}function KE(a,b){a=a|0;b=b|0;k[b>>2]=3244;k[b+4>>2]=k[a+4>>2];return}function LE(a,b){a=a|0;b=b|0;k[b>>2]=3200;k[b+4>>2]=k[a+4>>2];return}function ME(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if((b+1|0)>>>0<=1?(d=(k[a>>2]|0)<0,e=(c&64)==0,e|d):0)return e&d|0;return 1}function NE(a){a=a|0;var b=0;b=VC(16)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;i[b+12>>0]=a&1;return b|0}function OE(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=k[a+60>>2];a=aJ(sb(6,c|0)|0)|0;r=b;return a|0}function PE(a,b){a=a|0;b=b|0;return uj(a,b,pq(b)|0)|0}function QE(a){a=a|0;Mv(k[a+4>>2]|0);return}function RE(a,b){a=a|0;b=b|0;UH(k[b>>2]|0)|0;i[a+24>>0]=1;return}function SE(a){a=a|0;sz(aC(a,23465)|0,41)|0;return}function TE(a,b,c){a=a|0;b=b|0;c=c|0;c=BB(BB(k[a>>2]|0,c)|0,b)|0;k[a>>2]=c;return}function UE(a){a=a|0;XA(a);oN(a);return}function VE(a){a=a|0;var b=0;a=a+8|0;b=k[a>>2]|0;if(!b)Ha(23023,23040,206,23058);else{k[a>>2]=b+-1;return}}function WE(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return pf(c,d,e)|0}function XE(a){a=a|0;if((k[a>>2]|0)==2){a=a+8|0;M=k[a+4>>2]|0;return k[a>>2]|0}else Ha(16464,13515,229,20188);return 0}function YE(a){a=a|0;var b=0,c=0;b=5381;while(1){c=i[a>>0]|0;if(!(c<<24>>24))break;a=a+1|0;b=c<<24>>24^b*33}return b|0}function ZE(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==3){k[a+8>>2]=k[b+8>>2];k[a>>2]=1;return}else Ha(18391,13515,216,18613)}function _E(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==1){k[a+8>>2]=k[b+8>>2];k[a>>2]=3;return}else Ha(16403,13515,204,17446)}function $E(a,b){a=a|0;b=b|0;_H(k[b>>2]|0)|0;i[a+53>>0]=1;return}function aF(a){a=+a;p[t>>3]=a;if((k[t+4>>2]|0)<0)return 0;else return a<=18446744073709551616.0&(VM(a)|0)|0;return 0}function bF(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;return Kb[a&63](b|0,c|0,d|0,e|0,f|0,g|0)|0}function cF(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return wf(c,d,e)|0}function dF(a){a=a|0;jA(a);k[a>>2]=4480;k[a+40>>2]=0;k[a+44>>2]=0;k[a+48>>2]=0;return}function eF(){var a=0,b=0,c=0;a=VC(52)|0;b=a;c=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));dF(a);return a|0}function fF(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){M=b>>c;return a>>>c|(b&(1<<c)-1)<<32-c}M=(b|0)<0?-1:0;return b>>c-32|0}function gF(a){a=a|0;var b=0;k[a>>2]=11888;a=a+8|0;b=k[a>>2]|0;if((b|0)!=(aI()|0))oN(k[a>>2]|0);return}function hF(a,b){a=a|0;b=b|0;dI(k[b>>2]|0)|0;i[a+52>>0]=1;return}function iF(a,b){a=a|0;b=b|0;eI(k[b>>2]|0)|0;i[a+25>>0]=1;return}function jF(a,b){a=a|0;b=b|0;hI(k[b>>2]|0)|0;i[a+25>>0]=1;return}function kF(a,b){a=a|0;b=b|0;Mo(a,lI(k[b>>2]|0)|0);return}function lF(a){a=a|0;if(!(i[a+25>>0]|0)){a=j[a+52>>1]|0;return (a&65535)>255|(a&255)<<24>>24!=0|0}else return 1;return 0}function mF(a){a=a|0;a=rh(a,28)|0;k[a>>2]=14;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function nF(a,b){a=a|0;b=b|0;return Vl(a,b,pq(b)|0)|0}function oF(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;hK(b,k[a+28>>2]|0);r=c;return k[b>>2]|0}function pF(a){a=a|0;a=rh(a,24)|0;k[a>>2]=13;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function qF(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=+g;return Gb[a&3](b|0,c|0,d|0,e|0,f|0,+g)|0}function rF(a,b){a=a|0;b=b|0;var c=0;c=VC(84)|0;Je(c,a,b);return c|0}function sF(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){YD(b);oN(b)}return}function tF(a,b){a=a|0;b=b|0;return Fn(a,b,pq(b)|0)|0}function uF(a,b){a=a|0;b=b|0;if(!((b|0)!=0?(k[b>>2]|0)==1:0))b=uC(a,b)|0;return b|0}function vF(a,b,c){a=a|0;b=b|0;c=c|0;k[a>>2]=b;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Ha(13472,13515,100,13526);else return}function wF(){var a=0;a=r;r=r+16|0;if(!(Da(45384,206)|0)){r=a;return}else MH(37953,a)}function xF(a){a=a|0;a=rh(a,20)|0;k[a>>2]=3;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return a|0}function yF(a,b){a=a|0;b=b|0;cn(a,b,JI(b)|0);return}function zF(a,b){a=a|0;b=b|0;hn(a,b,pq(b)|0);return}function AF(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==14377?a+4|0:0)|0}function BF(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==16345?a+4|0:0)|0}function CF(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==16191?a+4|0:0)|0}function DF(a){a=a|0;rA(a+20|0);ky(a);return}function EF(a,b,c){a=a|0;b=b|0;c=c|0;a=a+44|0;c=BB(BB(k[a>>2]|0,c)|0,b)|0;k[a>>2]=c;return}function FF(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;Eb[a&15](b|0,c|0,d|0,e|0,f|0,g|0)}function GF(a){a=a|0;a=44680;do{a=a+-12|0;LI(a)}while((a|0)!=44392);return}function HF(a){a=a|0;a=43868;do{a=a+-12|0;WI(a)}while((a|0)!=43580);return}function IF(a,b){a=a|0;b=b|0;xJ(k[k[b>>2]>>2]|0);return}function JF(a,b){a=a|0;b=b|0;dG(a,(i[b+11>>0]|0)<0?k[b>>2]|0:b,0);return}function KF(a,b){a=a|0;b=b|0;ui(a,b);return Yz(a)|0}function LF(a){a=a|0;a=44972;do{a=a+-12|0;LI(a)}while((a|0)!=44684);return}function MF(a){a=a|0;a=44160;do{a=a+-12|0;WI(a)}while((a|0)!=43872);return}function NF(a){a=a|0;a=45144;do{a=a+-12|0;LI(a)}while((a|0)!=44976);return}function OF(a){a=a|0;nw(k[a+4>>2]|0);return}function PF(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){M=b<<c|(a&(1<<c)-1<<32-c)>>>32-c;return a<<c}M=a<<c-32;return 0}function QF(a,b,c){a=a|0;b=b|0;c=c|0;if(b>>>0>c>>>0)return a+(c<<2)|0;else Ha(13553,23040,181,38896);return 0}function RF(a){a=a|0;a=44332;do{a=a+-12|0;WI(a)}while((a|0)!=44164);return}function SF(a){a=a|0;var b=0;b=VC(8)|0;k[b>>2]=3632;k[b+4>>2]=k[a+4>>2];return b|0}function TF(a){a=a|0;k[a>>2]=4480;qA(a+40|0);PB(a);return}function UF(a){a=a|0;k[a>>2]=3472;qA(a+16|0);rA(a+4|0);return}function VF(a,b){a=a|0;b=b|0;var c=0;c=VC(40)|0;nh(c,a,b);return c|0}function WF(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){M=b>>>c;return a>>>c|(b&(1<<c)-1)<<32-c}M=0;return b>>>c-32|0}function XF(a,b){a=a|0;b=b|0;DH(k[b>>2]|0)|0;return}function YF(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[e>>2]=c;fw(a,b,e)|0;r=d;return}function ZF(a){a=a|0;if(!a)a=32;else{a=30553+(($(a&0-a,125613361)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function _F(a,b){a=a|0;b=b|0;k[a+12>>2]=b;b=rh(k[a>>2]|0,b<<2)|0;k[a+4>>2]=b;return}function $F(a,b){a=a|0;b=b|0;return _b(a,b)|0}function aG(a,b){a=a|0;b=b|0;Rw(a,b);return DA(a)|0}function bG(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;d=d-c|0;return (d>>>0<e>>>0?d:e)|0}function cG(a,b){a=a|0;b=b|0;k[b>>2]=3632;k[b+4>>2]=k[a+4>>2];return}function dG(a,b,c){a=a|0;b=b|0;c=c|0;if(!b)Ha(13392,13394,63,13429);else{Ke(a,b,c);return}}function eG(){var a=0,b=0;a=VC(8)|0;b=a;k[b>>2]=0;k[b+4>>2]=0;return a|0}function fG(a){a=a|0;a=a-(a>>>1&1431655765)|0;a=(a>>>2&858993459)+(a&858993459)|0;return ($((a>>>4)+a&252645135,16843009)|0)>>>24|0}function gG(a,b){a=a|0;b=b|0;HH(k[b>>2]|0)|0;return}function hG(){Dt(40720,Xv(45228)|0);return}function iG(){Dt(40712,Xv(45220)|0);return}function jG(){Dt(40704,Xv(45212)|0);return}function kG(){Dt(40696,Xv(45204)|0);return}function lG(){Dt(40776,Xv(45164)|0);return}function mG(){Dt(40760,Xv(45156)|0);return}function nG(){Dt(40744,Xv(45148)|0);return}function oG(){Dt(40728,Xv(44336)|0);return}function pG(a,b,c){a=a|0;b=b|0;c=c|0;Oy(a+4|0,k[c>>2]|0);return}function qG(){}function rG(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=b-d-(c>>>0>a>>>0|0)>>>0;return (M=d,a-c>>>0|0)|0}function sG(){Dt(40656,Xv(43524)|0);return}function tG(){Dt(40648,Xv(43516)|0);return}function uG(){Dt(40640,Xv(43508)|0);return}function vG(){Dt(40632,Xv(43484)|0);return}function wG(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0<128)a=(j[12880+(c<<1)>>1]&b)<<16>>16!=0;else a=0;return a|0}function xG(a,b){a=a|0;b=b|0;KH(k[b>>2]|0)|0;return}function yG(a,b){a=a|0;b=b|0;LH(k[b>>2]|0)|0;return}function zG(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Ku(a+4|0,b+4|0);return}function AG(a,b){a=a|0;b=b|0;if((k[a+24>>2]|0)==(b|0)){a=a+28|0;k[a>>2]=(k[a>>2]|0)+1}return}function BG(a){a=a|0;NB(a);k[a>>2]=4560;k[a+20>>2]=0;k[a+24>>2]=0;k[a+16>>2]=a+20;return}function CG(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Tb[a&31](b|0,c|0,d|0,e|0,f|0)|0}function DG(a,b){a=a|0;b=b|0;OH(k[b>>2]|0)|0;return}function EG(a,b){a=a|0;b=b|0;QH(k[b>>2]|0)|0;return}function FG(a,b){a=a|0;b=b|0;cI(k[b>>2]|0)|0;return}function GG(a,b){a=a|0;b=b|0;QJ(k[k[b>>2]>>2]|0);return}function HG(a){a=a|0;a=VC(40)|0;Kz(a);k[a>>2]=4240;return a|0}function IG(a,b){a=a|0;b=b|0;gI(k[b>>2]|0)|0;return}function JG(a){a=a|0;a=sh(a)|0;if((a&255)<5)return a<<24>>24|0;else Ea();return 0}function KG(a){a=a|0;var b=0;b=$G()|0;b=k[b>>2]|0;k[a>>2]=b;tK(b);return}function LG(a,b){a=a|0;b=b|0;YH(k[b>>2]|0)|0;return}function MG(a,b){a=a|0;b=b|0;TH(k[b>>2]|0)|0;return}function NG(a,b){a=a|0;b=b|0;UH(k[b>>2]|0)|0;return}function OG(a,b){a=a|0;b=b|0;VH(k[b>>2]|0)|0;return}function PG(a){a=a|0;a=rh(a,12)|0;k[a>>2]=19;k[a+8>>2]=0;k[a+4>>2]=5;return a|0}function QG(a,b,c){a=a|0;b=b|0;c=c|0;b=r;r=r+16|0;a=b;k[a>>2]=c;Mi(5084,37601,a)|0;r=b;return}function RG(){var a=0;a=aH()|0;a=k[a>>2]|0;k[11323]=a;tK(a);return}function SG(a,b){a=a|0;b=b|0;ZH(k[b>>2]|0)|0;return}function TG(a,b){a=a|0;b=b|0;_H(k[b>>2]|0)|0;return}function UG(a,b){a=a|0;b=b|0;$H(k[b>>2]|0)|0;return}function VG(a,b){a=a|0;b=b|0;bI(k[b>>2]|0)|0;return}function WG(a){a=a|0;qA(a+20|0);uz(a+4|0);return}function XG(a,b){a=a|0;b=b|0;Ng(a,b,b+8|0,0,0,0)|0;return}function YG(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;return Sb[a&7](b|0,c|0,d|0,e|0,+f)|0}function ZG(a){a=a|0;AK(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function _G(a){a=a|0;BK(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function $G(){if((i[40976]|0)==0?cK(40976)|0:0){RG();k[11324]=45292}return k[11324]|0}function aH(){if((i[40808]|0)==0?cK(40808)|0:0){JL();k[11322]=45284}return k[11322]|0}function bH(a){a=a|0;a=VC(40)|0;Uz(a);k[a>>2]=3720;return a|0}function cH(a,b){a=a|0;b=b|0;Ng(a,b,b+12|0,0,0,0)|0;return}function dH(a){a=a|0;kE(a);oN(a);return}function eH(a,b){a=a|0;b=b|0;dI(k[b>>2]|0)|0;return}function fH(a,b){a=a|0;b=b|0;eI(k[b>>2]|0)|0;return}function gH(a,b){a=a|0;b=b|0;hI(k[b>>2]|0)|0;return}function hH(a,b){a=a|0;b=b|0;lI(k[b>>2]|0)|0;return}function iH(a){a=a|0;qA(a+32|0);rz(a+4|0);return}function jH(a){a=a|0;a=rh(a,20)|0;k[a>>2]=2;k[a+4>>2]=0;k[a+16>>2]=0;return a|0}function kH(a){a=a|0;return sh(k[a+4>>2]|0)|0}function lH(a){a=a|0;vE(a+-8|0);return}function mH(a){a=a|0;nH(a+-8|0);return}function nH(a){a=a|0;vE(a);oN(a);return}function oH(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==22490?a+4|0:0)|0}function pH(a){a=a|0;if((k[a>>2]|0)==2)return +(+p[a+8>>3]);else Ha(16464,13515,238,16486);return +(0.0)}function qH(a){a=a|0;if((k[a>>2]|0)==1)return +(+o[a+8>>2]);else Ha(16403,13515,237,16425);return +(0.0)}function rH(a,b){a=a|0;b=b|0;Ng(a,b,b+20|0,0,0,0)|0;return}function sH(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;Fb[a&3](b|0,c|0,d|0,e|0,f|0)}function tH(a){a=a|0;if((i[a+11>>0]|0)<0)uc(k[a>>2]|0);return}function uH(){var a=0;a=VC(156)|0;Kt(a|0,0,156)|0;pu(a);k[a>>2]=4844;return a|0}function vH(a){a=a|0;if(a|0){qK(k[a>>2]|0);oN(a)}return}function wH(a){a=a|0;return ((k[a+24>>2]|0)-(k[a+20>>2]|0)>>2)+((k[a+12>>2]|0)-(k[a+8>>2]|0)>>2)|0}function xH(a){a=a|0;if((k[a>>2]|0)==3)return k[a+8>>2]|0;else Ha(18391,13515,235,18529);return 0}function yH(a,b){a=a|0;b=b|0;Ht(b);return}function zH(a){a=a|0;WC(a);oN(a);return}function AH(a,b){a=a|0;b=b|0;b=BB(k[a>>2]|0,b)|0;k[a>>2]=b;return}function BH(a){a=a|0;$x(k[a+4>>2]|0);return}function CH(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)a=0;else a=Zu(a,b,c)|0;return a|0}function DH(a){a=a|0;if((k[a>>2]|0)==8)return a|0;else Ha(15141,13515,906,15172);return 0}function EH(a,b){a=a|0;b=b|0;i[a>>0]=2;i[a+1>>0]=3;i[a+2>>0]=0;i[a+3>>0]=4;return}function FH(a){a=a|0;if((k[a>>2]|0)==4)return +(+p[a+8>>3]);else Ha(13732,13515,231,13754);return +(0.0)}function GH(a){a=a|0;if((k[a>>2]|0)==3)return +(+o[a+8>>2]);else Ha(18391,13515,230,18413);return +(0.0)}function HH(a){a=a|0;if((k[a>>2]|0)==7)return a|0;else Ha(15141,13515,906,15172);return 0}function IH(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;k[e>>2]=c;return 3}function JH(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Cu(a+4|0,b+4|0);return}function KH(a){a=a|0;if((k[a>>2]|0)==12)return a|0;else Ha(15141,13515,906,15172);return 0}function LH(a){a=a|0;if((k[a>>2]|0)==11)return a|0;else Ha(15141,13515,906,15172);return 0}function MH(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;k[c>>2]=b;Mi(5084,a,c)|0;Ns();Ea()}function NH(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];nt(a+4|0,b+4|0);return}function OH(a){a=a|0;if((k[a>>2]|0)==10)return a|0;else Ha(15141,13515,906,15172);return 0}function PH(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];ku(a+4|0,b+4|0);return}function QH(a){a=a|0;if((k[a>>2]|0)==9)return a|0;else Ha(15141,13515,906,15172);return 0}function RH(a){a=a|0;var b=0;k[a>>2]=11956;b=k[a+8>>2]|0;if(b|0?i[a+12>>0]|0:0)mN(b);return}function SH(a){a=a|0;sB(a+16|0);WI(a);return}function TH(a){a=a|0;if((k[a>>2]|0)==18)return a|0;else Ha(15141,13515,906,15172);return 0}function UH(a){a=a|0;if((k[a>>2]|0)==19)return a|0;else Ha(15141,13515,906,15172);return 0}function VH(a){a=a|0;if((k[a>>2]|0)==17)return a|0;else Ha(15141,13515,906,15172);return 0}function WH(a,b){a=a|0;b=b|0;b=Xv(b)|0;return k[(k[a+8>>2]|0)+(b<<2)>>2]|0}function XH(a){a=a|0;if((k[a>>2]|0)==1)return k[a+8>>2]|0;else Ha(16403,13515,228,19068);return 0}function YH(a){a=a|0;if((k[a>>2]|0)==5)return a|0;else Ha(15141,13515,906,15172);return 0}function ZH(a){a=a|0;if((k[a>>2]|0)==16)return a|0;else Ha(15141,13515,906,15172);return 0}function _H(a){a=a|0;if((k[a>>2]|0)==14)return a|0;else Ha(15141,13515,906,15172);return 0}function $H(a){a=a|0;if((k[a>>2]|0)==15)return a|0;else Ha(15141,13515,906,15172);return 0}function aI(){var a=0;if((i[40328]|0)==0?cK(40328)|0:0){a=Mz()|0;k[10867]=a}return k[10867]|0}function bI(a){a=a|0;if((k[a>>2]|0)==4)return a|0;else Ha(15141,13515,906,15172);return 0}function cI(a){a=a|0;if((k[a>>2]|0)==1)return a|0;else Ha(15141,13515,906,15172);return 0}function dI(a){a=a|0;if((k[a>>2]|0)==13)return a|0;else Ha(15141,13515,906,15172);return 0}function eI(a){a=a|0;if((k[a>>2]|0)==20)return a|0;else Ha(15141,13515,906,15172);return 0}function fI(a){a=a|0;a=rh(a,8)|0;k[a>>2]=22;k[a+4>>2]=5;return a|0}function gI(a){a=a|0;if((k[a>>2]|0)==3)return a|0;else Ha(15141,13515,906,15172);return 0}function hI(a){a=a|0;if((k[a>>2]|0)==6)return a|0;else Ha(15141,13515,906,15172);return 0}function iI(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Ha(13643,13652,97,13672);return 0}function jI(a){a=a|0;a=rh(a,16)|0;k[a>>2]=12;k[a+4>>2]=0;return a|0}function kI(a){a=a|0;a=rh(a,12)|0;k[a>>2]=11;k[a+4>>2]=0;return a|0}function lI(a){a=a|0;if((k[a>>2]|0)==2)return a|0;else Ha(15141,13515,906,15172);return 0}function mI(a){a=a|0;a=rh(a,16)|0;k[a>>2]=10;k[a+4>>2]=0;return a|0}function nI(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return Pb[a&7](b|0,c|0,d|0,e|0)|0}function oI(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Ha(13643,13652,92,13811);return 0}function pI(a){a=a|0;a=rh(a,12)|0;k[a>>2]=9;k[a+4>>2]=0;return a|0}function qI(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=a+c>>>0;return (M=b+d+(c>>>0<a>>>0|0)>>>0,c|0)|0}function rI(a){a=a|0;var b=0;b=k[a>>2]|0;if((b|0)!=(aI()|0))oN(k[a>>2]|0);return}function sI(a){a=a|0;a=rh(a,20)|0;k[a>>2]=18;k[a+4>>2]=0;return a|0}function tI(a){a=a|0;a=rh(a,20)|0;k[a>>2]=17;k[a+4>>2]=0;return a|0}function uI(){Dt(40560,Xv(45268)|0);return}function vI(){Dt(40568,Xv(45276)|0);return}function wI(a,b){a=a|0;b=b|0;Hu(a,b+16|0);return}function xI(a,b){a=a|0;b=b|0;Hu(a,b+12|0);return}function yI(a,b){a=a|0;b=b|0;a=a+44|0;b=BB(k[a>>2]|0,b)|0;k[a>>2]=b;return}function zI(a){a=a|0;a=rh(a,16)|0;k[a>>2]=16;k[a+4>>2]=0;return a|0}function AI(a){a=a|0;if(a|0){uz(a);oN(a)}return}function BI(a){a=a|0;yB(a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0);return}function CI(a){a=a|0;yB(a+(k[(k[a>>2]|0)+-12>>2]|0)+8|0);return}function DI(){Dt(40544,Xv(45260)|0);return}function EI(){Dt(40536,Xv(45252)|0);return}function FI(){var a=0;if(!(k[10463]|0))a=41896;else{a=(yN()|0)+64|0;a=k[a>>2]|0}return a|0}function GI(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[6048+(b<<24>>24<<2)>>2]&255;return b|0}function HI(){var a=0;a=k[10374]|0;if(!a)a=0;else a=(i[a+12>>0]|0)!=0;return a|0}function II(a){a=a|0;a=rh(a,8)|0;k[a>>2]=21;k[a+4>>2]=0;return a|0}function JI(a){a=a|0;var b=0;b=a;while(1)if(!(k[b>>2]|0))break;else b=b+4|0;return b-a>>2|0}function KI(a){a=a|0;var b=0,c=0;b=(yN()|0)+184|0;c=k[b>>2]|0;if(a|0)k[b>>2]=a;return c|0}function LI(a){a=a|0;if((i[a+8+3>>0]|0)<0)oN(k[a>>2]|0);return}function MI(a,b,c){a=a|0;b=b|0;c=c|0;return -1}function NI(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;da(12);return 0}function OI(a){a=a|0;if(a|0){rA(a);oN(a)}return}function PI(a,b,c){a=a|0;b=b|0;c=c|0;za(a|0,b|0)|0;return}function QI(){var a=0;a=VC(12)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function RI(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[7584+((b&255)<<2)>>2]&255;return b|0}function SI(){Dt(40688,Xv(45196)|0);return}function TI(){Dt(40680,Xv(45188)|0);return}function UI(){Dt(40672,Xv(45180)|0);return}function VI(){Dt(40664,Xv(45172)|0);return}function WI(a){a=a|0;if((i[a+11>>0]|0)<0)oN(k[a>>2]|0);return}function XI(a,b,c){a=a|0;b=b|0;c=c|0;return (a|0)==(b|0)|0}function YI(a,b){a=a|0;b=b|0;ww(a,b);return}function ZI(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;Qb[a&31](b|0,c|0,d|0,e|0)}function _I(a){a=a|0;var b=0;b=VC(44)|0;zy(b,a);return b|0}function $I(a){a=a|0;k[a>>2]=3432;WI(a+4|0);oN(a);return}function aJ(a){a=a|0;var b=0;if(a>>>0>4294963200){b=FI()|0;k[b>>2]=0-a;a=-1}return a|0}function bJ(a){a=a|0;return 360}function cJ(a){a=a|0;if(!a)return;else Ha(26371,26392,111,27898)}function dJ(a){a=a|0;a=VC(156)|0;pu(a);k[a>>2]=4844;return a|0}function eJ(a){a=a|0;k[a>>2]=12048;WI(a+16|0);return}function fJ(a){a=a|0;k[a>>2]=12008;WI(a+12|0);return}function gJ(a){a=a|0;if(a>>>0<1602224128)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function hJ(a){a=a|0;if(a>>>0<1593835520)a=1;else a=(a|0)<0&a>>>0<3741319169;return a|0}function iJ(a){a=a|0;if(a>>>0<1333788672)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function jJ(a){a=a|0;if(a>>>0<1325400064)a=1;else a=(a|0)<0&a>>>0<3472883713;return a|0}function kJ(){Dt(40600,Xv(43500)|0);return}function lJ(){Dt(40576,Xv(43476)|0);return}function mJ(){Dt(40800,Xv(45244)|0);return}function nJ(){Dt(40792,Xv(45236)|0);return}function oJ(){Dt(40504,Xv(43452)|0);return}function pJ(){Dt(40496,Xv(43444)|0);return}function qJ(a){a=a|0;if(a|0)Ib[k[(k[a>>2]|0)+4>>2]&255](a);return}function rJ(a,b){a=a|0;b=b|0;b=fC(a,b)|0;return k[b>>2]|0}function sJ(a){a=a|0;if(a|0){UF(a);oN(a)}return}function tJ(a){a=a|0;if(a|0){br(a);oN(a)}return}function uJ(a){a=a|0;var b=0;b=r;r=r+16|0;Nb[a&3]();MH(38056,b)}function vJ(){Dt(40528,Xv(43492)|0);return}function wJ(){Dt(40512,Xv(43460)|0);return}function xJ(a){a=a|0;if((a|0)==22)return;else Ha(15141,13515,906,15172)}function yJ(){var a=0;a=VC(156)|0;Kt(a|0,0,156)|0;pu(a);return a|0}function zJ(a){a=a|0;rI(a+8|0);oN(a);return}function AJ(a){a=a|0;if(!(jN(a|0)|0))return;else Ha(37180,37188,48,37267)}function BJ(){if((i[40984]|0)==0?cK(40984)|0:0)Da(45376,205)|0;return}function CJ(a){a=a|0;k[a>>2]=9120;YK(a+4|0);oN(a);return}function DJ(a){a=a|0;k[a>>2]=9056;YK(a+4|0);oN(a);return}function EJ(a,b){a=a|0;b=b|0;a=fG(a)|0;return (fG(b)|0)+a|0}function FJ(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[7584+(b<<2)>>2]|0;return b|0}function GJ(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[6048+(b<<2)>>2]|0;return b|0}function HJ(a){a=a|0;k[a>>2]=3432;WI(a+4|0);return}function IJ(a,b){a=a|0;b=b|0;k[a>>2]=12468;bB(a+4|0,b);return}function JJ(a,b){a=a|0;b=b|0;return (Qv((a|0)==0?49471:a,(b|0)==0?49471:b)|0)<0|0}function KJ(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return Db[a&31](b|0,c|0,d|0)|0}function LJ(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;da(0);return 0}function MJ(a){a=+a;var b=0;b=VC(16)|0;k[b>>2]=4;p[b+8>>3]=a;return b|0}function NJ(a){a=a|0;if(!a)a=0;else a=(mi(a,3048)|0)!=0;return a&1|0}function OJ(a){a=a|0;var b=0;b=k[10868]|0;k[10868]=b+1;k[a+4>>2]=b+1;return}function PJ(a){a=a|0;return Hb[k[a+4>>2]&31]()|0}function QJ(a){a=a|0;if((a|0)==21)return;else Ha(15141,13515,906,15172)}function RJ(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)tt(a,b,c)|0;return}function SJ(a){a=a|0;PB(a);oN(a);return}function TJ(a,b,c){a=a|0;b=b|0;c=c|0;if(b|0)DD(a,c,b)|0;return}function UJ(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)JB(a,b,c)|0;return}function VJ(){k[10250]=0;k[10251]=0;k[10249]=41e3;md();return}function WJ(a,b){a=a|0;b=b|0;a=ol(a,b)|0;return ((i[a>>0]|0)==(b&255)<<24>>24?a:0)|0}function XJ(a){a=a|0;if(a|0){vo(a);oN(a)}return}function YJ(a){a=a|0;if(a|0){TB(a+12|0);oN(a)}return}function ZJ(a){a=a|0;return 112}function _J(a){a=a|0;a=(k[a+4>>2]|0)-(k[a>>2]|0)>>2;return (a>>>0>1?a:1)|0}function $J(a){a=a|0;return 56}function aK(a){a=a|0;return 88}function bK(){var a=0;a=VC(20)|0;IK(a);k[a>>2]=3840;return a|0}function cK(a){a=a|0;if((i[a>>0]|0)==1)a=0;else{i[a>>0]=1;a=1}return a|0}function dK(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0}function eK(a){a=a|0;if(a|0){WG(a);oN(a)}return}function fK(a){a=a|0;rI(a+8|0);return}function gK(a){a=a|0;a=a+16|0;k[a>>2]=k[a>>2]|1;return}function hK(a,b){a=a|0;b=b|0;k[a>>2]=b;tK(b);return}function iK(a){a=a|0;k[a>>2]=9120;YK(a+4|0);return}function jK(a){a=a|0;k[a>>2]=9056;YK(a+4|0);return}function kK(a,b,c){a=a|0;b=b|0;c=c|0;return 0}function lK(){var a=0;a=VC(20)|0;IK(a);k[a>>2]=3880;return a|0}function mK(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;Mb[a&31](b|0,c|0,d|0)}function nK(a){a=a|0;var b=0;b=r;r=r+a|0;r=r+15&-16;return b|0}function oK(a){a=a|0;var b=0;b=VC(4)|0;dG(b,a,0);return b|0}function pK(a,b){a=a|0;b=b|0;k[a+16>>2]=(k[a+24>>2]|0)==0|b;return}function qK(a){a=a|0;if(a|0){sp(a);oN(a)}return}function rK(a){a=a|0;wz(a);oN(a);return}function sK(a,b){a=a|0;b=b|0;if(!a)a=0;else a=En(a,b)|0;return a|0}function tK(a){a=a|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1;return}function uK(a,b,c){a=a|0;b=b|0;c=c|0;return (b>>>0<128?b&255:c)|0}function vK(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;da(8);return 0}function wK(a,b){a=a|0;b=b|0;return i[(k[a>>2]|0)+b>>0]|0}function xK(a,b,c){a=a|0;b=b|0;c=c|0;return (b<<24>>24>-1?b:c)|0}function yK(a){a=a|0;a=VC(52)|0;kD(a);return a|0}function zK(a,b,c){a=a|0;b=b|0;c=c|0;return a|0}function AK(a){a=a|0;yB(a+4|0);oN(a);return}function BK(a){a=a|0;yB(a+8|0);oN(a);return}function CK(a){a=a|0;iK(a);oN(a);return}function DK(a){a=a|0;jK(a);oN(a);return}function EK(a){a=a|0;WI(a);return}function FK(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;da(4);return 0}function GK(a,b,c){a=a|0;b=b|0;c=c|0;c=js(a,b,c,0,-2147483648)|0;return c|0}function HK(a){a=a|0;k[a>>2]=12468;ZD(a+4|0);return}function IK(a){a=a|0;NB(a);k[a>>2]=3800;k[a+16>>2]=42588;return}function JK(a){a=a|0;a=(Hq(a)|0)+8|0;return k[a>>2]|0}function KK(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return ge(a,b,c,d,0)|0}function LK(a){a=a|0;a=VC(68)|0;Jz(a);return a|0}function MK(a){a=a|0;return (k[a+4>>2]|0)-(k[a>>2]|0)|0}function NK(a){a=a|0;a=VC(128)|0;cr(a);return a|0}function OK(a){a=a|0;a=VC(156)|0;pu(a);return a|0}function PK(a){a=a|0;if(!a)a=1;else a=(k[a>>2]|0)==0;return a&1|0}function QK(a){a=a|0;gF(a);oN(a);return}function RK(a){a=a|0;if(a|0){_h(a);oN(a)}return}function SK(){k[10129]=0;k[10128]=11956;i[40524]=0;k[10130]=12880;return}function TK(a){a=a|0;a=VC(64)|0;Zz(a);return a|0}function UK(a,b,c){a=a|0;b=b|0;c=c|0;return Rb[a&31](b|0,c|0)|0}function VK(a,b,c){a=a|0;b=b|0;c=c|0;c=js(a,b,c,-1,-1)|0;return c|0}function WK(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;da(2)}function XK(a,b){a=a|0;b=b|0;k[a+40>>2]=b;return}function YK(a){a=a|0;mD(k[a>>2]|0);return}function ZK(){VJ();ob(184,40996,w|0)|0;return}function _K(a){a=a|0;Ja(k[a>>2]|0,0)|0;k[a>>2]=0;return}function $K(){var a=0;a=Va(84)|0;return ((a|0)<0?0:a)|0}function aL(a){a=a|0;yB(a+4|0);return}function bL(a){a=a|0;yB(a+8|0);return}function cL(a){a=a|0;return 2}function dL(a){a=a|0;return 312}function eL(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;da(17);return 0}function fL(a,b,c){a=a|0;b=b|0;c=c|0;return wh(0,a,b,c|0?c:41912)|0}function gL(a,b,c){a=a|0;b=b|0;c=c|0;return}function hL(){return nb()|0}function iL(a,b,c){a=a|0;b=b|0;c=c|0;c=VK(a,b,c)|0;return c|0}function jL(a,b){a=a|0;b=b|0;return ln(a,b)|0}function kL(a,b){a=a|0;b=b|0;if(!x){x=a;y=b}}function lL(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;da(16);return 0}function mL(){var a=0;a=VC(196)|0;qm(a);return a|0}function nL(a){a=a|0;return Lf(a,0)|0}function oL(a){a=a|0;return Ef(a,0)|0}function pL(){return Oa()|0}function qL(){Bg();ob(193,49470,w|0)|0;return}function rL(a,b,c){a=a|0;b=b|0;c=c|0;Jb[a&511](b|0,c|0)}function sL(a,b,c){a=a|0;b=b|0;c=c|0;c=GK(a,b,c)|0;return c|0}function tL(a){a=a|0;oz(a);oN(a);return}function uL(){return qb()|0}function vL(){var a=0;a=VC(20)|0;IK(a);return a|0}function wL(a,b){a=a|0;b=b|0;b=js(a,b,10,-2147483648,0)|0;return b|0}function xL(a){a=a|0;Kp(a);return}function yL(){Ha(37404,37303,1194,37433)}function zL(){Ha(37274,37303,1183,37383)}function AL(a,b){a=a|0;b=b|0;return -1}function BL(a){a=a|0;return Lf(a,1)|0}function CL(a){a=a|0;return Ef(a,1)|0}function DL(){k[10374]=0;ob(189,41496,w|0)|0;return}function EL(){Ha(37052,37075,304,37383)}function FL(a){a=a|0;a=VC(52)|0;dF(a);return a|0}function GL(a){a=a|0;hA(a);oN(a);return}function HL(a){a=a|0;return ((a+-48|0)>>>0<10|((a|32)+-97|0)>>>0<6)&1|0}function IL(a){a=a|0;if(!a)return;else Zy()}function JL(){ie();k[11321]=40816;return}function KL(a){a=a|0;_a(a|0)|0;return}function LL(a){a=a|0;Tm(a);oN(a);return}function ML(a){a=a|0;yw(a);oN(a);return}function NL(){return lb()|0}function OL(){return Xa()|0}function PL(a){a=a|0;a=a+(rp(a)|0)|0;return (i[a>>0]|0?a:0)|0}function QL(){var a=0;a=k[11347]|0;k[11347]=a+0;return a|0}function RL(a){a=a|0;yB(a);return}function SL(a,b){a=a|0;b=b|0}function TL(a){a=a|0;Ww(a);oN(a);return}function UL(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;da(3)}function VL(a,b,c){a=a|0;b=b|0;c=c|0;return tw(a,b,c)|0}function WL(a){a=a|0;Ms(a);oN(a);return}function XL(){var a=0;a=k[3089]|0;k[3089]=a+0;return a|0}function YL(a){a=a|0;eJ(a);oN(a);return}function ZL(a){a=a|0;fJ(a);oN(a);return}function _L(){return eb()|0}function $L(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;da(13);return 0}function aM(a){a=a|0;return k[a+40>>2]|0}function bM(a){a=a|0;vb(a|0)|0;return}function cM(){return Ca()|0}function dM(a,b,c){a=a|0;b=b|0;c=c|0;wi(a,b,c);return}function eM(a){a=a|0;return +(+FH(a))}function fM(a,b){a=a|0;b=b|0;return Lb[a&127](b|0)|0}function gM(a){a=a|0;if(a|0)oN(a);return}function hM(a){a=a|0;Wa(a|0)|0;Zy()}function iM(a){a=a|0;return k[a+12>>2]|0}function jM(a,b){a=a|0;b=b|0;return b<<24>>24|0}function kM(){return Za()|0}function lM(){return fb()|0}function mM(a){a=a|0;yB(a);oN(a);return}function nM(a){a=a|0;RH(a);oN(a);return}function oM(a){a=a|0;HK(a);oN(a);return}function pM(a){a=a|0;return k[a+8>>2]|0}function qM(a){a=a|0;return iI(a)|0}function rM(a){a=a|0;return i[a+9>>0]|0}function sM(a){a=a|0;return i[a+8>>0]|0}function tM(){return Fa()|0}function uM(a){a=a|0;return -1}function vM(a){a=a|0;return (i[a>>0]|0)!=0|0}function wM(a){a=a|0;return (i[a>>0]|0)==0|0}function xM(a){a=a|0;gw(a);return}function yM(){return ib()|0}function zM(a,b){a=a|0;b=b|0;r=a;s=b}function AM(a){a=a|0;return 2147483647}function BM(a){a=a|0;TF(a);oN(a);return}function CM(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;da(14)}function DM(){return Ra()|0}function EM(a){a=a|0;return ((a|0)==32|(a+-9|0)>>>0<5)&1|0}function FM(a,b){a=a|0;b=b|0;Ib[a&255](b|0)}function GM(a){a=a|0;$a(a|0)|0;return}function HM(a){a=a|0;jN(a|0)|0;return}function IM(a){a=a|0;return 4}function JM(a,b){a=a|0;b=b|0;return b|0}function KM(a){a=a|0;return 127}function LM(a,b){a=a|0;b=b|0;return}function MM(a,b,c){a=a|0;b=b|0;c=c|0;da(1);return 0}function NM(a,b){a=a|0;b=b|0;return +(+qr(a,b,2))}function OM(a){a=a|0;return k[a+4>>2]|0}function PM(a){a=a|0;return k[a>>2]|0}function QM(a,b){a=a|0;b=b|0;return +(+qr(a,b,0))}function RM(a,b){a=a|0;b=b|0;return +(+qr(a,b,1))}function SM(a){a=a|0;k[a>>2]=12448;return}function TM(a,b){a=+a;b=+b;return +(+Nx(a,b))}function UM(a,b){a=+a;b=b|0;return +(+Ip(a,b))}function VM(a){a=+a;return +Ee(a,1.0)==0.0|0}function WM(a,b,c){a=a|0;b=b|0;c=c|0;da(10)}function XM(a){a=a|0;return Hb[a&31]()|0}function YM(a,b){a=+a;b=b|0;return +(+qq(a,b))}function ZM(a){a=a|0;return (a+-48|0)>>>0<10|0}function _M(a){a=a|0;return 1}function $M(a){a=a|0;return (a+-65|0)>>>0<26|0}function aN(a,b){a=+a;b=+b;return +(+Ee(a,b))}function bN(a,b){a=a|0;b=b|0;da(15);return 0}function cN(a){a=a|0;return 38124}function dN(a){a=a|0;return 38096}function eN(a){a=a|0;Nb[a&3]()}function fN(a){a=a|0;return HL(a)|0}function gN(){ub()}function hN(a){a=+a;return +(+zB(a))}function iN(a,b){a=a|0;b=b|0;da(7)}function jN(a){a=a|0;return 0}function kN(a){a=+a;return +(+Sx(a))}function lN(a){a=a|0;return VC(a)|0}function mN(a){a=a|0;oN(a);return}function nN(a){a=a|0;r=a}function oN(a){a=a|0;uc(a);return}function pN(a){a=a|0;M=a}function qN(a){a=a|0;da(9);return 0}function rN(a){a=a|0;return a|0}function sN(a){a=a|0;return}function tN(){return}function uN(){return M|0}function vN(){return r|0}function wN(a){a=a|0;da(6)}function xN(){da(5);return 0}function yN(){return 0}function zN(){da(11)}
-function yc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+64|0;v=x+36|0;w=x;u=x+24|0;t=a;a:do if((b-t|0)>1?(i[a>>0]|0)==84:0){q=i[a+1>>0]|0;if(q<<24>>24==95){d=k[c+36>>2]|0;if((k[c+32>>2]|0)==(d|0))break;e=k[d+-16>>2]|0;if((e|0)!=(k[d+-12>>2]|0)){l=k[e+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e>>2]|0;while(1){if((f|0)==(l|0)){d=8;break}d=k[m>>2]|0;h=k[n>>2]|0;g=h;if((d|0)==(h|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=12;break}g=(g-h|0)/24|0;h=g<<1;It(v,g>>>0<89478485?(h>>>0<e>>>0?e:h):178956970,d,o);h=k[p>>2]|0;pt(h,f);pt(h+12|0,f+12|0);k[p>>2]=h+24;nn(c,v);Ks(v)}else{pt(d,f);pt(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==8){a=a+2|0;break}else if((d|0)==12)EL()}else{k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;i[w+11>>0]=2;j[w>>1]=24404;i[w+2>>0]=0;e=w+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;g=u;do if(e>>>0>=u>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{t=(g-f|0)/24|0;u=t<<1;It(v,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=v+8|0;t=k[u>>2]|0;Lr(t,w);k[u>>2]=t+24;nn(c,v);Ks(v);break}}else{Lr(e,w);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(w);i[c+62>>0]=1;a=a+2|0;break}}d=(q<<24>>24)+-48|0;if(d>>>0<10){q=a+2|0;while(1){if((q|0)==(b|0))break a;e=i[q>>0]|0;f=(e<<24>>24)+-48|0;if(f>>>0>=10)break;d=f+(d*10|0)|0;q=q+1|0}if(e<<24>>24==95?(s=k[c+36>>2]|0,(k[c+32>>2]|0)!=(s|0)):0){d=d+1|0;b=k[s+-16>>2]|0;e=b;if(d>>>0<(k[s+-12>>2]|0)-b>>4>>>0){l=k[e+(d<<4)+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(l|0)){d=34;break}d=k[m>>2]|0;s=k[n>>2]|0;g=s;if((d|0)==(s|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=38;break}b=(g-h|0)/24|0;s=b<<1;It(v,b>>>0<89478485?(s>>>0<e>>>0?e:s):178956970,d,o);s=k[p>>2]|0;pt(s,f);pt(s+12|0,f+12|0);k[p>>2]=s+24;nn(c,v);Ks(v)}else{pt(d,f);pt(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==34){a=q+1|0;break}else if((d|0)==38)EL()}g=q+1|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;f=g-t|0;if(f>>>0>4294967279)zL();if(f>>>0<11){i[u+11>>0]=f;e=u}else{t=f+16&-16;e=$b(t)|0;k[u>>2]=e;k[u+8>>2]=t|-2147483648;k[u+4>>2]=f}d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+f>>0]=0;Sr(w,u);a=c+4|0;d=k[a>>2]|0;t=k[c+8>>2]|0;f=t;do if(d>>>0>=t>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)EL();else{s=(f-e|0)/24|0;t=s<<1;It(v,s>>>0<89478485?(t>>>0<d>>>0?d:t):178956970,a,c+12|0);t=v+8|0;s=k[t>>2]|0;Lr(s,w);k[t>>2]=s+24;nn(c,v);Ks(v);break}}else{Lr(d,w);k[a>>2]=(k[a>>2]|0)+24}while(0);SB(w);tH(u);i[c+62>>0]=1;a=g}}}while(0);r=x;return a|0}function zc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,122,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,121,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,123,b);Do(d,(lI(e)|0)+16|0);Xq(d,121,(lI(e)|0)+12|0);Xq(d,121,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,124,b);Xq(d,121,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,125,b);Do(d,(bI(e)|0)+16|0);Do(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,126,b);Do(d,(YH(e)|0)+32|0);Xq(d,121,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,127,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,121,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,128,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,121,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,129,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,121,EE(c,a)|0);b=a}Xq(d,121,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,130,b);break}case 10:{d=a+16|0;Xq(d,131,b);Xq(d,121,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,132,b);break}case 12:{d=a+16|0;Xq(d,133,b);Xq(d,121,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,134,b);Xq(d,121,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,135,b);Xq(d,121,(_H(e)|0)+24|0);Xq(d,121,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,136,b);break}case 16:{d=a+16|0;Xq(d,137,b);Xq(d,121,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,138,b);Xq(d,121,(VH(e)|0)+16|0);Xq(d,121,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,139,b);Xq(d,121,(TH(e)|0)+16|0);Xq(d,121,(TH(e)|0)+12|0);Xq(d,121,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,140,b);Do(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,141,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,121,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,142,b);break}case 22:{Xq(a+16|0,143,b);break}default:{}}while(0);return}function Ac(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,144,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,120,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,145,b);Eo(d,(lI(e)|0)+16|0);Xq(d,120,(lI(e)|0)+12|0);Xq(d,120,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,146,b);Xq(d,120,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,147,b);Eo(d,(bI(e)|0)+16|0);Eo(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,148,b);Eo(d,(YH(e)|0)+32|0);Xq(d,120,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,149,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,120,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,150,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,120,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,151,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,120,EE(c,a)|0);b=a}Xq(d,120,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,152,b);break}case 10:{d=a+16|0;Xq(d,153,b);Xq(d,120,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,154,b);break}case 12:{d=a+16|0;Xq(d,155,b);Xq(d,120,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,156,b);Xq(d,120,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,157,b);Xq(d,120,(_H(e)|0)+24|0);Xq(d,120,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,158,b);break}case 16:{d=a+16|0;Xq(d,159,b);Xq(d,120,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,160,b);Xq(d,120,(VH(e)|0)+16|0);Xq(d,120,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,161,b);Xq(d,120,(TH(e)|0)+16|0);Xq(d,120,(TH(e)|0)+12|0);Xq(d,120,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,162,b);Eo(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,163,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,120,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,164,b);break}case 22:{Xq(a+16|0,165,b);break}default:{}}while(0);return}function Bc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,15940)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+12|0);Dg(a,b+16|0);do switch(k[b+8>>2]|0){case 0:{cj(k[a+4>>2]|0,64)|0;break}case 1:{cj(k[a+4>>2]|0,65)|0;break}case 2:{cj(k[a+4>>2]|0,66)|0;break}case 3:{cj(k[a+4>>2]|0,67)|0;break}case 4:{cj(k[a+4>>2]|0,68)|0;break}case 5:{cj(k[a+4>>2]|0,69)|0;break}case 6:{cj(k[a+4>>2]|0,70)|0;break}case 7:{cj(k[a+4>>2]|0,71)|0;break}case 8:{cj(k[a+4>>2]|0,72)|0;break}case 9:{cj(k[a+4>>2]|0,73)|0;break}case 10:{cj(k[a+4>>2]|0,74)|0;break}case 11:{cj(k[a+4>>2]|0,75)|0;break}case 12:{cj(k[a+4>>2]|0,76)|0;break}case 13:{cj(k[a+4>>2]|0,-73)|0;break}case 14:{cj(k[a+4>>2]|0,-74)|0;break}case 15:{cj(k[a+4>>2]|0,77)|0;break}case 16:{cj(k[a+4>>2]|0,78)|0;break}case 17:{cj(k[a+4>>2]|0,79)|0;break}case 18:{cj(k[a+4>>2]|0,81)|0;break}case 19:{cj(k[a+4>>2]|0,80)|0;break}case 20:{cj(k[a+4>>2]|0,82)|0;break}case 21:{cj(k[a+4>>2]|0,83)|0;break}case 22:{cj(k[a+4>>2]|0,85)|0;break}case 23:{cj(k[a+4>>2]|0,84)|0;break}case 24:{cj(k[a+4>>2]|0,86)|0;break}case 25:{cj(k[a+4>>2]|0,91)|0;break}case 26:{cj(k[a+4>>2]|0,92)|0;break}case 27:{cj(k[a+4>>2]|0,93)|0;break}case 28:{cj(k[a+4>>2]|0,94)|0;break}case 29:{cj(k[a+4>>2]|0,95)|0;break}case 30:{cj(k[a+4>>2]|0,96)|0;break}case 31:{cj(k[a+4>>2]|0,97)|0;break}case 32:{cj(k[a+4>>2]|0,98)|0;break}case 33:{cj(k[a+4>>2]|0,99)|0;break}case 34:{cj(k[a+4>>2]|0,100)|0;break}case 35:{cj(k[a+4>>2]|0,101)|0;break}case 36:{cj(k[a+4>>2]|0,102)|0;break}case 37:{cj(k[a+4>>2]|0,103)|0;break}case 38:{cj(k[a+4>>2]|0,-71)|0;break}case 39:{cj(k[a+4>>2]|0,-72)|0;break}case 40:{cj(k[a+4>>2]|0,104)|0;break}case 41:{cj(k[a+4>>2]|0,105)|0;break}case 42:{cj(k[a+4>>2]|0,106)|0;break}case 43:{cj(k[a+4>>2]|0,108)|0;break}case 44:{cj(k[a+4>>2]|0,107)|0;break}case 45:{cj(k[a+4>>2]|0,109)|0;break}case 46:{cj(k[a+4>>2]|0,110)|0;break}case 47:{cj(k[a+4>>2]|0,112)|0;break}case 48:{cj(k[a+4>>2]|0,111)|0;break}case 49:{cj(k[a+4>>2]|0,113)|0;break}case 50:{cj(k[a+4>>2]|0,117)|0;break}case 51:{cj(k[a+4>>2]|0,118)|0;break}case 52:{cj(k[a+4>>2]|0,119)|0;break}case 53:{cj(k[a+4>>2]|0,120)|0;break}case 54:{cj(k[a+4>>2]|0,125)|0;break}case 55:{cj(k[a+4>>2]|0,121)|0;break}case 56:{cj(k[a+4>>2]|0,122)|0;break}case 57:{cj(k[a+4>>2]|0,-125)|0;break}case 58:{cj(k[a+4>>2]|0,-124)|0;break}case 59:{cj(k[a+4>>2]|0,-123)|0;break}case 60:{cj(k[a+4>>2]|0,-122)|0;break}case 61:{cj(k[a+4>>2]|0,-121)|0;break}case 62:{cj(k[a+4>>2]|0,-120)|0;break}case 63:{cj(k[a+4>>2]|0,-119)|0;break}case 64:{cj(k[a+4>>2]|0,-118)|0;break}case 65:{cj(k[a+4>>2]|0,-117)|0;break}case 66:{cj(k[a+4>>2]|0,-116)|0;break}case 67:{cj(k[a+4>>2]|0,-111)|0;break}case 68:{cj(k[a+4>>2]|0,-115)|0;break}case 69:{cj(k[a+4>>2]|0,-114)|0;break}case 70:{cj(k[a+4>>2]|0,-105)|0;break}case 71:{cj(k[a+4>>2]|0,-104)|0;break}case 72:{cj(k[a+4>>2]|0,-103)|0;break}case 73:{cj(k[a+4>>2]|0,-102)|0;break}case 74:{cj(k[a+4>>2]|0,-101)|0;break}case 75:{cj(k[a+4>>2]|0,-100)|0;break}default:Ea()}while(0);r=d;return}function Cc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0.0,g=0.0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0;C=r;r=r+48|0;y=C+32|0;z=C+12|0;A=C;d=a+112|0;b=k[a+108>>2]|0;Qg(d,$(b,b)|0);d=k[d>>2]|0;b=k[a+116>>2]|0;e=d;b=(e+(b>>>5<<2)-d<<3)+(b&31)|0;c=0;while(1){if((b|0)<=0)break;w=d;k[w>>2]=k[w>>2]&~(1<<c);w=(c|0)==31;x=e+4|0;b=b+-1|0;c=w?0:c+1|0;d=w?x:d;e=w?x:e}u=z+16|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=0;o[u>>2]=1.0;p=k[a+48>>2]|0;q=a+124|0;v=z+4|0;w=z+12|0;x=z+8|0;n=k[a+44>>2]|0;while(1){if((n|0)==(p|0))break;i=k[n>>2]|0;k[y>>2]=i;b=i;if(Zj(q,y)|0){k[y>>2]=i;m=Fu(y)|0;j=k[v>>2]|0;l=(j|0)==0;a:do if(!l){e=j+-1|0;a=(e&j|0)==0;if(a)h=e&m;else h=(m>>>0)%(j>>>0)|0;c=k[(k[z>>2]|0)+(h<<2)>>2]|0;if(!c){b=h;B=19}else do{c=k[c>>2]|0;if(!c){b=h;B=19;break a}d=k[c+4>>2]|0;if(a)d=d&e;else d=(d>>>0)%(j>>>0)|0;if((d|0)!=(h|0)){b=h;B=19;break a}}while((k[c+8>>2]|0)!=(b|0))}else{b=0;B=19}while(0);if((B|0)==19){B=0;e=VC(12)|0;k[e+8>>2]=i;k[e+4>>2]=m;k[e>>2]=0;f=+(((k[w>>2]|0)+1|0)>>>0);g=+o[u>>2];do if(l|f>+(j>>>0)*g){b=(j>>>0>2&(j+-1&j|0)==0&1|j<<1)^1;c=~~+_(+(f/g))>>>0;Mm(z,b>>>0<c>>>0?c:b);b=k[v>>2]|0;c=b+-1|0;if(!(c&b)){d=b;b=c&m;break}else{d=b;b=(m>>>0)%(b>>>0)|0;break}}else d=j;while(0);b=(k[z>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[e>>2]=k[x>>2];k[x>>2]=e;k[b>>2]=x;b=k[e>>2]|0;if(b|0){b=k[b+4>>2]|0;c=d+-1|0;if(!(c&d))b=b&c;else b=(b>>>0)%(d>>>0)|0;k[(k[z>>2]|0)+(b<<2)>>2]=e}}else{k[e>>2]=k[c>>2];k[c>>2]=e}k[w>>2]=(k[w>>2]|0)+1;b=k[n>>2]|0}vs(b+24|0,b)}n=n+4|0}q=z+8|0;s=A+4|0;t=A+8|0;b:while(1){if(!(k[w>>2]|0)){B=72;break}b=k[q>>2]|0;h=k[b+8>>2]|0;zq(z,b);k[A>>2]=0;k[s>>2]=0;k[t>>2]=0;b=h+12|0;c:do if(Ji(h+36|0,b,A)|0){if(((k[h+16>>2]|0)-(k[b>>2]|0)|0)>>>0>=((k[s>>2]|0)-(k[A>>2]|0)|0)>>>0){B=36;break b}bA(b,A);vs(h+24|0,A);a=k[h+4>>2]|0;c=k[h>>2]|0;d=a-c|0;b=k[A>>2]|0;e=(k[s>>2]|0)-b|0;d:do if((d|0)==(e|0))while(1){if((c|0)==(a|0))break c;if((k[c>>2]|0)!=(k[b>>2]|0))break d;b=b+4|0;c=c+4|0}while(0);if(d>>>0>=e>>>0){B=43;break b}bA(h,A);p=k[h+52>>2]|0;n=k[h+48>>2]|0;while(1){if((n|0)==(p|0))break c;i=k[n>>2]|0;k[y>>2]=i;m=Fu(y)|0;j=k[v>>2]|0;l=(j|0)==0;e:do if(!l){e=j+-1|0;a=(e&j|0)==0;if(a)b=e&m;else b=(m>>>0)%(j>>>0)|0;c=k[(k[z>>2]|0)+(b<<2)>>2]|0;if(!c)B=58;else{h=i;do{c=k[c>>2]|0;if(!c){B=58;break e}d=k[c+4>>2]|0;if(a)d=d&e;else d=(d>>>0)%(j>>>0)|0;if((d|0)!=(b|0)){B=58;break e}}while((k[c+8>>2]|0)!=(h|0))}}else{b=0;B=58}while(0);if((B|0)==58){B=0;e=VC(12)|0;k[e+8>>2]=i;k[e+4>>2]=m;k[e>>2]=0;f=+(((k[w>>2]|0)+1|0)>>>0);g=+o[u>>2];do if(l|f>+(j>>>0)*g){b=(j>>>0>2&(j+-1&j|0)==0&1|j<<1)^1;c=~~+_(+(f/g))>>>0;Mm(z,b>>>0<c>>>0?c:b);b=k[v>>2]|0;c=b+-1|0;if(!(c&b)){d=b;b=c&m;break}else{d=b;b=(m>>>0)%(b>>>0)|0;break}}else d=j;while(0);b=(k[z>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[e>>2]=k[x>>2];k[x>>2]=e;k[b>>2]=x;b=k[e>>2]|0;if(b|0){b=k[b+4>>2]|0;c=d+-1|0;if(!(c&d))b=b&c;else b=(b>>>0)%(d>>>0)|0;k[(k[z>>2]|0)+(b<<2)>>2]=e}}else{k[e>>2]=k[c>>2];k[c>>2]=e}k[w>>2]=(k[w>>2]|0)+1}n=n+4|0}}while(0);qA(A)}if((B|0)==36)Ha(29462,29028,291,29502);else if((B|0)==43)Ha(29515,29028,300,29502);else if((B|0)==72){ky(z);r=C;return}}function Dc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,192,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,191,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,193,b);_o(d,(lI(e)|0)+16|0);Xq(d,191,(lI(e)|0)+12|0);Xq(d,191,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,194,b);Xq(d,191,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,195,b);_o(d,(bI(e)|0)+16|0);_o(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,196,b);_o(d,(YH(e)|0)+32|0);Xq(d,191,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,197,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,191,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,198,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,191,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,199,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,191,EE(c,a)|0);b=a}Xq(d,191,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,200,b);break}case 10:{d=a+16|0;Xq(d,201,b);Xq(d,191,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,202,b);break}case 12:{d=a+16|0;Xq(d,203,b);Xq(d,191,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,204,b);Xq(d,191,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,205,b);Xq(d,191,(_H(e)|0)+24|0);Xq(d,191,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,206,b);break}case 16:{d=a+16|0;Xq(d,207,b);Xq(d,191,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,208,b);Xq(d,191,(VH(e)|0)+16|0);Xq(d,191,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,209,b);Xq(d,191,(TH(e)|0)+16|0);Xq(d,191,(TH(e)|0)+12|0);Xq(d,191,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,210,b);_o(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,211,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,191,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,212,b);break}case 22:{Xq(a+16|0,213,b);break}default:{}}while(0);return}function Ec(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,384,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,383,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,385,b);$o(d,(lI(e)|0)+16|0);Xq(d,383,(lI(e)|0)+12|0);Xq(d,383,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,386,b);Xq(d,383,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,387,b);$o(d,(bI(e)|0)+16|0);$o(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,388,b);$o(d,(YH(e)|0)+32|0);Xq(d,383,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,389,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,383,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,390,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,383,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,391,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,383,EE(c,a)|0);b=a}Xq(d,383,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,392,b);break}case 10:{d=a+16|0;Xq(d,393,b);Xq(d,383,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,394,b);break}case 12:{d=a+16|0;Xq(d,395,b);Xq(d,383,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,396,b);Xq(d,383,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,397,b);Xq(d,383,(_H(e)|0)+24|0);Xq(d,383,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,398,b);break}case 16:{d=a+16|0;Xq(d,399,b);Xq(d,383,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,400,b);Xq(d,383,(VH(e)|0)+16|0);Xq(d,383,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,401,b);Xq(d,383,(TH(e)|0)+16|0);Xq(d,383,(TH(e)|0)+12|0);Xq(d,383,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,402,b);$o(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,403,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,383,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,404,b);break}case 22:{Xq(a+16|0,405,b);break}default:{}}while(0);return}function Fc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,170,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,119,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,167,b);dp(d,(lI(e)|0)+16|0);Xq(d,119,(lI(e)|0)+12|0);Xq(d,119,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,171,b);Xq(d,119,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,172,b);dp(d,(bI(e)|0)+16|0);dp(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,173,b);dp(d,(YH(e)|0)+32|0);Xq(d,119,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,174,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,119,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,175,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,119,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,176,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,119,EE(c,a)|0);b=a}Xq(d,119,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,177,b);break}case 10:{d=a+16|0;Xq(d,178,b);Xq(d,119,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,179,b);break}case 12:{d=a+16|0;Xq(d,180,b);Xq(d,119,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,181,b);Xq(d,119,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,182,b);Xq(d,119,(_H(e)|0)+24|0);Xq(d,119,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,183,b);break}case 16:{d=a+16|0;Xq(d,184,b);Xq(d,119,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,185,b);Xq(d,119,(VH(e)|0)+16|0);Xq(d,119,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,186,b);Xq(d,119,(TH(e)|0)+16|0);Xq(d,119,(TH(e)|0)+12|0);Xq(d,119,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,187,b);dp(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,188,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,119,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,189,b);break}case 22:{Xq(a+16|0,190,b);break}default:{}}while(0);return}function Gc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,289,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,237,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,291,b);gp(d,(lI(e)|0)+16|0);Xq(d,237,(lI(e)|0)+12|0);Xq(d,237,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,292,b);Xq(d,237,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,293,b);gp(d,(bI(e)|0)+16|0);gp(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,294,b);gp(d,(YH(e)|0)+32|0);Xq(d,237,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,296,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,237,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,297,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,237,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,298,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,237,EE(c,a)|0);b=a}Xq(d,237,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,299,b);break}case 10:{d=a+16|0;Xq(d,300,b);Xq(d,237,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,301,b);break}case 12:{d=a+16|0;Xq(d,302,b);Xq(d,237,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,303,b);Xq(d,237,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,304,b);Xq(d,237,(_H(e)|0)+24|0);Xq(d,237,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,305,b);break}case 16:{d=a+16|0;Xq(d,306,b);Xq(d,237,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,307,b);Xq(d,237,(VH(e)|0)+16|0);Xq(d,237,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,308,b);Xq(d,237,(TH(e)|0)+16|0);Xq(d,237,(TH(e)|0)+12|0);Xq(d,237,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,295,b);gp(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,309,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,237,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,310,b);break}case 22:{Xq(a+16|0,311,b);break}default:{}}while(0);return}function Hc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,215,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,214,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,216,b);hp(d,(lI(e)|0)+16|0);Xq(d,214,(lI(e)|0)+12|0);Xq(d,214,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,217,b);Xq(d,214,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,218,b);hp(d,(bI(e)|0)+16|0);hp(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,219,b);hp(d,(YH(e)|0)+32|0);Xq(d,214,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,220,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,214,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,221,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,214,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,222,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,214,EE(c,a)|0);b=a}Xq(d,214,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,223,b);break}case 10:{d=a+16|0;Xq(d,224,b);Xq(d,214,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,225,b);break}case 12:{d=a+16|0;Xq(d,226,b);Xq(d,214,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,227,b);Xq(d,214,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,228,b);Xq(d,214,(_H(e)|0)+24|0);Xq(d,214,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,229,b);break}case 16:{d=a+16|0;Xq(d,230,b);Xq(d,214,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,231,b);Xq(d,214,(VH(e)|0)+16|0);Xq(d,214,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,232,b);Xq(d,214,(TH(e)|0)+16|0);Xq(d,214,(TH(e)|0)+12|0);Xq(d,214,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,233,b);hp(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,234,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,214,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,235,b);break}case 22:{Xq(a+16|0,236,b);break}default:{}}while(0);return}function Ic(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,408,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,406,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,410,b);ip(d,(lI(e)|0)+16|0);Xq(d,406,(lI(e)|0)+12|0);Xq(d,406,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,414,b);Xq(d,406,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,417,b);ip(d,(bI(e)|0)+16|0);ip(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,419,b);ip(d,(YH(e)|0)+32|0);Xq(d,406,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,423,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,406,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,424,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,406,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,425,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,406,EE(c,a)|0);b=a}Xq(d,406,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,426,b);break}case 10:{d=a+16|0;Xq(d,427,b);Xq(d,406,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,428,b);break}case 12:{d=a+16|0;Xq(d,429,b);Xq(d,406,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,430,b);Xq(d,406,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,431,b);Xq(d,406,(_H(e)|0)+24|0);Xq(d,406,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,432,b);break}case 16:{d=a+16|0;Xq(d,433,b);Xq(d,406,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,434,b);Xq(d,406,(VH(e)|0)+16|0);Xq(d,406,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,435,b);Xq(d,406,(TH(e)|0)+16|0);Xq(d,406,(TH(e)|0)+12|0);Xq(d,406,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,421,b);ip(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,436,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,406,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,437,b);break}case 22:{Xq(a+16|0,422,b);break}default:{}}while(0);return}function Jc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,336,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,312,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,337,b);kp(d,(lI(e)|0)+16|0);Xq(d,312,(lI(e)|0)+12|0);Xq(d,312,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,338,b);Xq(d,312,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,339,b);kp(d,(bI(e)|0)+16|0);kp(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,340,b);kp(d,(YH(e)|0)+32|0);Xq(d,312,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,341,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,312,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,342,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,312,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,343,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,312,EE(c,a)|0);b=a}Xq(d,312,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,344,b);break}case 10:{d=a+16|0;Xq(d,345,b);Xq(d,312,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,346,b);break}case 12:{d=a+16|0;Xq(d,347,b);Xq(d,312,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,348,b);Xq(d,312,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,349,b);Xq(d,312,(_H(e)|0)+24|0);Xq(d,312,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,350,b);break}case 16:{d=a+16|0;Xq(d,351,b);Xq(d,312,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,352,b);Xq(d,312,(VH(e)|0)+16|0);Xq(d,312,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,353,b);Xq(d,312,(TH(e)|0)+16|0);Xq(d,312,(TH(e)|0)+12|0);Xq(d,312,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,354,b);kp(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,355,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,312,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,356,b);break}case 22:{Xq(a+16|0,357,b);break}default:{}}while(0);return}function Kc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,361,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,358,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,362,b);vp(d,(lI(e)|0)+16|0);Xq(d,358,(lI(e)|0)+12|0);Xq(d,358,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,363,b);Xq(d,358,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,364,b);vp(d,(bI(e)|0)+16|0);vp(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,365,b);vp(d,(YH(e)|0)+32|0);Xq(d,358,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,366,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,358,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,367,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,358,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,368,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,358,EE(c,a)|0);b=a}Xq(d,358,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,369,b);break}case 10:{d=a+16|0;Xq(d,370,b);Xq(d,358,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,371,b);break}case 12:{d=a+16|0;Xq(d,372,b);Xq(d,358,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,373,b);Xq(d,358,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,374,b);Xq(d,358,(_H(e)|0)+24|0);Xq(d,358,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,375,b);break}case 16:{d=a+16|0;Xq(d,376,b);Xq(d,358,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,377,b);Xq(d,358,(VH(e)|0)+16|0);Xq(d,358,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,378,b);Xq(d,358,(TH(e)|0)+16|0);Xq(d,358,(TH(e)|0)+12|0);Xq(d,358,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,379,b);vp(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,380,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,358,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,381,b);break}case 22:{Xq(a+16|0,382,b);break}default:{}}while(0);return}function Lc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{d=a+16|0;Xq(d,74,b);b=cI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,73,EE(c,a)|0);b=a}}case 2:{d=a+16|0;Xq(d,75,b);pp(d,(lI(e)|0)+16|0);Xq(d,73,(lI(e)|0)+12|0);Xq(d,73,(lI(e)|0)+8|0);break}case 3:{d=a+16|0;Xq(d,76,b);Xq(d,73,(gI(e)|0)+16|0);break}case 4:{d=a+16|0;Xq(d,77,b);pp(d,(bI(e)|0)+16|0);pp(d,(bI(e)|0)+12|0);break}case 5:{d=a+16|0;Xq(d,78,b);pp(d,(YH(e)|0)+32|0);Xq(d,73,(YH(e)|0)+28|0);break}case 6:{d=a+16|0;Xq(d,79,b);b=hI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,73,EE(c,a)|0);b=a}}case 7:{d=a+16|0;Xq(d,80,b);b=HH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,73,EE(c,a)|0);b=a}}case 8:{d=a+16|0;Xq(d,81,b);b=DH(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Xq(d,73,EE(c,a)|0);b=a}Xq(d,73,(DH(e)|0)+28|0);break}case 9:{Xq(a+16|0,82,b);break}case 10:{d=a+16|0;Xq(d,83,b);Xq(d,73,(OH(e)|0)+12|0);break}case 11:{Xq(a+16|0,84,b);break}case 12:{d=a+16|0;Xq(d,85,b);Xq(d,73,(KH(e)|0)+12|0);break}case 13:{d=a+16|0;Xq(d,86,b);Xq(d,73,(dI(e)|0)+20|0);break}case 14:{d=a+16|0;Xq(d,87,b);Xq(d,73,(_H(e)|0)+24|0);Xq(d,73,(_H(e)|0)+20|0);break}case 15:{Xq(a+16|0,88,b);break}case 16:{d=a+16|0;Xq(d,89,b);Xq(d,73,(ZH(e)|0)+12|0);break}case 17:{d=a+16|0;Xq(d,90,b);Xq(d,73,(VH(e)|0)+16|0);Xq(d,73,(VH(e)|0)+12|0);break}case 18:{d=a+16|0;Xq(d,91,b);Xq(d,73,(TH(e)|0)+16|0);Xq(d,73,(TH(e)|0)+12|0);Xq(d,73,(TH(e)|0)+8|0);break}case 19:{d=a+16|0;Xq(d,92,b);pp(d,(UH(e)|0)+8|0);break}case 20:{d=a+16|0;Xq(d,93,b);b=eI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Xq(d,73,EE(c,a)|0);b=a}}case 21:{Xq(a+16|0,94,b);break}case 22:{Xq(a+16|0,95,b);break}default:{}}while(0);return}function Mc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+48|0;l=n+24|0;m=n+8|0;j=n;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 84:{g=c+4|0;f=((k[g>>2]|0)-(k[c>>2]|0)|0)/24|0;h=yc(a,b,c)|0;d=k[g>>2]|0;e=(d-(k[c>>2]|0)|0)/24|0;if(!((h|0)!=(a|0)&(e|0)==(f+1|0)))while(1){if((e|0)==(f|0))break a;b=d+-24|0;while(1){if((d|0)==(b|0))break;m=d+-24|0;k[g>>2]=m;SB(m);d=k[g>>2]|0}e=e+-1|0;d=b}f=c+16|0;k[j>>2]=k[c+12>>2];bp(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)EL();else{g=e-b|0;j=g>>3;ht(l,g>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];g=m+4|0;k[j+4>>2]=k[g>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[g>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Hj(f,l);Lq(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);Qs(m);a=h;break a}case 68:{g=pg(a,b,c)|0;if((g|0)==(a|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=c+16|0;k[j>>2]=k[c+12>>2];bp(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)EL();else{h=e-b|0;j=h>>3;ht(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Hj(f,l);Lq(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);Qs(m);a=g;break a}case 83:{d=qc(a,b,c)|0;if((d|0)!=(a|0)){a=d;break a}if((b-a|0)<=2)break a;if((i[a+1>>0]|0)!=116)break a;h=a+2|0;g=ic(h,b,c)|0;if((g|0)==(h|0))break a;b=c+4|0;d=k[b>>2]|0;if((k[c>>2]|0)==(d|0))break a;wB(d+-24|0,0,38668)|0;f=c+16|0;a=(k[b>>2]|0)+-24|0;k[j>>2]=k[c+12>>2];bp(m,a,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)EL();else{h=e-b|0;j=h>>3;ht(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Hj(f,l);Lq(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);Qs(m);a=g;break a}default:break a}while(0);r=n;return a|0}function Nc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{Xq(a,314,b);c=cI(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,313,EE(d,b)|0);c=b}}case 2:{Xq(a,315,b);Fo(a,(lI(e)|0)+16|0);Xq(a,313,(lI(e)|0)+12|0);Xq(a,313,(lI(e)|0)+8|0);break}case 3:{Xq(a,316,b);Xq(a,313,(gI(e)|0)+16|0);break}case 4:{Xq(a,317,b);Fo(a,(bI(e)|0)+16|0);Fo(a,(bI(e)|0)+12|0);break}case 5:{Xq(a,318,b);Fo(a,(YH(e)|0)+32|0);Xq(a,313,(YH(e)|0)+28|0);break}case 6:{Xq(a,319,b);c=hI(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,313,EE(d,b)|0);c=b}}case 7:{Xq(a,320,b);c=HH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,313,EE(d,b)|0);c=b}}case 8:{Xq(a,321,b);c=DH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;Xq(a,313,EE(d,b)|0);c=b}Xq(a,313,(DH(e)|0)+28|0);break}case 9:{Xq(a,322,b);break}case 10:{Xq(a,323,b);Xq(a,313,(OH(e)|0)+12|0);break}case 11:{Xq(a,324,b);break}case 12:{Xq(a,325,b);Xq(a,313,(KH(e)|0)+12|0);break}case 13:{Xq(a,326,b);Xq(a,313,(dI(e)|0)+20|0);break}case 14:{Xq(a,327,b);Xq(a,313,(_H(e)|0)+24|0);Xq(a,313,(_H(e)|0)+20|0);break}case 15:{Xq(a,328,b);break}case 16:{Xq(a,329,b);Xq(a,313,(ZH(e)|0)+12|0);break}case 17:{Xq(a,330,b);Xq(a,313,(VH(e)|0)+16|0);Xq(a,313,(VH(e)|0)+12|0);break}case 18:{Xq(a,331,b);Xq(a,313,(TH(e)|0)+16|0);Xq(a,313,(TH(e)|0)+12|0);Xq(a,313,(TH(e)|0)+8|0);break}case 19:{Xq(a,332,b);Fo(a,(UH(e)|0)+8|0);break}case 20:{Xq(a,333,b);c=eI(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,313,EE(d,b)|0);c=b}}case 21:{Xq(a,334,b);break}case 22:{Xq(a,335,b);break}default:{}}while(0);return}function Oc(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,r=0;a:do if(b>>>0>36){e=FI()|0;k[e>>2]=22;e=0;d=0}else{r=a+4|0;q=a+100|0;do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=rl(a)|0}while((EM(f)|0)!=0);b:do switch(f|0){case 43:case 45:{f=((f|0)==45)<<31>>31;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;p=f;f=l[g>>0]|0;break b}else{p=f;f=rl(a)|0;break b}}default:p=0}while(0);g=(b|0)==0;do if((b|16|0)==16&(f|0)==48){f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=rl(a)|0;if((f|32|0)!=120)if(g){b=8;n=46;break}else{n=32;break}f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=rl(a)|0;if((l[31624+f>>0]|0)>15){d=(k[q>>2]|0)==0;if(!d)k[r>>2]=(k[r>>2]|0)+-1;if(!c){Vz(a,0);e=0;d=0;break a}if(d){e=0;d=0;break a}k[r>>2]=(k[r>>2]|0)+-1;e=0;d=0;break a}else{b=16;n=46}}else{b=g?10:b;if((l[31624+f>>0]|0)>>>0<b>>>0)n=32;else{if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;Vz(a,0);e=FI()|0;k[e>>2]=22;e=0;d=0;break a}}while(0);if((n|0)==32)if((b|0)==10){b=f+-48|0;if(b>>>0<10){f=0;g=b;do{f=(f*10|0)+g|0;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;g=b+-48|0}while(g>>>0<10&f>>>0<429496729);c=0}else{b=f;f=0;c=0}g=b+-48|0;if(g>>>0<10){m=g;while(1){g=PC(f|0,c|0,10,0)|0;h=M;j=((m|0)<0)<<31>>31;o=~j;if(h>>>0>o>>>0|(h|0)==(o|0)&g>>>0>~m>>>0){g=b;b=m;break}f=qI(g|0,h|0,m|0,j|0)|0;c=M;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=rl(a)|0;h=b+-48|0;if(h>>>0<10&(c>>>0<429496729|(c|0)==429496729&f>>>0<2576980378))m=h;else{g=b;b=h;break}}if(b>>>0>9){g=p;b=c}else{b=10;n=72}}else{g=p;b=c}}else n=46;c:do if((n|0)==46){if(!(b+-1&b)){n=i[31880+((b*23|0)>>>5&7)>>0]|0;c=i[31624+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h|f<<n;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=rl(a)|0;c=i[31624+g>>0]|0;h=c&255}while(f>>>0<134217728&h>>>0<b>>>0);h=0}else{g=f;h=0;f=0}j=WF(-1,-1,n|0)|0;m=M;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break}else g=h;while(1){f=PF(f|0,g|0,n|0)|0;h=M;f=c&255|f;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=rl(a)|0;c=i[31624+g>>0]|0;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break c}else g=h}}c=i[31624+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h+($(f,b)|0)|0;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=rl(a)|0;c=i[31624+g>>0]|0;h=c&255}while(f>>>0<119304647&h>>>0<b>>>0);h=0}else{g=f;f=0;h=0}if((c&255)>>>0<b>>>0){n=KK(-1,-1,b|0,0)|0;o=M;m=h;while(1){if(m>>>0>o>>>0|(m|0)==(o|0)&f>>>0>n>>>0){c=m;n=72;break c}h=PC(f|0,m|0,b|0,0)|0;j=M;c=c&255;if(j>>>0>4294967295|(j|0)==-1&h>>>0>~c>>>0){c=m;n=72;break c}f=qI(c|0,0,h|0,j|0)|0;h=M;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=rl(a)|0;c=i[31624+g>>0]|0;if((c&255)>>>0>=b>>>0){c=h;n=72;break}else m=h}}else{c=h;n=72}}while(0);if((n|0)==72)if((l[31624+g>>0]|0)>>>0<b>>>0){do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=rl(a)|0}while((l[31624+f>>0]|0)>>>0<b>>>0);g=FI()|0;k[g>>2]=34;g=(d&1|0)==0&0==0?p:0;b=e;f=d}else{g=p;b=c}if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;if(!(b>>>0<e>>>0|(b|0)==(e|0)&f>>>0<d>>>0)){if(!((d&1|0)!=0|0!=0|(g|0)!=0)){r=FI()|0;k[r>>2]=34;d=qI(d|0,e|0,-1,-1)|0;e=M;break}if(b>>>0>e>>>0|(b|0)==(e|0)&f>>>0>d>>>0){r=FI()|0;k[r>>2]=34;break}}d=((g|0)<0)<<31>>31;d=rG(f^g|0,b^d|0,g|0,d|0)|0;e=M}while(0);M=e;return d|0}function Pc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;d=h;f=a+16|0;if((k[f>>2]|0)!=(k[a+68>>2]|0)){g=a+12|0;if(i[g>>0]|0){c=PE(42756,14968)|0;j=a+124|0;e=(k[j>>2]|0)+1|0;k[j>>2]=e;e=PE(Pi(c,e)|0,14985)|0;e=Oi(e,k[f>>2]|0)|0;c=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=c;c=WH(c,43460)|0;c=Rb[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;YK(d);Hm(e,c);Qp(e)}e=sh(a)|0;if(!(i[g>>0]|0))c=e&255;else{c=e&255;j=Pi(PE(42756,14990)|0,c)|0;l=oF(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=l;l=WH(l,43460)|0;l=Rb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;YK(d);Hm(j,l);Qp(j)}do switch(e<<24>>24){case 1:{l=VA(k[a+4>>2]|0)|0;k[b>>2]=l;ae(a,cI(l)|0);break}case 3:{l=jH(k[a+4>>2]|0)|0;k[b>>2]=l;qk(a,lI(l)|0);break}case 2:{l=xF(k[a+4>>2]|0)|0;k[b>>2]=l;$g(a,gI(l)|0);break}case 7:case 6:{l=qC(k[a+4>>2]|0)|0;k[b>>2]=l;wj(a,bI(l)|0,e);break}case 8:{l=Ux(k[a+4>>2]|0)|0;k[b>>2]=l;qi(a,YH(l)|0);break}case 22:{l=vA(k[a+4>>2]|0)|0;k[b>>2]=l;Mg(a,hI(l)|0);break}case 24:{l=cA(k[a+4>>2]|0)|0;k[b>>2]=l;ug(a,HH(l)|0);break}case 23:{l=_z(k[a+4>>2]|0)|0;k[b>>2]=l;pi(a,DH(l)|0);break}case 20:{l=pI(k[a+4>>2]|0)|0;k[b>>2]=l;Ik(a,QH(l)|0);break}case 21:{l=mI(k[a+4>>2]|0)|0;k[b>>2]=l;gl(a,OH(l)|0);break}case 26:{l=kI(k[a+4>>2]|0)|0;k[b>>2]=l;Dk(a,LH(l)|0);break}case 27:{l=jI(k[a+4>>2]|0)|0;k[b>>2]=l;Uk(a,KH(l)|0);break}case 5:{l=sI(k[a+4>>2]|0)|0;k[b>>2]=l;Ml(a,TH(l)|0);break}case 9:{l=PG(k[a+4>>2]|0)|0;k[b>>2]=l;um(a,UH(l)|0);break}case 0:{l=II(k[a+4>>2]|0)|0;k[b>>2]=l;QJ(k[l>>2]|0);Rp(i[g>>0]|0);break}case 10:{l=fI(k[a+4>>2]|0)|0;k[b>>2]=l;xJ(k[l>>2]|0);Dp(i[g>>0]|0);break}case 4:case 15:{k[b>>2]=0;break}default:if(((((!(pc(a,b,e)|0)?!(xc(a,b,e)|0):0)?!(Og(a,b,e)|0):0)?!(ue(a,b,e)|0):0)?!(tf(a,b,e)|0):0)?!(Di(a,b,e)|0):0){l=PE(42756,15013)|0;j=l+(k[(k[l>>2]|0)+-12>>2]|0)+4|0;k[j>>2]=k[j>>2]&-75|8;l=Pi(l,c)|0;j=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=WH(j,43460)|0;j=Rb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;YK(d);Hm(l,j);Qp(l);Ea()}}while(0);if(i[g>>0]|0){j=PE(42756,15025)|0;g=a+124|0;l=k[g>>2]|0;k[g>>2]=l+-1;l=PE(Pi(j,l)|0,14985)|0;l=Oi(l,k[f>>2]|0)|0;j=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=WH(j,43460)|0;j=Rb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;YK(d);Hm(l,j);Qp(l)}}else{k[b>>2]=0;c=15}r=h;return c|0}function Qc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{Xq(a,240,b);c=cI(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,239,EE(d,b)|0);c=b}}case 2:{Xq(a,241,b);cp(a,(lI(e)|0)+16|0);Xq(a,239,(lI(e)|0)+12|0);Xq(a,239,(lI(e)|0)+8|0);break}case 3:{Xq(a,242,b);Xq(a,239,(gI(e)|0)+16|0);break}case 4:{Xq(a,243,b);cp(a,(bI(e)|0)+16|0);cp(a,(bI(e)|0)+12|0);break}case 5:{Xq(a,244,b);cp(a,(YH(e)|0)+32|0);Xq(a,239,(YH(e)|0)+28|0);break}case 6:{Xq(a,245,b);c=hI(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,239,EE(d,b)|0);c=b}}case 7:{Xq(a,246,b);c=HH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,239,EE(d,b)|0);c=b}}case 8:{Xq(a,247,b);c=DH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;Xq(a,239,EE(d,b)|0);c=b}Xq(a,239,(DH(e)|0)+28|0);break}case 9:{Xq(a,248,b);break}case 10:{Xq(a,249,b);Xq(a,239,(OH(e)|0)+12|0);break}case 11:{Xq(a,250,b);break}case 12:{Xq(a,251,b);Xq(a,239,(KH(e)|0)+12|0);break}case 13:{Xq(a,252,b);Xq(a,239,(dI(e)|0)+20|0);break}case 14:{Xq(a,253,b);Xq(a,239,(_H(e)|0)+24|0);Xq(a,239,(_H(e)|0)+20|0);break}case 15:{Xq(a,254,b);break}case 16:{Xq(a,255,b);Xq(a,239,(ZH(e)|0)+12|0);break}case 17:{Xq(a,256,b);Xq(a,239,(VH(e)|0)+16|0);Xq(a,239,(VH(e)|0)+12|0);break}case 18:{Xq(a,257,b);Xq(a,239,(TH(e)|0)+16|0);Xq(a,239,(TH(e)|0)+12|0);Xq(a,239,(TH(e)|0)+8|0);break}case 19:{Xq(a,258,b);cp(a,(UH(e)|0)+8|0);break}case 20:{Xq(a,259,b);c=eI(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,239,EE(d,b)|0);c=b}}case 21:{Xq(a,260,b);break}case 22:{Xq(a,261,b);break}default:{}}while(0);return}function Rc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{Xq(a,262,b);c=cI(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,238,EE(d,b)|0);c=b}}case 2:{Xq(a,263,b);ep(a,(lI(e)|0)+16|0);Xq(a,238,(lI(e)|0)+12|0);Xq(a,238,(lI(e)|0)+8|0);break}case 3:{Xq(a,264,b);Xq(a,238,(gI(e)|0)+16|0);break}case 4:{Xq(a,265,b);ep(a,(bI(e)|0)+16|0);ep(a,(bI(e)|0)+12|0);break}case 5:{Xq(a,266,b);ep(a,(YH(e)|0)+32|0);Xq(a,238,(YH(e)|0)+28|0);break}case 6:{Xq(a,267,b);c=hI(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,238,EE(d,b)|0);c=b}}case 7:{Xq(a,268,b);c=HH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,238,EE(d,b)|0);c=b}}case 8:{Xq(a,269,b);c=DH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;Xq(a,238,EE(d,b)|0);c=b}Xq(a,238,(DH(e)|0)+28|0);break}case 9:{Xq(a,270,b);break}case 10:{Xq(a,271,b);Xq(a,238,(OH(e)|0)+12|0);break}case 11:{Xq(a,272,b);break}case 12:{Xq(a,273,b);Xq(a,238,(KH(e)|0)+12|0);break}case 13:{Xq(a,274,b);Xq(a,238,(dI(e)|0)+20|0);break}case 14:{Xq(a,275,b);Xq(a,238,(_H(e)|0)+24|0);Xq(a,238,(_H(e)|0)+20|0);break}case 15:{Xq(a,276,b);break}case 16:{Xq(a,277,b);Xq(a,238,(ZH(e)|0)+12|0);break}case 17:{Xq(a,278,b);Xq(a,238,(VH(e)|0)+16|0);Xq(a,238,(VH(e)|0)+12|0);break}case 18:{Xq(a,279,b);Xq(a,238,(TH(e)|0)+16|0);Xq(a,238,(TH(e)|0)+12|0);Xq(a,238,(TH(e)|0)+8|0);break}case 19:{Xq(a,280,b);ep(a,(UH(e)|0)+8|0);break}case 20:{Xq(a,281,b);c=eI(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,238,EE(d,b)|0);c=b}}case 21:{Xq(a,282,b);break}case 22:{Xq(a,283,b);break}default:{}}while(0);return}function Sc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+16|0;o=s;p=a+24|0;k[p>>2]=b;EB(k[a>>2]|0,31338,1)|0;UC(a);q=a+4|0;QB(k[a>>2]|0,k[q>>2]|0);c=sz(EB(k[a>>2]|0,31228,0)|0,32)|0;Oi(c,k[b+80>>2]|0)|0;c=b+84|0;d=k[c>>2]|0;if((d|0)<65535)switch(d|0){case 0:break;default:e=2}else switch(d|0){case 65535:break;default:e=2}if((e|0)==2){n=sz(k[a>>2]|0,32)|0;Oi(n,k[c>>2]|0)|0}PE(k[a>>2]|0,23315)|0;g=k[b+92>>2]|0;h=o+4|0;j=o+8|0;l=o+4|0;f=k[b+88>>2]|0;while(1){if((f|0)==(g|0))break;NH(o,f);QB(k[a>>2]|0,k[q>>2]|0);EB(k[a>>2]|0,23318,1)|0;qf(a,k[o>>2]|0);PE(k[a>>2]|0,23324)|0;d=k[j>>2]|0;e=k[h>>2]|0;c=0;while(1){if(c>>>0>=(d-e|0)>>>0)break;m=i[e+c>>0]|0;a:do switch(m<<24>>24){case 10:{PE(k[a>>2]|0,23331)|0;break}case 13:{PE(k[a>>2]|0,23334)|0;break}case 9:{PE(k[a>>2]|0,23338)|0;break}case 12:{PE(k[a>>2]|0,23341)|0;break}case 8:{PE(k[a>>2]|0,23345)|0;break}case 92:{PE(k[a>>2]|0,23349)|0;break}case 34:{PE(k[a>>2]|0,23352)|0;break}case 39:{PE(k[a>>2]|0,23355)|0;break}default:{n=k[a>>2]|0;if((m+-32&255)<95){dA(n,m);break a}else{t=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[t>>2]=k[t>>2]&-75|8;n=Pi(Pi(sz(n,92)|0,(m&255)>>>4&255)|0,m&15)|0;n=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[n>>2]=k[n>>2]&-75|2;break a}}}while(0);c=c+1|0}PE(k[a>>2]|0,23327)|0;rA(l);f=f+16|0}c=b+100|0;if(k[c>>2]|0){QB(k[a>>2]|0,k[q>>2]|0);EB(k[a>>2]|0,23358,0)|0;PE(Sz(k[a>>2]|0,k[c>>2]|0)|0,23366)|0;PE(k[a>>2]|0,k[a+16>>2]|0)|0}c=b+104|0;if(!(k[c>>2]|0))e=a+16|0;else{QB(k[a>>2]|0,k[q>>2]|0);e=sz(EB(k[a>>2]|0,31291,0)|0,32)|0;sz(fz(e,k[c>>2]|0)|0,41)|0;e=a+16|0;PE(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+4>>2]|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break;QB(k[a>>2]|0,k[q>>2]|0);hh(a,k[c>>2]|0,1);PE(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+16>>2]|0;c=k[b+12>>2]|0;while(1){if((c|0)==(d|0))break;QB(k[a>>2]|0,k[q>>2]|0);An(a,k[c>>2]|0);PE(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+28>>2]|0;c=k[b+24>>2]|0;while(1){if((c|0)==(d|0))break;QB(k[a>>2]|0,k[q>>2]|0);Et(a,k[c>>2]|0);PE(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+52>>2]|0;c=k[b+48>>2]|0;while(1){if((c|0)==(d|0))break;QB(k[a>>2]|0,k[q>>2]|0);bq(a,k[c>>2]|0);PE(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}c=b+60|0;if(!(((k[b+72>>2]|0)==(k[b+68>>2]|0)?(k[c>>2]|0)==0:0)?(k[b+64>>2]|0)==-1:0)){QB(k[a>>2]|0,k[q>>2]|0);Wh(a,c);PE(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+40>>2]|0;c=k[b+36>>2]|0;while(1){if((c|0)==(d|0))break;QB(k[a>>2]|0,k[q>>2]|0);he(a,k[c>>2]|0);PE(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}Ix(a);PE(k[a>>2]|0,k[e>>2]|0)|0;k[p>>2]=0;r=s;return}function Tc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{Xq(a,97,b);c=cI(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,96,EE(d,b)|0);c=b}}case 2:{Xq(a,98,b);mp(a,(lI(e)|0)+16|0);Xq(a,96,(lI(e)|0)+12|0);Xq(a,96,(lI(e)|0)+8|0);break}case 3:{Xq(a,99,b);Xq(a,96,(gI(e)|0)+16|0);break}case 4:{Xq(a,100,b);mp(a,(bI(e)|0)+16|0);mp(a,(bI(e)|0)+12|0);break}case 5:{Xq(a,101,b);mp(a,(YH(e)|0)+32|0);Xq(a,96,(YH(e)|0)+28|0);break}case 6:{Xq(a,102,b);c=hI(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,96,EE(d,b)|0);c=b}}case 7:{Xq(a,103,b);c=HH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,96,EE(d,b)|0);c=b}}case 8:{Xq(a,104,b);c=DH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;Xq(a,96,EE(d,b)|0);c=b}Xq(a,96,(DH(e)|0)+28|0);break}case 9:{Xq(a,105,b);break}case 10:{Xq(a,106,b);Xq(a,96,(OH(e)|0)+12|0);break}case 11:{Xq(a,107,b);break}case 12:{Xq(a,108,b);Xq(a,96,(KH(e)|0)+12|0);break}case 13:{Xq(a,109,b);Xq(a,96,(dI(e)|0)+20|0);break}case 14:{Xq(a,110,b);Xq(a,96,(_H(e)|0)+24|0);Xq(a,96,(_H(e)|0)+20|0);break}case 15:{Xq(a,111,b);break}case 16:{Xq(a,112,b);Xq(a,96,(ZH(e)|0)+12|0);break}case 17:{Xq(a,113,b);Xq(a,96,(VH(e)|0)+16|0);Xq(a,96,(VH(e)|0)+12|0);break}case 18:{Xq(a,114,b);Xq(a,96,(TH(e)|0)+16|0);Xq(a,96,(TH(e)|0)+12|0);Xq(a,96,(TH(e)|0)+8|0);break}case 19:{Xq(a,115,b);mp(a,(UH(e)|0)+8|0);break}case 20:{Xq(a,116,b);c=eI(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,96,EE(d,b)|0);c=b}}case 21:{Xq(a,117,b);break}case 22:{Xq(a,118,b);break}default:{}}while(0);return}function Uc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{Xq(a,439,b);c=cI(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,438,EE(d,b)|0);c=b}}case 2:{Xq(a,440,b);op(a,(lI(e)|0)+16|0);Xq(a,438,(lI(e)|0)+12|0);Xq(a,438,(lI(e)|0)+8|0);break}case 3:{Xq(a,441,b);Xq(a,438,(gI(e)|0)+16|0);break}case 4:{Xq(a,442,b);op(a,(bI(e)|0)+16|0);op(a,(bI(e)|0)+12|0);break}case 5:{Xq(a,443,b);op(a,(YH(e)|0)+32|0);Xq(a,438,(YH(e)|0)+28|0);break}case 6:{Xq(a,444,b);c=hI(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,438,EE(d,b)|0);c=b}}case 7:{Xq(a,445,b);c=HH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,438,EE(d,b)|0);c=b}}case 8:{Xq(a,446,b);c=DH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;Xq(a,438,EE(d,b)|0);c=b}Xq(a,438,(DH(e)|0)+28|0);break}case 9:{Xq(a,447,b);break}case 10:{Xq(a,448,b);Xq(a,438,(OH(e)|0)+12|0);break}case 11:{Xq(a,449,b);break}case 12:{Xq(a,450,b);Xq(a,438,(KH(e)|0)+12|0);break}case 13:{Xq(a,451,b);Xq(a,438,(dI(e)|0)+20|0);break}case 14:{Xq(a,452,b);Xq(a,438,(_H(e)|0)+24|0);Xq(a,438,(_H(e)|0)+20|0);break}case 15:{Xq(a,453,b);break}case 16:{Xq(a,454,b);Xq(a,438,(ZH(e)|0)+12|0);break}case 17:{Xq(a,455,b);Xq(a,438,(VH(e)|0)+16|0);Xq(a,438,(VH(e)|0)+12|0);break}case 18:{Xq(a,456,b);Xq(a,438,(TH(e)|0)+16|0);Xq(a,438,(TH(e)|0)+12|0);Xq(a,438,(TH(e)|0)+8|0);break}case 19:{Xq(a,457,b);op(a,(UH(e)|0)+8|0);break}case 20:{Xq(a,458,b);c=eI(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,438,EE(d,b)|0);c=b}}case 21:{Xq(a,459,b);break}case 22:{Xq(a,460,b);break}default:{}}while(0);return}function Vc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ea();break}case 1:{Xq(a,51,b);c=cI(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,50,EE(d,b)|0);c=b}}case 2:{Xq(a,52,b);qp(a,(lI(e)|0)+16|0);Xq(a,50,(lI(e)|0)+12|0);Xq(a,50,(lI(e)|0)+8|0);break}case 3:{Xq(a,53,b);Xq(a,50,(gI(e)|0)+16|0);break}case 4:{Xq(a,54,b);qp(a,(bI(e)|0)+16|0);qp(a,(bI(e)|0)+12|0);break}case 5:{Xq(a,55,b);qp(a,(YH(e)|0)+32|0);Xq(a,50,(YH(e)|0)+28|0);break}case 6:{Xq(a,56,b);c=hI(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,50,EE(d,b)|0);c=b}}case 7:{Xq(a,57,b);c=HH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,50,EE(d,b)|0);c=b}}case 8:{Xq(a,58,b);c=DH(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;Xq(a,50,EE(d,b)|0);c=b}Xq(a,50,(DH(e)|0)+28|0);break}case 9:{Xq(a,59,b);break}case 10:{Xq(a,60,b);Xq(a,50,(OH(e)|0)+12|0);break}case 11:{Xq(a,61,b);break}case 12:{Xq(a,62,b);Xq(a,50,(KH(e)|0)+12|0);break}case 13:{Xq(a,63,b);Xq(a,50,(dI(e)|0)+20|0);break}case 14:{Xq(a,64,b);Xq(a,50,(_H(e)|0)+24|0);Xq(a,50,(_H(e)|0)+20|0);break}case 15:{Xq(a,65,b);break}case 16:{Xq(a,66,b);Xq(a,50,(ZH(e)|0)+12|0);break}case 17:{Xq(a,67,b);Xq(a,50,(VH(e)|0)+16|0);Xq(a,50,(VH(e)|0)+12|0);break}case 18:{Xq(a,68,b);Xq(a,50,(TH(e)|0)+16|0);Xq(a,50,(TH(e)|0)+12|0);Xq(a,50,(TH(e)|0)+8|0);break}case 19:{Xq(a,69,b);qp(a,(UH(e)|0)+8|0);break}case 20:{Xq(a,70,b);c=eI(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;Xq(a,50,EE(d,b)|0);c=b}}case 21:{Xq(a,71,b);break}case 22:{Xq(a,72,b);break}default:{}}while(0);return}function Wc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0.0,i=0.0,j=0,l=0,m=0,n=0,o=0,q=0,r=0,s=0;a:while(1){m=b;q=b+-4|0;while(1){s=a;b:while(1){l=s;a=m-l|0;c=a>>2;switch(c|0){case 1:case 0:break a;case 2:{r=5;break a}case 3:{r=7;break a}case 4:{r=8;break a}case 5:{r=9;break a}default:{}}if((a|0)<28){r=11;break a}f=s+(((c|0)/2|0)<<2)|0;if((a|0)>3996){a=(c|0)/4|0;a=Qi(s,s+(a<<2)|0,f,f+(a<<2)|0,q)|0}else a=yk(s,f,q)|0;d=k[s>>2]|0;i=+p[d+16>>3];h=+p[(k[f>>2]|0)+16>>3];if(i>h){c=q;break}else c=q;while(1){c=c+-4|0;if((s|0)==(c|0))break;e=k[c>>2]|0;if(+p[e+16>>3]>h){r=39;break b}}a=s+4|0;l=k[q>>2]|0;d=l;if(!(i>+p[l+16>>3])){while(1){if((a|0)==(q|0))break a;c=k[a>>2]|0;if(i>+p[c+16>>3])break;a=a+4|0}k[a>>2]=d;k[q>>2]=c;a=a+4|0}if((a|0)==(q|0))break a;else c=q;while(1){h=+p[(k[s>>2]|0)+16>>3];while(1){e=k[a>>2]|0;f=a+4|0;if(h>+p[e+16>>3])break;else a=f}do{c=c+-4|0;d=k[c>>2]|0}while(h>+p[d+16>>3]);if(a>>>0>=c>>>0){s=a;continue b}k[a>>2]=d;k[c>>2]=e;a=f}}if((r|0)==39){r=0;k[s>>2]=e;k[c>>2]=d;a=a+1|0}d=s+4|0;c:do if(d>>>0<c>>>0){j=f;while(1){h=+p[(k[j>>2]|0)+16>>3];while(1){f=k[d>>2]|0;g=d+4|0;if(+p[f+16>>3]>h)d=g;else break}do{c=c+-4|0;e=k[c>>2]|0}while(!(+p[e+16>>3]>h));if(d>>>0>c>>>0){c=j;break c}k[d>>2]=e;k[c>>2]=f;j=(j|0)==(d|0)?c:j;d=g;a=a+1|0}}else c=f;while(0);if((d|0)!=(c|0)?(n=k[c>>2]|0,o=k[d>>2]|0,+p[n+16>>3]>+p[o+16>>3]):0){k[d>>2]=n;k[c>>2]=o;a=a+1|0}if(!a){c=Te(s,d)|0;a=d+4|0;if(Te(a,b)|0){r=55;break}if(c)continue}j=d;if((j-l|0)>=(m-j|0)){r=54;break}Wc(s,d);a=d+4|0}if((r|0)==54){r=0;Wc(d+4|0,b);a=s;b=d;continue}else if((r|0)==55){r=0;if(c)break;else{a=s;b=d;continue}}}d:do if((r|0)==5){b=k[q>>2]|0;a=k[s>>2]|0;if(+p[b+16>>3]>+p[a+16>>3]){k[s>>2]=b;k[q>>2]=a}}else if((r|0)==7)yk(s,s+4|0,q)|0;else if((r|0)==8)nk(s,s+4|0,s+8|0,q)|0;else if((r|0)==9)Qi(s,s+4|0,s+8|0,s+12|0,q)|0;else if((r|0)==11){a=s+8|0;yk(s,s+4|0,a)|0;f=s+12|0;while(1){if((f|0)==(b|0))break d;g=k[f>>2]|0;e=g+16|0;if(+p[e>>3]>+p[(k[a>>2]|0)+16>>3]){k[f>>2]=0;c=f;while(1){r=k[a>>2]|0;k[a>>2]=0;d=k[c>>2]|0;k[c>>2]=r;if(d|0){qA(d);oN(d)}if((a|0)==(s|0))break;c=a+-4|0;if(+p[e>>3]>+p[(k[c>>2]|0)+16>>3]){r=a;a=c;c=r}else break}c=k[a>>2]|0;k[a>>2]=g;if(c|0){qA(c);oN(c)}}a=f;f=f+4|0}}while(0);return}function Xc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0.0,j=0.0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0;H=r;r=r+32|0;B=H+24|0;C=H+4|0;D=H;E=a+16|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;o[E>>2]=1.0;F=C+16|0;k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;k[C+12>>2]=0;o[F>>2]=1.0;A=b+24|0;k[B>>2]=k[A>>2];b=Fu(B)|0;z=C+4|0;h=VC(12)|0;k[h+8>>2]=k[A>>2];k[h+4>>2]=b;k[h>>2]=0;A=C+12|0;Mm(C,1);d=k[z>>2]|0;e=d+-1|0;f=(e&d|0)==0;if(f)b=e&b;else b=(b>>>0)%(d>>>0)|0;c=(k[C>>2]|0)+(b<<2)|0;b=k[c>>2]|0;if(!b){g=C+8|0;k[h>>2]=k[g>>2];k[g>>2]=h;k[c>>2]=g;b=k[h>>2]|0;if(!b){x=g;y=g;s=g}else{b=k[b+4>>2]|0;if(f)b=b&e;else b=(b>>>0)%(d>>>0)|0;k[(k[C>>2]|0)+(b<<2)>>2]=h;x=g;y=g;s=g}}else{k[h>>2]=k[b>>2];k[b>>2]=h;s=C+8|0;x=s;y=s}b=(k[A>>2]|0)+1|0;k[A>>2]=b;t=C+8|0;u=a+4|0;v=a+12|0;w=a+8|0;while(1){if(!b)break;n=k[t>>2]|0;b=k[n+8>>2]|0;zq(C,n);k[B>>2]=b;n=Fu(B)|0;l=k[u>>2]|0;m=(l|0)==0;a:do if(!m){f=l+-1|0;g=(f&l|0)==0;if(g)c=f&n;else c=(n>>>0)%(l>>>0)|0;d=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!d)G=26;else{h=b;while(1){d=k[d>>2]|0;if(!d){G=26;break a}e=k[d+4>>2]|0;if(g)e=e&f;else e=(e>>>0)%(l>>>0)|0;if((e|0)!=(c|0)){G=26;break a}if((k[d+8>>2]|0)==(h|0)){b=h;break}}}}else{c=0;G=26}while(0);if((G|0)==26){G=0;f=VC(12)|0;k[f+8>>2]=b;k[f+4>>2]=n;k[f>>2]=0;i=+(((k[v>>2]|0)+1|0)>>>0);j=+o[E>>2];do if(m|i>+(l>>>0)*j){c=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;d=~~+_(+(i/j))>>>0;Mm(a,c>>>0<d>>>0?d:c);c=k[u>>2]|0;d=c+-1|0;if(!(d&c)){e=c;c=d&n;break}else{e=c;c=(n>>>0)%(c>>>0)|0;break}}else e=l;while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){k[f>>2]=k[w>>2];k[w>>2]=f;k[c>>2]=w;c=k[f>>2]|0;if(c|0){c=k[c+4>>2]|0;d=e+-1|0;if(!(d&e))c=c&d;else c=(c>>>0)%(e>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=f}}else{k[f>>2]=k[d>>2];k[d>>2]=f}k[v>>2]=(k[v>>2]|0)+1}q=k[b+40>>2]|0;p=k[b+36>>2]|0;while(1){if((p|0)==(q|0))break;h=k[p>>2]|0;k[D>>2]=h;e=h;b:do if(!(Zj(a,D)|0)){k[B>>2]=h;n=Fu(B)|0;l=k[z>>2]|0;m=(l|0)==0;c:do if(!m){f=l+-1|0;g=(f&l|0)==0;if(g)b=f&n;else b=(n>>>0)%(l>>>0)|0;c=k[(k[C>>2]|0)+(b<<2)>>2]|0;if(c)while(1){c=k[c>>2]|0;if(!c)break c;d=k[c+4>>2]|0;if(g)d=d&f;else d=(d>>>0)%(l>>>0)|0;if((d|0)!=(b|0))break c;if((k[c+8>>2]|0)==(e|0))break b}}else b=0;while(0);e=VC(12)|0;k[e+8>>2]=h;k[e+4>>2]=n;k[e>>2]=0;i=+(((k[A>>2]|0)+1|0)>>>0);j=+o[F>>2];do if(m|i>+(l>>>0)*j){b=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;c=~~+_(+(i/j))>>>0;Mm(C,b>>>0<c>>>0?c:b);b=k[z>>2]|0;c=b+-1|0;if(!(c&b)){d=b;b=c&n;break}else{d=b;b=(n>>>0)%(b>>>0)|0;break}}else d=l;while(0);b=(k[C>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[e>>2]=k[x>>2];k[y>>2]=e;k[b>>2]=s;b=k[e>>2]|0;if(b|0){b=k[b+4>>2]|0;c=d+-1|0;if(!(c&d))b=b&c;else b=(b>>>0)%(d>>>0)|0;k[(k[C>>2]|0)+(b<<2)>>2]=e}}else{k[e>>2]=k[c>>2];k[c>>2]=e}k[A>>2]=(k[A>>2]|0)+1}while(0);p=p+4|0}b=k[A>>2]|0}ky(C);r=H;return}function Yc(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0;o=r;r=r+16|0;n=o;if(a){m=WH(c,45180)|0;if(b){Jb[k[(k[m>>2]|0)+44>>2]&511](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[m>>2]|0)+32>>2]&511](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Zi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);a=m}else{Jb[k[(k[m>>2]|0)+40>>2]&511](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[m>>2]|0)+28>>2]&511](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Zi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);a=m}c=Lb[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=Lb[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;Jb[k[(k[a>>2]|0)+20>>2]&511](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Zi(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);Jb[k[(k[a>>2]|0)+24>>2]&511](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}Zi(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);c=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0}else{m=WH(c,45172)|0;if(b){Jb[k[(k[m>>2]|0)+44>>2]&511](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[m>>2]|0)+32>>2]&511](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Zi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);a=m}else{Jb[k[(k[m>>2]|0)+40>>2]&511](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[m>>2]|0)+28>>2]&511](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Zi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);a=m}c=Lb[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=Lb[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;Jb[k[(k[a>>2]|0)+20>>2]&511](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Zi(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);Jb[k[(k[a>>2]|0)+24>>2]&511](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}Zi(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}WI(n);c=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0}k[l>>2]=c;r=o;return}function Zc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0;N=r;r=r+48|0;l=N+36|0;m=N+28|0;n=N+16|0;t=N+4|0;E=N;L=N+32|0;M=a+12|0;if(i[M>>0]|0){K=PE(42756,14775)|0;J=oF(K+(k[(k[K>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=J;J=WH(J,43460)|0;J=Rb[k[(k[J>>2]|0)+28>>2]&31](J,10)|0;YK(l);Hm(K,J);Qp(K)}o=zh(a)|0;p=a+24|0;if((o|0)!=((k[a+28>>2]|0)-(k[p>>2]|0)>>2|0))Ha(14792,13928,1514,14822);q=a+16|0;s=a+68|0;u=n+4|0;v=n+8|0;w=t+4|0;x=t+8|0;y=n+8|0;z=t+8|0;A=a+64|0;B=a+36|0;C=a+84|0;D=a+88|0;F=a+96|0;G=a+100|0;H=a+124|0;I=a+44|0;J=a+48|0;K=a+40|0;j=0;while(1){if(j>>>0>=o>>>0){b=7;break}if(i[M>>0]|0){h=PE(42756,14836)|0;h=Oi(h,k[q>>2]|0)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(l);Hm(h,g);Qp(h)}b=zh(a)|0;if(!b){b=11;break}k[s>>2]=(k[q>>2]|0)+b;h=k[(k[p>>2]|0)+(j<<2)>>2]|0;if(i[M>>0]|0){g=Oi(PE(42756,14858)|0,j)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(l);Hm(g,f);Qp(g)}k[m>>2]=0;k[n>>2]=0;k[u>>2]=0;k[v>>2]=0;k[t>>2]=0;k[w>>2]=0;k[x>>2]=0;c=h+8|0;d=h+12|0;b=0;while(1){if(b>>>0>=(k[d>>2]|0)-(k[c>>2]|0)>>2>>>0)break;e=Wm(m)|0;k[l>>2]=e;f=(k[c>>2]|0)+(b<<2)|0;g=k[u>>2]|0;if(g>>>0<(k[y>>2]|0)>>>0){f=k[f>>2]|0;k[g>>2]=e;k[g+4>>2]=f;k[u>>2]=(k[u>>2]|0)+8}else zl(n,l,f);b=b+1|0}g=zh(a)|0;c=0;while(1){if(c>>>0>=g>>>0)break;b=zh(a)|0;d=JG(a)|0;k[l>>2]=d;while(1){if(!b)break;e=Wm(m)|0;k[E>>2]=e;f=k[w>>2]|0;if(f>>>0<(k[z>>2]|0)>>>0){k[f>>2]=e;k[f+4>>2]=d;k[w>>2]=(k[w>>2]|0)+8}else zl(t,E,l);b=b+-1|0}c=c+1|0}b=fx(j)|0;k[L>>2]=b;b=k[h+4>>2]|0;k[l>>2]=k[L>>2];b=Gf(l,n,b,t)|0;k[E>>2]=b;k[b+32>>2]=k[h>>2];c=b;k[A>>2]=c;if(i[M>>0]|0){h=Oi(PE(42756,14866)|0,j)|0;g=oF(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=WH(g,43460)|0;g=Rb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;YK(l);Hm(h,g);Qp(h)}k[B>>2]=0;if((k[C>>2]|0)!=(k[D>>2]|0)){b=32;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=34;break}if(k[H>>2]|0){b=36;break}h=Tn(a)|0;k[b+36>>2]=h;if(k[H>>2]|0){b=38;break}if((k[C>>2]|0)!=(k[D>>2]|0)){b=40;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=42;break}if((k[q>>2]|0)!=(k[s>>2]|0)){b=44;break}k[A>>2]=0;b=k[I>>2]|0;if((b|0)==(k[J>>2]|0))en(K,E);else{k[b>>2]=c;k[I>>2]=(k[I>>2]|0)+4}rz(t);rz(n);j=j+1|0}if((b|0)==7){r=N;return}else if((b|0)==11)Ha(14849,13928,1518,14822);else if((b|0)==32)Ha(14888,13928,1553,14822);else if((b|0)==34)Ha(14907,13928,1554,14822);else if((b|0)==36)Ha(14931,13928,1555,14822);else if((b|0)==38)Ha(14931,13928,1557,14822);else if((b|0)==40)Ha(14888,13928,1558,14822);else if((b|0)==42)Ha(14907,13928,1559,14822);else if((b|0)==44)Ha(14942,13928,1560,14822)}function _c(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=WH(c,45196)|0;if(b){Jb[k[(k[a>>2]|0)+44>>2]&511](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[a>>2]|0)+32>>2]&511](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}di(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}LI(m)}else{Jb[k[(k[a>>2]|0)+40>>2]&511](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[a>>2]|0)+28>>2]&511](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}di(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}LI(m)}c=Lb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=Lb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;Jb[k[(k[a>>2]|0)+20>>2]&511](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Zi(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}WI(m);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}di(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}LI(m);c=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=WH(c,45188)|0;if(b){Jb[k[(k[a>>2]|0)+44>>2]&511](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[a>>2]|0)+32>>2]&511](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}di(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}LI(m)}else{Jb[k[(k[a>>2]|0)+40>>2]&511](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Jb[k[(k[a>>2]|0)+28>>2]&511](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}di(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}LI(m)}c=Lb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=Lb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;Jb[k[(k[a>>2]|0)+20>>2]&511](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Zi(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}WI(m);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}di(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}LI(m);c=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=c;r=n;return}function $c(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;t=r;r=r+16|0;f=t+12|0;h=t+8|0;l=t+4|0;q=t;s=k[a>>2]|0;if((k[s+40>>2]|0)!=(k[s+36>>2]|0)){g=a+8|0;if(i[g>>0]|0){s=PE(42756,20935)|0;p=oF(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=p;p=WH(p,43460)|0;p=Rb[k[(k[p>>2]|0)+28>>2]&31](p,10)|0;YK(f);Hm(s,p);Qp(s)}j=aG(a,31256)|0;m=k[a>>2]|0;m=(k[m+40>>2]|0)-(k[m+36>>2]|0)>>2;n=a+4|0;Mk(k[n>>2]|0,m)|0;o=a+40|0;p=a+52|0;e=0;while(1){if(e>>>0>=m>>>0)break;if(i[g>>0]|0){d=PE(42756,20953)|0;s=k[n>>2]|0;s=Oi(d,(k[s+4>>2]|0)-(k[s>>2]|0)|0)|0;d=oF(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=WH(d,43460)|0;d=Rb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;YK(f);Hm(s,d);Qp(s)}s=DA(a)|0;d=k[n>>2]|0;c=k[d+4>>2]|0;d=k[d>>2]|0;b=XB(k[a>>2]|0,e)|0;dx(o);cw(p);if(i[g>>0]|0){u=PE(42756,20966)|0;u=fz(u,k[b>>2]|0)|0;v=oF(u+(k[(k[u>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=v;v=WH(v,43460)|0;v=Rb[k[(k[v>>2]|0)+28>>2]&31](v,10)|0;YK(f);Hm(u,v);Qp(u)}xe(a,b);w=k[n>>2]|0;k[f>>2]=1;v=Dr(p,f)|0;v=(k[v>>2]|0)!=0&1;k[h>>2]=2;u=Dr(p,h)|0;v=((k[u>>2]|0)!=0&1)+v|0;k[l>>2]=3;u=Dr(p,l)|0;u=v+((k[u>>2]|0)!=0&1)|0;k[q>>2]=4;v=Dr(p,q)|0;Mk(w,u+((k[v>>2]|0)!=0&1)|0)|0;k[f>>2]=1;v=Dr(p,f)|0;if(k[v>>2]|0){v=k[n>>2]|0;k[f>>2]=1;w=Dr(p,f)|0;cj(Mk(v,k[w>>2]|0)|0,1)|0}k[f>>2]=2;w=Dr(p,f)|0;if(k[w>>2]|0){v=k[n>>2]|0;k[f>>2]=2;w=Dr(p,f)|0;cj(Mk(v,k[w>>2]|0)|0,2)|0}k[f>>2]=3;w=Dr(p,f)|0;if(k[w>>2]|0){v=k[n>>2]|0;k[f>>2]=3;w=Dr(p,f)|0;cj(Mk(v,k[w>>2]|0)|0,3)|0}k[f>>2]=4;w=Dr(p,f)|0;if(k[w>>2]|0){v=k[n>>2]|0;k[f>>2]=4;w=Dr(p,f)|0;cj(Mk(v,k[w>>2]|0)|0,4)|0}ov(a,k[b+36>>2]|0);b=k[n>>2]|0;c=(k[b+4>>2]|0)-(k[b>>2]|0)+(d-c)|0;if(i[g>>0]|0){w=PE(Oi(PE(Oi(PE(42756,20974)|0,c)|0,20986)|0,s)|0,21e3)|0;b=k[n>>2]|0;b=Oi(w,(k[b+4>>2]|0)-(k[b>>2]|0)|0)|0;w=oF(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=w;w=WH(w,43460)|0;w=Rb[k[(k[w>>2]|0)+28>>2]&31](w,10)|0;YK(f);Hm(b,w);Qp(b);b=k[n>>2]|0}cl(b,s,c);e=e+1|0}aE(a,j)}r=t;return}function ad(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0.0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0.0;H=r;r=r+5072|0;E=H;F=H+5048|0;f=H+2540|0;G=H+24|0;c=k[a+32>>2]|0;c=(k[c+24>>2]|0)-(k[c+20>>2]|0)>>2;do if(c>>>0>=2){d=$(c+-1|0,c)|0;d=d>>>0>20?20:d;k[f>>2]=a;Nv(f+4|0,42);i[f+2504>>0]=1;k[G>>2]=f;C=G+4|0;k[C>>2]=0;D=G+8|0;k[D>>2]=0;k[G+12>>2]=0;Nv(G+16|0,1337);Uf(C,d);g=k[C>>2]|0;c=0;while(1){if(c>>>0>=d>>>0)break;B=g+(c<<2)|0;A=tk(f)|0;e=k[B>>2]|0;k[B>>2]=A;if(e|0){qA(e);oN(e)}c=c+1|0}c=k[D>>2]|0;Rv(g,c);y=F+4|0;z=F+8|0;A=E+4|0;B=E+8|0;x=+p[(k[g>>2]|0)+16>>3];a:while(1){w=c-g>>2;u=((w*25|0)>>>0)/100|0;v=((w*50|0)>>>0)/100|0;k[F>>2]=0;k[y>>2]=0;k[z>>2]=0;Uf(F,v);t=k[F>>2]|0;s=0;while(1){if(s>>>0>=v>>>0){c=0;break}q=t+(s<<2)|0;o=k[G>>2]|0;f=Bv(G)|0;f=k[(k[C>>2]|0)+(f<<2)>>2]|0;d=Bv(G)|0;g=k[C>>2]|0;d=k[g+(d<<2)>>2]|0;h=f+4|0;j=(k[h>>2]|0)-(k[f>>2]|0)>>2;k[E>>2]=0;k[A>>2]=0;k[B>>2]=0;at(E,j);e=k[E>>2]|0;c=0;while(1){if((c|0)==(j|0))break;k[e+(k[(k[d>>2]|0)+(c<<2)>>2]<<2)>>2]=c;c=c+1|0}n=VC(24)|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;if((n|0)!=(f|0))Zh(n,k[f>>2]|0,k[h>>2]|0);p[n+16>>3]=+p[f+16>>3];if(!j){c=17;break a}c=k[(k[o>>2]|0)+32>>2]|0;l=j+-1|0;m=k[E>>2]|0;c=(k[c+12>>2]|0)-(k[c+8>>2]|0)>>2;while(1){if(c>>>0>=l>>>0)break;e=k[n>>2]|0;h=e+(c<<2)|0;j=k[h>>2]|0;d=c+1|0;e=e+(d<<2)|0;f=k[e>>2]|0;if((k[m+(j<<2)>>2]|0)>>>0>(k[m+(f<<2)>>2]|0)>>>0){k[h>>2]=f;k[e>>2]=j;c=d}c=c+1|0}Xi(o,n);qA(E);c=k[q>>2]|0;k[q>>2]=n;if(c|0){qA(c);oN(c)}s=s+1|0}while(1){if(c>>>0>=v>>>0)break;o=g+(c+u<<2)|0;s=t+(c<<2)|0;q=k[o>>2]|0;k[o>>2]=k[s>>2];k[s>>2]=q;c=c+1|0}g=k[C>>2]|0;e=k[G>>2]|0;c=u+v|0;while(1){if(c>>>0>=w>>>0)break;v=g+(c<<2)|0;u=tk(e)|0;d=k[v>>2]|0;k[v>>2]=u;if(d|0){qA(d);oN(d)}c=c+1|0}c=k[D>>2]|0;Rv(g,c);sr(F);d=k[g>>2]|0;I=x;x=+p[d+16>>3];if(x==I){c=34;break}}if((c|0)==17)Ha(29683,29028,596,29693);else if((c|0)==34){Sd(a,d,b);sr(G+4|0);break}}else Ve(a,b);while(0);r=H;return}function bd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=WH(b,45180)|0;Jb[k[(k[a>>2]|0)+44>>2]&511](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Jb[k[(k[a>>2]|0)+32>>2]&511](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}Zi(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);Jb[k[(k[a>>2]|0)+28>>2]&511](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}Zi(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);b=Lb[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=Lb[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;Jb[k[(k[a>>2]|0)+20>>2]&511](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Zi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}Zi(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);b=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=WH(b,45172)|0;Jb[k[(k[a>>2]|0)+44>>2]&511](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Jb[k[(k[a>>2]|0)+32>>2]&511](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}Zi(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);Jb[k[(k[a>>2]|0)+28>>2]&511](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}Zi(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);b=Lb[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=Lb[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;Jb[k[(k[a>>2]|0)+20>>2]&511](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Zi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}Zi(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);b=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function cd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0;C=r;r=r+16|0;v=C+12|0;u=C+8|0;x=C+4|0;y=C;w=oF(d)|0;A=WH(w,43460)|0;mD(w);k[e>>2]=0;w=A+8|0;m=0;a:while(1){p=(g|0)!=(h|0);while(1){if(!(p&(m|0)==0))break a;m=b;if(b)if((k[b+12>>2]|0)==(k[b+16>>2]|0)){t=(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;q=t?0:b;b=t?0:b;m=t?0:m}else q=b;else{q=0;b=0}o=(b|0)==0;n=c;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){n=0;B=11;break}if(!o){B=12;break a}}else B=11;while(0);if((B|0)==11){B=0;if(o){b=0;c=0;B=12;break a}else c=0}if((Db[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0)<<24>>24==37){B=14;break}m=i[g>>0]|0;if(m<<24>>24>-1?(z=k[w>>2]|0,j[z+(m<<24>>24<<1)>>1]&8192):0){B=23;break}n=b+12|0;m=k[n>>2]|0;o=b+16|0;if((m|0)==(k[o>>2]|0))m=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else m=l[m>>0]|0;t=Rb[k[(k[A>>2]|0)+12>>2]&31](A,m&255)|0;if(t<<24>>24==(Rb[k[(k[A>>2]|0)+12>>2]&31](A,i[g>>0]|0)|0)<<24>>24){B=48;break}k[e>>2]=4;b=q;m=4}b:do if((B|0)==14){B=0;p=g+1|0;if((p|0)==(h|0)){B=15;break a}o=Db[k[(k[A>>2]|0)+36>>2]&31](A,i[p>>0]|0,0)|0;switch(o<<24>>24){case 48:case 69:{g=g+2|0;if((g|0)==(h|0)){B=20;break a}q=o;b=Db[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0;g=p;break}default:{q=0;b=o}}t=k[(k[a>>2]|0)+36>>2]|0;k[x>>2]=m;k[y>>2]=n;k[u>>2]=k[x>>2];k[v>>2]=k[y>>2];g=g+2|0;b=Ob[t&15](a,u,v,d,e,f,b,q)|0}else if((B|0)==23){while(1){B=0;g=g+1|0;if((g|0)==(h|0)){g=h;break}m=i[g>>0]|0;if(m<<24>>24<=-1)break;if(!(j[z+(m<<24>>24<<1)>>1]&8192))break;else B=23}n=b;m=c;b=q;p=c;o=c;while(1){if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){t=(Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;b=t?0:b;t=t?0:n}else t=n;else t=0;n=(t|0)==0;do if(o){if((k[o+12>>2]|0)!=(k[o+16>>2]|0))if(n){s=m;c=p;q=o;break}else{c=p;break b}if((Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0)!=-1)if(n^(m|0)==0){s=m;c=p;q=m}else{c=p;break b}else{m=0;c=0;B=34}}else{c=p;B=34}while(0);if((B|0)==34){B=0;if(n)break b;else{s=m;q=0}}n=t+12|0;m=k[n>>2]|0;o=t+16|0;if((m|0)==(k[o>>2]|0))m=Lb[k[(k[t>>2]|0)+36>>2]&127](t)|0;else m=l[m>>0]|0;if((m&255)<<24>>24<=-1)break b;if(!(j[(k[w>>2]|0)+(m<<24>>24<<1)>>1]&8192))break b;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0)){Lb[k[(k[t>>2]|0)+40>>2]&127](t)|0;n=t;m=s;p=c;o=q;continue}else{k[n>>2]=m+1;n=t;m=s;p=c;o=q;continue}}}else if((B|0)==48){B=0;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0))Lb[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[n>>2]=m+1;g=g+1|0;b=q}while(0);m=k[e>>2]|0}if((B|0)==12)k[e>>2]=4;else if((B|0)==15)k[e>>2]=4;else if((B|0)==20)k[e>>2]=4;if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)){A=(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;b=A?0:b}}else b=0;g=(b|0)==0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){B=61;break}if(!g)B=62}else B=61;while(0);if((B|0)==61?g:0)B=62;if((B|0)==62)k[e>>2]=k[e>>2]|2;r=C;return b|0}function dd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+16|0;s=x+12|0;q=x+8|0;t=x+4|0;u=x;i=oF(d)|0;v=WH(i,43492)|0;mD(i);k[e>>2]=0;i=0;a:while(1){m=(g|0)!=(h|0);while(1){if(!(m&(i|0)==0)){i=c;break a}j=b;if(!b){o=0;b=0;l=1;n=j}else{i=k[b+12>>2]|0;if((i|0)==(k[b+16>>2]|0))i=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;n=(i|0)==-1;o=n?0:b;b=n?0:b;l=n;n=n?0:j}i=c;if(c){j=k[c+12>>2]|0;if((j|0)==(k[c+16>>2]|0))j=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l){w=16;break a}}else{i=0;w=14}}else w=14;if((w|0)==14){w=0;if(l){c=0;w=16;break a}else c=0}if((Db[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0)<<24>>24==37){w=18;break}if(Db[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0){w=26;break}j=b+12|0;i=k[j>>2]|0;l=b+16|0;if((i|0)==(k[l>>2]|0))i=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;p=Rb[k[(k[v>>2]|0)+28>>2]&31](v,i)|0;if((p|0)==(Rb[k[(k[v>>2]|0)+28>>2]&31](v,k[g>>2]|0)|0)){w=52;break}k[e>>2]=4;b=o;i=4}b:do if((w|0)==18){w=0;l=g+4|0;if((l|0)==(h|0)){w=19;break a}j=Db[k[(k[v>>2]|0)+52>>2]&31](v,k[l>>2]|0,0)|0;switch(j<<24>>24){case 48:case 69:{g=g+8|0;if((g|0)==(h|0)){w=24;break a}m=j;b=Db[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0;g=l;break}default:{m=0;b=j}}p=k[(k[a>>2]|0)+36>>2]|0;k[t>>2]=n;k[u>>2]=i;k[q>>2]=k[t>>2];k[s>>2]=k[u>>2];g=g+8|0;b=Ob[p&15](a,q,s,d,e,f,b,m)|0}else if((w|0)==26){while(1){w=0;g=g+4|0;if((g|0)==(h|0)){g=h;break}if(Db[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0)w=26;else break}m=b;i=c;b=o;p=c;l=c;while(1){if(!m){j=1;m=0}else{c=k[m+12>>2]|0;if((c|0)==(k[m+16>>2]|0))c=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else c=k[c>>2]|0;o=(c|0)==-1;b=o?0:b;j=o;m=o?0:m}if(l){c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=Lb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if((c|0)!=-1)if(j^(i|0)==0){n=i;c=p;o=i}else{c=p;break b}else{i=0;c=0;w=39}}else{c=p;w=39}if((w|0)==39){w=0;if(j)break b;else{n=i;o=0}}j=m+12|0;i=k[j>>2]|0;l=m+16|0;if((i|0)==(k[l>>2]|0))i=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else i=k[i>>2]|0;if(!(Db[k[(k[v>>2]|0)+12>>2]&31](v,8192,i)|0))break b;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0)){Lb[k[(k[m>>2]|0)+40>>2]&127](m)|0;i=n;p=c;l=o;continue}else{k[j>>2]=i+4;i=n;p=c;l=o;continue}}}else if((w|0)==52){w=0;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0))Lb[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[j>>2]=i+4;g=g+4|0;b=o}while(0);i=k[e>>2]|0}if((w|0)==16){k[e>>2]=4;i=c}else if((w|0)==19){k[e>>2]=4;i=c}else if((w|0)==24){k[e>>2]=4;i=c}if(!b){b=0;g=1}else{c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;g=(c|0)==-1;b=g?0:b}if(i){c=k[i+12>>2]|0;if((c|0)==(k[i+16>>2]|0))c=Lb[k[(k[i>>2]|0)+36>>2]&127](i)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)w=70}else w=68}else w=68;if((w|0)==68?g:0)w=70;if((w|0)==70)k[e>>2]=k[e>>2]|2;r=x;return b|0}function ed(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=WH(b,45196)|0;Jb[k[(k[a>>2]|0)+44>>2]&511](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Jb[k[(k[a>>2]|0)+32>>2]&511](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}di(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}LI(m);Jb[k[(k[a>>2]|0)+28>>2]&511](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}di(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}LI(m);b=Lb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=Lb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;Jb[k[(k[a>>2]|0)+20>>2]&511](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Zi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}di(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}LI(m);b=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=WH(b,45188)|0;Jb[k[(k[a>>2]|0)+44>>2]&511](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Jb[k[(k[a>>2]|0)+32>>2]&511](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}di(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}LI(m);Jb[k[(k[a>>2]|0)+28>>2]&511](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}di(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}LI(m);b=Lb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=Lb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;Jb[k[(k[a>>2]|0)+20>>2]&511](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Zi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}WI(m);Jb[k[(k[a>>2]|0)+24>>2]&511](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}di(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}LI(m);b=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function fd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+96|0;l=o+64|0;e=o+60|0;m=o+24|0;j=o+48|0;n=o+12|0;h=o;a:do if((b-a|0)>2?(i[a>>0]|0)==102:0){switch(i[a+1>>0]|0){case 112:{d=ws(a+2|0,b,e)|0;f=ur(d,b)|0;if((f|0)!=(b|0)?(i[f>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=f-d|0;if(b>>>0>4294967279)zL();if(b>>>0<11){i[n+11>>0]=b;e=n}else{h=b+16&-16;e=$b(h)|0;k[n>>2]=e;k[n+8>>2]=h|-2147483648;k[n+4>>2]=b}a=d;d=e;while(1){if((a|0)==(f|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=wB(n,0,39896)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}Sr(m,j);a=c+4|0;d=k[a>>2]|0;h=k[c+8>>2]|0;b=h;do if(d>>>0>=h>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)EL();else{g=(b-e|0)/24|0;h=g<<1;It(l,g>>>0<89478485?(h>>>0<d>>>0?d:h):178956970,a,c+12|0);h=l+8|0;g=k[h>>2]|0;Lr(g,m);k[h>>2]=g+24;nn(c,l);Ks(l);break}}else{Lr(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);SB(m);tH(j);tH(n);a=f+1|0}break a}case 76:break;default:break a}d=ur(a+2|0,b)|0;if((((d|0)!=(b|0)?(i[d>>0]|0)==112:0)?(f=ws(d+1|0,b,e)|0,g=ur(f,b)|0,(g|0)!=(b|0)):0)?(i[g>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=g-f|0;if(b>>>0>4294967279)zL();if(b>>>0<11){i[n+11>>0]=b;e=n}else{j=b+16&-16;e=$b(j)|0;k[n>>2]=e;k[n+8>>2]=j|-2147483648;k[n+4>>2]=b}a=f;d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=wB(n,0,39896)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}Sr(m,h);a=c+4|0;d=k[a>>2]|0;j=k[c+8>>2]|0;b=j;do if(d>>>0>=j>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)EL();else{f=(b-e|0)/24|0;j=f<<1;It(l,f>>>0<89478485?(j>>>0<d>>>0?d:j):178956970,a,c+12|0);j=l+8|0;f=k[j>>2]|0;Lr(f,m);k[j>>2]=f+24;nn(c,l);Ks(l);break}}else{Lr(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);SB(m);tH(h);tH(n);a=g+1|0}}while(0);r=o;return a|0}function gd(a,b){a=a|0;b=b|0;sz(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{PE(k[a>>2]|0,24168)|0;break}case 2:{PE(k[a>>2]|0,24176)|0;break}case 4:{PE(k[a>>2]|0,24184)|0;break}case 20:{PE(k[a>>2]|0,24195)|0;break}case 1:{PE(k[a>>2]|0,24203)|0;break}case 3:{PE(k[a>>2]|0,24211)|0;break}case 5:{PE(k[a>>2]|0,24219)|0;break}case 21:{PE(k[a>>2]|0,24230)|0;break}case 6:{PE(k[a>>2]|0,24238)|0;break}case 8:{PE(k[a>>2]|0,24246)|0;break}case 10:{PE(k[a>>2]|0,24254)|0;break}case 12:{PE(k[a>>2]|0,24263)|0;break}case 14:{PE(k[a>>2]|0,24273)|0;break}case 16:{PE(k[a>>2]|0,24283)|0;break}case 18:{PE(k[a>>2]|0,24295)|0;break}case 7:{PE(k[a>>2]|0,24304)|0;break}case 9:{PE(k[a>>2]|0,24312)|0;break}case 11:{PE(k[a>>2]|0,24320)|0;break}case 13:{PE(k[a>>2]|0,24329)|0;break}case 15:{PE(k[a>>2]|0,24339)|0;break}case 17:{PE(k[a>>2]|0,24349)|0;break}case 19:{PE(k[a>>2]|0,24361)|0;break}case 22:{PE(k[a>>2]|0,24370)|0;break}case 23:{PE(k[a>>2]|0,24387)|0;break}case 24:{PE(k[a>>2]|0,24404)|0;break}case 25:{PE(k[a>>2]|0,24417)|0;break}case 26:{PE(k[a>>2]|0,24433)|0;break}case 27:{PE(k[a>>2]|0,24449)|0;break}case 28:{PE(k[a>>2]|0,24465)|0;break}case 29:{PE(k[a>>2]|0,24481)|0;break}case 30:{PE(k[a>>2]|0,24497)|0;break}case 31:{PE(k[a>>2]|0,24513)|0;break}case 32:{PE(k[a>>2]|0,24529)|0;break}case 33:{PE(k[a>>2]|0,24545)|0;break}case 34:{PE(k[a>>2]|0,24565)|0;break}case 37:{PE(k[a>>2]|0,24585)|0;break}case 38:{PE(k[a>>2]|0,24603)|0;break}case 35:{PE(k[a>>2]|0,24621)|0;break}case 36:{PE(k[a>>2]|0,24639)|0;break}case 41:{PE(k[a>>2]|0,24657)|0;break}case 42:{PE(k[a>>2]|0,24675)|0;break}case 39:{PE(k[a>>2]|0,24693)|0;break}case 40:{PE(k[a>>2]|0,24711)|0;break}case 43:{PE(k[a>>2]|0,24729)|0;break}case 44:{PE(k[a>>2]|0,24745)|0;break}case 45:{PE(k[a>>2]|0,24760)|0;break}case 46:{PE(k[a>>2]|0,24780)|0;break}default:Ea()}while(0);UC(a);Tv(a,k[b+12>>2]|0);Ix(a);return}function hd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=oF(d)|0;l=WH(q,43492)|0;mD(q);do switch(g<<24>>24|0){case 65:case 97:{Vr(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{Jr(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=Lb[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{Qu(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11144,11176)|0;k[b>>2]=p;p=26;break}case 70:{p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11176,11208)|0;k[b>>2]=p;p=26;break}case 72:{gv(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{Iu(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{Ru(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{Vu(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{bv(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{zf(b,k[c>>2]|0,e,l);p=26;break}case 112:{tl(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11208,11252)|0;k[b>>2]=p;p=26;break}case 82:{p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11252,11272)|0;k[b>>2]=p;p=26;break}case 83:{av(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11272,11304)|0;k[b>>2]=p;p=26;break}case 119:{$u(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=Kb[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=Lb[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=dd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 121:{Wt(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{Aw(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{$e(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function id(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0;R=r;r=r+96|0;M=R+64|0;N=R+36|0;O=R+24|0;P=R+12|0;Q=R;K=a+16|0;L=c+36|0;h=c+40|0;j=N+4|0;l=c+108|0;m=N+8|0;n=N+12|0;o=N+16|0;p=N+24|0;q=O+4|0;s=O+8|0;t=O+4|0;u=P+4|0;v=P+8|0;w=P+4|0;x=Q+4|0;y=Q+8|0;z=Q+4|0;A=M+4|0;B=M+8|0;C=M+12|0;D=M+16|0;E=M+24|0;F=c+68|0;G=c+72|0;H=c+104|0;I=c+24|0;J=c+28|0;while(1){Zv(K);a=k[h>>2]|0;b=k[L>>2]|0;while(1){if((b|0)==(a|0))break;k[M>>2]=k[b>>2];g=Fs(K,M)|0;k[g>>2]=0;b=b+4|0}k[N>>2]=c;k[j>>2]=l;k[m>>2]=0;k[n>>2]=0;k[o>>2]=0;i[p>>0]=0;Wp(N,K);yd(N);k[q>>2]=0;k[s>>2]=0;k[O>>2]=t;a=k[h>>2]|0;b=k[L>>2]|0;while(1){if((b|0)==(a|0))break;k[M>>2]=k[b>>2];d=Ar(O,Fs(K,M)|0)|0;e=k[b>>2]|0;k[P>>2]=e;f=d+4|0;g=k[f>>2]|0;if(g>>>0<(k[d+8>>2]|0)>>>0){k[g>>2]=e;k[f>>2]=(k[f>>2]|0)+4}else en(d,P);b=b+4|0}k[u>>2]=0;k[v>>2]=0;k[P>>2]=w;k[x>>2]=0;k[y>>2]=0;k[Q>>2]=z;d=k[O>>2]|0;while(1){if((d|0)==(t|0))break;f=k[d+24>>2]|0;g=k[d+20>>2]|0;b=g;e=f;a:do if((f-g|0)!=4){f=k[b>>2]|0;while(1){if((b|0)==(e|0))break a;a=k[b>>2]|0;if((a|0)!=(f|0)?Ll(a,f)|0:0){g=gs(P,a)|0;k[g>>2]=k[f>>2];ho(M,Q,a,a)}b=b+4|0}}while(0);d=Kw(d)|0}if(!(k[v>>2]|0))break;d=Gk(k[L>>2]|0,k[h>>2]|0,Q)|0;Xm(L,d,k[h>>2]|0);Xs(c);k[M>>2]=c;k[A>>2]=l;k[B>>2]=0;k[C>>2]=0;k[D>>2]=0;i[E>>0]=0;Bp(M,P);yd(M);d=k[G>>2]|0;a=k[F>>2]|0;while(1){if((a|0)==(d|0))break;e=k[a+8>>2]|0;b=k[a+4>>2]|0;while(1){if((b|0)==(e|0))break;f=Pt(P,b)|0;if((f|0)!=(w|0))k[b>>2]=k[f+20>>2];b=b+4|0}a=a+16|0}if(k[H>>2]|0?(S=Pt(P,H)|0,(S|0)!=(w|0)):0)k[H>>2]=k[S+20>>2];a=k[J>>2]|0;b=k[I>>2]|0;while(1){if((b|0)==(a|0))break;d=(k[b>>2]|0)+4|0;e=Pt(P,d)|0;if((e|0)!=(w|0))k[d>>2]=k[e+20>>2];b=b+4|0}ax(M);OF(Q);$z(P);ay(O);ax(N)}OF(Q);$z(P);ay(O);ax(N);r=R;return}function jd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=oF(d)|0;l=WH(q,43460)|0;mD(q);do switch(g<<24>>24|0){case 65:case 97:{Wr(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{Kr(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=Lb[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{Su(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,35658,35666)|0;k[b>>2]=p;p=26;break}case 70:{p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,35666,35674)|0;k[b>>2]=p;p=26;break}case 72:{hv(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{Ju(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{Tu(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{Wu(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{ev(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{Hf(b,k[c>>2]|0,e,l);p=26;break}case 112:{vl(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,35674,35685)|0;k[b>>2]=p;p=26;break}case 82:{p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,35685,35690)|0;k[b>>2]=p;p=26;break}case 83:{dv(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,35690,35698)|0;k[b>>2]=p;p=26;break}case 119:{cv(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=Kb[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=Lb[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=cd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 121:{Xt(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{Bw(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{sf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function kd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;m=c+4|0;a:while(1){j=b;l=b+-4|0;while(1){b:while(1){i=a;d=j-i|0;e=d>>2;switch(e|0){case 1:case 0:break a;case 2:{n=5;break a}case 3:{n=7;break a}case 4:{n=8;break a}case 5:{n=9;break a}default:{}}if((d|0)<124){n=11;break a}g=a+(((e|0)/2|0)<<2)|0;if((d|0)>3996){d=(e|0)/4|0;d=oi(a,a+(d<<2)|0,g,g+(d<<2)|0,l,c)|0}else d=ri(a,g,l,c)|0;if(Yh(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[g>>2]|0)|0){e=l;break}else e=l;while(1){e=e+-4|0;if((a|0)==(e|0))break;if(Yh(k[c>>2]|0,k[m>>2]|0,k[e>>2]|0,k[g>>2]|0)|0){n=29;break b}}d=a+4|0;if(!(Yh(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[l>>2]|0)|0)){while(1){if((d|0)==(l|0))break a;if(Yh(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[d>>2]|0)|0)break;d=d+4|0}i=k[d>>2]|0;k[d>>2]=k[l>>2];k[l>>2]=i;d=d+4|0}if((d|0)==(l|0))break a;else e=l;while(1){while(1){f=d+4|0;if(Yh(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[d>>2]|0)|0)break;else d=f}do e=e+-4|0;while(Yh(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[e>>2]|0)|0);if(d>>>0>=e>>>0){a=d;continue b}i=k[d>>2]|0;k[d>>2]=k[e>>2];k[e>>2]=i;d=f}}if((n|0)==29){n=0;h=k[a>>2]|0;k[a>>2]=k[e>>2];k[e>>2]=h;d=d+1|0}f=a+4|0;c:do if(f>>>0<e>>>0){h=g;while(1){while(1){g=f+4|0;if(Yh(k[c>>2]|0,k[m>>2]|0,k[f>>2]|0,k[h>>2]|0)|0)f=g;else break}do e=e+-4|0;while(!(Yh(k[c>>2]|0,k[m>>2]|0,k[e>>2]|0,k[h>>2]|0)|0));if(f>>>0>e>>>0){e=h;break c}o=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=o;h=(h|0)==(f|0)?e:h;f=g;d=d+1|0}}else e=g;while(0);if((f|0)!=(e|0)?Yh(k[c>>2]|0,k[m>>2]|0,k[e>>2]|0,k[f>>2]|0)|0:0){o=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=o;d=d+1|0}if(!d){d=Vf(a,f,c)|0;e=f+4|0;if(Vf(e,b,c)|0){n=45;break}if(d){a=e;continue}}o=f;if((o-i|0)>=(j-o|0)){n=44;break}kd(a,f,c);a=f+4|0}if((n|0)==44){n=0;kd(f+4|0,b,c);b=f;continue}else if((n|0)==45){n=0;if(d)break;else{b=f;continue}}}if((n|0)==5){if(Yh(k[c>>2]|0,k[m>>2]|0,k[l>>2]|0,k[a>>2]|0)|0){o=k[a>>2]|0;k[a>>2]=k[l>>2];k[l>>2]=o}}else if((n|0)==7)ri(a,a+4|0,l,c)|0;else if((n|0)==8)$j(a,a+4|0,a+8|0,l,c)|0;else if((n|0)==9)oi(a,a+4|0,a+8|0,a+12|0,l,c)|0;else if((n|0)==11)Al(a,b,c);return}function ld(){var a=0,b=0,c=0,d=0,e=0;d=r;r=r+16|0;c=d+4|0;b=d;i[c>>0]=0;k[b>>2]=0;a=k[10347]|0;if(a>>>0<(k[10348]|0)>>>0){Me(a,39704);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(39704,c,b);a=k[10347]|0}i[c>>0]=1;k[b>>2]=1;if(a>>>0<(k[10348]|0)>>>0){Me(a,30317);i[a+32>>0]=1;k[a+36>>2]=1;a=(k[10347]|0)+40|0;k[10347]=a}else{Xk(c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,30325);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(30325,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,30331);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(30331,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,30335);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(30335,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,30345);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(30345,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,30355);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(30355,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,38510);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(38510,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,39711);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(39711,c,b);a=k[10347]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,39776);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(39776,c,b);a=k[10347]|0}i[c>>0]=1;k[b>>2]=3;if(a>>>0<(k[10348]|0)>>>0){Me(a,30361);i[a+32>>0]=1;k[a+36>>2]=3;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(30361,c,b);a=k[10347]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,39637);i[a+32>>0]=1;k[a+36>>2]=0;a=(k[10347]|0)+40|0;k[10347]=a}else{Pk(39637,c,b);a=k[10347]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[10348]|0)>>>0){Me(a,39664);i[a+32>>0]=1;k[a+36>>2]=0;k[10347]=(k[10347]|0)+40}else Pk(39664,c,b);qo();b=0;while(1){a=k[10346]|0;if(b>>>0>=(((k[10347]|0)-a|0)/40|0)>>>0)break;a=a+(b*40|0)+8|0;while(1){a=k[a>>2]|0;if(!a)break;k[c>>2]=k[a+8>>2];e=Of((k[10349]|0)+((k[(k[10346]|0)+(b*40|0)+36>>2]|0)*20|0)|0,c)|0;k[e>>2]=b}b=b+1|0}r=d;return}function md(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;a=r;r=r+608|0;B=a+576|0;A=a+552|0;z=a+528|0;y=a+504|0;x=a+480|0;w=a+456|0;v=a+432|0;u=a+408|0;t=a+384|0;s=a+360|0;q=a+336|0;p=a+312|0;o=a+288|0;n=a+264|0;m=a+240|0;l=a+216|0;j=a+192|0;i=a+168|0;h=a+144|0;g=a+120|0;f=a+96|0;e=a+72|0;d=a+48|0;c=a+24|0;b=a;k[B>>2]=3632;k[B+4>>2]=1;k[B+16>>2]=B;ih(21135,21151,B);sB(B);k[A>>2]=3632;k[A+4>>2]=2;k[A+16>>2]=A;ih(21184,21209,A);sB(A);k[z>>2]=3632;k[z+4>>2]=3;k[z+16>>2]=z;ih(21255,21259,z);sB(z);k[y>>2]=3632;k[y+4>>2]=4;k[y+16>>2]=y;ih(21284,21303,y);sB(y);k[x>>2]=3632;k[x+4>>2]=5;k[x+16>>2]=x;ih(21359,21390,x);sB(x);k[w>>2]=3632;k[w+4>>2]=6;k[w+16>>2]=w;ih(21418,21432,w);sB(w);k[v>>2]=3632;k[v+4>>2]=7;k[v+16>>2]=v;ih(21478,21491,v);sB(v);k[u>>2]=3632;k[u+4>>2]=8;k[u+16>>2]=u;ih(21522,21530,u);sB(u);k[t>>2]=3632;k[t+4>>2]=9;k[t+16>>2]=t;ih(21546,21549,t);sB(t);k[s>>2]=3632;k[s+4>>2]=10;k[s+16>>2]=s;ih(21559,21572,s);sB(s);k[q>>2]=3632;k[q+4>>2]=11;k[q+16>>2]=q;ih(21612,21634,q);sB(q);k[p>>2]=3632;k[p+4>>2]=12;k[p+16>>2]=p;ih(21669,21685,p);sB(p);k[o>>2]=3632;k[o+4>>2]=13;k[o+16>>2]=o;ih(31549,21743,o);sB(o);k[n>>2]=3632;k[n+4>>2]=14;k[n+16>>2]=n;ih(21772,21787,n);sB(n);k[m>>2]=3632;k[m+4>>2]=15;k[m+16>>2]=m;ih(21825,21836,m);sB(m);k[l>>2]=3632;k[l+4>>2]=16;k[l+16>>2]=l;ih(21870,21885,l);sB(l);k[j>>2]=3632;k[j+4>>2]=17;k[j+16>>2]=j;ih(21929,21943,j);sB(j);k[i>>2]=3632;k[i+4>>2]=18;k[i+16>>2]=i;ih(21967,21985,i);sB(i);k[h>>2]=3632;k[h+4>>2]=19;k[h+16>>2]=h;ih(22035,22059,h);sB(h);k[g>>2]=3632;k[g+4>>2]=20;k[g+16>>2]=g;ih(22084,22104,g);sB(g);k[f>>2]=3632;k[f+4>>2]=21;k[f+16>>2]=f;ih(22160,22178,f);sB(f);k[e>>2]=3632;k[e+4>>2]=22;k[e+16>>2]=e;ih(22214,22229,e);sB(e);k[d>>2]=3632;k[d+4>>2]=23;k[d+16>>2]=d;ih(22262,22278,d);sB(d);k[c>>2]=3632;k[c+4>>2]=24;k[c+16>>2]=c;ih(22321,22328,c);sB(c);k[b>>2]=3632;k[b+4>>2]=25;k[b+16>>2]=b;ih(22360,22371,b);sB(b);r=a;return}function nd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+96|0;p=s+84|0;q=s+72|0;l=s+60|0;m=s+48|0;n=s+36|0;o=s+24|0;g=s+12|0;h=s;e=Ub(a,b,d)|0;a:do if((e|0)!=(a|0)){j=Ub(e,b,d)|0;f=d+4|0;if((j|0)==(e|0)){e=k[f>>2]|0;b=e+-24|0;while(1){if((e|0)==(b|0))break a;q=e+-24|0;k[f>>2]=q;SB(q);e=k[f>>2]|0}}b=k[f>>2]|0;if(((b-(k[d>>2]|0)|0)/24|0)>>>0>=2){vr(p,b+-24|0);a=k[f>>2]|0;b=a+-24|0;e=a;while(1){if((e|0)==(b|0))break;d=e+-24|0;k[f>>2]=d;SB(d);e=k[f>>2]|0}vr(q,a+-48|0);a=k[f>>2]|0;f=a+-24|0;b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[a+-20>>2]=0}else{i[f>>0]=0;i[b>>0]=0}e=c+11|0;b=i[e>>0]|0;a=b<<24>>24<0;d=c+4|0;if(((a?k[d>>2]|0:b&255)|0)==1?(CH(a?k[c>>2]|0:c,38524,1)|0)==0:0)pn(f,40);ko(h,38460,q);b=dC(h,39754)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[e>>0]|0;a=b<<24>>24<0;b=$m(g,a?k[c>>2]|0:c,a?k[d>>2]|0:b&255)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=dC(o,38362)|0;k[n>>2]=k[b>>2];k[n+4>>2]=k[b+4>>2];k[n+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[p+11>>0]|0;a=b<<24>>24<0;b=$m(n,a?k[p>>2]|0:p,a?k[p+4>>2]|0:b&255)|0;k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=dC(m,38365)|0;k[l>>2]=k[b>>2];k[l+4>>2]=k[b+4>>2];k[l+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}a=i[l+11>>0]|0;b=a<<24>>24<0;$m(f,b?k[l>>2]|0:l,b?k[l+4>>2]|0:a&255)|0;tH(l);tH(m);tH(n);tH(o);tH(g);tH(h);o=i[e>>0]|0;a=o<<24>>24<0;if(((a?k[d>>2]|0:o&255)|0)==1?(CH(a?k[c>>2]|0:c,38524,1)|0)==0:0)pn(f,41);tH(q);tH(p);a=j}}while(0);r=s;return a|0}function od(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+48|0;n=v+40|0;t=v+36|0;c=v+32|0;u=v+16|0;o=v+28|0;p=v+4|0;q=v;d=oI(ln(b,0)|0)|0;if((d|0)!=(k[10440]|0)){if((d|0)==(k[10429]|0)){k[t>>2]=0;k[c>>2]=0;f=ar(b,t,c)|0;c=k[t>>2]|0;if(!c){c=fx(k[a+20>>2]|0)|0;k[t>>2]=c}d=a+12|0;e=k[d>>2]|0;if((e|0)==(k[a+16>>2]|0))en(a+8|0,t);else{k[e>>2]=c;k[d>>2]=(k[d>>2]|0)+4}j=a+20|0;k[j>>2]=(k[j>>2]|0)+1;j=a+32|0;l=gs(j,t)|0;k[l>>2]=0;k[u>>2]=0;l=u+4|0;k[l>>2]=0;k[u+8>>2]=0;m=u+8|0;c=0;a:while(1){h=(Hq(b)|0)+8|0;if(f>>>0>=(k[h>>2]|0)>>>0)break;h=ln(b,f)|0;d=oI(ln(h,0)|0)|0;b:do if((d|0)!=(k[10431]|0)){if((d|0)==(k[10440]|0)){c=oI(ln(h,1)|0)|0;h=k[a>>2]|0;k[o>>2]=c;k[n>>2]=k[o>>2];if(!(Tx(h,n)|0)){s=15;break a}g=k[a>>2]|0;k[q>>2]=c;k[n>>2]=k[q>>2];c=Hw(g,n)|0;g=k[c+4>>2]|0;h=gs(j,t)|0;k[h>>2]=g;break}if((d|0)==(k[10430]|0)?(g=(Hq(h)|0)+8|0,(k[g>>2]|0)>>>0>1):0){g=(ln(h,1)|0)+24|0;if(!(i[g>>0]|0))d=1;else{d=Rf(oI(ln(h,2)|0)|0,1,0)|0;k[n>>2]=d;e=k[l>>2]|0;if(e>>>0<(k[m>>2]|0)>>>0){k[e>>2]=d;k[l>>2]=e+4}else en(u,n);break}while(1){g=(Hq(h)|0)+8|0;if(d>>>0>=(k[g>>2]|0)>>>0)break b;e=Rf(oI(ln(h,d)|0)|0,1,0)|0;k[n>>2]=e;g=k[l>>2]|0;if(g>>>0<(k[m>>2]|0)>>>0){k[g>>2]=e;k[l>>2]=g+4}else en(u,n);d=d+1|0}}}else{g=Rf(oI(ln(h,1)|0)|0,0,0)|0;h=gs(j,t)|0;k[h>>2]=g}while(0);f=f+1|0}if((s|0)==15){v=Ia(20)|0;k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;Yr(p,16773,16);yC(v,p);pb(v|0,8,183)}do if(!c){g=iC()|0;f=gs(j,t)|0;k[g+4>>2]=k[f>>2];f=g+8|0;Lw(f);k[f>>2]=k[u>>2];k[g+12>>2]=k[l>>2];k[g+16>>2]=k[m>>2];k[m>>2]=0;k[l>>2]=0;k[u>>2]=0;f=k[a>>2]|0;e=k[f+4>>2]|0;c=1;d=k[f>>2]|0;while(1){if((d|0)==(e|0))break;t=Eq(k[d>>2]|0,g)|0;c=c&(t^1);if(t)break;else d=d+4|0}if(c){rk(f,g);break}if(g|0){qA(g+8|0);oN(g)}}while(0);qA(u)}}else Ig(a,b);r=v;return}function pd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+96|0;q=y;s=y+84|0;t=y+72|0;u=y+40|0;v=y+28|0;w=y+16|0;x=y+12|0;l=wH(b)|0;k[s>>2]=0;p=s+4|0;k[p>>2]=0;k[s+8>>2]=0;c=s+8|0;d=0;while(1){k[q>>2]=d;if(d>>>0>=l>>>0)break;e=k[p>>2]|0;if((e|0)==(k[c>>2]|0))en(s,q);else{k[e>>2]=d;k[p>>2]=e+4}d=d+1|0}o=k[s>>2]|0;n=k[p>>2]|0;k[q>>2]=a;k[q+4>>2]=b;k[q+8>>2]=s;kd(o,n,q);n=b+8|0;o=b+12|0;d=(k[o>>2]|0)-(k[n>>2]|0)>>2;e=k[s>>2]|0;c=0;while(1){if(c>>>0>=d>>>0){f=0;break}if((k[e+(c<<2)>>2]|0)>>>0<d>>>0)c=c+1|0;else{m=10;break}}if((m|0)==10)Ha(27835,27869,59,27898);while(1){if((f|0)==(d|0))break;k[e+(f<<2)>>2]=f;f=f+1|0}i=b+20|0;ku(q,i);c=k[i>>2]|0;j=b+24|0;d=k[j>>2]|0;while(1){if((d|0)==(c|0))break;h=d+-4|0;k[j>>2]=h;d=h}f=a+40|0;g=b+28|0;h=k[q>>2]|0;e=(k[o>>2]|0)-(k[n>>2]|0)>>2;while(1){c=k[s>>2]|0;if(e>>>0>=(k[p>>2]|0)-c>>2>>>0)break;k[t>>2]=k[c+(e<<2)>>2];d=Fs(f,t)|0;if(!(k[d>>2]|0)){m=22;break}c=h+((k[t>>2]|0)-((k[o>>2]|0)-(k[n>>2]|0)>>2)<<2)|0;d=k[j>>2]|0;if((d|0)==(k[g>>2]|0))en(i,c);else{k[d>>2]=k[c>>2];k[j>>2]=d+4}e=e+1|0}if((m|0)==22)at(s,e);dx(a+40|0);k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;at(t,l);d=k[s>>2]|0;e=(k[p>>2]|0)-d>>2;f=k[t>>2]|0;c=0;while(1){if((c|0)==(e|0))break;if((k[o>>2]|0)-(k[n>>2]|0)>>2>>>0>c>>>0)k[f+(c<<2)>>2]=c;else k[f+(k[d+(c<<2)>>2]<<2)>>2]=c;c=c+1|0}k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=0;k[u+16>>2]=0;k[u+20>>2]=0;k[u+24>>2]=b;k[u+28>>2]=t;Ql(u,b+36|0);g=b+40|0;ku(v,g);h=b+52|0;k[w+4>>2]=0;k[w+8>>2]=0;e=w+4|0;k[w>>2]=e;d=k[h>>2]|0;f=b+56|0;c=d;while(1){if((c|0)==(f|0))break;o=c+16|0;Ol(w,e,o,o);o=Kw(d)|0;c=o;d=o}e=k[g>>2]|0;c=b+44|0;d=k[c>>2]|0;while(1){if((d|0)==(e|0))break;b=d+-4|0;k[c>>2]=b;d=b}at(g,(k[p>>2]|0)-(k[s>>2]|0)>>2);iw(h);f=v+4|0;e=0;while(1){c=k[s>>2]|0;if(e>>>0>=(k[p>>2]|0)-c>>2>>>0)break;c=k[c+(e<<2)>>2]|0;d=k[v>>2]|0;if(c>>>0<(k[f>>2]|0)-d>>2>>>0){b=k[d+(c<<2)>>2]|0;k[x>>2]=b;k[(k[g>>2]|0)+(e<<2)>>2]=b;b=gs(h,x)|0;k[b>>2]=e}e=e+1|0}kA(w);qA(v);rz(u+4|0);qA(t);qA(q);qA(s);r=y;return}function qd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=PE(42756,15970)|0;f=oF(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(c);Hm(e,f);Qp(e)}Dg(a,b+12|0);do switch(k[b+8>>2]|0){case 0:{cj(k[a+4>>2]|0,87)|0;break}case 2:{cj(k[a+4>>2]|0,88)|0;break}case 4:{cj(k[a+4>>2]|0,89)|0;break}case 20:{cj(k[a+4>>2]|0,90)|0;break}case 1:{cj(k[a+4>>2]|0,114)|0;break}case 3:{cj(k[a+4>>2]|0,115)|0;break}case 5:{cj(k[a+4>>2]|0,116)|0;break}case 21:{cj(k[a+4>>2]|0,-70)|0;break}case 6:{cj(k[a+4>>2]|0,124)|0;break}case 8:{cj(k[a+4>>2]|0,123)|0;break}case 10:{cj(k[a+4>>2]|0,126)|0;break}case 12:{cj(k[a+4>>2]|0,127)|0;break}case 14:{cj(k[a+4>>2]|0,-128)|0;break}case 16:{cj(k[a+4>>2]|0,-127)|0;break}case 18:{cj(k[a+4>>2]|0,-126)|0;break}case 7:{cj(k[a+4>>2]|0,-112)|0;break}case 9:{cj(k[a+4>>2]|0,-113)|0;break}case 11:{cj(k[a+4>>2]|0,-110)|0;break}case 13:{cj(k[a+4>>2]|0,-109)|0;break}case 15:{cj(k[a+4>>2]|0,-108)|0;break}case 17:{cj(k[a+4>>2]|0,-107)|0;break}case 19:{cj(k[a+4>>2]|0,-106)|0;break}case 22:{cj(k[a+4>>2]|0,-90)|0;break}case 23:{cj(k[a+4>>2]|0,-89)|0;break}case 24:{cj(k[a+4>>2]|0,-95)|0;break}case 27:{cj(k[a+4>>2]|0,-97)|0;break}case 28:{cj(k[a+4>>2]|0,-92)|0;break}case 25:{cj(k[a+4>>2]|0,-99)|0;break}case 26:{cj(k[a+4>>2]|0,-94)|0;break}case 31:{cj(k[a+4>>2]|0,-96)|0;break}case 32:{cj(k[a+4>>2]|0,-91)|0;break}case 29:{cj(k[a+4>>2]|0,-98)|0;break}case 30:{cj(k[a+4>>2]|0,-93)|0;break}case 37:{cj(k[a+4>>2]|0,-87)|0;break}case 38:{cj(k[a+4>>2]|0,-81)|0;break}case 35:{cj(k[a+4>>2]|0,-88)|0;break}case 36:{cj(k[a+4>>2]|0,-82)|0;break}case 41:{cj(k[a+4>>2]|0,-85)|0;break}case 42:{cj(k[a+4>>2]|0,-79)|0;break}case 39:{cj(k[a+4>>2]|0,-86)|0;break}case 40:{cj(k[a+4>>2]|0,-80)|0;break}case 44:{cj(k[a+4>>2]|0,-84)|0;break}case 43:{cj(k[a+4>>2]|0,-78)|0;break}case 33:{cj(k[a+4>>2]|0,-76)|0;break}case 34:{cj(k[a+4>>2]|0,-75)|0;break}case 45:{cj(k[a+4>>2]|0,-83)|0;break}case 46:{cj(k[a+4>>2]|0,-77)|0;break}default:Ea()}while(0);r=d;return}function rd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+80|0;n=s+52|0;j=s+16|0;l=s+40|0;m=s;q=ur(a,b)|0;if(!((q|0)==(a|0)|(q|0)==(b|0))?(i[q>>0]|0)==69:0){o=c+11|0;h=i[o>>0]|0;p=c+4|0;do if((h<<24>>24<0?k[p>>2]|0:h&255)>>>0>3){ko(m,38460,c);e=dC(m,38365)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}Sr(j,l);e=d+4|0;b=k[e>>2]|0;h=k[d+8>>2]|0;g=h;do if(b>>>0>=h>>>0){h=k[d>>2]|0;b=(b-h|0)/24|0;f=b+1|0;if(f>>>0>178956970)EL();else{g=(g-h|0)/24|0;h=g<<1;It(n,g>>>0<89478485?(h>>>0<f>>>0?f:h):178956970,b,d+12|0);h=n+8|0;g=k[h>>2]|0;Lr(g,j);k[h>>2]=g+24;nn(d,n);Ks(n);break}}else{Lr(b,j);k[e>>2]=(k[e>>2]|0)+24}while(0);SB(j);tH(l);tH(m)}else{h=d+4|0;e=k[h>>2]|0;m=k[d+8>>2]|0;f=m;if(e>>>0<m>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[e+16>>2]=0;k[e+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}e=e+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[h>>2]=(k[h>>2]|0)+24;e=h;break}g=k[d>>2]|0;b=(e-g|0)/24|0;e=b+1|0;if(e>>>0>178956970)EL();g=(f-g|0)/24|0;f=g<<1;It(n,g>>>0<89478485?(f>>>0<e>>>0?e:f):178956970,b,d+12|0);f=n+8|0;g=k[f>>2]|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[g+(b<<2)>>2]=0;b=b+1|0}e=g+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[f>>2]=g+24;nn(d,n);Ks(n);e=h}while(0);if((i[a>>0]|0)==110){pn((k[e>>2]|0)+-24|0,45);a=a+1|0}Dj((k[e>>2]|0)+-24|0,a,q);a=i[o>>0]|0;b=a<<24>>24<0;a=b?k[p>>2]|0:a&255;if(a>>>0<4)$m((k[e>>2]|0)+-24|0,b?k[c>>2]|0:c,a)|0;a=q+1|0}r=s;return a|0}function sd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;l=o+24|0;m=o+12|0;n=o;a:do if(a>>>0<b>>>0){b:do if((i[a>>0]|0)!=95){if((Vb(a,b,c)|0)!=(b|0)){k[d>>2]=-2;break a}}else{g=b;if((g-a|0)<=3){k[d>>2]=-2;break a}switch(i[a+1>>0]|0){case 90:{j=a+2|0;h=fc(j,b,c)|0;a=(h|0)==(b|0);if((!((h|0)==(j|0)|a)?(i[h>>0]|0)==46:0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0){j=e+-24|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;g=g-h|0;if(g>>>0>4294967279)zL();if(g>>>0<11){i[n+11>>0]=g;f=n}else{e=g+16&-16;f=$b(e)|0;k[n>>2]=f;k[n+8>>2]=e|-2147483648;k[n+4>>2]=g}a=h;e=f;while(1){if((a|0)==(b|0))break;i[e>>0]=i[a>>0]|0;a=a+1|0;e=e+1|0}i[f+g>>0]=0;e=wB(n,0,38362)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}e=dC(m,38365)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}b=i[l+11>>0]|0;h=b<<24>>24<0;$m(j,h?k[l>>2]|0:l,h?k[l+4>>2]|0:b&255)|0;tH(l);tH(m);tH(n);break b}if(a)break b;k[d>>2]=-2;break a}case 95:{if((i[a+2>>0]|0)==95?(i[a+3>>0]|0)==90:0){n=a+4|0;f=fc(n,b,c)|0;if((f|0)==(n|0)|(f|0)==(b|0)){k[d>>2]=-2;break a}c:do if((g-f|0)>12){e=0;a=f;while(1){if((e|0)>=13)break;if((i[a>>0]|0)!=(i[38367+e>>0]|0)){a=f;break c}e=e+1|0;a=a+1|0}d:do if((a|0)==(b|0))a=b;else{if((i[a>>0]|0)==95){e=a+1|0;if((e|0)==(b|0)){a=f;break c}if(((i[e>>0]|0)+-48|0)>>>0>=10){a=f;break c}a=a+2|0}while(1){if((a|0)==(b|0)){a=b;break d}if(((i[a>>0]|0)+-48|0)>>>0>=10)break d;a=a+1|0}}while(0);e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0))wB(e+-24|0,0,38381)|0;else a=f}else a=f;while(0);if((a|0)==(b|0))break b;k[d>>2]=-2;break a}break}default:{}}k[d>>2]=-2;break a}while(0);if((k[d>>2]|0)==0?(k[c>>2]|0)==(k[c+4>>2]|0):0)k[d>>2]=-2}else k[d>>2]=-2;while(0);r=o;return}function td(a,b,c,d,e,f,g,h,l,m,n,o,p,q,r){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;r=r|0;var s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;z=q+11|0;H=q+4|0;A=p+11|0;B=p+4|0;C=(d&512|0)==0;D=g+8|0;E=(r|0)>0;F=o+11|0;G=o+4|0;y=0;while(1){if((y|0)==4)break;a:do switch(i[l+y>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];w=Rb[k[(k[g>>2]|0)+28>>2]&31](g,32)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w;break}case 3:{x=i[z>>0]|0;s=x<<24>>24<0;if((s?k[H>>2]|0:x&255)|0){w=i[(s?k[q>>2]|0:q)>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}break}case 2:{w=i[A>>0]|0;s=w<<24>>24<0;w=s?k[B>>2]|0:w&255;if(!(C|(w|0)==0)){t=s?k[p>>2]|0:p;u=t+w|0;v=k[c>>2]|0;s=v;while(1){if((t|0)==(u|0))break;i[s>>0]=i[t>>0]|0;s=s+1|0;t=t+1|0}k[c>>2]=v+w}break}case 4:{t=k[c>>2]|0;e=h?e+1|0:e;u=e;while(1){if(u>>>0>=f>>>0)break;s=i[u>>0]|0;if(s<<24>>24<=-1)break;if(!(j[(k[D>>2]|0)+(s<<24>>24<<1)>>1]&2048))break;u=u+1|0}if(E){v=r;while(1){s=(v|0)>0;if(!(u>>>0>e>>>0&s))break;x=u+-1|0;s=i[x>>0]|0;w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=s;v=v+-1|0;u=x}if(s)w=Rb[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;else w=0;s=v;while(1){v=k[c>>2]|0;k[c>>2]=v+1;if((s|0)<=0)break;i[v>>0]=w;s=s+-1|0}i[v>>0]=m}b:do if((u|0)==(e|0)){w=Rb[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}else{x=i[F>>0]|0;s=x<<24>>24<0;if(!((s?k[G>>2]|0:x&255)|0)){w=-1;v=0;x=0}else{w=i[(s?k[o>>2]|0:o)>>0]|0;v=0;x=0}while(1){if((u|0)==(e|0))break b;if((x|0)==(w|0)){w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=n;v=v+1|0;w=i[F>>0]|0;s=w<<24>>24<0;if(v>>>0<(s?k[G>>2]|0:w&255)>>>0){w=i[(s?k[o>>2]|0:o)+v>>0]|0;w=w<<24>>24==127?-1:w<<24>>24;s=0}else{w=x;s=0}}else s=x;I=u+-1|0;J=i[I>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=J;x=s+1|0;u=I}}while(0);s=k[c>>2]|0;if((t|0)!=(s|0))while(1){s=s+-1|0;if(t>>>0>=s>>>0)break a;J=i[t>>0]|0;i[t>>0]=i[s>>0]|0;i[s>>0]=J;t=t+1|0}break}default:{}}while(0);y=y+1|0}s=i[z>>0]|0;e=s<<24>>24<0;s=e?k[H>>2]|0:s&255;if(s>>>0>1){e=e?k[q>>2]|0:q;u=e+s|0;v=k[c>>2]|0;t=s+-1|0;s=v;while(1){e=e+1|0;if((e|0)==(u|0))break;i[s>>0]=i[e>>0]|0;s=s+1|0}k[c>>2]=v+t}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function ud(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+80|0;j=n+48|0;l=n+36|0;m=n;g=n+24|0;a:do if(((a|0)!=(b|0)?(d=(i[a>>0]|0)+-48|0,d>>>0<10):0)?(e=a+1|0,(e|0)!=(b|0)):0){h=d;while(1){d=(i[e>>0]|0)+-48|0;if(d>>>0>=10)break;e=e+1|0;if((e|0)==(b|0))break a;h=d+(h*10|0)|0}if((b-e|0)>>>0>=h>>>0){k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;or(l,e,h);k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;f=i[l+11>>0]|0;a=f<<24>>24<0;f=a?k[l+4>>2]|0:f&255;or(j,a?k[l>>2]|0:l,f>>>0<10?f:10);f=i[j+11>>0]|0;a=f<<24>>24<0;if(((a?k[j+4>>2]|0:f&255)|0)==10)a=(CH(a?k[j>>2]|0:j,39474,10)|0)==0;else a=0;tH(j);if(a){a=$b(32)|0;k[m>>2]=a;k[m+8>>2]=-2147483616;k[m+4>>2]=21;d=a;b=39485;f=d+21|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(f|0));i[a+21>>0]=0;d=m+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=c+4|0;d=k[a>>2]|0;g=k[c+8>>2]|0;f=g;do if(d>>>0>=g>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)EL();else{f=(f-b|0)/24|0;g=f<<1;It(j,f>>>0<89478485?(g>>>0<d>>>0?d:g):178956970,a,c+12|0);g=j+8|0;f=k[g>>2]|0;Lr(f,m);k[g>>2]=f+24;nn(c,j);Ks(j);break}}else{Lr(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);SB(m)}else{k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];k[g+8>>2]=k[l+8>>2];a=0;while(1){if((a|0)==3)break;k[l+(a<<2)>>2]=0;a=a+1|0}Sr(m,g);a=c+4|0;d=k[a>>2]|0;b=k[c+8>>2]|0;f=b;do if(d>>>0>=b>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)EL();else{b=(f-b|0)/24|0;f=b<<1;It(j,b>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,a,c+12|0);f=j+8|0;b=k[f>>2]|0;Lr(b,m);k[f>>2]=b+24;nn(c,j);Ks(j);break}}else{Lr(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);SB(m);tH(g)}tH(l);a=e+h|0}}while(0);r=n;return a|0}function vd(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Ha(27486,31585,71,27491);do switch(k[c>>2]|0){case 1:{af(a,b,c);break}case 2:{ph(a,b,c);break}case 3:{wo(a,b,c);break}case 4:{Vg(a,b,c);break}case 5:{qg(a,b,c);break}case 6:{Yi(a,b,c);break}case 7:{Th(a,b,c);break}case 8:{Cg(a,b,c);break}case 9:{c=(k[k[b+8>>2]>>2]|0)+(k[c+8>>2]<<4)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 10:{Rm(a,b,c);break}case 11:{c=(k[(k[b+4>>2]|0)+4>>2]|0)+(k[c+8>>2]<<4)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 12:{Nm(a,b,c);break}case 13:{Xh(a,b,c);break}case 14:{Pf(a,b,c);break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 16:{lc(a,b,c);break}case 17:{ac(a,b,c);break}case 18:{Yf(a,b,c);break}case 19:{xm(a,b,k[c+8>>2]|0);break}case 20:{Ye(a,b,c);break}case 21:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 22:{Jb[k[k[b>>2]>>2]&511](b,23453);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}default:{}}while(0);return}function wd(a,b,c,d,e,f,g,h,j,l,m,n,o,p,q){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;var r=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;B=p+8+3|0;I=p+4|0;C=o+8+3|0;D=o+4|0;E=(d&512|0)==0;F=(q|0)>0;G=n+11|0;H=n+4|0;A=0;while(1){if((A|0)==4)break;a:do switch(i[j+A>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];y=Rb[k[(k[g>>2]|0)+44>>2]&31](g,32)|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y;break}case 3:{z=i[B>>0]|0;r=z<<24>>24<0;if((r?k[I>>2]|0:z&255)|0){y=k[(r?k[p>>2]|0:p)>>2]|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y}break}case 2:{v=i[C>>0]|0;r=v<<24>>24<0;v=r?k[D>>2]|0:v&255;if(!(E|(v|0)==0)){u=r?k[o>>2]|0:o;s=u+(v<<2)|0;t=k[c>>2]|0;r=t;while(1){if((u|0)==(s|0))break;k[r>>2]=k[u>>2];r=r+4|0;u=u+4|0}k[c>>2]=t+(v<<2)}break}case 4:{s=k[c>>2]|0;e=h?e+4|0:e;r=e;while(1){if(r>>>0>=f>>>0)break;if(!(Db[k[(k[g>>2]|0)+12>>2]&31](g,2048,k[r>>2]|0)|0))break;r=r+4|0}if(F){u=q;while(1){t=(u|0)>0;if(!(r>>>0>e>>>0&t))break;z=r+-4|0;x=k[z>>2]|0;y=k[c>>2]|0;k[c>>2]=y+4;k[y>>2]=x;u=u+-1|0;r=z}if(t)w=Rb[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;else w=0;v=k[c>>2]|0;while(1){t=v+4|0;if((u|0)<=0)break;k[v>>2]=w;u=u+-1|0;v=t}k[c>>2]=t;k[v>>2]=l}if((r|0)==(e|0)){y=Rb[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;z=k[c>>2]|0;r=z+4|0;k[c>>2]=r;k[z>>2]=y}else{z=i[G>>0]|0;y=z<<24>>24<0;z=y?k[H>>2]|0:z&255;if(!z){v=-1;t=0;w=0}else{v=i[(y?k[n>>2]|0:n)>>0]|0;t=0;w=0}while(1){if((r|0)==(e|0))break;u=k[c>>2]|0;if((w|0)==(v|0)){x=u+4|0;k[c>>2]=x;k[u>>2]=m;t=t+1|0;if(t>>>0<z>>>0){v=i[(y?k[n>>2]|0:n)+t>>0]|0;v=v<<24>>24==127?-1:v<<24>>24;w=0;u=x}else{v=w;w=0;u=x}}x=r+-4|0;J=k[x>>2]|0;k[c>>2]=u+4;k[u>>2]=J;w=w+1|0;r=x}r=k[c>>2]|0}if((s|0)!=(r|0))while(1){r=r+-4|0;if(s>>>0>=r>>>0)break a;J=k[s>>2]|0;k[s>>2]=k[r>>2];k[r>>2]=J;s=s+4|0}break}default:{}}while(0);A=A+1|0}r=i[B>>0]|0;e=r<<24>>24<0;r=e?k[I>>2]|0:r&255;if(r>>>0>1){s=e?k[p>>2]|0:p;v=s+4|0;r=s+(r<<2)|0;s=k[c>>2]|0;t=r;e=s;u=v;while(1){if((u|0)==(r|0))break;k[e>>2]=k[u>>2];e=e+4|0;u=u+4|0}k[c>>2]=s+((t-v|0)>>>2<<2)}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function xd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=a+4|0;o=k[n>>2]|0;c=o&-8;j=a+c|0;h=k[10483]|0;d=o&3;if(!((d|0)!=1&a>>>0>=h>>>0&a>>>0<j>>>0))Ea();e=k[j+4>>2]|0;if(!(e&1))Ea();if(!d){if(b>>>0<256){a=0;return a|0}if(c>>>0>=(b+4|0)>>>0?(c-b|0)>>>0<=k[10599]<<1>>>0:0)return a|0;a=0;return a|0}if(c>>>0>=b>>>0){c=c-b|0;if(c>>>0<=15)return a|0;m=a+b|0;k[n>>2]=o&1|b|2;k[m+4>>2]=c|3;o=m+c+4|0;k[o>>2]=k[o>>2]|1;wc(m,c);return a|0}if((j|0)==(k[10485]|0)){c=(k[10482]|0)+c|0;if(c>>>0<=b>>>0){a=0;return a|0}m=c-b|0;l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|1;k[10485]=l;k[10482]=m;return a|0}if((j|0)==(k[10484]|0)){d=(k[10481]|0)+c|0;if(d>>>0<b>>>0){a=0;return a|0}c=d-b|0;if(c>>>0>15){d=a+b|0;m=d+c|0;k[n>>2]=o&1|b|2;k[d+4>>2]=c|1;k[m>>2]=c;o=m+4|0;k[o>>2]=k[o>>2]&-2}else{k[n>>2]=o&1|d|2;d=a+d+4|0;k[d>>2]=k[d>>2]|1;d=0;c=0}k[10481]=c;k[10484]=d;return a|0}if(e&2|0){a=0;return a|0}l=(e&-8)+c|0;if(l>>>0<b>>>0){a=0;return a|0}m=l-b|0;f=e>>>3;do if(e>>>0>=256){g=k[j+24>>2]|0;e=k[j+12>>2]|0;do if((e|0)==(j|0)){e=j+16|0;d=e+4|0;c=k[d>>2]|0;if(!c){c=k[e>>2]|0;if(!c){i=0;break}else d=e}while(1){e=c+20|0;f=k[e>>2]|0;if(f|0){c=f;d=e;continue}e=c+16|0;f=k[e>>2]|0;if(!f)break;else{c=f;d=e}}if(d>>>0<h>>>0)Ea();else{k[d>>2]=0;i=c;break}}else{f=k[j+8>>2]|0;if(f>>>0<h>>>0)Ea();c=f+12|0;if((k[c>>2]|0)!=(j|0))Ea();d=e+8|0;if((k[d>>2]|0)==(j|0)){k[c>>2]=e;k[d>>2]=f;i=e;break}else Ea()}while(0);if(g|0){c=k[j+28>>2]|0;d=42220+(c<<2)|0;if((j|0)==(k[d>>2]|0)){k[d>>2]=i;if(!i){k[10480]=k[10480]&~(1<<c);break}}else{if(g>>>0<(k[10483]|0)>>>0)Ea();c=g+16|0;if((k[c>>2]|0)==(j|0))k[c>>2]=i;else k[g+20>>2]=i;if(!i)break}e=k[10483]|0;if(i>>>0<e>>>0)Ea();k[i+24>>2]=g;c=j+16|0;d=k[c>>2]|0;do if(d|0)if(d>>>0<e>>>0)Ea();else{k[i+16>>2]=d;k[d+24>>2]=i;break}while(0);c=k[c+4>>2]|0;if(c|0)if(c>>>0<(k[10483]|0)>>>0)Ea();else{k[i+20>>2]=c;k[c+24>>2]=i;break}}}else{d=k[j+8>>2]|0;e=k[j+12>>2]|0;c=41956+(f<<1<<2)|0;if((d|0)!=(c|0)){if(d>>>0<h>>>0)Ea();if((k[d+12>>2]|0)!=(j|0))Ea()}if((e|0)==(d|0)){k[10479]=k[10479]&~(1<<f);break}if((e|0)!=(c|0)){if(e>>>0<h>>>0)Ea();c=e+8|0;if((k[c>>2]|0)==(j|0))g=c;else Ea()}else g=e+8|0;k[d+12>>2]=e;k[g>>2]=d}while(0);if(m>>>0<16){k[n>>2]=l|o&1|2;o=a+l+4|0;k[o>>2]=k[o>>2]|1;return a|0}else{l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|3;o=l+m+4|0;k[o>>2]=k[o>>2]|1;wc(l,m);return a|0}return 0}function yd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0.0;p=r;r=r+32|0;o=p+16|0;h=p+8|0;j=p;if(!(i[a+24>>0]|0)){k[o>>2]=0;d=o+4|0;k[d>>2]=0;k[o+8>>2]=0;k[h>>2]=o;k[h+4>>2]=a;e=k[a+12>>2]|0;f=o+8|0;c=k[a+8>>2]|0;while(1){if((c|0)==(e|0))break;b=k[c>>2]|0;k[j>>2]=b;g=b;do if(Lb[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=k[d>>2]|0;if((b|0)==(k[f>>2]|0)){en(o,j);break}else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4;break}}else{_g(h);Mb[k[(k[b>>2]|0)+12>>2]&31](b,a,k[a>>2]|0)}while(0);c=c+4|0}_g(h);qA(o)}else{l=PE(42756,22640)|0;m=oF(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=m;m=WH(m,43460)|0;m=Rb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;YK(o);Hm(l,m);Qp(l);l=zx()|0;m=M;e=k[a+8>>2]|0;n=k[a+12>>2]|0;j=0;d=e;while(1){if((d|0)==(n|0))break;b=k[d>>2]|0;c=i[b+4+11>>0]|0;if(c<<24>>24<0)b=k[b+8>>2]|0;else b=c&255;j=j>>>0<b>>>0?b:j;d=d+4|0}h=a+20|0;while(1){if((e|0)==(n|0))break;g=k[e>>2]|0;k[h>>2]=g;d=g+4|0;PE(Xw(PE(42756,22707)|0,d)|0,22737)|0;d=d+11|0;f=g+8|0;c=0;while(1){b=i[d>>0]|0;if(b<<24>>24<0)b=k[f>>2]|0;else b=b&255;if(c>>>0>=(j-b|0)>>>0)break;sz(42756,32)|0;c=c+1|0}c=zx()|0;d=M;a:do if(Lb[k[(k[g>>2]|0)+24>>2]&127](g)|0){b=k[a>>2]|0;f=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(f|0))break a;qs(a,g,k[b>>2]|0);b=b+4|0}}else Mb[k[(k[g>>2]|0)+12>>2]&31](g,a,k[a>>2]|0);while(0);g=zx()|0;g=rG(g|0,M|0,c|0,d|0)|0;g=PE(Ri(42756,(+(g>>>0)+4294967296.0*+(M|0))/1.0e9)|0,22697)|0;f=oF(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=f;f=WH(f,43460)|0;f=Rb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;YK(o);Hm(g,f);Qp(g);e=e+4|0}a=zx()|0;a=rG(a|0,M|0,l|0,m|0)|0;q=(+(a>>>0)+4294967296.0*+(M|0))/1.0e9;a=PE(Ri(PE(42756,22671)|0,q)|0,22697)|0;n=oF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=n;n=WH(n,43460)|0;n=Rb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;YK(o);Hm(a,n);Qp(a)}r=p;return}function zd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;c=k[b>>2]|0;if(c)if(k[b+4>>2]|0){d=Kw(b)|0;c=k[d>>2]|0;if(!c){e=d;g=4}else{f=d;e=d;g=6}}else{f=b;e=b;g=6}else{e=b;d=b;g=4}if((g|0)==4){c=k[e+4>>2]|0;if(!c){l=e+8|0;m=0;c=0;j=d}else{f=d;g=6}}if((g|0)==6){l=e+8|0;k[c+8>>2]=k[l>>2];m=1;j=f}d=k[l>>2]|0;f=k[d>>2]|0;if((f|0)==(e|0)){k[d>>2]=c;if((e|0)==(a|0)){a=c;f=0}else f=k[d+4>>2]|0}else k[d+4>>2]=c;g=e+12|0;h=(i[g>>0]|0)!=0;if((e|0)!=(b|0)){o=b+8|0;d=k[o>>2]|0;k[l>>2]=d;if((k[k[o>>2]>>2]|0)==(b|0))k[d>>2]=e;else k[d+4>>2]=e;d=k[b>>2]|0;k[j>>2]=d;k[d+8>>2]=e;d=k[b+4>>2]|0;k[e+4>>2]=d;if(d|0)k[d+8>>2]=e;i[g>>0]=i[b+12>>0]|0;a=(a|0)==(b|0)?e:a}a:do if(h&(a|0)!=0){if(m){i[c+12>>0]=1;break}while(1){c=k[f+8>>2]|0;d=f+12|0;e=(i[d>>0]|0)!=0;if((k[c>>2]|0)==(f|0)){if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;uu(c);o=k[f+4>>2]|0;c=k[o>>2]|0;a=(a|0)==(o|0)?f:a}f=k[c>>2]|0;d=(f|0)==0;if(!d?(i[f+12>>0]|0)==0:0){a=f;g=51;break}e=k[c+4>>2]|0;if(e|0?(i[e+12>>0]|0)==0:0){g=47;break}i[c+12>>0]=0;c=k[c+8>>2]|0;d=c+12|0;if((c|0)==(a|0)|(i[d>>0]|0)==0){g=44;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}else{if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;Lu(c);o=k[f>>2]|0;c=k[o+4>>2]|0;a=(a|0)==(o|0)?f:a}d=k[c>>2]|0;if(d|0?(n=d+12|0,(i[n>>0]|0)==0):0){g=32;break}d=k[c+4>>2]|0;if(d|0?(i[d+12>>0]|0)==0:0){a=d;g=36;break}i[c+12>>0]=0;c=k[c+8>>2]|0;if((c|0)==(a|0)){g=30;break}if(!(i[c+12>>0]|0)){a=c;g=30;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}f=k[c>>2]|0}do if((g|0)==30){i[a+12>>0]=1;break a}else if((g|0)==32){a=k[c+4>>2]|0;if(!a)a=n;else{if(!(i[a+12>>0]|0)){g=36;break}a=d+12|0}i[a>>0]=1;i[c+12>>0]=0;uu(c);a=k[c+8>>2]|0;c=a;a=k[a+4>>2]|0;g=36}else if((g|0)==44){i[d>>0]=1;break a}else if((g|0)==47){if(d)a=e;else{if(!(i[f+12>>0]|0)){a=f;g=51;break}a=k[c+4>>2]|0}i[a+12>>0]=1;i[c+12>>0]=0;Lu(c);a=k[c+8>>2]|0;c=a;a=k[a>>2]|0;g=51}while(0);if((g|0)==36){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;Lu(o);break}else if((g|0)==51){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;uu(o);break}}while(0);return}function Ad(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+64|0;n=q+56|0;d=q+44|0;f=q+40|0;g=q+28|0;h=q+24|0;e=q+12|0;o=q;p=jE()|0;m=(Hq(b)|0)+8|0;if((k[m>>2]|0)>>>0>3?(m=ln(b,3)|0,(i[m>>0]|0)==0):0){m=oI(ln(b,1)|0)|0;k[p>>2]=m;m=2;c=a+24|0}else{c=a+24|0;m=fx(k[c>>2]|0)|0;k[p>>2]=m;m=1}k[c>>2]=(k[c>>2]|0)+1;c=m+1|0;l=oI(ln(b,m)|0)|0;k[p+4>>2]=l;l=ln(b,c)|0;if(i[l>>0]|0){q=Ia(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Yr(d,16856,18);yC(q,d);pb(q|0,8,183)}d=m+2|0;l=oI(ln(b,c)|0)|0;k[p+8>>2]=l;l=iC()|0;j=(Hq(b)|0)+8|0;do if((k[j>>2]|0)>>>0>d>>>0){j=ln(b,d)|0;c=oI(ln(j,0)|0)|0;a:do if((c|0)!=(k[10430]|0)){if((c|0)==(k[10431]|0)){n=Rf(oI(ln(j,1)|0)|0,0,0)|0;k[l+4>>2]=n;break}if((c|0)!=(k[10440]|0)){q=Ia(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Yr(e,16904,18);yC(q,e);pb(q|0,8,183)}c=oI(ln(j,1)|0)|0;j=k[a>>2]|0;k[f>>2]=c;k[n>>2]=k[f>>2];if(!(Tx(j,n)|0)){q=Ia(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;Yr(g,16875,28);yC(q,g);pb(q|0,8,183)}else{j=k[a>>2]|0;k[h>>2]=c;k[n>>2]=k[h>>2];Gu(l,Hw(j,n)|0);break}}else{d=l+8|0;e=l+12|0;f=l+16|0;c=1;while(1){h=(Hq(j)|0)+8|0;if(c>>>0>=(k[h>>2]|0)>>>0)break a;g=Rf(oI(ln(j,c)|0)|0,0,0)|0;k[n>>2]=g;h=k[e>>2]|0;if(h>>>0<(k[f>>2]|0)>>>0){k[h>>2]=g;k[e>>2]=h+4}else en(d,n);c=c+1|0}}while(0);n=(Hq(b)|0)+8|0;c=m+3|0;if((k[n>>2]|0)>>>0>c>>>0){c=ln(b,c)|0;b=oI(ln(c,0)|0)|0;if((b|0)==(k[10431]|0)){b=Rf(oI(ln(c,1)|0)|0,0,0)|0;k[l+4>>2]=b;break}else Ha(16923,13652,1404,16950)}}while(0);$p(o,l);b=Fg(o,k[a>>2]|0)|0;k[p+12>>2]=b;WI(o);Qk(k[a>>2]|0,p);if(l|0){qA(l+8|0);oN(l)}r=q;return}function Bd(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+320|0;v=y;t=y+208|0;w=y+192|0;x=y+180|0;u=y+176|0;p=y+16|0;q=y+8|0;s=y+4|0;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}a=oF(d)|0;o=WH(a,43492)|0;Pb[k[(k[o>>2]|0)+48>>2]&7](o,34924,34950,t)|0;mD(a);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}o=x+11|0;n=x+8|0;if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;xr(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a;k[q>>2]=p;k[s>>2]=0;m=x+4|0;g=k[b>>2]|0;a:while(1){if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=Lb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)==-1){k[b>>2]=0;l=0;h=1}else{l=g;h=0}}else{l=0;h=1}g=k[c>>2]|0;do if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=Lb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;z=22;break}}else z=22;while(0);if((z|0)==22){z=0;if(h){g=0;break}else g=0}d=i[o>>0]|0;d=d<<24>>24<0?k[m>>2]|0:d&255;if((k[u>>2]|0)==(a+d|0)){xr(x,d<<1);if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;xr(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a+d}h=l+12|0;d=k[h>>2]|0;j=l+16|0;if((d|0)==(k[j>>2]|0))d=Lb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else d=k[d>>2]|0;if(xg(d,16,a,u,s,0,w,p,q,t)|0)break;d=k[h>>2]|0;if((d|0)==(k[j>>2]|0)){Lb[k[(k[l>>2]|0)+40>>2]&127](l)|0;g=l;continue}else{k[h>>2]=d+4;g=l;continue}}xr(x,(k[u>>2]|0)-a|0);t=(i[o>>0]|0)<0?k[x>>2]|0:x;u=aI()|0;k[v>>2]=f;if((qz(t,u,0,v)|0)!=1)k[e>>2]=4;if(l){a=k[l+12>>2]|0;if((a|0)==(k[l+16>>2]|0))a=Lb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else a=k[a>>2]|0;if((a|0)==-1){k[b>>2]=0;d=1}else d=0}else d=1;do if(g){a=k[g+12>>2]|0;if((a|0)==(k[g+16>>2]|0))a=Lb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(d)break;else{z=51;break}else{k[c>>2]=0;z=49;break}}else z=49;while(0);if((z|0)==49?d:0)z=51;if((z|0)==51)k[e>>2]=k[e>>2]|2;z=k[b>>2]|0;WI(x);WI(w);r=y;return z|0}function Cd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){v=$b(j)|0;h=v}else{h=x;v=0}l=0;n=c;o=h;while(1){if((n|0)==(d|0))break;m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if(!m){i[o>>0]=2;l=l+1|0;j=j+-1|0}else i[o>>0]=1;n=n+12|0;o=o+1|0}u=0;q=l;n=b;a:while(1){l=k[a>>2]|0;do if(l){m=k[l+12>>2]|0;if((m|0)==(k[l+16>>2]|0))l=Lb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else l=k[m>>2]|0;if((l|0)==-1){k[a>>2]=0;o=1;break}else{o=(k[a>>2]|0)==0;break}}else o=1;while(0);if(!n){b=0;t=0;l=1}else{l=k[n+12>>2]|0;if((l|0)==(k[n+16>>2]|0))l=Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else l=k[l>>2]|0;l=(l|0)==-1;b=l?0:n;t=l?0:n}m=k[a>>2]|0;if(!((j|0)!=0&(o^l)))break;l=k[m+12>>2]|0;if((l|0)==(k[m+16>>2]|0))l=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else l=k[l>>2]|0;if(!g)l=Rb[k[(k[e>>2]|0)+28>>2]&31](e,l)|0;s=u+1|0;b=c;o=0;p=h;while(1){if((b|0)==(d|0))break;do if((i[p>>0]|0)==1){n=b+8+3|0;if((i[n>>0]|0)<0)m=k[b>>2]|0;else m=b;m=k[m+(u<<2)>>2]|0;if(!g)m=Rb[k[(k[e>>2]|0)+28>>2]&31](e,m)|0;if((l|0)!=(m|0)){i[p>>0]=0;m=o;n=q;j=j+-1|0;break}m=i[n>>0]|0;if(m<<24>>24<0)m=k[b+4>>2]|0;else m=m&255;if((m|0)==(s|0)){i[p>>0]=2;m=1;n=q+1|0;j=j+-1|0}else{m=1;n=q}}else{m=o;n=q}while(0);b=b+12|0;o=m;p=p+1|0;q=n}if(!o){u=s;n=t;continue}l=k[a>>2]|0;m=l+12|0;n=k[m>>2]|0;if((n|0)==(k[l+16>>2]|0))Lb[k[(k[l>>2]|0)+40>>2]&127](l)|0;else k[m>>2]=n+4;if((q+j|0)>>>0>1){n=c;o=h;l=q}else{u=s;n=t;continue}while(1){if((n|0)==(d|0)){u=s;q=l;n=t;continue a}if((i[o>>0]|0)==2){m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if((m|0)!=(s|0)){i[o>>0]=0;l=l+-1|0}}n=n+12|0;o=o+1|0}}do if(m){j=k[m+12>>2]|0;if((j|0)==(k[m+16>>2]|0))j=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else j=k[j>>2]|0;if((j|0)==-1){k[a>>2]=0;l=1;break}else{l=(k[a>>2]|0)==0;break}}else l=1;while(0);if(b){j=k[b+12>>2]|0;if((j|0)==(k[b+16>>2]|0))j=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l)w=74}else w=38}else w=38;if((w|0)==38)if(l)w=74;if((w|0)==74)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){w=78;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((w|0)==78){k[f>>2]=k[f>>2]|4;c=d}uc(v);r=x;return c|0}function Dd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+16|0;v=y;w=WH(k[g>>2]|0,43492)|0;t=WH(k[g>>2]|0,43500)|0;Jb[k[(k[t>>2]|0)+20>>2]&511](v,t);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{u=Rb[k[(k[w>>2]|0)+44>>2]&31](w,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=u;g=a+1|0;break}default:g=a}u=c;a:do if((u-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:{h=g;x=10;break a}}q=Rb[k[(k[w>>2]|0)+44>>2]&31](w,48)|0;s=k[f>>2]|0;k[f>>2]=s+4;k[s>>2]=q;g=g+2|0;s=Rb[k[(k[w>>2]|0)+44>>2]&31](w,i[h>>0]|0)|0;h=k[f>>2]|0;k[f>>2]=h+4;k[h>>2]=s;h=g;while(1){if(h>>>0>=c>>>0)break a;s=i[h>>0]|0;aI()|0;if(!(fN(s)|0))break a;h=h+1|0}}else{h=g;x=10}while(0);b:do if((x|0)==10)while(1){x=0;if(h>>>0>=c>>>0)break b;s=i[h>>0]|0;aI()|0;if(!(ZM(s)|0))break b;h=h+1|0;x=10}while(0);q=v+11|0;p=i[q>>0]|0;s=v+4|0;c:do if((p<<24>>24<0?k[s>>2]|0:p&255)|0){d:do if((g|0)!=(h|0)){j=h;l=g;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;p=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=p;l=l+1|0}}while(0);p=Lb[k[(k[t>>2]|0)+16>>2]&127](t)|0;o=g;j=0;l=0;while(1){if(o>>>0>=h>>>0)break;m=i[q>>0]|0;n=m<<24>>24<0;z=i[(n?k[v>>2]|0:v)+j>>0]|0;if(z<<24>>24>0&(l|0)==(z<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+4;k[l>>2]=p;j=(j>>>0<((n?k[s>>2]|0:m&255)+-1|0)>>>0&1)+j|0;l=0}n=Rb[k[(k[w>>2]|0)+44>>2]&31](w,i[o>>0]|0)|0;z=k[f>>2]|0;k[f>>2]=z+4;k[z>>2]=n;o=o+1|0;l=l+1|0}g=d+(g-a<<2)|0;l=k[f>>2]|0;if((g|0)==(l|0))j=w;else{j=l;while(1){j=j+-4|0;if(g>>>0>=j>>>0){j=w;g=l;break c}z=k[g>>2]|0;k[g>>2]=k[j>>2];k[j>>2]=z;g=g+4|0}}}else{Pb[k[(k[w>>2]|0)+48>>2]&7](w,g,h,k[f>>2]|0)|0;g=(k[f>>2]|0)+(h-g<<2)|0;k[f>>2]=g;j=w}while(0);while(1){if(h>>>0>=c>>>0)break;g=i[h>>0]|0;if(g<<24>>24==46){x=29;break}s=Rb[k[(k[j>>2]|0)+44>>2]&31](w,g)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=s;h=h+1|0}if((x|0)==29){x=Lb[k[(k[t>>2]|0)+12>>2]&127](t)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=x;h=h+1|0}Pb[k[(k[w>>2]|0)+48>>2]&7](w,h,c,g)|0;z=(k[f>>2]|0)+(u-h<<2)|0;k[f>>2]=z;k[e>>2]=(b|0)==(c|0)?z:d+(b-a<<2)|0;WI(v);r=y;return}function Ed(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){w=$b(j)|0;h=w}else{h=y;w=0}o=c;p=h;m=0;while(1){if((o|0)==(d|0))break;n=i[o+11>>0]|0;if(n<<24>>24<0)n=k[o+4>>2]|0;else n=n&255;if(!n){i[p>>0]=2;j=j+-1|0;m=m+1|0}else i[p>>0]=1;o=o+12|0;p=p+1|0}u=0;s=j;n=b;a:while(1){j=k[a>>2]|0;do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);o=(j|0)==0;if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){v=(Lb[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;p=v?0:n;v=v?0:n}else{p=n;v=n}else{p=0;v=0}n=(p|0)==0;j=k[a>>2]|0;if(!((s|0)!=0&(o^n)))break;n=k[j+12>>2]|0;if((n|0)==(k[j+16>>2]|0))j=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else j=l[n>>0]|0;j=j&255;if(!g)j=Rb[k[(k[e>>2]|0)+12>>2]&31](e,j)|0;t=u+1|0;b=c;p=0;q=h;while(1){if((b|0)==(d|0))break;do if((i[q>>0]|0)==1){o=b+11|0;if((i[o>>0]|0)<0)n=k[b>>2]|0;else n=b;n=i[n+u>>0]|0;if(!g)n=Rb[k[(k[e>>2]|0)+12>>2]&31](e,n)|0;if(j<<24>>24!=n<<24>>24){i[q>>0]=0;n=p;o=s+-1|0;break}n=i[o>>0]|0;if(n<<24>>24<0)n=k[b+4>>2]|0;else n=n&255;if((n|0)==(t|0)){i[q>>0]=2;n=1;m=m+1|0;o=s+-1|0}else{n=1;o=s}}else{n=p;o=s}while(0);b=b+12|0;p=n;q=q+1|0;s=o}if(!p){u=t;n=v;continue}j=k[a>>2]|0;n=j+12|0;o=k[n>>2]|0;if((o|0)==(k[j+16>>2]|0))Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;else k[n>>2]=o+1;if((m+s|0)>>>0>1){n=c;o=h}else{u=t;n=v;continue}while(1){if((n|0)==(d|0)){u=t;n=v;continue a}if((i[o>>0]|0)==2){j=i[n+11>>0]|0;if(j<<24>>24<0)j=k[n+4>>2]|0;else j=j&255;if((j|0)!=(t|0)){i[o>>0]=0;m=m+-1|0}}n=n+12|0;o=o+1|0}}do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);j=(j|0)==0;do if(!n){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(Lb[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){x=31;break}if(!j)x=66}else x=31;while(0);if((x|0)==31)if(j)x=66;if((x|0)==66)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){x=70;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((x|0)==70){k[f>>2]=k[f>>2]|4;c=d}uc(w);r=y;return c|0}function Fd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;f=k[a>>2]|0;do if(f){g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=Lb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if((f|0)==-1){k[a>>2]=0;g=1;break}else{g=(k[a>>2]|0)==0;break}}else g=1;while(0);if(b){f=k[b+12>>2]|0;if((f|0)==(k[b+16>>2]|0))f=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else f=k[f>>2]|0;if((f|0)!=-1)if(g){i=b;o=16}else o=15;else o=13}else o=13;if((o|0)==13)if(g)o=15;else{i=0;o=16}a:do if((o|0)==15){k[c>>2]=k[c>>2]|6;f=0}else if((o|0)==16){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=Lb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if(!(Db[k[(k[d>>2]|0)+12>>2]&31](d,2048,f)|0)){k[c>>2]=k[c>>2]|4;f=0;break}f=(Db[k[(k[d>>2]|0)+52>>2]&31](d,f,0)|0)<<24>>24;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){Lb[k[(k[g>>2]|0)+40>>2]&127](g)|0;j=i;h=i}else{k[b>>2]=h+4;j=i;h=i}while(1){f=f+-48|0;n=e+-1|0;g=k[a>>2]|0;do if(g){b=k[g+12>>2]|0;if((b|0)==(k[g+16>>2]|0))g=Lb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else g=k[b>>2]|0;if((g|0)==-1){k[a>>2]=0;i=1;break}else{i=(k[a>>2]|0)==0;break}}else i=1;while(0);if(!h){m=j;l=0;g=1}else{g=k[h+12>>2]|0;if((g|0)==(k[h+16>>2]|0))g=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else g=k[g>>2]|0;g=(g|0)==-1;m=g?0:j;l=g?0:j;g=g|(j|0)==0}b=k[a>>2]|0;if(!((e|0)>1&(i^g)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if(!(Db[k[(k[d>>2]|0)+12>>2]&31](d,2048,g)|0))break a;f=((Db[k[(k[d>>2]|0)+52>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){Lb[k[(k[g>>2]|0)+40>>2]&127](g)|0;e=n;j=m;h=l;continue}else{k[b>>2]=h+4;e=n;j=m;h=l;continue}}do if(b){g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if((g|0)==-1){k[a>>2]=0;b=1;break}else{b=(k[a>>2]|0)==0;break}}else b=1;while(0);if(m){g=k[m+12>>2]|0;if((g|0)==(k[m+16>>2]|0))g=Lb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else g=k[g>>2]|0;if((g|0)!=-1){if(b)break}else o=56}else o=56;if((o|0)==56?!b:0)break;k[c>>2]=k[c>>2]|2}while(0);return f|0}function Gd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;Wo(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}p=A+11|0;q=A+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;xr(A,c);h=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){xr(A,a<<1);if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;xr(A,c);g=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(of(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+Kq(g,k[x>>2]|0,d);o[e>>2]=D;Ej(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;WI(A);WI(z);r=C;return f|0}function Hd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;Wo(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}o=A+11|0;q=A+8|0;if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;xr(A,c);h=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){xr(A,a<<1);if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;xr(A,c);g=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(of(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+Kq(g,k[x>>2]|0,d);p[e>>3]=D;Ej(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;WI(A);WI(z);r=C;return f|0}function Id(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;w=r;r=r+16|0;t=w;u=WH(k[g>>2]|0,43460)|0;s=WH(k[g>>2]|0,43476)|0;Jb[k[(k[s>>2]|0)+20>>2]&511](t,s);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{q=Rb[k[(k[u>>2]|0)+28>>2]&31](u,g)|0;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=q;h=a+1|0;break}default:h=a}q=c;a:do if((q-h|0)>1?(i[h>>0]|0)==48:0){g=h+1|0;switch(i[g>>0]|0){case 88:case 120:break;default:{g=h;v=10;break a}}o=Rb[k[(k[u>>2]|0)+28>>2]&31](u,48)|0;p=k[f>>2]|0;k[f>>2]=p+1;i[p>>0]=o;h=h+2|0;p=Rb[k[(k[u>>2]|0)+28>>2]&31](u,i[g>>0]|0)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=p;g=h;while(1){if(g>>>0>=c>>>0)break a;p=i[g>>0]|0;aI()|0;if(!(fN(p)|0))break a;g=g+1|0}}else{g=h;v=10}while(0);b:do if((v|0)==10)while(1){v=0;if(g>>>0>=c>>>0)break b;p=i[g>>0]|0;aI()|0;if(!(ZM(p)|0))break b;g=g+1|0;v=10}while(0);o=t+11|0;n=i[o>>0]|0;p=t+4|0;c:do if((n<<24>>24<0?k[p>>2]|0:n&255)|0){d:do if((h|0)!=(g|0)){j=g;l=h;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;n=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=n;l=l+1|0}}while(0);n=Lb[k[(k[s>>2]|0)+16>>2]&127](s)|0;m=h;l=0;j=0;while(1){if(m>>>0>=g>>>0)break;x=i[((i[o>>0]|0)<0?k[t>>2]|0:t)+j>>0]|0;if(x<<24>>24>0&(l|0)==(x<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+1;i[l>>0]=n;l=i[o>>0]|0;j=(j>>>0<((l<<24>>24<0?k[p>>2]|0:l&255)+-1|0)>>>0&1)+j|0;l=0}y=Rb[k[(k[u>>2]|0)+28>>2]&31](u,i[m>>0]|0)|0;x=k[f>>2]|0;k[f>>2]=x+1;i[x>>0]=y;m=m+1|0;l=l+1|0}j=d+(h-a)|0;h=k[f>>2]|0;if((j|0)==(h|0))j=u;else while(1){h=h+-1|0;if(j>>>0>=h>>>0){j=u;break c}y=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=y;j=j+1|0}}else{Pb[k[(k[u>>2]|0)+32>>2]&7](u,h,g,k[f>>2]|0)|0;k[f>>2]=(k[f>>2]|0)+(g-h);j=u}while(0);while(1){if(g>>>0>=c>>>0)break;h=i[g>>0]|0;if(h<<24>>24==46){v=29;break}x=Rb[k[(k[j>>2]|0)+28>>2]&31](u,h)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}if((v|0)==29){x=Lb[k[(k[s>>2]|0)+12>>2]&127](s)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}Pb[k[(k[u>>2]|0)+32>>2]&7](u,g,c,k[f>>2]|0)|0;y=(k[f>>2]|0)+(q-g)|0;k[f>>2]=y;k[e>>2]=(b|0)==(c|0)?y:d+(b-a)|0;WI(t);r=w;return}function Jd(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;z=r;r=r+240|0;w=z;u=z+204|0;x=z+192|0;y=z+180|0;v=z+176|0;p=z+16|0;q=z+8|0;s=z+4|0;k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}a=oF(d)|0;t=WH(a,43460)|0;Pb[k[(k[t>>2]|0)+32>>2]&7](t,34924,34950,u)|0;mD(a);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[y+(a<<2)>>2]=0;a=a+1|0}t=y+11|0;o=y+8|0;if((i[t>>0]|0)<0)a=(k[o>>2]&2147483647)+-1|0;else a=10;xr(y,a);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g;k[q>>2]=p;k[s>>2]=0;n=y+4|0;a=k[b>>2]|0;a:while(1){if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;h=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)!=(k[d+16>>2]|0))if(h)break;else break a;if((Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;A=19;break}}else A=19;while(0);if((A|0)==19){A=0;if(h){a=0;d=0;break}else d=0}h=i[t>>0]|0;h=h<<24>>24<0?k[n>>2]|0:h&255;if((k[v>>2]|0)==(g+h|0)){xr(y,h<<1);if((i[t>>0]|0)<0)g=(k[o>>2]&2147483647)+-1|0;else g=10;xr(y,g);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+h}j=a+12|0;h=k[j>>2]|0;m=a+16|0;if((h|0)==(k[m>>2]|0))h=Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else h=l[h>>0]|0;if(wg(h&255,16,g,v,s,0,x,p,q,u)|0)break;d=k[j>>2]|0;if((d|0)==(k[m>>2]|0)){Lb[k[(k[a>>2]|0)+40>>2]&127](a)|0;continue}else{k[j>>2]=d+1;continue}}xr(y,(k[v>>2]|0)-g|0);u=(i[t>>0]|0)<0?k[y>>2]|0:y;v=aI()|0;k[w>>2]=f;if((qz(u,v,0,w)|0)!=1)k[e>>2]=4;if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(Lb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;a=(a|0)==0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(Lb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;A=43;break}if(!a)A=44}else A=43;while(0);if((A|0)==43?a:0)A=44;if((A|0)==44)k[e>>2]=k[e>>2]|2;A=k[b>>2]|0;WI(y);WI(x);r=z;return A|0}function Kd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;ir(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=ID(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){xr(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(xg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=Zm(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=M;Ej(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;WI(x);WI(w);r=z;return f|0}function Ld(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;ir(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=ID(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){xr(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(xg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=In(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=M;Ej(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;WI(x);WI(w);r=z;return f|0}function Md(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+304|0;q=A+200|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;ir(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=ID(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;xr(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){l=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;l=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else z=17}else z=17;if((z|0)==17){z=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(g+a|0)){xr(y,a<<1);if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;xr(y,c);g=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+a}a=l+12|0;c=k[a>>2]|0;h=l+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if(xg(c,s,g,v,t,m,x,w,u,q)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[l>>2]|0)+40>>2]&127](l)|0;h=l;continue}else{k[a>>2]=c+4;h=l;continue}}q=i[x+11>>0]|0;c=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(c-w|0)<160:0){q=k[t>>2]|0;t=c+4|0;k[u>>2]=t;k[c>>2]=q;c=t}v=km(g,k[v>>2]|0,d,s)|0;j[e>>1]=v;Ej(x,w,c,d);if(!l)g=1;else{c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=Lb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)z=45}else z=43}else z=43;if((z|0)==43?g:0)z=45;if((z|0)==45)k[d>>2]=k[d>>2]|2;WI(y);WI(x);r=A;return f|0}function Nd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;ir(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=ID(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){xr(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(xg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=wm(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;Ej(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;WI(x);WI(w);r=z;return f|0}function Od(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,m=0,n=0,o=0,p=0,q=0;f=k[a>>2]|0;do if(f){if((k[f+12>>2]|0)==(k[f+16>>2]|0))if((Lb[k[(k[f>>2]|0)+36>>2]&127](f)|0)==-1){k[a>>2]=0;f=0;break}else{f=k[a>>2]|0;break}}else f=0;while(0);f=(f|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){q=10;break}if(f)q=12;else q=11}else q=10;while(0);if((q|0)==10)if(f)q=11;else{b=0;q=12}a:do if((q|0)==11){k[c>>2]=k[c>>2]|6;f=0}else if((q|0)==12){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=Lb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=l[g>>0]|0;g=f&255;if(g<<24>>24>-1?(p=d+8|0,j[(k[p>>2]|0)+(f<<24>>24<<1)>>1]&2048):0){f=(Db[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24;g=k[a>>2]|0;h=g+12|0;i=k[h>>2]|0;if((i|0)==(k[g+16>>2]|0)){Lb[k[(k[g>>2]|0)+40>>2]&127](g)|0;i=b;h=b}else{k[h>>2]=i+1;i=b;h=b}while(1){f=f+-48|0;n=e+-1|0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);g=(b|0)==0;if(h)if((k[h+12>>2]|0)==(k[h+16>>2]|0)){m=(Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0)==-1;o=m?0:i;m=m?0:i}else{o=i;m=h}else{o=i;m=0}b=k[a>>2]|0;if(!((e|0)>1&(g^(m|0)==0)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))b=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=l[g>>0]|0;g=b&255;if(g<<24>>24<=-1)break a;if(!(j[(k[p>>2]|0)+(b<<24>>24<<1)>>1]&2048))break a;f=((Db[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;b=k[a>>2]|0;g=b+12|0;h=k[g>>2]|0;if((h|0)==(k[b+16>>2]|0)){Lb[k[(k[b>>2]|0)+40>>2]&127](b)|0;e=n;i=o;h=m;continue}else{k[g>>2]=h+1;e=n;i=o;h=m;continue}}do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);b=(b|0)==0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0)?(Lb[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1:0){q=47;break}if(b)break a}else q=47;while(0);if((q|0)==47?!b:0)break;k[c>>2]=k[c>>2]|2;break}k[c>>2]=k[c>>2]|4;f=0}while(0);return f|0}function Pd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;ir(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=ID(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Lb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){xr(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;xr(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(xg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Lb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=sk(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;Ej(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Lb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;WI(x);WI(w);r=z;return f|0}function Qd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;Xo(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;xr(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;p=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[p>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){xr(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;xr(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(bf(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+Kq(h,k[y>>2]|0,d);o[e>>2]=E;Ej(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;WI(B);WI(A);r=D;return f|0}function Rd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;Xo(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;xr(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;o=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){xr(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;xr(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(bf(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Lb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+Kq(h,k[y>>2]|0,d);p[e>>3]=E;Ej(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(Lb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Lb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;WI(B);WI(A);r=D;return f|0}
-function Ub(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0;fa=r;r=r+224|0;ea=fa+200|0;da=fa+176|0;ca=fa+152|0;ba=fa+88|0;_=fa+64|0;$=fa+40|0;Z=fa+24|0;S=fa+136|0;J=fa+124|0;K=fa+112|0;V=fa+76|0;W=fa+12|0;X=fa;R=b;t=R-a|0;a:do if((t|0)>1){v=(t|0)>3;if(v?(i[a>>0]|0)==103:0){I=(i[a+1>>0]|0)==115;e=I?a+2|0:a}else{e=a;I=0}do switch(i[e>>0]|0){case 76:{d=hc(a,b,c)|0;break a}case 84:{d=yc(a,b,c)|0;break a}case 102:{d=fd(a,b,c)|0;break a}case 97:switch(i[e+1>>0]|0){case 97:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38489,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 100:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38510,1);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 110:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38510,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 78:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39634,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39637,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ba=a+2|0;d=Vb(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}vr(ca,p+-24|0);f=wB(ca,0,39639)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=dC(da,38365)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=30}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=30}if((aa|0)==30){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;b:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=38}else{h=0;j=1;g=o;aa=39}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break b;if(j){e=1;f=k[o>>2]|0;aa=38;break}else{h=1;j=0;f=o;aa=39;break}}while(0);if((aa|0)==38){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==39)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}tH(ea);tH(da);tH(ca);break a}case 122:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=122){d=a;break a}ba=a+2|0;d=Ub(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}vr(ca,p+-24|0);f=wB(ca,0,39639)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=dC(da,38365)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-16>>2]&2147483647)+-1|0;h=1}else aa=66}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=66}if((aa|0)==66){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;c:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=74}else{h=0;j=1;g=o;aa=75}}else{g=$b(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break c;if(h){e=1;f=k[o>>2]|0;aa=74;break}else{h=1;j=0;f=o;aa=75;break}}while(0);if((aa|0)==74){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==75)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}tH(ea);tH(da);tH(ca);break a}default:{d=a;break a}}case 99:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,s=Vb(aa,b,c)|0,(s|0)!=(aa|0)):0)?(P=Ub(s,b,c)|0,(P|0)!=(s|0)):0)?(E=c+4|0,u=k[E>>2]|0,((u-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){vr(ea,u+-24|0);d=k[E>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[E>>2]=a;SB(a);f=k[E>>2]|0}f=d+-48|0;vr(Z,f);e=wB(Z,0,39649)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC($,39661)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=$m(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC(ba,38365)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(da,ca);De(f,da);SB(da);tH(ca);tH(ba);tH(_);tH($);tH(Z);tH(ea);d=P}else d=a;break a}case 108:{if(!v){d=a;break a}if((i[a>>0]|0)!=99){d=a;break a}if((i[a+1>>0]|0)!=108){d=a;break a}da=a+2|0;e=Ub(da,b,c)|0;if((e|0)==(da|0)|(e|0)==(b|0)){d=a;break a}q=c+4|0;d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}ca=d+-12|0;p=i[ca+11>>0]|0;da=p<<24>>24<0;$m(d+-24|0,da?k[ca>>2]|0:ca,da?k[d+-8>>2]|0:p&255)|0;p=k[q>>2]|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;d=i[n>>0]|0;if(d<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else aa=123}else{i[m>>0]=0;i[n>>0]=0;d=0;aa=123}if((aa|0)==123){j=0;o=d&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;d:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){d=0;g=m;aa=131}else{h=0;j=1;g=m;aa=132}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break d;if(j){d=1;f=k[m>>2]|0;aa=131;break}else{h=1;j=0;f=m;aa=132;break}}while(0);if((aa|0)==131){h=d;j=1;d=k[p+-8>>2]|0}else if((aa|0)==132)d=d&255;d=d+1|0;if(d|0)Fr(g|0,f|0,d|0)|0;if(j)uc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[ea>>2];k[m+4>>2]=k[ea+4>>2];k[m+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}tH(ea);dC((k[q>>2]|0)+-24|0,38460)|0;j=ea+11|0;l=ea+4|0;while(1){if((i[e>>0]|0)==69)break;h=Ub(e,b,c)|0;if((h|0)==(e|0)|(h|0)==(b|0)){d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}vr(ea,d+-24|0);f=k[q>>2]|0;g=f+-24|0;d=f;while(1){if((d|0)==(g|0))break;da=d+-24|0;k[q>>2]=da;SB(da);d=k[q>>2]|0}e=i[j>>0]|0;d=e<<24>>24<0;e=d?k[l>>2]|0:e&255;if(e|0){if((k[c>>2]|0)==(g|0)){aa=154;break}$m(f+-48|0,d?k[ea>>2]|0:ea,e)|0}tH(ea);e=h}if((aa|0)==154){tH(ea);d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}dC(d+-24|0,38365)|0;d=e+1|0;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39664,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38674,1);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 118:{e:do if((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==118:0)?(Y=c+63|0,X=i[Y>>0]|0,i[Y>>0]=0,aa=a+2|0,y=Vb(aa,b,c)|0,i[Y>>0]=X,!((y|0)==(aa|0)|(y|0)==(b|0))):0){if((i[y>>0]|0)!=95){d=Ub(y,b,c)|0;if((d|0)==(y|0)){d=a;break}}else{d=y+1|0;if((d|0)==(b|0)){d=a;break}e=i[d>>0]|0;f:do if(e<<24>>24==69){g=c+4|0;f=k[g>>2]|0;aa=k[c+8>>2]|0;h=aa;if(f>>>0<aa>>>0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[f+16>>2]=0;k[f+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=f+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=(k[g>>2]|0)+24;break}g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)EL();h=(h-g|0)/24|0;g=h<<1;It(ea,h>>>0<89478485?(g>>>0<f>>>0?f:g):178956970,e,c+12|0);g=ea+8|0;h=k[g>>2]|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;k[h+12>>2]=0;k[h+16>>2]=0;k[h+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[h+(e<<2)>>2]=0;e=e+1|0}f=h+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=h+24;nn(c,ea);Ks(ea)}else while(1){if(e<<24>>24==69)break f;e=Ub(d,b,c)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break e}d=e;e=i[e>>0]|0}while(0);d=d+1|0}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0>=2){vr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;SB(a);g=k[h>>2]|0}g=e+-48|0;vr(Z,g);f=wB(Z,0,38460)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC($,39666)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=$m(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(ba,38365)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(da,ca);De(g,da);SB(da);tH(ca);tH(ba);tH(_);tH($);tH(Z);tH(ea)}else d=a}else d=a;while(0);break a}default:{d=a;break a}}case 100:switch(i[e+1>>0]|0){case 97:{$=e+2|0;d=Ub($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;g:do if(I)or(ca,38648,2);else{e=0;while(1){if((e|0)==3)break g;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=dC(ca,39669)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}vr(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=$m(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=224}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=224}if((aa|0)==224){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;h:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=232}else{h=0;j=1;g=o;aa=233}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break h;if(j){e=1;f=k[o>>2]|0;aa=232;break}else{h=1;j=0;f=o;aa=233;break}}while(0);if((aa|0)==232){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==233)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}tH(ea);tH(ba);tH(da);tH(ca);break a}case 99:{if((((((t|0)>2?(i[a>>0]|0)==100:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,w=Vb(aa,b,c)|0,(w|0)!=(aa|0)):0)?(Q=Ub(w,b,c)|0,(Q|0)!=(w|0)):0)?(F=c+4|0,x=k[F>>2]|0,((x-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){vr(ea,x+-24|0);d=k[F>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[F>>2]=a;SB(a);f=k[F>>2]|0}f=d+-48|0;vr(Z,f);e=wB(Z,0,39679)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC($,39661)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=$m(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC(ba,38365)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(da,ca);De(f,da);SB(da);tH(ca);tH(ba);tH(_);tH($);tH(Z);tH(ea);d=Q}else d=a;break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38505,1);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{$=e+2|0;d=Ub($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;i:do if(I)or(ca,38648,2);else{e=0;while(1){if((e|0)==3)break i;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=dC(ca,39693)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}vr(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=$m(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=286}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=286}if((aa|0)==286){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;j:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=294}else{h=0;j=1;g=o;aa=295}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break j;if(j){e=1;f=k[o>>2]|0;aa=294;break}else{h=1;j=0;f=o;aa=295;break}}while(0);if((aa|0)==294){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==295)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}tH(ea);tH(ba);tH(da);tH(ca);break a}case 110:{d=rc(a,b,c)|0;break a}case 115:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=115){d=a;break a}ca=a+2|0;e=Ub(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=Ub(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;SB(ca);g=k[h>>2]|0}ko(da,39701,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;$m(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;tH(da);tH(ea);break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ca=a+2|0;e=Ub(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=rc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;SB(ca);g=k[h>>2]|0}ko(da,39704,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;$m(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;tH(da);tH(ea);break a}case 118:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39706,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 86:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39708,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 101:switch(i[e+1>>0]|0){case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39711,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 79:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39713,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 113:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39716,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 103:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39719,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38524,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 105:{if((i[e+1>>0]|0)!=120){d=a;break a}aa=a+2|0;e=Ub(aa,b,c)|0;if((e|0)==(aa|0)){d=a;break a}d=Ub(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;break a}ea=e+-24|0;k[h>>2]=ea;SB(ea);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;SB(a);g=k[h>>2]|0}vr(da,e+-48|0);f=k[h>>2]|0;ko($,38460,da);g=dC($,39722)|0;k[_>>2]=k[g>>2];k[_+4>>2]=k[g+4>>2];k[_+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[ea+11>>0]|0;e=f<<24>>24<0;f=$m(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(ba,38449)|0;k[S>>2]=k[f>>2];k[S+4>>2]=k[f+4>>2];k[S+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ca,S);De(g,ca);SB(ca);tH(S);tH(ba);tH(_);tH($);tH(da);tH(ea);break a}case 108:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39725,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39728,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39731,3);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38522,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 109:switch(i[e+1>>0]|0){case 105:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39735,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 73:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39737,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,38505,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39740,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 109:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39743,2);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}d=Ub(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;vr(ca,g);f=wB(ca,0,38460)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(da,39746)|0;k[J>>2]=k[f>>2];k[J+4>>2]=k[f+4>>2];k[J+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ea,J);De(g,ea);SB(ea);tH(J);tH(da);tH(ca);break a}default:{d=a;break a}}case 110:switch(i[e+1>>0]|0){case 119:case 97:{k:do if(v){d=i[a>>0]|0;if(d<<24>>24==103){t=(i[a+1>>0]|0)==115;d=t?a+2|0:a;e=d;d=i[d>>0]|0}else{t=0;e=a}if(d<<24>>24==110){d=i[e+1>>0]|0;switch(d<<24>>24){case 97:case 119:break;default:{d=a;break k}}s=d<<24>>24==97;d=e+2|0;l:do if((d|0)!=(b|0)){p=0;while(1){if((i[d>>0]|0)==95)break;f=Ub(d,b,c)|0;d=(f|0)==(d|0);e=(f|0)==(b|0);if(d|e)break l;else{p=p|(d|e)^1;d=f}}Y=d+1|0;e=Vb(Y,b,c)|0;if(!((e|0)==(Y|0)|(e|0)==(b|0))){d=i[e>>0]|0;m:do if(!((R-e|0)>2&d<<24>>24==112))if(d<<24>>24==69){o=0;q=e}else break l;else{if((i[e+1>>0]|0)!=105)break l;d=e+2|0;while(1){if((i[d>>0]|0)==69){o=1;q=d;break m}Y=d;d=Ub(d,b,c)|0;if((d|0)==(Y|0)|(d|0)==(b|0))break l}}while(0);k[da>>2]=0;k[da+4>>2]=0;k[da+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}n:do if(o){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;e=1}else{vr(ea,d+-24|0);l=da+11|0;if((i[l>>0]|0)<0){i[k[da>>2]>>0]=0;k[da+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){h=1;m=0;g=(k[da+8>>2]&2147483647)+-1|0}else aa=405}else{i[da>>0]=0;i[l>>0]=0;d=0;aa=405}if((aa|0)==405){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;o:do if((j|0)!=(g|0)){do if(e){e=k[da>>2]|0;if(h){d=0;f=da;aa=412}else{g=0;h=1;f=da;aa=413}}else{f=$b(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break o;if(!h){g=1;h=0;e=da;aa=413;break}d=1;e=k[da>>2]|0;aa=412}while(0);if((aa|0)==412){g=d;h=1;d=k[da+4>>2]|0}else if((aa|0)==413)d=d&255;d=d+1|0;if(d|0)Fr(f|0,e|0,d|0)|0;if(h)uc(e);if(g){k[da+8>>2]=j+1|-2147483648;k[da+4>>2]=m;k[da>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[da>>2]=k[ea>>2];k[da+4>>2]=k[ea+4>>2];k[da+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}tH(ea);d=k[n>>2]|0;e=d+-24|0;while(1){if((d|0)==(e|0)){g=c;d=e;aa=427;break n}aa=d+-24|0;k[n>>2]=aa;SB(aa);d=k[n>>2]|0}}}else{d=c+4|0;n=d;g=c;d=k[d>>2]|0;aa=427}while(0);if((aa|0)==427)if((k[g>>2]|0)==(d|0)){d=a;e=1}else{vr(ca,d+-24|0);e=k[n>>2]|0;f=e+-24|0;d=e;while(1){if((d|0)==(f|0))break;b=d+-24|0;k[n>>2]=b;SB(b);d=k[n>>2]|0}k[ba>>2]=0;k[ba+4>>2]=0;k[ba+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ba+(d<<2)>>2]=0;d=d+1|0}p:do if(p)if((k[g>>2]|0)==(f|0)){d=a;e=1}else{vr(ea,e+-48|0);l=ba+11|0;do if((i[l>>0]|0)<0){i[k[ba>>2]>>0]=0;k[ba+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24>=0){aa=440;break}h=1;m=0;g=(k[ba+8>>2]&2147483647)+-1|0}else{i[ba>>0]=0;i[l>>0]=0;d=0;aa=440}while(0);if((aa|0)==440){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;q:do if((j|0)!=(g|0)){do if(e){e=k[ba>>2]|0;if(h){d=0;f=ba;aa=447}else{g=0;h=1;f=ba;aa=448}}else{f=$b(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break q;if(!h){g=1;h=0;e=ba;aa=448;break}d=1;e=k[ba>>2]|0;aa=447}while(0);if((aa|0)==447){g=d;h=1;d=k[ba+4>>2]|0}else if((aa|0)==448)d=d&255;d=d+1|0;if(d|0)Fr(f|0,e|0,d|0)|0;if(h)uc(e);if(g){k[ba+8>>2]=j+1|-2147483648;k[ba+4>>2]=m;k[ba>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[ba>>2]=k[ea>>2];k[ba+4>>2]=k[ea+4>>2];k[ba+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}tH(ea);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){aa=462;break p}aa=e+-24|0;k[n>>2]=aa;SB(aa);e=k[n>>2]|0}}else aa=462;while(0);if((aa|0)==462){k[_>>2]=0;k[_+4>>2]=0;k[_+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}if(t)Gm(_,38648,2);if(s)dC(_,39750)|0;else dC(_,38472)|0;if(p){ko($,38460,ba);e=dC($,39754)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;$m(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;tH(ea);tH($)}aa=i[ca+11>>0]|0;b=aa<<24>>24<0;$m(_,b?k[ca>>2]|0:ca,b?k[ca+4>>2]|0:aa&255)|0;if(o){ko($,38362,da);e=dC($,38365)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;$m(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;tH(ea);tH($)}k[Z>>2]=k[_>>2];k[Z+4>>2]=k[_+4>>2];k[Z+8>>2]=k[_+8>>2];d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}Sr($,Z);d=k[n>>2]|0;aa=k[c+8>>2]|0;g=aa;do if(d>>>0>=aa>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{b=(g-f|0)/24|0;aa=b<<1;It(ea,b>>>0<89478485?(aa>>>0<e>>>0?e:aa):178956970,d,c+12|0);aa=ea+8|0;b=k[aa>>2]|0;Lr(b,$);k[aa>>2]=b+24;nn(c,ea);Ks(ea);break}}else{Lr(d,$);k[n>>2]=(k[n>>2]|0)+24}while(0);SB($);tH(Z);tH(_);d=q+1|0;e=0}tH(ba);tH(ca)}tH(da);if(!e)break k}}while(0);d=a}else d=a}else d=a;while(0);break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39757,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 103:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39735,1);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39760,1);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 120:{p=a+2|0;d=Ub(p,b,c)|0;if((d|0)!=(p|0)?(Y=k[c+4>>2]|0,(k[c>>2]|0)!=(Y|0)):0){vr(ca,Y+-24|0);f=wB(ca,0,39762)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=Y+-24|0;f=dC(da,38365)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[Y+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[Y+-16>>2]&2147483647)+-1|0;h=1}else aa=508}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=508}if((aa|0)==508){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;r:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=516}else{h=0;j=1;g=o;aa=517}}else{g=$b(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break r;if(h){e=1;f=k[o>>2]|0;aa=516;break}else{h=1;j=0;f=o;aa=517;break}}while(0);if((aa|0)==516){h=e;j=1;e=k[Y+-20>>2]|0}else if((aa|0)==517)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[Y+-16>>2]=l+1|-2147483648;k[Y+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}tH(ea);tH(da);tH(ca)}else d=p;d=(d|0)==(p|0)?a:d;break a}default:{d=a;break a}}case 111:switch(i[e+1>>0]|0){case 110:{d=rc(a,b,c)|0;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39773,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 114:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39776,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 82:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39778,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 112:switch(i[e+1>>0]|0){case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39781,3);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39785,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39787,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 112:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39790,2);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}d=Ub(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;vr(ca,g);f=wB(ca,0,38460)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(da,39793)|0;k[K>>2]=k[f>>2];k[K+4>>2]=k[f+4>>2];k[K+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ea,K);De(g,ea);SB(ea);tH(K);tH(da);tH(ca);break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39785,1);d=pe(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=112){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}da=a+2|0;e=Ub(da,b,c)|0;if((e|0)==(da|0)){d=a;break a}d=Ub(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;da=g+-24|0;k[h>>2]=da;SB(da);g=k[h>>2]|0}dC(e+-48|0,39797)|0;da=i[ea+11>>0]|0;ca=da<<24>>24<0;$m((k[h>>2]|0)+-24|0,ca?k[ea>>2]|0:ea,ca?k[ea+4>>2]|0:da&255)|0;tH(ea);break a}default:{d=a;break a}}case 113:{if((i[e+1>>0]|0)!=117){d=a;break a}aa=a+2|0;d=Ub(aa,b,c)|0;if((d|0)==(aa|0)){d=a;break a}e=Ub(d,b,c)|0;if((e|0)==(d|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=a;break a}ea=f+-24|0;k[d>>2]=ea;SB(ea);f=k[d>>2]|0}}d=Ub(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;f=e;while(1){if((f|0)==(d|0))break;ea=f+-24|0;k[h>>2]=ea;SB(ea);f=k[h>>2]|0}e=e+-48|0;while(1){if((d|0)==(e|0)){d=a;break a}ea=d+-24|0;k[h>>2]=ea;SB(ea);d=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<3){d=a;break a}vr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;SB(a);g=k[h>>2]|0}vr(da,e+-48|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;SB(a);g=k[h>>2]|0}vr(ca,e+-48|0);f=k[h>>2]|0;ko(X,38460,ca);g=dC(X,39800)|0;k[W>>2]=k[g>>2];k[W+4>>2]=k[g+4>>2];k[W+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[da+11>>0]|0;e=f<<24>>24<0;f=$m(W,e?k[da>>2]|0:da,e?k[da+4>>2]|0:f&255)|0;k[Z>>2]=k[f>>2];k[Z+4>>2]=k[f+4>>2];k[Z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(Z,39806)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=$m($,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(_,38365)|0;k[V>>2]=k[f>>2];k[V+4>>2]=k[f+4>>2];k[V+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ba,V);De(g,ba);SB(ba);tH(V);tH(_);tH($);tH(Z);tH(W);tH(X);tH(ca);tH(da);tH(ea);break a}case 114:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==114:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,f=Vb(aa,b,c)|0,(f|0)!=(aa|0)):0)?(M=Ub(f,b,c)|0,(M|0)!=(f|0)):0)?(z=c+4|0,g=k[z>>2]|0,((g-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){vr(ea,g+-24|0);d=k[z>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[z>>2]=a;SB(a);f=k[z>>2]|0}f=d+-48|0;vr(Z,f);e=wB(Z,0,39812)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC($,39661)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=$m(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC(ba,38365)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(da,ca);De(f,da);SB(da);tH(ca);tH(ba);tH(_);tH($);tH(Z);tH(ea);d=M}else d=a;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39830,1);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 77:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39832,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39835,2);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;or(ea,39838,3);d=nd(da,b,ea,c)|0;tH(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 115:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,h=Vb(aa,b,c)|0,(h|0)!=(aa|0)):0)?(N=Ub(h,b,c)|0,(N|0)!=(h|0)):0)?(A=c+4|0,j=k[A>>2]|0,((j-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){vr(ea,j+-24|0);d=k[A>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[A>>2]=a;SB(a);f=k[A>>2]|0}f=d+-48|0;vr(Z,f);e=wB(Z,0,39842)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC($,39661)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=$m(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC(ba,38365)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(da,ca);De(f,da);SB(da);tH(ca);tH(ba);tH(_);tH($);tH(Z);tH(ea);d=N}else d=a;break a}case 112:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=115){d=a;break a}if((i[a+1>>0]|0)!=112){d=a;break a}ea=a+2|0;d=Ub(ea,b,c)|0;d=(d|0)==(ea|0)?a:d;break a}case 114:{d=rc(a,b,c)|0;break a}case 116:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==116:0)?(aa=a+2|0,G=Vb(aa,b,c)|0,(G|0)!=(aa|0)):0)?(l=k[c+4>>2]|0,(k[c>>2]|0)!=(l|0)):0){f=l+-24|0;vr(ba,f);e=wB(ba,0,39855)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC(ca,38365)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(ea,da);De(f,ea);SB(ea);tH(da);tH(ca);tH(ba);d=G}else d=a;break a}case 122:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==122:0)?(aa=a+2|0,d=Ub(aa,b,c)|0,(d|0)!=(aa|0)):0)?(m=k[c+4>>2]|0,(k[c>>2]|0)!=(m|0)):0){g=m+-24|0;vr(ba,g);f=wB(ba,0,39855)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(ca,38365)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ea,da);De(g,ea);SB(ea);tH(da);tH(ca);tH(ba)}else d=a;break a}case 90:{if((R-e|0)<=2){d=a;break a}switch(i[e+2>>0]|0){case 84:break;case 102:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(o=a+2|0,(i[o>>0]|0)==102):0)?(H=fd(o,b,c)|0,(H|0)!=(o|0)):0)?(p=k[c+4>>2]|0,(k[c>>2]|0)!=(p|0)):0){f=p+-24|0;vr(ba,f);e=wB(ba,0,39864)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=dC(ca,38365)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Sr(ea,da);De(f,ea);SB(ea);tH(da);tH(ca);tH(ba);d=H}else d=a;break a}default:{d=a;break a}}if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(n=a+2|0,(i[n>>0]|0)==84):0)?(T=c+4|0,O=((k[T>>2]|0)-(k[c>>2]|0)|0)/24|0,U=yc(n,b,c)|0,B=k[c>>2]|0,L=((k[T>>2]|0)-B|0)/24|0,B,(U|0)!=(n|0)):0){i[da+11>>0]=10;d=da;e=39864;f=d+10|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[da+10>>0]=0;s:do if((O|0)!=(L|0)){vr(ea,B+(O*24|0)|0);g=i[ea+11>>0]|0;h=g<<24>>24<0;$m(da,h?k[ea>>2]|0:ea,h?k[ea+4>>2]|0:g&255)|0;tH(ea);g=ea+11|0;h=ea+4|0;d=O;while(1){d=d+1|0;if((d|0)==(L|0))break s;vr(ca,(k[c>>2]|0)+(d*24|0)|0);f=wB(ca,0,38462)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}a=i[g>>0]|0;aa=a<<24>>24<0;$m(da,aa?k[ea>>2]|0:ea,aa?k[h>>2]|0:a&255)|0;tH(ea);tH(ca)}}while(0);dC(da,38365)|0;d=L;while(1){if((d|0)==(O|0))break;f=k[T>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[T>>2]=a;SB(a);f=k[T>>2]|0}d=d+-1|0}k[ba>>2]=k[da>>2];k[ba+4>>2]=k[da+4>>2];k[ba+8>>2]=k[da+8>>2];d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}Sr(ca,ba);d=k[T>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{aa=(g-f|0)/24|0;a=aa<<1;It(ea,aa>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,c+12|0);a=ea+8|0;aa=k[a>>2]|0;Lr(aa,ca);k[a>>2]=aa+24;nn(c,ea);Ks(ea);break}}else{Lr(d,ca);k[T>>2]=(k[T>>2]|0)+24}while(0);SB(ca);tH(ba);tH(da);d=U}else d=a;break a}default:{d=a;break a}}case 116:switch(i[e+1>>0]|0){case 105:case 101:{t:do if((t|0)>2?(i[a>>0]|0)==116:0){d=i[a+1>>0]|0;switch(d<<24>>24){case 105:case 101:break;default:{d=a;break t}}e=a+2|0;if(d<<24>>24==101)d=Ub(e,b,c)|0;else d=Vb(e,b,c)|0;if((d|0)!=(e|0)?(C=k[c+4>>2]|0,(k[c>>2]|0)!=(C|0)):0){g=C+-24|0;vr(ba,g);f=wB(ba,0,39875)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(ca,38365)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ea,da);De(g,ea);SB(ea);tH(da);tH(ca);tH(ba)}else d=a}else d=a;while(0);break a}case 114:{Zq(da,39883);d=c+4|0;e=k[d>>2]|0;ca=k[c+8>>2]|0;g=ca;do if(e>>>0>=ca>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EL();else{ba=(g-f|0)/24|0;ca=ba<<1;It(ea,ba>>>0<89478485?(ca>>>0<e>>>0?e:ca):178956970,d,c+12|0);ca=ea+8|0;ba=k[ca>>2]|0;Lr(ba,da);k[ca>>2]=ba+24;nn(c,ea);Ks(ea);break}}else{Lr(e,da);k[d>>2]=(k[d>>2]|0)+24}while(0);SB(da);d=a+2|0;break a}case 119:{if(((((t|0)>2?(i[a>>0]|0)==116:0)?(i[a+1>>0]|0)==119:0)?(ba=a+2|0,D=Ub(ba,b,c)|0,(D|0)!=(ba|0)):0)?(q=k[c+4>>2]|0,(k[c>>2]|0)!=(q|0)):0){e=q+-24|0;vr(ca,e);f=wB(ca,0,39889)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}Sr(ea,da);De(e,ea);SB(ea);tH(da);tH(ca);d=D}else d=a;break a}default:{d=a;break a}}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{d=rc(a,b,c)|0;break a}default:{d=a;break a}}while(0)}else d=a;while(0);r=fa;return d|0}function Vb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0;E=r;r=r+160|0;D=E+128|0;C=E+104|0;B=E+88|0;z=E+64|0;u=E+24|0;t=E;h=E+48|0;l=E+36|0;m=E+12|0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 75:case 86:case 114:{k[C>>2]=0;e=ws(a,b,C)|0;b:do if((e|0)!=(a|0)?(f=i[e>>0]|0,x=c+4|0,o=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,w=Vb(e,b,c)|0,x=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,(w|0)!=(e|0)):0){u=f<<24>>24==70;v=c+20|0;e=k[v>>2]|0;c:do if(u){f=e+-16|0;while(1){if((e|0)==(f|0)){e=f;break c}B=e+-16|0;k[v>>2]=B;Qs(B);e=k[v>>2]|0}}while(0);h=c+16|0;g=k[c+12>>2]|0;B=k[c+24>>2]|0;j=B;do if(e>>>0>=B>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=j-l|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);B=D+8|0;a=k[B>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=g;k[B>>2]=a+16;Hj(h,D);Lq(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[v>>2]=(k[v>>2]|0)+16}while(0);s=k[C>>2]|0;p=(s&1|0)==0;q=(s&2|0)==0;s=(s&4|0)==0;t=D+8|0;while(1){if(o>>>0>=x>>>0){d=w;break b}if(u){g=k[c>>2]|0;m=g+(o*24|0)+12|0;h=i[m+11>>0]|0;e=h<<24>>24<0;if(e){j=k[g+(o*24|0)+16>>2]|0;f=k[m>>2]|0}else{j=h&255;f=m}l=j+-2|0;if((i[f+l>>0]|0)==38)e=j+-3|0;else{if(e){f=k[m>>2]|0;e=k[g+(o*24|0)+16>>2]|0}else{f=m;e=h&255}e=(i[f+e+-1>>0]|0)==38?l:j}if(!p){wB(m,e,38415)|0;e=e+6|0}if(!q){wB((k[c>>2]|0)+(o*24|0)+12|0,e,38422)|0;e=e+9|0}if(!s)wB((k[c>>2]|0)+(o*24|0)+12|0,e,38432)|0}else{if(!p)dC((k[c>>2]|0)+(o*24|0)|0,38415)|0;if(!q)dC((k[c>>2]|0)+(o*24|0)|0,38422)|0;if(!s)dC((k[c>>2]|0)+(o*24|0)|0,38432)|0}h=k[v>>2]|0;j=h+-16|0;l=k[c>>2]|0;m=l+(o*24|0)|0;e=h+-12|0;f=k[e>>2]|0;C=k[h+-8>>2]|0;n=C;if((f|0)==(C|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;B=(n-g|0)/24|0;C=B<<1;It(D,B>>>0<89478485?(C>>>0<f>>>0?f:C):178956970,e,h+-4|0);C=k[t>>2]|0;pt(C,m);pt(C+12|0,l+(o*24|0)+12|0);k[t>>2]=C+24;nn(j,D);Ks(D)}else{pt(f,m);pt(f+12|0,l+(o*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}o=o+1|0}EL()}else d=a;while(0);break a}default:{}}d=Xb(a,b,c)|0;if((d|0)==(a|0)){e=i[a>>0]|0;d:do switch(e<<24>>24|0){case 65:{if(e<<24>>24!=65){d=a;break a}m=a+1|0;if((m|0)==(b|0)){d=a;break a}d=i[m>>0]|0;do if(d<<24>>24==95){A=a+2|0;d=Vb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;or(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(CH(e?k[D>>2]|0:D,38442,2)|0)==0;tH(D);if(A)is((k[f>>2]|0)+-12|0)}else tH(D);wB((k[f>>2]|0)+-12|0,0,38445)|0}else{if((d+-49&255)<9){j=ur(m,b)|0;if((j|0)==(b|0)){d=a;break a}if((i[j>>0]|0)!=95){d=a;break a}A=j+1|0;d=Vb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;or(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(CH(e?k[D>>2]|0:D,38442,2)|0)==0;tH(D);if(A)is((k[f>>2]|0)+-12|0)}else tH(D);l=(k[f>>2]|0)+-12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=j-m|0;if(h>>>0>4294967279)zL();if(h>>>0<11){i[B+11>>0]=h;g=B}else{A=h+16&-16;g=$b(A)|0;k[B>>2]=g;k[B+8>>2]=A|-2147483648;k[B+4>>2]=h}e=m;f=g;while(1){if((e|0)==(j|0))break;i[f>>0]=i[e>>0]|0;e=e+1|0;f=f+1|0}i[g+h>>0]=0;f=wB(B,0,38442)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(C,38449)|0;k[D>>2]=k[f>>2];k[D+4>>2]=k[f+4>>2];k[D+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}A=i[D+11>>0]|0;b=A<<24>>24<0;Mj(l,0,b?k[D>>2]|0:D,b?k[D+4>>2]|0:A&255)|0;tH(D);tH(C);tH(B);break}d=Ub(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)!=95){d=a;break a}y=d+1|0;d=Vb(y,b,c)|0;if((d|0)==(y|0)){d=a;break a}q=c+4|0;e=k[q>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Lr(D,e+-24|0);e=k[q>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[q>>2]=b;SB(b);g=k[q>>2]|0}Lr(C,e+-48|0);m=k[q>>2]|0;n=m+-24|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-20>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-16>>2]&2147483647)+-1|0}else A=92}else{i[n>>0]=0;i[o>>0]=0;e=0;A=92}if((A|0)==92){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;e:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=100}else{h=0;j=1;g=n;A=101}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break e;if(j){e=1;f=k[n>>2]|0;A=100;break}else{h=1;j=0;f=n;A=101;break}}while(0);if((A|0)==100){h=e;j=1;e=k[m+-20>>2]|0}else if((A|0)==101)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[m+-16>>2]=l+1|-2147483648;k[m+-20>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[D>>2];k[n+4>>2]=k[D+4>>2];k[n+8>>2]=k[D+8>>2];e=0;while(1){if((e|0)==3)break;k[D+(e<<2)>>2]=0;e=e+1|0}g=D+12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=g+11|0;b=i[h>>0]|0;e=b<<24>>24<0;j=D+16|0;b=e?k[j>>2]|0:b&255;or(B,e?k[g>>2]|0:g,b>>>0<2?b:2);b=i[B+11>>0]|0;e=b<<24>>24<0;if(((e?k[B+4>>2]|0:b&255)|0)==2){b=(CH(e?k[B>>2]|0:B,38442,2)|0)==0;tH(B);if(b)is(g)}else tH(B);p=k[q>>2]|0;vr(t,C);f=wB(t,0,38442)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-12|0;f=dC(u,38449)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[h>>0]|0;e=f<<24>>24<0;f=$m(z,e?k[g>>2]|0:g,e?k[j>>2]|0:f&255)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-8>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=129}else{i[o>>0]=0;i[m>>0]=0;e=0;A=129}if((A|0)==129){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;f:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;A=137}else{h=0;j=1;g=o;A=138}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break f;if(j){e=1;f=k[o>>2]|0;A=137;break}else{h=1;j=0;f=o;A=138;break}}while(0);if((A|0)==137){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==138)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[B>>2];k[o+4>>2]=k[B+4>>2];k[o+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}tH(B);tH(z);tH(u);tH(t);SB(C);SB(D)}while(0);if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}case 67:{A=a+1|0;d=Vb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}dC(e+-24|0,38451)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];bp(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}case 70:{if(e<<24>>24!=70){d=a;break a}d=a+1|0;if((d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)==89){d=a+2|0;if((d|0)==(b|0)){d=a;break a}}e=Vb(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;or(D,38460,1);p=c+4|0;n=D+11|0;o=D+4|0;j=C+11|0;l=C+4|0;m=0;d=e;g:while(1)h:while(1){if((d|0)==(b|0)){A=174;break g}switch(i[d>>0]|0){case 69:{A=178;break g}case 118:{d=d+1|0;continue h}case 82:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=1;d=e;continue g}break}case 79:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=2;d=e;continue g}break}default:{}}e=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;g=Vb(d,b,c)|0;h=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;if((g|0)==(d|0)|(g|0)==(b|0)){d=a;e=1;break g}else d=e;while(1){if(d>>>0>=h>>>0){d=e;break}z=i[n>>0]|0;if((z<<24>>24<0?k[o>>2]|0:z&255)>>>0>1)dC(D,38462)|0;vr(C,(k[c>>2]|0)+(d*24|0)|0);z=i[j>>0]|0;y=z<<24>>24<0;$m(D,y?k[C>>2]|0:C,y?k[l>>2]|0:z&255)|0;tH(C);d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;continue h}f=k[p>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;z=f+-24|0;k[p>>2]=z;SB(z);f=k[p>>2]|0}d=d+1|0}}i:do if((A|0)==174){e=k[p>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;e=1;break i}A=e+-24|0;k[p>>2]=A;SB(A);e=k[p>>2]|0}}else if((A|0)==178){d=d+1|0;dC(D,38365)|0;switch(m&3){case 1:{dC(D,38465)|0;break}case 2:{dC(D,38468)|0;break}default:{}}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;e=1}else{dC(e+-24|0,38472)|0;e=i[n>>0]|0;A=e<<24>>24<0;Mj((k[p>>2]|0)+-12|0,0,A?k[D>>2]|0:D,A?k[o>>2]|0:e&255)|0;e=0}}while(0);tH(D);if(e|(d|0)==(a|0)){d=a;break a}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}case 71:{A=a+1|0;d=Vb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}dC(e+-24|0,38474)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];bp(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}case 77:{if(e<<24>>24!=77){d=a;break a}y=a+1|0;e=Vb(y,b,c)|0;if((e|0)==(y|0)){d=a;break a}d=Vb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}s=c+4|0;e=k[s>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Lr(D,e+-24|0);e=k[s>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[s>>2]=b;SB(b);g=k[s>>2]|0}Lr(C,e+-48|0);q=D+12|0;o=k[s>>2]|0;p=o+-24|0;j:do if((i[((i[q+11>>0]|0)<0?k[q>>2]|0:q)>>0]|0)==40){f=dC(D,38460)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}vr(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=$m(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(z,38485)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=235}else{i[p>>0]=0;i[m>>0]=0;e=0;A=235}if((A|0)==235){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;k:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=243}else{h=0;j=1;g=p;A=244}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break k;if(j){e=1;f=k[p>>2]|0;A=243;break}else{h=1;j=0;f=p;A=244;break}}while(0);if((A|0)==243){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==244)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}tH(B);tH(z);tH(t);tH(u);p=k[s>>2]|0;f=wB(q,0,38365)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;e=i[n>>0]|0;if(e<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=262}else{i[m>>0]=0;i[n>>0]=0;e=0;A=262}if((A|0)==262){j=0;o=e&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;l:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){e=0;g=m;A=270}else{h=0;j=1;g=m;A=271}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break l;if(j){e=1;f=k[m>>2]|0;A=270;break}else{h=1;j=0;f=m;A=271;break}}while(0);if((A|0)==270){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==271)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[B>>2];k[m+4>>2]=k[B+4>>2];k[m+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}tH(B)}else{f=dC(D,38472)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}vr(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=$m(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(z,38485)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=296}else{i[p>>0]=0;i[m>>0]=0;e=0;A=296}if((A|0)==296){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;m:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=304}else{h=0;j=1;g=p;A=305}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break m;if(j){e=1;f=k[p>>2]|0;A=304;break}else{h=1;j=0;f=p;A=305;break}}while(0);if((A|0)==304){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==305)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}tH(B);tH(z);tH(t);tH(u);m=k[s>>2]|0;n=m+-12|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-8>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-4>>2]&2147483647)+-1|0}else A=320}else{i[n>>0]=0;i[o>>0]=0;e=0;A=320}if((A|0)==320){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;n:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=328}else{h=0;j=1;g=n;A=329}}else{g=$b(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break n;if(j){e=1;f=k[n>>2]|0;A=328;break}else{h=1;j=0;f=n;A=329;break}}while(0);if((A|0)==328){h=e;j=1;e=k[m+-8>>2]|0}else if((A|0)==329)e=e&255;e=e+1|0;if(e|0)Fr(g|0,f|0,e|0)|0;if(j)uc(f);if(h){k[m+-4>>2]=l+1|-2147483648;k[m+-8>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[q>>2];k[n+4>>2]=k[q+4>>2];k[n+8>>2]=k[q+8>>2];e=0;while(1){if((e|0)==3)break j;k[q+(e<<2)>>2]=0;e=e+1|0}}while(0);SB(C);SB(D);if((d|0)==(a|0)){d=a;break a}e=k[s>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}case 79:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=Vb(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EL();else{z=j-l|0;A=z>>3;ht(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Hj(h,D);Lq(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;or(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(CH(e?k[D>>2]|0:D,38442,2)|0)==0;else e=0;tH(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){dC(f+(m*24|0)|0,38460)|0;wB((k[c>>2]|0)+(m*24|0)+12|0,0,38365)|0}}else{dC(f+(m*24|0)|0,38362)|0;wB((k[c>>2]|0)+(m*24|0)+12|0,0,38365)|0}dC((k[c>>2]|0)+(m*24|0)|0,38489)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;It(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;pt(A,n);pt(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;nn(j,D);Ks(D)}else{pt(f,n);pt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EL();break}case 80:{w=c+4|0;m=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;v=a+1|0;d=Vb(v,b,c)|0;w=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(v|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;x=c+20|0;e=k[x>>2]|0;z=k[c+24>>2]|0;j=z;do if(e>>>0>=z>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EL();else{u=j-l|0;z=u>>3;ht(D,u>>4>>>0<134217727?(z>>>0<f>>>0?f:z):268435455,e,c+28|0);z=D+8|0;u=k[z>>2]|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=g;k[z>>2]=u+16;Hj(h,D);Lq(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[x>>2]=(k[x>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+11|0;t=D+4|0;u=D+8|0;while(1){if(m>>>0>=w>>>0)break a;n=k[c>>2]|0;e=n+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+16>>2]|0:z&255;or(D,o?k[e>>2]|0:e,z>>>0<2?z:2);z=i[p>>0]|0;e=z<<24>>24<0;if(((e?k[q>>2]|0:z&255)|0)==2)e=(CH(e?k[D>>2]|0:D,38442,2)|0)==0;else e=0;tH(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){dC(f+(m*24|0)|0,38460)|0;wB((k[c>>2]|0)+(m*24|0)+12|0,0,38365)|0}}else{dC(f+(m*24|0)|0,38362)|0;wB((k[c>>2]|0)+(m*24|0)+12|0,0,38365)|0}do if((i[v>>0]|0)==85){n=k[c>>2]|0;e=n+(m*24|0)|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+4>>2]|0:z&255;or(D,o?k[e>>2]|0:e,z>>>0<12?z:12);z=i[s>>0]|0;e=z<<24>>24<0;if(((e?k[t>>2]|0:z&255)|0)==12)f=(CH(e?k[D>>2]|0:D,38492,12)|0)!=0;else f=1;tH(D);o=k[c>>2]|0;e=o+(m*24|0)|0;if(f)A=393;else{n=e+11|0;f=i[n>>0]|0;g=f<<24>>24<0;if(g){l=k[o+(m*24|0)+4>>2]|0;j=l>>>0<11?l:11;f=(k[o+(m*24|0)+8>>2]&2147483647)+-1|0}else{l=f&255;j=l>>>0<11?l:11;f=10}if((j-l+f|0)>>>0<2){nl(e,f,2-j+l-f|0,l,0,j,2,38507);break}if(g)e=k[e>>2]|0;o:do if((j|0)!=2){g=l-j|0;if(!g){g=j;j=0;h=38507;f=2;A=412}else{if(j>>>0>2){i[e>>0]=105;i[e+1>>0]=100;qy(e+2|0,e+j|0,g|0)|0;g=j;f=2;break}h=e+j|0;do if(e>>>0<38507>>>0&(e+l|0)>>>0>38507>>>0){if(h>>>0<=38507>>>0){f=38507+(2-j)|0;break}if(j|0)Fr(e|0,38507,j|0)|0;f=2-j|0;qy(h+f|0,h|0,g|0)|0;if(!f){g=0;f=0;break o}else{g=0;h=38509;A=412;break o}}else f=38507;while(0);qy(e+2|0,h|0,g|0)|0;g=j;j=0;h=f;f=2;A=412}}else{g=2;j=0;h=38507;f=2;A=412}while(0);if((A|0)==412){A=0;qy(e+j|0,h|0,f|0)|0}f=f-g+l|0;if((i[n>>0]|0)<0)k[o+(m*24|0)+4>>2]=f;else i[n>>0]=f;i[e+f>>0]=0}}else{e=(k[c>>2]|0)+(m*24|0)|0;A=393}while(0);if((A|0)==393){A=0;dC(e,38505)|0}h=k[x>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;z=k[h+-8>>2]|0;o=z;if((f|0)==(z|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;o=(o-g|0)/24|0;z=o<<1;It(D,o>>>0<89478485?(z>>>0<f>>>0?f:z):178956970,e,h+-4|0);z=k[u>>2]|0;pt(z,n);pt(z+12|0,l+(m*24|0)+12|0);k[u>>2]=z+24;nn(j,D);Ks(D)}else{pt(f,n);pt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EL();break}case 82:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=Vb(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EL();else{z=j-l|0;A=z>>3;ht(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Hj(h,D);Lq(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;or(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(CH(e?k[D>>2]|0:D,38442,2)|0)==0;else e=0;tH(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){dC(f+(m*24|0)|0,38460)|0;wB((k[c>>2]|0)+(m*24|0)+12|0,0,38365)|0}}else{dC(f+(m*24|0)|0,38362)|0;wB((k[c>>2]|0)+(m*24|0)+12|0,0,38365)|0}dC((k[c>>2]|0)+(m*24|0)|0,38510)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;It(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;pt(A,n);pt(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;nn(j,D);Ks(D)}else{pt(f,n);pt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EL();break}case 84:{u=c+4|0;q=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;d=yc(a,b,c)|0;s=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(a|0)){d=a;break a}x=c+16|0;t=c+12|0;g=k[t>>2]|0;w=c+20|0;e=k[w>>2]|0;v=c+24|0;a=k[v>>2]|0;h=a;do if(e>>>0>=a>>>0){j=k[x>>2]|0;e=e-j>>4;f=e+1|0;if(f>>>0>268435455)EL();else{y=h-j|0;a=y>>3;ht(D,y>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);a=D+8|0;y=k[a>>2]|0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;k[y+12>>2]=g;k[a>>2]=y+16;Hj(x,D);Lq(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[w>>2]=(k[w>>2]|0)+16}while(0);j=D+8|0;h=q;while(1){if(h>>>0>=s>>>0)break;l=k[w>>2]|0;m=l+-16|0;n=k[c>>2]|0;o=n+(h*24|0)|0;e=l+-12|0;f=k[e>>2]|0;a=k[l+-8>>2]|0;p=a;if((f|0)==(a|0)){g=k[m>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970){A=459;break}y=(p-g|0)/24|0;a=y<<1;It(D,y>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,l+-4|0);a=k[j>>2]|0;pt(a,o);pt(a+12|0,n+(h*24|0)+12|0);k[j>>2]=a+24;nn(m,D);Ks(D)}else{pt(f,o);pt(f+12|0,n+(h*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}h=h+1|0}if((A|0)==459)EL();if(!((s|0)==(q+1|0)&(i[c+63>>0]|0)!=0))break a;h=sc(d,b,c)|0;if((h|0)==(d|0))break a;vr(C,(k[u>>2]|0)+-24|0);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[u>>2]=a;SB(a);f=k[u>>2]|0}a=i[C+11>>0]|0;g=a<<24>>24<0;$m(d+-48|0,g?k[C>>2]|0:C,g?k[C+4>>2]|0:a&255)|0;d=(k[u>>2]|0)+-24|0;k[z>>2]=k[t>>2];bp(B,d,z);d=k[w>>2]|0;a=k[v>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[x>>2]|0;d=d-f>>4;e=d+1|0;if(e>>>0>268435455)EL();else{A=g-f|0;a=A>>3;ht(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Hj(x,D);Lq(D);break}}else{k[d+12>>2]=k[B+12>>2];k[d>>2]=k[B>>2];D=B+4|0;k[d+4>>2]=k[D>>2];c=B+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[w>>2]=(k[w>>2]|0)+16}while(0);Qs(B);tH(C);d=h;break a}case 85:{d=a+1|0;if((d|0)==(b|0)){d=a;break a}e=ud(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}d=Vb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}j=c+4|0;e=k[j>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(C,e+-24|0);e=k[j>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[j>>2]=a;SB(a);g=k[j>>2]|0}b=e+-48|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;a=i[b+11>>0]|0;y=a<<24>>24<0;a=y?k[e+-44>>2]|0:a&255;or(D,y?k[b>>2]|0:b,a>>>0<9?a:9);a=i[D+11>>0]|0;e=a<<24>>24<0;if(((e?k[D+4>>2]|0:a&255)|0)==9){a=(CH(e?k[D>>2]|0:D,38512,9)|0)==0;tH(D);if(a){vr(B,(k[j>>2]|0)+-24|0);f=k[j>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[j>>2]=a;SB(a);f=k[j>>2]|0}e=B+11|0;a=i[e>>0]|0;b=a<<24>>24<0;y=k[B>>2]|0;f=B+4|0;a=ud(b?y+9|0:B+9|0,(b?y:B)+(b?k[f>>2]|0:a&255)|0,c)|0;if((a|0)==(((i[e>>0]|0)<0?k[B>>2]|0:B)+9|0)){xo(u,C,38472);e=i[e>>0]|0;a=e<<24>>24<0;f=$m(u,a?k[B>>2]|0:B,a?k[f>>2]|0:e&255)|0;k[m>>2]=k[f>>2];k[m+4>>2]=k[f+4>>2];k[m+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(z,m);e=k[j>>2]|0;a=k[c+8>>2]|0;g=a;do if(e>>>0>=a>>>0){h=k[c>>2]|0;e=(e-h|0)/24|0;f=e+1|0;if(f>>>0>178956970)EL();else{b=(g-h|0)/24|0;a=b<<1;It(D,b>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,c+12|0);a=D+8|0;b=k[a>>2]|0;Lr(b,z);k[a>>2]=b+24;nn(c,D);Ks(D);break}}else{Lr(e,z);k[j>>2]=(k[j>>2]|0)+24}while(0);SB(z);tH(m);tH(u)}else{f=k[j>>2]|0;xo(u,C,38522);vr(t,(k[j>>2]|0)+-24|0);g=i[t+11>>0]|0;e=g<<24>>24<0;g=$m(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:g&255)|0;k[z>>2]=k[g>>2];k[z+4>>2]=k[g+4>>2];k[z+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}f=f+-24|0;g=dC(z,38524)|0;k[l>>2]=k[g>>2];k[l+4>>2]=k[g+4>>2];k[l+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}Sr(D,l);De(f,D);SB(D);tH(l);tH(z);tH(t);tH(u)}tH(B)}else A=482}else{tH(D);A=482}if((A|0)==482){f=k[j>>2]|0;xo(B,C,38472);vr(z,(k[j>>2]|0)+-24|0);g=i[z+11>>0]|0;e=g<<24>>24<0;g=$m(B,e?k[z>>2]|0:z,e?k[z+4>>2]|0:g&255)|0;k[h>>2]=k[g>>2];k[h+4>>2]=k[g+4>>2];k[h+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}Sr(D,h);De(f+-24|0,D);SB(D);tH(h);tH(z);tH(B)}h=(k[j>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];bp(B,h,z);h=c+16|0;e=c+20|0;f=k[e>>2]|0;a=k[c+24>>2]|0;j=a;do if(f>>>0>=a>>>0){g=k[h>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{A=j-g|0;a=A>>3;ht(D,A>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Hj(h,D);Lq(D);break}}else{k[f+12>>2]=k[B+12>>2];k[f>>2]=k[B>>2];D=B+4|0;k[f+4>>2]=k[D>>2];c=B+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(B);tH(C);break a}case 83:{A=a+1|0;if((A|0)!=(b|0)?(i[A>>0]|0)==116:0){d=Zb(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}d=qc(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}j=sc(d,b,c)|0;if((j|0)==(d|0))break a;g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;vr(C,e+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;SB(a);f=k[g>>2]|0}e=i[C+11>>0]|0;a=e<<24>>24<0;$m(d+-48|0,a?k[C>>2]|0:C,a?k[C+4>>2]|0:e&255)|0;g=(k[g>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];bp(B,g,z);g=c+16|0;d=c+20|0;e=k[d>>2]|0;a=k[c+24>>2]|0;h=a;do if(e>>>0>=a>>>0){f=k[g>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455)EL();else{A=h-f|0;a=A>>3;ht(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Hj(g,D);Lq(D);break}}else{k[e+12>>2]=k[B+12>>2];k[e>>2]=k[B>>2];D=B+4|0;k[e+4>>2]=k[D>>2];c=B+8|0;k[e+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[d>>2]=(k[d>>2]|0)+16}while(0);Qs(B);tH(C);d=j;break a}case 68:{d=a+1|0;if((d|0)!=(b|0)){d=i[d>>0]|0;switch(d<<24>>24|0){case 112:{q=c+4|0;m=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+2|0;d=Vb(A,b,c)|0;q=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0))break d;h=c+16|0;g=k[c+12>>2]|0;s=c+20|0;e=k[s>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EL();else{z=j-l|0;A=z>>3;ht(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Hj(h,D);Lq(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[s>>2]=(k[s>>2]|0)+16}while(0);p=D+8|0;while(1){if(m>>>0>=q>>>0)break a;h=k[s>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;It(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[p>>2]|0;pt(A,n);pt(A+12|0,l+(m*24|0)+12|0);k[p>>2]=A+24;nn(j,D);Ks(D)}else{pt(f,n);pt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EL();break}case 84:case 116:{d=pg(a,b,c)|0;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}case 118:{if(!((b-a|0)>3&e<<24>>24==68&d<<24>>24==118))break d;h=a+2|0;e=i[h>>0]|0;p:do if((e+-49&255)<9){d=ur(h,b)|0;if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){f=d-h|0;e=d+1|0;do if((e|0)!=(b|0)){if((i[e>>0]|0)!=112){d=Vb(e,b,c)|0;if((d|0)==(e|0))break;g=k[c+4>>2]|0;if((k[c>>2]|0)==(g|0)){A=629;break p}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;or(B,h,f);f=wB(B,0,38526)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=g+-24|0;g=dC(C,38449)|0;k[D>>2]=k[g>>2];k[D+4>>2]=k[g+4>>2];k[D+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}z=i[D+11>>0]|0;x=z<<24>>24<0;$m(f,x?k[D>>2]|0:D,x?k[D+4>>2]|0:z&255)|0;tH(D);tH(C);tH(B);break p}d=d+2|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;or(u,h,f);f=wB(u,0,38535)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=dC(B,38449)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(C,z);e=c+4|0;f=k[e>>2]|0;x=k[c+8>>2]|0;h=x;do if(f>>>0>=x>>>0){g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)EL();else{w=(h-g|0)/24|0;x=w<<1;It(D,w>>>0<89478485?(x>>>0<f>>>0?f:x):178956970,e,c+12|0);x=D+8|0;w=k[x>>2]|0;Lr(w,C);k[x>>2]=w+24;nn(c,D);Ks(D);break}}else{Lr(f,C);k[e>>2]=(k[e>>2]|0)+24}while(0);SB(C);tH(z);tH(B);tH(u);break p}while(0);break d}else A=629}else{k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[D+(d<<2)>>2]=0;d=d+1|0}q:do if(e<<24>>24!=95?(p=Ub(h,b,c)|0,(p|0)!=(h|0)):0){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)!=(d|0)){vr(C,d+-24|0);l=D+11|0;if((i[l>>0]|0)<0){i[k[D>>2]>>0]=0;k[D+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){m=0;h=(k[D+8>>2]&2147483647)+-1|0;g=1}else A=596}else{i[D>>0]=0;i[l>>0]=0;d=0;A=596}if((A|0)==596){m=d&255;h=10;g=0}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[D>>2]|0;if(g){d=0;f=D;A=603}else{g=0;h=1;f=D;A=604}}else{f=$b(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[D>>2]|0;A=603}else{g=1;h=0;e=D;A=604}}if((A|0)==603){g=d;h=1;d=k[D+4>>2]|0}else if((A|0)==604)d=d&255;d=d+1|0;if(d|0)Fr(f|0,e|0,d|0)|0;if(h)uc(e);if(g){k[D+8>>2]=j+1|-2147483648;k[D+4>>2]=m;k[D>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[D>>2]=k[C>>2];k[D+4>>2]=k[C+4>>2];k[D+8>>2]=k[C+8>>2];d=0;while(1){if((d|0)==3)break;k[C+(d<<2)>>2]=0;d=d+1|0}tH(C);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=p;A=618;break q}A=e+-24|0;k[n>>2]=A;SB(A);e=k[n>>2]|0}}}else{d=h;A=618}while(0);do if((A|0)==618){if((((d|0)!=(b|0)?(i[d>>0]|0)==95:0)?(q=d+1|0,(q|0)!=(b|0)):0)?(s=Vb(q,b,c)|0,(s|0)!=(q|0)):0){e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;ko(B,38526,D);f=dC(B,38449)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}d=i[C+11>>0]|0;z=d<<24>>24<0;$m(e+-24|0,z?k[C>>2]|0:C,z?k[C+4>>2]|0:d&255)|0;tH(C);tH(B);d=s}else d=a;tH(D);break p}while(0);tH(D);A=629}while(0);if((A|0)==629)break d;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C);break a}default:break d}}break}default:{}}while(0);d=Xb(a,b,c)|0;if((d|0)==(a|0)){d=Zb(a,b,c)|0;if((d|0)!=(a|0)?(y=k[c+4>>2]|0,(k[c>>2]|0)!=(y|0)):0){j=c+16|0;k[B>>2]=k[c+12>>2];bp(C,y+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{a=h-g|0;B=a>>3;ht(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Hj(j,D);Lq(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs(C)}else d=a}}}else d=a;while(0);r=E;return d|0}function Wb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((b-a|0)>1)do switch(i[a>>0]|0){case 97:switch(i[a+1>>0]|0){case 97:{ks(h,38695);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 110:case 100:{ps(h,38706);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 78:{ks(h,38716);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 83:{ps(h,38727);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 99:switch(i[a+1>>0]|0){case 108:{ks(h,38737);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 109:{ps(h,38748);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 111:{ps(h,38758);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 118:{g=c+63|0;f=i[g>>0]|0;i[g>>0]=0;h=a+2|0;b=Vb(h,b,c)|0;i[g>>0]=f;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;wB(d+-24|0,0,38768)|0;i[c+60>>0]=1;a=b;break a}default:break a}case 100:switch(i[a+1>>0]|0){case 97:{xu(h,38778);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 101:{ps(h,38796);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 108:{b=$b(16)|0;k[h>>2]=b;k[h+8>>2]=-2147483632;k[h+4>>2]=15;d=b;e=38806;f=d+15|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+15>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 118:{ps(h,38822);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 86:{ks(h,38832);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 101:switch(i[a+1>>0]|0){case 111:{ps(h,38843);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 79:{ks(h,38853);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 113:{ks(h,38864);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 103:switch(i[a+1>>0]|0){case 101:{ks(h,38875);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 116:{ps(h,38886);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 105:{if((i[a+1>>0]|0)!=120)break a;ks(h,38896);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 108:switch(i[a+1>>0]|0){case 101:{ks(h,38907);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 105:{h=a+2|0;b=ud(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;wB(d+-24|0,0,38918)|0;a=b;break a}case 115:{ks(h,38930);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 83:{Bu(h,38941);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 116:{ps(h,38953);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 109:switch(i[a+1>>0]|0){case 105:{ps(h,38963);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 73:{ks(h,38973);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 108:{ps(h,38796);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 76:{ks(h,38984);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 109:{ks(h,38995);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 110:switch(i[a+1>>0]|0){case 97:{yu(h,39006);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 101:{ks(h,39021);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 103:{ps(h,38963);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 116:{ps(h,39032);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 119:{Au(h,39042);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 111:switch(i[a+1>>0]|0){case 111:{ks(h,39055);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 114:{ps(h,39066);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 82:{ks(h,39076);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 112:switch(i[a+1>>0]|0){case 109:{Bu(h,39087);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 108:{ps(h,39099);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 76:{ks(h,39109);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 112:{ks(h,39120);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 115:{ps(h,39099);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 116:{ks(h,39131);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 113:{if((i[a+1>>0]|0)!=117)break a;ps(h,39142);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 114:switch(i[a+1>>0]|0){case 109:{ps(h,39152);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 77:{ks(h,39162);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 115:{ks(h,39173);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 83:{Bu(h,39184);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}case 118:{if(((i[a+1>>0]|0)+-48|0)>>>0>=10)break a;h=a+2|0;b=ud(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;wB(d+-24|0,0,38768)|0;a=b;break a}default:break a}while(0);while(0);r=j;return a|0}function Xb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((a|0)!=(b|0))do switch(i[a>>0]|0){case 118:{Yq(h,39899);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 119:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=7;i[h>>0]=i[39510]|0;i[h+1>>0]=i[39511]|0;i[h+2>>0]=i[39512]|0;i[h+3>>0]=i[39513]|0;i[h+4>>0]=i[39514]|0;i[h+5>>0]=i[39515]|0;i[h+6>>0]=i[39516]|0;i[h+7>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 98:{Yq(h,39904);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 99:{Yq(h,39529);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 97:{Bu(h,39534);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 104:{zu(h,39546);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 115:{Zq(h,39560);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 116:{yu(h,39566);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 105:{Zs(h,39909);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 106:{Au(h,39913);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 108:{Yq(h,39926);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 109:{zu(h,39931);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 120:{ps(h,39945);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 121:{b=$b(32)|0;k[h>>2]=b;k[h+8>>2]=-2147483616;k[h+4>>2]=18;d=b;e=39955;f=d+18|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+18>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 110:{Cm(h,39595);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 111:{xu(h,39604);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 102:{Zq(h,39974);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 100:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=6;i[h>>0]=i[39980]|0;i[h+1>>0]=i[39981]|0;i[h+2>>0]=i[39982]|0;i[h+3>>0]=i[39983]|0;i[h+4>>0]=i[39984]|0;i[h+5>>0]=i[39985]|0;i[h+6>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 101:{Bu(h,39987);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 103:{ks(h,39999);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 122:{Zs(h,40010);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+1|0;break a}case 117:{g=a+1|0;h=ud(g,b,c)|0;a=(h|0)==(g|0)?a:h;break a}case 68:{d=a+1|0;if((d|0)==(b|0))break a;switch(i[d>>0]|0){case 100:{ps(h,40014);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 101:{ks(h,40024);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 102:{ps(h,40035);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 104:{ps(h,40045);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 105:{Cm(h,40055);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 115:{Cm(h,40064);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 97:{Yq(h,40073);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}case 110:{yu(h,40078);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EL();else{e=(f-e|0)/24|0;f=e<<1;It(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Lr(e,h);k[f>>2]=e+24;nn(c,g);Ks(g);break}}else{Lr(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);SB(h);a=a+2|0;break a}default:break a}}default:break a}while(0);while(0);r=j;return a|0}function Yb(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0;P=r;r=r+400|0;R=P+384|0;J=P+360|0;Q=P+372|0;K=P+348|0;L=P+336|0;M=P+324|0;N=P+312|0;O=P+300|0;y=P+288|0;z=P+276|0;A=P+264|0;B=P+252|0;C=P+240|0;D=P+228|0;E=P+216|0;F=P+204|0;G=P+192|0;H=P+180|0;I=P+168|0;f=P+156|0;g=P+144|0;h=P+132|0;j=P+120|0;l=P+108|0;m=P+96|0;n=P+84|0;o=P+72|0;p=P+60|0;q=P+48|0;s=P+36|0;t=P+24|0;u=P+12|0;v=P;c=oI(ln(b,0)|0)|0;w=WJ(c,46)|0;a:do if(!w)do switch(i[c>>0]|0){case 98:switch(i[c+1>>0]|0){case 108:{c=ne(a,b)|0;break a}case 114:{if((i[c+2>>0]|0)==95?(i[c+3>>0]|0)==116:0){c=Ij(a,b)|0;break a}c=zk(a,b)|0;break a}default:{e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[f>>2]=k[d>>2];k[f+4>>2]=k[d+4>>2];k[f+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,f);pb(e|0,8,183)}}case 99:{switch(i[c+1>>0]|0){case 97:{x=178;break}case 117:{c=iu(a,b,1)|0;break a}default:{}}if((x|0)==178){if((c|0)==(k[10441]|0)){c=Us(a,b)|0;break a}if((c|0)==(k[10442]|0)){c=wp(a,b)|0;break a}if((c|0)==(k[10443]|0)){c=_i(a,b)|0;break a}}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[g>>2]=k[d>>2];k[g+4>>2]=k[d+4>>2];k[g+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,g);pb(e|0,8,183)}case 101:{if((i[c+1>>0]|0)==108){c=Fq(a,b)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,h);pb(e|0,8,183)}case 103:{switch(i[c+1>>0]|0){case 101:{x=196;break}case 114:{c=iu(a,b,2)|0;break a}default:{}}b:do if((x|0)==196)switch(i[c+4>>0]|0){case 108:{c=Yv(a,b)|0;break a}case 103:{c=Fv(a,b)|0;break a}default:break b}while(0);e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,j);pb(e|0,8,183)}case 104:{if((i[c+1>>0]|0)==97){c=iu(a,b,3)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[l>>2]=k[d>>2];k[l+4>>2]=k[d+4>>2];k[l+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,l);pb(e|0,8,183)}case 105:{if((i[c+1>>0]|0)==102){c=Jo(a,b)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[m>>2]=k[d>>2];k[m+4>>2]=k[d+4>>2];k[m+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,m);pb(e|0,8,183)}case 108:{if((i[c+1>>0]|0)==111){c=ff(a,b)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,n);pb(e|0,8,183)}case 110:{if((i[c+1>>0]|0)==111){c=II(k[a+4>>2]|0)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[o>>2]=k[d>>2];k[o+4>>2]=k[d+4>>2];k[o+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,o);pb(e|0,8,183)}case 112:{if((i[c+1>>0]|0)==97){c=iu(a,b,0)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[p>>2]=k[d>>2];k[p+4>>2]=k[d+4>>2];k[p+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,p);pb(e|0,8,183)}case 115:{c:do if((i[c+1>>0]|0)==101){switch(i[c+2>>0]|0){case 116:break;case 108:{c=Mq(a,b)|0;break a}default:break c}switch(i[c+4>>0]|0){case 108:{c=tr(a,b)|0;break a}case 103:{c=dr(a,b)|0;break a}default:break c}}while(0);e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[q>>2]=k[d>>2];k[q+4>>2]=k[d+4>>2];k[q+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,q);pb(e|0,8,183)}case 114:{if((i[c+1>>0]|0)==101){c=bw(a,b)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[s>>2]=k[d>>2];k[s+4>>2]=k[d+4>>2];k[s+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,s);pb(e|0,8,183)}case 116:{if((i[c+1>>0]|0)==104){c=Fq(a,b)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[t>>2]=k[d>>2];k[t+4>>2]=k[d+4>>2];k[t+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,t);pb(e|0,8,183)}case 117:{if((i[c+1>>0]|0)==110){c=fI(k[a+4>>2]|0)|0;break a}e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,u);pb(e|0,8,183)}default:{e=Ia(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;Yr(R,17061,9);d=tF(R,c)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,v);pb(e|0,8,183)}}while(0);else{c=Rf(c,0,1)|0;d=R;e=d+16|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));dM(R,w+1|0,15);d:do switch(i[R>>0]|0){case 97:switch(i[R+1>>0]|0){case 98:{c=Pe(a,b,(c|0)==3?8:9,c)|0;break d}case 100:{if((c|0)!=1)if((c|0)==2)c=25;else c=(c|0)==3?50:63;else c=0;c=Bs(a,b,c)|0;break d}case 110:{c=Bs(a,b,(c|0)==1?7:32)|0;break d}default:{e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[J>>2]=k[d>>2];k[J+4>>2]=k[d+4>>2];k[J+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,J);pb(e|0,8,183)}}case 99:{e:do switch(i[R+1>>0]|0){case 101:{c=Pe(a,b,(c|0)==3?10:11,c)|0;break d}case 108:{c=Pe(a,b,(c|0)!=1&1,c)|0;break d}case 111:{switch(i[R+2>>0]|0){case 112:{c=Bs(a,b,(c|0)==3?54:67)|0;break d}case 110:break;default:break e}switch(i[R+3>>0]|0){case 118:break;case 115:{c=Bo(a,b,c)|0;break d}default:break e}switch(i[R+8>>0]|0){case 115:{Q=(c|0)==3;c=Pe(a,b,(i[R+11>>0]|0)==51?(Q?35:36):Q?39:40,c)|0;break d}case 117:{Q=(c|0)==3;c=Pe(a,b,(i[R+11>>0]|0)==51?(Q?37:38):Q?41:42,c)|0;break d}default:break e}}case 116:{c=Pe(a,b,(c|0)==1?2:3,c)|0;break d}default:{}}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[K>>2]=k[d>>2];k[K+4>>2]=k[d+4>>2];k[K+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,K);pb(e|0,8,183)}case 100:{switch(i[R+1>>0]|0){case 105:{x=30;break}case 101:{c=Pe(a,b,44,c)|0;break d}default:{}}f:do if((x|0)==30)switch(i[R+3>>0]|0){case 95:{c=(c|0)==1;c=Bs(a,b,(i[R+4>>0]|0)==117?(c?4:29):c?3:28)|0;break d}case 0:{c=Bs(a,b,(c|0)==3?53:66)|0;break d}default:break f}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,L);pb(e|0,8,183)}case 101:{switch(i[R+1>>0]|0){case 113:{x=39;break}case 120:{c=Pe(a,b,(i[R+7>>0]|0)==117?23:22,c)|0;break d}default:{}}g:do if((x|0)==39){switch(i[R+2>>0]|0){case 0:break;case 122:{c=Pe(a,b,(c|0)==1?20:21,c)|0;break d}default:break g}if((c|0)!=1)if((c|0)==2)c=40;else c=(c|0)==3?57:70;else c=15;c=Bs(a,b,c)|0;break d}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[M>>2]=k[d>>2];k[M+4>>2]=k[d+4>>2];k[M+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,M);pb(e|0,8,183)}case 102:{if((i[R+1>>0]|0)==108){c=Pe(a,b,(c|0)==3?12:13,c)|0;break d}e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[N>>2]=k[d>>2];k[N+4>>2]=k[d+4>>2];k[N+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,N);pb(e|0,8,183)}case 103:{h:do switch(i[R+1>>0]|0){case 116:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Bs(a,b,(i[R+3>>0]|0)==117?(c?22:47):c?21:46)|0;break d}case 0:{c=Bs(a,b,(c|0)==3?61:74)|0;break d}default:break h}case 101:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Bs(a,b,(i[R+3>>0]|0)==117?(c?24:49):c?23:48)|0;break d}case 0:{c=Bs(a,b,(c|0)==3?62:75)|0;break d}default:break h}default:{}}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[O>>2]=k[d>>2];k[O+4>>2]=k[d+4>>2];k[O+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,O);pb(e|0,8,183)}case 108:{i:do switch(i[R+1>>0]|0){case 116:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Bs(a,b,(i[R+3>>0]|0)==117?(c?18:43):c?17:42)|0;break d}case 0:{c=Bs(a,b,(c|0)==3?59:72)|0;break d}default:break i}case 101:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Bs(a,b,(i[R+3>>0]|0)==117?(c?20:45):c?19:44)|0;break d}case 0:{c=Bs(a,b,(c|0)==3?60:73)|0;break d}default:break i}case 111:{c=Oe(a,b,c)|0;break d}default:{}}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[y>>2]=k[d>>2];k[y+4>>2]=k[d+4>>2];k[y+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,y);pb(e|0,8,183)}case 109:switch(i[R+1>>0]|0){case 105:{c=Bs(a,b,(c|0)==3?55:68)|0;break d}case 97:{c=Bs(a,b,(c|0)==3?56:69)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=27;else c=(c|0)==3?52:65;else c=2;c=Bs(a,b,c)|0;break d}default:{e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[z>>2]=k[d>>2];k[z+4>>2]=k[d+4>>2];k[z+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,z);pb(e|0,8,183)}}case 110:{j:do if((i[R+1>>0]|0)==101)switch(i[R+2>>0]|0){case 0:{if((c|0)!=1)if((c|0)==2)c=41;else c=(c|0)==3?58:71;else c=16;c=Bs(a,b,c)|0;break d}case 97:{c=Pe(a,b,(c|0)==3?16:17,c)|0;break d}case 103:{c=Pe(a,b,(c|0)==3?6:7,c)|0;break d}default:break j}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[A>>2]=k[d>>2];k[A+4>>2]=k[d+4>>2];k[A+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,A);pb(e|0,8,183)}case 111:{if((i[R+1>>0]|0)==114){c=Bs(a,b,(c|0)==1?8:33)|0;break d}e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[B>>2]=k[d>>2];k[B+4>>2]=k[d+4>>2];k[B+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,B);pb(e|0,8,183)}case 112:switch(i[R+1>>0]|0){case 114:{c=Pe(a,b,43,c)|0;break d}case 111:{c=Pe(a,b,(c|0)==1?4:5,c)|0;break d}default:{e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[C>>2]=k[d>>2];k[C+4>>2]=k[d+4>>2];k[C+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,C);pb(e|0,8,183)}}case 114:{k:do switch(i[R+1>>0]|0){case 101:switch(i[R+2>>0]|0){case 109:{c=(c|0)==1;c=Bs(a,b,(i[R+4>>0]|0)==117?(c?6:31):c?5:30)|0;break d}case 105:{c=Pe(a,b,(c+-3|0)>>>0<2?((c|0)==3?45:46):(c|0)==1?33:34,c)|0;break d}default:break k}case 111:{if((i[R+2>>0]|0)==116){c=(c|0)==1;c=Bs(a,b,(i[R+3>>0]|0)==108?(c?13:38):c?14:39)|0;break d}break}default:{}}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[D>>2]=k[d>>2];k[D+4>>2]=k[d+4>>2];k[D+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,D);pb(e|0,8,183)}case 115:switch(i[R+1>>0]|0){case 104:if((i[R+2>>0]|0)==108){c=Bs(a,b,(c|0)==1?10:35)|0;break d}else{c=(c|0)==1;c=Bs(a,b,(i[R+4>>0]|0)==117?(c?11:36):c?12:37)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=26;else c=(c|0)==3?51:64;else c=1;c=Bs(a,b,c)|0;break d}case 113:{c=Pe(a,b,(c|0)==3?18:19,c)|0;break d}case 116:{c=Af(a,b,c)|0;break d}default:{e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[E>>2]=k[d>>2];k[E+4>>2]=k[d+4>>2];k[E+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,E);pb(e|0,8,183)}}case 116:{l:do if((i[R+1>>0]|0)==114)switch(i[R+6>>0]|0){case 115:{Q=(c|0)==1;c=Pe(a,b,(i[R+9>>0]|0)==51?(Q?25:26):Q?29:30,c)|0;break d}case 117:{Q=(c|0)==1;c=Pe(a,b,(i[R+9>>0]|0)==51?(Q?27:28):Q?31:32,c)|0;break d}default:{if((i[R+2>>0]|0)!=117)break l;c=Pe(a,b,(c|0)==3?14:15,c)|0;break d}}while(0);e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[F>>2]=k[d>>2];k[F+4>>2]=k[d+4>>2];k[F+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,F);pb(e|0,8,183)}case 119:{if((i[R+1>>0]|0)==114){c=Pe(a,b,24,c)|0;break d}e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[G>>2]=k[d>>2];k[G+4>>2]=k[d+4>>2];k[G+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,G);pb(e|0,8,183)}case 120:{if((i[R+1>>0]|0)==111){c=Bs(a,b,(c|0)==1?9:34)|0;break d}e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[H>>2]=k[d>>2];k[H+4>>2]=k[d+4>>2];k[H+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,H);pb(e|0,8,183)}default:{e=Ia(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;Yr(Q,17061,9);d=tF(Q,R)|0;k[I>>2]=k[d>>2];k[I+4>>2]=k[d+4>>2];k[I+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}yC(e,I);pb(e|0,8,183)}}while(0)}while(0);r=P;return c|0}function Zb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0;ca=r;r=r+80|0;ba=ca+56|0;$=ca+40|0;_=ca+24|0;X=ca+8|0;Y=ca;l=b;a:do if((l-a|0)>1){aa=(i[a>>0]|0)==76?a+1|0:a;d=i[aa>>0]|0;switch(d<<24>>24|0){case 78:{b:do if(d<<24>>24==78&(aa|0)!=(b|0)){d=ws(aa+1|0,b,$)|0;c:do if((d|0)!=(b|0)){f=c+52|0;k[f>>2]=0;switch(i[d>>0]|0){case 82:{k[f>>2]=1;d=d+1|0;break}case 79:{k[f>>2]=2;d=d+1|0;break}default:{}}W=c+4|0;g=k[W>>2]|0;V=k[c+8>>2]|0;h=V;if(g>>>0<V>>>0){k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}g=g+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[W>>2]=(k[W>>2]|0)+24}else{j=k[c>>2]|0;f=(g-j|0)/24|0;g=f+1|0;if(g>>>0>178956970)EL();j=(h-j|0)/24|0;h=j<<1;It(ba,j>>>0<89478485?(h>>>0<g>>>0?g:h):178956970,f,c+12|0);h=ba+8|0;j=k[h>>2]|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;k[j+12>>2]=0;k[j+16>>2]=0;k[j+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[j+(f<<2)>>2]=0;f=f+1|0}g=j+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[h>>2]=j+24;nn(c,ba);Ks(ba)}if(((l-d|0)>1?(i[d>>0]|0)==83:0)?(i[d+1>>0]|0)==116:0){Gm((k[W>>2]|0)+-24|0,38644,3);d=d+2|0}if((d|0)==(b|0)){e=k[W>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;ba=e+-24|0;k[W>>2]=ba;SB(ba);e=k[W>>2]|0}}t=_+11|0;u=_+4|0;m=c+12|0;v=c+16|0;V=c+20|0;w=c+24|0;x=X+12|0;y=X+4|0;z=X+8|0;A=c+28|0;B=ba+8|0;C=X+12|0;D=X+4|0;E=X+8|0;F=ba+8|0;G=ba+11|0;H=ba+4|0;I=ba+11|0;J=ba+4|0;K=X+12|0;L=X+4|0;M=X+8|0;N=ba+8|0;O=X+12|0;P=X+4|0;Q=X+8|0;R=ba+8|0;S=ba+11|0;T=ba+4|0;U=X+12|0;n=X+4|0;o=X+8|0;p=ba+8|0;q=ba+11|0;s=ba+4|0;l=0;d:while(1){e:while(1){f=i[d>>0]|0;if(f<<24>>24==69){Z=116;break d}switch(f<<24>>24|0){case 83:{Z=36;break e}case 84:{Z=54;break e}case 68:{Z=70;break e}case 73:break;case 76:{d=d+1|0;if((d|0)==(b|0))break c;else continue e}default:break e}j=sc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;vr(_,(k[W>>2]|0)+-24|0);d=k[W>>2]|0;f=d+-24|0;g=d;while(1){if((g|0)==(f|0))break;h=g+-24|0;k[W>>2]=h;SB(h);g=k[W>>2]|0}h=i[t>>0]|0;g=h<<24>>24<0;$m(d+-48|0,g?k[_>>2]|0:_,g?k[u>>2]|0:h&255)|0;d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];bp(X,d,Y);d=k[V>>2]|0;h=k[w>>2]|0;g=h;if(d>>>0<h>>>0){k[d+12>>2]=k[x>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[y>>2];k[d+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=95;break d}g=g-h|0;h=g>>3;ht(ba,g>>4>>>0<134217727?(h>>>0<f>>>0?f:h):268435455,d,A);h=k[B>>2]|0;k[h+12>>2]=k[x>>2];k[h>>2]=k[X>>2];k[h+4>>2]=k[y>>2];k[h+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[B>>2]=h+16;Hj(v,ba);Lq(ba)}Qs(X);tH(_);d=j}f:do if((Z|0)==36){Z=0;l=d+1|0;if((l|0)!=(b|0)?(i[l>>0]|0)==116:0)break;j=qc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;vr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;SB(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)hw(f,_);else{ko(ba,38648,_);d=i[I>>0]|0;l=d<<24>>24<0;$m(f,l?k[ba>>2]|0:ba,l?k[J>>2]|0:d&255)|0;tH(ba);d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];bp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[K>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[L>>2];k[d+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=49;break d}h=g-h|0;l=h>>3;ht(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[N>>2]|0;k[l+12>>2]=k[K>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[L>>2];k[l+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[N>>2]=l+16;Hj(v,ba);Lq(ba)}Qs(X)}tH(_);l=1;d=j;continue d}else if((Z|0)==54){Z=0;j=yc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;vr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;SB(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)hw(f,_);else{ko(ba,38648,_);l=i[S>>0]|0;h=l<<24>>24<0;$m(f,h?k[ba>>2]|0:ba,h?k[T>>2]|0:l&255)|0;tH(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];bp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[O>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[P>>2];k[d+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=67;break d}h=g-h|0;l=h>>3;ht(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[R>>2]|0;k[l+12>>2]=k[O>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[P>>2];k[l+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[R>>2]=l+16;Hj(v,ba);Lq(ba)}Qs(X);tH(_);l=1;d=j;continue d}else if((Z|0)==70){Z=0;f=d+1|0;if((f|0)!=(b|0))switch(i[f>>0]|0){case 84:case 116:break;default:break f}j=pg(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;vr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;SB(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)hw(f,_);else{ko(ba,38648,_);l=i[q>>0]|0;h=l<<24>>24<0;$m(f,h?k[ba>>2]|0:ba,h?k[s>>2]|0:l&255)|0;tH(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];bp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[U>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[n>>2];k[d+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=85;break d}h=g-h|0;l=h>>3;ht(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[p>>2]|0;k[l+12>>2]=k[U>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[n>>2];k[l+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[p>>2]=l+16;Hj(v,ba);Lq(ba)}Qs(X);tH(_);l=1;d=j;continue d}while(0);j=ic(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;vr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;SB(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)hw(f,_);else{ko(ba,38648,_);l=i[G>>0]|0;h=l<<24>>24<0;$m(f,h?k[ba>>2]|0:ba,h?k[H>>2]|0:l&255)|0;tH(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];bp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[C>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[D>>2];k[d+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=112;break}h=g-h|0;l=h>>3;ht(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[F>>2]|0;k[l+12>>2]=k[C>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[D>>2];k[l+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[F>>2]=l+16;Hj(v,ba);Lq(ba)}Qs(X);tH(_);l=1;d=j}if((Z|0)==49)EL();else if((Z|0)==67)EL();else if((Z|0)==85)EL();else if((Z|0)==95)EL();else if((Z|0)==112)EL();else if((Z|0)==116){d=d+1|0;k[c+48>>2]=k[$>>2];g:do if(l?(e=k[V>>2]|0,(k[c+16>>2]|0)!=(e|0)):0){f=e+-16|0;while(1){if((e|0)==(f|0))break g;ba=e+-16|0;k[V>>2]=ba;Qs(ba);e=k[V>>2]|0}}while(0);break b}}while(0);d=aa}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}case 90:{h:do if(((d<<24>>24==90&(aa|0)!=(b|0)?($=aa+1|0,f=fc($,b,c)|0,!((f|0)==($|0)|(f|0)==(b|0))):0)?(i[f>>0]|0)==69:0)?(g=f+1|0,(g|0)!=(b|0)):0)switch(i[g>>0]|0){case 115:{d=im(f+2|0,b)|0;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break h;dC(e+-24|0,38651)|0;break h}case 100:{d=f+2|0;if((d|0)==(b|0)){d=aa;break h}d=ur(d,b)|0;if((d|0)==(b|0)){d=aa;break h}if((i[d>>0]|0)!=95){d=aa;break h}$=d+1|0;d=Zb($,b,c)|0;h=c+4|0;if((d|0)==($|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=aa;break h}ba=e+-24|0;k[h>>2]=ba;SB(ba);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=aa;break h}vr(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;SB(c);g=k[h>>2]|0}dC(e+-48|0,38648)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;$m((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;tH(ba);break h}default:{d=Zb(g,b,c)|0;if((d|0)==(g|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=aa;break h}ba=f+-24|0;k[d>>2]=ba;SB(ba);f=k[d>>2]|0}}d=im(d,b)|0;h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break h;vr(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;SB(c);g=k[h>>2]|0}dC(e+-48|0,38648)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;$m((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;tH(ba);break h}}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}default:{do if((l-aa|0)>1){if(d<<24>>24==83?(i[aa+1>>0]|0)==116:0){d=aa+2|0;if((d|0)==(b|0)){f=0;e=b}else{f=0;e=(i[d>>0]|0)==76?aa+3|0:d}}else{f=1;e=aa}d=ic(e,b,c)|0;e=(d|0)==(e|0);if(f|e)d=e?aa:d;else{e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;wB(e+-24|0,0,38668)|0}if((d|0)!=(aa|0)){if((d|0)==(b|0)){d=b;break a}if((i[d>>0]|0)!=73)break a;l=c+4|0;e=k[l>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[_>>2]=k[c+12>>2];bp($,e+-24|0,_);e=c+20|0;f=k[e>>2]|0;aa=k[c+24>>2]|0;h=aa;do if(f>>>0>=aa>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EL();else{_=h-g|0;aa=_>>3;ht(ba,_>>4>>>0<134217727?(aa>>>0<f>>>0?f:aa):268435455,e,c+28|0);aa=ba+8|0;_=k[aa>>2]|0;k[_+12>>2]=k[$+12>>2];k[_>>2]=k[$>>2];Z=$+4|0;k[_+4>>2]=k[Z>>2];Y=$+8|0;k[_+8>>2]=k[Y>>2];k[Y>>2]=0;k[Z>>2]=0;k[$>>2]=0;k[aa>>2]=_+16;Hj(j,ba);Lq(ba);break}}else{k[f+12>>2]=k[$+12>>2];k[f>>2]=k[$>>2];aa=$+4|0;k[f+4>>2]=k[aa>>2];_=$+8|0;k[f+8>>2]=k[_>>2];k[_>>2]=0;k[aa>>2]=0;k[$>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);Qs($);g=sc(d,b,c)|0;if((g|0)==(d|0)){d=a;break a}d=k[l>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(ba,d+-24|0);d=k[l>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[l>>2]=a;SB(a);f=k[l>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;$m(d+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;tH(ba);d=g;break a}}while(0);e=qc(aa,b,c)|0;if((e|0)==(aa|0)|(e|0)==(b|0)){d=a;break a}if((i[e>>0]|0)!=73){d=a;break a}d=sc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}vr(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;SB(a);g=k[h>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;$m(e+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;tH(ba);break a}}}else d=a;while(0);r=ca;return d|0}function _b(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0;G=r;r=r+144|0;m=G+136|0;l=G+124|0;y=G+132|0;z=G+128|0;C=G+112|0;D=G+100|0;A=G+88|0;E=G+72|0;F=G+56|0;B=G+28|0;n=G+16|0;o=G+96|0;p=G+68|0;q=G+52|0;s=G+48|0;t=G+24|0;u=G+12|0;v=G+8|0;w=G+4|0;x=G;k[y>>2]=a;k[z>>2]=b;k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;k[D>>2]=D+4;k[A>>2]=21;k[A+4>>2]=0;k[E>>2]=0;g=E+4|0;k[g>>2]=0;k[E+8>>2]=0;k[F>>2]=0;h=F+4|0;k[h>>2]=0;k[F+8>>2]=0;k[B>>2]=C;k[B+4>>2]=D;k[B+8>>2]=E;k[B+12>>2]=A;k[B+16>>2]=F;k[n>>2]=C;k[n+4>>2]=D;j=E+8|0;en(E,y);a=k[h>>2]|0;f=F+8|0;if((a|0)==(k[f>>2]|0)){en(F,z);e=z}else{k[a>>2]=k[z>>2];k[h>>2]=(k[h>>2]|0)+4;e=z}a:while(1){d=k[g>>2]|0;c=d;b=k[h>>2]|0;a=(b|0)==(k[F>>2]|0);if((d|0)==(k[E>>2]|0)){b=218;break}if(a){a=0;b=218;break}d=k[c+-4>>2]|0;k[y>>2]=d;a=0;while(1){if((a|0)==-1)break;H=a+-1|0;k[g>>2]=c+(H<<2);a=H}c=k[b+-4>>2]|0;k[e>>2]=c;a=0;while(1){if((a|0)==-1)break;H=a+-1|0;k[h>>2]=b+(H<<2);a=H}b=d;a=(d|0)!=0;if((a&1^1|0)!=((c|0)==0|0)){a=0;b=218;break}if(!a)continue;if((b|0)==(A|0)){Zo(n);continue}a=k[b>>2]|0;if((a|0)!=(k[c>>2]|0)){a=0;b=218;break}do switch(a|0){case 22:case 21:continue a;case 1:{H=(cI(b)|0)+8|0;k[o>>2]=k[H>>2];H=(cI(k[z>>2]|0)|0)+8|0;k[p>>2]=k[H>>2];k[l>>2]=k[o>>2];k[m>>2]=k[p>>2];if(!(kh(B,l,m)|0)){a=0;b=218;break a}d=(cI(k[y>>2]|0)|0)+20|0;d=k[d>>2]|0;H=(cI(k[z>>2]|0)|0)+20|0;if((d|0)==(k[H>>2]|0))c=0;else{a=0;b=218;break a}while(1){H=(cI(k[y>>2]|0)|0)+20|0;if(c>>>0>=(k[H>>2]|0)>>>0)continue a;a=EE((cI(k[y>>2]|0)|0)+12|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=EE((cI(k[z>>2]|0)|0)+12|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 2:{a=(lI(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(lI(k[z>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(lI(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(lI(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(lI(k[y>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(lI(k[z>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 3:{H=(gI(b)|0)+8|0;k[q>>2]=k[H>>2];H=(gI(k[z>>2]|0)|0)+8|0;k[s>>2]=k[H>>2];k[l>>2]=k[q>>2];k[m>>2]=k[s>>2];if(!(kh(B,l,m)|0)){a=0;b=218;break a}H=(gI(k[y>>2]|0)|0)+12|0;k[t>>2]=k[H>>2];H=(gI(k[z>>2]|0)|0)+12|0;k[u>>2]=k[H>>2];k[l>>2]=k[t>>2];k[m>>2]=k[u>>2];if(!(kh(B,l,m)|0)){a=0;b=218;break a}a=(gI(k[y>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(gI(k[z>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 4:{H=(bI(b)|0)+8|0;k[v>>2]=k[H>>2];H=(bI(k[z>>2]|0)|0)+8|0;H=k[H>>2]|0;k[m>>2]=k[v>>2];if(!(pv(D,m,H)|0)){a=0;b=218;break a}a=(bI(k[y>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(bI(k[z>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(bI(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(bI(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 5:{d=(YH(b)|0)+16|0;d=k[d>>2]|0;H=(YH(k[z>>2]|0)|0)+16|0;if((d|0)==(k[H>>2]|0))a=0;else{a=0;b=218;break a}while(1){H=(YH(k[y>>2]|0)|0)+16|0;H=a>>>0<(k[H>>2]|0)>>>0;b=YH(k[y>>2]|0)|0;if(!H)break;H=EE(b+8|0,a)|0;k[w>>2]=k[H>>2];H=EE((YH(k[z>>2]|0)|0)+8|0,a)|0;H=k[H>>2]|0;k[m>>2]=k[w>>2];if(pv(D,m,H)|0)a=a+1|0;else{a=0;b=218;break a}}k[x>>2]=k[b+24>>2];H=(YH(k[z>>2]|0)|0)+24|0;H=k[H>>2]|0;k[m>>2]=k[x>>2];if(!(pv(D,m,H)|0)){a=0;b=218;break a}a=(YH(k[y>>2]|0)|0)+28|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(YH(k[z>>2]|0)|0)+28|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(YH(k[y>>2]|0)|0)+32|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(YH(k[z>>2]|0)|0)+32|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 6:{d=hI(b)|0;H=hI(k[z>>2]|0)|0;if((k[d+24>>2]|0)!=(k[H+24>>2]|0)){a=0;b=218;break a}d=(hI(k[y>>2]|0)|0)+16|0;d=k[d>>2]|0;H=(hI(k[z>>2]|0)|0)+16|0;if((d|0)==(k[H>>2]|0))c=0;else{a=0;b=218;break a}while(1){H=(hI(k[y>>2]|0)|0)+16|0;if(c>>>0>=(k[H>>2]|0)>>>0)continue a;a=EE((hI(k[y>>2]|0)|0)+8|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=EE((hI(k[z>>2]|0)|0)+8|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 7:{d=HH(b)|0;H=HH(k[z>>2]|0)|0;if((k[d+24>>2]|0)!=(k[H+24>>2]|0)){a=0;b=218;break a}d=(HH(k[y>>2]|0)|0)+16|0;d=k[d>>2]|0;H=(HH(k[z>>2]|0)|0)+16|0;if((d|0)==(k[H>>2]|0))c=0;else{a=0;b=218;break a}while(1){H=(HH(k[y>>2]|0)|0)+16|0;if(c>>>0>=(k[H>>2]|0)>>>0)continue a;a=EE((HH(k[y>>2]|0)|0)+8|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=EE((HH(k[z>>2]|0)|0)+8|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 8:{a=(DH(b)|0)+28|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(DH(k[z>>2]|0)|0)+28|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}d=DH(k[y>>2]|0)|0;H=DH(k[z>>2]|0)|0;if((k[d+24>>2]|0)!=(k[H+24>>2]|0)){a=0;b=218;break a}d=(DH(k[y>>2]|0)|0)+16|0;d=k[d>>2]|0;H=(DH(k[z>>2]|0)|0)+16|0;if((d|0)==(k[H>>2]|0))c=0;else{a=0;b=218;break a}while(1){H=(DH(k[y>>2]|0)|0)+16|0;if(c>>>0>=(k[H>>2]|0)>>>0)continue a;a=EE((DH(k[y>>2]|0)|0)+8|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=EE((DH(k[z>>2]|0)|0)+8|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 9:{d=(QH(b)|0)+8|0;d=k[d>>2]|0;H=(QH(k[z>>2]|0)|0)+8|0;if((d|0)==(k[H>>2]|0))continue a;else{a=0;b=218;break a}}case 10:{d=(OH(b)|0)+8|0;d=k[d>>2]|0;H=(OH(k[z>>2]|0)|0)+8|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}a=(OH(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(OH(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 11:{d=(LH(b)|0)+8|0;d=k[d>>2]|0;H=(LH(k[z>>2]|0)|0)+8|0;if((d|0)==(k[H>>2]|0))continue a;else{a=0;b=218;break a}}case 12:{d=(KH(b)|0)+8|0;d=k[d>>2]|0;H=(KH(k[z>>2]|0)|0)+8|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}a=(KH(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(KH(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 13:{d=(dI(b)|0)+8|0;d=i[d>>0]|0;H=(dI(k[z>>2]|0)|0)+8|0;if(d<<24>>24!=(i[H>>0]|0)){a=0;b=218;break a}d=(dI(k[y>>2]|0)|0)+9|0;d=i[d>>0]|0;H=(dI(k[z>>2]|0)|0)+9|0;if(d<<24>>24!=(i[H>>0]|0)){a=0;b=218;break a}d=(dI(k[y>>2]|0)|0)+12|0;d=k[d>>2]|0;H=(dI(k[z>>2]|0)|0)+12|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}d=(dI(k[y>>2]|0)|0)+16|0;d=k[d>>2]|0;H=(dI(k[z>>2]|0)|0)+16|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}a=(dI(k[y>>2]|0)|0)+20|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(dI(k[z>>2]|0)|0)+20|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 14:{d=(_H(b)|0)+8|0;d=i[d>>0]|0;H=(_H(k[z>>2]|0)|0)+8|0;if(d<<24>>24!=(i[H>>0]|0)){a=0;b=218;break a}d=(_H(k[y>>2]|0)|0)+12|0;d=k[d>>2]|0;H=(_H(k[z>>2]|0)|0)+12|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}d=(_H(k[y>>2]|0)|0)+16|0;d=k[d>>2]|0;H=(_H(k[z>>2]|0)|0)+16|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}a=(_H(k[y>>2]|0)|0)+20|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(_H(k[z>>2]|0)|0)+20|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(_H(k[y>>2]|0)|0)+24|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(_H(k[z>>2]|0)|0)+24|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 15:{H=$H(b)|0;if(Kn(H+8|0,($H(k[z>>2]|0)|0)+8|0)|0)continue a;else{a=0;b=218;break a}}case 16:{d=(ZH(b)|0)+8|0;d=k[d>>2]|0;H=(ZH(k[z>>2]|0)|0)+8|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}a=(ZH(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(ZH(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 17:{d=(VH(b)|0)+8|0;d=k[d>>2]|0;H=(VH(k[z>>2]|0)|0)+8|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}a=(VH(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(VH(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(VH(k[y>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(VH(k[z>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 18:{a=(TH(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(TH(k[z>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(TH(k[y>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(TH(k[z>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(TH(k[y>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(TH(k[z>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 19:{a=(UH(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(UH(k[z>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){en(F,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 20:{d=(eI(b)|0)+8|0;d=k[d>>2]|0;H=(eI(k[z>>2]|0)|0)+8|0;if((d|0)!=(k[H>>2]|0)){a=0;b=218;break a}d=eI(k[y>>2]|0)|0;H=eI(k[z>>2]|0)|0;if((k[d+12>>2]|0)!=(k[H+12>>2]|0)){a=0;b=218;break a}d=(eI(k[y>>2]|0)|0)+24|0;d=k[d>>2]|0;H=(eI(k[z>>2]|0)|0)+24|0;if((d|0)==(k[H>>2]|0))c=0;else{a=0;b=218;break a}while(1){H=(eI(k[y>>2]|0)|0)+24|0;if(c>>>0>=(k[H>>2]|0)>>>0)continue a;a=EE((eI(k[y>>2]|0)|0)+16|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))en(E,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=EE((eI(k[z>>2]|0)|0)+16|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))en(F,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}default:{b=217;break a}}while(0)}if((b|0)!=217)if((b|0)==218){qA(F);qA(E);Xx(D);qA(C);r=G;return a|0}return 0}
+function Rd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,m=0,n=0,o=0,p=0,q=0;f=k[a>>2]|0;do if(f){if((k[f+12>>2]|0)==(k[f+16>>2]|0))if((Mb[k[(k[f>>2]|0)+36>>2]&127](f)|0)==-1){k[a>>2]=0;f=0;break}else{f=k[a>>2]|0;break}}else f=0;while(0);f=(f|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){q=10;break}if(f)q=12;else q=11}else q=10;while(0);if((q|0)==10)if(f)q=11;else{b=0;q=12}a:do if((q|0)==11){k[c>>2]=k[c>>2]|6;f=0}else if((q|0)==12){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=Mb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=l[g>>0]|0;g=f&255;if(g<<24>>24>-1?(p=d+8|0,j[(k[p>>2]|0)+(f<<24>>24<<1)>>1]&2048):0){f=(Eb[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24;g=k[a>>2]|0;h=g+12|0;i=k[h>>2]|0;if((i|0)==(k[g+16>>2]|0)){Mb[k[(k[g>>2]|0)+40>>2]&127](g)|0;i=b;h=b}else{k[h>>2]=i+1;i=b;h=b}while(1){f=f+-48|0;n=e+-1|0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);g=(b|0)==0;if(h)if((k[h+12>>2]|0)==(k[h+16>>2]|0)){m=(Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0)==-1;o=m?0:i;m=m?0:i}else{o=i;m=h}else{o=i;m=0}b=k[a>>2]|0;if(!((e|0)>1&(g^(m|0)==0)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))b=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=l[g>>0]|0;g=b&255;if(g<<24>>24<=-1)break a;if(!(j[(k[p>>2]|0)+(b<<24>>24<<1)>>1]&2048))break a;f=((Eb[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;b=k[a>>2]|0;g=b+12|0;h=k[g>>2]|0;if((h|0)==(k[b+16>>2]|0)){Mb[k[(k[b>>2]|0)+40>>2]&127](b)|0;e=n;i=o;h=m;continue}else{k[g>>2]=h+1;e=n;i=o;h=m;continue}}do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);b=(b|0)==0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0)?(Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1:0){q=47;break}if(b)break a}else q=47;while(0);if((q|0)==47?!b:0)break;k[c>>2]=k[c>>2]|2;break}k[c>>2]=k[c>>2]|4;f=0}while(0);return f|0}function Sd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Dr(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=zE(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Ur(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(Gg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=Hk(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;Sj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;NJ(x);NJ(w);r=z;return f|0}function Td(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;pp(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;Ur(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;p=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[p>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){Ur(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;Ur(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lf(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+fr(h,k[y>>2]|0,d);o[e>>2]=E;Sj(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;NJ(B);NJ(A);r=D;return f|0}function Ud(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;pp(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;Ur(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;o=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){Ur(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;Ur(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lf(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+fr(h,k[y>>2]|0,d);p[e>>3]=E;Sj(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;NJ(B);NJ(A);r=D;return f|0}function Vd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;x=r;r=r+48|0;v=x+24|0;j=x+12|0;w=x;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;k[j>>2]=0;d=j+4|0;k[d>>2]=0;k[j+8>>2]=0;k[w>>2]=0;f=w+4|0;k[f>>2]=0;k[w+8>>2]=0;u=a+120|0;At(c,k[u>>2]|0);At(v,k[u>>2]|0);g=k[u>>2]|0;Zg(j,aa(g,g)|0);g=k[u>>2]|0;Nt(w,aa(g,g)|0);g=k[j>>2]|0;d=k[d>>2]|0;h=g;d=(h+(d>>>5<<2)-g<<3)+(d&31)|0;e=0;while(1){if((d|0)<=0)break;q=g;k[q>>2]=k[q>>2]&~(1<<e);q=(e|0)==31;s=h+4|0;d=d+-1|0;e=q?0:e+1|0;g=q?s:g;h=q?s:h}e=k[w>>2]|0;d=(k[f>>2]|0)-e|0;while(1){if((d|0)<=0)break;s=e;i[s>>0]=0;d=d+-1|0;e=s+1|0}s=a+32|0;m=k[s>>2]|0;m=(k[m+12>>2]|0)-(k[m+8>>2]|0)>>2;q=k[j>>2]|0;p=a+124|0;o=a+156|0;h=0;while(1){if(h>>>0>=m>>>0)break;if((k[(k[b>>2]|0)+(h<<2)>>2]|0)!=(h|0)){n=11;break}k[(k[c>>2]|0)+(h<<2)>>2]=h;f=HB(k[s>>2]|0,h)|0;k[(k[v>>2]|0)+(h<<2)>>2]=f;f=m;while(1){d=k[u>>2]|0;if(f>>>0>=d>>>0)break;e=(aa(d,h)|0)+f|0;g=q+(e>>>5<<2)|0;e=1<<(e&31);if(yC(d,k[p>>2]|0,h,f)|0)d=k[g>>2]|e;else d=k[g>>2]&~e;k[g>>2]=d;a=k[u>>2]|0;j=(iF(a,k[o>>2]|0,h,f)|0)&1;a=(aa(a,h)|0)+f|0;i[(k[w>>2]|0)+a>>0]=j;f=f+1|0}h=h+1|0}if((n|0)==11)Ka(29296,29310,408,29340);f=h;j=h;d=k[u>>2]|0;a:while(1){if(j>>>0>=d>>>0)break;a=k[(k[b>>2]|0)+(j<<2)>>2]|0;d=-1;h=0;e=-1;while(1){if((h|0)==(f|0))break;g=(aa(k[u>>2]|0,h)|0)+a|0;if(((1<<(g&31)&k[q+(g>>>5<<2)>>2]|0)==0?(n=HB(k[s>>2]|0,a)|0,(n|0)==(k[(k[v>>2]|0)+(h<<2)>>2]|0)):0)?(t=i[(k[w>>2]|0)+g>>0]|0,(d|0)==-1|(t&255)>(e&255)):0){k[(k[c>>2]|0)+(a<<2)>>2]=h;e=t;d=h}h=h+1|0}if((d|0)==-1){k[(k[c>>2]|0)+(a<<2)>>2]=f;h=HB(k[s>>2]|0,a)|0;k[(k[v>>2]|0)+(f<<2)>>2]=h;h=f+1|0}else{h=f;f=d}g=j+1|0;e=g;while(1){d=k[u>>2]|0;if(e>>>0>=d>>>0){f=h;j=g;continue a}n=k[(k[b>>2]|0)+(e<<2)>>2]|0;m=n+(aa(d,f)|0)|0;j=q+(m>>>5<<2)|0;m=1<<(m&31);y=k[j>>2]|0;d=yC(d,k[p>>2]|0,a,n)|0|(m&y|0)!=0;k[j>>2]=d?y|m:y&~m;j=k[u>>2]|0;m=(iF(j,k[o>>2]|0,a,n)|0)&1;n=(aa(j,f)|0)+n|0;n=(k[w>>2]|0)+n|0;i[n>>0]=(l[n>>0]|0)+m;e=e+1|0}}_A(w);ZM(q);ZA(v);r=x;return}function Wd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;g=q;j=q+4|0;k[g>>2]=b;e=k[b>>2]|0;p=a+44|0;f=b;a:do switch(k[e>>2]|0){case 4:{c=k[p>>2]|0;d=a+48|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;o=b+-4|0;k[d>>2]=o;b=o}o=(TI(e)|0)+16|0;if(k[o>>2]|0){i[a+41>>0]=0;break a}b=k[d>>2]|0;if((b|0)==(k[a+52>>2]|0))yn(p,g);else{k[b>>2]=f;k[d>>2]=(k[d>>2]|0)+4}i[a+41>>0]=1;break}case 20:{b=k[p>>2]|0;c=a+48|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;o=d+-4|0;k[c>>2]=o;d=o}if((b|0)==(k[a+52>>2]|0))yn(p,g);else{k[b>>2]=f;k[c>>2]=(k[c>>2]|0)+4}i[a+41>>0]=1;break}case 2:{o=(aJ(e)|0)+16|0;if(k[o>>2]|0){h=a+60|0;o=k[h>>2]|0;b=o;if((o|0)==(k[a+56>>2]|0))Ka(26116,25113,68,26141);f=k[b+-8>>2]|0;g=a+48|0;e=a+52|0;b=k[b+-12>>2]|0;while(1){if((b|0)==(f|0))break;c=k[b>>2]|0;k[j>>2]=c;d=k[g>>2]|0;if((d|0)==(k[e>>2]|0))yn(p,j);else{k[d>>2]=c;k[g>>2]=(k[g>>2]|0)+4}b=b+4|0}c=k[h>>2]|0;b=c+-12|0;while(1){if((c|0)==(b|0))break a;p=c+-12|0;k[h>>2]=p;ZA(p);c=k[h>>2]|0}}break}case 1:{m=UI(e)|0;j=k[m+8>>2]|0;if(j|0){l=(k[a+48>>2]|0)-(k[p>>2]|0)>>2;n=a+40|0;h=a+41|0;b=0;g=0;while(1){if((g|0)==(l|0))break;c=k[p>>2]|0;e=k[c+(g<<2)>>2]|0;f=k[e>>2]|0;d=e;do if(!((f|0)==0|(k[f>>2]|0)!=4)?(k[f+8>>2]|0)==(j|0):0){c=k[f+12>>2]|0;if(!c){k[f>>2]=22;k[f+4>>2]=0}else{if(!(i[h>>0]|0))break;k[e>>2]=c}i[n>>0]=1;b=b+1|0}else o=41;while(0);if((o|0)==41){o=0;if(!b)b=0;else k[c+(g-b<<2)>>2]=d}g=g+1|0}if(b|0)Es(p,l-b|0);c=m+12|0;b=m+20|0;while(1){if(!(k[b>>2]|0))break a;p=$E(c)|0;if((k[k[p>>2]>>2]|0)!=22)break a;Dw(c,(k[b>>2]|0)+-1|0);i[n>>0]=1}}break}case 22:{i[a+41>>0]=0;break}default:{b=k[p>>2]|0;c=a+48|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;p=d+-4|0;k[c>>2]=p;d=p}i[a+41>>0]=0}}while(0);r=q;return}function Xd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+4208|0;s=v+4176|0;f=v;u=v+4112|0;if((a|0)!=0?(e=(b|0)!=0,t=(c|0)==0,!(e&t)):0){if(e)p=k[c>>2]|0;else p=0;k[f+4096>>2]=f;e=f;k[u>>2]=0;q=u+4|0;k[q>>2]=0;k[u+8>>2]=0;k[u+12>>2]=e;j=u+16|0;k[j>>2]=0;l=u+20|0;k[l>>2]=0;k[u+24>>2]=0;k[u+28>>2]=e;k[u+32>>2]=0;f=u+36|0;k[f>>2]=0;k[u+40>>2]=0;m=u+44|0;k[m>>2]=e;h=u+48|0;g=u+61|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+12>>0]=0;i[g>>0]=1;h=u+32|0;It(s,1,0,m);m=s+8|0;n=k[m>>2]|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;k[n+12>>2]=e;k[m>>2]=n+16;Vj(h,s);hq(s);m=u+62|0;i[m>>0]=0;i[u+63>>0]=1;k[s>>2]=0;n=a+(Lq(a)|0)|0;vd(a,n,u,s);e=k[s>>2]|0;do if(!((e|0)!=0|(i[m>>0]|0)==0)){h=k[h>>2]|0;if((h|0)!=(k[f>>2]|0)?(k[h>>2]|0)!=(k[h+4>>2]|0):0){i[m>>0]=0;i[g>>0]=0;e=k[u>>2]|0;while(1){f=k[q>>2]|0;if((f|0)==(e|0))break;h=f+-24|0;k[q>>2]=h;CC(h)}e=k[j>>2]|0;while(1){f=k[l>>2]|0;if((f|0)==(e|0))break;j=f+-16|0;k[l>>2]=j;pt(j)}vd(a,n,u,s);if(!(i[m>>0]|0)){e=k[s>>2]|0;o=19;break}else{k[s>>2]=-2;b=0;e=-2;break}}else o=20}else o=19;while(0);if((o|0)==19)if(!e)o=20;else b=0;do if((o|0)==20){f=k[q>>2]|0;e=i[f+-24+11>>0]|0;if(e<<24>>24<0)g=k[f+-20>>2]|0;else g=e&255;e=i[f+-12+11>>0]|0;if(e<<24>>24<0)e=k[f+-8>>2]|0;else e=e&255;f=e+g|0;e=f+1|0;if(e>>>0>p>>>0){b=Pr(b,e)|0;if(!b){k[s>>2]=-1;b=0;e=-1;break}if(!t)k[c>>2]=e}else if(!b){b=0;e=0;break}t=k[q>>2]|0;c=t+-12|0;e=i[c+11>>0]|0;s=e<<24>>24<0;tn(t+-24|0,s?k[c>>2]|0:c,s?k[t+-8>>2]|0:e&255)|0;e=(k[q>>2]|0)+-24|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;cs(b|0,e|0,f|0)|0;i[b+f>>0]=0;e=0}while(0);if(d|0)k[d>>2]=e;nv(u)}else if(!d)b=0;else{k[d>>2]=-3;b=0}r=v;return b|0}function Yd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;e=k[b>>2]|0;if((d|0)!=0?(f=k[d>>2]|0,(f|0)!=0):0)if(!a){d=c;g=e;j=16}else{k[d>>2]=0;d=c;h=e;j=36}else if(!a){d=c;j=7}else{f=a;d=c;j=6}a:while(1)if((j|0)==6){if(!d){j=26;break}else g=f;while(1){f=i[e>>0]|0;b:do if(((f&255)+-1|0)>>>0<127?d>>>0>4&(e&3|0)==0:0){f=g;do{g=k[e>>2]|0;if((g+-16843009|g)&-2139062144|0){a=f;h=e;f=g&255;break b}k[f>>2]=g&255;k[f+4>>2]=l[e+1>>0];k[f+8>>2]=l[e+2>>0];a=e;e=e+4|0;j=f;f=f+16|0;k[j+12>>2]=l[a+3>>0];d=d+-4|0}while(d>>>0>4);a=f;h=e;f=i[e>>0]|0}else{a=g;h=e}while(0);g=f&255;if((g+-1|0)>>>0>=127)break;e=h+1|0;k[a>>2]=g;d=d+-1|0;if(!d){j=26;break a}else g=a+4|0}e=g+-194|0;if(e>>>0>50){e=h;g=a;j=48;break}f=k[5256+(e<<2)>>2]|0;h=h+1|0;j=36;continue}else if((j|0)==7){while(1){f=i[e>>0]|0;if(((f&255)+-1|0)>>>0<127?(e&3|0)==0:0){j=k[e>>2]|0;f=j&255;if(!((j+-16843009|j)&-2139062144)){do{e=e+4|0;d=d+-4|0;f=k[e>>2]|0}while(((f+-16843009|f)&-2139062144|0)==0);f=f&255}}g=f&255;if((g+-1|0)>>>0>=127)break;e=e+1|0;d=d+-1|0}g=g+-194|0;if(g>>>0>50){g=a;j=48;break}f=k[5256+(g<<2)>>2]|0;g=e+1|0;j=16;continue}else if((j|0)==16){j=(l[g>>0]|0)>>>3;if((j+-16|j+(f>>26))>>>0>7){j=17;break}e=g+1|0;if(f&33554432){if((i[e>>0]&-64)<<24>>24!=-128){j=20;break}e=g+2|0;if(f&524288){if((i[e>>0]&-64)<<24>>24!=-128){j=23;break}e=g+3|0}}d=d+-1|0;j=7;continue}else if((j|0)==36){g=l[h>>0]|0;j=g>>>3;if((j+-16|j+(f>>26))>>>0>7){j=37;break}e=h+1|0;g=g+-128|f<<6;if((g|0)<0){f=(l[e>>0]|0)+-128|0;if(f>>>0>63){j=40;break}e=h+2|0;f=f|g<<6;if((f|0)<0){e=(l[e>>0]|0)+-128|0;if(e>>>0>63){j=43;break}f=e|f<<6;e=h+3|0}}else f=g;k[a>>2]=f;f=a+4|0;d=d+-1|0;j=6;continue}if((j|0)==17){h=g+-1|0;g=a;j=46}else if((j|0)==20){h=g+-1|0;g=a;j=46}else if((j|0)==23){h=g+-1|0;g=a;j=46}else if((j|0)==26)k[b>>2]=e;else if((j|0)==37){h=h+-1|0;g=a;j=46}else if((j|0)==40){e=h+-1|0;c=a;j=52}else if((j|0)==43){e=h+-1|0;c=a;j=52}if((j|0)==46)if(!f){e=h;f=i[h>>0]|0;j=48}else{e=h;c=g;j=52}if((j|0)==48)if(!(f<<24>>24)){if(g|0){k[g>>2]=0;k[b>>2]=0}c=c-d|0}else{c=g;j=52}if((j|0)==52){j=wJ()|0;k[j>>2]=84;if(!c)c=-1;else{k[b>>2]=e;c=-1}}return c|0}function Zd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Fr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=zE(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Ur(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Ur(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Ur(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(Fg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=rn(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=N;Sj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;NJ(y);NJ(x);r=A;return f|0}function _d(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Fr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=zE(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Ur(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Ur(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Ur(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(Fg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=bo(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=N;Sj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;NJ(y);NJ(x);r=A;return f|0}function $d(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;B=r;r=r+224|0;s=B+198|0;g=B+196|0;y=B+184|0;z=B+172|0;w=B+168|0;x=B+8|0;v=B+4|0;u=B;f=k[c+4>>2]|0;Fr(y,c,s,g);k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[z+(c<<2)>>2]=0;c=c+1|0}t=zE(f)|0;p=z+11|0;q=z+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Ur(z,c);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h;k[v>>2]=x;k[u>>2]=0;o=z+4|0;n=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){m=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=m?0:c;f=m?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else A=14}else A=14;while(0);if((A|0)==14){A=0;if(g){c=0;b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[w>>2]|0)==(h+a|0)){Ur(z,a<<1);if((i[p>>0]|0)<0)g=(k[q>>2]&2147483647)+-1|0;else g=10;Ur(z,g);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h+a}a=c+12|0;g=k[a>>2]|0;m=c+16|0;if((g|0)==(k[m>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(Fg(g&255,t,h,w,u,n,y,x,v,s)|0)break;g=k[a>>2]|0;if((g|0)==(k[m>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}s=i[y+11>>0]|0;g=k[v>>2]|0;if(((s<<24>>24<0?k[y+4>>2]|0:s&255)|0)!=0?(g-x|0)<160:0){s=k[u>>2]|0;u=g+4|0;k[v>>2]=u;k[g>>2]=s;g=u}w=Am(h,k[w>>2]|0,d,t)|0;j[e>>1]=w;Sj(y,x,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){x=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=x?0:f;c=x?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){A=37;break}if(!c)A=38}else A=37;while(0);if((A|0)==37?c:0)A=38;if((A|0)==38)k[d>>2]=k[d>>2]|2;NJ(z);NJ(y);r=B;return f|0}function ae(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Fr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=zE(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Ur(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Ur(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Ur(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(Fg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=Mm(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;Sj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;NJ(y);NJ(x);r=A;return f|0}function be(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Fr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=zE(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Ur(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Ur(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Ur(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(Fg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=Hk(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;Sj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;NJ(y);NJ(x);r=A;return f|0}function ce(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+48|0;f=u+36|0;h=u+24|0;j=u+12|0;n=u;o=a+12|0;if(i[o>>0]|0){t=IF(43324,14635)|0;s=eG(t+(k[(k[t>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=s;s=NI(s,44028)|0;s=Sb[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;RL(f);_m(t,s);lq(t)}g=Ih(a)|0;if(i[o>>0]|0){t=$i(IF(43324,14537)|0,g)|0;s=eG(t+(k[(k[t>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=s;s=NI(s,44028)|0;s=Sb[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;RL(f);_m(t,s);lq(t)}l=n+11|0;m=n+4|0;e=0;a:while(1){if(e>>>0>=g>>>0){b=7;break}if(i[o>>0]|0){t=IF(43324,14543)|0;s=eG(t+(k[(k[t>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=s;s=NI(s,44028)|0;s=Sb[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;RL(f);_m(t,s);lq(t)}p=LD(24)|0;k[p>>2]=0;q=p+4|0;k[q>>2]=0;s=p+8|0;k[s>>2]=0;t=p+16|0;k[t>>2]=0;c=p+20|0;k[c>>2]=0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;vs(j,14650,7);Vi(n,e);d=i[l>>0]|0;b=d<<24>>24<0;d=_n(j,b?k[n>>2]|0:n,b?k[m>>2]|0:d&255)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}yG(f,h);k[p>>2]=k[f>>2];NJ(h);NJ(n);NJ(j);d=Ih(a)|0;k[p+12>>2]=d;switch(d|0){case 0:{b=Ih(a)|0;c=k[a>>2]|0;if(b>>>0>=(k[c+4>>2]|0)-(k[c>>2]|0)>>2>>>0){b=15;break a}d=OC(c,b)|0;k[t>>2]=d;if(!(k[d>>2]|0)){b=17;break a}break}case 2:case 1:break;case 3:{t=yH(a)|0;k[c>>2]=t;break}default:{b=19;break a}}t=tf(a)|0;k[q>>2]=t;t=tf(a)|0;k[s>>2]=t;dl(k[a>>2]|0,p);e=e+1|0}if((b|0)==7){r=u;return}else if((b|0)==15)Ka(14658,13964,1513,14692);else if((b|0)==17)Ka(14704,13964,1515,14692)}function de(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[b+11>>0]|0;d=e<<24>>24<0;e=d?k[b+4>>2]|0:e&255;a:do switch(e|0){case 0:{Qt(a,b);break}case 11:if(!(tI(d?k[b>>2]|0:b,39162,11)|0)){Zm(b,39766,70);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,39837,12);break a}else{c=b;g=11;break a}case 12:{if(!(tI(d?k[b>>2]|0:b,39174,12)|0)){Zm(b,39850,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,39900,13);break a}if(!(tI(d?k[b>>2]|0:b,39187,12)|0)){Zm(b,39914,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,39964,13)}else{c=b;g=11}break}default:if((e|0)==13){c=k[b>>2]|0;if(!(tI(d?c:b,39200,13)|0)){Zm(b,39978,50);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,40029,14)}else g=14}else{c=b;g=11}}while(0);if((g|0)==11){c=k[c>>2]|0;g=14}b:do if((g|0)==14){f=d?c:b;c=f+e|0;c:do if((i[c+-1>>0]|0)==62){b=1;d:while(1){e:while(1){d=c+-1|0;if((d|0)==(f|0))break d;c=c+-2|0;switch(i[c>>0]|0){case 60:{g=21;break e}case 62:{g=22;break e}default:c=d}}if((g|0)==21){b=b+-1|0;if(!b)break c;else{c=d;continue}}else if((g|0)==22){b=b+1|0;c=d;continue}}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break b;k[a+(c<<2)>>2]=0;c=c+1|0}}while(0);d=c;while(1){b=d+-1|0;if((b|0)==(f|0)){b=f;break}if((i[b>>0]|0)==58){b=d;break}else d=b}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;e=c-b|0;if(e>>>0>4294967279)rM();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;g=ac(f)|0;k[a>>2]=g;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=g}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0}while(0);return}function ee(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;n=t+16|0;p=t+12|0;s=t;k[p>>2]=b;q=a+12|0;if(i[q>>0]|0){o=IF(43324,15086)|0;m=eG(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=m;m=NI(m,44028)|0;m=Sb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;RL(n);_m(o,m);lq(o)}k[s>>2]=0;m=s+4|0;k[m>>2]=0;k[s+8>>2]=0;o=a+88|0;e=a+92|0;f=a+84|0;g=s+8|0;h=a+4|0;while(1){c=ln(a)|0;k[b+8>>2]=c;d=k[o>>2]|0;if((d|0)==(k[e>>2]|0))yn(f,b+8|0);else{k[d>>2]=c;k[o>>2]=(k[o>>2]|0)+4}c=k[m>>2]|0;if((c|0)==(k[g>>2]|0))yn(s,p);else{k[c>>2]=b;k[m>>2]=(k[m>>2]|0)+4}if((Ah(a)|0)<<24>>24!=1)break;b=DB(k[h>>2]|0)|0;k[p>>2]=b}Ul(a);h=a+96|0;j=a+100|0;l=a+104|0;e=0;a:while(1){g=k[m>>2]|0;d=g;if((g|0)==(k[s>>2]|0)){b=32;break}b=k[d+-4>>2]|0;k[p>>2]=b;c=0;while(1){if((c|0)==-1)break;g=c+-1|0;k[m>>2]=d+(g<<2);c=g}c=k[j>>2]|0;g=c-(k[h>>2]|0)>>2;if(e){k[n>>2]=e;if(c>>>0<(k[l>>2]|0)>>>0){k[c>>2]=e;k[j>>2]=(k[j>>2]|0)+4;b=k[p>>2]|0}else yn(h,n)}Dq(a);d=(k[j>>2]|0)-(k[h>>2]|0)>>2;if(d>>>0<g>>>0){b=24;break}e=b+12|0;f=b+20|0;c=g;while(1){if(c>>>0>=d>>>0)break;if(i[q>>0]|0){u=IF(43324,24992)|0;u=IF($i(u,k[(k[h>>2]|0)+(c<<2)>>2]|0)|0,15125)|0;u=$i(u,k[f>>2]|0)|0;v=eG(u+(k[(k[u>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=v;v=NI(v,44028)|0;v=Sb[k[(k[v>>2]|0)+28>>2]&31](v,10)|0;RL(n);_m(u,v);lq(u)}$x(e,k[(k[h>>2]|0)+(c<<2)>>2]|0);c=c+1|0}Es(h,g);jl(k[p>>2]|0);d=k[o>>2]|0;c=0;while(1){if((c|0)==-1){e=b;continue a}v=c+-1|0;k[o>>2]=d+(v<<2);c=v}}if((b|0)==24)Ka(15101,13964,1857,15114);else if((b|0)==32){ZA(s);r=t;return}}function fe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;f=a+24|0;k[f>>2]=b;_C(k[a>>2]|0,31816)|0;KD(a);g=a+4|0;zC(k[a>>2]|0,k[g>>2]|0);re(a,b+84|0);c=b+108|0;if(!(k[c>>2]|0))e=a+16|0;else{zC(k[a>>2]|0,k[g>>2]|0);e=_z(_C(k[a>>2]|0,31769)|0,32)|0;_z(Oz(e,k[c>>2]|0)|0,41)|0;e=a+16|0;IF(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+4>>2]|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break;zC(k[a>>2]|0,k[g>>2]|0);_z(_C(k[a>>2]|0,31713)|0,32)|0;_z(pu(a,k[k[c>>2]>>2]|0)|0,32)|0;th(a,k[c>>2]|0,0);h=IF(k[a>>2]|0,38935)|0;IF(h,k[e>>2]|0)|0;c=c+4|0}d=k[b+16>>2]|0;c=k[b+12>>2]|0;while(1){if((c|0)==(d|0))break;zC(k[a>>2]|0,k[g>>2]|0);Xg(a,k[c>>2]|0);IF(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+28>>2]|0;c=k[b+24>>2]|0;while(1){if((c|0)==(d|0))break;zC(k[a>>2]|0,k[g>>2]|0);Ik(a,k[c>>2]|0);IF(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+52>>2]|0;c=k[b+48>>2]|0;while(1){if((c|0)==(d|0))break;zC(k[a>>2]|0,k[g>>2]|0);Zo(a,k[c>>2]|0);IF(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}c=b+60|0;if(!(((k[b+76>>2]|0)==(k[b+72>>2]|0)?(k[b+64>>2]|0)==0:0)?(k[b+68>>2]|0)==-1:0)){zC(k[a>>2]|0,k[g>>2]|0);Vh(a,c);IF(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+40>>2]|0;c=k[b+36>>2]|0;while(1){if((c|0)==(d|0))break;zC(k[a>>2]|0,k[g>>2]|0);le(a,k[c>>2]|0);IF(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}jy(a);IF(k[a>>2]|0,k[e>>2]|0)|0;k[f>>2]=0;return}function ge(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;a:do switch(k[c+4>>2]|0){case 1:{c=j[c+8>>1]|0;e=(c&65535)>>>8&255;switch((c&255)<<24>>24){case 1:{c=i[(k[b+4>>2]|0)+(k[d>>2]|0)>>0]|0;if(!(e<<24>>24)){k[a>>2]=1;k[a+8>>2]=c&255;break a}else{k[a>>2]=1;k[a+8>>2]=c<<24>>24;break a}}case 2:{c=(k[b+4>>2]|0)+(k[d>>2]|0)|0;c=l[c>>0]|l[c+1>>0]<<8;if(!(e<<24>>24)){k[a>>2]=1;k[a+8>>2]=c&65535;break a}else{k[a>>2]=1;k[a+8>>2]=c<<16>>16;break a}}case 4:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;d=l[d>>0]|l[d+1>>0]<<8|l[d+2>>0]<<16|l[d+3>>0]<<24;k[a>>2]=1;k[a+8>>2]=d;break a}default:Ha()}break}case 2:{c=j[c+8>>1]|0;e=(c&65535)>>>8&255;switch((c&255)<<24>>24){case 1:{c=i[(k[b+4>>2]|0)+(k[d>>2]|0)>>0]|0;if(!(e<<24>>24)){k[a>>2]=2;a=a+8|0;k[a>>2]=c&255;k[a+4>>2]=0;break a}else{d=c<<24>>24;k[a>>2]=2;a=a+8|0;k[a>>2]=d;k[a+4>>2]=((d|0)<0)<<31>>31;break a}}case 2:{c=(k[b+4>>2]|0)+(k[d>>2]|0)|0;c=l[c>>0]|l[c+1>>0]<<8;if(!(e<<24>>24)){k[a>>2]=2;a=a+8|0;k[a>>2]=c&65535;k[a+4>>2]=0;break a}else{d=c<<16>>16;k[a>>2]=2;a=a+8|0;k[a>>2]=d;k[a+4>>2]=((d|0)<0)<<31>>31;break a}}case 4:{c=(k[b+4>>2]|0)+(k[d>>2]|0)|0;c=l[c>>0]|l[c+1>>0]<<8|l[c+2>>0]<<16|l[c+3>>0]<<24;if(!(e<<24>>24)){k[a>>2]=2;a=a+8|0;k[a>>2]=c;k[a+4>>2]=0;break a}else{k[a>>2]=2;a=a+8|0;k[a>>2]=c;k[a+4>>2]=((c|0)<0)<<31>>31;break a}}case 8:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;e=d;e=l[e>>0]|l[e+1>>0]<<8|l[e+2>>0]<<16|l[e+3>>0]<<24;d=d+4|0;d=l[d>>0]|l[d+1>>0]<<8|l[d+2>>0]<<16|l[d+3>>0]<<24;k[a>>2]=2;a=a+8|0;k[a>>2]=e;k[a+4>>2]=d;break a}default:Ha()}break}case 3:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;d=l[d>>0]|l[d+1>>0]<<8|l[d+2>>0]<<16|l[d+3>>0]<<24;k[a>>2]=3;k[a+8>>2]=d;break}case 4:{d=(k[b+4>>2]|0)+(k[d>>2]|0)|0;i[u>>0]=i[d>>0];i[u+1>>0]=i[d+1>>0];i[u+2>>0]=i[d+2>>0];i[u+3>>0]=i[d+3>>0];i[u+4>>0]=i[d+4>>0];i[u+5>>0]=i[d+5>>0];i[u+6>>0]=i[d+6>>0];i[u+7>>0]=i[d+7>>0];f=+p[u>>3];k[a>>2]=4;p[a+8>>3]=f;break}default:Ha()}while(0);return}function he(){Oe(41576,30266,1);Oe(41580,30275,1);Oe(41584,31891,1);Oe(41588,30281,1);Oe(41592,30286,1);Oe(41596,31764,1);Oe(41600,30293,1);Oe(41604,30297,1);Oe(41608,30303,1);Oe(41612,30315,1);Oe(41616,30322,1);Oe(41620,30329,1);Oe(41624,31908,1);Oe(41628,30332,1);Oe(41632,30338,1);Oe(41636,30341,1);Oe(41640,30345,1);Oe(41644,30349,1);Oe(41648,31860,1);Oe(41652,30353,1);Oe(41656,30357,1);Oe(41660,30363,1);Oe(41664,30369,1);Oe(41668,30378,1);Oe(41672,30385,1);Oe(41676,32892,1);Oe(41680,32900,1);Oe(41684,30392,1);Oe(41688,30401,1);Oe(41692,30413,1);Oe(41696,30428,1);Oe(41700,30442,1);Oe(41704,30455,1);Oe(41708,30469,1);Oe(41712,30481,1);Oe(41716,30496,1);Oe(41720,30511,1);Oe(41724,30524,1);Oe(41728,30537,1);Oe(41732,40355,1);Oe(41736,40305,1);Oe(41740,40346,1);Oe(41744,39080,1);Oe(41748,40281,1);Oe(41752,40330,1);Oe(41756,39244,1);Oe(41760,39092,1);Oe(41764,40289,1);Oe(41768,40295,1);Oe(41772,39094,1);Oe(41776,40286,1);Oe(41780,40327,1);Oe(41784,40276,1);Oe(41788,40400,1);Oe(41792,39075,1);Oe(41796,40405,1);Oe(41800,40298,1);Oe(41804,30550,1);Oe(41808,30554,1);Oe(41812,30568,1);Oe(41816,30574,1);Oe(41820,30581,1);Oe(41824,30588,1);Oe(41828,30596,1);Oe(41832,30603,1);Oe(41836,30611,1);Oe(41840,30619,1);Oe(41844,30627,1);Oe(41848,50039,1);Oe(41852,31725,1);Oe(41856,39030,1);Oe(41860,30630,1);Oe(41864,30632,1);Oe(41868,30634,1);Oe(41872,40234,1);Oe(41876,30636,1);Oe(41880,30638,1);Oe(41884,31941,1);Oe(41888,30640,1);Oe(41892,30648,1);Oe(41896,40274,1);Oe(41900,30652,1);Oe(41904,30656,1);Oe(41908,30662,1);Oe(41912,40453,1);Oe(41916,40207,1);Te(41920,30669);ob(184,41920,x|0)|0;k[10488]=0;k[10489]=0;k[10490]=0;ob(185,41952,x|0)|0;k[10491]=0;k[10492]=0;k[10493]=0;ob(186,41964,x|0)|0;pd();return}function ie(a){a=+a;var b=0,c=0.0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+80|0;t=z+64|0;s=z+56|0;v=z+48|0;u=z+40|0;q=z+32|0;o=z+24|0;x=z+16|0;m=z+8|0;n=z;y=a<0.0;a=y?-a:a;j=+He(a,1.0)==0.0;p[x>>3]=C;p[m>>3]=C;l=!(a>=0.0);h=0;a:while(1){if((h|0)>=2){w=3;break}e=(h|0)!=0;g=e?46961:45961;b:do if(j){if(l){w=12;break a}if(UF(a)|0){d=Zv(a)|0;f=u;k[f>>2]=d;k[f+4>>2]=N;LE(g,999,19322,u)|0;k[v>>2]=n;LG(g,19261,v);break}else{p[s>>3]=a;LE(g,999,e?19327:19330,s)|0;k[t>>2]=n;LG(g,19261,t);break}}else{d=e?101:102;b=0;while(1){if((b|0)>=19)break b;i[47960]=37;i[47961]=46;if((b|0)<10){i[47962]=b+48;i[47963]=d;i[47964]=0}else{i[47962]=49;i[47963]=b+38;i[47964]=d;i[47965]=0}p[o>>3]=a;LE(g,999,47960,o)|0;k[q>>2]=n;LG(g,19261,q);if(+p[n>>3]==a)break;else b=b+1|0}}while(0);c=+P(+(+p[n>>3]-a));p[(e?m:x)>>3]=c;d=NK(g,46)|0;c:do if(!d){if(!(j&e)){e=g+(Lq(g)|0)+-1|0;d=g;f=e;while(1){if((i[f>>0]|0)==48){if(f>>>0<=g>>>0){w=28;break}}else{b=f;if(!(f>>>0>g>>>0&(b-d|0)>24))break}f=f+-1|0}if((w|0)==28){w=0;b=f}b=e-b|0;if((b|0)>2){i[f+1>>0]=101;if((b|0)<10){i[f+2>>0]=b+48;i[f+3>>0]=0;break}if((b|0)<100){i[f+2>>0]=((b>>>0)/10|0)+48;i[f+3>>0]=(b>>>0)%10|0|48;i[f+4>>0]=0;break}if((b|0)>=1e3){w=36;break a}i[f+2>>0]=((b>>>0)/100|0)+48;i[f+3>>0]=(((b>>>0)%100|0)>>>0)/10|0|48;i[f+4>>0]=(b>>>0)%10|0|48;i[f+5>>0]=0}}}else{while(1){b=d+1|0;if(((i[b>>0]|0)+-48&255)<10)d=b;else break}while(1){if((i[d>>0]|0)==48)b=d;else break;do{e=b;b=b+1|0;f=i[b>>0]|0;i[e>>0]=f}while(f<<24>>24!=0);d=d+-1|0}d:while(1){if((i[g>>0]|0)==48)b=g;else break c;while(1){d=b+1|0;f=i[d>>0]|0;i[b>>0]=f;if(!(f<<24>>24))continue d;else b=d}}}while(0);h=h+1|0}if((w|0)==3){c=+p[m>>3];a=+p[x>>3];if(c==a){b=Lq(46961)|0;b=b>>>0<(Lq(45961)|0)>>>0}else b=c<a;b=b?46961:45961;if(y){b=b+-1|0;i[b>>0]=45}r=z;return b|0}else if((w|0)==12)Ka(19265,19272,872,19310);else if((w|0)==36)Ka(19335,19272,935,19310);return 0}function je(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;j=m;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=b;l=b+8|0;h=b+12|0;f=c+4|0;if(((k[h>>2]|0)-(k[l>>2]|0)>>2|0)!=((k[f>>2]|0)-(k[c>>2]|0)>>4|0)){i=IF(43324,19577)|0;i=IF(Oz(i,k[b>>2]|0)|0,19588)|0;i=IF($i(i,(k[h>>2]|0)-(k[l>>2]|0)>>2)|0,19599)|0;i=IF($i(i,(k[f>>2]|0)-(k[c>>2]|0)>>4)|0,19617)|0;g=eG(i+(k[(k[i>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(j);_m(i,g);lq(i);Ha()}Rs(a,nI(b)|0);i=0;while(1){if(i>>>0>=(nI(b)|0)>>>0){d=5;break}n=k[c>>2]|0;g=k[l>>2]|0;d=(k[h>>2]|0)-g>>2>>>0>i>>>0;e=n;if(i>>>0<(k[f>>2]|0)-n>>4>>>0){if(!d){d=8;break}d=e+(i<<4)|0;if((k[g+(i<<2)>>2]|0)!=(k[d>>2]|0)){d=10;break}n=(k[a>>2]|0)+(i<<4)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];k[n+12>>2]=k[d+12>>2]}else{if(d){d=13;break}n=HB(b,i)|0;k[(k[a>>2]|0)+(i<<4)>>2]=n}i=i+1|0}if((d|0)==5){r=m;return}else if((d|0)==8)Ka(19629,18867,607,19650);else if((d|0)==10){n=IF(43324,19577)|0;n=IF(Oz(n,k[b>>2]|0)|0,19664)|0;n=IF($i(IF(IF(n,ez(k[(k[l>>2]|0)+(i<<2)>>2]|0)|0)|0,19680)|0,i)|0,19696)|0;n=IF(IF(n,ez(k[(k[c>>2]|0)+(i<<4)>>2]|0)|0)|0,40274)|0;m=eG(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=NI(m,44028)|0;m=Sb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;RL(j);_m(n,m);lq(n);Ha()}else if((d|0)==13)Ka(19703,18867,617,19650)}function ke(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;l=a;i=b;j=i;g=c;n=d;h=n;if(!j){f=(e|0)!=0;if(!h){if(f){k[e>>2]=(l>>>0)%(g>>>0);k[e+4>>2]=0}n=0;e=(l>>>0)/(g>>>0)>>>0;return (N=n,e)|0}else{if(!f){n=0;e=0;return (N=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=b&0;n=0;e=0;return (N=n,e)|0}}f=(h|0)==0;do if(g){if(!f){f=(da(h|0)|0)-(da(j|0)|0)|0;if(f>>>0<=31){m=f+1|0;h=31-f|0;b=f-31>>31;g=m;a=l>>>(m>>>0)&b|j<<h;b=j>>>(m>>>0)&b;f=0;h=l<<h;break}if(!e){n=0;e=0;return (N=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;n=0;e=0;return (N=n,e)|0}f=g-1|0;if(f&g|0){h=(da(g|0)|0)+33-(da(j|0)|0)|0;p=64-h|0;m=32-h|0;i=m>>31;o=h-32|0;b=o>>31;g=h;a=m-1>>31&j>>>(o>>>0)|(j<<m|l>>>(h>>>0))&b;b=b&j>>>(h>>>0);f=l<<p&i;h=(j<<p|l>>>(o>>>0))&i|l<<m&h-33>>31;break}if(e|0){k[e>>2]=f&l;k[e+4>>2]=0}if((g|0)==1){o=i|b&0;p=a|0|0;return (N=o,p)|0}else{p=Nz(g|0)|0;o=j>>>(p>>>0)|0;p=j<<32-p|l>>>(p>>>0)|0;return (N=o,p)|0}}else{if(f){if(e|0){k[e>>2]=(j>>>0)%(g>>>0);k[e+4>>2]=0}o=0;p=(j>>>0)/(g>>>0)>>>0;return (N=o,p)|0}if(!l){if(e|0){k[e>>2]=0;k[e+4>>2]=(j>>>0)%(h>>>0)}o=0;p=(j>>>0)/(h>>>0)>>>0;return (N=o,p)|0}f=h-1|0;if(!(f&h)){if(e|0){k[e>>2]=a|0;k[e+4>>2]=f&j|b&0}o=0;p=j>>>((Nz(h|0)|0)>>>0);return (N=o,p)|0}f=(da(h|0)|0)-(da(j|0)|0)|0;if(f>>>0<=30){b=f+1|0;h=31-f|0;g=b;a=j<<h|l>>>(b>>>0);b=j>>>(b>>>0);f=0;h=l<<h;break}if(!e){o=0;p=0;return (N=o,p)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;o=0;p=0;return (N=o,p)|0}while(0);if(!g){j=h;i=0;h=0}else{m=c|0|0;l=n|d&0;j=fJ(m|0,l|0,-1,-1)|0;c=N;i=h;h=0;do{d=i;i=f>>>31|i<<1;f=h|f<<1;d=a<<1|d>>>31|0;n=a>>>31|b<<1|0;dH(j|0,c|0,d|0,n|0)|0;p=N;o=p>>31|((p|0)<0?-1:0)<<1;h=o&1;a=dH(d|0,n|0,o&m|0,(((p|0)<0?-1:0)>>31|((p|0)<0?-1:0)<<1)&l|0)|0;b=N;g=g-1|0}while((g|0)!=0);j=i;i=0}g=0;if(e|0){k[e>>2]=a;k[e+4>>2]=b}o=(f|0)>>>31|(j|g)<<1|(g<<1|f>>>31)&0|i;p=(f<<1|0>>>31)&-2|h;return (N=o,p)|0}function le(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=a+28|0;k[j>>2]=b;_C(k[a>>2]|0,23325)|0;pu(a,k[b>>2]|0)|0;c=b+32|0;if(k[c>>2]|0){h=IF(IF(k[a>>2]|0,k[a+12>>2]|0)|0,23331)|0;_z(Oz(h,k[c>>2]|0)|0,41)|0}g=b+8|0;h=b+12|0;d=k[h>>2]|0;c=k[g>>2]|0;a:do if((d|0)!=(c|0)){f=a+12|0;e=0;while(1){if(e>>>0>=d-c>>2>>>0)break a;IF(k[a>>2]|0,k[f>>2]|0)|0;c=_C(k[a>>2]|0,23338)|0;c=_z(Oz(c,GE(k[j>>2]|0,e)|0)|0,32)|0;_z(IF(c,ez(HB(b,e)|0)|0)|0,41)|0;e=e+1|0;c=k[g>>2]|0;d=k[h>>2]|0}}while(0);c=b+4|0;if(k[c>>2]|0){IF(k[a>>2]|0,k[a+12>>2]|0)|0;f=_C(k[a>>2]|0,23345)|0;_z(IF(f,ez(k[c>>2]|0)|0)|0,41)|0}KD(a);d=a+4|0;e=a+16|0;c=(k[h>>2]|0)-(k[g>>2]|0)>>2;while(1){if(c>>>0>=(nI(b)|0)>>>0)break;zC(k[a>>2]|0,k[d>>2]|0);h=_C(k[a>>2]|0,23353)|0;h=_z(Oz(h,GE(k[j>>2]|0,c)|0)|0,32)|0;_z(IF(h,ez(HB(b,c)|0)|0)|0,41)|0;IF(k[a>>2]|0,k[e>>2]|0)|0;c=c+1|0}c=b+36|0;b:do if(((i[a+20>>0]|0)==0?(l=k[c>>2]|0,(k[l>>2]|0)==1):0)?(l=(UI(l)|0)+8|0,(k[l>>2]|0)==0):0){e=UI(k[c>>2]|0)|0;d=e+12|0;e=k[e+20>>2]|0;c=0;while(1){if((c|0)==(e|0))break b;l=uF(d,c)|0;Go(a,k[l>>2]|0);c=c+1|0}}else m=18;while(0);if((m|0)==18)Go(a,k[c>>2]|0);jy(a);return}function me(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+16|0;o=s;p=s+4|0;k[o>>2]=b;q=b;if(k[b+8>>2]|0?(c=b+8|0,(qv(a+64|0,c)|0)==0):0){h=a+52|0;n=Cr(h,c)|0;j=k[n>>2]|0;k[p>>2]=j;m=n+4|0;l=k[m>>2]|0;k[p+4>>2]=l;f=n+8|0;k[p+8>>2]=k[f>>2];k[f>>2]=0;k[m>>2]=0;k[n>>2]=0;Pq(h,c);h=j;a:do if((l|0)!=(j|0)){if(k[(k[h>>2]|0)+12>>2]|0)Ka(27167,27066,281,27188);m=a+40|0;e=a+44|0;f=l-j>>4;d=k[m>>2]|0;b:while(1){if((d|0)==(e|0))break a;n=k[d+16>>2]|0;c=0;while(1){if(c>>>0>=f>>>0)break b;if(!(Qx(h+(c<<4)+4|0,n)|0))break;else c=c+1|0}d=nx(d)|0}c=b+20|0;if(k[c>>2]|0?(g=b+12|0,f=$E(g)|0,(k[k[f>>2]>>2]|0)==22):0){f=Ft(m,n)|0;f=k[f>>2]|0;e=(FI(k[f>>2]|0)|0)+12|0;e=k[e>>2]|0;c=uF(g,(k[c>>2]|0)+-1|0)|0;k[c>>2]=e;k[b+4>>2]=k[e+4>>2];c=k[f>>2]|0;k[c>>2]=22;k[c+4>>2]=0;c=0;while(1){if(c>>>0>=l-j>>4>>>0){c=19;break}d=Ft(h+(c<<4)+4|0,n)|0;d=k[d>>2]|0;e=h+(c<<4)|0;if(k[(k[e>>2]|0)+12>>2]|0){c=21;break}g=(FI(k[d>>2]|0)|0)+12|0;k[(k[e>>2]|0)+12>>2]=k[g>>2];g=k[d>>2]|0;k[g>>2]=22;k[g+4>>2]=0;c=c+1|0}if((c|0)==19){o=bJ((k[a+36>>2]|0)+112|0)|0;k[o+8>>2]=n;k[o+12>>2]=q;k[o+4>>2]=0;k[a+16>>2]=o;Ev(m);i[a+88>>0]=1;break}else if((c|0)==21)Ka(27208,27066,319,27188)}c=a+108|0;d=k[c>>2]|0;if((d|0)==(k[a+112>>2]|0)){yn(a+104|0,o);break}else{k[d>>2]=q;k[c>>2]=(k[c>>2]|0)+4;break}}while(0);xu(p)}r=s;return}function ne(){var a=0,b=0,c=0;k[10347]=0;k[10346]=11972;CA();k[10382]=0;k[10383]=0;k[10384]=0;vs(41528,35438,1);a=k[10348]|0;b=k[10349]|0;while(1){if((b|0)==(a|0))break;c=b+-4|0;k[10349]=c;b=c}k[10267]=0;k[10266]=9636;gK();k[10269]=0;k[10268]=9668;fK();KL();mK();k[10275]=0;k[10274]=12188;lK();k[10277]=0;k[10276]=12256;uJ();k[10279]=0;k[10278]=11924;c=FH()|0;k[10280]=c;tJ();k[10283]=0;k[10282]=12304;jJ();k[10285]=0;k[10284]=12352;kJ();SB();cK();NB();bK();k[10301]=0;k[10300]=9700;hH();k[10303]=0;k[10302]=9764;gH();k[10305]=0;k[10304]=9828;fH();k[10307]=0;k[10306]=9880;eH();k[10309]=0;k[10308]=11428;MJ();k[10311]=0;k[10310]=11484;LJ();k[10313]=0;k[10312]=11540;KJ();k[10315]=0;k[10314]=11596;JJ();k[10317]=0;k[10316]=11652;YG();k[10319]=0;k[10318]=11680;XG();k[10321]=0;k[10320]=11708;WG();k[10323]=0;k[10322]=11736;VG();k[10325]=0;k[10324]=9932;k[10326]=9980;aH();k[10329]=0;k[10328]=10016;k[10330]=10064;$G();k[10333]=0;k[10332]=12168;c=FH()|0;k[10334]=c;k[10332]=11380;_G();k[10337]=0;k[10336]=12168;c=FH()|0;k[10338]=c;k[10336]=11404;ZG();k[10341]=0;k[10340]=11764;eK();k[10343]=0;k[10342]=11796;dK();return}function oe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;w=r;r=r+80|0;n=w+56|0;o=w+28|0;p=w;q=a+88|0;s=a+16|0;t=b+36|0;u=a+104|0;v=a+108|0;g=a+116|0;h=a+120|0;j=a+40|0;l=a+52|0;m=a+64|0;f=a+36|0;do{i[q>>0]=0;mm(s,t);e=k[v>>2]|0;a=k[u>>2]|0;c=e;if((e|0)!=(a|0)){while(1){if((a|0)==(c|0))break;e=(k[a>>2]|0)+12|0;$x(e,zJ((k[f>>2]|0)+112|0)|0);a=a+4|0}a=k[u>>2]|0;c=k[v>>2]|0;while(1){if((c|0)==(a|0))break;e=c+-4|0;k[v>>2]=e;c=e}i[q>>0]=1}d=k[h>>2]|0;a=k[g>>2]|0;e=d;if((d|0)!=(a|0)){while(1){if((a|0)==(e|0))break;c=k[a>>2]|0;d=c+12|0;x=kG((k[f>>2]|0)+112|0,k[d>>2]|0)|0;k[d>>2]=x;d=x+12|0;if(!((k[x+20>>2]|0)!=0?(x=$E(d)|0,(k[k[x>>2]>>2]|0)==22):0))$x(d,zJ((k[f>>2]|0)+112|0)|0);c=c+16|0;x=kG((k[f>>2]|0)+112|0,k[c>>2]|0)|0;k[c>>2]=x;c=x+12|0;if(!((k[x+20>>2]|0)!=0?(x=$E(c)|0,(k[k[x>>2]>>2]|0)==22):0))$x(c,zJ((k[f>>2]|0)+112|0)|0);a=a+4|0}a=k[g>>2]|0;c=k[h>>2]|0;while(1){if((c|0)==(a|0))break;x=c+-4|0;k[h>>2]=x;c=x}i[q>>0]=1}Ev(j);_t(l);xB(m)}while((i[q>>0]|0)!=0);k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;At(n,nI(b)|0);k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=0;k[o+16>>2]=0;k[o+20>>2]=0;k[o+24>>2]=n;k[o+16>>2]=b;Gm(o,t);k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;k[p+12>>2]=0;k[p+16>>2]=0;k[p+20>>2]=0;k[p+24>>2]=n;k[p+16>>2]=b;Fm(p,t);Zz(p+4|0);Zz(o+4|0);ZA(n);r=w;return}function pe(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;d=p;f=a+12|0;if(i[f>>0]|0){o=IF(43324,14519)|0;n=eG(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=NI(n,44028)|0;n=Sb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;RL(d);_m(o,n);lq(o)}e=Ih(a)|0;if(i[f>>0]|0){o=$i(IF(43324,14537)|0,e)|0;n=eG(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=NI(n,44028)|0;n=Sb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;RL(d);_m(o,n);lq(o)}b=0;a:while(1){if(b>>>0>=e>>>0){b=7;break}if(i[f>>0]|0){o=IF(43324,14543)|0;n=eG(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=NI(n,44028)|0;n=Sb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;RL(d);_m(o,n);lq(o)}g=LD(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;if((Ah(a)|0)<<24>>24!=64){b=11;break}h=Ih(a)|0;if(i[f>>0]|0){o=$i(IF(43324,14606)|0,h)|0;n=eG(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=NI(n,44028)|0;n=Sb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;RL(d);_m(o,n);lq(o)}j=g+12|0;l=g+16|0;m=g+8|0;c=0;while(1){if((c|0)==(h|0))break;n=yH(a)|0;k[d>>2]=n;o=k[j>>2]|0;if(o>>>0<(k[l>>2]|0)>>>0){k[o>>2]=n;k[j>>2]=o+4}else yn(m,d);c=c+1|0}switch(Ih(a)|0){case 0:{k[g+4>>2]=0;break}case 1:{o=yH(a)|0;k[g+4>>2]=o;break}default:{b=22;break a}}Gk(k[a>>2]|0,g);b=b+1|0}if((b|0)==7){r=p;return}else if((b|0)==11)Ka(14552,13964,1484,14591);else if((b|0)==22)Ka(14619,13964,1494,14591)}function qe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+32|0;l=t+28|0;m=t+24|0;s=t+12|0;n=t;o=a+4|0;e=DB(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;k[s>>2]=0;q=s+4|0;k[q>>2]=0;k[s+8>>2]=0;g=s+8|0;p=a+72|0;h=a+76|0;j=a+68|0;c=0;d=0;f=b;while(1){if(c>>>0<d>>>0){k[c>>2]=f;k[c+4>>2]=e;k[q>>2]=c+8}else Ql(s,m,l);d=(cr(f)|0)+8|0;if((k[d>>2]|0)>>>0>1?(d=Gn(f,1)|0,(i[d>>0]|0)==0):0){b=e+8|0;d=dJ(Gn(f,1)|0)|0;k[b>>2]=d;d=2}else{k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;vs(n,31891,5);d=vi(a,n)|0;k[e+8>>2]=d;NJ(n);d=1;b=e+8|0}c=k[p>>2]|0;if((c|0)==(k[h>>2]|0))yn(j,b);else{k[c>>2]=k[b>>2];k[p>>2]=(k[p>>2]|0)+4}e=(cr(f)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;b=Gn(f,d)|0;f=dJ(Gn(b,0)|0)|0;if((f|0)!=(k[10586]|0))break;e=DB(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;c=k[q>>2]|0;d=k[g>>2]|0;f=b}c=k[s>>2]|0;d=(k[q>>2]|0)-c>>3;while(1){g=d+-1|0;if((d|0)<=0){b=17;break}e=k[c+(g<<3)>>2]|0;f=k[c+(g<<3)+4>>2]|0;o=(cr(e)|0)+8|0;a:do if((k[o>>2]|0)>>>0>1){b=Gn(e,1)|0;b=(i[b>>0]|0)==0?2:1;c=k[s>>2]|0;if((d|0)<((k[q>>2]|0)-c>>3|0)){o=f+12|0;$x(o,k[c+(d<<3)+4>>2]|0);b=b+1|0;c=o}else c=f+12|0;while(1){o=(cr(e)|0)+8|0;if(b>>>0>=(k[o>>2]|0)>>>0)break a;$x(c,Yb(a,Gn(e,b)|0)|0);b=b+1|0}}while(0);c=k[p>>2]|0;if((k[c+-4>>2]|0)==(k[f+8>>2]|0))b=0;else{b=26;break}while(1){if((b|0)==-1)break;o=b+-1|0;k[p>>2]=c+(o<<2);b=o}jl(f);d=g;c=k[s>>2]|0}if((b|0)==17){q=k[c+4>>2]|0;Zz(s);r=t;return q|0}else if((b|0)==26)Ka(17670,13688,1023,17702);return 0}function re(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+16|0;o=p;_z(_C(k[a>>2]|0,31706)|0,32)|0;$i(k[a>>2]|0,k[b+4>>2]|0)|0;c=b+8|0;d=k[c>>2]|0;if((d|0)<65535)switch(d|0){case 0:break;default:e=2}else switch(d|0){case 65535:break;default:e=2}if((e|0)==2){n=_z(k[a>>2]|0,32)|0;$i(n,k[c>>2]|0)|0}IF(k[a>>2]|0,24949)|0;h=k[b+16>>2]|0;j=a+4|0;l=o+4|0;m=o+8|0;n=o+4|0;b=k[b+12>>2]|0;while(1){if((b|0)==(h|0))break;EI(o,b);zC(k[a>>2]|0,k[j>>2]|0);_C(k[a>>2]|0,24952)|0;of(a,k[o>>2]|0);IF(k[a>>2]|0,24958)|0;d=k[m>>2]|0;e=k[l>>2]|0;c=0;while(1){if(c>>>0>=(d-e|0)>>>0)break;f=i[e+c>>0]|0;a:do switch(f<<24>>24){case 10:{IF(k[a>>2]|0,24965)|0;break}case 13:{IF(k[a>>2]|0,24968)|0;break}case 9:{IF(k[a>>2]|0,24972)|0;break}case 12:{IF(k[a>>2]|0,24975)|0;break}case 8:{IF(k[a>>2]|0,24979)|0;break}case 92:{IF(k[a>>2]|0,24983)|0;break}case 34:{IF(k[a>>2]|0,24986)|0;break}case 39:{IF(k[a>>2]|0,24989)|0;break}default:{g=k[a>>2]|0;if((f+-32&255)<95){OA(g,f);break a}else{q=g+(k[(k[g>>2]|0)+-12>>2]|0)+4|0;k[q>>2]=k[q>>2]&-75|8;g=aj(aj(_z(g,92)|0,(f&255)>>>4&255)|0,f&15)|0;g=g+(k[(k[g>>2]|0)+-12>>2]|0)+4|0;k[g>>2]=k[g>>2]&-75|2;break a}}}while(0);c=c+1|0}IF(k[a>>2]|0,24961)|0;_A(n);b=b+16|0}r=p;return}function se(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,350,b);tr(d,351,b);b=UI(c)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,296,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,352,b);tr(d,351,b);Bp(d,(aJ(c)|0)+16|0);tr(d,351,b);tr(d,296,(aJ(c)|0)+12|0);tr(d,351,b);tr(d,296,(aJ(c)|0)+8|0);break}case 3:{d=a+16|0;tr(d,353,b);tr(d,296,(ZI(c)|0)+12|0);tr(d,351,b);break}case 4:{d=a+16|0;tr(d,354,b);tr(d,351,b);Bp(d,(TI(c)|0)+16|0);Bp(d,(TI(c)|0)+12|0);break}case 5:{d=a+16|0;tr(d,355,b);tr(d,351,b);Bp(d,(PI(c)|0)+32|0);tr(d,296,(PI(c)|0)+28|0);break}case 20:{d=a+16|0;tr(d,356,b);tr(d,351,b);Bp(d,(LI(c)|0)+8|0);break}default:Fc(a,b)}while(0);return}function te(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+48|0;o=t+36|0;p=t+24|0;q=t+12|0;s=t;n=Vb(a,b,d)|0;if((n|0)!=(a|0)?(e=d+4|0,m=k[e>>2]|0,(k[d>>2]|0)!=(m|0)):0){Ro(q,c,39030);Sr(s,(k[e>>2]|0)+-24|0);b=i[s+11>>0]|0;a=b<<24>>24<0;b=tn(q,a?k[s>>2]|0:s,a?k[s+4>>2]|0:b&255)|0;k[p>>2]=k[b>>2];k[p+4>>2]=k[b+4>>2];k[p+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}j=m+-24|0;b=PC(p,38935)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}g=j+11|0;if((i[g>>0]|0)<0){i[k[j>>2]>>0]=0;k[m+-20>>2]=0;a=i[g>>0]|0;if(a<<24>>24<0){h=0;d=(k[m+-16>>2]&2147483647)+-1|0;c=1}else l=13}else{i[j>>0]=0;i[g>>0]=0;a=0;l=13}if((l|0)==13){h=a&255;d=10;c=0}b=h>>>0<11;f=b?10:(h+16&496)+-1|0;a:do if((f|0)!=(d|0)){do if(b){b=k[j>>2]|0;if(c){a=0;e=j;l=21}else{c=0;d=1;e=j;l=22}}else{e=ac(f+1|0)|0;if(f>>>0<=d>>>0&(e|0)==0)break a;if(c){a=1;b=k[j>>2]|0;l=21;break}else{c=1;d=0;b=j;l=22;break}}while(0);if((l|0)==21){c=a;d=1;a=k[m+-20>>2]|0}else if((l|0)==22)a=a&255;a=a+1|0;if(a|0)cs(e|0,b|0,a|0)|0;if(d)vc(b);if(c){k[m+-16>>2]=f+1|-2147483648;k[m+-20>>2]=h;k[j>>2]=e;break}else{i[g>>0]=h;break}}while(0);k[j>>2]=k[o>>2];k[j+4>>2]=k[o+4>>2];k[j+8>>2]=k[o+8>>2];a=0;while(1){if((a|0)==3)break;k[o+(a<<2)>>2]=0;a=a+1|0}kI(o);kI(p);kI(s);kI(q);a=n}r=t;return a|0}function ue(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;a:do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){q=k[a+12>>2]|0;h=a+16+(q<<3)|0;Dv(a+16|0,b,c,d,e);f=a+24|0;if((q|0)<=1)break;a=k[a+8>>2]|0;if((a&2|0)==0?(j=b+36|0,(k[j>>2]|0)!=1):0){if(!(a&1)){a=b+54|0;while(1){if(i[a>>0]|0)break a;if((k[j>>2]|0)==1)break a;Dv(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+24|0;g=b+54|0;while(1){if(i[g>>0]|0)break a;if((k[j>>2]|0)==1?(k[a>>2]|0)==1:0)break a;Dv(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+54|0;while(1){if(i[a>>0]|0)break a;Dv(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}if((k[b+16>>2]|0)!=(c|0)?(q=b+20|0,(k[q>>2]|0)!=(c|0)):0){k[b+32>>2]=d;p=b+44|0;if((k[p>>2]|0)==4)break;j=a+16+(k[a+12>>2]<<3)|0;d=b+52|0;l=b+53|0;n=b+54|0;m=a+8|0;o=b+24|0;f=0;g=a+16|0;h=0;b:while(1){if(g>>>0>=j>>>0){a=20;break}i[d>>0]=0;i[l>>0]=0;Pu(g,b,c,c,1,e);if(i[n>>0]|0){a=20;break}do if(i[l>>0]|0){if(!(i[d>>0]|0))if(!(k[m>>2]&1)){f=1;a=20;break b}else{f=1;a=h;break}if((k[o>>2]|0)==1){a=25;break b}if(!(k[m>>2]&2)){a=25;break b}else{f=1;a=1}}else a=h;while(0);g=g+8|0;h=a}do if((a|0)==20){if((!h?(k[q>>2]=c,c=b+40|0,k[c>>2]=(k[c>>2]|0)+1,(k[b+36>>2]|0)==1):0)?(k[o>>2]|0)==2:0){i[n>>0]=1;if(f){a=25;break}else{f=4;break}}if(f)a=25;else f=4}while(0);if((a|0)==25)f=3;k[p>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function ve(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+112|0;p=A+88|0;t=A+40|0;u=A;v=b+12|0;w=b+20|0;x=t+40|0;y=t+36|0;z=u+36|0;h=a+36|0;j=u+20|0;l=p+4|0;m=p+8|0;n=p+12|0;a=1;c=0;while(1){if(a){a=0;g=0}else break;while(1){if(a>>>0>=(k[w>>2]|0)>>>0){a=g;break}d=uF(v,a)|0;d=k[d>>2]|0;do if((d|0)==0|(k[d>>2]|0)!=1){f=uF(v,a)|0;f=k[f>>2]|0;if(!((f|0)==0|(k[f>>2]|0)!=19)?(q=f+8|0,s=k[q>>2]|0,!((s|0)==0|(k[s>>2]|0)!=1)):0){if(k[s+8>>2]|0){k[p>>2]=s;d=t;e=d+36|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));i[x>>0]=0;k[y>>2]=s;Im(t,p);if(!(i[x>>0]|0)){d=u;e=d+36|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[z>>2]=s;k[j>>2]=k[h>>2];Dm(u,p);EF(u);d=s}else d=0;EF(t);if(!d){d=g;break}}else d=s;e=d+12|0;c=$E(e)|0;k[q>>2]=k[c>>2];e=$E(e)|0;k[e>>2]=f;jl(d);e=uF(v,a)|0;k[e>>2]=d;e=1;c=1;o=12}else d=g}else{e=g;o=12}while(0);if((o|0)==12){o=0;if(!(k[d+8>>2]|0)){o=13;break}else d=e}a=a+1|0;g=d}if((o|0)==13){o=0;k[p>>2]=(k[h>>2]|0)+112;k[l>>2]=0;k[m>>2]=0;k[n>>2]=0;c=0;while(1){if((c|0)==(a|0))break;g=uF(v,c)|0;$x(p,k[g>>2]|0);c=c+1|0}e=d+12|0;d=k[d+20>>2]|0;c=0;while(1){if((c|0)==(d|0))break;g=uF(e,c)|0;$x(p,k[g>>2]|0);c=c+1|0}while(1){a=a+1|0;if(a>>>0>=(k[w>>2]|0)>>>0)break;g=uF(v,a)|0;$x(p,k[g>>2]|0)}ou(v,p);a=1;c=1}a=(a&1)!=0}if(c)jl(b);r=A;return}function we(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a:do switch(k[b+28>>2]|0){case 1:{switch(i[b+8>>0]|0){case 1:{c=k[c>>2]|0;d=(OI(d)|0)&255;i[(k[a+4>>2]|0)+c>>0]=d;break a}case 2:{b=k[c>>2]|0;c=(OI(d)|0)&65535;b=(k[a+4>>2]|0)+b|0;if(!(b&1)){j[b>>1]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;break a}}case 4:{b=k[c>>2]|0;c=OI(d)|0;b=(k[a+4>>2]|0)+b|0;if(!(b&3)){k[b>>2]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;break a}}default:Ha()}break}case 2:{switch(i[b+8>>0]|0){case 1:{c=k[c>>2]|0;d=PF(d)|0;i[(k[a+4>>2]|0)+c>>0]=d;break a}case 2:{b=k[c>>2]|0;c=(PF(d)|0)&65535;b=(k[a+4>>2]|0)+b|0;if(!(b&1)){j[b>>1]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;break a}}case 4:{b=k[c>>2]|0;c=PF(d)|0;b=(k[a+4>>2]|0)+b|0;if(!(b&3)){k[b>>2]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;break a}}case 8:{b=k[c>>2]|0;c=PF(d)|0;d=N;b=(k[a+4>>2]|0)+b|0;if(!(b&7)){a=b;k[a>>2]=c;k[a+4>>2]=d;break a}else{a=b;b=a;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;a=a+4|0;i[a>>0]=d;i[a+1>>0]=d>>8;i[a+2>>0]=d>>16;i[a+3>>0]=d>>24;break a}}default:Ha()}break}case 3:{b=k[c>>2]|0;c=oI(d)|0;b=(k[a+4>>2]|0)+b|0;if(!(b&3)){k[b>>2]=c;break a}else{i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;break a}}case 4:{b=k[c>>2]|0;c=pF(d)|0;d=N;b=(k[a+4>>2]|0)+b|0;if(!(b&7)){a=b;k[a>>2]=c;k[a+4>>2]=d;break a}else{a=b;b=a;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;a=a+4|0;i[a>>0]=d;i[a+1>>0]=d>>8;i[a+2>>0]=d>>16;i[a+3>>0]=d>>24;break a}}default:Ha()}while(0);return}function xe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+688|0;j=u+612|0;l=u+544|0;m=u+476|0;n=u+408|0;o=u+340|0;p=u+272|0;q=u+204|0;s=u+136|0;h=u+68|0;i=u;f=a;a:while(1){a=k[f>>2]|0;switch(a|0){case 22:{g=0;break a}case 23:case 21:case 12:case 11:case 20:case 14:case 13:case 10:case 8:case 7:case 6:case 5:case 4:case 19:case 3:case 2:case 1:{t=19;break a}case 18:case 17:case 16:case 9:case 15:break;default:{t=18;break a}}if(b){g=f;break}switch(a|0){case 9:case 15:{g=0;break a}default:{}}c=(f|0)==0;do if(c|(a|0)!=16){if(!(c|(a|0)!=17)){a=f+12|0;io(l,k[a>>2]|0);e=FE(l)|0;Jz(l);c=f+16|0;d=k[c>>2]|0;if(e){io(m,d);e=FE(m)|0;Jz(m);if(e){g=f;break a}else break}else{io(n,d);f=FE(n)|0;Jz(n);if(f){a=c;break}else{g=0;break a}}}c=KI(f)|0;a=c+8|0;io(o,k[a>>2]|0);v=FE(o)|0;Jz(o);e=c+12|0;d=k[e>>2]|0;if(v){io(p,d);v=FE(p)|0;Jz(p);if(v){g=f;break a}io(q,k[c+16>>2]|0);v=FE(q)|0;Jz(q);if(v){g=f;break a}else break}io(s,d);v=FE(s)|0;Jz(s);a=c+16|0;c=k[a>>2]|0;if(v){io(h,c);v=FE(h)|0;Jz(h);if(v){g=f;break a}else{a=e;break}}else{io(i,c);v=FE(i)|0;Jz(i);if(v)break;else{g=0;break a}}}else{a=f+12|0;io(j,k[a>>2]|0);v=FE(j)|0;Jz(j);if(!v){g=0;break a}}while(0);f=k[a>>2]|0}if((t|0)!=18)if((t|0)==19)g=f;r=u;return g|0}function ye(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;j=r;r=r+32|0;m=j+28|0;n=j+24|0;d=j+20|0;e=j+16|0;f=j;qo(a);p=a+16|0;q=a+8|0;g=f+4|0;h=f+8|0;c=f+12|0;b=k[p>>2]|0;a:while(1){s=k[q>>2]|0;if(b>>>0>=((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){b=33;break}s=Ih(a)|0;k[n>>2]=s;k[f>>2]=n;k[g>>2]=a;k[h>>2]=d;k[c>>2]=e;do if(Oj(f,31769)|0)Po(a);else{if(Oj(f,31706)|0){Vm(a);break}if(Oj(f,31713)|0){pe(a);break}if(Oj(f,31718)|0){ce(a);break}if(Oj(f,31725)|0){Tf(a);break}if(Oj(f,31734)|0){ad(a);break}if(Oj(f,31739)|0){Qf(a);break}if(Oj(f,31746)|0){mg(a);break}if(Oj(f,31753)|0){ag(a);break}if(Oj(f,31758)|0){fg(a);break}if(!(Oj(f,31764)|0)){b=25;break a}uj(a)}while(0);b=k[p>>2]|0;if((b|0)!=((k[d>>2]|0)+(k[e>>2]|0)|0)){b=31;break}}if((b|0)==25){IF(43324,13909)|0;b=k[n>>2]|0;s=k[q>>2]|0;if(((k[p>>2]|0)+-1+b|0)>>>0<((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){l=0;o=b}else Ka(13930,13964,1309,13982);while(1){if(l>>>0>=o>>>0)break;_z(43324,i[(k[k[q>>2]>>2]|0)+((k[p>>2]|0)+l)>>0]|0)|0;l=l+1|0;o=k[n>>2]|0}s=eG(43324+(k[(k[10831]|0)+-12>>2]|0)|0)|0;k[m>>2]=s;s=NI(s,44028)|0;s=Sb[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;RL(m);_m(43324,s);lq(43324);Ha()}else if((b|0)==31)Ka(13987,13964,1314,13982);else if((b|0)==33){pf(a);r=j;return}}function ze(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 32:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 33:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 34:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 35:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 42:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=1;e=16;break}case 36:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 37:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 38:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 39:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 40:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 41:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 43:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=2;e=16;break}case 44:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=3;e=16;break}case 45:{c=fG(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=4;e=16;break}default:c=0}while(0);if((e|0)==16){if(i[a+12>>0]|0){e=IF(43324,16541)|0;g=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(e,g);lq(e)}IB(a,c+16|0,c+12|0);g=_w(a)|0;k[c+20>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function Ae(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if((b-a|0)>1){d=i[a>>0]|0;switch(d<<24>>24){case 100:case 111:{if((i[a+1>>0]|0)==110){f=a+2|0;if(d<<24>>24==111){d=Xb(f,b,c)|0;if((d|0)==(f|0))break a;a=uc(d,b,c)|0;if((a|0)==(d|0)){a=d;break a}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Sr(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;CC(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;tn(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;kI(g);break a}else{if((f|0)!=(b|0)){d=Vc(f,b,c)|0;if((d|0)==(f|0))d=mj(f,b,c)|0;if((d|0)!=(f|0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0)eC(e+-24|0,0,39244)|0;else d=f}else d=b;a=(d|0)==(f|0)?a:d;break a}}break}default:{}}d=mj(a,b,c)|0;if((d|0)==(a|0)){d=Xb(a,b,c)|0;if((d|0)!=(a|0)){a=uc(d,b,c)|0;if((a|0)!=(d|0)){f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){Sr(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;CC(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;tn(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;kI(g)}}else a=d}}else a=d}while(0);r=h;return a|0}function Be(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;m=r;r=r+32|0;l=m+12|0;e=m+8|0;f=m+4|0;g=m;h=b+8|0;i=b+12|0;j=a+40|0;c=a+48|0;d=0;while(1){k[l>>2]=d;if(d>>>0>=(k[i>>2]|0)-(k[h>>2]|0)>>2>>>0)break;n=k[c>>2]|0;d=dt(j,l)|0;k[d>>2]=n;d=(k[l>>2]|0)+1|0}d=k[b+24>>2]|0;a=a+52|0;c=k[b+20>>2]|0;while(1){if((c|0)==(d|0))break;k[l>>2]=k[c>>2];n=$r(a,l)|0;k[n>>2]=(k[n>>2]|0)+1;c=c+4|0}k[l+4>>2]=0;k[l+8>>2]=0;k[l>>2]=l+4;c=(k[i>>2]|0)-(k[h>>2]|0)>>2;a:while(1){k[e>>2]=c;if(c>>>0>=(nI(b)|0)>>>0){c=9;break}d=(k[i>>2]|0)-(k[h>>2]|0)>>2;n=HB(b,c)|0;k[f>>2]=n;n=$r(l,f)|0;k[n>>2]=(k[n>>2]|0)+1;do if((k[f>>2]|0)==1){k[g>>2]=1;c=$r(l,g)|0;c=k[c>>2]|0;n=dt(j,e)|0;k[n>>2]=d+-1+c}else{k[g>>2]=1;c=$r(a,g)|0;c=(k[c>>2]|0)+d|0;if((k[f>>2]|0)==2){k[g>>2]=2;d=$r(l,g)|0;d=k[d>>2]|0;n=dt(j,e)|0;k[n>>2]=c+-1+d;break}k[g>>2]=2;n=$r(a,g)|0;c=(k[n>>2]|0)+c|0;if((k[f>>2]|0)==3){k[g>>2]=3;d=$r(l,g)|0;d=k[d>>2]|0;n=dt(j,e)|0;k[n>>2]=c+-1+d;break}k[g>>2]=3;d=$r(a,g)|0;d=k[d>>2]|0;if((k[f>>2]|0)!=4){c=18;break a}k[g>>2]=4;o=$r(l,g)|0;o=k[o>>2]|0;n=dt(j,e)|0;k[n>>2]=c+-1+d+o}while(0);c=(k[e>>2]|0)+1|0}if((c|0)==9){uA(l);r=m;return}else if((c|0)==18)Ha()}function Ce(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+16|0;p=s+12|0;e=s;k[p>>2]=b;g=b+16|0;q=b;if(!(k[g>>2]|0))Ka(27298,27066,332,27329);if((k[(k[a+96>>2]|0)+-4>>2]|0)!=(b|0))Ka(27346,27066,334,27329);Ku(e,a+92|0);j=xh(e,k[a+32>>2]|0)|0;ZA(e);a:do if(!j){h=a+40|0;f=d+4|0;e=k[d>>2]|0;while(1){if((e|0)==(f|0))break a;j=k[e+16>>2]|0;if(Qx(h,j)|0)break;e=nx(e)|0}e=k[b+12>>2]|0;f=k[g>>2]|0;f=(k[f>>2]|0)==1?f:0;if((((!((e|0)==0|(k[e>>2]|0)!=1)?(l=e+12|0,m=l+8|0,k[m>>2]|0):0)?(g=$E(l)|0,f|0?(k[k[g>>2]>>2]|0)==22:0):0)?(n=f+12|0,o=f+20|0,k[o>>2]|0):0)?(g=$E(n)|0,(k[k[g>>2]>>2]|0)==22):0){d=Ft(d,j)|0;d=k[d>>2]|0;g=(FI(k[d>>2]|0)|0)+12|0;g=k[g>>2]|0;m=uF(l,(k[m>>2]|0)+-1|0)|0;k[m>>2]=g;m=k[d>>2]|0;k[m>>2]=22;k[m+4>>2]=0;jl(e);e=e+4|0;if(!(k[e>>2]|0))Ka(27376,27066,364,27329);m=Ft(h,j)|0;m=k[m>>2]|0;l=(FI(k[m>>2]|0)|0)+12|0;l=k[l>>2]|0;o=uF(n,(k[o>>2]|0)+-1|0)|0;k[o>>2]=l;o=k[m>>2]|0;k[o>>2]=22;k[o+4>>2]=0;jl(f);if(!(k[e>>2]|0))Ka(27376,27066,369,27329);hm(b);if(!(k[b+4>>2]|0))Ka(27402,27066,371,27329);else{q=bJ((k[a+36>>2]|0)+112|0)|0;k[q+8>>2]=j;k[q+12>>2]=b;k[q+4>>2]=0;k[c>>2]=q;i[a+88>>0]=1;break}}e=a+120|0;f=k[e>>2]|0;if((f|0)==(k[a+124>>2]|0)){yn(a+116|0,p);break}else{k[f>>2]=q;k[e>>2]=(k[e>>2]|0)+4;break}}while(0);r=s;return}function De(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;h=j;if(!(i[a+12>>0]|0))f=a+4|0;else{g=IF(Si(IF(43324,20910)|0,b,c)|0,14111)|0;f=a+4|0;g=IF($i(g,(k[f>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;e=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(h);_m(g,e);lq(g)}d=b&255;i[h>>0]=d;e=k[f>>2]|0;g=a+8|0;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=JG(b|0,c|0,8)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=JG(b|0,c|0,16)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=JG(b|0,c|0,24)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=c&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=JG(b|0,c|0,40)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=JG(b|0,c|0,48)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;e=(k[f>>2]|0)+1|0;k[f>>2]=e}else{Dn(a,h);e=k[f>>2]|0}d=JG(b|0,c|0,56)|0;d=d&255;i[h>>0]=d;if(e>>>0<(k[g>>2]|0)>>>0){i[e>>0]=d;k[f>>2]=(k[f>>2]|0)+1}else Dn(a,h);r=j;return}function Ee(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+976|0;g=D+8|0;z=D;j=D+876|0;a=D+872|0;y=D+468|0;v=D+464|0;A=D+452|0;B=D+440|0;C=D+428|0;m=D+424|0;u=D+24|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=LE(j,100,36917,z)|0;if(h>>>0>99){h=FH()|0;p[g>>3]=f;h=wz(a,h,36917,g)|0;a=k[a>>2]|0;s=ac(h<<2)|0;q=s;t=a}else{q=D+472|0;s=0;t=0;a=j}o=eG(d)|0;n=NI(o,44060)|0;Qb[k[(k[n>>2]|0)+48>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}bd(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=ac(a<<2)|0;a=g}else{a=u;g=0}zd(a,w,x,k[d+4>>2]|0,q,q+(h<<2)|0,n,l,z,k[y>>2]|0,k[v>>2]|0,A,B,C,j);a=dj(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)vc(g);CJ(C);CJ(B);NJ(A);cE(o);if(s|0)vc(s);if(t|0)vc(t);r=D;return a|0}function Fe(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+464|0;t=A+456|0;u=A+452|0;v=A+448|0;z=A+436|0;w=A+424|0;x=A+412|0;g=A+408|0;h=A+8|0;p=A+4|0;q=A;y=eG(d)|0;s=NI(y,44060)|0;n=f+8+3|0;o=i[n>>0]|0;a=o<<24>>24<0;m=f+4|0;if(!((a?k[m>>2]|0:o&255)|0))o=0;else{o=k[(a?k[f>>2]|0:f)>>2]|0;o=(o|0)==(Sb[k[(k[s>>2]|0)+44>>2]&31](s,45)|0)}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}bd(c,o,y,t,u,v,z,w,x,g);a=i[n>>0]|0;j=k[m>>2]|0;c=a<<24>>24<0?j:a&255;l=k[g>>2]|0;if((c|0)>(l|0)){B=i[x+8+3>>0]|0;g=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(g<<24>>24<0?k[w+4>>2]|0:g&255)|0}else{B=i[x+8+3>>0]|0;c=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=ac(c<<2)|0;g=c;if(!c){h=0;c=k[m>>2]|0;a=i[n>>0]|0}else{h=c;c=j}}else{g=0;c=j}B=a<<24>>24<0;f=B?k[f>>2]|0:f;zd(h,p,q,k[d+4>>2]|0,f,f+((B?c:a&255)<<2)|0,s,o,t,k[u>>2]|0,k[v>>2]|0,z,w,x,l);a=dj(k[b>>2]|0,h,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(g|0)vc(g);CJ(x);CJ(w);NJ(z);cE(y);r=A;return a|0}function Ge(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=a+11|0;if((i[l>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=i[l>>0]|0;if(c<<24>>24<0){j=0;g=(k[a+8>>2]&2147483647)+-1|0;f=1}else n=5}else{i[a>>0]=0;i[l>>0]=0;c=0;n=5}if((n|0)==5){j=c&255;g=10;f=0}d=j>>>0<11;h=d?10:(j+16&496)+-1|0;a:do if((h|0)!=(g|0)){do if(d){d=k[a>>2]|0;if(f){c=0;e=a;n=13}else{f=0;g=1;e=a;n=14}}else{e=ac(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break a;if(f){c=1;d=k[a>>2]|0;n=13;break}else{f=1;g=0;d=a;n=14;break}}while(0);if((n|0)==13){f=c;g=1;c=k[a+4>>2]|0}else if((n|0)==14)c=c&255;c=c+1|0;if(c|0)cs(e|0,d|0,c|0)|0;if(g)vc(d);if(f){k[a+8>>2]=h+1|-2147483648;k[a+4>>2]=j;k[a>>2]=e;break}else{i[l>>0]=j;break}}while(0);k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}m=a+12|0;b=b+12|0;j=m+11|0;if((i[j>>0]|0)<0){i[k[m>>2]>>0]=0;k[a+16>>2]=0;c=i[j>>0]|0;if(c<<24>>24<0){l=0;g=(k[a+20>>2]&2147483647)+-1|0;f=1}else n=29}else{i[m>>0]=0;i[j>>0]=0;c=0;n=29}if((n|0)==29){l=c&255;g=10;f=0}d=l>>>0<11;h=d?10:(l+16&496)+-1|0;b:do if((h|0)!=(g|0)){do if(d){d=k[m>>2]|0;if(f){c=0;e=m;n=37}else{f=0;g=1;e=m;n=38}}else{e=ac(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break b;if(f){c=1;d=k[m>>2]|0;n=37;break}else{f=1;g=0;d=m;n=38;break}}while(0);if((n|0)==37){f=c;g=1;c=k[a+16>>2]|0}else if((n|0)==38)c=c&255;c=c+1|0;if(c|0)cs(e|0,d|0,c|0)|0;if(g)vc(d);if(f){k[a+20>>2]=h+1|-2147483648;k[a+16>>2]=l;k[m>>2]=e;break}else{i[j>>0]=l;break}}while(0);k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}return}function He(a,b){a=+a;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;p[u>>3]=a;g=k[u>>2]|0;i=k[u+4>>2]|0;p[u>>3]=b;l=k[u>>2]|0;m=k[u+4>>2]|0;d=JG(g|0,i|0,52)|0;d=d&2047;j=JG(l|0,m|0,52)|0;j=j&2047;n=i&-2147483648;f=DG(l|0,m|0,1)|0;h=N;a:do if(!((f|0)==0&(h|0)==0)?(e=m&2147483647,!(e>>>0>2146435072|(e|0)==2146435072&l>>>0>0|(d|0)==2047)):0){c=DG(g|0,i|0,1)|0;e=N;if(!(e>>>0>h>>>0|(e|0)==(h|0)&c>>>0>f>>>0))return +((c|0)==(f|0)&(e|0)==(h|0)?a*0.0:a);if(!d){c=DG(g|0,i|0,12)|0;e=N;if((e|0)>-1|(e|0)==-1&c>>>0>4294967295){d=0;do{d=d+-1|0;c=DG(c|0,e|0,1)|0;e=N}while((e|0)>-1|(e|0)==-1&c>>>0>4294967295)}else d=0;g=DG(g|0,i|0,1-d|0)|0;f=N}else f=i&1048575|1048576;if(!j){e=DG(l|0,m|0,12)|0;h=N;if((h|0)>-1|(h|0)==-1&e>>>0>4294967295){c=0;do{c=c+-1|0;e=DG(e|0,h|0,1)|0;h=N}while((h|0)>-1|(h|0)==-1&e>>>0>4294967295)}else c=0;l=DG(l|0,m|0,1-c|0)|0;j=c;i=N}else i=m&1048575|1048576;e=dH(g|0,f|0,l|0,i|0)|0;c=N;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;b:do if((d|0)>(j|0)){while(1){if(h){if((e|0)==0&(c|0)==0)break}else{e=g;c=f}g=DG(e|0,c|0,1)|0;f=N;d=d+-1|0;e=dH(g|0,f|0,l|0,i|0)|0;c=N;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;if((d|0)<=(j|0))break b}b=a*0.0;break a}while(0);if(h){if((e|0)==0&(c|0)==0){b=a*0.0;break}}else{c=f;e=g}if(c>>>0<1048576|(c|0)==1048576&e>>>0<0)do{e=DG(e|0,c|0,1)|0;c=N;d=d+-1|0}while(c>>>0<1048576|(c|0)==1048576&e>>>0<0);if((d|0)>0){m=fJ(e|0,c|0,0,-1048576)|0;c=N;d=DG(d|0,0,52)|0;c=c|N;d=m|d}else{d=JG(e|0,c|0,1-d|0)|0;c=N}k[u>>2]=d;k[u+4>>2]=c|n;b=+p[u>>3]}else o=3;while(0);if((o|0)==3){b=a*b;b=b/b}return +b}function Ie(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+384|0;g=D+8|0;z=D;j=D+272|0;a=D+64|0;y=D+169|0;v=D+168|0;A=D+52|0;B=D+40|0;C=D+28|0;m=D+24|0;u=D+68|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=LE(j,100,36917,z)|0;if(h>>>0>99){h=FH()|0;p[g>>3]=f;h=wz(a,h,36917,g)|0;a=k[a>>2]|0;s=ac(h)|0;q=s;t=a}else{q=D+172|0;s=0;t=0;a=j}o=eG(d)|0;n=NI(o,44028)|0;Qb[k[(k[n>>2]|0)+32>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}_c(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=ac(a)|0;a=g}else{a=u;g=0}xd(a,w,x,k[d+4>>2]|0,q,q+h|0,n,l,z,i[y>>0]|0,i[v>>0]|0,A,B,C,j);a=vj(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)vc(g);NJ(C);NJ(B);NJ(A);cE(o);if(s|0)vc(s);if(t|0)vc(t);r=D;return a|0}function Je(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+16|0;t=u;s=NI(k[g>>2]|0,44060)|0;l=NI(k[g>>2]|0,44068)|0;Kb[k[(k[l>>2]|0)+20>>2]&1023](t,l);p=t+11|0;o=i[p>>0]|0;q=t+4|0;a:do if((o<<24>>24<0?k[q>>2]|0:o&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{o=Sb[k[(k[s>>2]|0)+44>>2]&31](s,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=o;g=a+1|0;break}default:g=a}b:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break b}o=Sb[k[(k[s>>2]|0)+44>>2]&31](s,48)|0;n=k[f>>2]|0;k[f>>2]=n+4;k[n>>2]=o;n=Sb[k[(k[s>>2]|0)+44>>2]&31](s,i[h>>0]|0)|0;o=k[f>>2]|0;k[f>>2]=o+4;k[o>>2]=n;g=g+2|0}while(0);c:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break c;o=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=o;j=j+1|0}}while(0);o=Mb[k[(k[l>>2]|0)+16>>2]&127](l)|0;n=g;h=0;j=0;while(1){if(n>>>0>=c>>>0)break;l=i[p>>0]|0;m=l<<24>>24<0;v=i[(m?k[t>>2]|0:t)+h>>0]|0;if(v<<24>>24!=0&(j|0)==(v<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+4;k[j>>2]=o;h=(h>>>0<((m?k[q>>2]|0:l&255)+-1|0)>>>0&1)+h|0;j=0}m=Sb[k[(k[s>>2]|0)+44>>2]&31](s,i[n>>0]|0)|0;v=k[f>>2]|0;k[f>>2]=v+4;k[v>>2]=m;n=n+1|0;j=j+1|0}g=d+(g-a<<2)|0;j=k[f>>2]|0;if((g|0)!=(j|0)){h=j;while(1){h=h+-4|0;if(g>>>0>=h>>>0){g=j;break a}v=k[g>>2]|0;k[g>>2]=k[h>>2];k[h>>2]=v;g=g+4|0}}}else{Qb[k[(k[s>>2]|0)+48>>2]&7](s,a,c,d)|0;g=d+(c-a<<2)|0;k[f>>2]=g}while(0);k[e>>2]=(b|0)==(c|0)?g:d+(b-a<<2)|0;NJ(t);r=u;return}function Ke(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+160|0;t=A+152|0;u=A+149|0;v=A+148|0;z=A+36|0;w=A+24|0;x=A+12|0;h=A+8|0;j=A+48|0;p=A+4|0;q=A;y=eG(d)|0;s=NI(y,44028)|0;m=f+11|0;o=i[m>>0]|0;a=o<<24>>24<0;n=f+4|0;if(!((a?k[n>>2]|0:o&255)|0))o=0;else{o=i[(a?k[f>>2]|0:f)>>0]|0;o=o<<24>>24==(Sb[k[(k[s>>2]|0)+28>>2]&31](s,45)|0)<<24>>24}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}_c(c,o,y,t,u,v,z,w,x,h);g=i[m>>0]|0;a=k[n>>2]|0;c=g<<24>>24<0?a:g&255;l=k[h>>2]|0;if((c|0)>(l|0)){B=i[x+11>>0]|0;h=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(h<<24>>24<0?k[w+4>>2]|0:h&255)|0}else{B=i[x+11>>0]|0;c=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=ac(c)|0;h=c;if(!c){c=0;g=i[m>>0]|0;a=k[n>>2]|0}}else{c=j;h=0}B=g<<24>>24<0;f=B?k[f>>2]|0:f;xd(c,p,q,k[d+4>>2]|0,f,f+(B?a:g&255)|0,s,o,t,i[u>>0]|0,i[v>>0]|0,z,w,x,l);a=vj(k[b>>2]|0,c,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(h|0)vc(h);NJ(x);NJ(w);NJ(z);cE(y);r=A;return a|0}function Le(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+160|0;f=l+140|0;g=l;k[a>>2]=b;h=b+112|0;k[a+4>>2]=h;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[a+32>>2]=a+36;k[a+44>>2]=0;k[a+52>>2]=0;k[a+56>>2]=0;k[a+48>>2]=a+52;k[a+68>>2]=0;k[a+72>>2]=0;k[a+76>>2]=0;i[a+81>>0]=0;i[a+82>>0]=0;e=dJ(Gn(c,0)|0)|0;if((e|0)!=(k[10569]|0))Ka(13797,13688,276,13824);e=(cr(c)|0)+8|0;if((k[e>>2]|0)>>>0>1?(e=Gn(c,1)|0,(i[e>>0]|0)==0):0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;d=1;while(1){a=(cr(c)|0)+8|0;if(d>>>0>=(k[a>>2]|0)>>>0)break;a=d+1|0;d=$I(Gn(c,d)|0)|0;e=Lq(d)|0;if(!e){d=a;continue}Th(d,e,f);d=a}k[g>>2]=b;k[g+4>>2]=h;k[g+8>>2]=f;i[g+12>>0]=0;k[g+16>>2]=0;k[g+20>>2]=-1;k[g+24>>2]=0;k[g+28>>2]=0;k[g+32>>2]=0;k[g+40>>2]=0;k[g+44>>2]=0;k[g+48>>2]=0;k[g+56>>2]=0;k[g+60>>2]=0;k[g+52>>2]=g+56;k[g+64>>2]=0;k[g+76>>2]=0;k[g+80>>2]=0;k[g+72>>2]=g+76;c=g+84|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[g+108>>2]=15;k[g+116>>2]=0;k[g+120>>2]=0;k[g+112>>2]=g+116;k[g+128>>2]=0;k[g+132>>2]=0;k[g+124>>2]=g+128;k[g+136>>2]=0;ye(g);Fn(g);_A(f)}else j=10;a:do if((j|0)==10){e=a+20|0;k[e>>2]=0;d=1;while(1){j=(cr(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break;dd(a,Gn(c,d)|0);fC(a,Gn(c,d)|0);d=d+1|0}k[e>>2]=0;d=1;while(1){j=(cr(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break a;Pg(a,Gn(c,d)|0);d=d+1|0}}while(0);r=l;return}function Me(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+32|0;d=h+12|0;e=h;f=HJ()|0;j=dJ(Gn(b,1)|0)|0;k[f>>2]=j;j=Gn(b,2)|0;j=(i[j>>0]|0)==0;c=Gn(b,2)|0;do if(!j){j=dJ(Gn(c,0)|0)|0;if((j|0)==(k[10571]|0)){j=dJ(Gn(c,1)|0)|0;k[f+4>>2]=j;k[f+8>>2]=0;break}j=dJ(Gn(c,0)|0)|0;if((j|0)==(k[10574]|0))if(!(i[a+81>>0]|0)){j=La(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,18040,29);lD(j,d);pb(j|0,8,182)}else{j=Ix(0)|0;k[f+4>>2]=j;k[f+8>>2]=2;break}else{j=dJ(Gn(c,0)|0)|0;if((j|0)==(k[10579]|0)){j=Ix(0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}else{dJ(Gn(c,0)|0)|0;j=dJ(Gn(c,1)|0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}}}else{if(!((i[c>>0]|0)==0?(i[c+24>>0]|0)!=0:0))g=13;if((g|0)==13?(j=dJ(Gn(b,2)|0)|0,((i[j>>0]|0)+-48|0)>>>0>=10):0){j=dJ(Gn(b,2)|0)|0;if((j|0)==(k[10574]|0))if(!(i[a+81>>0]|0)){j=La(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;vs(e,18040,29);lD(j,e);pb(j|0,8,182)}else{j=Ix(0)|0;k[f+4>>2]=j;k[f+8>>2]=2;break}else{j=dJ(Gn(b,2)|0)|0;if((j|0)==(k[10579]|0)){j=Ix(0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}else{dJ(Gn(b,2)|0)|0;j=dJ(Gn(b,3)|0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}}}j=dJ(Gn(b,2)|0)|0;k[f+4>>2]=j;k[f+8>>2]=0}while(0);fl(k[a>>2]|0,f);r=h;return}function Ne(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+16|0;q=s;p=NI(k[g>>2]|0,44028)|0;l=NI(k[g>>2]|0,44044)|0;Kb[k[(k[l>>2]|0)+20>>2]&1023](q,l);n=q+11|0;m=i[n>>0]|0;o=q+4|0;if((m<<24>>24<0?k[o>>2]|0:m&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{m=Sb[k[(k[p>>2]|0)+28>>2]&31](p,g)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=m;g=a+1|0;break}default:g=a}a:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break a}m=Sb[k[(k[p>>2]|0)+28>>2]&31](p,48)|0;j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=Sb[k[(k[p>>2]|0)+28>>2]&31](p,i[h>>0]|0)|0;m=k[f>>2]|0;k[f>>2]=m+1;i[m>>0]=j;g=g+2|0}while(0);b:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break b;m=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=m;j=j+1|0}}while(0);m=Mb[k[(k[l>>2]|0)+16>>2]&127](l)|0;l=g;h=0;j=0;while(1){if(l>>>0>=c>>>0)break;t=i[((i[n>>0]|0)<0?k[q>>2]|0:q)+h>>0]|0;if(t<<24>>24!=0&(j|0)==(t<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=i[n>>0]|0;h=(h>>>0<((j<<24>>24<0?k[o>>2]|0:j&255)+-1|0)>>>0&1)+h|0;j=0}u=Sb[k[(k[p>>2]|0)+28>>2]&31](p,i[l>>0]|0)|0;t=k[f>>2]|0;k[f>>2]=t+1;i[t>>0]=u;l=l+1|0;j=j+1|0}g=d+(g-a)|0;h=k[f>>2]|0;if((g|0)!=(h|0)){while(1){h=h+-1|0;if(g>>>0>=h>>>0)break;u=i[g>>0]|0;i[g>>0]=i[h>>0]|0;i[h>>0]=u;g=g+1|0}g=k[f>>2]|0}}else{Qb[k[(k[p>>2]|0)+32>>2]&7](p,a,c,d)|0;g=d+(c-a)|0;k[f>>2]=g}k[e>>2]=(b|0)==(c|0)?g:d+(b-a)|0;NJ(q);r=s;return}function Oe(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0,g=0.0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,r=0,s=0;if((i[40888]|0)==0?VK(40888)|0:0){s=LD(20)|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=0;o[s+16>>2]=1.0;k[10390]=s}e=k[10390]|0;d=gm(e,b)|0;a:do if(!d){if(yJ()|0)Ka(13473,13430,76,13504);if(c)n=b;else{e=(Lq(b)|0)+1|0;n=ac(e)|0;WM(n,b,e);e=k[10390]|0}b=n;s=QF(n)|0;p=e+4|0;q=k[p>>2]|0;r=(q|0)==0;b:do if(!r){j=q+-1|0;l=(j&q|0)==0;if(l)d=j&s;else d=(s>>>0)%(q>>>0)|0;c=k[(k[e>>2]|0)+(d<<2)>>2]|0;if(c){m=n;while(1){c=k[c>>2]|0;if(!c)break b;h=k[c+4>>2]|0;if(l)h=h&j;else h=(h>>>0)%(q>>>0)|0;if((h|0)!=(d|0))break b;if(!(nw(k[c+8>>2]|0,n)|0)){b=m;break a}}}}else d=0;while(0);j=LD(12)|0;k[j+8>>2]=b;k[j+4>>2]=s;k[j>>2]=0;l=e+12|0;f=+(((k[l>>2]|0)+1|0)>>>0);g=+o[e+16>>2];do if(r|f>+(q>>>0)*g){d=(q>>>0>2&(q+-1&q|0)==0&1|q<<1)^1;c=~~+$(+(f/g))>>>0;Xm(e,d>>>0<c>>>0?c:d);d=k[p>>2]|0;c=d+-1|0;if(!(c&d)){h=d;d=c&s;break}else{h=d;d=(s>>>0)%(d>>>0)|0;break}}else h=q;while(0);d=(k[e>>2]|0)+(d<<2)|0;c=k[d>>2]|0;if(!c){s=e+8|0;k[j>>2]=k[s>>2];k[s>>2]=j;k[d>>2]=s;d=k[j>>2]|0;if(d|0){d=k[d+4>>2]|0;c=h+-1|0;if(!(c&h))d=d&c;else d=(d>>>0)%(h>>>0)|0;k[(k[e>>2]|0)+(d<<2)>>2]=j}}else{k[j>>2]=k[c>>2];k[c>>2]=j}k[l>>2]=(k[l>>2]|0)+1}else b=k[d+8>>2]|0;while(0);k[a>>2]=b;return}function Pe(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+16|0;v=x;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=k[b+16>>2];dn(a,k[b+4>>2]|0);u=k[b+8>>2]|0;p=a+4|0;q=a+12|0;s=a+16|0;t=a+8|0;b=u;while(1){if(!b)break;j=b+8|0;g=k[j>>2]|0;k[v>>2]=g;n=_u(v)|0;l=k[p>>2]|0;m=(l|0)==0;a:do if(!m){h=l+-1|0;i=(h&l|0)==0;if(i)b=h&n;else b=(n>>>0)%(l>>>0)|0;c=k[(k[a>>2]|0)+(b<<2)>>2]|0;if(!c)w=14;else do{c=k[c>>2]|0;if(!c){w=14;break a}f=k[c+4>>2]|0;if(i)f=f&h;else f=(f>>>0)%(l>>>0)|0;if((f|0)!=(b|0)){w=14;break a}}while((k[c+8>>2]|0)!=(g|0))}else{b=0;w=14}while(0);if((w|0)==14){w=0;g=LD(12)|0;k[g+8>>2]=k[j>>2];k[g+4>>2]=n;k[g>>2]=0;d=+(((k[q>>2]|0)+1|0)>>>0);e=+o[s>>2];do if(m|d>+(l>>>0)*e){b=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;c=~~+$(+(d/e))>>>0;dn(a,b>>>0<c>>>0?c:b);b=k[p>>2]|0;c=b+-1|0;if(!(c&b)){f=b;b=c&n;break}else{f=b;b=(n>>>0)%(b>>>0)|0;break}}else f=l;while(0);b=(k[a>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[g>>2]=k[t>>2];k[t>>2]=g;k[b>>2]=t;b=k[g>>2]|0;if(b|0){b=k[b+4>>2]|0;c=f+-1|0;if(!(c&f))b=b&c;else b=(b>>>0)%(f>>>0)|0;k[(k[a>>2]|0)+(b<<2)>>2]=g}}else{k[g>>2]=k[c>>2];k[c>>2]=g}k[q>>2]=(k[q>>2]|0)+1}n=k[u>>2]|0;b=n;u=n}r=x;return}function Qe(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;f=l+20|0;g=l+16|0;d=l+4|0;e=l;c=k[a>>2]|0;b=i[c>>0]|0;if(b<<24>>24==36){b=c+1|0;k[a>>2]=b;j=1;h=b;b=i[b>>0]|0}else{j=0;h=c}do if(b<<24>>24!=34){c=h;a:while(1){if(!(b<<24>>24)){b=0;break}if(tN(b<<24>>24)|0)break;switch(b<<24>>24){case 40:case 41:case 59:break a;default:{}}g=c+1|0;k[a>>2]=g;b=i[g>>0]|0;c=g}if((h|0)==(c|0)){l=La(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,13752,15);h=k[a+4>>2]|0;j=k[a>>2]|0;a=k[a+8>>2]|0;av(l,d);k[l+12>>2]=h;k[l+16>>2]=j-a;pb(l|0,8,182)}else{i[c>>0]=0;g=uz(a+12|0)|0;SG(e,h,0);f=k[e>>2]|0;i[g>>0]=0;k[g+20>>2]=f;i[g+24>>0]=j;i[g+25>>0]=0;j=h-(k[a+8>>2]|0)|0;k[g+28>>2]=k[a+4>>2];k[g+32>>2]=j;i[k[a>>2]>>0]=b;b=g;break}}else{b=h+1|0;k[a>>2]=b;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[f+(c<<2)>>2]=0;c=c+1|0}b:while(1){c=i[b>>0]|0;switch(c<<24>>24){case 34:break b;case 92:{so(f,92);so(f,i[(k[a>>2]|0)+1>>0]|0);b=(k[a>>2]|0)+2|0;break}default:{so(f,c);b=(k[a>>2]|0)+1|0}}k[a>>2]=b}k[a>>2]=b+1;b=uz(a+12|0)|0;SG(g,(i[f+11>>0]|0)<0?k[f>>2]|0:f,0);g=k[g>>2]|0;i[b>>0]=0;k[b+20>>2]=g;i[b+24>>0]=j;i[b+25>>0]=1;j=h-(k[a+8>>2]|0)|0;k[b+28>>2]=k[a+4>>2];k[b+32>>2]=j;NJ(f)}while(0);r=l;return b|0}function Re(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+16|0;q=s;o=b+4|0;p=a+120|0;if(((k[o>>2]|0)-(k[b>>2]|0)>>2|0)!=(k[p>>2]|0))Ka(29742,29310,475,29770);j=k[a+60>>2]|0;g=k[a+56>>2]|0;while(1){if((g|0)==(j|0))break;h=k[g>>2]|0;l=k[h+28>>2]|0;h=k[h+24>>2]|0;while(1){if((h|0)==(l|0))break;m=h+8|0;c=k[k[m>>2]>>2]|0;do if(k[h>>2]|0){e=FI(c)|0;c=e+8|0;t=k[(k[b>>2]|0)+(k[c>>2]<<2)>>2]|0;k[c>>2]=t;f=k[e+12>>2]|0;d=f;if(!((f|0)==0|(k[f>>2]|0)!=9)?(k[f+8>>2]|0)==(t|0):0){c=e+4|0;if(!(k[c>>2]|0)){k[e>>2]=22;k[c>>2]=0;break}else{k[k[m>>2]>>2]=f;break}}if((i[h+12>>0]|0)==0?(k[k[m>>2]>>2]=d,n=e+4|0,(k[n>>2]|0)==0):0){k[e>>2]=19;k[n>>2]=0;t=k[m>>2]|0;k[c>>2]=k[t>>2];k[t>>2]=e}}else{t=(HI(c)|0)+8|0;k[t>>2]=k[(k[b>>2]|0)+(k[t>>2]<<2)>>2]}while(0);h=h+16|0}g=g+4|0}j=a+32|0;h=k[j>>2]|0;f=k[h+12>>2]|0;g=k[h+8>>2]|0;d=k[o>>2]|0;e=0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break;t=(k[c>>2]|0)+1|0;e=e>>>0<t>>>0?t:e;c=c+4|0}a=f-g>>2;Ku(q,h+20|0);At((k[j>>2]|0)+20|0,e-a|0);g=k[p>>2]|0;d=k[b>>2]|0;e=k[q>>2]|0;c=a;while(1){if(c>>>0>=g>>>0)break;f=k[d+(c<<2)>>2]|0;if(f>>>0>=a>>>0)k[(k[(k[j>>2]|0)+20>>2]|0)+(f-a<<2)>>2]=k[e+(c-a<<2)>>2];c=c+1|0}c=k[j>>2]|0;d=k[c+40>>2]|0;e=c+44|0;f=k[e>>2]|0;while(1){if((f|0)==(d|0))break;t=f+-4|0;k[e>>2]=t;f=t}Nw(c+52|0);ZA(q);r=s;return}function Se(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;b=m+8|0;d=m+4|0;e=m;l=k[a>>2]|0;do if((k[l+28>>2]|0)!=(k[l+24>>2]|0)){j=a+8|0;if(i[j>>0]|0){l=IF(43324,21052)|0;h=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(b);_m(l,h);lq(l)}l=PG(a,31739)|0;f=a+4|0;c=k[a>>2]|0;al(k[f>>2]|0,(k[c+28>>2]|0)-(k[c+24>>2]|0)>>2)|0;c=k[a>>2]|0;g=k[c+28>>2]|0;c=k[c+24>>2]|0;a:while(1){if((c|0)==(g|0)){b=6;break}if(i[j>>0]|0){h=IF(43324,20465)|0;n=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=n;n=NI(n,44028)|0;n=Sb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;RL(b);_m(h,n);lq(h)}al(k[f>>2]|0,k[(k[c>>2]|0)+8>>2]|0)|0;h=k[c>>2]|0;switch(k[h+8>>2]|0){case 0:{n=k[f>>2]|0;k[d>>2]=k[h+4>>2];k[b>>2]=k[d>>2];al(n,yl(a,b)|0)|0;break}case 1:{al(k[f>>2]|0,0)|0;break}case 2:{al(k[f>>2]|0,0)|0;break}case 3:{n=k[f>>2]|0;k[e>>2]=k[h+4>>2];k[b>>2]=k[e>>2];al(n,rh(a,b)|0)|0;break}default:{b=14;break a}}tx(a,k[k[c>>2]>>2]|0);c=c+4|0}if((b|0)==6){SE(a,l);break}}while(0);r=m;return}function Te(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+16|0;w=z;x=a+16|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;o[x>>2]=1.0;v=a+20|0;k[v>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;q=(Lq(b)|0)+1|0;Nt(v,q);v=k[v>>2]|0;WM(v,b,q);q=a+4|0;s=a+12|0;t=a+8|0;b=v;while(1){u=NK(b,32)|0;v=(u|0)!=0;if(v)i[u>>0]=0;SG(w,b,1);l=k[w>>2]|0;p=l*33^5381;m=k[q>>2]|0;n=(m|0)==0;g=l;a:do if(!n){h=m+-1|0;j=(h&m|0)==0;if(j)b=h&p;else b=(p>>>0)%(m>>>0)|0;c=k[(k[a>>2]|0)+(b<<2)>>2]|0;if(!c)y=15;else do{c=k[c>>2]|0;if(!c){y=15;break a}f=k[c+4>>2]|0;if(j)f=f&h;else f=(f>>>0)%(m>>>0)|0;if((f|0)!=(b|0)){y=15;break a}}while((k[c+8>>2]|0)!=(g|0))}else{b=0;y=15}while(0);if((y|0)==15){y=0;g=LD(12)|0;k[g+8>>2]=l;k[g+4>>2]=p;k[g>>2]=0;d=+(((k[s>>2]|0)+1|0)>>>0);e=+o[x>>2];do if(n|d>+(m>>>0)*e){b=(m>>>0>2&(m+-1&m|0)==0&1|m<<1)^1;c=~~+$(+(d/e))>>>0;dn(a,b>>>0<c>>>0?c:b);b=k[q>>2]|0;c=b+-1|0;if(!(c&b)){f=b;b=c&p;break}else{f=b;b=(p>>>0)%(b>>>0)|0;break}}else f=m;while(0);b=(k[a>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[g>>2]=k[t>>2];k[t>>2]=g;k[b>>2]=t;b=k[g>>2]|0;if(b|0){b=k[b+4>>2]|0;c=f+-1|0;if(!(c&f))b=b&c;else b=(b>>>0)%(f>>>0)|0;k[(k[a>>2]|0)+(b<<2)>>2]=g}}else{k[g>>2]=k[c>>2];k[c>>2]=g}k[s>>2]=(k[s>>2]|0)+1}if(v)b=u+1|0;else break}r=z;return}function Ue(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;l=n+12|0;m=n;f=NK($I(Gn(b,0)|0)|0,46)|0;g=f+5|0;j=fG(k[a+4>>2]|0)|0;k[j+4>>2]=c;c=(GC(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[g>>0]|0){case 56:{i[d>>0]=1;e=f+6|0;h=1;break}case 49:{if((i[f+6>>0]|0)==54){i[d>>0]=2;e=f+7|0;h=2;break a}else Ka(17566,13688,1059,17582);break}case 51:{if((i[f+6>>0]|0)==50){i[d>>0]=4;e=f+7|0;h=4;break a}else Ka(17591,13688,1063,17582);break}default:{e=g;h=c}}while(0);if(!(i[e>>0]|0))c=0;else c=(i[e+1>>0]|0)==115&1;i[j+9>>0]=c;f=j+12|0;k[f>>2]=0;g=j+16|0;mF(g,h&255,0)|0;e=1;b:while(1){h=Gn(b,e)|0;h=(i[h>>0]|0)==0;d=Gn(b,e)|0;if(!h){c=22;break}d=$I(d)|0;c=NK(d,61)|0;if(!c){c=14;break}c=c+1|0;switch(i[d>>0]|0){case 97:{h=Kp(c)|0;mF(g,h,((h|0)<0)<<31>>31)|0;break}case 111:{c=cn(c)|0;h=N;if(h>>>0>0|(h|0)==0&c>>>0>4294967295){c=18;break b}mF(f,c,0)|0;break}default:{c=20;break b}}e=e+1|0}if((c|0)==14)Ka(17607,13688,1074,17582);else if((c|0)==18){n=La(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;vs(l,17610,10);lD(n,l);pb(n|0,8,182)}else if((c|0)==20){n=La(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;vs(m,17621,18);lD(n,m);pb(n|0,8,182)}else if((c|0)==22){m=Yb(a,d)|0;k[j+20>>2]=m;r=n;return j|0}return 0}function Ve(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;e=r;r=r+80|0;n=e+48|0;m=e+60|0;j=e+36|0;i=e+24|0;h=e+12|0;g=e;f=pJ(k[a+4>>2]|0)|0;k[f+8>>2]=c;a=Yb(a,Gn(b,1)|0)|0;l=f+12|0;k[l>>2]=a;fj(f);if(c>>>0<22?(c=k[(k[l>>2]|0)+4>>2]|0,!((c|0)==5|(c|0)==(d|0))):0){e=La(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;vs(g,17171,13);c=jG(g,Zj(k[f>>2]|0)|0)|0;k[h>>2]=k[c>>2];k[h+4>>2]=k[c+4>>2];k[h+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=jG(h,17185)|0;k[i>>2]=k[c>>2];k[i+4>>2]=k[c+4>>2];k[i+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=jG(i,ez(d)|0)|0;k[j>>2]=k[c>>2];k[j+4>>2]=k[c+4>>2];k[j+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=jG(j,17188)|0;k[m>>2]=k[c>>2];k[m+4>>2]=k[c+4>>2];k[m+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=jG(m,ez(k[(k[l>>2]|0)+4>>2]|0)|0)|0;k[n>>2]=k[c>>2];k[n+4>>2]=k[c+4>>2];k[n+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}m=k[b+28>>2]|0;b=k[b+32>>2]|0;av(e,n);k[e+12>>2]=m;k[e+16>>2]=b;pb(e|0,8,182)}r=e;return f|0}function We(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;g=b+44|0;h=k[g>>2]|0;m=b+24|0;n=k[m>>2]|0;j=n;if(h>>>0<n>>>0){k[g>>2]=n;l=j}else l=h;g=f&24;a:do if(!g){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}else{if((e|0)==1&(g|0)==24){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}b:do switch(e|0){case 0:{g=0;h=0;break}case 1:if(!(f&8)){h=j-(k[b+20>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}else{h=(k[b+12>>2]|0)-(k[b+8>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}case 2:{g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;h=l-g|0;g=h;h=((h|0)<0)<<31>>31;break}default:{n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break a}}while(0);h=fJ(g|0,h|0,c|0,d|0)|0;j=N;if((j|0)>=0){g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;d=l-g|0;c=((d|0)<0)<<31>>31;if(!((c|0)<(j|0)|(c|0)==(j|0)&d>>>0<h>>>0)){g=f&8;if(!((h|0)==0&(j|0)==0)){if(g|0?(k[b+12>>2]|0)==0:0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}if((f&16|0)!=0&(n|0)==0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}}if(g|0){k[b+12>>2]=(k[b+8>>2]|0)+h;k[b+16>>2]=l}if(f&16|0)k[m>>2]=(k[b+20>>2]|0)+h;n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=h;k[n+4>>2]=j;break}}n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}while(0);return}function Xe(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+wI(b);e=+wI(c);if(f==0.0&f==e){p[u>>3]=f;f=(k[u+4>>2]|0)<0?f:e;k[a>>2]=4;p[a+8>>3]=f;break}d=e<f?e:f;p[u>>3]=f;b=k[u+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=e;c=k[u+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=d;l=k[u+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[u>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[u>>3]=b?f:e;KC(i,4,k[u>>2]|0,k[u+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;LC(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{LC(a,2,0,2146959360);break}}else{f=+xI(b);e=+xI(c);if(f==0.0&f==e){f=((o[u>>2]=f,k[u>>2]|0)|0)<0?f:e;k[a>>2]=3;o[a+8>>2]=f;break}d=e<f?e:f;b=((o[u>>2]=f,k[u>>2]|0)&2147483647)>>>0>2139095040;c=((o[u>>2]=e,k[u>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[u>>2]=d,k[u>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;SF(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;RF(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;SF(a,l)}while(0);r=m;return}function Ye(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+wI(b);e=+wI(c);if(f==0.0&f==e){p[u>>3]=f;f=(k[u+4>>2]|0)<0?e:f;k[a>>2]=4;p[a+8>>3]=f;break}d=f<e?e:f;p[u>>3]=f;b=k[u+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=e;c=k[u+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=d;l=k[u+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[u>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[u>>3]=b?f:e;KC(i,4,k[u>>2]|0,k[u+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;LC(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{LC(a,2,0,2146959360);break}}else{f=+xI(b);e=+xI(c);if(f==0.0&f==e){f=((o[u>>2]=f,k[u>>2]|0)|0)<0?e:f;k[a>>2]=3;o[a+8>>2]=f;break}d=f<e?e:f;b=((o[u>>2]=f,k[u>>2]|0)&2147483647)>>>0>2139095040;c=((o[u>>2]=e,k[u>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[u>>2]=d,k[u>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;SF(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;RF(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;SF(a,l)}while(0);r=m;return}function Ze(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;switch(b-a>>2|0){case 1:case 0:{c=1;break}case 2:{d=b+-4|0;e=k[d>>2]|0;c=k[a>>2]|0;if(+p[e+16>>3]>+p[c+16>>3]){k[a>>2]=e;k[d>>2]=c;c=1}else c=1;break}case 3:{Ok(a,a+4|0,b+-4|0)|0;c=1;break}case 4:{Ck(a,a+4|0,a+8|0,b+-4|0)|0;c=1;break}case 5:{bj(a,a+4|0,a+8|0,a+12|0,b+-4|0)|0;c=1;break}default:{d=a+8|0;Ok(a,a+4|0,d)|0;i=a+12|0;c=0;while(1){if((i|0)==(b|0)){d=1;c=0;break}h=k[i>>2]|0;g=h+16|0;if(!(+p[g>>3]>+p[(k[d>>2]|0)+16>>3])){d=i;i=i+4|0;continue}k[i>>2]=0;e=i;while(1){j=k[d>>2]|0;k[d>>2]=0;f=k[e>>2]|0;k[e>>2]=j;if(f|0){ZA(f);dO(f)}if((d|0)==(a|0))break;e=d+-4|0;if(+p[g>>3]>+p[(k[e>>2]|0)+16>>3]){j=d;d=e;e=j}else break}e=k[d>>2]|0;k[d>>2]=h;if(e|0){ZA(e);dO(e)}c=c+1|0;e=i+4|0;if((c|0)==8){d=0;c=(e|0)==(b|0);break}else{d=i;i=e}}c=c|d}}return c|0}function _e(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+576|0;q=w;m=w+64|0;v=w+56|0;p=w+48|0;h=w+564|0;n=w+8|0;o=w+464|0;k[v>>2]=m;u=v+4|0;k[u>>2]=202;s=eG(e)|0;a=NI(s,44060)|0;i[h>>0]=0;if(hc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+400|0)|0){Qb[k[(k[a>>2]|0)+48>>2]&7](a,36811,36821,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>392){m=ac((a>>2)+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+40|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=k[h>>2]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((k[d>>2]|0)==(e|0))break;d=d+4|0}i[a>>0]=i[36811+(d-l>>2)>>0]|0;h=h+4|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;LG(o,36712,q);if(m|0)vc(m)}a=k[b>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)==-1){k[b>>2]=0;e=1;break}else{e=(k[b>>2]|0)==0;break}}else e=1;while(0);a=k[c>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)!=-1)if(e)break;else{t=31;break}else{k[c>>2]=0;t=29;break}}else t=29;while(0);if((t|0)==29?e:0)t=31;if((t|0)==31)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;cE(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)Jb[k[u>>2]&255](a);r=w;return d|0}function $e(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+224|0;m=q+216|0;p=q+148|0;n=q+72|0;o=q;c=k[b>>2]|0;l=(k[c>>2]|0)==10?c:0;e=(l|0)!=0;do if(e?(f=a+40|0,g=es(f,k[l+8>>2]|0)|0,(g|0)!=(a+44|0)):0){c=FI(k[k[g+20>>2]>>2]|0)|0;d=c+4|0;if(!(k[d>>2]|0)){h=k[c+12>>2]|0;k[c>>2]=19;k[d>>2]=0;k[c+8>>2]=h;fs(f,g);i[a+88>>0]=1;h=k[b>>2]|0;break}else Ka(27523,27066,248,27542)}else h=c;while(0);k[p+32>>2]=0;k[p+36>>2]=0;k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;k[p+12>>2]=0;k[p+16>>2]=0;k[p+20>>2]=0;j[p+24>>1]=0;k[p+28>>2]=p+32;k[p+44>>2]=0;k[p+48>>2]=0;k[p+40>>2]=p+44;i[p+52>>0]=0;i[p+53>>0]=0;k[p+60>>2]=0;k[p+64>>2]=0;k[p+56>>2]=p+60;if(HC(p,h)|0)Lj(a,p);do if(e?(k[l+4>>2]|0)==0:0){c=k[l+8>>2]|0;d=a+40|0;if(!(Qx(d,c)|0)){AD(o,b);k[n>>2]=c;AI(n+4|0,o);bl(m,d,k[n>>2]|0,n);Jz(n+8|0);Jz(o+4|0);break}else Ka(27552,27066,264,27542)}while(0);d=a+96|0;e=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;o=c+-1|0;k[d>>2]=e+(o<<2);c=o}Jz(p);r=q;return}function af(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;m=n+12|0;l=n;g=a+120|0;c=k[g>>2]|0;switch(c|0){case 0:break;case 1:{k[m>>2]=0;c=b+4|0;d=k[c>>2]|0;if(d>>>0<(k[b+8>>2]|0)>>>0){k[d>>2]=0;k[c>>2]=d+4}else yn(b,m);break}default:{k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;At(m,c);d=k[m>>2]|0;c=0;while(1){if(c>>>0>=(k[g>>2]|0)>>>0)break;k[d+(c<<2)>>2]=c;c=c+1|0}Vd(a,m,b);d=k[b>>2]|0;j=b+4|0;f=k[j>>2]|0;a:do if((d|0)==(f|0))c=d;else{c=d;b:while(1)while(1){e=d+4|0;d=e;if((e|0)==(f|0))break a;if((k[c>>2]|0)>>>0<(k[e>>2]|0)>>>0){c=e;continue b}}}while(0);i=k[c>>2]|0;c=k[a+32>>2]|0;c=(k[c+12>>2]|0)-(k[c+8>>2]|0)>>2;d=c+-1|0;e=k[m>>2]|0;while(1){f=k[g>>2]|0;if(c>>>0>=f>>>0)break;k[e+(c<<2)>>2]=d-c+f;c=c+1|0}k[l>>2]=0;h=l+4|0;k[h>>2]=0;k[l+8>>2]=0;Vd(a,m,l);c=k[l>>2]|0;f=k[h>>2]|0;g=c;a=f;c:do if((c|0)!=(f|0)){d=g;d:while(1)while(1){e=d+4|0;d=e;if((e|0)==(f|0))break c;if((k[c>>2]|0)>>>0<(k[e>>2]|0)>>>0){c=e;continue d}}}while(0);if((k[c>>2]|0)>>>0<i>>>0){i=k[b>>2]|0;k[b>>2]=g;k[l>>2]=i;i=k[j>>2]|0;k[j>>2]=a;k[h>>2]=i;i=b+8|0;b=l+8|0;j=k[i>>2]|0;k[i>>2]=k[b>>2];k[b>>2]=j}ZA(l);ZA(m)}}r=n;return}function bf(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+432|0;a=t+16|0;s=t+8|0;l=t;h=t+416|0;k[s>>2]=a;q=s+4|0;k[q>>2]=202;o=eG(e)|0;j=NI(o,44060)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(hc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+400|0)|0){a=g+8+3|0;if((i[a>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[a>>0]=0}if(i[h>>0]|0)ao(g,Sb[k[(k[j>>2]|0)+44>>2]&31](j,45)|0);d=Sb[k[(k[j>>2]|0)+44>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-4|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((k[a>>2]|0)!=(d|0))break;a=a+4|0}Tj(g,a,h)}a=k[b>>2]|0;do if(a){h=k[a+12>>2]|0;if((h|0)==(k[a+16>>2]|0))a=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[h>>2]|0;if((a|0)==-1){k[b>>2]=0;h=1;break}else{h=(k[b>>2]|0)==0;break}}else h=1;while(0);do if(n){a=k[m+12>>2]|0;if((a|0)==(k[m+16>>2]|0))a=Mb[k[(k[n>>2]|0)+36>>2]&127](m)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(h)break;else{p=27;break}else{k[c>>2]=0;p=25;break}}else p=25;while(0);if((p|0)==25?h:0)p=27;if((p|0)==27)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;cE(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)Jb[k[q>>2]&255](a);r=t;return h|0}function cf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;l=r;r=r+48|0;h=l+36|0;g=l+32|0;d=l;i=l+28|0;j=l+24|0;a:do switch(k[c+8>>2]|0){case 0:{k[a>>2]=1;k[a+8>>2]=65536;k[a+16>>2]=0;break}case 1:{j=k[(k[b+4>>2]|0)+32>>2]|0;k[a>>2]=1;k[a+8>>2]=j;k[a+16>>2]=0;break}case 2:{f=uF(c+16|0,0)|0;ud(d,b,k[f>>2]|0);do if(!(k[d+16>>2]|0)){e=b+4|0;f=k[(k[e>>2]|0)+32>>2]|0;b=OI(d)|0;if(b>>>0>65535){k[a>>2]=1;k[a+8>>2]=-1;k[a+16>>2]=0;break}c=k[e>>2]|0;d=k[c+32>>2]|0;if(d>>>0>=~b>>>0){k[a>>2]=1;k[a+8>>2]=-1;k[a+16>>2]=0;break}b=d+b|0;if(b>>>0>(k[(k[c>>2]|0)+92>>2]|0)>>>0){k[a>>2]=1;k[a+8>>2]=-1;k[a+16>>2]=0;break}else{c=k[c+36>>2]|0;m=k[(k[c>>2]|0)+24>>2]|0;lG(i,d<<16,0);lG(j,b<<16,0);k[g>>2]=k[i>>2];k[h>>2]=k[j>>2];Nb[m&31](c,g,h);mF((k[e>>2]|0)+32|0,b,0)|0;k[a>>2]=1;k[a+8>>2]=f;k[a+16>>2]=0;break}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);break}case 3:{m=(k[c+12>>2]|0)==(k[10565]|0);k[a>>2]=1;b=a+8|0;if(m){k[b>>2]=1;k[a+16>>2]=0;break a}else{k[b>>2]=0;k[a+16>>2]=0;break a}}default:Ha()}while(0);r=l;return}function df(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,m=0,n=0,o=0,p=0,q=0;k[c>>2]=a;k[f>>2]=d;p=b;q=e;a:while(1){m=k[c>>2]|0;if(m>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}h=i[m>>0]|0;o=h&255;do if(h<<24>>24>-1){j[d>>1]=h&255;k[c>>2]=m+1}else{if((h&255)<194){a=2;break a}if((h&255)<224){if((p-m|0)<2){a=1;break a}a=l[m+1>>0]|0;if((a&192|0)!=128){a=2;break a}j[d>>1]=a&63|o<<6&1984;k[c>>2]=m+2;break}if((h&255)<240){if((p-m|0)<3){a=1;break a}g=i[m+1>>0]|0;a=i[m+2>>0]|0;switch(h<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}j[d>>1]=(g&255)<<6&4032|o<<12|a&63;k[c>>2]=m+3;break}if((h&255)>=245){a=2;break a}if((p-m|0)<4){a=1;break a}n=i[m+1>>0]|0;a=i[m+2>>0]|0;g=i[m+3>>0]|0;switch(h<<24>>24){case -16:{if((n+112&255)>=48){a=2;break a}break}case -12:{if((n&-16)<<24>>24!=-128){a=2;break a}break}default:if((n&-64)<<24>>24!=-128){a=2;break a}}m=a&255;if((m&192|0)!=128){a=2;break a}h=g&255;if((h&192|0)!=128){a=2;break a}if((q-d|0)<4){a=1;break a}g=o&7;a=n&255;if((a<<12&196608|g<<18)>>>0>1114111){a=2;break a}j[d>>1]=a<<2&60|m>>>4&3|((a>>>4&3|g<<2)<<6)+16320|55296;o=d+2|0;k[f>>2]=o;j[o>>1]=h&63|m<<6&960|56320;k[c>>2]=(k[c>>2]|0)+4}while(0);d=(k[f>>2]|0)+2|0;k[f>>2]=d}return a|0}function ef(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;j=n;l=n+4|0;k[j>>2]=b;k[l>>2]=0;m=l+4|0;k[m>>2]=0;k[l+8>>2]=0;f=l+8|0;g=a+20|0;h=a+4|0;d=0;e=0;c=0;while(1){if((d|0)!=(e|0)){zC(k[a>>2]|0,k[h>>2]|0);c=k[m>>2]|0}if((c|0)==(k[f>>2]|0))yn(l,j);else{k[c>>2]=b;k[m>>2]=(k[m>>2]|0)+4}if(i[g>>0]|0){e=IF(k[a>>2]|0,30630)|0;IF(IF(e,ez(k[(k[j>>2]|0)+4>>2]|0)|0)|0,23360)|0}_C(k[a>>2]|0,31891)|0;b=k[j>>2]|0;c=b+8|0;if(k[c>>2]|0){_z(k[a>>2]|0,32)|0;pu(a,k[c>>2]|0)|0}KD(a);if(!(k[b+20>>2]|0))break;b=b+12|0;e=uF(b,0)|0;if((k[k[e>>2]>>2]|0)!=1)break;b=uF(b,0)|0;b=UI(k[b>>2]|0)|0;k[j>>2]=b;c=k[m>>2]|0;d=c;e=k[l>>2]|0}d=k[m>>2]|0;f=k[d+-4>>2]|0;b=d;while(1){if((b|0)==(k[l>>2]|0))break;c=k[d+-4>>2]|0;k[j>>2]=c;b=0;while(1){if((b|0)==-1)break;h=b+-1|0;k[m>>2]=d+(h<<2);b=h}d=c+12|0;e=c+20|0;b=0;while(1){if(b>>>0>=(k[e>>2]|0)>>>0)break;if((b|0)==0&(c|0)!=(f|0)){jy(a);_z(k[a>>2]|0,10)|0}else{h=uF(d,b)|0;Go(a,k[h>>2]|0)}b=b+1|0}d=k[m>>2]|0;b=d}jy(a);ZA(l);r=n;return}function ff(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+80|0;m=p+68|0;n=p;Ku(m,a+40|0);o=a+16|0;l=xh(m,k[a+32>>2]|0)|0;ZA(m);m=b+12|0;i=b+20|0;j=k[i>>2]|0;h=j+-1|0;f=0;c=0;g=0;a:while(1){if(g>>>0>=j>>>0){a=15;break}a=uF(m,g)|0;a=xe(k[a>>2]|0,l&(g|0)==(h|0))|0;do if(a){e=uF(m,g)|0;if((a|0)!=(k[e>>2]|0)){e=uF(m,g)|0;k[e>>2]=a}if((f|0)>0){a=uF(m,g)|0;a=k[a>>2]|0;e=g-f|0;d=uF(m,e)|0;k[d>>2]=a}else e=g-f|0;a=uF(m,e)|0;a=k[a>>2]|0;q=k[a>>2]|0;d=uF(m,e)|0;d=k[d>>2]|0;d=(k[d>>2]|0)==5?d:0;if((a|0)==0|(q|0)!=4)if(!d){a=f;break}else{a=13;break a}else if((d|0)!=0|(k[a+16>>2]|0)==0){a=13;break a}else{a=f;break}}else{a=f+1|0;c=1}while(0);f=a;g=g+1|0}if((a|0)==13)Dw(m,e+1|0);else if((a|0)==15?c:0)Dw(m,j-f|0);b:do if(!(k[b+8>>2]|0)){switch(k[i>>2]|0){case 1:break;case 0:{k[b>>2]=22;k[b+4>>2]=0;break b}default:break b}if(!l?(q=uF(m,0)|0,io(n,k[q>>2]|0),q=FE(n)|0,Jz(n),!q):0){k[b>>2]=22;k[b+4>>2]=0;break}q=uF(m,0)|0;k[o>>2]=k[q>>2]}while(0);r=p;return}function gf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j;h=k[a>>2]|0;do if((k[h+16>>2]|0)!=(k[h+12>>2]|0)){g=a+8|0;if(i[g>>0]|0){h=IF(43324,20519)|0;f=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(h,f);lq(h)}h=PG(a,31718)|0;d=a+4|0;b=k[a>>2]|0;al(k[d>>2]|0,(k[b+16>>2]|0)-(k[b+12>>2]|0)>>2)|0;b=k[a>>2]|0;e=k[b+16>>2]|0;b=k[b+12>>2]|0;a:while(1){if((b|0)==(e|0)){b=6;break}if(i[g>>0]|0){f=IF(43324,20465)|0;l=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=l;l=NI(l,44028)|0;l=Sb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;RL(c);_m(f,l);lq(f)}al(k[d>>2]|0,k[(k[b>>2]|0)+12>>2]|0)|0;f=k[b>>2]|0;switch(k[f+12>>2]|0){case 0:{al(k[d>>2]|0,Qv(k[a>>2]|0,k[k[f+16>>2]>>2]|0)|0)|0;break}case 2:case 1:break;case 3:{pj(k[d>>2]|0,mB(k[f+20>>2]|0)|0)|0;break}default:{b=12;break a}}tx(a,k[(k[b>>2]|0)+4>>2]|0);tx(a,k[(k[b>>2]|0)+8>>2]|0);b=b+4|0}if((b|0)==6){SE(a,h);break}}while(0);r=j;return}function hf(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+240|0;q=w;m=w+128|0;v=w+8|0;p=w+4|0;h=w+126|0;n=w+116|0;o=w+16|0;k[v>>2]=m;u=v+4|0;k[u>>2]=202;s=eG(e)|0;a=NI(s,44028)|0;i[h>>0]=0;if(fc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+100|0)|0){Qb[k[(k[a>>2]|0)+32>>2]&7](a,36701,36711,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>98){m=ac(a+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+10|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=i[h>>0]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((i[d>>0]|0)==e<<24>>24)break;d=d+1|0}i[a>>0]=i[36701+(d-l)>>0]|0;h=h+1|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;LG(o,36712,q);if(m|0)vc(m)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;t=26;break}if(!a)t=27}else t=26;while(0);if((t|0)==26?a:0)t=27;if((t|0)==27)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;cE(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)Jb[k[u>>2]&255](a);r=w;return d|0}function jf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1)if(f){g=b;h=16}else h=15;else h=13}else h=13;if((h|0)==13)if(f)h=15;else{g=0;h=16}do if((h|0)==15)k[c>>2]=k[c>>2]|6;else if((h|0)==16){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((Eb[k[(k[d>>2]|0)+52>>2]&31](d,e,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;b=k[f>>2]|0;d=k[e+16>>2]|0;if((b|0)==(d|0)){Mb[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)f=1;else{f=k[e+12>>2]|0;d=k[e+16>>2]|0;h=25}}else{h=b+4|0;k[f>>2]=h;f=h;h=25}do if((h|0)==25){if((f|0)==(d|0))e=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}while(0);if(g){e=k[g+12>>2]|0;if((e|0)==(k[g+16>>2]|0))e=Mb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(f)break}else h=36}else h=36;if((h|0)==36?!f:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function kf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;yn(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=uF(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=uF(c,0)|0;c=UI(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){yn(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=uF(d,c)|0,ud(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}ZA(j);r=o;return}function lf(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if(a<<24>>24==f<<24>>24)if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if(a<<24>>24==g<<24>>24?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+32|0;f=0;while(1){p=o+f|0;if((f|0)==32){p=g;break}if((i[p>>0]|0)==a<<24>>24)break;else f=f+1|0}f=p-o|0;if((f|0)>31)p=-1;else{g=i[35402+f>>0]|0;switch(f|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;p=k[e>>2]|0;k[e>>2]=p+1;i[p>>0]=g;p=0;break a}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>21){p=0;break a}k[n>>2]=(k[n>>2]|0)+1;p=0;break a}}}}while(0);return p|0}function mf(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+128|0;a=t+20|0;s=t+8|0;l=t;h=t+16|0;k[s>>2]=a;q=s+4|0;k[q>>2]=202;o=eG(e)|0;j=NI(o,44028)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(fc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+100|0)|0){a=g+11|0;if((i[a>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0}else{i[g>>0]=0;i[a>>0]=0}if(i[h>>0]|0)so(g,Sb[k[(k[j>>2]|0)+28>>2]&31](j,45)|0);d=Sb[k[(k[j>>2]|0)+28>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-1|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((i[a>>0]|0)!=d<<24>>24)break;a=a+1|0}kk(g,a,h)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;do if(n){if((k[m+12>>2]|0)==(k[m+16>>2]|0)?(Mb[k[(k[n>>2]|0)+36>>2]&127](m)|0)==-1:0){k[c>>2]=0;p=22;break}if(!a)p=23}else p=22;while(0);if((p|0)==22?a:0)p=23;if((p|0)==23)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;cE(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)Jb[k[q>>2]&255](a);r=t;return h|0}function nf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+16|0;e=l;j=k[a>>2]|0;if((k[j+4>>2]|0)!=(k[j>>2]|0)){j=a+8|0;if(i[j>>0]|0){h=IF(43324,20446)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(e);_m(h,g);lq(h)}f=PG(a,31713)|0;g=a+4|0;d=k[a>>2]|0;al(k[g>>2]|0,(k[d+4>>2]|0)-(k[d>>2]|0)>>2)|0;d=k[a>>2]|0;h=k[d+4>>2]|0;d=k[d>>2]|0;while(1){if((d|0)==(h|0))break;if(i[j>>0]|0){c=IF(43324,20465)|0;b=eG(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(e);_m(c,b);lq(c)}pj(k[g>>2]|0,64)|0;b=k[d>>2]|0;al(k[g>>2]|0,(k[b+12>>2]|0)-(k[b+8>>2]|0)>>2)|0;b=k[d>>2]|0;c=k[b+12>>2]|0;b=k[b+8>>2]|0;while(1){if((b|0)==(c|0))break;m=k[g>>2]|0;pj(m,mB(k[b>>2]|0)|0)|0;b=b+4|0}b=k[g>>2]|0;if(!(k[(k[d>>2]|0)+4>>2]|0))al(b,0)|0;else{al(b,1)|0;m=k[g>>2]|0;pj(m,mB(k[(k[d>>2]|0)+4>>2]|0)|0)|0}d=d+4|0}SE(a,f)}r=l;return}function of(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if(!b)Ka(27586,32063,72,27591);do switch(k[b>>2]|0){case 1:{ef(a,b);break}case 2:{Pj(a,b);break}case 3:{Vk(a,b);break}case 4:{_j(a,b);break}case 5:{Yk(a,b);break}case 6:{UD(a,b);break}case 7:{aD(a,b);break}case 8:{Io(a,b);break}case 9:{Hv(a,b);break}case 10:{Hp(a,b);break}case 11:{tz(a,b);break}case 12:{Lv(a,b);break}case 13:{qh(a,b);break}case 14:{hh(a,b);break}case 15:{a=k[a>>2]|0;b=b+8|0;k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];k[c+12>>2]=k[b+12>>2];wk(a,c)|0;break}case 16:{kd(a,b);break}case 17:{wc(a,b);break}case 18:{lr(a,b);break}case 19:{Mv(a,b);break}case 20:{cu(a,b);break}case 21:{pk(a,b);break}case 22:{aG(k[a>>2]|0);break}case 23:{TE(k[a>>2]|0);break}default:{}}while(0);r=d;return}function pf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;c=k[a+44>>2]|0;b=k[a+40>>2]|0;while(1){if((b|0)==(c|0))break;Uk(k[a>>2]|0,k[b>>2]|0);b=b+4|0}b=k[a+20>>2]|0;if((b|0)!=-1?(d=k[a>>2]|0,e=k[d+36>>2]|0,b>>>0<(k[d+40>>2]|0)-e>>2>>>0):0)k[d+108>>2]=k[k[e+(b<<2)>>2]>>2];c=a+76|0;b=k[a+72>>2]|0;a:while(1){if((b|0)==(c|0))break;d=k[b+16>>2]|0;switch(k[d+8>>2]|0){case 0:{k[d+4>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(k[b+20>>2]<<2)>>2]>>2];break}case 1:{j=Ix(0)|0;k[d+4>>2]=j;break}case 2:{j=Ix(0)|0;k[d+4>>2]=j;break}case 3:{j=Ti(a,k[b+20>>2]|0)|0;k[d+4>>2]=j;break}default:{f=15;break a}}fl(k[a>>2]|0,d);b=nx(b)|0}d=a+56|0;c=k[a+52>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;k[(k[b>>2]|0)+24>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(e<<2)>>2]>>2];b=b+4|0}c=nx(c)|0}d=a+128|0;c=k[a+124>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;h=k[a>>2]|0;g=k[h+72>>2]|0;h=k[(k[h+36>>2]|0)+(k[b>>2]<<2)>>2]|0;i=g+(e<<4)+8|0;j=k[i>>2]|0;if((j|0)==(k[g+(e<<4)+12>>2]|0))yn(g+(e<<4)+4|0,h);else{k[j>>2]=k[h>>2];k[i>>2]=(k[i>>2]|0)+4}b=b+4|0}c=nx(c)|0}return}function qf(a){a=a|0;var b=0;if((i[41032]|0)==0?VK(41032)|0:0){if((i[41040]|0)==0?VK(41040)|0:0){b=45252;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=45540);ob(199,0,x|0)|0}nG(45252,10320);nG(45264,10352);nG(45276,10388);nG(45288,10412);nG(45300,10436);nG(45312,10452);nG(45324,10472);nG(45336,10492);nG(45348,10520);nG(45360,10560);nG(45372,10592);nG(45384,10628);nG(45396,10664);nG(45408,10680);nG(45420,10696);nG(45432,10712);nG(45444,10436);nG(45456,10728);nG(45468,10744);nG(45480,10760);nG(45492,10776);nG(45504,10792);nG(45516,10808);nG(45528,10824);k[11385]=45252}return k[11385]|0}function rf(a){a=a|0;var b=0;if((i[40952]|0)==0?VK(40952)|0:0){if((i[40960]|0)==0?VK(40960)|0:0){b=44440;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44728);ob(195,0,x|0)|0}oG(44440,35921);oG(44452,35929);oG(44464,35938);oG(44476,35944);oG(44488,35950);oG(44500,35954);oG(44512,35959);oG(44524,35964);oG(44536,35971);oG(44548,35981);oG(44560,35989);oG(44572,35998);oG(44584,36007);oG(44596,36011);oG(44608,36015);oG(44620,36019);oG(44632,35950);oG(44644,36023);oG(44656,36027);oG(44668,36031);oG(44680,36035);oG(44692,36039);oG(44704,36043);oG(44716,36047);k[11182]=44440}return k[11182]|0}function sf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0;f=k[b>>2]|0;l=b+4|0;e=k[l>>2]|0;m=((k[c>>2]|0)-f<<3)+(k[c+4>>2]|0)-e|0;if((m|0)>0){if(!e){e=d+4|0;l=b;b=d;c=e;e=k[e>>2]|0}else{g=32-e|0;j=(m|0)<(g|0)?m:g;g=-1>>>(g-j|0)&-1<<e&k[f>>2];c=d+4|0;r=k[c>>2]|0;e=32-r|0;f=e>>>0<j>>>0?e:j;h=k[d>>2]|0;r=k[h>>2]&~(-1>>>(e-f|0)&-1<<r);k[h>>2]=r;e=k[c>>2]|0;i=k[l>>2]|0;k[h>>2]=r|(e>>>0>i>>>0?g<<e-i:g>>>(i-e|0));e=(k[c>>2]|0)+f|0;h=h+(e>>>5<<2)|0;k[d>>2]=h;e=e&31;k[c>>2]=e;i=j-f|0;if((i|0)>0){e=k[h>>2]&~(-1>>>(32-i|0));k[h>>2]=e;k[h>>2]=e|g>>>((k[l>>2]|0)+f|0);k[c>>2]=i;e=i}f=(k[b>>2]|0)+4|0;k[b>>2]=f;m=m-j|0;l=b;b=d}j=32-e|0;g=-1<<e;h=~g;i=m+~(m>>>0<31?m:31)+32|0;e=m;while(1){if(e>>>0<=31)break;s=k[f>>2]|0;r=k[b>>2]|0;t=k[r>>2]&h;k[r>>2]=t;k[r>>2]=t|s<<k[c>>2];r=r+4|0;k[b>>2]=r;k[r>>2]=k[r>>2]&g|s>>>j;r=(k[l>>2]|0)+4|0;k[l>>2]=r;e=e+-32|0;f=r}e=m-(i&-32)|0;if((e|0)!=0?(q=k[f>>2]&-1>>>(32-e|0),n=(j|0)<(e|0)?j:e,o=k[b>>2]|0,p=k[o>>2]&~(-1<<k[c>>2]&-1>>>(j-n|0)),k[o>>2]=p,k[o>>2]=p|q<<k[c>>2],p=(k[c>>2]|0)+n|0,o=o+(p>>>5<<2)|0,k[b>>2]=o,k[c>>2]=p&31,p=e-n|0,(p|0)>0):0){k[o>>2]=k[o>>2]&~(-1>>>(32-p|0))|q>>>n;k[c>>2]=p}}else c=d+4|0;k[a>>2]=k[d>>2];k[a+4>>2]=k[c>>2];return}function tf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;f=m+16|0;h=m+12|0;j=m;l=a+12|0;if(i[l>>0]|0){g=IF(43324,14046)|0;e=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(f);_m(g,e);lq(g)}g=Ih(a)|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[j+(b<<2)>>2]=0;b=b+1|0}d=j+11|0;e=j+4|0;c=0;while(1){if(c>>>0>=g>>>0)break;Wq(f,j,Ah(a)|0);if((i[d>>0]|0)<0){i[k[j>>2]>>0]=0;k[e>>2]=0}else{i[j>>0]=0;i[d>>0]=0}kj(j);k[j>>2]=k[f>>2];k[j+4>>2]=k[f+4>>2];k[j+8>>2]=k[f+8>>2];b=0;while(1){if((b|0)==3)break;k[f+(b<<2)>>2]=0;b=b+1|0}NJ(f);c=c+1|0}if(i[l>>0]|0){l=IF(yx(IF(43324,14775)|0,j)|0,14061)|0;g=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(f);_m(l,g);lq(l)}yG(h,j);NJ(j);r=m;return k[h>>2]|0}function uf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;p=q;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}k[h>>2]=f;k[e>>2]=c;n=g;o=a+8|0;a=f;while(1){if((a|0)==(g|0)|(c|0)==(d|0)){a=33;break}l=b;f=k[l+4>>2]|0;m=p;k[m>>2]=k[l>>2];k[m+4>>2]=f;m=j;f=BJ(k[o>>2]|0)|0;l=uh(a,e,m-c|0,n-a>>2,b)|0;if(f|0)BJ(f)|0;if((l|0)==-1){j=a;a=10;break}a=(k[h>>2]|0)+(l<<2)|0;k[h>>2]=a;if((a|0)==(g|0)){a=30;break}c=k[e>>2]|0;if((j|0)==(d|0))j=d;else{j=BJ(k[o>>2]|0)|0;c=Eh(a,c,1,b)|0;if(j|0)BJ(j)|0;if(c|0){c=2;a=29;break}k[h>>2]=(k[h>>2]|0)+4;c=(k[e>>2]|0)+1|0;k[e>>2]=c;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}a=k[h>>2]|0}}do if((a|0)==10){a:while(1){k[h>>2]=j;if((c|0)==(k[e>>2]|0)){a=19;break}a=BJ(k[o>>2]|0)|0;j=Eh(j,c,m-c|0,p)|0;if(a|0)BJ(a)|0;switch(j|0){case -1:{a=15;break a}case -2:{a=16;break a}case 0:{c=c+1|0;break}default:c=c+j|0}j=(k[h>>2]|0)+4|0;a=10}if((a|0)==15){k[e>>2]=c;c=2;a=29;break}else if((a|0)==16){k[e>>2]=c;c=1;a=29;break}else if((a|0)==19){k[e>>2]=c;c=(c|0)!=(d|0)&1;a=29;break}}else if((a|0)==30){c=k[e>>2]|0;a=33}while(0);if((a|0)!=29)if((a|0)==33)c=(c|0)!=(d|0)&1;r=q;return c|0}function vf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0;k[c>>2]=a;k[f>>2]=d;p=b;a:while(1){o=k[c>>2]|0;if(o>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}j=i[o>>0]|0;n=j&255;do if(j<<24>>24>-1){k[d>>2]=n;k[c>>2]=o+1}else{if((j&255)<194){a=2;break a}if((j&255)<224){if((p-o|0)<2){a=1;break a}a=l[o+1>>0]|0;if((a&192|0)!=128){a=2;break a}k[d>>2]=a&63|n<<6&1984;k[c>>2]=o+2;break}if((j&255)<240){if((p-o|0)<3){a=1;break a}g=i[o+1>>0]|0;a=i[o+2>>0]|0;switch(j<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}k[d>>2]=(g&255)<<6&4032|n<<12&61440|a&63;k[c>>2]=o+3;break}if((j&255)>=245){a=2;break a}if((p-o|0)<4){a=1;break a}m=i[o+1>>0]|0;a=i[o+2>>0]|0;h=i[o+3>>0]|0;switch(j<<24>>24){case -16:{if((m+112&255)>=48){a=2;break a}break}case -12:{if((m&-16)<<24>>24!=-128){a=2;break a}break}default:if((m&-64)<<24>>24!=-128){a=2;break a}}g=a&255;if((g&192|0)!=128){a=2;break a}a=h&255;if((a&192|0)!=128){a=2;break a}a=(m&255)<<12&258048|n<<18&1835008|g<<6&4032|a&63;if(a>>>0>1114111){a=2;break a}k[d>>2]=a;k[c>>2]=o+4}while(0);d=(k[f>>2]|0)+4|0;k[f>>2]=d}return a|0}function wf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;n=q+12|0;o=q;p=SC()|0;m=Gn(b,1)|0;if(!(i[m>>0]|0)){c=dJ(Gn(b,1)|0)|0;k[p>>2]=c;c=2}else c=1;d=Gn(b,c)|0;if(!(i[d>>0]|0))Ka(16857,13688,1641,16871);e=p+4|0;f=p+8|0;g=p+12|0;h=p+16|0;b=1;a:while(1){m=(cr(d)|0)+8|0;if(b>>>0>=(k[m>>2]|0)>>>0){c=7;break}m=Gn(d,b)|0;l=dJ(Gn(m,0)|0)|0;b:do if((l|0)!=(k[10572]|0)){l=dJ(Gn(m,0)|0)|0;if((l|0)==(k[10573]|0)){l=(cr(m)|0)+8|0;if((k[l>>2]|0)>>>0>2){c=16;break a}m=Tg(dJ(Gn(m,1)|0)|0,0,0)|0;k[e>>2]=m}}else{c=1;while(1){l=(cr(m)|0)+8|0;if(c>>>0>=(k[l>>2]|0)>>>0)break b;j=Tg(dJ(Gn(m,c)|0)|0,0,0)|0;k[n>>2]=j;l=k[g>>2]|0;if(l>>>0<(k[h>>2]|0)>>>0){k[l>>2]=j;k[g>>2]=l+4}else yn(f,n);c=c+1|0}}while(0);b=b+1|0}if((c|0)==7){Gk(k[a>>2]|0,p);r=q;return}else if((c|0)==16){q=La(20)|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;vs(o,16819,20);a=k[m+28>>2]|0;p=k[m+32>>2]|0;av(q,o);k[q+12>>2]=a;k[q+16>>2]=p;pb(q|0,8,182)}}function xf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 46:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+28>>2]=1;e=11;break}case 47:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+28>>2]=1;e=11;break}case 51:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+28>>2]=1;e=11;break}case 48:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+28>>2]=2;e=11;break}case 49:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+28>>2]=2;e=11;break}case 50:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+28>>2]=2;e=11;break}case 52:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+28>>2]=2;e=11;break}case 53:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+28>>2]=3;e=11;break}case 54:{c=CE(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+28>>2]=4;e=11;break}default:c=0}if((e|0)==11){if(i[a+12>>0]|0){e=IF(43324,16555)|0;g=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(e,g);lq(e)}IB(a,c+16|0,c+12|0);g=_w(a)|0;k[c+24>>2]=g;g=_w(a)|0;k[c+20>>2]=g;iL(k[c+28>>2]|0);k[b>>2]=c;c=1}r=f;return c|0}function yf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+32|0;h=i+8|0;g=i;b=k[b>>2]|0;a:do switch(k[b>>2]|0){case 4:{b=TI(b)|0;if(k[b+12>>2]|0){c=b+8|0;Bo(h,a+64|0,c,c);c=14;break a}e=Cr(a+52|0,b+8|0)|0;k[h>>2]=b;b=h+4|0;dv(b,a+40|0);c=e+4|0;d=k[c>>2]|0;if(d>>>0<(k[e+8>>2]|0)>>>0){lH(d,h);k[c>>2]=(k[c>>2]|0)+16}else Yl(e,h);Ry(b);c=14;break}case 1:break;case 2:{h=(aJ(b)|0)+16|0;if(!(k[h>>2]|0))c=14;else Ka(27124,27066,130,27151);break}case 5:{c=PI(b)|0;d=c+8|0;e=k[c+16>>2]|0;f=a+64|0;b=0;while(1){if((b|0)==(e|0))break;j=uF(d,b)|0;k[g>>2]=k[j>>2];Bo(h,f,g,g);b=b+1|0}c=c+24|0;Bo(h,f,c,c);c=14;break}default:c=14}while(0);if((c|0)==14)Ev(a+40|0);r=i;return}function zf(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if((a|0)==(f|0))if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if((a|0)==(g|0)?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+128|0;f=0;while(1){p=o+(f<<2)|0;if((f|0)==32){p=g;break}if((k[p>>2]|0)==(a|0))break;else f=f+1|0}f=p-o|0;p=f>>2;if((f|0)<=124){g=i[35402+p>>0]|0;switch(p|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;break}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}}}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>84)p=0;else{k[n>>2]=(k[n>>2]|0)+1;p=0}}else p=-1}while(0);return p|0}function Af(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;d=0;l=a;a:while(1){if(!(d>>>0<c>>>0&l>>>0<b>>>0)){e=33;break}k=i[l>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-l|0)<2){e=33;break a}if((i[l+1>>0]&-64)<<24>>24!=-128){e=33;break a}e=l+2|0;break}if((k&255)<240){g=l;if((m-g|0)<3){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}e=l+3|0;break}if((k&255)>=245){e=33;break a}j=l;if((c-d|0)>>>0<2|(m-j|0)<4){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;g=i[l+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else{d=d+1|0;e=l+4|0}}else e=l+1|0;while(0);d=d+1|0;l=e}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=l-a|0;return d|0}function Bf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){if((k[e+12>>2]|0)==(k[e+16>>2]|0))if((Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}}else e=0;while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=10;break}if(e)h=12;else h=11}else h=10;while(0);if((h|0)==10)if(e)h=11;else{b=0;h=12}a:do if((h|0)==11)k[c>>2]=k[c>>2]|6;else if((h|0)==12){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=l[f>>0]|0;if((Eb[k[(k[d>>2]|0)+36>>2]&31](d,e&255,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;d=k[f>>2]|0;g=k[e+16>>2]|0;if((d|0)==(g|0)){Mb[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)e=0;else{f=k[e+12>>2]|0;g=k[e+16>>2]|0;h=21}}else{h=d+1|0;k[f>>2]=h;f=h;h=21}do if((h|0)==21)if((f|0)==(g|0))if((Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=29;break}if(e)break a}else h=29;while(0);if((h|0)==29?!e:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function Cf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0;k[c>>2]=a;k[f>>2]=d;l=b;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}d=j[a>>1]|0;h=d&65535;do if((d&65535)<128){a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=d}else{if((d&65535)<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>6|192;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)<55296){a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)>=56320){if((d&65535)<57344){a=2;break a}a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((l-a|0)<4){a=1;break a}a=a+2|0;d=m[a>>1]|0;if((d&64512|0)!=56320){a=2;break a}if((e-(k[f>>2]|0)|0)<4){a=1;break a}g=h&960;if(((g<<10)+65536|0)>>>0>1114111){a=2;break a}k[c>>2]=a;a=(g>>>6)+1|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=a>>>2|240;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>2&15|a<<4&48|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h<<4&48|d>>>6&15|128;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=d&63|128}while(0);a=(k[c>>2]|0)+2|0;k[c>>2]=a}return a|0}function Df(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;yn(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=uF(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=uF(c,0)|0;c=UI(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){yn(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=uF(d,c)|0,Ag(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}ZA(j);r=o;return}function Ef(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;m=n;e=NK($I(Gn(b,0)|0)|0,46)|0;j=CE(k[a+4>>2]|0)|0;l=j+28|0;k[l>>2]=c;c=(GC(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[e+6>>0]|0){case 56:{i[d>>0]=1;f=1;break}case 49:{if((i[e+7>>0]|0)==54){i[d>>0]=2;f=2;break a}else Ka(17566,13688,1098,17640);break}case 51:{if((i[e+7>>0]|0)==50){i[d>>0]=4;f=4;break a}else Ka(17591,13688,1102,17640);break}default:f=c}while(0);g=j+12|0;k[g>>2]=0;h=j+16|0;mF(h,f&255,0)|0;e=1;b:while(1){f=Gn(b,e)|0;f=(i[f>>0]|0)==0;d=Gn(b,e)|0;if(!f){c=18;break}d=$I(d)|0;c=NK(d,61)|0;if(!c){c=12;break}c=c+1|0;switch(i[d>>0]|0){case 97:{f=Kp(c)|0;mF(h,f,((f|0)<0)<<31>>31)|0;break}case 111:{f=Kp(c)|0;mF(g,f,((f|0)<0)<<31>>31)|0;break}default:{c=16;break b}}e=e+1|0}if((c|0)==12)Ka(17607,13688,1112,17640);else if((c|0)==16){n=La(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;vs(m,17650,19);lD(n,m);pb(n|0,8,182)}else if((c|0)==18){m=Yb(a,d)|0;k[j+20>>2]=m;m=Yb(a,Gn(b,e+1|0)|0)|0;k[j+24>>2]=m;iL(k[l>>2]|0);r=n;return j|0}return 0}function Ff(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;l=0;d=a;a:while(1){if(!(l>>>0<c>>>0&d>>>0<b>>>0)){e=33;break}k=i[d>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-d|0)<2){e=33;break a}if((i[d+1>>0]&-64)<<24>>24!=-128){e=33;break a}d=d+2|0;break}if((k&255)<240){g=d;if((m-g|0)<3){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}d=d+3|0;break}if((k&255)>=245){e=33;break a}j=d;if((m-j|0)<4){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;g=i[d+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else d=d+4|0}else d=d+1|0;while(0);l=l+1|0}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=d-a|0;return d|0}function Gf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+32|0;g=s+16|0;j=s+12|0;l=s;k[g>>2]=0;m=g+4|0;k[m>>2]=0;k[g+8>>2]=0;n=a+12|0;f=uz(n)|0;k[j>>2]=f;o=g+8|0;p=a+4|0;h=a+8|0;c=f;a:while(1){eh(a);b=k[a>>2]|0;switch(i[b>>0]|0){case 0:break a;case 40:{k[a>>2]=b+1;b=k[m>>2]|0;if((b|0)==(k[o>>2]|0))yn(g,j);else{k[b>>2]=c;k[m>>2]=(k[m>>2]|0)+4}f=uz(n)|0;c=(k[a>>2]|0)+-1-(k[h>>2]|0)|0;k[f+28>>2]=k[p>>2];k[f+32>>2]=c;k[j>>2]=f;c=f;continue a}case 41:{k[a>>2]=b+1;d=k[m>>2]|0;c=k[d+-4>>2]|0;k[j>>2]=c;e=c;if((d|0)==(k[g>>2]|0)){q=8;break a}else b=0;while(1){if((b|0)==-1)break;t=b+-1|0;k[m>>2]=d+(t<<2);b=t}$x(cr(e)|0,f);f=e;continue a}default:{c=cr(f)|0;$x(c,Qe(a)|0);c=f;continue a}}}if((q|0)==8)Ka(13714,13688,174,13727);if((k[m>>2]|0)==(k[g>>2]|0)){ZA(g);r=s;return f|0}else{t=La(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;vs(l,13733,18);q=k[f+28>>2]|0;s=k[f+32>>2]|0;av(t,l);k[t+12>>2]=q;k[t+16>>2]=s;pb(t|0,8,182)}return 0}function Hf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+64|0;o=p+40|0;f=p+36|0;g=p;h=p+24|0;l=b+16|0;e=k[l>>2]|0;if(e>>>0>250){i=k[b+36>>2]|0;Kb[k[(k[i>>2]|0)+28>>2]&1023](i,19467);i=k[l>>2]|0}else i=e;k[l>>2]=i+1;j=b+20|0;m=b+24|0;e=k[m>>2]|0;n=e-(k[j>>2]|0)|0;k[o>>2]=c;if(e>>>0<(k[b+28>>2]|0)>>>0){k[e>>2]=c;k[m>>2]=(k[m>>2]|0)+4}else yn(j,o);e=k[b>>2]|0;k[f>>2]=c;k[o>>2]=k[f>>2];c=rx(e,o)|0;if(!c)Ka(31725,18867,767,19479);je(o,c,d);k[h>>2]=3556;k[h+4>>2]=b;k[h+8>>2]=o;ud(g,h,k[c+36>>2]|0);d=k[g+16>>2]|0;if(!((d|0)==0|(d|0)==(k[10566]|0)))Ka(19500,18867,775,19479);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];e=k[c+4>>2]|0;if(!e){k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;c=0}else c=k[a>>2]|0;if((e|0)!=(c|0))Ka(19548,18867,778,19479);k[l>>2]=i;e=k[j>>2]|0;c=k[m>>2]|0;f=c;while(1){if((c-e|0)>>>0>n>>>0)c=0;else break;while(1){if((c|0)==-1)break;l=c+-1|0;k[m>>2]=f+(l<<2);c=l}c=f+-4|0;f=c}aA(o);r=p;return}function If(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+32|0;o=s+16|0;q=s+4|0;i=s;j=PI(k[b>>2]|0)|0;k[q+4>>2]=0;k[q+8>>2]=0;k[q>>2]=q+4;g=j+8|0;h=k[j+16>>2]|0;n=a+72|0;p=a+68|0;l=a+40|0;m=a+44|0;f=0;while(1){if((f|0)==(h|0))break;c=uF(g,f)|0;c=k[c>>2]|0;k[i>>2]=c;if(!(qv(q,i)|0)){c=Pm(k[l>>2]|0,k[m>>2]|0,c)|0;k[o>>2]=c;c=Xr(n,o)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))yn(c,p);else{k[e>>2]=k[p>>2];k[d>>2]=(k[d>>2]|0)+4}Bo(o,q,i,i)}f=f+1|0}c=j+24|0;if(!(qv(q,c)|0)){c=Pm(k[l>>2]|0,k[m>>2]|0,k[c>>2]|0)|0;k[o>>2]=c;c=Xr(n,o)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))yn(c,p);else{k[e>>2]=k[p>>2];k[d>>2]=(k[d>>2]|0)+4}}am(a,b);CG(q);r=s;return}function Jf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+80|0;u=x+64|0;n=x+56|0;o=x+24|0;v=x+48|0;w=x;p=a+4|0;q=b+88|0;sz(p,k[q>>2]<<16);m=k[b+100>>2]|0;t=c+4|0;g=n+4|0;f=k[b+96>>2]|0;while(1){if((f|0)==(m|0))break;k[n>>2]=3544;k[g>>2]=t;Ag(o,n,k[f>>2]|0);h=OI(o)|0;lG(u,h,((h|0)<0)<<31>>31);h=k[u>>2]|0;j=f+4|0;l=f+8|0;d=k[l>>2]|0;c=k[j>>2]|0;if((d+h-c|0)>>>0>k[q>>2]<<16>>>0){s=5;break}else e=0;while(1){if((e|0)==(d-c|0))break;i[(k[p>>2]|0)+(h+e)>>0]=i[c+e>>0]|0;e=e+1|0;c=k[j>>2]|0;d=k[l>>2]|0}f=f+16|0}if((s|0)==5)Ka(18203,18281,98,18303);l=a+16|0;a=b+64|0;At(l,k[a>>2]|0);m=k[b+76>>2]|0;n=v+4|0;f=k[b+72>>2]|0;while(1){if((f|0)==(m|0)){s=10;break}k[v>>2]=3544;k[n>>2]=t;Ag(w,v,k[f>>2]|0);g=OI(w)|0;lG(u,g,((g|0)<0)<<31>>31);g=k[u>>2]|0;h=f+4|0;j=f+8|0;d=k[j>>2]|0;c=k[h>>2]|0;if(((d-c>>2)+g|0)>>>0>(k[a>>2]|0)>>>0){s=12;break}else e=0;while(1){if((e|0)==(d-c>>2|0))break;k[(k[l>>2]|0)+(g+e<<2)>>2]=k[c+(e<<2)>>2];e=e+1|0;c=k[h>>2]|0;d=k[j>>2]|0}f=f+16|0}if((s|0)==10){r=x;return}else if((s|0)==12)Ka(18308,18281,107,18303)}function Kf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=k[b>>2]|0;switch(k[c>>2]|0){case 1:{tr(a+16|0,473,b);e=11;break}case 2:{d=a+16|0;tr(d,474,b);tr(d,475,b);tr(d,476,b);f=(aJ(c)|0)+16|0;if(k[f>>2]|0){tr(d,472,(aJ(c)|0)+16|0);tr(d,477,b)}tr(d,472,(aJ(c)|0)+12|0);tr(d,478,b);tr(d,472,(aJ(c)|0)+8|0);tr(d,479,b);break}case 3:{tr(a+16|0,480,b);e=11;break}case 4:{tr(a+16|0,481,b);e=11;break}case 5:{tr(a+16|0,482,b);e=11;break}case 20:{tr(a+16|0,483,b);e=11;break}case 23:{tr(a+16|0,483,b);e=11;break}default:e=11}if((e|0)==11?(As(a,b),(k[c>>2]|0)==3):0)tr(a+16|0,484,b);return}function Lf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;while(1){e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(!f){f=b;break}}else h=14}else h=14;if((h|0)==14){h=0;if(f){f=0;break}else b=0}e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if(!(Eb[k[(k[d>>2]|0)+12>>2]&31](d,8192,e)|0)){f=b;break}e=k[a>>2]|0;f=e+12|0;g=k[f>>2]|0;if((g|0)==(k[e+16>>2]|0)){Mb[k[(k[e>>2]|0)+40>>2]&127](e)|0;continue}else{k[f>>2]=g+4;continue}}b=k[a>>2]|0;do if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))b=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[e>>2]|0;if((b|0)==-1){k[a>>2]=0;e=1;break}else{e=(k[a>>2]|0)==0;break}}else e=1;while(0);if(f){b=k[f+12>>2]|0;if((b|0)==(k[f+16>>2]|0))b=Mb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else b=k[b>>2]|0;if((b|0)!=-1){if(!e)h=37}else h=35}else h=35;if((h|0)==35?e:0)h=37;if((h|0)==37)k[c>>2]=k[c>>2]|2;return}function Mf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0;a:do if(b>>>0<=20)do switch(b|0){case 9:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;k[a>>2]=b;break a}case 10:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=((b|0)<0)<<31>>31;break a}case 11:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=0;break a}case 12:{d=(k[c>>2]|0)+(8-1)&~(8-1);b=d;e=k[b>>2]|0;b=k[b+4>>2]|0;k[c>>2]=d+8;d=a;k[d>>2]=e;k[d+4>>2]=b;break a}case 13:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&65535)<<16>>16;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 14:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&65535;k[e+4>>2]=0;break a}case 15:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&255)<<24>>24;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 16:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&255;k[e+4>>2]=0;break a}case 17:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}case 18:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}default:break a}while(0);while(0);return}function Nf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;e=j;g=a+8|0;if(i[g>>0]|0){h=IF(43324,21200)|0;f=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(e);_m(h,f);lq(h)}f=k[a+104>>2]|0;h=a+4|0;d=k[a+100>>2]|0;while(1){if((d|0)==(f|0))break;if(!(i[g>>0]|0)){c=d;a=d+8|0}else{a=IF(43324,21209)|0;a=IF(aj(a,i[k[d>>2]>>0]|0)|0,40234)|0;a=IF(aj(a,i[(k[d>>2]|0)+1>>0]|0)|0,15029)|0;c=k[h>>2]|0;c=IF($i(a,(k[c+4>>2]|0)-(k[c>>2]|0)|0)|0,21224)|0;a=d+8|0;c=$i(c,k[a>>2]|0)|0;b=eG(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(e);_m(c,b);lq(c);c=d}b=k[h>>2]|0;dk(b,k[a>>2]|0,(k[b+4>>2]|0)-(k[b>>2]|0)|0);b=d+4|0;a=0;while(1){if(a>>>0>=(k[b>>2]|0)>>>0)break;pj(k[h>>2]|0,i[(k[c>>2]|0)+a>>0]|0)|0;a=a+1|0}d=d+12|0}r=j;return}function Of(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;p=t+16|0;q=t+8|0;m=t+4|0;n=t;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;o=a+32|0;d=0;while(1){if((d|0)>=(c|0)){s=8;break}e=Rq(k[o>>2]|0)|0;if((e|0)==-1){c=-1;break}i[p+d>>0]=e;d=d+1|0}if((s|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=q+1|0;a:while(1){u=k[g>>2]|0;e=u;d=k[e>>2]|0;e=k[e+4>>2]|0;v=k[h>>2]|0;f=p+c|0;switch(Pb[k[(k[v>>2]|0)+16>>2]&15](v,u,p,f,m,q,j,n)|0){case 3:{s=15;break a}case 2:{s=17;break a}case 1:break;default:break a}v=k[g>>2]|0;k[v>>2]=d;k[v+4>>2]=e;if((c|0)==8){s=17;break}d=Rq(k[o>>2]|0)|0;if((d|0)==-1){s=17;break}i[f>>0]=d;c=c+1|0}if((s|0)==15)i[q>>0]=i[p>>0]|0;else if((s|0)==17){c=-1;break}s=18}else{i[q>>0]=i[p>>0]|0;s=18}while(0);b:do if((s|0)==18){if(b){c=i[q>>0]|0;k[a+48>>2]=c&255}else{while(1){if((c|0)<=0)break;c=c+-1|0;if((Qu(l[p+c>>0]|0,k[o>>2]|0)|0)==-1){c=-1;break b}}c=i[q>>0]|0}c=c&255}while(0)}}r=t;return c|0}function Pf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;n=r;r=r+16|0;g=n+4|0;h=n;j=a+8|0;if(i[j>>0]|0){m=IF(43324,15086)|0;l=eG(m+(k[(k[m>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=l;l=NI(l,44028)|0;l=Sb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;RL(g);_m(m,l);lq(m)}l=a+4|0;pj(k[l>>2]|0,1)|0;c=b+8|0;m=a+120|0;d=k[m>>2]|0;if((d|0)==(k[a+124>>2]|0))yn(a+116|0,c);else{k[d>>2]=k[c>>2];k[m>>2]=(k[m>>2]|0)+4}e=b+12|0;f=k[b+20>>2]|0;c=0;d=0;while(1){if((d|0)==(f|0))break;o=uF(e,d)|0;k[h>>2]=k[o>>2];if(i[j>>0]|0){o=$i(IF($i(IF(43324,24992)|0,b)|0,15125)|0,c)|0;p=eG(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=p;p=NI(p,44028)|0;p=Sb[k[(k[p>>2]|0)+28>>2]&31](p,10)|0;RL(g);_m(o,p);lq(o);c=c+1|0}Lg(a,h);d=d+1|0}d=k[m>>2]|0;c=0;while(1){if((c|0)==-1)break;p=c+-1|0;k[m>>2]=d+(p<<2);c=p}pj(k[l>>2]|0,15)|0;r=n;return}function Qf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;g=r;r=r+16|0;c=g;e=a+12|0;if(i[e>>0]|0){f=IF(43324,16643)|0;d=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(c);_m(f,d);lq(f)}d=Ih(a)|0;if(i[e>>0]|0){f=$i(IF(43324,14537)|0,d)|0;b=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(c);_m(f,b);lq(f)}f=a+72|0;b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){h=IF(43324,14543)|0;j=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(c);_m(h,j);lq(h)}h=LD(12)|0;k[h>>2]=0;k[h+4>>2]=0;k[c>>2]=h;h=Ih(a)|0;k[(k[c>>2]|0)+8>>2]=h;h=Ih(a)|0;j=k[c>>2]|0;l=tf(a)|0;k[j>>2]=l;j=dt(f,c)|0;k[j>>2]=h;b=b+1|0}r=g;return}function Rf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;i=LD(64)|0;j=i+40|0;k[j>>2]=0;l=i+44|0;k[l>>2]=0;m=i+48|0;k[m>>2]=0;n=i+52|0;e=i+56|0;k[e>>2]=0;k[i+60>>2]=0;h=i+8|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;k[h+12>>2]=0;k[h+16>>2]=0;k[h+20>>2]=0;k[h+24>>2]=0;k[n>>2]=e;k[i>>2]=k[a>>2];k[i+4>>2]=c;k[i+36>>2]=0;e=k[b+4>>2]|0;f=i+12|0;g=i+16|0;b=k[b>>2]|0;while(1){if((b|0)==(e|0))break;a=b+4|0;c=k[f>>2]|0;if((c|0)==(k[g>>2]|0))yn(h,a);else{k[c>>2]=k[a>>2];k[f>>2]=c+4}c=(k[l>>2]|0)-(k[j>>2]|0)>>2;a=Fs(n,b)|0;k[a>>2]=c;a=k[l>>2]|0;if((a|0)==(k[m>>2]|0))yn(j,b);else{k[a>>2]=k[b>>2];k[l>>2]=(k[l>>2]|0)+4}b=b+8|0}e=k[d+4>>2]|0;f=i+24|0;g=i+28|0;h=i+20|0;b=k[d>>2]|0;while(1){if((b|0)==(e|0))break;a=b+4|0;c=k[f>>2]|0;if((c|0)==(k[g>>2]|0))yn(h,a);else{k[c>>2]=k[a>>2];k[f>>2]=c+4}d=(k[l>>2]|0)-(k[j>>2]|0)>>2;a=Fs(n,b)|0;k[a>>2]=d;a=k[l>>2]|0;if((a|0)==(k[m>>2]|0))yn(j,b);else{k[a>>2]=k[b>>2];k[l>>2]=(k[l>>2]|0)+4}b=b+8|0}return i|0}function Sf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;g=d+8|0;a:while(1){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(d)break;else break a;if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!d)break a}else h=11}else h=11;while(0);if((h|0)==11){h=0;if(d){b=0;break}else b=0}d=k[a>>2]|0;e=k[d+12>>2]|0;if((e|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[e>>0]|0;if((d&255)<<24>>24<=-1)break;if(!(j[(k[g>>2]|0)+(d<<24>>24<<1)>>1]&8192))break;d=k[a>>2]|0;e=d+12|0;f=k[e>>2]|0;if((f|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;continue}else{k[e>>2]=f+1;continue}}d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=30;break}if(!d)h=31}else h=30;while(0);if((h|0)==30?d:0)h=31;if((h|0)==31)k[c>>2]=k[c>>2]|2;return}function Tf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;c=m;e=a+12|0;if(i[e>>0]|0){l=IF(43324,14793)|0;j=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(c);_m(l,j);lq(l)}d=Ih(a)|0;if(i[e>>0]|0){l=$i(IF(43324,14537)|0,d)|0;j=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(c);_m(l,j);lq(l)}f=a+28|0;g=a+32|0;h=a+24|0;b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){l=IF(43324,14543)|0;j=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(c);_m(l,j);lq(l)}j=Ih(a)|0;j=OC(k[a>>2]|0,j)|0;k[c>>2]=j;l=k[f>>2]|0;if(l>>>0<(k[g>>2]|0)>>>0){k[l>>2]=j;k[f>>2]=(k[f>>2]|0)+4}else yn(h,c);b=b+1|0}r=m;return}function Uf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,16541)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+20|0);a:do switch(k[b+4>>2]|0){case 1:{f=j[b+8>>1]|0;c=(f&65535)>>>8&255;switch((f&255)<<24>>24){case 1:{pj(k[a+4>>2]|0,c<<24>>24?32:33)|0;break a}case 2:{pj(k[a+4>>2]|0,c<<24>>24?34:35)|0;break a}case 4:{pj(k[a+4>>2]|0,42)|0;break a}default:Ha()}break}case 2:{f=j[b+8>>1]|0;c=(f&65535)>>>8&255;switch((f&255)<<24>>24){case 1:{pj(k[a+4>>2]|0,c<<24>>24?36:37)|0;break a}case 2:{pj(k[a+4>>2]|0,c<<24>>24?38:39)|0;break a}case 4:{pj(k[a+4>>2]|0,c<<24>>24?40:41)|0;break a}case 8:{pj(k[a+4>>2]|0,43)|0;break a}default:Ha()}break}case 3:{pj(k[a+4>>2]|0,44)|0;break}case 4:{pj(k[a+4>>2]|0,45)|0;break}default:Ha()}while(0);lz(a,k[b+16>>2]|0,l[b+8>>0]|0,k[b+12>>2]|0);r=d;return}function Vf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;g=p;i[a>>0]=0;c=k[(k[b>>2]|0)+-12>>2]|0;d=b+c|0;e=d+16|0;f=k[e>>2]|0;if(!f){d=k[d+72>>2]|0;if(d){lq(d);c=k[(k[b>>2]|0)+-12>>2]|0}c=b+c|0;do if(k[c+4>>2]&4096|0){e=eG(c)|0;k[g>>2]=e;e=NI(e,44028)|0;RL(g);n=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0;e=e+8|0;f=n;g=(n|0)==0;h=f+12|0;m=f+16|0;while(1){if(g)break;c=k[h>>2]|0;d=k[m>>2]|0;if((c|0)==(d|0)){if((Mb[k[(k[n>>2]|0)+36>>2]&127](f)|0)==-1)break;c=k[h>>2]|0;d=k[m>>2]|0}if((c|0)==(d|0))c=Mb[k[(k[n>>2]|0)+36>>2]&127](f)|0;else c=l[c>>0]|0;if((c&255)<<24>>24<=-1){o=18;break}if(!(j[(k[e>>2]|0)+(c<<24>>24<<1)>>1]&8192)){o=18;break}c=k[h>>2]|0;if((c|0)==(k[m>>2]|0)){Mb[k[(k[n>>2]|0)+40>>2]&127](f)|0;continue}else{k[h>>2]=c+1;continue}}if((o|0)==18){if((k[h>>2]|0)!=(k[m>>2]|0))break;if((Mb[k[(k[n>>2]|0)+36>>2]&127](f)|0)!=-1)break}n=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;o=n+16|0;k[o>>2]=k[o>>2]|(k[n+24>>2]|0)==0|6}while(0);i[a>>0]=(k[b+(k[(k[b>>2]|0)+-12>>2]|0)+16>>2]|0)==0&1}else k[e>>2]=f|(k[d+24>>2]|0)==0|4;r=p;return}function Wf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+32|0;o=s+16|0;p=s+8|0;l=s+4|0;m=s;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;n=a+32|0;d=0;while(1){if((d|0)>=(c|0)){q=8;break}e=Rq(k[n>>2]|0)|0;if((e|0)==-1){c=-1;break}i[o+d>>0]=e;d=d+1|0}if((q|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=p+4|0;a:while(1){t=k[g>>2]|0;e=t;d=k[e>>2]|0;e=k[e+4>>2]|0;u=k[h>>2]|0;f=o+c|0;switch(Pb[k[(k[u>>2]|0)+16>>2]&15](u,t,o,f,l,p,j,m)|0){case 3:{q=15;break a}case 2:{q=17;break a}case 1:break;default:break a}u=k[g>>2]|0;k[u>>2]=d;k[u+4>>2]=e;if((c|0)==8){q=17;break}d=Rq(k[n>>2]|0)|0;if((d|0)==-1){q=17;break}i[f>>0]=d;c=c+1|0}if((q|0)==15)k[p>>2]=i[o>>0];else if((q|0)==17){c=-1;break}q=18}else{k[p>>2]=i[o>>0];q=18}while(0);b:do if((q|0)==18){if(b){c=k[p>>2]|0;k[a+48>>2]=c;break}while(1){if((c|0)<=0)break;c=c+-1|0;if((Qu(i[o+c>>0]|0,k[n>>2]|0)|0)==-1){c=-1;break b}}c=k[p>>2]|0}while(0)}}r=s;return c|0}function Xf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+16|0;m=o;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}k[h>>2]=f;k[e>>2]=c;l=g;n=a+8|0;a:while(1){if((f|0)==(g|0)|(c|0)==(d|0)){p=33;break}a=BJ(k[n>>2]|0)|0;j=di(f,e,b-c>>2,l-f|0)|0;if(a|0)BJ(a)|0;switch(j|0){case -1:{p=10;break a}case 0:{c=1;break a}default:{}}f=(k[h>>2]|0)+j|0;k[h>>2]=f;if((f|0)==(g|0)){p=32;break}if((b|0)==(d|0)){c=k[e>>2]|0;b=d;continue}f=BJ(k[n>>2]|0)|0;c=Zn(m,0)|0;if(f|0)BJ(f)|0;if((c|0)==-1){c=2;p=31;break}if(c>>>0>(l-(k[h>>2]|0)|0)>>>0){c=1;p=31;break}else f=m;while(1){if(!c)break;a=i[f>>0]|0;j=k[h>>2]|0;k[h>>2]=j+1;i[j>>0]=a;f=f+1|0;c=c+-1|0}c=(k[e>>2]|0)+4|0;k[e>>2]=c;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}f=k[h>>2]|0}if((p|0)==10){k[h>>2]=f;while(1){if((c|0)==(k[e>>2]|0))break;d=k[c>>2]|0;b=BJ(k[n>>2]|0)|0;f=Zn(f,d)|0;if(b|0)BJ(b)|0;if((f|0)==-1)break;f=(k[h>>2]|0)+f|0;k[h>>2]=f;c=c+4|0}k[e>>2]=c;c=2}else if((p|0)!=31)if((p|0)==32){c=k[e>>2]|0;p=33}if((p|0)==33)c=(c|0)!=(d|0)&1;r=o;return c|0}function Yf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0;l=k[b>>2]|0;q=l*33^5381;n=a+4|0;g=k[n>>2]|0;p=(g|0)==0;i=l;a:do if(!p){j=g+-1|0;h=(j&g|0)==0;if(h)c=j&q;else c=(q>>>0)%(g>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!b)m=12;else do{b=k[b>>2]|0;if(!b){m=12;break a}d=k[b+4>>2]|0;if(h)d=d&j;else d=(d>>>0)%(g>>>0)|0;if((d|0)!=(c|0)){m=12;break a}}while((k[b+8>>2]|0)!=(i|0))}else{c=0;m=12}while(0);if((m|0)==12){b=LD(16)|0;k[b+8>>2]=l;k[b+12>>2]=0;k[b+4>>2]=q;k[b>>2]=0;h=a+12|0;e=+(((k[h>>2]|0)+1|0)>>>0);f=+o[a+16>>2];do if(p|e>+(g>>>0)*f){c=(g>>>0>2&(g+-1&g|0)==0&1|g<<1)^1;d=~~+$(+(e/f))>>>0;dn(a,c>>>0<d>>>0?d:c);c=k[n>>2]|0;d=c+-1|0;if(!(d&c)){g=c;c=d&q;break}else{g=c;c=(q>>>0)%(c>>>0)|0;break}}while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){q=a+8|0;k[b>>2]=k[q>>2];k[q>>2]=b;k[c>>2]=q;c=k[b>>2]|0;if(c|0){c=k[c+4>>2]|0;d=g+-1|0;if(!(d&g))c=c&d;else c=(c>>>0)%(g>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=b}}else{k[b>>2]=k[d>>2];k[d>>2]=b}k[h>>2]=(k[h>>2]|0)+1}return b+12|0}function Zf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;i[a+82>>0]=1;c=(cr(b)|0)+8|0;do if((k[c>>2]|0)!=1?(c=(cr(b)|0)+8|0,(k[c>>2]|0)!=1):0){c=Gn(b,1)|0;if(!(i[c>>0]|0))c=1;else{d=Gn(b,1)|0;dJ(Gn(d,0)|0)|0;c=HJ()|0;d=dJ(Gn(d,1)|0)|0;k[c>>2]=d;d=k[a>>2]|0;k[c+4>>2]=k[d+60>>2];k[c+8>>2]=1;fl(d,c);c=2}d=(cr(b)|0)+8|0;if((c|0)!=(k[d>>2]|0)){d=Gn(b,c)|0;if(!((i[d>>0]|0)==0?(i[d+24>>0]|0)!=0:0)){d=dJ(Gn(b,c)|0)|0;if((d|0)==(k[10596]|0)){Eg(a,Gn(b,c+1|0)|0,1);d=k[a>>2]|0;b=k[d+72>>2]|0;b=mF(d+68|0,(k[b+8>>2]|0)-(k[b+4>>2]|0)>>2,0)|0;k[d+64>>2]=k[b>>2];break}d=(cr(b)|0)+8|0;d=dJ(Gn(b,(k[d>>2]|0)+-1|0)|0)|0;if((d|0)==(k[10596]|0)){e=(k[a>>2]|0)+64|0;d=Kp($I(Gn(b,c)|0)|0)|0;mF(e,d,((d|0)<0)<<31>>31)|0;a=(k[a>>2]|0)+68|0;d=Kp($I(Gn(b,c+1|0)|0)|0)|0;mF(a,d,((d|0)<0)<<31>>31)|0;break}}Eg(a,b,c);e=k[a>>2]|0;d=k[e+72>>2]|0;d=mF(e+68|0,(k[d+8>>2]|0)-(k[d+4>>2]|0)>>2,0)|0;k[e+64>>2]=k[d>>2]}}while(0);return}function _f(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+80|0;j=u+40|0;l=u;m=a+40|0;n=a+16|0;o=b+36|0;p=a+56|0;q=a+60|0;s=a+44|0;g=a+48|0;h=a+41|0;f=0;while(1){i[m>>0]=0;lm(n,o);if((k[p>>2]|0)==(k[q>>2]|0))e=0;else{t=3;break}while(1){c=k[g>>2]|0;v=k[s>>2]|0;d=v;if(e>>>0>=c-v>>2>>>0)break;c=LI(k[k[d+(e<<2)>>2]>>2]|0)|0;d=k[c+8>>2]|0;if(d){if(i[h>>0]|0){k[k[(k[s>>2]|0)+(e<<2)>>2]>>2]=d;i[m>>0]=1}}else{k[c>>2]=22;k[c+4>>2]=0;i[m>>0]=1}e=e+1|0}while(1){if((c|0)==(d|0))break;v=c+-4|0;k[g>>2]=v;c=v}if(!(i[m>>0]|0))break;else f=1}if((t|0)==3)Ka(25097,25113,172,29951);qy(j);k[j>>2]=3996;k[j+36>>2]=k[a+36>>2];k[j+32>>2]=b;Sl(j+16+-16+16|0,o);if(f){py(l);k[l>>2]=4036;k[l+32>>2]=b;Rl(l+16+-16+16|0,o);pC(l)}pC(j);r=u;return}function $f(a,b){a=a|0;b=b|0;if(!b)Ka(27586,32063,72,27591);do switch(k[b>>2]|0){case 1:{Pf(a,b);break}case 2:{ng(a,b);break}case 3:{Wi(a,b);break}case 4:{Fj(a,b);break}case 5:{Hh(a,b);break}case 6:{Qi(a,b);break}case 7:{Pi(a,b);break}case 8:{Fi(a,b);break}case 9:{tk(a,b);break}case 10:{Bl(a,b);break}case 11:{ak(a,b);break}case 12:{ql(a,b);break}case 13:{Uf(a,b);break}case 14:{gg(a,b);break}case 15:{Sg(a,b);break}case 16:{sd(a,b);break}case 17:{Lc(a,b);break}case 18:{dm(a,b);break}case 19:{Nn(a,b);break}case 20:{km(a,b);break}case 21:{nl(a,b);break}case 22:{To(a);break}case 23:{Jo(a);break}default:{}}while(0);return}function ag(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+48|0;l=x+40|0;b=x+24|0;t=x+20|0;u=x+16|0;v=x+4|0;w=x;if(i[a+12>>0]|0){s=IF(43324,16716)|0;q=eG(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=q;q=NI(q,44028)|0;q=Sb[k[(k[q>>2]|0)+28>>2]&31](q,10)|0;RL(l);_m(s,q);lq(s)}m=Ih(a)|0;n=b+4|0;o=b+8|0;p=b+12|0;q=v+4|0;s=v+8|0;g=b+4|0;f=0;while(1){if(f>>>0>=m>>>0)break;k[n>>2]=0;k[o>>2]=0;k[p>>2]=0;h=ju(a)|0;k[t>>2]=h;j=Ih(a)|0;k[u>>2]=j;k[v>>2]=0;k[q>>2]=0;k[s>>2]=0;Nt(v,j);b=0;while(1){if(b>>>0>=j>>>0)break;e=Ah(a)|0;i[(k[v>>2]|0)+b>>0]=e;b=b+1|0}b=k[a>>2]|0;c=k[v>>2]|0;k[w>>2]=c;d=b+100|0;e=k[d>>2]|0;if(e>>>0<(k[b+104>>2]|0)>>>0){lG(l,j,0);Ly(e,h,c,k[l>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else jk(b+96|0,t,w,u);_A(v);_A(g);f=f+1|0}r=x;return}function bg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+48|0;f=l+40|0;c=l+28|0;g=l+16|0;h=l+12|0;e=l;d=a+44|0;if(!(k[d>>2]|0)){l=La(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,17776,34);h=k[b+28>>2]|0;j=k[b+32>>2]|0;av(l,c);k[l+12>>2]=h;k[l+16>>2]=j;pb(l|0,8,182)}do if((i[b>>0]|0)==0?(i[b+24>>0]|0)!=0:0){c=dJ(b)|0;a=k[d>>2]|0;k[f>>2]=c;if(!(qv(a+52|0,f)|0)){l=La(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;vs(g,17811,14);h=k[b+28>>2]|0;j=k[b+32>>2]|0;av(l,g);k[l+12>>2]=h;k[l+16>>2]=j;pb(l|0,8,182)}else{k[h>>2]=c;k[f>>2]=k[h>>2];a=lx(a,f)|0;break}}else j=8;while(0);if((j|0)==8){a=Kp($I(b)|0)|0;if(a>>>0>=(nI(k[d>>2]|0)|0)>>>0){l=La(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;vs(e,17826,15);h=k[b+28>>2]|0;j=k[b+32>>2]|0;av(l,e);k[l+12>>2]=h;k[l+16>>2]=j;pb(l|0,8,182)}}r=l;return a|0}function cg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=a+4|0;c=k[g>>2]|0;h=a+100|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Hl(a)|0;switch(c|0){case 43:case 45:{d=(c|0)==45&1;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Hl(a)|0;if((b|0)!=0&(c+-48|0)>>>0>9?(k[h>>2]|0)!=0:0)k[g>>2]=(k[g>>2]|0)+-1;break}default:d=0}if((c+-48|0)>>>0>9)if(!(k[h>>2]|0)){d=-2147483648;c=0}else{k[g>>2]=(k[g>>2]|0)+-1;d=-2147483648;c=0}else{f=0;do{f=c+-48+(f*10|0)|0;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Hl(a)|0;e=(c+-48|0)>>>0<10}while(e&(f|0)<214748364);b=((f|0)<0)<<31>>31;if(e){e=f;do{b=ED(e|0,b|0,10,0)|0;e=N;c=fJ(c|0,((c|0)<0)<<31>>31|0,-48,-1)|0;e=fJ(c|0,N|0,b|0,e|0)|0;b=N;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Hl(a)|0}while((c+-48|0)>>>0<10&((b|0)<21474836|(b|0)==21474836&e>>>0<2061584302))}else e=f;if((c+-48|0)>>>0<10)do{c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Hl(a)|0}while((c+-48|0)>>>0<10);if(k[h>>2]|0)k[g>>2]=(k[g>>2]|0)+-1;h=(d|0)!=0;c=dH(0,0,e|0,b|0)|0;d=h?N:b;c=h?c:e}N=d;return c|0}function dg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=a+4|0;f=k[n>>2]|0;g=k[a>>2]|0;m=f-g>>2;j=g;c=f;a:do if(m>>>0<b>>>0){e=b-m|0;l=a+8|0;d=k[l>>2]|0;if(d-f>>2>>>0>=e>>>0){iu(f|0,0,e<<2|0)|0;k[n>>2]=f+(e<<2);break}if(b>>>0>1073741823)wM();i=d-g|0;h=i>>1;h=i>>2>>>0<536870911?(h>>>0<b>>>0?b:h):1073741823;do if(h)if(h>>>0>1073741823){n=La(4)|0;HN(n);pb(n|0,3016,173)}else{i=LD(h<<2)|0;break}else i=0;while(0);d=i+(m<<2)|0;iu(d|0,0,e<<2|0)|0;f=f+(0-g)|0;while(1){if((c|0)==(j|0))break;g=d+-4|0;e=c+-4|0;o=k[e>>2]|0;k[e>>2]=0;k[g>>2]=o;c=e;d=g}e=k[a>>2]|0;k[a>>2]=i+(m-(f>>>2)<<2);c=k[n>>2]|0;k[n>>2]=i+(b<<2);k[l>>2]=i+(h<<2);while(1){if((c|0)==(e|0))break;o=c+-4|0;c=o;d=k[o>>2]|0;k[o>>2]=0;if(!d)continue;ZA(d);dO(d)}if(e|0)dO(e)}else if(m>>>0>b>>>0){d=j+(b<<2)|0;while(1){if((c|0)==(d|0))break a;o=c+-4|0;k[n>>2]=o;c=k[o>>2]|0;k[o>>2]=0;if(c|0){ZA(c);dO(c)}c=k[n>>2]|0}}while(0);return}function eg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;switch(b-a>>2|0){case 1:case 0:{d=1;break}case 2:{d=b+-4|0;if(ai(k[c>>2]|0,k[c+4>>2]|0,k[d>>2]|0,k[a>>2]|0)|0){c=k[a>>2]|0;k[a>>2]=k[d>>2];k[d>>2]=c;d=1}else d=1;break}case 3:{Bi(a,a+4|0,b+-4|0,c)|0;d=1;break}case 4:{qk(a,a+4|0,a+8|0,b+-4|0,c)|0;d=1;break}case 5:{ti(a,a+4|0,a+8|0,a+12|0,b+-4|0,c)|0;d=1;break}default:{e=a+8|0;Bi(a,a+4|0,e,c)|0;i=c+4|0;h=a+12|0;d=0;while(1){if((h|0)==(b|0)){e=1;d=0;break}if(!(ai(k[c>>2]|0,k[i>>2]|0,k[h>>2]|0,k[e>>2]|0)|0)){e=h;h=h+4|0;continue}g=k[h>>2]|0;f=h;while(1){k[f>>2]=k[e>>2];if((e|0)==(a|0)){e=a;break}f=e+-4|0;if(ai(k[c>>2]|0,k[i>>2]|0,g,k[f>>2]|0)|0){j=e;e=f;f=j}else break}k[e>>2]=g;d=d+1|0;f=h+4|0;if((d|0)==8){e=0;d=(f|0)==(b|0);break}else{e=h;h=f}}d=d|e}}return d|0}function fg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;j=o+4|0;l=o;if(i[a+12>>0]|0){n=IF(43324,16736)|0;m=eG(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=NI(m,44028)|0;m=Sb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;RL(j);_m(n,m);lq(n)}m=(k[a>>2]|0)+64|0;mF(m,Ih(a)|0,0)|0;m=(k[a>>2]|0)+68|0;mF(m,Ih(a)|0,0)|0;m=Ih(a)|0;n=a+124|0;b=0;while(1){k[j>>2]=b;if(b>>>0>=m>>>0)break;b=k[a>>2]|0;c=ju(a)|0;k[l>>2]=c;d=b+76|0;e=k[d>>2]|0;if(e>>>0<(k[b+80>>2]|0)>>>0){k[e>>2]=c;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[d>>2]=e+16}else Gl(b+72|0,l);c=Xr(n,j)|0;d=Ih(a)|0;e=c+4|0;f=c+8|0;b=0;while(1){if((b|0)==(d|0))break;g=Ih(a)|0;k[l>>2]=g;h=k[e>>2]|0;if(h>>>0<(k[f>>2]|0)>>>0){k[h>>2]=g;k[e>>2]=h+4}else yn(c,l);b=b+1|0}b=(k[j>>2]|0)+1|0}r=o;return}function gg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,16555)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+20|0);Lg(a,b+24|0);a:do switch(k[b+28>>2]|0){case 1:{switch(i[b+8>>0]|0){case 1:{pj(k[a+4>>2]|0,46)|0;break a}case 2:{pj(k[a+4>>2]|0,47)|0;break a}case 4:{pj(k[a+4>>2]|0,51)|0;break a}default:Ha()}break}case 2:{switch(i[b+8>>0]|0){case 1:{pj(k[a+4>>2]|0,48)|0;break a}case 2:{pj(k[a+4>>2]|0,49)|0;break a}case 4:{pj(k[a+4>>2]|0,50)|0;break a}case 8:{pj(k[a+4>>2]|0,52)|0;break a}default:Ha()}break}case 3:{pj(k[a+4>>2]|0,53)|0;break}case 4:{pj(k[a+4>>2]|0,54)|0;break}default:Ha()}while(0);lz(a,k[b+16>>2]|0,l[b+8>>0]|0,k[b+12>>2]|0);r=d;return}function hg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;ud(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){ud(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){ud(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(OI(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function ig(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+176|0;l=o+160|0;m=o+16|0;n=o;if(c>>>0>e>>>0|(c|0)==(e|0)&b>>>0>d>>>0){g=m+64|0;h=m+8|0;k[h>>2]=3592;j=m+12|0;k[m>>2]=3632;k[g>>2]=3652;k[m+4>>2]=0;Zw(m+64|0,j);k[m+136>>2]=0;k[m+140>>2]=-1;k[m>>2]=3572;k[g>>2]=3612;k[h>>2]=3592;PB(j);k[j>>2]=3400;h=m+44|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[h+(g<<2)>>2]=0;g=g+1|0}k[m+56>>2]=0;k[m+60>>2]=24;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[l+(g<<2)>>2]=0;g=g+1|0}lj(j,l);NJ(l);Ri(IF(Ri(IF(IF(m+8|0,f)|0,17185)|0,b,c)|0,20312)|0,d,e)|0;l=k[a+36>>2]|0;f=k[(k[l>>2]|0)+28>>2]|0;uk(n,j);Kb[f&1023](l,(i[n+11>>0]|0)<0?k[n>>2]|0:n);NJ(n);lF(m)}r=o;return}function jg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+16|0;h=i;while(1){if((a|0)==(b|0))break;g=k[a>>2]|0;k[h>>2]=g;j=(nk(c,h)|0)==0;e=g+48|0;f=k[e>>2]|0;g=g+52|0;d=k[g>>2]|0;a:do if(j){while(1){if((d|0)==(f|0))break;j=d+-4|0;k[g>>2]=j;d=j}e=k[a>>2]|0;d=k[e+36>>2]|0;e=e+40|0;f=k[e>>2]|0;while(1){if((f|0)==(d|0))break a;j=f+-4|0;k[e>>2]=j;f=j}}else{j=ik(f,d,c)|0;rr(e,j,k[(k[a>>2]|0)+52>>2]|0);j=k[a>>2]|0;g=j+36|0;j=ik(k[g>>2]|0,k[j+40>>2]|0,c)|0;rr(g,j,k[(k[a>>2]|0)+40>>2]|0)}while(0);a=a+4|0}r=i;return}function kg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;h=o+36|0;c=o+20|0;j=o+32|0;l=o+8|0;m=o+4|0;n=o;if(!(i[a+81>>0]|0)){o=La(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,18021,18);lD(o,c);pb(o|0,8,182)}g=(cr(b)|0)+8|0;if((k[g>>2]|0)>>>0>1?(g=Gn(b,1)|0,(i[g>>0]|0)!=0):0){c=2;g=Yb(a,Gn(b,1)|0)|0}else{g=VC(k[a+4>>2]|0)|0;k[g+8>>2]=1;k[g+16>>2]=0;k[g+4>>2]=1;c=1}k[j>>2]=g;k[l>>2]=0;f=l+4|0;k[f>>2]=0;k[l+8>>2]=0;while(1){e=(cr(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;e=c+1|0;c=$I(Gn(b,c)|0)|0;d=Lq(c)|0;if(!d){c=e;continue}Th(c,d,l);c=e}a=k[a>>2]|0;b=k[l>>2]|0;k[m>>2]=b;c=(k[f>>2]|0)-b|0;k[n>>2]=c;d=a+100|0;e=k[d>>2]|0;if(e>>>0<(k[a+104>>2]|0)>>>0){lG(h,c,0);Ly(e,g,b,k[h>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else jk(a+96|0,j,m,n);_A(l);r=o;return}function lg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+176|0;l=p+168|0;m=p+40|0;n=p+36|0;o=p+32|0;h=p;g=p+24|0;j=p+16|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[h+(b<<2)>>2]=0;b=b+1|0}k[g+4>>2]=0;k[g>>2]=11828;e=i[f+8+3>>0]|0;b=e<<24>>24<0;c=b?k[f>>2]|0:f;e=c+((b?k[f+4>>2]|0:e&255)<<2)|0;f=m+32|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=Pb[k[(k[g>>2]|0)+12>>2]&15](g,l,c,e,o,m,f,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;so(h,i[b>>0]|0);b=b+1|0}c=k[o>>2]|0;b=d}c=(i[h+11>>0]|0)<0?k[h>>2]|0:h;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}c=gO(c)|0;k[j+4>>2]=0;k[j>>2]=11876;e=c+(Lq(c)|0)|0;f=e;g=m+128|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=Pb[k[(k[j>>2]|0)+16>>2]&15](j,l,c,(f-c|0)>32?c+32|0:e,o,m,g,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;ao(a,k[b>>2]|0);b=b+4|0}c=k[o>>2]|0;b=d}NJ(h);r=p;return}function mg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+16|0;c=f;e=a+12|0;if(i[e>>0]|0){d=IF(43324,16658)|0;b=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(c);_m(d,b);lq(d)}d=Ih(a)|0;if(i[e>>0]|0){b=$i(IF(43324,14537)|0,d)|0;g=eG(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(b,g);lq(b)}b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){g=IF(43324,14543)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(c);_m(g,h);lq(g)}h=LD(12)|0;k[h>>2]=0;g=yH(a)|0;k[h+4>>2]=g;g=ju(a)|0;k[h+8>>2]=g;el(k[a>>2]|0,h);b=b+1|0}r=f;return}function ng(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+16|0;e=l;if(i[a+8>>0]|0){j=IF(43324,15221)|0;h=eG(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(e);_m(j,h);lq(j)}Lg(a,b+8|0);h=a+4|0;pj(k[h>>2]|0,3)|0;f=a+116|0;c=k[10531]|0;k[e>>2]=c;j=a+120|0;d=k[j>>2]|0;g=a+124|0;if(d>>>0<(k[g>>2]|0)>>>0){k[d>>2]=c;k[j>>2]=(k[j>>2]|0)+4}else yn(f,e);wm(a,k[b+12>>2]|0);d=k[j>>2]|0;c=0;while(1){if((c|0)==-1)break;m=c+-1|0;k[j>>2]=d+(m<<2);c=m}c=b+16|0;a:do if(k[c>>2]|0){pj(k[h>>2]|0,4)|0;d=k[10531]|0;k[e>>2]=d;b=k[j>>2]|0;if(b>>>0<(k[g>>2]|0)>>>0){k[b>>2]=d;k[j>>2]=(k[j>>2]|0)+4}else yn(f,e);wm(a,k[c>>2]|0);d=k[j>>2]|0;c=0;while(1){if((c|0)==-1)break a;m=c+-1|0;k[j>>2]=d+(m<<2);c=m}}while(0);pj(k[h>>2]|0,15)|0;r=l;return}function og(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=r;r=r+80|0;h=i+48|0;d=i+68|0;e=i+24|0;f=i;g=i+64|0;ud(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){ud(f,b,k[c+24>>2]|0);if(!(k[f+16>>2]|0)){l=k[b+4>>2]|0;b=k[l+36>>2]|0;j=k[(k[b>>2]|0)+20>>2]|0;k[h>>2]=k[e>>2];k[h+4>>2]=k[e+4>>2];k[h+8>>2]=k[e+8>>2];k[h+12>>2]=k[e+12>>2];e=Jj(l,c,h)|0;k[g>>2]=e;k[d>>2]=k[g>>2];k[h>>2]=k[f>>2];k[h+4>>2]=k[f+4>>2];k[h+8>>2]=k[f+8>>2];k[h+12>>2]=k[f+12>>2];Rb[j&31](b,c,d,h);k[a>>2]=0;h=a+8|0;k[h>>2]=0;k[h+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=i;return}function pg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+16|0;b=l+4|0;e=l;j=k[a>>2]|0;if((k[j+76>>2]|0)!=(k[j+72>>2]|0)){if(i[a+8>>0]|0){j=IF(43324,20562)|0;h=eG(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(b);_m(j,h);lq(j)}f=PG(a,31758)|0;g=a+4|0;al(k[g>>2]|0,k[(k[a>>2]|0)+64>>2]|0)|0;al(k[g>>2]|0,k[(k[a>>2]|0)+68>>2]|0)|0;d=k[a>>2]|0;al(k[g>>2]|0,(k[d+76>>2]|0)-(k[d+72>>2]|0)>>4)|0;d=k[a>>2]|0;h=k[d+76>>2]|0;d=k[d+72>>2]|0;while(1){if((d|0)==(h|0))break;Iv(a,k[d>>2]|0);pj(k[g>>2]|0,15)|0;c=d+4|0;j=d+8|0;al(k[g>>2]|0,(k[j>>2]|0)-(k[c>>2]|0)>>2)|0;j=k[j>>2]|0;c=k[c>>2]|0;while(1){if((c|0)==(j|0))break;m=k[g>>2]|0;k[e>>2]=k[c>>2];k[b>>2]=k[e>>2];al(m,yl(a,b)|0)|0;c=c+4|0}d=d+16|0}SE(a,f)}r=l;return}function qg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+16|0;o=u;do if((b|0)!=-1){p=a+12|0;q=a+8|0;s=(k[p>>2]|0)-(k[q>>2]|0)|0;t=a+24|0;j=k[t>>2]|0;m=a+28|0;c=k[m>>2]|0;if((j|0)==(c|0)){h=a+48|0;if(!(k[h>>2]&16)){c=-1;break}f=a+20|0;g=k[f>>2]|0;n=a+44|0;l=(k[n>>2]|0)-g|0;e=a+32|0;so(e,0);c=e+11|0;if((i[c>>0]|0)<0)d=(k[a+40>>2]&2147483647)+-1|0;else d=10;Ur(e,d);c=i[c>>0]|0;if(c<<24>>24<0){d=k[e>>2]|0;c=k[a+36>>2]|0}else{d=e;c=c&255}c=d+c|0;k[f>>2]=d;k[m>>2]=c;j=d+(j-g)|0;k[t>>2]=j;d=d+l|0;k[n>>2]=d;l=n;e=n;g=c}else{d=a+44|0;l=d;h=a+48|0;e=d;d=k[d>>2]|0;g=c}f=j+1|0;k[o>>2]=f;d=k[(f>>>0<d>>>0?e:o)>>2]|0;k[l>>2]=d;if(k[h>>2]&8|0){c=a+32|0;if((i[c+11>>0]|0)<0)c=k[c>>2]|0;k[q>>2]=c;k[p>>2]=c+s;k[a+16>>2]=d}if((j|0)==(g|0)){c=Sb[k[(k[a>>2]|0)+52>>2]&31](a,b&255)|0;break}else{k[t>>2]=f;i[j>>0]=b;c=b&255;break}}else c=0;while(0);r=u;return c|0}function rg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if(!a){c=k[b>>2]|0;a=k[c>>2]|0;if(!a)c=0;else{d=c;c=0;do{if(a>>>0>127){a=Zn(g,a)|0;if((a|0)==-1){c=-1;break a}}else a=1;c=a+c|0;d=d+4|0;a=k[d>>2]|0}while((a|0)!=0)}}else{b:do if(c>>>0>3){d=c;e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f)break;f=Zn(a,f)|0;if((f|0)==-1){c=-1;break a}a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(d>>>0<=3)break b}i[a>>0]=0;k[b>>2]=0;c=c-d|0;break a}else d=c;while(0);if(d){e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f){e=19;break}f=Zn(g,f)|0;if((f|0)==-1){c=-1;break a}if(d>>>0<f>>>0){e=22;break}Zn(a,k[e>>2]|0)|0;a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(!d)break a}if((e|0)==19){i[a>>0]=0;k[b>>2]=0;c=c-d|0;break}else if((e|0)==22){c=c-d|0;break}}}while(0);r=h;return c|0}function sg(){Oe(42068,31746,1);Oe(42072,31913,1);Oe(42076,31917,1);Oe(42080,32900,1);Oe(42084,32367,1);Oe(42088,31292,1);Oe(42092,31300,1);Oe(42096,31310,1);Oe(42100,31321,1);Oe(42104,31332,1);Oe(42108,31343,1);Oe(42112,31355,1);Oe(42116,31367,1);Oe(42120,31380,1);Oe(42124,31393,1);Oe(42128,31413,1);Oe(42132,31418,1);Oe(42136,31423,1);Oe(42140,31429,1);Oe(42144,31436,1);Oe(42148,31445,1);Oe(42152,31453,1);Oe(42156,31464,1);Oe(42160,31473,1);Oe(42164,31482,1);Oe(42168,31491,1);Oe(42172,31500,1);Oe(42176,31512,1);Oe(42180,31516,1);Oe(42184,31522,1);Oe(42188,31527,1);Oe(42192,31532,1);Oe(42196,31550,1);Oe(42200,31559,1);Oe(42204,31567,1);Oe(42208,31574,1);Oe(42212,31578,1);Oe(42216,31588,1);Oe(42220,31599,1);Oe(42224,31610,1);Oe(42228,31624,1);Oe(42232,31633,1);Oe(42236,31643,1);Oe(42240,31654,1);Oe(42244,31665,1);Oe(42248,31678,1);Oe(42252,31688,1);Oe(42256,31697,1);return}function tg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Xj(j+1|0,35651,k[o>>2]|0)|0;k[n>>2]=q;a=FH()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Ky(q,30,a,j,g)|0}else{p[h>>3]=e;a=Ky(q,30,a,j,h)|0}if((a|0)>29){a=FH()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=wz(n,a,j,l)|0}else{p[m>>3]=e;a=wz(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=Ap(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=ac(a<<3)|0;f=g;a=h}q=eG(c)|0;k[t>>2]=q;Gd(a,i,j,f,u,s,t);cE(q);a=dj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)vc(g);vc(l);r=v;return a|0}function ug(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Xj(j+1|0,50039,k[o>>2]|0)|0;k[n>>2]=q;a=FH()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Ky(q,30,a,j,g)|0}else{p[h>>3]=e;a=Ky(q,30,a,j,h)|0}if((a|0)>29){a=FH()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=wz(n,a,j,l)|0}else{p[m>>3]=e;a=wz(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=Ap(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=ac(a<<3)|0;f=g;a=h}q=eG(c)|0;k[t>>2]=q;Gd(a,i,j,f,u,s,t);cE(q);a=dj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)vc(g);vc(l);r=v;return a|0}function vg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;if(!(i[a+12>>0]|0))e=a+4|0;else{g=IF(aj(IF(43324,20433)|0,b)|0,14111)|0;e=a+4|0;g=IF($i(g,(k[e>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;d=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(f);_m(g,d);lq(g)}c=b&255;i[f>>0]=c;d=k[e>>2]|0;g=a+8|0;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;d=(k[e>>2]|0)+1|0;k[e>>2]=d}else{Dn(a,f);d=k[e>>2]|0}c=b>>>8&255;i[f>>0]=c;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;d=(k[e>>2]|0)+1|0;k[e>>2]=d}else{Dn(a,f);d=k[e>>2]|0}c=b>>>16&255;i[f>>0]=c;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;d=(k[e>>2]|0)+1|0;k[e>>2]=d}else{Dn(a,f);d=k[e>>2]|0}c=b>>>24&255;i[f>>0]=c;if(d>>>0<(k[g>>2]|0)>>>0){i[d>>0]=c;k[e>>2]=(k[e>>2]|0)+1}else Dn(a,f);r=h;return}function wg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+64|0;f=l+40|0;g=l+12|0;h=l+24|0;j=l;a:do if((b-a|0)>3?(i[a>>0]|0)==68:0){switch(i[a+1>>0]|0){case 84:case 116:break;default:break a}m=a+2|0;e=Vb(m,b,c)|0;if((!((e|0)==(m|0)|(e|0)==(b|0))?(i[e>>0]|0)==69:0)?(d=k[c+4>>2]|0,(k[c>>2]|0)!=(d|0)):0){c=d+-24|0;Sr(j,c);b=eC(j,0,39119)|0;k[h>>2]=k[b>>2];k[h+4>>2]=k[b+4>>2];k[h+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=PC(h,38935)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}ps(f,g);Ge(c,f);CC(f);kI(g);kI(h);kI(j);a=e+1|0}}while(0);r=l;return a|0}function xg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){ud(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(ud(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=fz(a)|0;g=N;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=uF(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function yg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;g=k[a>>2]|0;if((k[g+52>>2]|0)!=(k[g+48>>2]|0)){g=a+8|0;if(i[g>>0]|0){f=IF(43324,21036)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(c);_m(f,e);lq(f)}d=PG(a,31746)|0;e=a+4|0;b=k[a>>2]|0;al(k[e>>2]|0,(k[b+52>>2]|0)-(k[b+48>>2]|0)>>2)|0;b=k[a>>2]|0;f=k[b+52>>2]|0;b=k[b+48>>2]|0;while(1){if((b|0)==(f|0))break;if(i[g>>0]|0){j=IF(43324,20465)|0;l=eG(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=l;l=NI(l,44028)|0;l=Sb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;RL(c);_m(j,l);lq(j)}l=k[e>>2]|0;pj(l,mB(k[(k[b>>2]|0)+4>>2]|0)|0)|0;Iv(a,k[(k[b>>2]|0)+8>>2]|0);pj(k[e>>2]|0,15)|0;b=b+4|0}SE(a,d)}r=h;return}function zg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;j=m+20|0;e=m+16|0;h=m+4|0;l=m;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;vs(h,b,Lq(b)|0);b=vi(a,h)|0;k[e>>2]=b;NJ(h);h=dJ(Gn(c,0)|0)|0;if((h|0)!=(k[10588]|0)?(h=dJ(Gn(c,0)|0)|0,(h|0)!=(k[10589]|0)):0){h=0;g=b}else{h=Gn(c,1)|0;if(((i[h>>0]|0)==0?(d=Gn(c,1)|0,(i[d>>0]|0)==0):0)?(i[d+24>>0]|0)!=0:0){g=dJ(Gn(c,1)|0)|0;k[e>>2]=g;h=1}else{h=1;g=b}}f=a+72|0;b=k[f>>2]|0;if((b|0)==(k[a+76>>2]|0))yn(a+68|0,e);else{k[b>>2]=g;k[f>>2]=(k[f>>2]|0)+4}b=Yb(a,c)|0;c=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;e=d+-1|0;k[f>>2]=c+(e<<2);d=e}if(!h){k[l>>2]=g;k[j>>2]=k[l>>2];if(Eq(b,j)|0){l=DB(k[a+4>>2]|0)|0;k[l+8>>2]=g;$x(l+12|0,b);jl(l);b=l}}else k[((k[b>>2]|0)==1?b:0)+8>>2]=g;r=m;return b|0}function Ag(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Ka(27586,32063,72,27591);do switch(k[c>>2]|0){case 1:{Df(a,b,c);break}case 2:{gj(a,b,c);break}case 23:{Kb[k[k[b>>2]>>2]&1023](b,23363);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 4:{Xh(a,b,c);break}case 5:{_g(a,b,c);break}case 22:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 20:{cp(a,b,k[c+8>>2]|0);break}case 19:{np(a,b,k[c+8>>2]|0);break}case 18:{ch(a,b,c);break}case 11:{vw(a,k[b+4>>2]|0,c);break}case 17:{cc(a,b,c);break}case 16:{oc(a,b,c);break}default:{}}while(0);return}function Bg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Xj(j+1|0,35651,k[o>>2]|0)|0;k[n>>2]=q;a=FH()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Ky(q,30,a,j,g)|0}else{p[h>>3]=e;a=Ky(q,30,a,j,h)|0}if((a|0)>29){a=FH()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=wz(n,a,j,l)|0}else{p[m>>3]=e;a=wz(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=Ap(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=ac(a<<1)|0;f=g;a=h}q=eG(c)|0;k[t>>2]=q;Ld(a,i,l,f,u,s,t);cE(q);d=vj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;vc(g);vc(j);r=v;return d|0}function Cg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Xj(j+1|0,50039,k[o>>2]|0)|0;k[n>>2]=q;a=FH()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Ky(q,30,a,j,g)|0}else{p[h>>3]=e;a=Ky(q,30,a,j,h)|0}if((a|0)>29){a=FH()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=wz(n,a,j,l)|0}else{p[m>>3]=e;a=wz(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=Ap(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=ac(a<<1)|0;f=g;a=h}q=eG(c)|0;k[t>>2]=q;Ld(a,i,l,f,u,s,t);cE(q);d=vj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;vc(g);vc(j);r=v;return d|0}function Dg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;d=a+12|0;if(i[d>>0]|0){g=IF(43324,15515)|0;f=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(g,f);lq(g)}f=Ih(a)|0;g=k[a>>2]|0;g=QC(g,Ih(a)|0)|0;c=b+24|0;k[c>>2]=k[g>>2];g=k[g+16>>2]|0;if(!g)Ka(31713,13964,1961,15535);if(((k[g+12>>2]|0)-(k[g+8>>2]|0)>>2|0)!=(f|0))Ka(15502,13964,1963,15535);if(i[d>>0]|0){e=IF(43324,15551)|0;e=IF(Oz(e,k[c>>2]|0)|0,15572)|0;IF($i(IF(Oz(e,k[g>>2]|0)|0,15584)|0,f)|0,15590)|0}d=b+8|0;Dw(d,f);e=f+-1|0;c=0;while(1){if((c|0)==(f|0))break;l=_w(a)|0;j=uF(d,e-c|0)|0;k[j>>2]=l;c=c+1|0}k[b+4>>2]=k[g+4>>2];r=h;return}function Eg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;d=m+4|0;l=m+16|0;j=m;if(!(i[a+82>>0]|0)){m=La(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,18096,18);j=k[b+28>>2]|0;l=k[b+32>>2]|0;av(m,d);k[m+12>>2]=j;k[m+16>>2]=l;pb(m|0,8,182)}h=Gn(b,c)|0;if(!(i[h>>0]|0)){d=VC(k[a+4>>2]|0)|0;k[d+8>>2]=1;k[d+16>>2]=0;k[d+4>>2]=1}else{d=Yb(a,Gn(b,c)|0)|0;c=c+1|0}k[l>>2]=d;k[l+4>>2]=0;f=l+8|0;k[f>>2]=0;k[l+12>>2]=0;g=l+4|0;h=l+12|0;while(1){e=(cr(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;d=xm(a,Gn(b,c)|0)|0;k[j>>2]=d;e=k[f>>2]|0;if(e>>>0<(k[h>>2]|0)>>>0){k[e>>2]=d;k[f>>2]=(k[f>>2]|0)+4}else yn(g,j);c=c+1|0}d=k[a>>2]|0;c=d+76|0;e=k[c>>2]|0;if((e|0)==(k[d+80>>2]|0))Bm(d+72|0,l);else{GI(e,l);k[c>>2]=(k[c>>2]|0)+16}ZA(l+4|0);r=m;return}function Fg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(i[l+24>>0]|0)==a<<24>>24;if(!m?(i[l+25>>0]|0)!=a<<24>>24:0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if(a<<24>>24==f<<24>>24?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+26|0;f=0;while(1){m=l+f|0;if((f|0)==26){m=g;break}if((i[m>>0]|0)==a<<24>>24)break;else f=f+1|0}m=m-l|0;if((m|0)>23)m=-1;else{switch(b|0){case 10:case 8:{if((m|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=22){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[35402+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[35402+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function Gg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(k[l+96>>2]|0)==(a|0);if(!m?(k[l+100>>2]|0)!=(a|0):0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if((a|0)==(f|0)?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+104|0;f=0;while(1){m=l+(f<<2)|0;if((f|0)==26){m=g;break}if((k[m>>2]|0)==(a|0))break;else f=f+1|0}m=m-l|0;f=m>>2;if((m|0)>92)m=-1;else{switch(b|0){case 10:case 8:{if((f|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=88){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[35402+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[35402+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function Hg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=La(4)|0;HN(a);pb(a|0,3016,173)}l=LD(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)dO(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if(!(nw(k[f>>2]|0,k[e+8>>2]|0)|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)dO(c);k[d>>2]=0}while(0);return}function Ig(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;e=l;j=a+4|0;c=UH(k[j>>2]|0)|0;h=(cr(b)|0)+8|0;if(((k[h>>2]|0)>>>0>2?(h=Gn(b,1)|0,(i[h>>0]|0)==0):0)?(h=Gn(b,2)|0,(i[h>>0]|0)==0):0){d=2;h=dJ(Gn(b,1)|0)|0}else{d=1;h=0}g=(cr(b)|0)+8|0;if((k[g>>2]|0)>>>0>d>>>0?(g=Gn(b,d)|0,(i[g>>0]|0)==0):0){e=c+8|0;g=dJ(Gn(b,d)|0)|0;k[e>>2]=g;d=d+1|0}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;vs(e,17921,7);g=vi(a,e)|0;k[c+8>>2]=g;NJ(e);e=c+8|0}g=a+72|0;f=k[g>>2]|0;if((f|0)==(k[a+76>>2]|0))yn(a+68|0,e);else{k[f>>2]=k[e>>2];k[g>>2]=(k[g>>2]|0)+4}e=Pl(a,b,d)|0;k[c+12>>2]=e;e=k[g>>2]|0;d=0;while(1){if((d|0)==-1)break;b=d+-1|0;k[g>>2]=e+(b<<2);d=b}OL(c);if(h){j=DB(k[j>>2]|0)|0;k[j+8>>2]=h;$x(j+12|0,c);jl(j);c=j}r=l;return c|0}function Jg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=La(4)|0;HN(a);pb(a|0,3016,173)}l=LD(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)dO(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if((k[f>>2]|0)==(k[e+8>>2]|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)dO(c);k[d>>2]=0}while(0);return}function Kg(){var a=0;Yv();k[10745]=9224;k[10747]=9244;k[10746]=0;Zw(42988,43660);k[10765]=0;k[10766]=-1;Xv();k[10767]=9264;k[10769]=9284;k[10768]=0;Zw(43076,43724);k[10787]=0;k[10788]=-1;vq(43788,5028,43836);k[10789]=9304;k[10790]=9324;Zw(43160,43788);k[10808]=0;k[10809]=-1;uq(43844,5028,43892);k[10810]=9344;k[10811]=9364;Zw(43244,43844);k[10829]=0;k[10830]=-1;vq(43900,4916,43948);k[10831]=9304;k[10832]=9324;Zw(43328,43900);k[10850]=0;k[10851]=-1;a=k[43324+(k[(k[10831]|0)+-12>>2]|0)+24>>2]|0;k[10873]=9304;k[10874]=9324;Zw(43496,a);k[10892]=0;k[10893]=-1;uq(43956,4916,44004);k[10852]=9344;k[10853]=9364;Zw(43412,43956);k[10871]=0;k[10872]=-1;a=k[43408+(k[(k[10852]|0)+-12>>2]|0)+24>>2]|0;k[10894]=9344;k[10895]=9364;Zw(43580,a);k[10913]=0;k[10914]=-1;k[42980+(k[(k[10745]|0)+-12>>2]|0)+72>>2]=43156;k[43068+(k[(k[10767]|0)+-12>>2]|0)+72>>2]=43240;a=43324+(k[(k[10831]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;a=43408+(k[(k[10852]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;k[43324+(k[(k[10831]|0)+-12>>2]|0)+72>>2]=43156;k[43408+(k[(k[10852]|0)+-12>>2]|0)+72>>2]=43240;return}function Lg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;c=e;d=a+8|0;if(i[d>>0]|0){f=IF(43324,15012)|0;h=a+112|0;g=(k[h>>2]|0)+1|0;k[h>>2]=g;g=IF(aj(f,g)|0,15029)|0;f=k[a+4>>2]|0;f=$i(g,(k[f+4>>2]|0)-(k[f>>2]|0)|0)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(f,g);lq(f)}$f(a,k[b>>2]|0);if(i[d>>0]|0){h=IF(43324,15069)|0;f=a+112|0;g=k[f>>2]|0;k[f>>2]=g+-1;g=IF(aj(h,g)|0,15029)|0;h=k[a+4>>2]|0;h=$i(g,(k[h+4>>2]|0)-(k[h>>2]|0)|0)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(h,g);lq(h)}r=e;return}function Mg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;g=k[a>>2]|0;if((k[g+40>>2]|0)!=(k[g+36>>2]|0)){g=a+8|0;if(i[g>>0]|0){f=IF(43324,20535)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(c);_m(f,e);lq(f)}d=PG(a,31725)|0;e=a+4|0;b=k[a>>2]|0;al(k[e>>2]|0,(k[b+40>>2]|0)-(k[b+36>>2]|0)>>2)|0;b=k[a>>2]|0;f=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(f|0))break;if(i[g>>0]|0){j=IF(43324,20465)|0;l=eG(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=l;l=NI(l,44028)|0;l=Sb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;RL(c);_m(j,l);lq(j)}l=k[e>>2]|0;al(l,Qv(k[a>>2]|0,k[(k[b>>2]|0)+32>>2]|0)|0)|0;b=b+4|0}SE(a,d)}r=h;return}function Ng(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;o=p+24|0;d=p+8|0;m=p+12|0;n=p+4|0;c=p;Bq(m,a);SG(d,(i[m+11>>0]|0)<0?k[m>>2]|0:m,0);NJ(m);d=k[d>>2]|0;k[n>>2]=d;k[o>>2]=k[n>>2];if(!(ty(b,o)|0)){c=LD(20)|0;e=c+4|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[c>>2]=d;n=a+11|0;if((i[n>>0]|0)<0){l=a;m=a;d=k[a>>2]|0}else{l=a;m=a;d=a}f=SA(i[d>>0]|0)|0;k[e>>2]=f;f=a+4|0;g=c+8|0;h=c+12|0;j=c+16|0;a=1;while(1){d=i[n>>0]|0;e=d<<24>>24<0;if(e)d=k[f>>2]|0;else d=d&255;if(a>>>0>=d>>>0)break;if(e)d=k[m>>2]|0;else d=l;d=SA(i[d+a>>0]|0)|0;k[o>>2]=d;e=k[h>>2]|0;if(e>>>0<(k[j>>2]|0)>>>0){k[e>>2]=d;k[h>>2]=e+4}else yn(g,o);a=a+1|0}Gk(b,c)}else{k[c>>2]=d;k[o>>2]=k[c>>2];c=jx(b,o)|0}r=p;return c|0}function Og(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;m=n;h=k[a+60>>2]|0;j=a+136|0;l=m+4|0;g=k[a+56>>2]|0;while(1){if((g|0)==(h|0))break;b=k[g>>2]|0;k[m>>2]=b;if(nk(j,m)|0){Ku(m,b+12|0);qt(a,m);b=k[g>>2]|0;f=b+24|0;b=(k[b+28>>2]|0)-(k[f>>2]|0)>>4;a:while(1){e=b+-1|0;if((b|0)<=0)break;b=k[f>>2]|0;d=k[b+(e<<4)+4>>2]|0;if(k[b+(e<<4)>>2]|0){if(!(Wr(m,d)|0)){b=e;continue}i[b+(e<<4)+12>>0]=1;b=e;continue}rk(m,d);c=k[l>>2]|0;b=k[m>>2]|0;while(1){if((b|0)==(c|0)){b=e;continue a}zy(a,k[b>>2]|0,d);b=b+4|0}}ZA(m)}g=g+4|0}Ku(m,k[a+52>>2]|0);c=k[a+32>>2]|0;c=(k[c+12>>2]|0)-(k[c+8>>2]|0)>>2;b=0;while(1){if(b>>>0>=c>>>0)break;rk(m,b);b=b+1|0}qt(a,m);ZA(m);r=n;return}function Pg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=dJ(Gn(b,0)|0)|0;do if((d|0)!=(k[10570]|0)){if((d|0)==(k[10571]|0)){tc(a,b);break}if((d|0)==(k[10574]|0)){Ad(a,b);break}if((d|0)==(k[10575]|0)){kg(a,b);break}if((d|0)==(k[10577]|0)){Me(a,b);break}if((d|0)!=(k[10578]|0)){if((d|0)==(k[10517]|0)){gi(a,b);break}if((d|0)==(k[10579]|0)){Zf(a,b);break}if((d|0)==(k[10580]|0)){Eg(a,b,1);break}if((d|0)!=(k[10582]|0)){_z(IF(IF(43324,17016)|0,d)|0,10)|0;e=La(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,17036,22);a=k[b+28>>2]|0;d=k[b+32>>2]|0;av(e,c);k[e+12>>2]=a;k[e+16>>2]=d;pb(e|0,8,182)}}}else FC(a,b);while(0);r=e;return}function Qg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+48|0;e=g+20|0;f=g;c=nI(b)|0;k[a+120>>2]=c;d=a+156|0;Nt(d,aa(c,c)|0);d=k[d>>2]|0;c=(k[a+160>>2]|0)-d|0;while(1){if((c|0)<=0)break;h=d;i[h>>0]=0;c=c+-1|0;d=h+1|0}d=a+16|0;gl(d,b);h=a+136|0;Zc(e,d);Mk(h,e);Oy(e);Pe(f,h);jg(k[a+56>>2]|0,k[a+60>>2]|0,f);Oy(f);Nc(a);Og(a);k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Kb[k[(k[a>>2]|0)+32>>2]&1023](a,e);Re(a,e);ZA(e);r=g;return}function Rg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+80|0;d=h+64|0;e=h+40|0;f=h+16|0;g=h;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Ii(e,b,c+8|0,d);if(!(k[e+16>>2]|0)){ud(f,b,k[c+28>>2]|0);if(!(k[f+16>>2]|0)){e=OI(f)|0;f=k[b+4>>2]|0;b=k[f+36>>2]|0;Fb[k[(k[b>>2]|0)+12>>2]&15](g,b,e,d,k[c+4>>2]|0,f);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}aA(d);r=h;return}function Sg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;c=e;d=a+8|0;if(!(i[d>>0]|0))c=b+4|0;else{g=IF(FF(IF(43324,16025)|0,b)|0,13579)|0;f=b+4|0;g=aj(g,k[f>>2]|0)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(c);_m(g,h);lq(g);c=f}switch(k[c>>2]|0){case 1:{Nk(pj(k[a+4>>2]|0,16)|0,OI(b+8|0)|0);break}case 2:{h=pj(k[a+4>>2]|0,17)|0;mk(h,PF(b+8|0)|0,N);break}case 3:{sk(pj(k[a+4>>2]|0,19)|0,+xI(b+8|0));break}case 4:{fk(pj(k[a+4>>2]|0,18)|0,+wI(b+8|0));break}default:Ha()}if(i[d>>0]|0)IF(43324,20831)|0;r=e;return}function Tg(a,b,c){a=a|0;b=b|0;c=c|0;a:do switch(i[a>>0]|0){case 105:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=1;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a&1;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=2;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?2:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}case 102:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=3;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?3:0;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=4;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?4:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}default:c=16}while(0);if((c|0)==16)if(b){a=0;c=18}else c=17;if((c|0)==17)Ha();else if((c|0)==18)return a|0;return 0}function Ug(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+48|0;m=p+16|0;l=p;h=p+32|0;n=a+28|0;g=k[n>>2]|0;k[h>>2]=g;o=a+20|0;g=(k[o>>2]|0)-g|0;k[h+4>>2]=g;k[h+8>>2]=b;k[h+12>>2]=c;i=a+60|0;j=a+44|0;f=2;b=g+c|0;while(1){if(!(k[10605]|0)){k[m>>2]=k[i>>2];k[m+4>>2]=h;k[m+8>>2]=f;e=TJ(Ab(146,m|0)|0)|0}else{tb(190,a|0);k[l>>2]=k[i>>2];k[l+4>>2]=h;k[l+8>>2]=f;e=TJ(Ab(146,l|0)|0)|0;Ba(0)}if((b|0)==(e|0)){b=6;break}if((e|0)<0){b=8;break}b=b-e|0;d=k[h+4>>2]|0;if(e>>>0<=d>>>0)if((f|0)==2){k[n>>2]=(k[n>>2]|0)+e;f=2;g=h}else g=h;else{g=k[j>>2]|0;k[n>>2]=g;k[o>>2]=g;e=e-d|0;f=f+-1|0;g=h+8|0;d=k[h+12>>2]|0}k[g>>2]=(k[g>>2]|0)+e;k[g+4>>2]=d-e;h=g}if((b|0)==6){m=k[j>>2]|0;k[a+16>>2]=m+(k[a+48>>2]|0);a=m;k[n>>2]=a;k[o>>2]=a}else if((b|0)==8){k[a+16>>2]=0;k[n>>2]=0;k[o>>2]=0;k[a>>2]=k[a>>2]|32;if((f|0)==2)c=0;else c=c-(k[h+4>>2]|0)|0}r=p;return c|0}
+function Vg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=r;r=r+16|0;h=l+4|0;j=l;k[j>>2]=b;if(i[a+12>>0]|0){g=IF(43324,15449)|0;f=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(h);_m(g,f);lq(g)}g=Ih(a)|0;c=Ih(a)|0;k[h>>2]=c;d=k[a+24>>2]|0;if(c>>>0>=(k[a+28>>2]|0)-d>>2>>>0)Ka(15463,13964,1943,15492);d=k[d+(c<<2)>>2]|0;if(((k[d+12>>2]|0)-(k[d+8>>2]|0)>>2|0)!=(g|0))Ka(15502,13964,1946,15492);e=b+8|0;Dw(e,g);f=g+-1|0;c=0;while(1){if((c|0)==(g|0))break;n=_w(a)|0;m=uF(e,f-c|0)|0;k[m>>2]=n;c=c+1|0}k[b+4>>2]=k[d+4>>2];c=Xr(a+52|0,h)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))yn(c,j);else{k[e>>2]=b;k[d>>2]=(k[d>>2]|0)+4}r=l;return}function Wg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+144|0;i=n+68|0;j=n;do if(k[c>>2]|0){if((e|0?(g=k[e>>2]|0,g|0):0)?(io(i,g),e=FE(i)|0,Jz(i),e):0){g=d;break}if((f|0?(h=k[f>>2]|0,h|0):0)?(io(j,h),i=FE(j)|0,Jz(j),i):0){g=d;break}g=k[c>>2]|0;if((!((g|0)==0|(k[g>>2]|0)!=1)?(k[g+8>>2]|0)==0:0)?(l=g+12|0,m=l+8|0,(k[m>>2]|0)>>>0>1):0){j=$E(l)|0;k[c>>2]=k[j>>2];if(!d){d=$E(l)|0;k[d>>2]=b;jl(g);k[a+16>>2]=g;break}h=d+12|0;c=$E(h)|0;if((k[c>>2]|0)!=(b|0))Ka(22972,22999,184,23026);NF(h);g=0;while(1){if(g>>>0>=((k[m>>2]|0)+-1|0)>>>0)break;c=uF(l,g)|0;$x(h,k[c>>2]|0);g=g+1|0}$x(h,b);g=d}else g=d}else g=d;while(0);r=n;return g|0}function Xg(a,b){a=a|0;b=b|0;var c=0;_C(k[a>>2]|0,24909)|0;_z(xA(k[a>>2]|0,k[b+4>>2]|0)|0,32)|0;_z(xA(k[a>>2]|0,k[b+8>>2]|0)|0,32)|0;switch(k[b+12>>2]|0){case 0:{c=k[b+16>>2]|0;if(c|0)th(a,c,b);break}case 1:{IF(Oz(IF(k[a>>2]|0,24917)|0,k[b>>2]|0)|0,38935)|0;break}case 2:{IF(Oz(IF(k[a>>2]|0,24925)|0,k[b>>2]|0)|0,38935)|0;break}case 3:{IF(IF(_z(Oz(IF(k[a>>2]|0,24934)|0,k[b>>2]|0)|0,32)|0,ez(k[b+20>>2]|0)|0)|0,38935)|0;break}default:{}}_z(k[a>>2]|0,41)|0;return}function Yg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0.0;g=r;r=r+16|0;e=g;switch(c<<24>>24){case 16:{c=VC(k[a+4>>2]|0)|0;d=Jh(a)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1;f=6;break}case 17:{c=VC(k[a+4>>2]|0)|0;f=sh(a)|0;k[c+8>>2]=2;d=c+16|0;k[d>>2]=f;k[d+4>>2]=N;d=2;f=6;break}case 19:{c=VC(k[a+4>>2]|0)|0;h=+fi(a);k[c+8>>2]=3;o[c+16>>2]=h;d=3;f=6;break}case 18:{c=VC(k[a+4>>2]|0)|0;h=+Uh(a);k[c+8>>2]=4;p[c+16>>3]=h;d=4;f=6;break}default:c=0}if((f|0)==6){k[c+4>>2]=d;k[b>>2]=c;if(!(i[a+12>>0]|0))c=1;else{c=IF(43324,16025)|0;f=eG(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(e);_m(c,f);lq(c);c=1}}r=g;return c|0}function Zg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;i=p+24|0;j=p+8|0;l=p;m=a+4|0;c=k[m>>2]|0;if(c>>>0<b>>>0){n=a+8|0;o=k[n>>2]|0;g=o<<5;h=b-c|0;do if(g>>>0<h>>>0|c>>>0>(g-h|0)>>>0){k[j>>2]=0;c=j+4|0;k[c>>2]=0;d=j+8|0;k[d>>2]=0;if((b|0)<0)wM();else{f=o<<6;b=b+31&-32;ml(j,g>>>0<1073741823?(f>>>0<b>>>0?b:f):2147483647);g=k[m>>2]|0;f=k[a>>2]|0;b=k[j>>2]|0;k[i>>2]=b;k[i+4>>2]=0;xk(l,f,0,f+(g>>>5<<2)|0,g&31,i);f=l;e=k[f>>2]|0;f=k[f+4>>2]|0;o=k[a>>2]|0;k[a>>2]=b;k[j>>2]=o;l=k[m>>2]|0;k[m>>2]=g+h;k[c>>2]=l;k[n>>2]=k[d>>2];ZM(o);break}}else{e=(k[a>>2]|0)+(c>>>5<<2)|0;k[m>>2]=b;f=c&31}while(0);if(h|0){k[i>>2]=e;k[i+4>>2]=f;Fp(i,h)}}else k[m>>2]=b;r=p;return}function _g(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){Ag(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(Ag(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=fz(a)|0;g=N;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=uF(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function $g(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=Lb[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=eG(d)|0;g=NI(o,44060)|0;cE(o);o=eG(d)|0;a=NI(o,44068)|0;cE(o);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);Kb[k[(k[a>>2]|0)+28>>2]&1023](m+12|0,a);a=m+24|0;g=(Fd(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;CJ(a)}while((a|0)!=(m|0))}r=n;return g|0}function ah(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=Lb[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=eG(d)|0;g=NI(o,44028)|0;cE(o);o=eG(d)|0;a=NI(o,44044)|0;cE(o);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);Kb[k[(k[a>>2]|0)+28>>2]&1023](m+12|0,a);a=m+24|0;g=(Hd(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;NJ(a)}while((a|0)!=(m|0))}r=n;return g|0}function bh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){ud(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){ud(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=fz(a)|0;if((b|0)==0&(N|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function ch(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;Ag(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){Ag(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){Ag(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(OI(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function dh(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0;p[u>>3]=b;c=k[u>>2]|0;d=k[u+4>>2]|0;e=(d|0)<0;do if(b==0.0&e)IF(a,19258)|0;else{f=d&2147483647;if(f>>>0>2146435072|(f|0)==2146435072&c>>>0>0){IF(IF(a,e?40305:50039)|0,32900)|0;c=iy(b)|0;d=N;if((c|0)==0&(d|0)==0)break;f=IF(a,19243)|0;a=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|8;f=Ri(f,c,d)|0;f=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[f>>2]=k[f>>2]&-75|2;break}f=d&2146435072;if(!(f>>>0<2146435072|(f|0)==2146435072&0<0)){IF(a,e?31926:32367)|0;break}c=ie(b)|0;switch(i[c>>0]|0){case 46:{_z(a,48)|0;break}case 45:{d=c+1|0;if((i[d>>0]|0)==46){IF(a,19258)|0;c=d}break}default:{}}IF(a,c)|0}while(0);return}function eh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+4|0;f=a+8|0;b=k[a>>2]|0;a:while(1){while(1){c=i[b>>0]|0;if(!(tN(c<<24>>24)|0))break;if(c<<24>>24==10){k[e>>2]=(k[e>>2]|0)+1;b=b+1|0;k[f>>2]=b}else b=b+1|0;k[a>>2]=b}switch(c<<24>>24){case 59:{if((i[b+1>>0]|0)==59)c=59;else break a;b:while(1){switch(c<<24>>24){case 10:case 0:break b;default:{}}c=b+1|0;k[a>>2]=c;b=c;c=i[c>>0]|0}k[e>>2]=(k[e>>2]|0)+1;k[f>>2]=b;continue a}case 40:break;default:break a}if((i[b+1>>0]|0)!=59)break;b=b+2|0;k[a>>2]=b;c=1;while(1){c:while(1){switch(i[b>>0]|0){case 0:break a;case 40:{d=b+1|0;if((i[d>>0]|0)==59){d=19;break c}else b=d;break}case 59:{d=b+1|0;if((i[d>>0]|0)==41){d=21;break c}else b=d;break}default:b=b+1|0}k[a>>2]=b}if((d|0)==19){b=b+2|0;k[a>>2]=b;c=c+1|0;continue}else if((d|0)==21){b=b+2|0;k[a>>2]=b;c=c+-1|0;if(!c)continue a;else continue}}}return}function fh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;h=n+32|0;i=n+28|0;j=n+24|0;l=n;m=k[a+4>>2]|0;b=k[a>>2]|0;d=k[b+4>>2]|0;if((d|0)!=(k[b>>2]|0)){c=RK(gv()|0)|0;k[h>>2]=0;d=h+4|0;k[d>>2]=0;k[h+8>>2]=0;k[i>>2]=0;e=k[m>>2]|0;k[j>>2]=(k[e+40>>2]|0)-(k[e+36>>2]|0)>>2;e=l+16|0;f=h+8|0;b=0;while(1){if(b>>>0>=c>>>0)break;o=k[a>>2]|0;g=LD(20)|0;k[g>>2]=3712;k[g+4>>2]=i;k[g+8>>2]=j;k[g+12>>2]=m;k[g+16>>2]=o;k[e>>2]=g;g=k[d>>2]|0;if(g>>>0<(k[f>>2]|0)>>>0){Eu(g,l);k[d>>2]=(k[d>>2]|0)+24}else pl(h,l);aC(l);b=b+1|0}Mh(gv()|0,h);gx(h);b=k[a>>2]|0;d=k[b+4>>2]|0}e=k[b>>2]|0;c=b+4|0;b=d;while(1){if((b|0)==(e|0))break;o=b+-4|0;k[c>>2]=o;b=o}r=n;return}function gh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;g=r;r=r+32|0;d=g+20|0;c=g+16|0;e=g+12|0;f=g;if(i[a+12>>0]|0){h=IF(43324,15775)|0;h=$i(h,k[a+16>>2]|0)|0;j=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(d);_m(h,j);lq(h)}h=Ti(a,Ih(a)|0)|0;k[b+8>>2]=h;j=k[a>>2]|0;k[c>>2]=h;k[d>>2]=k[c>>2];c=Iy(j,d)|0;do if(!c){c=k[a>>2]|0;k[e>>2]=k[b+8>>2];k[d>>2]=k[e>>2];c=Hy(c,d)|0;if(c|0?(k[c+12>>2]|0)==3:0){k[b+4>>2]=k[c+20>>2];break}j=La(20)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;vs(f,15795,14);lD(j,f);pb(j|0,8,182)}else k[b+4>>2]=k[c+4>>2];while(0);r=g;return}function hh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;_z(k[a>>2]|0,40)|0;e=k[a>>2]|0;IF(IF(e,ez(k[b+28>>2]|0)|0)|0,24715)|0;e=b+8|0;c=i[e>>0]|0;if(!((c&255)>=4?!((c&255)<8?(k[b+4>>2]|0)==2:0):0))d=3;a:do if((d|0)==3)switch(c<<24>>24){case 1:{_z(k[a>>2]|0,56)|0;break a}case 2:{IF(k[a>>2]|0,24722)|0;break a}case 4:{IF(k[a>>2]|0,24725)|0;break a}default:Ha()}while(0);c=b+12|0;if(k[c>>2]|0){d=IF(k[a>>2]|0,24728)|0;$i(d,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[e>>0]|0|0)){e=IF(k[a>>2]|0,24737)|0;$i(e,k[c>>2]|0)|0}KD(a);Go(a,k[b+20>>2]|0);Go(a,k[b+24>>2]|0);jy(a);return}function ih(a){a=a|0;var b=0;if((i[41048]|0)==0?VK(41048)|0:0){if((i[41056]|0)==0?VK(41056)|0:0){b=45544;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=45712);ob(198,0,x|0)|0}nG(45544,10840);nG(45556,10868);nG(45568,10896);nG(45580,10928);nG(45592,10968);nG(45604,11004);nG(45616,11032);nG(45628,11068);nG(45640,11084);nG(45652,11100);nG(45664,11116);nG(45676,11132);nG(45688,11148);nG(45700,11164);k[11428]=45544}return k[11428]|0}function jh(a){a=a|0;var b=0;if((i[40968]|0)==0?VK(40968)|0:0){if((i[40976]|0)==0?VK(40976)|0:0){b=44732;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44900);ob(194,0,x|0)|0}oG(44732,36051);oG(44744,36058);oG(44756,36065);oG(44768,36073);oG(44780,36083);oG(44792,36092);oG(44804,36099);oG(44816,36108);oG(44828,36112);oG(44840,36116);oG(44852,36120);oG(44864,36124);oG(44876,36128);oG(44888,36132);k[11225]=44732}return k[11225]|0}function kh(){Oe(42260,31775,0);Oe(42264,31780,0);Oe(42268,31791,0);Oe(42272,31808,0);Oe(42276,31816,0);Oe(42280,31769,0);Oe(42284,31823,0);Oe(42288,31828,0);Oe(42292,31834,0);Oe(42296,31706,0);Oe(42300,31753,0);Oe(42304,31841,0);Oe(42308,31739,0);Oe(42312,31718,0);Oe(42316,31758,0);Oe(42320,31849,0);Oe(42324,31854,0);Oe(42328,31713,0);Oe(42332,31860,0);Oe(42336,31865,0);Oe(42340,31877,0);Oe(42344,31891,0);Oe(42348,31897,0);Oe(42352,31903,0);Oe(42356,31908,0);Oe(42360,31913,0);Oe(42364,31917,0);Oe(42368,31926,0);Oe(42372,31936,0);Oe(42376,31941,0);Oe(42380,31946,0);Oe(42384,31949,0);Oe(42388,31957,0);Oe(42392,31977,0);Oe(42396,31991,0);Oe(42400,32003,0);Oe(42404,32018,0);Oe(42408,32027,0);Oe(42412,32033,0);Oe(42416,32040,0);return}function lh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;k[c>>2]=a;k[f>>2]=d;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}g=k[a>>2]|0;if(g>>>0>1114111|(g&-2048|0)==55296){a=2;break}do if(g>>>0>=128){if(g>>>0<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>6|192;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}a=k[f>>2]|0;d=e-a|0;if(g>>>0<65536){if((d|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>12|224;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}else{if((d|0)<4){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>18|240;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>12&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}}else{a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=g}while(0);a=(k[c>>2]|0)+4|0;k[c>>2]=a}return a|0}function mh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0;a:do if((k[b>>2]|0)==3){f=+xI(b);e=+xI(c);c=((o[u>>2]=f,k[u>>2]|0)|0)<0;d=c^((o[u>>2]=e,k[u>>2]|0)|0)<0?-0.0:0.0;if((YA(e)|0)!=2){k[a>>2]=3;o[a+8>>2]=f/e;break}switch(YA(f)|0){case 0:{f=+VA(f);k[a>>2]=3;o[a+8>>2]=f;break a}case 2:{f=+oC(C,d);k[a>>2]=3;o[a+8>>2]=f;break a}case 1:case 3:case 4:{f=+oC(D,d);k[a>>2]=3;o[a+8>>2]=f;break a}default:{}}}else{f=+wI(b);d=+wI(c);p[u>>3]=f;c=(k[u+4>>2]|0)<0;p[u>>3]=d;e=c^(k[u+4>>2]|0)<0?-0.0:0.0;if((lw(d)|0)!=2){k[a>>2]=4;p[a+8>>3]=f/d;break}switch(lw(f)|0){case 0:{f=+Fv(f);k[a>>2]=4;p[a+8>>3]=f;break a}case 2:{f=+oy(C,e);k[a>>2]=4;p[a+8>>3]=f;break a}case 1:case 3:case 4:{f=+oy(D,e);k[a>>2]=4;p[a+8>>3]=f;break a}default:{}}}while(0);return}function nh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+96|0;d=h+76|0;e=h+24|0;f=h+64|0;g=h;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,a,Lq(a)|0);if((wl(d)|0)==41568){NJ(d);k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,a,Lq(a)|0);a=pq(d)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;vs(f,b,Lq(b)|0);xt(g,c);RA(e,f,g);Yq(a,e);JI(e);aC(g);NJ(f);NJ(d);r=h;return}else Ka(22429,22469,37,22489)}function oh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;j=r;r=r+16|0;i=j;g=k[b>>2]|0;f=(g|0)!=0;h=k[c>>2]|0;d=f^(h|0)!=0;if(d|f^1)d=d^1;else{d=k[a>>2]|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))yn(d,b);else{k[f>>2]=g;k[e>>2]=(k[e>>2]|0)+4}d=Cr(k[a+4>>2]|0,b)|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))yn(d,c);else{k[f>>2]=h;k[e>>2]=(k[e>>2]|0)+4}d=k[a+8>>2]|0;g=a+12|0;e=k[g>>2]|0;k[i>>2]=e;f=d+4|0;b=k[f>>2]|0;if(b>>>0<(k[d+8>>2]|0)>>>0){k[b>>2]=e;k[f>>2]=(k[f>>2]|0)+4}else yn(d,i);b=k[a+16>>2]|0;d=k[g>>2]|0;k[i>>2]=d;e=b+4|0;f=k[e>>2]|0;if(f>>>0<(k[b+8>>2]|0)>>>0){k[f>>2]=d;k[e>>2]=(k[e>>2]|0)+4}else yn(b,i);d=1}r=j;return d|0}function ph(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;h=a+4|0;e=b;do if((h|0)!=(b|0)?(g=k[d>>2]|0,f=k[b+16>>2]|0,!(BK(g,f)|0)):0){if(BK(f,g)|0)f=1;else{k[c>>2]=e;b=c;break}while(1){if((f|0)<=0)break;f=f+-1|0;e=nx(e)|0}f=e;if((f|0)!=(h|0)?!(BK(g,k[f+16>>2]|0)|0):0){b=Tl(a,c,d)|0;break}f=b+4|0;if(!(k[f>>2]|0)){k[c>>2]=b;b=f;break}else{b=e;k[c>>2]=b;break}}else i=3;while(0);do if((i|0)==3){if((k[a>>2]|0)!=(b|0)){e=mx(b)|0;if(!(BK(k[e+16>>2]|0,k[d>>2]|0)|0)){b=Tl(a,c,d)|0;break}}if(!(k[b>>2]|0)){k[c>>2]=b;break}else{b=e;k[c>>2]=b;b=b+4|0;break}}while(0);return b|0}function qh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;_z(k[a>>2]|0,40)|0;d=k[a>>2]|0;e=b+4|0;IF(IF(d,ez(k[e>>2]|0)|0)|0,24745)|0;d=b+8|0;c=i[d>>0]|0;if(!((c&255)>=4?!((c&255)<8&(k[e>>2]|0)==2):0)){switch(c<<24>>24){case 1:{_z(k[a>>2]|0,56)|0;break}case 2:{IF(k[a>>2]|0,24722)|0;break}case 4:{IF(k[a>>2]|0,24725)|0;break}default:Ha()}IF(k[a>>2]|0,i[b+9>>0]|0?24751:24754)|0}c=b+12|0;if(k[c>>2]|0){e=IF(k[a>>2]|0,24728)|0;$i(e,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[d>>0]|0)){e=IF(k[a>>2]|0,24737)|0;$i(e,k[c>>2]|0)|0}KD(a);Go(a,k[b+20>>2]|0);jy(a);return}function rh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=a+88|0;j=a+96|0;a:do if(!(k[j>>2]|0)){c=k[a>>2]|0;d=k[c+16>>2]|0;c=k[c+12>>2]|0;while(1){if((c|0)==(d|0)){g=0;break}e=k[c>>2]|0;if((k[e+12>>2]|0)==3){if(qv(i,e)|0){f=7;break}l=k[j>>2]|0;e=Fs(i,e)|0;k[e>>2]=l}c=c+4|0}if((f|0)==7)Ka(20702,13964,763,20741);while(1){l=k[a>>2]|0;c=k[l+48>>2]|0;if(g>>>0>=(k[l+52>>2]|0)-c>>2>>>0){h=i;break a}c=k[c+(g<<2)>>2]|0;if(qv(i,c)|0)break;f=k[j>>2]|0;l=Fs(i,c)|0;k[l>>2]=f;g=g+1|0}Ka(20756,13964,768,20741)}else h=i;while(0);if(!(qv(h,b)|0))Ka(20805,13964,773,20741);else{l=Fs(i,b)|0;return k[l>>2]|0}return 0}function sh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+48|0;b=f+32|0;c=f;d=f+8|0;e=a+12|0;if(i[e>>0]|0){g=IF(43324,14046)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(b);_m(g,h);lq(g)}k[d>>2]=3276;k[d+4>>2]=a;k[d+16>>2]=d;mi(c,d);aC(d);if(!(i[e>>0]|0)){b=c;a=k[b+4>>2]|0;b=k[b>>2]|0}else{g=IF(43324,16276)|0;a=c;h=k[a>>2]|0;a=k[a+4>>2]|0;g=IF(Si(g,h,a)|0,14061)|0;e=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(g,e);lq(g);b=h}N=a;r=f;return b|0}function th(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;IF(k[a>>2]|0,24943)|0;if(c|0){e=_z(k[a>>2]|0,32)|0;Oz(e,k[c>>2]|0)|0}d=b+8|0;c=b+12|0;if((k[c>>2]|0)!=(k[d>>2]|0)){IF(k[a>>2]|0,k[a+12>>2]|0)|0;_C(k[a>>2]|0,31828)|0;e=k[c>>2]|0;c=k[d>>2]|0;while(1){d=k[a>>2]|0;if((c|0)==(e|0))break;d=_z(d,32)|0;IF(d,ez(k[c>>2]|0)|0)|0;c=c+4|0}_z(d,41)|0}c=b+4|0;if(k[c>>2]|0){IF(k[a>>2]|0,k[a+12>>2]|0)|0;b=_C(k[a>>2]|0,23345)|0;_z(IF(b,ez(k[c>>2]|0)|0)|0,41)|0}IF(k[a>>2]|0,38935)|0;return}function uh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+1040|0;l=o+8|0;m=o;f=k[b>>2]|0;k[m>>2]=f;n=(a|0)!=0;h=n?d:256;a=n?a:l;g=f;a:do if((h|0)!=0&(f|0)!=0){d=0;j=h;i=g;while(1){g=c>>>2;h=g>>>0>=j>>>0;if(!(c>>>0>131|h)){h=j;g=i;break a}f=h?j:g;c=c-f|0;f=Yd(a,m,f,e)|0;if((f|0)==-1)break;g=(a|0)==(l|0);h=j-(g?0:f)|0;a=g?a:a+(f<<2)|0;d=f+d|0;g=k[m>>2]|0;f=g;if((h|0)!=0&(g|0)!=0){j=h;i=g}else break a}f=k[m>>2]|0;d=-1;h=0;g=f}else d=0;while(0);b:do if((g|0)!=0?(h|0)!=0&(c|0)!=0:0){i=a;while(1){a=Eh(i,g,c,e)|0;if((a+2|0)>>>0<3)break;g=g+a|0;k[m>>2]=g;c=c-a|0;h=h+-1|0;d=d+1|0;f=g;if(!((h|0)!=0&(c|0)!=0))break b;else i=i+4|0}switch(a|0){case -1:{d=-1;break b}case 0:{k[m>>2]=0;f=0;break b}default:{k[e>>2]=0;break b}}}while(0);if(n)k[b>>2]=f;r=o;return d|0}function vh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;ud(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(OI(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{ud(a,b,c);break}}else{ud(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function wh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){h=k[a+8>>2]|0;Gb[k[(k[h>>2]|0)+24>>2]&3](h,b,c,d,e);break}if((k[b+16>>2]|0)!=(c|0)?(h=b+20|0,(k[h>>2]|0)!=(c|0)):0){k[b+32>>2]=d;g=b+44|0;if((k[g>>2]|0)==4)break;f=b+52|0;i[f>>0]=0;d=b+53|0;i[d>>0]=0;a=k[a+8>>2]|0;Fb[k[(k[a>>2]|0)+20>>2]&15](a,b,c,c,1,e);if(i[d>>0]|0)if(!(i[f>>0]|0)){f=1;d=13}else d=17;else{f=0;d=13}do if((d|0)==13){k[h>>2]=c;c=b+40|0;k[c>>2]=(k[c>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0){i[b+54>>0]=1;if(f){d=17;break}else{f=4;break}}if(f)d=17;else f=4}while(0);if((d|0)==17)f=3;k[g>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function xh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;f=((k[a+4>>2]|0)-(k[a>>2]|0)>>2)+-2|0;a:while(1){if((f|0)<=-1){i=14;break}h=k[a>>2]|0;c=k[h+(f<<2)>>2]|0;h=k[h+(f+1<<2)>>2]|0;switch(k[c>>2]|0){case 19:{g=0;break a}case 1:{e=UI(c)|0;d=e+12|0;e=e+20|0;c=0;while(1){if(c>>>0>=((k[e>>2]|0)+-1|0)>>>0)break;j=uF(d,c)|0;if((k[j>>2]|0)==(h|0)){g=0;break a}else c=c+1|0}j=$E(d)|0;if((k[j>>2]|0)!=(h|0)){i=8;break a}break}case 2:{c=aJ(c)|0;if((h|0)==(k[c+8>>2]|0)){g=1;break a}d=k[c+16>>2]|0;if(!d){g=0;break a}if(!((h|0)==(d|0)?1:(h|0)==(k[c+12>>2]|0))){i=12;break a}break}default:{i=15;break a}}f=f+-1|0}if((i|0)==8)Ka(27420,27448,359,27464);else if((i|0)==12)Ka(27477,27448,365,27464);else if((i|0)==14)g=(k[b+4>>2]|0)!=0;else if((i|0)==15)g=1;return g|0}function yh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;j=l;h=nO()|0;if((h|0)==(k[a+20>>2]|0)){i=b+7&-8;c=a+12|0;f=0;g=k[c>>2]|0;while(1){if(g>>>0>i>>>0)break;h=g<<1;k[c>>2]=h;f=1;g=h}b=a+4|0;h=k[b>>2]|0;c=h;if(!((h|0)!=(k[a>>2]|0)?(e=a+16|0,d=k[e>>2]|0,!(f|(d+i|0)>>>0>=g>>>0)):0)){d=aO(g)|0;k[j>>2]=d;if(c>>>0<(k[a+8>>2]|0)>>>0){k[h>>2]=d;c=(k[b>>2]|0)+4|0;k[b>>2]=c}else{yn(a,j);c=k[b>>2]|0}e=a+16|0;k[e>>2]=0;d=0}c=(k[c+-4>>2]|0)+d|0;k[e>>2]=d+i}else{g=0;c=a;a:while(1){while(1){if((h|0)==(k[c+20>>2]|0)){i=9;break a}f=c+24|0;d=k[f>>2]|0;if(!d)break;else c=d}if(!g){d=LD(28)|0;nF(d)}else d=g;e=k[f>>2]|0;if(!e)k[f>>2]=d;if(!e)break;g=d;c=e}if((i|0)==9?g|0:0){DC(g);dO(g)}c=yh(c,b)|0}r=l;return c|0}function zh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+32|0;d=f;e=k[c+8>>2]|0;ud(d,b,k[c+12>>2]|0);do if(!(k[d+16>>2]|0)){c=c+4|0;g=k[c>>2]|0;if(g|0?(k[d>>2]|0)!=(g|0):0)Ka(20189,18867,688,15761);g=(k[k[b+8>>2]>>2]|0)+(e<<4)|0;k[g>>2]=k[d>>2];k[g+4>>2]=k[d+4>>2];k[g+8>>2]=k[d+8>>2];k[g+12>>2]=k[d+12>>2];if(!(k[c>>2]|0)){k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;k[a+16>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2];break}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=f;return}function Ah(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+12|0;e=h;g=a+16|0;c=k[g>>2]|0;f=a+8|0;b=k[f>>2]|0;if(c>>>0>=((k[b+4>>2]|0)-(k[b>>2]|0)|0)>>>0){h=La(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;vs(e,14077,23);lD(h,e);pb(h|0,8,182)}if(i[a+12>>0]|0){c=IF(43324,14101)|0;c=IF(aj(c,l[(k[k[f>>2]>>2]|0)+(k[g>>2]|0)>>0]|0)|0,14111)|0;c=IF($i(c,k[g>>2]|0)|0,38935)|0;b=eG(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(d);_m(c,b);lq(c);c=k[g>>2]|0;b=k[f>>2]|0}k[g>>2]=c+1;r=h;return i[(k[b>>2]|0)+c>>0]|0}function Bh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=Ub[h&31](a,j,c,d,e&1)|0}else{c=eG(c)|0;a=NI(c,44044)|0;cE(c);c=k[a>>2]|0;if(e)Kb[k[c+24>>2]&1023](j,a);else Kb[k[c+28>>2]&1023](j,a);g=j+11|0;c=i[g>>0]|0;if(c<<24>>24<0){a=k[j>>2]|0;h=8}else a=j;while(1){h=c<<24>>24<0;if((a|0)==((h?k[j>>2]|0:j)+(h?k[j+4>>2]|0:c&255)|0))break;c=i[a>>0]|0;d=k[b>>2]|0;do if(d|0){f=d+24|0;e=k[f>>2]|0;if((e|0)!=(k[d+28>>2]|0)){k[f>>2]=e+1;i[e>>0]=c;break}if((Sb[k[(k[d>>2]|0)+52>>2]&31](d,c&255)|0)==-1)k[b>>2]=0}while(0);c=i[g>>0]|0;a=a+1|0;h=8}a=k[b>>2]|0;NJ(j)}r=l;return a|0}function Ch(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=k[b+4>>2]|0;d=k[c+4>>2]|0;l=j+-1|0;m=(l&j|0)==0;if(m)g=l&d;else g=(d>>>0)%(j>>>0)|0;f=(k[b>>2]|0)+(g<<2)|0;n=k[f>>2]|0;while(1){d=k[n>>2]|0;if((d|0)==(c|0))break;else n=d}h=b+8|0;if((n|0)!=(h|0)){d=k[n+4>>2]|0;if(m)d=d&l;else d=(d>>>0)%(j>>>0)|0;if((d|0)==(g|0))f=c;else e=12}else e=12;do if((e|0)==12){d=k[c>>2]|0;if(d|0){d=k[d+4>>2]|0;if(m)d=d&l;else d=(d>>>0)%(j>>>0)|0;if((d|0)==(g|0)){f=c;break}}k[f>>2]=0;f=c}while(0);e=k[f>>2]|0;d=e;if(e){e=k[e+4>>2]|0;if(m)e=e&l;else e=(e>>>0)%(j>>>0)|0;if((e|0)!=(g|0)){k[(k[b>>2]|0)+(e<<2)>>2]=n;d=k[c>>2]|0}}k[n>>2]=d;k[f>>2]=0;b=b+12|0;k[b>>2]=(k[b>>2]|0)+-1;k[a>>2]=c;k[a+4>>2]=h;i[a+8>>0]=1;return}function Dh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=Ub[h&31](a,j,c,d,e&1)|0}else{c=eG(c)|0;a=NI(c,44068)|0;cE(c);c=k[a>>2]|0;if(e)Kb[k[c+24>>2]&1023](j,a);else Kb[k[c+28>>2]&1023](j,a);g=j+8+3|0;a=i[g>>0]|0;c=k[j>>2]|0;h=j+4|0;e=a<<24>>24<0?c:j;while(1){f=a<<24>>24<0;if((e|0)==((f?c:j)+((f?k[h>>2]|0:a&255)<<2)|0))break;a=k[e>>2]|0;c=k[b>>2]|0;if(c|0){d=c+24|0;f=k[d>>2]|0;if((f|0)==(k[c+28>>2]|0))a=Sb[k[(k[c>>2]|0)+52>>2]&31](c,a)|0;else{k[d>>2]=f+4;k[f>>2]=a}if((a|0)==-1)k[b>>2]=0}e=e+4|0;a=i[g>>0]|0;c=k[j>>2]|0}a=k[b>>2]|0;CJ(j)}r=l;return a|0}function Eh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;e=j;g=(d|0)==0?42476:d;d=k[g>>2]|0;a:do if(!b)if(!d)d=0;else h=15;else{f=(a|0)==0?e:a;if(!c)d=-2;else{if(!d){d=i[b>>0]|0;a=d&255;if(d<<24>>24>-1){k[f>>2]=a;d=d<<24>>24!=0&1;break}d=a+-194|0;if(d>>>0>50){h=15;break}d=k[5256+(d<<2)>>2]|0;e=c+-1|0;if(e){b=b+1|0;h=9}}else{e=c;h=9}b:do if((h|0)==9){a=i[b>>0]|0;l=(a&255)>>>3;if((l+-16|l+(d>>26))>>>0>7){h=15;break a}while(1){b=b+1|0;d=(a&255)+-128|d<<6;e=e+-1|0;if((d|0)>=0)break;if(!e)break b;a=i[b>>0]|0;if((a&-64)<<24>>24!=-128){h=15;break a}}k[g>>2]=0;k[f>>2]=d;d=c-e|0;break a}while(0);k[g>>2]=d;d=-2}}while(0);if((h|0)==15){k[g>>2]=0;d=wJ()|0;k[d>>2]=84;d=-1}r=j;return d|0}function Fh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;l=r;r=r+48|0;i=l+16|0;g=l+40|0;j=l;k[a>>2]=b;h=a+4|0;k[a+8>>2]=0;k[a+12>>2]=0;k[h>>2]=a+8;e=a+20|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[a+36>>2]=c;Nb[k[(k[c>>2]|0)+4>>2]&31](c,h,b);k[a+32>>2]=k[b+88>>2];e=k[b+52>>2]|0;f=g+4|0;d=k[b+48>>2]|0;while(1){if((d|0)==(e|0))break;m=Zr(h,k[d>>2]|0)|0;k[g>>2]=3544;k[f>>2]=h;Ag(i,g,k[(k[d>>2]|0)+8>>2]|0);k[m>>2]=k[i>>2];k[m+4>>2]=k[i+4>>2];k[m+8>>2]=k[i+8>>2];k[m+12>>2]=k[i+12>>2];d=d+4|0}Nb[k[k[c>>2]>>2]&31](c,b,a);d=k[b+108>>2]|0;if(d|0){k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;ot(j,a,d,i);aA(i)}r=l;return}function Gh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;e=a+16|0;d=k[e>>2]|0;f=d;g=b+16|0;do if((d|0)==(a|0))if((k[g>>2]|0)==(b|0)){Kb[k[(k[d>>2]|0)+12>>2]&1023](d,c);f=k[e>>2]|0;Jb[k[(k[f>>2]|0)+16>>2]&255](f);k[e>>2]=0;f=k[g>>2]|0;Kb[k[(k[f>>2]|0)+12>>2]&1023](f,a);f=k[g>>2]|0;Jb[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=0;k[e>>2]=a;Kb[k[(k[c>>2]|0)+12>>2]&1023](c,b);Jb[k[(k[c>>2]|0)+16>>2]&255](c);k[g>>2]=b;break}else{Kb[k[(k[d>>2]|0)+12>>2]&1023](d,b);g=k[e>>2]|0;Jb[k[(k[g>>2]|0)+16>>2]&255](g);g=b+16|0;k[e>>2]=k[g>>2];k[g>>2]=b;break}else{c=k[g>>2]|0;if((c|0)==(b|0)){Kb[k[(k[c>>2]|0)+12>>2]&1023](c,a);f=k[g>>2]|0;Jb[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=k[e>>2];k[e>>2]=a;break}else{k[e>>2]=c;k[g>>2]=f;break}}while(0);r=h;return}function Hh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;g=r;r=r+16|0;c=g;if(i[a+8>>0]|0){f=IF(43324,15421)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(c);_m(f,e);lq(f)}c=b+32|0;if(k[c>>2]|0)Lg(a,c);Lg(a,b+28|0);f=a+4|0;d=pj(k[f>>2]|0,8)|0;c=al(d,(k[c>>2]|0)!=0&1)|0;d=b+8|0;e=b+16|0;al(c,k[e>>2]|0)|0;e=k[e>>2]|0;c=0;while(1){if((c|0)==(e|0))break;h=uF(d,c)|0;j=k[f>>2]|0;vg(j,Zk(a,k[h>>2]|0)|0);c=c+1|0}j=k[f>>2]|0;vg(j,Zk(a,k[b+24>>2]|0)|0);r=g;return}function Ih(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=IF(43324,14046)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(b);_m(g,h);lq(g)}k[d>>2]=3188;k[d+4>>2]=a;k[d+16>>2]=d;nq(c,d);aC(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=IF(43324,14117)|0;a=k[c>>2]|0;h=IF($i(h,a)|0,14061)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(b);_m(h,g);lq(h)}r=f;return a|0}function Jh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=IF(43324,14046)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(b);_m(g,h);lq(g)}k[d>>2]=3232;k[d+4>>2]=a;k[d+16>>2]=d;Sm(c,d);aC(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=IF(43324,14117)|0;a=k[c>>2]|0;h=IF(aj(h,a)|0,14061)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(b);_m(h,g);lq(h)}r=f;return a|0}function Kh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>3;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>3>>>0){Vw(a);if(e>>>0>536870911)wM();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>2;Uz(a,j>>3>>>0<268435455?(l>>>0<e>>>0?e:l):536870911);ay(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>3;h=e>>>0>g>>>0;g=h?b+(g<<3)|0:c;d=g-f|0;e=d>>3;if(e|0)Uy(j|0,b|0,d|0)|0;e=i+(e<<3)|0;if(h){ay(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-8|0;k[l>>2]=c;d=c}}while(0);return}function Lh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[10493]|0;b=k[10492]|0;if(((d-b|0)/20|0)>>>0<a>>>0){e=k[10491]|0;c=(b-e|0)/20|0;b=c+a|0;if(b>>>0>214748364)wM();e=(d-e|0)/20|0;d=e<<1;zq(f,e>>>0<107374182?(d>>>0<b>>>0?b:d):214748364,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;o[e+16>>2]=1.0;b=b+-1|0;if(!b)break;else e=e+20|0}k[d>>2]=c+(a*20|0);zn(f);Yt(f)}else ru(a);r=g;return}function Mh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;e=l;j=a+4|0;h=(k[j>>2]|0)-(k[a>>2]|0)>>2;c=k[b>>2]|0;d=(k[b+4>>2]|0)-c|0;a:do if(!h){if(!d)Ka(31224,31127,143,31245);while(1){if(oD(k[c+16>>2]|0)|0)break a;c=k[b>>2]|0}}else{if(((d|0)/24|0|0)!=(h|0))Ka(31250,31127,150,31245);f=a+12|0;if(i[f>>0]|0)Ka(31274,31127,151,31245);i[f>>0]=1;g=a+16|0;wN(g);mC(a);c=0;while(1){if(c>>>0>=h>>>0)break;d=k[(k[a>>2]|0)+(c<<2)>>2]|0;xt(e,(k[b>>2]|0)+(c*24|0)|0);QA(d,e);aC(e);c=c+1|0}c=a+44|0;d=a+92|0;while(1){if((k[d>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;GJ(c,g,1)}i[f>>0]=0;qK(g)}while(0);r=l;return}function Nh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;i[b+12>>0]=(b|0)==(a|0)&1;e=b;while(1){if((e|0)==(a|0))break;c=k[e+8>>2]|0;g=c+12|0;if(i[g>>0]|0)break;f=c+8|0;b=k[f>>2]|0;d=k[b>>2]|0;if((d|0)==(c|0)){d=k[b+4>>2]|0;if(!d){h=8;break}d=d+12|0;if(i[d>>0]|0){h=8;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}else{if(!d){h=14;break}d=d+12|0;if(i[d>>0]|0){h=14;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}}if((h|0)==8){if((k[c>>2]|0)!=(e|0)){ev(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;Ru(b)}else if((h|0)==14){if((k[c>>2]|0)==(e|0)){Ru(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;ev(b)}return}function Oh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;c=k[10392]|0;do if(c){h=i[b+11>>0]|0;g=h<<24>>24<0;h=g?k[b+4>>2]|0:h&255;g=g?k[b>>2]|0:b;while(1){d=c+16|0;b=i[d+11>>0]|0;e=b<<24>>24<0;b=e?k[c+20>>2]|0:b&255;d=e?k[d>>2]|0:d;e=b>>>0<h>>>0;j=tI(g,d,e?b:h)|0;f=h>>>0<b>>>0;if((((j|0)==0?(f?-2147483648:0):j)|0)<0){b=k[c>>2]|0;if(!b){b=5;break}else c=b}else{j=tI(d,g,f?h:b)|0;if((((j|0)==0?(e?-2147483648:0):j)|0)>=0){b=10;break}d=c+4|0;b=k[d>>2]|0;if(!b){b=9;break}else c=b}}if((b|0)==5){k[a>>2]=c;break}else if((b|0)==9){k[a>>2]=c;c=d;break}else if((b|0)==10){k[a>>2]=c;c=a;break}}else{k[a>>2]=41568;c=41568}while(0);return c|0}function Ph(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;c=h+12|0;g=h;if((i[b>>0]|0)==0?(i[b+24>>0]|0)!=0:0)c=dJ(b)|0;else d=4;do if((d|0)==4){e=$I(b)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,e,Lq(e)|0);e=xl(c)|0;f=N;NJ(c);c=k[a+68>>2]|0;d=(k[a+72>>2]|0)-c>>2;if(f>>>0>0|(f|0)==0&e>>>0>d>>>0){h=La(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;vs(g,17712,13);a=k[b+28>>2]|0;b=k[b+32>>2]|0;av(h,g);k[h+12>>2]=a;k[h+16>>2]=b;pb(h|0,8,182)}if((e|0)==(d|0)&(f|0)==0){i[a+80>>0]=1;c=k[10597]|0;break}else{g=dH(d+-1|0,0,e|0,f|0)|0;c=k[c+(g<<2)>>2]|0;break}}while(0);r=h;return c|0}function Qh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;l=b+4|0;n=c+4|0;At(a,((k[n>>2]|0)-(k[c>>2]|0)>>2)+((k[l>>2]|0)-(k[b>>2]|0)>>2)|0);m=k[b>>2]|0;l=(k[l>>2]|0)-m>>2;i=k[c>>2]|0;j=(k[n>>2]|0)-i>>2;b=0;d=0;e=0;while(1){if(!(e>>>0<l>>>0&d>>>0<j>>>0))break;f=k[m+(e<<2)>>2]|0;g=k[i+(d<<2)>>2]|0;do if(f>>>0>=g>>>0){h=(k[a>>2]|0)+(b<<2)|0;if(f>>>0>g>>>0){k[h>>2]=g;d=d+1|0;break}else{k[h>>2]=f;d=d+1|0;e=e+1|0;break}}else{k[(k[a>>2]|0)+(b<<2)>>2]=f;e=e+1|0}while(0);b=b+1|0}while(1){if(e>>>0>=l>>>0)break;k[(k[a>>2]|0)+(b<<2)>>2]=k[m+(e<<2)>>2];b=b+1|0;e=e+1|0}e=k[c>>2]|0;f=(k[n>>2]|0)-e>>2;while(1){if(d>>>0>=f>>>0)break;k[(k[a>>2]|0)+(b<<2)>>2]=k[e+(d<<2)>>2];d=d+1|0;b=b+1|0}At(a,b);return}function Rh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+eD(d);p[u>>3]=f;e=k[u+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[u>>2]|0)>>>0>0)Kb[k[k[b>>2]>>2]&1023](b,18661);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!($J(oI(d)|0)|0))Kb[k[k[b>>2]>>2]&1023](b,18680)}else{d=pF(d)|0;if(!(yD(d,N)|0))Kb[k[k[b>>2]>>2]&1023](b,18680)}k[a>>2]=1;k[a+8>>2]=~~f>>>0}else{if(e){if(!(ZJ(oI(d)|0)|0))Kb[k[k[b>>2]>>2]&1023](b,18705)}else{d=pF(d)|0;if(!(_D(d,N)|0))Kb[k[k[b>>2]>>2]&1023](b,18705)}c=+P(f)>=1.0?(f>0.0?~~+ba(+O(f/4294967296.0),4294967295.0)>>>0:~~+$((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function Sh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;if((a|0)==(k[b+8>>2]|0))bn(b,c,d,e);else{r=b+52|0;m=j[r>>1]|0;h=m&255;l=b+53|0;m=(m&65535)>>>8&255;q=k[a+12>>2]|0;n=a+16+(q<<3)|0;i[r>>0]=0;i[l>>0]=0;Pu(a+16|0,b,c,d,e,f);a:do if((q|0)>1){o=b+24|0;p=a+8|0;q=b+54|0;a=a+24|0;do{if(i[q>>0]|0)break a;g=j[r>>1]|0;if(!((g&255)<<24>>24)){if((g&65535)>=256?(k[p>>2]&1|0)==0:0)break a}else{if((k[o>>2]|0)==1)break a;if(!(k[p>>2]&2))break a}i[r>>0]=0;i[l>>0]=0;Pu(a,b,c,d,e,f);a=a+8|0}while(a>>>0<n>>>0)}while(0);i[r>>0]=h;i[l>>0]=m}return}function Th(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=c+4|0;d=(k[e>>2]|0)-(k[c>>2]|0)|0;Nt(c,d+b|0);d=(k[c>>2]|0)+d|0;a:while(1){b=i[a>>0]|0;b:do switch(b<<24>>24){case 0:break a;case 92:{b=i[a+1>>0]|0;switch(b<<24>>24){case 34:{i[d>>0]=34;a=a+2|0;break b}case 39:{i[d>>0]=39;a=a+2|0;break b}case 92:{i[d>>0]=92;a=a+2|0;break b}case 110:{i[d>>0]=10;a=a+2|0;break b}case 116:{i[d>>0]=9;a=a+2|0;break b}default:{b=((gA(b)|0)<<4)+(gA(i[a+2>>0]|0)|0)&255;i[d>>0]=b;a=a+3|0;break b}}}default:{i[d>>0]=b;a=a+1|0}}while(0);d=d+1|0}a=k[c>>2]|0;b=a;if(d>>>0<a>>>0)Ka(13851,13688,1341,13872);a=d-b|0;if(a>>>0>((k[e>>2]|0)-b|0)>>>0)Ka(13887,13688,1343,13872);else{Nt(c,a);return}}function Uh(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=IF(43324,14046)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(d);_m(g,h);lq(g)}g=si(a)|0;k[c>>2]=2;h=c+8|0;k[h>>2]=g;k[h+4>>2]=N;b=+gI(c);if(i[e>>0]|0){h=IF(cj(IF(43324,16480)|0,b)|0,14061)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(h,g);lq(h)}r=f;return +b}function Vh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;_z(_C(k[a>>2]|0,31758)|0,32)|0;$i(k[a>>2]|0,k[b+4>>2]|0)|0;c=b+8|0;switch(k[c>>2]|0){case -1:case 0:break;default:$i(_z(k[a>>2]|0,32)|0,k[c>>2]|0)|0}IF(k[a>>2]|0,24873)|0;zC(k[a>>2]|0,k[a+4>>2]|0);e=k[b+16>>2]|0;b=k[b+12>>2]|0;while(1){if((b|0)==(e|0))break;_C(k[a>>2]|0,24884)|0;of(a,k[b>>2]|0);d=k[b+8>>2]|0;c=k[b+4>>2]|0;while(1){if((c|0)==(d|0))break;f=k[c>>2]|0;_z(k[a>>2]|0,32)|0;pu(a,f)|0;c=c+4|0}_z(k[a>>2]|0,41)|0;b=b+16|0}return}function Wh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+eD(d);p[u>>3]=f;e=k[u+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[u>>2]|0)>>>0>0)Kb[k[k[b>>2]>>2]&1023](b,18577);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(aK(oI(d)|0)|0))Kb[k[k[b>>2]>>2]&1023](b,18596)}else{d=pF(d)|0;if(!(zD(d,N)|0))Kb[k[k[b>>2]>>2]&1023](b,18596)}k[a>>2]=1;k[a+8>>2]=~~f}else{if(e){if(!(_J(oI(d)|0)|0))Kb[k[k[b>>2]>>2]&1023](b,18621)}else{d=pF(d)|0;if(!($D(d,N)|0))Kb[k[k[b>>2]>>2]&1023](b,18621)}c=+P(f)>=1.0?(f>0.0?~~+ba(+O(f/4294967296.0),4294967295.0)>>>0:~~+$((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function Xh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){Ag(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){Ag(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=fz(a)|0;if((b|0)==0&(N|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function Yh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){k[d>>2]=b;if(i[a+44>>0]|0)if((qF(d,4,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+4|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=Pb[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((qF(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((qF(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function Zh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){i[d>>0]=b;if(i[a+44>>0]|0)if((qF(d,1,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+1|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=Pb[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((qF(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((qF(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function _h(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+64|0;d=i+56|0;e=i+44|0;f=i+16|0;g=i;h=i+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;Ii(f,b,c+8|0,e);if(!(k[f+16>>2]|0)){j=k[b+4>>2]|0;f=k[j+36>>2]|0;b=k[(k[f>>2]|0)+8>>2]|0;j=k[j>>2]|0;k[h>>2]=k[c+24>>2];k[d>>2]=k[h>>2];h=zx(j,d)|0;Rb[b&31](g,f,h,e);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}aA(e);r=i;return}function $h(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;h=r;r=r+64|0;d=h+40|0;e=h;f=h+24|0;g=h+56|0;ud(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){j=k[b+4>>2]|0;b=k[j+36>>2]|0;i=k[(k[b>>2]|0)+16>>2]|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];e=Jj(j,c,d)|0;k[g>>2]=e;k[d>>2]=k[g>>2];Rb[i&31](f,b,c,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=h;return}function ai(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;k[g>>2]=c;k[h>>2]=d;f=(k[b+12>>2]|0)-(k[b+8>>2]|0)>>2;b=f>>>0>d>>>0;do if(f>>>0<=c>>>0|b){e=f>>>0>c>>>0;if(f>>>0<=d>>>0|e){if(b&e){b=c>>>0<d>>>0;break}b=a+40|0;e=dt(b,g)|0;e=k[e>>2]|0;d=dt(b,h)|0;d=(e|0)==(k[d>>2]|0);e=dt(b,g)|0;e=k[e>>2]|0;if(!d){b=dt(b,h)|0;b=e>>>0>(k[b>>2]|0)>>>0;break}if(!e){b=(k[g>>2]|0)>>>0<(k[h>>2]|0)>>>0;break}else{b=a+52|0;g=dt(b,g)|0;g=k[g>>2]|0;b=dt(b,h)|0;b=g>>>0<(k[b>>2]|0)>>>0;break}}else b=0}else b=1;while(0);r=i;return b|0}function bi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>2;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>2>>>0){ox(a);if(e>>>0>1073741823)wM();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>1;PA(a,j>>2>>>0<536870911?(l>>>0<e>>>0?e:l):1073741823);Ty(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>2;h=e>>>0>g>>>0;g=h?b+(g<<2)|0:c;d=g-f|0;e=d>>2;if(e|0)Uy(j|0,b|0,d|0)|0;e=i+(e<<2)|0;if(h){Ty(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-4|0;k[l>>2]=c;d=c}}while(0);return}function ci(a){a=a|0;zz(a+188|0);pz(a+176|0);Az(a+164|0);yz(a+152|0);bz(a+140|0);DC(a+112|0);px(a+96|0);sx(a+72|0);Gu(a+48|0);St(a+36|0);Gu(a+24|0);Gu(a+12|0);bt(a);return}function di(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+272|0;i=m+8|0;j=m;e=k[b>>2]|0;k[j>>2]=e;l=(a|0)!=0;g=l?d:256;a=l?a:i;f=e;a:do if((g|0)!=0&(e|0)!=0){d=0;h=a;while(1){a=c>>>0>=g>>>0;if(!(a|c>>>0>32)){a=h;break a}e=a?g:c;c=c-e|0;e=rg(h,j,e)|0;if((e|0)==-1)break;a=(h|0)==(i|0);g=g-(a?0:e)|0;a=a?h:h+e|0;d=e+d|0;f=k[j>>2]|0;e=f;if((g|0)!=0&(f|0)!=0)h=a;else break a}e=k[j>>2]|0;a=h;d=-1;g=0;f=e}else d=0;while(0);b:do if((f|0)!=0?(g|0)!=0&(c|0)!=0:0){h=c;while(1){c=Zn(a,k[f>>2]|0)|0;if((c+1|0)>>>0<2)break;f=f+4|0;k[j>>2]=f;h=h+-1|0;g=g-c|0;d=d+1|0;e=f;if(!((g|0)!=0&(h|0)!=0))break b;else a=a+c|0}if(!c){k[j>>2]=0;e=0}else d=-1}while(0);if(l)k[b>>2]=e;r=m;return d|0}function ei(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=b+8|0;if(((k[l>>2]|0?(k[b+20>>2]|0)==1:0)?(i=uF(b+12|0,0)|0,i=k[i>>2]|0,!((i|0)==0|(k[i>>2]|0)!=1)):0)?(j=i+8|0,k[j>>2]|0):0){g=Cq(a+40|0,l)|0;h=g+4|0;g=k[g>>2]|0;while(1){if((g|0)==(h|0))break;b=k[g+16>>2]|0;c=k[b>>2]|0;if((b|0)==0|(c|0)!=4){c=(c|0)==5?b:0;d=c+8|0;e=k[c+16>>2]|0;b=0;while(1){if((b|0)==(e|0))break;f=uF(d,b)|0;if((k[f>>2]|0)==(k[l>>2]|0))k[f>>2]=k[j>>2];b=b+1|0}b=c+24|0;if((k[b>>2]|0)==(k[l>>2]|0))k[b>>2]=k[j>>2]}else{b=b+8|0;if((k[b>>2]|0)==(k[l>>2]|0))k[b>>2]=k[j>>2]}g=nx(g)|0}k[a+16>>2]=i}Vr(a,l);return}function fi(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=IF(43324,14046)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(d);_m(g,h);lq(g)}h=pi(a)|0;k[c>>2]=1;k[c+8>>2]=h;b=+hI(c);if(i[e>>0]|0){h=IF(cj(IF(43324,16430)|0,b)|0,14061)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(h,g);lq(h)}r=f;return +b}function gi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=HJ()|0;d=Gn(b,1)|0;if((i[d>>0]|0)==0?(i[d+24>>0]|0)!=0:0){c=dJ(Gn(b,1)|0)|0;k[e>>2]=c;c=2;d=a+28|0}else{d=a+28|0;c=Ix(k[d>>2]|0)|0;k[e>>2]=c;c=1}k[d>>2]=(k[d>>2]|0)+1;d=Gn(b,c)|0;if(i[d>>0]|0){f=Gn(b,c)|0;dJ(Gn(f,0)|0)|0;d=HJ()|0;f=dJ(Gn(f,1)|0)|0;k[d>>2]=f;k[d+4>>2]=k[e>>2];k[d+8>>2]=3;fl(k[a>>2]|0,d);c=c+1|0}f=Tg(dJ(Gn(b,c)|0)|0,0,0)|0;k[e+4>>2]=f;f=Yb(a,Gn(b,c+1|0)|0)|0;k[e+8>>2]=f;f=(cr(b)|0)+8|0;if((c+2|0)==(k[f>>2]|0)){el(k[a>>2]|0,e);return}else Ka(18070,13688,1567,18084)}function hi(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=a+8|0;g=j+3|0;e=i[g>>0]|0;f=e<<24>>24<0;if(f){l=k[a+4>>2]|0;c=(k[j>>2]&2147483647)+-1|0}else{l=e&255;c=1}b=l>>>0<2;h=b?1:(l+4&-4)+-1|0;do if((h|0)!=(c|0)){do if(b){b=k[a>>2]|0;if(f){e=0;c=b;d=a;f=13}else{MK(a,b,(e&255)+1|0);dO(b);f=16}}else{c=h+1|0;if(c>>>0>1073741823)Ka(38001,38038,1734,38141);d=LD(c<<2)|0;if(f){e=1;c=k[a>>2]|0;f=13;break}else{MK(d,a,(e&255)+1|0);b=a+4|0;f=15;break}}while(0);if((f|0)==13){b=a+4|0;MK(d,c,(k[b>>2]|0)+1|0);dO(c);if(e){c=h+1|0;f=15}else f=16}if((f|0)==15){k[j>>2]=c|-2147483648;k[b>>2]=l;k[a>>2]=d;break}else if((f|0)==16){i[g>>0]=l;break}}while(0);return}function ii(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 88:{e=a+1|0;d=Vb(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}case 74:{d=a+1|0;if((d|0)==(b|0))break a;while(1){if((i[d>>0]|0)==69)break;e=ii(d,b,c)|0;if((e|0)==(d|0))break a;else d=e}a=d+1|0;break a}case 76:{e=a+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==90:0){e=a+2|0;d=gc(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}a=ic(a,b,c)|0;break a}default:{a=Wb(a,b,c)|0;break a}}while(0);return a|0}function ji(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h;f=a+68|0;g=k[f>>2]|0;am(a,b);ko(g,k[f>>2]|0);f=ZI(k[b>>2]|0)|0;g=a+100|0;if(k[f+8>>2]|0){e=k[(k[g>>2]|0)+-4>>2]|0;c=a+72|0;k[d>>2]=f;b=Xr(c,d)|0;a=k[b+4>>2]|0;b=k[b>>2]|0;while(1){if((b|0)==(a|0))break;ko(k[b>>2]|0,e);b=b+4|0}Xn(c,f)}a=k[g>>2]|0;b=0;while(1){if((b|0)==-1)break;f=b+-1|0;k[g>>2]=a+(f<<2);b=f}r=h;return}function ki(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g+12|0;f=g;d=Oh(e,b)|0;b=k[d>>2]|0;if(!b){Tn(f,c);b=k[f>>2]|0;sr(k[e>>2]|0,d,b);d=1}else d=0;k[a>>2]=b;i[a+4>>0]=d;r=g;return}function li(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+8|0;d=l+4|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;k[d>>2]=k[c>>2];m=k[a+36>>2]|0;switch(Pb[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+4|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((Qu(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function mi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=a;k[g>>2]=0;k[g+4>>2]=0;g=b+16|0;i=0;b=0;while(1){h=(oD(k[g>>2]|0)|0)<<24>>24;d=h&128;f=h&127;l=(b|0)==0&(i|0)==0;c=dH(64,0,b|0,i|0)|0;c=DG(1,0,c|0)|0;c=fJ(c|0,N|0,-1,-1)|0;e=N;c=l?-1:c;c=f&c;d=(d|0)!=0;if(d&((c|0)!=(f|0)|0!=0)){c=3;break}e=DG(c|0,0,b|0)|0;f=a;e=k[f>>2]|e;f=k[f+4>>2]|N;l=a;k[l>>2]=e;k[l+4>>2]=f;if(!d){c=7;break}b=fJ(b|0,i|0,7,0)|0;if(b>>>0<64)i=N;else{c=6;break}}if((c|0)==3)Ka(14129,13964,99,13982);else if((c|0)==6)Ka(14206,13964,104,13982);else if((c|0)==7){if((h&64|0?(j=fJ(b|0,i|0,7,0)|0,j>>>0<64):0)?(i=64-j|0,l=DG(e|0,f|0,i|0)|0,i=XF(l|0,N|0,i|0)|0,l=N,j=a,k[j>>2]=i,k[j+4>>2]=l,(l|0)>=0):0)Ka(16040,13964,114,13982);return}}function ni(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+4|0;d=l+8|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;i[d>>0]=k[c>>2];m=k[a+36>>2]|0;switch(Pb[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+1|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((Qu(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function oi(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=IF(43324,14046)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(b);_m(e,f);lq(e)}f=(Ah(a)|0)&255;a=((Ah(a)|0)&255)<<8|f;if(i[c>>0]|0){f=IF(aj(IF(43324,14066)|0,a)|0,14061)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(f,e);lq(f)}r=d;return a&65535|0}function pi(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=IF(43324,14046)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(b);_m(e,f);lq(e)}f=(oi(a)|0)&65535;a=((oi(a)|0)&65535)<<16|f;if(i[c>>0]|0){f=IF($i(IF(43324,14050)|0,a)|0,14061)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(f,e);lq(f)}r=d;return a|0}function qi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;f=r;r=r+32|0;c=f+16|0;h=f+12|0;d=f;e=HA(k[a+4>>2]|0)|0;i=dJ(Gn(b,1)|0)|0;g=k[a>>2]|0;k[h>>2]=i;k[c>>2]=k[h>>2];c=ty(g,c)|0;if(!c){i=La(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,17749,26);g=k[b+28>>2]|0;h=k[b+32>>2]|0;av(i,d);k[i+12>>2]=g;k[i+16>>2]=h;pb(i|0,8,182)}else{k[e+24>>2]=k[c>>2];k[e+4>>2]=k[c+4>>2];i=(cr(b)|0)+8|0;Cw(a,b,(k[i>>2]|0)+-1|0,e);i=(cr(b)|0)+8|0;i=Yb(a,Gn(b,(k[i>>2]|0)+-1|0)|0)|0;k[e+28>>2]=i;r=f;return e|0}return 0}function ri(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+64|0;o=s;q=k[a>>2]|0;p=a+(k[q+-8>>2]|0)|0;q=k[q+-4>>2]|0;k[o>>2]=b;k[o+4>>2]=a;k[o+8>>2]=2976;a=o+12|0;c=o+16|0;d=o+20|0;e=o+24|0;f=o+28|0;g=o+32|0;h=o+40|0;l=(q|0)==(b|0);m=a;n=m+40|0;do{k[m>>2]=0;m=m+4|0}while((m|0)<(n|0));j[a+40>>1]=0;i[a+42>>0]=0;a:do if(l){k[o+48>>2]=1;Fb[k[(k[b>>2]|0)+20>>2]&15](b,o,p,p,1,0);a=(k[e>>2]|0)==1?p:0}else{Gb[k[(k[q>>2]|0)+24>>2]&3](q,o,p,1,0);switch(k[o+36>>2]|0){case 0:{a=(k[h>>2]|0)==1&(k[f>>2]|0)==1&(k[g>>2]|0)==1?k[d>>2]|0:0;break a}case 1:break;default:{a=0;break a}}if((k[e>>2]|0)!=1?!((k[h>>2]|0)==0&(k[f>>2]|0)==1&(k[g>>2]|0)==1):0){a=0;break}a=k[c>>2]|0}while(0);r=s;return a|0}function si(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=r;r=r+16|0;b=e;d=a+12|0;if(i[d>>0]|0){c=IF(43324,14046)|0;f=eG(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(b);_m(c,f);lq(c)}c=pi(a)|0;a=pi(a)|0;if(i[d>>0]|0){f=IF(Ri(IF(43324,16493)|0,c,a)|0,14061)|0;d=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(b);_m(f,d);lq(f)}N=a;r=e;return c|0}function ti(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0;h=qk(a,b,c,d,f)|0;g=f+4|0;if(ai(k[f>>2]|0,k[g>>2]|0,k[e>>2]|0,k[d>>2]|0)|0){i=k[d>>2]|0;k[d>>2]=k[e>>2];k[e>>2]=i;e=h+1|0;if(ai(k[f>>2]|0,k[g>>2]|0,k[d>>2]|0,k[c>>2]|0)|0){e=k[c>>2]|0;k[c>>2]=k[d>>2];k[d>>2]=e;e=h+2|0;if(ai(k[f>>2]|0,k[g>>2]|0,k[c>>2]|0,k[b>>2]|0)|0){i=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=i;if(ai(k[f>>2]|0,k[g>>2]|0,k[b>>2]|0,k[a>>2]|0)|0){e=k[a>>2]|0;k[a>>2]=k[b>>2];k[b>>2]=e;e=h+4|0}else e=h+3|0}}}else e=h;return e|0}function ui(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j;if(i[a+12>>0]|0){h=IF(43324,15637)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(h,g);lq(h)}d=Ih(a)|0;e=k[a>>2]|0;e=OC(e,Ih(a)|0)|0;k[b+24>>2]=k[e>>2];if(((k[e+12>>2]|0)-(k[e+8>>2]|0)>>2|0)!=(d|0))Ka(15502,13964,1978,15659);f=b+8|0;Dw(f,d);g=d+-1|0;c=0;while(1){h=_w(a)|0;if((c|0)==(d|0))break;l=uF(f,g-c|0)|0;k[l>>2]=h;c=c+1|0}k[b+28>>2]=h;k[b+4>>2]=k[e+4>>2];r=j;return}function vi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p+12|0;g=p;h=p+16|0;j=a+64|0;l=b+11|0;m=b+4|0;n=g+11|0;o=a+68|0;e=a+72|0;a:while(1){c=k[j>>2]|0;k[j>>2]=c+1;Vi(h,c);c=i[l>>0]|0;a=c<<24>>24<0;c=rm(h,a?k[b>>2]|0:b,a?k[m>>2]|0:c&255)|0;k[g>>2]=k[c>>2];k[g+4>>2]=k[c+4>>2];k[g+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}SG(f,(i[n>>0]|0)<0?k[g>>2]|0:g,0);c=k[f>>2]|0;NJ(g);NJ(h);d=k[e>>2]|0;a=k[o>>2]|0;while(1){if((a|0)==(d|0))break a;if((k[a>>2]|0)==(c|0))continue a;a=a+4|0}}r=p;return c|0}function wi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;g=j+4|0;h=j;if(i[a+12>>0]|0){f=IF(43324,15421)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(g);_m(f,e);lq(f)}c=Ih(a)|0;if((c|1|0)!=1)Ka(15321,13964,1929,15437);f=_w(a)|0;k[b+28>>2]=f;if((c|0)==1){f=_w(a)|0;k[b+32>>2]=f}d=Ih(a)|0;e=b+8|0;c=0;while(1){f=XA(a,pi(a)|0)|0;if((c|0)==(d|0))break;k[h>>2]=f;k[g>>2]=k[h>>2];hx(e,g);c=c+1|0}k[b+24>>2]=f;r=j;return}function xi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;i=m;j=b+8|0;io(i,k[j>>2]|0);l=FE(i)|0;Jz(i);a:do if(l){l=k[j>>2]|0;if(!((l|0)==0|(k[l>>2]|0)!=2)?(e=l+16|0,c=k[e>>2]|0,f=c,c|0):0){g=l+4|0;switch(k[g>>2]|0){case 0:case 5:break a;default:{}}h=l+12|0;d=k[h>>2]|0;i=k[d+4>>2]|0;c=k[c+4>>2]|0;if((i|0)==5)switch(c|0){case 0:case 5:{Ka(28263,28302,213,28324);break}default:{k[j>>2]=f;k[e>>2]=b;k[g>>2]=0;k[a+16>>2]=l;break a}}if((c|0)==5)if(!i)Ka(28334,28302,219,28324);else{k[j>>2]=d;k[h>>2]=b;k[g>>2]=0;k[a+16>>2]=l;break}}}else{k[b>>2]=22;k[b+4>>2]=0}while(0);r=m;return}function yi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=UI(k[b>>2]|0)|0;if((k[g+8>>2]|0?(h=a+72|0,c=es(h,g)|0,(c|0)!=(a+76|0)):0)?(e=c+20|0,d=c+24|0,(k[d>>2]|0)!=(k[e>>2]|0)):0){f=a+68|0;c=k[f>>2]|0;am(a,b);ko(c,k[f>>2]|0);a=k[d>>2]|0;c=k[e>>2]|0;while(1){if((c|0)==(a|0))break;ko(k[c>>2]|0,k[f>>2]|0);c=c+4|0}Xn(h,g)}return}function zi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+208|0;d=i+136|0;e=i+68|0;f=i;g=b+16|0;c=k[g>>2]|0;a:do if(c|0){h=b+12|0;switch(k[(k[h>>2]|0)+4>>2]|0){case 0:case 5:break a;default:{}}switch(k[c+4>>2]|0){case 0:case 5:break a;default:{}}b=b+8|0;io(d,k[b>>2]|0);if(!(FE(d)|0)){io(e,k[h>>2]|0);if(!(FE(e)|0)){io(f,k[g>>2]|0);if(!(FE(f)|0)){c=hJ((k[a+36>>2]|0)+112|0)|0;k[c+16>>2]=k[b>>2];k[c+8>>2]=k[h>>2];k[c+12>>2]=k[g>>2];KB(c);k[a+16>>2]=c}Jz(f)}Jz(e)}Jz(d)}while(0);r=i;return}function Ai(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;h=l+4|0;i=l;g=b+16|0;e=k[g>>2]|0;if((k[b+20>>2]|0)-e>>2>>>0>c>>>0)j=b;else{Kb[k[(k[b>>2]|0)+28>>2]&1023](b,19346);j=b;e=k[g>>2]|0}g=k[f>>2]|0;k[i>>2]=k[e+(c<<2)>>2];k[h>>2]=k[i>>2];g=rx(g,h)|0;h=g+8|0;i=g+12|0;if(((k[i>>2]|0)-(k[h>>2]|0)>>2|0)!=((k[d+4>>2]|0)-(k[d>>2]|0)>>4|0))Kb[k[(k[j>>2]|0)+28>>2]&1023](b,19365);e=0;while(1){c=k[h>>2]|0;if(e>>>0>=(k[i>>2]|0)-c>>2>>>0)break;if((k[c+(e<<2)>>2]|0)!=(k[(k[d>>2]|0)+(e<<4)>>2]|0))Kb[k[(k[j>>2]|0)+28>>2]&1023](b,19398);e=e+1|0}Hf(a,f,k[g>>2]|0,d);r=l;return}function Bi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;e=d+4|0;f=ai(k[d>>2]|0,k[e>>2]|0,k[b>>2]|0,k[a>>2]|0)|0;g=ai(k[d>>2]|0,k[e>>2]|0,k[c>>2]|0,k[b>>2]|0)|0;do if(f){f=k[a>>2]|0;if(g){k[a>>2]=k[c>>2];k[c>>2]=f;e=1;break}k[a>>2]=k[b>>2];k[b>>2]=f;if(ai(k[d>>2]|0,k[e>>2]|0,k[c>>2]|0,f)|0){e=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=e;e=2}else e=1}else if(g){g=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=g;if(ai(k[d>>2]|0,k[e>>2]|0,k[b>>2]|0,k[a>>2]|0)|0){e=k[a>>2]|0;k[a>>2]=k[b>>2];k[b>>2]=e;e=2}else e=1}else e=0;while(0);return e|0}function Ci(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=j[a+24>>1]|0;a:do if((c&255)<<24>>24==0?(d=j[b+24>>1]|0,(d&255)<<24>>24==0):0){if(!((i[a+53>>0]|0)==0&(c&65535)<256)?cG(b)|0:0){c=1;break}if(cG(a)|0?!((i[b+53>>0]|0)==0&(d&65535)<256):0){c=1;break}e=a+44|0;f=b+40|0;d=b+28|0;c=k[a+40>>2]|0;while(1){if((c|0)==(e|0))break;b=k[c+16>>2]|0;if(Qx(f,b)|0){c=1;break a}if(Qx(d,b)|0){c=1;break a}c=nx(c)|0}d=a+32|0;c=k[a+28>>2]|0;while(1){if((c|0)==(d|0)){c=0;break a}if(Qx(f,k[c+16>>2]|0)|0){c=1;break a}c=nx(c)|0}}else c=1;while(0);return c|0}function Di(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=r;r=r+32|0;c=i+20|0;j=i+16|0;e=i+12|0;g=i;h=vH(k[a+4>>2]|0)|0;f=h+8|0;l=dJ(Gn(b,1)|0)|0;k[f>>2]=l;d=k[a>>2]|0;k[j>>2]=l;k[c>>2]=k[j>>2];d=Iy(d,c)|0;do if(!d){l=k[a>>2]|0;k[e>>2]=k[f>>2];k[c>>2]=k[e>>2];c=Hy(l,c)|0;if(c|0?(k[c+12>>2]|0)==3:0){k[h+4>>2]=k[c+20>>2];break}l=La(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;vs(g,17885,19);i=k[b+28>>2]|0;j=k[b+32>>2]|0;av(l,g);k[l+12>>2]=i;k[l+16>>2]=j;pb(l|0,8,182)}else k[h+4>>2]=k[d+4>>2];while(0);r=i;return h|0}function Ei(a,b){a=a|0;b=b|0;if(!b)Ka(27586,32063,72,27591);do switch(k[b>>2]|0){case 1:{NE(a,b);break}case 22:case 19:case 18:case 17:case 16:case 15:case 2:break;case 3:{NE(a,b);break}case 4:{ny(a,b);break}case 5:{Hn(a,b);break}case 6:{i[a+25>>0]=1;break}case 7:{i[a+25>>0]=1;break}case 8:{i[a+25>>0]=1;break}case 9:{my(a,b);break}case 10:{ly(a,b);break}case 11:{i[a+52>>0]=1;break}case 12:{i[a+53>>0]=1;break}case 13:{i[a+52>>0]=1;break}case 14:{i[a+53>>0]=1;break}case 20:{i[a+24>>0]=1;break}case 21:{i[a+25>>0]=1;break}case 23:{i[a+24>>0]=1;break}default:{}}while(0);return}function Fi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+16|0;f=h;if(i[a+8>>0]|0){g=IF(43324,15637)|0;e=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(f);_m(g,e);lq(g)}Lg(a,b+28|0);d=b+8|0;e=b+16|0;g=k[e>>2]|0;c=0;while(1){if((c|0)==(g|0))break;j=uF(d,c)|0;k[f>>2]=k[j>>2];Lg(a,f);c=c+1|0}j=pj(k[a+4>>2]|0,23)|0;j=al(j,k[e>>2]|0)|0;al(j,Qv(k[a>>2]|0,k[b+24>>2]|0)|0)|0;r=h;return}function Gi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;b=k[c+4>>2]|0;if((b|0)==(k[10601]|0)?(k[c+8>>2]|0)==(k[10602]|0):0){c=k[d+4>>2]|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;k[e>>2]=k[b>>2];k[e+4>>2]=k[b+4>>2];k[e+8>>2]=k[b+8>>2];k[e+12>>2]=k[b+12>>2];_z(wk(43156,e)|0,10)|0;b=b+16|0}k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;r=f;return}if((b|0)==(k[10552]|0)?(k[c+8>>2]|0)==(k[10604]|0):0){IF(43156,19192)|0;pb(La(1)|0,224,0)}a=IF(43156,19223)|0;IF(IF(a,k[c>>2]|0)|0,24995)|0;Ha()}function Hi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=b;a:do if(!((e^a)&3)){d=(c|0)!=0;if(d&(e&3|0)!=0)do{e=i[b>>0]|0;i[a>>0]=e;if(!(e<<24>>24))break a;c=c+-1|0;b=b+1|0;a=a+1|0;d=(c|0)!=0}while(d&(b&3|0)!=0);if(d){if(i[b>>0]|0){b:do if(c>>>0>3){d=b;while(1){b=k[d>>2]|0;if((b&-2139062144^-2139062144)&b+-16843009|0){b=d;break b}k[a>>2]=b;c=c+-4|0;b=d+4|0;a=a+4|0;if(c>>>0>3)d=b;else break}}while(0);f=11}}else c=0}else f=11;while(0);c:do if((f|0)==11)if(!c)c=0;else while(1){f=i[b>>0]|0;i[a>>0]=f;if(!(f<<24>>24))break c;c=c+-1|0;a=a+1|0;if(!c){c=0;break}else b=b+1|0}while(0);iu(a|0,0,c|0)|0;return}function Ii(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=c+8|0;ds(d,k[g>>2]|0);g=k[g>>2]|0;h=a+16|0;i=d+4|0;j=d+8|0;e=0;while(1){if((e|0)==(g|0)){l=8;break}f=uF(c,e)|0;ud(a,b,k[f>>2]|0);if(k[h>>2]|0)break;f=k[i>>2]|0;if((f|0)==(k[j>>2]|0))Cl(d,a);else{k[f>>2]=k[a>>2];k[f+4>>2]=k[a+4>>2];k[f+8>>2]=k[a+8>>2];k[f+12>>2]=k[a+12>>2];k[i>>2]=(k[i>>2]|0)+16}e=e+1|0}if((l|0)==8){k[a>>2]=0;l=a+8|0;k[l>>2]=0;k[l+4>>2]=0;k[h>>2]=0}return}function Ji(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+118|0;n=a+104|0;g=a+100|0;f=a+96|0;j=a+92|0;i[l>>0]=i[35653]|0;i[l+1>>0]=i[35654]|0;i[l+2>>0]=i[35655]|0;i[l+3>>0]=i[35656]|0;i[l+4>>0]=i[35657]|0;i[l+5>>0]=i[35658]|0;m=c+4|0;uo(l+1|0,40153,1,k[m>>2]|0);o=FH()|0;k[h>>2]=e;l=n+(Ky(n,13,o,l,h)|0)|0;m=Ap(n,l,k[m>>2]|0)|0;e=eG(c)|0;k[j>>2]=e;Je(n,m,l,h,g,f,j);cE(e);e=dj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Ki(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+108|0;n=a+96|0;g=a+92|0;f=a+88|0;j=a+84|0;i[l>>0]=i[35653]|0;i[l+1>>0]=i[35654]|0;i[l+2>>0]=i[35655]|0;i[l+3>>0]=i[35656]|0;i[l+4>>0]=i[35657]|0;i[l+5>>0]=i[35658]|0;m=c+4|0;uo(l+1|0,40153,0,k[m>>2]|0);o=FH()|0;k[h>>2]=e;l=n+(Ky(n,12,o,l,h)|0)|0;m=Ap(n,l,k[m>>2]|0)|0;e=eG(c)|0;k[j>>2]=e;Je(n,m,l,h,g,f,j);cE(e);e=dj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Li(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+48|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[35653]|0;i[l+1>>0]=i[35654]|0;i[l+2>>0]=i[35655]|0;i[l+3>>0]=i[35656]|0;i[l+4>>0]=i[35657]|0;i[l+5>>0]=i[35658]|0;m=c+4|0;uo(l+1|0,40153,0,k[m>>2]|0);o=FH()|0;k[h>>2]=e;l=n+(Ky(n,12,o,l,h)|0)|0;m=Ap(n,l,k[m>>2]|0)|0;e=eG(c)|0;k[j>>2]=e;Ne(n,m,l,h,g,f,j);cE(e);e=vj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Mi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+50|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[35653]|0;i[l+1>>0]=i[35654]|0;i[l+2>>0]=i[35655]|0;i[l+3>>0]=i[35656]|0;i[l+4>>0]=i[35657]|0;i[l+5>>0]=i[35658]|0;m=c+4|0;uo(l+1|0,40153,1,k[m>>2]|0);o=FH()|0;k[h>>2]=e;l=n+(Ky(n,13,o,l,h)|0)|0;m=Ap(n,l,k[m>>2]|0)|0;e=eG(c)|0;k[j>>2]=e;Ne(n,m,l,h,g,f,j);cE(e);e=vj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function Ni(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;b=f;e=k[a>>2]|0;if((k[e+40>>2]|0)!=(k[e+36>>2]|0)){if(i[a+8>>0]|0){e=IF(43324,21186)|0;d=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(b);_m(e,d);lq(e)}c=PG(a,31764)|0;d=a+4|0;b=k[a>>2]|0;al(k[d>>2]|0,(k[b+40>>2]|0)-(k[b+36>>2]|0)>>2)|0;b=k[a>>2]|0;e=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(e|0))break;tx(a,k[k[b>>2]>>2]|0);al(k[d>>2]|0,0)|0;b=b+4|0}SE(a,c)}r=f;return}function Oi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 59:{c=yB(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=4;break}case 57:{c=yB(k[a+4>>2]|0)|0;k[c+8>>2]=2;e=c+16|0;Dw(e,1);g=_w(a)|0;e=uF(e,0)|0;k[e>>2]=g;e=4;break}default:c=0}if((e|0)==4){if(i[a+12>>0]|0){g=IF(43324,16588)|0;e=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(d);_m(g,e);lq(g)}XE(c);k[b>>2]=c;c=1}r=f;return c|0}function Pi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j+4|0;h=j;if(i[a+8>>0]|0){g=IF(43324,15515)|0;f=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(g,f);lq(g)}e=b+8|0;f=b+16|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==(g|0))break;l=uF(e,d)|0;k[c>>2]=k[l>>2];Lg(a,c);d=d+1|0}l=pj(k[a+4>>2]|0,24)|0;l=al(l,k[f>>2]|0)|0;k[h>>2]=k[b+24>>2];k[c>>2]=k[h>>2];al(l,Al(a,c)|0)|0;r=j;return}function Qi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j+4|0;h=j;if(i[a+8>>0]|0){g=IF(43324,15449)|0;f=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(g,f);lq(g)}e=b+8|0;f=b+16|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==(g|0))break;l=uF(e,d)|0;k[c>>2]=k[l>>2];Lg(a,c);d=d+1|0}l=pj(k[a+4>>2]|0,22)|0;l=al(l,k[f>>2]|0)|0;k[h>>2]=k[b+24>>2];k[c>>2]=k[h>>2];al(l,yl(a,c)|0)|0;r=j;return}function Ri(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;Tx(m,a);if(i[m>>0]|0){g=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=NI(g,44084)|0;RL(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=eG(h)|0;k[f>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;RL(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+28>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(Lb[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}Gq(m);r=n;return a|0}function Si(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;Tx(m,a);if(i[m>>0]|0){g=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=NI(g,44084)|0;RL(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=eG(h)|0;k[f>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;RL(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+20>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(Lb[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}Gq(m);r=n;return a|0}function Ti(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;f=h;d=h+4|0;k[f>>2]=b;g=a+112|0;e=a+120|0;if(!(k[e>>2]|0)){b=k[a>>2]|0;c=k[b+16>>2]|0;b=k[b+12>>2]|0;while(1){if((b|0)==(c|0))break;if((k[(k[b>>2]|0)+12>>2]|0)==3){k[d>>2]=k[e>>2];i=dt(g,d)|0;k[i>>2]=k[k[b>>2]>>2]}b=b+4|0}b=0;while(1){i=k[a>>2]|0;if(b>>>0>=(k[i+52>>2]|0)-(k[i+48>>2]|0)>>2>>>0)break;k[d>>2]=k[e>>2];i=dt(g,d)|0;k[i>>2]=k[k[(k[(k[a>>2]|0)+48>>2]|0)+(b<<2)>>2]>>2];b=b+1|0}b=k[f>>2]|0}if(!(Qx(g,b)|0))Ka(15810,13964,1688,15837);else{i=dt(g,f)|0;r=h;return k[i>>2]|0}return 0}function Ui(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i;h=a+4|0;d=k[a>>2]|0;a:do if((k[h>>2]|0)!=(d|0)){LA(c,k[d>>2]|0);e=k[h>>2]|0;d=k[a>>2]|0;b:do if(e-d>>2>>>0>1){f=1;while(1){if(f>>>0>=e-d>>2>>>0)break b;Qh(g,c,k[d+(f<<2)>>2]|0);PJ(c,g);ZA(g);f=f+1|0;d=k[a>>2]|0;e=k[h>>2]|0}}while(0);h=k[b+4>>2]|0;d=k[b>>2]|0;e=k[c>>2]|0;f=h;if((h-d|0)==((k[c+4>>2]|0)-e|0))while(1){if((d|0)==(f|0)){d=0;break a}if((k[d>>2]|0)!=(k[e>>2]|0)){d=1;break a}e=e+4|0;d=d+4|0}else d=1}else d=0;while(0);r=i;return d|0}function Vi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=h+4|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}e=g+11|0;if((i[e>>0]|0)<0)c=(k[g+8>>2]&2147483647)+-1|0;else c=10;Ur(g,c);d=i[e>>0]|0;c=d<<24>>24<0?k[g+4>>2]|0:d&255;while(1){d=d<<24>>24<0?k[g>>2]|0:g;k[f>>2]=b;d=LE(d,c+1|0,38196,f)|0;if((d|0)>-1)if(d>>>0>c>>>0)c=d;else break;else c=c<<1|1;Ur(g,c);d=i[e>>0]|0}Ur(g,d);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}NJ(g);r=h;return}function Wi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;c=g;if(i[a+8>>0]|0){f=IF(43324,15292)|0;e=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(c);_m(f,e);lq(f)}e=a+4|0;pj(k[e>>2]|0,2)|0;c=b+8|0;f=a+120|0;d=k[f>>2]|0;if((d|0)==(k[a+124>>2]|0))yn(a+116|0,c);else{k[d>>2]=k[c>>2];k[f>>2]=(k[f>>2]|0)+4}wm(a,k[b+12>>2]|0);d=k[f>>2]|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[f>>2]=d+(b<<2);c=b}pj(k[e>>2]|0,15)|0;r=g;return}function Xi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+64|0;h=p+48|0;i=p+40|0;j=p+32|0;l=p+24|0;m=p+16|0;n=p+8|0;o=p;d=a+4|0;q=k[d>>2]|0;g=k[b>>2]|0;e=k[b+4>>2]|0;f=k[c>>2]|0;c=k[c+4>>2]|0;k[d>>2]=q-e+c+(f-g<<3);d=q&31;b=(k[a>>2]|0)+(q>>>5<<2)|0;if((e|0)==(d|0)){k[h>>2]=g;k[h+4>>2]=e;k[i>>2]=f;k[i+4>>2]=c;k[j>>2]=b;k[j+4>>2]=e;oj(o,h,i,j)}else{k[l>>2]=g;k[l+4>>2]=e;k[m>>2]=f;k[m+4>>2]=c;k[n>>2]=b;k[n+4>>2]=d;sf(o,l,m,n)}r=p;return}function Yi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+224|0;m=q+120|0;n=q+80|0;o=q;p=q+136|0;d=n;e=d+40|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[m>>2]=k[c>>2];if((ec(0,b,m,o,n)|0)<0)c=-1;else{c=k[a>>2]|0;l=c&32;if((i[a+74>>0]|0)<1)k[a>>2]=c&-33;d=a+48|0;if(!(k[d>>2]|0)){e=a+44|0;f=k[e>>2]|0;k[e>>2]=p;g=a+28|0;k[g>>2]=p;h=a+20|0;k[h>>2]=p;k[d>>2]=80;j=a+16|0;k[j>>2]=p+80;c=ec(a,b,m,o,n)|0;if(f){Eb[k[a+36>>2]&31](a,0,0)|0;c=(k[h>>2]|0)==0?-1:c;k[e>>2]=f;k[d>>2]=0;k[j>>2]=0;k[g>>2]=0;k[h>>2]=0}}else c=ec(a,b,m,o,n)|0;p=k[a>>2]|0;k[a>>2]=p|l;c=(p&32|0)==0?c:-1}r=q;return c|0}function Zi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;g=l;if((b|0)!=1){i=a+16|0;wN(i);j=a+4|0;h=a+92|0;k[h>>2]=(k[j>>2]|0)-(k[a>>2]|0)>>2;mC(a);f=a+8|0;e=0;while(1){if(e>>>0>=b>>>0)break;c=oJ()|0;k[g>>2]=c;d=k[j>>2]|0;if(d>>>0>=(k[f>>2]|0)>>>0){ol(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){pr(c);dO(c)}}else{k[g>>2]=0;k[d>>2]=c;k[j>>2]=d+4;k[g>>2]=0}e=e+1|0}c=a+44|0;while(1){if((k[h>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;GJ(c,i,1)}qK(i)}r=l;return}function _i(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;Tx(l,a);if(i[l>>0]|0){f=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=NI(f,44084)|0;RL(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=eG(g)|0;k[e>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;RL(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+40>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Ub[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Gq(l);r=m;return a|0}function $i(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;Tx(l,a);if(i[l>>0]|0){f=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=NI(f,44084)|0;RL(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=eG(g)|0;k[e>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;RL(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+24>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Ub[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Gq(l);r=m;return a|0}function aj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;Tx(l,a);if(i[l>>0]|0){f=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=NI(f,44084)|0;RL(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=eG(g)|0;k[e>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;RL(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+16>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Ub[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Gq(l);r=m;return a|0}function bj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=Ck(a,b,c,d)|0;f=k[e>>2]|0;g=k[d>>2]|0;if(+p[f+16>>3]>+p[g+16>>3]){k[d>>2]=f;k[e>>2]=g;e=h+1|0;f=k[d>>2]|0;g=k[c>>2]|0;if(+p[f+16>>3]>+p[g+16>>3]){k[c>>2]=f;k[d>>2]=g;e=h+2|0;f=k[c>>2]|0;g=k[b>>2]|0;if(+p[f+16>>3]>+p[g+16>>3]){k[b>>2]=f;k[c>>2]=g;e=k[b>>2]|0;f=k[a>>2]|0;if(+p[e+16>>3]>+p[f+16>>3]){k[a>>2]=e;k[b>>2]=f;e=h+4|0}else e=h+3|0}}}else e=h;return e|0}function cj(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;Tx(l,a);if(i[l>>0]|0){f=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=NI(f,44084)|0;RL(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=eG(g)|0;k[e>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;RL(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+32>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(Tb[d&7](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Gq(l);r=m;return a|0}function dj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{n=b;g=d-n>>2;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;n=g-n|0;h=n>>2;if((n|0)>0?(Eb[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,yq(l,e,f),n=(Eb[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+8+3>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),CJ(l),!n):0){a=0;break}n=d-g|0;d=n>>2;if((n|0)>0?(Eb[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function ej(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;f=k[b>>2]|0;c=f;if(f|0){d=k[a>>2]|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))yn(d,b);else{k[f>>2]=c;k[e>>2]=(k[e>>2]|0)+4}b=Cr(k[a+4>>2]|0,b)|0;d=k[a+8>>2]|0;c=k[d>>2]|0;k[d>>2]=c+1;k[g>>2]=c;d=b+4|0;e=k[d>>2]|0;if(e>>>0<(k[b+8>>2]|0)>>>0){k[e>>2]=c;k[d>>2]=e+4}else yn(b,g);e=k[a+12>>2]|0;b=k[a+16>>2]|0;k[g>>2]=b;c=e+4|0;d=k[c>>2]|0;if(d>>>0<(k[e+8>>2]|0)>>>0){k[d>>2]=b;k[c>>2]=(k[c>>2]|0)+4}else yn(e,g)}r=h;return}function fj(a){a=a|0;var b=0;b=a+8|0;do switch(k[b>>2]|0){case 19:case 17:case 15:case 13:case 11:case 9:case 7:case 5:case 3:case 1:case 18:case 16:case 14:case 12:case 10:case 8:case 6:case 4:case 2:case 0:{k[a+4>>2]=k[(k[a+12>>2]|0)+4>>2];break}case 21:case 20:{k[a+4>>2]=1;break}case 23:case 22:{k[a+4>>2]=2;break}case 24:{k[a+4>>2]=1;break}case 43:{k[a+4>>2]=4;break}case 44:{k[a+4>>2]=3;break}case 33:case 31:case 29:case 27:case 25:{k[a+4>>2]=1;break}case 34:case 32:case 30:case 28:case 26:{k[a+4>>2]=2;break}case 41:case 39:case 37:case 35:case 45:{k[a+4>>2]=3;break}case 42:case 40:case 38:case 36:case 46:{k[a+4>>2]=4;break}default:_z(aj(IF(43324,17204)|0,k[b>>2]|0)|0,10)|0}while(0);return}function gj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Ag(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(OI(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{Ag(a,b,c);break}}else{Ag(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function hj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+64|0;h=i;k[c>>2]=k[k[c>>2]>>2];if(!((a|0)==(b|0)|(b|0)==3120))if(((b|0)!=0?(d=ri(b,3080)|0,(d|0)!=0):0)?(k[d+8>>2]&~k[a+8>>2]|0)==0:0){b=k[a+12>>2]|0;a=d+12|0;if(!((b|0)==3112?1:(b|0)==(k[a>>2]|0)))if((((b|0)!=0?(f=ri(b,2960)|0,(f|0)!=0):0)?(e=k[a>>2]|0,(e|0)!=0):0)?(g=ri(e,2960)|0,(g|0)!=0):0){a=h+4|0;b=a+52|0;do{k[a>>2]=0;a=a+4|0}while((a|0)<(b|0));k[h>>2]=g;k[h+8>>2]=f;k[h+12>>2]=-1;k[h+48>>2]=1;Rb[k[(k[g>>2]|0)+28>>2]&31](g,h,k[c>>2]|0,1);if((k[h+24>>2]|0)==1){k[c>>2]=k[h+16>>2];a=1}else a=0}else a=0;else a=1}else a=0;else a=1;r=i;return a|0}function ij(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0,f=0,g=0.0,h=0,i=0,j=0,l=0.0;j=r;r=r+16|0;i=j;k[i>>2]=0;h=i+4|0;k[h>>2]=0;k[i+8>>2]=0;Vd(k[a>>2]|0,b,i);e=k[i>>2]|0;h=k[h>>2]|0;a:do if((e|0)==(h|0))c=e;else{c=e;b:while(1)while(1){f=e+4|0;e=f;if((f|0)==(h|0))break a;if((k[c>>2]|0)>>>0<(k[f>>2]|0)>>>0){c=f;continue b}}}while(0);e=k[c>>2]|0;f=k[(k[a>>2]|0)+120>>2]|0;if(f>>>0<e>>>0)Ka(30183,29310,558,30213);g=1.0/(+(f>>>0)*2.0);c=0;d=+((f-e|0)>>>0);while(1){if((c|0)==(f|0))break;l=(k[(k[b>>2]|0)+(c<<2)>>2]|0)==(c|0)?g+d:d;c=c+1|0;d=l}p[b+16>>3]=d;ZA(i);r=j;return}function jj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;d=g+40|0;e=g+16|0;f=g;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Ii(e,b,c+8|0,d);if(!(k[e+16>>2]|0)){Hf(f,k[b+4>>2]|0,k[c+24>>2]|0,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}aA(d);r=g;return}function kj(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=a+11|0;h=i[l>>0]|0;d=h<<24>>24<0;if(d){m=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{m=h&255;c=10}b=m>>>0<11;j=b?10:(m+16&-16)+-1|0;do if((j|0)!=(c|0)){do if(b){c=k[a>>2]|0;if(d){b=0;d=a;g=10}else{b=0;f=1;d=a;g=11}}else{e=LD(j+1|0)|0;if(d){b=1;c=k[a>>2]|0;d=e;g=10;break}else{b=1;f=0;c=a;d=e;g=11;break}}while(0);if((g|0)==10){e=b;f=1;b=k[a+4>>2]|0}else if((g|0)==11){e=b;b=h&255}b=b+1|0;if(b|0)cs(d|0,c|0,b|0)|0;if(f)dO(c);if(e){k[a+8>>2]=j+1|-2147483648;k[a+4>>2]=m;k[a>>2]=d;break}else{i[l>>0]=m;break}}while(0);return}function lj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+32|0;Dy(d,b);f=a+44|0;k[f>>2]=0;g=a+48|0;e=k[g>>2]|0;if(e&8|0){b=i[d+11>>0]|0;if(b<<24>>24<0){b=k[d>>2]|0;c=b;b=b+(k[a+36>>2]|0)|0}else{c=d;b=d+(b&255)|0}k[f>>2]=b;k[a+8>>2]=c;k[a+12>>2]=c;k[a+16>>2]=b}if(e&16|0){c=d+11|0;b=i[c>>0]|0;if(b<<24>>24<0){e=k[a+36>>2]|0;k[f>>2]=(k[d>>2]|0)+e;b=(k[a+40>>2]&2147483647)+-1|0}else{e=b&255;k[f>>2]=d+e;b=10}Ur(d,b);b=i[c>>0]|0;if(b<<24>>24<0){d=k[d>>2]|0;b=k[a+36>>2]|0}else b=b&255;c=a+24|0;k[c>>2]=d;k[a+20>>2]=d;k[a+28>>2]=d+b;if(k[g>>2]&3|0)k[c>>2]=d+e}return}function mj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;if((a|0)!=(b|0)?(d=yd(a,b,c)|0,(d|0)!=(a|0)):0){f=uc(d,b,c)|0;if((f|0)!=(d|0)){e=c+4|0;b=k[e>>2]|0;if(((b-(k[c>>2]|0)|0)/24|0)>>>0>=2){Sr(g,b+-24|0);a=k[e>>2]|0;b=a+-24|0;d=a;while(1){if((d|0)==(b|0))break;c=d+-24|0;k[e>>2]=c;CC(c);d=k[e>>2]|0}e=i[g+11>>0]|0;c=e<<24>>24<0;tn(a+-48|0,c?k[g>>2]|0:g,c?k[g+4>>2]|0:e&255)|0;kI(g);a=f}}else a=d}r=h;return a|0}function nj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=1;while(1){e=(cr(a)|0)+8|0;if(!(d>>>0<3?d>>>0<(k[e>>2]|0)>>>0:0))break;e=Gn(a,d)|0;if(i[e>>0]|0)break;e=Gn(a,d)|0;if((i[e>>0]|0)==0?(i[e+25>>0]|0)!=0:0){e=dJ(Gn(a,d)|0)|0;k[c>>2]=e}else{e=Gn(a,d)|0;if(i[e>>0]|0)break;if(!(i[e+24>>0]|0))break;e=dJ(Gn(a,d)|0)|0;k[b>>2]=e}d=d+1|0}e=(cr(a)|0)+8|0;if(((d>>>0<(k[e>>2]|0)>>>0?(e=Gn(a,d)|0,(i[e>>0]|0)!=0):0)?(f=Gn(a,d)|0,e=(cr(f)|0)+8|0,(k[e>>2]|0)!=0):0)?(e=dJ(Gn(f,0)|0)|0,(e|0)==(k[10577]|0)):0){f=dJ(Gn(f,1)|0)|0;k[c>>2]=f;d=d+1|0}return d|0}function oj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=k[b>>2]|0;f=k[b+4>>2]|0;c=((k[c>>2]|0)-h<<3)+(k[c+4>>2]|0)-f|0;e=h;if((c|0)>0){if(!f){g=d;e=h}else{h=32-f|0;g=(c|0)<(h|0)?c:h;h=-1>>>(h-g|0)&-1<<f;f=k[d>>2]|0;k[f>>2]=k[f>>2]&~h|k[e>>2]&h;e=d+4|0;h=(k[e>>2]|0)+g|0;k[d>>2]=f+(h>>>5<<2);k[e>>2]=h&31;e=(k[b>>2]|0)+4|0;k[b>>2]=e;c=c-g|0;g=d}f=c>>>5;Uy(k[d>>2]|0,e|0,f<<2|0)|0;e=c-(f<<5)|0;c=(k[g>>2]|0)+(f<<2)|0;k[g>>2]=c;if((e|0)>0){f=(k[b>>2]|0)+(f<<2)|0;k[b>>2]=f;h=-1>>>(32-e|0);c=k[g>>2]|0;k[c>>2]=k[c>>2]&~h|k[f>>2]&h;k[d+4>>2]=e}}else c=k[d>>2]|0;k[a>>2]=c;k[a+4>>2]=k[d+4>>2];return}function pj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;if(!(i[a+12>>0]|0))c=a+4|0;else{e=IF(aj(IF(43324,20489)|0,b&255)|0,14111)|0;c=a+4|0;e=IF($i(e,(k[c>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;g=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(e,g);lq(e)}i[d>>0]=b;e=k[c>>2]|0;if(e>>>0<(k[a+8>>2]|0)>>>0){i[e>>0]=b;k[c>>2]=(k[c>>2]|0)+1}else Dn(a,d);r=f;return a|0}function qj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=a+16|0;tr(c,345,b);d=k[b>>2]|0;if((k[d>>2]|0)==2?(e=(aJ(d)|0)+16|0,(k[e>>2]|0)!=0):0){tr(c,346,b);tr(c,296,(aJ(d)|0)+16|0);tr(c,347,b);tr(c,296,(aJ(d)|0)+12|0);tr(c,348,b);tr(c,296,(aJ(d)|0)+8|0)}else se(a,b);tr(c,349,b);return}function rj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;j=n;e=b+8|0;f=k[b+16>>2]|0;g=a+28|0;l=a+32|0;h=b+32|0;m=a+36|0;i=a+40|0;d=0;while(1){if((d|0)==(f|0))break;c=uF(e,d)|0;if((k[c>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else yn(l,j)}d=d+1|0}if((k[b+24>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else yn(l,j)}r=n;return}function sj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;uo(n+1|0,40158,0,k[l>>2]|0);o=FH()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Ky(m,23,o,n,i)|0)|0;l=Ap(m,e,k[l>>2]|0)|0;f=eG(c)|0;k[j>>2]=f;Je(m,l,e,i,h,g,j);cE(f);f=dj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function tj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;uo(n+1|0,40158,1,k[l>>2]|0);o=FH()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Ky(m,23,o,n,i)|0)|0;l=Ap(m,e,k[l>>2]|0)|0;f=eG(c)|0;k[j>>2]=f;Je(m,l,e,i,h,g,j);cE(f);f=dj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function uj(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=r;r=r+16|0;b=e;if(i[a+12>>0]|0){d=IF(43324,16757)|0;c=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;RL(b);_m(d,c);lq(d)}c=Ih(a)|0;d=a+40|0;if((c|0)!=((k[a+44>>2]|0)-(k[d>>2]|0)>>2|0))Ka(16770,13964,1767,16794);b=0;while(1){if(b>>>0>=c>>>0){b=7;break}f=k[(k[d>>2]|0)+(b<<2)>>2]|0;g=tf(a)|0;k[f>>2]=g;if(!(Ih(a)|0))b=b+1|0;else{b=9;break}}if((b|0)==7){r=e;return}else if((b|0)==9)Ka(16804,13964,1772,16794)}function vj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{h=b;g=d-h|0;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;h=g-h|0;if((h|0)>0?(Eb[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,zs(l,e,f),f=(Eb[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+11>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),NJ(l),!f):0){a=0;break}d=d-g|0;if((d|0)>0?(Eb[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function wj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;uo(n+1|0,40158,0,k[l>>2]|0);o=FH()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Ky(m,23,o,n,i)|0)|0;l=Ap(m,e,k[l>>2]|0)|0;f=eG(c)|0;k[j>>2]=f;Ne(m,l,e,i,h,g,j);cE(f);f=vj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function xj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;uo(n+1|0,40158,1,k[l>>2]|0);o=FH()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Ky(m,23,o,n,i)|0)|0;l=Ap(m,e,k[l>>2]|0)|0;f=eG(c)|0;k[j>>2]=f;Ne(m,l,e,i,h,g,j);cE(f);f=vj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function yj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;c=f;if(i[a+12>>0]|0){e=IF(43324,15292)|0;d=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(c);_m(e,d);lq(e)}c=ln(a)|0;k[b+8>>2]=c;e=a+88|0;d=k[e>>2]|0;if((d|0)==(k[a+92>>2]|0))yn(a+84|0,b+8|0);else{k[d>>2]=c;k[e>>2]=(k[e>>2]|0)+4}d=lo(a)|0;k[b+12>>2]=d;d=k[e>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[e>>2]=d+(a<<2);c=a}OL(b);r=f;return}function zj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+48|0;f=l+16|0;e=l;d=l+32|0;k[d>>2]=b;g=d+4|0;j=a+48|0;m=k[j>>2]|0;k[g>>2]=c-((m|0)!=0&1);h=a+44|0;k[d+8>>2]=k[h>>2];k[d+12>>2]=m;if(!(k[10605]|0)){k[f>>2]=k[a+60>>2];k[f+4>>2]=d;k[f+8>>2]=2;d=TJ(zb(145,f|0)|0)|0}else{tb(191,a|0);k[e>>2]=k[a+60>>2];k[e+4>>2]=d;k[e+8>>2]=2;d=TJ(zb(145,e|0)|0)|0;Ba(0)}if((d|0)>=1){g=k[g>>2]|0;if(d>>>0>g>>>0){e=k[h>>2]|0;f=a+4|0;k[f>>2]=e;k[a+8>>2]=e+(d-g);if(!(k[j>>2]|0))d=c;else{k[f>>2]=e+1;i[b+(c+-1)>>0]=i[e>>0]|0;d=c}}}else{k[a>>2]=k[a>>2]|d&48^16;k[a+8>>2]=0;k[a+4>>2]=0}r=l;return d|0}function Aj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/12|0;f=e+1|0;if(f>>>0>357913941)wM();else{d=((k[a+8>>2]|0)-d|0)/12|0;h=d<<1;wr(c,d>>>0<178956970?(h>>>0<f>>>0?f:h):357913941,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=0;h=e+4|0;k[h>>2]=0;k[e+8>>2]=0;k[e>>2]=k[b>>2];d=b+4|0;k[h>>2]=k[d>>2];h=b+8|0;k[e+8>>2]=k[h>>2];k[h>>2]=0;k[d>>2]=0;k[b>>2]=0;k[f>>2]=e+12;Sk(a,c);uw(c);r=g;return}}function Bj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;e=r;r=r+16|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}c=i[f+11>>0]|0;g=c<<24>>24<0;b=g?k[f>>2]|0:f;c=b+(g?k[f+4>>2]|0:c&255)|0;while(1){if(b>>>0>=c>>>0)break;so(d,i[b>>0]|0);b=b+1|0}c=(i[d+11>>0]|0)<0?k[d>>2]|0:d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}b=gO(c)|0;c=b+(Lq(b)|0)|0;while(1){if(b>>>0>=c>>>0)break;so(a,i[b>>0]|0);b=b+1|0}NJ(d);r=e;return}function Cj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f+24|0;e=f;k[d>>2]=k[c+8>>2];ud(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){d=Zr((k[b+4>>2]|0)+4|0,d)|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=f;return}function Dj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+176|0;h=a;j=a+168|0;f=a+148|0;i[j>>0]=i[35645]|0;i[j+1>>0]=i[35646]|0;i[j+2>>0]=i[35647]|0;i[j+3>>0]=i[35648]|0;i[j+4>>0]=i[35649]|0;i[j+5>>0]=i[35650]|0;g=FH()|0;k[h>>2]=e;e=Ky(f,20,g,j,h)|0;j=f+e|0;g=Ap(f,j,k[c+4>>2]|0)|0;m=eG(c)|0;l=NI(m,44060)|0;cE(m);Qb[k[(k[l>>2]|0)+48>>2]&7](l,f,j,h)|0;e=h+(e<<2)|0;e=dj(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f<<2)|0,e,c,d)|0;r=a;return e|0}function Ej(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;l=o;m=LD(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;k[m+12>>2]=0;k[m+16>>2]=0;n=a+11|0;if((i[n>>0]|0)<0){h=a;j=a;b=k[a>>2]|0}else{h=a;j=a;b=a}d=SA(i[b>>0]|0)|0;k[m+4>>2]=d;d=a+4|0;e=m+8|0;f=m+12|0;g=m+16|0;c=1;while(1){a=i[n>>0]|0;b=a<<24>>24<0;if(b)a=k[d>>2]|0;else a=a&255;if(c>>>0>=a>>>0)break;if(b)a=k[j>>2]|0;else a=h;a=SA(i[a+c>>0]|0)|0;k[l>>2]=a;b=k[f>>2]|0;if(b>>>0<(k[g>>2]|0)>>>0){k[b>>2]=a;k[f>>2]=b+4}else yn(e,l);c=c+1|0}r=o;return m|0}function Fj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+8>>0]|0){d=IF(43324,15306)|0;f=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(d,f);lq(d)}d=b+12|0;if(k[d>>2]|0)Lg(a,d);c=b+16|0;if(!(k[c>>2]|0))c=6;else{Lg(a,c);c=k[c>>2]|0?7:6}f=pj(k[a+4>>2]|0,c)|0;f=al(f,(k[d>>2]|0)!=0&1)|0;al(f,Zk(a,k[b+8>>2]|0)|0)|0;r=e;return}function Gj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+48|0;e=g;c=k[b>>2]|0;d=(k[b+4>>2]|0)-c|0;f=d+1|0;do if(d){if(!f){c=jq(a)|0;break}d=32-(da(f|0)|0)|0;Aq(e,a,(((-1>>>(33-d|0)&f|0)==0)<<31>>31)+d|0);d=k[e>>2]|0;c=k[e+28>>2]|0;do a=c&(jq(d)|0);while(a>>>0>=f>>>0);c=(k[b>>2]|0)+a|0}while(0);r=g;return c|0}function Hj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+80|0;h=a;j=a+60|0;f=a+40|0;i[j>>0]=i[35645]|0;i[j+1>>0]=i[35646]|0;i[j+2>>0]=i[35647]|0;i[j+3>>0]=i[35648]|0;i[j+4>>0]=i[35649]|0;i[j+5>>0]=i[35650]|0;g=FH()|0;k[h>>2]=e;e=Ky(f,20,g,j,h)|0;j=f+e|0;g=Ap(f,j,k[c+4>>2]|0)|0;m=eG(c)|0;l=NI(m,44028)|0;cE(m);Qb[k[(k[l>>2]|0)+32>>2]&7](l,f,j,h)|0;e=h+e|0;e=vj(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f)|0,e,c,d)|0;r=a;return e|0}function Ij(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;f=m+8|0;l=m;Tx(l,a);if(i[l>>0]|0){g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;j=k[g+4>>2]|0;e=b+c|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=eG(g)|0;k[f>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;RL(f);c=c<<24>>24;k[d>>2]=c}if(!(vj(h,b,(j&176|0)==32?e:b,e,g,c&255)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;gL(j,k[j+16>>2]|5)}}Gq(l);r=m;return a|0}function Jj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;e=g;f=g+4|0;lG(f,k[a+32>>2]<<16,0);if((k[c>>2]|0)==1){d=OI(c)|0;c=d;d=((d|0)<0)<<31>>31}else{c=PF(c)|0;d=N}i=b+12|0;h=k[f>>2]|0;ig(a,k[i>>2]|0,0,h,0,20242);ig(a,c,d,h-(k[i>>2]|0)|0,0,20258);d=fJ(k[i>>2]|0,0,c|0,d|0)|0;f=N;b=b+8|0;ig(a,l[b>>0]|0,0,h,0,20273);ig(a,d,f,h-(l[b>>0]|0)|0,0,20288);lG(e,d,f);r=g;return k[e>>2]|0}function Kj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=IF(43324,15306)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(f,g);lq(f)}d=Ih(a)|0;if((d|1|0)!=1)Ka(15321,13964,1920,15346);g=XA(a,Ih(a)|0)|0;k[b+8>>2]=g;if(c<<24>>24==7){g=_w(a)|0;k[b+16>>2]=g}if((d|0)==1){g=_w(a)|0;k[b+12>>2]=g}if(k[b+16>>2]|0)k[b+4>>2]=0;r=e;return}function Lj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;j=r;r=r+16|0;h=j;k[h>>2]=0;g=h+4|0;k[g>>2]=0;k[h+8>>2]=0;i=a+40|0;e=a+44|0;f=h+8|0;a=k[i>>2]|0;while(1){if((a|0)==(e|0))break;do if(Ci(b,a+24|0)|0){c=a+16|0;d=k[g>>2]|0;if((d|0)==(k[f>>2]|0)){yn(h,c);break}else{k[d>>2]=k[c>>2];k[g>>2]=d+4;break}}while(0);a=nx(a)|0}c=k[g>>2]|0;a=k[h>>2]|0;while(1){if((a|0)==(c|0))break;Iq(i,k[a>>2]|0);a=a+4|0}ZA(h);r=j;return}function Mj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Tl(b,f,c)|0;c=k[e>>2]|0;if(!c){mr(g,b,d);c=k[g>>2]|0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Nj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;a:do if((b|0)==(k[a+24>>2]|0)){e=a+32|0;if(k[b+20>>2]|0){b=$E(b+12|0)|0;b=(k[b>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){yn(e,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}k[d>>2]=0;b=a+36|0;c=k[b>>2]|0;if(c>>>0<(k[a+40>>2]|0)>>>0){k[c>>2]=0;k[b>>2]=c+4}else yn(e,d)}else if((k[b+8>>2]|0)==(k[a+28>>2]|0)){d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);r=f;return}function Oj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;h=k[a+4>>2]|0;j=k[k[a>>2]>>2]|0;l=h+16|0;m=h+8|0;c=0;while(1){if(c>>>0>=j>>>0){n=6;break}e=(k[l>>2]|0)+c|0;g=k[m>>2]|0;f=k[g>>2]|0;if(e>>>0>=((k[g+4>>2]|0)-f|0)>>>0){d=0;break}g=i[b+c>>0]|0;if(!(g<<24>>24)){d=0;break}if((i[f+e>>0]|0)==g<<24>>24)c=c+1|0;else{d=0;break}}if((n|0)==6)if((Lq(b)|0)==(j|0)){k[l>>2]=(k[l>>2]|0)+j;n=Ih(h)|0;j=a+8|0;k[k[j>>2]>>2]=n;k[k[a+12>>2]>>2]=k[l>>2];n=k[m>>2]|0;if(((k[k[j>>2]>>2]|0)+(k[l>>2]|0)|0)>>>0>((k[n+4>>2]|0)-(k[n>>2]|0)|0)>>>0)Ka(14458,13964,1293,39307);else d=1}else d=0;return d|0}function Pj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;_C(k[a>>2]|0,30329)|0;KD(a);Go(a,k[b+8>>2]|0);f=a+20|0;d=k[b+12>>2]|0;if((((i[f>>0]|0)==0?(k[d>>2]|0)==1:0)?(k[d+8>>2]|0)==0:0)?(c=d+12|0,(k[c+8>>2]|0)==1):0){d=$E(c)|0;Go(a,k[d>>2]|0)}else Go(a,d);b=k[b+16>>2]|0;do if(b|0){if((((i[f>>0]|0)==0?(k[b>>2]|0)==1:0)?(k[b+8>>2]|0)==0:0)?(e=b+12|0,(k[e+8>>2]|0)==1):0){f=$E(e)|0;Go(a,k[f>>2]|0);break}Go(a,b)}while(0);jy(a);return}function Qj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+44|0;if(k[e>>2]|0)Ka(28922,28934,39,29951);d=b+12|0;nJ(a,(k[d>>2]|0)-(k[b+8>>2]|0)>>2);d=k[d>>2]|0;c=k[b+8>>2]|0;while(1){if((c|0)==(d|0))break;nJ(a,k[c>>2]|0);c=c+4|0}d=b+24|0;nJ(a,(k[d>>2]|0)-(k[b+20>>2]|0)>>2);d=k[d>>2]|0;c=k[b+20>>2]|0;while(1){if((c|0)==(d|0))break;nJ(a,k[c>>2]|0);c=c+4|0}nJ(a,k[b+4>>2]|0);c=k[b+32>>2]|0;d=(c|0)==0;tG(a,d?0:c,d?0:0);nJ(a,jc(k[b+36>>2]|0)|0);d=k[e>>2]|0;e=Ft(k[a+40>>2]|0,b)|0;k[e>>2]=d;return}function Rj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){j=k[a+4>>2]|0;e=(k[a+8>>2]&2147483647)+-1|0}else{j=d&255;e=10}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){On(a,e,j+h-e|0,j,j,0);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function Sj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=i[a+11>>0]|0;h=j<<24>>24<0;g=a+4|0;e=k[g>>2]|0;j=j&255;do if((h?e:j)|0){if((b|0)!=(c|0)){e=c;f=b;while(1){e=e+-4|0;if(f>>>0>=e>>>0)break;m=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=m;f=f+4|0}e=k[g>>2]|0}m=h?k[a>>2]|0:a;c=c+-4|0;a=m+(h?e:j)|0;e=m;while(1){f=i[e>>0]|0;g=f<<24>>24>0&f<<24>>24!=127;if(b>>>0>=c>>>0)break;if(g?(f<<24>>24|0)!=(k[b>>2]|0):0){l=10;break}b=b+4|0;e=(a-e|0)>1?e+1|0:e}if((l|0)==10){k[d>>2]=4;break}if(g?((k[c>>2]|0)+-1|0)>>>0>=f<<24>>24>>>0:0)k[d>>2]=4}while(0);return}function Tj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;d=a+8|0;m=d+3|0;e=i[m>>0]|0;if(e<<24>>24<0){l=k[a+4>>2]|0;d=(k[d>>2]&2147483647)+-1|0}else{l=e&255;d=1}f=c-b|0;j=f>>2;do if(j|0){if((d-l|0)>>>0<j>>>0){pm(a,d,l+j-d|0,l,l);d=i[m>>0]|0}else d=e;h=d<<24>>24<0;if(h)g=k[a>>2]|0;else g=a;f=f>>>2;e=g+(l<<2)|0;d=b;while(1){if((d|0)==(c|0))break;k[e>>2]=k[d>>2];e=e+4|0;d=d+4|0}k[g+(l+f<<2)>>2]=0;d=l+j|0;if(h){k[a+4>>2]=d;break}else{i[m>>0]=d;break}}while(0);return}function Uj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>4>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>4;d=c+b|0;if(d>>>0>268435455)wM();f=f-e|0;e=f>>3;us(g,f>>4>>>0<134217727?(e>>>0<d>>>0?d:e):268435455,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;i=f+8|0;k[i>>2]=0;k[i+4>>2]=0;c=c+-1|0;if(!c)break;else f=f+16|0}k[e>>2]=d+(b<<4);Ao(a,g);Ny(g)}else rw(a,b);r=h;return}function Vj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-16|0;g=c+-16|0;k[h>>2]=0;i=j+-12|0;k[i>>2]=0;l=k[c+-4>>2]|0;k[j+-8>>2]=0;k[j+-4>>2]=l;k[h>>2]=k[g>>2];h=c+-12|0;k[i>>2]=k[h>>2];i=c+-8|0;k[j+-8>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-16;c=g}i=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=i;i=b+8|0;l=k[e>>2]|0;k[e>>2]=k[i>>2];k[i>>2]=l;i=a+8|0;l=b+12|0;j=k[i>>2]|0;k[i>>2]=k[l>>2];k[l>>2]=j;k[b>>2]=k[f>>2];return}function Wj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+16|0;c=h+4|0;d=h;g=uy(k[a+4>>2]|0)|0;e=g+8|0;f=1;while(1){j=Gn(b,f)|0;if(i[j>>0]|0)break;j=Ph(a,Gn(b,f)|0)|0;k[d>>2]=j;k[c>>2]=k[d>>2];hx(e,c);f=f+1|0}d=$E(e)|0;k[g+24>>2]=k[d>>2];NF(e);d=f+1|0;j=Yb(a,Gn(b,f)|0)|0;c=g+28|0;k[c>>2]=j;j=(cr(b)|0)+8|0;if(d>>>0<(k[j>>2]|0)>>>0){k[g+32>>2]=k[c>>2];j=Yb(a,Gn(b,d)|0)|0;k[c>>2]=j}r=h;return g|0}function Xj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;if(c&2048){i[a>>0]=43;a=a+1|0}if(c&1024){i[a>>0]=35;a=a+1|0}g=c&260;d=c>>>14;f=(g|0)==260;if(f)e=0;else{i[a>>0]=46;i[a+1>>0]=42;e=1;a=a+2|0}while(1){c=i[b>>0]|0;if(!(c<<24>>24))break;i[a>>0]=c;b=b+1|0;a=a+1|0}a:do switch(g&511){case 4:if(!(d&1)){i[a>>0]=102;break a}else{i[a>>0]=70;break a}case 256:if(!(d&1)){i[a>>0]=101;break a}else{i[a>>0]=69;break a}default:{c=(d&1|0)!=0;if(f)if(c){i[a>>0]=65;break a}else{i[a>>0]=97;break a}else if(c){i[a>>0]=71;break a}else{i[a>>0]=103;break a}}}while(0);return e|0}function Yj(a,b){a=a|0;b=b|0;var c=0,d=0;d=b+8|0;if(!(k[d>>2]|0))c=0;else{c=Cr(a+52|0,d)|0;c=(k[c+4>>2]|0)!=(k[c>>2]|0)}me(a,b);if(k[d>>2]|0){b=a+64|0;if(qv(b,d)|0){Ev(a+40|0);cw(b,d)}if(c){Ev(a+40|0);Pq(a+52|0,d)}}return}function Zj(a){a=a|0;var b=0;do switch(a|0){case 0:{Ha();break}case 1:{b=31891;break}case 2:{b=30329;break}case 3:{b=24868;break}case 4:{b=30363;break}case 5:{b=30378;break}case 6:{b=31860;break}case 7:{b=31865;break}case 8:{b=31877;break}case 9:{b=17210;break}case 10:{b=17220;break}case 11:{b=17230;break}case 12:{b=17241;break}case 13:{b=17252;break}case 14:{b=17257;break}case 15:{b=30297;break}case 16:{b=17263;break}case 17:{b=30315;break}case 18:{b=23432;break}case 19:{b=23427;break}case 20:{b=30322;break}case 21:{b=17269;break}case 22:{b=23375;break}case 23:{b=23363;break}default:{}}while(0);return b|0}function _j(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+16|0;c=k[a>>2]|0;do if(!(k[e>>2]|0)){_C(c,24864)|0;pu(a,k[b+8>>2]|0)|0;b=b+12|0;c=k[b>>2]|0;if(c|0?(k[c>>2]|0)!=22:0){KD(a);d=7;break}_z(k[a>>2]|0,41)|0}else{_C(c,24857)|0;pu(a,k[b+8>>2]|0)|0;KD(a);b=b+12|0;d=7}while(0);if((d|0)==7){b=k[b>>2]|0;if(b|0?(k[b>>2]|0)!=22:0)Go(a,b);b=k[e>>2]|0;if(b|0)Go(a,b);jy(a)}return}function $j(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=a+11|0;e=i[j>>0]|0;f=e<<24>>24<0;if(f)h=k[a+4>>2]|0;else h=e&255;if(h>>>0<b>>>0)qM();if(f)e=(k[a+8>>2]&2147483647)+-1|0;else e=10;if((e-h|0)>>>0>=d>>>0){if(d|0){if(f)g=k[a>>2]|0;else g=a;f=h-b|0;e=g+b|0;if(f){Uy(e+d|0,e|0,f|0)|0;c=e>>>0<=c>>>0&(g+h|0)>>>0>c>>>0?c+d|0:c}Uy(e|0,c|0,d|0)|0;c=h+d|0;if((i[j>>0]|0)<0)k[a+4>>2]=c;else i[j>>0]=c;i[g+c>>0]=0}}else Dl(a,e,h+d-e|0,h,b,0,d,c);return a|0}function ak(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+16|0;c=f+4|0;e=f;if(!(i[a+8>>0]|0))d=a+4|0;else{h=IF(43324,15775)|0;d=a+4|0;g=k[d>>2]|0;g=$i(h,(k[g+4>>2]|0)+1-(k[g>>2]|0)|0)|0;h=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=NI(h,44028)|0;h=Sb[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;RL(c);_m(g,h);lq(g)}h=pj(k[d>>2]|0,26)|0;k[e>>2]=k[b+8>>2];k[c>>2]=k[e>>2];al(h,rh(a,c)|0)|0;r=f;return}function bk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Ms(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;kn(a,c);Tq(c);r=g;return}}function ck(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;g=TI(k[b>>2]|0)|0;f=Pm(k[a+40>>2]|0,k[a+44>>2]|0,k[g+8>>2]|0)|0;k[e>>2]=f;e=Xr(a+72|0,e)|0;f=a+68|0;c=e+4|0;d=k[c>>2]|0;if((d|0)==(k[e+8>>2]|0))yn(e,f);else{k[d>>2]=k[f>>2];k[c>>2]=(k[c>>2]|0)+4}c=k[f>>2]|0;am(a,b);if(k[g+16>>2]|0)ko(c,k[f>>2]|0);r=h;return}function dk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=IF($i(IF($i(IF(43324,21244)|0,c)|0,14111)|0,b)|0,38935)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(f,g);lq(f)}i[(k[a>>2]|0)+b>>0]=c;i[(k[a>>2]|0)+(b+1)>>0]=c>>>8;i[(k[a>>2]|0)+(b+2)>>0]=c>>>16;i[(k[a>>2]|0)+(b+3)>>0]=c>>>24;r=e;return}function ek(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/12|0;f=e+1|0;if(f>>>0>357913941)wM();else{h=((k[a+8>>2]|0)-d|0)/12|0;d=h<<1;wr(c,h>>>0<178956970?(d>>>0<f>>>0?f:d):357913941,e,a+8|0);f=c+8|0;e=k[f>>2]|0;dv(e,b);k[f>>2]=e+12;nn(a,c);it(c);r=g;return}}function fk(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0;e=r;r=r+32|0;c=e+16|0;d=e;if(i[a+12>>0]|0){f=IF(cj(IF(43324,20895)|0,b)|0,14111)|0;f=IF($i(f,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(f,g);lq(f)}k[d>>2]=4;p[d+8>>3]=b;g=pF(d)|0;De(a,g,N);r=e;return}function gk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=IF(43324,15739)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(f,g);lq(f)}g=Ih(a)|0;k[b+8>>2]=g;if(g>>>0>=(nI(k[a+64>>2]|0)|0)>>>0)Ka(15696,13964,1995,15761);a=_w(a)|0;k[b+12>>2]=a;a=a+4|0;d=b+4|0;k[d>>2]=k[a>>2];if(c<<24>>24==25)a=k[a>>2]|0;else a=0;k[d>>2]=a;r=e;return}function hk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[10350]|0;b=k[10349]|0;if(d-b>>2>>>0<a>>>0){e=k[10348]|0;c=b-e>>2;b=c+a|0;if(b>>>0>1073741823)wM();e=d-e|0;d=e>>1;gt(f,e>>2>>>0<536870911?(d>>>0<b>>>0?b:d):1073741823,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;b=b+-1|0;if(!b)break;else e=e+4|0}k[d>>2]=c+(a<<2);ip(f);Pt(f)}else $B(a);r=g;return}function ik(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;while(1){if((a|0)==(b|0))break;if(Yr(c,k[a>>2]|0)|0){d=a;e=a;f=5;break}a=a+4|0}a:do if((f|0)==5)while(1){a=d;do{a=a+4|0;if((a|0)==(b|0)){b=e;break a}d=k[a>>2]|0}while(Yr(c,d)|0);k[e>>2]=d;d=a;e=e+4|0;f=5}while(0);return b|0}function jk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+32|0;g=j+20|0;h=j;i=k[a>>2]|0;e=(k[a+4>>2]|0)-i>>4;f=e+1|0;if(f>>>0>268435455)wM();else{l=(k[a+8>>2]|0)-i|0;i=l>>3;us(h,l>>4>>>0<134217727?(i>>>0<f>>>0?f:i):268435455,e,a+8|0);i=h+8|0;f=k[i>>2]|0;e=k[b>>2]|0;c=k[c>>2]|0;lG(g,k[d>>2]|0,0);Ly(f,e,c,k[g>>2]|0);k[i>>2]=f+16;jo(a,h);ex(h);r=j;return}}function kk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){j=k[a+4>>2]|0;e=(k[a+8>>2]&2147483647)+-1|0}else{j=d&255;e=10}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){oo(a,e,j+h-e|0,j,j);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function lk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Tl(b,f,c)|0;c=k[e>>2]|0;if(!c){Js(g,b,d);c=k[g>>2]|0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function mk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=d;k[e>>2]=b;k[e+4>>2]=c;e=f+8|0;if(i[a+12>>0]|0){c=IF(Si(IF(43324,20866)|0,b,c)|0,14111)|0;c=IF($i(c,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;b=eG(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(e);_m(c,b);lq(c)}Vl(d,a);r=f;return}function nk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=k[b>>2]|0;k[e>>2]=f;b=_u(e)|0;e=k[a+4>>2]|0;a:do if(e){g=e+-1|0;d=(g&e|0)==0;if(d)c=g&b;else c=(b>>>0)%(e>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(b)do{b=k[b>>2]|0;if(!b){b=0;break a}a=k[b+4>>2]|0;if(d)a=a&g;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(c|0)){b=0;break a}}while((k[b+8>>2]|0)!=(f|0));else b=0}else b=0;while(0);r=h;return b|0}function ok(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+32|0;e=i+20|0;f=i;g=k[a>>2]|0;h=(k[a+4>>2]|0)-g>>4;d=h+1|0;if(d>>>0>268435455)wM();else{j=(k[a+8>>2]|0)-g|0;g=j>>3;us(f,j>>4>>>0<134217727?(g>>>0<d>>>0?d:g):268435455,h,a+8|0);h=f+8|0;g=k[h>>2]|0;d=k[b>>2]|0;c=k[c>>2]|0;lG(e,c,((c|0)<0)<<31>>31);Ly(g,d,50039,k[e>>2]|0);k[h>>2]=g+16;jo(a,f);ex(f);r=i;return}}function pk(a,b){a=a|0;b=b|0;switch(k[b+8>>2]|0){case 0:{_z(_C(k[a>>2]|0,23379)|0,41)|0;break}case 1:{_z(_C(k[a>>2]|0,23388)|0,41)|0;break}case 2:{_C(k[a>>2]|0,23403)|0;KD(a);b=uF(b+16|0,0)|0;Go(a,k[b>>2]|0);jy(a);break}case 3:{_z(Oz(_C(k[a>>2]|0,23415)|0,k[b+12>>2]|0)|0,41)|0;break}default:Ha()}return}function qk(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;g=Bi(a,b,c,e)|0;f=e+4|0;if(ai(k[e>>2]|0,k[f>>2]|0,k[d>>2]|0,k[c>>2]|0)|0){h=k[c>>2]|0;k[c>>2]=k[d>>2];k[d>>2]=h;d=g+1|0;if(ai(k[e>>2]|0,k[f>>2]|0,k[c>>2]|0,k[b>>2]|0)|0){h=k[b>>2]|0;k[b>>2]=k[c>>2];k[c>>2]=h;if(ai(k[e>>2]|0,k[f>>2]|0,k[b>>2]|0,k[a>>2]|0)|0){d=k[a>>2]|0;k[a>>2]=k[b>>2];k[b>>2]=d;d=g+3|0}else d=g+2|0}}else d=g;return d|0}function rk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;j=l;k[j>>2]=b;h=a+4|0;e=k[h>>2]|0;f=k[a>>2]|0;d=e-f>>2;i=0;while(1){if(i>>>0>=d>>>0){g=10;break}c=k[f+(i<<2)>>2]|0;if((c|0)==(b|0))break;if(c>>>0>b>>>0){g=5;break}i=i+1|0}do if((g|0)==5){At(a,d+1|0);b=k[a>>2]|0;c=b;b=(k[h>>2]|0)-b>>2;while(1){a=b+-1|0;if(a>>>0<=i>>>0)break;k[c+(a<<2)>>2]=k[c+(b+-2<<2)>>2];b=a}k[c+(i<<2)>>2]=k[j>>2]}else if((g|0)==10)if((e|0)==(k[a+8>>2]|0)){yn(a,j);break}else{k[e>>2]=b;k[h>>2]=e+4;break}while(0);r=l;return}function sk(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0;e=r;r=r+32|0;c=e+16|0;d=e;if(i[a+12>>0]|0){f=IF(cj(IF(43324,20880)|0,b)|0,14111)|0;f=IF($i(f,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(f,g);lq(f)}k[d>>2]=3;o[d+8>>2]=b;vg(a,oI(d)|0);r=e;return}function tk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=r;r=r+16|0;c=d;if(!(i[a+8>>0]|0))c=a+4|0;else{g=IF(43324,15677)|0;e=a+4|0;f=k[e>>2]|0;f=$i(g,(k[f+4>>2]|0)+1-(k[f>>2]|0)|0)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(f,g);lq(f);c=e}f=pj(k[c>>2]|0,20)|0;g=dt(a+40|0,b+8|0)|0;al(f,k[g>>2]|0)|0;r=d;return}function uk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=k[b+48>>2]|0;a:do if(!(c&16)){if(c&8|0){e=k[b+8>>2]|0;b=k[b+16>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Yp(a,e,b);break}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break a;k[a+(c<<2)>>2]=0;c=c+1|0}}else{d=b+44|0;c=k[d>>2]|0;e=k[b+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}b=k[b+20>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Yp(a,b,c)}while(0);return}function vk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+16|0;d=i+8|0;e=i+4|0;f=i;g=b+8|0;h=k[b+16>>2]|0;c=a+40|0;a=0;while(1){if((a|0)==(h|0))break;j=uF(g,a)|0;k[e>>2]=k[j>>2];j=Cq(c,e)|0;k[f>>2]=b;$o(d,j,b,f);a=a+1|0}j=Cq(c,b+24|0)|0;k[e>>2]=b;$o(d,j,b,e);r=i;return}function wk(a,b){a=a|0;b=b|0;var c=0;_z(a,40)|0;c=k[b>>2]|0;IF(IF(a,ez(c)|0)|0,19235)|0;switch(c|0){case 0:{IF(a,30636)|0;break}case 1:{aj(a,k[b+8>>2]|0)|0;break}case 2:{c=b+8|0;Si(a,k[c>>2]|0,k[c+4>>2]|0)|0;break}case 3:{Cm(a,+xI(b));break}case 4:{dh(a,+wI(b));break}default:{}}return _z(a,41)|0}function xk(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;d=(d-b<<3)+e-c|0;if((d|0)>0){if(!c){g=f;e=k[f>>2]|0}else{h=32-c|0;g=(d|0)<(h|0)?d:h;h=-1>>>(h-g|0)&-1<<c;e=k[f>>2]|0;k[e>>2]=k[e>>2]&~h|k[b>>2]&h;h=f+4|0;c=(k[h>>2]|0)+g|0;e=e+(c>>>5<<2)|0;k[f>>2]=e;k[h>>2]=c&31;d=d-g|0;g=f;b=b+4|0}h=d>>>5;Uy(e|0,b|0,h<<2|0)|0;e=d-(h<<5)|0;c=(k[g>>2]|0)+(h<<2)|0;k[g>>2]=c;d=c;if((e|0)>0){g=-1>>>(32-e|0);k[c>>2]=k[c>>2]&~g|k[b+(h<<2)>>2]&g;k[f+4>>2]=e}}else d=k[f>>2]|0;k[a>>2]=d;k[a+4>>2]=k[f+4>>2];return}function yk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=k[a>>2]|0;g=k[b+100>>2]|0;b=k[b+96>>2]|0;c=g;if((g|0)!=(b|0)){d=0;while(1){if((b|0)==(c|0))break;d=((k[b+8>>2]|0)!=(k[b+4>>2]|0)&1)+d|0;b=b+16|0}f=PG(a,31753)|0;g=a+4|0;al(k[g>>2]|0,d)|0;b=k[a>>2]|0;c=k[b+100>>2]|0;b=k[b+96>>2]|0;while(1){if((b|0)==(c|0))break;d=b+4|0;e=b+8|0;if((k[e>>2]|0)!=(k[d>>2]|0)){Iv(a,k[b>>2]|0);pj(k[g>>2]|0,15)|0;d=k[d>>2]|0;Ox(a,d,(k[e>>2]|0)-d|0)}b=b+16|0}SE(a,f)}return}function zk(a,b){a=a|0;b=b|0;var c=0,d=0;c=(b|0)!=0;a:do if(c&(a&3|0)!=0)while(1){if(!(i[a>>0]|0))break a;a=a+1|0;b=b+-1|0;c=(b|0)!=0;if(!(c&(a&3|0)!=0)){d=4;break}}else d=4;while(0);b:do if((d|0)==4)if(c){if(i[a>>0]|0){c:do if(b>>>0>3)while(1){c=k[a>>2]|0;if((c&-2139062144^-2139062144)&c+-16843009|0)break;a=a+4|0;b=b+-4|0;if(b>>>0<=3){d=10;break c}}else d=10;while(0);if((d|0)==10)if(!b){b=0;break}while(1){if(!(i[a>>0]|0))break b;a=a+1|0;b=b+-1|0;if(!b){b=0;break}}}}else b=0;while(0);return (b|0?a:0)|0}function Ak(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Qm(b,f,c)|0;c=k[e>>2]|0;if(!c){Js(g,b,d);c=k[g>>2]|0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Bk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d+4|0;c=d;if(k[(k[a>>2]|0)+108>>2]|0){if(i[a+8>>0]|0){e=IF(43324,21068)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(b);_m(e,f);lq(e)}f=PG(a,31769)|0;e=k[a+4>>2]|0;SG(c,k[(k[a>>2]|0)+108>>2]|0,0);k[b>>2]=k[c>>2];al(e,yl(a,b)|0)|0;SE(a,f)}r=d;return}function Ck(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=Ok(a,b,c)|0;e=k[d>>2]|0;f=k[c>>2]|0;if(+p[e+16>>3]>+p[f+16>>3]){k[c>>2]=e;k[d>>2]=f;d=g+1|0;e=k[c>>2]|0;f=k[b>>2]|0;if(+p[e+16>>3]>+p[f+16>>3]){k[b>>2]=e;k[c>>2]=f;d=k[b>>2]|0;e=k[a>>2]|0;if(+p[d+16>>3]>+p[e+16>>3]){k[a>>2]=d;k[b>>2]=e;d=g+3|0}else d=g+2|0}}else d=g;return d|0}function Dk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+80|0;e=g+68|0;f=g;d=k[b>>2]|0;k[e>>2]=d;k[f+32>>2]=0;k[f+36>>2]=0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[f+16>>2]=0;k[f+20>>2]=0;j[f+24>>1]=0;k[f+28>>2]=f+32;k[f+44>>2]=0;k[f+48>>2]=0;k[f+40>>2]=f+44;i[f+52>>0]=0;i[f+53>>0]=0;k[f+60>>2]=0;k[f+64>>2]=0;k[f+56>>2]=f+60;if((k[d>>2]|0)==3){i[f+24>>0]=1;Lj(a,f)}b=a+96|0;c=k[b>>2]|0;if((c|0)==(k[a+100>>2]|0))yn(a+92|0,e);else{k[c>>2]=d;k[b>>2]=(k[b>>2]|0)+4}Jz(f);r=g;return}function Ek(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=c+16|0;e=k[d>>2]|0;if(!e)if(!(fw(c)|0)){d=k[d>>2]|0;f=5}else d=0;else{d=e;f=5}a:do if((f|0)==5){g=c+20|0;f=k[g>>2]|0;e=f;if((d-f|0)>>>0<b>>>0){d=Eb[k[c+36>>2]&31](c,a,b)|0;break}b:do if((i[c+75>>0]|0)>-1){d=b;while(1){if(!d){f=b;d=0;break b}f=d+-1|0;if((i[a+f>>0]|0)==10)break;else d=f}if((Eb[k[c+36>>2]&31](c,a,d)|0)>>>0<d>>>0)break a;f=b-d|0;a=a+d|0;e=k[g>>2]|0}else{f=b;d=0}while(0);cs(e|0,a|0,f|0)|0;k[g>>2]=(k[g>>2]|0)+f;d=d+f|0}while(0);return d|0}function Fk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=IF(43324,15221)|0;f=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(d,f);lq(d)}d=_w(a)|0;k[b+8>>2]=d;d=jn(a)|0;k[b+12>>2]=d;d=a+108|0;c=k[d>>2]|0;if((c|0)==4){c=jn(a)|0;k[b+16>>2]=c;hm(b);c=k[d>>2]|0}if((c|0)==15){r=e;return}else Ka(15233,13964,1901,15268)}function Gk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+4|0;g=h;e=a+4|0;c=Ix((k[e>>2]|0)-(k[a>>2]|0)>>2)|0;k[f>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[g>>2]=c;d=k[e>>2]|0;if(d>>>0>=(k[a+8>>2]|0)>>>0){kl(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){ZA(c+8|0);dO(c)}}else{k[g>>2]=0;k[d>>2]=c;k[e>>2]=d+4;k[g>>2]=0}g=a+140|0;a=Fs(g,b)|0;k[a>>2]=b;g=Fs(g,f)|0;k[g>>2]=b;r=h;return}function Hk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;a=0}else{g=wJ()|0;h=k[g>>2]|0;k[g>>2]=0;FH()|0;a=lM(a,f,d)|0;e=N;d=k[g>>2]|0;if(!d)k[g>>2]=h;a:do if((k[f>>2]|0)==(b|0)){do if((d|0)==34){k[c>>2]=4;if((e|0)>0|(e|0)==0&a>>>0>0){a=2147483647;break a}}else{if((e|0)<-1|(e|0)==-1&a>>>0<2147483648){k[c>>2]=4;break}if((e|0)>0|(e|0)==0&a>>>0>2147483647){k[c>>2]=4;a=2147483647;break a}else break a}while(0);a=-2147483648}else{k[c>>2]=4;a=0}while(0)}r=i;return a|0}function Ik(a,b){a=a|0;b=b|0;_C(k[a>>2]|0,24898)|0;IF(xA(k[a>>2]|0,k[b>>2]|0)|0,38932)|0;switch(k[b+8>>2]|0){case 0:{IF(k[a>>2]|0,31823)|0;break}case 1:{IF(k[a>>2]|0,31758)|0;break}case 2:{IF(k[a>>2]|0,31706)|0;break}case 3:{IF(k[a>>2]|0,31746)|0;break}default:{}}_z(k[a>>2]|0,32)|0;IF(pu(a,k[b+4>>2]|0)|0,24906)|0;return}function Jk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=LD(24)|0;k[d>>2]=0;e=d+4|0;k[e>>2]=0;k[d+8>>2]=0;At(d,k[(k[a>>2]|0)+120>>2]|0);f=k[a>>2]|0;c=f+120|0;b=0;while(1){if(b>>>0>=(k[c>>2]|0)>>>0)break;k[(k[d>>2]|0)+(b<<2)>>2]=b;b=b+1|0}b=a+2504|0;if(!(i[b>>0]|0)){f=k[f+32>>2]|0;em((k[d>>2]|0)+((k[f+12>>2]|0)-(k[f+8>>2]|0)>>2<<2)|0,k[e>>2]|0,a+4|0)}else i[b>>0]=0;ij(a,d);return d|0}function Kk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Vf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=NI(m,44052)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+36>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];Lb[n&63](m,c,d,l,g,b)|0;RL(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function Lk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Vf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=NI(m,44052)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+28>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];Lb[n&63](m,c,d,l,g,b)|0;RL(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function Mk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;$q(a);h=k[b>>2]|0;k[b>>2]=0;c=k[a>>2]|0;k[a>>2]=h;if(c|0)dO(c);h=b+4|0;e=a+4|0;k[e>>2]=k[h>>2];k[h>>2]=0;h=b+12|0;d=k[h>>2]|0;k[a+12>>2]=d;k[a+16>>2]=k[b+16>>2];f=b+8|0;c=k[f>>2]|0;g=a+8|0;k[g>>2]=c;if(d|0){d=k[c+4>>2]|0;c=k[e>>2]|0;b=c+-1|0;if(!(b&c))c=b&d;else c=(d>>>0)%(c>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=g;k[f>>2]=0;k[h>>2]=0}return}function Nk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;k[c>>2]=b;d=e+4|0;if(i[a+12>>0]|0){b=IF(aj(IF(43324,20852)|0,b)|0,14111)|0;b=IF($i(b,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;f=eG(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(d);_m(b,f);lq(b)}Ym(c,a);r=e;return}function Ok(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0.0,i=0.0;e=k[b>>2]|0;i=+p[e+16>>3];g=k[a>>2]|0;h=+p[g+16>>3];f=k[c>>2]|0;d=+p[f+16>>3]>i;do if(i>h){if(d){k[a>>2]=f;k[c>>2]=g;d=1;break}k[a>>2]=e;k[b>>2]=g;d=k[c>>2]|0;if(+p[d+16>>3]>h){k[b>>2]=d;k[c>>2]=g;d=2}else d=1}else if(d){k[b>>2]=f;k[c>>2]=e;d=k[b>>2]|0;e=k[a>>2]|0;if(+p[d+16>>3]>+p[e+16>>3]){k[a>>2]=d;k[b>>2]=e;d=2}else d=1}else d=0;while(0);return d|0}function Pk(a,b){a=a|0;b=b|0;var c=0,d=0;d=bD(k[a+4>>2]|0)|0;c=Ph(a,Gn(b,1)|0)|0;k[d+8>>2]=c;c=(cr(b)|0)+8|0;if((k[c>>2]|0)!=2){c=dJ(Gn(b,0)|0)|0;if((c|0)==(k[10587]|0)){c=(cr(b)|0)+8|0;if((k[c>>2]|0)>>>0>3){c=Yb(a,Gn(b,2)|0)|0;k[d+12>>2]=c;c=3}else c=2;c=Yb(a,Gn(b,c)|0)|0;k[d+16>>2]=c}else{c=Yb(a,Gn(b,2)|0)|0;k[d+12>>2]=c;c=k[d+16>>2]|0}if(c|0)k[d+4>>2]=0}return d|0}function Qk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>2>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>2;d=c+b|0;if(d>>>0>1073741823)wM();f=f-e|0;e=f>>1;Ms(g,f>>2>>>0<536870911?(e>>>0<d>>>0?d:e):1073741823,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;c=c+-1|0;if(!c)break;else f=f+4|0}k[e>>2]=d+(b<<2);No(a,g);mz(g)}else $z(a,b);r=h;return}function Rk(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+48|0;g=e+32|0;c=e+24|0;h=e+16|0;f=e;e=e+36|0;a=mD()|0;if(a|0?(d=k[a>>2]|0,d|0):0){a=d+48|0;b=k[a>>2]|0;a=k[a+4>>2]|0;if(!((b&-256|0)==1126902528&(a|0)==1129074247)){k[c>>2]=38335;DI(38285,c)}if((b|0)==1126902529&(a|0)==1129074247)a=k[d+44>>2]|0;else a=d+80|0;k[e>>2]=a;d=k[d>>2]|0;a=k[d+4>>2]|0;if(Yn(2952,d,e)|0){h=k[e>>2]|0;h=Mb[k[(k[h>>2]|0)+8>>2]&127](h)|0;k[f>>2]=38335;k[f+4>>2]=a;k[f+8>>2]=h;DI(38199,f)}else{k[h>>2]=38335;k[h+4>>2]=a;DI(38244,h)}}DI(38323,g)}function Sk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-12|0;g=c+-12|0;k[h>>2]=0;i=j+-8|0;k[i>>2]=0;k[j+-4>>2]=0;k[h>>2]=k[g>>2];h=c+-8|0;k[i>>2]=k[h>>2];i=c+-4|0;k[j+-4>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-12;c=g}h=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=h;h=b+8|0;j=k[e>>2]|0;k[e>>2]=k[h>>2];k[h>>2]=j;h=a+8|0;j=b+12|0;i=k[h>>2]|0;k[h>>2]=k[j>>2];k[j>>2]=i;k[b>>2]=k[f>>2];return}function Tk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+32|0;f=j;g=k[a>>2]|0;h=(k[a+4>>2]|0)-g>>4;e=h+1|0;if(e>>>0>268435455)wM();else{l=(k[a+8>>2]|0)-g|0;g=l>>3;us(f,l>>4>>>0<134217727?(g>>>0<e>>>0?e:g):268435455,h,a+8|0);h=f+8|0;g=k[h>>2]|0;c=k[c>>2]|0;d=k[d>>2]|0;k[g>>2]=k[b>>2];k[g+4>>2]=c;k[g+8>>2]=d;i[g+12>>0]=0;k[h>>2]=g+16;Ao(a,f);Ny(f);r=j;return}}function Uk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+36|0;f=a+40|0;c=Ix((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+44>>2]|0)>>>0){sl(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0){Gy(c);dO(c)}}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+176|0;a=Fs(h,b)|0;k[a>>2]=b;h=Fs(h,g)|0;k[h>>2]=b;r=i;return}function Vk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;_C(k[a>>2]|0,24868)|0;c=b+8|0;if(k[c>>2]|0){d=_z(k[a>>2]|0,32)|0;Oz(d,k[c>>2]|0)|0}KD(a);b=k[b+12>>2]|0;c=(k[b>>2]|0)==1?b:0;a:do if((i[a+20>>0]|0)==0&(c|0)!=0?(k[c+8>>2]|0)==0:0){d=c+12|0;c=k[c+20>>2]|0;b=0;while(1){if((b|0)==(c|0))break a;f=uF(d,b)|0;Go(a,k[f>>2]|0);b=b+1|0}}else e=8;while(0);if((e|0)==8)Go(a,b);jy(a);return}function Wk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;while(1){if((a|0)==(b|0))break;if(UB(c,k[a>>2]|0)|0){f=a;d=5;break}a=a+4|0}a:do if((d|0)==5)while(1){do{a=a+4|0;if((a|0)==(b|0)){b=f;break a}d=k[a>>2]|0}while(UB(c,d)|0);k[a>>2]=0;e=k[f>>2]|0;k[f>>2]=d;if(e|0){Gy(e);dO(e)}f=f+4|0;d=5}while(0);return b|0}function Xk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=IF(43324,15677)|0;d=$i(d,k[a+16>>2]|0)|0;f=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(d,f);lq(d)}d=Ih(a)|0;k[b+8>>2]=d;c=k[a+64>>2]|0;if(d>>>0<(nI(c)|0)>>>0){f=HB(c,d)|0;k[b+4>>2]=f;r=e;return}else Ka(15696,13964,1989,27110)}function Yk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;_C(k[a>>2]|0,24848)|0;d=b+8|0;e=k[b+16>>2]|0;c=0;while(1){if((c|0)==(e|0))break;f=uF(d,c)|0;g=_z(k[a>>2]|0,32)|0;Oz(g,k[f>>2]|0)|0;c=c+1|0}c=_z(k[a>>2]|0,32)|0;Oz(c,k[b+24>>2]|0)|0;KD(a);c=k[b+32>>2]|0;if(c|0?(k[c>>2]|0)!=22:0)Go(a,c);Go(a,k[b+28>>2]|0);jy(a);return}function Zk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;f=g;c=k[a+116>>2]|0;e=(k[a+120>>2]|0)-c>>2;d=e;while(1){a=d+-1|0;if((d|0)<=0){a=4;break}if((k[c+(a<<2)>>2]|0)==(b|0)){a=5;break}else d=a}if((a|0)==4){g=Oz(IF(43324,20600)|0,b)|0;b=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=b;b=NI(b,44028)|0;b=Sb[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;RL(f);_m(g,b);lq(g);Ha()}else if((a|0)==5){r=g;return 1-d+-1+e|0}return 0}function _k(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0;if((1073741806-b|0)>>>0<c>>>0)rM();m=a+8|0;if((i[m+3>>0]|0)<0)l=k[a>>2]|0;else l=a;if(b>>>0<536870887){c=c+b|0;h=b<<1;c=c>>>0<h>>>0?h:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Ka(38001,38038,1734,38141);else j=c}else j=1073741807;h=LD(j<<2)|0;if(f|0)MK(h,g,f);c=d-e|0;if(c|0)MK(h+(f<<2)|0,l+(e<<2)|0,c);if((b|0)!=1)dO(l);k[a>>2]=h;k[m>>2]=j|-2147483648;m=c+f|0;k[a+4>>2]=m;k[h+(m<<2)>>2]=0;return}function $k(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+144|0;d=h+68|0;e=h;a:do if(((k[b+16>>2]|0)==0?(g=k[b+12>>2]|0,!((g|0)==0|(k[g>>2]|0)!=4)):0)?(f=g+16|0,(k[f>>2]|0)==0):0){c=k[g+12>>2]|0;do if(c){io(d,c);if(!(FE(d)|0)){b=b+8|0;io(e,k[b>>2]|0);c=Ci(e,d)|0;Jz(e);Jz(d);if(c)break a;else break}else{Jz(d);break a}}else b=b+8|0;while(0);k[f>>2]=k[b>>2];k[a+16>>2]=g;i[a+40>>0]=1}while(0);r=h;return}function al(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=IF($i(IF(43324,20475)|0,b)|0,14111)|0;e=IF($i(e,(k[a+4>>2]|0)-(k[a>>2]|0)|0)|0,38935)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Ln(b,a);r=d;return a|0}function bl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Qm(b,f,c)|0;c=k[e>>2]|0;if(!c){Kt(g,b,d);c=k[g>>2]|0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function cl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+32|0;d=h;e=k[10488]|0;f=((k[10489]|0)-e|0)/40|0;g=f+1|0;if(g>>>0>107374182)wM();else{j=((k[10490]|0)-e|0)/40|0;e=j<<1;Tr(d,j>>>0<53687091?(e>>>0<g>>>0?g:e):107374182,f);g=d+8|0;f=k[g>>2]|0;b=i[b>>0]|0;e=k[c>>2]|0;Te(f,a);i[f+32>>0]=b;k[f+36>>2]=e;k[g>>2]=f+40;dp(d);Hx(d);r=h;return}}function dl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+12|0;f=a+16|0;c=Ix((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+20>>2]|0)>>>0){ul(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)dO(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+152|0;a=Fs(h,b)|0;k[a>>2]=b;h=Fs(h,g)|0;k[h>>2]=b;r=i;return}function el(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+48|0;f=a+52|0;c=Ix((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+56>>2]|0)>>>0){ul(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)dO(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+188|0;a=Fs(h,b)|0;k[a>>2]=b;h=Fs(h,g)|0;k[h>>2]=b;r=i;return}function fl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+24|0;f=a+28|0;c=Ix((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+32>>2]|0)>>>0){ul(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)dO(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+164|0;a=Fs(h,b)|0;k[a>>2]=b;h=Fs(h,g)|0;k[h>>2]=b;r=i;return}function gl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=k[a+40>>2]|0;e=a+44|0;while(1){c=k[e>>2]|0;if((c|0)==(d|0))break;f=c+-4|0;k[e>>2]=f;c=k[f>>2]|0;k[f>>2]=0;if(!c)continue;qD(c);dO(c)}am(a+-16|0,0);k[a+36>>2]=k[a+52>>2];om(a,b+36|0);if(k[a+64>>2]|0)Ka(29906,29927,233,29951);if((k[a+72>>2]|0)!=(k[a+68>>2]|0))Ka(29966,29927,234,29951);if((k[a+84>>2]|0)==(k[a+80>>2]|0))return;else Ka(29986,29927,235,29951)}function hl(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(k[(k[a>>2]|0)+92>>2]|0){if(i[a+8>>0]|0){d=IF(43324,21021)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}e=PG(a,31706)|0;d=al(k[a+4>>2]|0,k[(k[a>>2]|0)+88>>2]|0)|0;al(d,k[(k[a>>2]|0)+92>>2]|0)|0;SE(a,e)}r=c;return}function il(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=a+40|0;f=es(e,k[b+8>>2]|0)|0;do if((f|0)!=(a+44|0)){g=f+20|0;c=FI(k[k[g>>2]>>2]|0)|0;k[a+16>>2]=c;d=c+4|0;if(!(k[d>>2]|0)){k[d>>2]=k[(k[c+12>>2]|0)+4>>2];k[k[g>>2]>>2]=b;k[b>>2]=22;k[b+4>>2]=0;fs(e,f);i[a+88>>0]=1;break}else Ka(27096,27066,191,27110)}while(0);return}function jl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+64|0;b=g+48|0;f=g+4|0;c=g;d=k[a+8>>2]|0;do if(!d)if(!(k[a+20>>2]|0)){k[a+4>>2]=5;break}else{f=$E(a+12|0)|0;k[a+4>>2]=k[(k[f>>2]|0)+4>>2];break}else{k[c>>2]=d;k[b>>2]=k[c>>2];ns(f,a,b);e=k[f+36>>2]|0;b=5;d=k[f+32>>2]|0;while(1){if((d|0)==(e|0))break;c=k[d>>2]|0;if(!((b|0)==0|(c|0)==0)){if((c|0)!=5)if((b|0)==5)b=c;else b=(b|0)==(c|0)?b:0}else b=0;d=d+4|0}k[a+4>>2]=b;$H(f)}while(0);r=g;return}function kl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Ms(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;kn(a,c);at(c);r=g;return}}function ll(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[10488]|0;e=((k[10489]|0)-d|0)/40|0;f=e+1|0;if(f>>>0>107374182)wM();else{h=((k[10490]|0)-d|0)/40|0;d=h<<1;Tr(c,h>>>0<53687091?(d>>>0<f>>>0?f:d):107374182,e);f=c+8|0;e=k[f>>2]|0;a=i[a>>0]|0;d=k[b>>2]|0;Te(e,30795);i[e+32>>0]=a;k[e+36>>2]=d;k[f>>2]=e+40;dp(c);Hx(c);r=g;return}}function ml(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=r;r=r+32|0;c=g+16|0;d=g+8|0;e=g;f=a+8|0;if(k[f>>2]<<5>>>0<b>>>0){k[c>>2]=0;i=c+4|0;k[i>>2]=0;h=c+8|0;k[h>>2]=0;Tz(c,b);l=k[a>>2]|0;k[d>>2]=l;k[d+4>>2]=0;b=a+4|0;j=k[b>>2]|0;k[e>>2]=l+(j>>>5<<2);k[e+4>>2]=j&31;Xi(c,d,e);e=k[a>>2]|0;k[a>>2]=k[c>>2];k[c>>2]=e;d=k[b>>2]|0;k[b>>2]=k[i>>2];k[i>>2]=d;k[f>>2]=k[h>>2];ZM(e)}r=g;return}function nl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,16588)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}switch(k[b+8>>2]|0){case 1:{pj(k[a+4>>2]|0,59)|0;break}case 2:{Lg(a,uF(b+16|0,0)|0);pj(k[a+4>>2]|0,57)|0;break}default:Ha()}r=d;return}function ol(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Ms(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;kn(a,c);$t(c);r=g;return}}function pl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/24|0;f=e+1|0;if(f>>>0>178956970)wM();else{h=((k[a+8>>2]|0)-d|0)/24|0;d=h<<1;xr(c,h>>>0<89478485?(d>>>0<f>>>0?f:d):178956970,e,a+8|0);f=c+8|0;e=k[f>>2]|0;Eu(e,b);k[f>>2]=e+24;Mn(a,c);ax(c);r=g;return}}function ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=r;r=r+16|0;c=e+4|0;d=e;if(i[a+8>>0]|0){f=IF(43324,15851)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(c);_m(f,g);lq(f)}Lg(a,b+12|0);g=pj(k[a+4>>2]|0,27)|0;k[d>>2]=k[b+8>>2];k[c>>2]=k[d>>2];al(g,rh(a,c)|0)|0;r=e;return}function rl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;e=k[a+8>>2]|0;c=k[a+4>>2]|0;if((e-c|0)>>>0<b>>>0){f=k[a>>2]|0;c=c-f|0;d=c+b|0;if((d|0)<0)wM();f=e-f|0;e=f<<1;vy(g,f>>>0<1073741823?(e>>>0<d>>>0?d:e):2147483647,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){i[f>>0]=0;c=c+-1|0;if(!c)break;else f=f+1|0}k[e>>2]=d+b;So(a,g);UA(g)}else jB(a,b);r=h;return}function sl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Ms(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;kn(a,c);Rt(c);r=g;return}}function tl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=IF($i(IF($i(IF(43324,20501)|0,c)|0,14111)|0,b)|0,38935)|0;g=eG(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(f,g);lq(f)}wy(c,a,b);r=e;return}function ul(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Ms(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;kn(a,c);Fu(c);r=g;return}}function vl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;f=h;g=k[a+8>>2]|0;c=a+4|0;d=k[c>>2]|0;do if(g-d>>2>>>0<b>>>0){e=k[a>>2]|0;c=d-e>>2;d=c+b|0;if(d>>>0>1073741823)wM();else{e=g-e|0;g=e>>1;Ms(f,e>>2>>>0<536870911?(g>>>0<d>>>0?d:g):1073741823,c,a+8|0);g=f+8|0;e=k[g>>2]|0;iu(e|0,0,b<<2|0)|0;k[g>>2]=e+(b<<2);No(a,f);mz(f);break}}else{iu(d|0,0,b<<2|0)|0;k[c>>2]=d+(b<<2)}while(0);r=h;return}function wl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=tm(a,k[10392]|0)|0;if(!((b|0)!=41568?(e=b+16|0,d=i[a+11>>0]|0,g=d<<24>>24<0,d=g?k[a+4>>2]|0:d&255,c=i[e+11>>0]|0,f=c<<24>>24<0,c=f?k[b+20>>2]|0:c&255,a=tI(g?k[a>>2]|0:a,f?k[e>>2]|0:e,c>>>0<d>>>0?c:d)|0,(((a|0)==0?(d>>>0<c>>>0?-2147483648:0):a)|0)>=0):0))b=41568;return b|0}function xl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0;f=r;r=r+16|0;d=f+12|0;e=f;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;vs(e,38190,5);k[d>>2]=0;c=(i[a+11>>0]|0)<0?k[a>>2]|0:a;h=wJ()|0;j=k[h>>2]|0;k[h>>2]=0;a=IL(c,d,0)|0;b=N;g=k[h>>2]|0;k[h>>2]=j;if((g|0)==34)Bw(e);if((k[d>>2]|0)==(c|0))Ew(e);else{NJ(e);N=b;r=f;return a|0}return 0}function yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=a+76|0;a:do if(!(k[a+84>>2]|0)){d=0;while(1){g=k[a>>2]|0;c=k[g+36>>2]|0;if(d>>>0>=(k[g+40>>2]|0)-c>>2>>>0){e=f;break a}c=k[c+(d<<2)>>2]|0;if(qv(f,c)|0)break;g=Fs(f,c)|0;k[g>>2]=d;d=d+1|0}Ka(20923,13964,749,20976)}else e=f;while(0);if(!(qv(e,b)|0))Ka(20993,13964,753,20976);else{g=Fs(f,b)|0;return k[g>>2]|0}return 0}function zl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=k[a+4>>2]|0;c=k[a>>2]|0;while(1){if((c|0)==(e|0))break;f=k[c>>2]|0;if(f|0){d=f+-8|0;b=k[d+4>>2]|0;if(b|0){b=f+(b<<4)|0;do{b=b+-16|0;gp(b)}while((b|0)!=(f|0))}bO(d)}c=c+4|0}f=a+16|0;g=k[a+20>>2]|0;c=k[f>>2]|0;while(1){if((c|0)==(g|0))break;d=k[c>>2]|0;if(d|0){e=d+-4|0;b=k[e>>2]|0;if(b|0){b=d+(b*12|0)|0;do{b=b+-12|0;ZA(b)}while((b|0)!=(d|0))}bO(e)}c=c+4|0}ZA(f);ZA(a);return}function Al(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=a+64|0;a:do if(!(k[a+72>>2]|0)){d=0;while(1){g=k[a>>2]|0;c=k[g+12>>2]|0;if(d>>>0>=(k[g+16>>2]|0)-c>>2>>>0){e=f;break a}c=k[c+(d<<2)>>2]|0;if(qv(f,c)|0)break;g=Fs(f,c)|0;k[g>>2]=d;d=d+1|0}Ka(20612,13964,736,20661)}else e=f;while(0);if(!(qv(e,b)|0))Ka(20676,13964,740,20661);else{g=Fs(f,b)|0;return k[g>>2]|0}return 0}function Bl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,15739)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+12|0);e=pj(k[a+4>>2]|0,k[b+4>>2]|0?25:21)|0;f=dt(a+40|0,b+8|0)|0;al(e,k[f>>2]|0)|0;r=d;return}function Cl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;us(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=k[b+4>>2];k[e+8>>2]=k[b+8>>2];k[e+12>>2]=k[b+12>>2];k[f>>2]=e+16;Ao(a,c);Ny(c);r=g;return}}function Dl(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)rM();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=ac(j)|0;if(e|0)cs(l|0,m|0,e|0)|0;if(g|0)cs(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)cs(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)vc(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function El(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=b&255;a:do if(!d)a=a+(Lq(a)|0)|0;else{if(a&3){c=b&255;do{e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break a;a=a+1|0}while((a&3|0)!=0)}d=aa(d,16843009)|0;c=k[a>>2]|0;b:do if(!((c&-2139062144^-2139062144)&c+-16843009))do{e=c^d;if((e&-2139062144^-2139062144)&e+-16843009|0)break b;a=a+4|0;c=k[a>>2]|0}while(!((c&-2139062144^-2139062144)&c+-16843009|0));while(0);c=b&255;while(1){e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break;else a=a+1|0}}while(0);return a|0}function Fl(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+16|0;tr(c,222,b);d=k[b>>2]|0;if((d|0)==0|(k[d>>2]|0)!=2)Ec(a,b);else{tr(c,223,b);a=d+16|0;if(k[a>>2]|0){tr(c,173,a);tr(c,224,b)}tr(c,173,d+12|0);tr(c,225,b);tr(c,173,d+8|0)}return}function Gl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;us(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[f>>2]=e+16;jo(a,c);fx(c);r=g;return}}function Hl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;c=a+104|0;g=k[c>>2]|0;if((g|0)!=0?(k[a+108>>2]|0)>=(g|0):0)h=4;else{b=rz(a)|0;if((b|0)>=0){c=k[c>>2]|0;g=k[a+8>>2]|0;if(c){d=a+4|0;f=k[d>>2]|0;e=c-(k[a+108>>2]|0)|0;c=g;if((g-f|0)<(e|0))h=9;else k[a+100>>2]=f+(e+-1)}else{d=a+4|0;c=g;h=9}if((h|0)==9)k[a+100>>2]=g;if(!c)c=k[d>>2]|0;else{g=k[d>>2]|0;a=a+108|0;k[a>>2]=c+1-g+(k[a>>2]|0);c=g}c=c+-1|0;if((l[c>>0]|0|0)!=(b|0))i[c>>0]=b}else h=4}if((h|0)==4){k[a+100>>2]=0;b=-1}return b|0}function Il(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+68|0;d=k[e>>2]|0;am(a,b);ko(d,k[e>>2]|0);d=(aJ(k[b>>2]|0)|0)+16|0;d=(k[d>>2]|0)==0;c=a+88|0;ko(k[(k[c>>2]|0)+-4>>2]|0,k[e>>2]|0);b=k[c>>2]|0;if(!d){a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=b+(e<<2);a=e}b=b+-4|0}a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=b+(e<<2);a=e}return}function Jl(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=Mb[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+8+3>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+20+3>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Fd(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function Kl(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=Mb[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+11>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+12+11>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Hd(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function Ll(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)rM();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=LD(j)|0;if(e|0)cs(l|0,m|0,e|0)|0;if(g|0)cs(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)cs(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)dO(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function Ml(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;d=l;e=l+4|0;k[d>>2]=b;f=FI(k[b>>2]|0)|0;g=k[a+68>>2]|0;k[e>>2]=1;j=f+8|0;h=g+28|0;c=k[h>>2]|0;if(c>>>0<(k[g+32>>2]|0)>>>0){g=k[j>>2]|0;k[c>>2]=1;k[c+4>>2]=g;k[c+8>>2]=b;i[c+12>>0]=0;k[h>>2]=c+16}else Tk(g+24|0,e,j,d);b=k[f+12>>2]|0;if(!((b|0)==0|(k[b>>2]|0)!=9))CB(k[a+120>>2]|0,k[a+156>>2]|0,k[j>>2]|0,k[b+8>>2]|0);r=l;return}function Nl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)wM();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;rs(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;e=k[c>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=e;k[g>>2]=f+8;yo(a,d);My(d);r=h;return}}function Ol(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;d=a+8|0;Bi(a,a+4|0,d,c)|0;g=c+4|0;f=a+12|0;while(1){if((f|0)==(b|0))break;if(ai(k[c>>2]|0,k[g>>2]|0,k[f>>2]|0,k[d>>2]|0)|0){h=k[f>>2]|0;e=f;while(1){k[e>>2]=k[d>>2];if((d|0)==(a|0)){d=a;break}e=d+-4|0;if(ai(k[c>>2]|0,k[g>>2]|0,h,k[e>>2]|0)|0){i=d;d=e;e=i}else break}k[d>>2]=h}d=f;f=f+4|0}return}function Pl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=(cr(b)|0)+8|0;do if((k[e>>2]|0)==(c|0))d=zJ(k[a+4>>2]|0)|0;else{e=(cr(b)|0)+8|0;if((k[e>>2]|0)==(c+1|0)){d=Yb(a,Gn(b,c)|0)|0;break}d=DB(k[a+4>>2]|0)|0;e=d+12|0;while(1){f=(cr(b)|0)+8|0;if(!((c|0)!=-1?c>>>0<(k[f>>2]|0)>>>0:0))break;$x(e,Yb(a,Gn(b,c)|0)|0);c=c+1|0}jl(d)}while(0);return d|0}function Ql(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)wM();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;rs(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=k[c>>2];k[g>>2]=f+8;yo(a,d);My(d);r=h;return}}function Rl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,175,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function Sl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,174,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function Tl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){e=k[c>>2]|0;while(1){d=k[a+16>>2]|0;if(BK(e,d)|0){d=k[a>>2]|0;if(!d){d=5;break}else a=d}else{if(!(BK(d,e)|0)){d=10;break}c=a+4|0;d=k[c>>2]|0;if(!d){d=9;break}else a=d}}if((d|0)==5){k[b>>2]=a;break}else if((d|0)==9){k[b>>2]=a;a=c;break}else if((d|0)==10){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Ul(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=a+16|0;b=k[d>>2]|0;if(!b)Ka(15152,13964,1453,15160);if(i[a+12>>0]|0){b=IF(43324,15170)|0;b=IF($i(b,k[d>>2]|0)|0,38935)|0;a=eG(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=a;a=NI(a,44028)|0;a=Sb[k[(k[a>>2]|0)+28>>2]&31](a,10)|0;RL(c);_m(b,a);lq(b);b=k[d>>2]|0}k[d>>2]=b+-1;r=e;return}function Vl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;h=l;c=a;j=b+4|0;g=b+8|0;d=k[c>>2]|0;c=k[c+4>>2]|0;while(1){e=d&127;i[h>>0]=e;f=XF(d|0,c|0,7)|0;c=N;if(!(JC(a,f,c,e)|0))break;d=(d|128)&255;i[h>>0]=d;e=k[j>>2]|0;if((e|0)==(k[g>>2]|0))Dn(b,h);else{i[e>>0]=d;k[j>>2]=(k[j>>2]|0)+1}d=f}c=k[j>>2]|0;if((c|0)==(k[g>>2]|0))Dn(b,h);else{i[c>>0]=e;k[j>>2]=(k[j>>2]|0)+1}r=l;return}function Wl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+128|0;e=m+112|0;l=m;f=l;g=5500;h=f+112|0;do{k[f>>2]=k[g>>2];f=f+4|0;g=g+4|0}while((f|0)<(h|0));if((b+-1|0)>>>0>2147483646)if(!b){a=e;b=1;j=4}else{b=wJ()|0;k[b>>2]=75;b=-1}else j=4;if((j|0)==4){j=-2-a|0;j=b>>>0>j>>>0?j:b;k[l+48>>2]=j;e=l+20|0;k[e>>2]=a;k[l+44>>2]=a;b=a+j|0;a=l+16|0;k[a>>2]=b;k[l+28>>2]=b;b=Yi(l,c,d)|0;if(j){l=k[e>>2]|0;i[l+(((l|0)==(k[a>>2]|0))<<31>>31)>>0]=0}}r=m;return b|0}function Xl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if((d|0)>(c|0)){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if((d|0)>=(c|0)){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;us(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;lH(e,b);k[f>>2]=e+16;Vn(a,c);mu(c);r=g;return}}function Zl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if(((k[a+12>>2]|0)-(k[a+8>>2]|0)|0)==((k[b+12>>2]|0)-(k[b+8>>2]|0)|0)?((k[a+24>>2]|0)-(k[a+20>>2]|0)|0)==((k[b+24>>2]|0)-(k[b+20>>2]|0)|0):0){d=nI(a)|0;c=0;while(1){if(c>>>0>=d>>>0)break;e=HB(a,c)|0;if((e|0)==(HB(b,c)|0))c=c+1|0;else{c=0;break a}}if((k[a+4>>2]|0)==(k[b+4>>2]|0)?(k[a+32>>2]|0)==(k[b+32>>2]|0):0)c=OG(k[a+36>>2]|0,k[b+36>>2]|0)|0;else c=0}else c=0;while(0);return c|0}function _l(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Tl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=LD(40)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+24>>2]=0;d=c+32|0;k[d>>2]=0;k[d+4>>2]=0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function $l(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=IF(43324,15870)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}f=_w(a)|0;k[b+16>>2]=f;f=_w(a)|0;k[b+12>>2]=f;f=_w(a)|0;k[b+8>>2]=f;KB(b);r=d;return}function am(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;b=LD(60)|0;c=b;d=c+60|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));k[a+68>>2]=b;k[e>>2]=b;c=a+60|0;d=k[c>>2]|0;if(d>>>0>=(k[a+64>>2]|0)>>>0){bk(a+56|0,e);b=k[e>>2]|0;k[e>>2]=0;if(b|0){qD(b);dO(b)}}else{k[e>>2]=0;k[d>>2]=b;k[c>>2]=d+4;k[e>>2]=0}r=f;return}function bm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;f=r;r=r+16|0;e=f;b=ph(a,b,e,c)|0;if(!(k[b>>2]|0)){c=LD(24)|0;h=d;g=k[h+4>>2]|0;d=c+16|0;k[d>>2]=k[h>>2];k[d+4>>2]=g;tt(a,k[e>>2]|0,b,c)}r=f;return}function cm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,375,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function dm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,15870)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+8|0);Lg(a,b+12|0);Lg(a,b+16|0);pj(k[a+4>>2]|0,5)|0;r=d;return}function em(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;g=h;d=b-a|0;a:do if((d|0)>4){e=b+-4|0;f=g+4|0;b=d>>2;while(1){b=b+-1|0;if(a>>>0>=e>>>0)break a;k[g>>2]=0;k[f>>2]=b;d=Gj(c,g)|0;if(d|0){d=a+(d<<2)|0;i=k[a>>2]|0;k[a>>2]=k[d>>2];k[d>>2]=i}a=a+4|0}}while(0);r=h;return}function fm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Xl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=LD(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function gm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=QF(b)|0;e=k[a+4>>2]|0;a:do if(e){f=e+-1|0;g=(f&e|0)==0;if(g)d=f&c;else d=(c>>>0)%(e>>>0)|0;c=k[(k[a>>2]|0)+(d<<2)>>2]|0;if(c)do{c=k[c>>2]|0;if(!c){c=0;break a}a=k[c+4>>2]|0;if(g)a=a&f;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(d|0)){c=0;break a}}while((nw(k[c+8>>2]|0,b)|0)!=0);else c=0}else c=0;while(0);return c|0}function hm(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+12>>2]|0;if(!b)Ka(15276,13551,984,15283);c=k[a+16>>2]|0;a:do if(c|0){d=k[b+4>>2]|0;b=k[c+4>>2]|0;if((d|0)==(b|0)){k[a+4>>2]=d;break}b:do switch(d|0){case 0:case 5:{switch(b|0){case 0:case 5:break;default:e=10}break}default:{switch(b|0){case 0:break b;case 5:break;default:{e=10;break b}}k[a+4>>2]=d;break a}}while(0);if((e|0)==10?(d|0)==5:0){k[a+4>>2]=b;break}k[a+4>>2]=0}while(0);return}function im(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,248,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function jm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,448,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function km(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,15904)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}b=b+8|0;if(k[b>>2]|0)Lg(a,b);f=pj(k[a+4>>2]|0,9)|0;al(f,(k[b>>2]|0)!=0&1)|0;r=d;return}function lm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,173,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function mm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,296,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function nm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,272,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function om(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,472,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function pm(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0;if((1073741807-b|0)>>>0<c>>>0)rM();j=a+8|0;if((i[j+3>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<536870887){c=c+b|0;f=b<<1;c=c>>>0<f>>>0?f:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Ka(38001,38038,1734,38141);else g=c}else g=1073741807;f=LD(g<<2)|0;if(e|0)MK(f,h,e);c=d-e|0;if(c|0)MK(f+(e<<2)|0,h+(e<<2)|0,c);if((b|0)!=1)dO(h);k[a>>2]=f;k[j>>2]=g|-2147483648;return}function qm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,374,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function rm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e){f=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{f=d&255;d=10}if((d-f|0)>>>0>=c>>>0){if(c|0){if(e)d=k[a>>2]|0;else d=a;if(f){Uy(d+c|0,d|0,f|0)|0;b=d>>>0<=b>>>0&(d+f|0)>>>0>b>>>0?b+c|0:b}Uy(d|0,b|0,c|0)|0;b=f+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=b;else i[g>>0]=b;i[d+b>>0]=0}}else Ll(a,d,f+c-d|0,f,0,0,c,b);return a|0}function sm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,73,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function tm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[a+11>>0]|0;d=e<<24>>24<0;e=d?k[a+4>>2]|0:e&255;d=d?k[a>>2]|0:a;c=41568;a=b;a:while(1){while(1){if(!a)break a;b=a+16|0;f=i[b+11>>0]|0;g=f<<24>>24<0;f=g?k[a+20>>2]|0:f&255;b=tI(g?k[b>>2]|0:b,d,e>>>0<f>>>0?e:f)|0;if((((b|0)==0?(f>>>0<e>>>0?-2147483648:0):b)|0)>=0)break;a=k[a+4>>2]|0}c=a;a=k[a>>2]|0}return c|0}function um(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ka(32045,32063,242,32084);tr(a,422,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}Rw(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[f>>2]&1023](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=i;return}}function vm(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+112|0;c=h+4|0;d=h;k[d>>2]=c+100;Ds(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=i[f>>0]|0;do if(c){a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0)){b=(Sb[k[(k[c>>2]|0)+52>>2]&31](c,d&255)|0)==-1;c=b?0:c;break}else{k[a>>2]=e+1;i[e>>0]=d;break}}else c=0;while(0);f=f+1|0}r=h;return c|0}function wm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+8|0;c=h+4|0;d=h;k[c>>2]=b;a:do if((b|0)==0|(k[b>>2]|0)!=1)g=4;else{e=k[b+8>>2]|0;if(e|0?(k[d>>2]=e,k[f>>2]=k[d>>2],Eq(b,f)|0):0){g=4;break}c=b+12|0;d=k[c+8>>2]|0;b=0;while(1){if((b|0)==(d|0))break a;e=uF(c,b)|0;k[f>>2]=k[e>>2];Lg(a,f);b=b+1|0}}while(0);if((g|0)==4)Lg(a,c);r=h;return}function xm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;d=e;if(!(i[b>>0]|0)){f=(i[b+24>>0]|0)==0;b=dJ(b)|0;if(f)c=5}else{b=dJ(b)|0;c=5}do if((c|0)==5){b=Kp(b)|0;c=k[a+8>>2]|0;if(b>>>0<(k[a+12>>2]|0)-c>>2>>>0){b=k[c+(b<<2)>>2]|0;break}else{f=La(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,16840,16);lD(f,d);pb(f|0,8,182)}}while(0);r=e;return b|0}function ym(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)){c=i[a>>0]|0;if(c<<24>>24!=95){if(((c<<24>>24)+-48|0)>>>0>=10)break;while(1){a=a+1|0;if((a|0)==(b|0)){a=b;break a}if(((i[a>>0]|0)+-48|0)>>>0>=10)break a}}c=a+1|0;if((c|0)!=(b|0)){c=i[c>>0]|0;if(((c<<24>>24)+-48|0)>>>0<10){a=a+2|0;break}if(c<<24>>24==95){c=a+2|0;while(1){if((c|0)==(b|0))break a;d=i[c>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;c=c+1|0}return (d<<24>>24==95?c+1|0:a)|0}}}while(0);return a|0}function zm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=aJ(k[b>>2]|0)|0;if(!(k[c+16>>2]|0))Ka(27298,27066,159,27311);d=a+80|0;Ce(a,c,b,(k[d>>2]|0)+-12|0);c=k[d>>2]|0;b=c+-12|0;while(1){if((c|0)==(b|0))break;e=c+-12|0;k[d>>2]=e;Ry(e);c=k[d>>2]|0}Ev(a+40|0);return}function Am(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=wJ()|0;h=k[g>>2]|0;k[g>>2]=0;FH()|0;a=bM(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>65535|(e|0)==34){k[c>>2]=4;a=-1;break}else{a=a&65535;break}else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function Bm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;us(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;GI(e,b);k[f>>2]=e+16;jo(a,c);fx(c);r=g;return}}function Cm(a,b){a=a|0;b=+b;var c=0,d=0;c=(o[u>>2]=b,k[u>>2]|0);if((c&2147483647)>>>0>2139095040){IF(IF(a,(c|0)<0?40305:50039)|0,32900)|0;c=wD(b)|0;if(c|0){a=IF(a,19243)|0;d=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[d>>2]=k[d>>2]&-75|8;a=$i(a,c)|0;a=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|2}}else dh(a,b);return}function Dm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,122,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Em(a){a=a|0;if(!a)return;else{Em(k[a>>2]|0);Em(k[a+4>>2]|0);ZA(a+20|0);dO(a);return}}function Fm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,298,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Gm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,297,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Hm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,97,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Im(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,121,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Jm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,49,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Km(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ka(32045,32063,242,32084);tr(a,507,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}Rw(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}Kb[k[e>>2]&1023](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ka(32089,32063,246,32084);else if((b|0)==10){r=h;return}}function Lm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=IF(43324,15904)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}c=Ih(a)|0;if((c|1|0)!=1)Ka(15321,13964,2222,15920);if((c|0)==1){f=_w(a)|0;k[b+8>>2]=f}r=d;return}function Mm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=wJ()|0;h=k[g>>2]|0;k[g>>2]=0;FH()|0;a=bM(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>4294967295|(e|0)==34){k[c>>2]=4;a=-1;break}else break;else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function Nm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(ud(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[10566];r=f;return}function Om(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=IF(43324,15851)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}f=Ti(a,Ih(a)|0)|0;k[b+8>>2]=f;f=_w(a)|0;k[b+12>>2]=f;r=d;return}function Pm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;if((a|0)==(b|0))Ka(30008,32063,459,30034);d=b-a>>2;a:while(1){d=d+-1|0;b=k[a+(d<<2)>>2]|0;e=k[b>>2]|0;f=(b|0)==0;do if(f|(e|0)!=1)if(f|(e|0)!=3)if((e|0)==2)break;else{d=9;break a}else if((k[b+8>>2]|0)==(c|0)){d=11;break a}else break;else if((k[b+8>>2]|0)==(c|0)){d=11;break a}while(0);if(!d){b=0;d=11;break}}if((d|0)==9)Ka(30050,32063,469,30034);else if((d|0)==11)return b|0;return 0}function Qm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if(d>>>0>c>>>0){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if(d>>>0>=c>>>0){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Rm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Tl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=LD(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Sm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;k[a>>2]=0;c=b+16|0;g=0;while(1){h=(oD(k[c>>2]|0)|0)<<24>>24;f=h&127;b=((g|0)==0?127:(1<<32-g)+127|0)&f;d=(h&128|0)!=0;if(d&(b|0)!=(f|0)){b=3;break}e=k[a>>2]|b<<g;k[a>>2]=e;f=g+7|0;if(!d){b=7;break}if(f>>>0<32)g=f;else{b=6;break}}if((b|0)==3)Ka(14129,13964,99,13982);else if((b|0)==6)Ka(14206,13964,104,13982);else if((b|0)==7){if(f>>>0<32&(h&64|0)!=0?(h=25-g|0,h=e<<h>>h,k[a>>2]=h,(h|0)>=0):0)Ka(16040,13964,114,13982);return}}function Tm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=8;c=b;e=c;e=l[e>>0]|l[e+1>>0]<<8|l[e+2>>0]<<16|l[e+3>>0]<<24;c=c+4|0;c=l[c>>0]|l[c+1>>0]<<8|l[c+2>>0]<<16|l[c+3>>0]<<24;b=a;d=b;i[d>>0]=e;i[d+1>>0]=e>>8;i[d+2>>0]=e>>16;i[d+3>>0]=e>>24;b=b+4|0;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;i[a+8>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Um(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;ud(d,b,c);if(!(k[d+16>>2]|0)){k[a>>2]=0;d=a+8|0;k[d>>2]=0;k[d+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=e;return}function Vm(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=IF(43324,14505)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}e=(k[a>>2]|0)+88|0;mF(e,Ih(a)|0,0)|0;e=(k[a>>2]|0)+92|0;mF(e,Ih(a)|0,0)|0;r=c;return}function Wm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;d=a+24|0;e=a+28|0;g=Pm(k[d>>2]|0,k[e>>2]|0,k[b+24>>2]|0)|0;f=a+36|0;a:do if((g|0)==(k[f>>2]|0))i[a+40>>0]=1;else{g=b+8|0;c=k[b+16>>2]|0;b=0;while(1){if((b|0)==(c|0))break a;h=uF(g,b)|0;h=Pm(k[d>>2]|0,k[e>>2]|0,k[h>>2]|0)|0;if((h|0)==(k[f>>2]|0))break;else b=b+1|0}i[a+40>>0]=1}while(0);return}function Xm(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=lc(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+$(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(da(c+-1|0)|0);else c=lc(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)Hg(a,b)}}else Hg(a,b);return}function Ym(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;g=b+4|0;h=b+8|0;c=k[a>>2]|0;while(1){d=c&127;i[f>>0]=d;e=c>>7;if(!(DF(a,e,d)|0))break;c=(c|128)&255;i[f>>0]=c;d=k[g>>2]|0;if((d|0)==(k[h>>2]|0))Dn(b,f);else{i[d>>0]=c;k[g>>2]=(k[g>>2]|0)+1}c=e}c=k[g>>2]|0;if((c|0)==(k[h>>2]|0))Dn(b,f);else{i[c>>0]=d;k[g>>2]=(k[g>>2]|0)+1}r=j;return}function Zm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+11|0;d=i[f>>0]|0;e=d<<24>>24<0;if(e)g=(k[a+8>>2]&2147483647)+-1|0;else g=10;do if(g>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)Uy(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[f>>0]|0)<0){k[a+4>>2]=c;break}else{i[f>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;Dl(a,g,c-g|0,d,0,d,c,b)}while(0);return}function _m(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;Tx(g,a);do if(i[g>>0]|0){c=k[(k[a>>2]|0)+-12>>2]|0;e=k[a+c+24>>2]|0;f=e;if(e){c=f+24|0;d=k[c>>2]|0;if((d|0)!=(k[f+28>>2]|0)){k[c>>2]=d+1;i[d>>0]=b;break}if((Sb[k[(k[e>>2]|0)+52>>2]&31](f,b&255)|0)!=-1)break;c=k[(k[a>>2]|0)+-12>>2]|0}a=a+c+16|0;k[a>>2]=k[a>>2]|1}while(0);Gq(g);r=h;return}function $m(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+416|0;c=h+8|0;d=h;k[d>>2]=c+400;iq(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=k[f>>2]|0;if(!c)c=0;else{a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0))d=Sb[k[(k[c>>2]|0)+52>>2]&31](c,d)|0;else{k[a>>2]=e+4;k[e>>2]=d}c=(d|0)==-1?0:c}f=f+4|0}r=h;return c|0}function an(a){a=a|0;Av(a+92|0);ZA(a+80|0);ZA(a+68|0);Et(a+56|0);Uq(a+40|0);EF(a);return}function bn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;i[a+53>>0]=1;do if((k[a+4>>2]|0)==(c|0)){i[a+52>>0]=1;e=a+16|0;c=k[e>>2]|0;if(!c){k[e>>2]=b;k[a+24>>2]=d;k[a+36>>2]=1;if(!((d|0)==1?(k[a+48>>2]|0)==1:0))break;i[a+54>>0]=1;break}if((c|0)!=(b|0)){d=a+36|0;k[d>>2]=(k[d>>2]|0)+1;i[a+54>>0]=1;break}e=a+24|0;c=k[e>>2]|0;if((c|0)==2){k[e>>2]=d;c=d}if((c|0)==1?(k[a+48>>2]|0)==1:0)i[a+54>>0]=1}while(0);return}function cn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;while(1){b=i[a>>0]|0;c=b<<24>>24;d=a+1|0;if(!(tN(c)|0))break;else a=d}switch(c|0){case 45:{a=1;e=5;break}case 43:{a=0;e=5;break}default:f=0}if((e|0)==5){f=a;a=d;b=i[d>>0]|0}d=(b<<24>>24)+-48|0;if(d>>>0<10){b=0;c=0;do{b=ED(b|0,c|0,10,0)|0;a=a+1|0;b=dH(b|0,N|0,d|0,((d|0)<0)<<31>>31|0)|0;c=N;d=(i[a>>0]|0)+-48|0}while(d>>>0<10);a=c}else{b=0;a=0}e=(f|0)!=0;f=dH(0,0,b|0,a|0)|0;N=e?a:N;return (e?b:f)|0}function dn(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=lc(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+$(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(da(c+-1|0)|0);else c=lc(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)Jg(a,b)}}else Jg(a,b);return}function en(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 104:{d=a+1|0;c=Rr(d,b)|0;if((c|0)==(d|0)|(c|0)==(b|0))break a;return ((i[c>>0]|0)==95?c+1|0:a)|0}case 118:break;default:break a}e=a+1|0;c=Rr(e,b)|0;if((!((c|0)==(e|0)|(c|0)==(b|0))?(i[c>>0]|0)==95:0)?(e=c+1|0,d=Rr(e,b)|0,!((d|0)==(e|0)|(d|0)==(b|0))):0)a=(i[d>>0]|0)==95?d+1|0:a}while(0);return a|0}function fn(a){a=a|0;ZA(a+116|0);jz(a+100|0);TA(a+88|0);TA(a+76|0);TA(a+64|0);uA(a+52|0);cC(a+40|0);DC(a+12|0);return}function gn(a){a=a|0;k[a>>2]=4356;ZA(a+116|0);ZA(a+104|0);ZA(a+92|0);nt(a+76|0);CG(a+64|0);Hw(a+52|0);Ry(a+40|0);pC(a);return}function hn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Qm(b,f,c)|0;c=k[e>>2]|0;if(!c){c=LD(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function jn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;b=f;e=ln(a)|0;k[b>>2]=e;d=a+88|0;c=k[d>>2]|0;if((c|0)==(k[a+92>>2]|0))yn(a+84|0,b);else{k[c>>2]=e;k[d>>2]=(k[d>>2]|0)+4}b=(k[a>>2]|0)+112|0;b=kG(b,lo(a)|0)|0;c=k[d>>2]|0;a=0;while(1){if((a|0)==-1)break;g=a+-1|0;k[d>>2]=c+(g<<2);a=g}g=(UI(b)|0)+8|0;k[g>>2]=e;r=f;return b|0}function kn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;h=(k[f>>2]|0)+-4|0;g=c+-4|0;i=k[g>>2]|0;k[g>>2]=0;k[h>>2]=i;k[f>>2]=(k[f>>2]|0)+-4;c=g}g=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=g;g=b+8|0;i=k[e>>2]|0;k[e>>2]=k[g>>2];k[g>>2]=i;g=a+8|0;i=b+12|0;h=k[g>>2]|0;k[g>>2]=k[i>>2];k[i>>2]=h;k[b>>2]=k[f>>2];return}function ln(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;a=a+36|0;b=k[a>>2]|0;k[a>>2]=b+1;Vi(e,b);b=dG(e,15145)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}SG(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;NJ(d);NJ(e);r=f;return c|0}function mn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=b;k[a+4>>2]=c;i[a+8>>0]=d&1;nF(a+12|0);k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;k[a+68>>2]=0;k[a+72>>2]=0;k[a+64>>2]=a+68;k[a+80>>2]=0;k[a+84>>2]=0;k[a+76>>2]=a+80;k[a+92>>2]=0;k[a+96>>2]=0;k[a+88>>2]=a+92;d=a+100|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=0;_p(a);return}function nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-12|0;dv((k[f>>2]|0)+-12|0,g);k[f>>2]=(k[f>>2]|0)+-12;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function on(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;b=k[a>>2]|0;k[a>>2]=b+1;Vi(e,b);b=dG(e,15007)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}SG(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;NJ(d);NJ(e);r=f;return c|0}function pn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;a:do if((b|0)!=(c|0)){e=a+4|0;d=k[e>>2]|0;a=c;while(1){if((a|0)==(d|0))break;f=k[a>>2]|0;k[a>>2]=0;c=k[b>>2]|0;k[b>>2]=f;if(c|0){Gy(c);dO(c)}b=b+4|0;a=a+4|0}while(1){a=k[e>>2]|0;if((a|0)==(b|0))break a;f=a+-4|0;k[e>>2]=f;a=k[f>>2]|0;k[f>>2]=0;if(!a)continue;Gy(a);dO(a)}}while(0);return}function qn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else if((a|0)==(k[b>>2]|0)){if((k[b+16>>2]|0)!=(c|0)?(g=b+20|0,(k[g>>2]|0)!=(c|0)):0){k[b+32>>2]=d;k[g>>2]=c;e=b+40|0;k[e>>2]=(k[e>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0)i[b+54>>0]=1;k[b+44>>2]=4;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function rn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;d=0;a=0;break}g=wJ()|0;h=k[g>>2]|0;k[g>>2]=0;FH()|0;a=bM(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;a=-1;d=-1}}else{k[c>>2]=4;a=0;d=0}}while(0);N=d;r=j;return a|0}function sn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;a:do if((a|0)!=(k[b+8>>2]|0)){f=k[a+12>>2]|0;e=a+16+(f<<3)|0;Vv(a+16|0,b,c,d);if((f|0)>1){f=b+54|0;a=a+24|0;do{Vv(a,b,c,d);if(i[f>>0]|0)break a;a=a+8|0}while(a>>>0<e>>>0)}}else bs(b,c,d);while(0);return}function tn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e){f=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{f=d&255;d=10}if((d-f|0)>>>0>=c>>>0){if(c|0){if(e)e=k[a>>2]|0;else e=a;cs(e+f|0,b|0,c|0)|0;d=f+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else Dl(a,d,c-d+f|0,f,f,0,c,b);return a|0}function un(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=a+12|0;do if(((k[e>>2]|0)==0?(f=a+20|0,g=k[f>>2]|0,!((g|0)==0|(k[g>>2]|0)!=17)):0)?(k[g+8>>2]|0)==0:0){if((k[g+4>>2]|0)!=1)Ka(26736,26753,53,26783);c=g+16|0;a=k[c>>2]|0;d=a;if((a|0)==0|(k[a>>2]|0)!=15){b=g+12|0;a=k[b>>2]|0;if((a|0)==0|(k[a>>2]|0)!=15)break;k[b>>2]=d;k[c>>2]=a}a=OI(a+8|0)|0;if(a>>>0<1024){k[f>>2]=k[g+12>>2];mF(e,a,((a|0)<0)<<31>>31)|0}}while(0);return}function vn(a){a=a|0;if(!a)return;else{vn(k[a>>2]|0);vn(k[a+4>>2]|0);VD(a+16|0);dO(a);return}}function wn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;d=a+8|0;h=d+3|0;e=i[h>>0]|0;f=e<<24>>24<0;if(f)g=(k[d>>2]&2147483647)+-1|0;else g=1;do if(g>>>0>=c>>>0){if(f)d=k[a>>2]|0;else d=a;JK(d,b,c);k[d+(c<<2)>>2]=0;if((i[h>>0]|0)<0){k[a+4>>2]=c;break}else{i[h>>0]=c;break}}else{if(f)d=k[a+4>>2]|0;else d=e&255;_k(a,g,c-g|0,d,d,c,b)}while(0);return}function xn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(!(i[b>>0]|0))IF(a,k[b+20>>2]|0)|0;else{_z(a,40)|0;d=b+12|0;e=k[d>>2]|0;b=b+8|0;c=0;while(1){if((c|0)==(e|0))break;f=EG(k[b>>2]|0,k[d>>2]|0,c)|0;f=k[f>>2]|0;xn(_z(a,32)|0,f)|0;c=c+1|0}IF(a,13586)|0}return a|0}function yn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)wM();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Ms(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[f>>2]=e+4;No(a,c);mz(c);r=g;return}}function zn(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[10491]|0;d=a+4|0;b=k[10492]|0;while(1){if((b|0)==(c|0))break;e=b+-20|0;Ko((k[d>>2]|0)+-20|0,e);k[d>>2]=(k[d>>2]|0)+-20;b=e}e=k[10491]|0;k[10491]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[10492]|0;k[10492]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[10493]|0;k[10493]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function An(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=c-b|0;e=g>>2;if(e>>>0>1073741807)rM();do if(e>>>0>=2){d=e+4&-4;if(d>>>0>1073741823)Ka(38001,38038,1734,38141);else{f=LD(d<<2)|0;k[a>>2]=f;k[a+8>>2]=d|-2147483648;k[a+4>>2]=e;break}}else{i[a+8+3>>0]=e;f=a}while(0);a=f;while(1){if((b|0)==(c|0))break;k[a>>2]=k[b>>2];b=b+4|0;a=a+4|0}k[f+(g>>>2<<2)>>2]=0;return}function Bn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=b+16|0;c=k[d>>2]|0;e=c;do if(c){if((k[c>>2]|0)==22){k[d>>2]=0;f=6;break}c=b+12|0;if((k[k[c>>2]>>2]|0)==22?(k[c>>2]=e,k[d>>2]=0,e=b+8|0,c=EE((k[a+36>>2]|0)+112|0,k[e>>2]|0)|0,k[e>>2]=c,(k[d>>2]|0)==0):0)f=6}else f=6;while(0);if((f|0)==6?(k[k[b+12>>2]>>2]|0)==22:0){e=k[b+8>>2]|0;f=vJ((k[a+36>>2]|0)+112|0)|0;k[f+8>>2]=e;k[a+16>>2]=f}return}function Cn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+11|0;d=i[f>>0]|0;e=d<<24>>24<0;if(e)g=(k[a+8>>2]&2147483647)+-1|0;else g=10;do if(g>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)Uy(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[f>>0]|0)<0){k[a+4>>2]=c;break}else{i[f>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;Ll(a,g,c-g|0,d,0,d,c,b)}while(0);return}function Dn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d|0;f=e+1|0;if((f|0)<0)wM();else{h=(k[a+8>>2]|0)-d|0;d=h<<1;vy(c,h>>>0<1073741823?(d>>>0<f>>>0?f:d):2147483647,e,a+8|0);f=c+8|0;e=k[f>>2]|0;i[e>>0]=i[b>>0]|0;k[f>>2]=e+1;So(a,c);UA(c);r=g;return}}function En(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)-(k[c+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{d=b+8|0;b=c+8|0;b=dH(k[d>>2]|0,k[d+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=N;break}case 3:{e=+xI(b)-+xI(c);k[a>>2]=3;o[a+8>>2]=e;break}case 4:{e=+wI(b)-+wI(c);k[a>>2]=4;p[a+8>>3]=e;break}default:{}}return}function Fn(a){a=a|0;fA(a+124|0);kB(a+112|0);ZA(a+96|0);ZA(a+84|0);DA(a+72|0);Vy(a+52|0);ZA(a+40|0);ZA(a+24|0);return}function Gn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;e=(cr(a)|0)+8|0;if((k[e>>2]|0)>>>0>b>>>0){e=cr(a)|0;e=EG(k[e+4>>2]|0,k[e+8>>2]|0,b)|0;r=d;return k[e>>2]|0}else{e=La(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,13610,30);b=k[a+28>>2]|0;d=k[a+32>>2]|0;av(e,c);k[e+12>>2]=b;k[e+16>>2]=d;pb(e|0,8,182)}return 0}function Hn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;d=h+8|0;e=h;f=b+8|0;g=k[b+16>>2]|0;c=a+56|0;a=0;while(1){if((a|0)==(g|0))break;i=uF(f,a)|0;k[e>>2]=k[i>>2];Bo(d,c,e,e);a=a+1|0}i=b+24|0;Bo(d,c,i,i);r=h;return}function In(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;is((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Jn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=aa(k[c+8>>2]|0,k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=ED(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=N;break}case 3:{d=+xI(b)*+xI(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+wI(b)*+wI(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function Kn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){On(a,c,1,c,c,0);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function Ln(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=b+4|0;g=b+8|0;while(1){c=a&127;i[e>>0]=c;d=a>>>7;if(!d)break;c=(a|128)&255;i[e>>0]=c;a=k[f>>2]|0;if((a|0)==(k[g>>2]|0))Dn(b,e);else{i[a>>0]=c;k[f>>2]=(k[f>>2]|0)+1}a=d}a=k[f>>2]|0;if((a|0)==(k[g>>2]|0))Dn(b,e);else{i[a>>0]=c;k[f>>2]=(k[f>>2]|0)+1}r=h;return}function Mn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;Eu((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,15966)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+8|0);pj(k[a+4>>2]|0,11)|0;r=d;return}function On(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0;if((-17-b|0)>>>0<c>>>0)rM();if((i[a+11>>0]|0)<0)j=k[a>>2]|0;else j=a;if(b>>>0<2147483623){g=c+b|0;h=b<<1;g=g>>>0<h>>>0?h:g;g=g>>>0<11?11:g+16&-16}else g=-17;h=ac(g)|0;if(e|0)cs(h|0,j|0,e|0)|0;c=d-e|0;if(c|0)cs(h+e+f|0,j+e|0,c|0)|0;if((b|0)!=10)vc(j);k[a>>2]=h;k[a+8>>2]=g|-2147483648;return}function Pn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=(k[c+8>>2]|0)+(k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=fJ(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=N;break}case 3:{d=+xI(b)+ +xI(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+wI(b)+ +wI(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function Qn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;c=a+4|0;d=a+88|0;e=a+104|0;f=a+80|0;b=a+32|0;while(1){wN(c);a=k[e>>2]|0;if(!a){if(i[f>>0]|0)break}else{while(1){if(oD(a)|0)break;a=k[e>>2]|0}_y(d)}qK(c);nC(gv()|0);wN(c);if((i[f>>0]|0)==0?(k[e>>2]|0)==0:0)GJ(b,c,1);qK(c)}qK(c);return}function Rn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;d=e;k[d>>2]=0;c=(i[b+11>>0]|0)<0?k[b>>2]|0:b;g=wJ()|0;h=k[g>>2]|0;k[g>>2]=0;b=yM(c,d)|0;f=k[g>>2]|0;k[g>>2]=h;if((f|0)==34)Bw(a);if((k[d>>2]|0)==(c|0))Ew(a);else{r=e;return b|0}return 0}function Sn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;k[e>>2]=c;b=BJ(k[a+8>>2]|0)|0;a=Zn(f,0)|0;if(b|0)BJ(b)|0;a:do switch(a|0){case 0:case -1:{b=2;break}default:{b=a+-1|0;if(b>>>0>(d-(k[e>>2]|0)|0)>>>0)b=1;else while(1){if(!b){b=0;break a}c=i[f>>0]|0;d=k[e>>2]|0;k[e>>2]=d+1;i[d>>0]=c;f=f+1|0;b=b+-1|0}}}while(0);r=g;return b|0}function Tn(a,b){a=a|0;b=b|0;var c=0,d=0;d=LD(72)|0;k[a>>2]=d;k[a+4>>2]=41568;c=a+8|0;i[c>>0]=0;a=d+16|0;b=k[b>>2]|0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}tC(d+32|0);i[c>>0]=1;return}function Un(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+8>>0]|0){d=IF(43324,20418)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}e=a+4|0;vg(k[e>>2]|0,1836278016);vg(k[e>>2]|0,12);r=c;return}function Vn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-16|0;lH((k[f>>2]|0)+-16|0,g);k[f>>2]=(k[f>>2]|0)+-16;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Wn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;d=e;k[a>>2]=b;k[a+4>>2]=0;c=a+20|0;i[c>>0]=0;k[a+24>>2]=0;k[a+28>>2]=0;i[a+8>>0]=0;k[a+12>>2]=39042;k[a+16>>2]=24995;b=db(24997)|0;if(b|0){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,b,Lq(b)|0);a=(Ls(d)|0)!=0&1;i[c>>0]=a;NJ(d)}r=e;return}function Xn(a,b){a=a|0;b=b|0;b=es(a,b)|0;if((b|0)!=(a+4|0))$p(a,b);return}function Yn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;e=g;if((a|0)!=(b|0))if((b|0)!=0?(f=ri(b,2960)|0,(f|0)!=0):0){b=e+4|0;d=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(d|0));k[e>>2]=f;k[e+8>>2]=a;k[e+12>>2]=-1;k[e+48>>2]=1;Rb[k[(k[f>>2]|0)+28>>2]&31](f,e,k[c>>2]|0,1);if((k[e+24>>2]|0)==1){k[c>>2]=k[e+16>>2];b=1}else b=0}else b=0;else b=1;r=g;return b|0}function Zn(a,b){a=a|0;b=b|0;do if(a){if(b>>>0<128){i[a>>0]=b;a=1;break}if(b>>>0<2048){i[a>>0]=b>>>6|192;i[a+1>>0]=b&63|128;a=2;break}if(b>>>0<55296|(b&-8192|0)==57344){i[a>>0]=b>>>12|224;i[a+1>>0]=b>>>6&63|128;i[a+2>>0]=b&63|128;a=3;break}if((b+-65536|0)>>>0<1048576){i[a>>0]=b>>>18|240;i[a+1>>0]=b>>>12&63|128;i[a+2>>0]=b>>>6&63|128;i[a+3>>0]=b&63|128;a=4;break}else{a=wJ()|0;k[a>>2]=84;a=-1;break}}else a=1;while(0);return a|0}function _n(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e){f=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{f=d&255;d=10}if((d-f|0)>>>0>=c>>>0){if(c|0){if(e)e=k[a>>2]|0;else e=a;cs(e+f|0,b|0,c|0)|0;d=f+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else Ll(a,d,c-d+f|0,f,f,0,c,b);return a|0}function $n(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+44|0;c=k[d>>2]|0;e=k[a+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}f=a+12|0;d=k[f>>2]|0;do if((k[a+8>>2]|0)>>>0<d>>>0){if((b|0)==-1){k[f>>2]=d+-1;k[a+16>>2]=c;b=0;break}if(!(k[a+48>>2]&16)){e=b&255;d=d+-1|0;if(e<<24>>24!=(i[d>>0]|0)){b=-1;break}}else{e=b&255;d=d+-1|0}k[f>>2]=d;k[a+16>>2]=c;i[d>>0]=e}else b=-1;while(0);return b|0}function ao(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+8|0;g=d+3|0;c=i[g>>0]|0;e=c<<24>>24<0;if(e){f=k[a+4>>2]|0;c=(k[d>>2]&2147483647)+-1|0}else{f=c&255;c=1}if((f|0)==(c|0)){pm(a,c,1,c,c);if((i[g>>0]|0)>-1)c=7;else c=8}else if(e)c=8;else c=7;if((c|0)==7)i[g>>0]=f+1;else if((c|0)==8){g=k[a>>2]|0;k[a+4>>2]=f+1;a=g}g=a+(f<<2)|0;k[g>>2]=b;k[g+4>>2]=0;return}function bo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{g=wJ()|0;h=k[g>>2]|0;k[g>>2]=0;FH()|0;a=lM(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;d=(d|0)>0|(d|0)==0&a>>>0>0;a=d?-1:0;d=d?2147483647:-2147483648}}else{k[c>>2]=4;a=0;d=0}}N=d;r=i;return a|0}function co(a){a=a|0;if(!a)return;else{co(k[a>>2]|0);co(k[a+4>>2]|0);xu(a+20|0);dO(a);return}}function eo(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a>>2]|0;a:do if((d|0)==(k[b>>2]|0))switch(d|0){case 0:{c=1;break a}case 1:{c=(k[a+8>>2]|0)==(k[b+8>>2]|0);break a}case 3:{c=+xI(a)==+xI(b);break a}case 2:{d=a+8|0;c=b+8|0;c=(k[d>>2]|0)==(k[c>>2]|0)?(k[d+4>>2]|0)==(k[c+4>>2]|0):0;break a}case 4:{c=+wI(a)==+wI(b);break a}default:Ha()}else c=0;while(0);return c|0}function fo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+16|0;c=j+8|0;d=j;e=a+36|0;f=a+40|0;g=c+8|0;h=c;b=a+32|0;a:while(1){a=k[e>>2]|0;a=Ub[k[(k[a>>2]|0)+20>>2]&31](a,k[f>>2]|0,c,g,d)|0;l=(k[d>>2]|0)-h|0;if((qF(c,1,l,k[b>>2]|0)|0)!=(l|0)){a=-1;break}switch(a|0){case 1:break;case 2:{a=-1;break a}default:{i=4;break a}}}if((i|0)==4)a=((gu(k[b>>2]|0)|0)!=0)<<31>>31;r=j;return a|0}function go(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]^-2147483648;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]^-2147483648;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]^-2147483648;k[c>>2]=1;k[c+8>>2]=e;SF(a,c);break}case 4:{e=b+8|0;LC(a,2,k[e>>2]|0,k[e+4>>2]^-2147483648);break}default:{}}r=d;return}function ho(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]&2147483647;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]&2147483647;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]&2147483647;k[c>>2]=1;k[c+8>>2]=e;SF(a,c);break}case 4:{e=b+8|0;LC(a,2,k[e>>2]|0,k[e+4>>2]&2147483647);break}default:{}}r=d;return}function io(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;k[a+32>>2]=0;k[a+36>>2]=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;j[a+24>>1]=0;k[a+28>>2]=a+32;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;i[a+52>>0]=0;i[a+53>>0]=0;k[a+60>>2]=0;b=a+64|0;k[b>>2]=0;k[a+56>>2]=a+60;Hm(a,d);if(k[b>>2]|0)i[a+24>>0]=1;r=c;return}function jo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-16|0;Gv((k[f>>2]|0)+-16|0,g);k[f>>2]=(k[f>>2]|0)+-16;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function ko(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;f=g+4|0;c=g;k[f>>2]=a;k[c>>2]=b;d=a+40|0;e=k[d>>2]|0;if((e|0)==(k[a+44>>2]|0))yn(a+36|0,c);else{k[e>>2]=b;k[d>>2]=(k[d>>2]|0)+4}c=b+52|0;d=k[c>>2]|0;if((d|0)==(k[b+56>>2]|0))yn(b+48|0,f);else{k[d>>2]=a;k[c>>2]=(k[c>>2]|0)+4}r=g;return}function lo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=a+96|0;e=a+100|0;f=(k[e>>2]|0)-(k[d>>2]|0)>>2;Dq(a);e=(k[e>>2]|0)-(k[d>>2]|0)>>2;if((f-e|0)==1)a=_w(a)|0;else{a=DB(k[a+4>>2]|0)|0;c=a+12|0;b=f;while(1){if(b>>>0>=e>>>0)break;$x(c,k[(k[d>>2]|0)+(b<<2)>>2]|0);b=b+1|0}jl(a);Es(d,f)}return a|0}function mo(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)!=(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)!=(k[c>>2]|0)?1:(k[b+4>>2]|0)!=(k[c+4>>2]|0))&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+xI(b)!=+xI(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+wI(b)!=+wI(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function no(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)==(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)==(k[c>>2]|0)?(k[b+4>>2]|0)==(k[c+4>>2]|0):0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+xI(b)==+xI(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+wI(b)==+wI(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function oo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;if((-17-b|0)>>>0<c>>>0)rM();if((i[a+11>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<2147483623){f=c+b|0;g=b<<1;f=f>>>0<g>>>0?g:f;f=f>>>0<11?11:f+16&-16}else f=-17;g=LD(f)|0;if(e|0)cs(g|0,h|0,e|0)|0;c=d-e|0;if(c|0)cs(g+e|0,h+e|0,c|0)|0;if((b|0)!=10)dO(h);k[a>>2]=g;k[a+8>>2]=f|-2147483648;return}function po(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;c=a+68|0;e=k[c>>2]|0;k[d>>2]=e;am(a,b);ko(e,k[c>>2]|0);b=a+88|0;c=k[b>>2]|0;if((c|0)==(k[a+92>>2]|0))yn(a+84|0,d);else{k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}r=f;return}function qo(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=IF(43324,14015)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}Vq(a,1836278016);Vq(a,12);r=c;return}function ro(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=h+4|0;k[f>>2]=b;d=HI(k[b>>2]|0)|0;c=k[a+68>>2]|0;k[g>>2]=0;d=d+8|0;e=c+28|0;a=k[e>>2]|0;if(a>>>0<(k[c+32>>2]|0)>>>0){g=k[d>>2]|0;k[a>>2]=0;k[a+4>>2]=g;k[a+8>>2]=b;i[a+12>>0]=0;k[e>>2]=a+16}else Tk(c+24|0,g,d,f);r=h;return}
+function so(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){oo(a,c,1,c,c);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function to(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=IF(43324,15966)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}f=_w(a)|0;k[b+8>>2]=f;r=d;return}function uo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d&2048){i[a>>0]=43;a=a+1|0}if(d&512){i[a>>0]=35;a=a+1|0}while(1){e=i[b>>0]|0;if(!(e<<24>>24))break;i[a>>0]=e;b=b+1|0;a=a+1|0}a:do switch(d&74){case 64:{i[a>>0]=111;break}case 8:if(!(d&16384)){i[a>>0]=120;break a}else{i[a>>0]=88;break a}default:if(c){i[a>>0]=100;break a}else{i[a>>0]=117;break a}}while(0);return}function vo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=a+84|0;d=a+68|0;e=a+88|0;f=k[e>>2]|0;if((f|0)==(k[a+92>>2]|0))yn(c,d);else{k[f>>2]=k[d>>2];k[e>>2]=(k[e>>2]|0)+4}am(a,b);f=k[c>>2]|0;ko(k[f+(((k[e>>2]|0)-f>>2)+-2<<2)>>2]|0,k[d>>2]|0);return}function wo(a){a=a|0;if(!a)return;else{wo(k[a>>2]|0);wo(k[a+4>>2]|0);JF(a+20|0);dO(a);return}}function xo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(b|0){f=a+11|0;c=i[f>>0]|0;if(c<<24>>24<0){e=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;d=10}if((d-e|0)>>>0<b>>>0){oo(a,d,b-d+e|0,e,e);c=i[f>>0]|0}if(c<<24>>24<0)d=k[a>>2]|0;else d=a;iu(d+e|0,0,b|0)|0;c=e+b|0;if((i[f>>0]|0)<0)k[a+4>>2]=c;else i[f>>0]=c;i[d+c>>0]=0}return}function yo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>3)<<3)|0;k[f>>2]=c;if((e|0)>0){cs(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function zo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=k[a+12>>2]|0;f=k[a+4>>2]|0;e=k[f>>2]|0;k[f>>2]=e+1;f=a+8|0;if(e>>>0<(k[k[f>>2]>>2]|0)>>>0){c=k[(k[(k[d>>2]|0)+36>>2]|0)+(e<<2)>>2]|0;a=k[a+16>>2]|0;b=k[a+4>>2]|0;a=k[a>>2]|0;while(1){if((a|0)==(b|0))break;Qs(d,k[a>>2]|0,c);a=a+4|0}a=(e+1|0)==(k[k[f>>2]>>2]|0)&1}else a=1;return a|0}function Ao(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>4)<<4)|0;k[f>>2]=c;if((e|0)>0){cs(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function Bo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Tl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=LD(20)|0;k[c+16>>2]=k[d>>2];tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Co(a){a=a|0;var b=0;if((i[41016]|0)==0?VK(41016)|0:0){if((i[41024]|0)==0?VK(41024)|0:0){b=44960;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=45248);ob(200,0,x|0)|0}nG(44960,10296);nG(44972,10308);k[11312]=44960}return k[11312]|0}function Do(a){a=a|0;var b=0;if((i[40936]|0)==0?VK(40936)|0:0){if((i[40944]|0)==0?VK(40944)|0:0){b=44148;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=44436);ob(196,0,x|0)|0}oG(44148,35915);oG(44160,35918);k[11109]=44148}return k[11109]|0}function Eo(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((b|0)==(k[a+24>>2]|0)){b=(k[b+12>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){yn(a+32|0,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}else if((k[b+8>>2]|0)==(k[a+28>>2]|0)){d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);return}function Fo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}f=Lq(b)|0;e=c+11|0;d=i[e>>0]|0;d=d<<24>>24<0?k[c+4>>2]|0:d&255;Ss(a,b,f,d+f|0);tn(a,(i[e>>0]|0)<0?k[c>>2]|0:c,d)|0;return}function Go(a,b){a=a|0;b=b|0;var c=0;if(!(i[a+8>>0]|0))zC(k[a>>2]|0,k[a+4>>2]|0);if(i[a+20>>0]|0){c=IF(k[a>>2]|0,30630)|0;IF(IF(c,ez(k[b+4>>2]|0)|0)|0,23360)|0}of(a,b);IF(k[a>>2]|0,k[a+16>>2]|0)|0;return}function Ho(a){a=a|0;if(!a)return;else{Ho(k[a>>2]|0);Ho(k[a+4>>2]|0);dO(a);return}}function Io(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=_C(k[a>>2]|0,24814)|0;Oz(d,k[b+24>>2]|0)|0;KD(a);d=b+8|0;e=k[b+16>>2]|0;c=0;while(1){if((c|0)==(e|0))break;f=uF(d,c)|0;Go(a,k[f>>2]|0);c=c+1|0}Go(a,k[b+28>>2]|0);jy(a);return}function Jo(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+8>>0]|0){d=IF(43324,15945)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}pj(k[a+4>>2]|0,10)|0;r=c;return}function Ko(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[b>>2]|0;k[b>>2]=0;f=b+4|0;e=k[f>>2]|0;k[f>>2]=0;k[a>>2]=d;k[a+4>>2]=e;f=a+8|0;g=b+8|0;c=k[g>>2]|0;k[f>>2]=c;h=b+12|0;i=k[h>>2]|0;k[a+12>>2]=i;k[a+16>>2]=k[b+16>>2];if(i|0){a=k[c+4>>2]|0;b=e+-1|0;if(!(b&e))a=b&a;else a=(a>>>0)%(e>>>0)|0;k[d+(a<<2)>>2]=f;k[g>>2]=0;k[h>>2]=0}return}function Lo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;d=r;r=r+16|0;e=d+4|0;g=d;c=NA(k[a+4>>2]|0)|0;h=dJ(Gn(b,1)|0)|0;k[c+24>>2]=h;f=k[a>>2]|0;k[g>>2]=h;k[e>>2]=k[g>>2];e=(zx(f,e)|0)+16|0;k[c+4>>2]=k[(k[e>>2]|0)+4>>2];e=(cr(b)|0)+8|0;Cw(a,b,k[e>>2]|0,c);r=d;return c|0}function Mo(){var a=0,b=0,c=0,d=0;a=k[10492]|0;d=k[10491]|0;b=a-d|0;c=(b|0)/20|0;a:do if(c>>>0>=4){if((b|0)!=80){b=d+80|0;while(1){if((a|0)==(b|0))break a;d=a+-20|0;k[10492]=d;Oy(d);a=k[10492]|0}}}else Lh(4-c|0);while(0);return}function No(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>2)<<2)|0;k[f>>2]=c;if((e|0)>0){cs(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function Oo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+80|0;e=h;f=b+8|0;g=b+16|0;d=0;while(1){if(d>>>0>=(k[g>>2]|0)>>>0)break;c=Wg(a,b,uF(f,d)|0,c,0,0)|0;i=uF(f,d)|0;io(e,k[i>>2]|0);i=FE(e)|0;Jz(e);if(i)break;else d=d+1|0}r=h;return}function Po(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=IF(43324,14492)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}e=Ih(a)|0;k[a+20>>2]=e;r=c;return}function Qo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+256|0;f=g;do if((c|0)>(d|0)&(e&73728|0)==0){c=c-d|0;iu(f|0,b|0,(c>>>0>256?256:c)|0)|0;d=k[a>>2]|0;e=(d&32|0)==0;if(c>>>0>255){b=c;do{if(e){Ek(f,256,a)|0;d=k[a>>2]|0}b=b+-256|0;e=(d&32|0)==0}while(b>>>0>255);if(e)c=c&255;else break}else if(!e)break;Ek(f,c,a)|0}while(0);r=g;return}function Ro(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=Lq(c)|0;Ss(a,f?k[b>>2]|0:b,e,e+d|0);tn(a,c,d)|0;return}function So(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-e)|0;k[f>>2]=c;if((e|0)>0){cs(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function To(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+8>>0]|0){d=IF(43324,15932)|0;e=eG(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=NI(e,44028)|0;e=Sb[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;RL(b);_m(d,e);lq(d)}pj(k[a+4>>2]|0,0)|0;r=c;return}function Uo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+80|0;e=h;f=b+8|0;g=b+16|0;c=0;d=0;while(1){if(c>>>0>=(k[g>>2]|0)>>>0)break;d=Wg(a,b,uF(f,c)|0,d,0,0)|0;i=uF(f,c)|0;io(e,k[i>>2]|0);i=FE(e)|0;Jz(e);if(i)break;else c=c+1|0}r=h;return}function Vo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;b=dJ(Gn(b,1)|0)|0;a=pc(b,c,k[a+4>>2]|0)|0;if(!a){e=La(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;vs(d,17295,9);lD(e,d);pb(e|0,8,182)}else{r=e;return a|0}return 0}function Wo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;f=0;while(1){if((f|0)>=(c|0))break;d=k[g>>2]|0;e=k[h>>2]|0;if(d>>>0>=e>>>0){if((Sb[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break;b=b+1|0;f=f+1|0;continue}e=e-d|0;i=c-f|0;e=(i|0)<(e|0)?i:e;if(e){cs(d|0,b|0,e|0)|0;d=k[g>>2]|0}k[g>>2]=d+e;b=b+e|0;f=e+f|0}return f|0}function Xo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=175;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=175;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Yo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=174;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=174;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Zo(a,b){a=a|0;b=b|0;var c=0;_C(k[a>>2]|0,24890)|0;_z(pu(a,k[b>>2]|0)|0,32)|0;c=k[a>>2]|0;_z(IF(c,ez(k[b+4>>2]|0)|0)|0,32)|0;of(a,k[b+8>>2]|0);_z(k[a>>2]|0,41)|0;return}function _o(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=375;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=375;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function $o(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Qm(b,f,c)|0;c=k[e>>2]|0;if(!c){c=LD(20)|0;k[c+16>>2]=k[d>>2];tt(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function ap(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;d=0;while(1){if((d|0)>=(c|0))break;e=k[g>>2]|0;f=k[h>>2]|0;if(e>>>0<f>>>0){f=f-e>>2;i=c-d|0;f=(i|0)<(f|0)?i:f;MK(e,b,f);k[g>>2]=(k[g>>2]|0)+(f<<2);b=b+(f<<2)|0;d=f+d|0;continue}if((Sb[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break;b=b+4|0;d=d+1|0}return d|0}function bp(a,b){a=a|0;b=b|0;var c=0,d=0;c=aI(k[a+4>>2]|0)|0;d=Yb(a,Gn(b,1)|0)|0;k[c+8>>2]=d;d=zg(a,17905,Gn(b,2)|0)|0;k[c+12>>2]=d;d=(cr(b)|0)+8|0;if((k[d>>2]|0)==4){d=zg(a,17913,Gn(b,3)|0)|0;k[c+16>>2]=d;hm(c)}return c|0}function cp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(Ag(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[10566];r=f;return}function dp(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[10488]|0;d=a+4|0;b=k[10489]|0;while(1){if((b|0)==(c|0))break;e=b+-40|0;DD((k[d>>2]|0)+-40|0,e);k[d>>2]=(k[d>>2]|0)+-40;b=e}e=k[10488]|0;k[10488]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[10489]|0;k[10489]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[10490]|0;k[10490]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function ep(a){a=a|0;var b=0,c=0,d=0;b=a+60|0;c=a;d=c+60|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));gD(b);UC(a+84|0);k[a+108>>2]=0;nF(a+112|0);k[a+144>>2]=0;k[a+148>>2]=0;k[a+140>>2]=a+144;k[a+156>>2]=0;k[a+160>>2]=0;k[a+152>>2]=a+156;k[a+168>>2]=0;k[a+172>>2]=0;k[a+164>>2]=a+168;k[a+180>>2]=0;k[a+184>>2]=0;k[a+176>>2]=a+180;k[a+192>>2]=0;k[a+196>>2]=0;k[a+188>>2]=a+192;return}function fp(a){a=a|0;var b=0,c=0;b=k[a+12>>2]|0;if(b|0?(c=k[a+16>>2]|0,c|0):0){switch(k[a+8>>2]|0){case 62:case 61:case 60:case 59:case 58:case 57:case 49:case 48:case 47:case 46:case 45:case 44:case 43:case 42:case 41:case 40:case 24:case 23:case 22:case 21:case 20:case 19:case 18:case 17:case 16:case 15:case 75:case 74:case 73:case 72:case 71:case 70:{k[a+4>>2]=1;break}default:{b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0}}return}Ka(15996,13551,1297,15283)}function gp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;switch(k[a>>2]|0){case 2:{b=a+8|0;d=k[b>>2]|0;c=k[d>>2]|0;d=d+4|0;e=k[d>>2]|0;while(1){if((e|0)==(c|0))break;f=e+-4|0;k[d>>2]=f;e=f}Ks(k[b>>2]|0);break}case 5:{b=k[a+8>>2]|0;if(b|0){Oy(b);dO(b)}break}default:{}}k[a>>2]=3;p[a+8>>3]=0.0;return}function hp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+16|0;c=k[e>>2]|0;if((c|0)!=(a|0)){if(c|0)Jb[k[(k[c>>2]|0)+20>>2]&255](c)}else Jb[k[(k[c>>2]|0)+16>>2]&255](c);k[e>>2]=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[e>>2]=a;e=k[c>>2]|0;Kb[k[(k[e>>2]|0)+12>>2]&1023](e,a);break}else{k[e>>2]=d;k[c>>2]=0;break}else k[e>>2]=0;while(0);return}function ip(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[10348]|0;e=a+4|0;d=(k[10349]|0)-c|0;b=(k[e>>2]|0)+(0-(d>>2)<<2)|0;k[e>>2]=b;if((d|0)>0){cs(b|0,c|0,d|0)|0;c=e;b=k[e>>2]|0}else c=e;e=k[10348]|0;k[10348]=b;k[c>>2]=e;e=a+8|0;d=k[10349]|0;k[10349]=k[e>>2];k[e>>2]=d;e=a+12|0;d=k[10350]|0;k[10350]=k[e>>2];k[e>>2]=d;k[a>>2]=k[c>>2];return}function jp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=202;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?4:f;g=(k[b>>2]|0)-d>>2;d=Pr(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){Jb[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=203;k[b>>2]=d+(g<<2);k[c>>2]=(k[a>>2]|0)+(f>>>2<<2);return}function kp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d>>>(b&31)|d<<(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=JG(f|0,b|0,g&63|0)|0;d=N;c=dH(0,0,g|0,c|0)|0;c=DG(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|N;b=2}k[a>>2]=b;return}function lp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d<<(b&31)|d>>>(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=DG(f|0,b|0,g&63|0)|0;d=N;c=dH(0,0,g|0,c|0)|0;c=JG(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|N;b=2}k[a>>2]=b;return}function mp(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=eG(b)|0;f=NI(b,44060)|0;Qb[k[(k[f>>2]|0)+48>>2]&7](f,35402,35434,c)|0;c=NI(b,44068)|0;f=Mb[k[(k[c>>2]|0)+12>>2]&127](c)|0;k[d>>2]=f;d=Mb[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[e>>2]=d;Kb[k[(k[c>>2]|0)+20>>2]&1023](a,c);cE(b);return}function np(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Ag(d,b,c);if(!(k[d+16>>2]|0)){k[a>>2]=0;d=a+8|0;k[d>>2]=0;k[d+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=e;return}function op(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;e=r;r=r+16|0;h=e|0;g=b>>31|((b|0)<0?-1:0)<<1;f=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;j=d>>31|((d|0)<0?-1:0)<<1;i=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;a=dH(g^a|0,f^b|0,g|0,f|0)|0;b=N;ke(a,b,dH(j^c|0,i^d|0,j|0,i|0)|0,N,h)|0;d=dH(k[h>>2]^g|0,k[h+4>>2]^f|0,g|0,f|0)|0;c=N;r=e;return (N=c,d)|0}function pp(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=eG(b)|0;f=NI(b,44028)|0;Qb[k[(k[f>>2]|0)+32>>2]&7](f,35402,35434,c)|0;c=NI(b,44044)|0;f=Mb[k[(k[c>>2]|0)+12>>2]&127](c)|0;i[d>>0]=f;d=Mb[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[e>>0]=d;Kb[k[(k[c>>2]|0)+20>>2]&1023](a,c);cE(b);return}function qp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;b=a+44|0;c=a+60|0;d=k[c>>2]|0;if(d>>>0<(k[a+64>>2]|0)>>>0){k[d>>2]=0;f=d+4|0;k[f>>2]=0;k[d+8>>2]=0;k[d>>2]=k[b>>2];e=a+48|0;k[f>>2]=k[e>>2];a=a+52|0;k[d+8>>2]=k[a>>2];k[a>>2]=0;k[e>>2]=0;k[b>>2]=0;k[c>>2]=(k[c>>2]|0)+12}else Aj(a+56|0,b);return}function rp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;c=f;d=(k[a>>2]|0)+4|0;e=k[d>>2]|0;k[c>>2]=k[e+-4>>2];b=0;while(1){if((b|0)==-1)break;g=b+-1|0;k[d>>2]=e+(g<<2);b=g}a=(Cr(k[a+4>>2]|0,c)|0)+4|0;c=k[a>>2]|0;b=0;while(1){if((b|0)==-1)break;g=b+-1|0;k[a>>2]=c+(g<<2);b=g}r=f;return}function sp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=248;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=248;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function tp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=122;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=122;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function up(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=448;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=448;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function vp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;d=g+20|0;e=g;f=g+16|0;if((i[40880]|0)==0?VK(40880)|0:0){k[10216]=0;h=40872;k[h>>2]=0;k[h+4>>2]=0}k[f>>2]=k[b>>2];k[d>>2]=k[f>>2];Vp(e,a,d,c);k[10216]=k[e>>2];k[10217]=k[e+4>>2];k[10218]=k[e+8>>2];k[10219]=k[e+12>>2];r=g;return 40864}function wp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;c=k[c>>2]|0;k[a+8>>2]=0;k[a+12>>2]=c;c=_B(c,24)|0;k[d>>2]=c;k[a>>2]=c;k[a+8>>2]=c+24;Qt(c,b);Qt(c+12|0,b+12|0);k[d>>2]=(k[d>>2]|0)+24;return}function xp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=298;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=298;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function yp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=173;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=173;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function zp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=297;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=297;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Ap(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do switch((c&176)<<24>>24){case 16:{c=i[a>>0]|0;switch(c<<24>>24){case 43:case 45:{a=a+1|0;break a}default:{}}if((b-a|0)>1&c<<24>>24==48){switch(i[a+1>>0]|0){case 88:case 120:break;default:{d=7;break a}}a=a+2|0}else d=7;break}case 32:{a=b;break}default:d=7}while(0);return a|0}function Bp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=296;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=296;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Cp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=272;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=272;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Dp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=472;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=472;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Ep(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;pu(a,k[b+24>>2]|0)|0;d=b+8|0;b=b+16|0;if(!(k[b>>2]|0))_z(k[a>>2]|0,41)|0;else{KD(a);c=k[b>>2]|0;b=0;while(1){if((b|0)==(c|0))break;e=uF(d,b)|0;Go(a,k[e>>2]|0);b=b+1|0}jy(a)}return}function Fp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=k[a+4>>2]|0;if(!c){d=a;c=k[a>>2]|0}else{f=32-c|0;d=f>>>0>b>>>0?b:f;e=k[a>>2]|0;k[e>>2]=k[e>>2]&~(-1>>>(f-d|0)&-1<<c);c=e+4|0;k[a>>2]=c;b=b-d|0;d=a}a=b>>>5;iu(c|0,0,a<<2|0)|0;b=b-(a<<5)|0;if(b|0){f=(k[d>>2]|0)+(a<<2)|0;k[d>>2]=f;k[f>>2]=k[f>>2]&~(-1>>>(32-b|0))}return}function Gp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=374;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=374;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Hp(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if(!(k[b+4>>2]|0))_C(c,24792)|0;else _C(c,24781)|0;c=k[a>>2]|0;Oz(c,GE(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0;KD(a);Go(a,k[b+12>>2]|0);jy(a);return}function Ip(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=97;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=97;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Jp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=121;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=121;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Kp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;while(1){d=i[a>>0]|0;b=d<<24>>24;e=a+1|0;if(!(tN(b)|0))break;else a=e}switch(b|0){case 45:{a=1;f=5;break}case 43:{a=0;f=5;break}default:{g=0;c=a;a=d}}if((f|0)==5){g=a;c=e;a=i[e>>0]|0}b=(a<<24>>24)+-48|0;if(b>>>0<10){a=0;do{c=c+1|0;a=(a*10|0)-b|0;b=(i[c>>0]|0)+-48|0}while(b>>>0<10)}else a=0;return (g|0?a:0-a|0)|0}function Lp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=507;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=507;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Mp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=73;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=73;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Np(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=49;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=49;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Op(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;k[d+4>>2]=k[d+4>>2]|768;c=i[a>>0]|0;a:do if(!(c<<24>>24))b=a;else{b=a;do{if(k[d+(((c&255)>>>5&255)<<2)>>2]&1<<(c&31)|0)break a;b=b+1|0;c=i[b>>0]|0}while(c<<24>>24!=0)}while(0);r=e;return b-a|0}function Pp(a){a=a|0;var b=0,c=0,d=0;d=a+12|0;c=k[a+16>>2]|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;qK(k[b+4>>2]|0);wN(k[b>>2]|0);b=b+8|0}c=k[a+4>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;CD(k[b>>2]|0);cE(k[b>>2]|0);b=b+4|0}Zz(d);ZA(a);return}function Qp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;b=r;r=r+16|0;g=b+4|0;h=b;c=(k[a>>2]|0)+44|0;k[h>>2]=k[k[a+4>>2]>>2];f=k[a+8>>2]|0;e=k[k[a+12>>2]>>2]|0;d=k[a+16>>2]|0;k[g>>2]=k[h>>2];d=Rf(g,f,e,d)|0;a=k[c>>2]|0;k[c>>2]=d;if(a|0){Gy(a);dO(a)}r=b;return}function Rp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=202;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?1:f;g=(k[b>>2]|0)-d|0;d=Pr(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){Jb[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=203;k[b>>2]=d+g;k[c>>2]=(k[a>>2]|0)+f;return}function Sp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=422;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=422;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Nl(a+4|0,d,e);break}}while(0);r=g;return}function Tp(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+68|0;c=k[d>>2]|0;am(a,b);ko(c,k[d>>2]|0);b=a+100|0;c=k[b>>2]|0;if((c|0)==(k[a+104>>2]|0))yn(a+96|0,d);else{k[c>>2]=k[d>>2];k[b>>2]=(k[b>>2]|0)+4}return}function Up(a){a=a|0;if(!a)return;else{Up(k[a>>2]|0);Up(k[a+4>>2]|0);ZA(a+20|0);dO(a);return}}function Vp(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=r;r=r+16|0;f=e+4|0;h=e;g=k[b>>2]|0;k[h>>2]=k[c>>2];k[f>>2]=k[h>>2];c=Jy(g,f)|0;if(!c){h=k[b+36>>2]|0;Kb[k[(k[h>>2]|0)+28>>2]&1023](h,21261)}ot(a,b,k[c+4>>2]|0,d);r=e;return}function Wp(a){a=a|0;if(!a)return;else{Wp(k[a>>2]|0);Wp(k[a+4>>2]|0);ZA(a+20|0);dO(a);return}}function Xp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=LD(44)|0;hA(e);k[e>>2]=4636;k[e+40>>2]=b;k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else yn(a+8|0,d);r=f;return}function Yp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=c-b|0;if(e>>>0>4294967279)rM();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;d=LD(f)|0;k[a>>2]=d;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=d}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0;return}function Zp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=IF(43324,15945)|0;d=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(b);_m(a,d);lq(a)}r=c;return}function _p(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;c=f;b=k[a>>2]|0;d=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(d|0))break;e=k[b>>2]|0;if(!(k[e+32>>2]|0)){wq(c,e);g=Ng(c,k[a>>2]|0)|0;k[e+32>>2]=k[g>>2];NJ(c)}b=b+4|0}r=f;return}function $p(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=nx(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Dd(k[a+4>>2]|0,b);ZA(b+20|0);dO(b);return}function aq(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+80|0;c=e;d=a+36|0;b=a+4|0;a=xe(k[d>>2]|0,(k[b>>2]|0)!=0)|0;if(!a){a=k[d>>2]|0;k[a>>2]=22;k[a+4>>2]=0}else k[d>>2]=a;if((k[b>>2]|0)==0?(io(c,a),b=FE(c)|0,Jz(c),!b):0){d=k[d>>2]|0;k[d>>2]=22;k[d+4>>2]=0}r=e;return}function bq(a){a=a|0;if(!a)return;else{bq(k[a>>2]|0);bq(k[a+4>>2]|0);ZA(a+20|0);dO(a);return}}function cq(a){a=a|0;if(!a)return;else{cq(k[a>>2]|0);cq(k[a+4>>2]|0);ZA(a+20|0);dO(a);return}}function dq(a,b){a=+a;b=b|0;var c=0;if((b|0)>1023){a=a*8988465674311579538646525.0e283;c=b+-1023|0;b=b+-2046|0;if((c|0)>1023){a=a*8988465674311579538646525.0e283;b=(b|0)>1023?1023:b}else b=c}else if((b|0)<-1022){a=a*2.2250738585072014e-308;c=b+1022|0;b=b+2044|0;if((c|0)<-1022){a=a*2.2250738585072014e-308;b=(b|0)<-1022?-1022:b}else b=c}b=DG(b+1023|0,0,52)|0;c=N;k[u>>2]=b;k[u+4>>2]=c;return +(a*+p[u>>3])}function eq(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;b=e;k[a+104>>2]=0;c=a;d=c+80|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));i[a+80>>0]=0;gv()|0;if(yJ()|0)Ka(31095,31127,50,31159);k[b>>2]=a;d=cF(b)|0;b=k[a>>2]|0;k[a>>2]=d;if(b|0){BM(k[b>>2]|0);dO(b)}r=e;return}function fq(a){a=a|0;Un(a);nf(a);gf(a);Mg(a);pg(a);hl(a);yg(a);Se(a);Bk(a);cd(a);yk(a);Ni(a);Nf(a);return}function gq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=Lq(c)|0;wt(a,f?k[b>>2]|0:b,e,e+d|0);_n(a,c,d)|0;return}function hq(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;nr(d)}b=k[a>>2]|0;if(b|0)sB(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function iq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0;g=r;r=r+128|0;j=g+16|0;l=g+12|0;h=g;i=g+8|0;k[l>>2]=j+100;Ds(a,j,l,d,e,f);d=h;k[d>>2]=0;k[d+4>>2]=0;k[i>>2]=j;d=(k[c>>2]|0)-b>>2;a=BJ(k[a>>2]|0)|0;d=Yd(b,i,d,h)|0;if(a|0)BJ(a)|0;k[c>>2]=b+(d<<2);r=g;return}function jq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;b=a+2496|0;f=k[b>>2]|0;c=((f+1|0)>>>0)%624|0;d=a+(f<<2)|0;e=k[a+(c<<2)>>2]|0;k[d>>2]=0-(e&1)&-1727483681^k[a+((((f+397|0)>>>0)%624|0)<<2)>>2]^(e&2147483646|k[d>>2]&-2147483648)>>>1;a=k[a+(k[b>>2]<<2)>>2]|0;a=a>>>11^a;k[b>>2]=c;a=a<<7&-1658038656^a;a=a<<15&-272236544^a;return a>>>18^a|0}function kq(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){Sx(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(Mb[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}Gq(b)}r=c;return}function lq(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){Tx(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(Mb[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}Gq(b)}r=c;return}function mq(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=IF(43324,15932)|0;d=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(b);_m(a,d);lq(a)}r=c;return}function nq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;c=b+16|0;b=0;while(1){d=(oD(k[c>>2]|0)|0)&255;e=d&127;if((((b|0)==0?127:(1<<32-b)+127|0)&e|0)!=(e|0)){b=3;break}k[a>>2]=k[a>>2]|e<<b;if(!(d&128)){b=7;break}b=b+7|0;if(b>>>0>=32){b=6;break}}if((b|0)==3)Ka(14129,13964,99,13982);else if((b|0)==6)Ka(14206,13964,104,13982);else if((b|0)==7)return}function oq(a){a=a|0;if(!a)return;else{oq(k[a>>2]|0);oq(k[a+4>>2]|0);Jz(a+24|0);dO(a);return}}function pq(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;d=c+8|0;b=c;k[d>>2]=a;ki(b,a,d);r=c;return (k[b>>2]|0)+32|0}function qq(a,b){a=a|0;b=b|0;var c=0,d=0;d=(aJ(k[b>>2]|0)|0)+16|0;if(!(k[d>>2]|0))Ka(27229,27066,151,27281);b=a+40|0;c=a+80|0;d=k[c>>2]|0;if(d>>>0<(k[a+84>>2]|0)>>>0){dv(d,b);k[c>>2]=(k[c>>2]|0)+12}else ek(a+76|0,b);return}function rq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=LD(48)|0;BB(e,b);k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else yn(a+8|0,d);r=f;return}function sq(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=nx(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Dd(k[a+4>>2]|0,b);xu(b+20|0);dO(b);return}function tq(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;nr(d)}d=k[a>>2]|0;sB(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function uq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;OB(a);k[a>>2]=9380;k[a+32>>2]=b;_K(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=NI(b,45828)|0;RL(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function vq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;PB(a);k[a>>2]=9444;k[a+32>>2]=b;_K(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=NI(b,45820)|0;RL(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function wq(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}so(a,eB(k[b+4>>2]|0)|0);d=k[b+12>>2]|0;c=k[b+8>>2]|0;while(1){if((c|0)==(d|0))break;so(a,eB(k[c>>2]|0)|0);c=c+4|0}return}function xq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>1073741807)rM();do if(c>>>0>=2){e=c+4&-4;if(e>>>0>1073741823)Ka(38001,38038,1734,38141);else{d=LD(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;break}}else{i[a+8+3>>0]=c;d=a}while(0);MK(d,b,c);k[d+(c<<2)>>2]=0;return}function yq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>1073741807)rM();do if(b>>>0>=2){e=b+4&-4;if(e>>>0>1073741823)Ka(38001,38038,1734,38141);else{d=LD(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;break}}else{i[a+8+3>>0]=b;d=a}while(0);LK(d,b,c);k[d+(b<<2)>>2]=0;return}function zq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=41972;do if(b)if(b>>>0>214748364){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b*20|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*20|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*20|0);return}function Aq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a>>2]=b;k[a+4>>2]=c;d=((c&31|0)!=0&1)+(c>>>5)|0;k[a+12>>2]=d;b=(c>>>0)/(d>>>0)|0;k[a+8>>2]=b;k[a+20>>2]=0;k[a+16>>2]=d-((c>>>0)%(d>>>0)|0);k[a+24>>2]=0;k[a+28>>2]=d>>>0>c>>>0?0:-1>>>(32-b|0);k[a+32>>2]=b>>>0<31?-1>>>(31-b|0):-1;return}function Bq(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}d=b+11|0;c=i[d>>0]|0;c=c<<24>>24<0?k[b+4>>2]|0:c&255;wt(a,31283,8,c+8|0);_n(a,(i[d>>0]|0)<0?k[b>>2]|0:b,c)|0;return}function Cq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Mj(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function Dq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;d=a+100|0;e=a+104|0;f=a+96|0;while(1){b=Oc(a,c)|0;g=k[c>>2]|0;if(!g)break;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(f,c);else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4}}k[a+108>>2]=b;r=h;return}function Eq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=r;r=r+48|0;e=c;d=c+8|0;k[e>>2]=a;b=k[b>>2]|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=b;b=d+28|0;k[b>>2]=0;Jm(d,e);b=(k[b>>2]|0)!=0;Zz(d+4|0);r=c;return b|0}function Fq(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=nx(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Dd(k[a+4>>2]|0,b);JF(b+20|0);dO(b);return}function Gq(a){a=a|0;var b=0;a=a+4|0;b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if((((k[b+24>>2]|0?(k[b+16>>2]|0)==0:0)?k[b+4>>2]&8192|0:0)?!(Wa()|0):0)?(b=k[a>>2]|0,b=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0,(Mb[k[(k[b>>2]|0)+24>>2]&127](b)|0)==-1):0){b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)+16|0;k[b>>2]=k[b>>2]|1}return}function Hq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=Mb[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+8+3>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+((j?k[h+4>>2]|0:g&255)<<2)|0)|0}function Iq(a,b){a=a|0;b=b|0;b=es(a,b)|0;if((b|0)!=(a+4|0))fs(a,b);return}function Jq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=b+12|0;if(k[c>>2]|0?(d=Pm(k[a+24>>2]|0,k[a+28>>2]|0,k[b+8>>2]|0)|0,(d|0)==(k[a+36>>2]|0)):0){e=(k[a+20>>2]|0)+112|0;f=k[c>>2]|0;d=vJ(e)|0;k[d+8>>2]=f;d=BC(e,d,b)|0;k[a>>2]=d;k[c>>2]=0}return}function Kq(a){a=a|0;if(!a)return;else{Kq(k[a>>2]|0);Kq(k[a+4>>2]|0);ZA(a+20|0);dO(a);return}}function Lq(a){a=a|0;var b=0,c=0,d=0;d=a;a:do if(!(d&3))c=4;else{b=d;while(1){if(!(i[a>>0]|0)){a=b;break a}a=a+1|0;b=a;if(!(b&3)){c=4;break}}}while(0);if((c|0)==4){while(1){b=k[a>>2]|0;if(!((b&-2139062144^-2139062144)&b+-16843009))a=a+4|0;else break}if((b&255)<<24>>24)do a=a+1|0;while((i[a>>0]|0)!=0)}return a-d|0}function Mq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[e>>2]=k[c+8>>2];c=Zr(b+4|0,e)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;r=d;return}function Nq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=a+16|0;f=c+12|0;c=c+8|0;do{ud(a,b,k[f>>2]|0);d=k[e>>2]|0;if(!d)break}while((d|0)==(k[c>>2]|0));return}function Oq(a,b){a=+a;b=b|0;var c=0,d=0,e=0;p[u>>3]=a;c=k[u>>2]|0;d=k[u+4>>2]|0;e=JG(c|0,d|0,52)|0;switch(e&2047){case 0:{if(a!=0.0){a=+Oq(a*18446744073709551616.0,b);c=(k[b>>2]|0)+-64|0}else c=0;k[b>>2]=c;break}case 2047:break;default:{k[b>>2]=(e&2047)+-1022;k[u>>2]=c;k[u+4>>2]=d&-2146435073|1071644672;a=+p[u>>3]}}return +a}function Pq(a,b){a=a|0;b=b|0;b=nu(a,b)|0;if((b|0)!=(a+4|0))sq(a,b);return}function Qq(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0;j=d;i=a+8|0;g=0;h=0;a:while(1){if((c|0)==(d|0)|g>>>0>=e>>>0)break;f=BJ(k[i>>2]|0)|0;a=_L(c,j-c|0,b)|0;if(f|0)BJ(f)|0;switch(a|0){case -2:case -1:break a;case 0:{c=c+1|0;a=1;break}default:c=c+a|0}g=g+1|0;h=a+h|0}return h|0}function Rq(a){a=a|0;var b=0,c=0,d=0;do if((k[a+76>>2]|0)>=0?(nO()|0)!=0:0){b=a+4|0;c=k[b>>2]|0;if(c>>>0<(k[a+8>>2]|0)>>>0){k[b>>2]=c+1;b=l[c>>0]|0;break}else{b=rz(a)|0;break}}else d=3;while(0);do if((d|0)==3){b=a+4|0;c=k[b>>2]|0;if(c>>>0<(k[a+8>>2]|0)>>>0){k[b>>2]=c+1;b=l[c>>0]|0;break}else{b=rz(a)|0;break}}while(0);return b|0}function Sq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=Mb[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+11>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+(j?k[h+4>>2]|0:g&255)|0)|0}function Tq(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;qD(b);dO(b)}b=k[a>>2]|0;if(b|0)dO(b);return}function Uq(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;qD(b);dO(b)}dO(k[a>>2]|0)}return}function Vq(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if((pi(a)|0)==(b|0)){r=d;return}else{d=La(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,14029,16);b=k[a+16>>2]|0;av(d,c);k[d+12>>2]=0;k[d+16>>2]=b;pb(d|0,8,182)}}function Wq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}d=i[b+11>>0]|0;e=d<<24>>24<0;d=e?k[b+4>>2]|0:d&255;wt(a,e?k[b>>2]|0:b,d,d+1|0);so(a,c);return}function Xq(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;Ch(d,a,b);b=k[d>>2]|0;k[d>>2]=0;if(b|0)dO(b);r=c;return}function Yq(a,b){a=a|0;b=b|0;var c=0;c=a+11|0;if((i[c>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=a}else{i[a>>0]=0;i[c>>0]=0;c=a}kj(a);k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}hp(a+16|0,b+16|0);return}function Zq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h;g=ac(240)|0;do if(g){k[d>>2]=k[c>>2];d=Wl(g,240,b,d)|0;if(d>>>0<240){c=Pr(g,d+1|0)|0;k[a>>2]=c|0?c:g;break}vc(g);if((d|0)>=0?(e=d+1|0,f=ac(e)|0,k[a>>2]=f,(f|0)!=0):0)d=Wl(f,e,b,c)|0;else d=-1}else d=-1;while(0);r=h;return d|0}function _q(){var a=0,b=0,c=0,d=0;d=r;r=r+16|0;c=d;i[c>>0]=10;a=k[1233]|0;if(!a)if(!(fw(4916)|0)){a=k[1233]|0;b=4}else a=-1;else b=4;do if((b|0)==4){b=k[1234]|0;if(!(b>>>0>=a>>>0|(i[4991]|0)==10)){k[1234]=b+1;i[b>>0]=10;a=10;break}if((Eb[k[4952>>2]&31](4916,c,1)|0)==1)a=l[c>>0]|0;else a=-1}while(0);r=d;return a|0}function $q(a){a=a|0;var b=0,c=0,d=0;c=a+12|0;if(k[c>>2]|0){d=a+8|0;TC(k[d>>2]|0);k[d>>2]=0;d=k[a+4>>2]|0;b=0;while(1){if((b|0)==(d|0))break;k[(k[a>>2]|0)+(b<<2)>>2]=0;b=b+1|0}k[c>>2]=0}return}function ar(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((k[a+4>>2]|0)==(k[b+4>>2]|0)?(e=k[a+8>>2]|0,c=(k[a+12>>2]|0)-e|0,a=k[b+8>>2]|0,d=a,e,(c|0)==((k[b+12>>2]|0)-a|0)):0){b=c>>2;a=0;while(1){if(a>>>0>=b>>>0){a=1;break a}if((k[e+(a<<2)>>2]|0)==(k[d+(a<<2)>>2]|0))a=a+1|0;else{a=0;break}}}else a=0;while(0);return a|0}function br(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=DB(k[a+4>>2]|0)|0;c=Gn(b,1)|0;e=d+12|0;c=(i[c>>0]|0)==0?2:1;while(1){f=(cr(b)|0)+8|0;if(c>>>0>=(k[f>>2]|0)>>>0)break;$x(e,Yb(a,Gn(b,c)|0)|0);c=c+1|0}jl(d);return d|0}function cr(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(!(i[a>>0]|0)){c=La(20)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;vs(b,13665,13);d=k[a+28>>2]|0;a=k[a+32>>2]|0;av(c,b);k[c+12>>2]=d;k[c+16>>2]=a;pb(c|0,8,182)}else{r=c;return a+4|0}return 0}function dr(){var a=0,b=0,c=0,d=0;d=r;r=r+16|0;a=d;b=UL()|0;c=db(31209)|0;if(!c)a=b>>>0>1?b:1;else{k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;vs(a,c,Lq(c)|0);c=Ls(a)|0;NJ(a);a=c}r=d;return a|0}function er(a,b){a=a|0;b=b|0;b=nu(a,b)|0;if((b|0)!=(a+4|0))Fq(a,b);return}function fr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;if((a|0)==(b|0)){k[c>>2]=4;d=0.0}else{f=wJ()|0;g=k[f>>2]|0;k[f>>2]=0;FH()|0;d=+zN(a,e);a=k[f>>2]|0;if(!a)k[f>>2]=g;if((k[e>>2]|0)==(b|0)){if((a|0)==34)k[c>>2]=4}else{k[c>>2]=4;d=0.0}}r=h;return +d}function gr(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;pt(d)}b=k[a>>2]|0;if(b|0)sB(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function hr(a,b){a=a|0;b=b|0;var c=0,d=0;c=hJ(k[a+4>>2]|0)|0;d=Yb(a,Gn(b,1)|0)|0;k[c+8>>2]=d;d=Yb(a,Gn(b,2)|0)|0;k[c+12>>2]=d;b=Yb(a,Gn(b,3)|0)|0;k[c+16>>2]=b;KB(c);return c|0}function ir(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(b>>>0>0|(b|0)==0&a>>>0>4294967295){while(1){d=vC(a|0,b|0,10,0)|0;c=c+-1|0;i[c>>0]=d|48;d=a;a=BL(a|0,b|0,10,0)|0;if(!(b>>>0>9|(b|0)==9&d>>>0>4294967295))break;else b=N}b=a}else b=a;if(b)while(1){c=c+-1|0;i[c>>0]=(b>>>0)%10|0|48;if(b>>>0<10)break;else b=(b>>>0)/10|0}return c|0}function jr(a){a=a|0;if(!a)return;else{jr(k[a>>2]|0);jr(k[a+4>>2]|0);dO(a);return}}function kr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;if((k[b+8>>2]|0)==(k[a+28>>2]|0)){b=k[b+12>>2]|0;if(!b)b=0;else b=k[b+4>>2]|0;k[e>>2]=b;c=a+36|0;d=k[c>>2]|0;if(d>>>0<(k[a+40>>2]|0)>>>0){k[d>>2]=b;k[c>>2]=d+4}else yn(a+32|0,e)}r=f;return}function lr(a,b){a=a|0;b=b|0;_z(k[a>>2]|0,40)|0;IF(k[a>>2]|0,23432)|0;KD(a);Go(a,k[b+8>>2]|0);Go(a,k[b+12>>2]|0);Go(a,k[b+16>>2]|0);jy(a);return}function mr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=LD(32)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];c=d+24|0;k[c>>2]=0;k[d+28>>2]=0;k[d+20>>2]=c;i[a+8>>0]=1;return}function nr(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;pt(d)}d=k[a>>2]|0;sB(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function or(a){a=a|0;var b=0,c=0;b=a;c=b+36|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));k[a+40>>2]=0;k[a+44>>2]=0;k[a+48>>2]=0;k[a+60>>2]=0;k[a+64>>2]=0;k[a+56>>2]=a+60;c=a+68|0;k[a+96>>2]=0;k[a+100>>2]=0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[a+92>>2]=a+96;return}function pr(a){a=a|0;var b=0,c=0;gv()|0;if(yJ()|0)Ka(31095,31127,55,31151);b=a+4|0;wN(b);i[a+80>>0]=1;c=a+32|0;DM(c);qK(b);TL(k[a>>2]|0);aC(a+88|0);UM(c);vN(b);b=k[a>>2]|0;k[a>>2]=0;if(b|0){BM(k[b>>2]|0);dO(b)}return}function qr(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=a+20|0;g=a+28|0;if((k[b>>2]|0)>>>0>(k[g>>2]|0)>>>0?(Eb[k[a+36>>2]&31](a,0,0)|0,(k[b>>2]|0)==0):0)a=-1;else{c=a+4|0;d=k[c>>2]|0;e=a+8|0;f=k[e>>2]|0;if(d>>>0<f>>>0)Eb[k[a+40>>2]&31](a,d-f|0,1)|0;k[a+16>>2]=0;k[g>>2]=0;k[b>>2]=0;k[e>>2]=0;k[c>>2]=0;a=0}return a|0}function rr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;a:do if((b|0)!=(c|0)){f=a+4|0;a=k[f>>2]|0;d=a-c|0;e=d>>2;if(e){Uy(b|0,c|0,d|0)|0;a=k[f>>2]|0}d=b+(e<<2)|0;while(1){if((a|0)==(d|0))break a;b=a+-4|0;k[f>>2]=b;a=b}}while(0);return}function sr(a,b,c){a=a|0;b=b|0;c=c|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=a;k[b>>2]=c;a=k[k[10391]>>2]|0;if(a){k[10391]=a;c=k[b>>2]|0}Nh(k[10392]|0,c);k[10393]=(k[10393]|0)+1;return}function tr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+4|0;e=h;k[d>>2]=b;k[e>>2]=c;f=a+8|0;g=k[f>>2]|0;if(g>>>0<(k[a+12>>2]|0)>>>0){k[g>>2]=b;k[g+4>>2]=c;k[f>>2]=g+8}else Nl(a+4|0,d,e);r=h;return}function ur(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=4;b=l[b>>0]|l[b+1>>0]<<8|l[b+2>>0]<<16|l[b+3>>0]<<24;i[a>>0]=b;i[a+1>>0]=b>>8;i[a+2>>0]=b>>16;i[a+3>>0]=b>>24;i[a+4>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function vr(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=5;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=i[b+3>>0]|0;i[a+4>>0]=i[b+4>>0]|0;i[a+5>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function wr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>357913941){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b*12|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*12|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*12|0);return}function xr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>178956970){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b*24|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function yr(a){a=a|0;var b=0,c=0;ZA(a+68|0);vz(a+48|0);c=a+44|0;b=k[c>>2]|0;k[c>>2]=0;if(b|0){Gy(b);dO(b)}vz(a+32|0);ZA(a+8|0);return}function zr(a){a=a|0;var b=0;Mz(a);k[a>>2]=4356;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;k[a+68>>2]=0;k[a+72>>2]=0;k[a+64>>2]=a+68;k[a+76>>2]=0;k[a+80>>2]=0;k[a+84>>2]=0;a=a+92|0;b=a+36|0;do{k[a>>2]=0;a=a+4|0}while((a|0)<(b|0));return}function Ar(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;j=b>>31|((b|0)<0?-1:0)<<1;i=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;f=d>>31|((d|0)<0?-1:0)<<1;e=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;h=dH(j^a|0,i^b|0,j|0,i|0)|0;g=N;a=f^j;b=e^i;return dH((ke(h,g,dH(f^c|0,e^d|0,f|0,e|0)|0,N,0)|0)^a|0,N^b|0,a|0,b|0)|0}function Br(a){a=a|0;if(!a)return;else{Br(k[a>>2]|0);Br(k[a+4>>2]|0);dO(a);return}}function Cr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;lk(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function Dr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=eG(b)|0;e=NI(b,44060)|0;Qb[k[(k[e>>2]|0)+48>>2]&7](e,35402,35428,c)|0;c=NI(b,44068)|0;e=Mb[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[d>>2]=e;Kb[k[(k[c>>2]|0)+20>>2]&1023](a,c);cE(b);return}function Er(a){a=a|0;if(!a)return;else{Er(k[a>>2]|0);Er(k[a+4>>2]|0);dO(a);return}}function Fr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=eG(b)|0;e=NI(b,44028)|0;Qb[k[(k[e>>2]|0)+32>>2]&7](e,35402,35428,c)|0;c=NI(b,44044)|0;e=Mb[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[d>>0]=e;Kb[k[(k[c>>2]|0)+20>>2]&1023](a,c);cE(b);return}function Gr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+112|0;g=h;e=g;f=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(f|0));e=g+4|0;k[e>>2]=a;f=g+8|0;k[f>>2]=-1;k[g+44>>2]=a;k[g+76>>2]=-1;BA(g,0);d=+dc(g,c,1);c=(k[e>>2]|0)-(k[f>>2]|0)+(k[g+108>>2]|0)|0;if(b|0)k[b>>2]=c|0?a+c|0:a;r=h;return +d}function Hr(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=a+20|0;c=a+44|0;if((k[b>>2]|0)>>>0>(k[c>>2]|0)>>>0)Eb[k[a+36>>2]&31](a,0,0)|0;k[a+16>>2]=0;k[a+28>>2]=0;k[b>>2]=0;b=k[a>>2]|0;if(b&20)if(!(b&4))b=-1;else{k[a>>2]=b|32;b=-1}else{b=k[c>>2]|0;k[a+8>>2]=b;k[a+4>>2]=b;b=0}return b|0}function Ir(a){a=a|0;if(!a)return;else{Ir(k[a>>2]|0);Ir(k[a+4>>2]|0);dO(a);return}}function Jr(a){a=a|0;if(!a)return;else{Jr(k[a>>2]|0);Jr(k[a+4>>2]|0);dO(a);return}}function Kr(a){a=a|0;if(!a)return;else{Kr(k[a>>2]|0);Kr(k[a+4>>2]|0);dO(a);return}}function Lr(a){a=a|0;if(!a)return;else{Lr(k[a>>2]|0);Lr(k[a+4>>2]|0);dO(a);return}}function Mr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)rM();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=ac(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)cs(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function Nr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=k[b>>2];c=a+4|0;d=b+4|0;k[c>>2]=0;e=a+8|0;k[e>>2]=0;k[a+12>>2]=0;k[c>>2]=k[d>>2];c=b+8|0;k[e>>2]=k[c>>2];e=b+12|0;k[a+12>>2]=k[e>>2];k[e>>2]=0;k[c>>2]=0;k[d>>2]=0;d=b+16|0;c=k[d+4>>2]|0;b=a+16|0;k[b>>2]=k[d>>2];k[b+4>>2]=c;return}function Or(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=cB(k[a+4>>2]|0)|0;d=c+24|0;e=dJ(Gn(b,1)|0)|0;k[d>>2]=e;d=Fs(a+32|0,d)|0;k[c+4>>2]=k[d>>2];d=(cr(b)|0)+8|0;Cw(a,b,k[d>>2]|0,c);return c|0}function Pr(a,b){a=a|0;b=b|0;var c=0,d=0;if(!a){b=ac(b)|0;return b|0}if(b>>>0>4294967231){b=wJ()|0;k[b>>2]=12;b=0;return b|0}c=Bd(a+-8|0,b>>>0<11?16:b+11&-8)|0;if(c|0){b=c+8|0;return b|0}c=ac(b)|0;if(!c){b=0;return b|0}d=k[a+-4>>2]|0;d=(d&-8)-((d&3|0)==0?8:4)|0;cs(c|0,a|0,(d>>>0<b>>>0?d:b)|0)|0;vc(a);b=c;return b|0}function Qr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;ZA(b);dO(b)}dO(k[a>>2]|0)}return}function Rr(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)?(c=(i[a>>0]|0)==110?a+1|0:a,(c|0)!=(b|0)):0){d=i[c>>0]|0;if(d<<24>>24==48){c=c+1|0;break}if((d+-49&255)<9)do{c=c+1|0;if((c|0)==(b|0)){c=b;break a}}while(((i[c>>0]|0)+-48|0)>>>0<10);else c=a}else c=a;while(0);return c|0}function Sr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+12|0;c=i[e+11>>0]|0;d=c<<24>>24<0;c=tn(b,d?k[e>>2]|0:e,d?k[b+16>>2]|0:c&255)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Tr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=41960;do if(b)if(b>>>0>107374182){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b*40|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*40|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*40|0);return}function Ur(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=a+11|0;c=i[d>>0]|0;e=c<<24>>24<0;if(e)c=k[a+4>>2]|0;else c=c&255;do if(c>>>0>=b>>>0)if(e){i[(k[a>>2]|0)+b>>0]=0;k[a+4>>2]=b;break}else{i[a+b>>0]=0;i[d>>0]=b;break}else xo(a,b-c|0);while(0);return}function Vr(a,b){a=a|0;b=b|0;var c=0;do if(k[b>>2]|0){c=a+40|0;if((nu(c,b)|0)==(a+44|0)){k[b>>2]=0;break}else{er(c,b);break}}while(0);return}function Wr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=k[a>>2]|0;d=(k[a+4>>2]|0)-e>>2;c=0;while(1){if(c>>>0>=d>>>0){b=0;break}if((k[e+(c<<2)>>2]|0)==(b|0)){f=4;break}c=c+1|0}if((f|0)==4){while(1){b=c+1|0;if(b>>>0>=d>>>0)break;k[e+(c<<2)>>2]=k[e+(b<<2)>>2];c=b;f=4}At(a,d+-1|0);b=1}return b|0}function Xr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Ak(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Yr(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;b=(nk(a,d)|0)==0;r=c;return b|0}function Zr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;_l(c,a,b,e);r=d;return (k[c>>2]|0)+24|0}function _r(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;b=f;c=LD(20)|0;xC(c);k[c>>2]=3836;k[c+16>>2]=43156;k[b>>2]=c;d=a+12|0;e=k[d>>2]|0;if(e>>>0<(k[a+16>>2]|0)>>>0){k[e>>2]=c;k[d>>2]=(k[d>>2]|0)+4}else yn(a+8|0,b);r=f;return}function $r(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;fm(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function as(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+32|0;c=d;if(!a)IF(b,25079)|0;else{Wn(c,b);i[c+8>>0]=0;k[c+12>>2]=39042;k[c+16>>2]=24995;of(c,a)}r=d;return b|0}function bs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+16|0;e=k[d>>2]|0;do if(e){if((e|0)!=(b|0)){c=a+36|0;k[c>>2]=(k[c>>2]|0)+1;k[a+24>>2]=2;i[a+54>>0]=1;break}a=a+24|0;if((k[a>>2]|0)==2)k[a>>2]=c}else{k[d>>2]=b;k[a+24>>2]=c;k[a+36>>2]=1}while(0);return}function cs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((c|0)>=4096)return Ua(a|0,b|0,c|0)|0;d=a|0;if((a&3)==(b&3)){while(a&3){if(!c)return d|0;i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}while((c|0)>=4){k[a>>2]=k[b>>2];a=a+4|0;b=b+4|0;c=c-4|0}}while((c|0)>0){i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}return d|0}function ds(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+32|0;c=e;d=k[a>>2]|0;if((k[a+8>>2]|0)-d>>4>>>0<b>>>0){us(c,b,(k[a+4>>2]|0)-d>>4,a+8|0);Ao(a,c);Ny(c)}r=e;return}function es(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+4|0;a=d;c=d;a:while(1){while(1){c=k[c>>2]|0;if(!c)break a;if((k[c+16>>2]|0)>>>0>=b>>>0)break;c=c+4|0}a=c}if(!((a|0)!=(d|0)?(k[a+16>>2]|0)>>>0<=b>>>0:0))a=d;return a|0}function fs(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=nx(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Dd(k[a+4>>2]|0,b);Jz(b+24|0);dO(b);return}function gs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Mb[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Fd(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function hs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Mb[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Hd(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function is(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}c=a+12|0;a=b+12|0;k[c>>2]=k[a>>2];k[c+4>>2]=k[a+4>>2];k[c+8>>2]=k[a+8>>2];c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function js(a){a=a|0;if(!a)return;else{js(k[a>>2]|0);js(k[a+4>>2]|0);dO(a);return}}function ks(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0<(k[g>>2]|0)>>>0){k[f>>2]=d+1;d=i[d>>0]|0}else{d=Mb[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break;d=d&255}i[b>>0]=d;e=e+1|0;b=b+1|0}return e|0}function ls(a){a=a|0;var b=0,c=0;c=0;while(1){if((l[32908+c>>0]|0)==(a|0)){a=2;break}b=c+1|0;if((b|0)==87){b=32996;c=87;a=5;break}else c=b}if((a|0)==2)if(!c)b=32996;else{b=32996;a=5}if((a|0)==5)while(1){do{a=b;b=b+1|0}while((i[a>>0]|0)!=0);c=c+-1|0;if(!c)break;else a=5}return b|0}function ms(a){a=a|0;if(!a)return;else{ms(k[a>>2]|0);ms(k[a+4>>2]|0);dO(a);return}}function ns(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+24>>2]=b;k[a+28>>2]=k[c>>2];k[a+32>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[e>>2]=b;Km(a,e);r=d;return}function os(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=nu(a,d)|0;if((e|0)==(a+4|0))LF(k[b>>2]|0,k[d>>2]|0,0);else rI(k[c>>2]|0,k[(k[e+24>>2]|0)+-4>>2]|0);return}function ps(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}a=a+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function qs(a){a=a|0;if(!a)return;else{qs(k[a>>2]|0);qs(k[a+4>>2]|0);dO(a);return}}function rs(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>536870911){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b<<3)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<3)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<3);return}function ss(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Mb[k[k[a>>2]>>2]&127](a)|0;d=(Fd(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function ts(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=Mb[k[k[a>>2]>>2]&127](a)|0;d=(Hd(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function us(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>268435455){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b<<4)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function vs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)rM();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=LD(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)cs(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function ws(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Lt(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function xs(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Mt(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function ys(a){a=a|0;if(!a)return;else{ys(k[a>>2]|0);ys(k[a+4>>2]|0);dO(a);return}}function zs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>4294967279)rM();if(b>>>0<11){i[a+11>>0]=b;if(b)d=6}else{e=b+16&-16;d=LD(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;a=d;d=6}if((d|0)==6)iu(a|0,c|0,b|0)|0;i[a+b>>0]=0;return}function As(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;if(((k[c>>2]|0)+-1|0)>>>0<3)tr(a+16|0,474,b);Hc(a,b);if(((k[c>>2]|0)+-1|0)>>>0<3)tr(a+16|0,479,b);return}function Bs(a){a=a|0;if(!a)return;else{Bs(k[a>>2]|0);Bs(k[a+4>>2]|0);dO(a);return}}function Cs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0>=(k[g>>2]|0)>>>0){d=Mb[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break}else{k[f>>2]=d+4;d=k[d>>2]|0}k[b>>2]=d;e=e+1|0;b=b+4|0}return e|0}function Ds(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;l=r;r=r+16|0;g=l;i[g>>0]=37;h=g+1|0;i[h>>0]=e;j=g+2|0;i[j>>0]=f;i[g+3>>0]=0;if(f<<24>>24){i[h>>0]=f;i[j>>0]=e}j=b+(Qa(b|0,(k[c>>2]|0)-b|0,g|0,d|0,k[a>>2]|0)|0)|0;k[c>>2]=j;r=l;return}function Es(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>2;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<2)|0;while(1){if((c|0)==(a|0))break a;e=c+-4|0;k[f>>2]=e;c=e}}}else Qk(a,b-d|0);while(0);return}function Fs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Rm(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function Gs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+80|0;f=d;e=b+28|0;c=Wg(a,b,e,0,0,0)|0;io(f,k[e>>2]|0);e=FE(f)|0;Jz(f);if(!e)Oo(a,b,c);r=d;return}function Hs(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+11|0;b=i[e>>0]|0;if(b<<24>>24<0){f=k[a>>2]|0;c=k[a+4>>2]|0}else{f=a;c=b&255}d=(c|0)!=0&1;c=c-d|0;if(c){Uy(f|0,f+d|0,c|0)|0;b=i[e>>0]|0}if(b<<24>>24<0)k[a+4>>2]=c;else i[e>>0]=c;i[f+c>>0]=0;return}function Is(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=10;d=a;c=d+10|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+10>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Js(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=LD(32)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[a+8>>0]=1;return}function Ks(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+32|0;b=d;e=k[a>>2]|0;c=(k[a+4>>2]|0)-e|0;if(((k[a+8>>2]|0)-e|0)>>>0>c>>>0){e=c>>2;Ms(b,e,e,a+8|0);No(a,b);mz(b)}r=d;return}function Ls(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,38150,4);a=Rn(c,a)|0;NJ(c);r=b;return a|0}function Ms(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>1073741823){c=La(4)|0;HN(c);pb(c|0,3016,173)}else{d=LD(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function Ns(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=9;d=a;c=d+9|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+9>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Os(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0;i=r;r=r+112|0;g=i;k[g>>2]=0;h=g+4|0;k[h>>2]=a;k[g+44>>2]=a;f=g+8|0;k[f>>2]=(a|0)<0?-1:a+2147483647|0;k[g+76>>2]=-1;BA(g,0);c=Xc(g,c,1,d,e)|0;if(b|0)k[b>>2]=a+((k[h>>2]|0)+(k[g+108>>2]|0)-(k[f>>2]|0));r=i;return c|0}function Ps(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;if(((k[c>>2]|0)+-1|0)>>>0<3)tr(a,123,b);Pc(a,b);if(((k[c>>2]|0)+-1|0)>>>0<3)tr(a,124,b);return}function Qs(a,b,c){a=a|0;b=b|0;c=c|0;if(Mb[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0;Rb[k[(k[b>>2]|0)+20>>2]&31](b,a,k[a>>2]|0,c);if(b|0)Jb[k[(k[b>>2]|0)+4>>2]&255](b)}else Rb[k[(k[b>>2]|0)+20>>2]&31](b,a,k[a>>2]|0,c);return}function Rs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>4;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<4)|0;while(1){if((c|0)==(a|0))break a;e=c+-16|0;k[f>>2]=e;c=e}}}else Uj(a,b-d|0);while(0);return}function Ss(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)rM();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=ac(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)cs(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function Ts(a){a=a|0;if(!a)return;else{Ts(k[a>>2]|0);Ts(k[a+4>>2]|0);dO(a);return}}function Us(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=i[a>>0]|0;f=i[d>>0]|0;if(b<<24>>24<f<<24>>24){a=-1;break}if(f<<24>>24<b<<24>>24){a=1;break}d=d+1|0;a=a+1|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function Vs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=(k[a+4>>2]|0)-(k[a>>2]|0)>>4;while(1){d=c+-1|0;if((c|0)<=0)break;e=k[a>>2]|0;c=k[e+(d<<4)+4>>2]|0;if(!(k[e+(d<<4)>>2]|0)){rk(b,c);c=d;continue}else{Wr(b,c)|0;c=d;continue}}return}function Ws(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[c>>2]=0;if((a|0)!=(b|0)){d=i[a>>0]|0;if(d<<24>>24==114){k[c>>2]=4;d=a+1|0;a=d;b=4;d=i[d>>0]|0}else b=0;if(d<<24>>24==86){b=b|2;k[c>>2]=b;d=a+1|0;a=d;d=i[d>>0]|0}if(d<<24>>24==75){k[c>>2]=b|1;a=a+1|0}}return a|0}function Xs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=eG(d)|0;d=NI(g,44060)|0;cE(g);gs(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Ys(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=eG(d)|0;d=NI(g,44060)|0;cE(g);ss(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Zs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=eG(d)|0;d=NI(g,44028)|0;cE(g);hs(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function _s(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=eG(d)|0;d=NI(g,44028)|0;cE(g);ts(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function $s(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=iJ(k[a+4>>2]|0)|0;k[d+8>>2]=c;c=Yb(a,Gn(b,1)|0)|0;k[d+12>>2]=c;c=Yb(a,Gn(b,2)|0)|0;k[d+16>>2]=c;fp(d);return d|0}function at(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;ZA(b+8|0);dO(b)}b=k[a>>2]|0;if(b|0)dO(b);return}function bt(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;ZA(b+8|0);dO(b)}dO(k[a>>2]|0)}return}function ct(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=yB(k[a+4>>2]|0)|0;k[d+8>>2]=c;if((c|0)==3){c=dJ(Gn(b,1)|0)|0;k[d+12>>2]=c}else{c=(cr(b)|0)+8|0;yw(a,b,k[c>>2]|0,d)}XE(d);return d|0}function dt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;hn(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function et(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;if(((k[c>>2]|0)+-1|0)>>>0<3)tr(a,148,b);Sc(a,b);if(((k[c>>2]|0)+-1|0)>>>0<3)tr(a,149,b);return}function ft(a){a=a|0;var b=0,c=0,d=0;b=a+44|0;d=k[b>>2]|0;c=k[a+24>>2]|0;if(d>>>0<c>>>0){k[b>>2]=c;d=c}if(k[a+48>>2]&8){b=a+16|0;c=k[b>>2]|0;if(c>>>0<d>>>0){k[b>>2]=d;c=d}b=k[a+12>>2]|0;if(b>>>0<c>>>0)b=l[b>>0]|0;else b=-1}else b=-1;return b|0}function gt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=41408;do if(b)if(b>>>0<29&(i[41520]|0)==0){i[41520]=1;d=41408;break}else{d=LD(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function ht(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=b+8|0;e=k[b+16>>2]|0;f=a+24|0;c=a+28|0;a=0;while(1){if((a|0)==(e|0))break;g=uF(d,a)|0;if((k[g>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;a=a+1|0}if((k[b+24>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;return}function it(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;Ry(d)}a=k[a>>2]|0;if(a|0)dO(a);return}function jt(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;CC(d)}b=k[a>>2]|0;if(b|0)sB(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function kt(a){a=+a;var b=0,c=0,d=0,e=0,f=0;p[u>>3]=a;b=k[u>>2]|0;e=k[u+4>>2]|0;f=JG(b|0,e|0,52)|0;f=(f&2047)+-1011|0;if((f|0)<=63?(d=(f|0)<12,c=JG(-1,-1,f|0)|0,c=d?-1:c,d=d?2147483647:N,!((c&b|0)==0&(d&e|0)==0)):0){k[u>>2]=b&~c;k[u+4>>2]=e&~d;a=+p[u>>3]}return +a}function lt(a){a=a|0;var b=0,c=0,d=0,e=0;k[a>>2]=11972;d=a+8|0;e=a+12|0;c=0;while(1){b=k[d>>2]|0;if(c>>>0>=(k[e>>2]|0)-b>>2>>>0)break;b=k[b+(c<<2)>>2]|0;if(b|0)cE(b);c=c+1|0}NJ(a+144|0);Nu(d);return}function mt(){var a=0,b=0,c=0;do if((k[1248]|0)>=0?(nO()|0)!=0:0){if((i[4991]|0)!=10?(a=k[1234]|0,a>>>0<(k[1233]|0)>>>0):0){k[1234]=a+1;i[a>>0]=10;break}_q()|0}else c=3;while(0);do if((c|0)==3){if((i[4991]|0)!=10?(b=k[1234]|0,b>>>0<(k[1233]|0)>>>0):0){k[1234]=b+1;i[b>>0]=10;break}_q()|0}while(0);return}function nt(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;Ry(d)}dO(k[a>>2]|0)}return}function ot(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;k[b+16>>2]=0;e=k[b+20>>2]|0;f=b+24|0;g=k[f>>2]|0;while(1){if((g|0)==(e|0))break;h=g+-4|0;k[f>>2]=h;g=h}Hf(a,b,c,d);return}function pt(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;CC(d)}d=k[a>>2]|0;sB(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function qt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=(k[b+4>>2]|0)-(k[b>>2]|0)>>2;d=0;a:while(1){if((d|0)==(e|0))break;f=d+1|0;c=f;while(1){if((c|0)==(e|0)){d=f;continue a}g=k[b>>2]|0;hz(a,k[g+(d<<2)>>2]|0,k[g+(c<<2)>>2]|0);c=c+1|0}}return}function rt(a){a=a|0;var b=0,c=0,d=0;b=k[10349]|0;d=k[10348]|0;c=b-d>>2;a:do if(c>>>0>=a>>>0){if(c>>>0>a>>>0){a=d+(a<<2)|0;while(1){if((b|0)==(a|0))break a;d=b+-4|0;k[10349]=d;b=d}}}else hk(a-c|0);while(0);return}function st(a,b){a=a|0;b=b|0;_N(45868)|0;while(1){if((k[a>>2]|0)!=1)break;Da(45896,45868)|0}if(!(k[a>>2]|0)){k[a>>2]=1;_N(45868)|0;ky(b);_N(45868)|0;k[a>>2]=-1;_N(45868)|0;_N(45896)|0}else _N(45868)|0;return}function tt(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=b;k[c>>2]=d;b=k[k[a>>2]>>2]|0;if(b){k[a>>2]=b;d=k[c>>2]|0}Nh(k[a+4>>2]|0,d);a=a+8|0;k[a>>2]=(k[a>>2]|0)+1;return}function ut(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=k[a>>2]|0;f=k[d>>2]|0;if((b|0)<(f|0)){a=-1;break}if((f|0)<(b|0)){a=1;break}d=d+4|0;a=a+4|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function vt(a){a=a|0;var b=0,c=0,d=0,e=0;b=a+176|0;$v(b);c=k[a+40>>2]|0;a=k[a+36>>2]|0;while(1){if((a|0)==(c|0))break;e=k[a>>2]|0;d=Fs(b,e)|0;k[d>>2]=e;a=a+4|0}return}function wt(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)rM();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=LD(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)cs(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function xt(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;Kb[k[(k[d>>2]|0)+12>>2]&1023](d,a);break}else{d=Mb[k[(k[d>>2]|0)+8>>2]&127](d)|0;k[a+16>>2]=d;break}else k[a+16>>2]=0;while(0);return}function yt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=3;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function zt(a,b){a=a|0;b=b|0;var c=0,d=0;b=b+8|0;c=dt(a+40|0,b)|0;k[c>>2]=(k[c>>2]|0)+1;c=a+52|0;if(!(Qx(c,k[b>>2]|0)|0)){d=k[a+60>>2]|0;a=dt(c,b)|0;k[a>>2]=d}return}function At(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>2;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<2)|0;while(1){if((c|0)==(a|0))break a;e=c+-4|0;k[f>>2]=e;c=e}}}else vl(a,b-d|0);while(0);return}function Bt(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=eG(d)|0;d=NI(a,44060)|0;cE(a);uu(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Ct(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=eG(d)|0;d=NI(a,44028)|0;cE(a);vu(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Dt(a){a=a|0;if(!a)return;else{Dt(k[a>>2]|0);Dt(k[a+4>>2]|0);dO(a);return}}function Et(a){a=a|0;Em(k[a+4>>2]|0);return}function Ft(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=Qm(a,c,b)|0;b=k[b>>2]|0;if(!b){c=La(8)|0;AK(c,28978);k[c>>2]=12524;pb(c|0,3048,175)}else{r=c;return b+20|0}return 0}function Gt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=b+8|0;if((k[b>>2]|0)==3){e=k[c+8>>2]&-2147483648|k[e>>2]&2147483647;k[d>>2]=1;k[d+8>>2]=e;SF(a,d)}else LC(a,2,k[e>>2]|0,k[c+8+4>>2]&-2147483648|k[e+4>>2]&2147483647);r=f;return}function Ht(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;a=Cq(a+40|0,b+8|0)|0;k[d>>2]=b;$o(c+8|0,a,b,d);r=c;return}function It(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=_B(k[d>>2]|0,b<<4)|0;k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function Jt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;Ko(a,b);d=a+20|0;c=b+20|0;k[d>>2]=0;e=a+24|0;k[e>>2]=0;k[a+28>>2]=0;k[d>>2]=k[c>>2];d=b+24|0;k[e>>2]=k[d>>2];b=b+28|0;k[a+28>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function Kt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=LD(92)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[c>>2];AI(d+20|0,c+4|0);i[a+8>>0]=1;return}function Lt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;Rl(e,b+36|0);a=a+4|0}return}function Mt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;Sl(e,b+36|0);a=a+4|0}return}function Nt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e|0;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+b|0;while(1){if((c|0)==(a|0))break a;e=c+-1|0;k[f>>2]=e;c=e}}}else rl(a,b-d|0);while(0);return}function Ot(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;k[a+8>>2]=0;e=b+4|0;f=(k[e>>2]|0)-(k[b>>2]|0)|0;if(f|0?(JB(a,f),g=k[b>>2]|0,c=(k[e>>2]|0)-g|0,(c|0)>0):0){cs(k[d>>2]|0,g|0,c|0)|0;k[d>>2]=(k[d>>2]|0)+c}return}function Pt(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}c=k[a>>2]|0;do if(c|0){b=k[a+16>>2]|0;if((b|0)==(c|0)){i[b+112>>0]=0;break}else{dO(c);break}}while(0);return}function Qt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)Mr(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function Rt(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Gy(b);dO(b)}b=k[a>>2]|0;if(b|0)dO(b);return}function St(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Gy(b);dO(b)}dO(k[a>>2]|0)}return}function Tt(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=Cf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Ut(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=(c|0)==0;if(a-b>>2>>>0<c>>>0){if(!d)do{c=c+-1|0;k[a+(c<<2)>>2]=k[b+(c<<2)>>2]}while((c|0)!=0)}else if(!d){d=b;b=a;while(1){c=c+-1|0;k[b>>2]=k[d>>2];if(!c)break;else{d=d+4|0;b=b+4|0}}}return a|0}function Vt(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=df(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Wt(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=lh(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Xt(a){a=a|0;k[a+32>>2]=0;k[a+36>>2]=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;j[a+24>>1]=0;k[a+28>>2]=a+32;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;i[a+52>>0]=0;i[a+53>>0]=0;k[a+60>>2]=0;k[a+64>>2]=0;k[a+56>>2]=a+60;return}function Yt(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;Oy(d)}a=k[a>>2]|0;if(a|0)dO(a);return}function Zt(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=vf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function _t(a){a=a|0;var b=0;b=a+4|0;co(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function $t(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;pr(b);dO(b)}b=k[a>>2]|0;if(b|0)dO(b);return}function au(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;pr(b);dO(b)}dO(k[a>>2]|0)}return}function bu(a,b){a=a|0;b=b|0;var c=0,d=0;lL(a);c=k[10348]|0;if((k[10349]|0)-c>>2>>>0<=b>>>0){rt(b+1|0);c=k[10348]|0}d=k[c+(b<<2)>>2]|0;if(d){cE(d);c=k[10348]|0}k[c+(b<<2)>>2]=a;return}function cu(a,b){a=a|0;b=b|0;_C(k[a>>2]|0,30322)|0;b=b+8|0;if(!(k[b>>2]|0))_z(k[a>>2]|0,41)|0;else{KD(a);Go(a,k[b>>2]|0);jy(a)}return}function du(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;Oy(d)}dO(k[a>>2]|0)}return}function eu(a){a=a|0;var b=0,c=0;b=r;r=r+32|0;c=b;k[c>>2]=a;k[c+4>>2]=a+112;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;i[c+24>>0]=0;_r(c);Cd(c);Dx(c);r=b;return}function fu(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=_B(k[d>>2]|0,b*24|0)|0;k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function gu(a){a=a|0;var b=0;if(!a){if(!(k[1285]|0))a=0;else a=gu(k[1285]|0)|0;rb(42448);b=k[10611]|0;if(b)do{if((k[b+20>>2]|0)>>>0>(k[b+28>>2]|0)>>>0)a=qr(b)|0|a;b=k[b+56>>2]|0}while((b|0)!=0);hb(42448)}else a=qr(a)|0;return a|0}function hu(a,b){a=a|0;b=b|0;var c=0,d=0;c=bJ(k[a+4>>2]|0)|0;d=bg(a,Gn(b,1)|0)|0;k[c+8>>2]=d;b=Yb(a,Gn(b,2)|0)|0;k[c+12>>2]=b;k[c+4>>2]=k[b+4>>2];return c|0}function iu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+c|0;if((c|0)>=20){b=b&255;f=a&3;g=b|b<<8|b<<16|b<<24;e=d&~3;if(f){f=a+4-f|0;while((a|0)<(f|0)){i[a>>0]=b;a=a+1|0}}while((a|0)<(e|0)){k[a>>2]=g;a=a+4|0}}while((a|0)<(d|0)){i[a>>0]=b;a=a+1|0}return a-c|0}function ju(a){a=a|0;var b=0;b=a+136|0;if(k[b>>2]|0)Ka(14975,13964,1628,16673);Dq(a);if(((k[a+100>>2]|0)-(k[a+96>>2]|0)|0)!=4)Ka(16688,13964,1630,16673);a=_w(a)|0;if(!(k[b>>2]|0))return a|0;else Ka(14975,13964,1632,16673);return 0}function ku(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;xx(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function lu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;vx(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function mu(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Ry(d+-12|0)}a=k[a>>2]|0;if(a|0)dO(a);return}function nu(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;c=rv(b,k[a>>2]|0,a)|0;if((c|0)!=(a|0)?!(BK(k[b>>2]|0,k[c+16>>2]|0)|0):0)a=c;return a|0}function ou(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=k[b+8>>2]|0;if((k[a+12>>2]|0)>>>0<d>>>0)NG(a,d);e=a+4|0;c=0;while(1){if((c|0)==(d|0))break;f=uF(b,c)|0;k[(k[e>>2]|0)+(c<<2)>>2]=k[f>>2];c=c+1|0}k[a+8>>2]=d;return}function pu(a,b){a=a|0;b=b|0;var c=0,d=0;d=(HM(b)|0)==0;c=k[a>>2]|0;if(d)Oz(c,b)|0;else _z(Oz(_z(c,34)|0,b)|0,34)|0;return k[a>>2]|0}function qu(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;if((d|0)==(k[a+8>>2]|0))Cl(a,b);else{k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];k[d+12>>2]=k[b+12>>2];k[c>>2]=(k[c>>2]|0)+16}return}function ru(a){a=a|0;var b=0,c=0,d=0;c=k[10492]|0;b=a;d=c;while(1){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;o[d+16>>2]=1.0;b=b+-1|0;if(!b)break;else d=d+20|0}k[10492]=c+(a*20|0);return}function su(a){a=a|0;var b=0;rK();b=k[a>>2]|0;k[a>>2]=0;jC(b);Jb[k[a+4>>2]&255](k[a+8>>2]|0);WC(a);dO(a);return 0}function tu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;iz(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function uu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function vu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function wu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;Tv(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function xu(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Ry(d+-12|0)}dO(k[a>>2]|0)}return}function yu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;qx(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function zu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;aw(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Au(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;wx(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Bu(a,b){a=a|0;b=b|0;var c=0,d=0;c=bJ(k[a+4>>2]|0)|0;d=bg(a,Gn(b,1)|0)|0;k[c+8>>2]=d;b=Yb(a,Gn(b,2)|0)|0;k[c+12>>2]=b;k[c+4>>2]=0;return c|0}function Cu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;xz(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Du(a){a=a|0;var b=0;if(!(k[k[a>>2]>>2]|0)){b=DB(k[(k[a+4>>2]|0)+4>>2]|0)|0;k[k[a>>2]>>2]=b;b=a+8|0;$x((k[k[a>>2]>>2]|0)+12|0,k[k[b>>2]>>2]|0);k[k[b>>2]>>2]=k[k[a>>2]>>2]}return}function Eu(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;Kb[k[(k[d>>2]|0)+12>>2]&1023](d,a);break}else{k[a+16>>2]=d;k[c>>2]=0;break}else k[a+16>>2]=0;while(0);return}function Fu(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;dO(b)}b=k[a>>2]|0;if(b|0)dO(b);return}function Gu(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;dO(b)}dO(k[a>>2]|0)}return}function Hu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((Sb[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break a;d=d+1|0;b=b+4|0}}else d=qF(b,4,c,k[a+32>>2]|0)|0;while(0);return d|0}function Iu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((Sb[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break a;d=d+1|0;b=b+1|0}}else d=qF(b,1,c,k[a+32>>2]|0)|0;while(0);return d|0}function Ju(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;hw(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Ku(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=b+4|0;d=(k[c>>2]|0)-(k[b>>2]|0)>>2;if(d|0){PA(a,d);Ty(a,k[b>>2]|0,k[c>>2]|0)}return}function Lu(a,b,c){a=a|0;b=b|0;c=c|0;Nb[k[(k[a>>2]|0)+8>>2]&31](a,b,c);k[a+36>>2]=c;sA(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);Nb[k[(k[a>>2]|0)+16>>2]&31](a,b,c);return}function Mu(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))bn(b,c,d,e);else{a=k[a+8>>2]|0;Fb[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d,e,f)}return}function Nu(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;do if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}if((a+16|0)==(b|0)){i[a+128>>0]=0;break}else{dO(b);break}}while(0);return}function Ou(a){a=a|0;var b=0;eE(a);k[a>>2]=4796;b=a+124|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[b+24>>2]=0;o[a+152>>2]=1.0;k[a+156>>2]=0;k[a+160>>2]=0;k[a+164>>2]=0;return}function Pu(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=k[a+4>>2]|0;g=h>>8;if(h&1)g=k[(k[d>>2]|0)+g>>2]|0;a=k[a>>2]|0;Fb[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d+g|0,h&2|0?e:2,f);return}function Qu(a,b){a=a|0;b=b|0;var c=0,d=0;do if((a|0)!=-1){if((k[b+8>>2]|0)==0?Hr(b)|0:0){a=-1;break}c=b+4|0;d=k[c>>2]|0;if(d>>>0>((k[b+44>>2]|0)+-8|0)>>>0){d=d+-1|0;k[c>>2]=d;i[d>>0]=a;k[b>>2]=k[b>>2]&-17}else a=-1}else a=-1;while(0);return a|0}function Ru(a){a=a|0;var b=0,c=0,d=0,e=0;d=k[a>>2]|0;e=d+4|0;b=k[e>>2]|0;k[a>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[e>>2]=a;k[b>>2]=d;return}function Su(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,b,17);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Tu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,b,14);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Uu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,b,13);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Vu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,b,12);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Wu(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Mr(a,b,11);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Xu(a,b){a=a|0;b=b|0;Nr(a,b);j[a+24>>1]=j[b+24>>1]|0;dv(a+28|0,b+28|0);dv(a+40|0,b+40|0);j[a+52>>1]=j[b+52>>1]|0;dv(a+56|0,b+56|0);return}function Yu(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=nx(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Dd(k[a+4>>2]|0,b);dO(b);return}function Zu(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+8|0;do if(!(k[(k[k[a+24>>2]>>2]|0)+(k[e>>2]<<2)>>2]|0)){c=k[b+12>>2]|0;d=b+4|0;if(!(k[d>>2]|0)){k[b>>2]=19;k[d>>2]=0;k[e>>2]=c;break}else{k[a>>2]=c;break}}while(0);return}function _u(a){a=a|0;var b=0,c=0,d=0;c=4;b=4;while(1){if(c>>>0<=3)break;d=aa(l[a>>0]|l[a+1>>0]<<8|l[a+2>>0]<<16|l[a+3>>0]<<24,1540483477)|0;c=c+-4|0;a=a+4|0;b=(aa(d>>>24^d,1540483477)|0)^(aa(b,1540483477)|0)}d=aa(b>>>13^b,1540483477)|0;return d>>>15^d|0}function $u(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b;d=k[e+4>>2]|0;c=a;k[c>>2]=k[e>>2];k[c+4>>2]=d;if((a|0)!=(b|0))bi(a+8|0,k[b+8>>2]|0,k[b+12>>2]|0);return}function av(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)vs(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function bv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function cv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function dv(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;k[a>>2]=k[b>>2];d=k[b+4>>2]|0;k[a+4>>2]=d;e=b+8|0;f=k[e>>2]|0;k[a+8>>2]=f;c=a+4|0;if(!f)k[a>>2]=c;else{k[d+8>>2]=c;f=b+4|0;k[b>>2]=f;k[f>>2]=0;k[e>>2]=0}return}function ev(a){a=a|0;var b=0,c=0,d=0;c=a+4|0;d=k[c>>2]|0;b=k[d>>2]|0;k[c>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[d>>2]=a;k[b>>2]=d;return}function fv(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=MG(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=xF(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function gv(){var a=0,b=0;a=k[10516]|0;if(!a){a=hD()|0;b=k[10516]|0;k[10516]=a;if(b){OE(b);dO(b);a=k[10516]|0}Zi(a,dr()|0);a=k[10516]|0}return a|0}function hv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=r;r=r+32|0;f=e;d=e+20|0;k[f>>2]=k[a+60>>2];k[f+4>>2]=0;k[f+8>>2]=b;k[f+12>>2]=d;k[f+16>>2]=c;if((TJ(xb(140,f|0)|0)|0)<0){k[d>>2]=-1;a=-1}else a=k[d>>2]|0;r=e;return a|0}function iv(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=ZB(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=_E(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function jv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function kv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function lv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function mv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function nv(a){a=a|0;tq(a+32|0);nr(a+16|0);pt(a);return}function ov(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function pv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function qv(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;b=a+4|0;while(1){b=k[b>>2]|0;if(!b){b=0;break}a=k[b+16>>2]|0;if(BK(c,a)|0)continue;if(!(BK(a,c)|0)){b=1;break}b=b+4|0}return b|0}function rv(a,b,c){a=a|0;b=b|0;c=c|0;a=k[a>>2]|0;a:while(1){while(1){if(!b)break a;if(!(BK(k[b+16>>2]|0,a)|0))break;b=k[b+4>>2]|0}c=b;b=k[b>>2]|0}return c|0}function sv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if(!c)a=0;else{while(1){d=i[a>>0]|0;e=i[b>>0]|0;if(d<<24>>24!=e<<24>>24)break;c=c+-1|0;if(!c){a=0;break a}else{a=a+1|0;b=b+1|0}}a=(d&255)-(e&255)|0}while(0);return a|0}function tv(a,b){a=a|0;b=b|0;var c=0,d=0;d=LD(4)|0;FD(d);c=LD(12)|0;b=k[b>>2]|0;k[c>>2]=d;k[c+4>>2]=189;k[c+8>>2]=b;if(Oa(a|0,0,102,c|0)|0){WC(c);dO(c)}return}function uv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function vv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function wv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function xv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function yv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function zv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Av(a){a=a|0;Ho(k[a+4>>2]|0);return}function Bv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Cv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Dv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=k[a+4>>2]|0;f=g>>8;if(g&1)f=k[(k[c>>2]|0)+f>>2]|0;a=k[a>>2]|0;Gb[k[(k[a>>2]|0)+24>>2]&3](a,b,c+f|0,g&2|0?d:2,e);return}function Ev(a){a=a|0;var b=0;b=a+4|0;oq(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Fv(a){a=+a;var b=0,c=0,d=0;p[u>>3]=a;b=k[u>>2]|0;c=k[u+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){k[u>>2]=b;k[u+4>>2]=c|524288;return +(+p[u>>3])}else Ka(19139,13551,301,19173);return +(0.0)}function Gv(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=k[b>>2];d=a+4|0;c=b+4|0;k[d>>2]=0;e=a+8|0;k[e>>2]=0;k[a+12>>2]=0;k[d>>2]=k[c>>2];d=b+8|0;k[e>>2]=k[d>>2];b=b+12|0;k[a+12>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function Hv(a,b){a=a|0;b=b|0;var c=0;c=_C(k[a>>2]|0,24803)|0;_z(Oz(c,GE(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0,41)|0;return}function Iv(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;k[c>>2]=b;b=a+112|0;if(k[b>>2]|0)Ka(14975,13964,641,20584);Lg(a,c);if(!(k[b>>2]|0)){r=d;return}else Ka(14975,13964,643,20584)}function Jv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=nu(a,b)|0;if((d|0)!=(a+4|0))b=(k[d+24>>2]|0)+-4|0;return (k[b>>2]|0)==(c|0)|0}function Kv(a,b){a=a|0;b=b|0;var c=0,d=0;a=a+44|0;c=k[a>>2]|0;if((k[c+-4>>2]|0)==(k[b>>2]|0))d=0;else Ka(30074,32063,481,30114);while(1){if((d|0)==-1)break;b=d+-1|0;k[a>>2]=c+(b<<2);d=b}return}function Lv(a,b){a=a|0;b=b|0;_C(k[a>>2]|0,24757)|0;pu(a,k[b+8>>2]|0)|0;KD(a);Go(a,k[b+12>>2]|0);jy(a);return}function Mv(a,b){a=a|0;b=b|0;_z(k[a>>2]|0,40)|0;IF(k[a>>2]|0,23427)|0;KD(a);Go(a,k[b+8>>2]|0);jy(a);return}function Nv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Rl(a+16+-16+16|0,d+36|0);return}function Ov(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Sl(a+16+-16+16|0,d+36|0);return}function Pv(a,b){a=a|0;b=b|0;var c=0,d=0;a=a+28|0;c=k[a>>2]|0;if((k[c+-4>>2]|0)==(k[b>>2]|0))d=0;else Ka(30074,32063,481,30114);while(1){if((d|0)==-1)break;b=d+-1|0;k[a>>2]=c+(b<<2);d=b}return}function Qv(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a>>2]|0;a=(k[a+4>>2]|0)-c>>2;d=0;while(1){if(d>>>0>=a>>>0){a=5;break}if((k[k[c+(d<<2)>>2]>>2]|0)==(b|0)){a=6;break}d=d+1|0}if((a|0)==5)Ha();else if((a|0)==6)return d|0;return 0}function Rv(a,b){a=a|0;b=b|0;var c=0;c=NI(k[b>>2]|0,45828)|0;b=a+36|0;k[b>>2]=c;c=Mb[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function Sv(a,b){a=a|0;b=b|0;var c=0;c=NI(k[b>>2]|0,45820)|0;b=a+36|0;k[b>>2]=c;c=Mb[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function Tv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;jm(e,b+36|0);a=a+4|0}return}function Uv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;Wn(d,k[a+16>>2]|0);i[d+8>>0]=1;k[d+12>>2]=50039;k[d+16>>2]=50039;fe(d,c);r=b;return}function Vv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=k[a+4>>2]|0;e=f>>8;if(f&1)e=k[(k[c>>2]|0)+e>>2]|0;a=k[a>>2]|0;Rb[k[(k[a>>2]|0)+28>>2]&31](a,b,c+e|0,f&2|0?d:2);return}function Wv(a){a=a|0;vn(k[a+4>>2]|0);return}function Xv(){var a=0,b=0;a=r;r=r+16|0;b=a;OB(43724);k[10931]=9508;k[10939]=5144;k[10941]=43780;k[10943]=-1;i[43776]=0;_K(b,k[10932]|0);Rv(43724,b);RL(b);r=a;return}function Yv(){var a=0,b=0;a=r;r=r+16|0;b=a;PB(43660);k[10915]=9572;k[10923]=5144;k[10925]=43716;k[10927]=-1;i[43712]=0;_K(b,k[10916]|0);Sv(43660,b);RL(b);r=a;return}function Zv(a){a=+a;var b=0,c=0;p[u>>3]=a;if((k[u+4>>2]|0)>=0)if(a<18446744073709551616.0){c=+P(a)>=1.0?(a>0.0?~~+ba(+O(a/4294967296.0),4294967295.0)>>>0:~~+$((a-+(~~a>>>0))/4294967296.0)>>>0):0;b=~~a>>>0}else{c=-1;b=-1}else{c=0;b=0}N=c;return b|0}function _v(a){a=a|0;var b=0;b=jq(a+16|0)|0;return (b>>>0)%((k[a+8>>2]|0)-(k[a+4>>2]|0)>>2>>>0)|0|0}function $v(a){a=a|0;var b=0;b=a+4|0;Br(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function aw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;nm(e,b+36|0);a=a+4|0}return}function bw(a){a=a|0;var b=0;b=a+4|0;Er(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function cw(a,b){a=a|0;b=b|0;b=nu(a,b)|0;if((b|0)!=(a+4|0))Yu(a,b);return}function dw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))bs(b,c,d);else{a=k[a+8>>2]|0;Rb[k[(k[a>>2]|0)+28>>2]&31](a,b,c,d)}return}function ew(a,b){a=a|0;b=b|0;var c=0;c=a+16|0;tr(c,423,b);Jc(a,b);tr(c,424,b);return}function fw(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=k[a>>2]|0;if(!(b&8)){k[a+8>>2]=0;k[a+4>>2]=0;c=k[a+44>>2]|0;k[a+28>>2]=c;k[a+20>>2]=c;k[a+16>>2]=c+(k[a+48>>2]|0);a=0}else{k[a>>2]=b|32;a=-1}return a|0}function gw(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=TG(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=uK(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function hw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;sm(e,b+36|0);a=a+4|0}return}function iw(a,b){a=a|0;b=b|0;b=(aJ(k[b>>2]|0)|0)+16|0;if(!(k[b>>2]|0))Ka(27229,27066,145,27259);else{Ev(a+40|0);return}}function jw(a){a=a|0;if(!a)return;else{jw(k[a>>2]|0);jw(k[a+4>>2]|0);dO(a);return}}function kw(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=b;c=1;while(1){if((c|0)==624)break;d=(aa(b>>>30^b,1812433253)|0)+c|0;k[a+(c<<2)>>2]=d;c=c+1|0;b=d}k[a+2496>>2]=0;return}function lw(a){a=+a;var b=0,c=0,d=0;p[u>>3]=a;b=k[u>>2]|0;c=k[u+4>>2]|0;d=JG(b|0,c|0,52)|0;switch(d&2047){case 0:{b=(b|0)!=0|(c&2147483647|0)!=0?3:2;break}case 2047:{b=(b|0)==0&(c&1048575|0)==0&1;break}default:b=4}return b|0}function mw(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+28|0;d=k[c>>2]|0;if((d|0)==(k[a+32>>2]|0))yn(a+24|0,b);else{k[d>>2]=k[b>>2];k[c>>2]=(k[c>>2]|0)+4}return}function nw(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[a>>0]|0;d=i[b>>0]|0;if(c<<24>>24==0?1:c<<24>>24!=d<<24>>24)a=d;else{do{a=a+1|0;b=b+1|0;c=i[a>>0]|0;d=i[b>>0]|0}while(!(c<<24>>24==0?1:c<<24>>24!=d<<24>>24));a=d}return (c&255)-(a&255)|0}function ow(a,b){a=a|0;b=b|0;var c=0,d=0;c=uH(k[a+4>>2]|0)|0;d=dJ(Gn(b,1)|0)|0;k[c+8>>2]=d;b=Yb(a,Gn(b,2)|0)|0;k[c+12>>2]=b;return c|0}function pw(a,b){a=a|0;b=b|0;Yc(a,b);return}function qw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(((i[b>>0]|0)!=0?(nw(b,35438)|0)!=0:0)?(nw(b,34800)|0)!=0:0)c=0;else d=4;do if((d|0)==4)if(!c)if(!(k[10617]|0)){k[10617]=1;c=42472;break}else{c=fE()|0;break}while(0);return c|0}function rw(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+4|0;c=k[d>>2]|0;a=b;e=c;while(1){k[e>>2]=0;f=e+8|0;k[f>>2]=0;k[f+4>>2]=0;a=a+-1|0;if(!a)break;else e=e+16|0}k[d>>2]=c+(b<<4);return}function sw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+80|0;d=e;k[a+36>>2]=4;if((k[a>>2]&64|0)==0?(k[d>>2]=k[a+60>>2],k[d+4>>2]=21505,k[d+8>>2]=e+12,gb(54,d|0)|0):0)i[a+75>>0]=-1;d=Ug(a,b,c)|0;r=e;return d|0}function tw(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+12|0;d=b+8|0;Wg(a,b,b+16|0,Wg(a,b,c,Wg(a,b,d,0,0,0)|0,d,0)|0,d,c)|0;return}function uw(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;ZA(d)}a=k[a>>2]|0;if(a|0)dO(a);return}function vw(a,b,c){a=a|0;b=b|0;c=c|0;c=Zr(b,c+8|0)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;return}function ww(a){a=a|0;var b=0,c=0;c=a+15&-16|0;b=k[t>>2]|0;a=b+c|0;if((c|0)>0&(a|0)<(b|0)|(a|0)<0){ia()|0;Sa(12);return -1}k[t>>2]=a;if((a|0)>(ha()|0)?(ga()|0)==0:0){Sa(12);k[t>>2]=b;return -1}return b|0}function xw(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;b=e+16|0;c=e+12|0;d=e;k[d>>2]=a;k[d+4>>2]=193;k[d+8>>2]=0;if((k[a>>2]|0)!=-1){k[b>>2]=d;k[c>>2]=b;st(a,c)}r=e;return (k[a+4>>2]|0)+-1|0}function yw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=d+16|0;d=1;while(1){if(d>>>0>=c>>>0)break;$x(e,Yb(a,Gn(b,d)|0)|0);d=d+1|0}return}function zw(a,b){a=a|0;b=b|0;var c=0;c=eJ(k[a+4>>2]|0)|0;b=bg(a,Gn(b,1)|0)|0;k[c+8>>2]=b;b=HB(k[a+44>>2]|0,b)|0;k[c+4>>2]=b;return c|0}function Aw(a){a=a|0;var b=0;b=a+4|0;js(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Bw(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;gq(c,a,38175);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;GH(0,0,b);Ha()}function Cw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=d+8|0;d=2;while(1){if(d>>>0>=c>>>0)break;$x(e,Yb(a,Gn(b,d)|0)|0);d=d+1|0}return}function Dw(a,b){a=a|0;b=b|0;var c=0,d=0;if((k[a+12>>2]|0)>>>0<b>>>0)Ex(a,b);d=a+8|0;c=a+4|0;a=k[d>>2]|0;while(1){if(a>>>0>=b>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=0;a=a+1|0}k[d>>2]=b;return}function Ew(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;gq(c,a,38155);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;GH(0,0,b);Ha()}function Fw(a,b){a=a|0;b=b|0;var c=0,d=0;c=EH(k[a+4>>2]|0)|0;d=(cr(b)|0)+8|0;if((k[d>>2]|0)>>>0>1){d=Yb(a,Gn(b,1)|0)|0;k[c+8>>2]=d}return c|0}function Gw(a){a=a|0;var b=0;b=a+4|0;ms(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Hw(a){a=a|0;co(k[a+4>>2]|0);return}function Iw(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;ZA(d)}dO(k[a>>2]|0)}return}function Jw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+112|0;d=f;e=d;g=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(g|0));k[d+32>>2]=29;k[d+44>>2]=a;k[d+76>>2]=-1;k[d+84>>2]=a;g=nc(d,b,c)|0;r=f;return g|0}function Kw(a){a=a|0;IF(xn(IF(_i(IF(43156,13570)|0,a)|0,13579)|0,a)|0,13583)|0;return}function Lw(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+44|0;d=k[c>>2]|0;if((d|0)==(k[a+48>>2]|0))yn(a+40|0,b);else{k[d>>2]=k[b>>2];k[c>>2]=(k[c>>2]|0)+4}return}function Mw(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;Zm(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function Nw(a){a=a|0;var b=0;b=a+4|0;Bs(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Ow(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+xI(b);c=d<=+xI(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+wI(b);c=d<=+wI(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function Pw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+xI(b);c=d>=+xI(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+wI(b);c=d>=+wI(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function Qw(a){a=a|0;var b=0,c=0;b=LD(20)|0;c=a+4|0;k[b>>2]=3712;a=b+4|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];return b|0}function Rw(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=b+8|0;d=k[c>>2]|0;f=d+-8|0;e=k[f+4>>2]|0;b=a;k[b>>2]=k[f>>2];k[b+4>>2]=e;b=0;while(1){if((b|0)==-1)break;f=b+-1|0;k[c>>2]=d+(f<<3);b=f}return}function Sw(a){a=a|0;if(!a)return;else{Sw(k[a>>2]|0);Sw(k[a+4>>2]|0);dO(a);return}}function Tw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+xI(b);c=d<+xI(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+wI(b);c=d<+wI(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function Uw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+xI(b);c=d>+xI(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+wI(b);c=d>+wI(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function Vw(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}dO(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function Ww(a){a=a|0;var b=0,c=0,d=0;d=a+4|0;c=k[d>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;bO(k[b>>2]|0);b=b+4|0}b=k[a>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=a+-4|0;k[d>>2]=c;a=c}return}function Xw(a){a=a|0;wo(k[a+4>>2]|0);return}function Yw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+84|0;f=k[d>>2]|0;g=c+256|0;e=zk(f,g)|0;e=(e|0)==0?g:e-f|0;c=e>>>0<c>>>0?e:c;cs(b|0,f|0,c|0)|0;k[a+4>>2]=f+c;b=f+e|0;k[a+8>>2]=b;k[d>>2]=b;return c|0}function Zw(a,b){a=a|0;b=b|0;var c=0;k[a+24>>2]=b;k[a+16>>2]=(b|0)==0&1;k[a+20>>2]=0;k[a+4>>2]=4098;k[a+12>>2]=0;k[a+8>>2]=6;c=a+28|0;b=a+32|0;a=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(a|0));zH(c);return}function _w(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+100|0;b=k[c>>2]|0;d=b;if((b|0)==(k[a+96>>2]|0))Ka(16602,13964,1668,16629);b=k[d+-4>>2]|0;a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=d+(e<<2);a=e}return b|0}function $w(a,b){a=a|0;b=b|0;var c=0,d=0;ox(a);k[a>>2]=k[b>>2];c=b+4|0;k[a+4>>2]=k[c>>2];d=b+8|0;k[a+8>>2]=k[d>>2];k[d>>2]=0;k[c>>2]=0;k[b>>2]=0;return}function ax(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;aC(d)}a=k[a>>2]|0;if(a|0)dO(a);return}function bx(a){a=a|0;k[a>>2]=4796;_A(a+156|0);Oy(a+136|0);ZM(k[a+124>>2]|0);FB(a);return}function cx(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Id(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function dx(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Rd(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function ex(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;_A(d+-12|0)}a=k[a>>2]|0;if(a|0)dO(a);return}function fx(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;ZA(d+-12|0)}a=k[a>>2]|0;if(a|0)dO(a);return}function gx(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;aC(d)}dO(k[a>>2]|0)}return}function hx(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Ax(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+1;return}function ix(a,b){a=a|0;b=b|0;a=a+4|0;k[b>>2]=3712;b=b+4|0;k[b>>2]=k[a>>2];k[b+4>>2]=k[a+4>>2];k[b+8>>2]=k[a+8>>2];k[b+12>>2]=k[a+12>>2];return}function jx(a,b){a=a|0;b=b|0;a=a+140|0;if(!(qv(a,b)|0))Ka(16881,13551,1553,14759);else{b=Fs(a,b)|0;return k[b>>2]|0}return 0}function kx(a){a=a|0;k[a>>2]=4436;cC(a+52|0);cC(a+40|0);pC(a);return}function lx(a,b){a=a|0;b=b|0;a=a+52|0;if(!(qv(a,b)|0))Ka(17842,13551,1414,17871);else{b=Fs(a,b)|0;return k[b>>2]|0}return 0}function mx(a){a=a|0;var b=0;b=k[a>>2]|0;if(!b)while(1){b=k[a+8>>2]|0;if((k[b>>2]|0)==(a|0))a=b;else break}else while(1){a=k[b+4>>2]|0;if(!a)break;else b=a}return b|0}function nx(a){a=a|0;var b=0;b=k[a+4>>2]|0;if(!b)while(1){b=k[a+8>>2]|0;if((k[b>>2]|0)==(a|0))break;else a=b}else while(1){a=k[b>>2]|0;if(!a)break;else b=a}return b|0}function ox(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}dO(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function px(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;_A(d+-12|0)}dO(k[a>>2]|0)}return}function qx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;_f(d,b);a=a+4|0}return}function rx(a,b){a=a|0;b=b|0;a=a+176|0;if(!(qv(a,b)|0))Ka(19430,13551,1556,19455);else{b=Fs(a,b)|0;return k[b>>2]|0}return 0}function sx(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;ZA(d+-12|0)}dO(k[a>>2]|0)}return}function tx(a,b){a=a|0;b=b|0;var c=0,d=0;d=Lq(b)|0;c=a+4|0;al(k[c>>2]|0,d)|0;a=0;while(1){if((a|0)>=(d|0))break;pj(k[c>>2]|0,i[b+a>>0]|0)|0;a=a+1|0}return}function ux(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a+24>>2]|0;b=b+8|0;c=k[b>>2]|0;if((k[d+12>>2]|0)-(k[d+8>>2]|0)>>2>>>0<=c>>>0)k[b>>2]=k[(k[k[a+28>>2]>>2]|0)+(c<<2)>>2];return}function vx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;oe(d,b);a=a+4|0}return}function wx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;Qj(d,b);a=a+4|0}return}function xx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+-16|0;e=d+32|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[e>>2]=b;Qg(d,b);a=a+4|0}return}function yx(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[b+11>>0]|0;d=c<<24>>24<0;return Ij(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)|0}function zx(a,b){a=a|0;b=b|0;a=a+152|0;if(!(qv(a,b)|0))Ka(17726,13551,1554,15618);else{b=Fs(a,b)|0;return k[b>>2]|0}return 0}function Ax(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;NG(a,b);b=a+8|0;a=0;while(1){if(a>>>0>=(k[b>>2]|0)>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function Bx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11340,11372)|0}function Cx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,36176,36184)|0}function Dx(a){a=a|0;var b=0,c=0,d=0;d=a+8|0;b=k[a+12>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;if(c|0)Jb[k[(k[c>>2]|0)+4>>2]&255](c);a=a+4|0}ZA(d);return}function Ex(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;NG(a,b);b=k[a+8>>2]|0;a=0;while(1){if((a|0)==(b|0))break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function Fx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=a;a=b-a>>2;while(1){if(!a)break;b=(a|0)/2|0;f=d+(b<<2)|0;e=(k[f>>2]|0)>>>0<c>>>0;d=e?f+4|0:d;a=e?a+-1-b|0:b}return d|0}function Gx(a){a=a|0;var b=0;b=a+4|0;Dt(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Hx(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;sG(d)}a=k[a>>2]|0;if(a|0)dO(a);return}function Ix(a){a=a|0;var b=0,c=0,d=0;b=r;r=r+16|0;d=b+12|0;c=b;Vi(c,a);SG(d,(i[c+11>>0]|0)<0?k[c>>2]|0:c,0);a=k[d>>2]|0;NJ(c);r=b;return a|0}function Jx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;Wn(d,k[a+16>>2]|0);i[d+20>>0]=1;fe(d,c);r=b;return}function Kx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Jd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Lx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Kd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Mx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Td(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Nx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Ud(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Ox(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;al(k[d>>2]|0,c)|0;a=0;while(1){if((a|0)==(c|0))break;pj(k[d>>2]|0,i[b+a>>0]|0)|0;a=a+1|0}return}function Px(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;sG(d)}dO(k[a>>2]|0)}return}function Qx(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;while(1){a=k[a>>2]|0;if(!a){a=0;break}c=k[a+16>>2]|0;if(c>>>0>b>>>0)continue;if(c>>>0>=b>>>0){a=1;break}a=a+4|0}return a|0}function Rx(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+32|0;d=a+36|0;b=k[a+40>>2]|0;while(1){if(!b)break;e=b+-1|0;Nb[k[(k[c>>2]|0)+(e<<2)>>2]&31](0,a,k[(k[d>>2]|0)+(e<<2)>>2]|0);b=e}return}function Sx(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)kq(b);i[a>>0]=1}return}function Tx(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)lq(b);i[a>>0]=1}return}function Ux(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=c-b|0;a=e;e=b;while(1){if((e|0)==(c|0))break;g=k[e>>2]|0;i[a>>0]=g>>>0<128?g&255:d;a=a+1|0;e=e+4|0}return b+(f>>>2<<2)|0}function Vx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Nd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Wx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Pd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Xx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Qd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Yx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Zd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Zx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return $d(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function _x(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ae(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function $x(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Ex(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=b;k[d>>2]=c+1;return}function ay(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){cs(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>3<<3)}return}function by(){var a=0,b=0,c=0;b=r;r=r+16|0;a=b;eb(1,a|0)|0;c=k[a>>2]|0;a=k[a+4>>2]|0;c=ED(c|0,((c|0)<0)<<31>>31|0,1e9,0)|0;a=fJ(c|0,N|0,a|0,((a|0)<0)<<31>>31|0)|0;r=b;return a|0}function cy(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Od(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function dy(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Sd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function ey(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return _d(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function fy(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return be(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function gy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;jm(a+16+-16+16|0,d+36|0);return}function hy(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a&65535;e=b&65535;c=aa(e,f)|0;d=a>>>16;a=(c>>>16)+(aa(e,d)|0)|0;e=b>>>16;b=aa(e,f)|0;return (N=(a>>>16)+(aa(e,d)|0)+(((a&65535)+b|0)>>>16)|0,a+b<<16|c&65535|0)|0}function iy(a){a=+a;var b=0,c=0,d=0;p[u>>3]=a;b=k[u>>2]|0;c=k[u+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){N=c&1048575;return b|0}else Ka(19139,13551,288,19247);return 0}function jy(a){a=a|0;var b=0,c=0;if(!(i[a+8>>0]|0)){c=a+4|0;b=(k[c>>2]|0)+-1|0;k[c>>2]=b;zC(k[a>>2]|0,b)}_z(k[a>>2]|0,41)|0;return}function ky(a){a=a|0;var b=0,c=0;b=k[k[a>>2]>>2]|0;a=k[b+4>>2]|0;c=k[b+8>>2]|0;b=(k[b>>2]|0)+(c>>1)|0;if(c&1)a=k[(k[b>>2]|0)+a>>2]|0;Jb[a&255](b);return}function ly(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=b+8|0;$o(c,a+40|0,k[b>>2]|0,b);r=c;return}function my(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=b+8|0;$o(c,a+28|0,k[b>>2]|0,b);r=c;return}function ny(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;b=b+8|0;Bo(c,a+56|0,b,b);r=c;return}function oy(a,b){a=+a;b=+b;var c=0,d=0;p[u>>3]=a;d=k[u>>2]|0;c=k[u+4>>2]|0;p[u>>3]=b;c=k[u+4>>2]&-2147483648|c&2147483647;k[u>>2]=d;k[u+4>>2]=c;return +(+p[u>>3])}function py(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4076;return}function qy(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4116;return}function ry(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;nm(a+16+-16+16|0,d+36|0);return}function sy(a){a=+a;var b=0,c=0;p[u>>3]=a;b=k[u+4>>2]|0;c=b&2146435072;if(!(c>>>0>1126170624|(c|0)==1126170624&0>0)){b=(b|0)<0;a=b?a+-4503599627370496.0+4503599627370496.0:a+4503599627370496.0+-4503599627370496.0;if(a==0.0)a=b?-0.0:0.0}return +a}function ty(a,b){a=a|0;b=b|0;a=a+140|0;if(!(qv(a,b)|0))a=0;else{a=Fs(a,b)|0;a=k[a>>2]|0}return a|0}function uy(a){a=a|0;var b=0;b=yh(a,36)|0;k[b>>2]=5;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[b+4>>2]=5;return b|0}function vy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=LD(b)|0;k[a>>2]=d;c=d+c|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+b;return}function wy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=0;do{g=a;a=a>>>7;f=d;d=d+1|0;e=d>>>0<5|(a|0)!=0;i[(k[b>>2]|0)+(f+c)>>0]=e?g|128:g&127}while(e);return}function xy(a){a=a|0;Up(k[a+4>>2]|0);return}function yy(a){a=a|0;var b=0,c=0;switch(k[a>>2]|0){case 3:case 1:{c=k[a+8>>2]|0;b=((c|0)<0)<<31>>31;break}case 4:case 2:{c=a+8|0;b=k[c+4>>2]|0;c=k[c>>2]|0;break}default:Ha()}N=b;return c|0}function zy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((b|0)!=(c|0)){d=aa(k[a+120>>2]|0,c>>>0<b>>>0?c:b)|0;b=d+(b>>>0<c>>>0?c:b)|0;c=(k[a+124>>2]|0)+(b>>>5<<2)|0;k[c>>2]=1<<(b&31)|k[c>>2]}return}function Ay(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;sm(a+16+-16+16|0,d+36|0);return}function By(a){a=a|0;if(!a)return;else{By(k[a>>2]|0);By(k[a+4>>2]|0);dO(a);return}}function Cy(a){a=a|0;Wp(k[a+4>>2]|0);return}function Dy(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;Cn(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function Ey(a,b){a=a|0;b=b|0;Mb[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=NI(k[b>>2]|0,45828)|0;k[a+36>>2]=b;b=(Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function Fy(a,b){a=a|0;b=b|0;Mb[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=NI(k[b>>2]|0,45820)|0;k[a+36>>2]=b;b=(Mb[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function Gy(a){a=a|0;TA(a+52|0);ZA(a+40|0);ZA(a+20|0);ZA(a+8|0);return}function Hy(a,b){a=a|0;b=b|0;a=a+152|0;if(!(qv(a,b)|0))a=0;else{a=Fs(a,b)|0;a=k[a>>2]|0}return a|0}function Iy(a,b){a=a|0;b=b|0;a=a+188|0;if(!(qv(a,b)|0))a=0;else{a=Fs(a,b)|0;a=k[a>>2]|0}return a|0}function Jy(a,b){a=a|0;b=b|0;a=a+164|0;if(!(qv(a,b)|0))a=0;else{a=Fs(a,b)|0;a=k[a>>2]|0}return a|0}function Ky(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=r;r=r+16|0;g=f;k[g>>2]=e;e=BJ(c)|0;c=Wl(a,b,d,g)|0;if(e|0)BJ(e)|0;r=f;return c|0}function Ly(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=b;b=a+4|0;k[b>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;Nt(b,d);if(d|0)Uy(k[b>>2]|0,c|0,d|0)|0;return}function My(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)dO(a);return}function Ny(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-16|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)dO(a);return}function Oy(a){a=a|0;var b=0;TC(k[a+8>>2]|0);b=k[a>>2]|0;k[a>>2]=0;if(b|0)dO(b);return}function Py(a){a=a|0;var b=0;a=a+8|0;b=BJ(k[a>>2]|0)|0;if(b|0)BJ(b)|0;a=k[a>>2]|0;if(a){a=BJ(a)|0;if(!a)a=0;else{BJ(a)|0;a=0}}else a=1;return a|0}function Qy(a,b){a=a|0;b=b|0;k[a+16>>2]=b;a=a+-16|0;im(a+16|0,b+36|0);WJ(k[a+48>>2]|0);return}function Ry(a){a=a|0;oq(k[a+4>>2]|0);return}function Sy(a){a=a|0;bq(k[a+4>>2]|0);return}function Ty(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){cs(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>2<<2)}return}function Uy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((b|0)<(a|0)&(a|0)<(b+c|0)){d=a;b=b+c|0;a=a+c|0;while((c|0)>0){a=a-1|0;b=b-1|0;c=c-1|0;i[a>>0]=i[b>>0]|0}a=d}else cs(a,b,c)|0;return a|0}function Vy(a){a=a|0;cq(k[a+4>>2]|0);return}function Wy(a){a=a|0;if((i[40992]|0)==0?VK(40992)|0:0){k[11231]=0;k[11232]=0;k[11233]=0;xq(44924,10128,AJ(10128)|0);ob(201,44924,x|0)|0}return 44924}function Xy(a){a=a|0;if((i[41008]|0)==0?VK(41008)|0:0){k[11237]=0;k[11238]=0;k[11239]=0;xq(44948,10212,AJ(10212)|0);ob(201,44948,x|0)|0}return 44948}function Yy(a){a=a|0;if((i[40984]|0)==0?VK(40984)|0:0){k[11228]=0;k[11229]=0;k[11230]=0;xq(44912,10092,AJ(10092)|0);ob(201,44912,x|0)|0}return 44912}function Zy(a,b){a=a|0;b=b|0;IF(IF(IF(43324,20385)|0,b)|0,20392)|0;pb(La(1)|0,288,0)}function _y(a){a=a|0;var b=0,c=0;b=a+16|0;c=k[b>>2]|0;if((c|0)!=(a|0)){if(c|0)Jb[k[(k[c>>2]|0)+20>>2]&255](c)}else Jb[k[(k[c>>2]|0)+16>>2]&255](c);k[b>>2]=0;return}function $y(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))bn(b,c,d,e);return}function az(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=b;nF(a+12|0);c=a+40|0;k[c>>2]=0;k[a+4>>2]=0;k[a+8>>2]=b;b=0;while(1){if(b|0)break;b=Gf(a)|0;k[c>>2]=b}return}function bz(a){a=a|0;jr(k[a+4>>2]|0);return}function cz(a){a=a|0;if((i[41e3]|0)==0?VK(41e3)|0:0){k[11234]=0;k[11235]=0;k[11236]=0;xq(44936,10164,AJ(10164)|0);ob(201,44936,x|0)|0}return 44936}function dz(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;Wn(d,k[a+16>>2]|0);fe(d,c);r=b;return}function ez(a){a=a|0;var b=0;switch(a|0){case 0:{b=17274;break}case 1:{b=17279;break}case 2:{b=17283;break}case 3:{b=17287;break}case 4:{b=17291;break}case 5:{b=23363;break}default:{}}return b|0}function fz(a){a=a|0;var b=0,c=0;switch(k[a>>2]|0){case 1:{c=k[a+8>>2]|0;b=((c|0)<0)<<31>>31;break}case 2:{c=a+8|0;b=k[c+4>>2]|0;c=k[c>>2]|0;break}default:Ha()}N=b;return c|0}function gz(a,b){a=a|0;b=b|0;var c=0;do if(!((b|0)==0|(k[b>>2]|0)!=10)){c=b+4|0;if(!(k[c>>2]|0))Ka(27053,27066,205,28324);else{k[c>>2]=0;k[a+16>>2]=b;break}}while(0);return}function hz(a,b,c){a=a|0;b=b|0;c=c|0;if(b>>>0<c>>>0){b=(aa(k[a+120>>2]|0,b)|0)+c|0;c=(k[a+124>>2]|0)+(b>>>5<<2)|0;k[c>>2]=1<<(b&31)|k[c>>2];return}else Ka(29783,29310,217,29794)}function iz(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;Qy(a,k[b>>2]|0);b=b+4|0}return}function jz(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-12|0;k[a>>2]=d;b=d}dO(c)}return}function kz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=m[12916+(a<<1)>>1]|0;else a=0;j[d>>1]=a;d=d+2|0;b=b+4|0}return c|0}function lz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;a=a+4|0;e=k[a>>2]|0;al(e,gB(b|0?b:c)|0)|0;al(k[a>>2]|0,d)|0;return}function mz(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)dO(a);return}function nz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Qg(a+16+-16|0,d);return}function oz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;oe(a+16+-16|0,d);return}function pz(a){a=a|0;Br(k[a+4>>2]|0);return}function qz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0>=128)break;if(!((j[12916+(a<<1)>>1]&b)<<16>>16))break;c=c+4|0}return c|0}function rz(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;if((k[a+8>>2]|0)==0?(Hr(a)|0)!=0:0)a=-1;else if((Eb[k[a+32>>2]&31](a,b,1)|0)==1)a=l[b>>0]|0;else a=-1;r=c;return a|0}function sz(a,b){a=a|0;b=b|0;var c=0;c=(k[a+4>>2]|0)-(k[a>>2]|0)|0;Nt(a,b>>>0>4096?b:4096);if(b>>>0<4096&c>>>0>b>>>0)iu((k[a>>2]|0)+b|0,0,4096-b|0)|0;return}function tz(a,b){a=a|0;b=b|0;_C(k[a>>2]|0,24769)|0;_z(pu(a,k[b+8>>2]|0)|0,41)|0;return}function uz(a){a=a|0;var b=0;b=yh(a,36)|0;i[b>>0]=1;k[b+4>>2]=a;a=b+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[b+28>>2]=-1;k[b+32>>2]=-1;return b|0}function vz(a){a=a|0;Er(k[a+4>>2]|0);return}function wz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=BJ(b)|0;b=Zq(a,c,f)|0;if(d|0)BJ(d)|0;r=e;return b|0}function xz(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;bA(a,k[b>>2]|0);b=b+4|0}return}function yz(a){a=a|0;Ir(k[a+4>>2]|0);return}function zz(a){a=a|0;Jr(k[a+4>>2]|0);return}function Az(a){a=a|0;Kr(k[a+4>>2]|0);return}function Bz(a){a=a|0;Lr(k[a+4>>2]|0);return}function Cz(a){a=a|0;if((i[40920]|0)==0?VK(40920)|0:0){k[11031]=0;k[11032]=0;k[11033]=0;vs(44124,35882,11);ob(197,44124,x|0)|0}return 44124}function Dz(a){a=a|0;if((i[40928]|0)==0?VK(40928)|0:0){k[11034]=0;k[11035]=0;k[11036]=0;vs(44136,35894,20);ob(197,44136,x|0)|0}return 44136}function Ez(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=k[c>>2];a=Eb[k[(k[a>>2]|0)+16>>2]&31](a,b,d)|0;if(a)k[c>>2]=k[d>>2];r=e;return a&1|0}function Fz(){var a=0,b=0;a=mD()|0;if((a|0?(b=k[a>>2]|0,b|0):0)?(a=b+48|0,(k[a>>2]&-256|0)==1126902528?(k[a+4>>2]|0)==1129074247:0):0)kK(k[b+12>>2]|0);kK(OM()|0)}function Gz(a){a=a|0;if((i[40912]|0)==0?VK(40912)|0:0){k[11028]=0;k[11029]=0;k[11030]=0;vs(44112,35873,8);ob(197,44112,x|0)|0}return 44112}function Hz(a){a=a|0;if((i[40904]|0)==0?VK(40904)|0:0){k[11025]=0;k[11026]=0;k[11027]=0;vs(44100,35864,8);ob(197,44100,x|0)|0}return 44100}function Iz(a){a=a|0;k[a>>2]=4196;Xw(a+40|0);pC(a);return}function Jz(a){a=a|0;CG(a+56|0);sI(a+40|0);sI(a+28|0);Zz(a+4|0);return}function Kz(a,b){a=a|0;b=b|0;ux(a,FI(k[b>>2]|0)|0);return}function Lz(a,b){a=a|0;b=b|0;ux(a,HI(k[b>>2]|0)|0);return}function Mz(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4396;return}function Nz(a){a=a|0;var b=0;b=i[w+(a&255)>>0]|0;if((b|0)<8)return b|0;b=i[w+(a>>8&255)>>0]|0;if((b|0)<8)return b+8|0;b=i[w+(a>>16&255)>>0]|0;if((b|0)<8)return b+16|0;return (i[w+(a>>>24)>>0]|0)+24|0}function Oz(a,b){a=a|0;b=b|0;if(!b)Ka(15628,13551,82,39500);else return IF(_z(a,36)|0,b)|0;return 0}function Pz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;_f(a+16+-16|0,d);return}function Qz(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;xt(d,b);Gh(d,a);aC(d);r=c;return}function Rz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;An(a,c,d);return}function Sz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;Qy(a+16|0,d);return}function Tz(a,b){a=a|0;b=b|0;var c=0;if((b|0)<0)wM();else{b=((b+-1|0)>>>5)+1|0;c=LD(b<<2)|0;k[a>>2]=c;k[a+4>>2]=0;k[a+8>>2]=b;return}}function Uz(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>536870911)wM();else{c=LD(b<<3)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<3);return}}function Vz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Yp(a,c,d);return}function Wz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Qj(a+16+-16|0,d);return}function Xz(a,b){a=a|0;b=b|0;var c=0;b=b+24|0;c=nu(a,b)|0;if((c|0)!=(a+4|0))k[b>>2]=k[c+20>>2];return}function Yz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=r;r=r+16|0;c=e;k[c>>2]=d;b=BJ(b)|0;c=Jw(a,35435,c)|0;if(b|0)BJ(b)|0;r=e;return c|0}function Zz(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-8|0;k[a>>2]=d;b=d}dO(c)}return}function _z(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;b=Ij(a,d,1)|0;r=c;return b|0}function $z(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{k[b>>2]=0;b=(k[c>>2]|0)+4|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function aA(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-16|0;k[a>>2]=d;b=d}dO(c)}return}function bA(a,b){a=a|0;b=b|0;k[a+16>>2]=b;a=a+-16|0;qm(a+16|0,b+36|0);rd(a,b);return}function cA(a){a=a|0;k[a>>2]=4596;mA(a+16|0);k[a>>2]=3464;NJ(a+4|0);return}function dA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4236;return}function eA(a){a=+a;var b=0,c=0,d=0;b=(o[u>>2]=a,k[u>>2]|0);c=(b>>>23&255)+-118|0;if((c|0)<=31?(d=(c|0)<9?2147483647:-1>>>c,(d&b|0)!=0):0)a=(k[u>>2]=b&~d,+o[u>>2]);return +a}function fA(a){a=a|0;Kq(k[a+4>>2]|0);return}function gA(a){a=a|0;var b=0,c=0;c=a<<24>>24;do if((a+-48&255)>=10){if((a+-97&255)<6){b=c+-87|0;break}if((a+-65&255)<6){b=c+-55|0;break}else Ha()}else b=c+-48|0;while(0);return b|0}function hA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4676;return}function iA(){k[10494]=0;k[10495]=0;k[10496]=0;k[10497]=0;k[10498]=0;k[10499]=0;k[10500]=0;k[10501]=0;ob(187,41976,x|0)|0;Te(42008,30843);ob(184,42008,x|0)|0;return}function jA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+O(+(+xI(b)));o[a+8>>2]=c;b=3}else{c=+O(+(+wI(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function kA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4156;return}function lA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;bA(a+16|0,d);return}function mA(a){a=a|0;js(k[a+4>>2]|0);return}function nA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+YN(+xI(b));o[a+8>>2]=c;b=3}else{c=+$N(+wI(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function oA(a,b){a=a|0;b=b|0;b=HI(k[b>>2]|0)|0;b=(k[k[a+24>>2]>>2]|0)+(k[b+8>>2]<<2)|0;k[b>>2]=(k[b>>2]|0)+1;return}function pA(a){a=a|0;kA(a);k[a>>2]=3956;a=a+44|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function qA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4316;return}function rA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4756;return}function sA(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;bC(a,k[b>>2]|0);b=b+4|0}return}function tA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=4476;return}function uA(a){a=a|0;ms(k[a+4>>2]|0);return}function vA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+Q(+(+xI(b)));o[a+8>>2]=c;b=3}else{c=+Q(+(+wI(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function wA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+$(+(+xI(b)));o[a+8>>2]=c;b=3}else{c=+$(+(+wI(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function xA(a,b){a=a|0;b=b|0;_z(a,34)|0;IF(a,b)|0;return _z(a,34)|0}function yA(a,b){a=a|0;b=b|0;zi(a,aJ(k[b>>2]|0)|0);return}function zA(a){a=a|0;k[a>>2]=3956;Iw(a+56|0);ZA(a+44|0);pC(a);return}function AA(a){a=a|0;var b=0;xC(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=3796;return}function BA(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a+104>>2]=b;c=k[a+8>>2]|0;d=k[a+4>>2]|0;e=c-d|0;k[a+108>>2]=e;if((b|0)!=0&(e|0)>(b|0))k[a+100>>2]=d+b;else k[a+100>>2]=c;return}function CA(){k[10348]=0;k[10349]=0;k[10350]=0;i[41520]=0;nD();$B(28);return}function DA(a){a=a|0;qs(k[a+4>>2]|0);return}function EA(a){a=a|0;var b=0;b=j[a+24>>1]|0;if((b&255)<<24>>24==0&(b&65535)<256?(k[a+36>>2]|0)==(0-(k[a+48>>2]|0)|0):0){b=j[a+52>>1]|0;return (b&65535)>255|(b&255)<<24>>24!=0|0}return 1}function FA(a){a=a|0;tA(a);k[a>>2]=4436;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;return}function GA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;bC(a+16|0,d);return}function HA(a){a=a|0;var b=0;b=yh(a,32)|0;k[b>>2]=8;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function IA(a){a=a|0;ys(k[a+4>>2]|0);return}function JA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0<128?(j[12916+(a<<1)>>1]&b)<<16>>16:0)break;c=c+4|0}return c|0}function KA(a,b){a=a|0;b=b|0;var c=0,d=0;b=a+44|0;c=k[b>>2]|0;a=0;while(1){if((a|0)==-1)break;d=a+-1|0;k[b>>2]=c+(d<<2);a=d}return}function LA(a,b){a=a|0;b=b|0;if((a|0)!=(b|0))bi(a,k[b>>2]|0,k[b+4>>2]|0);return}function MA(a,b){a=a|0;b=b|0;var c=0;c=vJ(k[a+4>>2]|0)|0;b=Yb(a,Gn(b,1)|0)|0;k[c+8>>2]=b;return c|0}function NA(a){a=a|0;var b=0;b=yh(a,28)|0;k[b>>2]=7;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function OA(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;Ij(a,d,1)|0;r=c;return}function PA(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>1073741823)wM();else{c=LD(b<<2)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<2);return}}function QA(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;wN(c);Qz(a+88|0,b);DM(a+32|0);qK(c);return}function RA(a,b,c){a=a|0;b=b|0;c=c|0;av(a,b);xt(a+16|0,c);return}function SA(a){a=a|0;var b=0;switch(a<<24>>24|0){case 105:{b=1;break}case 106:{b=2;break}case 102:{b=3;break}case 100:{b=4;break}case 118:{b=0;break}default:Ha()}return b|0}function TA(a){a=a|0;Bs(k[a+4>>2]|0);return}function UA(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-1|0;k[c>>2]=e;d=e}dO(k[a>>2]|0);return}function VA(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);if((b&2147483647)>>>0>2139095040)return +(k[u>>2]=b|4194304,+o[u>>2]);else Ka(19139,13551,295,19173);return +(0.0)}function WA(){var a=0;a=LD(28)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+24>>2]=0;nH(a);return a|0}function XA(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+84>>2]|0;d=(k[a+88>>2]|0)-c>>2;a=d+~b|0;if(a>>>0<d>>>0)return k[c+(a<<2)>>2]|0;else Ka(15357,13964,1913,15408);return 0}function YA(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);switch((b>>>23&255)<<24>>24){case 0:{b=b&2147483647|0?3:2;break}case -1:{b=(b&8388607|0)==0&1;break}default:b=4}return b|0}function ZA(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-4|0;k[a>>2]=d;b=d}dO(c)}return}function _A(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-1|0;k[a>>2]=d;b=d}dO(c)}return}function $A(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+eA(+xI(b));o[a+8>>2]=c;b=3}else{c=+kt(+wI(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function aB(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;return}else Ka(16443,13551,378,18537)}function bB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))bs(b,c,d);return}function cB(a){a=a|0;var b=0;b=yh(a,28)|0;k[b>>2]=6;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function dB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=c+8|0;Fb[k[(k[b>>2]|0)+16>>2]&15](a,b,k[c>>2]|0,k[c+4>>2]|0,0,d);return}function eB(a){a=a|0;var b=0;switch(a|0){case 1:{b=105;break}case 2:{b=106;break}case 3:{b=102;break}case 4:{b=100;break}case 0:{b=118;break}default:Ha()}return b|0}function fB(a){a=a|0;var b=0;switch(a|0){case 0:{b=1;break}case 1:{b=2;break}case 2:{b=4;break}case 3:{b=8;break}case 4:{b=16;break}case 5:{b=32;break}default:{}}return b|0}function gB(a){a=a|0;var b=0;switch(a|0){case 1:{b=0;break}case 2:{b=1;break}case 4:{b=2;break}case 8:{b=3;break}case 16:{b=4;break}case 32:{b=5;break}default:{}}return b|0}function hB(){var a=0,b=0,c=0;a=LD(40)|0;b=a;c=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));qA(a);k[a>>2]=4276;return a|0}function iB(a,b){a=a|0;b=b|0;a=k[(k[a+4>>2]|0)+36>>2]|0;Kb[k[(k[a>>2]|0)+28>>2]&1023](a,b);return}function jB(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{i[b>>0]=0;b=(k[c>>2]|0)+1|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function kB(a){a=a|0;Ts(k[a+4>>2]|0);return}function lB(a){a=a|0;var b=0,c=0;b=a+4|0;c=k[b>>2]|0;a=(k[c+4>>2]|0)-(k[c>>2]|0)|0;vg(c,0);pj(k[b>>2]|0,0)|0;return a|0}function mB(a){a=a|0;var b=0;switch(a|0){case 0:{b=0;break}case 1:{b=1;break}case 2:{b=2;break}case 3:{b=3;break}case 4:{b=4;break}default:Ha()}return b|0}function nB(a,b){a=a|0;b=b|0;var c=0;c=b+32|0;Wg(a,b,b+28|0,Wg(a,b,c,0,0,0)|0,c,0)|0;return}function oB(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[6124+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function pB(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[7660+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function qB(a,b){a=a|0;b=b|0;var c=0;c=b+20|0;Wg(a,b,b+24|0,Wg(a,b,c,0,0,0)|0,c,0)|0;return}function rB(a,b){a=a|0;b=b|0;var c=0;c=b+12|0;Wg(a,b,b+16|0,Wg(a,b,c,0,0,0)|0,c,0)|0;return}function sB(a,b,c){a=a|0;b=b|0;c=c|0;if(a>>>0<=b>>>0&(a+4096|0)>>>0>=b>>>0){a=a+4096|0;if((b+(c+15&-16)|0)==(k[a>>2]|0))k[a>>2]=b}else vc(b);return}function tB(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;f=a;k[f>>2]=0;k[f+4>>2]=0;f=a+8|0;k[f>>2]=-1;k[f+4>>2]=-1;return}function uB(){var a=0,b=0,c=0;a=LD(40)|0;b=a;c=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));AA(a);k[a>>2]=3756;return a|0}function vB(){var a=0,b=0,c=0;a=LD(52)|0;b=a;c=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));lC(a);k[a>>2]=4516;return a|0}function wB(){var a=0,b=0;a=LD(28)|0;k[a>>2]=3504;b=a+4|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;return a|0}function xB(a){a=a|0;var b=0;b=a+4|0;Sw(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function yB(a){a=a|0;var b=0;b=yh(a,32)|0;k[b>>2]=21;k[b+4>>2]=0;k[b+12>>2]=0;k[b+16>>2]=a;k[b+20>>2]=0;k[b+24>>2]=0;k[b+28>>2]=0;return b|0}function zB(a){a=a|0;var b=0;if((Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+4;a=k[a>>2]|0}return a|0}function AB(a){a=a|0;var b=0;if((Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+1;a=l[a>>0]|0}return a|0}function BB(a,b){a=a|0;b=b|0;rA(a);k[a>>2]=4716;k[a+40>>2]=b;k[a+44>>2]=0;return}function CB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=aa(d>>>0<c>>>0?d:c,a)|0;d=b+(a+(c>>>0<d>>>0?d:c))|0;c=i[d>>0]|0;i[d>>0]=c<<24>>24==-1?-1:(c&255)+1&255;return}function DB(a){a=a|0;var b=0;b=yh(a,28)|0;k[b>>2]=1;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=a;k[b+16>>2]=0;k[b+20>>2]=0;k[b+24>>2]=0;return b|0}function EB(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;i[e>>0]=a<<24>>24>-1?a:d;e=e+1|0;b=b+1|0}return c|0}function FB(a){a=a|0;an(a+16|0);k[a>>2]=3464;NJ(a+4|0);return}function GB(a){a=a|0;lq(43156);kq(43240);lq(43492);kq(43576);return}function HB(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+8>>2]|0;d=(k[a+12>>2]|0)-c>>2;if(d>>>0>b>>>0)a=c+(b<<2)|0;else a=(k[a+20>>2]|0)+(b-d<<2)|0;return k[a>>2]|0}function IB(a,b,c){a=a|0;b=b|0;c=c|0;mF(b,fB(Ih(a)|0)|0,0)|0;mF(c,Ih(a)|0,0)|0;return}function JB(a,b){a=a|0;b=b|0;var c=0;if((b|0)<0)wM();else{c=LD(b)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+b;return}}function KB(a){a=a|0;var b=0,c=0;b=k[a+8>>2]|0;if(b|0?(c=k[a+12>>2]|0,c|0):0){b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0;return}Ka(15886,13551,1314,15283)}function LB(a,b){a=a|0;b=b|0;var c=0,d=0;d=Lq(b)|0;c=LD(d+13|0)|0;k[c>>2]=d;k[c+4>>2]=d;k[c+8>>2]=0;c=c+12|0;cs(c|0,b|0,d+1|0)|0;k[a>>2]=c;return}function MB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(k[b>>2]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+4|0}return a|0}function NB(){var a=0;k[10293]=0;k[10292]=12084;k[10294]=46;k[10295]=44;k[10296]=0;k[10297]=0;k[10298]=0;a=0;while(1){if((a|0)==3)break;k[41184+(a<<2)>>2]=0;a=a+1|0}return}function OB(a){a=a|0;k[a>>2]=9156;zH(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function PB(a){a=a|0;k[a>>2]=9092;zH(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function QB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(i[b>>0]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+1|0}return a|0}function RB(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+44>>2]|0;b=a+48|0;a=k[b>>2]|0;while(1){if((a|0)==(c|0))break;d=a+-4|0;k[b>>2]=d;a=d}return}function SB(){var a=0;k[10287]=0;k[10286]=12044;i[41152]=46;i[41153]=44;k[10289]=0;k[10290]=0;k[10291]=0;a=0;while(1){if((a|0)==3)break;k[41156+(a<<2)>>2]=0;a=a+1|0}return}function TB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+20|0;e=k[d>>2]|0;a=(k[a+16>>2]|0)-e|0;a=a>>>0>c>>>0?c:a;cs(e|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+a;return c|0}function UB(a,b){a=a|0;b=b|0;return (qv(a,b)|0)!=0|0}function VB(a,b){a=a|0;b=b|0;a=ZI(k[b>>2]|0)|0;if((k[k[a+12>>2]>>2]|0)==22){k[a>>2]=22;k[a+4>>2]=0}return}function WB(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[6124+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function XB(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[7660+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function YB(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=0;return}else Ka(16443,13551,382,18550)}function ZB(a){a=a|0;a=a>>>1|a;a=a>>>2|a;a=a>>>4|a;a=a>>>8|a;a=a>>>16|a;if(!a)a=32;else{a=31063+((aa(a,130329821)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function _B(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+15&-16;d=a+4096|0;b=k[d>>2]|0;if((a+4096-b|0)>>>0<c>>>0)b=ac(c)|0;else k[d>>2]=b+c;return b|0}function $B(a){a=a|0;var b=0;b=k[10349]|0;do{k[b>>2]=0;b=(k[10349]|0)+4|0;k[10349]=b;a=a+-1|0}while((a|0)!=0);return}function aC(a){a=a|0;var b=0;b=k[a+16>>2]|0;if((b|0)!=(a|0)){if(b|0)Jb[k[(k[b>>2]|0)+20>>2]&255](b)}else Jb[k[(k[b>>2]|0)+16>>2]&255](b);return}function bC(a,b){a=a|0;b=b|0;k[a+16>>2]=b;um(a+-16+16|0,b+36|0);aq(b);return}function cC(a){a=a|0;Dt(k[a+4>>2]|0);return}function dC(){k[10510]=0;Oe(42044,30932,1);Oe(42048,30951,1);Oe(42052,30970,1);Oe(42056,30989,1);Oe(42060,31010,1);return}function eC(a,b,c){a=a|0;b=b|0;c=c|0;return $j(a,b,c,Lq(c)|0)|0}function fC(a,b){a=a|0;b=b|0;var c=0;c=dJ(Gn(b,0)|0)|0;if((c|0)==(k[10578]|0))$c(a,b);return}function gC(a){a=a|0;k[a>>2]=9076;Rx(a);RL(a+28|0);vc(k[a+32>>2]|0);vc(k[a+36>>2]|0);vc(k[a+48>>2]|0);vc(k[a+60>>2]|0);return}function hC(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);if((b&2130706432)>>>0<=1249902592){b=(b|0)<0;a=b?a+-8388608.0+8388608.0:a+8388608.0+-8388608.0;if(a==0.0)a=b?-0.0:0.0}return +a}function iC(a){a=a|0;EF(a+16|0);k[a>>2]=3464;NJ(a+4|0);return}function jC(a){a=a|0;var b=0;b=Za(k[11486]|0)|0;mb(k[11486]|0,a|0)|0;if(b|0){hL(k[b>>2]|0);dO(b)}return}function kC(a,b){a=a|0;b=b|0;var c=0;c=5381;while(1){if(!a)break;c=c*33^a&255;a=a>>>8}while(1){if(!b)break;a=c*33^b&255;b=b>>>8;c=a}return c|0}function lC(a){a=a|0;var b=0,c=0;xC(a);b=a+16|0;c=b+36|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));k[a>>2]=4556;return}function mC(a){a=a|0;var b=0,c=0;c=a+92|0;b=k[c>>2]|0;k[c>>2]=0;if((b|0)==((k[a+4>>2]|0)-(k[a>>2]|0)>>2|0))return;else Ka(31166,31127,184,31188)}function nC(a){a=a|0;var b=0,c=0;b=a+16|0;wN(b);c=a+92|0;k[c>>2]=(k[c>>2]|0)+1;DM(a+44|0);qK(b);return}function oC(a,b){a=+a;b=+b;var c=0;c=(o[u>>2]=a,k[u>>2]|0);return +(k[u>>2]=(o[u>>2]=b,k[u>>2]|0)&-2147483648|c&2147483647,+o[u>>2])}function pC(a){a=a|0;Zz(a+20|0);k[a>>2]=3464;NJ(a+4|0);return}function qC(a,b){a=a|0;b=b|0;b=(XI(k[b>>2]|0)|0)+8|0;gz(a,k[b>>2]|0);return}function rC(a,b){a=a|0;b=b|0;b=_I(k[b>>2]|0)|0;Xz(k[a+40>>2]|0,b);return}function sC(a,b){a=a|0;b=b|0;b=(TI(k[b>>2]|0)|0)+8|0;mH(a,k[b>>2]|0);return}function tC(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}k[a+32>>2]=0;return}function uC(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=k[b>>2];if(!c)break;else{b=b+4|0;d=d+4|0}}}return a|0}function vC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f|0;ke(a,b,c,d,e)|0;r=f;return (N=k[e+4>>2]|0,k[e>>2]|0)|0}function wC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=a;k[d>>2]=0;k[d+4>>2]=0;d=a+8|0;k[d>>2]=-1;k[d+4>>2]=-1;return}function xC(a){a=a|0;var b=0;k[a>>2]=3464;b=a+4|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function yC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=aa(d>>>0<c>>>0?d:c,a)|0;d=a+(c>>>0<d>>>0?d:c)|0;return (1<<(d&31)&k[b+(d>>>5<<2)>>2]|0)!=0|0}function zC(a,b){a=a|0;b=b|0;var c=0;c=0;while(1){if((c|0)==(b|0))break;IF(a,24992)|0;c=c+1|0}return}function AC(a,b,c,d,e,f,g,h,i){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;i=i|0;return Pb[a&15](b|0,c|0,d|0,e|0,f|0,g|0,h|0,i|0)|0}function BC(a,b,c){a=a|0;b=b|0;c=c|0;b=fD(a,b)|0;$x(b+12|0,c);jl(b);return b|0}function CC(a){a=a|0;kI(a+12|0);kI(a);return}function DC(a){a=a|0;var b=0,c=0;Ww(a);b=a+24|0;if(k[b>>2]|0?(c=k[b>>2]|0,c|0):0){DC(c);dO(c)}ZA(a);return}function EC(a,b){a=a|0;b=b|0;Gs(a,uI(k[b>>2]|0)|0);return}function FC(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;b=xm(a,Gn(b,1)|0)|0;k[c+108>>2]=b;return}function GC(a){a=a|0;var b=0;switch(a|0){case 0:{Ha();break}case 3:case 1:{b=4;break}case 2:{b=8;break}case 4:{b=8;break}default:{}}return b|0}function HC(a,b){a=a|0;b=b|0;Ei(a,b);if((k[b>>2]|0)==3)i[a+24>>0]=1;return EA(a)|0}function IC(a,b){a=a|0;b=b|0;var c=0;c=k[a+36>>2]|0;if((k[a+40>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ka(21165,13551,1550,19455);return 0}function JC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;if((b|0)==0&(c|0)==0|(b|0)==-1?(e=(k[a+4>>2]|0)<0,f=(d&64)==0,f|e):0)return f&e|0;return 1}function KC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==4){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=2;return}else Ka(13768,13551,222,18752)}function LC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=4;return}else Ka(16504,13551,210,17556)}function MC(a,b){a=a|0;b=b|0;Uo(a,yI(k[b>>2]|0)|0);return}function NC(a,b){a=a|0;b=b|0;jl(UI(k[b>>2]|0)|0);return}function OC(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((k[a+4>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ka(14734,13551,1547,14759);return 0}function PC(a,b){a=a|0;b=b|0;return tn(a,b,Lq(b)|0)|0}function QC(a,b){a=a|0;b=b|0;var c=0;c=k[a+12>>2]|0;if((k[a+16>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ka(15599,13551,1548,15618);return 0}function RC(a){a=a|0;var b=0;b=LD(44)|0;a=k[a+40>>2]|0;hA(b);k[b>>2]=4636;k[b+40>>2]=a;return b|0}function SC(){var a=0;a=LD(20)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function TC(a){a=a|0;var b=0;while(1){if(!a)break;b=k[a>>2]|0;dO(a);a=b}return}function UC(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=65535;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;b=Ix(0)|0;k[a>>2]=b;return}function VC(a){a=a|0;var b=0;a=yh(a,24)|0;k[a>>2]=15;k[a+4>>2]=0;k[a+8>>2]=0;b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;return a|0}function WC(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){hL(k[b>>2]|0);dO(b)}return}function XC(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}return}function YC(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==4){c=+wI(b);k[a>>2]=3;o[a+8>>2]=c;return}else Ka(13768,13551,394,18777)}function ZC(a,b){a=a|0;b=b|0;OL(ZI(k[b>>2]|0)|0);return}function _C(a,b){a=a|0;b=b|0;_z(a,40)|0;IF(a,b)|0;return a|0}function $C(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;Vr(a,c);if(!(k[c>>2]|0))k[a+16>>2]=k[b+12>>2];return}function aD(a,b){a=a|0;b=b|0;_C(k[a>>2]|0,24829)|0;Ep(a,b);return}function bD(a){a=a|0;var b=0;a=yh(a,20)|0;k[a>>2]=4;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[a+4>>2]=5;return a|0}function cD(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+xI(b);k[a>>2]=4;p[a+8>>3]=c;return}else Ka(18508,13551,386,18740)}function dD(a,b){a=a|0;b=b|0;Zu(a,FI(k[b>>2]|0)|0);return}function eD(a){a=a|0;var b=0.0;switch(k[a>>2]|0){case 3:{b=+xI(a);break}case 4:{b=+wI(a);break}default:Ha()}return +b}function fD(a,b){a=a|0;b=b|0;a=DB(a)|0;if(b|0){$x(a+12|0,b);jl(a)}return a|0}function gD(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=-1;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;b=Ix(0)|0;k[a>>2]=b;return}function hD(){var a=0,b=0,c=0;a=LD(96)|0;b=a;c=b+96|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));return a|0}function iD(a,b){a=a|0;b=b|0;il(a,HI(k[b>>2]|0)|0);return}function jD(a,b){a=a|0;b=b|0;ly(a,FI(k[b>>2]|0)|0);return}function kD(a,b){a=a|0;b=b|0;my(a,HI(k[b>>2]|0)|0);return}function lD(a,b){a=a|0;b=b|0;av(a,b);k[a+12>>2]=-1;k[a+16>>2]=-1;return}function mD(){var a=0,b=0;a=r;r=r+16|0;if(!(cb(45948,3)|0)){b=Za(k[11488]|0)|0;r=a;return b|0}else DI(38474,a);return 0}function nD(){var a=0;if(!(i[41520]|0)){i[41520]=1;a=41408}else a=LD(112)|0;k[10349]=a;k[10348]=a;k[10350]=a+112;return}function oD(a){a=a|0;if(!a){a=La(4)|0;k[a>>2]=3168;pb(a|0,16,1)}else return Mb[k[(k[a>>2]|0)+24>>2]&127](a)|0;return 0}function pD(){var a=0;a=LD(24)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return a|0}function qD(a){a=a|0;ZA(a+48|0);ZA(a+36|0);VE(a);return}function rD(a,b){a=a|0;b=b|0;vk(a,PI(k[b>>2]|0)|0);return}function sD(a,b){a=a|0;b=b|0;zt(a,FI(k[b>>2]|0)|0);return}function tD(a,b){a=a|0;b=b|0;zt(a,HI(k[b>>2]|0)|0);return}function uD(a){a=a|0;ZA(a+20|0);Bz(a+4|0);return}function vD(a){a=a|0;a=k[a+8>>2]|0;if(a){a=BJ(a)|0;if(!a)a=4;else{BJ(a)|0;a=4}}else a=1;return a|0}function wD(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);if((b&2147483647)>>>0>2139095040)return b&8388607|0;else Ka(19139,13551,281,19247);return 0}function xD(a,b){a=a|0;b=b|0;hm(aJ(k[b>>2]|0)|0);return}function yD(a,b){a=a|0;b=b|0;if(b>>>0<1106247679|(b|0)==1106247679&a>>>0<4292870145)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function zD(a,b){a=a|0;b=b|0;if(b>>>0<1105199103|(b|0)==1105199103&a>>>0<4290772993)a=1;else a=(b|0)<0&(b>>>0<3252682752|(b|0)==-1042284544&a>>>0<1);return a|0}function AD(a,b){a=a|0;b=b|0;k[a>>2]=b;a=a+4|0;Xt(a);Hm(a,b);return}function BD(a){a=a|0;k[a>>2]=3572;k[a+64>>2]=3612;k[a+8>>2]=3592;MD(a+12|0);return}function CD(a){a=a|0;var b=0,c=0;b=a+12|0;wN(b);c=a+88|0;k[c>>2]=k[c>>2]|4;wN(a+40|0);qK(b);return}function DD(a,b){a=a|0;b=b|0;var c=0,d=0;Jt(a,b);d=b+32|0;c=k[d+4>>2]|0;b=a+32|0;k[b>>2]=k[d>>2];k[b+4>>2]=c;return}function ED(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=a;f=c;c=hy(e,f)|0;a=N;return (N=(aa(b,f)|0)+(aa(d,e)|0)+a|a&0,c|0|0)|0}function FD(a){a=a|0;var b=0;b=LD(24)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=b;return}function GD(a,b){a=a|0;b=b|0;Uo(a,_I(k[b>>2]|0)|0);return}function HD(a,b){a=a|0;b=b|0;Ht(a,TI(k[b>>2]|0)|0);return}function ID(a,b){a=a|0;b=b|0;ei(a,UI(k[b>>2]|0)|0);return}function JD(a,b){a=a|0;b=b|0;Jq(a,TI(k[b>>2]|0)|0);return}function KD(a){a=a|0;if(!(i[a+8>>0]|0)){_z(k[a>>2]|0,10)|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1}return}function LD(a){a=a|0;var b=0;b=(a|0)==0?1:a;while(1){a=ac(b)|0;if(a|0)break;a=IM()|0;if(!a){a=0;break}Ob[a&3]()}return a|0}function MD(a){a=a|0;k[a>>2]=3400;NJ(a+32|0);aL(a);return}function ND(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;xq(a,12116,AJ(12116)|0);return}function OD(a,b){a=a|0;b=b|0;Hn(a,PI(k[b>>2]|0)|0);return}function PD(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;xq(a,12140,AJ(12140)|0);return}function QD(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;k[e>>2]=c;k[h>>2]=f;return 3}function RD(a,b){a=a|0;b=b|0;un(RI(k[b>>2]|0)|0);return}function SD(a,b){a=a|0;b=b|0;$C(a,ZI(k[b>>2]|0)|0);return}function TD(a,b){a=a|0;b=b|0;un(VI(k[b>>2]|0)|0);return}function UD(a,b){a=a|0;b=b|0;_C(k[a>>2]|0,24842)|0;Ep(a,b);return}function VD(a){a=a|0;JI(a+16|0);NJ(a);return}function WD(a,b){a=a|0;b=b|0;Yj(a,UI(k[b>>2]|0)|0);return}function XD(a,b){a=a|0;b=b|0;ny(a,TI(k[b>>2]|0)|0);return}function YD(a,b){a=a|0;b=b|0;Wm(a,PI(k[b>>2]|0)|0);return}function ZD(a,b){a=a|0;b=b|0;TH(a,FI(k[b>>2]|0)|0);return}function _D(a,b){a=a|0;b=b|0;if(b>>>0<1139802112|(b|0)==1139802112&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function $D(a,b){a=a|0;b=b|0;if(b>>>0<1138753536|(b|0)==1138753536&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3286237184|(b|0)==-1008730112&a>>>0<1);return a|0}function aE(a){a=a|0;dA(a);k[a>>2]=4196;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;return}function bE(a){a=a|0;var b=0;b=r;r=r+16|0;vc(a);if(!(mb(k[11488]|0,0)|0)){r=b;return}else DI(38573,b)}function cE(a){a=a|0;var b=0,c=0;c=a+4|0;b=k[c>>2]|0;k[c>>2]=b+-1;if(!b)Jb[k[(k[a>>2]|0)+8>>2]&255](a);return}function dE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}return c|0}function eE(a){a=a|0;xC(a);or(a+16|0);k[a>>2]=4840;return}function fE(){var a=0;a=ac(4)|0;if(!a)return a|0;if(!(k[a+-4>>2]&3))return a|0;i[a>>0]=0;i[a+1>>0]=0;i[a+2>>0]=0;i[a+3>>0]=0;return a|0}function gE(a,b){a=a|0;b=b|0;nB(a,PI(k[b>>2]|0)|0);return}function hE(a,b){a=a|0;b=b|0;tw(a,KI(k[b>>2]|0)|0);return}function iE(a,b){a=a|0;b=b|0;MH(a,LI(k[b>>2]|0)|0);return}function jE(a,b){a=a|0;b=b|0;ht(a,PI(k[b>>2]|0)|0);return}function kE(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;return Db[a&7](b|0,c|0,d|0,e|0,f|0,g|0,h|0)|0}function lE(a,b){a=a|0;b=b|0;NE(a,UI(k[b>>2]|0)|0);return}function mE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;k[d>>2]=i[b>>0];d=d+4|0;b=b+1|0}return c|0}function nE(a,b){a=a|0;b=b|0;rB(a,MI(k[b>>2]|0)|0);return}function oE(a,b){a=a|0;b=b|0;rj(a,PI(k[b>>2]|0)|0);return}function pE(a,b){a=a|0;b=b|0;NE(a,ZI(k[b>>2]|0)|0);return}function qE(a,b){a=a|0;b=b|0;TH(a,QI(k[b>>2]|0)|0);return}function rE(a,b){a=a|0;b=b|0;qB(a,RI(k[b>>2]|0)|0);return}function sE(a,b){a=a|0;b=b|0;rB(a,TI(k[b>>2]|0)|0);return}function tE(a,b){a=a|0;b=b|0;ve(a,UI(k[b>>2]|0)|0);return}function uE(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=b;if(!c)break;else d=d+4|0}}return a|0}function vE(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;yq(a,1,45);return}function wE(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;zs(a,1,45);return}function xE(a,b){a=a|0;b=b|0;nK(k[k[b>>2]>>2]|0);i[a+24>>0]=1;return}function yE(){var a=0,b=0,c=0;a=LD(52)|0;b=a;c=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));aE(a);return a|0}function zE(a){a=a|0;switch(a&74){case 64:{a=8;break}case 8:{a=16;break}case 0:{a=0;break}default:a=10}return a|0}function AE(a,b){a=a|0;b=b|0;kr(a,TI(k[b>>2]|0)|0);return}function BE(a,b){a=a|0;b=b|0;Nj(a,UI(k[b>>2]|0)|0);return}function CE(a){a=a|0;a=yh(a,32)|0;k[a>>2]=14;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+28>>2]=0;return a|0}function DE(a,b){a=a|0;b=b|0;var c=0;c=k[a+40>>2]|0;if((k[a+44>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else return 0;return 0}function EE(a,b){a=a|0;b=b|0;a=pJ(a)|0;k[a+8>>2]=20;k[a+12>>2]=b;fj(a);return a|0}function FE(a){a=a|0;if(((i[a+25>>0]|0)==0?(k[a+48>>2]|0)==0:0)?(i[a+53>>0]|0)==0:0)a=(i[a+24>>0]|0)!=0;else a=1;return a|0}function GE(a,b){a=a|0;b=b|0;var c=0;if(!((a|0)!=0?(c=DE(a,b)|0,(c|0)!=0):0))c=Ix(b)|0;return c|0}function HE(a,b){a=a|0;b=b|0;iI(a,VI(k[b>>2]|0)|0);return}function IE(){var a=0,b=0,c=0;a=LD(68)|0;b=a;c=b+68|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));pA(a);return a|0}function JE(){var a=0,b=0,c=0;a=LD(128)|0;b=a;c=b+128|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));zr(a);return a|0}function KE(a){a=a|0;Wv(a);return}function LE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=Wl(a,b,c,f)|0;r=e;return d|0}function ME(a,b){a=a|0;b=b|0;$k(a,aJ(k[b>>2]|0)|0);return}function NE(a,b){a=a|0;b=b|0;b=b+8|0;if(k[b>>2]|0)cw(a+56|0,b);return}function OE(a){a=a|0;UM(a+44|0);vN(a+16|0);au(a);return}function PE(a){a=a|0;var b=0,c=0;c=(k[a>>2]|0)+-4|0;b=k[c>>2]|0;k[c>>2]=b+-1;if((b+-1|0)<0)dO((k[a>>2]|0)+-12|0);return}function QE(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;vs(a,40088,5);return}function RE(a,b){a=a|0;b=b|0;Eo(a,ZI(k[b>>2]|0)|0);return}function SE(a,b){a=a|0;b=b|0;a=k[a+4>>2]|0;tl(a,b,-5-b+(k[a+4>>2]|0)-(k[a>>2]|0)|0);return}function TE(a){a=a|0;_z(_C(a,23363)|0,41)|0;return}function UE(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;vs(a,40094,4);return}function VE(a){a=a|0;aA(a+24|0);ZA(a+12|0);ZA(a);return}function WE(a,b){a=a|0;b=b|0;uI(k[b>>2]|0)|0;i[a+25>>0]=1;return}function XE(a){a=a|0;switch(k[a+8>>2]|0){case 3:case 1:case 0:{k[a+4>>2]=1;break}case 2:{k[a+4>>2]=1;break}default:Ha()}return}function YE(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=LD(128)|0;mn(d,a,b,c);return d|0}function ZE(){var a=0,b=0,c=0;a=LD(64)|0;b=a;c=b+64|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));FA(a);return a|0}function _E(a,b){a=a|0;b=b|0;if((b|0)==0&0==0)a=(ZB(a)|0)+32|0;else a=ZB(b)|0;return a|0}function $E(a){a=a|0;var b=0;b=k[a+8>>2]|0;if(!b)Ka(23035,23052,201,23079);else return (k[a+4>>2]|0)+(b+-1<<2)|0;return 0}function aF(a){a=a|0;tF(a);JM(a+60|0);return}function bF(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){k[a>>2]=1;k[a+8>>2]=c;return}else Ka(16504,13551,390,18563)}function cF(a){a=a|0;var b=0;b=LD(4)|0;tv(b,a);return b|0}function dF(a){a=a|0;var b=0;b=LD(8)|0;k[b>>2]=3188;k[b+4>>2]=k[a+4>>2];return b|0}function eF(a){a=a|0;var b=0;b=LD(8)|0;k[b>>2]=3276;k[b+4>>2]=k[a+4>>2];return b|0}function fF(a){a=a|0;var b=0;b=LD(8)|0;k[b>>2]=3232;k[b+4>>2]=k[a+4>>2];return b|0}function gF(a,b){a=a|0;b=b|0;ff(a,UI(k[b>>2]|0)|0);return}function hF(a,b){a=a|0;b=b|0;yI(k[b>>2]|0)|0;i[a+25>>0]=1;return}function iF(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=aa(d>>>0<c>>>0?d:c,a)|0;return (i[b+(a+(c>>>0<d>>>0?d:c))>>0]|0)!=0|0}function jF(a){a=a|0;aF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function kF(a){a=a|0;VH(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function lF(a){a=a|0;BD(a);JM(a+64|0);return}function mF(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Ka(13508,13551,103,39297);else{k[a>>2]=b;return a|0}return 0}function nF(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=32768;b=nO()|0;k[a+20>>2]=b;k[a+24>>2]=0;return}function oF(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==22754?a+4|0:0)|0}function pF(a){a=a|0;if((k[a>>2]|0)==4){a=a+8|0;N=k[a+4>>2]|0;return k[a>>2]|0}else Ka(13768,13551,236,18762);return 0}function qF(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=aa(c,b)|0;a=Ek(a,e,d)|0;if((a|0)!=(e|0))c=(a>>>0)/(b>>>0)|0;return c|0}function rF(a){a=a|0;lF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function sF(a){a=a|0;eI(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function tF(a){a=a|0;k[a>>2]=3324;k[a+60>>2]=3344;MD(a+8|0);return}function uF(a,b){a=a|0;b=b|0;if((k[a+8>>2]|0)>>>0>b>>>0)return (k[a+4>>2]|0)+(b<<2)|0;else Ka(13589,23052,181,39466);return 0}function vF(a,b){a=a|0;b=b|0;BI(k[b>>2]|0)|0;i[a+53>>0]=1;return}function wF(a,b){a=a|0;b=b|0;CI(k[b>>2]|0)|0;i[a+52>>0]=1;return}function xF(a,b){a=a|0;b=b|0;if(!a)a=(MG(b)|0)+32|0;else a=MG(a)|0;return a|0}function yF(a){a=a|0;var b=0;b=LD(48)|0;BB(b,k[a+40>>2]|0);return b|0}function zF(a,b){a=a|0;b=b|0;xi(a,XI(k[b>>2]|0)|0);return}function AF(a,b){a=a|0;b=b|0;k[b>>2]=3188;k[b+4>>2]=k[a+4>>2];return}function BF(a,b){a=a|0;b=b|0;k[b>>2]=3276;k[b+4>>2]=k[a+4>>2];return}function CF(a,b){a=a|0;b=b|0;k[b>>2]=3232;k[b+4>>2]=k[a+4>>2];return}function DF(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if((b+1|0)>>>0<=1?(d=(k[a>>2]|0)<0,e=(c&64)==0,e|d):0)return e&d|0;return 1}function EF(a){a=a|0;ZA(a+24|0);Zz(a+4|0);return}function FF(a,b){a=a|0;b=b|0;return as(b,a)|0}function GF(a){a=a|0;var b=0;b=LD(16)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;i[b+12>>0]=a&1;return b|0}function HF(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=k[a+60>>2];a=TJ(sb(6,c|0)|0)|0;r=b;return a|0}function IF(a,b){a=a|0;b=b|0;return Ij(a,b,Lq(b)|0)|0}function JF(a){a=a|0;jw(k[a+4>>2]|0);return}function KF(a,b){a=a|0;b=b|0;LI(k[b>>2]|0)|0;i[a+24>>0]=1;return}function LF(a,b,c){a=a|0;b=b|0;c=c|0;c=kC(kC(k[a>>2]|0,c)|0,b)|0;k[a>>2]=c;return}function MF(a){a=a|0;FB(a);dO(a);return}function NF(a){a=a|0;var b=0;a=a+8|0;b=k[a>>2]|0;if(!b)Ka(23035,23052,206,23070);else{k[a>>2]=b+-1;return}}function OF(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return Af(c,d,e)|0}function PF(a){a=a|0;if((k[a>>2]|0)==2){a=a+8|0;N=k[a+4>>2]|0;return k[a>>2]|0}else Ka(16504,13551,229,20305);return 0}function QF(a){a=a|0;var b=0,c=0;b=5381;while(1){c=i[a>>0]|0;if(!(c<<24>>24))break;a=a+1|0;b=c<<24>>24^b*33}return b|0}function RF(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==3){k[a+8>>2]=k[b+8>>2];k[a>>2]=1;return}else Ka(18508,13551,216,18730)}function SF(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==1){k[a+8>>2]=k[b+8>>2];k[a>>2]=3;return}else Ka(16443,13551,204,17546)}function TF(a,b){a=a|0;b=b|0;RI(k[b>>2]|0)|0;i[a+53>>0]=1;return}function UF(a){a=+a;p[u>>3]=a;if((k[u+4>>2]|0)<0)return 0;else return a<=18446744073709551616.0&(KN(a)|0)|0;return 0}function VF(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;return Lb[a&63](b|0,c|0,d|0,e|0,f|0,g|0)|0}function WF(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return Ff(c,d,e)|0}function XF(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){N=b>>c;return a>>>c|(b&(1<<c)-1)<<32-c}N=(b|0)<0?-1:0;return b>>c-32|0}function YF(a){a=a|0;var b=0;k[a>>2]=11924;a=a+8|0;b=k[a>>2]|0;if((b|0)!=(FH()|0))dO(k[a>>2]|0);return}function ZF(a,b){a=a|0;b=b|0;VI(k[b>>2]|0)|0;i[a+52>>0]=1;return}function _F(a,b){a=a|0;b=b|0;WI(k[b>>2]|0)|0;i[a+25>>0]=1;return}function $F(a,b){a=a|0;b=b|0;_I(k[b>>2]|0)|0;i[a+25>>0]=1;return}function aG(a){a=a|0;_z(_C(a,23375)|0,41)|0;return}function bG(a,b){a=a|0;b=b|0;Bn(a,aJ(k[b>>2]|0)|0);return}function cG(a){a=a|0;if(!(i[a+25>>0]|0)){a=j[a+52>>1]|0;return (a&65535)>255|(a&255)<<24>>24!=0|0}else return 1;return 0}function dG(a,b){a=a|0;b=b|0;return rm(a,b,Lq(b)|0)|0}function eG(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;_K(b,k[a+28>>2]|0);r=c;return k[b>>2]|0}function fG(a){a=a|0;a=yh(a,24)|0;k[a>>2]=13;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function gG(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=+g;return Hb[a&3](b|0,c|0,d|0,e|0,f|0,+g)|0}function hG(a,b){a=a|0;b=b|0;var c=0;c=LD(84)|0;Le(c,a,b);return c|0}function iG(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){OE(b);dO(b)}return}function jG(a,b){a=a|0;b=b|0;return _n(a,b,Lq(b)|0)|0}function kG(a,b){a=a|0;b=b|0;if(!((b|0)!=0?(k[b>>2]|0)==1:0))b=fD(a,b)|0;return b|0}function lG(a,b,c){a=a|0;b=b|0;c=c|0;k[a>>2]=b;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Ka(13508,13551,100,13562);else return}function mG(){var a=0;a=r;r=r+16|0;if(!(Ga(45952,205)|0)){r=a;return}else DI(38523,a)}function nG(a,b){a=a|0;b=b|0;wn(a,b,AJ(b)|0);return}function oG(a,b){a=a|0;b=b|0;Cn(a,b,Lq(b)|0);return}function pG(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==14413?a+4|0:0)|0}function qG(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==16385?a+4|0:0)|0}function rG(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==16231?a+4|0:0)|0}function sG(a){a=a|0;_A(a+20|0);Oy(a);return}function tG(a,b,c){a=a|0;b=b|0;c=c|0;a=a+44|0;c=kC(kC(k[a>>2]|0,c)|0,b)|0;k[a>>2]=c;return}function uG(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;Fb[a&15](b|0,c|0,d|0,e|0,f|0,g|0)}function vG(a){a=a|0;a=45248;do{a=a+-12|0;CJ(a)}while((a|0)!=44960);return}function wG(a){a=a|0;a=44436;do{a=a+-12|0;NJ(a)}while((a|0)!=44148);return}function xG(a,b){a=a|0;b=b|0;nK(k[k[b>>2]>>2]|0);return}function yG(a,b){a=a|0;b=b|0;SG(a,(i[b+11>>0]|0)<0?k[b>>2]|0:b,0);return}function zG(a){a=a|0;a=45540;do{a=a+-12|0;CJ(a)}while((a|0)!=45252);return}function AG(a){a=a|0;a=44728;do{a=a+-12|0;NJ(a)}while((a|0)!=44440);return}function BG(a){a=a|0;a=45712;do{a=a+-12|0;CJ(a)}while((a|0)!=45544);return}function CG(a){a=a|0;Sw(k[a+4>>2]|0);return}function DG(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){N=b<<c|(a&(1<<c)-1<<32-c)>>>32-c;return a<<c}N=a<<c-32;return 0}function EG(a,b,c){a=a|0;b=b|0;c=c|0;if(b>>>0>c>>>0)return a+(c<<2)|0;else Ka(13589,23052,181,39466);return 0}function FG(a){a=a|0;a=44900;do{a=a+-12|0;NJ(a)}while((a|0)!=44732);return}function GG(a){a=a|0;var b=0;b=LD(8)|0;k[b>>2]=3668;k[b+4>>2]=k[a+4>>2];return b|0}function HG(a){a=a|0;k[a>>2]=3504;ZA(a+16|0);_A(a+4|0);return}function IG(a,b){a=a|0;b=b|0;var c=0;c=LD(40)|0;Fh(c,a,b);return c|0}function JG(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){N=b>>>c;return a>>>c|(b&(1<<c)-1)<<32-c}N=0;return b>>>c-32|0}function KG(a,b){a=a|0;b=b|0;uI(k[b>>2]|0)|0;return}function LG(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[e>>2]=c;Jw(a,b,e)|0;r=d;return}function MG(a){a=a|0;if(!a)a=32;else{a=31031+((aa(a&0-a,125613361)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function NG(a,b){a=a|0;b=b|0;k[a+12>>2]=b;b=yh(k[a>>2]|0,b<<2)|0;k[a+4>>2]=b;return}function OG(a,b){a=a|0;b=b|0;return $b(a,b)|0}function PG(a,b){a=a|0;b=b|0;tx(a,b);return lB(a)|0}function QG(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;d=d-c|0;return (d>>>0<e>>>0?d:e)|0}function RG(a,b){a=a|0;b=b|0;k[b>>2]=3668;k[b+4>>2]=k[a+4>>2];return}function SG(a,b,c){a=a|0;b=b|0;c=c|0;if(!b)Ka(13428,13430,63,13465);else{Oe(a,b,c);return}}function TG(a){a=a|0;a=a-(a>>>1&1431655765)|0;a=(a>>>2&858993459)+(a&858993459)|0;return (aa((a>>>4)+a&252645135,16843009)|0)>>>24|0}function UG(a,b){a=a|0;b=b|0;yI(k[b>>2]|0)|0;return}function VG(){bu(41288,xw(45796)|0);return}function WG(){bu(41280,xw(45788)|0);return}function XG(){bu(41272,xw(45780)|0);return}function YG(){bu(41264,xw(45772)|0);return}function ZG(){bu(41344,xw(45732)|0);return}function _G(){bu(41328,xw(45724)|0);return}function $G(){bu(41312,xw(45716)|0);return}function aH(){bu(41296,xw(44904)|0);return}function bH(a,b,c){a=a|0;b=b|0;c=c|0;sz(a+4|0,k[c>>2]|0);return}function cH(){}function dH(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=b-d-(c>>>0>a>>>0|0)>>>0;return (N=d,a-c>>>0|0)|0}function eH(){bu(41224,xw(44092)|0);return}function fH(){bu(41216,xw(44084)|0);return}function gH(){bu(41208,xw(44076)|0);return}function hH(){bu(41200,xw(44052)|0);return}function iH(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0<128)a=(j[12916+(c<<1)>>1]&b)<<16>>16!=0;else a=0;return a|0}function jH(a,b){a=a|0;b=b|0;BI(k[b>>2]|0)|0;return}function kH(a,b){a=a|0;b=b|0;CI(k[b>>2]|0)|0;return}function lH(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];dv(a+4|0,b+4|0);return}function mH(a,b){a=a|0;b=b|0;if((k[a+24>>2]|0)==(b|0)){a=a+28|0;k[a>>2]=(k[a>>2]|0)+1}return}function nH(a){a=a|0;xC(a);k[a>>2]=4596;k[a+20>>2]=0;k[a+24>>2]=0;k[a+16>>2]=a+20;return}function oH(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Ub[a&31](b|0,c|0,d|0,e|0,f|0)|0}function pH(a,b){a=a|0;b=b|0;FI(k[b>>2]|0)|0;return}function qH(a,b){a=a|0;b=b|0;HI(k[b>>2]|0)|0;return}function rH(a,b){a=a|0;b=b|0;UI(k[b>>2]|0)|0;return}function sH(a,b){a=a|0;b=b|0;IK(k[k[b>>2]>>2]|0);return}function tH(a){a=a|0;a=LD(40)|0;qA(a);k[a>>2]=4276;return a|0}function uH(a){a=a|0;a=yh(a,16)|0;k[a>>2]=12;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function vH(a){a=a|0;a=yh(a,12)|0;k[a>>2]=11;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function wH(a,b){a=a|0;b=b|0;ZI(k[b>>2]|0)|0;return}function xH(a,b){a=a|0;b=b|0;XI(k[b>>2]|0)|0;return}function yH(a){a=a|0;a=Ah(a)|0;if((a&255)<5)return a<<24>>24|0;else Ha();return 0}function zH(a){a=a|0;var b=0;b=QH()|0;b=k[b>>2]|0;k[a>>2]=b;lL(b);return}function AH(a,b){a=a|0;b=b|0;PI(k[b>>2]|0)|0;return}function BH(a,b){a=a|0;b=b|0;KI(k[b>>2]|0)|0;return}function CH(a,b){a=a|0;b=b|0;LI(k[b>>2]|0)|0;return}function DH(a,b){a=a|0;b=b|0;MI(k[b>>2]|0)|0;return}function EH(a){a=a|0;a=yh(a,12)|0;k[a>>2]=20;k[a+8>>2]=0;k[a+4>>2]=5;return a|0}function FH(){var a=0;if((i[40896]|0)==0?VK(40896)|0:0){a=qw(2147483647,35438,0)|0;k[11009]=a}return k[11009]|0}function GH(a,b,c){a=a|0;b=b|0;c=c|0;b=r;r=r+16|0;a=b;k[a>>2]=c;Yi(4916,38171,a)|0;r=b;return}function HH(){var a=0;a=RH()|0;a=k[a>>2]|0;k[11465]=a;lL(a);return}function IH(a,b){a=a|0;b=b|0;QI(k[b>>2]|0)|0;return}function JH(a,b){a=a|0;b=b|0;RI(k[b>>2]|0)|0;return}function KH(a,b){a=a|0;b=b|0;SI(k[b>>2]|0)|0;return}function LH(a,b){a=a|0;b=b|0;TI(k[b>>2]|0)|0;return}function MH(a,b){a=a|0;b=b|0;Wg(a,b,b+8|0,0,0,0)|0;return}function NH(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;return Tb[a&7](b|0,c|0,d|0,e|0,+f)|0}function OH(a){a=a|0;sL(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function PH(a){a=a|0;tL(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function QH(){if((i[41544]|0)==0?VK(41544)|0:0){HH();k[11466]=45860}return k[11466]|0}function RH(){if((i[41376]|0)==0?VK(41376)|0:0){CM();k[11464]=45852}return k[11464]|0}function SH(a){a=a|0;a=LD(40)|0;AA(a);k[a>>2]=3756;return a|0}function TH(a,b){a=a|0;b=b|0;Wg(a,b,b+12|0,0,0,0)|0;return}function UH(a){a=a|0;a=yh(a,16)|0;k[a>>2]=3;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function VH(a){a=a|0;aF(a);dO(a);return}function WH(a,b){a=a|0;b=b|0;VI(k[b>>2]|0)|0;return}function XH(a,b){a=a|0;b=b|0;WI(k[b>>2]|0)|0;return}function YH(a,b){a=a|0;b=b|0;_I(k[b>>2]|0)|0;return}function ZH(a,b){a=a|0;b=b|0;aJ(k[b>>2]|0)|0;return}function _H(a){a=a|0;a=LD(52)|0;lC(a);k[a>>2]=4516;return a|0}function $H(a){a=a|0;ZA(a+32|0);Zz(a+4|0);return}function aI(a){a=a|0;a=yh(a,20)|0;k[a>>2]=2;k[a+4>>2]=0;k[a+16>>2]=0;return a|0}function bI(a){a=a|0;return Ah(k[a+4>>2]|0)|0}function cI(a){a=a|0;lF(a+-8|0);return}function dI(a){a=a|0;eI(a+-8|0);return}function eI(a){a=a|0;lF(a);dO(a);return}function fI(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==22502?a+4|0:0)|0}function gI(a){a=a|0;if((k[a>>2]|0)==2)return +(+p[a+8>>3]);else Ka(16504,13551,238,16526);return +(0.0)}function hI(a){a=a|0;if((k[a>>2]|0)==1)return +(+o[a+8>>2]);else Ka(16443,13551,237,16465);return +(0.0)}function iI(a,b){a=a|0;b=b|0;Wg(a,b,b+20|0,0,0,0)|0;return}function jI(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;Gb[a&3](b|0,c|0,d|0,e|0,f|0)}function kI(a){a=a|0;if((i[a+11>>0]|0)<0)vc(k[a>>2]|0);return}function lI(){var a=0;a=LD(168)|0;iu(a|0,0,168)|0;Ou(a);k[a>>2]=4880;return a|0}function mI(a){a=a|0;if(a|0){hL(k[a>>2]|0);dO(a)}return}function nI(a){a=a|0;return ((k[a+24>>2]|0)-(k[a+20>>2]|0)>>2)+((k[a+12>>2]|0)-(k[a+8>>2]|0)>>2)|0}function oI(a){a=a|0;if((k[a>>2]|0)==3)return k[a+8>>2]|0;else Ka(18508,13551,235,18646);return 0}function pI(a,b){a=a|0;b=b|0;eu(b);return}function qI(a){a=a|0;MD(a);dO(a);return}function rI(a,b){a=a|0;b=b|0;b=kC(k[a>>2]|0,b)|0;k[a>>2]=b;return}function sI(a){a=a|0;By(k[a+4>>2]|0);return}function tI(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)a=0;else a=sv(a,b,c)|0;return a|0}function uI(a){a=a|0;if((k[a>>2]|0)==8)return a|0;else Ka(15185,13551,907,15216);return 0}function vI(a,b){a=a|0;b=b|0;i[a>>0]=2;i[a+1>>0]=3;i[a+2>>0]=0;i[a+3>>0]=4;return}function wI(a){a=a|0;if((k[a>>2]|0)==4)return +(+p[a+8>>3]);else Ka(13768,13551,231,13790);return +(0.0)}function xI(a){a=a|0;if((k[a>>2]|0)==3)return +(+o[a+8>>2]);else Ka(18508,13551,230,18530);return +(0.0)}function yI(a){a=a|0;if((k[a>>2]|0)==7)return a|0;else Ka(15185,13551,907,15216);return 0}function zI(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;k[e>>2]=c;return 3}function AI(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Xu(a+4|0,b+4|0);return}function BI(a){a=a|0;if((k[a>>2]|0)==12)return a|0;else Ka(15185,13551,907,15216);return 0}function CI(a){a=a|0;if((k[a>>2]|0)==11)return a|0;else Ka(15185,13551,907,15216);return 0}function DI(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;k[c>>2]=b;Yi(4916,a,c)|0;mt();Ha()}function EI(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Ot(a+4|0,b+4|0);return}function FI(a){a=a|0;if((k[a>>2]|0)==10)return a|0;else Ka(15185,13551,907,15216);return 0}function GI(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Ku(a+4|0,b+4|0);return}function HI(a){a=a|0;if((k[a>>2]|0)==9)return a|0;else Ka(15185,13551,907,15216);return 0}function II(a){a=a|0;var b=0;k[a>>2]=11992;b=k[a+8>>2]|0;if(b|0?i[a+12>>0]|0:0)bO(b);return}function JI(a){a=a|0;aC(a+16|0);NJ(a);return}function KI(a){a=a|0;if((k[a>>2]|0)==18)return a|0;else Ka(15185,13551,907,15216);return 0}function LI(a){a=a|0;if((k[a>>2]|0)==20)return a|0;else Ka(15185,13551,907,15216);return 0}function MI(a){a=a|0;if((k[a>>2]|0)==17)return a|0;else Ka(15185,13551,907,15216);return 0}function NI(a,b){a=a|0;b=b|0;b=xw(b)|0;return k[(k[a+8>>2]|0)+(b<<2)>>2]|0}function OI(a){a=a|0;if((k[a>>2]|0)==1)return k[a+8>>2]|0;else Ka(16443,13551,228,19185);return 0}function PI(a){a=a|0;if((k[a>>2]|0)==5)return a|0;else Ka(15185,13551,907,15216);return 0}function QI(a){a=a|0;if((k[a>>2]|0)==16)return a|0;else Ka(15185,13551,907,15216);return 0}function RI(a){a=a|0;if((k[a>>2]|0)==14)return a|0;else Ka(15185,13551,907,15216);return 0}function SI(a){a=a|0;if((k[a>>2]|0)==15)return a|0;else Ka(15185,13551,907,15216);return 0}function TI(a){a=a|0;if((k[a>>2]|0)==4)return a|0;else Ka(15185,13551,907,15216);return 0}function UI(a){a=a|0;if((k[a>>2]|0)==1)return a|0;else Ka(15185,13551,907,15216);return 0}function VI(a){a=a|0;if((k[a>>2]|0)==13)return a|0;else Ka(15185,13551,907,15216);return 0}function WI(a){a=a|0;if((k[a>>2]|0)==21)return a|0;else Ka(15185,13551,907,15216);return 0}function XI(a){a=a|0;if((k[a>>2]|0)==19)return a|0;else Ka(15185,13551,907,15216);return 0}function YI(a){a=a|0;a=yh(a,8)|0;k[a>>2]=23;k[a+4>>2]=5;return a|0}function ZI(a){a=a|0;if((k[a>>2]|0)==3)return a|0;else Ka(15185,13551,907,15216);return 0}function _I(a){a=a|0;if((k[a>>2]|0)==6)return a|0;else Ka(15185,13551,907,15216);return 0}function $I(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Ka(13679,13688,99,13708);return 0}function aJ(a){a=a|0;if((k[a>>2]|0)==2)return a|0;else Ka(15185,13551,907,15216);return 0}function bJ(a){a=a|0;a=yh(a,16)|0;k[a>>2]=10;k[a+4>>2]=0;return a|0}function cJ(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return Qb[a&7](b|0,c|0,d|0,e|0)|0}function dJ(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Ka(13679,13688,94,13847);return 0}function eJ(a){a=a|0;a=yh(a,12)|0;k[a>>2]=9;k[a+4>>2]=0;return a|0}function fJ(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=a+c>>>0;return (N=b+d+(c>>>0<a>>>0|0)>>>0,c|0)|0}function gJ(a){a=a|0;var b=0;b=k[a>>2]|0;if((b|0)!=(FH()|0))dO(k[a>>2]|0);return}function hJ(a){a=a|0;a=yh(a,20)|0;k[a>>2]=18;k[a+4>>2]=0;return a|0}function iJ(a){a=a|0;a=yh(a,20)|0;k[a>>2]=17;k[a+4>>2]=0;return a|0}function jJ(){bu(41128,xw(45836)|0);return}function kJ(){bu(41136,xw(45844)|0);return}function lJ(a,b){a=a|0;b=b|0;av(a,b+16|0);return}function mJ(a,b){a=a|0;b=b|0;av(a,b+12|0);return}function nJ(a,b){a=a|0;b=b|0;a=a+44|0;b=kC(k[a>>2]|0,b)|0;k[a>>2]=b;return}function oJ(){var a=0;a=LD(112)|0;eq(a);return a|0}function pJ(a){a=a|0;a=yh(a,16)|0;k[a>>2]=16;k[a+4>>2]=0;return a|0}function qJ(a){a=a|0;if(a|0){aA(a);dO(a)}return}function rJ(a){a=a|0;gC(a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0);return}function sJ(a){a=a|0;gC(a+(k[(k[a>>2]|0)+-12>>2]|0)+8|0);return}function tJ(){bu(41112,xw(45828)|0);return}function uJ(){bu(41104,xw(45820)|0);return}function vJ(a){a=a|0;a=yh(a,12)|0;k[a>>2]=19;k[a+4>>2]=0;return a|0}function wJ(){var a=0;if(!(k[10605]|0))a=42464;else{a=(nO()|0)+64|0;a=k[a>>2]|0}return a|0}function xJ(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[7660+(b<<24>>24<<2)>>2]&255;return b|0}function yJ(){var a=0;a=k[10516]|0;if(!a)a=0;else a=(i[a+12>>0]|0)!=0;return a|0}function zJ(a){a=a|0;a=yh(a,8)|0;k[a>>2]=22;k[a+4>>2]=0;return a|0}function AJ(a){a=a|0;var b=0;b=a;while(1)if(!(k[b>>2]|0))break;else b=b+4|0;return b-a>>2|0}function BJ(a){a=a|0;var b=0,c=0;b=(nO()|0)+184|0;c=k[b>>2]|0;if(a|0)k[b>>2]=a;return c|0}function CJ(a){a=a|0;if((i[a+8+3>>0]|0)<0)dO(k[a>>2]|0);return}function DJ(a,b,c){a=a|0;b=b|0;c=c|0;return -1}function EJ(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;ea(12);return 0}function FJ(a){a=a|0;if(a|0){_A(a);dO(a)}return}function GJ(a,b,c){a=a|0;b=b|0;c=c|0;Da(a|0,b|0)|0;return}function HJ(){var a=0;a=LD(12)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function IJ(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[6124+((b&255)<<2)>>2]&255;return b|0}function JJ(){bu(41256,xw(45764)|0);return}function KJ(){bu(41248,xw(45756)|0);return}function LJ(){bu(41240,xw(45748)|0);return}function MJ(){bu(41232,xw(45740)|0);return}function NJ(a){a=a|0;if((i[a+11>>0]|0)<0)dO(k[a>>2]|0);return}function OJ(a,b,c){a=a|0;b=b|0;c=c|0;return (a|0)==(b|0)|0}function PJ(a,b){a=a|0;b=b|0;$w(a,b);return}function QJ(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;Rb[a&31](b|0,c|0,d|0,e|0)}function RJ(a){a=a|0;var b=0;b=LD(44)|0;az(b,a);return b|0}function SJ(a){a=a|0;k[a>>2]=3464;NJ(a+4|0);dO(a);return}function TJ(a){a=a|0;var b=0;if(a>>>0>4294963200){b=wJ()|0;k[b>>2]=0-a;a=-1}return a|0}function UJ(a){a=a|0;return 360}function VJ(a){a=a|0;a=LD(168)|0;Ou(a);k[a>>2]=4880;return a|0}function WJ(a){a=a|0;if(!a)return;else Ka(26411,26432,89,27998)}function XJ(a){a=a|0;k[a>>2]=12084;NJ(a+16|0);return}function YJ(a){a=a|0;k[a>>2]=12044;NJ(a+12|0);return}function ZJ(a){a=a|0;if(a>>>0<1602224128)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function _J(a){a=a|0;if(a>>>0<1593835520)a=1;else a=(a|0)<0&a>>>0<3741319169;return a|0}function $J(a){a=a|0;if(a>>>0<1333788672)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function aK(a){a=a|0;if(a>>>0<1325400064)a=1;else a=(a|0)<0&a>>>0<3472883713;return a|0}function bK(){bu(41168,xw(44068)|0);return}function cK(){bu(41144,xw(44044)|0);return}function dK(){bu(41368,xw(45812)|0);return}function eK(){bu(41360,xw(45804)|0);return}function fK(){bu(41072,xw(44020)|0);return}function gK(){bu(41064,xw(44012)|0);return}function hK(a){a=a|0;if(a|0)Jb[k[(k[a>>2]|0)+4>>2]&255](a);return}function iK(a){a=a|0;if(a|0){HG(a);dO(a)}return}function jK(a){a=a|0;if(a|0){yr(a);dO(a)}return}function kK(a){a=a|0;var b=0;b=r;r=r+16|0;Ob[a&3]();DI(38626,b)}function lK(){bu(41096,xw(44060)|0);return}function mK(){bu(41080,xw(44028)|0);return}function nK(a){a=a|0;if((a|0)==23)return;else Ka(15185,13551,907,15216)}function oK(){var a=0;a=LD(168)|0;iu(a|0,0,168)|0;Ou(a);return a|0}function pK(a){a=a|0;gJ(a+8|0);dO(a);return}function qK(a){a=a|0;if(!(_N(a|0)|0))return;else Ka(37681,37689,48,37791)}function rK(){if((i[41552]|0)==0?VK(41552)|0:0)Ga(45944,204)|0;return}function sK(a){a=a|0;k[a>>2]=9156;RL(a+4|0);dO(a);return}function tK(a){a=a|0;k[a>>2]=9092;RL(a+4|0);dO(a);return}function uK(a,b){a=a|0;b=b|0;a=TG(a)|0;return (TG(b)|0)+a|0}function vK(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[6124+(b<<2)>>2]|0;return b|0}function wK(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[7660+(b<<2)>>2]|0;return b|0}function xK(a){a=a|0;pC(a);dO(a);return}function yK(a){a=a|0;iC(a);dO(a);return}function zK(a){a=a|0;k[a>>2]=3464;NJ(a+4|0);return}function AK(a,b){a=a|0;b=b|0;k[a>>2]=12504;LB(a+4|0,b);return}function BK(a,b){a=a|0;b=b|0;return (nw((a|0)==0?50039:a,(b|0)==0?50039:b)|0)<0|0}function CK(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return Eb[a&31](b|0,c|0,d|0)|0}function DK(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;ea(0);return 0}function EK(a){a=+a;var b=0;b=LD(16)|0;k[b>>2]=4;p[b+8>>3]=a;return b|0}function FK(a){a=a|0;if(!a)a=0;else a=(ri(a,3080)|0)!=0;return a&1|0}function GK(a){a=a|0;var b=0;b=k[11010]|0;k[11010]=b+1;k[a+4>>2]=b+1;return}function HK(a){a=a|0;return Ib[k[a+4>>2]&31]()|0}function IK(a){a=a|0;if((a|0)==22)return;else Ka(15185,13551,907,15216)}function JK(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)Ut(a,b,c)|0;return}function KK(){k[10392]=0;k[10393]=0;k[10391]=41568;wd();return}function LK(a,b,c){a=a|0;b=b|0;c=c|0;if(b|0)uE(a,c,b)|0;return}function MK(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)uC(a,b,c)|0;return}function NK(a,b){a=a|0;b=b|0;a=El(a,b)|0;return ((i[a>>0]|0)==(b&255)<<24>>24?a:0)|0}function OK(a){a=a|0;if(a|0){fn(a);dO(a)}return}function PK(a){a=a|0;if(a|0){DC(a+12|0);dO(a)}return}function QK(a){a=a|0;return 112}function RK(a){a=a|0;a=(k[a+4>>2]|0)-(k[a>>2]|0)>>2;return (a>>>0>1?a:1)|0}function SK(a){a=a|0;return 56}function TK(a){a=a|0;return 88}function UK(){var a=0;a=LD(20)|0;zL(a);k[a>>2]=3876;return a|0}function VK(a){a=a|0;if((i[a>>0]|0)==1)a=0;else{i[a>>0]=1;a=1}return a|0}function WK(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0}function XK(a){a=a|0;if(a|0){uD(a);dO(a)}return}function YK(a){a=a|0;gJ(a+8|0);return}function ZK(a){a=a|0;a=a+16|0;k[a>>2]=k[a>>2]|1;return}function _K(a,b){a=a|0;b=b|0;k[a>>2]=b;lL(b);return}function $K(a){a=a|0;k[a>>2]=9156;RL(a+4|0);return}function aL(a){a=a|0;k[a>>2]=9092;RL(a+4|0);return}function bL(a,b,c){a=a|0;b=b|0;c=c|0;return 0}function cL(){var a=0;a=LD(20)|0;zL(a);k[a>>2]=3916;return a|0}function dL(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;Nb[a&31](b|0,c|0,d|0)}function eL(a){a=a|0;var b=0;b=r;r=r+a|0;r=r+15&-16;return b|0}function fL(a){a=a|0;var b=0;b=LD(4)|0;SG(b,a,0);return b|0}function gL(a,b){a=a|0;b=b|0;k[a+16>>2]=(k[a+24>>2]|0)==0|b;return}function hL(a){a=a|0;if(a|0){Pp(a);dO(a)}return}function iL(a){a=a|0;if(!a)Ka(16570,13551,1166,15283);else return}function jL(a){a=a|0;cA(a);dO(a);return}function kL(a,b){a=a|0;b=b|0;if(!a)a=0;else a=Zn(a,b)|0;return a|0}function lL(a){a=a|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1;return}function mL(a,b,c){a=a|0;b=b|0;c=c|0;return (b>>>0<128?b&255:c)|0}function nL(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;ea(8);return 0}function oL(a,b){a=a|0;b=b|0;return i[(k[a>>2]|0)+b>>0]|0}function pL(a,b,c){a=a|0;b=b|0;c=c|0;return (b<<24>>24>-1?b:c)|0}function qL(a){a=a|0;a=LD(52)|0;aE(a);return a|0}function rL(a,b,c){a=a|0;b=b|0;c=c|0;return a|0}function sL(a){a=a|0;gC(a+4|0);dO(a);return}function tL(a){a=a|0;gC(a+8|0);dO(a);return}function uL(a){a=a|0;$K(a);dO(a);return}function vL(a){a=a|0;aL(a);dO(a);return}function wL(a){a=a|0;NJ(a);return}function xL(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;ea(4);return 0}function yL(a){a=a|0;k[a>>2]=12504;PE(a+4|0);return}function zL(a){a=a|0;xC(a);k[a>>2]=3836;k[a+16>>2]=43156;return}function AL(a){a=a|0;a=(cr(a)|0)+8|0;return k[a>>2]|0}function BL(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return ke(a,b,c,d,0)|0}function CL(a){a=a|0;a=LD(68)|0;pA(a);return a|0}function DL(a){a=a|0;return (k[a+4>>2]|0)-(k[a>>2]|0)|0}function EL(a){a=a|0;a=LD(128)|0;zr(a);return a|0}function FL(a){a=a|0;a=LD(168)|0;Ou(a);return a|0}function GL(a){a=a|0;if(!a)a=1;else a=(k[a>>2]|0)==0;return a&1|0}function HL(a){a=a|0;YF(a);dO(a);return}function IL(a,b,c){a=a|0;b=b|0;c=c|0;c=Os(a,b,c,0,-2147483648)|0;return c|0}function JL(a){a=a|0;if(a|0){ci(a);dO(a)}return}function KL(){k[10271]=0;k[10270]=11992;i[41092]=0;k[10272]=12916;return}function LL(a){a=a|0;a=LD(64)|0;FA(a);return a|0}function ML(a,b,c){a=a|0;b=b|0;c=c|0;return Sb[a&31](b|0,c|0)|0}function NL(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;ea(2)}function OL(a){a=a|0;k[a+4>>2]=k[(k[a+12>>2]|0)+4>>2];return}function PL(a,b,c){a=a|0;b=b|0;c=c|0;c=Os(a,b,c,-1,-1)|0;return c|0}function QL(a,b){a=a|0;b=b|0;k[a+40>>2]=b;return}function RL(a){a=a|0;cE(k[a>>2]|0);return}function SL(){KK();ob(183,41564,x|0)|0;return}function TL(a){a=a|0;Ma(k[a>>2]|0,0)|0;k[a>>2]=0;return}function UL(){var a=0;a=Xa(84)|0;return ((a|0)<0?0:a)|0}function VL(a){a=a|0;gC(a+4|0);return}function WL(a){a=a|0;gC(a+8|0);return}function XL(a){a=a|0;return 2}function YL(a){a=a|0;return 312}function ZL(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;ea(17);return 0}function _L(a,b,c){a=a|0;b=b|0;c=c|0;return Eh(0,a,b,c|0?c:42480)|0}function $L(a,b,c){a=a|0;b=b|0;c=c|0;return}function aM(){return nb()|0}function bM(a,b,c){a=a|0;b=b|0;c=c|0;c=PL(a,b,c)|0;return c|0}function cM(a,b){a=a|0;b=b|0;return Gn(a,b)|0}function dM(a,b){a=a|0;b=b|0;if(!y){y=a;z=b}}function eM(a,b,c){a=a|0;b=b|0;c=c|0;Kb[a&1023](b|0,c|0)}function fM(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;ea(16);return 0}function gM(){var a=0;a=LD(200)|0;ep(a);return a|0}function hM(a){a=a|0;return Wf(a,0)|0}function iM(a){a=a|0;return Of(a,0)|0}function jM(){return Ra()|0}function kM(){Kg();ob(192,50038,x|0)|0;return}function lM(a,b,c){a=a|0;b=b|0;c=c|0;c=IL(a,b,c)|0;return c|0}function mM(a){a=a|0;Iz(a);dO(a);return}function nM(){return qb()|0}function oM(){var a=0;a=LD(20)|0;zL(a);return a|0}function pM(a){a=a|0;fq(a);return}function qM(){Ka(37951,37827,1194,37980)}function rM(){Ka(37798,37827,1183,37930)}function sM(a,b){a=a|0;b=b|0;return -1}function tM(a){a=a|0;return Wf(a,1)|0}function uM(a){a=a|0;return Of(a,1)|0}function vM(){k[10516]=0;ob(188,42064,x|0)|0;return}function wM(){Ka(37530,37553,304,37930)}function xM(a){a=a|0;zA(a);dO(a);return}function yM(a,b){a=a|0;b=b|0;b=Os(a,b,10,-2147483648,0)|0;return b|0}function zM(a){a=a|0;return ((a+-48|0)>>>0<10|((a|32)+-97|0)>>>0<6)&1|0}function AM(a,b,c){a=a|0;b=b|0;c=c|0;return Yw(a,b,c)|0}function BM(a){a=a|0;if(!a)return;else Fz()}function CM(){ne();k[11463]=41384;return}function DM(a){a=a|0;ab(a|0)|0;return}function EM(a){a=a|0;gn(a);dO(a);return}function FM(a){a=a|0;bx(a);dO(a);return}function GM(){return lb()|0}function HM(a){a=a|0;a=a+(Op(a)|0)|0;return (i[a>>0]|0?a:0)|0}function IM(){var a=0;a=k[11489]|0;k[11489]=a+0;return a|0}function JM(a){a=a|0;gC(a);return}function KM(a,b){a=a|0;b=b|0}function LM(a){a=a|0;kx(a);dO(a);return}function MM(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;ea(3)}function NM(a){a=a|0;lt(a);dO(a);return}function OM(){var a=0;a=k[3098]|0;k[3098]=a+0;return a|0}function PM(a){a=a|0;XJ(a);dO(a);return}function QM(a){a=a|0;YJ(a);dO(a);return}function RM(){return fb()|0}
+function ac(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+16|0;o=L;do if(a>>>0<245){n=a>>>0<11?16:a+11&-8;a=n>>>3;t=k[10621]|0;c=t>>>a;if(c&3|0){a=(c&1^1)+a|0;c=42524+(a<<1<<2)|0;d=c+8|0;e=k[d>>2]|0;f=e+8|0;g=k[f>>2]|0;do if((c|0)!=(g|0)){if(g>>>0<(k[10625]|0)>>>0)Ha();b=g+12|0;if((k[b>>2]|0)==(e|0)){k[b>>2]=c;k[d>>2]=g;break}else Ha()}else k[10621]=t&~(1<<a);while(0);K=a<<3;k[e+4>>2]=K|3;K=e+K+4|0;k[K>>2]=k[K>>2]|1;K=f;r=L;return K|0}s=k[10623]|0;if(n>>>0>s>>>0){if(c|0){h=2<<a;a=c<<a&(h|0-h);a=(a&0-a)+-1|0;h=a>>>12&16;a=a>>>h;d=a>>>5&8;a=a>>>d;f=a>>>2&4;a=a>>>f;c=a>>>1&2;a=a>>>c;b=a>>>1&1;b=(d|h|f|c|b)+(a>>>b)|0;a=42524+(b<<1<<2)|0;c=a+8|0;f=k[c>>2]|0;h=f+8|0;d=k[h>>2]|0;do if((a|0)!=(d|0)){if(d>>>0<(k[10625]|0)>>>0)Ha();e=d+12|0;if((k[e>>2]|0)==(f|0)){k[e>>2]=a;k[c>>2]=d;i=t;break}else Ha()}else{i=t&~(1<<b);k[10621]=i}while(0);g=(b<<3)-n|0;k[f+4>>2]=n|3;d=f+n|0;k[d+4>>2]=g|1;k[d+g>>2]=g;if(s|0){e=k[10626]|0;b=s>>>3;c=42524+(b<<1<<2)|0;b=1<<b;if(i&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10625]|0)>>>0)Ha();else{j=a;l=b}}else{k[10621]=i|b;j=c;l=c+8|0}k[l>>2]=e;k[j+12>>2]=e;k[e+8>>2]=j;k[e+12>>2]=c}k[10623]=g;k[10626]=d;K=h;r=L;return K|0}j=k[10622]|0;if(j){a=(j&0-j)+-1|0;J=a>>>12&16;a=a>>>J;I=a>>>5&8;a=a>>>I;K=a>>>2&4;a=a>>>K;h=a>>>1&2;a=a>>>h;i=a>>>1&1;i=k[42788+((I|J|K|h|i)+(a>>>i)<<2)>>2]|0;a=i;h=i;i=(k[i+4>>2]&-8)-n|0;while(1){b=k[a+16>>2]|0;if(!b){b=k[a+20>>2]|0;if(!b)break}K=(k[b+4>>2]&-8)-n|0;J=K>>>0<i>>>0;a=b;h=J?b:h;i=J?K:i}e=k[10625]|0;if(h>>>0<e>>>0)Ha();g=h+n|0;if(h>>>0>=g>>>0)Ha();f=k[h+24>>2]|0;c=k[h+12>>2]|0;do if((c|0)==(h|0)){a=h+20|0;b=k[a>>2]|0;if(!b){a=h+16|0;b=k[a>>2]|0;if(!b){m=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ha();else{k[a>>2]=0;m=b;break}}else{d=k[h+8>>2]|0;if(d>>>0<e>>>0)Ha();b=d+12|0;if((k[b>>2]|0)!=(h|0))Ha();a=c+8|0;if((k[a>>2]|0)==(h|0)){k[b>>2]=c;k[a>>2]=d;m=c;break}else Ha()}while(0);do if(f|0){b=k[h+28>>2]|0;a=42788+(b<<2)|0;if((h|0)==(k[a>>2]|0)){k[a>>2]=m;if(!m){k[10622]=j&~(1<<b);break}}else{if(f>>>0<(k[10625]|0)>>>0)Ha();b=f+16|0;if((k[b>>2]|0)==(h|0))k[b>>2]=m;else k[f+20>>2]=m;if(!m)break}a=k[10625]|0;if(m>>>0<a>>>0)Ha();k[m+24>>2]=f;b=k[h+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ha();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);b=k[h+20>>2]|0;if(b|0)if(b>>>0<(k[10625]|0)>>>0)Ha();else{k[m+20>>2]=b;k[b+24>>2]=m;break}}while(0);if(i>>>0<16){K=i+n|0;k[h+4>>2]=K|3;K=h+K+4|0;k[K>>2]=k[K>>2]|1}else{k[h+4>>2]=n|3;k[g+4>>2]=i|1;k[g+i>>2]=i;if(s|0){d=k[10626]|0;b=s>>>3;c=42524+(b<<1<<2)|0;b=1<<b;if(t&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10625]|0)>>>0)Ha();else{p=a;q=b}}else{k[10621]=t|b;p=c;q=c+8|0}k[q>>2]=d;k[p+12>>2]=d;k[d+8>>2]=p;k[d+12>>2]=c}k[10623]=i;k[10626]=g}K=h+8|0;r=L;return K|0}}}else if(a>>>0<=4294967231){a=a+11|0;n=a&-8;j=k[10622]|0;if(j){d=0-n|0;a=a>>>8;if(a)if(n>>>0>16777215)i=31;else{q=(a+1048320|0)>>>16&8;D=a<<q;p=(D+520192|0)>>>16&4;D=D<<p;i=(D+245760|0)>>>16&2;i=14-(p|q|i)+(D<<i>>>15)|0;i=n>>>(i+7|0)&1|i<<1}else i=0;a=k[42788+(i<<2)>>2]|0;a:do if(!a){c=0;e=0;D=86}else{e=0;h=a;g=n<<((i|0)==31?0:25-(i>>>1)|0);c=0;while(1){a=(k[h+4>>2]&-8)-n|0;if(a>>>0<d>>>0)if(!a){a=h;d=0;c=h;D=90;break a}else{e=h;d=a}a=k[h+20>>2]|0;h=k[h+16+(g>>>31<<2)>>2]|0;c=(a|0)==0|(a|0)==(h|0)?c:a;a=(h|0)==0;if(a){D=86;break}else g=g<<(a&1^1)}}while(0);if((D|0)==86){if((c|0)==0&(e|0)==0){a=2<<i;a=j&(a|0-a);if(!a)break;q=(a&0-a)+-1|0;l=q>>>12&16;q=q>>>l;i=q>>>5&8;q=q>>>i;m=q>>>2&4;q=q>>>m;p=q>>>1&2;q=q>>>p;c=q>>>1&1;c=k[42788+((i|l|m|p|c)+(q>>>c)<<2)>>2]|0}if(!c){i=e;h=d}else{a=e;D=90}}if((D|0)==90)while(1){D=0;q=(k[c+4>>2]&-8)-n|0;e=q>>>0<d>>>0;d=e?q:d;a=e?c:a;e=k[c+16>>2]|0;if(e|0){c=e;D=90;continue}c=k[c+20>>2]|0;if(!c){i=a;h=d;break}else D=90}if((i|0)!=0?h>>>0<((k[10623]|0)-n|0)>>>0:0){e=k[10625]|0;if(i>>>0<e>>>0)Ha();g=i+n|0;if(i>>>0>=g>>>0)Ha();f=k[i+24>>2]|0;c=k[i+12>>2]|0;do if((c|0)==(i|0)){a=i+20|0;b=k[a>>2]|0;if(!b){a=i+16|0;b=k[a>>2]|0;if(!b){s=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ha();else{k[a>>2]=0;s=b;break}}else{d=k[i+8>>2]|0;if(d>>>0<e>>>0)Ha();b=d+12|0;if((k[b>>2]|0)!=(i|0))Ha();a=c+8|0;if((k[a>>2]|0)==(i|0)){k[b>>2]=c;k[a>>2]=d;s=c;break}else Ha()}while(0);do if(f){b=k[i+28>>2]|0;a=42788+(b<<2)|0;if((i|0)==(k[a>>2]|0)){k[a>>2]=s;if(!s){t=j&~(1<<b);k[10622]=t;break}}else{if(f>>>0<(k[10625]|0)>>>0)Ha();b=f+16|0;if((k[b>>2]|0)==(i|0))k[b>>2]=s;else k[f+20>>2]=s;if(!s){t=j;break}}a=k[10625]|0;if(s>>>0<a>>>0)Ha();k[s+24>>2]=f;b=k[i+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ha();else{k[s+16>>2]=b;k[b+24>>2]=s;break}while(0);b=k[i+20>>2]|0;if(b)if(b>>>0<(k[10625]|0)>>>0)Ha();else{k[s+20>>2]=b;k[b+24>>2]=s;t=j;break}else t=j}else t=j;while(0);do if(h>>>0>=16){k[i+4>>2]=n|3;k[g+4>>2]=h|1;k[g+h>>2]=h;b=h>>>3;if(h>>>0<256){c=42524+(b<<1<<2)|0;a=k[10621]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10625]|0)>>>0)Ha();else{B=a;C=b}}else{k[10621]=a|b;B=c;C=c+8|0}k[C>>2]=g;k[B+12>>2]=g;k[g+8>>2]=B;k[g+12>>2]=c;break}b=h>>>8;if(b)if(h>>>0>16777215)b=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=h>>>(b+7|0)&1|b<<1}else b=0;c=42788+(b<<2)|0;k[g+28>>2]=b;a=g+16|0;k[a+4>>2]=0;k[a>>2]=0;a=1<<b;if(!(t&a)){k[10622]=t|a;k[c>>2]=g;k[g+24>>2]=c;k[g+12>>2]=g;k[g+8>>2]=g;break}a=h<<((b|0)==31?0:25-(b>>>1)|0);d=k[c>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(h|0)){D=148;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=145;break}else{a=a<<1;d=b}}if((D|0)==145)if(c>>>0<(k[10625]|0)>>>0)Ha();else{k[c>>2]=g;k[g+24>>2]=d;k[g+12>>2]=g;k[g+8>>2]=g;break}else if((D|0)==148){b=d+8|0;a=k[b>>2]|0;K=k[10625]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=g;k[b>>2]=g;k[g+8>>2]=a;k[g+12>>2]=d;k[g+24>>2]=0;break}else Ha()}}else{K=h+n|0;k[i+4>>2]=K|3;K=i+K+4|0;k[K>>2]=k[K>>2]|1}while(0);K=i+8|0;r=L;return K|0}}}else n=-1;while(0);c=k[10623]|0;if(c>>>0>=n>>>0){b=c-n|0;a=k[10626]|0;if(b>>>0>15){K=a+n|0;k[10626]=K;k[10623]=b;k[K+4>>2]=b|1;k[K+b>>2]=b;k[a+4>>2]=n|3}else{k[10623]=0;k[10626]=0;k[a+4>>2]=c|3;K=a+c+4|0;k[K>>2]=k[K>>2]|1}K=a+8|0;r=L;return K|0}h=k[10624]|0;if(h>>>0>n>>>0){I=h-n|0;k[10624]=I;K=k[10627]|0;J=K+n|0;k[10627]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}if(!(k[10739]|0)){k[10741]=4096;k[10740]=4096;k[10742]=-1;k[10743]=-1;k[10744]=0;k[10732]=0;a=o&-16^1431655768;k[o>>2]=a;k[10739]=a;a=4096}else a=k[10741]|0;i=n+48|0;j=n+47|0;g=a+j|0;e=0-a|0;l=g&e;if(l>>>0<=n>>>0){K=0;r=L;return K|0}a=k[10731]|0;if(a|0?(B=k[10729]|0,C=B+l|0,C>>>0<=B>>>0|C>>>0>a>>>0):0){K=0;r=L;return K|0}b:do if(!(k[10732]&4)){c=k[10627]|0;c:do if(c){d=42932;while(1){a=k[d>>2]|0;if(a>>>0<=c>>>0?(u=d+4|0,(a+(k[u>>2]|0)|0)>>>0>c>>>0):0)break;a=k[d+8>>2]|0;if(!a){D=172;break c}else d=a}c=g-h&e;if(c>>>0<2147483647){a=ww(c|0)|0;if((a|0)==((k[d>>2]|0)+(k[u>>2]|0)|0)){if((a|0)!=(-1|0)){g=c;f=a;D=190;break b}}else{b=c;D=180}}}else D=172;while(0);do if(((D|0)==172?(f=ww(0)|0,(f|0)!=(-1|0)):0)?(b=f,v=k[10740]|0,w=v+-1|0,b=((w&b|0)==0?0:(w+b&0-v)-b|0)+l|0,v=k[10729]|0,w=b+v|0,b>>>0>n>>>0&b>>>0<2147483647):0){C=k[10731]|0;if(C|0?w>>>0<=v>>>0|w>>>0>C>>>0:0)break;a=ww(b|0)|0;if((a|0)==(f|0)){g=b;D=190;break b}else D=180}while(0);d:do if((D|0)==180){c=0-b|0;do if(i>>>0>b>>>0&(b>>>0<2147483647&(a|0)!=(-1|0))?(x=k[10741]|0,x=j-b+x&0-x,x>>>0<2147483647):0)if((ww(x|0)|0)==(-1|0)){ww(c|0)|0;break d}else{b=x+b|0;break}while(0);if((a|0)!=(-1|0)){g=b;f=a;D=190;break b}}while(0);k[10732]=k[10732]|4;D=187}else D=187;while(0);if((((D|0)==187?l>>>0<2147483647:0)?(A=ww(l|0)|0,y=ww(0)|0,A>>>0<y>>>0&((A|0)!=(-1|0)&(y|0)!=(-1|0))):0)?(z=y-A|0,z>>>0>(n+40|0)>>>0):0){g=z;f=A;D=190}if((D|0)==190){b=(k[10729]|0)+g|0;k[10729]=b;if(b>>>0>(k[10730]|0)>>>0)k[10730]=b;j=k[10627]|0;do if(j){b=42932;while(1){a=k[b>>2]|0;c=b+4|0;d=k[c>>2]|0;if((f|0)==(a+d|0)){D=200;break}e=k[b+8>>2]|0;if(!e)break;else b=e}if(((D|0)==200?(k[b+12>>2]&8|0)==0:0)?j>>>0<f>>>0&j>>>0>=a>>>0:0){k[c>>2]=d+g;K=j+8|0;K=(K&7|0)==0?0:0-K&7;J=j+K|0;K=g-K+(k[10624]|0)|0;k[10627]=J;k[10624]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[10628]=k[10743];break}b=k[10625]|0;if(f>>>0<b>>>0){k[10625]=f;h=f}else h=b;a=f+g|0;b=42932;while(1){if((k[b>>2]|0)==(a|0)){D=208;break}b=k[b+8>>2]|0;if(!b){a=42932;break}}if((D|0)==208)if(!(k[b+12>>2]&8)){k[b>>2]=f;m=b+4|0;k[m>>2]=(k[m>>2]|0)+g;m=f+8|0;m=f+((m&7|0)==0?0:0-m&7)|0;b=a+8|0;b=a+((b&7|0)==0?0:0-b&7)|0;l=m+n|0;i=b-m-n|0;k[m+4>>2]=n|3;do if((b|0)!=(j|0)){if((b|0)==(k[10626]|0)){K=(k[10623]|0)+i|0;k[10623]=K;k[10626]=l;k[l+4>>2]=K|1;k[l+K>>2]=K;break}a=k[b+4>>2]|0;if((a&3|0)==1){g=a&-8;e=a>>>3;e:do if(a>>>0>=256){f=k[b+24>>2]|0;d=k[b+12>>2]|0;do if((d|0)==(b|0)){d=b+16|0;c=d+4|0;a=k[c>>2]|0;if(!a){a=k[d>>2]|0;if(!a){I=0;break}else c=d}while(1){d=a+20|0;e=k[d>>2]|0;if(e|0){a=e;c=d;continue}d=a+16|0;e=k[d>>2]|0;if(!e)break;else{a=e;c=d}}if(c>>>0<h>>>0)Ha();else{k[c>>2]=0;I=a;break}}else{e=k[b+8>>2]|0;if(e>>>0<h>>>0)Ha();a=e+12|0;if((k[a>>2]|0)!=(b|0))Ha();c=d+8|0;if((k[c>>2]|0)==(b|0)){k[a>>2]=d;k[c>>2]=e;I=d;break}else Ha()}while(0);if(!f)break;a=k[b+28>>2]|0;c=42788+(a<<2)|0;do if((b|0)!=(k[c>>2]|0)){if(f>>>0<(k[10625]|0)>>>0)Ha();a=f+16|0;if((k[a>>2]|0)==(b|0))k[a>>2]=I;else k[f+20>>2]=I;if(!I)break e}else{k[c>>2]=I;if(I|0)break;k[10622]=k[10622]&~(1<<a);break e}while(0);d=k[10625]|0;if(I>>>0<d>>>0)Ha();k[I+24>>2]=f;a=b+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<d>>>0)Ha();else{k[I+16>>2]=c;k[c+24>>2]=I;break}while(0);a=k[a+4>>2]|0;if(!a)break;if(a>>>0<(k[10625]|0)>>>0)Ha();else{k[I+20>>2]=a;k[a+24>>2]=I;break}}else{c=k[b+8>>2]|0;d=k[b+12>>2]|0;a=42524+(e<<1<<2)|0;do if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ha();if((k[c+12>>2]|0)==(b|0))break;Ha()}while(0);if((d|0)==(c|0)){k[10621]=k[10621]&~(1<<e);break}do if((d|0)==(a|0))F=d+8|0;else{if(d>>>0<h>>>0)Ha();a=d+8|0;if((k[a>>2]|0)==(b|0)){F=a;break}Ha()}while(0);k[c+12>>2]=d;k[F>>2]=c}while(0);b=b+g|0;e=g+i|0}else e=i;b=b+4|0;k[b>>2]=k[b>>2]&-2;k[l+4>>2]=e|1;k[l+e>>2]=e;b=e>>>3;if(e>>>0<256){c=42524+(b<<1<<2)|0;a=k[10621]|0;b=1<<b;do if(!(a&b)){k[10621]=a|b;J=c;K=c+8|0}else{b=c+8|0;a=k[b>>2]|0;if(a>>>0>=(k[10625]|0)>>>0){J=a;K=b;break}Ha()}while(0);k[K>>2]=l;k[J+12>>2]=l;k[l+8>>2]=J;k[l+12>>2]=c;break}b=e>>>8;do if(!b)b=0;else{if(e>>>0>16777215){b=31;break}J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=e>>>(b+7|0)&1|b<<1}while(0);d=42788+(b<<2)|0;k[l+28>>2]=b;a=l+16|0;k[a+4>>2]=0;k[a>>2]=0;a=k[10622]|0;c=1<<b;if(!(a&c)){k[10622]=a|c;k[d>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}a=e<<((b|0)==31?0:25-(b>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){D=278;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=275;break}else{a=a<<1;d=b}}if((D|0)==275)if(c>>>0<(k[10625]|0)>>>0)Ha();else{k[c>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}else if((D|0)==278){b=d+8|0;a=k[b>>2]|0;K=k[10625]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=l;k[b>>2]=l;k[l+8>>2]=a;k[l+12>>2]=d;k[l+24>>2]=0;break}else Ha()}}else{K=(k[10624]|0)+i|0;k[10624]=K;k[10627]=l;k[l+4>>2]=K|1}while(0);K=m+8|0;r=L;return K|0}else a=42932;while(1){b=k[a>>2]|0;if(b>>>0<=j>>>0?(E=b+(k[a+4>>2]|0)|0,E>>>0>j>>>0):0)break;a=k[a+8>>2]|0}e=E+-47|0;a=e+8|0;a=e+((a&7|0)==0?0:0-a&7)|0;e=j+16|0;a=a>>>0<e>>>0?j:a;b=a+8|0;c=f+8|0;c=(c&7|0)==0?0:0-c&7;K=f+c|0;c=g+-40-c|0;k[10627]=K;k[10624]=c;k[K+4>>2]=c|1;k[K+c+4>>2]=40;k[10628]=k[10743];c=a+4|0;k[c>>2]=27;k[b>>2]=k[10733];k[b+4>>2]=k[10734];k[b+8>>2]=k[10735];k[b+12>>2]=k[10736];k[10733]=f;k[10734]=g;k[10736]=0;k[10735]=b;b=a+24|0;do{b=b+4|0;k[b>>2]=7}while((b+4|0)>>>0<E>>>0);if((a|0)!=(j|0)){f=a-j|0;k[c>>2]=k[c>>2]&-2;k[j+4>>2]=f|1;k[a>>2]=f;b=f>>>3;if(f>>>0<256){c=42524+(b<<1<<2)|0;a=k[10621]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[10625]|0)>>>0)Ha();else{G=a;H=b}}else{k[10621]=a|b;G=c;H=c+8|0}k[H>>2]=j;k[G+12>>2]=j;k[j+8>>2]=G;k[j+12>>2]=c;break}b=f>>>8;if(b)if(f>>>0>16777215)c=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;c=(K+245760|0)>>>16&2;c=14-(I|J|c)+(K<<c>>>15)|0;c=f>>>(c+7|0)&1|c<<1}else c=0;d=42788+(c<<2)|0;k[j+28>>2]=c;k[j+20>>2]=0;k[e>>2]=0;b=k[10622]|0;a=1<<c;if(!(b&a)){k[10622]=b|a;k[d>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}a=f<<((c|0)==31?0:25-(c>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(f|0)){D=304;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=301;break}else{a=a<<1;d=b}}if((D|0)==301)if(c>>>0<(k[10625]|0)>>>0)Ha();else{k[c>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}else if((D|0)==304){b=d+8|0;a=k[b>>2]|0;K=k[10625]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=j;k[b>>2]=j;k[j+8>>2]=a;k[j+12>>2]=d;k[j+24>>2]=0;break}else Ha()}}}else{K=k[10625]|0;if((K|0)==0|f>>>0<K>>>0)k[10625]=f;k[10733]=f;k[10734]=g;k[10736]=0;k[10630]=k[10739];k[10629]=-1;b=0;do{K=42524+(b<<1<<2)|0;k[K+12>>2]=K;k[K+8>>2]=K;b=b+1|0}while((b|0)!=32);K=f+8|0;K=(K&7|0)==0?0:0-K&7;J=f+K|0;K=g+-40-K|0;k[10627]=J;k[10624]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[10628]=k[10743]}while(0);b=k[10624]|0;if(b>>>0>n>>>0){I=b-n|0;k[10624]=I;K=k[10627]|0;J=K+n|0;k[10627]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}}K=wJ()|0;k[K>>2]=12;K=0;r=L;return K|0}function bc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0;M=r;r=r+496|0;d=M+472|0;K=M+456|0;L=M+432|0;G=M+416|0;H=M+400|0;I=M+384|0;J=M+368|0;h=M+352|0;i=M+336|0;j=M+320|0;l=M+304|0;m=M+288|0;n=M+272|0;o=M+256|0;p=M+240|0;q=M+224|0;s=M+208|0;t=M+192|0;u=M+176|0;v=M+160|0;w=M+144|0;x=M+128|0;y=M+112|0;z=M+96|0;A=M+80|0;B=M+64|0;C=M+48|0;D=M+32|0;E=M+16|0;F=M;e=c+12|0;ud(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,ud(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Ka(18791,18867,295,18890)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Ka(18902,18867,296,18890)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Pn(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{En(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{Jn(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,18981);if((fz(K)|0)==-2147483648&(N|0)==-1?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0)Kb[k[k[b>>2]>>2]&1023](b,18996);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ar(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19015);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=BL(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19030);if((fz(K)|0)==-2147483648&(N|0)==-1?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=op(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19045);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=vC(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{lp(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{kp(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{no(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{mo(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{Pn(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{En(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{Jn(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19060);if((fz(K)|0)==0&(N|0)==-2147483648?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0)Kb[k[k[b>>2]>>2]&1023](b,19075);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ar(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19094);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=BL(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19109);if((fz(K)|0)==0&(N|0)==-2147483648?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=op(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19124);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=vC(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=DG(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=JG(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=XF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 38:{lp(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{kp(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{no(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{mo(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{Pn(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{En(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{Jn(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{mh(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{Gt(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Xe(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{Ye(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{no(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{mo(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{Tw(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{Ow(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{Uw(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{Pw(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ha()}while(0);break}default:Ha()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=M;return}function cc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0;M=r;r=r+496|0;d=M+472|0;K=M+456|0;L=M+432|0;G=M+416|0;H=M+400|0;I=M+384|0;J=M+368|0;h=M+352|0;i=M+336|0;j=M+320|0;l=M+304|0;m=M+288|0;n=M+272|0;o=M+256|0;p=M+240|0;q=M+224|0;s=M+208|0;t=M+192|0;u=M+176|0;v=M+160|0;w=M+144|0;x=M+128|0;y=M+112|0;z=M+96|0;A=M+80|0;B=M+64|0;C=M+48|0;D=M+32|0;E=M+16|0;F=M;e=c+12|0;Ag(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,Ag(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Ka(18791,18867,295,18890)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Ka(18902,18867,296,18890)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Pn(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{En(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{Jn(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,18981);if((fz(K)|0)==-2147483648&(N|0)==-1?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0)Kb[k[k[b>>2]>>2]&1023](b,18996);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ar(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19015);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=BL(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19030);if((fz(K)|0)==-2147483648&(N|0)==-1?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=op(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19045);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=vC(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{lp(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{kp(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{no(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{mo(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{Pn(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{En(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{Jn(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19060);if((fz(K)|0)==0&(N|0)==-2147483648?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0)Kb[k[k[b>>2]>>2]&1023](b,19075);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ar(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19094);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=BL(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19109);if((fz(K)|0)==0&(N|0)==-2147483648?(J=fz(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=op(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((fz(L)|0)==0&(N|0)==0)Kb[k[k[b>>2]>>2]&1023](b,19124);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=vC(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=DG(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=JG(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=XF(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 38:{lp(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{kp(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{no(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{mo(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{Pn(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{En(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{Jn(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{mh(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{Gt(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Xe(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{Ye(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{no(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{mo(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{Tw(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{Ow(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{Uw(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{Pw(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ha()}while(0);break}default:Ha()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=M;return}function dc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0.0,g=0,h=0,j=0,m=0,n=0,o=0.0,p=0.0,q=0,s=0.0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0.0;K=r;r=r+512|0;G=K;switch(b|0){case 0:{H=-149;J=24;y=4;break}case 1:{H=-1074;J=53;y=4;break}case 2:{H=-1074;J=53;y=4;break}default:d=0.0}a:do if((y|0)==4){A=a+4|0;z=a+100|0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0}while((tN(b)|0)!=0);b:do switch(b|0){case 43:case 45:{e=1-(((b|0)==45&1)<<1)|0;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;g=l[b>>0]|0;I=e;break b}else{g=Hl(a)|0;I=e;break b}}default:{g=b;I=1}}while(0);b=0;do{if((g|32|0)!=(i[32367+b>>0]|0))break;do if(b>>>0<7){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=Hl(a)|0;break}}while(0);b=b+1|0}while(b>>>0<8);c:do switch(b|0){case 8:break;case 3:{y=23;break}default:{h=(c|0)!=0;if(h&b>>>0>3)if((b|0)==8)break c;else{y=23;break c}d:do if(!b){b=0;do{if((g|32|0)!=(i[32900+b>>0]|0))break d;do if(b>>>0<2){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=Hl(a)|0;break}}while(0);b=b+1|0}while(b>>>0<3)}while(0);switch(b|0){case 3:{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;if((b|0)==40)b=1;else{if(!(k[z>>2]|0)){d=C;break a}k[A>>2]=(k[A>>2]|0)+-1;d=C;break a}while(1){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;e=l[e>>0]|0}else e=Hl(a)|0;if(!((e+-48|0)>>>0<10|(e+-65|0)>>>0<26)?!((e|0)==95|(e+-97|0)>>>0<26):0)break;b=b+1|0}if((e|0)==41){d=C;break a}e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!h){J=wJ()|0;k[J>>2]=22;BA(a,0);d=0.0;break a}if(!b){d=C;break a}while(1){b=b+-1|0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!b){d=C;break a}}}case 0:{do if((g|0)==48){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;if((b|32|0)!=120){if(!(k[z>>2]|0)){b=48;break}k[A>>2]=(k[A>>2]|0)+-1;b=48;break}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=0}else{e=Hl(a)|0;g=0}e:while(1){switch(e|0){case 46:{y=74;break e}case 48:break;default:{t=0;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0;break e}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=1;continue}else{e=Hl(a)|0;g=1;continue}}if((y|0)==74){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0}else e=Hl(a)|0;if((e|0)==48){g=0;e=0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;h=l[b>>0]|0}else h=Hl(a)|0;g=fJ(g|0,e|0,-1,-1)|0;e=N}while((h|0)==48);t=1;j=0;o=1.0;d=0.0;b=0;u=1;w=0;v=0}else{t=1;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0}}while(1){n=h+-48|0;m=h|32;if(n>>>0>=10){q=(h|0)==46;if(!(q|(m+-97|0)>>>0<6)){m=h;break}if(q)if(!t){t=1;f=o;q=u;g=v;e=w;n=v;m=w}else{m=46;break}else y=86}else y=86;if((y|0)==86){y=0;h=(h|0)>57?m+-87|0:n;do if(!((w|0)<0|(w|0)==0&v>>>0<8)){if((w|0)<0|(w|0)==0&v>>>0<14){s=o*.0625;f=s;d=d+s*+(h|0);break}if((j|0)!=0|(h|0)==0)f=o;else{j=1;f=o;d=d+o*.5}}else{f=o;b=h+(b<<4)|0}while(0);n=fJ(v|0,w|0,1,0)|0;q=1;m=N}h=k[A>>2]|0;if(h>>>0<(k[z>>2]|0)>>>0){k[A>>2]=h+1;o=f;h=l[h>>0]|0;u=q;w=m;v=n;continue}else{o=f;h=Hl(a)|0;u=q;w=m;v=n;continue}}if(!u){b=(k[z>>2]|0)==0;if(!b)k[A>>2]=(k[A>>2]|0)+-1;if(c){if(!b?(x=k[A>>2]|0,k[A>>2]=x+-1,t|0):0)k[A>>2]=x+-2}else BA(a,0);d=+(I|0)*0.0;break a}j=(t|0)==0;n=j?v:g;j=j?w:e;if((w|0)<0|(w|0)==0&v>>>0<8){g=v;e=w;do{b=b<<4;g=fJ(g|0,e|0,1,0)|0;e=N}while((e|0)<0|(e|0)==0&g>>>0<8);h=b}else h=b;if((m|32|0)==112){e=cg(a,c)|0;b=N;if((e|0)==0&(b|0)==-2147483648){if(!c){BA(a,0);d=0.0;break a}if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}}}else if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}g=DG(n|0,j|0,2)|0;g=fJ(g|0,N|0,-32,-1)|0;g=fJ(g|0,N|0,e|0,b|0)|0;b=N;if(!h){d=+(I|0)*0.0;break a}if((b|0)>0|(b|0)==0&g>>>0>(0-H|0)>>>0){J=wJ()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break a}G=H+-106|0;F=((G|0)<0)<<31>>31;if((b|0)<(F|0)|(b|0)==(F|0)&g>>>0<G>>>0){J=wJ()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break a}if((h|0)>-1){e=h;do{F=!(d>=.5);G=F&1|e<<1;e=G^1;d=d+(F?d:d+-1.0);g=fJ(g|0,b|0,-1,-1)|0;b=N}while((G|0)>-1);o=d;h=e}else o=d;H=dH(32,0,H|0,((H|0)<0)<<31>>31|0)|0;b=fJ(g|0,b|0,H|0,N|0)|0;H=N;if(0>(H|0)|0==(H|0)&J>>>0>b>>>0)if((b|0)<0){e=0;b=84;y=127}else y=125;else{b=J;y=125}if((y|0)==125)if((b|0)<53){e=b;b=84-b|0;y=127}else{f=0.0;d=+(I|0)}if((y|0)==127){d=+(I|0);f=+IN(+dq(1.0,b),d);b=e}J=(h&1|0)==0&(o!=0.0&(b|0)<32);d=d*(J?0.0:o)+(f+d*+(((J&1)+h|0)>>>0))-f;if(!(d!=0.0)){J=wJ()|0;k[J>>2]=34}d=+JN(d,g);break a}else b=g;while(0);B=H+J|0;F=0-B|0;e=0;f:while(1){switch(b|0){case 46:{y=138;break f}case 48:break;default:{m=0;h=e;n=0;j=0;break f}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0;e=1;continue}else{b=Hl(a)|0;e=1;continue}}if((y|0)==138){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;if((b|0)==48){e=0;b=0;while(1){e=fJ(e|0,b|0,-1,-1)|0;j=N;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;if((b|0)==48)b=j;else{m=1;h=1;n=e;break}}}else{m=1;h=e;n=0;j=0}}k[G>>2]=0;q=b+-48|0;g=(b|0)==46;g:do if(g|q>>>0<10){y=G+496|0;u=0;e=0;x=0;v=m;w=h;m=0;h=0;h:while(1){do if(g)if(!v){v=1;t=x;n=m;j=h}else break h;else{m=fJ(m|0,h|0,1,0)|0;h=N;t=(b|0)!=48;if((e|0)>=125){if(!t){t=x;break}k[y>>2]=k[y>>2]|1;t=x;break}g=G+(e<<2)|0;if(!u)b=q;else b=b+-48+((k[g>>2]|0)*10|0)|0;k[g>>2]=b;u=u+1|0;w=(u|0)==9;u=w?0:u;e=(w&1)+e|0;t=t?m:x;w=1}while(0);b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;q=b+-48|0;g=(b|0)==46;if(!(g|q>>>0<10)){q=t;t=v;g=w;y=161;break g}else x=t}b=u;q=x;g=(w|0)!=0;y=169}else{u=0;e=0;q=0;t=m;g=h;m=0;h=0;y=161}while(0);do if((y|0)==161){x=(t|0)==0;n=x?m:n;j=x?h:j;g=(g|0)!=0;if(!(g&(b|32|0)==101))if((b|0)>-1){b=u;y=169;break}else{b=u;y=171;break}g=cg(a,c)|0;b=N;if((g|0)==0&(b|0)==-2147483648){if(!c){BA(a,0);d=0.0;break}if(!(k[z>>2]|0)){g=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;g=0;b=0}}w=fJ(g|0,b|0,n|0,j|0)|0;b=u;j=N;y=173}while(0);if((y|0)==169)if(k[z>>2]|0){k[A>>2]=(k[A>>2]|0)+-1;if(g){w=n;y=173}else y=172}else y=171;if((y|0)==171)if(g){w=n;y=173}else y=172;do if((y|0)==172){J=wJ()|0;k[J>>2]=22;BA(a,0);d=0.0}else if((y|0)==173){g=k[G>>2]|0;if(!g){d=+(I|0)*0.0;break}if(((h|0)<0|(h|0)==0&m>>>0<10)&((w|0)==(m|0)&(j|0)==(h|0))?J>>>0>30|(g>>>J|0)==0:0){d=+(I|0)*+(g>>>0);break}a=(H|0)/-2|0;A=((a|0)<0)<<31>>31;if((j|0)>(A|0)|(j|0)==(A|0)&w>>>0>a>>>0){J=wJ()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break}a=H+-106|0;A=((a|0)<0)<<31>>31;if((j|0)<(A|0)|(j|0)==(A|0)&w>>>0<a>>>0){J=wJ()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break}if(b){if((b|0)<9){h=G+(e<<2)|0;g=k[h>>2]|0;do{g=g*10|0;b=b+1|0}while((b|0)!=9);k[h>>2]=g}e=e+1|0}if((q|0)<9?(q|0)<=(w|0)&(w|0)<18:0){if((w|0)==9){d=+(I|0)*+((k[G>>2]|0)>>>0);break}if((w|0)<9){d=+(I|0)*+((k[G>>2]|0)>>>0)/+(k[5460+(8-w<<2)>>2]|0);break}a=J+27+(aa(w,-3)|0)|0;b=k[G>>2]|0;if((a|0)>30|(b>>>a|0)==0){d=+(I|0)*+(b>>>0)*+(k[5460+(w+-10<<2)>>2]|0);break}}b=(w|0)%9|0;if(!b){b=0;h=0}else{q=(w|0)>-1?b:b+9|0;m=k[5460+(8-q<<2)>>2]|0;if(e){n=1e9/(m|0)|0;h=0;j=0;g=w;b=0;do{z=G+(b<<2)|0;A=k[z>>2]|0;a=((A>>>0)/(m>>>0)|0)+h|0;k[z>>2]=a;h=aa((A>>>0)%(m>>>0)|0,n)|0;a=(b|0)==(j|0)&(a|0)==0;g=a?g+-9|0:g;j=a?j+1&127:j;b=b+1|0}while((b|0)!=(e|0));if(!h)h=j;else{k[G+(e<<2)>>2]=h;h=j;e=e+1|0}}else{h=0;e=0;g=w}b=0;w=9-q+g|0}i:while(1){q=(w|0)<18;t=(w|0)==18;u=G+(h<<2)|0;while(1){if(!q){if(!t){g=w;break i}if((k[u>>2]|0)>>>0>=9007199){g=18;break i}}g=0;v=e;e=e+127|0;while(1){j=e&127;m=G+(j<<2)|0;e=DG(k[m>>2]|0,0,29)|0;e=fJ(e|0,N|0,g|0,0)|0;g=N;if(g>>>0>0|(g|0)==0&e>>>0>1e9){n=BL(e|0,g|0,1e9,0)|0;e=vC(e|0,g|0,1e9,0)|0}else n=0;k[m>>2]=e;a=(j|0)==(h|0);v=(j|0)!=(v+127&127|0)|a?v:(e|0)==0?j:v;if(a)break;else{g=n;e=j+-1|0}}b=b+-29|0;if(n|0)break;else e=v}h=h+127&127;e=v+127&127;g=G+((v+126&127)<<2)|0;if((h|0)==(v|0))k[g>>2]=k[g>>2]|k[G+(e<<2)>>2];else e=v;k[G+(h<<2)>>2]=n;w=w+9|0}j:while(1){u=e+1&127;v=G+((e+127&127)<<2)|0;while(1){n=(g|0)==18;t=(g|0)>27?9:1;w=h;while(1){h=0;while(1){j=h+w&127;if((j|0)==(e|0)){E=2;y=220;break}j=k[G+(j<<2)>>2]|0;m=k[5492+(h<<2)>>2]|0;if(j>>>0<m>>>0){E=2;y=220;break}if(j>>>0>m>>>0)break;h=h+1|0;if((h|0)>=2){E=h;y=220;break}}if((y|0)==220?(y=0,n&(E|0)==2):0){d=0.0;j=0;break j}b=b+t|0;if((w|0)==(e|0))w=e;else break}n=(1<<t)+-1|0;q=1e9>>>t;m=0;h=w;j=w;do{z=G+(j<<2)|0;A=k[z>>2]|0;a=(A>>>t)+m|0;k[z>>2]=a;m=aa(A&n,q)|0;a=(j|0)==(h|0)&(a|0)==0;g=a?g+-9|0:g;h=a?h+1&127:h;j=j+1&127}while((j|0)!=(e|0));if(!m)continue;if((u|0)!=(h|0))break;k[v>>2]=k[v>>2]|1}k[G+(e<<2)>>2]=m;e=u}while(1){h=j+w&127;g=e+1&127;if((h|0)==(e|0))k[G+(g+-1<<2)>>2]=0;else g=e;d=d*1.0e9+ +((k[G+(h<<2)>>2]|0)>>>0);j=j+1|0;if((j|0)==2)break;else e=g}s=+(I|0);f=s*d;m=b+53|0;n=m-H|0;q=(n|0)<(J|0);e=q&1;j=q?((n|0)<0?0:n):J;if((j|0)<53){L=+IN(+dq(1.0,105-j|0),f);o=+RN(f,+dq(1.0,53-j|0));p=L;d=o;o=L+(f-o)}else{p=0.0;d=0.0;o=f}h=w+2&127;do if((h|0)!=(g|0)){h=k[G+(h<<2)>>2]|0;do if(h>>>0>=5e8){if((h|0)!=5e8){d=s*.75+d;break}if((w+3&127|0)==(g|0)){d=s*.5+d;break}else{d=s*.75+d;break}}else{if((h|0)==0?(w+3&127|0)==(g|0):0)break;d=s*.25+d}while(0);if((53-j|0)>1){if(+RN(d,1.0)!=0.0){f=d;break}f=d+1.0}else f=d}else f=d;while(0);d=o+f-p;do if((m&2147483647|0)>(-2-B|0)){if(+P(+d)>=9007199254740992.0){d=d*.5;e=q&(j|0)==(n|0)?0:e;b=b+1|0}if((b+50|0)<=(F|0)?!(f!=0.0&(e|0)!=0):0)break;J=wJ()|0;k[J>>2]=34}while(0);d=+JN(d,b)}while(0);break a}default:{if(k[z>>2]|0)k[A>>2]=(k[A>>2]|0)+-1;J=wJ()|0;k[J>>2]=22;BA(a,0);d=0.0;break a}}}}while(0);if((y|0)==23){e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if((c|0)!=0&b>>>0>3)do{if(!e)k[A>>2]=(k[A>>2]|0)+-1;b=b+-1|0}while(b>>>0>3)}d=+(I|0)*D}while(0);r=K;return +d}function ec(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0.0,o=0,q=0,s=0,t=0,v=0.0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0,ha=0,ia=0,ja=0;ja=r;r=r+624|0;fa=ja+24|0;ga=ja+16|0;ha=ja+588|0;X=ja+576|0;ia=ja;S=ja+536|0;M=ja+8|0;O=ja+528|0;P=(a|0)!=0;Q=S+40|0;R=Q;S=S+39|0;T=M+4|0;U=ha;V=0-U|0;W=X+12|0;X=X+11|0;Y=W;Z=Y-U|0;_=-2-U|0;$=Y+2|0;ba=fa+288|0;ca=ha+9|0;da=ca;ea=ha+8|0;g=0;f=0;q=0;a:while(1){do if((f|0)>-1)if((g|0)>(2147483647-f|0)){f=wJ()|0;k[f>>2]=75;f=-1;break}else{f=g+f|0;break}while(0);g=i[b>>0]|0;if(!(g<<24>>24)){L=243;break}else h=b;b:while(1){switch(g<<24>>24){case 37:{g=h;L=9;break b}case 0:{g=h;break b}default:{}}g=h+1|0;h=g;g=i[g>>0]|0}c:do if((L|0)==9)while(1){L=0;if((i[h+1>>0]|0)!=37)break c;g=g+1|0;h=h+2|0;if((i[h>>0]|0)==37)L=9;else break}while(0);g=g-b|0;if(P?(k[a>>2]&32|0)==0:0)Ek(b,g,a)|0;if(g|0){b=h;continue}o=h+1|0;m=i[o>>0]|0;g=(m<<24>>24)+-48|0;if(g>>>0<10){t=(i[h+2>>0]|0)==36;o=t?h+3|0:o;w=t?g:-1;t=t?1:q;g=i[o>>0]|0}else{w=-1;t=q;g=m}h=(g<<24>>24)+-32|0;d:do if(h>>>0<32){m=0;do{if(!(1<<h&75913))break d;m=1<<(g<<24>>24)+-32|m;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-32|0}while(h>>>0<32)}else m=0;while(0);do if(g<<24>>24!=42){h=(g<<24>>24)+-48|0;if(h>>>0<10){q=0;do{q=(q*10|0)+h|0;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-48|0}while(h>>>0<10);if((q|0)<0){f=-1;break a}else K=t}else{q=0;K=t}}else{s=o+1|0;g=i[s>>0]|0;h=(g<<24>>24)+-48|0;if(h>>>0<10?(i[o+2>>0]|0)==36:0){k[e+(h<<2)>>2]=10;g=k[d+((i[s>>0]|0)+-48<<3)>>2]|0;h=1;s=o+3|0}else{if(t|0){f=-1;break a}if(!P){q=0;K=0;o=s;break}h=(k[c>>2]|0)+(4-1)&~(4-1);g=k[h>>2]|0;k[c>>2]=h+4;h=0}K=(g|0)<0;q=K?0-g|0:g;m=K?m|8192:m;K=h;o=s;g=i[s>>0]|0}while(0);e:do if(g<<24>>24==46){g=o+1|0;h=i[g>>0]|0;if(h<<24>>24!=42){o=(h<<24>>24)+-48|0;if(o>>>0<10)h=0;else{x=0;break}while(1){h=(h*10|0)+o|0;g=g+1|0;o=(i[g>>0]|0)+-48|0;if(o>>>0>=10){x=h;break e}}}g=o+2|0;h=(i[g>>0]|0)+-48|0;if(h>>>0<10?(i[o+3>>0]|0)==36:0){k[e+(h<<2)>>2]=10;x=k[d+((i[g>>0]|0)+-48<<3)>>2]|0;g=o+4|0;break}if(K|0){f=-1;break a}if(P){J=(k[c>>2]|0)+(4-1)&~(4-1);x=k[J>>2]|0;k[c>>2]=J+4}else x=0}else{x=-1;g=o}while(0);t=0;while(1){h=(i[g>>0]|0)+-65|0;if(h>>>0>57){f=-1;break a}J=g+1|0;h=i[32376+(t*58|0)+h>>0]|0;o=h&255;if((o+-1|0)>>>0<8){t=o;g=J}else break}if(!(h<<24>>24)){f=-1;break}s=(w|0)>-1;do if(h<<24>>24==19)if(s){f=-1;break a}else L=51;else{if(s){k[e+(w<<2)>>2]=o;H=d+(w<<3)|0;I=k[H+4>>2]|0;L=ia;k[L>>2]=k[H>>2];k[L+4>>2]=I;L=51;break}if(!P){f=0;break a}Mf(ia,o,c)}while(0);if((L|0)==51?(L=0,!P):0){g=0;q=K;b=J;continue}E=i[g>>0]|0;E=(t|0)!=0&(E&15|0)==3?E&-33:E;s=m&-65537;I=(m&8192|0)==0?m:s;f:do switch(E|0){case 110:switch((t&255)<<24>>24){case 0:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 1:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 2:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}case 3:{j[k[ia>>2]>>1]=f;g=0;q=K;b=J;continue a}case 4:{i[k[ia>>2]>>0]=f;g=0;q=K;b=J;continue a}case 6:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 7:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}default:{g=0;q=K;b=J;continue a}}case 112:{s=120;t=x>>>0>8?x:8;g=I|8;L=63;break}case 88:case 120:{s=E;t=x;g=I;L=63;break}case 111:{h=ia;g=k[h>>2]|0;h=k[h+4>>2]|0;if((g|0)==0&(h|0)==0)b=Q;else{b=Q;do{b=b+-1|0;i[b>>0]=g&7|48;g=JG(g|0,h|0,3)|0;h=N}while(!((g|0)==0&(h|0)==0))}if(!(I&8)){h=0;m=32856;o=x;g=I;L=76}else{o=R-b|0;h=0;m=32856;o=(x|0)>(o|0)?x:o+1|0;g=I;L=76}break}case 105:case 100:{b=ia;g=k[b>>2]|0;b=k[b+4>>2]|0;if((b|0)<0){g=dH(0,0,g|0,b|0)|0;b=N;h=ia;k[h>>2]=g;k[h+4>>2]=b;h=1;m=32856;L=75;break f}if(!(I&2048)){m=I&1;h=m;m=(m|0)==0?32856:32858;L=75}else{h=1;m=32857;L=75}break}case 117:{b=ia;h=0;m=32856;g=k[b>>2]|0;b=k[b+4>>2]|0;L=75;break}case 99:{i[S>>0]=k[ia>>2];b=S;w=0;t=32856;h=Q;g=1;break}case 109:{g=wJ()|0;g=ls(k[g>>2]|0)|0;L=81;break}case 115:{g=k[ia>>2]|0;g=g|0?g:32866;L=81;break}case 67:{k[M>>2]=k[ia>>2];k[T>>2]=0;k[ia>>2]=M;s=-1;h=M;L=85;break}case 83:{g=k[ia>>2]|0;if(!x){Qo(a,32,q,0,I);g=0;L=96}else{s=x;h=g;L=85}break}case 65:case 71:case 70:case 69:case 97:case 103:case 102:case 101:{n=+p[ia>>3];k[ga>>2]=0;p[u>>3]=n;if((k[u+4>>2]|0)>=0){g=I&1;if(!(I&2048)){G=g;H=(g|0)==0?32874:32879}else{G=1;H=32876}}else{n=-n;G=1;H=32873}p[u>>3]=n;F=k[u+4>>2]&2146435072;do if(F>>>0<2146435072|(F|0)==2146435072&0<0){v=+NN(n,ga)*2.0;b=v!=0.0;if(b)k[ga>>2]=(k[ga>>2]|0)+-1;z=E|32;if((z|0)==97){o=E&32;w=(o|0)==0?H:H+9|0;t=G|2;g=12-x|0;do if(!(x>>>0>11|(g|0)==0)){n=8.0;do{g=g+-1|0;n=n*16.0}while((g|0)!=0);if((i[w>>0]|0)==45){n=-(n+(-v-n));break}else{n=v+n-n;break}}else n=v;while(0);b=k[ga>>2]|0;g=(b|0)<0?0-b|0:b;g=ir(g,((g|0)<0)<<31>>31,W)|0;if((g|0)==(W|0)){i[X>>0]=48;g=X}i[g+-1>>0]=(b>>31&2)+43;s=g+-2|0;i[s>>0]=E+15;m=(x|0)<1;h=(I&8|0)==0;g=ha;do{H=~~n;b=g+1|0;i[g>>0]=l[32840+H>>0]|o;n=(n-+(H|0))*16.0;do if((b-U|0)==1){if(h&(m&n==0.0)){g=b;break}i[b>>0]=46;g=g+2|0}else g=b;while(0)}while(n!=0.0);m=s;h=(x|0)!=0&(_+g|0)<(x|0)?$+x-m|0:Z-m+g|0;o=h+t|0;Qo(a,32,q,o,I);if(!(k[a>>2]&32))Ek(w,t,a)|0;Qo(a,48,q,o,I^65536);b=g-U|0;if(!(k[a>>2]&32))Ek(ha,b,a)|0;g=Y-m|0;Qo(a,48,h-(b+g)|0,0,0);if(!(k[a>>2]&32))Ek(s,g,a)|0;Qo(a,32,q,o,I^8192);g=(o|0)<(q|0)?q:o;break}g=(x|0)<0?6:x;if(b){b=(k[ga>>2]|0)+-28|0;k[ga>>2]=b;n=v*268435456.0}else{n=v;b=k[ga>>2]|0}F=(b|0)<0?fa:ba;h=F;do{D=~~n>>>0;k[h>>2]=D;h=h+4|0;n=(n-+(D>>>0))*1.0e9}while(n!=0.0);if((b|0)>0){m=F;s=h;while(1){o=(b|0)>29?29:b;b=s+-4|0;do if(b>>>0>=m>>>0){h=0;do{C=DG(k[b>>2]|0,0,o|0)|0;C=fJ(C|0,N|0,h|0,0)|0;D=N;B=vC(C|0,D|0,1e9,0)|0;k[b>>2]=B;h=BL(C|0,D|0,1e9,0)|0;b=b+-4|0}while(b>>>0>=m>>>0);if(!h)break;m=m+-4|0;k[m>>2]=h}while(0);h=s;while(1){if(h>>>0<=m>>>0)break;b=h+-4|0;if(!(k[b>>2]|0))h=b;else break}b=(k[ga>>2]|0)-o|0;k[ga>>2]=b;if((b|0)>0)s=h;else break}}else m=F;if((b|0)<0){x=((g+25|0)/9|0)+1|0;y=(z|0)==102;do{w=0-b|0;w=(w|0)>9?9:w;do if(m>>>0<h>>>0){o=(1<<w)+-1|0;s=1e9>>>w;t=0;b=m;do{D=k[b>>2]|0;k[b>>2]=(D>>>w)+t;t=aa(D&o,s)|0;b=b+4|0}while(b>>>0<h>>>0);b=(k[m>>2]|0)==0?m+4|0:m;if(!t){m=b;b=h;break}k[h>>2]=t;m=b;b=h+4|0}else{m=(k[m>>2]|0)==0?m+4|0:m;b=h}while(0);h=y?F:m;h=(b-h>>2|0)>(x|0)?h+(x<<2)|0:b;b=(k[ga>>2]|0)+w|0;k[ga>>2]=b}while((b|0)<0)}D=F;do if(m>>>0<h>>>0){b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10)break;else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0)}else b=0;while(0);A=(z|0)==103;B=(g|0)!=0;o=g-((z|0)!=102?b:0)+((B&A)<<31>>31)|0;if((o|0)<(((h-D>>2)*9|0)+-9|0)){o=o+9216|0;t=F+4+(((o|0)/9|0)+-1024<<2)|0;o=((o|0)%9|0)+1|0;if((o|0)<9){s=10;do{s=s*10|0;o=o+1|0}while((o|0)!=9)}else s=10;x=k[t>>2]|0;y=(x>>>0)%(s>>>0)|0;o=(t+4|0)==(h|0);do if(o&(y|0)==0)o=t;else{v=(((x>>>0)/(s>>>0)|0)&1|0)==0?9007199254740992.0:9007199254740994.0;w=(s|0)/2|0;if(y>>>0<w>>>0)n=.5;else n=o&(y|0)==(w|0)?1.0:1.5;do if(G){if((i[H>>0]|0)!=45)break;n=-n;v=-v}while(0);o=x-y|0;k[t>>2]=o;if(!(v+n!=v)){o=t;break}C=o+s|0;k[t>>2]=C;if(C>>>0>999999999){o=t;while(1){b=o+-4|0;k[o>>2]=0;if(b>>>0<m>>>0){m=m+-4|0;k[m>>2]=0}C=(k[b>>2]|0)+1|0;k[b>>2]=C;if(C>>>0>999999999)o=b;else{t=b;break}}}b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10){o=t;break}else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0);o=t}while(0);C=o+4|0;h=h>>>0>C>>>0?C:h}y=0-b|0;C=h;while(1){if(C>>>0<=m>>>0){z=0;break}h=C+-4|0;if(!(k[h>>2]|0))C=h;else{z=1;break}}do if(A){g=(B&1^1)+g|0;if((g|0)>(b|0)&(b|0)>-5){t=E+-1|0;g=g+-1-b|0}else{t=E+-2|0;g=g+-1|0}h=I&8;if(h|0){w=h;break}do if(z){s=k[C+-4>>2]|0;if(!s){o=9;break}if(!((s>>>0)%10|0)){o=0;h=10}else{o=0;break}do{h=h*10|0;o=o+1|0}while(!((s>>>0)%(h>>>0)|0|0))}else o=9;while(0);h=((C-D>>2)*9|0)+-9|0;if((t|32|0)==102){w=h-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}else{w=h+b-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}}else{t=E;w=I&8}while(0);x=g|w;o=(x|0)!=0&1;s=(t|32|0)==102;if(s){y=0;b=(b|0)>0?b:0}else{h=(b|0)<0?y:b;h=ir(h,((h|0)<0)<<31>>31,W)|0;if((Y-h|0)<2)do{h=h+-1|0;i[h>>0]=48}while((Y-h|0)<2);i[h+-1>>0]=(b>>31&2)+43;b=h+-2|0;i[b>>0]=t;y=b;b=Y-b|0}A=G+1+g+o+b|0;Qo(a,32,q,A,I);if(!(k[a>>2]&32))Ek(H,G,a)|0;Qo(a,48,q,A,I^65536);do if(s){m=m>>>0>F>>>0?F:m;h=m;do{b=ir(k[h>>2]|0,0,ca)|0;do if((h|0)==(m|0)){if((b|0)!=(ca|0))break;i[ea>>0]=48;b=ea}else{if(b>>>0<=ha>>>0)break;iu(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);if(!(k[a>>2]&32))Ek(b,da-b|0,a)|0;h=h+4|0}while(h>>>0<=F>>>0);do if(x|0){if(k[a>>2]&32|0)break;Ek(40274,1,a)|0}while(0);if((g|0)>0&h>>>0<C>>>0)while(1){b=ir(k[h>>2]|0,0,ca)|0;if(b>>>0>ha>>>0){iu(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}if(!(k[a>>2]&32))Ek(b,(g|0)>9?9:g,a)|0;h=h+4|0;b=g+-9|0;if(!((g|0)>9&h>>>0<C>>>0)){g=b;break}else g=b}Qo(a,48,g+9|0,9,0)}else{t=z?C:m+4|0;if((g|0)>-1){s=(w|0)==0;o=m;do{b=ir(k[o>>2]|0,0,ca)|0;if((b|0)==(ca|0)){i[ea>>0]=48;b=ea}do if((o|0)==(m|0)){h=b+1|0;if(!(k[a>>2]&32))Ek(b,1,a)|0;if(s&(g|0)<1){b=h;break}if(k[a>>2]&32|0){b=h;break}Ek(40274,1,a)|0;b=h}else{if(b>>>0<=ha>>>0)break;iu(ha|0,48,b+V|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);h=da-b|0;if(!(k[a>>2]&32))Ek(b,(g|0)>(h|0)?h:g,a)|0;g=g-h|0;o=o+4|0}while(o>>>0<t>>>0&(g|0)>-1)}Qo(a,48,g+18|0,18,0);if(k[a>>2]&32|0)break;Ek(y,Y-y|0,a)|0}while(0);Qo(a,32,q,A,I^8192);g=(A|0)<(q|0)?q:A}else{o=(E&32|0)!=0;m=n!=n|0.0!=0.0;b=m?0:G;h=b+3|0;Qo(a,32,q,h,s);g=k[a>>2]|0;if(!(g&32)){Ek(H,b,a)|0;g=k[a>>2]|0}if(!(g&32))Ek(m?(o?32900:32904):o?32892:32896,3,a)|0;Qo(a,32,q,h,I^8192);g=(h|0)<(q|0)?q:h}while(0);q=K;b=J;continue a}default:{w=0;t=32856;h=Q;g=x;s=I}}while(0);g:do if((L|0)==63){m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0;o=s&32;if((h|0)==0&(m|0)==0){b=Q;h=0;m=0}else{b=Q;do{b=b+-1|0;i[b>>0]=l[32840+(h&15)>>0]|o;h=JG(h|0,m|0,4)|0;m=N}while(!((h|0)==0&(m|0)==0));m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0}m=(g&8|0)==0|(h|0)==0&(m|0)==0;h=m?0:2;m=m?32856:32856+(s>>4)|0;o=t;L=76}else if((L|0)==75){b=ir(g,b,Q)|0;o=x;g=I;L=76}else if((L|0)==81){L=0;I=zk(g,x)|0;H=(I|0)==0;b=g;w=0;t=32856;h=H?g+x|0:I;g=H?x:I-g|0}else if((L|0)==85){L=0;o=h;g=0;b=0;while(1){m=k[o>>2]|0;if(!m)break;b=kL(O,m)|0;if((b|0)<0|b>>>0>(s-g|0)>>>0)break;g=b+g|0;if(s>>>0>g>>>0)o=o+4|0;else break}if((b|0)<0){f=-1;break a}Qo(a,32,q,g,I);if(!g){g=0;L=96}else{m=0;while(1){b=k[h>>2]|0;if(!b){L=96;break g}b=kL(O,b)|0;m=b+m|0;if((m|0)>(g|0)){L=96;break g}if(!(k[a>>2]&32))Ek(O,b,a)|0;if(m>>>0>=g>>>0){L=96;break}else h=h+4|0}}}while(0);if((L|0)==96){L=0;Qo(a,32,q,g,I^8192);g=(q|0)>(g|0)?q:g;q=K;b=J;continue}if((L|0)==76){L=0;s=(o|0)>-1?g&-65537:g;g=ia;g=(k[g>>2]|0)!=0|(k[g+4>>2]|0)!=0;if((o|0)!=0|g){g=(g&1^1)+(R-b)|0;w=h;t=m;h=Q;g=(o|0)>(g|0)?o:g}else{b=Q;w=h;t=m;h=Q;g=0}}o=h-b|0;h=(g|0)<(o|0)?o:g;m=h+w|0;g=(q|0)<(m|0)?m:q;Qo(a,32,g,m,s);if(!(k[a>>2]&32))Ek(t,w,a)|0;Qo(a,48,g,m,s^65536);Qo(a,48,h,o,0);if(!(k[a>>2]&32))Ek(b,o,a)|0;Qo(a,32,g,m,s^8192);q=K;b=J}h:do if((L|0)==243)if(!a)if(!q)f=0;else{f=1;while(1){g=k[e+(f<<2)>>2]|0;if(!g){b=0;break}Mf(d+(f<<3)|0,g,c);f=f+1|0;if((f|0)>=10){f=1;break h}}while(1){g=f+1|0;if(b|0){f=-1;break h}if((g|0)>=10){f=1;break h}f=g;b=k[e+(g<<2)>>2]|0}}while(0);r=ja;return f|0}function fc(a,b,c,d,e,f,g,h,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;m=m|0;n=n|0;o=o|0;var p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0;$=r;r=r+512|0;Q=$+88|0;p=$+96|0;_=$+80|0;K=$+72|0;L=$+68|0;M=$+500|0;N=$+497|0;O=$+496|0;U=$+56|0;V=$+44|0;W=$+32|0;X=$+20|0;Y=$+8|0;P=$+4|0;T=$;k[Q>>2]=o;k[_>>2]=p;Z=_+4|0;k[Z>>2]=202;k[K>>2]=p;k[L>>2]=p+400;k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[U+(o<<2)>>2]=0;o=o+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[V+(o<<2)>>2]=0;o=o+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[W+(o<<2)>>2]=0;o=o+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[X+(o<<2)>>2]=0;o=o+1|0}k[Y>>2]=0;k[Y+4>>2]=0;k[Y+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[Y+(o<<2)>>2]=0;o=o+1|0}fd(c,d,M,N,O,U,V,W,X,P);k[n>>2]=k[m>>2];F=h+8|0;G=W+11|0;H=W+4|0;I=X+11|0;J=X+4|0;x=(e&512|0)!=0;y=V+11|0;z=V+4|0;A=Y+11|0;B=Y+4|0;C=M+3|0;D=U+11|0;E=U+4|0;R=0;w=0;v=p;a:while(1){if(w>>>0>=4){S=212;break}o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(o)break;else{S=212;break a}if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!o){S=212;break a}}else S=27}else S=27;while(0);if((S|0)==27){S=0;if(o){b=0;S=212;break}else b=0}b:do switch(i[M+w>>0]|0){case 1:{if((w|0)==3){d=R;o=v}else{o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){S=41;break a}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){S=41;break a}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=Mb[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}so(Y,o&255);o=b;h=b;c=b;S=43}break}case 0:{if((w|0)==3){d=R;o=v}else{o=b;h=b;c=b;S=43}break}case 3:{o=i[G>>0]|0;d=o<<24>>24<0?k[H>>2]|0:o&255;h=i[I>>0]|0;h=h<<24>>24<0?k[J>>2]|0:h&255;if((d|0)==(0-h|0)){d=R;o=v}else{e=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(e|(h|0)==0){if(c)o=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else o=l[q>>0]|0;d=o&255;if(e){o=i[I>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v;break b}o=i[G>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){i[g>>0]=1;d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(c){e=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;o=i[G>>0]|0;p=d;h=k[d+12>>2]|0;d=k[d+16>>2]|0}else{e=l[q>>0]|0;h=q}c=p+12|0;d=(h|0)==(d|0);if((e&255)<<24>>24==(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){if(d){Mb[k[(k[p>>2]|0)+40>>2]&127](p)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(d)d=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=l[h>>0]|0;o=i[I>>0]|0;if((d&255)<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){S=96;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v}break}case 2:{if(!(w>>>0<2|(R|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;o=v;break b}s=i[y>>0]|0;o=s<<24>>24<0;u=k[V>>2]|0;d=o?u:V;p=d;c:do if((w|0)!=0?(l[M+(w+-1)>>0]|0)<2:0){o=d+(o?k[z>>2]|0:s&255)|0;e=p;while(1){c=e;if((c|0)==(o|0))break;h=i[c>>0]|0;if(h<<24>>24<=-1)break;if(!(j[(k[F>>2]|0)+(h<<24>>24<<1)>>1]&8192))break;e=c+1|0}h=e-p|0;c=i[A>>0]|0;o=c<<24>>24<0;c=o?k[B>>2]|0:c&255;if(h>>>0<=c>>>0){c=(o?k[Y>>2]|0:Y)+c|0;o=c+(0-h)|0;while(1){if((o|0)==(c|0)){q=b;t=b;c=e;d=s;o=u;h=b;break c}if((i[o>>0]|0)!=(i[d>>0]|0)){q=b;t=b;c=p;d=s;o=u;h=b;break c}d=d+1|0;o=o+1|0}}else{q=b;t=b;c=p;d=s;o=u;h=b}}else{q=b;t=b;c=p;d=s;o=u;h=b}while(0);d:while(1){p=d<<24>>24<0;o=(p?o:V)+(p?k[z>>2]|0:d&255)|0;p=c;if((p|0)==(o|0)){b=t;break}b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(d){e=q;b=t;break}else{o=p;b=t;break d}if((Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(d^(q|0)==0){e=q;b=t;h=q}else{o=p;b=t;break d}else{o=0;b=0;S=121}}else{o=q;b=t;S=121}while(0);if((S|0)==121){S=0;if(d){o=p;break}else{e=o;h=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24!=(i[p>>0]|0)){o=p;break}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))Mb[k[(k[o>>2]|0)+40>>2]&127](o)|0;else k[d>>2]=c+1;q=e;t=b;c=p+1|0;d=i[y>>0]|0;o=k[V>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(o|0)!=((t?k[V>>2]|0:V)+(t?k[z>>2]|0:u&255)|0)):0){S=133;break a}else{d=R;o=v}break}case 4:{t=i[O>>0]|0;e=0;d=b;q=b;h=b;o=v;e:while(1){b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);c=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){p=d;b=q;s=h;break}else{p=d;b=q;break e}if((Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break e}else{d=0;b=0;S=143}}else{b=q;S=143}while(0);if((S|0)==143){S=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=d&255;if(c<<24>>24>-1?(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)!=0:0){d=k[n>>2]|0;if((d|0)==(k[Q>>2]|0)){Rp(m,n,Q);d=k[n>>2]|0}k[n>>2]=d+1;i[d>>0]=c;e=e+1|0}else{v=i[D>>0]|0;if(!(c<<24>>24==t<<24>>24&(e|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((o|0)==(k[L>>2]|0)){jp(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;e=0;o=v}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;h=s;continue}else{k[c>>2]=h+1;d=p;q=b;h=s;continue}}if(e|0?(k[_>>2]|0)!=(o|0):0){if((o|0)==(k[L>>2]|0)){jp(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;o=v}e=k[P>>2]|0;f:do if((e|0)>0){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(p){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){b=0;S=174;break}if(!d){S=179;break a}}else S=174;while(0);if((S|0)==174){S=0;if(d){S=179;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24!=(i[N>>0]|0)){S=179;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;h=p}else{k[c>>2]=h+1;d=p;h=p}while(1){if((e|0)<=0)break f;c=k[a>>2]|0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0))if((Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1){k[a>>2]=0;c=0;break}else{c=k[a>>2]|0;break}}else c=0;while(0);c=(c|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){q=d;p=h;break}else{S=200;break a}if((Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){q=d;p=d}else{S=200;break a}else{d=0;b=0;S=193}}else S=193;while(0);if((S|0)==193){S=0;if(c){S=200;break a}else{q=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24<=-1){S=200;break a}if(!(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)){S=200;break a}if((k[n>>2]|0)==(k[Q>>2]|0))Rp(m,n,Q);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=k[n>>2]|0;k[n>>2]=c+1;i[c>>0]=d;e=e+-1|0;k[P>>2]=e;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=q;h=p;continue}else{k[c>>2]=h+1;d=q;h=p;continue}}}while(0);if((k[n>>2]|0)==(k[m>>2]|0)){S=210;break a}else d=R;break}default:{d=R;o=v}}while(0);g:do if((S|0)==43)while(1){S=0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(c){if((k[c+12>>2]|0)!=(k[c+16>>2]|0))if(d){p=o;b=h;e=c;break}else{d=R;b=h;o=v;break g}if((Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)!=-1)if(d^(o|0)==0){p=o;b=h;e=o}else{d=R;b=h;o=v;break g}else{o=0;b=0;S=52}}else{b=h;S=52}while(0);if((S|0)==52){S=0;if(d){d=R;o=v;break g}else{p=o;e=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){d=R;o=v;break g}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){d=R;o=v;break g}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=Mb[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}so(Y,o&255);o=p;h=b;c=e;S=43}while(0);R=d;w=w+1|0;v=o}h:do if((S|0)==41){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==96){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==133){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==179){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==200){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==210){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==212){i:do if(R|0){e=R+11|0;p=R+4|0;c=1;j:while(1){o=i[e>>0]|0;if(o<<24>>24<0)o=k[p>>2]|0;else o=o&255;if(c>>>0>=o>>>0)break i;o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){S=227;break}if(!o)break j}else S=227;while(0);if((S|0)==227){S=0;if(o)break;else b=0}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((i[e>>0]|0)<0)d=k[R>>2]|0;else d=R;if((o&255)<<24>>24!=(i[d+c>>0]|0))break;o=c+1|0;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=o;continue}else{k[c>>2]=h+1;c=o;continue}}k[f>>2]=k[f>>2]|4;o=0;break h}while(0);b=k[_>>2]|0;if((b|0)!=(v|0)){k[T>>2]=0;Sj(U,b,v,T);if(!(k[T>>2]|0)){o=1;break}else{k[f>>2]=k[f>>2]|4;o=0;break}}else o=1}while(0);NJ(Y);NJ(X);NJ(W);NJ(V);NJ(U);b=k[_>>2]|0;k[_>>2]=0;if(b|0)Jb[k[Z>>2]&255](b);r=$;return o|0}function gc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+64|0;y=D+48|0;w=D+36|0;x=D+24|0;q=D+12|0;s=D;a:do if((a|0)==(b|0))d=a;else{C=c+56|0;z=k[C>>2]|0;u=z+1|0;k[C>>2]=u;A=c+61|0;B=i[A>>0]|0;if(u>>>0>1)i[A>>0]=1;d=i[a>>0]|0;b:do switch(d|0){case 84:case 71:{c:do if((b-a|0)>2){switch(d|0){case 84:break;case 71:switch(i[a+1>>0]|0){case 86:{y=a+2|0;d=_b(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40814)|0;break c}case 82:{y=a+2|0;d=_b(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40834)|0;break c}default:{d=a;break c}}default:{d=a;break c}}d=a+1|0;switch(i[d>>0]|0){case 86:{y=a+2|0;d=Wb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40663)|0;break c}case 84:{y=a+2|0;d=Wb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40675)|0;break c}case 73:{y=a+2|0;d=Wb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40684)|0;break c}case 83:{y=a+2|0;d=Wb(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40698)|0;break c}case 99:{y=a+2|0;d=en(y,b)|0;if((d|0)==(y|0)){d=a;break c}e=en(d,b)|0;if((e|0)==(d|0)){d=a;break c}d=gc(e,b,c)|0;if((d|0)==(e|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}eC(e+-24|0,0,40717)|0;break c}case 67:{u=a+2|0;d=Wb(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}e=Rr(d,b)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break c}if((i[e>>0]|0)!=95){d=a;break c}u=e+1|0;d=Wb(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break b}Sr(y,e+-24|0);p=k[g>>2]|0;e=p+-24|0;f=p;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;CC(a);f=k[g>>2]|0}f=eC(y,0,40744)|0;k[q>>2]=k[f>>2];k[q+4>>2]=k[f+4>>2];k[q+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-48|0;f=PC(q,40769)|0;k[x>>2]=k[f>>2];k[x+4>>2]=k[f+4>>2];k[x+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(s,(k[g>>2]|0)+-24|0);f=i[s+11>>0]|0;e=f<<24>>24<0;f=tn(x,e?k[s>>2]|0:s,e?k[s+4>>2]|0:f&255)|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-44>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-40>>2]&2147483647)+-1|0;h=1}else v=46}else{i[o>>0]=0;i[m>>0]=0;e=0;v=46}if((v|0)==46){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;d:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;v=54}else{h=0;j=1;g=o;v=55}}else{g=ac(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break d;if(h){e=1;f=k[o>>2]|0;v=54;break}else{h=1;j=0;f=o;v=55;break}}while(0);if((v|0)==54){h=e;j=1;e=k[p+-44>>2]|0}else if((v|0)==55)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-40>>2]=l+1|-2147483648;k[p+-44>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[w>>2];k[o+4>>2]=k[w+4>>2];k[o+8>>2]=k[w+8>>2];e=0;while(1){if((e|0)==3)break;k[w+(e<<2)>>2]=0;e=e+1|0}kI(w);kI(s);kI(x);kI(q);kI(y);break c}default:{e=en(d,b)|0;do if((e|0)!=(d|0)){d=gc(e,b,c)|0;if((d|0)!=(e|0)){e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0)){e=e+-24|0;if((i[a+2>>0]|0)==118){eC(e,0,40774)|0;e=0;break}else{eC(e,0,40792)|0;e=0;break}}else{e=1;d=a}}else{e=0;d=a}}else{e=3;d=a}while(0);switch(e&3){case 3:case 0:break c;default:{}}if(!e)break c;else{d=a;break b}}}}else d=a;while(0);break}default:{d=_b(a,b,c)|0;s=k[c+48>>2]|0;t=k[c+52>>2]|0;if((d|0)!=(a|0))if((d|0)!=(b|0)){switch(i[d>>0]|0){case 46:case 69:break b;default:{}}u=i[A>>0]|0;i[A>>0]=0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[y+(e<<2)>>2]=0;e=e+1|0}q=c+4|0;e=k[q>>2]|0;e:do if((k[c>>2]|0)!=(e|0)){f=e+-24|0;j=i[f+11>>0]|0;l=j<<24>>24<0;if(l)g=k[e+-20>>2]|0;else g=j&255;if(g){if(!(i[c+60>>0]|0)){if(l){g=k[f>>2]|0;h=k[e+-20>>2]|0}else{g=f;h=j&255}if((i[g+h+-1>>0]|0)==62){if(l){g=k[e+-20>>2]|0;h=k[f>>2]|0}else{g=j&255;h=f}if((i[h+(g+-2)>>0]|0)!=45){if(l){g=k[e+-20>>2]|0;f=k[f>>2]|0}else g=j&255;if((i[f+(g+-2)>>0]|0)!=62){o=Wb(d,b,c)|0;if((o|0)==(d|0)){d=a;e=0;break}p=k[q>>2]|0;e=p;if(((p-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;e=0;break}f=e+-24|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}m=e+-12|0;n=y+11|0;do if((i[n>>0]|0)<0){i[k[y>>2]>>0]=0;k[y+4>>2]=0;d=i[n>>0]|0;if(d<<24>>24>=0){v=116;break}l=0;h=(k[y+8>>2]&2147483647)+-1|0;g=1}else{i[y>>0]=0;i[n>>0]=0;d=0;v=116}while(0);if((v|0)==116){l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;f:do if((j|0)!=(h|0)){do if(e){e=k[y>>2]|0;if(g){d=0;f=y;v=123}else{g=0;h=1;f=y;v=124}}else{f=ac(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break f;if(!g){g=1;h=0;e=y;v=124;break}d=1;e=k[y>>2]|0;v=123}while(0);if((v|0)==123){g=d;h=1;d=k[y+4>>2]|0}else if((v|0)==124)d=d&255;d=d+1|0;if(d|0)cs(f|0,e|0,d|0)|0;if(h)vc(e);if(g){k[y+8>>2]=j+1|-2147483648;k[y+4>>2]=l;k[y>>2]=f;break}else{i[n>>0]=l;break}}while(0);k[y>>2]=k[m>>2];k[y+4>>2]=k[m+4>>2];k[y+8>>2]=k[m+8>>2];d=0;while(1){if((d|0)==3)break;k[m+(d<<2)>>2]=0;d=d+1|0}p=i[n>>0]|0;if(!((p<<24>>24<0?k[y+4>>2]|0:p&255)|0))Kn(w,32);d=k[q>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[q>>2]=p;CC(p);f=k[q>>2]|0}e=i[w+11>>0]|0;p=e<<24>>24<0;$j(d+-48|0,0,p?k[w>>2]|0:w,p?k[w+4>>2]|0:e&255)|0;kI(w);d=o;e=k[q>>2]|0}}}}Kn(e+-24|0,40);if((d|0)!=(b|0)?(i[d>>0]|0)==118:0){d=d+1|0;f=k[c>>2]|0;e=k[q>>2]|0}else v=143;do if((v|0)==143){m=w+11|0;n=w+4|0;o=x+11|0;p=x+4|0;j=1;g:while(1){f=k[c>>2]|0;e=k[q>>2]|0;while(1){g=(e-f|0)/24|0;l=Wb(d,b,c)|0;e=k[q>>2]|0;f=k[c>>2]|0;h=(e-f|0)/24|0;if((l|0)==(d|0)){v=166;break g}if(h>>>0>g>>>0)break;else d=l}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;d=0;while(1){if((d|0)==3){d=g;break}k[w+(d<<2)>>2]=0;d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;break}v=i[m>>0]|0;if((v<<24>>24<0?k[n>>2]|0:v&255)|0)PC(w,39032)|0;Sr(x,(k[c>>2]|0)+(d*24|0)|0);v=i[o>>0]|0;f=v<<24>>24<0;tn(w,f?k[x>>2]|0:x,f?k[p>>2]|0:v&255)|0;kI(x);d=d+1|0}while(1){if(d>>>0>=h>>>0)break;f=k[q>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;v=f+-24|0;k[q>>2]=v;CC(v);f=k[q>>2]|0}d=d+1|0}f=i[m>>0]|0;d=k[n>>2]|0;if(!((f<<24>>24<0?d:f&255)|0))d=j;else{e=k[q>>2]|0;if((k[c>>2]|0)==(e|0)){v=178;break}if(!j){PC(e+-24|0,39032)|0;e=k[q>>2]|0;f=i[m>>0]|0;d=k[n>>2]|0}v=f<<24>>24<0;tn(e+-24|0,v?k[w>>2]|0:w,v?d:f&255)|0;d=0}kI(w);j=d;d=l}if((v|0)==166)break;else if((v|0)==178){kI(w);d=a;e=0;break e}}while(0);if((f|0)!=(e|0)){Kn(e+-24|0,41);if(s&1|0)PC((k[q>>2]|0)+-24|0,38985)|0;if(s&2|0)PC((k[q>>2]|0)+-24|0,38992)|0;if(s&4|0)PC((k[q>>2]|0)+-24|0,39002)|0;switch(t|0){case 1:{PC((k[q>>2]|0)+-24|0,39035)|0;break}case 2:{PC((k[q>>2]|0)+-24|0,39038)|0;break}default:{}}e=i[y+11>>0]|0;x=e<<24>>24<0;tn((k[q>>2]|0)+-24|0,x?k[y>>2]|0:y,x?k[y+4>>2]|0:e&255)|0;e=1}else{d=a;e=0}}else{d=a;e=0}}else{d=a;e=0}while(0);kI(y);i[A>>0]=u;if(!e){i[A>>0]=B;k[C>>2]=z;d=a;break a}}else d=b;else d=a}}while(0);i[A>>0]=B;k[C>>2]=z}while(0);r=D;return d|0}function hc(a,b,c,d,e,f,g,h,j,m,n){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;var o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0;_=r;r=r+512|0;P=_+96|0;o=_+104|0;Z=_+88|0;J=_+80|0;K=_+76|0;L=_+504|0;M=_+72|0;N=_+68|0;T=_+56|0;U=_+44|0;V=_+32|0;W=_+20|0;X=_+8|0;O=_+4|0;S=_;k[P>>2]=n;k[Z>>2]=o;Y=Z+4|0;k[Y>>2]=202;k[J>>2]=o;k[K>>2]=o+400;k[T>>2]=0;k[T+4>>2]=0;k[T+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[T+(n<<2)>>2]=0;n=n+1|0}k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[U+(n<<2)>>2]=0;n=n+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[V+(n<<2)>>2]=0;n=n+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[W+(n<<2)>>2]=0;n=n+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[X+(n<<2)>>2]=0;n=n+1|0}hd(c,d,L,M,N,T,U,V,W,O);k[m>>2]=k[j>>2];F=V+8+3|0;G=V+4|0;H=W+8+3|0;I=W+4|0;x=(e&512|0)!=0;y=U+8+3|0;z=U+4|0;A=X+8+3|0;B=X+4|0;C=L+3|0;D=T+11|0;E=T+4|0;Q=0;w=0;v=o;a:while(1){if(w>>>0>=4){R=225;break}n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d){R=225;break}}else R=30}else R=30;if((R|0)==30){R=0;if(d){b=0;R=225;break}else b=0}b:do switch(i[L+w>>0]|0){case 1:{if((w|0)==3){d=Q;n=v}else{n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!(Eb[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){R=42;break a}c=k[a>>2]|0;n=c+12|0;d=k[n>>2]|0;if((d|0)==(k[c+16>>2]|0))n=Mb[k[(k[c>>2]|0)+40>>2]&127](c)|0;else{k[n>>2]=d+4;n=k[d>>2]|0}ao(X,n);n=b;p=b;c=b;R=44}break}case 0:{if((w|0)==3){d=Q;n=v}else{n=b;p=b;c=b;R=44}break}case 3:{n=i[F>>0]|0;d=n<<24>>24<0?k[G>>2]|0:n&255;e=i[H>>0]|0;e=e<<24>>24<0?k[I>>2]|0:e&255;if((d|0)==(0-e|0)){d=Q;n=v}else{o=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(o|(e|0)==0){if(c)d=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[q>>2]|0;if(o){n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v;break b}n=i[F>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){i[g>>0]=1;d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(c){o=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;n=i[F>>0]|0;p=d;e=k[d+12>>2]|0;d=k[d+16>>2]|0}else{o=k[q>>2]|0;e=q}c=p+12|0;d=(e|0)==(d|0);if((o|0)==(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){if(d){Mb[k[(k[p>>2]|0)+40>>2]&127](p)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(d)d=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[e>>2]|0;n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){R=99;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v}break}case 2:{if(!(w>>>0<2|(Q|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;n=v;break b}d=i[y>>0]|0;c=k[U>>2]|0;n=d<<24>>24<0?c:U;c:do if((w|0)!=0?(l[L+(w+-1)>>0]|0)<2:0){s=n;while(1){u=d<<24>>24<0;n=s;if((n|0)==((u?c:U)+((u?k[z>>2]|0:d&255)<<2)|0))break;if(!(Eb[k[(k[h>>2]|0)+12>>2]&31](h,8192,k[n>>2]|0)|0)){R=106;break}s=n+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if((R|0)==106){R=0;d=i[y>>0]|0;c=k[U>>2]|0}e=d<<24>>24<0?c:U;q=e;p=s-q>>2;o=i[A>>0]|0;n=o<<24>>24<0;o=n?k[B>>2]|0:o&255;if(p>>>0>o>>>0){t=b;u=b;e=q;o=b}else{o=(n?k[X>>2]|0:X)+(o<<2)|0;n=o+(0-p<<2)|0;while(1){if((n|0)==(o|0)){t=b;u=b;e=s;o=b;break c}if((k[n>>2]|0)!=(k[e>>2]|0)){t=b;u=b;e=q;o=b;break c}e=e+4|0;n=n+4|0}}}else{t=b;u=b;e=n;o=b}while(0);while(1){n=d<<24>>24<0;n=(n?c:U)+((n?k[z>>2]|0:d&255)<<2)|0;p=e;if((p|0)==(n|0)){b=u;break}b=k[a>>2]|0;do if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))b=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[n>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(o){b=k[o+12>>2]|0;if((b|0)==(k[o+16>>2]|0))b=Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(t|0)==0){e=t;b=u;o=t}else{n=p;b=u;break}else{n=0;b=0;R=126}}else{n=t;b=u;R=126}if((R|0)==126){R=0;if(d){n=p;break}else{e=n;o=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)!=(k[p>>2]|0)){n=p;break}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))Mb[k[(k[n>>2]|0)+40>>2]&127](n)|0;else k[d>>2]=c+4;t=e;u=b;e=p+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(n|0)!=((t?k[U>>2]|0:U)+((t?k[z>>2]|0:u&255)<<2)|0)):0){R=138;break a}else{d=Q;n=v}break}case 4:{o=0;d=b;q=b;e=b;n=v;while(1){b=k[a>>2]|0;do if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))b=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[c>>2]|0;if((b|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){b=k[e+12>>2]|0;if((b|0)==(k[e+16>>2]|0))b=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break}else{d=0;b=0;R=151}}else{b=q;R=151}if((R|0)==151){R=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))c=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else c=k[c>>2]|0;if(Eb[k[(k[h>>2]|0)+12>>2]&31](h,2048,c)|0){d=k[m>>2]|0;if((d|0)==(k[P>>2]|0)){jp(j,m,P);d=k[m>>2]|0}k[m>>2]=d+4;k[d>>2]=c;o=o+1|0}else{v=i[D>>0]|0;if(!((c|0)==(k[N>>2]|0)&(o|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((n|0)==(k[K>>2]|0)){jp(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;o=0;n=v}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;e=s;continue}else{k[c>>2]=e+4;d=p;q=b;e=s;continue}}if(o|0?(k[Z>>2]|0)!=(n|0):0){if((n|0)==(k[K>>2]|0)){jp(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;n=v}o=k[O>>2]|0;d:do if((o|0)>0){d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(p){d=k[p+12>>2]|0;if((d|0)==(k[p+16>>2]|0))d=Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[d>>2]|0;if((d|0)!=-1){if(!c){R=190;break a}}else{b=0;R=184}}else R=184;if((R|0)==184){R=0;if(c){R=190;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)!=(k[M>>2]|0)){R=190;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=p;e=p}else{k[c>>2]=e+4;q=p;e=p}while(1){if((o|0)<=0)break d;d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){d=k[e+12>>2]|0;if((d|0)==(k[e+16>>2]|0))d=Mb[k[(k[e>>2]|0)+36>>2]&127](e)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(c^(q|0)==0){s=q;p=q}else{R=213;break a}else{d=0;b=0;R=207}}else{d=q;R=207}if((R|0)==207){R=0;if(c){R=213;break a}else{s=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if(!(Eb[k[(k[h>>2]|0)+12>>2]&31](h,2048,d)|0)){R=213;break a}if((k[m>>2]|0)==(k[P>>2]|0))jp(j,m,P);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;c=k[m>>2]|0;k[m>>2]=c+4;k[c>>2]=d;o=o+-1|0;k[O>>2]=o;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=s;e=p;continue}else{k[c>>2]=e+4;q=s;e=p;continue}}}while(0);if((k[m>>2]|0)==(k[j>>2]|0)){R=223;break a}else d=Q;break}default:{d=Q;n=v}}while(0);e:do if((R|0)==44)while(1){R=0;b=k[a>>2]|0;do if(b){d=k[b+12>>2]|0;if((d|0)==(k[b+16>>2]|0))b=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[d>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(c){b=k[c+12>>2]|0;if((b|0)==(k[c+16>>2]|0))b=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(n|0)==0){o=n;b=p;e=n}else{d=Q;b=p;n=v;break e}else{n=0;b=0;R=56}}else{b=p;R=56}if((R|0)==56){R=0;if(d){d=Q;n=v;break e}else{o=n;e=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!(Eb[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){d=Q;n=v;break e}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+40>>2]&127](n)|0;else{k[d>>2]=c+4;n=k[c>>2]|0}ao(X,n);n=o;p=b;c=e;R=44}while(0);Q=d;w=w+1|0;v=n}f:do if((R|0)==42){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==99){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==138){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==190){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==213){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==223){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==225){g:do if(Q|0){o=Q+8+3|0;p=Q+4|0;c=1;while(1){n=i[o>>0]|0;if(n<<24>>24<0)n=k[p>>2]|0;else n=n&255;if(c>>>0>=n>>>0)break g;n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d)break}else R=243}else R=243;if((R|0)==243){R=0;if(d)break;else b=0}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((i[o>>0]|0)<0)d=k[Q>>2]|0;else d=Q;if((n|0)!=(k[d+(c<<2)>>2]|0))break;n=c+1|0;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){Mb[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=n;continue}else{k[c>>2]=e+4;c=n;continue}}k[f>>2]=k[f>>2]|4;n=0;break f}while(0);b=k[Z>>2]|0;if((b|0)!=(v|0)){k[S>>2]=0;Sj(T,b,v,S);if(!(k[S>>2]|0)){n=1;break}else{k[f>>2]=k[f>>2]|4;n=0;break}}else n=1}while(0);CJ(X);CJ(W);CJ(V);CJ(U);NJ(T);b=k[Z>>2]|0;k[Z>>2]=0;if(b|0)Jb[k[Y>>2]&255](b);r=_;return n|0}function ic(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+192|0;q=x+72|0;n=x+48|0;m=x+24|0;t=x;u=x+152|0;v=x+128|0;w=x+104|0;j=x+116|0;l=x+92|0;e=b;a:do if((e-a|0)>3?(i[a>>0]|0)==76:0){d=a+1|0;do switch(i[d>>0]|0){case 84:break a;case 119:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40080,7);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 98:{if((i[a+3>>0]|0)!=69)break a;switch(i[a+2>>0]|0){case 48:{vr(u,40088);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{v=(f-b|0)/24|0;w=v<<1;fu(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;is(v,u);k[w>>2]=v+24;In(c,t);jt(t);break}}else{is(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(u);a=a+4|0;break a}case 49:{ur(u,40094);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{v=(f-b|0)/24|0;w=v<<1;fu(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;is(v,u);k[w>>2]=v+24;In(c,t);jt(t);break}}else{is(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(u);a=a+4|0;break a}default:break a}}case 99:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40099,4);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 97:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40104,11);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 104:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40116,13);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 115:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40130,5);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 116:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40136,14);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 105:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,50039,0);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 106:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40151,1);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 108:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40153,1);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 109:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40155,2);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 120:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40158,2);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 121:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40161,3);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 110:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40165,8);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 111:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Mr(t,40174,17);c=td(w,b,t,c)|0;kI(t);a=(c|0)==(w|0)?a:c;break a}case 102:{h=a+2|0;b:do if((e-h|0)>>>0>8){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==8){s=37;break}if(!(zM(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==37){if(f<<24>>24==69){c:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break c;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+24|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[m>>3]=+o[t>>2];d=LE(u,24,40192,m)|0;if(d>>>0>23)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;Mr(w,u,d);ps(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{t=(f-b|0)/24|0;u=t<<1;fu(m,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=m+8|0;t=k[u>>2]|0;is(t,v);k[u>>2]=t+24;In(c,m);jt(m);break}}else{is(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(v);kI(w);d=11}else d=2;break b}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 100:{h=a+2|0;d:do if((e-h|0)>>>0>16){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==16){s=57;break}if(!(zM(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==57){if(f<<24>>24==69){e:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break e;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+32|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[n>>3]=+p[t>>3];d=LE(u,32,40196,n)|0;if(d>>>0>31)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;Mr(w,u,d);ps(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{t=(f-b|0)/24|0;u=t<<1;fu(n,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=n+8|0;t=k[u>>2]|0;is(t,v);k[u>>2]=t+24;In(c,n);jt(n);break}}else{is(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(v);kI(w);d=19}else d=2;break d}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 101:{h=a+2|0;f:do if((e-h|0)>>>0>20){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==20){s=77;break}if(!(zM(g)|0))break;n=i[h+(e|1)>>0]|0;i[d>>0]=n+(((g+-48|0)>>>0<10?0:9)+g<<4)+((n+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==77){if(f<<24>>24==69){g:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break g;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+40|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[q>>3]=+p[t>>3];d=LE(u,40,40199,q)|0;if(d>>>0>39)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;Mr(w,u,d);ps(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{t=(f-b|0)/24|0;u=t<<1;fu(q,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=q+8|0;t=k[u>>2]|0;is(t,v);k[u>>2]=t+24;In(c,q);jt(q);break}}else{is(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(v);kI(w);d=23}else d=2;break f}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 95:{if((i[a+2>>0]|0)!=90)break a;w=a+3|0;d=gc(w,b,c)|0;if((d|0)==(w|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}default:{g=Wb(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;if((i[g>>0]|0)==69){a=g+1|0;break a}else h=g;while(1){if((h|0)==(b|0))break a;d=i[h>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;h=h+1|0}if(!((h|0)!=(g|0)&d<<24>>24==69))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=d+-24|0;Sr(w,f);d=eC(w,0,39030)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}d=PC(v,38935)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;b=h-g|0;if(b>>>0>4294967279)rM();if(b>>>0<11){i[l+11>>0]=b;e=l}else{c=b+16&-16;e=ac(c)|0;k[l>>2]=e;k[l+8>>2]=c|-2147483648;k[l+4>>2]=b}a=g;d=e;while(1){if((a|0)==(h|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=i[l+11>>0]|0;a=d<<24>>24<0;d=tn(u,a?k[l>>2]|0:l,a?k[l+4>>2]|0:d&255)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}ps(t,j);Ge(f,t);CC(t);kI(j);kI(l);kI(u);kI(v);kI(w);a=h+1|0;break a}}while(0)}while(0);r=x;return a|0}function jc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+128|0;f=y+116|0;g=y+112|0;u=y+108|0;q=y+104|0;s=y+100|0;v=y+88|0;e=y+84|0;w=y+72|0;t=y+64|0;x=y+44|0;h=y+20|0;i=y+8|0;j=y+56|0;m=y+40|0;n=y+16|0;o=y+4|0;p=y;k[g>>2]=a;k[u>>2]=0;k[q>>2]=u;k[s>>2]=u;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;k[e>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;k[w>>2]=w+4;k[t>>2]=22;k[t+4>>2]=0;k[x>>2]=0;d=x+4|0;k[d>>2]=0;k[x+8>>2]=0;k[h>>2]=v;k[h+4>>2]=w;k[h+8>>2]=e;k[h+12>>2]=x;k[h+16>>2]=t;k[i>>2]=v;k[i+4>>2]=w;e=x+8|0;yn(x,g);a:while(1){c=k[d>>2]|0;b=c;if((c|0)==(k[x>>2]|0)){a=113;break}c=k[b+-4>>2]|0;k[g>>2]=c;a=0;while(1){if((a|0)==-1)break;z=a+-1|0;k[d>>2]=b+(z<<2);a=z}a=c;if(!c)continue;if((a|0)==(t|0)){rp(i);continue}rI(k[q>>2]|0,k[a>>2]|0);a=k[g>>2]|0;do switch(k[a>>2]|0){case 23:case 22:continue a;case 1:{a=(UI(a)|0)+8|0;k[j>>2]=k[a>>2];k[f>>2]=k[j>>2];ej(h,f);a=(UI(k[g>>2]|0)|0)+20|0;rI(k[q>>2]|0,k[a>>2]|0);a=0;while(1){z=(UI(k[g>>2]|0)|0)+20|0;if(a>>>0>=(k[z>>2]|0)>>>0)continue a;b=uF((UI(k[g>>2]|0)|0)+12|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))yn(x,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 2:{a=(aJ(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(aJ(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(aJ(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 3:{a=(ZI(a)|0)+8|0;k[m>>2]=k[a>>2];k[f>>2]=k[m>>2];ej(h,f);a=(ZI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 4:{a=(TI(a)|0)+8|0;k[n>>2]=k[a>>2];k[f>>2]=k[n>>2];os(w,s,q,f);a=(TI(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(TI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 5:{a=(PI(a)|0)+16|0;rI(k[q>>2]|0,k[a>>2]|0);a=0;while(1){z=(PI(k[g>>2]|0)|0)+16|0;z=a>>>0<(k[z>>2]|0)>>>0;b=PI(k[g>>2]|0)|0;if(!z)break;z=uF(b+8|0,a)|0;k[o>>2]=k[z>>2];k[f>>2]=k[o>>2];os(w,s,q,f);a=a+1|0}k[p>>2]=k[b+24>>2];k[f>>2]=k[p>>2];os(w,s,q,f);a=(PI(k[g>>2]|0)|0)+28|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(PI(k[g>>2]|0)|0)+32|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 6:{a=(_I(a)|0)+24|0;LF(u,k[a>>2]|0,0);a=(_I(k[g>>2]|0)|0)+16|0;rI(k[q>>2]|0,k[a>>2]|0);a=0;while(1){z=(_I(k[g>>2]|0)|0)+16|0;if(a>>>0>=(k[z>>2]|0)>>>0)continue a;b=uF((_I(k[g>>2]|0)|0)+8|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))yn(x,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 7:{a=(yI(a)|0)+24|0;LF(u,k[a>>2]|0,0);a=(yI(k[g>>2]|0)|0)+16|0;rI(k[q>>2]|0,k[a>>2]|0);a=0;while(1){z=(yI(k[g>>2]|0)|0)+16|0;if(a>>>0>=(k[z>>2]|0)>>>0)continue a;b=uF((yI(k[g>>2]|0)|0)+8|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))yn(x,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 8:{a=(uI(a)|0)+28|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(uI(k[g>>2]|0)|0)+24|0;LF(u,k[a>>2]|0,0);a=(uI(k[g>>2]|0)|0)+16|0;rI(k[q>>2]|0,k[a>>2]|0);a=0;while(1){z=(uI(k[g>>2]|0)|0)+16|0;if(a>>>0>=(k[z>>2]|0)>>>0)continue a;b=uF((uI(k[g>>2]|0)|0)+8|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))yn(x,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}case 9:{z=(HI(a)|0)+8|0;rI(k[q>>2]|0,k[z>>2]|0);continue a}case 10:{a=(FI(a)|0)+8|0;rI(k[q>>2]|0,k[a>>2]|0);a=(FI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 11:{z=(CI(a)|0)+8|0;LF(u,k[z>>2]|0,0);continue a}case 12:{a=(BI(a)|0)+8|0;LF(u,k[a>>2]|0,0);a=(BI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 13:{a=(VI(a)|0)+8|0;rI(k[q>>2]|0,l[a>>0]|0);a=(VI(k[g>>2]|0)|0)+9|0;rI(k[q>>2]|0,l[a>>0]|0);a=(VI(k[g>>2]|0)|0)+12|0;rI(k[q>>2]|0,k[a>>2]|0);a=(VI(k[g>>2]|0)|0)+16|0;rI(k[q>>2]|0,k[a>>2]|0);a=(VI(k[g>>2]|0)|0)+20|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 14:{a=(RI(a)|0)+8|0;rI(k[q>>2]|0,l[a>>0]|0);a=(RI(k[g>>2]|0)|0)+12|0;rI(k[q>>2]|0,k[a>>2]|0);a=(RI(k[g>>2]|0)|0)+16|0;rI(k[q>>2]|0,k[a>>2]|0);a=(RI(k[g>>2]|0)|0)+28|0;rI(k[q>>2]|0,k[a>>2]|0);a=(RI(k[g>>2]|0)|0)+20|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(RI(k[g>>2]|0)|0)+24|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 15:{z=(SI(a)|0)+8|0;rI(k[q>>2]|0,k[z>>2]|0);z=yy((SI(k[g>>2]|0)|0)+8|0)|0;LF(u,z,N);continue a}case 16:{a=(QI(a)|0)+8|0;rI(k[q>>2]|0,k[a>>2]|0);a=(QI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 17:{a=(MI(a)|0)+8|0;rI(k[q>>2]|0,k[a>>2]|0);a=(MI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(MI(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 18:{a=(KI(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(KI(k[g>>2]|0)|0)+12|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))yn(x,a);else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4}a=(KI(k[g>>2]|0)|0)+16|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 19:{a=(XI(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 20:{a=(LI(a)|0)+8|0;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0)){yn(x,a);continue a}else{k[b>>2]=k[a>>2];k[d>>2]=(k[d>>2]|0)+4;continue a}}case 21:{a=(WI(a)|0)+8|0;rI(k[q>>2]|0,k[a>>2]|0);a=(WI(k[g>>2]|0)|0)+12|0;LF(u,k[a>>2]|0,0);a=(WI(k[g>>2]|0)|0)+24|0;rI(k[q>>2]|0,k[a>>2]|0);a=0;while(1){z=(WI(k[g>>2]|0)|0)+24|0;if(a>>>0>=(k[z>>2]|0)>>>0)continue a;b=uF((WI(k[g>>2]|0)|0)+16|0,a)|0;c=k[d>>2]|0;if((c|0)==(k[e>>2]|0))yn(x,b);else{k[c>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+4}a=a+1|0}}default:{a=112;break a}}while(0)}if((a|0)!=112)if((a|0)==113){z=k[u>>2]|0;ZA(x);Sy(w);ZA(v);r=y;return z|0}return 0}function kc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+96|0;s=v+64|0;t=v+40|0;l=v+24|0;m=v+12|0;j=v;a:do if((a|0)!=(b|0)){f=i[a>>0]|0;d=f<<24>>24;switch(d|0){case 68:case 67:{b:do if((b-a|0)>1?(h=c+4|0,e=k[h>>2]|0,(k[c>>2]|0)!=(e|0)):0){switch(d|0){case 67:{switch(i[a+1>>0]|0){case 53:case 51:case 50:case 49:break;default:break b}de(l,e+-24|0);ps(t,l);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{u=(g-f|0)/24|0;b=u<<1;fu(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;is(u,t);k[b>>2]=u+24;In(c,s);jt(s);break}}else{is(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);CC(t);kI(l);i[c+60>>0]=1;a=a+2|0;break b}case 68:break;default:break b}switch(i[a+1>>0]|0){case 53:case 50:case 49:case 48:break;default:break b}de(j,e+-24|0);e=eC(j,0,39244)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(t,m);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{u=(g-f|0)/24|0;b=u<<1;fu(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;is(u,t);k[b>>2]=u+24;In(c,s);jt(s);break}}else{is(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);CC(t);kI(m);kI(j);i[c+60>>0]=1;a=a+2|0}while(0);break a}case 85:{c:do if((b-a|0)>2&f<<24>>24==85){switch(i[a+1>>0]|0){case 116:{k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Mr(l,39246,8);ps(t,l);h=c+4|0;d=k[h>>2]|0;u=k[c+8>>2]|0;f=u;do if(d>>>0>=u>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{q=(f-g|0)/24|0;u=q<<1;fu(s,q>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=s+8|0;q=k[u>>2]|0;is(q,t);k[u>>2]=q+24;In(c,s);jt(s);break}}else{is(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);CC(t);kI(l);e=a+2|0;if((e|0)==(b|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;CC(b);e=k[h>>2]|0}}if(((i[e>>0]|0)+-48|0)>>>0<10){d=a+3|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}Rj((k[h>>2]|0)+-24|0,e,d)}else d=e;Kn((k[h>>2]|0)+-24|0,39);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break c}e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;CC(b);e=k[h>>2]|0}}case 108:break;default:break c}k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;Mr(m,39255,9);ps(t,m);u=c+4|0;d=k[u>>2]|0;p=k[c+8>>2]|0;f=p;do if(d>>>0>=p>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(f-g|0)/24|0;p=o<<1;fu(s,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=s+8|0;o=k[p>>2]|0;is(o,t);k[p>>2]=o+24;In(c,s);jt(s);break}}else{is(d,t);k[u>>2]=(k[u>>2]|0)+24}while(0);CC(t);kI(m);e=a+2|0;do if((i[e>>0]|0)!=118){d=Wb(e,b,c)|0;if((d|0)==(e|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;CC(b);e=k[u>>2]|0}}e=k[u>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break c;Sr(s,e+-24|0);g=k[u>>2]|0;e=g+-24|0;f=g;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[u>>2]=p;CC(p);f=k[u>>2]|0}o=s+11|0;n=i[o>>0]|0;m=n<<24>>24<0;p=s+4|0;tn(g+-48|0,m?k[s>>2]|0:s,m?k[p>>2]|0:n&255)|0;n=s+8|0;while(1){m=Wb(d,b,c)|0;if((m|0)==(d|0)){q=93;break}d=k[u>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){q=131;break}Sr(t,d+-24|0);if((i[o>>0]|0)<0){i[k[s>>2]>>0]=0;k[p>>2]=0;d=i[o>>0]|0;if(d<<24>>24<0){l=0;h=(k[n>>2]&2147483647)+-1|0;g=1}else q=69}else{i[s>>0]=0;i[o>>0]=0;d=0;q=69}if((q|0)==69){q=0;l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[s>>2]|0;if(g){d=0;f=s;q=76}else{g=0;h=1;f=s;q=77}}else{f=ac(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[s>>2]|0;q=76}else{g=1;h=0;e=s;q=77}}if((q|0)==76){q=0;g=d;h=1;d=k[p>>2]|0}else if((q|0)==77){q=0;d=d&255}d=d+1|0;if(d|0)cs(f|0,e|0,d|0)|0;if(h)vc(e);if(g){k[n>>2]=j+1|-2147483648;k[p>>2]=l;k[s>>2]=f;break}else{i[o>>0]=l;break}}while(0);k[s>>2]=k[t>>2];k[s+4>>2]=k[t+4>>2];k[s+8>>2]=k[t+8>>2];d=0;while(1){if((d|0)==3)break;k[t+(d<<2)>>2]=0;d=d+1|0}kI(t);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[u>>2]=l;CC(l);f=k[u>>2]|0}l=i[o>>0]|0;if(!((l<<24>>24<0?k[p>>2]|0:l&255)|0)){d=m;continue}PC(d+-48|0,39032)|0;d=i[o>>0]|0;l=d<<24>>24<0;tn((k[u>>2]|0)+-24|0,l?k[s>>2]|0:s,l?k[p>>2]|0:d&255)|0;d=m}if((q|0)==93){PC((k[u>>2]|0)+-24|0,38935)|0;kI(s);break}else if((q|0)==131){kI(s);break c}}else{Kn((k[u>>2]|0)+-24|0,41);d=a+3|0}while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==69:0){f=d+1|0;if((f|0)==(b|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;CC(b);e=k[u>>2]|0}}d:do if(((i[f>>0]|0)+-48|0)>>>0<10){d=d+2|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}n=k[u>>2]|0;g=n+-24|0;o=g+11|0;e=i[o>>0]|0;l=e<<24>>24<0;if(l){j=k[g>>2]|0;h=j;m=k[n+-20>>2]|0;e=(k[n+-16>>2]&2147483647)+-1|0}else{h=g;j=g;m=e&255;e=10}j=j+7-h|0;h=d-f|0;if(h){if((e-m|0)>>>0>=h>>>0){if(l)g=k[g>>2]|0;e=m-j|0;if(e){t=g+j|0;Uy(t+h|0,t|0,e|0)|0}}else{On(g,e,m+h-e|0,m,j,h);g=k[g>>2]|0}e=m+h|0;if((i[o>>0]|0)<0)k[n+-20>>2]=e;else i[o>>0]=e;i[g+e>>0]=0;e=g+j|0;while(1){if((f|0)==(d|0))break d;i[e>>0]=i[f>>0]|0;f=f+1|0;e=e+1|0}}}else d=f;while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;CC(b);e=k[u>>2]|0}}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;CC(b);e=k[u>>2]|0}}while(0);break a}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{a=yd(a,b,c)|0;break a}default:{b=Xb(a,b,c)|0;r=v;return b|0}}}while(0);r=v;return a|0}function lc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;a:do if(a>>>0<212){a=Fx(8684,8876,a)|0;a=k[a>>2]|0}else{g=(a>>>0)/210|0;e=g*210|0;d=(Fx(8876,9068,a-e|0)|0)-8876>>2;a=0;f=d;e=(k[8876+(d<<2)>>2]|0)+e|0;while(1){b=5;while(1){if(b>>>0>=47){d=211;h=8;break}c=k[8684+(b<<2)>>2]|0;d=(e>>>0)/(c>>>0)|0;if(d>>>0<c>>>0){a=e;break a}if((e|0)==(aa(d,c)|0))break;else b=b+1|0}b:do if((h|0)==8){c:while(1){h=0;b=(e>>>0)/(d>>>0)|0;do if(b>>>0>=d>>>0)if((e|0)!=(aa(b,d)|0)){b=d+10|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+12|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+16|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+18|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+22|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+28|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)==(aa(c,b)|0))c=9;else{b=d+30|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+36|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+40|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+42|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+46|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+52|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+58|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+60|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+66|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+70|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+72|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+78|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+82|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+88|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+96|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+100|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+102|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+106|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+108|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+112|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+120|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+126|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+130|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+136|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+138|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+142|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+148|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+150|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+156|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+162|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+166|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+168|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+172|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+178|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+180|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+186|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+190|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+192|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+196|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+198|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+208|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}c=(e|0)==(aa(c,b)|0);b=c?b:d+210|0;c=c?9:0}else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else{b=d;c=9}else{b=d;c=1;a=e}while(0);switch(c&15){case 9:break b;case 0:{d=b;h=8;break}default:break c}}if(c)break a}while(0);d=f+1|0;c=(d|0)==48;e=(c&1)+g|0;d=c?0:d;f=d;g=e;e=(k[8876+(d<<2)>>2]|0)+(e*210|0)|0}}while(0);return a|0}function mc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;t=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;C=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;M=V+16|0;T=V;ud(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{iv(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{fv(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{gw(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(eo(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{SF(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{aB(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{YB(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{iv(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{fv(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{gw(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(eo(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;bF(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;LC(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{go(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{ho(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{wA(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{jA(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{$A(t,U);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 16:{nA(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{vA(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Wh(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Rh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{RF(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{cD(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{go(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{ho(C,U);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 11:{wA(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{jA(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{$A(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{nA(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{vA(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Wh(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Rh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;KC(M,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[M>>2];k[a+4>>2]=k[M+4>>2];k[a+8>>2]=k[M+8>>2];k[a+12>>2]=k[M+12>>2];k[a+16>>2]=0;break a}case 44:{e=+eD(U);p[u>>3]=e;d=k[u>>2]|0;b=k[u+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=pF(U)|0;b=N;S=fJ(d|0,b|0,536870911,-1206910976)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=fJ(d|0,b|0,536870911,940572672)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-D;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=D;k[a+16>>2]=0;break a}else{YC(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ha()}while(0);break}default:Ha()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function nc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,m=0.0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0;P=r;r=r+304|0;I=P+16|0;J=P+8|0;K=P+33|0;L=P;M=P+32|0;f=i[b>>0]|0;a:do if(f<<24>>24){z=a+4|0;A=a+100|0;B=a+108|0;C=a+8|0;D=K+10|0;E=K+33|0;y=J+4|0;F=K+46|0;G=K+94|0;H=K+1|0;n=b;v=0;b=0;e=0;d=0;b:while(1){c:do if(!(tN(f&255)|0)){f=f<<24>>24==37;d:do if(f){g=n+1|0;h=i[g>>0]|0;e:do switch(h<<24>>24){case 37:break d;case 42:{x=0;g=n+2|0;break}default:{f=(h&255)+-48|0;if(f>>>0<10?(i[n+2>>0]|0)==36:0){k[I>>2]=k[c>>2];while(1){x=(k[I>>2]|0)+(4-1)&~(4-1);g=k[x>>2]|0;k[I>>2]=x+4;if(f>>>0>1)f=f+-1|0;else break}x=g;g=n+3|0;break e}w=(k[c>>2]|0)+(4-1)&~(4-1);x=k[w>>2]|0;k[c>>2]=w+4}}while(0);h=i[g>>0]|0;f=h&255;if((f+-48|0)>>>0<10){n=0;do{n=(n*10|0)+-48+f|0;g=g+1|0;h=i[g>>0]|0;f=h&255}while((f+-48|0)>>>0<10)}else n=0;if(h<<24>>24==109){h=g+1|0;f=(x|0)!=0&1;e=0;d=0;g=h;h=i[h>>0]|0}else f=0;q=g+1|0;switch(h<<24>>24){case 104:{w=(i[q>>0]|0)==104;h=w?-2:-1;g=w?g+2|0:q;break}case 108:{w=(i[q>>0]|0)==108;h=w?3:1;g=w?g+2|0:q;break}case 106:{h=3;g=q;break}case 116:case 122:{h=1;g=q;break}case 76:{h=2;g=q;break}case 110:case 112:case 67:case 83:case 91:case 99:case 115:case 88:case 71:case 70:case 69:case 65:case 103:case 102:case 101:case 97:case 120:case 117:case 111:case 105:case 100:{h=0;break}default:{O=152;break b}}t=l[g>>0]|0;u=(t&47|0)==3;t=u?t|32:t;u=u?1:h;s=t&255;switch(s<<24>>24){case 99:{n=(n|0)<1?1:n;break}case 91:break;case 110:{if(!x){h=v;break c}switch(u|0){case -2:{i[x>>0]=v;h=v;break c}case -1:{j[x>>1]=v;h=v;break c}case 0:{k[x>>2]=v;h=v;break c}case 1:{k[x>>2]=v;h=v;break c}case 3:{h=x;k[h>>2]=v;k[h+4>>2]=((v|0)<0)<<31>>31;h=v;break c}default:{h=v;break c}}}default:{BA(a,0);do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=Hl(a)|0}while((tN(h)|0)!=0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}v=(k[B>>2]|0)+v+h-(k[C>>2]|0)|0}}BA(a,n);h=k[z>>2]|0;q=k[A>>2]|0;if(h>>>0<q>>>0)k[z>>2]=h+1;else{if((Hl(a)|0)<0){O=152;break b}q=k[A>>2]|0}if(q|0)k[z>>2]=(k[z>>2]|0)+-1;f:do switch(s<<24>>24){case 91:case 99:case 115:{w=(t|0)==99;g:do if((t|16|0)==115){iu(H|0,-1,256)|0;i[K>>0]=0;if((t|0)==115){i[E>>0]=0;i[D>>0]=0;i[D+1>>0]=0;i[D+2>>0]=0;i[D+3>>0]=0;i[D+4>>0]=0}}else{s=g+1|0;t=(i[s>>0]|0)==94;h=t&1;g=t?g+2|0:s;iu(H|0,t&1|0,256)|0;i[K>>0]=0;switch(i[g>>0]|0){case 45:{t=(h^1)&255;i[F>>0]=t;g=g+1|0;break}case 93:{t=(h^1)&255;i[G>>0]=t;g=g+1|0;break}default:t=(h^1)&255}while(1){h=i[g>>0]|0;h:do switch(h<<24>>24){case 0:{O=152;break b}case 93:break g;case 45:{s=g+1|0;h=i[s>>0]|0;switch(h<<24>>24){case 93:case 0:{h=45;break h}default:{}}g=i[g+-1>>0]|0;if((g&255)<(h&255)){g=g&255;do{g=g+1|0;i[K+g>>0]=t;h=i[s>>0]|0}while((g|0)<(h&255|0));g=s}else g=s;break}default:{}}while(0);i[K+((h&255)+1)>>0]=t;g=g+1|0}}while(0);h=w?n+1|0:31;t=(u|0)==1;u=(f|0)!=0;i:do if(t){if(u){e=ac(h<<2)|0;if(!e){d=0;O=152;break b}}else e=x;k[J>>2]=0;k[y>>2]=0;s=h;d=0;j:while(1){q=(e|0)==0;do{k:while(1){h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=Hl(a)|0;if(!(i[K+(h+1)>>0]|0))break j;i[M>>0]=h;switch(Eh(L,M,1,J)|0){case -1:{d=0;O=152;break b}case -2:break;default:break k}}if(!q){k[e+(d<<2)>>2]=k[L>>2];d=d+1|0}}while(!(u&(d|0)==(s|0)));d=s<<1|1;h=Pr(e,d<<2)|0;if(!h){d=0;O=152;break b}else{q=s;s=d;e=h;d=q}}if(!(GL(J)|0)){d=0;O=152;break b}else{q=d;d=0}}else{if(u){d=ac(h)|0;if(!d){d=0;e=0;O=152;break b}else{q=h;e=0}while(1){do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=Hl(a)|0;if(!(i[K+(h+1)>>0]|0)){q=e;e=0;break i}i[d+e>>0]=h;e=e+1|0}while((e|0)!=(q|0));e=q<<1|1;h=Pr(d,e)|0;if(!h){e=0;O=152;break b}else{s=q;q=e;d=h;e=s}}}if(!x){e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=Hl(a)|0;if(!(i[K+(d+1)>>0]|0)){q=0;d=0;e=0;break i}e=k[A>>2]|0}}else{h=0;e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=Hl(a)|0;if(!(i[K+(d+1)>>0]|0)){q=h;d=x;e=0;break i}i[x+h>>0]=d;h=h+1|0;e=k[A>>2]|0}}}while(0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}h=h-(k[C>>2]|0)+(k[B>>2]|0)|0;if(!h)break b;if(!((h|0)==(n|0)|w^1))break b;do if(u)if(t){k[x>>2]=e;break}else{k[x>>2]=d;break}while(0);if(!w){if(e|0)k[e+(q<<2)>>2]=0;if(!d){d=0;break f}i[d+q>>0]=0}break}case 120:case 88:case 112:{h=16;O=134;break}case 111:{h=8;O=134;break}case 117:case 100:{h=10;O=134;break}case 105:{h=0;O=134;break}case 71:case 103:case 70:case 102:case 69:case 101:case 65:case 97:{m=+dc(a,u,0);if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if(x)switch(u|0){case 0:{o[x>>2]=m;break f}case 1:{p[x>>3]=m;break f}case 2:{p[x>>3]=m;break f}default:break f}break}default:{}}while(0);l:do if((O|0)==134){O=0;h=Xc(a,h,0,-1,-1)|0;if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if((x|0)!=0&(t|0)==112){k[x>>2]=h;break}if(x)switch(u|0){case -2:{i[x>>0]=h;break l}case -1:{j[x>>1]=h;break l}case 0:{k[x>>2]=h;break l}case 1:{k[x>>2]=h;break l}case 3:{w=x;k[w>>2]=h;k[w+4>>2]=N;break l}default:break l}}while(0);b=((x|0)!=0&1)+b|0;h=(k[B>>2]|0)+v+(k[z>>2]|0)-(k[C>>2]|0)|0;break c}while(0);g=n+(f&1)|0;BA(a,0);f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=Hl(a)|0;if((f|0)!=(l[g>>0]|0)){O=20;break b}h=v+1|0}else{g=n;while(1){f=g+1|0;if(!(tN(l[f>>0]|0)|0))break;else g=f}BA(a,0);do{f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=Hl(a)|0}while((tN(f)|0)!=0);if(!(k[A>>2]|0))f=k[z>>2]|0;else{f=(k[z>>2]|0)+-1|0;k[z>>2]=f}h=(k[B>>2]|0)+v+f-(k[C>>2]|0)|0}while(0);n=g+1|0;f=i[n>>0]|0;if(!(f<<24>>24))break a;else v=h}if((O|0)==20){if(k[A>>2]|0)k[z>>2]=(k[z>>2]|0)+-1;if((b|0)!=0|(f|0)>-1)break;else{f=0;b=e;O=153}}else if((O|0)==152)if(!b){b=e;O=153}if((O|0)==153){e=b;b=-1}if(f){vc(d);vc(e)}}else b=0;while(0);r=P;return b|0}function oc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;t=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;C=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;M=V+16|0;T=V;Ag(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{iv(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{fv(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{gw(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(eo(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{SF(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{aB(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{YB(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{iv(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{fv(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{gw(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(eo(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;bF(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;LC(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{go(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{ho(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{wA(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{jA(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{$A(t,U);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 16:{nA(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{vA(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Wh(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Rh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{RF(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{cD(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ha()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{go(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{ho(C,U);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 11:{wA(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{jA(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{$A(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{nA(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{vA(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Wh(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Rh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;KC(M,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[M>>2];k[a+4>>2]=k[M+4>>2];k[a+8>>2]=k[M+8>>2];k[a+12>>2]=k[M+12>>2];k[a+16>>2]=0;break a}case 44:{e=+eD(U);p[u>>3]=e;d=k[u>>2]|0;b=k[u+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=pF(U)|0;b=N;S=fJ(d|0,b|0,536870911,-1206910976)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=fJ(d|0,b|0,536870911,940572672)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-D;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=D;k[a+16>>2]=0;break a}else{YC(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ha()}while(0);break}default:Ha()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function pc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0.0;t=r;r=r+320|0;n=t+160|0;q=t+16|0;h=t+300|0;g=t;s=VC(c)|0;k[s+4>>2]=b;a:do if((b+-3|0)>>>0<2){if((k[10591]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=D;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=D;m=s;break a}default:{m=0;break a}}if((k[10592]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=-D;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=-D;m=s;break a}default:{m=0;break a}}if((k[10590]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=C;m=s;break a}default:{m=0;break a}}j=(i[a>>0]|0)==45;c=a+1|0;d=j?c:a;if(!j)c=(i[d>>0]|0)==43?d+1|0:d;if(((i[c>>0]|0)==110?(i[c+1>>0]|0)==97:0)?(i[c+2>>0]|0)==110:0){d=(i[c+3>>0]|0)==58;e=c+4|0;f=d?e:0;do if(d){if((i[e>>0]|0)==48?(i[c+5>>0]|0)==120:0)break;Ka(17305,17361,74,17375)}while(0);switch(b|0){case 3:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;vs(h,f,Lq(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=3364;k[e>>2]=3384;k[q+4>>2]=0;Zw(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=3324;k[e>>2]=3344;PB(d);k[d>>2]=3400;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;lj(d,h);NJ(h);c=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;Lk(q,n);k[n>>2]=k[n>>2]|2139095040;aF(q);c=k[n>>2]|0}else{k[n>>2]=2143289344;c=2143289344}c=j?c|-2147483648:c;b=(c&2147483647)>>>0>2139095040;c=c|b&1^1;if(j|b^1)k[n>>2]=c;m=s+8|0;k[g>>2]=1;k[g+8>>2]=c;SF(q,g);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}case 4:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;vs(h,f,Lq(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=3364;k[e>>2]=3384;k[q+4>>2]=0;Zw(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=3324;k[e>>2]=3344;PB(d);k[d>>2]=3400;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;lj(d,h);NJ(h);b=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[b>>2]=k[b>>2]&-75|8;Kk(q,n);b=n;c=k[b+4>>2]|2146435072;d=n;k[d>>2]=k[b>>2];k[d+4>>2]=c;aF(q);d=n;c=k[d+4>>2]|0;d=k[d>>2]|0}else{c=n;k[c>>2]=0;k[c+4>>2]=2146959360;c=2146959360;d=0}d=j?d:d;c=j?c|-2147483648:c;b=c&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&d>>>0>0;d=d|b&1^1;if(j|b^1){k[n>>2]=d;k[n+4>>2]=c}m=s+8|0;LC(q,2,d,c);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}default:{m=0;break a}}}if((k[10593]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=C;m=s;break a}default:{m=0;break a}}else l=46}else l=46;while(0);b:do if((l|0)==46){c:do switch(b|0){case 1:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=51;else{c=a;l=55}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=51;else l=55;break}default:{c=a;l=55}}if((l|0)==51){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;vs(q,e,Lq(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=3364;k[e>>2]=3384;k[n+4>>2]=0;Zw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3324;k[e>>2]=3344;PB(d);k[d>>2]=3400;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;lj(d,q);NJ(q);c=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;Lk(n,q);q=k[q>>2]|0;c=s+8|0;k[c>>2]=1;k[s+16>>2]=f?0-q|0:q;aF(n);break c}else if((l|0)==55){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;vs(q,c,Lq(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=3364;k[e>>2]=3384;k[n+4>>2]=0;Zw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3324;k[e>>2]=3344;PB(d);k[d>>2]=3400;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;lj(d,q);NJ(q);Lk(n,q);q=k[q>>2]|0;q=(i[a>>0]|0)==45?0-q|0:q;c=s+8|0;k[c>>2]=1;k[s+16>>2]=q;aF(n);break c}break}case 2:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=63;else{c=a;l=67}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=63;else l=67;break}default:{c=a;l=67}}if((l|0)==63){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;vs(q,e,Lq(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=3364;k[e>>2]=3384;k[n+4>>2]=0;Zw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3324;k[e>>2]=3344;PB(d);k[d>>2]=3400;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;lj(d,q);NJ(q);l=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[l>>2]=k[l>>2]&-75|8;Kk(n,q);l=q;a=k[l>>2]|0;l=k[l+4>>2]|0;j=dH(0,0,a|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=f?j:a;k[q+4>>2]=f?N:l;aF(n);break c}else if((l|0)==67){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;vs(q,c,Lq(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=3364;k[e>>2]=3384;k[n+4>>2]=0;Zw(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=3324;k[e>>2]=3344;PB(d);k[d>>2]=3400;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;lj(d,q);NJ(q);Kk(n,q);a=(i[a>>0]|0)==45;l=q;j=k[l>>2]|0;l=k[l+4>>2]|0;h=dH(0,0,j|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=a?h:j;k[q+4>>2]=a?N:l;aF(n);break c}break}case 3:{u=+DN(a,n);c=s+8|0;k[c>>2]=3;o[s+16>>2]=u;break}case 4:{u=+EN(a,n);c=s+8|0;k[c>>2]=4;p[s+16>>3]=u;break}default:{m=0;break b}}while(0);if((k[c>>2]|0)==(b|0))m=s;else Ka(17386,17361,164,17375)}while(0);r=t;return m|0}function qc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 64:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=78;break}case 91:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=2;e=78;break}case 117:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=50;k[c+4>>2]=3;e=78;break}case -119:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=63;k[c+4>>2]=4;e=78;break}case 65:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=78;break}case 92:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=78;break}case 118:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=51;k[c+4>>2]=3;e=78;break}case -118:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=64;k[c+4>>2]=4;e=78;break}case 66:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=78;break}case 93:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=2;e=78;break}case 119:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=52;k[c+4>>2]=3;e=78;break}case -117:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=65;k[c+4>>2]=4;e=78;break}case 67:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=1;e=78;break}case 94:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=78;break}case 68:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=78;break}case 95:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=2;e=78;break}case 69:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=1;e=78;break}case 96:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=78;break}case 70:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=1;e=78;break}case 97:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=2;e=78;break}case 71:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=1;e=78;break}case 98:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=78;break}case 72:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=1;e=78;break}case 99:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=2;e=78;break}case 73:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=1;e=78;break}case 100:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=78;break}case 74:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=1;e=78;break}case 101:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=2;e=78;break}case 75:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=1;e=78;break}case 102:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=2;e=78;break}case 76:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=1;e=78;break}case 103:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=2;e=78;break}case -73:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=1;e=78;break}case -71:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=2;e=78;break}case -74:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=1;e=78;break}case -72:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=2;e=78;break}case 120:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=53;k[c+4>>2]=3;e=78;break}case -116:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=66;k[c+4>>2]=4;e=78;break}case 125:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=54;k[c+4>>2]=3;e=78;break}case -111:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=67;k[c+4>>2]=4;e=78;break}case 121:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=55;k[c+4>>2]=3;e=78;break}case -115:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=68;k[c+4>>2]=4;e=78;break}case 122:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=56;k[c+4>>2]=3;e=78;break}case -114:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=69;k[c+4>>2]=4;e=78;break}case 77:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=1;e=78;break}case 104:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=2;e=78;break}case -125:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=57;k[c+4>>2]=3;e=78;break}case -105:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=70;k[c+4>>2]=4;e=78;break}case 78:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=1;e=78;break}case 105:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=2;e=78;break}case -124:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=58;k[c+4>>2]=3;e=78;break}case -104:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=71;k[c+4>>2]=4;e=78;break}case 79:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=1;e=78;break}case 106:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=2;e=78;break}case 81:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=1;e=78;break}case 108:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=2;e=78;break}case 80:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=1;e=78;break}case 107:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=2;e=78;break}case 82:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=78;break}case 109:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=2;e=78;break}case 83:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=78;break}case 110:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=2;e=78;break}case 85:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=1;e=78;break}case 112:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=47;k[c+4>>2]=2;e=78;break}case 84:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=1;e=78;break}case 111:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=48;k[c+4>>2]=2;e=78;break}case 86:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=78;break}case 113:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=49;k[c+4>>2]=2;e=78;break}case -123:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=59;k[c+4>>2]=3;e=78;break}case -103:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=72;k[c+4>>2]=4;e=78;break}case -122:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=60;k[c+4>>2]=3;e=78;break}case -102:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=73;k[c+4>>2]=4;e=78;break}case -121:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=61;k[c+4>>2]=3;e=78;break}case -101:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=74;k[c+4>>2]=4;e=78;break}case -120:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=62;k[c+4>>2]=3;e=78;break}case -100:{c=iJ(k[a+4>>2]|0)|0;k[c+8>>2]=75;k[c+4>>2]=4;e=78;break}default:c=0}while(0);if((e|0)==78){if(i[a+12>>0]|0){e=IF(43324,15980)|0;g=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(e,g);lq(e)}g=_w(a)|0;k[c+16>>2]=g;g=_w(a)|0;k[c+12>>2]=g;fp(c);k[b>>2]=c;c=1}r=f;return c|0}function rc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+48|0;q=s+24|0;h=s;a:do if((b-a|0)>1?(i[a>>0]|0)==83:0){f=i[a+1>>0]|0;switch(f|0){case 97:{Tu(h,39129);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(g-f|0)/24|0;p=o<<1;fu(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;is(o,h);k[p>>2]=o+24;In(c,q);jt(q);break}}else{is(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(h);p=a+2|0;break a}case 98:{Su(h,39144);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(g-f|0)/24|0;p=o<<1;fu(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;is(o,h);k[p>>2]=o+24;In(c,q);jt(q);break}}else{is(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(h);p=a+2|0;break a}case 115:{Wu(h,39162);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(g-f|0)/24|0;p=o<<1;fu(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;is(o,h);k[p>>2]=o+24;In(c,q);jt(q);break}}else{is(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(h);p=a+2|0;break a}case 105:{Vu(h,39174);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(g-f|0)/24|0;p=o<<1;fu(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;is(o,h);k[p>>2]=o+24;In(c,q);jt(q);break}}else{is(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(h);p=a+2|0;break a}case 111:{Vu(h,39187);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(g-f|0)/24|0;p=o<<1;fu(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;is(o,h);k[p>>2]=o+24;In(c,q);jt(q);break}}else{is(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(h);p=a+2|0;break a}case 100:{Uu(h,39200);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{o=(g-f|0)/24|0;p=o<<1;fu(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;is(o,h);k[p>>2]=o+24;In(c,q);jt(q);break}}else{is(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(h);p=a+2|0;break a}case 95:{d=k[c+16>>2]|0;if((d|0)==(k[c+20>>2]|0)){p=a;break a}b=k[d+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[d>>2]|0;while(1){if((f|0)==(b|0)){d=43;break}d=k[j>>2]|0;o=k[l>>2]|0;g=o;if((d|0)==(o|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=47;break}h=(g-h|0)/24|0;o=h<<1;fu(q,h>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,m);o=k[n>>2]|0;Qt(o,f);Qt(o+12|0,f+12|0);k[n>>2]=o+24;In(c,q);jt(q)}else{Qt(d,f);Qt(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==43){p=a+2|0;break a}else if((d|0)==47)wM();break}default:{e=f+-48|0;d=e>>>0<10;if(!d?(QN(f)|0)==0:0){p=a;break a}o=a+2|0;d=d?e:f+-55|0;while(1){if((o|0)==(b|0)){p=a;break a}e=i[o>>0]|0;f=e<<24>>24;h=f+-48|0;g=h>>>0<10;if(!g?(QN(f)|0)==0:0)break;o=o+1|0;d=(g?h:f+-55|0)+(d*36|0)|0}if(e<<24>>24!=95){p=a;break a}d=d+1|0;n=k[c+16>>2]|0;e=n;if(d>>>0>=(k[c+20>>2]|0)-n>>4>>>0){p=a;break a}b=k[e+(d<<4)+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(b|0)){d=61;break}d=k[j>>2]|0;a=k[l>>2]|0;g=a;if((d|0)==(a|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=65;break}h=(g-h|0)/24|0;a=h<<1;fu(q,h>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,m);a=k[n>>2]|0;Qt(a,f);Qt(a+12|0,f+12|0);k[n>>2]=a+24;In(c,q);jt(q)}else{Qt(d,f);Qt(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==61){p=o+1|0;break a}else if((d|0)==65)wM()}}}else p=a;while(0);r=s;return p|0}function sc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+32|0;o=p+12|0;n=p;d=b;a:do if((d-a|0)>2){if((i[a>>0]|0)==103){e=(i[a+1>>0]|0)==115;g=e;e=e?a+2|0:a}else{g=0;e=a}f=Ae(e,b,c)|0;if((f|0)!=(e|0)){if(!g){a=f;break}d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break;eC(d+-24|0,0,39218)|0;a=f;break}if(((d-e|0)>2?(i[e>>0]|0)==115:0)?(i[e+1>>0]|0)==114:0){f=e+2|0;if((i[f>>0]|0)==78){m=e+3|0;d=Vc(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0))break;g=uc(d,b,c)|0;m=c+4|0;do if((g|0)==(d|0))l=c;else{d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Sr(o,d+-24|0);d=k[m>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[m>>2]=l;CC(l);f=k[m>>2]|0}l=i[o+11>>0]|0;j=l<<24>>24<0;tn(d+-48|0,j?k[o>>2]|0:o,j?k[o+4>>2]|0:l&255)|0;if((g|0)!=(b|0)){kI(o);d=g;l=c;break}e=k[m>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break;n=e+-24|0;k[m>>2]=n;CC(n);e=k[m>>2]|0}kI(o);break a}while(0);h=n+11|0;j=n+4|0;while(1){if((i[d>>0]|0)==69)break;g=mj(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break a;Sr(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;CC(q);e=k[m>>2]|0}e=eC(o,0,39218)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[h>>0]|0;q=d<<24>>24<0;tn(f+-48|0,q?k[n>>2]|0:n,q?k[j>>2]|0:d&255)|0;kI(n);kI(o);d=g}q=d+1|0;f=Ae(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;CC(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break;Sr(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;CC(q);d=k[m>>2]|0}d=eC(o,0,39218)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;tn(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;kI(n);kI(o);a=f;break}d=Vc(f,b,c)|0;if((d|0)!=(f|0)){h=uc(d,b,c)|0;if((h|0)!=(d|0)){g=c+4|0;d=k[g>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;Sr(o,d+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;q=f+-24|0;k[g>>2]=q;CC(q);f=k[g>>2]|0}q=i[o+11>>0]|0;m=q<<24>>24<0;tn(d+-48|0,m?k[o>>2]|0:o,m?k[o+4>>2]|0:q&255)|0;kI(o);d=h}g=Ae(d,b,c)|0;if((g|0)==(d|0)){f=c+4|0;d=k[f>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[f>>2]=q;CC(q);d=k[f>>2]|0}}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;Sr(o,d+-24|0);e=k[f>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[f>>2]=q;CC(q);d=k[f>>2]|0}d=eC(o,0,39218)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;tn(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;kI(n);kI(o);a=g;break}h=mj(f,b,c)|0;if(!((h|0)==(f|0)|(h|0)==(b|0))){if(g){d=c+4|0;e=k[d>>2]|0;if((k[c>>2]|0)==(e|0))break;eC(e+-24|0,0,39218)|0;m=d}else m=c+4|0;j=n+11|0;l=n+4|0;d=h;while(1){if((i[d>>0]|0)==69)break;g=mj(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Sr(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;CC(q);e=k[m>>2]|0}e=eC(o,0,39218)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[j>>0]|0;q=d<<24>>24<0;tn(f+-48|0,q?k[n>>2]|0:n,q?k[l>>2]|0:d&255)|0;kI(n);kI(o);d=g}q=d+1|0;f=Ae(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;CC(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){Sr(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;CC(q);d=k[m>>2]|0}d=eC(o,0,39218)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;tn(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;kI(n);kI(o);a=f}}}}while(0);r=p;return a|0}function tc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0;T=r;r=r+176|0;w=T+164|0;d=T+160|0;c=T+156|0;P=T+152|0;Q=T+140|0;R=T+128|0;S=T+116|0;H=T+112|0;E=T+108|0;F=T+88|0;x=T+76|0;y=T+60|0;z=T+52|0;A=T+64|0;B=T+56|0;C=T+40|0;D=T+36|0;G=T+24|0;I=T+12|0;L=T;k[d>>2]=0;k[c>>2]=0;e=nj(b,d,c)|0;if(!(k[d>>2]|0)){K=Ix(k[a+20>>2]|0)|0;k[d>>2]=K}c=k[c>>2]|0;if(!c)K=a;else{K=HJ()|0;k[K>>2]=c;k[K+4>>2]=k[d>>2];k[K+8>>2]=0;fl(k[a>>2]|0,K);K=a}q=a+20|0;k[q>>2]=(k[q>>2]|0)+1;k[P>>2]=0;q=a+60|0;k[q>>2]=0;k[a+64>>2]=0;s=a+80|0;i[s>>0]=0;k[Q>>2]=0;t=Q+4|0;k[t>>2]=0;k[Q+8>>2]=0;k[R>>2]=0;u=R+4|0;k[u>>2]=0;k[R+8>>2]=0;k[S>>2]=0;v=S+4|0;k[v>>2]=0;k[S+8>>2]=0;k[H>>2]=0;k[E>>2]=0;k[F>>2]=a;k[F+4>>2]=d;k[F+8>>2]=R;k[F+12>>2]=H;k[F+16>>2]=S;k[x>>2]=E;k[x+4>>2]=a;k[x+8>>2]=P;m=Q+8|0;n=a+48|0;J=a+44|0;o=R+8|0;p=S+8|0;d=0;a:while(1){l=(cr(b)|0)+8|0;if(e>>>0>=(k[l>>2]|0)>>>0){O=45;break}l=Gn(b,e)|0;j=dJ(Gn(l,0)|0)|0;b:do if(!((j|0)==(k[10572]|0)|(j|0)==(k[10581]|0))){if((j|0)==(k[10573]|0)){j=(cr(l)|0)+8|0;if((k[j>>2]|0)>>>0>2){O=25;break a}l=Tg(dJ(Gn(l,1)|0)|0,0,0)|0;k[H>>2]=l;break}if((j|0)==(k[10582]|0)){d=dJ(Gn(l,1)|0)|0;l=k[K>>2]|0;k[B>>2]=d;k[w>>2]=k[B>>2];if(!(ty(l,w)|0)){O=29;break a}g=k[K>>2]|0;k[D>>2]=d;k[w>>2]=k[D>>2];g=jx(g,w)|0;k[H>>2]=k[g+4>>2];f=g+8|0;g=g+12|0;c=0;while(1){if(c>>>0>=(k[g>>2]|0)-(k[f>>2]|0)>>2>>>0)break b;l=Ix(c)|0;k[w>>2]=l;h=k[(k[f>>2]|0)+(c<<2)>>2]|0;k[y>>2]=h;j=k[t>>2]|0;if(j>>>0<(k[m>>2]|0)>>>0){k[j>>2]=l;k[j+4>>2]=h;k[t>>2]=(k[t>>2]|0)+8}else Nl(Q,w,y);k[z>>2]=l;l=Fs(n,z)|0;k[l>>2]=h;c=c+1|0}}h=k[t>>2]|0;j=k[Q>>2]|0;c=j;f=h;if((h|0)!=(j|0)?(k[u>>2]|0)==(k[R>>2]|0):0)Kh(R,c,f);if(!(k[J>>2]|0))Qp(F);c=Yb(a,l)|0;if(!(k[P>>2]|0)){k[P>>2]=c;break}else{Du(x);$x((k[E>>2]|0)+12|0,c);break}}else{c=1;while(1){h=(cr(l)|0)+8|0;if(c>>>0>=(k[h>>2]|0)>>>0)break b;k[w>>2]=0;k[y>>2]=0;h=Gn(l,c)|0;if((i[h>>0]|0)==0?(i[h+24>>0]|0)!=0:0)O=14;else{g=Tg(dJ(Gn(l,c)|0)|0,1,0)|0;k[y>>2]=g;if(!g)O=14;else{f=Ix(k[q>>2]|0)|0;k[w>>2]=f;h=g}}if((O|0)==14){O=0;f=dJ(Gn(l,c)|0)|0;k[w>>2]=f;c=c+1|0;h=Tg(dJ(Gn(l,c)|0)|0,0,0)|0;k[y>>2]=h}c=c+1|0;do if((j|0)==(k[10572]|0)){g=k[u>>2]|0;if(g>>>0<(k[o>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[u>>2]=(k[u>>2]|0)+8;break}else{Nl(R,w,y);break}}else{g=k[v>>2]|0;if(g>>>0<(k[p>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[v>>2]=(k[v>>2]|0)+8;break}else{Nl(S,w,y);break}}while(0);k[q>>2]=(k[q>>2]|0)+1;k[z>>2]=f;g=Fs(n,z)|0;k[g>>2]=h}}while(0);e=e+1|0}if((O|0)==25){T=La(20)|0;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;vs(A,16819,20);R=k[l+28>>2]|0;S=k[l+32>>2]|0;av(T,A);k[T+12>>2]=R;k[T+16>>2]=S;pb(T|0,8,182)}else if((O|0)==29){T=La(20)|0;k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;vs(C,16840,16);lD(T,C);pb(T|0,8,182)}else if((O|0)==45){if(!(i[s>>0]|0))c=k[E>>2]|0;else{Du(x);c=k[E>>2]|0;k[c+8>>2]=k[10597]}if(c|0)jl(c);c=k[J>>2]|0;if(!c){Qp(F);c=zJ(k[a+4>>2]|0)|0;k[P>>2]=c;c=k[J>>2]|0}if((k[c+4>>2]|0)!=(k[H>>2]|0)){T=La(20)|0;k[G>>2]=0;k[G+4>>2]=0;k[G+8>>2]=0;vs(G,17059,20);R=k[b+28>>2]|0;S=k[b+32>>2]|0;av(T,G);k[T+12>>2]=R;k[T+16>>2]=S;pb(T|0,8,182)}do if(!d){wq(I,c);e=Ej(I)|0;NJ(I);c=k[K>>2]|0;d=k[c+4>>2]|0;c=k[c>>2]|0;while(1){if((c|0)==(d|0))break;M=k[c>>2]|0;if(ar(M,e)|0){O=59;break}c=c+4|0}if((O|0)==59?(N=k[M>>2]|0,N|0):0){ZA(e+8|0);dO(e);d=N;c=k[J>>2]|0;break}T=La(20)|0;k[L>>2]=0;k[L+4>>2]=0;k[L+8>>2]=0;vs(L,17080,34);R=k[b+28>>2]|0;S=k[b+32>>2]|0;av(T,L);k[T+12>>2]=R;k[T+16>>2]=S;pb(T|0,8,182)}while(0);k[c+36>>2]=k[P>>2];k[(k[J>>2]|0)+32>>2]=d;c=k[K>>2]|0;e=k[J>>2]|0;k[J>>2]=0;Uk(c,e);bw(a+48|0);e=k[a+68>>2]|0;c=a+72|0;d=k[c>>2]|0;while(1){if((d|0)==(e|0))break;a=d+-4|0;k[c>>2]=a;d=a}Zz(S);Zz(R);Zz(Q);r=T;return}}function uc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+80|0;H=L+48|0;I=L+24|0;J=L;K=L+36|0;do if((b-a|0)>1?(i[a>>0]|0)==73:0){F=c+61|0;E=c+36|0;a:do if(i[F>>0]|0){e=k[E>>2]|0;d=k[e+-16>>2]|0;e=e+-12|0;while(1){f=k[e>>2]|0;if((f|0)==(d|0))break a;G=f+-16|0;k[e>>2]=G;pt(G)}}while(0);k[I>>2]=0;k[I+4>>2]=0;k[I+8>>2]=0;Mr(I,39092,1);G=c+4|0;t=c+12|0;u=H+8|0;v=H+8|0;C=I+11|0;D=I+4|0;w=H+11|0;x=H+4|0;y=c+32|0;z=c+40|0;A=c+44|0;B=H+8|0;l=a+1|0;b:while(1){if((i[l>>0]|0)==69){d=42;break}do if(i[F>>0]|0){f=k[t>>2]|0;d=k[E>>2]|0;g=k[z>>2]|0;if(d>>>0<g>>>0){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=f;k[E>>2]=(k[E>>2]|0)+16;break}j=k[y>>2]|0;d=d-j>>4;e=d+1|0;if(e>>>0>268435455){d=13;break b}q=g-j|0;s=q>>3;It(H,q>>4>>>0<134217727?(s>>>0<e>>>0?e:s):268435455,d,A);s=k[B>>2]|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=f;k[B>>2]=s+16;Vj(y,H);hq(H)}while(0);q=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;s=ii(l,b,c)|0;p=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;c:do if(i[F>>0]|0){e=k[E>>2]|0;d=e+-16|0;while(1){if((e|0)==(d|0))break c;o=e+-16|0;k[E>>2]=o;nr(o);e=k[E>>2]|0}}while(0);if((s|0)==(l|0)|(s|0)==(b|0)){d=54;break}d:do if(!(i[F>>0]|0))d=q;else{j=k[E>>2]|0;l=j+-16|0;g=k[t>>2]|0;d=j+-12|0;e=k[d>>2]|0;o=k[j+-8>>2]|0;m=o;if(e>>>0<o>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[d>>2]=(k[d>>2]|0)+16;g=q}else{f=k[l>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455){d=24;break b}n=m-f|0;o=n>>3;It(H,n>>4>>>0<134217727?(o>>>0<e>>>0?e:o):268435455,d,j+-4|0);o=k[u>>2]|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=g;k[u>>2]=o+16;Vj(l,H);gr(H);g=q}while(1){if(g>>>0>=p>>>0){d=q;break d}j=k[(k[E>>2]|0)+-12>>2]|0;l=j+-16|0;m=k[c>>2]|0;n=m+(g*24|0)|0;d=j+-12|0;e=k[d>>2]|0;f=k[j+-8>>2]|0;o=f;if((e|0)==(f|0)){f=k[l>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=30;break b}f=(o-f|0)/24|0;o=f<<1;fu(H,f>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,j+-4|0);o=k[v>>2]|0;Qt(o,n);Qt(o+12|0,m+(g*24|0)+12|0);k[v>>2]=o+24;In(l,H);jt(H)}else{Qt(e,n);Qt(e+12|0,m+(g*24|0)+12|0);k[d>>2]=(k[d>>2]|0)+24}g=g+1|0}}while(0);while(1){if(d>>>0>=p>>>0){d=p;break}o=i[C>>0]|0;if((o<<24>>24<0?k[D>>2]|0:o&255)>>>0>1)PC(I,39032)|0;Sr(H,(k[c>>2]|0)+(d*24|0)|0);o=i[w>>0]|0;n=o<<24>>24<0;tn(I,n?k[H>>2]|0:H,n?k[x>>2]|0:o&255)|0;kI(H);d=d+1|0}while(1){if((d|0)==(q|0)){l=s;continue b}f=k[G>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[G>>2]=p;CC(p);f=k[G>>2]|0}d=d+-1|0}}if((d|0)==13)wM();else if((d|0)==24)wM();else if((d|0)==30)wM();else if((d|0)==42){h=l+1|0;a=i[C>>0]|0;F=a<<24>>24<0;if((i[(F?k[I>>2]|0:I)+(F?k[D>>2]|0:a&255)+-1>>0]|0)==62)PC(I,40077)|0;else PC(I,39094)|0;k[K>>2]=k[I>>2];k[K+4>>2]=k[I+4>>2];k[K+8>>2]=k[I+8>>2];d=0;while(1){if((d|0)==3)break;k[I+(d<<2)>>2]=0;d=d+1|0}ps(J,K);d=k[G>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{a=(g-f|0)/24|0;G=a<<1;fu(H,a>>>0<89478485?(G>>>0<e>>>0?e:G):178956970,d,c+12|0);G=H+8|0;a=k[G>>2]|0;is(a,J);k[G>>2]=a+24;In(c,H);jt(H);break}}else{is(d,J);k[G>>2]=(k[G>>2]|0)+24}while(0);CC(J);kI(K);kI(I);break}else if((d|0)==54){kI(I);h=a;break}}else h=a;while(0);r=L;return h|0}function vc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;if(!a)return;c=a+-8|0;g=k[10625]|0;if(c>>>0<g>>>0)Ha();a=k[a+-4>>2]|0;b=a&3;if((b|0)==1)Ha();d=a&-8;n=c+d|0;do if(!(a&1)){a=k[c>>2]|0;if(!b)return;j=c+(0-a)|0;i=a+d|0;if(j>>>0<g>>>0)Ha();if((j|0)==(k[10626]|0)){a=n+4|0;b=k[a>>2]|0;if((b&3|0)!=3){q=j;e=i;break}k[10623]=i;k[a>>2]=b&-2;k[j+4>>2]=i|1;k[j+i>>2]=i;return}d=a>>>3;if(a>>>0<256){b=k[j+8>>2]|0;c=k[j+12>>2]|0;a=42524+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ha();if((k[b+12>>2]|0)!=(j|0))Ha()}if((c|0)==(b|0)){k[10621]=k[10621]&~(1<<d);q=j;e=i;break}if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ha();a=c+8|0;if((k[a>>2]|0)==(j|0))f=a;else Ha()}else f=c+8|0;k[b+12>>2]=c;k[f>>2]=b;q=j;e=i;break}f=k[j+24>>2]|0;c=k[j+12>>2]|0;do if((c|0)==(j|0)){c=j+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){h=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<g>>>0)Ha();else{k[b>>2]=0;h=a;break}}else{d=k[j+8>>2]|0;if(d>>>0<g>>>0)Ha();a=d+12|0;if((k[a>>2]|0)!=(j|0))Ha();b=c+8|0;if((k[b>>2]|0)==(j|0)){k[a>>2]=c;k[b>>2]=d;h=c;break}else Ha()}while(0);if(f){a=k[j+28>>2]|0;b=42788+(a<<2)|0;if((j|0)==(k[b>>2]|0)){k[b>>2]=h;if(!h){k[10622]=k[10622]&~(1<<a);q=j;e=i;break}}else{if(f>>>0<(k[10625]|0)>>>0)Ha();a=f+16|0;if((k[a>>2]|0)==(j|0))k[a>>2]=h;else k[f+20>>2]=h;if(!h){q=j;e=i;break}}c=k[10625]|0;if(h>>>0<c>>>0)Ha();k[h+24>>2]=f;a=j+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ha();else{k[h+16>>2]=b;k[b+24>>2]=h;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[10625]|0)>>>0)Ha();else{k[h+20>>2]=a;k[a+24>>2]=h;q=j;e=i;break}else{q=j;e=i}}else{q=j;e=i}}else{q=c;e=d}while(0);if(q>>>0>=n>>>0)Ha();a=n+4|0;b=k[a>>2]|0;if(!(b&1))Ha();if(!(b&2)){if((n|0)==(k[10627]|0)){p=(k[10624]|0)+e|0;k[10624]=p;k[10627]=q;k[q+4>>2]=p|1;if((q|0)!=(k[10626]|0))return;k[10626]=0;k[10623]=0;return}if((n|0)==(k[10626]|0)){p=(k[10623]|0)+e|0;k[10623]=p;k[10626]=q;k[q+4>>2]=p|1;k[q+p>>2]=p;return}e=(b&-8)+e|0;d=b>>>3;do if(b>>>0>=256){f=k[n+24>>2]|0;a=k[n+12>>2]|0;do if((a|0)==(n|0)){c=n+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){m=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<(k[10625]|0)>>>0)Ha();else{k[b>>2]=0;m=a;break}}else{b=k[n+8>>2]|0;if(b>>>0<(k[10625]|0)>>>0)Ha();c=b+12|0;if((k[c>>2]|0)!=(n|0))Ha();d=a+8|0;if((k[d>>2]|0)==(n|0)){k[c>>2]=a;k[d>>2]=b;m=a;break}else Ha()}while(0);if(f|0){a=k[n+28>>2]|0;b=42788+(a<<2)|0;if((n|0)==(k[b>>2]|0)){k[b>>2]=m;if(!m){k[10622]=k[10622]&~(1<<a);break}}else{if(f>>>0<(k[10625]|0)>>>0)Ha();a=f+16|0;if((k[a>>2]|0)==(n|0))k[a>>2]=m;else k[f+20>>2]=m;if(!m)break}c=k[10625]|0;if(m>>>0<c>>>0)Ha();k[m+24>>2]=f;a=n+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ha();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[10625]|0)>>>0)Ha();else{k[m+20>>2]=a;k[a+24>>2]=m;break}}}else{b=k[n+8>>2]|0;c=k[n+12>>2]|0;a=42524+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<(k[10625]|0)>>>0)Ha();if((k[b+12>>2]|0)!=(n|0))Ha()}if((c|0)==(b|0)){k[10621]=k[10621]&~(1<<d);break}if((c|0)!=(a|0)){if(c>>>0<(k[10625]|0)>>>0)Ha();a=c+8|0;if((k[a>>2]|0)==(n|0))l=a;else Ha()}else l=c+8|0;k[b+12>>2]=c;k[l>>2]=b}while(0);k[q+4>>2]=e|1;k[q+e>>2]=e;if((q|0)==(k[10626]|0)){k[10623]=e;return}}else{k[a>>2]=b&-2;k[q+4>>2]=e|1;k[q+e>>2]=e}a=e>>>3;if(e>>>0<256){c=42524+(a<<1<<2)|0;b=k[10621]|0;a=1<<a;if(b&a){a=c+8|0;b=k[a>>2]|0;if(b>>>0<(k[10625]|0)>>>0)Ha();else{o=b;p=a}}else{k[10621]=b|a;o=c;p=c+8|0}k[p>>2]=q;k[o+12>>2]=q;k[q+8>>2]=o;k[q+12>>2]=c;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{o=(a+1048320|0)>>>16&8;p=a<<o;n=(p+520192|0)>>>16&4;p=p<<n;a=(p+245760|0)>>>16&2;a=14-(n|o|a)+(p<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=42788+(a<<2)|0;k[q+28>>2]=a;k[q+20>>2]=0;k[q+16>>2]=0;b=k[10622]|0;c=1<<a;do if(b&c){b=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=130;break}c=d+16+(b>>>31<<2)|0;a=k[c>>2]|0;if(!a){a=127;break}else{b=b<<1;d=a}}if((a|0)==127)if(c>>>0<(k[10625]|0)>>>0)Ha();else{k[c>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q;break}else if((a|0)==130){a=d+8|0;b=k[a>>2]|0;p=k[10625]|0;if(b>>>0>=p>>>0&d>>>0>=p>>>0){k[b+12>>2]=q;k[a>>2]=q;k[q+8>>2]=b;k[q+12>>2]=d;k[q+24>>2]=0;break}else Ha()}}else{k[10622]=b|c;k[d>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q}while(0);q=(k[10629]|0)+-1|0;k[10629]=q;if(!q)a=42940;else return;while(1){a=k[a>>2]|0;if(!a)break;else a=a+8|0}k[10629]=-1;return}function wc(a,b){a=a|0;b=b|0;_z(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{IF(k[a>>2]|0,23439)|0;break}case 1:{IF(k[a>>2]|0,23447)|0;break}case 2:{IF(k[a>>2]|0,23455)|0;break}case 3:{IF(k[a>>2]|0,23463)|0;break}case 4:{IF(k[a>>2]|0,23473)|0;break}case 5:{IF(k[a>>2]|0,23483)|0;break}case 6:{IF(k[a>>2]|0,23493)|0;break}case 7:{IF(k[a>>2]|0,23503)|0;break}case 8:{IF(k[a>>2]|0,23511)|0;break}case 9:{IF(k[a>>2]|0,23518)|0;break}case 10:{IF(k[a>>2]|0,23526)|0;break}case 11:{IF(k[a>>2]|0,23534)|0;break}case 12:{IF(k[a>>2]|0,23544)|0;break}case 13:{IF(k[a>>2]|0,23554)|0;break}case 14:{IF(k[a>>2]|0,23563)|0;break}case 15:{IF(k[a>>2]|0,23572)|0;break}case 16:{IF(k[a>>2]|0,23579)|0;break}case 17:{IF(k[a>>2]|0,23586)|0;break}case 18:{IF(k[a>>2]|0,23595)|0;break}case 19:{IF(k[a>>2]|0,23604)|0;break}case 20:{IF(k[a>>2]|0,23613)|0;break}case 21:{IF(k[a>>2]|0,23622)|0;break}case 22:{IF(k[a>>2]|0,23631)|0;break}case 23:{IF(k[a>>2]|0,23640)|0;break}case 24:{IF(k[a>>2]|0,23649)|0;break}case 25:{IF(k[a>>2]|0,23658)|0;break}case 26:{IF(k[a>>2]|0,23666)|0;break}case 27:{IF(k[a>>2]|0,23674)|0;break}case 28:{IF(k[a>>2]|0,23682)|0;break}case 29:{IF(k[a>>2]|0,23692)|0;break}case 30:{IF(k[a>>2]|0,23702)|0;break}case 31:{IF(k[a>>2]|0,23712)|0;break}case 32:{IF(k[a>>2]|0,23722)|0;break}case 33:{IF(k[a>>2]|0,23730)|0;break}case 34:{IF(k[a>>2]|0,23737)|0;break}case 35:{IF(k[a>>2]|0,23745)|0;break}case 36:{IF(k[a>>2]|0,23753)|0;break}case 37:{IF(k[a>>2]|0,23763)|0;break}case 38:{IF(k[a>>2]|0,23773)|0;break}case 39:{IF(k[a>>2]|0,23782)|0;break}case 40:{IF(k[a>>2]|0,23791)|0;break}case 41:{IF(k[a>>2]|0,23798)|0;break}case 42:{IF(k[a>>2]|0,23805)|0;break}case 43:{IF(k[a>>2]|0,23814)|0;break}case 44:{IF(k[a>>2]|0,23823)|0;break}case 45:{IF(k[a>>2]|0,23832)|0;break}case 46:{IF(k[a>>2]|0,23841)|0;break}case 47:{IF(k[a>>2]|0,23850)|0;break}case 48:{IF(k[a>>2]|0,23859)|0;break}case 49:{IF(k[a>>2]|0,23868)|0;break}case 50:{IF(k[a>>2]|0,23877)|0;break}case 51:{IF(k[a>>2]|0,23885)|0;break}case 52:{IF(k[a>>2]|0,23893)|0;break}case 53:{IF(k[a>>2]|0,23901)|0;break}case 54:{IF(k[a>>2]|0,23909)|0;break}case 55:{IF(k[a>>2]|0,23922)|0;break}case 56:{IF(k[a>>2]|0,23930)|0;break}case 57:{IF(k[a>>2]|0,23938)|0;break}case 58:{IF(k[a>>2]|0,23945)|0;break}case 59:{IF(k[a>>2]|0,23952)|0;break}case 60:{IF(k[a>>2]|0,23959)|0;break}case 61:{IF(k[a>>2]|0,23966)|0;break}case 62:{IF(k[a>>2]|0,23973)|0;break}case 63:{IF(k[a>>2]|0,23980)|0;break}case 64:{IF(k[a>>2]|0,23988)|0;break}case 65:{IF(k[a>>2]|0,23996)|0;break}case 66:{IF(k[a>>2]|0,24004)|0;break}case 67:{IF(k[a>>2]|0,24012)|0;break}case 68:{IF(k[a>>2]|0,24025)|0;break}case 69:{IF(k[a>>2]|0,24033)|0;break}case 70:{IF(k[a>>2]|0,24041)|0;break}case 71:{IF(k[a>>2]|0,24048)|0;break}case 72:{IF(k[a>>2]|0,24055)|0;break}case 73:{IF(k[a>>2]|0,24062)|0;break}case 74:{IF(k[a>>2]|0,24069)|0;break}case 75:{IF(k[a>>2]|0,24076)|0;break}default:Ha()}while(0);KD(a);Go(a,k[b+12>>2]|0);Go(a,k[b+16>>2]|0);jy(a);return}function xc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;o=a+b|0;c=k[a+4>>2]|0;do if(!(c&1)){f=k[a>>2]|0;if(!(c&3))return;l=a+(0-f)|0;j=f+b|0;h=k[10625]|0;if(l>>>0<h>>>0)Ha();if((l|0)==(k[10626]|0)){a=o+4|0;c=k[a>>2]|0;if((c&3|0)!=3){r=l;e=j;break}k[10623]=j;k[a>>2]=c&-2;k[l+4>>2]=j|1;k[l+j>>2]=j;return}d=f>>>3;if(f>>>0<256){c=k[l+8>>2]|0;b=k[l+12>>2]|0;a=42524+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ha();if((k[c+12>>2]|0)!=(l|0))Ha()}if((b|0)==(c|0)){k[10621]=k[10621]&~(1<<d);r=l;e=j;break}if((b|0)!=(a|0)){if(b>>>0<h>>>0)Ha();a=b+8|0;if((k[a>>2]|0)==(l|0))g=a;else Ha()}else g=b+8|0;k[c+12>>2]=b;k[g>>2]=c;r=l;e=j;break}f=k[l+24>>2]|0;b=k[l+12>>2]|0;do if((b|0)==(l|0)){b=l+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){i=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<h>>>0)Ha();else{k[c>>2]=0;i=a;break}}else{d=k[l+8>>2]|0;if(d>>>0<h>>>0)Ha();a=d+12|0;if((k[a>>2]|0)!=(l|0))Ha();c=b+8|0;if((k[c>>2]|0)==(l|0)){k[a>>2]=b;k[c>>2]=d;i=b;break}else Ha()}while(0);if(f){a=k[l+28>>2]|0;c=42788+(a<<2)|0;if((l|0)==(k[c>>2]|0)){k[c>>2]=i;if(!i){k[10622]=k[10622]&~(1<<a);r=l;e=j;break}}else{if(f>>>0<(k[10625]|0)>>>0)Ha();a=f+16|0;if((k[a>>2]|0)==(l|0))k[a>>2]=i;else k[f+20>>2]=i;if(!i){r=l;e=j;break}}b=k[10625]|0;if(i>>>0<b>>>0)Ha();k[i+24>>2]=f;a=l+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ha();else{k[i+16>>2]=c;k[c+24>>2]=i;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[10625]|0)>>>0)Ha();else{k[i+20>>2]=a;k[a+24>>2]=i;r=l;e=j;break}else{r=l;e=j}}else{r=l;e=j}}else{r=a;e=b}while(0);g=k[10625]|0;if(o>>>0<g>>>0)Ha();a=o+4|0;c=k[a>>2]|0;if(!(c&2)){if((o|0)==(k[10627]|0)){q=(k[10624]|0)+e|0;k[10624]=q;k[10627]=r;k[r+4>>2]=q|1;if((r|0)!=(k[10626]|0))return;k[10626]=0;k[10623]=0;return}if((o|0)==(k[10626]|0)){q=(k[10623]|0)+e|0;k[10623]=q;k[10626]=r;k[r+4>>2]=q|1;k[r+q>>2]=q;return}e=(c&-8)+e|0;d=c>>>3;do if(c>>>0>=256){f=k[o+24>>2]|0;b=k[o+12>>2]|0;do if((b|0)==(o|0)){b=o+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){n=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<g>>>0)Ha();else{k[c>>2]=0;n=a;break}}else{d=k[o+8>>2]|0;if(d>>>0<g>>>0)Ha();a=d+12|0;if((k[a>>2]|0)!=(o|0))Ha();c=b+8|0;if((k[c>>2]|0)==(o|0)){k[a>>2]=b;k[c>>2]=d;n=b;break}else Ha()}while(0);if(f|0){a=k[o+28>>2]|0;c=42788+(a<<2)|0;if((o|0)==(k[c>>2]|0)){k[c>>2]=n;if(!n){k[10622]=k[10622]&~(1<<a);break}}else{if(f>>>0<(k[10625]|0)>>>0)Ha();a=f+16|0;if((k[a>>2]|0)==(o|0))k[a>>2]=n;else k[f+20>>2]=n;if(!n)break}b=k[10625]|0;if(n>>>0<b>>>0)Ha();k[n+24>>2]=f;a=o+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ha();else{k[n+16>>2]=c;k[c+24>>2]=n;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[10625]|0)>>>0)Ha();else{k[n+20>>2]=a;k[a+24>>2]=n;break}}}else{c=k[o+8>>2]|0;b=k[o+12>>2]|0;a=42524+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ha();if((k[c+12>>2]|0)!=(o|0))Ha()}if((b|0)==(c|0)){k[10621]=k[10621]&~(1<<d);break}if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ha();a=b+8|0;if((k[a>>2]|0)==(o|0))m=a;else Ha()}else m=b+8|0;k[c+12>>2]=b;k[m>>2]=c}while(0);k[r+4>>2]=e|1;k[r+e>>2]=e;if((r|0)==(k[10626]|0)){k[10623]=e;return}}else{k[a>>2]=c&-2;k[r+4>>2]=e|1;k[r+e>>2]=e}a=e>>>3;if(e>>>0<256){b=42524+(a<<1<<2)|0;c=k[10621]|0;a=1<<a;if(c&a){a=b+8|0;c=k[a>>2]|0;if(c>>>0<(k[10625]|0)>>>0)Ha();else{p=c;q=a}}else{k[10621]=c|a;p=b;q=b+8|0}k[q>>2]=r;k[p+12>>2]=r;k[r+8>>2]=p;k[r+12>>2]=b;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{p=(a+1048320|0)>>>16&8;q=a<<p;o=(q+520192|0)>>>16&4;q=q<<o;a=(q+245760|0)>>>16&2;a=14-(o|p|a)+(q<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=42788+(a<<2)|0;k[r+28>>2]=a;k[r+20>>2]=0;k[r+16>>2]=0;c=k[10622]|0;b=1<<a;if(!(c&b)){k[10622]=c|b;k[d>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}c=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=127;break}b=d+16+(c>>>31<<2)|0;a=k[b>>2]|0;if(!a){a=124;break}else{c=c<<1;d=a}}if((a|0)==124){if(b>>>0<(k[10625]|0)>>>0)Ha();k[b>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}else if((a|0)==127){a=d+8|0;c=k[a>>2]|0;q=k[10625]|0;if(!(c>>>0>=q>>>0&d>>>0>=q>>>0))Ha();k[c+12>>2]=r;k[a>>2]=r;k[r+8>>2]=c;k[r+12>>2]=d;k[r+24>>2]=0;return}}function yc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 87:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=49;break}case 114:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=2;e=49;break}case 88:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=49;break}case 115:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=2;e=49;break}case 89:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=49;break}case 116:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=2;e=49;break}case 90:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=49;break}case -70:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=49;break}case 124:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=3;e=49;break}case -112:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=4;e=49;break}case 123:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=3;e=49;break}case -113:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=4;e=49;break}case 126:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=3;e=49;break}case -110:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=4;e=49;break}case 127:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=3;e=49;break}case -109:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=4;e=49;break}case -127:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=3;e=49;break}case -107:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=4;e=49;break}case -126:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=3;e=49;break}case -106:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=4;e=49;break}case -87:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=3;e=49;break}case -81:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=4;e=49;break}case -88:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=3;e=49;break}case -82:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=4;e=49;break}case -85:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=3;e=49;break}case -79:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=4;e=49;break}case -86:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=3;e=49;break}case -80:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=4;e=49;break}case -90:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=2;e=49;break}case -89:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=2;e=49;break}case -95:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=49;break}case -97:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=1;e=49;break}case -96:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=1;e=49;break}case -99:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=1;e=49;break}case -98:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=1;e=49;break}case -92:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=49;break}case -91:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=49;break}case -94:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=49;break}case -93:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=49;break}case -128:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=3;e=49;break}case -108:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=4;e=49;break}case -84:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=3;e=49;break}case -78:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=4;e=49;break}case -76:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=1;e=49;break}case -75:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=49;break}case -83:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=3;e=49;break}case -77:{c=pJ(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=4;e=49;break}default:c=0}while(0);if((e|0)==49){if(i[a+12>>0]|0){e=IF(43324,16010)|0;g=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(d);_m(e,g);lq(e)}g=_w(a)|0;k[c+12>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}
+function zc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,176,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,175,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,177,b);Xo(d,(aJ(e)|0)+16|0);tr(d,175,(aJ(e)|0)+12|0);tr(d,175,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,178,b);tr(d,175,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,179,b);Xo(d,(TI(e)|0)+16|0);Xo(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,180,b);Xo(d,(PI(e)|0)+32|0);tr(d,175,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,181,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,175,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,182,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,175,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,183,b);b=uI(e)|0;c=b+8|0;tr(d,175,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,175,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,184,b);break}case 10:{d=a+16|0;tr(d,185,b);tr(d,175,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,186,b);break}case 12:{d=a+16|0;tr(d,187,b);tr(d,175,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,188,b);tr(d,175,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,189,b);tr(d,175,(RI(e)|0)+24|0);tr(d,175,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,190,b);break}case 16:{d=a+16|0;tr(d,191,b);tr(d,175,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,192,b);tr(d,175,(MI(e)|0)+16|0);tr(d,175,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,193,b);tr(d,175,(KI(e)|0)+16|0);tr(d,175,(KI(e)|0)+12|0);tr(d,175,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,194,b);tr(d,175,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,195,b);Xo(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,196,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,175,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,197,b);break}case 23:{tr(a+16|0,198,b);break}default:{}}while(0);return}function Ac(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,199,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,174,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,200,b);Yo(d,(aJ(e)|0)+16|0);tr(d,174,(aJ(e)|0)+12|0);tr(d,174,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,201,b);tr(d,174,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,202,b);Yo(d,(TI(e)|0)+16|0);Yo(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,203,b);Yo(d,(PI(e)|0)+32|0);tr(d,174,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,204,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,174,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,205,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,174,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,206,b);b=uI(e)|0;c=b+8|0;tr(d,174,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,174,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,207,b);break}case 10:{d=a+16|0;tr(d,208,b);tr(d,174,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,209,b);break}case 12:{d=a+16|0;tr(d,210,b);tr(d,174,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,211,b);tr(d,174,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,212,b);tr(d,174,(RI(e)|0)+24|0);tr(d,174,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,213,b);break}case 16:{d=a+16|0;tr(d,214,b);tr(d,174,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,215,b);tr(d,174,(MI(e)|0)+16|0);tr(d,174,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,216,b);tr(d,174,(KI(e)|0)+16|0);tr(d,174,(KI(e)|0)+12|0);tr(d,174,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,217,b);tr(d,174,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,218,b);Yo(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,219,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,174,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,220,b);break}case 23:{tr(a+16|0,221,b);break}default:{}}while(0);return}function Bc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+64|0;v=x+36|0;w=x;u=x+24|0;t=a;a:do if((b-t|0)>1?(i[a>>0]|0)==84:0){q=i[a+1>>0]|0;if(q<<24>>24==95){d=k[c+36>>2]|0;if((k[c+32>>2]|0)==(d|0))break;e=k[d+-16>>2]|0;if((e|0)!=(k[d+-12>>2]|0)){l=k[e+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e>>2]|0;while(1){if((f|0)==(l|0)){d=8;break}d=k[m>>2]|0;h=k[n>>2]|0;g=h;if((d|0)==(h|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=12;break}g=(g-h|0)/24|0;h=g<<1;fu(v,g>>>0<89478485?(h>>>0<e>>>0?e:h):178956970,d,o);h=k[p>>2]|0;Qt(h,f);Qt(h+12|0,f+12|0);k[p>>2]=h+24;In(c,v);jt(v)}else{Qt(d,f);Qt(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==8){a=a+2|0;break}else if((d|0)==12)wM()}else{k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;i[w+11>>0]=2;j[w>>1]=24404;i[w+2>>0]=0;e=w+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;g=u;do if(e>>>0>=u>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{t=(g-f|0)/24|0;u=t<<1;fu(v,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=v+8|0;t=k[u>>2]|0;is(t,w);k[u>>2]=t+24;In(c,v);jt(v);break}}else{is(e,w);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(w);i[c+62>>0]=1;a=a+2|0;break}}d=(q<<24>>24)+-48|0;if(d>>>0<10){q=a+2|0;while(1){if((q|0)==(b|0))break a;e=i[q>>0]|0;f=(e<<24>>24)+-48|0;if(f>>>0>=10)break;d=f+(d*10|0)|0;q=q+1|0}if(e<<24>>24==95?(s=k[c+36>>2]|0,(k[c+32>>2]|0)!=(s|0)):0){d=d+1|0;b=k[s+-16>>2]|0;e=b;if(d>>>0<(k[s+-12>>2]|0)-b>>4>>>0){l=k[e+(d<<4)+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(l|0)){d=34;break}d=k[m>>2]|0;s=k[n>>2]|0;g=s;if((d|0)==(s|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=38;break}b=(g-h|0)/24|0;s=b<<1;fu(v,b>>>0<89478485?(s>>>0<e>>>0?e:s):178956970,d,o);s=k[p>>2]|0;Qt(s,f);Qt(s+12|0,f+12|0);k[p>>2]=s+24;In(c,v);jt(v)}else{Qt(d,f);Qt(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==34){a=q+1|0;break}else if((d|0)==38)wM()}g=q+1|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;f=g-t|0;if(f>>>0>4294967279)rM();if(f>>>0<11){i[u+11>>0]=f;e=u}else{t=f+16&-16;e=ac(t)|0;k[u>>2]=e;k[u+8>>2]=t|-2147483648;k[u+4>>2]=f}d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+f>>0]=0;ps(w,u);a=c+4|0;d=k[a>>2]|0;t=k[c+8>>2]|0;f=t;do if(d>>>0>=t>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)wM();else{s=(f-e|0)/24|0;t=s<<1;fu(v,s>>>0<89478485?(t>>>0<d>>>0?d:t):178956970,a,c+12|0);t=v+8|0;s=k[t>>2]|0;is(s,w);k[t>>2]=s+24;In(c,v);jt(v);break}}else{is(d,w);k[a>>2]=(k[a>>2]|0)+24}while(0);CC(w);kI(u);i[c+62>>0]=1;a=g}}}while(0);r=x;return a|0}function Cc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,249,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,248,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,250,b);sp(d,(aJ(e)|0)+16|0);tr(d,248,(aJ(e)|0)+12|0);tr(d,248,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,251,b);tr(d,248,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,252,b);sp(d,(TI(e)|0)+16|0);sp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,253,b);sp(d,(PI(e)|0)+32|0);tr(d,248,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,254,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,248,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,255,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,248,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,256,b);b=uI(e)|0;c=b+8|0;tr(d,248,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,248,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,257,b);break}case 10:{d=a+16|0;tr(d,258,b);tr(d,248,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,259,b);break}case 12:{d=a+16|0;tr(d,260,b);tr(d,248,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,261,b);tr(d,248,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,262,b);tr(d,248,(RI(e)|0)+24|0);tr(d,248,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,263,b);break}case 16:{d=a+16|0;tr(d,264,b);tr(d,248,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,265,b);tr(d,248,(MI(e)|0)+16|0);tr(d,248,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,266,b);tr(d,248,(KI(e)|0)+16|0);tr(d,248,(KI(e)|0)+12|0);tr(d,248,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,267,b);tr(d,248,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,268,b);sp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,269,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,248,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,270,b);break}case 23:{tr(a+16|0,271,b);break}default:{}}while(0);return}function Dc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,449,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,448,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,450,b);up(d,(aJ(e)|0)+16|0);tr(d,448,(aJ(e)|0)+12|0);tr(d,448,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,451,b);tr(d,448,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,452,b);up(d,(TI(e)|0)+16|0);up(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,453,b);up(d,(PI(e)|0)+32|0);tr(d,448,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,454,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,448,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,455,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,448,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,456,b);b=uI(e)|0;c=b+8|0;tr(d,448,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,448,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,457,b);break}case 10:{d=a+16|0;tr(d,458,b);tr(d,448,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,459,b);break}case 12:{d=a+16|0;tr(d,460,b);tr(d,448,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,461,b);tr(d,448,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,462,b);tr(d,448,(RI(e)|0)+24|0);tr(d,448,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,463,b);break}case 16:{d=a+16|0;tr(d,464,b);tr(d,448,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,465,b);tr(d,448,(MI(e)|0)+16|0);tr(d,448,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,466,b);tr(d,448,(KI(e)|0)+16|0);tr(d,448,(KI(e)|0)+12|0);tr(d,448,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,467,b);tr(d,448,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,468,b);up(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,469,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,448,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,470,b);break}case 23:{tr(a+16|0,471,b);break}default:{}}while(0);return}function Ec(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,226,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,173,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,223,b);yp(d,(aJ(e)|0)+16|0);tr(d,173,(aJ(e)|0)+12|0);tr(d,173,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,227,b);tr(d,173,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,228,b);yp(d,(TI(e)|0)+16|0);yp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,229,b);yp(d,(PI(e)|0)+32|0);tr(d,173,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,230,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,173,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,231,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,173,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,232,b);b=uI(e)|0;c=b+8|0;tr(d,173,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,173,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,233,b);break}case 10:{d=a+16|0;tr(d,234,b);tr(d,173,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,235,b);break}case 12:{d=a+16|0;tr(d,236,b);tr(d,173,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,237,b);tr(d,173,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,238,b);tr(d,173,(RI(e)|0)+24|0);tr(d,173,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,239,b);break}case 16:{d=a+16|0;tr(d,240,b);tr(d,173,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,241,b);tr(d,173,(MI(e)|0)+16|0);tr(d,173,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,242,b);tr(d,173,(KI(e)|0)+16|0);tr(d,173,(KI(e)|0)+12|0);tr(d,173,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,243,b);tr(d,173,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,244,b);yp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,245,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,173,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,246,b);break}case 23:{tr(a+16|0,247,b);break}default:{}}while(0);return}function Fc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,350,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,296,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,352,b);Bp(d,(aJ(e)|0)+16|0);tr(d,296,(aJ(e)|0)+12|0);tr(d,296,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,353,b);tr(d,296,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,354,b);Bp(d,(TI(e)|0)+16|0);Bp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,355,b);Bp(d,(PI(e)|0)+32|0);tr(d,296,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,357,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,296,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,358,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,296,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,359,b);b=uI(e)|0;c=b+8|0;tr(d,296,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,296,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,360,b);break}case 10:{d=a+16|0;tr(d,361,b);tr(d,296,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,362,b);break}case 12:{d=a+16|0;tr(d,363,b);tr(d,296,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,364,b);tr(d,296,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,365,b);tr(d,296,(RI(e)|0)+24|0);tr(d,296,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,366,b);break}case 16:{d=a+16|0;tr(d,367,b);tr(d,296,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,368,b);tr(d,296,(MI(e)|0)+16|0);tr(d,296,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,369,b);tr(d,296,(KI(e)|0)+16|0);tr(d,296,(KI(e)|0)+12|0);tr(d,296,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,370,b);tr(d,296,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,356,b);Bp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,371,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,296,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,372,b);break}case 23:{tr(a+16|0,373,b);break}default:{}}while(0);return}function Gc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,273,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,272,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,274,b);Cp(d,(aJ(e)|0)+16|0);tr(d,272,(aJ(e)|0)+12|0);tr(d,272,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,275,b);tr(d,272,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,276,b);Cp(d,(TI(e)|0)+16|0);Cp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,277,b);Cp(d,(PI(e)|0)+32|0);tr(d,272,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,278,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,272,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,279,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,272,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,280,b);b=uI(e)|0;c=b+8|0;tr(d,272,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,272,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,281,b);break}case 10:{d=a+16|0;tr(d,282,b);tr(d,272,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,283,b);break}case 12:{d=a+16|0;tr(d,284,b);tr(d,272,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,285,b);tr(d,272,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,286,b);tr(d,272,(RI(e)|0)+24|0);tr(d,272,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,287,b);break}case 16:{d=a+16|0;tr(d,288,b);tr(d,272,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,289,b);tr(d,272,(MI(e)|0)+16|0);tr(d,272,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,290,b);tr(d,272,(KI(e)|0)+16|0);tr(d,272,(KI(e)|0)+12|0);tr(d,272,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,291,b);tr(d,272,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,292,b);Cp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,293,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,272,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,294,b);break}case 23:{tr(a+16|0,295,b);break}default:{}}while(0);return}function Hc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,485,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,472,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,476,b);Dp(d,(aJ(e)|0)+16|0);tr(d,472,(aJ(e)|0)+12|0);tr(d,472,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,486,b);tr(d,472,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,487,b);Dp(d,(TI(e)|0)+16|0);Dp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,488,b);Dp(d,(PI(e)|0)+32|0);tr(d,472,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,489,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,472,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,490,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,472,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,491,b);b=uI(e)|0;c=b+8|0;tr(d,472,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,472,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,492,b);break}case 10:{d=a+16|0;tr(d,493,b);tr(d,472,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,494,b);break}case 12:{d=a+16|0;tr(d,495,b);tr(d,472,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,496,b);tr(d,472,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,497,b);tr(d,472,(RI(e)|0)+24|0);tr(d,472,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,498,b);break}case 16:{d=a+16|0;tr(d,499,b);tr(d,472,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,500,b);tr(d,472,(MI(e)|0)+16|0);tr(d,472,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,501,b);tr(d,472,(KI(e)|0)+16|0);tr(d,472,(KI(e)|0)+12|0);tr(d,472,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,502,b);tr(d,472,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,503,b);Dp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,504,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,472,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,505,b);break}case 23:{tr(a+16|0,506,b);break}default:{}}while(0);return}function Ic(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,399,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,374,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,400,b);Gp(d,(aJ(e)|0)+16|0);tr(d,374,(aJ(e)|0)+12|0);tr(d,374,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,401,b);tr(d,374,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,402,b);Gp(d,(TI(e)|0)+16|0);Gp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,403,b);Gp(d,(PI(e)|0)+32|0);tr(d,374,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,404,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,374,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,405,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,374,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,406,b);b=uI(e)|0;c=b+8|0;tr(d,374,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,374,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,407,b);break}case 10:{d=a+16|0;tr(d,408,b);tr(d,374,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,409,b);break}case 12:{d=a+16|0;tr(d,410,b);tr(d,374,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,411,b);tr(d,374,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,412,b);tr(d,374,(RI(e)|0)+24|0);tr(d,374,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,413,b);break}case 16:{d=a+16|0;tr(d,414,b);tr(d,374,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,415,b);tr(d,374,(MI(e)|0)+16|0);tr(d,374,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,416,b);tr(d,374,(KI(e)|0)+16|0);tr(d,374,(KI(e)|0)+12|0);tr(d,374,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,417,b);tr(d,374,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,418,b);Gp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,419,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,374,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,420,b);break}case 23:{tr(a+16|0,421,b);break}default:{}}while(0);return}function Jc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,425,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,422,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,426,b);Sp(d,(aJ(e)|0)+16|0);tr(d,422,(aJ(e)|0)+12|0);tr(d,422,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,427,b);tr(d,422,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,428,b);Sp(d,(TI(e)|0)+16|0);Sp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,429,b);Sp(d,(PI(e)|0)+32|0);tr(d,422,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,430,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,422,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,431,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,422,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,432,b);b=uI(e)|0;c=b+8|0;tr(d,422,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,422,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,433,b);break}case 10:{d=a+16|0;tr(d,434,b);tr(d,422,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,435,b);break}case 12:{d=a+16|0;tr(d,436,b);tr(d,422,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,437,b);tr(d,422,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,438,b);tr(d,422,(RI(e)|0)+24|0);tr(d,422,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,439,b);break}case 16:{d=a+16|0;tr(d,440,b);tr(d,422,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,441,b);tr(d,422,(MI(e)|0)+16|0);tr(d,422,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,442,b);tr(d,422,(KI(e)|0)+16|0);tr(d,422,(KI(e)|0)+12|0);tr(d,422,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,443,b);tr(d,422,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,444,b);Sp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,445,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,422,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,446,b);break}case 23:{tr(a+16|0,447,b);break}default:{}}while(0);return}function Kc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ha();break}case 1:{d=a+16|0;tr(d,74,b);b=UI(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,73,uF(c,a)|0);b=a}}case 2:{d=a+16|0;tr(d,75,b);Mp(d,(aJ(e)|0)+16|0);tr(d,73,(aJ(e)|0)+12|0);tr(d,73,(aJ(e)|0)+8|0);break}case 3:{d=a+16|0;tr(d,76,b);tr(d,73,(ZI(e)|0)+12|0);break}case 4:{d=a+16|0;tr(d,77,b);Mp(d,(TI(e)|0)+16|0);Mp(d,(TI(e)|0)+12|0);break}case 5:{d=a+16|0;tr(d,78,b);Mp(d,(PI(e)|0)+32|0);tr(d,73,(PI(e)|0)+28|0);break}case 6:{d=a+16|0;tr(d,79,b);b=_I(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,73,uF(c,a)|0);b=a}}case 7:{d=a+16|0;tr(d,80,b);b=yI(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,73,uF(c,a)|0);b=a}}case 8:{d=a+16|0;tr(d,81,b);b=uI(e)|0;c=b+8|0;tr(d,73,(uI(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,73,uF(c,a)|0);b=a}}case 9:{tr(a+16|0,82,b);break}case 10:{d=a+16|0;tr(d,83,b);tr(d,73,(FI(e)|0)+12|0);break}case 11:{tr(a+16|0,84,b);break}case 12:{d=a+16|0;tr(d,85,b);tr(d,73,(BI(e)|0)+12|0);break}case 13:{d=a+16|0;tr(d,86,b);tr(d,73,(VI(e)|0)+20|0);break}case 14:{d=a+16|0;tr(d,87,b);tr(d,73,(RI(e)|0)+24|0);tr(d,73,(RI(e)|0)+20|0);break}case 15:{tr(a+16|0,88,b);break}case 16:{d=a+16|0;tr(d,89,b);tr(d,73,(QI(e)|0)+12|0);break}case 17:{d=a+16|0;tr(d,90,b);tr(d,73,(MI(e)|0)+16|0);tr(d,73,(MI(e)|0)+12|0);break}case 18:{d=a+16|0;tr(d,91,b);tr(d,73,(KI(e)|0)+16|0);tr(d,73,(KI(e)|0)+12|0);tr(d,73,(KI(e)|0)+8|0);break}case 19:{d=a+16|0;tr(d,92,b);tr(d,73,(XI(e)|0)+8|0);break}case 20:{d=a+16|0;tr(d,93,b);Mp(d,(LI(e)|0)+8|0);break}case 21:{d=a+16|0;tr(d,94,b);b=WI(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;tr(d,73,uF(c,a)|0);b=a}}case 22:{tr(a+16|0,95,b);break}case 23:{tr(a+16|0,96,b);break}default:{}}while(0);return}function Lc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,15980)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+12|0);Lg(a,b+16|0);do switch(k[b+8>>2]|0){case 0:{pj(k[a+4>>2]|0,64)|0;break}case 1:{pj(k[a+4>>2]|0,65)|0;break}case 2:{pj(k[a+4>>2]|0,66)|0;break}case 3:{pj(k[a+4>>2]|0,67)|0;break}case 4:{pj(k[a+4>>2]|0,68)|0;break}case 5:{pj(k[a+4>>2]|0,69)|0;break}case 6:{pj(k[a+4>>2]|0,70)|0;break}case 7:{pj(k[a+4>>2]|0,71)|0;break}case 8:{pj(k[a+4>>2]|0,72)|0;break}case 9:{pj(k[a+4>>2]|0,73)|0;break}case 10:{pj(k[a+4>>2]|0,74)|0;break}case 11:{pj(k[a+4>>2]|0,75)|0;break}case 12:{pj(k[a+4>>2]|0,76)|0;break}case 13:{pj(k[a+4>>2]|0,-73)|0;break}case 14:{pj(k[a+4>>2]|0,-74)|0;break}case 15:{pj(k[a+4>>2]|0,77)|0;break}case 16:{pj(k[a+4>>2]|0,78)|0;break}case 17:{pj(k[a+4>>2]|0,79)|0;break}case 18:{pj(k[a+4>>2]|0,81)|0;break}case 19:{pj(k[a+4>>2]|0,80)|0;break}case 20:{pj(k[a+4>>2]|0,82)|0;break}case 21:{pj(k[a+4>>2]|0,83)|0;break}case 22:{pj(k[a+4>>2]|0,85)|0;break}case 23:{pj(k[a+4>>2]|0,84)|0;break}case 24:{pj(k[a+4>>2]|0,86)|0;break}case 25:{pj(k[a+4>>2]|0,91)|0;break}case 26:{pj(k[a+4>>2]|0,92)|0;break}case 27:{pj(k[a+4>>2]|0,93)|0;break}case 28:{pj(k[a+4>>2]|0,94)|0;break}case 29:{pj(k[a+4>>2]|0,95)|0;break}case 30:{pj(k[a+4>>2]|0,96)|0;break}case 31:{pj(k[a+4>>2]|0,97)|0;break}case 32:{pj(k[a+4>>2]|0,98)|0;break}case 33:{pj(k[a+4>>2]|0,99)|0;break}case 34:{pj(k[a+4>>2]|0,100)|0;break}case 35:{pj(k[a+4>>2]|0,101)|0;break}case 36:{pj(k[a+4>>2]|0,102)|0;break}case 37:{pj(k[a+4>>2]|0,103)|0;break}case 38:{pj(k[a+4>>2]|0,-71)|0;break}case 39:{pj(k[a+4>>2]|0,-72)|0;break}case 40:{pj(k[a+4>>2]|0,104)|0;break}case 41:{pj(k[a+4>>2]|0,105)|0;break}case 42:{pj(k[a+4>>2]|0,106)|0;break}case 43:{pj(k[a+4>>2]|0,108)|0;break}case 44:{pj(k[a+4>>2]|0,107)|0;break}case 45:{pj(k[a+4>>2]|0,109)|0;break}case 46:{pj(k[a+4>>2]|0,110)|0;break}case 47:{pj(k[a+4>>2]|0,112)|0;break}case 48:{pj(k[a+4>>2]|0,111)|0;break}case 49:{pj(k[a+4>>2]|0,113)|0;break}case 50:{pj(k[a+4>>2]|0,117)|0;break}case 51:{pj(k[a+4>>2]|0,118)|0;break}case 52:{pj(k[a+4>>2]|0,119)|0;break}case 53:{pj(k[a+4>>2]|0,120)|0;break}case 54:{pj(k[a+4>>2]|0,125)|0;break}case 55:{pj(k[a+4>>2]|0,121)|0;break}case 56:{pj(k[a+4>>2]|0,122)|0;break}case 57:{pj(k[a+4>>2]|0,-125)|0;break}case 58:{pj(k[a+4>>2]|0,-124)|0;break}case 59:{pj(k[a+4>>2]|0,-123)|0;break}case 60:{pj(k[a+4>>2]|0,-122)|0;break}case 61:{pj(k[a+4>>2]|0,-121)|0;break}case 62:{pj(k[a+4>>2]|0,-120)|0;break}case 63:{pj(k[a+4>>2]|0,-119)|0;break}case 64:{pj(k[a+4>>2]|0,-118)|0;break}case 65:{pj(k[a+4>>2]|0,-117)|0;break}case 66:{pj(k[a+4>>2]|0,-116)|0;break}case 67:{pj(k[a+4>>2]|0,-111)|0;break}case 68:{pj(k[a+4>>2]|0,-115)|0;break}case 69:{pj(k[a+4>>2]|0,-114)|0;break}case 70:{pj(k[a+4>>2]|0,-105)|0;break}case 71:{pj(k[a+4>>2]|0,-104)|0;break}case 72:{pj(k[a+4>>2]|0,-103)|0;break}case 73:{pj(k[a+4>>2]|0,-102)|0;break}case 74:{pj(k[a+4>>2]|0,-101)|0;break}case 75:{pj(k[a+4>>2]|0,-100)|0;break}default:Ha()}while(0);r=d;return}function Mc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,376,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,375,uF(d,b)|0);c=b}}case 2:{tr(a,377,b);_o(a,(aJ(c)|0)+16|0);tr(a,375,(aJ(c)|0)+12|0);tr(a,375,(aJ(c)|0)+8|0);break}case 3:{tr(a,378,b);tr(a,375,(ZI(c)|0)+12|0);break}case 4:{tr(a,379,b);_o(a,(TI(c)|0)+16|0);_o(a,(TI(c)|0)+12|0);break}case 5:{tr(a,380,b);_o(a,(PI(c)|0)+32|0);tr(a,375,(PI(c)|0)+28|0);break}case 6:{tr(a,381,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,375,uF(d,b)|0);c=b}}case 7:{tr(a,382,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,375,uF(d,b)|0);c=b}}case 8:{tr(a,383,b);b=uI(c)|0;d=b+8|0;tr(a,375,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,375,uF(d,b)|0);c=b}}case 9:{tr(a,384,b);break}case 10:{tr(a,385,b);tr(a,375,(FI(c)|0)+12|0);break}case 11:{tr(a,386,b);break}case 12:{tr(a,387,b);tr(a,375,(BI(c)|0)+12|0);break}case 13:{tr(a,388,b);tr(a,375,(VI(c)|0)+20|0);break}case 14:{tr(a,389,b);tr(a,375,(RI(c)|0)+24|0);tr(a,375,(RI(c)|0)+20|0);break}case 15:{tr(a,390,b);break}case 16:{tr(a,391,b);tr(a,375,(QI(c)|0)+12|0);break}case 17:{tr(a,392,b);tr(a,375,(MI(c)|0)+16|0);tr(a,375,(MI(c)|0)+12|0);break}case 18:{tr(a,393,b);tr(a,375,(KI(c)|0)+16|0);tr(a,375,(KI(c)|0)+12|0);tr(a,375,(KI(c)|0)+8|0);break}case 19:{tr(a,394,b);tr(a,375,(XI(c)|0)+8|0);break}case 20:{tr(a,395,b);_o(a,(LI(c)|0)+8|0);break}case 21:{tr(a,396,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,375,uF(d,b)|0);c=b}}case 22:{tr(a,397,b);break}case 23:{tr(a,398,b);break}default:{}}while(0);return}function Nc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0.0,g=0.0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0;C=r;r=r+48|0;y=C+32|0;z=C+12|0;A=C;d=a+124|0;b=k[a+120>>2]|0;Zg(d,aa(b,b)|0);d=k[d>>2]|0;b=k[a+128>>2]|0;e=d;b=(e+(b>>>5<<2)-d<<3)+(b&31)|0;c=0;while(1){if((b|0)<=0)break;w=d;k[w>>2]=k[w>>2]&~(1<<c);w=(c|0)==31;x=e+4|0;b=b+-1|0;c=w?0:c+1|0;d=w?x:d;e=w?x:e}u=z+16|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=0;o[u>>2]=1.0;p=k[a+60>>2]|0;q=a+136|0;v=z+4|0;w=z+12|0;x=z+8|0;n=k[a+56>>2]|0;while(1){if((n|0)==(p|0))break;i=k[n>>2]|0;k[y>>2]=i;b=i;if(nk(q,y)|0){k[y>>2]=i;m=_u(y)|0;j=k[v>>2]|0;l=(j|0)==0;a:do if(!l){e=j+-1|0;a=(e&j|0)==0;if(a)h=e&m;else h=(m>>>0)%(j>>>0)|0;c=k[(k[z>>2]|0)+(h<<2)>>2]|0;if(!c){b=h;B=19}else do{c=k[c>>2]|0;if(!c){b=h;B=19;break a}d=k[c+4>>2]|0;if(a)d=d&e;else d=(d>>>0)%(j>>>0)|0;if((d|0)!=(h|0)){b=h;B=19;break a}}while((k[c+8>>2]|0)!=(b|0))}else{b=0;B=19}while(0);if((B|0)==19){B=0;e=LD(12)|0;k[e+8>>2]=i;k[e+4>>2]=m;k[e>>2]=0;f=+(((k[w>>2]|0)+1|0)>>>0);g=+o[u>>2];do if(l|f>+(j>>>0)*g){b=(j>>>0>2&(j+-1&j|0)==0&1|j<<1)^1;c=~~+$(+(f/g))>>>0;dn(z,b>>>0<c>>>0?c:b);b=k[v>>2]|0;c=b+-1|0;if(!(c&b)){d=b;b=c&m;break}else{d=b;b=(m>>>0)%(b>>>0)|0;break}}else d=j;while(0);b=(k[z>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[e>>2]=k[x>>2];k[x>>2]=e;k[b>>2]=x;b=k[e>>2]|0;if(b|0){b=k[b+4>>2]|0;c=d+-1|0;if(!(c&d))b=b&c;else b=(b>>>0)%(d>>>0)|0;k[(k[z>>2]|0)+(b<<2)>>2]=e}}else{k[e>>2]=k[c>>2];k[c>>2]=e}k[w>>2]=(k[w>>2]|0)+1;b=k[n>>2]|0}Vs(b+24|0,b)}n=n+4|0}q=z+8|0;s=A+4|0;t=A+8|0;b:while(1){if(!(k[w>>2]|0)){B=72;break}b=k[q>>2]|0;h=k[b+8>>2]|0;Xq(z,b);k[A>>2]=0;k[s>>2]=0;k[t>>2]=0;b=h+12|0;c:do if(Ui(h+36|0,b,A)|0){if(((k[h+16>>2]|0)-(k[b>>2]|0)|0)>>>0>=((k[s>>2]|0)-(k[A>>2]|0)|0)>>>0){B=36;break b}LA(b,A);Vs(h+24|0,A);a=k[h+4>>2]|0;c=k[h>>2]|0;d=a-c|0;b=k[A>>2]|0;e=(k[s>>2]|0)-b|0;d:do if((d|0)==(e|0))while(1){if((c|0)==(a|0))break c;if((k[c>>2]|0)!=(k[b>>2]|0))break d;b=b+4|0;c=c+4|0}while(0);if(d>>>0>=e>>>0){B=43;break b}LA(h,A);p=k[h+52>>2]|0;n=k[h+48>>2]|0;while(1){if((n|0)==(p|0))break c;i=k[n>>2]|0;k[y>>2]=i;m=_u(y)|0;j=k[v>>2]|0;l=(j|0)==0;e:do if(!l){e=j+-1|0;a=(e&j|0)==0;if(a)b=e&m;else b=(m>>>0)%(j>>>0)|0;c=k[(k[z>>2]|0)+(b<<2)>>2]|0;if(!c)B=58;else{h=i;do{c=k[c>>2]|0;if(!c){B=58;break e}d=k[c+4>>2]|0;if(a)d=d&e;else d=(d>>>0)%(j>>>0)|0;if((d|0)!=(b|0)){B=58;break e}}while((k[c+8>>2]|0)!=(h|0))}}else{b=0;B=58}while(0);if((B|0)==58){B=0;e=LD(12)|0;k[e+8>>2]=i;k[e+4>>2]=m;k[e>>2]=0;f=+(((k[w>>2]|0)+1|0)>>>0);g=+o[u>>2];do if(l|f>+(j>>>0)*g){b=(j>>>0>2&(j+-1&j|0)==0&1|j<<1)^1;c=~~+$(+(f/g))>>>0;dn(z,b>>>0<c>>>0?c:b);b=k[v>>2]|0;c=b+-1|0;if(!(c&b)){d=b;b=c&m;break}else{d=b;b=(m>>>0)%(b>>>0)|0;break}}else d=j;while(0);b=(k[z>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[e>>2]=k[x>>2];k[x>>2]=e;k[b>>2]=x;b=k[e>>2]|0;if(b|0){b=k[b+4>>2]|0;c=d+-1|0;if(!(c&d))b=b&c;else b=(b>>>0)%(d>>>0)|0;k[(k[z>>2]|0)+(b<<2)>>2]=e}}else{k[e>>2]=k[c>>2];k[c>>2]=e}k[w>>2]=(k[w>>2]|0)+1}n=n+4|0}}while(0);ZA(A)}if((B|0)==36)Ka(29811,29310,291,29851);else if((B|0)==43)Ka(29864,29310,300,29851);else if((B|0)==72){Oy(z);r=C;return}}function Oc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;d=h;f=a+16|0;if((k[f>>2]|0)!=(k[a+68>>2]|0)){g=a+12|0;if(i[g>>0]|0){c=IF(43324,15012)|0;j=a+136|0;e=(k[j>>2]|0)+1|0;k[j>>2]=e;e=IF(aj(c,e)|0,15029)|0;e=$i(e,k[f>>2]|0)|0;c=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=c;c=NI(c,44028)|0;c=Sb[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;RL(d);_m(e,c);lq(e)}e=Ah(a)|0;if(!(i[g>>0]|0))c=e&255;else{c=e&255;j=aj(IF(43324,15034)|0,c)|0;l=eG(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=l;l=NI(l,44028)|0;l=Sb[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;RL(d);_m(j,l);lq(j)}do switch(e<<24>>24){case 1:{l=DB(k[a+4>>2]|0)|0;k[b>>2]=l;ee(a,UI(l)|0);break}case 3:{l=aI(k[a+4>>2]|0)|0;k[b>>2]=l;Fk(a,aJ(l)|0);break}case 2:{l=UH(k[a+4>>2]|0)|0;k[b>>2]=l;yj(a,ZI(l)|0);break}case 7:case 6:{l=bD(k[a+4>>2]|0)|0;k[b>>2]=l;Kj(a,TI(l)|0,e);break}case 8:{l=uy(k[a+4>>2]|0)|0;k[b>>2]=l;wi(a,PI(l)|0);break}case 22:{l=cB(k[a+4>>2]|0)|0;k[b>>2]=l;Vg(a,_I(l)|0);break}case 24:{l=NA(k[a+4>>2]|0)|0;k[b>>2]=l;Dg(a,yI(l)|0);break}case 23:{l=HA(k[a+4>>2]|0)|0;k[b>>2]=l;ui(a,uI(l)|0);break}case 20:{l=eJ(k[a+4>>2]|0)|0;k[b>>2]=l;Xk(a,HI(l)|0);break}case 21:case 25:{l=bJ(k[a+4>>2]|0)|0;k[b>>2]=l;gk(a,FI(l)|0,e);break}case 26:{l=vH(k[a+4>>2]|0)|0;k[b>>2]=l;gh(a,CI(l)|0);break}case 27:{l=uH(k[a+4>>2]|0)|0;k[b>>2]=l;Om(a,BI(l)|0);break}case 5:{l=hJ(k[a+4>>2]|0)|0;k[b>>2]=l;$l(a,KI(l)|0);break}case 9:{l=EH(k[a+4>>2]|0)|0;k[b>>2]=l;Lm(a,LI(l)|0);break}case 0:{l=zJ(k[a+4>>2]|0)|0;k[b>>2]=l;IK(k[l>>2]|0);mq(i[g>>0]|0);break}case 10:{l=YI(k[a+4>>2]|0)|0;k[b>>2]=l;nK(k[l>>2]|0);Zp(i[g>>0]|0);break}case 11:{l=vJ(k[a+4>>2]|0)|0;k[b>>2]=l;to(a,XI(l)|0);break}case 4:case 15:{k[b>>2]=0;break}default:if(((((!(qc(a,b,e)|0)?!(yc(a,b,e)|0):0)?!(Yg(a,b,e)|0):0)?!(ze(a,b,e)|0):0)?!(xf(a,b,e)|0):0)?!(Oi(a,b,e)|0):0){l=IF(43324,15057)|0;j=l+(k[(k[l>>2]|0)+-12>>2]|0)+4|0;k[j>>2]=k[j>>2]&-75|8;l=aj(l,c)|0;j=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(d);_m(l,j);lq(l);Ha()}}while(0);if(i[g>>0]|0){j=IF(43324,15069)|0;g=a+136|0;l=k[g>>2]|0;k[g>>2]=l+-1;l=IF(aj(j,l)|0,15029)|0;l=$i(l,k[f>>2]|0)|0;j=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=NI(j,44028)|0;j=Sb[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;RL(d);_m(l,j);lq(l)}}else{k[b>>2]=0;c=15}r=h;return c|0}function Pc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,125,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,122,uF(d,b)|0);c=b}}case 2:{tr(a,126,b);tp(a,(aJ(c)|0)+16|0);tr(a,122,(aJ(c)|0)+12|0);tr(a,122,(aJ(c)|0)+8|0);break}case 3:{tr(a,127,b);tr(a,122,(ZI(c)|0)+12|0);break}case 4:{tr(a,128,b);tp(a,(TI(c)|0)+16|0);tp(a,(TI(c)|0)+12|0);break}case 5:{tr(a,129,b);tp(a,(PI(c)|0)+32|0);tr(a,122,(PI(c)|0)+28|0);break}case 6:{tr(a,130,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,122,uF(d,b)|0);c=b}}case 7:{tr(a,131,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,122,uF(d,b)|0);c=b}}case 8:{tr(a,132,b);b=uI(c)|0;d=b+8|0;tr(a,122,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,122,uF(d,b)|0);c=b}}case 9:{tr(a,133,b);break}case 10:{tr(a,134,b);tr(a,122,(FI(c)|0)+12|0);break}case 11:{tr(a,135,b);break}case 12:{tr(a,136,b);tr(a,122,(BI(c)|0)+12|0);break}case 13:{tr(a,137,b);tr(a,122,(VI(c)|0)+20|0);break}case 14:{tr(a,138,b);tr(a,122,(RI(c)|0)+24|0);tr(a,122,(RI(c)|0)+20|0);break}case 15:{tr(a,139,b);break}case 16:{tr(a,140,b);tr(a,122,(QI(c)|0)+12|0);break}case 17:{tr(a,141,b);tr(a,122,(MI(c)|0)+16|0);tr(a,122,(MI(c)|0)+12|0);break}case 18:{tr(a,142,b);tr(a,122,(KI(c)|0)+16|0);tr(a,122,(KI(c)|0)+12|0);tr(a,122,(KI(c)|0)+8|0);break}case 19:{tr(a,143,b);tr(a,122,(XI(c)|0)+8|0);break}case 20:{tr(a,144,b);tp(a,(LI(c)|0)+8|0);break}case 21:{tr(a,145,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,122,uF(d,b)|0);c=b}}case 22:{tr(a,146,b);break}case 23:{tr(a,147,b);break}default:{}}while(0);return}function Qc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,299,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,298,uF(d,b)|0);c=b}}case 2:{tr(a,300,b);xp(a,(aJ(c)|0)+16|0);tr(a,298,(aJ(c)|0)+12|0);tr(a,298,(aJ(c)|0)+8|0);break}case 3:{tr(a,301,b);tr(a,298,(ZI(c)|0)+12|0);break}case 4:{tr(a,302,b);xp(a,(TI(c)|0)+16|0);xp(a,(TI(c)|0)+12|0);break}case 5:{tr(a,303,b);xp(a,(PI(c)|0)+32|0);tr(a,298,(PI(c)|0)+28|0);break}case 6:{tr(a,304,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,298,uF(d,b)|0);c=b}}case 7:{tr(a,305,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,298,uF(d,b)|0);c=b}}case 8:{tr(a,306,b);b=uI(c)|0;d=b+8|0;tr(a,298,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,298,uF(d,b)|0);c=b}}case 9:{tr(a,307,b);break}case 10:{tr(a,308,b);tr(a,298,(FI(c)|0)+12|0);break}case 11:{tr(a,309,b);break}case 12:{tr(a,310,b);tr(a,298,(BI(c)|0)+12|0);break}case 13:{tr(a,311,b);tr(a,298,(VI(c)|0)+20|0);break}case 14:{tr(a,312,b);tr(a,298,(RI(c)|0)+24|0);tr(a,298,(RI(c)|0)+20|0);break}case 15:{tr(a,313,b);break}case 16:{tr(a,314,b);tr(a,298,(QI(c)|0)+12|0);break}case 17:{tr(a,315,b);tr(a,298,(MI(c)|0)+16|0);tr(a,298,(MI(c)|0)+12|0);break}case 18:{tr(a,316,b);tr(a,298,(KI(c)|0)+16|0);tr(a,298,(KI(c)|0)+12|0);tr(a,298,(KI(c)|0)+8|0);break}case 19:{tr(a,317,b);tr(a,298,(XI(c)|0)+8|0);break}case 20:{tr(a,318,b);xp(a,(LI(c)|0)+8|0);break}case 21:{tr(a,319,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,298,uF(d,b)|0);c=b}}case 22:{tr(a,320,b);break}case 23:{tr(a,321,b);break}default:{}}while(0);return}function Rc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,322,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,297,uF(d,b)|0);c=b}}case 2:{tr(a,323,b);zp(a,(aJ(c)|0)+16|0);tr(a,297,(aJ(c)|0)+12|0);tr(a,297,(aJ(c)|0)+8|0);break}case 3:{tr(a,324,b);tr(a,297,(ZI(c)|0)+12|0);break}case 4:{tr(a,325,b);zp(a,(TI(c)|0)+16|0);zp(a,(TI(c)|0)+12|0);break}case 5:{tr(a,326,b);zp(a,(PI(c)|0)+32|0);tr(a,297,(PI(c)|0)+28|0);break}case 6:{tr(a,327,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,297,uF(d,b)|0);c=b}}case 7:{tr(a,328,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,297,uF(d,b)|0);c=b}}case 8:{tr(a,329,b);b=uI(c)|0;d=b+8|0;tr(a,297,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,297,uF(d,b)|0);c=b}}case 9:{tr(a,330,b);break}case 10:{tr(a,331,b);tr(a,297,(FI(c)|0)+12|0);break}case 11:{tr(a,332,b);break}case 12:{tr(a,333,b);tr(a,297,(BI(c)|0)+12|0);break}case 13:{tr(a,334,b);tr(a,297,(VI(c)|0)+20|0);break}case 14:{tr(a,335,b);tr(a,297,(RI(c)|0)+24|0);tr(a,297,(RI(c)|0)+20|0);break}case 15:{tr(a,336,b);break}case 16:{tr(a,337,b);tr(a,297,(QI(c)|0)+12|0);break}case 17:{tr(a,338,b);tr(a,297,(MI(c)|0)+16|0);tr(a,297,(MI(c)|0)+12|0);break}case 18:{tr(a,339,b);tr(a,297,(KI(c)|0)+16|0);tr(a,297,(KI(c)|0)+12|0);tr(a,297,(KI(c)|0)+8|0);break}case 19:{tr(a,340,b);tr(a,297,(XI(c)|0)+8|0);break}case 20:{tr(a,341,b);zp(a,(LI(c)|0)+8|0);break}case 21:{tr(a,342,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,297,uF(d,b)|0);c=b}}case 22:{tr(a,343,b);break}case 23:{tr(a,344,b);break}default:{}}while(0);return}function Sc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,150,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,121,uF(d,b)|0);c=b}}case 2:{tr(a,151,b);Jp(a,(aJ(c)|0)+16|0);tr(a,121,(aJ(c)|0)+12|0);tr(a,121,(aJ(c)|0)+8|0);break}case 3:{tr(a,152,b);tr(a,121,(ZI(c)|0)+12|0);break}case 4:{tr(a,153,b);Jp(a,(TI(c)|0)+16|0);Jp(a,(TI(c)|0)+12|0);break}case 5:{tr(a,154,b);Jp(a,(PI(c)|0)+32|0);tr(a,121,(PI(c)|0)+28|0);break}case 6:{tr(a,155,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,121,uF(d,b)|0);c=b}}case 7:{tr(a,156,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,121,uF(d,b)|0);c=b}}case 8:{tr(a,157,b);b=uI(c)|0;d=b+8|0;tr(a,121,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,121,uF(d,b)|0);c=b}}case 9:{tr(a,158,b);break}case 10:{tr(a,159,b);tr(a,121,(FI(c)|0)+12|0);break}case 11:{tr(a,160,b);break}case 12:{tr(a,161,b);tr(a,121,(BI(c)|0)+12|0);break}case 13:{tr(a,162,b);tr(a,121,(VI(c)|0)+20|0);break}case 14:{tr(a,163,b);tr(a,121,(RI(c)|0)+24|0);tr(a,121,(RI(c)|0)+20|0);break}case 15:{tr(a,164,b);break}case 16:{tr(a,165,b);tr(a,121,(QI(c)|0)+12|0);break}case 17:{tr(a,166,b);tr(a,121,(MI(c)|0)+16|0);tr(a,121,(MI(c)|0)+12|0);break}case 18:{tr(a,167,b);tr(a,121,(KI(c)|0)+16|0);tr(a,121,(KI(c)|0)+12|0);tr(a,121,(KI(c)|0)+8|0);break}case 19:{tr(a,168,b);tr(a,121,(XI(c)|0)+8|0);break}case 20:{tr(a,169,b);Jp(a,(LI(c)|0)+8|0);break}case 21:{tr(a,170,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,121,uF(d,b)|0);c=b}}case 22:{tr(a,171,b);break}case 23:{tr(a,172,b);break}default:{}}while(0);return}function Tc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,98,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,97,uF(d,b)|0);c=b}}case 2:{tr(a,99,b);Ip(a,(aJ(c)|0)+16|0);tr(a,97,(aJ(c)|0)+12|0);tr(a,97,(aJ(c)|0)+8|0);break}case 3:{tr(a,100,b);tr(a,97,(ZI(c)|0)+12|0);break}case 4:{tr(a,101,b);Ip(a,(TI(c)|0)+16|0);Ip(a,(TI(c)|0)+12|0);break}case 5:{tr(a,102,b);Ip(a,(PI(c)|0)+32|0);tr(a,97,(PI(c)|0)+28|0);break}case 6:{tr(a,103,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,97,uF(d,b)|0);c=b}}case 7:{tr(a,104,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,97,uF(d,b)|0);c=b}}case 8:{tr(a,105,b);b=uI(c)|0;d=b+8|0;tr(a,97,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,97,uF(d,b)|0);c=b}}case 9:{tr(a,106,b);break}case 10:{tr(a,107,b);tr(a,97,(FI(c)|0)+12|0);break}case 11:{tr(a,108,b);break}case 12:{tr(a,109,b);tr(a,97,(BI(c)|0)+12|0);break}case 13:{tr(a,110,b);tr(a,97,(VI(c)|0)+20|0);break}case 14:{tr(a,111,b);tr(a,97,(RI(c)|0)+24|0);tr(a,97,(RI(c)|0)+20|0);break}case 15:{tr(a,112,b);break}case 16:{tr(a,113,b);tr(a,97,(QI(c)|0)+12|0);break}case 17:{tr(a,114,b);tr(a,97,(MI(c)|0)+16|0);tr(a,97,(MI(c)|0)+12|0);break}case 18:{tr(a,115,b);tr(a,97,(KI(c)|0)+16|0);tr(a,97,(KI(c)|0)+12|0);tr(a,97,(KI(c)|0)+8|0);break}case 19:{tr(a,116,b);tr(a,97,(XI(c)|0)+8|0);break}case 20:{tr(a,117,b);Ip(a,(LI(c)|0)+8|0);break}case 21:{tr(a,118,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,97,uF(d,b)|0);c=b}}case 22:{tr(a,119,b);break}case 23:{tr(a,120,b);break}default:{}}while(0);return}function Uc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,508,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,507,uF(d,b)|0);c=b}}case 2:{tr(a,509,b);Lp(a,(aJ(c)|0)+16|0);tr(a,507,(aJ(c)|0)+12|0);tr(a,507,(aJ(c)|0)+8|0);break}case 3:{tr(a,510,b);tr(a,507,(ZI(c)|0)+12|0);break}case 4:{tr(a,511,b);Lp(a,(TI(c)|0)+16|0);Lp(a,(TI(c)|0)+12|0);break}case 5:{tr(a,512,b);Lp(a,(PI(c)|0)+32|0);tr(a,507,(PI(c)|0)+28|0);break}case 6:{tr(a,513,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,507,uF(d,b)|0);c=b}}case 7:{tr(a,514,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,507,uF(d,b)|0);c=b}}case 8:{tr(a,515,b);b=uI(c)|0;d=b+8|0;tr(a,507,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,507,uF(d,b)|0);c=b}}case 9:{tr(a,516,b);break}case 10:{tr(a,517,b);tr(a,507,(FI(c)|0)+12|0);break}case 11:{tr(a,518,b);break}case 12:{tr(a,519,b);tr(a,507,(BI(c)|0)+12|0);break}case 13:{tr(a,520,b);tr(a,507,(VI(c)|0)+20|0);break}case 14:{tr(a,521,b);tr(a,507,(RI(c)|0)+24|0);tr(a,507,(RI(c)|0)+20|0);break}case 15:{tr(a,522,b);break}case 16:{tr(a,523,b);tr(a,507,(QI(c)|0)+12|0);break}case 17:{tr(a,524,b);tr(a,507,(MI(c)|0)+16|0);tr(a,507,(MI(c)|0)+12|0);break}case 18:{tr(a,525,b);tr(a,507,(KI(c)|0)+16|0);tr(a,507,(KI(c)|0)+12|0);tr(a,507,(KI(c)|0)+8|0);break}case 19:{tr(a,526,b);tr(a,507,(XI(c)|0)+8|0);break}case 20:{tr(a,527,b);Lp(a,(LI(c)|0)+8|0);break}case 21:{tr(a,528,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,507,uF(d,b)|0);c=b}}case 22:{tr(a,529,b);break}case 23:{tr(a,530,b);break}default:{}}while(0);return}function Vc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+48|0;l=n+24|0;m=n+8|0;j=n;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 84:{g=c+4|0;f=((k[g>>2]|0)-(k[c>>2]|0)|0)/24|0;h=Bc(a,b,c)|0;d=k[g>>2]|0;e=(d-(k[c>>2]|0)|0)/24|0;if(!((h|0)!=(a|0)&(e|0)==(f+1|0)))while(1){if((e|0)==(f|0))break a;b=d+-24|0;while(1){if((d|0)==(b|0))break;m=d+-24|0;k[g>>2]=m;CC(m);d=k[g>>2]|0}e=e+-1|0;d=b}f=c+16|0;k[j>>2]=k[c+12>>2];wp(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)wM();else{g=e-b|0;j=g>>3;It(l,g>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];g=m+4|0;k[j+4>>2]=k[g>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[g>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Vj(f,l);gr(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);pt(m);a=h;break a}case 68:{g=wg(a,b,c)|0;if((g|0)==(a|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=c+16|0;k[j>>2]=k[c+12>>2];wp(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)wM();else{h=e-b|0;j=h>>3;It(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Vj(f,l);gr(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);pt(m);a=g;break a}case 83:{d=rc(a,b,c)|0;if((d|0)!=(a|0)){a=d;break a}if((b-a|0)<=2)break a;if((i[a+1>>0]|0)!=116)break a;h=a+2|0;g=kc(h,b,c)|0;if((g|0)==(h|0))break a;b=c+4|0;d=k[b>>2]|0;if((k[c>>2]|0)==(d|0))break a;eC(d+-24|0,0,39238)|0;f=c+16|0;a=(k[b>>2]|0)+-24|0;k[j>>2]=k[c+12>>2];wp(m,a,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)wM();else{h=e-b|0;j=h>>3;It(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Vj(f,l);gr(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);pt(m);a=g;break a}default:break a}while(0);r=n;return a|0}function Wc(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ha();break}case 1:{tr(a,50,b);c=UI(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,49,uF(d,b)|0);c=b}}case 2:{tr(a,51,b);Np(a,(aJ(c)|0)+16|0);tr(a,49,(aJ(c)|0)+12|0);tr(a,49,(aJ(c)|0)+8|0);break}case 3:{tr(a,52,b);tr(a,49,(ZI(c)|0)+12|0);break}case 4:{tr(a,53,b);Np(a,(TI(c)|0)+16|0);Np(a,(TI(c)|0)+12|0);break}case 5:{tr(a,54,b);Np(a,(PI(c)|0)+32|0);tr(a,49,(PI(c)|0)+28|0);break}case 6:{tr(a,55,b);c=_I(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,49,uF(d,b)|0);c=b}}case 7:{tr(a,56,b);c=yI(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,49,uF(d,b)|0);c=b}}case 8:{tr(a,57,b);b=uI(c)|0;d=b+8|0;tr(a,49,(uI(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,49,uF(d,b)|0);c=b}}case 9:{tr(a,58,b);break}case 10:{tr(a,59,b);tr(a,49,(FI(c)|0)+12|0);break}case 11:{tr(a,60,b);break}case 12:{tr(a,61,b);tr(a,49,(BI(c)|0)+12|0);break}case 13:{tr(a,62,b);tr(a,49,(VI(c)|0)+20|0);break}case 14:{tr(a,63,b);tr(a,49,(RI(c)|0)+24|0);tr(a,49,(RI(c)|0)+20|0);break}case 15:{tr(a,64,b);break}case 16:{tr(a,65,b);tr(a,49,(QI(c)|0)+12|0);break}case 17:{tr(a,66,b);tr(a,49,(MI(c)|0)+16|0);tr(a,49,(MI(c)|0)+12|0);break}case 18:{tr(a,67,b);tr(a,49,(KI(c)|0)+16|0);tr(a,49,(KI(c)|0)+12|0);tr(a,49,(KI(c)|0)+8|0);break}case 19:{tr(a,68,b);tr(a,49,(XI(c)|0)+8|0);break}case 20:{tr(a,69,b);Np(a,(LI(c)|0)+8|0);break}case 21:{tr(a,70,b);c=WI(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;tr(a,49,uF(d,b)|0);c=b}}case 22:{tr(a,71,b);break}case 23:{tr(a,72,b);break}default:{}}while(0);return}function Xc(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,r=0;a:do if(b>>>0>36){e=wJ()|0;k[e>>2]=22;e=0;d=0}else{r=a+4|0;q=a+100|0;do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Hl(a)|0}while((tN(f)|0)!=0);b:do switch(f|0){case 43:case 45:{f=((f|0)==45)<<31>>31;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;p=f;f=l[g>>0]|0;break b}else{p=f;f=Hl(a)|0;break b}}default:p=0}while(0);g=(b|0)==0;do if((b|16|0)==16&(f|0)==48){f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Hl(a)|0;if((f|32|0)!=120)if(g){b=8;n=46;break}else{n=32;break}f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Hl(a)|0;if((l[32102+f>>0]|0)>15){d=(k[q>>2]|0)==0;if(!d)k[r>>2]=(k[r>>2]|0)+-1;if(!c){BA(a,0);e=0;d=0;break a}if(d){e=0;d=0;break a}k[r>>2]=(k[r>>2]|0)+-1;e=0;d=0;break a}else{b=16;n=46}}else{b=g?10:b;if((l[32102+f>>0]|0)>>>0<b>>>0)n=32;else{if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;BA(a,0);e=wJ()|0;k[e>>2]=22;e=0;d=0;break a}}while(0);if((n|0)==32)if((b|0)==10){b=f+-48|0;if(b>>>0<10){f=0;g=b;do{f=(f*10|0)+g|0;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;g=b+-48|0}while(g>>>0<10&f>>>0<429496729);c=0}else{b=f;f=0;c=0}g=b+-48|0;if(g>>>0<10){m=g;while(1){g=ED(f|0,c|0,10,0)|0;h=N;j=((m|0)<0)<<31>>31;o=~j;if(h>>>0>o>>>0|(h|0)==(o|0)&g>>>0>~m>>>0){g=b;b=m;break}f=fJ(g|0,h|0,m|0,j|0)|0;c=N;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=Hl(a)|0;h=b+-48|0;if(h>>>0<10&(c>>>0<429496729|(c|0)==429496729&f>>>0<2576980378))m=h;else{g=b;b=h;break}}if(b>>>0>9){g=p;b=c}else{b=10;n=72}}else{g=p;b=c}}else n=46;c:do if((n|0)==46){if(!(b+-1&b)){n=i[32358+((b*23|0)>>>5&7)>>0]|0;c=i[32102+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h|f<<n;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Hl(a)|0;c=i[32102+g>>0]|0;h=c&255}while(f>>>0<134217728&h>>>0<b>>>0);h=0}else{g=f;h=0;f=0}j=JG(-1,-1,n|0)|0;m=N;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break}else g=h;while(1){f=DG(f|0,g|0,n|0)|0;h=N;f=c&255|f;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Hl(a)|0;c=i[32102+g>>0]|0;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break c}else g=h}}c=i[32102+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h+(aa(f,b)|0)|0;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Hl(a)|0;c=i[32102+g>>0]|0;h=c&255}while(f>>>0<119304647&h>>>0<b>>>0);h=0}else{g=f;f=0;h=0}if((c&255)>>>0<b>>>0){n=BL(-1,-1,b|0,0)|0;o=N;m=h;while(1){if(m>>>0>o>>>0|(m|0)==(o|0)&f>>>0>n>>>0){c=m;n=72;break c}h=ED(f|0,m|0,b|0,0)|0;j=N;c=c&255;if(j>>>0>4294967295|(j|0)==-1&h>>>0>~c>>>0){c=m;n=72;break c}f=fJ(c|0,0,h|0,j|0)|0;h=N;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Hl(a)|0;c=i[32102+g>>0]|0;if((c&255)>>>0>=b>>>0){c=h;n=72;break}else m=h}}else{c=h;n=72}}while(0);if((n|0)==72)if((l[32102+g>>0]|0)>>>0<b>>>0){do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Hl(a)|0}while((l[32102+f>>0]|0)>>>0<b>>>0);g=wJ()|0;k[g>>2]=34;g=(d&1|0)==0&0==0?p:0;b=e;f=d}else{g=p;b=c}if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;if(!(b>>>0<e>>>0|(b|0)==(e|0)&f>>>0<d>>>0)){if(!((d&1|0)!=0|0!=0|(g|0)!=0)){r=wJ()|0;k[r>>2]=34;d=fJ(d|0,e|0,-1,-1)|0;e=N;break}if(b>>>0>e>>>0|(b|0)==(e|0)&f>>>0>d>>>0){r=wJ()|0;k[r>>2]=34;break}}d=((g|0)<0)<<31>>31;d=dH(f^g|0,b^d|0,g|0,d|0)|0;e=N}while(0);N=e;return d|0}function Yc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0.0,i=0.0,j=0,l=0,m=0,n=0,o=0,q=0,r=0,s=0;a:while(1){m=b;q=b+-4|0;while(1){s=a;b:while(1){l=s;a=m-l|0;c=a>>2;switch(c|0){case 1:case 0:break a;case 2:{r=5;break a}case 3:{r=7;break a}case 4:{r=8;break a}case 5:{r=9;break a}default:{}}if((a|0)<28){r=11;break a}f=s+(((c|0)/2|0)<<2)|0;if((a|0)>3996){a=(c|0)/4|0;a=bj(s,s+(a<<2)|0,f,f+(a<<2)|0,q)|0}else a=Ok(s,f,q)|0;d=k[s>>2]|0;i=+p[d+16>>3];h=+p[(k[f>>2]|0)+16>>3];if(i>h){c=q;break}else c=q;while(1){c=c+-4|0;if((s|0)==(c|0))break;e=k[c>>2]|0;if(+p[e+16>>3]>h){r=39;break b}}a=s+4|0;l=k[q>>2]|0;d=l;if(!(i>+p[l+16>>3])){while(1){if((a|0)==(q|0))break a;c=k[a>>2]|0;if(i>+p[c+16>>3])break;a=a+4|0}k[a>>2]=d;k[q>>2]=c;a=a+4|0}if((a|0)==(q|0))break a;else c=q;while(1){h=+p[(k[s>>2]|0)+16>>3];while(1){e=k[a>>2]|0;f=a+4|0;if(h>+p[e+16>>3])break;else a=f}do{c=c+-4|0;d=k[c>>2]|0}while(h>+p[d+16>>3]);if(a>>>0>=c>>>0){s=a;continue b}k[a>>2]=d;k[c>>2]=e;a=f}}if((r|0)==39){r=0;k[s>>2]=e;k[c>>2]=d;a=a+1|0}d=s+4|0;c:do if(d>>>0<c>>>0){j=f;while(1){h=+p[(k[j>>2]|0)+16>>3];while(1){f=k[d>>2]|0;g=d+4|0;if(+p[f+16>>3]>h)d=g;else break}do{c=c+-4|0;e=k[c>>2]|0}while(!(+p[e+16>>3]>h));if(d>>>0>c>>>0){c=j;break c}k[d>>2]=e;k[c>>2]=f;j=(j|0)==(d|0)?c:j;d=g;a=a+1|0}}else c=f;while(0);if((d|0)!=(c|0)?(n=k[c>>2]|0,o=k[d>>2]|0,+p[n+16>>3]>+p[o+16>>3]):0){k[d>>2]=n;k[c>>2]=o;a=a+1|0}if(!a){c=Ze(s,d)|0;a=d+4|0;if(Ze(a,b)|0){r=55;break}if(c)continue}j=d;if((j-l|0)>=(m-j|0)){r=54;break}Yc(s,d);a=d+4|0}if((r|0)==54){r=0;Yc(d+4|0,b);a=s;b=d;continue}else if((r|0)==55){r=0;if(c)break;else{a=s;b=d;continue}}}d:do if((r|0)==5){b=k[q>>2]|0;a=k[s>>2]|0;if(+p[b+16>>3]>+p[a+16>>3]){k[s>>2]=b;k[q>>2]=a}}else if((r|0)==7)Ok(s,s+4|0,q)|0;else if((r|0)==8)Ck(s,s+4|0,s+8|0,q)|0;else if((r|0)==9)bj(s,s+4|0,s+8|0,s+12|0,q)|0;else if((r|0)==11){a=s+8|0;Ok(s,s+4|0,a)|0;f=s+12|0;while(1){if((f|0)==(b|0))break d;g=k[f>>2]|0;e=g+16|0;if(+p[e>>3]>+p[(k[a>>2]|0)+16>>3]){k[f>>2]=0;c=f;while(1){r=k[a>>2]|0;k[a>>2]=0;d=k[c>>2]|0;k[c>>2]=r;if(d|0){ZA(d);dO(d)}if((a|0)==(s|0))break;c=a+-4|0;if(+p[e>>3]>+p[(k[c>>2]|0)+16>>3]){r=a;a=c;c=r}else break}c=k[a>>2]|0;k[a>>2]=g;if(c|0){ZA(c);dO(c)}}a=f;f=f+4|0}}while(0);return}function Zc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0.0,j=0.0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0;H=r;r=r+32|0;B=H+24|0;C=H+4|0;D=H;E=a+16|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;o[E>>2]=1.0;F=C+16|0;k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;k[C+12>>2]=0;o[F>>2]=1.0;A=b+36|0;k[B>>2]=k[A>>2];b=_u(B)|0;z=C+4|0;h=LD(12)|0;k[h+8>>2]=k[A>>2];k[h+4>>2]=b;k[h>>2]=0;A=C+12|0;dn(C,1);d=k[z>>2]|0;e=d+-1|0;f=(e&d|0)==0;if(f)b=e&b;else b=(b>>>0)%(d>>>0)|0;c=(k[C>>2]|0)+(b<<2)|0;b=k[c>>2]|0;if(!b){g=C+8|0;k[h>>2]=k[g>>2];k[g>>2]=h;k[c>>2]=g;b=k[h>>2]|0;if(!b){x=g;y=g;s=g}else{b=k[b+4>>2]|0;if(f)b=b&e;else b=(b>>>0)%(d>>>0)|0;k[(k[C>>2]|0)+(b<<2)>>2]=h;x=g;y=g;s=g}}else{k[h>>2]=k[b>>2];k[b>>2]=h;s=C+8|0;x=s;y=s}b=(k[A>>2]|0)+1|0;k[A>>2]=b;t=C+8|0;u=a+4|0;v=a+12|0;w=a+8|0;while(1){if(!b)break;n=k[t>>2]|0;b=k[n+8>>2]|0;Xq(C,n);k[B>>2]=b;n=_u(B)|0;l=k[u>>2]|0;m=(l|0)==0;a:do if(!m){f=l+-1|0;g=(f&l|0)==0;if(g)c=f&n;else c=(n>>>0)%(l>>>0)|0;d=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!d)G=26;else{h=b;while(1){d=k[d>>2]|0;if(!d){G=26;break a}e=k[d+4>>2]|0;if(g)e=e&f;else e=(e>>>0)%(l>>>0)|0;if((e|0)!=(c|0)){G=26;break a}if((k[d+8>>2]|0)==(h|0)){b=h;break}}}}else{c=0;G=26}while(0);if((G|0)==26){G=0;f=LD(12)|0;k[f+8>>2]=b;k[f+4>>2]=n;k[f>>2]=0;i=+(((k[v>>2]|0)+1|0)>>>0);j=+o[E>>2];do if(m|i>+(l>>>0)*j){c=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;d=~~+$(+(i/j))>>>0;dn(a,c>>>0<d>>>0?d:c);c=k[u>>2]|0;d=c+-1|0;if(!(d&c)){e=c;c=d&n;break}else{e=c;c=(n>>>0)%(c>>>0)|0;break}}else e=l;while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){k[f>>2]=k[w>>2];k[w>>2]=f;k[c>>2]=w;c=k[f>>2]|0;if(c|0){c=k[c+4>>2]|0;d=e+-1|0;if(!(d&e))c=c&d;else c=(c>>>0)%(e>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=f}}else{k[f>>2]=k[d>>2];k[d>>2]=f}k[v>>2]=(k[v>>2]|0)+1}q=k[b+40>>2]|0;p=k[b+36>>2]|0;while(1){if((p|0)==(q|0))break;h=k[p>>2]|0;k[D>>2]=h;e=h;b:do if(!(nk(a,D)|0)){k[B>>2]=h;n=_u(B)|0;l=k[z>>2]|0;m=(l|0)==0;c:do if(!m){f=l+-1|0;g=(f&l|0)==0;if(g)b=f&n;else b=(n>>>0)%(l>>>0)|0;c=k[(k[C>>2]|0)+(b<<2)>>2]|0;if(c)while(1){c=k[c>>2]|0;if(!c)break c;d=k[c+4>>2]|0;if(g)d=d&f;else d=(d>>>0)%(l>>>0)|0;if((d|0)!=(b|0))break c;if((k[c+8>>2]|0)==(e|0))break b}}else b=0;while(0);e=LD(12)|0;k[e+8>>2]=h;k[e+4>>2]=n;k[e>>2]=0;i=+(((k[A>>2]|0)+1|0)>>>0);j=+o[F>>2];do if(m|i>+(l>>>0)*j){b=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;c=~~+$(+(i/j))>>>0;dn(C,b>>>0<c>>>0?c:b);b=k[z>>2]|0;c=b+-1|0;if(!(c&b)){d=b;b=c&n;break}else{d=b;b=(n>>>0)%(b>>>0)|0;break}}else d=l;while(0);b=(k[C>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[e>>2]=k[x>>2];k[y>>2]=e;k[b>>2]=s;b=k[e>>2]|0;if(b|0){b=k[b+4>>2]|0;c=d+-1|0;if(!(c&d))b=b&c;else b=(b>>>0)%(d>>>0)|0;k[(k[C>>2]|0)+(b<<2)>>2]=e}}else{k[e>>2]=k[c>>2];k[c>>2]=e}k[A>>2]=(k[A>>2]|0)+1}while(0);p=p+4|0}b=k[A>>2]|0}Oy(C);r=H;return}function _c(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0;o=r;r=r+16|0;n=o;if(a){m=NI(c,45748)|0;if(b){Kb[k[(k[m>>2]|0)+44>>2]&1023](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[m>>2]|0)+32>>2]&1023](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}kj(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);a=m}else{Kb[k[(k[m>>2]|0)+40>>2]&1023](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[m>>2]|0)+28>>2]&1023](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}kj(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);a=m}c=Mb[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=Mb[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;Kb[k[(k[a>>2]|0)+20>>2]&1023](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}kj(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);Kb[k[(k[a>>2]|0)+24>>2]&1023](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}kj(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);c=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0}else{m=NI(c,45740)|0;if(b){Kb[k[(k[m>>2]|0)+44>>2]&1023](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[m>>2]|0)+32>>2]&1023](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}kj(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);a=m}else{Kb[k[(k[m>>2]|0)+40>>2]&1023](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[m>>2]|0)+28>>2]&1023](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}kj(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);a=m}c=Mb[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=Mb[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;Kb[k[(k[a>>2]|0)+20>>2]&1023](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}kj(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);Kb[k[(k[a>>2]|0)+24>>2]&1023](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}kj(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}NJ(n);c=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0}k[l>>2]=c;r=o;return}function $c(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+64|0;q=u+56|0;e=u+44|0;l=u+40|0;m=u+28|0;n=u+24|0;g=u+12|0;s=u;t=pD()|0;p=(cr(b)|0)+8|0;do if((k[p>>2]|0)==4?(p=Gn(b,3)|0,(i[p>>0]|0)!=0):0){p=dJ(Gn(Gn(b,3)|0,0)|0)|0;if((p|0)==(k[10571]|0)){k[t+12>>2]=0;f=1;break}p=dJ(Gn(Gn(b,3)|0,0)|0)|0;if((p|0)==(k[10574]|0)){k[t+12>>2]=2;f=1;break}p=dJ(Gn(Gn(b,3)|0,0)|0)|0;if((p|0)==(k[10579]|0)){k[t+12>>2]=1;f=1;break}p=dJ(Gn(Gn(b,3)|0,0)|0)|0;if((p|0)==(k[10517]|0)){k[t+12>>2]=3;f=1}else f=0}else f=0;while(0);p=(cr(b)|0)+8|0;if((k[p>>2]|0)>>>0>3?(p=Gn(b,3)|0,(i[p>>0]|0)==0):0){c=dJ(Gn(b,1)|0)|0;k[t>>2]=c;c=2}else d=14;do if((d|0)==14)if(f){c=dJ(Gn(Gn(b,3)|0,1)|0)|0;k[t>>2]=c;c=1;break}else{c=Ix(k[a+24>>2]|0)|0;k[t>>2]=c;c=1;break}while(0);p=a+24|0;k[p>>2]=(k[p>>2]|0)+1;p=Gn(b,c)|0;if((i[p>>0]|0)==0?(i[p+25>>0]|0)!=0:0){if(!f)k[t+12>>2]=0}else{p=dJ(Gn(b,c)|0)|0;do if((p|0)!=(k[10574]|0)){p=dJ(Gn(b,c)|0)|0;if((p|0)==(k[10579]|0)){k[t+12>>2]=1;break}else{dJ(Gn(b,c)|0)|0;k[t+12>>2]=3;break}}else k[t+12>>2]=2;while(0);c=c+1|0}d=c+1|0;p=dJ(Gn(b,c)|0)|0;k[t+4>>2]=p;p=Gn(b,d)|0;if(i[p>>0]|0){u=La(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;vs(e,16910,18);lD(u,e);pb(u|0,8,182)}p=dJ(Gn(b,d)|0)|0;k[t+8>>2]=p;if(f)p=Gn(b,3)|0;else p=b;j=f?2:c+2|0;switch(k[t+12>>2]|0){case 0:{o=SC()|0;h=(cr(p)|0)+8|0;do if((k[h>>2]|0)>>>0>j>>>0){h=Gn(p,j)|0;c=dJ(Gn(h,0)|0)|0;a:do if((c|0)!=(k[10572]|0)){if((c|0)==(k[10573]|0)){q=Tg(dJ(Gn(h,1)|0)|0,0,0)|0;k[o+4>>2]=q;break}if((c|0)!=(k[10582]|0)){u=La(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;vs(g,16958,18);lD(u,g);pb(u|0,8,182)}c=dJ(Gn(h,1)|0)|0;h=k[a>>2]|0;k[l>>2]=c;k[q>>2]=k[l>>2];if(!(ty(h,q)|0)){u=La(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;vs(m,16929,28);lD(u,m);pb(u|0,8,182)}else{m=k[a>>2]|0;k[n>>2]=c;k[q>>2]=k[n>>2];$u(o,jx(m,q)|0);break}}else{d=o+8|0;b=o+12|0;e=o+16|0;c=1;while(1){n=(cr(h)|0)+8|0;if(c>>>0>=(k[n>>2]|0)>>>0)break a;f=Tg(dJ(Gn(h,c)|0)|0,0,0)|0;k[q>>2]=f;g=k[b>>2]|0;if(g>>>0<(k[e>>2]|0)>>>0){k[g>>2]=f;k[b>>2]=g+4}else yn(d,q);c=c+1|0}}while(0);q=(cr(p)|0)+8|0;c=j+1|0;if((k[q>>2]|0)>>>0>c>>>0){c=Gn(p,c)|0;q=dJ(Gn(c,0)|0)|0;if((q|0)==(k[10573]|0)){q=Tg(dJ(Gn(c,1)|0)|0,0,0)|0;k[o+4>>2]=q;break}else Ka(16977,13688,1532,17004)}}while(0);wq(s,o);q=Ng(s,k[a>>2]|0)|0;k[t+16>>2]=q;NJ(s);if(o|0){ZA(o+8|0);dO(o)}break}case 3:{s=Tg(dJ(Gn(p,j)|0)|0,0,0)|0;k[t+20>>2]=s;break}default:{}}dl(k[a>>2]|0,t);r=u;return}function ad(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0;N=r;r=r+48|0;l=N+36|0;m=N+28|0;n=N+16|0;t=N+4|0;E=N;L=N+32|0;M=a+12|0;if(i[M>>0]|0){K=IF(43324,14819)|0;J=eG(K+(k[(k[K>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=J;J=NI(J,44028)|0;J=Sb[k[(k[J>>2]|0)+28>>2]&31](J,10)|0;RL(l);_m(K,J);lq(K)}o=Ih(a)|0;p=a+24|0;if((o|0)!=((k[a+28>>2]|0)-(k[p>>2]|0)>>2|0))Ka(14836,13964,1558,14866);q=a+16|0;s=a+68|0;u=n+4|0;v=n+8|0;w=t+4|0;x=t+8|0;y=n+8|0;z=t+8|0;A=a+64|0;B=a+36|0;C=a+84|0;D=a+88|0;F=a+96|0;G=a+100|0;H=a+136|0;I=a+44|0;J=a+48|0;K=a+40|0;j=0;while(1){if(j>>>0>=o>>>0){b=7;break}if(i[M>>0]|0){h=IF(43324,14880)|0;h=$i(h,k[q>>2]|0)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(l);_m(h,g);lq(h)}b=Ih(a)|0;if(!b){b=11;break}k[s>>2]=(k[q>>2]|0)+b;h=k[(k[p>>2]|0)+(j<<2)>>2]|0;if(i[M>>0]|0){g=$i(IF(43324,14902)|0,j)|0;f=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(l);_m(g,f);lq(g)}k[m>>2]=0;k[n>>2]=0;k[u>>2]=0;k[v>>2]=0;k[t>>2]=0;k[w>>2]=0;k[x>>2]=0;c=h+8|0;d=h+12|0;b=0;while(1){if(b>>>0>=(k[d>>2]|0)-(k[c>>2]|0)>>2>>>0)break;e=on(m)|0;k[l>>2]=e;f=(k[c>>2]|0)+(b<<2)|0;g=k[u>>2]|0;if(g>>>0<(k[y>>2]|0)>>>0){f=k[f>>2]|0;k[g>>2]=e;k[g+4>>2]=f;k[u>>2]=(k[u>>2]|0)+8}else Nl(n,l,f);b=b+1|0}g=Ih(a)|0;c=0;while(1){if(c>>>0>=g>>>0)break;b=Ih(a)|0;d=yH(a)|0;k[l>>2]=d;while(1){if(!b)break;e=on(m)|0;k[E>>2]=e;f=k[w>>2]|0;if(f>>>0<(k[z>>2]|0)>>>0){k[f>>2]=e;k[f+4>>2]=d;k[w>>2]=(k[w>>2]|0)+8}else Nl(t,E,l);b=b+-1|0}c=c+1|0}b=Ix(j)|0;k[L>>2]=b;b=k[h+4>>2]|0;k[l>>2]=k[L>>2];b=Rf(l,n,b,t)|0;k[E>>2]=b;k[b+32>>2]=k[h>>2];c=b;k[A>>2]=c;if(i[M>>0]|0){h=$i(IF(43324,14910)|0,j)|0;g=eG(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=NI(g,44028)|0;g=Sb[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;RL(l);_m(h,g);lq(h)}k[B>>2]=0;if((k[C>>2]|0)!=(k[D>>2]|0)){b=32;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=34;break}if(k[H>>2]|0){b=36;break}h=lo(a)|0;k[b+36>>2]=h;if(k[H>>2]|0){b=38;break}if((k[C>>2]|0)!=(k[D>>2]|0)){b=40;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=42;break}if((k[q>>2]|0)!=(k[s>>2]|0)){b=44;break}k[A>>2]=0;b=k[I>>2]|0;if((b|0)==(k[J>>2]|0))yn(K,E);else{k[b>>2]=c;k[I>>2]=(k[I>>2]|0)+4}Zz(t);Zz(n);j=j+1|0}if((b|0)==7){r=N;return}else if((b|0)==11)Ka(14893,13964,1562,14866);else if((b|0)==32)Ka(14932,13964,1597,14866);else if((b|0)==34)Ka(14951,13964,1598,14866);else if((b|0)==36)Ka(14975,13964,1599,14866);else if((b|0)==38)Ka(14975,13964,1601,14866);else if((b|0)==40)Ka(14932,13964,1602,14866);else if((b|0)==42)Ka(14951,13964,1603,14866);else if((b|0)==44)Ka(14986,13964,1604,14866)}function bd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=NI(c,45764)|0;if(b){Kb[k[(k[a>>2]|0)+44>>2]&1023](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[a>>2]|0)+32>>2]&1023](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}hi(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}CJ(m)}else{Kb[k[(k[a>>2]|0)+40>>2]&1023](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[a>>2]|0)+28>>2]&1023](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}hi(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}CJ(m)}c=Mb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=Mb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;Kb[k[(k[a>>2]|0)+20>>2]&1023](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}kj(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}NJ(m);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}hi(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}CJ(m);c=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=NI(c,45756)|0;if(b){Kb[k[(k[a>>2]|0)+44>>2]&1023](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[a>>2]|0)+32>>2]&1023](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}hi(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}CJ(m)}else{Kb[k[(k[a>>2]|0)+40>>2]&1023](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;Kb[k[(k[a>>2]|0)+28>>2]&1023](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}hi(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}CJ(m)}c=Mb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=Mb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;Kb[k[(k[a>>2]|0)+20>>2]&1023](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}kj(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}NJ(m);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}hi(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}CJ(m);c=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=c;r=n;return}function cd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;t=r;r=r+16|0;f=t+12|0;h=t+8|0;l=t+4|0;q=t;s=k[a>>2]|0;if((k[s+40>>2]|0)!=(k[s+36>>2]|0)){g=a+8|0;if(i[g>>0]|0){s=IF(43324,21082)|0;p=eG(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=p;p=NI(p,44028)|0;p=Sb[k[(k[p>>2]|0)+28>>2]&31](p,10)|0;RL(f);_m(s,p);lq(s)}j=PG(a,31734)|0;m=k[a>>2]|0;m=(k[m+40>>2]|0)-(k[m+36>>2]|0)>>2;n=a+4|0;al(k[n>>2]|0,m)|0;o=a+40|0;p=a+52|0;e=0;while(1){if(e>>>0>=m>>>0)break;if(i[g>>0]|0){d=IF(43324,21100)|0;s=k[n>>2]|0;s=$i(d,(k[s+4>>2]|0)-(k[s>>2]|0)|0)|0;d=eG(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=NI(d,44028)|0;d=Sb[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;RL(f);_m(s,d);lq(s)}s=lB(a)|0;d=k[n>>2]|0;c=k[d+4>>2]|0;d=k[d>>2]|0;b=IC(k[a>>2]|0,e)|0;Gx(o);Gw(p);if(i[g>>0]|0){u=IF(43324,21113)|0;u=Oz(u,k[b>>2]|0)|0;v=eG(u+(k[(k[u>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=v;v=NI(v,44028)|0;v=Sb[k[(k[v>>2]|0)+28>>2]&31](v,10)|0;RL(f);_m(u,v);lq(u)}Be(a,b);w=k[n>>2]|0;k[f>>2]=1;v=$r(p,f)|0;v=(k[v>>2]|0)!=0&1;k[h>>2]=2;u=$r(p,h)|0;v=((k[u>>2]|0)!=0&1)+v|0;k[l>>2]=3;u=$r(p,l)|0;u=v+((k[u>>2]|0)!=0&1)|0;k[q>>2]=4;v=$r(p,q)|0;al(w,u+((k[v>>2]|0)!=0&1)|0)|0;k[f>>2]=1;v=$r(p,f)|0;if(k[v>>2]|0){v=k[n>>2]|0;k[f>>2]=1;w=$r(p,f)|0;pj(al(v,k[w>>2]|0)|0,1)|0}k[f>>2]=2;w=$r(p,f)|0;if(k[w>>2]|0){v=k[n>>2]|0;k[f>>2]=2;w=$r(p,f)|0;pj(al(v,k[w>>2]|0)|0,2)|0}k[f>>2]=3;w=$r(p,f)|0;if(k[w>>2]|0){v=k[n>>2]|0;k[f>>2]=3;w=$r(p,f)|0;pj(al(v,k[w>>2]|0)|0,3)|0}k[f>>2]=4;w=$r(p,f)|0;if(k[w>>2]|0){v=k[n>>2]|0;k[f>>2]=4;w=$r(p,f)|0;pj(al(v,k[w>>2]|0)|0,4)|0}Iv(a,k[b+36>>2]|0);b=k[n>>2]|0;c=(k[b+4>>2]|0)-(k[b>>2]|0)+(d-c)|0;if(i[g>>0]|0){w=IF($i(IF($i(IF(43324,21121)|0,c)|0,21133)|0,s)|0,21147)|0;b=k[n>>2]|0;b=$i(w,(k[b+4>>2]|0)-(k[b>>2]|0)|0)|0;w=eG(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=w;w=NI(w,44028)|0;w=Sb[k[(k[w>>2]|0)+28>>2]&31](w,10)|0;RL(f);_m(b,w);lq(b);b=k[n>>2]|0}tl(b,s,c);e=e+1|0}SE(a,j)}r=t;return}function dd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+64|0;n=v+52|0;t=v+48|0;d=v+44|0;u=v+20|0;q=v+32|0;o=v+16|0;s=v+4|0;p=v;c=dJ(Gn(b,0)|0)|0;do if((c|0)!=(k[10582]|0)){if((c|0)==(k[10571]|0)){k[t>>2]=0;k[d>>2]=0;f=nj(b,t,d)|0;c=k[t>>2]|0;if(!c){c=Ix(k[a+20>>2]|0)|0;k[t>>2]=c}d=a+12|0;e=k[d>>2]|0;if((e|0)==(k[a+16>>2]|0))yn(a+8|0,t);else{k[e>>2]=c;k[d>>2]=(k[d>>2]|0)+4}j=a+20|0;k[j>>2]=(k[j>>2]|0)+1;j=a+32|0;l=Fs(j,t)|0;k[l>>2]=0;k[u>>2]=0;l=u+4|0;k[l>>2]=0;k[u+8>>2]=0;m=u+8|0;h=0;a:while(1){g=(cr(b)|0)+8|0;if(f>>>0>=(k[g>>2]|0)>>>0){c=33;break}g=Gn(b,f)|0;c=dJ(Gn(g,0)|0)|0;b:do if((c|0)!=(k[10573]|0)){if((c|0)==(k[10582]|0)){c=dJ(Gn(g,1)|0)|0;h=k[a>>2]|0;k[o>>2]=c;k[n>>2]=k[o>>2];if(!(ty(h,n)|0)){c=17;break a}g=k[a>>2]|0;k[p>>2]=c;k[n>>2]=k[p>>2];c=jx(g,n)|0;g=k[c+4>>2]|0;h=Fs(j,t)|0;k[h>>2]=g;break}if((c|0)==(k[10572]|0)?(e=(cr(g)|0)+8|0,(k[e>>2]|0)>>>0>1):0){e=Gn(g,1)|0;if((i[e>>0]|0)==0?(i[e+24>>0]|0)!=0:0){c=Tg(dJ(Gn(g,2)|0)|0,1,0)|0;k[n>>2]=c;d=k[l>>2]|0;if(d>>>0<(k[m>>2]|0)>>>0){k[d>>2]=c;k[l>>2]=d+4}else yn(u,n);c=h;break}else c=1;while(1){e=(cr(g)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0){c=h;break b}d=Tg(dJ(Gn(g,c)|0)|0,1,0)|0;k[n>>2]=d;e=k[l>>2]|0;if(e>>>0<(k[m>>2]|0)>>>0){k[e>>2]=d;k[l>>2]=e+4}else yn(u,n);c=c+1|0}}else c=h}else{e=(cr(g)|0)+8|0;if((k[e>>2]|0)>>>0>2){c=13;break a}g=Tg(dJ(Gn(g,1)|0)|0,0,0)|0;c=Fs(j,t)|0;k[c>>2]=g;c=h}while(0);f=f+1|0;h=c}if((c|0)==13){v=La(20)|0;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;vs(q,16819,20);t=k[g+28>>2]|0;u=k[g+32>>2]|0;av(v,q);k[v+12>>2]=t;k[v+16>>2]=u;pb(v|0,8,182)}else if((c|0)==17){v=La(20)|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;vs(s,16840,16);t=k[g+28>>2]|0;u=k[g+32>>2]|0;av(v,s);k[v+12>>2]=t;k[v+16>>2]=u;pb(v|0,8,182)}else if((c|0)==33){do if(!h){g=SC()|0;f=Fs(j,t)|0;k[g+4>>2]=k[f>>2];f=g+8|0;ox(f);k[f>>2]=k[u>>2];k[g+12>>2]=k[l>>2];k[g+16>>2]=k[m>>2];k[m>>2]=0;k[l>>2]=0;k[u>>2]=0;f=k[a>>2]|0;e=k[f+4>>2]|0;c=1;d=k[f>>2]|0;while(1){if((d|0)==(e|0))break;t=ar(k[d>>2]|0,g)|0;c=c&(t^1);if(t)break;else d=d+4|0}if(c){Gk(f,g);break}if(g|0){ZA(g+8|0);dO(g)}}while(0);ZA(u);break}}}else wf(a,b);while(0);r=v;return}function ed(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0.0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0.0;H=r;r=r+5072|0;E=H;F=H+5048|0;f=H+2540|0;G=H+24|0;c=k[a+32>>2]|0;c=(k[c+24>>2]|0)-(k[c+20>>2]|0)>>2;do if(c>>>0>=2){d=aa(c+-1|0,c)|0;d=d>>>0>20?20:d;k[f>>2]=a;kw(f+4|0,42);i[f+2504>>0]=1;k[G>>2]=f;C=G+4|0;k[C>>2]=0;D=G+8|0;k[D>>2]=0;k[G+12>>2]=0;kw(G+16|0,1337);dg(C,d);g=k[C>>2]|0;c=0;while(1){if(c>>>0>=d>>>0)break;B=g+(c<<2)|0;A=Jk(f)|0;e=k[B>>2]|0;k[B>>2]=A;if(e|0){ZA(e);dO(e)}c=c+1|0}c=k[D>>2]|0;pw(g,c);y=F+4|0;z=F+8|0;A=E+4|0;B=E+8|0;x=+p[(k[g>>2]|0)+16>>3];a:while(1){w=c-g>>2;u=((w*25|0)>>>0)/100|0;v=((w*50|0)>>>0)/100|0;k[F>>2]=0;k[y>>2]=0;k[z>>2]=0;dg(F,v);t=k[F>>2]|0;s=0;while(1){if(s>>>0>=v>>>0){c=0;break}q=t+(s<<2)|0;o=k[G>>2]|0;f=_v(G)|0;f=k[(k[C>>2]|0)+(f<<2)>>2]|0;d=_v(G)|0;g=k[C>>2]|0;d=k[g+(d<<2)>>2]|0;h=f+4|0;j=(k[h>>2]|0)-(k[f>>2]|0)>>2;k[E>>2]=0;k[A>>2]=0;k[B>>2]=0;At(E,j);e=k[E>>2]|0;c=0;while(1){if((c|0)==(j|0))break;k[e+(k[(k[d>>2]|0)+(c<<2)>>2]<<2)>>2]=c;c=c+1|0}n=LD(24)|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;if((n|0)!=(f|0))bi(n,k[f>>2]|0,k[h>>2]|0);p[n+16>>3]=+p[f+16>>3];if(!j){c=17;break a}c=k[(k[o>>2]|0)+32>>2]|0;l=j+-1|0;m=k[E>>2]|0;c=(k[c+12>>2]|0)-(k[c+8>>2]|0)>>2;while(1){if(c>>>0>=l>>>0)break;e=k[n>>2]|0;h=e+(c<<2)|0;j=k[h>>2]|0;d=c+1|0;e=e+(d<<2)|0;f=k[e>>2]|0;if((k[m+(j<<2)>>2]|0)>>>0>(k[m+(f<<2)>>2]|0)>>>0){k[h>>2]=f;k[e>>2]=j;c=d}c=c+1|0}ij(o,n);ZA(E);c=k[q>>2]|0;k[q>>2]=n;if(c|0){ZA(c);dO(c)}s=s+1|0}while(1){if(c>>>0>=v>>>0)break;o=g+(c+u<<2)|0;s=t+(c<<2)|0;q=k[o>>2]|0;k[o>>2]=k[s>>2];k[s>>2]=q;c=c+1|0}g=k[C>>2]|0;e=k[G>>2]|0;c=u+v|0;while(1){if(c>>>0>=w>>>0)break;v=g+(c<<2)|0;u=Jk(e)|0;d=k[v>>2]|0;k[v>>2]=u;if(d|0){ZA(d);dO(d)}c=c+1|0}c=k[D>>2]|0;pw(g,c);Qr(F);d=k[g>>2]|0;I=x;x=+p[d+16>>3];if(x==I){c=34;break}}if((c|0)==17)Ka(30161,29310,606,30171);else if((c|0)==34){Vd(a,d,b);Qr(G+4|0);break}}else af(a,b);while(0);r=H;return}function fd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=NI(b,45748)|0;Kb[k[(k[a>>2]|0)+44>>2]&1023](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Kb[k[(k[a>>2]|0)+32>>2]&1023](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}kj(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);Kb[k[(k[a>>2]|0)+28>>2]&1023](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}kj(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);b=Mb[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=Mb[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;Kb[k[(k[a>>2]|0)+20>>2]&1023](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}kj(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}kj(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);b=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=NI(b,45740)|0;Kb[k[(k[a>>2]|0)+44>>2]&1023](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Kb[k[(k[a>>2]|0)+32>>2]&1023](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}kj(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);Kb[k[(k[a>>2]|0)+28>>2]&1023](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}kj(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);b=Mb[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=Mb[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;Kb[k[(k[a>>2]|0)+20>>2]&1023](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}kj(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}kj(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);b=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function gd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0;C=r;r=r+16|0;v=C+12|0;u=C+8|0;x=C+4|0;y=C;w=eG(d)|0;A=NI(w,44028)|0;cE(w);k[e>>2]=0;w=A+8|0;m=0;a:while(1){p=(g|0)!=(h|0);while(1){if(!(p&(m|0)==0))break a;m=b;if(b)if((k[b+12>>2]|0)==(k[b+16>>2]|0)){t=(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;q=t?0:b;b=t?0:b;m=t?0:m}else q=b;else{q=0;b=0}o=(b|0)==0;n=c;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){n=0;B=11;break}if(!o){B=12;break a}}else B=11;while(0);if((B|0)==11){B=0;if(o){b=0;c=0;B=12;break a}else c=0}if((Eb[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0)<<24>>24==37){B=14;break}m=i[g>>0]|0;if(m<<24>>24>-1?(z=k[w>>2]|0,j[z+(m<<24>>24<<1)>>1]&8192):0){B=23;break}n=b+12|0;m=k[n>>2]|0;o=b+16|0;if((m|0)==(k[o>>2]|0))m=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else m=l[m>>0]|0;t=Sb[k[(k[A>>2]|0)+12>>2]&31](A,m&255)|0;if(t<<24>>24==(Sb[k[(k[A>>2]|0)+12>>2]&31](A,i[g>>0]|0)|0)<<24>>24){B=48;break}k[e>>2]=4;b=q;m=4}b:do if((B|0)==14){B=0;p=g+1|0;if((p|0)==(h|0)){B=15;break a}o=Eb[k[(k[A>>2]|0)+36>>2]&31](A,i[p>>0]|0,0)|0;switch(o<<24>>24){case 48:case 69:{g=g+2|0;if((g|0)==(h|0)){B=20;break a}q=o;b=Eb[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0;g=p;break}default:{q=0;b=o}}t=k[(k[a>>2]|0)+36>>2]|0;k[x>>2]=m;k[y>>2]=n;k[u>>2]=k[x>>2];k[v>>2]=k[y>>2];g=g+2|0;b=Pb[t&15](a,u,v,d,e,f,b,q)|0}else if((B|0)==23){while(1){B=0;g=g+1|0;if((g|0)==(h|0)){g=h;break}m=i[g>>0]|0;if(m<<24>>24<=-1)break;if(!(j[z+(m<<24>>24<<1)>>1]&8192))break;else B=23}n=b;m=c;b=q;p=c;o=c;while(1){if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){t=(Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;b=t?0:b;t=t?0:n}else t=n;else t=0;n=(t|0)==0;do if(o){if((k[o+12>>2]|0)!=(k[o+16>>2]|0))if(n){s=m;c=p;q=o;break}else{c=p;break b}if((Mb[k[(k[o>>2]|0)+36>>2]&127](o)|0)!=-1)if(n^(m|0)==0){s=m;c=p;q=m}else{c=p;break b}else{m=0;c=0;B=34}}else{c=p;B=34}while(0);if((B|0)==34){B=0;if(n)break b;else{s=m;q=0}}n=t+12|0;m=k[n>>2]|0;o=t+16|0;if((m|0)==(k[o>>2]|0))m=Mb[k[(k[t>>2]|0)+36>>2]&127](t)|0;else m=l[m>>0]|0;if((m&255)<<24>>24<=-1)break b;if(!(j[(k[w>>2]|0)+(m<<24>>24<<1)>>1]&8192))break b;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0)){Mb[k[(k[t>>2]|0)+40>>2]&127](t)|0;n=t;m=s;p=c;o=q;continue}else{k[n>>2]=m+1;n=t;m=s;p=c;o=q;continue}}}else if((B|0)==48){B=0;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0))Mb[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[n>>2]=m+1;g=g+1|0;b=q}while(0);m=k[e>>2]|0}if((B|0)==12)k[e>>2]=4;else if((B|0)==15)k[e>>2]=4;else if((B|0)==20)k[e>>2]=4;if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)){A=(Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;b=A?0:b}}else b=0;g=(b|0)==0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){B=61;break}if(!g)B=62}else B=61;while(0);if((B|0)==61?g:0)B=62;if((B|0)==62)k[e>>2]=k[e>>2]|2;r=C;return b|0}function hd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=NI(b,45764)|0;Kb[k[(k[a>>2]|0)+44>>2]&1023](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Kb[k[(k[a>>2]|0)+32>>2]&1023](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}hi(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}CJ(m);Kb[k[(k[a>>2]|0)+28>>2]&1023](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}hi(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}CJ(m);b=Mb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=Mb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;Kb[k[(k[a>>2]|0)+20>>2]&1023](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}kj(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}hi(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}CJ(m);b=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=NI(b,45756)|0;Kb[k[(k[a>>2]|0)+44>>2]&1023](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;Kb[k[(k[a>>2]|0)+32>>2]&1023](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}hi(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}CJ(m);Kb[k[(k[a>>2]|0)+28>>2]&1023](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}hi(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}CJ(m);b=Mb[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=Mb[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;Kb[k[(k[a>>2]|0)+20>>2]&1023](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}kj(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}NJ(m);Kb[k[(k[a>>2]|0)+24>>2]&1023](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}hi(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}CJ(m);b=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function id(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+16|0;s=x+12|0;q=x+8|0;t=x+4|0;u=x;i=eG(d)|0;v=NI(i,44060)|0;cE(i);k[e>>2]=0;i=0;a:while(1){m=(g|0)!=(h|0);while(1){if(!(m&(i|0)==0)){i=c;break a}j=b;if(!b){o=0;b=0;l=1;n=j}else{i=k[b+12>>2]|0;if((i|0)==(k[b+16>>2]|0))i=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;n=(i|0)==-1;o=n?0:b;b=n?0:b;l=n;n=n?0:j}i=c;if(c){j=k[c+12>>2]|0;if((j|0)==(k[c+16>>2]|0))j=Mb[k[(k[c>>2]|0)+36>>2]&127](c)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l){w=16;break a}}else{i=0;w=14}}else w=14;if((w|0)==14){w=0;if(l){c=0;w=16;break a}else c=0}if((Eb[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0)<<24>>24==37){w=18;break}if(Eb[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0){w=26;break}j=b+12|0;i=k[j>>2]|0;l=b+16|0;if((i|0)==(k[l>>2]|0))i=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;p=Sb[k[(k[v>>2]|0)+28>>2]&31](v,i)|0;if((p|0)==(Sb[k[(k[v>>2]|0)+28>>2]&31](v,k[g>>2]|0)|0)){w=52;break}k[e>>2]=4;b=o;i=4}b:do if((w|0)==18){w=0;l=g+4|0;if((l|0)==(h|0)){w=19;break a}j=Eb[k[(k[v>>2]|0)+52>>2]&31](v,k[l>>2]|0,0)|0;switch(j<<24>>24){case 48:case 69:{g=g+8|0;if((g|0)==(h|0)){w=24;break a}m=j;b=Eb[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0;g=l;break}default:{m=0;b=j}}p=k[(k[a>>2]|0)+36>>2]|0;k[t>>2]=n;k[u>>2]=i;k[q>>2]=k[t>>2];k[s>>2]=k[u>>2];g=g+8|0;b=Pb[p&15](a,q,s,d,e,f,b,m)|0}else if((w|0)==26){while(1){w=0;g=g+4|0;if((g|0)==(h|0)){g=h;break}if(Eb[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0)w=26;else break}m=b;i=c;b=o;p=c;l=c;while(1){if(!m){j=1;m=0}else{c=k[m+12>>2]|0;if((c|0)==(k[m+16>>2]|0))c=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else c=k[c>>2]|0;o=(c|0)==-1;b=o?0:b;j=o;m=o?0:m}if(l){c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=Mb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if((c|0)!=-1)if(j^(i|0)==0){n=i;c=p;o=i}else{c=p;break b}else{i=0;c=0;w=39}}else{c=p;w=39}if((w|0)==39){w=0;if(j)break b;else{n=i;o=0}}j=m+12|0;i=k[j>>2]|0;l=m+16|0;if((i|0)==(k[l>>2]|0))i=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else i=k[i>>2]|0;if(!(Eb[k[(k[v>>2]|0)+12>>2]&31](v,8192,i)|0))break b;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0)){Mb[k[(k[m>>2]|0)+40>>2]&127](m)|0;i=n;p=c;l=o;continue}else{k[j>>2]=i+4;i=n;p=c;l=o;continue}}}else if((w|0)==52){w=0;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0))Mb[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[j>>2]=i+4;g=g+4|0;b=o}while(0);i=k[e>>2]|0}if((w|0)==16){k[e>>2]=4;i=c}else if((w|0)==19){k[e>>2]=4;i=c}else if((w|0)==24){k[e>>2]=4;i=c}if(!b){b=0;g=1}else{c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;g=(c|0)==-1;b=g?0:b}if(i){c=k[i+12>>2]|0;if((c|0)==(k[i+16>>2]|0))c=Mb[k[(k[i>>2]|0)+36>>2]&127](i)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)w=70}else w=68}else w=68;if((w|0)==68?g:0)w=70;if((w|0)==70)k[e>>2]=k[e>>2]|2;r=x;return b|0}function jd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+96|0;l=o+64|0;e=o+60|0;m=o+24|0;j=o+48|0;n=o+12|0;h=o;a:do if((b-a|0)>2?(i[a>>0]|0)==102:0){switch(i[a+1>>0]|0){case 112:{d=Ws(a+2|0,b,e)|0;f=Rr(d,b)|0;if((f|0)!=(b|0)?(i[f>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=f-d|0;if(b>>>0>4294967279)rM();if(b>>>0<11){i[n+11>>0]=b;e=n}else{h=b+16&-16;e=ac(h)|0;k[n>>2]=e;k[n+8>>2]=h|-2147483648;k[n+4>>2]=b}a=d;d=e;while(1){if((a|0)==(f|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=eC(n,0,40466)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}ps(m,j);a=c+4|0;d=k[a>>2]|0;h=k[c+8>>2]|0;b=h;do if(d>>>0>=h>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)wM();else{g=(b-e|0)/24|0;h=g<<1;fu(l,g>>>0<89478485?(h>>>0<d>>>0?d:h):178956970,a,c+12|0);h=l+8|0;g=k[h>>2]|0;is(g,m);k[h>>2]=g+24;In(c,l);jt(l);break}}else{is(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);CC(m);kI(j);kI(n);a=f+1|0}break a}case 76:break;default:break a}d=Rr(a+2|0,b)|0;if((((d|0)!=(b|0)?(i[d>>0]|0)==112:0)?(f=Ws(d+1|0,b,e)|0,g=Rr(f,b)|0,(g|0)!=(b|0)):0)?(i[g>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=g-f|0;if(b>>>0>4294967279)rM();if(b>>>0<11){i[n+11>>0]=b;e=n}else{j=b+16&-16;e=ac(j)|0;k[n>>2]=e;k[n+8>>2]=j|-2147483648;k[n+4>>2]=b}a=f;d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=eC(n,0,40466)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}ps(m,h);a=c+4|0;d=k[a>>2]|0;j=k[c+8>>2]|0;b=j;do if(d>>>0>=j>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)wM();else{f=(b-e|0)/24|0;j=f<<1;fu(l,f>>>0<89478485?(j>>>0<d>>>0?d:j):178956970,a,c+12|0);j=l+8|0;f=k[j>>2]|0;is(f,m);k[j>>2]=f+24;In(c,l);jt(l);break}}else{is(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);CC(m);kI(h);kI(n);a=g+1|0}}while(0);r=o;return a|0}function kd(a,b){a=a|0;b=b|0;_z(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{IF(k[a>>2]|0,24083)|0;break}case 2:{IF(k[a>>2]|0,24091)|0;break}case 4:{IF(k[a>>2]|0,24099)|0;break}case 20:{IF(k[a>>2]|0,24110)|0;break}case 1:{IF(k[a>>2]|0,24118)|0;break}case 3:{IF(k[a>>2]|0,24126)|0;break}case 5:{IF(k[a>>2]|0,24134)|0;break}case 21:{IF(k[a>>2]|0,24145)|0;break}case 6:{IF(k[a>>2]|0,24153)|0;break}case 8:{IF(k[a>>2]|0,24161)|0;break}case 10:{IF(k[a>>2]|0,24169)|0;break}case 12:{IF(k[a>>2]|0,24178)|0;break}case 14:{IF(k[a>>2]|0,24188)|0;break}case 16:{IF(k[a>>2]|0,24198)|0;break}case 18:{IF(k[a>>2]|0,24210)|0;break}case 7:{IF(k[a>>2]|0,24219)|0;break}case 9:{IF(k[a>>2]|0,24227)|0;break}case 11:{IF(k[a>>2]|0,24235)|0;break}case 13:{IF(k[a>>2]|0,24244)|0;break}case 15:{IF(k[a>>2]|0,24254)|0;break}case 17:{IF(k[a>>2]|0,24264)|0;break}case 19:{IF(k[a>>2]|0,24276)|0;break}case 22:{IF(k[a>>2]|0,24285)|0;break}case 23:{IF(k[a>>2]|0,24302)|0;break}case 24:{IF(k[a>>2]|0,24319)|0;break}case 25:{IF(k[a>>2]|0,24332)|0;break}case 26:{IF(k[a>>2]|0,24348)|0;break}case 27:{IF(k[a>>2]|0,24364)|0;break}case 28:{IF(k[a>>2]|0,24380)|0;break}case 29:{IF(k[a>>2]|0,24396)|0;break}case 30:{IF(k[a>>2]|0,24412)|0;break}case 31:{IF(k[a>>2]|0,24428)|0;break}case 32:{IF(k[a>>2]|0,24444)|0;break}case 33:{IF(k[a>>2]|0,24460)|0;break}case 34:{IF(k[a>>2]|0,24480)|0;break}case 37:{IF(k[a>>2]|0,24500)|0;break}case 38:{IF(k[a>>2]|0,24518)|0;break}case 35:{IF(k[a>>2]|0,24536)|0;break}case 36:{IF(k[a>>2]|0,24554)|0;break}case 41:{IF(k[a>>2]|0,24572)|0;break}case 42:{IF(k[a>>2]|0,24590)|0;break}case 39:{IF(k[a>>2]|0,24608)|0;break}case 40:{IF(k[a>>2]|0,24626)|0;break}case 43:{IF(k[a>>2]|0,24644)|0;break}case 44:{IF(k[a>>2]|0,24660)|0;break}case 45:{IF(k[a>>2]|0,24675)|0;break}case 46:{IF(k[a>>2]|0,24695)|0;break}default:Ha()}while(0);KD(a);Go(a,k[b+12>>2]|0);jy(a);return}function ld(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=eG(d)|0;l=NI(q,44060)|0;cE(q);do switch(g<<24>>24|0){case 65:case 97:{ss(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{gs(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=Mb[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{jv(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11180,11212)|0;k[b>>2]=p;p=26;break}case 70:{p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11212,11244)|0;k[b>>2]=p;p=26;break}case 72:{Bv(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{bv(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{kv(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{ov(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{wv(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{Lf(b,k[c>>2]|0,e,l);p=26;break}case 112:{Jl(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11244,11288)|0;k[b>>2]=p;p=26;break}case 82:{p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11288,11308)|0;k[b>>2]=p;p=26;break}case 83:{vv(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,11308,11340)|0;k[b>>2]=p;p=26;break}case 119:{uv(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=Lb[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=Mb[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=id(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 121:{uu(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{cx(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{jf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function md(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0;R=r;r=r+96|0;M=R+64|0;N=R+36|0;O=R+24|0;P=R+12|0;Q=R;K=a+16|0;L=c+36|0;h=c+40|0;j=N+4|0;l=c+112|0;m=N+8|0;n=N+12|0;o=N+16|0;p=N+24|0;q=O+4|0;s=O+8|0;t=O+4|0;u=P+4|0;v=P+8|0;w=P+4|0;x=Q+4|0;y=Q+8|0;z=Q+4|0;A=M+4|0;B=M+8|0;C=M+12|0;D=M+16|0;E=M+24|0;F=c+72|0;G=c+76|0;H=c+108|0;I=c+24|0;J=c+28|0;while(1){Aw(K);a=k[h>>2]|0;b=k[L>>2]|0;while(1){if((b|0)==(a|0))break;k[M>>2]=k[b>>2];g=dt(K,M)|0;k[g>>2]=0;b=b+4|0}k[N>>2]=c;k[j>>2]=l;k[m>>2]=0;k[n>>2]=0;k[o>>2]=0;i[p>>0]=0;rq(N,K);Cd(N);k[q>>2]=0;k[s>>2]=0;k[O>>2]=t;a=k[h>>2]|0;b=k[L>>2]|0;while(1){if((b|0)==(a|0))break;k[M>>2]=k[b>>2];d=Xr(O,dt(K,M)|0)|0;e=k[b>>2]|0;k[P>>2]=e;f=d+4|0;g=k[f>>2]|0;if(g>>>0<(k[d+8>>2]|0)>>>0){k[g>>2]=e;k[f>>2]=(k[f>>2]|0)+4}else yn(d,P);b=b+4|0}k[u>>2]=0;k[v>>2]=0;k[P>>2]=w;k[x>>2]=0;k[y>>2]=0;k[Q>>2]=z;d=k[O>>2]|0;while(1){if((d|0)==(t|0))break;f=k[d+24>>2]|0;g=k[d+20>>2]|0;b=g;e=f;a:do if((f-g|0)!=4){f=k[b>>2]|0;while(1){if((b|0)==(e|0))break a;a=k[b>>2]|0;if((a|0)!=(f|0)?Zl(a,f)|0:0){g=Fs(P,a)|0;k[g>>2]=k[f>>2];Bo(M,Q,a,a)}b=b+4|0}}while(0);d=nx(d)|0}if(!(k[v>>2]|0))break;d=Wk(k[L>>2]|0,k[h>>2]|0,Q)|0;pn(L,d,k[h>>2]|0);vt(c);k[M>>2]=c;k[A>>2]=l;k[B>>2]=0;k[C>>2]=0;k[D>>2]=0;i[E>>0]=0;Xp(M,P);Cd(M);d=k[G>>2]|0;a=k[F>>2]|0;while(1){if((a|0)==(d|0))break;e=k[a+8>>2]|0;b=k[a+4>>2]|0;while(1){if((b|0)==(e|0))break;f=nu(P,b)|0;if((f|0)!=(w|0))k[b>>2]=k[f+20>>2];b=b+4|0}a=a+16|0}if(k[H>>2]|0?(S=nu(P,H)|0,(S|0)!=(w|0)):0)k[H>>2]=k[S+20>>2];a=k[J>>2]|0;b=k[I>>2]|0;while(1){if((b|0)==(a|0))break;d=(k[b>>2]|0)+4|0;e=nu(P,d)|0;if((e|0)!=(w|0))k[d>>2]=k[e+20>>2];b=b+4|0}Dx(M);CG(Q);IA(P);Cy(O);Dx(N)}CG(Q);IA(P);Cy(O);Dx(N);r=R;return}function nd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=eG(d)|0;l=NI(q,44028)|0;cE(q);do switch(g<<24>>24|0){case 65:case 97:{ts(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{hs(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=Mb[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{lv(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,36136,36144)|0;k[b>>2]=p;p=26;break}case 70:{p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,36144,36152)|0;k[b>>2]=p;p=26;break}case 72:{Cv(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{cv(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{mv(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{pv(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{zv(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{Sf(b,k[c>>2]|0,e,l);p=26;break}case 112:{Kl(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,36152,36163)|0;k[b>>2]=p;p=26;break}case 82:{p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,36163,36168)|0;k[b>>2]=p;p=26;break}case 83:{yv(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,36168,36176)|0;k[b>>2]=p;p=26;break}case 119:{xv(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=Lb[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=Mb[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=gd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 121:{vu(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{dx(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{Bf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function od(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;m=c+4|0;a:while(1){j=b;l=b+-4|0;while(1){b:while(1){i=a;d=j-i|0;e=d>>2;switch(e|0){case 1:case 0:break a;case 2:{n=5;break a}case 3:{n=7;break a}case 4:{n=8;break a}case 5:{n=9;break a}default:{}}if((d|0)<124){n=11;break a}g=a+(((e|0)/2|0)<<2)|0;if((d|0)>3996){d=(e|0)/4|0;d=ti(a,a+(d<<2)|0,g,g+(d<<2)|0,l,c)|0}else d=Bi(a,g,l,c)|0;if(ai(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[g>>2]|0)|0){e=l;break}else e=l;while(1){e=e+-4|0;if((a|0)==(e|0))break;if(ai(k[c>>2]|0,k[m>>2]|0,k[e>>2]|0,k[g>>2]|0)|0){n=29;break b}}d=a+4|0;if(!(ai(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[l>>2]|0)|0)){while(1){if((d|0)==(l|0))break a;if(ai(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[d>>2]|0)|0)break;d=d+4|0}i=k[d>>2]|0;k[d>>2]=k[l>>2];k[l>>2]=i;d=d+4|0}if((d|0)==(l|0))break a;else e=l;while(1){while(1){f=d+4|0;if(ai(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[d>>2]|0)|0)break;else d=f}do e=e+-4|0;while(ai(k[c>>2]|0,k[m>>2]|0,k[a>>2]|0,k[e>>2]|0)|0);if(d>>>0>=e>>>0){a=d;continue b}i=k[d>>2]|0;k[d>>2]=k[e>>2];k[e>>2]=i;d=f}}if((n|0)==29){n=0;h=k[a>>2]|0;k[a>>2]=k[e>>2];k[e>>2]=h;d=d+1|0}f=a+4|0;c:do if(f>>>0<e>>>0){h=g;while(1){while(1){g=f+4|0;if(ai(k[c>>2]|0,k[m>>2]|0,k[f>>2]|0,k[h>>2]|0)|0)f=g;else break}do e=e+-4|0;while(!(ai(k[c>>2]|0,k[m>>2]|0,k[e>>2]|0,k[h>>2]|0)|0));if(f>>>0>e>>>0){e=h;break c}o=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=o;h=(h|0)==(f|0)?e:h;f=g;d=d+1|0}}else e=g;while(0);if((f|0)!=(e|0)?ai(k[c>>2]|0,k[m>>2]|0,k[e>>2]|0,k[f>>2]|0)|0:0){o=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=o;d=d+1|0}if(!d){d=eg(a,f,c)|0;e=f+4|0;if(eg(e,b,c)|0){n=45;break}if(d){a=e;continue}}o=f;if((o-i|0)>=(j-o|0)){n=44;break}od(a,f,c);a=f+4|0}if((n|0)==44){n=0;od(f+4|0,b,c);b=f;continue}else if((n|0)==45){n=0;if(d)break;else{b=f;continue}}}if((n|0)==5){if(ai(k[c>>2]|0,k[m>>2]|0,k[l>>2]|0,k[a>>2]|0)|0){o=k[a>>2]|0;k[a>>2]=k[l>>2];k[l>>2]=o}}else if((n|0)==7)Bi(a,a+4|0,l,c)|0;else if((n|0)==8)qk(a,a+4|0,a+8|0,l,c)|0;else if((n|0)==9)ti(a,a+4|0,a+8|0,a+12|0,l,c)|0;else if((n|0)==11)Ol(a,b,c);return}function pd(){var a=0,b=0,c=0,d=0,e=0;d=r;r=r+16|0;c=d+4|0;b=d;i[c>>0]=0;k[b>>2]=0;a=k[10489]|0;if(a>>>0<(k[10490]|0)>>>0){Te(a,40274);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(40274,c,b);a=k[10489]|0}i[c>>0]=1;k[b>>2]=1;if(a>>>0<(k[10490]|0)>>>0){Te(a,30795);i[a+32>>0]=1;k[a+36>>2]=1;a=(k[10489]|0)+40|0;k[10489]=a}else{ll(c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,30803);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(30803,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,30809);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(30809,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,30813);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(30813,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,30823);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(30823,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,30833);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(30833,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,39080);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(39080,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,40281);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(40281,c,b);a=k[10489]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,40346);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(40346,c,b);a=k[10489]|0}i[c>>0]=1;k[b>>2]=3;if(a>>>0<(k[10490]|0)>>>0){Te(a,30839);i[a+32>>0]=1;k[a+36>>2]=3;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(30839,c,b);a=k[10489]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,40207);i[a+32>>0]=1;k[a+36>>2]=0;a=(k[10489]|0)+40|0;k[10489]=a}else{cl(40207,c,b);a=k[10489]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[10490]|0)>>>0){Te(a,40234);i[a+32>>0]=1;k[a+36>>2]=0;k[10489]=(k[10489]|0)+40}else cl(40234,c,b);Mo();b=0;while(1){a=k[10488]|0;if(b>>>0>=(((k[10489]|0)-a|0)/40|0)>>>0)break;a=a+(b*40|0)+8|0;while(1){a=k[a>>2]|0;if(!a)break;k[c>>2]=k[a+8>>2];e=Yf((k[10491]|0)+((k[(k[10488]|0)+(b*40|0)+36>>2]|0)*20|0)|0,c)|0;k[e>>2]=b}b=b+1|0}r=d;return}function qd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+96|0;p=s+84|0;q=s+72|0;l=s+60|0;m=s+48|0;n=s+36|0;o=s+24|0;g=s+12|0;h=s;e=Vb(a,b,d)|0;a:do if((e|0)!=(a|0)){j=Vb(e,b,d)|0;f=d+4|0;if((j|0)==(e|0)){e=k[f>>2]|0;b=e+-24|0;while(1){if((e|0)==(b|0))break a;q=e+-24|0;k[f>>2]=q;CC(q);e=k[f>>2]|0}}b=k[f>>2]|0;if(((b-(k[d>>2]|0)|0)/24|0)>>>0>=2){Sr(p,b+-24|0);a=k[f>>2]|0;b=a+-24|0;e=a;while(1){if((e|0)==(b|0))break;d=e+-24|0;k[f>>2]=d;CC(d);e=k[f>>2]|0}Sr(q,a+-48|0);a=k[f>>2]|0;f=a+-24|0;b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[a+-20>>2]=0}else{i[f>>0]=0;i[b>>0]=0}e=c+11|0;b=i[e>>0]|0;a=b<<24>>24<0;d=c+4|0;if(((a?k[d>>2]|0:b&255)|0)==1?(tI(a?k[c>>2]|0:c,39094,1)|0)==0:0)Kn(f,40);Fo(h,39030,q);b=PC(h,40324)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[e>>0]|0;a=b<<24>>24<0;b=tn(g,a?k[c>>2]|0:c,a?k[d>>2]|0:b&255)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=PC(o,38932)|0;k[n>>2]=k[b>>2];k[n+4>>2]=k[b+4>>2];k[n+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[p+11>>0]|0;a=b<<24>>24<0;b=tn(n,a?k[p>>2]|0:p,a?k[p+4>>2]|0:b&255)|0;k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=PC(m,38935)|0;k[l>>2]=k[b>>2];k[l+4>>2]=k[b+4>>2];k[l+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}a=i[l+11>>0]|0;b=a<<24>>24<0;tn(f,b?k[l>>2]|0:l,b?k[l+4>>2]|0:a&255)|0;kI(l);kI(m);kI(n);kI(o);kI(g);kI(h);o=i[e>>0]|0;a=o<<24>>24<0;if(((a?k[d>>2]|0:o&255)|0)==1?(tI(a?k[c>>2]|0:c,39094,1)|0)==0:0)Kn(f,41);kI(q);kI(p);a=j}}while(0);r=s;return a|0}function rd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+96|0;q=y;s=y+84|0;t=y+72|0;u=y+40|0;v=y+28|0;w=y+16|0;x=y+12|0;l=nI(b)|0;k[s>>2]=0;p=s+4|0;k[p>>2]=0;k[s+8>>2]=0;c=s+8|0;d=0;while(1){k[q>>2]=d;if(d>>>0>=l>>>0)break;e=k[p>>2]|0;if((e|0)==(k[c>>2]|0))yn(s,q);else{k[e>>2]=d;k[p>>2]=e+4}d=d+1|0}o=k[s>>2]|0;n=k[p>>2]|0;k[q>>2]=a;k[q+4>>2]=b;k[q+8>>2]=s;od(o,n,q);n=b+8|0;o=b+12|0;d=(k[o>>2]|0)-(k[n>>2]|0)>>2;e=k[s>>2]|0;c=0;while(1){if(c>>>0>=d>>>0){f=0;break}if((k[e+(c<<2)>>2]|0)>>>0<d>>>0)c=c+1|0;else{m=10;break}}if((m|0)==10)Ka(27935,27969,59,27998);while(1){if((f|0)==(d|0))break;k[e+(f<<2)>>2]=f;f=f+1|0}i=b+20|0;Ku(q,i);c=k[i>>2]|0;j=b+24|0;d=k[j>>2]|0;while(1){if((d|0)==(c|0))break;h=d+-4|0;k[j>>2]=h;d=h}f=a+40|0;g=b+28|0;h=k[q>>2]|0;e=(k[o>>2]|0)-(k[n>>2]|0)>>2;while(1){c=k[s>>2]|0;if(e>>>0>=(k[p>>2]|0)-c>>2>>>0)break;k[t>>2]=k[c+(e<<2)>>2];d=dt(f,t)|0;if(!(k[d>>2]|0)){m=22;break}c=h+((k[t>>2]|0)-((k[o>>2]|0)-(k[n>>2]|0)>>2)<<2)|0;d=k[j>>2]|0;if((d|0)==(k[g>>2]|0))yn(i,c);else{k[d>>2]=k[c>>2];k[j>>2]=d+4}e=e+1|0}if((m|0)==22)At(s,e);Gx(a+40|0);k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;At(t,l);d=k[s>>2]|0;e=(k[p>>2]|0)-d>>2;f=k[t>>2]|0;c=0;while(1){if((c|0)==(e|0))break;if((k[o>>2]|0)-(k[n>>2]|0)>>2>>>0>c>>>0)k[f+(c<<2)>>2]=c;else k[f+(k[d+(c<<2)>>2]<<2)>>2]=c;c=c+1|0}k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=0;k[u+16>>2]=0;k[u+20>>2]=0;k[u+24>>2]=b;k[u+28>>2]=t;cm(u,b+36|0);g=b+40|0;Ku(v,g);h=b+52|0;k[w+4>>2]=0;k[w+8>>2]=0;e=w+4|0;k[w>>2]=e;d=k[h>>2]|0;f=b+56|0;c=d;while(1){if((c|0)==(f|0))break;o=c+16|0;bm(w,e,o,o);o=nx(d)|0;c=o;d=o}e=k[g>>2]|0;c=b+44|0;d=k[c>>2]|0;while(1){if((d|0)==(e|0))break;b=d+-4|0;k[c>>2]=b;d=b}At(g,(k[p>>2]|0)-(k[s>>2]|0)>>2);Nw(h);f=v+4|0;e=0;while(1){c=k[s>>2]|0;if(e>>>0>=(k[p>>2]|0)-c>>2>>>0)break;c=k[c+(e<<2)>>2]|0;d=k[v>>2]|0;if(c>>>0<(k[f>>2]|0)-d>>2>>>0){b=k[d+(c<<2)>>2]|0;k[x>>2]=b;k[(k[g>>2]|0)+(e<<2)>>2]=b;b=Fs(h,x)|0;k[b>>2]=e}e=e+1|0}TA(w);ZA(v);Zz(u+4|0);ZA(t);ZA(q);ZA(s);r=y;return}function sd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+8>>0]|0){e=IF(43324,16010)|0;f=eG(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(c);_m(e,f);lq(e)}Lg(a,b+12|0);do switch(k[b+8>>2]|0){case 0:{pj(k[a+4>>2]|0,87)|0;break}case 2:{pj(k[a+4>>2]|0,88)|0;break}case 4:{pj(k[a+4>>2]|0,89)|0;break}case 20:{pj(k[a+4>>2]|0,90)|0;break}case 1:{pj(k[a+4>>2]|0,114)|0;break}case 3:{pj(k[a+4>>2]|0,115)|0;break}case 5:{pj(k[a+4>>2]|0,116)|0;break}case 21:{pj(k[a+4>>2]|0,-70)|0;break}case 6:{pj(k[a+4>>2]|0,124)|0;break}case 8:{pj(k[a+4>>2]|0,123)|0;break}case 10:{pj(k[a+4>>2]|0,126)|0;break}case 12:{pj(k[a+4>>2]|0,127)|0;break}case 14:{pj(k[a+4>>2]|0,-128)|0;break}case 16:{pj(k[a+4>>2]|0,-127)|0;break}case 18:{pj(k[a+4>>2]|0,-126)|0;break}case 7:{pj(k[a+4>>2]|0,-112)|0;break}case 9:{pj(k[a+4>>2]|0,-113)|0;break}case 11:{pj(k[a+4>>2]|0,-110)|0;break}case 13:{pj(k[a+4>>2]|0,-109)|0;break}case 15:{pj(k[a+4>>2]|0,-108)|0;break}case 17:{pj(k[a+4>>2]|0,-107)|0;break}case 19:{pj(k[a+4>>2]|0,-106)|0;break}case 22:{pj(k[a+4>>2]|0,-90)|0;break}case 23:{pj(k[a+4>>2]|0,-89)|0;break}case 24:{pj(k[a+4>>2]|0,-95)|0;break}case 27:{pj(k[a+4>>2]|0,-97)|0;break}case 28:{pj(k[a+4>>2]|0,-92)|0;break}case 25:{pj(k[a+4>>2]|0,-99)|0;break}case 26:{pj(k[a+4>>2]|0,-94)|0;break}case 31:{pj(k[a+4>>2]|0,-96)|0;break}case 32:{pj(k[a+4>>2]|0,-91)|0;break}case 29:{pj(k[a+4>>2]|0,-98)|0;break}case 30:{pj(k[a+4>>2]|0,-93)|0;break}case 37:{pj(k[a+4>>2]|0,-87)|0;break}case 38:{pj(k[a+4>>2]|0,-81)|0;break}case 35:{pj(k[a+4>>2]|0,-88)|0;break}case 36:{pj(k[a+4>>2]|0,-82)|0;break}case 41:{pj(k[a+4>>2]|0,-85)|0;break}case 42:{pj(k[a+4>>2]|0,-79)|0;break}case 39:{pj(k[a+4>>2]|0,-86)|0;break}case 40:{pj(k[a+4>>2]|0,-80)|0;break}case 44:{pj(k[a+4>>2]|0,-84)|0;break}case 43:{pj(k[a+4>>2]|0,-78)|0;break}case 33:{pj(k[a+4>>2]|0,-76)|0;break}case 34:{pj(k[a+4>>2]|0,-75)|0;break}case 45:{pj(k[a+4>>2]|0,-83)|0;break}case 46:{pj(k[a+4>>2]|0,-77)|0;break}default:Ha()}while(0);r=d;return}function td(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+80|0;n=s+52|0;j=s+16|0;l=s+40|0;m=s;q=Rr(a,b)|0;if(!((q|0)==(a|0)|(q|0)==(b|0))?(i[q>>0]|0)==69:0){o=c+11|0;h=i[o>>0]|0;p=c+4|0;do if((h<<24>>24<0?k[p>>2]|0:h&255)>>>0>3){Fo(m,39030,c);e=PC(m,38935)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}ps(j,l);e=d+4|0;b=k[e>>2]|0;h=k[d+8>>2]|0;g=h;do if(b>>>0>=h>>>0){h=k[d>>2]|0;b=(b-h|0)/24|0;f=b+1|0;if(f>>>0>178956970)wM();else{g=(g-h|0)/24|0;h=g<<1;fu(n,g>>>0<89478485?(h>>>0<f>>>0?f:h):178956970,b,d+12|0);h=n+8|0;g=k[h>>2]|0;is(g,j);k[h>>2]=g+24;In(d,n);jt(n);break}}else{is(b,j);k[e>>2]=(k[e>>2]|0)+24}while(0);CC(j);kI(l);kI(m)}else{h=d+4|0;e=k[h>>2]|0;m=k[d+8>>2]|0;f=m;if(e>>>0<m>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[e+16>>2]=0;k[e+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}e=e+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[h>>2]=(k[h>>2]|0)+24;e=h;break}g=k[d>>2]|0;b=(e-g|0)/24|0;e=b+1|0;if(e>>>0>178956970)wM();g=(f-g|0)/24|0;f=g<<1;fu(n,g>>>0<89478485?(f>>>0<e>>>0?e:f):178956970,b,d+12|0);f=n+8|0;g=k[f>>2]|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[g+(b<<2)>>2]=0;b=b+1|0}e=g+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[f>>2]=g+24;In(d,n);jt(n);e=h}while(0);if((i[a>>0]|0)==110){Kn((k[e>>2]|0)+-24|0,45);a=a+1|0}Rj((k[e>>2]|0)+-24|0,a,q);a=i[o>>0]|0;b=a<<24>>24<0;a=b?k[p>>2]|0:a&255;if(a>>>0<4)tn((k[e>>2]|0)+-24|0,b?k[c>>2]|0:c,a)|0;a=q+1|0}r=s;return a|0}function ud(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Ka(27586,32063,72,27591);do switch(k[c>>2]|0){case 1:{kf(a,b,c);break}case 2:{vh(a,b,c);break}case 3:{Nq(a,b,c);break}case 4:{bh(a,b,c);break}case 5:{xg(a,b,c);break}case 6:{jj(a,b,c);break}case 7:{_h(a,b,c);break}case 8:{Rg(a,b,c);break}case 9:{c=(k[k[b+8>>2]>>2]|0)+(k[c+8>>2]<<4)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 10:{zh(a,b,c);break}case 11:{Mq(a,k[b+4>>2]|0,c);break}case 12:{Cj(a,b,c);break}case 13:{$h(a,b,c);break}case 14:{og(a,b,c);break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 16:{mc(a,b,c);break}case 17:{bc(a,b,c);break}case 18:{hg(a,b,c);break}case 19:{Um(a,b,k[c+8>>2]|0);break}case 20:{Nm(a,b,k[c+8>>2]|0);break}case 21:{cf(a,b,c);break}case 22:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 23:{Kb[k[k[b>>2]>>2]&1023](b,23363);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}default:{}}while(0);return}function vd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;l=o+24|0;m=o+12|0;n=o;a:do if(a>>>0<b>>>0){b:do if((i[a>>0]|0)!=95){if((Wb(a,b,c)|0)!=(b|0)){k[d>>2]=-2;break a}}else{g=b;if((g-a|0)<=3){k[d>>2]=-2;break a}switch(i[a+1>>0]|0){case 90:{j=a+2|0;h=gc(j,b,c)|0;a=(h|0)==(b|0);if((!((h|0)==(j|0)|a)?(i[h>>0]|0)==46:0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0){j=e+-24|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;g=g-h|0;if(g>>>0>4294967279)rM();if(g>>>0<11){i[n+11>>0]=g;f=n}else{e=g+16&-16;f=ac(e)|0;k[n>>2]=f;k[n+8>>2]=e|-2147483648;k[n+4>>2]=g}a=h;e=f;while(1){if((a|0)==(b|0))break;i[e>>0]=i[a>>0]|0;a=a+1|0;e=e+1|0}i[f+g>>0]=0;e=eC(n,0,38932)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}e=PC(m,38935)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}b=i[l+11>>0]|0;h=b<<24>>24<0;tn(j,h?k[l>>2]|0:l,h?k[l+4>>2]|0:b&255)|0;kI(l);kI(m);kI(n);break b}if(a)break b;k[d>>2]=-2;break a}case 95:{if((i[a+2>>0]|0)==95?(i[a+3>>0]|0)==90:0){n=a+4|0;f=gc(n,b,c)|0;if((f|0)==(n|0)|(f|0)==(b|0)){k[d>>2]=-2;break a}c:do if((g-f|0)>12){e=0;a=f;while(1){if((e|0)>=13)break;if((i[a>>0]|0)!=(i[38937+e>>0]|0)){a=f;break c}e=e+1|0;a=a+1|0}d:do if((a|0)==(b|0))a=b;else{if((i[a>>0]|0)==95){e=a+1|0;if((e|0)==(b|0)){a=f;break c}if(((i[e>>0]|0)+-48|0)>>>0>=10){a=f;break c}a=a+2|0}while(1){if((a|0)==(b|0)){a=b;break d}if(((i[a>>0]|0)+-48|0)>>>0>=10)break d;a=a+1|0}}while(0);e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0))eC(e+-24|0,0,38951)|0;else a=f}else a=f;while(0);if((a|0)==(b|0))break b;k[d>>2]=-2;break a}break}default:{}}k[d>>2]=-2;break a}while(0);if((k[d>>2]|0)==0?(k[c>>2]|0)==(k[c+4>>2]|0):0)k[d>>2]=-2}else k[d>>2]=-2;while(0);r=o;return}function wd(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;a=r;r=r+560|0;z=a+528|0;y=a+504|0;x=a+480|0;w=a+456|0;v=a+432|0;u=a+408|0;t=a+384|0;s=a+360|0;q=a+336|0;p=a+312|0;o=a+288|0;n=a+264|0;m=a+240|0;l=a+216|0;j=a+192|0;i=a+168|0;h=a+144|0;g=a+120|0;f=a+96|0;e=a+72|0;d=a+48|0;c=a+24|0;b=a;k[z>>2]=3668;k[z+4>>2]=1;k[z+16>>2]=z;nh(21282,21298,z);aC(z);k[y>>2]=3668;k[y+4>>2]=2;k[y+16>>2]=y;nh(21331,21356,y);aC(y);k[x>>2]=3668;k[x+4>>2]=3;k[x+16>>2]=x;nh(21402,21406,x);aC(x);k[w>>2]=3668;k[w+4>>2]=4;k[w+16>>2]=w;nh(21431,21462,w);aC(w);k[v>>2]=3668;k[v+4>>2]=5;k[v+16>>2]=v;nh(21490,21503,v);aC(v);k[u>>2]=3668;k[u+4>>2]=6;k[u+16>>2]=u;nh(21534,21542,u);aC(u);k[t>>2]=3668;k[t+4>>2]=7;k[t+16>>2]=t;nh(21558,21561,t);aC(t);k[s>>2]=3668;k[s+4>>2]=8;k[s+16>>2]=s;nh(21571,21584,s);aC(s);k[q>>2]=3668;k[q+4>>2]=9;k[q+16>>2]=q;nh(21624,21646,q);aC(q);k[p>>2]=3668;k[p+4>>2]=10;k[p+16>>2]=p;nh(21681,21697,p);aC(p);k[o>>2]=3668;k[o+4>>2]=11;k[o+16>>2]=o;nh(32027,21755,o);aC(o);k[n>>2]=3668;k[n+4>>2]=12;k[n+16>>2]=n;nh(21784,21799,n);aC(n);k[m>>2]=3668;k[m+4>>2]=13;k[m+16>>2]=m;nh(21837,21848,m);aC(m);k[l>>2]=3668;k[l+4>>2]=14;k[l+16>>2]=l;nh(21882,21897,l);aC(l);k[j>>2]=3668;k[j+4>>2]=15;k[j+16>>2]=j;nh(21941,21955,j);aC(j);k[i>>2]=3668;k[i+4>>2]=16;k[i+16>>2]=i;nh(21979,21997,i);aC(i);k[h>>2]=3668;k[h+4>>2]=17;k[h+16>>2]=h;nh(22047,22071,h);aC(h);k[g>>2]=3668;k[g+4>>2]=18;k[g+16>>2]=g;nh(22096,22116,g);aC(g);k[f>>2]=3668;k[f+4>>2]=19;k[f+16>>2]=f;nh(22172,22190,f);aC(f);k[e>>2]=3668;k[e+4>>2]=20;k[e+16>>2]=e;nh(22226,22241,e);aC(e);k[d>>2]=3668;k[d+4>>2]=21;k[d+16>>2]=d;nh(22274,22290,d);aC(d);k[c>>2]=3668;k[c+4>>2]=22;k[c+16>>2]=c;nh(22333,22340,c);aC(c);k[b>>2]=3668;k[b+4>>2]=23;k[b+16>>2]=b;nh(22372,22383,b);aC(b);r=a;return}function xd(a,b,c,d,e,f,g,h,l,m,n,o,p,q,r){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;r=r|0;var s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;z=q+11|0;H=q+4|0;A=p+11|0;B=p+4|0;C=(d&512|0)==0;D=g+8|0;E=(r|0)>0;F=o+11|0;G=o+4|0;y=0;while(1){if((y|0)==4)break;a:do switch(i[l+y>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];w=Sb[k[(k[g>>2]|0)+28>>2]&31](g,32)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w;break}case 3:{x=i[z>>0]|0;s=x<<24>>24<0;if((s?k[H>>2]|0:x&255)|0){w=i[(s?k[q>>2]|0:q)>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}break}case 2:{w=i[A>>0]|0;s=w<<24>>24<0;w=s?k[B>>2]|0:w&255;if(!(C|(w|0)==0)){t=s?k[p>>2]|0:p;u=t+w|0;v=k[c>>2]|0;s=v;while(1){if((t|0)==(u|0))break;i[s>>0]=i[t>>0]|0;s=s+1|0;t=t+1|0}k[c>>2]=v+w}break}case 4:{t=k[c>>2]|0;e=h?e+1|0:e;u=e;while(1){if(u>>>0>=f>>>0)break;s=i[u>>0]|0;if(s<<24>>24<=-1)break;if(!(j[(k[D>>2]|0)+(s<<24>>24<<1)>>1]&2048))break;u=u+1|0}if(E){v=r;while(1){s=(v|0)>0;if(!(u>>>0>e>>>0&s))break;x=u+-1|0;s=i[x>>0]|0;w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=s;v=v+-1|0;u=x}if(s)w=Sb[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;else w=0;s=v;while(1){v=k[c>>2]|0;k[c>>2]=v+1;if((s|0)<=0)break;i[v>>0]=w;s=s+-1|0}i[v>>0]=m}b:do if((u|0)==(e|0)){w=Sb[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}else{x=i[F>>0]|0;s=x<<24>>24<0;if(!((s?k[G>>2]|0:x&255)|0)){w=-1;v=0;x=0}else{w=i[(s?k[o>>2]|0:o)>>0]|0;v=0;x=0}while(1){if((u|0)==(e|0))break b;if((x|0)==(w|0)){w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=n;v=v+1|0;w=i[F>>0]|0;s=w<<24>>24<0;if(v>>>0<(s?k[G>>2]|0:w&255)>>>0){w=i[(s?k[o>>2]|0:o)+v>>0]|0;w=w<<24>>24==127?-1:w<<24>>24;s=0}else{w=x;s=0}}else s=x;I=u+-1|0;J=i[I>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=J;x=s+1|0;u=I}}while(0);s=k[c>>2]|0;if((t|0)!=(s|0))while(1){s=s+-1|0;if(t>>>0>=s>>>0)break a;J=i[t>>0]|0;i[t>>0]=i[s>>0]|0;i[s>>0]=J;t=t+1|0}break}default:{}}while(0);y=y+1|0}s=i[z>>0]|0;e=s<<24>>24<0;s=e?k[H>>2]|0:s&255;if(s>>>0>1){e=e?k[q>>2]|0:q;u=e+s|0;v=k[c>>2]|0;t=s+-1|0;s=v;while(1){e=e+1|0;if((e|0)==(u|0))break;i[s>>0]=i[e>>0]|0;s=s+1|0}k[c>>2]=v+t}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function yd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+80|0;j=n+48|0;l=n+36|0;m=n;g=n+24|0;a:do if(((a|0)!=(b|0)?(d=(i[a>>0]|0)+-48|0,d>>>0<10):0)?(e=a+1|0,(e|0)!=(b|0)):0){h=d;while(1){d=(i[e>>0]|0)+-48|0;if(d>>>0>=10)break;e=e+1|0;if((e|0)==(b|0))break a;h=d+(h*10|0)|0}if((b-e|0)>>>0>=h>>>0){k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Mr(l,e,h);k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;f=i[l+11>>0]|0;a=f<<24>>24<0;f=a?k[l+4>>2]|0:f&255;Mr(j,a?k[l>>2]|0:l,f>>>0<10?f:10);f=i[j+11>>0]|0;a=f<<24>>24<0;if(((a?k[j+4>>2]|0:f&255)|0)==10)a=(tI(a?k[j>>2]|0:j,40044,10)|0)==0;else a=0;kI(j);if(a){a=ac(32)|0;k[m>>2]=a;k[m+8>>2]=-2147483616;k[m+4>>2]=21;d=a;b=40055;f=d+21|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(f|0));i[a+21>>0]=0;d=m+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=c+4|0;d=k[a>>2]|0;g=k[c+8>>2]|0;f=g;do if(d>>>0>=g>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)wM();else{f=(f-b|0)/24|0;g=f<<1;fu(j,f>>>0<89478485?(g>>>0<d>>>0?d:g):178956970,a,c+12|0);g=j+8|0;f=k[g>>2]|0;is(f,m);k[g>>2]=f+24;In(c,j);jt(j);break}}else{is(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);CC(m)}else{k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];k[g+8>>2]=k[l+8>>2];a=0;while(1){if((a|0)==3)break;k[l+(a<<2)>>2]=0;a=a+1|0}ps(m,g);a=c+4|0;d=k[a>>2]|0;b=k[c+8>>2]|0;f=b;do if(d>>>0>=b>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)wM();else{b=(f-b|0)/24|0;f=b<<1;fu(j,b>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,a,c+12|0);f=j+8|0;b=k[f>>2]|0;is(b,m);k[f>>2]=b+24;In(c,j);jt(j);break}}else{is(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);CC(m);kI(g)}kI(l);a=e+h|0}}while(0);r=n;return a|0}function zd(a,b,c,d,e,f,g,h,j,l,m,n,o,p,q){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;var r=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;B=p+8+3|0;I=p+4|0;C=o+8+3|0;D=o+4|0;E=(d&512|0)==0;F=(q|0)>0;G=n+11|0;H=n+4|0;A=0;while(1){if((A|0)==4)break;a:do switch(i[j+A>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];y=Sb[k[(k[g>>2]|0)+44>>2]&31](g,32)|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y;break}case 3:{z=i[B>>0]|0;r=z<<24>>24<0;if((r?k[I>>2]|0:z&255)|0){y=k[(r?k[p>>2]|0:p)>>2]|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y}break}case 2:{v=i[C>>0]|0;r=v<<24>>24<0;v=r?k[D>>2]|0:v&255;if(!(E|(v|0)==0)){u=r?k[o>>2]|0:o;s=u+(v<<2)|0;t=k[c>>2]|0;r=t;while(1){if((u|0)==(s|0))break;k[r>>2]=k[u>>2];r=r+4|0;u=u+4|0}k[c>>2]=t+(v<<2)}break}case 4:{s=k[c>>2]|0;e=h?e+4|0:e;r=e;while(1){if(r>>>0>=f>>>0)break;if(!(Eb[k[(k[g>>2]|0)+12>>2]&31](g,2048,k[r>>2]|0)|0))break;r=r+4|0}if(F){u=q;while(1){t=(u|0)>0;if(!(r>>>0>e>>>0&t))break;z=r+-4|0;x=k[z>>2]|0;y=k[c>>2]|0;k[c>>2]=y+4;k[y>>2]=x;u=u+-1|0;r=z}if(t)w=Sb[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;else w=0;v=k[c>>2]|0;while(1){t=v+4|0;if((u|0)<=0)break;k[v>>2]=w;u=u+-1|0;v=t}k[c>>2]=t;k[v>>2]=l}if((r|0)==(e|0)){y=Sb[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;z=k[c>>2]|0;r=z+4|0;k[c>>2]=r;k[z>>2]=y}else{z=i[G>>0]|0;y=z<<24>>24<0;z=y?k[H>>2]|0:z&255;if(!z){v=-1;t=0;w=0}else{v=i[(y?k[n>>2]|0:n)>>0]|0;t=0;w=0}while(1){if((r|0)==(e|0))break;u=k[c>>2]|0;if((w|0)==(v|0)){x=u+4|0;k[c>>2]=x;k[u>>2]=m;t=t+1|0;if(t>>>0<z>>>0){v=i[(y?k[n>>2]|0:n)+t>>0]|0;v=v<<24>>24==127?-1:v<<24>>24;w=0;u=x}else{v=w;w=0;u=x}}x=r+-4|0;J=k[x>>2]|0;k[c>>2]=u+4;k[u>>2]=J;w=w+1|0;r=x}r=k[c>>2]|0}if((s|0)!=(r|0))while(1){r=r+-4|0;if(s>>>0>=r>>>0)break a;J=k[s>>2]|0;k[s>>2]=k[r>>2];k[r>>2]=J;s=s+4|0}break}default:{}}while(0);A=A+1|0}r=i[B>>0]|0;e=r<<24>>24<0;r=e?k[I>>2]|0:r&255;if(r>>>0>1){s=e?k[p>>2]|0:p;v=s+4|0;r=s+(r<<2)|0;s=k[c>>2]|0;t=r;e=s;u=v;while(1){if((u|0)==(r|0))break;k[e>>2]=k[u>>2];e=e+4|0;u=u+4|0}k[c>>2]=s+((t-v|0)>>>2<<2)}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function Ad(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+48|0;o=v+40|0;h=v+28|0;p=v+24|0;q=v+20|0;s=v+8|0;t=v+4|0;u=v;i[a+81>>0]=1;m=Gn(b,1)|0;if((i[m>>0]|0)==0?(i[m+24>>0]|0)!=0:0){d=(k[a>>2]|0)+84|0;m=dJ(Gn(b,1)|0)|0;k[d>>2]=m;d=2}else d=1;m=Gn(b,d)|0;do if(!(i[m>>0]|0)){g=d;n=a;f=12}else{e=Gn(b,d)|0;m=dJ(Gn(e,0)|0)|0;if((m|0)==(k[10577]|0)){g=HJ()|0;n=dJ(Gn(e,1)|0)|0;k[g>>2]=n;n=k[a>>2]|0;k[g+4>>2]=k[n+84>>2];k[g+8>>2]=2;fl(n,g);g=d+1|0;n=a;f=12;break}m=(cr(e)|0)+8|0;if(k[m>>2]|0?(m=dJ(Gn(e,0)|0)|0,(m|0)==(k[10578]|0)):0)Ka(17929,13688,1365,17981);kg(a,Gn(b,d)|0);l=k[a>>2]|0;m=k[l+96>>2]|0;mF(l+88|0,(k[m+8>>2]|0)-(k[m+4>>2]|0)|0,0)|0}while(0);a:do if((f|0)==12?(l=(k[n>>2]|0)+88|0,c=g+1|0,m=Kp($I(Gn(b,g)|0)|0)|0,mF(l,m,((m|0)<0)<<31>>31)|0,m=(cr(b)|0)+8|0,(c|0)!=(k[m>>2]|0)):0){m=Gn(b,c)|0;do if(!(i[m>>0]|0)){c=cn($I(Gn(b,c)|0)|0)|0;d=N;if(d>>>0>0|(d|0)==0&c>>>0>65535){v=La(20)|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;vs(h,17993,27);lD(v,h);pb(v|0,8,182)}else{mF((k[n>>2]|0)+92|0,c,d)|0;c=g+2|0;break}}while(0);j=a+4|0;l=s+4|0;m=s+8|0;while(1){a=(cr(b)|0)+8|0;if(c>>>0>=(k[a>>2]|0)>>>0)break a;e=Gn(b,c)|0;k[p>>2]=0;a=dJ(Gn(e,0)|0)|0;if((a|0)==(k[10575]|0)){k[p>>2]=0;d=1}else{d=Kp($I(Gn(e,1)|0)|0)|0;mF(p,d,((d|0)<0)<<31>>31)|0;d=2}d=$I(Gn(e,d)|0)|0;a=VC(k[j>>2]|0)|0;k[q>>2]=a;k[a+4>>2]=1;e=k[p>>2]|0;k[a+8>>2]=1;k[a+16>>2]=e;e=Lq(d)|0;if(!e){d=k[n>>2]|0;k[s>>2]=0;e=d+100|0;f=k[e>>2]|0;if(f>>>0<(k[d+104>>2]|0)>>>0){lG(o,0,0);Ly(f,a,50039,k[o>>2]|0);k[e>>2]=(k[e>>2]|0)+16}else ok(d+96|0,q,s)}else{k[s>>2]=0;k[l>>2]=0;k[m>>2]=0;Th(d,e,s);d=k[n>>2]|0;e=k[s>>2]|0;k[t>>2]=e;f=(k[l>>2]|0)-e|0;k[u>>2]=f;g=d+100|0;h=k[g>>2]|0;if(h>>>0<(k[d+104>>2]|0)>>>0){lG(o,f,0);Ly(h,a,e,k[o>>2]|0);k[g>>2]=(k[g>>2]|0)+16}else jk(d+96|0,q,t,u);_A(s)}c=c+1|0}}while(0);r=v;return}function Bd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=a+4|0;o=k[n>>2]|0;c=o&-8;j=a+c|0;h=k[10625]|0;d=o&3;if(!((d|0)!=1&a>>>0>=h>>>0&a>>>0<j>>>0))Ha();e=k[j+4>>2]|0;if(!(e&1))Ha();if(!d){if(b>>>0<256){a=0;return a|0}if(c>>>0>=(b+4|0)>>>0?(c-b|0)>>>0<=k[10741]<<1>>>0:0)return a|0;a=0;return a|0}if(c>>>0>=b>>>0){c=c-b|0;if(c>>>0<=15)return a|0;m=a+b|0;k[n>>2]=o&1|b|2;k[m+4>>2]=c|3;o=m+c+4|0;k[o>>2]=k[o>>2]|1;xc(m,c);return a|0}if((j|0)==(k[10627]|0)){c=(k[10624]|0)+c|0;if(c>>>0<=b>>>0){a=0;return a|0}m=c-b|0;l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|1;k[10627]=l;k[10624]=m;return a|0}if((j|0)==(k[10626]|0)){d=(k[10623]|0)+c|0;if(d>>>0<b>>>0){a=0;return a|0}c=d-b|0;if(c>>>0>15){d=a+b|0;m=d+c|0;k[n>>2]=o&1|b|2;k[d+4>>2]=c|1;k[m>>2]=c;o=m+4|0;k[o>>2]=k[o>>2]&-2}else{k[n>>2]=o&1|d|2;d=a+d+4|0;k[d>>2]=k[d>>2]|1;d=0;c=0}k[10623]=c;k[10626]=d;return a|0}if(e&2|0){a=0;return a|0}l=(e&-8)+c|0;if(l>>>0<b>>>0){a=0;return a|0}m=l-b|0;f=e>>>3;do if(e>>>0>=256){g=k[j+24>>2]|0;e=k[j+12>>2]|0;do if((e|0)==(j|0)){e=j+16|0;d=e+4|0;c=k[d>>2]|0;if(!c){c=k[e>>2]|0;if(!c){i=0;break}else d=e}while(1){e=c+20|0;f=k[e>>2]|0;if(f|0){c=f;d=e;continue}e=c+16|0;f=k[e>>2]|0;if(!f)break;else{c=f;d=e}}if(d>>>0<h>>>0)Ha();else{k[d>>2]=0;i=c;break}}else{f=k[j+8>>2]|0;if(f>>>0<h>>>0)Ha();c=f+12|0;if((k[c>>2]|0)!=(j|0))Ha();d=e+8|0;if((k[d>>2]|0)==(j|0)){k[c>>2]=e;k[d>>2]=f;i=e;break}else Ha()}while(0);if(g|0){c=k[j+28>>2]|0;d=42788+(c<<2)|0;if((j|0)==(k[d>>2]|0)){k[d>>2]=i;if(!i){k[10622]=k[10622]&~(1<<c);break}}else{if(g>>>0<(k[10625]|0)>>>0)Ha();c=g+16|0;if((k[c>>2]|0)==(j|0))k[c>>2]=i;else k[g+20>>2]=i;if(!i)break}e=k[10625]|0;if(i>>>0<e>>>0)Ha();k[i+24>>2]=g;c=j+16|0;d=k[c>>2]|0;do if(d|0)if(d>>>0<e>>>0)Ha();else{k[i+16>>2]=d;k[d+24>>2]=i;break}while(0);c=k[c+4>>2]|0;if(c|0)if(c>>>0<(k[10625]|0)>>>0)Ha();else{k[i+20>>2]=c;k[c+24>>2]=i;break}}}else{d=k[j+8>>2]|0;e=k[j+12>>2]|0;c=42524+(f<<1<<2)|0;if((d|0)!=(c|0)){if(d>>>0<h>>>0)Ha();if((k[d+12>>2]|0)!=(j|0))Ha()}if((e|0)==(d|0)){k[10621]=k[10621]&~(1<<f);break}if((e|0)!=(c|0)){if(e>>>0<h>>>0)Ha();c=e+8|0;if((k[c>>2]|0)==(j|0))g=c;else Ha()}else g=e+8|0;k[d+12>>2]=e;k[g>>2]=d}while(0);if(m>>>0<16){k[n>>2]=l|o&1|2;o=a+l+4|0;k[o>>2]=k[o>>2]|1;return a|0}else{l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|3;o=l+m+4|0;k[o>>2]=k[o>>2]|1;xc(l,m);return a|0}return 0}function Cd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0.0;p=r;r=r+32|0;o=p+16|0;h=p+8|0;j=p;if(!(i[a+24>>0]|0)){k[o>>2]=0;d=o+4|0;k[d>>2]=0;k[o+8>>2]=0;k[h>>2]=o;k[h+4>>2]=a;e=k[a+12>>2]|0;f=o+8|0;c=k[a+8>>2]|0;while(1){if((c|0)==(e|0))break;b=k[c>>2]|0;k[j>>2]=b;g=b;do if(Mb[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=k[d>>2]|0;if((b|0)==(k[f>>2]|0)){yn(o,j);break}else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4;break}}else{fh(h);Nb[k[(k[b>>2]|0)+12>>2]&31](b,a,k[a>>2]|0)}while(0);c=c+4|0}fh(h);ZA(o)}else{l=IF(43324,22652)|0;m=eG(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=m;m=NI(m,44028)|0;m=Sb[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;RL(o);_m(l,m);lq(l);l=by()|0;m=N;e=k[a+8>>2]|0;n=k[a+12>>2]|0;j=0;d=e;while(1){if((d|0)==(n|0))break;b=k[d>>2]|0;c=i[b+4+11>>0]|0;if(c<<24>>24<0)b=k[b+8>>2]|0;else b=c&255;j=j>>>0<b>>>0?b:j;d=d+4|0}h=a+20|0;while(1){if((e|0)==(n|0))break;g=k[e>>2]|0;k[h>>2]=g;d=g+4|0;IF(yx(IF(43324,22719)|0,d)|0,22749)|0;d=d+11|0;f=g+8|0;c=0;while(1){b=i[d>>0]|0;if(b<<24>>24<0)b=k[f>>2]|0;else b=b&255;if(c>>>0>=(j-b|0)>>>0)break;_z(43324,32)|0;c=c+1|0}c=by()|0;d=N;a:do if(Mb[k[(k[g>>2]|0)+24>>2]&127](g)|0){b=k[a>>2]|0;f=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(f|0))break a;Qs(a,g,k[b>>2]|0);b=b+4|0}}else Nb[k[(k[g>>2]|0)+12>>2]&31](g,a,k[a>>2]|0);while(0);g=by()|0;g=dH(g|0,N|0,c|0,d|0)|0;g=IF(cj(43324,(+(g>>>0)+4294967296.0*+(N|0))/1.0e9)|0,22709)|0;f=eG(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=f;f=NI(f,44028)|0;f=Sb[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;RL(o);_m(g,f);lq(g);e=e+4|0}a=by()|0;a=dH(a|0,N|0,l|0,m|0)|0;q=(+(a>>>0)+4294967296.0*+(N|0))/1.0e9;a=IF(cj(IF(43324,22683)|0,q)|0,22709)|0;n=eG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=n;n=NI(n,44028)|0;n=Sb[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;RL(o);_m(a,n);lq(a)}r=p;return}function Dd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;c=k[b>>2]|0;if(c)if(k[b+4>>2]|0){d=nx(b)|0;c=k[d>>2]|0;if(!c){e=d;g=4}else{f=d;e=d;g=6}}else{f=b;e=b;g=6}else{e=b;d=b;g=4}if((g|0)==4){c=k[e+4>>2]|0;if(!c){l=e+8|0;m=0;c=0;j=d}else{f=d;g=6}}if((g|0)==6){l=e+8|0;k[c+8>>2]=k[l>>2];m=1;j=f}d=k[l>>2]|0;f=k[d>>2]|0;if((f|0)==(e|0)){k[d>>2]=c;if((e|0)==(a|0)){a=c;f=0}else f=k[d+4>>2]|0}else k[d+4>>2]=c;g=e+12|0;h=(i[g>>0]|0)!=0;if((e|0)!=(b|0)){o=b+8|0;d=k[o>>2]|0;k[l>>2]=d;if((k[k[o>>2]>>2]|0)==(b|0))k[d>>2]=e;else k[d+4>>2]=e;d=k[b>>2]|0;k[j>>2]=d;k[d+8>>2]=e;d=k[b+4>>2]|0;k[e+4>>2]=d;if(d|0)k[d+8>>2]=e;i[g>>0]=i[b+12>>0]|0;a=(a|0)==(b|0)?e:a}a:do if(h&(a|0)!=0){if(m){i[c+12>>0]=1;break}while(1){c=k[f+8>>2]|0;d=f+12|0;e=(i[d>>0]|0)!=0;if((k[c>>2]|0)==(f|0)){if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;Ru(c);o=k[f+4>>2]|0;c=k[o>>2]|0;a=(a|0)==(o|0)?f:a}f=k[c>>2]|0;d=(f|0)==0;if(!d?(i[f+12>>0]|0)==0:0){a=f;g=51;break}e=k[c+4>>2]|0;if(e|0?(i[e+12>>0]|0)==0:0){g=47;break}i[c+12>>0]=0;c=k[c+8>>2]|0;d=c+12|0;if((c|0)==(a|0)|(i[d>>0]|0)==0){g=44;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}else{if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;ev(c);o=k[f>>2]|0;c=k[o+4>>2]|0;a=(a|0)==(o|0)?f:a}d=k[c>>2]|0;if(d|0?(n=d+12|0,(i[n>>0]|0)==0):0){g=32;break}d=k[c+4>>2]|0;if(d|0?(i[d+12>>0]|0)==0:0){a=d;g=36;break}i[c+12>>0]=0;c=k[c+8>>2]|0;if((c|0)==(a|0)){g=30;break}if(!(i[c+12>>0]|0)){a=c;g=30;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}f=k[c>>2]|0}do if((g|0)==30){i[a+12>>0]=1;break a}else if((g|0)==32){a=k[c+4>>2]|0;if(!a)a=n;else{if(!(i[a+12>>0]|0)){g=36;break}a=d+12|0}i[a>>0]=1;i[c+12>>0]=0;Ru(c);a=k[c+8>>2]|0;c=a;a=k[a+4>>2]|0;g=36}else if((g|0)==44){i[d>>0]=1;break a}else if((g|0)==47){if(d)a=e;else{if(!(i[f+12>>0]|0)){a=f;g=51;break}a=k[c+4>>2]|0}i[a+12>>0]=1;i[c+12>>0]=0;ev(c);a=k[c+8>>2]|0;c=a;a=k[a>>2]|0;g=51}while(0);if((g|0)==36){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;ev(o);break}else if((g|0)==51){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;Ru(o);break}}while(0);return}function Ed(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+320|0;v=y;t=y+208|0;w=y+192|0;x=y+180|0;u=y+176|0;p=y+16|0;q=y+8|0;s=y+4|0;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}a=eG(d)|0;o=NI(a,44060)|0;Qb[k[(k[o>>2]|0)+48>>2]&7](o,35402,35428,t)|0;cE(a);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}o=x+11|0;n=x+8|0;if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;Ur(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a;k[q>>2]=p;k[s>>2]=0;m=x+4|0;g=k[b>>2]|0;a:while(1){if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=Mb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)==-1){k[b>>2]=0;l=0;h=1}else{l=g;h=0}}else{l=0;h=1}g=k[c>>2]|0;do if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=Mb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;z=22;break}}else z=22;while(0);if((z|0)==22){z=0;if(h){g=0;break}else g=0}d=i[o>>0]|0;d=d<<24>>24<0?k[m>>2]|0:d&255;if((k[u>>2]|0)==(a+d|0)){Ur(x,d<<1);if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;Ur(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a+d}h=l+12|0;d=k[h>>2]|0;j=l+16|0;if((d|0)==(k[j>>2]|0))d=Mb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else d=k[d>>2]|0;if(Gg(d,16,a,u,s,0,w,p,q,t)|0)break;d=k[h>>2]|0;if((d|0)==(k[j>>2]|0)){Mb[k[(k[l>>2]|0)+40>>2]&127](l)|0;g=l;continue}else{k[h>>2]=d+4;g=l;continue}}Ur(x,(k[u>>2]|0)-a|0);t=(i[o>>0]|0)<0?k[x>>2]|0:x;u=FH()|0;k[v>>2]=f;if((Yz(t,u,0,v)|0)!=1)k[e>>2]=4;if(l){a=k[l+12>>2]|0;if((a|0)==(k[l+16>>2]|0))a=Mb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else a=k[a>>2]|0;if((a|0)==-1){k[b>>2]=0;d=1}else d=0}else d=1;do if(g){a=k[g+12>>2]|0;if((a|0)==(k[g+16>>2]|0))a=Mb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(d)break;else{z=51;break}else{k[c>>2]=0;z=49;break}}else z=49;while(0);if((z|0)==49?d:0)z=51;if((z|0)==51)k[e>>2]=k[e>>2]|2;z=k[b>>2]|0;NJ(x);NJ(w);r=y;return z|0}function Fd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){v=ac(j)|0;h=v}else{h=x;v=0}l=0;n=c;o=h;while(1){if((n|0)==(d|0))break;m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if(!m){i[o>>0]=2;l=l+1|0;j=j+-1|0}else i[o>>0]=1;n=n+12|0;o=o+1|0}u=0;q=l;n=b;a:while(1){l=k[a>>2]|0;do if(l){m=k[l+12>>2]|0;if((m|0)==(k[l+16>>2]|0))l=Mb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else l=k[m>>2]|0;if((l|0)==-1){k[a>>2]=0;o=1;break}else{o=(k[a>>2]|0)==0;break}}else o=1;while(0);if(!n){b=0;t=0;l=1}else{l=k[n+12>>2]|0;if((l|0)==(k[n+16>>2]|0))l=Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0;else l=k[l>>2]|0;l=(l|0)==-1;b=l?0:n;t=l?0:n}m=k[a>>2]|0;if(!((j|0)!=0&(o^l)))break;l=k[m+12>>2]|0;if((l|0)==(k[m+16>>2]|0))l=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else l=k[l>>2]|0;if(!g)l=Sb[k[(k[e>>2]|0)+28>>2]&31](e,l)|0;s=u+1|0;b=c;o=0;p=h;while(1){if((b|0)==(d|0))break;do if((i[p>>0]|0)==1){n=b+8+3|0;if((i[n>>0]|0)<0)m=k[b>>2]|0;else m=b;m=k[m+(u<<2)>>2]|0;if(!g)m=Sb[k[(k[e>>2]|0)+28>>2]&31](e,m)|0;if((l|0)!=(m|0)){i[p>>0]=0;m=o;n=q;j=j+-1|0;break}m=i[n>>0]|0;if(m<<24>>24<0)m=k[b+4>>2]|0;else m=m&255;if((m|0)==(s|0)){i[p>>0]=2;m=1;n=q+1|0;j=j+-1|0}else{m=1;n=q}}else{m=o;n=q}while(0);b=b+12|0;o=m;p=p+1|0;q=n}if(!o){u=s;n=t;continue}l=k[a>>2]|0;m=l+12|0;n=k[m>>2]|0;if((n|0)==(k[l+16>>2]|0))Mb[k[(k[l>>2]|0)+40>>2]&127](l)|0;else k[m>>2]=n+4;if((q+j|0)>>>0>1){n=c;o=h;l=q}else{u=s;n=t;continue}while(1){if((n|0)==(d|0)){u=s;q=l;n=t;continue a}if((i[o>>0]|0)==2){m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if((m|0)!=(s|0)){i[o>>0]=0;l=l+-1|0}}n=n+12|0;o=o+1|0}}do if(m){j=k[m+12>>2]|0;if((j|0)==(k[m+16>>2]|0))j=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else j=k[j>>2]|0;if((j|0)==-1){k[a>>2]=0;l=1;break}else{l=(k[a>>2]|0)==0;break}}else l=1;while(0);if(b){j=k[b+12>>2]|0;if((j|0)==(k[b+16>>2]|0))j=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l)w=74}else w=38}else w=38;if((w|0)==38)if(l)w=74;if((w|0)==74)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){w=78;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((w|0)==78){k[f>>2]=k[f>>2]|4;c=d}vc(v);r=x;return c|0}function Gd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+16|0;v=y;w=NI(k[g>>2]|0,44060)|0;t=NI(k[g>>2]|0,44068)|0;Kb[k[(k[t>>2]|0)+20>>2]&1023](v,t);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{u=Sb[k[(k[w>>2]|0)+44>>2]&31](w,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=u;g=a+1|0;break}default:g=a}u=c;a:do if((u-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:{h=g;x=10;break a}}q=Sb[k[(k[w>>2]|0)+44>>2]&31](w,48)|0;s=k[f>>2]|0;k[f>>2]=s+4;k[s>>2]=q;g=g+2|0;s=Sb[k[(k[w>>2]|0)+44>>2]&31](w,i[h>>0]|0)|0;h=k[f>>2]|0;k[f>>2]=h+4;k[h>>2]=s;h=g;while(1){if(h>>>0>=c>>>0)break a;s=i[h>>0]|0;FH()|0;if(!(WN(s)|0))break a;h=h+1|0}}else{h=g;x=10}while(0);b:do if((x|0)==10)while(1){x=0;if(h>>>0>=c>>>0)break b;s=i[h>>0]|0;FH()|0;if(!(ON(s)|0))break b;h=h+1|0;x=10}while(0);q=v+11|0;p=i[q>>0]|0;s=v+4|0;c:do if((p<<24>>24<0?k[s>>2]|0:p&255)|0){d:do if((g|0)!=(h|0)){j=h;l=g;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;p=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=p;l=l+1|0}}while(0);p=Mb[k[(k[t>>2]|0)+16>>2]&127](t)|0;o=g;j=0;l=0;while(1){if(o>>>0>=h>>>0)break;m=i[q>>0]|0;n=m<<24>>24<0;z=i[(n?k[v>>2]|0:v)+j>>0]|0;if(z<<24>>24>0&(l|0)==(z<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+4;k[l>>2]=p;j=(j>>>0<((n?k[s>>2]|0:m&255)+-1|0)>>>0&1)+j|0;l=0}n=Sb[k[(k[w>>2]|0)+44>>2]&31](w,i[o>>0]|0)|0;z=k[f>>2]|0;k[f>>2]=z+4;k[z>>2]=n;o=o+1|0;l=l+1|0}g=d+(g-a<<2)|0;l=k[f>>2]|0;if((g|0)==(l|0))j=w;else{j=l;while(1){j=j+-4|0;if(g>>>0>=j>>>0){j=w;g=l;break c}z=k[g>>2]|0;k[g>>2]=k[j>>2];k[j>>2]=z;g=g+4|0}}}else{Qb[k[(k[w>>2]|0)+48>>2]&7](w,g,h,k[f>>2]|0)|0;g=(k[f>>2]|0)+(h-g<<2)|0;k[f>>2]=g;j=w}while(0);while(1){if(h>>>0>=c>>>0)break;g=i[h>>0]|0;if(g<<24>>24==46){x=29;break}s=Sb[k[(k[j>>2]|0)+44>>2]&31](w,g)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=s;h=h+1|0}if((x|0)==29){x=Mb[k[(k[t>>2]|0)+12>>2]&127](t)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=x;h=h+1|0}Qb[k[(k[w>>2]|0)+48>>2]&7](w,h,c,g)|0;z=(k[f>>2]|0)+(u-h<<2)|0;k[f>>2]=z;k[e>>2]=(b|0)==(c|0)?z:d+(b-a<<2)|0;NJ(v);r=y;return}function Hd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){w=ac(j)|0;h=w}else{h=y;w=0}o=c;p=h;m=0;while(1){if((o|0)==(d|0))break;n=i[o+11>>0]|0;if(n<<24>>24<0)n=k[o+4>>2]|0;else n=n&255;if(!n){i[p>>0]=2;j=j+-1|0;m=m+1|0}else i[p>>0]=1;o=o+12|0;p=p+1|0}u=0;s=j;n=b;a:while(1){j=k[a>>2]|0;do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);o=(j|0)==0;if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){v=(Mb[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;p=v?0:n;v=v?0:n}else{p=n;v=n}else{p=0;v=0}n=(p|0)==0;j=k[a>>2]|0;if(!((s|0)!=0&(o^n)))break;n=k[j+12>>2]|0;if((n|0)==(k[j+16>>2]|0))j=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else j=l[n>>0]|0;j=j&255;if(!g)j=Sb[k[(k[e>>2]|0)+12>>2]&31](e,j)|0;t=u+1|0;b=c;p=0;q=h;while(1){if((b|0)==(d|0))break;do if((i[q>>0]|0)==1){o=b+11|0;if((i[o>>0]|0)<0)n=k[b>>2]|0;else n=b;n=i[n+u>>0]|0;if(!g)n=Sb[k[(k[e>>2]|0)+12>>2]&31](e,n)|0;if(j<<24>>24!=n<<24>>24){i[q>>0]=0;n=p;o=s+-1|0;break}n=i[o>>0]|0;if(n<<24>>24<0)n=k[b+4>>2]|0;else n=n&255;if((n|0)==(t|0)){i[q>>0]=2;n=1;m=m+1|0;o=s+-1|0}else{n=1;o=s}}else{n=p;o=s}while(0);b=b+12|0;p=n;q=q+1|0;s=o}if(!p){u=t;n=v;continue}j=k[a>>2]|0;n=j+12|0;o=k[n>>2]|0;if((o|0)==(k[j+16>>2]|0))Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;else k[n>>2]=o+1;if((m+s|0)>>>0>1){n=c;o=h}else{u=t;n=v;continue}while(1){if((n|0)==(d|0)){u=t;n=v;continue a}if((i[o>>0]|0)==2){j=i[n+11>>0]|0;if(j<<24>>24<0)j=k[n+4>>2]|0;else j=j&255;if((j|0)!=(t|0)){i[o>>0]=0;m=m+-1|0}}n=n+12|0;o=o+1|0}}do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);j=(j|0)==0;do if(!n){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(Mb[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){x=31;break}if(!j)x=66}else x=31;while(0);if((x|0)==31)if(j)x=66;if((x|0)==66)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){x=70;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((x|0)==70){k[f>>2]=k[f>>2]|4;c=d}vc(w);r=y;return c|0}function Id(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;f=k[a>>2]|0;do if(f){g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=Mb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if((f|0)==-1){k[a>>2]=0;g=1;break}else{g=(k[a>>2]|0)==0;break}}else g=1;while(0);if(b){f=k[b+12>>2]|0;if((f|0)==(k[b+16>>2]|0))f=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else f=k[f>>2]|0;if((f|0)!=-1)if(g){i=b;o=16}else o=15;else o=13}else o=13;if((o|0)==13)if(g)o=15;else{i=0;o=16}a:do if((o|0)==15){k[c>>2]=k[c>>2]|6;f=0}else if((o|0)==16){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=Mb[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if(!(Eb[k[(k[d>>2]|0)+12>>2]&31](d,2048,f)|0)){k[c>>2]=k[c>>2]|4;f=0;break}f=(Eb[k[(k[d>>2]|0)+52>>2]&31](d,f,0)|0)<<24>>24;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){Mb[k[(k[g>>2]|0)+40>>2]&127](g)|0;j=i;h=i}else{k[b>>2]=h+4;j=i;h=i}while(1){f=f+-48|0;n=e+-1|0;g=k[a>>2]|0;do if(g){b=k[g+12>>2]|0;if((b|0)==(k[g+16>>2]|0))g=Mb[k[(k[g>>2]|0)+36>>2]&127](g)|0;else g=k[b>>2]|0;if((g|0)==-1){k[a>>2]=0;i=1;break}else{i=(k[a>>2]|0)==0;break}}else i=1;while(0);if(!h){m=j;l=0;g=1}else{g=k[h+12>>2]|0;if((g|0)==(k[h+16>>2]|0))g=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else g=k[g>>2]|0;g=(g|0)==-1;m=g?0:j;l=g?0:j;g=g|(j|0)==0}b=k[a>>2]|0;if(!((e|0)>1&(i^g)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if(!(Eb[k[(k[d>>2]|0)+12>>2]&31](d,2048,g)|0))break a;f=((Eb[k[(k[d>>2]|0)+52>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){Mb[k[(k[g>>2]|0)+40>>2]&127](g)|0;e=n;j=m;h=l;continue}else{k[b>>2]=h+4;e=n;j=m;h=l;continue}}do if(b){g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if((g|0)==-1){k[a>>2]=0;b=1;break}else{b=(k[a>>2]|0)==0;break}}else b=1;while(0);if(m){g=k[m+12>>2]|0;if((g|0)==(k[m+16>>2]|0))g=Mb[k[(k[m>>2]|0)+36>>2]&127](m)|0;else g=k[g>>2]|0;if((g|0)!=-1){if(b)break}else o=56}else o=56;if((o|0)==56?!b:0)break;k[c>>2]=k[c>>2]|2}while(0);return f|0}function Jd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;mp(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}p=A+11|0;q=A+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Ur(A,c);h=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){Ur(A,a<<1);if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Ur(A,c);g=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(zf(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+fr(g,k[x>>2]|0,d);o[e>>2]=D;Sj(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;NJ(A);NJ(z);r=C;return f|0}function Kd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;mp(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}o=A+11|0;q=A+8|0;if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Ur(A,c);h=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){Ur(A,a<<1);if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Ur(A,c);g=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(zf(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+fr(g,k[x>>2]|0,d);p[e>>3]=D;Sj(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;NJ(A);NJ(z);r=C;return f|0}function Ld(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;w=r;r=r+16|0;t=w;u=NI(k[g>>2]|0,44028)|0;s=NI(k[g>>2]|0,44044)|0;Kb[k[(k[s>>2]|0)+20>>2]&1023](t,s);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{q=Sb[k[(k[u>>2]|0)+28>>2]&31](u,g)|0;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=q;h=a+1|0;break}default:h=a}q=c;a:do if((q-h|0)>1?(i[h>>0]|0)==48:0){g=h+1|0;switch(i[g>>0]|0){case 88:case 120:break;default:{g=h;v=10;break a}}o=Sb[k[(k[u>>2]|0)+28>>2]&31](u,48)|0;p=k[f>>2]|0;k[f>>2]=p+1;i[p>>0]=o;h=h+2|0;p=Sb[k[(k[u>>2]|0)+28>>2]&31](u,i[g>>0]|0)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=p;g=h;while(1){if(g>>>0>=c>>>0)break a;p=i[g>>0]|0;FH()|0;if(!(WN(p)|0))break a;g=g+1|0}}else{g=h;v=10}while(0);b:do if((v|0)==10)while(1){v=0;if(g>>>0>=c>>>0)break b;p=i[g>>0]|0;FH()|0;if(!(ON(p)|0))break b;g=g+1|0;v=10}while(0);o=t+11|0;n=i[o>>0]|0;p=t+4|0;c:do if((n<<24>>24<0?k[p>>2]|0:n&255)|0){d:do if((h|0)!=(g|0)){j=g;l=h;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;n=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=n;l=l+1|0}}while(0);n=Mb[k[(k[s>>2]|0)+16>>2]&127](s)|0;m=h;l=0;j=0;while(1){if(m>>>0>=g>>>0)break;x=i[((i[o>>0]|0)<0?k[t>>2]|0:t)+j>>0]|0;if(x<<24>>24>0&(l|0)==(x<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+1;i[l>>0]=n;l=i[o>>0]|0;j=(j>>>0<((l<<24>>24<0?k[p>>2]|0:l&255)+-1|0)>>>0&1)+j|0;l=0}y=Sb[k[(k[u>>2]|0)+28>>2]&31](u,i[m>>0]|0)|0;x=k[f>>2]|0;k[f>>2]=x+1;i[x>>0]=y;m=m+1|0;l=l+1|0}j=d+(h-a)|0;h=k[f>>2]|0;if((j|0)==(h|0))j=u;else while(1){h=h+-1|0;if(j>>>0>=h>>>0){j=u;break c}y=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=y;j=j+1|0}}else{Qb[k[(k[u>>2]|0)+32>>2]&7](u,h,g,k[f>>2]|0)|0;k[f>>2]=(k[f>>2]|0)+(g-h);j=u}while(0);while(1){if(g>>>0>=c>>>0)break;h=i[g>>0]|0;if(h<<24>>24==46){v=29;break}x=Sb[k[(k[j>>2]|0)+28>>2]&31](u,h)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}if((v|0)==29){x=Mb[k[(k[s>>2]|0)+12>>2]&127](s)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}Qb[k[(k[u>>2]|0)+32>>2]&7](u,g,c,k[f>>2]|0)|0;y=(k[f>>2]|0)+(q-g)|0;k[f>>2]=y;k[e>>2]=(b|0)==(c|0)?y:d+(b-a)|0;NJ(t);r=w;return}function Md(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;z=r;r=r+240|0;w=z;u=z+204|0;x=z+192|0;y=z+180|0;v=z+176|0;p=z+16|0;q=z+8|0;s=z+4|0;k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}a=eG(d)|0;t=NI(a,44028)|0;Qb[k[(k[t>>2]|0)+32>>2]&7](t,35402,35428,u)|0;cE(a);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[y+(a<<2)>>2]=0;a=a+1|0}t=y+11|0;o=y+8|0;if((i[t>>0]|0)<0)a=(k[o>>2]&2147483647)+-1|0;else a=10;Ur(y,a);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g;k[q>>2]=p;k[s>>2]=0;n=y+4|0;a=k[b>>2]|0;a:while(1){if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;h=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)!=(k[d+16>>2]|0))if(h)break;else break a;if((Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;A=19;break}}else A=19;while(0);if((A|0)==19){A=0;if(h){a=0;d=0;break}else d=0}h=i[t>>0]|0;h=h<<24>>24<0?k[n>>2]|0:h&255;if((k[v>>2]|0)==(g+h|0)){Ur(y,h<<1);if((i[t>>0]|0)<0)g=(k[o>>2]&2147483647)+-1|0;else g=10;Ur(y,g);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+h}j=a+12|0;h=k[j>>2]|0;m=a+16|0;if((h|0)==(k[m>>2]|0))h=Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0;else h=l[h>>0]|0;if(Fg(h&255,16,g,v,s,0,x,p,q,u)|0)break;d=k[j>>2]|0;if((d|0)==(k[m>>2]|0)){Mb[k[(k[a>>2]|0)+40>>2]&127](a)|0;continue}else{k[j>>2]=d+1;continue}}Ur(y,(k[v>>2]|0)-g|0);u=(i[t>>0]|0)<0?k[y>>2]|0:y;v=FH()|0;k[w>>2]=f;if((Yz(u,v,0,w)|0)!=1)k[e>>2]=4;if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(Mb[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;a=(a|0)==0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(Mb[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;A=43;break}if(!a)A=44}else A=43;while(0);if((A|0)==43?a:0)A=44;if((A|0)==44)k[e>>2]=k[e>>2]|2;A=k[b>>2]|0;NJ(y);NJ(x);r=z;return A|0}function Nd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Dr(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=zE(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Ur(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(Gg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=rn(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=N;Sj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;NJ(x);NJ(w);r=z;return f|0}function Od(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Dr(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=zE(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Ur(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(Gg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=bo(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=N;Sj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;NJ(x);NJ(w);r=z;return f|0}function Pd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+304|0;q=A+200|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Dr(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=zE(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Ur(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){l=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;l=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else z=17}else z=17;if((z|0)==17){z=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(g+a|0)){Ur(y,a<<1);if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Ur(y,c);g=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+a}a=l+12|0;c=k[a>>2]|0;h=l+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if(Gg(c,s,g,v,t,m,x,w,u,q)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[l>>2]|0)+40>>2]&127](l)|0;h=l;continue}else{k[a>>2]=c+4;h=l;continue}}q=i[x+11>>0]|0;c=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(c-w|0)<160:0){q=k[t>>2]|0;t=c+4|0;k[u>>2]=t;k[c>>2]=q;c=t}v=Am(g,k[v>>2]|0,d,s)|0;j[e>>1]=v;Sj(x,w,c,d);if(!l)g=1;else{c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=Mb[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)z=45}else z=43}else z=43;if((z|0)==43?g:0)z=45;if((z|0)==45)k[d>>2]=k[d>>2]|2;NJ(y);NJ(x);r=A;return f|0}function Qd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Dr(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=zE(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=Mb[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Ur(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Ur(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(Gg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){Mb[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=Mm(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;Sj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=Mb[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=Mb[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;NJ(x);NJ(w);r=z;return f|0}
+function Vb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0;fa=r;r=r+224|0;ea=fa+200|0;da=fa+176|0;ca=fa+152|0;ba=fa+88|0;_=fa+64|0;$=fa+40|0;Z=fa+24|0;S=fa+136|0;J=fa+124|0;K=fa+112|0;V=fa+76|0;W=fa+12|0;X=fa;R=b;t=R-a|0;a:do if((t|0)>1){v=(t|0)>3;if(v?(i[a>>0]|0)==103:0){I=(i[a+1>>0]|0)==115;e=I?a+2|0:a}else{e=a;I=0}do switch(i[e>>0]|0){case 76:{d=ic(a,b,c)|0;break a}case 84:{d=Bc(a,b,c)|0;break a}case 102:{d=jd(a,b,c)|0;break a}case 97:switch(i[e+1>>0]|0){case 97:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39059,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 100:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39080,1);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 110:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39080,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 78:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40204,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40207,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ba=a+2|0;d=Wb(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}Sr(ca,p+-24|0);f=eC(ca,0,40209)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=PC(da,38935)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=30}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=30}if((aa|0)==30){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;b:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=38}else{h=0;j=1;g=o;aa=39}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break b;if(j){e=1;f=k[o>>2]|0;aa=38;break}else{h=1;j=0;f=o;aa=39;break}}while(0);if((aa|0)==38){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==39)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}kI(ea);kI(da);kI(ca);break a}case 122:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=122){d=a;break a}ba=a+2|0;d=Vb(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}Sr(ca,p+-24|0);f=eC(ca,0,40209)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=PC(da,38935)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-16>>2]&2147483647)+-1|0;h=1}else aa=66}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=66}if((aa|0)==66){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;c:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=74}else{h=0;j=1;g=o;aa=75}}else{g=ac(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break c;if(h){e=1;f=k[o>>2]|0;aa=74;break}else{h=1;j=0;f=o;aa=75;break}}while(0);if((aa|0)==74){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==75)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}kI(ea);kI(da);kI(ca);break a}default:{d=a;break a}}case 99:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,s=Wb(aa,b,c)|0,(s|0)!=(aa|0)):0)?(P=Vb(s,b,c)|0,(P|0)!=(s|0)):0)?(E=c+4|0,u=k[E>>2]|0,((u-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Sr(ea,u+-24|0);d=k[E>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[E>>2]=a;CC(a);f=k[E>>2]|0}f=d+-48|0;Sr(Z,f);e=eC(Z,0,40219)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC($,40231)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=tn(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC(ba,38935)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(da,ca);Ge(f,da);CC(da);kI(ca);kI(ba);kI(_);kI($);kI(Z);kI(ea);d=P}else d=a;break a}case 108:{if(!v){d=a;break a}if((i[a>>0]|0)!=99){d=a;break a}if((i[a+1>>0]|0)!=108){d=a;break a}da=a+2|0;e=Vb(da,b,c)|0;if((e|0)==(da|0)|(e|0)==(b|0)){d=a;break a}q=c+4|0;d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}ca=d+-12|0;p=i[ca+11>>0]|0;da=p<<24>>24<0;tn(d+-24|0,da?k[ca>>2]|0:ca,da?k[d+-8>>2]|0:p&255)|0;p=k[q>>2]|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;d=i[n>>0]|0;if(d<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else aa=123}else{i[m>>0]=0;i[n>>0]=0;d=0;aa=123}if((aa|0)==123){j=0;o=d&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;d:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){d=0;g=m;aa=131}else{h=0;j=1;g=m;aa=132}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break d;if(j){d=1;f=k[m>>2]|0;aa=131;break}else{h=1;j=0;f=m;aa=132;break}}while(0);if((aa|0)==131){h=d;j=1;d=k[p+-8>>2]|0}else if((aa|0)==132)d=d&255;d=d+1|0;if(d|0)cs(g|0,f|0,d|0)|0;if(j)vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[ea>>2];k[m+4>>2]=k[ea+4>>2];k[m+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}kI(ea);PC((k[q>>2]|0)+-24|0,39030)|0;j=ea+11|0;l=ea+4|0;while(1){if((i[e>>0]|0)==69)break;h=Vb(e,b,c)|0;if((h|0)==(e|0)|(h|0)==(b|0)){d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}Sr(ea,d+-24|0);f=k[q>>2]|0;g=f+-24|0;d=f;while(1){if((d|0)==(g|0))break;da=d+-24|0;k[q>>2]=da;CC(da);d=k[q>>2]|0}e=i[j>>0]|0;d=e<<24>>24<0;e=d?k[l>>2]|0:e&255;if(e|0){if((k[c>>2]|0)==(g|0)){aa=154;break}tn(f+-48|0,d?k[ea>>2]|0:ea,e)|0}kI(ea);e=h}if((aa|0)==154){kI(ea);d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}PC(d+-24|0,38935)|0;d=e+1|0;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40234,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39244,1);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 118:{e:do if((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==118:0)?(Y=c+63|0,X=i[Y>>0]|0,i[Y>>0]=0,aa=a+2|0,y=Wb(aa,b,c)|0,i[Y>>0]=X,!((y|0)==(aa|0)|(y|0)==(b|0))):0){if((i[y>>0]|0)!=95){d=Vb(y,b,c)|0;if((d|0)==(y|0)){d=a;break}}else{d=y+1|0;if((d|0)==(b|0)){d=a;break}e=i[d>>0]|0;f:do if(e<<24>>24==69){g=c+4|0;f=k[g>>2]|0;aa=k[c+8>>2]|0;h=aa;if(f>>>0<aa>>>0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[f+16>>2]=0;k[f+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=f+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=(k[g>>2]|0)+24;break}g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)wM();h=(h-g|0)/24|0;g=h<<1;fu(ea,h>>>0<89478485?(g>>>0<f>>>0?f:g):178956970,e,c+12|0);g=ea+8|0;h=k[g>>2]|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;k[h+12>>2]=0;k[h+16>>2]=0;k[h+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[h+(e<<2)>>2]=0;e=e+1|0}f=h+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=h+24;In(c,ea);jt(ea)}else while(1){if(e<<24>>24==69)break f;e=Vb(d,b,c)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break e}d=e;e=i[e>>0]|0}while(0);d=d+1|0}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0>=2){Sr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;CC(a);g=k[h>>2]|0}g=e+-48|0;Sr(Z,g);f=eC(Z,0,39030)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC($,40236)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=tn(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(ba,38935)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(da,ca);Ge(g,da);CC(da);kI(ca);kI(ba);kI(_);kI($);kI(Z);kI(ea)}else d=a}else d=a;while(0);break a}default:{d=a;break a}}case 100:switch(i[e+1>>0]|0){case 97:{$=e+2|0;d=Vb($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;g:do if(I)Mr(ca,39218,2);else{e=0;while(1){if((e|0)==3)break g;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=PC(ca,40239)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=tn(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=224}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=224}if((aa|0)==224){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;h:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=232}else{h=0;j=1;g=o;aa=233}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break h;if(j){e=1;f=k[o>>2]|0;aa=232;break}else{h=1;j=0;f=o;aa=233;break}}while(0);if((aa|0)==232){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==233)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}kI(ea);kI(ba);kI(da);kI(ca);break a}case 99:{if((((((t|0)>2?(i[a>>0]|0)==100:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,w=Wb(aa,b,c)|0,(w|0)!=(aa|0)):0)?(Q=Vb(w,b,c)|0,(Q|0)!=(w|0)):0)?(F=c+4|0,x=k[F>>2]|0,((x-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Sr(ea,x+-24|0);d=k[F>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[F>>2]=a;CC(a);f=k[F>>2]|0}f=d+-48|0;Sr(Z,f);e=eC(Z,0,40249)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC($,40231)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=tn(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC(ba,38935)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(da,ca);Ge(f,da);CC(da);kI(ca);kI(ba);kI(_);kI($);kI(Z);kI(ea);d=Q}else d=a;break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39075,1);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{$=e+2|0;d=Vb($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;i:do if(I)Mr(ca,39218,2);else{e=0;while(1){if((e|0)==3)break i;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=PC(ca,40263)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=tn(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=286}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=286}if((aa|0)==286){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;j:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=294}else{h=0;j=1;g=o;aa=295}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break j;if(j){e=1;f=k[o>>2]|0;aa=294;break}else{h=1;j=0;f=o;aa=295;break}}while(0);if((aa|0)==294){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==295)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}kI(ea);kI(ba);kI(da);kI(ca);break a}case 110:{d=sc(a,b,c)|0;break a}case 115:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=115){d=a;break a}ca=a+2|0;e=Vb(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=Vb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;CC(ca);g=k[h>>2]|0}Fo(da,40271,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;tn(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;kI(da);kI(ea);break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ca=a+2|0;e=Vb(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=sc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;CC(ca);g=k[h>>2]|0}Fo(da,40274,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;tn(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;kI(da);kI(ea);break a}case 118:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40276,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 86:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40278,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 101:switch(i[e+1>>0]|0){case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40281,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 79:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40283,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 113:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40286,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 103:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40289,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39094,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 105:{if((i[e+1>>0]|0)!=120){d=a;break a}aa=a+2|0;e=Vb(aa,b,c)|0;if((e|0)==(aa|0)){d=a;break a}d=Vb(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;break a}ea=e+-24|0;k[h>>2]=ea;CC(ea);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;CC(a);g=k[h>>2]|0}Sr(da,e+-48|0);f=k[h>>2]|0;Fo($,39030,da);g=PC($,40292)|0;k[_>>2]=k[g>>2];k[_+4>>2]=k[g+4>>2];k[_+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[ea+11>>0]|0;e=f<<24>>24<0;f=tn(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(ba,39019)|0;k[S>>2]=k[f>>2];k[S+4>>2]=k[f+4>>2];k[S+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(ca,S);Ge(g,ca);CC(ca);kI(S);kI(ba);kI(_);kI($);kI(da);kI(ea);break a}case 108:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40295,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40298,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40301,3);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39092,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 109:switch(i[e+1>>0]|0){case 105:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40305,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 73:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40307,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,39075,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40310,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 109:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40313,2);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}d=Vb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;Sr(ca,g);f=eC(ca,0,39030)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(da,40316)|0;k[J>>2]=k[f>>2];k[J+4>>2]=k[f+4>>2];k[J+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(ea,J);Ge(g,ea);CC(ea);kI(J);kI(da);kI(ca);break a}default:{d=a;break a}}case 110:switch(i[e+1>>0]|0){case 119:case 97:{k:do if(v){d=i[a>>0]|0;if(d<<24>>24==103){t=(i[a+1>>0]|0)==115;d=t?a+2|0:a;e=d;d=i[d>>0]|0}else{t=0;e=a}if(d<<24>>24==110){d=i[e+1>>0]|0;switch(d<<24>>24){case 97:case 119:break;default:{d=a;break k}}s=d<<24>>24==97;d=e+2|0;l:do if((d|0)!=(b|0)){p=0;while(1){if((i[d>>0]|0)==95)break;f=Vb(d,b,c)|0;d=(f|0)==(d|0);e=(f|0)==(b|0);if(d|e)break l;else{p=p|(d|e)^1;d=f}}Y=d+1|0;e=Wb(Y,b,c)|0;if(!((e|0)==(Y|0)|(e|0)==(b|0))){d=i[e>>0]|0;m:do if(!((R-e|0)>2&d<<24>>24==112))if(d<<24>>24==69){o=0;q=e}else break l;else{if((i[e+1>>0]|0)!=105)break l;d=e+2|0;while(1){if((i[d>>0]|0)==69){o=1;q=d;break m}Y=d;d=Vb(d,b,c)|0;if((d|0)==(Y|0)|(d|0)==(b|0))break l}}while(0);k[da>>2]=0;k[da+4>>2]=0;k[da+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}n:do if(o){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;e=1}else{Sr(ea,d+-24|0);l=da+11|0;if((i[l>>0]|0)<0){i[k[da>>2]>>0]=0;k[da+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){h=1;m=0;g=(k[da+8>>2]&2147483647)+-1|0}else aa=405}else{i[da>>0]=0;i[l>>0]=0;d=0;aa=405}if((aa|0)==405){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;o:do if((j|0)!=(g|0)){do if(e){e=k[da>>2]|0;if(h){d=0;f=da;aa=412}else{g=0;h=1;f=da;aa=413}}else{f=ac(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break o;if(!h){g=1;h=0;e=da;aa=413;break}d=1;e=k[da>>2]|0;aa=412}while(0);if((aa|0)==412){g=d;h=1;d=k[da+4>>2]|0}else if((aa|0)==413)d=d&255;d=d+1|0;if(d|0)cs(f|0,e|0,d|0)|0;if(h)vc(e);if(g){k[da+8>>2]=j+1|-2147483648;k[da+4>>2]=m;k[da>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[da>>2]=k[ea>>2];k[da+4>>2]=k[ea+4>>2];k[da+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}kI(ea);d=k[n>>2]|0;e=d+-24|0;while(1){if((d|0)==(e|0)){g=c;d=e;aa=427;break n}aa=d+-24|0;k[n>>2]=aa;CC(aa);d=k[n>>2]|0}}}else{d=c+4|0;n=d;g=c;d=k[d>>2]|0;aa=427}while(0);if((aa|0)==427)if((k[g>>2]|0)==(d|0)){d=a;e=1}else{Sr(ca,d+-24|0);e=k[n>>2]|0;f=e+-24|0;d=e;while(1){if((d|0)==(f|0))break;b=d+-24|0;k[n>>2]=b;CC(b);d=k[n>>2]|0}k[ba>>2]=0;k[ba+4>>2]=0;k[ba+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ba+(d<<2)>>2]=0;d=d+1|0}p:do if(p)if((k[g>>2]|0)==(f|0)){d=a;e=1}else{Sr(ea,e+-48|0);l=ba+11|0;do if((i[l>>0]|0)<0){i[k[ba>>2]>>0]=0;k[ba+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24>=0){aa=440;break}h=1;m=0;g=(k[ba+8>>2]&2147483647)+-1|0}else{i[ba>>0]=0;i[l>>0]=0;d=0;aa=440}while(0);if((aa|0)==440){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;q:do if((j|0)!=(g|0)){do if(e){e=k[ba>>2]|0;if(h){d=0;f=ba;aa=447}else{g=0;h=1;f=ba;aa=448}}else{f=ac(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break q;if(!h){g=1;h=0;e=ba;aa=448;break}d=1;e=k[ba>>2]|0;aa=447}while(0);if((aa|0)==447){g=d;h=1;d=k[ba+4>>2]|0}else if((aa|0)==448)d=d&255;d=d+1|0;if(d|0)cs(f|0,e|0,d|0)|0;if(h)vc(e);if(g){k[ba+8>>2]=j+1|-2147483648;k[ba+4>>2]=m;k[ba>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[ba>>2]=k[ea>>2];k[ba+4>>2]=k[ea+4>>2];k[ba+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}kI(ea);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){aa=462;break p}aa=e+-24|0;k[n>>2]=aa;CC(aa);e=k[n>>2]|0}}else aa=462;while(0);if((aa|0)==462){k[_>>2]=0;k[_+4>>2]=0;k[_+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}if(t)Zm(_,39218,2);if(s)PC(_,40320)|0;else PC(_,39042)|0;if(p){Fo($,39030,ba);e=PC($,40324)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;tn(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;kI(ea);kI($)}aa=i[ca+11>>0]|0;b=aa<<24>>24<0;tn(_,b?k[ca>>2]|0:ca,b?k[ca+4>>2]|0:aa&255)|0;if(o){Fo($,38932,da);e=PC($,38935)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;tn(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;kI(ea);kI($)}k[Z>>2]=k[_>>2];k[Z+4>>2]=k[_+4>>2];k[Z+8>>2]=k[_+8>>2];d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}ps($,Z);d=k[n>>2]|0;aa=k[c+8>>2]|0;g=aa;do if(d>>>0>=aa>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{b=(g-f|0)/24|0;aa=b<<1;fu(ea,b>>>0<89478485?(aa>>>0<e>>>0?e:aa):178956970,d,c+12|0);aa=ea+8|0;b=k[aa>>2]|0;is(b,$);k[aa>>2]=b+24;In(c,ea);jt(ea);break}}else{is(d,$);k[n>>2]=(k[n>>2]|0)+24}while(0);CC($);kI(Z);kI(_);d=q+1|0;e=0}kI(ba);kI(ca)}kI(da);if(!e)break k}}while(0);d=a}else d=a}else d=a;while(0);break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40327,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 103:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40305,1);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40330,1);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 120:{p=a+2|0;d=Vb(p,b,c)|0;if((d|0)!=(p|0)?(Y=k[c+4>>2]|0,(k[c>>2]|0)!=(Y|0)):0){Sr(ca,Y+-24|0);f=eC(ca,0,40332)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=Y+-24|0;f=PC(da,38935)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[Y+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[Y+-16>>2]&2147483647)+-1|0;h=1}else aa=508}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=508}if((aa|0)==508){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;r:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=516}else{h=0;j=1;g=o;aa=517}}else{g=ac(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break r;if(h){e=1;f=k[o>>2]|0;aa=516;break}else{h=1;j=0;f=o;aa=517;break}}while(0);if((aa|0)==516){h=e;j=1;e=k[Y+-20>>2]|0}else if((aa|0)==517)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[Y+-16>>2]=l+1|-2147483648;k[Y+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}kI(ea);kI(da);kI(ca)}else d=p;d=(d|0)==(p|0)?a:d;break a}default:{d=a;break a}}case 111:switch(i[e+1>>0]|0){case 110:{d=sc(a,b,c)|0;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40343,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 114:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40346,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 82:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40348,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 112:switch(i[e+1>>0]|0){case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40351,3);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40355,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40357,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 112:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40360,2);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}d=Vb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;Sr(ca,g);f=eC(ca,0,39030)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(da,40363)|0;k[K>>2]=k[f>>2];k[K+4>>2]=k[f+4>>2];k[K+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(ea,K);Ge(g,ea);CC(ea);kI(K);kI(da);kI(ca);break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40355,1);d=te(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=112){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}da=a+2|0;e=Vb(da,b,c)|0;if((e|0)==(da|0)){d=a;break a}d=Vb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;da=g+-24|0;k[h>>2]=da;CC(da);g=k[h>>2]|0}PC(e+-48|0,40367)|0;da=i[ea+11>>0]|0;ca=da<<24>>24<0;tn((k[h>>2]|0)+-24|0,ca?k[ea>>2]|0:ea,ca?k[ea+4>>2]|0:da&255)|0;kI(ea);break a}default:{d=a;break a}}case 113:{if((i[e+1>>0]|0)!=117){d=a;break a}aa=a+2|0;d=Vb(aa,b,c)|0;if((d|0)==(aa|0)){d=a;break a}e=Vb(d,b,c)|0;if((e|0)==(d|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=a;break a}ea=f+-24|0;k[d>>2]=ea;CC(ea);f=k[d>>2]|0}}d=Vb(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;f=e;while(1){if((f|0)==(d|0))break;ea=f+-24|0;k[h>>2]=ea;CC(ea);f=k[h>>2]|0}e=e+-48|0;while(1){if((d|0)==(e|0)){d=a;break a}ea=d+-24|0;k[h>>2]=ea;CC(ea);d=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<3){d=a;break a}Sr(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;CC(a);g=k[h>>2]|0}Sr(da,e+-48|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;CC(a);g=k[h>>2]|0}Sr(ca,e+-48|0);f=k[h>>2]|0;Fo(X,39030,ca);g=PC(X,40370)|0;k[W>>2]=k[g>>2];k[W+4>>2]=k[g+4>>2];k[W+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[da+11>>0]|0;e=f<<24>>24<0;f=tn(W,e?k[da>>2]|0:da,e?k[da+4>>2]|0:f&255)|0;k[Z>>2]=k[f>>2];k[Z+4>>2]=k[f+4>>2];k[Z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(Z,40376)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=tn($,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(_,38935)|0;k[V>>2]=k[f>>2];k[V+4>>2]=k[f+4>>2];k[V+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(ba,V);Ge(g,ba);CC(ba);kI(V);kI(_);kI($);kI(Z);kI(W);kI(X);kI(ca);kI(da);kI(ea);break a}case 114:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==114:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,f=Wb(aa,b,c)|0,(f|0)!=(aa|0)):0)?(M=Vb(f,b,c)|0,(M|0)!=(f|0)):0)?(z=c+4|0,g=k[z>>2]|0,((g-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Sr(ea,g+-24|0);d=k[z>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[z>>2]=a;CC(a);f=k[z>>2]|0}f=d+-48|0;Sr(Z,f);e=eC(Z,0,40382)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC($,40231)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=tn(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC(ba,38935)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(da,ca);Ge(f,da);CC(da);kI(ca);kI(ba);kI(_);kI($);kI(Z);kI(ea);d=M}else d=a;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40400,1);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 77:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40402,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40405,2);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Mr(ea,40408,3);d=qd(da,b,ea,c)|0;kI(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 115:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,h=Wb(aa,b,c)|0,(h|0)!=(aa|0)):0)?(N=Vb(h,b,c)|0,(N|0)!=(h|0)):0)?(A=c+4|0,j=k[A>>2]|0,((j-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Sr(ea,j+-24|0);d=k[A>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[A>>2]=a;CC(a);f=k[A>>2]|0}f=d+-48|0;Sr(Z,f);e=eC(Z,0,40412)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC($,40231)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=tn(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC(ba,38935)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(da,ca);Ge(f,da);CC(da);kI(ca);kI(ba);kI(_);kI($);kI(Z);kI(ea);d=N}else d=a;break a}case 112:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=115){d=a;break a}if((i[a+1>>0]|0)!=112){d=a;break a}ea=a+2|0;d=Vb(ea,b,c)|0;d=(d|0)==(ea|0)?a:d;break a}case 114:{d=sc(a,b,c)|0;break a}case 116:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==116:0)?(aa=a+2|0,G=Wb(aa,b,c)|0,(G|0)!=(aa|0)):0)?(l=k[c+4>>2]|0,(k[c>>2]|0)!=(l|0)):0){f=l+-24|0;Sr(ba,f);e=eC(ba,0,40425)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC(ca,38935)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(ea,da);Ge(f,ea);CC(ea);kI(da);kI(ca);kI(ba);d=G}else d=a;break a}case 122:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==122:0)?(aa=a+2|0,d=Vb(aa,b,c)|0,(d|0)!=(aa|0)):0)?(m=k[c+4>>2]|0,(k[c>>2]|0)!=(m|0)):0){g=m+-24|0;Sr(ba,g);f=eC(ba,0,40425)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(ca,38935)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(ea,da);Ge(g,ea);CC(ea);kI(da);kI(ca);kI(ba)}else d=a;break a}case 90:{if((R-e|0)<=2){d=a;break a}switch(i[e+2>>0]|0){case 84:break;case 102:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(o=a+2|0,(i[o>>0]|0)==102):0)?(H=jd(o,b,c)|0,(H|0)!=(o|0)):0)?(p=k[c+4>>2]|0,(k[c>>2]|0)!=(p|0)):0){f=p+-24|0;Sr(ba,f);e=eC(ba,0,40434)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=PC(ca,38935)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}ps(ea,da);Ge(f,ea);CC(ea);kI(da);kI(ca);kI(ba);d=H}else d=a;break a}default:{d=a;break a}}if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(n=a+2|0,(i[n>>0]|0)==84):0)?(T=c+4|0,O=((k[T>>2]|0)-(k[c>>2]|0)|0)/24|0,U=Bc(n,b,c)|0,B=k[c>>2]|0,L=((k[T>>2]|0)-B|0)/24|0,B,(U|0)!=(n|0)):0){i[da+11>>0]=10;d=da;e=40434;f=d+10|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[da+10>>0]=0;s:do if((O|0)!=(L|0)){Sr(ea,B+(O*24|0)|0);g=i[ea+11>>0]|0;h=g<<24>>24<0;tn(da,h?k[ea>>2]|0:ea,h?k[ea+4>>2]|0:g&255)|0;kI(ea);g=ea+11|0;h=ea+4|0;d=O;while(1){d=d+1|0;if((d|0)==(L|0))break s;Sr(ca,(k[c>>2]|0)+(d*24|0)|0);f=eC(ca,0,39032)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}a=i[g>>0]|0;aa=a<<24>>24<0;tn(da,aa?k[ea>>2]|0:ea,aa?k[h>>2]|0:a&255)|0;kI(ea);kI(ca)}}while(0);PC(da,38935)|0;d=L;while(1){if((d|0)==(O|0))break;f=k[T>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[T>>2]=a;CC(a);f=k[T>>2]|0}d=d+-1|0}k[ba>>2]=k[da>>2];k[ba+4>>2]=k[da+4>>2];k[ba+8>>2]=k[da+8>>2];d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}ps(ca,ba);d=k[T>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{aa=(g-f|0)/24|0;a=aa<<1;fu(ea,aa>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,c+12|0);a=ea+8|0;aa=k[a>>2]|0;is(aa,ca);k[a>>2]=aa+24;In(c,ea);jt(ea);break}}else{is(d,ca);k[T>>2]=(k[T>>2]|0)+24}while(0);CC(ca);kI(ba);kI(da);d=U}else d=a;break a}default:{d=a;break a}}case 116:switch(i[e+1>>0]|0){case 105:case 101:{t:do if((t|0)>2?(i[a>>0]|0)==116:0){d=i[a+1>>0]|0;switch(d<<24>>24){case 105:case 101:break;default:{d=a;break t}}e=a+2|0;if(d<<24>>24==101)d=Vb(e,b,c)|0;else d=Wb(e,b,c)|0;if((d|0)!=(e|0)?(C=k[c+4>>2]|0,(k[c>>2]|0)!=(C|0)):0){g=C+-24|0;Sr(ba,g);f=eC(ba,0,40445)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(ca,38935)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(ea,da);Ge(g,ea);CC(ea);kI(da);kI(ca);kI(ba)}else d=a}else d=a;while(0);break a}case 114:{vr(da,40453);d=c+4|0;e=k[d>>2]|0;ca=k[c+8>>2]|0;g=ca;do if(e>>>0>=ca>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)wM();else{ba=(g-f|0)/24|0;ca=ba<<1;fu(ea,ba>>>0<89478485?(ca>>>0<e>>>0?e:ca):178956970,d,c+12|0);ca=ea+8|0;ba=k[ca>>2]|0;is(ba,da);k[ca>>2]=ba+24;In(c,ea);jt(ea);break}}else{is(e,da);k[d>>2]=(k[d>>2]|0)+24}while(0);CC(da);d=a+2|0;break a}case 119:{if(((((t|0)>2?(i[a>>0]|0)==116:0)?(i[a+1>>0]|0)==119:0)?(ba=a+2|0,D=Vb(ba,b,c)|0,(D|0)!=(ba|0)):0)?(q=k[c+4>>2]|0,(k[c>>2]|0)!=(q|0)):0){e=q+-24|0;Sr(ca,e);f=eC(ca,0,40459)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}ps(ea,da);Ge(e,ea);CC(ea);kI(da);kI(ca);d=D}else d=a;break a}default:{d=a;break a}}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{d=sc(a,b,c)|0;break a}default:{d=a;break a}}while(0)}else d=a;while(0);r=fa;return d|0}function Wb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0;E=r;r=r+160|0;D=E+128|0;C=E+104|0;B=E+88|0;z=E+64|0;u=E+24|0;t=E;h=E+48|0;l=E+36|0;m=E+12|0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 75:case 86:case 114:{k[C>>2]=0;e=Ws(a,b,C)|0;b:do if((e|0)!=(a|0)?(f=i[e>>0]|0,x=c+4|0,o=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,w=Wb(e,b,c)|0,x=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,(w|0)!=(e|0)):0){u=f<<24>>24==70;v=c+20|0;e=k[v>>2]|0;c:do if(u){f=e+-16|0;while(1){if((e|0)==(f|0)){e=f;break c}B=e+-16|0;k[v>>2]=B;pt(B);e=k[v>>2]|0}}while(0);h=c+16|0;g=k[c+12>>2]|0;B=k[c+24>>2]|0;j=B;do if(e>>>0>=B>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=j-l|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);B=D+8|0;a=k[B>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=g;k[B>>2]=a+16;Vj(h,D);gr(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[v>>2]=(k[v>>2]|0)+16}while(0);s=k[C>>2]|0;p=(s&1|0)==0;q=(s&2|0)==0;s=(s&4|0)==0;t=D+8|0;while(1){if(o>>>0>=x>>>0){d=w;break b}if(u){g=k[c>>2]|0;m=g+(o*24|0)+12|0;h=i[m+11>>0]|0;e=h<<24>>24<0;if(e){j=k[g+(o*24|0)+16>>2]|0;f=k[m>>2]|0}else{j=h&255;f=m}l=j+-2|0;if((i[f+l>>0]|0)==38)e=j+-3|0;else{if(e){f=k[m>>2]|0;e=k[g+(o*24|0)+16>>2]|0}else{f=m;e=h&255}e=(i[f+e+-1>>0]|0)==38?l:j}if(!p){eC(m,e,38985)|0;e=e+6|0}if(!q){eC((k[c>>2]|0)+(o*24|0)+12|0,e,38992)|0;e=e+9|0}if(!s)eC((k[c>>2]|0)+(o*24|0)+12|0,e,39002)|0}else{if(!p)PC((k[c>>2]|0)+(o*24|0)|0,38985)|0;if(!q)PC((k[c>>2]|0)+(o*24|0)|0,38992)|0;if(!s)PC((k[c>>2]|0)+(o*24|0)|0,39002)|0}h=k[v>>2]|0;j=h+-16|0;l=k[c>>2]|0;m=l+(o*24|0)|0;e=h+-12|0;f=k[e>>2]|0;C=k[h+-8>>2]|0;n=C;if((f|0)==(C|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;B=(n-g|0)/24|0;C=B<<1;fu(D,B>>>0<89478485?(C>>>0<f>>>0?f:C):178956970,e,h+-4|0);C=k[t>>2]|0;Qt(C,m);Qt(C+12|0,l+(o*24|0)+12|0);k[t>>2]=C+24;In(j,D);jt(D)}else{Qt(f,m);Qt(f+12|0,l+(o*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}o=o+1|0}wM()}else d=a;while(0);break a}default:{}}d=Zb(a,b,c)|0;if((d|0)==(a|0)){e=i[a>>0]|0;d:do switch(e<<24>>24|0){case 65:{if(e<<24>>24!=65){d=a;break a}m=a+1|0;if((m|0)==(b|0)){d=a;break a}d=i[m>>0]|0;do if(d<<24>>24==95){A=a+2|0;d=Wb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;Mr(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(tI(e?k[D>>2]|0:D,39012,2)|0)==0;kI(D);if(A)Hs((k[f>>2]|0)+-12|0)}else kI(D);eC((k[f>>2]|0)+-12|0,0,39015)|0}else{if((d+-49&255)<9){j=Rr(m,b)|0;if((j|0)==(b|0)){d=a;break a}if((i[j>>0]|0)!=95){d=a;break a}A=j+1|0;d=Wb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;Mr(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(tI(e?k[D>>2]|0:D,39012,2)|0)==0;kI(D);if(A)Hs((k[f>>2]|0)+-12|0)}else kI(D);l=(k[f>>2]|0)+-12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=j-m|0;if(h>>>0>4294967279)rM();if(h>>>0<11){i[B+11>>0]=h;g=B}else{A=h+16&-16;g=ac(A)|0;k[B>>2]=g;k[B+8>>2]=A|-2147483648;k[B+4>>2]=h}e=m;f=g;while(1){if((e|0)==(j|0))break;i[f>>0]=i[e>>0]|0;e=e+1|0;f=f+1|0}i[g+h>>0]=0;f=eC(B,0,39012)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(C,39019)|0;k[D>>2]=k[f>>2];k[D+4>>2]=k[f+4>>2];k[D+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}A=i[D+11>>0]|0;b=A<<24>>24<0;$j(l,0,b?k[D>>2]|0:D,b?k[D+4>>2]|0:A&255)|0;kI(D);kI(C);kI(B);break}d=Vb(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)!=95){d=a;break a}y=d+1|0;d=Wb(y,b,c)|0;if((d|0)==(y|0)){d=a;break a}q=c+4|0;e=k[q>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}is(D,e+-24|0);e=k[q>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[q>>2]=b;CC(b);g=k[q>>2]|0}is(C,e+-48|0);m=k[q>>2]|0;n=m+-24|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-20>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-16>>2]&2147483647)+-1|0}else A=92}else{i[n>>0]=0;i[o>>0]=0;e=0;A=92}if((A|0)==92){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;e:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=100}else{h=0;j=1;g=n;A=101}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break e;if(j){e=1;f=k[n>>2]|0;A=100;break}else{h=1;j=0;f=n;A=101;break}}while(0);if((A|0)==100){h=e;j=1;e=k[m+-20>>2]|0}else if((A|0)==101)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[m+-16>>2]=l+1|-2147483648;k[m+-20>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[D>>2];k[n+4>>2]=k[D+4>>2];k[n+8>>2]=k[D+8>>2];e=0;while(1){if((e|0)==3)break;k[D+(e<<2)>>2]=0;e=e+1|0}g=D+12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=g+11|0;b=i[h>>0]|0;e=b<<24>>24<0;j=D+16|0;b=e?k[j>>2]|0:b&255;Mr(B,e?k[g>>2]|0:g,b>>>0<2?b:2);b=i[B+11>>0]|0;e=b<<24>>24<0;if(((e?k[B+4>>2]|0:b&255)|0)==2){b=(tI(e?k[B>>2]|0:B,39012,2)|0)==0;kI(B);if(b)Hs(g)}else kI(B);p=k[q>>2]|0;Sr(t,C);f=eC(t,0,39012)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-12|0;f=PC(u,39019)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[h>>0]|0;e=f<<24>>24<0;f=tn(z,e?k[g>>2]|0:g,e?k[j>>2]|0:f&255)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-8>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=129}else{i[o>>0]=0;i[m>>0]=0;e=0;A=129}if((A|0)==129){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;f:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;A=137}else{h=0;j=1;g=o;A=138}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break f;if(j){e=1;f=k[o>>2]|0;A=137;break}else{h=1;j=0;f=o;A=138;break}}while(0);if((A|0)==137){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==138)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[B>>2];k[o+4>>2]=k[B+4>>2];k[o+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}kI(B);kI(z);kI(u);kI(t);CC(C);CC(D)}while(0);if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}case 67:{A=a+1|0;d=Wb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}PC(e+-24|0,39021)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];wp(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}case 70:{if(e<<24>>24!=70){d=a;break a}d=a+1|0;if((d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)==89){d=a+2|0;if((d|0)==(b|0)){d=a;break a}}e=Wb(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;Mr(D,39030,1);p=c+4|0;n=D+11|0;o=D+4|0;j=C+11|0;l=C+4|0;m=0;d=e;g:while(1)h:while(1){if((d|0)==(b|0)){A=174;break g}switch(i[d>>0]|0){case 69:{A=178;break g}case 118:{d=d+1|0;continue h}case 82:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=1;d=e;continue g}break}case 79:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=2;d=e;continue g}break}default:{}}e=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;g=Wb(d,b,c)|0;h=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;if((g|0)==(d|0)|(g|0)==(b|0)){d=a;e=1;break g}else d=e;while(1){if(d>>>0>=h>>>0){d=e;break}z=i[n>>0]|0;if((z<<24>>24<0?k[o>>2]|0:z&255)>>>0>1)PC(D,39032)|0;Sr(C,(k[c>>2]|0)+(d*24|0)|0);z=i[j>>0]|0;y=z<<24>>24<0;tn(D,y?k[C>>2]|0:C,y?k[l>>2]|0:z&255)|0;kI(C);d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;continue h}f=k[p>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;z=f+-24|0;k[p>>2]=z;CC(z);f=k[p>>2]|0}d=d+1|0}}i:do if((A|0)==174){e=k[p>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;e=1;break i}A=e+-24|0;k[p>>2]=A;CC(A);e=k[p>>2]|0}}else if((A|0)==178){d=d+1|0;PC(D,38935)|0;switch(m&3){case 1:{PC(D,39035)|0;break}case 2:{PC(D,39038)|0;break}default:{}}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;e=1}else{PC(e+-24|0,39042)|0;e=i[n>>0]|0;A=e<<24>>24<0;$j((k[p>>2]|0)+-12|0,0,A?k[D>>2]|0:D,A?k[o>>2]|0:e&255)|0;e=0}}while(0);kI(D);if(e|(d|0)==(a|0)){d=a;break a}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}case 71:{A=a+1|0;d=Wb(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}PC(e+-24|0,39044)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];wp(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}case 77:{if(e<<24>>24!=77){d=a;break a}y=a+1|0;e=Wb(y,b,c)|0;if((e|0)==(y|0)){d=a;break a}d=Wb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}s=c+4|0;e=k[s>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}is(D,e+-24|0);e=k[s>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[s>>2]=b;CC(b);g=k[s>>2]|0}is(C,e+-48|0);q=D+12|0;o=k[s>>2]|0;p=o+-24|0;j:do if((i[((i[q+11>>0]|0)<0?k[q>>2]|0:q)>>0]|0)==40){f=PC(D,39030)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=tn(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(z,39055)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=235}else{i[p>>0]=0;i[m>>0]=0;e=0;A=235}if((A|0)==235){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;k:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=243}else{h=0;j=1;g=p;A=244}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break k;if(j){e=1;f=k[p>>2]|0;A=243;break}else{h=1;j=0;f=p;A=244;break}}while(0);if((A|0)==243){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==244)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}kI(B);kI(z);kI(t);kI(u);p=k[s>>2]|0;f=eC(q,0,38935)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;e=i[n>>0]|0;if(e<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=262}else{i[m>>0]=0;i[n>>0]=0;e=0;A=262}if((A|0)==262){j=0;o=e&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;l:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){e=0;g=m;A=270}else{h=0;j=1;g=m;A=271}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break l;if(j){e=1;f=k[m>>2]|0;A=270;break}else{h=1;j=0;f=m;A=271;break}}while(0);if((A|0)==270){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==271)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[B>>2];k[m+4>>2]=k[B+4>>2];k[m+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}kI(B)}else{f=PC(D,39042)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Sr(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=tn(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(z,39055)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=296}else{i[p>>0]=0;i[m>>0]=0;e=0;A=296}if((A|0)==296){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;m:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=304}else{h=0;j=1;g=p;A=305}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break m;if(j){e=1;f=k[p>>2]|0;A=304;break}else{h=1;j=0;f=p;A=305;break}}while(0);if((A|0)==304){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==305)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}kI(B);kI(z);kI(t);kI(u);m=k[s>>2]|0;n=m+-12|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-8>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-4>>2]&2147483647)+-1|0}else A=320}else{i[n>>0]=0;i[o>>0]=0;e=0;A=320}if((A|0)==320){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;n:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=328}else{h=0;j=1;g=n;A=329}}else{g=ac(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break n;if(j){e=1;f=k[n>>2]|0;A=328;break}else{h=1;j=0;f=n;A=329;break}}while(0);if((A|0)==328){h=e;j=1;e=k[m+-8>>2]|0}else if((A|0)==329)e=e&255;e=e+1|0;if(e|0)cs(g|0,f|0,e|0)|0;if(j)vc(f);if(h){k[m+-4>>2]=l+1|-2147483648;k[m+-8>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[q>>2];k[n+4>>2]=k[q+4>>2];k[n+8>>2]=k[q+8>>2];e=0;while(1){if((e|0)==3)break j;k[q+(e<<2)>>2]=0;e=e+1|0}}while(0);CC(C);CC(D);if((d|0)==(a|0)){d=a;break a}e=k[s>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}case 79:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=Wb(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)wM();else{z=j-l|0;A=z>>3;It(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Vj(h,D);gr(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;Mr(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(tI(e?k[D>>2]|0:D,39012,2)|0)==0;else e=0;kI(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){PC(f+(m*24|0)|0,39030)|0;eC((k[c>>2]|0)+(m*24|0)+12|0,0,38935)|0}}else{PC(f+(m*24|0)|0,38932)|0;eC((k[c>>2]|0)+(m*24|0)+12|0,0,38935)|0}PC((k[c>>2]|0)+(m*24|0)|0,39059)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;fu(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;Qt(A,n);Qt(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;In(j,D);jt(D)}else{Qt(f,n);Qt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}wM();break}case 80:{w=c+4|0;m=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;v=a+1|0;d=Wb(v,b,c)|0;w=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(v|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;x=c+20|0;e=k[x>>2]|0;z=k[c+24>>2]|0;j=z;do if(e>>>0>=z>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)wM();else{u=j-l|0;z=u>>3;It(D,u>>4>>>0<134217727?(z>>>0<f>>>0?f:z):268435455,e,c+28|0);z=D+8|0;u=k[z>>2]|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=g;k[z>>2]=u+16;Vj(h,D);gr(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[x>>2]=(k[x>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+11|0;t=D+4|0;u=D+8|0;while(1){if(m>>>0>=w>>>0)break a;n=k[c>>2]|0;e=n+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+16>>2]|0:z&255;Mr(D,o?k[e>>2]|0:e,z>>>0<2?z:2);z=i[p>>0]|0;e=z<<24>>24<0;if(((e?k[q>>2]|0:z&255)|0)==2)e=(tI(e?k[D>>2]|0:D,39012,2)|0)==0;else e=0;kI(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){PC(f+(m*24|0)|0,39030)|0;eC((k[c>>2]|0)+(m*24|0)+12|0,0,38935)|0}}else{PC(f+(m*24|0)|0,38932)|0;eC((k[c>>2]|0)+(m*24|0)+12|0,0,38935)|0}do if((i[v>>0]|0)==85){n=k[c>>2]|0;e=n+(m*24|0)|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+4>>2]|0:z&255;Mr(D,o?k[e>>2]|0:e,z>>>0<12?z:12);z=i[s>>0]|0;e=z<<24>>24<0;if(((e?k[t>>2]|0:z&255)|0)==12)f=(tI(e?k[D>>2]|0:D,39062,12)|0)!=0;else f=1;kI(D);o=k[c>>2]|0;e=o+(m*24|0)|0;if(f)A=393;else{n=e+11|0;f=i[n>>0]|0;g=f<<24>>24<0;if(g){l=k[o+(m*24|0)+4>>2]|0;j=l>>>0<11?l:11;f=(k[o+(m*24|0)+8>>2]&2147483647)+-1|0}else{l=f&255;j=l>>>0<11?l:11;f=10}if((j-l+f|0)>>>0<2){Dl(e,f,2-j+l-f|0,l,0,j,2,39077);break}if(g)e=k[e>>2]|0;o:do if((j|0)!=2){g=l-j|0;if(!g){g=j;j=0;h=39077;f=2;A=412}else{if(j>>>0>2){i[e>>0]=105;i[e+1>>0]=100;Uy(e+2|0,e+j|0,g|0)|0;g=j;f=2;break}h=e+j|0;do if(e>>>0<39077>>>0&(e+l|0)>>>0>39077>>>0){if(h>>>0<=39077>>>0){f=39077+(2-j)|0;break}if(j|0)cs(e|0,39077,j|0)|0;f=2-j|0;Uy(h+f|0,h|0,g|0)|0;if(!f){g=0;f=0;break o}else{g=0;h=39079;A=412;break o}}else f=39077;while(0);Uy(e+2|0,h|0,g|0)|0;g=j;j=0;h=f;f=2;A=412}}else{g=2;j=0;h=39077;f=2;A=412}while(0);if((A|0)==412){A=0;Uy(e+j|0,h|0,f|0)|0}f=f-g+l|0;if((i[n>>0]|0)<0)k[o+(m*24|0)+4>>2]=f;else i[n>>0]=f;i[e+f>>0]=0}}else{e=(k[c>>2]|0)+(m*24|0)|0;A=393}while(0);if((A|0)==393){A=0;PC(e,39075)|0}h=k[x>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;z=k[h+-8>>2]|0;o=z;if((f|0)==(z|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;o=(o-g|0)/24|0;z=o<<1;fu(D,o>>>0<89478485?(z>>>0<f>>>0?f:z):178956970,e,h+-4|0);z=k[u>>2]|0;Qt(z,n);Qt(z+12|0,l+(m*24|0)+12|0);k[u>>2]=z+24;In(j,D);jt(D)}else{Qt(f,n);Qt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}wM();break}case 82:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=Wb(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)wM();else{z=j-l|0;A=z>>3;It(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Vj(h,D);gr(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;Mr(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(tI(e?k[D>>2]|0:D,39012,2)|0)==0;else e=0;kI(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){PC(f+(m*24|0)|0,39030)|0;eC((k[c>>2]|0)+(m*24|0)+12|0,0,38935)|0}}else{PC(f+(m*24|0)|0,38932)|0;eC((k[c>>2]|0)+(m*24|0)+12|0,0,38935)|0}PC((k[c>>2]|0)+(m*24|0)|0,39080)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;fu(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;Qt(A,n);Qt(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;In(j,D);jt(D)}else{Qt(f,n);Qt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}wM();break}case 84:{u=c+4|0;q=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;d=Bc(a,b,c)|0;s=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(a|0)){d=a;break a}x=c+16|0;t=c+12|0;g=k[t>>2]|0;w=c+20|0;e=k[w>>2]|0;v=c+24|0;a=k[v>>2]|0;h=a;do if(e>>>0>=a>>>0){j=k[x>>2]|0;e=e-j>>4;f=e+1|0;if(f>>>0>268435455)wM();else{y=h-j|0;a=y>>3;It(D,y>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);a=D+8|0;y=k[a>>2]|0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;k[y+12>>2]=g;k[a>>2]=y+16;Vj(x,D);gr(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[w>>2]=(k[w>>2]|0)+16}while(0);j=D+8|0;h=q;while(1){if(h>>>0>=s>>>0)break;l=k[w>>2]|0;m=l+-16|0;n=k[c>>2]|0;o=n+(h*24|0)|0;e=l+-12|0;f=k[e>>2]|0;a=k[l+-8>>2]|0;p=a;if((f|0)==(a|0)){g=k[m>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970){A=459;break}y=(p-g|0)/24|0;a=y<<1;fu(D,y>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,l+-4|0);a=k[j>>2]|0;Qt(a,o);Qt(a+12|0,n+(h*24|0)+12|0);k[j>>2]=a+24;In(m,D);jt(D)}else{Qt(f,o);Qt(f+12|0,n+(h*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}h=h+1|0}if((A|0)==459)wM();if(!((s|0)==(q+1|0)&(i[c+63>>0]|0)!=0))break a;h=uc(d,b,c)|0;if((h|0)==(d|0))break a;Sr(C,(k[u>>2]|0)+-24|0);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[u>>2]=a;CC(a);f=k[u>>2]|0}a=i[C+11>>0]|0;g=a<<24>>24<0;tn(d+-48|0,g?k[C>>2]|0:C,g?k[C+4>>2]|0:a&255)|0;d=(k[u>>2]|0)+-24|0;k[z>>2]=k[t>>2];wp(B,d,z);d=k[w>>2]|0;a=k[v>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[x>>2]|0;d=d-f>>4;e=d+1|0;if(e>>>0>268435455)wM();else{A=g-f|0;a=A>>3;It(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Vj(x,D);gr(D);break}}else{k[d+12>>2]=k[B+12>>2];k[d>>2]=k[B>>2];D=B+4|0;k[d+4>>2]=k[D>>2];c=B+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[w>>2]=(k[w>>2]|0)+16}while(0);pt(B);kI(C);d=h;break a}case 85:{d=a+1|0;if((d|0)==(b|0)){d=a;break a}e=yd(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}d=Wb(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}j=c+4|0;e=k[j>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(C,e+-24|0);e=k[j>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[j>>2]=a;CC(a);g=k[j>>2]|0}b=e+-48|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;a=i[b+11>>0]|0;y=a<<24>>24<0;a=y?k[e+-44>>2]|0:a&255;Mr(D,y?k[b>>2]|0:b,a>>>0<9?a:9);a=i[D+11>>0]|0;e=a<<24>>24<0;if(((e?k[D+4>>2]|0:a&255)|0)==9){a=(tI(e?k[D>>2]|0:D,39082,9)|0)==0;kI(D);if(a){Sr(B,(k[j>>2]|0)+-24|0);f=k[j>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[j>>2]=a;CC(a);f=k[j>>2]|0}e=B+11|0;a=i[e>>0]|0;b=a<<24>>24<0;y=k[B>>2]|0;f=B+4|0;a=yd(b?y+9|0:B+9|0,(b?y:B)+(b?k[f>>2]|0:a&255)|0,c)|0;if((a|0)==(((i[e>>0]|0)<0?k[B>>2]|0:B)+9|0)){Ro(u,C,39042);e=i[e>>0]|0;a=e<<24>>24<0;f=tn(u,a?k[B>>2]|0:B,a?k[f>>2]|0:e&255)|0;k[m>>2]=k[f>>2];k[m+4>>2]=k[f+4>>2];k[m+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(z,m);e=k[j>>2]|0;a=k[c+8>>2]|0;g=a;do if(e>>>0>=a>>>0){h=k[c>>2]|0;e=(e-h|0)/24|0;f=e+1|0;if(f>>>0>178956970)wM();else{b=(g-h|0)/24|0;a=b<<1;fu(D,b>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,c+12|0);a=D+8|0;b=k[a>>2]|0;is(b,z);k[a>>2]=b+24;In(c,D);jt(D);break}}else{is(e,z);k[j>>2]=(k[j>>2]|0)+24}while(0);CC(z);kI(m);kI(u)}else{f=k[j>>2]|0;Ro(u,C,39092);Sr(t,(k[j>>2]|0)+-24|0);g=i[t+11>>0]|0;e=g<<24>>24<0;g=tn(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:g&255)|0;k[z>>2]=k[g>>2];k[z+4>>2]=k[g+4>>2];k[z+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}f=f+-24|0;g=PC(z,39094)|0;k[l>>2]=k[g>>2];k[l+4>>2]=k[g+4>>2];k[l+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}ps(D,l);Ge(f,D);CC(D);kI(l);kI(z);kI(t);kI(u)}kI(B)}else A=482}else{kI(D);A=482}if((A|0)==482){f=k[j>>2]|0;Ro(B,C,39042);Sr(z,(k[j>>2]|0)+-24|0);g=i[z+11>>0]|0;e=g<<24>>24<0;g=tn(B,e?k[z>>2]|0:z,e?k[z+4>>2]|0:g&255)|0;k[h>>2]=k[g>>2];k[h+4>>2]=k[g+4>>2];k[h+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}ps(D,h);Ge(f+-24|0,D);CC(D);kI(h);kI(z);kI(B)}h=(k[j>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];wp(B,h,z);h=c+16|0;e=c+20|0;f=k[e>>2]|0;a=k[c+24>>2]|0;j=a;do if(f>>>0>=a>>>0){g=k[h>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{A=j-g|0;a=A>>3;It(D,A>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Vj(h,D);gr(D);break}}else{k[f+12>>2]=k[B+12>>2];k[f>>2]=k[B>>2];D=B+4|0;k[f+4>>2]=k[D>>2];c=B+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(B);kI(C);break a}case 83:{A=a+1|0;if((A|0)!=(b|0)?(i[A>>0]|0)==116:0){d=_b(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}d=rc(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}j=uc(d,b,c)|0;if((j|0)==(d|0))break a;g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Sr(C,e+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;CC(a);f=k[g>>2]|0}e=i[C+11>>0]|0;a=e<<24>>24<0;tn(d+-48|0,a?k[C>>2]|0:C,a?k[C+4>>2]|0:e&255)|0;g=(k[g>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];wp(B,g,z);g=c+16|0;d=c+20|0;e=k[d>>2]|0;a=k[c+24>>2]|0;h=a;do if(e>>>0>=a>>>0){f=k[g>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455)wM();else{A=h-f|0;a=A>>3;It(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Vj(g,D);gr(D);break}}else{k[e+12>>2]=k[B+12>>2];k[e>>2]=k[B>>2];D=B+4|0;k[e+4>>2]=k[D>>2];c=B+8|0;k[e+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[d>>2]=(k[d>>2]|0)+16}while(0);pt(B);kI(C);d=j;break a}case 68:{d=a+1|0;if((d|0)!=(b|0)){d=i[d>>0]|0;switch(d<<24>>24|0){case 112:{q=c+4|0;m=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+2|0;d=Wb(A,b,c)|0;q=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0))break d;h=c+16|0;g=k[c+12>>2]|0;s=c+20|0;e=k[s>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)wM();else{z=j-l|0;A=z>>3;It(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Vj(h,D);gr(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[s>>2]=(k[s>>2]|0)+16}while(0);p=D+8|0;while(1){if(m>>>0>=q>>>0)break a;h=k[s>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;fu(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[p>>2]|0;Qt(A,n);Qt(A+12|0,l+(m*24|0)+12|0);k[p>>2]=A+24;In(j,D);jt(D)}else{Qt(f,n);Qt(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}wM();break}case 84:case 116:{d=wg(a,b,c)|0;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}case 118:{if(!((b-a|0)>3&e<<24>>24==68&d<<24>>24==118))break d;h=a+2|0;e=i[h>>0]|0;p:do if((e+-49&255)<9){d=Rr(h,b)|0;if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){f=d-h|0;e=d+1|0;do if((e|0)!=(b|0)){if((i[e>>0]|0)!=112){d=Wb(e,b,c)|0;if((d|0)==(e|0))break;g=k[c+4>>2]|0;if((k[c>>2]|0)==(g|0)){A=629;break p}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;Mr(B,h,f);f=eC(B,0,39096)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=g+-24|0;g=PC(C,39019)|0;k[D>>2]=k[g>>2];k[D+4>>2]=k[g+4>>2];k[D+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}z=i[D+11>>0]|0;x=z<<24>>24<0;tn(f,x?k[D>>2]|0:D,x?k[D+4>>2]|0:z&255)|0;kI(D);kI(C);kI(B);break p}d=d+2|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;Mr(u,h,f);f=eC(u,0,39105)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=PC(B,39019)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}ps(C,z);e=c+4|0;f=k[e>>2]|0;x=k[c+8>>2]|0;h=x;do if(f>>>0>=x>>>0){g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)wM();else{w=(h-g|0)/24|0;x=w<<1;fu(D,w>>>0<89478485?(x>>>0<f>>>0?f:x):178956970,e,c+12|0);x=D+8|0;w=k[x>>2]|0;is(w,C);k[x>>2]=w+24;In(c,D);jt(D);break}}else{is(f,C);k[e>>2]=(k[e>>2]|0)+24}while(0);CC(C);kI(z);kI(B);kI(u);break p}while(0);break d}else A=629}else{k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[D+(d<<2)>>2]=0;d=d+1|0}q:do if(e<<24>>24!=95?(p=Vb(h,b,c)|0,(p|0)!=(h|0)):0){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)!=(d|0)){Sr(C,d+-24|0);l=D+11|0;if((i[l>>0]|0)<0){i[k[D>>2]>>0]=0;k[D+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){m=0;h=(k[D+8>>2]&2147483647)+-1|0;g=1}else A=596}else{i[D>>0]=0;i[l>>0]=0;d=0;A=596}if((A|0)==596){m=d&255;h=10;g=0}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[D>>2]|0;if(g){d=0;f=D;A=603}else{g=0;h=1;f=D;A=604}}else{f=ac(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[D>>2]|0;A=603}else{g=1;h=0;e=D;A=604}}if((A|0)==603){g=d;h=1;d=k[D+4>>2]|0}else if((A|0)==604)d=d&255;d=d+1|0;if(d|0)cs(f|0,e|0,d|0)|0;if(h)vc(e);if(g){k[D+8>>2]=j+1|-2147483648;k[D+4>>2]=m;k[D>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[D>>2]=k[C>>2];k[D+4>>2]=k[C+4>>2];k[D+8>>2]=k[C+8>>2];d=0;while(1){if((d|0)==3)break;k[C+(d<<2)>>2]=0;d=d+1|0}kI(C);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=p;A=618;break q}A=e+-24|0;k[n>>2]=A;CC(A);e=k[n>>2]|0}}}else{d=h;A=618}while(0);do if((A|0)==618){if((((d|0)!=(b|0)?(i[d>>0]|0)==95:0)?(q=d+1|0,(q|0)!=(b|0)):0)?(s=Wb(q,b,c)|0,(s|0)!=(q|0)):0){e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;Fo(B,39096,D);f=PC(B,39019)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}d=i[C+11>>0]|0;z=d<<24>>24<0;tn(e+-24|0,z?k[C>>2]|0:C,z?k[C+4>>2]|0:d&255)|0;kI(C);kI(B);d=s}else d=a;kI(D);break p}while(0);kI(D);A=629}while(0);if((A|0)==629)break d;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C);break a}default:break d}}break}default:{}}while(0);d=Zb(a,b,c)|0;if((d|0)==(a|0)){d=_b(a,b,c)|0;if((d|0)!=(a|0)?(y=k[c+4>>2]|0,(k[c>>2]|0)!=(y|0)):0){j=c+16|0;k[B>>2]=k[c+12>>2];wp(C,y+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{a=h-g|0;B=a>>3;It(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Vj(j,D);gr(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt(C)}else d=a}}}else d=a;while(0);r=E;return d|0}function Xb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((b-a|0)>1)do switch(i[a>>0]|0){case 97:switch(i[a+1>>0]|0){case 97:{Is(h,39265);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 110:case 100:{Ns(h,39276);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 78:{Is(h,39286);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 83:{Ns(h,39297);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 99:switch(i[a+1>>0]|0){case 108:{Is(h,39307);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 109:{Ns(h,39318);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 111:{Ns(h,39328);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 118:{g=c+63|0;f=i[g>>0]|0;i[g>>0]=0;h=a+2|0;b=Wb(h,b,c)|0;i[g>>0]=f;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;eC(d+-24|0,0,39338)|0;i[c+60>>0]=1;a=b;break a}default:break a}case 100:switch(i[a+1>>0]|0){case 97:{Su(h,39348);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 101:{Ns(h,39366);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 108:{b=ac(16)|0;k[h>>2]=b;k[h+8>>2]=-2147483632;k[h+4>>2]=15;d=b;e=39376;f=d+15|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+15>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 118:{Ns(h,39392);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 86:{Is(h,39402);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 101:switch(i[a+1>>0]|0){case 111:{Ns(h,39413);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 79:{Is(h,39423);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 113:{Is(h,39434);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 103:switch(i[a+1>>0]|0){case 101:{Is(h,39445);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 116:{Ns(h,39456);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 105:{if((i[a+1>>0]|0)!=120)break a;Is(h,39466);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 108:switch(i[a+1>>0]|0){case 101:{Is(h,39477);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 105:{h=a+2|0;b=yd(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;eC(d+-24|0,0,39488)|0;a=b;break a}case 115:{Is(h,39500);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 83:{Wu(h,39511);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 116:{Ns(h,39523);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 109:switch(i[a+1>>0]|0){case 105:{Ns(h,39533);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 73:{Is(h,39543);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 108:{Ns(h,39366);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 76:{Is(h,39554);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 109:{Is(h,39565);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 110:switch(i[a+1>>0]|0){case 97:{Tu(h,39576);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 101:{Is(h,39591);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 103:{Ns(h,39533);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 116:{Ns(h,39602);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 119:{Vu(h,39612);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 111:switch(i[a+1>>0]|0){case 111:{Is(h,39625);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 114:{Ns(h,39636);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 82:{Is(h,39646);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 112:switch(i[a+1>>0]|0){case 109:{Wu(h,39657);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 108:{Ns(h,39669);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 76:{Is(h,39679);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 112:{Is(h,39690);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 115:{Ns(h,39669);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 116:{Is(h,39701);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 113:{if((i[a+1>>0]|0)!=117)break a;Ns(h,39712);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 114:switch(i[a+1>>0]|0){case 109:{Ns(h,39722);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 77:{Is(h,39732);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 115:{Is(h,39743);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 83:{Wu(h,39754);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}case 118:{if(((i[a+1>>0]|0)+-48|0)>>>0>=10)break a;h=a+2|0;b=yd(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;eC(d+-24|0,0,39338)|0;a=b;break a}default:break a}while(0);while(0);r=j;return a|0}function Yb(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0;Q=r;r=r+432|0;c=Q+396|0;S=Q+408|0;L=Q+372|0;R=Q+384|0;M=Q+360|0;N=Q+348|0;O=Q+336|0;P=Q+324|0;z=Q+312|0;A=Q+300|0;B=Q+288|0;C=Q+276|0;D=Q+264|0;E=Q+252|0;F=Q+240|0;G=Q+228|0;H=Q+216|0;I=Q+204|0;J=Q+192|0;K=Q+180|0;g=Q+168|0;h=Q+156|0;j=Q+144|0;l=Q+132|0;m=Q+120|0;n=Q+108|0;o=Q+96|0;p=Q+84|0;q=Q+72|0;s=Q+60|0;t=Q+48|0;u=Q+36|0;v=Q+24|0;w=Q+12|0;x=Q;if(!(i[b>>0]|0)){S=La(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;vs(c,17115,45);Q=k[b+28>>2]|0;R=k[b+32>>2]|0;av(S,c);k[S+12>>2]=Q;k[S+16>>2]=R;pb(S|0,8,182)}c=dJ(Gn(b,0)|0)|0;f=NK(c,46)|0;a:do if(!f)do switch(i[c>>0]|0){case 98:switch(i[c+1>>0]|0){case 108:{c=qe(a,b)|0;break a}case 114:{if((i[c+2>>0]|0)==95?(i[c+3>>0]|0)==116:0){c=Wj(a,b)|0;break a}c=Pk(a,b)|0;break a}default:{e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[g>>2]=k[d>>2];k[g+4>>2]=k[d+4>>2];k[g+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,g);pb(e|0,8,182)}}case 99:{switch(i[c+1>>0]|0){case 97:{y=180;break}case 117:{c=ct(a,b,1)|0;break a}default:{}}if((y|0)==180){if((c|0)==(k[10583]|0)){c=Or(a,b)|0;break a}if((c|0)==(k[10584]|0)){c=Lo(a,b)|0;break a}if((c|0)==(k[10585]|0)){c=qi(a,b)|0;break a}}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,h);pb(e|0,8,182)}case 100:{if((i[c+1>>0]|0)==114){c=MA(a,b)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,j);pb(e|0,8,182)}case 101:{if((i[c+1>>0]|0)==108){c=br(a,b)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[l>>2]=k[d>>2];k[l+4>>2]=k[d+4>>2];k[l+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,l);pb(e|0,8,182)}case 103:{switch(i[c+1>>0]|0){case 101:{y=204;break}case 114:{c=ct(a,b,2)|0;break a}default:{}}b:do if((y|0)==204)switch(i[c+4>>0]|0){case 108:{c=zw(a,b)|0;break a}case 103:{c=Di(a,b)|0;break a}default:break b}while(0);e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[m>>2]=k[d>>2];k[m+4>>2]=k[d+4>>2];k[m+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,m);pb(e|0,8,182)}case 104:{if((i[c+1>>0]|0)==97){c=ct(a,b,3)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,n);pb(e|0,8,182)}case 105:{if((i[c+1>>0]|0)==102){c=bp(a,b)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[o>>2]=k[d>>2];k[o+4>>2]=k[d+4>>2];k[o+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,o);pb(e|0,8,182)}case 108:{if((i[c+1>>0]|0)==111){c=Ig(a,b)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[p>>2]=k[d>>2];k[p+4>>2]=k[d+4>>2];k[p+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,p);pb(e|0,8,182)}case 110:{if((i[c+1>>0]|0)==111){c=zJ(k[a+4>>2]|0)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[q>>2]=k[d>>2];k[q+4>>2]=k[d+4>>2];k[q+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,q);pb(e|0,8,182)}case 112:{if((i[c+1>>0]|0)==97){c=ct(a,b,0)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[s>>2]=k[d>>2];k[s+4>>2]=k[d+4>>2];k[s+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,s);pb(e|0,8,182)}case 115:{c:do if((i[c+1>>0]|0)==101){switch(i[c+2>>0]|0){case 116:break;case 108:{c=hr(a,b)|0;break a}default:break c}switch(i[c+4>>0]|0){case 108:{c=Bu(a,b)|0;break a}case 103:{c=ow(a,b)|0;break a}default:break c}}while(0);e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[t>>2]=k[d>>2];k[t+4>>2]=k[d+4>>2];k[t+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,t);pb(e|0,8,182)}case 114:{if((i[c+1>>0]|0)==101){c=Fw(a,b)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,u);pb(e|0,8,182)}case 116:{switch(i[c+1>>0]|0){case 104:{c=br(a,b)|0;break a}case 101:{y=260;break}default:{}}if((y|0)==260?(i[c+2>>0]|0)==101:0){c=hu(a,b)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,v);pb(e|0,8,182)}case 117:{if((i[c+1>>0]|0)==110){c=YI(k[a+4>>2]|0)|0;break a}e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[w>>2]=k[d>>2];k[w+4>>2]=k[d+4>>2];k[w+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,w);pb(e|0,8,182)}default:{e=La(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;vs(S,17161,9);d=jG(S,c)|0;k[x>>2]=k[d>>2];k[x+4>>2]=k[d+4>>2];k[x+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,x);pb(e|0,8,182)}}while(0);else{c=Tg(c,0,1)|0;d=S;e=d+16|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));WM(S,f+1|0,15);d:do switch(i[S>>0]|0){case 97:switch(i[S+1>>0]|0){case 98:{c=Ve(a,b,(c|0)==3?8:9,c)|0;break d}case 100:{if((c|0)!=1)if((c|0)==2)c=25;else c=(c|0)==3?50:63;else c=0;c=$s(a,b,c)|0;break d}case 110:{c=$s(a,b,(c|0)==1?7:32)|0;break d}default:{e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,L);pb(e|0,8,182)}}case 99:{e:do switch(i[S+1>>0]|0){case 101:{c=Ve(a,b,(c|0)==3?10:11,c)|0;break d}case 108:{c=Ve(a,b,(c|0)!=1&1,c)|0;break d}case 111:{switch(i[S+2>>0]|0){case 112:{c=$s(a,b,(c|0)==3?54:67)|0;break d}case 110:break;default:break e}switch(i[S+3>>0]|0){case 118:break;case 115:{c=Vo(a,b,c)|0;break d}default:break e}switch(i[S+8>>0]|0){case 115:{R=(c|0)==3;c=Ve(a,b,(i[S+11>>0]|0)==51?(R?35:36):R?39:40,c)|0;break d}case 117:{R=(c|0)==3;c=Ve(a,b,(i[S+11>>0]|0)==51?(R?37:38):R?41:42,c)|0;break d}default:break e}}case 116:{c=Ve(a,b,(c|0)==1?2:3,c)|0;break d}default:{}}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[M>>2]=k[d>>2];k[M+4>>2]=k[d+4>>2];k[M+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,M);pb(e|0,8,182)}case 100:{switch(i[S+1>>0]|0){case 105:{y=32;break}case 101:{c=Ve(a,b,44,c)|0;break d}default:{}}f:do if((y|0)==32)switch(i[S+3>>0]|0){case 95:{c=(c|0)==1;c=$s(a,b,(i[S+4>>0]|0)==117?(c?4:29):c?3:28)|0;break d}case 0:{c=$s(a,b,(c|0)==3?53:66)|0;break d}default:break f}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[N>>2]=k[d>>2];k[N+4>>2]=k[d+4>>2];k[N+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,N);pb(e|0,8,182)}case 101:{switch(i[S+1>>0]|0){case 113:{y=41;break}case 120:{c=Ve(a,b,(i[S+7>>0]|0)==117?23:22,c)|0;break d}default:{}}g:do if((y|0)==41){switch(i[S+2>>0]|0){case 0:break;case 122:{c=Ve(a,b,(c|0)==1?20:21,c)|0;break d}default:break g}if((c|0)!=1)if((c|0)==2)c=40;else c=(c|0)==3?57:70;else c=15;c=$s(a,b,c)|0;break d}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[O>>2]=k[d>>2];k[O+4>>2]=k[d+4>>2];k[O+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,O);pb(e|0,8,182)}case 102:{if((i[S+1>>0]|0)==108){c=Ve(a,b,(c|0)==3?12:13,c)|0;break d}e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[P>>2]=k[d>>2];k[P+4>>2]=k[d+4>>2];k[P+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,P);pb(e|0,8,182)}case 103:{h:do switch(i[S+1>>0]|0){case 116:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=$s(a,b,(i[S+3>>0]|0)==117?(c?22:47):c?21:46)|0;break d}case 0:{c=$s(a,b,(c|0)==3?61:74)|0;break d}default:break h}case 101:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=$s(a,b,(i[S+3>>0]|0)==117?(c?24:49):c?23:48)|0;break d}case 0:{c=$s(a,b,(c|0)==3?62:75)|0;break d}default:break h}default:{}}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[z>>2]=k[d>>2];k[z+4>>2]=k[d+4>>2];k[z+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,z);pb(e|0,8,182)}case 108:{i:do switch(i[S+1>>0]|0){case 116:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=$s(a,b,(i[S+3>>0]|0)==117?(c?18:43):c?17:42)|0;break d}case 0:{c=$s(a,b,(c|0)==3?59:72)|0;break d}default:break i}case 101:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=$s(a,b,(i[S+3>>0]|0)==117?(c?20:45):c?19:44)|0;break d}case 0:{c=$s(a,b,(c|0)==3?60:73)|0;break d}default:break i}case 111:{c=Ue(a,b,c)|0;break d}default:{}}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[A>>2]=k[d>>2];k[A+4>>2]=k[d+4>>2];k[A+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,A);pb(e|0,8,182)}case 109:switch(i[S+1>>0]|0){case 105:{c=$s(a,b,(c|0)==3?55:68)|0;break d}case 97:{c=$s(a,b,(c|0)==3?56:69)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=27;else c=(c|0)==3?52:65;else c=2;c=$s(a,b,c)|0;break d}default:{e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[B>>2]=k[d>>2];k[B+4>>2]=k[d+4>>2];k[B+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,B);pb(e|0,8,182)}}case 110:{j:do if((i[S+1>>0]|0)==101)switch(i[S+2>>0]|0){case 0:{if((c|0)!=1)if((c|0)==2)c=41;else c=(c|0)==3?58:71;else c=16;c=$s(a,b,c)|0;break d}case 97:{c=Ve(a,b,(c|0)==3?16:17,c)|0;break d}case 103:{c=Ve(a,b,(c|0)==3?6:7,c)|0;break d}default:break j}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[C>>2]=k[d>>2];k[C+4>>2]=k[d+4>>2];k[C+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,C);pb(e|0,8,182)}case 111:{if((i[S+1>>0]|0)==114){c=$s(a,b,(c|0)==1?8:33)|0;break d}e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[D>>2]=k[d>>2];k[D+4>>2]=k[d+4>>2];k[D+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,D);pb(e|0,8,182)}case 112:switch(i[S+1>>0]|0){case 114:{c=Ve(a,b,43,c)|0;break d}case 111:{c=Ve(a,b,(c|0)==1?4:5,c)|0;break d}default:{e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[E>>2]=k[d>>2];k[E+4>>2]=k[d+4>>2];k[E+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,E);pb(e|0,8,182)}}case 114:{k:do switch(i[S+1>>0]|0){case 101:switch(i[S+2>>0]|0){case 109:{c=(c|0)==1;c=$s(a,b,(i[S+4>>0]|0)==117?(c?6:31):c?5:30)|0;break d}case 105:{c=Ve(a,b,(c+-3|0)>>>0<2?((c|0)==3?45:46):(c|0)==1?33:34,c)|0;break d}default:break k}case 111:{if((i[S+2>>0]|0)==116){c=(c|0)==1;c=$s(a,b,(i[S+3>>0]|0)==108?(c?13:38):c?14:39)|0;break d}break}default:{}}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[F>>2]=k[d>>2];k[F+4>>2]=k[d+4>>2];k[F+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,F);pb(e|0,8,182)}case 115:switch(i[S+1>>0]|0){case 104:if((i[S+2>>0]|0)==108){c=$s(a,b,(c|0)==1?10:35)|0;break d}else{c=(c|0)==1;c=$s(a,b,(i[S+4>>0]|0)==117?(c?11:36):c?12:37)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=26;else c=(c|0)==3?51:64;else c=1;c=$s(a,b,c)|0;break d}case 113:{c=Ve(a,b,(c|0)==3?18:19,c)|0;break d}case 116:{c=Ef(a,b,c)|0;break d}default:{e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[G>>2]=k[d>>2];k[G+4>>2]=k[d+4>>2];k[G+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,G);pb(e|0,8,182)}}case 116:{l:do if((i[S+1>>0]|0)==114)switch(i[S+6>>0]|0){case 115:{R=(c|0)==1;c=Ve(a,b,(i[S+9>>0]|0)==51?(R?25:26):R?29:30,c)|0;break d}case 117:{R=(c|0)==1;c=Ve(a,b,(i[S+9>>0]|0)==51?(R?27:28):R?31:32,c)|0;break d}default:{if((i[S+2>>0]|0)!=117)break l;c=Ve(a,b,(c|0)==3?14:15,c)|0;break d}}while(0);e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[H>>2]=k[d>>2];k[H+4>>2]=k[d+4>>2];k[H+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,H);pb(e|0,8,182)}case 119:{if((i[S+1>>0]|0)==114){c=Ve(a,b,24,c)|0;break d}e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[I>>2]=k[d>>2];k[I+4>>2]=k[d+4>>2];k[I+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,I);pb(e|0,8,182)}case 120:{if((i[S+1>>0]|0)==111){c=$s(a,b,(c|0)==1?9:34)|0;break d}e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[J>>2]=k[d>>2];k[J+4>>2]=k[d+4>>2];k[J+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,J);pb(e|0,8,182)}default:{e=La(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;vs(R,17161,9);d=jG(R,S)|0;k[K>>2]=k[d>>2];k[K+4>>2]=k[d+4>>2];k[K+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}lD(e,K);pb(e|0,8,182)}}while(0)}while(0);r=Q;return c|0}function Zb(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((a|0)!=(b|0))do switch(i[a>>0]|0){case 118:{ur(h,40469);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 119:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=7;i[h>>0]=i[40080]|0;i[h+1>>0]=i[40081]|0;i[h+2>>0]=i[40082]|0;i[h+3>>0]=i[40083]|0;i[h+4>>0]=i[40084]|0;i[h+5>>0]=i[40085]|0;i[h+6>>0]=i[40086]|0;i[h+7>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 98:{ur(h,40474);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 99:{ur(h,40099);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 97:{Wu(h,40104);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 104:{Uu(h,40116);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 115:{vr(h,40130);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 116:{Tu(h,40136);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 105:{yt(h,40479);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 106:{Vu(h,40483);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 108:{ur(h,40496);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 109:{Uu(h,40501);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 120:{Ns(h,40515);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 121:{b=ac(32)|0;k[h>>2]=b;k[h+8>>2]=-2147483616;k[h+4>>2]=18;d=b;e=40525;f=d+18|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+18>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 110:{Tm(h,40165);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 111:{Su(h,40174);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 102:{vr(h,40544);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 100:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=6;i[h>>0]=i[40550]|0;i[h+1>>0]=i[40551]|0;i[h+2>>0]=i[40552]|0;i[h+3>>0]=i[40553]|0;i[h+4>>0]=i[40554]|0;i[h+5>>0]=i[40555]|0;i[h+6>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 101:{Wu(h,40557);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 103:{Is(h,40569);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 122:{yt(h,40580);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+1|0;break a}case 117:{g=a+1|0;h=yd(g,b,c)|0;a=(h|0)==(g|0)?a:h;break a}case 68:{d=a+1|0;if((d|0)==(b|0))break a;switch(i[d>>0]|0){case 100:{Ns(h,40584);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 101:{Is(h,40594);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 102:{Ns(h,40605);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 104:{Ns(h,40615);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 105:{Tm(h,40625);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 115:{Tm(h,40634);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 97:{ur(h,40643);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}case 110:{Tu(h,40648);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)wM();else{e=(f-e|0)/24|0;f=e<<1;fu(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;is(e,h);k[f>>2]=e+24;In(c,g);jt(g);break}}else{is(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);CC(h);a=a+2|0;break a}default:break a}}default:break a}while(0);while(0);r=j;return a|0}function _b(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0;ca=r;r=r+80|0;ba=ca+56|0;$=ca+40|0;_=ca+24|0;X=ca+8|0;Y=ca;l=b;a:do if((l-a|0)>1){aa=(i[a>>0]|0)==76?a+1|0:a;d=i[aa>>0]|0;switch(d<<24>>24|0){case 78:{b:do if(d<<24>>24==78&(aa|0)!=(b|0)){d=Ws(aa+1|0,b,$)|0;c:do if((d|0)!=(b|0)){f=c+52|0;k[f>>2]=0;switch(i[d>>0]|0){case 82:{k[f>>2]=1;d=d+1|0;break}case 79:{k[f>>2]=2;d=d+1|0;break}default:{}}W=c+4|0;g=k[W>>2]|0;V=k[c+8>>2]|0;h=V;if(g>>>0<V>>>0){k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}g=g+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[W>>2]=(k[W>>2]|0)+24}else{j=k[c>>2]|0;f=(g-j|0)/24|0;g=f+1|0;if(g>>>0>178956970)wM();j=(h-j|0)/24|0;h=j<<1;fu(ba,j>>>0<89478485?(h>>>0<g>>>0?g:h):178956970,f,c+12|0);h=ba+8|0;j=k[h>>2]|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;k[j+12>>2]=0;k[j+16>>2]=0;k[j+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[j+(f<<2)>>2]=0;f=f+1|0}g=j+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[h>>2]=j+24;In(c,ba);jt(ba)}if(((l-d|0)>1?(i[d>>0]|0)==83:0)?(i[d+1>>0]|0)==116:0){Zm((k[W>>2]|0)+-24|0,39214,3);d=d+2|0}if((d|0)==(b|0)){e=k[W>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;ba=e+-24|0;k[W>>2]=ba;CC(ba);e=k[W>>2]|0}}t=_+11|0;u=_+4|0;m=c+12|0;v=c+16|0;V=c+20|0;w=c+24|0;x=X+12|0;y=X+4|0;z=X+8|0;A=c+28|0;B=ba+8|0;C=X+12|0;D=X+4|0;E=X+8|0;F=ba+8|0;G=ba+11|0;H=ba+4|0;I=ba+11|0;J=ba+4|0;K=X+12|0;L=X+4|0;M=X+8|0;N=ba+8|0;O=X+12|0;P=X+4|0;Q=X+8|0;R=ba+8|0;S=ba+11|0;T=ba+4|0;U=X+12|0;n=X+4|0;o=X+8|0;p=ba+8|0;q=ba+11|0;s=ba+4|0;l=0;d:while(1){e:while(1){f=i[d>>0]|0;if(f<<24>>24==69){Z=116;break d}switch(f<<24>>24|0){case 83:{Z=36;break e}case 84:{Z=54;break e}case 68:{Z=70;break e}case 73:break;case 76:{d=d+1|0;if((d|0)==(b|0))break c;else continue e}default:break e}j=uc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Sr(_,(k[W>>2]|0)+-24|0);d=k[W>>2]|0;f=d+-24|0;g=d;while(1){if((g|0)==(f|0))break;h=g+-24|0;k[W>>2]=h;CC(h);g=k[W>>2]|0}h=i[t>>0]|0;g=h<<24>>24<0;tn(d+-48|0,g?k[_>>2]|0:_,g?k[u>>2]|0:h&255)|0;d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];wp(X,d,Y);d=k[V>>2]|0;h=k[w>>2]|0;g=h;if(d>>>0<h>>>0){k[d+12>>2]=k[x>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[y>>2];k[d+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=95;break d}g=g-h|0;h=g>>3;It(ba,g>>4>>>0<134217727?(h>>>0<f>>>0?f:h):268435455,d,A);h=k[B>>2]|0;k[h+12>>2]=k[x>>2];k[h>>2]=k[X>>2];k[h+4>>2]=k[y>>2];k[h+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[B>>2]=h+16;Vj(v,ba);gr(ba)}pt(X);kI(_);d=j}f:do if((Z|0)==36){Z=0;l=d+1|0;if((l|0)!=(b|0)?(i[l>>0]|0)==116:0)break;j=rc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Sr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;CC(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)Mw(f,_);else{Fo(ba,39218,_);d=i[I>>0]|0;l=d<<24>>24<0;tn(f,l?k[ba>>2]|0:ba,l?k[J>>2]|0:d&255)|0;kI(ba);d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];wp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[K>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[L>>2];k[d+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=49;break d}h=g-h|0;l=h>>3;It(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[N>>2]|0;k[l+12>>2]=k[K>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[L>>2];k[l+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[N>>2]=l+16;Vj(v,ba);gr(ba)}pt(X)}kI(_);l=1;d=j;continue d}else if((Z|0)==54){Z=0;j=Bc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Sr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;CC(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)Mw(f,_);else{Fo(ba,39218,_);l=i[S>>0]|0;h=l<<24>>24<0;tn(f,h?k[ba>>2]|0:ba,h?k[T>>2]|0:l&255)|0;kI(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];wp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[O>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[P>>2];k[d+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=67;break d}h=g-h|0;l=h>>3;It(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[R>>2]|0;k[l+12>>2]=k[O>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[P>>2];k[l+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[R>>2]=l+16;Vj(v,ba);gr(ba)}pt(X);kI(_);l=1;d=j;continue d}else if((Z|0)==70){Z=0;f=d+1|0;if((f|0)!=(b|0))switch(i[f>>0]|0){case 84:case 116:break;default:break f}j=wg(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Sr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;CC(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)Mw(f,_);else{Fo(ba,39218,_);l=i[q>>0]|0;h=l<<24>>24<0;tn(f,h?k[ba>>2]|0:ba,h?k[s>>2]|0:l&255)|0;kI(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];wp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[U>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[n>>2];k[d+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=85;break d}h=g-h|0;l=h>>3;It(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[p>>2]|0;k[l+12>>2]=k[U>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[n>>2];k[l+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[p>>2]=l+16;Vj(v,ba);gr(ba)}pt(X);kI(_);l=1;d=j;continue d}while(0);j=kc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Sr(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;CC(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)Mw(f,_);else{Fo(ba,39218,_);l=i[G>>0]|0;h=l<<24>>24<0;tn(f,h?k[ba>>2]|0:ba,h?k[H>>2]|0:l&255)|0;kI(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];wp(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[C>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[D>>2];k[d+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=112;break}h=g-h|0;l=h>>3;It(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[F>>2]|0;k[l+12>>2]=k[C>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[D>>2];k[l+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[F>>2]=l+16;Vj(v,ba);gr(ba)}pt(X);kI(_);l=1;d=j}if((Z|0)==49)wM();else if((Z|0)==67)wM();else if((Z|0)==85)wM();else if((Z|0)==95)wM();else if((Z|0)==112)wM();else if((Z|0)==116){d=d+1|0;k[c+48>>2]=k[$>>2];g:do if(l?(e=k[V>>2]|0,(k[c+16>>2]|0)!=(e|0)):0){f=e+-16|0;while(1){if((e|0)==(f|0))break g;ba=e+-16|0;k[V>>2]=ba;pt(ba);e=k[V>>2]|0}}while(0);break b}}while(0);d=aa}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}case 90:{h:do if(((d<<24>>24==90&(aa|0)!=(b|0)?($=aa+1|0,f=gc($,b,c)|0,!((f|0)==($|0)|(f|0)==(b|0))):0)?(i[f>>0]|0)==69:0)?(g=f+1|0,(g|0)!=(b|0)):0)switch(i[g>>0]|0){case 115:{d=ym(f+2|0,b)|0;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break h;PC(e+-24|0,39221)|0;break h}case 100:{d=f+2|0;if((d|0)==(b|0)){d=aa;break h}d=Rr(d,b)|0;if((d|0)==(b|0)){d=aa;break h}if((i[d>>0]|0)!=95){d=aa;break h}$=d+1|0;d=_b($,b,c)|0;h=c+4|0;if((d|0)==($|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=aa;break h}ba=e+-24|0;k[h>>2]=ba;CC(ba);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=aa;break h}Sr(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;CC(c);g=k[h>>2]|0}PC(e+-48|0,39218)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;tn((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;kI(ba);break h}default:{d=_b(g,b,c)|0;if((d|0)==(g|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=aa;break h}ba=f+-24|0;k[d>>2]=ba;CC(ba);f=k[d>>2]|0}}d=ym(d,b)|0;h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break h;Sr(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;CC(c);g=k[h>>2]|0}PC(e+-48|0,39218)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;tn((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;kI(ba);break h}}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}default:{do if((l-aa|0)>1){if(d<<24>>24==83?(i[aa+1>>0]|0)==116:0){d=aa+2|0;if((d|0)==(b|0)){f=0;e=b}else{f=0;e=(i[d>>0]|0)==76?aa+3|0:d}}else{f=1;e=aa}d=kc(e,b,c)|0;e=(d|0)==(e|0);if(f|e)d=e?aa:d;else{e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;eC(e+-24|0,0,39238)|0}if((d|0)!=(aa|0)){if((d|0)==(b|0)){d=b;break a}if((i[d>>0]|0)!=73)break a;l=c+4|0;e=k[l>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[_>>2]=k[c+12>>2];wp($,e+-24|0,_);e=c+20|0;f=k[e>>2]|0;aa=k[c+24>>2]|0;h=aa;do if(f>>>0>=aa>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)wM();else{_=h-g|0;aa=_>>3;It(ba,_>>4>>>0<134217727?(aa>>>0<f>>>0?f:aa):268435455,e,c+28|0);aa=ba+8|0;_=k[aa>>2]|0;k[_+12>>2]=k[$+12>>2];k[_>>2]=k[$>>2];Z=$+4|0;k[_+4>>2]=k[Z>>2];Y=$+8|0;k[_+8>>2]=k[Y>>2];k[Y>>2]=0;k[Z>>2]=0;k[$>>2]=0;k[aa>>2]=_+16;Vj(j,ba);gr(ba);break}}else{k[f+12>>2]=k[$+12>>2];k[f>>2]=k[$>>2];aa=$+4|0;k[f+4>>2]=k[aa>>2];_=$+8|0;k[f+8>>2]=k[_>>2];k[_>>2]=0;k[aa>>2]=0;k[$>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);pt($);g=uc(d,b,c)|0;if((g|0)==(d|0)){d=a;break a}d=k[l>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(ba,d+-24|0);d=k[l>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[l>>2]=a;CC(a);f=k[l>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;tn(d+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;kI(ba);d=g;break a}}while(0);e=rc(aa,b,c)|0;if((e|0)==(aa|0)|(e|0)==(b|0)){d=a;break a}if((i[e>>0]|0)!=73){d=a;break a}d=uc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Sr(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;CC(a);g=k[h>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;tn(e+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;kI(ba);break a}}}else d=a;while(0);r=ca;return d|0}function $b(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0;E=r;r=r+128|0;m=E+124|0;l=E+112|0;w=E+120|0;x=E+116|0;A=E+100|0;B=E+88|0;y=E+80|0;C=E+68|0;D=E+52|0;z=E+28|0;n=E+16|0;o=E+64|0;p=E+48|0;q=E+24|0;s=E+12|0;t=E+8|0;u=E+4|0;v=E;k[w>>2]=a;k[x>>2]=b;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;k[B>>2]=B+4;k[y>>2]=22;k[y+4>>2]=0;k[C>>2]=0;g=C+4|0;k[g>>2]=0;k[C+8>>2]=0;k[D>>2]=0;h=D+4|0;k[h>>2]=0;k[D+8>>2]=0;k[z>>2]=A;k[z+4>>2]=B;k[z+8>>2]=C;k[z+12>>2]=y;k[z+16>>2]=D;k[n>>2]=A;k[n+4>>2]=B;j=C+8|0;yn(C,w);a=k[h>>2]|0;f=D+8|0;if((a|0)==(k[f>>2]|0)){yn(D,x);e=x}else{k[a>>2]=k[x>>2];k[h>>2]=(k[h>>2]|0)+4;e=x}a:while(1){d=k[g>>2]|0;c=d;b=k[h>>2]|0;a=(b|0)==(k[D>>2]|0);if((d|0)==(k[C>>2]|0)){b=225;break}if(a){a=0;b=225;break}d=k[c+-4>>2]|0;k[w>>2]=d;a=0;while(1){if((a|0)==-1)break;F=a+-1|0;k[g>>2]=c+(F<<2);a=F}c=k[b+-4>>2]|0;k[e>>2]=c;a=0;while(1){if((a|0)==-1)break;F=a+-1|0;k[h>>2]=b+(F<<2);a=F}b=d;a=(d|0)!=0;if((a&1^1|0)!=((c|0)==0|0)){a=0;b=225;break}if(!a)continue;if((b|0)==(y|0)){rp(n);continue}a=k[b>>2]|0;if((a|0)!=(k[c>>2]|0)){a=0;b=225;break}do switch(a|0){case 23:case 22:continue a;case 1:{F=(UI(b)|0)+8|0;k[o>>2]=k[F>>2];F=(UI(k[x>>2]|0)|0)+8|0;k[p>>2]=k[F>>2];k[l>>2]=k[o>>2];k[m>>2]=k[p>>2];if(!(oh(z,l,m)|0)){a=0;b=225;break a}d=(UI(k[w>>2]|0)|0)+20|0;d=k[d>>2]|0;F=(UI(k[x>>2]|0)|0)+20|0;if((d|0)==(k[F>>2]|0))c=0;else{a=0;b=225;break a}while(1){F=(UI(k[w>>2]|0)|0)+20|0;if(c>>>0>=(k[F>>2]|0)>>>0)continue a;a=uF((UI(k[w>>2]|0)|0)+12|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}b=uF((UI(k[x>>2]|0)|0)+12|0,c)|0;a=k[h>>2]|0;if((a|0)==(k[f>>2]|0))yn(D,b);else{k[a>>2]=k[b>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 2:{a=(aJ(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(aJ(k[x>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(aJ(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(aJ(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(aJ(k[w>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(aJ(k[x>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 3:{F=(ZI(b)|0)+8|0;k[q>>2]=k[F>>2];F=(ZI(k[x>>2]|0)|0)+8|0;k[s>>2]=k[F>>2];k[l>>2]=k[q>>2];k[m>>2]=k[s>>2];if(!(oh(z,l,m)|0)){a=0;b=225;break a}a=(ZI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(ZI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 4:{F=(TI(b)|0)+8|0;k[t>>2]=k[F>>2];F=(TI(k[x>>2]|0)|0)+8|0;F=k[F>>2]|0;k[m>>2]=k[t>>2];if(!(Jv(B,m,F)|0)){a=0;b=225;break a}a=(TI(k[w>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(TI(k[x>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(TI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(TI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 5:{d=(PI(b)|0)+16|0;d=k[d>>2]|0;F=(PI(k[x>>2]|0)|0)+16|0;if((d|0)==(k[F>>2]|0))a=0;else{a=0;b=225;break a}while(1){F=(PI(k[w>>2]|0)|0)+16|0;F=a>>>0<(k[F>>2]|0)>>>0;b=PI(k[w>>2]|0)|0;if(!F)break;F=uF(b+8|0,a)|0;k[u>>2]=k[F>>2];F=uF((PI(k[x>>2]|0)|0)+8|0,a)|0;F=k[F>>2]|0;k[m>>2]=k[u>>2];if(Jv(B,m,F)|0)a=a+1|0;else{a=0;b=225;break a}}k[v>>2]=k[b+24>>2];F=(PI(k[x>>2]|0)|0)+24|0;F=k[F>>2]|0;k[m>>2]=k[v>>2];if(!(Jv(B,m,F)|0)){a=0;b=225;break a}a=(PI(k[w>>2]|0)|0)+28|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(PI(k[x>>2]|0)|0)+28|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(PI(k[w>>2]|0)|0)+32|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(PI(k[x>>2]|0)|0)+32|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 6:{d=_I(b)|0;F=_I(k[x>>2]|0)|0;if((k[d+24>>2]|0)!=(k[F+24>>2]|0)){a=0;b=225;break a}d=(_I(k[w>>2]|0)|0)+16|0;d=k[d>>2]|0;F=(_I(k[x>>2]|0)|0)+16|0;if((d|0)==(k[F>>2]|0))c=0;else{a=0;b=225;break a}while(1){F=(_I(k[w>>2]|0)|0)+16|0;if(c>>>0>=(k[F>>2]|0)>>>0)continue a;a=uF((_I(k[w>>2]|0)|0)+8|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=uF((_I(k[x>>2]|0)|0)+8|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 7:{d=yI(b)|0;F=yI(k[x>>2]|0)|0;if((k[d+24>>2]|0)!=(k[F+24>>2]|0)){a=0;b=225;break a}d=(yI(k[w>>2]|0)|0)+16|0;d=k[d>>2]|0;F=(yI(k[x>>2]|0)|0)+16|0;if((d|0)==(k[F>>2]|0))c=0;else{a=0;b=225;break a}while(1){F=(yI(k[w>>2]|0)|0)+16|0;if(c>>>0>=(k[F>>2]|0)>>>0)continue a;a=uF((yI(k[w>>2]|0)|0)+8|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=uF((yI(k[x>>2]|0)|0)+8|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 8:{a=(uI(b)|0)+28|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(uI(k[x>>2]|0)|0)+28|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}d=uI(k[w>>2]|0)|0;F=uI(k[x>>2]|0)|0;if((k[d+24>>2]|0)!=(k[F+24>>2]|0)){a=0;b=225;break a}d=(uI(k[w>>2]|0)|0)+16|0;d=k[d>>2]|0;F=(uI(k[x>>2]|0)|0)+16|0;if((d|0)==(k[F>>2]|0))c=0;else{a=0;b=225;break a}while(1){F=(uI(k[w>>2]|0)|0)+16|0;if(c>>>0>=(k[F>>2]|0)>>>0)continue a;a=uF((uI(k[w>>2]|0)|0)+8|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=uF((uI(k[x>>2]|0)|0)+8|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}case 9:{d=(HI(b)|0)+8|0;d=k[d>>2]|0;F=(HI(k[x>>2]|0)|0)+8|0;if((d|0)==(k[F>>2]|0))continue a;else{a=0;b=225;break a}}case 10:{d=(FI(b)|0)+8|0;d=k[d>>2]|0;F=(FI(k[x>>2]|0)|0)+8|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}d=(FI(k[w>>2]|0)|0)+4|0;d=k[d>>2]|0;F=(FI(k[x>>2]|0)|0)+4|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}a=(FI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(FI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 11:{d=CI(b)|0;F=CI(k[x>>2]|0)|0;if((k[d+8>>2]|0)==(k[F+8>>2]|0))continue a;else{a=0;b=225;break a}}case 12:{d=BI(b)|0;F=BI(k[x>>2]|0)|0;if((k[d+8>>2]|0)!=(k[F+8>>2]|0)){a=0;b=225;break a}a=(BI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(BI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 13:{d=(VI(b)|0)+8|0;d=i[d>>0]|0;F=(VI(k[x>>2]|0)|0)+8|0;if(d<<24>>24!=(i[F>>0]|0)){a=0;b=225;break a}d=(VI(k[w>>2]|0)|0)+9|0;d=i[d>>0]|0;F=(VI(k[x>>2]|0)|0)+9|0;if(d<<24>>24!=(i[F>>0]|0)){a=0;b=225;break a}d=(VI(k[w>>2]|0)|0)+12|0;d=k[d>>2]|0;F=(VI(k[x>>2]|0)|0)+12|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}d=(VI(k[w>>2]|0)|0)+16|0;d=k[d>>2]|0;F=(VI(k[x>>2]|0)|0)+16|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}a=(VI(k[w>>2]|0)|0)+20|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(VI(k[x>>2]|0)|0)+20|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 14:{d=(RI(b)|0)+8|0;d=i[d>>0]|0;F=(RI(k[x>>2]|0)|0)+8|0;if(d<<24>>24!=(i[F>>0]|0)){a=0;b=225;break a}d=(RI(k[w>>2]|0)|0)+12|0;d=k[d>>2]|0;F=(RI(k[x>>2]|0)|0)+12|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}d=(RI(k[w>>2]|0)|0)+16|0;d=k[d>>2]|0;F=(RI(k[x>>2]|0)|0)+16|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}d=(RI(k[w>>2]|0)|0)+28|0;d=k[d>>2]|0;F=(RI(k[x>>2]|0)|0)+28|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}a=(RI(k[w>>2]|0)|0)+20|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(RI(k[x>>2]|0)|0)+20|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(RI(k[w>>2]|0)|0)+24|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(RI(k[x>>2]|0)|0)+24|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 15:{F=SI(b)|0;if(eo(F+8|0,(SI(k[x>>2]|0)|0)+8|0)|0)continue a;else{a=0;b=225;break a}}case 16:{d=(QI(b)|0)+8|0;d=k[d>>2]|0;F=(QI(k[x>>2]|0)|0)+8|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}a=(QI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(QI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 17:{d=(MI(b)|0)+8|0;d=k[d>>2]|0;F=(MI(k[x>>2]|0)|0)+8|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}a=(MI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(MI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(MI(k[w>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(MI(k[x>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 18:{a=(KI(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(KI(k[x>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(KI(k[w>>2]|0)|0)+12|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(KI(k[x>>2]|0)|0)+12|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}a=(KI(k[w>>2]|0)|0)+16|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(KI(k[x>>2]|0)|0)+16|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 19:{a=(XI(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(XI(k[x>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 20:{a=(LI(b)|0)+8|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=(LI(k[x>>2]|0)|0)+8|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0)){yn(D,a);continue a}else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4;continue a}}case 21:{d=(WI(b)|0)+8|0;d=k[d>>2]|0;F=(WI(k[x>>2]|0)|0)+8|0;if((d|0)!=(k[F>>2]|0)){a=0;b=225;break a}d=WI(k[w>>2]|0)|0;F=WI(k[x>>2]|0)|0;if((k[d+12>>2]|0)!=(k[F+12>>2]|0)){a=0;b=225;break a}d=(WI(k[w>>2]|0)|0)+24|0;d=k[d>>2]|0;F=(WI(k[x>>2]|0)|0)+24|0;if((d|0)==(k[F>>2]|0))c=0;else{a=0;b=225;break a}while(1){F=(WI(k[w>>2]|0)|0)+24|0;if(c>>>0>=(k[F>>2]|0)>>>0)continue a;a=uF((WI(k[w>>2]|0)|0)+16|0,c)|0;b=k[g>>2]|0;if((b|0)==(k[j>>2]|0))yn(C,a);else{k[b>>2]=k[a>>2];k[g>>2]=(k[g>>2]|0)+4}a=uF((WI(k[x>>2]|0)|0)+16|0,c)|0;b=k[h>>2]|0;if((b|0)==(k[f>>2]|0))yn(D,a);else{k[b>>2]=k[a>>2];k[h>>2]=(k[h>>2]|0)+4}c=c+1|0}}default:{b=224;break a}}while(0)}if((b|0)!=224)if((b|0)==225){ZA(D);ZA(C);xy(B);ZA(A);r=E;return a|0}return 0}
+function SM(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;ea(13);return 0}function TM(a){a=a|0;return k[a+40>>2]|0}function UM(a){a=a|0;vb(a|0)|0;return}function VM(){return Fa()|0}function WM(a,b,c){a=a|0;b=b|0;c=c|0;Hi(a,b,c);return}function XM(a){a=a|0;return +(+wI(a))}function YM(a,b){a=a|0;b=b|0;return Mb[a&127](b|0)|0}function ZM(a){a=a|0;if(a|0)dO(a);return}function _M(a){a=a|0;Ya(a|0)|0;Fz()}function $M(a){a=a|0;return k[a+12>>2]|0}function aN(a,b){a=a|0;b=b|0;return b<<24>>24|0}function bN(){return $a()|0}function cN(a){a=a|0;gC(a);dO(a);return}function dN(a){a=a|0;II(a);dO(a);return}function eN(a){a=a|0;yL(a);dO(a);return}function fN(a){a=a|0;return k[a+8>>2]|0}function gN(a){a=a|0;return $I(a)|0}function hN(a){a=a|0;return i[a+9>>0]|0}function iN(a){a=a|0;return i[a+8>>0]|0}function jN(){return Ia()|0}function kN(a){a=a|0;return -1}function lN(a){a=a|0;return (i[a>>0]|0)!=0|0}function mN(a){a=a|0;return (i[a>>0]|0)==0|0}function nN(a){a=a|0;Kw(a);return}function oN(){return ib()|0}function pN(a,b){a=a|0;b=b|0;r=a;s=b}function qN(a){a=a|0;return 2147483647}function rN(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;ea(14)}function sN(){return Ta()|0}function tN(a){a=a|0;return ((a|0)==32|(a+-9|0)>>>0<5)&1|0}function uN(a,b){a=a|0;b=b|0;Jb[a&255](b|0)}function vN(a){a=a|0;bb(a|0)|0;return}function wN(a){a=a|0;_N(a|0)|0;return}function xN(a){a=a|0;return 4}function yN(a,b){a=a|0;b=b|0;return b|0}function zN(a,b){a=a|0;b=b|0;return +(+Gr(a,b,2))}function AN(a){a=a|0;return 127}function BN(a,b){a=a|0;b=b|0;return}function CN(a,b,c){a=a|0;b=b|0;c=c|0;ea(1);return 0}function DN(a,b){a=a|0;b=b|0;return +(+Gr(a,b,0))}function EN(a,b){a=a|0;b=b|0;return +(+Gr(a,b,1))}function FN(a){a=a|0;return k[a+4>>2]|0}function GN(a){a=a|0;return k[a>>2]|0}function HN(a){a=a|0;k[a>>2]=12484;return}function IN(a,b){a=+a;b=+b;return +(+oy(a,b))}function JN(a,b){a=+a;b=b|0;return +(+dq(a,b))}function KN(a){a=+a;return +He(a,1.0)==0.0|0}function LN(a,b,c){a=a|0;b=b|0;c=c|0;ea(10)}function MN(a){a=a|0;return Ib[a&31]()|0}function NN(a,b){a=+a;b=b|0;return +(+Oq(a,b))}function ON(a){a=a|0;return (a+-48|0)>>>0<10|0}function PN(a){a=a|0;return 1}function QN(a){a=a|0;return (a+-65|0)>>>0<26|0}function RN(a,b){a=+a;b=+b;return +(+He(a,b))}function SN(a,b){a=a|0;b=b|0;ea(15);return 0}function TN(a){a=a|0;return 38694}function UN(a){a=a|0;return 38666}function VN(a){a=a|0;Ob[a&3]()}function WN(a){a=a|0;return zM(a)|0}function XN(){ub()}function YN(a){a=+a;return +(+hC(a))}function ZN(a,b){a=a|0;b=b|0;ea(7)}function _N(a){a=a|0;return 0}function $N(a){a=+a;return +(+sy(a))}function aO(a){a=a|0;return LD(a)|0}function bO(a){a=a|0;dO(a);return}function cO(a){a=a|0;r=a}function dO(a){a=a|0;vc(a);return}function eO(a){a=a|0;N=a}function fO(a){a=a|0;ea(9);return 0}function gO(a){a=a|0;return a|0}function hO(a){a=a|0;return}function iO(){return}function jO(){return N|0}function kO(){return r|0}function lO(a){a=a|0;ea(6)}function mO(){ea(5);return 0}function nO(){return 0}function oO(){ea(11)}
// EMSCRIPTEN_END_FUNCS
-var Cb=[LJ,gm,Im,_e,cf,Ue,We,LJ];var Db=[MM,zK,Nr,Co,Lg,Ou,mj,Uv,jB,zK,ds,Ho,gu,hu,gB,cB,MI,MI,HA,IA,xK,wG,mB,nB,uK,Cn,XI,Wi,kK,VL,MM,MM];var Eb=[WK,Qe,Vh,MA,MA,oj,bg,yy,lu,Kh,WK,WK,WK,WK,WK,WK];var Fb=[UL,Ym,qh,qe];var Gb=[FK,Fe,ze,FK];var Hb=[xN,yJ,uH,uL,OL,nA,lM,NA,DM,yM,kM,pL,BA,vL,bK,lK,_L,cM,TD,hL,HD,NL,gE,UD,eF,tM,xN,xN,xN,xN,xN,xN];var Ib=[wN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,mN,sN,mN,kE,dH,tE,uE,bL,BK,CI,_G,WC,zH,HJ,$I,vE,nH,lH,mH,BE,CE,sN,mN,sN,mN,sN,mN,sN,mN,PB,SJ,SJ,$I,$I,$I,hA,GL,PB,SJ,PB,SJ,SJ,SJ,PB,SJ,oz,tL,PB,SJ,PB,SJ,SJ,Tm,LL,PB,SJ,Ww,TL,PB,SJ,TF,BM,PB,SJ,wz,rK,PB,SJ,SJ,PB,SJ,SJ,yw,ML,XA,UE,ML,yB,mM,jK,DJ,iK,CJ,bL,BK,CI,_G,aL,AK,BI,ZG,aL,AK,BI,ZG,CK,DK,CK,DK,sN,mN,qJ,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,fK,zJ,fK,zJ,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,sN,mN,mN,gF,QK,Ms,WL,RH,nM,fJ,ZL,eJ,YL,mN,mN,mN,mN,mN,sN,mN,sN,sN,mN,sN,mN,HK,oM,oM,mN,mN,mN,mN,EK,VD,DF,lx,Gt,kl,sF,un,sN,sN,YA,OJ,RF,MF,HF,WI,NF,LF,GF,LI,sN,uc,vH,lD,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN,wN];var Jb=[iN,JE,LE,KE,LM,Mf,wy,SL,GA,cG,Gw,Ve,ad,LM,cy,dy,tv,uv,mC,mC,mC,FD,EH,EH,mC,mC,mC,FD,EH,EH,mC,mC,mC,ED,EH,EH,mC,mC,mC,ED,EH,EH,LM,LM,xI,bE,_D,wI,_C,XC,Vc,FG,hH,IG,HB,tD,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Lc,CD,hH,IG,BD,qD,RC,$B,UB,EG,hD,yG,xG,RD,AD,UG,zD,wD,rD,sD,fH,GG,IF,Tc,gD,hH,yD,fD,YC,jF,rE,dE,xC,wC,GE,FE,hF,$E,UG,SG,OG,MG,RE,iF,GG,GD,pl,Ac,zc,bC,IC,pC,VG,LG,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,FG,Tz,IG,VG,LG,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Td,XD,Yo,hB,FG,IG,VG,LG,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Dc,TC,hH,bD,SC,DC,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Hc,FG,hH,IG,VG,LG,gH,gG,XF,EG,DG,yG,xG,cD,aD,UG,SG,OG,MG,NG,fH,GG,IF,dj,Rc,Qc,FG,hH,IG,VG,LG,gH,gG,XF,EG,sC,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,FG,hH,IG,VG,LG,gH,gG,XF,Iz,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Ce,jm,Vp,Lv,ok,eD,nf,hH,IG,VG,LG,NG,gH,gG,XF,vC,DG,yG,xG,eH,TG,UG,SG,OG,MG,fH,GG,IF,Jc,Nc,FG,hH,IG,VG,LG,gH,gG,XF,cz,bz,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,FG,hH,IG,VG,LG,gH,gG,XF,FC,EC,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Qw,MB,Ox,qE,kF,lB,VG,LG,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,Ec,FG,hH,IG,VG,LG,GB,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,ce,Gi,FG,sl,hH,ao,Xn,yg,IG,yp,nm,VG,hg,LG,Nl,NG,IF,gH,gG,XF,Zn,yl,yG,xG,eH,TG,UG,SG,OG,MG,fH,GG,Uc,KD,hH,$D,JD,xD,gH,gG,XF,EG,DG,yG,xG,eH,TG,UG,SG,OG,MG,NG,fH,GG,IF,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN,iN];var Kb=[vK,Ug,Dx,Cx,vx,wx,wx,ux,ix,jx,jx,Jd,Tg,Bx,Ax,sx,tx,tx,rx,gx,hx,hx,Bd,lj,kj,hj,gj,$w,uq,As,zs,ct,_w,mq,ys,xs,bt,He,Be,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK,vK];var Lb=[qN,cN,nE,kH,$J,pE,kH,aK,oE,kH,ZJ,jN,jN,Gs,SA,jN,jN,SF,PJ,dL,lw,fo,bJ,_M,bH,_M,LK,_M,yK,_M,HG,_M,NK,_M,TK,_M,FL,_M,hC,_M,IE,_M,OK,dJ,OE,uM,jN,jN,uM,RA,Mn,Mn,nL,BL,oL,CL,cL,ch,hf,jo,Xy,Wy,_y,$y,cL,eh,gf,io,uy,ty,sy,vy,KM,KM,jN,KM,KM,jN,AM,AM,jN,AM,AM,jN,jN,jN,IM,ly,jN,GC,sM,rM,pM,iM,_M,_M,_M,jN,jN,IM,dN,OM,Tt,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN,qN];var Mb=[WM,gL,gL,pG,ju,Nu,vu,Eu,_t,_r,Zr,Ut,$t,Nt,bu,wu,id,Yt,au,Mt,WM,WM,WM,WM,WM,WM,WM,WM,WM,WM,WM,WM];var Nb=[zN,gN,Bk,wF];var Ob=[NI,jd,hd,vt,yt,Nf,lf,$C,$C,st,ut,NI,NI,NI,NI,NI];var Pb=[$L,nD,Gy,aA,My,vD,$L,$L];var Qb=[CM,wA,dK,vi,be,re,_x,gz,rv,qv,jz,Rx,Ky,Fz,xA,Ex,nz,Jy,LB,LB,mz,iz,uA,Hv,_m,CM,CM,CM,CM,CM,CM,CM];var Rb=[bN,AF,CF,BF,Gn,ig,oH,yE,AL,AL,AL,AL,Qh,Sh,gi,ii,RI,GI,JM,FJ,GJ,jM,bN,bN,bN,bN,bN,bN,bN,bN,bN,bN];var Sb=[lL,tg,sg,ng,mg,lL,lL,lL];var Tb=[eL,us,Ws,th,Bi,Ai,tj,vh,xi,zi,pj,IH,cF,xn,sq,WA,qx,IH,bG,IH,WE,eL,eL,eL,eL,eL,eL,eL,eL,eL,eL,eL];return{_emscripten_bind_SExpressionParser_set_root_1:XK,_emscripten_bind_Element_dump_0:xM,_emscripten_bind_ShellExternalInterface_ShellExternalInterface_0:OA,_emscripten_bind_Element_size_0:JK,_emscripten_bind_ModuleInstance_callExport_2:ap,_emscripten_bind_LiteralList_LiteralList_0:QI,_memset:Kt,_emscripten_bind_BufferWithRandomAccess_size_0:MK,_i64Add:qI,_emscripten_bind_Literal_Literal_1:MJ,_bitshift64Lshr:WF,_bitshift64Shl:PF,_emscripten_bind_SExpressionWasmBuilder_SExpressionWasmBuilder_2:rF,_emscripten_bind_Literal___destroy___0:gM,_pthread_cond_broadcast:jN,_fflush:Jt,_emscripten_bind_Element_getChild_1:jL,_emscripten_bind_WasmBinaryWriter___destroy___0:XJ,_emscripten_bind_Name_Name_1:oK,_bitshift64Ashr:fF,_emscripten_bind_VoidPtr___destroy___0:gM,_emscripten_bind_WasmBinaryWriter_write_0:xL,_emscripten_bind_Element_c_str_0:qM,___cxa_demangle:Ud,___muldsi3:Gx,_memcpy:Fr,_malloc:$b,___muldi3:PC,_emscripten_bind_ShellExternalInterface___destroy___0:sJ,___uremdi3:KB,_emscripten_bind_WasmPrinter_printModule_1:yH,___divdi3:er,_emscripten_bind_WasmPrinter___destroy___0:gM,_i64Subtract:rG,___udivmoddi4:ge,_emscripten_bind_ModuleInstance___destroy___0:eK,_emscripten_bind_Element___destroy___0:gM,_pthread_self:yN,_pthread_mutex_unlock:jN,_emscripten_bind_WasmBinaryWriter_WasmBinaryWriter_3:fE,___remdi3:Vo,_llvm_cttz_i32:ez,_emscripten_bind_LiteralList_push_back_1:Vt,_emscripten_bind_Module_Module_0:mL,___udivdi3:KK,_emscripten_bind_SExpressionParser_get_root_0:aM,_pthread_mutex_lock:jN,___errno_location:FI,_emscripten_bind_LiteralList___destroy___0:AI,_emscripten_bind_Name___destroy___0:gM,___cxa_can_catch:Yy,_emscripten_bind_Name_c_str_0:PM,_free:uc,_emscripten_bind_BufferWithRandomAccess_BufferWithRandomAccess_1:NE,_memmove:qy,_emscripten_bind_Module___destroy___0:RK,_emscripten_bind_Literal_getf64_0:eM,_emscripten_bind_ModuleInstance_ModuleInstance_2:VF,_emscripten_bind_BufferWithRandomAccess_at_1:wK,_emscripten_bind_SExpressionParser___destroy___0:YJ,_emscripten_bind_Element_isStr_0:wM,_emscripten_bind_BufferWithRandomAccess___destroy___0:OI,_emscripten_bind_SExpressionParser_SExpressionParser_1:_I,_emscripten_bind_SExpressionWasmBuilder___destroy___0:tJ,___cxa_is_pointer_type:NJ,_emscripten_bind_Element_isList_0:vM,__GLOBAL__I_000101:qL,__GLOBAL__sub_I_pass_cpp:ZK,__GLOBAL__sub_I_parser_cpp:de,__GLOBAL__sub_I_simple_ast_cpp:Cz,__GLOBAL__sub_I_optimizer_shared_cpp:vB,__GLOBAL__sub_I_threads_cpp:DL,__GLOBAL__sub_I_shared_constants_cpp:lg,__GLOBAL__sub_I_wasm_cpp:dh,__GLOBAL__sub_I_iostream_cpp:tN,runPostSets:qG,_emscripten_replace_memory:Bb,stackAlloc:nK,stackSave:vN,stackRestore:nN,establishStackSpace:zM,setThrew:kL,setTempRet0:pN,getTempRet0:uN,dynCall_iiiiiiii:uD,dynCall_iiii:KJ,dynCall_viiiiii:FF,dynCall_viiiii:sH,dynCall_iiiiiid:qF,dynCall_i:XM,dynCall_vi:FM,dynCall_vii:rL,dynCall_iiiiiii:bF,dynCall_ii:fM,dynCall_viii:mK,dynCall_v:eN,dynCall_iiiiiiiii:RB,dynCall_iiiii:nI,dynCall_viiii:ZI,dynCall_iii:UK,dynCall_iiiiid:YG,dynCall_iiiiii:CG}})
+var Db=[DK,vm,$m,hf,mf,_e,bf,DK];var Eb=[CN,rL,ks,Wo,Ug,hv,sw,zj,TB,rL,Cs,ap,Hu,Iu,QB,MB,DJ,DJ,oB,pB,pL,iH,WB,XB,mL,Yn,OJ,hj,bL,AM,CN,CN];var Fb=[NL,We,Ai,tB,tB,Bj,lg,$y,Mu,Sh,NL,NL,NL,NL,NL,NL];var Gb=[MM,qn,wh,ue];var Hb=[xL,Ie,Ee,xL];var Ib=[mO,oK,lI,nM,WA,uB,sN,oN,bN,jM,hB,oM,UK,cL,RM,VM,IE,aM,yE,GM,ZE,JE,vB,jN,mO,mO,mO,mO,mO,mO,mO,mO];var Jb=[lO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,bO,hO,bO,aF,VH,jF,kF,WL,tL,sJ,PH,MD,qI,zK,SJ,lF,eI,cI,dI,rF,sF,hO,bO,hO,bO,hO,bO,hO,bO,pC,xK,xK,SJ,SJ,SJ,zA,xM,pC,xK,pC,xK,xK,xK,pC,xK,Iz,mM,pC,xK,pC,xK,xK,gn,EM,pC,xK,kx,LM,pC,xK,iC,yK,yK,cA,jL,pC,xK,xK,pC,xK,xK,bx,FM,FB,MF,FM,gC,cN,aL,tK,$K,sK,WL,tL,sJ,PH,VL,sL,rJ,OH,VL,sL,rJ,OH,uL,vL,uL,vL,hO,bO,hK,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,YK,pK,YK,pK,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,hO,bO,bO,YF,HL,lt,NM,II,dN,YJ,QM,XJ,PM,bO,bO,bO,bO,bO,hO,bO,hO,hO,bO,hO,bO,yL,eN,eN,bO,bO,bO,bO,wL,KE,sG,Px,du,zl,iG,Qn,hO,hO,GB,GK,FG,AG,wG,NJ,BG,zG,vG,CJ,hO,vc,mI,bE,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO,lO];var Kb=[ZN,AF,CF,BF,BN,Zy,KM,iB,RG,ix,af,ed,BN,Ey,Fy,Rv,Sv,XC,XC,XC,wE,vI,vI,XC,XC,XC,wE,vI,vI,XC,XC,XC,vE,vI,vI,XC,XC,XC,vE,vI,vI,BN,BN,mJ,UE,QE,lJ,PD,ND,Wc,rH,ZH,wH,sC,jE,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Kc,tE,ZH,wH,sE,gE,GD,MC,EC,qH,ZD,kH,jH,HE,rE,KH,qE,nE,hE,xH,iE,XH,sH,xG,Tc,lE,ZH,pE,XD,OD,$F,hF,WE,kD,jD,wF,vF,ZF,TF,KH,IH,DH,BH,xH,KF,_F,sH,xE,et,Ps,Pv,mw,rH,ZH,wH,JD,AH,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Pv,mw,rH,ZH,wH,LH,YD,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Fl,Ac,zc,NC,xD,ZC,LH,AH,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,rH,yA,wH,LH,AH,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Wd,ME,qp,RB,rH,wH,LH,AH,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Cc,ID,ZH,SD,HD,rD,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Gc,rH,ZH,wH,LH,AH,YH,UG,KG,qH,pH,kH,jH,TD,RD,KH,IH,DH,BH,xH,CH,XH,sH,xG,qj,Rc,Qc,rH,ZH,wH,LH,AH,YH,UG,KG,qH,dD,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,rH,ZH,wH,LH,AH,YH,UG,KG,oA,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,$e,zm,qq,iw,Dk,WD,yf,ZH,wH,LH,AH,CH,YH,UG,KG,iD,pH,kH,jH,WH,JH,KH,IH,DH,BH,qC,XH,sH,xG,Ic,Mc,rH,ZH,wH,LH,AH,YH,UG,KG,Lz,Kz,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,rH,ZH,wH,LH,AH,YH,UG,KG,tD,sD,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,ew,KA,Lw,gF,bG,VB,LH,AH,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,zF,CH,XH,sH,xG,Dc,rH,ZH,wH,LH,AH,rC,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Kf,yi,Kv,Il,ZH,vo,po,Lw,ji,ck,If,am,Tp,rH,wH,LH,AH,YH,UG,KG,ro,Ml,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,Uc,BE,ZH,RE,AE,oE,YH,UG,KG,qH,pH,kH,jH,WH,JH,KH,IH,DH,BH,xH,CH,XH,sH,xG,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN,ZN];var Lb=[nL,ah,fy,ey,Zx,_x,_x,Yx,Mx,Nx,Nx,Md,$g,dy,cy,Wx,Xx,Xx,Vx,Kx,Lx,Lx,Ed,xj,wj,tj,sj,Cx,Sq,_s,Zs,Ct,Bx,Hq,Ys,Xs,Bt,Ke,Fe,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL,nL];var Mb=[fO,TN,dF,bI,SK,fF,bI,TK,eF,bI,QK,_N,_N,ft,AB,_N,_N,GG,HK,YL,Qw,zo,UJ,PN,SH,PN,CL,PN,qL,PN,tH,PN,EL,PN,LL,PN,_H,PN,RC,PN,yF,PN,FL,VJ,HF,kN,_N,_N,kN,zB,fo,fo,hM,tM,iM,uM,XL,jh,rf,Do,Dz,Cz,Gz,Hz,XL,ih,qf,Co,Xy,cz,Wy,Yy,AN,AN,_N,AN,AN,_N,qN,qN,_N,qN,qN,_N,_N,_N,xN,Py,_N,vD,iN,hN,fN,$M,PN,PN,PN,_N,_N,xN,UN,FN,su,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO,fO];var Nb=[LN,$L,$L,Jf,$L,bH,Ju,dz,Uv,Jx,yu,xs,ws,tu,zu,lu,Cu,Lu,md,wu,Au,ku,LN,LN,LN,LN,LN,LN,LN,LN,LN,LN];var Ob=[oO,XN,Rk,mG];var Pb=[EJ,nd,ld,Wt,Zt,Xf,uf,QD,QD,Tt,Vt,EJ,EJ,EJ,EJ,EJ];var Qb=[SM,dE,kz,JA,qz,mE,SM,SM];var Rb=[rN,dB,WK,Gi,ge,we,Ay,Pz,Ov,Nv,Sz,ry,oz,lA,GA,gy,Wz,nz,wC,wC,Vz,Rz,bB,dw,sn,rN,rN,rN,rN,rN,rN,rN];var Sb=[SN,pG,rG,qG,$n,qg,fI,oF,sM,sM,sM,sM,Yh,Zh,li,ni,IJ,xJ,yN,vK,wK,aN,SN,SN,SN,SN,SN,SN,SN,SN,SN,SN];var Tb=[fM,Cg,Bg,ug,tg,fM,fM,fM];var Ub=[ZL,Us,ut,Bh,Mi,Li,Hj,Dh,Ji,Ki,Dj,zI,WF,Sn,Qq,EB,Ux,zI,QG,zI,OF,ZL,ZL,ZL,ZL,ZL,ZL,ZL,ZL,ZL,ZL,ZL];return{_emscripten_bind_SExpressionParser_set_root_1:QL,_emscripten_bind_Element_dump_0:nN,_emscripten_bind_ShellExternalInterface_ShellExternalInterface_0:wB,_emscripten_bind_Element_size_0:AL,_emscripten_bind_ModuleInstance_callExport_2:vp,_emscripten_bind_LiteralList_LiteralList_0:HJ,_memset:iu,_emscripten_bind_BufferWithRandomAccess_size_0:DL,_i64Add:fJ,_emscripten_bind_Literal_Literal_1:EK,_bitshift64Lshr:JG,_bitshift64Shl:DG,_emscripten_bind_SExpressionWasmBuilder_SExpressionWasmBuilder_2:hG,_emscripten_bind_Literal___destroy___0:ZM,_pthread_cond_broadcast:_N,_fflush:gu,_emscripten_bind_Element_getChild_1:cM,_emscripten_bind_WasmBinaryWriter___destroy___0:OK,_emscripten_bind_Name_Name_1:fL,_bitshift64Ashr:XF,_emscripten_bind_VoidPtr___destroy___0:ZM,_emscripten_bind_WasmBinaryWriter_write_0:pM,_emscripten_bind_Element_c_str_0:gN,___cxa_demangle:Xd,___muldsi3:hy,_memcpy:cs,_malloc:ac,___muldi3:ED,_emscripten_bind_ShellExternalInterface___destroy___0:iK,___uremdi3:vC,_emscripten_bind_WasmPrinter_printModule_1:pI,___divdi3:Ar,_emscripten_bind_WasmPrinter___destroy___0:ZM,_i64Subtract:dH,___udivmoddi4:ke,_emscripten_bind_ModuleInstance___destroy___0:XK,_emscripten_bind_Element___destroy___0:ZM,_pthread_self:nO,_pthread_mutex_unlock:_N,_emscripten_bind_WasmBinaryWriter_WasmBinaryWriter_3:YE,___remdi3:op,_llvm_cttz_i32:Nz,_emscripten_bind_LiteralList_push_back_1:qu,_sbrk:ww,_emscripten_bind_Module_Module_0:gM,___udivdi3:BL,_emscripten_bind_SExpressionParser_get_root_0:TM,_pthread_mutex_lock:_N,___errno_location:wJ,_emscripten_bind_LiteralList___destroy___0:qJ,_emscripten_bind_Name___destroy___0:ZM,___cxa_can_catch:Ez,_emscripten_bind_Name_c_str_0:GN,_free:vc,_emscripten_bind_BufferWithRandomAccess_BufferWithRandomAccess_1:GF,_memmove:Uy,_emscripten_bind_Module___destroy___0:JL,_emscripten_bind_Literal_getf64_0:XM,_emscripten_bind_ModuleInstance_ModuleInstance_2:IG,_emscripten_bind_BufferWithRandomAccess_at_1:oL,_emscripten_bind_SExpressionParser___destroy___0:PK,_emscripten_bind_Element_isStr_0:mN,_emscripten_bind_BufferWithRandomAccess___destroy___0:FJ,_emscripten_bind_SExpressionParser_SExpressionParser_1:RJ,_emscripten_bind_SExpressionWasmBuilder___destroy___0:jK,___cxa_is_pointer_type:FK,_emscripten_bind_Element_isList_0:lN,__GLOBAL__I_000101:kM,__GLOBAL__sub_I_pass_cpp:SL,__GLOBAL__sub_I_parser_cpp:he,__GLOBAL__sub_I_simple_ast_cpp:iA,__GLOBAL__sub_I_optimizer_shared_cpp:dC,__GLOBAL__sub_I_threads_cpp:vM,__GLOBAL__sub_I_shared_constants_cpp:sg,__GLOBAL__sub_I_wasm_cpp:kh,__GLOBAL__sub_I_iostream_cpp:iO,runPostSets:cH,_emscripten_replace_memory:Cb,stackAlloc:eL,stackSave:kO,stackRestore:cO,establishStackSpace:pN,setThrew:dM,setTempRet0:eO,getTempRet0:jO,dynCall_iiiiiiii:kE,dynCall_iiii:CK,dynCall_viiiiii:uG,dynCall_viiiii:jI,dynCall_iiiiiid:gG,dynCall_i:MN,dynCall_vi:uN,dynCall_vii:eM,dynCall_iiiiiii:VF,dynCall_ii:YM,dynCall_viii:dL,dynCall_v:VN,dynCall_iiiiiiiii:AC,dynCall_iiiii:cJ,dynCall_viiii:QJ,dynCall_iii:ML,dynCall_iiiiid:NH,dynCall_iiiiii:oH}})
// EMSCRIPTEN_END_ASM
-(d.uc,d.vc,G),Lc=d._emscripten_bind_SExpressionParser_set_root_1=g._emscripten_bind_SExpressionParser_set_root_1,Mc=d._emscripten_bind_Module___destroy___0=g._emscripten_bind_Module___destroy___0,Nc=d._emscripten_bind_SExpressionWasmBuilder___destroy___0=g._emscripten_bind_SExpressionWasmBuilder___destroy___0,ac=d._emscripten_bind_ShellExternalInterface_ShellExternalInterface_0=
-g._emscripten_bind_ShellExternalInterface_ShellExternalInterface_0,Oc=d._emscripten_bind_Element_size_0=g._emscripten_bind_Element_size_0,Pc=d._emscripten_bind_ModuleInstance_callExport_2=g._emscripten_bind_ModuleInstance_callExport_2,$b=d._emscripten_bind_LiteralList_LiteralList_0=g._emscripten_bind_LiteralList_LiteralList_0,Ac=d._llvm_cttz_i32=g._llvm_cttz_i32,Qc=d._emscripten_bind_BufferWithRandomAccess_size_0=g._emscripten_bind_BufferWithRandomAccess_size_0,Yb=d._emscripten_bind_Literal_Literal_1=
-g._emscripten_bind_Literal_Literal_1,tc=d._bitshift64Lshr=g._bitshift64Lshr,hc=d.__GLOBAL__sub_I_simple_ast_cpp=g.__GLOBAL__sub_I_simple_ast_cpp,xc=d._bitshift64Shl=g._bitshift64Shl,Zb=d._emscripten_bind_SExpressionWasmBuilder_SExpressionWasmBuilder_2=g._emscripten_bind_SExpressionWasmBuilder_SExpressionWasmBuilder_2,Rc=d._emscripten_bind_Literal___destroy___0=g._emscripten_bind_Literal___destroy___0;d._fflush=g._fflush;var Sc=d._emscripten_bind_ModuleInstance___destroy___0=g._emscripten_bind_ModuleInstance___destroy___0,
-Tc=d._emscripten_bind_SExpressionParser___destroy___0=g._emscripten_bind_SExpressionParser___destroy___0,Uc=d._emscripten_bind_WasmBinaryWriter___destroy___0=g._emscripten_bind_WasmBinaryWriter___destroy___0,Vb=d._emscripten_bind_Name_Name_1=g._emscripten_bind_Name_Name_1,ec=d.__GLOBAL__I_000101=g.__GLOBAL__I_000101,sc=d._bitshift64Ashr=g._bitshift64Ashr,Vc=d._emscripten_bind_VoidPtr___destroy___0=g._emscripten_bind_VoidPtr___destroy___0,Dc=d._memset=g._memset,Wc=d._emscripten_bind_Element_c_str_0=
-g._emscripten_bind_Element_c_str_0;d.___cxa_demangle=g.___cxa_demangle;var Xc=d._emscripten_bind_Element___destroy___0=g._emscripten_bind_Element___destroy___0,wc=d._memcpy=g._memcpy,mc=d.__GLOBAL__sub_I_iostream_cpp=g.__GLOBAL__sub_I_iostream_cpp,lc=d.__GLOBAL__sub_I_wasm_cpp=g.__GLOBAL__sub_I_wasm_cpp,Ic=d.___muldi3=g.___muldi3,dc=d._emscripten_replace_memory=g._emscripten_replace_memory,kc=d.__GLOBAL__sub_I_shared_constants_cpp=g.__GLOBAL__sub_I_shared_constants_cpp,Cc=d.___uremdi3=g.___uremdi3,
-Yc=d._emscripten_bind_WasmPrinter_printModule_1=g._emscripten_bind_WasmPrinter_printModule_1,Ec=d.___divdi3=g.___divdi3,Zc=d._emscripten_bind_WasmPrinter___destroy___0=g._emscripten_bind_WasmPrinter___destroy___0,oc=d._i64Subtract=g._i64Subtract,$c=d._emscripten_bind_Name___destroy___0=g._emscripten_bind_Name___destroy___0,Bc=d.___udivmoddi4=g.___udivmoddi4,ad=d._emscripten_bind_Element_getChild_1=g._emscripten_bind_Element_getChild_1,gc=d.__GLOBAL__sub_I_parser_cpp=g.__GLOBAL__sub_I_parser_cpp,pc=
-d._i64Add=g._i64Add,fc=d.__GLOBAL__sub_I_pass_cpp=g.__GLOBAL__sub_I_pass_cpp,Jc=d._pthread_self=g._pthread_self,vc=d._pthread_mutex_unlock=g._pthread_mutex_unlock,bc=d._emscripten_bind_WasmBinaryWriter_WasmBinaryWriter_3=g._emscripten_bind_WasmBinaryWriter_WasmBinaryWriter_3;d.runPostSets=g.runPostSets;var Fc=d.___remdi3=g.___remdi3,bd=d._emscripten_bind_LiteralList_push_back_1=g._emscripten_bind_LiteralList_push_back_1,Ka=d._free=g._free,Wb=d._emscripten_bind_Module_Module_0=g._emscripten_bind_Module_Module_0,
-uc=d._pthread_cond_broadcast=g._pthread_cond_broadcast,cd=d._emscripten_bind_SExpressionParser_get_root_0=g._emscripten_bind_SExpressionParser_get_root_0;d.___errno_location=g.___errno_location;var dd=d._emscripten_bind_ShellExternalInterface___destroy___0=g._emscripten_bind_ShellExternalInterface___destroy___0,Hc=d.___muldsi3=g.___muldsi3;d.___cxa_can_catch=g.___cxa_can_catch;var ed=d._emscripten_bind_Name_c_str_0=g._emscripten_bind_Name_c_str_0,Gc=d.___udivdi3=g.___udivdi3,Ub=d._emscripten_bind_BufferWithRandomAccess_BufferWithRandomAccess_1=
-g._emscripten_bind_BufferWithRandomAccess_BufferWithRandomAccess_1,qc=d._pthread_mutex_lock=g._pthread_mutex_lock,jc=d.__GLOBAL__sub_I_threads_cpp=g.__GLOBAL__sub_I_threads_cpp,fd=d._emscripten_bind_Element_dump_0=g._emscripten_bind_Element_dump_0,gd=d._emscripten_bind_Literal_getf64_0=g._emscripten_bind_Literal_getf64_0,hd=d._emscripten_bind_BufferWithRandomAccess___destroy___0=g._emscripten_bind_BufferWithRandomAccess___destroy___0,cc=d._emscripten_bind_ModuleInstance_ModuleInstance_2=g._emscripten_bind_ModuleInstance_ModuleInstance_2,
-id=d._emscripten_bind_BufferWithRandomAccess_at_1=g._emscripten_bind_BufferWithRandomAccess_at_1,U=d._malloc=g._malloc,jd=d._emscripten_bind_Element_isStr_0=g._emscripten_bind_Element_isStr_0,kd=d._emscripten_bind_WasmBinaryWriter_write_0=g._emscripten_bind_WasmBinaryWriter_write_0,Xb=d._emscripten_bind_SExpressionParser_SExpressionParser_1=g._emscripten_bind_SExpressionParser_SExpressionParser_1,ic=d.__GLOBAL__sub_I_optimizer_shared_cpp=g.__GLOBAL__sub_I_optimizer_shared_cpp,yc=d._memmove=g._memmove,
-ld=d._emscripten_bind_LiteralList___destroy___0=g._emscripten_bind_LiteralList___destroy___0;d.___cxa_is_pointer_type=g.___cxa_is_pointer_type;var md=d._emscripten_bind_Element_isList_0=g._emscripten_bind_Element_isList_0;d.dynCall_iiiiiiii=g.dynCall_iiiiiiii;d.dynCall_iiii=g.dynCall_iiii;d.dynCall_viiiiii=g.dynCall_viiiiii;d.dynCall_viiiii=g.dynCall_viiiii;d.dynCall_iiiiiid=g.dynCall_iiiiiid;d.dynCall_i=g.dynCall_i;d.dynCall_vi=g.dynCall_vi;d.dynCall_vii=g.dynCall_vii;d.dynCall_iiiiiii=g.dynCall_iiiiiii;
-d.dynCall_ii=g.dynCall_ii;d.dynCall_viii=g.dynCall_viii;d.dynCall_v=g.dynCall_v;d.dynCall_iiiiiiiii=g.dynCall_iiiiiiiii;d.dynCall_iiiii=g.dynCall_iiiii;d.dynCall_viiii=g.dynCall_viiii;d.dynCall_iii=g.dynCall_iii;d.dynCall_iiiiid=g.dynCall_iiiiid;d.dynCall_iiiiii=g.dynCall_iiiiii;m.Va=g.stackAlloc;m.zb=g.stackSave;m.Wa=g.stackRestore;m.Sf=g.establishStackSpace;m.wd=g.setTempRet0;m.Zc=g.getTempRet0;ta.prototype=Error();ta.prototype.constructor=ta;var Tb,Bb=null,za=function b(){d.calledRun||ab();d.calledRun||
-(za=b)};d.callMain=d.If=function(b){function c(){for(var b=0;3>b;b++)f.push(0)}b=b||[];Fa||(Fa=!0,pa(va));var e=b.length+1,f=[H(ba(d.thisProgram),"i8",0)];c();for(var g=0;g<e-1;g+=1)f.push(H(ba(b[g]),"i8",0)),c();f.push(0);f=H(f,"i32",0);try{var m=d._main(e,f,0);Cb(m,!0)}catch(p){if(!(p instanceof ta))if("SimulateInfiniteLoop"==p)d.noExitRuntime=!0;else throw p&&"object"===typeof p&&p.stack&&d.tb("exception thrown: "+[p,p.stack]),p;}finally{}};d.run=d.run=ab;d.exit=d.exit=Cb;var Db=[];d.abort=d.abort=
-w;if(d.preInit)for("function"==typeof d.preInit&&(d.preInit=[d.preInit]);0<d.preInit.length;)d.preInit.pop()();var Ab=!1;d.noInitialRun&&(Ab=!1);ab();x.prototype=Object.create(x.prototype);x.prototype.constructor=x;x.prototype.p=x;x.s={};d.WrapperObject=x;d.getCache=M;d.wrapPointer=wa;d.castObject=function(b,c){return wa(b.e,c)};d.NULL=wa(0);d.destroy=function(b){if(!b.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";b.__destroy__();delete M(b.p)[b.e]};d.compare=function(b,
-c){return b.e===c.e};d.getPointer=function(b){return b.e};d.getClass=function(b){return b.p};var bb={buffer:0,size:0,Ca:0,Xa:[],Aa:0,ec:function(){if(this.Aa){for(var b=0;b<this.Xa.length;b++)d._free(this.Xa[b]);this.Xa.length=0;d._free(this.buffer);this.buffer=0;this.size+=this.Aa;this.Aa=0}this.buffer||(this.size+=128,this.buffer=d._malloc(this.size),u(this.buffer));this.Ca=0},eb:function(b,c){u(this.buffer);var e=c.BYTES_PER_ELEMENT,f=b.length*e,f=f+7&-8,g;this.Ca+f>=this.size?(u(0<f),this.Aa+=
-f,g=d._malloc(f),this.Xa.push(g)):(g=this.buffer+this.Ca,this.Ca+=f);f=g;switch(e){case 2:f>>=1;break;case 4:f>>=2;break;case 8:f>>=3}for(e=0;e<b.length;e++)c[f+e]=b[e];return g}};ga.prototype=Object.create(x.prototype);ga.prototype.constructor=ga;ga.prototype.p=ga;ga.s={};d.ExternalInterface=ga;N.prototype=Object.create(x.prototype);N.prototype.constructor=N;N.prototype.p=N;N.s={};d.BufferWithRandomAccess=N;N.prototype.size=N.prototype.size=function(){return Qc(this.e)};N.prototype.at=N.prototype.wc=
-function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);return id(c,b)};N.prototype.__destroy__=function(){hd(this.e)};Y.prototype=Object.create(x.prototype);Y.prototype.constructor=Y;Y.prototype.p=Y;Y.s={};d.Name=Y;Y.prototype.c_str=function(){return K(ed(this.e))};Y.prototype.__destroy__=function(){$c(this.e)};d.prototype=Object.create(x.prototype);d.prototype.constructor=d;d.prototype.p=d;d.s={};d.Module=d;d.prototype.__destroy__=function(){Mc(this.e)};E.prototype=Object.create(x.prototype);E.prototype.constructor=
-E;E.prototype.p=E;E.s={};d.Element=E;E.prototype.isList=function(){return!!md(this.e)};E.prototype.isStr=function(){return!!jd(this.e)};E.prototype.dump=function(){fd(this.e)};E.prototype.getChild=E.prototype.Rc=function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);return wa(ad(c,b),E)};E.prototype.size=E.prototype.size=function(){return Oc(this.e)};E.prototype.c_str=function(){return K(Wc(this.e))};E.prototype.__destroy__=function(){Xc(this.e)};P.prototype=Object.create(x.prototype);P.prototype.constructor=
-P;P.prototype.p=P;P.s={};d.SExpressionParser=P;P.prototype.get_root=P.prototype.$c=function(){return wa(cd(this.e),E)};P.prototype.set_root=function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);Lc(c,b)};P.prototype.__destroy__=function(){Tc(this.e)};R.prototype=Object.create(x.prototype);R.prototype.constructor=R;R.prototype.p=R;R.s={};d.Literal=R;R.prototype.getf64=function(){return gd(this.e)};R.prototype.__destroy__=function(){Rc(this.e)};da.prototype=Object.create(x.prototype);da.prototype.constructor=
-da;da.prototype.p=da;da.s={};d.SExpressionWasmBuilder=da;da.prototype.__destroy__=function(){Nc(this.e)};Z.prototype=Object.create(x.prototype);Z.prototype.constructor=Z;Z.prototype.p=Z;Z.s={};d.LiteralList=Z;Z.prototype.push_back=function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);bd(c,b)};Z.prototype.__destroy__=function(){ld(this.e)};ea.prototype=Object.create(x.prototype);ea.prototype.constructor=ea;ea.prototype.p=ea;ea.s={};d.WasmPrinter=ea;ea.prototype.printModule=function(b){var c=this.e;
-b&&"object"===typeof b&&(b=b.e);Yc(c,b)};ea.prototype.__destroy__=function(){Zc(this.e)};fa.prototype=Object.create(ga.prototype);fa.prototype.constructor=fa;fa.prototype.p=fa;fa.s={};d.ShellExternalInterface=fa;fa.prototype.__destroy__=function(){dd(this.e)};ha.prototype=Object.create(x.prototype);ha.prototype.constructor=ha;ha.prototype.p=ha;ha.s={};d.VoidPtr=ha;ha.prototype.__destroy__=function(){Vc(this.e)};S.prototype=Object.create(x.prototype);S.prototype.constructor=S;S.prototype.p=S;S.s={};
-d.WasmBinaryWriter=S;S.prototype.write=S.prototype.write=function(){kd(this.e)};S.prototype.__destroy__=function(){Uc(this.e)};aa.prototype=Object.create(x.prototype);aa.prototype.constructor=aa;aa.prototype.p=aa;aa.s={};d.ModuleInstance=aa;aa.prototype.callExport=function(b,c){var d=this.e;b&&"object"===typeof b&&(b=b.e);c&&"object"===typeof c&&(c=c.e);return wa(Pc(d,b,c),R)};aa.prototype.__destroy__=function(){Sc(this.e)};(function(){function b(){}d.calledRun||sb(b)})();"undefined"!==typeof Symbol&&
-Symbol.iterator&&(d.BufferWithRandomAccess.prototype[Symbol.iterator]=function(){var b=this,c=0,d=b.size();return{next:function(){return c<d?{done:!1,value:b.wc(c++)}:{done:!0}}}});"undefined"!==typeof Uint8Array&&(d.BufferWithRandomAccess.prototype.toArrayBuffer=function(){return Uint8Array.from(this).buffer});d.compileWast=function(b){var c=(new d.SExpressionParser(b)).$c().Rc(0);b=new d.Module;new d.SExpressionWasmBuilder(b,c);c=new d.BufferWithRandomAccess(!1);(new d.WasmBinaryWriter(b,c,!1)).write();
-return O?Buffer.from(Uint8Array.from(c)):c.toArrayBuffer()};return d}if("undefined"!=typeof exports){var hb=gb();if("object"===typeof module)module.exports=hb;else for(var Mb in hb)exports[Mb]=hb[Mb]}("undefined"!==typeof window?window:"undefined"!==typeof global&&("undefined"===typeof process||process.argv&&Array.isArray(process.argv)&&process.argv[1]&&"/a.js"===process.argv[1].substr(-5))?global:this).Binaryen=gb;
+(d.tc,d.uc,G),Mc=d._emscripten_bind_SExpressionParser_set_root_1=g._emscripten_bind_SExpressionParser_set_root_1,Nc=d._emscripten_bind_Module___destroy___0=g._emscripten_bind_Module___destroy___0,Oc=d._emscripten_bind_SExpressionWasmBuilder___destroy___0=g._emscripten_bind_SExpressionWasmBuilder___destroy___0,ac=d._emscripten_bind_ShellExternalInterface_ShellExternalInterface_0=
+g._emscripten_bind_ShellExternalInterface_ShellExternalInterface_0,Pc=d._emscripten_bind_Element_size_0=g._emscripten_bind_Element_size_0,Qc=d._emscripten_bind_ModuleInstance_callExport_2=g._emscripten_bind_ModuleInstance_callExport_2,$b=d._emscripten_bind_LiteralList_LiteralList_0=g._emscripten_bind_LiteralList_LiteralList_0,Bc=d._llvm_cttz_i32=g._llvm_cttz_i32,Rc=d._emscripten_bind_BufferWithRandomAccess_size_0=g._emscripten_bind_BufferWithRandomAccess_size_0,Yb=d._emscripten_bind_Literal_Literal_1=
+g._emscripten_bind_Literal_Literal_1,tc=d._bitshift64Lshr=g._bitshift64Lshr,hc=d.__GLOBAL__sub_I_simple_ast_cpp=g.__GLOBAL__sub_I_simple_ast_cpp,yc=d._bitshift64Shl=g._bitshift64Shl,Zb=d._emscripten_bind_SExpressionWasmBuilder_SExpressionWasmBuilder_2=g._emscripten_bind_SExpressionWasmBuilder_SExpressionWasmBuilder_2,Sc=d._emscripten_bind_Literal___destroy___0=g._emscripten_bind_Literal___destroy___0;d._fflush=g._fflush;var Tc=d._emscripten_bind_ModuleInstance___destroy___0=g._emscripten_bind_ModuleInstance___destroy___0,
+Uc=d._emscripten_bind_SExpressionParser___destroy___0=g._emscripten_bind_SExpressionParser___destroy___0,Vc=d._emscripten_bind_WasmBinaryWriter___destroy___0=g._emscripten_bind_WasmBinaryWriter___destroy___0,Vb=d._emscripten_bind_Name_Name_1=g._emscripten_bind_Name_Name_1,ec=d.__GLOBAL__I_000101=g.__GLOBAL__I_000101,sc=d._bitshift64Ashr=g._bitshift64Ashr,Wc=d._emscripten_bind_VoidPtr___destroy___0=g._emscripten_bind_VoidPtr___destroy___0,Ec=d._memset=g._memset,Xc=d._emscripten_bind_Element_c_str_0=
+g._emscripten_bind_Element_c_str_0;d.___cxa_demangle=g.___cxa_demangle;var Yc=d._emscripten_bind_Element___destroy___0=g._emscripten_bind_Element___destroy___0,wc=d._memcpy=g._memcpy,mc=d.__GLOBAL__sub_I_iostream_cpp=g.__GLOBAL__sub_I_iostream_cpp,lc=d.__GLOBAL__sub_I_wasm_cpp=g.__GLOBAL__sub_I_wasm_cpp,Jc=d.___muldi3=g.___muldi3,dc=d._emscripten_replace_memory=g._emscripten_replace_memory,kc=d.__GLOBAL__sub_I_shared_constants_cpp=g.__GLOBAL__sub_I_shared_constants_cpp,Dc=d.___uremdi3=g.___uremdi3,
+Zc=d._emscripten_bind_WasmPrinter_printModule_1=g._emscripten_bind_WasmPrinter_printModule_1,Fc=d.___divdi3=g.___divdi3,$c=d._emscripten_bind_WasmPrinter___destroy___0=g._emscripten_bind_WasmPrinter___destroy___0,oc=d._i64Subtract=g._i64Subtract,ad=d._emscripten_bind_Name___destroy___0=g._emscripten_bind_Name___destroy___0,Cc=d.___udivmoddi4=g.___udivmoddi4,bd=d._emscripten_bind_Element_getChild_1=g._emscripten_bind_Element_getChild_1,gc=d.__GLOBAL__sub_I_parser_cpp=g.__GLOBAL__sub_I_parser_cpp,pc=
+d._i64Add=g._i64Add,fc=d.__GLOBAL__sub_I_pass_cpp=g.__GLOBAL__sub_I_pass_cpp,Kc=d._pthread_self=g._pthread_self,vc=d._pthread_mutex_unlock=g._pthread_mutex_unlock,bc=d._emscripten_bind_WasmBinaryWriter_WasmBinaryWriter_3=g._emscripten_bind_WasmBinaryWriter_WasmBinaryWriter_3;d.runPostSets=g.runPostSets;var Gc=d.___remdi3=g.___remdi3,cd=d._emscripten_bind_LiteralList_push_back_1=g._emscripten_bind_LiteralList_push_back_1,xc=d._sbrk=g._sbrk,Ka=d._free=g._free,Wb=d._emscripten_bind_Module_Module_0=g._emscripten_bind_Module_Module_0,
+uc=d._pthread_cond_broadcast=g._pthread_cond_broadcast,dd=d._emscripten_bind_SExpressionParser_get_root_0=g._emscripten_bind_SExpressionParser_get_root_0;d.___errno_location=g.___errno_location;var ed=d._emscripten_bind_ShellExternalInterface___destroy___0=g._emscripten_bind_ShellExternalInterface___destroy___0,Ic=d.___muldsi3=g.___muldsi3;d.___cxa_can_catch=g.___cxa_can_catch;var fd=d._emscripten_bind_Name_c_str_0=g._emscripten_bind_Name_c_str_0,Hc=d.___udivdi3=g.___udivdi3,Ub=d._emscripten_bind_BufferWithRandomAccess_BufferWithRandomAccess_1=
+g._emscripten_bind_BufferWithRandomAccess_BufferWithRandomAccess_1,qc=d._pthread_mutex_lock=g._pthread_mutex_lock,jc=d.__GLOBAL__sub_I_threads_cpp=g.__GLOBAL__sub_I_threads_cpp,gd=d._emscripten_bind_Element_dump_0=g._emscripten_bind_Element_dump_0,hd=d._emscripten_bind_Literal_getf64_0=g._emscripten_bind_Literal_getf64_0,id=d._emscripten_bind_BufferWithRandomAccess___destroy___0=g._emscripten_bind_BufferWithRandomAccess___destroy___0,cc=d._emscripten_bind_ModuleInstance_ModuleInstance_2=g._emscripten_bind_ModuleInstance_ModuleInstance_2,
+jd=d._emscripten_bind_BufferWithRandomAccess_at_1=g._emscripten_bind_BufferWithRandomAccess_at_1,U=d._malloc=g._malloc,kd=d._emscripten_bind_Element_isStr_0=g._emscripten_bind_Element_isStr_0,ld=d._emscripten_bind_WasmBinaryWriter_write_0=g._emscripten_bind_WasmBinaryWriter_write_0,Xb=d._emscripten_bind_SExpressionParser_SExpressionParser_1=g._emscripten_bind_SExpressionParser_SExpressionParser_1,ic=d.__GLOBAL__sub_I_optimizer_shared_cpp=g.__GLOBAL__sub_I_optimizer_shared_cpp,zc=d._memmove=g._memmove,
+md=d._emscripten_bind_LiteralList___destroy___0=g._emscripten_bind_LiteralList___destroy___0;d.___cxa_is_pointer_type=g.___cxa_is_pointer_type;var nd=d._emscripten_bind_Element_isList_0=g._emscripten_bind_Element_isList_0;d.dynCall_iiiiiiii=g.dynCall_iiiiiiii;d.dynCall_iiii=g.dynCall_iiii;d.dynCall_viiiiii=g.dynCall_viiiiii;d.dynCall_viiiii=g.dynCall_viiiii;d.dynCall_iiiiiid=g.dynCall_iiiiiid;d.dynCall_i=g.dynCall_i;d.dynCall_vi=g.dynCall_vi;d.dynCall_vii=g.dynCall_vii;d.dynCall_iiiiiii=g.dynCall_iiiiiii;
+d.dynCall_ii=g.dynCall_ii;d.dynCall_viii=g.dynCall_viii;d.dynCall_v=g.dynCall_v;d.dynCall_iiiiiiiii=g.dynCall_iiiiiiiii;d.dynCall_iiiii=g.dynCall_iiiii;d.dynCall_viiii=g.dynCall_viiii;d.dynCall_iii=g.dynCall_iii;d.dynCall_iiiiid=g.dynCall_iiiiid;d.dynCall_iiiiii=g.dynCall_iiiiii;m.Ua=g.stackAlloc;m.yb=g.stackSave;m.Va=g.stackRestore;m.Rf=g.establishStackSpace;m.vd=g.setTempRet0;m.Yc=g.getTempRet0;ta.prototype=Error();ta.prototype.constructor=ta;var Tb,Fb=null,za=function b(){d.calledRun||$a();d.calledRun||
+(za=b)};d.callMain=d.Hf=function(b){function c(){for(var b=0;3>b;b++)f.push(0)}b=b||[];Fa||(Fa=!0,pa(va));var e=b.length+1,f=[H(ba(d.thisProgram),"i8",0)];c();for(var g=0;g<e-1;g+=1)f.push(H(ba(b[g]),"i8",0)),c();f.push(0);f=H(f,"i32",0);try{var m=d._main(e,f,0);Gb(m,!0)}catch(p){if(!(p instanceof ta))if("SimulateInfiniteLoop"==p)d.noExitRuntime=!0;else throw p&&"object"===typeof p&&p.stack&&d.sb("exception thrown: "+[p,p.stack]),p;}finally{}};d.run=d.run=$a;d.exit=d.exit=Gb;var Hb=[];d.abort=d.abort=
+w;if(d.preInit)for("function"==typeof d.preInit&&(d.preInit=[d.preInit]);0<d.preInit.length;)d.preInit.pop()();var Eb=!1;d.noInitialRun&&(Eb=!1);$a();x.prototype=Object.create(x.prototype);x.prototype.constructor=x;x.prototype.p=x;x.s={};d.WrapperObject=x;d.getCache=L;d.wrapPointer=wa;d.castObject=function(b,c){return wa(b.e,c)};d.NULL=wa(0);d.destroy=function(b){if(!b.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";b.__destroy__();delete L(b.p)[b.e]};d.compare=function(b,
+c){return b.e===c.e};d.getPointer=function(b){return b.e};d.getClass=function(b){return b.p};var ab={buffer:0,size:0,Ba:0,Wa:[],za:0,cc:function(){if(this.za){for(var b=0;b<this.Wa.length;b++)d._free(this.Wa[b]);this.Wa.length=0;d._free(this.buffer);this.buffer=0;this.size+=this.za;this.za=0}this.buffer||(this.size+=128,this.buffer=d._malloc(this.size),u(this.buffer));this.Ba=0},sc:function(b,c){u(this.buffer);var e=c.BYTES_PER_ELEMENT,f=b.length*e,f=f+7&-8,g;this.Ba+f>=this.size?(u(0<f),this.za+=
+f,g=d._malloc(f),this.Wa.push(g)):(g=this.buffer+this.Ba,this.Ba+=f);f=g;switch(e){case 2:f>>=1;break;case 4:f>>=2;break;case 8:f>>=3}for(e=0;e<b.length;e++)c[f+e]=b[e];return g}};ga.prototype=Object.create(x.prototype);ga.prototype.constructor=ga;ga.prototype.p=ga;ga.s={};d.ExternalInterface=ga;M.prototype=Object.create(x.prototype);M.prototype.constructor=M;M.prototype.p=M;M.s={};d.BufferWithRandomAccess=M;M.prototype.size=M.prototype.size=function(){return Rc(this.e)};M.prototype.at=M.prototype.vc=
+function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);return jd(c,b)};M.prototype.__destroy__=function(){id(this.e)};X.prototype=Object.create(x.prototype);X.prototype.constructor=X;X.prototype.p=X;X.s={};d.Name=X;X.prototype.c_str=function(){return K(fd(this.e))};X.prototype.__destroy__=function(){ad(this.e)};d.prototype=Object.create(x.prototype);d.prototype.constructor=d;d.prototype.p=d;d.s={};d.Module=d;d.prototype.__destroy__=function(){Nc(this.e)};F.prototype=Object.create(x.prototype);F.prototype.constructor=
+F;F.prototype.p=F;F.s={};d.Element=F;F.prototype.isList=function(){return!!nd(this.e)};F.prototype.isStr=function(){return!!kd(this.e)};F.prototype.dump=function(){gd(this.e)};F.prototype.getChild=F.prototype.Qc=function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);return wa(bd(c,b),F)};F.prototype.size=F.prototype.size=function(){return Pc(this.e)};F.prototype.c_str=function(){return K(Xc(this.e))};F.prototype.__destroy__=function(){Yc(this.e)};O.prototype=Object.create(x.prototype);O.prototype.constructor=
+O;O.prototype.p=O;O.s={};d.SExpressionParser=O;O.prototype.get_root=O.prototype.Zc=function(){return wa(dd(this.e),F)};O.prototype.set_root=function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);Mc(c,b)};O.prototype.__destroy__=function(){Uc(this.e)};R.prototype=Object.create(x.prototype);R.prototype.constructor=R;R.prototype.p=R;R.s={};d.Literal=R;R.prototype.getf64=function(){return hd(this.e)};R.prototype.__destroy__=function(){Sc(this.e)};da.prototype=Object.create(x.prototype);da.prototype.constructor=
+da;da.prototype.p=da;da.s={};d.SExpressionWasmBuilder=da;da.prototype.__destroy__=function(){Oc(this.e)};Y.prototype=Object.create(x.prototype);Y.prototype.constructor=Y;Y.prototype.p=Y;Y.s={};d.LiteralList=Y;Y.prototype.push_back=function(b){var c=this.e;b&&"object"===typeof b&&(b=b.e);cd(c,b)};Y.prototype.__destroy__=function(){md(this.e)};ea.prototype=Object.create(x.prototype);ea.prototype.constructor=ea;ea.prototype.p=ea;ea.s={};d.WasmPrinter=ea;ea.prototype.printModule=function(b){var c=this.e;
+b&&"object"===typeof b&&(b=b.e);Zc(c,b)};ea.prototype.__destroy__=function(){$c(this.e)};fa.prototype=Object.create(ga.prototype);fa.prototype.constructor=fa;fa.prototype.p=fa;fa.s={};d.ShellExternalInterface=fa;fa.prototype.__destroy__=function(){ed(this.e)};ha.prototype=Object.create(x.prototype);ha.prototype.constructor=ha;ha.prototype.p=ha;ha.s={};d.VoidPtr=ha;ha.prototype.__destroy__=function(){Wc(this.e)};S.prototype=Object.create(x.prototype);S.prototype.constructor=S;S.prototype.p=S;S.s={};
+d.WasmBinaryWriter=S;S.prototype.write=S.prototype.write=function(){ld(this.e)};S.prototype.__destroy__=function(){Vc(this.e)};Z.prototype=Object.create(x.prototype);Z.prototype.constructor=Z;Z.prototype.p=Z;Z.s={};d.ModuleInstance=Z;Z.prototype.callExport=function(b,c){var d=this.e;b&&"object"===typeof b&&(b=b.e);c&&"object"===typeof c&&(c=c.e);return wa(Qc(d,b,c),R)};Z.prototype.__destroy__=function(){Tc(this.e)};(function(){function b(){}d.calledRun||wb(b)})();"undefined"!==typeof Symbol&&Symbol.iterator&&
+(d.BufferWithRandomAccess.prototype[Symbol.iterator]=function(){var b=this,c=0,d=b.size();return{next:function(){return c<d?{done:!1,value:b.vc(c++)}:{done:!0}}}});"undefined"!==typeof Uint8Array&&(d.BufferWithRandomAccess.prototype.toArrayBuffer=function(){return Uint8Array.from(this).buffer});d.compileWast=function(b){var c=(new d.SExpressionParser(b)).Zc().Qc(0);b=new d.Module;new d.SExpressionWasmBuilder(b,c);c=new d.BufferWithRandomAccess(!1);(new d.WasmBinaryWriter(b,c,!1)).write();return N?
+Buffer.from(Uint8Array.from(c)):c.toArrayBuffer()};return d}if("undefined"!=typeof exports){var jb=ib();if("object"===typeof module)module.exports=jb;else for(var Nb in jb)exports[Nb]=jb[Nb]}("undefined"!==typeof window?window:"undefined"!==typeof global&&("undefined"===typeof process||process.argv&&Array.isArray(process.argv)&&process.argv[1]&&"/a.js"===process.argv[1].substr(-5))?global:this).Binaryen=ib;
diff --git a/bin/wasm.js b/bin/wasm.js
index 715544cc0..1194178cd 100644
--- a/bin/wasm.js
+++ b/bin/wasm.js
@@ -1,23 +1,23 @@
var WasmJS = function(Module) {
Module = Module || {};
-var Module;if(!Module)Module=(typeof WasmJS!=="undefined"?WasmJS:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_IS_SHELL=false;if(Module["ENVIRONMENT"]){if(Module["ENVIRONMENT"]==="WEB"){ENVIRONMENT_IS_WEB=true}else if(Module["ENVIRONMENT"]==="WORKER"){ENVIRONMENT_IS_WORKER=true}else if(Module["ENVIRONMENT"]==="NODE"){ENVIRONMENT_IS_NODE=true}else if(Module["ENVIRONMENT"]==="SHELL"){ENVIRONMENT_IS_SHELL=true}else{throw new Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.")}}else{ENVIRONMENT_IS_WEB=typeof window==="object";ENVIRONMENT_IS_WORKER=typeof importScripts==="function";ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER;ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER}if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=console.log;if(!Module["printErr"])Module["printErr"]=console.warn;var nodeFS;var nodePath;Module["read"]=function read(filename,binary){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);return binary?ret:ret.toString()};Module["readBinary"]=function readBinary(filename){var ret=Module["read"](filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function(ex){if(!(ex instanceof ExitStatus)){throw ex}}));Module["inspect"]=(function(){return"[Emscripten Module object]"})}else if(ENVIRONMENT_IS_SHELL){if(!Module["print"])Module["print"]=print;if(typeof printErr!="undefined")Module["printErr"]=printErr;if(typeof read!="undefined"){Module["read"]=read}else{Module["read"]=function read(){throw"no read() available (jsc?)"}}Module["readBinary"]=function readBinary(f){if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}var data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){Module["arguments"]=scriptArgs}else if(typeof arguments!="undefined"){Module["arguments"]=arguments}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){Module["read"]=function read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};Module["readAsync"]=function readAsync(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function xhr_onload(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response)}else{onerror()}};xhr.onerror=onerror;xhr.send(null)};if(typeof arguments!="undefined"){Module["arguments"]=arguments}if(typeof console!=="undefined"){if(!Module["print"])Module["print"]=function print(x){console.log(x)};if(!Module["printErr"])Module["printErr"]=function printErr(x){console.warn(x)}}else{var TRY_USE_DUMP=false;if(!Module["print"])Module["print"]=TRY_USE_DUMP&&typeof dump!=="undefined"?(function(x){dump(x)}):(function(x){})}if(ENVIRONMENT_IS_WORKER){Module["load"]=importScripts}if(typeof Module["setWindowTitle"]==="undefined"){Module["setWindowTitle"]=(function(title){document.title=title})}}else{throw"Unknown runtime environment. Where are we?"}function globalEval(x){eval.call(null,x)}if(!Module["load"]&&Module["read"]){Module["load"]=function load(f){globalEval(Module["read"](f))}}if(!Module["print"]){Module["print"]=(function(){})}if(!Module["printErr"]){Module["printErr"]=Module["print"]}if(!Module["arguments"]){Module["arguments"]=[]}if(!Module["thisProgram"]){Module["thisProgram"]="./this.program"}Module.print=Module["print"];Module.printErr=Module["printErr"];Module["preRun"]=[];Module["postRun"]=[];for(var key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=undefined;var Runtime={setTempRet0:(function(value){tempRet0=value}),getTempRet0:(function(){return tempRet0}),stackSave:(function(){return STACKTOP}),stackRestore:(function(stackTop){STACKTOP=stackTop}),getNativeTypeSize:(function(type){switch(type){case"i1":case"i8":return 1;case"i16":return 2;case"i32":return 4;case"i64":return 8;case"float":return 4;case"double":return 8;default:{if(type[type.length-1]==="*"){return Runtime.QUANTUM_SIZE}else if(type[0]==="i"){var bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSize:(function(type){return Math.max(Runtime.getNativeTypeSize(type),Runtime.QUANTUM_SIZE)}),STACK_ALIGN:16,prepVararg:(function(ptr,type){if(type==="double"||type==="i64"){if(ptr&7){assert((ptr&7)===4);ptr+=4}}else{assert((ptr&3)===0)}return ptr}),getAlignSize:(function(type,size,vararg){if(!vararg&&(type=="i64"||type=="double"))return 8;if(!type)return Math.min(size,8);return Math.min(size||(type?Runtime.getNativeFieldSize(type):0),Runtime.QUANTUM_SIZE)}),dynCall:(function(sig,ptr,args){if(args&&args.length){return Module["dynCall_"+sig].apply(null,[ptr].concat(args))}else{return Module["dynCall_"+sig].call(null,ptr)}}),functionPointers:[],addFunction:(function(func){for(var i=0;i<Runtime.functionPointers.length;i++){if(!Runtime.functionPointers[i]){Runtime.functionPointers[i]=func;return 2*(1+i)}}throw"Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS."}),removeFunction:(function(index){Runtime.functionPointers[(index-2)/2]=null}),warnOnce:(function(text){if(!Runtime.warnOnce.shown)Runtime.warnOnce.shown={};if(!Runtime.warnOnce.shown[text]){Runtime.warnOnce.shown[text]=1;Module.printErr(text)}}),funcWrappers:{},getFuncWrapper:(function(func,sig){assert(sig);if(!Runtime.funcWrappers[sig]){Runtime.funcWrappers[sig]={}}var sigCache=Runtime.funcWrappers[sig];if(!sigCache[func]){if(sig.length===1){sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func)}}else if(sig.length===2){sigCache[func]=function dynCall_wrapper(arg){return Runtime.dynCall(sig,func,[arg])}}else{sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func,Array.prototype.slice.call(arguments))}}}return sigCache[func]}),getCompilerSetting:(function(name){throw"You must build with -s RETAIN_COMPILER_SETTINGS=1 for Runtime.getCompilerSetting or emscripten_get_compiler_setting to work"}),stackAlloc:(function(size){var ret=STACKTOP;STACKTOP=STACKTOP+size|0;STACKTOP=STACKTOP+15&-16;return ret}),staticAlloc:(function(size){var ret=STATICTOP;STATICTOP=STATICTOP+size|0;STATICTOP=STATICTOP+15&-16;return ret}),dynamicAlloc:(function(size){var ret=DYNAMICTOP;DYNAMICTOP=DYNAMICTOP+size|0;DYNAMICTOP=DYNAMICTOP+15&-16;if(DYNAMICTOP>=TOTAL_MEMORY){var success=enlargeMemory();if(!success){DYNAMICTOP=ret;return 0}}return ret}),alignMemory:(function(size,quantum){var ret=size=Math.ceil(size/(quantum?quantum:16))*(quantum?quantum:16);return ret}),makeBigInt:(function(low,high,unsigned){var ret=unsigned?+(low>>>0)+ +(high>>>0)*+4294967296:+(low>>>0)+ +(high|0)*+4294967296;return ret}),GLOBAL_BASE:8,QUANTUM_SIZE:4,__dummy__:0};Module["Runtime"]=Runtime;var ABORT=false;var EXITSTATUS=0;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];if(!func){try{func=eval("_"+ident)}catch(e){}}assert(func,"Cannot call unknown function "+ident+" (perhaps LLVM optimizations or closure removed it?)");return func}var cwrap,ccall;((function(){var JSfuncs={"stackSave":(function(){Runtime.stackSave()}),"stackRestore":(function(){Runtime.stackRestore()}),"arrayToC":(function(arr){var ret=Runtime.stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}),"stringToC":(function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=Runtime.stackAlloc(len);stringToUTF8(str,ret,len)}return ret})};var toC={"string":JSfuncs["stringToC"],"array":JSfuncs["arrayToC"]};ccall=function ccallFunc(ident,returnType,argTypes,args,opts){var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];if(converter){if(stack===0)stack=Runtime.stackSave();cArgs[i]=converter(args[i])}else{cArgs[i]=args[i]}}}var ret=func.apply(null,cArgs);if(returnType==="string")ret=Pointer_stringify(ret);if(stack!==0){if(opts&&opts.async){EmterpreterAsync.asyncFinalizers.push((function(){Runtime.stackRestore(stack)}));return}Runtime.stackRestore(stack)}return ret};var sourceRegex=/^function\s*[a-zA-Z$_0-9]*\s*\(([^)]*)\)\s*{\s*([^*]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/;function parseJSFunc(jsfunc){var parsed=jsfunc.toString().match(sourceRegex).slice(1);return{arguments:parsed[0],body:parsed[1],returnValue:parsed[2]}}var JSsource=null;function ensureJSsource(){if(!JSsource){JSsource={};for(var fun in JSfuncs){if(JSfuncs.hasOwnProperty(fun)){JSsource[fun]=parseJSFunc(JSfuncs[fun])}}}}cwrap=function cwrap(ident,returnType,argTypes){argTypes=argTypes||[];var cfunc=getCFunc(ident);var numericArgs=argTypes.every((function(type){return type==="number"}));var numericRet=returnType!=="string";if(numericRet&&numericArgs){return cfunc}var argNames=argTypes.map((function(x,i){return"$"+i}));var funcstr="(function("+argNames.join(",")+") {";var nargs=argTypes.length;if(!numericArgs){ensureJSsource();funcstr+="var stack = "+JSsource["stackSave"].body+";";for(var i=0;i<nargs;i++){var arg=argNames[i],type=argTypes[i];if(type==="number")continue;var convertCode=JSsource[type+"ToC"];funcstr+="var "+convertCode.arguments+" = "+arg+";";funcstr+=convertCode.body+";";funcstr+=arg+"=("+convertCode.returnValue+");"}}var cfuncname=parseJSFunc((function(){return cfunc})).returnValue;funcstr+="var ret = "+cfuncname+"("+argNames.join(",")+");";if(!numericRet){var strgfy=parseJSFunc((function(){return Pointer_stringify})).returnValue;funcstr+="ret = "+strgfy+"(ret);"}if(!numericArgs){ensureJSsource();funcstr+=JSsource["stackRestore"].body.replace("()","(stack)")+";"}funcstr+="return ret})";return eval(funcstr)}}))();Module["ccall"]=ccall;Module["cwrap"]=cwrap;function setValue(ptr,value,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":HEAP8[ptr>>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math_abs(tempDouble)>=+1?tempDouble>+0?(Math_min(+Math_floor(tempDouble/+4294967296),+4294967295)|0)>>>0:~~+Math_ceil((tempDouble- +(~~tempDouble>>>0))/+4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;default:abort("invalid type for setValue: "+type)}}Module["setValue"]=setValue;function getValue(ptr,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP32[ptr>>2];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];default:abort("invalid type for setValue: "+type)}return null}Module["getValue"]=getValue;var ALLOC_NORMAL=0;var ALLOC_STACK=1;var ALLOC_STATIC=2;var ALLOC_DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;Module["ALLOC_STATIC"]=ALLOC_STATIC;Module["ALLOC_DYNAMIC"]=ALLOC_DYNAMIC;Module["ALLOC_NONE"]=ALLOC_NONE;function allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof slab==="number"){zeroinit=true;size=slab}else{zeroinit=false;size=slab.length}var singleType=typeof types==="string"?types:null;var ret;if(allocator==ALLOC_NONE){ret=ptr}else{ret=[typeof _malloc==="function"?_malloc:Runtime.staticAlloc,Runtime.stackAlloc,Runtime.staticAlloc,Runtime.dynamicAlloc][allocator===undefined?ALLOC_STATIC:allocator](Math.max(size,singleType?1:types.length))}if(zeroinit){var ptr=ret,stop;assert((ret&3)==0);stop=ret+(size&~3);for(;ptr<stop;ptr+=4){HEAP32[ptr>>2]=0}stop=ret+size;while(ptr<stop){HEAP8[ptr++>>0]=0}return ret}if(singleType==="i8"){if(slab.subarray||slab.slice){HEAPU8.set(slab,ret)}else{HEAPU8.set(new Uint8Array(slab),ret)}return ret}var i=0,type,typeSize,previousType;while(i<size){var curr=slab[i];if(typeof curr==="function"){curr=Runtime.getFunctionIndex(curr)}type=singleType||types[i];if(type===0){i++;continue}if(type=="i64")type="i32";setValue(ret+i,curr,type);if(previousType!==type){typeSize=Runtime.getNativeTypeSize(type);previousType=type}i+=typeSize}return ret}Module["allocate"]=allocate;function getMemory(size){if(!staticSealed)return Runtime.staticAlloc(size);if(typeof _sbrk!=="undefined"&&!_sbrk.called||!runtimeInitialized)return Runtime.dynamicAlloc(size);return _malloc(size)}Module["getMemory"]=getMemory;function Pointer_stringify(ptr,length){if(length===0||!ptr)return"";var hasUtf=0;var t;var i=0;while(1){t=HEAPU8[ptr+i>>0];hasUtf|=t;if(t==0&&!length)break;i++;if(length&&i==length)break}if(!length)length=i;var ret="";if(hasUtf<128){var MAX_CHUNK=1024;var curr;while(length>0){curr=String.fromCharCode.apply(String,HEAPU8.subarray(ptr,ptr+Math.min(length,MAX_CHUNK)));ret=ret?ret+curr:curr;ptr+=MAX_CHUNK;length-=MAX_CHUNK}return ret}return Module["UTF8ToString"](ptr)}Module["Pointer_stringify"]=Pointer_stringify;function AsciiToString(ptr){var str="";while(1){var ch=HEAP8[ptr++>>0];if(!ch)return str;str+=String.fromCharCode(ch)}}Module["AsciiToString"]=AsciiToString;function stringToAscii(str,outPtr){return writeAsciiToMemory(str,outPtr,false)}Module["stringToAscii"]=stringToAscii;var UTF8Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(u8Array,idx){var endPtr=idx;while(u8Array[endPtr])++endPtr;if(endPtr-idx>16&&u8Array.subarray&&UTF8Decoder){return UTF8Decoder.decode(u8Array.subarray(idx,endPtr))}else{var u0,u1,u2,u3,u4,u5;var str="";while(1){u0=u8Array[idx++];if(!u0)return str;if(!(u0&128)){str+=String.fromCharCode(u0);continue}u1=u8Array[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}u2=u8Array[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u3=u8Array[idx++]&63;if((u0&248)==240){u0=(u0&7)<<18|u1<<12|u2<<6|u3}else{u4=u8Array[idx++]&63;if((u0&252)==248){u0=(u0&3)<<24|u1<<18|u2<<12|u3<<6|u4}else{u5=u8Array[idx++]&63;u0=(u0&1)<<30|u1<<24|u2<<18|u3<<12|u4<<6|u5}}}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}}}Module["UTF8ArrayToString"]=UTF8ArrayToString;function UTF8ToString(ptr){return UTF8ArrayToString(HEAPU8,ptr)}Module["UTF8ToString"]=UTF8ToString;function stringToUTF8Array(str,outU8Array,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127){if(outIdx>=endIdx)break;outU8Array[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;outU8Array[outIdx++]=192|u>>6;outU8Array[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;outU8Array[outIdx++]=224|u>>12;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else if(u<=2097151){if(outIdx+3>=endIdx)break;outU8Array[outIdx++]=240|u>>18;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else if(u<=67108863){if(outIdx+4>=endIdx)break;outU8Array[outIdx++]=248|u>>24;outU8Array[outIdx++]=128|u>>18&63;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else{if(outIdx+5>=endIdx)break;outU8Array[outIdx++]=252|u>>30;outU8Array[outIdx++]=128|u>>24&63;outU8Array[outIdx++]=128|u>>18&63;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}}outU8Array[outIdx]=0;return outIdx-startIdx}Module["stringToUTF8Array"]=stringToUTF8Array;function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}Module["stringToUTF8"]=stringToUTF8;function lengthBytesUTF8(str){var len=0;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127){++len}else if(u<=2047){len+=2}else if(u<=65535){len+=3}else if(u<=2097151){len+=4}else if(u<=67108863){len+=5}else{len+=6}}return len}Module["lengthBytesUTF8"]=lengthBytesUTF8;var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;function demangle(func){var hasLibcxxabi=!!Module["___cxa_demangle"];if(hasLibcxxabi){try{var s=func.substr(1);var len=lengthBytesUTF8(s)+1;var buf=_malloc(len);stringToUTF8(s,buf,len);var status=_malloc(4);var ret=Module["___cxa_demangle"](buf,0,0,status);if(getValue(status,"i32")===0&&ret){return Pointer_stringify(ret)}}catch(e){}finally{if(buf)_free(buf);if(status)_free(status);if(ret)_free(ret)}return func}Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling");return func}function demangleAll(text){return text.replace(/__Z[\w\d_]+/g,(function(x){var y=demangle(x);return x===y?x:x+" ["+y+"]"}))}function jsStackTrace(){var err=new Error;if(!err.stack){try{throw new Error(0)}catch(e){err=e}if(!err.stack){return"(no stack trace available)"}}return err.stack.toString()}function stackTrace(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}Module["stackTrace"]=stackTrace;var PAGE_SIZE=4096;function alignMemoryPage(x){if(x%4096>0){x+=4096-x%4096}return x}var HEAP;var buffer;var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBuffer(buf){Module["buffer"]=buffer=buf}function updateGlobalBufferViews(){Module["HEAP8"]=HEAP8=new Int8Array(buffer);Module["HEAP16"]=HEAP16=new Int16Array(buffer);Module["HEAP32"]=HEAP32=new Int32Array(buffer);Module["HEAPU8"]=HEAPU8=new Uint8Array(buffer);Module["HEAPU16"]=HEAPU16=new Uint16Array(buffer);Module["HEAPU32"]=HEAPU32=new Uint32Array(buffer);Module["HEAPF32"]=HEAPF32=new Float32Array(buffer);Module["HEAPF64"]=HEAPF64=new Float64Array(buffer)}var STATIC_BASE=0,STATICTOP=0,staticSealed=false;var STACK_BASE=0,STACKTOP=0,STACK_MAX=0;var DYNAMIC_BASE=0,DYNAMICTOP=0;if(!Module["reallocBuffer"])Module["reallocBuffer"]=(function(size){var ret;try{if(ArrayBuffer.transfer){ret=ArrayBuffer.transfer(buffer,size)}else{var oldHEAP8=HEAP8;ret=new ArrayBuffer(size);var temp=new Int8Array(ret);temp.set(oldHEAP8)}}catch(e){return false}var success=_emscripten_replace_memory(ret);if(!success)return false;return ret});function enlargeMemory(){var LIMIT=Math.pow(2,31);if(DYNAMICTOP>=LIMIT)return false;while(TOTAL_MEMORY<=DYNAMICTOP){if(TOTAL_MEMORY<LIMIT/2){TOTAL_MEMORY=alignMemoryPage(2*TOTAL_MEMORY)}else{var last=TOTAL_MEMORY;TOTAL_MEMORY=alignMemoryPage((3*TOTAL_MEMORY+LIMIT)/4);if(TOTAL_MEMORY<=last)return false}}TOTAL_MEMORY=Math.max(TOTAL_MEMORY,16*1024*1024);if(TOTAL_MEMORY>=LIMIT)return false;var replacement=Module["reallocBuffer"](TOTAL_MEMORY);if(!replacement)return false;updateGlobalBuffer(replacement);updateGlobalBufferViews();return true}var byteLength;try{byteLength=Function.prototype.call.bind(Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get);byteLength(new ArrayBuffer(4))}catch(e){byteLength=(function(buffer){return buffer.byteLength})}var TOTAL_STACK=Module["TOTAL_STACK"]||5242880;var TOTAL_MEMORY=Module["TOTAL_MEMORY"]||16777216;var totalMemory=64*1024;while(totalMemory<TOTAL_MEMORY||totalMemory<2*TOTAL_STACK){if(totalMemory<16*1024*1024){totalMemory*=2}else{totalMemory+=16*1024*1024}}totalMemory=Math.max(totalMemory,16*1024*1024);if(totalMemory!==TOTAL_MEMORY){TOTAL_MEMORY=totalMemory}if(Module["buffer"]){buffer=Module["buffer"]}else{buffer=new ArrayBuffer(TOTAL_MEMORY)}updateGlobalBufferViews();HEAP32[0]=1668509029;HEAP16[1]=25459;if(HEAPU8[2]!==115||HEAPU8[3]!==99)throw"Runtime error: expected the system to be little-endian!";Module["HEAP"]=HEAP;Module["buffer"]=buffer;Module["HEAP8"]=HEAP8;Module["HEAP16"]=HEAP16;Module["HEAP32"]=HEAP32;Module["HEAPU8"]=HEAPU8;Module["HEAPU16"]=HEAPU16;Module["HEAPU32"]=HEAPU32;Module["HEAPF32"]=HEAPF32;Module["HEAPF64"]=HEAPF64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){Runtime.dynCall("v",func)}else{Runtime.dynCall("vi",func,[callback.arg])}}else{func(callback.arg===undefined?null:callback.arg)}}}var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function ensureInitRuntime(){if(runtimeInitialized)return;runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){callRuntimeCallbacks(__ATEXIT__);runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}Module["addOnPreRun"]=addOnPreRun;function addOnInit(cb){__ATINIT__.unshift(cb)}Module["addOnInit"]=addOnInit;function addOnPreMain(cb){__ATMAIN__.unshift(cb)}Module["addOnPreMain"]=addOnPreMain;function addOnExit(cb){__ATEXIT__.unshift(cb)}Module["addOnExit"]=addOnExit;function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}Module["addOnPostRun"]=addOnPostRun;function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}Module["intArrayFromString"]=intArrayFromString;function intArrayToString(array){var ret=[];for(var i=0;i<array.length;i++){var chr=array[i];if(chr>255){chr&=255}ret.push(String.fromCharCode(chr))}return ret.join("")}Module["intArrayToString"]=intArrayToString;function writeStringToMemory(string,buffer,dontAddNull){Runtime.warnOnce("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var lastChar,end;if(dontAddNull){end=buffer+lengthBytesUTF8(string);lastChar=HEAP8[end]}stringToUTF8(string,buffer,Infinity);if(dontAddNull)HEAP8[end]=lastChar}Module["writeStringToMemory"]=writeStringToMemory;function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}Module["writeArrayToMemory"]=writeArrayToMemory;function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i<str.length;++i){HEAP8[buffer++>>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}Module["writeAsciiToMemory"]=writeAsciiToMemory;if(!Math["imul"]||Math["imul"](4294967295,5)!==-5)Math["imul"]=function imul(a,b){var ah=a>>>16;var al=a&65535;var bh=b>>>16;var bl=b&65535;return al*bl+(ah*bl+al*bh<<16)|0};Math.imul=Math["imul"];if(!Math["clz32"])Math["clz32"]=(function(x){x=x>>>0;for(var i=0;i<32;i++){if(x&1<<31-i)return i}return 32});Math.clz32=Math["clz32"];if(!Math["trunc"])Math["trunc"]=(function(x){return x<0?Math.ceil(x):Math.floor(x)});Math.trunc=Math["trunc"];var Math_abs=Math.abs;var Math_cos=Math.cos;var Math_sin=Math.sin;var Math_tan=Math.tan;var Math_acos=Math.acos;var Math_asin=Math.asin;var Math_atan=Math.atan;var Math_atan2=Math.atan2;var Math_exp=Math.exp;var Math_log=Math.log;var Math_sqrt=Math.sqrt;var Math_ceil=Math.ceil;var Math_floor=Math.floor;var Math_pow=Math.pow;var Math_imul=Math.imul;var Math_fround=Math.fround;var Math_min=Math.min;var Math_clz32=Math.clz32;var Math_trunc=Math.trunc;var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}Module["addRunDependency"]=addRunDependency;function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["removeRunDependency"]=removeRunDependency;Module["preloadedImages"]={};Module["preloadedAudios"]={};var ASM_CONSTS=[(function(){{return Module["providedTotalMemory"]}}),(function($0,$1){{return Module["lookupImport"](Pointer_stringify($0),Pointer_stringify($1))}}),(function($0,$1){{Module["info"].parent["HEAP32"][$0>>2]=$1}}),(function($0,$1){{Module["info"].parent["HEAPF32"][$0>>2]=$1}}),(function($0,$1){{Module["info"].parent["HEAPF64"][$0>>3]=$1}}),(function(){{return!!Module["outside"]["WASM_JS_DEBUG"]}}),(function(){{Module["asmExports"]={}}}),(function($0){{var name=Pointer_stringify($0);Module["asmExports"][name]=(function(){Module["tempArguments"]=Array.prototype.slice.call(arguments);Module["_call_from_js"]($0);return Module["tempReturn"]})}}),(function($0,$1,$2){{var mod=Pointer_stringify($0);var base=Pointer_stringify($1);var name=Pointer_stringify($2);assert(Module["lookupImport"](mod,base),"checking import "+name+" = "+mod+"."+base)}}),(function(){{Module["outside"]["extraStackTrace"]=(function(){return Pointer_stringify(Module["_interpreter_stack_trace"]())})}}),(function(){{return Module["tempArguments"].length}}),(function($0){{return Module["tempArguments"][$0]}}),(function(){{Module["tempReturn"]=undefined}}),(function($0){{Module["tempReturn"]=$0}}),(function($0){{Module["outside"]["newBuffer"]=new ArrayBuffer($0)}}),(function($0){{Module["outside"]["wasmTable"]=new Array($0)}}),(function($0,$1,$2){{var source=Module["HEAP8"].subarray($1,$1+$2);var target=new Int8Array(Module["outside"]["newBuffer"]);target.set(source,$0)}}),(function($0,$1){{Module["outside"]["wasmTable"][$0]=$1}}),(function($0,$1){{var mod=Pointer_stringify($0);var base=Pointer_stringify($1);var tempArguments=Module["tempArguments"];Module["tempArguments"]=null;var lookup=Module["lookupImport"](mod,base);return lookup.apply(null,tempArguments)}}),(function($0){{var value=Module["outside"]["wasmTable"][$0];return typeof value==="number"?value:-1}}),(function($0){{var func=Module["outside"]["wasmTable"][$0];var tempArguments=Module["tempArguments"];Module["tempArguments"]=null;return func.apply(null,tempArguments)}}),(function($0,$1,$2,$3,$4){{var addr=$0;var bytes=$1;var isFloat=$2;var isSigned=$3;var out64=$4;var save0=HEAP32[0];var save1=HEAP32[1];for(var i=0;i<bytes;i++){HEAPU8[i]=Module["info"].parent["HEAPU8"][addr+i]}var ret;if(!isFloat){if(bytes===1)ret=isSigned?HEAP8[0]:HEAPU8[0];else if(bytes===2)ret=isSigned?HEAP16[0]:HEAPU16[0];else if(bytes===4)ret=isSigned?HEAP32[0]:HEAPU32[0];else if(bytes===8){for(var i=0;i<bytes;i++){HEAPU8[out64+i]=HEAPU8[i]}}else abort()}else{if(bytes===4)ret=HEAPF32[0];else if(bytes===8)ret=HEAPF64[0];else abort()}HEAP32[0]=save0;HEAP32[1]=save1;return ret}}),(function($0){{return Module["info"].parent["HEAP8"][$0]}}),(function($0){{return Module["info"].parent["HEAPU8"][$0]}}),(function($0){{return Module["info"].parent["HEAP16"][$0>>1]}}),(function($0){{return Module["info"].parent["HEAPU16"][$0>>1]}}),(function($0){{return Module["info"].parent["HEAP32"][$0>>2]}}),(function($0){{return Module["info"].parent["HEAPU32"][$0>>2]}}),(function($0){{return Module["info"].parent["HEAPF32"][$0>>2]}}),(function($0){{return Module["info"].parent["HEAPF64"][$0>>3]}}),(function($0,$1,$2,$3){{var addr=$0;var bytes=$1;var isFloat=$2;var value=$3;var save0=HEAP32[0];var save1=HEAP32[1];if(!isFloat){if(bytes===1)HEAPU8[0]=value;else if(bytes===2)HEAPU16[0]=value;else if(bytes===4)HEAPU32[0]=value;else abort()}else{if(bytes===4)HEAPF32[0]=value;else if(bytes===8)HEAPF64[0]=value;else abort()}for(var i=0;i<bytes;i++){Module["info"].parent["HEAPU8"][addr+i]=HEAPU8[i]}HEAP32[0]=save0;HEAP32[1]=save1}}),(function($0,$1){{Module["info"].parent["HEAP8"][$0]=$1}}),(function($0,$1){{Module["info"].parent["HEAP16"][$0>>1]=$1}}),(function($0){{var size=$0;var buffer;try{buffer=new ArrayBuffer(size)}catch(e){return}var oldHEAP8=Module["outside"]["HEAP8"];var temp=new Int8Array(buffer);temp.set(oldHEAP8);Module["outside"]["buffer"]=buffer}}),(function($0){{abort("wasm trap: "+Pointer_stringify($0))}}),(function(){{Module["tempArguments"]=[]}}),(function($0){{Module["tempArguments"].push($0)}})];function _emscripten_asm_const_iiii(code,a0,a1,a2){return ASM_CONSTS[code](a0,a1,a2)}function _emscripten_asm_const_dii(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_diiiii(code,a0,a1,a2,a3,a4){return ASM_CONSTS[code](a0,a1,a2,a3,a4)}function _emscripten_asm_const_i(code){return ASM_CONSTS[code]()}function _emscripten_asm_const_di(code,a0){return ASM_CONSTS[code](a0)}function _emscripten_asm_const_iid(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_diiid(code,a0,a1,a2,a3){return ASM_CONSTS[code](a0,a1,a2,a3)}function _emscripten_asm_const_ii(code,a0){return ASM_CONSTS[code](a0)}function _emscripten_asm_const_did(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_v(code){return ASM_CONSTS[code]()}function _emscripten_asm_const_iii(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_id(code,a0){return ASM_CONSTS[code](a0)}STATIC_BASE=8;STATICTOP=STATIC_BASE+53216;__ATINIT__.push({func:(function(){__GLOBAL__I_000101()})},{func:(function(){__GLOBAL__sub_I_wasm_js_cpp()})},{func:(function(){__GLOBAL__sub_I_pass_cpp()})},{func:(function(){__GLOBAL__sub_I_parser_cpp()})},{func:(function(){__GLOBAL__sub_I_simple_ast_cpp()})},{func:(function(){__GLOBAL__sub_I_optimizer_shared_cpp()})},{func:(function(){__GLOBAL__sub_I_threads_cpp()})},{func:(function(){__GLOBAL__sub_I_shared_constants_cpp()})},{func:(function(){__GLOBAL__sub_I_wasm_cpp()})},{func:(function(){__GLOBAL__sub_I_iostream_cpp()})});allocate([4,41,0,0,238,65,0,0,44,41,0,0,2,69,0,0,128,2,0,0,0,0,0,0,44,41,0,0,72,69,0,0,112,2,0,0,0,0,0,0,44,41,0,0,99,73,0,0,168,7,0,0,0,0,0,0,4,41,0,0,224,73,0,0,44,41,0,0,127,73,0,0,64,0,0,0,0,0,0,0,4,41,0,0,2,74,0,0,4,41,0,0,127,80,0,0,44,41,0,0,30,80,0,0,96,0,0,0,0,0,0,0,4,41,0,0,161,80,0,0,44,41,0,0,218,80,0,0,96,0,0,0,0,0,0,0,4,41,0,0,59,81,0,0,4,41,0,0,187,82,0,0,4,41,0,0,237,82,0,0,44,41,0,0,200,82,0,0,160,0,0,0,0,0,0,0,4,41,0,0,211,84,0,0,44,41,0,0,153,84,0,0,184,0,0,0,0,0,0,0,44,41,0,0,119,84,0,0,192,0,0,0,0,0,0,0,4,41,0,0,196,92,0,0,44,41,0,0,32,92,0,0,224,0,0,0,0,0,0,0,44,41,0,0,148,91,0,0,232,0,0,0,0,0,0,0,44,41,0,0,207,93,0,0,224,2,0,0,0,0,0,0,4,41,0,0,149,104,0,0,44,41,0,0,51,104,0,0,24,1,0,0,0,0,0,0,44,41,0,0,204,103,0,0,32,1,0,0,0,0,0,0,188,41,0,0,83,103,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,48,1,0,0,2,16,0,0,44,41,0,0,16,103,0,0,64,1,0,0,0,0,0,0,4,41,0,0,171,105,0,0,44,41,0,0,39,105,0,0,112,1,0,0,0,0,0,0,4,41,0,0,100,109,0,0,4,41,0,0,38,110,0,0,44,41,0,0,161,109,0,0,144,1,0,0,0,0,0,0,4,41,0,0,125,110,0,0,44,41,0,0,186,110,0,0,144,1,0,0,0,0,0,0,4,41,0,0,63,111,0,0,44,41,0,0,138,121,0,0,240,1,0,0,0,0,0,0,132,41,0,0,103,121,0,0,0,0,0,0,232,1,0,0,160,41,0,0,121,121,0,0,4,41,0,0,207,121,0,0,44,41,0,0,143,122,0,0,16,2,0,0,0,0,0,0,4,41,0,0,99,122,0,0,4,41,0,0,4,123,0,0,44,41,0,0,2,130,0,0,152,0,0,0,0,0,0,0,44,41,0,0,18,130,0,0,24,2,0,0,0,0,0,0,44,41,0,0,43,130,0,0,24,2,0,0,0,0,0,0,44,41,0,0,188,148,0,0,88,2,0,0,0,0,0,0,4,41,0,0,170,148,0,0,44,41,0,0,230,148,0,0,88,2,0,0,0,0,0,0,4,41,0,0,16,149,0,0,4,41,0,0,65,149,0,0,188,41,0,0,114,149,0,0,0,0,0,0,1,0,0,0,72,2,0,0,3,244,255,255,188,41,0,0,161,149,0,0,0,0,0,0,1,0,0,0,96,2,0,0,3,244,255,255,188,41,0,0,208,149,0,0,0,0,0,0,1,0,0,0,72,2,0,0,3,244,255,255,188,41,0,0,255,149,0,0,0,0,0,0,1,0,0,0,96,2,0,0,3,244,255,255,188,41,0,0,46,150,0,0,3,0,0,0,2,0,0,0,128,2,0,0,2,0,0,0,176,2,0,0,2,8,0,0,44,41,0,0,94,150,0,0,120,2,0,0,0,0,0,0,44,41,0,0,119,150,0,0,112,2,0,0,0,0,0,0,44,41,0,0,144,150,0,0,120,2,0,0,0,0,0,0,44,41,0,0,168,150,0,0,112,2,0,0,0,0,0,0,44,41,0,0,192,150,0,0,80,3,0,0,0,0,0,0,44,41,0,0,212,150,0,0,160,7,0,0,0,0,0,0,44,41,0,0,234,150,0,0,80,3,0,0,0,0,0,0,188,41,0,0,36,151,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,144,3,0,0,0,0,0,0,188,41,0,0,104,151,0,0,0,0,0,0,1,0,0,0,168,3,0,0,0,0,0,0,4,41,0,0,126,151,0,0,188,41,0,0,151,151,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,208,3,0,0,0,0,0,0,188,41,0,0,219,151,0,0,0,0,0,0,1,0,0,0,168,3,0,0,0,0,0,0,188,41,0,0,255,151,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,8,4,0,0,0,0,0,0,188,41,0,0,67,152,0,0,0,0,0,0,1,0,0,0,32,4,0,0,0,0,0,0,4,41,0,0,89,152,0,0,188,41,0,0,114,152,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,72,4,0,0,0,0,0,0,188,41,0,0,182,152,0,0,0,0,0,0,1,0,0,0,32,4,0,0,0,0,0,0,188,41,0,0,12,154,0,0,0,0,0,0,3,0,0,0,80,3,0,0,2,0,0,0,136,4,0,0,2,0,0,0,144,4,0,0,0,8,0,0,4,41,0,0,115,154,0,0,4,41,0,0,81,154,0,0,188,41,0,0,134,154,0,0,0,0,0,0,3,0,0,0,80,3,0,0,2,0,0,0,136,4,0,0,2,0,0,0,192,4,0,0,0,8,0,0,4,41,0,0,203,154,0,0,188,41,0,0,237,154,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,232,4,0,0,0,8,0,0,4,41,0,0,50,155,0,0,188,41,0,0,71,155,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,232,4,0,0,0,8,0,0,188,41,0,0,140,155,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,48,5,0,0,2,0,0,0,4,41,0,0,168,155,0,0,188,41,0,0,189,155,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,48,5,0,0,2,0,0,0,188,41,0,0,217,155,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,48,5,0,0,2,0,0,0,188,41,0,0,245,155,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,48,5,0,0,2,0,0,0,188,41,0,0,32,156,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,184,5,0,0,0,0,0,0,4,41,0,0,102,156,0,0,188,41,0,0,138,156,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,224,5,0,0,0,0,0,0,4,41,0,0,208,156,0,0,188,41,0,0,239,156,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,8,6,0,0,0,0,0,0,4,41,0,0,53,157,0,0,188,41,0,0,78,157,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,48,6,0,0,0,0,0,0,4,41,0,0,148,157,0,0,188,41,0,0,173,157,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,88,6,0,0,2,0,0,0,4,41,0,0,194,157,0,0,188,41,0,0,89,158,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,88,6,0,0,2,0,0,0,44,41,0,0,218,157,0,0,144,6,0,0,0,0,0,0,188,41,0,0,253,157,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,176,6,0,0,2,0,0,0,4,41,0,0,32,158,0,0,44,41,0,0,55,158,0,0,144,6,0,0,0,0,0,0,188,41,0,0,110,158,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,176,6,0,0,2,0,0,0,188,41,0,0,144,158,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,176,6,0,0,2,0,0,0,188,41,0,0,178,158,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,176,6,0,0,2,0,0,0,44,41,0,0,213,158,0,0,80,3,0,0,0,0,0,0,188,41,0,0,235,158,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,88,7,0,0,2,0,0,0,4,41,0,0,253,158,0,0,188,41,0,0,18,159,0,0,0,0,0,0,2,0,0,0,80,3,0,0,2,0,0,0,88,7,0,0,2,0,0,0,44,41,0,0,36,159,0,0,80,3,0,0,0,0,0,0,44,41,0,0,57,159,0,0,80,3,0,0,0,0,0,0,4,41,0,0,204,159,0,0,4,41,0,0,55,162,0,0,44,41,0,0,151,162,0,0,192,7,0,0,0,0,0,0,44,41,0,0,68,162,0,0,208,7,0,0,0,0,0,0,4,41,0,0,101,162,0,0,44,41,0,0,114,162,0,0,176,7,0,0,0,0,0,0,44,41,0,0,136,163,0,0,168,7,0,0,0,0,0,0,44,41,0,0,200,163,0,0,192,7,0,0,0,0,0,0,44,41,0,0,164,163,0,0,248,7,0,0,0,0,0,0,44,41,0,0,234,163,0,0,192,7,0,0,0,0,0,0,104,41,0,0,111,106,0,0,104,41,0,0,18,164,0,0,44,41,0,0,21,164,0,0,192,7,0,0,0,0,0,0,44,41,0,0,58,164,0,0,176,7,0,0,0,0,0,0,60,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,2,0,0,0,196,255,255,255,196,255,255,255,16,0,0,0,3,0,0,0,4,0,0,0,60,0,0,0,0,0,0,0,128,2,0,0,5,0,0,0,6,0,0,0,196,255,255,255,196,255,255,255,128,2,0,0,7,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,9,0,0,0,10,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,1,0,0,0,3,0,0,0,2,0,0,0,0,0,0,0,48,0,0,0,11,0,0,0,12,0,0,0,5,0,0,0,0,0,0,0,72,0,0,0,13,0,0,0,14,0,0,0,6,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,7,0,0,0,3,0,0,0,8,0,0,0,0,0,0,0,104,0,0,0,17,0,0,0,18,0,0,0,9,0,0,0,3,0,0,0,19,0,0,0,20,0,0,0,10,0,0,0,4,0,0,0,11,0,0,0,0,0,0,0,128,0,0,0,17,0,0,0,21,0,0,0,12,0,0,0,4,0,0,0,22,0,0,0,23,0,0,0,13,0,0,0,5,0,0,0,14,0,0,0,0,0,0,0,152,0,0,0,24,0,0,0,25,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,168,0,0,0,5,0,0,0,3,0,0,0,2,0,0,0,4,0,0,0,5,0,0,0,3,0,0,0,6,0,0,0,0,0,0,0,208,0,0,0,7,0,0,0,0,0,0,0,248,0,0,0,8,0,0,0,64,0,0,0,0,0,0,0,8,1,0,0,26,0,0,0,27,0,0,0,56,0,0,0,248,255,255,255,8,1,0,0,28,0,0,0,29,0,0,0,192,255,255,255,192,255,255,255,8,1,0,0,30,0,0,0,31,0,0,0,64,0,0,0,0,0,0,0,128,2,0,0,5,0,0,0,6,0,0,0,192,255,255,255,192,255,255,255,128,2,0,0,7,0,0,0,8,0,0,0,0,0,0,0,96,1,0,0,32,0,0,0,33,0,0,0,1,0,0,0,4,0,0,0,2,0,0,0,6,0,0,0,17,0,0,0,18,0,0,0,0,0,0,0,120,1,0,0,34,0,0,0,35,0,0,0,19,0,0,0,9,0,0,0,36,0,0,0,37,0,0,0,6,0,0,0,7,0,0,0,20,0,0,0,0,0,0,0,152,1,0,0,38,0,0,0,39,0,0,0,21,0,0,0,10,0,0,0,40,0,0,0,41,0,0,0,4,0,0,0,8,0,0,0,22,0,0,0,0,0,0,0,176,1,0,0,38,0,0,0,42,0,0,0,23,0,0,0,11,0,0,0,43,0,0,0,44,0,0,0,5,0,0,0,9,0,0,0,24,0,0,0,0,0,0,0,200,1,0,0,45,0,0,0,46,0,0,0,25,0,0,0,12,0,0,0,47,0,0,0,48,0,0,0,26,0,0,0,10,0,0,0,27,0,0,0,0,0,0,0,248,1,0,0,49,0,0,0,50,0,0,0,28,0,0,0,13,0,0,0,51,0,0,0,52,0,0,0,29,0,0,0,11,0,0,0,30,0,0,0,0,0,0,0,24,2,0,0,24,0,0,0,53,0,0,0,1,0,0,0,5,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,40,2,0,0,24,0,0,0,54,0,0,0,1,0,0,0,6,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,56,2,0,0,24,0,0,0,55,0,0,0,1,0,0,0,7,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,211,5,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,7,0,0,0,206,199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,7,0,0,0,214,199,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,7,0,0,0,222,203,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE);allocate([1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,95,112,137,0,255,9,47,15,0,0,0,0,2,0,0,0,3,0,0,0,5,0,0,0,7,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,211,0,0,0,1,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,121,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,143,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,169,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,187,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,209,0,0,0,0,0,0,0,88,2,0,0,56,0,0,0,57,0,0,0,0,0,0,0,112,2,0,0,58,0,0,0,59,0,0,0,1,0,0,0,1,0,0,0,3,0,0,0,7,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,32,0,0,0,4,0,0,0,12,0,0,0,3,0,0,0,13,0,0,0,0,0,0,0,120,2,0,0,60,0,0,0,61,0,0,0,14,0,0,0,11,0,0,0,4,0,0,0,8,0,0,0,33,0,0,0,34,0,0,0,12,0,0,0,35,0,0,0,36,0,0,0,14,0,0,0,13,0,0,0,15,0,0,0,8,0,0,0,0,0,0,0,128,2,0,0,5,0,0,0,6,0,0,0,248,255,255,255,248,255,255,255,128,2,0,0,7,0,0,0,8,0,0,0,8,0,0,0,0,0,0,0,152,2,0,0,62,0,0,0,63,0,0,0,248,255,255,255,248,255,255,255,152,2,0,0,64,0,0,0,65,0,0,0,4,0,0,0,0,0,0,0,176,2,0,0,66,0,0,0,67,0,0,0,252,255,255,255,252,255,255,255,176,2,0,0,68,0,0,0,69,0,0,0,4,0,0,0,0,0,0,0,200,2,0,0,70,0,0,0,71,0,0,0,252,255,255,255,252,255,255,255,200,2,0,0,72,0,0,0,73,0,0,0,0,0,0,0,0,3,0,0,60,0,0,0,74,0,0,0,15,0,0,0,11,0,0,0,4,0,0,0,8,0,0,0,37,0,0,0,34,0,0,0,12,0,0,0,35,0,0,0,36,0,0,0,14,0,0,0,14,0,0,0,16,0,0,0,0,0,0,0,16,3,0,0,58,0,0,0,75,0,0,0,16,0,0,0,1,0,0,0,3,0,0,0,7,0,0,0,38,0,0,0,2,0,0,0,2,0,0,0,32,0,0,0,4,0,0,0,12,0,0,0,15,0,0,0,17,0,0,0,0,0,0,0,32,3,0,0,60,0,0,0,76,0,0,0,17,0,0,0,11,0,0,0,4,0,0,0,8,0,0,0,33,0,0,0,34,0,0,0,12,0,0,0,39,0,0,0,40,0,0,0,18,0,0,0,13,0,0,0,15,0,0,0,0,0,0,0,48,3,0,0,58,0,0,0,77,0,0,0,18,0,0,0,1,0,0,0,3,0,0,0,7,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,41,0,0,0,42,0,0,0,19,0,0,0,3,0,0,0,13,0,0,0,0,0,0,0,64,3,0,0,78,0,0,0,79,0,0,0,80,0,0,0,1,0,0,0,9,0,0,0,16,0,0,0,0,0,0,0,96,3,0,0,81,0,0,0,82,0,0,0,80,0,0,0,2,0,0,0,10,0,0,0,17,0,0,0,0,0,0,0,112,3,0,0,83,0,0,0,84,0,0,0,80,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,0,0,0,0,176,3,0,0,85,0,0,0,86,0,0,0,80,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,0,0,0,0,232,3,0,0,87,0,0,0,88,0,0,0,80,0,0,0,3,0,0,0,4,0,0,0,23,0,0,0,5,0,0,0,24,0,0,0,1,0,0,0,2,0,0,0,6,0,0,0,0,0,0,0,40,4,0,0,89,0,0,0,90,0,0,0,80,0,0,0,7,0,0,0,8,0,0,0,25,0,0,0,9,0,0,0,26,0,0,0,3,0,0,0,4,0,0,0,10,0,0,0,0,0,0,0,96,4,0,0,91,0,0,0,92,0,0,0,80,0,0,0,43,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,1,0,0,0,248,255,255,255,96,4,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,0,0,0,0,152,4,0,0,93,0,0,0,94,0,0,0,80,0,0,0,51,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,2,0,0,0,248,255,255,255,152,4,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,200,4,0,0,95,0,0,0,96,0,0,0,80,0,0,0,1,0,0,0,0,0,0,0,240,4,0,0,97,0,0,0,98,0,0,0,80,0,0,0,2,0,0,0,0,0,0,0,16,5,0,0,99,0,0,0,100,0,0,0,80,0,0,0,59,0,0,0,60,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,61,0,0,0,23,0,0,0,24,0,0,0,0,0,0,0,56,5,0,0,101,0,0,0,102,0,0,0,80,0,0,0,62,0,0,0,63,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,64,0,0,0,29,0,0,0,30,0,0,0,0,0,0,0,88,5,0,0,103,0,0,0,104,0,0,0,80,0,0,0,65,0,0,0,66,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,67,0,0,0,35,0,0,0,36,0,0,0,0,0,0,0,120,5,0,0,105,0,0,0,106,0,0,0,80,0,0,0,68,0,0,0,69,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,70,0,0,0,41,0,0,0,42,0,0,0,0,0,0,0,152,5,0,0,107,0,0,0,108,0,0,0,80,0,0,0,3,0,0,0,4,0,0,0,0,0,0,0,192,5,0,0,109,0,0,0,110,0,0,0,80,0,0,0,5,0,0,0,6,0,0,0,0,0,0,0,232,5,0,0,111,0,0,0,112,0,0,0,80,0,0,0,1,0,0,0,37,0,0,0,0,0,0,0,16,6,0,0,113,0,0,0,114,0,0,0,80,0,0,0,2,0,0,0,38,0,0,0,0,0,0,0,56,6,0,0,115,0,0,0,116,0,0,0,80,0,0,0,18,0,0,0,5,0,0,0,43,0,0,0,0,0,0,0,96,6,0,0,117,0,0,0,118,0,0,0,80,0,0,0,19,0,0,0,6,0,0,0,44,0,0,0,0,0,0,0,184,6,0,0,119,0,0,0,120,0,0,0,80,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,71,0,0,0,72,0,0,0,12,0,0,0,73,0,0,0,0,0,0,0,128,6,0,0,119,0,0,0,121,0,0,0,80,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,71,0,0,0,72,0,0,0,12,0,0,0,73,0,0,0,0,0,0,0,232,6,0,0,122,0,0,0,123,0,0,0,80,0,0,0,5,0,0,0,6,0,0,0,13,0,0,0,74,0,0,0,75,0,0,0,14,0,0,0,76,0,0,0,0,0,0,0,40,7,0,0,124,0,0,0,125,0,0,0,80,0,0,0,0,0,0,0,56,7,0,0,126,0,0,0,127,0,0,0,80,0,0,0,20,0,0,0,20,0,0,0,21,0,0,0,21,0,0,0,22,0,0,0,1,0,0,0,22,0,0,0,15,0,0,0,0,0,0,0,128,7,0,0,128,0,0,0,129,0,0,0,80,0,0,0,77,0,0,0,78,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,0,0,0,0,144,7,0,0,130,0,0,0,131,0,0,0,80,0,0,0,79,0,0,0,80,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,0,0,0,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,80,3,0,0,119,0,0,0,132,0,0,0,80,0,0,0,0,0,0,0,96,7,0,0,119,0,0,0,133,0,0,0,80,0,0,0,23,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,23,0,0,0,24,0,0,0,24,0,0,0,25,0,0,0,25,0,0,0,5,0,0,0,26,0,0,0,16,0,0,0,0,0,0,0,200,6,0,0,119,0,0,0,134,0,0,0,80,0,0,0,7,0,0,0,8,0,0,0,17,0,0,0,81,0,0,0,82,0,0,0,18,0,0,0,83,0,0,0,0,0,0,0,8,7,0,0,119,0,0,0,135,0,0,0,80,0,0,0,9,0,0,0,10,0,0,0,19,0,0,0,84,0,0,0,85,0,0,0,20,0,0,0,86,0,0,0,0,0,0,0,144,6,0,0,119,0,0,0,136,0,0,0,80,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,71,0,0,0,72,0,0,0,12,0,0,0,73,0,0,0,2,0,0,0,0,0,0,0,176,7,0,0,137,0,0,0,138,0,0,0,139,0,0,0,140,0,0,0,27,0,0,0,7,0,0,0,1,0,0,0,11,0,0,0,0,0,0,0,216,7,0,0,137,0,0,0,141,0,0,0,139,0,0,0,140,0,0,0,27,0,0,0,8,0,0,0,2,0,0,0,12,0,0,0,0,0,0,0,232,7,0,0,142,0,0,0,143,0,0,0,87,0,0,0,0,0,0,0,24,8,0,0,137,0,0,0,144,0,0,0,139,0,0,0,140,0,0,0,28,0,0,0,0,0,0,0,8,8,0,0,137,0,0,0,145,0,0,0,139,0,0,0,140,0,0,0,29,0,0,0,0,0,0,0,56,8,0,0,137,0,0,0,146,0,0,0,139,0,0,0,140,0,0,0,30,0,0,0,0,0,0,0,72,8,0,0,137,0,0,0,147,0,0,0,139,0,0,0,140,0,0,0,27,0,0,0,9,0,0,0,3,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,115,116,91,48,93,32,61,61,32,84,79,80,76,69,86,69,76,0,115,114,99,47,97,115,109,50,119,97,115,109,46,104,0,112,114,111,99,101,115,115,65,115,109,0,97,115,109,70,117,110,99,116,105,111,110,91,48,93,32,61,61,32,68,69,70,85,78,0,97,108,109,111,115,116,32,97,115,109,0,98,111,100,121,91,48,93,91,48,93,32,61,61,32,83,84,65,84,32,38,38,32,98,111,100,121,91,48,93,91,49,93,91,48,93,32,61,61,32,83,84,82,73,78,71,32,38,38,32,40,98,111,100,121,91,48,93,91,49,93,91,49,93,45,62,103,101,116,73,83,116,114,105,110,103,40,41,32,61,61,32,73,83,116,114,105,110,103,40,34,117,115,101,32,97,115,109,34,41,32,124,124,32,98,111,100,121,91,48,93,91,49,93,91,49,93,45,62,103,101,116,73,83,116,114,105,110,103,40,41,32,61,61,32,73,83,116,114,105,110,103,40,34,97,108,109,111,115,116,32,97,115,109,34,41,41,0,118,97,108,117,101,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,49,93,32,61,61,32,79,82,32,38,38,32,118,97,108,117,101,91,51,93,91,48,93,32,61,61,32,78,85,77,32,38,38,32,118,97,108,117,101,91,51,93,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,49,93,32,61,61,32,80,76,85,83,0,105,109,112,111,114,116,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,49,93,91,48,93,32,61,61,32,78,65,77,69,32,38,38,32,118,97,108,117,101,91,49,93,91,49,93,32,61,61,32,77,97,116,104,95,102,114,111,117,110,100,32,38,38,32,118,97,108,117,101,91,50,93,91,48,93,91,48,93,32,61,61,32,78,85,77,32,38,38,32,118,97,108,117,101,91,50,93,91,48,93,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,48,93,32,61,61,32,67,65,76,76,0,105,110,118,97,108,105,100,32,118,105,101,119,32,105,109,112,111,114,116,0,99,111,110,115,116,114,117,99,116,111,114,91,48,93,32,61,61,32,78,65,77,69,0,105,110,118,97,108,105,100,32,115,104,111,114,116,32,118,105,101,119,32,105,109,112,111,114,116,0,118,105,101,119,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,118,105,101,119,115,46,101,110,100,40,41,0,105,110,118,97,108,105,100,32,118,97,114,32,101,108,101,109,101,110,116,0,112,97,105,114,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,95,101,109,115,99,114,105,112,116,101,110,95,114,101,112,108,97,99,101,95,109,101,109,111,114,121,0,33,119,97,115,109,46,99,104,101,99,107,70,117,110,99,116,105,111,110,40,118,97,108,117,101,41,0,119,97,115,109,46,99,104,101,99,107,70,117,110,99,116,105,111,110,40,118,97,108,117,101,41,0,87,97,115,109,86,97,108,105,100,97,116,111,114,40,41,46,118,97,108,105,100,97,116,101,40,119,97,115,109,41,0,10,102,117,110,99,58,32,0,99,117,114,114,91,48,93,32,61,61,32,83,84,65,84,0,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,0,99,117,114,114,91,48,93,32,61,61,32,65,83,83,73,71,78,32,38,38,32,99,117,114,114,91,50,93,91,48,93,32,61,61,32,78,65,77,69,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,32,38,38,32,99,111,110,116,105,110,117,101,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,112,97,114,101,110,116,76,97,98,101,108,46,105,115,78,117,108,108,40,41,0,97,115,109,32,112,97,114,115,105,110,103,46,46,46,10,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,112,114,111,118,105,100,101,100,84,111,116,97,108,77,101,109,111,114,121,39,93,59,32,125,0,69,114,114,111,114,58,32,112,114,111,118,105,100,101,100,32,109,101,109,111,114,121,32,105,115,32,110,111,116,32,97,32,109,117,108,116,105,112,108,101,32,111,102,32,116,104,101,32,54,52,107,32,119,97,115,109,32,112,97,103,101,32,115,105,122,101,10,0,119,97,115,109,105,110,103,46,46,46,10,0,109,97,112,112,105,110,103,32,103,108,111,98,97,108,115,46,46,46,10,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,44,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,49,41,41,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,51,50,39,93,91,36,48,32,62,62,32,50,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,51,50,39,93,91,36,48,32,62,62,32,50,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,54,52,39,93,91,36,48,32,62,62,32,51,93,32,61,32,36,49,32,125,0,119,97,115,109,45,115,45,101,120,112,114,101,115,115,105,111,110,32,112,97,114,115,105,110,103,46,46,46,10,0,119,97,115,109,45,98,105,110,97,114,121,32,112,97,114,115,105,110,103,46,46,46,10,0,105,110,115,116,97,110,116,105,97,116,105,110,103,32,109,111,100,117,108,101,58,32,10,0,103,101,110,101,114,97,116,105,110,103,32,101,120,112,111,114,116,115,46,46,46,10,0,123,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,32,61,32,123,125,59,32,125,0,123,32,118,97,114,32,110,97,109,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,91,110,97,109,101,93,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,41,59,32,77,111,100,117,108,101,91,39,95,99,97,108,108,95,102,114,111,109,95,106,115,39,93,40,36,48,41,59,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,116,101,109,112,82,101,116,117,114,110,39,93,59,32,125,59,32,125,0,123,32,118,97,114,32,109,111,100,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,118,97,114,32,98,97,115,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,49,41,59,32,118,97,114,32,110,97,109,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,50,41,59,32,97,115,115,101,114,116,40,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,109,111,100,44,32,98,97,115,101,41,44,32,39,99,104,101,99,107,105,110,103,32,105,109,112,111,114,116,32,39,32,43,32,110,97,109,101,32,43,32,39,32,61,32,39,32,43,32,109,111,100,32,43,32,39,46,39,32,43,32,98,97,115,101,41,59,32,125,0,99,114,101,97,116,105,110,103,32,105,110,115,116,97,110,99,101,46,46,46,10,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,101,120,116,114,97,83,116,97,99,107,84,114,97,99,101,39,93,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,32,114,101,116,117,114,110,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,77,111,100,117,108,101,91,39,95,105,110,116,101,114,112,114,101,116,101,114,95,115,116,97,99,107,95,116,114,97,99,101,39,93,40,41,41,59,32,125,59,32,125,0,99,97,108,108,95,102,114,111,109,95,106,115,32,0,115,114,99,47,119,97,115,109,45,106,115,46,99,112,112,0,99,97,108,108,95,102,114,111,109,95,106,115,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,46,108,101,110,103,116,104,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,91,36,48,93,32,125,0,99,97,108,108,95,102,114,111,109,95,106,115,32,114,101,116,117,114,110,105,110,103,32,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,82,101,116,117,114,110,39,93,32,61,32,117,110,100,101,102,105,110,101,100,32,125,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,82,101,116,117,114,110,39,93,32,61,32,36,48,32,125,0,105,115,83,116,114,105,110,103,40,41,0,103,101,116,73,83,116,114,105,110,103,0,115,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,105,115,116,114,105,110,103,46,104,0,73,83,116,114,105,110,103,0,33,119,97,115,109,58,58,84,104,114,101,97,100,80,111,111,108,58,58,105,115,82,117,110,110,105,110,103,40,41,0,115,101,116,0,115,105,122,101,0,110,117,109,87,111,114,107,101,114,115,32,62,61,32,49,0,115,114,99,47,119,97,115,109,45,109,111,100,117,108,101,45,98,117,105,108,100,105,110,103,46,104,0,79,112,116,105,109,105,122,105,110,103,73,110,99,114,101,109,101,110,116,97,108,77,111,100,117,108,101,66,117,105,108,100,101,114,0,105,115,78,117,109,98,101,114,40,41,0,103,101,116,78,117,109,98,101,114,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,109,97,112,112,101,100,71,108,111,98,97,108,115,46,101,110,100,40,41,0,97,108,108,111,99,97,116,101,71,108,111,98,97,108,0,110,101,120,116,71,108,111,98,97,108,32,60,32,109,97,120,71,108,111,98,97,108,0,105,109,112,111,114,116,101,100,91,48,93,32,61,61,32,68,79,84,0,109,111,100,117,108,101,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,77,97,116,104,95,105,109,117,108,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,99,108,122,51,50,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,102,114,111,117,110,100,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,97,98,115,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,102,108,111,111,114,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,99,101,105,108,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,115,113,114,116,46,105,115,78,117,108,108,40,41,0,109,111,100,117,108,101,91,48,93,32,61,61,32,78,65,77,69,0,116,101,109,112,68,111,117,98,108,101,80,116,114,46,105,115,78,117,108,108,40,41,0,108,108,118,109,95,99,116,116,122,95,105,51,50,46,105,115,78,117,108,108,40,41,0,103,101,116,67,83,116,114,105,110,103,0,97,32,60,61,32,115,116,100,58,58,110,117,109,101,114,105,99,95,108,105,109,105,116,115,60,97,100,100,114,101,115,115,95,116,62,58,58,109,97,120,40,41,0,115,114,99,47,119,97,115,109,46,104,0,110,101,120,116,70,117,110,99,116,105,111,110,32,60,32,110,117,109,70,117,110,99,116,105,111,110,115,0,113,117,101,117,101,70,117,110,99,116,105,111,110,0,110,101,120,116,70,117,110,99,116,105,111,110,32,61,61,32,110,117,109,70,117,110,99,116,105,111,110,115,0,102,105,110,105,115,104,0,67,111,117,108,100,32,110,111,116,32,102,105,110,100,32,112,97,115,115,58,32,0,70,97,116,97,108,58,32,0,111,112,101,114,97,110,100,115,32,38,38,32,111,112,101,114,97,110,100,115,45,62,115,105,122,101,40,41,32,61,61,32,49,0,103,101,116,66,117,105,108,116,105,110,70,117,110,99,116,105,111,110,84,121,112,101,0,105,110,100,101,120,32,60,32,117,115,101,100,69,108,101,109,101,110,116,115,0,73,109,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,114,101,116,117,114,110,32,116,121,112,101,0,73,109,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,112,97,114,97,109,101,116,101,114,115,0,32,61,61,32,0,58,32,0,44,32,111,110,32,10,0,110,97,109,101,46,115,116,114,0,91,119,97,115,109,45,118,97,108,105,100,97,116,111,114,32,101,114,114,111,114,32,105,110,32,102,117,110,99,116,105,111,110,32,0,93,32,0,91,119,97,115,109,45,118,97,108,105,100,97,116,111,114,32,101,114,114,111,114,32,105,110,32,109,111,100,117,108,101,93,32,0,69,120,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,114,101,116,117,114,110,32,116,121,112,101,0,69,120,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,112,97,114,97,109,101,116,101,114,115,0,103,108,111,98,97,108,32,105,110,105,116,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,103,108,111,98,97,108,32,105,110,105,116,32,109,117,115,116,32,104,97,118,101,32,99,111,114,114,101,99,116,32,116,121,112,101,0,117,110,101,120,112,101,99,116,101,100,32,102,97,108,115,101,58,32,0,32,33,61,32,0,98,114,101,97,107,32,116,97,114,103,101,116,115,0,97,108,108,32,98,114,101,97,107,32,116,97,114,103,101,116,115,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,32,45,32,0,98,108,111,99,107,43,98,114,101,97,107,115,32,109,117,115,116,32,104,97,118,101,32,114,105,103,104,116,32,116,121,112,101,32,105,102,32,98,114,101,97,107,115,32,114,101,116,117,114,110,32,97,32,118,97,108,117,101,0,105,110,116,40,95,105,100,41,32,61,61,32,105,110,116,40,84,58,58,83,112,101,99,105,102,105,99,73,100,41,0,99,97,115,116,0,105,102,32,99,111,110,100,105,116,105,111,110,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,98,114,101,97,107,32,99,111,110,100,105,116,105,111,110,32,109,117,115,116,32,98,101,32,105,51,50,0,98,114,95,116,97,98,108,101,32,99,111,110,100,105,116,105,111,110,32,109,117,115,116,32,98,101,32,105,51,50,0,99,97,108,108,32,116,97,114,103,101,116,32,109,117,115,116,32,101,120,105,115,116,0,99,97,108,108,32,112,97,114,97,109,32,110,117,109,98,101,114,32,109,117,115,116,32,109,97,116,99,104,0,99,97,108,108,32,112,97,114,97,109,32,116,121,112,101,115,32,109,117,115,116,32,109,97,116,99,104,0,40,111,110,32,97,114,103,117,109,101,110,116,32,0,99,97,108,108,95,105,109,112,111,114,116,32,116,97,114,103,101,116,32,109,117,115,116,32,101,120,105,115,116,0,99,97,108,108,95,105,110,100,105,114,101,99,116,32,116,121,112,101,32,109,117,115,116,32,101,120,105,115,116,0,105,110,100,105,114,101,99,116,32,99,97,108,108,32,116,97,114,103,101,116,32,109,117,115,116,32,98,101,32,97,110,32,105,51,50,0,115,101,116,95,108,111,99,97,108,32,105,110,100,101,120,32,109,117,115,116,32,98,101,32,115,109,97,108,108,32,101,110,111,117,103,104,0,115,101,116,95,108,111,99,97,108,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,115,101,116,95,108,111,99,97,108,32,116,121,112,101,32,109,117,115,116,32,109,97,116,99,104,32,102,117,110,99,116,105,111,110,0,108,111,97,100,32,112,111,105,110,116,101,114,32,116,121,112,101,32,109,117,115,116,32,98,101,32,105,51,50,0,98,97,100,32,97,108,105,103,110,109,101,110,116,58,32,0,115,116,111,114,101,32,112,111,105,110,116,101,114,32,116,121,112,101,32,109,117,115,116,32,98,101,32,105,51,50,0,115,116,111,114,101,32,118,97,108,117,101,32,116,121,112,101,32,109,117,115,116,32,109,97,116,99,104,0,117,110,97,114,105,101,115,32,109,117,115,116,32,110,111,116,32,114,101,99,101,105,118,101,32,97,32,110,111,110,101,32,97,115,32,116,104,101,105,114,32,105,110,112,117,116,0,101,113,122,32,109,117,115,116,32,114,101,116,117,114,110,32,105,51,50,0,110,111,110,45,99,111,110,118,101,114,115,105,111,110,32,117,110,97,114,105,101,115,32,109,117,115,116,32,114,101,116,117,114,110,32,116,104,101,32,115,97,109,101,32,116,121,112,101,0,101,113,122,32,105,110,112,117,116,32,109,117,115,116,32,98,101,32,105,51,50,32,111,114,32,105,54,52,0,101,120,116,101,110,100,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,119,114,97,112,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,116,114,117,110,99,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,102,51,50,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,102,54,52,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,99,111,110,118,101,114,116,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,112,114,111,109,111,116,101,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,100,101,109,111,116,101,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,105,51,50,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,105,54,52,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,98,105,110,97,114,121,32,99,104,105,108,100,32,116,121,112,101,115,32,109,117,115,116,32,98,101,32,101,113,117,97,108],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+5712);allocate([0,103,114,111,119,95,109,101,109,111,114,121,32,109,117,115,116,32,104,97,118,101,32,49,32,111,112,101,114,97,110,100,0,103,114,111,119,95,109,101,109,111,114,121,32,109,117,115,116,32,104,97,118,101,32,105,51,50,32,111,112,101,114,97,110,100,0,102,117,110,99,116,105,111,110,32,98,111,100,121,32,116,121,112,101,32,109,117,115,116,32,109,97,116,99,104,44,32,105,102,32,102,117,110,99,116,105,111,110,32,114,101,116,117,114,110,115,0,102,117,110,99,116,105,111,110,32,114,101,115,117,108,116,32,109,117,115,116,32,109,97,116,99,104,44,32,105,102,32,102,117,110,99,116,105,111,110,32,114,101,116,117,114,110,115,0,109,101,109,111,114,121,32,109,97,120,32,62,61,32,105,110,105,116,105,97,108,0,109,97,120,32,109,101,109,111,114,121,32,109,117,115,116,32,98,101,32,60,61,32,52,71,66,0,117,110,101,120,112,101,99,116,101,100,32,116,114,117,101,58,32,0,109,111,100,117,108,101,32,101,120,112,111,114,116,115,32,109,117,115,116,32,98,101,32,102,111,117,110,100,0,109,111,100,117,108,101,32,101,120,112,111,114,116,115,32,109,117,115,116,32,98,101,32,117,110,105,113,117,101,0,115,116,97,114,116,32,109,117,115,116,32,98,101,32,102,111,117,110,100,0,115,116,97,114,116,32,109,117,115,116,32,104,97,118,101,32,48,32,112,97,114,97,109,115,0,115,116,97,114,116,32,109,117,115,116,32,110,111,116,32,114,101,116,117,114,110,32,97,32,118,97,108,117,101,0,34,40,110,117,108,108,41,34,0,91,93,0,110,117,108,108,0,34,58,32,0,102,117,110,99,45,62,108,111,99,97,108,73,110,100,105,99,101,115,46,115,105,122,101,40,41,32,61,61,32,102,117,110,99,45,62,112,97,114,97,109,115,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,98,117,105,108,100,101,114,46,104,0,97,100,100,80,97,114,97,109,0,102,117,110,99,45,62,108,111,99,97,108,73,110,100,105,99,101,115,46,115,105,122,101,40,41,32,61,61,32,102,117,110,99,45,62,112,97,114,97,109,115,46,115,105,122,101,40,41,32,43,32,102,117,110,99,45,62,118,97,114,115,46,115,105,122,101,40,41,0,97,100,100,86,97,114,0,97,115,109,50,119,97,115,109,32,61,61,32,110,117,108,108,112,116,114,32,38,38,32,115,69,120,112,114,101,115,115,105,111,110,80,97,114,115,101,114,32,61,61,32,110,117,108,108,112,116,114,32,38,38,32,115,69,120,112,114,101,115,115,105,111,110,87,97,115,109,66,117,105,108,100,101,114,32,61,61,32,110,117,108,108,112,116,114,32,38,38,32,105,110,115,116,97,110,99,101,32,61,61,32,110,117,108,108,112,116,114,0,112,114,101,112,97,114,101,50,119,97,115,109,0,123,32,114,101,116,117,114,110,32,33,33,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,87,65,83,77,95,74,83,95,68,69,66,85,71,39,93,32,125,0,47,47,32,69,77,83,67,82,73,80,84,69,78,95,83,84,65,82,84,95,70,85,78,67,83,0,114,101,116,117,114,110,32,116,114,117,101,59,0,102,117,110,99,116,105,111,110,32,0,115,116,114,115,116,114,40,103,114,111,119,116,104,70,117,110,99,83,116,97,114,116,32,43,32,49,44,32,34,102,117,110,99,116,105,111,110,32,34,41,32,61,61,32,48,0,112,114,111,99,101,115,115,0,103,114,111,119,116,104,70,117,110,99,69,110,100,32,62,32,103,114,111,119,116,104,70,117,110,99,83,116,97,114,116,32,43,32,53,0,65,100,100,114,101,115,115,0,115,116,97,99,107,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,115,45,112,97,114,115,101,114,46,104,0,112,97,114,115,101,0,115,116,97,99,107,32,105,115,32,110,111,116,32,101,109,112,116,121,0,78,52,119,97,115,109,49,52,80,97,114,115,101,69,120,99,101,112,116,105,111,110,69,0,101,120,112,101,99,116,101,100,32,108,105,115,116,0,101,120,112,101,99,116,101,100,32,115,116,114,105,110,103,0,32,41,0,101,120,112,101,99,116,101,100,32,109,111,114,101,32,101,108,101,109,101,110,116,115,32,105,110,32,108,105,115,116,0,109,111,100,117,108,101,91,48,93,45,62,115,116,114,40,41,32,61,61,32,77,79,68,85,76,69,0,83,69,120,112,114,101,115,115,105,111,110,87,97,115,109,66,117,105,108,100,101,114,0,33,105,115,76,105,115,116,95,0,115,116,114,0,99,95,115,116,114,0,119,114,105,116,101,32,62,61,32,100,97,116,97,46,100,97,116,97,40,41,0,115,116,114,105,110,103,84,111,66,105,110,97,114,121,0,97,99,116,117,97,108,32,60,61,32,100,97,116,97,46,115,105,122,101,40,41,0,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,0,102,117,110,99,46,105,115,76,105,115,116,40,41,0,112,97,114,115,101,84,121,112,101,0,117,110,107,110,111,119,110,32,116,121,112,101,0,102,117,110,99,116,105,111,110,84,121,112,101,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,70,117,110,99,116,105,111,110,84,121,112,101,0,110,111,32,110,97,109,101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,105,109,112,111,114,116,32,101,108,101,109,101,110,116,0,114,101,115,117,108,116,91,48,93,45,62,115,116,114,40,41,32,61,61,32,82,69,83,85,76,84,0,112,97,114,115,101,73,109,112,111,114,116,0,98,97,100,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,32,0,117,110,107,110,111,119,110,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,0,98,97,100,32,102,117,110,99,32,100,101,99,108,97,114,97,116,105,111,110,0,110,111,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,91,105,110,116,101,114,110,97,108,32,101,114,114,111,114,63,93,0,97,98,111,114,116,95,111,110,32,0,98,97,100,32,116,121,112,101,32,102,111,114,32,0,32,118,115,32,118,97,108,117,101,32,116,121,112,101,32,0,119,97,107,97,32,0,103,101,116,95,108,111,99,97,108,0,115,101,116,95,108,111,99,97,108,0,103,101,116,95,103,108,111,98,97,108,0,115,101,116,95,103,108,111,98,97,108,0,108,111,97,100,0,115,116,111,114,101,0,117,110,97,114,121,0,104,111,115,116,0,110,111,110,101,0,105,51,50,0,105,54,52,0,102,51,50,0,102,54,52,0,108,101,102,116,32,38,38,32,114,105,103,104,116,0,102,105,110,97,108,105,122,101,0,98,97,100,32,99,111,110,115,116,0,109,111,100,105,102,105,101,114,32,63,32,112,111,115,105,116,105,118,101,91,52,93,32,61,61,32,39,48,39,32,38,38,32,112,111,115,105,116,105,118,101,91,53,93,32,61,61,32,39,120,39,32,58,32,49,0,115,114,99,47,112,97,114,115,105,110,103,46,104,0,112,97,114,115,101,67,111,110,115,116,0,114,101,116,45,62,118,97,108,117,101,46,116,121,112,101,32,61,61,32,116,121,112,101,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,51,50,0,99,97,115,116,84,111,70,51,50,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,54,52,0,99,97,115,116,84,111,70,54,52,0,101,120,116,114,97,91,49,93,32,61,61,32,39,54,39,0,109,97,107,101,76,111,97,100,0,101,120,116,114,97,91,49,93,32,61,61,32,39,50,39,0,101,113,0,98,97,100,32,111,102,102,115,101,116,0,98,97,100,32,108,111,97,100,32,97,116,116,114,105,98,117,116,101,0,109,97,107,101,83,116,111,114,101,0,98,97,100,32,115,116,111,114,101,32,97,116,116,114,105,98,117,116,101,0,108,97,98,101,108,83,116,97,99,107,46,98,97,99,107,40,41,32,61,61,32,99,117,114,114,45,62,110,97,109,101,0,109,97,107,101,66,108,111,99,107,0,105,110,118,97,108,105,100,32,108,97,98,101,108,0,112,111,112,95,98,97,99,107,0,105,109,112,111,114,116,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,73,109,112,111,114,116,0,105,110,118,97,108,105,100,32,99,97,108,108,95,105,110,100,105,114,101,99,116,32,116,121,112,101,0,108,111,99,97,108,32,97,99,99,101,115,115,32,105,110,32,110,111,110,45,102,117,110,99,116,105,111,110,32,115,99,111,112,101,0,98,97,100,32,108,111,99,97,108,32,110,97,109,101,0,98,97,100,32,108,111,99,97,108,32,105,110,100,101,120,0,108,111,99,97,108,73,110,100,105,99,101,115,46,99,111,117,110,116,40,110,97,109,101,41,32,62,32,48,0,103,101,116,76,111,99,97,108,73,110,100,101,120,0,98,97,100,32,103,108,111,98,97,108,32,110,97,109,101,0,98,97,100,32,103,108,111,98,97,108,32,105,110,100,101,120,0,105,32,60,32,103,108,111,98,97,108,115,46,115,105,122,101,40,41,0,103,101,116,71,108,111,98,97,108,0,105,102,45,116,114,117,101,0,105,102,45,101,108,115,101,0,105,102,84,114,117,101,0,108,111,111,112,45,111,117,116,0,108,111,111,112,45,105,110,0,105,102,84,114,117,101,32,38,38,32,105,102,70,97,108,115,101,0,116,111,116,97,108,32,109,101,109,111,114,121,32,109,117,115,116,32,98,101,32,60,61,32,52,71,66,0,115,91,50,93,45,62,115,116,114,40,41,32,61,61,32,77,69,77,79,82,89,0,112,97,114,115,101,69,120,112,111,114,116,0,109,101,109,111,114,121,32,101,120,112,111,114,116,101,100,32,98,117,116,32,110,111,32,109,101,109,111,114,121,0,105,32,61,61,32,115,46,115,105,122,101,40,41,0,112,97,114,115,101,71,108,111,98,97,108,0,117,110,102,97,109,105,108,105,97,114,32,115,101,99,116,105,111,110,58,32,0,112,111,115,32,43,32,110,97,109,101,83,105,122,101,32,45,32,49,32,60,32,105,110,112,117,116,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,98,105,110,97,114,121,46,104,0,114,101,97,100,0,112,111,115,32,61,61,32,98,101,102,111,114,101,32,43,32,115,101,99,116,105,111,110,83,105,122,101,0,61,61,32,114,101,97,100,72,101,97,100,101,114,0,115,117,114,112,114,105,115,105,110,103,32,118,97,108,117,101,0,60,61,61,0,103,101,116,73,110,116,51,50,58,32,0,32,61,61,62,0,103,101,116,73,110,116,49,54,58,32,0,117,110,101,120,112,101,99,116,101,100,32,101,110,100,32,111,102,32,105,110,112,117,116,0,103,101,116,73,110,116,56,58,32,0,32,40,97,116,32,0,103,101,116,85,51,50,76,69,66,58,32,0,115,116,100,58,58,105,115,95,115,105,103,110,101,100,60,84,62,58,58,118,97,108,117,101,32,38,38,32,108,97,115,116,32,38,38,32,34,100,114,111,112,112,101,100,32,98,105,116,115,32,111,110,108,121,32,118,97,108,105,100,32,102,111,114,32,115,105,103,110,101,100,32,76,69,66,34,0,115,105,122,101,95,116,40,115,104,105,102,116,41,32,60,32,115,105,122,101,111,102,40,84,41,32,42,32,56,32,38,38,32,34,76,69,66,32,111,118,101,114,102,108,111,119,34,0,78,83,116,51,95,95,50,49,55,98,97,100,95,102,117,110,99,116,105,111,110,95,99,97,108,108,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,104,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,104,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,0,112,111,115,32,43,32,115,101,99,116,105,111,110,83,105,122,101,32,60,61,32,105,110,112,117,116,46,115,105,122,101,40,41,0,61,61,32,114,101,97,100,83,116,97,114,116,0,61,61,32,114,101,97,100,77,101,109,111,114,121,0,61,61,32,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,58,32,0,114,101,97,100,32,111,110,101,0,102,111,114,109,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,84,121,112,101,70,111,114,109,115,58,58,66,97,115,105,99,0,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,32,112,97,114,97,109,115,58,32,0,110,117,109,82,101,115,117,108,116,115,32,61,61,32,49,0,61,61,32,114,101,97,100,73,109,112,111,114,116,115,0,105,109,112,111,114,116,36,0,105,110,100,101,120,32,60,32,119,97,115,109,46,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,73,109,112,111,114,116,115,0,99,117,114,114,45,62,116,121,112,101,45,62,110,97,109,101,46,105,115,40,41,0,105,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,103,101,116,73,110,108,105,110,101,83,116,114,105,110,103,58,32,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,83,105,103,110,97,116,117,114,101,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,115,0,116,111,116,97,108,32,61,61,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,70,117,110,99,116,105,111,110,115,0,114,101,97,100,32,111,110,101,32,97,116,32,0,115,105,122,101,32,62,32,48,0,114,101,97,100,105,110,103,0,112,114,111,99,101,115,115,105,110,103,32,102,117,110,99,116,105,111,110,58,32,0,98,114,101,97,107,83,116,97,99,107,46,101,109,112,116,121,40,41,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,101,109,112,116,121,40,41,0,100,101,112,116,104,32,61,61,32,48,0,112,111,115,32,61,61,32,101,110,100,79,102,70,117,110,99,116,105,111,110,0,118,97,114,36,0,122,122,32,114,101,99,117,114,115,101,32,105,110,116,111,32,0,32,97,116,32,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,32,115,101,101,105,110,103,32,0,98,97,100,32,99,111,100,101,32,48,120,0,122,122,32,114,101,99,117,114,115,101,32,102,114,111,109,32,0,122,122,32,110,111,100,101,58,32,66,108,111,99,107,0,101,110,100,32,62,61,32,115,116,97,114,116,0,118,105,115,105,116,66,108,111,99,107,0,10,32,122,122,32,66,108,111,99,107,32,101,108,101,109,101,110,116,32,0,108,97,98,101,108,36,0,112,111,115,32,62,32,48,0,117,110,103,101,116,73,110,116,56,0,117,110,103,101,116,73,110,116,56,32,40,97,116,32,0,122,122,32,110,111,100,101,58,32,73,102,0,108,97,115,116,83,101,112,97,114,97,116,111,114,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,69,110,100,0,118,105,115,105,116,73,102,0,122,122,32,110,111,100,101,58,32,76,111,111,112,0,122,122,32,110,111,100,101,58,32,66,114,101,97,107,0,97,114,105,116,121,32,61,61,32,48,32,124,124,32,97,114,105,116,121,32,61,61,32,49,0,118,105,115,105,116,66,114,101,97,107,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,45,32,49,32,45,32,111,102,102,115,101,116,32,60,32,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,0,103,101,116,66,114,101,97,107,78,97,109,101,0,122,122,32,110,111,100,101,58,32,83,119,105,116,99,104,0,118,105,115,105,116,83,119,105,116,99,104,0,122,122,32,110,111,100,101,58,32,67,97,108,108,0,105,110,100,101,120,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,118,105,115,105,116,67,97,108,108,0,110,117,109,32,61,61,32,97,114,105,116,121,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,0,118,105,115,105,116,67,97,108,108,73,109,112,111,114,116,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,32,0,32,119,105,116,104,32,116,121,112,101,32,0,32,97,110,100,32,0,32,112,97,114,97,109,115,10,0,105,32,60,32,105,109,112,111,114,116,115,46,115,105,122,101,40,41,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,110,100,105,114,101,99,116,0,118,105,115,105,116,67,97,108,108,73,110,100,105,114,101,99,116,0,122,122,32,110,111,100,101,58,32,71,101,116,76,111,99,97,108,32,0,99,117,114,114,45,62,105,110,100,101,120,32,60,32,99,117,114,114,70,117,110,99,116,105,111,110,45,62,103,101,116,78,117,109,76,111,99,97,108,115,40,41,0,118,105,115,105,116,71,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,58,32,83,101,116,76,111,99,97,108,0,118,105,115,105,116,83,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,58,32,71,101,116,71,108,111,98,97,108,32,0,99,117,114,114,45,62,105,110,100,101,120,32,60,32,119,97,115,109,46,103,108,111,98,97,108,115,46,115,105,122,101,40,41,0,118,105,115,105,116,71,101,116,71,108,111,98,97,108,0,122,122,32,110,111,100,101,58,32,83,101,116,71,108,111,98,97,108,0,118,105,115,105,116,83,101,116,71,108,111,98,97,108,0,122,122,32,110,111,100,101,58,32,83,101,108,101,99,116,0,122,122,32,110,111,100,101,58,32,82,101,116,117,114,110,0,118,105,115,105,116,82,101,116,117,114,110,0,122,122,32,110,111,100,101,58,32,78,111,112,0,122,122,32,110,111,100,101,58,32,85,110,114,101,97,99,104,97,98,108,101,0,122,122,32,110,111,100,101,58,32,66,105,110,97,114,121,0,122,122,32,110,111,100,101,58,32,85,110,97,114,121,0,122,122,32,110,111,100,101,58,32,67,111,110,115,116,0,118,97,108,117,101,32,60,32,48,32,38,38,32,34,115,105,103,110,45,101,120,116,101,110,100,32,115,104,111,117,108,100,32,112,114,111,100,117,99,101,115,32,97,32,110,101,103,97,116,105,118,101,32,118,97,108,117,101,34,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,85,54,52,76,69,66,58,32,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,70,108,111,97,116,51,50,58,32,0,114,101,105,110,116,101,114,112,114,101,116,102,51,50,0,103,101,116,70,108,111,97,116,54,52,58,32,0,103,101,116,73,110,116,54,52,58,32,0,114,101,105,110,116,101,114,112,114,101,116,102,54,52,0,122,122,32,110,111,100,101,58,32,76,111,97,100,0,122,122,32,110,111,100,101,58,32,83,116,111,114,101,0,122,122,32,110,111,100,101,58,32,72,111,115,116,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,112,111,112,69,120,112,114,101,115,115,105,111,110,0,61,61,32,114,101,97,100,69,120,112,111,114,116,115,0,114,101,97,100,69,120,112,111,114,116,115,0,61,61,32,114,101,97,100,71,108,111,98,97,108,115,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,49,0,61,61,32,114,101,97,100,68,97,116,97,83,101,103,109,101,110,116,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,84,97,98,108,101,0,61,61,32,114,101,97,100,78,97,109,101,115,0,110,117,109,32,61,61,32,102,117,110,99,116,105,111,110,115,46,115,105,122,101,40,41,0,114,101,97,100,78,97,109,101,115,0,110,117,109,76,111,99,97,108,115,32,61,61,32,48,0,78,52,119,97,115,109,52,80,97,115,115,69,0,90,49,49,105,110,115,116,97,110,116,105,97,116,101,69,49,57,74,83,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,0,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,49,55,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,69,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,110,101,119,66,117,102,102,101,114,39,93,32,61,32,110,101,119,32,65,114,114,97,121,66,117,102,102,101,114,40,36,48,41,59,32,125,0,123,32,118,97,114,32,115,111,117,114,99,101,32,61,32,77,111,100,117,108,101,91,39,72,69,65,80,56,39,93,46,115,117,98,97,114,114,97,121,40,36,49,44,32,36,49,32,43,32,36,50,41,59,32,118,97,114,32,116,97,114,103,101,116,32,61,32,110,101,119,32,73,110,116,56,65,114,114,97,121,40,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,110,101,119,66,117,102,102,101,114,39,93,41,59,32,116,97,114,103,101,116,46,115,101,116,40,115,111,117,114,99,101,44,32,36,48,41,59,32,125,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,32,61,32,110,101,119,32,65,114,114,97,121,40,36,48,41,59,32,125,0,111,102,102,115,101,116,32,43,32,115,101,103,109,101,110,116,46,100,97,116,97,46,115,105,122,101,40,41,32,60,61,32,119,97,115,109,46,116,97,98,108,101,46,105,110,105,116,105,97,108,0,105,110,105,116,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,91,36,48,93,32,61,32,36,49,59,32,125,0,78,52,119,97,115,109,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,78,83,95,52,70,108,111,119,69,69,69,0,101,120,116,101,110,100,84,111,83,73,54,52,0,101,120,116,101,110,100,84,111,85,73,54,52,0,116,114,117,110,99,97,116,101,84,111,73,51,50,0,116,114,117,110,99,83,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,51,50,0,114,101,105,110,116,101,114,112,114,101,116,105,51,50,0,116,114,117,110,99,85,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,99,97,115,116,84,111,73,51,50,0,101,120,116,101,110,100,84,111,70,54,52,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,54,52,0,99,97,115,116,84,111,73,54,52,0,114,101,105,110,116,101,114,112,114,101,116,105,54,52,0,116,114,117,110,99,97,116,101,84,111,70,51,50,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,41,32,63,32,108,101,102,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,115,114,99,47,119,97,115,109,45,105,110,116,101,114,112,114,101,116,101,114,46,104,0,118,105,115,105,116,66,105,110,97,114,121,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,41,32,63,32,114,105,103,104,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,105,51,50,46,100,105,118,95,115,32,98,121,32,48,0,105,51,50,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,51,50,46,100,105,118,95,117,32,98,121,32,48,0,105,51,50,46,114,101,109,95,115,32,98,121,32,48,0,105,51,50,46,114,101,109,95,117,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,54,52,46,100,105,118,95,117,32,98,121,32,48,0,105,54,52,46,114,101,109,95,115,32,98,121,32,48,0,105,54,52,46,114,101,109,95,117,32,98,121,32,48,0,115,116,100,58,58,105,115,110,97,110,40,102,41,32,38,38,32,34,101,120,112,101,99,116,101,100,32,97,32,78,97,78,34,0,115,101,116,81,117,105,101,116,78,97,78,0,99,97,108,108,105,110,103,32,105,109,112,111,114,116,32,0,123,32,118,97,114,32,109,111,100,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,118,97,114,32,98,97,115,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,49,41,59,32,118,97,114,32,116,101,109,112,65,114,103,117,109,101,110,116,115,32,61,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,59,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,110,117,108,108,59,32,118,97,114,32,108,111,111,107,117,112,32,61,32,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,109,111,100,44,32,98,97,115,101,41,59,32,114,101,116,117,114,110,32,108,111,111,107,117,112,46,97,112,112,108,121,40,110,117,108,108,44,32,116,101,109,112,65,114,103,117,109,101,110,116,115,41,59,32,125,0,99,97,108,108,105,110,103,32,105,109,112,111,114,116,32,114,101,116,117,114,110,105,110,103,32,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,91,93,59,32,125,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,46,112,117,115,104,40,36,48,41,32,125,0,123,32,118,97,114,32,118,97,108,117,101,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,91,36,48,93,59,32,114,101,116,117,114,110,32,116,121,112,101,111,102,32,118,97,108,117,101,32,61,61,61,32,34,110,117,109,98,101,114,34,32,63,32,118,97,108,117,101,32,58,32,45,49,59,32,125,0,99,97,108,108,84,97,98,108,101,32,111,118,101,114,102,108,111,119,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,116,121,112,101,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,35,32,111,102,32,97,114,103,117,109,101,110,116,115,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,97,114,103,117,109,101,110,116,32,116,121,112,101,0,123,32,118,97,114,32,102,117,110,99,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,91,36,48,93,59,32,118,97,114,32,116,101,109,112,65,114,103,117,109,101,110,116,115,32,61,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,59,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,110,117,108,108,59,32,114,101,116,117,114,110,32,102,117,110,99,46,97,112,112,108,121,40,110,117,108,108,44,32,116,101,109,112,65,114,103,117,109,101,110,116,115,41,59,32,125,0,115,116,97,99,107,32,108,105,109,105,116,0,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,0,33,102,108,111,119,46,98,114,101,97,107,105,110,103,40,41,32,124,124,32,102,108,111,119,46,98,114,101,97,107,84,111,32,61,61,32,82,69,84,85,82,78,95,70,76,79,87,0,102,117,110,99,116,105,111,110,45,62,114,101,115,117,108,116,32,61,61,32,114,101,116,46,116,121,112,101,0,70,117,110,99,116,105,111,110,32,96,0,96,32,101,120,112,101,99,116,115,32,0,32,112,97,114,97,109,101,116,101,114,115,44,32,103,111,116,32,0,32,97,114,103,117,109,101,110,116,115,46,0,102,117,110,99,116,105,111,110,45,62,105,115,80,97,114,97,109,40,105,41,0,70,117,110,99,116,105,111,110,83,99,111,112,101,0,96,32,101,120,112,101,99,116,115,32,116,121,112,101,32,0,32,102,111,114,32,112,97,114,97,109,101,116,101,114,32,0,44,32,103,111,116,32,0,102,117,110,99,116,105,111,110,45,62,105,115,86,97,114,40,105,41,0,90,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,51,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,78,83,95,52,70,108,111,119,69,69,69,0,102,108,111,119,46,118,97,108,117,101,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,116,121,112,101,0,111,102,102,115,101,116,32,62,32,109,101,109,111,114,121,0,102,105,110,97,108,32,62,32,109,101,109,111,114,121,0,98,121,116,101,115,32,62,32,109,101,109,111,114,121,0,104,105,103,104,101,115,116,32,62,32,109,101,109,111,114,121,0,103,101,116,105,54,52,0,32,62,32,0,78,83,116,51,95,95,50,49,56,98,97,115,105,99,95,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,103,114,111,119,77,101,109,111,114,121,58,32,100,101,108,116,97,32,114,101,108,97,116,105,118,101,108,121,32,116,111,111,32,98,105,103,0,103,114,111,119,77,101,109,111,114,121,58,32,100,101,108,116,97,32,111,98,106,101,99,116,105,118,101,108,121,32,116,111,111,32,98,105,103,0,103,114,111,119,77,101,109,111,114,121,58,32,101,120,99,101,101,100,115,32,109,97,120,0,123,32,118,97,114,32,97,100,100,114,32,61,32,36,48,59,32,118,97,114,32,98,121,116,101,115,32,61,32,36,49,59,32,118,97,114,32,105,115,70,108,111,97,116,32,61,32,36,50,59,32,118,97,114,32,105,115,83,105,103,110,101,100,32,61,32,36,51,59,32,118,97,114,32,111,117,116,54,52,32,61,32,36,52,59,32,118,97,114,32,115,97,118,101,48,32,61,32,72,69,65,80,51,50,91,48,93,59,32,118,97,114,32,115,97,118,101,49,32,61,32,72,69,65,80,51,50,91,49,93,59,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,98,121,116,101,115,59,32,105,43,43,41,32,123,32,72,69,65,80,85,56,91,105,93,32,61,32,77,111,100,117,108,101,91,34,105,110,102,111,34,93,46,112,97,114,101,110,116,91,34,72,69,65,80,85,56,34,93,91,97,100,100,114,32,43,32,105,93,59,32,125,32,118,97,114,32,114,101,116,59,32,105,102,32,40,33,105,115,70,108,111,97,116,41,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,49,41,32,114,101,116,32,61,32,105,115,83,105,103,110,101,100,32,63,32,72,69,65,80,56,91,48,93,32,58,32,72,69,65,80,85,56,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,50,41,32,114,101,116,32,61,32,105,115,83,105,103,110,101,100,32,63,32,72,69,65,80,49,54,91,48,93,32,58,32,72,69,65,80,85,49,54,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,114,101,116,32,61,32,105,115,83,105,103,110,101,100,32,63,32,72,69,65,80,51,50,91,48,93,32,58,32,72,69,65,80,85,51,50,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,56,41,32,123,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,98,121,116,101,115,59,32,105,43,43,41,32,123,32,72,69,65,80,85,56,91,111,117,116,54,52,32,43,32,105,93,32,61,32,72,69,65,80,85,56,91,105,93,59,32,125,32,125,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,101,108,115,101,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,114,101,116,32,61,32,72,69,65,80,70,51,50,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,56,41,32,114,101,116,32,61,32,72,69,65,80,70,54,52,91,48,93,59,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,72,69,65,80,51,50,91,48,93,32,61,32,115,97,118,101,48,59,32,72,69,65,80,51,50,91,49,93,32,61,32,115,97,118,101,49,59,32,114,101,116,117,114,110,32,114,101,116,59,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,56,39,93,91,36,48,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,85,56,39,93,91,36,48,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,49,54,39,93,91,36,48,32,62,62,32,49,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,85,49,54,39,93,91,36,48,32,62,62,32,49,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,51,50,39,93,91,36,48,32,62,62,32,50,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,85,51,50,39,93,91,36,48,32,62,62,32,50,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,51,50,39,93,91,36,48,32,62,62,32,50,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,54,52,39,93,91,36,48,32,62,62,32,51,93,32,125,0,123,32,118,97,114,32,97,100,100,114,32,61,32,36,48,59,32,118,97,114,32,98,121,116,101,115,32,61,32,36,49,59,32,118,97,114,32,105,115,70,108,111,97,116,32,61,32,36,50,59,32,118,97,114,32,118,97,108,117,101,32,61,32,36,51,59,32,118,97,114,32,115,97,118,101,48,32,61,32,72,69,65,80,51,50,91,48,93,59,32,118,97,114,32,115,97,118,101,49,32,61,32,72,69,65,80,51,50,91,49,93,59,32,105,102,32,40,33,105,115,70,108,111,97,116,41,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,49,41,32,72,69,65,80,85,56,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,50,41,32,72,69,65,80,85,49,54,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,72,69,65,80,85,51,50,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,101,108,115,101,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,72,69,65,80,70,51,50,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,56,41,32,72,69,65,80,70,54,52,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,98,121,116,101,115,59,32,105,43,43,41,32,123,32,77,111,100,117,108,101,91,34,105,110,102,111,34,93,46,112,97,114,101,110,116,91,34,72,69,65,80,85,56,34,93,91,97,100,100,114,32,43,32,105,93,32,61,32,72,69,65,80,85,56,91,105,93,59,32,125,32,72,69,65,80,51,50,91,48,93,32,61,32,115,97,118,101,48,59,32,72,69,65,80,51,50,91,49,93,32,61,32,115,97,118,101,49,59,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,56,39,93,91,36,48,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,49,54,39,93,91,36,48,32,62,62,32,49,93,32,61,32,36,49,32,125,0,123,32,118,97,114,32,115,105,122,101,32,61,32,36,48,59,32,118,97,114,32,98,117,102,102,101,114,59,32,116,114,121,32,123,32,98,117,102,102,101,114,32,61,32,110,101,119,32,65,114,114,97,121,66,117,102,102,101,114,40,115,105,122,101,41,59,32,125,32,99,97,116,99,104,40,101,41,32,123,32,114,101,116,117,114,110,59,32,125,32,118,97,114,32,111,108,100,72,69,65,80,56,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,72,69,65,80,56,39,93,59,32,118,97,114,32,116,101,109,112,32,61,32,110,101,119,32,73,110,116,56,65,114,114,97,121,40,98,117,102,102,101,114,41,59,32,116,101,109,112,46,115,101,116,40,111,108,100,72,69,65,80,56,41,59,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,98,117,102,102,101,114,39,93,32,61,32,98,117,102,102,101,114,59,32,125,0,123,32,97,98,111,114,116,40,34,119,97,115,109,32,116,114,97,112,58,32,34,32,43,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,41,59,32,125,0,47,61,61,32,40,98,105,110,97,114,121,101,110,32,105,110,116,101,114,112,114,101,116,101,114,32,115,116,97,99,107,32,116,114,97,99,101,41,10,0,124,58,32,0,92,61,61,10,0,101],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+15952);allocate([120,112,111,114,116,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,69,120,112,111,114,116,0,102,117,110,99,116,105,111,110,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,70,117,110,99,116,105,111,110,0,99,97,108,108,69,120,112,111,114,116,32,110,111,116,32,102,111,117,110,100,0,46,99,111,110,115,116,32,0,58,48,120,0,78,97,78,80,97,121,108,111,97,100,0,45,48,0,37,108,102,0,100,32,62,61,32,48,0,110,117,109,84,111,83,116,114,105,110,103,0,37,108,108,117,0,37,101,0,37,46,48,102,0,110,117,109,32,60,32,49,48,48,48,0,103,101,116,105,51,50,0,103,101,116,102,51,50,0,103,101,116,102,54,52,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,78,83,95,55,86,105,115,105,116,111,114,73,83,53,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,118,69,69,0,116,121,112,101,45,62,112,97,114,97,109,115,91,105,93,32,61,61,32,102,54,52,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,118,97,108,117,101,46,116,121,112,101,41,0,109,97,107,101,67,111,110,115,116,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,49,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,80,78,83,50,95,49,48,69,120,112,114,101,115,115,105,111,110,69,83,53,95,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,49,48,69,120,112,114,101,115,115,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,69,69,0,97,116,58,32,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,102,105,110,100,40,110,97,109,101,41,32,33,61,32,109,97,112,112,101,100,71,108,111,98,97,108,115,46,101,110,100,40,41,0,116,97,114,103,101,116,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,118,105,101,119,115,46,102,105,110,100,40,104,101,97,112,41,32,33,61,32,118,105,101,119,115,46,101,110,100,40,41,0,99,111,110,102,117,115,105,110,103,32,97,115,115,105,103,110,0,100,100,100,0,105,105,105,0,118,0,116,97,114,103,101,116,91,48,93,32,61,61,32,78,65,77,69,0,98,97,100,32,117,110,97,114,121,0,97,115,116,91,50,93,45,62,115,105,122,101,40,41,32,61,61,32,50,0,97,115,116,91,50,93,45,62,115,105,122,101,40,41,32,61,61,32,49,0,99,111,110,102,117,115,105,110,103,32,102,114,111,117,110,100,32,116,97,114,103,101,116,0,116,97,114,103,101,116,91,48,93,32,61,61,32,83,85,66,32,38,38,32,116,97,114,103,101,116,91,49,93,91,48,93,32,61,61,32,78,65,77,69,32,38,38,32,116,97,114,103,101,116,91,50,93,91,48,93,32,61,61,32,66,73,78,65,82,89,32,38,38,32,116,97,114,103,101,116,91,50,93,91,49,93,32,61,61,32,65,78,68,32,38,38,32,116,97,114,103,101,116,91,50,93,91,51,93,91,48,93,32,61,61,32,78,85,77,0,102,117,110,99,116,105,111,110,45,62,114,101,115,117,108,116,32,61,61,32,116,121,112,101,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,99,111,110,116,105,110,117,101,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,119,104,105,108,101,45,111,117,116,0,119,104,105,108,101,45,105,110,0,100,111,45,111,110,99,101,0,117,110,108,105,107,101,108,121,45,99,111,110,116,105,110,117,101,0,100,111,45,111,117,116,0,100,111,45,105,110,0,102,111,114,45,111,117,116,0,102,111,114,45,105,110,0,98,114,45,62,99,111,110,100,105,116,105,111,110,45,62,116,121,112,101,32,61,61,32,105,51,50,0,99,111,110,100,105,116,105,111,110,91,48,93,32,61,61,32,78,85,77,32,124,124,32,99,111,110,100,105,116,105,111,110,91,48,93,32,61,61,32,85,78,65,82,89,95,80,82,69,70,73,88,0,115,119,105,116,99,104,45,100,101,102,97,117,108,116,0,105,110,100,101,120,32,62,61,32,109,105,110,0,105,110,100,101,120,32,62,61,32,48,0,115,119,105,116,99,104,45,99,97,115,101,0,99,111,110,102,117,115,105,110,103,32,101,120,112,114,101,115,115,105,111,110,0,98,97,100,32,119,97,115,109,32,98,105,110,97,114,121,32,111,112,0,102,97,108,115,101,32,38,38,32,34,101,120,112,101,99,116,101,100,32,115,105,103,110,101,100,32,111,114,32,117,110,115,105,103,110,101,100,32,105,110,116,51,50,34,0,99,104,101,99,107,76,105,116,101,114,97,108,0,100,101,116,101,99,116,65,115,109,84,121,112,101,0,97,115,116,91,48,93,32,61,61,32,67,65,76,76,32,38,38,32,97,115,116,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,110,111,116,101,73,109,112,111,114,116,101,100,70,117,110,99,116,105,111,110,67,97,108,108,0,116,121,112,101,36,0,108,97,98,101,108,36,98,114,101,97,107,36,0,108,97,98,101,108,36,99,111,110,116,105,110,117,101,36,0,102,109,111,100,40,103,101,116,78,117,109,98,101,114,40,41,44,32,49,41,32,61,61,32,48,0,103,101,116,73,110,116,101,103,101,114,0,100,111,117,98,108,101,40,114,101,116,41,32,61,61,32,103,101,116,78,117,109,98,101,114,40,41,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,49,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,50,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,80,78,83,50,95,49,48,69,120,112,114,101,115,115,105,111,110,69,83,53,95,106,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,49,48,69,120,112,114,101,115,115,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,106,69,69,69,0,98,97,100,32,112,114,111,99,101,115,115,85,110,115,104,105,102,116,101,100,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,50,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,51,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,80,78,83,50,95,49,48,69,120,112,114,101,115,115,105,111,110,69,83,53,95,106,69,69,69,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,51,0,59,0,112,117,115,104,95,98,97,99,107,0,103,101,116,65,114,114,97,121,0,115,114,99,32,62,32,115,116,97,114,116,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,112,97,114,115,101,114,46,104,0,70,114,97,103,0,115,116,114,99,109,112,40,115,116,114,46,115,116,114,44,32,115,116,97,114,116,41,32,61,61,32,48,0,102,114,97,103,32,112,97,114,115,105,110,103,0,37,115,58,10,61,61,61,61,61,61,61,61,61,61,10,0,10,10,0,110,97,109,101,46,116,121,112,101,32,61,61,32,83,69,80,65,82,65,84,79,82,32,38,38,32,110,97,109,101,46,115,116,114,91,48,93,32,61,61,32,39,40,39,0,112,97,114,115,101,70,117,110,99,116,105,111,110,0,42,115,114,99,32,61,61,32,39,40,39,0,97,114,103,46,116,121,112,101,32,61,61,32,73,68,69,78,84,0,102,117,110,99,91,48,93,32,61,61,32,68,69,70,85,78,0,97,112,112,101,110,100,65,114,103,117,109,101,110,116,84,111,70,117,110,99,116,105,111,110,0,42,115,114,99,32,61,61,32,39,123,39,0,112,97,114,115,101,66,114,97,99,107,101,116,101,100,66,108,111,99,107,0,59,125,0,42,115,114,99,32,61,61,32,39,125,39,0,110,97,109,101,46,116,121,112,101,32,61,61,32,73,68,69,78,84,0,112,97,114,115,101,86,97,114,0,59,44,0,118,97,114,91,48,93,32,61,61,32,86,65,82,0,97,112,112,101,110,100,84,111,86,97,114,0,104,97,115,67,104,97,114,40,115,101,112,115,44,32,42,115,114,99,41,0,112,97,114,115,101,82,101,116,117,114,110,0,112,97,114,115,101,80,97,114,101,110,110,101,100,0,42,115,114,99,32,61,61,32,39,41,39,0,110,101,120,116,46,116,121,112,101,32,61,61,32,75,69,89,87,79,82,68,32,38,38,32,110,101,120,116,46,115,116,114,32,61,61,32,87,72,73,76,69,0,112,97,114,115,101,68,111,0,112,97,114,115,101,83,119,105,116,99,104,0,118,97,108,117,101,46,116,121,112,101,32,61,61,32,79,80,69,82,65,84,79,82,0,118,97,108,117,101,46,115,116,114,32,61,61,32,77,73,78,85,83,0,118,97,108,117,101,50,46,105,115,78,117,109,98,101,114,40,41,0,42,115,114,99,32,61,61,32,39,58,39,0,115,119,105,116,99,104,95,91,48,93,32,61,61,32,83,87,73,84,67,72,0,97,112,112,101,110,100,67,97,115,101,84,111,83,119,105,116,99,104,0,97,112,112,101,110,100,68,101,102,97,117,108,116,84,111,83,119,105,116,99,104,0,97,112,112,101,110,100,67,111,100,101,84,111,83,119,105,116,99,104,0,99,111,100,101,91,48,93,32,61,61,32,66,76,79,67,75,0,112,97,114,115,101,70,111,114,0,42,115,114,99,32,61,61,32,39,59,39,0,112,97,114,115,101,67,97,108,108,0,44,41,0,101,120,112,114,101,115,115,105,111,110,80,97,114,116,115,83,116,97,99,107,46,98,97,99,107,40,41,46,115,105,122,101,40,41,32,61,61,32,48,0,99,97,108,108,91,48,93,32,61,61,32,67,65,76,76,0,97,112,112,101,110,100,84,111,67,97,108,108,0,42,115,114,99,32,61,61,32,39,91,39,0,112,97,114,115,101,73,110,100,101,120,105,110,103,0,42,115,114,99,32,61,61,32,39,93,39,0,42,115,114,99,32,61,61,32,39,46,39,0,112,97,114,115,101,68,111,116,116,105,110,103,0,107,101,121,46,116,121,112,101,32,61,61,32,73,68,69,78,84,0,98,97,100,32,112,97,114,115,101,69,120,112,114,101,115,115,105,111,110,32,115,116,97,116,101,0,105,32,60,32,40,105,110,116,41,112,97,114,116,115,46,115,105,122,101,40,41,45,49,32,38,38,32,105,32,62,61,32,51,0,112,97,114,115,101,69,120,112,114,101,115,115,105,111,110,0,112,97,114,116,115,46,115,105,122,101,40,41,32,61,61,32,49,0,105,115,78,111,100,101,0,103,101,116,78,111,100,101,0,33,105,115,78,111,100,101,0,103,101,116,79,112,0,107,101,121,91,48,93,32,61,61,32,78,65,77,69,0,109,97,107,101,68,111,116,0,112,97,114,115,101,65,102,116,101,114,80,97,114,101,110,0,42,115,114,99,0,112,97,114,115,101,65,102,116,101,114,66,114,97,99,101,0,44,93,0,97,114,114,97,121,91,48,93,32,61,61,32,65,82,82,65,89,0,97,112,112,101,110,100,84,111,65,114,114,97,121,0,112,97,114,115,101,65,102,116,101,114,67,117,114,108,121,0,107,101,121,46,116,121,112,101,32,61,61,32,73,68,69,78,84,32,124,124,32,107,101,121,46,116,121,112,101,32,61,61,32,83,84,82,73,78,71,0,44,125,0,97,114,114,97,121,91,48,93,32,61,61,32,79,66,74,69,67,84,0,97,112,112,101,110,100,84,111,79,98,106,101,99,116,0,98,108,111,99,107,91,48,93,32,61,61,32,66,76,79,67,75,0,97,112,112,101,110,100,84,111,66,108,111,99,107,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,45,108,101,97,114,110,105,110,103,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,32,97,110,100,32,108,101,97,114,110,105,110,103,0,100,99,101,0,114,101,109,111,118,101,115,32,117,110,114,101,97,99,104,97,98,108,101,32,99,111,100,101,0,100,114,111,112,45,114,101,116,117,114,110,45,118,97,108,117,101,115,0,115,116,111,112,115,32,114,101,108,121,105,110,103,32,111,110,32,114,101,116,117,114,110,32,118,97,108,117,101,115,32,102,114,111,109,32,115,101,116,95,108,111,99,97,108,32,97,110,100,32,115,116,111,114,101,0,100,117,112,108,105,99,97,116,101,45,102,117,110,99,116,105,111,110,45,101,108,105,109,105,110,97,116,105,111,110,0,114,101,109,111,118,101,115,32,100,117,112,108,105,99,97,116,101,32,102,117,110,99,116,105,111,110,115,0,108,111,119,101,114,45,105,102,45,101,108,115,101,0,108,111,119,101,114,115,32,105,102,45,101,108,115,101,115,32,105,110,116,111,32,105,102,115,44,32,98,108,111,99,107,115,32,97,110,100,32,98,114,97,110,99,104,101,115,0,109,101,114,103,101,45,98,108,111,99,107,115,0,109,101,114,103,101,115,32,98,108,111,99,107,115,32,116,111,32,116,104,101,105,114,32,112,97,114,101,110,116,115,0,109,101,116,114,105,99,115,0,114,101,112,111,114,116,115,32,109,101,116,114,105,99,115,0,110,109,0,110,97,109,101,32,108,105,115,116,0,110,97,109,101,45,109,97,110,97,103,101,114,0,117,116,105,108,105,116,121,32,112,97,115,115,32,116,111,32,109,97,110,97,103,101,32,110,97,109,101,115,32,105,110,32,109,111,100,117,108,101,115,0,111,112,116,105,109,105,122,101,45,105,110,115,116,114,117,99,116,105,111,110,115,0,111,112,116,105,109,105,122,101,115,32,105,110,115,116,114,117,99,116,105,111,110,32,99,111,109,98,105,110,97,116,105,111,110,115,0,112,111,115,116,45,101,109,115,99,114,105,112,116,101,110,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,111,112,116,105,109,105,122,97,116,105,111,110,115,32,102,111,114,32,69,109,115,99,114,105,112,116,101,110,45,103,101,110,101,114,97,116,101,100,32,99,111,100,101,0,112,114,105,110,116,32,105,110,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,109,105,110,105,102,105,101,100,0,112,114,105,110,116,32,105,110,32,109,105,110,105,102,105,101,100,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,102,117,108,108,0,112,114,105,110,116,32,105,110,32,102,117,108,108,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,114,101,109,111,118,101,45,105,109,112,111,114,116,115,0,114,101,109,111,118,101,115,32,105,109,112,111,114,116,115,32,97,110,100,32,114,101,112,108,97,99,101,115,32,116,104,101,109,32,119,105,116,104,32,110,111,112,115,0,114,101,109,111,118,101,45,109,101,109,111,114,121,0,114,101,109,111,118,101,115,32,109,101,109,111,114,121,32,115,101,103,109,101,110,116,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,98,114,115,0,114,101,109,111,118,101,115,32,98,114,101,97,107,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,111,116,32,110,101,101,100,101,100,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,115,32,117,110,117,115,101,100,32,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,110,97,109,101,115,0,114,101,109,111,118,101,115,32,110,97,109,101,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,101,118,101,114,32,98,114,97,110,99,104,101,100,32,116,111,0,114,101,111,114,100,101,114,45,102,117,110,99,116,105,111,110,115,0,115,111,114,116,115,32,102,117,110,99,116,105,111,110,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,114,101,111,114,100,101,114,45,108,111,99,97,108,115,0,115,111,114,116,115,32,108,111,99,97,108,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,115,105,109,112,108,105,102,121,45,108,111,99,97,108,115,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,108,111,99,97,108,115,45,114,101,108,97,116,101,100,32,111,112,116,105,109,105,122,97,116,105,111,110,115,0,118,97,99,117,117,109,0,114,101,109,111,118,101,115,32,111,98,118,105,111,117,115,108,121,32,117,110,110,101,101,100,101,100,32,99,111,100,101,0,112,114,101,99,111,109,112,117,116,101,0,99,111,109,112,117,116,101,115,32,99,111,109,112,105,108,101,45,116,105,109,101,32,101,118,97,108,117,97,116,97,98,108,101,32,101,120,112,114,101,115,115,105,111,110,115,0,112,97,115,115,73,110,102,111,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,112,97,115,115,73,110,102,111,115,46,101,110,100,40,41,0,115,114,99,47,112,97,115,115,101,115,47,112,97,115,115,46,99,112,112,0,114,101,103,105,115,116,101,114,80,97,115,115,0,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,83,53,95,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,69,69,0,91,80,97,115,115,82,117,110,110,101,114,93,32,114,117,110,110,105,110,103,32,112,97,115,115,101,115,46,46,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,112,97,115,115,101,115,32,116,111,111,107,32,0,32,115,101,99,111,110,100,115,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,32,32,114,117,110,110,105,110,103,32,112,97,115,115,58,32,0,46,46,46,32,0,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,69,95,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,70,78,83,50,95,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,78,52,119,97,115,109,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,10,0,41,10,0,100,97,116,97,32,0,32,34,0,34,41,10,0,92,110,0,92,48,100,0,92,116,0,92,48,99,0,92,48,56,0,92,92,0,92,34,0,92,39,0,101,120,112,111,114,116,32,0,32,109,101,109,111,114,121,41,0,102,117,110,99,32,0,40,116,121,112,101,32,0,112,97,114,97,109,32,0,114,101,115,117,108,116,32,0,108,111,99,97,108,32,0,32,97,110,121,102,117,110,99,41,10,0,101,108,101,109,32,0,103,108,111,98,97,108,32,0,105,109,112,111,114,116,32,0,32,40,102,117,110,99,0,41,41,0,99,117,114,114,0,118,105,115,105,116,0,117,110,114,101,97,99,104,97,98,108,101,0,110,111,112,0,112,97,103,101,115,105,122,101,0,99,117,114,114,101,110,116,95,109,101,109,111,114,121,0,103,114,111,119,95,109,101,109,111,114,121,0,104,97,115,102,101,97,116,117,114,101,32,0,115,101,108,101,99,116,0,105,51,50,46,97,100,100,0,105,51,50,46,115,117,98,0,105,51,50,46,109,117,108,0,105,51,50,46,100,105,118,95,115,0,105,51,50,46,100,105,118,95,117,0,105,51,50,46,114,101,109,95,115,0,105,51,50,46,114,101,109,95,117,0,105,51,50,46,97,110,100,0,105,51,50,46,111,114,0,105,51,50,46,120,111,114,0,105,51,50,46,115,104,108,0,105,51,50,46,115,104,114,95,117,0,105,51,50,46,115,104,114,95,115,0,105,51,50,46,114,111,116,108,0,105,51,50,46,114,111,116,114,0,105,51,50,46,101,113,0,105,51,50,46,110,101,0,105,51,50,46,108,116,95,115,0,105,51,50,46,108,116,95,117,0,105,51,50,46,108,101,95,115,0,105,51,50,46,108,101,95,117,0,105,51,50,46,103,116,95,115,0,105,51,50,46,103,116,95,117,0,105,51,50,46,103,101,95,115,0,105,51,50,46,103,101,95,117,0,105,54,52,46,97,100,100,0,105,54,52,46,115,117,98,0,105,54,52,46,109,117,108,0,105,54,52,46,100,105,118,95,115,0,105,54,52,46,100,105,118,95,117,0,105,54,52,46,114,101,109,95,115,0,105,54,52,46,114,101,109,95,117,0,105,54,52,46,97,110,100,0,105,54,52,46,111,114,0,105,54,52,46,120,111,114,0,105,54,52,46,115,104,108,0,105,54,52,46,115,104,114,95,117,0,105,54,52,46,115,104,114,95,115,0,105,54,52,46,114,111,116,108,0,105,54,52,46,114,111,116,114,0,105,54,52,46,101,113,0,105,54,52,46,110,101,0,105,54,52,46,108,116,95,115,0,105,54,52,46,108,116,95,117,0,105,54,52,46,108,101,95,115,0,105,54,52,46,108,101,95,117,0,105,54,52,46,103,116,95,115,0,105,54,52,46,103,116,95,117,0,105,54,52,46,103,101,95,115,0,105,54,52,46,103,101,95,117,0,102,51,50,46,97,100,100,0,102,51,50,46,115,117,98,0,102,51,50,46,109,117,108,0,102,51,50,46,100,105,118,0,102,51,50,46,99,111,112,121,115,105,103,110,0,102,51,50,46,109,105,110,0,102,51,50,46,109,97,120,0,102,51,50,46,101,113,0,102,51,50,46,110,101,0,102,51,50,46,108,116,0,102,51,50,46,108,101,0,102,51,50,46,103,116,0,102,51,50,46,103,101,0,102,54,52,46,97,100,100,0,102,54,52,46,115,117,98,0,102,54,52,46,109,117,108,0,102,54,52,46,100,105,118,0,102,54,52,46,99,111,112,121,115,105,103,110,0,102,54,52,46,109,105,110,0,102,54,52,46,109,97,120,0,102,54,52,46,101,113,0,102,54,52,46,110,101,0,102,54,52,46,108,116,0,102,54,52,46,108,101,0,102,54,52,46,103,116,0,102,54,52,46,103,101,0,105,51,50,46,99,108,122,0,105,51,50,46,99,116,122,0,105,51,50,46,112,111,112,99,110,116,0,105,51,50,46,101,113,122,0,105,54,52,46,99,108,122,0,105,54,52,46,99,116,122,0,105,54,52,46,112,111,112,99,110,116,0,105,54,52,46,101,113,122,0,102,51,50,46,110,101,103,0,102,51,50,46,97,98,115,0,102,51,50,46,99,101,105,108,0,102,51,50,46,102,108,111,111,114,0,102,51,50,46,116,114,117,110,99,0,102,51,50,46,110,101,97,114,101,115,116,0,102,51,50,46,115,113,114,116,0,102,54,52,46,110,101,103,0,102,54,52,46,97,98,115,0,102,54,52,46,99,101,105,108,0,102,54,52,46,102,108,111,111,114,0,102,54,52,46,116,114,117,110,99,0,102,54,52,46,110,101,97,114,101,115,116,0,102,54,52,46,115,113,114,116,0,105,54,52,46,101,120,116,101,110,100,95,115,47,105,51,50,0,105,54,52,46,101,120,116,101,110,100,95,117,47,105,51,50,0,105,51,50,46,119,114,97,112,47,105,54,52,0,105,51,50,46,116,114,117,110,99,95,115,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,115,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,117,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,117,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,115,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,115,47,102,54,52,0,105,51,50,46,116,114,117,110,99,95,117,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,117,47,102,54,52,0,105,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,102,51,50,0,105,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,102,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,112,114,111,109,111,116,101,47,102,51,50,0,102,51,50,46,100,101,109,111,116,101,47,102,54,52,0,102,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,105,51,50,0,102,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,105,54,52,0,46,115,116,111,114,101,0,49,54,0,51,50,0,32,111,102,102,115,101,116,61,0,32,97,108,105,103,110,61,0,46,108,111,97,100,0,95,115,0,95,117,0,115,101,116,95,103,108,111,98,97,108,32,0,103,101,116,95,103,108,111,98,97,108,32,0,115,101,116,95,108,111,99,97,108,32,0,103,101,116,95,108,111,99,97,108,32,0,99,97,108,108,95,105,110,100,105,114,101,99,116,32,0,99,97,108,108,95,105,109,112,111,114,116,32,0,99,97,108,108,32,0,98,114,95,116,97,98,108,101,0,98,114,95,105,102,32,0,98,114,32,0,108,111,111,112,0,99,117,114,114,45,62,105,110,46,105,115,40,41,0,115,114,99,47,112,97,115,115,101,115,47,80,114,105,110,116,46,99,112,112,0,118,105,115,105,116,76,111,111,112,0,117,115,101,100,69,108,101,109,101,110,116,115,32,62,32,48,0,115,114,99,47,109,105,120,101,100,95,97,114,101,110,97,46,104,0,98,97,99,107,0,32,32,0,78,52,119,97,115,109,55,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,53,77,105,110,105,102,105,101,100,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,49,70,117,108,108,80,114,105,110,116,101,114,69,0,43,45,42,47,37,60,62,38,94,124,126,61,33,44,63,58,46,0,40,91,59,123,125,0,116,111,112,108,101,118,101,108,0,100,101,102,117,110,0,115,116,97,116,0,97,115,115,105,103,110,0,118,97,114,0,99,111,110,115,116,0,99,111,110,100,105,116,105,111,110,97,108,0,98,105,110,97,114,121,0,114,101,116,117,114,110,0,105,102,0,119,104,105,108,101,0,100,111,0,102,111,114,0,115,101,113,0,115,117,98,0,110,117,109,0,108,97,98,101,108,0,98,114,101,97,107,0,99,111,110,116,105,110,117,101,0,115,119,105,116,99,104,0,115,116,114,105,110,103,0,116,101,109,112,82,101,116,48,0,103,101,116,84,101,109,112,82,101,116,48,0,95,108,108,118,109,95,99,116,116,122,95,105,51,50,0,95,95,95,117,100,105,118,109,111,100,100,105,52,0,117,110,97,114,121,45,112,114,101,102,105,120,0,117,110,97,114,121,45,112,111,115,116,102,105,120,0,77,97,116,104,95,102,114,111,117,110,100,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,0,83,73,77,68,95,73,110,116,56,120,49,54,0,83,73,77,68,95,73,110,116,49,54,120,56,0,83,73,77,68,95,73,110,116,51,50,120,52,0,62,62,62,0,116,101,109,112,68,111,117,98,108,101,80,116,114,0,72,69,65,80,56,0,72,69,65,80,49,54,0,72,69,65,80,51,50,0,72,69,65,80,70,51,50,0,72,69,65,80,85,56,0,72,69,65,80,85,49,54,0,72,69,65,80,85,51,50,0,72,69,65,80,70,54,52,0,102,48,0,91,0,123,0,125,0,63,0,58,0,100,101,102,97,117,108,116,0,100,111,116,0,110,101,119,0,97,114,114,97,121,0,111,98,106,101,99,116,0,118,97,114,32,99,111,110,115,116,32,102,117,110,99,116,105,111,110,32,105,102,32,101,108,115,101,32,100,111,32,119,104,105,108,101,32,102,111,114,32,98,114,101,97,107,32,99,111,110,116,105,110,117,101,32,114,101,116,117,114,110,32,115,119,105,116,99,104,32,99,97,115,101,32,100,101,102,97,117,108,116,32,116,104,114,111,119,32,116,114,121,32,99,97,116,99,104,32,102,105,110,97,108,108,121,32,116,114,117,101,32,102,97,108,115,101,32,110,117,108,108,32,110,101,119,0,33,32,126,32,43,32,45,0,42,32,47,32,37,0,43,32,45,0,60,60,32,62,62,32,62,62,62,0,60,32,60,61,32,62,32,62,61,0,61,61,32,33,61,0,63,32,58,0,97,115,115,105,103,110,32,99,97,108,108,32,98,105,110,97,114,121,32,117,110,97,114,121,45,112,114,101,102,105,120,32,110,97,109,101,32,110,117,109,32,99,111,110,100,105,116,105,111,110,97,108,32,100,111,116,32,110,101,119,32,115,117,98,32,115,101,113,32,115,116,114,105,110,103,32,111,98,106,101,99,116,32,97,114,114,97,121,0,105,115,65,114,114,97,121,40,41,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,115,105,109,112,108,101,95,97,115,116,46,104,0,83,73,77,68,95,73,110,116,56,120,49,54,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,49,54,120,56,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,95,99,104,101,99,107,0,110,111,100,101,91,49,93,32,61,61,32,65,83,77,95,70,76,79,65,84,95,90,69,82,79,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,111,112,116,105,109,105,122,101,114,45,115,104,97,114,101,100,46,99,112,112,0,100,101,116,101,99,116,84,121,112,101,0,110,111,100,101,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,0,1,28,2,29,14,24,3,30,22,20,15,25,17,4,8,31,27,13,23,21,19,16,7,26,12,18,6,11,5,10,9,31,22,30,21,18,10,29,2,20,17,15,13,9,6,28,1,23,19,11,3,16,14,7,24,12,4,8,25,5,26,27,0,33,84,104,114,101,97,100,80,111,111,108,58,58,103,101,116,40,41,45,62,105,115,82,117,110,110,105,110,103,40,41,0,115,114,99,47,115,117,112,112,111,114,116,47,116,104,114,101,97,100,115,46,99,112,112,0,126,84,104,114,101,97,100,0,84,104,114,101,97,100,0,111,108,100,32,61,61,32,116,104,114,101,97,100,115,46,115,105,122,101,40,41,0,114,101,115,101,116,84,104,114,101,97,100,115,65,114,101,82,101,97,100,121,0,66,73,78,65,82,89,69,78,95,67,79,82,69,83,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,40,41,32,62,32,48,0,119,111,114,107,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,40,41,32,61,61,32,110,117,109,0,33,114,117,110,110,105,110,103,0,70,85,78,67,83,73,71,36,0,116,111,112,109,111,115,116,0,73,110,116,56,65,114,114,97,121,0,73,110,116,49,54,65,114,114,97,121,0,73,110,116,51,50,65,114,114,97,121,0,85,105,110,116,56,65,114,114,97,121,0,85,105,110,116,49,54,65,114,114,97,121,0,85,105,110,116,51,50,65,114,114,97,121,0,70,108,111,97,116,51,50,65,114,114,97,121,0,70,108,111,97,116,54,52,65,114,114,97,121,0,105,109,112,111,115,115,105,98,108,101,45,99,111,110,116,105,110,117,101,0,77,97,116,104,0,105,109,117,108,0,99,108,122,51,50,0,102,114,111,117,110,100,0,97,115,109,50,119,97,115,109,0,102,54,52,45,114,101,109,0,102,54,52,45,116,111,45,105,110,116,0,105,51,50,115,45,100,105,118,0,105,51,50,117,45,100,105,118,0,105,51,50,115,45,114,101,109,0,105,51,50,117,45,114,101,109,0,103,108,111,98,97,108,46,77,97,116,104,0,97,98,115,0,102,108,111,111,114,0,99,101,105,108,0,115,113,114,116,0,97,115,109,50,119,97,115,109,95,105,51,50,95,116,101,109,112,0,100,101,98,117,103,103,101,114,0,117,115,101,32,97,115,109,0,98,117,102,102,101,114,0,101,110,118,0,77,97,116,104,95,105,109,117,108,0,77,97,116,104,95,99,108,122,51,50,0,77,97,116,104,95,99,116,122,51,50,0,77,97,116,104,95,112,111,112,99,110,116,51,50,0,77,97,116,104,95,97,98,115,0,77,97,116,104,95,99,101,105,108,0,77,97,116,104,95,102,108,111,111,114,0,77,97,116,104,95,116,114,117,110,99,0,77,97,116,104,95,78,69,65,82,69,83,84,0,77,97,116,104,95,115,113,114,116,0,77,97,116,104,95,109,97,120,0,77,97,116,104,95,109,105,110,0,109,101,109,111,114,121,0,116,121,112,101,0,105,109,112,111,114,116,0,102,117,110,99,116,105,111,110,0,99,111,100,101,0,101,120,112,111,114,116,0,103,108,111,98,97,108,0,100,97,116,97,0,116,97,98,108,101,0,110,97,109,101,0,115,116,97,114,116,0,119,97,115,109,0,42,114,101,116,117,114,110,58,41,42,0,95,95,103,114,111,119,87,97,115,109,77,101,109,111,114,121,0,110,101,119,83,105,122,101,0,109,111,100,117,108,101,0,102,117,110,99,0,112,97,114,97,109,0,114,101,115,117,108,116,0,115,101,103,109,101,110,116,0,101,108,101,109,0,108,111,99,97,108,0,99,97,108,108,0,99,97,108,108,95,105,109,112,111,114,116,0,99,97,108,108,95,105,110,100,105,114,101,99,116,0,98,108,111,99,107,0,98,114,95,105,102,0,116,104,101,110,0,101,108,115,101,0,78,97,78,0,73,110,102,105,110,105,116,121,0,45,105,110,102,105,110,105,116,121,0,45,110,97,110,0,99,97,115,101,0,98,114,0,97,110,121,102,117,110,99,0,102,97,107,101,95,114,101,116,117,114,110,95,119,97,107,97,49,50,51,0,97,115,115,101,114,116,95,114,101,116,117,114,110,0,97,115,115,101,114,116,95,116,114,97,112,0,97,115,115,101,114,116,95,105,110,118,97,108,105,100,0,115,112,101,99,116,101,115,116,0,112,114,105,110,116,0,105,110,118,111,107,101,0,101,120,105,116,0,115,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,115,114,99,47,119,97,115,109,45,116,114,97,118,101,114,115,97,108,46,104,0,119,97,108,107,0,42,116,97,115,107,46,99,117,114,114,112,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,19,9,11,11,0,0,9,6,11,0,0,11,0,6,17,0,0,0,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,45,43,32,32,32,48,88,48,120,0,40,110,117,108,108,41,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,105,110,102,0,73,78,70,0,78,65,78,0,84,33,34,25,13,1,2,3,17,75,28,12,16,4,11,29,18,30,39,104,110,111,112,113,98,32,5,6,15,19,20,21,26,8,22,7,40,36,23,24,9,10,14,27,31,37,35,131,130,125,38,42,43,60,61,62,63,67,71,74,77,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,105,106,107,108,114,115,116,121,122,123,124,0,73,108,108,101,103,97,108,32,98,121,116,101,32,115,101,113,117,101,110,99,101,0,68,111,109,97,105,110,32,101,114,114,111,114,0,82,101,115,117,108,116,32,110,111,116,32,114,101,112,114,101,115,101,110,116,97,98,108,101,0,78,111,116,32,97,32,116,116,121,0,80,101,114,109,105,115,115,105,111,110,32,100,101,110,105,101,100,0,79,112,101,114,97,116,105,111,110,32,110,111,116,32,112,101,114,109,105,116,116,101,100,0,78,111,32,115,117,99,104,32,102,105,108,101,32,111,114,32,100,105,114,101,99,116,111,114,121,0,78,111,32,115,117,99,104,32,112,114,111,99,101,115,115,0,70,105,108,101,32,101,120,105,115,116,115,0,86,97,108,117,101,32,116,111,111,32,108,97,114,103,101,32,102,111,114,32,100,97,116,97,32,116,121,112,101,0,78,111,32,115,112,97,99,101,32],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+26192);allocate([108,101,102,116,32,111,110,32,100,101,118,105,99,101,0,79,117,116,32,111,102,32,109,101,109,111,114,121,0,82,101,115,111,117,114,99,101,32,98,117,115,121,0,73,110,116,101,114,114,117,112,116,101,100,32,115,121,115,116,101,109,32,99,97,108,108,0,82,101,115,111,117,114,99,101,32,116,101,109,112,111,114,97,114,105,108,121,32,117,110,97,118,97,105,108,97,98,108,101,0,73,110,118,97,108,105,100,32,115,101,101,107,0,67,114,111,115,115,45,100,101,118,105,99,101,32,108,105,110,107,0,82,101,97,100,45,111,110,108,121,32,102,105,108,101,32,115,121,115,116,101,109,0,68,105,114,101,99,116,111,114,121,32,110,111,116,32,101,109,112,116,121,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,112,101,101,114,0,79,112,101,114,97,116,105,111,110,32,116,105,109,101,100,32,111,117,116,0,67,111,110,110,101,99,116,105,111,110,32,114,101,102,117,115,101,100,0,72,111,115,116,32,105,115,32,100,111,119,110,0,72,111,115,116,32,105,115,32,117,110,114,101,97,99,104,97,98,108,101,0,65,100,100,114,101,115,115,32,105,110,32,117,115,101,0,66,114,111,107,101,110,32,112,105,112,101,0,73,47,79,32,101,114,114,111,114,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,32,111,114,32,97,100,100,114,101,115,115,0,66,108,111,99,107,32,100,101,118,105,99,101,32,114,101,113,117,105,114,101,100,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,0,78,111,116,32,97,32,100,105,114,101,99,116,111,114,121,0,73,115,32,97,32,100,105,114,101,99,116,111,114,121,0,84,101,120,116,32,102,105,108,101,32,98,117,115,121,0,69,120,101,99,32,102,111,114,109,97,116,32,101,114,114,111,114,0,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,0,65,114,103,117,109,101,110,116,32,108,105,115,116,32,116,111,111,32,108,111,110,103,0,83,121,109,98,111,108,105,99,32,108,105,110,107,32,108,111,111,112,0,70,105,108,101,110,97,109,101,32,116,111,111,32,108,111,110,103,0,84,111,111,32,109,97,110,121,32,111,112,101,110,32,102,105,108,101,115,32,105,110,32,115,121,115,116,101,109,0,78,111,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,115,32,97,118,97,105,108,97,98,108,101,0,66,97,100,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,0,78,111,32,99,104,105,108,100,32,112,114,111,99,101,115,115,0,66,97,100,32,97,100,100,114,101,115,115,0,70,105,108,101,32,116,111,111,32,108,97,114,103,101,0,84,111,111,32,109,97,110,121,32,108,105,110,107,115,0,78,111,32,108,111,99,107,115,32,97,118,97,105,108,97,98,108,101,0,82,101,115,111,117,114,99,101,32,100,101,97,100,108,111,99,107,32,119,111,117,108,100,32,111,99,99,117,114,0,83,116,97,116,101,32,110,111,116,32,114,101,99,111,118,101,114,97,98,108,101,0,80,114,101,118,105,111,117,115,32,111,119,110,101,114,32,100,105,101,100,0,79,112,101,114,97,116,105,111,110,32,99,97,110,99,101,108,101,100,0,70,117,110,99,116,105,111,110,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,0,78,111,32,109,101,115,115,97,103,101,32,111,102,32,100,101,115,105,114,101,100,32,116,121,112,101,0,73,100,101,110,116,105,102,105,101,114,32,114,101,109,111,118,101,100,0,68,101,118,105,99,101,32,110,111,116,32,97,32,115,116,114,101,97,109,0,78,111,32,100,97,116,97,32,97,118,97,105,108,97,98,108,101,0,68,101,118,105,99,101,32,116,105,109,101,111,117,116,0,79,117,116,32,111,102,32,115,116,114,101,97,109,115,32,114,101,115,111,117,114,99,101,115,0,76,105,110,107,32,104,97,115,32,98,101,101,110,32,115,101,118,101,114,101,100,0,80,114,111,116,111,99,111,108,32,101,114,114,111,114,0,66,97,100,32,109,101,115,115,97,103,101,0,70,105,108,101,32,100,101,115,99,114,105,112,116,111,114,32,105,110,32,98,97,100,32,115,116,97,116,101,0,78,111,116,32,97,32,115,111,99,107,101,116,0,68,101,115,116,105,110,97,116,105,111,110,32,97,100,100,114,101,115,115,32,114,101,113,117,105,114,101,100,0,77,101,115,115,97,103,101,32,116,111,111,32,108,97,114,103,101,0,80,114,111,116,111,99,111,108,32,119,114,111,110,103,32,116,121,112,101,32,102,111,114,32,115,111,99,107,101,116,0,80,114,111,116,111,99,111,108,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,80,114,111,116,111,99,111,108,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,83,111,99,107,101,116,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,80,114,111,116,111,99,111,108,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,65,100,100,114,101,115,115,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,98,121,32,112,114,111,116,111,99,111,108,0,65,100,100,114,101,115,115,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,78,101,116,119,111,114,107,32,105,115,32,100,111,119,110,0,78,101,116,119,111,114,107,32,117,110,114,101,97,99,104,97,98,108,101,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,110,101,116,119,111,114,107,0,67,111,110,110,101,99,116,105,111,110,32,97,98,111,114,116,101,100,0,78,111,32,98,117,102,102,101,114,32,115,112,97,99,101,32,97,118,97,105,108,97,98,108,101,0,83,111,99,107,101,116,32,105,115,32,99,111,110,110,101,99,116,101,100,0,83,111,99,107,101,116,32,110,111,116,32,99,111,110,110,101,99,116,101,100,0,67,97,110,110,111,116,32,115,101,110,100,32,97,102,116,101,114,32,115,111,99,107,101,116,32,115,104,117,116,100,111,119,110,0,79,112,101,114,97,116,105,111,110,32,97,108,114,101,97,100,121,32,105,110,32,112,114,111,103,114,101,115,115,0,79,112,101,114,97,116,105,111,110,32,105,110,32,112,114,111,103,114,101,115,115,0,83,116,97,108,101,32,102,105,108,101,32,104,97,110,100,108,101,0,82,101,109,111,116,101,32,73,47,79,32,101,114,114,111,114,0,81,117,111,116,97,32,101,120,99,101,101,100,101,100,0,78,111,32,109,101,100,105,117,109,32,102,111,117,110,100,0,87,114,111,110,103,32,109,101,100,105,117,109,32,116,121,112,101,0,78,111,32,101,114,114,111,114,32,105,110,102,111,114,109,97,116,105,111,110,0,0,105,110,102,105,110,105,116,121,0,110,97,110,0,80,79,83,73,88,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,52,98,97,115,105,99,95,105,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,119,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,119,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,112,0,67,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,37,112,0,0,0,0,76,0,37,0,0,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,37,72,58,37,77,58,37,83,0,37,109,47,37,100,47,37,121,0,37,73,58,37,77,58,37,83,32,37,112,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,65,77,0,80,77,0,74,97,110,117,97,114,121,0,70,101,98,114,117,97,114,121,0,77,97,114,99,104,0,65,112,114,105,108,0,77,97,121,0,74,117,110,101,0,74,117,108,121,0,65,117,103,117,115,116,0,83,101,112,116,101,109,98,101,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,74,97,110,0,70,101,98,0,77,97,114,0,65,112,114,0,74,117,110,0,74,117,108,0,65,117,103,0,83,101,112,0,79,99,116,0,78,111,118,0,68,101,99,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,84,104,117,114,115,100,97,121,0,70,114,105,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,0,77,111,110,0,84,117,101,0,87,101,100,0,84,104,117,0,70,114,105,0,83,97,116,0,37,109,47,37,100,47,37,121,37,89,45,37,109,45,37,100,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,37,72,58,37,77,58,37,83,37,72,58,37,77,58,37,83,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,48,49,50,51,52,53,54,55,56,57,0,37,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,48,49,50,51,52,53,54,55,56,57,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,37,46,48,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,55,95,95,119,105,100,101,110,95,102,114,111,109,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,54,95,95,110,97,114,114,111,119,95,116,111,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,33,34,118,101,99,116,111,114,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,118,101,99,116,111,114,0,33,34,118,101,99,116,111,114,32,111,117,116,95,111,102,95,114,97,110,103,101,34,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,101,99,32,61,61,32,48,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,108,105,98,47,108,105,98,99,120,120,47,109,117,116,101,120,46,99,112,112,0,117,110,108,111,99,107,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,115,116,114,105,110,103,0,95,95,116,104,114,111,119,95,108,101,110,103,116,104,95,101,114,114,111,114,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,111,117,116,95,111,102,95,114,97,110,103,101,34,0,95,95,116,104,114,111,119,95,111,117,116,95,111,102,95,114,97,110,103,101,0,33,34,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,58,58,98,97,100,95,97,108,108,111,99,34,0,47,85,115,101,114,115,47,114,115,109,115,47,115,114,99,47,101,109,115,100,107,95,112,111,114,116,97,98,108,101,47,101,109,115,99,114,105,112,116,101,110,47,105,110,99,111,109,105,110,103,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,109,101,109,111,114,121,0,97,108,108,111,99,97,116,101,0,115,116,111,105,0,58,32,110,111,32,99,111,110,118,101,114,115,105,111,110,0,37,115,10,0,58,32,111,117,116,32,111,102,32,114,97,110,103,101,0,115,116,111,108,108,0,37,117,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,58,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,102,111,114,101,105,103,110,32,101,120,99,101,112,116,105,111,110,0,116,101,114,109,105,110,97,116,105,110,103,0,117,110,99,97,117,103,104,116,0,83,116,57,101,120,99,101,112,116,105,111,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,83,116,57,116,121,112,101,95,105,110,102,111,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,112,116,104,114,101,97,100,95,111,110,99,101,32,102,97,105,108,117,114,101,32,105,110,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,95,102,97,115,116,40,41,0,99,97,110,110,111,116,32,99,114,101,97,116,101,32,112,116,104,114,101,97,100,32,107,101,121,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,99,97,110,110,111,116,32,122,101,114,111,32,111,117,116,32,116,104,114,101,97,100,32,118,97,108,117,101,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,116,101,114,109,105,110,97,116,101,95,104,97,110,100,108,101,114,32,117,110,101,120,112,101,99,116,101,100,108,121,32,114,101,116,117,114,110,101,100,0,115,116,100,58,58,98,97,100,95,97,108,108,111,99,0,83,116,57,98,97,100,95,97,108,108,111,99,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,57,95,95,112,111,105,110,116,101,114,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,112,98,97,115,101,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,51,95,95,102,117,110,100,97,109,101,110,116,97,108,95,116,121,112,101,95,105,110,102,111,69,0,68,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,102,117,110,99,116,105,111,110,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,32,40,0,41,0,95,98,108,111,99,107,95,105,110,118,111,107,101,0,105,110,118,111,99,97,116,105,111,110,32,102,117,110,99,116,105,111,110,32,102,111,114,32,98,108,111,99,107,32,105,110,32,0,32,99,111,110,115,116,0,32,118,111,108,97,116,105,108,101,0,32,114,101,115,116,114,105,99,116,0,32,91,0,32,91,93,0,93,0,32,99,111,109,112,108,101,120,0,40,0,44,32,0,32,38,0,32,38,38,0,32,0,32,105,109,97,103,105,110,97,114,121,0,58,58,42,0,38,38,0,111,98,106,99,95,111,98,106,101,99,116,60,0,42,0,105,100,0,38,0,111,98,106,99,112,114,111,116,111,0,60,0,62,0,32,118,101,99,116,111,114,91,0,112,105,120,101,108,32,118,101,99,116,111,114,91,0,100,101,99,108,116,121,112,101,40,0,115,116,100,58,58,97,108,108,111,99,97,116,111,114,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,115,116,114,105,110,103,0,115,116,100,58,58,105,115,116,114,101,97,109,0,115,116,100,58,58,111,115,116,114,101,97,109,0,115,116,100,58,58,105,111,115,116,114,101,97,109,0,115,116,100,0,58,58,0,58,58,115,116,114,105,110,103,32,108,105,116,101,114,97,108,0,115,116,100,58,58,0,126,0,39,117,110,110,97,109,101,100,0,39,108,97,109,98,100,97,39,40,0,111,112,101,114,97,116,111,114,38,38,0,111,112,101,114,97,116,111,114,38,0,111,112,101,114,97,116,111,114,38,61,0,111,112,101,114,97,116,111,114,61,0,111,112,101,114,97,116,111,114,40,41,0,111,112,101,114,97,116,111,114,44,0,111,112,101,114,97,116,111,114,126,0,111,112,101,114,97,116,111,114,32,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,91,93,0,111,112,101,114,97,116,111,114,42,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,0,111,112,101,114,97,116,111,114,47,0,111,112,101,114,97,116,111,114,47,61,0,111,112,101,114,97,116,111,114,94,0,111,112,101,114,97,116,111,114,94,61,0,111,112,101,114,97,116,111,114,61,61,0,111,112,101,114,97,116,111,114,62,61,0,111,112,101,114,97,116,111,114,62,0,111,112,101,114,97,116,111,114,91,93,0,111,112,101,114,97,116,111,114,60,61,0,111,112,101,114,97,116,111,114,34,34,32,0,111,112,101,114,97,116,111,114,60,60,0,111,112,101,114,97,116,111,114,60,60,61,0,111,112,101,114,97,116,111,114,60,0,111,112,101,114,97,116,111,114,45,0,111,112,101,114,97,116,111,114,45,61,0,111,112,101,114,97,116,111,114,42,61,0,111,112,101,114,97,116,111,114,45,45,0,111,112,101,114,97,116,111,114,32,110,101,119,91,93,0,111,112,101,114,97,116,111,114,33,61,0,111,112,101,114,97,116,111,114,33,0,111,112,101,114,97,116,111,114,32,110,101,119,0,111,112,101,114,97,116,111,114,124,124,0,111,112,101,114,97,116,111,114,124,0,111,112,101,114,97,116,111,114,124,61,0,111,112,101,114,97,116,111,114,45,62,42,0,111,112,101,114,97,116,111,114,43,0,111,112,101,114,97,116,111,114,43,61,0,111,112,101,114,97,116,111,114,43,43,0,111,112,101,114,97,116,111,114,45,62,0,111,112,101,114,97,116,111,114,63,0,111,112,101,114,97,116,111,114,37,0,111,112,101,114,97,116,111,114,37,61,0,111,112,101,114,97,116,111,114,62,62,0,111,112,101,114,97,116,111,114,62,62,61,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,44,32,115,116,100,58,58,97,108,108,111,99,97,116,111,114,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,98,97,115,105,99,95,105,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,111,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,105,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,111,115,116,114,101,97,109,0,95,71,76,79,66,65,76,95,95,78,0,40,97,110,111,110,121,109,111,117,115,32,110,97,109,101,115,112,97,99,101,41,0,32,62,0,119,99,104,97,114,95,116,0,102,97,108,115,101,0,116,114,117,101,0,99,104,97,114,0,115,105,103,110,101,100,32,99,104,97,114,0,117,110,115,105,103,110,101,100,32,99,104,97,114,0,115,104,111,114,116,0,117,110,115,105,103,110,101,100,32,115,104,111,114,116,0,117,0,108,0,117,108,0,108,108,0,117,108,108,0,95,95,105,110,116,49,50,56,0,117,110,115,105,103,110,101,100,32,95,95,105,110,116,49,50,56,0,37,97,102,0,37,97,0,37,76,97,76,0,38,61,0,61,0,97,108,105,103,110,111,102,32,40,0,99,111,110,115,116,95,99,97,115,116,60,0,62,40,0,44,0,41,40,0,100,101,108,101,116,101,91,93,32,0,100,121,110,97,109,105,99,95,99,97,115,116,60,0,100,101,108,101,116,101,32,0,46,42,0,46,0,47,0,47,61,0,94,0,94,61,0,61,61,0,62,61,0,41,91,0,60,61,0,60,60,0,60,60,61,0,45,0,45,61,0,42,61,0,45,45,0,41,45,45,0,91,93,32,0,41,32,0,33,61,0,33,0,110,111,101,120,99,101,112,116,32,40,0,124,124,0,124,0,124,61,0,45,62,42,0,43,0,43,61,0,43,43,0,41,43,43,0,45,62,0,41,32,63,32,40,0,41,32,58,32,40,0,114,101,105,110,116,101,114,112,114,101,116,95,99,97,115,116,60,0,37,0,37,61,0,62,62,0,62,62,61,0,115,116,97,116,105,99,95,99,97,115,116,60,0,115,105,122,101,111,102,32,40,0,115,105,122,101,111,102,46,46,46,40,0,116,121,112,101,105,100,40,0,116,104,114,111,119,0,116,104,114,111,119,32,0,102,112,0,118,111,105,100,0,98,111,111,108,0,105,110,116,0,117,110,115,105,103,110,101,100,32,105,110,116,0,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,0,108,111,110,103,32,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,32,108,111,110,103,0,102,108,111,97,116,0,100,111,117,98,108,101,0,108,111,110,103,32,100,111,117,98,108,101,0,95,95,102,108,111,97,116,49,50,56,0,46,46,46,0,100,101,99,105,109,97,108,54,52,0,100,101,99,105,109,97,108,49,50,56,0,100,101,99,105,109,97,108,51,50,0,100,101,99,105,109,97,108,49,54,0,99,104,97,114,51,50,95,116,0,99,104,97,114,49,54,95,116,0,97,117,116,111,0,115,116,100,58,58,110,117,108,108,112,116,114,95,116,0,118,116,97,98,108,101,32,102,111,114,32,0,86,84,84,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,110,97,109,101,32,102,111,114,32,0,99,111,118,97,114,105,97,110,116,32,114,101,116,117,114,110,32,116,104,117,110,107,32,116,111,32,0,99,111,110,115,116,114,117,99,116,105,111,110,32,118,116,97,98,108,101,32,102,111,114,32,0,45,105,110,45,0,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,110,111,110,45,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,103,117,97,114,100,32,118,97,114,105,97,98,108,101,32,102,111,114,32,0,114,101,102,101,114,101,110,99,101,32,116,101,109,112,111,114,97,114,121,32,102,111,114,32,0],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+36432);var tempDoublePtr=STATICTOP;STATICTOP+=16;function _atexit(func,arg){__ATEXIT__.unshift({func:func,arg:arg})}function ___cxa_atexit(){return _atexit.apply(null,arguments)}Module["_i64Subtract"]=_i64Subtract;Module["_i64Add"]=_i64Add;function __ZSt18uncaught_exceptionv(){return!!__ZSt18uncaught_exceptionv.uncaught_exception}var EXCEPTIONS={last:0,caught:[],infos:{},deAdjust:(function(adjusted){if(!adjusted||EXCEPTIONS.infos[adjusted])return adjusted;for(var ptr in EXCEPTIONS.infos){var info=EXCEPTIONS.infos[ptr];if(info.adjusted===adjusted){return ptr}}return adjusted}),addRef:(function(ptr){if(!ptr)return;var info=EXCEPTIONS.infos[ptr];info.refcount++}),decRef:(function(ptr){if(!ptr)return;var info=EXCEPTIONS.infos[ptr];assert(info.refcount>0);info.refcount--;if(info.refcount===0){if(info.destructor){Runtime.dynCall("vi",info.destructor,[ptr])}delete EXCEPTIONS.infos[ptr];___cxa_free_exception(ptr)}}),clearRef:(function(ptr){if(!ptr)return;var info=EXCEPTIONS.infos[ptr];info.refcount=0})};function ___resumeException(ptr){if(!EXCEPTIONS.last){EXCEPTIONS.last=ptr}EXCEPTIONS.clearRef(EXCEPTIONS.deAdjust(ptr));throw ptr+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch."}function ___cxa_find_matching_catch(){var thrown=EXCEPTIONS.last;if(!thrown){return(asm["setTempRet0"](0),0)|0}var info=EXCEPTIONS.infos[thrown];var throwntype=info.type;if(!throwntype){return(asm["setTempRet0"](0),thrown)|0}var typeArray=Array.prototype.slice.call(arguments);var pointer=Module["___cxa_is_pointer_type"](throwntype);if(!___cxa_find_matching_catch.buffer)___cxa_find_matching_catch.buffer=_malloc(4);HEAP32[___cxa_find_matching_catch.buffer>>2]=thrown;thrown=___cxa_find_matching_catch.buffer;for(var i=0;i<typeArray.length;i++){if(typeArray[i]&&Module["___cxa_can_catch"](typeArray[i],throwntype,thrown)){thrown=HEAP32[thrown>>2];info.adjusted=thrown;return(asm["setTempRet0"](typeArray[i]),thrown)|0}}thrown=HEAP32[thrown>>2];return(asm["setTempRet0"](throwntype),thrown)|0}function ___cxa_throw(ptr,type,destructor){EXCEPTIONS.infos[ptr]={ptr:ptr,adjusted:ptr,type:type,destructor:destructor,refcount:0,caught:false};EXCEPTIONS.last=ptr;if(!("uncaught_exception"in __ZSt18uncaught_exceptionv)){__ZSt18uncaught_exceptionv.uncaught_exception=1}else{__ZSt18uncaught_exceptionv.uncaught_exception++}throw ptr+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch."}function ___cxa_begin_catch(ptr){var info=EXCEPTIONS.infos[ptr];if(info&&!info.caught){info.caught=true;__ZSt18uncaught_exceptionv.uncaught_exception--}EXCEPTIONS.caught.push(ptr);EXCEPTIONS.addRef(EXCEPTIONS.deAdjust(ptr));return ptr}function __ZN4wasm38createDuplicateFunctionEliminationPassEv(){Module["printErr"]("missing function: _ZN4wasm38createDuplicateFunctionEliminationPassEv");abort(-1)}Module["_pthread_mutex_lock"]=_pthread_mutex_lock;function __ZN4wasm16createVacuumPassEv(){Module["printErr"]("missing function: _ZN4wasm16createVacuumPassEv");abort(-1)}function _pthread_create(){return 11}function __ZN4wasm30createOptimizeInstructionsPassEv(){Module["printErr"]("missing function: _ZN4wasm30createOptimizeInstructionsPassEv");abort(-1)}function __ZN4wasm27createRemoveUnusedNamesPassEv(){Module["printErr"]("missing function: _ZN4wasm27createRemoveUnusedNamesPassEv");abort(-1)}function ___setErrNo(value){if(Module["___errno_location"])HEAP32[Module["___errno_location"]()>>2]=value;return value}var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:42,EIDRM:43,ECHRNG:44,EL2NSYNC:45,EL3HLT:46,EL3RST:47,ELNRNG:48,EUNATCH:49,ENOCSI:50,EL2HLT:51,EDEADLK:35,ENOLCK:37,EBADE:52,EBADR:53,EXFULL:54,ENOANO:55,EBADRQC:56,EBADSLT:57,EDEADLOCK:35,EBFONT:59,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,EDOTDOT:73,EBADMSG:74,ENOTUNIQ:76,EBADFD:77,EREMCHG:78,ELIBACC:79,ELIBBAD:80,ELIBSCN:81,ELIBMAX:82,ELIBEXEC:83,ENOSYS:38,ENOTEMPTY:39,ENAMETOOLONG:36,ELOOP:40,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,ENOPROTOOPT:92,ESHUTDOWN:108,ECONNREFUSED:111,EADDRINUSE:98,ECONNABORTED:103,ENETUNREACH:101,ENETDOWN:100,ETIMEDOUT:110,EHOSTDOWN:112,EHOSTUNREACH:113,EINPROGRESS:115,EALREADY:114,EDESTADDRREQ:89,EMSGSIZE:90,EPROTONOSUPPORT:93,ESOCKTNOSUPPORT:94,EADDRNOTAVAIL:99,ENETRESET:102,EISCONN:106,ENOTCONN:107,ETOOMANYREFS:109,EUSERS:87,EDQUOT:122,ESTALE:116,ENOTSUP:95,ENOMEDIUM:123,EILSEQ:84,EOVERFLOW:75,ECANCELED:125,ENOTRECOVERABLE:131,EOWNERDEAD:130,ESTRPIPE:86};function _sysconf(name){switch(name){case 30:return PAGE_SIZE;case 85:return totalMemory/PAGE_SIZE;case 132:case 133:case 12:case 137:case 138:case 15:case 235:case 16:case 17:case 18:case 19:case 20:case 149:case 13:case 10:case 236:case 153:case 9:case 21:case 22:case 159:case 154:case 14:case 77:case 78:case 139:case 80:case 81:case 82:case 68:case 67:case 164:case 11:case 29:case 47:case 48:case 95:case 52:case 51:case 46:return 200809;case 79:return 0;case 27:case 246:case 127:case 128:case 23:case 24:case 160:case 161:case 181:case 182:case 242:case 183:case 184:case 243:case 244:case 245:case 165:case 178:case 179:case 49:case 50:case 168:case 169:case 175:case 170:case 171:case 172:case 97:case 76:case 32:case 173:case 35:return-1;case 176:case 177:case 7:case 155:case 8:case 157:case 125:case 126:case 92:case 93:case 129:case 130:case 131:case 94:case 91:return 1;case 74:case 60:case 69:case 70:case 4:return 1024;case 31:case 42:case 72:return 32;case 87:case 26:case 33:return 2147483647;case 34:case 1:return 47839;case 38:case 36:return 99;case 43:case 37:return 2048;case 0:return 2097152;case 3:return 65536;case 28:return 32768;case 44:return 32767;case 75:return 16384;case 39:return 1e3;case 89:return 700;case 71:return 256;case 40:return 255;case 2:return 100;case 180:return 64;case 25:return 20;case 5:return 16;case 6:return 6;case 73:return 4;case 84:{if(typeof navigator==="object")return navigator["hardwareConcurrency"]||1;return 1}}___setErrNo(ERRNO_CODES.EINVAL);return-1}var PTHREAD_SPECIFIC={};var PTHREAD_SPECIFIC_NEXT_KEY=1;function _pthread_key_create(key,destructor){if(key==0){return ERRNO_CODES.EINVAL}HEAP32[key>>2]=PTHREAD_SPECIFIC_NEXT_KEY;PTHREAD_SPECIFIC[PTHREAD_SPECIFIC_NEXT_KEY]=0;PTHREAD_SPECIFIC_NEXT_KEY++;return 0}function __ZN4wasm23createReorderLocalsPassEv(){Module["printErr"]("missing function: _ZN4wasm23createReorderLocalsPassEv");abort(-1)}function __ZN4wasm21createMergeBlocksPassEv(){Module["printErr"]("missing function: _ZN4wasm21createMergeBlocksPassEv");abort(-1)}var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};var PATH={splitPath:(function(filename){var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)}),normalizeArray:(function(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up--;up){parts.unshift("..")}}return parts}),normalize:(function(path){var isAbsolute=path.charAt(0)==="/",trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter((function(p){return!!p})),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path}),dirname:(function(path){var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir}),basename:(function(path){if(path==="/")return"/";var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)}),extname:(function(path){return PATH.splitPath(path)[3]}),join:(function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))}),join2:(function(l,r){return PATH.normalize(l+"/"+r)}),resolve:(function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!=="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=path.charAt(0)==="/"}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter((function(p){return!!p})),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."}),relative:(function(from,to){from=PATH.resolve(from).substr(1);to=PATH.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")})};var TTY={ttys:[],init:(function(){}),shutdown:(function(){}),register:(function(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops};FS.registerDevice(dev,TTY.stream_ops)}),stream_ops:{open:(function(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty;stream.seekable=false}),close:(function(stream){stream.tty.ops.flush(stream.tty)}),flush:(function(stream){stream.tty.ops.flush(stream.tty)}),read:(function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(ERRNO_CODES.ENXIO)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(ERRNO_CODES.EAGAIN)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(ERRNO_CODES.ENXIO)}for(var i=0;i<length;i++){try{stream.tty.ops.put_char(stream.tty,buffer[offset+i])}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}}if(length){stream.node.timestamp=Date.now()}return i})},default_tty_ops:{get_char:(function(tty){if(!tty.input.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=new Buffer(BUFSIZE);var bytesRead=0;var isPosixPlatform=process.platform!="win32";var fd=process.stdin.fd;if(isPosixPlatform){var usingDevice=false;try{fd=fs.openSync("/dev/stdin","r");usingDevice=true}catch(e){}}try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE,null)}catch(e){if(e.toString().indexOf("EOF")!=-1)bytesRead=0;else throw e}if(usingDevice){fs.closeSync(fd)}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()}),put_char:(function(tty,val){if(val===null||val===10){Module["print"](UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}}),flush:(function(tty){if(tty.output&&tty.output.length>0){Module["print"](UTF8ArrayToString(tty.output,0));tty.output=[]}})},default_tty1_ops:{put_char:(function(tty,val){if(val===null||val===10){Module["printErr"](UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}}),flush:(function(tty){if(tty.output&&tty.output.length>0){Module["printErr"](UTF8ArrayToString(tty.output,0));tty.output=[]}})}};var MEMFS={ops_table:null,mount:(function(mount){return MEMFS.createNode(null,"/",16384|511,0)}),createNode:(function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node}return node}),getFileDataAsRegularArray:(function(node){if(node.contents&&node.contents.subarray){var arr=[];for(var i=0;i<node.usedBytes;++i)arr.push(node.contents[i]);return arr}return node.contents}),getFileDataAsTypedArray:(function(node){if(!node.contents)return new Uint8Array;if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)}),expandFileStorage:(function(node,newCapacity){if(node.contents&&node.contents.subarray&&newCapacity>node.contents.length){node.contents=MEMFS.getFileDataAsRegularArray(node);node.usedBytes=node.contents.length}if(!node.contents||node.contents.subarray){var prevCapacity=node.contents?node.contents.buffer.byteLength:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)|0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0);return}if(!node.contents&&newCapacity>0)node.contents=[];while(node.contents.length<newCapacity)node.contents.push(0)}),resizeFileStorage:(function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;return}if(!node.contents||node.contents.subarray){var oldContents=node.contents;node.contents=new Uint8Array(new ArrayBuffer(newSize));if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize;return}if(!node.contents)node.contents=[];if(node.contents.length>newSize)node.contents.length=newSize;else while(node.contents.length<newSize)node.contents.push(0);node.usedBytes=newSize}),node_ops:{getattr:(function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr}),setattr:(function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}}),lookup:(function(parent,name){throw FS.genericErrors[ERRNO_CODES.ENOENT]}),mknod:(function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)}),rename:(function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY)}}}delete old_node.parent.contents[old_node.name];old_node.name=new_name;new_dir.contents[new_name]=old_node;old_node.parent=new_dir}),unlink:(function(parent,name){delete parent.contents[name]}),rmdir:(function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY)}delete parent.contents[name]}),readdir:(function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries}),symlink:(function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node}),readlink:(function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return node.link})},stream_ops:{read:(function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);assert(size>=0);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size}),write:(function(stream,buffer,offset,length,position,canOwn){if(!length)return 0;var node=stream.node;node.timestamp=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=new Uint8Array(buffer.subarray(offset,offset+length));node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray)node.contents.set(buffer.subarray(offset,offset+length),position);else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length}),llseek:(function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position}),allocate:(function(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length);stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)}),mmap:(function(stream,buffer,offset,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&(contents.buffer===buffer||contents.buffer===buffer.buffer)){allocated=false;ptr=contents.byteOffset}else{if(position>0||position+length<stream.node.usedBytes){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}allocated=true;ptr=_malloc(length);if(!ptr){throw new FS.ErrnoError(ERRNO_CODES.ENOMEM)}buffer.set(contents,ptr)}return{ptr:ptr,allocated:allocated}}),msync:(function(stream,buffer,offset,length,mmapFlags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}if(mmapFlags&2){return 0}var bytesWritten=MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0})}};var IDBFS={dbs:{},indexedDB:(function(){if(typeof indexedDB!=="undefined")return indexedDB;var ret=null;if(typeof window==="object")ret=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB;assert(ret,"IDBFS used, but indexedDB not supported");return ret}),DB_VERSION:21,DB_STORE_NAME:"FILE_DATA",mount:(function(mount){return MEMFS.mount.apply(null,arguments)}),syncfs:(function(mount,populate,callback){IDBFS.getLocalSet(mount,(function(err,local){if(err)return callback(err);IDBFS.getRemoteSet(mount,(function(err,remote){if(err)return callback(err);var src=populate?remote:local;var dst=populate?local:remote;IDBFS.reconcile(src,dst,callback)}))}))}),getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{req=IDBFS.indexedDB().open(name,IDBFS.DB_VERSION)}catch(e){return callback(e)}if(!req){return callback("Unable to connect to IndexedDB")}req.onupgradeneeded=(function(e){var db=e.target.result;var transaction=e.target.transaction;var fileStore;if(db.objectStoreNames.contains(IDBFS.DB_STORE_NAME)){fileStore=transaction.objectStore(IDBFS.DB_STORE_NAME)}else{fileStore=db.createObjectStore(IDBFS.DB_STORE_NAME)}if(!fileStore.indexNames.contains("timestamp")){fileStore.createIndex("timestamp","timestamp",{unique:false})}});req.onsuccess=(function(){db=req.result;IDBFS.dbs[name]=db;callback(null,db)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),getLocalSet:(function(mount,callback){var entries={};function isRealDir(p){return p!=="."&&p!==".."}function toAbsolute(root){return(function(p){return PATH.join2(root,p)})}var check=FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));while(check.length){var path=check.pop();var stat;try{stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){check.push.apply(check,FS.readdir(path).filter(isRealDir).map(toAbsolute(path)))}entries[path]={timestamp:stat.mtime}}return callback(null,{type:"local",entries:entries})}),getRemoteSet:(function(mount,callback){var entries={};IDBFS.getDB(mount.mountpoint,(function(err,db){if(err)return callback(err);var transaction=db.transaction([IDBFS.DB_STORE_NAME],"readonly");transaction.onerror=(function(e){callback(this.error);e.preventDefault()});var store=transaction.objectStore(IDBFS.DB_STORE_NAME);var index=store.index("timestamp");index.openKeyCursor().onsuccess=(function(event){var cursor=event.target.result;if(!cursor){return callback(null,{type:"remote",db:db,entries:entries})}entries[cursor.primaryKey]={timestamp:cursor.key};cursor.continue()})}))}),loadLocalEntry:(function(path,callback){var stat,node;try{var lookup=FS.lookupPath(path);node=lookup.node;stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){return callback(null,{timestamp:stat.mtime,mode:stat.mode})}else if(FS.isFile(stat.mode)){node.contents=MEMFS.getFileDataAsTypedArray(node);return callback(null,{timestamp:stat.mtime,mode:stat.mode,contents:node.contents})}else{return callback(new Error("node type not supported"))}}),storeLocalEntry:(function(path,entry,callback){try{if(FS.isDir(entry.mode)){FS.mkdir(path,entry.mode)}else if(FS.isFile(entry.mode)){FS.writeFile(path,entry.contents,{encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.chmod(path,entry.mode);FS.utime(path,entry.timestamp,entry.timestamp)}catch(e){return callback(e)}callback(null)}),removeLocalEntry:(function(path,callback){try{var lookup=FS.lookupPath(path);var stat=FS.stat(path);if(FS.isDir(stat.mode)){FS.rmdir(path)}else if(FS.isFile(stat.mode)){FS.unlink(path)}}catch(e){return callback(e)}callback(null)}),loadRemoteEntry:(function(store,path,callback){var req=store.get(path);req.onsuccess=(function(event){callback(null,event.target.result)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),storeRemoteEntry:(function(store,path,entry,callback){var req=store.put(entry,path);req.onsuccess=(function(){callback(null)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),removeRemoteEntry:(function(store,path,callback){var req=store.delete(path);req.onsuccess=(function(){callback(null)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),reconcile:(function(src,dst,callback){var total=0;var create=[];Object.keys(src.entries).forEach((function(key){var e=src.entries[key];var e2=dst.entries[key];if(!e2||e.timestamp>e2.timestamp){create.push(key);total++}}));var remove=[];Object.keys(dst.entries).forEach((function(key){var e=dst.entries[key];var e2=src.entries[key];if(!e2){remove.push(key);total++}}));if(!total){return callback(null)}var completed=0;var db=src.type==="remote"?src.db:dst.db;var transaction=db.transaction([IDBFS.DB_STORE_NAME],"readwrite");var store=transaction.objectStore(IDBFS.DB_STORE_NAME);function done(err){if(err){if(!done.errored){done.errored=true;return callback(err)}return}if(++completed>=total){return callback(null)}}transaction.onerror=(function(e){done(this.error);e.preventDefault()});create.sort().forEach((function(path){if(dst.type==="local"){IDBFS.loadRemoteEntry(store,path,(function(err,entry){if(err)return done(err);IDBFS.storeLocalEntry(path,entry,done)}))}else{IDBFS.loadLocalEntry(path,(function(err,entry){if(err)return done(err);IDBFS.storeRemoteEntry(store,path,entry,done)}))}}));remove.sort().reverse().forEach((function(path){if(dst.type==="local"){IDBFS.removeLocalEntry(path,done)}else{IDBFS.removeRemoteEntry(store,path,done)}}))})};var NODEFS={isWindows:false,staticInit:(function(){NODEFS.isWindows=!!process.platform.match(/^win/)}),mount:(function(mount){assert(ENVIRONMENT_IS_NODE);return NODEFS.createNode(null,"/",NODEFS.getMode(mount.opts.root),0)}),createNode:(function(parent,name,mode,dev){if(!FS.isDir(mode)&&!FS.isFile(mode)&&!FS.isLink(mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=FS.createNode(parent,name,mode);node.node_ops=NODEFS.node_ops;node.stream_ops=NODEFS.stream_ops;return node}),getMode:(function(path){var stat;try{stat=fs.lstatSync(path);if(NODEFS.isWindows){stat.mode=stat.mode|(stat.mode&146)>>1}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return stat.mode}),realPath:(function(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.parent}parts.push(node.mount.opts.root);parts.reverse();return PATH.join.apply(null,parts)}),flagsToPermissionStringMap:{0:"r",1:"r+",2:"r+",64:"r",65:"r+",66:"r+",129:"rx+",193:"rx+",514:"w+",577:"w",578:"w+",705:"wx",706:"wx+",1024:"a",1025:"a",1026:"a+",1089:"a",1090:"a+",1153:"ax",1154:"ax+",1217:"ax",1218:"ax+",4096:"rs",4098:"rs+"},flagsToPermissionString:(function(flags){flags&=~2097152;flags&=~2048;flags&=~32768;flags&=~524288;if(flags in NODEFS.flagsToPermissionStringMap){return NODEFS.flagsToPermissionStringMap[flags]}else{throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}}),node_ops:{getattr:(function(node){var path=NODEFS.realPath(node);var stat;try{stat=fs.lstatSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}if(NODEFS.isWindows&&!stat.blksize){stat.blksize=4096}if(NODEFS.isWindows&&!stat.blocks){stat.blocks=(stat.size+stat.blksize-1)/stat.blksize|0}return{dev:stat.dev,ino:stat.ino,mode:stat.mode,nlink:stat.nlink,uid:stat.uid,gid:stat.gid,rdev:stat.rdev,size:stat.size,atime:stat.atime,mtime:stat.mtime,ctime:stat.ctime,blksize:stat.blksize,blocks:stat.blocks}}),setattr:(function(node,attr){var path=NODEFS.realPath(node);try{if(attr.mode!==undefined){fs.chmodSync(path,attr.mode);node.mode=attr.mode}if(attr.timestamp!==undefined){var date=new Date(attr.timestamp);fs.utimesSync(path,date,date)}if(attr.size!==undefined){fs.truncateSync(path,attr.size)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),lookup:(function(parent,name){var path=PATH.join2(NODEFS.realPath(parent),name);var mode=NODEFS.getMode(path);return NODEFS.createNode(parent,name,mode)}),mknod:(function(parent,name,mode,dev){var node=NODEFS.createNode(parent,name,mode,dev);var path=NODEFS.realPath(node);try{if(FS.isDir(node.mode)){fs.mkdirSync(path,node.mode)}else{fs.writeFileSync(path,"",{mode:node.mode})}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return node}),rename:(function(oldNode,newDir,newName){var oldPath=NODEFS.realPath(oldNode);var newPath=PATH.join2(NODEFS.realPath(newDir),newName);try{fs.renameSync(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),unlink:(function(parent,name){var path=PATH.join2(NODEFS.realPath(parent),name);try{fs.unlinkSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),rmdir:(function(parent,name){var path=PATH.join2(NODEFS.realPath(parent),name);try{fs.rmdirSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),readdir:(function(node){var path=NODEFS.realPath(node);try{return fs.readdirSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),symlink:(function(parent,newName,oldPath){var newPath=PATH.join2(NODEFS.realPath(parent),newName);try{fs.symlinkSync(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),readlink:(function(node){var path=NODEFS.realPath(node);try{path=fs.readlinkSync(path);path=NODEJS_PATH.relative(NODEJS_PATH.resolve(node.mount.opts.root),path);return path}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}})},stream_ops:{open:(function(stream){var path=NODEFS.realPath(stream.node);try{if(FS.isFile(stream.node.mode)){stream.nfd=fs.openSync(path,NODEFS.flagsToPermissionString(stream.flags))}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),close:(function(stream){try{if(FS.isFile(stream.node.mode)&&stream.nfd){fs.closeSync(stream.nfd)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),read:(function(stream,buffer,offset,length,position){if(length===0)return 0;var nbuffer=new Buffer(length);var res;try{res=fs.readSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}if(res>0){for(var i=0;i<res;i++){buffer[offset+i]=nbuffer[i]}}return res}),write:(function(stream,buffer,offset,length,position){var nbuffer=new Buffer(buffer.subarray(offset,offset+length));var res;try{res=fs.writeSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}return res}),llseek:(function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){try{var stat=fs.fstatSync(stream.nfd);position+=stat.size}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position})}};var WORKERFS={DIR_MODE:16895,FILE_MODE:33279,reader:null,mount:(function(mount){assert(ENVIRONMENT_IS_WORKER);if(!WORKERFS.reader)WORKERFS.reader=new FileReaderSync;var root=WORKERFS.createNode(null,"/",WORKERFS.DIR_MODE,0);var createdParents={};function ensureParent(path){var parts=path.split("/");var parent=root;for(var i=0;i<parts.length-1;i++){var curr=parts.slice(0,i+1).join("/");if(!createdParents[curr]){createdParents[curr]=WORKERFS.createNode(parent,parts[i],WORKERFS.DIR_MODE,0)}parent=createdParents[curr]}return parent}function base(path){var parts=path.split("/");return parts[parts.length-1]}Array.prototype.forEach.call(mount.opts["files"]||[],(function(file){WORKERFS.createNode(ensureParent(file.name),base(file.name),WORKERFS.FILE_MODE,0,file,file.lastModifiedDate)}));(mount.opts["blobs"]||[]).forEach((function(obj){WORKERFS.createNode(ensureParent(obj["name"]),base(obj["name"]),WORKERFS.FILE_MODE,0,obj["data"])}));(mount.opts["packages"]||[]).forEach((function(pack){pack["metadata"].files.forEach((function(file){var name=file.filename.substr(1);WORKERFS.createNode(ensureParent(name),base(name),WORKERFS.FILE_MODE,0,pack["blob"].slice(file.start,file.end))}))}));return root}),createNode:(function(parent,name,mode,dev,contents,mtime){var node=FS.createNode(parent,name,mode);node.mode=mode;node.node_ops=WORKERFS.node_ops;node.stream_ops=WORKERFS.stream_ops;node.timestamp=(mtime||new Date).getTime();assert(WORKERFS.FILE_MODE!==WORKERFS.DIR_MODE);if(mode===WORKERFS.FILE_MODE){node.size=contents.size;node.contents=contents}else{node.size=4096;node.contents={}}if(parent){parent.contents[name]=node}return node}),node_ops:{getattr:(function(node){return{dev:1,ino:undefined,mode:node.mode,nlink:1,uid:0,gid:0,rdev:undefined,size:node.size,atime:new Date(node.timestamp),mtime:new Date(node.timestamp),ctime:new Date(node.timestamp),blksize:4096,blocks:Math.ceil(node.size/4096)}}),setattr:(function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}}),lookup:(function(parent,name){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}),mknod:(function(parent,name,mode,dev){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),rename:(function(oldNode,newDir,newName){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),unlink:(function(parent,name){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),rmdir:(function(parent,name){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),readdir:(function(node){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),symlink:(function(parent,newName,oldPath){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),readlink:(function(node){throw new FS.ErrnoError(ERRNO_CODES.EPERM)})},stream_ops:{read:(function(stream,buffer,offset,length,position){if(position>=stream.node.size)return 0;var chunk=stream.node.contents.slice(position,position+length);var ab=WORKERFS.reader.readAsArrayBuffer(chunk);buffer.set(new Uint8Array(ab),offset);return chunk.size}),write:(function(stream,buffer,offset,length,position){throw new FS.ErrnoError(ERRNO_CODES.EIO)}),llseek:(function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.size}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position})}};STATICTOP+=16;STATICTOP+=16;STATICTOP+=16;var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,trackingDelegate:{},tracking:{openFlags:{READ:1,WRITE:2}},ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,handleFSError:(function(e){if(!(e instanceof FS.ErrnoError))throw e+" : "+stackTrace();return ___setErrNo(e.errno)}),lookupPath:(function(path,opts){path=PATH.resolve(FS.cwd(),path);opts=opts||{};if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};for(var key in defaults){if(opts[key]===undefined){opts[key]=defaults[key]}}if(opts.recurse_count>8){throw new FS.ErrnoError(ERRNO_CODES.ELOOP)}var parts=PATH.normalizeArray(path.split("/").filter((function(p){return!!p})),false);var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}current=FS.lookupNode(current,parts[i]);current_path=PATH.join2(current_path,parts[i]);if(FS.isMountpoint(current)){if(!islast||islast&&opts.follow_mount){current=current.mounted.root}}if(!islast||opts.follow){var count=0;while(FS.isLink(current.mode)){var link=FS.readlink(current_path);current_path=PATH.resolve(PATH.dirname(current_path),link);var lookup=FS.lookupPath(current_path,{recurse_count:opts.recurse_count});current=lookup.node;if(count++>40){throw new FS.ErrnoError(ERRNO_CODES.ELOOP)}}}}return{path:current_path,node:current}}),getPath:(function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}}),hashName:(function(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length}),hashAddNode:(function(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node}),hashRemoveNode:(function(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}}),lookupNode:(function(parent,name){var err=FS.mayLookup(parent);if(err){throw new FS.ErrnoError(err,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)}),createNode:(function(parent,name,mode,rdev){if(!FS.FSNode){FS.FSNode=(function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev});FS.FSNode.prototype={};var readMode=292|73;var writeMode=146;Object.defineProperties(FS.FSNode.prototype,{read:{get:(function(){return(this.mode&readMode)===readMode}),set:(function(val){val?this.mode|=readMode:this.mode&=~readMode})},write:{get:(function(){return(this.mode&writeMode)===writeMode}),set:(function(val){val?this.mode|=writeMode:this.mode&=~writeMode})},isFolder:{get:(function(){return FS.isDir(this.mode)})},isDevice:{get:(function(){return FS.isChrdev(this.mode)})}})}var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node}),destroyNode:(function(node){FS.hashRemoveNode(node)}),isRoot:(function(node){return node===node.parent}),isMountpoint:(function(node){return!!node.mounted}),isFile:(function(mode){return(mode&61440)===32768}),isDir:(function(mode){return(mode&61440)===16384}),isLink:(function(mode){return(mode&61440)===40960}),isChrdev:(function(mode){return(mode&61440)===8192}),isBlkdev:(function(mode){return(mode&61440)===24576}),isFIFO:(function(mode){return(mode&61440)===4096}),isSocket:(function(mode){return(mode&49152)===49152}),flagModes:{"r":0,"rs":1052672,"r+":2,"w":577,"wx":705,"xw":705,"w+":578,"wx+":706,"xw+":706,"a":1089,"ax":1217,"xa":1217,"a+":1090,"ax+":1218,"xa+":1218},modeStringToFlags:(function(str){var flags=FS.flagModes[str];if(typeof flags==="undefined"){throw new Error("Unknown file open mode: "+str)}return flags}),flagsToPermissionString:(function(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms}),nodePermissions:(function(node,perms){if(FS.ignorePermissions){return 0}if(perms.indexOf("r")!==-1&&!(node.mode&292)){return ERRNO_CODES.EACCES}else if(perms.indexOf("w")!==-1&&!(node.mode&146)){return ERRNO_CODES.EACCES}else if(perms.indexOf("x")!==-1&&!(node.mode&73)){return ERRNO_CODES.EACCES}return 0}),mayLookup:(function(dir){var err=FS.nodePermissions(dir,"x");if(err)return err;if(!dir.node_ops.lookup)return ERRNO_CODES.EACCES;return 0}),mayCreate:(function(dir,name){try{var node=FS.lookupNode(dir,name);return ERRNO_CODES.EEXIST}catch(e){}return FS.nodePermissions(dir,"wx")}),mayDelete:(function(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var err=FS.nodePermissions(dir,"wx");if(err){return err}if(isdir){if(!FS.isDir(node.mode)){return ERRNO_CODES.ENOTDIR}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return ERRNO_CODES.EBUSY}}else{if(FS.isDir(node.mode)){return ERRNO_CODES.EISDIR}}return 0}),mayOpen:(function(node,flags){if(!node){return ERRNO_CODES.ENOENT}if(FS.isLink(node.mode)){return ERRNO_CODES.ELOOP}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return ERRNO_CODES.EISDIR}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))}),MAX_OPEN_FDS:4096,nextfd:(function(fd_start,fd_end){fd_start=fd_start||0;fd_end=fd_end||FS.MAX_OPEN_FDS;for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(ERRNO_CODES.EMFILE)}),getStream:(function(fd){return FS.streams[fd]}),createStream:(function(stream,fd_start,fd_end){if(!FS.FSStream){FS.FSStream=(function(){});FS.FSStream.prototype={};Object.defineProperties(FS.FSStream.prototype,{object:{get:(function(){return this.node}),set:(function(val){this.node=val})},isRead:{get:(function(){return(this.flags&2097155)!==1})},isWrite:{get:(function(){return(this.flags&2097155)!==0})},isAppend:{get:(function(){return this.flags&1024})}})}var newStream=new FS.FSStream;for(var p in stream){newStream[p]=stream[p]}stream=newStream;var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream}),closeStream:(function(fd){FS.streams[fd]=null}),chrdev_stream_ops:{open:(function(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}}),llseek:(function(){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)})},major:(function(dev){return dev>>8}),minor:(function(dev){return dev&255}),makedev:(function(ma,mi){return ma<<8|mi}),registerDevice:(function(dev,ops){FS.devices[dev]={stream_ops:ops}}),getDevice:(function(dev){return FS.devices[dev]}),getMounts:(function(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts}),syncfs:(function(populate,callback){if(typeof populate==="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){console.log("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(err){assert(FS.syncFSRequests>0);FS.syncFSRequests--;return callback(err)}function done(err){if(err){if(!done.errored){done.errored=true;return doCallback(err)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach((function(mount){if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)}))}),mount:(function(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot}),unmount:(function(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach((function(hash){var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.indexOf(current.mount)!==-1){FS.destroyNode(current)}current=next}}));node.mounted=null;var idx=node.mount.mounts.indexOf(mount);assert(idx!==-1);node.mount.mounts.splice(idx,1)}),lookup:(function(parent,name){return parent.node_ops.lookup(parent,name)}),mknod:(function(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var err=FS.mayCreate(parent,name);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}return parent.node_ops.mknod(parent,name,mode,dev)}),create:(function(path,mode){mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)}),mkdir:(function(path,mode){mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)}),mkdev:(function(path,mode,dev){if(typeof dev==="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)}),symlink:(function(oldpath,newpath){if(!PATH.resolve(oldpath)){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}var newname=PATH.basename(newpath);var err=FS.mayCreate(parent,newname);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}return parent.node_ops.symlink(parent,newname,oldpath)}),rename:(function(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;try{lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}if(!old_dir||!new_dir)throw new FS.ErrnoError(ERRNO_CODES.ENOENT);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(ERRNO_CODES.EXDEV)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}relative=PATH.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var err=FS.mayDelete(old_dir,old_name,isdir);if(err){throw new FS.ErrnoError(err)}err=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(err){throw new FS.ErrnoError(err)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}if(new_dir!==old_dir){err=FS.nodePermissions(old_dir,"w");if(err){throw new FS.ErrnoError(err)}}try{if(FS.trackingDelegate["willMovePath"]){FS.trackingDelegate["willMovePath"](old_path,new_path)}}catch(e){console.log("FS.trackingDelegate['willMovePath']('"+old_path+"', '"+new_path+"') threw an exception: "+e.message)}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}try{if(FS.trackingDelegate["onMovePath"])FS.trackingDelegate["onMovePath"](old_path,new_path)}catch(e){console.log("FS.trackingDelegate['onMovePath']('"+old_path+"', '"+new_path+"') threw an exception: "+e.message)}}),rmdir:(function(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var err=FS.mayDelete(parent,name,true);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}try{if(FS.trackingDelegate["willDeletePath"]){FS.trackingDelegate["willDeletePath"](path)}}catch(e){console.log("FS.trackingDelegate['willDeletePath']('"+path+"') threw an exception: "+e.message)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node);try{if(FS.trackingDelegate["onDeletePath"])FS.trackingDelegate["onDeletePath"](path)}catch(e){console.log("FS.trackingDelegate['onDeletePath']('"+path+"') threw an exception: "+e.message)}}),readdir:(function(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}return node.node_ops.readdir(node)}),unlink:(function(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var err=FS.mayDelete(parent,name,false);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}try{if(FS.trackingDelegate["willDeletePath"]){FS.trackingDelegate["willDeletePath"](path)}}catch(e){console.log("FS.trackingDelegate['willDeletePath']('"+path+"') threw an exception: "+e.message)}parent.node_ops.unlink(parent,name);FS.destroyNode(node);try{if(FS.trackingDelegate["onDeletePath"])FS.trackingDelegate["onDeletePath"](path)}catch(e){console.log("FS.trackingDelegate['onDeletePath']('"+path+"') threw an exception: "+e.message)}}),readlink:(function(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}if(!link.node_ops.readlink){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return PATH.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))}),stat:(function(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}if(!node.node_ops.getattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}return node.node_ops.getattr(node)}),lstat:(function(path){return FS.stat(path,true)}),chmod:(function(path,mode,dontFollow){var node;if(typeof path==="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})}),lchmod:(function(path,mode){FS.chmod(path,mode,true)}),fchmod:(function(fd,mode){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}FS.chmod(stream.node,mode)}),chown:(function(path,uid,gid,dontFollow){var node;if(typeof path==="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}node.node_ops.setattr(node,{timestamp:Date.now()})}),lchown:(function(path,uid,gid){FS.chown(path,uid,gid,true)}),fchown:(function(fd,uid,gid){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}FS.chown(stream.node,uid,gid)}),truncate:(function(path,len){if(len<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node;if(typeof path==="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EISDIR)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var err=FS.nodePermissions(node,"w");if(err){throw new FS.ErrnoError(err)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})}),ftruncate:(function(fd,len){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}FS.truncate(stream.node,len)}),utime:(function(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{timestamp:Math.max(atime,mtime)})}),open:(function(path,flags,mode,fd_start,fd_end){if(path===""){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}flags=typeof flags==="string"?FS.modeStringToFlags(flags):flags;mode=typeof mode==="undefined"?438:mode;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path==="object"){node=path}else{path=PATH.normalize(path);try{var lookup=FS.lookupPath(path,{follow:!(flags&131072)});node=lookup.node}catch(e){}}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(ERRNO_CODES.EEXIST)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}if(!created){var err=FS.mayOpen(node,flags);if(err){throw new FS.ErrnoError(err)}}if(flags&512){FS.truncate(node,0)}flags&=~(128|512);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false},fd_start,fd_end);if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!FS.readFiles)FS.readFiles={};if(!(path in FS.readFiles)){FS.readFiles[path]=1;Module["printErr"]("read file: "+path)}}try{if(FS.trackingDelegate["onOpenFile"]){var trackingFlags=0;if((flags&2097155)!==1){trackingFlags|=FS.tracking.openFlags.READ}if((flags&2097155)!==0){trackingFlags|=FS.tracking.openFlags.WRITE}FS.trackingDelegate["onOpenFile"](path,trackingFlags)}}catch(e){console.log("FS.trackingDelegate['onOpenFile']('"+path+"', flags) threw an exception: "+e.message)}return stream}),close:(function(stream){if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}}),llseek:(function(stream,offset,whence){if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position}),read:(function(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EISDIR)}if(!stream.stream_ops.read){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var seeking=true;if(typeof position==="undefined"){position=stream.position;seeking=false}else if(!stream.seekable){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead}),write:(function(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EISDIR)}if(!stream.stream_ops.write){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if(stream.flags&1024){FS.llseek(stream,0,2)}var seeking=true;if(typeof position==="undefined"){position=stream.position;seeking=false}else if(!stream.seekable){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;try{if(stream.path&&FS.trackingDelegate["onWriteToFile"])FS.trackingDelegate["onWriteToFile"](stream.path)}catch(e){console.log("FS.trackingDelegate['onWriteToFile']('"+path+"') threw an exception: "+e.message)}return bytesWritten}),allocate:(function(stream,offset,length){if(offset<0||length<=0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(ERRNO_CODES.EOPNOTSUPP)}stream.stream_ops.allocate(stream,offset,length)}),mmap:(function(stream,buffer,offset,length,position,prot,flags){if((stream.flags&2097155)===1){throw new FS.ErrnoError(ERRNO_CODES.EACCES)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}return stream.stream_ops.mmap(stream,buffer,offset,length,position,prot,flags)}),msync:(function(stream,buffer,offset,length,mmapFlags){if(!stream||!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)}),munmap:(function(stream){return 0}),ioctl:(function(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(ERRNO_CODES.ENOTTY)}return stream.stream_ops.ioctl(stream,cmd,arg)}),readFile:(function(path,opts){opts=opts||{};opts.flags=opts.flags||"r";opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf,0)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret}),writeFile:(function(path,data,opts){opts=opts||{};opts.flags=opts.flags||"w";opts.encoding=opts.encoding||"utf8";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var stream=FS.open(path,opts.flags,opts.mode);if(opts.encoding==="utf8"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,0,opts.canOwn)}else if(opts.encoding==="binary"){FS.write(stream,data,0,data.length,0,opts.canOwn)}FS.close(stream)}),cwd:(function(){return FS.currentPath}),chdir:(function(path){var lookup=FS.lookupPath(path,{follow:true});if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}var err=FS.nodePermissions(lookup.node,"x");if(err){throw new FS.ErrnoError(err)}FS.currentPath=lookup.path}),createDefaultDirectories:(function(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")}),createDefaultDevices:(function(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:(function(){return 0}),write:(function(stream,buffer,offset,length,pos){return length})});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var random_device;if(typeof crypto!=="undefined"){var randomBuffer=new Uint8Array(1);random_device=(function(){crypto.getRandomValues(randomBuffer);return randomBuffer[0]})}else if(ENVIRONMENT_IS_NODE){random_device=(function(){return require("crypto").randomBytes(1)[0]})}else{random_device=(function(){return Math.random()*256|0})}FS.createDevice("/dev","random",random_device);FS.createDevice("/dev","urandom",random_device);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")}),createSpecialDirectories:(function(){FS.mkdir("/proc");FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:(function(){var node=FS.createNode("/proc/self","fd",16384|511,73);node.node_ops={lookup:(function(parent,name){var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(ERRNO_CODES.EBADF);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:(function(){return stream.path})}};ret.parent=ret;return ret})};return node})},{},"/proc/self/fd")}),createStandardStreams:(function(){if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin","r");assert(stdin.fd===0,"invalid handle for stdin ("+stdin.fd+")");var stdout=FS.open("/dev/stdout","w");assert(stdout.fd===1,"invalid handle for stdout ("+stdout.fd+")");var stderr=FS.open("/dev/stderr","w");assert(stderr.fd===2,"invalid handle for stderr ("+stderr.fd+")")}),ensureErrnoError:(function(){if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.node=node;this.setErrno=(function(errno){this.errno=errno;for(var key in ERRNO_CODES){if(ERRNO_CODES[key]===errno){this.code=key;break}}});this.setErrno(errno);this.message=ERRNO_MESSAGES[errno]};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[ERRNO_CODES.ENOENT].forEach((function(code){FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack="<generic error, no stack>"}))}),staticInit:(function(){FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS,"IDBFS":IDBFS,"NODEFS":NODEFS,"WORKERFS":WORKERFS}}),init:(function(input,output,error){assert(!FS.init.initialized,"FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)");FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()}),quit:(function(){FS.init.initialized=false;var fflush=Module["_fflush"];if(fflush)fflush(0);for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];if(!stream){continue}FS.close(stream)}}),getMode:(function(canRead,canWrite){var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode}),joinPath:(function(parts,forceRelative){var path=PATH.join.apply(null,parts);if(forceRelative&&path[0]=="/")path=path.substr(1);return path}),absolutePath:(function(relative,base){return PATH.resolve(base,relative)}),standardizePath:(function(path){return PATH.normalize(path)}),findObject:(function(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(ret.exists){return ret.object}else{___setErrNo(ret.error);return null}}),analyzePath:(function(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret}),createFolder:(function(parent,name,canRead,canWrite){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.mkdir(path,mode)}),createPath:(function(parent,path,canRead,canWrite){parent=typeof parent==="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current}),createFile:(function(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.create(path,mode)}),createDataFile:(function(parent,name,data,canRead,canWrite,canOwn){var path=name?PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name):parent;var mode=FS.getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data==="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,"w");FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}return node}),createDevice:(function(parent,name,input,output){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(!!input,!!output);if(!FS.createDevice.major)FS.createDevice.major=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open:(function(stream){stream.seekable=false}),close:(function(stream){if(output&&output.buffer&&output.buffer.length){output(10)}}),read:(function(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(ERRNO_CODES.EAGAIN)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}}if(length){stream.node.timestamp=Date.now()}return i})});return FS.mkdev(path,mode,dev)}),createLink:(function(parent,name,target,canRead,canWrite){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);return FS.symlink(target,path)}),forceLoadFile:(function(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;var success=true;if(typeof XMLHttpRequest!=="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else if(Module["read"]){try{obj.contents=intArrayFromString(Module["read"](obj.url),true);obj.usedBytes=obj.contents.length}catch(e){success=false}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}if(!success)___setErrNo(ERRNO_CODES.EIO);return success}),createLazyFile:(function(parent,name,url,canRead,canWrite){function LazyUint8Array(){this.lengthKnown=false;this.chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(function(from,to){if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);if(typeof Uint8Array!="undefined")xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}else{return intArrayFromString(xhr.responseText||"",true)}});var lazyArray=this;lazyArray.setDataGetter((function(chunkNum){var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]==="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]==="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]}));if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;console.log("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!=="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:(function(){if(!this.lengthKnown){this.cacheLength()}return this._length})},chunkSize:{get:(function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize})}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:(function(){return this.contents.length})}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach((function(key){var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){if(!FS.forceLoadFile(node)){throw new FS.ErrnoError(ERRNO_CODES.EIO)}return fn.apply(null,arguments)}}));stream_ops.read=function stream_ops_read(stream,buffer,offset,length,position){if(!FS.forceLoadFile(node)){throw new FS.ErrnoError(ERRNO_CODES.EIO)}var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);assert(size>=0);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size};node.stream_ops=stream_ops;return node}),createPreloadedFile:(function(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish){Browser.init();var fullname=name?PATH.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){if(preFinish)preFinish();if(!dontCreateFile){FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}if(onload)onload();removeRunDependency(dep)}var handled=false;Module["preloadPlugins"].forEach((function(plugin){if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,(function(){if(onerror)onerror();removeRunDependency(dep)}));handled=true}}));if(!handled)finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){Browser.asyncLoad(url,(function(byteArray){processData(byteArray)}),onerror)}else{processData(url)}}),indexedDB:(function(){return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB}),DB_NAME:(function(){return"EM_FS_"+window.location.pathname}),DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:(function(paths,onload,onerror){onload=onload||(function(){});onerror=onerror||(function(){});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=function openRequest_onupgradeneeded(){console.log("creating db");var db=openRequest.result;db.createObjectStore(FS.DB_STORE_NAME)};openRequest.onsuccess=function openRequest_onsuccess(){var db=openRequest.result;var transaction=db.transaction([FS.DB_STORE_NAME],"readwrite");var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach((function(path){var putRequest=files.put(FS.analyzePath(path).object.contents,path);putRequest.onsuccess=function putRequest_onsuccess(){ok++;if(ok+fail==total)finish()};putRequest.onerror=function putRequest_onerror(){fail++;if(ok+fail==total)finish()}}));transaction.onerror=onerror};openRequest.onerror=onerror}),loadFilesFromDB:(function(paths,onload,onerror){onload=onload||(function(){});onerror=onerror||(function(){});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=onerror;openRequest.onsuccess=function openRequest_onsuccess(){var db=openRequest.result;try{var transaction=db.transaction([FS.DB_STORE_NAME],"readonly")}catch(e){onerror(e);return}var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach((function(path){var getRequest=files.get(path);getRequest.onsuccess=function getRequest_onsuccess(){if(FS.analyzePath(path).exists){FS.unlink(path)}FS.createDataFile(PATH.dirname(path),PATH.basename(path),getRequest.result,true,true,true);ok++;if(ok+fail==total)finish()};getRequest.onerror=function getRequest_onerror(){fail++;if(ok+fail==total)finish()}}));transaction.onerror=onerror};openRequest.onerror=onerror})};var SYSCALLS={DEFAULT_POLLMASK:5,mappings:{},umask:511,calculateAt:(function(dirfd,path){if(path[0]!=="/"){var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=FS.getStream(dirfd);if(!dirstream)throw new FS.ErrnoError(ERRNO_CODES.EBADF);dir=dirstream.path}path=PATH.join2(dir,path)}return path}),doStat:(function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node))){return-ERRNO_CODES.ENOTDIR}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=0;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAP32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;HEAP32[buf+32>>2]=0;HEAP32[buf+36>>2]=stat.size;HEAP32[buf+40>>2]=4096;HEAP32[buf+44>>2]=stat.blocks;HEAP32[buf+48>>2]=stat.atime.getTime()/1e3|0;HEAP32[buf+52>>2]=0;HEAP32[buf+56>>2]=stat.mtime.getTime()/1e3|0;HEAP32[buf+60>>2]=0;HEAP32[buf+64>>2]=stat.ctime.getTime()/1e3|0;HEAP32[buf+68>>2]=0;HEAP32[buf+72>>2]=stat.ino;return 0}),doMsync:(function(addr,stream,len,flags){var buffer=new Uint8Array(HEAPU8.subarray(addr,addr+len));FS.msync(stream,buffer,0,len,flags)}),doMkdir:(function(path,mode){path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0}),doMknod:(function(path,mode,dev){switch(mode&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-ERRNO_CODES.EINVAL}FS.mknod(path,mode,dev);return 0}),doReadlink:(function(path,buf,bufsize){if(bufsize<=0)return-ERRNO_CODES.EINVAL;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}),doAccess:(function(path,amode){if(amode&~7){return-ERRNO_CODES.EINVAL}var node;var lookup=FS.lookupPath(path,{follow:true});node=lookup.node;var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-ERRNO_CODES.EACCES}return 0}),doDup:(function(path,flags,suggestFD){var suggest=FS.getStream(suggestFD);if(suggest)FS.close(suggest);return FS.open(path,flags,0,suggestFD,suggestFD).fd}),doReadv:(function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAP32[iov+i*8>>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len)break}return ret}),doWritev:(function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAP32[iov+i*8>>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr}return ret}),varargs:0,get:(function(varargs){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret}),getStr:(function(){var ret=Pointer_stringify(SYSCALLS.get());return ret}),getStreamFromFD:(function(){var stream=FS.getStream(SYSCALLS.get());if(!stream)throw new FS.ErrnoError(ERRNO_CODES.EBADF);return stream}),getSocketFromFD:(function(){var socket=SOCKFS.getSocket(SYSCALLS.get());if(!socket)throw new FS.ErrnoError(ERRNO_CODES.EBADF);return socket}),getSocketAddress:(function(allowNull){var addrp=SYSCALLS.get(),addrlen=SYSCALLS.get();if(allowNull&&addrp===0)return null;var info=__read_sockaddr(addrp,addrlen);if(info.errno)throw new FS.ErrnoError(info.errno);info.addr=DNS.lookup_addr(info.addr)||info.addr;return info}),get64:(function(){var low=SYSCALLS.get(),high=SYSCALLS.get();if(low>=0)assert(high===0);else assert(high===-1);return low}),getZero:(function(){assert(SYSCALLS.get()===0)})};function ___syscall54(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),op=SYSCALLS.get();switch(op){case 21505:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;return 0};case 21506:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;return 0};case 21519:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0};case 21520:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;return-ERRNO_CODES.EINVAL};case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)};default:abort("bad ioctl syscall "+op)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}Module["_bitshift64Ashr"]=_bitshift64Ashr;Module["_bitshift64Lshr"]=_bitshift64Lshr;function __ZN4wasm21createNameManagerPassEv(){Module["printErr"]("missing function: _ZN4wasm21createNameManagerPassEv");abort(-1)}function _pthread_cleanup_push(routine,arg){__ATEXIT__.push((function(){Runtime.dynCall("vi",routine,[arg])}));_pthread_cleanup_push.level=__ATEXIT__.length}Module["_pthread_cond_broadcast"]=_pthread_cond_broadcast;var _environ=STATICTOP;STATICTOP+=16;function ___buildEnvironment(env){var MAX_ENV_VALUES=64;var TOTAL_ENV_SIZE=1024;var poolPtr;var envPtr;if(!___buildEnvironment.called){___buildEnvironment.called=true;ENV["USER"]=ENV["LOGNAME"]="web_user";ENV["PATH"]="/";ENV["PWD"]="/";ENV["HOME"]="/home/web_user";ENV["LANG"]="C";ENV["_"]=Module["thisProgram"];poolPtr=allocate(TOTAL_ENV_SIZE,"i8",ALLOC_STATIC);envPtr=allocate(MAX_ENV_VALUES*4,"i8*",ALLOC_STATIC);HEAP32[envPtr>>2]=poolPtr;HEAP32[_environ>>2]=envPtr}else{envPtr=HEAP32[_environ>>2];poolPtr=HEAP32[envPtr>>2]}var strings=[];var totalSize=0;for(var key in env){if(typeof env[key]==="string"){var line=key+"="+env[key];strings.push(line);totalSize+=line.length}}if(totalSize>TOTAL_ENV_SIZE){throw new Error("Environment size exceeded TOTAL_ENV_SIZE!")}var ptrSize=4;for(var i=0;i<strings.length;i++){var line=strings[i];writeAsciiToMemory(line,poolPtr);HEAP32[envPtr+i*ptrSize>>2]=poolPtr;poolPtr+=line.length+1}HEAP32[envPtr+strings.length*ptrSize>>2]=0}var ENV={};function _getenv(name){if(name===0)return 0;name=Pointer_stringify(name);if(!ENV.hasOwnProperty(name))return 0;if(_getenv.ret)_free(_getenv.ret);_getenv.ret=allocate(intArrayFromString(ENV[name]),"i8",ALLOC_NORMAL);return _getenv.ret}function __ZN4wasm24createCoalesceLocalsPassEv(){Module["printErr"]("missing function: _ZN4wasm24createCoalesceLocalsPassEv");abort(-1)}function __ZN4wasm29createDeadCodeEliminationPassEv(){Module["printErr"]("missing function: _ZN4wasm29createDeadCodeEliminationPassEv");abort(-1)}function _pthread_cleanup_pop(){assert(_pthread_cleanup_push.level==__ATEXIT__.length,"cannot pop if something else added meanwhile!");__ATEXIT__.pop();_pthread_cleanup_push.level=__ATEXIT__.length}Module["_pthread_mutex_unlock"]=_pthread_mutex_unlock;function __ZN4wasm25createRemoveUnusedBrsPassEv(){Module["printErr"]("missing function: _ZN4wasm25createRemoveUnusedBrsPassEv");abort(-1)}function _emscripten_memcpy_big(dest,src,num){HEAPU8.set(HEAPU8.subarray(src,src+num),dest);return dest}Module["_memcpy"]=_memcpy;function _sbrk(bytes){var self=_sbrk;if(!self.called){DYNAMICTOP=alignMemoryPage(DYNAMICTOP);self.called=true;assert(Runtime.dynamicAlloc);self.alloc=Runtime.dynamicAlloc;Runtime.dynamicAlloc=(function(){abort("cannot dynamically allocate, sbrk now has control")})}var ret=DYNAMICTOP;if(bytes!=0){var success=self.alloc(bytes);if(!success)return-1>>>0}return ret}Module["_bitshift64Shl"]=_bitshift64Shl;Module["_memmove"]=_memmove;function ___gxx_personality_v0(){}var cttz_i8=allocate([8,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0],"i8",ALLOC_STATIC);Module["_llvm_cttz_i32"]=_llvm_cttz_i32;Module["___udivmoddi4"]=___udivmoddi4;Module["___uremdi3"]=___uremdi3;function __ZN4wasm20createPrecomputePassEv(){Module["printErr"]("missing function: _ZN4wasm20createPrecomputePassEv");abort(-1)}function _pthread_cond_wait(){return 0}function _emscripten_get_now(){abort()}function _emscripten_get_now_is_monotonic(){return ENVIRONMENT_IS_NODE||typeof dateNow!=="undefined"||(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&self["performance"]&&self["performance"]["now"]}function _clock_gettime(clk_id,tp){var now;if(clk_id===0){now=Date.now()}else if(clk_id===1&&_emscripten_get_now_is_monotonic()){now=_emscripten_get_now()}else{___setErrNo(ERRNO_CODES.EINVAL);return-1}HEAP32[tp>>2]=now/1e3|0;HEAP32[tp+4>>2]=now%1e3*1e3*1e3|0;return 0}function ___assert_fail(condition,filename,line,func){ABORT=true;throw"Assertion failed: "+Pointer_stringify(condition)+", at: "+[filename?Pointer_stringify(filename):"unknown filename",line,func?Pointer_stringify(func):"unknown function"]+" at "+stackTrace()}function __ZN4wasm26createDropReturnValuesPassEv(){Module["printErr"]("missing function: _ZN4wasm26createDropReturnValuesPassEv");abort(-1)}Module["_memset"]=_memset;function __ZN4wasm26createReorderFunctionsPassEv(){Module["printErr"]("missing function: _ZN4wasm26createReorderFunctionsPassEv");abort(-1)}function _pthread_cond_signal(){return 0}function _abort(){Module["abort"]()}function _pthread_cond_destroy(){return 0}function _pthread_mutex_destroy(){}function _pthread_once(ptr,func){if(!_pthread_once.seen)_pthread_once.seen={};if(ptr in _pthread_once.seen)return;Runtime.dynCall("v",func);_pthread_once.seen[ptr]=1}Module["___divdi3"]=___divdi3;function __ZN4wasm18createNameListPassEv(){Module["printErr"]("missing function: _ZN4wasm18createNameListPassEv");abort(-1)}function ___lock(){}function ___unlock(){}function _pthread_getspecific(key){return PTHREAD_SPECIFIC[key]||0}function __ZN4wasm21createLowerIfElsePassEv(){Module["printErr"]("missing function: _ZN4wasm21createLowerIfElsePassEv");abort(-1)}function __ZN4wasm31createRemoveUnusedFunctionsPassEv(){Module["printErr"]("missing function: _ZN4wasm31createRemoveUnusedFunctionsPassEv");abort(-1)}function __exit(status){Module["exit"](status)}function _exit(status){__exit(status)}function _pthread_setspecific(key,value){if(!(key in PTHREAD_SPECIFIC)){return ERRNO_CODES.EINVAL}PTHREAD_SPECIFIC[key]=value;return 0}function __ZN4wasm36createCoalesceLocalsWithLearningPassEv(){Module["printErr"]("missing function: _ZN4wasm36createCoalesceLocalsWithLearningPassEv");abort(-1)}function _malloc(bytes){var ptr=Runtime.dynamicAlloc(bytes+8);return ptr+8&4294967288}Module["_malloc"]=_malloc;function ___cxa_allocate_exception(size){return _malloc(size)}function ___cxa_pure_virtual(){ABORT=true;throw"Pure virtual function called!"}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]);return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?Pointer_stringify(tm_zone):""};var pattern=Pointer_stringify(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value==="number"?value.toString():value||"";while(str.length<digits){str=character[0]+str}return str}function leadingNulls(value,digits){return leadingSomething(value,digits,"0")}function compareByDay(date1,date2){function sgn(value){return value<0?-1:value>0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":(function(date){return WEEKDAYS[date.tm_wday].substring(0,3)}),"%A":(function(date){return WEEKDAYS[date.tm_wday]}),"%b":(function(date){return MONTHS[date.tm_mon].substring(0,3)}),"%B":(function(date){return MONTHS[date.tm_mon]}),"%C":(function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)}),"%d":(function(date){return leadingNulls(date.tm_mday,2)}),"%e":(function(date){return leadingSomething(date.tm_mday,2," ")}),"%g":(function(date){return getWeekBasedYear(date).toString().substring(2)}),"%G":(function(date){return getWeekBasedYear(date)}),"%H":(function(date){return leadingNulls(date.tm_hour,2)}),"%I":(function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)}),"%j":(function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)}),"%m":(function(date){return leadingNulls(date.tm_mon+1,2)}),"%M":(function(date){return leadingNulls(date.tm_min,2)}),"%n":(function(){return"\n"}),"%p":(function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}}),"%S":(function(date){return leadingNulls(date.tm_sec,2)}),"%t":(function(){return"\t"}),"%u":(function(date){var day=new Date(date.tm_year+1900,date.tm_mon+1,date.tm_mday,0,0,0,0);return day.getDay()||7}),"%U":(function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"}),"%V":(function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()<date.tm_year+1900){daysDifference=date.tm_yday+32-firstWeekStartThisYear.getDate()}else{daysDifference=date.tm_yday+1-firstWeekStartThisYear.getDate()}return leadingNulls(Math.ceil(daysDifference/7),2)}),"%w":(function(date){var day=new Date(date.tm_year+1900,date.tm_mon+1,date.tm_mday,0,0,0,0);return day.getDay()}),"%W":(function(date){var janFirst=new Date(date.tm_year,0,1);var firstMonday=janFirst.getDay()===1?janFirst:__addDays(janFirst,janFirst.getDay()===0?1:7-janFirst.getDay()+1);var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstMonday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstMondayUntilEndJanuary=31-firstMonday.getDate();var days=firstMondayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstMonday,janFirst)===0?"01":"00"}),"%y":(function(date){return(date.tm_year+1900).toString().substring(2)}),"%Y":(function(date){return date.tm_year+1900}),"%z":(function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)}),"%Z":(function(date){return date.tm_zone}),"%%":(function(){return"%"})};for(var rule in EXPANSION_RULES_2){if(pattern.indexOf(rule)>=0){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm){return _strftime(s,maxsize,format,tm)}function __ZN4wasm24createSimplifyLocalsPassEv(){Module["printErr"]("missing function: _ZN4wasm24createSimplifyLocalsPassEv");abort(-1)}function _pthread_join(){}function __ZN4wasm24createPostEmscriptenPassEv(){Module["printErr"]("missing function: _ZN4wasm24createPostEmscriptenPassEv");abort(-1)}Module["___remdi3"]=___remdi3;function __ZN4wasm17createMetricsPassEv(){Module["printErr"]("missing function: _ZN4wasm17createMetricsPassEv");abort(-1)}function ___syscall6(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD();FS.close(stream);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}Module["___udivdi3"]=___udivdi3;Module["___muldsi3"]=___muldsi3;Module["___muldi3"]=___muldi3;function __ZN4wasm22createRemoveMemoryPassEv(){Module["printErr"]("missing function: _ZN4wasm22createRemoveMemoryPassEv");abort(-1)}function __ZN4wasm23createRemoveImportsPassEv(){Module["printErr"]("missing function: _ZN4wasm23createRemoveImportsPassEv");abort(-1)}Module["_pthread_self"]=_pthread_self;function ___syscall140(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),offset_high=SYSCALLS.get(),offset_low=SYSCALLS.get(),result=SYSCALLS.get(),whence=SYSCALLS.get();var offset=offset_low;assert(offset_high===0);FS.llseek(stream,offset,whence);HEAP32[result>>2]=stream.position;if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___syscall146(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),iov=SYSCALLS.get(),iovcnt=SYSCALLS.get();return SYSCALLS.doWritev(stream,iov,iovcnt)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___syscall145(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),iov=SYSCALLS.get(),iovcnt=SYSCALLS.get();return SYSCALLS.doReadv(stream,iov,iovcnt)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}var ___dso_handle=STATICTOP;STATICTOP+=16;FS.staticInit();__ATINIT__.unshift((function(){if(!Module["noFSInit"]&&!FS.init.initialized)FS.init()}));__ATMAIN__.push((function(){FS.ignorePermissions=false}));__ATEXIT__.push((function(){FS.quit()}));Module["FS_createFolder"]=FS.createFolder;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createLink"]=FS.createLink;Module["FS_createDevice"]=FS.createDevice;Module["FS_unlink"]=FS.unlink;__ATINIT__.unshift((function(){TTY.init()}));__ATEXIT__.push((function(){TTY.shutdown()}));if(ENVIRONMENT_IS_NODE){var fs=require("fs");var NODEJS_PATH=require("path");NODEFS.staticInit()}___buildEnvironment(ENV);if(ENVIRONMENT_IS_NODE){_emscripten_get_now=function _emscripten_get_now_actual(){var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!=="undefined"){_emscripten_get_now=dateNow}else if(typeof self==="object"&&self["performance"]&&typeof self["performance"]["now"]==="function"){_emscripten_get_now=(function(){return self["performance"]["now"]()})}else if(typeof performance==="object"&&typeof performance["now"]==="function"){_emscripten_get_now=(function(){return performance["now"]()})}else{_emscripten_get_now=Date.now}STACK_BASE=STACKTOP=Runtime.alignMemory(STATICTOP);staticSealed=true;STACK_MAX=STACK_BASE+TOTAL_STACK;DYNAMIC_BASE=DYNAMICTOP=Runtime.alignMemory(STACK_MAX);function invoke_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7){try{return Module["dynCall_iiiiiiii"](index,a1,a2,a3,a4,a5,a6,a7)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiii(index,a1,a2,a3){try{return Module["dynCall_iiii"](index,a1,a2,a3)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6){try{Module["dynCall_viiiiii"](index,a1,a2,a3,a4,a5,a6)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viiiii(index,a1,a2,a3,a4,a5){try{Module["dynCall_viiiii"](index,a1,a2,a3,a4,a5)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiiid(index,a1,a2,a3,a4,a5,a6){try{return Module["dynCall_iiiiiid"](index,a1,a2,a3,a4,a5,a6)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_i(index){try{return Module["dynCall_i"](index)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_vi(index,a1){try{Module["dynCall_vi"](index,a1)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_vii(index,a1,a2){try{Module["dynCall_vii"](index,a1,a2)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6){try{return Module["dynCall_iiiiiii"](index,a1,a2,a3,a4,a5,a6)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_ii(index,a1){try{return Module["dynCall_ii"](index,a1)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viii(index,a1,a2,a3){try{Module["dynCall_viii"](index,a1,a2,a3)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_v(index){try{Module["dynCall_v"](index)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){try{return Module["dynCall_iiiiiiiii"](index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){try{return Module["dynCall_iiiii"](index,a1,a2,a3,a4)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viiii(index,a1,a2,a3,a4){try{Module["dynCall_viiii"](index,a1,a2,a3,a4)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iii(index,a1,a2){try{return Module["dynCall_iii"](index,a1,a2)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiid(index,a1,a2,a3,a4,a5){try{return Module["dynCall_iiiiid"](index,a1,a2,a3,a4,a5)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiii(index,a1,a2,a3,a4,a5){try{return Module["dynCall_iiiiii"](index,a1,a2,a3,a4,a5)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}Module.asmGlobalArg={"Math":Math,"Int8Array":Int8Array,"Int16Array":Int16Array,"Int32Array":Int32Array,"Uint8Array":Uint8Array,"Uint16Array":Uint16Array,"Uint32Array":Uint32Array,"Float32Array":Float32Array,"Float64Array":Float64Array,"NaN":NaN,"Infinity":Infinity,"byteLength":byteLength};Module.asmLibraryArg={"abort":abort,"assert":assert,"invoke_iiiiiiii":invoke_iiiiiiii,"invoke_iiii":invoke_iiii,"invoke_viiiiii":invoke_viiiiii,"invoke_viiiii":invoke_viiiii,"invoke_iiiiiid":invoke_iiiiiid,"invoke_i":invoke_i,"invoke_vi":invoke_vi,"invoke_vii":invoke_vii,"invoke_iiiiiii":invoke_iiiiiii,"invoke_ii":invoke_ii,"invoke_viii":invoke_viii,"invoke_v":invoke_v,"invoke_iiiiiiiii":invoke_iiiiiiiii,"invoke_iiiii":invoke_iiiii,"invoke_viiii":invoke_viiii,"invoke_iii":invoke_iii,"invoke_iiiiid":invoke_iiiiid,"invoke_iiiiii":invoke_iiiiii,"_pthread_cleanup_pop":_pthread_cleanup_pop,"_strftime":_strftime,"_pthread_cond_wait":_pthread_cond_wait,"___lock":___lock,"_emscripten_get_now_is_monotonic":_emscripten_get_now_is_monotonic,"__ZN4wasm24createPostEmscriptenPassEv":__ZN4wasm24createPostEmscriptenPassEv,"___resumeException":___resumeException,"__ZN4wasm22createRemoveMemoryPassEv":__ZN4wasm22createRemoveMemoryPassEv,"_pthread_key_create":_pthread_key_create,"_abort":_abort,"__ZN4wasm20createPrecomputePassEv":__ZN4wasm20createPrecomputePassEv,"___cxa_pure_virtual":___cxa_pure_virtual,"__addDays":__addDays,"___gxx_personality_v0":___gxx_personality_v0,"_pthread_create":_pthread_create,"_emscripten_asm_const_iiii":_emscripten_asm_const_iiii,"___assert_fail":___assert_fail,"___cxa_allocate_exception":___cxa_allocate_exception,"_pthread_join":_pthread_join,"___buildEnvironment":___buildEnvironment,"_emscripten_asm_const_ii":_emscripten_asm_const_ii,"_emscripten_asm_const_di":_emscripten_asm_const_di,"__ZN4wasm16createVacuumPassEv":__ZN4wasm16createVacuumPassEv,"__ZN4wasm24createSimplifyLocalsPassEv":__ZN4wasm24createSimplifyLocalsPassEv,"_clock_gettime":_clock_gettime,"_emscripten_asm_const_did":_emscripten_asm_const_did,"_strftime_l":_strftime_l,"__ZN4wasm30createOptimizeInstructionsPassEv":__ZN4wasm30createOptimizeInstructionsPassEv,"_pthread_setspecific":_pthread_setspecific,"___setErrNo":___setErrNo,"_emscripten_asm_const_id":_emscripten_asm_const_id,"_sbrk":_sbrk,"__ZN4wasm23createReorderLocalsPassEv":__ZN4wasm23createReorderLocalsPassEv,"_emscripten_memcpy_big":_emscripten_memcpy_big,"_emscripten_asm_const_v":_emscripten_asm_const_v,"__ZSt18uncaught_exceptionv":__ZSt18uncaught_exceptionv,"__exit":__exit,"__ZN4wasm24createCoalesceLocalsPassEv":__ZN4wasm24createCoalesceLocalsPassEv,"___cxa_begin_catch":___cxa_begin_catch,"__ZN4wasm26createDropReturnValuesPassEv":__ZN4wasm26createDropReturnValuesPassEv,"__arraySum":__arraySum,"__ZN4wasm21createNameManagerPassEv":__ZN4wasm21createNameManagerPassEv,"_emscripten_asm_const_diiid":_emscripten_asm_const_diiid,"_pthread_cond_signal":_pthread_cond_signal,"__ZN4wasm27createRemoveUnusedNamesPassEv":__ZN4wasm27createRemoveUnusedNamesPassEv,"_pthread_mutex_destroy":_pthread_mutex_destroy,"__ZN4wasm25createRemoveUnusedBrsPassEv":__ZN4wasm25createRemoveUnusedBrsPassEv,"_pthread_once":_pthread_once,"_pthread_getspecific":_pthread_getspecific,"_getenv":_getenv,"_emscripten_asm_const_iid":_emscripten_asm_const_iid,"__ZN4wasm23createRemoveImportsPassEv":__ZN4wasm23createRemoveImportsPassEv,"__ZN4wasm21createLowerIfElsePassEv":__ZN4wasm21createLowerIfElsePassEv,"___syscall54":___syscall54,"___unlock":___unlock,"__ZN4wasm18createNameListPassEv":__ZN4wasm18createNameListPassEv,"__isLeapYear":__isLeapYear,"_emscripten_asm_const_iii":_emscripten_asm_const_iii,"__ZN4wasm31createRemoveUnusedFunctionsPassEv":__ZN4wasm31createRemoveUnusedFunctionsPassEv,"__ZN4wasm26createReorderFunctionsPassEv":__ZN4wasm26createReorderFunctionsPassEv,"__ZN4wasm38createDuplicateFunctionEliminationPassEv":__ZN4wasm38createDuplicateFunctionEliminationPassEv,"__ZN4wasm21createMergeBlocksPassEv":__ZN4wasm21createMergeBlocksPassEv,"___cxa_atexit":___cxa_atexit,"___cxa_throw":___cxa_throw,"_sysconf":_sysconf,"__ZN4wasm29createDeadCodeEliminationPassEv":__ZN4wasm29createDeadCodeEliminationPassEv,"_emscripten_asm_const_dii":_emscripten_asm_const_dii,"___syscall6":___syscall6,"_pthread_cleanup_push":_pthread_cleanup_push,"_emscripten_asm_const_i":_emscripten_asm_const_i,"_emscripten_get_now":_emscripten_get_now,"_pthread_cond_destroy":_pthread_cond_destroy,"_emscripten_asm_const_diiiii":_emscripten_asm_const_diiiii,"__ZN4wasm36createCoalesceLocalsWithLearningPassEv":__ZN4wasm36createCoalesceLocalsWithLearningPassEv,"_atexit":_atexit,"___syscall140":___syscall140,"__ZN4wasm17createMetricsPassEv":__ZN4wasm17createMetricsPassEv,"_exit":_exit,"___cxa_find_matching_catch":___cxa_find_matching_catch,"___syscall145":___syscall145,"___syscall146":___syscall146,"STACKTOP":STACKTOP,"STACK_MAX":STACK_MAX,"tempDoublePtr":tempDoublePtr,"ABORT":ABORT,"cttz_i8":cttz_i8,"___dso_handle":___dso_handle};// EMSCRIPTEN_START_ASM
+var Module;if(!Module)Module=(typeof WasmJS!=="undefined"?WasmJS:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_IS_SHELL=false;if(Module["ENVIRONMENT"]){if(Module["ENVIRONMENT"]==="WEB"){ENVIRONMENT_IS_WEB=true}else if(Module["ENVIRONMENT"]==="WORKER"){ENVIRONMENT_IS_WORKER=true}else if(Module["ENVIRONMENT"]==="NODE"){ENVIRONMENT_IS_NODE=true}else if(Module["ENVIRONMENT"]==="SHELL"){ENVIRONMENT_IS_SHELL=true}else{throw new Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.")}}else{ENVIRONMENT_IS_WEB=typeof window==="object";ENVIRONMENT_IS_WORKER=typeof importScripts==="function";ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER;ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER}if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=console.log;if(!Module["printErr"])Module["printErr"]=console.warn;var nodeFS;var nodePath;Module["read"]=function read(filename,binary){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);return binary?ret:ret.toString()};Module["readBinary"]=function readBinary(filename){var ret=Module["read"](filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function(ex){if(!(ex instanceof ExitStatus)){throw ex}}));Module["inspect"]=(function(){return"[Emscripten Module object]"})}else if(ENVIRONMENT_IS_SHELL){if(!Module["print"])Module["print"]=print;if(typeof printErr!="undefined")Module["printErr"]=printErr;if(typeof read!="undefined"){Module["read"]=read}else{Module["read"]=function read(){throw"no read() available"}}Module["readBinary"]=function readBinary(f){if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}var data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){Module["arguments"]=scriptArgs}else if(typeof arguments!="undefined"){Module["arguments"]=arguments}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){Module["read"]=function read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};Module["readAsync"]=function readAsync(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function xhr_onload(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response)}else{onerror()}};xhr.onerror=onerror;xhr.send(null)};if(typeof arguments!="undefined"){Module["arguments"]=arguments}if(typeof console!=="undefined"){if(!Module["print"])Module["print"]=function print(x){console.log(x)};if(!Module["printErr"])Module["printErr"]=function printErr(x){console.warn(x)}}else{var TRY_USE_DUMP=false;if(!Module["print"])Module["print"]=TRY_USE_DUMP&&typeof dump!=="undefined"?(function(x){dump(x)}):(function(x){})}if(ENVIRONMENT_IS_WORKER){Module["load"]=importScripts}if(typeof Module["setWindowTitle"]==="undefined"){Module["setWindowTitle"]=(function(title){document.title=title})}}else{throw"Unknown runtime environment. Where are we?"}function globalEval(x){eval.call(null,x)}if(!Module["load"]&&Module["read"]){Module["load"]=function load(f){globalEval(Module["read"](f))}}if(!Module["print"]){Module["print"]=(function(){})}if(!Module["printErr"]){Module["printErr"]=Module["print"]}if(!Module["arguments"]){Module["arguments"]=[]}if(!Module["thisProgram"]){Module["thisProgram"]="./this.program"}Module.print=Module["print"];Module.printErr=Module["printErr"];Module["preRun"]=[];Module["postRun"]=[];for(var key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=undefined;var Runtime={setTempRet0:(function(value){tempRet0=value}),getTempRet0:(function(){return tempRet0}),stackSave:(function(){return STACKTOP}),stackRestore:(function(stackTop){STACKTOP=stackTop}),getNativeTypeSize:(function(type){switch(type){case"i1":case"i8":return 1;case"i16":return 2;case"i32":return 4;case"i64":return 8;case"float":return 4;case"double":return 8;default:{if(type[type.length-1]==="*"){return Runtime.QUANTUM_SIZE}else if(type[0]==="i"){var bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSize:(function(type){return Math.max(Runtime.getNativeTypeSize(type),Runtime.QUANTUM_SIZE)}),STACK_ALIGN:16,prepVararg:(function(ptr,type){if(type==="double"||type==="i64"){if(ptr&7){assert((ptr&7)===4);ptr+=4}}else{assert((ptr&3)===0)}return ptr}),getAlignSize:(function(type,size,vararg){if(!vararg&&(type=="i64"||type=="double"))return 8;if(!type)return Math.min(size,8);return Math.min(size||(type?Runtime.getNativeFieldSize(type):0),Runtime.QUANTUM_SIZE)}),dynCall:(function(sig,ptr,args){if(args&&args.length){return Module["dynCall_"+sig].apply(null,[ptr].concat(args))}else{return Module["dynCall_"+sig].call(null,ptr)}}),functionPointers:[],addFunction:(function(func){for(var i=0;i<Runtime.functionPointers.length;i++){if(!Runtime.functionPointers[i]){Runtime.functionPointers[i]=func;return 2*(1+i)}}throw"Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS."}),removeFunction:(function(index){Runtime.functionPointers[(index-2)/2]=null}),warnOnce:(function(text){if(!Runtime.warnOnce.shown)Runtime.warnOnce.shown={};if(!Runtime.warnOnce.shown[text]){Runtime.warnOnce.shown[text]=1;Module.printErr(text)}}),funcWrappers:{},getFuncWrapper:(function(func,sig){assert(sig);if(!Runtime.funcWrappers[sig]){Runtime.funcWrappers[sig]={}}var sigCache=Runtime.funcWrappers[sig];if(!sigCache[func]){if(sig.length===1){sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func)}}else if(sig.length===2){sigCache[func]=function dynCall_wrapper(arg){return Runtime.dynCall(sig,func,[arg])}}else{sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func,Array.prototype.slice.call(arguments))}}}return sigCache[func]}),getCompilerSetting:(function(name){throw"You must build with -s RETAIN_COMPILER_SETTINGS=1 for Runtime.getCompilerSetting or emscripten_get_compiler_setting to work"}),stackAlloc:(function(size){var ret=STACKTOP;STACKTOP=STACKTOP+size|0;STACKTOP=STACKTOP+15&-16;return ret}),staticAlloc:(function(size){var ret=STATICTOP;STATICTOP=STATICTOP+size|0;STATICTOP=STATICTOP+15&-16;return ret}),dynamicAlloc:(function(size){var ret=HEAP32[DYNAMICTOP_PTR>>2];var end=(ret+size+15|0)&-16;HEAP32[DYNAMICTOP_PTR>>2]=end;if(end>=TOTAL_MEMORY){var success=enlargeMemory();if(!success){HEAP32[DYNAMICTOP_PTR>>2]=ret;return 0}}return ret}),alignMemory:(function(size,quantum){var ret=size=Math.ceil(size/(quantum?quantum:16))*(quantum?quantum:16);return ret}),makeBigInt:(function(low,high,unsigned){var ret=unsigned?+(low>>>0)+ +(high>>>0)*+4294967296:+(low>>>0)+ +(high|0)*+4294967296;return ret}),GLOBAL_BASE:8,QUANTUM_SIZE:4,__dummy__:0};Module["Runtime"]=Runtime;var ABORT=false;var EXITSTATUS=0;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];if(!func){try{func=eval("_"+ident)}catch(e){}}assert(func,"Cannot call unknown function "+ident+" (perhaps LLVM optimizations or closure removed it?)");return func}var cwrap,ccall;((function(){var JSfuncs={"stackSave":(function(){Runtime.stackSave()}),"stackRestore":(function(){Runtime.stackRestore()}),"arrayToC":(function(arr){var ret=Runtime.stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}),"stringToC":(function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=Runtime.stackAlloc(len);stringToUTF8(str,ret,len)}return ret})};var toC={"string":JSfuncs["stringToC"],"array":JSfuncs["arrayToC"]};ccall=function ccallFunc(ident,returnType,argTypes,args,opts){var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];if(converter){if(stack===0)stack=Runtime.stackSave();cArgs[i]=converter(args[i])}else{cArgs[i]=args[i]}}}var ret=func.apply(null,cArgs);if(returnType==="string")ret=Pointer_stringify(ret);if(stack!==0){if(opts&&opts.async){EmterpreterAsync.asyncFinalizers.push((function(){Runtime.stackRestore(stack)}));return}Runtime.stackRestore(stack)}return ret};var sourceRegex=/^function\s*[a-zA-Z$_0-9]*\s*\(([^)]*)\)\s*{\s*([^*]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/;function parseJSFunc(jsfunc){var parsed=jsfunc.toString().match(sourceRegex).slice(1);return{arguments:parsed[0],body:parsed[1],returnValue:parsed[2]}}var JSsource=null;function ensureJSsource(){if(!JSsource){JSsource={};for(var fun in JSfuncs){if(JSfuncs.hasOwnProperty(fun)){JSsource[fun]=parseJSFunc(JSfuncs[fun])}}}}cwrap=function cwrap(ident,returnType,argTypes){argTypes=argTypes||[];var cfunc=getCFunc(ident);var numericArgs=argTypes.every((function(type){return type==="number"}));var numericRet=returnType!=="string";if(numericRet&&numericArgs){return cfunc}var argNames=argTypes.map((function(x,i){return"$"+i}));var funcstr="(function("+argNames.join(",")+") {";var nargs=argTypes.length;if(!numericArgs){ensureJSsource();funcstr+="var stack = "+JSsource["stackSave"].body+";";for(var i=0;i<nargs;i++){var arg=argNames[i],type=argTypes[i];if(type==="number")continue;var convertCode=JSsource[type+"ToC"];funcstr+="var "+convertCode.arguments+" = "+arg+";";funcstr+=convertCode.body+";";funcstr+=arg+"=("+convertCode.returnValue+");"}}var cfuncname=parseJSFunc((function(){return cfunc})).returnValue;funcstr+="var ret = "+cfuncname+"("+argNames.join(",")+");";if(!numericRet){var strgfy=parseJSFunc((function(){return Pointer_stringify})).returnValue;funcstr+="ret = "+strgfy+"(ret);"}if(!numericArgs){ensureJSsource();funcstr+=JSsource["stackRestore"].body.replace("()","(stack)")+";"}funcstr+="return ret})";return eval(funcstr)}}))();Module["ccall"]=ccall;Module["cwrap"]=cwrap;function setValue(ptr,value,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":HEAP8[ptr>>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math_abs(tempDouble)>=+1?tempDouble>+0?(Math_min(+Math_floor(tempDouble/+4294967296),+4294967295)|0)>>>0:~~+Math_ceil((tempDouble- +(~~tempDouble>>>0))/+4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;default:abort("invalid type for setValue: "+type)}}Module["setValue"]=setValue;function getValue(ptr,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP32[ptr>>2];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];default:abort("invalid type for setValue: "+type)}return null}Module["getValue"]=getValue;var ALLOC_NORMAL=0;var ALLOC_STACK=1;var ALLOC_STATIC=2;var ALLOC_DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;Module["ALLOC_STATIC"]=ALLOC_STATIC;Module["ALLOC_DYNAMIC"]=ALLOC_DYNAMIC;Module["ALLOC_NONE"]=ALLOC_NONE;function allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof slab==="number"){zeroinit=true;size=slab}else{zeroinit=false;size=slab.length}var singleType=typeof types==="string"?types:null;var ret;if(allocator==ALLOC_NONE){ret=ptr}else{ret=[typeof _malloc==="function"?_malloc:Runtime.staticAlloc,Runtime.stackAlloc,Runtime.staticAlloc,Runtime.dynamicAlloc][allocator===undefined?ALLOC_STATIC:allocator](Math.max(size,singleType?1:types.length))}if(zeroinit){var ptr=ret,stop;assert((ret&3)==0);stop=ret+(size&~3);for(;ptr<stop;ptr+=4){HEAP32[ptr>>2]=0}stop=ret+size;while(ptr<stop){HEAP8[ptr++>>0]=0}return ret}if(singleType==="i8"){if(slab.subarray||slab.slice){HEAPU8.set(slab,ret)}else{HEAPU8.set(new Uint8Array(slab),ret)}return ret}var i=0,type,typeSize,previousType;while(i<size){var curr=slab[i];if(typeof curr==="function"){curr=Runtime.getFunctionIndex(curr)}type=singleType||types[i];if(type===0){i++;continue}if(type=="i64")type="i32";setValue(ret+i,curr,type);if(previousType!==type){typeSize=Runtime.getNativeTypeSize(type);previousType=type}i+=typeSize}return ret}Module["allocate"]=allocate;function getMemory(size){if(!staticSealed)return Runtime.staticAlloc(size);if(!runtimeInitialized)return Runtime.dynamicAlloc(size);return _malloc(size)}Module["getMemory"]=getMemory;function Pointer_stringify(ptr,length){if(length===0||!ptr)return"";var hasUtf=0;var t;var i=0;while(1){t=HEAPU8[ptr+i>>0];hasUtf|=t;if(t==0&&!length)break;i++;if(length&&i==length)break}if(!length)length=i;var ret="";if(hasUtf<128){var MAX_CHUNK=1024;var curr;while(length>0){curr=String.fromCharCode.apply(String,HEAPU8.subarray(ptr,ptr+Math.min(length,MAX_CHUNK)));ret=ret?ret+curr:curr;ptr+=MAX_CHUNK;length-=MAX_CHUNK}return ret}return Module["UTF8ToString"](ptr)}Module["Pointer_stringify"]=Pointer_stringify;function AsciiToString(ptr){var str="";while(1){var ch=HEAP8[ptr++>>0];if(!ch)return str;str+=String.fromCharCode(ch)}}Module["AsciiToString"]=AsciiToString;function stringToAscii(str,outPtr){return writeAsciiToMemory(str,outPtr,false)}Module["stringToAscii"]=stringToAscii;var UTF8Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(u8Array,idx){var endPtr=idx;while(u8Array[endPtr])++endPtr;if(endPtr-idx>16&&u8Array.subarray&&UTF8Decoder){return UTF8Decoder.decode(u8Array.subarray(idx,endPtr))}else{var u0,u1,u2,u3,u4,u5;var str="";while(1){u0=u8Array[idx++];if(!u0)return str;if(!(u0&128)){str+=String.fromCharCode(u0);continue}u1=u8Array[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}u2=u8Array[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u3=u8Array[idx++]&63;if((u0&248)==240){u0=(u0&7)<<18|u1<<12|u2<<6|u3}else{u4=u8Array[idx++]&63;if((u0&252)==248){u0=(u0&3)<<24|u1<<18|u2<<12|u3<<6|u4}else{u5=u8Array[idx++]&63;u0=(u0&1)<<30|u1<<24|u2<<18|u3<<12|u4<<6|u5}}}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}}}Module["UTF8ArrayToString"]=UTF8ArrayToString;function UTF8ToString(ptr){return UTF8ArrayToString(HEAPU8,ptr)}Module["UTF8ToString"]=UTF8ToString;function stringToUTF8Array(str,outU8Array,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127){if(outIdx>=endIdx)break;outU8Array[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;outU8Array[outIdx++]=192|u>>6;outU8Array[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;outU8Array[outIdx++]=224|u>>12;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else if(u<=2097151){if(outIdx+3>=endIdx)break;outU8Array[outIdx++]=240|u>>18;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else if(u<=67108863){if(outIdx+4>=endIdx)break;outU8Array[outIdx++]=248|u>>24;outU8Array[outIdx++]=128|u>>18&63;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else{if(outIdx+5>=endIdx)break;outU8Array[outIdx++]=252|u>>30;outU8Array[outIdx++]=128|u>>24&63;outU8Array[outIdx++]=128|u>>18&63;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}}outU8Array[outIdx]=0;return outIdx-startIdx}Module["stringToUTF8Array"]=stringToUTF8Array;function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}Module["stringToUTF8"]=stringToUTF8;function lengthBytesUTF8(str){var len=0;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127){++len}else if(u<=2047){len+=2}else if(u<=65535){len+=3}else if(u<=2097151){len+=4}else if(u<=67108863){len+=5}else{len+=6}}return len}Module["lengthBytesUTF8"]=lengthBytesUTF8;var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;function demangle(func){var hasLibcxxabi=!!Module["___cxa_demangle"];if(hasLibcxxabi){try{var s=func.substr(1);var len=lengthBytesUTF8(s)+1;var buf=_malloc(len);stringToUTF8(s,buf,len);var status=_malloc(4);var ret=Module["___cxa_demangle"](buf,0,0,status);if(getValue(status,"i32")===0&&ret){return Pointer_stringify(ret)}}catch(e){}finally{if(buf)_free(buf);if(status)_free(status);if(ret)_free(ret)}return func}Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling");return func}function demangleAll(text){return text.replace(/__Z[\w\d_]+/g,(function(x){var y=demangle(x);return x===y?x:x+" ["+y+"]"}))}function jsStackTrace(){var err=new Error;if(!err.stack){try{throw new Error(0)}catch(e){err=e}if(!err.stack){return"(no stack trace available)"}}return err.stack.toString()}function stackTrace(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}Module["stackTrace"]=stackTrace;var PAGE_SIZE=4096;function alignMemoryPage(x){if(x%4096>0){x+=4096-x%4096}return x}var HEAP;var buffer;var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBuffer(buf){Module["buffer"]=buffer=buf}function updateGlobalBufferViews(){Module["HEAP8"]=HEAP8=new Int8Array(buffer);Module["HEAP16"]=HEAP16=new Int16Array(buffer);Module["HEAP32"]=HEAP32=new Int32Array(buffer);Module["HEAPU8"]=HEAPU8=new Uint8Array(buffer);Module["HEAPU16"]=HEAPU16=new Uint16Array(buffer);Module["HEAPU32"]=HEAPU32=new Uint32Array(buffer);Module["HEAPF32"]=HEAPF32=new Float32Array(buffer);Module["HEAPF64"]=HEAPF64=new Float64Array(buffer)}var STATIC_BASE,STATICTOP,staticSealed;var STACK_BASE,STACKTOP,STACK_MAX;var DYNAMIC_BASE,DYNAMICTOP_PTR;STATIC_BASE=STATICTOP=STACK_BASE=STACKTOP=STACK_MAX=DYNAMIC_BASE=DYNAMICTOP_PTR=0;staticSealed=false;function abortOnCannotGrowMemory(){abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value "+TOTAL_MEMORY+", (2) compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ")}if(!Module["reallocBuffer"])Module["reallocBuffer"]=(function(size){var ret;try{if(ArrayBuffer.transfer){ret=ArrayBuffer.transfer(buffer,size)}else{var oldHEAP8=HEAP8;ret=new ArrayBuffer(size);var temp=new Int8Array(ret);temp.set(oldHEAP8)}}catch(e){return false}var success=_emscripten_replace_memory(ret);if(!success)return false;return ret});function enlargeMemory(){var LIMIT=Math.pow(2,31);if(HEAP32[DYNAMICTOP_PTR>>2]>=LIMIT)return false;while(TOTAL_MEMORY<HEAP32[DYNAMICTOP_PTR>>2]){if(TOTAL_MEMORY<LIMIT/2){TOTAL_MEMORY=alignMemoryPage(2*TOTAL_MEMORY)}else{var last=TOTAL_MEMORY;TOTAL_MEMORY=alignMemoryPage((3*TOTAL_MEMORY+LIMIT)/4);if(TOTAL_MEMORY<=last)return false}}TOTAL_MEMORY=Math.max(TOTAL_MEMORY,16*1024*1024);if(TOTAL_MEMORY>=LIMIT)return false;var replacement=Module["reallocBuffer"](TOTAL_MEMORY);if(!replacement)return false;updateGlobalBuffer(replacement);updateGlobalBufferViews();return true}var byteLength;try{byteLength=Function.prototype.call.bind(Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get);byteLength(new ArrayBuffer(4))}catch(e){byteLength=(function(buffer){return buffer.byteLength})}var TOTAL_STACK=Module["TOTAL_STACK"]||5242880;var TOTAL_MEMORY=Module["TOTAL_MEMORY"]||16777216;var totalMemory=64*1024;while(totalMemory<TOTAL_MEMORY||totalMemory<2*TOTAL_STACK){if(totalMemory<16*1024*1024){totalMemory*=2}else{totalMemory+=16*1024*1024}}totalMemory=Math.max(totalMemory,16*1024*1024);if(totalMemory!==TOTAL_MEMORY){TOTAL_MEMORY=totalMemory}if(Module["buffer"]){buffer=Module["buffer"]}else{buffer=new ArrayBuffer(TOTAL_MEMORY)}updateGlobalBufferViews();function getTotalMemory(){return TOTAL_MEMORY}HEAP32[0]=1668509029;HEAP16[1]=25459;if(HEAPU8[2]!==115||HEAPU8[3]!==99)throw"Runtime error: expected the system to be little-endian!";Module["HEAP"]=HEAP;Module["buffer"]=buffer;Module["HEAP8"]=HEAP8;Module["HEAP16"]=HEAP16;Module["HEAP32"]=HEAP32;Module["HEAPU8"]=HEAPU8;Module["HEAPU16"]=HEAPU16;Module["HEAPU32"]=HEAPU32;Module["HEAPF32"]=HEAPF32;Module["HEAPF64"]=HEAPF64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){Runtime.dynCall("v",func)}else{Runtime.dynCall("vi",func,[callback.arg])}}else{func(callback.arg===undefined?null:callback.arg)}}}var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function ensureInitRuntime(){if(runtimeInitialized)return;runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){callRuntimeCallbacks(__ATEXIT__);runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}Module["addOnPreRun"]=addOnPreRun;function addOnInit(cb){__ATINIT__.unshift(cb)}Module["addOnInit"]=addOnInit;function addOnPreMain(cb){__ATMAIN__.unshift(cb)}Module["addOnPreMain"]=addOnPreMain;function addOnExit(cb){__ATEXIT__.unshift(cb)}Module["addOnExit"]=addOnExit;function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}Module["addOnPostRun"]=addOnPostRun;function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}Module["intArrayFromString"]=intArrayFromString;function intArrayToString(array){var ret=[];for(var i=0;i<array.length;i++){var chr=array[i];if(chr>255){chr&=255}ret.push(String.fromCharCode(chr))}return ret.join("")}Module["intArrayToString"]=intArrayToString;function writeStringToMemory(string,buffer,dontAddNull){Runtime.warnOnce("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var lastChar,end;if(dontAddNull){end=buffer+lengthBytesUTF8(string);lastChar=HEAP8[end]}stringToUTF8(string,buffer,Infinity);if(dontAddNull)HEAP8[end]=lastChar}Module["writeStringToMemory"]=writeStringToMemory;function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}Module["writeArrayToMemory"]=writeArrayToMemory;function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i<str.length;++i){HEAP8[buffer++>>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}Module["writeAsciiToMemory"]=writeAsciiToMemory;if(!Math["imul"]||Math["imul"](4294967295,5)!==-5)Math["imul"]=function imul(a,b){var ah=a>>>16;var al=a&65535;var bh=b>>>16;var bl=b&65535;return al*bl+(ah*bl+al*bh<<16)|0};Math.imul=Math["imul"];if(!Math["clz32"])Math["clz32"]=(function(x){x=x>>>0;for(var i=0;i<32;i++){if(x&1<<31-i)return i}return 32});Math.clz32=Math["clz32"];if(!Math["trunc"])Math["trunc"]=(function(x){return x<0?Math.ceil(x):Math.floor(x)});Math.trunc=Math["trunc"];var Math_abs=Math.abs;var Math_cos=Math.cos;var Math_sin=Math.sin;var Math_tan=Math.tan;var Math_acos=Math.acos;var Math_asin=Math.asin;var Math_atan=Math.atan;var Math_atan2=Math.atan2;var Math_exp=Math.exp;var Math_log=Math.log;var Math_sqrt=Math.sqrt;var Math_ceil=Math.ceil;var Math_floor=Math.floor;var Math_pow=Math.pow;var Math_imul=Math.imul;var Math_fround=Math.fround;var Math_min=Math.min;var Math_clz32=Math.clz32;var Math_trunc=Math.trunc;var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}Module["addRunDependency"]=addRunDependency;function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["removeRunDependency"]=removeRunDependency;Module["preloadedImages"]={};Module["preloadedAudios"]={};var ASM_CONSTS=[(function(){{return Module["providedTotalMemory"]}}),(function(){{return!!Module["outside"]["WASM_JS_DEBUG"]}}),(function(){{Module["asmExports"]={}}}),(function($0){{var name=Pointer_stringify($0);Module["asmExports"][name]=(function(){Module["tempArguments"]=Array.prototype.slice.call(arguments);Module["_call_from_js"]($0);return Module["tempReturn"]})}}),(function($0,$1,$2){{var mod=Pointer_stringify($0);var base=Pointer_stringify($1);var name=Pointer_stringify($2);assert(Module["lookupImport"](mod,base)!==undefined,"checking import "+name+" = "+mod+"."+base)}}),(function(){{Module["outside"]["extraStackTrace"]=(function(){return Pointer_stringify(Module["_interpreter_stack_trace"]())})}}),(function(){{return Module["tempArguments"].length}}),(function($0){{return Module["tempArguments"][$0]}}),(function(){{Module["tempReturn"]=undefined}}),(function($0){{Module["tempReturn"]=$0}}),(function(){{Module["asmExports"]["memory"]=Module["lookupImport"]("env","memory")}}),(function($0){{Module["asmExports"]["memory"]=Module["outside"]["newBuffer"]=new ArrayBuffer($0)}}),(function($0,$1,$2){{var source=Module["HEAP8"].subarray($1,$1+$2);var target=new Int8Array(Module["asmExports"]["memory"]);target.set(source,$0)}}),(function(){{Module["outside"]["wasmTable"]=Module["lookupImport"]("env","table")}}),(function($0){{Module["outside"]["wasmTable"]=new Array($0)}}),(function(){{Module["asmExports"]["table"]=Module["outside"]["wasmTable"]}}),(function($0,$1){{Module["outside"]["wasmTable"][$0]=$1}}),(function($0,$1){{var mod=Pointer_stringify($0);var base=Pointer_stringify($1);var lookup=Module["lookupImport"](mod,base);return lookup}}),(function($0,$1){{var mod=Pointer_stringify($0);var base=Pointer_stringify($1);var tempArguments=Module["tempArguments"];Module["tempArguments"]=null;var lookup=Module["lookupImport"](mod,base);return lookup.apply(null,tempArguments)}}),(function($0){{var value=Module["outside"]["wasmTable"][$0];return typeof value==="number"?value:-1}}),(function($0){{var func=Module["outside"]["wasmTable"][$0];var tempArguments=Module["tempArguments"];Module["tempArguments"]=null;return func.apply(null,tempArguments)}}),(function($0,$1,$2,$3,$4){{var addr=$0;var bytes=$1;var isFloat=$2;var isSigned=$3;var out64=$4;var save0=HEAP32[0];var save1=HEAP32[1];for(var i=0;i<bytes;i++){HEAPU8[i]=Module["info"].parent["HEAPU8"][addr+i]}var ret;if(!isFloat){if(bytes===1)ret=isSigned?HEAP8[0]:HEAPU8[0];else if(bytes===2)ret=isSigned?HEAP16[0]:HEAPU16[0];else if(bytes===4)ret=isSigned?HEAP32[0]:HEAPU32[0];else if(bytes===8){for(var i=0;i<bytes;i++){HEAPU8[out64+i]=HEAPU8[i]}}else abort()}else{if(bytes===4)ret=HEAPF32[0];else if(bytes===8)ret=HEAPF64[0];else abort()}HEAP32[0]=save0;HEAP32[1]=save1;return ret}}),(function($0){{return Module["info"].parent["HEAP8"][$0]}}),(function($0){{return Module["info"].parent["HEAPU8"][$0]}}),(function($0){{return Module["info"].parent["HEAP16"][$0>>1]}}),(function($0){{return Module["info"].parent["HEAPU16"][$0>>1]}}),(function($0){{return Module["info"].parent["HEAP32"][$0>>2]}}),(function($0){{return Module["info"].parent["HEAPU32"][$0>>2]}}),(function($0){{return Module["info"].parent["HEAPF32"][$0>>2]}}),(function($0){{return Module["info"].parent["HEAPF64"][$0>>3]}}),(function($0,$1,$2,$3){{var addr=$0;var bytes=$1;var isFloat=$2;var value=$3;var save0=HEAP32[0];var save1=HEAP32[1];if(!isFloat){if(bytes===1)HEAPU8[0]=value;else if(bytes===2)HEAPU16[0]=value;else if(bytes===4)HEAPU32[0]=value;else abort()}else{if(bytes===4)HEAPF32[0]=value;else if(bytes===8)HEAPF64[0]=value;else abort()}for(var i=0;i<bytes;i++){Module["info"].parent["HEAPU8"][addr+i]=HEAPU8[i]}HEAP32[0]=save0;HEAP32[1]=save1}}),(function($0,$1){{Module["info"].parent["HEAP8"][$0]=$1}}),(function($0,$1){{Module["info"].parent["HEAP16"][$0>>1]=$1}}),(function($0,$1){{Module["info"].parent["HEAP32"][$0>>2]=$1}}),(function($0,$1){{Module["info"].parent["HEAPF32"][$0>>2]=$1}}),(function($0,$1){{Module["info"].parent["HEAPF64"][$0>>3]=$1}}),(function($0){{var size=$0;var buffer;try{buffer=new ArrayBuffer(size)}catch(e){return}var oldHEAP8=Module["outside"]["HEAP8"];var temp=new Int8Array(buffer);temp.set(oldHEAP8);Module["outside"]["buffer"]=buffer}}),(function($0){{abort("wasm trap: "+Pointer_stringify($0))}}),(function(){{Module["tempArguments"]=[]}}),(function($0){{Module["tempArguments"].push($0)}})];function _emscripten_asm_const_iiii(code,a0,a1,a2){return ASM_CONSTS[code](a0,a1,a2)}function _emscripten_asm_const_dii(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_diiiii(code,a0,a1,a2,a3,a4){return ASM_CONSTS[code](a0,a1,a2,a3,a4)}function _emscripten_asm_const_i(code){return ASM_CONSTS[code]()}function _emscripten_asm_const_di(code,a0){return ASM_CONSTS[code](a0)}function _emscripten_asm_const_diiid(code,a0,a1,a2,a3){return ASM_CONSTS[code](a0,a1,a2,a3)}function _emscripten_asm_const_ii(code,a0){return ASM_CONSTS[code](a0)}function _emscripten_asm_const_did(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_v(code){return ASM_CONSTS[code]()}function _emscripten_asm_const_iii(code,a0,a1){return ASM_CONSTS[code](a0,a1)}function _emscripten_asm_const_id(code,a0){return ASM_CONSTS[code](a0)}STATIC_BASE=8;STATICTOP=STATIC_BASE+55712;__ATINIT__.push({func:(function(){__GLOBAL__I_000101()})},{func:(function(){__GLOBAL__sub_I_wasm_js_cpp()})},{func:(function(){__GLOBAL__sub_I_pass_cpp()})},{func:(function(){__GLOBAL__sub_I_parser_cpp()})},{func:(function(){__GLOBAL__sub_I_simple_ast_cpp()})},{func:(function(){__GLOBAL__sub_I_optimizer_shared_cpp()})},{func:(function(){__GLOBAL__sub_I_threads_cpp()})},{func:(function(){__GLOBAL__sub_I_shared_constants_cpp()})},{func:(function(){__GLOBAL__sub_I_wasm_cpp()})},{func:(function(){__GLOBAL__sub_I_iostream_cpp()})});allocate([180,42,0,0,216,68,0,0,220,42,0,0,34,72,0,0,96,3,0,0,0,0,0,0,220,42,0,0,104,72,0,0,80,3,0,0,0,0,0,0,220,42,0,0,166,76,0,0,136,8,0,0,0,0,0,0,180,42,0,0,35,77,0,0,220,42,0,0,194,76,0,0,64,0,0,0,0,0,0,0,180,42,0,0,69,77,0,0,180,42,0,0,212,83,0,0,220,42,0,0,115,83,0,0,96,0,0,0,0,0,0,0,180,42,0,0,246,83,0,0,220,42,0,0,47,84,0,0,96,0,0,0,0,0,0,0,180,42,0,0,144,84,0,0,180,42,0,0,4,86,0,0,180,42,0,0,54,86,0,0,220,42,0,0,17,86,0,0,160,0,0,0,0,0,0,0,180,42,0,0,89,89,0,0,220,42,0,0,31,89,0,0,184,0,0,0,0,0,0,0,220,42,0,0,253,88,0,0,192,0,0,0,0,0,0,0,180,42,0,0,223,97,0,0,220,42,0,0,59,97,0,0,224,0,0,0,0,0,0,0,220,42,0,0,175,96,0,0,232,0,0,0,0,0,0,0,220,42,0,0,1,99,0,0,192,3,0,0,0,0,0,0,180,42,0,0,127,109,0,0,220,42,0,0,79,109,0,0,24,1,0,0,0,0,0,0,220,42,0,0,26,109,0,0,32,1,0,0,0,0,0,0,220,42,0,0,218,108,0,0,48,1,0,0,0,0,0,0,108,43,0,0,136,108,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,64,1,0,0,2,16,0,0,220,42,0,0,119,108,0,0,80,1,0,0,0,0,0,0,180,42,0,0,131,110,0,0,220,42,0,0,6,110,0,0,128,1,0,0,0,0,0,0,180,42,0,0,184,110,0,0,180,42,0,0,168,112,0,0,220,42,0,0,70,112,0,0,160,1,0,0,0,0,0,0,220,42,0,0,223,111,0,0,168,1,0,0,0,0,0,0,108,43,0,0,102,111,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,184,1,0,0,2,16,0,0,220,42,0,0,35,111,0,0,200,1,0,0,0,0,0,0,180,42,0,0,115,114,0,0,220,42,0,0,64,114,0,0,248,1,0,0,0,0,0,0,220,42,0,0,8,114,0,0,0,2,0,0,0,0,0,0,108,43,0,0,190,113,0,0,0,0,0,0,2,0,0,0,152,0,0,0,2,0,0,0,16,2,0,0,2,16,0,0,220,42,0,0,170,113,0,0,32,2,0,0,0,0,0,0,180,42,0,0,26,115,0,0,220,42,0,0,150,114,0,0,80,2,0,0,0,0,0,0,180,42,0,0,51,119,0,0,180,42,0,0,245,119,0,0,220,42,0,0,112,119,0,0,112,2,0,0,0,0,0,0,180,42,0,0,76,120,0,0,220,42,0,0,137,120,0,0,112,2,0,0,0,0,0,0,180,42,0,0,14,121,0,0,220,42,0,0,210,130,0,0,208,2,0,0,0,0,0,0,52,43,0,0,175,130,0,0,0,0,0,0,200,2,0,0,80,43,0,0,193,130,0,0,180,42,0,0,23,131,0,0,220,42,0,0,215,131,0,0,240,2,0,0,0,0,0,0,180,42,0,0,171,131,0,0,180,42,0,0,76,132,0,0,220,42,0,0,85,139,0,0,152,0,0,0,0,0,0,0,220,42,0,0,101,139,0,0,248,2,0,0,0,0,0,0,220,42,0,0,126,139,0,0,248,2,0,0,0,0,0,0,220,42,0,0,33,158,0,0,56,3,0,0,0,0,0,0,180,42,0,0,15,158,0,0,220,42,0,0,75,158,0,0,56,3,0,0,0,0,0,0,180,42,0,0,117,158,0,0,180,42,0,0,166,158,0,0,108,43,0,0,215,158,0,0,0,0,0,0,1,0,0,0,40,3,0,0,3,244,255,255,108,43,0,0,6,159,0,0,0,0,0,0,1,0,0,0,64,3,0,0,3,244,255,255,108,43,0,0,53,159,0,0,0,0,0,0,1,0,0,0,40,3,0,0,3,244,255,255,108,43,0,0,100,159,0,0,0,0,0,0,1,0,0,0,64,3,0,0,3,244,255,255,108,43,0,0,147,159,0,0,3,0,0,0,2,0,0,0,96,3,0,0,2,0,0,0,144,3,0,0,2,8,0,0,220,42,0,0,195,159,0,0,88,3,0,0,0,0,0,0,220,42,0,0,220,159,0,0,80,3,0,0,0,0,0,0,220,42,0,0,245,159,0,0,88,3,0,0,0,0,0,0,220,42,0,0,13,160,0,0,80,3,0,0,0,0,0,0,220,42,0,0,37,160,0,0,48,4,0,0,0,0,0,0,220,42,0,0,57,160,0,0,128,8,0,0,0,0,0,0,220,42,0,0,79,160,0,0,48,4,0,0,0,0,0,0,108,43,0,0,137,160,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,112,4,0,0,0,0,0,0,108,43,0,0,205,160,0,0,0,0,0,0,1,0,0,0,136,4,0,0,0,0,0,0,180,42,0,0,227,160,0,0,108,43,0,0,252,160,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,176,4,0,0,0,0,0,0,108,43,0,0,64,161,0,0,0,0,0,0,1,0,0,0,136,4,0,0,0,0,0,0,108,43,0,0,100,161,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,232,4,0,0,0,0,0,0,108,43,0,0,168,161,0,0,0,0,0,0,1,0,0,0,0,5,0,0,0,0,0,0,180,42,0,0,190,161,0,0,108,43,0,0,215,161,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,40,5,0,0,0,0,0,0,108,43,0,0,27,162,0,0,0,0,0,0,1,0,0,0,0,5,0,0,0,0,0,0,108,43,0,0,113,163,0,0,0,0,0,0,3,0,0,0,48,4,0,0,2,0,0,0,104,5,0,0,2,0,0,0,112,5,0,0,0,8,0,0,180,42,0,0,216,163,0,0,180,42,0,0,182,163,0,0,108,43,0,0,235,163,0,0,0,0,0,0,3,0,0,0,48,4,0,0,2,0,0,0,104,5,0,0,2,0,0,0,160,5,0,0,0,8,0,0,180,42,0,0,48,164,0,0,108,43,0,0,82,164,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,200,5,0,0,0,8,0,0,180,42,0,0,151,164,0,0,108,43,0,0,172,164,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,200,5,0,0,0,8,0,0,108,43,0,0,241,164,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,16,6,0,0,2,0,0,0,180,42,0,0,13,165,0,0,108,43,0,0,34,165,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,16,6,0,0,2,0,0,0,108,43,0,0,62,165,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,16,6,0,0,2,0,0,0,108,43,0,0,90,165,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,16,6,0,0,2,0,0,0,108,43,0,0,133,165,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,152,6,0,0,0,0,0,0,180,42,0,0,203,165,0,0,108,43,0,0,239,165,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,192,6,0,0,0,0,0,0,180,42,0,0,53,166,0,0,108,43,0,0,84,166,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,232,6,0,0,0,0,0,0,180,42,0,0,154,166,0,0,108,43,0,0,179,166,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,16,7,0,0,0,0,0,0,180,42,0,0,249,166,0,0,108,43,0,0,18,167,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,56,7,0,0,2,0,0,0,180,42,0,0,39,167,0,0,108,43,0,0,190,167,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,56,7,0,0,2,0,0,0,220,42,0,0,63,167,0,0,112,7,0,0,0,0,0,0,108,43,0,0,98,167,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,144,7,0,0,2,0,0,0,180,42,0,0,133,167,0,0,220,42,0,0,156,167,0,0,112,7,0,0,0,0,0,0,108,43,0,0,211,167,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,144,7,0,0,2,0,0,0,108,43,0,0,245,167,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,144,7,0,0,2,0,0,0,108,43,0,0,23,168,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,144,7,0,0,2,0,0,0,220,42,0,0,58,168,0,0,48,4,0,0,0,0,0,0,108,43,0,0,80,168,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,56,8,0,0,2,0,0,0,180,42,0,0,98,168,0,0,108,43,0,0,119,168,0,0,0,0,0,0,2,0,0,0,48,4,0,0,2,0,0,0,56,8,0,0,2,0,0,0,220,42,0,0,137,168,0,0,48,4,0,0,0,0,0,0,220,42,0,0,158,168,0,0,48,4,0,0,0,0,0,0,180,42,0,0,72,169,0,0,180,42,0,0,248,171,0,0,220,42,0,0,88,172,0,0,160,8,0,0,0,0,0,0,220,42,0,0,5,172,0,0,176,8,0,0,0,0,0,0,180,42,0,0,38,172,0,0,220,42,0,0,51,172,0,0,144,8,0,0,0,0,0,0,220,42,0,0,73,173,0,0,136,8,0,0,0,0,0,0,220,42,0,0,137,173,0,0,160,8,0,0,0,0,0,0,220,42,0,0,101,173,0,0,216,8,0,0,0,0,0,0,220,42,0,0,171,173,0,0,160,8,0,0,0,0,0,0,24,43,0,0,222,115,0,0,24,43,0,0,211,173,0,0,220,42,0,0,214,173,0,0,160,8,0,0,0,0,0,0,220,42,0,0,251,173,0,0,144,8,0,0,0,0,0,0,60,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,2,0,0,0,196,255,255,255,196,255,255,255,16,0,0,0,3,0,0,0,4,0,0,0,60,0,0,0,0,0,0,0,96,3,0,0,5,0,0,0,6,0,0,0,196,255,255,255,196,255,255,255,96,3,0,0,7,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,9,0,0,0,10,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,1,0,0,0,3,0,0,0,2,0,0,0,0,0,0,0,48,0,0,0,11,0,0,0,12,0,0,0,5,0,0,0,0,0,0,0,72,0,0,0,13,0,0,0,14,0,0,0,6,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,7,0,0,0,3,0,0,0,8,0,0,0,0,0,0,0,104,0,0,0,17,0,0,0,18,0,0,0,9,0,0,0,3,0,0,0,19,0,0,0,20,0,0,0,10,0,0,0,4,0,0,0,11,0,0,0,0,0,0,0,128,0,0,0,17,0,0,0,21,0,0,0,12,0,0,0,4,0,0,0,22,0,0,0,23,0,0,0,13,0,0,0,5,0,0,0,14,0,0,0,0,0,0,0,152,0,0,0,24,0,0,0,25,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,168,0,0,0,3,0,0,0,4,0,0,0,3,0,0,0,2,0,0,0,4,0,0,0,5,0,0,0,5,0,0,0,5,0,0,0,0,0,0,0,208,0,0,0,6,0,0,0,0,0,0,0,248,0,0,0,7,0,0,0,64,0,0,0,0,0,0,0,8,1,0,0,26,0,0,0,27,0,0,0,56,0,0,0,248,255,255,255,8,1,0,0,28,0,0,0,29,0,0,0,192,255,255,255,192,255,255,255,8,1,0,0,30,0,0,0,31,0,0,0,64,0,0,0,0,0,0,0,96,3,0,0,5,0,0,0,6,0,0,0,192,255,255,255,192,255,255,255,96,3,0,0,7,0,0,0,8,0,0,0,0,0,0,0,112,1,0,0,32,0,0,0,33,0,0,0,1,0,0,0,6,0,0,0,2,0,0,0,6,0,0,0,17,0,0,0,18,0,0,0,0,0,0,0,80,1,0,0,32,0,0,0,34,0,0,0,1,0,0,0,6,0,0,0,2,0,0,0,6,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,136,1,0,0,35,0,0,0,36,0,0,0,19,0,0,0,8,0,0,0,37,0,0,0,38,0,0,0,9,0,0,0,6,0,0,0,20,0,0,0,0,0,0,0,232,1,0,0,39,0,0,0,40,0,0,0,1,0,0,0,7,0,0,0,2,0,0,0,7,0,0,0,21,0,0,0,22,0,0,0,0,0,0,0,64,2,0,0,41,0,0,0,42,0,0,0,1,0,0,0,8,0,0,0,2,0,0,0,8,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,32,2,0,0,41,0,0,0,43,0,0,0,1,0,0,0,8,0,0,0,2,0,0,0,8,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,88,2,0,0,44,0,0,0,45,0,0,0,23,0,0,0,10,0,0,0,46,0,0,0,47,0,0,0,7,0,0,0,8,0,0,0,24,0,0,0,0,0,0,0,120,2,0,0,48,0,0,0,49,0,0,0,25,0,0,0,11,0,0,0,50,0,0,0,51,0,0,0,4,0,0,0,9,0,0,0,26,0,0,0,0,0,0,0,144,2,0,0,48,0,0,0,52,0,0,0,27,0,0,0,12,0,0,0,53,0,0,0,54,0,0,0,5,0,0,0,10,0,0,0,28,0,0,0,0,0,0,0,168,2,0,0,55,0,0,0,56,0,0,0,29,0,0,0,13,0,0,0,57,0,0,0,58,0,0,0,30,0,0,0,11,0,0,0,31,0,0,0,0,0,0,0,216,2,0,0,59,0,0,0,60,0,0,0,32,0,0,0,14,0,0,0,61,0,0,0,62,0,0,0,33,0,0,0,12,0,0,0,34,0,0,0,0,0,0,0,248,2,0,0,24,0,0,0,63,0,0,0,1,0,0,0,9,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,8,3,0,0,24,0,0,0,64,0,0,0,1,0,0,0,10,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,0,0,0,0,24,3,0,0,24,0,0,0,65,0,0,0,1,0,0,0,11,0,0,0,2,0,0,0,2,0,0,0,15,0,0,0,16,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,7,0,0,0,142,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,7,0,0,0,150,209,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,13,0,0,9,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,7,0,0,0,158,213,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,211,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,95,112,137,0,255,9,47,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE);allocate([1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,3,0,0,0,5,0,0,0,7,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,211,0,0,0,1,0,0,0,11,0,0,0,13,0,0,0,17,0,0,0,19,0,0,0,23,0,0,0,29,0,0,0,31,0,0,0,37,0,0,0,41,0,0,0,43,0,0,0,47,0,0,0,53,0,0,0,59,0,0,0,61,0,0,0,67,0,0,0,71,0,0,0,73,0,0,0,79,0,0,0,83,0,0,0,89,0,0,0,97,0,0,0,101,0,0,0,103,0,0,0,107,0,0,0,109,0,0,0,113,0,0,0,121,0,0,0,127,0,0,0,131,0,0,0,137,0,0,0,139,0,0,0,143,0,0,0,149,0,0,0,151,0,0,0,157,0,0,0,163,0,0,0,167,0,0,0,169,0,0,0,173,0,0,0,179,0,0,0,181,0,0,0,187,0,0,0,191,0,0,0,193,0,0,0,197,0,0,0,199,0,0,0,209,0,0,0,0,0,0,0,56,3,0,0,66,0,0,0,67,0,0,0,0,0,0,0,80,3,0,0,68,0,0,0,69,0,0,0,1,0,0,0,1,0,0,0,3,0,0,0,9,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,36,0,0,0,4,0,0,0,13,0,0,0,3,0,0,0,14,0,0,0,0,0,0,0,88,3,0,0,70,0,0,0,71,0,0,0,15,0,0,0,11,0,0,0,4,0,0,0,10,0,0,0,37,0,0,0,38,0,0,0,12,0,0,0,39,0,0,0,40,0,0,0,15,0,0,0,13,0,0,0,16,0,0,0,8,0,0,0,0,0,0,0,96,3,0,0,5,0,0,0,6,0,0,0,248,255,255,255,248,255,255,255,96,3,0,0,7,0,0,0,8,0,0,0,8,0,0,0,0,0,0,0,120,3,0,0,72,0,0,0,73,0,0,0,248,255,255,255,248,255,255,255,120,3,0,0,74,0,0,0,75,0,0,0,4,0,0,0,0,0,0,0,144,3,0,0,76,0,0,0,77,0,0,0,252,255,255,255,252,255,255,255,144,3,0,0,78,0,0,0,79,0,0,0,4,0,0,0,0,0,0,0,168,3,0,0,80,0,0,0,81,0,0,0,252,255,255,255,252,255,255,255,168,3,0,0,82,0,0,0,83,0,0,0,0,0,0,0,224,3,0,0,70,0,0,0,84,0,0,0,16,0,0,0,11,0,0,0,4,0,0,0,10,0,0,0,41,0,0,0,38,0,0,0,12,0,0,0,39,0,0,0,40,0,0,0,15,0,0,0,14,0,0,0,17,0,0,0,0,0,0,0,240,3,0,0,68,0,0,0,85,0,0,0,17,0,0,0,1,0,0,0,3,0,0,0,9,0,0,0,42,0,0,0,2,0,0,0,2,0,0,0,36,0,0,0,4,0,0,0,13,0,0,0,15,0,0,0,18,0,0,0,0,0,0,0,0,4,0,0,70,0,0,0,86,0,0,0,18,0,0,0,11,0,0,0,4,0,0,0,10,0,0,0,37,0,0,0,38,0,0,0,12,0,0,0,43,0,0,0,44,0,0,0,19,0,0,0,13,0,0,0,16,0,0,0,0,0,0,0,16,4,0,0,68,0,0,0,87,0,0,0,19,0,0,0,1,0,0,0,3,0,0,0,9,0,0,0,1,0,0,0,2,0,0,0,2,0,0,0,45,0,0,0,46,0,0,0,20,0,0,0,3,0,0,0,14,0,0,0,0,0,0,0,32,4,0,0,88,0,0,0,89,0,0,0,90,0,0,0,1,0,0,0,11,0,0,0,16,0,0,0,0,0,0,0,64,4,0,0,91,0,0,0,92,0,0,0,90,0,0,0,2,0,0,0,12,0,0,0,17,0,0,0,0,0,0,0,80,4,0,0,93,0,0,0,94,0,0,0,90,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,0,0,0,0,144,4,0,0,95,0,0,0,96,0,0,0,90,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,0,0,0,0,200,4,0,0,97,0,0,0,98,0,0,0,90,0,0,0,3,0,0,0,4,0,0,0,23,0,0,0,5,0,0,0,24,0,0,0,1,0,0,0,2,0,0,0,6,0,0,0,0,0,0,0,8,5,0,0,99,0,0,0,100,0,0,0,90,0,0,0,7,0,0,0,8,0,0,0,25,0,0,0,9,0,0,0,26,0,0,0,3,0,0,0,4,0,0,0,10,0,0,0,0,0,0,0,64,5,0,0,101,0,0,0,102,0,0,0,90,0,0,0,47,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,1,0,0,0,248,255,255,255,64,5,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,0,0,0,0,120,5,0,0,103,0,0,0,104,0,0,0,90,0,0,0,55,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,2,0,0,0,248,255,255,255,120,5,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,168,5,0,0,105,0,0,0,106,0,0,0,90,0,0,0,1,0,0,0,0,0,0,0,208,5,0,0,107,0,0,0,108,0,0,0,90,0,0,0,2,0,0,0,0,0,0,0,240,5,0,0,109,0,0,0,110,0,0,0,90,0,0,0,63,0,0,0,64,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,65,0,0,0,24,0,0,0,25,0,0,0,0,0,0,0,24,6,0,0,111,0,0,0,112,0,0,0,90,0,0,0,66,0,0,0,67,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,68,0,0,0,30,0,0,0,31,0,0,0,0,0,0,0,56,6,0,0,113,0,0,0,114,0,0,0,90,0,0,0,69,0,0,0,70,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,71,0,0,0,36,0,0,0,37,0,0,0,0,0,0,0,88,6,0,0,115,0,0,0,116,0,0,0,90,0,0,0,72,0,0,0,73,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,74,0,0,0,42,0,0,0,43,0,0,0,0,0,0,0,120,6,0,0,117,0,0,0,118,0,0,0,90,0,0,0,3,0,0,0,4,0,0,0,0,0,0,0,160,6,0,0,119,0,0,0,120,0,0,0,90,0,0,0,5,0,0,0,6,0,0,0,0,0,0,0,200,6,0,0,121,0,0,0,122,0,0,0,90,0,0,0,1,0,0,0,37,0,0,0,0,0,0,0,240,6,0,0,123,0,0,0,124,0,0,0,90,0,0,0,2,0,0,0,38,0,0,0,0,0,0,0,24,7,0,0,125,0,0,0,126,0,0,0,90,0,0,0,18,0,0,0,5,0,0,0,44,0,0,0,0,0,0,0,64,7,0,0,127,0,0,0,128,0,0,0,90,0,0,0,19,0,0,0,6,0,0,0,45,0,0,0,0,0,0,0,152,7,0,0,129,0,0,0,130,0,0,0,90,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,75,0,0,0,76,0,0,0,12,0,0,0,77,0,0,0,0,0,0,0,96,7,0,0,129,0,0,0,131,0,0,0,90,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,75,0,0,0,76,0,0,0,12,0,0,0,77,0,0,0,0,0,0,0,200,7,0,0,132,0,0,0,133,0,0,0,90,0,0,0,5,0,0,0,6,0,0,0,13,0,0,0,78,0,0,0,79,0,0,0,14,0,0,0,80,0,0,0,0,0,0,0,8,8,0,0,134,0,0,0,135,0,0,0,90,0,0,0,0,0,0,0,24,8,0,0,136,0,0,0,137,0,0,0,90,0,0,0,21,0,0,0,20,0,0,0,22,0,0,0,21,0,0,0,23,0,0,0,1,0,0,0,22,0,0,0,15,0,0,0,0,0,0,0,96,8,0,0,138,0,0,0,139,0,0,0,90,0,0,0,81,0,0,0,82,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,0,0,0,0,112,8,0,0,140,0,0,0,141,0,0,0,90,0,0,0,83,0,0,0,84,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,0,0,0,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,48,4,0,0,129,0,0,0,142,0,0,0,90,0,0,0,0,0,0,0,64,8,0,0,129,0,0,0,143,0,0,0,90,0,0,0,23,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,24,0,0,0,24,0,0,0,25,0,0,0,25,0,0,0,26,0,0,0,5,0,0,0,26,0,0,0,16,0,0,0,0,0,0,0,168,7,0,0,129,0,0,0,144,0,0,0,90,0,0,0,7,0,0,0,8,0,0,0,17,0,0,0,85,0,0,0,86,0,0,0,18,0,0,0,87,0,0,0,0,0,0,0,232,7,0,0,129,0,0,0,145,0,0,0,90,0,0,0,9,0,0,0,10,0,0,0,19,0,0,0,88,0,0,0,89,0,0,0,20,0,0,0,90,0,0,0,0,0,0,0,112,7,0,0,129,0,0,0,146,0,0,0,90,0,0,0,3,0,0,0,4,0,0,0,11,0,0,0,75,0,0,0,76,0,0,0,12,0,0,0,77,0,0,0,2,0,0,0,0,0,0,0,144,8,0,0,147,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,27,0,0,0,7,0,0,0,1,0,0,0,13,0,0,0,0,0,0,0,184,8,0,0,147,0,0,0,151,0,0,0,149,0,0,0,150,0,0,0,27,0,0,0,8,0,0,0,2,0,0,0,14,0,0,0,0,0,0,0,200,8,0,0,152,0,0,0,153,0,0,0,91,0,0,0,0,0,0,0,248,8,0,0,147,0,0,0,154,0,0,0,149,0,0,0,150,0,0,0,28,0,0,0,0,0,0,0,232,8,0,0,147,0,0,0,155,0,0,0,149,0,0,0,150,0,0,0,29,0,0,0,0,0,0,0,24,9,0,0,147,0,0,0,156,0,0,0,149,0,0,0,150,0,0,0,30,0,0,0,0,0,0,0,40,9,0,0,147,0,0,0,157,0,0,0,149,0,0,0,150,0,0,0,27,0,0,0,9,0,0,0,3,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,115,116,91,48,93,32,61,61,32,84,79,80,76,69,86,69,76,0,115,114,99,47,97,115,109,50,119,97,115,109,46,104,0,112,114,111,99,101,115,115,65,115,109,0,97,115,109,70,117,110,99,116,105,111,110,91,48,93,32,61,61,32,68,69,70,85,78,0,97,108,109,111,115,116,32,97,115,109,0,98,111,100,121,91,48,93,91,48,93,32,61,61,32,83,84,65,84,32,38,38,32,98,111,100,121,91,48,93,91,49,93,91,48,93,32,61,61,32,83,84,82,73,78,71,32,38,38,32,40,98,111,100,121,91,48,93,91,49,93,91,49,93,45,62,103,101,116,73,83,116,114,105,110,103,40,41,32,61,61,32,73,83,116,114,105,110,103,40,34,117,115,101,32,97,115,109,34,41,32,124,124,32,98,111,100,121,91,48,93,91,49,93,91,49,93,45,62,103,101,116,73,83,116,114,105,110,103,40,41,32,61,61,32,73,83,116,114,105,110,103,40,34,97,108,109,111,115,116,32,97,115,109,34,41,41,0,118,97,108,117,101,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,49,93,32,61,61,32,79,82,32,38,38,32,118,97,108,117,101,91,51,93,91,48,93,32,61,61,32,78,85,77,32,38,38,32,118,97,108,117,101,91,51,93,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,49,93,32,61,61,32,80,76,85,83,0,105,109,112,111,114,116,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,49,93,91,48,93,32,61,61,32,78,65,77,69,32,38,38,32,118,97,108,117,101,91,49,93,91,49,93,32,61,61,32,77,97,116,104,95,102,114,111,117,110,100,32,38,38,32,118,97,108,117,101,91,50,93,91,48,93,91,48,93,32,61,61,32,78,85,77,32,38,38,32,118,97,108,117,101,91,50,93,91,48,93,91,49,93,45,62,103,101,116,78,117,109,98,101,114,40,41,32,61,61,32,48,0,118,97,108,117,101,91,48,93,32,61,61,32,67,65,76,76,0,105,110,118,97,108,105,100,32,118,105,101,119,32,105,109,112,111,114,116,0,99,111,110,115,116,114,117,99,116,111,114,91,48,93,32,61,61,32,78,65,77,69,0,105,110,118,97,108,105,100,32,115,104,111,114,116,32,118,105,101,119,32,105,109,112,111,114,116,0,118,105,101,119,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,118,105,101,119,115,46,101,110,100,40,41,0,105,110,118,97,108,105,100,32,118,97,114,32,101,108,101,109,101,110,116,0,112,97,105,114,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,95,101,109,115,99,114,105,112,116,101,110,95,114,101,112,108,97,99,101,95,109,101,109,111,114,121,0,33,119,97,115,109,46,99,104,101,99,107,70,117,110,99,116,105,111,110,40,118,97,108,117,101,41,0,119,97,115,109,46,99,104,101,99,107,70,117,110,99,116,105,111,110,40,118,97,108,117,101,41,0,109,101,109,111,114,121,66,97,115,101,0,116,97,98,108,101,66,97,115,101,0,87,97,115,109,86,97,108,105,100,97,116,111,114,40,41,46,118,97,108,105,100,97,116,101,40,119,97,115,109,41,0,10,102,117,110,99,58,32,0,99,117,114,114,91,48,93,32,61,61,32,83,84,65,84,0,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,0,99,117,114,114,91,48,93,32,61,61,32,65,83,83,73,71,78,32,38,38,32,99,117,114,114,91,50,93,91,48,93,32,61,61,32,78,65,77,69,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,32,38,38,32,99,111,110,116,105,110,117,101,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,112,97,114,101,110,116,76,97,98,101,108,46,105,115,78,117,108,108,40,41,0,97,115,109,32,112,97,114,115,105,110,103,46,46,46,10,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,112,114,111,118,105,100,101,100,84,111,116,97,108,77,101,109,111,114,121,39,93,59,32,125,0,69,114,114,111,114,58,32,112,114,111,118,105,100,101,100,32,109,101,109,111,114,121,32,105,115,32,110,111,116,32,97,32,109,117,108,116,105,112,108,101,32,111,102,32,116,104,101,32,54,52,107,32,119,97,115,109,32,112,97,103,101,32,115,105,122,101,10,0,119,97,115,109,105,110,103,46,46,46,10,0,119,97,115,109,45,115,45,101,120,112,114,101,115,115,105,111,110,32,112,97,114,115,105,110,103,46,46,46,10,0,119,97,115,109,45,98,105,110,97,114,121,32,112,97,114,115,105,110,103,46,46,46,10,0,105,110,115,116,97,110,116,105,97,116,105,110,103,32,109,111,100,117,108,101,58,32,10,0,103,101,110,101,114,97,116,105,110,103,32,101,120,112,111,114,116,115,46,46,46,10,0,123,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,32,61,32,123,125,59,32,125,0,123,32,118,97,114,32,110,97,109,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,91,110,97,109,101,93,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,41,59,32,77,111,100,117,108,101,91,39,95,99,97,108,108,95,102,114,111,109,95,106,115,39,93,40,36,48,41,59,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,116,101,109,112,82,101,116,117,114,110,39,93,59,32,125,59,32,125,0,123,32,118,97,114,32,109,111,100,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,118,97,114,32,98,97,115,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,49,41,59,32,118,97,114,32,110,97,109,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,50,41,59,32,97,115,115,101,114,116,40,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,109,111,100,44,32,98,97,115,101,41,32,33,61,61,32,117,110,100,101,102,105,110,101,100,44,32,39,99,104,101,99,107,105,110,103,32,105,109,112,111,114,116,32,39,32,43,32,110,97,109,101,32,43,32,39,32,61,32,39,32,43,32,109,111,100,32,43,32,39,46,39,32,43,32,98,97,115,101,41,59,32,125,0,99,114,101,97,116,105,110,103,32,105,110,115,116,97,110,99,101,46,46,46,10,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,101,120,116,114,97,83,116,97,99,107,84,114,97,99,101,39,93,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,32,114,101,116,117,114,110,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,77,111,100,117,108,101,91,39,95,105,110,116,101,114,112,114,101,116,101,114,95,115,116,97,99,107,95,116,114,97,99,101,39,93,40,41,41,59,32,125,59,32,125,0,99,97,108,108,95,102,114,111,109,95,106,115,32,0,115,114,99,47,119,97,115,109,45,106,115,46,99,112,112,0,99,97,108,108,95,102,114,111,109,95,106,115,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,46,108,101,110,103,116,104,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,91,36,48,93,32,125,0,99,97,108,108,95,102,114,111,109,95,106,115,32,114,101,116,117,114,110,105,110,103,32,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,82,101,116,117,114,110,39,93,32,61,32,117,110,100,101,102,105,110,101,100,32,125,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,82,101,116,117,114,110,39,93,32,61,32,36,48,32,125,0,105,115,83,116,114,105,110,103,40,41,0,103,101,116,73,83,116,114,105,110,103,0,115,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,105,115,116,114,105,110,103,46,104,0,73,83,116,114,105,110,103,0,33,119,97,115,109,58,58,84,104,114,101,97,100,80,111,111,108,58,58,105,115,82,117,110,110,105,110,103,40,41,0,115,101,116,0,115,105,122,101,0,105,115,78,117,109,98,101,114,40,41,0,103,101,116,78,117,109,98,101,114,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,109,97,112,112,101,100,71,108,111,98,97,108,115,46,101,110,100,40,41,0,97,108,108,111,99,97,116,101,71,108,111,98,97,108,0,105,109,112,111,114,116,101,100,91,48,93,32,61,61,32,68,79,84,0,109,111,100,117,108,101,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,77,97,116,104,95,105,109,117,108,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,99,108,122,51,50,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,102,114,111,117,110,100,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,97,98,115,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,102,108,111,111,114,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,99,101,105,108,46,105,115,78,117,108,108,40,41,0,77,97,116,104,95,115,113,114,116,46,105,115,78,117,108,108,40,41,0,109,111,100,117,108,101,91,48,93,32,61,61,32,78,65,77,69,0,116,101,109,112,68,111,117,98,108,101,80,116,114,46,105,115,78,117,108,108,40,41,0,108,108,118,109,95,99,116,116,122,95,105,51,50,46,105,115,78,117,108,108,40,41,0,103,101,116,67,83,116,114,105,110,103,0,97,32,60,61,32,115,116,100,58,58,110,117,109,101,114,105,99,95,108,105,109,105,116,115,60,97,100,100,114,101,115,115,95,116,62,58,58,109,97,120,40,41,0,115,114,99,47,119,97,115,109,46,104,0,110,101,120,116,70,117,110,99,116,105,111,110,32,60,32,110,117,109,70,117,110,99,116,105,111,110,115,0,115,114,99,47,119,97,115,109,45,109,111,100,117,108,101,45,98,117,105,108,100,105,110,103,46,104,0,113,117,101,117,101,70,117,110,99,116,105,111,110,0,110,101,120,116,70,117,110,99,116,105,111,110,32,61,61,32,110,117,109,70,117,110,99,116,105,111,110,115,0,102,105,110,105,115,104,0,67,111,117,108,100,32,110,111,116,32,102,105,110,100,32,112,97,115,115,58,32,0,70,97,116,97,108,58,32,0,111,112,101,114,97,110,100,115,32,38,38,32,111,112,101,114,97,110,100,115,45,62,115,105,122,101,40,41,32,61,61,32,49,0,103,101,116,66,117,105,108,116,105,110,70,117,110,99,116,105,111,110,84,121,112,101,0,105,110,100,101,120,32,60,32,117,115,101,100,69,108,101,109,101,110,116,115,0,115,114,99,47,109,105,120,101,100,95,97,114,101,110,97,46,104,0,73,109,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,114,101,116,117,114,110,32,116,121,112,101,0,73,109,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,112,97,114,97,109,101,116,101,114,115,0,32,61,61,32,0,58,32,0,44,32,111,110,32,10,0,110,97,109,101,46,115,116,114,0,91,119,97,115,109,45,118,97,108,105,100,97,116,111,114,32,101,114,114,111,114,32,105,110,32,102,117,110,99,116,105,111,110,32,0,91,119,97,115,109,45,118,97,108,105,100,97,116,111,114,32,101,114,114,111,114,32,105,110,32,109,111,100,117,108,101,93,32,0,69,120,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,114,101,116,117,114,110,32,116,121,112,101,0,69,120,112,111,114,116,101,100,32,102,117,110,99,116,105,111,110,32,109,117,115,116,32,110,111,116,32,104,97,118,101,32,105,54,52,32,112,97,114,97,109,101,116,101,114,115,0,103,108,111,98,97,108,32,105,110,105,116,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,103,108,111,98,97,108,32,105,110,105,116,32,109,117,115,116,32,104,97,118,101,32,99,111,114,114,101,99,116,32,116,121,112,101,0,117,110,101,120,112,101,99,116,101,100,32,102,97,108,115,101,58,32,0,32,33,61,32,0,98,108,111,99,107,43,98,114,101,97,107,115,32,109,117,115,116,32,104,97,118,101,32,114,105,103,104,116,32,116,121,112,101,32,105,102,32,98,114,101,97,107,115,32,114,101,116,117,114,110,32,97,32,118,97,108,117,101,0,98,114,101,97,107,32,97,114,105,116,105,101,115,32,109,117,115,116,32,109,97,116,99,104,0,98,108,111,99,107,43,98,114,101,97,107,115,32,109,117,115,116,32,104,97,118,101,32,114,105,103,104,116,32,116,121,112,101,32,105,102,32,98,108,111,99,107,32,101,110,100,115,32,119,105,116,104,32,97,32,114,101,97,99,104,97,98,108,101,32,118,97,108,117,101,0,105,102,32,98,108,111,99,107,32,101,110,100,115,32,119,105,116,104,32,97,32,110,111,110,101,44,32,98,114,101,97,107,115,32,99,97,110,110,111,116,32,115,101,110,100,32,97,32,118,97,108,117,101,32,111,102,32,97,110,121,32,116,121,112,101,0,110,111,110,45,102,105,110,97,108,32,98,108,111,99,107,32,101,108,101,109,101,110,116,115,32,114,101,116,117,114,110,105,110,103,32,97,32,118,97,108,117,101,32,109,117,115,116,32,98,101,32,100,114,111,112,40,41,101,100,32,40,98,105,110,97,114,121,101,110,39,115,32,97,117,116,111,100,114,111,112,32,111,112,116,105,111,110,32,109,105,103,104,116,32,104,101,108,112,32,121,111,117,41,0,40,111,110,32,105,110,100,101,120,32,0,58,10,0,10,41,44,32,116,121,112,101,58,32,0,117,115,101,100,69,108,101,109,101,110,116,115,32,62,32,48,0,98,97,99,107,0,105,110,116,40,95,105,100,41,32,61,61,32,105,110,116,40,84,58,58,83,112,101,99,105,102,105,99,73,100,41,0,99,97,115,116,0,105,102,32,99,111,110,100,105,116,105,111,110,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,98,114,101,97,107,115,32,116,111,32,97,32,108,111,111,112,32,99,97,110,110,111,116,32,112,97,115,115,32,97,32,118,97,108,117,101,0,98,114,101,97,107,32,99,111,110,100,105,116,105,111,110,32,109,117,115,116,32,98,101,32,105,51,50,0,98,114,101,97,107,115,32,109,117,115,116,32,104,97,118,101,32,97,32,118,97,108,105,100,32,118,97,108,117,101,0,97,108,108,32,98,114,101,97,107,32,116,97,114,103,101,116,115,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,98,114,95,116,97,98,108,101,32,99,111,110,100,105,116,105,111,110,32,109,117,115,116,32,98,101,32,105,51,50,0,99,97,108,108,32,116,97,114,103,101,116,32,109,117,115,116,32,101,120,105,115,116,0,99,97,108,108,32,112,97,114,97,109,32,110,117,109,98,101,114,32,109,117,115,116,32,109,97,116,99,104,0,99,97,108,108,32,112,97,114,97,109,32,116,121,112,101,115,32,109,117,115,116,32,109,97,116,99,104,0,40,111,110,32,97,114,103,117,109,101,110,116,32,0,99,97,108,108,95,105,109,112,111,114,116,32,116,97,114,103,101,116,32,109,117,115,116,32,101,120,105,115,116,0,110,111,32,116,97,98,108,101,0,99,97,108,108,95,105,110,100,105,114,101,99,116,32,116,121,112,101,32,109,117,115,116,32,101,120,105,115,116,0,105,110,100,105,114,101,99,116,32,99,97,108,108,32,116,97,114,103,101,116,32,109,117,115,116,32,98,101,32,97,110,32,105,51,50,0,115,101,116,95,108,111,99,97,108,32,105,110,100,101,120,32,109,117,115,116,32,98,101,32,115,109,97,108,108,32,101,110,111,117,103,104,0,115,101,116,95,108,111,99,97,108,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,115,101,116,95,108,111,99,97,108,32,116,121,112,101,32,109,117,115,116,32,109,97,116,99,104,32,102,117,110,99,116,105,111,110,0,108,111,97,100,32,112,111,105,110,116,101,114,32,116,121,112,101,32,109,117,115,116,32,98,101,32,105,51,50,0,98,97,100,32,97,108,105,103,110,109,101,110,116,58,32,0,97,108,105,103,110,109,101,110,116,32,109,117,115,116,32,110,111,116,32,101,120,99,101,101,100,32,110,97,116,117,114,97,108,0,115,116,111,114,101,32,112,111,105,110,116,101,114,32,116,121,112,101,32,109,117,115,116,32,98,101,32,105,51,50,0,115,116,111,114,101,32,118,97,108,117,101,32,116,121,112,101,32,109,117,115,116,32,110,111,116,32,98,101,32,110,111,110,101,0,115,116,111,114,101,32,118,97,108,117,101,32,116,121,112,101,32,109,117,115,116,32,109,97,116,99,104,0,117,110,97,114,105,101,115,32,109,117,115,116,32,110,111,116,32,114,101,99,101,105,118,101,32,97,32,110,111,110,101,32,97,115,32,116,104,101,105,114,32,105,110,112,117,116,0,101,113,122,32,109,117,115,116,32,114,101,116,117,114,110,32,105,51,50,0,110,111,110,45,99,111,110,118,101,114,115,105,111,110,32,117,110,97,114,105,101,115,32,109,117,115,116,32,114,101,116,117,114,110,32,116,104,101,32,115,97,109,101,32,116,121,112,101,0,101,113,122,32,105,110,112,117,116,32,109,117,115,116,32,98,101,32,105,51,50,32,111,114,32,105,54,52,0,101,120,116,101,110,100,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,119,114,97,112,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,116,114,117,110,99,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,102,51,50,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,102,54,52,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,99,111,110,118,101,114,116,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,112,114,111,109,111,116,101,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,100,101,109,111,116,101,32,116,121,112],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+6184);allocate([101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,105,51,50,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,114,101,105,110,116,101,114,112,114,101,116,47,105,54,52,32,116,121,112,101,32,109,117,115,116,32,98,101,32,99,111,114,114,101,99,116,0,98,105,110,97,114,121,32,99,104,105,108,100,32,116,121,112,101,115,32,109,117,115,116,32,98,101,32,101,113,117,97,108,0,115,101,108,101,99,116,32,108,101,102,116,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,115,101,108,101,99,116,32,114,105,103,104,116,32,109,117,115,116,32,98,101,32,118,97,108,105,100,0,103,114,111,119,95,109,101,109,111,114,121,32,109,117,115,116,32,104,97,118,101,32,49,32,111,112,101,114,97,110,100,0,103,114,111,119,95,109,101,109,111,114,121,32,109,117,115,116,32,104,97,118,101,32,105,51,50,32,111,112,101,114,97,110,100,0,102,117,110,99,116,105,111,110,32,98,111,100,121,32,116,121,112,101,32,109,117,115,116,32,109,97,116,99,104,44,32,105,102,32,102,117,110,99,116,105,111,110,32,114,101,116,117,114,110,115,0,102,117,110,99,116,105,111,110,32,114,101,115,117,108,116,32,109,117,115,116,32,109,97,116,99,104,44,32,105,102,32,102,117,110,99,116,105,111,110,32,114,101,116,117,114,110,115,0,115,101,103,109,101,110,116,32,111,102,102,115,101,116,32,115,104,111,117,108,100,32,98,101,32,105,51,50,0,115,101,103,109,101,110,116,32,111,102,102,115,101,116,32,115,104,111,117,108,100,32,98,101,32,99,111,110,115,116,97,110,116,0,109,101,109,111,114,121,32,109,97,120,32,62,61,32,105,110,105,116,105,97,108,0,109,97,120,32,109,101,109,111,114,121,32,109,117,115,116,32,98,101,32,60,61,32,52,71,66,0,115,101,103,109,101,110,116,32,115,105,122,101,32,115,104,111,117,108,100,32,102,105,116,32,105,110,32,109,101,109,111,114,121,0,117,110,101,120,112,101,99,116,101,100,32,116,114,117,101,58,32,0,109,111,100,117,108,101,32,101,120,112,111,114,116,115,32,109,117,115,116,32,98,101,32,102,111,117,110,100,0,109,111,100,117,108,101,32,101,120,112,111,114,116,115,32,109,117,115,116,32,98,101,32,117,110,105,113,117,101,0,115,116,97,114,116,32,109,117,115,116,32,98,101,32,102,111,117,110,100,0,115,116,97,114,116,32,109,117,115,116,32,104,97,118,101,32,48,32,112,97,114,97,109,115,0,115,116,97,114,116,32,109,117,115,116,32,110,111,116,32,114,101,116,117,114,110,32,97,32,118,97,108,117,101,0,34,40,110,117,108,108,41,34,0,91,93,0,110,117,108,108,0,34,58,32,0,102,117,110,99,45,62,108,111,99,97,108,73,110,100,105,99,101,115,46,115,105,122,101,40,41,32,61,61,32,102,117,110,99,45,62,112,97,114,97,109,115,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,98,117,105,108,100,101,114,46,104,0,97,100,100,80,97,114,97,109,0,102,117,110,99,45,62,108,111,99,97,108,73,110,100,105,99,101,115,46,115,105,122,101,40,41,32,61,61,32,102,117,110,99,45,62,112,97,114,97,109,115,46,115,105,122,101,40,41,32,43,32,102,117,110,99,45,62,118,97,114,115,46,115,105,122,101,40,41,0,97,100,100,86,97,114,0,97,115,109,50,119,97,115,109,32,61,61,32,110,117,108,108,112,116,114,32,38,38,32,115,69,120,112,114,101,115,115,105,111,110,80,97,114,115,101,114,32,61,61,32,110,117,108,108,112,116,114,32,38,38,32,115,69,120,112,114,101,115,115,105,111,110,87,97,115,109,66,117,105,108,100,101,114,32,61,61,32,110,117,108,108,112,116,114,32,38,38,32,105,110,115,116,97,110,99,101,32,61,61,32,110,117,108,108,112,116,114,0,112,114,101,112,97,114,101,50,119,97,115,109,0,123,32,114,101,116,117,114,110,32,33,33,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,87,65,83,77,95,74,83,95,68,69,66,85,71,39,93,32,125,0,47,47,32,69,77,83,67,82,73,80,84,69,78,95,83,84,65,82,84,95,70,85,78,67,83,0,114,101,116,117,114,110,32,116,114,117,101,59,0,102,117,110,99,116,105,111,110,32,0,115,116,114,115,116,114,40,103,114,111,119,116,104,70,117,110,99,83,116,97,114,116,32,43,32,49,44,32,34,102,117,110,99,116,105,111,110,32,34,41,32,61,61,32,48,0,112,114,111,99,101,115,115,0,103,114,111,119,116,104,70,117,110,99,69,110,100,32,62,32,103,114,111,119,116,104,70,117,110,99,83,116,97,114,116,32,43,32,53,0,65,100,100,114,101,115,115,0,115,116,97,99,107,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,115,45,112,97,114,115,101,114,46,104,0,112,97,114,115,101,0,115,116,97,99,107,32,105,115,32,110,111,116,32,101,109,112,116,121,0,78,52,119,97,115,109,49,52,80,97,114,115,101,69,120,99,101,112,116,105,111,110,69,0,101,120,112,101,99,116,101,100,32,108,105,115,116,0,101,120,112,101,99,116,101,100,32,115,116,114,105,110,103,0,32,41,0,101,120,112,101,99,116,101,100,32,109,111,114,101,32,101,108,101,109,101,110,116,115,32,105,110,32,108,105,115,116,0,109,111,100,117,108,101,91,48,93,45,62,115,116,114,40,41,32,61,61,32,77,79,68,85,76,69,0,83,69,120,112,114,101,115,115,105,111,110,87,97,115,109,66,117,105,108,100,101,114,0,33,105,115,76,105,115,116,95,0,115,116,114,0,99,95,115,116,114,0,119,114,105,116,101,32,62,61,32,100,97,116,97,46,100,97,116,97,40,41,0,115,116,114,105,110,103,84,111,66,105,110,97,114,121,0,97,99,116,117,97,108,32,60,61,32,100,97,116,97,46,115,105,122,101,40,41,0,105,110,118,97,108,105,100,32,114,101,115,117,108,116,32,97,114,105,116,121,0,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,0,102,117,110,99,46,105,115,76,105,115,116,40,41,0,112,97,114,115,101,84,121,112,101,0,102,117,110,99,116,105,111,110,84,121,112,101,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,70,117,110,99,116,105,111,110,84,121,112,101,0,110,111,32,110,97,109,101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,102,111,114,32,105,109,112,111,114,116,0,98,97,100,32,105,109,112,111,114,116,32,101,108,101,109,101,110,116,0,114,101,115,117,108,116,91,48,93,45,62,115,116,114,40,41,32,61,61,32,82,69,83,85,76,84,0,112,97,114,115,101,73,109,112,111,114,116,0,98,97,100,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,32,0,117,110,107,110,111,119,110,32,109,111,100,117,108,101,32,101,108,101,109,101,110,116,0,98,97,100,32,102,117,110,99,32,100,101,99,108,97,114,97,116,105,111,110,0,110,111,32,102,117,110,99,116,105,111,110,32,116,121,112,101,32,91,105,110,116,101,114,110,97,108,32,101,114,114,111,114,63,93,0,105,110,118,97,108,105,100,32,110,111,100,101,32,102,111,114,32,112,97,114,115,101,69,120,112,114,101,115,115,105,111,110,44,32,110,101,101,100,101,100,32,108,105,115,116,0,97,98,111,114,116,95,111,110,32,0,98,97,100,32,116,121,112,101,32,102,111,114,32,0,32,118,115,32,118,97,108,117,101,32,116,121,112,101,32,0,119,97,107,97,32,0,103,101,116,95,108,111,99,97,108,0,115,101,116,95,108,111,99,97,108,0,103,101,116,95,103,108,111,98,97,108,0,115,101,116,95,103,108,111,98,97,108,0,108,111,97,100,0,115,116,111,114,101,0,117,110,97,114,121,0,104,111,115,116,0,110,111,110,101,0,105,51,50,0,105,54,52,0,102,51,50,0,102,54,52,0,108,101,102,116,32,38,38,32,114,105,103,104,116,0,102,105,110,97,108,105,122,101,0,98,97,100,32,99,111,110,115,116,0,109,111,100,105,102,105,101,114,32,63,32,112,111,115,105,116,105,118,101,91,52,93,32,61,61,32,39,48,39,32,38,38,32,112,111,115,105,116,105,118,101,91,53,93,32,61,61,32,39,120,39,32,58,32,49,0,115,114,99,47,112,97,114,115,105,110,103,46,104,0,112,97,114,115,101,67,111,110,115,116,0,114,101,116,45,62,118,97,108,117,101,46,116,121,112,101,32,61,61,32,116,121,112,101,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,51,50,0,99,97,115,116,84,111,70,51,50,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,105,54,52,0,99,97,115,116,84,111,70,54,52,0,101,120,116,114,97,91,49,93,32,61,61,32,39,54,39,0,109,97,107,101,76,111,97,100,0,101,120,116,114,97,91,49,93,32,61,61,32,39,50,39,0,101,113,0,98,97,100,32,111,102,102,115,101,116,0,98,97,100,32,108,111,97,100,32,97,116,116,114,105,98,117,116,101,0,109,97,107,101,83,116,111,114,101,0,98,97,100,32,115,116,111,114,101,32,97,116,116,114,105,98,117,116,101,0,118,97,108,117,101,84,121,112,101,32,33,61,32,110,111,110,101,0,108,97,98,101,108,83,116,97,99,107,46,98,97,99,107,40,41,32,61,61,32,99,117,114,114,45,62,110,97,109,101,0,109,97,107,101,66,108,111,99,107,0,105,110,118,97,108,105,100,32,108,97,98,101,108,0,112,111,112,95,98,97,99,107,0,105,109,112,111,114,116,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,73,109,112,111,114,116,0,105,110,118,97,108,105,100,32,99,97,108,108,95,105,110,100,105,114,101,99,116,32,116,121,112,101,0,108,111,99,97,108,32,97,99,99,101,115,115,32,105,110,32,110,111,110,45,102,117,110,99,116,105,111,110,32,115,99,111,112,101,0,98,97,100,32,108,111,99,97,108,32,110,97,109,101,0,98,97,100,32,108,111,99,97,108,32,105,110,100,101,120,0,108,111,99,97,108,73,110,100,105,99,101,115,46,99,111,117,110,116,40,110,97,109,101,41,32,62,32,48,0,103,101,116,76,111,99,97,108,73,110,100,101,120,0,98,97,100,32,103,101,116,95,103,108,111,98,97,108,32,110,97,109,101,0,105,102,45,116,114,117,101,0,105,102,45,101,108,115,101,0,105,102,84,114,117,101,0,108,111,111,112,45,105,110,0,105,102,84,114,117,101,32,38,38,32,105,102,70,97,108,115,101,0,105,110,110,101,114,46,115,105,122,101,40,41,32,62,32,48,32,63,32,105,110,110,101,114,91,48,93,45,62,115,116,114,40,41,32,33,61,32,73,77,80,79,82,84,32,58,32,116,114,117,101,0,112,97,114,115,101,77,101,109,111,114,121,0,116,111,116,97,108,32,109,101,109,111,114,121,32,109,117,115,116,32,98,101,32,60,61,32,52,71,66,0,100,97,116,97,32,98,117,116,32,110,111,32,109,101,109,111,114,121,0,109,101,109,111,114,121,32,101,120,112,111,114,116,101,100,32,98,117,116,32,110,111,32,109,101,109,111,114,121,0,105,32,61,61,32,115,46,115,105,122,101,40,41,0,112,97,114,115,101,71,108,111,98,97,108,0,101,108,101,109,32,119,105,116,104,111,117,116,32,116,97,98,108,101,0,117,110,102,97,109,105,108,105,97,114,32,115,101,99,116,105,111,110,58,32,0,112,111,115,32,43,32,110,97,109,101,83,105,122,101,32,45,32,49,32,60,32,105,110,112,117,116,46,115,105,122,101,40,41,0,115,114,99,47,119,97,115,109,45,98,105,110,97,114,121,46,104,0,114,101,97,100,0,112,111,115,32,61,61,32,98,101,102,111,114,101,32,43,32,115,101,99,116,105,111,110,83,105,122,101,0,61,61,32,114,101,97,100,72,101,97,100,101,114,0,115,117,114,112,114,105,115,105,110,103,32,118,97,108,117,101,0,60,61,61,0,103,101,116,73,110,116,51,50,58,32,0,32,61,61,62,0,103,101,116,73,110,116,49,54,58,32,0,117,110,101,120,112,101,99,116,101,100,32,101,110,100,32,111,102,32,105,110,112,117,116,0,103,101,116,73,110,116,56,58,32,0,32,40,97,116,32,0,103,101,116,85,51,50,76,69,66,58,32,0,115,116,100,58,58,105,115,95,115,105,103,110,101,100,60,84,62,58,58,118,97,108,117,101,32,38,38,32,108,97,115,116,32,38,38,32,34,100,114,111,112,112,101,100,32,98,105,116,115,32,111,110,108,121,32,118,97,108,105,100,32,102,111,114,32,115,105,103,110,101,100,32,76,69,66,34,0,115,105,122,101,95,116,40,115,104,105,102,116,41,32,60,32,115,105,122,101,111,102,40,84,41,32,42,32,56,32,38,38,32,34,76,69,66,32,111,118,101,114,102,108,111,119,34,0,78,83,116,51,95,95,50,49,55,98,97,100,95,102,117,110,99,116,105,111,110,95,99,97,108,108,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,104,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,104,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,85,51,50,76,69,66,69,118,69,85,108,118,69,95,0,112,111,115,32,43,32,115,101,99,116,105,111,110,83,105,122,101,32,60,61,32,105,110,112,117,116,46,115,105,122,101,40,41,0,61,61,32,114,101,97,100,83,116,97,114,116,0,61,61,32,114,101,97,100,77,101,109,111,114,121,0,61,61,32,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,58,32,0,114,101,97,100,32,111,110,101,0,102,111,114,109,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,84,121,112,101,70,111,114,109,115,58,58,66,97,115,105,99,0,114,101,97,100,83,105,103,110,97,116,117,114,101,115,0,110,117,109,32,112,97,114,97,109,115,58,32,0,110,117,109,82,101,115,117,108,116,115,32,61,61,32,49,0,61,61,32,114,101,97,100,73,109,112,111,114,116,115,0,105,109,112,111,114,116,36,0,105,110,100,101,120,32,60,32,119,97,115,109,46,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,73,109,112,111,114,116,115,0,99,117,114,114,45,62,102,117,110,99,116,105,111,110,84,121,112,101,45,62,110,97,109,101,46,105,115,40,41,0,105,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,103,101,116,73,110,108,105,110,101,83,116,114,105,110,103,58,32,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,83,105,103,110,97,116,117,114,101,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,115,0,116,111,116,97,108,32,61,61,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,114,101,97,100,70,117,110,99,116,105,111,110,115,0,114,101,97,100,32,111,110,101,32,97,116,32,0,115,105,122,101,32,62,32,48,0,114,101,97,100,105,110,103,0,112,114,111,99,101,115,115,105,110,103,32,102,117,110,99,116,105,111,110,58,32,0,98,114,101,97,107,83,116,97,99,107,46,101,109,112,116,121,40,41,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,101,109,112,116,121,40,41,0,100,101,112,116,104,32,61,61,32,48,0,112,111,115,32,61,61,32,101,110,100,79,102,70,117,110,99,116,105,111,110,0,118,97,114,36,0,122,122,32,114,101,99,117,114,115,101,32,105,110,116,111,32,0,32,97,116,32,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,32,115,101,101,105,110,103,32,0,98,97,100,32,99,111,100,101,32,48,120,0,122,122,32,114,101,99,117,114,115,101,32,102,114,111,109,32,0,122,122,32,110,111,100,101,58,32,66,108,111,99,107,0,101,110,100,32,62,61,32,115,116,97,114,116,0,118,105,115,105,116,66,108,111,99,107,0,10,32,122,122,32,66,108,111,99,107,32,101,108,101,109,101,110,116,32,0,108,97,98,101,108,36,0,112,111,115,32,62,32,48,0,117,110,103,101,116,73,110,116,56,0,117,110,103,101,116,73,110,116,56,32,40,97,116,32,0,122,122,32,110,111,100,101,58,32,73,102,0,108,97,115,116,83,101,112,97,114,97,116,111,114,32,61,61,32,66,105,110,97,114,121,67,111,110,115,116,115,58,58,69,110,100,0,118,105,115,105,116,73,102,0,122,122,32,110,111,100,101,58,32,76,111,111,112,0,122,122,32,110,111,100,101,58,32,66,114,101,97,107,0,97,114,105,116,121,32,61,61,32,48,32,124,124,32,97,114,105,116,121,32,61,61,32,49,0,118,105,115,105,116,66,114,101,97,107,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,45,32,49,32,45,32,111,102,102,115,101,116,32,60,32,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,0,103,101,116,66,114,101,97,107,78,97,109,101,0,122,122,32,110,111,100,101,58,32,83,119,105,116,99,104,0,118,105,115,105,116,83,119,105,116,99,104,0,122,122,32,110,111,100,101,58,32,67,97,108,108,0,105,110,100,101,120,32,60,32,102,117,110,99,116,105,111,110,84,121,112,101,115,46,115,105,122,101,40,41,0,118,105,115,105,116,67,97,108,108,0,110,117,109,32,61,61,32,97,114,105,116,121,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,0,118,105,115,105,116,67,97,108,108,73,109,112,111,114,116,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,109,112,111,114,116,32,0,32,119,105,116,104,32,116,121,112,101,32,0,32,97,110,100,32,0,32,112,97,114,97,109,115,10,0,105,32,60,32,105,109,112,111,114,116,115,46,115,105,122,101,40,41,0,122,122,32,110,111,100,101,58,32,67,97,108,108,73,110,100,105,114,101,99,116,0,118,105,115,105,116,67,97,108,108,73,110,100,105,114,101,99,116,0,122,122,32,110,111,100,101,58,32,71,101,116,76,111,99,97,108,32,0,99,117,114,114,45,62,105,110,100,101,120,32,60,32,99,117,114,114,70,117,110,99,116,105,111,110,45,62,103,101,116,78,117,109,76,111,99,97,108,115,40,41,0,118,105,115,105,116,71,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,58,32,83,101,116,124,84,101,101,76,111,99,97,108,0,118,105,115,105,116,83,101,116,76,111,99,97,108,0,122,122,32,110,111,100,101,58,32,71,101,116,71,108,111,98,97,108,32,0,98,97,100,32,103,101,116,95,103,108,111,98,97,108,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,99,111,117,110,116,40,105,110,100,101,120,41,0,103,101,116,71,108,111,98,97,108,78,97,109,101,0,122,122,32,110,111,100,101,58,32,83,101,116,71,108,111,98,97,108,0,122,122,32,110,111,100,101,58,32,83,101,108,101,99,116,0,122,122,32,110,111,100,101,58,32,82,101,116,117,114,110,0,118,105,115,105,116,82,101,116,117,114,110,0,122,122,32,110,111,100,101,58,32,78,111,112,0,122,122,32,110,111,100,101,58,32,85,110,114,101,97,99,104,97,98,108,101,0,122,122,32,110,111,100,101,58,32,68,114,111,112,0,122,122,32,110,111,100,101,58,32,66,105,110,97,114,121,0,122,122,32,110,111,100,101,58,32,85,110,97,114,121,0,122,122,32,110,111,100,101,58,32,67,111,110,115,116,0,118,97,108,117,101,32,60,32,48,32,38,38,32,34,115,105,103,110,45,101,120,116,101,110,100,32,115,104,111,117,108,100,32,112,114,111,100,117,99,101,115,32,97,32,110,101,103,97,116,105,118,101,32,118,97,108,117,101,34,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,51,50,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,85,54,52,76,69,66,58,32,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,52,95,69,69,70,97,118,69,69,69,0,90,78,52,119,97,115,109,49,55,87,97,115,109,66,105,110,97,114,121,66,117,105,108,100,101,114,57,103,101,116,83,54,52,76,69,66,69,118,69,85,108,118,69,95,0,103,101,116,70,108,111,97,116,51,50,58,32,0,114,101,105,110,116,101,114,112,114,101,116,102,51,50,0,103,101,116,70,108,111,97,116,54,52,58,32,0,103,101,116,73,110,116,54,52,58,32,0,114,101,105,110,116,101,114,112,114,101,116,102,54,52,0,122,122,32,110,111,100,101,58,32,76,111,97,100,0,122,122,32,110,111,100,101,58,32,83,116,111,114,101,0,122,122,32,110,111,100,101,58,32,72,111,115,116,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,112,111,112,69,120,112,114,101,115,115,105,111,110,0,61,61,32,114,101,97,100,69,120,112,111,114,116,115,0,61,61,32,114,101,97,100,71,108,111,98,97,108,115,0,114,101,97,100,69,120,112,114,101,115,115,105,111,110,0,101,120,112,114,101,115,115,105,111,110,83,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,49,0,61,61,32,114,101,97,100,68,97,116,97,83,101,103,109,101,110,116,115,0,61,61,32,114,101,97,100,70,117,110,99,116,105,111,110,84,97,98,108,101,0,61,61,32,114,101,97,100,78,97,109,101,115,0,110,117,109,32,61,61,32,102,117,110,99,116,105,111,110,115,46,115,105,122,101,40,41,0,114,101,97,100,78,97,109,101,115,0,110,117,109,76,111,99,97,108,115,32,61,61,32,48,0,78,52,119,97,115,109,52,80,97,115,115,69,0,90,49,49,105,110,115,116,97,110,116,105,97,116,101,69,49,57,74,83,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,0,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,49,55,69,120,116,101,114,110,97,108,73,110,116,101,114,102,97,99,101,69,0,105,109,112,111,114,116,45,62,107,105,110,100,32,61,61,32,73,109,112,111,114,116,58,58,77,101,109,111,114,121,0,105,110,105,116,0,123,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,91,39,109,101,109,111,114,121,39,93,32,61,32,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,39,101,110,118,39,44,32,39,109,101,109,111,114,121,39,41,59,32,125,0,123,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,91,39,109,101,109,111,114,121,39,93,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,110,101,119,66,117,102,102,101,114,39,93,32,61,32,110,101,119,32,65,114,114,97,121,66,117,102,102,101,114,40,36,48,41,59,32,125,0,123,32,118,97,114,32,115,111,117,114,99,101,32,61,32,77,111,100,117,108,101,91,39,72,69,65,80,56,39,93,46,115,117,98,97,114,114,97,121,40,36,49,44,32,36,49,32,43,32,36,50,41,59,32,118,97,114,32,116,97,114,103,101,116,32,61,32,110,101,119,32,73,110,116,56,65,114,114,97,121,40,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,91,39,109,101,109,111,114,121,39,93,41,59,32,116,97,114,103,101,116,46,115,101,116,40,115,111,117,114,99,101,44,32,36,48,41,59,32,125,0,105,109,112,111,114,116,45,62,107,105,110,100,32,61,61,32,73,109,112,111,114,116,58,58,84,97,98,108,101,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,32,61,32,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,39,101,110,118,39,44,32,39,116,97,98,108,101,39,41,59,32,125,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,32,61,32,110,101,119,32,65,114,114,97,121,40,36,48,41,59,32,125,0,123,32,77,111,100,117,108,101,91,39,97,115,109,69,120,112,111,114,116,115,39,93,91,39,116,97,98,108,101,39,93,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,59,32,125,0,111,102,102,115,101,116,32,43,32,115,101,103,109,101,110,116,46,100,97,116,97,46,115,105,122,101,40,41,32,60,61,32,119,97,115,109,46,116,97,98,108,101,46,105,110,105,116,105,97,108,0,123,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,91,36,48,93,32,61,32,36,49,59,32,125,0,78,52,119,97,115,109,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,50,52,67,111,110,115,116,97,110,116,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,78,83,95,52,70,108,111,119,69,69,69,0,101,120,116,101,110,100,84,111,83,73,54,52,0,101,120,116,101,110,100,84,111,85,73,54,52,0,116,114,117,110,99,97,116,101,84,111,73,51,50,0,116,114,117,110,99,83,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,83,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,51,50,0,114,101,105,110,116,101,114,112,114,101,116,105,51,50,0,116,114,117,110,99,85,70,108,111,97,116,32,111,102,32,110,97,110,0,105,51,50,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,105,54,52,46,116,114,117,110,99,85,70,108,111,97,116,32,111,118,101,114,102,108,111,119,0,99,97,115,116,84,111,73,51,50,0,101,120,116,101,110,100,84,111,70,54,52,0,116,121,112,101,32,61,61,32,87,97,115,109,84,121,112,101,58,58,102,54,52,0,99,97,115,116,84,111,73,54,52,0,114,101,105,110,116,101,114,112,114,101,116,105,54,52,0,116,114,117,110,99,97,116,101,84,111,70,51,50,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,41,32,63,32,108,101,102,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,108,101,102,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,115,114,99,47,119,97,115,109,45,105,110,116,101,114,112,114,101,116,101,114,46,104,0,118,105,115,105,116,66,105,110,97,114,121,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,41,32,63,32,114,105,103,104,116,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,114,105,103,104,116,45,62,116,121,112,101,32,58,32,116,114,117,101,0,105,51,50,46,100,105,118,95,115,32,98,121,32,48,0,105,51,50,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,51,50,46,100,105,118,95,117,32,98,121,32,48,0,105,51,50,46,114,101,109,95,115,32,98,121,32,48,0,105,51,50,46,114,101,109,95,117,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,98,121,32,48,0,105,54,52,46,100,105,118,95,115,32,111,118,101,114,102,108,111,119,0,105,54,52,46,100,105,118,95,117,32,98,121,32,48,0,105,54,52,46,114,101,109,95,115,32,98,121,32,48,0,105,54,52,46,114,101,109,95,117,32,98,121,32,48,0,115,116,100,58,58,105,115,110,97,110,40,102,41,32,38,38,32,34,101,120,112,101,99,116,101,100,32,97,32,78,97,78,34,0,115,101,116,81,117,105,101,116,78,97,78,0,123,32,118,97,114,32,109,111,100,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,118,97,114,32,98,97,115,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,49,41,59,32,118,97,114,32,108,111,111,107,117,112,32,61,32,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,109,111,100,44,32,98,97,115,101,41,59,32,114,101,116,117,114,110,32,108,111,111,107,117,112,59,32,125,0,99,97,108,108,105,110,103,32,105,109,112,111,114,116,71,108,111,98,97,108,32,102,111,114,32,0,32,114,101,116,117,114,110,105,110,103,32,0,99,97,108,108,105,110,103,32,105,109,112,111,114,116,32,0,123,32,118,97,114,32,109,111,100,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,59,32,118,97,114,32,98,97,115,101,32,61,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,49,41,59,32,118,97,114,32,116,101,109,112,65,114,103,117,109,101,110,116,115,32,61,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,59,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,110,117,108,108,59,32,118,97,114,32,108,111,111,107,117,112,32,61,32,77,111,100,117,108,101,91,39,108,111,111,107,117,112,73,109,112,111,114,116,39,93,40,109,111,100,44,32,98,97,115,101,41,59,32,114,101,116,117,114,110,32,108,111,111,107,117,112,46,97,112,112,108,121,40,110,117,108,108,44,32,116,101,109,112,65,114,103,117,109,101,110,116,115,41,59,32,125,0,99,97,108,108,105,110,103,32,105,109,112,111,114,116,32,114,101,116,117,114,110,105,110,103,32,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,91,93,59,32,125,0,123,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,46,112,117,115,104,40,36,48,41,32,125,0,123,32,118,97,114,32,118,97,108,117,101,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,91,36,48,93,59,32,114,101,116,117,114,110,32,116,121,112,101,111,102,32,118,97,108,117,101,32,61,61,61,32,34,110,117,109,98,101,114,34,32,63,32,118,97,108,117,101,32,58,32,45,49,59,32,125,0,99,97,108,108,84,97,98,108,101,32,111,118,101,114,102,108,111,119,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,35,32,111,102,32,97,114,103,117,109,101,110,116,115,0,99,97,108,108,73,110,100,105,114,101,99,116,58,32,98,97,100,32,97,114,103,117,109,101,110,116,32,116,121,112,101,0,123,32,118,97,114,32,102,117,110,99,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,119,97,115,109,84,97,98,108,101,39,93,91,36,48,93,59,32,118,97,114,32,116,101,109,112,65,114,103,117,109,101,110,116,115,32,61,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,59,32,77,111,100,117,108,101,91,39,116,101,109,112,65,114,103,117,109,101,110,116,115,39,93,32,61,32,110,117,108,108,59,32,114,101,116,117,114,110,32,102,117,110,99,46,97,112,112,108,121,40,110,117,108,108,44,32,116,101,109,112,65,114,103,117,109,101,110,116,115,41,59,32,125,0,115,116,97,99,107,32,108,105,109,105,116,0,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,0,33,102,108,111,119,46,98,114,101,97,107,105,110,103,40,41,32,124,124,32,102,108,111,119,46,98,114,101,97,107,84,111,32,61,61,32,82,69,84,85,82,78,95,70,76,79,87,0,102,117,110,99,116,105,111,110,45,62,114,101,115,117,108,116,32,61,61,32,114,101,116,46,116,121,112,101,0,70,117,110,99,116,105,111,110,32,96,0,96,32,101,120,112,101,99,116,115,32,0,32,112,97,114,97,109,101,116,101,114,115,44,32,103,111,116,32,0,32,97,114,103,117,109,101,110,116,115,46,0,102,117,110,99,116,105,111,110,45,62,105,115,80,97,114,97,109,40,105,41,0,70,117,110,99,116,105,111,110,83,99,111,112,101,0,96,32,101,120,112,101,99,116,115,32,116,121,112,101,32,0,32,102,111,114,32,112,97,114,97,109,101,116,101,114,32,0,44,32,103,111,116,32,0,102,117,110,99,116,105,111,110,45,62,105,115,86,97,114,40,105,41,0,90,78,52,119,97,115,109,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,51,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,0,78,52,119,97,115,109,49,54,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,52,77,111,100,117,108,101,73,110,115,116,97,110,99,101,50,48,99,97,108,108,70,117,110,99,116,105,111,110,73,110,116,101,114,110,97,108,69,78,54,99,97,115,104,101,119,55,73,83,116,114,105,110,103,69,82,78,83,116,51,95,95,50,54,118,101,99,116,111,114,73,78,83,95,55,76,105,116,101,114,97,108,69,78,83,52,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,69,69,69,50,51,82,117,110,116,105,109,101,69,120,112,114,101,115,115,105,111,110,82,117,110,110,101,114,78,83,95,52,70,108,111,119,69,69,69,0,99,117,114,114,45,62,105,115,84,101,101,40,41,32,63,32,102,108,111,119,46,118,97,108,117,101,46,116,121,112,101,32,61,61,32,99,117,114,114,45,62,116,121,112,101,32,58,32,116,114,117,101,0,111,102,102,115,101,116,32,62,32,109,101,109,111,114,121,0,102,105,110,97,108,32,62,32,109,101,109,111,114,121,0,98,121,116,101,115,32,62,32,109,101,109,111,114,121,0,104,105,103,104,101,115,116,32,62,32,109,101,109,111,114,121,0,103,101,116,105,54,52,0,32,62,32,0,78,83,116,51,95,95,50,49,56,98,97,115,105,99,95,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,123,32,118,97,114,32,97,100,100,114,32,61,32,36,48,59,32,118,97,114,32,98,121,116,101,115,32,61,32,36,49,59,32,118,97,114,32,105,115,70,108,111,97,116,32,61,32,36,50,59,32,118,97,114,32,105,115,83,105,103,110,101,100,32,61,32,36,51,59,32,118,97,114,32,111,117,116,54,52,32,61,32,36,52,59,32,118,97,114,32,115,97,118,101,48,32,61,32,72,69,65,80,51,50,91,48,93,59,32,118,97,114,32,115,97,118,101,49,32,61,32,72,69,65,80,51,50,91,49,93,59,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,98,121,116,101,115,59,32,105,43,43,41,32,123,32,72,69,65,80,85,56,91,105,93,32,61,32,77,111,100,117,108,101,91,34,105,110,102,111,34,93,46,112,97,114,101,110,116,91,34,72,69,65,80,85,56,34,93,91,97,100,100,114,32,43,32,105,93,59,32,125,32,118,97,114,32,114,101,116,59,32,105,102,32,40,33,105,115,70,108,111,97,116,41,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,49,41,32,114,101,116,32,61,32,105,115,83,105,103,110,101,100,32,63,32,72,69,65,80,56,91,48,93,32,58,32,72,69,65,80,85,56,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,50,41,32,114,101,116,32,61,32,105,115,83,105,103,110,101,100,32,63,32,72,69,65,80,49,54,91,48,93,32,58,32,72,69,65,80,85,49,54,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,114,101,116,32,61,32,105,115,83,105,103,110,101,100,32,63,32,72,69,65,80,51,50,91,48,93,32,58,32,72,69,65,80,85,51,50,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,56,41,32,123,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,98,121,116,101,115,59,32,105,43,43,41,32,123,32,72,69,65,80,85,56,91,111,117,116,54,52,32,43,32,105,93,32,61,32,72,69,65,80,85,56,91,105,93,59,32,125,32,125,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,101,108,115,101,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,114,101,116,32,61,32,72,69,65,80,70,51,50,91,48,93,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,56,41,32,114,101,116,32,61,32,72,69,65,80,70,54,52,91,48,93,59,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,72,69,65,80,51,50,91,48,93,32,61,32,115,97,118,101,48,59,32,72,69,65,80,51,50,91,49,93,32,61,32,115,97,118,101,49,59,32,114,101,116,117,114,110,32,114,101,116,59,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,56,39,93,91,36,48,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,85,56,39,93,91,36,48,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,49,54,39,93,91,36,48,32,62,62,32,49,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,85,49,54,39,93,91,36,48,32,62,62,32,49,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,51,50,39,93,91,36,48,32,62,62,32,50,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,85,51,50,39,93,91,36,48,32,62,62,32,50,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,51,50,39,93,91,36,48,32,62,62,32,50,93,32,125,0,123,32,114,101,116,117,114,110,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,54,52,39,93,91,36,48,32,62,62,32,51,93,32,125,0,123,32,118,97,114,32,97,100,100,114,32,61,32,36,48,59,32,118,97,114,32,98,121,116,101,115,32,61,32,36,49,59,32,118,97,114,32,105,115,70,108,111,97,116,32,61,32,36,50,59,32,118,97,114,32,118,97,108,117,101,32,61,32,36,51,59,32,118,97,114,32,115,97,118,101,48,32,61,32,72,69,65,80,51,50,91,48,93,59,32,118,97,114,32,115,97,118,101,49,32,61,32,72,69,65,80,51,50,91,49,93,59,32,105,102,32,40,33,105,115,70,108,111,97,116,41,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,49,41,32,72,69,65,80,85,56,91,48,93,32,61,32,118,97],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+16424);allocate([108,117,101,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,50,41,32,72,69,65,80,85,49,54,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,72,69,65,80,85,51,50,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,101,108,115,101,32,123,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,52,41,32,72,69,65,80,70,51,50,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,105,102,32,40,98,121,116,101,115,32,61,61,61,32,56,41,32,72,69,65,80,70,54,52,91,48,93,32,61,32,118,97,108,117,101,59,32,101,108,115,101,32,97,98,111,114,116,40,41,59,32,125,32,102,111,114,32,40,118,97,114,32,105,32,61,32,48,59,32,105,32,60,32,98,121,116,101,115,59,32,105,43,43,41,32,123,32,77,111,100,117,108,101,91,34,105,110,102,111,34,93,46,112,97,114,101,110,116,91,34,72,69,65,80,85,56,34,93,91,97,100,100,114,32,43,32,105,93,32,61,32,72,69,65,80,85,56,91,105,93,59,32,125,32,72,69,65,80,51,50,91,48,93,32,61,32,115,97,118,101,48,59,32,72,69,65,80,51,50,91,49,93,32,61,32,115,97,118,101,49,59,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,56,39,93,91,36,48,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,49,54,39,93,91,36,48,32,62,62,32,49,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,51,50,39,93,91,36,48,32,62,62,32,50,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,51,50,39,93,91,36,48,32,62,62,32,50,93,32,61,32,36,49,32,125,0,123,32,77,111,100,117,108,101,91,39,105,110,102,111,39,93,46,112,97,114,101,110,116,91,39,72,69,65,80,70,54,52,39,93,91,36,48,32,62,62,32,51,93,32,61,32,36,49,32,125,0,123,32,118,97,114,32,115,105,122,101,32,61,32,36,48,59,32,118,97,114,32,98,117,102,102,101,114,59,32,116,114,121,32,123,32,98,117,102,102,101,114,32,61,32,110,101,119,32,65,114,114,97,121,66,117,102,102,101,114,40,115,105,122,101,41,59,32,125,32,99,97,116,99,104,40,101,41,32,123,32,114,101,116,117,114,110,59,32,125,32,118,97,114,32,111,108,100,72,69,65,80,56,32,61,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,72,69,65,80,56,39,93,59,32,118,97,114,32,116,101,109,112,32,61,32,110,101,119,32,73,110,116,56,65,114,114,97,121,40,98,117,102,102,101,114,41,59,32,116,101,109,112,46,115,101,116,40,111,108,100,72,69,65,80,56,41,59,32,77,111,100,117,108,101,91,39,111,117,116,115,105,100,101,39,93,91,39,98,117,102,102,101,114,39,93,32,61,32,98,117,102,102,101,114,59,32,125,0,123,32,97,98,111,114,116,40,34,119,97,115,109,32,116,114,97,112,58,32,34,32,43,32,80,111,105,110,116,101,114,95,115,116,114,105,110,103,105,102,121,40,36,48,41,41,59,32,125,0,47,61,61,32,40,98,105,110,97,114,121,101,110,32,105,110,116,101,114,112,114,101,116,101,114,32,115,116,97,99,107,32,116,114,97,99,101,41,10,0,124,58,32,0,92,61,61,10,0,101,120,112,111,114,116,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,69,120,112,111,114,116,0,102,117,110,99,116,105,111,110,115,77,97,112,46,99,111,117,110,116,40,110,97,109,101,41,0,103,101,116,70,117,110,99,116,105,111,110,0,99,97,108,108,69,120,112,111,114,116,32,110,111,116,32,102,111,117,110,100,0,46,99,111,110,115,116,32,0,58,48,120,0,78,97,78,80,97,121,108,111,97,100,0,45,48,0,37,108,102,0,100,32,62,61,32,48,0,110,117,109,84,111,83,116,114,105,110,103,0,37,108,108,117,0,37,101,0,37,46,48,102,0,110,117,109,32,60,32,49,48,48,48,0,103,101,116,105,51,50,0,103,101,116,102,51,50,0,103,101,116,102,54,52,0,78,52,119,97,115,109,56,65,117,116,111,68,114,111,112,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,50,49,69,120,112,114,101,115,115,105,111,110,83,116,97,99,107,87,97,108,107,101,114,73,78,83,95,56,65,117,116,111,68,114,111,112,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,50,49,69,120,112,114,101,115,115,105,111,110,83,116,97,99,107,87,97,108,107,101,114,73,78,83,95,56,65,117,116,111,68,114,111,112,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,56,65,117,116,111,68,114,111,112,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,56,65,117,116,111,68,114,111,112,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,56,65,117,116,111,68,114,111,112,69,118,69,69,0,98,108,111,99,107,45,62,108,105,115,116,46,98,97,99,107,40,41,32,61,61,32,97,98,111,118,101,0,115,114,99,47,97,115,116,95,117,116,105,108,115,46,104,0,105,115,82,101,115,117,108,116,85,115,101,100,0,97,98,111,118,101,32,61,61,32,105,102,102,45,62,105,102,84,114,117,101,32,124,124,32,97,98,111,118,101,32,61,61,32,105,102,102,45,62,105,102,70,97,108,115,101,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,49,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,118,82,78,83,50,95,49,48,80,97,115,115,82,117,110,110,101,114,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,118,82,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,69,69,69,69,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,49,0,110,117,109,87,111,114,107,101,114,115,32,62,61,32,49,0,79,112,116,105,109,105,122,105,110,103,73,110,99,114,101,109,101,110,116,97,108,77,111,100,117,108,101,66,117,105,108,100,101,114,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,78,83,95,55,86,105,115,105,116,111,114,73,83,53,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,78,83,95,55,86,105,115,105,116,111,114,73,83,52,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,90,78,83,95,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,48,112,114,111,99,101,115,115,65,115,109,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,49,51,70,105,110,97,108,105,122,101,67,97,108,108,115,118,69,69,0,103,101,116,77,111,100,117,108,101,40,41,45,62,99,104,101,99,107,70,117,110,99,116,105,111,110,40,99,117,114,114,45,62,116,97,114,103,101,116,41,32,63,32,116,114,117,101,32,58,32,40,115,116,100,58,58,99,101,114,114,32,60,60,32,99,117,114,114,45,62,116,97,114,103,101,116,32,60,60,32,39,92,110,39,44,32,102,97,108,115,101,41,0,116,121,112,101,45,62,112,97,114,97,109,115,91,105,93,32,61,61,32,102,54,52,0,99,117,114,114,45,62,116,121,112,101,32,61,61,32,110,111,110,101,0,105,115,67,111,110,99,114,101,116,101,87,97,115,109,84,121,112,101,40,118,97,108,117,101,46,116,121,112,101,41,0,109,97,107,101,67,111,110,115,116,0,78,52,119,97,115,109,49,48,82,101,70,105,110,97,108,105,122,101,69,0,78,52,119,97,115,109,49,48,87,97,108,107,101,114,80,97,115,115,73,78,83,95,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,48,82,101,70,105,110,97,108,105,122,101,69,78,83,95,55,86,105,115,105,116,111,114,73,83,50,95,118,69,69,69,69,69,69,0,78,52,119,97,115,109,49,48,80,111,115,116,87,97,108,107,101,114,73,78,83,95,49,48,82,101,70,105,110,97,108,105,122,101,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,54,87,97,108,107,101,114,73,78,83,95,49,48,82,101,70,105,110,97,108,105,122,101,69,78,83,95,55,86,105,115,105,116,111,114,73,83,49,95,118,69,69,69,69,0,78,52,119,97,115,109,55,86,105,115,105,116,111,114,73,78,83,95,49,48,82,101,70,105,110,97,108,105,122,101,69,118,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,50,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,80,78,83,50,95,49,48,69,120,112,114,101,115,115,105,111,110,69,83,53,95,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,49,48,69,120,112,114,101,115,115,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,69,69,0,97,116,58,32,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,102,105,110,100,40,110,97,109,101,41,32,33,61,32,109,97,112,112,101,100,71,108,111,98,97,108,115,46,101,110,100,40,41,0,116,97,114,103,101,116,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,118,105,101,119,115,46,102,105,110,100,40,104,101,97,112,41,32,33,61,32,118,105,101,119,115,46,101,110,100,40,41,0,99,111,110,102,117,115,105,110,103,32,97,115,115,105,103,110,0,100,100,100,0,105,105,105,0,118,0,109,97,112,112,101,100,71,108,111,98,97,108,115,46,102,105,110,100,40,110,97,109,101,41,32,33,61,32,109,97,112,112,101,100,71,108,111,98,97,108,115,46,101,110,100,40,41,32,63,32,116,114,117,101,32,58,32,40,115,116,100,58,58,99,101,114,114,32,60,60,32,110,97,109,101,46,115,116,114,32,60,60,32,39,92,110,39,44,32,102,97,108,115,101,41,0,116,97,114,103,101,116,91,48,93,32,61,61,32,78,65,77,69,0,98,97,100,32,117,110,97,114,121,0,97,115,116,91,50,93,45,62,115,105,122,101,40,41,32,61,61,32,50,0,97,115,116,91,50,93,45,62,115,105,122,101,40,41,32,61,61,32,49,0,99,111,110,102,117,115,105,110,103,32,102,114,111,117,110,100,32,116,97,114,103,101,116,0,116,97,114,103,101,116,91,48,93,32,61,61,32,83,85,66,32,38,38,32,116,97,114,103,101,116,91,49,93,91,48,93,32,61,61,32,78,65,77,69,32,38,38,32,116,97,114,103,101,116,91,50,93,91,48,93,32,61,61,32,66,73,78,65,82,89,32,38,38,32,116,97,114,103,101,116,91,50,93,91,49,93,32,61,61,32,65,78,68,32,38,38,32,116,97,114,103,101,116,91,50,93,91,51,93,91,48,93,32,61,61,32,78,85,77,0,102,117,110,99,116,105,111,110,45,62,114,101,115,117,108,116,32,61,61,32,116,121,112,101,0,98,114,101,97,107,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,99,111,110,116,105,110,117,101,83,116,97,99,107,46,115,105,122,101,40,41,32,62,32,48,0,119,104,105,108,101,45,111,117,116,0,119,104,105,108,101,45,105,110,0,100,111,45,111,110,99,101,0,117,110,108,105,107,101,108,121,45,99,111,110,116,105,110,117,101,0,100,111,45,111,117,116,0,100,111,45,105,110,0,102,111,114,45,111,117,116,0,102,111,114,45,105,110,0,98,114,45,62,99,111,110,100,105,116,105,111,110,45,62,116,121,112,101,32,61,61,32,105,51,50,0,99,111,110,100,105,116,105,111,110,91,48,93,32,61,61,32,78,85,77,32,124,124,32,99,111,110,100,105,116,105,111,110,91,48,93,32,61,61,32,85,78,65,82,89,95,80,82,69,70,73,88,0,115,119,105,116,99,104,45,100,101,102,97,117,108,116,0,105,110,100,101,120,32,62,61,32,109,105,110,0,105,110,100,101,120,32,62,61,32,48,0,115,119,105,116,99,104,45,99,97,115,101,0,99,111,110,102,117,115,105,110,103,32,101,120,112,114,101,115,115,105,111,110,0,98,97,100,32,119,97,115,109,32,98,105,110,97,114,121,32,111,112,0,102,97,108,115,101,32,38,38,32,34,101,120,112,101,99,116,101,100,32,115,105,103,110,101,100,32,111,114,32,117,110,115,105,103,110,101,100,32,105,110,116,51,50,34,0,99,104,101,99,107,76,105,116,101,114,97,108,0,100,101,116,101,99,116,65,115,109,84,121,112,101,0,97,115,116,91,48,93,32,61,61,32,67,65,76,76,32,38,38,32,97,115,116,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,110,111,116,101,73,109,112,111,114,116,101,100,70,117,110,99,116,105,111,110,67,97,108,108,0,116,121,112,101,36,0,108,97,98,101,108,36,98,114,101,97,107,36,0,108,97,98,101,108,36,99,111,110,116,105,110,117,101,36,0,102,109,111,100,40,103,101,116,78,117,109,98,101,114,40,41,44,32,49,41,32,61,61,32,48,0,103,101,116,73,110,116,101,103,101,114,0,100,111,117,98,108,101,40,114,101,116,41,32,61,61,32,103,101,116,78,117,109,98,101,114,40,41,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,50,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,51,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,80,78,83,50,95,49,48,69,120,112,114,101,115,115,105,111,110,69,83,53,95,106,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,49,48,69,120,112,114,101,115,115,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,106,69,69,69,0,98,97,100,32,112,114,111,99,101,115,115,85,110,115,104,105,102,116,101,100,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,51,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,52,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,70,80,78,83,50,95,49,48,69,120,112,114,101,115,115,105,111,110,69,83,53,95,106,69,69,69,0,90,78,52,119,97,115,109,49,53,65,115,109,50,87,97,115,109,66,117,105,108,100,101,114,49,53,112,114,111,99,101,115,115,70,117,110,99,116,105,111,110,69,78,54,99,97,115,104,101,119,51,82,101,102,69,69,51,36,95,52,0,59,0,112,117,115,104,95,98,97,99,107,0,103,101,116,65,114,114,97,121,0,115,114,99,32,62,32,115,116,97,114,116,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,112,97,114,115,101,114,46,104,0,70,114,97,103,0,115,116,114,99,109,112,40,115,116,114,46,115,116,114,44,32,115,116,97,114,116,41,32,61,61,32,48,0,102,114,97,103,32,112,97,114,115,105,110,103,0,37,115,58,10,61,61,61,61,61,61,61,61,61,61,10,0,10,10,0,110,97,109,101,46,116,121,112,101,32,61,61,32,83,69,80,65,82,65,84,79,82,32,38,38,32,110,97,109,101,46,115,116,114,91,48,93,32,61,61,32,39,40,39,0,112,97,114,115,101,70,117,110,99,116,105,111,110,0,42,115,114,99,32,61,61,32,39,40,39,0,97,114,103,46,116,121,112,101,32,61,61,32,73,68,69,78,84,0,102,117,110,99,91,48,93,32,61,61,32,68,69,70,85,78,0,97,112,112,101,110,100,65,114,103,117,109,101,110,116,84,111,70,117,110,99,116,105,111,110,0,42,115,114,99,32,61,61,32,39,123,39,0,112,97,114,115,101,66,114,97,99,107,101,116,101,100,66,108,111,99,107,0,59,125,0,42,115,114,99,32,61,61,32,39,125,39,0,110,97,109,101,46,116,121,112,101,32,61,61,32,73,68,69,78,84,0,112,97,114,115,101,86,97,114,0,59,44,0,118,97,114,91,48,93,32,61,61,32,86,65,82,0,97,112,112,101,110,100,84,111,86,97,114,0,104,97,115,67,104,97,114,40,115,101,112,115,44,32,42,115,114,99,41,0,112,97,114,115,101,82,101,116,117,114,110,0,112,97,114,115,101,80,97,114,101,110,110,101,100,0,42,115,114,99,32,61,61,32,39,41,39,0,110,101,120,116,46,116,121,112,101,32,61,61,32,75,69,89,87,79,82,68,32,38,38,32,110,101,120,116,46,115,116,114,32,61,61,32,87,72,73,76,69,0,112,97,114,115,101,68,111,0,112,97,114,115,101,83,119,105,116,99,104,0,118,97,108,117,101,46,116,121,112,101,32,61,61,32,79,80,69,82,65,84,79,82,0,118,97,108,117,101,46,115,116,114,32,61,61,32,77,73,78,85,83,0,118,97,108,117,101,50,46,105,115,78,117,109,98,101,114,40,41,0,42,115,114,99,32,61,61,32,39,58,39,0,115,119,105,116,99,104,95,91,48,93,32,61,61,32,83,87,73,84,67,72,0,97,112,112,101,110,100,67,97,115,101,84,111,83,119,105,116,99,104,0,97,112,112,101,110,100,68,101,102,97,117,108,116,84,111,83,119,105,116,99,104,0,97,112,112,101,110,100,67,111,100,101,84,111,83,119,105,116,99,104,0,99,111,100,101,91,48,93,32,61,61,32,66,76,79,67,75,0,112,97,114,115,101,70,111,114,0,42,115,114,99,32,61,61,32,39,59,39,0,112,97,114,115,101,67,97,108,108,0,44,41,0,101,120,112,114,101,115,115,105,111,110,80,97,114,116,115,83,116,97,99,107,46,98,97,99,107,40,41,46,115,105,122,101,40,41,32,61,61,32,48,0,99,97,108,108,91,48,93,32,61,61,32,67,65,76,76,0,97,112,112,101,110,100,84,111,67,97,108,108,0,42,115,114,99,32,61,61,32,39,91,39,0,112,97,114,115,101,73,110,100,101,120,105,110,103,0,42,115,114,99,32,61,61,32,39,93,39,0,42,115,114,99,32,61,61,32,39,46,39,0,112,97,114,115,101,68,111,116,116,105,110,103,0,107,101,121,46,116,121,112,101,32,61,61,32,73,68,69,78,84,0,98,97,100,32,112,97,114,115,101,69,120,112,114,101,115,115,105,111,110,32,115,116,97,116,101,0,105,32,60,32,40,105,110,116,41,112,97,114,116,115,46,115,105,122,101,40,41,45,49,32,38,38,32,105,32,62,61,32,51,0,112,97,114,115,101,69,120,112,114,101,115,115,105,111,110,0,112,97,114,116,115,46,115,105,122,101,40,41,32,61,61,32,49,0,105,115,78,111,100,101,0,103,101,116,78,111,100,101,0,33,105,115,78,111,100,101,0,103,101,116,79,112,0,107,101,121,91,48,93,32,61,61,32,78,65,77,69,0,109,97,107,101,68,111,116,0,112,97,114,115,101,65,102,116,101,114,80,97,114,101,110,0,42,115,114,99,0,112,97,114,115,101,65,102,116,101,114,66,114,97,99,101,0,44,93,0,97,114,114,97,121,91,48,93,32,61,61,32,65,82,82,65,89,0,97,112,112,101,110,100,84,111,65,114,114,97,121,0,112,97,114,115,101,65,102,116,101,114,67,117,114,108,121,0,107,101,121,46,116,121,112,101,32,61,61,32,73,68,69,78,84,32,124,124,32,107,101,121,46,116,121,112,101,32,61,61,32,83,84,82,73,78,71,0,44,125,0,97,114,114,97,121,91,48,93,32,61,61,32,79,66,74,69,67,84,0,97,112,112,101,110,100,84,111,79,98,106,101,99,116,0,98,108,111,99,107,91,48,93,32,61,61,32,66,76,79,67,75,0,97,112,112,101,110,100,84,111,66,108,111,99,107,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,0,99,111,97,108,101,115,99,101,45,108,111,99,97,108,115,45,108,101,97,114,110,105,110,103,0,114,101,100,117,99,101,32,35,32,111,102,32,108,111,99,97,108,115,32,98,121,32,99,111,97,108,101,115,99,105,110,103,32,97,110,100,32,108,101,97,114,110,105,110,103,0,100,99,101,0,114,101,109,111,118,101,115,32,117,110,114,101,97,99,104,97,98,108,101,32,99,111,100,101,0,100,117,112,108,105,99,97,116,101,45,102,117,110,99,116,105,111,110,45,101,108,105,109,105,110,97,116,105,111,110,0,114,101,109,111,118,101,115,32,100,117,112,108,105,99,97,116,101,32,102,117,110,99,116,105,111,110,115,0,109,101,114,103,101,45,98,108,111,99,107,115,0,109,101,114,103,101,115,32,98,108,111,99,107,115,32,116,111,32,116,104,101,105,114,32,112,97,114,101,110,116,115,0,109,101,116,114,105,99,115,0,114,101,112,111,114,116,115,32,109,101,116,114,105,99,115,0,110,109,0,110,97,109,101,32,108,105,115,116,0,110,97,109,101,45,109,97,110,97,103,101,114,0,117,116,105,108,105,116,121,32,112,97,115,115,32,116,111,32,109,97,110,97,103,101,32,110,97,109,101,115,32,105,110,32,109,111,100,117,108,101,115,0,111,112,116,105,109,105,122,101,45,105,110,115,116,114,117,99,116,105,111,110,115,0,111,112,116,105,109,105,122,101,115,32,105,110,115,116,114,117,99,116,105,111,110,32,99,111,109,98,105,110,97,116,105,111,110,115,0,112,111,115,116,45,101,109,115,99,114,105,112,116,101,110,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,111,112,116,105,109,105,122,97,116,105,111,110,115,32,102,111,114,32,69,109,115,99,114,105,112,116,101,110,45,103,101,110,101,114,97,116,101,100,32,99,111,100,101,0,112,114,105,110,116,32,105,110,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,109,105,110,105,102,105,101,100,0,112,114,105,110,116,32,105,110,32,109,105,110,105,102,105,101,100,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,112,114,105,110,116,45,102,117,108,108,0,112,114,105,110,116,32,105,110,32,102,117,108,108,32,115,45,101,120,112,114,101,115,115,105,111,110,32,102,111,114,109,97,116,0,114,101,109,111,118,101,45,105,109,112,111,114,116,115,0,114,101,109,111,118,101,115,32,105,109,112,111,114,116,115,32,97,110,100,32,114,101,112,108,97,99,101,115,32,116,104,101,109,32,119,105,116,104,32,110,111,112,115,0,114,101,109,111,118,101,45,109,101,109,111,114,121,0,114,101,109,111,118,101,115,32,109,101,109,111,114,121,32,115,101,103,109,101,110,116,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,98,114,115,0,114,101,109,111,118,101,115,32,98,114,101,97,107,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,111,116,32,110,101,101,100,101,100,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,115,32,117,110,117,115,101,100,32,102,117,110,99,116,105,111,110,115,0,114,101,109,111,118,101,45,117,110,117,115,101,100,45,110,97,109,101,115,0,114,101,109,111,118,101,115,32,110,97,109,101,115,32,102,114,111,109,32,108,111,99,97,116,105,111,110,115,32,116,104,97,116,32,97,114,101,32,110,101,118,101,114,32,98,114,97,110,99,104,101,100,32,116,111,0,114,101,111,114,100,101,114,45,102,117,110,99,116,105,111,110,115,0,115,111,114,116,115,32,102,117,110,99,116,105,111,110,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,114,101,111,114,100,101,114,45,108,111,99,97,108,115,0,115,111,114,116,115,32,108,111,99,97,108,115,32,98,121,32,97,99,99,101,115,115,32,102,114,101,113,117,101,110,99,121,0,115,105,109,112,108,105,102,121,45,108,111,99,97,108,115,0,109,105,115,99,101,108,108,97,110,101,111,117,115,32,108,111,99,97,108,115,45,114,101,108,97,116,101,100,32,111,112,116,105,109,105,122,97,116,105,111,110,115,0,118,97,99,117,117,109,0,114,101,109,111,118,101,115,32,111,98,118,105,111,117,115,108,121,32,117,110,110,101,101,100,101,100,32,99,111,100,101,0,112,114,101,99,111,109,112,117,116,101,0,99,111,109,112,117,116,101,115,32,99,111,109,112,105,108,101,45,116,105,109,101,32,101,118,97,108,117,97,116,97,98,108,101,32,101,120,112,114,101,115,115,105,111,110,115,0,112,97,115,115,73,110,102,111,115,46,102,105,110,100,40,110,97,109,101,41,32,61,61,32,112,97,115,115,73,110,102,111,115,46,101,110,100,40,41,0,115,114,99,47,112,97,115,115,101,115,47,112,97,115,115,46,99,112,112,0,114,101,103,105,115,116,101,114,80,97,115,115,0,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,80,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,54,95,69,69,83,53,95,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,80,78,52,119,97,115,109,52,80,97,115,115,69,118,69,69,69,0,91,80,97,115,115,82,117,110,110,101,114,93,32,114,117,110,110,105,110,103,32,112,97,115,115,101,115,46,46,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,112,97,115,115,101,115,32,116,111,111,107,32,0,32,115,101,99,111,110,100,115,46,0,91,80,97,115,115,82,117,110,110,101,114,93,32,32,32,114,117,110,110,105,110,103,32,112,97,115,115,58,32,0,46,46,46,32,0,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,69,95,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,102,117,110,99,73,90,90,78,52,119,97,115,109,49,48,80,97,115,115,82,117,110,110,101,114,51,114,117,110,69,118,69,78,75,51,36,95,48,99,108,69,118,69,85,108,118,69,95,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,53,95,69,69,70,78,83,50,95,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,102,117,110,99,116,105,111,110,54,95,95,98,97,115,101,73,70,78,52,119,97,115,109,49,53,84,104,114,101,97,100,87,111,114,107,83,116,97,116,101,69,118,69,69,69,0,91,80,97,115,115,82,117,110,110,101,114,93,32,114,117,110,110,105,110,103,32,112,97,115,115,101,115,32,111,110,32,102,117,110,99,116,105,111,110,32,0,102,117,110,99,32,0,40,116,121,112,101,32,0,112,97,114,97,109,32,0,114,101,115,117,108,116,32,0,108,111,99,97,108,32,0,93,32,0,99,117,114,114,0,118,105,115,105,116,0,117,110,114,101,97,99,104,97,98,108,101,0,110,111,112,0,112,97,103,101,115,105,122,101,0,99,117,114,114,101,110,116,95,109,101,109,111,114,121,0,103,114,111,119,95,109,101,109,111,114,121,0,104,97,115,102,101,97,116,117,114,101,32,0,100,114,111,112,0,115,101,108,101,99,116,0,105,51,50,46,97,100,100,0,105,51,50,46,115,117,98,0,105,51,50,46,109,117,108,0,105,51,50,46,100,105,118,95,115,0,105,51,50,46,100,105,118,95,117,0,105,51,50,46,114,101,109,95,115,0,105,51,50,46,114,101,109,95,117,0,105,51,50,46,97,110,100,0,105,51,50,46,111,114,0,105,51,50,46,120,111,114,0,105,51,50,46,115,104,108,0,105,51,50,46,115,104,114,95,117,0,105,51,50,46,115,104,114,95,115,0,105,51,50,46,114,111,116,108,0,105,51,50,46,114,111,116,114,0,105,51,50,46,101,113,0,105,51,50,46,110,101,0,105,51,50,46,108,116,95,115,0,105,51,50,46,108,116,95,117,0,105,51,50,46,108,101,95,115,0,105,51,50,46,108,101,95,117,0,105,51,50,46,103,116,95,115,0,105,51,50,46,103,116,95,117,0,105,51,50,46,103,101,95,115,0,105,51,50,46,103,101,95,117,0,105,54,52,46,97,100,100,0,105,54,52,46,115,117,98,0,105,54,52,46,109,117,108,0,105,54,52,46,100,105,118,95,115,0,105,54,52,46,100,105,118,95,117,0,105,54,52,46,114,101,109,95,115,0,105,54,52,46,114,101,109,95,117,0,105,54,52,46,97,110,100,0,105,54,52,46,111,114,0,105,54,52,46,120,111,114,0,105,54,52,46,115,104,108,0,105,54,52,46,115,104,114,95,117,0,105,54,52,46,115,104,114,95,115,0,105,54,52,46,114,111,116,108,0,105,54,52,46,114,111,116,114,0,105,54,52,46,101,113,0,105,54,52,46,110,101,0,105,54,52,46,108,116,95,115,0,105,54,52,46,108,116,95,117,0,105,54,52,46,108,101,95,115,0,105,54,52,46,108,101,95,117,0,105,54,52,46,103,116,95,115,0,105,54,52,46,103,116,95,117,0,105,54,52,46,103,101,95,115,0,105,54,52,46,103,101,95,117,0,102,51,50,46,97,100,100,0,102,51,50,46,115,117,98,0,102,51,50,46,109,117,108,0,102,51,50,46,100,105,118,0,102,51,50,46,99,111,112,121,115,105,103,110,0,102,51,50,46,109,105,110,0,102,51,50,46,109,97,120,0,102,51,50,46,101,113,0,102,51,50,46,110,101,0,102,51,50,46,108,116,0,102,51,50,46,108,101,0,102,51,50,46,103,116,0,102,51,50,46,103,101,0,102,54,52,46,97,100,100,0,102,54,52,46,115,117,98,0,102,54,52,46,109,117,108,0,102,54,52,46,100,105,118,0,102,54,52,46,99,111,112,121,115,105,103,110,0,102,54,52,46,109,105,110,0,102,54,52,46,109,97,120,0,102,54,52,46,101,113,0,102,54,52,46,110,101,0,102,54,52,46,108,116,0,102,54,52,46,108,101,0,102,54,52,46,103,116,0,102,54,52,46,103,101,0,105,51,50,46,99,108,122,0,105,51,50,46,99,116,122,0,105,51,50,46,112,111,112,99,110,116,0,105,51,50,46,101,113,122,0,105,54,52,46,99,108,122,0,105,54,52,46,99,116,122,0,105,54,52,46,112,111,112,99,110,116,0,105,54,52,46,101,113,122,0,102,51,50,46,110,101,103,0,102,51,50,46,97,98,115,0,102,51,50,46,99,101,105,108,0,102,51,50,46,102,108,111,111,114,0,102,51,50,46,116,114,117,110,99,0,102,51,50,46,110,101,97,114,101,115,116,0,102,51,50,46,115,113,114,116,0,102,54,52,46,110,101,103,0,102,54,52,46,97,98,115,0,102,54,52,46,99,101,105,108,0,102,54,52,46,102,108,111,111,114,0,102,54,52,46,116,114,117,110,99,0,102,54,52,46,110,101,97,114,101,115,116,0,102,54,52,46,115,113,114,116,0,105,54,52,46,101,120,116,101,110,100,95,115,47,105,51,50,0,105,54,52,46,101,120,116,101,110,100,95,117,47,105,51,50,0,105,51,50,46,119,114,97,112,47,105,54,52,0,105,51,50,46,116,114,117,110,99,95,115,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,115,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,117,47,102,51,50,0,105,54,52,46,116,114,117,110,99,95,117,47,102,51,50,0,105,51,50,46,116,114,117,110,99,95,115,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,115,47,102,54,52,0,105,51,50,46,116,114,117,110,99,95,117,47,102,54,52,0,105,54,52,46,116,114,117,110,99,95,117,47,102,54,52,0,105,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,102,51,50,0,105,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,102,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,51,50,0,102,51,50,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,117,47,105,54,52,0,102,51,50,46,99,111,110,118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,99,111,110,118,101,114,116,95,115,47,105,54,52,0,102,54,52,46,112,114,111,109,111,116,101,47,102,51,50,0,102,51,50,46,100,101,109,111,116,101,47,102,54,52,0,102,51,50,46,114,101,105,110,116,101,114,112,114,101,116,47,105,51,50,0,102,54,52,46,114,101,105,110,116,101,114,112,114,101,116,47,105,54,52,0,46,115,116,111,114,101,0,49,54,0,51,50,0,32,111,102,102,115,101,116,61,0,32,97,108,105,103,110,61,0,46,108,111,97,100,0,95,115,0,95,117,0,115,101,116,95,103,108,111,98,97,108,32,0,103,101,116,95,103,108,111,98,97,108,32,0,116,101,101,95,108,111,99,97,108,32,0,115,101,116,95,108,111,99,97,108,32,0,103,101,116,95,108,111,99,97,108,32,0,99,97,108,108,95,105,110,100,105,114,101,99,116,32,0,99,97,108,108,95,105,109,112,111,114,116,32,0,99,97,108,108,32,0,98,114,95,116,97,98,108,101,0,98,114,95,105,102,32,0,98,114,32,0,108,111,111,112,0,32,97,110,121,102,117,110,99,41,10,0,101,108,101,109,32,0,103,108,111,98,97,108,32,0,101,120,112,111,114,116,32,0,41,41,0,105,109,112,111,114,116,32,0,40,116,97,98,108,101,32,0,40,109,101,109,111,114,121,32,0,40,103,108,111,98,97,108,32,0,40,102,117,110,99,0,41,10,0,100,97,116,97,32,0,32,34,0,34,41,10,0,92,110,0,92,48,100,0,92,116,0,92,48,99,0,92,48,56,0,92,92,0,92,34,0,92,39,0,32,32,0,10,0,66,73,78,65,82,89,69,78,95,80,82,73,78,84,95,70,85,76,76,0,78,52,119,97,115,109,55,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,53,77,105,110,105,102,105,101,100,80,114,105,110,116,101,114,69,0,78,52,119,97,115,109,49,49,70,117,108,108,80,114,105,110,116,101,114,69,0,40,110,117,108,108,32,101,120,112,114,101,115,115,105,111,110,41,0,43,45,42,47,37,60,62,38,94,124,126,61,33,44,63,58,46,0,40,91,59,123,125,0,116,111,112,108,101,118,101,108,0,100,101,102,117,110,0,115,116,97,116,0,97,115,115,105,103,110,0,118,97,114,0,99,111,110,115,116,0,99,111,110,100,105,116,105,111,110,97,108,0,98,105,110,97,114,121,0,114,101,116,117,114,110,0,105,102,0,119,104,105,108,101,0,100,111,0,102,111,114,0,115,101,113,0,115,117,98,0,110,117,109,0,108,97,98,101,108,0,98,114,101,97,107,0,99,111,110,116,105,110,117,101,0,115,119,105,116,99,104,0,115,116,114,105,110,103,0,116,101,109,112,82,101,116,48,0,103,101,116,84,101,109,112,82,101,116,48,0,95,108,108,118,109,95,99,116,116,122,95,105,51,50,0,95,95,95,117,100,105,118,109,111,100,100,105,52,0,117,110,97,114,121,45,112,114,101,102,105,120,0,117,110,97,114,121,45,112,111,115,116,102,105,120,0,77,97,116,104,95,102,114,111,117,110,100,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,0,83,73,77,68,95,73,110,116,56,120,49,54,0,83,73,77,68,95,73,110,116,49,54,120,56,0,83,73,77,68,95,73,110,116,51,50,120,52,0,62,62,62,0,116,101,109,112,68,111,117,98,108,101,80,116,114,0,72,69,65,80,56,0,72,69,65,80,49,54,0,72,69,65,80,51,50,0,72,69,65,80,70,51,50,0,72,69,65,80,85,56,0,72,69,65,80,85,49,54,0,72,69,65,80,85,51,50,0,72,69,65,80,70,54,52,0,102,48,0,91,0,123,0,125,0,63,0,58,0,100,101,102,97,117,108,116,0,100,111,116,0,110,101,119,0,97,114,114,97,121,0,111,98,106,101,99,116,0,118,97,114,32,99,111,110,115,116,32,102,117,110,99,116,105,111,110,32,105,102,32,101,108,115,101,32,100,111,32,119,104,105,108,101,32,102,111,114,32,98,114,101,97,107,32,99,111,110,116,105,110,117,101,32,114,101,116,117,114,110,32,115,119,105,116,99,104,32,99,97,115,101,32,100,101,102,97,117,108,116,32,116,104,114,111,119,32,116,114,121,32,99,97,116,99,104,32,102,105,110,97,108,108,121,32,116,114,117,101,32,102,97,108,115,101,32,110,117,108,108,32,110,101,119,0,33,32,126,32,43,32,45,0,42,32,47,32,37,0,43,32,45,0,60,60,32,62,62,32,62,62,62,0,60,32,60,61,32,62,32,62,61,0,61,61,32,33,61,0,63,32,58,0,97,115,115,105,103,110,32,99,97,108,108,32,98,105,110,97,114,121,32,117,110,97,114,121,45,112,114,101,102,105,120,32,110,97,109,101,32,110,117,109,32,99,111,110,100,105,116,105,111,110,97,108,32,100,111,116,32,110,101,119,32,115,117,98,32,115,101,113,32,115,116,114,105,110,103,32,111,98,106,101,99,116,32,97,114,114,97,121,0,105,115,65,114,114,97,121,40,41,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,115,105,109,112,108,101,95,97,115,116,46,104,0,83,73,77,68,95,73,110,116,56,120,49,54,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,49,54,120,56,95,99,104,101,99,107,0,83,73,77,68,95,73,110,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,51,50,120,52,95,99,104,101,99,107,0,83,73,77,68,95,70,108,111,97,116,54,52,120,50,95,99,104,101,99,107,0,110,111,100,101,91,49,93,32,61,61,32,65,83,77,95,70,76,79,65,84,95,90,69,82,79,0,115,114,99,47,101,109,115,99,114,105,112,116,101,110,45,111,112,116,105,109,105,122,101,114,47,111,112,116,105,109,105,122,101,114,45,115,104,97,114,101,100,46,99,112,112,0,100,101,116,101,99,116,84,121,112,101,0,110,111,100,101,91,49,93,91,48,93,32,61,61,32,78,65,77,69,0,0,1,28,2,29,14,24,3,30,22,20,15,25,17,4,8,31,27,13,23,21,19,16,7,26,12,18,6,11,5,10,9,31,22,30,21,18,10,29,2,20,17,15,13,9,6,28,1,23,19,11,3,16,14,7,24,12,4,8,25,5,26,27,0,33,84,104,114,101,97,100,80,111,111,108,58,58,103,101,116,40,41,45,62,105,115,82,117,110,110,105,110,103,40,41,0,115,114,99,47,115,117,112,112,111,114,116,47,116,104,114,101,97,100,115,46,99,112,112,0,126,84,104,114,101,97,100,0,84,104,114,101,97,100,0,111,108,100,32,61,61,32,116,104,114,101,97,100,115,46,115,105,122,101,40,41,0,114,101,115,101,116,84,104,114,101,97,100,115,65,114,101,82,101,97,100,121,0,66,73,78,65,82,89,69,78,95,67,79,82,69,83,0,100,111,87,111,114,107,101,114,115,46,115,105,122,101,40,41,32,62,32,48,0,119,111,114,107,0,100,111,87,111,114],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+26664);allocate([107,101,114,115,46,115,105,122,101,40,41,32,61,61,32,110,117,109,0,33,114,117,110,110,105,110,103,0,70,85,78,67,83,73,71,36,0,116,111,112,109,111,115,116,0,73,110,116,56,65,114,114,97,121,0,73,110,116,49,54,65,114,114,97,121,0,73,110,116,51,50,65,114,114,97,121,0,85,105,110,116,56,65,114,114,97,121,0,85,105,110,116,49,54,65,114,114,97,121,0,85,105,110,116,51,50,65,114,114,97,121,0,70,108,111,97,116,51,50,65,114,114,97,121,0,70,108,111,97,116,54,52,65,114,114,97,121,0,105,109,112,111,115,115,105,98,108,101,45,99,111,110,116,105,110,117,101,0,77,97,116,104,0,105,109,117,108,0,99,108,122,51,50,0,102,114,111,117,110,100,0,97,115,109,50,119,97,115,109,0,102,54,52,45,114,101,109,0,102,54,52,45,116,111,45,105,110,116,0,105,51,50,115,45,100,105,118,0,105,51,50,117,45,100,105,118,0,105,51,50,115,45,114,101,109,0,105,51,50,117,45,114,101,109,0,103,108,111,98,97,108,46,77,97,116,104,0,97,98,115,0,102,108,111,111,114,0,99,101,105,108,0,115,113,114,116,0,97,115,109,50,119,97,115,109,95,105,51,50,95,116,101,109,112,0,100,101,98,117,103,103,101,114,0,117,115,101,32,97,115,109,0,98,117,102,102,101,114,0,101,110,118,0,77,97,116,104,95,105,109,117,108,0,77,97,116,104,95,99,108,122,51,50,0,77,97,116,104,95,99,116,122,51,50,0,77,97,116,104,95,112,111,112,99,110,116,51,50,0,77,97,116,104,95,97,98,115,0,77,97,116,104,95,99,101,105,108,0,77,97,116,104,95,102,108,111,111,114,0,77,97,116,104,95,116,114,117,110,99,0,77,97,116,104,95,78,69,65,82,69,83,84,0,77,97,116,104,95,115,113,114,116,0,77,97,116,104,95,109,97,120,0,77,97,116,104,95,109,105,110,0,109,101,109,111,114,121,0,116,121,112,101,0,105,109,112,111,114,116,0,102,117,110,99,116,105,111,110,0,99,111,100,101,0,101,120,112,111,114,116,0,103,108,111,98,97,108,0,100,97,116,97,0,116,97,98,108,101,0,110,97,109,101,0,115,116,97,114,116,0,119,97,115,109,0,42,114,101,116,117,114,110,58,41,42,0,95,95,103,114,111,119,87,97,115,109,77,101,109,111,114,121,0,110,101,119,83,105,122,101,0,109,111,100,117,108,101,0,102,117,110,99,0,112,97,114,97,109,0,114,101,115,117,108,116,0,115,101,103,109,101,110,116,0,101,108,101,109,0,108,111,99,97,108,0,99,97,108,108,0,99,97,108,108,95,105,109,112,111,114,116,0,99,97,108,108,95,105,110,100,105,114,101,99,116,0,98,108,111,99,107,0,98,114,95,105,102,0,116,104,101,110,0,101,108,115,101,0,78,97,78,0,73,110,102,105,110,105,116,121,0,45,105,110,102,105,110,105,116,121,0,45,110,97,110,0,99,97,115,101,0,98,114,0,97,110,121,102,117,110,99,0,102,97,107,101,95,114,101,116,117,114,110,95,119,97,107,97,49,50,51,0,97,115,115,101,114,116,95,114,101,116,117,114,110,0,97,115,115,101,114,116,95,116,114,97,112,0,97,115,115,101,114,116,95,105,110,118,97,108,105,100,0,115,112,101,99,116,101,115,116,0,112,114,105,110,116,0,105,110,118,111,107,101,0,101,120,105,116,0,115,116,97,99,107,46,115,105,122,101,40,41,32,61,61,32,48,0,115,114,99,47,119,97,115,109,45,116,114,97,118,101,114,115,97,108,46,104,0,119,97,108,107,0,42,116,97,115,107,46,99,117,114,114,112,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,105,110,102,105,110,105,116,121,0,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,19,9,11,11,0,0,9,6,11,0,0,11,0,6,17,0,0,0,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,45,43,32,32,32,48,88,48,120,0,40,110,117,108,108,41,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,105,110,102,0,73,78,70,0,110,97,110,0,78,65,78,0,84,33,34,25,13,1,2,3,17,75,28,12,16,4,11,29,18,30,39,104,110,111,112,113,98,32,5,6,15,19,20,21,26,8,22,7,40,36,23,24,9,10,14,27,31,37,35,131,130,125,38,42,43,60,61,62,63,67,71,74,77,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,105,106,107,108,114,115,116,121,122,123,124,0,73,108,108,101,103,97,108,32,98,121,116,101,32,115,101,113,117,101,110,99,101,0,68,111,109,97,105,110,32,101,114,114,111,114,0,82,101,115,117,108,116,32,110,111,116,32,114,101,112,114,101,115,101,110,116,97,98,108,101,0,78,111,116,32,97,32,116,116,121,0,80,101,114,109,105,115,115,105,111,110,32,100,101,110,105,101,100,0,79,112,101,114,97,116,105,111,110,32,110,111,116,32,112,101,114,109,105,116,116,101,100,0,78,111,32,115,117,99,104,32,102,105,108,101,32,111,114,32,100,105,114,101,99,116,111,114,121,0,78,111,32,115,117,99,104,32,112,114,111,99,101,115,115,0,70,105,108,101,32,101,120,105,115,116,115,0,86,97,108,117,101,32,116,111,111,32,108,97,114,103,101,32,102,111,114,32,100,97,116,97,32,116,121,112,101,0,78,111,32,115,112,97,99,101,32,108,101,102,116,32,111,110,32,100,101,118,105,99,101,0,79,117,116,32,111,102,32,109,101,109,111,114,121,0,82,101,115,111,117,114,99,101,32,98,117,115,121,0,73,110,116,101,114,114,117,112,116,101,100,32,115,121,115,116,101,109,32,99,97,108,108,0,82,101,115,111,117,114,99,101,32,116,101,109,112,111,114,97,114,105,108,121,32,117,110,97,118,97,105,108,97,98,108,101,0,73,110,118,97,108,105,100,32,115,101,101,107,0,67,114,111,115,115,45,100,101,118,105,99,101,32,108,105,110,107,0,82,101,97,100,45,111,110,108,121,32,102,105,108,101,32,115,121,115,116,101,109,0,68,105,114,101,99,116,111,114,121,32,110,111,116,32,101,109,112,116,121,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,112,101,101,114,0,79,112,101,114,97,116,105,111,110,32,116,105,109,101,100,32,111,117,116,0,67,111,110,110,101,99,116,105,111,110,32,114,101,102,117,115,101,100,0,72,111,115,116,32,105,115,32,100,111,119,110,0,72,111,115,116,32,105,115,32,117,110,114,101,97,99,104,97,98,108,101,0,65,100,100,114,101,115,115,32,105,110,32,117,115,101,0,66,114,111,107,101,110,32,112,105,112,101,0,73,47,79,32,101,114,114,111,114,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,32,111,114,32,97,100,100,114,101,115,115,0,66,108,111,99,107,32,100,101,118,105,99,101,32,114,101,113,117,105,114,101,100,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,0,78,111,116,32,97,32,100,105,114,101,99,116,111,114,121,0,73,115,32,97,32,100,105,114,101,99,116,111,114,121,0,84,101,120,116,32,102,105,108,101,32,98,117,115,121,0,69,120,101,99,32,102,111,114,109,97,116,32,101,114,114,111,114,0,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,0,65,114,103,117,109,101,110,116,32,108,105,115,116,32,116,111,111,32,108,111,110,103,0,83,121,109,98,111,108,105,99,32,108,105,110,107,32,108,111,111,112,0,70,105,108,101,110,97,109,101,32,116,111,111,32,108,111,110,103,0,84,111,111,32,109,97,110,121,32,111,112,101,110,32,102,105,108,101,115,32,105,110,32,115,121,115,116,101,109,0,78,111,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,115,32,97,118,97,105,108,97,98,108,101,0,66,97,100,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,0,78,111,32,99,104,105,108,100,32,112,114,111,99,101,115,115,0,66,97,100,32,97,100,100,114,101,115,115,0,70,105,108,101,32,116,111,111,32,108,97,114,103,101,0,84,111,111,32,109,97,110,121,32,108,105,110,107,115,0,78,111,32,108,111,99,107,115,32,97,118,97,105,108,97,98,108,101,0,82,101,115,111,117,114,99,101,32,100,101,97,100,108,111,99,107,32,119,111,117,108,100,32,111,99,99,117,114,0,83,116,97,116,101,32,110,111,116,32,114,101,99,111,118,101,114,97,98,108,101,0,80,114,101,118,105,111,117,115,32,111,119,110,101,114,32,100,105,101,100,0,79,112,101,114,97,116,105,111,110,32,99,97,110,99,101,108,101,100,0,70,117,110,99,116,105,111,110,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,0,78,111,32,109,101,115,115,97,103,101,32,111,102,32,100,101,115,105,114,101,100,32,116,121,112,101,0,73,100,101,110,116,105,102,105,101,114,32,114,101,109,111,118,101,100,0,68,101,118,105,99,101,32,110,111,116,32,97,32,115,116,114,101,97,109,0,78,111,32,100,97,116,97,32,97,118,97,105,108,97,98,108,101,0,68,101,118,105,99,101,32,116,105,109,101,111,117,116,0,79,117,116,32,111,102,32,115,116,114,101,97,109,115,32,114,101,115,111,117,114,99,101,115,0,76,105,110,107,32,104,97,115,32,98,101,101,110,32,115,101,118,101,114,101,100,0,80,114,111,116,111,99,111,108,32,101,114,114,111,114,0,66,97,100,32,109,101,115,115,97,103,101,0,70,105,108,101,32,100,101,115,99,114,105,112,116,111,114,32,105,110,32,98,97,100,32,115,116,97,116,101,0,78,111,116,32,97,32,115,111,99,107,101,116,0,68,101,115,116,105,110,97,116,105,111,110,32,97,100,100,114,101,115,115,32,114,101,113,117,105,114,101,100,0,77,101,115,115,97,103,101,32,116,111,111,32,108,97,114,103,101,0,80,114,111,116,111,99,111,108,32,119,114,111,110,103,32,116,121,112,101,32,102,111,114,32,115,111,99,107,101,116,0,80,114,111,116,111,99,111,108,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,80,114,111,116,111,99,111,108,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,83,111,99,107,101,116,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,80,114,111,116,111,99,111,108,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,65,100,100,114,101,115,115,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,98,121,32,112,114,111,116,111,99,111,108,0,65,100,100,114,101,115,115,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,78,101,116,119,111,114,107,32,105,115,32,100,111,119,110,0,78,101,116,119,111,114,107,32,117,110,114,101,97,99,104,97,98,108,101,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,110,101,116,119,111,114,107,0,67,111,110,110,101,99,116,105,111,110,32,97,98,111,114,116,101,100,0,78,111,32,98,117,102,102,101,114,32,115,112,97,99,101,32,97,118,97,105,108,97,98,108,101,0,83,111,99,107,101,116,32,105,115,32,99,111,110,110,101,99,116,101,100,0,83,111,99,107,101,116,32,110,111,116,32,99,111,110,110,101,99,116,101,100,0,67,97,110,110,111,116,32,115,101,110,100,32,97,102,116,101,114,32,115,111,99,107,101,116,32,115,104,117,116,100,111,119,110,0,79,112,101,114,97,116,105,111,110,32,97,108,114,101,97,100,121,32,105,110,32,112,114,111,103,114,101,115,115,0,79,112,101,114,97,116,105,111,110,32,105,110,32,112,114,111,103,114,101,115,115,0,83,116,97,108,101,32,102,105,108,101,32,104,97,110,100,108,101,0,82,101,109,111,116,101,32,73,47,79,32,101,114,114,111,114,0,81,117,111,116,97,32,101,120,99,101,101,100,101,100,0,78,111,32,109,101,100,105,117,109,32,102,111,117,110,100,0,87,114,111,110,103,32,109,101,100,105,117,109,32,116,121,112,101,0,78,111,32,101,114,114,111,114,32,105,110,102,111,114,109,97,116,105,111,110,0,0,80,79,83,73,88,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,0,78,83,116,51,95,95,50,49,52,98,97,115,105,99,95,105,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,119,69,69,0,78,83,116,51,95,95,50,49,49,95,95,115,116,100,111,117,116,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,119,69,69,0,78,83,116,51,95,95,50,49,48,95,95,115,116,100,105,110,98,117,102,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,112,0,67,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,37,112,0,0,0,0,76,0,37,0,0,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,37,72,58,37,77,58,37,83,0,37,109,47,37,100,47,37,121,0,37,73,58,37,77,58,37,83,32,37,112,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,65,77,0,80,77,0,74,97,110,117,97,114,121,0,70,101,98,114,117,97,114,121,0,77,97,114,99,104,0,65,112,114,105,108,0,77,97,121,0,74,117,110,101,0,74,117,108,121,0,65,117,103,117,115,116,0,83,101,112,116,101,109,98,101,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,74,97,110,0,70,101,98,0,77,97,114,0,65,112,114,0,74,117,110,0,74,117,108,0,65,117,103,0,83,101,112,0,79,99,116,0,78,111,118,0,68,101,99,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,84,104,117,114,115,100,97,121,0,70,114,105,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,0,77,111,110,0,84,117,101,0,87,101,100,0,84,104,117,0,70,114,105,0,83,97,116,0,37,109,47,37,100,47,37,121,37,89,45,37,109,45,37,100,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,37,72,58,37,77,58,37,83,37,72,58,37,77,58,37,83,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,48,49,50,51,52,53,54,55,56,57,0,37,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,48,49,50,51,52,53,54,55,56,57,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,37,46,48,76,102,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,55,95,95,119,105,100,101,110,95,102,114,111,109,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,78,83,116,51,95,95,50,49,54,95,95,110,97,114,114,111,119,95,116,111,95,117,116,102,56,73,76,106,51,50,69,69,69,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,33,34,118,101,99,116,111,114,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,118,101,99,116,111,114,0,33,34,118,101,99,116,111,114,32,111,117,116,95,111,102,95,114,97,110,103,101,34,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,101,99,32,61,61,32,48,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,108,105,98,47,108,105,98,99,120,120,47,109,117,116,101,120,46,99,112,112,0,117,110,108,111,99,107,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,108,101,110,103,116,104,95,101,114,114,111,114,34,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,115,116,114,105,110,103,0,95,95,116,104,114,111,119,95,108,101,110,103,116,104,95,101,114,114,111,114,0,33,34,98,97,115,105,99,95,115,116,114,105,110,103,32,111,117,116,95,111,102,95,114,97,110,103,101,34,0,95,95,116,104,114,111,119,95,111,117,116,95,111,102,95,114,97,110,103,101,0,33,34,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,58,58,98,97,100,95,97,108,108,111,99,34,0,47,109,101,100,105,97,47,97,108,111,110,47,100,54,57,100,100,57,98,50,45,52,55,57,49,45,52,98,56,101,45,97,101,98,51,45,102,54,51,53,51,98,52,53,100,55,49,48,47,104,111,109,101,47,97,108,111,110,47,68,101,118,47,101,109,115,99,114,105,112,116,101,110,47,115,121,115,116,101,109,47,105,110,99,108,117,100,101,47,108,105,98,99,120,120,47,109,101,109,111,114,121,0,97,108,108,111,99,97,116,101,0,115,116,111,105,0,58,32,110,111,32,99,111,110,118,101,114,115,105,111,110,0,37,115,10,0,58,32,111,117,116,32,111,102,32,114,97,110,103,101,0,115,116,111,108,108,0,37,117,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,58,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,101,120,99,101,112,116,105,111,110,32,111,102,32,116,121,112,101,32,37,115,0,116,101,114,109,105,110,97,116,105,110,103,32,119,105,116,104,32,37,115,32,102,111,114,101,105,103,110,32,101,120,99,101,112,116,105,111,110,0,116,101,114,109,105,110,97,116,105,110,103,0,117,110,99,97,117,103,104,116,0,83,116,57,101,120,99,101,112,116,105,111,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,83,116,57,116,121,112,101,95,105,110,102,111,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,112,116,104,114,101,97,100,95,111,110,99,101,32,102,97,105,108,117,114,101,32,105,110,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,95,102,97,115,116,40,41,0,99,97,110,110,111,116,32,99,114,101,97,116,101,32,112,116,104,114,101,97,100,32,107,101,121,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,99,97,110,110,111,116,32,122,101,114,111,32,111,117,116,32,116,104,114,101,97,100,32,118,97,108,117,101,32,102,111,114,32,95,95,99,120,97,95,103,101,116,95,103,108,111,98,97,108,115,40,41,0,116,101,114,109,105,110,97,116,101,95,104,97,110,100,108,101,114,32,117,110,101,120,112,101,99,116,101,100,108,121,32,114,101,116,117,114,110,101,100,0,115,116,100,58,58,98,97,100,95,97,108,108,111,99,0,83,116,57,98,97,100,95,97,108,108,111,99,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,57,95,95,112,111,105,110,116,101,114,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,112,98,97,115,101,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,51,95,95,102,117,110,100,97,109,101,110,116,97,108,95,116,121,112,101,95,105,110,102,111,69,0,68,110,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,102,117,110,99,116,105,111,110,95,116,121,112,101,95,105,110,102,111,69,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,32,40,0,41,0,95,98,108,111,99,107,95,105,110,118,111,107,101,0,105,110,118,111,99,97,116,105,111,110,32,102,117,110,99,116,105,111,110,32,102,111,114,32,98,108,111,99,107,32,105,110,32,0,32,99,111,110,115,116,0,32,118,111,108,97,116,105,108,101,0,32,114,101,115,116,114,105,99,116,0,32,91,0,32,91,93,0,93,0,32,99,111,109,112,108,101,120,0,40,0,44,32,0,32,38,0,32,38,38,0,32,0,32,105,109,97,103,105,110,97,114,121,0,58,58,42,0,38,38,0,111,98,106,99,95,111,98,106,101,99,116,60,0,42,0,105,100,0,38,0,111,98,106,99,112,114,111,116,111,0,60,0,62,0,32,118,101,99,116,111,114,91,0,112,105,120,101,108,32,118,101,99,116,111,114,91,0,100,101,99,108,116,121,112,101,40,0,115,116,100,58,58,97,108,108,111,99,97,116,111,114,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,115,116,114,105,110,103,0,115,116,100,58,58,105,115,116,114,101,97,109,0,115,116,100,58,58,111,115,116,114,101,97,109,0,115,116,100,58,58,105,111,115,116,114,101,97,109,0,115,116,100,0,58,58,0,58,58,115,116,114,105,110,103,32,108,105,116,101,114,97,108,0,115,116,100,58,58,0,126,0,39,117,110,110,97,109,101,100,0,39,108,97,109,98,100,97,39,40,0,111,112,101,114,97,116,111,114,38,38,0,111,112,101,114,97,116,111,114,38,0,111,112,101,114,97,116,111,114,38,61,0,111,112,101,114,97,116,111,114,61,0,111,112,101,114,97,116,111,114,40,41,0,111,112,101,114,97,116,111,114,44,0,111,112,101,114,97,116,111,114,126,0,111,112,101,114,97,116,111,114,32,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,91,93,0,111,112,101,114,97,116,111,114,42,0,111,112,101,114,97,116,111,114,32,100,101,108,101,116,101,0,111,112,101,114,97,116,111,114,47,0,111,112,101,114,97,116,111,114,47,61,0,111,112,101,114,97,116,111,114,94,0,111,112,101,114,97,116,111,114,94,61,0,111,112,101,114,97,116,111,114,61,61,0,111,112,101,114,97,116,111,114,62,61,0,111,112,101,114,97,116,111,114,62,0,111,112,101,114,97,116,111,114,91,93,0,111,112,101,114,97,116,111,114,60,61,0,111,112,101,114,97,116,111,114,34,34,32,0,111,112,101,114,97,116,111,114,60,60,0,111,112,101,114,97,116,111,114,60,60,61,0,111,112,101,114,97,116,111,114,60,0,111,112,101,114,97,116,111,114,45,0,111,112,101,114,97,116,111,114,45,61,0,111,112,101,114,97,116,111,114,42,61,0,111,112,101,114,97,116,111,114,45,45,0,111,112,101,114,97,116,111,114,32,110,101,119,91,93,0,111,112,101,114,97,116,111,114,33,61,0,111,112,101,114,97,116,111,114,33,0,111,112,101,114,97,116,111,114,32,110,101,119,0,111,112,101,114,97,116,111,114,124,124,0,111,112,101,114,97,116,111,114,124,0,111,112,101,114,97,116,111,114,124,61,0,111,112,101,114,97,116,111,114,45,62,42,0,111,112,101,114,97,116,111,114,43,0,111,112,101,114,97,116,111,114,43,61,0,111,112,101,114,97,116,111,114,43,43,0,111,112,101,114,97,116,111,114,45,62,0,111,112,101,114,97,116,111,114,63,0,111,112,101,114,97,116,111,114,37,0,111,112,101,114,97,116,111,114,37,61,0,111,112,101,114,97,116,111,114,62,62,0,111,112,101,114,97,116,111,114,62,62,61,0,115,116,100,58,58,98,97,115,105,99,95,115,116,114,105,110,103,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,44,32,115,116,100,58,58,97,108,108,111,99,97,116,111,114,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,115,116,114,105,110,103,0,115,116,100,58,58,98,97,115,105,99,95,105,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,111,115,116,114,101,97,109,0,115,116,100,58,58,98,97,115,105,99,95,105,111,115,116,114,101,97,109,60,99,104,97,114,44,32,115,116,100,58,58,99,104,97,114,95,116,114,97,105,116,115,60,99,104,97,114,62,32,62,0,98,97,115,105,99,95,105,111,115,116,114,101,97,109,0,95,71,76,79,66,65,76,95,95,78,0,40,97,110,111,110,121,109,111,117,115,32,110,97,109,101,115,112,97,99,101,41,0,32,62,0,119,99,104,97,114,95,116,0,102,97,108,115,101,0,116,114,117,101,0,99,104,97,114,0,115,105,103,110,101,100,32,99,104,97,114,0,117,110,115,105,103,110,101,100,32,99,104,97,114,0,115,104,111,114,116,0,117,110,115,105,103,110,101,100,32,115,104,111,114,116,0,117,0,108,0,117,108,0,108,108,0,117,108,108,0,95,95,105,110,116,49,50,56,0,117,110,115,105,103,110,101,100,32,95,95,105,110,116,49,50,56,0,37,97,102,0,37,97,0,37,76,97,76,0,38,61,0,61,0,97,108,105,103,110,111,102,32,40,0,99,111,110,115,116,95,99,97,115,116,60,0,62,40,0,44,0,41,40,0,100,101,108,101,116,101,91,93,32,0,100,121,110,97,109,105,99,95,99,97,115,116,60,0,100,101,108,101,116,101,32,0,46,42,0,46,0,47,0,47,61,0,94,0,94,61,0,61,61,0,62,61,0,41,91,0,60,61,0,60,60,0,60,60,61,0,45,0,45,61,0,42,61,0,45,45,0,41,45,45,0,91,93,32,0,41,32,0,33,61,0,33,0,110,111,101,120,99,101,112,116,32,40,0,124,124,0,124,0,124,61,0,45,62,42,0,43,0,43,61,0,43,43,0,41,43,43,0,45,62,0,41,32,63,32,40,0,41,32,58,32,40,0,114,101,105,110,116,101,114,112,114,101,116,95,99,97,115,116,60,0,37,0,37,61,0,62,62,0,62,62,61,0,115,116,97,116,105,99,95,99,97,115,116,60,0,115,105,122,101,111,102,32,40,0,115,105,122,101,111,102,46,46,46,40,0,116,121,112,101,105,100,40,0,116,104,114,111,119,0,116,104,114,111,119,32,0,102,112,0,118,111,105,100,0,98,111,111,108,0,105,110,116,0,117,110,115,105,103,110,101,100,32,105,110,116,0,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,0,108,111,110,103,32,108,111,110,103,0,117,110,115,105,103,110,101,100,32,108,111,110,103,32,108,111,110,103,0,102,108,111,97,116,0,100,111,117,98,108,101,0,108,111,110,103,32,100,111,117,98,108,101,0,95,95,102,108,111,97,116,49,50,56,0,46,46,46,0,100,101,99,105,109,97,108,54,52,0,100,101,99,105,109,97,108,49,50,56,0,100,101,99,105,109,97,108,51,50,0,100,101,99,105,109,97,108,49,54,0,99,104,97,114,51,50,95,116,0,99,104,97,114,49,54,95,116,0,97,117,116,111,0,115,116,100,58,58,110,117,108,108,112,116,114,95,116,0,118,116,97,98,108,101,32,102,111,114,32,0,86,84,84,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,102,111,114,32,0,116,121,112,101,105,110,102,111,32,110,97,109,101,32,102,111,114,32,0,99,111,118,97,114,105,97,110,116,32,114,101,116,117,114,110,32,116,104,117,110,107,32,116,111,32,0,99,111,110,115,116,114,117,99,116,105,111,110,32,118,116,97,98,108,101,32,102,111,114,32,0,45,105,110,45,0,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,110,111,110,45,118,105,114,116,117,97,108,32,116,104,117,110,107,32,116,111,32,0,103,117,97,114,100,32,118,97,114,105,97,98,108,101,32,102,111,114,32,0,114,101,102,101,114,101,110,99,101,32,116,101,109,112,111,114,97,114,121,32,102,111,114,32,0],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+36904);var tempDoublePtr=STATICTOP;STATICTOP+=16;function _atexit(func,arg){__ATEXIT__.unshift({func:func,arg:arg})}function ___cxa_atexit(){return _atexit.apply(null,arguments)}Module["_i64Subtract"]=_i64Subtract;Module["_i64Add"]=_i64Add;function __ZSt18uncaught_exceptionv(){return!!__ZSt18uncaught_exceptionv.uncaught_exception}var EXCEPTIONS={last:0,caught:[],infos:{},deAdjust:(function(adjusted){if(!adjusted||EXCEPTIONS.infos[adjusted])return adjusted;for(var ptr in EXCEPTIONS.infos){var info=EXCEPTIONS.infos[ptr];if(info.adjusted===adjusted){return ptr}}return adjusted}),addRef:(function(ptr){if(!ptr)return;var info=EXCEPTIONS.infos[ptr];info.refcount++}),decRef:(function(ptr){if(!ptr)return;var info=EXCEPTIONS.infos[ptr];assert(info.refcount>0);info.refcount--;if(info.refcount===0){if(info.destructor){Runtime.dynCall("vi",info.destructor,[ptr])}delete EXCEPTIONS.infos[ptr];___cxa_free_exception(ptr)}}),clearRef:(function(ptr){if(!ptr)return;var info=EXCEPTIONS.infos[ptr];info.refcount=0})};function ___resumeException(ptr){if(!EXCEPTIONS.last){EXCEPTIONS.last=ptr}EXCEPTIONS.clearRef(EXCEPTIONS.deAdjust(ptr));throw ptr+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch."}function ___cxa_find_matching_catch(){var thrown=EXCEPTIONS.last;if(!thrown){return(asm["setTempRet0"](0),0)|0}var info=EXCEPTIONS.infos[thrown];var throwntype=info.type;if(!throwntype){return(asm["setTempRet0"](0),thrown)|0}var typeArray=Array.prototype.slice.call(arguments);var pointer=Module["___cxa_is_pointer_type"](throwntype);if(!___cxa_find_matching_catch.buffer)___cxa_find_matching_catch.buffer=_malloc(4);HEAP32[___cxa_find_matching_catch.buffer>>2]=thrown;thrown=___cxa_find_matching_catch.buffer;for(var i=0;i<typeArray.length;i++){if(typeArray[i]&&Module["___cxa_can_catch"](typeArray[i],throwntype,thrown)){thrown=HEAP32[thrown>>2];info.adjusted=thrown;return(asm["setTempRet0"](typeArray[i]),thrown)|0}}thrown=HEAP32[thrown>>2];return(asm["setTempRet0"](throwntype),thrown)|0}function ___cxa_throw(ptr,type,destructor){EXCEPTIONS.infos[ptr]={ptr:ptr,adjusted:ptr,type:type,destructor:destructor,refcount:0,caught:false};EXCEPTIONS.last=ptr;if(!("uncaught_exception"in __ZSt18uncaught_exceptionv)){__ZSt18uncaught_exceptionv.uncaught_exception=1}else{__ZSt18uncaught_exceptionv.uncaught_exception++}throw ptr+" - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch."}function ___cxa_begin_catch(ptr){var info=EXCEPTIONS.infos[ptr];if(info&&!info.caught){info.caught=true;__ZSt18uncaught_exceptionv.uncaught_exception--}EXCEPTIONS.caught.push(ptr);EXCEPTIONS.addRef(EXCEPTIONS.deAdjust(ptr));return ptr}function __ZN4wasm38createDuplicateFunctionEliminationPassEv(){Module["printErr"]("missing function: _ZN4wasm38createDuplicateFunctionEliminationPassEv");abort(-1)}Module["_pthread_mutex_lock"]=_pthread_mutex_lock;function __ZN4wasm16createVacuumPassEv(){Module["printErr"]("missing function: _ZN4wasm16createVacuumPassEv");abort(-1)}function _pthread_create(){return 11}function __ZN4wasm30createOptimizeInstructionsPassEv(){Module["printErr"]("missing function: _ZN4wasm30createOptimizeInstructionsPassEv");abort(-1)}function __ZN4wasm27createRemoveUnusedNamesPassEv(){Module["printErr"]("missing function: _ZN4wasm27createRemoveUnusedNamesPassEv");abort(-1)}function ___setErrNo(value){if(Module["___errno_location"])HEAP32[Module["___errno_location"]()>>2]=value;return value}var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:42,EIDRM:43,ECHRNG:44,EL2NSYNC:45,EL3HLT:46,EL3RST:47,ELNRNG:48,EUNATCH:49,ENOCSI:50,EL2HLT:51,EDEADLK:35,ENOLCK:37,EBADE:52,EBADR:53,EXFULL:54,ENOANO:55,EBADRQC:56,EBADSLT:57,EDEADLOCK:35,EBFONT:59,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,EDOTDOT:73,EBADMSG:74,ENOTUNIQ:76,EBADFD:77,EREMCHG:78,ELIBACC:79,ELIBBAD:80,ELIBSCN:81,ELIBMAX:82,ELIBEXEC:83,ENOSYS:38,ENOTEMPTY:39,ENAMETOOLONG:36,ELOOP:40,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,ENOPROTOOPT:92,ESHUTDOWN:108,ECONNREFUSED:111,EADDRINUSE:98,ECONNABORTED:103,ENETUNREACH:101,ENETDOWN:100,ETIMEDOUT:110,EHOSTDOWN:112,EHOSTUNREACH:113,EINPROGRESS:115,EALREADY:114,EDESTADDRREQ:89,EMSGSIZE:90,EPROTONOSUPPORT:93,ESOCKTNOSUPPORT:94,EADDRNOTAVAIL:99,ENETRESET:102,EISCONN:106,ENOTCONN:107,ETOOMANYREFS:109,EUSERS:87,EDQUOT:122,ESTALE:116,ENOTSUP:95,ENOMEDIUM:123,EILSEQ:84,EOVERFLOW:75,ECANCELED:125,ENOTRECOVERABLE:131,EOWNERDEAD:130,ESTRPIPE:86};function _sysconf(name){switch(name){case 30:return PAGE_SIZE;case 85:return totalMemory/PAGE_SIZE;case 132:case 133:case 12:case 137:case 138:case 15:case 235:case 16:case 17:case 18:case 19:case 20:case 149:case 13:case 10:case 236:case 153:case 9:case 21:case 22:case 159:case 154:case 14:case 77:case 78:case 139:case 80:case 81:case 82:case 68:case 67:case 164:case 11:case 29:case 47:case 48:case 95:case 52:case 51:case 46:return 200809;case 79:return 0;case 27:case 246:case 127:case 128:case 23:case 24:case 160:case 161:case 181:case 182:case 242:case 183:case 184:case 243:case 244:case 245:case 165:case 178:case 179:case 49:case 50:case 168:case 169:case 175:case 170:case 171:case 172:case 97:case 76:case 32:case 173:case 35:return-1;case 176:case 177:case 7:case 155:case 8:case 157:case 125:case 126:case 92:case 93:case 129:case 130:case 131:case 94:case 91:return 1;case 74:case 60:case 69:case 70:case 4:return 1024;case 31:case 42:case 72:return 32;case 87:case 26:case 33:return 2147483647;case 34:case 1:return 47839;case 38:case 36:return 99;case 43:case 37:return 2048;case 0:return 2097152;case 3:return 65536;case 28:return 32768;case 44:return 32767;case 75:return 16384;case 39:return 1e3;case 89:return 700;case 71:return 256;case 40:return 255;case 2:return 100;case 180:return 64;case 25:return 20;case 5:return 16;case 6:return 6;case 73:return 4;case 84:{if(typeof navigator==="object")return navigator["hardwareConcurrency"]||1;return 1}}___setErrNo(ERRNO_CODES.EINVAL);return-1}var PTHREAD_SPECIFIC={};var PTHREAD_SPECIFIC_NEXT_KEY=1;function _pthread_key_create(key,destructor){if(key==0){return ERRNO_CODES.EINVAL}HEAP32[key>>2]=PTHREAD_SPECIFIC_NEXT_KEY;PTHREAD_SPECIFIC[PTHREAD_SPECIFIC_NEXT_KEY]=0;PTHREAD_SPECIFIC_NEXT_KEY++;return 0}function __ZN4wasm23createReorderLocalsPassEv(){Module["printErr"]("missing function: _ZN4wasm23createReorderLocalsPassEv");abort(-1)}function __ZN4wasm21createMergeBlocksPassEv(){Module["printErr"]("missing function: _ZN4wasm21createMergeBlocksPassEv");abort(-1)}var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};var PATH={splitPath:(function(filename){var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)}),normalizeArray:(function(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up--;up){parts.unshift("..")}}return parts}),normalize:(function(path){var isAbsolute=path.charAt(0)==="/",trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter((function(p){return!!p})),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path}),dirname:(function(path){var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir}),basename:(function(path){if(path==="/")return"/";var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)}),extname:(function(path){return PATH.splitPath(path)[3]}),join:(function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))}),join2:(function(l,r){return PATH.normalize(l+"/"+r)}),resolve:(function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!=="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=path.charAt(0)==="/"}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter((function(p){return!!p})),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."}),relative:(function(from,to){from=PATH.resolve(from).substr(1);to=PATH.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")})};var TTY={ttys:[],init:(function(){}),shutdown:(function(){}),register:(function(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops};FS.registerDevice(dev,TTY.stream_ops)}),stream_ops:{open:(function(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty;stream.seekable=false}),close:(function(stream){stream.tty.ops.flush(stream.tty)}),flush:(function(stream){stream.tty.ops.flush(stream.tty)}),read:(function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(ERRNO_CODES.ENXIO)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(ERRNO_CODES.EAGAIN)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(ERRNO_CODES.ENXIO)}for(var i=0;i<length;i++){try{stream.tty.ops.put_char(stream.tty,buffer[offset+i])}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}}if(length){stream.node.timestamp=Date.now()}return i})},default_tty_ops:{get_char:(function(tty){if(!tty.input.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=new Buffer(BUFSIZE);var bytesRead=0;var isPosixPlatform=process.platform!="win32";var fd=process.stdin.fd;if(isPosixPlatform){var usingDevice=false;try{fd=fs.openSync("/dev/stdin","r");usingDevice=true}catch(e){}}try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE,null)}catch(e){if(e.toString().indexOf("EOF")!=-1)bytesRead=0;else throw e}if(usingDevice){fs.closeSync(fd)}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()}),put_char:(function(tty,val){if(val===null||val===10){Module["print"](UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}}),flush:(function(tty){if(tty.output&&tty.output.length>0){Module["print"](UTF8ArrayToString(tty.output,0));tty.output=[]}})},default_tty1_ops:{put_char:(function(tty,val){if(val===null||val===10){Module["printErr"](UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}}),flush:(function(tty){if(tty.output&&tty.output.length>0){Module["printErr"](UTF8ArrayToString(tty.output,0));tty.output=[]}})}};var MEMFS={ops_table:null,mount:(function(mount){return MEMFS.createNode(null,"/",16384|511,0)}),createNode:(function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node}return node}),getFileDataAsRegularArray:(function(node){if(node.contents&&node.contents.subarray){var arr=[];for(var i=0;i<node.usedBytes;++i)arr.push(node.contents[i]);return arr}return node.contents}),getFileDataAsTypedArray:(function(node){if(!node.contents)return new Uint8Array;if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)}),expandFileStorage:(function(node,newCapacity){if(node.contents&&node.contents.subarray&&newCapacity>node.contents.length){node.contents=MEMFS.getFileDataAsRegularArray(node);node.usedBytes=node.contents.length}if(!node.contents||node.contents.subarray){var prevCapacity=node.contents?node.contents.buffer.byteLength:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)|0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0);return}if(!node.contents&&newCapacity>0)node.contents=[];while(node.contents.length<newCapacity)node.contents.push(0)}),resizeFileStorage:(function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;return}if(!node.contents||node.contents.subarray){var oldContents=node.contents;node.contents=new Uint8Array(new ArrayBuffer(newSize));if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize;return}if(!node.contents)node.contents=[];if(node.contents.length>newSize)node.contents.length=newSize;else while(node.contents.length<newSize)node.contents.push(0);node.usedBytes=newSize}),node_ops:{getattr:(function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr}),setattr:(function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}}),lookup:(function(parent,name){throw FS.genericErrors[ERRNO_CODES.ENOENT]}),mknod:(function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)}),rename:(function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY)}}}delete old_node.parent.contents[old_node.name];old_node.name=new_name;new_dir.contents[new_name]=old_node;old_node.parent=new_dir}),unlink:(function(parent,name){delete parent.contents[name]}),rmdir:(function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY)}delete parent.contents[name]}),readdir:(function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries}),symlink:(function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node}),readlink:(function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return node.link})},stream_ops:{read:(function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);assert(size>=0);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size}),write:(function(stream,buffer,offset,length,position,canOwn){if(!length)return 0;var node=stream.node;node.timestamp=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=new Uint8Array(buffer.subarray(offset,offset+length));node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray)node.contents.set(buffer.subarray(offset,offset+length),position);else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length}),llseek:(function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position}),allocate:(function(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length);stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)}),mmap:(function(stream,buffer,offset,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&(contents.buffer===buffer||contents.buffer===buffer.buffer)){allocated=false;ptr=contents.byteOffset}else{if(position>0||position+length<stream.node.usedBytes){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}allocated=true;ptr=_malloc(length);if(!ptr){throw new FS.ErrnoError(ERRNO_CODES.ENOMEM)}buffer.set(contents,ptr)}return{ptr:ptr,allocated:allocated}}),msync:(function(stream,buffer,offset,length,mmapFlags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}if(mmapFlags&2){return 0}var bytesWritten=MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0})}};var IDBFS={dbs:{},indexedDB:(function(){if(typeof indexedDB!=="undefined")return indexedDB;var ret=null;if(typeof window==="object")ret=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB;assert(ret,"IDBFS used, but indexedDB not supported");return ret}),DB_VERSION:21,DB_STORE_NAME:"FILE_DATA",mount:(function(mount){return MEMFS.mount.apply(null,arguments)}),syncfs:(function(mount,populate,callback){IDBFS.getLocalSet(mount,(function(err,local){if(err)return callback(err);IDBFS.getRemoteSet(mount,(function(err,remote){if(err)return callback(err);var src=populate?remote:local;var dst=populate?local:remote;IDBFS.reconcile(src,dst,callback)}))}))}),getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{req=IDBFS.indexedDB().open(name,IDBFS.DB_VERSION)}catch(e){return callback(e)}if(!req){return callback("Unable to connect to IndexedDB")}req.onupgradeneeded=(function(e){var db=e.target.result;var transaction=e.target.transaction;var fileStore;if(db.objectStoreNames.contains(IDBFS.DB_STORE_NAME)){fileStore=transaction.objectStore(IDBFS.DB_STORE_NAME)}else{fileStore=db.createObjectStore(IDBFS.DB_STORE_NAME)}if(!fileStore.indexNames.contains("timestamp")){fileStore.createIndex("timestamp","timestamp",{unique:false})}});req.onsuccess=(function(){db=req.result;IDBFS.dbs[name]=db;callback(null,db)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),getLocalSet:(function(mount,callback){var entries={};function isRealDir(p){return p!=="."&&p!==".."}function toAbsolute(root){return(function(p){return PATH.join2(root,p)})}var check=FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));while(check.length){var path=check.pop();var stat;try{stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){check.push.apply(check,FS.readdir(path).filter(isRealDir).map(toAbsolute(path)))}entries[path]={timestamp:stat.mtime}}return callback(null,{type:"local",entries:entries})}),getRemoteSet:(function(mount,callback){var entries={};IDBFS.getDB(mount.mountpoint,(function(err,db){if(err)return callback(err);var transaction=db.transaction([IDBFS.DB_STORE_NAME],"readonly");transaction.onerror=(function(e){callback(this.error);e.preventDefault()});var store=transaction.objectStore(IDBFS.DB_STORE_NAME);var index=store.index("timestamp");index.openKeyCursor().onsuccess=(function(event){var cursor=event.target.result;if(!cursor){return callback(null,{type:"remote",db:db,entries:entries})}entries[cursor.primaryKey]={timestamp:cursor.key};cursor.continue()})}))}),loadLocalEntry:(function(path,callback){var stat,node;try{var lookup=FS.lookupPath(path);node=lookup.node;stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){return callback(null,{timestamp:stat.mtime,mode:stat.mode})}else if(FS.isFile(stat.mode)){node.contents=MEMFS.getFileDataAsTypedArray(node);return callback(null,{timestamp:stat.mtime,mode:stat.mode,contents:node.contents})}else{return callback(new Error("node type not supported"))}}),storeLocalEntry:(function(path,entry,callback){try{if(FS.isDir(entry.mode)){FS.mkdir(path,entry.mode)}else if(FS.isFile(entry.mode)){FS.writeFile(path,entry.contents,{encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.chmod(path,entry.mode);FS.utime(path,entry.timestamp,entry.timestamp)}catch(e){return callback(e)}callback(null)}),removeLocalEntry:(function(path,callback){try{var lookup=FS.lookupPath(path);var stat=FS.stat(path);if(FS.isDir(stat.mode)){FS.rmdir(path)}else if(FS.isFile(stat.mode)){FS.unlink(path)}}catch(e){return callback(e)}callback(null)}),loadRemoteEntry:(function(store,path,callback){var req=store.get(path);req.onsuccess=(function(event){callback(null,event.target.result)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),storeRemoteEntry:(function(store,path,entry,callback){var req=store.put(entry,path);req.onsuccess=(function(){callback(null)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),removeRemoteEntry:(function(store,path,callback){var req=store.delete(path);req.onsuccess=(function(){callback(null)});req.onerror=(function(e){callback(this.error);e.preventDefault()})}),reconcile:(function(src,dst,callback){var total=0;var create=[];Object.keys(src.entries).forEach((function(key){var e=src.entries[key];var e2=dst.entries[key];if(!e2||e.timestamp>e2.timestamp){create.push(key);total++}}));var remove=[];Object.keys(dst.entries).forEach((function(key){var e=dst.entries[key];var e2=src.entries[key];if(!e2){remove.push(key);total++}}));if(!total){return callback(null)}var completed=0;var db=src.type==="remote"?src.db:dst.db;var transaction=db.transaction([IDBFS.DB_STORE_NAME],"readwrite");var store=transaction.objectStore(IDBFS.DB_STORE_NAME);function done(err){if(err){if(!done.errored){done.errored=true;return callback(err)}return}if(++completed>=total){return callback(null)}}transaction.onerror=(function(e){done(this.error);e.preventDefault()});create.sort().forEach((function(path){if(dst.type==="local"){IDBFS.loadRemoteEntry(store,path,(function(err,entry){if(err)return done(err);IDBFS.storeLocalEntry(path,entry,done)}))}else{IDBFS.loadLocalEntry(path,(function(err,entry){if(err)return done(err);IDBFS.storeRemoteEntry(store,path,entry,done)}))}}));remove.sort().reverse().forEach((function(path){if(dst.type==="local"){IDBFS.removeLocalEntry(path,done)}else{IDBFS.removeRemoteEntry(store,path,done)}}))})};var NODEFS={isWindows:false,staticInit:(function(){NODEFS.isWindows=!!process.platform.match(/^win/)}),mount:(function(mount){assert(ENVIRONMENT_IS_NODE);return NODEFS.createNode(null,"/",NODEFS.getMode(mount.opts.root),0)}),createNode:(function(parent,name,mode,dev){if(!FS.isDir(mode)&&!FS.isFile(mode)&&!FS.isLink(mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=FS.createNode(parent,name,mode);node.node_ops=NODEFS.node_ops;node.stream_ops=NODEFS.stream_ops;return node}),getMode:(function(path){var stat;try{stat=fs.lstatSync(path);if(NODEFS.isWindows){stat.mode=stat.mode|(stat.mode&146)>>1}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return stat.mode}),realPath:(function(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.parent}parts.push(node.mount.opts.root);parts.reverse();return PATH.join.apply(null,parts)}),flagsToPermissionStringMap:{0:"r",1:"r+",2:"r+",64:"r",65:"r+",66:"r+",129:"rx+",193:"rx+",514:"w+",577:"w",578:"w+",705:"wx",706:"wx+",1024:"a",1025:"a",1026:"a+",1089:"a",1090:"a+",1153:"ax",1154:"ax+",1217:"ax",1218:"ax+",4096:"rs",4098:"rs+"},flagsToPermissionString:(function(flags){flags&=~2097152;flags&=~2048;flags&=~32768;flags&=~524288;if(flags in NODEFS.flagsToPermissionStringMap){return NODEFS.flagsToPermissionStringMap[flags]}else{throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}}),node_ops:{getattr:(function(node){var path=NODEFS.realPath(node);var stat;try{stat=fs.lstatSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}if(NODEFS.isWindows&&!stat.blksize){stat.blksize=4096}if(NODEFS.isWindows&&!stat.blocks){stat.blocks=(stat.size+stat.blksize-1)/stat.blksize|0}return{dev:stat.dev,ino:stat.ino,mode:stat.mode,nlink:stat.nlink,uid:stat.uid,gid:stat.gid,rdev:stat.rdev,size:stat.size,atime:stat.atime,mtime:stat.mtime,ctime:stat.ctime,blksize:stat.blksize,blocks:stat.blocks}}),setattr:(function(node,attr){var path=NODEFS.realPath(node);try{if(attr.mode!==undefined){fs.chmodSync(path,attr.mode);node.mode=attr.mode}if(attr.timestamp!==undefined){var date=new Date(attr.timestamp);fs.utimesSync(path,date,date)}if(attr.size!==undefined){fs.truncateSync(path,attr.size)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),lookup:(function(parent,name){var path=PATH.join2(NODEFS.realPath(parent),name);var mode=NODEFS.getMode(path);return NODEFS.createNode(parent,name,mode)}),mknod:(function(parent,name,mode,dev){var node=NODEFS.createNode(parent,name,mode,dev);var path=NODEFS.realPath(node);try{if(FS.isDir(node.mode)){fs.mkdirSync(path,node.mode)}else{fs.writeFileSync(path,"",{mode:node.mode})}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return node}),rename:(function(oldNode,newDir,newName){var oldPath=NODEFS.realPath(oldNode);var newPath=PATH.join2(NODEFS.realPath(newDir),newName);try{fs.renameSync(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),unlink:(function(parent,name){var path=PATH.join2(NODEFS.realPath(parent),name);try{fs.unlinkSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),rmdir:(function(parent,name){var path=PATH.join2(NODEFS.realPath(parent),name);try{fs.rmdirSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),readdir:(function(node){var path=NODEFS.realPath(node);try{return fs.readdirSync(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),symlink:(function(parent,newName,oldPath){var newPath=PATH.join2(NODEFS.realPath(parent),newName);try{fs.symlinkSync(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),readlink:(function(node){var path=NODEFS.realPath(node);try{path=fs.readlinkSync(path);path=NODEJS_PATH.relative(NODEJS_PATH.resolve(node.mount.opts.root),path);return path}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}})},stream_ops:{open:(function(stream){var path=NODEFS.realPath(stream.node);try{if(FS.isFile(stream.node.mode)){stream.nfd=fs.openSync(path,NODEFS.flagsToPermissionString(stream.flags))}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),close:(function(stream){try{if(FS.isFile(stream.node.mode)&&stream.nfd){fs.closeSync(stream.nfd)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}),read:(function(stream,buffer,offset,length,position){if(length===0)return 0;var nbuffer=new Buffer(length);var res;try{res=fs.readSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}if(res>0){for(var i=0;i<res;i++){buffer[offset+i]=nbuffer[i]}}return res}),write:(function(stream,buffer,offset,length,position){var nbuffer=new Buffer(buffer.subarray(offset,offset+length));var res;try{res=fs.writeSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}return res}),llseek:(function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){try{var stat=fs.fstatSync(stream.nfd);position+=stat.size}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position})}};var WORKERFS={DIR_MODE:16895,FILE_MODE:33279,reader:null,mount:(function(mount){assert(ENVIRONMENT_IS_WORKER);if(!WORKERFS.reader)WORKERFS.reader=new FileReaderSync;var root=WORKERFS.createNode(null,"/",WORKERFS.DIR_MODE,0);var createdParents={};function ensureParent(path){var parts=path.split("/");var parent=root;for(var i=0;i<parts.length-1;i++){var curr=parts.slice(0,i+1).join("/");if(!createdParents[curr]){createdParents[curr]=WORKERFS.createNode(parent,parts[i],WORKERFS.DIR_MODE,0)}parent=createdParents[curr]}return parent}function base(path){var parts=path.split("/");return parts[parts.length-1]}Array.prototype.forEach.call(mount.opts["files"]||[],(function(file){WORKERFS.createNode(ensureParent(file.name),base(file.name),WORKERFS.FILE_MODE,0,file,file.lastModifiedDate)}));(mount.opts["blobs"]||[]).forEach((function(obj){WORKERFS.createNode(ensureParent(obj["name"]),base(obj["name"]),WORKERFS.FILE_MODE,0,obj["data"])}));(mount.opts["packages"]||[]).forEach((function(pack){pack["metadata"].files.forEach((function(file){var name=file.filename.substr(1);WORKERFS.createNode(ensureParent(name),base(name),WORKERFS.FILE_MODE,0,pack["blob"].slice(file.start,file.end))}))}));return root}),createNode:(function(parent,name,mode,dev,contents,mtime){var node=FS.createNode(parent,name,mode);node.mode=mode;node.node_ops=WORKERFS.node_ops;node.stream_ops=WORKERFS.stream_ops;node.timestamp=(mtime||new Date).getTime();assert(WORKERFS.FILE_MODE!==WORKERFS.DIR_MODE);if(mode===WORKERFS.FILE_MODE){node.size=contents.size;node.contents=contents}else{node.size=4096;node.contents={}}if(parent){parent.contents[name]=node}return node}),node_ops:{getattr:(function(node){return{dev:1,ino:undefined,mode:node.mode,nlink:1,uid:0,gid:0,rdev:undefined,size:node.size,atime:new Date(node.timestamp),mtime:new Date(node.timestamp),ctime:new Date(node.timestamp),blksize:4096,blocks:Math.ceil(node.size/4096)}}),setattr:(function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}}),lookup:(function(parent,name){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}),mknod:(function(parent,name,mode,dev){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),rename:(function(oldNode,newDir,newName){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),unlink:(function(parent,name){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),rmdir:(function(parent,name){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),readdir:(function(node){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),symlink:(function(parent,newName,oldPath){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}),readlink:(function(node){throw new FS.ErrnoError(ERRNO_CODES.EPERM)})},stream_ops:{read:(function(stream,buffer,offset,length,position){if(position>=stream.node.size)return 0;var chunk=stream.node.contents.slice(position,position+length);var ab=WORKERFS.reader.readAsArrayBuffer(chunk);buffer.set(new Uint8Array(ab),offset);return chunk.size}),write:(function(stream,buffer,offset,length,position){throw new FS.ErrnoError(ERRNO_CODES.EIO)}),llseek:(function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.size}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position})}};STATICTOP+=16;STATICTOP+=16;STATICTOP+=16;var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,trackingDelegate:{},tracking:{openFlags:{READ:1,WRITE:2}},ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,handleFSError:(function(e){if(!(e instanceof FS.ErrnoError))throw e+" : "+stackTrace();return ___setErrNo(e.errno)}),lookupPath:(function(path,opts){path=PATH.resolve(FS.cwd(),path);opts=opts||{};if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};for(var key in defaults){if(opts[key]===undefined){opts[key]=defaults[key]}}if(opts.recurse_count>8){throw new FS.ErrnoError(ERRNO_CODES.ELOOP)}var parts=PATH.normalizeArray(path.split("/").filter((function(p){return!!p})),false);var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}current=FS.lookupNode(current,parts[i]);current_path=PATH.join2(current_path,parts[i]);if(FS.isMountpoint(current)){if(!islast||islast&&opts.follow_mount){current=current.mounted.root}}if(!islast||opts.follow){var count=0;while(FS.isLink(current.mode)){var link=FS.readlink(current_path);current_path=PATH.resolve(PATH.dirname(current_path),link);var lookup=FS.lookupPath(current_path,{recurse_count:opts.recurse_count});current=lookup.node;if(count++>40){throw new FS.ErrnoError(ERRNO_CODES.ELOOP)}}}}return{path:current_path,node:current}}),getPath:(function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}}),hashName:(function(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length}),hashAddNode:(function(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node}),hashRemoveNode:(function(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}}),lookupNode:(function(parent,name){var err=FS.mayLookup(parent);if(err){throw new FS.ErrnoError(err,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)}),createNode:(function(parent,name,mode,rdev){if(!FS.FSNode){FS.FSNode=(function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev});FS.FSNode.prototype={};var readMode=292|73;var writeMode=146;Object.defineProperties(FS.FSNode.prototype,{read:{get:(function(){return(this.mode&readMode)===readMode}),set:(function(val){val?this.mode|=readMode:this.mode&=~readMode})},write:{get:(function(){return(this.mode&writeMode)===writeMode}),set:(function(val){val?this.mode|=writeMode:this.mode&=~writeMode})},isFolder:{get:(function(){return FS.isDir(this.mode)})},isDevice:{get:(function(){return FS.isChrdev(this.mode)})}})}var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node}),destroyNode:(function(node){FS.hashRemoveNode(node)}),isRoot:(function(node){return node===node.parent}),isMountpoint:(function(node){return!!node.mounted}),isFile:(function(mode){return(mode&61440)===32768}),isDir:(function(mode){return(mode&61440)===16384}),isLink:(function(mode){return(mode&61440)===40960}),isChrdev:(function(mode){return(mode&61440)===8192}),isBlkdev:(function(mode){return(mode&61440)===24576}),isFIFO:(function(mode){return(mode&61440)===4096}),isSocket:(function(mode){return(mode&49152)===49152}),flagModes:{"r":0,"rs":1052672,"r+":2,"w":577,"wx":705,"xw":705,"w+":578,"wx+":706,"xw+":706,"a":1089,"ax":1217,"xa":1217,"a+":1090,"ax+":1218,"xa+":1218},modeStringToFlags:(function(str){var flags=FS.flagModes[str];if(typeof flags==="undefined"){throw new Error("Unknown file open mode: "+str)}return flags}),flagsToPermissionString:(function(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms}),nodePermissions:(function(node,perms){if(FS.ignorePermissions){return 0}if(perms.indexOf("r")!==-1&&!(node.mode&292)){return ERRNO_CODES.EACCES}else if(perms.indexOf("w")!==-1&&!(node.mode&146)){return ERRNO_CODES.EACCES}else if(perms.indexOf("x")!==-1&&!(node.mode&73)){return ERRNO_CODES.EACCES}return 0}),mayLookup:(function(dir){var err=FS.nodePermissions(dir,"x");if(err)return err;if(!dir.node_ops.lookup)return ERRNO_CODES.EACCES;return 0}),mayCreate:(function(dir,name){try{var node=FS.lookupNode(dir,name);return ERRNO_CODES.EEXIST}catch(e){}return FS.nodePermissions(dir,"wx")}),mayDelete:(function(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var err=FS.nodePermissions(dir,"wx");if(err){return err}if(isdir){if(!FS.isDir(node.mode)){return ERRNO_CODES.ENOTDIR}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return ERRNO_CODES.EBUSY}}else{if(FS.isDir(node.mode)){return ERRNO_CODES.EISDIR}}return 0}),mayOpen:(function(node,flags){if(!node){return ERRNO_CODES.ENOENT}if(FS.isLink(node.mode)){return ERRNO_CODES.ELOOP}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return ERRNO_CODES.EISDIR}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))}),MAX_OPEN_FDS:4096,nextfd:(function(fd_start,fd_end){fd_start=fd_start||0;fd_end=fd_end||FS.MAX_OPEN_FDS;for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(ERRNO_CODES.EMFILE)}),getStream:(function(fd){return FS.streams[fd]}),createStream:(function(stream,fd_start,fd_end){if(!FS.FSStream){FS.FSStream=(function(){});FS.FSStream.prototype={};Object.defineProperties(FS.FSStream.prototype,{object:{get:(function(){return this.node}),set:(function(val){this.node=val})},isRead:{get:(function(){return(this.flags&2097155)!==1})},isWrite:{get:(function(){return(this.flags&2097155)!==0})},isAppend:{get:(function(){return this.flags&1024})}})}var newStream=new FS.FSStream;for(var p in stream){newStream[p]=stream[p]}stream=newStream;var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream}),closeStream:(function(fd){FS.streams[fd]=null}),chrdev_stream_ops:{open:(function(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}}),llseek:(function(){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)})},major:(function(dev){return dev>>8}),minor:(function(dev){return dev&255}),makedev:(function(ma,mi){return ma<<8|mi}),registerDevice:(function(dev,ops){FS.devices[dev]={stream_ops:ops}}),getDevice:(function(dev){return FS.devices[dev]}),getMounts:(function(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts}),syncfs:(function(populate,callback){if(typeof populate==="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){console.log("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(err){assert(FS.syncFSRequests>0);FS.syncFSRequests--;return callback(err)}function done(err){if(err){if(!done.errored){done.errored=true;return doCallback(err)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach((function(mount){if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)}))}),mount:(function(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot}),unmount:(function(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach((function(hash){var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.indexOf(current.mount)!==-1){FS.destroyNode(current)}current=next}}));node.mounted=null;var idx=node.mount.mounts.indexOf(mount);assert(idx!==-1);node.mount.mounts.splice(idx,1)}),lookup:(function(parent,name){return parent.node_ops.lookup(parent,name)}),mknod:(function(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var err=FS.mayCreate(parent,name);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}return parent.node_ops.mknod(parent,name,mode,dev)}),create:(function(path,mode){mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)}),mkdir:(function(path,mode){mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)}),mkdev:(function(path,mode,dev){if(typeof dev==="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)}),symlink:(function(oldpath,newpath){if(!PATH.resolve(oldpath)){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}var newname=PATH.basename(newpath);var err=FS.mayCreate(parent,newname);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}return parent.node_ops.symlink(parent,newname,oldpath)}),rename:(function(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;try{lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}if(!old_dir||!new_dir)throw new FS.ErrnoError(ERRNO_CODES.ENOENT);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(ERRNO_CODES.EXDEV)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}relative=PATH.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var err=FS.mayDelete(old_dir,old_name,isdir);if(err){throw new FS.ErrnoError(err)}err=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(err){throw new FS.ErrnoError(err)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}if(new_dir!==old_dir){err=FS.nodePermissions(old_dir,"w");if(err){throw new FS.ErrnoError(err)}}try{if(FS.trackingDelegate["willMovePath"]){FS.trackingDelegate["willMovePath"](old_path,new_path)}}catch(e){console.log("FS.trackingDelegate['willMovePath']('"+old_path+"', '"+new_path+"') threw an exception: "+e.message)}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}try{if(FS.trackingDelegate["onMovePath"])FS.trackingDelegate["onMovePath"](old_path,new_path)}catch(e){console.log("FS.trackingDelegate['onMovePath']('"+old_path+"', '"+new_path+"') threw an exception: "+e.message)}}),rmdir:(function(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var err=FS.mayDelete(parent,name,true);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}try{if(FS.trackingDelegate["willDeletePath"]){FS.trackingDelegate["willDeletePath"](path)}}catch(e){console.log("FS.trackingDelegate['willDeletePath']('"+path+"') threw an exception: "+e.message)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node);try{if(FS.trackingDelegate["onDeletePath"])FS.trackingDelegate["onDeletePath"](path)}catch(e){console.log("FS.trackingDelegate['onDeletePath']('"+path+"') threw an exception: "+e.message)}}),readdir:(function(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}return node.node_ops.readdir(node)}),unlink:(function(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var err=FS.mayDelete(parent,name,false);if(err){throw new FS.ErrnoError(err)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(ERRNO_CODES.EBUSY)}try{if(FS.trackingDelegate["willDeletePath"]){FS.trackingDelegate["willDeletePath"](path)}}catch(e){console.log("FS.trackingDelegate['willDeletePath']('"+path+"') threw an exception: "+e.message)}parent.node_ops.unlink(parent,name);FS.destroyNode(node);try{if(FS.trackingDelegate["onDeletePath"])FS.trackingDelegate["onDeletePath"](path)}catch(e){console.log("FS.trackingDelegate['onDeletePath']('"+path+"') threw an exception: "+e.message)}}),readlink:(function(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}if(!link.node_ops.readlink){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return PATH.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))}),stat:(function(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}if(!node.node_ops.getattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}return node.node_ops.getattr(node)}),lstat:(function(path){return FS.stat(path,true)}),chmod:(function(path,mode,dontFollow){var node;if(typeof path==="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})}),lchmod:(function(path,mode){FS.chmod(path,mode,true)}),fchmod:(function(fd,mode){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}FS.chmod(stream.node,mode)}),chown:(function(path,uid,gid,dontFollow){var node;if(typeof path==="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}node.node_ops.setattr(node,{timestamp:Date.now()})}),lchown:(function(path,uid,gid){FS.chown(path,uid,gid,true)}),fchown:(function(fd,uid,gid){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}FS.chown(stream.node,uid,gid)}),truncate:(function(path,len){if(len<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node;if(typeof path==="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EISDIR)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var err=FS.nodePermissions(node,"w");if(err){throw new FS.ErrnoError(err)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})}),ftruncate:(function(fd,len){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}FS.truncate(stream.node,len)}),utime:(function(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{timestamp:Math.max(atime,mtime)})}),open:(function(path,flags,mode,fd_start,fd_end){if(path===""){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}flags=typeof flags==="string"?FS.modeStringToFlags(flags):flags;mode=typeof mode==="undefined"?438:mode;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path==="object"){node=path}else{path=PATH.normalize(path);try{var lookup=FS.lookupPath(path,{follow:!(flags&131072)});node=lookup.node}catch(e){}}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(ERRNO_CODES.EEXIST)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(ERRNO_CODES.ENOENT)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}if(!created){var err=FS.mayOpen(node,flags);if(err){throw new FS.ErrnoError(err)}}if(flags&512){FS.truncate(node,0)}flags&=~(128|512);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false},fd_start,fd_end);if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!FS.readFiles)FS.readFiles={};if(!(path in FS.readFiles)){FS.readFiles[path]=1;Module["printErr"]("read file: "+path)}}try{if(FS.trackingDelegate["onOpenFile"]){var trackingFlags=0;if((flags&2097155)!==1){trackingFlags|=FS.tracking.openFlags.READ}if((flags&2097155)!==0){trackingFlags|=FS.tracking.openFlags.WRITE}FS.trackingDelegate["onOpenFile"](path,trackingFlags)}}catch(e){console.log("FS.trackingDelegate['onOpenFile']('"+path+"', flags) threw an exception: "+e.message)}return stream}),close:(function(stream){if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}}),llseek:(function(stream,offset,whence){if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position}),read:(function(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EISDIR)}if(!stream.stream_ops.read){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var seeking=true;if(typeof position==="undefined"){position=stream.position;seeking=false}else if(!stream.seekable){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead}),write:(function(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.EISDIR)}if(!stream.stream_ops.write){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if(stream.flags&1024){FS.llseek(stream,0,2)}var seeking=true;if(typeof position==="undefined"){position=stream.position;seeking=false}else if(!stream.seekable){throw new FS.ErrnoError(ERRNO_CODES.ESPIPE)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;try{if(stream.path&&FS.trackingDelegate["onWriteToFile"])FS.trackingDelegate["onWriteToFile"](stream.path)}catch(e){console.log("FS.trackingDelegate['onWriteToFile']('"+path+"') threw an exception: "+e.message)}return bytesWritten}),allocate:(function(stream,offset,length){if(offset<0||length<=0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(ERRNO_CODES.EBADF)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(ERRNO_CODES.EOPNOTSUPP)}stream.stream_ops.allocate(stream,offset,length)}),mmap:(function(stream,buffer,offset,length,position,prot,flags){if((stream.flags&2097155)===1){throw new FS.ErrnoError(ERRNO_CODES.EACCES)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}return stream.stream_ops.mmap(stream,buffer,offset,length,position,prot,flags)}),msync:(function(stream,buffer,offset,length,mmapFlags){if(!stream||!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)}),munmap:(function(stream){return 0}),ioctl:(function(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(ERRNO_CODES.ENOTTY)}return stream.stream_ops.ioctl(stream,cmd,arg)}),readFile:(function(path,opts){opts=opts||{};opts.flags=opts.flags||"r";opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf,0)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret}),writeFile:(function(path,data,opts){opts=opts||{};opts.flags=opts.flags||"w";opts.encoding=opts.encoding||"utf8";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var stream=FS.open(path,opts.flags,opts.mode);if(opts.encoding==="utf8"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,0,opts.canOwn)}else if(opts.encoding==="binary"){FS.write(stream,data,0,data.length,0,opts.canOwn)}FS.close(stream)}),cwd:(function(){return FS.currentPath}),chdir:(function(path){var lookup=FS.lookupPath(path,{follow:true});if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR)}var err=FS.nodePermissions(lookup.node,"x");if(err){throw new FS.ErrnoError(err)}FS.currentPath=lookup.path}),createDefaultDirectories:(function(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")}),createDefaultDevices:(function(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:(function(){return 0}),write:(function(stream,buffer,offset,length,pos){return length})});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var random_device;if(typeof crypto!=="undefined"){var randomBuffer=new Uint8Array(1);random_device=(function(){crypto.getRandomValues(randomBuffer);return randomBuffer[0]})}else if(ENVIRONMENT_IS_NODE){random_device=(function(){return require("crypto").randomBytes(1)[0]})}else{random_device=(function(){return Math.random()*256|0})}FS.createDevice("/dev","random",random_device);FS.createDevice("/dev","urandom",random_device);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")}),createSpecialDirectories:(function(){FS.mkdir("/proc");FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:(function(){var node=FS.createNode("/proc/self","fd",16384|511,73);node.node_ops={lookup:(function(parent,name){var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(ERRNO_CODES.EBADF);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:(function(){return stream.path})}};ret.parent=ret;return ret})};return node})},{},"/proc/self/fd")}),createStandardStreams:(function(){if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin","r");assert(stdin.fd===0,"invalid handle for stdin ("+stdin.fd+")");var stdout=FS.open("/dev/stdout","w");assert(stdout.fd===1,"invalid handle for stdout ("+stdout.fd+")");var stderr=FS.open("/dev/stderr","w");assert(stderr.fd===2,"invalid handle for stderr ("+stderr.fd+")")}),ensureErrnoError:(function(){if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.node=node;this.setErrno=(function(errno){this.errno=errno;for(var key in ERRNO_CODES){if(ERRNO_CODES[key]===errno){this.code=key;break}}});this.setErrno(errno);this.message=ERRNO_MESSAGES[errno]};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[ERRNO_CODES.ENOENT].forEach((function(code){FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack="<generic error, no stack>"}))}),staticInit:(function(){FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS,"IDBFS":IDBFS,"NODEFS":NODEFS,"WORKERFS":WORKERFS}}),init:(function(input,output,error){assert(!FS.init.initialized,"FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)");FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()}),quit:(function(){FS.init.initialized=false;var fflush=Module["_fflush"];if(fflush)fflush(0);for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];if(!stream){continue}FS.close(stream)}}),getMode:(function(canRead,canWrite){var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode}),joinPath:(function(parts,forceRelative){var path=PATH.join.apply(null,parts);if(forceRelative&&path[0]=="/")path=path.substr(1);return path}),absolutePath:(function(relative,base){return PATH.resolve(base,relative)}),standardizePath:(function(path){return PATH.normalize(path)}),findObject:(function(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(ret.exists){return ret.object}else{___setErrNo(ret.error);return null}}),analyzePath:(function(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret}),createFolder:(function(parent,name,canRead,canWrite){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.mkdir(path,mode)}),createPath:(function(parent,path,canRead,canWrite){parent=typeof parent==="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current}),createFile:(function(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.create(path,mode)}),createDataFile:(function(parent,name,data,canRead,canWrite,canOwn){var path=name?PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name):parent;var mode=FS.getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data==="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,"w");FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}return node}),createDevice:(function(parent,name,input,output){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(!!input,!!output);if(!FS.createDevice.major)FS.createDevice.major=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open:(function(stream){stream.seekable=false}),close:(function(stream){if(output&&output.buffer&&output.buffer.length){output(10)}}),read:(function(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(ERRNO_CODES.EAGAIN)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EIO)}}if(length){stream.node.timestamp=Date.now()}return i})});return FS.mkdev(path,mode,dev)}),createLink:(function(parent,name,target,canRead,canWrite){var path=PATH.join2(typeof parent==="string"?parent:FS.getPath(parent),name);return FS.symlink(target,path)}),forceLoadFile:(function(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;var success=true;if(typeof XMLHttpRequest!=="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else if(Module["read"]){try{obj.contents=intArrayFromString(Module["read"](obj.url),true);obj.usedBytes=obj.contents.length}catch(e){success=false}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}if(!success)___setErrNo(ERRNO_CODES.EIO);return success}),createLazyFile:(function(parent,name,url,canRead,canWrite){function LazyUint8Array(){this.lengthKnown=false;this.chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(function(from,to){if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);if(typeof Uint8Array!="undefined")xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}else{return intArrayFromString(xhr.responseText||"",true)}});var lazyArray=this;lazyArray.setDataGetter((function(chunkNum){var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]==="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]==="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]}));if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;console.log("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!=="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:(function(){if(!this.lengthKnown){this.cacheLength()}return this._length})},chunkSize:{get:(function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize})}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:(function(){return this.contents.length})}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach((function(key){var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){if(!FS.forceLoadFile(node)){throw new FS.ErrnoError(ERRNO_CODES.EIO)}return fn.apply(null,arguments)}}));stream_ops.read=function stream_ops_read(stream,buffer,offset,length,position){if(!FS.forceLoadFile(node)){throw new FS.ErrnoError(ERRNO_CODES.EIO)}var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);assert(size>=0);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size};node.stream_ops=stream_ops;return node}),createPreloadedFile:(function(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish){Browser.init();var fullname=name?PATH.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){if(preFinish)preFinish();if(!dontCreateFile){FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}if(onload)onload();removeRunDependency(dep)}var handled=false;Module["preloadPlugins"].forEach((function(plugin){if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,(function(){if(onerror)onerror();removeRunDependency(dep)}));handled=true}}));if(!handled)finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){Browser.asyncLoad(url,(function(byteArray){processData(byteArray)}),onerror)}else{processData(url)}}),indexedDB:(function(){return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB}),DB_NAME:(function(){return"EM_FS_"+window.location.pathname}),DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:(function(paths,onload,onerror){onload=onload||(function(){});onerror=onerror||(function(){});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=function openRequest_onupgradeneeded(){console.log("creating db");var db=openRequest.result;db.createObjectStore(FS.DB_STORE_NAME)};openRequest.onsuccess=function openRequest_onsuccess(){var db=openRequest.result;var transaction=db.transaction([FS.DB_STORE_NAME],"readwrite");var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach((function(path){var putRequest=files.put(FS.analyzePath(path).object.contents,path);putRequest.onsuccess=function putRequest_onsuccess(){ok++;if(ok+fail==total)finish()};putRequest.onerror=function putRequest_onerror(){fail++;if(ok+fail==total)finish()}}));transaction.onerror=onerror};openRequest.onerror=onerror}),loadFilesFromDB:(function(paths,onload,onerror){onload=onload||(function(){});onerror=onerror||(function(){});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=onerror;openRequest.onsuccess=function openRequest_onsuccess(){var db=openRequest.result;try{var transaction=db.transaction([FS.DB_STORE_NAME],"readonly")}catch(e){onerror(e);return}var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach((function(path){var getRequest=files.get(path);getRequest.onsuccess=function getRequest_onsuccess(){if(FS.analyzePath(path).exists){FS.unlink(path)}FS.createDataFile(PATH.dirname(path),PATH.basename(path),getRequest.result,true,true,true);ok++;if(ok+fail==total)finish()};getRequest.onerror=function getRequest_onerror(){fail++;if(ok+fail==total)finish()}}));transaction.onerror=onerror};openRequest.onerror=onerror})};var SYSCALLS={DEFAULT_POLLMASK:5,mappings:{},umask:511,calculateAt:(function(dirfd,path){if(path[0]!=="/"){var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=FS.getStream(dirfd);if(!dirstream)throw new FS.ErrnoError(ERRNO_CODES.EBADF);dir=dirstream.path}path=PATH.join2(dir,path)}return path}),doStat:(function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node))){return-ERRNO_CODES.ENOTDIR}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=0;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAP32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;HEAP32[buf+32>>2]=0;HEAP32[buf+36>>2]=stat.size;HEAP32[buf+40>>2]=4096;HEAP32[buf+44>>2]=stat.blocks;HEAP32[buf+48>>2]=stat.atime.getTime()/1e3|0;HEAP32[buf+52>>2]=0;HEAP32[buf+56>>2]=stat.mtime.getTime()/1e3|0;HEAP32[buf+60>>2]=0;HEAP32[buf+64>>2]=stat.ctime.getTime()/1e3|0;HEAP32[buf+68>>2]=0;HEAP32[buf+72>>2]=stat.ino;return 0}),doMsync:(function(addr,stream,len,flags){var buffer=new Uint8Array(HEAPU8.subarray(addr,addr+len));FS.msync(stream,buffer,0,len,flags)}),doMkdir:(function(path,mode){path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0}),doMknod:(function(path,mode,dev){switch(mode&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-ERRNO_CODES.EINVAL}FS.mknod(path,mode,dev);return 0}),doReadlink:(function(path,buf,bufsize){if(bufsize<=0)return-ERRNO_CODES.EINVAL;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}),doAccess:(function(path,amode){if(amode&~7){return-ERRNO_CODES.EINVAL}var node;var lookup=FS.lookupPath(path,{follow:true});node=lookup.node;var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-ERRNO_CODES.EACCES}return 0}),doDup:(function(path,flags,suggestFD){var suggest=FS.getStream(suggestFD);if(suggest)FS.close(suggest);return FS.open(path,flags,0,suggestFD,suggestFD).fd}),doReadv:(function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAP32[iov+i*8>>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len)break}return ret}),doWritev:(function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAP32[iov+i*8>>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr}return ret}),varargs:0,get:(function(varargs){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret}),getStr:(function(){var ret=Pointer_stringify(SYSCALLS.get());return ret}),getStreamFromFD:(function(){var stream=FS.getStream(SYSCALLS.get());if(!stream)throw new FS.ErrnoError(ERRNO_CODES.EBADF);return stream}),getSocketFromFD:(function(){var socket=SOCKFS.getSocket(SYSCALLS.get());if(!socket)throw new FS.ErrnoError(ERRNO_CODES.EBADF);return socket}),getSocketAddress:(function(allowNull){var addrp=SYSCALLS.get(),addrlen=SYSCALLS.get();if(allowNull&&addrp===0)return null;var info=__read_sockaddr(addrp,addrlen);if(info.errno)throw new FS.ErrnoError(info.errno);info.addr=DNS.lookup_addr(info.addr)||info.addr;return info}),get64:(function(){var low=SYSCALLS.get(),high=SYSCALLS.get();if(low>=0)assert(high===0);else assert(high===-1);return low}),getZero:(function(){assert(SYSCALLS.get()===0)})};function ___syscall54(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),op=SYSCALLS.get();switch(op){case 21505:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;return 0};case 21506:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;return 0};case 21519:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0};case 21520:{if(!stream.tty)return-ERRNO_CODES.ENOTTY;return-ERRNO_CODES.EINVAL};case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)};default:abort("bad ioctl syscall "+op)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}Module["_bitshift64Ashr"]=_bitshift64Ashr;Module["_bitshift64Lshr"]=_bitshift64Lshr;function __ZN4wasm21createNameManagerPassEv(){Module["printErr"]("missing function: _ZN4wasm21createNameManagerPassEv");abort(-1)}function _pthread_cleanup_push(routine,arg){__ATEXIT__.push((function(){Runtime.dynCall("vi",routine,[arg])}));_pthread_cleanup_push.level=__ATEXIT__.length}Module["_pthread_cond_broadcast"]=_pthread_cond_broadcast;var _environ=STATICTOP;STATICTOP+=16;function ___buildEnvironment(env){var MAX_ENV_VALUES=64;var TOTAL_ENV_SIZE=1024;var poolPtr;var envPtr;if(!___buildEnvironment.called){___buildEnvironment.called=true;ENV["USER"]=ENV["LOGNAME"]="web_user";ENV["PATH"]="/";ENV["PWD"]="/";ENV["HOME"]="/home/web_user";ENV["LANG"]="C";ENV["_"]=Module["thisProgram"];poolPtr=allocate(TOTAL_ENV_SIZE,"i8",ALLOC_STATIC);envPtr=allocate(MAX_ENV_VALUES*4,"i8*",ALLOC_STATIC);HEAP32[envPtr>>2]=poolPtr;HEAP32[_environ>>2]=envPtr}else{envPtr=HEAP32[_environ>>2];poolPtr=HEAP32[envPtr>>2]}var strings=[];var totalSize=0;for(var key in env){if(typeof env[key]==="string"){var line=key+"="+env[key];strings.push(line);totalSize+=line.length}}if(totalSize>TOTAL_ENV_SIZE){throw new Error("Environment size exceeded TOTAL_ENV_SIZE!")}var ptrSize=4;for(var i=0;i<strings.length;i++){var line=strings[i];writeAsciiToMemory(line,poolPtr);HEAP32[envPtr+i*ptrSize>>2]=poolPtr;poolPtr+=line.length+1}HEAP32[envPtr+strings.length*ptrSize>>2]=0}var ENV={};function _getenv(name){if(name===0)return 0;name=Pointer_stringify(name);if(!ENV.hasOwnProperty(name))return 0;if(_getenv.ret)_free(_getenv.ret);_getenv.ret=allocate(intArrayFromString(ENV[name]),"i8",ALLOC_NORMAL);return _getenv.ret}function __ZN4wasm24createCoalesceLocalsPassEv(){Module["printErr"]("missing function: _ZN4wasm24createCoalesceLocalsPassEv");abort(-1)}function __ZN4wasm29createDeadCodeEliminationPassEv(){Module["printErr"]("missing function: _ZN4wasm29createDeadCodeEliminationPassEv");abort(-1)}function _pthread_cleanup_pop(){assert(_pthread_cleanup_push.level==__ATEXIT__.length,"cannot pop if something else added meanwhile!");__ATEXIT__.pop();_pthread_cleanup_push.level=__ATEXIT__.length}Module["_pthread_mutex_unlock"]=_pthread_mutex_unlock;function __ZN4wasm25createRemoveUnusedBrsPassEv(){Module["printErr"]("missing function: _ZN4wasm25createRemoveUnusedBrsPassEv");abort(-1)}function _emscripten_memcpy_big(dest,src,num){HEAPU8.set(HEAPU8.subarray(src,src+num),dest);return dest}Module["_memcpy"]=_memcpy;Module["_sbrk"]=_sbrk;Module["_bitshift64Shl"]=_bitshift64Shl;Module["_memmove"]=_memmove;function ___gxx_personality_v0(){}var cttz_i8=allocate([8,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0],"i8",ALLOC_STATIC);Module["_llvm_cttz_i32"]=_llvm_cttz_i32;Module["___udivmoddi4"]=___udivmoddi4;Module["___uremdi3"]=___uremdi3;function __ZN4wasm20createPrecomputePassEv(){Module["printErr"]("missing function: _ZN4wasm20createPrecomputePassEv");abort(-1)}function _pthread_cond_wait(){return 0}function _emscripten_get_now(){abort()}function _emscripten_get_now_is_monotonic(){return ENVIRONMENT_IS_NODE||typeof dateNow!=="undefined"||(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&self["performance"]&&self["performance"]["now"]}function _clock_gettime(clk_id,tp){var now;if(clk_id===0){now=Date.now()}else if(clk_id===1&&_emscripten_get_now_is_monotonic()){now=_emscripten_get_now()}else{___setErrNo(ERRNO_CODES.EINVAL);return-1}HEAP32[tp>>2]=now/1e3|0;HEAP32[tp+4>>2]=now%1e3*1e3*1e3|0;return 0}function ___assert_fail(condition,filename,line,func){ABORT=true;throw"Assertion failed: "+Pointer_stringify(condition)+", at: "+[filename?Pointer_stringify(filename):"unknown filename",line,func?Pointer_stringify(func):"unknown function"]+" at "+stackTrace()}Module["_memset"]=_memset;function __ZN4wasm26createReorderFunctionsPassEv(){Module["printErr"]("missing function: _ZN4wasm26createReorderFunctionsPassEv");abort(-1)}function _pthread_cond_signal(){return 0}function _abort(){Module["abort"]()}function _pthread_cond_destroy(){return 0}function _pthread_mutex_destroy(){}function _pthread_once(ptr,func){if(!_pthread_once.seen)_pthread_once.seen={};if(ptr in _pthread_once.seen)return;Runtime.dynCall("v",func);_pthread_once.seen[ptr]=1}Module["___divdi3"]=___divdi3;function __ZN4wasm18createNameListPassEv(){Module["printErr"]("missing function: _ZN4wasm18createNameListPassEv");abort(-1)}function ___lock(){}function ___unlock(){}function _pthread_getspecific(key){return PTHREAD_SPECIFIC[key]||0}function __ZN4wasm31createRemoveUnusedFunctionsPassEv(){Module["printErr"]("missing function: _ZN4wasm31createRemoveUnusedFunctionsPassEv");abort(-1)}function __exit(status){Module["exit"](status)}function _exit(status){__exit(status)}function _pthread_setspecific(key,value){if(!(key in PTHREAD_SPECIFIC)){return ERRNO_CODES.EINVAL}PTHREAD_SPECIFIC[key]=value;return 0}function __ZN4wasm36createCoalesceLocalsWithLearningPassEv(){Module["printErr"]("missing function: _ZN4wasm36createCoalesceLocalsWithLearningPassEv");abort(-1)}function _malloc(bytes){var ptr=Runtime.dynamicAlloc(bytes+8);return ptr+8&4294967288}Module["_malloc"]=_malloc;function ___cxa_allocate_exception(size){return _malloc(size)}function ___cxa_pure_virtual(){ABORT=true;throw"Pure virtual function called!"}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]);return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?Pointer_stringify(tm_zone):""};var pattern=Pointer_stringify(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value==="number"?value.toString():value||"";while(str.length<digits){str=character[0]+str}return str}function leadingNulls(value,digits){return leadingSomething(value,digits,"0")}function compareByDay(date1,date2){function sgn(value){return value<0?-1:value>0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":(function(date){return WEEKDAYS[date.tm_wday].substring(0,3)}),"%A":(function(date){return WEEKDAYS[date.tm_wday]}),"%b":(function(date){return MONTHS[date.tm_mon].substring(0,3)}),"%B":(function(date){return MONTHS[date.tm_mon]}),"%C":(function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)}),"%d":(function(date){return leadingNulls(date.tm_mday,2)}),"%e":(function(date){return leadingSomething(date.tm_mday,2," ")}),"%g":(function(date){return getWeekBasedYear(date).toString().substring(2)}),"%G":(function(date){return getWeekBasedYear(date)}),"%H":(function(date){return leadingNulls(date.tm_hour,2)}),"%I":(function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)}),"%j":(function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)}),"%m":(function(date){return leadingNulls(date.tm_mon+1,2)}),"%M":(function(date){return leadingNulls(date.tm_min,2)}),"%n":(function(){return"\n"}),"%p":(function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}}),"%S":(function(date){return leadingNulls(date.tm_sec,2)}),"%t":(function(){return"\t"}),"%u":(function(date){var day=new Date(date.tm_year+1900,date.tm_mon+1,date.tm_mday,0,0,0,0);return day.getDay()||7}),"%U":(function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"}),"%V":(function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()<date.tm_year+1900){daysDifference=date.tm_yday+32-firstWeekStartThisYear.getDate()}else{daysDifference=date.tm_yday+1-firstWeekStartThisYear.getDate()}return leadingNulls(Math.ceil(daysDifference/7),2)}),"%w":(function(date){var day=new Date(date.tm_year+1900,date.tm_mon+1,date.tm_mday,0,0,0,0);return day.getDay()}),"%W":(function(date){var janFirst=new Date(date.tm_year,0,1);var firstMonday=janFirst.getDay()===1?janFirst:__addDays(janFirst,janFirst.getDay()===0?1:7-janFirst.getDay()+1);var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstMonday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstMondayUntilEndJanuary=31-firstMonday.getDate();var days=firstMondayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstMonday,janFirst)===0?"01":"00"}),"%y":(function(date){return(date.tm_year+1900).toString().substring(2)}),"%Y":(function(date){return date.tm_year+1900}),"%z":(function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)}),"%Z":(function(date){return date.tm_zone}),"%%":(function(){return"%"})};for(var rule in EXPANSION_RULES_2){if(pattern.indexOf(rule)>=0){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm){return _strftime(s,maxsize,format,tm)}function __ZN4wasm24createSimplifyLocalsPassEv(){Module["printErr"]("missing function: _ZN4wasm24createSimplifyLocalsPassEv");abort(-1)}function _pthread_join(){}function __ZN4wasm24createPostEmscriptenPassEv(){Module["printErr"]("missing function: _ZN4wasm24createPostEmscriptenPassEv");abort(-1)}Module["___remdi3"]=___remdi3;function __ZN4wasm17createMetricsPassEv(){Module["printErr"]("missing function: _ZN4wasm17createMetricsPassEv");abort(-1)}function ___syscall6(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD();FS.close(stream);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}Module["___udivdi3"]=___udivdi3;Module["___muldsi3"]=___muldsi3;Module["___muldi3"]=___muldi3;function __ZN4wasm22createRemoveMemoryPassEv(){Module["printErr"]("missing function: _ZN4wasm22createRemoveMemoryPassEv");abort(-1)}function __ZN4wasm23createRemoveImportsPassEv(){Module["printErr"]("missing function: _ZN4wasm23createRemoveImportsPassEv");abort(-1)}Module["_pthread_self"]=_pthread_self;function ___syscall140(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),offset_high=SYSCALLS.get(),offset_low=SYSCALLS.get(),result=SYSCALLS.get(),whence=SYSCALLS.get();var offset=offset_low;assert(offset_high===0);FS.llseek(stream,offset,whence);HEAP32[result>>2]=stream.position;if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___syscall146(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),iov=SYSCALLS.get(),iovcnt=SYSCALLS.get();return SYSCALLS.doWritev(stream,iov,iovcnt)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___syscall145(which,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(),iov=SYSCALLS.get(),iovcnt=SYSCALLS.get();return SYSCALLS.doReadv(stream,iov,iovcnt)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}var ___dso_handle=STATICTOP;STATICTOP+=16;FS.staticInit();__ATINIT__.unshift((function(){if(!Module["noFSInit"]&&!FS.init.initialized)FS.init()}));__ATMAIN__.push((function(){FS.ignorePermissions=false}));__ATEXIT__.push((function(){FS.quit()}));Module["FS_createFolder"]=FS.createFolder;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createLink"]=FS.createLink;Module["FS_createDevice"]=FS.createDevice;Module["FS_unlink"]=FS.unlink;__ATINIT__.unshift((function(){TTY.init()}));__ATEXIT__.push((function(){TTY.shutdown()}));if(ENVIRONMENT_IS_NODE){var fs=require("fs");var NODEJS_PATH=require("path");NODEFS.staticInit()}___buildEnvironment(ENV);if(ENVIRONMENT_IS_NODE){_emscripten_get_now=function _emscripten_get_now_actual(){var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!=="undefined"){_emscripten_get_now=dateNow}else if(typeof self==="object"&&self["performance"]&&typeof self["performance"]["now"]==="function"){_emscripten_get_now=(function(){return self["performance"]["now"]()})}else if(typeof performance==="object"&&typeof performance["now"]==="function"){_emscripten_get_now=(function(){return performance["now"]()})}else{_emscripten_get_now=Date.now}DYNAMICTOP_PTR=allocate(1,"i32",ALLOC_STATIC);STACK_BASE=STACKTOP=Runtime.alignMemory(STATICTOP);STACK_MAX=STACK_BASE+TOTAL_STACK;DYNAMIC_BASE=Runtime.alignMemory(STACK_MAX);HEAP32[DYNAMICTOP_PTR>>2]=DYNAMIC_BASE;staticSealed=true;function invoke_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7){try{return Module["dynCall_iiiiiiii"](index,a1,a2,a3,a4,a5,a6,a7)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiii(index,a1,a2,a3){try{return Module["dynCall_iiii"](index,a1,a2,a3)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6){try{Module["dynCall_viiiiii"](index,a1,a2,a3,a4,a5,a6)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viiiii(index,a1,a2,a3,a4,a5){try{Module["dynCall_viiiii"](index,a1,a2,a3,a4,a5)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiiid(index,a1,a2,a3,a4,a5,a6){try{return Module["dynCall_iiiiiid"](index,a1,a2,a3,a4,a5,a6)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_i(index){try{return Module["dynCall_i"](index)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_vi(index,a1){try{Module["dynCall_vi"](index,a1)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_vii(index,a1,a2){try{Module["dynCall_vii"](index,a1,a2)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6){try{return Module["dynCall_iiiiiii"](index,a1,a2,a3,a4,a5,a6)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_ii(index,a1){try{return Module["dynCall_ii"](index,a1)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viii(index,a1,a2,a3){try{Module["dynCall_viii"](index,a1,a2,a3)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_v(index){try{Module["dynCall_v"](index)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){try{return Module["dynCall_iiiiiiiii"](index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){try{return Module["dynCall_iiiii"](index,a1,a2,a3,a4)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_viiii(index,a1,a2,a3,a4){try{Module["dynCall_viiii"](index,a1,a2,a3,a4)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iii(index,a1,a2){try{return Module["dynCall_iii"](index,a1,a2)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiid(index,a1,a2,a3,a4,a5){try{return Module["dynCall_iiiiid"](index,a1,a2,a3,a4,a5)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}function invoke_iiiiii(index,a1,a2,a3,a4,a5){try{return Module["dynCall_iiiiii"](index,a1,a2,a3,a4,a5)}catch(e){if(typeof e!=="number"&&e!=="longjmp")throw e;asm["setThrew"](1,0)}}Module.asmGlobalArg={"Math":Math,"Int8Array":Int8Array,"Int16Array":Int16Array,"Int32Array":Int32Array,"Uint8Array":Uint8Array,"Uint16Array":Uint16Array,"Uint32Array":Uint32Array,"Float32Array":Float32Array,"Float64Array":Float64Array,"NaN":NaN,"Infinity":Infinity,"byteLength":byteLength};Module.asmLibraryArg={"abort":abort,"assert":assert,"enlargeMemory":enlargeMemory,"getTotalMemory":getTotalMemory,"abortOnCannotGrowMemory":abortOnCannotGrowMemory,"invoke_iiiiiiii":invoke_iiiiiiii,"invoke_iiii":invoke_iiii,"invoke_viiiiii":invoke_viiiiii,"invoke_viiiii":invoke_viiiii,"invoke_iiiiiid":invoke_iiiiiid,"invoke_i":invoke_i,"invoke_vi":invoke_vi,"invoke_vii":invoke_vii,"invoke_iiiiiii":invoke_iiiiiii,"invoke_ii":invoke_ii,"invoke_viii":invoke_viii,"invoke_v":invoke_v,"invoke_iiiiiiiii":invoke_iiiiiiiii,"invoke_iiiii":invoke_iiiii,"invoke_viiii":invoke_viiii,"invoke_iii":invoke_iii,"invoke_iiiiid":invoke_iiiiid,"invoke_iiiiii":invoke_iiiiii,"_pthread_cleanup_pop":_pthread_cleanup_pop,"_pthread_getspecific":_pthread_getspecific,"_pthread_cond_wait":_pthread_cond_wait,"___lock":___lock,"_emscripten_get_now_is_monotonic":_emscripten_get_now_is_monotonic,"__ZN4wasm24createPostEmscriptenPassEv":__ZN4wasm24createPostEmscriptenPassEv,"___resumeException":___resumeException,"__ZN4wasm22createRemoveMemoryPassEv":__ZN4wasm22createRemoveMemoryPassEv,"_pthread_key_create":_pthread_key_create,"_abort":_abort,"__ZN4wasm20createPrecomputePassEv":__ZN4wasm20createPrecomputePassEv,"___cxa_pure_virtual":___cxa_pure_virtual,"__addDays":__addDays,"___gxx_personality_v0":___gxx_personality_v0,"_pthread_create":_pthread_create,"_emscripten_asm_const_iiii":_emscripten_asm_const_iiii,"___assert_fail":___assert_fail,"___cxa_allocate_exception":___cxa_allocate_exception,"_pthread_join":_pthread_join,"___buildEnvironment":___buildEnvironment,"_emscripten_asm_const_ii":_emscripten_asm_const_ii,"_emscripten_asm_const_di":_emscripten_asm_const_di,"__ZN4wasm24createSimplifyLocalsPassEv":__ZN4wasm24createSimplifyLocalsPassEv,"_clock_gettime":_clock_gettime,"_emscripten_asm_const_did":_emscripten_asm_const_did,"_strftime_l":_strftime_l,"__ZN4wasm30createOptimizeInstructionsPassEv":__ZN4wasm30createOptimizeInstructionsPassEv,"_pthread_setspecific":_pthread_setspecific,"___setErrNo":___setErrNo,"_emscripten_asm_const_id":_emscripten_asm_const_id,"__ZN4wasm23createReorderLocalsPassEv":__ZN4wasm23createReorderLocalsPassEv,"_emscripten_memcpy_big":_emscripten_memcpy_big,"_emscripten_asm_const_v":_emscripten_asm_const_v,"__ZSt18uncaught_exceptionv":__ZSt18uncaught_exceptionv,"__exit":__exit,"__ZN4wasm24createCoalesceLocalsPassEv":__ZN4wasm24createCoalesceLocalsPassEv,"___cxa_begin_catch":___cxa_begin_catch,"_strftime":_strftime,"__arraySum":__arraySum,"__ZN4wasm21createNameManagerPassEv":__ZN4wasm21createNameManagerPassEv,"_emscripten_asm_const_diiid":_emscripten_asm_const_diiid,"_pthread_cond_signal":_pthread_cond_signal,"__ZN4wasm27createRemoveUnusedNamesPassEv":__ZN4wasm27createRemoveUnusedNamesPassEv,"_pthread_mutex_destroy":_pthread_mutex_destroy,"__ZN4wasm25createRemoveUnusedBrsPassEv":__ZN4wasm25createRemoveUnusedBrsPassEv,"_pthread_once":_pthread_once,"_getenv":_getenv,"__ZN4wasm16createVacuumPassEv":__ZN4wasm16createVacuumPassEv,"__ZN4wasm23createRemoveImportsPassEv":__ZN4wasm23createRemoveImportsPassEv,"___syscall54":___syscall54,"___unlock":___unlock,"__ZN4wasm18createNameListPassEv":__ZN4wasm18createNameListPassEv,"__isLeapYear":__isLeapYear,"_emscripten_asm_const_iii":_emscripten_asm_const_iii,"__ZN4wasm21createMergeBlocksPassEv":__ZN4wasm21createMergeBlocksPassEv,"__ZN4wasm26createReorderFunctionsPassEv":__ZN4wasm26createReorderFunctionsPassEv,"__ZN4wasm38createDuplicateFunctionEliminationPassEv":__ZN4wasm38createDuplicateFunctionEliminationPassEv,"__ZN4wasm31createRemoveUnusedFunctionsPassEv":__ZN4wasm31createRemoveUnusedFunctionsPassEv,"___cxa_atexit":___cxa_atexit,"___cxa_throw":___cxa_throw,"_sysconf":_sysconf,"__ZN4wasm29createDeadCodeEliminationPassEv":__ZN4wasm29createDeadCodeEliminationPassEv,"_emscripten_asm_const_dii":_emscripten_asm_const_dii,"___syscall6":___syscall6,"_pthread_cleanup_push":_pthread_cleanup_push,"_emscripten_asm_const_i":_emscripten_asm_const_i,"_emscripten_get_now":_emscripten_get_now,"_pthread_cond_destroy":_pthread_cond_destroy,"_emscripten_asm_const_diiiii":_emscripten_asm_const_diiiii,"__ZN4wasm36createCoalesceLocalsWithLearningPassEv":__ZN4wasm36createCoalesceLocalsWithLearningPassEv,"_atexit":_atexit,"___syscall140":___syscall140,"__ZN4wasm17createMetricsPassEv":__ZN4wasm17createMetricsPassEv,"_exit":_exit,"___cxa_find_matching_catch":___cxa_find_matching_catch,"___syscall145":___syscall145,"___syscall146":___syscall146,"STACKTOP":STACKTOP,"STACK_MAX":STACK_MAX,"DYNAMICTOP_PTR":DYNAMICTOP_PTR,"tempDoublePtr":tempDoublePtr,"ABORT":ABORT,"cttz_i8":cttz_i8,"___dso_handle":___dso_handle};// EMSCRIPTEN_START_ASM
var asm=(function(global,env,buffer) {
-"almost asm";var a=global.Int8Array;var b=global.Int16Array;var c=global.Int32Array;var d=global.Uint8Array;var e=global.Uint16Array;var f=global.Uint32Array;var g=global.Float32Array;var h=global.Float64Array;var i=new a(buffer);var j=new b(buffer);var k=new c(buffer);var l=new d(buffer);var m=new e(buffer);var n=new f(buffer);var o=new g(buffer);var p=new h(buffer);var q=global.byteLength;var r=env.STACKTOP|0;var s=env.STACK_MAX|0;var t=env.tempDoublePtr|0;var u=env.ABORT|0;var v=env.cttz_i8|0;var w=env.___dso_handle|0;var x=0;var y=0;var z=0;var A=0;var B=global.NaN,C=global.Infinity;var D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;var M=0;var N=global.Math.floor;var O=global.Math.abs;var P=global.Math.sqrt;var Q=global.Math.pow;var R=global.Math.cos;var S=global.Math.sin;var T=global.Math.tan;var U=global.Math.acos;var V=global.Math.asin;var W=global.Math.atan;var X=global.Math.atan2;var Y=global.Math.exp;var Z=global.Math.log;var _=global.Math.ceil;var $=global.Math.imul;var aa=global.Math.min;var ba=global.Math.max;var ca=global.Math.clz32;var da=env.abort;var ea=env.assert;var fa=env.invoke_iiiiiiii;var ga=env.invoke_iiii;var ha=env.invoke_viiiiii;var ia=env.invoke_viiiii;var ja=env.invoke_iiiiiid;var ka=env.invoke_i;var la=env.invoke_vi;var ma=env.invoke_vii;var na=env.invoke_iiiiiii;var oa=env.invoke_ii;var pa=env.invoke_viii;var qa=env.invoke_v;var ra=env.invoke_iiiiiiiii;var sa=env.invoke_iiiii;var ta=env.invoke_viiii;var ua=env.invoke_iii;var va=env.invoke_iiiiid;var wa=env.invoke_iiiiii;var xa=env._pthread_cleanup_pop;var ya=env._strftime;var za=env._pthread_cond_wait;var Aa=env.___lock;var Ba=env._emscripten_get_now_is_monotonic;var Ca=env.__ZN4wasm24createPostEmscriptenPassEv;var Da=env.___resumeException;var Ea=env.__ZN4wasm22createRemoveMemoryPassEv;var Fa=env._pthread_key_create;var Ga=env._abort;var Ha=env.__ZN4wasm20createPrecomputePassEv;var Ia=env.___cxa_pure_virtual;var Ja=env.__addDays;var Ka=env.___gxx_personality_v0;var La=env._pthread_create;var Ma=env._emscripten_asm_const_iiii;var Na=env.___assert_fail;var Oa=env.___cxa_allocate_exception;var Pa=env._pthread_join;var Qa=env.___buildEnvironment;var Ra=env._emscripten_asm_const_ii;var Sa=env._emscripten_asm_const_di;var Ta=env.__ZN4wasm16createVacuumPassEv;var Ua=env.__ZN4wasm24createSimplifyLocalsPassEv;var Va=env._clock_gettime;var Wa=env._emscripten_asm_const_did;var Xa=env._strftime_l;var Ya=env.__ZN4wasm30createOptimizeInstructionsPassEv;var Za=env._pthread_setspecific;var _a=env.___setErrNo;var $a=env._emscripten_asm_const_id;var ab=env._sbrk;var bb=env.__ZN4wasm23createReorderLocalsPassEv;var cb=env._emscripten_memcpy_big;var db=env._emscripten_asm_const_v;var eb=env.__ZSt18uncaught_exceptionv;var fb=env.__exit;var gb=env.__ZN4wasm24createCoalesceLocalsPassEv;var hb=env.___cxa_begin_catch;var ib=env.__ZN4wasm26createDropReturnValuesPassEv;var jb=env.__arraySum;var kb=env.__ZN4wasm21createNameManagerPassEv;var lb=env._emscripten_asm_const_diiid;var mb=env._pthread_cond_signal;var nb=env.__ZN4wasm27createRemoveUnusedNamesPassEv;var ob=env._pthread_mutex_destroy;var pb=env.__ZN4wasm25createRemoveUnusedBrsPassEv;var qb=env._pthread_once;var rb=env._pthread_getspecific;var sb=env._getenv;var tb=env._emscripten_asm_const_iid;var ub=env.__ZN4wasm23createRemoveImportsPassEv;var vb=env.__ZN4wasm21createLowerIfElsePassEv;var wb=env.___syscall54;var xb=env.___unlock;var yb=env.__ZN4wasm18createNameListPassEv;var zb=env.__isLeapYear;var Ab=env._emscripten_asm_const_iii;var Bb=env.__ZN4wasm31createRemoveUnusedFunctionsPassEv;var Cb=env.__ZN4wasm26createReorderFunctionsPassEv;var Db=env.__ZN4wasm38createDuplicateFunctionEliminationPassEv;var Eb=env.__ZN4wasm21createMergeBlocksPassEv;var Fb=env.___cxa_atexit;var Gb=env.___cxa_throw;var Hb=env._sysconf;var Ib=env.__ZN4wasm29createDeadCodeEliminationPassEv;var Jb=env._emscripten_asm_const_dii;var Kb=env.___syscall6;var Lb=env._pthread_cleanup_push;var Mb=env._emscripten_asm_const_i;var Nb=env._emscripten_get_now;var Ob=env._pthread_cond_destroy;var Pb=env._emscripten_asm_const_diiiii;var Qb=env.__ZN4wasm36createCoalesceLocalsWithLearningPassEv;var Rb=env._atexit;var Sb=env.___syscall140;var Tb=env.__ZN4wasm17createMetricsPassEv;var Ub=env._exit;var Vb=env.___cxa_find_matching_catch;var Wb=env.___syscall145;var Xb=env.___syscall146;var Yb=0;function Zb(newBuffer){if(q(newBuffer)&16777215||q(newBuffer)<=16777215||q(newBuffer)>2147483648)return false;i=new a(newBuffer);j=new b(newBuffer);k=new c(newBuffer);l=new d(newBuffer);m=new e(newBuffer);n=new f(newBuffer);o=new g(newBuffer);p=new h(newBuffer);buffer=newBuffer;return true}
+"almost asm";var a=global.Int8Array;var b=global.Int16Array;var c=global.Int32Array;var d=global.Uint8Array;var e=global.Uint16Array;var f=global.Uint32Array;var g=global.Float32Array;var h=global.Float64Array;var i=new a(buffer);var j=new b(buffer);var k=new c(buffer);var l=new d(buffer);var m=new e(buffer);var n=new f(buffer);var o=new g(buffer);var p=new h(buffer);var q=global.byteLength;var r=env.STACKTOP|0;var s=env.STACK_MAX|0;var t=env.DYNAMICTOP_PTR|0;var u=env.tempDoublePtr|0;var v=env.ABORT|0;var w=env.cttz_i8|0;var x=env.___dso_handle|0;var y=0;var z=0;var A=0;var B=0;var C=global.NaN,D=global.Infinity;var E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0;var N=0;var O=global.Math.floor;var P=global.Math.abs;var Q=global.Math.sqrt;var R=global.Math.pow;var S=global.Math.cos;var T=global.Math.sin;var U=global.Math.tan;var V=global.Math.acos;var W=global.Math.asin;var X=global.Math.atan;var Y=global.Math.atan2;var Z=global.Math.exp;var _=global.Math.log;var $=global.Math.ceil;var aa=global.Math.imul;var ba=global.Math.min;var ca=global.Math.max;var da=global.Math.clz32;var ea=env.abort;var fa=env.assert;var ga=env.enlargeMemory;var ha=env.getTotalMemory;var ia=env.abortOnCannotGrowMemory;var ja=env.invoke_iiiiiiii;var ka=env.invoke_iiii;var la=env.invoke_viiiiii;var ma=env.invoke_viiiii;var na=env.invoke_iiiiiid;var oa=env.invoke_i;var pa=env.invoke_vi;var qa=env.invoke_vii;var ra=env.invoke_iiiiiii;var sa=env.invoke_ii;var ta=env.invoke_viii;var ua=env.invoke_v;var va=env.invoke_iiiiiiiii;var wa=env.invoke_iiiii;var xa=env.invoke_viiii;var ya=env.invoke_iii;var za=env.invoke_iiiiid;var Aa=env.invoke_iiiiii;var Ba=env._pthread_cleanup_pop;var Ca=env._pthread_getspecific;var Da=env._pthread_cond_wait;var Ea=env.___lock;var Fa=env._emscripten_get_now_is_monotonic;var Ga=env.__ZN4wasm24createPostEmscriptenPassEv;var Ha=env.___resumeException;var Ia=env.__ZN4wasm22createRemoveMemoryPassEv;var Ja=env._pthread_key_create;var Ka=env._abort;var La=env.__ZN4wasm20createPrecomputePassEv;var Ma=env.___cxa_pure_virtual;var Na=env.__addDays;var Oa=env.___gxx_personality_v0;var Pa=env._pthread_create;var Qa=env._emscripten_asm_const_iiii;var Ra=env.___assert_fail;var Sa=env.___cxa_allocate_exception;var Ta=env._pthread_join;var Ua=env.___buildEnvironment;var Va=env._emscripten_asm_const_ii;var Wa=env._emscripten_asm_const_di;var Xa=env.__ZN4wasm24createSimplifyLocalsPassEv;var Ya=env._clock_gettime;var Za=env._emscripten_asm_const_did;var _a=env._strftime_l;var $a=env.__ZN4wasm30createOptimizeInstructionsPassEv;var ab=env._pthread_setspecific;var bb=env.___setErrNo;var cb=env._emscripten_asm_const_id;var db=env.__ZN4wasm23createReorderLocalsPassEv;var eb=env._emscripten_memcpy_big;var fb=env._emscripten_asm_const_v;var gb=env.__ZSt18uncaught_exceptionv;var hb=env.__exit;var ib=env.__ZN4wasm24createCoalesceLocalsPassEv;var jb=env.___cxa_begin_catch;var kb=env._strftime;var lb=env.__arraySum;var mb=env.__ZN4wasm21createNameManagerPassEv;var nb=env._emscripten_asm_const_diiid;var ob=env._pthread_cond_signal;var pb=env.__ZN4wasm27createRemoveUnusedNamesPassEv;var qb=env._pthread_mutex_destroy;var rb=env.__ZN4wasm25createRemoveUnusedBrsPassEv;var sb=env._pthread_once;var tb=env._getenv;var ub=env.__ZN4wasm16createVacuumPassEv;var vb=env.__ZN4wasm23createRemoveImportsPassEv;var wb=env.___syscall54;var xb=env.___unlock;var yb=env.__ZN4wasm18createNameListPassEv;var zb=env.__isLeapYear;var Ab=env._emscripten_asm_const_iii;var Bb=env.__ZN4wasm21createMergeBlocksPassEv;var Cb=env.__ZN4wasm26createReorderFunctionsPassEv;var Db=env.__ZN4wasm38createDuplicateFunctionEliminationPassEv;var Eb=env.__ZN4wasm31createRemoveUnusedFunctionsPassEv;var Fb=env.___cxa_atexit;var Gb=env.___cxa_throw;var Hb=env._sysconf;var Ib=env.__ZN4wasm29createDeadCodeEliminationPassEv;var Jb=env._emscripten_asm_const_dii;var Kb=env.___syscall6;var Lb=env._pthread_cleanup_push;var Mb=env._emscripten_asm_const_i;var Nb=env._emscripten_get_now;var Ob=env._pthread_cond_destroy;var Pb=env._emscripten_asm_const_diiiii;var Qb=env.__ZN4wasm36createCoalesceLocalsWithLearningPassEv;var Rb=env._atexit;var Sb=env.___syscall140;var Tb=env.__ZN4wasm17createMetricsPassEv;var Ub=env._exit;var Vb=env.___cxa_find_matching_catch;var Wb=env.___syscall145;var Xb=env.___syscall146;var Yb=0;function Zb(newBuffer){if(q(newBuffer)&16777215||q(newBuffer)<=16777215||q(newBuffer)>2147483648)return false;i=new a(newBuffer);j=new b(newBuffer);k=new c(newBuffer);l=new d(newBuffer);m=new e(newBuffer);n=new f(newBuffer);o=new g(newBuffer);p=new h(newBuffer);buffer=newBuffer;return true}
// EMSCRIPTEN_START_FUNCS
-function fe(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Ep(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=wA(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Sp(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Sp(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Sp(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=Tj(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;qj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;jF(y);jF(x);r=A;return f|0}function ge(a){a=a|0;var b=0,c=0,d=0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+64|0;q=w+16|0;b=w+48|0;c=w+56|0;d=w+52|0;s=w+36|0;t=w;u=w+32|0;if(i[49132]|0)Zw(rB(rB(46328,13470)|0,a)|0,10)|0;DC(b,a,1);m=k[k[11178]>>2]|0;n=k[b>>2]|0;k[c>>2]=n;k[q>>2]=k[c>>2];m=(Tu(m,q)|0)+4|0;a=k[k[11178]>>2]|0;k[d>>2]=k[m>>2];k[q>>2]=k[d>>2];a=Qu(a,q)|0;if(!a)Na(34977,13484,485,13500);l=Mb(10)|0;m=a+8|0;c=(k[a+12>>2]|0)-(k[m>>2]|0)>>2;k[s>>2]=0;d=s+4|0;k[d>>2]=0;k[s+8>>2]=0;f=q+8|0;g=s+8|0;h=q+8|0;j=q+8|0;b=0;a:while(1){if(b>>>0>=c>>>0)break;switch(k[(k[m>>2]|0)+(b<<2)>>2]|0){case 1:{if(b>>>0<l>>>0)a=Ra(11,b|0)|0;else a=0;k[q>>2]=1;k[f>>2]=a;a=k[d>>2]|0;if(a>>>0<(k[g>>2]|0)>>>0){k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[d>>2]=a+16}else Hk(s,q);break}case 3:{if(b>>>0<l>>>0)e=+Sa(11,b|0);else e=0.0;k[q>>2]=3;o[h>>2]=e;a=k[d>>2]|0;if(a>>>0<(k[g>>2]|0)>>>0){k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[d>>2]=a+16}else Hk(s,q);break}case 4:{if(b>>>0<l>>>0)e=+Sa(11,b|0);else e=0.0;k[q>>2]=4;p[j>>3]=e;a=k[d>>2]|0;if(a>>>0<(k[g>>2]|0)>>>0){k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[d>>2]=a+16}else Hk(s,q);break}default:{v=27;break a}}b=b+1|0}if((v|0)==27)Ga();v=k[11178]|0;k[u>>2]=n;k[q>>2]=k[u>>2];fo(t,v,q,s);if(i[49132]|0){v=rB(46328,13594)|0;k[q>>2]=k[t>>2];k[q+4>>2]=k[t+4>>2];k[q+8>>2]=k[t+8>>2];k[q+12>>2]=k[t+12>>2];Zw(Nj(v,q)|0,10)|0}switch(k[t>>2]|0){case 0:{db(12);break}case 1:{Ra(13,kE(t)|0)|0;break}case 3:{$a(13,+(+VD(t)))|0;break}case 4:{$a(13,+(+UD(t)))|0;break}default:Ga()}Yw(s);r=w;return}function he(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[b+11>>0]|0;d=e<<24>>24<0;e=d?k[b+4>>2]|0:e&255;a:do switch(e|0){case 0:{Mr(a,b);break}case 11:if(!(QD(d?k[b>>2]|0:b,42310,11)|0)){Pl(b,42914,70);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,42985,12);break a}else{c=b;g=11;break a}case 12:{if(!(QD(d?k[b>>2]|0:b,42322,12)|0)){Pl(b,42998,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,43048,13);break a}if(!(QD(d?k[b>>2]|0:b,42335,12)|0)){Pl(b,43062,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,43112,13)}else{c=b;g=11}break}default:if((e|0)==13){c=k[b>>2]|0;if(!(QD(d?c:b,42348,13)|0)){Pl(b,43126,50);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,43177,14)}else g=14}else{c=b;g=11}}while(0);if((g|0)==11){c=k[c>>2]|0;g=14}b:do if((g|0)==14){f=d?c:b;c=f+e|0;c:do if((i[c+-1>>0]|0)==62){b=1;d:while(1){e:while(1){d=c+-1|0;if((d|0)==(f|0))break d;c=c+-2|0;switch(i[c>>0]|0){case 60:{g=21;break e}case 62:{g=22;break e}default:c=d}}if((g|0)==21){b=b+-1|0;if(!b)break c;else{c=d;continue}}else if((g|0)==22){b=b+1|0;c=d;continue}}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break b;k[a+(c<<2)>>2]=0;c=c+1|0}}while(0);d=c;while(1){b=d+-1|0;if((b|0)==(f|0)){b=f;break}if((i[b>>0]|0)==58){b=d;break}else d=b}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;e=c-b|0;if(e>>>0>4294967279)yH();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;g=xc(f)|0;k[a>>2]=g;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=g}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0}while(0);return}function ie(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;n=t+16|0;p=t+12|0;s=t;k[p>>2]=b;q=a+12|0;if(i[q>>0]|0){o=rB(46496,19595)|0;m=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=m;m=jE(m,47200)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;$G(n);Ql(o,m);ro(o)}k[s>>2]=0;m=s+4|0;k[m>>2]=0;k[s+8>>2]=0;o=a+88|0;e=a+92|0;f=a+84|0;g=s+8|0;h=a+4|0;while(1){c=_l(a)|0;k[b+8>>2]=c;d=k[o>>2]|0;if((d|0)==(k[e>>2]|0))lm(f,b+8|0);else{k[d>>2]=c;k[o>>2]=(k[o>>2]|0)+4}c=k[m>>2]|0;if((c|0)==(k[g>>2]|0))lm(s,p);else{k[c>>2]=b;k[m>>2]=(k[m>>2]|0)+4}if((ah(a)|0)<<24>>24!=1)break;b=Zx(k[h>>2]|0)|0;k[p>>2]=b}el(a);h=a+96|0;j=a+100|0;l=a+104|0;e=0;a:while(1){g=k[m>>2]|0;d=g;if((g|0)==(k[s>>2]|0)){b=32;break}b=k[d+-4>>2]|0;k[p>>2]=b;c=0;while(1){if((c|0)==-1)break;g=c+-1|0;k[m>>2]=d+(g<<2);c=g}c=k[j>>2]|0;g=c-(k[h>>2]|0)>>2;if(e){k[n>>2]=e;if(c>>>0<(k[l>>2]|0)>>>0){k[c>>2]=e;k[j>>2]=(k[j>>2]|0)+4;b=k[p>>2]|0}else lm(h,n)}Io(a);d=(k[j>>2]|0)-(k[h>>2]|0)>>2;if(d>>>0<g>>>0){b=24;break}e=b+12|0;f=b+20|0;c=g;while(1){if(c>>>0>=d>>>0)break;if(i[q>>0]|0){u=rB(46496,33279)|0;u=rB(si(u,k[(k[h>>2]|0)+(c<<2)>>2]|0)|0,19634)|0;u=si(u,k[f>>2]|0)|0;v=JB(u+(k[(k[u>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=v;v=jE(v,47200)|0;v=nc[k[(k[v>>2]|0)+28>>2]&31](v,10)|0;$G(n);Ql(u,v);ro(u)}uv(e,k[(k[h>>2]|0)+(c<<2)>>2]|0);c=c+1|0}yq(h,g);Om(k[p>>2]|0);d=k[o>>2]|0;c=0;while(1){if((c|0)==-1){e=b;continue a}v=c+-1|0;k[o>>2]=d+(v<<2);c=v}}if((b|0)==24)Na(19610,18497,1787,19623);else if((b|0)==32){Bx(s);r=t;return}}function je(){Le(44748,33368,1);Le(44752,33377,1);Le(44756,35143,1);Le(44760,33383,1);Le(44764,33388,1);Le(44768,35016,1);Le(44772,33395,1);Le(44776,33399,1);Le(44780,33405,1);Le(44784,33417,1);Le(44788,33424,1);Le(44792,33431,1);Le(44796,35160,1);Le(44800,33434,1);Le(44804,33440,1);Le(44808,33443,1);Le(44812,33447,1);Le(44816,33451,1);Le(44820,35112,1);Le(44824,33455,1);Le(44828,33459,1);Le(44832,33465,1);Le(44836,33471,1);Le(44840,33480,1);Le(44844,33487,1);Le(44848,36135,1);Le(44852,38048,1);Le(44856,33494,1);Le(44860,33503,1);Le(44864,33515,1);Le(44868,33530,1);Le(44872,33544,1);Le(44876,33557,1);Le(44880,33571,1);Le(44884,33583,1);Le(44888,33598,1);Le(44892,33613,1);Le(44896,33626,1);Le(44900,33639,1);Le(44904,43503,1);Le(44908,43453,1);Le(44912,43494,1);Le(44916,42228,1);Le(44920,43429,1);Le(44924,43478,1);Le(44928,42392,1);Le(44932,42240,1);Le(44936,43437,1);Le(44940,43443,1);Le(44944,42242,1);Le(44948,43434,1);Le(44952,43475,1);Le(44956,43424,1);Le(44960,43548,1);Le(44964,42223,1);Le(44968,43553,1);Le(44972,43446,1);Le(44976,33652,1);Le(44980,33656,1);Le(44984,33670,1);Le(44988,33676,1);Le(44992,33683,1);Le(44996,33690,1);Le(45e3,33698,1);Le(45004,33705,1);Le(45008,33713,1);Le(45012,33721,1);Le(45016,33729,1);Le(45020,53215,1);Le(45024,34977,1);Le(45028,42178,1);Le(45032,33732,1);Le(45036,33734,1);Le(45040,33736,1);Le(45044,43382,1);Le(45048,33738,1);Le(45052,33740,1);Le(45056,35193,1);Le(45060,33742,1);Le(45064,33750,1);Le(45068,43422,1);Le(45072,33754,1);Le(45076,33758,1);Le(45080,33764,1);Le(45084,43601,1);Le(45088,43355,1);Me(45092,33771);Fb(153,45092,w|0)|0;k[11281]=0;k[11282]=0;k[11283]=0;Fb(154,45124,w|0)|0;k[11284]=0;k[11285]=0;k[11286]=0;Fb(155,45136,w|0)|0;sd();return}function ke(a){a=+a;var b=0,c=0.0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+80|0;t=z+64|0;s=z+56|0;v=z+48|0;u=z+40|0;q=z+32|0;o=z+24|0;x=z+16|0;m=z+8|0;n=z;y=a<0.0;a=y?-a:a;j=+Fe(a,1.0)==0.0;p[x>>3]=B;p[m>>3]=B;l=!(a>=0.0);h=0;a:while(1){if((h|0)>=2){w=3;break}e=(h|0)!=0;g=e?50134:49134;b:do if(j){if(l){w=12;break a}if(AB(a)|0){d=Lt(a)|0;f=u;k[f>>2]=d;k[f+4>>2]=M;FA(g,999,26339,u)|0;k[v>>2]=n;vC(g,26316,v);break}else{p[s>>3]=a;FA(g,999,e?26344:26347,s)|0;k[t>>2]=n;vC(g,26316,t);break}}else{d=e?101:102;b=0;while(1){if((b|0)>=19)break b;i[51133]=37;i[51134]=46;if((b|0)<10){i[51135]=b+48;i[51136]=d;i[51137]=0}else{i[51135]=49;i[51136]=b+38;i[51137]=d;i[51138]=0}p[o>>3]=a;FA(g,999,51133,o)|0;k[q>>2]=n;vC(g,26316,q);if(+p[n>>3]==a)break;else b=b+1|0}}while(0);c=+O(+(+p[n>>3]-a));p[(e?m:x)>>3]=c;d=fG(g,46)|0;c:do if(!d){if(!(j&e)){e=g+(So(g)|0)+-1|0;d=g;f=e;while(1){if((i[f>>0]|0)==48){if(f>>>0<=g>>>0){w=28;break}}else{b=f;if(!(f>>>0>g>>>0&(b-d|0)>24))break}f=f+-1|0}if((w|0)==28){w=0;b=f}b=e-b|0;if((b|0)>2){i[f+1>>0]=101;if((b|0)<10){i[f+2>>0]=b+48;i[f+3>>0]=0;break}if((b|0)<100){i[f+2>>0]=((b>>>0)/10|0)+48;i[f+3>>0]=(b>>>0)%10|0|48;i[f+4>>0]=0;break}if((b|0)>=1e3){w=36;break a}i[f+2>>0]=((b>>>0)/100|0)+48;i[f+3>>0]=(((b>>>0)%100|0)>>>0)/10|0|48;i[f+4>>0]=(b>>>0)%10|0|48;i[f+5>>0]=0}}}else{while(1){b=d+1|0;if(((i[b>>0]|0)+-48&255)<10)d=b;else break}while(1){if((i[d>>0]|0)==48)b=d;else break;do{e=b;b=b+1|0;f=i[b>>0]|0;i[e>>0]=f}while(f<<24>>24!=0);d=d+-1|0}d:while(1){if((i[g>>0]|0)==48)b=g;else break c;while(1){d=b+1|0;f=i[d>>0]|0;i[b>>0]=f;if(!(f<<24>>24))continue d;else b=d}}}while(0);h=h+1|0}if((w|0)==3){c=+p[m>>3];a=+p[x>>3];if(c==a){b=So(50134)|0;b=b>>>0<(So(49134)|0)>>>0}else b=c<a;b=b?50134:49134;if(y){b=b+-1|0;i[b>>0]=45}r=z;return b|0}else if((w|0)==12)Na(26320,34044,872,26327);else if((w|0)==36)Na(26352,34044,935,26327);return 0}function le(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+48|0;m=s+32|0;n=s+16|0;o=s;q=hv(bp(a,b)|0)|0;oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=123)Na(28803,28573,536,29015);k[b>>2]=c+1;e=m+12|0;f=m+8|0;g=n+12|0;h=n+8|0;j=o+12|0;l=o+8|0;a:while(1){oj(b);c=k[b>>2]|0;if((i[c>>0]|0)==125){p=28;break}jd(m,c);do if(!(k[e>>2]|0)){c=k[m>>2]|0;if((c|0)!=(k[11264]|0)){if((c|0)!=(k[11265]|0)){p=23;break}k[b>>2]=(k[b>>2]|0)+(k[f>>2]|0);Zp(q);oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=58){p=21;break a}k[b>>2]=c+1;break}k[b>>2]=(k[b>>2]|0)+(k[f>>2]|0);oj(b);jd(n,k[b>>2]|0);c=k[g>>2]|0;if((c|1|0)==5){c=Tp(n)|0;k[b>>2]=(k[b>>2]|0)+(k[h>>2]|0)}else{if((c|0)!=1){p=10;break a}if((k[n>>2]|0)!=(k[11227]|0)){p=12;break a}k[b>>2]=(k[b>>2]|0)+(k[h>>2]|0);oj(b);jd(o,k[b>>2]|0);if((k[j>>2]|1|0)!=5){p=14;break a}c=k[11227]|0;c=xr(c,Tp(o)|0)|0;k[b>>2]=(k[b>>2]|0)+(k[l>>2]|0)}Lq(q,c);oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=58){p=17;break a}k[b>>2]=c+1}else p=23;while(0);if((p|0)==23){p=0;oj(b);d=(i[k[b>>2]>>0]|0)==123;if(d)c=Wp(a,b)|0;else c=Oh(a,b,28835,k[11264]|0,k[11265]|0)|0;dk(q,c,d)}}if((p|0)==10)Na(29027,28573,553,29015);else if((p|0)==12)Na(29050,28573,554,29015);else if((p|0)==14)Na(29069,28573,558,29015);else if((p|0)==17)Na(29087,28573,564,29015);else if((p|0)==21)Na(29087,28573,571,29015);else if((p|0)==28){oj(b);c=k[b>>2]|0;if((i[c>>0]|0)==125){k[b>>2]=c+1;r=s;return q|0}else Na(28838,28573,584,29015)}return 0}function me(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+32|0;j=q+28|0;g=q+12|0;h=q;l=q+16|0;p=bI(b,0)|0;if(oD(k[p>>2]|0,45504)|0?(p=bI(b,1)|0,p=bI(k[p>>2]|0,0)|0,oD(k[p>>2]|0,44768)|0):0){f=bI(b,1)|0;f=bI(k[f>>2]|0,1)|0;f=WE(k[f>>2]|0)|0;f=k[f>>2]|0;k[j>>2]=f;m=lz()|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;pq(l,27905,5);f=QB(l,f)|0;k[h>>2]=k[f>>2];k[h+4>>2]=k[f+4>>2];k[h+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}e=m;DC(g,(i[h+11>>0]|0)<0?k[h>>2]|0:h,0);k[m>>2]=k[g>>2];jF(h);jF(l);p=m+4|0;k[p>>2]=c;g=bI(b,2)|0;g=k[g>>2]|0;n=m+8|0;o=m+12|0;h=m+16|0;f=0;while(1){if(f>>>0>=(ZA(g)|0)>>>0)break;b=bI(g,f)|0;b=SA(a,k[b>>2]|0,d)|0;k[l>>2]=b;c=k[o>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[c>>2]=b;k[o>>2]=c+4}else lm(n,l);f=f+1|0}f=a+108|0;l=(No(f,k[j>>2]|0)|0)==(a+112|0);f=Vp(f,j)|0;if(!l){l=k[f>>2]|0;if(!(GB(m,l)|0)){a=l+8|0;d=l+12|0;j=l+16|0;c=0;while(1){m=k[n>>2]|0;b=m;if(c>>>0>=(k[o>>2]|0)-m>>2>>>0)break;m=k[d>>2]|0;f=k[a>>2]|0;g=m;do if(m-f>>2>>>0>c>>>0){g=f+(c<<2)|0;h=k[g>>2]|0;f=k[b+(c<<2)>>2]|0;if(!h){k[g>>2]=f;break}if((h|0)!=(f|0))k[g>>2]=4}else{f=b+(c<<2)|0;if((g|0)==(k[j>>2]|0)){lm(a,f);break}else{k[g>>2]=k[f>>2];k[d>>2]=g+4;break}}while(0);c=c+1|0}f=l+4|0;if(!(k[f>>2]|0))k[f>>2]=k[p>>2]}}else{p=k[f>>2]|0;k[f>>2]=e;e=p}if(e|0){Bx(e+8|0);hJ(e)}r=q;return}Na(27844,11503,228,27880)}function ne(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;j=m;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=b;l=b+8|0;h=b+12|0;f=c+4|0;if(((k[h>>2]|0)-(k[l>>2]|0)>>2|0)!=((k[f>>2]|0)-(k[c>>2]|0)>>4|0)){i=rB(46496,23299)|0;i=rB(Nw(i,k[b>>2]|0)|0,23310)|0;i=rB(si(i,(k[h>>2]|0)-(k[l>>2]|0)>>2)|0,23321)|0;i=rB(si(i,(k[f>>2]|0)-(k[c>>2]|0)>>4)|0,23339)|0;g=JB(i+(k[(k[i>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(j);Ql(i,g);ro(i);Ga()}Jq(a,LD(b)|0);i=0;while(1){if(i>>>0>=(LD(b)|0)>>>0){d=5;break}n=k[c>>2]|0;g=k[l>>2]|0;d=(k[h>>2]|0)-g>>2>>>0>i>>>0;e=n;if(i>>>0<(k[f>>2]|0)-n>>4>>>0){if(!d){d=8;break}d=e+(i<<4)|0;if((k[g+(i<<2)>>2]|0)!=(k[d>>2]|0)){d=10;break}n=(k[a>>2]|0)+(i<<4)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];k[n+12>>2]=k[d+12>>2]}else{if(d){d=13;break}n=ay(b,i)|0;k[(k[a>>2]|0)+(i<<4)>>2]=n}i=i+1|0}if((d|0)==5){r=m;return}else if((d|0)==8)Na(23351,22146,615,23372);else if((d|0)==10){n=rB(46496,23299)|0;n=rB(Nw(n,k[b>>2]|0)|0,23386)|0;n=rB(si(rB(rB(n,pw(k[(k[l>>2]|0)+(i<<2)>>2]|0)|0)|0,23402)|0,i)|0,23418)|0;n=rB(rB(n,pw(k[(k[c>>2]|0)+(i<<4)>>2]|0)|0)|0,43422)|0;m=JB(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=jE(m,47200)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;$G(j);Ql(n,m);ro(n);Ga()}else if((d|0)==13)Na(23425,22146,625,23372)}function oe(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;l=a;i=b;j=i;g=c;n=d;h=n;if(!j){f=(e|0)!=0;if(!h){if(f){k[e>>2]=(l>>>0)%(g>>>0);k[e+4>>2]=0}n=0;e=(l>>>0)/(g>>>0)>>>0;return (M=n,e)|0}else{if(!f){n=0;e=0;return (M=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=b&0;n=0;e=0;return (M=n,e)|0}}f=(h|0)==0;do if(g){if(!f){f=(ca(h|0)|0)-(ca(j|0)|0)|0;if(f>>>0<=31){m=f+1|0;h=31-f|0;b=f-31>>31;g=m;a=l>>>(m>>>0)&b|j<<h;b=j>>>(m>>>0)&b;f=0;h=l<<h;break}if(!e){n=0;e=0;return (M=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;n=0;e=0;return (M=n,e)|0}f=g-1|0;if(f&g|0){h=(ca(g|0)|0)+33-(ca(j|0)|0)|0;p=64-h|0;m=32-h|0;i=m>>31;o=h-32|0;b=o>>31;g=h;a=m-1>>31&j>>>(o>>>0)|(j<<m|l>>>(h>>>0))&b;b=b&j>>>(h>>>0);f=l<<p&i;h=(j<<p|l>>>(o>>>0))&i|l<<m&h-33>>31;break}if(e|0){k[e>>2]=f&l;k[e+4>>2]=0}if((g|0)==1){o=i|b&0;p=a|0|0;return (M=o,p)|0}else{p=Mw(g|0)|0;o=j>>>(p>>>0)|0;p=j<<32-p|l>>>(p>>>0)|0;return (M=o,p)|0}}else{if(f){if(e|0){k[e>>2]=(j>>>0)%(g>>>0);k[e+4>>2]=0}o=0;p=(j>>>0)/(g>>>0)>>>0;return (M=o,p)|0}if(!l){if(e|0){k[e>>2]=0;k[e+4>>2]=(j>>>0)%(h>>>0)}o=0;p=(j>>>0)/(h>>>0)>>>0;return (M=o,p)|0}f=h-1|0;if(!(f&h)){if(e|0){k[e>>2]=a|0;k[e+4>>2]=f&j|b&0}o=0;p=j>>>((Mw(h|0)|0)>>>0);return (M=o,p)|0}f=(ca(h|0)|0)-(ca(j|0)|0)|0;if(f>>>0<=30){b=f+1|0;h=31-f|0;g=b;a=j<<h|l>>>(b>>>0);b=j>>>(b>>>0);f=0;h=l<<h;break}if(!e){o=0;p=0;return (M=o,p)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;o=0;p=0;return (M=o,p)|0}while(0);if(!g){j=h;i=0;h=0}else{m=c|0|0;l=n|d&0;j=HE(m|0,l|0,-1,-1)|0;c=M;i=h;h=0;do{d=i;i=f>>>31|i<<1;f=h|f<<1;d=a<<1|d>>>31|0;n=a>>>31|b<<1|0;UC(j|0,c|0,d|0,n|0)|0;p=M;o=p>>31|((p|0)<0?-1:0)<<1;h=o&1;a=UC(d|0,n|0,o&m|0,(((p|0)<0?-1:0)>>31|((p|0)<0?-1:0)<<1)&l|0)|0;b=M;g=g-1|0}while((g|0)!=0);j=i;i=0}g=0;if(e|0){k[e>>2]=a;k[e+4>>2]=b}o=(f|0)>>>31|(j|g)<<1|(g<<1|f>>>31)&0|i;p=(f<<1|0>>>31)&-2|h;return (M=o,p)|0}function pe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=a+28|0;k[j>>2]=b;Gy(k[a>>2]|0,31611,1)|0;gs(a,k[b>>2]|0)|0;c=b+32|0;if(k[c>>2]|0){h=rB(rB(k[a>>2]|0,k[a+12>>2]|0)|0,31617)|0;Zw(Nw(h,k[c>>2]|0)|0,41)|0}g=b+8|0;h=b+12|0;c=k[h>>2]|0;d=k[g>>2]|0;a:do if((c|0)!=(d|0)){f=a+12|0;e=0;while(1){if(e>>>0>=c-d>>2>>>0)break a;rB(k[a>>2]|0,k[f>>2]|0)|0;c=fz(k[a>>2]|0,31624)|0;c=Zw(Nw(c,CA(k[j>>2]|0,e)|0)|0,32)|0;Zw(rB(c,pw(ay(b,e)|0)|0)|0,41)|0;e=e+1|0;c=k[h>>2]|0;d=k[g>>2]|0}}while(0);c=b+4|0;if(k[c>>2]|0){rB(k[a>>2]|0,k[a+12>>2]|0)|0;f=fz(k[a>>2]|0,31631)|0;Zw(rB(f,pw(k[c>>2]|0)|0)|0,41)|0}Nz(a);d=a+4|0;e=a+16|0;c=(k[h>>2]|0)-(k[g>>2]|0)>>2;while(1){if(c>>>0>=(LD(b)|0)>>>0)break;Ty(k[a>>2]|0,k[d>>2]|0);h=fz(k[a>>2]|0,31639)|0;h=Zw(Nw(h,CA(k[j>>2]|0,c)|0)|0,32)|0;Zw(rB(h,pw(ay(b,c)|0)|0)|0,41)|0;rB(k[a>>2]|0,k[e>>2]|0)|0;c=c+1|0}c=b+36|0;b:do if(((i[a+20>>0]|0)==0?(l=k[c>>2]|0,(k[l>>2]|0)==1):0)?(l=(sE(l)|0)+8|0,(k[l>>2]|0)==0):0){e=sE(k[c>>2]|0)|0;d=e+12|0;e=k[e+20>>2]|0;c=0;while(1){if((c|0)==(e|0))break b;l=kB(d,c)|0;Zt(a,k[l>>2]|0);c=c+1|0}}else m=18;while(0);if((m|0)==18)Zt(a,k[c>>2]|0);Fv(a);return}function qe(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+48|0;e=p+36|0;g=p+24|0;h=p+12|0;m=p;n=a+12|0;if(i[n>>0]|0){o=rB(46496,19168)|0;l=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=l;l=jE(l,47200)|0;l=nc[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;$G(e);Ql(o,l);ro(o)}f=fh(a)|0;if(i[n>>0]|0){o=si(rB(46496,19070)|0,f)|0;l=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=l;l=jE(l,47200)|0;l=nc[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;$G(e);Ql(o,l);ro(o)}j=m+11|0;l=m+4|0;d=0;while(1){if(d>>>0>=f>>>0){b=7;break}if(i[n>>0]|0){o=rB(46496,19076)|0;c=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(o,c);ro(o)}o=Oz(16)|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;pq(h,19183,7);ni(m,d);c=i[j>>0]|0;b=c<<24>>24<0;c=Hm(h,b?k[m>>2]|0:m,b?k[l>>2]|0:c&255)|0;k[g>>2]=k[c>>2];k[g+4>>2]=k[c+4>>2];k[g+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}gC(e,g);k[o>>2]=k[e>>2];jF(g);jF(m);jF(h);b=fh(a)|0;c=k[a>>2]|0;if(b>>>0>=(k[c+4>>2]|0)-(k[c>>2]|0)>>2>>>0){b=14;break}c=gz(c,b)|0;k[o+12>>2]=c;if(!(k[c>>2]|0)){b=16;break}c=jf(a)|0;k[o+4>>2]=c;c=jf(a)|0;k[o+8>>2]=c;hk(k[a>>2]|0,o);d=d+1|0}if((b|0)==7){r=p;return}else if((b|0)==14)Na(19191,18497,1476,19225);else if((b|0)==16)Na(19237,18497,1478,19225)}function re(){var a=0,b=0,c=0;k[11129]=0;k[11128]=10068;lx();k[11164]=0;k[11165]=0;k[11166]=0;pq(44656,38690,1);a=k[11130]|0;b=k[11131]|0;while(1){if((b|0)==(a|0))break;c=b+-4|0;k[11131]=c;b=c}k[11049]=0;k[11048]=7732;CF();k[11051]=0;k[11050]=7764;BF();VG();JF();k[11057]=0;k[11056]=10284;IF();k[11059]=0;k[11058]=10352;SE();k[11061]=0;k[11060]=10020;c=oE()|0;k[11062]=c;UE();k[11065]=0;k[11064]=10400;LE();k[11067]=0;k[11066]=10448;ME();ly();yF();fy();xF();k[11083]=0;k[11082]=7796;YC();k[11085]=0;k[11084]=7860;XC();k[11087]=0;k[11086]=7924;WC();k[11089]=0;k[11088]=7976;VC();k[11091]=0;k[11090]=9524;iF();k[11093]=0;k[11092]=9580;hF();k[11095]=0;k[11094]=9636;gF();k[11097]=0;k[11096]=9692;fF();k[11099]=0;k[11098]=9748;NC();k[11101]=0;k[11100]=9776;MC();k[11103]=0;k[11102]=9804;LC();k[11105]=0;k[11104]=9832;KC();k[11107]=0;k[11106]=8028;k[11108]=8076;SC();k[11111]=0;k[11110]=8112;k[11112]=8160;RC();k[11115]=0;k[11114]=10264;c=oE()|0;k[11116]=c;k[11114]=9476;QC();k[11119]=0;k[11118]=10264;c=oE()|0;k[11120]=c;k[11118]=9500;PC();k[11123]=0;k[11122]=9860;AF();k[11125]=0;k[11124]=9892;zF();return}function se(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;d=p;f=a+12|0;if(i[f>>0]|0){o=rB(46496,19052)|0;n=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=jE(n,47200)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;$G(d);Ql(o,n);ro(o)}e=fh(a)|0;if(i[f>>0]|0){o=si(rB(46496,19070)|0,e)|0;n=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=jE(n,47200)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;$G(d);Ql(o,n);ro(o)}b=0;a:while(1){if(b>>>0>=e>>>0){b=7;break}if(i[f>>0]|0){o=rB(46496,19076)|0;n=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=jE(n,47200)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;$G(d);Ql(o,n);ro(o)}g=Oz(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;if((ah(a)|0)<<24>>24!=64){b=11;break}h=fh(a)|0;if(i[f>>0]|0){o=si(rB(46496,19139)|0,h)|0;n=JB(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=jE(n,47200)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;$G(d);Ql(o,n);ro(o)}j=g+12|0;l=g+16|0;m=g+8|0;c=0;while(1){if((c|0)==(h|0))break;n=lD(a)|0;k[d>>2]=n;o=k[j>>2]|0;if(o>>>0<(k[l>>2]|0)>>>0){k[o>>2]=n;k[j>>2]=o+4}else lm(m,d);c=c+1|0}switch(fh(a)|0){case 0:{k[g+4>>2]=0;break}case 1:{o=lD(a)|0;k[g+4>>2]=o;break}default:{b=22;break a}}Sj(k[a>>2]|0,g);b=b+1|0}if((b|0)==7){r=p;return}else if((b|0)==11)Na(19085,18497,1450,19124);else if((b|0)==22)Na(19152,18497,1460,19124)}function te(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+32|0;l=t+28|0;m=t+24|0;s=t+12|0;n=t;o=a+4|0;e=Zx(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;k[s>>2]=0;q=s+4|0;k[q>>2]=0;k[s+8>>2]=0;g=s+8|0;p=a+72|0;h=a+76|0;j=a+68|0;c=0;d=0;f=b;while(1){if(c>>>0<d>>>0){k[c>>2]=f;k[c+4>>2]=e;k[q>>2]=c+8}else bl(s,m,l);d=(fp(f)|0)+8|0;if((k[d>>2]|0)>>>0>1?(d=rm(f,1)|0,(i[d>>0]|0)==0):0){b=e+8|0;d=FE(rm(f,1)|0)|0;k[b>>2]=d;d=2}else{k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;pq(n,35143,5);d=lk(a,n)|0;k[e+8>>2]=d;jF(n);d=1;b=e+8|0}c=k[p>>2]|0;if((c|0)==(k[h>>2]|0))lm(j,b);else{k[c>>2]=k[b>>2];k[p>>2]=(k[p>>2]|0)+4}e=(fp(f)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;b=rm(f,d)|0;f=FE(rm(b,0)|0)|0;if((f|0)!=(k[11379]|0))break;e=Zx(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;c=k[q>>2]|0;d=k[g>>2]|0;f=b}c=k[s>>2]|0;d=(k[q>>2]|0)-c>>3;while(1){g=d+-1|0;if((d|0)<=0){b=17;break}e=k[c+(g<<3)>>2]|0;f=k[c+(g<<3)+4>>2]|0;o=(fp(e)|0)+8|0;a:do if((k[o>>2]|0)>>>0>1){b=rm(e,1)|0;b=(i[b>>0]|0)==0?2:1;c=k[s>>2]|0;if((d|0)<((k[q>>2]|0)-c>>3|0)){o=f+12|0;uv(o,k[c+(d<<3)+4>>2]|0);b=b+1|0;c=o}else c=f+12|0;while(1){o=(fp(e)|0)+8|0;if(b>>>0>=(k[o>>2]|0)>>>0)break a;uv(c,vc(a,rm(e,b)|0)|0);b=b+1|0}}while(0);c=k[p>>2]|0;if((k[c+-4>>2]|0)==(k[f+8>>2]|0))b=0;else{b=26;break}while(1){if((b|0)==-1)break;o=b+-1|0;k[p>>2]=c+(o<<2);b=o}Om(f);d=g;c=k[s>>2]|0}if((b|0)==17){q=k[c+4>>2]|0;Xw(s);r=t;return q|0}else if((b|0)==26)Na(17970,16833,991,18002);return 0}function ue(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+48|0;o=t+36|0;p=t+24|0;q=t+12|0;s=t;n=qc(a,b,d)|0;if((n|0)!=(a|0)?(e=d+4|0,m=k[e>>2]|0,(k[d>>2]|0)!=(m|0)):0){tn(q,c,42178);Qp(s,(k[e>>2]|0)+-24|0);b=i[s+11>>0]|0;a=b<<24>>24<0;b=fm(q,a?k[s>>2]|0:s,a?k[s+4>>2]|0:b&255)|0;k[p>>2]=k[b>>2];k[p+4>>2]=k[b+4>>2];k[p+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}j=m+-24|0;b=hz(p,42083)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}g=j+11|0;if((i[g>>0]|0)<0){i[k[j>>2]>>0]=0;k[m+-20>>2]=0;a=i[g>>0]|0;if(a<<24>>24<0){h=0;d=(k[m+-16>>2]&2147483647)+-1|0;c=1}else l=13}else{i[j>>0]=0;i[g>>0]=0;a=0;l=13}if((l|0)==13){h=a&255;d=10;c=0}b=h>>>0<11;f=b?10:(h+16&496)+-1|0;a:do if((f|0)!=(d|0)){do if(b){b=k[j>>2]|0;if(c){a=0;e=j;l=21}else{c=0;d=1;e=j;l=22}}else{e=xc(f+1|0)|0;if(f>>>0<=d>>>0&(e|0)==0)break a;if(c){a=1;b=k[j>>2]|0;l=21;break}else{c=1;d=0;b=j;l=22;break}}while(0);if((l|0)==21){c=a;d=1;a=k[m+-20>>2]|0}else if((l|0)==22)a=a&255;a=a+1|0;if(a|0)aq(e|0,b|0,a|0)|0;if(d)Vc(b);if(c){k[m+-16>>2]=f+1|-2147483648;k[m+-20>>2]=h;k[j>>2]=e;break}else{i[g>>0]=h;break}}while(0);k[j>>2]=k[o>>2];k[j+4>>2]=k[o+4>>2];k[j+8>>2]=k[o+8>>2];a=0;while(1){if((a|0)==3)break;k[o+(a<<2)>>2]=0;a=a+1|0}ID(o);ID(p);ID(s);ID(q);a=n}r=t;return a|0}function ve(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;a:do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){q=k[a+12>>2]|0;h=a+16+(q<<3)|0;xt(a+16|0,b,c,d,e);f=a+24|0;if((q|0)<=1)break;a=k[a+8>>2]|0;if((a&2|0)==0?(j=b+36|0,(k[j>>2]|0)!=1):0){if(!(a&1)){a=b+54|0;while(1){if(i[a>>0]|0)break a;if((k[j>>2]|0)==1)break a;xt(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+24|0;g=b+54|0;while(1){if(i[g>>0]|0)break a;if((k[j>>2]|0)==1?(k[a>>2]|0)==1:0)break a;xt(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+54|0;while(1){if(i[a>>0]|0)break a;xt(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}if((k[b+16>>2]|0)!=(c|0)?(q=b+20|0,(k[q>>2]|0)!=(c|0)):0){k[b+32>>2]=d;p=b+44|0;if((k[p>>2]|0)==4)break;j=a+16+(k[a+12>>2]<<3)|0;d=b+52|0;l=b+53|0;n=b+54|0;m=a+8|0;o=b+24|0;f=0;g=a+16|0;h=0;b:while(1){if(g>>>0>=j>>>0){a=20;break}i[d>>0]=0;i[l>>0]=0;Fs(g,b,c,c,1,e);if(i[n>>0]|0){a=20;break}do if(i[l>>0]|0){if(!(i[d>>0]|0))if(!(k[m>>2]&1)){f=1;a=20;break b}else{f=1;a=h;break}if((k[o>>2]|0)==1){a=25;break b}if(!(k[m>>2]&2)){a=25;break b}else{f=1;a=1}}else a=h;while(0);g=g+8|0;h=a}do if((a|0)==20){if((!h?(k[q>>2]=c,c=b+40|0,k[c>>2]=(k[c>>2]|0)+1,(k[b+36>>2]|0)==1):0)?(k[o>>2]|0)==2:0){i[n>>0]=1;if(f){a=25;break}else{f=4;break}}if(f)a=25;else f=4}while(0);if((a|0)==25)f=3;k[p>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function we(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+48|0;o=v+40|0;e=v+28|0;p=v+24|0;q=v+20|0;s=v+8|0;t=v+4|0;u=v;i[a+81>>0]=1;m=(k[a>>2]|0)+80|0;n=Xn(zE(rm(b,1)|0)|0)|0;bB(m,n,((n|0)<0)<<31>>31)|0;n=(fp(b)|0)+8|0;a:do if((k[n>>2]|0)!=2){n=rm(b,2)|0;do if(!(i[n>>0]|0)){c=Ul(zE(rm(b,2)|0)|0)|0;d=M;if(d>>>0>0|(d|0)==0&c>>>0>65535){v=Oa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,18324,27);xz(v,e);Gb(v|0,8,148)}else{bB((k[a>>2]|0)+84|0,c,d)|0;c=3;break}}else c=2;while(0);l=a+4|0;m=s+4|0;n=s+8|0;while(1){j=(fp(b)|0)+8|0;if(c>>>0>=(k[j>>2]|0)>>>0)break a;e=rm(b,c)|0;k[p>>2]=0;j=FE(rm(e,0)|0)|0;if((j|0)==(k[11368]|0)){k[p>>2]=0;d=1}else{d=Xn(zE(rm(e,1)|0)|0)|0;bB(p,d,((d|0)<0)<<31>>31)|0;d=2}d=zE(rm(e,d)|0)|0;j=nz(k[l>>2]|0)|0;k[q>>2]=j;k[j+4>>2]=1;e=k[p>>2]|0;k[j+8>>2]=1;k[j+16>>2]=e;e=So(d)|0;if(!e){d=k[a>>2]|0;k[s>>2]=0;e=d+92|0;f=k[e>>2]|0;if(f>>>0<(k[d+96>>2]|0)>>>0){SB(o,0,0);$v(f,j,53215,k[o>>2]|0);k[e>>2]=(k[e>>2]|0)+16}else Ij(d+88|0,q,s)}else{k[s>>2]=0;k[m>>2]=0;k[n>>2]=0;sh(d,e,s);d=k[a>>2]|0;e=k[s>>2]|0;k[t>>2]=e;f=(k[m>>2]|0)-e|0;k[u>>2]=f;g=d+92|0;h=k[g>>2]|0;if(h>>>0<(k[d+96>>2]|0)>>>0){SB(o,f,0);$v(h,j,e,k[o>>2]|0);k[g>>2]=(k[g>>2]|0)+16}else Fj(d+88|0,q,t,u);Cx(s)}c=c+1|0}}while(0);r=v;return}function xe(a,b){a=a|0;b=b|0;var c=0.0,d=0;d=bI(b,0)|0;do if(oD(k[d>>2]|0,44824)|0){d=bI(b,1)|0;d=gu(k[d>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=d}else{d=bI(b,0)|0;if(oD(k[d>>2]|0,44872)|0){d=bI(b,1)|0;if(oD(k[d>>2]|0,44904)|0?(d=bI(b,2)|0,d=bI(k[d>>2]|0,0)|0,oD(k[d>>2]|0,44824)|0):0){d=bI(b,2)|0;d=bI(k[d>>2]|0,1)|0;d=bF(k[d>>2]|0)|0;c=+p[d>>3];k[a>>2]=4;p[a+8>>3]=c;break}d=bI(b,1)|0;if(oD(k[d>>2]|0,44908)|0?(d=bI(b,2)|0,d=bI(k[d>>2]|0,0)|0,oD(k[d>>2]|0,44824)|0):0){d=bI(b,2)|0;d=bI(k[d>>2]|0,1)|0;d=bF(k[d>>2]|0)|0;c=-+p[d>>3];if(RG(c)|0){k[a>>2]=1;k[a+8>>2]=~~c;break}if(TB(c)|0){k[a>>2]=1;k[a+8>>2]=~~c>>>0;break}else Na(27772,11503,400,27817)}d=bI(b,1)|0;if(((oD(k[d>>2]|0,44904)|0?(d=bI(b,2)|0,d=bI(k[d>>2]|0,0)|0,oD(k[d>>2]|0,44872)|0):0)?(d=bI(b,2)|0,d=bI(k[d>>2]|0,1)|0,oD(k[d>>2]|0,44908)|0):0)?(d=bI(b,2)|0,d=bI(k[d>>2]|0,2)|0,d=bI(k[d>>2]|0,0)|0,oD(k[d>>2]|0,44824)|0):0){d=bI(b,2)|0;d=bI(k[d>>2]|0,2)|0;d=bI(k[d>>2]|0,1)|0;d=bF(k[d>>2]|0)|0;c=-+p[d>>3];k[a>>2]=4;p[a+8>>3]=c;break}d=bI(b,1)|0;if(((oD(k[d>>2]|0,44908)|0?(d=bI(b,2)|0,d=bI(k[d>>2]|0,0)|0,oD(k[d>>2]|0,44872)|0):0)?(d=bI(b,2)|0,d=bI(k[d>>2]|0,1)|0,oD(k[d>>2]|0,44904)|0):0)?(d=bI(b,2)|0,d=bI(k[d>>2]|0,2)|0,d=bI(k[d>>2]|0,0)|0,oD(k[d>>2]|0,44824)|0):0){d=bI(b,2)|0;d=bI(k[d>>2]|0,2)|0;d=bI(k[d>>2]|0,1)|0;d=bF(k[d>>2]|0)|0;c=-+p[d>>3];k[a>>2]=4;p[a+8>>3]=c;break}}k[a>>2]=0;d=a+8|0;k[d>>2]=0;k[d+4>>2]=0}while(0);return}function ye(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;j=r;r=r+32|0;m=j+28|0;n=j+24|0;d=j+20|0;e=j+16|0;f=j;$m(a);p=a+16|0;q=a+8|0;g=f+4|0;h=f+8|0;c=f+12|0;b=k[p>>2]|0;a:while(1){s=k[q>>2]|0;if(b>>>0>=((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){b=33;break}s=fh(a)|0;k[n>>2]=s;k[f>>2]=n;k[g>>2]=a;k[h>>2]=d;k[c>>2]=e;do if(mj(f,35021)|0)qn(a);else{if(mj(f,34958)|0){ek(a);break}if(mj(f,34965)|0){se(a);break}if(mj(f,34970)|0){qe(a);break}if(mj(f,34977)|0){Gf(a);break}if(mj(f,34986)|0){hd(a);break}if(mj(f,34991)|0){pf(a);break}if(mj(f,34998)|0){_f(a);break}if(mj(f,35005)|0){Pf(a);break}if(mj(f,35010)|0){Uf(a);break}if(!(mj(f,35016)|0)){b=25;break a}Ui(a)}while(0);b=k[p>>2]|0;if((b|0)!=((k[d>>2]|0)+(k[e>>2]|0)|0)){b=31;break}}if((b|0)==25){rB(46496,18442)|0;b=k[n>>2]|0;s=k[q>>2]|0;if(((k[p>>2]|0)+-1+b|0)>>>0<((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){l=0;o=b}else Na(18463,18497,1271,18515);while(1){if(l>>>0>=o>>>0)break;Zw(46496,i[(k[k[q>>2]>>2]|0)+((k[p>>2]|0)+l)>>0]|0)|0;l=l+1|0;o=k[n>>2]|0}s=JB(46496+(k[(k[11624]|0)+-12>>2]|0)|0)|0;k[m>>2]=s;s=jE(s,47200)|0;s=nc[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;$G(m);Ql(46496,s);ro(46496);Ga()}else if((b|0)==31)Na(18520,18497,1276,18515);else if((b|0)==33){Yf(a);r=j;return}}function ze(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 32:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 33:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 34:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 35:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 42:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=1;e=16;break}case 36:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 37:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 38:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 39:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 40:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 41:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 43:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=2;e=16;break}case 44:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=3;e=16;break}case 45:{c=KB(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=4;e=16;break}default:c=0}while(0);if((e|0)==16){if(i[a+12>>0]|0){e=rB(46496,20907)|0;g=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(e,g);ro(e)}by(a,c+16|0,c+12|0);g=zu(a)|0;k[c+20>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function Ae(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if((b-a|0)>1){d=i[a>>0]|0;switch(d<<24>>24){case 100:case 111:{if((i[a+1>>0]|0)==110){f=a+2|0;if(d<<24>>24==111){d=tc(f,b,c)|0;if((d|0)==(f|0))break a;a=Tc(d,b,c)|0;if((a|0)==(d|0)){a=d;break a}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Qp(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;Xy(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;fm(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;ID(g);break a}else{if((f|0)!=(b|0)){d=$c(f,b,c)|0;if((d|0)==(f|0))d=Fi(f,b,c)|0;if((d|0)!=(f|0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0)yy(e+-24|0,0,42392)|0;else d=f}else d=b;a=(d|0)==(f|0)?a:d;break a}}break}default:{}}d=Fi(a,b,c)|0;if((d|0)==(a|0)){d=tc(a,b,c)|0;if((d|0)!=(a|0)){a=Tc(d,b,c)|0;if((a|0)!=(d|0)){f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){Qp(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;Xy(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;fm(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;ID(g)}}else a=d}}else a=d}while(0);r=h;return a|0}function Be(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0.0,f=0,g=0,h=0,l=0,m=0,n=0,q=0,s=0,t=0;t=r;r=r+16|0;s=t;h=k[d>>2]|0;l=c+8|0;d=j[l>>1]|0;f=d&255;b=d&255;d=(d&65535)>>>8;g=d&255;a:do if((k[c+16>>2]|0)>>>0>=b>>>0?(b+-1&h|0)==0:0){b=c+4|0;if(((k[b>>2]|0)+-3|0)>>>0<2)switch(f<<24>>24){case 4:{e=+Sa(28,h|0);k[a>>2]=3;o[a+8>>2]=e;break a}case 8:{e=+Sa(29,h|0);k[a>>2]=4;p[a+8>>3]=e;break a}default:Ga()}b:do switch(f<<24>>24){case 1:if(!(g<<24>>24)){n=Ra(23,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}else{n=Ra(22,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}case 2:if(!(g<<24>>24)){n=Ra(25,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}else{n=Ra(24,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}case 4:if(!(g<<24>>24)){m=Ra(27,h|0)|0;n=0;break b}else{n=Ra(26,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}case 8:{m=Ra(26,h|0)|0;n=Ra(26,h+4|0)|0;break}default:Ga()}while(0);if((k[b>>2]|0)==1){k[a>>2]=1;k[a+8>>2]=m;break}else{k[a>>2]=2;a=a+8|0;k[a>>2]=m;k[a+4>>2]=n;break}}else q=3;while(0);if((q|0)==3){q=c+4|0;e=+Pb(21,h|0,b|0,((k[q>>2]|0)+-3|0)>>>0<2|0,d&65535|0,s|0);b=k[q>>2]|0;c:do if((b+-3|0)>>>0>=2){if((b|0)!=2){k[a>>2]=1;k[a+8>>2]=~~e;break}b=j[l>>1]|0;if((b&255)<<24>>24==8){q=k[s>>2]|0;s=k[s+4>>2]|0;k[a>>2]=2;a=a+8|0;k[a>>2]=q;k[a+4>>2]=s;break}if((b&65535)<256){k[a>>2]=2;a=a+8|0;k[a>>2]=~~e>>>0;k[a+4>>2]=0;break}else{s=~~e;k[a>>2]=2;a=a+8|0;k[a>>2]=s;k[a+4>>2]=((s|0)<0)<<31>>31;break}}else switch(i[l>>0]|0){case 4:{k[a>>2]=3;o[a+8>>2]=e;break c}case 8:{k[a>>2]=4;p[a+8>>3]=e;break c}default:Ga()}while(0)}r=t;return}function Ce(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+976|0;g=D+8|0;z=D;j=D+876|0;a=D+872|0;y=D+468|0;v=D+464|0;A=D+452|0;B=D+440|0;C=D+428|0;m=D+424|0;u=D+24|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=FA(j,100,40169,z)|0;if(h>>>0>99){h=oE()|0;p[g>>3]=f;h=Cw(a,h,40169,g)|0;a=k[a>>2]|0;s=xc(h<<2)|0;q=s;t=a}else{q=D+472|0;s=0;t=0;a=j}o=JB(d)|0;n=jE(o,47232)|0;lc[k[(k[n>>2]|0)+48>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}id(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=xc(a<<2)|0;a=g}else{a=u;g=0}Ed(a,w,x,k[d+4>>2]|0,q,q+(h<<2)|0,n,l,z,k[y>>2]|0,k[v>>2]|0,A,B,C,j);a=vi(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)Vc(g);$E(C);$E(B);jF(A);$z(o);if(s|0)Vc(s);if(t|0)Vc(t);r=D;return a|0}function De(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+464|0;t=A+456|0;u=A+452|0;v=A+448|0;z=A+436|0;w=A+424|0;x=A+412|0;g=A+408|0;h=A+8|0;p=A+4|0;q=A;y=JB(d)|0;s=jE(y,47232)|0;n=f+8+3|0;o=i[n>>0]|0;a=o<<24>>24<0;m=f+4|0;if(!((a?k[m>>2]|0:o&255)|0))o=0;else{o=k[(a?k[f>>2]|0:f)>>2]|0;o=(o|0)==(nc[k[(k[s>>2]|0)+44>>2]&31](s,45)|0)}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}id(c,o,y,t,u,v,z,w,x,g);a=i[n>>0]|0;j=k[m>>2]|0;c=a<<24>>24<0?j:a&255;l=k[g>>2]|0;if((c|0)>(l|0)){B=i[x+8+3>>0]|0;g=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(g<<24>>24<0?k[w+4>>2]|0:g&255)|0}else{B=i[x+8+3>>0]|0;c=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=xc(c<<2)|0;g=c;if(!c){h=0;c=k[m>>2]|0;a=i[n>>0]|0}else{h=c;c=j}}else{g=0;c=j}B=a<<24>>24<0;f=B?k[f>>2]|0:f;Ed(h,p,q,k[d+4>>2]|0,f,f+((B?c:a&255)<<2)|0,s,o,t,k[u>>2]|0,k[v>>2]|0,z,w,x,l);a=vi(k[b>>2]|0,h,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(g|0)Vc(g);$E(x);$E(w);jF(z);$z(y);r=A;return a|0}function Ee(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=a+11|0;if((i[l>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=i[l>>0]|0;if(c<<24>>24<0){j=0;g=(k[a+8>>2]&2147483647)+-1|0;f=1}else n=5}else{i[a>>0]=0;i[l>>0]=0;c=0;n=5}if((n|0)==5){j=c&255;g=10;f=0}d=j>>>0<11;h=d?10:(j+16&496)+-1|0;a:do if((h|0)!=(g|0)){do if(d){d=k[a>>2]|0;if(f){c=0;e=a;n=13}else{f=0;g=1;e=a;n=14}}else{e=xc(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break a;if(f){c=1;d=k[a>>2]|0;n=13;break}else{f=1;g=0;d=a;n=14;break}}while(0);if((n|0)==13){f=c;g=1;c=k[a+4>>2]|0}else if((n|0)==14)c=c&255;c=c+1|0;if(c|0)aq(e|0,d|0,c|0)|0;if(g)Vc(d);if(f){k[a+8>>2]=h+1|-2147483648;k[a+4>>2]=j;k[a>>2]=e;break}else{i[l>>0]=j;break}}while(0);k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}m=a+12|0;b=b+12|0;j=m+11|0;if((i[j>>0]|0)<0){i[k[m>>2]>>0]=0;k[a+16>>2]=0;c=i[j>>0]|0;if(c<<24>>24<0){l=0;g=(k[a+20>>2]&2147483647)+-1|0;f=1}else n=29}else{i[m>>0]=0;i[j>>0]=0;c=0;n=29}if((n|0)==29){l=c&255;g=10;f=0}d=l>>>0<11;h=d?10:(l+16&496)+-1|0;b:do if((h|0)!=(g|0)){do if(d){d=k[m>>2]|0;if(f){c=0;e=m;n=37}else{f=0;g=1;e=m;n=38}}else{e=xc(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break b;if(f){c=1;d=k[m>>2]|0;n=37;break}else{f=1;g=0;d=m;n=38;break}}while(0);if((n|0)==37){f=c;g=1;c=k[a+16>>2]|0}else if((n|0)==38)c=c&255;c=c+1|0;if(c|0)aq(e|0,d|0,c|0)|0;if(g)Vc(d);if(f){k[a+20>>2]=h+1|-2147483648;k[a+16>>2]=l;k[m>>2]=e;break}else{i[j>>0]=l;break}}while(0);k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}return}function Fe(a,b){a=+a;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;p[t>>3]=a;g=k[t>>2]|0;i=k[t+4>>2]|0;p[t>>3]=b;l=k[t>>2]|0;m=k[t+4>>2]|0;d=uC(g|0,i|0,52)|0;d=d&2047;j=uC(l|0,m|0,52)|0;j=j&2047;n=i&-2147483648;f=pC(l|0,m|0,1)|0;h=M;a:do if(!((f|0)==0&(h|0)==0)?(e=m&2147483647,!(e>>>0>2146435072|(e|0)==2146435072&l>>>0>0|(d|0)==2047)):0){c=pC(g|0,i|0,1)|0;e=M;if(!(e>>>0>h>>>0|(e|0)==(h|0)&c>>>0>f>>>0))return +((c|0)==(f|0)&(e|0)==(h|0)?a*0.0:a);if(!d){c=pC(g|0,i|0,12)|0;e=M;if((e|0)>-1|(e|0)==-1&c>>>0>4294967295){d=0;do{d=d+-1|0;c=pC(c|0,e|0,1)|0;e=M}while((e|0)>-1|(e|0)==-1&c>>>0>4294967295)}else d=0;g=pC(g|0,i|0,1-d|0)|0;f=M}else f=i&1048575|1048576;if(!j){e=pC(l|0,m|0,12)|0;h=M;if((h|0)>-1|(h|0)==-1&e>>>0>4294967295){c=0;do{c=c+-1|0;e=pC(e|0,h|0,1)|0;h=M}while((h|0)>-1|(h|0)==-1&e>>>0>4294967295)}else c=0;l=pC(l|0,m|0,1-c|0)|0;j=c;i=M}else i=m&1048575|1048576;e=UC(g|0,f|0,l|0,i|0)|0;c=M;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;b:do if((d|0)>(j|0)){while(1){if(h){if((e|0)==0&(c|0)==0)break}else{e=g;c=f}g=pC(e|0,c|0,1)|0;f=M;d=d+-1|0;e=UC(g|0,f|0,l|0,i|0)|0;c=M;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;if((d|0)<=(j|0))break b}b=a*0.0;break a}while(0);if(h){if((e|0)==0&(c|0)==0){b=a*0.0;break}}else{c=f;e=g}if(c>>>0<1048576|(c|0)==1048576&e>>>0<0)do{e=pC(e|0,c|0,1)|0;c=M;d=d+-1|0}while(c>>>0<1048576|(c|0)==1048576&e>>>0<0);if((d|0)>0){m=HE(e|0,c|0,0,-1048576)|0;c=M;d=pC(d|0,0,52)|0;c=c|M;d=m|d}else{d=uC(e|0,c|0,1-d|0)|0;c=M}k[t>>2]=d;k[t+4>>2]=c|n;b=+p[t>>3]}else o=3;while(0);if((o|0)==3){b=a*b;b=b/b}return +b}function Ge(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+384|0;g=D+8|0;z=D;j=D+272|0;a=D+64|0;y=D+169|0;v=D+168|0;A=D+52|0;B=D+40|0;C=D+28|0;m=D+24|0;u=D+68|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=FA(j,100,40169,z)|0;if(h>>>0>99){h=oE()|0;p[g>>3]=f;h=Cw(a,h,40169,g)|0;a=k[a>>2]|0;s=xc(h)|0;q=s;t=a}else{q=D+172|0;s=0;t=0;a=j}o=JB(d)|0;n=jE(o,47200)|0;lc[k[(k[n>>2]|0)+32>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}gd(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=xc(a)|0;a=g}else{a=u;g=0}Bd(a,w,x,k[d+4>>2]|0,q,q+h|0,n,l,z,i[y>>0]|0,i[v>>0]|0,A,B,C,j);a=Wi(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)Vc(g);jF(C);jF(B);jF(A);$z(o);if(s|0)Vc(s);if(t|0)Vc(t);r=D;return a|0}function He(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+16|0;t=u;s=jE(k[g>>2]|0,47232)|0;l=jE(k[g>>2]|0,47240)|0;fc[k[(k[l>>2]|0)+20>>2]&255](t,l);p=t+11|0;o=i[p>>0]|0;q=t+4|0;a:do if((o<<24>>24<0?k[q>>2]|0:o&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{o=nc[k[(k[s>>2]|0)+44>>2]&31](s,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=o;g=a+1|0;break}default:g=a}b:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break b}o=nc[k[(k[s>>2]|0)+44>>2]&31](s,48)|0;n=k[f>>2]|0;k[f>>2]=n+4;k[n>>2]=o;n=nc[k[(k[s>>2]|0)+44>>2]&31](s,i[h>>0]|0)|0;o=k[f>>2]|0;k[f>>2]=o+4;k[o>>2]=n;g=g+2|0}while(0);c:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break c;o=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=o;j=j+1|0}}while(0);o=hc[k[(k[l>>2]|0)+16>>2]&127](l)|0;n=g;h=0;j=0;while(1){if(n>>>0>=c>>>0)break;l=i[p>>0]|0;m=l<<24>>24<0;v=i[(m?k[t>>2]|0:t)+h>>0]|0;if(v<<24>>24!=0&(j|0)==(v<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+4;k[j>>2]=o;h=(h>>>0<((m?k[q>>2]|0:l&255)+-1|0)>>>0&1)+h|0;j=0}m=nc[k[(k[s>>2]|0)+44>>2]&31](s,i[n>>0]|0)|0;v=k[f>>2]|0;k[f>>2]=v+4;k[v>>2]=m;n=n+1|0;j=j+1|0}g=d+(g-a<<2)|0;j=k[f>>2]|0;if((g|0)!=(j|0)){h=j;while(1){h=h+-4|0;if(g>>>0>=h>>>0){g=j;break a}v=k[g>>2]|0;k[g>>2]=k[h>>2];k[h>>2]=v;g=g+4|0}}}else{lc[k[(k[s>>2]|0)+48>>2]&7](s,a,c,d)|0;g=d+(c-a<<2)|0;k[f>>2]=g}while(0);k[e>>2]=(b|0)==(c|0)?g:d+(b-a<<2)|0;jF(t);r=u;return}function Ie(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+160|0;t=A+152|0;u=A+149|0;v=A+148|0;z=A+36|0;w=A+24|0;x=A+12|0;h=A+8|0;j=A+48|0;p=A+4|0;q=A;y=JB(d)|0;s=jE(y,47200)|0;m=f+11|0;o=i[m>>0]|0;a=o<<24>>24<0;n=f+4|0;if(!((a?k[n>>2]|0:o&255)|0))o=0;else{o=i[(a?k[f>>2]|0:f)>>0]|0;o=o<<24>>24==(nc[k[(k[s>>2]|0)+28>>2]&31](s,45)|0)<<24>>24}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}gd(c,o,y,t,u,v,z,w,x,h);g=i[m>>0]|0;a=k[n>>2]|0;c=g<<24>>24<0?a:g&255;l=k[h>>2]|0;if((c|0)>(l|0)){B=i[x+11>>0]|0;h=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(h<<24>>24<0?k[w+4>>2]|0:h&255)|0}else{B=i[x+11>>0]|0;c=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=xc(c)|0;h=c;if(!c){c=0;g=i[m>>0]|0;a=k[n>>2]|0}}else{c=j;h=0}B=g<<24>>24<0;f=B?k[f>>2]|0:f;Bd(c,p,q,k[d+4>>2]|0,f,f+(B?a:g&255)|0,s,o,t,i[u>>0]|0,i[v>>0]|0,z,w,x,l);a=Wi(k[b>>2]|0,c,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(h|0)Vc(h);jF(x);jF(w);jF(z);$z(y);r=A;return a|0}function Je(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+16|0;q=s;p=jE(k[g>>2]|0,47200)|0;l=jE(k[g>>2]|0,47216)|0;fc[k[(k[l>>2]|0)+20>>2]&255](q,l);n=q+11|0;m=i[n>>0]|0;o=q+4|0;if((m<<24>>24<0?k[o>>2]|0:m&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{m=nc[k[(k[p>>2]|0)+28>>2]&31](p,g)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=m;g=a+1|0;break}default:g=a}a:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break a}m=nc[k[(k[p>>2]|0)+28>>2]&31](p,48)|0;j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=nc[k[(k[p>>2]|0)+28>>2]&31](p,i[h>>0]|0)|0;m=k[f>>2]|0;k[f>>2]=m+1;i[m>>0]=j;g=g+2|0}while(0);b:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break b;m=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=m;j=j+1|0}}while(0);m=hc[k[(k[l>>2]|0)+16>>2]&127](l)|0;l=g;h=0;j=0;while(1){if(l>>>0>=c>>>0)break;t=i[((i[n>>0]|0)<0?k[q>>2]|0:q)+h>>0]|0;if(t<<24>>24!=0&(j|0)==(t<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=i[n>>0]|0;h=(h>>>0<((j<<24>>24<0?k[o>>2]|0:j&255)+-1|0)>>>0&1)+h|0;j=0}u=nc[k[(k[p>>2]|0)+28>>2]&31](p,i[l>>0]|0)|0;t=k[f>>2]|0;k[f>>2]=t+1;i[t>>0]=u;l=l+1|0;j=j+1|0}g=d+(g-a)|0;h=k[f>>2]|0;if((g|0)!=(h|0)){while(1){h=h+-1|0;if(g>>>0>=h>>>0)break;u=i[g>>0]|0;i[g>>0]=i[h>>0]|0;i[h>>0]=u;g=g+1|0}g=k[f>>2]|0}}else{lc[k[(k[p>>2]|0)+32>>2]&7](p,a,c,d)|0;g=d+(c-a)|0;k[f>>2]=g}k[e>>2]=(b|0)==(c|0)?g:d+(b-a)|0;jF(q);r=s;return}function Ke(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+144|0;f=l+128|0;g=l;k[a>>2]=b;h=b+108|0;k[a+4>>2]=h;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[a+32>>2]=a+36;k[a+44>>2]=0;k[a+52>>2]=0;k[a+56>>2]=0;k[a+48>>2]=a+52;k[a+68>>2]=0;k[a+72>>2]=0;k[a+76>>2]=0;i[a+81>>0]=0;e=FE(rm(c,0)|0)|0;if((e|0)!=(k[11362]|0))Na(16966,16833,273,16993);e=(fp(c)|0)+8|0;if((k[e>>2]|0)>>>0>1?(e=rm(c,1)|0,(i[e>>0]|0)==0):0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;d=1;while(1){a=(fp(c)|0)+8|0;if(d>>>0>=(k[a>>2]|0)>>>0)break;a=d+1|0;d=zE(rm(c,d)|0)|0;e=So(d)|0;if(!e){d=a;continue}sh(d,e,f);d=a}k[g>>2]=b;k[g+4>>2]=h;k[g+8>>2]=f;i[g+12>>0]=0;k[g+16>>2]=0;k[g+20>>2]=-1;k[g+24>>2]=0;k[g+28>>2]=0;k[g+32>>2]=0;k[g+40>>2]=0;k[g+44>>2]=0;k[g+48>>2]=0;k[g+56>>2]=0;k[g+60>>2]=0;k[g+52>>2]=g+56;k[g+64>>2]=0;k[g+76>>2]=0;k[g+80>>2]=0;k[g+72>>2]=g+76;c=g+84|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[g+108>>2]=15;k[g+116>>2]=0;k[g+120>>2]=0;k[g+112>>2]=g+116;k[g+124>>2]=0;ye(g);On(g);Cx(f)}else j=10;a:do if((j|0)==10){e=a+20|0;k[e>>2]=0;d=1;while(1){j=(fp(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break;wd(a,rm(c,d)|0);zy(a,rm(c,d)|0);d=d+1|0}k[e>>2]=0;d=1;while(1){j=(fp(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break a;vg(a,rm(c,d)|0);d=d+1|0}}while(0);r=l;return}function Le(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0,g=0.0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,r=0,s=0;if((i[44008]|0)==0?lG(44008)|0:0){s=Oz(20)|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=0;o[s+16>>2]=1.0;k[11180]=s}e=k[11180]|0;d=ll(e,b)|0;a:do if(!d){if(XE()|0)Na(13752,13709,76,13783);if(c)n=b;else{e=(So(b)|0)+1|0;n=xc(e)|0;eI(n,b,e);e=k[11180]|0}b=n;s=xB(n)|0;p=e+4|0;q=k[p>>2]|0;r=(q|0)==0;b:do if(!r){j=q+-1|0;l=(j&q|0)==0;if(l)d=j&s;else d=(s>>>0)%(q>>>0)|0;c=k[(k[e>>2]|0)+(d<<2)>>2]|0;if(c){m=n;while(1){c=k[c>>2]|0;if(!c)break b;h=k[c+4>>2]|0;if(l)h=h&j;else h=(h>>>0)%(q>>>0)|0;if((h|0)!=(d|0))break b;if(!(Vt(k[c+8>>2]|0,n)|0)){b=m;break a}}}}else d=0;while(0);j=Oz(12)|0;k[j+8>>2]=b;k[j+4>>2]=s;k[j>>2]=0;l=e+12|0;f=+(((k[l>>2]|0)+1|0)>>>0);g=+o[e+16>>2];do if(r|f>+(q>>>0)*g){d=(q>>>0>2&(q+-1&q|0)==0&1|q<<1)^1;c=~~+_(+(f/g))>>>0;Nl(e,d>>>0<c>>>0?c:d);d=k[p>>2]|0;c=d+-1|0;if(!(c&d)){h=d;d=c&s;break}else{h=d;d=(s>>>0)%(d>>>0)|0;break}}else h=q;while(0);d=(k[e>>2]|0)+(d<<2)|0;c=k[d>>2]|0;if(!c){s=e+8|0;k[j>>2]=k[s>>2];k[s>>2]=j;k[d>>2]=s;d=k[j>>2]|0;if(d|0){d=k[d+4>>2]|0;c=h+-1|0;if(!(c&h))d=d&c;else d=(d>>>0)%(h>>>0)|0;k[(k[e>>2]|0)+(d<<2)>>2]=j}}else{k[j>>2]=k[c>>2];k[c>>2]=j}k[l>>2]=(k[l>>2]|0)+1}else b=k[d+8>>2]|0;while(0);k[a>>2]=b;return}function Me(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+16|0;w=z;x=a+16|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;o[x>>2]=1.0;v=a+20|0;k[v>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;q=(So(b)|0)+1|0;Kr(v,q);v=k[v>>2]|0;eI(v,b,q);q=a+4|0;s=a+12|0;t=a+8|0;b=v;while(1){u=fG(b,32)|0;v=(u|0)!=0;if(v)i[u>>0]=0;DC(w,b,1);l=k[w>>2]|0;p=l*33^5381;m=k[q>>2]|0;n=(m|0)==0;g=l;a:do if(!n){h=m+-1|0;j=(h&m|0)==0;if(j)b=h&p;else b=(p>>>0)%(m>>>0)|0;c=k[(k[a>>2]|0)+(b<<2)>>2]|0;if(!c)y=15;else do{c=k[c>>2]|0;if(!c){y=15;break a}f=k[c+4>>2]|0;if(j)f=f&h;else f=(f>>>0)%(m>>>0)|0;if((f|0)!=(b|0)){y=15;break a}}while((k[c+8>>2]|0)!=(g|0))}else{b=0;y=15}while(0);if((y|0)==15){y=0;g=Oz(12)|0;k[g+8>>2]=l;k[g+4>>2]=p;k[g>>2]=0;d=+(((k[s>>2]|0)+1|0)>>>0);e=+o[x>>2];do if(n|d>+(m>>>0)*e){b=(m>>>0>2&(m+-1&m|0)==0&1|m<<1)^1;c=~~+_(+(d/e))>>>0;Vl(a,b>>>0<c>>>0?c:b);b=k[q>>2]|0;c=b+-1|0;if(!(c&b)){f=b;b=c&p;break}else{f=b;b=(p>>>0)%(b>>>0)|0;break}}else f=m;while(0);b=(k[a>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[g>>2]=k[t>>2];k[t>>2]=g;k[b>>2]=t;b=k[g>>2]|0;if(b|0){b=k[b+4>>2]|0;c=f+-1|0;if(!(c&f))b=b&c;else b=(b>>>0)%(f>>>0)|0;k[(k[a>>2]|0)+(b<<2)>>2]=g}}else{k[g>>2]=k[c>>2];k[c>>2]=g}k[s>>2]=(k[s>>2]|0)+1}if(v)b=u+1|0;else break}r=z;return}function Ne(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;f=l+20|0;g=l+16|0;d=l+4|0;e=l;c=k[a>>2]|0;b=i[c>>0]|0;if(b<<24>>24==36){h=c+1|0;k[a>>2]=h;j=1;b=i[h>>0]|0}else{j=0;h=c}do if(b<<24>>24!=34){c=h;a:while(1){if(!(b<<24>>24)){b=0;break}if(yI(b<<24>>24)|0)break;switch(b<<24>>24){case 40:case 41:case 59:break a;default:{}}g=c+1|0;k[a>>2]=g;b=i[g>>0]|0;c=g}if((h|0)==(c|0)){l=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,16916,15);h=k[a+4>>2]|0;j=k[a>>2]|0;a=k[a+8>>2]|0;Ts(l,d);k[l+12>>2]=h;k[l+16>>2]=j-a;Gb(l|0,8,148)}else{i[c>>0]=0;g=zw(a+12|0)|0;DC(e,h,0);f=k[e>>2]|0;i[g>>0]=0;k[g+20>>2]=f;i[g+24>>0]=j;j=h-(k[a+8>>2]|0)|0;k[g+28>>2]=k[a+4>>2];k[g+32>>2]=j;i[k[a>>2]>>0]=b;b=g;break}}else{b=h+1|0;k[a>>2]=b;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[f+(c<<2)>>2]=0;c=c+1|0}b:while(1){c=i[b>>0]|0;switch(c<<24>>24){case 34:break b;case 92:{an(f,92);an(f,i[(k[a>>2]|0)+1>>0]|0);b=(k[a>>2]|0)+2|0;break}default:{an(f,c);b=(k[a>>2]|0)+1|0}}k[a>>2]=b}k[a>>2]=b+1;b=zw(a+12|0)|0;DC(g,(i[f+11>>0]|0)<0?k[f>>2]|0:f,0);g=k[g>>2]|0;i[b>>0]=0;k[b+20>>2]=g;i[b+24>>0]=j;j=h-(k[a+8>>2]|0)|0;k[b+28>>2]=k[a+4>>2];k[b+32>>2]=j;jF(f)}while(0);r=l;return b|0}function Oe(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;l=n+12|0;m=n;f=fG(zE(rm(b,0)|0)|0,46)|0;g=f+5|0;j=KB(k[a+4>>2]|0)|0;k[j+4>>2]=c;c=($y(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[g>>0]|0){case 56:{i[d>>0]=1;e=f+6|0;h=1;break}case 49:{if((i[f+6>>0]|0)==54){i[d>>0]=2;e=f+7|0;h=2;break a}else Na(17866,16833,1027,17882);break}case 51:{if((i[f+6>>0]|0)==50){i[d>>0]=4;e=f+7|0;h=4;break a}else Na(17891,16833,1031,17882);break}default:{e=g;h=c}}while(0);if(!(i[e>>0]|0))c=0;else c=(i[e+1>>0]|0)==115&1;i[j+9>>0]=c;f=j+12|0;k[f>>2]=0;g=j+16|0;bB(g,h&255,0)|0;e=1;b:while(1){h=rm(b,e)|0;h=(i[h>>0]|0)==0;d=rm(b,e)|0;if(!h){c=22;break}d=zE(d)|0;c=fG(d,61)|0;if(!c){c=14;break}c=c+1|0;switch(i[d>>0]|0){case 97:{h=Xn(c)|0;bB(g,h,((h|0)<0)<<31>>31)|0;break}case 111:{c=Ul(c)|0;h=M;if(h>>>0>0|(h|0)==0&c>>>0>4294967295){c=18;break b}bB(f,c,0)|0;break}default:{c=20;break b}}e=e+1|0}if((c|0)==14)Na(17907,16833,1042,17882);else if((c|0)==18){n=Oa(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;pq(l,17910,10);xz(n,l);Gb(n|0,8,148)}else if((c|0)==20){n=Oa(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;pq(m,17921,18);xz(n,m);Gb(n|0,8,148)}else if((c|0)==22){m=vc(a,d)|0;k[j+20>>2]=m;r=n;return j|0}return 0}function Pe(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;e=r;r=r+80|0;n=e+48|0;m=e+60|0;j=e+36|0;i=e+24|0;h=e+12|0;g=e;f=PE(k[a+4>>2]|0)|0;k[f+8>>2]=c;a=vc(a,rm(b,1)|0)|0;l=f+12|0;k[l>>2]=a;wi(f);if(c>>>0<22?(c=k[(k[l>>2]|0)+4>>2]|0,!((c|0)==5|(c|0)==(d|0))):0){e=Oa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,17407,13);c=QB(g,Lj(k[f>>2]|0)|0)|0;k[h>>2]=k[c>>2];k[h+4>>2]=k[c+4>>2];k[h+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=QB(h,14568)|0;k[i>>2]=k[c>>2];k[i+4>>2]=k[c+4>>2];k[i+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=QB(i,pw(d)|0)|0;k[j>>2]=k[c>>2];k[j+4>>2]=k[c+4>>2];k[j+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=QB(j,17421)|0;k[m>>2]=k[c>>2];k[m+4>>2]=k[c+4>>2];k[m+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=QB(m,pw(k[(k[l>>2]|0)+4>>2]|0)|0)|0;k[n>>2]=k[c>>2];k[n+4>>2]=k[c+4>>2];k[n+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}m=k[b+28>>2]|0;b=k[b+32>>2]|0;Ts(e,n);k[e+12>>2]=m;k[e+16>>2]=b;Gb(e|0,8,148)}r=e;return f|0}function Qe(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;g=b+44|0;h=k[g>>2]|0;m=b+24|0;n=k[m>>2]|0;j=n;if(h>>>0<n>>>0){k[g>>2]=n;l=j}else l=h;g=f&24;a:do if(!g){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}else{if((e|0)==1&(g|0)==24){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}b:do switch(e|0){case 0:{g=0;h=0;break}case 1:if(!(f&8)){h=j-(k[b+20>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}else{h=(k[b+12>>2]|0)-(k[b+8>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}case 2:{g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;h=l-g|0;g=h;h=((h|0)<0)<<31>>31;break}default:{n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break a}}while(0);h=HE(g|0,h|0,c|0,d|0)|0;j=M;if((j|0)>=0){g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;d=l-g|0;c=((d|0)<0)<<31>>31;if(!((c|0)<(j|0)|(c|0)==(j|0)&d>>>0<h>>>0)){g=f&8;if(!((h|0)==0&(j|0)==0)){if(g|0?(k[b+12>>2]|0)==0:0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}if((f&16|0)!=0&(n|0)==0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}}if(g|0){k[b+12>>2]=(k[b+8>>2]|0)+h;k[b+16>>2]=l}if(f&16|0)k[m>>2]=(k[b+20>>2]|0)+h;n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=h;k[n+4>>2]=j;break}}n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}while(0);return}function Re(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+UD(b);e=+UD(c);if(f==0.0&f==e){p[t>>3]=f;f=(k[t+4>>2]|0)<0?f:e;k[a>>2]=4;p[a+8>>3]=f;break}d=e<f?e:f;p[t>>3]=f;b=k[t+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=e;c=k[t+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=d;l=k[t+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[t>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[t>>3]=b?f:e;cz(i,4,k[t>>2]|0,k[t+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;dz(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{dz(a,2,0,2146959360);break}}else{f=+VD(b);e=+VD(c);if(f==0.0&f==e){f=((o[t>>2]=f,k[t>>2]|0)|0)<0?f:e;k[a>>2]=3;o[a+8>>2]=f;break}d=e<f?e:f;b=((o[t>>2]=f,k[t>>2]|0)&2147483647)>>>0>2139095040;c=((o[t>>2]=e,k[t>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[t>>2]=d,k[t>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;zB(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;yB(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;zB(a,l)}while(0);r=m;return}function Se(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+UD(b);e=+UD(c);if(f==0.0&f==e){p[t>>3]=f;f=(k[t+4>>2]|0)<0?e:f;k[a>>2]=4;p[a+8>>3]=f;break}d=f<e?e:f;p[t>>3]=f;b=k[t+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=e;c=k[t+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[t>>2]|0)>>>0>0;p[t>>3]=d;l=k[t+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[t>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[t>>3]=b?f:e;cz(i,4,k[t>>2]|0,k[t+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;dz(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{dz(a,2,0,2146959360);break}}else{f=+VD(b);e=+VD(c);if(f==0.0&f==e){f=((o[t>>2]=f,k[t>>2]|0)|0)<0?e:f;k[a>>2]=3;o[a+8>>2]=f;break}d=f<e?e:f;b=((o[t>>2]=f,k[t>>2]|0)&2147483647)>>>0>2139095040;c=((o[t>>2]=e,k[t>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[t>>2]=d,k[t>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;zB(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;yB(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;zB(a,l)}while(0);r=m;return}function Te(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+64|0;g=n+56|0;d=n;e=n+48|0;j=n+40|0;l=n+32|0;m=n+24|0;f=n+16|0;oj(b);jd(d,k[b>>2]|0);k[b>>2]=(k[b>>2]|0)+(k[d+8>>2]|0);a:do switch(k[d+12>>2]|0){case 0:{h=og(a,d,b,c)|0;break}case 2:{h=We(a,d,b,c)|0;break}case 5:case 4:case 3:{h=Tp(d)|0;i[e>>0]=1;k[e+4>>2]=h;k[g>>2]=k[e>>2];k[g+4>>2]=k[e+4>>2];h=Oc(a,g,b,c)|0;break}case 6:{d=k[d>>2]|0;if((d|0)==(k[11257]|0)){h=ok(a,b)|0;i[j>>0]=1;k[j+4>>2]=h;k[g>>2]=k[j>>2];k[g+4>>2]=k[j+4>>2];h=Oc(a,g,b,c)|0;break a}if((d|0)==(k[11258]|0)){h=wj(a,b)|0;i[l>>0]=1;k[l+4>>2]=h;k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];h=Oc(a,g,b,c)|0;break a}if((d|0)==(k[11259]|0)){h=xg(a,b)|0;i[m>>0]=1;k[m+4>>2]=h;k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];h=Oc(a,g,b,c)|0;break a}else Ga();break}case 1:{h=k[d>>2]|0;i[f>>0]=0;k[f+4>>2]=h;k[g>>2]=k[f>>2];k[g+4>>2]=k[f+4>>2];h=Oc(a,g,b,c)|0;break}default:Ga()}while(0);r=n;return h|0}function Ue(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+576|0;q=w;m=w+64|0;v=w+56|0;p=w+48|0;h=w+564|0;n=w+8|0;o=w+464|0;k[v>>2]=m;u=v+4|0;k[u>>2]=171;s=JB(e)|0;a=jE(s,47232)|0;i[h>>0]=0;if(Fc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+400|0)|0){lc[k[(k[a>>2]|0)+48>>2]&7](a,40063,40073,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>392){m=xc((a>>2)+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+40|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=k[h>>2]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((k[d>>2]|0)==(e|0))break;d=d+4|0}i[a>>0]=i[40063+(d-l>>2)>>0]|0;h=h+4|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;vC(o,39964,q);if(m|0)Vc(m)}a=k[b>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)==-1){k[b>>2]=0;e=1;break}else{e=(k[b>>2]|0)==0;break}}else e=1;while(0);a=k[c>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)!=-1)if(e)break;else{t=31;break}else{k[c>>2]=0;t=29;break}}else t=29;while(0);if((t|0)==29?e:0)t=31;if((t|0)==31)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;$z(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)ec[k[u>>2]&255](a);r=w;return d|0}function Ve(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+96|0;g=p+32|0;f=p+84|0;h=p+52|0;j=p+80|0;l=p+16|0;m=p+48|0;n=p;o=k[c>>2]|0;a:do if((k[d>>2]|0)==2){k[h>>2]=k[b>>2];k[h+4>>2]=k[b+4>>2];k[h+8>>2]=k[b+8>>2];k[h+12>>2]=k[b+12>>2];k[h+16>>2]=k[b+16>>2];k[h+20>>2]=k[b+20>>2];k[h+24>>2]=k[b+24>>2];i[h+8>>0]=4;k[h+4>>2]=1;c=wB(d)|0;b=M;d=k[(k[a>>2]|0)+16>>2]|0;SB(j,o,0);k[l>>2]=1;k[l+8>>2]=c;k[f>>2]=k[j>>2];k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];k[g+8>>2]=k[l+8>>2];k[g+12>>2]=k[l+12>>2];mc[d&15](a,h,f,g);d=k[(k[a>>2]|0)+16>>2]|0;SB(m,o+4|0,0);k[n>>2]=1;k[n+8>>2]=b;k[f>>2]=k[m>>2];k[g>>2]=k[n>>2];k[g+4>>2]=k[n+4>>2];k[g+8>>2]=k[n+8>>2];k[g+12>>2]=k[n+12>>2];mc[d&15](a,h,f,g)}else{c=i[b+8>>0]|0;f=c&255;if((k[b+16>>2]|0)>>>0>=f>>>0?(f+-1&o|0)==0:0){if(((k[b+4>>2]|0)+-3|0)>>>0<2)switch(c<<24>>24){case 4:{+Wa(3,o|0,+(+VD(d)));break a}case 8:{+Wa(4,o|0,+(+UD(d)));break a}default:Ga()}switch(c<<24>>24){case 1:{Ab(31,o|0,kE(d)|0)|0;break a}case 2:{Ab(32,o|0,kE(d)|0)|0;break a}case 4:{Ab(2,o|0,kE(d)|0)|0;break a}default:Ga()}}c=((k[b+4>>2]|0)+-3|0)>>>0<2;if(c)e=+uz(d);else{d=qw(d)|0;e=+(d>>>0)+4294967296.0*+(M|0)}+lb(30,o|0,f|0,c&1|0,+e)}while(0);r=p;return}function We(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;l=o+32|0;e=o+24|0;f=o+16|0;h=o+8|0;m=o;oj(c);g=k[c>>2]|0;j=i[g>>0]|0;a:do switch(j<<24>>24){case 40:{m=qh(a,Tp(b)|0,c)|0;i[e>>0]=1;k[e+4>>2]=m;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];e=Oc(a,l,c,d)|0;break}case 91:{e=yj(a,Tp(b)|0,c)|0;i[f>>0]=1;k[f+4>>2]=e;k[l>>2]=k[f>>2];k[l+4>>2]=k[f+4>>2];e=Oc(a,l,c,d)|0;break}case 58:{j=k[a+4>>2]|0;if((k[j+-8>>2]|0)!=(k[j+-12>>2]|0)){e=Tp(b)|0;n=12;break a}k[c>>2]=g+1;oj(c);if((i[k[c>>2]>>0]|0)==123)e=Wp(a,c)|0;else e=Te(a,c,d)|0;e=Ar(k[b>>2]|0,e)|0;break}default:{e=Tp(b)|0;if(j<<24>>24==46){e=po(e,c)|0;i[h>>0]=1;k[h+4>>2]=e;k[l>>2]=k[h>>2];k[l+4>>2]=k[h+4>>2];e=Oc(a,l,c,d)|0}else n=12}}while(0);if((n|0)==12){i[m>>0]=1;k[m+4>>2]=e;k[l>>2]=k[m>>2];k[l+4>>2]=k[m+4>>2];e=Oc(a,l,c,d)|0}r=o;return e|0}function Xe(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=(e|0)==1;do if((k[11226]|0)!=(b|0)){if((k[11227]|0)==(b|0)){c=g?1:(e|0)==3?51:64;break}if((k[11241]|0)==(b|0)){c=g?2:(e|0)==3?52:65;break}if((k[11229]|0)!=(b|0))if((k[11228]|0)!=(b|0))if((k[11230]|0)!=(b|0))if((k[11243]|0)!=(b|0))if((k[11242]|0)!=(b|0))if((k[11244]|0)!=(b|0)){if((k[11237]|0)==(b|0)){c=g?15:(e|0)==3?57:70;break}if((k[11238]|0)==(b|0)){c=g?16:(e|0)==3?58:71;break}if(ND(a,c)|0)c=1;else c=ND(a,d)|0;if((k[11239]|0)==(b|0))if(g){c=c?4:3;break}else{c=(e|0)==3?53:66;break}if((k[11240]|0)==(b|0)){r=h;return (g&c?6:5)|0}if((k[11234]|0)==(b|0))if(g){c=c?24:23;break}else{c=(e|0)==3?62:75;break}if((k[11236]|0)==(b|0))if(g){c=c?22:21;break}else{c=(e|0)==3?61:74;break}if((k[11235]|0)==(b|0))if(g){c=c?20:19;break}else{c=(e|0)==3?60:73;break}if((k[11233]|0)!=(b|0)){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;pq(f,27753,18);Rs(f,b)}if(g){c=c?18:17;break}else{c=(e|0)==3?59:72;break}}else c=11;else c=12;else c=10;else c=9;else c=8;else c=7}else c=g?0:(e|0)==3?50:63;while(0);r=h;return c|0}function Ye(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+432|0;a=t+16|0;s=t+8|0;l=t;h=t+416|0;k[s>>2]=a;q=s+4|0;k[q>>2]=171;o=JB(e)|0;j=jE(o,47232)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(Fc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+400|0)|0){a=g+8+3|0;if((i[a>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[a>>0]=0}if(i[h>>0]|0)Km(g,nc[k[(k[j>>2]|0)+44>>2]&31](j,45)|0);d=nc[k[(k[j>>2]|0)+44>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-4|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((k[a>>2]|0)!=(d|0))break;a=a+4|0}rj(g,a,h)}a=k[b>>2]|0;do if(a){h=k[a+12>>2]|0;if((h|0)==(k[a+16>>2]|0))a=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[h>>2]|0;if((a|0)==-1){k[b>>2]=0;h=1;break}else{h=(k[b>>2]|0)==0;break}}else h=1;while(0);do if(n){a=k[m+12>>2]|0;if((a|0)==(k[m+16>>2]|0))a=hc[k[(k[n>>2]|0)+36>>2]&127](m)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(h)break;else{p=27;break}else{k[c>>2]=0;p=25;break}}else p=25;while(0);if((p|0)==25?h:0)p=27;if((p|0)==27)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;$z(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)ec[k[q>>2]&255](a);r=t;return h|0}function Ze(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,m=0,n=0,o=0,p=0,q=0;k[c>>2]=a;k[f>>2]=d;p=b;q=e;a:while(1){m=k[c>>2]|0;if(m>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}h=i[m>>0]|0;o=h&255;do if(h<<24>>24>-1){j[d>>1]=h&255;k[c>>2]=m+1}else{if((h&255)<194){a=2;break a}if((h&255)<224){if((p-m|0)<2){a=1;break a}a=l[m+1>>0]|0;if((a&192|0)!=128){a=2;break a}j[d>>1]=a&63|o<<6&1984;k[c>>2]=m+2;break}if((h&255)<240){if((p-m|0)<3){a=1;break a}g=i[m+1>>0]|0;a=i[m+2>>0]|0;switch(h<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}j[d>>1]=(g&255)<<6&4032|o<<12|a&63;k[c>>2]=m+3;break}if((h&255)>=245){a=2;break a}if((p-m|0)<4){a=1;break a}n=i[m+1>>0]|0;a=i[m+2>>0]|0;g=i[m+3>>0]|0;switch(h<<24>>24){case -16:{if((n+112&255)>=48){a=2;break a}break}case -12:{if((n&-16)<<24>>24!=-128){a=2;break a}break}default:if((n&-64)<<24>>24!=-128){a=2;break a}}m=a&255;if((m&192|0)!=128){a=2;break a}h=g&255;if((h&192|0)!=128){a=2;break a}if((q-d|0)<4){a=1;break a}g=o&7;a=n&255;if((a<<12&196608|g<<18)>>>0>1114111){a=2;break a}j[d>>1]=a<<2&60|m>>>4&3|((a>>>4&3|g<<2)<<6)+16320|55296;o=d+2|0;k[f>>2]=o;j[o>>1]=h&63|m<<6&960|56320;k[c>>2]=(k[c>>2]|0)+4}while(0);d=(k[f>>2]|0)+2|0;k[f>>2]=d}return a|0}function _e(a,b){a=a|0;b=b|0;var c=0.0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+16|0;e=g;k[e>>2]=b;f=bI(a,0)|0;f=WE(k[f>>2]|0)|0;f=k[f>>2]|0;a:do if((f|0)!=(k[11196]|0)){if((f|0)==(k[11218]|0)){h=bI(a,1)|0;h=WE(k[h>>2]|0)|0;switch(i[k[h>>2]>>0]|0){case 45:{d=0;break a}case 43:{d=3;break a}case 126:{d=1;break a}default:LB(a)}}if((f|0)==(k[11206]|0)){h=bI(a,1)|0;h=bF(k[h>>2]|0)|0;c=+p[h>>3];if(c<0.0){d=1;break}if(c>4294967295.0){d=3;break}if(+Fe(c,1.0)!=0.0){d=3;break}d=RG(c)|0;d=d?0:2;break}if((f|0)==(k[11192]|0))d=0;else{if((f|0)==(k[11195]|0)){d=bI(a,2)|0;d=_e(k[d>>2]|0,b)|0;break}if((f|0)==(k[11205]|0)){h=bI(a,1)|0;h=bI(k[h>>2]|0,0)|0;if(oD(k[h>>2]|0,44768)|0){h=bI(a,1)|0;h=bI(k[h>>2]|0,1)|0;if(oD(k[h>>2]|0,44880)|0){d=3;break}h=bI(a,1)|0;h=bI(k[h>>2]|0,1)|0;if(oD(k[h>>2]|0,e)|0){d=3;break}}}else if((f|0)==(k[11203]|0)){d=bI(a,2)|0;d=_e(k[d>>2]|0,b)|0;break}LB(a)}}else{b=bI(a,1)|0;b=WE(k[b>>2]|0)|0;b=k[b>>2]|0;switch(i[b>>0]|0){case 45:case 43:{d=0;break a}case 62:{if((b|0)==(k[11244]|0)){d=2;break a}break}case 33:case 61:case 60:case 94:case 38:case 124:break;case 47:case 42:{d=3;break a}default:LB(a)}d=1}while(0);r=g;return d|0}function $e(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+48|0;i=m+36|0;h=m+32|0;d=m;j=m+28|0;l=m+24|0;a:do switch(k[c+8>>2]|0){case 0:{k[a>>2]=1;k[a+8>>2]=65536;k[a+16>>2]=0;break}case 1:{l=k[(k[b+4>>2]|0)+32>>2]|0;k[a>>2]=1;k[a+8>>2]=l;k[a+16>>2]=0;break}case 2:{g=kB(c+16|0,0)|0;Dd(d,b,k[g>>2]|0);if(!(k[d+16>>2]|0)){f=b+4|0;g=k[(k[f>>2]|0)+32>>2]|0;e=kE(d)|0;if(e>>>0>65535)fc[k[k[b>>2]>>2]&255](b,24084);d=k[f>>2]|0;c=k[d+32>>2]|0;if(c>>>0>=~e>>>0){fc[k[k[b>>2]>>2]&255](b,24121);d=k[f>>2]|0;c=k[d+32>>2]|0}e=c+e|0;if(e>>>0>(k[(k[d>>2]|0)+84>>2]|0)>>>0){fc[k[k[b>>2]>>2]&255](b,24159);c=k[f>>2]|0;d=c;c=k[c+32>>2]|0}b=k[d+36>>2]|0;d=k[(k[b>>2]|0)+20>>2]|0;SB(j,c<<16,0);SB(l,e<<16,0);k[h>>2]=k[j>>2];k[i>>2]=k[l>>2];ic[d&7](b,h,i);bB((k[f>>2]|0)+32|0,e,0)|0;k[a>>2]=1;k[a+8>>2]=g;k[a+16>>2]=0}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}break}case 3:{l=(k[c+12>>2]|0)==(k[11358]|0);k[a>>2]=1;c=a+8|0;if(l){k[c>>2]=1;k[a+16>>2]=0;break a}else{k[c>>2]=0;k[a+16>>2]=0;break a}}default:Ga()}while(0);r=m;return}function af(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+240|0;q=w;m=w+128|0;v=w+8|0;p=w+4|0;h=w+126|0;n=w+116|0;o=w+16|0;k[v>>2]=m;u=v+4|0;k[u>>2]=171;s=JB(e)|0;a=jE(s,47200)|0;i[h>>0]=0;if(Dc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+100|0)|0){lc[k[(k[a>>2]|0)+32>>2]&7](a,39953,39963,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>98){m=xc(a+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+10|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=i[h>>0]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((i[d>>0]|0)==e<<24>>24)break;d=d+1|0}i[a>>0]=i[39953+(d-l)>>0]|0;h=h+1|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;vC(o,39964,q);if(m|0)Vc(m)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;t=26;break}if(!a)t=27}else t=26;while(0);if((t|0)==26?a:0)t=27;if((t|0)==27)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;$z(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)ec[k[u>>2]&255](a);r=w;return d|0}function bf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1)if(f){g=b;h=16}else h=15;else h=13}else h=13;if((h|0)==13)if(f)h=15;else{g=0;h=16}do if((h|0)==15)k[c>>2]=k[c>>2]|6;else if((h|0)==16){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if(($b[k[(k[d>>2]|0)+52>>2]&31](d,e,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;b=k[f>>2]|0;d=k[e+16>>2]|0;if((b|0)==(d|0)){hc[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)f=1;else{f=k[e+12>>2]|0;d=k[e+16>>2]|0;h=25}}else{h=b+4|0;k[f>>2]=h;f=h;h=25}do if((h|0)==25){if((f|0)==(d|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}while(0);if(g){e=k[g+12>>2]|0;if((e|0)==(k[g+16>>2]|0))e=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(f)break}else h=36}else h=36;if((h|0)==36?!f:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function cf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;lm(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=kB(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=kB(c,0)|0;c=sE(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){lm(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=kB(d,c)|0,Dd(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}Bx(j);r=o;return}function df(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if(a<<24>>24==f<<24>>24)if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if(a<<24>>24==g<<24>>24?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+32|0;f=0;while(1){p=o+f|0;if((f|0)==32){p=g;break}if((i[p>>0]|0)==a<<24>>24)break;else f=f+1|0}f=p-o|0;if((f|0)>31)p=-1;else{g=i[38654+f>>0]|0;switch(f|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;p=k[e>>2]|0;k[e>>2]=p+1;i[p>>0]=g;p=0;break a}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>21){p=0;break a}k[n>>2]=(k[n>>2]|0)+1;p=0;break a}}}}while(0);return p|0}function ef(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do switch(k[a>>2]|0){case 0:{a=a+8|0;if(!(k[a>>2]|0)){rB(b,16326)|0;break a}else{b=Zw(b,34)|0;Zw(rB(b,k[a>>2]|0)|0,34)|0;break a}}case 1:{k[b+(k[(k[b>>2]|0)+-12>>2]|0)+8>>2]=17;ui(b,+p[a+8>>3])|0;break}case 2:{d=a+8|0;e=k[d>>2]|0;if((k[e+4>>2]|0)==(k[e>>2]|0)){rB(b,16335)|0;break a}Zw(b,91)|0;c=0;while(1){a=k[d>>2]|0;if(c>>>0>=(k[a+4>>2]|0)-(k[a>>2]|0)>>2>>>0)break;if(c){rB(b,42180)|0;a=k[d>>2]|0}ef(k[(k[a>>2]|0)+(c<<2)>>2]|0,b);c=c+1|0}Zw(b,93)|0;break}case 3:{rB(b,16338)|0;break}case 4:{rB(b,i[a+8>>0]|0?43242:43236)|0;break}case 5:{Zw(b,123)|0;e=1;a=(k[a+8>>2]|0)+8|0;while(1){a=k[a>>2]|0;if(!a)break;d=a;c=k[d+8>>2]|0;d=k[d+12>>2]|0;if(!e)rB(b,42180)|0;rB(rB(Zw(b,34)|0,c)|0,16343)|0;ef(d,b);e=0}Zw(b,125)|0;break}default:{}}while(0);return}function ff(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+128|0;a=t+20|0;s=t+8|0;l=t;h=t+16|0;k[s>>2]=a;q=s+4|0;k[q>>2]=171;o=JB(e)|0;j=jE(o,47200)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(Dc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+100|0)|0){a=g+11|0;if((i[a>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0}else{i[g>>0]=0;i[a>>0]=0}if(i[h>>0]|0)an(g,nc[k[(k[j>>2]|0)+28>>2]&31](j,45)|0);d=nc[k[(k[j>>2]|0)+28>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-1|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((i[a>>0]|0)!=d<<24>>24)break;a=a+1|0}Gj(g,a,h)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;do if(n){if((k[m+12>>2]|0)==(k[m+16>>2]|0)?(hc[k[(k[n>>2]|0)+36>>2]&127](m)|0)==-1:0){k[c>>2]=0;p=22;break}if(!a)p=23}else p=22;while(0);if((p|0)==22?a:0)p=23;if((p|0)==23)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;$z(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)ec[k[q>>2]&255](a);r=t;return h|0}function gf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;c=l+12|0;d=l;j=VB(k[a+4>>2]|0)|0;h=(fp(b)|0)+8|0;if(((k[h>>2]|0)>>>0>2?(h=rm(b,1)|0,(i[h>>0]|0)==0):0)?(h=rm(b,2)|0,(i[h>>0]|0)==0):0){c=FE(rm(b,1)|0)|0;k[j+8>>2]=c;c=2}else{k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,18289,8);h=lk(a,c)|0;k[j+8>>2]=h;jF(c);c=1}h=(fp(b)|0)+8|0;if((k[h>>2]|0)>>>0>c>>>0?(h=rm(b,c)|0,(i[h>>0]|0)==0):0){h=FE(rm(b,c)|0)|0;k[j+12>>2]=h;c=c+1|0}else{k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,18298,7);h=lk(a,d)|0;k[j+12>>2]=h;jF(d)}f=a+68|0;d=j+8|0;h=a+72|0;e=k[h>>2]|0;g=a+76|0;if((e|0)==(k[g>>2]|0)){lm(f,d);e=k[h>>2]|0}else{k[e>>2]=k[d>>2];e=(k[h>>2]|0)+4|0;k[h>>2]=e}d=j+12|0;if((e|0)==(k[g>>2]|0))lm(f,d);else{k[e>>2]=k[d>>2];k[h>>2]=(k[h>>2]|0)+4}d=Wk(a,b,c)|0;k[j+16>>2]=d;d=k[h>>2]|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[h>>2]=d+(b<<2);c=b}d=d+-4|0;c=0;while(1){if((c|0)==-1)break;b=c+-1|0;k[h>>2]=d+(b<<2);c=b}op(j);r=l;return j|0}function hf(a){a=a|0;var b=0;if((i[44080]|0)==0?lG(44080)|0:0){if((i[44088]|0)==0?lG(44088)|0:0){b=47612;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=47900);Fb(164,0,w|0)|0}XB(47612,39173);XB(47624,39181);XB(47636,39190);XB(47648,39196);XB(47660,39202);XB(47672,39206);XB(47684,39211);XB(47696,39216);XB(47708,39223);XB(47720,39233);XB(47732,39241);XB(47744,39250);XB(47756,39259);XB(47768,39263);XB(47780,39267);XB(47792,39271);XB(47804,39202);XB(47816,39275);XB(47828,39279);XB(47840,39283);XB(47852,39287);XB(47864,39291);XB(47876,39295);XB(47888,39299);k[11975]=47612}return k[11975]|0}function jf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;f=m+16|0;h=m+12|0;j=m;l=a+12|0;if(i[l>>0]|0){g=rB(46496,18579)|0;e=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(f);Ql(g,e);ro(g)}g=fh(a)|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[j+(b<<2)>>2]=0;b=b+1|0}d=j+11|0;e=j+4|0;c=0;while(1){if(c>>>0>=g>>>0)break;_o(f,j,ah(a)|0);if((i[d>>0]|0)<0){i[k[j>>2]>>0]=0;k[e>>2]=0}else{i[j>>0]=0;i[d>>0]=0}Bi(j);k[j>>2]=k[f>>2];k[j+4>>2]=k[f+4>>2];k[j+8>>2]=k[f+8>>2];b=0;while(1){if((b|0)==3)break;k[f+(b<<2)>>2]=0;b=b+1|0}jF(f);c=c+1|0}if(i[l>>0]|0){l=rB(Ru(rB(46496,19284)|0,j)|0,18594)|0;g=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(f);Ql(l,g);ro(l)}gC(h,j);jF(j);r=m;return k[h>>2]|0}function kf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;p=q;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}k[h>>2]=f;k[e>>2]=c;n=g;o=a+8|0;a=f;while(1){if((a|0)==(g|0)|(c|0)==(d|0)){a=33;break}l=b;f=k[l+4>>2]|0;m=p;k[m>>2]=k[l>>2];k[m+4>>2]=f;m=j;f=_E(k[o>>2]|0)|0;l=Yg(a,e,m-c|0,n-a>>2,b)|0;if(f|0)_E(f)|0;if((l|0)==-1){j=a;a=10;break}a=(k[h>>2]|0)+(l<<2)|0;k[h>>2]=a;if((a|0)==(g|0)){a=30;break}c=k[e>>2]|0;if((j|0)==(d|0))j=d;else{j=_E(k[o>>2]|0)|0;c=dh(a,c,1,b)|0;if(j|0)_E(j)|0;if(c|0){c=2;a=29;break}k[h>>2]=(k[h>>2]|0)+4;c=(k[e>>2]|0)+1|0;k[e>>2]=c;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}a=k[h>>2]|0}}do if((a|0)==10){a:while(1){k[h>>2]=j;if((c|0)==(k[e>>2]|0)){a=19;break}a=_E(k[o>>2]|0)|0;j=dh(j,c,m-c|0,p)|0;if(a|0)_E(a)|0;switch(j|0){case -1:{a=15;break a}case -2:{a=16;break a}case 0:{c=c+1|0;break}default:c=c+j|0}j=(k[h>>2]|0)+4|0;a=10}if((a|0)==15){k[e>>2]=c;c=2;a=29;break}else if((a|0)==16){k[e>>2]=c;c=1;a=29;break}else if((a|0)==19){k[e>>2]=c;c=(c|0)!=(d|0)&1;a=29;break}}else if((a|0)==30){c=k[e>>2]|0;a=33}while(0);if((a|0)!=29)if((a|0)==33)c=(c|0)!=(d|0)&1;r=q;return c|0}function lf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0;k[c>>2]=a;k[f>>2]=d;p=b;a:while(1){o=k[c>>2]|0;if(o>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}j=i[o>>0]|0;n=j&255;do if(j<<24>>24>-1){k[d>>2]=n;k[c>>2]=o+1}else{if((j&255)<194){a=2;break a}if((j&255)<224){if((p-o|0)<2){a=1;break a}a=l[o+1>>0]|0;if((a&192|0)!=128){a=2;break a}k[d>>2]=a&63|n<<6&1984;k[c>>2]=o+2;break}if((j&255)<240){if((p-o|0)<3){a=1;break a}g=i[o+1>>0]|0;a=i[o+2>>0]|0;switch(j<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}k[d>>2]=(g&255)<<6&4032|n<<12&61440|a&63;k[c>>2]=o+3;break}if((j&255)>=245){a=2;break a}if((p-o|0)<4){a=1;break a}m=i[o+1>>0]|0;a=i[o+2>>0]|0;h=i[o+3>>0]|0;switch(j<<24>>24){case -16:{if((m+112&255)>=48){a=2;break a}break}case -12:{if((m&-16)<<24>>24!=-128){a=2;break a}break}default:if((m&-64)<<24>>24!=-128){a=2;break a}}g=a&255;if((g&192|0)!=128){a=2;break a}a=h&255;if((a&192|0)!=128){a=2;break a}a=(m&255)<<12&258048|n<<18&1835008|g<<6&4032|a&63;if(a>>>0>1114111){a=2;break a}k[d>>2]=a;k[c>>2]=o+4}while(0);d=(k[f>>2]|0)+4|0;k[f>>2]=d}return a|0}function mf(a){a=a|0;var b=0;if((i[44160]|0)==0?lG(44160)|0:0){if((i[44168]|0)==0?lG(44168)|0:0){b=48424;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=48712);Fb(168,0,w|0)|0}WB(48424,8416);WB(48436,8448);WB(48448,8484);WB(48460,8508);WB(48472,8532);WB(48484,8548);WB(48496,8568);WB(48508,8588);WB(48520,8616);WB(48532,8656);WB(48544,8688);WB(48556,8724);WB(48568,8760);WB(48580,8776);WB(48592,8792);WB(48604,8808);WB(48616,8532);WB(48628,8824);WB(48640,8840);WB(48652,8856);WB(48664,8872);WB(48676,8888);WB(48688,8904);WB(48700,8920);k[12178]=48424}return k[12178]|0}function nf(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if((a|0)==(f|0))if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if((a|0)==(g|0)?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+128|0;f=0;while(1){p=o+(f<<2)|0;if((f|0)==32){p=g;break}if((k[p>>2]|0)==(a|0))break;else f=f+1|0}f=p-o|0;p=f>>2;if((f|0)<=124){g=i[38654+p>>0]|0;switch(p|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;break}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}}}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>84)p=0;else{k[n>>2]=(k[n>>2]|0)+1;p=0}}else p=-1}while(0);return p|0}function of(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;d=0;l=a;a:while(1){if(!(d>>>0<c>>>0&l>>>0<b>>>0)){e=33;break}k=i[l>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-l|0)<2){e=33;break a}if((i[l+1>>0]&-64)<<24>>24!=-128){e=33;break a}e=l+2|0;break}if((k&255)<240){g=l;if((m-g|0)<3){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}e=l+3|0;break}if((k&255)>=245){e=33;break a}j=l;if((c-d|0)>>>0<2|(m-j|0)<4){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;g=i[l+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else{d=d+1|0;e=l+4|0}}else e=l+1|0;while(0);d=d+1|0;l=e}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=l-a|0;return d|0}function pf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=r;r=r+16|0;c=l;e=a+12|0;if(i[e>>0]|0){j=rB(46496,20991)|0;h=JB(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(c);Ql(j,h);ro(j)}d=fh(a)|0;if(i[e>>0]|0){j=si(rB(46496,19070)|0,d)|0;h=JB(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(c);Ql(j,h);ro(j)}f=a+24|0;g=a+28|0;h=a+72|0;b=0;while(1){if(b>>>0>=d>>>0){b=7;break}if(i[e>>0]|0){j=rB(46496,19076)|0;m=JB(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=m;m=jE(m,47200)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;$G(c);Ql(j,m);ro(j)}j=Oz(8)|0;k[j>>2]=0;k[j+4>>2]=0;k[c>>2]=j;j=fh(a)|0;if(j>>>0>=(k[g>>2]|0)-(k[f>>2]|0)>>2>>>0){b=11;break}m=k[c>>2]|0;n=jf(a)|0;k[m>>2]=n;m=_p(h,c)|0;k[m>>2]=j;b=b+1|0}if((b|0)==7){r=l;return}else if((b|0)==11)Na(19920,18497,1577,21006)}function qf(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if(!b)Na(31689,35315,71,31694);do switch(k[b>>2]|0){case 1:{Bf(a,b);break}case 2:{kj(a,b);break}case 3:{Gh(a,b);break}case 4:{zj(a,b);break}case 5:{ak(a,b);break}case 6:{Rz(a,b);break}case 7:{kz(a,b);break}case 8:{ln(a,b);break}case 9:{zt(a,b);break}case 10:{Wq(a,b);break}case 11:{wt(a,b);break}case 12:{Oq(a,b);break}case 13:{Vg(a,b);break}case 14:{Jg(a,b);break}case 15:{a=k[a>>2]|0;b=b+8|0;k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];k[c+12>>2]=k[b+12>>2];Nj(a,c)|0;break}case 16:{pd(a,b);break}case 17:{Wc(a,b);break}case 18:{ep(a,b);break}case 19:{sq(a,b);break}case 20:{Dj(a,b);break}case 21:{sB(k[a>>2]|0);break}case 22:{AA(k[a>>2]|0);break}default:{}}while(0);r=d;return}function rf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){if((k[e+12>>2]|0)==(k[e+16>>2]|0))if((hc[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}}else e=0;while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=10;break}if(e)h=12;else h=11}else h=10;while(0);if((h|0)==10)if(e)h=11;else{b=0;h=12}a:do if((h|0)==11)k[c>>2]=k[c>>2]|6;else if((h|0)==12){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=l[f>>0]|0;if(($b[k[(k[d>>2]|0)+36>>2]&31](d,e&255,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;d=k[f>>2]|0;g=k[e+16>>2]|0;if((d|0)==(g|0)){hc[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)e=0;else{f=k[e+12>>2]|0;g=k[e+16>>2]|0;h=21}}else{h=d+1|0;k[f>>2]=h;f=h;h=21}do if((h|0)==21)if((f|0)==(g|0))if((hc[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=29;break}if(e)break a}else h=29;while(0);if((h|0)==29?!e:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function sf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 46:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;e=11;break}case 47:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;e=11;break}case 51:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=1;e=11;break}case 48:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;e=11;break}case 49:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;e=11;break}case 50:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;e=11;break}case 52:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=2;e=11;break}case 53:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=3;e=11;break}case 54:{c=HB(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=4;e=11;break}default:c=0}if((e|0)==11){if(i[a+12>>0]|0){e=rB(46496,20921)|0;g=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(e,g);ro(e)}by(a,c+16|0,c+12|0);g=zu(a)|0;k[c+24>>2]=g;g=zu(a)|0;k[c+20>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function tf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0;k[c>>2]=a;k[f>>2]=d;l=b;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}d=j[a>>1]|0;h=d&65535;do if((d&65535)<128){a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=d}else{if((d&65535)<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>6|192;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)<55296){a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)>=56320){if((d&65535)<57344){a=2;break a}a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((l-a|0)<4){a=1;break a}a=a+2|0;d=m[a>>1]|0;if((d&64512|0)!=56320){a=2;break a}if((e-(k[f>>2]|0)|0)<4){a=1;break a}g=h&960;if(((g<<10)+65536|0)>>>0>1114111){a=2;break a}k[c>>2]=a;a=(g>>>6)+1|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=a>>>2|240;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>2&15|a<<4&48|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h<<4&48|d>>>6&15|128;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=d&63|128}while(0);a=(k[c>>2]|0)+2|0;k[c>>2]=a}return a|0}function uf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;lm(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=kB(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=kB(c,0)|0;c=sE(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){lm(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=kB(d,c)|0,Bg(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}Bx(j);r=o;return}function vf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;l=0;d=a;a:while(1){if(!(l>>>0<c>>>0&d>>>0<b>>>0)){e=33;break}k=i[d>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-d|0)<2){e=33;break a}if((i[d+1>>0]&-64)<<24>>24!=-128){e=33;break a}d=d+2|0;break}if((k&255)<240){g=d;if((m-g|0)<3){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}d=d+3|0;break}if((k&255)>=245){e=33;break a}j=d;if((m-j|0)<4){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;g=i[d+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else d=d+4|0}else d=d+1|0;while(0);l=l+1|0}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=d-a|0;return d|0}function wf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+32|0;g=s+16|0;j=s+12|0;l=s;k[g>>2]=0;m=g+4|0;k[m>>2]=0;k[g+8>>2]=0;n=a+12|0;f=zw(n)|0;k[j>>2]=f;o=g+8|0;p=a+4|0;h=a+8|0;c=f;a:while(1){Ig(a);b=k[a>>2]|0;switch(i[b>>0]|0){case 0:break a;case 40:{k[a>>2]=b+1;b=k[m>>2]|0;if((b|0)==(k[o>>2]|0))lm(g,j);else{k[b>>2]=c;k[m>>2]=(k[m>>2]|0)+4}f=zw(n)|0;c=(k[a>>2]|0)+-1-(k[h>>2]|0)|0;k[f+28>>2]=k[p>>2];k[f+32>>2]=c;k[j>>2]=f;c=f;continue a}case 41:{k[a>>2]=b+1;d=k[m>>2]|0;c=k[d+-4>>2]|0;k[j>>2]=c;e=c;if((d|0)==(k[g>>2]|0)){q=8;break a}else b=0;while(1){if((b|0)==-1)break;t=b+-1|0;k[m>>2]=d+(t<<2);b=t}uv(fp(e)|0,f);f=e;continue a}default:{c=fp(f)|0;uv(c,Ne(a)|0);c=f;continue a}}}if((q|0)==8)Na(16820,16833,171,16853);if((k[m>>2]|0)==(k[g>>2]|0)){Bx(g);r=s;return f|0}else{t=Oa(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;pq(l,16859,18);q=k[f+28>>2]|0;s=k[f+32>>2]|0;Ts(t,l);k[t+12>>2]=q;k[t+16>>2]=s;Gb(t|0,8,148)}return 0}function xf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+64|0;o=p+40|0;f=p+36|0;g=p;h=p+24|0;l=b+16|0;e=k[l>>2]|0;if(e>>>0>250){i=k[b+36>>2]|0;fc[k[(k[i>>2]|0)+24>>2]&255](i,23189);i=k[l>>2]|0}else i=e;k[l>>2]=i+1;j=b+20|0;m=b+24|0;e=k[m>>2]|0;n=e-(k[j>>2]|0)|0;k[o>>2]=c;if(e>>>0<(k[b+28>>2]|0)>>>0){k[e>>2]=c;k[m>>2]=(k[m>>2]|0)+4}else lm(j,o);e=k[b>>2]|0;k[f>>2]=c;k[o>>2]=k[f>>2];c=Qu(e,o)|0;if(!c)Na(34977,22146,775,23201);ne(o,c,d);k[h>>2]=2528;k[h+4>>2]=b;k[h+8>>2]=o;Dd(g,h,k[c+36>>2]|0);d=k[g+16>>2]|0;if(!((d|0)==0|(d|0)==(k[11359]|0)))Na(23222,22146,783,23201);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];e=k[c+4>>2]|0;if(!e){k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;c=0}else c=k[a>>2]|0;if((e|0)!=(c|0))Na(23270,22146,786,23201);k[l>>2]=i;e=k[j>>2]|0;c=k[m>>2]|0;f=c;while(1){if((c-e|0)>>>0>n>>>0)c=0;else break;while(1){if((c|0)==-1)break;l=c+-1|0;k[m>>2]=f+(l<<2);c=l}c=f+-4|0;f=c}Yw(o);r=p;return}function yf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;while(1){e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(!f){f=b;break}}else h=14}else h=14;if((h|0)==14){h=0;if(f){f=0;break}else b=0}e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if(!($b[k[(k[d>>2]|0)+12>>2]&31](d,8192,e)|0)){f=b;break}e=k[a>>2]|0;f=e+12|0;g=k[f>>2]|0;if((g|0)==(k[e+16>>2]|0)){hc[k[(k[e>>2]|0)+40>>2]&127](e)|0;continue}else{k[f>>2]=g+4;continue}}b=k[a>>2]|0;do if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[e>>2]|0;if((b|0)==-1){k[a>>2]=0;e=1;break}else{e=(k[a>>2]|0)==0;break}}else e=1;while(0);if(f){b=k[f+12>>2]|0;if((b|0)==(k[f+16>>2]|0))b=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else b=k[b>>2]|0;if((b|0)!=-1){if(!e)h=37}else h=35}else h=35;if((h|0)==35?e:0)h=37;if((h|0)==37)k[c>>2]=k[c>>2]|2;return}function zf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=m;e=fG(zE(rm(b,0)|0)|0,46)|0;j=HB(k[a+4>>2]|0)|0;k[j+4>>2]=c;c=($y(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[e+6>>0]|0){case 56:{i[d>>0]=1;f=1;break}case 49:{if((i[e+7>>0]|0)==54){i[d>>0]=2;f=2;break a}else Na(17866,16833,1066,17940);break}case 51:{if((i[e+7>>0]|0)==50){i[d>>0]=4;f=4;break a}else Na(17891,16833,1070,17940);break}default:f=c}while(0);g=j+12|0;k[g>>2]=0;h=j+16|0;bB(h,f&255,0)|0;e=1;b:while(1){f=rm(b,e)|0;f=(i[f>>0]|0)==0;d=rm(b,e)|0;if(!f){c=18;break}d=zE(d)|0;c=fG(d,61)|0;if(!c){c=12;break}c=c+1|0;switch(i[d>>0]|0){case 97:{f=Xn(c)|0;bB(h,f,((f|0)<0)<<31>>31)|0;break}case 111:{f=Xn(c)|0;bB(g,f,((f|0)<0)<<31>>31)|0;break}default:{c=16;break b}}e=e+1|0}if((c|0)==12)Na(17907,16833,1080,17940);else if((c|0)==16){m=Oa(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;pq(l,17950,19);xz(m,l);Gb(m|0,8,148)}else if((c|0)==18){l=vc(a,d)|0;k[j+20>>2]=l;l=vc(a,rm(b,e+1|0)|0)|0;k[j+24>>2]=l;r=m;return j|0}return 0}function Af(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0;a:do if(b>>>0<=20)do switch(b|0){case 9:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;k[a>>2]=b;break a}case 10:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=((b|0)<0)<<31>>31;break a}case 11:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=0;break a}case 12:{d=(k[c>>2]|0)+(8-1)&~(8-1);b=d;e=k[b>>2]|0;b=k[b+4>>2]|0;k[c>>2]=d+8;d=a;k[d>>2]=e;k[d+4>>2]=b;break a}case 13:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&65535)<<16>>16;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 14:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&65535;k[e+4>>2]=0;break a}case 15:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&255)<<24>>24;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 16:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&255;k[e+4>>2]=0;break a}case 17:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}case 18:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}default:break a}while(0);while(0);return}function Bf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;h=l;i=l+4|0;k[h>>2]=b;k[i>>2]=0;j=i+4|0;k[j>>2]=0;k[i+8>>2]=0;f=i+8|0;g=a+4|0;d=0;e=0;c=0;while(1){if((d|0)!=(e|0)){Ty(k[a>>2]|0,k[g>>2]|0);c=k[j>>2]|0}if((c|0)==(k[f>>2]|0))lm(i,h);else{k[c>>2]=b;k[j>>2]=(k[j>>2]|0)+4}Gy(k[a>>2]|0,35143,0)|0;b=k[h>>2]|0;c=b+8|0;if(k[c>>2]|0){Zw(k[a>>2]|0,32)|0;gs(a,k[c>>2]|0)|0}Nz(a);if(!(k[b+20>>2]|0))break;b=b+12|0;e=kB(b,0)|0;if((k[k[e>>2]>>2]|0)!=1)break;b=kB(b,0)|0;b=sE(k[b>>2]|0)|0;k[h>>2]=b;c=k[j>>2]|0;d=c;e=k[i>>2]|0}d=k[j>>2]|0;f=k[d+-4>>2]|0;b=d;while(1){if((b|0)==(k[i>>2]|0))break;c=k[d+-4>>2]|0;k[h>>2]=c;b=0;while(1){if((b|0)==-1)break;g=b+-1|0;k[j>>2]=d+(g<<2);b=g}d=c+12|0;e=c+20|0;b=0;while(1){if(b>>>0>=(k[e>>2]|0)>>>0)break;if((b|0)==0&(c|0)!=(f|0)){Fv(a);Zw(k[a>>2]|0,10)|0}else{g=kB(d,b)|0;Zt(a,k[g>>2]|0)}b=b+1|0}d=k[j>>2]|0;b=d}Fv(a);Bx(i);r=l;return}function Cf(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;j=Oz(64)|0;l=j+40|0;k[l>>2]=0;m=j+44|0;k[m>>2]=0;n=j+48|0;k[n>>2]=0;o=j+52|0;f=j+56|0;k[f>>2]=0;k[j+60>>2]=0;i=j+8|0;k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;k[i+12>>2]=0;k[i+16>>2]=0;k[i+20>>2]=0;k[i+24>>2]=0;k[o>>2]=f;k[j>>2]=k[a>>2];k[j+4>>2]=c;k[j+36>>2]=e;f=k[b+4>>2]|0;g=j+12|0;h=j+16|0;e=k[b>>2]|0;while(1){if((e|0)==(f|0))break;a=e+4|0;c=k[g>>2]|0;if((c|0)==(k[h>>2]|0))lm(i,a);else{k[c>>2]=k[a>>2];k[g>>2]=c+4}b=(k[m>>2]|0)-(k[l>>2]|0)>>2;a=zq(o,e)|0;k[a>>2]=b;a=k[m>>2]|0;if((a|0)==(k[n>>2]|0))lm(l,e);else{k[a>>2]=k[e>>2];k[m>>2]=(k[m>>2]|0)+4}e=e+8|0}b=k[d+4>>2]|0;f=j+24|0;g=j+28|0;h=j+20|0;e=k[d>>2]|0;while(1){if((e|0)==(b|0))break;a=e+4|0;c=k[f>>2]|0;if((c|0)==(k[g>>2]|0))lm(h,a);else{k[c>>2]=k[a>>2];k[f>>2]=c+4}d=(k[m>>2]|0)-(k[l>>2]|0)>>2;a=zq(o,e)|0;k[a>>2]=d;a=k[m>>2]|0;if((a|0)==(k[n>>2]|0))lm(l,e);else{k[a>>2]=k[e>>2];k[m>>2]=(k[m>>2]|0)+4}e=e+8|0}return j|0}function Df(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;p=t+16|0;q=t+8|0;m=t+4|0;n=t;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;o=a+32|0;d=0;while(1){if((d|0)>=(c|0)){s=8;break}e=zs(k[o>>2]|0)|0;if((e|0)==-1){c=-1;break}i[p+d>>0]=e;d=d+1|0}if((s|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=q+1|0;a:while(1){u=k[g>>2]|0;e=u;d=k[e>>2]|0;e=k[e+4>>2]|0;v=k[h>>2]|0;f=p+c|0;switch(kc[k[(k[v>>2]|0)+16>>2]&15](v,u,p,f,m,q,j,n)|0){case 3:{s=15;break a}case 2:{s=17;break a}case 1:break;default:break a}v=k[g>>2]|0;k[v>>2]=d;k[v+4>>2]=e;if((c|0)==8){s=17;break}d=zs(k[o>>2]|0)|0;if((d|0)==-1){s=17;break}i[f>>0]=d;c=c+1|0}if((s|0)==15)i[q>>0]=i[p>>0]|0;else if((s|0)==17){c=-1;break}s=18}else{i[q>>0]=i[p>>0]|0;s=18}while(0);b:do if((s|0)==18){if(b){c=i[q>>0]|0;k[a+48>>2]=c&255}else{while(1){if((c|0)<=0)break;c=c+-1|0;if((Is(l[p+c>>0]|0,k[o>>2]|0)|0)==-1){c=-1;break b}}c=i[q>>0]|0}c=c&255}while(0)}}r=t;return c|0}function Ef(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;c=XD(k[b>>2]|0)|0;g=a+40|0;f=k[g>>2]|0;b=No(f+108|0,k[c+24>>2]|0)|0;a:do if((b|0)!=(f+112|0)){e=k[b+20>>2]|0;d=e+8|0;e=e+12|0;f=c+8|0;a=c+16|0;b=0;b:while(1){if(b>>>0>=(k[e>>2]|0)-(k[d>>2]|0)>>2>>>0)break a;c:do if(b>>>0<(k[a>>2]|0)>>>0){h=kB(f,b)|0;c=k[(k[d>>2]|0)+(b<<2)>>2]|0;if((k[(k[h>>2]|0)+4>>2]|0)!=(c|0)){if((c|0)!=4)break b;h=kB(f,b)|0;switch(k[(k[h>>2]|0)+4>>2]|0){case 1:{h=k[g>>2]|0;c=kB(f,b)|0;c=Dz(k[h+8>>2]|0,36,k[c>>2]|0)|0;h=kB(f,b)|0;k[h>>2]=c;break c}case 3:{h=k[g>>2]|0;c=kB(f,b)|0;c=Dz(k[h+8>>2]|0,43,k[c>>2]|0)|0;h=kB(f,b)|0;k[h>>2]=c;break c}default:break c}}}else{h=nz(k[(k[g>>2]|0)+4>>2]|0)|0;c=k[(k[d>>2]|0)+(b<<2)>>2]|0;k[h+8>>2]=c;k[h+4>>2]=c;uv(f,h)}while(0);b=b+1|0}Na(26855,11503,776,19992)}while(0);return}function Ff(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;g=d+8|0;a:while(1){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(d)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!d)break a}else h=11}else h=11;while(0);if((h|0)==11){h=0;if(d){b=0;break}else b=0}d=k[a>>2]|0;e=k[d+12>>2]|0;if((e|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[e>>0]|0;if((d&255)<<24>>24<=-1)break;if(!(j[(k[g>>2]|0)+(d<<24>>24<<1)>>1]&8192))break;d=k[a>>2]|0;e=d+12|0;f=k[e>>2]|0;if((f|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;continue}else{k[e>>2]=f+1;continue}}d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=30;break}if(!d)h=31}else h=30;while(0);if((h|0)==30?d:0)h=31;if((h|0)==31)k[c>>2]=k[c>>2]|2;return}function Gf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;c=m;e=a+12|0;if(i[e>>0]|0){l=rB(46496,19302)|0;j=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=jE(j,47200)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;$G(c);Ql(l,j);ro(l)}d=fh(a)|0;if(i[e>>0]|0){l=si(rB(46496,19070)|0,d)|0;j=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=jE(j,47200)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;$G(c);Ql(l,j);ro(l)}f=a+28|0;g=a+32|0;h=a+24|0;b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){l=rB(46496,19076)|0;j=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=jE(j,47200)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;$G(c);Ql(l,j);ro(l)}j=fh(a)|0;j=gz(k[a>>2]|0,j)|0;k[c>>2]=j;l=k[f>>2]|0;if(l>>>0<(k[g>>2]|0)>>>0){k[l>>2]=j;k[f>>2]=(k[f>>2]|0)+4}else lm(h,c);b=b+1|0}r=m;return}function Hf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;g=p;i[a>>0]=0;c=k[(k[b>>2]|0)+-12>>2]|0;d=b+c|0;e=d+16|0;f=k[e>>2]|0;if(!f){d=k[d+72>>2]|0;if(d){ro(d);c=k[(k[b>>2]|0)+-12>>2]|0}c=b+c|0;do if(k[c+4>>2]&4096|0){e=JB(c)|0;k[g>>2]=e;e=jE(e,47200)|0;$G(g);n=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0;e=e+8|0;f=n;g=(n|0)==0;h=f+12|0;m=f+16|0;while(1){if(g)break;c=k[h>>2]|0;d=k[m>>2]|0;if((c|0)==(d|0)){if((hc[k[(k[n>>2]|0)+36>>2]&127](f)|0)==-1)break;c=k[h>>2]|0;d=k[m>>2]|0}if((c|0)==(d|0))c=hc[k[(k[n>>2]|0)+36>>2]&127](f)|0;else c=l[c>>0]|0;if((c&255)<<24>>24<=-1){o=18;break}if(!(j[(k[e>>2]|0)+(c<<24>>24<<1)>>1]&8192)){o=18;break}c=k[h>>2]|0;if((c|0)==(k[m>>2]|0)){hc[k[(k[n>>2]|0)+40>>2]&127](f)|0;continue}else{k[h>>2]=c+1;continue}}if((o|0)==18){if((k[h>>2]|0)!=(k[m>>2]|0))break;if((hc[k[(k[n>>2]|0)+36>>2]&127](f)|0)!=-1)break}n=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;o=n+16|0;k[o>>2]=k[o>>2]|(k[n+24>>2]|0)==0|6}while(0);i[a>>0]=(k[b+(k[(k[b>>2]|0)+-12>>2]|0)+16>>2]|0)==0&1}else k[e>>2]=f|(k[d+24>>2]|0)==0|4;r=p;return}function If(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+32|0;o=s+16|0;p=s+8|0;l=s+4|0;m=s;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;n=a+32|0;d=0;while(1){if((d|0)>=(c|0)){q=8;break}e=zs(k[n>>2]|0)|0;if((e|0)==-1){c=-1;break}i[o+d>>0]=e;d=d+1|0}if((q|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=p+4|0;a:while(1){t=k[g>>2]|0;e=t;d=k[e>>2]|0;e=k[e+4>>2]|0;u=k[h>>2]|0;f=o+c|0;switch(kc[k[(k[u>>2]|0)+16>>2]&15](u,t,o,f,l,p,j,m)|0){case 3:{q=15;break a}case 2:{q=17;break a}case 1:break;default:break a}u=k[g>>2]|0;k[u>>2]=d;k[u+4>>2]=e;if((c|0)==8){q=17;break}d=zs(k[n>>2]|0)|0;if((d|0)==-1){q=17;break}i[f>>0]=d;c=c+1|0}if((q|0)==15)k[p>>2]=i[o>>0];else if((q|0)==17){c=-1;break}q=18}else{k[p>>2]=i[o>>0];q=18}while(0);b:do if((q|0)==18){if(b){c=k[p>>2]|0;k[a+48>>2]=c;break}while(1){if((c|0)<=0)break;c=c+-1|0;if((Is(i[o+c>>0]|0,k[n>>2]|0)|0)==-1){c=-1;break b}}c=k[p>>2]|0}while(0)}}r=s;return c|0}function Jf(a){a=a|0;var b=0,c=0.0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;e=h+24|0;g=h+4|0;b=h;bz();i[e>>0]=0;a=tk(e,a)|0;if(i[49132]|0)rB(46496,12395)|0;Lw(g);f=Vr(g,a)|0;a=Oz(196)|0;Dl(a);k[11179]=a;a=Mb(0)|0;if(a&65535|0){rB(46496,12453)|0;Ub(1)}d=k[11179]|0;SB(b,a>>>16,0);k[d+80>>2]=k[b>>2];d=k[11179]|0;b=i[e>>0]|0;if(!(b<<24>>24))a=k[d+80>>2]|0;else a=65535;k[d+84>>2]=a;if(i[49132]|0)rB(46496,12521)|0;e=Oz(132)|0;Fl(e,k[11179]|0,b<<24>>24!=0);k[11175]=e;yc(e,f);if(i[49132]|0)rB(46496,12533)|0;a=k[11175]|0;b=a+44|0;a=k[a+40>>2]|0;a:while(1){if((a|0)==(b|0)){a=13;break}b:do if(i[a+28>>0]|0){c=+Jb(1,k[a+32>>2]|0,k[a+36>>2]|0);d=k[a+20>>2]|0;switch(k[a+24>>2]|0){case 1:{tb(2,d|0,+c)|0;break b}case 3:{tb(3,d|0,+c)|0;break b}case 4:{tb(4,d|0,+c)|0;break b}default:{a=19;break a}}}while(0);a=Pu(a)|0}if((a|0)==13){Ds(g);r=h;return}else if((a|0)==19)Ga()}function Kf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+16|0;m=o;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}k[h>>2]=f;k[e>>2]=c;l=g;n=a+8|0;a:while(1){if((f|0)==(g|0)|(c|0)==(d|0)){p=33;break}a=_E(k[n>>2]|0)|0;j=Fh(f,e,b-c>>2,l-f|0)|0;if(a|0)_E(a)|0;switch(j|0){case -1:{p=10;break a}case 0:{c=1;break a}default:{}}f=(k[h>>2]|0)+j|0;k[h>>2]=f;if((f|0)==(g|0)){p=32;break}if((b|0)==(d|0)){c=k[e>>2]|0;b=d;continue}f=_E(k[n>>2]|0)|0;c=Gm(m,0)|0;if(f|0)_E(f)|0;if((c|0)==-1){c=2;p=31;break}if(c>>>0>(l-(k[h>>2]|0)|0)>>>0){c=1;p=31;break}else f=m;while(1){if(!c)break;a=i[f>>0]|0;j=k[h>>2]|0;k[h>>2]=j+1;i[j>>0]=a;f=f+1|0;c=c+-1|0}c=(k[e>>2]|0)+4|0;k[e>>2]=c;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}f=k[h>>2]|0}if((p|0)==10){k[h>>2]=f;while(1){if((c|0)==(k[e>>2]|0))break;d=k[c>>2]|0;b=_E(k[n>>2]|0)|0;f=Gm(f,d)|0;if(b|0)_E(b)|0;if((f|0)==-1)break;f=(k[h>>2]|0)+f|0;k[h>>2]=f;c=c+4|0}k[e>>2]=c;c=2}else if((p|0)!=31)if((p|0)==32){c=k[e>>2]|0;p=33}if((p|0)==33)c=(c|0)!=(d|0)&1;r=o;return c|0}function Lf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0;l=k[b>>2]|0;q=l*33^5381;n=a+4|0;g=k[n>>2]|0;p=(g|0)==0;i=l;a:do if(!p){j=g+-1|0;h=(j&g|0)==0;if(h)c=j&q;else c=(q>>>0)%(g>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!b)m=12;else do{b=k[b>>2]|0;if(!b){m=12;break a}d=k[b+4>>2]|0;if(h)d=d&j;else d=(d>>>0)%(g>>>0)|0;if((d|0)!=(c|0)){m=12;break a}}while((k[b+8>>2]|0)!=(i|0))}else{c=0;m=12}while(0);if((m|0)==12){b=Oz(16)|0;k[b+8>>2]=l;k[b+12>>2]=0;k[b+4>>2]=q;k[b>>2]=0;h=a+12|0;e=+(((k[h>>2]|0)+1|0)>>>0);f=+o[a+16>>2];do if(p|e>+(g>>>0)*f){c=(g>>>0>2&(g+-1&g|0)==0&1|g<<1)^1;d=~~+_(+(e/f))>>>0;Vl(a,c>>>0<d>>>0?d:c);c=k[n>>2]|0;d=c+-1|0;if(!(d&c)){g=c;c=d&q;break}else{g=c;c=(q>>>0)%(c>>>0)|0;break}}while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){q=a+8|0;k[b>>2]=k[q>>2];k[q>>2]=b;k[c>>2]=q;c=k[b>>2]|0;if(c|0){c=k[c+4>>2]|0;d=g+-1|0;if(!(d&g))c=c&d;else c=(c>>>0)%(g>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=b}}else{k[b>>2]=k[d>>2];k[d>>2]=b}k[h>>2]=(k[h>>2]|0)+1}return b+12|0}function Mf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0;l=k[b>>2]|0;q=l*33^5381;n=a+4|0;g=k[n>>2]|0;p=(g|0)==0;i=l;a:do if(!p){j=g+-1|0;h=(j&g|0)==0;if(h)c=j&q;else c=(q>>>0)%(g>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!b)m=12;else do{b=k[b>>2]|0;if(!b){m=12;break a}d=k[b+4>>2]|0;if(h)d=d&j;else d=(d>>>0)%(g>>>0)|0;if((d|0)!=(c|0)){m=12;break a}}while((k[b+8>>2]|0)!=(i|0))}else{c=0;m=12}while(0);if((m|0)==12){b=Oz(20)|0;k[b+8>>2]=l;k[b+4>>2]=q;k[b>>2]=0;h=a+12|0;e=+(((k[h>>2]|0)+1|0)>>>0);f=+o[a+16>>2];do if(p|e>+(g>>>0)*f){c=(g>>>0>2&(g+-1&g|0)==0&1|g<<1)^1;d=~~+_(+(e/f))>>>0;Vl(a,c>>>0<d>>>0?d:c);c=k[n>>2]|0;d=c+-1|0;if(!(d&c)){g=c;c=d&q;break}else{g=c;c=(q>>>0)%(c>>>0)|0;break}}while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){q=a+8|0;k[b>>2]=k[q>>2];k[q>>2]=b;k[c>>2]=q;c=k[b>>2]|0;if(c|0){c=k[c+4>>2]|0;d=g+-1|0;if(!(d&g))c=c&d;else c=(c>>>0)%(g>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=b}}else{k[b>>2]=k[d>>2];k[d>>2]=b}k[h>>2]=(k[h>>2]|0)+1}return b+12|0}function Nf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=r;r=r+80|0;h=i+48|0;d=i+68|0;e=i+24|0;f=i;g=i+64|0;Dd(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){Dd(f,b,k[c+24>>2]|0);if(!(k[f+16>>2]|0)){l=k[b+4>>2]|0;b=k[l+36>>2]|0;j=k[(k[b>>2]|0)+16>>2]|0;k[h>>2]=k[e>>2];k[h+4>>2]=k[e+4>>2];k[h+8>>2]=k[e+8>>2];k[h+12>>2]=k[e+12>>2];e=hj(l,c,h)|0;k[g>>2]=e;k[d>>2]=k[g>>2];k[h>>2]=k[f>>2];k[h+4>>2]=k[f+4>>2];k[h+8>>2]=k[f+8>>2];k[h+12>>2]=k[f+12>>2];mc[j&15](b,c,d,h);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=i;return}function Of(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;a:do switch(i[a>>0]|0){case 105:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=1;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a&1;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=2;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?2:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}case 102:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=3;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?3:0;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=4;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?4:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}default:c=16}while(0);if((c|0)==16)if(b){a=0;c=18}else c=17;if((c|0)==17){e=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,17134,12);xz(e,d);Gb(e|0,8,148)}else if((c|0)==18){r=e;return a|0}return 0}function Pf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+48|0;l=x+40|0;b=x+24|0;t=x+20|0;u=x+16|0;v=x+4|0;w=x;if(i[a+12>>0]|0){s=rB(46496,21076)|0;q=JB(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=q;q=jE(q,47200)|0;q=nc[k[(k[q>>2]|0)+28>>2]&31](q,10)|0;$G(l);Ql(s,q);ro(s)}m=fh(a)|0;n=b+4|0;o=b+8|0;p=b+12|0;q=v+4|0;s=v+8|0;g=b+4|0;f=0;while(1){if(f>>>0>=m>>>0)break;k[n>>2]=0;k[o>>2]=0;k[p>>2]=0;h=fs(a)|0;k[t>>2]=h;j=fh(a)|0;k[u>>2]=j;k[v>>2]=0;k[q>>2]=0;k[s>>2]=0;Kr(v,j);b=0;while(1){if(b>>>0>=j>>>0)break;e=ah(a)|0;i[(k[v>>2]|0)+b>>0]=e;b=b+1|0}b=k[a>>2]|0;c=k[v>>2]|0;k[w>>2]=c;d=b+92|0;e=k[d>>2]|0;if(e>>>0<(k[b+96>>2]|0)>>>0){SB(l,j,0);$v(e,h,c,k[l>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else Fj(b+88|0,t,w,u);Cx(v);Cx(g);f=f+1|0}r=x;return}function Qf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+48|0;g=m+24|0;h=m+12|0;j=m;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;pq(a,26150,39);l=b+20|0;e=g+11|0;f=g+4|0;b=(k[b+24>>2]|0)-(k[l>>2]|0)>>2;while(1){d=b+-1|0;if((b|0)<=0)break;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;pq(j,26190,3);c=QB(j,k[(k[l>>2]|0)+(d<<2)>>2]|0)|0;k[h>>2]=k[c>>2];k[h+4>>2]=k[c+4>>2];k[h+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}c=QB(h,31549)|0;k[g>>2]=k[c>>2];k[g+4>>2]=k[c+4>>2];k[g+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}b=i[e>>0]|0;c=b<<24>>24<0;Hm(a,c?k[g>>2]|0:g,c?k[f>>2]|0:b&255)|0;jF(g);jF(h);jF(j);b=d}k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,26194,4);l=i[g+11>>0]|0;j=l<<24>>24<0;Hm(a,j?k[g>>2]|0:g,j?k[g+4>>2]|0:l&255)|0;jF(g);r=m;return}function Rf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=a+4|0;c=k[g>>2]|0;h=a+100|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Mk(a)|0;switch(c|0){case 43:case 45:{d=(c|0)==45&1;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Mk(a)|0;if((b|0)!=0&(c+-48|0)>>>0>9?(k[h>>2]|0)!=0:0)k[g>>2]=(k[g>>2]|0)+-1;break}default:d=0}if((c+-48|0)>>>0>9)if(!(k[h>>2]|0)){d=-2147483648;c=0}else{k[g>>2]=(k[g>>2]|0)+-1;d=-2147483648;c=0}else{f=0;do{f=c+-48+(f*10|0)|0;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Mk(a)|0;e=(c+-48|0)>>>0<10}while(e&(f|0)<214748364);b=((f|0)<0)<<31>>31;if(e){e=f;do{b=Kz(e|0,b|0,10,0)|0;e=M;c=HE(c|0,((c|0)<0)<<31>>31|0,-48,-1)|0;e=HE(c|0,M|0,b|0,e|0)|0;b=M;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Mk(a)|0}while((c+-48|0)>>>0<10&((b|0)<21474836|(b|0)==21474836&e>>>0<2061584302))}else e=f;if((c+-48|0)>>>0<10)do{c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=Mk(a)|0}while((c+-48|0)>>>0<10);if(k[h>>2]|0)k[g>>2]=(k[g>>2]|0)+-1;h=(d|0)!=0;c=UC(0,0,e|0,b|0)|0;d=h?M:b;c=h?c:e}M=d;return c|0}function Sf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+112|0;m=t+88|0;f=t+84|0;h=t+24|0;i=t+80|0;n=t+64|0;o=t+56|0;p=t+52|0;q=t;s=t+48|0;Ra(14,k[b+80>>2]<<16|0)|0;c=k[b+92>>2]|0;d=m+4|0;e=m+8|0;g=m+4|0;a=k[b+88>>2]|0;while(1){if((a|0)==(c|0))break;aE(m,a);k[f>>2]=2516;Bg(h,f,k[m>>2]|0);j=kE(h)|0;l=k[d>>2]|0;Ma(16,j|0,l|0,(k[e>>2]|0)-l|0)|0;Cx(g);a=a+16|0}l=b+60|0;k[i>>2]=k[l>>2];k[m>>2]=k[i>>2];Ra(15,m|0)|0;d=k[b+72>>2]|0;e=n+4|0;f=n+8|0;g=n+4|0;c=k[b+68>>2]|0;while(1){if((c|0)==(d|0)){a=6;break}AD(n,c);k[p>>2]=2516;Bg(q,p,k[n>>2]|0);h=kE(q)|0;SB(o,h,((h|0)<0)<<31>>31);h=k[o>>2]|0;i=k[e>>2]|0;j=(k[f>>2]|0)-i>>2;if((j+h|0)>>>0>(k[l>>2]|0)>>>0){a=8;break}else a=0;while(1){if((a|0)==(j|0))break;k[s>>2]=k[i+(a<<2)>>2];k[m>>2]=k[s>>2];Ab(17,h+a|0,Qu(b,m)|0)|0;a=a+1|0}Bx(g);c=c+16|0}if((a|0)==6){r=t;return}else if((a|0)==8)Na(21522,13484,205,21573)}function Tf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;v=r;r=r+48|0;p=v+32|0;q=v+12|0;m=v+28|0;n=v;o=v+24|0;t=v+8|0;u=v+4|0;k[q+4>>2]=0;k[q+8>>2]=0;k[q>>2]=q+4;h=k[b+28>>2]|0;i=b+36|0;j=b+40|0;g=k[b+24>>2]|0;while(1){if((g|0)==(h|0))break;l=k[(k[g>>2]|0)+4>>2]|0;e=k[j>>2]|0;f=l;c=0;d=k[i>>2]|0;while(1){if((d|0)==(e|0))break;w=(k[k[d>>2]>>2]|0)==(f|0);c=c|w;if(w)break;else d=d+4|0}k[m>>2]=l;k[p>>2]=k[m>>2];Gk(a,c,p,16192)|0;l=k[k[g>>2]>>2]|0;k[n>>2]=l;w=(kt(q,n)|0)!=0;k[o>>2]=l;k[p>>2]=k[o>>2];fl(a,w,p);Zm(p,q,n,n);g=g+4|0}c=b+104|0;d=k[c>>2]|0;if(d|0?(k[t>>2]=d,k[p>>2]=k[t>>2],s=Rv(b,p)|0,k[u>>2]=k[c>>2],k[p>>2]=k[u>>2],Gk(a,(s|0)!=0,p,16251)|0):0){Uk(a,(k[s+12>>2]|0)==(k[s+8>>2]|0),b,16271);Uk(a,(k[s+4>>2]|0)==0,b,16296)}lC(q);r=v;return}function Uf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;j=o+4|0;l=o;if(i[a+12>>0]|0){n=rB(46496,21096)|0;m=JB(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=jE(m,47200)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;$G(j);Ql(n,m);ro(n)}m=(k[a>>2]|0)+60|0;bB(m,fh(a)|0,0)|0;m=(k[a>>2]|0)+64|0;bB(m,fh(a)|0,0)|0;m=fh(a)|0;n=a+112|0;b=0;while(1){k[j>>2]=b;if(b>>>0>=m>>>0)break;b=k[a>>2]|0;c=fs(a)|0;k[l>>2]=c;d=b+72|0;e=k[d>>2]|0;if(e>>>0<(k[b+76>>2]|0)>>>0){k[e>>2]=c;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[d>>2]=e+16}else Nk(b+68|0,l);c=Up(n,j)|0;d=fh(a)|0;e=c+4|0;f=c+8|0;b=0;while(1){if((b|0)==(d|0))break;g=fh(a)|0;k[l>>2]=g;h=k[e>>2]|0;if(h>>>0<(k[f>>2]|0)>>>0){k[h>>2]=g;k[e>>2]=h+4}else lm(c,l);b=b+1|0}b=(k[j>>2]|0)+1|0}r=o;return}function Vf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;Dd(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){Dd(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){Dd(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(kE(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function Wf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+176|0;l=o+160|0;m=o+16|0;n=o;if(c>>>0>e>>>0|(c|0)==(e|0)&b>>>0>d>>>0){g=m+64|0;h=m+8|0;k[h>>2]=2564;j=m+12|0;k[m>>2]=2604;k[g>>2]=2624;k[m+4>>2]=0;yu(m+64|0,j);k[m+136>>2]=0;k[m+140>>2]=-1;k[m>>2]=2544;k[g>>2]=2584;k[h>>2]=2564;iy(j);k[j>>2]=2224;h=m+44|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[h+(g<<2)>>2]=0;g=g+1|0}k[m+56>>2]=0;k[m+60>>2]=24;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[l+(g<<2)>>2]=0;g=g+1|0}Ei(j,l);jF(l);li(rB(li(rB(rB(m+8|0,f)|0,14568)|0,b,c)|0,24011)|0,d,e)|0;l=k[a+36>>2]|0;f=k[(k[l>>2]|0)+24>>2]|0;Mj(n,j);fc[f&255](l,(i[n+11>>0]|0)<0?k[n>>2]|0:n);jF(n);aB(m)}r=o;return}function Xf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+176|0;l=p+168|0;m=p+40|0;n=p+36|0;o=p+32|0;h=p;g=p+24|0;j=p+16|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[h+(b<<2)>>2]=0;b=b+1|0}k[g+4>>2]=0;k[g>>2]=9924;e=i[f+8+3>>0]|0;b=e<<24>>24<0;c=b?k[f>>2]|0:f;e=c+((b?k[f+4>>2]|0:e&255)<<2)|0;f=m+32|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=kc[k[(k[g>>2]|0)+12>>2]&15](g,l,c,e,o,m,f,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;an(h,i[b>>0]|0);b=b+1|0}c=k[o>>2]|0;b=d}c=(i[h+11>>0]|0)<0?k[h>>2]|0:h;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}c=kJ(c)|0;k[j+4>>2]=0;k[j>>2]=9972;e=c+(So(c)|0)|0;f=e;g=m+128|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=kc[k[(k[j>>2]|0)+16>>2]&15](j,l,c,(f-c|0)>32?c+32|0:e,o,m,g,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;Km(a,k[b>>2]|0);b=b+4|0}c=k[o>>2]|0;b=d}jF(h);r=p;return}function Yf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;c=k[a+44>>2]|0;b=k[a+40>>2]|0;while(1){if((b|0)==(c|0))break;$j(k[a>>2]|0,k[b>>2]|0);b=b+4|0}b=k[a+20>>2]|0;if((b|0)!=-1?(d=k[a>>2]|0,e=k[d+36>>2]|0,b>>>0<(k[d+40>>2]|0)-e>>2>>>0):0)k[d+104>>2]=k[k[e+(b<<2)>>2]>>2];c=a+76|0;b=k[a+72>>2]|0;while(1){if((b|0)==(c|0))break;j=k[b+16>>2]|0;k[j+4>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(k[b+20>>2]<<2)>>2]>>2];jk(k[a>>2]|0,j);b=Pu(b)|0}d=a+56|0;c=k[a+52>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;k[(k[b>>2]|0)+24>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(e<<2)>>2]>>2];b=b+4|0}c=Pu(c)|0}d=a+116|0;c=k[a+112>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;h=k[a>>2]|0;g=k[h+68>>2]|0;h=k[(k[h+36>>2]|0)+(k[b>>2]<<2)>>2]|0;i=g+(e<<4)+8|0;j=k[i>>2]|0;if((j|0)==(k[g+(e<<4)+12>>2]|0))lm(g+(e<<4)+4|0,h);else{k[j>>2]=k[h>>2];k[i>>2]=(k[i>>2]|0)+4}b=b+4|0}c=Pu(c)|0}return}function Zf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;f=j+40|0;c=j+28|0;g=j+16|0;h=j+12|0;e=j;d=a+44|0;if(!(k[d>>2]|0)){j=Oa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,18095,34);h=k[b+28>>2]|0;b=k[b+32>>2]|0;Ts(j,c);k[j+12>>2]=h;k[j+16>>2]=b;Gb(j|0,8,148)}do if(!(i[b+24>>0]|0)){a=Xn(zE(b)|0)|0;if(a>>>0>=(LD(k[d>>2]|0)|0)>>>0){j=Oa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,18145,15);h=k[b+28>>2]|0;b=k[b+32>>2]|0;Ts(j,e);k[j+12>>2]=h;k[j+16>>2]=b;Gb(j|0,8,148)}}else{c=FE(b)|0;a=k[d>>2]|0;k[f>>2]=c;if(!(kt(a+52|0,f)|0)){j=Oa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,18130,14);h=k[b+28>>2]|0;b=k[b+32>>2]|0;Ts(j,g);k[j+12>>2]=h;k[j+16>>2]=b;Gb(j|0,8,148)}else{k[h>>2]=c;k[f>>2]=k[h>>2];a=Ou(a,f)|0;break}}while(0);r=j;return a|0}function _f(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+16|0;c=f;e=a+12|0;if(i[e>>0]|0){d=rB(46496,21018)|0;b=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(c);Ql(d,b);ro(d)}d=fh(a)|0;if(i[e>>0]|0){b=si(rB(46496,19070)|0,d)|0;g=JB(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(c);Ql(b,g);ro(b)}b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){g=rB(46496,19076)|0;h=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(c);Ql(g,h);ro(g)}h=Oz(12)|0;k[h>>2]=0;g=lD(a)|0;k[h+4>>2]=g;g=fs(a)|0;k[h+8>>2]=g;ik(k[a>>2]|0,h);b=b+1|0}r=f;return}function $f(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+16|0;o=u;do if((b|0)!=-1){p=a+12|0;q=a+8|0;s=(k[p>>2]|0)-(k[q>>2]|0)|0;t=a+24|0;j=k[t>>2]|0;m=a+28|0;c=k[m>>2]|0;if((j|0)==(c|0)){h=a+48|0;if(!(k[h>>2]&16)){c=-1;break}f=a+20|0;g=k[f>>2]|0;n=a+44|0;l=(k[n>>2]|0)-g|0;e=a+32|0;an(e,0);c=e+11|0;if((i[c>>0]|0)<0)d=(k[a+40>>2]&2147483647)+-1|0;else d=10;Sp(e,d);c=i[c>>0]|0;if(c<<24>>24<0){d=k[e>>2]|0;c=k[a+36>>2]|0}else{d=e;c=c&255}c=d+c|0;k[f>>2]=d;k[m>>2]=c;j=d+(j-g)|0;k[t>>2]=j;d=d+l|0;k[n>>2]=d;l=n;e=n;g=c}else{d=a+44|0;l=d;h=a+48|0;e=d;d=k[d>>2]|0;g=c}f=j+1|0;k[o>>2]=f;d=k[(f>>>0<d>>>0?e:o)>>2]|0;k[l>>2]=d;if(k[h>>2]&8|0){c=a+32|0;if((i[c+11>>0]|0)<0)c=k[c>>2]|0;k[q>>2]=c;k[p>>2]=c+s;k[a+16>>2]=d}if((j|0)==(g|0)){c=nc[k[(k[a>>2]|0)+52>>2]&31](a,b&255)|0;break}else{k[t>>2]=f;i[j>>0]=b;c=b&255;break}}else c=0;while(0);r=u;return c|0}function ag(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if(!a){c=k[b>>2]|0;a=k[c>>2]|0;if(!a)c=0;else{d=c;c=0;do{if(a>>>0>127){a=Gm(g,a)|0;if((a|0)==-1){c=-1;break a}}else a=1;c=a+c|0;d=d+4|0;a=k[d>>2]|0}while((a|0)!=0)}}else{b:do if(c>>>0>3){d=c;e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f)break;f=Gm(a,f)|0;if((f|0)==-1){c=-1;break a}a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(d>>>0<=3)break b}i[a>>0]=0;k[b>>2]=0;c=c-d|0;break a}else d=c;while(0);if(d){e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f){e=19;break}f=Gm(g,f)|0;if((f|0)==-1){c=-1;break a}if(d>>>0<f>>>0){e=22;break}Gm(a,k[e>>2]|0)|0;a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(!d)break a}if((e|0)==19){i[a>>0]=0;k[b>>2]=0;c=c-d|0;break}else if((e|0)==22){c=c-d|0;break}}}while(0);r=h;return c|0}function bg(){Le(45240,34998,1);Le(45244,35165,1);Le(45248,35169,1);Le(45252,38048,1);Le(45256,38039,1);Le(45260,34544,1);Le(45264,34552,1);Le(45268,34562,1);Le(45272,34573,1);Le(45276,34584,1);Le(45280,34595,1);Le(45284,34607,1);Le(45288,34619,1);Le(45292,34632,1);Le(45296,34645,1);Le(45300,34665,1);Le(45304,34670,1);Le(45308,34675,1);Le(45312,34681,1);Le(45316,34688,1);Le(45320,34697,1);Le(45324,34705,1);Le(45328,34716,1);Le(45332,34725,1);Le(45336,34734,1);Le(45340,34743,1);Le(45344,34752,1);Le(45348,34764,1);Le(45352,34768,1);Le(45356,34774,1);Le(45360,34779,1);Le(45364,34784,1);Le(45368,34802,1);Le(45372,34811,1);Le(45376,34819,1);Le(45380,34826,1);Le(45384,34830,1);Le(45388,34840,1);Le(45392,34851,1);Le(45396,34862,1);Le(45400,34876,1);Le(45404,34885,1);Le(45408,34895,1);Le(45412,34906,1);Le(45416,34917,1);Le(45420,34930,1);Le(45424,34940,1);Le(45428,34949,1);return}function cg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=vj(j+1|0,38903,k[o>>2]|0)|0;k[n>>2]=q;a=oE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Zv(q,30,a,j,g)|0}else{p[h>>3]=e;a=Zv(q,30,a,j,h)|0}if((a|0)>29){a=oE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Cw(n,a,j,l)|0}else{p[m>>3]=e;a=Cw(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=Un(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=xc(a<<3)|0;f=g;a=h}q=JB(c)|0;k[t>>2]=q;Ld(a,i,j,f,u,s,t);$z(q);a=vi(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)Vc(g);Vc(l);r=v;return a|0}function dg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=vj(j+1|0,53215,k[o>>2]|0)|0;k[n>>2]=q;a=oE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Zv(q,30,a,j,g)|0}else{p[h>>3]=e;a=Zv(q,30,a,j,h)|0}if((a|0)>29){a=oE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Cw(n,a,j,l)|0}else{p[m>>3]=e;a=Cw(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=Un(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=xc(a<<3)|0;f=g;a=h}q=JB(c)|0;k[t>>2]=q;Ld(a,i,j,f,u,s,t);$z(q);a=vi(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)Vc(g);Vc(l);r=v;return a|0}function eg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+64|0;f=l+40|0;g=l+12|0;h=l+24|0;j=l;a:do if((b-a|0)>3?(i[a>>0]|0)==68:0){switch(i[a+1>>0]|0){case 84:case 116:break;default:break a}m=a+2|0;e=qc(m,b,c)|0;if((!((e|0)==(m|0)|(e|0)==(b|0))?(i[e>>0]|0)==69:0)?(d=k[c+4>>2]|0,(k[c>>2]|0)!=(d|0)):0){c=d+-24|0;Qp(j,c);b=yy(j,0,42267)|0;k[h>>2]=k[b>>2];k[h+4>>2]=k[b+4>>2];k[h+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=hz(h,42083)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}iq(f,g);Ee(c,f);Xy(f);ID(g);ID(h);ID(j);a=e+1|0}}while(0);r=l;return a|0}function fg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){Dd(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(Dd(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=qw(a)|0;g=M;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=kB(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function gg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=vj(j+1|0,38903,k[o>>2]|0)|0;k[n>>2]=q;a=oE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Zv(q,30,a,j,g)|0}else{p[h>>3]=e;a=Zv(q,30,a,j,h)|0}if((a|0)>29){a=oE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Cw(n,a,j,l)|0}else{p[m>>3]=e;a=Cw(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=Un(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=xc(a<<1)|0;f=g;a=h}q=JB(c)|0;k[t>>2]=q;Rd(a,i,l,f,u,s,t);$z(q);d=Wi(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;Vc(g);Vc(j);r=v;return d|0}function hg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=vj(j+1|0,53215,k[o>>2]|0)|0;k[n>>2]=q;a=oE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=Zv(q,30,a,j,g)|0}else{p[h>>3]=e;a=Zv(q,30,a,j,h)|0}if((a|0)>29){a=oE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Cw(n,a,j,l)|0}else{p[m>>3]=e;a=Cw(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=Un(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=xc(a<<1)|0;f=g;a=h}q=JB(c)|0;k[t>>2]=q;Rd(a,i,l,f,u,s,t);$z(q);d=Wi(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;Vc(g);Vc(j);r=v;return d|0}function ig(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;d=a+12|0;if(i[d>>0]|0){g=rB(46496,19972)|0;f=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(g,f);ro(g)}f=fh(a)|0;g=k[a>>2]|0;g=iz(g,fh(a)|0)|0;c=b+24|0;k[c>>2]=k[g>>2];g=k[g+12>>2]|0;if(!g)Na(34965,18497,1894,19992);if(((k[g+12>>2]|0)-(k[g+8>>2]|0)>>2|0)!=(f|0))Na(19959,18497,1896,19992);if(i[d>>0]|0){e=rB(46496,20008)|0;e=rB(Nw(e,k[c>>2]|0)|0,20029)|0;rB(si(rB(Nw(e,k[g>>2]|0)|0,20041)|0,f)|0,20047)|0}d=b+8|0;du(d,f);e=f+-1|0;c=0;while(1){if((c|0)==(f|0))break;l=zu(a)|0;j=kB(d,e-c|0)|0;k[j>>2]=l;c=c+1|0}k[b+4>>2]=k[g+4>>2];r=h;return}function jg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i;e=bI(b,0)|0;do if(oD(k[e>>2]|0,44768)|0){e=bI(b,1)|0;e=WE(k[e>>2]|0)|0;e=k[e>>2]|0;k[g>>2]=e;if(ml(c,g)|0){h=11;break}d=a+40|0;if((No(d,e)|0)==(a+44|0))Na(27121,11503,296,27830);else{f=(Ao(d,g)|0)+4|0;f=Wy(k[f>>2]|0)|0;break}}else{g=bI(b,0)|0;if((oD(k[g>>2]|0,44816)|0?(g=bI(b,1)|0,g=bI(k[g>>2]|0,0)|0,oD(k[g>>2]|0,44768)|0):0)?(d=bI(b,1)|0,d=bI(k[d>>2]|0,1)|0,d=WE(k[d>>2]|0)|0,d=No(a+52|0,k[d>>2]|0)|0,(d|0)!=(a+56|0)):0)f=k[d+28>>2]|0;else h=11}while(0);if((h|0)==11)f=td(b,c,0,k[a+72>>2]|0)|0;r=i;return f|0}function kg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;h=l+20|0;d=l+16|0;g=l+4|0;j=l;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,b,So(b)|0);b=lk(a,g)|0;k[d>>2]=b;jF(g);g=FE(rm(c,0)|0)|0;if((g|0)!=(k[11381]|0)?(g=FE(rm(c,0)|0)|0,(g|0)!=(k[11382]|0)):0){g=0;f=b}else{g=rm(c,1)|0;if((i[g>>0]|0)==0?(g=(rm(c,1)|0)+24|0,(i[g>>0]|0)!=0):0){f=FE(rm(c,1)|0)|0;k[d>>2]=f;g=1}else{g=1;f=b}}e=a+72|0;b=k[e>>2]|0;if((b|0)==(k[a+76>>2]|0))lm(a+68|0,d);else{k[b>>2]=f;k[e>>2]=(k[e>>2]|0)+4}b=vc(a,c)|0;d=k[e>>2]|0;c=0;while(1){if((c|0)==-1)break;m=c+-1|0;k[e>>2]=d+(m<<2);c=m}if(!g){k[j>>2]=f;k[h>>2]=k[j>>2];if(Ko(b,h)|0){m=Zx(k[a+4>>2]|0)|0;k[m+8>>2]=f;uv(m+12|0,b);Om(m);b=m}}else k[((k[b>>2]|0)==1?b:0)+8>>2]=f;r=l;return b|0}function lg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(i[l+24>>0]|0)==a<<24>>24;if(!m?(i[l+25>>0]|0)!=a<<24>>24:0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if(a<<24>>24==f<<24>>24?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+26|0;f=0;while(1){m=l+f|0;if((f|0)==26){m=g;break}if((i[m>>0]|0)==a<<24>>24)break;else f=f+1|0}m=m-l|0;if((m|0)>23)m=-1;else{switch(b|0){case 10:case 8:{if((m|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=22){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[38654+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[38654+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function mg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(k[l+96>>2]|0)==(a|0);if(!m?(k[l+100>>2]|0)!=(a|0):0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if((a|0)==(f|0)?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+104|0;f=0;while(1){m=l+(f<<2)|0;if((f|0)==26){m=g;break}if((k[m>>2]|0)==(a|0))break;else f=f+1|0}m=m-l|0;f=m>>2;if((m|0)>92)m=-1;else{switch(b|0){case 10:case 8:{if((f|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=88){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[38654+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[38654+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function ng(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=Oa(4)|0;MI(a);Gb(a|0,2024,142)}l=Oz(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)hJ(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if(!(Vt(k[f>>2]|0,k[e+8>>2]|0)|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)hJ(c);k[d>>2]=0}while(0);return}function og(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;oj(c);b=k[b>>2]|0;do if((b|0)!=(k[11256]|0)){if((b|0)==(k[11193]|0)){e=yh(a,c)|0;break}if((b|0)==(k[11194]|0)){e=yh(a,c)|0;break}if((b|0)==(k[11197]|0)){e=Jk(a,c,d)|0;break}if((b|0)==(k[11198]|0)){e=Aj(a,c,d)|0;break}if((b|0)==(k[11201]|0)){e=Rm(a,c,d)|0;break}if((b|0)==(k[11200]|0)){e=Dv(a,c,d)|0;break}if((b|0)==(k[11208]|0)){e=Yq(c)|0;break}if((b|0)==(k[11209]|0)){e=Mq(c)|0;break}if((b|0)==(k[11210]|0)){e=le(a,c)|0;break}if((b|0)==(k[11268]|0)){e=Mz(a,c,d)|0;break}if((b|0)==(k[11202]|0)){e=ji(a,c,d)|0;break}else{Ip(b,k[c>>2]|0);Ga()}}else e=sg(a,c)|0;while(0);return e|0}function pg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=Oa(4)|0;MI(a);Gb(a|0,2024,142)}l=Oz(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)hJ(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if((k[f>>2]|0)==(k[e+8>>2]|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)hJ(c);k[d>>2]=0}while(0);return}function qg(){var a=0;Kt();k[11538]=7320;k[11540]=7340;k[11539]=0;yu(46160,46832);k[11558]=0;k[11559]=-1;Jt();k[11560]=7360;k[11562]=7380;k[11561]=0;yu(46248,46896);k[11580]=0;k[11581]=-1;xo(46960,3440,47008);k[11582]=7400;k[11583]=7420;yu(46332,46960);k[11601]=0;k[11602]=-1;yo(47016,3440,47064);k[11603]=7440;k[11604]=7460;yu(46416,47016);k[11622]=0;k[11623]=-1;xo(47072,3216,47120);k[11624]=7400;k[11625]=7420;yu(46500,47072);k[11643]=0;k[11644]=-1;a=k[46496+(k[(k[11624]|0)+-12>>2]|0)+24>>2]|0;k[11666]=7400;k[11667]=7420;yu(46668,a);k[11685]=0;k[11686]=-1;yo(47128,3216,47176);k[11645]=7440;k[11646]=7460;yu(46584,47128);k[11664]=0;k[11665]=-1;a=k[46580+(k[(k[11645]|0)+-12>>2]|0)+24>>2]|0;k[11687]=7440;k[11688]=7460;yu(46752,a);k[11706]=0;k[11707]=-1;k[46152+(k[(k[11538]|0)+-12>>2]|0)+72>>2]=46328;k[46240+(k[(k[11560]|0)+-12>>2]|0)+72>>2]=46412;a=46496+(k[(k[11624]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;a=46580+(k[(k[11645]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;k[46496+(k[(k[11624]|0)+-12>>2]|0)+72>>2]=46328;k[46580+(k[(k[11645]|0)+-12>>2]|0)+72>>2]=46412;return}function rg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+96|0;d=j+80|0;e=j+40|0;f=j+68|0;g=j+16|0;h=j;i=j+64|0;Dd(e,b,k[c+28>>2]|0);if(!(k[e+16>>2]|0)){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;ei(g,b,c+8|0,f);if(!(k[g+16>>2]|0)){e=kE(e)|0;g=k[b+4>>2]|0;b=k[g+36>>2]|0;l=k[(k[b>>2]|0)+8>>2]|0;k[i>>2]=k[c+24>>2];k[d>>2]=k[i>>2];ac[l&15](h,b,e,d,f,g);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=k[g+16>>2];k[a+20>>2]=k[g+20>>2]}Yw(f)}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=j;return}function sg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;d=l+16|0;g=l;jd(d,k[b>>2]|0);switch(k[d+12>>2]|0){case 2:{k[b>>2]=(k[b>>2]|0)+(k[d+8>>2]|0);c=k[d>>2]|0;break}case 6:{if((i[k[d>>2]>>0]|0)==40){k[d>>2]=0;c=0}else j=4;break}default:j=4}if((j|0)==4)Na(28672,28573,403,28717);f=Mo(c)|0;oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=40)Na(28731,28573,408,28717);k[b>>2]=c+1;d=g+12|0;e=g+8|0;a:while(1){oj(b);c=k[b>>2]|0;if((i[c>>0]|0)==41){h=c;break}jd(g,c);if((k[d>>2]|0)!=2){j=11;break}k[b>>2]=(k[b>>2]|0)+(k[e>>2]|0);er(f,k[g>>2]|0);oj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 41:{j=15;break a}case 44:break;default:{j=14;break a}}k[b>>2]=c+1}if((j|0)==11)Na(28743,28573,414,28717);else if((j|0)==14)Ga();else if((j|0)==15)h=c;k[b>>2]=h+1;qm(f,Wp(a,b)|0);r=l;return f|0}function tg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+48|0;g=l+16|0;h=l;i=l+32|0;d=k[b>>2]|0;e=k[a+4>>2]|0;b=Ly(k[c>>2]|0)|0;c=bI(d,0)|0;if(((oD(k[c>>2]|0,44784)|0?(c=bI(d,1)|0,oD(k[c>>2]|0,44968)|0):0)?(c=bI(d,3)|0,c=bI(k[c>>2]|0,0)|0,oD(k[c>>2]|0,44824)|0):0)?(c=bI(d,3)|0,c=bI(k[c>>2]|0,1)|0,(gu(k[c>>2]|0)|0)==(b|0)):0){i=k[a+8>>2]|0;f=bI(d,2)|0;f=Pt(k[i+16>>2]|0,k[f>>2]|0)|0}else j=6;do if((j|0)==6){j=bI(d,0)|0;if(oD(k[j>>2]|0,44824)|0){f=bI(d,1)|0;f=(gu(k[f>>2]|0)|0)<<b;k[h>>2]=1;k[h+8>>2]=f;k[g>>2]=k[h>>2];k[g+4>>2]=k[h+4>>2];k[g+8>>2]=k[h+8>>2];k[g+12>>2]=k[h+12>>2];f=jr(e+8|0,g)|0;break}else{k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;pq(i,28264,20);ps(i,d)}}while(0);r=l;return f|0}function ug(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;o=p+24|0;d=p+8|0;m=p+12|0;n=p+4|0;c=p;Ho(m,a);DC(d,(i[m+11>>0]|0)<0?k[m>>2]|0:m,0);jF(m);d=k[d>>2]|0;k[n>>2]=d;k[o>>2]=k[n>>2];if(!(Kv(b,o)|0)){c=Oz(20)|0;e=c+4|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[c>>2]=d;n=a+11|0;if((i[n>>0]|0)<0){l=a;m=a;d=k[a>>2]|0}else{l=a;m=a;d=a}f=ux(i[d>>0]|0)|0;k[e>>2]=f;f=a+4|0;g=c+8|0;h=c+12|0;j=c+16|0;a=1;while(1){d=i[n>>0]|0;e=d<<24>>24<0;if(e)d=k[f>>2]|0;else d=d&255;if(a>>>0>=d>>>0)break;if(e)d=k[m>>2]|0;else d=l;d=ux(i[d+a>>0]|0)|0;k[o>>2]=d;e=k[h>>2]|0;if(e>>>0<(k[j>>2]|0)>>>0){k[e>>2]=d;k[h>>2]=e+4}else lm(g,o);a=a+1|0}Sj(b,c)}else{k[c>>2]=d;k[o>>2]=k[c>>2];c=Mu(b,o)|0}r=p;return c|0}function vg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=FE(rm(b,0)|0)|0;do if((d|0)!=(k[11363]|0)){if((d|0)==(k[11364]|0)){Uc(a,b);break}if((d|0)==(k[11367]|0)){we(a,b);break}if((d|0)==(k[11368]|0)){Ng(a,b);break}if((d|0)==(k[11370]|0)){Rh(a,b);break}if((d|0)!=(k[11371]|0)){if((d|0)==(k[11310]|0)){mk(a,b);break}if((d|0)==(k[11372]|0)){zh(a,b);break}if((d|0)==(k[11373]|0)){hh(a,b);break}if((d|0)!=(k[11375]|0)){Zw(rB(rB(46496,17298)|0,d)|0,10)|0;e=Oa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,17318,22);a=k[b+28>>2]|0;d=k[b+32>>2]|0;Ts(e,c);k[e+12>>2]=a;k[e+16>>2]=d;Gb(e|0,8,148)}}}else _y(a,b);while(0);r=e;return}function wg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;n=p;o=lz()|0;m=rm(b,1)|0;if(!(i[m>>0]|0)){c=FE(rm(b,1)|0)|0;k[o>>2]=c;c=2}else c=1;d=rm(b,c)|0;if(!(i[d>>0]|0))Na(17110,16833,1473,17124);e=o+4|0;f=o+8|0;g=o+12|0;h=o+16|0;b=1;while(1){m=(fp(d)|0)+8|0;if(b>>>0>=(k[m>>2]|0)>>>0)break;j=rm(d,b)|0;m=FE(rm(j,0)|0)|0;a:do if((m|0)!=(k[11365]|0)){m=FE(rm(j,0)|0)|0;if((m|0)==(k[11366]|0)){m=Of(FE(rm(j,1)|0)|0,0,0)|0;k[e>>2]=m}}else{c=1;while(1){m=(fp(j)|0)+8|0;if(c>>>0>=(k[m>>2]|0)>>>0)break a;l=Of(FE(rm(j,c)|0)|0,0,0)|0;k[n>>2]=l;m=k[g>>2]|0;if(m>>>0<(k[h>>2]|0)>>>0){k[m>>2]=l;k[g>>2]=m+4}else lm(f,n);c=c+1|0}}while(0);b=b+1|0}Sj(k[a>>2]|0,o);r=p;return}function xg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;f=l;Wm(a,(((k[a+4>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);h=Fx()|0;d=f+12|0;e=f+8|0;a:while(1){oj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 0:{j=3;break a}case 125:{g=c;break a}default:{}}jd(f,c);if((k[d>>2]&-2|0)!=2){j=5;break}k[b>>2]=(k[b>>2]|0)+(k[e>>2]|0);oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=58){j=7;break}k[b>>2]=c+1;c=Te(a,b,29655)|0;go(h,k[f>>2]|0,c);oj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 125:{j=11;break a}case 44:break;default:{j=10;break a}}k[b>>2]=c+1}if((j|0)==3)Na(29543,28573,695,29599);else if((j|0)==5)Na(29615,28573,698,29599);else if((j|0)==7)Na(29087,28573,701,29599);else if((j|0)==10)Ga();else if((j|0)==11)g=c;k[b>>2]=g+1;r=l;return h|0}function yg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+48|0;m=p+16|0;l=p;h=p+32|0;n=a+28|0;g=k[n>>2]|0;k[h>>2]=g;o=a+20|0;g=(k[o>>2]|0)-g|0;k[h+4>>2]=g;k[h+8>>2]=b;k[h+12>>2]=c;i=a+60|0;j=a+44|0;f=2;b=g+c|0;while(1){if(!(k[11398]|0)){k[m>>2]=k[i>>2];k[m+4>>2]=h;k[m+8>>2]=f;e=pF(Xb(146,m|0)|0)|0}else{Lb(159,a|0);k[l>>2]=k[i>>2];k[l+4>>2]=h;k[l+8>>2]=f;e=pF(Xb(146,l|0)|0)|0;xa(0)}if((b|0)==(e|0)){b=6;break}if((e|0)<0){b=8;break}b=b-e|0;d=k[h+4>>2]|0;if(e>>>0<=d>>>0)if((f|0)==2){k[n>>2]=(k[n>>2]|0)+e;f=2;g=h}else g=h;else{g=k[j>>2]|0;k[n>>2]=g;k[o>>2]=g;e=e-d|0;f=f+-1|0;g=h+8|0;d=k[h+12>>2]|0}k[g>>2]=(k[g>>2]|0)+e;k[g+4>>2]=d-e;h=g}if((b|0)==6){m=k[j>>2]|0;k[a+16>>2]=m+(k[a+48>>2]|0);a=m;k[n>>2]=a;k[o>>2]=a}else if((b|0)==8){k[a+16>>2]=0;k[n>>2]=0;k[o>>2]=0;k[a>>2]=k[a>>2]|32;if((f|0)==2)c=0;else c=c-(k[h+4>>2]|0)|0}r=p;return c|0}function zg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=r;r=r+16|0;h=l+4|0;j=l;k[j>>2]=b;if(i[a+12>>0]|0){g=rB(46496,19906)|0;f=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(h);Ql(g,f);ro(g)}g=fh(a)|0;c=fh(a)|0;k[h>>2]=c;d=k[a+24>>2]|0;if(c>>>0>=(k[a+28>>2]|0)-d>>2>>>0)Na(19920,18497,1876,19949);d=k[d+(c<<2)>>2]|0;if(((k[d+12>>2]|0)-(k[d+8>>2]|0)>>2|0)!=(g|0))Na(19959,18497,1879,19949);e=b+8|0;du(e,g);f=g+-1|0;c=0;while(1){if((c|0)==(g|0))break;n=zu(a)|0;m=kB(e,f-c|0)|0;k[m>>2]=n;c=c+1|0}k[b+4>>2]=k[d+4>>2];c=Up(a+52|0,h)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))lm(c,j);else{k[e>>2]=b;k[d>>2]=(k[d>>2]|0)+4}r=l;return}function Ag(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0.0;g=r;r=r+16|0;e=g;switch(c<<24>>24){case 16:{c=nz(k[a+4>>2]|0)|0;d=gh(a)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1;f=6;break}case 17:{c=nz(k[a+4>>2]|0)|0;f=Xg(a)|0;k[c+8>>2]=2;d=c+16|0;k[d>>2]=f;k[d+4>>2]=M;d=2;f=6;break}case 19:{c=nz(k[a+4>>2]|0)|0;h=+Hh(a);k[c+8>>2]=3;o[c+16>>2]=h;d=3;f=6;break}case 18:{c=nz(k[a+4>>2]|0)|0;h=+th(a);k[c+8>>2]=4;p[c+16>>3]=h;d=4;f=6;break}default:c=0}if((f|0)==6){k[c+4>>2]=d;k[b>>2]=c;if(!(i[a+12>>0]|0))c=1;else{c=rB(46496,20435)|0;f=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(e);Ql(c,f);ro(c);c=1}}r=g;return c|0}function Bg(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Na(31689,35315,71,31694);do switch(k[c>>2]|0){case 1:{uf(a,b,c);break}case 2:{yi(a,b,c);break}case 22:{fc[k[k[b>>2]>>2]&255](b,31700);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 4:{vh(a,b,c);break}case 5:{Cg(a,b,c);break}case 21:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 19:{Cn(a,b,k[c+8>>2]|0);break}case 18:{Gg(a,b,c);break}case 17:{Ac(a,b,c);break}case 16:{Lc(a,b,c);break}default:{}}while(0);return}function Cg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){Bg(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(Bg(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=qw(a)|0;g=M;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=kB(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function Dg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=gc[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=JB(d)|0;g=jE(o,47232)|0;$z(o);o=JB(d)|0;a=jE(o,47240)|0;$z(o);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);fc[k[(k[a>>2]|0)+28>>2]&255](m+12|0,a);a=m+24|0;g=(Kd(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;$E(a)}while((a|0)!=(m|0))}r=n;return g|0}function Eg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=gc[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=JB(d)|0;g=jE(o,47200)|0;$z(o);o=JB(d)|0;a=jE(o,47216)|0;$z(o);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);fc[k[(k[a>>2]|0)+28>>2]&255](m+12|0,a);a=m+24|0;g=(Md(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;jF(a)}while((a|0)!=(m|0))}r=n;return g|0}function Fg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){Dd(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){Dd(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=qw(a)|0;if((b|0)==0&(M|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function Gg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;Bg(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){Bg(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){Bg(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(kE(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function Hg(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0;p[t>>3]=b;c=k[t>>2]|0;d=k[t+4>>2]|0;e=(d|0)<0;do if(b==0.0&e)rB(a,26313)|0;else{f=d&2147483647;if(f>>>0>2146435072|(f|0)==2146435072&c>>>0>0){rB(rB(a,e?43453:53215)|0,38048)|0;c=Ev(b)|0;d=M;if((c|0)==0&(d|0)==0)break;f=rB(a,26298)|0;a=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|8;f=li(f,c,d)|0;f=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[f>>2]=k[f>>2]&-75|2;break}f=d&2146435072;if(!(f>>>0<2146435072|(f|0)==2146435072&0<0)){rB(a,e?35178:38039)|0;break}c=ke(b)|0;switch(i[c>>0]|0){case 46:{Zw(a,48)|0;break}case 45:{d=c+1|0;if((i[d>>0]|0)==46){rB(a,26313)|0;c=d}break}default:{}}rB(a,c)|0}while(0);return}function Ig(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+4|0;f=a+8|0;b=k[a>>2]|0;a:while(1){while(1){c=i[b>>0]|0;if(!(yI(c<<24>>24)|0))break;if(c<<24>>24==10){k[e>>2]=(k[e>>2]|0)+1;b=b+1|0;k[f>>2]=b}else b=b+1|0;k[a>>2]=b}switch(c<<24>>24){case 59:{if((i[b+1>>0]|0)==59)c=59;else break a;b:while(1){switch(c<<24>>24){case 10:case 0:break b;default:{}}c=b+1|0;k[a>>2]=c;b=c;c=i[c>>0]|0}k[e>>2]=(k[e>>2]|0)+1;k[f>>2]=b;continue a}case 40:break;default:break a}if((i[b+1>>0]|0)!=59)break;b=b+2|0;k[a>>2]=b;c=1;while(1){c:while(1){switch(i[b>>0]|0){case 0:break a;case 40:{d=b+1|0;if((i[d>>0]|0)==59){d=19;break c}else b=d;break}case 59:{d=b+1|0;if((i[d>>0]|0)==41){d=21;break c}else b=d;break}default:b=b+1|0}k[a>>2]=b}if((d|0)==19){b=b+2|0;k[a>>2]=b;c=c+1|0;continue}else if((d|0)==21){b=b+2|0;k[a>>2]=b;c=c+-1|0;if(!c)continue a;else continue}}}return}function Jg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;Zw(k[a>>2]|0,40)|0;e=kJ(k[a>>2]|0)|0;f=b+4|0;rB(rB(e,pw(k[f>>2]|0)|0)|0,33047)|0;e=b+8|0;c=i[e>>0]|0;if(!((c&255)>=4?!((c&255)<8&(k[f>>2]|0)==2):0))d=3;a:do if((d|0)==3)switch(c<<24>>24){case 1:{Zw(k[a>>2]|0,56)|0;break a}case 2:{rB(k[a>>2]|0,33054)|0;break a}case 4:{rB(k[a>>2]|0,33057)|0;break a}default:Ga()}while(0);c=b+12|0;if(k[c>>2]|0){f=rB(k[a>>2]|0,33060)|0;si(f,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[e>>0]|0|0)){f=rB(k[a>>2]|0,33069)|0;si(f,k[c>>2]|0)|0}Nz(a);Zt(a,k[b+20>>2]|0);Zt(a,k[b+24>>2]|0);Fv(a);return}function Kg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;h=n+32|0;i=n+28|0;j=n+24|0;l=n;m=k[a+4>>2]|0;b=k[a>>2]|0;d=k[b+4>>2]|0;if((d|0)!=(k[b>>2]|0)){c=iG(Bv()|0)|0;k[h>>2]=0;d=h+4|0;k[d>>2]=0;k[h+8>>2]=0;k[i>>2]=0;e=k[m>>2]|0;k[j>>2]=(k[e+40>>2]|0)-(k[e+36>>2]|0)>>2;e=l+16|0;f=h+8|0;b=0;while(1){if(b>>>0>=c>>>0)break;o=k[a>>2]|0;g=Oz(20)|0;k[g>>2]=2856;k[g+4>>2]=i;k[g+8>>2]=j;k[g+12>>2]=m;k[g+16>>2]=o;k[e>>2]=g;g=k[d>>2]|0;if(g>>>0<(k[f>>2]|0)>>>0){rs(g,l);k[d>>2]=(k[d>>2]|0)+24}else qk(h,l);uy(l);b=b+1|0}lh(Bv()|0,h);Hu(h);b=k[a>>2]|0;d=k[b+4>>2]|0}e=k[b>>2]|0;c=b+4|0;b=d;while(1){if((b|0)==(e|0))break;o=b+-4|0;k[c>>2]=o;b=o}r=n;return}function Lg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;if(i[a+12>>0]|0){g=rB(46496,19749)|0;f=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(g,f);ro(g)}e=_l(a)|0;k[b+8>>2]=e;e=_l(a)|0;k[b+12>>2]=e;e=a+84|0;c=b+8|0;g=a+88|0;d=k[g>>2]|0;f=a+92|0;if((d|0)==(k[f>>2]|0)){lm(e,c);d=k[g>>2]|0}else{k[d>>2]=k[c>>2];d=(k[g>>2]|0)+4|0;k[g>>2]=d}c=b+12|0;if((d|0)==(k[f>>2]|0))lm(e,c);else{k[d>>2]=k[c>>2];k[g>>2]=(k[g>>2]|0)+4}d=Vm(a)|0;k[b+16>>2]=d;d=k[g>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[g>>2]=d+(a<<2);c=a}d=d+-4|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[g>>2]=d+(a<<2);c=a}op(b);r=h;return}function Mg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0.0;j=r;r=r+16|0;g=j+4|0;h=j;i=Ra(19,c|0)|0;if(!i)fc[k[(k[b>>2]|0)+24>>2]&255](b,22914);if((i|0)==(-1|0)){xn(e);l=+Sa(20,c|0);i=k[f>>2]|0;k[h>>2]=k[d>>2];k[g>>2]=k[h>>2];i=(Mu(i,g)|0)+4|0;Es(a,l,k[i>>2]|0)}else{g=i;h=k[g+32>>2]|0;if(h|0?(h|0)!=(k[d>>2]|0):0)fc[k[(k[b>>2]|0)+24>>2]&255](b,22933);d=g+8|0;c=g+12|0;if(((k[c>>2]|0)-(k[d>>2]|0)>>2|0)!=((k[e+4>>2]|0)-(k[e>>2]|0)>>4|0))fc[k[(k[b>>2]|0)+24>>2]&255](b,22956);g=0;while(1){h=k[d>>2]|0;if(g>>>0>=(k[c>>2]|0)-h>>2>>>0)break;if((k[h+(g<<2)>>2]|0)!=(k[(k[e>>2]|0)+(g<<4)>>2]|0))fc[k[(k[b>>2]|0)+24>>2]&255](b,22989);g=g+1|0}xf(a,f,k[i>>2]|0,e)}r=j;return}function Ng(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+32|0;h=m+24|0;i=m+20|0;j=m+8|0;f=m+4|0;g=m;l=vc(a,rm(b,1)|0)|0;k[i>>2]=l;b=zE(rm(b,2)|0)|0;c=So(b)|0;if(!c){b=k[a>>2]|0;k[j>>2]=0;c=b+92|0;a=k[c>>2]|0;if(a>>>0<(k[b+96>>2]|0)>>>0){SB(h,0,0);$v(a,l,53215,k[h>>2]|0);k[c>>2]=(k[c>>2]|0)+16}else Ij(b+88|0,i,j)}else{k[j>>2]=0;d=j+4|0;k[d>>2]=0;k[j+8>>2]=0;sh(b,c,j);b=k[a>>2]|0;c=k[j>>2]|0;k[f>>2]=c;a=(k[d>>2]|0)-c|0;k[g>>2]=a;d=b+92|0;e=k[d>>2]|0;if(e>>>0<(k[b+96>>2]|0)>>>0){SB(h,a,0);$v(e,l,c,k[h>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else Fj(b+88|0,i,f,g);Cx(j)}r=m;return}function Og(){Le(45432,35027,0);Le(45436,35032,0);Le(45440,35043,0);Le(45444,35060,0);Le(45448,35068,0);Le(45452,35021,0);Le(45456,35075,0);Le(45460,35080,0);Le(45464,35086,0);Le(45468,34958,0);Le(45472,35005,0);Le(45476,35093,0);Le(45480,34991,0);Le(45484,34970,0);Le(45488,35010,0);Le(45492,35101,0);Le(45496,35106,0);Le(45500,34965,0);Le(45504,35112,0);Le(45508,35117,0);Le(45512,35129,0);Le(45516,35143,0);Le(45520,35149,0);Le(45524,35155,0);Le(45528,35160,0);Le(45532,35165,0);Le(45536,35169,0);Le(45540,35178,0);Le(45544,35188,0);Le(45548,35193,0);Le(45552,35198,0);Le(45556,35201,0);Le(45560,35209,0);Le(45564,35229,0);Le(45568,35243,0);Le(45572,35255,0);Le(45576,35270,0);Le(45580,35279,0);Le(45584,35285,0);Le(45588,35292,0);return}function Pg(a){a=a|0;var b=0;if((i[44096]|0)==0?lG(44096)|0:0){if((i[44104]|0)==0?lG(44104)|0:0){b=47904;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=48072);Fb(163,0,w|0)|0}XB(47904,39303);XB(47916,39310);XB(47928,39317);XB(47940,39325);XB(47952,39335);XB(47964,39344);XB(47976,39351);XB(47988,39360);XB(48e3,39364);XB(48012,39368);XB(48024,39372);XB(48036,39376);XB(48048,39380);XB(48060,39384);k[12018]=47904}return k[12018]|0}function Qg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;k[c>>2]=a;k[f>>2]=d;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}g=k[a>>2]|0;if(g>>>0>1114111|(g&-2048|0)==55296){a=2;break}do if(g>>>0>=128){if(g>>>0<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>6|192;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}a=k[f>>2]|0;d=e-a|0;if(g>>>0<65536){if((d|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>12|224;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}else{if((d|0)<4){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>18|240;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>12&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}}else{a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=g}while(0);a=(k[c>>2]|0)+4|0;k[c>>2]=a}return a|0}function Rg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0;a:do if((k[b>>2]|0)==3){f=+VD(b);e=+VD(c);c=((o[t>>2]=f,k[t>>2]|0)|0)<0;d=c^((o[t>>2]=e,k[t>>2]|0)|0)<0?-0.0:0.0;if((Ax(e)|0)!=2){k[a>>2]=3;o[a+8>>2]=f/e;break}switch(Ax(f)|0){case 0:{f=+yx(f);k[a>>2]=3;o[a+8>>2]=f;break a}case 2:{f=+Hy(B,d);k[a>>2]=3;o[a+8>>2]=f;break a}case 1:case 3:case 4:{f=+Hy(C,d);k[a>>2]=3;o[a+8>>2]=f;break a}default:{}}}else{f=+UD(b);d=+UD(c);p[t>>3]=f;c=(k[t+4>>2]|0)<0;p[t>>3]=d;e=c^(k[t+4>>2]|0)<0?-0.0:0.0;if((Tt(d)|0)!=2){k[a>>2]=4;p[a+8>>3]=f/d;break}switch(Tt(f)|0){case 0:{f=+At(f);k[a>>2]=4;p[a+8>>3]=f;break a}case 2:{f=+Hv(B,e);k[a>>2]=4;p[a+8>>3]=f;break a}case 1:case 3:case 4:{f=+Hv(C,e);k[a>>2]=4;p[a+8>>3]=f;break a}default:{}}}while(0);return}function Sg(a){a=a|0;var b=0;if((i[44176]|0)==0?lG(44176)|0:0){if((i[44184]|0)==0?lG(44184)|0:0){b=48716;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=48884);Fb(167,0,w|0)|0}WB(48716,8936);WB(48728,8964);WB(48740,8992);WB(48752,9024);WB(48764,9064);WB(48776,9100);WB(48788,9128);WB(48800,9164);WB(48812,9180);WB(48824,9196);WB(48836,9212);WB(48848,9228);WB(48860,9244);WB(48872,9260);k[12221]=48716}return k[12221]|0}function Tg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;if(c){Zw(Gy(k[a>>2]|0,34965,0)|0,32)|0;rB(gs(a,k[b>>2]|0)|0,31679)|0}e=b+8|0;d=b+12|0;if((k[d>>2]|0)!=(k[e>>2]|0)){rB(k[a>>2]|0,k[a+12>>2]|0)|0;fz(k[a>>2]|0,35080)|0;f=k[d>>2]|0;d=k[e>>2]|0;while(1){e=k[a>>2]|0;if((d|0)==(f|0))break;e=Zw(e,32)|0;rB(e,pw(k[d>>2]|0)|0)|0;d=d+4|0}Zw(e,41)|0}d=b+4|0;if(k[d>>2]|0){rB(k[a>>2]|0,k[a+12>>2]|0)|0;b=fz(k[a>>2]|0,31631)|0;Zw(rB(b,pw(k[d>>2]|0)|0)|0,41)|0}if(c)rB(k[a>>2]|0,31686)|0;return}function Ug(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+96|0;d=h+76|0;e=h+24|0;f=h+64|0;g=h;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,a,So(a)|0);if((zk(d)|0)==44740){jF(d);k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,a,So(a)|0);a=vo(d)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;pq(f,b,So(b)|0);ur(g,c);tx(e,f,g);$o(a,e);fE(e);uy(g);jF(f);jF(d);r=h;return}else Na(31006,31046,37,31066)}function Vg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;Zw(k[a>>2]|0,40)|0;d=kJ(k[a>>2]|0)|0;e=b+4|0;rB(rB(d,pw(k[e>>2]|0)|0)|0,33077)|0;d=b+8|0;c=i[d>>0]|0;if(!((c&255)>=4?!((c&255)<8&(k[e>>2]|0)==2):0)){switch(c<<24>>24){case 1:{Zw(k[a>>2]|0,56)|0;break}case 2:{rB(k[a>>2]|0,33054)|0;break}case 4:{rB(k[a>>2]|0,33057)|0;break}default:Ga()}rB(k[a>>2]|0,i[b+9>>0]|0?33083:33086)|0}c=b+12|0;if(k[c>>2]|0){e=rB(k[a>>2]|0,33060)|0;si(e,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[d>>0]|0)){e=rB(k[a>>2]|0,33069)|0;si(e,k[c>>2]|0)|0}Nz(a);Zt(a,k[b+20>>2]|0);Fv(a);return}function Wg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;m=o+16|0;i=o+40|0;n=o;k[a>>2]=b;j=a+4|0;k[j>>2]=0;l=a+8|0;k[l>>2]=0;k[a+12>>2]=0;f=a+20|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[a+36>>2]=c;k[a+32>>2]=k[b+80>>2];f=b+48|0;g=b+52|0;h=a+12|0;e=0;while(1){d=k[f>>2]|0;if(e>>>0>=(k[g>>2]|0)-d>>2>>>0)break;k[i>>2]=2516;Bg(m,i,k[(k[d+(e<<2)>>2]|0)+8>>2]|0);d=k[l>>2]|0;if(d>>>0<(k[h>>2]|0)>>>0){k[d>>2]=k[m>>2];k[d+4>>2]=k[m+4>>2];k[d+8>>2]=k[m+8>>2];k[d+12>>2]=k[m+12>>2];k[l>>2]=(k[l>>2]|0)+16}else Hk(j,m);e=e+1|0}fc[k[k[c>>2]>>2]&255](c,b);d=k[b+104>>2]|0;if(d|0){k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;hr(n,a,d,m);Yw(m)}r=o;return}function Xg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+48|0;b=f+32|0;c=f;d=f+8|0;e=a+12|0;if(i[e>>0]|0){g=rB(46496,18579)|0;h=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(b);Ql(g,h);ro(g)}k[d>>2]=2396;k[d+4>>2]=a;k[d+16>>2]=d;Qh(c,d);uy(d);if(!(i[e>>0]|0)){b=c;a=k[b+4>>2]|0;b=k[b>>2]|0}else{g=rB(46496,20686)|0;a=c;h=k[a>>2]|0;a=k[a+4>>2]|0;g=rB(mi(g,h,a)|0,18594)|0;e=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(b);Ql(g,e);ro(g);b=h}M=a;r=f;return b|0}function Yg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+1040|0;l=o+8|0;m=o;f=k[b>>2]|0;k[m>>2]=f;n=(a|0)!=0;h=n?d:256;a=n?a:l;g=f;a:do if((h|0)!=0&(f|0)!=0){d=0;j=h;i=g;while(1){g=c>>>2;h=g>>>0>=j>>>0;if(!(c>>>0>131|h)){h=j;g=i;break a}f=h?j:g;c=c-f|0;f=ae(a,m,f,e)|0;if((f|0)==-1)break;g=(a|0)==(l|0);h=j-(g?0:f)|0;a=g?a:a+(f<<2)|0;d=f+d|0;g=k[m>>2]|0;f=g;if((h|0)!=0&(g|0)!=0){j=h;i=g}else break a}f=k[m>>2]|0;d=-1;h=0;g=f}else d=0;while(0);b:do if((g|0)!=0?(h|0)!=0&(c|0)!=0:0){i=a;while(1){a=dh(i,g,c,e)|0;if((a+2|0)>>>0<3)break;g=g+a|0;k[m>>2]=g;c=c-a|0;h=h+-1|0;d=d+1|0;f=g;if(!((h|0)!=0&(c|0)!=0))break b;else i=i+4|0}switch(a|0){case -1:{d=-1;break b}case 0:{k[m>>2]=0;f=0;break b}default:{k[e>>2]=0;break b}}}while(0);if(n)k[b>>2]=f;r=o;return d|0}function Zg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Dd(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(kE(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{Dd(a,b,c);break}}else{Dd(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function _g(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){h=k[a+8>>2]|0;bc[k[(k[h>>2]|0)+24>>2]&3](h,b,c,d,e);break}if((k[b+16>>2]|0)!=(c|0)?(h=b+20|0,(k[h>>2]|0)!=(c|0)):0){k[b+32>>2]=d;g=b+44|0;if((k[g>>2]|0)==4)break;f=b+52|0;i[f>>0]=0;d=b+53|0;i[d>>0]=0;a=k[a+8>>2]|0;ac[k[(k[a>>2]|0)+20>>2]&15](a,b,c,c,1,e);if(i[d>>0]|0)if(!(i[f>>0]|0)){f=1;d=13}else d=17;else{f=0;d=13}do if((d|0)==13){k[h>>2]=c;c=b+40|0;k[c>>2]=(k[c>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0){i[b+54>>0]=1;if(f){d=17;break}else{f=4;break}}if(f)d=17;else f=4}while(0);if((d|0)==17)f=3;k[g>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function $g(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;j=l;h=rJ()|0;if((h|0)==(k[a+20>>2]|0)){i=b+7&-8;c=a+12|0;f=0;g=k[c>>2]|0;while(1){if(g>>>0>i>>>0)break;h=g<<1;k[c>>2]=h;f=1;g=h}b=a+4|0;h=k[b>>2]|0;c=h;if(!((h|0)!=(k[a>>2]|0)?(e=a+16|0,d=k[e>>2]|0,!(f|(d+i|0)>>>0>=g>>>0)):0)){d=eJ(g)|0;k[j>>2]=d;if(c>>>0<(k[a+8>>2]|0)>>>0){k[h>>2]=d;c=(k[b>>2]|0)+4|0;k[b>>2]=c}else{lm(a,j);c=k[b>>2]|0}e=a+16|0;k[e>>2]=0;d=0}c=(k[c+-4>>2]|0)+d|0;k[e>>2]=d+i}else{g=0;c=a;a:while(1){while(1){if((h|0)==(k[c+20>>2]|0)){i=9;break a}f=c+24|0;d=k[f>>2]|0;if(!d)break;else c=d}if(!g){d=Oz(28)|0;cB(d)}else d=g;e=k[f>>2]|0;if(!e)k[f>>2]=d;if(!e)break;g=d;c=e}if((i|0)==9?g|0:0){Yy(g);hJ(g)}c=$g(c,b)|0}r=l;return c|0}function ah(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+12|0;e=h;g=a+16|0;c=k[g>>2]|0;f=a+8|0;b=k[f>>2]|0;if(c>>>0>=((k[b+4>>2]|0)-(k[b>>2]|0)|0)>>>0){h=Oa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,18610,23);xz(h,e);Gb(h|0,8,148)}if(i[a+12>>0]|0){c=rB(46496,18634)|0;c=rB(ti(c,l[(k[k[f>>2]>>2]|0)+(k[g>>2]|0)>>0]|0)|0,18644)|0;c=rB(si(c,k[g>>2]|0)|0,42083)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);c=k[g>>2]|0;b=k[f>>2]|0}k[g>>2]=c+1;r=h;return i[(k[b>>2]|0)+c>>0]|0}function bh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=pc[h&31](a,j,c,d,e&1)|0}else{c=JB(c)|0;a=jE(c,47216)|0;$z(c);c=k[a>>2]|0;if(e)fc[k[c+24>>2]&255](j,a);else fc[k[c+28>>2]&255](j,a);g=j+11|0;c=i[g>>0]|0;if(c<<24>>24<0){a=k[j>>2]|0;h=8}else a=j;while(1){h=c<<24>>24<0;if((a|0)==((h?k[j>>2]|0:j)+(h?k[j+4>>2]|0:c&255)|0))break;c=i[a>>0]|0;d=k[b>>2]|0;do if(d|0){f=d+24|0;e=k[f>>2]|0;if((e|0)!=(k[d+28>>2]|0)){k[f>>2]=e+1;i[e>>0]=c;break}if((nc[k[(k[d>>2]|0)+52>>2]&31](d,c&255)|0)==-1)k[b>>2]=0}while(0);c=i[g>>0]|0;a=a+1|0;h=8}a=k[b>>2]|0;jF(j)}r=l;return a|0}function ch(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=pc[h&31](a,j,c,d,e&1)|0}else{c=JB(c)|0;a=jE(c,47240)|0;$z(c);c=k[a>>2]|0;if(e)fc[k[c+24>>2]&255](j,a);else fc[k[c+28>>2]&255](j,a);g=j+8+3|0;a=i[g>>0]|0;c=k[j>>2]|0;h=j+4|0;e=a<<24>>24<0?c:j;while(1){f=a<<24>>24<0;if((e|0)==((f?c:j)+((f?k[h>>2]|0:a&255)<<2)|0))break;a=k[e>>2]|0;c=k[b>>2]|0;if(c|0){d=c+24|0;f=k[d>>2]|0;if((f|0)==(k[c+28>>2]|0))a=nc[k[(k[c>>2]|0)+52>>2]&31](c,a)|0;else{k[d>>2]=f+4;k[f>>2]=a}if((a|0)==-1)k[b>>2]=0}e=e+4|0;a=i[g>>0]|0;c=k[j>>2]|0}a=k[b>>2]|0;$E(j)}r=l;return a|0}function dh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;e=j;g=(d|0)==0?45640:d;d=k[g>>2]|0;a:do if(!b)if(!d)d=0;else h=15;else{f=(a|0)==0?e:a;if(!c)d=-2;else{if(!d){d=i[b>>0]|0;a=d&255;if(d<<24>>24>-1){k[f>>2]=a;d=d<<24>>24!=0&1;break}d=a+-194|0;if(d>>>0>50){h=15;break}d=k[3012+(d<<2)>>2]|0;e=c+-1|0;if(e){b=b+1|0;h=9}}else{e=c;h=9}b:do if((h|0)==9){a=i[b>>0]|0;l=(a&255)>>>3;if((l+-16|l+(d>>26))>>>0>7){h=15;break a}while(1){b=b+1|0;d=(a&255)+-128|d<<6;e=e+-1|0;if((d|0)>=0)break;if(!e)break b;a=i[b>>0]|0;if((a&-64)<<24>>24!=-128){h=15;break a}}k[g>>2]=0;k[f>>2]=d;d=c-e|0;break a}while(0);k[g>>2]=d;d=-2}}while(0);if((h|0)==15){k[g>>2]=0;d=TE()|0;k[d>>2]=84;d=-1}r=j;return d|0}function eh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;e=a+16|0;d=k[e>>2]|0;f=d;g=b+16|0;do if((d|0)==(a|0))if((k[g>>2]|0)==(b|0)){fc[k[(k[d>>2]|0)+12>>2]&255](d,c);f=k[e>>2]|0;ec[k[(k[f>>2]|0)+16>>2]&255](f);k[e>>2]=0;f=k[g>>2]|0;fc[k[(k[f>>2]|0)+12>>2]&255](f,a);f=k[g>>2]|0;ec[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=0;k[e>>2]=a;fc[k[(k[c>>2]|0)+12>>2]&255](c,b);ec[k[(k[c>>2]|0)+16>>2]&255](c);k[g>>2]=b;break}else{fc[k[(k[d>>2]|0)+12>>2]&255](d,b);g=k[e>>2]|0;ec[k[(k[g>>2]|0)+16>>2]&255](g);g=b+16|0;k[e>>2]=k[g>>2];k[g>>2]=b;break}else{c=k[g>>2]|0;if((c|0)==(b|0)){fc[k[(k[c>>2]|0)+12>>2]&255](c,a);f=k[g>>2]|0;ec[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=k[e>>2];k[e>>2]=a;break}else{k[e>>2]=c;k[g>>2]=f;break}}while(0);r=h;return}function fh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=rB(46496,18579)|0;h=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(b);Ql(g,h);ro(g)}k[d>>2]=2308;k[d+4>>2]=a;k[d+16>>2]=d;to(c,d);uy(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=rB(46496,18650)|0;a=k[c>>2]|0;h=rB(si(h,a)|0,18594)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(b);Ql(h,g);ro(h)}r=f;return a|0}function gh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=rB(46496,18579)|0;h=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(b);Ql(g,h);ro(g)}k[d>>2]=2352;k[d+4>>2]=a;k[d+16>>2]=d;Kl(c,d);uy(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=rB(46496,18650)|0;a=k[c>>2]|0;h=rB(ti(h,a)|0,18594)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(b);Ql(h,g);ro(h)}r=f;return a|0}function hh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;l=m+8|0;j=m;h=rm(b,1)|0;if(!(i[h>>0]|0)){c=nz(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+16>>2]=0;k[c+4>>2]=1;d=1}else{c=vc(a,rm(b,1)|0)|0;d=2}k[l>>2]=c;k[l+4>>2]=0;f=l+8|0;k[f>>2]=0;k[l+12>>2]=0;g=l+4|0;h=l+12|0;while(1){e=(fp(b)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;c=Fm(a,rm(b,d)|0)|0;k[j>>2]=c;e=k[f>>2]|0;if(e>>>0<(k[h>>2]|0)>>>0){k[e>>2]=c;k[f>>2]=(k[f>>2]|0)+4}else lm(g,j);d=d+1|0}c=k[a>>2]|0;d=c+72|0;e=k[d>>2]|0;if((e|0)==(k[c+76>>2]|0))zl(c+68|0,l);else{AD(e,l);k[d>>2]=(k[d>>2]|0)+16}Bx(l+4|0);r=m;return}function ih(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g+12|0;d=g;a:do if(!(i[b+24>>0]|0)){c=Xn(zE(b)|0)|0;if(!(DA(k[a>>2]|0,c)|0)){g=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,18220,16);f=k[b+28>>2]|0;b=k[b+32>>2]|0;Ts(g,d);k[g+12>>2]=f;k[g+16>>2]=b;Gb(g|0,8,148)}}else{e=FE(b)|0;d=k[a>>2]|0;a=k[d+48>>2]|0;d=(k[d+52>>2]|0)-a>>2;c=0;while(1){if(c>>>0>=d>>>0)break;if((k[k[a+(c<<2)>>2]>>2]|0)==(e|0))break a;c=c+1|0}g=Oa(20)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;pq(f,18204,15);e=k[b+28>>2]|0;b=k[b+32>>2]|0;Ts(g,f);k[g+12>>2]=e;k[g+16>>2]=b;Gb(g|0,8,148)}while(0);r=g;return c|0}function jh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>3;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>3>>>0){uu(a);if(e>>>0>536870911)EH();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>2;Rw(a,j>>3>>>0<268435455?(l>>>0<e>>>0?e:l):536870911);vv(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>3;h=e>>>0>g>>>0;g=h?b+(g<<3)|0:c;d=g-f|0;e=d>>3;if(e|0)ew(j|0,b|0,d|0)|0;e=i+(e<<3)|0;if(h){vv(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-8|0;k[l>>2]=c;d=c}}while(0);return}function kh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[11286]|0;b=k[11285]|0;if(((d-b|0)/20|0)>>>0<a>>>0){e=k[11284]|0;c=(b-e|0)/20|0;b=c+a|0;if(b>>>0>214748364)EH();e=(d-e|0)/20|0;d=e<<1;Fo(f,e>>>0<107374182?(d>>>0<b>>>0?b:d):214748364,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;o[e+16>>2]=1.0;b=b+-1|0;if(!b)break;else e=e+20|0}k[d>>2]=c+(a*20|0);mm(f);Tr(f)}else hs(a);r=g;return}function lh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;e=l;j=a+4|0;h=(k[j>>2]|0)-(k[a>>2]|0)>>2;c=k[b>>2]|0;d=(k[b+4>>2]|0)-c|0;a:do if(!h){if(!d)Na(34476,34379,142,34497);while(1){if(wz(k[c+16>>2]|0)|0)break a;c=k[b>>2]|0}}else{if(((d|0)/24|0|0)!=(h|0))Na(34502,34379,149,34497);f=a+12|0;if(i[f>>0]|0)Na(34526,34379,150,34497);i[f>>0]=1;g=a+16|0;CI(g);Ey(a);c=0;while(1){if(c>>>0>=h>>>0)break;d=k[(k[a>>2]|0)+(c<<2)>>2]|0;ur(e,(k[b>>2]|0)+(c*24|0)|0);sx(d,e);uy(e);c=c+1|0}c=a+44|0;d=a+92|0;while(1){if((k[d>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;dF(c,g,1)}i[f>>0]=0;MF(g)}while(0);r=l;return}function mh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;i[b+12>>0]=(b|0)==(a|0)&1;e=b;while(1){if((e|0)==(a|0))break;c=k[e+8>>2]|0;g=c+12|0;if(i[g>>0]|0)break;f=c+8|0;b=k[f>>2]|0;d=k[b>>2]|0;if((d|0)==(c|0)){d=k[b+4>>2]|0;if(!d){h=8;break}d=d+12|0;if(i[d>>0]|0){h=8;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}else{if(!d){h=14;break}d=d+12|0;if(i[d>>0]|0){h=14;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}}if((h|0)==8){if((k[c>>2]|0)!=(e|0)){Ws(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;Js(b)}else if((h|0)==14){if((k[c>>2]|0)==(e|0)){Js(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;Ws(b)}return}function nh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>2;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>2>>>0){vu(a);if(e>>>0>1073741823)EH();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>1;Ww(a,j>>2>>>0<536870911?(l>>>0<e>>>0?e:l):1073741823);Iv(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>2;h=e>>>0>g>>>0;g=h?b+(g<<2)|0:c;d=g-f|0;e=d>>2;if(e|0)ew(j|0,b|0,d|0)|0;e=i+(e<<2)|0;if(h){Iv(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-4|0;k[l>>2]=c;d=c}}while(0);return}function oh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+144|0;d=f+128|0;e=f;bz();if(i[49132]|0)rB(46496,12815)|0;c=Oz(196)|0;Dl(c);k[11179]=c;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;Kr(d,b);c=0;while(1){if((c|0)>=(b|0))break;i[(k[d>>2]|0)+c>>0]=i[a+c>>0]|0;c=c+1|0}b=k[11179]|0;k[e>>2]=b;k[e+4>>2]=b+108;k[e+8>>2]=d;i[e+12>>0]=0;k[e+16>>2]=0;k[e+20>>2]=-1;k[e+24>>2]=0;k[e+28>>2]=0;k[e+32>>2]=0;k[e+40>>2]=0;k[e+44>>2]=0;k[e+48>>2]=0;k[e+56>>2]=0;k[e+60>>2]=0;k[e+52>>2]=e+56;k[e+64>>2]=0;k[e+76>>2]=0;k[e+80>>2]=0;k[e+72>>2]=e+76;b=e+84|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[e+108>>2]=15;k[e+116>>2]=0;k[e+120>>2]=0;k[e+112>>2]=e+116;k[e+124>>2]=0;ye(e);Go();On(e);Cx(d);r=f;return}function ph(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;c=k[11185]|0;do if(c){h=i[b+11>>0]|0;g=h<<24>>24<0;h=g?k[b+4>>2]|0:h&255;g=g?k[b>>2]|0:b;while(1){d=c+16|0;b=i[d+11>>0]|0;e=b<<24>>24<0;b=e?k[c+20>>2]|0:b&255;d=e?k[d>>2]|0:d;e=b>>>0<h>>>0;j=QD(g,d,e?b:h)|0;f=h>>>0<b>>>0;if((((j|0)==0?(f?-2147483648:0):j)|0)<0){b=k[c>>2]|0;if(!b){b=5;break}else c=b}else{j=QD(d,g,f?h:b)|0;if((((j|0)==0?(e?-2147483648:0):j)|0)>=0){b=10;break}d=c+4|0;b=k[d>>2]|0;if(!b){b=9;break}else c=b}}if((b|0)==5){k[a>>2]=c;break}else if((b|0)==9){k[a>>2]=c;c=d;break}else if((b|0)==10){k[a>>2]=c;c=a;break}}else{k[a>>2]=44740;c=44740}while(0);return c|0}function qh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;h=a+4|0;Wm(a,(((k[h>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);d=k[c>>2]|0;if((i[d>>0]|0)!=40)Na(28731,28573,614,29218);k[c>>2]=d+1;e=nv(b)|0;a:while(1){oj(c);b=k[c>>2]|0;if((i[b>>0]|0)==41){f=b;break}Qv(e,Te(a,c,29228)|0);oj(c);b=k[c>>2]|0;switch(i[b>>0]|0){case 41:{f=b;break a}case 44:break;default:{g=7;break a}}k[c>>2]=b+1}if((g|0)==7)Ga();k[c>>2]=f+1;b=k[h>>2]|0;d=b+-12|0;if((k[b+-8>>2]|0)==(k[d>>2]|0))j=b;else Na(29231,28573,630,29218);while(1){if((j|0)==(d|0))break;g=j+-12|0;k[h>>2]=g;Xw(g);j=k[h>>2]|0}return e|0}function rh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;if((a|0)==(k[b+8>>2]|0))Sl(b,c,d,e);else{r=b+52|0;m=j[r>>1]|0;h=m&255;l=b+53|0;m=(m&65535)>>>8&255;q=k[a+12>>2]|0;n=a+16+(q<<3)|0;i[r>>0]=0;i[l>>0]=0;Fs(a+16|0,b,c,d,e,f);a:do if((q|0)>1){o=b+24|0;p=a+8|0;q=b+54|0;a=a+24|0;do{if(i[q>>0]|0)break a;g=j[r>>1]|0;if(!((g&255)<<24>>24)){if((g&65535)>=256?(k[p>>2]&1|0)==0:0)break a}else{if((k[o>>2]|0)==1)break a;if(!(k[p>>2]&2))break a}i[r>>0]=0;i[l>>0]=0;Fs(a,b,c,d,e,f);a=a+8|0}while(a>>>0<n>>>0)}while(0);i[r>>0]=h;i[l>>0]=m}return}function sh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=c+4|0;d=(k[e>>2]|0)-(k[c>>2]|0)|0;Kr(c,d+b|0);d=(k[c>>2]|0)+d|0;a:while(1){b=i[a>>0]|0;b:do switch(b<<24>>24){case 0:break a;case 92:{b=i[a+1>>0]|0;switch(b<<24>>24){case 34:{i[d>>0]=34;a=a+2|0;break b}case 39:{i[d>>0]=39;a=a+2|0;break b}case 92:{i[d>>0]=92;a=a+2|0;break b}case 110:{i[d>>0]=10;a=a+2|0;break b}case 116:{i[d>>0]=9;a=a+2|0;break b}default:{b=((bx(b)|0)<<4)+(bx(i[a+2>>0]|0)|0)&255;i[d>>0]=b;a=a+3|0;break b}}}default:{i[d>>0]=b;a=a+1|0}}while(0);d=d+1|0}a=k[c>>2]|0;b=a;if(d>>>0<a>>>0)Na(17035,16833,1304,17056);a=d-b|0;if(a>>>0>((k[e>>2]|0)-b|0)>>>0)Na(17071,16833,1306,17056);else{Kr(c,a);return}}function th(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=rB(46496,18579)|0;h=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(d);Ql(g,h);ro(g)}g=Wh(a)|0;k[c>>2]=2;h=c+8|0;k[h>>2]=g;k[h+4>>2]=M;b=+FD(c);if(i[e>>0]|0){h=rB(ui(rB(46496,20868)|0,b)|0,18594)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(h,g);ro(h)}r=f;return +b}function uh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+uz(d);p[t>>3]=f;e=k[t+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[t>>2]|0)>>>0>0)fc[k[k[b>>2]>>2]&255](b,21918);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(vF(MD(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,21937)}else{d=eB(d)|0;if(!(Ez(d,M)|0))fc[k[k[b>>2]>>2]&255](b,21937)}k[a>>2]=1;k[a+8>>2]=~~f>>>0}else{if(e){if(!(tF(MD(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,21962)}else{d=eB(d)|0;if(!(Xz(d,M)|0))fc[k[k[b>>2]>>2]&255](b,21962)}c=+O(f)>=1.0?(f>0.0?~~+aa(+N(f/4294967296.0),4294967295.0)>>>0:~~+_((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function vh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){Bg(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){Bg(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=qw(a)|0;if((b|0)==0&(M|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function wh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+uz(d);p[t>>3]=f;e=k[t+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[t>>2]|0)>>>0>0)fc[k[k[b>>2]>>2]&255](b,21812);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(wF(MD(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,21831)}else{d=eB(d)|0;if(!(Fz(d,M)|0))fc[k[k[b>>2]>>2]&255](b,21831)}k[a>>2]=1;k[a+8>>2]=~~f}else{if(e){if(!(uF(MD(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,21856)}else{d=eB(d)|0;if(!(Yz(d,M)|0))fc[k[k[b>>2]>>2]&255](b,21856)}c=+O(f)>=1.0?(f>0.0?~~+aa(+N(f/4294967296.0),4294967295.0)>>>0:~~+_((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function xh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){k[d>>2]=b;if(i[a+44>>0]|0)if((gB(d,4,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+4|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=kc[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((gB(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((gB(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function yh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;d=l;f=Mx()|0;g=d+12|0;h=d+8|0;a:while(1){oj(b);c=k[b>>2]|0;if((i[c>>0]|0)==59){e=c;break}jd(d,c);if((k[g>>2]|0)!=2){j=4;break}k[b>>2]=(k[b>>2]|0)+(k[h>>2]|0);oj(b);c=k[b>>2]|0;if((i[c>>0]|0)==61){k[b>>2]=c+1;oj(b);c=Te(a,b,28878)|0}else c=0;Kn(f,k[d>>2]|0,c);oj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 59:{j=10;break a}case 44:break;default:{j=9;break a}}k[b>>2]=c+1}if((j|0)==4)Na(28850,28573,437,28869);else if((j|0)==9)Ga();else if((j|0)==10)e=c;k[b>>2]=e+1;r=l;return f|0}function zh(a,b){a=a|0;b=b|0;var c=0,d=0;c=(fp(b)|0)+8|0;do if((k[c>>2]|0)!=1){c=(rm(b,1)|0)+24|0;if(!(i[c>>0]|0)){c=FE(rm(b,1)|0)|0;if((c|0)==(k[11389]|0)){hh(a,rm(b,2)|0);c=k[a>>2]|0;b=k[c+68>>2]|0;b=bB(c+64|0,(k[b+8>>2]|0)-(k[b+4>>2]|0)>>2,0)|0;k[c+60>>2]=k[b>>2];break}c=(fp(b)|0)+8|0;c=FE(rm(b,(k[c>>2]|0)+-1|0)|0)|0;if((c|0)==(k[11389]|0)){d=(k[a>>2]|0)+60|0;c=Xn(zE(rm(b,1)|0)|0)|0;bB(d,c,((c|0)<0)<<31>>31)|0;a=(k[a>>2]|0)+64|0;c=Xn(zE(rm(b,2)|0)|0)|0;bB(a,c,((c|0)<0)<<31>>31)|0;break}}hh(a,b);d=k[a>>2]|0;c=k[d+68>>2]|0;c=bB(d+64|0,(k[c+8>>2]|0)-(k[c+4>>2]|0)>>2,0)|0;k[d+60>>2]=k[c>>2]}while(0);return}function Ah(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+64|0;d=i+56|0;e=i+44|0;f=i+16|0;g=i;h=i+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;ei(f,b,c+8|0,e);if(!(k[f+16>>2]|0)){j=k[b+4>>2]|0;f=k[j+36>>2]|0;b=k[(k[f>>2]|0)+4>>2]|0;j=k[j>>2]|0;k[h>>2]=k[c+24>>2];k[d>>2]=k[h>>2];h=Su(j,d)|0;mc[b&15](g,f,h,e);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}Yw(e);r=i;return}function Bh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){i[d>>0]=b;if(i[a+44>>0]|0)if((gB(d,1,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+1|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=kc[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((gB(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((gB(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function Ch(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=Zw(Gy(k[a>>2]|0,35010,0)|0,32)|0;si(c,k[b>>2]|0)|0;c=b+4|0;switch(k[c>>2]|0){case -1:case 0:break;default:si(Zw(k[a>>2]|0,32)|0,k[c>>2]|0)|0}rB(k[a>>2]|0,31646)|0;Ty(k[a>>2]|0,k[a+4>>2]|0);e=k[b+12>>2]|0;b=k[b+8>>2]|0;while(1){if((b|0)==(e|0))break;Gy(k[a>>2]|0,31657,1)|0;qf(a,k[b>>2]|0);d=k[b+8>>2]|0;c=k[b+4>>2]|0;while(1){if((c|0)==(d|0))break;f=k[c>>2]|0;Zw(k[a>>2]|0,32)|0;gs(a,f)|0;c=c+4|0}Zw(k[a>>2]|0,41)|0;b=b+16|0}return}function Dh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;h=r;r=r+64|0;d=h+40|0;e=h;f=h+24|0;g=h+56|0;Dd(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){j=k[b+4>>2]|0;b=k[j+36>>2]|0;i=k[(k[b>>2]|0)+12>>2]|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];e=hj(j,c,d)|0;k[g>>2]=e;k[d>>2]=k[g>>2];mc[i&15](f,b,c,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=h;return}function Eh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;c=h+12|0;g=h;do if(!(i[b+24>>0]|0)){e=zE(b)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,e,So(e)|0);e=Ak(c)|0;f=M;jF(c);c=k[a+68>>2]|0;d=(k[a+72>>2]|0)-c>>2;if(f>>>0>0|(f|0)==0&e>>>0>d>>>0){h=Oa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,18012,13);e=k[b+28>>2]|0;f=k[b+32>>2]|0;Ts(h,g);k[h+12>>2]=e;k[h+16>>2]=f;Gb(h|0,8,148)}if((e|0)==(d|0)&(f|0)==0){i[a+80>>0]=1;c=k[11390]|0;break}else{g=UC(d+-1|0,0,e|0,f|0)|0;c=k[c+(g<<2)>>2]|0;break}}else c=FE(b)|0;while(0);r=h;return c|0}function Fh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+272|0;i=m+8|0;j=m;e=k[b>>2]|0;k[j>>2]=e;l=(a|0)!=0;g=l?d:256;a=l?a:i;f=e;a:do if((g|0)!=0&(e|0)!=0){d=0;h=a;while(1){a=c>>>0>=g>>>0;if(!(a|c>>>0>32)){a=h;break a}e=a?g:c;c=c-e|0;e=ag(h,j,e)|0;if((e|0)==-1)break;a=(h|0)==(i|0);g=g-(a?0:e)|0;a=a?h:h+e|0;d=e+d|0;f=k[j>>2]|0;e=f;if((g|0)!=0&(f|0)!=0)h=a;else break a}e=k[j>>2]|0;a=h;d=-1;g=0;f=e}else d=0;while(0);b:do if((f|0)!=0?(g|0)!=0&(c|0)!=0:0){h=c;while(1){c=Gm(a,k[f>>2]|0)|0;if((c+1|0)>>>0<2)break;f=f+4|0;k[j>>2]=f;h=h+-1|0;g=g-c|0;d=d+1|0;e=f;if(!((g|0)!=0&(h|0)!=0))break b;else a=a+c|0}if(!c){k[j>>2]=0;e=0}else d=-1}while(0);if(l)k[b>>2]=e;r=m;return d|0}function Gh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;Gy(k[a>>2]|0,33189,0)|0;c=b+8|0;if(!(k[c>>2]|0)){c=b+12|0;if(k[c>>2]|0)e=5}else{d=Zw(k[a>>2]|0,32)|0;Nw(d,k[c>>2]|0)|0;c=b+12|0;if(!(k[c>>2]|0))Na(33194,33208,156,33229);else e=5}if((e|0)==5){d=Zw(k[a>>2]|0,32)|0;Nw(d,k[c>>2]|0)|0}Nz(a);c=k[b+16>>2]|0;b=(k[c>>2]|0)==1?c:0;a:do if((i[a+20>>0]|0)==0&(b|0)!=0?(k[b+8>>2]|0)==0:0){d=b+12|0;b=k[b+20>>2]|0;c=0;while(1){if((c|0)==(b|0))break a;f=kB(d,c)|0;Zt(a,k[f>>2]|0);c=c+1|0}}else e=11;while(0);if((e|0)==11)Zt(a,c);Fv(a);return}function Hh(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=rB(46496,18579)|0;h=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=jE(h,47200)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;$G(d);Ql(g,h);ro(g)}h=Uh(a)|0;k[c>>2]=1;k[c+8>>2]=h;b=+GD(c);if(i[e>>0]|0){h=rB(ui(rB(46496,20840)|0,b)|0,18594)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(h,g);ro(h)}r=f;return +b}function Ih(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;c=g+4|0;i=g;h=k[a+20>>2]|0;k[i>>2]=k[b+24>>2];k[c>>2]=k[i>>2];c=Kv(h,c)|0;a:do if(wk(a,(c|0)!=0,b,15194)|0?(ai(a,k[(k[b+28>>2]|0)+4>>2]|0,1,b,15224)|0,d=b+8|0,e=b+16|0,f=c+8|0,wk(a,(k[e>>2]|0)==((k[c+12>>2]|0)-(k[f>>2]|0)>>2|0),b,15093)|0):0){c=0;while(1){if(c>>>0>=(k[e>>2]|0)>>>0)break a;i=kB(d,c)|0;if(!(ai(a,k[(k[i>>2]|0)+4>>2]|0,k[(k[f>>2]|0)+(c<<2)>>2]|0,b,15122)|0))rB(si(rB(46496,15150)|0,c)|0,31551)|0;c=c+1|0}}while(0);r=g;return}function Jh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=a+8|0;g=j+3|0;e=i[g>>0]|0;f=e<<24>>24<0;if(f){l=k[a+4>>2]|0;c=(k[j>>2]&2147483647)+-1|0}else{l=e&255;c=1}b=l>>>0<2;h=b?1:(l+4&-4)+-1|0;do if((h|0)!=(c|0)){do if(b){b=k[a>>2]|0;if(f){e=0;c=b;d=a;f=13}else{eG(a,b,(e&255)+1|0);hJ(b);f=16}}else{c=h+1|0;if(c>>>0>1073741823)Na(41207,41244,1734,41324);d=Oz(c<<2)|0;if(f){e=1;c=k[a>>2]|0;f=13;break}else{eG(d,a,(e&255)+1|0);b=a+4|0;f=15;break}}while(0);if((f|0)==13){b=a+4|0;eG(d,c,(k[b>>2]|0)+1|0);hJ(c);if(e){c=h+1|0;f=15}else f=16}if((f|0)==15){k[j>>2]=c|-2147483648;k[b>>2]=l;k[a>>2]=d;break}else if((f|0)==16){i[g>>0]=l;break}}while(0);return}function Kh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 88:{e=a+1|0;d=qc(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}case 74:{d=a+1|0;if((d|0)==(b|0))break a;while(1){if((i[d>>0]|0)==69)break;e=Kh(d,b,c)|0;if((e|0)==(d|0))break a;else d=e}a=d+1|0;break a}case 76:{e=a+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==90:0){e=a+2|0;d=Ec(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}a=Gc(a,b,c)|0;break a}default:{a=rc(a,b,c)|0;break a}}while(0);return a|0}function Lh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g+12|0;f=g;d=ph(e,b)|0;b=k[d>>2]|0;if(!b){hp(f,c);b=k[f>>2]|0;up(k[e>>2]|0,d,b);d=1}else d=0;k[a>>2]=b;i[a+4>>0]=d;r=g;return}function Mh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g+12|0;f=g;d=ph(e,b)|0;b=k[d>>2]|0;if(!b){Cm(f,c);b=k[f>>2]|0;up(k[e>>2]|0,d,b);d=1}else d=0;k[a>>2]=b;i[a+4>>0]=d;r=g;return}function Nh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;k[a>>2]=b;k[a+4>>2]=c;k[a+16>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;k[a+32>>2]=0;b=a+52|0;e=b;g=e+76|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(g|0));i[b+76>>0]=0;f=Oz(64)|0;k[f+40>>2]=0;k[f+44>>2]=0;k[f+48>>2]=0;b=f+52|0;d=f+56|0;k[d>>2]=0;k[f+60>>2]=0;e=f;g=e+36|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(g|0));k[b>>2]=d;e=a+8|0;k[e>>2]=f;b=eJ(c>>>0>1073741823?-1:c<<2)|0;d=a+12|0;k[d>>2]=b;b=0;while(1){if((b|0)==(c|0))break;k[(k[d>>2]|0)+(b<<2)>>2]=k[e>>2];b=b+1|0}c=gp()|0;d=a+20|0;k[d>>2]=c;if(!c)Na(13792,13808,99,13835);k[a+36>>2]=0;k[a+40>>2]=0;b=0;while(1){if(b>>>0>=(k[d>>2]|0)>>>0)break;Im(a);b=b+1|0}Np(a);k[a+44>>2]=0;k[a+48>>2]=0;return}function Oh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+16|0;j=s;l=Kx()|0;m=j+12|0;n=j+12|0;o=(d|0)==0;p=(e|0)==0;a:while(1){oj(b);q=k[b>>2]|0;g=i[q>>0]|0;switch(g<<24>>24){case 0:break a;case 59:{k[b>>2]=q+1;continue a}default:f=c}while(1){h=i[f>>0]|0;if(!(h<<24>>24))break;if(h<<24>>24==g<<24>>24)break a;else f=f+1|0}if((!o?i[d>>0]|0:0)?(jd(j,q),(k[n>>2]|0)==0?(k[j>>2]|0)==(d|0):0):0)break;if((!p?i[e>>0]|0:0)?(jd(j,k[b>>2]|0),(k[m>>2]|0)==0?(k[j>>2]|0)==(e|0):0):0)break;Nv(l,Oj(a,b,c)|0)}r=s;return l|0}function Ph(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+8|0;d=l+4|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;k[d>>2]=k[c>>2];m=k[a+36>>2]|0;switch(kc[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+4|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((Is(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function Qh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=a;k[g>>2]=0;k[g+4>>2]=0;g=b+16|0;b=0;h=0;while(1){i=(wz(k[g>>2]|0)|0)<<24>>24;d=i&128;f=i&127;l=(b|0)==0&(h|0)==0;c=UC(64,0,b|0,h|0)|0;c=pC(1,0,c|0)|0;c=HE(c|0,M|0,-1,-1)|0;e=M;c=l?-1:c;c=f&c;d=(d|0)!=0;if(d&((c|0)!=(f|0)|0!=0)){c=3;break}e=pC(c|0,0,b|0)|0;f=a;e=k[f>>2]|e;f=k[f+4>>2]|M;l=a;k[l>>2]=e;k[l+4>>2]=f;if(!d){c=7;break}b=HE(b|0,h|0,7,0)|0;if(b>>>0<64)h=M;else{c=6;break}}if((c|0)==3)Na(18662,18497,99,18515);else if((c|0)==6)Na(18739,18497,104,18515);else if((c|0)==7){if((i&64|0?(j=HE(b|0,h|0,7,0)|0,j>>>0<64):0)?(i=64-j|0,l=pC(e|0,f|0,i|0)|0,i=EB(l|0,M|0,i|0)|0,l=M,j=a,k[j>>2]=i,k[j+4>>2]=l,(l|0)>=0):0)Na(20450,18497,114,18515);return}}function Rh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;f=(rm(b,2)|0)+24|0;do if((i[f>>0]|0)==0?(f=FE(rm(b,2)|0)|0,((i[f>>0]|0)+-48|0)>>>0>=10):0){f=FE(rm(b,2)|0)|0;if((f|0)!=(k[11367]|0))Na(18352,16833,1362,18374);if(!(i[a+81>>0]|0)){f=Oa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,18386,29);xz(f,c);Gb(f|0,8,148)}else{f=(k[a>>2]|0)+100|0;c=FE(rm(b,1)|0)|0;k[f>>2]=c;break}}else d=8;while(0);if((d|0)==8){f=EC()|0;d=FE(rm(b,1)|0)|0;k[f>>2]=d;d=FE(rm(b,2)|0)|0;k[f+4>>2]=d;jk(k[a>>2]|0,f)}r=e;return}function Sh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+4|0;d=l+8|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;i[d>>0]=k[c>>2];m=k[a+36>>2]|0;switch(kc[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+1|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((Is(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function Th(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=rB(46496,18579)|0;f=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(b);Ql(e,f);ro(e)}f=(ah(a)|0)&255;a=((ah(a)|0)&255)<<8|f;if(i[c>>0]|0){f=rB(ti(rB(46496,18599)|0,a)|0,18594)|0;e=JB(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(b);Ql(f,e);ro(f)}r=d;return a&65535|0}function Uh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=rB(46496,18579)|0;f=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(b);Ql(e,f);ro(e)}f=(Th(a)|0)&65535;a=((Th(a)|0)&65535)<<16|f;if(i[c>>0]|0){f=rB(si(rB(46496,18583)|0,a)|0,18594)|0;e=JB(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(b);Ql(f,e);ro(f)}r=d;return a|0}
-function Vh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+64|0;o=s;q=k[a>>2]|0;p=a+(k[q+-8>>2]|0)|0;q=k[q+-4>>2]|0;k[o>>2]=b;k[o+4>>2]=a;k[o+8>>2]=1984;a=o+12|0;c=o+16|0;d=o+20|0;e=o+24|0;f=o+28|0;g=o+32|0;h=o+40|0;l=(q|0)==(b|0);m=a;n=m+40|0;do{k[m>>2]=0;m=m+4|0}while((m|0)<(n|0));j[a+40>>1]=0;i[a+42>>0]=0;a:do if(l){k[o+48>>2]=1;ac[k[(k[b>>2]|0)+20>>2]&15](b,o,p,p,1,0);a=(k[e>>2]|0)==1?p:0}else{bc[k[(k[q>>2]|0)+24>>2]&3](q,o,p,1,0);switch(k[o+36>>2]|0){case 0:{a=(k[h>>2]|0)==1&(k[f>>2]|0)==1&(k[g>>2]|0)==1?k[d>>2]|0:0;break a}case 1:break;default:{a=0;break a}}if((k[e>>2]|0)!=1?!((k[h>>2]|0)==0&(k[f>>2]|0)==1&(k[g>>2]|0)==1):0){a=0;break}a=k[c>>2]|0}while(0);r=s;return a|0}function Wh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=r;r=r+16|0;b=e;d=a+12|0;if(i[d>>0]|0){c=rB(46496,18579)|0;f=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(b);Ql(c,f);ro(c)}c=Uh(a)|0;a=Uh(a)|0;if(i[d>>0]|0){f=rB(li(rB(46496,20881)|0,c,a)|0,18594)|0;d=JB(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;$G(b);Ql(f,d);ro(f)}M=a;r=e;return c|0}function Xh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;d=a+52|0;CI(d);h=a+36|0;k[h>>2]=(k[h>>2]|0)+1;j=a+40|0;k[j>>2]=(k[j>>2]|0)+1;l=a+80|0;CI(l);MF(d);m=a+4|0;n=a+12|0;o=a+8|0;e=a+128|0;f=a+44|0;g=a+48|0;b=0;while(1){if(b>>>0>=(k[m>>2]|0)>>>0)break;if((k[(k[n>>2]|0)+(b<<2)>>2]|0)!=(k[o>>2]|0)){p=(k[n>>2]|0)+(b<<2)|0;c=k[p>>2]|0;k[p>>2]=0;if(c){k[f>>2]=(k[f>>2]|0)-1;ds(k[a>>2]|0,c);k[g>>2]=(k[g>>2]|0)+1}}else{k[j>>2]=(k[j>>2]|0)-1;CI(d);if(!(i[e>>0]|0))dF(l,d,1);MF(d);k[j>>2]=(k[j>>2]|0)+1;b=b+-1|0}b=b+1|0}CI(d);k[h>>2]=(k[h>>2]|0)-1;CI(l);MF(d);return}function Yh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j;if(i[a+12>>0]|0){h=rB(46496,20075)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(c);Ql(h,g);ro(h)}d=fh(a)|0;e=k[a>>2]|0;e=gz(e,fh(a)|0)|0;k[b+24>>2]=k[e>>2];if(((k[e+12>>2]|0)-(k[e+8>>2]|0)>>2|0)!=(d|0))Na(19959,18497,1911,20097);f=b+8|0;du(f,d);g=d+-1|0;c=0;while(1){h=zu(a)|0;if((c|0)==(d|0))break;l=kB(f,g-c|0)|0;k[l>>2]=h;c=c+1|0}k[b+28>>2]=h;k[b+4>>2]=k[e+4>>2];r=j;return}function Zh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;g=j+4|0;h=j;if(i[a+12>>0]|0){f=rB(46496,19878)|0;e=JB(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(g);Ql(f,e);ro(f)}c=fh(a)|0;if((c|1|0)!=1)Na(19778,18497,1862,19894);f=zu(a)|0;k[b+28>>2]=f;if((c|0)==1){f=zu(a)|0;k[b+32>>2]=f}d=fh(a)|0;e=b+8|0;c=0;while(1){f=zx(a,Uh(a)|0)|0;if((c|0)==(d|0))break;k[h>>2]=f;k[g>>2]=k[h>>2];Ju(e,g);c=c+1|0}k[b+24>>2]=f;r=j;return}function _h(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;f=h;g=k[a+8>>2]|0;c=a+4|0;d=k[c>>2]|0;do if(((g-d|0)/12|0)>>>0<b>>>0){e=k[a>>2]|0;c=(d-e|0)/12|0;d=c+b|0;if(d>>>0>357913941)EH();else{e=(g-e|0)/12|0;g=e<<1;Bo(f,e>>>0<178956970?(g>>>0<d>>>0?d:g):357913941,c,a+8|0);g=f+8|0;e=k[g>>2]|0;es(e|0,0,b*12|0)|0;k[g>>2]=e+(b*12|0);Jj(a,f);ts(f);break}}else{es(d|0,0,b*12|0)|0;k[c>>2]=d+(b*12|0)}while(0);r=h;return}function $h(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;do if((k[11272]|0)!=(b|0))if((k[11261]|0)==(b|0)){d=vG(3)|0;a=Nq(Nq(Nq(d,oF(44812)|0)|0,a)|0,c)|0;break}else{b=vG(4)|0;b=Nq(b,oF(44784)|0)|0;a=Nq(Nq(Nq(b,oF(d)|0)|0,a)|0,c)|0;break}else{b=vG(4)|0;b=Nq(b,oF(44764)|0)|0;d=gm()|0;Gn(d);k[d>>2]=4;i[d+8>>0]=1;a=Nq(Nq(Nq(b,d)|0,a)|0,c)|0}while(0);r=e;return a|0}function ai(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if((b|0)==5|(b|0)==(c|0))a=1;else{Ls(a);e=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,e)|0,14571)|0)|0;d=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;$G(f);Ql(e,d);ro(e);i[a+24>>0]=0;a=0}r=g;return a|0}function bi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=b;do if(k[b>>2]|0){j=a+8|0;b=k[j>>2]|0;l=a+12|0;c=k[l>>2]|0;if(b>>>0<c>>>0){k[b>>2]=97;k[b+4>>2]=i;k[j>>2]=b+8;break}g=a+4|0;h=k[g>>2]|0;f=b-h|0;e=f>>3;b=e+1|0;if(b>>>0>536870911)EH();d=c-h|0;a=d>>2;a=d>>3>>>0<268435455?(a>>>0<b>>>0?b:a):536870911;do if(a)if(a>>>0>536870911){l=Oa(4)|0;MI(l);Gb(l|0,2024,142)}else{d=Oz(a<<3)|0;break}else d=0;while(0);c=d+(e<<3)|0;k[c>>2]=97;k[d+(e<<3)+4>>2]=i;b=c+(0-e<<3)|0;if((f|0)>0)aq(b|0,h|0,f|0)|0;k[g>>2]=b;k[j>>2]=c+8;k[l>>2]=d+(a<<3);if(h|0)hJ(h)}while(0);return}function ci(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=b;a:do if(!((e^a)&3)){d=(c|0)!=0;if(d&(e&3|0)!=0)do{e=i[b>>0]|0;i[a>>0]=e;if(!(e<<24>>24))break a;c=c+-1|0;b=b+1|0;a=a+1|0;d=(c|0)!=0}while(d&(b&3|0)!=0);if(d){if(i[b>>0]|0){b:do if(c>>>0>3){d=b;while(1){b=k[d>>2]|0;if((b&-2139062144^-2139062144)&b+-16843009|0){b=d;break b}k[a>>2]=b;c=c+-4|0;b=d+4|0;a=a+4|0;if(c>>>0>3)d=b;else break}}while(0);f=11}}else c=0}else f=11;while(0);c:do if((f|0)==11)if(!c)c=0;else while(1){f=i[b>>0]|0;i[a>>0]=f;if(!(f<<24>>24))break c;c=c+-1|0;a=a+1|0;if(!c){c=0;break}else b=b+1|0}while(0);es(a|0,0,c|0)|0;return}function di(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+118|0;n=a+104|0;g=a+100|0;f=a+96|0;j=a+92|0;i[l>>0]=i[38905]|0;i[l+1>>0]=i[38906]|0;i[l+2>>0]=i[38907]|0;i[l+3>>0]=i[38908]|0;i[l+4>>0]=i[38909]|0;i[l+5>>0]=i[38910]|0;m=c+4|0;bn(l+1|0,43301,1,k[m>>2]|0);o=oE()|0;k[h>>2]=e;l=n+(Zv(n,13,o,l,h)|0)|0;m=Un(n,l,k[m>>2]|0)|0;e=JB(c)|0;k[j>>2]=e;He(n,m,l,h,g,f,j);$z(e);e=vi(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function ei(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=c+8|0;Yp(d,k[g>>2]|0);g=k[g>>2]|0;h=a+16|0;i=d+4|0;j=d+8|0;e=0;while(1){if((e|0)==(g|0)){l=8;break}f=kB(c,e)|0;Dd(a,b,k[f>>2]|0);if(k[h>>2]|0)break;f=k[i>>2]|0;if((f|0)==(k[j>>2]|0))Hk(d,a);else{k[f>>2]=k[a>>2];k[f+4>>2]=k[a+4>>2];k[f+8>>2]=k[a+8>>2];k[f+12>>2]=k[a+12>>2];k[i>>2]=(k[i>>2]|0)+16}e=e+1|0}if((l|0)==8){k[a>>2]=0;l=a+8|0;k[l>>2]=0;k[l+4>>2]=0;k[h>>2]=0}return}function fi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+108|0;n=a+96|0;g=a+92|0;f=a+88|0;j=a+84|0;i[l>>0]=i[38905]|0;i[l+1>>0]=i[38906]|0;i[l+2>>0]=i[38907]|0;i[l+3>>0]=i[38908]|0;i[l+4>>0]=i[38909]|0;i[l+5>>0]=i[38910]|0;m=c+4|0;bn(l+1|0,43301,0,k[m>>2]|0);o=oE()|0;k[h>>2]=e;l=n+(Zv(n,12,o,l,h)|0)|0;m=Un(n,l,k[m>>2]|0)|0;e=JB(c)|0;k[j>>2]=e;He(n,m,l,h,g,f,j);$z(e);e=vi(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function gi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+48|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[38905]|0;i[l+1>>0]=i[38906]|0;i[l+2>>0]=i[38907]|0;i[l+3>>0]=i[38908]|0;i[l+4>>0]=i[38909]|0;i[l+5>>0]=i[38910]|0;m=c+4|0;bn(l+1|0,43301,0,k[m>>2]|0);o=oE()|0;k[h>>2]=e;l=n+(Zv(n,12,o,l,h)|0)|0;m=Un(n,l,k[m>>2]|0)|0;e=JB(c)|0;k[j>>2]=e;Je(n,m,l,h,g,f,j);$z(e);e=Wi(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function hi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+50|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[38905]|0;i[l+1>>0]=i[38906]|0;i[l+2>>0]=i[38907]|0;i[l+3>>0]=i[38908]|0;i[l+4>>0]=i[38909]|0;i[l+5>>0]=i[38910]|0;m=c+4|0;bn(l+1|0,43301,1,k[m>>2]|0);o=oE()|0;k[h>>2]=e;l=n+(Zv(n,13,o,l,h)|0)|0;m=Un(n,l,k[m>>2]|0)|0;e=JB(c)|0;k[j>>2]=e;Je(n,m,l,h,g,f,j);$z(e);e=Wi(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function ii(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 59:{c=Wx(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=4;break}case 57:{c=Wx(k[a+4>>2]|0)|0;k[c+8>>2]=2;e=c+16|0;du(e,1);g=zu(a)|0;e=kB(e,0)|0;k[e>>2]=g;e=4;break}default:c=0}if((e|0)==4){if(i[a+12>>0]|0){g=rB(46496,20936)|0;e=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(d);Ql(g,e);ro(g)}MA(c);k[b>>2]=c;c=1}r=f;return c|0}function ji(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;oj(b);d=k[b>>2]|0;if((i[d>>0]|0)!=40)Na(28731,28573,501,29197);k[b>>2]=d+1;g=Te(a,b,28540)|0;oj(b);d=k[b>>2]|0;if((i[d>>0]|0)!=59)Na(29206,28573,505,29197);k[b>>2]=d+1;f=Te(a,b,28540)|0;oj(b);d=k[b>>2]|0;if((i[d>>0]|0)!=59)Na(29206,28573,509,29197);k[b>>2]=d+1;d=Te(a,b,42083)|0;oj(b);e=k[b>>2]|0;if((i[e>>0]|0)==41){k[b>>2]=e+1;return Ys(g,f,d,$s(a,b,c)|0)|0}else Na(28953,28573,513,29197);return 0}function ki(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)==5|(b|0)==(c|0))a=1;else{Ls(a);d=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,15122)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0;a=0}r=f;return a|0}function li(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;kv(m,a);if(i[m>>0]|0){g=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=jE(g,47256)|0;$G(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=JB(h)|0;k[f>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;$G(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+28>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(gc[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}Oo(m);r=n;return a|0}function mi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;kv(m,a);if(i[m>>0]|0){g=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=jE(g,47256)|0;$G(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=JB(h)|0;k[f>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;$G(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+20>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(gc[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}Oo(m);r=n;return a|0}function ni(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=h+4|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}e=g+11|0;if((i[e>>0]|0)<0)c=(k[g+8>>2]&2147483647)+-1|0;else c=10;Sp(g,c);d=i[e>>0]|0;c=d<<24>>24<0?k[g+4>>2]|0:d&255;while(1){d=d<<24>>24<0?k[g>>2]|0:g;k[f>>2]=b;d=FA(d,c+1|0,41379,f)|0;if((d|0)>-1)if(d>>>0>c>>>0)c=d;else break;else c=c<<1|1;Sp(g,c);d=i[e>>0]|0}Sp(g,d);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}jF(g);r=h;return}function oi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if(!((b|0)==5|(b|0)==(c|0))){Ls(a);e=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,e)|0,14571)|0)|0;d=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;$G(f);Ql(e,d);ro(e);i[a+24>>0]=0}r=g;return}function pi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+224|0;m=q+120|0;n=q+80|0;o=q;p=q+136|0;d=n;e=d+40|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[m>>2]=k[c>>2];if((Cc(0,b,m,o,n)|0)<0)c=-1;else{c=k[a>>2]|0;l=c&32;if((i[a+74>>0]|0)<1)k[a>>2]=c&-33;d=a+48|0;if(!(k[d>>2]|0)){e=a+44|0;f=k[e>>2]|0;k[e>>2]=p;g=a+28|0;k[g>>2]=p;h=a+20|0;k[h>>2]=p;k[d>>2]=80;j=a+16|0;k[j>>2]=p+80;c=Cc(a,b,m,o,n)|0;if(f){$b[k[a+36>>2]&31](a,0,0)|0;c=(k[h>>2]|0)==0?-1:c;k[e>>2]=f;k[d>>2]=0;k[j>>2]=0;k[g>>2]=0;k[h>>2]=0}}else c=Cc(a,b,m,o,n)|0;p=k[a>>2]|0;k[a>>2]=p|l;c=(p&32|0)==0?c:-1}r=q;return c|0}function qi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(!((b|0)==5|(b|0)==(c|0))){Ls(a);d=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,15297)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function ri(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;kv(l,a);if(i[l>>0]|0){f=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=jE(f,47256)|0;$G(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=JB(g)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;$G(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+40>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(pc[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Oo(l);r=m;return a|0}function si(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;kv(l,a);if(i[l>>0]|0){f=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=jE(f,47256)|0;$G(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=JB(g)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;$G(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+24>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(pc[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Oo(l);r=m;return a|0}function ti(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;kv(l,a);if(i[l>>0]|0){f=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=jE(f,47256)|0;$G(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=JB(g)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;$G(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+16>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(pc[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Oo(l);r=m;return a|0}function ui(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;kv(l,a);if(i[l>>0]|0){f=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=jE(f,47256)|0;$G(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=JB(g)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;$G(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+32>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(oc[d&7](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}Oo(l);r=m;return a|0}function vi(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{n=b;g=d-n>>2;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;n=g-n|0;h=n>>2;if((n|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,Eo(l,e,f),n=($b[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+8+3>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),$E(l),!n):0){a=0;break}n=d-g|0;d=n>>2;if((n|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function wi(a){a=a|0;var b=0;b=a+8|0;do switch(k[b>>2]|0){case 19:case 17:case 15:case 13:case 11:case 9:case 7:case 5:case 3:case 1:case 18:case 16:case 14:case 12:case 10:case 8:case 6:case 4:case 2:case 0:{k[a+4>>2]=k[(k[a+12>>2]|0)+4>>2];break}case 21:case 20:{k[a+4>>2]=1;break}case 23:case 22:{k[a+4>>2]=2;break}case 24:{k[a+4>>2]=1;break}case 43:{k[a+4>>2]=4;break}case 44:{k[a+4>>2]=3;break}case 33:case 31:case 29:case 27:case 25:{k[a+4>>2]=1;break}case 34:case 32:case 30:case 28:case 26:{k[a+4>>2]=2;break}case 41:case 39:case 37:case 35:case 45:{k[a+4>>2]=3;break}case 42:case 40:case 38:case 36:case 46:{k[a+4>>2]=4;break}default:Zw(ti(rB(46496,17437)|0,k[b>>2]|0)|0,10)|0}while(0);return}function xi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;c=g+4|0;i=g;h=k[a+20>>2]|0;k[i>>2]=k[b+24>>2];k[c>>2]=k[i>>2];c=Xv(h,c)|0;a:do if(wk(a,(c|0)!=0,b,15164)|0?(i=k[c+12>>2]|0,d=b+8|0,e=b+16|0,f=i+8|0,wk(a,(k[e>>2]|0)==((k[i+12>>2]|0)-(k[f>>2]|0)>>2|0),b,15093)|0):0){c=0;while(1){if(c>>>0>=(k[e>>2]|0)>>>0)break a;i=kB(d,c)|0;if(!(ki(a,k[(k[i>>2]|0)+4>>2]|0,k[(k[f>>2]|0)+(c<<2)>>2]|0,b)|0))rB(si(rB(46496,15150)|0,c)|0,31551)|0;c=c+1|0}}while(0);r=g;return}function yi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Bg(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(kE(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{Bg(a,b,c);break}}else{Bg(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function zi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;d=g+40|0;e=g+16|0;f=g;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;ei(e,b,c+8|0,d);if(!(k[e+16>>2]|0)){xf(f,k[b+4>>2]|0,k[c+24>>2]|0,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}Yw(d);r=g;return}function Ai(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+64|0;h=i;k[c>>2]=k[k[c>>2]>>2];if(!((a|0)==(b|0)|(b|0)==2096))if(((b|0)!=0?(d=Vh(b,2056)|0,(d|0)!=0):0)?(k[d+8>>2]&~k[a+8>>2]|0)==0:0){b=k[a+12>>2]|0;a=d+12|0;if(!((b|0)==2088?1:(b|0)==(k[a>>2]|0)))if((((b|0)!=0?(f=Vh(b,1968)|0,(f|0)!=0):0)?(e=k[a>>2]|0,(e|0)!=0):0)?(g=Vh(e,1968)|0,(g|0)!=0):0){a=h+4|0;b=a+52|0;do{k[a>>2]=0;a=a+4|0}while((a|0)<(b|0));k[h>>2]=g;k[h+8>>2]=f;k[h+12>>2]=-1;k[h+48>>2]=1;mc[k[(k[g>>2]|0)+28>>2]&15](g,h,k[c>>2]|0,1);if((k[h+24>>2]|0)==1){k[c>>2]=k[h+16>>2];a=1}else a=0}else a=0;else a=1}else a=0;else a=1;r=i;return a|0}function Bi(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=a+11|0;h=i[l>>0]|0;d=h<<24>>24<0;if(d){m=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{m=h&255;c=10}b=m>>>0<11;j=b?10:(m+16&-16)+-1|0;do if((j|0)!=(c|0)){do if(b){c=k[a>>2]|0;if(d){b=0;d=a;g=10}else{b=0;f=1;d=a;g=11}}else{e=Oz(j+1|0)|0;if(d){b=1;c=k[a>>2]|0;d=e;g=10;break}else{b=1;f=0;c=a;d=e;g=11;break}}while(0);if((g|0)==10){e=b;f=1;b=k[a+4>>2]|0}else if((g|0)==11){e=b;b=h&255}b=b+1|0;if(b|0)aq(d|0,c|0,b|0)|0;if(f)hJ(c);if(e){k[a+8>>2]=j+1|-2147483648;k[a+4>>2]=m;k[a>>2]=d;break}else{i[l>>0]=m;break}}while(0);return}function Ci(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if((b|0)!=(c|0)){Ls(a);e=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,e)|0,14571)|0)|0;d=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;$G(f);Ql(e,d);ro(e);i[a+24>>0]=0}r=g;return}function Di(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;f=r;r=r+32|0;c=f+16|0;h=f+12|0;d=f;e=ox(k[a+4>>2]|0)|0;i=FE(rm(b,1)|0)|0;g=k[a>>2]|0;k[h>>2]=i;k[c>>2]=k[h>>2];c=Kv(g,c)|0;if(!c){i=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,18068,26);g=k[b+28>>2]|0;h=k[b+32>>2]|0;Ts(i,d);k[i+12>>2]=g;k[i+16>>2]=h;Gb(i|0,8,148)}else{k[e+24>>2]=k[c>>2];k[e+4>>2]=k[c+4>>2];i=vc(a,rm(b,2)|0)|0;k[e+28>>2]=i;As(a,b,e);r=f;return e|0}return 0}function Ei(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+32|0;Sv(d,b);f=a+44|0;k[f>>2]=0;g=a+48|0;e=k[g>>2]|0;if(e&8|0){b=i[d+11>>0]|0;if(b<<24>>24<0){b=k[d>>2]|0;c=b;b=b+(k[a+36>>2]|0)|0}else{c=d;b=d+(b&255)|0}k[f>>2]=b;k[a+8>>2]=c;k[a+12>>2]=c;k[a+16>>2]=b}if(e&16|0){c=d+11|0;b=i[c>>0]|0;if(b<<24>>24<0){e=k[a+36>>2]|0;k[f>>2]=(k[d>>2]|0)+e;b=(k[a+40>>2]&2147483647)+-1|0}else{e=b&255;k[f>>2]=d+e;b=10}Sp(d,b);b=i[c>>0]|0;if(b<<24>>24<0){d=k[d>>2]|0;b=k[a+36>>2]|0}else b=b&255;c=a+24|0;k[c>>2]=d;k[a+20>>2]=d;k[a+28>>2]=d+b;if(k[g>>2]&3|0)k[c>>2]=d+e}return}function Fi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;if((a|0)!=(b|0)?(d=Cd(a,b,c)|0,(d|0)!=(a|0)):0){f=Tc(d,b,c)|0;if((f|0)!=(d|0)){e=c+4|0;b=k[e>>2]|0;if(((b-(k[c>>2]|0)|0)/24|0)>>>0>=2){Qp(g,b+-24|0);a=k[e>>2]|0;b=a+-24|0;d=a;while(1){if((d|0)==(b|0))break;c=d+-24|0;k[e>>2]=c;Xy(c);d=k[e>>2]|0}e=i[g+11>>0]|0;c=e<<24>>24<0;fm(a+-48|0,c?k[g>>2]|0:g,c?k[g+4>>2]|0:e&255)|0;ID(g);a=f}}else a=d}r=h;return a|0}function Gi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)!=(c|0)){Ls(a);d=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,15328)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function Hi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)!=(c|0)){Ls(a);d=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,15928)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function Ii(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)!=(c|0)){Ls(a);d=_r(d,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,14889)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function Ji(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|4|0)!=5){Ls(a);c=_r(c,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,1)|0,14568)|0,15363)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function Ki(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|4|0)!=5){Ls(a);c=_r(c,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,1)|0,14568)|0,15993)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function Li(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;j=n;e=b+8|0;f=k[b+16>>2]|0;g=a+28|0;l=a+32|0;h=b+32|0;m=a+36|0;i=a+40|0;d=0;while(1){if((d|0)==(f|0))break;c=kB(e,d)|0;if((k[c>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else lm(l,j)}d=d+1|0}if((k[b+24>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else lm(l,j)}r=n;return}function Mi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=a+8|0;d=k[j>>2]|0;l=a+12|0;i=k[l>>2]|0;e=i;if(d>>>0>=i>>>0){h=a+4|0;i=k[h>>2]|0;g=d-i|0;f=g>>3;a=f+1|0;if(a>>>0>536870911)EH();d=e-i|0;e=d>>2;a=d>>3>>>0<268435455?(e>>>0<a>>>0?a:e):536870911;do if(a)if(a>>>0>536870911){l=Oa(4)|0;MI(l);Gb(l|0,2024,142)}else{e=Oz(a<<3)|0;break}else e=0;while(0);d=e+(f<<3)|0;k[d>>2]=b;k[e+(f<<3)+4>>2]=c;b=d+(0-f<<3)|0;if((g|0)>0)aq(b|0,i|0,g|0)|0;k[h>>2]=b;k[j>>2]=d+8;k[l>>2]=e+(a<<3);if(i|0)hJ(i)}else{k[d>>2]=b;k[d+4>>2]=c;k[j>>2]=d+8}return}function Ni(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;g=l;if((b|0)!=1){i=a+16|0;CI(i);j=a+4|0;h=a+92|0;k[h>>2]=(k[j>>2]|0)-(k[a>>2]|0)>>2;Ey(a);f=a+8|0;e=0;while(1){if(e>>>0>=b>>>0)break;c=Oz(112)|0;Wo(c);k[g>>2]=c;d=k[j>>2]|0;if(d>>>0>=(k[f>>2]|0)>>>0){sk(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){sp(c);hJ(c)}}else{k[g>>2]=0;k[d>>2]=c;k[j>>2]=d+4;k[g>>2]=0}e=e+1|0}c=a+44|0;while(1){if((k[h>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;dF(c,i,1)}MF(i)}r=l;return}function Oi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;c=g+4|0;i=g;h=k[a+20>>2]|0;k[i>>2]=k[b+24>>2];k[c>>2]=k[i>>2];c=Rv(h,c)|0;a:do if(wk(a,(c|0)!=0,b,15070)|0?(d=b+8|0,e=b+16|0,f=c+8|0,wk(a,(k[e>>2]|0)==((k[c+12>>2]|0)-(k[f>>2]|0)>>2|0),b,15093)|0):0){c=0;while(1){if(c>>>0>=(k[e>>2]|0)>>>0)break a;i=kB(d,c)|0;if(!(ki(a,k[(k[i>>2]|0)+4>>2]|0,k[(k[f>>2]|0)+(c<<2)>>2]|0,b)|0))rB(si(rB(46496,15150)|0,c)|0,31551)|0;c=c+1|0}}while(0);r=g;return}function Pi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)==2){Ls(a);d=rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,2)|0,14563)|0,2)|0,14568)|0,d)|0,14571)|0;d=Nw(d,k[c>>2]|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function Qi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;d=f+24|0;g=f+12|0;c=f;Ts(g,b);e=An(g)|0;jF(g);k[d>>2]=e;if(!e){rB(46496,14382)|0;rB(46496,14360)|0;Ts(c,b);Ru(46496,c)|0;SG();jF(c);_G()}b=a+12|0;c=k[b>>2]|0;if((c|0)==(k[a+16>>2]|0))lm(a+8|0,d);else{k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}r=f;return}function Ri(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Lk(b,f,c)|0;c=k[e>>2]|0;if(!c){Qo(g,b,d);c=k[g>>2]|0;ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Si(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;bn(n+1|0,43306,0,k[l>>2]|0);o=oE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Zv(m,23,o,n,i)|0)|0;l=Un(m,e,k[l>>2]|0)|0;f=JB(c)|0;k[j>>2]=f;He(m,l,e,i,h,g,j);$z(f);f=vi(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function Ti(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;bn(n+1|0,43306,1,k[l>>2]|0);o=oE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Zv(m,23,o,n,i)|0)|0;l=Un(m,e,k[l>>2]|0)|0;f=JB(c)|0;k[j>>2]=f;He(m,l,e,i,h,g,j);$z(f);f=vi(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function Ui(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=r;r=r+16|0;b=e;if(i[a+12>>0]|0){d=rB(46496,21117)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(b);Ql(d,c);ro(d)}c=fh(a)|0;d=a+40|0;if((c|0)!=((k[a+44>>2]|0)-(k[d>>2]|0)>>2|0))Na(21130,18497,1699,21154);b=0;while(1){if(b>>>0>=c>>>0){b=7;break}f=k[(k[d>>2]|0)+(b<<2)>>2]|0;g=jf(a)|0;k[f>>2]=g;if(!(fh(a)|0))b=b+1|0;else{b=9;break}}if((b|0)==7){r=e;return}else if((b|0)==9)Na(21164,18497,1704,21154)}function Vi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){Ls(a);c=_r(c,rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,0)|0,14563)|0,0)|0,14568)|0,15468)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function Wi(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{h=b;g=d-h|0;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;h=g-h|0;if((h|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,qq(l,e,f),f=($b[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+11>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),jF(l),!f):0){a=0;break}d=d-g|0;if((d|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function Xi(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;bn(n+1|0,43306,0,k[l>>2]|0);o=oE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Zv(m,23,o,n,i)|0)|0;l=Un(m,e,k[l>>2]|0)|0;f=JB(c)|0;k[j>>2]=f;Je(m,l,e,i,h,g,j);$z(f);f=Wi(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function Yi(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;bn(n+1|0,43306,1,k[l>>2]|0);o=oE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(Zv(m,23,o,n,i)|0)|0;l=Un(m,e,k[l>>2]|0)|0;f=JB(c)|0;k[j>>2]=f;Je(m,l,e,i,h,g,j);$z(f);f=Wi(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function Zi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+48|0;f=l+16|0;e=l;d=l+32|0;k[d>>2]=b;g=d+4|0;j=a+48|0;m=k[j>>2]|0;k[g>>2]=c-((m|0)!=0&1);h=a+44|0;k[d+8>>2]=k[h>>2];k[d+12>>2]=m;if(!(k[11398]|0)){k[f>>2]=k[a+60>>2];k[f+4>>2]=d;k[f+8>>2]=2;d=pF(Wb(145,f|0)|0)|0}else{Lb(160,a|0);k[e>>2]=k[a+60>>2];k[e+4>>2]=d;k[e+8>>2]=2;d=pF(Wb(145,e|0)|0)|0;xa(0)}if((d|0)>=1){g=k[g>>2]|0;if(d>>>0>g>>>0){e=k[h>>2]|0;f=a+4|0;k[f>>2]=e;k[a+8>>2]=e+(d-g);if(!(k[j>>2]|0))d=c;else{k[f>>2]=e+1;i[b+(c+-1)>>0]=i[e>>0]|0;d=c}}}else{k[a>>2]=k[a>>2]|d&48^16;k[a+8>>2]=0;k[a+4>>2]=0}r=l;return d|0}function _i(){var a=0,b=0,c=0;if(i[49132]|0?(b=rB(46496,12839)|0,Zw(pr(k[11179]|0,b)|0,10)|0,i[49132]|0):0)rB(46496,12863)|0;db(6);a=k[11179]|0;b=k[a+28>>2]|0;a=k[a+24>>2]|0;while(1){if((a|0)==(b|0))break;Ra(7,k[k[a>>2]>>2]|0)|0;a=a+4|0}a=k[11179]|0;b=k[a+16>>2]|0;a=k[a+12>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;Ma(8,k[c+4>>2]|0,k[c+8>>2]|0,k[c>>2]|0)|0;a=a+4|0}if(i[49132]|0)rB(46496,13325)|0;c=Oz(40)|0;a=k[11179]|0;b=Oz(4)|0;k[b>>2]=2480;Wg(c,a,b);k[11178]=c;db(9);return}function $i(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;e=r;r=r+16|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}c=i[f+11>>0]|0;g=c<<24>>24<0;b=g?k[f>>2]|0:f;c=b+(g?k[f+4>>2]|0:c&255)|0;while(1){if(b>>>0>=c>>>0)break;an(d,i[b>>0]|0);b=b+1|0}c=(i[d+11>>0]|0)<0?k[d>>2]|0:d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}b=kJ(c)|0;c=b+(So(b)|0)|0;while(1){if(b>>>0>=c>>>0)break;an(a,i[b>>0]|0);b=b+1|0}jF(d);r=e;return}function aj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|0)!=1){Ls(a);c=_r(c,rB(rB(rB(si(rB(si(rB(46496,53215)|0,b)|0,14834)|0,1)|0,14568)|0,15961)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function bj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+176|0;h=a;j=a+168|0;f=a+148|0;i[j>>0]=i[38897]|0;i[j+1>>0]=i[38898]|0;i[j+2>>0]=i[38899]|0;i[j+3>>0]=i[38900]|0;i[j+4>>0]=i[38901]|0;i[j+5>>0]=i[38902]|0;g=oE()|0;k[h>>2]=e;e=Zv(f,20,g,j,h)|0;j=f+e|0;g=Un(f,j,k[c+4>>2]|0)|0;m=JB(c)|0;l=jE(m,47232)|0;$z(m);lc[k[(k[l>>2]|0)+48>>2]&7](l,f,j,h)|0;e=h+(e<<2)|0;e=vi(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f<<2)|0,e,c,d)|0;r=a;return e|0}function cj(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;l=o;m=Oz(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;k[m+12>>2]=0;k[m+16>>2]=0;n=a+11|0;if((i[n>>0]|0)<0){h=a;j=a;b=k[a>>2]|0}else{h=a;j=a;b=a}d=ux(i[b>>0]|0)|0;k[m+4>>2]=d;d=a+4|0;e=m+8|0;f=m+12|0;g=m+16|0;c=1;while(1){a=i[n>>0]|0;b=a<<24>>24<0;if(b)a=k[d>>2]|0;else a=a&255;if(c>>>0>=a>>>0)break;if(b)a=k[j>>2]|0;else a=h;a=ux(i[a+c>>0]|0)|0;k[l>>2]=a;b=k[f>>2]|0;if(b>>>0<(k[g>>2]|0)>>>0){k[b>>2]=a;k[f>>2]=b+4}else lm(e,l);c=c+1|0}r=o;return m|0}function dj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)!=(c|0)){Ls(a);d=ri(rB(rB(rB(ti(rB(ti(rB(46496,53215)|0,b)|0,14834)|0,c)|0,14568)|0,14780)|0,14571)|0,d)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function ej(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+48|0;c=g+24|0;d=g;e=g+28|0;f=g+12|0;_o(e,b,36);a=k[a>>2]|0;b=k[a>>2]|0;k[a>>2]=b+1;ni(f,b);b=i[f+11>>0]|0;a=b<<24>>24<0;b=Hm(e,a?k[f>>2]|0:f,a?k[f+4>>2]|0:b&255)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}DC(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);jF(d);jF(f);jF(e);r=g;return k[c>>2]|0}function fj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+80|0;h=a;j=a+60|0;f=a+40|0;i[j>>0]=i[38897]|0;i[j+1>>0]=i[38898]|0;i[j+2>>0]=i[38899]|0;i[j+3>>0]=i[38900]|0;i[j+4>>0]=i[38901]|0;i[j+5>>0]=i[38902]|0;g=oE()|0;k[h>>2]=e;e=Zv(f,20,g,j,h)|0;j=f+e|0;g=Un(f,j,k[c+4>>2]|0)|0;m=JB(c)|0;l=jE(m,47200)|0;$z(m);lc[k[(k[l>>2]|0)+32>>2]&7](l,f,j,h)|0;e=h+e|0;e=Wi(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f)|0,e,c,d)|0;r=a;return e|0}function gj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;f=m+8|0;l=m;kv(l,a);if(i[l>>0]|0){g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;j=k[g+4>>2]|0;e=b+c|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=JB(g)|0;k[f>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;$G(f);c=c<<24>>24;k[d>>2]=c}if(!(Wi(h,b,(j&176|0)==32?e:b,e,g,c&255)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;yG(j,k[j+16>>2]|5)}}Oo(l);r=m;return a|0}function hj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;e=g;f=g+4|0;SB(f,k[a+32>>2]<<16,0);if((k[c>>2]|0)==1){d=kE(c)|0;c=d;d=((d|0)<0)<<31>>31}else{c=wB(c)|0;d=M}i=b+12|0;h=k[f>>2]|0;Wf(a,k[i>>2]|0,0,h,0,23941);Wf(a,c,d,h-(k[i>>2]|0)|0,0,23957);d=HE(k[i>>2]|0,0,c|0,d|0)|0;f=M;b=b+8|0;Wf(a,l[b>>0]|0,0,h,0,23972);Wf(a,d,f,h-(l[b>>0]|0)|0,0,23987);SB(e,d,f);r=g;return k[e>>2]|0}function ij(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=rB(46496,19763)|0;g=JB(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(f,g);ro(f)}d=fh(a)|0;if((d|1|0)!=1)Na(19778,18497,1853,19803);g=zx(a,fh(a)|0)|0;k[b+8>>2]=g;if(c<<24>>24==7){g=zu(a)|0;k[b+16>>2]=g}if((d|0)==1){g=zu(a)|0;k[b+12>>2]=g}if(k[b+16>>2]|0)k[b+4>>2]=0;r=e;return}function jj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l;k[g>>2]=b;h=l+4|0;j=a+40|0;if((No(j,b)|0)!=(a+44|0))Na(13891,11503,189,13939);m=a+16|0;k[h>>2]=k[m>>2];k[h+4>>2]=c;i[h+8>>0]=d&1;k[h+12>>2]=e;k[h+16>>2]=f;Cj(l+24|0,j,b,g,h);j=(k[m>>2]|0)+8|0;k[m>>2]=j;if(j>>>0<(k[a+20>>2]|0)>>>0){r=l;return}else Na(13954,11503,192,13939)}function kj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;Gy(k[a>>2]|0,33431,0)|0;Nz(a);Zt(a,k[b+8>>2]|0);f=a+20|0;d=k[b+12>>2]|0;if((((i[f>>0]|0)==0?(k[d>>2]|0)==1:0)?(k[d+8>>2]|0)==0:0)?(c=d+12|0,(k[c+8>>2]|0)==1):0){d=QA(c)|0;Zt(a,k[d>>2]|0)}else Zt(a,d);b=k[b+16>>2]|0;do if(b|0){if((((i[f>>0]|0)==0?(k[b>>2]|0)==1:0)?(k[b+8>>2]|0)==0:0)?(e=b+12|0,(k[e+8>>2]|0)==1):0){f=QA(e)|0;Zt(a,k[f>>2]|0);break}Zt(a,b)}while(0);Fv(a);return}function lj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;a:do if((b|0)==(k[a+24>>2]|0)){e=a+32|0;if(k[b+20>>2]|0){b=QA(b+12|0)|0;b=(k[b>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){lm(e,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}k[d>>2]=0;b=a+36|0;c=k[b>>2]|0;if(c>>>0<(k[a+40>>2]|0)>>>0){k[c>>2]=0;k[b>>2]=c+4}else lm(e,d)}else if((k[b+8>>2]|0)==(k[a+28>>2]|0)){d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);r=f;return}function mj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;h=k[a+4>>2]|0;j=k[k[a>>2]>>2]|0;l=h+16|0;m=h+8|0;c=0;while(1){if(c>>>0>=j>>>0){n=6;break}e=(k[l>>2]|0)+c|0;g=k[m>>2]|0;f=k[g>>2]|0;if(e>>>0>=((k[g+4>>2]|0)-f|0)>>>0){d=0;break}g=i[b+c>>0]|0;if(!(g<<24>>24)){d=0;break}if((i[f+e>>0]|0)==g<<24>>24)c=c+1|0;else{d=0;break}}if((n|0)==6)if((So(b)|0)==(j|0)){k[l>>2]=(k[l>>2]|0)+j;n=fh(h)|0;j=a+8|0;k[k[j>>2]>>2]=n;k[k[a+12>>2]>>2]=k[l>>2];n=k[m>>2]|0;if(((k[k[j>>2]>>2]|0)+(k[l>>2]|0)|0)>>>0>((k[n+4>>2]|0)-(k[n>>2]|0)|0)>>>0)Na(18991,18497,1255,42455);else d=1}else d=0;return d|0}function nj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){e=(k[a+8>>2]&2147483647)+-1|0;j=k[a+4>>2]|0}else{e=10;j=d&255}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){wm(a,e,j+h-e|0,j,j,0);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function oj(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;a:while(1){b=i[c>>0]|0;if(!(b<<24>>24))break;if(nC(b)|0){d=c+1|0;k[a>>2]=d;c=d;continue}if((i[c>>0]|0)!=47)break;switch(i[c+1>>0]|0){case 47:{d=c+2|0;while(1){k[a>>2]=d;e=i[d>>0]|0;b=e<<24>>24==0;c=d+1|0;if(e<<24>>24!=10&(b^1))d=c;else break}if(b){c=d;continue a}k[a>>2]=c;continue a}case 42:break;default:break a}b=c+2|0;b:while(1){k[a>>2]=b;switch(i[b>>0]|0){case 0:break b;case 42:{c=b+1|0;if((i[c>>0]|0)==47)break b;else{b=c;continue b}}default:{b=b+1|0;continue b}}}c=b+2|0;k[a>>2]=c}return}function pj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>4>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>4;d=c+b|0;if(d>>>0>268435455)EH();f=f-e|0;e=f>>3;mq(g,f>>4>>>0<134217727?(e>>>0<d>>>0?d:e):268435455,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;i=f+8|0;k[i>>2]=0;k[i+4>>2]=0;c=c+-1|0;if(!c)break;else f=f+16|0}k[e>>2]=d+(b<<4);fn(a,g);bw(g)}else Wt(a,b);r=h;return}function qj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=i[a+11>>0]|0;h=j<<24>>24<0;g=a+4|0;e=k[g>>2]|0;j=j&255;do if((h?e:j)|0){if((b|0)!=(c|0)){e=c;f=b;while(1){e=e+-4|0;if(f>>>0>=e>>>0)break;m=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=m;f=f+4|0}e=k[g>>2]|0}m=h?k[a>>2]|0:a;c=c+-4|0;a=m+(h?e:j)|0;e=m;while(1){f=i[e>>0]|0;g=f<<24>>24>0&f<<24>>24!=127;if(b>>>0>=c>>>0)break;if(g?(f<<24>>24|0)!=(k[b>>2]|0):0){l=10;break}b=b+4|0;e=(a-e|0)>1?e+1|0:e}if((l|0)==10){k[d>>2]=4;break}if(g?((k[c>>2]|0)+-1|0)>>>0>=f<<24>>24>>>0:0)k[d>>2]=4}while(0);return}function rj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;d=a+8|0;m=d+3|0;e=i[m>>0]|0;if(e<<24>>24<0){d=(k[d>>2]&2147483647)+-1|0;l=k[a+4>>2]|0}else{d=1;l=e&255}f=c-b|0;j=f>>2;do if(j|0){if((d-l|0)>>>0<j>>>0){pl(a,d,l+j-d|0,l,l);d=i[m>>0]|0}else d=e;h=d<<24>>24<0;if(h)g=k[a>>2]|0;else g=a;f=f>>>2;e=g+(l<<2)|0;d=b;while(1){if((d|0)==(c|0))break;k[e>>2]=k[d>>2];e=e+4|0;d=d+4|0}k[g+(l+f<<2)>>2]=0;d=l+j|0;if(h){k[a+4>>2]=d;break}else{i[m>>0]=d;break}}while(0);return}function sj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=hl(b,f,c)|0;c=k[e>>2]|0;if(!c){Dq(g,b,d);c=k[g>>2]|0;ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function tj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-16|0;g=c+-16|0;k[h>>2]=0;i=j+-12|0;k[i>>2]=0;l=k[c+-4>>2]|0;k[j+-8>>2]=0;k[j+-4>>2]=l;k[h>>2]=k[g>>2];h=c+-12|0;k[i>>2]=k[h>>2];i=c+-8|0;k[j+-8>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-16;c=g}i=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=i;i=b+8|0;l=k[e>>2]|0;k[e>>2]=k[i>>2];k[i>>2]=l;i=a+8|0;l=b+12|0;j=k[i>>2]|0;k[i>>2]=k[l>>2];k[l>>2]=j;k[b>>2]=k[f>>2];return}function uj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+16|0;c=h+4|0;d=h;g=Lv(k[a+4>>2]|0)|0;e=g+8|0;f=1;while(1){j=rm(b,f)|0;if(i[j>>0]|0)break;j=Eh(a,rm(b,f)|0)|0;k[d>>2]=j;k[c>>2]=k[d>>2];Ju(e,c);f=f+1|0}d=QA(e)|0;k[g+24>>2]=k[d>>2];uB(e);d=f+1|0;j=vc(a,rm(b,f)|0)|0;c=g+28|0;k[c>>2]=j;j=(fp(b)|0)+8|0;if(d>>>0<(k[j>>2]|0)>>>0){k[g+32>>2]=k[c>>2];j=vc(a,rm(b,d)|0)|0;k[c>>2]=j}r=h;return g|0}function vj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;if(c&2048){i[a>>0]=43;a=a+1|0}if(c&1024){i[a>>0]=35;a=a+1|0}g=c&260;d=c>>>14;f=(g|0)==260;if(f)e=0;else{i[a>>0]=46;i[a+1>>0]=42;e=1;a=a+2|0}while(1){c=i[b>>0]|0;if(!(c<<24>>24))break;i[a>>0]=c;b=b+1|0;a=a+1|0}a:do switch(g&511){case 4:if(!(d&1)){i[a>>0]=102;break a}else{i[a>>0]=70;break a}case 256:if(!(d&1)){i[a>>0]=101;break a}else{i[a>>0]=69;break a}default:{c=(d&1|0)!=0;if(f)if(c){i[a>>0]=65;break a}else{i[a>>0]=97;break a}else if(c){i[a>>0]=71;break a}else{i[a>>0]=103;break a}}}while(0);return e|0}function wj(a,b){a=a|0;b=b|0;var c=0,d=0;Wm(a,(((k[a+4>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);d=Lx()|0;a:while(1){oj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 0:{a=3;break a}case 93:{a=7;break a}default:{}}Ov(d,Te(a,b,29564)|0);oj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 93:{a=7;break a}case 44:break;default:{a=6;break a}}k[b>>2]=c+1}if((a|0)==3)Na(29543,28573,674,29548);else if((a|0)==6)Ga();else if((a|0)==7){k[b>>2]=c+1;return d|0}return 0}function xj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;j=a+16|0;i=k[j>>2]|0;g=k[a+12>>2]|0;d=i-g>>2;f=k[b>>2]|0;c=0;while(1){if(c>>>0>=d>>>0)break;e=g+(c<<2)|0;if((k[k[e>>2]>>2]|0)==(f|0)){h=4;break}else c=c+1|0}a:do if((h|0)==4){while(1){c=e+4|0;if((c|0)==(i|0))break;h=k[c>>2]|0;k[c>>2]=0;d=k[e>>2]|0;k[e>>2]=h;if(!d){e=c;h=4;continue}hJ(d);e=c;h=4}while(1){c=k[j>>2]|0;if((c|0)==(e|0))break a;i=c+-4|0;k[j>>2]=i;c=k[i>>2]|0;k[i>>2]=0;if(!c)continue;hJ(c)}}while(0);jp(a+148|0,b);return}function yj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=a+4|0;Wm(a,(((k[e>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);d=k[c>>2]|0;if((i[d>>0]|0)!=91)Na(29300,28573,637,29312);k[c>>2]=d+1;d=tw(b,Te(a,c,42167)|0)|0;oj(c);b=k[c>>2]|0;if((i[b>>0]|0)!=93)Na(29326,28573,641,29312);k[c>>2]=b+1;b=k[e>>2]|0;a=b+-12|0;if((k[b+-8>>2]|0)==(k[a>>2]|0))f=b;else Na(29231,28573,643,29312);while(1){if((f|0)==(a|0))break;c=f+-12|0;k[e>>2]=c;Xw(c);f=k[e>>2]|0}return d|0}function zj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+16|0;c=k[a>>2]|0;do if(!(k[e>>2]|0)){Gy(c,33185,0)|0;gs(a,k[b+8>>2]|0)|0;b=b+12|0;c=k[b>>2]|0;if(c|0?(k[c>>2]|0)!=21:0){Nz(a);d=7;break}Zw(k[a>>2]|0,41)|0}else{Gy(c,33178,0)|0;gs(a,k[b+8>>2]|0)|0;Nz(a);b=b+12|0;d=7}while(0);if((d|0)==7){b=k[b>>2]|0;if(b|0?(k[b>>2]|0)!=21:0)Zt(a,b);b=k[e>>2]|0;if(b|0)Zt(a,b);Fv(a)}return}function Aj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;e=n;l=bp(a,b)|0;m=$s(a,b,c)|0;oj(b);f=k[b>>2]|0;g=i[f>>0]|0;d=c;while(1){h=i[d>>0]|0;if(!(h<<24>>24)){j=4;break}if(h<<24>>24==g<<24>>24){d=0;break}else d=d+1|0}if((j|0)==4){jd(e,f);if((k[e+12>>2]|0)==0?(k[e>>2]|0)==(k[11199]|0):0){k[b>>2]=(k[b>>2]|0)+(k[e+8>>2]|0);d=$s(a,b,c)|0}else d=0}m=ms(l,m,d)|0;r=n;return m|0}function Bj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=a+11|0;e=i[j>>0]|0;f=e<<24>>24<0;if(f)h=k[a+4>>2]|0;else h=e&255;if(h>>>0<b>>>0)xH();if(f)e=(k[a+8>>2]&2147483647)+-1|0;else e=10;if((e-h|0)>>>0>=d>>>0){if(d|0){if(f)g=k[a>>2]|0;else g=a;f=h-b|0;e=g+b|0;if(f){ew(e+d|0,e|0,f|0)|0;c=e>>>0<=c>>>0&(g+h|0)>>>0>c>>>0?c+d|0:c}ew(e|0,c|0,d|0)|0;c=h+d|0;if((i[j>>0]|0)<0)k[a+4>>2]=c;else i[j>>0]=c;i[g+c>>0]=0}}else Ik(a,e,h+d-e|0,h,b,0,d,c);return a|0}function Cj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=r;r=r+16|0;g=h;f=Lk(b,g,c)|0;c=k[f>>2]|0;if(!c){c=Oz(40)|0;k[c+16>>2]=k[d>>2];d=c+20|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];k[d+16>>2]=k[e+16>>2];ar(b,k[g>>2]|0,f,c);f=1}else f=0;k[a>>2]=c;i[a+4>>0]=f;r=h;return}function Dj(a,b){a=a|0;b=b|0;switch(k[b+8>>2]|0){case 0:{Zw(Gy(k[a>>2]|0,31716,0)|0,41)|0;break}case 1:{Zw(Gy(k[a>>2]|0,31725,0)|0,41)|0;break}case 2:{Gy(k[a>>2]|0,31740,0)|0;Nz(a);b=kB(b+16|0,0)|0;Zt(a,k[b>>2]|0);Fv(a);break}case 3:{Zw(Nw(Gy(k[a>>2]|0,31752,0)|0,k[b+12>>2]|0)|0,41)|0;break}default:Ga()}return}function Ej(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[11132]|0;b=k[11131]|0;if(d-b>>2>>>0<a>>>0){e=k[11130]|0;c=b-e>>2;b=c+a|0;if(b>>>0>1073741823)EH();e=d-e|0;d=e>>1;_q(f,e>>2>>>0<536870911?(d>>>0<b>>>0?b:d):1073741823,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;b=b+-1|0;if(!b)break;else e=e+4|0}k[d>>2]=c+(a<<2);In(f);Lr(f)}else ty(a);r=g;return}function Fj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+32|0;g=j+20|0;h=j;i=k[a>>2]|0;e=(k[a+4>>2]|0)-i>>4;f=e+1|0;if(f>>>0>268435455)EH();else{l=(k[a+8>>2]|0)-i|0;i=l>>3;mq(h,l>>4>>>0<134217727?(i>>>0<f>>>0?f:i):268435455,e,a+8|0);i=h+8|0;f=k[i>>2]|0;e=k[b>>2]|0;c=k[c>>2]|0;SB(g,k[d>>2]|0,0);$v(f,e,c,k[g>>2]|0);k[i>>2]=f+16;Um(a,h);Fu(h);r=j;return}}function Gj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){e=(k[a+8>>2]&2147483647)+-1|0;j=k[a+4>>2]|0}else{e=10;j=d&255}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){_m(a,e,j+h-e|0,j,j);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function Hj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=k[b>>2]|0;c=k[c>>2]|0;b=k[a+4>>2]|0;switch((ZA(e)|0)-c|0){case 0:{b=YE(k[b+4>>2]|0)|0;break}case 1:{d=k[a+8>>2]|0;b=bI(e,c)|0;b=Pt(k[d+16>>2]|0,k[b>>2]|0)|0;break}default:{b=Zx(k[b+4>>2]|0)|0;d=b+12|0;a=a+8|0;while(1){if(c>>>0>=(ZA(e)|0)>>>0)break;g=k[a>>2]|0;f=bI(e,c)|0;uv(d,Pt(k[g+16>>2]|0,k[f>>2]|0)|0);c=c+1|0}Om(b)}}return b|0}function Ij(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+32|0;e=i+20|0;f=i;g=k[a>>2]|0;h=(k[a+4>>2]|0)-g>>4;d=h+1|0;if(d>>>0>268435455)EH();else{j=(k[a+8>>2]|0)-g|0;g=j>>3;mq(f,j>>4>>>0<134217727?(g>>>0<d>>>0?d:g):268435455,h,a+8|0);h=f+8|0;g=k[h>>2]|0;d=k[b>>2]|0;c=k[c>>2]|0;SB(e,c,((c|0)<0)<<31>>31);$v(g,d,53215,k[e>>2]|0);k[h>>2]=g+16;Um(a,f);Fu(f);r=i;return}}function Jj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-12|0;g=c+-12|0;k[h>>2]=0;i=j+-8|0;k[i>>2]=0;k[j+-4>>2]=0;k[h>>2]=k[g>>2];h=c+-8|0;k[i>>2]=k[h>>2];i=c+-4|0;k[j+-4>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-12;c=g}h=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=h;h=b+8|0;j=k[e>>2]|0;k[e>>2]=k[h>>2];k[h>>2]=j;h=a+8|0;j=b+12|0;i=k[h>>2]|0;k[h>>2]=k[j>>2];k[j>>2]=i;k[b>>2]=k[f>>2];return}function Kj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;k[a+16>>2]=b;e=a+-16|0;f=e+16|0;g=e+20|0;h=e+24|0;if((k[h>>2]|0)!=(k[g>>2]|0))Na(35297,35315,239,35336);Mi(f,97,b+36|0);while(1){d=k[h>>2]|0;b=d;if((d|0)==(k[g>>2]|0)){a=12;break}c=k[b+-8>>2]|0;d=k[b+-4>>2]|0;a=0;while(1){if((a|0)==-1)break;i=a+-1|0;k[h>>2]=b+(i<<3);a=i}if(!(k[d>>2]|0)){a=9;break}fc[c&255](e,d);a=k[f>>2]|0;if(!a)continue;k[d>>2]=a;k[f>>2]=0}if((a|0)==9)Na(35341,35315,243,35336);else if((a|0)==12)return}function Lj(a){a=a|0;var b=0;do switch(a|0){case 0:{Ga();break}case 1:{b=35143;break}case 2:{b=33431;break}case 3:{b=33189;break}case 4:{b=33465;break}case 5:{b=33480;break}case 6:{b=35112;break}case 7:{b=35117;break}case 8:{b=35129;break}case 9:{b=17443;break}case 10:{b=17453;break}case 11:{b=17463;break}case 12:{b=17474;break}case 13:{b=17485;break}case 14:{b=17490;break}case 15:{b=33399;break}case 16:{b=17496;break}case 17:{b=33417;break}case 18:{b=31764;break}case 19:{b=33424;break}case 20:{b=17502;break}case 21:{b=31712;break}case 22:{b=31700;break}default:{}}while(0);return b|0}function Mj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=k[b+48>>2]|0;a:do if(!(c&16)){if(c&8|0){e=k[b+8>>2]|0;b=k[b+16>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;ho(a,e,b);break}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break a;k[a+(c<<2)>>2]=0;c=c+1|0}}else{d=b+44|0;c=k[d>>2]|0;e=k[b+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}b=k[b+20>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;ho(a,b,c)}while(0);return}function Nj(a,b){a=a|0;b=b|0;var c=0;Zw(a,40)|0;c=k[b>>2]|0;rB(rB(a,pw(c)|0)|0,26290)|0;switch(c|0){case 0:{rB(a,33738)|0;break}case 1:{ti(a,k[b+8>>2]|0)|0;break}case 2:{c=b+8|0;mi(a,k[c>>2]|0,k[c+4>>2]|0)|0;break}case 3:{Cl(a,+VD(b));break}case 4:{Hg(a,+UD(b));break}default:{}}return Zw(a,41)|0}function Oj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;oj(b);d=k[b>>2]|0;a:do switch(i[d>>0]|0){case 59:{k[b>>2]=d+1;a=Kx()|0;break}case 123:{k[b>>2]=d+1;oj(b);e=k[b>>2]|0;if((i[e>>0]|0)==125){k[b>>2]=e+1;a=Kx()|0;break a}else{k[b>>2]=d;f=6;break a}}default:f=6}while(0);if((f|0)==6){a=Te(a,b,c)|0;oj(b);if((i[k[b>>2]>>0]|0)==59){a=rq(a)|0;k[b>>2]=(k[b>>2]|0)+1}}return a|0}function Pj(a,b){a=a|0;b=b|0;var c=0,d=0;c=(b|0)!=0;a:do if(c&(a&3|0)!=0)while(1){if(!(i[a>>0]|0))break a;a=a+1|0;b=b+-1|0;c=(b|0)!=0;if(!(c&(a&3|0)!=0)){d=4;break}}else d=4;while(0);b:do if((d|0)==4)if(c){if(i[a>>0]|0){c:do if(b>>>0>3)while(1){c=k[a>>2]|0;if((c&-2139062144^-2139062144)&c+-16843009|0)break;a=a+4|0;b=b+-4|0;if(b>>>0<=3){d=10;break c}}else d=10;while(0);if((d|0)==10)if(!b){b=0;break}while(1){if(!(i[a>>0]|0))break b;a=a+1|0;b=b+-1|0;if(!b){b=0;break}}}}else b=0;while(0);return (b|0?a:0)|0}function Qj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=c+16|0;e=k[d>>2]|0;if(!e)if(!(Rt(c)|0)){d=k[d>>2]|0;f=5}else d=0;else{d=e;f=5}a:do if((f|0)==5){g=c+20|0;f=k[g>>2]|0;e=f;if((d-f|0)>>>0<b>>>0){d=$b[k[c+36>>2]&31](c,a,b)|0;break}b:do if((i[c+75>>0]|0)>-1){d=b;while(1){if(!d){f=b;d=0;break b}f=d+-1|0;if((i[a+f>>0]|0)==10)break;else d=f}if(($b[k[c+36>>2]&31](c,a,d)|0)>>>0<d>>>0)break a;f=b-d|0;a=a+d|0;e=k[g>>2]|0}else{f=b;d=0}while(0);aq(e|0,a|0,f|0)|0;k[g>>2]=(k[g>>2]|0)+f;d=d+f|0}while(0);return d|0}function Rj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=rB(46496,19694)|0;f=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(d,f);ro(d)}d=zu(a)|0;k[b+8>>2]=d;d=Yl(a)|0;k[b+12>>2]=d;d=a+108|0;c=k[d>>2]|0;if((c|0)==4){c=Yl(a)|0;k[b+16>>2]=c;nl(b);c=k[d>>2]|0}if((c|0)==15){r=e;return}else Na(19706,18497,1831,19741)}function Sj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+4|0;g=h;e=a+4|0;c=av((k[e>>2]|0)-(k[a>>2]|0)>>2)|0;k[f>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[g>>2]=c;d=k[e>>2]|0;if(d>>>0>=(k[a+8>>2]|0)>>>0){pk(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){Bx(c+8|0);hJ(c)}}else{k[g>>2]=0;k[d>>2]=c;k[e>>2]=d+4;k[g>>2]=0}g=a+136|0;a=zq(g,b)|0;k[a>>2]=b;g=zq(g,f)|0;k[g>>2]=b;r=h;return}function Tj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;a=0}else{g=TE()|0;h=k[g>>2]|0;k[g>>2]=0;oE()|0;a=tH(a,f,d)|0;e=M;d=k[g>>2]|0;if(!d)k[g>>2]=h;a:do if((k[f>>2]|0)==(b|0)){do if((d|0)==34){k[c>>2]=4;if((e|0)>0|(e|0)==0&a>>>0>0){a=2147483647;break a}}else{if((e|0)<-1|(e|0)==-1&a>>>0<2147483648){k[c>>2]=4;break}if((e|0)>0|(e|0)==0&a>>>0>2147483647){k[c>>2]=4;a=2147483647;break a}else break a}while(0);a=-2147483648}else{k[c>>2]=4;a=0}while(0)}r=i;return a|0}function Uj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Hf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=jE(m,47224)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+36>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];gc[n&63](m,c,d,l,g,b)|0;$G(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function Vj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Hf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=jE(m,47224)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+28>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];gc[n&63](m,c,d,l,g,b)|0;$G(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function Wj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;g=h;k[g>>2]=c;d=a+20|0;e=a+24|0;i=k[e>>2]|0;f=i;if((k[a+60>>2]|0)!=((i-(k[d>>2]|0)>>2)+((k[a+12>>2]|0)-(k[a+8>>2]|0)>>2)|0))Na(16424,16396,228,16493);if(f>>>0<(k[a+28>>2]|0)>>>0){k[f>>2]=c;k[e>>2]=f+4}else lm(d,g);d=a+40|0;e=a+44|0;i=(k[e>>2]|0)-(k[d>>2]|0)>>2;c=zq(a+52|0,b)|0;k[c>>2]=i;c=k[e>>2]|0;if((c|0)==(k[a+48>>2]|0))lm(d,b);else{k[c>>2]=k[b>>2];k[e>>2]=(k[e>>2]|0)+4}r=h;return}function Xj(a,b){a=a|0;b=b|0;var c=0,d=0;d=rz(k[a+4>>2]|0)|0;c=Eh(a,rm(b,1)|0)|0;k[d+8>>2]=c;c=(fp(b)|0)+8|0;if((k[c>>2]|0)!=2){c=FE(rm(b,0)|0)|0;if((c|0)==(k[11380]|0)){c=(fp(b)|0)+8|0;if((k[c>>2]|0)>>>0>3){c=vc(a,rm(b,2)|0)|0;k[d+12>>2]=c;c=3}else c=2;c=vc(a,rm(b,c)|0)|0;k[d+16>>2]=c}else{c=vc(a,rm(b,2)|0)|0;k[d+12>>2]=c;c=k[d+16>>2]|0}if(c|0)k[d+4>>2]=0}return d|0}function Yj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>2>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>2;d=c+b|0;if(d>>>0>1073741823)EH();f=f-e|0;e=f>>1;Gq(g,f>>2>>>0<536870911?(e>>>0<d>>>0?d:e):1073741823,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;c=c+-1|0;if(!c)break;else f=f+4|0}k[e>>2]=d+(b<<2);nn(a,g);vw(g)}else _w(a,b);r=h;return}function Zj(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+48|0;g=e+32|0;c=e+24|0;h=e+16|0;f=e;e=e+36|0;a=yz()|0;if(a|0?(d=k[a>>2]|0,d|0):0){a=d+48|0;b=k[a>>2]|0;a=k[a+4>>2]|0;if(!((b&-256|0)==1126902528&(a|0)==1129074247)){k[c>>2]=41518;TD(41468,c)}if((b|0)==1126902529&(a|0)==1129074247)a=k[d+44>>2]|0;else a=d+80|0;k[e>>2]=a;d=k[d>>2]|0;a=k[d+4>>2]|0;if(Em(1960,d,e)|0){h=k[e>>2]|0;h=hc[k[(k[h>>2]|0)+8>>2]&127](h)|0;k[f>>2]=41518;k[f+4>>2]=a;k[f+8>>2]=h;TD(41382,f)}else{k[h>>2]=41518;k[h+4>>2]=a;TD(41427,h)}}TD(41506,g)}function _j(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=rB(46496,20223)|0;d=si(d,k[a+16>>2]|0)|0;f=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(d,f);ro(d)}d=fh(a)|0;k[b+8>>2]=d;f=k[a>>2]|0;c=k[f+48>>2]|0;if(d>>>0<(k[f+52>>2]|0)-c>>2>>>0){k[b+4>>2]=k[(k[c+(d<<2)>>2]|0)+4>>2];r=e;return}else Na(20243,18497,1935,20277)}function $j(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+36|0;f=a+40|0;c=av((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+44>>2]|0)>>>0){uk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0){Wv(c);hJ(c)}}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+172|0;a=zq(h,b)|0;k[a>>2]=b;h=zq(h,g)|0;k[h>>2]=b;r=i;return}function ak(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;Gy(k[a>>2]|0,33169,0)|0;d=b+8|0;e=k[b+16>>2]|0;c=0;while(1){if((c|0)==(e|0))break;f=kB(d,c)|0;g=Zw(k[a>>2]|0,32)|0;Nw(g,k[f>>2]|0)|0;c=c+1|0}c=Zw(k[a>>2]|0,32)|0;Nw(c,k[b+24>>2]|0)|0;Nz(a);c=k[b+32>>2]|0;if(c|0?(k[c>>2]|0)!=21:0)Zt(a,c);Zt(a,k[b+28>>2]|0);Fv(a);return}function bk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=rB(46496,20115)|0;d=si(d,k[a+16>>2]|0)|0;f=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(d,f);ro(d)}d=fh(a)|0;k[b+8>>2]=d;c=k[a+64>>2]|0;if(d>>>0<(LD(c)|0)>>>0){f=ay(c,d)|0;k[b+4>>2]=f;r=e;return}else Na(20134,18497,1922,20177)}function ck(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0;if((1073741806-b|0)>>>0<c>>>0)yH();m=a+8|0;if((i[m+3>>0]|0)<0)l=k[a>>2]|0;else l=a;if(b>>>0<536870887){c=c+b|0;h=b<<1;c=c>>>0<h>>>0?h:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Na(41207,41244,1734,41324);else j=c}else j=1073741807;h=Oz(j<<2)|0;if(f|0)eG(h,g,f);c=d-e|0;if(c|0)eG(h+(f<<2)|0,l+(e<<2)|0,c);if((b|0)!=1)hJ(l);k[a>>2]=h;k[m>>2]=j|-2147483648;m=c+f|0;k[a+4>>2]=m;k[h+(m<<2)>>2]=0;return}function dk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=bI(a,0)|0;if(!(oD(k[d>>2]|0,44840)|0))Na(29099,34044,1611,29161);d=bI(b,0)|0;if(!(oD(k[d>>2]|0,44756)|0))Na(29180,34044,1612,29161);a:do if(c){d=bI(a,2)|0;Nq(my(my(k[d>>2]|0)|0)|0,b)|0}else{c=0;while(1){d=bI(b,1)|0;if(c>>>0>=(ZA(k[d>>2]|0)|0)>>>0)break a;e=bI(a,2)|0;e=my(my(k[e>>2]|0)|0)|0;d=bI(b,1)|0;d=bI(k[d>>2]|0,c)|0;Nq(e,k[d>>2]|0)|0;c=c+1|0}}while(0);return}function ek(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=rB(46496,19038)|0;e=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(b);Ql(d,e);ro(d)}e=(k[a>>2]|0)+80|0;bB(e,fh(a)|0,0)|0;e=(k[a>>2]|0)+84|0;bB(e,fh(a)|0,0)|0;if((ah(a)|0)<<24>>24){e=(k[a>>2]|0)+100|0;Le(b,34958,0);k[e>>2]=k[b>>2]}r=c;return}function fk(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=r;r=r+16|0;g=h;f=Lk(b,g,c)|0;c=k[f>>2]|0;if(!c){c=Oz(32)|0;k[c+16>>2]=k[d>>2];d=c+20|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];ar(b,k[g>>2]|0,f,c);f=1}else f=0;k[a>>2]=c;i[a+4>>0]=f;r=h;return}function gk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+32|0;d=h;e=k[11281]|0;f=((k[11282]|0)-e|0)/40|0;g=f+1|0;if(g>>>0>107374182)EH();else{j=((k[11283]|0)-e|0)/40|0;e=j<<1;Rp(d,j>>>0<53687091?(e>>>0<g>>>0?g:e):107374182,f);g=d+8|0;f=k[g>>2]|0;b=i[b>>0]|0;e=k[c>>2]|0;Me(f,a);i[f+32>>0]=b;k[f+36>>2]=e;k[g>>2]=f+40;Dn(d);$u(d);r=h;return}}function hk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+12|0;f=a+16|0;c=av((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+20>>2]|0)>>>0){yk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)hJ(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+148|0;a=zq(h,b)|0;k[a>>2]=b;h=zq(h,g)|0;k[h>>2]=b;r=i;return}function ik(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+48|0;f=a+52|0;c=av((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+56>>2]|0)>>>0){yk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)hJ(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+184|0;a=zq(h,b)|0;k[a>>2]=b;h=zq(h,g)|0;k[h>>2]=b;r=i;return}function jk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+24|0;f=a+28|0;c=av((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+32>>2]|0)>>>0){yk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)hJ(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+160|0;a=zq(h,b)|0;k[a>>2]=b;h=zq(h,g)|0;k[h>>2]=b;r=i;return}function kk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=rB(46496,20292)|0;f=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(e,f);ro(e)}e=fh(a)|0;k[b+8>>2]=e;f=k[a>>2]|0;if(e>>>0<(k[f+52>>2]|0)-(k[f+48>>2]|0)>>2>>>0){f=zu(a)|0;k[b+12>>2]=f;k[b+4>>2]=k[f+4>>2];r=d;return}else Na(20243,18497,1941,20311)}function lk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;g=a+64|0;a=k[g>>2]|0;k[g>>2]=a+1;ni(e,a);a=i[b+11>>0]|0;g=a<<24>>24<0;b=ol(e,g?k[b>>2]|0:b,g?k[b+4>>2]|0:a&255)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}DC(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);g=k[c>>2]|0;jF(d);jF(e);r=f;return g|0}function mk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=mC()|0;d=(fp(b)|0)+8|0;if((k[d>>2]|0)==4){c=FE(rm(b,1)|0)|0;k[e>>2]=c;c=2;d=a+28|0}else{d=a+28|0;c=av(k[d>>2]|0)|0;k[e>>2]=c;c=1}k[d>>2]=(k[d>>2]|0)+1;d=Of(FE(rm(b,c)|0)|0,0,0)|0;k[e+4>>2]=d;d=vc(a,rm(b,c+1|0)|0)|0;k[e+8>>2]=d;b=(fp(b)|0)+8|0;if((c+2|0)==(k[b>>2]|0)){ik(k[a>>2]|0,e);return}else Na(18416,16833,1423,18430)}function nk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[11281]|0;e=((k[11282]|0)-d|0)/40|0;f=e+1|0;if(f>>>0>107374182)EH();else{h=((k[11283]|0)-d|0)/40|0;d=h<<1;Rp(c,h>>>0<53687091?(d>>>0<f>>>0?f:d):107374182,e);f=c+8|0;e=k[f>>2]|0;a=i[a>>0]|0;d=k[b>>2]|0;Me(e,33897);i[e+32>>0]=a;k[e+36>>2]=d;k[f>>2]=e+40;Dn(c);$u(c);r=g;return}}function ok(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=a+4|0;Wm(a,(((k[d>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);oj(b);c=Te(a,b,42083)|0;oj(b);a=k[b>>2]|0;if((i[a>>0]|0)!=41)Na(28953,28573,662,29527);k[b>>2]=a+1;a=k[d>>2]|0;b=a+-12|0;if((k[a+-8>>2]|0)==(k[b>>2]|0))e=a;else Na(29231,28573,664,29527);while(1){if((e|0)==(b|0))break;a=e+-12|0;k[d>>2]=a;Xw(a);e=k[d>>2]|0}return c|0}function pk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Gq(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;$l(a,c);Xq(c);r=g;return}}function qk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/24|0;f=e+1|0;if(f>>>0>178956970)EH();else{h=((k[a+8>>2]|0)-d|0)/24|0;d=h<<1;xp(c,h>>>0<89478485?(d>>>0<f>>>0?f:d):178956970,e,a+8|0);f=c+8|0;e=k[f>>2]|0;rs(e,b);k[f>>2]=e+24;vm(a,c);Au(c);r=g;return}}function rk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;e=k[a+8>>2]|0;c=k[a+4>>2]|0;if((e-c|0)>>>0<b>>>0){f=k[a>>2]|0;c=c-f|0;d=c+b|0;if((d|0)<0)EH();f=e-f|0;e=f<<1;Mv(g,f>>>0<1073741823?(e>>>0<d>>>0?d:e):2147483647,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){i[f>>0]=0;c=c+-1|0;if(!c)break;else f=f+1|0}k[e>>2]=d+b;un(a,g);wx(g)}else Px(a,b);r=h;return}function sk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Gq(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;$l(a,c);Wr(c);r=g;return}}function tk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((i[b>>0]|0)==77){d=b;b=So(b)|0;c=77;while(1){if(c<<24>>24==102)break;c=d+1|0;d=c;b=b+-1|0;c=i[c>>0]|0}b=d+b|0;while(1){b=b+-1|0;if((i[b>>0]|0)==125){b=d;break a}i[b>>0]=0}}while(0);e=_c(b,16673)|0;if(e|0){i[e>>0]=0;c=_c(b,16699)|0;do if(c|0){i[a>>0]=1;d=_c(b,16712)|0;a=d+1|0;if(_c(a,16712)|0)Na(16722,11503,115,16768);c=fG(c,125)|0;if(c>>>0>(d+5|0)>>>0){i[d>>0]=47;i[a>>0]=42;i[c+-1>>0]=42;i[c>>0]=47;break}else Na(16776,11503,117,16768)}while(0);i[e>>0]=47}return b|0}function uk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Gq(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;$l(a,c);Or(c);r=g;return}}function vk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;e=h;k[e>>2]=c;f=a+8|0;g=a+12|0;i=k[g>>2]|0;d=i;if((k[a+60>>2]|0)!=(i-(k[f>>2]|0)>>2|0))Na(16347,16396,218,16415);if((d|0)==(k[a+16>>2]|0))lm(f,e);else{k[d>>2]=c;k[g>>2]=d+4}d=a+40|0;c=a+44|0;i=(k[c>>2]|0)-(k[d>>2]|0)>>2;e=zq(a+52|0,b)|0;k[e>>2]=i;e=k[c>>2]|0;if((e|0)==(k[a+48>>2]|0))lm(d,b);else{k[e>>2]=k[b>>2];k[c>>2]=(k[c>>2]|0)+4}r=h;return}function wk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(b)a=1;else{Ls(a);d=_r(c,rB(rB(rB(46496,14815)|0,d)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0;a=0}r=f;return a|0}function xk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Gq(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;$l(a,c);Br(c);r=g;return}}function yk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Gq(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;$l(a,c);ss(c);r=g;return}}function zk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=ql(a,k[11185]|0)|0;if(!((b|0)!=44740?(e=b+16|0,d=i[a+11>>0]|0,g=d<<24>>24<0,d=g?k[a+4>>2]|0:d&255,c=i[e+11>>0]|0,f=c<<24>>24<0,c=f?k[b+20>>2]|0:c&255,a=QD(g?k[a>>2]|0:a,f?k[e>>2]|0:e,c>>>0<d>>>0?c:d)|0,(((a|0)==0?(d>>>0<c>>>0?-2147483648:0):a)|0)>=0):0))b=44740;return b|0}function Ak(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0;f=r;r=r+16|0;d=f+12|0;e=f;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,41373,5);k[d>>2]=0;c=(i[a+11>>0]|0)<0?k[a>>2]|0:a;h=TE()|0;j=k[h>>2]|0;k[h>>2]=0;a=NG(c,d,0)|0;b=M;g=k[h>>2]|0;k[h>>2]=j;if((g|0)==34)Yt(e);if((k[d>>2]|0)==(c|0))$t(e);else{jF(e);M=b;r=f;return a|0}return 0}function Bk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=r;r=r+48|0;d=c+16|0;f=c+32|0;e=c;b=(RD(k[b>>2]|0)|0)+28|0;b=(iE(k[b>>2]|0)|0)+16|0;g=(XD(k[b>>2]|0)|0)+24|0;k[f>>2]=k[g>>2];a=k[a+40>>2]|0;f=Vp(a+24|0,f)|0;f=k[f>>2]|0;k[e>>2]=1;k[e+8>>2]=f;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];a=jr(a+8|0,d)|0;k[b>>2]=a;r=c;return}function Ck(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=rB(46496,20191)|0;f=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(e,f);ro(e)}f=fh(a)|0;k[b+8>>2]=f;if(f>>>0<(LD(k[a+64>>2]|0)|0)>>>0){f=zu(a)|0;k[b+12>>2]=f;k[b+4>>2]=k[f+4>>2];r=d;return}else Na(20134,18497,1928,20209)}function Dk(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[b+16>>2]|0;c=k[b+12>>2]|0;while(1){if((c|0)==(d|0))break;Tl(a,k[c>>2]|0);c=c+4|0}d=k[b+28>>2]|0;c=k[b+24>>2]|0;while(1){if((c|0)==(d|0))break;Zk(a,k[c>>2]|0);c=c+4|0}d=k[b+52>>2]|0;c=k[b+48>>2]|0;while(1){if((c|0)==(d|0))break;tq(a,k[c>>2]|0);c=c+4|0}d=k[b+40>>2]|0;c=k[b+36>>2]|0;while(1){if((c|0)==(d|0))break;Zy(a,k[c>>2]|0);c=c+4|0}Ow(a,b+80|0);return}function Ek(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=k[a+4>>2]|0;c=k[a>>2]|0;while(1){if((c|0)==(e|0))break;f=k[c>>2]|0;if(f|0){d=f+-8|0;b=k[d+4>>2]|0;if(b|0){b=f+(b<<4)|0;do{b=b+-16|0;Gn(b)}while((b|0)!=(f|0))}fJ(d)}c=c+4|0}f=a+16|0;g=k[a+20>>2]|0;c=k[f>>2]|0;while(1){if((c|0)==(g|0))break;d=k[c>>2]|0;if(d|0){e=d+-4|0;b=k[e>>2]|0;if(b|0){b=d+(b*12|0)|0;do{b=b+-12|0;Bx(b)}while((b|0)!=(d|0))}fJ(e)}c=c+4|0}Bx(f);Bx(a);return}function Fk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>3;f=e+1|0;if(f>>>0>536870911)EH();else{d=(k[a+8>>2]|0)-d|0;h=d>>2;kq(c,d>>3>>>0<268435455?(h>>>0<f>>>0?f:h):536870911,e,a+8|0);f=c+8|0;e=k[f>>2]|0;h=b;b=k[h+4>>2]|0;d=e;k[d>>2]=k[h>>2];k[d+4>>2]=b;k[f>>2]=e+8;dn(a,c);aw(c);r=g;return}}function Gk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(b)a=1;else{Ls(a);d=rB(rB(rB(46496,14815)|0,d)|0,14571)|0;d=Nw(d,k[c>>2]|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0;a=0}r=f;return a|0}function Hk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;mq(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=k[b+4>>2];k[e+8>>2]=k[b+8>>2];k[e+12>>2]=k[b+12>>2];k[f>>2]=e+16;fn(a,c);bw(c);r=g;return}}function Ik(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)yH();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=xc(j)|0;if(e|0)aq(l|0,m|0,e|0)|0;if(g|0)aq(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)aq(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)Vc(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function Jk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;oj(b);e=i[k[b>>2]>>0]|0;d=c;while(1){f=i[d>>0]|0;if(!(f<<24>>24)){h=4;break}if(f<<24>>24==e<<24>>24){e=0;break}else d=d+1|0}if((h|0)==4)e=Te(a,b,c)|0;oj(b);f=k[b>>2]|0;g=i[f>>0]|0;d=c;while(1){a=i[d>>0]|0;if(!(a<<24>>24)){h=8;break}if(a<<24>>24==g<<24>>24)break;else d=d+1|0}if((h|0)==8)Na(28907,28573,463,28927);if(g<<24>>24==59)k[b>>2]=f+1;return mv(e)|0}function Kk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=b&255;a:do if(!d)a=a+(So(a)|0)|0;else{if(a&3){c=b&255;do{e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break a;a=a+1|0}while((a&3|0)!=0)}d=$(d,16843009)|0;c=k[a>>2]|0;b:do if(!((c&-2139062144^-2139062144)&c+-16843009))do{e=c^d;if((e&-2139062144^-2139062144)&e+-16843009|0)break b;a=a+4|0;c=k[a>>2]|0}while(!((c&-2139062144^-2139062144)&c+-16843009|0));while(0);c=b&255;while(1){e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break;else a=a+1|0}}while(0);return a|0}function Lk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if(UF(c,d)|0){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if(!(UF(d,c)|0)){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Mk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;c=a+104|0;g=k[c>>2]|0;if((g|0)!=0?(k[a+108>>2]|0)>=(g|0):0)h=4;else{b=yw(a)|0;if((b|0)>=0){c=k[c>>2]|0;g=k[a+8>>2]|0;if(c){d=a+4|0;f=k[d>>2]|0;e=c-(k[a+108>>2]|0)|0;c=g;if((g-f|0)<(e|0))h=9;else k[a+100>>2]=f+(e+-1)}else{d=a+4|0;c=g;h=9}if((h|0)==9)k[a+100>>2]=g;if(!c)c=k[d>>2]|0;else{g=k[d>>2]|0;a=a+108|0;k[a>>2]=c+1-g+(k[a>>2]|0);c=g}c=c+-1|0;if((l[c>>0]|0|0)!=(b|0))i[c>>0]=b}else h=4}if((h|0)==4){k[a+100>>2]=0;b=-1}return b|0}function Nk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;mq(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[f>>2]=e+16;Um(a,c);Gu(c);r=g;return}}function Ok(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+8+3>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+20+3>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Kd(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function Pk(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+11>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+12+11>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Md(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function Qk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0.0;if(i[49132]|0){b=rB(46328,22464)|0;Zw(rB(b,k[c>>2]|0)|0,10)|0}xn(d);e=+Jb(18,k[c+4>>2]|0,k[c+8>>2]|0);if(i[49132]|0)Zw(ui(rB(46328,22718)|0,e)|0,10)|0;Es(a,e,k[(k[c+12>>2]|0)+4>>2]|0);return}function Rk(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)yH();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=Oz(j)|0;if(e|0)aq(l|0,m|0,e|0)|0;if(g|0)aq(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)aq(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)hJ(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function Sk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)EH();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;kq(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;e=k[c>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=e;k[g>>2]=f+8;dn(a,d);aw(d);r=h;return}}function Tk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Lk(b,f,c)|0;c=k[e>>2]|0;if(!c){c=Oz(32)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Uk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(!b){Ls(a);d=pr(c,rB(rB(rB(46496,14815)|0,d)|0,14571)|0)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0}r=f;return}function Vk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=b+8|0;if(k[d>>2]|0){e=a+28|0;a:do if(kt(e,d)|0){c=zq(e,d)|0;switch(k[c>>2]|0){case 0:case 5:break a;default:{}}c=k[b+4>>2]|0;switch(c|0){case 0:case 5:break a;default:{}}f=zq(e,d)|0;Ii(a,c,k[f>>2]|0,b)}while(0);jp(e,d)}return}function Wk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=(fp(b)|0)+8|0;do if((k[e>>2]|0)==(c|0))d=YE(k[a+4>>2]|0)|0;else{e=(fp(b)|0)+8|0;if((k[e>>2]|0)==(c+1|0)){d=vc(a,rm(b,c)|0)|0;break}d=Zx(k[a+4>>2]|0)|0;e=d+12|0;while(1){f=(fp(b)|0)+8|0;if(!((c|0)!=-1?c>>>0<(k[f>>2]|0)>>>0:0))break;uv(e,vc(a,rm(b,c)|0)|0);c=c+1|0}Om(d)}while(0);return d|0}function Xk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){Ls(a);c=_r(c,rB(rB(rB(46496,14815)|0,15260)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function Yk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(b)a=1;else{Ls(a);d=rB(rB(rB(rB(46496,14815)|0,d)|0,14571)|0,c)|0;c=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(e);Ql(d,c);ro(d);i[a+24>>0]=0;a=0}r=f;return a|0}function Zk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;c=h+8|0;e=h+4|0;g=h;a:do if(i[a+25>>0]|0){d=k[a+20>>2]|0;k[c>>2]=k[b+4>>2];k[f>>2]=k[c>>2];d=Qu(d,f)|0;c=k[d+4>>2]|0;k[e>>2]=k[d>>2];k[f>>2]=k[e>>2];Pi(a,c,f,14659);c=k[d+12>>2]|0;b=k[d+8>>2]|0;while(1){if((b|0)==(c|0))break a;e=k[b>>2]|0;k[g>>2]=k[d>>2];k[f>>2]=k[g>>2];Pi(a,e,f,14707);b=b+4|0}}while(0);r=h;return}function _k(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){Ls(a);c=_r(c,rB(rB(rB(46496,14815)|0,15039)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function $k(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){Ls(a);c=_r(c,rB(rB(rB(46496,14815)|0,15584)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function al(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){Ls(a);c=_r(c,rB(rB(rB(46496,14815)|0,15011)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function bl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)EH();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;kq(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=k[c>>2];k[g>>2]=f+8;dn(a,d);aw(d);r=h;return}}function cl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){Ls(a);c=_r(c,rB(rB(rB(46496,14815)|0,14984)|0,14571)|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function dl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){e=k[c>>2]|0;while(1){d=k[a+16>>2]|0;if(UF(e,d)|0){d=k[a>>2]|0;if(!d){d=5;break}else a=d}else{if(!(UF(d,e)|0)){d=10;break}c=a+4|0;d=k[c>>2]|0;if(!d){d=9;break}else a=d}}if((d|0)==5){k[b>>2]=a;break}else if((d|0)==9){k[b>>2]=a;a=c;break}else if((d|0)==10){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function el(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=a+16|0;b=k[d>>2]|0;if(!b)Na(19661,18497,1415,19669);if(i[a+12>>0]|0){b=rB(46496,19679)|0;b=rB(si(b,k[d>>2]|0)|0,42083)|0;a=JB(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=a;a=jE(a,47200)|0;a=nc[k[(k[a>>2]|0)+28>>2]&31](a,10)|0;$G(c);Ql(b,a);ro(b);b=k[d>>2]|0}k[d>>2]=b+-1;r=e;return}function fl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(b){Ls(a);b=rB(rB(rB(46496,16174)|0,16221)|0,14571)|0;c=Nw(b,k[c>>2]|0)|0;b=JB(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=jE(b,47200)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;$G(d);Ql(c,b);ro(c);i[a+24>>0]=0}r=e;return}function gl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+128|0;e=m+112|0;l=m;f=l;g=3556;h=f+112|0;do{k[f>>2]=k[g>>2];f=f+4|0;g=g+4|0}while((f|0)<(h|0));if((b+-1|0)>>>0>2147483646)if(!b){a=e;b=1;j=4}else{b=TE()|0;k[b>>2]=75;b=-1}else j=4;if((j|0)==4){j=-2-a|0;j=b>>>0>j>>>0?j:b;k[l+48>>2]=j;e=l+20|0;k[e>>2]=a;k[l+44>>2]=a;b=a+j|0;a=l+16|0;k[a>>2]=b;k[l+28>>2]=b;b=pi(l,c,d)|0;if(j){l=k[e>>2]|0;i[l+(((l|0)==(k[a>>2]|0))<<31>>31)>>0]=0}}r=m;return b|0}function hl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if(d>>>0>c>>>0){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if(d>>>0>=c>>>0){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function il(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Lk(b,f,c)|0;c=k[e>>2]|0;if(!c){c=Oz(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function jl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=hl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=Oz(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function kl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=rB(46496,20326)|0;f=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(e,f);ro(e)}f=zu(a)|0;k[b+16>>2]=f;f=zu(a)|0;k[b+12>>2]=f;f=zu(a)|0;k[b+8>>2]=f;dy(b);r=d;return}function ll(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=xB(b)|0;e=k[a+4>>2]|0;a:do if(e){f=e+-1|0;g=(f&e|0)==0;if(g)d=f&c;else d=(c>>>0)%(e>>>0)|0;c=k[(k[a>>2]|0)+(d<<2)>>2]|0;if(c)do{c=k[c>>2]|0;if(!c){c=0;break a}a=k[c+4>>2]|0;if(g)a=a&f;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(d|0)){c=0;break a}}while((Vt(k[c+8>>2]|0,b)|0)!=0);else c=0}else c=0;while(0);return c|0}function ml(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=k[b>>2]|0;b=f*33^5381;e=k[a+4>>2]|0;a:do if(e){g=e+-1|0;d=(g&e|0)==0;if(d)c=g&b;else c=(b>>>0)%(e>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(b)do{b=k[b>>2]|0;if(!b){b=0;break a}a=k[b+4>>2]|0;if(d)a=a&g;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(c|0)){b=0;break a}}while((k[b+8>>2]|0)!=(f|0));else b=0}else b=0;while(0);return b|0}function nl(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+12>>2]|0;if(!b)Na(18282,14271,982,17542);c=k[a+16>>2]|0;a:do if(c|0){d=k[b+4>>2]|0;b=k[c+4>>2]|0;if((d|0)==(b|0)){k[a+4>>2]=d;break}b:do switch(d|0){case 0:case 5:{switch(b|0){case 0:case 5:break;default:e=10}break}default:{switch(b|0){case 0:break b;case 5:break;default:{e=10;break b}}k[a+4>>2]=d;break a}}while(0);if((e|0)==10?(d|0)==5:0){k[a+4>>2]=b;break}k[a+4>>2]=0}while(0);return}function ol(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+11|0;d=i[h>>0]|0;f=d<<24>>24<0;if(f){e=(k[a+8>>2]&2147483647)+-1|0;g=k[a+4>>2]|0}else{e=10;g=d&255}if((e-g|0)>>>0>=c>>>0){if(c|0){if(f)d=k[a>>2]|0;else d=a;if(g){ew(d+c|0,d|0,g|0)|0;b=d>>>0<=b>>>0&(d+g|0)>>>0>b>>>0?b+c|0:b}ew(d|0,b|0,c|0)|0;b=g+c|0;if((i[h>>0]|0)<0)k[a+4>>2]=b;else i[h>>0]=b;i[d+b>>0]=0}}else Rk(a,e,g+c-e|0,g,0,0,c,b);return a|0}function pl(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0;if((1073741807-b|0)>>>0<c>>>0)yH();j=a+8|0;if((i[j+3>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<536870887){c=c+b|0;f=b<<1;c=c>>>0<f>>>0?f:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Na(41207,41244,1734,41324);else g=c}else g=1073741807;f=Oz(g<<2)|0;if(e|0)eG(f,h,e);c=d-e|0;if(c|0)eG(f+(e<<2)|0,h+(e<<2)|0,c);if((b|0)!=1)hJ(h);k[a>>2]=f;k[j>>2]=g|-2147483648;return}function ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[a+11>>0]|0;d=e<<24>>24<0;e=d?k[a+4>>2]|0:e&255;d=d?k[a>>2]|0:a;c=44740;a=b;a:while(1){while(1){if(!a)break a;b=a+16|0;f=i[b+11>>0]|0;g=f<<24>>24<0;f=g?k[a+20>>2]|0:f&255;b=QD(g?k[b>>2]|0:b,d,e>>>0<f>>>0?e:f)|0;if((((b|0)==0?(f>>>0<e>>>0?-2147483648:0):b)|0)>=0)break;a=k[a+4>>2]|0}c=a;a=k[a>>2]|0}return c|0}function rl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;if(b){Ls(a);b=rB(rB(rB(rB(46496,16174)|0,16126)|0,14571)|0,34958)|0;e=JB(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(c);Ql(b,e);ro(b);i[a+24>>0]=0}r=d;return}function sl(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+112|0;c=h+4|0;d=h;k[d>>2]=c+100;xq(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=i[f>>0]|0;do if(c){a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0)){b=(nc[k[(k[c>>2]|0)+52>>2]&31](c,d&255)|0)==-1;c=b?0:c;break}else{k[a>>2]=e+1;i[e>>0]=d;break}}else c=0;while(0);f=f+1|0}r=h;return c|0}function tl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,27924,15);b=QB(e,a)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}DC(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);jF(d);jF(e);r=f;return k[c>>2]|0}function ul(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,27911,12);b=QB(e,a)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}DC(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);jF(d);jF(e);r=f;return k[c>>2]|0}function vl(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)){c=i[a>>0]|0;if(c<<24>>24!=95){if(((c<<24>>24)+-48|0)>>>0>=10)break;while(1){a=a+1|0;if((a|0)==(b|0)){a=b;break a}if(((i[a>>0]|0)+-48|0)>>>0>=10)break a}}c=a+1|0;if((c|0)!=(b|0)){c=i[c>>0]|0;if(((c<<24>>24)+-48|0)>>>0<10){a=a+2|0;break}if(c<<24>>24==95){c=a+2|0;while(1){if((c|0)==(b|0))break a;d=i[c>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;c=c+1|0}return (d<<24>>24==95?c+1|0:a)|0}}}while(0);return a|0}function wl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Na(35297,35315,239,35336);pp(a,51,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}hu(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[e>>2]&255](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Na(35341,35315,243,35336);else if((b|0)==10){r=h;return}}function xl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Na(35297,35315,239,35336);pp(a,74,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}hu(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[e>>2]&255](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Na(35341,35315,243,35336);else if((b|0)==10){r=h;return}}function yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Na(35297,35315,239,35336);pp(a,120,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}hu(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[e>>2]&255](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Na(35341,35315,243,35336);else if((b|0)==10){r=h;return}}function zl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;mq(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;AD(e,b);k[f>>2]=e+16;Um(a,c);Gu(c);r=g;return}}function Al(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=TE()|0;h=k[g>>2]|0;k[g>>2]=0;oE()|0;a=lH(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>65535|(e|0)==34){k[c>>2]=4;a=-1;break}else{a=a&65535;break}else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function Bl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(!c)d=0;else d=k[c+4>>2]|0;c=a+28|0;e=(kt(c,b)|0)==0;a=zq(c,b)|0;do if(!e){if((k[a>>2]|0)==5){e=zq(c,b)|0;k[e>>2]=d;break}if((d|0)!=5?(e=zq(c,b)|0,(d|0)!=(k[e>>2]|0)):0){e=zq(c,b)|0;k[e>>2]=0}}else k[a>>2]=d;while(0);return}function Cl(a,b){a=a|0;b=+b;var c=0,d=0;c=(o[t>>2]=b,k[t>>2]|0);if((c&2147483647)>>>0>2139095040){rB(rB(a,(c|0)<0?43453:53215)|0,38048)|0;c=Cz(b)|0;if(c|0){a=rB(a,26298)|0;d=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[d>>2]=k[d>>2]&-75|8;a=si(a,c)|0;a=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|2}}else Hg(a,b);return}function Dl(a){a=a|0;var b=0,c=0,d=0;b=a+64|0;c=a;d=c+64|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));k[b>>2]=-1;d=a+68|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[a+84>>2]=65535;d=a+88|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;cB(a+108|0);k[a+140>>2]=0;k[a+144>>2]=0;k[a+136>>2]=a+140;k[a+152>>2]=0;k[a+156>>2]=0;k[a+148>>2]=a+152;k[a+164>>2]=0;k[a+168>>2]=0;k[a+160>>2]=a+164;k[a+176>>2]=0;k[a+180>>2]=0;k[a+172>>2]=a+176;k[a+188>>2]=0;k[a+192>>2]=0;k[a+184>>2]=a+188;return}function El(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=rB(46496,20342)|0;f=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(c);Ql(e,f);ro(e)}c=fh(a)|0;if((c|1|0)!=1)Na(19778,18497,2144,20358);if((c|0)==1){f=zu(a)|0;k[b+8>>2]=f}r=d;return}function Fl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=b;b=b+108|0;k[a+4>>2]=b;k[a+8>>2]=b;k[a+12>>2]=0;k[a+16>>2]=8;k[a+20>>2]=1e3;k[a+28>>2]=0;k[a+32>>2]=0;k[a+24>>2]=a+28;i[a+36>>0]=c&1;i[a+37>>0]=0;i[a+38>>0]=0;i[a+39>>0]=0;k[a+44>>2]=0;k[a+48>>2]=0;k[a+40>>2]=a+44;k[a+56>>2]=0;k[a+60>>2]=0;k[a+52>>2]=a+56;b=a+108|0;k[a+112>>2]=0;k[a+116>>2]=0;c=a+112|0;d=a+64|0;e=d+44|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[b>>2]=c;k[a+124>>2]=0;k[a+128>>2]=0;k[a+120>>2]=a+124;return}function Gl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=dl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=Oz(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Hl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=TE()|0;h=k[g>>2]|0;k[g>>2]=0;oE()|0;a=lH(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>4294967295|(e|0)==34){k[c>>2]=4;a=-1;break}else break;else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function Il(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(Dd(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[11359];r=f;return}function Jl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+16|0;c=j+8|0;e=j+4|0;f=j;g=b+8|0;h=k[b+16>>2]|0;i=b+32|0;d=0;while(1){if((d|0)==(h|0))break;l=kB(g,d)|0;k[e>>2]=k[l>>2];l=k[i>>2]|0;k[c>>2]=k[e>>2];Bl(a,c,l);d=d+1|0}k[f>>2]=k[b+24>>2];l=k[i>>2]|0;k[c>>2]=k[f>>2];Bl(a,c,l);_k(a,(k[(k[b+28>>2]|0)+4>>2]|4|0)==5,b);r=j;return}function Kl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;k[a>>2]=0;c=b+16|0;g=0;while(1){h=(wz(k[c>>2]|0)|0)<<24>>24;f=h&127;b=((g|0)==0?127:(1<<32-g)+127|0)&f;d=(h&128|0)!=0;if(d&(b|0)!=(f|0)){b=3;break}e=k[a>>2]|b<<g;k[a>>2]=e;f=g+7|0;if(!d){b=7;break}if(f>>>0<32)g=f;else{b=6;break}}if((b|0)==3)Na(18662,18497,99,18515);else if((b|0)==6)Na(18739,18497,104,18515);else if((b|0)==7){if(f>>>0<32&(h&64|0)!=0?(h=25-g|0,h=e<<h>>h,k[a>>2]=h,(h|0)>=0):0)Na(20450,18497,114,18515);return}}function Ll(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=8;c=b;e=c;e=l[e>>0]|l[e+1>>0]<<8|l[e+2>>0]<<16|l[e+3>>0]<<24;c=c+4|0;c=l[c>>0]|l[c+1>>0]<<8|l[c+2>>0]<<16|l[c+3>>0]<<24;b=a;d=b;i[d>>0]=e;i[d+1>>0]=e>>8;i[d+2>>0]=e>>16;i[d+3>>0]=e>>24;b=b+4|0;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;i[a+8>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Ml(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;b=f;c=k[11291]|0;d=(k[11292]|0)-c>>2;e=d+1|0;if(e>>>0>1073741823)EH();else{g=(k[11293]|0)-c|0;c=g>>1;Mp(b,g>>2>>>0<536870911?(c>>>0<e>>>0?e:c):1073741823,d);e=b+8|0;d=k[e>>2]|0;k[d>>2]=k[a>>2];k[e>>2]=d+4;Hn(b);vw(b);r=f;return}}function Nl(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=Ic(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+_(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(ca(c+-1|0)|0);else c=Ic(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)ng(a,b)}}else ng(a,b);return}function Ol(a,b){a=a|0;b=b|0;var c=0,d=0;wl(a,b+36|0);c=a+28|0;if(!(Yk(a,(k[a+36>>2]|0)==0,14839,14853)|0)){a=a+32|0;b=k[c>>2]|0;while(1){if((b|0)==(a|0))break;d=rB(46496,14885)|0;Zw(Nw(d,k[b+16>>2]|0)|0,10)|0;b=Pu(b)|0}Nt(c)}return}function Pl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e)f=(k[a+8>>2]&2147483647)+-1|0;else f=10;do if(f>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)ew(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[g>>0]|0)<0){k[a+4>>2]=c;break}else{i[g>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;Ik(a,f,c-f|0,d,0,d,c,b)}while(0);return}function Ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;kv(g,a);do if(i[g>>0]|0){c=k[(k[a>>2]|0)+-12>>2]|0;e=k[a+c+24>>2]|0;f=e;if(e){c=f+24|0;d=k[c>>2]|0;if((d|0)!=(k[f+28>>2]|0)){k[c>>2]=d+1;i[d>>0]=b;break}if((nc[k[(k[e>>2]|0)+52>>2]&31](f,b&255)|0)!=-1)break;c=k[(k[a>>2]|0)+-12>>2]|0}a=a+c+16|0;k[a>>2]=k[a>>2]|1}while(0);Oo(g);r=h;return}function Rl(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+416|0;c=h+8|0;d=h;k[d>>2]=c+400;oo(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=k[f>>2]|0;if(!c)c=0;else{a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0))d=nc[k[(k[c>>2]|0)+52>>2]&31](c,d)|0;else{k[a>>2]=e+4;k[e>>2]=d}c=(d|0)==-1?0:c}f=f+4|0}r=h;return c|0}function Sl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;i[a+53>>0]=1;do if((k[a+4>>2]|0)==(c|0)){i[a+52>>0]=1;e=a+16|0;c=k[e>>2]|0;if(!c){k[e>>2]=b;k[a+24>>2]=d;k[a+36>>2]=1;if(!((d|0)==1?(k[a+48>>2]|0)==1:0))break;i[a+54>>0]=1;break}if((c|0)!=(b|0)){d=a+36|0;k[d>>2]=(k[d>>2]|0)+1;i[a+54>>0]=1;break}e=a+24|0;c=k[e>>2]|0;if((c|0)==2){k[e>>2]=d;c=d}if((c|0)==1?(k[a+48>>2]|0)==1:0)i[a+54>>0]=1}while(0);return}function Tl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+16|0;e=g+8|0;c=g+4|0;f=g;a:do if(i[a+25>>0]|0){d=b+12|0;h=k[(k[d>>2]|0)+4>>2]|0;k[c>>2]=k[b>>2];k[e>>2]=k[c>>2];Pi(a,h,e,14468);c=k[d>>2]|0;d=k[c+12>>2]|0;c=k[c+8>>2]|0;while(1){if((c|0)==(d|0))break a;h=k[c>>2]|0;k[f>>2]=k[b>>2];k[e>>2]=k[f>>2];Pi(a,h,e,14516);c=c+4|0}}while(0);r=g;return}function Ul(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;while(1){b=i[a>>0]|0;c=b<<24>>24;d=a+1|0;if(!(yI(c)|0))break;else a=d}switch(c|0){case 45:{a=1;e=5;break}case 43:{a=0;e=5;break}default:f=0}if((e|0)==5){f=a;a=d;b=i[d>>0]|0}d=(b<<24>>24)+-48|0;if(d>>>0<10){b=0;c=0;do{b=Kz(b|0,c|0,10,0)|0;a=a+1|0;b=UC(b|0,M|0,d|0,((d|0)<0)<<31>>31|0)|0;c=M;d=(i[a>>0]|0)+-48|0}while(d>>>0<10);a=c}else{b=0;a=0}e=(f|0)!=0;f=UC(0,0,b|0,a|0)|0;M=e?a:M;return (e?b:f)|0}function Vl(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=Ic(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+_(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(ca(c+-1|0)|0);else c=Ic(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)pg(a,b)}}else pg(a,b);return}function Wl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=k[c+8>>2]|0;Dd(a,b,k[c+12>>2]|0);do if(!(k[a+16>>2]|0))if((k[a>>2]|0)==(k[c+4>>2]|0)){d=(k[(k[b+4>>2]|0)+4>>2]|0)+(d<<4)|0;k[d>>2]=k[a>>2];k[d+4>>2]=k[a+4>>2];k[d+8>>2]=k[a+8>>2];k[d+12>>2]=k[a+12>>2];break}else Na(23911,22146,715,20311);while(0);return}function Xl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 104:{d=a+1|0;c=Pp(d,b)|0;if((c|0)==(d|0)|(c|0)==(b|0))break a;return ((i[c>>0]|0)==95?c+1|0:a)|0}case 118:break;default:break a}e=a+1|0;c=Pp(e,b)|0;if((!((c|0)==(e|0)|(c|0)==(b|0))?(i[c>>0]|0)==95:0)?(e=c+1|0,d=Pp(e,b)|0,!((d|0)==(e|0)|(d|0)==(b|0))):0)a=(i[d>>0]|0)==95?d+1|0:a}while(0);return a|0}function Yl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;b=f;e=_l(a)|0;k[b>>2]=e;d=a+88|0;c=k[d>>2]|0;if((c|0)==(k[a+92>>2]|0))lm(a+84|0,b);else{k[c>>2]=e;k[d>>2]=(k[d>>2]|0)+4}b=(k[a>>2]|0)+108|0;b=RB(b,Vm(a)|0)|0;c=k[d>>2]|0;a=0;while(1){if((a|0)==-1)break;g=a+-1|0;k[d>>2]=c+(g<<2);a=g}g=(sE(b)|0)+8|0;k[g>>2]=e;r=f;return b|0}function Zl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=k[c+8>>2]|0;Dd(a,b,k[c+12>>2]|0);do if(!(k[a+16>>2]|0))if((k[a>>2]|0)==(k[c+4>>2]|0)){d=(k[k[b+8>>2]>>2]|0)+(d<<4)|0;k[d>>2]=k[a>>2];k[d+4>>2]=k[a+4>>2];k[d+8>>2]=k[a+8>>2];k[d+12>>2]=k[a+12>>2];break}else Na(23911,22146,696,20209);while(0);return}function _l(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;a=a+36|0;b=k[a>>2]|0;k[a>>2]=b+1;ni(e,b);b=IB(e,19654)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}DC(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;jF(d);jF(e);r=f;return c|0}function $l(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;h=(k[f>>2]|0)+-4|0;g=c+-4|0;i=k[g>>2]|0;k[g>>2]=0;k[h>>2]=i;k[f>>2]=(k[f>>2]|0)+-4;c=g}g=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=g;g=b+8|0;i=k[e>>2]|0;k[e>>2]=k[g>>2];k[g>>2]=i;g=a+8|0;i=b+12|0;h=k[g>>2]|0;k[g>>2]=k[i>>2];k[i>>2]=h;k[b>>2]=k[f>>2];return}function am(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(b|0){case 8:case 4:case 2:case 1:break;default:{Ls(a);b=si(rB(46496,15393)|0,b)|0;e=JB(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(c);Ql(b,e);ro(b);i[a+24>>0]=0}}r=d;return}function bm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;b=k[a>>2]|0;k[a>>2]=b+1;ni(e,b);b=IB(e,19516)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}DC(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;jF(d);jF(e);r=f;return c|0}function cm(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else if((a|0)==(k[b>>2]|0)){if((k[b+16>>2]|0)!=(c|0)?(g=b+20|0,(k[g>>2]|0)!=(c|0)):0){k[b+32>>2]=d;k[g>>2]=c;e=b+40|0;k[e>>2]=(k[e>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0)i[b+54>>0]=1;k[b+44>>2]=4;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function dm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;d=0;a=0;break}g=TE()|0;h=k[g>>2]|0;k[g>>2]=0;oE()|0;a=lH(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;a=-1;d=-1}}else{k[c>>2]=4;a=0;d=0}}while(0);M=d;r=j;return a|0}function em(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;a:do if((a|0)!=(k[b+8>>2]|0)){f=k[a+12>>2]|0;e=a+16+(f<<3)|0;Ht(a+16|0,b,c,d);if((f|0)>1){f=b+54|0;a=a+24|0;do{Ht(a,b,c,d);if(i[f>>0]|0)break a;a=a+8|0}while(a>>>0<e>>>0)}}else $p(b,c,d);while(0);return}function fm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;f=d<<24>>24<0;if(f){e=(k[a+8>>2]&2147483647)+-1|0;d=k[a+4>>2]|0}else{e=10;d=d&255}if((e-d|0)>>>0>=c>>>0){if(c|0){if(f)e=k[a>>2]|0;else e=a;aq(e+d|0,b|0,c|0)|0;d=d+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else Ik(a,e,c-e+d|0,d,d,0,c,b);return a|0}function gm(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g;f=k[11288]|0;a=f;if(!((f|0)!=(k[11287]|0)?(b=k[11290]|0,(b|0)!=1e3):0)){b=eJ(16008)|0;k[b+4>>2]=1e3;d=b+8|0;b=b+16008|0;c=d;do{k[c>>2]=3;p[c+8>>3]=0.0;c=c+16|0}while((c|0)!=(b|0));k[e>>2]=d;if(a>>>0<(k[11289]|0)>>>0){k[f>>2]=d;a=(k[11288]|0)+4|0;k[11288]=a}else{hm(e);a=k[11288]|0}k[11290]=0;b=0}k[11290]=b+1;r=g;return (k[a+-4>>2]|0)+(b<<4)|0}function hm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;b=f;c=k[11287]|0;d=(k[11288]|0)-c>>2;e=d+1|0;if(e>>>0>1073741823)EH();else{g=(k[11289]|0)-c|0;c=g>>1;lq(b,g>>2>>>0<536870911?(c>>>0<e>>>0?e:c):1073741823,d);e=b+8|0;d=k[e>>2]|0;k[d>>2]=k[a>>2];k[e>>2]=d+4;Fn(b);vw(b);r=f;return}}function im(a){a=a|0;if(!a)return;else{im(k[a>>2]|0);im(k[a+4>>2]|0);Wz(a+16|0);hJ(a);return}}function jm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;d=a+8|0;h=d+3|0;f=i[h>>0]|0;g=f<<24>>24<0;if(g)e=(k[d>>2]&2147483647)+-1|0;else e=1;do if(e>>>0>=c>>>0){if(g)d=k[a>>2]|0;else d=a;bG(d,b,c);k[d+(c<<2)>>2]=0;if((i[h>>0]|0)<0){k[a+4>>2]=c;break}else{i[h>>0]=c;break}}else{if(g)d=k[a+4>>2]|0;else d=f&255;ck(a,e,c-e|0,d,d,c,b)}while(0);return}function km(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(!(i[b>>0]|0))rB(a,k[b+20>>2]|0)|0;else{Zw(a,40)|0;d=b+12|0;e=k[d>>2]|0;b=b+8|0;c=0;while(1){if((c|0)==(e|0))break;f=qC(k[b>>2]|0,k[d>>2]|0,c)|0;f=k[f>>2]|0;km(Zw(a,32)|0,f)|0;c=c+1|0}rB(a,16932)|0}return a|0}function lm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)EH();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;Gq(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[f>>2]=e+4;nn(a,c);vw(c);r=g;return}}function mm(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11284]|0;d=a+4|0;b=k[11285]|0;while(1){if((b|0)==(c|0))break;e=b+-20|0;kn((k[d>>2]|0)+-20|0,e);k[d>>2]=(k[d>>2]|0)+-20;b=e}e=k[11284]|0;k[11284]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[11285]|0;k[11285]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[11286]|0;k[11286]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function nm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=c-b|0;e=g>>2;if(e>>>0>1073741807)yH();do if(e>>>0>=2){d=e+4&-4;if(d>>>0>1073741823)Na(41207,41244,1734,41324);else{f=Oz(d<<2)|0;k[a>>2]=f;k[a+8>>2]=d|-2147483648;k[a+4>>2]=e;break}}else{i[a+8+3>>0]=e;f=a}while(0);a=f;while(1){if((b|0)==(c|0))break;k[a>>2]=k[b>>2];b=b+4|0;a=a+4|0}k[f+(g>>>2<<2)>>2]=0;return}function om(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e)f=(k[a+8>>2]&2147483647)+-1|0;else f=10;do if(f>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)ew(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[g>>0]|0)<0){k[a+4>>2]=c;break}else{i[g>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;Rk(a,f,c-f|0,d,0,d,c,b)}while(0);return}function pm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)-(k[c+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{d=b+8|0;b=c+8|0;b=UC(k[d>>2]|0,k[d+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=M;break}case 3:{e=+VD(b)-+VD(c);k[a>>2]=3;o[a+8>>2]=e;break}case 4:{e=+UD(b)-+UD(c);k[a>>2]=4;p[a+8>>3]=e;break}default:{}}return}function qm(a,b){a=a|0;b=b|0;var c=0;c=bI(a,0)|0;do if(!(oD(k[c>>2]|0,44748)|0)){c=bI(a,0)|0;if(oD(k[c>>2]|0,44752)|0){a=bI(a,3)|0;a=k[a>>2]|0;c=bI(b,1)|0;bs(a,eE(k[c>>2]|0)|0);break}else Ga()}else{a=bI(a,1)|0;a=k[a>>2]|0;c=bI(b,1)|0;bs(a,eE(k[c>>2]|0)|0)}while(0);return}function rm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;e=(fp(a)|0)+8|0;if((k[e>>2]|0)>>>0>b>>>0){e=fp(a)|0;e=qC(k[e+4>>2]|0,k[e+8>>2]|0,b)|0;r=d;return k[e>>2]|0}else{e=Oa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,16935,30);b=k[a+28>>2]|0;d=k[a+32>>2]|0;Ts(e,c);k[e+12>>2]=b;k[e+16>>2]=d;Gb(e|0,8,148)}return 0}function sm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;eq((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function tm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=$(k[c+8>>2]|0,k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=Kz(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=M;break}case 3:{d=+VD(b)*+VD(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+UD(b)*+UD(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function um(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){wm(a,c,1,c,c,0);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function vm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;rs((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function wm(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0;if((-17-b|0)>>>0<c>>>0)yH();if((i[a+11>>0]|0)<0)j=k[a>>2]|0;else j=a;if(b>>>0<2147483623){g=c+b|0;h=b<<1;g=g>>>0<h>>>0?h:g;g=g>>>0<11?11:g+16&-16}else g=-17;h=xc(g)|0;if(e|0)aq(h|0,j|0,e|0)|0;c=d-e|0;if(c|0)aq(h+e+f|0,j+e|0,c|0)|0;if((b|0)!=10)Vc(j);k[a>>2]=h;k[a+8>>2]=g|-2147483648;return}function xm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=(k[c+8>>2]|0)+(k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=HE(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=M;break}case 3:{d=+VD(b)+ +VD(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+UD(b)+ +UD(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function ym(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;c=a+4|0;d=a+88|0;e=a+104|0;f=a+80|0;b=a+32|0;while(1){CI(c);a=k[e>>2]|0;if(!a){if(i[f>>0]|0)break}else{while(1){if(wz(a)|0)break;a=k[e>>2]|0}gw(d)}MF(c);Fy(Bv()|0);CI(c);if((i[f>>0]|0)==0?(k[e>>2]|0)==0:0)dF(b,c,1);MF(c)}MF(c);return}function zm(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((b|0)==(k[a+24>>2]|0)){b=(k[b+16>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){lm(a+32|0,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}else{d=k[a+28>>2]|0;if((k[b+12>>2]|0)!=(d|0)?(k[b+8>>2]|0)!=(d|0):0)break;d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);return}function Am(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;d=e;k[d>>2]=0;c=(i[b+11>>0]|0)<0?k[b>>2]|0:b;g=TE()|0;h=k[g>>2]|0;k[g>>2]=0;b=wH(c,d)|0;f=k[g>>2]|0;k[g>>2]=h;if((f|0)==34)Yt(a);if((k[d>>2]|0)==(c|0))$t(a);else{r=e;return b|0}return 0}function Bm(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;k[e>>2]=c;b=_E(k[a+8>>2]|0)|0;a=Gm(f,0)|0;if(b|0)_E(b)|0;a:do switch(a|0){case 0:case -1:{b=2;break}default:{b=a+-1|0;if(b>>>0>(d-(k[e>>2]|0)|0)>>>0)b=1;else while(1){if(!b){b=0;break a}c=i[f>>0]|0;d=k[e>>2]|0;k[e>>2]=d+1;i[d>>0]=c;f=f+1|0;b=b+-1|0}}}while(0);r=g;return b|0}function Cm(a,b){a=a|0;b=b|0;var c=0,d=0;d=Oz(72)|0;k[a>>2]=d;k[a+4>>2]=44740;c=a+8|0;i[c>>0]=0;a=d+16|0;b=k[b>>2]|0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}My(d+32|0);i[c>>0]=1;return}function Dm(a,b){a=a|0;b=b|0;Gy(k[a>>2]|0,31671,0)|0;Zw(gs(a,k[b>>2]|0)|0,32)|0;Zw(jx(k[a>>2]|0,k[b+4>>2]|0)|0,32)|0;jx(k[a>>2]|0,k[b+8>>2]|0)|0;b=k[b+12>>2]|0;if(b|0)Tg(a,b,0);Zw(k[a>>2]|0,41)|0;return}function Em(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;e=g;if((a|0)!=(b|0))if((b|0)!=0?(f=Vh(b,1968)|0,(f|0)!=0):0){b=e+4|0;d=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(d|0));k[e>>2]=f;k[e+8>>2]=a;k[e+12>>2]=-1;k[e+48>>2]=1;mc[k[(k[f>>2]|0)+28>>2]&15](f,e,k[c>>2]|0,1);if((k[e+24>>2]|0)==1){k[c>>2]=k[e+16>>2];b=1}else b=0}else b=0;else b=1;r=g;return b|0}function Fm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;d=e;c=(i[b+24>>0]|0)==0;b=FE(b)|0;do if(c){c=Xn(b)|0;b=k[a+8>>2]|0;if(c>>>0<(k[a+12>>2]|0)-b>>2>>>0){b=k[b+(c<<2)>>2]|0;break}else{e=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,17093,16);xz(e,d);Gb(e|0,8,148)}}while(0);r=e;return b|0}function Gm(a,b){a=a|0;b=b|0;do if(a){if(b>>>0<128){i[a>>0]=b;a=1;break}if(b>>>0<2048){i[a>>0]=b>>>6|192;i[a+1>>0]=b&63|128;a=2;break}if(b>>>0<55296|(b&-8192|0)==57344){i[a>>0]=b>>>12|224;i[a+1>>0]=b>>>6&63|128;i[a+2>>0]=b&63|128;a=3;break}if((b+-65536|0)>>>0<1048576){i[a>>0]=b>>>18|240;i[a+1>>0]=b>>>12&63|128;i[a+2>>0]=b>>>6&63|128;i[a+3>>0]=b&63|128;a=4;break}else{a=TE()|0;k[a>>2]=84;a=-1;break}}else a=1;while(0);return a|0}function Hm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;f=d<<24>>24<0;if(f){e=(k[a+8>>2]&2147483647)+-1|0;d=k[a+4>>2]|0}else{e=10;d=d&255}if((e-d|0)>>>0>=c>>>0){if(c|0){if(f)e=k[a>>2]|0;else e=a;aq(e+d|0,b|0,c|0)|0;d=d+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else Rk(a,e,c-e+d|0,d,d,0,c,b);return a|0}function Im(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f+4|0;c=f;b=Oz(4)|0;k[c>>2]=a;Bs(b,c);k[e>>2]=b;c=a+28|0;d=k[c>>2]|0;if(d>>>0>=(k[a+32>>2]|0)>>>0){xk(a+24|0,e);a=k[e>>2]|0;k[e>>2]=0;if(a|0){HH(k[a>>2]|0);hJ(a)}}else{k[e>>2]=0;k[d>>2]=b;k[c>>2]=d+4;k[e>>2]=0}r=f;return}function Jm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+44|0;c=k[d>>2]|0;e=k[a+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}f=a+12|0;d=k[f>>2]|0;do if((k[a+8>>2]|0)>>>0<d>>>0){if((b|0)==-1){k[f>>2]=d+-1;k[a+16>>2]=c;b=0;break}if(!(k[a+48>>2]&16)){e=b&255;d=d+-1|0;if(e<<24>>24!=(i[d>>0]|0)){b=-1;break}}else{e=b&255;d=d+-1|0}k[f>>2]=d;k[a+16>>2]=c;i[d>>0]=e}else b=-1;while(0);return b|0}function Km(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+8|0;g=d+3|0;c=i[g>>0]|0;e=c<<24>>24<0;if(e){f=k[a+4>>2]|0;c=(k[d>>2]&2147483647)+-1|0}else{f=c&255;c=1}if((f|0)==(c|0)){pl(a,c,1,c,c);if((i[g>>0]|0)>-1)c=7;else c=8}else if(e)c=8;else c=7;if((c|0)==7)i[g>>0]=f+1;else if((c|0)==8){g=k[a>>2]|0;k[a+4>>2]=f+1;a=g}g=a+(f<<2)|0;k[g>>2]=b;k[g+4>>2]=0;return}function Lm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{g=TE()|0;h=k[g>>2]|0;k[g>>2]=0;oE()|0;a=tH(a,f,d)|0;d=M;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;d=(d|0)>0|(d|0)==0&a>>>0>0;a=d?-1:0;d=d?2147483647:-2147483648}}else{k[c>>2]=4;a=0;d=0}}M=d;r=i;return a|0}function Mm(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a>>2]|0;a:do if((d|0)==(k[b>>2]|0))switch(d|0){case 0:{c=1;break a}case 1:{c=(k[a+8>>2]|0)==(k[b+8>>2]|0);break a}case 3:{c=+VD(a)==+VD(b);break a}case 2:{d=a+8|0;c=b+8|0;c=(k[d>>2]|0)==(k[c>>2]|0)?(k[d+4>>2]|0)==(k[c+4>>2]|0):0;break a}case 4:{c=+UD(a)==+UD(b);break a}default:Ga()}else c=0;while(0);return c|0}function Nm(a){a=a|0;var b=0,c=0;bz();if(i[49132]|0)rB(46496,12785)|0;b=Oz(44)|0;iw(b,a);k[11176]=b;a=k[b+40>>2]|0;if(i[49132]|0?(Zw(km(46328,a)|0,10)|0,i[49132]|0):0)rB(46496,12521)|0;c=Oz(196)|0;Dl(c);k[11179]=c;b=Oz(84)|0;Ke(b,c,rm(a,0)|0);k[11177]=b;Go();return}function Om(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+64|0;b=f+48|0;c=f+4|0;d=f;e=k[a+8>>2]|0;do if(!e)if(!(k[a+20>>2]|0)){k[a+4>>2]=5;break}else{e=QA(a+12|0)|0;k[a+4>>2]=k[(k[e>>2]|0)+4>>2];break}else{k[d>>2]=e;k[b>>2]=k[d>>2];hq(c,a,b);e=Ut(k[c+32>>2]|0,k[c+36>>2]|0)|0;k[a+4>>2]=e;xD(c)}while(0);r=f;return}function Pm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+16|0;c=j+8|0;d=j;e=a+36|0;f=a+40|0;g=c+8|0;h=c;b=a+32|0;a:while(1){a=k[e>>2]|0;a=pc[k[(k[a>>2]|0)+20>>2]&31](a,k[f>>2]|0,c,g,d)|0;l=(k[d>>2]|0)-h|0;if((gB(c,1,l,k[b>>2]|0)|0)!=(l|0)){a=-1;break}switch(a|0){case 1:break;case 2:{a=-1;break a}default:{i=4;break a}}}if((i|0)==4)a=((cs(k[b>>2]|0)|0)!=0)<<31>>31;r=j;return a|0}function Qm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]^-2147483648;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]^-2147483648;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]^-2147483648;k[c>>2]=1;k[c+8>>2]=e;zB(a,c);break}case 4:{e=b+8|0;dz(a,2,k[e>>2]|0,k[e+4>>2]^-2147483648);break}default:{}}r=d;return}function Rm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;c=$s(a,b,c)|0;oj(b);jd(d,k[b>>2]|0);if((k[d+12>>2]|0)==0?(k[d>>2]|0)==(k[11200]|0):0){k[b>>2]=(k[b>>2]|0)+(k[d+8>>2]|0);d=Bw(c,bp(a,b)|0)|0;r=e;return d|0}Na(28965,28573,487,29007);return 0}function Sm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}an(a,Nx(b)|0);b=k[c+8>>2]|0;d=0;while(1){if((d|0)==(b|0))break;e=kB(c,d)|0;an(a,Nx(k[(k[e>>2]|0)+4>>2]|0)|0);d=d+1|0}return}function Tm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]&2147483647;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]&2147483647;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]&2147483647;k[c>>2]=1;k[c+8>>2]=e;zB(a,c);break}case 4:{e=b+8|0;dz(a,2,k[e>>2]|0,k[e+4>>2]&2147483647);break}default:{}}r=d;return}function Um(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-16|0;Bt((k[f>>2]|0)+-16|0,g);k[f>>2]=(k[f>>2]|0)+-16;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Vm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=a+96|0;e=a+100|0;f=(k[e>>2]|0)-(k[d>>2]|0)>>2;Io(a);e=(k[e>>2]|0)-(k[d>>2]|0)>>2;if((f-e|0)==1)a=zu(a)|0;else{a=Zx(k[a+4>>2]|0)|0;c=a+12|0;b=f;while(1){if(b>>>0>=e>>>0)break;uv(c,k[(k[d>>2]|0)+(b<<2)>>2]|0);b=b+1|0}Om(a);yq(d,f)}return a|0}function Wm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=(c-e|0)/12|0;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b*12|0)|0;while(1){if((c|0)==(a|0))break a;e=c+-12|0;k[f>>2]=e;Xw(e);c=k[f>>2]|0}}}else _h(a,b-d|0);while(0);return}function Xm(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)!=(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)!=(k[c>>2]|0)?1:(k[b+4>>2]|0)!=(k[c+4>>2]|0))&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+VD(b)!=+VD(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+UD(b)!=+UD(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function Ym(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)==(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)==(k[c>>2]|0)?(k[b+4>>2]|0)==(k[c+4>>2]|0):0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+VD(b)==+VD(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+UD(b)==+UD(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function Zm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=dl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=Oz(20)|0;k[c+16>>2]=k[d>>2];ar(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function _m(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;if((-17-b|0)>>>0<c>>>0)yH();if((i[a+11>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<2147483623){f=c+b|0;g=b<<1;f=f>>>0<g>>>0?g:f;f=f>>>0<11?11:f+16&-16}else f=-17;g=Oz(f)|0;if(e|0)aq(g|0,h|0,e|0)|0;c=d-e|0;if(c|0)aq(g+e|0,h+e|0,c|0)|0;if((b|0)!=10)hJ(h);k[a>>2]=g;k[a+8>>2]=f|-2147483648;return}function $m(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=rB(46496,18548)|0;e=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(b);Ql(d,e);ro(d)}Zo(a,1836278016);Zo(a,11);r=c;return}function an(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){_m(a,c,1,c,c);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function bn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d&2048){i[a>>0]=43;a=a+1|0}if(d&512){i[a>>0]=35;a=a+1|0}while(1){e=i[b>>0]|0;if(!(e<<24>>24))break;i[a>>0]=e;b=b+1|0;a=a+1|0}a:do switch(d&74){case 64:{i[a>>0]=111;break}case 8:if(!(d&16384)){i[a>>0]=120;break a}else{i[a>>0]=88;break a}default:if(c){i[a>>0]=100;break a}else{i[a>>0]=117;break a}}while(0);return}function cn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(b|0){f=a+11|0;c=i[f>>0]|0;if(c<<24>>24<0){d=(k[a+8>>2]&2147483647)+-1|0;e=k[a+4>>2]|0}else{d=10;e=c&255}if((d-e|0)>>>0<b>>>0){_m(a,d,b-d+e|0,e,e);c=i[f>>0]|0}if(c<<24>>24<0)d=k[a>>2]|0;else d=a;es(d+e|0,0,b|0)|0;c=e+b|0;if((i[f>>0]|0)<0)k[a+4>>2]=c;else i[f>>0]=c;i[d+c>>0]=0}return}function dn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>3)<<3)|0;k[f>>2]=c;if((e|0)>0){aq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function en(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=k[a+12>>2]|0;f=k[a+4>>2]|0;e=k[f>>2]|0;k[f>>2]=e+1;f=a+8|0;if(e>>>0<(k[k[f>>2]>>2]|0)>>>0){c=k[(k[(k[d>>2]|0)+36>>2]|0)+(e<<2)>>2]|0;a=k[a+16>>2]|0;b=k[a+4>>2]|0;a=k[a>>2]|0;while(1){if((a|0)==(b|0))break;Iq(d,k[a>>2]|0,c);a=a+4|0}a=(e+1|0)==(k[k[f>>2]>>2]|0)&1}else a=1;return a|0}function fn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>4)<<4)|0;k[f>>2]=c;if((e|0)>0){aq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function gn(a){a=a|0;var b=0;if((i[44064]|0)==0?lG(44064)|0:0){if((i[44072]|0)==0?lG(44072)|0:0){b=47320;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=47608);Fb(165,0,w|0)|0}XB(47320,39167);XB(47332,39170);k[11902]=47320}return k[11902]|0}function hn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}f=So(b)|0;e=c+11|0;d=i[e>>0]|0;d=d<<24>>24<0?k[c+4>>2]|0:d&255;Kq(a,b,f,d+f|0);fm(a,(i[e>>0]|0)<0?k[c>>2]|0:c,d)|0;return}function jn(a){a=a|0;var b=0;if((i[44144]|0)==0?lG(44144)|0:0){if((i[44152]|0)==0?lG(44152)|0:0){b=48132;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=48420);Fb(169,0,w|0)|0}WB(48132,8392);WB(48144,8404);k[12105]=48132}return k[12105]|0}function kn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[b>>2]|0;k[b>>2]=0;f=b+4|0;e=k[f>>2]|0;k[f>>2]=0;k[a>>2]=d;k[a+4>>2]=e;f=a+8|0;g=b+8|0;c=k[g>>2]|0;k[f>>2]=c;h=b+12|0;i=k[h>>2]|0;k[a+12>>2]=i;k[a+16>>2]=k[b+16>>2];if(i|0){a=k[c+4>>2]|0;b=e+-1|0;if(!(b&e))a=b&a;else a=(a>>>0)%(e>>>0)|0;k[d+(a<<2)>>2]=f;k[g>>2]=0;k[h>>2]=0}return}function ln(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=Gy(k[a>>2]|0,33135,0)|0;Nw(d,k[b+24>>2]|0)|0;Nz(a);Zt(a,k[b+28>>2]|0);d=b+8|0;c=k[b+16>>2]|0;b=0;while(1){if((b|0)==(c|0))break;e=kB(d,b)|0;Zt(a,k[e>>2]|0);b=b+1|0}Fv(a);return}function mn(){var a=0,b=0,c=0,d=0;a=k[11285]|0;d=k[11284]|0;b=a-d|0;c=(b|0)/20|0;a:do if(c>>>0>=4){if((b|0)!=80){b=d+80|0;while(1){if((a|0)==(b|0))break a;d=a+-20|0;k[11285]=d;cw(d);a=k[11285]|0}}}else kh(4-c|0);while(0);return}function nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>2)<<2)|0;k[f>>2]=c;if((e|0)>0){aq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function on(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+16|0;b=d;e=a+52|0;k[b>>2]=e;c=b+4|0;i[c>>0]=1;CI(e);i[a+128>>0]=1;if(k[a+36>>2]|0)lu(a+80|0,b,a);if(i[c>>0]|0)MF(k[b>>2]|0);c=k[a+28>>2]|0;b=k[a+24>>2]|0;while(1){if((b|0)==(c|0))break;bH(k[b>>2]|0);b=b+4|0}r=d;return}function pn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=b+8|0;f=k[d>>2]|0;e=a+16|0;Xk(a,f>>>0<(LD(k[e>>2]|0)|0)>>>0,b);f=b+12|0;c=k[(k[f>>2]|0)+4>>2]|0;if((c|0)!=5){qi(a,c,k[b+4>>2]|0,b);e=ay(k[e>>2]|0,k[d>>2]|0)|0;Gi(a,e,k[(k[f>>2]|0)+4>>2]|0,b)}return}function qn(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=rB(46496,19025)|0;e=JB(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=jE(e,47200)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;$G(b);Ql(d,e);ro(d)}e=fh(a)|0;k[a+20>>2]=e;r=c;return}function rn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+256|0;f=g;do if((c|0)>(d|0)&(e&73728|0)==0){c=c-d|0;es(f|0,b|0,(c>>>0>256?256:c)|0)|0;d=k[a>>2]|0;e=(d&32|0)==0;if(c>>>0>255){b=c;do{if(e){Qj(f,256,a)|0;d=k[a>>2]|0}b=b+-256|0;e=(d&32|0)==0}while(b>>>0>255);if(e)c=c&255;else break}else if(!e)break;Qj(f,c,a)|0}while(0);r=g;return}function sn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;d=c+16|0;e=a+16|0;f=c+12|0;while(1){Dd(a,b,k[d>>2]|0);g=k[e>>2]|0;if(!g)break;if((g|0)!=(k[f>>2]|0)){h=4;break}}if((h|0)==4?(g|0)==(k[c+8>>2]|0):0)k[e>>2]=0;return}function tn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=So(c)|0;Kq(a,f?k[b>>2]|0:b,e,e+d|0);fm(a,c,d)|0;return}function un(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-e)|0;k[f>>2]=c;if((e|0)>0){aq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function vn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;b=FE(rm(b,1)|0)|0;a=Mc(b,c,k[a+4>>2]|0)|0;if(!a){e=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,17551,9);xz(e,d);Gb(e|0,8,148)}else{r=e;return a|0}return 0}function wn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;f=0;while(1){if((f|0)>=(c|0))break;d=k[g>>2]|0;e=k[h>>2]|0;if(d>>>0>=e>>>0){if((nc[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break;b=b+1|0;f=f+1|0;continue}e=e-d|0;i=c-f|0;e=(i|0)<(e|0)?i:e;if(e){aq(d|0,b|0,e|0)|0;d=k[g>>2]|0}k[g>>2]=d+e;b=b+e|0;f=e+f|0}return f|0}function xn(a){a=a|0;var b=0;db(35);b=k[a+4>>2]|0;a=k[a>>2]|0;a:while(1){if((a|0)==(b|0)){a=3;break}switch(k[a>>2]|0){case 1:{Ra(36,kE(a)|0)|0;break}case 3:{$a(36,+(+VD(a)))|0;break}case 4:{$a(36,+(+UD(a)))|0;break}default:{a=8;break a}}a=a+16|0}if((a|0)==3)return;else if((a|0)==8)Ga()}function yn(){var a=0,b=0,c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=k[11292]|0;a=d;if(!((d|0)!=(k[11291]|0)?(b=k[11294]|0,(b|0)!=1e3):0)){b=eJ(12004)|0;k[b>>2]=1e3;b=b+4|0;es(b|0,0,12e3)|0;k[c>>2]=b;if(a>>>0<(k[11293]|0)>>>0){k[d>>2]=b;a=(k[11292]|0)+4|0;k[11292]=a}else{Ml(c);a=k[11292]|0}k[11294]=0;b=0}k[11294]=b+1;r=e;return (k[a+-4>>2]|0)+(b*12|0)|0}function zn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;d=0;while(1){if((d|0)>=(c|0))break;e=k[g>>2]|0;f=k[h>>2]|0;if(e>>>0<f>>>0){f=f-e>>2;i=c-d|0;f=(i|0)<(f|0)?i:f;eG(e,b,f);k[g>>2]=(k[g>>2]|0)+(f<<2);b=b+(f<<2)|0;d=f+d|0;continue}if((nc[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break;b=b+4|0;d=d+1|0}return d|0}function An(a){a=a|0;var b=0;if((zk(a)|0)==44740)a=0;else{b=(uo(a)|0)+32|0;b=wz(k[b>>2]|0)|0;Sv(b+4|0,a);a=b}return a|0}function Bn(a,b){a=a|0;b=b|0;var c=0,d=0;c=yD(k[a+4>>2]|0)|0;d=vc(a,rm(b,1)|0)|0;k[c+8>>2]=d;d=kg(a,18266,rm(b,2)|0)|0;k[c+12>>2]=d;d=(fp(b)|0)+8|0;if((k[d>>2]|0)==4){d=kg(a,18274,rm(b,3)|0)|0;k[c+16>>2]=d;nl(c)}return c|0}function Cn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(Bg(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[11359];r=f;return}function Dn(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11281]|0;d=a+4|0;b=k[11282]|0;while(1){if((b|0)==(c|0))break;e=b+-40|0;Jz((k[d>>2]|0)+-40|0,e);k[d>>2]=(k[d>>2]|0)+-40;b=e}e=k[11281]|0;k[11281]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[11282]|0;k[11282]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[11283]|0;k[11283]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function En(a){a=a|0;var b=0,c=0;b=k[a+12>>2]|0;if(b|0?(c=k[a+16>>2]|0,c|0):0){switch(k[a+8>>2]|0){case 62:case 61:case 60:case 59:case 58:case 57:case 49:case 48:case 47:case 46:case 45:case 44:case 43:case 42:case 41:case 40:case 24:case 23:case 22:case 21:case 20:case 19:case 18:case 17:case 16:case 15:case 75:case 74:case 73:case 72:case 71:case 70:{k[a+4>>2]=1;break}default:{b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0}}return}Na(17528,14271,1293,17542)}function Fn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=k[11287]|0;f=a+4|0;b=d;e=(k[11288]|0)-b|0;c=(k[f>>2]|0)+(0-(e>>2)<<2)|0;k[f>>2]=c;if((e|0)>0){aq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0;b=k[11287]|0}else d=f;k[11287]=c;k[d>>2]=b;f=a+8|0;e=k[11288]|0;k[11288]=k[f>>2];k[f>>2]=e;f=a+12|0;e=k[11289]|0;k[11289]=k[f>>2];k[f>>2]=e;k[a>>2]=k[d>>2];return}function Gn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;switch(k[a>>2]|0){case 2:{b=a+8|0;d=k[b>>2]|0;c=k[d>>2]|0;d=d+4|0;e=k[d>>2]|0;while(1){if((e|0)==(c|0))break;f=e+-4|0;k[d>>2]=f;e=f}Eq(k[b>>2]|0);break}case 5:{b=k[a+8>>2]|0;if(b|0){cw(b);hJ(b)}break}default:{}}k[a>>2]=3;p[a+8>>3]=0.0;return}function Hn(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11291]|0;e=a+4|0;d=(k[11292]|0)-c|0;b=(k[e>>2]|0)+(0-(d>>2)<<2)|0;k[e>>2]=b;if((d|0)>0){aq(b|0,c|0,d|0)|0;c=e;b=k[e>>2]|0}else c=e;e=k[11291]|0;k[11291]=b;k[c>>2]=e;e=a+8|0;d=k[11292]|0;k[11292]=k[e>>2];k[e>>2]=d;e=a+12|0;d=k[11293]|0;k[11293]=k[e>>2];k[e>>2]=d;k[a>>2]=k[c>>2];return}function In(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11130]|0;e=a+4|0;d=(k[11131]|0)-c|0;b=(k[e>>2]|0)+(0-(d>>2)<<2)|0;k[e>>2]=b;if((d|0)>0){aq(b|0,c|0,d|0)|0;c=e;b=k[e>>2]|0}else c=e;e=k[11130]|0;k[11130]=b;k[c>>2]=e;e=a+8|0;d=k[11131]|0;k[11131]=k[e>>2];k[e>>2]=d;e=a+12|0;d=k[11132]|0;k[11132]=k[e>>2];k[e>>2]=d;k[a>>2]=k[c>>2];return}function Jn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+16|0;c=k[e>>2]|0;if((c|0)!=(a|0)){if(c|0)ec[k[(k[c>>2]|0)+20>>2]&255](c)}else ec[k[(k[c>>2]|0)+16>>2]&255](c);k[e>>2]=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[e>>2]=a;e=k[c>>2]|0;fc[k[(k[e>>2]|0)+12>>2]&255](e,a);break}else{k[e>>2]=d;k[c>>2]=0;break}else k[e>>2]=0;while(0);return}function Kn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;b=bI(a,0)|0;if(!(oD(k[b>>2]|0,44772)|0))Na(28881,34044,1519,28895);b=vG(1)|0;b=Nq(b,oF(d)|0)|0;if(!(DG(c)|0))Nq(b,c)|0;c=bI(a,1)|0;Nq(k[c>>2]|0,b)|0;r=e;return}function Ln(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=171;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?4:f;g=(k[b>>2]|0)-d>>2;d=Kp(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){ec[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=172;k[b>>2]=d+(g<<2);k[c>>2]=(k[a>>2]|0)+(f>>>2<<2);return}function Mn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d>>>(b&31)|d<<(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=uC(f|0,b|0,g&63|0)|0;d=M;c=UC(0,0,g|0,c|0)|0;c=pC(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|M;b=2}k[a>>2]=b;return}function Nn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d<<(b&31)|d>>>(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=pC(f|0,b|0,g&63|0)|0;d=M;c=UC(0,0,g|0,c|0)|0;c=uC(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|M;b=2}k[a>>2]=b;return}function On(a){a=a|0;ax(a+112|0);Bx(a+96|0);Bx(a+84|0);mx(a+72|0);fw(a+52|0);Bx(a+40|0);Bx(a+24|0);return}function Pn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;e=r;r=r+16|0;h=e|0;g=b>>31|((b|0)<0?-1:0)<<1;f=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;j=d>>31|((d|0)<0?-1:0)<<1;i=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;a=UC(g^a|0,f^b|0,g|0,f|0)|0;b=M;oe(a,b,UC(j^c|0,i^d|0,j|0,i|0)|0,M,h)|0;d=UC(k[h>>2]^g|0,k[h+4>>2]^f|0,g|0,f|0)|0;c=M;r=e;return (M=c,d)|0}function Qn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=JB(b)|0;f=jE(b,47232)|0;lc[k[(k[f>>2]|0)+48>>2]&7](f,38654,38686,c)|0;c=jE(b,47240)|0;f=hc[k[(k[c>>2]|0)+12>>2]&127](c)|0;k[d>>2]=f;d=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[e>>2]=d;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);$z(b);return}function Rn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=JB(b)|0;f=jE(b,47200)|0;lc[k[(k[f>>2]|0)+32>>2]&7](f,38654,38686,c)|0;c=jE(b,47216)|0;f=hc[k[(k[c>>2]|0)+12>>2]&127](c)|0;i[d>>0]=f;d=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[e>>0]=d;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);$z(b);return}function Sn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(DG(b)|0)b=0;else b=SA(a,b,0)|0;Sm(d,b,c);c=ug(d,k[a>>2]|0)|0;jF(d);r=e;return c|0}function Tn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;c=k[c>>2]|0;k[a+8>>2]=0;k[a+12>>2]=c;c=sy(c,24)|0;k[d>>2]=c;k[a>>2]=c;k[a+8>>2]=c+24;Mr(c,b);Mr(c+12|0,b+12|0);k[d>>2]=(k[d>>2]|0)+24;return}function Un(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do switch((c&176)<<24>>24){case 16:{c=i[a>>0]|0;switch(c<<24>>24){case 43:case 45:{a=a+1|0;break a}default:{}}if((b-a|0)>1&c<<24>>24==48){switch(i[a+1>>0]|0){case 88:case 120:break;default:{d=7;break a}}a=a+2|0}else d=7;break}case 32:{a=b;break}default:d=7}while(0);return a|0}function Vn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;gs(a,k[b+24>>2]|0)|0;d=b+8|0;b=b+16|0;if(!(k[b>>2]|0))Zw(k[a>>2]|0,41)|0;else{Nz(a);c=k[b>>2]|0;b=0;while(1){if((b|0)==(c|0))break;e=kB(d,b)|0;Zt(a,k[e>>2]|0);b=b+1|0}Fv(a)}return}function Wn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;ic[k[(k[a>>2]|0)+8>>2]&7](a,b,c);k[a+36>>2]=c;e=k[c+40>>2]|0;f=a+16+-16+16|0;d=k[c+36>>2]|0;while(1){if((d|0)==(e|0))break;Kj(f,k[d>>2]|0);d=d+4|0}ic[k[(k[a>>2]|0)+16>>2]&7](a,b,c);return}function Xn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;while(1){d=i[a>>0]|0;b=d<<24>>24;e=a+1|0;if(!(yI(b)|0))break;else a=e}switch(b|0){case 45:{a=1;f=5;break}case 43:{a=0;f=5;break}default:{g=0;c=a;a=d}}if((f|0)==5){g=a;c=e;a=i[e>>0]|0}b=(a<<24>>24)+-48|0;if(b>>>0<10){a=0;do{c=c+1|0;a=(a*10|0)-b|0;b=(i[c>>0]|0)+-48|0}while(b>>>0<10)}else a=0;return (g|0?a:0-a|0)|0}function Yn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=51;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=51;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Sk(a+4|0,d,e);break}}while(0);r=g;return}function Zn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=120;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=120;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Sk(a+4|0,d,e);break}}while(0);r=g;return}function _n(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;b=r;r=r+16|0;g=b+4|0;h=b;c=(k[a>>2]|0)+44|0;k[h>>2]=k[k[a+4>>2]>>2];f=k[a+8>>2]|0;e=k[k[a+12>>2]>>2]|0;d=k[a+16>>2]|0;k[g>>2]=k[h>>2];d=Cf(g,f,e,d,0)|0;a=k[c>>2]|0;k[c>>2]=d;if(a|0){Wv(a);hJ(a)}r=b;return}function $n(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=74;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=74;k[c+4>>2]=f;k[b>>2]=c+8;break}else{Sk(a+4|0,d,e);break}}while(0);r=g;return}function ao(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;k[d+4>>2]=k[d+4>>2]|768;c=i[a>>0]|0;a:do if(!(c<<24>>24))b=a;else{b=a;do{if(k[d+(((c&255)>>>5&255)<<2)>>2]&1<<(c&31)|0)break a;b=b+1|0;c=i[b>>0]|0}while(c<<24>>24!=0)}while(0);r=e;return b-a|0}function bo(a){a=a|0;var b=0,c=0,d=0;d=a+12|0;c=k[a+16>>2]|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;MF(k[b+4>>2]|0);CI(k[b>>2]|0);b=b+8|0}c=k[a+4>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;Iz(k[b>>2]|0);$z(k[b>>2]|0);b=b+4|0}Xw(d);Bx(a);return}function co(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=171;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?1:f;g=(k[b>>2]|0)-d|0;d=Kp(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){ec[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=172;k[b>>2]=d+g;k[c>>2]=(k[a>>2]|0)+f;return}function eo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;d=r;r=r+16|0;e=d+4|0;g=d;c=qx(k[a+4>>2]|0)|0;h=FE(rm(b,1)|0)|0;k[c+24>>2]=h;f=k[a>>2]|0;k[g>>2]=h;k[e>>2]=k[g>>2];e=(Su(f,e)|0)+12|0;k[c+4>>2]=k[(k[e>>2]|0)+4>>2];Hs(a,b,c);r=d;return c|0}function fo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=r;r=r+16|0;f=e+4|0;h=e;g=k[b>>2]|0;k[h>>2]=k[c>>2];k[f>>2]=k[h>>2];c=Yv(g,f)|0;if(!c){h=k[b+36>>2]|0;fc[k[(k[h>>2]|0)+24>>2]&255](h,26269)}hr(a,b,k[c+4>>2]|0,d);r=e;return}function go(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;b=bI(a,0)|0;if(oD(k[b>>2]|0,45080)|0){a=bI(a,1)|0;a=k[a>>2]|0;b=vG(2)|0;Nq(a,Nq(Nq(b,oF(d)|0)|0,c)|0)|0;r=e;return}else Na(29658,34044,1654,29677)}function ho(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=c-b|0;if(e>>>0>4294967279)yH();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;d=Oz(f)|0;k[a>>2]=d;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=d}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0;return}function io(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=rB(46496,20383)|0;d=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;$G(b);Ql(a,d);ro(a)}r=c;return}function jo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g;f=a&255;i[e>>0]=f;c=k[808]|0;if(!c)if(!(Rt(3216)|0)){c=k[808]|0;d=4}else b=-1;else d=4;do if((d|0)==4){d=k[809]|0;if(d>>>0<c>>>0?(b=a&255,(b|0)!=(i[3291]|0)):0){k[809]=d+1;i[d>>0]=f;break}if(($b[k[3252>>2]&31](3216,e,1)|0)==1)b=l[e>>0]|0;else b=-1}while(0);r=g;return b|0}function ko(a){a=a|0;if(!a)return;else{ko(k[a>>2]|0);ko(k[a+4>>2]|0);Bx(a+20|0);hJ(a);return}}function lo(a,b){a=+a;b=b|0;var c=0;if((b|0)>1023){a=a*8988465674311579538646525.0e283;c=b+-1023|0;b=b+-2046|0;if((c|0)>1023){a=a*8988465674311579538646525.0e283;b=(b|0)>1023?1023:b}else b=c}else if((b|0)<-1022){a=a*2.2250738585072014e-308;c=b+1022|0;b=b+2044|0;if((c|0)<-1022){a=a*2.2250738585072014e-308;b=(b|0)<-1022?-1022:b}else b=c}b=pC(b+1023|0,0,52)|0;c=M;k[t>>2]=b;k[t+4>>2]=c;return +(a*+p[t>>3])}function mo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=So(c)|0;rr(a,f?k[b>>2]|0:b,e,e+d|0);Hm(a,c,d)|0;return}function no(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;rp(d)}b=k[a>>2]|0;if(b|0)Tx(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function oo(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0;g=r;r=r+128|0;j=g+16|0;l=g+12|0;h=g;i=g+8|0;k[l>>2]=j+100;xq(a,j,l,d,e,f);d=h;k[d>>2]=0;k[d+4>>2]=0;k[i>>2]=j;d=(k[c>>2]|0)-b>>2;a=_E(k[a>>2]|0)|0;d=ae(b,i,d,h)|0;if(a|0)_E(a)|0;k[c>>2]=b+(d<<2);r=g;return}function po(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=k[b>>2]|0;if((i[d>>0]|0)!=46)Na(29338,28573,649,29350);d=d+1|0;k[b>>2]=d;jd(c,d);if((k[c+12>>2]|0)==2){k[b>>2]=(k[b>>2]|0)+(k[c+8>>2]|0);d=Dr(a,k[c>>2]|0)|0;r=e;return d|0}else Na(29363,28573,652,29350);return 0}function qo(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){jv(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(hc[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}Oo(b)}r=c;return}function ro(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){kv(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(hc[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}Oo(b)}r=c;return}function so(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=rB(46496,20370)|0;d=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=jE(d,47200)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;$G(b);Ql(a,d);ro(a)}r=c;return}function to(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;c=b+16|0;b=0;while(1){d=(wz(k[c>>2]|0)|0)&255;e=d&127;if((((b|0)==0?127:(1<<32-b)+127|0)&e|0)!=(e|0)){b=3;break}k[a>>2]=k[a>>2]|e<<b;if(!(d&128)){b=7;break}b=b+7|0;if(b>>>0>=32){b=6;break}}if((b|0)==3)Na(18662,18497,99,18515);else if((b|0)==6)Na(18739,18497,104,18515);else if((b|0)==7)return}function uo(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;d=c+8|0;b=c;k[d>>2]=a;Lh(b,a,d);r=c;return (k[b>>2]|0)+32|0}function vo(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;d=c+8|0;b=c;k[d>>2]=a;Mh(b,a,d);r=c;return (k[b>>2]|0)+32|0}function wo(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;rp(d)}d=k[a>>2]|0;Tx(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function xo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;iy(a);k[a>>2]=7540;k[a+32>>2]=b;pG(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=jE(b,48992)|0;$G(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function yo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;hy(a);k[a>>2]=7476;k[a+32>>2]=b;pG(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=jE(b,49e3)|0;$G(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function zo(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}an(a,Nx(k[b+4>>2]|0)|0);d=k[b+12>>2]|0;c=k[b+8>>2]|0;while(1){if((c|0)==(d|0))break;an(a,Nx(k[c>>2]|0)|0);c=c+4|0}return}function Ao(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Ri(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Bo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>357913941){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b*12|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*12|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*12|0);return}function Co(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>1073741807)yH();do if(c>>>0>=2){e=c+4&-4;if(e>>>0>1073741823)Na(41207,41244,1734,41324);else{d=Oz(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;break}}else{i[a+8+3>>0]=c;d=a}while(0);eG(d,b,c);k[d+(c<<2)>>2]=0;return}function Do(a,b){a=a|0;b=b|0;var c=0;Gy(k[a>>2]|0,31663,0)|0;c=Zw(gs(a,k[b>>2]|0)|0,32)|0;rB(c,pw(k[b+4>>2]|0)|0)|0;Zt(a,k[b+8>>2]|0);Zw(k[a>>2]|0,41)|0;return}function Eo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>1073741807)yH();do if(b>>>0>=2){e=b+4&-4;if(e>>>0>1073741823)Na(41207,41244,1734,41324);else{d=Oz(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;break}}else{i[a+8+3>>0]=b;d=a}while(0);dG(d,b,c);k[d+(b<<2)>>2]=0;return}function Fo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=45144;do if(b)if(b>>>0>214748364){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b*20|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*20|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*20|0);return}function Go(){var a=0,b=0,c=0,d=0,e=0;e=r;r=r+16|0;b=e+4|0;c=e;a=Mb(0)|0;if(a&65535|0){rB(46496,12453)|0;Ub(1)}d=k[11179]|0;SB(b,a>>>16,0);k[d+80>>2]=k[b>>2];d=k[11179]|0;k[c>>2]=k[11360];k[b>>2]=k[c>>2];if(!(Yv(d,b)|0))a=k[(k[11179]|0)+80>>2]|0;else a=65535;k[d+84>>2]=a;r=e;return}function Ho(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}d=b+11|0;c=i[d>>0]|0;c=c<<24>>24<0?k[b+4>>2]|0:c&255;rr(a,34535,8,c+8|0);Hm(a,(i[d>>0]|0)<0?k[b>>2]|0:b,c)|0;return}function Io(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;d=a+100|0;e=a+104|0;f=a+96|0;while(1){b=cd(a,c)|0;g=k[c>>2]|0;if(!g)break;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))lm(f,c);else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4}}k[a+108>>2]=b;r=h;return}function Jo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;e=f;k[e>>2]=b;d=Mf(a,e)|0;k[d>>2]=c;i[d+4>>0]=1;c=a+24|0;d=k[c>>2]|0;if((d|0)==(k[a+28>>2]|0))lm(a+20|0,e);else{k[d>>2]=b;k[c>>2]=(k[c>>2]|0)+4}r=f;return}function Ko(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=r;r=r+48|0;e=c;d=c+8|0;k[e>>2]=a;b=k[b>>2]|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=b;b=d+28|0;k[b>>2]=0;xl(d,e);b=(k[b>>2]|0)!=0;Xw(d+4|0);r=c;return b|0}function Lo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;e=f;k[e>>2]=b;d=Mf(a,e)|0;k[d>>2]=c;i[d+4>>0]=0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0))lm(a+32|0,e);else{k[d>>2]=b;k[c>>2]=(k[c>>2]|0)+4}r=f;return}function Mo(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=a;a=vG(4)|0;a=Nq(a,oF(44752)|0)|0;a=Nq(a,oF(c)|0)|0;a=Nq(a,vG(0)|0)|0;a=Nq(a,vG(0)|0)|0;r=b;return a|0}function No(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;c=Nr(b,k[a>>2]|0,a)|0;if((c|0)!=(a|0)?!(UF(b,k[c+16>>2]|0)|0):0)a=c;return a|0}function Oo(a){a=a|0;var b=0;a=a+4|0;b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if((((k[b+24>>2]|0?(k[b+16>>2]|0)==0:0)?k[b+4>>2]&8192|0:0)?!(eb()|0):0)?(b=k[a>>2]|0,b=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0,(hc[k[(k[b>>2]|0)+24>>2]&127](b)|0)==-1):0){b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)+16|0;k[b>>2]=k[b>>2]|1}return}function Po(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+8+3>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+((j?k[h+4>>2]|0:g&255)<<2)|0)|0}function Qo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=Oz(40)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];k[d+20>>2]=0;k[d+24>>2]=0;i[d+28>>0]=0;k[d+32>>2]=0;k[d+36>>2]=0;i[a+8>>0]=1;return}function Ro(a){a=a|0;if(!a)return;else{Ro(k[a>>2]|0);Ro(k[a+4>>2]|0);Bx(a+20|0);hJ(a);return}}function So(a){a=a|0;var b=0,c=0,d=0;d=a;a:do if(!(d&3))c=4;else{b=d;while(1){if(!(i[a>>0]|0)){a=b;break a}a=a+1|0;b=a;if(!(b&3)){c=4;break}}}while(0);if((c|0)==4){while(1){b=k[a>>2]|0;if(!((b&-2139062144^-2139062144)&b+-16843009))a=a+4|0;else break}if((b&255)<<24>>24)do a=a+1|0;while((i[a>>0]|0)!=0)}return a-d|0}function To(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Tk(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Uo(a,b){a=+a;b=b|0;var c=0,d=0,e=0;p[t>>3]=a;c=k[t>>2]|0;d=k[t+4>>2]|0;e=uC(c|0,d|0,52)|0;switch(e&2047){case 0:{if(a!=0.0){a=+Uo(a*18446744073709551616.0,b);c=(k[b>>2]|0)+-64|0}else c=0;k[b>>2]=c;break}case 2047:break;default:{k[b>>2]=(e&2047)+-1022;k[t>>2]=c;k[t+4>>2]=d&-2146435073|1071644672;a=+p[t>>3]}}return +a}function Vo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0;j=d;i=a+8|0;g=0;h=0;a:while(1){if((c|0)==(d|0)|g>>>0>=e>>>0)break;f=_E(k[i>>2]|0)|0;a=iH(c,j-c|0,b)|0;if(f|0)_E(f)|0;switch(a|0){case -2:case -1:break a;case 0:{c=c+1|0;a=1;break}default:c=c+a|0}g=g+1|0;h=a+h|0}return h|0}function Wo(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;b=e;k[a+104>>2]=0;c=a;d=c+80|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));i[a+80>>0]=0;Bv()|0;if(XE()|0)Na(34347,34379,49,34411);d=Oz(4)|0;k[b>>2]=a;tt(d,b);b=k[a>>2]|0;k[a>>2]=d;if(b|0){HH(k[b>>2]|0);hJ(b)}r=e;return}function Xo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=b+4|0;d=k[f>>2]|0;if(d){e=b+36|0;b=k[e>>2]|0;c=k[b+4>>2]|0;if((c|0)!=5)Ci(a,d,c,b,16027);b=a+40|0;c=k[b>>2]|0;if((c|0)!=5)Ci(a,k[f>>2]|0,c,k[e>>2]|0,16078)}else b=a+40|0;k[b>>2]=5;return}function Yo(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+11>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+(j?k[h+4>>2]|0:g&255)|0)|0}function Zo(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if((Uh(a)|0)==(b|0)){r=d;return}else{d=Oa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,18562,16);b=k[a+16>>2]|0;Ts(d,c);k[d+12>>2]=0;k[d+16>>2]=b;Gb(d|0,8,148)}}function _o(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}d=i[b+11>>0]|0;e=d<<24>>24<0;d=e?k[b+4>>2]|0:d&255;rr(a,e?k[b>>2]|0:b,d,d+1|0);an(a,c);return}function $o(a,b){a=a|0;b=b|0;var c=0;c=a+11|0;if((i[c>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=a}else{i[a>>0]=0;i[c>>0]=0;c=a}Bi(a);k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}Jn(a+16|0,b+16|0);return}function ap(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h;g=xc(240)|0;do if(g){k[d>>2]=k[c>>2];d=gl(g,240,b,d)|0;if(d>>>0<240){c=Kp(g,d+1|0)|0;k[a>>2]=c|0?c:g;break}Vc(g);if((d|0)>=0?(e=d+1|0,f=xc(e)|0,k[a>>2]=f,(f|0)!=0):0)d=gl(f,e,b,c)|0;else d=-1}else d=-1;while(0);r=h;return d|0}function bp(a,b){a=a|0;b=b|0;var c=0;oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=40)Na(28731,28573,899,28939);k[b>>2]=c+1;a=Te(a,b,42083)|0;oj(b);c=k[b>>2]|0;if((i[c>>0]|0)==41){k[b>>2]=c+1;return a|0}else Na(28953,28573,903,28939);return 0}function cp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((k[a+4>>2]|0)==(k[b+4>>2]|0)?(e=k[a+8>>2]|0,c=(k[a+12>>2]|0)-e|0,a=k[b+8>>2]|0,d=a,e,(c|0)==((k[b+12>>2]|0)-a|0)):0){b=c>>2;a=0;while(1){if(a>>>0>=b>>>0){a=1;break a}if((k[e+(a<<2)>>2]|0)==(k[d+(a<<2)>>2]|0))a=a+1|0;else{a=0;break}}}else a=0;while(0);return a|0}function dp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=Zx(k[a+4>>2]|0)|0;c=rm(b,1)|0;e=d+12|0;c=(i[c>>0]|0)==0?2:1;while(1){f=(fp(b)|0)+8|0;if(c>>>0>=(k[f>>2]|0)>>>0)break;uv(e,vc(a,rm(b,c)|0)|0);c=c+1|0}Om(d);return d|0}function ep(a,b){a=a|0;b=b|0;Zw(k[a>>2]|0,40)|0;rB(kJ(k[a>>2]|0)|0,31764)|0;Nz(a);Zt(a,k[b+8>>2]|0);Zt(a,k[b+12>>2]|0);Zt(a,k[b+16>>2]|0);Fv(a);return}function fp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(!(i[a>>0]|0)){c=Oa(20)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;pq(b,16902,13);d=k[a+28>>2]|0;a=k[a+32>>2]|0;Ts(c,b);k[c+12>>2]=d;k[c+16>>2]=a;Gb(c|0,8,148)}else{r=c;return a+4|0}return 0}function gp(){var a=0,b=0,c=0,d=0;d=r;r=r+16|0;a=d;b=cH()|0;c=sb(34461)|0;if(!c)a=b>>>0>1?b:1;else{k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;pq(a,c,So(c)|0);c=Fq(a)|0;jF(a);a=c}r=d;return a|0}function hp(a,b){a=a|0;b=b|0;var c=0;c=Oz(72)|0;k[a>>2]=c;k[a+4>>2]=44740;Ts(c+16|0,k[b>>2]|0);My(c+32|0);i[a+8>>0]=1;return}function ip(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;c=Hr(b,k[a>>2]|0,a)|0;if((c|0)!=(a|0)?!(UF(k[b>>2]|0,k[c+16>>2]|0)|0):0)a=c;return a|0}function jp(a,b){a=a|0;b=b|0;b=ip(a,b)|0;if((b|0)!=(a+4|0))or(a,b);return}function kp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;if((a|0)==(b|0)){k[c>>2]=4;d=0.0}else{f=TE()|0;g=k[f>>2]|0;k[f>>2]=0;oE()|0;d=+JI(a,e);a=k[f>>2]|0;if(!a)k[f>>2]=g;if((k[e>>2]|0)==(b|0)){if((a|0)==34)k[c>>2]=4}else{k[c>>2]=4;d=0.0}}r=h;return +d}function lp(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;ir(d)}b=k[a>>2]|0;if(b|0)Tx(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function mp(a,b){a=a|0;b=b|0;var c=0,d=0;c=JE(k[a+4>>2]|0)|0;d=vc(a,rm(b,1)|0)|0;k[c+8>>2]=d;d=vc(a,rm(b,2)|0)|0;k[c+12>>2]=d;b=vc(a,rm(b,3)|0)|0;k[c+16>>2]=b;dy(c);return c|0}function np(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(b>>>0>0|(b|0)==0&a>>>0>4294967295){while(1){d=Py(a|0,b|0,10,0)|0;c=c+-1|0;i[c>>0]=d|48;d=a;a=QG(a|0,b|0,10,0)|0;if(!(b>>>0>9|(b|0)==9&d>>>0>4294967295))break;else b=M}b=a}else b=a;if(b)while(1){c=c+-1|0;i[c>>0]=(b>>>0)%10|0|48;if(b>>>0<10)break;else b=(b>>>0)/10|0}return c|0}function op(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+64|0;b=f+48|0;c=f+4|0;d=f;e=k[a+8>>2]|0;if(!e)k[a+4>>2]=k[(k[a+16>>2]|0)+4>>2];else{k[d>>2]=e;k[b>>2]=k[d>>2];hq(c,a,b);e=Ut(k[c+32>>2]|0,k[c+36>>2]|0)|0;k[a+4>>2]=e;xD(c)}r=f;return}function pp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+4|0;e=h;k[d>>2]=b;k[e>>2]=c;f=a+8|0;g=k[f>>2]|0;if(g>>>0<(k[a+12>>2]|0)>>>0){k[g>>2]=b;k[g+4>>2]=c;k[f>>2]=g+8}else Sk(a+4|0,d,e);r=h;return}function qp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;if((k[b+8>>2]|0)==(k[a+28>>2]|0)){b=k[b+12>>2]|0;if(!b)b=0;else b=k[b+4>>2]|0;k[e>>2]=b;c=a+36|0;d=k[c>>2]|0;if(d>>>0<(k[a+40>>2]|0)>>>0){k[d>>2]=b;k[c>>2]=d+4}else lm(a+32|0,e)}r=f;return}function rp(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;ir(d)}d=k[a>>2]|0;Tx(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function sp(a){a=a|0;var b=0,c=0;Bv()|0;if(XE()|0)Na(34347,34379,54,34403);b=a+4|0;CI(b);i[a+80>>0]=1;c=a+32|0;JH(c);MF(b);bH(k[a>>2]|0);uy(a+88|0);cI(c);BI(b);b=k[a>>2]|0;k[a>>2]=0;if(b|0){HH(k[b>>2]|0);hJ(b)}return}function tp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=a+20|0;g=a+28|0;if((k[b>>2]|0)>>>0>(k[g>>2]|0)>>>0?($b[k[a+36>>2]&31](a,0,0)|0,(k[b>>2]|0)==0):0)a=-1;else{c=a+4|0;d=k[c>>2]|0;e=a+8|0;f=k[e>>2]|0;if(d>>>0<f>>>0)$b[k[a+40>>2]&31](a,d-f|0,1)|0;k[a+16>>2]=0;k[g>>2]=0;k[b>>2]=0;k[e>>2]=0;k[c>>2]=0;a=0}return a|0}function up(a,b,c){a=a|0;b=b|0;c=c|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=a;k[b>>2]=c;a=k[k[11184]>>2]|0;if(a){k[11184]=a;c=k[b>>2]|0}mh(k[11185]|0,c);k[11186]=(k[11186]|0)+1;return}function vp(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=4;b=l[b>>0]|l[b+1>>0]<<8|l[b+2>>0]<<16|l[b+3>>0]<<24;i[a>>0]=b;i[a+1>>0]=b>>8;i[a+2>>0]=b>>16;i[a+3>>0]=b>>24;i[a+4>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function wp(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=5;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=i[b+3>>0]|0;i[a+4>>0]=i[b+4>>0]|0;i[a+5>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function xp(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>178956970){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b*24|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function yp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=1;while(1){e=(fp(a)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;e=rm(a,d)|0;if(i[e>>0]|0)break;f=(rm(a,d)|0)+24|0;f=(i[f>>0]|0)==0;e=FE(rm(a,d)|0)|0;if(f)k[c>>2]=e;else k[b>>2]=e;d=d+1|0}return d|0}function zp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=AE(k[a+4>>2]|0)|0;e=ih(a,rm(b,1)|0)|0;d=c+8|0;k[d>>2]=e;b=vc(a,rm(b,2)|0)|0;k[c+12>>2]=b;b=(jz(k[a>>2]|0,k[d>>2]|0)|0)+4|0;k[c+4>>2]=k[b>>2];return c|0}function Ap(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;j=b>>31|((b|0)<0?-1:0)<<1;i=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;f=d>>31|((d|0)<0?-1:0)<<1;e=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;h=UC(j^a|0,i^b|0,j|0,i|0)|0;g=M;a=f^j;b=e^i;return UC((oe(h,g,UC(f^c|0,e^d|0,f|0,e|0)|0,M,0)|0)^a|0,M^b|0,a|0,b|0)|0}function Bp(a){a=a|0;if(!a)return;else{Bp(k[a>>2]|0);Bp(k[a+4>>2]|0);hJ(a);return}}function Cp(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=JB(b)|0;e=jE(b,47232)|0;lc[k[(k[e>>2]|0)+48>>2]&7](e,38654,38680,c)|0;c=jE(b,47240)|0;e=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[d>>2]=e;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);$z(b);return}function Dp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;a:do if((b|0)!=(c|0)){f=a+4|0;a=k[f>>2]|0;d=a-c|0;e=d>>3;if(e){ew(b|0,c|0,d|0)|0;a=k[f>>2]|0}d=b+(e<<3)|0;while(1){if((a|0)==(d|0))break a;b=a+-8|0;k[f>>2]=b;a=b}}while(0);return}function Ep(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=JB(b)|0;e=jE(b,47200)|0;lc[k[(k[e>>2]|0)+32>>2]&7](e,38654,38680,c)|0;c=jE(b,47216)|0;e=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[d>>0]=e;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);$z(b);return}function Fp(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=a+20|0;c=a+44|0;if((k[b>>2]|0)>>>0>(k[c>>2]|0)>>>0)$b[k[a+36>>2]&31](a,0,0)|0;k[a+16>>2]=0;k[a+28>>2]=0;k[b>>2]=0;b=k[a>>2]|0;if(b&20)if(!(b&4))b=-1;else{k[a>>2]=b|32;b=-1}else{b=k[c>>2]|0;k[a+8>>2]=b;k[a+4>>2]=b;b=0}return b|0}function Gp(a){a=a|0;if(!a)return;else{Gp(k[a>>2]|0);Gp(k[a+4>>2]|0);hJ(a);return}}function Hp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)yH();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=xc(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)aq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function Ip(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;k[c>>2]=a;JC(0,28653,c);c=200;a=2;a:while(1){d=i[b>>0]|0;switch(d<<24>>24){case 0:break a;case 10:{a=a+-1|0;if(!a)break a;break}default:{}}c=c+-1|0;if(!c)break;uq(d<<24>>24);b=b+1|0}gB(28669,2,1,3216)|0;r=e;return}function Jp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+112|0;g=h;e=g;f=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(f|0));e=g+4|0;k[e>>2]=a;f=g+8|0;k[f>>2]=-1;k[g+44>>2]=a;k[g+76>>2]=-1;kx(g,0);d=+Bc(g,c,1);c=(k[e>>2]|0)-(k[f>>2]|0)+(k[g+108>>2]|0)|0;if(b|0)k[b>>2]=c|0?a+c|0:a;r=h;return +d}function Kp(a,b){a=a|0;b=b|0;var c=0,d=0;if(!a){b=xc(b)|0;return b|0}if(b>>>0>4294967231){b=TE()|0;k[b>>2]=12;b=0;return b|0}c=Fd(a+-8|0,b>>>0<11?16:b+11&-8)|0;if(c|0){b=c+8|0;return b|0}c=xc(b)|0;if(!c){b=0;return b|0}d=k[a+-4>>2]|0;d=(d&-8)-((d&3|0)==0?8:4)|0;aq(c|0,a|0,(d>>>0<b>>>0?d:b)|0)|0;Vc(a);b=c;return b|0}function Lp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=Oz(20)|0;Ry(e);k[e>>2]=2900;k[e+16>>2]=b;k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else lm(a+8|0,d);r=f;return}function Mp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=45172;do if(b)if(b>>>0>1073741823){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function Np(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+16|0;b=d;e=a+52|0;k[b>>2]=e;c=b+4|0;i[c>>0]=1;CI(e);if((k[a+36>>2]|0)>>>0<(k[a+20>>2]|0)>>>0)yt(a+80|0,b,a);if(i[c>>0]|0)MF(k[b>>2]|0);r=d;return}function Op(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=DE(k[a+4>>2]|0)|0;e=Zf(a,rm(b,1)|0)|0;d=c+8|0;k[d>>2]=e;b=vc(a,rm(b,2)|0)|0;k[c+12>>2]=b;b=ay(k[a+44>>2]|0,k[d>>2]|0)|0;k[c+4>>2]=b;return c|0}function Pp(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)?(c=(i[a>>0]|0)==110?a+1|0:a,(c|0)!=(b|0)):0){d=i[c>>0]|0;if(d<<24>>24==48){c=c+1|0;break}if((d+-49&255)<9)do{c=c+1|0;if((c|0)==(b|0)){c=b;break a}}while(((i[c>>0]|0)+-48|0)>>>0<10);else c=a}else c=a;while(0);return c|0}function Qp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+12|0;c=i[e+11>>0]|0;d=c<<24>>24<0;c=fm(b,d?k[e>>2]|0:e,d?k[b+16>>2]|0:c&255)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Rp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=45132;do if(b)if(b>>>0>107374182){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b*40|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*40|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*40|0);return}function Sp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=a+11|0;c=i[d>>0]|0;e=c<<24>>24<0;if(e)c=k[a+4>>2]|0;else c=c&255;do if(c>>>0>=b>>>0)if(e){i[(k[a>>2]|0)+b>>0]=0;k[a+4>>2]=b;break}else{i[a+b>>0]=0;i[d>>0]=b;break}else cn(a,b-c|0);while(0);return}function Tp(a){a=a|0;var b=0;switch(k[a+12>>2]|0){case 2:{b=lt(k[a>>2]|0)|0;break}case 3:{b=gt(k[a>>2]|0)|0;break}case 4:{b=Bu(+(~~+p[a>>3]>>>0>>>0))|0;break}case 5:{b=$B(+p[a>>3])|0;break}default:Ga()}return b|0}function Up(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;sj(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Vp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;il(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Wp(a,b){a=a|0;b=b|0;var c=0;oj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=123)Na(28803,28573,859,28815);k[b>>2]=c+1;a=Oh(a,b,28835,0,0)|0;c=k[b>>2]|0;if((i[c>>0]|0)==125){k[b>>2]=c+1;return a|0}else Na(28838,28573,862,28815);return 0}function Xp(a){a=a|0;var b=0,c=0,d=0;d=r;r=r+16|0;b=d;k[b>>2]=a;c=vG(2)|0;c=Nq(c,oF(44836)|0)|0;if((a|0)!=0?(i[a>>0]|0)!=0:0)a=oF(b)|0;else a=EF()|0;c=Nq(c,a)|0;r=d;return c|0}function Yp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+32|0;c=e;d=k[a>>2]|0;if((k[a+8>>2]|0)-d>>4>>>0<b>>>0){mq(c,b,(k[a+4>>2]|0)-d>>4,a+8|0);fn(a,c);bw(c)}r=e;return}function Zp(a){a=a|0;var b=0;b=bI(a,0)|0;if(oD(k[b>>2]|0,44840)|0){a=bI(a,2)|0;a=k[a>>2]|0;b=vG(2)|0;b=Nq(b,EF()|0)|0;Nq(a,Nq(b,vG(0)|0)|0)|0;return}else Na(29099,34044,1605,29139)}function _p(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;jl(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function $p(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+16|0;e=k[d>>2]|0;do if(e){if((e|0)!=(b|0)){c=a+36|0;k[c>>2]=(k[c>>2]|0)+1;k[a+24>>2]=2;i[a+54>>0]=1;break}a=a+24|0;if((k[a>>2]|0)==2)k[a>>2]=c}else{k[d>>2]=b;k[a+24>>2]=c;k[a+36>>2]=1}while(0);return}function aq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((c|0)>=4096)return cb(a|0,b|0,c|0)|0;d=a|0;if((a&3)==(b&3)){while(a&3){if(!c)return d|0;i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}while((c|0)>=4){k[a>>2]=k[b>>2];a=a+4|0;b=b+4|0;c=c-4|0}}while((c|0)>0){i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}return d|0}function bq(a){a=a|0;var b=0,c=0,d=0;d=r;r=r+16|0;b=d;k[b>>2]=a;c=vG(2)|0;c=Nq(c,oF(44832)|0)|0;if((a|0)!=0?(i[a>>0]|0)!=0:0)a=oF(b)|0;else a=EF()|0;c=Nq(c,a)|0;r=d;return c|0}function cq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Kd(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function dq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Md(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function eq(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}c=a+12|0;a=b+12|0;k[c>>2]=k[a>>2];k[c+4>>2]=k[a+4>>2];k[c+8>>2]=k[a+8>>2];c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function fq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0<(k[g>>2]|0)>>>0){k[f>>2]=d+1;d=i[d>>0]|0}else{d=hc[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break;d=d&255}i[b>>0]=d;e=e+1|0;b=b+1|0}return e|0}function gq(a){a=a|0;var b=0,c=0;c=0;while(1){if((l[36147+c>>0]|0)==(a|0)){a=2;break}b=c+1|0;if((b|0)==87){b=36235;c=87;a=5;break}else c=b}if((a|0)==2)if(!c)b=36235;else{b=36235;a=5}if((a|0)==5)while(1){do{a=b;b=b+1|0}while((i[a>>0]|0)!=0);c=c+-1|0;if(!c)break;else a=5}return b|0}function hq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+24>>2]=b;k[a+28>>2]=k[c>>2];k[a+32>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[e>>2]=b;yl(a,e);r=d;return}function iq(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}a=a+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function jq(a){a=a|0;if(!a)return;else{jq(k[a>>2]|0);jq(k[a+4>>2]|0);hJ(a);return}}function kq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>536870911){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b<<3)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<3)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<3);return}function lq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=45156;do if(b)if(b>>>0>1073741823){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function mq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>268435455){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b<<4)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function nq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[k[a>>2]>>2]&127](a)|0;d=(Kd(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function oq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[k[a>>2]>>2]&127](a)|0;d=(Md(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function pq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)yH();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=Oz(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)aq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function qq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>4294967279)yH();if(b>>>0<11){i[a+11>>0]=b;if(b)d=6}else{e=b+16&-16;d=Oz(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;a=d;d=6}if((d|0)==6)es(a|0,c|0,b|0)|0;i[a+b>>0]=0;return}function rq(a){a=a|0;var b=0;b=bI(a,0)|0;if(ml(45180,WE(k[b>>2]|0)|0)|0){b=vG(2)|0;a=Nq(Nq(b,oF(44760)|0)|0,a)|0}return a|0}function sq(a,b){a=a|0;b=b|0;var c=0;Gy(k[a>>2]|0,33424,0)|0;b=b+8|0;c=k[b>>2]|0;if((c|0)!=0?(k[c>>2]|0)!=21:0){Nz(a);Zt(a,k[b>>2]|0);Fv(a)}else Zw(k[a>>2]|0,41)|0;return}function tq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=r;r=r+16|0;e=c+4|0;g=c;d=b+8|0;f=(k[k[d>>2]>>2]|0)==15;k[g>>2]=k[b>>2];k[e>>2]=k[g>>2];Gk(a,f,e,14754)|0;dj(a,k[b+4>>2]|0,k[(k[d>>2]|0)+4>>2]|0,b);r=c;return}function uq(a){a=a|0;var b=0,c=0,d=0;do if((k[823]|0)>=0?(rJ()|0)!=0:0){if((i[3291]|0)!=(a|0)?(b=k[809]|0,b>>>0<(k[808]|0)>>>0):0){k[809]=b+1;i[b>>0]=a;break}jo(a)|0}else d=3;while(0);do if((d|0)==3){if((i[3291]|0)!=(a|0)?(c=k[809]|0,c>>>0<(k[808]|0)>>>0):0){k[809]=c+1;i[c>>0]=a;break}jo(a)|0}while(0);return}function vq(a){a=a|0;if(!a)return;else{vq(k[a>>2]|0);vq(k[a+4>>2]|0);hJ(a);return}}function wq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0>=(k[g>>2]|0)>>>0){d=hc[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break}else{k[f>>2]=d+4;d=k[d>>2]|0}k[b>>2]=d;e=e+1|0;b=b+4|0}return e|0}function xq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;l=r;r=r+16|0;g=l;i[g>>0]=37;h=g+1|0;i[h>>0]=e;j=g+2|0;i[j>>0]=f;i[g+3>>0]=0;if(f<<24>>24){i[h>>0]=f;i[j>>0]=e}j=b+(Xa(b|0,(k[c>>2]|0)-b|0,g|0,d|0,k[a>>2]|0)|0)|0;k[c>>2]=j;r=l;return}function yq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>2;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<2)|0;while(1){if((c|0)==(a|0))break a;e=c+-4|0;k[f>>2]=e;c=e}}}else Yj(a,b-d|0);while(0);return}function zq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Gl(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function Aq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+11|0;b=i[e>>0]|0;if(b<<24>>24<0){f=k[a>>2]|0;c=k[a+4>>2]|0}else{f=a;c=b&255}d=(c|0)!=0&1;c=c-d|0;if(c){ew(f|0,f+d|0,c|0)|0;b=i[e>>0]|0}if(b<<24>>24<0)k[a+4>>2]=c;else i[e>>0]=c;i[f+c>>0]=0;return}function Bq(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0;i=r;r=r+112|0;g=i;k[g>>2]=0;h=g+4|0;k[h>>2]=a;k[g+44>>2]=a;f=g+8|0;k[f>>2]=(a|0)<0?-1:a+2147483647|0;k[g+76>>2]=-1;kx(g,0);c=ad(g,c,1,d,e)|0;if(b|0)k[b>>2]=a+((k[h>>2]|0)+(k[g+108>>2]|0)-(k[f>>2]|0));r=i;return c|0}function Cq(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=10;d=a;c=d+10|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+10>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Dq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=Oz(32)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[a+8>>0]=1;return}function Eq(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+32|0;b=d;e=k[a>>2]|0;c=(k[a+4>>2]|0)-e|0;if(((k[a+8>>2]|0)-e|0)>>>0>c>>>0){e=c>>2;Gq(b,e,e,a+8|0);nn(a,b);vw(b)}r=d;return}function Fq(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,41333,4);a=Am(c,a)|0;jF(c);r=b;return a|0}function Gq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>1073741823){c=Oa(4)|0;MI(c);Gb(c|0,2024,142)}else{d=Oz(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function Hq(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=9;d=a;c=d+9|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+9>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Iq(a,b,c){a=a|0;b=b|0;c=c|0;if(hc[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=hc[k[(k[b>>2]|0)+28>>2]&127](b)|0;mc[k[(k[b>>2]|0)+20>>2]&15](b,a,k[a>>2]|0,c);if(b|0)ec[k[(k[b>>2]|0)+4>>2]&255](b)}else mc[k[(k[b>>2]|0)+20>>2]&15](b,a,k[a>>2]|0,c);return}function Jq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>4;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<4)|0;while(1){if((c|0)==(a|0))break a;e=c+-16|0;k[f>>2]=e;c=e}}}else pj(a,b-d|0);while(0);return}function Kq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)yH();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=xc(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)aq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function Lq(a,b){a=a|0;b=b|0;var c=0;c=bI(a,0)|0;if(oD(k[c>>2]|0,44840)|0){a=bI(a,2)|0;a=k[a>>2]|0;c=Nq(vG(2)|0,b)|0;Nq(a,Nq(c,vG(0)|0)|0)|0;return}else Na(29099,34044,1599,29120)}function Mq(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;oj(a);jd(b,k[a>>2]|0);if((k[b+12>>2]|0)==2){k[a>>2]=(k[a>>2]|0)+(k[b+8>>2]|0);a=k[b>>2]|0}else a=0;b=Xp(a)|0;r=c;return b|0}function Nq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;c=g;k[c>>2]=b;if((k[a>>2]|0)!=2)Na(34034,34044,479,28542);d=k[a+8>>2]|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))lm(d,c);else{k[f>>2]=b;k[e>>2]=(k[e>>2]|0)+4}r=g;return a|0}function Oq(a,b){a=a|0;b=b|0;var c=0;c=Gy(k[a>>2]|0,33089,0)|0;Nw(c,GF(k[a+24>>2]|0,k[b+8>>2]|0)|0)|0;Nz(a);Zt(a,k[b+12>>2]|0);Fv(a);return}function Pq(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=i[a>>0]|0;f=i[d>>0]|0;if(b<<24>>24<f<<24>>24){a=-1;break}if(f<<24>>24<b<<24>>24){a=1;break}d=d+1|0;a=a+1|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function Qq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[c>>2]=0;if((a|0)!=(b|0)){d=i[a>>0]|0;if(d<<24>>24==114){k[c>>2]=4;d=a+1|0;a=d;b=4;d=i[d>>0]|0}else b=0;if(d<<24>>24==86){b=b|2;k[c>>2]=b;d=a+1|0;a=d;d=i[d>>0]|0}if(d<<24>>24==75){k[c>>2]=b|1;a=a+1|0}}return a|0}function Rq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=JB(d)|0;d=jE(g,47232)|0;$z(g);cq(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Sq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=JB(d)|0;d=jE(g,47232)|0;$z(g);nq(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Tq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=JB(d)|0;d=jE(g,47200)|0;$z(g);dq(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Uq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=JB(d)|0;d=jE(g,47200)|0;$z(g);oq(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Vq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=KE(k[a+4>>2]|0)|0;k[d+8>>2]=c;c=vc(a,rm(b,1)|0)|0;k[d+12>>2]=c;c=vc(a,rm(b,2)|0)|0;k[d+16>>2]=c;En(d);return d|0}function Wq(a,b){a=a|0;b=b|0;var c=0;c=Gy(k[a>>2]|0,33113,0)|0;Nw(c,CA(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0;Nz(a);Zt(a,k[b+12>>2]|0);Fv(a);return}function Xq(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Bx(b+8|0);hJ(b)}b=k[a>>2]|0;if(b|0)hJ(b);return}function Yq(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;oj(a);jd(b,k[a>>2]|0);if((k[b+12>>2]|0)==2){k[a>>2]=(k[a>>2]|0)+(k[b+8>>2]|0);a=k[b>>2]|0}else a=0;b=bq(a)|0;r=c;return b|0}function Zq(a){a=a|0;var b=0,c=0,d=0;b=a+44|0;d=k[b>>2]|0;c=k[a+24>>2]|0;if(d>>>0<c>>>0){k[b>>2]=c;d=c}if(k[a+48>>2]&8){b=a+16|0;c=k[b>>2]|0;if(c>>>0<d>>>0){k[b>>2]=d;c=d}b=k[a+12>>2]|0;if(b>>>0<c>>>0)b=l[b>>0]|0;else b=-1}else b=-1;return b|0}function _q(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=44536;do if(b)if(b>>>0<29&(i[44648]|0)==0){i[44648]=1;d=44536;break}else{d=Oz(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function $q(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=b+8|0;e=k[b+16>>2]|0;f=a+24|0;c=a+28|0;a=0;while(1){if((a|0)==(e|0))break;g=kB(d,a)|0;if((k[g>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;a=a+1|0}if((k[b+24>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;return}function ar(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=b;k[c>>2]=d;b=k[k[a>>2]>>2]|0;if(b){k[a>>2]=b;d=k[c>>2]|0}mh(k[a+4>>2]|0,d);a=a+8|0;k[a>>2]=(k[a>>2]|0)+1;return}function br(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;Xy(d)}b=k[a>>2]|0;if(b|0)Tx(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function cr(a){a=+a;var b=0,c=0,d=0,e=0,f=0;p[t>>3]=a;b=k[t>>2]|0;e=k[t+4>>2]|0;f=uC(b|0,e|0,52)|0;f=(f&2047)+-1011|0;if((f|0)<=63?(d=(f|0)<12,c=uC(-1,-1,f|0)|0,c=d?-1:c,d=d?2147483647:M,!((c&b|0)==0&(d&e|0)==0)):0){k[t>>2]=b&~c;k[t+4>>2]=e&~d;a=+p[t>>3]}return +a}function dr(a){a=a|0;var b=0,c=0,d=0,e=0;k[a>>2]=10068;d=a+8|0;e=a+12|0;c=0;while(1){b=k[d>>2]|0;if(c>>>0>=(k[e>>2]|0)-b>>2>>>0)break;b=k[b+(c<<2)>>2]|0;if(b|0)$z(b);c=c+1|0}jF(a+144|0);Cs(d);return}function er(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;k[c>>2]=b;b=bI(a,0)|0;if(oD(k[b>>2]|0,44752)|0){b=bI(a,2)|0;b=k[b>>2]|0;Nq(b,oF(c)|0)|0;r=d;return}else Na(28761,34044,1509,28778)}function fr(a,b){a=a|0;b=b|0;var c=0,d=0;if((((i[b>>0]|0)==72?(i[b+1>>0]|0)==69:0)?(i[b+2>>0]|0)==65:0)?(i[b+3>>0]|0)==80:0){i[a>>0]=1;c=i[b+4>>0]|0;d=c<<24>>24==85;i[a+1>>0]=d&1;c=c<<24>>24==70;i[a+2>>0]=c&1;b=_z(b+(d|c?5:4)|0)|0;k[a+4>>2]=b;k[a+8>>2]=c?((b|0)==64?1:2):0}else i[a>>0]=0;return}function gr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+32|0;c=e;d=k[a>>2]|0;if((k[a+8>>2]|0)-d>>2>>>0<b>>>0){Gq(c,b,(k[a+4>>2]|0)-d>>2,a+8|0);nn(a,c);vw(c)}r=e;return}function hr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;k[b+16>>2]=0;e=k[b+20>>2]|0;f=b+24|0;g=k[f>>2]|0;while(1){if((g|0)==(e|0))break;h=g+-4|0;k[f>>2]=h;g=h}xf(a,b,c,d);return}function ir(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;Xy(d)}d=k[a>>2]|0;Tx(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function jr(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;switch(c|0){case 0:case 5:{Na(26878,16396,174,26909);break}default:{a=nz(k[a>>2]|0)|0;d=a+8|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];k[d+12>>2]=k[b+12>>2];k[a+4>>2]=c;return a|0}}return 0}function kr(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;d=c+4|0;e=c;b=GE(k[(k[a>>2]|0)+4>>2]|0)|0;a=k[k[a+4>>2]>>2]|0;k[e>>2]=k[11341];k[d>>2]=k[e>>2];a=Ou(a,d)|0;k[b+8>>2]=a;k[b+4>>2]=1;r=c;return b|0}function lr(a){a=a|0;var b=0,c=0,d=0;b=k[11131]|0;d=k[11130]|0;c=b-d>>2;a:do if(c>>>0>=a>>>0){if(c>>>0>a>>>0){a=d+(a<<2)|0;while(1){if((b|0)==(a|0))break a;d=b+-4|0;k[11131]=d;b=d}}}else Ej(a-c|0);while(0);return}function mr(a,b){a=a|0;b=b|0;cJ(49040)|0;while(1){if((k[a>>2]|0)!=1)break;za(49068,49040)|0}if(!(k[a>>2]|0)){k[a>>2]=1;cJ(49040)|0;Gv(b);cJ(49040)|0;k[a>>2]=-1;cJ(49040)|0;cJ(49068)|0}else cJ(49040)|0;return}function nr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=Ix(k[a+4>>2]|0)|0;d=c+24|0;e=FE(rm(b,1)|0)|0;k[d>>2]=e;d=zq(a+32|0,d)|0;k[c+4>>2]=k[d>>2];Hs(a,b,c);return c|0}function or(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Pu(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Hd(k[a+4>>2]|0,b);hJ(b);return}function pr(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;k[d>>2]=a;k[d+4>>2]=a+108;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;i[d+24>>0]=0;Lp(d,b);Gd(d);Wu(d);r=c;return b|0}function qr(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=k[a>>2]|0;f=k[d>>2]|0;if((b|0)<(f|0)){a=-1;break}if((f|0)<(b|0)){a=1;break}d=d+4|0;a=a+4|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function rr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)yH();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=Oz(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)aq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function sr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=(k[b+4>>2]|0)-(k[b>>2]|0)>>2;if((k[a+12>>2]|0)>>>0<e>>>0)yC(a,e);d=a+4|0;c=0;while(1){if((c|0)==(e|0))break;k[(k[d>>2]|0)+(c<<2)>>2]=k[(k[b>>2]|0)+(c<<2)>>2];c=c+1|0}k[a+8>>2]=e;return}function tr(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=3;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function ur(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;fc[k[(k[d>>2]|0)+12>>2]&255](d,a);break}else{d=hc[k[(k[d>>2]|0)+8>>2]&127](d)|0;k[a+16>>2]=d;break}else k[a+16>>2]=0;while(0);return}function vr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=JB(d)|0;d=jE(a,47232)|0;$z(a);js(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function wr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=JB(d)|0;d=jE(a,47200)|0;$z(a);ks(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function xr(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=a;a=vG(3)|0;a=Nq(a,oF(44872)|0)|0;b=Nq(Nq(a,oF(d)|0)|0,b)|0;r=c;return b|0}function yr(a,b){a=a|0;b=b|0;var c=0;c=b+12|0;if(k[c>>2]|0)jp(a+28|0,c);b=b+8|0;if(k[b>>2]|0)jp(a+28|0,b);return}function zr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=b+8|0;if((k[b>>2]|0)==3){e=k[c+8>>2]&-2147483648|k[e>>2]&2147483647;k[d>>2]=1;k[d+8>>2]=e;zB(a,d)}else dz(a,2,k[e>>2]|0,k[c+8+4>>2]&-2147483648|k[e+4>>2]&2147483647);r=f;return}function Ar(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=a;a=vG(3)|0;a=Nq(a,oF(44828)|0)|0;b=Nq(Nq(a,oF(d)|0)|0,b)|0;r=c;return b|0}function Br(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;HH(k[b>>2]|0);hJ(b)}b=k[a>>2]|0;if(b|0)hJ(b);return}function Cr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;HH(k[b>>2]|0);hJ(b)}hJ(k[a>>2]|0)}return}function Dr(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;b=vG(3)|0;b=Nq(Nq(b,oF(45064)|0)|0,a)|0;b=Nq(b,oF(d)|0)|0;r=c;return b|0}function Er(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;e=d+4|0;f=d;k[f>>2]=k[b+8>>2];c=k[b+12>>2]|0;k[e>>2]=k[f>>2];Bl(a,e,c);c=k[b+16>>2]|0;if(c|0)al(a,(k[c+4>>2]|4|0)==5,b);r=d;return}function Fr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=sy(k[d>>2]|0,b<<4)|0;k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function Gr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;kn(a,b);d=a+20|0;c=b+20|0;k[d>>2]=0;e=a+24|0;k[e>>2]=0;k[a+28>>2]=0;k[d>>2]=k[c>>2];d=b+24|0;k[e>>2]=k[d>>2];b=b+28|0;k[a+28>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function Hr(a,b,c){a=a|0;b=b|0;c=c|0;a=k[a>>2]|0;a:while(1){while(1){if(!b)break a;if(!(UF(k[b+16>>2]|0,a)|0))break;b=k[b+4>>2]|0}c=b;b=k[b>>2]|0}return c|0}function Ir(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=b+4|0;d=(k[c>>2]|0)-(k[b>>2]|0)>>2;if(d|0){Ww(a,d);Iv(a,k[b>>2]|0,k[c>>2]|0)}return}function Jr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;k[a+8>>2]=0;e=b+4|0;f=(k[e>>2]|0)-(k[b>>2]|0)|0;if(f|0?(cy(a,f),g=k[b>>2]|0,c=(k[e>>2]|0)-g|0,(c|0)>0):0){aq(k[d>>2]|0,g|0,c|0)|0;k[d>>2]=(k[d>>2]|0)+c}return}function Kr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e|0;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+b|0;while(1){if((c|0)==(a|0))break a;e=c+-1|0;k[f>>2]=e;c=e}}}else rk(a,b-d|0);while(0);return}function Lr(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}c=k[a>>2]|0;do if(c|0){b=k[a+16>>2]|0;if((b|0)==(c|0)){i[b+112>>0]=0;break}else{hJ(c);break}}while(0);return}function Mr(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)Hp(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function Nr(a,b,c){a=a|0;b=b|0;c=c|0;a:while(1){while(1){if(!b)break a;if(!(UF(k[b+16>>2]|0,a)|0))break;b=k[b+4>>2]|0}c=b;b=k[b>>2]|0}return c|0}function Or(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Wv(b);hJ(b)}b=k[a>>2]|0;if(b|0)hJ(b);return}function Pr(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=tf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Qr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=(c|0)==0;if(a-b>>2>>>0<c>>>0){if(!d)do{c=c+-1|0;k[a+(c<<2)>>2]=k[b+(c<<2)>>2]}while((c|0)!=0)}else if(!d){d=b;b=a;while(1){c=c+-1|0;k[b>>2]=k[d>>2];if(!c)break;else{d=d+4|0;b=b+4|0}}}return a|0}function Rr(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=Ze(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Sr(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=Qg(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Tr(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;cw(d)}a=k[a>>2]|0;if(a|0)hJ(a);return}function Ur(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=lf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Vr(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;k[a+12>>2]=b;b=So(b)|0;k[a+16>>2]=b;b=xx()|0;qm(b,Oh(a,d,28540,0,0)|0);r=c;return b|0}function Wr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;sp(b);hJ(b)}b=k[a>>2]|0;if(b|0)hJ(b);return}function Xr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;sp(b);hJ(b)}hJ(k[a>>2]|0)}return}function Yr(a,b){a=a|0;b=b|0;var c=0,d=0;BG(a);c=k[11130]|0;if((k[11131]|0)-c>>2>>>0<=b>>>0){lr(b+1|0);c=k[11130]|0}d=k[c+(b<<2)>>2]|0;if(d){$z(d);c=k[11130]|0}k[c+(b<<2)>>2]=a;return}function Zr(a,b){a=a|0;b=b|0;Gy(k[a>>2]|0,31594,0)|0;Zw(jx(k[a>>2]|0,k[b>>2]|0)|0,32)|0;Zw(gs(a,k[b+4>>2]|0)|0,41)|0;return}function _r(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;k[d>>2]=b;k[d+4>>2]=0;i[d+20>>0]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=0;k[d+12>>2]=42190;k[d+16>>2]=31549;qf(d,a);r=c;return b|0}function $r(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;cw(d)}hJ(k[a>>2]|0)}return}function as(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=sy(k[d>>2]|0,b*24|0)|0;k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function bs(a,b){a=a|0;b=b|0;var c=0;Gn(a);k[a>>2]=2;c=yn()|0;k[a+8>>2]=c;if((c|0)!=(b|0))nh(c,k[b>>2]|0,k[b+4>>2]|0);return}function cs(a){a=a|0;var b=0;if(!a){if(!(k[888]|0))a=0;else a=cs(k[888]|0)|0;Aa(45620);b=k[11404]|0;if(b)do{if((k[b+20>>2]|0)>>>0>(k[b+28>>2]|0)>>>0)a=tp(b)|0|a;b=k[b+56>>2]|0}while((b|0)!=0);xb(45620)}else a=tp(a)|0;return a|0}function ds(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;k[d>>2]=a;k[d+4>>2]=a+108;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;i[d+24>>0]=0;zd(d);Tw(d,b);Wu(d);r=c;return}function es(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+c|0;if((c|0)>=20){b=b&255;f=a&3;g=b|b<<8|b<<16|b<<24;e=d&~3;if(f){f=a+4-f|0;while((a|0)<(f|0)){i[a>>0]=b;a=a+1|0}}while((a|0)<(e|0)){k[a>>2]=g;a=a+4|0}}while((a|0)<(d|0)){i[a>>0]=b;a=a+1|0}return a-c|0}function fs(a){a=a|0;var b=0;b=a+124|0;if(k[b>>2]|0)Na(19484,18497,1584,21033);Io(a);if(((k[a+100>>2]|0)-(k[a+96>>2]|0)|0)!=4)Na(21048,18497,1586,21033);a=zu(a)|0;if(!(k[b>>2]|0))return a|0;else Na(19484,18497,1588,21033);return 0}function gs(a,b){a=a|0;b=b|0;var c=0,d=0;d=(MH(b)|0)==0;c=k[a>>2]|0;if(d)Nw(c,b)|0;else Zw(Nw(Zw(c,34)|0,b)|0,34)|0;return k[a>>2]|0}function hs(a){a=a|0;var b=0,c=0,d=0;c=k[11285]|0;b=a;d=c;while(1){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;o[d+16>>2]=1.0;b=b+-1|0;if(!b)break;else d=d+20|0}k[11285]=c+(a*20|0);return}function is(a){a=a|0;var b=0;NF();b=k[a>>2]|0;k[a>>2]=0;Dy(b);ec[k[a+4>>2]&255](k[a+8>>2]|0);oz(a);hJ(a);return 0}function js(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function ks(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function ls(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;b=e+4|0;k[b>>2]=c;if(!a){e=Oa(4)|0;k[e>>2]=2288;Gb(e|0,48,11)}else{d=$b[k[(k[a>>2]|0)+24>>2]&31](a,d,b)|0;r=e;return d|0}return 0}function ms(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=vG(4)|0;a=Nq(Nq(Nq(d,oF(44792)|0)|0,a)|0,b)|0;if(DG(c)|0)c=EF()|0;return Nq(a,c)|0}function ns(a,b){a=a|0;b=b|0;am(a,k[b+16>>2]|0);oi(a,k[(k[b+20>>2]|0)+4>>2]|0,1,b,15409);oi(a,k[(k[b+24>>2]|0)+4>>2]|0,k[b+4>>2]|0,b,15440);return}function os(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,29948,30);Qi(a,c);jF(c);r=b;return}function ps(a,b){a=a|0;b=b|0;Zw(Ru(46496,a)|0,32)|0;ef(b,46496);Zw(46496,10)|0;Ga()}function qs(a){a=a|0;var b=0;if(!(k[k[a>>2]>>2]|0)){b=Zx(k[(k[a+4>>2]|0)+4>>2]|0)|0;k[k[a>>2]>>2]=b;b=a+8|0;uv((k[k[a>>2]>>2]|0)+12|0,k[k[b>>2]>>2]|0);k[k[b>>2]>>2]=k[k[a>>2]>>2]}return}function rs(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;fc[k[(k[d>>2]|0)+12>>2]&255](d,a);break}else{k[a+16>>2]=d;k[c>>2]=0;break}else k[a+16>>2]=0;while(0);return}function ss(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;hJ(b)}b=k[a>>2]|0;if(b|0)hJ(b);return}function ts(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;Xw(d)}a=k[a>>2]|0;if(a|0)hJ(a);return}function us(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((nc[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break a;d=d+1|0;b=b+4|0}}else d=gB(b,4,c,k[a+32>>2]|0)|0;while(0);return d|0}function vs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((nc[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break a;d=d+1|0;b=b+1|0}}else d=gB(b,1,c,k[a+32>>2]|0)|0;while(0);return d|0}function ws(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=Wx(k[a+4>>2]|0)|0;k[d+8>>2]=c;if((c|0)==3){c=FE(rm(b,1)|0)|0;k[d+12>>2]=c}else Gs(a,b,d);MA(d);return d|0}function xs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b;d=k[e+4>>2]|0;c=a;k[c>>2]=k[e>>2];k[c+4>>2]=d;if((a|0)!=(b|0))nh(a+8|0,k[b+8>>2]|0,k[b+12>>2]|0);return}
-function Oc(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+32|0;w=y+24|0;o=y+8|0;n=y;q=a+4|0;p=k[q>>2]|0;s=p+-12|0;oj(c);h=k[c>>2]|0;f=i[h>>0]|0;a:do if(f<<24>>24){e=d;while(1){g=i[e>>0]|0;if(!(g<<24>>24))break;if(g<<24>>24==f<<24>>24){x=4;break a}else e=e+1|0}g=p+-8|0;e=k[g>>2]|0;m=(e|0)==(k[s>>2]|0);do if(!(i[b>>0]|0))if((e|0)==(k[p+-4>>2]|0)){Fk(s,b);break}else{p=b;b=k[p+4>>2]|0;s=e;k[s>>2]=k[p>>2];k[s+4>>2]=b;k[g>>2]=(k[g>>2]|0)+8;break}else{jd(o,h);if((k[o+12>>2]|0)!=1){e=k[c>>2]|0;switch(i[e>>0]|0){case 40:{l=qh(a,tB(b)|0,c)|0;j=b;k[j>>2]=1;k[j+4>>2]=l;j=1;break}case 91:{l=yj(a,tB(b)|0,c)|0;j=b;k[j>>2]=1;k[j+4>>2]=l;j=1;break}default:{Ip(29381,e);Ga()}}e=n;k[e>>2]=j;k[e+4>>2]=l;k[w>>2]=k[n>>2];k[w+4>>2]=k[n+4>>2];e=Oc(a,w,c,d)|0;break a}e=k[g>>2]|0;f=p+-4|0;if((e|0)==(k[f>>2]|0))Fk(s,b);else{n=b;p=k[n+4>>2]|0;b=e;k[b>>2]=k[n>>2];k[b+4>>2]=p;k[g>>2]=(k[g>>2]|0)+8}k[c>>2]=(k[c>>2]|0)+(k[o+8>>2]|0);e=k[o>>2]|0;i[w>>0]=0;k[w+4>>2]=e;e=k[g>>2]|0;if(e>>>0<(k[f>>2]|0)>>>0){p=w;b=k[p+4>>2]|0;s=e;k[s>>2]=k[p>>2];k[s+4>>2]=b;k[g>>2]=(k[g>>2]|0)+8}else Fk(s,w)}while(0);e=Te(a,c,d)|0;if(m){c=k[q>>2]|0;a=c+-12|0;p=k[11282]|0;c=c+-8|0;o=k[11281]|0;b:while(1){if((o|0)==(p|0))break;c:do if(!(i[o+32>>0]|0)){n=o+36|0;e=0;while(1){s=k[a>>2]|0;f=s;if((e|0)>=((k[c>>2]|0)-s>>3|0))break c;if(!(i[f+(e<<3)>>0]|0)){h=DB(f+(e<<3)|0)|0;k[w>>2]=h;d:do if(ml(o,w)|0){f=k[n>>2]|0;g=(e|0)>0;if(g&(f|0)==0?(s=k[a>>2]|0,u=s,(e|0)<(((k[c>>2]|0)-s>>3)+-1|0)):0){m=e+-1|0;f=tB(u+(m<<3)|0)|0;f=Kw(f,h,tB((k[a>>2]|0)+(e+1<<3)|0)|0)|0;j=u+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=f;j=(k[a>>2]|0)+(e<<3)+8|0;f=j+8|0;h=k[c>>2]|0;g=h-f|0;l=g>>3;if(!l)f=h;else{ew(j|0,f|0,g|0)|0;h=k[c>>2]|0;f=h}g=j+(l<<3)|0;j=h;while(1){if((f|0)==(g|0))break;j=f+-8|0;k[c>>2]=j;f=j}g=(k[a>>2]|0)+(e<<3)+-8|0;e=g+8|0;f=j-e|0;h=f>>3;if(!h)e=j;else{ew(g|0,e|0,f|0)|0;e=k[c>>2]|0}f=g+(h<<3)|0;while(1){if((e|0)==(f|0)){e=m;break d}s=e+-8|0;k[c>>2]=s;e=s}}if((f|0)==1?(s=k[a>>2]|0,v=s,(e|0)<(((k[c>>2]|0)-s>>3)+-1|0)):0){if(g?i[v+(e+-1<<3)>>0]|0:0)break;g=xr(h,tB(v+(e+1<<3)|0)|0)|0;j=v+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=g;j=(k[a>>2]|0)+(e<<3)+8|0;g=j+8|0;f=k[c>>2]|0;h=f-g|0;l=h>>3;if(l){ew(j|0,g|0,h|0)|0;f=k[c>>2]|0}g=j+(l<<3)|0;while(1){if((f|0)==(g|0))break;s=f+-8|0;k[c>>2]=s;f=s}e=e+-2|0;e=(e|0)<0?0:e}}while(0)}e=e+1|0}}else{m=o+36|0;j=(k[c>>2]|0)-(k[a>>2]|0)>>3;while(1){e=j+-1|0;if((e|0)<=-1)break c;f=k[a>>2]|0;if(i[f+(e<<3)>>0]|0){j=e;continue}g=DB(f+(e<<3)|0)|0;k[w>>2]=g;e:do if(ml(o,w)|0){f=k[m>>2]|0;h=(e|0)>0;if(h&(f|0)==0?(s=k[a>>2]|0,t=s,(e|0)<(((k[c>>2]|0)-s>>3)+-1|0)):0){f=tB(t+(j+-2<<3)|0)|0;f=Kw(f,g,tB((k[a>>2]|0)+(j<<3)|0)|0)|0;j=t+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=f;j=(k[a>>2]|0)+(e<<3)+8|0;f=j+8|0;h=k[c>>2]|0;g=h-f|0;l=g>>3;if(!l){g=h;f=h}else{ew(j|0,f|0,g|0)|0;f=k[c>>2]|0;g=f}h=j+(l<<3)|0;while(1){if((g|0)==(h|0))break;f=g+-8|0;k[c>>2]=f;g=f}j=(k[a>>2]|0)+(e<<3)+-8|0;g=j+8|0;h=f-g|0;l=h>>3;if(l){ew(j|0,g|0,h|0)|0;f=k[c>>2]|0}g=j+(l<<3)|0;while(1){if((f|0)==(g|0))break e;s=f+-8|0;k[c>>2]=s;f=s}}switch(f|0){case 1:break;case 3:{if((g|0)!=(k[11263]|0))break e;f=k[a>>2]|0;if(!((e|0)>2?(e|0)<(((k[c>>2]|0)-f>>3)+-1|0):0)){x=59;break b}if((DB(f+(j+-3<<3)|0)|0)!=(k[11262]|0))break e;s=(k[a>>2]|0)+(j+-4<<3)|0;b=tB(s)|0;b=ku(b,tB((k[a>>2]|0)+(j+-2<<3)|0)|0,tB((k[a>>2]|0)+(j<<3)|0)|0)|0;k[s>>2]=1;k[s+4>>2]=b;e=(k[a>>2]|0)+(e<<3)|0;Dp(a,e+-16|0,e+16|0);e=(k[c>>2]|0)-(k[a>>2]|0)>>3;break e}default:break e}s=k[a>>2]|0;f=s;if((e|0)<(((k[c>>2]|0)-s>>3)+-1|0)){if(h?i[f+(j+-2<<3)>>0]|0:0)break;g=xr(g,tB(f+(j<<3)|0)|0)|0;j=f+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=g;j=(k[a>>2]|0)+(e<<3)+8|0;g=j+8|0;f=k[c>>2]|0;h=f-g|0;l=h>>3;if(l){ew(j|0,g|0,h|0)|0;f=k[c>>2]|0}g=j+(l<<3)|0;while(1){if((f|0)==(g|0))break e;s=f+-8|0;k[c>>2]=s;f=s}}}while(0);j=e}}while(0);o=o+40|0}if((x|0)==59)Na(29407,28573,797,29441);e=k[a>>2]|0;if(((k[c>>2]|0)-e|0)!=8)Na(29457,28573,824,29441);e=tB(e)|0;f=k[a>>2]|0;g=k[c>>2]|0;while(1){if((g|0)==(f|0))break a;w=g+-8|0;k[c>>2]=w;g=w}}}else x=4;while(0);if((x|0)==4){e=p+-8|0;f=k[e>>2]|0;do if((f|0)!=(k[s>>2]|0))if((f|0)==(k[p+-4>>2]|0)){Fk(s,b);break}else{v=b;w=k[v+4>>2]|0;x=f;k[x>>2]=k[v>>2];k[x+4>>2]=w;k[e>>2]=(k[e>>2]|0)+8;break}while(0);e=tB(b)|0}r=y;return e|0}function Pc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+48|0;q=s+24|0;h=s;a:do if((b-a|0)>1?(i[a>>0]|0)==83:0){f=i[a+1>>0]|0;switch(f|0){case 97:{Ns(h,42277);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(g-f|0)/24|0;p=o<<1;as(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;eq(o,h);k[p>>2]=o+24;sm(c,q);br(q);break}}else{eq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(h);p=a+2|0;break a}case 98:{Ms(h,42292);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(g-f|0)/24|0;p=o<<1;as(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;eq(o,h);k[p>>2]=o+24;sm(c,q);br(q);break}}else{eq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(h);p=a+2|0;break a}case 115:{Qs(h,42310);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(g-f|0)/24|0;p=o<<1;as(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;eq(o,h);k[p>>2]=o+24;sm(c,q);br(q);break}}else{eq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(h);p=a+2|0;break a}case 105:{Ps(h,42322);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(g-f|0)/24|0;p=o<<1;as(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;eq(o,h);k[p>>2]=o+24;sm(c,q);br(q);break}}else{eq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(h);p=a+2|0;break a}case 111:{Ps(h,42335);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(g-f|0)/24|0;p=o<<1;as(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;eq(o,h);k[p>>2]=o+24;sm(c,q);br(q);break}}else{eq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(h);p=a+2|0;break a}case 100:{Os(h,42348);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(g-f|0)/24|0;p=o<<1;as(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;eq(o,h);k[p>>2]=o+24;sm(c,q);br(q);break}}else{eq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(h);p=a+2|0;break a}case 95:{d=k[c+16>>2]|0;if((d|0)==(k[c+20>>2]|0)){p=a;break a}b=k[d+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[d>>2]|0;while(1){if((f|0)==(b|0)){d=43;break}d=k[j>>2]|0;o=k[l>>2]|0;g=o;if((d|0)==(o|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=47;break}h=(g-h|0)/24|0;o=h<<1;as(q,h>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,m);o=k[n>>2]|0;Mr(o,f);Mr(o+12|0,f+12|0);k[n>>2]=o+24;sm(c,q);br(q)}else{Mr(d,f);Mr(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==43){p=a+2|0;break a}else if((d|0)==47)EH();break}default:{e=f+-48|0;d=e>>>0<10;if(!d?(UI(f)|0)==0:0){p=a;break a}o=a+2|0;d=d?e:f+-55|0;while(1){if((o|0)==(b|0)){p=a;break a}e=i[o>>0]|0;f=e<<24>>24;h=f+-48|0;g=h>>>0<10;if(!g?(UI(f)|0)==0:0)break;o=o+1|0;d=(g?h:f+-55|0)+(d*36|0)|0}if(e<<24>>24!=95){p=a;break a}d=d+1|0;n=k[c+16>>2]|0;e=n;if(d>>>0>=(k[c+20>>2]|0)-n>>4>>>0){p=a;break a}b=k[e+(d<<4)+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(b|0)){d=61;break}d=k[j>>2]|0;a=k[l>>2]|0;g=a;if((d|0)==(a|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=65;break}h=(g-h|0)/24|0;a=h<<1;as(q,h>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,m);a=k[n>>2]|0;Mr(a,f);Mr(a+12|0,f+12|0);k[n>>2]=a+24;sm(c,q);br(q)}else{Mr(d,f);Mr(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==61){p=o+1|0;break a}else if((d|0)==65)EH()}}}else p=a;while(0);r=s;return p|0}function Qc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+32|0;o=p+12|0;n=p;d=b;a:do if((d-a|0)>2){if((i[a>>0]|0)==103){e=(i[a+1>>0]|0)==115;g=e;e=e?a+2|0:a}else{g=0;e=a}f=Ae(e,b,c)|0;if((f|0)!=(e|0)){if(!g){a=f;break}d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break;yy(d+-24|0,0,42366)|0;a=f;break}if(((d-e|0)>2?(i[e>>0]|0)==115:0)?(i[e+1>>0]|0)==114:0){f=e+2|0;if((i[f>>0]|0)==78){m=e+3|0;d=$c(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0))break;g=Tc(d,b,c)|0;m=c+4|0;do if((g|0)==(d|0))l=c;else{d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Qp(o,d+-24|0);d=k[m>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[m>>2]=l;Xy(l);f=k[m>>2]|0}l=i[o+11>>0]|0;j=l<<24>>24<0;fm(d+-48|0,j?k[o>>2]|0:o,j?k[o+4>>2]|0:l&255)|0;if((g|0)!=(b|0)){ID(o);d=g;l=c;break}e=k[m>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break;n=e+-24|0;k[m>>2]=n;Xy(n);e=k[m>>2]|0}ID(o);break a}while(0);h=n+11|0;j=n+4|0;while(1){if((i[d>>0]|0)==69)break;g=Fi(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break a;Qp(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;Xy(q);e=k[m>>2]|0}e=yy(o,0,42366)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[h>>0]|0;q=d<<24>>24<0;fm(f+-48|0,q?k[n>>2]|0:n,q?k[j>>2]|0:d&255)|0;ID(n);ID(o);d=g}q=d+1|0;f=Ae(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;Xy(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break;Qp(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;Xy(q);d=k[m>>2]|0}d=yy(o,0,42366)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;fm(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;ID(n);ID(o);a=f;break}d=$c(f,b,c)|0;if((d|0)!=(f|0)){h=Tc(d,b,c)|0;if((h|0)!=(d|0)){g=c+4|0;d=k[g>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;Qp(o,d+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;q=f+-24|0;k[g>>2]=q;Xy(q);f=k[g>>2]|0}q=i[o+11>>0]|0;m=q<<24>>24<0;fm(d+-48|0,m?k[o>>2]|0:o,m?k[o+4>>2]|0:q&255)|0;ID(o);d=h}g=Ae(d,b,c)|0;if((g|0)==(d|0)){f=c+4|0;d=k[f>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[f>>2]=q;Xy(q);d=k[f>>2]|0}}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;Qp(o,d+-24|0);e=k[f>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[f>>2]=q;Xy(q);d=k[f>>2]|0}d=yy(o,0,42366)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;fm(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;ID(n);ID(o);a=g;break}h=Fi(f,b,c)|0;if(!((h|0)==(f|0)|(h|0)==(b|0))){if(g){d=c+4|0;e=k[d>>2]|0;if((k[c>>2]|0)==(e|0))break;yy(e+-24|0,0,42366)|0;m=d}else m=c+4|0;j=n+11|0;l=n+4|0;d=h;while(1){if((i[d>>0]|0)==69)break;g=Fi(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Qp(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;Xy(q);e=k[m>>2]|0}e=yy(o,0,42366)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[j>>0]|0;q=d<<24>>24<0;fm(f+-48|0,q?k[n>>2]|0:n,q?k[l>>2]|0:d&255)|0;ID(n);ID(o);d=g}q=d+1|0;f=Ae(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;Xy(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){Qp(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;Xy(q);d=k[m>>2]|0}d=yy(o,0,42366)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;fm(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;ID(n);ID(o);a=f}}}}while(0);r=p;return a|0}function Rc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+256|0;D=V+72|0;E=V+240|0;d=V+236|0;J=V+232|0;K=V+247|0;L=V+246|0;R=V+200|0;S=V+196|0;T=V+180|0;U=V+164|0;N=V+112|0;u=V+192|0;F=V+176|0;G=V+245|0;H=V+96|0;I=V+244|0;O=V+48|0;P=V+24|0;Q=V;c=bI(b,1)|0;c=WE(k[c>>2]|0)|0;c=k[c>>2]|0;if(i[a+37>>0]|0){B=rB(46328,12242)|0;C=bI(b,1)|0;C=WE(k[C>>2]|0)|0;Zw(rB(B,k[C>>2]|0)|0,10)|0;ef(b,46328);Zw(46328,10)|0}t=Oz(64)|0;k[t+40>>2]=0;k[t+44>>2]=0;k[t+48>>2]=0;A=t+56|0;k[A>>2]=0;k[t+60>>2]=0;v=t+4|0;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;k[v+12>>2]=0;k[v+16>>2]=0;k[v+20>>2]=0;k[v+24>>2]=0;k[v+28>>2]=0;k[t+52>>2]=A;k[E>>2]=t;k[t>>2]=c;t=bI(b,2)|0;t=k[t>>2]|0;A=bI(b,3)|0;A=k[A>>2]|0;k[d>>2]=0;k[J>>2]=d;v=R+16|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;k[R+12>>2]=0;o[v>>2]=1.0;k[R+20>>2]=0;k[R+24>>2]=0;k[R+28>>2]=0;k[S>>2]=0;k[T>>2]=0;B=T+4|0;k[B>>2]=0;k[T+8>>2]=0;k[U>>2]=0;C=U+4|0;k[C>>2]=0;k[U+8>>2]=0;k[N>>2]=0;k[N+4>>2]=0;k[N+8>>2]=0;k[N+12>>2]=0;o[N+16>>2]=1.0;w=N+20|0;k[N+48>>2]=0;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;k[w+12>>2]=0;k[w+16>>2]=0;k[w+20>>2]=0;w=R+4|0;x=R+12|0;y=R+8|0;z=a+72|0;s=0;while(1){if(s>>>0>=(ZA(t)|0)>>>0){M=5;break}c=bI(A,s)|0;c=k[c>>2]|0;q=bI(c,0)|0;if(!(oD(k[q>>2]|0,44760)|0)){M=7;break}c=bI(c,1)|0;c=k[c>>2]|0;q=bI(c,0)|0;if(!(oD(k[q>>2]|0,44764)|0)){M=10;break}q=bI(c,2)|0;q=bI(k[q>>2]|0,0)|0;if(!(oD(k[q>>2]|0,44768)|0)){M=10;break}j=bI(c,2)|0;j=bI(k[j>>2]|0,1)|0;j=WE(k[j>>2]|0)|0;j=k[j>>2]|0;p=bI(c,3)|0;p=td(k[p>>2]|0,0,0,k[z>>2]|0)|0;l=k[E>>2]|0;k[u>>2]=j;n=az(p)|0;k[D>>2]=k[u>>2];vk(l,D,n);n=j*33^5381;l=k[w>>2]|0;m=(l|0)==0;q=j;a:do if(!m){g=l+-1|0;h=(g&l|0)==0;if(h)c=g&n;else c=(n>>>0)%(l>>>0)|0;b=k[(k[R>>2]|0)+(c<<2)>>2]|0;if(!b)M=22;else do{b=k[b>>2]|0;if(!b){M=22;break a}d=k[b+4>>2]|0;if(h)d=d&g;else d=(d>>>0)%(l>>>0)|0;if((d|0)!=(c|0)){M=22;break a}}while((k[b+8>>2]|0)!=(q|0))}else{c=0;M=22}while(0);if((M|0)==22){M=0;g=Oz(12)|0;k[g+8>>2]=j;k[g+4>>2]=n;k[g>>2]=0;e=+(((k[x>>2]|0)+1|0)>>>0);f=+o[v>>2];do if(m|e>+(l>>>0)*f){c=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;b=~~+_(+(e/f))>>>0;Vl(R,c>>>0<b>>>0?b:c);c=k[w>>2]|0;b=c+-1|0;if(!(b&c)){d=c;c=b&n;break}else{d=c;c=(n>>>0)%(c>>>0)|0;break}}else d=l;while(0);c=(k[R>>2]|0)+(c<<2)|0;b=k[c>>2]|0;if(!b){k[g>>2]=k[y>>2];k[y>>2]=g;k[c>>2]=y;c=k[g>>2]|0;if(c|0){c=k[c+4>>2]|0;b=d+-1|0;if(!(b&d))c=c&b;else c=(c>>>0)%(d>>>0)|0;k[(k[R>>2]|0)+(c<<2)>>2]=g}}else{k[g>>2]=k[b>>2];k[b>>2]=g}k[x>>2]=(k[x>>2]|0)+1}Jo(N,q,p);s=s+1|0}if((M|0)==5){q=ZA(t)|0;while(1){if(q>>>0>=(ZA(A)|0)>>>0)break;u=bI(A,q)|0;u=bI(k[u>>2]|0,0)|0;if(!(oD(k[u>>2]|0,44772)|0))break;s=bI(A,q)|0;s=k[s>>2]|0;p=0;while(1){u=bI(s,1)|0;if(p>>>0>=(ZA(k[u>>2]|0)|0)>>>0)break;t=bI(s,1)|0;t=bI(k[t>>2]|0,p)|0;t=k[t>>2]|0;j=bI(t,0)|0;j=WE(k[j>>2]|0)|0;j=k[j>>2]|0;t=bI(t,1)|0;t=td(k[t>>2]|0,0,1,k[z>>2]|0)|0;l=k[E>>2]|0;k[F>>2]=j;n=az(t)|0;k[D>>2]=k[F>>2];Wj(l,D,n);n=j*33^5381;l=k[w>>2]|0;m=(l|0)==0;u=j;b:do if(!m){g=l+-1|0;h=(g&l|0)==0;if(h)c=g&n;else c=(n>>>0)%(l>>>0)|0;b=k[(k[R>>2]|0)+(c<<2)>>2]|0;if(!b)M=51;else do{b=k[b>>2]|0;if(!b){M=51;break b}d=k[b+4>>2]|0;if(h)d=d&g;else d=(d>>>0)%(l>>>0)|0;if((d|0)!=(c|0)){M=51;break b}}while((k[b+8>>2]|0)!=(u|0))}else{c=0;M=51}while(0);if((M|0)==51){M=0;g=Oz(12)|0;k[g+8>>2]=j;k[g+4>>2]=n;k[g>>2]=0;e=+(((k[x>>2]|0)+1|0)>>>0);f=+o[v>>2];do if(m|e>+(l>>>0)*f){c=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;b=~~+_(+(e/f))>>>0;Vl(R,c>>>0<b>>>0?b:c);c=k[w>>2]|0;b=c+-1|0;if(!(b&c)){d=c;c=b&n;break}else{d=c;c=(n>>>0)%(c>>>0)|0;break}}else d=l;while(0);c=(k[R>>2]|0)+(c<<2)|0;b=k[c>>2]|0;if(!b){k[g>>2]=k[y>>2];k[y>>2]=g;k[c>>2]=y;c=k[g>>2]|0;if(c|0){c=k[c+4>>2]|0;b=d+-1|0;if(!(b&d))c=c&b;else c=(c>>>0)%(d>>>0)|0;k[(k[R>>2]|0)+(c<<2)>>2]=g}}else{k[g>>2]=k[b>>2];k[b>>2]=g}k[x>>2]=(k[x>>2]|0)+1}Lo(N,u,t);p=p+1|0}q=q+1|0}i[G>>0]=0;k[H>>2]=G;k[H+4>>2]=E;k[H+8>>2]=R;k[H+12>>2]=N;i[I>>0]=0;M=O+16|0;k[M>>2]=0;k[P+16>>2]=0;c=Oz(64)|0;k[c>>2]=2680;k[c+4>>2]=a;k[c+8>>2]=Q;k[c+12>>2]=R;k[c+16>>2]=E;k[c+20>>2]=P;k[c+24>>2]=N;k[c+28>>2]=H;k[c+32>>2]=I;k[c+36>>2]=S;k[c+40>>2]=K;k[c+44>>2]=T;k[c+48>>2]=O;k[c+52>>2]=U;k[c+56>>2]=L;k[c+60>>2]=J;k[Q+16>>2]=c;L=a;c=Q;k[D>>2]=2724;k[D+4>>2]=L;k[D+8>>2]=c;k[D+16>>2]=D;eh(D,P);uy(D);k[D>>2]=2768;k[D+4>>2]=L;k[D+8>>2]=c;k[D+16>>2]=D;eh(D,O);uy(D);M=ls(k[M>>2]|0,A,q)|0;c=k[E>>2]|0;k[c+36>>2]=M;if((k[B>>2]|0)==(k[T>>2]|0)?(k[C>>2]|0)==(k[U>>2]|0):0)if(!(k[S>>2]|0)){uy(Q);uy(P);uy(O);tz(N);Bx(U);Bx(T);aC(R);r=V;return c|0}else Na(12374,11503,1804,12266);Na(12322,11503,1803,12266)}else if((M|0)==7)Na(12250,11503,958,12266);else if((M|0)==10)Na(12282,11503,960,12266);return 0}function Sc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ga();break}case 1:{d=a+16|0;Mi(d,98,b);b=sE(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Mi(d,97,kB(c,a)|0);b=a}}case 2:{d=a+16|0;Mi(d,99,b);bi(d,(CE(e)|0)+16|0);Mi(d,97,(CE(e)|0)+12|0);Mi(d,97,(CE(e)|0)+8|0);break}case 3:{d=a+16|0;Mi(d,100,b);Mi(d,97,(xE(e)|0)+16|0);break}case 4:{d=a+16|0;Mi(d,101,b);bi(d,(rE(e)|0)+16|0);bi(d,(rE(e)|0)+12|0);break}case 5:{d=a+16|0;Mi(d,102,b);bi(d,(lE(e)|0)+32|0);Mi(d,97,(lE(e)|0)+28|0);break}case 6:{d=a+16|0;Mi(d,103,b);b=yE(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Mi(d,97,kB(c,a)|0);b=a}}case 7:{d=a+16|0;Mi(d,104,b);b=XD(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Mi(d,97,kB(c,a)|0);b=a}}case 8:{d=a+16|0;Mi(d,105,b);b=RD(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break;Mi(d,97,kB(c,a)|0);b=a}Mi(d,97,(RD(e)|0)+28|0);break}case 9:{Mi(a+16|0,106,b);break}case 10:{d=a+16|0;Mi(d,107,b);Mi(d,97,(bE(e)|0)+12|0);break}case 11:{Mi(a+16|0,108,b);break}case 12:{d=a+16|0;Mi(d,109,b);Mi(d,97,(_D(e)|0)+12|0);break}case 13:{d=a+16|0;Mi(d,110,b);Mi(d,97,(tE(e)|0)+20|0);break}case 14:{d=a+16|0;Mi(d,111,b);Mi(d,97,(nE(e)|0)+24|0);Mi(d,97,(nE(e)|0)+20|0);break}case 15:{Mi(a+16|0,112,b);break}case 16:{d=a+16|0;Mi(d,113,b);Mi(d,97,(mE(e)|0)+12|0);break}case 17:{d=a+16|0;Mi(d,114,b);Mi(d,97,(iE(e)|0)+16|0);Mi(d,97,(iE(e)|0)+12|0);break}case 18:{d=a+16|0;Mi(d,115,b);Mi(d,97,(gE(e)|0)+16|0);Mi(d,97,(gE(e)|0)+12|0);Mi(d,97,(gE(e)|0)+8|0);break}case 19:{d=a+16|0;Mi(d,116,b);bi(d,(hE(e)|0)+8|0);break}case 20:{d=a+16|0;Mi(d,117,b);b=uE(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;Mi(d,97,kB(c,a)|0);b=a}}case 21:{Mi(a+16|0,118,b);break}case 22:{Mi(a+16|0,119,b);break}default:{}}while(0);return}function Tc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+80|0;H=L+48|0;I=L+24|0;J=L;K=L+36|0;do if((b-a|0)>1?(i[a>>0]|0)==73:0){F=c+61|0;E=c+36|0;a:do if(i[F>>0]|0){e=k[E>>2]|0;d=k[e+-16>>2]|0;e=e+-12|0;while(1){f=k[e>>2]|0;if((f|0)==(d|0))break a;G=f+-16|0;k[e>>2]=G;ir(G)}}while(0);k[I>>2]=0;k[I+4>>2]=0;k[I+8>>2]=0;Hp(I,42240,1);G=c+4|0;t=c+12|0;u=H+8|0;v=H+8|0;C=I+11|0;D=I+4|0;w=H+11|0;x=H+4|0;y=c+32|0;z=c+40|0;A=c+44|0;B=H+8|0;l=a+1|0;b:while(1){if((i[l>>0]|0)==69){d=42;break}do if(i[F>>0]|0){f=k[t>>2]|0;d=k[E>>2]|0;g=k[z>>2]|0;if(d>>>0<g>>>0){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=f;k[E>>2]=(k[E>>2]|0)+16;break}j=k[y>>2]|0;d=d-j>>4;e=d+1|0;if(e>>>0>268435455){d=13;break b}q=g-j|0;s=q>>3;Fr(H,q>>4>>>0<134217727?(s>>>0<e>>>0?e:s):268435455,d,A);s=k[B>>2]|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=f;k[B>>2]=s+16;tj(y,H);no(H)}while(0);q=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;s=Kh(l,b,c)|0;p=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;c:do if(i[F>>0]|0){e=k[E>>2]|0;d=e+-16|0;while(1){if((e|0)==(d|0))break c;o=e+-16|0;k[E>>2]=o;rp(o);e=k[E>>2]|0}}while(0);if((s|0)==(l|0)|(s|0)==(b|0)){d=54;break}d:do if(!(i[F>>0]|0))d=q;else{j=k[E>>2]|0;l=j+-16|0;g=k[t>>2]|0;d=j+-12|0;e=k[d>>2]|0;o=k[j+-8>>2]|0;m=o;if(e>>>0<o>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[d>>2]=(k[d>>2]|0)+16;g=q}else{f=k[l>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455){d=24;break b}n=m-f|0;o=n>>3;Fr(H,n>>4>>>0<134217727?(o>>>0<e>>>0?e:o):268435455,d,j+-4|0);o=k[u>>2]|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=g;k[u>>2]=o+16;tj(l,H);lp(H);g=q}while(1){if(g>>>0>=p>>>0){d=q;break d}j=k[(k[E>>2]|0)+-12>>2]|0;l=j+-16|0;m=k[c>>2]|0;n=m+(g*24|0)|0;d=j+-12|0;e=k[d>>2]|0;f=k[j+-8>>2]|0;o=f;if((e|0)==(f|0)){f=k[l>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=30;break b}f=(o-f|0)/24|0;o=f<<1;as(H,f>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,j+-4|0);o=k[v>>2]|0;Mr(o,n);Mr(o+12|0,m+(g*24|0)+12|0);k[v>>2]=o+24;sm(l,H);br(H)}else{Mr(e,n);Mr(e+12|0,m+(g*24|0)+12|0);k[d>>2]=(k[d>>2]|0)+24}g=g+1|0}}while(0);while(1){if(d>>>0>=p>>>0){d=p;break}o=i[C>>0]|0;if((o<<24>>24<0?k[D>>2]|0:o&255)>>>0>1)hz(I,42180)|0;Qp(H,(k[c>>2]|0)+(d*24|0)|0);o=i[w>>0]|0;n=o<<24>>24<0;fm(I,n?k[H>>2]|0:H,n?k[x>>2]|0:o&255)|0;ID(H);d=d+1|0}while(1){if((d|0)==(q|0)){l=s;continue b}f=k[G>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[G>>2]=p;Xy(p);f=k[G>>2]|0}d=d+-1|0}}if((d|0)==13)EH();else if((d|0)==24)EH();else if((d|0)==30)EH();else if((d|0)==42){h=l+1|0;a=i[C>>0]|0;F=a<<24>>24<0;if((i[(F?k[I>>2]|0:I)+(F?k[D>>2]|0:a&255)+-1>>0]|0)==62)hz(I,43225)|0;else hz(I,42242)|0;k[K>>2]=k[I>>2];k[K+4>>2]=k[I+4>>2];k[K+8>>2]=k[I+8>>2];d=0;while(1){if((d|0)==3)break;k[I+(d<<2)>>2]=0;d=d+1|0}iq(J,K);d=k[G>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{a=(g-f|0)/24|0;G=a<<1;as(H,a>>>0<89478485?(G>>>0<e>>>0?e:G):178956970,d,c+12|0);G=H+8|0;a=k[G>>2]|0;eq(a,J);k[G>>2]=a+24;sm(c,H);br(H);break}}else{eq(d,J);k[G>>2]=(k[G>>2]|0)+24}while(0);Xy(J);ID(K);ID(I);break}else if((d|0)==54){ID(I);h=a;break}}else h=a;while(0);r=L;return h|0}function Uc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0;T=r;r=r+160|0;w=T+152|0;d=T+148|0;c=T+144|0;P=T+140|0;Q=T+128|0;R=T+116|0;S=T+104|0;H=T+100|0;E=T+96|0;F=T+76|0;x=T+64|0;y=T+56|0;z=T+40|0;A=T+60|0;B=T+44|0;C=T+36|0;G=T+24|0;I=T+12|0;L=T;k[d>>2]=0;k[c>>2]=0;e=yp(b,d,c)|0;if(!(k[d>>2]|0)){K=av(k[a+20>>2]|0)|0;k[d>>2]=K}c=k[c>>2]|0;if(!c)K=a;else{K=EC()|0;k[K>>2]=c;k[K+4>>2]=k[d>>2];jk(k[a>>2]|0,K);K=a}q=a+20|0;k[q>>2]=(k[q>>2]|0)+1;k[P>>2]=0;q=a+60|0;k[q>>2]=0;k[a+64>>2]=0;s=a+80|0;i[s>>0]=0;k[Q>>2]=0;t=Q+4|0;k[t>>2]=0;k[Q+8>>2]=0;k[R>>2]=0;u=R+4|0;k[u>>2]=0;k[R+8>>2]=0;k[S>>2]=0;v=S+4|0;k[v>>2]=0;k[S+8>>2]=0;k[H>>2]=0;k[E>>2]=0;k[F>>2]=a;k[F+4>>2]=d;k[F+8>>2]=R;k[F+12>>2]=H;k[F+16>>2]=S;k[x>>2]=E;k[x+4>>2]=a;k[x+8>>2]=P;m=Q+8|0;n=a+48|0;J=a+44|0;o=R+8|0;p=S+8|0;d=0;a:while(1){l=(fp(b)|0)+8|0;if(e>>>0>=(k[l>>2]|0)>>>0)break;l=rm(b,e)|0;j=FE(rm(l,0)|0)|0;b:do if(!((j|0)==(k[11365]|0)|(j|0)==(k[11374]|0))){if((j|0)==(k[11366]|0)){l=Of(FE(rm(l,1)|0)|0,0,0)|0;k[H>>2]=l;break}if((j|0)==(k[11375]|0)){d=FE(rm(l,1)|0)|0;l=k[K>>2]|0;k[A>>2]=d;k[w>>2]=k[A>>2];if(!(Kv(l,w)|0)){O=26;break a}g=k[K>>2]|0;k[C>>2]=d;k[w>>2]=k[C>>2];g=Mu(g,w)|0;k[H>>2]=k[g+4>>2];f=g+8|0;g=g+12|0;c=0;while(1){if(c>>>0>=(k[g>>2]|0)-(k[f>>2]|0)>>2>>>0)break b;l=av(c)|0;k[w>>2]=l;h=k[(k[f>>2]|0)+(c<<2)>>2]|0;k[y>>2]=h;j=k[t>>2]|0;if(j>>>0<(k[m>>2]|0)>>>0){k[j>>2]=l;k[j+4>>2]=h;k[t>>2]=(k[t>>2]|0)+8}else Sk(Q,w,y);k[z>>2]=l;l=zq(n,z)|0;k[l>>2]=h;c=c+1|0}}h=k[t>>2]|0;j=k[Q>>2]|0;c=j;f=h;if((h|0)!=(j|0)?(k[u>>2]|0)==(k[R>>2]|0):0)jh(R,c,f);if(!(k[J>>2]|0))_n(F);c=vc(a,l)|0;if(!(k[P>>2]|0)){k[P>>2]=c;break}else{qs(x);uv((k[E>>2]|0)+12|0,c);break}}else{c=1;while(1){h=(fp(l)|0)+8|0;if(c>>>0>=(k[h>>2]|0)>>>0)break b;k[w>>2]=0;k[y>>2]=0;h=(rm(l,c)|0)+24|0;if((i[h>>0]|0)==0?(D=Of(FE(rm(l,c)|0)|0,1,0)|0,k[y>>2]=D,(D|0)!=0):0){f=av(k[q>>2]|0)|0;k[w>>2]=f;h=D}else{f=FE(rm(l,c)|0)|0;k[w>>2]=f;c=c+1|0;h=Of(FE(rm(l,c)|0)|0,0,0)|0;k[y>>2]=h}c=c+1|0;do if((j|0)==(k[11365]|0)){g=k[u>>2]|0;if(g>>>0<(k[o>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[u>>2]=(k[u>>2]|0)+8;break}else{Sk(R,w,y);break}}else{g=k[v>>2]|0;if(g>>>0<(k[p>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[v>>2]=(k[v>>2]|0)+8;break}else{Sk(S,w,y);break}}while(0);k[q>>2]=(k[q>>2]|0)+1;k[z>>2]=f;g=zq(n,z)|0;k[g>>2]=h}}while(0);e=e+1|0}if((O|0)==26){T=Oa(20)|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;pq(B,17093,16);xz(T,B);Gb(T|0,8,148)}if(!(i[s>>0]|0))c=k[E>>2]|0;else{qs(x);c=k[E>>2]|0;k[c+8>>2]=k[11390]}if(c|0)Om(c);c=k[J>>2]|0;if(!c){_n(F);c=YE(k[a+4>>2]|0)|0;k[P>>2]=c;c=k[J>>2]|0}if((k[c+4>>2]|0)!=(k[H>>2]|0)){T=Oa(20)|0;k[G>>2]=0;k[G+4>>2]=0;k[G+8>>2]=0;pq(G,17341,20);R=k[b+28>>2]|0;S=k[b+32>>2]|0;Ts(T,G);k[T+12>>2]=R;k[T+16>>2]=S;Gb(T|0,8,148)}do if(!d){zo(I,c);e=cj(I)|0;jF(I);c=k[K>>2]|0;d=k[c+4>>2]|0;c=k[c>>2]|0;while(1){if((c|0)==(d|0))break;M=k[c>>2]|0;if(cp(M,e)|0){O=56;break}c=c+4|0}if((O|0)==56?(N=k[M>>2]|0,N|0):0){Bx(e+8|0);hJ(e);d=N;c=k[J>>2]|0;break}T=Oa(20)|0;k[L>>2]=0;k[L+4>>2]=0;k[L+8>>2]=0;pq(L,17362,34);R=k[b+28>>2]|0;S=k[b+32>>2]|0;Ts(T,L);k[T+12>>2]=R;k[T+16>>2]=S;Gb(T|0,8,148)}while(0);k[c+36>>2]=k[P>>2];k[(k[J>>2]|0)+32>>2]=d;c=k[K>>2]|0;e=k[J>>2]|0;k[J>>2]=0;$j(c,e);Nt(a+48|0);e=k[a+68>>2]|0;c=a+72|0;d=k[c>>2]|0;while(1){if((d|0)==(e|0))break;a=d+-4|0;k[c>>2]=a;d=a}Xw(S);Xw(R);Xw(Q);r=T;return}function Vc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;if(!a)return;c=a+-8|0;g=k[11418]|0;if(c>>>0<g>>>0)Ga();a=k[a+-4>>2]|0;b=a&3;if((b|0)==1)Ga();d=a&-8;n=c+d|0;do if(!(a&1)){a=k[c>>2]|0;if(!b)return;j=c+(0-a)|0;i=a+d|0;if(j>>>0<g>>>0)Ga();if((j|0)==(k[11419]|0)){a=n+4|0;b=k[a>>2]|0;if((b&3|0)!=3){q=j;e=i;break}k[11416]=i;k[a>>2]=b&-2;k[j+4>>2]=i|1;k[j+i>>2]=i;return}d=a>>>3;if(a>>>0<256){b=k[j+8>>2]|0;c=k[j+12>>2]|0;a=45696+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ga();if((k[b+12>>2]|0)!=(j|0))Ga()}if((c|0)==(b|0)){k[11414]=k[11414]&~(1<<d);q=j;e=i;break}if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ga();a=c+8|0;if((k[a>>2]|0)==(j|0))f=a;else Ga()}else f=c+8|0;k[b+12>>2]=c;k[f>>2]=b;q=j;e=i;break}f=k[j+24>>2]|0;c=k[j+12>>2]|0;do if((c|0)==(j|0)){c=j+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){h=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<g>>>0)Ga();else{k[b>>2]=0;h=a;break}}else{d=k[j+8>>2]|0;if(d>>>0<g>>>0)Ga();a=d+12|0;if((k[a>>2]|0)!=(j|0))Ga();b=c+8|0;if((k[b>>2]|0)==(j|0)){k[a>>2]=c;k[b>>2]=d;h=c;break}else Ga()}while(0);if(f){a=k[j+28>>2]|0;b=45960+(a<<2)|0;if((j|0)==(k[b>>2]|0)){k[b>>2]=h;if(!h){k[11415]=k[11415]&~(1<<a);q=j;e=i;break}}else{if(f>>>0<(k[11418]|0)>>>0)Ga();a=f+16|0;if((k[a>>2]|0)==(j|0))k[a>>2]=h;else k[f+20>>2]=h;if(!h){q=j;e=i;break}}c=k[11418]|0;if(h>>>0<c>>>0)Ga();k[h+24>>2]=f;a=j+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ga();else{k[h+16>>2]=b;k[b+24>>2]=h;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[11418]|0)>>>0)Ga();else{k[h+20>>2]=a;k[a+24>>2]=h;q=j;e=i;break}else{q=j;e=i}}else{q=j;e=i}}else{q=c;e=d}while(0);if(q>>>0>=n>>>0)Ga();a=n+4|0;b=k[a>>2]|0;if(!(b&1))Ga();if(!(b&2)){if((n|0)==(k[11420]|0)){p=(k[11417]|0)+e|0;k[11417]=p;k[11420]=q;k[q+4>>2]=p|1;if((q|0)!=(k[11419]|0))return;k[11419]=0;k[11416]=0;return}if((n|0)==(k[11419]|0)){p=(k[11416]|0)+e|0;k[11416]=p;k[11419]=q;k[q+4>>2]=p|1;k[q+p>>2]=p;return}e=(b&-8)+e|0;d=b>>>3;do if(b>>>0>=256){f=k[n+24>>2]|0;a=k[n+12>>2]|0;do if((a|0)==(n|0)){c=n+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){m=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<(k[11418]|0)>>>0)Ga();else{k[b>>2]=0;m=a;break}}else{b=k[n+8>>2]|0;if(b>>>0<(k[11418]|0)>>>0)Ga();c=b+12|0;if((k[c>>2]|0)!=(n|0))Ga();d=a+8|0;if((k[d>>2]|0)==(n|0)){k[c>>2]=a;k[d>>2]=b;m=a;break}else Ga()}while(0);if(f|0){a=k[n+28>>2]|0;b=45960+(a<<2)|0;if((n|0)==(k[b>>2]|0)){k[b>>2]=m;if(!m){k[11415]=k[11415]&~(1<<a);break}}else{if(f>>>0<(k[11418]|0)>>>0)Ga();a=f+16|0;if((k[a>>2]|0)==(n|0))k[a>>2]=m;else k[f+20>>2]=m;if(!m)break}c=k[11418]|0;if(m>>>0<c>>>0)Ga();k[m+24>>2]=f;a=n+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ga();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[11418]|0)>>>0)Ga();else{k[m+20>>2]=a;k[a+24>>2]=m;break}}}else{b=k[n+8>>2]|0;c=k[n+12>>2]|0;a=45696+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<(k[11418]|0)>>>0)Ga();if((k[b+12>>2]|0)!=(n|0))Ga()}if((c|0)==(b|0)){k[11414]=k[11414]&~(1<<d);break}if((c|0)!=(a|0)){if(c>>>0<(k[11418]|0)>>>0)Ga();a=c+8|0;if((k[a>>2]|0)==(n|0))l=a;else Ga()}else l=c+8|0;k[b+12>>2]=c;k[l>>2]=b}while(0);k[q+4>>2]=e|1;k[q+e>>2]=e;if((q|0)==(k[11419]|0)){k[11416]=e;return}}else{k[a>>2]=b&-2;k[q+4>>2]=e|1;k[q+e>>2]=e}a=e>>>3;if(e>>>0<256){c=45696+(a<<1<<2)|0;b=k[11414]|0;a=1<<a;if(b&a){a=c+8|0;b=k[a>>2]|0;if(b>>>0<(k[11418]|0)>>>0)Ga();else{o=b;p=a}}else{k[11414]=b|a;o=c;p=c+8|0}k[p>>2]=q;k[o+12>>2]=q;k[q+8>>2]=o;k[q+12>>2]=c;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{o=(a+1048320|0)>>>16&8;p=a<<o;n=(p+520192|0)>>>16&4;p=p<<n;a=(p+245760|0)>>>16&2;a=14-(n|o|a)+(p<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=45960+(a<<2)|0;k[q+28>>2]=a;k[q+20>>2]=0;k[q+16>>2]=0;b=k[11415]|0;c=1<<a;do if(b&c){b=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=130;break}c=d+16+(b>>>31<<2)|0;a=k[c>>2]|0;if(!a){a=127;break}else{b=b<<1;d=a}}if((a|0)==127)if(c>>>0<(k[11418]|0)>>>0)Ga();else{k[c>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q;break}else if((a|0)==130){a=d+8|0;b=k[a>>2]|0;p=k[11418]|0;if(b>>>0>=p>>>0&d>>>0>=p>>>0){k[b+12>>2]=q;k[a>>2]=q;k[q+8>>2]=b;k[q+12>>2]=d;k[q+24>>2]=0;break}else Ga()}}else{k[11415]=b|c;k[d>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q}while(0);q=(k[11422]|0)+-1|0;k[11422]=q;if(!q)a=46112;else return;while(1){a=k[a>>2]|0;if(!a)break;else a=a+8|0}k[11422]=-1;return}function Wc(a,b){a=a|0;b=b|0;Zw(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{rB(k[a>>2]|0,31771)|0;break}case 1:{rB(k[a>>2]|0,31779)|0;break}case 2:{rB(k[a>>2]|0,31787)|0;break}case 3:{rB(k[a>>2]|0,31795)|0;break}case 4:{rB(k[a>>2]|0,31805)|0;break}case 5:{rB(k[a>>2]|0,31815)|0;break}case 6:{rB(k[a>>2]|0,31825)|0;break}case 7:{rB(k[a>>2]|0,31835)|0;break}case 8:{rB(k[a>>2]|0,31843)|0;break}case 9:{rB(k[a>>2]|0,31850)|0;break}case 10:{rB(k[a>>2]|0,31858)|0;break}case 11:{rB(k[a>>2]|0,31866)|0;break}case 12:{rB(k[a>>2]|0,31876)|0;break}case 13:{rB(k[a>>2]|0,31886)|0;break}case 14:{rB(k[a>>2]|0,31895)|0;break}case 15:{rB(k[a>>2]|0,31904)|0;break}case 16:{rB(k[a>>2]|0,31911)|0;break}case 17:{rB(k[a>>2]|0,31918)|0;break}case 18:{rB(k[a>>2]|0,31927)|0;break}case 19:{rB(k[a>>2]|0,31936)|0;break}case 20:{rB(k[a>>2]|0,31945)|0;break}case 21:{rB(k[a>>2]|0,31954)|0;break}case 22:{rB(k[a>>2]|0,31963)|0;break}case 23:{rB(k[a>>2]|0,31972)|0;break}case 24:{rB(k[a>>2]|0,31981)|0;break}case 25:{rB(k[a>>2]|0,31990)|0;break}case 26:{rB(k[a>>2]|0,31998)|0;break}case 27:{rB(k[a>>2]|0,32006)|0;break}case 28:{rB(k[a>>2]|0,32014)|0;break}case 29:{rB(k[a>>2]|0,32024)|0;break}case 30:{rB(k[a>>2]|0,32034)|0;break}case 31:{rB(k[a>>2]|0,32044)|0;break}case 32:{rB(k[a>>2]|0,32054)|0;break}case 33:{rB(k[a>>2]|0,32062)|0;break}case 34:{rB(k[a>>2]|0,32069)|0;break}case 35:{rB(k[a>>2]|0,32077)|0;break}case 36:{rB(k[a>>2]|0,32085)|0;break}case 37:{rB(k[a>>2]|0,32095)|0;break}case 38:{rB(k[a>>2]|0,32105)|0;break}case 39:{rB(k[a>>2]|0,32114)|0;break}case 40:{rB(k[a>>2]|0,32123)|0;break}case 41:{rB(k[a>>2]|0,32130)|0;break}case 42:{rB(k[a>>2]|0,32137)|0;break}case 43:{rB(k[a>>2]|0,32146)|0;break}case 44:{rB(k[a>>2]|0,32155)|0;break}case 45:{rB(k[a>>2]|0,32164)|0;break}case 46:{rB(k[a>>2]|0,32173)|0;break}case 47:{rB(k[a>>2]|0,32182)|0;break}case 48:{rB(k[a>>2]|0,32191)|0;break}case 49:{rB(k[a>>2]|0,32200)|0;break}case 50:{rB(k[a>>2]|0,32209)|0;break}case 51:{rB(k[a>>2]|0,32217)|0;break}case 52:{rB(k[a>>2]|0,32225)|0;break}case 53:{rB(k[a>>2]|0,32233)|0;break}case 54:{rB(k[a>>2]|0,32241)|0;break}case 55:{rB(k[a>>2]|0,32254)|0;break}case 56:{rB(k[a>>2]|0,32262)|0;break}case 57:{rB(k[a>>2]|0,32270)|0;break}case 58:{rB(k[a>>2]|0,32277)|0;break}case 59:{rB(k[a>>2]|0,32284)|0;break}case 60:{rB(k[a>>2]|0,32291)|0;break}case 61:{rB(k[a>>2]|0,32298)|0;break}case 62:{rB(k[a>>2]|0,32305)|0;break}case 63:{rB(k[a>>2]|0,32312)|0;break}case 64:{rB(k[a>>2]|0,32320)|0;break}case 65:{rB(k[a>>2]|0,32328)|0;break}case 66:{rB(k[a>>2]|0,32336)|0;break}case 67:{rB(k[a>>2]|0,32344)|0;break}case 68:{rB(k[a>>2]|0,32357)|0;break}case 69:{rB(k[a>>2]|0,32365)|0;break}case 70:{rB(k[a>>2]|0,32373)|0;break}case 71:{rB(k[a>>2]|0,32380)|0;break}case 72:{rB(k[a>>2]|0,32387)|0;break}case 73:{rB(k[a>>2]|0,32394)|0;break}case 74:{rB(k[a>>2]|0,32401)|0;break}case 75:{rB(k[a>>2]|0,32408)|0;break}default:Ga()}while(0);Nz(a);Zt(a,k[b+12>>2]|0);Zt(a,k[b+16>>2]|0);Fv(a);return}function Xc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;o=a+b|0;c=k[a+4>>2]|0;do if(!(c&1)){f=k[a>>2]|0;if(!(c&3))return;l=a+(0-f)|0;j=f+b|0;h=k[11418]|0;if(l>>>0<h>>>0)Ga();if((l|0)==(k[11419]|0)){a=o+4|0;c=k[a>>2]|0;if((c&3|0)!=3){r=l;e=j;break}k[11416]=j;k[a>>2]=c&-2;k[l+4>>2]=j|1;k[l+j>>2]=j;return}d=f>>>3;if(f>>>0<256){c=k[l+8>>2]|0;b=k[l+12>>2]|0;a=45696+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ga();if((k[c+12>>2]|0)!=(l|0))Ga()}if((b|0)==(c|0)){k[11414]=k[11414]&~(1<<d);r=l;e=j;break}if((b|0)!=(a|0)){if(b>>>0<h>>>0)Ga();a=b+8|0;if((k[a>>2]|0)==(l|0))g=a;else Ga()}else g=b+8|0;k[c+12>>2]=b;k[g>>2]=c;r=l;e=j;break}f=k[l+24>>2]|0;b=k[l+12>>2]|0;do if((b|0)==(l|0)){b=l+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){i=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<h>>>0)Ga();else{k[c>>2]=0;i=a;break}}else{d=k[l+8>>2]|0;if(d>>>0<h>>>0)Ga();a=d+12|0;if((k[a>>2]|0)!=(l|0))Ga();c=b+8|0;if((k[c>>2]|0)==(l|0)){k[a>>2]=b;k[c>>2]=d;i=b;break}else Ga()}while(0);if(f){a=k[l+28>>2]|0;c=45960+(a<<2)|0;if((l|0)==(k[c>>2]|0)){k[c>>2]=i;if(!i){k[11415]=k[11415]&~(1<<a);r=l;e=j;break}}else{if(f>>>0<(k[11418]|0)>>>0)Ga();a=f+16|0;if((k[a>>2]|0)==(l|0))k[a>>2]=i;else k[f+20>>2]=i;if(!i){r=l;e=j;break}}b=k[11418]|0;if(i>>>0<b>>>0)Ga();k[i+24>>2]=f;a=l+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ga();else{k[i+16>>2]=c;k[c+24>>2]=i;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[11418]|0)>>>0)Ga();else{k[i+20>>2]=a;k[a+24>>2]=i;r=l;e=j;break}else{r=l;e=j}}else{r=l;e=j}}else{r=a;e=b}while(0);g=k[11418]|0;if(o>>>0<g>>>0)Ga();a=o+4|0;c=k[a>>2]|0;if(!(c&2)){if((o|0)==(k[11420]|0)){q=(k[11417]|0)+e|0;k[11417]=q;k[11420]=r;k[r+4>>2]=q|1;if((r|0)!=(k[11419]|0))return;k[11419]=0;k[11416]=0;return}if((o|0)==(k[11419]|0)){q=(k[11416]|0)+e|0;k[11416]=q;k[11419]=r;k[r+4>>2]=q|1;k[r+q>>2]=q;return}e=(c&-8)+e|0;d=c>>>3;do if(c>>>0>=256){f=k[o+24>>2]|0;b=k[o+12>>2]|0;do if((b|0)==(o|0)){b=o+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){n=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<g>>>0)Ga();else{k[c>>2]=0;n=a;break}}else{d=k[o+8>>2]|0;if(d>>>0<g>>>0)Ga();a=d+12|0;if((k[a>>2]|0)!=(o|0))Ga();c=b+8|0;if((k[c>>2]|0)==(o|0)){k[a>>2]=b;k[c>>2]=d;n=b;break}else Ga()}while(0);if(f|0){a=k[o+28>>2]|0;c=45960+(a<<2)|0;if((o|0)==(k[c>>2]|0)){k[c>>2]=n;if(!n){k[11415]=k[11415]&~(1<<a);break}}else{if(f>>>0<(k[11418]|0)>>>0)Ga();a=f+16|0;if((k[a>>2]|0)==(o|0))k[a>>2]=n;else k[f+20>>2]=n;if(!n)break}b=k[11418]|0;if(n>>>0<b>>>0)Ga();k[n+24>>2]=f;a=o+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ga();else{k[n+16>>2]=c;k[c+24>>2]=n;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[11418]|0)>>>0)Ga();else{k[n+20>>2]=a;k[a+24>>2]=n;break}}}else{c=k[o+8>>2]|0;b=k[o+12>>2]|0;a=45696+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ga();if((k[c+12>>2]|0)!=(o|0))Ga()}if((b|0)==(c|0)){k[11414]=k[11414]&~(1<<d);break}if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ga();a=b+8|0;if((k[a>>2]|0)==(o|0))m=a;else Ga()}else m=b+8|0;k[c+12>>2]=b;k[m>>2]=c}while(0);k[r+4>>2]=e|1;k[r+e>>2]=e;if((r|0)==(k[11419]|0)){k[11416]=e;return}}else{k[a>>2]=c&-2;k[r+4>>2]=e|1;k[r+e>>2]=e}a=e>>>3;if(e>>>0<256){b=45696+(a<<1<<2)|0;c=k[11414]|0;a=1<<a;if(c&a){a=b+8|0;c=k[a>>2]|0;if(c>>>0<(k[11418]|0)>>>0)Ga();else{p=c;q=a}}else{k[11414]=c|a;p=b;q=b+8|0}k[q>>2]=r;k[p+12>>2]=r;k[r+8>>2]=p;k[r+12>>2]=b;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{p=(a+1048320|0)>>>16&8;q=a<<p;o=(q+520192|0)>>>16&4;q=q<<o;a=(q+245760|0)>>>16&2;a=14-(o|p|a)+(q<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=45960+(a<<2)|0;k[r+28>>2]=a;k[r+20>>2]=0;k[r+16>>2]=0;c=k[11415]|0;b=1<<a;if(!(c&b)){k[11415]=c|b;k[d>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}c=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=127;break}b=d+16+(c>>>31<<2)|0;a=k[b>>2]|0;if(!a){a=124;break}else{c=c<<1;d=a}}if((a|0)==124){if(b>>>0<(k[11418]|0)>>>0)Ga();k[b>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}else if((a|0)==127){a=d+8|0;c=k[a>>2]|0;q=k[11418]|0;if(!(c>>>0>=q>>>0&d>>>0>=q>>>0))Ga();k[c+12>>2]=r;k[a>>2]=r;k[r+8>>2]=c;k[r+12>>2]=d;k[r+24>>2]=0;return}}function Yc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 87:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=49;break}case 114:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=2;e=49;break}case 88:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=49;break}case 115:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=2;e=49;break}case 89:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=49;break}case 116:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=2;e=49;break}case 90:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=49;break}case -70:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=49;break}case 124:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=3;e=49;break}case -112:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=4;e=49;break}case 123:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=3;e=49;break}case -113:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=4;e=49;break}case 126:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=3;e=49;break}case -110:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=4;e=49;break}case 127:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=3;e=49;break}case -109:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=4;e=49;break}case -127:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=3;e=49;break}case -107:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=4;e=49;break}case -126:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=3;e=49;break}case -106:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=4;e=49;break}case -87:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=3;e=49;break}case -81:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=4;e=49;break}case -88:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=3;e=49;break}case -82:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=4;e=49;break}case -85:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=3;e=49;break}case -79:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=4;e=49;break}case -86:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=3;e=49;break}case -80:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=4;e=49;break}case -90:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=2;e=49;break}case -89:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=2;e=49;break}case -95:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=49;break}case -97:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=1;e=49;break}case -96:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=1;e=49;break}case -99:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=1;e=49;break}case -98:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=1;e=49;break}case -92:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=49;break}case -91:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=49;break}case -94:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=49;break}case -93:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=49;break}case -128:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=3;e=49;break}case -108:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=4;e=49;break}case -84:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=3;e=49;break}case -78:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=4;e=49;break}case -76:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=1;e=49;break}case -75:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=49;break}case -83:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=3;e=49;break}case -77:{c=PE(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=4;e=49;break}default:c=0}while(0);if((e|0)==49){if(i[a+12>>0]|0){e=rB(46496,20420)|0;g=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(e,g);ro(e)}g=zu(a)|0;k[c+12>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function Zc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+64|0;v=x+36|0;w=x;u=x+24|0;t=a;a:do if((b-t|0)>1?(i[a>>0]|0)==84:0){q=i[a+1>>0]|0;if(q<<24>>24==95){d=k[c+36>>2]|0;if((k[c+32>>2]|0)==(d|0))break;e=k[d+-16>>2]|0;if((e|0)!=(k[d+-12>>2]|0)){l=k[e+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e>>2]|0;while(1){if((f|0)==(l|0)){d=8;break}d=k[m>>2]|0;h=k[n>>2]|0;g=h;if((d|0)==(h|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=12;break}g=(g-h|0)/24|0;h=g<<1;as(v,g>>>0<89478485?(h>>>0<e>>>0?e:h):178956970,d,o);h=k[p>>2]|0;Mr(h,f);Mr(h+12|0,f+12|0);k[p>>2]=h+24;sm(c,v);br(v)}else{Mr(d,f);Mr(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==8){a=a+2|0;break}else if((d|0)==12)EH()}else{k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;i[w+11>>0]=2;j[w>>1]=24404;i[w+2>>0]=0;e=w+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;g=u;do if(e>>>0>=u>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{t=(g-f|0)/24|0;u=t<<1;as(v,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=v+8|0;t=k[u>>2]|0;eq(t,w);k[u>>2]=t+24;sm(c,v);br(v);break}}else{eq(e,w);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(w);i[c+62>>0]=1;a=a+2|0;break}}d=(q<<24>>24)+-48|0;if(d>>>0<10){q=a+2|0;while(1){if((q|0)==(b|0))break a;e=i[q>>0]|0;f=(e<<24>>24)+-48|0;if(f>>>0>=10)break;d=f+(d*10|0)|0;q=q+1|0}if(e<<24>>24==95?(s=k[c+36>>2]|0,(k[c+32>>2]|0)!=(s|0)):0){d=d+1|0;b=k[s+-16>>2]|0;e=b;if(d>>>0<(k[s+-12>>2]|0)-b>>4>>>0){l=k[e+(d<<4)+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(l|0)){d=34;break}d=k[m>>2]|0;s=k[n>>2]|0;g=s;if((d|0)==(s|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=38;break}b=(g-h|0)/24|0;s=b<<1;as(v,b>>>0<89478485?(s>>>0<e>>>0?e:s):178956970,d,o);s=k[p>>2]|0;Mr(s,f);Mr(s+12|0,f+12|0);k[p>>2]=s+24;sm(c,v);br(v)}else{Mr(d,f);Mr(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==34){a=q+1|0;break}else if((d|0)==38)EH()}g=q+1|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;f=g-t|0;if(f>>>0>4294967279)yH();if(f>>>0<11){i[u+11>>0]=f;e=u}else{t=f+16&-16;e=xc(t)|0;k[u>>2]=e;k[u+8>>2]=t|-2147483648;k[u+4>>2]=f}d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+f>>0]=0;iq(w,u);a=c+4|0;d=k[a>>2]|0;t=k[c+8>>2]|0;f=t;do if(d>>>0>=t>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)EH();else{s=(f-e|0)/24|0;t=s<<1;as(v,s>>>0<89478485?(t>>>0<d>>>0?d:t):178956970,a,c+12|0);t=v+8|0;s=k[t>>2]|0;eq(s,w);k[t>>2]=s+24;sm(c,v);br(v);break}}else{eq(d,w);k[a>>2]=(k[a>>2]|0)+24}while(0);Xy(w);ID(u);i[c+62>>0]=1;a=g}}}while(0);r=x;return a|0}function _c(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+1056|0;u=w+1024|0;v=w;h=i[b>>0]|0;do if(h<<24>>24){t=fG(a,h<<24>>24)|0;if(t){e=i[b+1>>0]|0;if(e<<24>>24){c=t+1|0;j=i[c>>0]|0;if(j<<24>>24){f=i[b+2>>0]|0;if(!(f<<24>>24)){e=e&255|(h&255)<<8;d=l[t>>0]<<8|j&255;a=j;while(1){d=d&65535;if((d|0)==(e|0))break;c=c+1|0;a=i[c>>0]|0;if(!(a<<24>>24)){a=0;break}else d=a&255|d<<8}a=a<<24>>24?c+-1|0:0;break}c=t+2|0;a=i[c>>0]|0;if(a<<24>>24){d=i[b+3>>0]|0;if(!(d<<24>>24)){e=(e&255)<<16|(h&255)<<24|(f&255)<<8;d=(a&255)<<8|(j&255)<<16|l[t>>0]<<24;if((d|0)!=(e|0))do{c=c+1|0;a=i[c>>0]|0;d=(a&255|d)<<8}while(!(a<<24>>24==0|(d|0)==(e|0)));a=a<<24>>24?c+-2|0:0;break}c=t+3|0;g=i[c>>0]|0;if(g<<24>>24){if(!(i[b+4>>0]|0)){e=(e&255)<<16|(h&255)<<24|(f&255)<<8|d&255;d=(a&255)<<8|(j&255)<<16|g&255|l[t>>0]<<24;if((d|0)==(e|0))a=g;else do{c=c+1|0;a=i[c>>0]|0;d=a&255|d<<8}while(!(a<<24>>24==0|(d|0)==(e|0)));a=a<<24>>24?c+-3|0:0;break}k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=0;k[u+16>>2]=0;k[u+20>>2]=0;k[u+24>>2]=0;k[u+28>>2]=0;s=0;a=h;while(1){if(!(i[t+s>>0]|0)){a=0;break}q=u+(((a&255)>>>5&255)<<2)|0;k[q>>2]=k[q>>2]|1<<(a&31);q=s+1|0;k[v+((a&255)<<2)>>2]=q;a=i[b+q>>0]|0;if(!(a<<24>>24)){m=23;break}else s=q}a:do if((m|0)==23){b:do if(q>>>0>1){c=0;h=-1;d=1;c:while(1){e=1;a=c;while(1){c=d;d:while(1){g=1;while(1){d=i[b+(g+h)>>0]|0;f=i[b+c>>0]|0;if(d<<24>>24!=f<<24>>24)break d;if((g|0)==(e|0))break;g=g+1|0;c=g+a|0;if(c>>>0>=q>>>0){j=e;a=h;break c}}a=a+e|0;c=a+1|0;if(c>>>0>=q>>>0){j=e;a=h;break c}}e=c-h|0;if((d&255)<=(f&255))break;d=c+1|0;if(d>>>0>=q>>>0){j=e;a=h;break c}else a=c}d=a+2|0;if(d>>>0>=q>>>0){j=1;break}else{c=a+1|0;h=a}}e=0;m=-1;f=1;while(1){d=1;c=e;while(1){e=f;e:while(1){h=1;while(1){f=i[b+(h+m)>>0]|0;g=i[b+e>>0]|0;if(f<<24>>24!=g<<24>>24)break e;if((h|0)==(d|0))break;h=h+1|0;e=h+c|0;if(e>>>0>=q>>>0){e=j;c=m;break b}}c=c+d|0;e=c+1|0;if(e>>>0>=q>>>0){e=j;c=m;break b}}d=e-m|0;if((f&255)>=(g&255))break;f=e+1|0;if(f>>>0>=q>>>0){e=j;c=m;break b}else c=e}f=c+2|0;if(f>>>0>=q>>>0){e=j;d=1;break}else{e=c+1|0;m=c}}}else{e=1;a=-1;d=1;c=-1}while(0);o=(c+1|0)>>>0>(a+1|0)>>>0;d=o?d:e;o=o?c:a;p=o+1|0;if(!(mt(b,b+d|0,p)|0))n=q-d|0;else{d=q-o+-1|0;n=0;d=(o>>>0>d>>>0?o:d)+1|0}h=q|63;j=(n|0)!=0;m=q-d|0;a=t;g=0;c=t;f:while(1){e=a;do if((c-e|0)>>>0<q>>>0){f=Pj(c,h)|0;if(f)if((f-e|0)>>>0<q>>>0){a=0;break a}else break;else{f=c+h|0;break}}else f=c;while(0);c=i[a+s>>0]|0;if(!(1<<(c&31)&k[u+(((c&255)>>>5&255)<<2)>>2])){a=a+q|0;g=0;c=f;continue}c=q-(k[v+((c&255)<<2)>>2]|0)|0;if(c|0){a=a+(j&(g|0)!=0&c>>>0<d>>>0?m:c)|0;g=0;c=f;continue}c=p>>>0>g>>>0?p:g;e=i[b+c>>0]|0;g:do if(!(e<<24>>24))c=p;else{while(1){if(e<<24>>24!=(i[a+c>>0]|0))break;c=c+1|0;e=i[b+c>>0]|0;if(!(e<<24>>24)){c=p;break g}}a=a+(c-o)|0;g=0;c=f;continue f}while(0);do{if(c>>>0<=g>>>0)break a;c=c+-1|0}while((i[b+c>>0]|0)==(i[a+c>>0]|0));a=a+d|0;g=n;c=f}}while(0)}else a=0}else a=0}else a=0}else a=t}else a=0}while(0);r=w;return a|0}function $c(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+48|0;l=n+24|0;m=n+8|0;j=n;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 84:{g=c+4|0;f=((k[g>>2]|0)-(k[c>>2]|0)|0)/24|0;h=Zc(a,b,c)|0;d=k[g>>2]|0;e=(d-(k[c>>2]|0)|0)/24|0;if(!((h|0)!=(a|0)&(e|0)==(f+1|0)))while(1){if((e|0)==(f|0))break a;b=d+-24|0;while(1){if((d|0)==(b|0))break;m=d+-24|0;k[g>>2]=m;Xy(m);d=k[g>>2]|0}e=e+-1|0;d=b}f=c+16|0;k[j>>2]=k[c+12>>2];Tn(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)EH();else{g=e-b|0;j=g>>3;Fr(l,g>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];g=m+4|0;k[j+4>>2]=k[g>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[g>>2]=0;k[m>>2]=0;k[c>>2]=j+16;tj(f,l);lp(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);ir(m);a=h;break a}case 68:{g=eg(a,b,c)|0;if((g|0)==(a|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=c+16|0;k[j>>2]=k[c+12>>2];Tn(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)EH();else{h=e-b|0;j=h>>3;Fr(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;tj(f,l);lp(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);ir(m);a=g;break a}case 83:{d=Pc(a,b,c)|0;if((d|0)!=(a|0)){a=d;break a}if((b-a|0)<=2)break a;if((i[a+1>>0]|0)!=116)break a;h=a+2|0;g=Hc(h,b,c)|0;if((g|0)==(h|0))break a;b=c+4|0;d=k[b>>2]|0;if((k[c>>2]|0)==(d|0))break a;yy(d+-24|0,0,42386)|0;f=c+16|0;a=(k[b>>2]|0)+-24|0;k[j>>2]=k[c+12>>2];Tn(m,a,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)EH();else{h=e-b|0;j=h>>3;Fr(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;tj(f,l);lp(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);ir(m);a=g;break a}default:break a}while(0);r=n;return a|0}function ad(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,r=0;a:do if(b>>>0>36){e=TE()|0;k[e>>2]=22;e=0;d=0}else{r=a+4|0;q=a+100|0;do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Mk(a)|0}while((yI(f)|0)!=0);b:do switch(f|0){case 43:case 45:{f=((f|0)==45)<<31>>31;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;p=f;f=l[g>>0]|0;break b}else{p=f;f=Mk(a)|0;break b}}default:p=0}while(0);g=(b|0)==0;do if((b|16|0)==16&(f|0)==48){f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Mk(a)|0;if((f|32|0)!=120)if(g){b=8;n=46;break}else{n=32;break}f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Mk(a)|0;if((l[35354+f>>0]|0)>15){d=(k[q>>2]|0)==0;if(!d)k[r>>2]=(k[r>>2]|0)+-1;if(!c){kx(a,0);e=0;d=0;break a}if(d){e=0;d=0;break a}k[r>>2]=(k[r>>2]|0)+-1;e=0;d=0;break a}else{b=16;n=46}}else{b=g?10:b;if((l[35354+f>>0]|0)>>>0<b>>>0)n=32;else{if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;kx(a,0);e=TE()|0;k[e>>2]=22;e=0;d=0;break a}}while(0);if((n|0)==32)if((b|0)==10){b=f+-48|0;if(b>>>0<10){f=0;g=b;do{f=(f*10|0)+g|0;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;g=b+-48|0}while(g>>>0<10&f>>>0<429496729);c=0}else{b=f;f=0;c=0}g=b+-48|0;if(g>>>0<10){m=g;while(1){g=Kz(f|0,c|0,10,0)|0;h=M;j=((m|0)<0)<<31>>31;o=~j;if(h>>>0>o>>>0|(h|0)==(o|0)&g>>>0>~m>>>0){g=b;b=m;break}f=HE(g|0,h|0,m|0,j|0)|0;c=M;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;h=b+-48|0;if(h>>>0<10&(c>>>0<429496729|(c|0)==429496729&f>>>0<2576980378))m=h;else{g=b;b=h;break}}if(b>>>0>9){g=p;b=c}else{b=10;n=72}}else{g=p;b=c}}else n=46;c:do if((n|0)==46){if(!(b+-1&b)){n=i[35610+((b*23|0)>>>5&7)>>0]|0;c=i[35354+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h|f<<n;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Mk(a)|0;c=i[35354+g>>0]|0;h=c&255}while(f>>>0<134217728&h>>>0<b>>>0);h=0}else{g=f;h=0;f=0}j=uC(-1,-1,n|0)|0;m=M;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break}else g=h;while(1){f=pC(f|0,g|0,n|0)|0;h=M;f=c&255|f;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Mk(a)|0;c=i[35354+g>>0]|0;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break c}else g=h}}c=i[35354+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h+($(f,b)|0)|0;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Mk(a)|0;c=i[35354+g>>0]|0;h=c&255}while(f>>>0<119304647&h>>>0<b>>>0);h=0}else{g=f;f=0;h=0}if((c&255)>>>0<b>>>0){n=QG(-1,-1,b|0,0)|0;o=M;m=h;while(1){if(m>>>0>o>>>0|(m|0)==(o|0)&f>>>0>n>>>0){c=m;n=72;break c}h=Kz(f|0,m|0,b|0,0)|0;j=M;c=c&255;if(j>>>0>4294967295|(j|0)==-1&h>>>0>~c>>>0){c=m;n=72;break c}f=HE(c|0,0,h|0,j|0)|0;h=M;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=Mk(a)|0;c=i[35354+g>>0]|0;if((c&255)>>>0>=b>>>0){c=h;n=72;break}else m=h}}else{c=h;n=72}}while(0);if((n|0)==72)if((l[35354+g>>0]|0)>>>0<b>>>0){do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=Mk(a)|0}while((l[35354+f>>0]|0)>>>0<b>>>0);g=TE()|0;k[g>>2]=34;g=(d&1|0)==0&0==0?p:0;b=e;f=d}else{g=p;b=c}if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;if(!(b>>>0<e>>>0|(b|0)==(e|0)&f>>>0<d>>>0)){if(!((d&1|0)!=0|0!=0|(g|0)!=0)){r=TE()|0;k[r>>2]=34;d=HE(d|0,e|0,-1,-1)|0;e=M;break}if(b>>>0>e>>>0|(b|0)==(e|0)&f>>>0>d>>>0){r=TE()|0;k[r>>2]=34;break}}d=((g|0)<0)<<31>>31;d=UC(f^g|0,b^d|0,g|0,d|0)|0;e=M}while(0);M=e;return d|0}function bd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ga();break}case 1:{pp(a,121,b);c=sE(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,120,kB(d,b)|0);c=b}}case 2:{pp(a,122,b);Zn(a,(CE(e)|0)+16|0);pp(a,120,(CE(e)|0)+12|0);pp(a,120,(CE(e)|0)+8|0);break}case 3:{pp(a,123,b);pp(a,120,(xE(e)|0)+16|0);break}case 4:{pp(a,124,b);Zn(a,(rE(e)|0)+16|0);Zn(a,(rE(e)|0)+12|0);break}case 5:{pp(a,125,b);Zn(a,(lE(e)|0)+32|0);pp(a,120,(lE(e)|0)+28|0);break}case 6:{pp(a,126,b);c=yE(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,120,kB(d,b)|0);c=b}}case 7:{pp(a,127,b);c=XD(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,120,kB(d,b)|0);c=b}}case 8:{pp(a,128,b);c=RD(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;pp(a,120,kB(d,b)|0);c=b}pp(a,120,(RD(e)|0)+28|0);break}case 9:{pp(a,129,b);break}case 10:{pp(a,130,b);pp(a,120,(bE(e)|0)+12|0);break}case 11:{pp(a,131,b);break}case 12:{pp(a,132,b);pp(a,120,(_D(e)|0)+12|0);break}case 13:{pp(a,133,b);pp(a,120,(tE(e)|0)+20|0);break}case 14:{pp(a,134,b);pp(a,120,(nE(e)|0)+24|0);pp(a,120,(nE(e)|0)+20|0);break}case 15:{pp(a,135,b);break}case 16:{pp(a,136,b);pp(a,120,(mE(e)|0)+12|0);break}case 17:{pp(a,137,b);pp(a,120,(iE(e)|0)+16|0);pp(a,120,(iE(e)|0)+12|0);break}case 18:{pp(a,138,b);pp(a,120,(gE(e)|0)+16|0);pp(a,120,(gE(e)|0)+12|0);pp(a,120,(gE(e)|0)+8|0);break}case 19:{pp(a,139,b);Zn(a,(hE(e)|0)+8|0);break}case 20:{pp(a,140,b);c=uE(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,120,kB(d,b)|0);c=b}}case 21:{pp(a,141,b);break}case 22:{pp(a,142,b);break}default:{}}while(0);return}function cd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;d=h;f=a+16|0;if((k[f>>2]|0)!=(k[a+68>>2]|0)){g=a+12|0;if(i[g>>0]|0){c=rB(46496,19521)|0;j=a+124|0;e=(k[j>>2]|0)+1|0;k[j>>2]=e;e=rB(ti(c,e)|0,19538)|0;e=si(e,k[f>>2]|0)|0;c=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=c;c=jE(c,47200)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;$G(d);Ql(e,c);ro(e)}e=ah(a)|0;if(!(i[g>>0]|0))c=e&255;else{c=e&255;j=ti(rB(46496,19543)|0,c)|0;l=JB(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=l;l=jE(l,47200)|0;l=nc[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;$G(d);Ql(j,l);ro(j)}do switch(e<<24>>24){case 1:{l=Zx(k[a+4>>2]|0)|0;k[b>>2]=l;ie(a,sE(l)|0);break}case 3:{l=yD(k[a+4>>2]|0)|0;k[b>>2]=l;Rj(a,CE(l)|0);break}case 2:{l=VB(k[a+4>>2]|0)|0;k[b>>2]=l;Lg(a,xE(l)|0);break}case 7:case 6:{l=rz(k[a+4>>2]|0)|0;k[b>>2]=l;ij(a,rE(l)|0,e);break}case 8:{l=Lv(k[a+4>>2]|0)|0;k[b>>2]=l;Zh(a,lE(l)|0);break}case 22:{l=Ix(k[a+4>>2]|0)|0;k[b>>2]=l;zg(a,yE(l)|0);break}case 24:{l=qx(k[a+4>>2]|0)|0;k[b>>2]=l;ig(a,XD(l)|0);break}case 23:{l=ox(k[a+4>>2]|0)|0;k[b>>2]=l;Yh(a,RD(l)|0);break}case 20:{l=GE(k[a+4>>2]|0)|0;k[b>>2]=l;bk(a,cE(l)|0);break}case 21:{l=DE(k[a+4>>2]|0)|0;k[b>>2]=l;Ck(a,bE(l)|0);break}case 26:{l=BE(k[a+4>>2]|0)|0;k[b>>2]=l;_j(a,$D(l)|0);break}case 27:{l=AE(k[a+4>>2]|0)|0;k[b>>2]=l;kk(a,_D(l)|0);break}case 5:{l=JE(k[a+4>>2]|0)|0;k[b>>2]=l;kl(a,gE(l)|0);break}case 9:{l=nD(k[a+4>>2]|0)|0;k[b>>2]=l;El(a,hE(l)|0);break}case 0:{l=YE(k[a+4>>2]|0)|0;k[b>>2]=l;$F(k[l>>2]|0);so(i[g>>0]|0);break}case 10:{l=vE(k[a+4>>2]|0)|0;k[b>>2]=l;KF(k[l>>2]|0);io(i[g>>0]|0);break}case 4:case 15:{k[b>>2]=0;break}default:if(((((!(Nc(a,b,e)|0)?!(Yc(a,b,e)|0):0)?!(Ag(a,b,e)|0):0)?!(ze(a,b,e)|0):0)?!(sf(a,b,e)|0):0)?!(ii(a,b,e)|0):0){l=rB(46496,19566)|0;j=l+(k[(k[l>>2]|0)+-12>>2]|0)+4|0;k[j>>2]=k[j>>2]&-75|8;l=ti(l,c)|0;j=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=jE(j,47200)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;$G(d);Ql(l,j);ro(l);Ga()}}while(0);if(i[g>>0]|0){j=rB(46496,19578)|0;g=a+124|0;l=k[g>>2]|0;k[g>>2]=l+-1;l=rB(ti(j,l)|0,19538)|0;l=si(l,k[f>>2]|0)|0;j=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=jE(j,47200)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;$G(d);Ql(l,j);ro(l)}}else{k[b>>2]=0;c=15}r=h;return c|0}function dd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ga();break}case 1:{pp(a,52,b);c=sE(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,51,kB(d,b)|0);c=b}}case 2:{pp(a,53,b);Yn(a,(CE(e)|0)+16|0);pp(a,51,(CE(e)|0)+12|0);pp(a,51,(CE(e)|0)+8|0);break}case 3:{pp(a,54,b);pp(a,51,(xE(e)|0)+16|0);break}case 4:{pp(a,55,b);Yn(a,(rE(e)|0)+16|0);Yn(a,(rE(e)|0)+12|0);break}case 5:{pp(a,56,b);Yn(a,(lE(e)|0)+32|0);pp(a,51,(lE(e)|0)+28|0);break}case 6:{pp(a,57,b);c=yE(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,51,kB(d,b)|0);c=b}}case 7:{pp(a,58,b);c=XD(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,51,kB(d,b)|0);c=b}}case 8:{pp(a,59,b);c=RD(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;pp(a,51,kB(d,b)|0);c=b}pp(a,51,(RD(e)|0)+28|0);break}case 9:{pp(a,60,b);break}case 10:{pp(a,61,b);pp(a,51,(bE(e)|0)+12|0);break}case 11:{pp(a,62,b);break}case 12:{pp(a,63,b);pp(a,51,(_D(e)|0)+12|0);break}case 13:{pp(a,64,b);pp(a,51,(tE(e)|0)+20|0);break}case 14:{pp(a,65,b);pp(a,51,(nE(e)|0)+24|0);pp(a,51,(nE(e)|0)+20|0);break}case 15:{pp(a,66,b);break}case 16:{pp(a,67,b);pp(a,51,(mE(e)|0)+12|0);break}case 17:{pp(a,68,b);pp(a,51,(iE(e)|0)+16|0);pp(a,51,(iE(e)|0)+12|0);break}case 18:{pp(a,69,b);pp(a,51,(gE(e)|0)+16|0);pp(a,51,(gE(e)|0)+12|0);pp(a,51,(gE(e)|0)+8|0);break}case 19:{pp(a,70,b);Yn(a,(hE(e)|0)+8|0);break}case 20:{pp(a,71,b);c=uE(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,51,kB(d,b)|0);c=b}}case 21:{pp(a,72,b);break}case 22:{pp(a,73,b);break}default:{}}while(0);return}function ed(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ga();break}case 1:{pp(a,75,b);c=sE(e)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,74,kB(d,b)|0);c=b}}case 2:{pp(a,76,b);$n(a,(CE(e)|0)+16|0);pp(a,74,(CE(e)|0)+12|0);pp(a,74,(CE(e)|0)+8|0);break}case 3:{pp(a,77,b);pp(a,74,(xE(e)|0)+16|0);break}case 4:{pp(a,78,b);$n(a,(rE(e)|0)+16|0);$n(a,(rE(e)|0)+12|0);break}case 5:{pp(a,79,b);$n(a,(lE(e)|0)+32|0);pp(a,74,(lE(e)|0)+28|0);break}case 6:{pp(a,80,b);c=yE(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,74,kB(d,b)|0);c=b}}case 7:{pp(a,81,b);c=XD(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,74,kB(d,b)|0);c=b}}case 8:{pp(a,82,b);c=RD(e)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break;pp(a,74,kB(d,b)|0);c=b}pp(a,74,(RD(e)|0)+28|0);break}case 9:{pp(a,83,b);break}case 10:{pp(a,84,b);pp(a,74,(bE(e)|0)+12|0);break}case 11:{pp(a,85,b);break}case 12:{pp(a,86,b);pp(a,74,(_D(e)|0)+12|0);break}case 13:{pp(a,87,b);pp(a,74,(tE(e)|0)+20|0);break}case 14:{pp(a,88,b);pp(a,74,(nE(e)|0)+24|0);pp(a,74,(nE(e)|0)+20|0);break}case 15:{pp(a,89,b);break}case 16:{pp(a,90,b);pp(a,74,(mE(e)|0)+12|0);break}case 17:{pp(a,91,b);pp(a,74,(iE(e)|0)+16|0);pp(a,74,(iE(e)|0)+12|0);break}case 18:{pp(a,92,b);pp(a,74,(gE(e)|0)+16|0);pp(a,74,(gE(e)|0)+12|0);pp(a,74,(gE(e)|0)+8|0);break}case 19:{pp(a,93,b);$n(a,(hE(e)|0)+8|0);break}case 20:{pp(a,94,b);c=uE(e)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;pp(a,74,kB(d,b)|0);c=b}}case 21:{pp(a,95,b);break}case 22:{pp(a,96,b);break}default:{}}while(0);return}function fd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+16|0;o=s;p=a+24|0;k[p>>2]=b;Gy(k[a>>2]|0,35068,1)|0;Nz(a);q=a+4|0;Ty(k[a>>2]|0,k[q>>2]|0);c=Zw(Gy(k[a>>2]|0,34958,0)|0,32)|0;si(c,k[b+80>>2]|0)|0;c=b+84|0;d=k[c>>2]|0;if((d|0)<65535)switch(d|0){case 0:break;default:e=2}else switch(d|0){case 65535:break;default:e=2}if((e|0)==2){n=Zw(k[a>>2]|0,32)|0;si(n,k[c>>2]|0)|0}rB(k[a>>2]|0,31551)|0;g=k[b+92>>2]|0;h=o+4|0;j=o+8|0;l=o+4|0;f=k[b+88>>2]|0;while(1){if((f|0)==(g|0))break;aE(o,f);Ty(k[a>>2]|0,k[q>>2]|0);Gy(k[a>>2]|0,31554,1)|0;qf(a,k[o>>2]|0);rB(k[a>>2]|0,31560)|0;d=k[j>>2]|0;e=k[h>>2]|0;c=0;while(1){if(c>>>0>=(d-e|0)>>>0)break;m=i[e+c>>0]|0;a:do switch(m<<24>>24){case 10:{rB(k[a>>2]|0,31567)|0;break}case 13:{rB(k[a>>2]|0,31570)|0;break}case 9:{rB(k[a>>2]|0,31574)|0;break}case 12:{rB(k[a>>2]|0,31577)|0;break}case 8:{rB(k[a>>2]|0,31581)|0;break}case 92:{rB(k[a>>2]|0,31585)|0;break}case 34:{rB(k[a>>2]|0,31588)|0;break}case 39:{rB(k[a>>2]|0,31591)|0;break}default:{n=k[a>>2]|0;if((m+-32&255)<95){rx(n,m);break a}else{t=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[t>>2]=k[t>>2]&-75|8;n=ti(ti(Zw(n,92)|0,(m&255)>>>4&255)|0,m&15)|0;n=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[n>>2]=k[n>>2]&-75|2;break a}}}while(0);c=c+1|0}rB(k[a>>2]|0,31563)|0;Cx(l);f=f+16|0}c=b+100|0;if(k[c>>2]|0){Ty(k[a>>2]|0,k[q>>2]|0);Gy(k[a>>2]|0,31594,0)|0;rB(jx(k[a>>2]|0,k[c>>2]|0)|0,31602)|0;rB(k[a>>2]|0,k[a+16>>2]|0)|0}c=b+104|0;if(!(k[c>>2]|0))e=a+16|0;else{Ty(k[a>>2]|0,k[q>>2]|0);e=Zw(Gy(k[a>>2]|0,35021,0)|0,32)|0;Zw(Nw(e,k[c>>2]|0)|0,41)|0;e=a+16|0;rB(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+4>>2]|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break;Ty(k[a>>2]|0,k[q>>2]|0);Tg(a,k[c>>2]|0,1);rB(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+16>>2]|0;c=k[b+12>>2]|0;while(1){if((c|0)==(d|0))break;Ty(k[a>>2]|0,k[q>>2]|0);Dm(a,k[c>>2]|0);rB(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+28>>2]|0;c=k[b+24>>2]|0;while(1){if((c|0)==(d|0))break;Ty(k[a>>2]|0,k[q>>2]|0);Zr(a,k[c>>2]|0);rB(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+52>>2]|0;c=k[b+48>>2]|0;while(1){if((c|0)==(d|0))break;Ty(k[a>>2]|0,k[q>>2]|0);Do(a,k[c>>2]|0);rB(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}c=b+60|0;if(!(((k[b+72>>2]|0)==(k[b+68>>2]|0)?(k[c>>2]|0)==0:0)?(k[b+64>>2]|0)==-1:0)){Ty(k[a>>2]|0,k[q>>2]|0);Ch(a,c);rB(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+40>>2]|0;c=k[b+36>>2]|0;while(1){if((c|0)==(d|0))break;Ty(k[a>>2]|0,k[q>>2]|0);pe(a,k[c>>2]|0);rB(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}Fv(a);rB(k[a>>2]|0,k[e>>2]|0)|0;k[p>>2]=0;r=s;return}function gd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0;o=r;r=r+16|0;n=o;if(a){m=jE(c,48920)|0;if(b){fc[k[(k[m>>2]|0)+44>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+32>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Bi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);a=m}else{fc[k[(k[m>>2]|0)+40>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+28>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Bi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);a=m}c=hc[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=hc[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;fc[k[(k[a>>2]|0)+20>>2]&255](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Bi(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);fc[k[(k[a>>2]|0)+24>>2]&255](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}Bi(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);c=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0}else{m=jE(c,48912)|0;if(b){fc[k[(k[m>>2]|0)+44>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+32>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Bi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);a=m}else{fc[k[(k[m>>2]|0)+40>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+28>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Bi(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);a=m}c=hc[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=hc[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;fc[k[(k[a>>2]|0)+20>>2]&255](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Bi(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);fc[k[(k[a>>2]|0)+24>>2]&255](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}Bi(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}jF(n);c=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0}k[l>>2]=c;r=o;return}function hd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0;N=r;r=r+48|0;l=N+36|0;m=N+28|0;n=N+16|0;t=N+4|0;E=N;L=N+32|0;M=a+12|0;if(i[M>>0]|0){K=rB(46496,19328)|0;J=JB(K+(k[(k[K>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=J;J=jE(J,47200)|0;J=nc[k[(k[J>>2]|0)+28>>2]&31](J,10)|0;$G(l);Ql(K,J);ro(K)}o=fh(a)|0;p=a+24|0;if((o|0)!=((k[a+28>>2]|0)-(k[p>>2]|0)>>2|0))Na(19345,18497,1514,19375);q=a+16|0;s=a+68|0;u=n+4|0;v=n+8|0;w=t+4|0;x=t+8|0;y=n+8|0;z=t+8|0;A=a+64|0;B=a+36|0;C=a+84|0;D=a+88|0;F=a+96|0;G=a+100|0;H=a+124|0;I=a+44|0;J=a+48|0;K=a+40|0;j=0;while(1){if(j>>>0>=o>>>0){b=7;break}if(i[M>>0]|0){h=rB(46496,19389)|0;h=si(h,k[q>>2]|0)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(l);Ql(h,g);ro(h)}b=fh(a)|0;if(!b){b=11;break}k[s>>2]=(k[q>>2]|0)+b;h=k[(k[p>>2]|0)+(j<<2)>>2]|0;if(i[M>>0]|0){g=si(rB(46496,19411)|0,j)|0;f=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(l);Ql(g,f);ro(g)}k[m>>2]=0;k[n>>2]=0;k[u>>2]=0;k[v>>2]=0;k[t>>2]=0;k[w>>2]=0;k[x>>2]=0;c=h+8|0;d=h+12|0;b=0;while(1){if(b>>>0>=(k[d>>2]|0)-(k[c>>2]|0)>>2>>>0)break;e=bm(m)|0;k[l>>2]=e;f=(k[c>>2]|0)+(b<<2)|0;g=k[u>>2]|0;if(g>>>0<(k[y>>2]|0)>>>0){f=k[f>>2]|0;k[g>>2]=e;k[g+4>>2]=f;k[u>>2]=(k[u>>2]|0)+8}else Sk(n,l,f);b=b+1|0}g=fh(a)|0;c=0;while(1){if(c>>>0>=g>>>0)break;b=fh(a)|0;d=lD(a)|0;k[l>>2]=d;while(1){if(!b)break;e=bm(m)|0;k[E>>2]=e;f=k[w>>2]|0;if(f>>>0<(k[z>>2]|0)>>>0){k[f>>2]=e;k[f+4>>2]=d;k[w>>2]=(k[w>>2]|0)+8}else Sk(t,E,l);b=b+-1|0}c=c+1|0}b=av(j)|0;k[L>>2]=b;b=k[h+4>>2]|0;k[l>>2]=k[L>>2];b=Cf(l,n,b,t,0)|0;k[E>>2]=b;k[b+32>>2]=k[h>>2];c=b;k[A>>2]=c;if(i[M>>0]|0){h=si(rB(46496,19419)|0,j)|0;g=JB(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(l);Ql(h,g);ro(h)}k[B>>2]=0;if((k[C>>2]|0)!=(k[D>>2]|0)){b=32;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=34;break}if(k[H>>2]|0){b=36;break}h=Vm(a)|0;k[b+36>>2]=h;if(k[H>>2]|0){b=38;break}if((k[C>>2]|0)!=(k[D>>2]|0)){b=40;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=42;break}if((k[q>>2]|0)!=(k[s>>2]|0)){b=44;break}k[A>>2]=0;b=k[I>>2]|0;if((b|0)==(k[J>>2]|0))lm(K,E);else{k[b>>2]=c;k[I>>2]=(k[I>>2]|0)+4}Xw(t);Xw(n);j=j+1|0}if((b|0)==7){r=N;return}else if((b|0)==11)Na(19402,18497,1518,19375);else if((b|0)==32)Na(19441,18497,1553,19375);else if((b|0)==34)Na(19460,18497,1554,19375);else if((b|0)==36)Na(19484,18497,1555,19375);else if((b|0)==38)Na(19484,18497,1557,19375);else if((b|0)==40)Na(19441,18497,1558,19375);else if((b|0)==42)Na(19460,18497,1559,19375);else if((b|0)==44)Na(19495,18497,1560,19375)}function id(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=jE(c,48936)|0;if(b){fc[k[(k[a>>2]|0)+44>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Jh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}$E(m)}else{fc[k[(k[a>>2]|0)+40>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+28>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Jh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}$E(m)}c=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Bi(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}jF(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}Jh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}$E(m);c=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=jE(c,48928)|0;if(b){fc[k[(k[a>>2]|0)+44>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Jh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}$E(m)}else{fc[k[(k[a>>2]|0)+40>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+28>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Jh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}$E(m)}c=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Bi(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}jF(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}Jh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}$E(m);c=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=c;r=n;return}function jd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;j=m;k[j>>2]=b;h=i[b>>0]|0;a:do if(!(JD(h)|0)){b:do if((h+-48&255)<10)if(h<<24>>24==48){switch(i[b+1>>0]|0){case 88:case 120:break;default:{l=20;break b}}c=b+2|0;k[j>>2]=c;p[a>>3]=0.0;e=0.0;while(1){d=i[c>>0]|0;do if((d+-48&255)<10){e=e*16.0;p[a>>3]=e;e=e+ +((i[c>>0]|0)+-48|0);p[a>>3]=e}else{if((d+-97&255)<6){e=e*16.0;p[a>>3]=e;e=e+ +((i[c>>0]|0)+-87|0);p[a>>3]=e;break}if((d+-65&255)>=6)break b;e=e*16.0;p[a>>3]=e;e=e+ +((i[c>>0]|0)+-55|0);p[a>>3]=e}while(0);h=c+1|0;k[j>>2]=h;c=h}}else l=20;else{if(h<<24>>24==46?((i[b+1>>0]|0)+-48&255)<10:0){l=20;break}else d=33344;while(1){f=i[d>>0]|0;if(!(f<<24>>24)){d=33362;l=55;break}if(f<<24>>24==h<<24>>24)break;else d=d+1|0}if((l|0)==55){while(1){l=0;f=i[d>>0]|0;if(!(f<<24>>24))break;if(f<<24>>24==h<<24>>24){l=57;break}else{d=d+1|0;l=55}}if((l|0)==57){k[a+12>>2]=6;c=b+1|0;h=i[c>>0]|0;i[c>>0]=0;Le(a,b,0);i[c>>0]=h;k[j>>2]=c;l=61;break a}switch(h<<24>>24){case 39:case 34:{l=b+1|0;c=fG(l,h<<24>>24)|0;i[c>>0]=0;Le(a,l,1);c=c+1|0;k[j>>2]=c;k[a+12>>2]=3;l=61;break a}default:{Ip(28640,b);Ga()}}}do switch(h<<24>>24|0){case 33:{g=(i[b+1>>0]|0)==61?k[11238]|0:k[11231]|0;k[a>>2]=g;break}case 37:{g=k[11240]|0;k[a>>2]=g;break}case 38:{g=k[11229]|0;k[a>>2]=g;break}case 42:{g=k[11241]|0;k[a>>2]=g;break}case 43:{g=k[11226]|0;k[a>>2]=g;break}case 44:{g=k[11261]|0;k[a>>2]=g;break}case 45:{g=k[11227]|0;k[a>>2]=g;break}case 46:{g=k[11267]|0;k[a>>2]=g;break}case 47:{g=k[11239]|0;k[a>>2]=g;break}case 58:{g=k[11263]|0;k[a>>2]=g;break}case 60:{g=i[b+1>>0]|0;g=k[(g<<24>>24==60?44972:g<<24>>24==61?44940:44932)>>2]|0;k[a>>2]=g;break}case 61:{g=(i[b+1>>0]|0)==61?k[11237]|0:k[11272]|0;k[a>>2]=g;break}case 62:{d=i[b+1>>0]|0;if(d<<24>>24==62)d=(i[b+2>>0]|0)==62?44976:44968;else d=d<<24>>24==61?44936:44944;g=k[d>>2]|0;k[a>>2]=g;break}case 63:{g=k[11262]|0;k[a>>2]=g;break}case 94:{g=k[11230]|0;k[a>>2]=g;break}case 124:{g=k[11228]|0;k[a>>2]=g;break}case 126:{g=k[11232]|0;k[a>>2]=g;break}default:Ga()}while(0);j=So(g)|0;d=a+8|0;k[d>>2]=j;j=b+j|0;f=i[j>>0]|0;i[j>>0]=0;if(!(Vt(k[a>>2]|0,b)|0)){i[b+(k[d>>2]|0)>>0]=f;k[a+12>>2]=1;break a}else Na(28612,28573,282,28607)}while(0);if((l|0)==20){e=+LI(b,j);p[a>>3]=e;c=k[j>>2]|0}d=b;while(1){if((d|0)==(c|0)){l=24;break}if((i[d>>0]|0)==46){d=5;break}else d=d+1|0}if((l|0)==24)if(RG(e)|0)d=4;else{d=TB(e)|0;d=d?4:5}k[a+12>>2]=d;if(c>>>0>b>>>0)l=61;else Na(28561,28573,256,28607)}else{c=b;do{c=c+1|0;k[j>>2]=c;d=i[c>>0]|0}while(FF(d)|0);if(!(d<<24>>24)){Le(a,b,1);d=a}else{i[c>>0]=0;Le(a,b,0);c=k[j>>2]|0;i[c>>0]=d;d=a}l=(ml(45092,d)|0)!=0;k[a+12>>2]=l?0:2;l=61}while(0);if((l|0)==61)k[a+8>>2]=c-b;r=m;return}function kd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=jE(b,48920)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}Bi(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}Bi(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Bi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}Bi(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=jE(b,48912)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}Bi(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}Bi(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Bi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}Bi(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function ld(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0;C=r;r=r+16|0;v=C+12|0;u=C+8|0;x=C+4|0;y=C;w=JB(d)|0;A=jE(w,47200)|0;$z(w);k[e>>2]=0;w=A+8|0;m=0;a:while(1){p=(g|0)!=(h|0);while(1){if(!(p&(m|0)==0))break a;m=b;if(b)if((k[b+12>>2]|0)==(k[b+16>>2]|0)){t=(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;q=t?0:b;b=t?0:b;m=t?0:m}else q=b;else{q=0;b=0}o=(b|0)==0;n=c;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){n=0;B=11;break}if(!o){B=12;break a}}else B=11;while(0);if((B|0)==11){B=0;if(o){b=0;c=0;B=12;break a}else c=0}if(($b[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0)<<24>>24==37){B=14;break}m=i[g>>0]|0;if(m<<24>>24>-1?(z=k[w>>2]|0,j[z+(m<<24>>24<<1)>>1]&8192):0){B=23;break}n=b+12|0;m=k[n>>2]|0;o=b+16|0;if((m|0)==(k[o>>2]|0))m=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else m=l[m>>0]|0;t=nc[k[(k[A>>2]|0)+12>>2]&31](A,m&255)|0;if(t<<24>>24==(nc[k[(k[A>>2]|0)+12>>2]&31](A,i[g>>0]|0)|0)<<24>>24){B=48;break}k[e>>2]=4;b=q;m=4}b:do if((B|0)==14){B=0;p=g+1|0;if((p|0)==(h|0)){B=15;break a}o=$b[k[(k[A>>2]|0)+36>>2]&31](A,i[p>>0]|0,0)|0;switch(o<<24>>24){case 48:case 69:{g=g+2|0;if((g|0)==(h|0)){B=20;break a}q=o;b=$b[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0;g=p;break}default:{q=0;b=o}}t=k[(k[a>>2]|0)+36>>2]|0;k[x>>2]=m;k[y>>2]=n;k[u>>2]=k[x>>2];k[v>>2]=k[y>>2];g=g+2|0;b=kc[t&15](a,u,v,d,e,f,b,q)|0}else if((B|0)==23){while(1){B=0;g=g+1|0;if((g|0)==(h|0)){g=h;break}m=i[g>>0]|0;if(m<<24>>24<=-1)break;if(!(j[z+(m<<24>>24<<1)>>1]&8192))break;else B=23}n=b;m=c;b=q;p=c;o=c;while(1){if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){t=(hc[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;b=t?0:b;t=t?0:n}else t=n;else t=0;n=(t|0)==0;do if(o){if((k[o+12>>2]|0)!=(k[o+16>>2]|0))if(n){s=m;c=p;q=o;break}else{c=p;break b}if((hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)!=-1)if(n^(m|0)==0){s=m;c=p;q=m}else{c=p;break b}else{m=0;c=0;B=34}}else{c=p;B=34}while(0);if((B|0)==34){B=0;if(n)break b;else{s=m;q=0}}n=t+12|0;m=k[n>>2]|0;o=t+16|0;if((m|0)==(k[o>>2]|0))m=hc[k[(k[t>>2]|0)+36>>2]&127](t)|0;else m=l[m>>0]|0;if((m&255)<<24>>24<=-1)break b;if(!(j[(k[w>>2]|0)+(m<<24>>24<<1)>>1]&8192))break b;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0)){hc[k[(k[t>>2]|0)+40>>2]&127](t)|0;n=t;m=s;p=c;o=q;continue}else{k[n>>2]=m+1;n=t;m=s;p=c;o=q;continue}}}else if((B|0)==48){B=0;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0))hc[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[n>>2]=m+1;g=g+1|0;b=q}while(0);m=k[e>>2]|0}if((B|0)==12)k[e>>2]=4;else if((B|0)==15)k[e>>2]=4;else if((B|0)==20)k[e>>2]=4;if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)){A=(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;b=A?0:b}}else b=0;g=(b|0)==0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){B=61;break}if(!g)B=62}else B=61;while(0);if((B|0)==61?g:0)B=62;if((B|0)==62)k[e>>2]=k[e>>2]|2;r=C;return b|0}function md(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+16|0;s=x+12|0;q=x+8|0;t=x+4|0;u=x;i=JB(d)|0;v=jE(i,47232)|0;$z(i);k[e>>2]=0;i=0;a:while(1){m=(g|0)!=(h|0);while(1){if(!(m&(i|0)==0)){i=c;break a}j=b;if(!b){o=0;b=0;l=1;n=j}else{i=k[b+12>>2]|0;if((i|0)==(k[b+16>>2]|0))i=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;n=(i|0)==-1;o=n?0:b;b=n?0:b;l=n;n=n?0:j}i=c;if(c){j=k[c+12>>2]|0;if((j|0)==(k[c+16>>2]|0))j=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l){w=16;break a}}else{i=0;w=14}}else w=14;if((w|0)==14){w=0;if(l){c=0;w=16;break a}else c=0}if(($b[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0)<<24>>24==37){w=18;break}if($b[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0){w=26;break}j=b+12|0;i=k[j>>2]|0;l=b+16|0;if((i|0)==(k[l>>2]|0))i=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;p=nc[k[(k[v>>2]|0)+28>>2]&31](v,i)|0;if((p|0)==(nc[k[(k[v>>2]|0)+28>>2]&31](v,k[g>>2]|0)|0)){w=52;break}k[e>>2]=4;b=o;i=4}b:do if((w|0)==18){w=0;l=g+4|0;if((l|0)==(h|0)){w=19;break a}j=$b[k[(k[v>>2]|0)+52>>2]&31](v,k[l>>2]|0,0)|0;switch(j<<24>>24){case 48:case 69:{g=g+8|0;if((g|0)==(h|0)){w=24;break a}m=j;b=$b[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0;g=l;break}default:{m=0;b=j}}p=k[(k[a>>2]|0)+36>>2]|0;k[t>>2]=n;k[u>>2]=i;k[q>>2]=k[t>>2];k[s>>2]=k[u>>2];g=g+8|0;b=kc[p&15](a,q,s,d,e,f,b,m)|0}else if((w|0)==26){while(1){w=0;g=g+4|0;if((g|0)==(h|0)){g=h;break}if($b[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0)w=26;else break}m=b;i=c;b=o;p=c;l=c;while(1){if(!m){j=1;m=0}else{c=k[m+12>>2]|0;if((c|0)==(k[m+16>>2]|0))c=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else c=k[c>>2]|0;o=(c|0)==-1;b=o?0:b;j=o;m=o?0:m}if(l){c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if((c|0)!=-1)if(j^(i|0)==0){n=i;c=p;o=i}else{c=p;break b}else{i=0;c=0;w=39}}else{c=p;w=39}if((w|0)==39){w=0;if(j)break b;else{n=i;o=0}}j=m+12|0;i=k[j>>2]|0;l=m+16|0;if((i|0)==(k[l>>2]|0))i=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else i=k[i>>2]|0;if(!($b[k[(k[v>>2]|0)+12>>2]&31](v,8192,i)|0))break b;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0)){hc[k[(k[m>>2]|0)+40>>2]&127](m)|0;i=n;p=c;l=o;continue}else{k[j>>2]=i+4;i=n;p=c;l=o;continue}}}else if((w|0)==52){w=0;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0))hc[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[j>>2]=i+4;g=g+4|0;b=o}while(0);i=k[e>>2]|0}if((w|0)==16){k[e>>2]=4;i=c}else if((w|0)==19){k[e>>2]=4;i=c}else if((w|0)==24){k[e>>2]=4;i=c}if(!b){b=0;g=1}else{c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;g=(c|0)==-1;b=g?0:b}if(i){c=k[i+12>>2]|0;if((c|0)==(k[i+16>>2]|0))c=hc[k[(k[i>>2]|0)+36>>2]&127](i)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)w=70}else w=68}else w=68;if((w|0)==68?g:0)w=70;if((w|0)==70)k[e>>2]=k[e>>2]|2;r=x;return b|0}function nd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=jE(b,48936)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}Jh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}$E(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}Jh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}$E(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Bi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}Jh(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}$E(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=jE(b,48928)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}Jh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}$E(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}Jh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}$E(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Bi(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}jF(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}Jh(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}$E(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function od(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+96|0;l=o+64|0;e=o+60|0;m=o+24|0;j=o+48|0;n=o+12|0;h=o;a:do if((b-a|0)>2?(i[a>>0]|0)==102:0){switch(i[a+1>>0]|0){case 112:{d=Qq(a+2|0,b,e)|0;f=Pp(d,b)|0;if((f|0)!=(b|0)?(i[f>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=f-d|0;if(b>>>0>4294967279)yH();if(b>>>0<11){i[n+11>>0]=b;e=n}else{h=b+16&-16;e=xc(h)|0;k[n>>2]=e;k[n+8>>2]=h|-2147483648;k[n+4>>2]=b}a=d;d=e;while(1){if((a|0)==(f|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=yy(n,0,43614)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}iq(m,j);a=c+4|0;d=k[a>>2]|0;h=k[c+8>>2]|0;b=h;do if(d>>>0>=h>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)EH();else{g=(b-e|0)/24|0;h=g<<1;as(l,g>>>0<89478485?(h>>>0<d>>>0?d:h):178956970,a,c+12|0);h=l+8|0;g=k[h>>2]|0;eq(g,m);k[h>>2]=g+24;sm(c,l);br(l);break}}else{eq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);Xy(m);ID(j);ID(n);a=f+1|0}break a}case 76:break;default:break a}d=Pp(a+2|0,b)|0;if((((d|0)!=(b|0)?(i[d>>0]|0)==112:0)?(f=Qq(d+1|0,b,e)|0,g=Pp(f,b)|0,(g|0)!=(b|0)):0)?(i[g>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=g-f|0;if(b>>>0>4294967279)yH();if(b>>>0<11){i[n+11>>0]=b;e=n}else{j=b+16&-16;e=xc(j)|0;k[n>>2]=e;k[n+8>>2]=j|-2147483648;k[n+4>>2]=b}a=f;d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=yy(n,0,43614)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}iq(m,h);a=c+4|0;d=k[a>>2]|0;j=k[c+8>>2]|0;b=j;do if(d>>>0>=j>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)EH();else{f=(b-e|0)/24|0;j=f<<1;as(l,f>>>0<89478485?(j>>>0<d>>>0?d:j):178956970,a,c+12|0);j=l+8|0;f=k[j>>2]|0;eq(f,m);k[j>>2]=f+24;sm(c,l);br(l);break}}else{eq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);Xy(m);ID(h);ID(n);a=g+1|0}}while(0);r=o;return a|0}function pd(a,b){a=a|0;b=b|0;Zw(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{rB(k[a>>2]|0,32415)|0;break}case 2:{rB(k[a>>2]|0,32423)|0;break}case 4:{rB(k[a>>2]|0,32431)|0;break}case 20:{rB(k[a>>2]|0,32442)|0;break}case 1:{rB(k[a>>2]|0,32450)|0;break}case 3:{rB(k[a>>2]|0,32458)|0;break}case 5:{rB(k[a>>2]|0,32466)|0;break}case 21:{rB(k[a>>2]|0,32477)|0;break}case 6:{rB(k[a>>2]|0,32485)|0;break}case 8:{rB(k[a>>2]|0,32493)|0;break}case 10:{rB(k[a>>2]|0,32501)|0;break}case 12:{rB(k[a>>2]|0,32510)|0;break}case 14:{rB(k[a>>2]|0,32520)|0;break}case 16:{rB(k[a>>2]|0,32530)|0;break}case 18:{rB(k[a>>2]|0,32542)|0;break}case 7:{rB(k[a>>2]|0,32551)|0;break}case 9:{rB(k[a>>2]|0,32559)|0;break}case 11:{rB(k[a>>2]|0,32567)|0;break}case 13:{rB(k[a>>2]|0,32576)|0;break}case 15:{rB(k[a>>2]|0,32586)|0;break}case 17:{rB(k[a>>2]|0,32596)|0;break}case 19:{rB(k[a>>2]|0,32608)|0;break}case 22:{rB(k[a>>2]|0,32617)|0;break}case 23:{rB(k[a>>2]|0,32634)|0;break}case 24:{rB(k[a>>2]|0,32651)|0;break}case 25:{rB(k[a>>2]|0,32664)|0;break}case 26:{rB(k[a>>2]|0,32680)|0;break}case 27:{rB(k[a>>2]|0,32696)|0;break}case 28:{rB(k[a>>2]|0,32712)|0;break}case 29:{rB(k[a>>2]|0,32728)|0;break}case 30:{rB(k[a>>2]|0,32744)|0;break}case 31:{rB(k[a>>2]|0,32760)|0;break}case 32:{rB(k[a>>2]|0,32776)|0;break}case 33:{rB(k[a>>2]|0,32792)|0;break}case 34:{rB(k[a>>2]|0,32812)|0;break}case 37:{rB(k[a>>2]|0,32832)|0;break}case 38:{rB(k[a>>2]|0,32850)|0;break}case 35:{rB(k[a>>2]|0,32868)|0;break}case 36:{rB(k[a>>2]|0,32886)|0;break}case 41:{rB(k[a>>2]|0,32904)|0;break}case 42:{rB(k[a>>2]|0,32922)|0;break}case 39:{rB(k[a>>2]|0,32940)|0;break}case 40:{rB(k[a>>2]|0,32958)|0;break}case 43:{rB(k[a>>2]|0,32976)|0;break}case 44:{rB(k[a>>2]|0,32992)|0;break}case 45:{rB(k[a>>2]|0,33007)|0;break}case 46:{rB(k[a>>2]|0,33027)|0;break}default:Ga()}while(0);Nz(a);Zt(a,k[b+12>>2]|0);Fv(a);return}function qd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=JB(d)|0;l=jE(q,47232)|0;$z(q);do switch(g<<24>>24|0){case 65:case 97:{nq(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{cq(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=hc[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{ct(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9276,9308)|0;k[b>>2]=p;p=26;break}case 70:{p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9308,9340)|0;k[b>>2]=p;p=26;break}case 72:{ut(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{Us(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{dt(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{it(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{pt(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{yf(b,k[c>>2]|0,e,l);p=26;break}case 112:{Ok(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9340,9384)|0;k[b>>2]=p;p=26;break}case 82:{p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9384,9404)|0;k[b>>2]=p;p=26;break}case 83:{ot(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9404,9436)|0;k[b>>2]=p;p=26;break}case 119:{nt(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=gc[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=hc[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 121:{js(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{Cu(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{bf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function rd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=JB(d)|0;l=jE(q,47200)|0;$z(q);do switch(g<<24>>24|0){case 65:case 97:{oq(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{dq(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=hc[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{et(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,39388,39396)|0;k[b>>2]=p;p=26;break}case 70:{p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,39396,39404)|0;k[b>>2]=p;p=26;break}case 72:{vt(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{Vs(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{ft(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{jt(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{st(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{Ff(b,k[c>>2]|0,e,l);p=26;break}case 112:{Pk(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,39404,39415)|0;k[b>>2]=p;p=26;break}case 82:{p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,39415,39420)|0;k[b>>2]=p;p=26;break}case 83:{rt(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,39420,39428)|0;k[b>>2]=p;p=26;break}case 119:{qt(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=gc[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=hc[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 121:{ks(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{Du(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{rf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function sd(){var a=0,b=0,c=0,d=0,e=0;d=r;r=r+16|0;c=d+4|0;b=d;i[c>>0]=0;k[b>>2]=0;a=k[11282]|0;if(a>>>0<(k[11283]|0)>>>0){Me(a,43422);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(43422,c,b);a=k[11282]|0}i[c>>0]=1;k[b>>2]=1;if(a>>>0<(k[11283]|0)>>>0){Me(a,33897);i[a+32>>0]=1;k[a+36>>2]=1;a=(k[11282]|0)+40|0;k[11282]=a}else{nk(c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,33905);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(33905,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,33911);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(33911,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,33915);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(33915,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,33925);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(33925,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,33935);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(33935,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,42228);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(42228,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,43429);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(43429,c,b);a=k[11282]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,43494);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(43494,c,b);a=k[11282]|0}i[c>>0]=1;k[b>>2]=3;if(a>>>0<(k[11283]|0)>>>0){Me(a,33941);i[a+32>>0]=1;k[a+36>>2]=3;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(33941,c,b);a=k[11282]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,43355);i[a+32>>0]=1;k[a+36>>2]=0;a=(k[11282]|0)+40|0;k[11282]=a}else{gk(43355,c,b);a=k[11282]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[11283]|0)>>>0){Me(a,43382);i[a+32>>0]=1;k[a+36>>2]=0;k[11282]=(k[11282]|0)+40}else gk(43382,c,b);mn();b=0;while(1){a=k[11281]|0;if(b>>>0>=(((k[11282]|0)-a|0)/40|0)>>>0)break;a=a+(b*40|0)+8|0;while(1){a=k[a>>2]|0;if(!a)break;k[c>>2]=k[a+8>>2];e=Lf((k[11284]|0)+((k[(k[11281]|0)+(b*40|0)+36>>2]|0)*20|0)|0,c)|0;k[e>>2]=b}b=b+1|0}r=d;return}function td(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;e=j;l=bI(a,0)|0;l=ZD(k[l>>2]|0)|0;a:do switch(i[l>>0]|0){case 110:{l=bI(a,0)|0;if(oD(k[l>>2]|0,44824)|0){g=bI(a,1)|0;g=bF(k[g>>2]|0)|0;g=(PI(+p[g>>3])|0)&1^1;break a}l=bI(a,0)|0;if(oD(k[l>>2]|0,44768)|0){if(b|0?(f=bI(a,1)|0,DC(e,ZD(k[f>>2]|0)|0,1),f=Uw(b,e)|0,(f|0)!=8):0){g=f;break a}if(!c){l=bI(a,1)|0;if(oD(k[l>>2]|0,44848)|0){g=1;break a}l=bI(a,1)|0;if(oD(k[l>>2]|0,44852)|0){g=1;break a}g=bI(a,1)|0;g=oD(k[g>>2]|0,44856)|0;g=g?0:8;break a}l=(k[11303]|0)==0;a=bI(a,1)|0;a=k[a>>2]|0;if(l){g=WE(a)|0;k[11303]=k[g>>2];g=2;break a}if(oD(a,45212)|0)g=2;else Na(34181,34207,73,34253)}else h=39;break}case 117:{l=bI(a,0)|0;if(oD(k[l>>2]|0,44872)|0){l=bI(a,1)|0;l=ZD(k[l>>2]|0)|0;switch(i[l>>0]|0){case 43:{g=1;break a}case 45:{g=bI(a,2)|0;g=td(k[g>>2]|0,b,c,d)|0;break a}case 126:case 33:{g=0;break a}default:{h=39;break a}}}else h=39;break}case 99:{l=bI(a,0)|0;if(!(oD(k[l>>2]|0,44820)|0)){l=bI(a,0)|0;if(!(oD(k[l>>2]|0,44780)|0)){h=39;break a}g=bI(a,2)|0;g=td(k[g>>2]|0,b,c,d)|0;break a}l=bI(a,1)|0;l=bI(k[l>>2]|0,0)|0;if(oD(k[l>>2]|0,44768)|0){a=bI(a,1)|0;a=bI(k[a>>2]|0,1)|0;a=WE(k[a>>2]|0)|0;a=k[a>>2]|0;if((a|0)==(k[11220]|0)|(a|0)==(d|0)){g=2;break a}if((a|0)==(k[11221]|0)|(a|0)==(k[11307]|0)){g=3;break a}if((a|0)==(k[11222]|0)|(a|0)==(k[11308]|0)){g=4;break a}if((a|0)==(k[11223]|0)|(a|0)==(k[11304]|0)){g=5;break a}if((a|0)==(k[11224]|0)|(a|0)==(k[11305]|0)){g=6;break a}if((a|0)==(k[11225]|0)|(a|0)==(k[11306]|0)){g=7;break a}}g=8;break}case 98:{l=bI(a,0)|0;if(oD(k[l>>2]|0,44784)|0){l=bI(a,1)|0;l=ZD(k[l>>2]|0)|0;switch(i[l>>0]|0){case 33:case 61:case 62:case 60:case 94:case 38:case 124:{g=0;break a}case 37:case 47:case 42:case 45:case 43:break;default:{h=39;break a}}g=bI(a,2)|0;g=td(k[g>>2]|0,b,c,d)|0}else h=39;break}case 115:{l=bI(a,0)|0;if(oD(k[l>>2]|0,44812)|0){g=bI(a,2)|0;g=td(k[g>>2]|0,b,c,d)|0;break a}l=bI(a,0)|0;if(oD(k[l>>2]|0,44816)|0){l=bI(a,1)|0;l=bI(k[l>>2]|0,0)|0;if(oD(k[l>>2]|0,44768)|0){g=bI(a,1)|0;g=bI(k[g>>2]|0,1)|0;fr(e,ZD(k[g>>2]|0)|0);g=k[e>>2]|0;g=(g&255)<<24>>24==0?g>>>16&255:8;break a}else Na(34264,34207,123,34253)}else h=39;break}default:h=39}while(0);if((h|0)==39)g=8;r=j;return g|0}function ud(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;a=r;r=r+608|0;B=a+576|0;A=a+552|0;z=a+528|0;y=a+504|0;x=a+480|0;w=a+456|0;v=a+432|0;u=a+408|0;t=a+384|0;s=a+360|0;q=a+336|0;p=a+312|0;o=a+288|0;n=a+264|0;m=a+240|0;l=a+216|0;j=a+192|0;i=a+168|0;h=a+144|0;g=a+120|0;f=a+96|0;e=a+72|0;d=a+48|0;c=a+24|0;b=a;k[B>>2]=2812;k[B+4>>2]=1;k[B+16>>2]=B;Ug(29724,29740,B);uy(B);k[A>>2]=2812;k[A+4>>2]=2;k[A+16>>2]=A;Ug(29773,29798,A);uy(A);k[z>>2]=2812;k[z+4>>2]=3;k[z+16>>2]=z;Ug(29844,29848,z);uy(z);k[y>>2]=2812;k[y+4>>2]=4;k[y+16>>2]=y;Ug(29873,29892,y);uy(y);k[x>>2]=2812;k[x+4>>2]=5;k[x+16>>2]=x;Ug(29948,29979,x);uy(x);k[w>>2]=2812;k[w+4>>2]=6;k[w+16>>2]=w;Ug(30007,30021,w);uy(w);k[v>>2]=2812;k[v+4>>2]=7;k[v+16>>2]=v;Ug(30067,30080,v);uy(v);k[u>>2]=2812;k[u+4>>2]=8;k[u+16>>2]=u;Ug(30111,30119,u);uy(u);k[t>>2]=2812;k[t+4>>2]=9;k[t+16>>2]=t;Ug(30135,30138,t);uy(t);k[s>>2]=2812;k[s+4>>2]=10;k[s+16>>2]=s;Ug(30148,30161,s);uy(s);k[q>>2]=2812;k[q+4>>2]=11;k[q+16>>2]=q;Ug(30201,30223,q);uy(q);k[p>>2]=2812;k[p+4>>2]=12;k[p+16>>2]=p;Ug(30258,30274,p);uy(p);k[o>>2]=2812;k[o+4>>2]=13;k[o+16>>2]=o;Ug(35279,30332,o);uy(o);k[n>>2]=2812;k[n+4>>2]=14;k[n+16>>2]=n;Ug(30361,30376,n);uy(n);k[m>>2]=2812;k[m+4>>2]=15;k[m+16>>2]=m;Ug(30414,30425,m);uy(m);k[l>>2]=2812;k[l+4>>2]=16;k[l+16>>2]=l;Ug(30459,30474,l);uy(l);k[j>>2]=2812;k[j+4>>2]=17;k[j+16>>2]=j;Ug(30518,30532,j);uy(j);k[i>>2]=2812;k[i+4>>2]=18;k[i+16>>2]=i;Ug(30556,30574,i);uy(i);k[h>>2]=2812;k[h+4>>2]=19;k[h+16>>2]=h;Ug(30624,30648,h);uy(h);k[g>>2]=2812;k[g+4>>2]=20;k[g+16>>2]=g;Ug(30673,30693,g);uy(g);k[f>>2]=2812;k[f+4>>2]=21;k[f+16>>2]=f;Ug(30749,30767,f);uy(f);k[e>>2]=2812;k[e+4>>2]=22;k[e+16>>2]=e;Ug(30803,30818,e);uy(e);k[d>>2]=2812;k[d+4>>2]=23;k[d+16>>2]=d;Ug(30851,30867,d);uy(d);k[c>>2]=2812;k[c+4>>2]=24;k[c+16>>2]=c;Ug(30910,30917,c);uy(c);k[b>>2]=2812;k[b+4>>2]=25;k[b+16>>2]=b;Ug(30949,30960,b);uy(b);r=a;return}function vd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+96|0;p=s+84|0;q=s+72|0;l=s+60|0;m=s+48|0;n=s+36|0;o=s+24|0;g=s+12|0;h=s;e=qc(a,b,d)|0;a:do if((e|0)!=(a|0)){j=qc(e,b,d)|0;f=d+4|0;if((j|0)==(e|0)){e=k[f>>2]|0;b=e+-24|0;while(1){if((e|0)==(b|0))break a;q=e+-24|0;k[f>>2]=q;Xy(q);e=k[f>>2]|0}}b=k[f>>2]|0;if(((b-(k[d>>2]|0)|0)/24|0)>>>0>=2){Qp(p,b+-24|0);a=k[f>>2]|0;b=a+-24|0;e=a;while(1){if((e|0)==(b|0))break;d=e+-24|0;k[f>>2]=d;Xy(d);e=k[f>>2]|0}Qp(q,a+-48|0);a=k[f>>2]|0;f=a+-24|0;b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[a+-20>>2]=0}else{i[f>>0]=0;i[b>>0]=0}e=c+11|0;b=i[e>>0]|0;a=b<<24>>24<0;d=c+4|0;if(((a?k[d>>2]|0:b&255)|0)==1?(QD(a?k[c>>2]|0:c,42242,1)|0)==0:0)um(f,40);hn(h,42178,q);b=hz(h,43472)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[e>>0]|0;a=b<<24>>24<0;b=fm(g,a?k[c>>2]|0:c,a?k[d>>2]|0:b&255)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=hz(o,42080)|0;k[n>>2]=k[b>>2];k[n+4>>2]=k[b+4>>2];k[n+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[p+11>>0]|0;a=b<<24>>24<0;b=fm(n,a?k[p>>2]|0:p,a?k[p+4>>2]|0:b&255)|0;k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=hz(m,42083)|0;k[l>>2]=k[b>>2];k[l+4>>2]=k[b+4>>2];k[l+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}a=i[l+11>>0]|0;b=a<<24>>24<0;fm(f,b?k[l>>2]|0:l,b?k[l+4>>2]|0:a&255)|0;ID(l);ID(m);ID(n);ID(o);ID(g);ID(h);o=i[e>>0]|0;a=o<<24>>24<0;if(((a?k[d>>2]|0:o&255)|0)==1?(QD(a?k[c>>2]|0:c,42242,1)|0)==0:0)um(f,41);ID(q);ID(p);a=j}}while(0);r=s;return a|0}function wd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+48|0;n=v+40|0;t=v+36|0;c=v+32|0;u=v+16|0;o=v+28|0;p=v+4|0;q=v;d=FE(rm(b,0)|0)|0;if((d|0)!=(k[11375]|0)){if((d|0)==(k[11364]|0)){k[t>>2]=0;k[c>>2]=0;f=yp(b,t,c)|0;c=k[t>>2]|0;if(!c){c=av(k[a+20>>2]|0)|0;k[t>>2]=c}d=a+12|0;e=k[d>>2]|0;if((e|0)==(k[a+16>>2]|0))lm(a+8|0,t);else{k[e>>2]=c;k[d>>2]=(k[d>>2]|0)+4}j=a+20|0;k[j>>2]=(k[j>>2]|0)+1;j=a+32|0;l=zq(j,t)|0;k[l>>2]=0;k[u>>2]=0;l=u+4|0;k[l>>2]=0;k[u+8>>2]=0;m=u+8|0;c=0;a:while(1){h=(fp(b)|0)+8|0;if(f>>>0>=(k[h>>2]|0)>>>0)break;h=rm(b,f)|0;d=FE(rm(h,0)|0)|0;b:do if((d|0)!=(k[11366]|0)){if((d|0)==(k[11375]|0)){c=FE(rm(h,1)|0)|0;h=k[a>>2]|0;k[o>>2]=c;k[n>>2]=k[o>>2];if(!(Kv(h,n)|0)){s=15;break a}g=k[a>>2]|0;k[q>>2]=c;k[n>>2]=k[q>>2];c=Mu(g,n)|0;g=k[c+4>>2]|0;h=zq(j,t)|0;k[h>>2]=g;break}if((d|0)==(k[11365]|0)?(g=(fp(h)|0)+8|0,(k[g>>2]|0)>>>0>1):0){g=(rm(h,1)|0)+24|0;if(!(i[g>>0]|0))d=1;else{d=Of(FE(rm(h,2)|0)|0,1,0)|0;k[n>>2]=d;e=k[l>>2]|0;if(e>>>0<(k[m>>2]|0)>>>0){k[e>>2]=d;k[l>>2]=e+4}else lm(u,n);break}while(1){g=(fp(h)|0)+8|0;if(d>>>0>=(k[g>>2]|0)>>>0)break b;e=Of(FE(rm(h,d)|0)|0,1,0)|0;k[n>>2]=e;g=k[l>>2]|0;if(g>>>0<(k[m>>2]|0)>>>0){k[g>>2]=e;k[l>>2]=g+4}else lm(u,n);d=d+1|0}}}else{g=Of(FE(rm(h,1)|0)|0,0,0)|0;h=zq(j,t)|0;k[h>>2]=g}while(0);f=f+1|0}if((s|0)==15){v=Oa(20)|0;k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;pq(p,17093,16);xz(v,p);Gb(v|0,8,148)}do if(!c){g=lz()|0;f=zq(j,t)|0;k[g+4>>2]=k[f>>2];f=g+8|0;vu(f);k[f>>2]=k[u>>2];k[g+12>>2]=k[l>>2];k[g+16>>2]=k[m>>2];k[m>>2]=0;k[l>>2]=0;k[u>>2]=0;f=k[a>>2]|0;e=k[f+4>>2]|0;c=1;d=k[f>>2]|0;while(1){if((d|0)==(e|0))break;t=cp(k[d>>2]|0,g)|0;c=c&(t^1);if(t)break;else d=d+4|0}if(c){Sj(f,g);break}if(g|0){Bx(g+8|0);hJ(g)}}while(0);Bx(u)}}else wg(a,b);r=v;return}function xd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+80|0;n=s+52|0;j=s+16|0;l=s+40|0;m=s;q=Pp(a,b)|0;if(!((q|0)==(a|0)|(q|0)==(b|0))?(i[q>>0]|0)==69:0){o=c+11|0;h=i[o>>0]|0;p=c+4|0;do if((h<<24>>24<0?k[p>>2]|0:h&255)>>>0>3){hn(m,42178,c);e=hz(m,42083)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}iq(j,l);e=d+4|0;b=k[e>>2]|0;h=k[d+8>>2]|0;g=h;do if(b>>>0>=h>>>0){h=k[d>>2]|0;b=(b-h|0)/24|0;f=b+1|0;if(f>>>0>178956970)EH();else{g=(g-h|0)/24|0;h=g<<1;as(n,g>>>0<89478485?(h>>>0<f>>>0?f:h):178956970,b,d+12|0);h=n+8|0;g=k[h>>2]|0;eq(g,j);k[h>>2]=g+24;sm(d,n);br(n);break}}else{eq(b,j);k[e>>2]=(k[e>>2]|0)+24}while(0);Xy(j);ID(l);ID(m)}else{h=d+4|0;e=k[h>>2]|0;m=k[d+8>>2]|0;f=m;if(e>>>0<m>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[e+16>>2]=0;k[e+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}e=e+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[h>>2]=(k[h>>2]|0)+24;e=h;break}g=k[d>>2]|0;b=(e-g|0)/24|0;e=b+1|0;if(e>>>0>178956970)EH();g=(f-g|0)/24|0;f=g<<1;as(n,g>>>0<89478485?(f>>>0<e>>>0?e:f):178956970,b,d+12|0);f=n+8|0;g=k[f>>2]|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[g+(b<<2)>>2]=0;b=b+1|0}e=g+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[f>>2]=g+24;sm(d,n);br(n);e=h}while(0);if((i[a>>0]|0)==110){um((k[e>>2]|0)+-24|0,45);a=a+1|0}nj((k[e>>2]|0)+-24|0,a,q);a=i[o>>0]|0;b=a<<24>>24<0;a=b?k[p>>2]|0:a&255;if(a>>>0<4)fm((k[e>>2]|0)+-24|0,b?k[c>>2]|0:c,a)|0;a=q+1|0}r=s;return a|0}function yd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;l=o+24|0;m=o+12|0;n=o;a:do if(a>>>0<b>>>0){b:do if((i[a>>0]|0)!=95){if((rc(a,b,c)|0)!=(b|0)){k[d>>2]=-2;break a}}else{g=b;if((g-a|0)<=3){k[d>>2]=-2;break a}switch(i[a+1>>0]|0){case 90:{j=a+2|0;h=Ec(j,b,c)|0;a=(h|0)==(b|0);if((!((h|0)==(j|0)|a)?(i[h>>0]|0)==46:0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0){j=e+-24|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;g=g-h|0;if(g>>>0>4294967279)yH();if(g>>>0<11){i[n+11>>0]=g;f=n}else{e=g+16&-16;f=xc(e)|0;k[n>>2]=f;k[n+8>>2]=e|-2147483648;k[n+4>>2]=g}a=h;e=f;while(1){if((a|0)==(b|0))break;i[e>>0]=i[a>>0]|0;a=a+1|0;e=e+1|0}i[f+g>>0]=0;e=yy(n,0,42080)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}e=hz(m,42083)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}b=i[l+11>>0]|0;h=b<<24>>24<0;fm(j,h?k[l>>2]|0:l,h?k[l+4>>2]|0:b&255)|0;ID(l);ID(m);ID(n);break b}if(a)break b;k[d>>2]=-2;break a}case 95:{if((i[a+2>>0]|0)==95?(i[a+3>>0]|0)==90:0){n=a+4|0;f=Ec(n,b,c)|0;if((f|0)==(n|0)|(f|0)==(b|0)){k[d>>2]=-2;break a}c:do if((g-f|0)>12){e=0;a=f;while(1){if((e|0)>=13)break;if((i[a>>0]|0)!=(i[42085+e>>0]|0)){a=f;break c}e=e+1|0;a=a+1|0}d:do if((a|0)==(b|0))a=b;else{if((i[a>>0]|0)==95){e=a+1|0;if((e|0)==(b|0)){a=f;break c}if(((i[e>>0]|0)+-48|0)>>>0>=10){a=f;break c}a=a+2|0}while(1){if((a|0)==(b|0)){a=b;break d}if(((i[a>>0]|0)+-48|0)>>>0>=10)break d;a=a+1|0}}while(0);e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0))yy(e+-24|0,0,42099)|0;else a=f}else a=f;while(0);if((a|0)==(b|0))break b;k[d>>2]=-2;break a}break}default:{}}k[d>>2]=-2;break a}while(0);if((k[d>>2]|0)==0?(k[c>>2]|0)==(k[c+4>>2]|0):0)k[d>>2]=-2}else k[d>>2]=-2;while(0);r=o;return}function zd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;b=r;r=r+192|0;s=b+168|0;q=b+156|0;p=b+144|0;o=b+132|0;n=b+120|0;m=b+108|0;l=b+96|0;j=b+84|0;i=b+72|0;h=b+60|0;g=b+48|0;f=b+36|0;e=b+24|0;d=b+12|0;c=b;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;pq(s,29844,3);Qi(a,s);jF(s);k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;pq(q,30556,17);Qi(a,q);jF(q);k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;pq(p,30673,19);Qi(a,p);jF(p);k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;pq(o,30201,21);Qi(a,o);jF(o);k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;pq(n,30949,10);Qi(a,n);jF(n);k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;pq(m,30851,15);Qi(a,m);jF(m);k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;pq(l,30910,6);Qi(a,l);jF(l);k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;pq(j,30556,17);Qi(a,j);jF(j);k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;pq(i,29724,15);Qi(a,i);jF(i);k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;pq(h,30910,6);Qi(a,h);jF(h);k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,30803,14);Qi(a,g);jF(g);k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;pq(f,30067,12);Qi(a,f);jF(f);k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,30201,21);Qi(a,e);jF(e);k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,30949,10);Qi(a,d);jF(d);k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;pq(c,30910,6);Qi(a,c);jF(c);r=b;return}function Ad(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=b;f=m+4|0;g=m;h=bI(c,0)|0;if(!(oD(k[h>>2]|0,45064)|0))Na(13977,11503,457,42455);h=bI(c,1)|0;h=k[h>>2]|0;e=bI(h,0)|0;do if(!(oD(k[e>>2]|0,45064)|0)){g=bI(h,0)|0;if(!(oD(k[g>>2]|0,44768)|0))Na(14153,11503,499,42455);f=bI(h,1)|0;f=WE(k[f>>2]|0)|0;f=k[f>>2]|0;if((f|0)==(k[11345]|0)){e=bI(c,2)|0;e=WE(k[e>>2]|0)|0;e=k[e>>2]|0;if((e|0)==(k[11245]|0)){g=a+96|0;if(!(k[g>>2]|0)){k[g>>2]=l;j=47;break}else Na(14171,11503,504,42455)}if((e|0)==(k[11216]|0)){d=a+92|0;if(!(k[d>>2]|0)){k[d>>2]=l;break}else Na(14194,11503,508,42455)}else j=47}else j=47}else{e=bI(h,1)|0;e=bI(k[e>>2]|0,0)|0;if(!(oD(k[e>>2]|0,44768)|0))Na(13996,11503,462,42455);e=bI(h,2)|0;if(oD(k[e>>2]|0,45300)|0){e=bI(c,2)|0;if(oD(k[e>>2]|0,45304)|0){e=a+64|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14017,11503,465,42455)}e=bI(c,2)|0;if(oD(k[e>>2]|0,45308)|0){e=a+68|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14036,11503,469,42455)}e=bI(c,2)|0;if(oD(k[e>>2]|0,45312)|0){e=a+72|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14056,11503,473,42455)}e=bI(c,2)|0;if(oD(k[e>>2]|0,45348)|0){e=a+76|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14077,11503,477,42455)}e=bI(c,2)|0;if(oD(k[e>>2]|0,45352)|0){e=a+80|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14095,11503,481,42455)}e=bI(c,2)|0;if(oD(k[e>>2]|0,45356)|0){e=a+84|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14115,11503,485,42455)}e=bI(c,2)|0;if(oD(k[e>>2]|0,45360)|0){e=a+88|0;if(!(k[e>>2]|0)){k[e>>2]=l;break}else Na(14134,11503,489,42455)}}j=bI(h,1)|0;j=bI(k[j>>2]|0,1)|0;j=ZD(k[j>>2]|0)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;pq(f,j,So(j)|0);an(f,46);j=bI(h,2)|0;QB(f,ZD(k[j>>2]|0)|0)|0;DC(g,(i[f+11>>0]|0)<0?k[f>>2]|0:f,0);j=k[g>>2]|0;jF(f);f=j;j=47}while(0);do if((j|0)==47){g=Oz(16)|0;j=g+8|0;e=j;k[e>>2]=0;k[e+4>>2]=0;k[g>>2]=l;k[g+4>>2]=f;e=bI(c,2)|0;e=WE(k[e>>2]|0)|0;e=k[e>>2]|0;k[j>>2]=e;if((f|0)==(k[11310]|0)?(e|0)==(k[11311]|0)|(e|0)==(k[11312]|0):0)d=4;else if(!d){hk(k[a>>2]|0,g);break}jj(a,b,d,1,f,e);hJ(g)}while(0);r=m;return}function Bd(a,b,c,d,e,f,g,h,l,m,n,o,p,q,r){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;r=r|0;var s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;z=q+11|0;H=q+4|0;A=p+11|0;B=p+4|0;C=(d&512|0)==0;D=g+8|0;E=(r|0)>0;F=o+11|0;G=o+4|0;y=0;while(1){if((y|0)==4)break;a:do switch(i[l+y>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];w=nc[k[(k[g>>2]|0)+28>>2]&31](g,32)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w;break}case 3:{x=i[z>>0]|0;s=x<<24>>24<0;if((s?k[H>>2]|0:x&255)|0){w=i[(s?k[q>>2]|0:q)>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}break}case 2:{w=i[A>>0]|0;s=w<<24>>24<0;w=s?k[B>>2]|0:w&255;if(!(C|(w|0)==0)){t=s?k[p>>2]|0:p;u=t+w|0;v=k[c>>2]|0;s=v;while(1){if((t|0)==(u|0))break;i[s>>0]=i[t>>0]|0;s=s+1|0;t=t+1|0}k[c>>2]=v+w}break}case 4:{t=k[c>>2]|0;e=h?e+1|0:e;u=e;while(1){if(u>>>0>=f>>>0)break;s=i[u>>0]|0;if(s<<24>>24<=-1)break;if(!(j[(k[D>>2]|0)+(s<<24>>24<<1)>>1]&2048))break;u=u+1|0}if(E){v=r;while(1){s=(v|0)>0;if(!(u>>>0>e>>>0&s))break;x=u+-1|0;s=i[x>>0]|0;w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=s;v=v+-1|0;u=x}if(s)w=nc[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;else w=0;s=v;while(1){v=k[c>>2]|0;k[c>>2]=v+1;if((s|0)<=0)break;i[v>>0]=w;s=s+-1|0}i[v>>0]=m}b:do if((u|0)==(e|0)){w=nc[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}else{x=i[F>>0]|0;s=x<<24>>24<0;if(!((s?k[G>>2]|0:x&255)|0)){w=-1;v=0;x=0}else{w=i[(s?k[o>>2]|0:o)>>0]|0;v=0;x=0}while(1){if((u|0)==(e|0))break b;if((x|0)==(w|0)){w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=n;v=v+1|0;w=i[F>>0]|0;s=w<<24>>24<0;if(v>>>0<(s?k[G>>2]|0:w&255)>>>0){w=i[(s?k[o>>2]|0:o)+v>>0]|0;w=w<<24>>24==127?-1:w<<24>>24;s=0}else{w=x;s=0}}else s=x;I=u+-1|0;J=i[I>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=J;x=s+1|0;u=I}}while(0);s=k[c>>2]|0;if((t|0)!=(s|0))while(1){s=s+-1|0;if(t>>>0>=s>>>0)break a;J=i[t>>0]|0;i[t>>0]=i[s>>0]|0;i[s>>0]=J;t=t+1|0}break}default:{}}while(0);y=y+1|0}s=i[z>>0]|0;e=s<<24>>24<0;s=e?k[H>>2]|0:s&255;if(s>>>0>1){e=e?k[q>>2]|0:q;u=e+s|0;v=k[c>>2]|0;t=s+-1|0;s=v;while(1){e=e+1|0;if((e|0)==(u|0))break;i[s>>0]=i[e>>0]|0;s=s+1|0}k[c>>2]=v+t}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function Cd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+80|0;j=n+48|0;l=n+36|0;m=n;g=n+24|0;a:do if(((a|0)!=(b|0)?(d=(i[a>>0]|0)+-48|0,d>>>0<10):0)?(e=a+1|0,(e|0)!=(b|0)):0){h=d;while(1){d=(i[e>>0]|0)+-48|0;if(d>>>0>=10)break;e=e+1|0;if((e|0)==(b|0))break a;h=d+(h*10|0)|0}if((b-e|0)>>>0>=h>>>0){k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Hp(l,e,h);k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;f=i[l+11>>0]|0;a=f<<24>>24<0;f=a?k[l+4>>2]|0:f&255;Hp(j,a?k[l>>2]|0:l,f>>>0<10?f:10);f=i[j+11>>0]|0;a=f<<24>>24<0;if(((a?k[j+4>>2]|0:f&255)|0)==10)a=(QD(a?k[j>>2]|0:j,43192,10)|0)==0;else a=0;ID(j);if(a){a=xc(32)|0;k[m>>2]=a;k[m+8>>2]=-2147483616;k[m+4>>2]=21;d=a;b=43203;f=d+21|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(f|0));i[a+21>>0]=0;d=m+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=c+4|0;d=k[a>>2]|0;g=k[c+8>>2]|0;f=g;do if(d>>>0>=g>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)EH();else{f=(f-b|0)/24|0;g=f<<1;as(j,f>>>0<89478485?(g>>>0<d>>>0?d:g):178956970,a,c+12|0);g=j+8|0;f=k[g>>2]|0;eq(f,m);k[g>>2]=f+24;sm(c,j);br(j);break}}else{eq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);Xy(m)}else{k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];k[g+8>>2]=k[l+8>>2];a=0;while(1){if((a|0)==3)break;k[l+(a<<2)>>2]=0;a=a+1|0}iq(m,g);a=c+4|0;d=k[a>>2]|0;b=k[c+8>>2]|0;f=b;do if(d>>>0>=b>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)EH();else{b=(f-b|0)/24|0;f=b<<1;as(j,b>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,a,c+12|0);f=j+8|0;b=k[f>>2]|0;eq(b,m);k[f>>2]=b+24;sm(c,j);br(j);break}}else{eq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);Xy(m);ID(g)}ID(l);a=e+h|0}}while(0);r=n;return a|0}function Dd(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Na(31689,35315,71,31694);do switch(k[c>>2]|0){case 1:{cf(a,b,c);break}case 2:{Zg(a,b,c);break}case 3:{sn(a,b,c);break}case 4:{Fg(a,b,c);break}case 5:{fg(a,b,c);break}case 6:{zi(a,b,c);break}case 7:{Ah(a,b,c);break}case 8:{rg(a,b,c);break}case 9:{c=(k[k[b+8>>2]>>2]|0)+(k[c+8>>2]<<4)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 10:{Zl(a,b,c);break}case 11:{c=(k[(k[b+4>>2]|0)+4>>2]|0)+(k[c+8>>2]<<4)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 12:{Wl(a,b,c);break}case 13:{Dh(a,b,c);break}case 14:{Nf(a,b,c);break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 16:{Jc(a,b,c);break}case 17:{zc(a,b,c);break}case 18:{Vf(a,b,c);break}case 19:{Il(a,b,k[c+8>>2]|0);break}case 20:{$e(a,b,c);break}case 21:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 22:{fc[k[k[b>>2]>>2]&255](b,31700);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}default:{}}while(0);return}function Ed(a,b,c,d,e,f,g,h,j,l,m,n,o,p,q){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;var r=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;B=p+8+3|0;I=p+4|0;C=o+8+3|0;D=o+4|0;E=(d&512|0)==0;F=(q|0)>0;G=n+11|0;H=n+4|0;A=0;while(1){if((A|0)==4)break;a:do switch(i[j+A>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];y=nc[k[(k[g>>2]|0)+44>>2]&31](g,32)|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y;break}case 3:{z=i[B>>0]|0;r=z<<24>>24<0;if((r?k[I>>2]|0:z&255)|0){y=k[(r?k[p>>2]|0:p)>>2]|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y}break}case 2:{v=i[C>>0]|0;r=v<<24>>24<0;v=r?k[D>>2]|0:v&255;if(!(E|(v|0)==0)){u=r?k[o>>2]|0:o;s=u+(v<<2)|0;t=k[c>>2]|0;r=t;while(1){if((u|0)==(s|0))break;k[r>>2]=k[u>>2];r=r+4|0;u=u+4|0}k[c>>2]=t+(v<<2)}break}case 4:{s=k[c>>2]|0;e=h?e+4|0:e;r=e;while(1){if(r>>>0>=f>>>0)break;if(!($b[k[(k[g>>2]|0)+12>>2]&31](g,2048,k[r>>2]|0)|0))break;r=r+4|0}if(F){u=q;while(1){t=(u|0)>0;if(!(r>>>0>e>>>0&t))break;z=r+-4|0;x=k[z>>2]|0;y=k[c>>2]|0;k[c>>2]=y+4;k[y>>2]=x;u=u+-1|0;r=z}if(t)w=nc[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;else w=0;v=k[c>>2]|0;while(1){t=v+4|0;if((u|0)<=0)break;k[v>>2]=w;u=u+-1|0;v=t}k[c>>2]=t;k[v>>2]=l}if((r|0)==(e|0)){y=nc[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;z=k[c>>2]|0;r=z+4|0;k[c>>2]=r;k[z>>2]=y}else{z=i[G>>0]|0;y=z<<24>>24<0;z=y?k[H>>2]|0:z&255;if(!z){v=-1;t=0;w=0}else{v=i[(y?k[n>>2]|0:n)>>0]|0;t=0;w=0}while(1){if((r|0)==(e|0))break;u=k[c>>2]|0;if((w|0)==(v|0)){x=u+4|0;k[c>>2]=x;k[u>>2]=m;t=t+1|0;if(t>>>0<z>>>0){v=i[(y?k[n>>2]|0:n)+t>>0]|0;v=v<<24>>24==127?-1:v<<24>>24;w=0;u=x}else{v=w;w=0;u=x}}x=r+-4|0;J=k[x>>2]|0;k[c>>2]=u+4;k[u>>2]=J;w=w+1|0;r=x}r=k[c>>2]|0}if((s|0)!=(r|0))while(1){r=r+-4|0;if(s>>>0>=r>>>0)break a;J=k[s>>2]|0;k[s>>2]=k[r>>2];k[r>>2]=J;s=s+4|0}break}default:{}}while(0);A=A+1|0}r=i[B>>0]|0;e=r<<24>>24<0;r=e?k[I>>2]|0:r&255;if(r>>>0>1){s=e?k[p>>2]|0:p;v=s+4|0;r=s+(r<<2)|0;s=k[c>>2]|0;t=r;e=s;u=v;while(1){if((u|0)==(r|0))break;k[e>>2]=k[u>>2];e=e+4|0;u=u+4|0}k[c>>2]=s+((t-v|0)>>>2<<2)}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function Fd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=a+4|0;o=k[n>>2]|0;c=o&-8;j=a+c|0;h=k[11418]|0;d=o&3;if(!((d|0)!=1&a>>>0>=h>>>0&a>>>0<j>>>0))Ga();e=k[j+4>>2]|0;if(!(e&1))Ga();if(!d){if(b>>>0<256){a=0;return a|0}if(c>>>0>=(b+4|0)>>>0?(c-b|0)>>>0<=k[11534]<<1>>>0:0)return a|0;a=0;return a|0}if(c>>>0>=b>>>0){c=c-b|0;if(c>>>0<=15)return a|0;m=a+b|0;k[n>>2]=o&1|b|2;k[m+4>>2]=c|3;o=m+c+4|0;k[o>>2]=k[o>>2]|1;Xc(m,c);return a|0}if((j|0)==(k[11420]|0)){c=(k[11417]|0)+c|0;if(c>>>0<=b>>>0){a=0;return a|0}m=c-b|0;l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|1;k[11420]=l;k[11417]=m;return a|0}if((j|0)==(k[11419]|0)){d=(k[11416]|0)+c|0;if(d>>>0<b>>>0){a=0;return a|0}c=d-b|0;if(c>>>0>15){d=a+b|0;m=d+c|0;k[n>>2]=o&1|b|2;k[d+4>>2]=c|1;k[m>>2]=c;o=m+4|0;k[o>>2]=k[o>>2]&-2}else{k[n>>2]=o&1|d|2;d=a+d+4|0;k[d>>2]=k[d>>2]|1;d=0;c=0}k[11416]=c;k[11419]=d;return a|0}if(e&2|0){a=0;return a|0}l=(e&-8)+c|0;if(l>>>0<b>>>0){a=0;return a|0}m=l-b|0;f=e>>>3;do if(e>>>0>=256){g=k[j+24>>2]|0;e=k[j+12>>2]|0;do if((e|0)==(j|0)){e=j+16|0;d=e+4|0;c=k[d>>2]|0;if(!c){c=k[e>>2]|0;if(!c){i=0;break}else d=e}while(1){e=c+20|0;f=k[e>>2]|0;if(f|0){c=f;d=e;continue}e=c+16|0;f=k[e>>2]|0;if(!f)break;else{c=f;d=e}}if(d>>>0<h>>>0)Ga();else{k[d>>2]=0;i=c;break}}else{f=k[j+8>>2]|0;if(f>>>0<h>>>0)Ga();c=f+12|0;if((k[c>>2]|0)!=(j|0))Ga();d=e+8|0;if((k[d>>2]|0)==(j|0)){k[c>>2]=e;k[d>>2]=f;i=e;break}else Ga()}while(0);if(g|0){c=k[j+28>>2]|0;d=45960+(c<<2)|0;if((j|0)==(k[d>>2]|0)){k[d>>2]=i;if(!i){k[11415]=k[11415]&~(1<<c);break}}else{if(g>>>0<(k[11418]|0)>>>0)Ga();c=g+16|0;if((k[c>>2]|0)==(j|0))k[c>>2]=i;else k[g+20>>2]=i;if(!i)break}e=k[11418]|0;if(i>>>0<e>>>0)Ga();k[i+24>>2]=g;c=j+16|0;d=k[c>>2]|0;do if(d|0)if(d>>>0<e>>>0)Ga();else{k[i+16>>2]=d;k[d+24>>2]=i;break}while(0);c=k[c+4>>2]|0;if(c|0)if(c>>>0<(k[11418]|0)>>>0)Ga();else{k[i+20>>2]=c;k[c+24>>2]=i;break}}}else{d=k[j+8>>2]|0;e=k[j+12>>2]|0;c=45696+(f<<1<<2)|0;if((d|0)!=(c|0)){if(d>>>0<h>>>0)Ga();if((k[d+12>>2]|0)!=(j|0))Ga()}if((e|0)==(d|0)){k[11414]=k[11414]&~(1<<f);break}if((e|0)!=(c|0)){if(e>>>0<h>>>0)Ga();c=e+8|0;if((k[c>>2]|0)==(j|0))g=c;else Ga()}else g=e+8|0;k[d+12>>2]=e;k[g>>2]=d}while(0);if(m>>>0<16){k[n>>2]=l|o&1|2;o=a+l+4|0;k[o>>2]=k[o>>2]|1;return a|0}else{l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|3;o=l+m+4|0;k[o>>2]=k[o>>2]|1;Xc(l,m);return a|0}return 0}function Gd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0.0;p=r;r=r+32|0;o=p+16|0;h=p+8|0;j=p;if(!(i[a+24>>0]|0)){k[o>>2]=0;d=o+4|0;k[d>>2]=0;k[o+8>>2]=0;k[h>>2]=o;k[h+4>>2]=a;e=k[a+12>>2]|0;f=o+8|0;c=k[a+8>>2]|0;while(1){if((c|0)==(e|0))break;b=k[c>>2]|0;k[j>>2]=b;g=b;do if(hc[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=k[d>>2]|0;if((b|0)==(k[f>>2]|0)){lm(o,j);break}else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4;break}}else{Kg(h);ic[k[(k[b>>2]|0)+12>>2]&7](b,a,k[a>>2]|0)}while(0);c=c+4|0}Kg(h);Bx(o)}else{l=rB(46496,31229)|0;m=JB(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=m;m=jE(m,47200)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;$G(o);Ql(l,m);ro(l);l=wv()|0;m=M;e=k[a+8>>2]|0;n=k[a+12>>2]|0;j=0;d=e;while(1){if((d|0)==(n|0))break;b=k[d>>2]|0;c=i[b+4+11>>0]|0;if(c<<24>>24<0)b=k[b+8>>2]|0;else b=c&255;j=j>>>0<b>>>0?b:j;d=d+4|0}h=a+20|0;while(1){if((e|0)==(n|0))break;g=k[e>>2]|0;k[h>>2]=g;d=g+4|0;rB(Ru(rB(46496,31296)|0,d)|0,31326)|0;d=d+11|0;f=g+8|0;c=0;while(1){b=i[d>>0]|0;if(b<<24>>24<0)b=k[f>>2]|0;else b=b&255;if(c>>>0>=(j-b|0)>>>0)break;Zw(46496,32)|0;c=c+1|0}c=wv()|0;d=M;a:do if(hc[k[(k[g>>2]|0)+24>>2]&127](g)|0){b=k[a>>2]|0;f=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(f|0))break a;Iq(a,g,k[b>>2]|0);b=b+4|0}}else ic[k[(k[g>>2]|0)+12>>2]&7](g,a,k[a>>2]|0);while(0);g=wv()|0;g=UC(g|0,M|0,c|0,d|0)|0;g=rB(ui(46496,(+(g>>>0)+4294967296.0*+(M|0))/1.0e9)|0,31286)|0;f=JB(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=f;f=jE(f,47200)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;$G(o);Ql(g,f);ro(g);e=e+4|0}a=wv()|0;a=UC(a|0,M|0,l|0,m|0)|0;q=(+(a>>>0)+4294967296.0*+(M|0))/1.0e9;a=rB(ui(rB(46496,31260)|0,q)|0,31286)|0;n=JB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=n;n=jE(n,47200)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;$G(o);Ql(a,n);ro(a)}r=p;return}function Hd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;c=k[b>>2]|0;if(c)if(k[b+4>>2]|0){d=Pu(b)|0;c=k[d>>2]|0;if(!c){e=d;g=4}else{f=d;e=d;g=6}}else{f=b;e=b;g=6}else{e=b;d=b;g=4}if((g|0)==4){c=k[e+4>>2]|0;if(!c){l=e+8|0;m=0;c=0;j=d}else{f=d;g=6}}if((g|0)==6){l=e+8|0;k[c+8>>2]=k[l>>2];m=1;j=f}d=k[l>>2]|0;f=k[d>>2]|0;if((f|0)==(e|0)){k[d>>2]=c;if((e|0)==(a|0)){a=c;f=0}else f=k[d+4>>2]|0}else k[d+4>>2]=c;g=e+12|0;h=(i[g>>0]|0)!=0;if((e|0)!=(b|0)){o=b+8|0;d=k[o>>2]|0;k[l>>2]=d;if((k[k[o>>2]>>2]|0)==(b|0))k[d>>2]=e;else k[d+4>>2]=e;d=k[b>>2]|0;k[j>>2]=d;k[d+8>>2]=e;d=k[b+4>>2]|0;k[e+4>>2]=d;if(d|0)k[d+8>>2]=e;i[g>>0]=i[b+12>>0]|0;a=(a|0)==(b|0)?e:a}a:do if(h&(a|0)!=0){if(m){i[c+12>>0]=1;break}while(1){c=k[f+8>>2]|0;d=f+12|0;e=(i[d>>0]|0)!=0;if((k[c>>2]|0)==(f|0)){if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;Js(c);o=k[f+4>>2]|0;c=k[o>>2]|0;a=(a|0)==(o|0)?f:a}f=k[c>>2]|0;d=(f|0)==0;if(!d?(i[f+12>>0]|0)==0:0){a=f;g=51;break}e=k[c+4>>2]|0;if(e|0?(i[e+12>>0]|0)==0:0){g=47;break}i[c+12>>0]=0;c=k[c+8>>2]|0;d=c+12|0;if((c|0)==(a|0)|(i[d>>0]|0)==0){g=44;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}else{if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;Ws(c);o=k[f>>2]|0;c=k[o+4>>2]|0;a=(a|0)==(o|0)?f:a}d=k[c>>2]|0;if(d|0?(n=d+12|0,(i[n>>0]|0)==0):0){g=32;break}d=k[c+4>>2]|0;if(d|0?(i[d+12>>0]|0)==0:0){a=d;g=36;break}i[c+12>>0]=0;c=k[c+8>>2]|0;if((c|0)==(a|0)){g=30;break}if(!(i[c+12>>0]|0)){a=c;g=30;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}f=k[c>>2]|0}do if((g|0)==30){i[a+12>>0]=1;break a}else if((g|0)==32){a=k[c+4>>2]|0;if(!a)a=n;else{if(!(i[a+12>>0]|0)){g=36;break}a=d+12|0}i[a>>0]=1;i[c+12>>0]=0;Js(c);a=k[c+8>>2]|0;c=a;a=k[a+4>>2]|0;g=36}else if((g|0)==44){i[d>>0]=1;break a}else if((g|0)==47){if(d)a=e;else{if(!(i[f+12>>0]|0)){a=f;g=51;break}a=k[c+4>>2]|0}i[a+12>>0]=1;i[c+12>>0]=0;Ws(c);a=k[c+8>>2]|0;c=a;a=k[a>>2]|0;g=51}while(0);if((g|0)==36){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;Ws(o);break}else if((g|0)==51){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;Js(o);break}}while(0);return}function Id(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+64|0;n=q+56|0;d=q+44|0;f=q+40|0;g=q+28|0;h=q+24|0;e=q+12|0;o=q;p=TA()|0;m=(fp(b)|0)+8|0;if((k[m>>2]|0)>>>0>3?(m=rm(b,3)|0,(i[m>>0]|0)==0):0){m=FE(rm(b,1)|0)|0;k[p>>2]=m;m=2;c=a+24|0}else{c=a+24|0;m=av(k[c>>2]|0)|0;k[p>>2]=m;m=1}k[c>>2]=(k[c>>2]|0)+1;c=m+1|0;l=FE(rm(b,m)|0)|0;k[p+4>>2]=l;l=rm(b,c)|0;if(i[l>>0]|0){q=Oa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,17192,18);xz(q,d);Gb(q|0,8,148)}d=m+2|0;l=FE(rm(b,c)|0)|0;k[p+8>>2]=l;l=lz()|0;j=(fp(b)|0)+8|0;do if((k[j>>2]|0)>>>0>d>>>0){j=rm(b,d)|0;c=FE(rm(j,0)|0)|0;a:do if((c|0)!=(k[11365]|0)){if((c|0)==(k[11366]|0)){n=Of(FE(rm(j,1)|0)|0,0,0)|0;k[l+4>>2]=n;break}if((c|0)!=(k[11375]|0)){q=Oa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;pq(e,17240,18);xz(q,e);Gb(q|0,8,148)}c=FE(rm(j,1)|0)|0;j=k[a>>2]|0;k[f>>2]=c;k[n>>2]=k[f>>2];if(!(Kv(j,n)|0)){q=Oa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;pq(g,17211,28);xz(q,g);Gb(q|0,8,148)}else{j=k[a>>2]|0;k[h>>2]=c;k[n>>2]=k[h>>2];xs(l,Mu(j,n)|0);break}}else{d=l+8|0;e=l+12|0;f=l+16|0;c=1;while(1){h=(fp(j)|0)+8|0;if(c>>>0>=(k[h>>2]|0)>>>0)break a;g=Of(FE(rm(j,c)|0)|0,0,0)|0;k[n>>2]=g;h=k[e>>2]|0;if(h>>>0<(k[f>>2]|0)>>>0){k[h>>2]=g;k[e>>2]=h+4}else lm(d,n);c=c+1|0}}while(0);n=(fp(b)|0)+8|0;c=m+3|0;if((k[n>>2]|0)>>>0>c>>>0){c=rm(b,c)|0;b=FE(rm(c,0)|0)|0;if((b|0)==(k[11366]|0)){b=Of(FE(rm(c,1)|0)|0,0,0)|0;k[l+4>>2]=b;break}else Na(17259,16833,1404,17286)}}while(0);zo(o,l);b=ug(o,k[a>>2]|0)|0;k[p+12>>2]=b;jF(o);hk(k[a>>2]|0,p);if(l|0){Bx(l+8|0);hJ(l)}r=q;return}function Jd(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+320|0;v=y;t=y+208|0;w=y+192|0;x=y+180|0;u=y+176|0;p=y+16|0;q=y+8|0;s=y+4|0;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}a=JB(d)|0;o=jE(a,47232)|0;lc[k[(k[o>>2]|0)+48>>2]&7](o,38654,38680,t)|0;$z(a);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}o=x+11|0;n=x+8|0;if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;Sp(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a;k[q>>2]=p;k[s>>2]=0;m=x+4|0;g=k[b>>2]|0;a:while(1){if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)==-1){k[b>>2]=0;l=0;h=1}else{l=g;h=0}}else{l=0;h=1}g=k[c>>2]|0;do if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;z=22;break}}else z=22;while(0);if((z|0)==22){z=0;if(h){g=0;break}else g=0}d=i[o>>0]|0;d=d<<24>>24<0?k[m>>2]|0:d&255;if((k[u>>2]|0)==(a+d|0)){Sp(x,d<<1);if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;Sp(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a+d}h=l+12|0;d=k[h>>2]|0;j=l+16|0;if((d|0)==(k[j>>2]|0))d=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else d=k[d>>2]|0;if(mg(d,16,a,u,s,0,w,p,q,t)|0)break;d=k[h>>2]|0;if((d|0)==(k[j>>2]|0)){hc[k[(k[l>>2]|0)+40>>2]&127](l)|0;g=l;continue}else{k[h>>2]=d+4;g=l;continue}}Sp(x,(k[u>>2]|0)-a|0);t=(i[o>>0]|0)<0?k[x>>2]|0:x;u=oE()|0;k[v>>2]=f;if((Vw(t,u,0,v)|0)!=1)k[e>>2]=4;if(l){a=k[l+12>>2]|0;if((a|0)==(k[l+16>>2]|0))a=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else a=k[a>>2]|0;if((a|0)==-1){k[b>>2]=0;d=1}else d=0}else d=1;do if(g){a=k[g+12>>2]|0;if((a|0)==(k[g+16>>2]|0))a=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(d)break;else{z=51;break}else{k[c>>2]=0;z=49;break}}else z=49;while(0);if((z|0)==49?d:0)z=51;if((z|0)==51)k[e>>2]=k[e>>2]|2;z=k[b>>2]|0;jF(x);jF(w);r=y;return z|0}function Kd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){v=xc(j)|0;h=v}else{h=x;v=0}l=0;n=c;o=h;while(1){if((n|0)==(d|0))break;m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if(!m){i[o>>0]=2;l=l+1|0;j=j+-1|0}else i[o>>0]=1;n=n+12|0;o=o+1|0}u=0;q=l;n=b;a:while(1){l=k[a>>2]|0;do if(l){m=k[l+12>>2]|0;if((m|0)==(k[l+16>>2]|0))l=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else l=k[m>>2]|0;if((l|0)==-1){k[a>>2]=0;o=1;break}else{o=(k[a>>2]|0)==0;break}}else o=1;while(0);if(!n){b=0;t=0;l=1}else{l=k[n+12>>2]|0;if((l|0)==(k[n+16>>2]|0))l=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else l=k[l>>2]|0;l=(l|0)==-1;b=l?0:n;t=l?0:n}m=k[a>>2]|0;if(!((j|0)!=0&(o^l)))break;l=k[m+12>>2]|0;if((l|0)==(k[m+16>>2]|0))l=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else l=k[l>>2]|0;if(!g)l=nc[k[(k[e>>2]|0)+28>>2]&31](e,l)|0;s=u+1|0;b=c;o=0;p=h;while(1){if((b|0)==(d|0))break;do if((i[p>>0]|0)==1){n=b+8+3|0;if((i[n>>0]|0)<0)m=k[b>>2]|0;else m=b;m=k[m+(u<<2)>>2]|0;if(!g)m=nc[k[(k[e>>2]|0)+28>>2]&31](e,m)|0;if((l|0)!=(m|0)){i[p>>0]=0;m=o;n=q;j=j+-1|0;break}m=i[n>>0]|0;if(m<<24>>24<0)m=k[b+4>>2]|0;else m=m&255;if((m|0)==(s|0)){i[p>>0]=2;m=1;n=q+1|0;j=j+-1|0}else{m=1;n=q}}else{m=o;n=q}while(0);b=b+12|0;o=m;p=p+1|0;q=n}if(!o){u=s;n=t;continue}l=k[a>>2]|0;m=l+12|0;n=k[m>>2]|0;if((n|0)==(k[l+16>>2]|0))hc[k[(k[l>>2]|0)+40>>2]&127](l)|0;else k[m>>2]=n+4;if((q+j|0)>>>0>1){n=c;o=h;l=q}else{u=s;n=t;continue}while(1){if((n|0)==(d|0)){u=s;q=l;n=t;continue a}if((i[o>>0]|0)==2){m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if((m|0)!=(s|0)){i[o>>0]=0;l=l+-1|0}}n=n+12|0;o=o+1|0}}do if(m){j=k[m+12>>2]|0;if((j|0)==(k[m+16>>2]|0))j=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else j=k[j>>2]|0;if((j|0)==-1){k[a>>2]=0;l=1;break}else{l=(k[a>>2]|0)==0;break}}else l=1;while(0);if(b){j=k[b+12>>2]|0;if((j|0)==(k[b+16>>2]|0))j=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l)w=74}else w=38}else w=38;if((w|0)==38)if(l)w=74;if((w|0)==74)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){w=78;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((w|0)==78){k[f>>2]=k[f>>2]|4;c=d}Vc(v);r=x;return c|0}function Ld(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+16|0;v=y;w=jE(k[g>>2]|0,47232)|0;t=jE(k[g>>2]|0,47240)|0;fc[k[(k[t>>2]|0)+20>>2]&255](v,t);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{u=nc[k[(k[w>>2]|0)+44>>2]&31](w,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=u;g=a+1|0;break}default:g=a}u=c;a:do if((u-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:{h=g;x=10;break a}}q=nc[k[(k[w>>2]|0)+44>>2]&31](w,48)|0;s=k[f>>2]|0;k[f>>2]=s+4;k[s>>2]=q;g=g+2|0;s=nc[k[(k[w>>2]|0)+44>>2]&31](w,i[h>>0]|0)|0;h=k[f>>2]|0;k[f>>2]=h+4;k[h>>2]=s;h=g;while(1){if(h>>>0>=c>>>0)break a;s=i[h>>0]|0;oE()|0;if(!(_I(s)|0))break a;h=h+1|0}}else{h=g;x=10}while(0);b:do if((x|0)==10)while(1){x=0;if(h>>>0>=c>>>0)break b;s=i[h>>0]|0;oE()|0;if(!(TI(s)|0))break b;h=h+1|0;x=10}while(0);q=v+11|0;p=i[q>>0]|0;s=v+4|0;c:do if((p<<24>>24<0?k[s>>2]|0:p&255)|0){d:do if((g|0)!=(h|0)){j=h;l=g;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;p=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=p;l=l+1|0}}while(0);p=hc[k[(k[t>>2]|0)+16>>2]&127](t)|0;o=g;j=0;l=0;while(1){if(o>>>0>=h>>>0)break;m=i[q>>0]|0;n=m<<24>>24<0;z=i[(n?k[v>>2]|0:v)+j>>0]|0;if(z<<24>>24>0&(l|0)==(z<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+4;k[l>>2]=p;j=(j>>>0<((n?k[s>>2]|0:m&255)+-1|0)>>>0&1)+j|0;l=0}n=nc[k[(k[w>>2]|0)+44>>2]&31](w,i[o>>0]|0)|0;z=k[f>>2]|0;k[f>>2]=z+4;k[z>>2]=n;o=o+1|0;l=l+1|0}g=d+(g-a<<2)|0;l=k[f>>2]|0;if((g|0)==(l|0))j=w;else{j=l;while(1){j=j+-4|0;if(g>>>0>=j>>>0){j=w;g=l;break c}z=k[g>>2]|0;k[g>>2]=k[j>>2];k[j>>2]=z;g=g+4|0}}}else{lc[k[(k[w>>2]|0)+48>>2]&7](w,g,h,k[f>>2]|0)|0;g=(k[f>>2]|0)+(h-g<<2)|0;k[f>>2]=g;j=w}while(0);while(1){if(h>>>0>=c>>>0)break;g=i[h>>0]|0;if(g<<24>>24==46){x=29;break}s=nc[k[(k[j>>2]|0)+44>>2]&31](w,g)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=s;h=h+1|0}if((x|0)==29){x=hc[k[(k[t>>2]|0)+12>>2]&127](t)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=x;h=h+1|0}lc[k[(k[w>>2]|0)+48>>2]&7](w,h,c,g)|0;z=(k[f>>2]|0)+(u-h<<2)|0;k[f>>2]=z;k[e>>2]=(b|0)==(c|0)?z:d+(b-a<<2)|0;jF(v);r=y;return}function Md(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){w=xc(j)|0;h=w}else{h=y;w=0}o=c;p=h;m=0;while(1){if((o|0)==(d|0))break;n=i[o+11>>0]|0;if(n<<24>>24<0)n=k[o+4>>2]|0;else n=n&255;if(!n){i[p>>0]=2;j=j+-1|0;m=m+1|0}else i[p>>0]=1;o=o+12|0;p=p+1|0}u=0;s=j;n=b;a:while(1){j=k[a>>2]|0;do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((hc[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);o=(j|0)==0;if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){v=(hc[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;p=v?0:n;v=v?0:n}else{p=n;v=n}else{p=0;v=0}n=(p|0)==0;j=k[a>>2]|0;if(!((s|0)!=0&(o^n)))break;n=k[j+12>>2]|0;if((n|0)==(k[j+16>>2]|0))j=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else j=l[n>>0]|0;j=j&255;if(!g)j=nc[k[(k[e>>2]|0)+12>>2]&31](e,j)|0;t=u+1|0;b=c;p=0;q=h;while(1){if((b|0)==(d|0))break;do if((i[q>>0]|0)==1){o=b+11|0;if((i[o>>0]|0)<0)n=k[b>>2]|0;else n=b;n=i[n+u>>0]|0;if(!g)n=nc[k[(k[e>>2]|0)+12>>2]&31](e,n)|0;if(j<<24>>24!=n<<24>>24){i[q>>0]=0;n=p;o=s+-1|0;break}n=i[o>>0]|0;if(n<<24>>24<0)n=k[b+4>>2]|0;else n=n&255;if((n|0)==(t|0)){i[q>>0]=2;n=1;m=m+1|0;o=s+-1|0}else{n=1;o=s}}else{n=p;o=s}while(0);b=b+12|0;p=n;q=q+1|0;s=o}if(!p){u=t;n=v;continue}j=k[a>>2]|0;n=j+12|0;o=k[n>>2]|0;if((o|0)==(k[j+16>>2]|0))hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;else k[n>>2]=o+1;if((m+s|0)>>>0>1){n=c;o=h}else{u=t;n=v;continue}while(1){if((n|0)==(d|0)){u=t;n=v;continue a}if((i[o>>0]|0)==2){j=i[n+11>>0]|0;if(j<<24>>24<0)j=k[n+4>>2]|0;else j=j&255;if((j|0)!=(t|0)){i[o>>0]=0;m=m+-1|0}}n=n+12|0;o=o+1|0}}do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((hc[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);j=(j|0)==0;do if(!n){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(hc[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){x=31;break}if(!j)x=66}else x=31;while(0);if((x|0)==31)if(j)x=66;if((x|0)==66)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){x=70;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((x|0)==70){k[f>>2]=k[f>>2]|4;c=d}Vc(w);r=y;return c|0}function Nd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;f=k[a>>2]|0;do if(f){g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if((f|0)==-1){k[a>>2]=0;g=1;break}else{g=(k[a>>2]|0)==0;break}}else g=1;while(0);if(b){f=k[b+12>>2]|0;if((f|0)==(k[b+16>>2]|0))f=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else f=k[f>>2]|0;if((f|0)!=-1)if(g){i=b;o=16}else o=15;else o=13}else o=13;if((o|0)==13)if(g)o=15;else{i=0;o=16}a:do if((o|0)==15){k[c>>2]=k[c>>2]|6;f=0}else if((o|0)==16){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if(!($b[k[(k[d>>2]|0)+12>>2]&31](d,2048,f)|0)){k[c>>2]=k[c>>2]|4;f=0;break}f=($b[k[(k[d>>2]|0)+52>>2]&31](d,f,0)|0)<<24>>24;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){hc[k[(k[g>>2]|0)+40>>2]&127](g)|0;j=i;h=i}else{k[b>>2]=h+4;j=i;h=i}while(1){f=f+-48|0;n=e+-1|0;g=k[a>>2]|0;do if(g){b=k[g+12>>2]|0;if((b|0)==(k[g+16>>2]|0))g=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else g=k[b>>2]|0;if((g|0)==-1){k[a>>2]=0;i=1;break}else{i=(k[a>>2]|0)==0;break}}else i=1;while(0);if(!h){m=j;l=0;g=1}else{g=k[h+12>>2]|0;if((g|0)==(k[h+16>>2]|0))g=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else g=k[g>>2]|0;g=(g|0)==-1;m=g?0:j;l=g?0:j;g=g|(j|0)==0}b=k[a>>2]|0;if(!((e|0)>1&(i^g)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if(!($b[k[(k[d>>2]|0)+12>>2]&31](d,2048,g)|0))break a;f=(($b[k[(k[d>>2]|0)+52>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){hc[k[(k[g>>2]|0)+40>>2]&127](g)|0;e=n;j=m;h=l;continue}else{k[b>>2]=h+4;e=n;j=m;h=l;continue}}do if(b){g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if((g|0)==-1){k[a>>2]=0;b=1;break}else{b=(k[a>>2]|0)==0;break}}else b=1;while(0);if(m){g=k[m+12>>2]|0;if((g|0)==(k[m+16>>2]|0))g=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else g=k[g>>2]|0;if((g|0)!=-1){if(b)break}else o=56}else o=56;if((o|0)==56?!b:0)break;k[c>>2]=k[c>>2]|2}while(0);return f|0}function Od(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;Qn(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}p=A+11|0;q=A+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Sp(A,c);h=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){Sp(A,a<<1);if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Sp(A,c);g=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(nf(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+kp(g,k[x>>2]|0,d);o[e>>2]=D;qj(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;jF(A);jF(z);r=C;return f|0}function Pd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;Qn(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}o=A+11|0;q=A+8|0;if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Sp(A,c);h=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){Sp(A,a<<1);if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Sp(A,c);g=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(nf(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+kp(g,k[x>>2]|0,d);p[e>>3]=D;qj(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;jF(A);jF(z);r=C;return f|0}function Qd(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+12|0;Vi(a,k[(k[c>>2]|0)+4>>2]|0,b);d=b+8|0;if((k[d>>2]&-2|0)==20)Ci(a,k[b+4>>2]|0,1,b,15515);c=k[(k[c>>2]|0)+4>>2]|0;a:do if((c|0)!=5)do switch(k[d>>2]|0){case 19:case 17:case 15:case 13:case 11:case 9:case 7:case 5:case 3:case 1:case 18:case 16:case 14:case 12:case 10:case 8:case 6:case 4:case 2:case 0:{Ci(a,c,k[b+4>>2]|0,b,15535);break a}case 21:case 20:{$k(a,(c+-1|0)>>>0<2,b);break a}case 22:{Ci(a,c,1,b,15613);break a}case 23:{Ci(a,c,1,b,15613);break a}case 24:{Ci(a,c,2,b,15641);break a}case 25:{Ci(a,c,3,b,15667);break a}case 26:{Ci(a,c,3,b,15667);break a}case 27:{Ci(a,c,3,b,15667);break a}case 28:{Ci(a,c,3,b,15667);break a}case 29:{Ci(a,c,4,b,15667);break a}case 30:{Ci(a,c,4,b,15667);break a}case 31:{Ci(a,c,4,b,15667);break a}case 32:{Ci(a,c,4,b,15667);break a}case 33:{Ci(a,c,3,b,15694);break a}case 34:{Ci(a,c,4,b,15731);break a}case 37:{Ci(a,c,1,b,15768);break a}case 38:{Ci(a,c,1,b,15768);break a}case 35:{Ci(a,c,1,b,15768);break a}case 36:{Ci(a,c,1,b,15768);break a}case 41:{Ci(a,c,2,b,15768);break a}case 42:{Ci(a,c,2,b,15768);break a}case 39:{Ci(a,c,2,b,15768);break a}case 40:{Ci(a,c,2,b,15768);break a}case 43:{Ci(a,c,3,b,15797);break a}case 44:{Ci(a,c,4,b,15826);break a}case 45:{Ci(a,c,1,b,15854);break a}case 46:{Ci(a,c,2,b,15891);break a}default:Ga()}while(0);while(0);return}function Rd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;w=r;r=r+16|0;t=w;u=jE(k[g>>2]|0,47200)|0;s=jE(k[g>>2]|0,47216)|0;fc[k[(k[s>>2]|0)+20>>2]&255](t,s);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{q=nc[k[(k[u>>2]|0)+28>>2]&31](u,g)|0;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=q;h=a+1|0;break}default:h=a}q=c;a:do if((q-h|0)>1?(i[h>>0]|0)==48:0){g=h+1|0;switch(i[g>>0]|0){case 88:case 120:break;default:{g=h;v=10;break a}}o=nc[k[(k[u>>2]|0)+28>>2]&31](u,48)|0;p=k[f>>2]|0;k[f>>2]=p+1;i[p>>0]=o;h=h+2|0;p=nc[k[(k[u>>2]|0)+28>>2]&31](u,i[g>>0]|0)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=p;g=h;while(1){if(g>>>0>=c>>>0)break a;p=i[g>>0]|0;oE()|0;if(!(_I(p)|0))break a;g=g+1|0}}else{g=h;v=10}while(0);b:do if((v|0)==10)while(1){v=0;if(g>>>0>=c>>>0)break b;p=i[g>>0]|0;oE()|0;if(!(TI(p)|0))break b;g=g+1|0;v=10}while(0);o=t+11|0;n=i[o>>0]|0;p=t+4|0;c:do if((n<<24>>24<0?k[p>>2]|0:n&255)|0){d:do if((h|0)!=(g|0)){j=g;l=h;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;n=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=n;l=l+1|0}}while(0);n=hc[k[(k[s>>2]|0)+16>>2]&127](s)|0;m=h;l=0;j=0;while(1){if(m>>>0>=g>>>0)break;x=i[((i[o>>0]|0)<0?k[t>>2]|0:t)+j>>0]|0;if(x<<24>>24>0&(l|0)==(x<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+1;i[l>>0]=n;l=i[o>>0]|0;j=(j>>>0<((l<<24>>24<0?k[p>>2]|0:l&255)+-1|0)>>>0&1)+j|0;l=0}y=nc[k[(k[u>>2]|0)+28>>2]&31](u,i[m>>0]|0)|0;x=k[f>>2]|0;k[f>>2]=x+1;i[x>>0]=y;m=m+1|0;l=l+1|0}j=d+(h-a)|0;h=k[f>>2]|0;if((j|0)==(h|0))j=u;else while(1){h=h+-1|0;if(j>>>0>=h>>>0){j=u;break c}y=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=y;j=j+1|0}}else{lc[k[(k[u>>2]|0)+32>>2]&7](u,h,g,k[f>>2]|0)|0;k[f>>2]=(k[f>>2]|0)+(g-h);j=u}while(0);while(1){if(g>>>0>=c>>>0)break;h=i[g>>0]|0;if(h<<24>>24==46){v=29;break}x=nc[k[(k[j>>2]|0)+28>>2]&31](u,h)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}if((v|0)==29){x=hc[k[(k[s>>2]|0)+12>>2]&127](s)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}lc[k[(k[u>>2]|0)+32>>2]&7](u,g,c,k[f>>2]|0)|0;y=(k[f>>2]|0)+(q-g)|0;k[f>>2]=y;k[e>>2]=(b|0)==(c|0)?y:d+(b-a)|0;jF(t);r=w;return}function Sd(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;z=r;r=r+240|0;w=z;u=z+204|0;x=z+192|0;y=z+180|0;v=z+176|0;p=z+16|0;q=z+8|0;s=z+4|0;k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}a=JB(d)|0;t=jE(a,47200)|0;lc[k[(k[t>>2]|0)+32>>2]&7](t,38654,38680,u)|0;$z(a);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[y+(a<<2)>>2]=0;a=a+1|0}t=y+11|0;o=y+8|0;if((i[t>>0]|0)<0)a=(k[o>>2]&2147483647)+-1|0;else a=10;Sp(y,a);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g;k[q>>2]=p;k[s>>2]=0;n=y+4|0;a=k[b>>2]|0;a:while(1){if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;h=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)!=(k[d+16>>2]|0))if(h)break;else break a;if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;A=19;break}}else A=19;while(0);if((A|0)==19){A=0;if(h){a=0;d=0;break}else d=0}h=i[t>>0]|0;h=h<<24>>24<0?k[n>>2]|0:h&255;if((k[v>>2]|0)==(g+h|0)){Sp(y,h<<1);if((i[t>>0]|0)<0)g=(k[o>>2]&2147483647)+-1|0;else g=10;Sp(y,g);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+h}j=a+12|0;h=k[j>>2]|0;m=a+16|0;if((h|0)==(k[m>>2]|0))h=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else h=l[h>>0]|0;if(lg(h&255,16,g,v,s,0,x,p,q,u)|0)break;d=k[j>>2]|0;if((d|0)==(k[m>>2]|0)){hc[k[(k[a>>2]|0)+40>>2]&127](a)|0;continue}else{k[j>>2]=d+1;continue}}Sp(y,(k[v>>2]|0)-g|0);u=(i[t>>0]|0)<0?k[y>>2]|0:y;v=oE()|0;k[w>>2]=f;if((Vw(u,v,0,w)|0)!=1)k[e>>2]=4;if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;a=(a|0)==0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;A=43;break}if(!a)A=44}else A=43;while(0);if((A|0)==43?a:0)A=44;if((A|0)==44)k[e>>2]=k[e>>2]|2;A=k[b>>2]|0;jF(y);jF(x);r=z;return A|0}function Td(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Cp(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=wA(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Sp(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(mg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=dm(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=M;qj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;jF(x);jF(w);r=z;return f|0}function Ud(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Cp(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=wA(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Sp(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(mg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=Lm(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=M;qj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;jF(x);jF(w);r=z;return f|0}function Vd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+304|0;q=A+200|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Cp(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=wA(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Sp(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){l=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;l=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else z=17}else z=17;if((z|0)==17){z=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(g+a|0)){Sp(y,a<<1);if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Sp(y,c);g=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+a}a=l+12|0;c=k[a>>2]|0;h=l+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if(mg(c,s,g,v,t,m,x,w,u,q)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[l>>2]|0)+40>>2]&127](l)|0;h=l;continue}else{k[a>>2]=c+4;h=l;continue}}q=i[x+11>>0]|0;c=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(c-w|0)<160:0){q=k[t>>2]|0;t=c+4|0;k[u>>2]=t;k[c>>2]=q;c=t}v=Al(g,k[v>>2]|0,d,s)|0;j[e>>1]=v;qj(x,w,c,d);if(!l)g=1;else{c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)z=45}else z=43}else z=43;if((z|0)==43?g:0)z=45;if((z|0)==45)k[d>>2]=k[d>>2]|2;jF(y);jF(x);r=A;return f|0}function Wd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Cp(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=wA(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Sp(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(mg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=Hl(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;qj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;jF(x);jF(w);r=z;return f|0}function Xd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,m=0,n=0,o=0,p=0,q=0;f=k[a>>2]|0;do if(f){if((k[f+12>>2]|0)==(k[f+16>>2]|0))if((hc[k[(k[f>>2]|0)+36>>2]&127](f)|0)==-1){k[a>>2]=0;f=0;break}else{f=k[a>>2]|0;break}}else f=0;while(0);f=(f|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){q=10;break}if(f)q=12;else q=11}else q=10;while(0);if((q|0)==10)if(f)q=11;else{b=0;q=12}a:do if((q|0)==11){k[c>>2]=k[c>>2]|6;f=0}else if((q|0)==12){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=l[g>>0]|0;g=f&255;if(g<<24>>24>-1?(p=d+8|0,j[(k[p>>2]|0)+(f<<24>>24<<1)>>1]&2048):0){f=($b[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24;g=k[a>>2]|0;h=g+12|0;i=k[h>>2]|0;if((i|0)==(k[g+16>>2]|0)){hc[k[(k[g>>2]|0)+40>>2]&127](g)|0;i=b;h=b}else{k[h>>2]=i+1;i=b;h=b}while(1){f=f+-48|0;n=e+-1|0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);g=(b|0)==0;if(h)if((k[h+12>>2]|0)==(k[h+16>>2]|0)){m=(hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)==-1;o=m?0:i;m=m?0:i}else{o=i;m=h}else{o=i;m=0}b=k[a>>2]|0;if(!((e|0)>1&(g^(m|0)==0)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=l[g>>0]|0;g=b&255;if(g<<24>>24<=-1)break a;if(!(j[(k[p>>2]|0)+(b<<24>>24<<1)>>1]&2048))break a;f=(($b[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;b=k[a>>2]|0;g=b+12|0;h=k[g>>2]|0;if((h|0)==(k[b+16>>2]|0)){hc[k[(k[b>>2]|0)+40>>2]&127](b)|0;e=n;i=o;h=m;continue}else{k[g>>2]=h+1;e=n;i=o;h=m;continue}}do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);b=(b|0)==0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0)?(hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1:0){q=47;break}if(b)break a}else q=47;while(0);if((q|0)==47?!b:0)break;k[c>>2]=k[c>>2]|2;break}k[c>>2]=k[c>>2]|4;f=0}while(0);return f|0}function Yd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;Cp(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=wA(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Sp(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Sp(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(mg(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=Tj(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;qj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;jF(x);jF(w);r=z;return f|0}function Zd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;Rn(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;Sp(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;p=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[p>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){Sp(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;Sp(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(df(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+kp(h,k[y>>2]|0,d);o[e>>2]=E;qj(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;jF(B);jF(A);r=D;return f|0}function _d(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;Rn(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;Sp(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;o=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){Sp(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;Sp(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(df(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+kp(h,k[y>>2]|0,d);p[e>>3]=E;qj(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;jF(B);jF(A);r=D;return f|0}function $d(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+4208|0;s=v+4176|0;f=v;u=v+4112|0;if((a|0)!=0?(e=(b|0)!=0,t=(c|0)==0,!(e&t)):0){if(e)p=k[c>>2]|0;else p=0;k[f+4096>>2]=f;e=f;k[u>>2]=0;q=u+4|0;k[q>>2]=0;k[u+8>>2]=0;k[u+12>>2]=e;j=u+16|0;k[j>>2]=0;l=u+20|0;k[l>>2]=0;k[u+24>>2]=0;k[u+28>>2]=e;k[u+32>>2]=0;f=u+36|0;k[f>>2]=0;k[u+40>>2]=0;m=u+44|0;k[m>>2]=e;h=u+48|0;g=u+61|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+12>>0]=0;i[g>>0]=1;h=u+32|0;Fr(s,1,0,m);m=s+8|0;n=k[m>>2]|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;k[n+12>>2]=e;k[m>>2]=n+16;tj(h,s);no(s);m=u+62|0;i[m>>0]=0;i[u+63>>0]=1;k[s>>2]=0;n=a+(So(a)|0)|0;yd(a,n,u,s);e=k[s>>2]|0;do if(!((e|0)!=0|(i[m>>0]|0)==0)){h=k[h>>2]|0;if((h|0)!=(k[f>>2]|0)?(k[h>>2]|0)!=(k[h+4>>2]|0):0){i[m>>0]=0;i[g>>0]=0;e=k[u>>2]|0;while(1){f=k[q>>2]|0;if((f|0)==(e|0))break;h=f+-24|0;k[q>>2]=h;Xy(h)}e=k[j>>2]|0;while(1){f=k[l>>2]|0;if((f|0)==(e|0))break;j=f+-16|0;k[l>>2]=j;ir(j)}yd(a,n,u,s);if(!(i[m>>0]|0)){e=k[s>>2]|0;o=19;break}else{k[s>>2]=-2;b=0;e=-2;break}}else o=20}else o=19;while(0);if((o|0)==19)if(!e)o=20;else b=0;do if((o|0)==20){f=k[q>>2]|0;e=i[f+-24+11>>0]|0;if(e<<24>>24<0)g=k[f+-20>>2]|0;else g=e&255;e=i[f+-12+11>>0]|0;if(e<<24>>24<0)e=k[f+-8>>2]|0;else e=e&255;f=e+g|0;e=f+1|0;if(e>>>0>p>>>0){b=Kp(b,e)|0;if(!b){k[s>>2]=-1;b=0;e=-1;break}if(!t)k[c>>2]=e}else if(!b){b=0;e=0;break}t=k[q>>2]|0;c=t+-12|0;e=i[c+11>>0]|0;s=e<<24>>24<0;fm(t+-24|0,s?k[c>>2]|0:c,s?k[t+-8>>2]|0:e&255)|0;e=(k[q>>2]|0)+-24|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;aq(b|0,e|0,f|0)|0;i[b+f>>0]=0;e=0}while(0);if(d|0)k[d>>2]=e;ht(u)}else if(!d)b=0;else{k[d>>2]=-3;b=0}r=v;return b|0}function ae(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;e=k[b>>2]|0;if((d|0)!=0?(f=k[d>>2]|0,(f|0)!=0):0)if(!a){d=c;g=e;j=16}else{k[d>>2]=0;d=c;h=e;j=36}else if(!a){d=c;j=7}else{f=a;d=c;j=6}a:while(1)if((j|0)==6){if(!d){j=26;break}else g=f;while(1){f=i[e>>0]|0;b:do if(((f&255)+-1|0)>>>0<127?d>>>0>4&(e&3|0)==0:0){f=g;do{g=k[e>>2]|0;if((g+-16843009|g)&-2139062144|0){a=f;h=e;f=g&255;break b}k[f>>2]=g&255;k[f+4>>2]=l[e+1>>0];k[f+8>>2]=l[e+2>>0];a=e;e=e+4|0;j=f;f=f+16|0;k[j+12>>2]=l[a+3>>0];d=d+-4|0}while(d>>>0>4);a=f;h=e;f=i[e>>0]|0}else{a=g;h=e}while(0);g=f&255;if((g+-1|0)>>>0>=127)break;e=h+1|0;k[a>>2]=g;d=d+-1|0;if(!d){j=26;break a}else g=a+4|0}e=g+-194|0;if(e>>>0>50){e=h;g=a;j=48;break}f=k[3012+(e<<2)>>2]|0;h=h+1|0;j=36;continue}else if((j|0)==7){while(1){f=i[e>>0]|0;if(((f&255)+-1|0)>>>0<127?(e&3|0)==0:0){j=k[e>>2]|0;f=j&255;if(!((j+-16843009|j)&-2139062144)){do{e=e+4|0;d=d+-4|0;f=k[e>>2]|0}while(((f+-16843009|f)&-2139062144|0)==0);f=f&255}}g=f&255;if((g+-1|0)>>>0>=127)break;e=e+1|0;d=d+-1|0}g=g+-194|0;if(g>>>0>50){g=a;j=48;break}f=k[3012+(g<<2)>>2]|0;g=e+1|0;j=16;continue}else if((j|0)==16){j=(l[g>>0]|0)>>>3;if((j+-16|j+(f>>26))>>>0>7){j=17;break}e=g+1|0;if(f&33554432){if((i[e>>0]&-64)<<24>>24!=-128){j=20;break}e=g+2|0;if(f&524288){if((i[e>>0]&-64)<<24>>24!=-128){j=23;break}e=g+3|0}}d=d+-1|0;j=7;continue}else if((j|0)==36){g=l[h>>0]|0;j=g>>>3;if((j+-16|j+(f>>26))>>>0>7){j=37;break}e=h+1|0;g=g+-128|f<<6;if((g|0)<0){f=(l[e>>0]|0)+-128|0;if(f>>>0>63){j=40;break}e=h+2|0;f=f|g<<6;if((f|0)<0){e=(l[e>>0]|0)+-128|0;if(e>>>0>63){j=43;break}f=e|f<<6;e=h+3|0}}else f=g;k[a>>2]=f;f=a+4|0;d=d+-1|0;j=6;continue}if((j|0)==17){h=g+-1|0;g=a;j=46}else if((j|0)==20){h=g+-1|0;g=a;j=46}else if((j|0)==23){h=g+-1|0;g=a;j=46}else if((j|0)==26)k[b>>2]=e;else if((j|0)==37){h=h+-1|0;g=a;j=46}else if((j|0)==40){e=h+-1|0;c=a;j=52}else if((j|0)==43){e=h+-1|0;c=a;j=52}if((j|0)==46)if(!f){e=h;f=i[h>>0]|0;j=48}else{e=h;c=g;j=52}if((j|0)==48)if(!(f<<24>>24)){if(g|0){k[g>>2]=0;k[b>>2]=0}c=c-d|0}else{c=g;j=52}if((j|0)==52){j=TE()|0;k[j>>2]=84;if(!c)c=-1;else{k[b>>2]=e;c=-1}}return c|0}function be(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Ep(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=wA(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Sp(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Sp(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Sp(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=dm(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=M;qj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;jF(y);jF(x);r=A;return f|0}function ce(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Ep(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=wA(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Sp(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Sp(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Sp(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=Lm(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=M;qj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;jF(y);jF(x);r=A;return f|0}function de(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;B=r;r=r+224|0;s=B+198|0;g=B+196|0;y=B+184|0;z=B+172|0;w=B+168|0;x=B+8|0;v=B+4|0;u=B;f=k[c+4>>2]|0;Ep(y,c,s,g);k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[z+(c<<2)>>2]=0;c=c+1|0}t=wA(f)|0;p=z+11|0;q=z+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Sp(z,c);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h;k[v>>2]=x;k[u>>2]=0;o=z+4|0;n=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){m=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=m?0:c;f=m?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else A=14}else A=14;while(0);if((A|0)==14){A=0;if(g){c=0;b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[w>>2]|0)==(h+a|0)){Sp(z,a<<1);if((i[p>>0]|0)<0)g=(k[q>>2]&2147483647)+-1|0;else g=10;Sp(z,g);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h+a}a=c+12|0;g=k[a>>2]|0;m=c+16|0;if((g|0)==(k[m>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lg(g&255,t,h,w,u,n,y,x,v,s)|0)break;g=k[a>>2]|0;if((g|0)==(k[m>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}s=i[y+11>>0]|0;g=k[v>>2]|0;if(((s<<24>>24<0?k[y+4>>2]|0:s&255)|0)!=0?(g-x|0)<160:0){s=k[u>>2]|0;u=g+4|0;k[v>>2]=u;k[g>>2]=s;g=u}w=Al(h,k[w>>2]|0,d,t)|0;j[e>>1]=w;qj(y,x,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){x=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=x?0:f;c=x?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){A=37;break}if(!c)A=38}else A=37;while(0);if((A|0)==37?c:0)A=38;if((A|0)==38)k[d>>2]=k[d>>2]|2;jF(z);jF(y);r=B;return f|0}function ee(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;Ep(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=wA(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Sp(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Sp(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Sp(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(lg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=Hl(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;qj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;jF(y);jF(x);r=A;return f|0}
-function vc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0;P=r;r=r+400|0;R=P+384|0;J=P+360|0;Q=P+372|0;K=P+348|0;L=P+336|0;M=P+324|0;N=P+312|0;O=P+300|0;y=P+288|0;z=P+276|0;A=P+264|0;B=P+252|0;C=P+240|0;D=P+228|0;E=P+216|0;F=P+204|0;G=P+192|0;H=P+180|0;I=P+168|0;f=P+156|0;g=P+144|0;h=P+132|0;j=P+120|0;l=P+108|0;m=P+96|0;n=P+84|0;o=P+72|0;p=P+60|0;q=P+48|0;s=P+36|0;t=P+24|0;u=P+12|0;v=P;c=FE(rm(b,0)|0)|0;w=fG(c,46)|0;a:do if(!w)do switch(i[c>>0]|0){case 98:switch(i[c+1>>0]|0){case 108:{c=te(a,b)|0;break a}case 114:{if((i[c+2>>0]|0)==95?(i[c+3>>0]|0)==116:0){c=uj(a,b)|0;break a}c=Xj(a,b)|0;break a}default:{e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[f>>2]=k[d>>2];k[f+4>>2]=k[d+4>>2];k[f+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,f);Gb(e|0,8,148)}}case 99:{switch(i[c+1>>0]|0){case 97:{x=178;break}case 117:{c=ws(a,b,1)|0;break a}default:{}}if((x|0)==178){if((c|0)==(k[11376]|0)){c=nr(a,b)|0;break a}if((c|0)==(k[11377]|0)){c=eo(a,b)|0;break a}if((c|0)==(k[11378]|0)){c=Di(a,b)|0;break a}}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[g>>2]=k[d>>2];k[g+4>>2]=k[d+4>>2];k[g+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,g);Gb(e|0,8,148)}case 101:{if((i[c+1>>0]|0)==108){c=dp(a,b)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,h);Gb(e|0,8,148)}case 103:{switch(i[c+1>>0]|0){case 101:{x=196;break}case 114:{c=ws(a,b,2)|0;break a}default:{}}b:do if((x|0)==196)switch(i[c+4>>0]|0){case 108:{c=cu(a,b)|0;break a}case 103:{c=Ot(a,b)|0;break a}default:break b}while(0);e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,j);Gb(e|0,8,148)}case 104:{if((i[c+1>>0]|0)==97){c=ws(a,b,3)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[l>>2]=k[d>>2];k[l+4>>2]=k[d+4>>2];k[l+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,l);Gb(e|0,8,148)}case 105:{if((i[c+1>>0]|0)==102){c=Bn(a,b)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[m>>2]=k[d>>2];k[m+4>>2]=k[d+4>>2];k[m+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,m);Gb(e|0,8,148)}case 108:{if((i[c+1>>0]|0)==111){c=gf(a,b)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,n);Gb(e|0,8,148)}case 110:{if((i[c+1>>0]|0)==111){c=YE(k[a+4>>2]|0)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[o>>2]=k[d>>2];k[o+4>>2]=k[d+4>>2];k[o+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,o);Gb(e|0,8,148)}case 112:{if((i[c+1>>0]|0)==97){c=ws(a,b,0)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[p>>2]=k[d>>2];k[p+4>>2]=k[d+4>>2];k[p+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,p);Gb(e|0,8,148)}case 115:{c:do if((i[c+1>>0]|0)==101){switch(i[c+2>>0]|0){case 116:break;case 108:{c=mp(a,b)|0;break a}default:break c}switch(i[c+4>>0]|0){case 108:{c=Op(a,b)|0;break a}case 103:{c=zp(a,b)|0;break a}default:break c}}while(0);e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[q>>2]=k[d>>2];k[q+4>>2]=k[d+4>>2];k[q+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,q);Gb(e|0,8,148)}case 114:{if((i[c+1>>0]|0)==101){c=eu(a,b)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[s>>2]=k[d>>2];k[s+4>>2]=k[d+4>>2];k[s+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,s);Gb(e|0,8,148)}case 116:{if((i[c+1>>0]|0)==104){c=dp(a,b)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[t>>2]=k[d>>2];k[t+4>>2]=k[d+4>>2];k[t+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,t);Gb(e|0,8,148)}case 117:{if((i[c+1>>0]|0)==110){c=vE(k[a+4>>2]|0)|0;break a}e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,u);Gb(e|0,8,148)}default:{e=Oa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;pq(R,17397,9);d=QB(R,c)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,v);Gb(e|0,8,148)}}while(0);else{c=Of(c,0,1)|0;d=R;e=d+16|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));eI(R,w+1|0,15);d:do switch(i[R>>0]|0){case 97:switch(i[R+1>>0]|0){case 98:{c=Pe(a,b,(c|0)==3?8:9,c)|0;break d}case 100:{if((c|0)!=1)if((c|0)==2)c=25;else c=(c|0)==3?50:63;else c=0;c=Vq(a,b,c)|0;break d}case 110:{c=Vq(a,b,(c|0)==1?7:32)|0;break d}default:{e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[J>>2]=k[d>>2];k[J+4>>2]=k[d+4>>2];k[J+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,J);Gb(e|0,8,148)}}case 99:{e:do switch(i[R+1>>0]|0){case 101:{c=Pe(a,b,(c|0)==3?10:11,c)|0;break d}case 108:{c=Pe(a,b,(c|0)!=1&1,c)|0;break d}case 111:{switch(i[R+2>>0]|0){case 112:{c=Vq(a,b,(c|0)==3?54:67)|0;break d}case 110:break;default:break e}switch(i[R+3>>0]|0){case 118:break;case 115:{c=vn(a,b,c)|0;break d}default:break e}switch(i[R+8>>0]|0){case 115:{Q=(c|0)==3;c=Pe(a,b,(i[R+11>>0]|0)==51?(Q?35:36):Q?39:40,c)|0;break d}case 117:{Q=(c|0)==3;c=Pe(a,b,(i[R+11>>0]|0)==51?(Q?37:38):Q?41:42,c)|0;break d}default:break e}}case 116:{c=Pe(a,b,(c|0)==1?2:3,c)|0;break d}default:{}}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[K>>2]=k[d>>2];k[K+4>>2]=k[d+4>>2];k[K+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,K);Gb(e|0,8,148)}case 100:{switch(i[R+1>>0]|0){case 105:{x=30;break}case 101:{c=Pe(a,b,44,c)|0;break d}default:{}}f:do if((x|0)==30)switch(i[R+3>>0]|0){case 95:{c=(c|0)==1;c=Vq(a,b,(i[R+4>>0]|0)==117?(c?4:29):c?3:28)|0;break d}case 0:{c=Vq(a,b,(c|0)==3?53:66)|0;break d}default:break f}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,L);Gb(e|0,8,148)}case 101:{switch(i[R+1>>0]|0){case 113:{x=39;break}case 120:{c=Pe(a,b,(i[R+7>>0]|0)==117?23:22,c)|0;break d}default:{}}g:do if((x|0)==39){switch(i[R+2>>0]|0){case 0:break;case 122:{c=Pe(a,b,(c|0)==1?20:21,c)|0;break d}default:break g}if((c|0)!=1)if((c|0)==2)c=40;else c=(c|0)==3?57:70;else c=15;c=Vq(a,b,c)|0;break d}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[M>>2]=k[d>>2];k[M+4>>2]=k[d+4>>2];k[M+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,M);Gb(e|0,8,148)}case 102:{if((i[R+1>>0]|0)==108){c=Pe(a,b,(c|0)==3?12:13,c)|0;break d}e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[N>>2]=k[d>>2];k[N+4>>2]=k[d+4>>2];k[N+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,N);Gb(e|0,8,148)}case 103:{h:do switch(i[R+1>>0]|0){case 116:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Vq(a,b,(i[R+3>>0]|0)==117?(c?22:47):c?21:46)|0;break d}case 0:{c=Vq(a,b,(c|0)==3?61:74)|0;break d}default:break h}case 101:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Vq(a,b,(i[R+3>>0]|0)==117?(c?24:49):c?23:48)|0;break d}case 0:{c=Vq(a,b,(c|0)==3?62:75)|0;break d}default:break h}default:{}}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[O>>2]=k[d>>2];k[O+4>>2]=k[d+4>>2];k[O+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,O);Gb(e|0,8,148)}case 108:{i:do switch(i[R+1>>0]|0){case 116:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Vq(a,b,(i[R+3>>0]|0)==117?(c?18:43):c?17:42)|0;break d}case 0:{c=Vq(a,b,(c|0)==3?59:72)|0;break d}default:break i}case 101:switch(i[R+2>>0]|0){case 95:{c=(c|0)==1;c=Vq(a,b,(i[R+3>>0]|0)==117?(c?20:45):c?19:44)|0;break d}case 0:{c=Vq(a,b,(c|0)==3?60:73)|0;break d}default:break i}case 111:{c=Oe(a,b,c)|0;break d}default:{}}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[y>>2]=k[d>>2];k[y+4>>2]=k[d+4>>2];k[y+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,y);Gb(e|0,8,148)}case 109:switch(i[R+1>>0]|0){case 105:{c=Vq(a,b,(c|0)==3?55:68)|0;break d}case 97:{c=Vq(a,b,(c|0)==3?56:69)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=27;else c=(c|0)==3?52:65;else c=2;c=Vq(a,b,c)|0;break d}default:{e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[z>>2]=k[d>>2];k[z+4>>2]=k[d+4>>2];k[z+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,z);Gb(e|0,8,148)}}case 110:{j:do if((i[R+1>>0]|0)==101)switch(i[R+2>>0]|0){case 0:{if((c|0)!=1)if((c|0)==2)c=41;else c=(c|0)==3?58:71;else c=16;c=Vq(a,b,c)|0;break d}case 97:{c=Pe(a,b,(c|0)==3?16:17,c)|0;break d}case 103:{c=Pe(a,b,(c|0)==3?6:7,c)|0;break d}default:break j}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[A>>2]=k[d>>2];k[A+4>>2]=k[d+4>>2];k[A+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,A);Gb(e|0,8,148)}case 111:{if((i[R+1>>0]|0)==114){c=Vq(a,b,(c|0)==1?8:33)|0;break d}e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[B>>2]=k[d>>2];k[B+4>>2]=k[d+4>>2];k[B+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,B);Gb(e|0,8,148)}case 112:switch(i[R+1>>0]|0){case 114:{c=Pe(a,b,43,c)|0;break d}case 111:{c=Pe(a,b,(c|0)==1?4:5,c)|0;break d}default:{e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[C>>2]=k[d>>2];k[C+4>>2]=k[d+4>>2];k[C+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,C);Gb(e|0,8,148)}}case 114:{k:do switch(i[R+1>>0]|0){case 101:switch(i[R+2>>0]|0){case 109:{c=(c|0)==1;c=Vq(a,b,(i[R+4>>0]|0)==117?(c?6:31):c?5:30)|0;break d}case 105:{c=Pe(a,b,(c+-3|0)>>>0<2?((c|0)==3?45:46):(c|0)==1?33:34,c)|0;break d}default:break k}case 111:{if((i[R+2>>0]|0)==116){c=(c|0)==1;c=Vq(a,b,(i[R+3>>0]|0)==108?(c?13:38):c?14:39)|0;break d}break}default:{}}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[D>>2]=k[d>>2];k[D+4>>2]=k[d+4>>2];k[D+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,D);Gb(e|0,8,148)}case 115:switch(i[R+1>>0]|0){case 104:if((i[R+2>>0]|0)==108){c=Vq(a,b,(c|0)==1?10:35)|0;break d}else{c=(c|0)==1;c=Vq(a,b,(i[R+4>>0]|0)==117?(c?11:36):c?12:37)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=26;else c=(c|0)==3?51:64;else c=1;c=Vq(a,b,c)|0;break d}case 113:{c=Pe(a,b,(c|0)==3?18:19,c)|0;break d}case 116:{c=zf(a,b,c)|0;break d}default:{e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[E>>2]=k[d>>2];k[E+4>>2]=k[d+4>>2];k[E+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,E);Gb(e|0,8,148)}}case 116:{l:do if((i[R+1>>0]|0)==114)switch(i[R+6>>0]|0){case 115:{Q=(c|0)==1;c=Pe(a,b,(i[R+9>>0]|0)==51?(Q?25:26):Q?29:30,c)|0;break d}case 117:{Q=(c|0)==1;c=Pe(a,b,(i[R+9>>0]|0)==51?(Q?27:28):Q?31:32,c)|0;break d}default:{if((i[R+2>>0]|0)!=117)break l;c=Pe(a,b,(c|0)==3?14:15,c)|0;break d}}while(0);e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[F>>2]=k[d>>2];k[F+4>>2]=k[d+4>>2];k[F+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,F);Gb(e|0,8,148)}case 119:{if((i[R+1>>0]|0)==114){c=Pe(a,b,24,c)|0;break d}e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[G>>2]=k[d>>2];k[G+4>>2]=k[d+4>>2];k[G+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,G);Gb(e|0,8,148)}case 120:{if((i[R+1>>0]|0)==111){c=Vq(a,b,(c|0)==1?9:34)|0;break d}e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[H>>2]=k[d>>2];k[H+4>>2]=k[d+4>>2];k[H+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,H);Gb(e|0,8,148)}default:{e=Oa(20)|0;k[Q>>2]=0;k[Q+4>>2]=0;k[Q+8>>2]=0;pq(Q,17397,9);d=QB(Q,R)|0;k[I>>2]=k[d>>2];k[I+4>>2]=k[d+4>>2];k[I+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}xz(e,I);Gb(e|0,8,148)}}while(0)}while(0);r=P;return c|0}function wc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0;ca=r;r=r+80|0;ba=ca+56|0;$=ca+40|0;_=ca+24|0;X=ca+8|0;Y=ca;l=b;a:do if((l-a|0)>1){aa=(i[a>>0]|0)==76?a+1|0:a;d=i[aa>>0]|0;switch(d<<24>>24|0){case 78:{b:do if(d<<24>>24==78&(aa|0)!=(b|0)){d=Qq(aa+1|0,b,$)|0;c:do if((d|0)!=(b|0)){f=c+52|0;k[f>>2]=0;switch(i[d>>0]|0){case 82:{k[f>>2]=1;d=d+1|0;break}case 79:{k[f>>2]=2;d=d+1|0;break}default:{}}W=c+4|0;g=k[W>>2]|0;V=k[c+8>>2]|0;h=V;if(g>>>0<V>>>0){k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}g=g+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[W>>2]=(k[W>>2]|0)+24}else{j=k[c>>2]|0;f=(g-j|0)/24|0;g=f+1|0;if(g>>>0>178956970)EH();j=(h-j|0)/24|0;h=j<<1;as(ba,j>>>0<89478485?(h>>>0<g>>>0?g:h):178956970,f,c+12|0);h=ba+8|0;j=k[h>>2]|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;k[j+12>>2]=0;k[j+16>>2]=0;k[j+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[j+(f<<2)>>2]=0;f=f+1|0}g=j+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[h>>2]=j+24;sm(c,ba);br(ba)}if(((l-d|0)>1?(i[d>>0]|0)==83:0)?(i[d+1>>0]|0)==116:0){Pl((k[W>>2]|0)+-24|0,42362,3);d=d+2|0}if((d|0)==(b|0)){e=k[W>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;ba=e+-24|0;k[W>>2]=ba;Xy(ba);e=k[W>>2]|0}}t=_+11|0;u=_+4|0;m=c+12|0;v=c+16|0;V=c+20|0;w=c+24|0;x=X+12|0;y=X+4|0;z=X+8|0;A=c+28|0;B=ba+8|0;C=X+12|0;D=X+4|0;E=X+8|0;F=ba+8|0;G=ba+11|0;H=ba+4|0;I=ba+11|0;J=ba+4|0;K=X+12|0;L=X+4|0;M=X+8|0;N=ba+8|0;O=X+12|0;P=X+4|0;Q=X+8|0;R=ba+8|0;S=ba+11|0;T=ba+4|0;U=X+12|0;n=X+4|0;o=X+8|0;p=ba+8|0;q=ba+11|0;s=ba+4|0;l=0;d:while(1){e:while(1){f=i[d>>0]|0;if(f<<24>>24==69){Z=116;break d}switch(f<<24>>24|0){case 83:{Z=36;break e}case 84:{Z=54;break e}case 68:{Z=70;break e}case 73:break;case 76:{d=d+1|0;if((d|0)==(b|0))break c;else continue e}default:break e}j=Tc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Qp(_,(k[W>>2]|0)+-24|0);d=k[W>>2]|0;f=d+-24|0;g=d;while(1){if((g|0)==(f|0))break;h=g+-24|0;k[W>>2]=h;Xy(h);g=k[W>>2]|0}h=i[t>>0]|0;g=h<<24>>24<0;fm(d+-48|0,g?k[_>>2]|0:_,g?k[u>>2]|0:h&255)|0;d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];Tn(X,d,Y);d=k[V>>2]|0;h=k[w>>2]|0;g=h;if(d>>>0<h>>>0){k[d+12>>2]=k[x>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[y>>2];k[d+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=95;break d}g=g-h|0;h=g>>3;Fr(ba,g>>4>>>0<134217727?(h>>>0<f>>>0?f:h):268435455,d,A);h=k[B>>2]|0;k[h+12>>2]=k[x>>2];k[h>>2]=k[X>>2];k[h+4>>2]=k[y>>2];k[h+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[B>>2]=h+16;tj(v,ba);lp(ba)}ir(X);ID(_);d=j}f:do if((Z|0)==36){Z=0;l=d+1|0;if((l|0)!=(b|0)?(i[l>>0]|0)==116:0)break;j=Pc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Qp(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;Xy(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)iu(f,_);else{hn(ba,42366,_);d=i[I>>0]|0;l=d<<24>>24<0;fm(f,l?k[ba>>2]|0:ba,l?k[J>>2]|0:d&255)|0;ID(ba);d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];Tn(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[K>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[L>>2];k[d+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=49;break d}h=g-h|0;l=h>>3;Fr(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[N>>2]|0;k[l+12>>2]=k[K>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[L>>2];k[l+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[N>>2]=l+16;tj(v,ba);lp(ba)}ir(X)}ID(_);l=1;d=j;continue d}else if((Z|0)==54){Z=0;j=Zc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Qp(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;Xy(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)iu(f,_);else{hn(ba,42366,_);l=i[S>>0]|0;h=l<<24>>24<0;fm(f,h?k[ba>>2]|0:ba,h?k[T>>2]|0:l&255)|0;ID(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];Tn(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[O>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[P>>2];k[d+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=67;break d}h=g-h|0;l=h>>3;Fr(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[R>>2]|0;k[l+12>>2]=k[O>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[P>>2];k[l+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[R>>2]=l+16;tj(v,ba);lp(ba)}ir(X);ID(_);l=1;d=j;continue d}else if((Z|0)==70){Z=0;f=d+1|0;if((f|0)!=(b|0))switch(i[f>>0]|0){case 84:case 116:break;default:break f}j=eg(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Qp(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;Xy(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)iu(f,_);else{hn(ba,42366,_);l=i[q>>0]|0;h=l<<24>>24<0;fm(f,h?k[ba>>2]|0:ba,h?k[s>>2]|0:l&255)|0;ID(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];Tn(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[U>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[n>>2];k[d+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=85;break d}h=g-h|0;l=h>>3;Fr(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[p>>2]|0;k[l+12>>2]=k[U>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[n>>2];k[l+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[p>>2]=l+16;tj(v,ba);lp(ba)}ir(X);ID(_);l=1;d=j;continue d}while(0);j=Hc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Qp(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;Xy(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)iu(f,_);else{hn(ba,42366,_);l=i[G>>0]|0;h=l<<24>>24<0;fm(f,h?k[ba>>2]|0:ba,h?k[H>>2]|0:l&255)|0;ID(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];Tn(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[C>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[D>>2];k[d+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=112;break}h=g-h|0;l=h>>3;Fr(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[F>>2]|0;k[l+12>>2]=k[C>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[D>>2];k[l+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[F>>2]=l+16;tj(v,ba);lp(ba)}ir(X);ID(_);l=1;d=j}if((Z|0)==49)EH();else if((Z|0)==67)EH();else if((Z|0)==85)EH();else if((Z|0)==95)EH();else if((Z|0)==112)EH();else if((Z|0)==116){d=d+1|0;k[c+48>>2]=k[$>>2];g:do if(l?(e=k[V>>2]|0,(k[c+16>>2]|0)!=(e|0)):0){f=e+-16|0;while(1){if((e|0)==(f|0))break g;ba=e+-16|0;k[V>>2]=ba;ir(ba);e=k[V>>2]|0}}while(0);break b}}while(0);d=aa}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}case 90:{h:do if(((d<<24>>24==90&(aa|0)!=(b|0)?($=aa+1|0,f=Ec($,b,c)|0,!((f|0)==($|0)|(f|0)==(b|0))):0)?(i[f>>0]|0)==69:0)?(g=f+1|0,(g|0)!=(b|0)):0)switch(i[g>>0]|0){case 115:{d=vl(f+2|0,b)|0;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break h;hz(e+-24|0,42369)|0;break h}case 100:{d=f+2|0;if((d|0)==(b|0)){d=aa;break h}d=Pp(d,b)|0;if((d|0)==(b|0)){d=aa;break h}if((i[d>>0]|0)!=95){d=aa;break h}$=d+1|0;d=wc($,b,c)|0;h=c+4|0;if((d|0)==($|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=aa;break h}ba=e+-24|0;k[h>>2]=ba;Xy(ba);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=aa;break h}Qp(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;Xy(c);g=k[h>>2]|0}hz(e+-48|0,42366)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;fm((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;ID(ba);break h}default:{d=wc(g,b,c)|0;if((d|0)==(g|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=aa;break h}ba=f+-24|0;k[d>>2]=ba;Xy(ba);f=k[d>>2]|0}}d=vl(d,b)|0;h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break h;Qp(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;Xy(c);g=k[h>>2]|0}hz(e+-48|0,42366)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;fm((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;ID(ba);break h}}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}default:{do if((l-aa|0)>1){if(d<<24>>24==83?(i[aa+1>>0]|0)==116:0){d=aa+2|0;if((d|0)==(b|0)){f=0;e=b}else{f=0;e=(i[d>>0]|0)==76?aa+3|0:d}}else{f=1;e=aa}d=Hc(e,b,c)|0;e=(d|0)==(e|0);if(f|e)d=e?aa:d;else{e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;yy(e+-24|0,0,42386)|0}if((d|0)!=(aa|0)){if((d|0)==(b|0)){d=b;break a}if((i[d>>0]|0)!=73)break a;l=c+4|0;e=k[l>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[_>>2]=k[c+12>>2];Tn($,e+-24|0,_);e=c+20|0;f=k[e>>2]|0;aa=k[c+24>>2]|0;h=aa;do if(f>>>0>=aa>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{_=h-g|0;aa=_>>3;Fr(ba,_>>4>>>0<134217727?(aa>>>0<f>>>0?f:aa):268435455,e,c+28|0);aa=ba+8|0;_=k[aa>>2]|0;k[_+12>>2]=k[$+12>>2];k[_>>2]=k[$>>2];Z=$+4|0;k[_+4>>2]=k[Z>>2];Y=$+8|0;k[_+8>>2]=k[Y>>2];k[Y>>2]=0;k[Z>>2]=0;k[$>>2]=0;k[aa>>2]=_+16;tj(j,ba);lp(ba);break}}else{k[f+12>>2]=k[$+12>>2];k[f>>2]=k[$>>2];aa=$+4|0;k[f+4>>2]=k[aa>>2];_=$+8|0;k[f+8>>2]=k[_>>2];k[_>>2]=0;k[aa>>2]=0;k[$>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir($);g=Tc(d,b,c)|0;if((g|0)==(d|0)){d=a;break a}d=k[l>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(ba,d+-24|0);d=k[l>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[l>>2]=a;Xy(a);f=k[l>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;fm(d+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;ID(ba);d=g;break a}}while(0);e=Pc(aa,b,c)|0;if((e|0)==(aa|0)|(e|0)==(b|0)){d=a;break a}if((i[e>>0]|0)!=73){d=a;break a}d=Tc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;Xy(a);g=k[h>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;fm(e+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;ID(ba);break a}}}else d=a;while(0);r=ca;return d|0}function xc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+16|0;o=L;do if(a>>>0<245){n=a>>>0<11?16:a+11&-8;a=n>>>3;t=k[11414]|0;c=t>>>a;if(c&3|0){a=(c&1^1)+a|0;c=45696+(a<<1<<2)|0;d=c+8|0;e=k[d>>2]|0;f=e+8|0;g=k[f>>2]|0;do if((c|0)!=(g|0)){if(g>>>0<(k[11418]|0)>>>0)Ga();b=g+12|0;if((k[b>>2]|0)==(e|0)){k[b>>2]=c;k[d>>2]=g;break}else Ga()}else k[11414]=t&~(1<<a);while(0);K=a<<3;k[e+4>>2]=K|3;K=e+K+4|0;k[K>>2]=k[K>>2]|1;K=f;r=L;return K|0}s=k[11416]|0;if(n>>>0>s>>>0){if(c|0){h=2<<a;a=c<<a&(h|0-h);a=(a&0-a)+-1|0;h=a>>>12&16;a=a>>>h;d=a>>>5&8;a=a>>>d;f=a>>>2&4;a=a>>>f;c=a>>>1&2;a=a>>>c;b=a>>>1&1;b=(d|h|f|c|b)+(a>>>b)|0;a=45696+(b<<1<<2)|0;c=a+8|0;f=k[c>>2]|0;h=f+8|0;d=k[h>>2]|0;do if((a|0)!=(d|0)){if(d>>>0<(k[11418]|0)>>>0)Ga();e=d+12|0;if((k[e>>2]|0)==(f|0)){k[e>>2]=a;k[c>>2]=d;i=t;break}else Ga()}else{i=t&~(1<<b);k[11414]=i}while(0);g=(b<<3)-n|0;k[f+4>>2]=n|3;d=f+n|0;k[d+4>>2]=g|1;k[d+g>>2]=g;if(s|0){e=k[11419]|0;b=s>>>3;c=45696+(b<<1<<2)|0;b=1<<b;if(i&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[11418]|0)>>>0)Ga();else{j=a;l=b}}else{k[11414]=i|b;j=c;l=c+8|0}k[l>>2]=e;k[j+12>>2]=e;k[e+8>>2]=j;k[e+12>>2]=c}k[11416]=g;k[11419]=d;K=h;r=L;return K|0}j=k[11415]|0;if(j){a=(j&0-j)+-1|0;J=a>>>12&16;a=a>>>J;I=a>>>5&8;a=a>>>I;K=a>>>2&4;a=a>>>K;h=a>>>1&2;a=a>>>h;i=a>>>1&1;i=k[45960+((I|J|K|h|i)+(a>>>i)<<2)>>2]|0;a=i;h=i;i=(k[i+4>>2]&-8)-n|0;while(1){b=k[a+16>>2]|0;if(!b){b=k[a+20>>2]|0;if(!b)break}K=(k[b+4>>2]&-8)-n|0;J=K>>>0<i>>>0;a=b;h=J?b:h;i=J?K:i}e=k[11418]|0;if(h>>>0<e>>>0)Ga();g=h+n|0;if(h>>>0>=g>>>0)Ga();f=k[h+24>>2]|0;c=k[h+12>>2]|0;do if((c|0)==(h|0)){a=h+20|0;b=k[a>>2]|0;if(!b){a=h+16|0;b=k[a>>2]|0;if(!b){m=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ga();else{k[a>>2]=0;m=b;break}}else{d=k[h+8>>2]|0;if(d>>>0<e>>>0)Ga();b=d+12|0;if((k[b>>2]|0)!=(h|0))Ga();a=c+8|0;if((k[a>>2]|0)==(h|0)){k[b>>2]=c;k[a>>2]=d;m=c;break}else Ga()}while(0);do if(f|0){b=k[h+28>>2]|0;a=45960+(b<<2)|0;if((h|0)==(k[a>>2]|0)){k[a>>2]=m;if(!m){k[11415]=j&~(1<<b);break}}else{if(f>>>0<(k[11418]|0)>>>0)Ga();b=f+16|0;if((k[b>>2]|0)==(h|0))k[b>>2]=m;else k[f+20>>2]=m;if(!m)break}a=k[11418]|0;if(m>>>0<a>>>0)Ga();k[m+24>>2]=f;b=k[h+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ga();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);b=k[h+20>>2]|0;if(b|0)if(b>>>0<(k[11418]|0)>>>0)Ga();else{k[m+20>>2]=b;k[b+24>>2]=m;break}}while(0);if(i>>>0<16){K=i+n|0;k[h+4>>2]=K|3;K=h+K+4|0;k[K>>2]=k[K>>2]|1}else{k[h+4>>2]=n|3;k[g+4>>2]=i|1;k[g+i>>2]=i;if(s|0){d=k[11419]|0;b=s>>>3;c=45696+(b<<1<<2)|0;b=1<<b;if(t&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[11418]|0)>>>0)Ga();else{p=a;q=b}}else{k[11414]=t|b;p=c;q=c+8|0}k[q>>2]=d;k[p+12>>2]=d;k[d+8>>2]=p;k[d+12>>2]=c}k[11416]=i;k[11419]=g}K=h+8|0;r=L;return K|0}}}else if(a>>>0<=4294967231){a=a+11|0;n=a&-8;j=k[11415]|0;if(j){d=0-n|0;a=a>>>8;if(a)if(n>>>0>16777215)i=31;else{q=(a+1048320|0)>>>16&8;D=a<<q;p=(D+520192|0)>>>16&4;D=D<<p;i=(D+245760|0)>>>16&2;i=14-(p|q|i)+(D<<i>>>15)|0;i=n>>>(i+7|0)&1|i<<1}else i=0;a=k[45960+(i<<2)>>2]|0;a:do if(!a){c=0;e=0;D=86}else{e=0;h=a;g=n<<((i|0)==31?0:25-(i>>>1)|0);c=0;while(1){a=(k[h+4>>2]&-8)-n|0;if(a>>>0<d>>>0)if(!a){a=h;d=0;c=h;D=90;break a}else{e=h;d=a}a=k[h+20>>2]|0;h=k[h+16+(g>>>31<<2)>>2]|0;c=(a|0)==0|(a|0)==(h|0)?c:a;a=(h|0)==0;if(a){D=86;break}else g=g<<(a&1^1)}}while(0);if((D|0)==86){if((c|0)==0&(e|0)==0){a=2<<i;a=j&(a|0-a);if(!a)break;q=(a&0-a)+-1|0;l=q>>>12&16;q=q>>>l;i=q>>>5&8;q=q>>>i;m=q>>>2&4;q=q>>>m;p=q>>>1&2;q=q>>>p;c=q>>>1&1;c=k[45960+((i|l|m|p|c)+(q>>>c)<<2)>>2]|0}if(!c){i=e;h=d}else{a=e;D=90}}if((D|0)==90)while(1){D=0;q=(k[c+4>>2]&-8)-n|0;e=q>>>0<d>>>0;d=e?q:d;a=e?c:a;e=k[c+16>>2]|0;if(e|0){c=e;D=90;continue}c=k[c+20>>2]|0;if(!c){i=a;h=d;break}else D=90}if((i|0)!=0?h>>>0<((k[11416]|0)-n|0)>>>0:0){e=k[11418]|0;if(i>>>0<e>>>0)Ga();g=i+n|0;if(i>>>0>=g>>>0)Ga();f=k[i+24>>2]|0;c=k[i+12>>2]|0;do if((c|0)==(i|0)){a=i+20|0;b=k[a>>2]|0;if(!b){a=i+16|0;b=k[a>>2]|0;if(!b){s=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ga();else{k[a>>2]=0;s=b;break}}else{d=k[i+8>>2]|0;if(d>>>0<e>>>0)Ga();b=d+12|0;if((k[b>>2]|0)!=(i|0))Ga();a=c+8|0;if((k[a>>2]|0)==(i|0)){k[b>>2]=c;k[a>>2]=d;s=c;break}else Ga()}while(0);do if(f){b=k[i+28>>2]|0;a=45960+(b<<2)|0;if((i|0)==(k[a>>2]|0)){k[a>>2]=s;if(!s){t=j&~(1<<b);k[11415]=t;break}}else{if(f>>>0<(k[11418]|0)>>>0)Ga();b=f+16|0;if((k[b>>2]|0)==(i|0))k[b>>2]=s;else k[f+20>>2]=s;if(!s){t=j;break}}a=k[11418]|0;if(s>>>0<a>>>0)Ga();k[s+24>>2]=f;b=k[i+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ga();else{k[s+16>>2]=b;k[b+24>>2]=s;break}while(0);b=k[i+20>>2]|0;if(b)if(b>>>0<(k[11418]|0)>>>0)Ga();else{k[s+20>>2]=b;k[b+24>>2]=s;t=j;break}else t=j}else t=j;while(0);do if(h>>>0>=16){k[i+4>>2]=n|3;k[g+4>>2]=h|1;k[g+h>>2]=h;b=h>>>3;if(h>>>0<256){c=45696+(b<<1<<2)|0;a=k[11414]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[11418]|0)>>>0)Ga();else{B=a;C=b}}else{k[11414]=a|b;B=c;C=c+8|0}k[C>>2]=g;k[B+12>>2]=g;k[g+8>>2]=B;k[g+12>>2]=c;break}b=h>>>8;if(b)if(h>>>0>16777215)b=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=h>>>(b+7|0)&1|b<<1}else b=0;c=45960+(b<<2)|0;k[g+28>>2]=b;a=g+16|0;k[a+4>>2]=0;k[a>>2]=0;a=1<<b;if(!(t&a)){k[11415]=t|a;k[c>>2]=g;k[g+24>>2]=c;k[g+12>>2]=g;k[g+8>>2]=g;break}a=h<<((b|0)==31?0:25-(b>>>1)|0);d=k[c>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(h|0)){D=148;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=145;break}else{a=a<<1;d=b}}if((D|0)==145)if(c>>>0<(k[11418]|0)>>>0)Ga();else{k[c>>2]=g;k[g+24>>2]=d;k[g+12>>2]=g;k[g+8>>2]=g;break}else if((D|0)==148){b=d+8|0;a=k[b>>2]|0;K=k[11418]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=g;k[b>>2]=g;k[g+8>>2]=a;k[g+12>>2]=d;k[g+24>>2]=0;break}else Ga()}}else{K=h+n|0;k[i+4>>2]=K|3;K=i+K+4|0;k[K>>2]=k[K>>2]|1}while(0);K=i+8|0;r=L;return K|0}}}else n=-1;while(0);c=k[11416]|0;if(c>>>0>=n>>>0){b=c-n|0;a=k[11419]|0;if(b>>>0>15){K=a+n|0;k[11419]=K;k[11416]=b;k[K+4>>2]=b|1;k[K+b>>2]=b;k[a+4>>2]=n|3}else{k[11416]=0;k[11419]=0;k[a+4>>2]=c|3;K=a+c+4|0;k[K>>2]=k[K>>2]|1}K=a+8|0;r=L;return K|0}h=k[11417]|0;if(h>>>0>n>>>0){I=h-n|0;k[11417]=I;K=k[11420]|0;J=K+n|0;k[11420]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}if(!(k[11532]|0)){k[11534]=4096;k[11533]=4096;k[11535]=-1;k[11536]=-1;k[11537]=0;k[11525]=0;a=o&-16^1431655768;k[o>>2]=a;k[11532]=a;a=4096}else a=k[11534]|0;i=n+48|0;j=n+47|0;g=a+j|0;e=0-a|0;l=g&e;if(l>>>0<=n>>>0){K=0;r=L;return K|0}a=k[11524]|0;if(a|0?(B=k[11522]|0,C=B+l|0,C>>>0<=B>>>0|C>>>0>a>>>0):0){K=0;r=L;return K|0}b:do if(!(k[11525]&4)){c=k[11420]|0;c:do if(c){d=46104;while(1){a=k[d>>2]|0;if(a>>>0<=c>>>0?(u=d+4|0,(a+(k[u>>2]|0)|0)>>>0>c>>>0):0)break;a=k[d+8>>2]|0;if(!a){D=172;break c}else d=a}c=g-h&e;if(c>>>0<2147483647){a=ab(c|0)|0;if((a|0)==((k[d>>2]|0)+(k[u>>2]|0)|0)){if((a|0)!=(-1|0)){g=c;f=a;D=190;break b}}else{b=c;D=180}}}else D=172;while(0);do if(((D|0)==172?(f=ab(0)|0,(f|0)!=(-1|0)):0)?(b=f,v=k[11533]|0,w=v+-1|0,b=((w&b|0)==0?0:(w+b&0-v)-b|0)+l|0,v=k[11522]|0,w=b+v|0,b>>>0>n>>>0&b>>>0<2147483647):0){C=k[11524]|0;if(C|0?w>>>0<=v>>>0|w>>>0>C>>>0:0)break;a=ab(b|0)|0;if((a|0)==(f|0)){g=b;D=190;break b}else D=180}while(0);d:do if((D|0)==180){c=0-b|0;do if(i>>>0>b>>>0&(b>>>0<2147483647&(a|0)!=(-1|0))?(x=k[11534]|0,x=j-b+x&0-x,x>>>0<2147483647):0)if((ab(x|0)|0)==(-1|0)){ab(c|0)|0;break d}else{b=x+b|0;break}while(0);if((a|0)!=(-1|0)){g=b;f=a;D=190;break b}}while(0);k[11525]=k[11525]|4;D=187}else D=187;while(0);if((((D|0)==187?l>>>0<2147483647:0)?(A=ab(l|0)|0,y=ab(0)|0,A>>>0<y>>>0&((A|0)!=(-1|0)&(y|0)!=(-1|0))):0)?(z=y-A|0,z>>>0>(n+40|0)>>>0):0){g=z;f=A;D=190}if((D|0)==190){b=(k[11522]|0)+g|0;k[11522]=b;if(b>>>0>(k[11523]|0)>>>0)k[11523]=b;j=k[11420]|0;do if(j){b=46104;while(1){a=k[b>>2]|0;c=b+4|0;d=k[c>>2]|0;if((f|0)==(a+d|0)){D=200;break}e=k[b+8>>2]|0;if(!e)break;else b=e}if(((D|0)==200?(k[b+12>>2]&8|0)==0:0)?j>>>0<f>>>0&j>>>0>=a>>>0:0){k[c>>2]=d+g;K=j+8|0;K=(K&7|0)==0?0:0-K&7;J=j+K|0;K=g-K+(k[11417]|0)|0;k[11420]=J;k[11417]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[11421]=k[11536];break}b=k[11418]|0;if(f>>>0<b>>>0){k[11418]=f;h=f}else h=b;a=f+g|0;b=46104;while(1){if((k[b>>2]|0)==(a|0)){D=208;break}b=k[b+8>>2]|0;if(!b){a=46104;break}}if((D|0)==208)if(!(k[b+12>>2]&8)){k[b>>2]=f;m=b+4|0;k[m>>2]=(k[m>>2]|0)+g;m=f+8|0;m=f+((m&7|0)==0?0:0-m&7)|0;b=a+8|0;b=a+((b&7|0)==0?0:0-b&7)|0;l=m+n|0;i=b-m-n|0;k[m+4>>2]=n|3;do if((b|0)!=(j|0)){if((b|0)==(k[11419]|0)){K=(k[11416]|0)+i|0;k[11416]=K;k[11419]=l;k[l+4>>2]=K|1;k[l+K>>2]=K;break}a=k[b+4>>2]|0;if((a&3|0)==1){g=a&-8;e=a>>>3;e:do if(a>>>0>=256){f=k[b+24>>2]|0;d=k[b+12>>2]|0;do if((d|0)==(b|0)){d=b+16|0;c=d+4|0;a=k[c>>2]|0;if(!a){a=k[d>>2]|0;if(!a){I=0;break}else c=d}while(1){d=a+20|0;e=k[d>>2]|0;if(e|0){a=e;c=d;continue}d=a+16|0;e=k[d>>2]|0;if(!e)break;else{a=e;c=d}}if(c>>>0<h>>>0)Ga();else{k[c>>2]=0;I=a;break}}else{e=k[b+8>>2]|0;if(e>>>0<h>>>0)Ga();a=e+12|0;if((k[a>>2]|0)!=(b|0))Ga();c=d+8|0;if((k[c>>2]|0)==(b|0)){k[a>>2]=d;k[c>>2]=e;I=d;break}else Ga()}while(0);if(!f)break;a=k[b+28>>2]|0;c=45960+(a<<2)|0;do if((b|0)!=(k[c>>2]|0)){if(f>>>0<(k[11418]|0)>>>0)Ga();a=f+16|0;if((k[a>>2]|0)==(b|0))k[a>>2]=I;else k[f+20>>2]=I;if(!I)break e}else{k[c>>2]=I;if(I|0)break;k[11415]=k[11415]&~(1<<a);break e}while(0);d=k[11418]|0;if(I>>>0<d>>>0)Ga();k[I+24>>2]=f;a=b+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<d>>>0)Ga();else{k[I+16>>2]=c;k[c+24>>2]=I;break}while(0);a=k[a+4>>2]|0;if(!a)break;if(a>>>0<(k[11418]|0)>>>0)Ga();else{k[I+20>>2]=a;k[a+24>>2]=I;break}}else{c=k[b+8>>2]|0;d=k[b+12>>2]|0;a=45696+(e<<1<<2)|0;do if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ga();if((k[c+12>>2]|0)==(b|0))break;Ga()}while(0);if((d|0)==(c|0)){k[11414]=k[11414]&~(1<<e);break}do if((d|0)==(a|0))F=d+8|0;else{if(d>>>0<h>>>0)Ga();a=d+8|0;if((k[a>>2]|0)==(b|0)){F=a;break}Ga()}while(0);k[c+12>>2]=d;k[F>>2]=c}while(0);b=b+g|0;e=g+i|0}else e=i;b=b+4|0;k[b>>2]=k[b>>2]&-2;k[l+4>>2]=e|1;k[l+e>>2]=e;b=e>>>3;if(e>>>0<256){c=45696+(b<<1<<2)|0;a=k[11414]|0;b=1<<b;do if(!(a&b)){k[11414]=a|b;J=c;K=c+8|0}else{b=c+8|0;a=k[b>>2]|0;if(a>>>0>=(k[11418]|0)>>>0){J=a;K=b;break}Ga()}while(0);k[K>>2]=l;k[J+12>>2]=l;k[l+8>>2]=J;k[l+12>>2]=c;break}b=e>>>8;do if(!b)b=0;else{if(e>>>0>16777215){b=31;break}J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=e>>>(b+7|0)&1|b<<1}while(0);d=45960+(b<<2)|0;k[l+28>>2]=b;a=l+16|0;k[a+4>>2]=0;k[a>>2]=0;a=k[11415]|0;c=1<<b;if(!(a&c)){k[11415]=a|c;k[d>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}a=e<<((b|0)==31?0:25-(b>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){D=278;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=275;break}else{a=a<<1;d=b}}if((D|0)==275)if(c>>>0<(k[11418]|0)>>>0)Ga();else{k[c>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}else if((D|0)==278){b=d+8|0;a=k[b>>2]|0;K=k[11418]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=l;k[b>>2]=l;k[l+8>>2]=a;k[l+12>>2]=d;k[l+24>>2]=0;break}else Ga()}}else{K=(k[11417]|0)+i|0;k[11417]=K;k[11420]=l;k[l+4>>2]=K|1}while(0);K=m+8|0;r=L;return K|0}else a=46104;while(1){b=k[a>>2]|0;if(b>>>0<=j>>>0?(E=b+(k[a+4>>2]|0)|0,E>>>0>j>>>0):0)break;a=k[a+8>>2]|0}e=E+-47|0;a=e+8|0;a=e+((a&7|0)==0?0:0-a&7)|0;e=j+16|0;a=a>>>0<e>>>0?j:a;b=a+8|0;c=f+8|0;c=(c&7|0)==0?0:0-c&7;K=f+c|0;c=g+-40-c|0;k[11420]=K;k[11417]=c;k[K+4>>2]=c|1;k[K+c+4>>2]=40;k[11421]=k[11536];c=a+4|0;k[c>>2]=27;k[b>>2]=k[11526];k[b+4>>2]=k[11527];k[b+8>>2]=k[11528];k[b+12>>2]=k[11529];k[11526]=f;k[11527]=g;k[11529]=0;k[11528]=b;b=a+24|0;do{b=b+4|0;k[b>>2]=7}while((b+4|0)>>>0<E>>>0);if((a|0)!=(j|0)){f=a-j|0;k[c>>2]=k[c>>2]&-2;k[j+4>>2]=f|1;k[a>>2]=f;b=f>>>3;if(f>>>0<256){c=45696+(b<<1<<2)|0;a=k[11414]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[11418]|0)>>>0)Ga();else{G=a;H=b}}else{k[11414]=a|b;G=c;H=c+8|0}k[H>>2]=j;k[G+12>>2]=j;k[j+8>>2]=G;k[j+12>>2]=c;break}b=f>>>8;if(b)if(f>>>0>16777215)c=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;c=(K+245760|0)>>>16&2;c=14-(I|J|c)+(K<<c>>>15)|0;c=f>>>(c+7|0)&1|c<<1}else c=0;d=45960+(c<<2)|0;k[j+28>>2]=c;k[j+20>>2]=0;k[e>>2]=0;b=k[11415]|0;a=1<<c;if(!(b&a)){k[11415]=b|a;k[d>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}a=f<<((c|0)==31?0:25-(c>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(f|0)){D=304;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=301;break}else{a=a<<1;d=b}}if((D|0)==301)if(c>>>0<(k[11418]|0)>>>0)Ga();else{k[c>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}else if((D|0)==304){b=d+8|0;a=k[b>>2]|0;K=k[11418]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=j;k[b>>2]=j;k[j+8>>2]=a;k[j+12>>2]=d;k[j+24>>2]=0;break}else Ga()}}}else{K=k[11418]|0;if((K|0)==0|f>>>0<K>>>0)k[11418]=f;k[11526]=f;k[11527]=g;k[11529]=0;k[11423]=k[11532];k[11422]=-1;b=0;do{K=45696+(b<<1<<2)|0;k[K+12>>2]=K;k[K+8>>2]=K;b=b+1|0}while((b|0)!=32);K=f+8|0;K=(K&7|0)==0?0:0-K&7;J=f+K|0;K=g+-40-K|0;k[11420]=J;k[11417]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[11421]=k[11536]}while(0);b=k[11417]|0;if(b>>>0>n>>>0){I=b-n|0;k[11417]=I;K=k[11420]|0;J=K+n|0;k[11420]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}}K=TE()|0;k[K>>2]=12;K=0;r=L;return K|0}function yc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0,ha=0,ia=0,ja=0;ja=r;r=r+256|0;aa=ja+216|0;ga=ja+148|0;V=ja+204|0;W=ja+192|0;ia=ja+104|0;X=ja+180|0;T=ja+176|0;U=ja+172|0;Y=ja+160|0;Z=ja+136|0;_=ja+132|0;ba=ja+100|0;ca=ja+40|0;d=ja+32|0;da=ja+16|0;ea=ja+96|0;fa=ja+4|0;c=ja;ha=ja+52|0;$=bI(b,0)|0;if(!(oD(k[$>>2]|0,44748)|0))Na(11484,11503,450,11518);b=bI(b,1)|0;b=bI(k[b>>2]|0,0)|0;b=k[b>>2]|0;$=bI(b,0)|0;if(!(oD(k[$>>2]|0,44752)|0))Na(11529,11503,452,11518);R=bI(b,3)|0;R=k[R>>2]|0;$=bI(R,0)|0;$=bI(k[$>>2]|0,0)|0;do if(oD(k[$>>2]|0,44760)|0?($=bI(R,0)|0,$=bI(k[$>>2]|0,1)|0,$=bI(k[$>>2]|0,0)|0,oD(k[$>>2]|0,44844)|0):0){$=bI(R,0)|0;$=bI(k[$>>2]|0,1)|0;$=bI(k[$>>2]|0,1)|0;$=WE(k[$>>2]|0)|0;Le(aa,34811,1);if((k[$>>2]|0)!=(k[aa>>2]|0)?($=bI(R,0)|0,$=bI(k[$>>2]|0,1)|0,$=bI(k[$>>2]|0,1)|0,$=WE(k[$>>2]|0)|0,Le(ga,11553,1),(k[$>>2]|0)!=(k[ga>>2]|0)):0)break;S=a+39|0;if(i[S>>0]|0){b=0;e=1;while(1){if(e>>>0>=(ZA(R)|0)>>>0)break;$=bI(R,e)|0;$=bI(k[$>>2]|0,0)|0;b=((oD(k[$>>2]|0,44752)|0)&1)+b|0;e=e+1|0}Q=Oz(132)|0;Nh(Q,k[a>>2]|0,b);$=a+12|0;b=k[$>>2]|0;k[$>>2]=Q;if(b){Xt(b);hJ(b);$=a}else $=a}else $=a;Q=a+12|0;G=ga+4|0;H=ga+8|0;I=ga+4|0;E=a+100|0;F=a+104|0;J=a+72|0;K=a+52|0;L=a+56|0;M=ia+4|0;N=ia+5|0;O=ia+8|0;P=a+24|0;D=1;u=0;f=0;g=0;v=0;t=0;q=0;o=0;n=0;m=0;w=0;s=0;x=0;a:while(1){if(D>>>0>=(ZA(R)|0)>>>0){b=19;break}C=bI(R,D)|0;C=k[C>>2]|0;B=bI(C,0)|0;b:do if(!(oD(k[B>>2]|0,44772)|0)){B=bI(C,0)|0;if(oD(k[B>>2]|0,44752)|0){b=Rc(a,C)|0;if(!(i[S>>0]|0)){$j(k[$>>2]|0,b);b=u;h=v;l=w;j=s;e=x;break}else{Dt(k[Q>>2]|0,b);b=u;h=v;l=w;j=s;e=x;break}}B=bI(C,0)|0;if(oD(k[B>>2]|0,44788)|0){j=bI(C,1)|0;j=bI(k[j>>2]|0,1)|0;j=k[j>>2]|0;k[G>>2]=0;k[H>>2]=0;k[ga>>2]=I;h=0;while(1){if(h>>>0>=(ZA(j)|0)>>>0)break;b=bI(j,h)|0;b=k[b>>2]|0;l=bI(b,0)|0;l=WE(k[l>>2]|0)|0;l=k[l>>2]|0;C=bI(b,1)|0;C=bI(k[C>>2]|0,0)|0;if(!(oD(k[C>>2]|0,44768)|0)){b=117;break a}b=bI(b,1)|0;b=bI(k[b>>2]|0,1)|0;b=WE(k[b>>2]|0)|0;b=k[b>>2]|0;Le(aa,12131,0);e=l;do if((e|0)==(k[aa>>2]|0)){C=k[$>>2]|0;k[T>>2]=b;k[aa>>2]=k[T>>2];if(Rv(C,aa)|0){b=120;break a}}else{do if((e|0)==(k[11217]|0))k[E>>2]=b;else{if((e|0)!=(k[11215]|0))break;k[F>>2]=b}while(0);C=k[$>>2]|0;k[U>>2]=b;k[aa>>2]=k[U>>2];if(!(Rv(C,aa)|0)){b=126;break a}k[aa>>2]=l;if(!(kt(ga,aa)|0)){B=Oz(8)|0;k[B>>2]=l;k[B+4>>2]=b;jk(k[$>>2]|0,B);k[aa>>2]=l;C=zq(ga,aa)|0;k[C>>2]=B;break}else{k[aa>>2]=l;C=zq(ga,aa)|0;k[(k[C>>2]|0)+4>>2]=b;break}}while(0);h=h+1|0}Dw(ga);b=u;h=v;l=w;j=s;e=x}else{b=u;h=v;l=w;j=s;e=x}}else{B=0;b=u;h=v;v=q;y=o;z=n;A=m;while(1){u=bI(C,1)|0;if(B>>>0>=(ZA(k[u>>2]|0)|0)>>>0){q=v;o=y;n=z;m=A;l=w;j=s;e=x;break b}e=bI(C,1)|0;e=bI(k[e>>2]|0,B)|0;e=k[e>>2]|0;u=bI(e,0)|0;u=WE(k[u>>2]|0)|0;k[ga>>2]=k[u>>2];u=bI(e,1)|0;u=k[u>>2]|0;q=bI(u,0)|0;do if(oD(k[q>>2]|0,44824)|0){u=bI(u,1)|0;u=bF(k[u>>2]|0)|0;if(!(+p[u>>3]==0.0)){b=24;break a}jj(a,k[ga>>2]|0,1,0,0,0);j=t;l=v;m=y;n=z;o=A;q=w;e=x}else{q=bI(u,0)|0;if(oD(k[q>>2]|0,44784)|0){q=bI(u,1)|0;if(!(oD(k[q>>2]|0,44912)|0)){b=30;break a}q=bI(u,3)|0;q=bI(k[q>>2]|0,0)|0;if(!(oD(k[q>>2]|0,44824)|0)){b=30;break a}q=bI(u,3)|0;q=bI(k[q>>2]|0,1)|0;q=bF(k[q>>2]|0)|0;if(!(+p[q>>3]==0.0)){b=30;break a}j=bI(u,2)|0;Ad(a,k[ga>>2]|0,k[j>>2]|0,1);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}q=bI(u,0)|0;if(oD(k[q>>2]|0,44872)|0){q=bI(u,1)|0;if(!(oD(k[q>>2]|0,44904)|0)){b=34;break a}e=bI(u,2)|0;e=k[e>>2]|0;u=bI(e,0)|0;if(!(oD(k[u>>2]|0,44824)|0)){Ad(a,k[ga>>2]|0,e,4);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}u=bI(e,1)|0;u=bF(k[u>>2]|0)|0;if(!(+p[u>>3]==0.0)){b=37;break a}jj(a,k[ga>>2]|0,4,0,0,0);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}q=bI(u,0)|0;if(oD(k[q>>2]|0,45504)|0){q=bI(u,1)|0;q=bI(k[q>>2]|0,0)|0;if(!(oD(k[q>>2]|0,44768)|0)){b=45;break a}q=bI(u,1)|0;q=bI(k[q>>2]|0,1)|0;if(!(oD(k[q>>2]|0,J)|0)){b=45;break a}q=bI(u,2)|0;q=bI(k[q>>2]|0,0)|0;q=bI(k[q>>2]|0,0)|0;if(!(oD(k[q>>2]|0,44824)|0)){b=45;break a}u=bI(u,2)|0;u=bI(k[u>>2]|0,0)|0;u=bI(k[u>>2]|0,1)|0;u=bF(k[u>>2]|0)|0;if(!(+p[u>>3]==0.0)){b=45;break a}jj(a,k[ga>>2]|0,3,0,0,0);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}q=bI(u,0)|0;if(oD(k[q>>2]|0,45064)|0){q=bI(u,1)|0;q=bI(k[q>>2]|0,0)|0;do if(oD(k[q>>2]|0,44768)|0){q=bI(u,1)|0;q=bI(k[q>>2]|0,1)|0;q=WE(k[q>>2]|0)|0;q=k[q>>2]|0;e=bI(u,2)|0;e=WE(k[e>>2]|0)|0;if((q|0)!=(k[11310]|0)){j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}e=k[e>>2]|0;if((e|0)==(k[11316]|0)){j=t;l=v;m=y;n=z;o=A;q=w;e=k[ga>>2]|0;break}if((e|0)==(k[11317]|0)){j=t;l=v;m=y;n=z;o=A;q=w;s=k[ga>>2]|0;e=x;break}if((e|0)==(k[11318]|0)){j=t;l=v;m=y;n=z;o=A;q=k[ga>>2]|0;e=x;break}if((e|0)==(k[11319]|0)){j=t;l=v;m=y;n=z;o=k[ga>>2]|0;q=w;e=x;break}if((e|0)==(k[11320]|0)){j=t;l=v;m=y;n=k[ga>>2]|0;o=A;q=w;e=x;break}if((e|0)==(k[11321]|0)){j=t;l=v;m=k[ga>>2]|0;n=z;o=A;q=w;e=x;break}if((e|0)==(k[11322]|0)){j=t;l=k[ga>>2]|0;m=y;n=z;o=A;q=w;e=x;break}else{j=(e|0)==(k[11323]|0)?k[ga>>2]|0:t;l=v;m=y;n=z;o=A;q=w;e=x;break}}else{j=t;l=v;m=y;n=z;o=A;q=w;e=x}while(0);Ad(a,k[ga>>2]|0,u,0);break}q=bI(u,0)|0;if(!(oD(k[q>>2]|0,45072)|0)){q=bI(u,0)|0;if(!(oD(k[q>>2]|0,45076)|0)){b=106;break a}e=k[$>>2]|0;j=e+68|0;l=e+72|0;if((k[l>>2]|0)==(k[j>>2]|0)){m=nz(e+108|0)|0;k[m+8>>2]=1;k[m+16>>2]=0;k[m+4>>2]=1;k[aa>>2]=m;n=k[l>>2]|0;if(n>>>0<(k[e+76>>2]|0)>>>0){k[n>>2]=m;k[n+4>>2]=0;k[n+8>>2]=0;k[n+12>>2]=0;k[l>>2]=n+16}else Nk(j,aa);e=k[$>>2]|0}m=k[e+68>>2]|0;o=m+4|0;q=m+8|0;e=(k[q>>2]|0)-(k[o>>2]|0)>>2;l=Vp(P,ga)|0;k[l>>2]=e;l=bI(u,1)|0;l=k[l>>2]|0;m=m+12|0;e=0;while(1){if(e>>>0>=(ZA(l)|0)>>>0)break;j=bI(l,e)|0;j=bI(k[j>>2]|0,1)|0;j=WE(k[j>>2]|0)|0;j=k[j>>2]|0;k[aa>>2]=j;n=k[q>>2]|0;if(n>>>0<(k[m>>2]|0)>>>0){k[n>>2]=j;k[q>>2]=(k[q>>2]|0)+4}else lm(o,aa);e=e+1|0}j=k[$>>2]|0;l=bB(j+64|0,(k[q>>2]|0)-(k[o>>2]|0)>>2,0)|0;k[j+60>>2]=k[l>>2];j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}b=bI(u,1)|0;b=k[b>>2]|0;u=bI(b,0)|0;if(!(oD(k[u>>2]|0,45504)|0)){b=68;break a}b=bI(b,1)|0;b=k[b>>2]|0;u=bI(b,0)|0;do if(oD(k[u>>2]|0,45064)|0){e=bI(b,2)|0;e=WE(k[e>>2]|0)|0;e=k[e>>2]|0;if((e|0)==(k[11316]|0)){b=1;f=1;g=0;h=1;break}if((e|0)==(k[11317]|0)){b=2;f=1;g=0;h=1;break}if((e|0)==(k[11318]|0)){b=4;f=1;g=0;h=1;break}if((e|0)==(k[11319]|0)){b=1;f=1;g=0;h=0;break}if((e|0)==(k[11320]|0)){b=2;f=1;g=0;h=0;break}if((e|0)==(k[11321]|0)){b=4;f=1;g=0;h=0;break}if((e|0)==(k[11322]|0)){b=4;f=0;g=2;h=1;break}if((e|0)==(k[11323]|0)){b=8;f=0;g=1;h=1}else{b=78;break a}}else{u=bI(b,0)|0;if(!(oD(k[u>>2]|0,44768)|0)){b=80;break a}e=bI(b,1)|0;e=WE(k[e>>2]|0)|0;e=k[e>>2]|0;if((e|0)==(x|0)){b=1;f=1;g=0;h=1;break}if((e|0)==(s|0)){b=2;f=1;g=0;h=1;break}if((e|0)==(w|0)){b=4;f=1;g=0;h=1;break}if((e|0)==(A|0)){b=1;f=1;g=0;h=0;break}if((e|0)==(z|0)){b=2;f=1;g=0;h=0;break}if((e|0)==(y|0)){b=4;f=1;g=0;h=0;break}if((e|0)==(v|0)){b=4;f=0;g=2;h=1;break}if((e|0)==(t|0)){b=8;f=0;g=1;h=1}else{b=89;break a}}while(0);e=k[ga>>2]|0;if((No(K,e)|0)!=(L|0)){b=91;break a}k[ia>>2]=b;i[M>>0]=f&1;i[N>>0]=h&1;k[O>>2]=g;fk(aa,K,e,ga,ia);j=t;l=v;m=y;n=z;o=A;q=w;e=x}while(0);B=B+1|0;t=j;v=l;y=m;z=n;A=o;w=q;x=e}}while(0);D=D+1|0;u=b;v=h;w=l;s=j;x=e}switch(b|0){case 19:{if(i[S>>0]|0?(ju(k[Q>>2]|0),(k[a+20>>2]|0)>>>0<1024):0){X=k[$>>2]|0;k[aa>>2]=X;k[aa+4>>2]=X+108;k[aa+8>>2]=0;k[aa+12>>2]=0;k[aa+16>>2]=0;i[aa+24>>0]=0;k[Y>>2]=0;k[Y+4>>2]=0;k[Y+8>>2]=0;pq(Y,30258,15);Qi(aa,Y);jF(Y);Gd(aa);Wu(aa)}k[ga>>2]=0;g=ga+4|0;k[g>>2]=0;k[ga+8>>2]=0;f=k[$>>2]|0;h=k[f+16>>2]|0;j=a+108|0;l=a+112|0;m=ga+8|0;f=k[f+12>>2]|0;while(1){if((f|0)==(h|0))break;n=k[k[f>>2]>>2]|0;k[aa>>2]=n;Y=(No(j,n)|0)==(l|0);b=k[f>>2]|0;e=k[b+4>>2]|0;do if(Y){if((e|0)!=(k[11329]|0)){b=k[g>>2]|0;if((b|0)==(k[m>>2]|0)){lm(ga,aa);break}else{k[b>>2]=n;k[g>>2]=(k[g>>2]|0)+4;break}}}else{Gz(e,k[b+8>>2]|0);Y=Vp(j,aa)|0;zo(Z,k[Y>>2]|0);Y=ug(Z,k[$>>2]|0)|0;k[(k[f>>2]|0)+12>>2]=Y;jF(Z)}while(0);f=f+4|0}e=k[g>>2]|0;b=k[ga>>2]|0;while(1){if((b|0)==(e|0))break;Z=k[$>>2]|0;k[_>>2]=k[b>>2];k[aa>>2]=k[_>>2];xj(Z,aa);b=b+4|0}_=k[$>>2]|0;k[ia>>2]=_;k[ia+4>>2]=_+108;k[ia+8>>2]=0;k[ia+12>>2]=0;k[ia+16>>2]=0;i[ia+24>>0]=0;_=Oz(44)|0;Pv(_,a);k[aa>>2]=_;lm(ia+8|0,aa);Gd(ia);if(i[a+36>>0]|0){f=k[$>>2]|0;k[ba>>2]=k[11360];k[d>>2]=k[11361];k[d+4>>2]=1;k[ca>>2]=0;b=ca+4|0;k[b>>2]=0;k[ca+8>>2]=0;Rw(ca,1);e=d+8|0;while(1){if((d|0)==(e|0))break;_=k[b>>2]|0;Y=d;Z=k[Y+4>>2]|0;a=_;k[a>>2]=k[Y>>2];k[a+4>>2]=Z;k[b>>2]=_+8;d=d+8|0}d=f+108|0;k[da>>2]=0;k[da+4>>2]=0;k[da+8>>2]=0;k[ea>>2]=0;b=GE(d)|0;k[b+8>>2]=0;k[b+4>>2]=1;k[c>>2]=b;k[fa>>2]=0;b=fa+4|0;k[b>>2]=0;k[fa+8>>2]=0;FC(fa);e=c+4|0;while(1){if((c|0)==(e|0))break;_=k[b>>2]|0;k[_>>2]=k[c>>2];k[b>>2]=_+4;c=c+4|0}k[aa>>2]=k[ea>>2];ea=bv(d,aa,fa)|0;k[aa>>2]=k[ba>>2];$j(f,Cf(aa,ca,0,da,ea)|0);Bx(fa);Xw(da);Xw(ca);fa=Oz(8)|0;ea=k[11360]|0;k[fa+4>>2]=ea;k[fa>>2]=ea;jk(k[$>>2]|0,fa)}k[(k[$>>2]|0)+100>>2]=k[11367];c=ha+24|0;d=ha;b=d+36|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(b|0));i[c>>0]=1;i[ha+25>>0]=0;k[ha+32>>2]=0;k[ha+36>>2]=0;k[ha+28>>2]=ha+32;k[ha+40>>2]=5;if(fB(ha,k[$>>2]|0)|0){Sy(ha);Wu(ia);Bx(ga);r=ja;return}else Na(12211,11503,918,11518);break}case 24:{Na(11721,11503,555,11518);break}case 30:{Na(11748,11503,559,11518);break}case 34:{Na(11818,11503,564,11518);break}case 37:{Na(11835,11503,568,11518);break}case 45:{Na(11863,11503,575,11518);break}case 68:{Na(11974,11503,607,11518);break}case 78:{k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;pq(V,11991,19);Rs(V,e);break}case 80:{Na(12011,11503,634,11518);break}case 89:{k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;pq(W,12034,25);Rs(W,e);break}case 91:{Na(12060,11503,656,11518);break}case 106:{k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;pq(X,12092,19);ps(X,e);break}case 117:{Na(12112,11503,694,11518);break}case 120:{Na(12158,11503,698,11518);break}case 126:{Na(12185,11503,705,11518);break}}}while(0);Na(11564,11503,454,11518)}function zc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0;N=r;r=r+496|0;d=N+472|0;K=N+456|0;L=N+432|0;G=N+416|0;H=N+400|0;I=N+384|0;J=N+368|0;h=N+352|0;i=N+336|0;j=N+320|0;l=N+304|0;m=N+288|0;n=N+272|0;o=N+256|0;p=N+240|0;q=N+224|0;s=N+208|0;t=N+192|0;u=N+176|0;v=N+160|0;w=N+144|0;x=N+128|0;y=N+112|0;z=N+96|0;A=N+80|0;B=N+64|0;C=N+48|0;D=N+32|0;E=N+16|0;F=N;e=c+12|0;Dd(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,Dd(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Na(22070,22146,319,22169)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Na(22181,22146,320,22169)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{xm(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{pm(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{tm(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22260);if((qw(K)|0)==-2147483648&(M|0)==-1?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,22275);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ap(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22294);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=QG(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22309);if((qw(K)|0)==-2147483648&(M|0)==-1?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Pn(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22324);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=Py(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{Nn(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{Mn(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{Ym(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{Xm(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{xm(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{pm(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{tm(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22339);if((qw(K)|0)==0&(M|0)==-2147483648?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,22354);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ap(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22373);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=QG(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22388);if((qw(K)|0)==0&(M|0)==-2147483648?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Pn(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22403);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=Py(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=pC(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=uC(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=EB(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 38:{Nn(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{Mn(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{Ym(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{Xm(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{xm(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{pm(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{tm(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{Rg(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{zr(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Re(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{Se(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{Ym(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{Xm(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{ru(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{mu(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{su(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{nu(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ga()}while(0);break}default:Ga()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=N;return}function Ac(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0;N=r;r=r+496|0;d=N+472|0;K=N+456|0;L=N+432|0;G=N+416|0;H=N+400|0;I=N+384|0;J=N+368|0;h=N+352|0;i=N+336|0;j=N+320|0;l=N+304|0;m=N+288|0;n=N+272|0;o=N+256|0;p=N+240|0;q=N+224|0;s=N+208|0;t=N+192|0;u=N+176|0;v=N+160|0;w=N+144|0;x=N+128|0;y=N+112|0;z=N+96|0;A=N+80|0;B=N+64|0;C=N+48|0;D=N+32|0;E=N+16|0;F=N;e=c+12|0;Bg(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,Bg(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Na(22070,22146,319,22169)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Na(22181,22146,320,22169)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{xm(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{pm(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{tm(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22260);if((qw(K)|0)==-2147483648&(M|0)==-1?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,22275);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ap(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22294);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=QG(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22309);if((qw(K)|0)==-2147483648&(M|0)==-1?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Pn(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22324);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=Py(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{Nn(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{Mn(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{Ym(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{Xm(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{xm(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{pm(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{tm(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22339);if((qw(K)|0)==0&(M|0)==-2147483648?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,22354);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Ap(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22373);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=QG(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22388);if((qw(K)|0)==0&(M|0)==-2147483648?(J=qw(L)|0,(J|0)==-1&(M|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=Pn(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((qw(L)|0)==0&(M|0)==0)fc[k[k[b>>2]>>2]&255](b,22403);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=Py(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=M}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=pC(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=uC(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=EB(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=M;k[a+16>>2]=0;break a}case 38:{Nn(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{Mn(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{Ym(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{Xm(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{xm(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{pm(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{tm(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{Rg(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{zr(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Re(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{Se(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{Ym(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{Xm(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{ru(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{mu(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{su(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{nu(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ga()}while(0);break}default:Ga()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=N;return}function Bc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0.0,g=0,h=0,j=0,m=0,n=0,o=0.0,p=0.0,q=0,s=0.0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0.0;K=r;r=r+512|0;G=K;switch(b|0){case 0:{H=-149;J=24;y=4;break}case 1:{H=-1074;J=53;y=4;break}case 2:{H=-1074;J=53;y=4;break}default:d=0.0}a:do if((y|0)==4){A=a+4|0;z=a+100|0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0}while((yI(b)|0)!=0);b:do switch(b|0){case 43:case 45:{e=1-(((b|0)==45&1)<<1)|0;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;g=l[b>>0]|0;I=e;break b}else{g=Mk(a)|0;I=e;break b}}default:{g=b;I=1}}while(0);b=0;do{if((g|32|0)!=(i[38039+b>>0]|0))break;do if(b>>>0<7){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=Mk(a)|0;break}}while(0);b=b+1|0}while(b>>>0<8);c:do switch(b|0){case 8:break;case 3:{y=23;break}default:{h=(c|0)!=0;if(h&b>>>0>3)if((b|0)==8)break c;else{y=23;break c}d:do if(!b){b=0;do{if((g|32|0)!=(i[38048+b>>0]|0))break d;do if(b>>>0<2){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=Mk(a)|0;break}}while(0);b=b+1|0}while(b>>>0<3)}while(0);switch(b|0){case 3:{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;if((b|0)==40)b=1;else{if(!(k[z>>2]|0)){d=B;break a}k[A>>2]=(k[A>>2]|0)+-1;d=B;break a}while(1){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;e=l[e>>0]|0}else e=Mk(a)|0;if(!((e+-48|0)>>>0<10|(e+-65|0)>>>0<26)?!((e|0)==95|(e+-97|0)>>>0<26):0)break;b=b+1|0}if((e|0)==41){d=B;break a}e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!h){J=TE()|0;k[J>>2]=22;kx(a,0);d=0.0;break a}if(!b){d=B;break a}while(1){b=b+-1|0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!b){d=B;break a}}}case 0:{do if((g|0)==48){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;if((b|32|0)!=120){if(!(k[z>>2]|0)){b=48;break}k[A>>2]=(k[A>>2]|0)+-1;b=48;break}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=0}else{e=Mk(a)|0;g=0}e:while(1){switch(e|0){case 46:{y=74;break e}case 48:break;default:{t=0;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0;break e}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=1;continue}else{e=Mk(a)|0;g=1;continue}}if((y|0)==74){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0}else e=Mk(a)|0;if((e|0)==48){g=0;e=0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;h=l[b>>0]|0}else h=Mk(a)|0;g=HE(g|0,e|0,-1,-1)|0;e=M}while((h|0)==48);t=1;j=0;o=1.0;d=0.0;b=0;u=1;w=0;v=0}else{t=1;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0}}while(1){n=h+-48|0;m=h|32;if(n>>>0>=10){q=(h|0)==46;if(!(q|(m+-97|0)>>>0<6)){m=h;break}if(q)if(!t){t=1;f=o;q=u;g=v;e=w;n=v;m=w}else{m=46;break}else y=86}else y=86;if((y|0)==86){y=0;h=(h|0)>57?m+-87|0:n;do if(!((w|0)<0|(w|0)==0&v>>>0<8)){if((w|0)<0|(w|0)==0&v>>>0<14){s=o*.0625;f=s;d=d+s*+(h|0);break}if((j|0)!=0|(h|0)==0)f=o;else{j=1;f=o;d=d+o*.5}}else{f=o;b=h+(b<<4)|0}while(0);n=HE(v|0,w|0,1,0)|0;q=1;m=M}h=k[A>>2]|0;if(h>>>0<(k[z>>2]|0)>>>0){k[A>>2]=h+1;o=f;h=l[h>>0]|0;u=q;w=m;v=n;continue}else{o=f;h=Mk(a)|0;u=q;w=m;v=n;continue}}if(!u){b=(k[z>>2]|0)==0;if(!b)k[A>>2]=(k[A>>2]|0)+-1;if(c){if(!b?(x=k[A>>2]|0,k[A>>2]=x+-1,t|0):0)k[A>>2]=x+-2}else kx(a,0);d=+(I|0)*0.0;break a}j=(t|0)==0;n=j?v:g;j=j?w:e;if((w|0)<0|(w|0)==0&v>>>0<8){g=v;e=w;do{b=b<<4;g=HE(g|0,e|0,1,0)|0;e=M}while((e|0)<0|(e|0)==0&g>>>0<8);h=b}else h=b;if((m|32|0)==112){e=Rf(a,c)|0;b=M;if((e|0)==0&(b|0)==-2147483648){if(!c){kx(a,0);d=0.0;break a}if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}}}else if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}g=pC(n|0,j|0,2)|0;g=HE(g|0,M|0,-32,-1)|0;g=HE(g|0,M|0,e|0,b|0)|0;b=M;if(!h){d=+(I|0)*0.0;break a}if((b|0)>0|(b|0)==0&g>>>0>(0-H|0)>>>0){J=TE()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break a}G=H+-106|0;F=((G|0)<0)<<31>>31;if((b|0)<(F|0)|(b|0)==(F|0)&g>>>0<G>>>0){J=TE()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break a}if((h|0)>-1){e=h;do{F=!(d>=.5);G=F&1|e<<1;e=G^1;d=d+(F?d:d+-1.0);g=HE(g|0,b|0,-1,-1)|0;b=M}while((G|0)>-1);o=d;h=e}else o=d;H=UC(32,0,H|0,((H|0)<0)<<31>>31|0)|0;b=HE(g|0,b|0,H|0,M|0)|0;H=M;if(0>(H|0)|0==(H|0)&J>>>0>b>>>0)if((b|0)<0){e=0;b=84;y=127}else y=125;else{b=J;y=125}if((y|0)==125)if((b|0)<53){e=b;b=84-b|0;y=127}else{f=0.0;d=+(I|0)}if((y|0)==127){d=+(I|0);f=+NI(+lo(1.0,b),d);b=e}J=(h&1|0)==0&(o!=0.0&(b|0)<32);d=d*(J?0.0:o)+(f+d*+(((J&1)+h|0)>>>0))-f;if(!(d!=0.0)){J=TE()|0;k[J>>2]=34}d=+OI(d,g);break a}else b=g;while(0);D=H+J|0;F=0-D|0;e=0;f:while(1){switch(b|0){case 46:{y=138;break f}case 48:break;default:{m=0;h=e;n=0;j=0;break f}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0;e=1;continue}else{b=Mk(a)|0;e=1;continue}}if((y|0)==138){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;if((b|0)==48){e=0;b=0;while(1){e=HE(e|0,b|0,-1,-1)|0;j=M;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;if((b|0)==48)b=j;else{m=1;h=1;n=e;break}}}else{m=1;h=e;n=0;j=0}}k[G>>2]=0;q=b+-48|0;g=(b|0)==46;g:do if(g|q>>>0<10){y=G+496|0;u=0;e=0;x=0;v=m;w=h;m=0;h=0;h:while(1){do if(g)if(!v){v=1;t=x;n=m;j=h}else break h;else{m=HE(m|0,h|0,1,0)|0;h=M;t=(b|0)!=48;if((e|0)>=125){if(!t){t=x;break}k[y>>2]=k[y>>2]|1;t=x;break}g=G+(e<<2)|0;if(!u)b=q;else b=b+-48+((k[g>>2]|0)*10|0)|0;k[g>>2]=b;u=u+1|0;w=(u|0)==9;u=w?0:u;e=(w&1)+e|0;t=t?m:x;w=1}while(0);b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=Mk(a)|0;q=b+-48|0;g=(b|0)==46;if(!(g|q>>>0<10)){q=t;t=v;g=w;y=161;break g}else x=t}b=u;q=x;g=(w|0)!=0;y=169}else{u=0;e=0;q=0;t=m;g=h;m=0;h=0;y=161}while(0);do if((y|0)==161){x=(t|0)==0;n=x?m:n;j=x?h:j;g=(g|0)!=0;if(!(g&(b|32|0)==101))if((b|0)>-1){b=u;y=169;break}else{b=u;y=171;break}g=Rf(a,c)|0;b=M;if((g|0)==0&(b|0)==-2147483648){if(!c){kx(a,0);d=0.0;break}if(!(k[z>>2]|0)){g=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;g=0;b=0}}w=HE(g|0,b|0,n|0,j|0)|0;b=u;j=M;y=173}while(0);if((y|0)==169)if(k[z>>2]|0){k[A>>2]=(k[A>>2]|0)+-1;if(g){w=n;y=173}else y=172}else y=171;if((y|0)==171)if(g){w=n;y=173}else y=172;do if((y|0)==172){J=TE()|0;k[J>>2]=22;kx(a,0);d=0.0}else if((y|0)==173){g=k[G>>2]|0;if(!g){d=+(I|0)*0.0;break}if(((h|0)<0|(h|0)==0&m>>>0<10)&((w|0)==(m|0)&(j|0)==(h|0))?J>>>0>30|(g>>>J|0)==0:0){d=+(I|0)*+(g>>>0);break}a=(H|0)/-2|0;A=((a|0)<0)<<31>>31;if((j|0)>(A|0)|(j|0)==(A|0)&w>>>0>a>>>0){J=TE()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break}a=H+-106|0;A=((a|0)<0)<<31>>31;if((j|0)<(A|0)|(j|0)==(A|0)&w>>>0<a>>>0){J=TE()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break}if(b){if((b|0)<9){h=G+(e<<2)|0;g=k[h>>2]|0;do{g=g*10|0;b=b+1|0}while((b|0)!=9);k[h>>2]=g}e=e+1|0}if((q|0)<9?(q|0)<=(w|0)&(w|0)<18:0){if((w|0)==9){d=+(I|0)*+((k[G>>2]|0)>>>0);break}if((w|0)<9){d=+(I|0)*+((k[G>>2]|0)>>>0)/+(k[6740+(8-w<<2)>>2]|0);break}a=J+27+($(w,-3)|0)|0;b=k[G>>2]|0;if((a|0)>30|(b>>>a|0)==0){d=+(I|0)*+(b>>>0)*+(k[6740+(w+-10<<2)>>2]|0);break}}b=(w|0)%9|0;if(!b){b=0;h=0}else{q=(w|0)>-1?b:b+9|0;m=k[6740+(8-q<<2)>>2]|0;if(e){n=1e9/(m|0)|0;h=0;j=0;g=w;b=0;do{z=G+(b<<2)|0;A=k[z>>2]|0;a=((A>>>0)/(m>>>0)|0)+h|0;k[z>>2]=a;h=$((A>>>0)%(m>>>0)|0,n)|0;a=(b|0)==(j|0)&(a|0)==0;g=a?g+-9|0:g;j=a?j+1&127:j;b=b+1|0}while((b|0)!=(e|0));if(!h)h=j;else{k[G+(e<<2)>>2]=h;h=j;e=e+1|0}}else{h=0;e=0;g=w}b=0;w=9-q+g|0}i:while(1){q=(w|0)<18;t=(w|0)==18;u=G+(h<<2)|0;while(1){if(!q){if(!t){g=w;break i}if((k[u>>2]|0)>>>0>=9007199){g=18;break i}}g=0;v=e;e=e+127|0;while(1){j=e&127;m=G+(j<<2)|0;e=pC(k[m>>2]|0,0,29)|0;e=HE(e|0,M|0,g|0,0)|0;g=M;if(g>>>0>0|(g|0)==0&e>>>0>1e9){n=QG(e|0,g|0,1e9,0)|0;e=Py(e|0,g|0,1e9,0)|0}else n=0;k[m>>2]=e;a=(j|0)==(h|0);v=(j|0)!=(v+127&127|0)|a?v:(e|0)==0?j:v;if(a)break;else{g=n;e=j+-1|0}}b=b+-29|0;if(n|0)break;else e=v}h=h+127&127;e=v+127&127;g=G+((v+126&127)<<2)|0;if((h|0)==(v|0))k[g>>2]=k[g>>2]|k[G+(e<<2)>>2];else e=v;k[G+(h<<2)>>2]=n;w=w+9|0}j:while(1){u=e+1&127;v=G+((e+127&127)<<2)|0;while(1){n=(g|0)==18;t=(g|0)>27?9:1;w=h;while(1){h=0;while(1){j=h+w&127;if((j|0)==(e|0)){E=2;y=220;break}j=k[G+(j<<2)>>2]|0;m=k[6772+(h<<2)>>2]|0;if(j>>>0<m>>>0){E=2;y=220;break}if(j>>>0>m>>>0)break;h=h+1|0;if((h|0)>=2){E=h;y=220;break}}if((y|0)==220?(y=0,n&(E|0)==2):0){d=0.0;j=0;break j}b=b+t|0;if((w|0)==(e|0))w=e;else break}n=(1<<t)+-1|0;q=1e9>>>t;m=0;h=w;j=w;do{z=G+(j<<2)|0;A=k[z>>2]|0;a=(A>>>t)+m|0;k[z>>2]=a;m=$(A&n,q)|0;a=(j|0)==(h|0)&(a|0)==0;g=a?g+-9|0:g;h=a?h+1&127:h;j=j+1&127}while((j|0)!=(e|0));if(!m)continue;if((u|0)!=(h|0))break;k[v>>2]=k[v>>2]|1}k[G+(e<<2)>>2]=m;e=u}while(1){h=j+w&127;g=e+1&127;if((h|0)==(e|0))k[G+(g+-1<<2)>>2]=0;else g=e;d=d*1.0e9+ +((k[G+(h<<2)>>2]|0)>>>0);j=j+1|0;if((j|0)==2)break;else e=g}s=+(I|0);f=s*d;m=b+53|0;n=m-H|0;q=(n|0)<(J|0);e=q&1;j=q?((n|0)<0?0:n):J;if((j|0)<53){L=+NI(+lo(1.0,105-j|0),f);o=+VI(f,+lo(1.0,53-j|0));p=L;d=o;o=L+(f-o)}else{p=0.0;d=0.0;o=f}h=w+2&127;do if((h|0)!=(g|0)){h=k[G+(h<<2)>>2]|0;do if(h>>>0>=5e8){if((h|0)!=5e8){d=s*.75+d;break}if((w+3&127|0)==(g|0)){d=s*.5+d;break}else{d=s*.75+d;break}}else{if((h|0)==0?(w+3&127|0)==(g|0):0)break;d=s*.25+d}while(0);if((53-j|0)>1){if(+VI(d,1.0)!=0.0){f=d;break}f=d+1.0}else f=d}else f=d;while(0);d=o+f-p;do if((m&2147483647|0)>(-2-D|0)){if(+O(+d)>=9007199254740992.0){d=d*.5;e=q&(j|0)==(n|0)?0:e;b=b+1|0}if((b+50|0)<=(F|0)?!(f!=0.0&(e|0)!=0):0)break;J=TE()|0;k[J>>2]=34}while(0);d=+OI(d,b)}while(0);break a}default:{if(k[z>>2]|0)k[A>>2]=(k[A>>2]|0)+-1;J=TE()|0;k[J>>2]=22;kx(a,0);d=0.0;break a}}}}while(0);if((y|0)==23){e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if((c|0)!=0&b>>>0>3)do{if(!e)k[A>>2]=(k[A>>2]|0)+-1;b=b+-1|0}while(b>>>0>3)}d=+(I|0)*C}while(0);r=K;return +d}function Cc(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0.0,o=0,q=0,s=0,u=0,v=0.0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0,ha=0,ia=0,ja=0;ja=r;r=r+624|0;fa=ja+24|0;ga=ja+16|0;ha=ja+588|0;X=ja+576|0;ia=ja;S=ja+536|0;N=ja+8|0;O=ja+528|0;P=(a|0)!=0;Q=S+40|0;R=Q;S=S+39|0;T=N+4|0;U=ha;V=0-U|0;W=X+12|0;X=X+11|0;Y=W;Z=Y-U|0;_=-2-U|0;aa=Y+2|0;ba=fa+288|0;ca=ha+9|0;da=ca;ea=ha+8|0;g=0;f=0;q=0;a:while(1){do if((f|0)>-1)if((g|0)>(2147483647-f|0)){f=TE()|0;k[f>>2]=75;f=-1;break}else{f=g+f|0;break}while(0);g=i[b>>0]|0;if(!(g<<24>>24)){L=243;break}else h=b;b:while(1){switch(g<<24>>24){case 37:{g=h;L=9;break b}case 0:{g=h;break b}default:{}}g=h+1|0;h=g;g=i[g>>0]|0}c:do if((L|0)==9)while(1){L=0;if((i[h+1>>0]|0)!=37)break c;g=g+1|0;h=h+2|0;if((i[h>>0]|0)==37)L=9;else break}while(0);g=g-b|0;if(P?(k[a>>2]&32|0)==0:0)Qj(b,g,a)|0;if(g|0){b=h;continue}o=h+1|0;m=i[o>>0]|0;g=(m<<24>>24)+-48|0;if(g>>>0<10){u=(i[h+2>>0]|0)==36;o=u?h+3|0:o;w=u?g:-1;u=u?1:q;g=i[o>>0]|0}else{w=-1;u=q;g=m}h=(g<<24>>24)+-32|0;d:do if(h>>>0<32){m=0;do{if(!(1<<h&75913))break d;m=1<<(g<<24>>24)+-32|m;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-32|0}while(h>>>0<32)}else m=0;while(0);do if(g<<24>>24!=42){h=(g<<24>>24)+-48|0;if(h>>>0<10){q=0;do{q=(q*10|0)+h|0;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-48|0}while(h>>>0<10);if((q|0)<0){f=-1;break a}else K=u}else{q=0;K=u}}else{s=o+1|0;g=i[s>>0]|0;h=(g<<24>>24)+-48|0;if(h>>>0<10?(i[o+2>>0]|0)==36:0){k[e+(h<<2)>>2]=10;g=k[d+((i[s>>0]|0)+-48<<3)>>2]|0;h=1;s=o+3|0}else{if(u|0){f=-1;break a}if(!P){q=0;K=0;o=s;break}h=(k[c>>2]|0)+(4-1)&~(4-1);g=k[h>>2]|0;k[c>>2]=h+4;h=0}K=(g|0)<0;q=K?0-g|0:g;m=K?m|8192:m;K=h;o=s;g=i[s>>0]|0}while(0);e:do if(g<<24>>24==46){g=o+1|0;h=i[g>>0]|0;if(h<<24>>24!=42){o=(h<<24>>24)+-48|0;if(o>>>0<10)h=0;else{x=0;break}while(1){h=(h*10|0)+o|0;g=g+1|0;o=(i[g>>0]|0)+-48|0;if(o>>>0>=10){x=h;break e}}}g=o+2|0;h=(i[g>>0]|0)+-48|0;if(h>>>0<10?(i[o+3>>0]|0)==36:0){k[e+(h<<2)>>2]=10;x=k[d+((i[g>>0]|0)+-48<<3)>>2]|0;g=o+4|0;break}if(K|0){f=-1;break a}if(P){J=(k[c>>2]|0)+(4-1)&~(4-1);x=k[J>>2]|0;k[c>>2]=J+4}else x=0}else{x=-1;g=o}while(0);u=0;while(1){h=(i[g>>0]|0)+-65|0;if(h>>>0>57){f=-1;break a}J=g+1|0;h=i[35619+(u*58|0)+h>>0]|0;o=h&255;if((o+-1|0)>>>0<8){u=o;g=J}else break}if(!(h<<24>>24)){f=-1;break}s=(w|0)>-1;do if(h<<24>>24==19)if(s){f=-1;break a}else L=51;else{if(s){k[e+(w<<2)>>2]=o;H=d+(w<<3)|0;I=k[H+4>>2]|0;L=ia;k[L>>2]=k[H>>2];k[L+4>>2]=I;L=51;break}if(!P){f=0;break a}Af(ia,o,c)}while(0);if((L|0)==51?(L=0,!P):0){g=0;q=K;b=J;continue}E=i[g>>0]|0;E=(u|0)!=0&(E&15|0)==3?E&-33:E;s=m&-65537;I=(m&8192|0)==0?m:s;f:do switch(E|0){case 110:switch((u&255)<<24>>24){case 0:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 1:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 2:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}case 3:{j[k[ia>>2]>>1]=f;g=0;q=K;b=J;continue a}case 4:{i[k[ia>>2]>>0]=f;g=0;q=K;b=J;continue a}case 6:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 7:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}default:{g=0;q=K;b=J;continue a}}case 112:{s=120;u=x>>>0>8?x:8;g=I|8;L=63;break}case 88:case 120:{s=E;u=x;g=I;L=63;break}case 111:{h=ia;g=k[h>>2]|0;h=k[h+4>>2]|0;if((g|0)==0&(h|0)==0)b=Q;else{b=Q;do{b=b+-1|0;i[b>>0]=g&7|48;g=uC(g|0,h|0,3)|0;h=M}while(!((g|0)==0&(h|0)==0))}if(!(I&8)){h=0;m=36099;o=x;g=I;L=76}else{o=R-b|0;h=0;m=36099;o=(x|0)>(o|0)?x:o+1|0;g=I;L=76}break}case 105:case 100:{b=ia;g=k[b>>2]|0;b=k[b+4>>2]|0;if((b|0)<0){g=UC(0,0,g|0,b|0)|0;b=M;h=ia;k[h>>2]=g;k[h+4>>2]=b;h=1;m=36099;L=75;break f}if(!(I&2048)){m=I&1;h=m;m=(m|0)==0?36099:36101;L=75}else{h=1;m=36100;L=75}break}case 117:{b=ia;h=0;m=36099;g=k[b>>2]|0;b=k[b+4>>2]|0;L=75;break}case 99:{i[S>>0]=k[ia>>2];b=S;w=0;u=36099;h=Q;g=1;break}case 109:{g=TE()|0;g=gq(k[g>>2]|0)|0;L=81;break}case 115:{g=k[ia>>2]|0;g=g|0?g:36109;L=81;break}case 67:{k[N>>2]=k[ia>>2];k[T>>2]=0;k[ia>>2]=N;s=-1;h=N;L=85;break}case 83:{g=k[ia>>2]|0;if(!x){rn(a,32,q,0,I);g=0;L=96}else{s=x;h=g;L=85}break}case 65:case 71:case 70:case 69:case 97:case 103:case 102:case 101:{n=+p[ia>>3];k[ga>>2]=0;p[t>>3]=n;if((k[t+4>>2]|0)>=0){g=I&1;if(!(I&2048)){G=g;H=(g|0)==0?36117:36122}else{G=1;H=36119}}else{n=-n;G=1;H=36116}p[t>>3]=n;F=k[t+4>>2]&2146435072;do if(F>>>0<2146435072|(F|0)==2146435072&0<0){v=+SI(n,ga)*2.0;b=v!=0.0;if(b)k[ga>>2]=(k[ga>>2]|0)+-1;z=E|32;if((z|0)==97){o=E&32;w=(o|0)==0?H:H+9|0;u=G|2;g=12-x|0;do if(!(x>>>0>11|(g|0)==0)){n=8.0;do{g=g+-1|0;n=n*16.0}while((g|0)!=0);if((i[w>>0]|0)==45){n=-(n+(-v-n));break}else{n=v+n-n;break}}else n=v;while(0);b=k[ga>>2]|0;g=(b|0)<0?0-b|0:b;g=np(g,((g|0)<0)<<31>>31,W)|0;if((g|0)==(W|0)){i[X>>0]=48;g=X}i[g+-1>>0]=(b>>31&2)+43;s=g+-2|0;i[s>>0]=E+15;m=(x|0)<1;h=(I&8|0)==0;g=ha;do{H=~~n;b=g+1|0;i[g>>0]=l[36083+H>>0]|o;n=(n-+(H|0))*16.0;do if((b-U|0)==1){if(h&(m&n==0.0)){g=b;break}i[b>>0]=46;g=g+2|0}else g=b;while(0)}while(n!=0.0);m=s;h=(x|0)!=0&(_+g|0)<(x|0)?aa+x-m|0:Z-m+g|0;o=h+u|0;rn(a,32,q,o,I);if(!(k[a>>2]&32))Qj(w,u,a)|0;rn(a,48,q,o,I^65536);b=g-U|0;if(!(k[a>>2]&32))Qj(ha,b,a)|0;g=Y-m|0;rn(a,48,h-(b+g)|0,0,0);if(!(k[a>>2]&32))Qj(s,g,a)|0;rn(a,32,q,o,I^8192);g=(o|0)<(q|0)?q:o;break}g=(x|0)<0?6:x;if(b){b=(k[ga>>2]|0)+-28|0;k[ga>>2]=b;n=v*268435456.0}else{n=v;b=k[ga>>2]|0}F=(b|0)<0?fa:ba;h=F;do{D=~~n>>>0;k[h>>2]=D;h=h+4|0;n=(n-+(D>>>0))*1.0e9}while(n!=0.0);if((b|0)>0){m=F;s=h;while(1){o=(b|0)>29?29:b;b=s+-4|0;do if(b>>>0>=m>>>0){h=0;do{C=pC(k[b>>2]|0,0,o|0)|0;C=HE(C|0,M|0,h|0,0)|0;D=M;B=Py(C|0,D|0,1e9,0)|0;k[b>>2]=B;h=QG(C|0,D|0,1e9,0)|0;b=b+-4|0}while(b>>>0>=m>>>0);if(!h)break;m=m+-4|0;k[m>>2]=h}while(0);h=s;while(1){if(h>>>0<=m>>>0)break;b=h+-4|0;if(!(k[b>>2]|0))h=b;else break}b=(k[ga>>2]|0)-o|0;k[ga>>2]=b;if((b|0)>0)s=h;else break}}else m=F;if((b|0)<0){x=((g+25|0)/9|0)+1|0;y=(z|0)==102;do{w=0-b|0;w=(w|0)>9?9:w;do if(m>>>0<h>>>0){o=(1<<w)+-1|0;s=1e9>>>w;u=0;b=m;do{D=k[b>>2]|0;k[b>>2]=(D>>>w)+u;u=$(D&o,s)|0;b=b+4|0}while(b>>>0<h>>>0);b=(k[m>>2]|0)==0?m+4|0:m;if(!u){m=b;b=h;break}k[h>>2]=u;m=b;b=h+4|0}else{m=(k[m>>2]|0)==0?m+4|0:m;b=h}while(0);h=y?F:m;h=(b-h>>2|0)>(x|0)?h+(x<<2)|0:b;b=(k[ga>>2]|0)+w|0;k[ga>>2]=b}while((b|0)<0)}D=F;do if(m>>>0<h>>>0){b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10)break;else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0)}else b=0;while(0);A=(z|0)==103;B=(g|0)!=0;o=g-((z|0)!=102?b:0)+((B&A)<<31>>31)|0;if((o|0)<(((h-D>>2)*9|0)+-9|0)){o=o+9216|0;u=F+4+(((o|0)/9|0)+-1024<<2)|0;o=((o|0)%9|0)+1|0;if((o|0)<9){s=10;do{s=s*10|0;o=o+1|0}while((o|0)!=9)}else s=10;x=k[u>>2]|0;y=(x>>>0)%(s>>>0)|0;o=(u+4|0)==(h|0);do if(o&(y|0)==0)o=u;else{v=(((x>>>0)/(s>>>0)|0)&1|0)==0?9007199254740992.0:9007199254740994.0;w=(s|0)/2|0;if(y>>>0<w>>>0)n=.5;else n=o&(y|0)==(w|0)?1.0:1.5;do if(G){if((i[H>>0]|0)!=45)break;n=-n;v=-v}while(0);o=x-y|0;k[u>>2]=o;if(!(v+n!=v)){o=u;break}C=o+s|0;k[u>>2]=C;if(C>>>0>999999999){o=u;while(1){b=o+-4|0;k[o>>2]=0;if(b>>>0<m>>>0){m=m+-4|0;k[m>>2]=0}C=(k[b>>2]|0)+1|0;k[b>>2]=C;if(C>>>0>999999999)o=b;else{u=b;break}}}b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10){o=u;break}else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0);o=u}while(0);C=o+4|0;h=h>>>0>C>>>0?C:h}y=0-b|0;C=h;while(1){if(C>>>0<=m>>>0){z=0;break}h=C+-4|0;if(!(k[h>>2]|0))C=h;else{z=1;break}}do if(A){g=(B&1^1)+g|0;if((g|0)>(b|0)&(b|0)>-5){u=E+-1|0;g=g+-1-b|0}else{u=E+-2|0;g=g+-1|0}h=I&8;if(h|0){w=h;break}do if(z){s=k[C+-4>>2]|0;if(!s){o=9;break}if(!((s>>>0)%10|0)){o=0;h=10}else{o=0;break}do{h=h*10|0;o=o+1|0}while(!((s>>>0)%(h>>>0)|0|0))}else o=9;while(0);h=((C-D>>2)*9|0)+-9|0;if((u|32|0)==102){w=h-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}else{w=h+b-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}}else{u=E;w=I&8}while(0);x=g|w;o=(x|0)!=0&1;s=(u|32|0)==102;if(s){y=0;b=(b|0)>0?b:0}else{h=(b|0)<0?y:b;h=np(h,((h|0)<0)<<31>>31,W)|0;if((Y-h|0)<2)do{h=h+-1|0;i[h>>0]=48}while((Y-h|0)<2);i[h+-1>>0]=(b>>31&2)+43;b=h+-2|0;i[b>>0]=u;y=b;b=Y-b|0}A=G+1+g+o+b|0;rn(a,32,q,A,I);if(!(k[a>>2]&32))Qj(H,G,a)|0;rn(a,48,q,A,I^65536);do if(s){m=m>>>0>F>>>0?F:m;h=m;do{b=np(k[h>>2]|0,0,ca)|0;do if((h|0)==(m|0)){if((b|0)!=(ca|0))break;i[ea>>0]=48;b=ea}else{if(b>>>0<=ha>>>0)break;es(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);if(!(k[a>>2]&32))Qj(b,da-b|0,a)|0;h=h+4|0}while(h>>>0<=F>>>0);do if(x|0){if(k[a>>2]&32|0)break;Qj(43422,1,a)|0}while(0);if((g|0)>0&h>>>0<C>>>0)while(1){b=np(k[h>>2]|0,0,ca)|0;if(b>>>0>ha>>>0){es(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}if(!(k[a>>2]&32))Qj(b,(g|0)>9?9:g,a)|0;h=h+4|0;b=g+-9|0;if(!((g|0)>9&h>>>0<C>>>0)){g=b;break}else g=b}rn(a,48,g+9|0,9,0)}else{u=z?C:m+4|0;if((g|0)>-1){s=(w|0)==0;o=m;do{b=np(k[o>>2]|0,0,ca)|0;if((b|0)==(ca|0)){i[ea>>0]=48;b=ea}do if((o|0)==(m|0)){h=b+1|0;if(!(k[a>>2]&32))Qj(b,1,a)|0;if(s&(g|0)<1){b=h;break}if(k[a>>2]&32|0){b=h;break}Qj(43422,1,a)|0;b=h}else{if(b>>>0<=ha>>>0)break;es(ha|0,48,b+V|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);h=da-b|0;if(!(k[a>>2]&32))Qj(b,(g|0)>(h|0)?h:g,a)|0;g=g-h|0;o=o+4|0}while(o>>>0<u>>>0&(g|0)>-1)}rn(a,48,g+18|0,18,0);if(k[a>>2]&32|0)break;Qj(y,Y-y|0,a)|0}while(0);rn(a,32,q,A,I^8192);g=(A|0)<(q|0)?q:A}else{o=(E&32|0)!=0;m=n!=n|0.0!=0.0;b=m?0:G;h=b+3|0;rn(a,32,q,h,s);g=k[a>>2]|0;if(!(g&32)){Qj(H,b,a)|0;g=k[a>>2]|0}if(!(g&32))Qj(m?(o?38048:36143):o?36135:36139,3,a)|0;rn(a,32,q,h,I^8192);g=(h|0)<(q|0)?q:h}while(0);q=K;b=J;continue a}default:{w=0;u=36099;h=Q;g=x;s=I}}while(0);g:do if((L|0)==63){m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0;o=s&32;if((h|0)==0&(m|0)==0){b=Q;h=0;m=0}else{b=Q;do{b=b+-1|0;i[b>>0]=l[36083+(h&15)>>0]|o;h=uC(h|0,m|0,4)|0;m=M}while(!((h|0)==0&(m|0)==0));m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0}m=(g&8|0)==0|(h|0)==0&(m|0)==0;h=m?0:2;m=m?36099:36099+(s>>4)|0;o=u;L=76}else if((L|0)==75){b=np(g,b,Q)|0;o=x;g=I;L=76}else if((L|0)==81){L=0;I=Pj(g,x)|0;H=(I|0)==0;b=g;w=0;u=36099;h=H?g+x|0:I;g=H?x:I-g|0}else if((L|0)==85){L=0;o=h;g=0;b=0;while(1){m=k[o>>2]|0;if(!m)break;b=AG(O,m)|0;if((b|0)<0|b>>>0>(s-g|0)>>>0)break;g=b+g|0;if(s>>>0>g>>>0)o=o+4|0;else break}if((b|0)<0){f=-1;break a}rn(a,32,q,g,I);if(!g){g=0;L=96}else{m=0;while(1){b=k[h>>2]|0;if(!b){L=96;break g}b=AG(O,b)|0;m=b+m|0;if((m|0)>(g|0)){L=96;break g}if(!(k[a>>2]&32))Qj(O,b,a)|0;if(m>>>0>=g>>>0){L=96;break}else h=h+4|0}}}while(0);if((L|0)==96){L=0;rn(a,32,q,g,I^8192);g=(q|0)>(g|0)?q:g;q=K;b=J;continue}if((L|0)==76){L=0;s=(o|0)>-1?g&-65537:g;g=ia;g=(k[g>>2]|0)!=0|(k[g+4>>2]|0)!=0;if((o|0)!=0|g){g=(g&1^1)+(R-b)|0;w=h;u=m;h=Q;g=(o|0)>(g|0)?o:g}else{b=Q;w=h;u=m;h=Q;g=0}}o=h-b|0;h=(g|0)<(o|0)?o:g;m=h+w|0;g=(q|0)<(m|0)?m:q;rn(a,32,g,m,s);if(!(k[a>>2]&32))Qj(u,w,a)|0;rn(a,48,g,m,s^65536);rn(a,48,h,o,0);if(!(k[a>>2]&32))Qj(b,o,a)|0;rn(a,32,g,m,s^8192);q=K;b=J}h:do if((L|0)==243)if(!a)if(!q)f=0;else{f=1;while(1){g=k[e+(f<<2)>>2]|0;if(!g){b=0;break}Af(d+(f<<3)|0,g,c);f=f+1|0;if((f|0)>=10){f=1;break h}}while(1){g=f+1|0;if(b|0){f=-1;break h}if((g|0)>=10){f=1;break h}f=g;b=k[e+(g<<2)>>2]|0}}while(0);r=ja;return f|0}function Dc(a,b,c,d,e,f,g,h,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;m=m|0;n=n|0;o=o|0;var p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0;$=r;r=r+512|0;Q=$+88|0;p=$+96|0;_=$+80|0;K=$+72|0;L=$+68|0;M=$+500|0;N=$+497|0;O=$+496|0;U=$+56|0;V=$+44|0;W=$+32|0;X=$+20|0;Y=$+8|0;P=$+4|0;T=$;k[Q>>2]=o;k[_>>2]=p;Z=_+4|0;k[Z>>2]=171;k[K>>2]=p;k[L>>2]=p+400;k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[U+(o<<2)>>2]=0;o=o+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[V+(o<<2)>>2]=0;o=o+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[W+(o<<2)>>2]=0;o=o+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[X+(o<<2)>>2]=0;o=o+1|0}k[Y>>2]=0;k[Y+4>>2]=0;k[Y+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[Y+(o<<2)>>2]=0;o=o+1|0}kd(c,d,M,N,O,U,V,W,X,P);k[n>>2]=k[m>>2];F=h+8|0;G=W+11|0;H=W+4|0;I=X+11|0;J=X+4|0;x=(e&512|0)!=0;y=V+11|0;z=V+4|0;A=Y+11|0;B=Y+4|0;C=M+3|0;D=U+11|0;E=U+4|0;R=0;w=0;v=p;a:while(1){if(w>>>0>=4){S=212;break}o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(o)break;else{S=212;break a}if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!o){S=212;break a}}else S=27}else S=27;while(0);if((S|0)==27){S=0;if(o){b=0;S=212;break}else b=0}b:do switch(i[M+w>>0]|0){case 1:{if((w|0)==3){d=R;o=v}else{o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){S=41;break a}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){S=41;break a}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}an(Y,o&255);o=b;h=b;c=b;S=43}break}case 0:{if((w|0)==3){d=R;o=v}else{o=b;h=b;c=b;S=43}break}case 3:{o=i[G>>0]|0;d=o<<24>>24<0?k[H>>2]|0:o&255;h=i[I>>0]|0;h=h<<24>>24<0?k[J>>2]|0:h&255;if((d|0)==(0-h|0)){d=R;o=v}else{e=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(e|(h|0)==0){if(c)o=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else o=l[q>>0]|0;d=o&255;if(e){o=i[I>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v;break b}o=i[G>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){i[g>>0]=1;d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(c){e=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;o=i[G>>0]|0;p=d;h=k[d+12>>2]|0;d=k[d+16>>2]|0}else{e=l[q>>0]|0;h=q}c=p+12|0;d=(h|0)==(d|0);if((e&255)<<24>>24==(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){if(d){hc[k[(k[p>>2]|0)+40>>2]&127](p)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(d)d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=l[h>>0]|0;o=i[I>>0]|0;if((d&255)<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){S=96;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v}break}case 2:{if(!(w>>>0<2|(R|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;o=v;break b}s=i[y>>0]|0;o=s<<24>>24<0;u=k[V>>2]|0;d=o?u:V;p=d;c:do if((w|0)!=0?(l[M+(w+-1)>>0]|0)<2:0){o=d+(o?k[z>>2]|0:s&255)|0;e=p;while(1){c=e;if((c|0)==(o|0))break;h=i[c>>0]|0;if(h<<24>>24<=-1)break;if(!(j[(k[F>>2]|0)+(h<<24>>24<<1)>>1]&8192))break;e=c+1|0}h=e-p|0;c=i[A>>0]|0;o=c<<24>>24<0;c=o?k[B>>2]|0:c&255;if(h>>>0<=c>>>0){c=(o?k[Y>>2]|0:Y)+c|0;o=c+(0-h)|0;while(1){if((o|0)==(c|0)){q=b;t=b;c=e;d=s;o=u;h=b;break c}if((i[o>>0]|0)!=(i[d>>0]|0)){q=b;t=b;c=p;d=s;o=u;h=b;break c}d=d+1|0;o=o+1|0}}else{q=b;t=b;c=p;d=s;o=u;h=b}}else{q=b;t=b;c=p;d=s;o=u;h=b}while(0);d:while(1){p=d<<24>>24<0;o=(p?o:V)+(p?k[z>>2]|0:d&255)|0;p=c;if((p|0)==(o|0)){b=t;break}b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(d){e=q;b=t;break}else{o=p;b=t;break d}if((hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(d^(q|0)==0){e=q;b=t;h=q}else{o=p;b=t;break d}else{o=0;b=0;S=121}}else{o=q;b=t;S=121}while(0);if((S|0)==121){S=0;if(d){o=p;break}else{e=o;h=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24!=(i[p>>0]|0)){o=p;break}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))hc[k[(k[o>>2]|0)+40>>2]&127](o)|0;else k[d>>2]=c+1;q=e;t=b;c=p+1|0;d=i[y>>0]|0;o=k[V>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(o|0)!=((t?k[V>>2]|0:V)+(t?k[z>>2]|0:u&255)|0)):0){S=133;break a}else{d=R;o=v}break}case 4:{t=i[O>>0]|0;e=0;d=b;q=b;h=b;o=v;e:while(1){b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);c=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){p=d;b=q;s=h;break}else{p=d;b=q;break e}if((hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break e}else{d=0;b=0;S=143}}else{b=q;S=143}while(0);if((S|0)==143){S=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=d&255;if(c<<24>>24>-1?(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)!=0:0){d=k[n>>2]|0;if((d|0)==(k[Q>>2]|0)){co(m,n,Q);d=k[n>>2]|0}k[n>>2]=d+1;i[d>>0]=c;e=e+1|0}else{v=i[D>>0]|0;if(!(c<<24>>24==t<<24>>24&(e|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((o|0)==(k[L>>2]|0)){Ln(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;e=0;o=v}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;h=s;continue}else{k[c>>2]=h+1;d=p;q=b;h=s;continue}}if(e|0?(k[_>>2]|0)!=(o|0):0){if((o|0)==(k[L>>2]|0)){Ln(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;o=v}e=k[P>>2]|0;f:do if((e|0)>0){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(p){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(hc[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){b=0;S=174;break}if(!d){S=179;break a}}else S=174;while(0);if((S|0)==174){S=0;if(d){S=179;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24!=(i[N>>0]|0)){S=179;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;h=p}else{k[c>>2]=h+1;d=p;h=p}while(1){if((e|0)<=0)break f;c=k[a>>2]|0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0))if((hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1){k[a>>2]=0;c=0;break}else{c=k[a>>2]|0;break}}else c=0;while(0);c=(c|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){q=d;p=h;break}else{S=200;break a}if((hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){q=d;p=d}else{S=200;break a}else{d=0;b=0;S=193}}else S=193;while(0);if((S|0)==193){S=0;if(c){S=200;break a}else{q=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24<=-1){S=200;break a}if(!(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)){S=200;break a}if((k[n>>2]|0)==(k[Q>>2]|0))co(m,n,Q);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=k[n>>2]|0;k[n>>2]=c+1;i[c>>0]=d;e=e+-1|0;k[P>>2]=e;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=q;h=p;continue}else{k[c>>2]=h+1;d=q;h=p;continue}}}while(0);if((k[n>>2]|0)==(k[m>>2]|0)){S=210;break a}else d=R;break}default:{d=R;o=v}}while(0);g:do if((S|0)==43)while(1){S=0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(c){if((k[c+12>>2]|0)!=(k[c+16>>2]|0))if(d){p=o;b=h;e=c;break}else{d=R;b=h;o=v;break g}if((hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)!=-1)if(d^(o|0)==0){p=o;b=h;e=o}else{d=R;b=h;o=v;break g}else{o=0;b=0;S=52}}else{b=h;S=52}while(0);if((S|0)==52){S=0;if(d){d=R;o=v;break g}else{p=o;e=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){d=R;o=v;break g}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){d=R;o=v;break g}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}an(Y,o&255);o=p;h=b;c=e;S=43}while(0);R=d;w=w+1|0;v=o}h:do if((S|0)==41){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==96){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==133){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==179){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==200){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==210){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==212){i:do if(R|0){e=R+11|0;p=R+4|0;c=1;j:while(1){o=i[e>>0]|0;if(o<<24>>24<0)o=k[p>>2]|0;else o=o&255;if(c>>>0>=o>>>0)break i;o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){S=227;break}if(!o)break j}else S=227;while(0);if((S|0)==227){S=0;if(o)break;else b=0}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((i[e>>0]|0)<0)d=k[R>>2]|0;else d=R;if((o&255)<<24>>24!=(i[d+c>>0]|0))break;o=c+1|0;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=o;continue}else{k[c>>2]=h+1;c=o;continue}}k[f>>2]=k[f>>2]|4;o=0;break h}while(0);b=k[_>>2]|0;if((b|0)!=(v|0)){k[T>>2]=0;qj(U,b,v,T);if(!(k[T>>2]|0)){o=1;break}else{k[f>>2]=k[f>>2]|4;o=0;break}}else o=1}while(0);jF(Y);jF(X);jF(W);jF(V);jF(U);b=k[_>>2]|0;k[_>>2]=0;if(b|0)ec[k[Z>>2]&255](b);r=$;return o|0}function Ec(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+64|0;y=D+48|0;w=D+36|0;x=D+24|0;q=D+12|0;s=D;a:do if((a|0)==(b|0))d=a;else{C=c+56|0;z=k[C>>2]|0;u=z+1|0;k[C>>2]=u;A=c+61|0;B=i[A>>0]|0;if(u>>>0>1)i[A>>0]=1;d=i[a>>0]|0;b:do switch(d|0){case 84:case 71:{c:do if((b-a|0)>2){switch(d|0){case 84:break;case 71:switch(i[a+1>>0]|0){case 86:{y=a+2|0;d=wc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43962)|0;break c}case 82:{y=a+2|0;d=wc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43982)|0;break c}default:{d=a;break c}}default:{d=a;break c}}d=a+1|0;switch(i[d>>0]|0){case 86:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43811)|0;break c}case 84:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43823)|0;break c}case 73:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43832)|0;break c}case 83:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43846)|0;break c}case 99:{y=a+2|0;d=Xl(y,b)|0;if((d|0)==(y|0)){d=a;break c}e=Xl(d,b)|0;if((e|0)==(d|0)){d=a;break c}d=Ec(e,b,c)|0;if((d|0)==(e|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}yy(e+-24|0,0,43865)|0;break c}case 67:{u=a+2|0;d=rc(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}e=Pp(d,b)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break c}if((i[e>>0]|0)!=95){d=a;break c}u=e+1|0;d=rc(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break b}Qp(y,e+-24|0);p=k[g>>2]|0;e=p+-24|0;f=p;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;Xy(a);f=k[g>>2]|0}f=yy(y,0,43892)|0;k[q>>2]=k[f>>2];k[q+4>>2]=k[f+4>>2];k[q+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-48|0;f=hz(q,43917)|0;k[x>>2]=k[f>>2];k[x+4>>2]=k[f+4>>2];k[x+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Qp(s,(k[g>>2]|0)+-24|0);f=i[s+11>>0]|0;e=f<<24>>24<0;f=fm(x,e?k[s>>2]|0:s,e?k[s+4>>2]|0:f&255)|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-44>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-40>>2]&2147483647)+-1|0;h=1}else v=46}else{i[o>>0]=0;i[m>>0]=0;e=0;v=46}if((v|0)==46){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;d:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;v=54}else{h=0;j=1;g=o;v=55}}else{g=xc(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break d;if(h){e=1;f=k[o>>2]|0;v=54;break}else{h=1;j=0;f=o;v=55;break}}while(0);if((v|0)==54){h=e;j=1;e=k[p+-44>>2]|0}else if((v|0)==55)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-40>>2]=l+1|-2147483648;k[p+-44>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[w>>2];k[o+4>>2]=k[w+4>>2];k[o+8>>2]=k[w+8>>2];e=0;while(1){if((e|0)==3)break;k[w+(e<<2)>>2]=0;e=e+1|0}ID(w);ID(s);ID(x);ID(q);ID(y);break c}default:{e=Xl(d,b)|0;do if((e|0)!=(d|0)){d=Ec(e,b,c)|0;if((d|0)!=(e|0)){e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0)){e=e+-24|0;if((i[a+2>>0]|0)==118){yy(e,0,43922)|0;e=0;break}else{yy(e,0,43940)|0;e=0;break}}else{e=1;d=a}}else{e=0;d=a}}else{e=3;d=a}while(0);switch(e&3){case 3:case 0:break c;default:{}}if(!e)break c;else{d=a;break b}}}}else d=a;while(0);break}default:{d=wc(a,b,c)|0;s=k[c+48>>2]|0;t=k[c+52>>2]|0;if((d|0)!=(a|0))if((d|0)!=(b|0)){switch(i[d>>0]|0){case 46:case 69:break b;default:{}}u=i[A>>0]|0;i[A>>0]=0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[y+(e<<2)>>2]=0;e=e+1|0}q=c+4|0;e=k[q>>2]|0;e:do if((k[c>>2]|0)!=(e|0)){f=e+-24|0;j=i[f+11>>0]|0;l=j<<24>>24<0;if(l)g=k[e+-20>>2]|0;else g=j&255;if(g){if(!(i[c+60>>0]|0)){if(l){g=k[f>>2]|0;h=k[e+-20>>2]|0}else{g=f;h=j&255}if((i[g+h+-1>>0]|0)==62){if(l){g=k[e+-20>>2]|0;h=k[f>>2]|0}else{g=j&255;h=f}if((i[h+(g+-2)>>0]|0)!=45){if(l){g=k[e+-20>>2]|0;f=k[f>>2]|0}else g=j&255;if((i[f+(g+-2)>>0]|0)!=62){o=rc(d,b,c)|0;if((o|0)==(d|0)){d=a;e=0;break}p=k[q>>2]|0;e=p;if(((p-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;e=0;break}f=e+-24|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}m=e+-12|0;n=y+11|0;do if((i[n>>0]|0)<0){i[k[y>>2]>>0]=0;k[y+4>>2]=0;d=i[n>>0]|0;if(d<<24>>24>=0){v=116;break}l=0;h=(k[y+8>>2]&2147483647)+-1|0;g=1}else{i[y>>0]=0;i[n>>0]=0;d=0;v=116}while(0);if((v|0)==116){l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;f:do if((j|0)!=(h|0)){do if(e){e=k[y>>2]|0;if(g){d=0;f=y;v=123}else{g=0;h=1;f=y;v=124}}else{f=xc(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break f;if(!g){g=1;h=0;e=y;v=124;break}d=1;e=k[y>>2]|0;v=123}while(0);if((v|0)==123){g=d;h=1;d=k[y+4>>2]|0}else if((v|0)==124)d=d&255;d=d+1|0;if(d|0)aq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[y+8>>2]=j+1|-2147483648;k[y+4>>2]=l;k[y>>2]=f;break}else{i[n>>0]=l;break}}while(0);k[y>>2]=k[m>>2];k[y+4>>2]=k[m+4>>2];k[y+8>>2]=k[m+8>>2];d=0;while(1){if((d|0)==3)break;k[m+(d<<2)>>2]=0;d=d+1|0}p=i[n>>0]|0;if(!((p<<24>>24<0?k[y+4>>2]|0:p&255)|0))um(w,32);d=k[q>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[q>>2]=p;Xy(p);f=k[q>>2]|0}e=i[w+11>>0]|0;p=e<<24>>24<0;Bj(d+-48|0,0,p?k[w>>2]|0:w,p?k[w+4>>2]|0:e&255)|0;ID(w);d=o;e=k[q>>2]|0}}}}um(e+-24|0,40);if((d|0)!=(b|0)?(i[d>>0]|0)==118:0){d=d+1|0;f=k[c>>2]|0;e=k[q>>2]|0}else v=143;do if((v|0)==143){m=w+11|0;n=w+4|0;o=x+11|0;p=x+4|0;j=1;g:while(1){e=k[q>>2]|0;f=k[c>>2]|0;while(1){g=(e-f|0)/24|0;l=rc(d,b,c)|0;e=k[q>>2]|0;f=k[c>>2]|0;h=(e-f|0)/24|0;if((l|0)==(d|0)){v=166;break g}if(h>>>0>g>>>0)break;else d=l}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;d=0;while(1){if((d|0)==3){d=g;break}k[w+(d<<2)>>2]=0;d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;break}v=i[m>>0]|0;if((v<<24>>24<0?k[n>>2]|0:v&255)|0)hz(w,42180)|0;Qp(x,(k[c>>2]|0)+(d*24|0)|0);v=i[o>>0]|0;f=v<<24>>24<0;fm(w,f?k[x>>2]|0:x,f?k[p>>2]|0:v&255)|0;ID(x);d=d+1|0}while(1){if(d>>>0>=h>>>0)break;f=k[q>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;v=f+-24|0;k[q>>2]=v;Xy(v);f=k[q>>2]|0}d=d+1|0}f=i[m>>0]|0;d=k[n>>2]|0;if(!((f<<24>>24<0?d:f&255)|0))d=j;else{e=k[q>>2]|0;if((k[c>>2]|0)==(e|0)){v=178;break}if(!j){hz(e+-24|0,42180)|0;e=k[q>>2]|0;f=i[m>>0]|0;d=k[n>>2]|0}v=f<<24>>24<0;fm(e+-24|0,v?k[w>>2]|0:w,v?d:f&255)|0;d=0}ID(w);j=d;d=l}if((v|0)==166)break;else if((v|0)==178){ID(w);d=a;e=0;break e}}while(0);if((f|0)!=(e|0)){um(e+-24|0,41);if(s&1|0)hz((k[q>>2]|0)+-24|0,42133)|0;if(s&2|0)hz((k[q>>2]|0)+-24|0,42140)|0;if(s&4|0)hz((k[q>>2]|0)+-24|0,42150)|0;switch(t|0){case 1:{hz((k[q>>2]|0)+-24|0,42183)|0;break}case 2:{hz((k[q>>2]|0)+-24|0,42186)|0;break}default:{}}e=i[y+11>>0]|0;x=e<<24>>24<0;fm((k[q>>2]|0)+-24|0,x?k[y>>2]|0:y,x?k[y+4>>2]|0:e&255)|0;e=1}else{d=a;e=0}}else{d=a;e=0}}else{d=a;e=0}while(0);ID(y);i[A>>0]=u;if(!e){i[A>>0]=B;k[C>>2]=z;d=a;break a}}else d=b;else d=a}}while(0);i[A>>0]=B;k[C>>2]=z}while(0);r=D;return d|0}function Fc(a,b,c,d,e,f,g,h,j,m,n){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;var o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0;_=r;r=r+512|0;P=_+96|0;o=_+104|0;Z=_+88|0;J=_+80|0;K=_+76|0;L=_+504|0;M=_+72|0;N=_+68|0;T=_+56|0;U=_+44|0;V=_+32|0;W=_+20|0;X=_+8|0;O=_+4|0;S=_;k[P>>2]=n;k[Z>>2]=o;Y=Z+4|0;k[Y>>2]=171;k[J>>2]=o;k[K>>2]=o+400;k[T>>2]=0;k[T+4>>2]=0;k[T+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[T+(n<<2)>>2]=0;n=n+1|0}k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[U+(n<<2)>>2]=0;n=n+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[V+(n<<2)>>2]=0;n=n+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[W+(n<<2)>>2]=0;n=n+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[X+(n<<2)>>2]=0;n=n+1|0}nd(c,d,L,M,N,T,U,V,W,O);k[m>>2]=k[j>>2];F=V+8+3|0;G=V+4|0;H=W+8+3|0;I=W+4|0;x=(e&512|0)!=0;y=U+8+3|0;z=U+4|0;A=X+8+3|0;B=X+4|0;C=L+3|0;D=T+11|0;E=T+4|0;Q=0;w=0;v=o;a:while(1){if(w>>>0>=4){R=225;break}n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d){R=225;break}}else R=30}else R=30;if((R|0)==30){R=0;if(d){b=0;R=225;break}else b=0}b:do switch(i[L+w>>0]|0){case 1:{if((w|0)==3){d=Q;n=v}else{n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){R=42;break a}c=k[a>>2]|0;n=c+12|0;d=k[n>>2]|0;if((d|0)==(k[c+16>>2]|0))n=hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;else{k[n>>2]=d+4;n=k[d>>2]|0}Km(X,n);n=b;p=b;c=b;R=44}break}case 0:{if((w|0)==3){d=Q;n=v}else{n=b;p=b;c=b;R=44}break}case 3:{n=i[F>>0]|0;d=n<<24>>24<0?k[G>>2]|0:n&255;e=i[H>>0]|0;e=e<<24>>24<0?k[I>>2]|0:e&255;if((d|0)==(0-e|0)){d=Q;n=v}else{o=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(o|(e|0)==0){if(c)d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[q>>2]|0;if(o){n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v;break b}n=i[F>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){i[g>>0]=1;d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(c){o=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;n=i[F>>0]|0;p=d;e=k[d+12>>2]|0;d=k[d+16>>2]|0}else{o=k[q>>2]|0;e=q}c=p+12|0;d=(e|0)==(d|0);if((o|0)==(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){if(d){hc[k[(k[p>>2]|0)+40>>2]&127](p)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(d)d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[e>>2]|0;n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){R=99;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v}break}case 2:{if(!(w>>>0<2|(Q|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;n=v;break b}d=i[y>>0]|0;c=k[U>>2]|0;n=d<<24>>24<0?c:U;c:do if((w|0)!=0?(l[L+(w+-1)>>0]|0)<2:0){s=n;while(1){u=d<<24>>24<0;n=s;if((n|0)==((u?c:U)+((u?k[z>>2]|0:d&255)<<2)|0))break;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,8192,k[n>>2]|0)|0)){R=106;break}s=n+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if((R|0)==106){R=0;d=i[y>>0]|0;c=k[U>>2]|0}e=d<<24>>24<0?c:U;q=e;p=s-q>>2;o=i[A>>0]|0;n=o<<24>>24<0;o=n?k[B>>2]|0:o&255;if(p>>>0>o>>>0){t=b;u=b;e=q;o=b}else{o=(n?k[X>>2]|0:X)+(o<<2)|0;n=o+(0-p<<2)|0;while(1){if((n|0)==(o|0)){t=b;u=b;e=s;o=b;break c}if((k[n>>2]|0)!=(k[e>>2]|0)){t=b;u=b;e=q;o=b;break c}e=e+4|0;n=n+4|0}}}else{t=b;u=b;e=n;o=b}while(0);while(1){n=d<<24>>24<0;n=(n?c:U)+((n?k[z>>2]|0:d&255)<<2)|0;p=e;if((p|0)==(n|0)){b=u;break}b=k[a>>2]|0;do if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[n>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(o){b=k[o+12>>2]|0;if((b|0)==(k[o+16>>2]|0))b=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(t|0)==0){e=t;b=u;o=t}else{n=p;b=u;break}else{n=0;b=0;R=126}}else{n=t;b=u;R=126}if((R|0)==126){R=0;if(d){n=p;break}else{e=n;o=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)!=(k[p>>2]|0)){n=p;break}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))hc[k[(k[n>>2]|0)+40>>2]&127](n)|0;else k[d>>2]=c+4;t=e;u=b;e=p+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(n|0)!=((t?k[U>>2]|0:U)+((t?k[z>>2]|0:u&255)<<2)|0)):0){R=138;break a}else{d=Q;n=v}break}case 4:{o=0;d=b;q=b;e=b;n=v;while(1){b=k[a>>2]|0;do if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[c>>2]|0;if((b|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){b=k[e+12>>2]|0;if((b|0)==(k[e+16>>2]|0))b=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break}else{d=0;b=0;R=151}}else{b=q;R=151}if((R|0)==151){R=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))c=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else c=k[c>>2]|0;if($b[k[(k[h>>2]|0)+12>>2]&31](h,2048,c)|0){d=k[m>>2]|0;if((d|0)==(k[P>>2]|0)){Ln(j,m,P);d=k[m>>2]|0}k[m>>2]=d+4;k[d>>2]=c;o=o+1|0}else{v=i[D>>0]|0;if(!((c|0)==(k[N>>2]|0)&(o|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((n|0)==(k[K>>2]|0)){Ln(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;o=0;n=v}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;e=s;continue}else{k[c>>2]=e+4;d=p;q=b;e=s;continue}}if(o|0?(k[Z>>2]|0)!=(n|0):0){if((n|0)==(k[K>>2]|0)){Ln(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;n=v}o=k[O>>2]|0;d:do if((o|0)>0){d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(p){d=k[p+12>>2]|0;if((d|0)==(k[p+16>>2]|0))d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[d>>2]|0;if((d|0)!=-1){if(!c){R=190;break a}}else{b=0;R=184}}else R=184;if((R|0)==184){R=0;if(c){R=190;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)!=(k[M>>2]|0)){R=190;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=p;e=p}else{k[c>>2]=e+4;q=p;e=p}while(1){if((o|0)<=0)break d;d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){d=k[e+12>>2]|0;if((d|0)==(k[e+16>>2]|0))d=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(c^(q|0)==0){s=q;p=q}else{R=213;break a}else{d=0;b=0;R=207}}else{d=q;R=207}if((R|0)==207){R=0;if(c){R=213;break a}else{s=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,2048,d)|0)){R=213;break a}if((k[m>>2]|0)==(k[P>>2]|0))Ln(j,m,P);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;c=k[m>>2]|0;k[m>>2]=c+4;k[c>>2]=d;o=o+-1|0;k[O>>2]=o;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=s;e=p;continue}else{k[c>>2]=e+4;q=s;e=p;continue}}}while(0);if((k[m>>2]|0)==(k[j>>2]|0)){R=223;break a}else d=Q;break}default:{d=Q;n=v}}while(0);e:do if((R|0)==44)while(1){R=0;b=k[a>>2]|0;do if(b){d=k[b+12>>2]|0;if((d|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[d>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(c){b=k[c+12>>2]|0;if((b|0)==(k[c+16>>2]|0))b=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(n|0)==0){o=n;b=p;e=n}else{d=Q;b=p;n=v;break e}else{n=0;b=0;R=56}}else{b=p;R=56}if((R|0)==56){R=0;if(d){d=Q;n=v;break e}else{o=n;e=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){d=Q;n=v;break e}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+40>>2]&127](n)|0;else{k[d>>2]=c+4;n=k[c>>2]|0}Km(X,n);n=o;p=b;c=e;R=44}while(0);Q=d;w=w+1|0;v=n}f:do if((R|0)==42){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==99){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==138){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==190){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==213){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==223){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==225){g:do if(Q|0){o=Q+8+3|0;p=Q+4|0;c=1;while(1){n=i[o>>0]|0;if(n<<24>>24<0)n=k[p>>2]|0;else n=n&255;if(c>>>0>=n>>>0)break g;n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d)break}else R=243}else R=243;if((R|0)==243){R=0;if(d)break;else b=0}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((i[o>>0]|0)<0)d=k[Q>>2]|0;else d=Q;if((n|0)!=(k[d+(c<<2)>>2]|0))break;n=c+1|0;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=n;continue}else{k[c>>2]=e+4;c=n;continue}}k[f>>2]=k[f>>2]|4;n=0;break f}while(0);b=k[Z>>2]|0;if((b|0)!=(v|0)){k[S>>2]=0;qj(T,b,v,S);if(!(k[S>>2]|0)){n=1;break}else{k[f>>2]=k[f>>2]|4;n=0;break}}else n=1}while(0);$E(X);$E(W);$E(V);$E(U);jF(T);b=k[Z>>2]|0;k[Z>>2]=0;if(b|0)ec[k[Y>>2]&255](b);r=_;return n|0}function Gc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+192|0;q=x+72|0;n=x+48|0;m=x+24|0;t=x;u=x+152|0;v=x+128|0;w=x+104|0;j=x+116|0;l=x+92|0;e=b;a:do if((e-a|0)>3?(i[a>>0]|0)==76:0){d=a+1|0;do switch(i[d>>0]|0){case 84:break a;case 119:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43228,7);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 98:{if((i[a+3>>0]|0)!=69)break a;switch(i[a+2>>0]|0){case 48:{wp(u,43236);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{v=(f-b|0)/24|0;w=v<<1;as(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;eq(v,u);k[w>>2]=v+24;sm(c,t);br(t);break}}else{eq(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(u);a=a+4|0;break a}case 49:{vp(u,43242);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{v=(f-b|0)/24|0;w=v<<1;as(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;eq(v,u);k[w>>2]=v+24;sm(c,t);br(t);break}}else{eq(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(u);a=a+4|0;break a}default:break a}}case 99:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43247,4);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 97:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43252,11);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 104:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43264,13);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 115:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43278,5);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 116:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43284,14);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 105:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,53215,0);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 106:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43299,1);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 108:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43301,1);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 109:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43303,2);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 120:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43306,2);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 121:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43309,3);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 110:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43313,8);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 111:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;Hp(t,43322,17);c=xd(w,b,t,c)|0;ID(t);a=(c|0)==(w|0)?a:c;break a}case 102:{h=a+2|0;b:do if((e-h|0)>>>0>8){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==8){s=37;break}if(!(GH(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==37){if(f<<24>>24==69){c:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break c;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+24|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[m>>3]=+o[t>>2];d=FA(u,24,43340,m)|0;if(d>>>0>23)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;Hp(w,u,d);iq(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{t=(f-b|0)/24|0;u=t<<1;as(m,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=m+8|0;t=k[u>>2]|0;eq(t,v);k[u>>2]=t+24;sm(c,m);br(m);break}}else{eq(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(v);ID(w);d=11}else d=2;break b}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 100:{h=a+2|0;d:do if((e-h|0)>>>0>16){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==16){s=57;break}if(!(GH(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==57){if(f<<24>>24==69){e:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break e;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+32|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[n>>3]=+p[t>>3];d=FA(u,32,43344,n)|0;if(d>>>0>31)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;Hp(w,u,d);iq(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{t=(f-b|0)/24|0;u=t<<1;as(n,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=n+8|0;t=k[u>>2]|0;eq(t,v);k[u>>2]=t+24;sm(c,n);br(n);break}}else{eq(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(v);ID(w);d=19}else d=2;break d}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 101:{h=a+2|0;f:do if((e-h|0)>>>0>20){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==20){s=77;break}if(!(GH(g)|0))break;n=i[h+(e|1)>>0]|0;i[d>>0]=n+(((g+-48|0)>>>0<10?0:9)+g<<4)+((n+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==77){if(f<<24>>24==69){g:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break g;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+40|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[q>>3]=+p[t>>3];d=FA(u,40,43347,q)|0;if(d>>>0>39)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;Hp(w,u,d);iq(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{t=(f-b|0)/24|0;u=t<<1;as(q,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=q+8|0;t=k[u>>2]|0;eq(t,v);k[u>>2]=t+24;sm(c,q);br(q);break}}else{eq(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(v);ID(w);d=23}else d=2;break f}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 95:{if((i[a+2>>0]|0)!=90)break a;w=a+3|0;d=Ec(w,b,c)|0;if((d|0)==(w|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}default:{g=rc(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;if((i[g>>0]|0)==69){a=g+1|0;break a}else h=g;while(1){if((h|0)==(b|0))break a;d=i[h>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;h=h+1|0}if(!((h|0)!=(g|0)&d<<24>>24==69))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=d+-24|0;Qp(w,f);d=yy(w,0,42178)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}d=hz(v,42083)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;b=h-g|0;if(b>>>0>4294967279)yH();if(b>>>0<11){i[l+11>>0]=b;e=l}else{c=b+16&-16;e=xc(c)|0;k[l>>2]=e;k[l+8>>2]=c|-2147483648;k[l+4>>2]=b}a=g;d=e;while(1){if((a|0)==(h|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=i[l+11>>0]|0;a=d<<24>>24<0;d=fm(u,a?k[l>>2]|0:l,a?k[l+4>>2]|0:d&255)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}iq(t,j);Ee(f,t);Xy(t);ID(j);ID(l);ID(u);ID(v);ID(w);a=h+1|0;break a}}while(0)}while(0);r=x;return a|0}function Hc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+96|0;s=v+64|0;t=v+40|0;l=v+24|0;m=v+12|0;j=v;a:do if((a|0)!=(b|0)){f=i[a>>0]|0;d=f<<24>>24;switch(d|0){case 68:case 67:{b:do if((b-a|0)>1?(h=c+4|0,e=k[h>>2]|0,(k[c>>2]|0)!=(e|0)):0){switch(d|0){case 67:{switch(i[a+1>>0]|0){case 53:case 51:case 50:case 49:break;default:break b}he(l,e+-24|0);iq(t,l);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{u=(g-f|0)/24|0;b=u<<1;as(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;eq(u,t);k[b>>2]=u+24;sm(c,s);br(s);break}}else{eq(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);Xy(t);ID(l);i[c+60>>0]=1;a=a+2|0;break b}case 68:break;default:break b}switch(i[a+1>>0]|0){case 53:case 50:case 49:case 48:break;default:break b}he(j,e+-24|0);e=yy(j,0,42392)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(t,m);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{u=(g-f|0)/24|0;b=u<<1;as(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;eq(u,t);k[b>>2]=u+24;sm(c,s);br(s);break}}else{eq(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);Xy(t);ID(m);ID(j);i[c+60>>0]=1;a=a+2|0}while(0);break a}case 85:{c:do if((b-a|0)>2&f<<24>>24==85){switch(i[a+1>>0]|0){case 116:{k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;Hp(l,42394,8);iq(t,l);h=c+4|0;d=k[h>>2]|0;u=k[c+8>>2]|0;f=u;do if(d>>>0>=u>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{q=(f-g|0)/24|0;u=q<<1;as(s,q>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=s+8|0;q=k[u>>2]|0;eq(q,t);k[u>>2]=q+24;sm(c,s);br(s);break}}else{eq(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);Xy(t);ID(l);e=a+2|0;if((e|0)==(b|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;Xy(b);e=k[h>>2]|0}}if(((i[e>>0]|0)+-48|0)>>>0<10){d=a+3|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}nj((k[h>>2]|0)+-24|0,e,d)}else d=e;um((k[h>>2]|0)+-24|0,39);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break c}e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;Xy(b);e=k[h>>2]|0}}case 108:break;default:break c}k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;Hp(m,42403,9);iq(t,m);u=c+4|0;d=k[u>>2]|0;p=k[c+8>>2]|0;f=p;do if(d>>>0>=p>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{o=(f-g|0)/24|0;p=o<<1;as(s,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=s+8|0;o=k[p>>2]|0;eq(o,t);k[p>>2]=o+24;sm(c,s);br(s);break}}else{eq(d,t);k[u>>2]=(k[u>>2]|0)+24}while(0);Xy(t);ID(m);e=a+2|0;do if((i[e>>0]|0)!=118){d=rc(e,b,c)|0;if((d|0)==(e|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;Xy(b);e=k[u>>2]|0}}e=k[u>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break c;Qp(s,e+-24|0);g=k[u>>2]|0;e=g+-24|0;f=g;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[u>>2]=p;Xy(p);f=k[u>>2]|0}o=s+11|0;n=i[o>>0]|0;m=n<<24>>24<0;p=s+4|0;fm(g+-48|0,m?k[s>>2]|0:s,m?k[p>>2]|0:n&255)|0;n=s+8|0;while(1){m=rc(d,b,c)|0;if((m|0)==(d|0)){q=93;break}d=k[u>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){q=131;break}Qp(t,d+-24|0);if((i[o>>0]|0)<0){i[k[s>>2]>>0]=0;k[p>>2]=0;d=i[o>>0]|0;if(d<<24>>24<0){l=0;h=(k[n>>2]&2147483647)+-1|0;g=1}else q=69}else{i[s>>0]=0;i[o>>0]=0;d=0;q=69}if((q|0)==69){q=0;l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[s>>2]|0;if(g){d=0;f=s;q=76}else{g=0;h=1;f=s;q=77}}else{f=xc(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[s>>2]|0;q=76}else{g=1;h=0;e=s;q=77}}if((q|0)==76){q=0;g=d;h=1;d=k[p>>2]|0}else if((q|0)==77){q=0;d=d&255}d=d+1|0;if(d|0)aq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[n>>2]=j+1|-2147483648;k[p>>2]=l;k[s>>2]=f;break}else{i[o>>0]=l;break}}while(0);k[s>>2]=k[t>>2];k[s+4>>2]=k[t+4>>2];k[s+8>>2]=k[t+8>>2];d=0;while(1){if((d|0)==3)break;k[t+(d<<2)>>2]=0;d=d+1|0}ID(t);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[u>>2]=l;Xy(l);f=k[u>>2]|0}l=i[o>>0]|0;if(!((l<<24>>24<0?k[p>>2]|0:l&255)|0)){d=m;continue}hz(d+-48|0,42180)|0;d=i[o>>0]|0;l=d<<24>>24<0;fm((k[u>>2]|0)+-24|0,l?k[s>>2]|0:s,l?k[p>>2]|0:d&255)|0;d=m}if((q|0)==93){hz((k[u>>2]|0)+-24|0,42083)|0;ID(s);break}else if((q|0)==131){ID(s);break c}}else{um((k[u>>2]|0)+-24|0,41);d=a+3|0}while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==69:0){f=d+1|0;if((f|0)==(b|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;Xy(b);e=k[u>>2]|0}}d:do if(((i[f>>0]|0)+-48|0)>>>0<10){d=d+2|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}o=k[u>>2]|0;g=o+-24|0;p=g+11|0;e=i[p>>0]|0;l=e<<24>>24<0;if(l){j=k[g>>2]|0;h=j;m=(k[o+-16>>2]&2147483647)+-1|0;n=k[o+-20>>2]|0}else{h=g;j=g;m=10;n=e&255}j=j+7-h|0;h=d-f|0;if(h){if((m-n|0)>>>0>=h>>>0){if(l)g=k[g>>2]|0;e=n-j|0;if(e){t=g+j|0;ew(t+h|0,t|0,e|0)|0}}else{wm(g,m,n+h-m|0,n,j,h);g=k[g>>2]|0}e=n+h|0;if((i[p>>0]|0)<0)k[o+-20>>2]=e;else i[p>>0]=e;i[g+e>>0]=0;e=g+j|0;while(1){if((f|0)==(d|0))break d;i[e>>0]=i[f>>0]|0;f=f+1|0;e=e+1|0}}}else d=f;while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;Xy(b);e=k[u>>2]|0}}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;Xy(b);e=k[u>>2]|0}}while(0);break a}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{a=Cd(a,b,c)|0;break a}default:{b=tc(a,b,c)|0;r=v;return b|0}}}while(0);r=v;return a|0}function Ic(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;a:do if(a>>>0<212){a=_u(6780,6972,a)|0;a=k[a>>2]|0}else{g=(a>>>0)/210|0;e=g*210|0;d=(_u(6972,7164,a-e|0)|0)-6972>>2;a=0;f=d;e=(k[6972+(d<<2)>>2]|0)+e|0;while(1){b=5;while(1){if(b>>>0>=47){d=211;h=8;break}c=k[6780+(b<<2)>>2]|0;d=(e>>>0)/(c>>>0)|0;if(d>>>0<c>>>0){a=e;break a}if((e|0)==($(d,c)|0))break;else b=b+1|0}b:do if((h|0)==8){c:while(1){h=0;b=(e>>>0)/(d>>>0)|0;do if(b>>>0>=d>>>0)if((e|0)!=($(b,d)|0)){b=d+10|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+12|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+16|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+18|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+22|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=($(c,b)|0)){b=d+28|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)==($(c,b)|0))c=9;else{b=d+30|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+36|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+40|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+42|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+46|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+52|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+58|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+60|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+66|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+70|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+72|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+78|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+82|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+88|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+96|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+100|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+102|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+106|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+108|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+112|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+120|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+126|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+130|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+136|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+138|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+142|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+148|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+150|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+156|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+162|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+166|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+168|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+172|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+178|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+180|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+186|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+190|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+192|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+196|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+198|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==($(c,b)|0)){c=9;break}b=d+208|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}c=(e|0)==($(c,b)|0);b=c?b:d+210|0;c=c?9:0}else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else{b=d;c=9}else{b=d;c=1;a=e}while(0);switch(c&15){case 9:break b;case 0:{d=b;h=8;break}default:break c}}if(c)break a}while(0);d=f+1|0;c=(d|0)==48;e=(c&1)+g|0;d=c?0:d;f=d;g=e;e=(k[6972+(d<<2)>>2]|0)+(e*210|0)|0}}while(0);return a|0}function Jc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;u=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;D=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;N=V+16|0;T=V;Dd(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{bt(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{Xs(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{St(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(Mm(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{zB(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{Ex(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{qy(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{bt(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{Xs(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{St(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(Mm(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;VA(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;dz(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{Qm(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{Tm(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{ix(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{dx(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{Dx(u,U);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 16:{fx(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{hx(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];wh(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];uh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{yB(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{sz(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{Qm(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{Tm(D,U);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 11:{ix(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{dx(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{Dx(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{fx(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{hx(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];wh(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];uh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;cz(N,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[N>>2];k[a+4>>2]=k[N+4>>2];k[a+8>>2]=k[N+8>>2];k[a+12>>2]=k[N+12>>2];k[a+16>>2]=0;break a}case 44:{e=+uz(U);p[t>>3]=e;d=k[t>>2]|0;b=k[t+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=eB(U)|0;b=M;S=HE(d|0,b|0,536870911,-1206910976)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=HE(d|0,b|0,536870911,940572672)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-C;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=C;k[a+16>>2]=0;break a}else{qz(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ga()}while(0);break}default:Ga()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function Kc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,m=0.0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0;P=r;r=r+304|0;I=P+16|0;J=P+8|0;K=P+33|0;L=P;N=P+32|0;f=i[b>>0]|0;a:do if(f<<24>>24){z=a+4|0;A=a+100|0;B=a+108|0;C=a+8|0;D=K+10|0;E=K+33|0;y=J+4|0;F=K+46|0;G=K+94|0;H=K+1|0;n=b;v=0;b=0;e=0;d=0;b:while(1){c:do if(!(yI(f&255)|0)){f=f<<24>>24==37;d:do if(f){g=n+1|0;h=i[g>>0]|0;e:do switch(h<<24>>24){case 37:break d;case 42:{x=0;g=n+2|0;break}default:{f=(h&255)+-48|0;if(f>>>0<10?(i[n+2>>0]|0)==36:0){k[I>>2]=k[c>>2];while(1){x=(k[I>>2]|0)+(4-1)&~(4-1);g=k[x>>2]|0;k[I>>2]=x+4;if(f>>>0>1)f=f+-1|0;else break}x=g;g=n+3|0;break e}w=(k[c>>2]|0)+(4-1)&~(4-1);x=k[w>>2]|0;k[c>>2]=w+4}}while(0);h=i[g>>0]|0;f=h&255;if((f+-48|0)>>>0<10){n=0;do{n=(n*10|0)+-48+f|0;g=g+1|0;h=i[g>>0]|0;f=h&255}while((f+-48|0)>>>0<10)}else n=0;if(h<<24>>24==109){h=g+1|0;f=(x|0)!=0&1;e=0;d=0;g=h;h=i[h>>0]|0}else f=0;q=g+1|0;switch(h<<24>>24){case 104:{w=(i[q>>0]|0)==104;h=w?-2:-1;g=w?g+2|0:q;break}case 108:{w=(i[q>>0]|0)==108;h=w?3:1;g=w?g+2|0:q;break}case 106:{h=3;g=q;break}case 116:case 122:{h=1;g=q;break}case 76:{h=2;g=q;break}case 110:case 112:case 67:case 83:case 91:case 99:case 115:case 88:case 71:case 70:case 69:case 65:case 103:case 102:case 101:case 97:case 120:case 117:case 111:case 105:case 100:{h=0;break}default:{O=152;break b}}t=l[g>>0]|0;u=(t&47|0)==3;t=u?t|32:t;u=u?1:h;s=t&255;switch(s<<24>>24){case 99:{n=(n|0)<1?1:n;break}case 91:break;case 110:{if(!x){h=v;break c}switch(u|0){case -2:{i[x>>0]=v;h=v;break c}case -1:{j[x>>1]=v;h=v;break c}case 0:{k[x>>2]=v;h=v;break c}case 1:{k[x>>2]=v;h=v;break c}case 3:{h=x;k[h>>2]=v;k[h+4>>2]=((v|0)<0)<<31>>31;h=v;break c}default:{h=v;break c}}}default:{kx(a,0);do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=Mk(a)|0}while((yI(h)|0)!=0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}v=(k[B>>2]|0)+v+h-(k[C>>2]|0)|0}}kx(a,n);h=k[z>>2]|0;q=k[A>>2]|0;if(h>>>0<q>>>0)k[z>>2]=h+1;else{if((Mk(a)|0)<0){O=152;break b}q=k[A>>2]|0}if(q|0)k[z>>2]=(k[z>>2]|0)+-1;f:do switch(s<<24>>24){case 91:case 99:case 115:{w=(t|0)==99;g:do if((t|16|0)==115){es(H|0,-1,256)|0;i[K>>0]=0;if((t|0)==115){i[E>>0]=0;i[D>>0]=0;i[D+1>>0]=0;i[D+2>>0]=0;i[D+3>>0]=0;i[D+4>>0]=0}}else{s=g+1|0;t=(i[s>>0]|0)==94;h=t&1;g=t?g+2|0:s;es(H|0,t&1|0,256)|0;i[K>>0]=0;switch(i[g>>0]|0){case 45:{t=(h^1)&255;i[F>>0]=t;g=g+1|0;break}case 93:{t=(h^1)&255;i[G>>0]=t;g=g+1|0;break}default:t=(h^1)&255}while(1){h=i[g>>0]|0;h:do switch(h<<24>>24){case 0:{O=152;break b}case 93:break g;case 45:{s=g+1|0;h=i[s>>0]|0;switch(h<<24>>24){case 93:case 0:{h=45;break h}default:{}}g=i[g+-1>>0]|0;if((g&255)<(h&255)){g=g&255;do{g=g+1|0;i[K+g>>0]=t;h=i[s>>0]|0}while((g|0)<(h&255|0));g=s}else g=s;break}default:{}}while(0);i[K+((h&255)+1)>>0]=t;g=g+1|0}}while(0);h=w?n+1|0:31;t=(u|0)==1;u=(f|0)!=0;i:do if(t){if(u){e=xc(h<<2)|0;if(!e){d=0;O=152;break b}}else e=x;k[J>>2]=0;k[y>>2]=0;s=h;d=0;j:while(1){q=(e|0)==0;do{k:while(1){h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=Mk(a)|0;if(!(i[K+(h+1)>>0]|0))break j;i[N>>0]=h;switch(dh(L,N,1,J)|0){case -1:{d=0;O=152;break b}case -2:break;default:break k}}if(!q){k[e+(d<<2)>>2]=k[L>>2];d=d+1|0}}while(!(u&(d|0)==(s|0)));d=s<<1|1;h=Kp(e,d<<2)|0;if(!h){d=0;O=152;break b}else{q=s;s=d;e=h;d=q}}if(!(TG(J)|0)){d=0;O=152;break b}else{q=d;d=0}}else{if(u){d=xc(h)|0;if(!d){d=0;e=0;O=152;break b}else{q=h;e=0}while(1){do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=Mk(a)|0;if(!(i[K+(h+1)>>0]|0)){q=e;e=0;break i}i[d+e>>0]=h;e=e+1|0}while((e|0)!=(q|0));e=q<<1|1;h=Kp(d,e)|0;if(!h){e=0;O=152;break b}else{s=q;q=e;d=h;e=s}}}if(!x){e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=Mk(a)|0;if(!(i[K+(d+1)>>0]|0)){q=0;d=0;e=0;break i}e=k[A>>2]|0}}else{h=0;e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=Mk(a)|0;if(!(i[K+(d+1)>>0]|0)){q=h;d=x;e=0;break i}i[x+h>>0]=d;h=h+1|0;e=k[A>>2]|0}}}while(0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}h=h-(k[C>>2]|0)+(k[B>>2]|0)|0;if(!h)break b;if(!((h|0)==(n|0)|w^1))break b;do if(u)if(t){k[x>>2]=e;break}else{k[x>>2]=d;break}while(0);if(!w){if(e|0)k[e+(q<<2)>>2]=0;if(!d){d=0;break f}i[d+q>>0]=0}break}case 120:case 88:case 112:{h=16;O=134;break}case 111:{h=8;O=134;break}case 117:case 100:{h=10;O=134;break}case 105:{h=0;O=134;break}case 71:case 103:case 70:case 102:case 69:case 101:case 65:case 97:{m=+Bc(a,u,0);if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if(x)switch(u|0){case 0:{o[x>>2]=m;break f}case 1:{p[x>>3]=m;break f}case 2:{p[x>>3]=m;break f}default:break f}break}default:{}}while(0);l:do if((O|0)==134){O=0;h=ad(a,h,0,-1,-1)|0;if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if((x|0)!=0&(t|0)==112){k[x>>2]=h;break}if(x)switch(u|0){case -2:{i[x>>0]=h;break l}case -1:{j[x>>1]=h;break l}case 0:{k[x>>2]=h;break l}case 1:{k[x>>2]=h;break l}case 3:{w=x;k[w>>2]=h;k[w+4>>2]=M;break l}default:break l}}while(0);b=((x|0)!=0&1)+b|0;h=(k[B>>2]|0)+v+(k[z>>2]|0)-(k[C>>2]|0)|0;break c}while(0);g=n+(f&1)|0;kx(a,0);f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=Mk(a)|0;if((f|0)!=(l[g>>0]|0)){O=20;break b}h=v+1|0}else{g=n;while(1){f=g+1|0;if(!(yI(l[f>>0]|0)|0))break;else g=f}kx(a,0);do{f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=Mk(a)|0}while((yI(f)|0)!=0);if(!(k[A>>2]|0))f=k[z>>2]|0;else{f=(k[z>>2]|0)+-1|0;k[z>>2]=f}h=(k[B>>2]|0)+v+f-(k[C>>2]|0)|0}while(0);n=g+1|0;f=i[n>>0]|0;if(!(f<<24>>24))break a;else v=h}if((O|0)==20){if(k[A>>2]|0)k[z>>2]=(k[z>>2]|0)+-1;if((b|0)!=0|(f|0)>-1)break;else{f=0;b=e;O=153}}else if((O|0)==152)if(!b){b=e;O=153}if((O|0)==153){e=b;b=-1}if(f){Vc(d);Vc(e)}}else b=0;while(0);r=P;return b|0}function Lc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;u=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;D=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;N=V+16|0;T=V;Bg(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{bt(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{Xs(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{St(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(Mm(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{zB(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{Ex(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{qy(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{bt(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{Xs(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{St(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(Mm(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;VA(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;dz(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{Qm(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{Tm(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{ix(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{dx(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{Dx(u,U);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 16:{fx(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{hx(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];wh(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];uh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{yB(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{sz(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ga()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{Qm(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{Tm(D,U);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 11:{ix(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{dx(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{Dx(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{fx(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{hx(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];wh(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];uh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;cz(N,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[N>>2];k[a+4>>2]=k[N+4>>2];k[a+8>>2]=k[N+8>>2];k[a+12>>2]=k[N+12>>2];k[a+16>>2]=0;break a}case 44:{e=+uz(U);p[t>>3]=e;d=k[t>>2]|0;b=k[t+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=eB(U)|0;b=M;S=HE(d|0,b|0,536870911,-1206910976)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=HE(d|0,b|0,536870911,940572672)|0;R=M;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-C;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=C;k[a+16>>2]=0;break a}else{qz(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ga()}while(0);break}default:Ga()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function Mc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0.0;t=r;r=r+320|0;n=t+160|0;q=t+16|0;h=t+300|0;g=t;s=nz(c)|0;k[s+4>>2]=b;a:do if((b+-3|0)>>>0<2){if((k[11384]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=C;m=s;break a}default:{m=0;break a}}if((k[11385]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=-C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=-C;m=s;break a}default:{m=0;break a}}if((k[11383]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=B;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=B;m=s;break a}default:{m=0;break a}}j=(i[a>>0]|0)==45;c=a+1|0;d=j?c:a;if(!j)c=(i[d>>0]|0)==43?d+1|0:d;if(((i[c>>0]|0)==110?(i[c+1>>0]|0)==97:0)?(i[c+2>>0]|0)==110:0){d=(i[c+3>>0]|0)==58;e=c+4|0;f=d?e:0;do if(d){if((i[e>>0]|0)==48?(i[c+5>>0]|0)==120:0)break;Na(17561,17617,74,17631)}while(0);switch(b|0){case 3:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;pq(h,f,So(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=2188;k[e>>2]=2208;k[q+4>>2]=0;yu(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=2148;k[e>>2]=2168;iy(d);k[d>>2]=2224;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;Ei(d,h);jF(h);c=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;Vj(q,n);k[n>>2]=k[n>>2]|2139095040;UA(q);c=k[n>>2]|0}else{k[n>>2]=2143289344;c=2143289344}c=j?c|-2147483648:c;b=(c&2147483647)>>>0>2139095040;c=c|b&1^1;if(j|b^1)k[n>>2]=c;m=s+8|0;k[g>>2]=1;k[g+8>>2]=c;zB(q,g);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}case 4:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;pq(h,f,So(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=2188;k[e>>2]=2208;k[q+4>>2]=0;yu(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=2148;k[e>>2]=2168;iy(d);k[d>>2]=2224;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;Ei(d,h);jF(h);b=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[b>>2]=k[b>>2]&-75|8;Uj(q,n);b=n;c=k[b+4>>2]|2146435072;d=n;k[d>>2]=k[b>>2];k[d+4>>2]=c;UA(q);d=n;c=k[d+4>>2]|0;d=k[d>>2]|0}else{c=n;k[c>>2]=0;k[c+4>>2]=2146959360;c=2146959360;d=0}d=j?d:d;c=j?c|-2147483648:c;b=c&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&d>>>0>0;d=d|b&1^1;if(j|b^1){k[n>>2]=d;k[n+4>>2]=c}m=s+8|0;dz(q,2,d,c);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}default:{m=0;break a}}}if((k[11386]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=B;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=B;m=s;break a}default:{m=0;break a}}else l=46}else l=46;while(0);b:do if((l|0)==46){c:do switch(b|0){case 1:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=51;else{c=a;l=55}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=51;else l=55;break}default:{c=a;l=55}}if((l|0)==51){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;pq(q,e,So(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=2188;k[e>>2]=2208;k[n+4>>2]=0;yu(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2148;k[e>>2]=2168;iy(d);k[d>>2]=2224;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Ei(d,q);jF(q);c=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;Vj(n,q);q=k[q>>2]|0;c=s+8|0;k[c>>2]=1;k[s+16>>2]=f?0-q|0:q;UA(n);break c}else if((l|0)==55){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;pq(q,c,So(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=2188;k[e>>2]=2208;k[n+4>>2]=0;yu(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2148;k[e>>2]=2168;iy(d);k[d>>2]=2224;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Ei(d,q);jF(q);Vj(n,q);q=k[q>>2]|0;q=(i[a>>0]|0)==45?0-q|0:q;c=s+8|0;k[c>>2]=1;k[s+16>>2]=q;UA(n);break c}break}case 2:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=63;else{c=a;l=67}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=63;else l=67;break}default:{c=a;l=67}}if((l|0)==63){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;pq(q,e,So(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=2188;k[e>>2]=2208;k[n+4>>2]=0;yu(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2148;k[e>>2]=2168;iy(d);k[d>>2]=2224;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Ei(d,q);jF(q);l=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[l>>2]=k[l>>2]&-75|8;Uj(n,q);l=q;a=k[l>>2]|0;l=k[l+4>>2]|0;j=UC(0,0,a|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=f?j:a;k[q+4>>2]=f?M:l;UA(n);break c}else if((l|0)==67){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;pq(q,c,So(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=2188;k[e>>2]=2208;k[n+4>>2]=0;yu(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2148;k[e>>2]=2168;iy(d);k[d>>2]=2224;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Ei(d,q);jF(q);Uj(n,q);a=(i[a>>0]|0)==45;l=q;j=k[l>>2]|0;l=k[l+4>>2]|0;h=UC(0,0,j|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=a?h:j;k[q+4>>2]=a?M:l;UA(n);break c}break}case 3:{u=+KI(a,n);c=s+8|0;k[c>>2]=3;o[s+16>>2]=u;break}case 4:{u=+LI(a,n);c=s+8|0;k[c>>2]=4;p[s+16>>3]=u;break}default:{m=0;break b}}while(0);if((k[c>>2]|0)==(b|0))m=s;else Na(17642,17617,164,17631)}while(0);r=t;return m|0}function Nc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 64:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=78;break}case 91:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=2;e=78;break}case 117:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=50;k[c+4>>2]=3;e=78;break}case -119:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=63;k[c+4>>2]=4;e=78;break}case 65:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=78;break}case 92:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=78;break}case 118:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=51;k[c+4>>2]=3;e=78;break}case -118:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=64;k[c+4>>2]=4;e=78;break}case 66:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=78;break}case 93:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=2;e=78;break}case 119:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=52;k[c+4>>2]=3;e=78;break}case -117:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=65;k[c+4>>2]=4;e=78;break}case 67:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=1;e=78;break}case 94:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=78;break}case 68:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=78;break}case 95:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=2;e=78;break}case 69:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=1;e=78;break}case 96:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=78;break}case 70:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=1;e=78;break}case 97:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=2;e=78;break}case 71:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=1;e=78;break}case 98:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=78;break}case 72:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=1;e=78;break}case 99:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=2;e=78;break}case 73:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=1;e=78;break}case 100:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=78;break}case 74:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=1;e=78;break}case 101:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=2;e=78;break}case 75:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=1;e=78;break}case 102:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=2;e=78;break}case 76:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=1;e=78;break}case 103:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=2;e=78;break}case -73:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=1;e=78;break}case -71:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=2;e=78;break}case -74:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=1;e=78;break}case -72:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=2;e=78;break}case 120:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=53;k[c+4>>2]=3;e=78;break}case -116:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=66;k[c+4>>2]=4;e=78;break}case 125:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=54;k[c+4>>2]=3;e=78;break}case -111:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=67;k[c+4>>2]=4;e=78;break}case 121:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=55;k[c+4>>2]=3;e=78;break}case -115:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=68;k[c+4>>2]=4;e=78;break}case 122:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=56;k[c+4>>2]=3;e=78;break}case -114:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=69;k[c+4>>2]=4;e=78;break}case 77:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=1;e=78;break}case 104:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=2;e=78;break}case -125:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=57;k[c+4>>2]=3;e=78;break}case -105:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=70;k[c+4>>2]=4;e=78;break}case 78:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=1;e=78;break}case 105:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=2;e=78;break}case -124:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=58;k[c+4>>2]=3;e=78;break}case -104:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=71;k[c+4>>2]=4;e=78;break}case 79:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=1;e=78;break}case 106:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=2;e=78;break}case 81:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=1;e=78;break}case 108:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=2;e=78;break}case 80:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=1;e=78;break}case 107:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=2;e=78;break}case 82:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=78;break}case 109:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=2;e=78;break}case 83:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=78;break}case 110:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=2;e=78;break}case 85:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=1;e=78;break}case 112:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=47;k[c+4>>2]=2;e=78;break}case 84:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=1;e=78;break}case 111:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=48;k[c+4>>2]=2;e=78;break}case 86:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=78;break}case 113:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=49;k[c+4>>2]=2;e=78;break}case -123:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=59;k[c+4>>2]=3;e=78;break}case -103:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=72;k[c+4>>2]=4;e=78;break}case -122:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=60;k[c+4>>2]=3;e=78;break}case -102:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=73;k[c+4>>2]=4;e=78;break}case -121:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=61;k[c+4>>2]=3;e=78;break}case -101:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=74;k[c+4>>2]=4;e=78;break}case -120:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=62;k[c+4>>2]=3;e=78;break}case -100:{c=KE(k[a+4>>2]|0)|0;k[c+8>>2]=75;k[c+4>>2]=4;e=78;break}default:c=0}while(0);if((e|0)==78){if(i[a+12>>0]|0){e=rB(46496,20404)|0;g=JB(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=jE(g,47200)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;$G(d);Ql(e,g);ro(e)}g=zu(a)|0;k[c+16>>2]=g;g=zu(a)|0;k[c+12>>2]=g;En(c);k[b>>2]=c;c=1}r=f;return c|0}
-function qc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0;fa=r;r=r+224|0;ea=fa+200|0;da=fa+176|0;ca=fa+152|0;ba=fa+88|0;_=fa+64|0;$=fa+40|0;Z=fa+24|0;S=fa+136|0;J=fa+124|0;K=fa+112|0;V=fa+76|0;W=fa+12|0;X=fa;R=b;t=R-a|0;a:do if((t|0)>1){v=(t|0)>3;if(v?(i[a>>0]|0)==103:0){I=(i[a+1>>0]|0)==115;e=I?a+2|0:a}else{e=a;I=0}do switch(i[e>>0]|0){case 76:{d=Gc(a,b,c)|0;break a}case 84:{d=Zc(a,b,c)|0;break a}case 102:{d=od(a,b,c)|0;break a}case 97:switch(i[e+1>>0]|0){case 97:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42207,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 100:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42228,1);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 110:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42228,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 78:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43352,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43355,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ba=a+2|0;d=rc(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}Qp(ca,p+-24|0);f=yy(ca,0,43357)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=hz(da,42083)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=30}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=30}if((aa|0)==30){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;b:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=38}else{h=0;j=1;g=o;aa=39}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break b;if(j){e=1;f=k[o>>2]|0;aa=38;break}else{h=1;j=0;f=o;aa=39;break}}while(0);if((aa|0)==38){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==39)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}ID(ea);ID(da);ID(ca);break a}case 122:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=122){d=a;break a}ba=a+2|0;d=qc(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}Qp(ca,p+-24|0);f=yy(ca,0,43357)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=hz(da,42083)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-16>>2]&2147483647)+-1|0;h=1}else aa=66}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=66}if((aa|0)==66){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;c:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=74}else{h=0;j=1;g=o;aa=75}}else{g=xc(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break c;if(h){e=1;f=k[o>>2]|0;aa=74;break}else{h=1;j=0;f=o;aa=75;break}}while(0);if((aa|0)==74){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==75)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}ID(ea);ID(da);ID(ca);break a}default:{d=a;break a}}case 99:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,s=rc(aa,b,c)|0,(s|0)!=(aa|0)):0)?(P=qc(s,b,c)|0,(P|0)!=(s|0)):0)?(E=c+4|0,u=k[E>>2]|0,((u-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Qp(ea,u+-24|0);d=k[E>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[E>>2]=a;Xy(a);f=k[E>>2]|0}f=d+-48|0;Qp(Z,f);e=yy(Z,0,43367)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz($,43379)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz(ba,42083)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(da,ca);Ee(f,da);Xy(da);ID(ca);ID(ba);ID(_);ID($);ID(Z);ID(ea);d=P}else d=a;break a}case 108:{if(!v){d=a;break a}if((i[a>>0]|0)!=99){d=a;break a}if((i[a+1>>0]|0)!=108){d=a;break a}da=a+2|0;e=qc(da,b,c)|0;if((e|0)==(da|0)|(e|0)==(b|0)){d=a;break a}q=c+4|0;d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}ca=d+-12|0;p=i[ca+11>>0]|0;da=p<<24>>24<0;fm(d+-24|0,da?k[ca>>2]|0:ca,da?k[d+-8>>2]|0:p&255)|0;p=k[q>>2]|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;d=i[n>>0]|0;if(d<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else aa=123}else{i[m>>0]=0;i[n>>0]=0;d=0;aa=123}if((aa|0)==123){j=0;o=d&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;d:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){d=0;g=m;aa=131}else{h=0;j=1;g=m;aa=132}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break d;if(j){d=1;f=k[m>>2]|0;aa=131;break}else{h=1;j=0;f=m;aa=132;break}}while(0);if((aa|0)==131){h=d;j=1;d=k[p+-8>>2]|0}else if((aa|0)==132)d=d&255;d=d+1|0;if(d|0)aq(g|0,f|0,d|0)|0;if(j)Vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[ea>>2];k[m+4>>2]=k[ea+4>>2];k[m+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}ID(ea);hz((k[q>>2]|0)+-24|0,42178)|0;j=ea+11|0;l=ea+4|0;while(1){if((i[e>>0]|0)==69)break;h=qc(e,b,c)|0;if((h|0)==(e|0)|(h|0)==(b|0)){d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}Qp(ea,d+-24|0);f=k[q>>2]|0;g=f+-24|0;d=f;while(1){if((d|0)==(g|0))break;da=d+-24|0;k[q>>2]=da;Xy(da);d=k[q>>2]|0}e=i[j>>0]|0;d=e<<24>>24<0;e=d?k[l>>2]|0:e&255;if(e|0){if((k[c>>2]|0)==(g|0)){aa=154;break}fm(f+-48|0,d?k[ea>>2]|0:ea,e)|0}ID(ea);e=h}if((aa|0)==154){ID(ea);d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}hz(d+-24|0,42083)|0;d=e+1|0;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43382,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42392,1);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 118:{e:do if((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==118:0)?(Y=c+63|0,X=i[Y>>0]|0,i[Y>>0]=0,aa=a+2|0,y=rc(aa,b,c)|0,i[Y>>0]=X,!((y|0)==(aa|0)|(y|0)==(b|0))):0){if((i[y>>0]|0)!=95){d=qc(y,b,c)|0;if((d|0)==(y|0)){d=a;break}}else{d=y+1|0;if((d|0)==(b|0)){d=a;break}e=i[d>>0]|0;f:do if(e<<24>>24==69){g=c+4|0;f=k[g>>2]|0;aa=k[c+8>>2]|0;h=aa;if(f>>>0<aa>>>0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[f+16>>2]=0;k[f+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=f+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=(k[g>>2]|0)+24;break}g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)EH();h=(h-g|0)/24|0;g=h<<1;as(ea,h>>>0<89478485?(g>>>0<f>>>0?f:g):178956970,e,c+12|0);g=ea+8|0;h=k[g>>2]|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;k[h+12>>2]=0;k[h+16>>2]=0;k[h+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[h+(e<<2)>>2]=0;e=e+1|0}f=h+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=h+24;sm(c,ea);br(ea)}else while(1){if(e<<24>>24==69)break f;e=qc(d,b,c)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break e}d=e;e=i[e>>0]|0}while(0);d=d+1|0}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0>=2){Qp(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;Xy(a);g=k[h>>2]|0}g=e+-48|0;Qp(Z,g);f=yy(Z,0,42178)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz($,43384)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=fm(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(ba,42083)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(da,ca);Ee(g,da);Xy(da);ID(ca);ID(ba);ID(_);ID($);ID(Z);ID(ea)}else d=a}else d=a;while(0);break a}default:{d=a;break a}}case 100:switch(i[e+1>>0]|0){case 97:{$=e+2|0;d=qc($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;g:do if(I)Hp(ca,42366,2);else{e=0;while(1){if((e|0)==3)break g;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=hz(ca,43387)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Qp(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=fm(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=224}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=224}if((aa|0)==224){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;h:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=232}else{h=0;j=1;g=o;aa=233}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break h;if(j){e=1;f=k[o>>2]|0;aa=232;break}else{h=1;j=0;f=o;aa=233;break}}while(0);if((aa|0)==232){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==233)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}ID(ea);ID(ba);ID(da);ID(ca);break a}case 99:{if((((((t|0)>2?(i[a>>0]|0)==100:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,w=rc(aa,b,c)|0,(w|0)!=(aa|0)):0)?(Q=qc(w,b,c)|0,(Q|0)!=(w|0)):0)?(F=c+4|0,x=k[F>>2]|0,((x-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Qp(ea,x+-24|0);d=k[F>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[F>>2]=a;Xy(a);f=k[F>>2]|0}f=d+-48|0;Qp(Z,f);e=yy(Z,0,43397)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz($,43379)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz(ba,42083)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(da,ca);Ee(f,da);Xy(da);ID(ca);ID(ba);ID(_);ID($);ID(Z);ID(ea);d=Q}else d=a;break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42223,1);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{$=e+2|0;d=qc($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;i:do if(I)Hp(ca,42366,2);else{e=0;while(1){if((e|0)==3)break i;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=hz(ca,43411)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Qp(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=fm(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=286}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=286}if((aa|0)==286){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;j:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=294}else{h=0;j=1;g=o;aa=295}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break j;if(j){e=1;f=k[o>>2]|0;aa=294;break}else{h=1;j=0;f=o;aa=295;break}}while(0);if((aa|0)==294){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==295)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}ID(ea);ID(ba);ID(da);ID(ca);break a}case 110:{d=Qc(a,b,c)|0;break a}case 115:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=115){d=a;break a}ca=a+2|0;e=qc(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;Xy(ca);g=k[h>>2]|0}hn(da,43419,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;fm(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;ID(da);ID(ea);break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ca=a+2|0;e=qc(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=Qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;Xy(ca);g=k[h>>2]|0}hn(da,43422,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;fm(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;ID(da);ID(ea);break a}case 118:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43424,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 86:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43426,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 101:switch(i[e+1>>0]|0){case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43429,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 79:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43431,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 113:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43434,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 103:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43437,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42242,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 105:{if((i[e+1>>0]|0)!=120){d=a;break a}aa=a+2|0;e=qc(aa,b,c)|0;if((e|0)==(aa|0)){d=a;break a}d=qc(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;break a}ea=e+-24|0;k[h>>2]=ea;Xy(ea);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;Xy(a);g=k[h>>2]|0}Qp(da,e+-48|0);f=k[h>>2]|0;hn($,42178,da);g=hz($,43440)|0;k[_>>2]=k[g>>2];k[_+4>>2]=k[g+4>>2];k[_+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[ea+11>>0]|0;e=f<<24>>24<0;f=fm(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(ba,42167)|0;k[S>>2]=k[f>>2];k[S+4>>2]=k[f+4>>2];k[S+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(ca,S);Ee(g,ca);Xy(ca);ID(S);ID(ba);ID(_);ID($);ID(da);ID(ea);break a}case 108:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43443,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43446,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43449,3);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42240,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 109:switch(i[e+1>>0]|0){case 105:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43453,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 73:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43455,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,42223,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43458,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 109:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43461,2);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;Qp(ca,g);f=yy(ca,0,42178)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(da,43464)|0;k[J>>2]=k[f>>2];k[J+4>>2]=k[f+4>>2];k[J+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(ea,J);Ee(g,ea);Xy(ea);ID(J);ID(da);ID(ca);break a}default:{d=a;break a}}case 110:switch(i[e+1>>0]|0){case 119:case 97:{k:do if(v){d=i[a>>0]|0;if(d<<24>>24==103){t=(i[a+1>>0]|0)==115;d=t?a+2|0:a;e=d;d=i[d>>0]|0}else{t=0;e=a}if(d<<24>>24==110){d=i[e+1>>0]|0;switch(d<<24>>24){case 97:case 119:break;default:{d=a;break k}}s=d<<24>>24==97;d=e+2|0;l:do if((d|0)!=(b|0)){p=0;while(1){if((i[d>>0]|0)==95)break;f=qc(d,b,c)|0;d=(f|0)==(d|0);e=(f|0)==(b|0);if(d|e)break l;else{p=p|(d|e)^1;d=f}}Y=d+1|0;e=rc(Y,b,c)|0;if(!((e|0)==(Y|0)|(e|0)==(b|0))){d=i[e>>0]|0;m:do if(!((R-e|0)>2&d<<24>>24==112))if(d<<24>>24==69){o=0;q=e}else break l;else{if((i[e+1>>0]|0)!=105)break l;d=e+2|0;while(1){if((i[d>>0]|0)==69){o=1;q=d;break m}Y=d;d=qc(d,b,c)|0;if((d|0)==(Y|0)|(d|0)==(b|0))break l}}while(0);k[da>>2]=0;k[da+4>>2]=0;k[da+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}n:do if(o){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;e=1}else{Qp(ea,d+-24|0);l=da+11|0;if((i[l>>0]|0)<0){i[k[da>>2]>>0]=0;k[da+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){h=1;m=0;g=(k[da+8>>2]&2147483647)+-1|0}else aa=405}else{i[da>>0]=0;i[l>>0]=0;d=0;aa=405}if((aa|0)==405){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;o:do if((j|0)!=(g|0)){do if(e){e=k[da>>2]|0;if(h){d=0;f=da;aa=412}else{g=0;h=1;f=da;aa=413}}else{f=xc(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break o;if(!h){g=1;h=0;e=da;aa=413;break}d=1;e=k[da>>2]|0;aa=412}while(0);if((aa|0)==412){g=d;h=1;d=k[da+4>>2]|0}else if((aa|0)==413)d=d&255;d=d+1|0;if(d|0)aq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[da+8>>2]=j+1|-2147483648;k[da+4>>2]=m;k[da>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[da>>2]=k[ea>>2];k[da+4>>2]=k[ea+4>>2];k[da+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}ID(ea);d=k[n>>2]|0;e=d+-24|0;while(1){if((d|0)==(e|0)){g=c;d=e;aa=427;break n}aa=d+-24|0;k[n>>2]=aa;Xy(aa);d=k[n>>2]|0}}}else{d=c+4|0;n=d;g=c;d=k[d>>2]|0;aa=427}while(0);if((aa|0)==427)if((k[g>>2]|0)==(d|0)){d=a;e=1}else{Qp(ca,d+-24|0);e=k[n>>2]|0;f=e+-24|0;d=e;while(1){if((d|0)==(f|0))break;b=d+-24|0;k[n>>2]=b;Xy(b);d=k[n>>2]|0}k[ba>>2]=0;k[ba+4>>2]=0;k[ba+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ba+(d<<2)>>2]=0;d=d+1|0}p:do if(p)if((k[g>>2]|0)==(f|0)){d=a;e=1}else{Qp(ea,e+-48|0);l=ba+11|0;do if((i[l>>0]|0)<0){i[k[ba>>2]>>0]=0;k[ba+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24>=0){aa=440;break}h=1;m=0;g=(k[ba+8>>2]&2147483647)+-1|0}else{i[ba>>0]=0;i[l>>0]=0;d=0;aa=440}while(0);if((aa|0)==440){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;q:do if((j|0)!=(g|0)){do if(e){e=k[ba>>2]|0;if(h){d=0;f=ba;aa=447}else{g=0;h=1;f=ba;aa=448}}else{f=xc(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break q;if(!h){g=1;h=0;e=ba;aa=448;break}d=1;e=k[ba>>2]|0;aa=447}while(0);if((aa|0)==447){g=d;h=1;d=k[ba+4>>2]|0}else if((aa|0)==448)d=d&255;d=d+1|0;if(d|0)aq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[ba+8>>2]=j+1|-2147483648;k[ba+4>>2]=m;k[ba>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[ba>>2]=k[ea>>2];k[ba+4>>2]=k[ea+4>>2];k[ba+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}ID(ea);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){aa=462;break p}aa=e+-24|0;k[n>>2]=aa;Xy(aa);e=k[n>>2]|0}}else aa=462;while(0);if((aa|0)==462){k[_>>2]=0;k[_+4>>2]=0;k[_+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}if(t)Pl(_,42366,2);if(s)hz(_,43468)|0;else hz(_,42190)|0;if(p){hn($,42178,ba);e=hz($,43472)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;fm(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;ID(ea);ID($)}aa=i[ca+11>>0]|0;b=aa<<24>>24<0;fm(_,b?k[ca>>2]|0:ca,b?k[ca+4>>2]|0:aa&255)|0;if(o){hn($,42080,da);e=hz($,42083)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;fm(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;ID(ea);ID($)}k[Z>>2]=k[_>>2];k[Z+4>>2]=k[_+4>>2];k[Z+8>>2]=k[_+8>>2];d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}iq($,Z);d=k[n>>2]|0;aa=k[c+8>>2]|0;g=aa;do if(d>>>0>=aa>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{b=(g-f|0)/24|0;aa=b<<1;as(ea,b>>>0<89478485?(aa>>>0<e>>>0?e:aa):178956970,d,c+12|0);aa=ea+8|0;b=k[aa>>2]|0;eq(b,$);k[aa>>2]=b+24;sm(c,ea);br(ea);break}}else{eq(d,$);k[n>>2]=(k[n>>2]|0)+24}while(0);Xy($);ID(Z);ID(_);d=q+1|0;e=0}ID(ba);ID(ca)}ID(da);if(!e)break k}}while(0);d=a}else d=a}else d=a;while(0);break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43475,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 103:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43453,1);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43478,1);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 120:{p=a+2|0;d=qc(p,b,c)|0;if((d|0)!=(p|0)?(Y=k[c+4>>2]|0,(k[c>>2]|0)!=(Y|0)):0){Qp(ca,Y+-24|0);f=yy(ca,0,43480)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=Y+-24|0;f=hz(da,42083)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[Y+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[Y+-16>>2]&2147483647)+-1|0;h=1}else aa=508}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=508}if((aa|0)==508){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;r:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=516}else{h=0;j=1;g=o;aa=517}}else{g=xc(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break r;if(h){e=1;f=k[o>>2]|0;aa=516;break}else{h=1;j=0;f=o;aa=517;break}}while(0);if((aa|0)==516){h=e;j=1;e=k[Y+-20>>2]|0}else if((aa|0)==517)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[Y+-16>>2]=l+1|-2147483648;k[Y+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}ID(ea);ID(da);ID(ca)}else d=p;d=(d|0)==(p|0)?a:d;break a}default:{d=a;break a}}case 111:switch(i[e+1>>0]|0){case 110:{d=Qc(a,b,c)|0;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43491,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 114:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43494,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 82:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43496,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 112:switch(i[e+1>>0]|0){case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43499,3);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43503,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43505,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 112:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43508,2);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;Qp(ca,g);f=yy(ca,0,42178)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(da,43511)|0;k[K>>2]=k[f>>2];k[K+4>>2]=k[f+4>>2];k[K+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(ea,K);Ee(g,ea);Xy(ea);ID(K);ID(da);ID(ca);break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43503,1);d=ue(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=112){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}da=a+2|0;e=qc(da,b,c)|0;if((e|0)==(da|0)){d=a;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;da=g+-24|0;k[h>>2]=da;Xy(da);g=k[h>>2]|0}hz(e+-48|0,43515)|0;da=i[ea+11>>0]|0;ca=da<<24>>24<0;fm((k[h>>2]|0)+-24|0,ca?k[ea>>2]|0:ea,ca?k[ea+4>>2]|0:da&255)|0;ID(ea);break a}default:{d=a;break a}}case 113:{if((i[e+1>>0]|0)!=117){d=a;break a}aa=a+2|0;d=qc(aa,b,c)|0;if((d|0)==(aa|0)){d=a;break a}e=qc(d,b,c)|0;if((e|0)==(d|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=a;break a}ea=f+-24|0;k[d>>2]=ea;Xy(ea);f=k[d>>2]|0}}d=qc(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;f=e;while(1){if((f|0)==(d|0))break;ea=f+-24|0;k[h>>2]=ea;Xy(ea);f=k[h>>2]|0}e=e+-48|0;while(1){if((d|0)==(e|0)){d=a;break a}ea=d+-24|0;k[h>>2]=ea;Xy(ea);d=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<3){d=a;break a}Qp(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;Xy(a);g=k[h>>2]|0}Qp(da,e+-48|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;Xy(a);g=k[h>>2]|0}Qp(ca,e+-48|0);f=k[h>>2]|0;hn(X,42178,ca);g=hz(X,43518)|0;k[W>>2]=k[g>>2];k[W+4>>2]=k[g+4>>2];k[W+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[da+11>>0]|0;e=f<<24>>24<0;f=fm(W,e?k[da>>2]|0:da,e?k[da+4>>2]|0:f&255)|0;k[Z>>2]=k[f>>2];k[Z+4>>2]=k[f+4>>2];k[Z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(Z,43524)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=fm($,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(_,42083)|0;k[V>>2]=k[f>>2];k[V+4>>2]=k[f+4>>2];k[V+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(ba,V);Ee(g,ba);Xy(ba);ID(V);ID(_);ID($);ID(Z);ID(W);ID(X);ID(ca);ID(da);ID(ea);break a}case 114:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==114:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,f=rc(aa,b,c)|0,(f|0)!=(aa|0)):0)?(M=qc(f,b,c)|0,(M|0)!=(f|0)):0)?(z=c+4|0,g=k[z>>2]|0,((g-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Qp(ea,g+-24|0);d=k[z>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[z>>2]=a;Xy(a);f=k[z>>2]|0}f=d+-48|0;Qp(Z,f);e=yy(Z,0,43530)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz($,43379)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz(ba,42083)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(da,ca);Ee(f,da);Xy(da);ID(ca);ID(ba);ID(_);ID($);ID(Z);ID(ea);d=M}else d=a;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43548,1);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 77:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43550,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43553,2);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;Hp(ea,43556,3);d=vd(da,b,ea,c)|0;ID(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 115:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,h=rc(aa,b,c)|0,(h|0)!=(aa|0)):0)?(N=qc(h,b,c)|0,(N|0)!=(h|0)):0)?(A=c+4|0,j=k[A>>2]|0,((j-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Qp(ea,j+-24|0);d=k[A>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[A>>2]=a;Xy(a);f=k[A>>2]|0}f=d+-48|0;Qp(Z,f);e=yy(Z,0,43560)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz($,43379)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz(ba,42083)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(da,ca);Ee(f,da);Xy(da);ID(ca);ID(ba);ID(_);ID($);ID(Z);ID(ea);d=N}else d=a;break a}case 112:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=115){d=a;break a}if((i[a+1>>0]|0)!=112){d=a;break a}ea=a+2|0;d=qc(ea,b,c)|0;d=(d|0)==(ea|0)?a:d;break a}case 114:{d=Qc(a,b,c)|0;break a}case 116:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==116:0)?(aa=a+2|0,G=rc(aa,b,c)|0,(G|0)!=(aa|0)):0)?(l=k[c+4>>2]|0,(k[c>>2]|0)!=(l|0)):0){f=l+-24|0;Qp(ba,f);e=yy(ba,0,43573)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz(ca,42083)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(ea,da);Ee(f,ea);Xy(ea);ID(da);ID(ca);ID(ba);d=G}else d=a;break a}case 122:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==122:0)?(aa=a+2|0,d=qc(aa,b,c)|0,(d|0)!=(aa|0)):0)?(m=k[c+4>>2]|0,(k[c>>2]|0)!=(m|0)):0){g=m+-24|0;Qp(ba,g);f=yy(ba,0,43573)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(ca,42083)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(ea,da);Ee(g,ea);Xy(ea);ID(da);ID(ca);ID(ba)}else d=a;break a}case 90:{if((R-e|0)<=2){d=a;break a}switch(i[e+2>>0]|0){case 84:break;case 102:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(o=a+2|0,(i[o>>0]|0)==102):0)?(H=od(o,b,c)|0,(H|0)!=(o|0)):0)?(p=k[c+4>>2]|0,(k[c>>2]|0)!=(p|0)):0){f=p+-24|0;Qp(ba,f);e=yy(ba,0,43582)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=hz(ca,42083)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}iq(ea,da);Ee(f,ea);Xy(ea);ID(da);ID(ca);ID(ba);d=H}else d=a;break a}default:{d=a;break a}}if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(n=a+2|0,(i[n>>0]|0)==84):0)?(T=c+4|0,O=((k[T>>2]|0)-(k[c>>2]|0)|0)/24|0,U=Zc(n,b,c)|0,B=k[c>>2]|0,L=((k[T>>2]|0)-B|0)/24|0,B,(U|0)!=(n|0)):0){i[da+11>>0]=10;d=da;e=43582;f=d+10|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[da+10>>0]=0;s:do if((O|0)!=(L|0)){Qp(ea,B+(O*24|0)|0);g=i[ea+11>>0]|0;h=g<<24>>24<0;fm(da,h?k[ea>>2]|0:ea,h?k[ea+4>>2]|0:g&255)|0;ID(ea);g=ea+11|0;h=ea+4|0;d=O;while(1){d=d+1|0;if((d|0)==(L|0))break s;Qp(ca,(k[c>>2]|0)+(d*24|0)|0);f=yy(ca,0,42180)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}a=i[g>>0]|0;aa=a<<24>>24<0;fm(da,aa?k[ea>>2]|0:ea,aa?k[h>>2]|0:a&255)|0;ID(ea);ID(ca)}}while(0);hz(da,42083)|0;d=L;while(1){if((d|0)==(O|0))break;f=k[T>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[T>>2]=a;Xy(a);f=k[T>>2]|0}d=d+-1|0}k[ba>>2]=k[da>>2];k[ba+4>>2]=k[da+4>>2];k[ba+8>>2]=k[da+8>>2];d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}iq(ca,ba);d=k[T>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{aa=(g-f|0)/24|0;a=aa<<1;as(ea,aa>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,c+12|0);a=ea+8|0;aa=k[a>>2]|0;eq(aa,ca);k[a>>2]=aa+24;sm(c,ea);br(ea);break}}else{eq(d,ca);k[T>>2]=(k[T>>2]|0)+24}while(0);Xy(ca);ID(ba);ID(da);d=U}else d=a;break a}default:{d=a;break a}}case 116:switch(i[e+1>>0]|0){case 105:case 101:{t:do if((t|0)>2?(i[a>>0]|0)==116:0){d=i[a+1>>0]|0;switch(d<<24>>24){case 105:case 101:break;default:{d=a;break t}}e=a+2|0;if(d<<24>>24==101)d=qc(e,b,c)|0;else d=rc(e,b,c)|0;if((d|0)!=(e|0)?(C=k[c+4>>2]|0,(k[c>>2]|0)!=(C|0)):0){g=C+-24|0;Qp(ba,g);f=yy(ba,0,43593)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(ca,42083)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(ea,da);Ee(g,ea);Xy(ea);ID(da);ID(ca);ID(ba)}else d=a}else d=a;while(0);break a}case 114:{wp(da,43601);d=c+4|0;e=k[d>>2]|0;ca=k[c+8>>2]|0;g=ca;do if(e>>>0>=ca>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)EH();else{ba=(g-f|0)/24|0;ca=ba<<1;as(ea,ba>>>0<89478485?(ca>>>0<e>>>0?e:ca):178956970,d,c+12|0);ca=ea+8|0;ba=k[ca>>2]|0;eq(ba,da);k[ca>>2]=ba+24;sm(c,ea);br(ea);break}}else{eq(e,da);k[d>>2]=(k[d>>2]|0)+24}while(0);Xy(da);d=a+2|0;break a}case 119:{if(((((t|0)>2?(i[a>>0]|0)==116:0)?(i[a+1>>0]|0)==119:0)?(ba=a+2|0,D=qc(ba,b,c)|0,(D|0)!=(ba|0)):0)?(q=k[c+4>>2]|0,(k[c>>2]|0)!=(q|0)):0){e=q+-24|0;Qp(ca,e);f=yy(ca,0,43607)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}iq(ea,da);Ee(e,ea);Xy(ea);ID(da);ID(ca);d=D}else d=a;break a}default:{d=a;break a}}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{d=Qc(a,b,c)|0;break a}default:{d=a;break a}}while(0)}else d=a;while(0);r=fa;return d|0}function rc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0;E=r;r=r+160|0;D=E+128|0;C=E+104|0;B=E+88|0;z=E+64|0;u=E+24|0;t=E;h=E+48|0;l=E+36|0;m=E+12|0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 75:case 86:case 114:{k[C>>2]=0;e=Qq(a,b,C)|0;b:do if((e|0)!=(a|0)?(f=i[e>>0]|0,x=c+4|0,o=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,w=rc(e,b,c)|0,x=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,(w|0)!=(e|0)):0){u=f<<24>>24==70;v=c+20|0;e=k[v>>2]|0;c:do if(u){f=e+-16|0;while(1){if((e|0)==(f|0)){e=f;break c}B=e+-16|0;k[v>>2]=B;ir(B);e=k[v>>2]|0}}while(0);h=c+16|0;g=k[c+12>>2]|0;B=k[c+24>>2]|0;j=B;do if(e>>>0>=B>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=j-l|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);B=D+8|0;a=k[B>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=g;k[B>>2]=a+16;tj(h,D);lp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[v>>2]=(k[v>>2]|0)+16}while(0);s=k[C>>2]|0;p=(s&1|0)==0;q=(s&2|0)==0;s=(s&4|0)==0;t=D+8|0;while(1){if(o>>>0>=x>>>0){d=w;break b}if(u){g=k[c>>2]|0;m=g+(o*24|0)+12|0;h=i[m+11>>0]|0;e=h<<24>>24<0;if(e){j=k[g+(o*24|0)+16>>2]|0;f=k[m>>2]|0}else{j=h&255;f=m}l=j+-2|0;if((i[f+l>>0]|0)==38)e=j+-3|0;else{if(e){f=k[m>>2]|0;e=k[g+(o*24|0)+16>>2]|0}else{f=m;e=h&255}e=(i[f+e+-1>>0]|0)==38?l:j}if(!p){yy(m,e,42133)|0;e=e+6|0}if(!q){yy((k[c>>2]|0)+(o*24|0)+12|0,e,42140)|0;e=e+9|0}if(!s)yy((k[c>>2]|0)+(o*24|0)+12|0,e,42150)|0}else{if(!p)hz((k[c>>2]|0)+(o*24|0)|0,42133)|0;if(!q)hz((k[c>>2]|0)+(o*24|0)|0,42140)|0;if(!s)hz((k[c>>2]|0)+(o*24|0)|0,42150)|0}h=k[v>>2]|0;j=h+-16|0;l=k[c>>2]|0;m=l+(o*24|0)|0;e=h+-12|0;f=k[e>>2]|0;C=k[h+-8>>2]|0;n=C;if((f|0)==(C|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;B=(n-g|0)/24|0;C=B<<1;as(D,B>>>0<89478485?(C>>>0<f>>>0?f:C):178956970,e,h+-4|0);C=k[t>>2]|0;Mr(C,m);Mr(C+12|0,l+(o*24|0)+12|0);k[t>>2]=C+24;sm(j,D);br(D)}else{Mr(f,m);Mr(f+12|0,l+(o*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}o=o+1|0}EH()}else d=a;while(0);break a}default:{}}d=uc(a,b,c)|0;if((d|0)==(a|0)){e=i[a>>0]|0;d:do switch(e<<24>>24|0){case 65:{if(e<<24>>24!=65){d=a;break a}m=a+1|0;if((m|0)==(b|0)){d=a;break a}d=i[m>>0]|0;do if(d<<24>>24==95){A=a+2|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;Hp(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(QD(e?k[D>>2]|0:D,42160,2)|0)==0;ID(D);if(A)Aq((k[f>>2]|0)+-12|0)}else ID(D);yy((k[f>>2]|0)+-12|0,0,42163)|0}else{if((d+-49&255)<9){j=Pp(m,b)|0;if((j|0)==(b|0)){d=a;break a}if((i[j>>0]|0)!=95){d=a;break a}A=j+1|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;Hp(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(QD(e?k[D>>2]|0:D,42160,2)|0)==0;ID(D);if(A)Aq((k[f>>2]|0)+-12|0)}else ID(D);l=(k[f>>2]|0)+-12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=j-m|0;if(h>>>0>4294967279)yH();if(h>>>0<11){i[B+11>>0]=h;g=B}else{A=h+16&-16;g=xc(A)|0;k[B>>2]=g;k[B+8>>2]=A|-2147483648;k[B+4>>2]=h}e=m;f=g;while(1){if((e|0)==(j|0))break;i[f>>0]=i[e>>0]|0;e=e+1|0;f=f+1|0}i[g+h>>0]=0;f=yy(B,0,42160)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(C,42167)|0;k[D>>2]=k[f>>2];k[D+4>>2]=k[f+4>>2];k[D+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}A=i[D+11>>0]|0;b=A<<24>>24<0;Bj(l,0,b?k[D>>2]|0:D,b?k[D+4>>2]|0:A&255)|0;ID(D);ID(C);ID(B);break}d=qc(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)!=95){d=a;break a}y=d+1|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break a}q=c+4|0;e=k[q>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}eq(D,e+-24|0);e=k[q>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[q>>2]=b;Xy(b);g=k[q>>2]|0}eq(C,e+-48|0);m=k[q>>2]|0;n=m+-24|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-20>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-16>>2]&2147483647)+-1|0}else A=92}else{i[n>>0]=0;i[o>>0]=0;e=0;A=92}if((A|0)==92){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;e:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=100}else{h=0;j=1;g=n;A=101}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break e;if(j){e=1;f=k[n>>2]|0;A=100;break}else{h=1;j=0;f=n;A=101;break}}while(0);if((A|0)==100){h=e;j=1;e=k[m+-20>>2]|0}else if((A|0)==101)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[m+-16>>2]=l+1|-2147483648;k[m+-20>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[D>>2];k[n+4>>2]=k[D+4>>2];k[n+8>>2]=k[D+8>>2];e=0;while(1){if((e|0)==3)break;k[D+(e<<2)>>2]=0;e=e+1|0}g=D+12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=g+11|0;b=i[h>>0]|0;e=b<<24>>24<0;j=D+16|0;b=e?k[j>>2]|0:b&255;Hp(B,e?k[g>>2]|0:g,b>>>0<2?b:2);b=i[B+11>>0]|0;e=b<<24>>24<0;if(((e?k[B+4>>2]|0:b&255)|0)==2){b=(QD(e?k[B>>2]|0:B,42160,2)|0)==0;ID(B);if(b)Aq(g)}else ID(B);p=k[q>>2]|0;Qp(t,C);f=yy(t,0,42160)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-12|0;f=hz(u,42167)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[h>>0]|0;e=f<<24>>24<0;f=fm(z,e?k[g>>2]|0:g,e?k[j>>2]|0:f&255)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-8>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=129}else{i[o>>0]=0;i[m>>0]=0;e=0;A=129}if((A|0)==129){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;f:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;A=137}else{h=0;j=1;g=o;A=138}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break f;if(j){e=1;f=k[o>>2]|0;A=137;break}else{h=1;j=0;f=o;A=138;break}}while(0);if((A|0)==137){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==138)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[B>>2];k[o+4>>2]=k[B+4>>2];k[o+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}ID(B);ID(z);ID(u);ID(t);Xy(C);Xy(D)}while(0);if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}case 67:{A=a+1|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}hz(e+-24|0,42169)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];Tn(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}case 70:{if(e<<24>>24!=70){d=a;break a}d=a+1|0;if((d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)==89){d=a+2|0;if((d|0)==(b|0)){d=a;break a}}e=rc(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;Hp(D,42178,1);p=c+4|0;n=D+11|0;o=D+4|0;j=C+11|0;l=C+4|0;m=0;d=e;g:while(1)h:while(1){if((d|0)==(b|0)){A=174;break g}switch(i[d>>0]|0){case 69:{A=178;break g}case 118:{d=d+1|0;continue h}case 82:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=1;d=e;continue g}break}case 79:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=2;d=e;continue g}break}default:{}}e=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;g=rc(d,b,c)|0;h=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;if((g|0)==(d|0)|(g|0)==(b|0)){d=a;e=1;break g}else d=e;while(1){if(d>>>0>=h>>>0){d=e;break}z=i[n>>0]|0;if((z<<24>>24<0?k[o>>2]|0:z&255)>>>0>1)hz(D,42180)|0;Qp(C,(k[c>>2]|0)+(d*24|0)|0);z=i[j>>0]|0;y=z<<24>>24<0;fm(D,y?k[C>>2]|0:C,y?k[l>>2]|0:z&255)|0;ID(C);d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;continue h}f=k[p>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;z=f+-24|0;k[p>>2]=z;Xy(z);f=k[p>>2]|0}d=d+1|0}}i:do if((A|0)==174){e=k[p>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;e=1;break i}A=e+-24|0;k[p>>2]=A;Xy(A);e=k[p>>2]|0}}else if((A|0)==178){d=d+1|0;hz(D,42083)|0;switch(m&3){case 1:{hz(D,42183)|0;break}case 2:{hz(D,42186)|0;break}default:{}}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;e=1}else{hz(e+-24|0,42190)|0;e=i[n>>0]|0;A=e<<24>>24<0;Bj((k[p>>2]|0)+-12|0,0,A?k[D>>2]|0:D,A?k[o>>2]|0:e&255)|0;e=0}}while(0);ID(D);if(e|(d|0)==(a|0)){d=a;break a}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}case 71:{A=a+1|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}hz(e+-24|0,42192)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];Tn(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}case 77:{if(e<<24>>24!=77){d=a;break a}y=a+1|0;e=rc(y,b,c)|0;if((e|0)==(y|0)){d=a;break a}d=rc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}s=c+4|0;e=k[s>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}eq(D,e+-24|0);e=k[s>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[s>>2]=b;Xy(b);g=k[s>>2]|0}eq(C,e+-48|0);q=D+12|0;o=k[s>>2]|0;p=o+-24|0;j:do if((i[((i[q+11>>0]|0)<0?k[q>>2]|0:q)>>0]|0)==40){f=hz(D,42178)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Qp(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=fm(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(z,42203)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=235}else{i[p>>0]=0;i[m>>0]=0;e=0;A=235}if((A|0)==235){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;k:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=243}else{h=0;j=1;g=p;A=244}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break k;if(j){e=1;f=k[p>>2]|0;A=243;break}else{h=1;j=0;f=p;A=244;break}}while(0);if((A|0)==243){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==244)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}ID(B);ID(z);ID(t);ID(u);p=k[s>>2]|0;f=yy(q,0,42083)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;e=i[n>>0]|0;if(e<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=262}else{i[m>>0]=0;i[n>>0]=0;e=0;A=262}if((A|0)==262){j=0;o=e&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;l:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){e=0;g=m;A=270}else{h=0;j=1;g=m;A=271}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break l;if(j){e=1;f=k[m>>2]|0;A=270;break}else{h=1;j=0;f=m;A=271;break}}while(0);if((A|0)==270){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==271)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[B>>2];k[m+4>>2]=k[B+4>>2];k[m+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}ID(B)}else{f=hz(D,42190)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Qp(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=fm(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(z,42203)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=296}else{i[p>>0]=0;i[m>>0]=0;e=0;A=296}if((A|0)==296){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;m:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=304}else{h=0;j=1;g=p;A=305}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break m;if(j){e=1;f=k[p>>2]|0;A=304;break}else{h=1;j=0;f=p;A=305;break}}while(0);if((A|0)==304){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==305)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}ID(B);ID(z);ID(t);ID(u);m=k[s>>2]|0;n=m+-12|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-8>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-4>>2]&2147483647)+-1|0}else A=320}else{i[n>>0]=0;i[o>>0]=0;e=0;A=320}if((A|0)==320){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;n:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=328}else{h=0;j=1;g=n;A=329}}else{g=xc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break n;if(j){e=1;f=k[n>>2]|0;A=328;break}else{h=1;j=0;f=n;A=329;break}}while(0);if((A|0)==328){h=e;j=1;e=k[m+-8>>2]|0}else if((A|0)==329)e=e&255;e=e+1|0;if(e|0)aq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[m+-4>>2]=l+1|-2147483648;k[m+-8>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[q>>2];k[n+4>>2]=k[q+4>>2];k[n+8>>2]=k[q+8>>2];e=0;while(1){if((e|0)==3)break j;k[q+(e<<2)>>2]=0;e=e+1|0}}while(0);Xy(C);Xy(D);if((d|0)==(a|0)){d=a;break a}e=k[s>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}case 79:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=rc(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EH();else{z=j-l|0;A=z>>3;Fr(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;tj(h,D);lp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;Hp(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(QD(e?k[D>>2]|0:D,42160,2)|0)==0;else e=0;ID(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){hz(f+(m*24|0)|0,42178)|0;yy((k[c>>2]|0)+(m*24|0)+12|0,0,42083)|0}}else{hz(f+(m*24|0)|0,42080)|0;yy((k[c>>2]|0)+(m*24|0)+12|0,0,42083)|0}hz((k[c>>2]|0)+(m*24|0)|0,42207)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;as(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;Mr(A,n);Mr(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;sm(j,D);br(D)}else{Mr(f,n);Mr(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EH();break}case 80:{w=c+4|0;m=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;v=a+1|0;d=rc(v,b,c)|0;w=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(v|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;x=c+20|0;e=k[x>>2]|0;z=k[c+24>>2]|0;j=z;do if(e>>>0>=z>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EH();else{u=j-l|0;z=u>>3;Fr(D,u>>4>>>0<134217727?(z>>>0<f>>>0?f:z):268435455,e,c+28|0);z=D+8|0;u=k[z>>2]|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=g;k[z>>2]=u+16;tj(h,D);lp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[x>>2]=(k[x>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+11|0;t=D+4|0;u=D+8|0;while(1){if(m>>>0>=w>>>0)break a;n=k[c>>2]|0;e=n+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+16>>2]|0:z&255;Hp(D,o?k[e>>2]|0:e,z>>>0<2?z:2);z=i[p>>0]|0;e=z<<24>>24<0;if(((e?k[q>>2]|0:z&255)|0)==2)e=(QD(e?k[D>>2]|0:D,42160,2)|0)==0;else e=0;ID(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){hz(f+(m*24|0)|0,42178)|0;yy((k[c>>2]|0)+(m*24|0)+12|0,0,42083)|0}}else{hz(f+(m*24|0)|0,42080)|0;yy((k[c>>2]|0)+(m*24|0)+12|0,0,42083)|0}do if((i[v>>0]|0)==85){n=k[c>>2]|0;e=n+(m*24|0)|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+4>>2]|0:z&255;Hp(D,o?k[e>>2]|0:e,z>>>0<12?z:12);z=i[s>>0]|0;e=z<<24>>24<0;if(((e?k[t>>2]|0:z&255)|0)==12)f=(QD(e?k[D>>2]|0:D,42210,12)|0)!=0;else f=1;ID(D);o=k[c>>2]|0;e=o+(m*24|0)|0;if(f)A=393;else{n=e+11|0;f=i[n>>0]|0;g=f<<24>>24<0;if(g){l=k[o+(m*24|0)+4>>2]|0;j=l>>>0<11?l:11;f=(k[o+(m*24|0)+8>>2]&2147483647)+-1|0}else{l=f&255;j=l>>>0<11?l:11;f=10}if((j-l+f|0)>>>0<2){Ik(e,f,2-j+l-f|0,l,0,j,2,42225);break}if(g)e=k[e>>2]|0;o:do if((j|0)!=2){g=l-j|0;if(!g){g=j;j=0;h=42225;f=2;A=412}else{if(j>>>0>2){i[e>>0]=105;i[e+1>>0]=100;ew(e+2|0,e+j|0,g|0)|0;g=j;f=2;break}h=e+j|0;do if(e>>>0<42225>>>0&(e+l|0)>>>0>42225>>>0){if(h>>>0<=42225>>>0){f=42225+(2-j)|0;break}if(j|0)aq(e|0,42225,j|0)|0;f=2-j|0;ew(h+f|0,h|0,g|0)|0;if(!f){g=0;f=0;break o}else{g=0;h=42227;A=412;break o}}else f=42225;while(0);ew(e+2|0,h|0,g|0)|0;g=j;j=0;h=f;f=2;A=412}}else{g=2;j=0;h=42225;f=2;A=412}while(0);if((A|0)==412){A=0;ew(e+j|0,h|0,f|0)|0}f=f-g+l|0;if((i[n>>0]|0)<0)k[o+(m*24|0)+4>>2]=f;else i[n>>0]=f;i[e+f>>0]=0}}else{e=(k[c>>2]|0)+(m*24|0)|0;A=393}while(0);if((A|0)==393){A=0;hz(e,42223)|0}h=k[x>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;z=k[h+-8>>2]|0;o=z;if((f|0)==(z|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;o=(o-g|0)/24|0;z=o<<1;as(D,o>>>0<89478485?(z>>>0<f>>>0?f:z):178956970,e,h+-4|0);z=k[u>>2]|0;Mr(z,n);Mr(z+12|0,l+(m*24|0)+12|0);k[u>>2]=z+24;sm(j,D);br(D)}else{Mr(f,n);Mr(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EH();break}case 82:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=rc(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EH();else{z=j-l|0;A=z>>3;Fr(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;tj(h,D);lp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;Hp(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(QD(e?k[D>>2]|0:D,42160,2)|0)==0;else e=0;ID(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){hz(f+(m*24|0)|0,42178)|0;yy((k[c>>2]|0)+(m*24|0)+12|0,0,42083)|0}}else{hz(f+(m*24|0)|0,42080)|0;yy((k[c>>2]|0)+(m*24|0)+12|0,0,42083)|0}hz((k[c>>2]|0)+(m*24|0)|0,42228)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;as(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;Mr(A,n);Mr(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;sm(j,D);br(D)}else{Mr(f,n);Mr(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EH();break}case 84:{u=c+4|0;q=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;d=Zc(a,b,c)|0;s=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(a|0)){d=a;break a}x=c+16|0;t=c+12|0;g=k[t>>2]|0;w=c+20|0;e=k[w>>2]|0;v=c+24|0;a=k[v>>2]|0;h=a;do if(e>>>0>=a>>>0){j=k[x>>2]|0;e=e-j>>4;f=e+1|0;if(f>>>0>268435455)EH();else{y=h-j|0;a=y>>3;Fr(D,y>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);a=D+8|0;y=k[a>>2]|0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;k[y+12>>2]=g;k[a>>2]=y+16;tj(x,D);lp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[w>>2]=(k[w>>2]|0)+16}while(0);j=D+8|0;h=q;while(1){if(h>>>0>=s>>>0)break;l=k[w>>2]|0;m=l+-16|0;n=k[c>>2]|0;o=n+(h*24|0)|0;e=l+-12|0;f=k[e>>2]|0;a=k[l+-8>>2]|0;p=a;if((f|0)==(a|0)){g=k[m>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970){A=459;break}y=(p-g|0)/24|0;a=y<<1;as(D,y>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,l+-4|0);a=k[j>>2]|0;Mr(a,o);Mr(a+12|0,n+(h*24|0)+12|0);k[j>>2]=a+24;sm(m,D);br(D)}else{Mr(f,o);Mr(f+12|0,n+(h*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}h=h+1|0}if((A|0)==459)EH();if(!((s|0)==(q+1|0)&(i[c+63>>0]|0)!=0))break a;h=Tc(d,b,c)|0;if((h|0)==(d|0))break a;Qp(C,(k[u>>2]|0)+-24|0);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[u>>2]=a;Xy(a);f=k[u>>2]|0}a=i[C+11>>0]|0;g=a<<24>>24<0;fm(d+-48|0,g?k[C>>2]|0:C,g?k[C+4>>2]|0:a&255)|0;d=(k[u>>2]|0)+-24|0;k[z>>2]=k[t>>2];Tn(B,d,z);d=k[w>>2]|0;a=k[v>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[x>>2]|0;d=d-f>>4;e=d+1|0;if(e>>>0>268435455)EH();else{A=g-f|0;a=A>>3;Fr(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;tj(x,D);lp(D);break}}else{k[d+12>>2]=k[B+12>>2];k[d>>2]=k[B>>2];D=B+4|0;k[d+4>>2]=k[D>>2];c=B+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[w>>2]=(k[w>>2]|0)+16}while(0);ir(B);ID(C);d=h;break a}case 85:{d=a+1|0;if((d|0)==(b|0)){d=a;break a}e=Cd(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}d=rc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}j=c+4|0;e=k[j>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Qp(C,e+-24|0);e=k[j>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[j>>2]=a;Xy(a);g=k[j>>2]|0}b=e+-48|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;a=i[b+11>>0]|0;y=a<<24>>24<0;a=y?k[e+-44>>2]|0:a&255;Hp(D,y?k[b>>2]|0:b,a>>>0<9?a:9);a=i[D+11>>0]|0;e=a<<24>>24<0;if(((e?k[D+4>>2]|0:a&255)|0)==9){a=(QD(e?k[D>>2]|0:D,42230,9)|0)==0;ID(D);if(a){Qp(B,(k[j>>2]|0)+-24|0);f=k[j>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[j>>2]=a;Xy(a);f=k[j>>2]|0}e=B+11|0;a=i[e>>0]|0;b=a<<24>>24<0;y=k[B>>2]|0;f=B+4|0;a=Cd(b?y+9|0:B+9|0,(b?y:B)+(b?k[f>>2]|0:a&255)|0,c)|0;if((a|0)==(((i[e>>0]|0)<0?k[B>>2]|0:B)+9|0)){tn(u,C,42190);e=i[e>>0]|0;a=e<<24>>24<0;f=fm(u,a?k[B>>2]|0:B,a?k[f>>2]|0:e&255)|0;k[m>>2]=k[f>>2];k[m+4>>2]=k[f+4>>2];k[m+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(z,m);e=k[j>>2]|0;a=k[c+8>>2]|0;g=a;do if(e>>>0>=a>>>0){h=k[c>>2]|0;e=(e-h|0)/24|0;f=e+1|0;if(f>>>0>178956970)EH();else{b=(g-h|0)/24|0;a=b<<1;as(D,b>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,c+12|0);a=D+8|0;b=k[a>>2]|0;eq(b,z);k[a>>2]=b+24;sm(c,D);br(D);break}}else{eq(e,z);k[j>>2]=(k[j>>2]|0)+24}while(0);Xy(z);ID(m);ID(u)}else{f=k[j>>2]|0;tn(u,C,42240);Qp(t,(k[j>>2]|0)+-24|0);g=i[t+11>>0]|0;e=g<<24>>24<0;g=fm(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:g&255)|0;k[z>>2]=k[g>>2];k[z+4>>2]=k[g+4>>2];k[z+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}f=f+-24|0;g=hz(z,42242)|0;k[l>>2]=k[g>>2];k[l+4>>2]=k[g+4>>2];k[l+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}iq(D,l);Ee(f,D);Xy(D);ID(l);ID(z);ID(t);ID(u)}ID(B)}else A=482}else{ID(D);A=482}if((A|0)==482){f=k[j>>2]|0;tn(B,C,42190);Qp(z,(k[j>>2]|0)+-24|0);g=i[z+11>>0]|0;e=g<<24>>24<0;g=fm(B,e?k[z>>2]|0:z,e?k[z+4>>2]|0:g&255)|0;k[h>>2]=k[g>>2];k[h+4>>2]=k[g+4>>2];k[h+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}iq(D,h);Ee(f+-24|0,D);Xy(D);ID(h);ID(z);ID(B)}h=(k[j>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];Tn(B,h,z);h=c+16|0;e=c+20|0;f=k[e>>2]|0;a=k[c+24>>2]|0;j=a;do if(f>>>0>=a>>>0){g=k[h>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{A=j-g|0;a=A>>3;Fr(D,A>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;tj(h,D);lp(D);break}}else{k[f+12>>2]=k[B+12>>2];k[f>>2]=k[B>>2];D=B+4|0;k[f+4>>2]=k[D>>2];c=B+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(B);ID(C);break a}case 83:{A=a+1|0;if((A|0)!=(b|0)?(i[A>>0]|0)==116:0){d=wc(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}d=Pc(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}j=Tc(d,b,c)|0;if((j|0)==(d|0))break a;g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Qp(C,e+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;Xy(a);f=k[g>>2]|0}e=i[C+11>>0]|0;a=e<<24>>24<0;fm(d+-48|0,a?k[C>>2]|0:C,a?k[C+4>>2]|0:e&255)|0;g=(k[g>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];Tn(B,g,z);g=c+16|0;d=c+20|0;e=k[d>>2]|0;a=k[c+24>>2]|0;h=a;do if(e>>>0>=a>>>0){f=k[g>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455)EH();else{A=h-f|0;a=A>>3;Fr(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;tj(g,D);lp(D);break}}else{k[e+12>>2]=k[B+12>>2];k[e>>2]=k[B>>2];D=B+4|0;k[e+4>>2]=k[D>>2];c=B+8|0;k[e+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[d>>2]=(k[d>>2]|0)+16}while(0);ir(B);ID(C);d=j;break a}case 68:{d=a+1|0;if((d|0)!=(b|0)){d=i[d>>0]|0;switch(d<<24>>24|0){case 112:{q=c+4|0;m=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+2|0;d=rc(A,b,c)|0;q=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0))break d;h=c+16|0;g=k[c+12>>2]|0;s=c+20|0;e=k[s>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)EH();else{z=j-l|0;A=z>>3;Fr(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;tj(h,D);lp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[s>>2]=(k[s>>2]|0)+16}while(0);p=D+8|0;while(1){if(m>>>0>=q>>>0)break a;h=k[s>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;as(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[p>>2]|0;Mr(A,n);Mr(A+12|0,l+(m*24|0)+12|0);k[p>>2]=A+24;sm(j,D);br(D)}else{Mr(f,n);Mr(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}EH();break}case 84:case 116:{d=eg(a,b,c)|0;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}case 118:{if(!((b-a|0)>3&e<<24>>24==68&d<<24>>24==118))break d;h=a+2|0;e=i[h>>0]|0;p:do if((e+-49&255)<9){d=Pp(h,b)|0;if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){f=d-h|0;e=d+1|0;do if((e|0)!=(b|0)){if((i[e>>0]|0)!=112){d=rc(e,b,c)|0;if((d|0)==(e|0))break;g=k[c+4>>2]|0;if((k[c>>2]|0)==(g|0)){A=629;break p}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;Hp(B,h,f);f=yy(B,0,42244)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=g+-24|0;g=hz(C,42167)|0;k[D>>2]=k[g>>2];k[D+4>>2]=k[g+4>>2];k[D+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}z=i[D+11>>0]|0;x=z<<24>>24<0;fm(f,x?k[D>>2]|0:D,x?k[D+4>>2]|0:z&255)|0;ID(D);ID(C);ID(B);break p}d=d+2|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;Hp(u,h,f);f=yy(u,0,42253)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=hz(B,42167)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}iq(C,z);e=c+4|0;f=k[e>>2]|0;x=k[c+8>>2]|0;h=x;do if(f>>>0>=x>>>0){g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)EH();else{w=(h-g|0)/24|0;x=w<<1;as(D,w>>>0<89478485?(x>>>0<f>>>0?f:x):178956970,e,c+12|0);x=D+8|0;w=k[x>>2]|0;eq(w,C);k[x>>2]=w+24;sm(c,D);br(D);break}}else{eq(f,C);k[e>>2]=(k[e>>2]|0)+24}while(0);Xy(C);ID(z);ID(B);ID(u);break p}while(0);break d}else A=629}else{k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[D+(d<<2)>>2]=0;d=d+1|0}q:do if(e<<24>>24!=95?(p=qc(h,b,c)|0,(p|0)!=(h|0)):0){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)!=(d|0)){Qp(C,d+-24|0);l=D+11|0;if((i[l>>0]|0)<0){i[k[D>>2]>>0]=0;k[D+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){m=0;h=(k[D+8>>2]&2147483647)+-1|0;g=1}else A=596}else{i[D>>0]=0;i[l>>0]=0;d=0;A=596}if((A|0)==596){m=d&255;h=10;g=0}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[D>>2]|0;if(g){d=0;f=D;A=603}else{g=0;h=1;f=D;A=604}}else{f=xc(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[D>>2]|0;A=603}else{g=1;h=0;e=D;A=604}}if((A|0)==603){g=d;h=1;d=k[D+4>>2]|0}else if((A|0)==604)d=d&255;d=d+1|0;if(d|0)aq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[D+8>>2]=j+1|-2147483648;k[D+4>>2]=m;k[D>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[D>>2]=k[C>>2];k[D+4>>2]=k[C+4>>2];k[D+8>>2]=k[C+8>>2];d=0;while(1){if((d|0)==3)break;k[C+(d<<2)>>2]=0;d=d+1|0}ID(C);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=p;A=618;break q}A=e+-24|0;k[n>>2]=A;Xy(A);e=k[n>>2]|0}}}else{d=h;A=618}while(0);do if((A|0)==618){if((((d|0)!=(b|0)?(i[d>>0]|0)==95:0)?(q=d+1|0,(q|0)!=(b|0)):0)?(s=rc(q,b,c)|0,(s|0)!=(q|0)):0){e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;hn(B,42244,D);f=hz(B,42167)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}d=i[C+11>>0]|0;z=d<<24>>24<0;fm(e+-24|0,z?k[C>>2]|0:C,z?k[C+4>>2]|0:d&255)|0;ID(C);ID(B);d=s}else d=a;ID(D);break p}while(0);ID(D);A=629}while(0);if((A|0)==629)break d;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C);break a}default:break d}}break}default:{}}while(0);d=uc(a,b,c)|0;if((d|0)==(a|0)){d=wc(a,b,c)|0;if((d|0)!=(a|0)?(y=k[c+4>>2]|0,(k[c>>2]|0)!=(y|0)):0){j=c+16|0;k[B>>2]=k[c+12>>2];Tn(C,y+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)EH();else{a=h-g|0;B=a>>3;Fr(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;tj(j,D);lp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);ir(C)}else d=a}}}else d=a;while(0);r=E;return d|0}function sc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0.0,q=0,s=0,t=0,u=0,v=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0;ea=r;r=r+512|0;ca=ea+192|0;ba=ea+80|0;f=ea+500|0;q=ea+176|0;d=ea+488|0;z=ea+476|0;B=ea+464|0;g=ea+460|0;t=ea+448|0;s=ea+160|0;u=ea+144|0;v=ea+436|0;l=ea+128|0;m=ea+424|0;x=ea+112|0;y=ea+96|0;D=ea+412|0;U=ea+408|0;V=ea+64|0;W=ea+48|0;A=ea+404|0;C=ea+400|0;K=ea+388|0;L=ea+376|0;G=ea+364|0;M=ea+352|0;S=ea+288|0;T=ea+256|0;I=ea+340|0;J=ea+328|0;N=ea+316|0;O=ea+304|0;H=ea+292|0;Q=ea+32|0;R=ea+16|0;X=ea+244|0;Y=ea;Z=ea+232|0;$=ea+220|0;E=ea+208|0;da=k[a>>2]|0;Nu(b);if(i[da+37>>0]|0){rB(46328,27116)|0;ef(b,46328);Zw(46328,10)|0}F=bI(b,0)|0;F=WE(k[F>>2]|0)|0;F=k[F>>2]|0;a:do if((F|0)!=(k[11190]|0)){if((F|0)==(k[11191]|0)){aa=bI(b,2)|0;aa=bI(k[aa>>2]|0,0)|0;if(oD(k[aa>>2]|0,44768)|0){d=bI(b,2)|0;d=bI(k[d>>2]|0,1)|0;d=WE(k[d>>2]|0)|0;d=k[d>>2]|0;k[ba>>2]=d;do if(!(ml(k[a+8>>2]|0,ba)|0)){c=da+40|0;if((No(c,d)|0)==(da+44|0))Na(27121,11503,1016,42455);else{ba=Ao(c,ba)|0;aa=k[ba>>2]|0;ba=k[ba+4>>2]|0;h=HB(k[da+4>>2]|0)|0;$=$y(ba)|0;i[h+8>>0]=$;k[h+12>>2]=0;bB(h+16|0,$&255,0)|0;k[q>>2]=1;k[q+8>>2]=aa;k[ca>>2]=k[q>>2];k[ca+4>>2]=k[q+4>>2];k[ca+8>>2]=k[q+8>>2];k[ca+12>>2]=k[q+12>>2];da=jr(da+8|0,ca)|0;k[h+20>>2]=da;a=k[a+4>>2]|0;da=bI(b,3)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[h+24>>2]=da;k[h+4>>2]=ba;break}}else{h=DE(k[da+4>>2]|0)|0;da=k[k[a+12>>2]>>2]|0;ba=bI(b,2)|0;ba=bI(k[ba>>2]|0,1)|0;ba=WE(k[ba>>2]|0)|0;k[f>>2]=k[ba>>2];k[ca>>2]=k[f>>2];da=Ou(da,ca)|0;k[h+8>>2]=da;a=k[a+4>>2]|0;da=bI(b,3)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[h+12>>2]=da;k[h+4>>2]=k[da+4>>2]}while(0);c=h;break}ba=bI(b,2)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44816)|0)){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;pq(d,27222,16);ps(d,b)}d=bI(b,2)|0;d=k[d>>2]|0;ba=bI(d,1)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44768)|0))Na(27169,11503,1028,42455);ba=bI(d,1)|0;ba=bI(k[ba>>2]|0,1)|0;ba=WE(k[ba>>2]|0)|0;ba=k[ba>>2]|0;k[ca>>2]=ba;c=da+52|0;if((No(c,ba)|0)==(da+56|0))Na(27190,11503,1030,42455);f=To(c,ca)|0;h=da+4|0;c=HB(k[h>>2]|0)|0;g=k[f>>2]|0;i[c+8>>0]=g;k[c+12>>2]=0;bB(c+16|0,g,0)|0;g=k[a+16>>2]|0;d=bI(d,2)|0;d=ls(k[g+16>>2]|0,k[d>>2]|0,k[f>>2]|0)|0;k[c+20>>2]=d;d=k[a+4>>2]|0;g=bI(b,3)|0;g=Pt(k[d+16>>2]|0,k[g>>2]|0)|0;d=c+24|0;k[d>>2]=g;f=az(k[f+8>>2]|0)|0;k[c+4>>2]=f;g=k[(k[d>>2]|0)+4>>2]|0;do if((f|0)!=(g|0))if((f|0)==3&(g|0)==4){da=PE(k[h>>2]|0)|0;k[da+8>>2]=44;k[da+12>>2]=k[d>>2];k[da+4>>2]=3;k[d>>2]=da;break}else Ga();while(0);break}if((F|0)==(k[11196]|0)){ba=bI(b,1)|0;if(!(!(oD(k[ba>>2]|0,44912)|0)?(ba=bI(b,1)|0,!(oD(k[ba>>2]|0,44976)|0)):0))aa=27;if(((aa|0)==27?(ba=bI(b,3)|0,ba=bI(k[ba>>2]|0,0)|0,oD(k[ba>>2]|0,44824)|0):0)?(ba=bI(b,3)|0,ba=bI(k[ba>>2]|0,1)|0,ba=bF(k[ba>>2]|0)|0,+p[ba>>3]==0.0):0){da=k[a+4>>2]|0;c=bI(b,2)|0;c=Pt(k[da+16>>2]|0,k[c>>2]|0)|0;Hx(c,1);break}g=da+4|0;c=KE(k[g>>2]|0)|0;j=a+4|0;h=k[j>>2]|0;a=bI(b,2)|0;a=Pt(k[h+16>>2]|0,k[a>>2]|0)|0;h=c+12|0;k[h>>2]=a;j=k[j>>2]|0;a=bI(b,3)|0;a=Pt(k[j+16>>2]|0,k[a>>2]|0)|0;j=c+16|0;k[j>>2]=a;a=bI(b,1)|0;a=WE(k[a>>2]|0)|0;a=k[a>>2]|0;f=bI(b,2)|0;f=k[f>>2]|0;d=bI(b,3)|0;d=Xe(da,a,f,k[d>>2]|0,k[(k[h>>2]|0)+4>>2]|0)|0;f=c+8|0;k[f>>2]=d;En(c);d=k[f>>2]|0;if((d|0)==5?((k[c+4>>2]|0)+-3|0)>>>0<2:0){c=qx(k[g>>2]|0)|0;k[c+24>>2]=k[11330];a=c+8|0;uv(a,k[h>>2]|0);uv(a,k[j>>2]|0);k[c+4>>2]=4;if(i[51139]|0)break;i[51139]=1;a=Oz(16)|0;ca=a+12|0;k[ca>>2]=0;b=k[11330]|0;k[a>>2]=b;k[a+4>>2]=k[11329];k[a+8>>2]=b;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;pq(z,27239,3);b=ug(z,k[da>>2]|0)|0;k[ca>>2]=b;jF(z);hk(k[da>>2]|0,a);break}if(!((i[da+38>>0]|0)==0&(d+-3|0)>>>0<4))break;c=qx(k[g>>2]|0)|0;switch(k[f>>2]|0){case 5:{k[c+24>>2]=k[11334];break}case 6:{k[c+24>>2]=k[11335];break}case 3:{k[c+24>>2]=k[11332];break}case 4:{k[c+24>>2]=k[11333];break}default:{}}a=c+8|0;uv(a,k[h>>2]|0);uv(a,k[j>>2]|0);k[c+4>>2]=1;if((i[44016]|0)==0?lG(44016)|0:0){k[11182]=0;k[11183]=0;k[11181]=44728;Fb(150,44724,w|0)|0}d=c+24|0;if(kt(44724,d)|0)break;Zm(ca,44724,d,d);a=Oz(16)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a>>2]=k[d>>2];k[a+4>>2]=k[11329];k[a+8>>2]=k[d>>2];k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;pq(B,27243,3);ca=ug(B,k[da>>2]|0)|0;k[a+12>>2]=ca;jF(B);hk(k[da>>2]|0,a);break}if((F|0)==(k[11206]|0)){c=nz(k[da+4>>2]|0)|0;da=bI(b,1)|0;da=bF(k[da>>2]|0)|0;e=+p[da>>3];do if(!(RG(e)|0))if(TB(e)|0){d=NA(e)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1;break}else{k[c+8>>2]=4;p[c+16>>3]=e;d=4;break}else{d=HA(e)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1}while(0);k[c+4>>2]=d;break}if((F|0)==(k[11192]|0)){d=bI(b,1)|0;d=WE(k[d>>2]|0)|0;d=k[d>>2]|0;k[ba>>2]=d;do if(!(ml(k[a+8>>2]|0,ba)|0)){if((d|0)==(k[11342]|0)){c=qx(k[da+4>>2]|0)|0;d=k[11342]|0;k[c+24>>2]=d;k[c+4>>2]=0;if(i[51140]|0){j=c;break}i[51140]=1;j=Oz(16)|0;a=j+12|0;k[a>>2]=0;k[j>>2]=d;k[j+4>>2]=k[11329];k[j+8>>2]=d;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;pq(t,27247,1);ca=ug(t,k[da>>2]|0)|0;k[a>>2]=ca;jF(t);hk(k[da>>2]|0,j);j=c;break}c=da+40|0;if((No(c,d)|0)==(da+44|0))Na(27121,11503,1148,42455);else{a=Ao(c,ba)|0;b=k[a>>2]|0;a=k[a+4>>2]|0;j=KB(k[da+4>>2]|0)|0;ba=$y(a)|0;i[j+8>>0]=ba;i[j+9>>0]=1;k[j+12>>2]=0;bB(j+16|0,ba&255,0)|0;k[s>>2]=1;k[s+8>>2]=b;k[ca>>2]=k[s>>2];k[ca+4>>2]=k[s+4>>2];k[ca+8>>2]=k[s+8>>2];k[ca+12>>2]=k[s+12>>2];da=jr(da+8|0,ca)|0;k[j+20>>2]=da;k[j+4>>2]=a;break}}else{j=GE(k[da+4>>2]|0)|0;da=k[k[a+12>>2]>>2]|0;k[g>>2]=k[ba>>2];k[ca>>2]=k[g>>2];da=Ou(da,ca)|0;k[j+8>>2]=da;da=az(Uw(k[a+20>>2]|0,ba)|0)|0;k[j+4>>2]=da}while(0);c=j;break}if((F|0)==(k[11204]|0)){d=bI(b,1)|0;d=k[d>>2]|0;B=bI(d,0)|0;if(!(oD(k[B>>2]|0,44768)|0))Na(27249,11503,1160,42455);B=bI(d,1)|0;B=WE(k[B>>2]|0)|0;B=k[B>>2]|0;k[ca>>2]=B;d=da+52|0;if((No(d,B)|0)==(da+56|0))Na(27190,11503,1162,42455);else{ca=To(d,ca)|0;c=KB(k[da+4>>2]|0)|0;da=k[ca>>2]|0;i[c+8>>0]=da;i[c+9>>0]=i[ca+5>>0]|0;k[c+12>>2]=0;bB(c+16|0,da,0)|0;a=k[a+16>>2]|0;da=bI(b,2)|0;da=ls(k[a+16>>2]|0,k[da>>2]|0,k[ca>>2]|0)|0;k[c+20>>2]=da;da=ex(k[ca>>2]|0,(i[ca+4>>0]|0)==0)|0;k[c+4>>2]=da;break}}if((F|0)==(k[11218]|0)){aa=bI(b,1)|0;if(oD(k[aa>>2]|0,44904)|0){xe(ba,b);b:do if(!(k[ba>>2]|0)){a=k[a+4>>2]|0;c=bI(b,2)|0;c=Pt(k[a+16>>2]|0,k[c>>2]|0)|0;switch(k[c+4>>2]|0){case 1:{a=PE(k[da+4>>2]|0)|0;ca=bI(b,2)|0;da=ND(da,k[ca>>2]|0)|0;k[a+8>>2]=da?38:36;k[a+12>>2]=c;k[a+4>>2]=4;c=a;break b}case 3:{da=PE(k[da+4>>2]|0)|0;k[da+8>>2]=43;k[da+12>>2]=c;k[da+4>>2]=4;c=da;break b}default:{Hx(c,4);break b}}}else{k[ca>>2]=k[ba>>2];k[ca+4>>2]=k[ba+4>>2];k[ca+8>>2]=k[ba+8>>2];k[ca+12>>2]=k[ba+12>>2];c=jr(da+8|0,ca)|0}while(0);break}ba=bI(b,1)|0;if(oD(k[ba>>2]|0,44908)|0){ba=bI(b,2)|0;ba=bI(k[ba>>2]|0,0)|0;do if(!(oD(k[ba>>2]|0,44824)|0)){ba=bI(b,2)|0;ba=bI(k[ba>>2]|0,0)|0;if((oD(k[ba>>2]|0,44872)|0?(ba=bI(b,2)|0,ba=bI(k[ba>>2]|0,1)|0,oD(k[ba>>2]|0,44904)|0):0)?(ba=bI(b,2)|0,ba=bI(k[ba>>2]|0,2)|0,ba=bI(k[ba>>2]|0,0)|0,oD(k[ba>>2]|0,44824)|0):0)break;d=bI(b,2)|0;d=jg(da,k[d>>2]|0,k[a+20>>2]|0)|0;c=k[da+4>>2]|0;if(!d){c=KE(c)|0;k[c+8>>2]=1;k[u>>2]=1;k[u+8>>2]=0;k[ca>>2]=k[u>>2];k[ca+4>>2]=k[u+4>>2];k[ca+8>>2]=k[u+8>>2];k[ca+12>>2]=k[u+12>>2];da=jr(da+8|0,ca)|0;k[c+12>>2]=da;a=k[a+4>>2]|0;da=bI(b,2)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+16>>2]=da;k[c+4>>2]=1;break a}c=PE(c)|0;a=k[a+4>>2]|0;da=bI(b,2)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+12>>2]=da;switch(d|0){case 1:{k[c+8>>2]=7;k[c+4>>2]=4;break}case 2:{k[c+8>>2]=6;k[c+4>>2]=3;break}default:Ga()}break a}while(0);c=nz(k[da+4>>2]|0)|0;da=c+8|0;dC(ca,b);k[da>>2]=k[ca>>2];k[da+4>>2]=k[ca+4>>2];k[da+8>>2]=k[ca+8>>2];k[da+12>>2]=k[ca+12>>2];k[c+4>>2]=k[da>>2];break}ba=bI(b,1)|0;if(!(oD(k[ba>>2]|0,44928)|0)){ba=bI(b,1)|0;if(oD(k[ba>>2]|0,44924)|0){c=PE(k[da+4>>2]|0)|0;k[c+8>>2]=20;a=k[a+4>>2]|0;da=bI(b,2)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+12>>2]=da;k[c+4>>2]=1;break}else{k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;pq(m,27267,9);ps(m,b)}}ba=bI(b,2)|0;ba=bI(k[ba>>2]|0,0)|0;if(oD(k[ba>>2]|0,44872)|0?(ba=bI(b,2)|0,ba=bI(k[ba>>2]|0,1)|0,oD(k[ba>>2]|0,44928)|0):0){f=da+4|0;c=k[f>>2]|0;if(i[da+38>>0]|0){c=PE(c)|0;a=k[a+4>>2]|0;da=bI(b,2)|0;da=bI(k[da>>2]|0,2)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+12>>2]=da;k[c+8>>2]=(k[da+4>>2]|0)==4?29:25;k[c+4>>2]=1;break}c=qx(c)|0;k[c+24>>2]=k[11331];a=k[a+4>>2]|0;d=bI(b,2)|0;d=bI(k[d>>2]|0,2)|0;d=Pt(k[a+16>>2]|0,k[d>>2]|0)|0;if((k[d+4>>2]|0)==3){a=PE(k[f>>2]|0)|0;k[a+8>>2]=43;k[a+12>>2]=d;k[a+4>>2]=4;d=a}uv(c+8|0,d);k[c+4>>2]=1;if(i[51141]|0)break;i[51141]=1;a=Oz(16)|0;ca=a+12|0;k[ca>>2]=0;b=k[11331]|0;k[a>>2]=b;k[a+4>>2]=k[11329];k[a+8>>2]=b;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;pq(v,42225,2);b=ug(v,k[da>>2]|0)|0;k[ca>>2]=b;jF(v);hk(k[da>>2]|0,a);break}c=KE(k[da+4>>2]|0)|0;k[c+8>>2]=9;ba=k[a+4>>2]|0;a=bI(b,2)|0;a=Pt(k[ba+16>>2]|0,k[a>>2]|0)|0;k[c+12>>2]=a;k[l>>2]=1;k[l+8>>2]=-1;k[ca>>2]=k[l>>2];k[ca+4>>2]=k[l+4>>2];k[ca+8>>2]=k[l+8>>2];k[ca+12>>2]=k[l+12>>2];da=jr(da+8|0,ca)|0;k[c+16>>2]=da;k[c+4>>2]=1;break}if((F|0)==(k[11198]|0)){c=yD(k[da+4>>2]|0)|0;d=a+4|0;da=k[d>>2]|0;a=bI(b,1)|0;a=Pt(k[da+16>>2]|0,k[a>>2]|0)|0;k[c+8>>2]=a;a=k[d>>2]|0;da=bI(b,2)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+12>>2]=da;da=bI(b,3)|0;if(DG(k[da>>2]|0)|0)d=0;else{da=k[d>>2]|0;d=bI(b,3)|0;d=Pt(k[da+16>>2]|0,k[d>>2]|0)|0}k[c+16>>2]=d;break}if((F|0)==(k[11376]|0)){B=bI(b,1)|0;B=bI(k[B>>2]|0,0)|0;if(!(oD(k[B>>2]|0,44768)|0)){j=ox(k[da+4>>2]|0)|0;l=bI(b,1)|0;l=k[l>>2]|0;B=bI(l,0)|0;if((((oD(k[B>>2]|0,44816)|0?(B=bI(l,1)|0,B=bI(k[B>>2]|0,0)|0,oD(k[B>>2]|0,44768)|0):0)?(B=bI(l,2)|0,B=bI(k[B>>2]|0,0)|0,oD(k[B>>2]|0,44784)|0):0)?(B=bI(l,2)|0,B=bI(k[B>>2]|0,1)|0,oD(k[B>>2]|0,44916)|0):0)?(B=bI(l,2)|0,B=bI(k[B>>2]|0,3)|0,B=bI(k[B>>2]|0,0)|0,oD(k[B>>2]|0,44824)|0):0){g=a+4|0;h=k[g>>2]|0;d=bI(l,2)|0;d=Pt(k[h+16>>2]|0,k[d>>2]|0)|0;h=j+28|0;k[h>>2]=d;d=bI(b,2)|0;d=k[d>>2]|0;f=j+8|0;c=0;while(1){if(c>>>0>=(ZA(d)|0)>>>0)break;b=k[g>>2]|0;a=bI(d,c)|0;uv(f,Pt(k[b+16>>2]|0,k[a>>2]|0)|0);c=c+1|0}a=Sn(da,PB()|0,f)|0;k[j+24>>2]=k[a>>2];k[j+4>>2]=k[a+4>>2];a=k[h>>2]|0;c=bI(l,1)|0;c=bI(k[c>>2]|0,1)|0;c=WE(k[c>>2]|0)|0;k[C>>2]=k[c>>2];k[ba>>2]=0;k[ba+4>>2]=0;k[ba+8>>2]=0;da=da+8|0;c=k[da>>2]|0;k[ca>>2]=k[C>>2];c=Iu(c,ca,ba)|0;c=vy(k[da>>2]|0,a,c)|0;k[h>>2]=c;Bx(ba);c=j;break}Na(27341,11503,1413,42455)}g=bI(b,1)|0;g=bI(k[g>>2]|0,1)|0;g=WE(k[g>>2]|0)|0;g=k[g>>2]|0;h=g;if((h|0)==(k[da+64>>2]|0)){C=bI(b,2)|0;if((ZA(k[C>>2]|0)|0)==2){c=KE(k[da+4>>2]|0)|0;k[c+8>>2]=2;a=a+4|0;ca=k[a>>2]|0;da=bI(b,2)|0;da=bI(k[da>>2]|0,0)|0;da=Pt(k[ca+16>>2]|0,k[da>>2]|0)|0;k[c+12>>2]=da;a=k[a>>2]|0;da=bI(b,2)|0;da=bI(k[da>>2]|0,1)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+16>>2]=da;k[c+4>>2]=1;break}else Na(27277,11503,1285,42455)}f=da+68|0;if((h|0)!=(k[f>>2]|0)?(h|0)!=(k[da+92>>2]|0):0){if((h|0)==(k[da+72>>2]|0)){aa=bI(b,2)|0;if((ZA(k[aa>>2]|0)|0)!=1)Na(27297,11503,1302,42455);aa=bI(b,2)|0;aa=bI(k[aa>>2]|0,0)|0;xe(ba,k[aa>>2]|0);c:do switch(k[ba>>2]|0){case 1:{n=+(kE(ba)|0);k[x>>2]=3;o[x+8>>2]=n;k[ca>>2]=k[x>>2];k[ca+4>>2]=k[x+4>>2];k[ca+8>>2]=k[x+8>>2];k[ca+12>>2]=k[x+12>>2];c=jr(da+8|0,ca)|0;break}case 4:{n=+UD(ba);k[y>>2]=3;o[y+8>>2]=n;k[ca>>2]=k[y>>2];k[ca+4>>2]=k[y+4>>2];k[ca+8>>2]=k[y+8>>2];k[ca+12>>2]=k[y+12>>2];c=jr(da+8|0,ca)|0;break}default:{c=PE(k[da+4>>2]|0)|0;f=k[a+4>>2]|0;d=bI(b,2)|0;d=bI(k[d>>2]|0,0)|0;d=Pt(k[f+16>>2]|0,k[d>>2]|0)|0;k[c+12>>2]=d;f=d+4|0;switch(k[f>>2]|0){case 3:{c=d;break c}case 4:{k[c+8>>2]=44;break}case 1:{k[c+8>>2]=35;break}case 0:{k[f>>2]=3;c=d;break c}default:{k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;pq(D,27317,23);da=bI(b,2)|0;da=bI(k[da>>2]|0,0)|0;ps(D,k[da>>2]|0)}}k[c+4>>2]=3}}while(0);break}if((h|0)!=(k[da+76>>2]|0)){d=da+80|0;do if((h|0)!=(k[d>>2]|0)){if((h|0)==(k[da+88>>2]|0))break;if((h|0)==(k[da+84>>2]|0))break;ba=k[da>>2]|0;k[A>>2]=g;k[ca>>2]=k[A>>2];if(!(Xv(ba,ca)|0)){h=Ix(k[da+4>>2]|0)|0;k[h+24>>2]=g;c=h;h=h+8|0}else{c=PB()|0;if(DG(c)|0)c=0;else c=SA(da,c,k[a+20>>2]|0)|0;h=qx(k[da+4>>2]|0)|0;me(da,b,c,k[a+20>>2]|0);k[h+24>>2]=g;c=h;h=h+8|0}g=bI(b,2)|0;g=k[g>>2]|0;f=a+4|0;d=0;while(1){if(d>>>0>=(ZA(g)|0)>>>0)break a;a=k[f>>2]|0;da=bI(g,d)|0;uv(h,Pt(k[a+16>>2]|0,k[da>>2]|0)|0);d=d+1|0}}while(0);c=k[a+4>>2]|0;a=bI(b,2)|0;a=bI(k[a>>2]|0,0)|0;a=Pt(k[c+16>>2]|0,k[a>>2]|0)|0;c=PE(k[da+4>>2]|0)|0;k[c+12>>2]=a;switch(k[a+4>>2]|0){case 3:{if((h|0)==(k[d>>2]|0))d=12;else d=(h|0)==(k[da+84>>2]|0)?10:18;k[c+8>>2]=d;k[c+4>>2]=3;break}case 4:{if((h|0)==(k[d>>2]|0))d=13;else d=(h|0)==(k[da+84>>2]|0)?11:19;k[c+8>>2]=d;k[c+4>>2]=4;break}default:Ga()}break}d=k[a+4>>2]|0;x=bI(b,2)|0;x=bI(k[x>>2]|0,0)|0;x=Pt(k[d+16>>2]|0,k[x>>2]|0)|0;d=x+4|0;switch(k[d>>2]|0){case 1:{v=k[a+24>>2]|0;c=k[v>>2]|0;if(!(i[c>>0]|0)){i[c>>0]=1;u=k[k[v+4>>2]>>2]|0;k[ba>>2]=k[11341];k[ca>>2]=k[ba>>2];Wj(u,ca,1);u=k[v+8>>2]|0;c=k[11341]|0;t=c*33^5381;m=u+4|0;q=k[m>>2]|0;s=(q|0)==0;g=c;d:do if(s){d=0;aa=147}else{h=q+-1|0;j=(h&q|0)==0;if(j)l=h&t;else l=(t>>>0)%(q>>>0)|0;d=k[(k[u>>2]|0)+(l<<2)>>2]|0;if(!d){d=l;aa=147;break}do{d=k[d>>2]|0;if(!d){d=l;aa=147;break d}f=k[d+4>>2]|0;if(j)f=f&h;else f=(f>>>0)%(q>>>0)|0;if((f|0)!=(l|0)){d=l;aa=147;break d}}while((k[d+8>>2]|0)!=(g|0))}while(0);if((aa|0)==147){h=Oz(12)|0;k[h+8>>2]=c;k[h+4>>2]=t;k[h>>2]=0;g=u+12|0;e=+(((k[g>>2]|0)+1|0)>>>0);n=+o[u+16>>2];do if(s|e>+(q>>>0)*n){c=(q>>>0>2&(q+-1&q|0)==0&1|q<<1)^1;d=~~+_(+(e/n))>>>0;Vl(u,c>>>0<d>>>0?d:c);c=k[m>>2]|0;d=c+-1|0;if(!(d&c)){f=c;c=d&t;break}else{f=c;c=(t>>>0)%(c>>>0)|0;break}}else{f=q;c=d}while(0);c=(k[u>>2]|0)+(c<<2)|0;d=k[c>>2]|0;do if(!d){b=u+8|0;k[h>>2]=k[b>>2];k[b>>2]=h;k[c>>2]=b;c=k[h>>2]|0;if(!c)break;c=k[c+4>>2]|0;d=f+-1|0;if(!(d&f))c=c&d;else c=(c>>>0)%(f>>>0)|0;k[(k[u>>2]|0)+(c<<2)>>2]=h}else{k[h>>2]=k[d>>2];k[d>>2]=h}while(0);k[g>>2]=(k[g>>2]|0)+1;c=k[11341]|0}Lo(k[v+12>>2]|0,c,0)}$=da+4|0;aa=DE(k[$>>2]|0)|0;b=a+12|0;c=k[k[b>>2]>>2]|0;k[U>>2]=k[11341];k[ca>>2]=k[U>>2];c=Ou(c,ca)|0;k[aa+8>>2]=c;k[aa+12>>2]=x;k[aa+4>>2]=1;k[ba>>2]=da;k[ba+4>>2]=k[b>>2];b=KE(k[$>>2]|0)|0;k[b+8>>2]=17;c=kr(ba)|0;k[b+12>>2]=c;da=da+8|0;k[V>>2]=1;k[V+8>>2]=0;k[ca>>2]=k[V>>2];k[ca+4>>2]=k[V+4>>2];k[ca+8>>2]=k[V+8>>2];k[ca+12>>2]=k[V+12>>2];c=jr(da,ca)|0;k[b+16>>2]=c;En(b);c=Zx(k[$>>2]|0)|0;a=c+12|0;uv(a,aa);aa=KE(k[$>>2]|0)|0;k[aa+8>>2]=1;k[W>>2]=1;k[W+8>>2]=0;k[ca>>2]=k[W>>2];k[ca+4>>2]=k[W+4>>2];k[ca+8>>2]=k[W+8>>2];k[ca+12>>2]=k[W+12>>2];da=jr(da,ca)|0;k[aa+12>>2]=da;da=kr(ba)|0;k[aa+16>>2]=da;k[aa+4>>2]=1;da=JE(k[$>>2]|0)|0;k[da+8>>2]=aa;ca=kr(ba)|0;k[da+12>>2]=ca;k[da+16>>2]=b;k[da+4>>2]=1;uv(a,da);Om(c);break a}case 4:case 3:{c=PE(k[da+4>>2]|0)|0;da=k[d>>2]|0;k[c+8>>2]=(da|0)==3?8:9;k[c+12>>2]=x;k[c+4>>2]=da;break a}default:Ga()}}W=bI(b,2)|0;if((ZA(k[W>>2]|0)|0)==1){c=PE(k[da+4>>2]|0)|0;k[c+8>>2]=(h|0)==(k[f>>2]|0)?0:2;a=k[a+4>>2]|0;da=bI(b,2)|0;da=bI(k[da>>2]|0,0)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+12>>2]=da;k[c+4>>2]=1;break}else Na(27297,11503,1294,42455)}if((F|0)==(k[11197]|0)){ca=bI(b,1)|0;if(DG(k[ca>>2]|0)|0)d=0;else{d=bI(b,1)|0;d=SA(da,k[d>>2]|0,k[a+20>>2]|0)|0}c=(k[k[a+12>>2]>>2]|0)+4|0;if(i[k[a+28>>2]>>0]|0){if((k[c>>2]|0)!=(d|0))Na(27457,11503,1428,42455)}else k[c>>2]=d;c=nD(k[da+4>>2]|0)|0;da=bI(b,1)|0;if(DG(k[da>>2]|0)|0)d=0;else{da=k[a+4>>2]|0;d=bI(b,1)|0;d=Pt(k[da+16>>2]|0,k[d>>2]|0)|0}k[c+8>>2]=d;break}if((F|0)==(k[11379]|0)){k[ca>>2]=0;f=a+32|0;c=k[k[f>>2]>>2]|0;do if(c){d=ul(c)|0;j=d;k[ca>>2]=j;k[k[f>>2]>>2]=0;c=k[a+40>>2]|0;f=c+4|0;g=k[f>>2]|0;if((g|0)==(k[c+8>>2]|0)){lm(c,ca);break}else{k[g>>2]=j;k[f>>2]=(k[f>>2]|0)+4;break}}else{d=0;j=0}while(0);h=k[a+44>>2]|0;c=bI(b,1)|0;c=ls(k[h+16>>2]|0,k[c>>2]|0,0)|0;h=d;do if(d){f=(k[a+40>>2]|0)+4|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;a=d+-1|0;k[f>>2]=g+(a<<2);d=a}if(!((c|0)==0|(k[c>>2]|0)!=1)?(P=c+8|0,(k[P>>2]|0)==0):0){k[P>>2]=h;break}da=Zx(k[da+4>>2]|0)|0;k[da+8>>2]=j;uv(da+12|0,c);Om(da);c=da}while(0);break}if((F|0)==(k[11208]|0)){c=rz(k[da+4>>2]|0)|0;d=a+40|0;da=k[d>>2]|0;if((k[da+4>>2]|0)==(k[da>>2]|0))Na(27482,11503,1460,42455);da=bI(b,1)|0;if(DG(k[da>>2]|0)|0)d=k[(k[(k[d>>2]|0)+4>>2]|0)+-4>>2]|0;else{d=bI(b,1)|0;d=WE(k[d>>2]|0)|0;d=ul(k[d>>2]|0)|0}k[c+8>>2]=d;break}if((F|0)==(k[11209]|0)){c=rz(k[da+4>>2]|0)|0;d=a+48|0;da=k[d>>2]|0;if((k[da+4>>2]|0)==(k[da>>2]|0))Na(27504,11503,1465,42455);da=bI(b,1)|0;if(DG(k[da>>2]|0)|0)d=k[(k[(k[d>>2]|0)+4>>2]|0)+-4>>2]|0;else{d=bI(b,1)|0;d=WE(k[d>>2]|0)|0;d=tl(k[d>>2]|0)|0}k[c+8>>2]=d;break}if((F|0)==(k[11200]|0)){aa=bI(b,1)|0;aa=bI(k[aa>>2]|0,0)|0;if(oD(k[aa>>2]|0,44824)|0){s=bI(b,1)|0;s=bI(k[s>>2]|0,1)|0;s=(gu(k[s>>2]|0)|0)==1}else s=0;t=da+4|0;c=VB(k[t>>2]|0)|0;k[ca>>2]=0;k[ba>>2]=0;d=a+32|0;f=k[k[d>>2]>>2]|0;if(!f){f=a+56|0;d=k[f>>2]|0;k[K>>2]=0;k[K+4>>2]=0;k[K+8>>2]=0;pq(K,27529,9);d=ej(d,K)|0;k[ca>>2]=d;jF(K);f=k[f>>2]|0;k[L>>2]=0;k[L+4>>2]=0;k[L+8>>2]=0;pq(L,27539,8);f=ej(f,L)|0;k[ba>>2]=f;jF(L)}else{aa=ul(f)|0;k[ca>>2]=aa;f=tl(k[k[d>>2]>>2]|0)|0;k[ba>>2]=f;k[k[d>>2]>>2]=0;d=aa}k[c+8>>2]=d;m=c+12|0;k[m>>2]=f;q=a+40|0;g=k[q>>2]|0;h=g+4|0;j=k[h>>2]|0;if((j|0)==(k[g+8>>2]|0))lm(g,ca);else{k[j>>2]=d;k[h>>2]=(k[h>>2]|0)+4}l=a+48|0;g=k[l>>2]|0;h=g+4|0;j=k[h>>2]|0;if((j|0)==(k[g+8>>2]|0))lm(g,ba);else{k[j>>2]=f;k[h>>2]=(k[h>>2]|0)+4}if(s){d=k[a+4>>2]|0;f=bI(b,2)|0;f=Pt(k[d+16>>2]|0,k[f>>2]|0)|0;d=c+16|0;k[d>>2]=f}else{f=rz(k[t>>2]|0)|0;k[f+8>>2]=d;d=yD(k[t>>2]|0)|0;a=a+4|0;ba=k[a>>2]|0;ca=bI(b,1)|0;ca=Pt(k[ba+16>>2]|0,k[ca>>2]|0)|0;ca=Dz(k[da+8>>2]|0,20,ca)|0;k[d+8>>2]=ca;k[d+12>>2]=f;f=Zx(k[t>>2]|0)|0;ca=f+12|0;uv(ca,d);a=k[a>>2]|0;d=bI(b,2)|0;uv(ca,Pt(k[a+16>>2]|0,k[d>>2]|0)|0);Om(f);d=c+16|0;k[d>>2]=f}f=_s(da,f)|0;g=rz(k[t>>2]|0)|0;k[g+8>>2]=k[m>>2];uv(f+12|0,g);k[d>>2]=f;f=(k[l>>2]|0)+4|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;da=d+-1|0;k[f>>2]=g+(da<<2);d=da}f=(k[q>>2]|0)+4|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;da=d+-1|0;k[f>>2]=g+(da<<2);d=da}break}if((F|0)==(k[11201]|0)){aa=bI(b,1)|0;aa=bI(k[aa>>2]|0,0)|0;do if(oD(k[aa>>2]|0,44824)|0){aa=bI(b,1)|0;aa=bI(k[aa>>2]|0,1)|0;aa=bF(k[aa>>2]|0)|0;if(!(+p[aa>>3]==0.0))break;k[ca>>2]=0;c=a+32|0;d=k[k[c>>2]>>2]|0;if(!d){d=a+56|0;c=k[d>>2]|0;k[G>>2]=0;k[G+4>>2]=0;k[G+8>>2]=0;pq(G,27548,7);c=ej(c,G)|0;k[ca>>2]=c;jF(G)}else{aa=ul(d)|0;k[ca>>2]=aa;k[k[c>>2]>>2]=0;d=a+56|0;c=aa}l=c;j=k[d>>2]|0;k[M>>2]=0;k[M+4>>2]=0;k[M+8>>2]=0;pq(M,27556,17);j=ej(j,M)|0;k[ba>>2]=j;jF(M);h=a+40|0;c=k[h>>2]|0;d=c+4|0;f=k[d>>2]|0;if((f|0)==(k[c+8>>2]|0))lm(c,ca);else{k[f>>2]=l;k[d>>2]=(k[d>>2]|0)+4}c=a+48|0;d=k[c>>2]|0;f=d+4|0;g=k[f>>2]|0;if((g|0)==(k[d+8>>2]|0))lm(d,ba);else{k[g>>2]=j;k[f>>2]=(k[f>>2]|0)+4}f=k[a+4>>2]|0;d=bI(b,2)|0;d=Pt(k[f+16>>2]|0,k[d>>2]|0)|0;k[S>>2]=d;d=(k[c>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[d>>2]=f+(a<<2);c=a}d=(k[h>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[d>>2]=f+(a<<2);c=a}k[T>>2]=0;k[T+4>>2]=0;k[T+8>>2]=0;k[T+12>>2]=0;k[T+16>>2]=0;k[T+20>>2]=0;k[T+24>>2]=j;a=T+28|0;k[a>>2]=0;xl(T,S);c=k[da+4>>2]|0;if(!(k[a>>2]|0)){c=Zx(c)|0;uv(c+12|0,k[S>>2]|0);k[c+8>>2]=l;Om(c)}else{c=VB(c)|0;k[c+16>>2]=k[S>>2];k[c+8>>2]=l;k[c+12>>2]=j}Xw(T+4|0);break a}while(0);s=da+4|0;c=VB(k[s>>2]|0)|0;k[ca>>2]=0;k[ba>>2]=0;d=a+32|0;f=k[k[d>>2]>>2]|0;if(!f){d=a+56|0;f=k[d>>2]|0;k[I>>2]=0;k[I+4>>2]=0;k[I+8>>2]=0;pq(I,27574,6);f=ej(f,I)|0;k[ca>>2]=f;jF(I);d=k[d>>2]|0;k[J>>2]=0;k[J+4>>2]=0;k[J+8>>2]=0;pq(J,27581,5);d=ej(d,J)|0;k[ba>>2]=d;jF(J)}else{f=ul(f)|0;k[ca>>2]=f;aa=tl(k[k[d>>2]>>2]|0)|0;k[ba>>2]=aa;k[k[d>>2]>>2]=0;d=aa}k[c+8>>2]=f;k[c+12>>2]=d;q=a+40|0;g=k[q>>2]|0;h=g+4|0;j=k[h>>2]|0;if((j|0)==(k[g+8>>2]|0))lm(g,ca);else{k[j>>2]=f;k[h>>2]=(k[h>>2]|0)+4}j=a+48|0;f=k[j>>2]|0;g=f+4|0;h=k[g>>2]|0;if((h|0)==(k[f+8>>2]|0))lm(f,ba);else{k[h>>2]=d;k[g>>2]=(k[g>>2]|0)+4}l=a+4|0;m=k[l>>2]|0;g=bI(b,2)|0;g=Pt(k[m+16>>2]|0,k[g>>2]|0)|0;m=c+16|0;k[m>>2]=g;g=(k[j>>2]|0)+4|0;h=k[g>>2]|0;f=0;while(1){if((f|0)==-1)break;a=f+-1|0;k[g>>2]=h+(a<<2);f=a}g=(k[q>>2]|0)+4|0;h=k[g>>2]|0;f=0;while(1){if((f|0)==-1)break;a=f+-1|0;k[g>>2]=h+(a<<2);f=a}a=rz(k[s>>2]|0)|0;k[a+8>>2]=d;ba=k[l>>2]|0;ca=bI(b,1)|0;ca=Pt(k[ba+16>>2]|0,k[ca>>2]|0)|0;k[a+16>>2]=ca;da=_s(da,k[m>>2]|0)|0;uv(da+12|0,a);k[m>>2]=da;break}if((F|0)==(k[11202]|0)){x=bI(b,1)|0;x=k[x>>2]|0;t=bI(b,2)|0;t=k[t>>2]|0;s=bI(b,3)|0;s=k[s>>2]|0;q=bI(b,4)|0;q=k[q>>2]|0;u=da+4|0;v=VB(k[u>>2]|0)|0;k[ca>>2]=0;k[ba>>2]=0;c=a+32|0;d=k[k[c>>2]>>2]|0;if(!d){d=a+56|0;c=k[d>>2]|0;k[N>>2]=0;k[N+4>>2]=0;k[N+8>>2]=0;pq(N,27587,7);c=ej(c,N)|0;k[ca>>2]=c;jF(N);d=k[d>>2]|0;k[O>>2]=0;k[O+4>>2]=0;k[O+8>>2]=0;pq(O,27595,6);d=ej(d,O)|0;k[ba>>2]=d;jF(O)}else{b=ul(d)|0;k[ca>>2]=b;d=tl(k[k[c>>2]>>2]|0)|0;k[ba>>2]=d;k[k[c>>2]>>2]=0;c=b}k[v+8>>2]=c;l=v+12|0;k[l>>2]=d;m=a+40|0;f=k[m>>2]|0;g=f+4|0;h=k[g>>2]|0;if((h|0)==(k[f+8>>2]|0))lm(f,ca);else{k[h>>2]=c;k[g>>2]=(k[g>>2]|0)+4}j=a+48|0;f=k[j>>2]|0;g=f+4|0;h=k[g>>2]|0;if((h|0)==(k[f+8>>2]|0))lm(f,ba);else{k[h>>2]=d;k[g>>2]=(k[g>>2]|0)+4}f=rz(k[u>>2]|0)|0;k[f+8>>2]=c;c=yD(k[u>>2]|0)|0;g=a+4|0;d=Pt(k[(k[g>>2]|0)+16>>2]|0,t)|0;d=Dz(k[da+8>>2]|0,20,d)|0;k[c+8>>2]=d;k[c+12>>2]=f;f=Zx(k[u>>2]|0)|0;d=f+12|0;uv(d,c);uv(d,Pt(k[(k[g>>2]|0)+16>>2]|0,q)|0);uv(d,Pt(k[(k[g>>2]|0)+16>>2]|0,s)|0);Om(f);d=v+16|0;k[d>>2]=f;f=_s(da,f)|0;c=rz(k[u>>2]|0)|0;k[c+8>>2]=k[l>>2];uv(f+12|0,c);k[d>>2]=f;d=(k[j>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;da=c+-1|0;k[d>>2]=f+(da<<2);c=da}d=(k[m>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;da=c+-1|0;k[d>>2]=f+(da<<2);c=da}c=Zx(k[u>>2]|0)|0;da=c+12|0;uv(da,Pt(k[(k[g>>2]|0)+16>>2]|0,x)|0);uv(da,v);Om(c);break}if((F|0)==(k[11207]|0)){d=k[a+32>>2]|0;if(!(k[d>>2]|0)){da=bI(b,1)|0;da=WE(k[da>>2]|0)|0;k[d>>2]=k[da>>2];da=k[a+4>>2]|0;c=bI(b,2)|0;c=Pt(k[da+16>>2]|0,k[c>>2]|0)|0;break}else Na(12374,11503,1610,42455)}if((F|0)==(k[11195]|0)){c=yD(k[da+4>>2]|0)|0;ca=a+4|0;a=k[ca>>2]|0;da=bI(b,1)|0;da=Pt(k[a+16>>2]|0,k[da>>2]|0)|0;k[c+8>>2]=da;da=k[ca>>2]|0;a=bI(b,2)|0;a=Pt(k[da+16>>2]|0,k[a>>2]|0)|0;da=c+12|0;k[da>>2]=a;ca=k[ca>>2]|0;a=bI(b,3)|0;a=Pt(k[ca+16>>2]|0,k[a>>2]|0)|0;k[c+16>>2]=a;k[c+4>>2]=k[(k[da>>2]|0)+4>>2];break}if((F|0)==(k[11203]|0)){ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,0)|0;do if(oD(k[ba>>2]|0,44764)|0){ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44816)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,1)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44768)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44784)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,1)|0;if(!(oD(k[ba>>2]|0,44968)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44768)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,1)|0;f=da+96|0;if(!(oD(k[ba>>2]|0,f)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,3)|0;ba=bI(k[ba>>2]|0,0)|0;if(!(oD(k[ba>>2]|0,44824)|0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,3)|0;ba=bI(k[ba>>2]|0,1)|0;ba=bF(k[ba>>2]|0)|0;if(!(+p[ba>>3]==2.0))break;ba=bI(b,1)|0;ba=bI(k[ba>>2]|0,2)|0;ba=bI(k[ba>>2]|0,1)|0;ba=bI(k[ba>>2]|0,1)|0;ba=WE(k[ba>>2]|0)|0;ba=k[ba>>2]|0;k[ca>>2]=ba;c=da+52|0;e:do if((No(c,ba)|0)!=(da+56|0)){d=(To(c,ca)|0)+8|0;d=k[d>>2]|0;ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,0)|0;do if(oD(k[ca>>2]|0,44784)|0){ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,1)|0;if(!(oD(k[ca>>2]|0,44912)|0)){aa=330;break}ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,3)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,44824)|0)){aa=330;break}ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,3)|0;ca=bI(k[ca>>2]|0,1)|0;ca=bF(k[ca>>2]|0)|0;if(!(+p[ca>>3]==0.0)){aa=330;break}c=bI(b,2)|0;g=0;c=bI(k[c>>2]|0,2)|0}else aa=330;while(0);f:do if((aa|0)==330){ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,0)|0;do if(oD(k[ca>>2]|0,44872)|0){ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,1)|0;if(!(oD(k[ca>>2]|0,44904)|0))break;c=bI(b,2)|0;g=1;c=bI(k[c>>2]|0,2)|0;break f}while(0);ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,45504)|0))break e;ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,1)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,44768)|0))break e;ca=bI(b,2)|0;ca=bI(k[ca>>2]|0,1)|0;ca=bI(k[ca>>2]|0,1)|0;if(!(oD(k[ca>>2]|0,da+72|0)|0))break e;c=bI(b,2)|0;c=bI(k[c>>2]|0,2)|0;g=2;c=bI(k[c>>2]|0,0)|0}while(0);c=k[c>>2]|0;ca=bI(c,0)|0;if(!(oD(k[ca>>2]|0,44816)|0))break;ca=bI(c,1)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,44768)|0))break;ca=bI(c,2)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,44784)|0))break;ca=bI(c,2)|0;ca=bI(k[ca>>2]|0,1)|0;if(!(oD(k[ca>>2]|0,44968)|0))break;ca=bI(c,2)|0;ca=bI(k[ca>>2]|0,2)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,44768)|0))break;ca=bI(c,2)|0;ca=bI(k[ca>>2]|0,2)|0;ca=bI(k[ca>>2]|0,1)|0;if(!(oD(k[ca>>2]|0,f)|0))break;ca=bI(c,2)|0;ca=bI(k[ca>>2]|0,3)|0;ca=bI(k[ca>>2]|0,0)|0;if(!(oD(k[ca>>2]|0,44824)|0))break;ca=bI(c,2)|0;ca=bI(k[ca>>2]|0,3)|0;ca=bI(k[ca>>2]|0,1)|0;ca=bF(k[ca>>2]|0)|0;if(!(+p[ca>>3]==2.0))break;f=bI(b,1)|0;f=bI(k[f>>2]|0,3)|0;f=k[f>>2]|0;do if(!d){if((g+-1|0)>>>0>=2)break e;d=da+4|0;c=PE(k[d>>2]|0)|0;k[c+8>>2]=45;da=Pt(k[(k[a+4>>2]|0)+16>>2]|0,f)|0;k[c+12>>2]=da;k[c+4>>2]=3;if((g|0)!=1)break;da=PE(k[d>>2]|0)|0;k[da+8>>2]=43;k[da+12>>2]=c;k[da+4>>2]=4;c=da}else{if(!((d|0)==2&(g|0)==0))break e;c=PE(k[da+4>>2]|0)|0;k[c+8>>2]=33;d=Pt(k[(k[a+4>>2]|0)+16>>2]|0,f)|0;f=c+12|0;k[f>>2]=d;if((k[d+4>>2]|0)==4){da=Dz(k[da+8>>2]|0,44,d)|0;k[f>>2]=da}k[c+4>>2]=1}while(0);break a}while(0)}while(0);c=Zx(k[da+4>>2]|0)|0;ca=c+12|0;a=a+4|0;ba=k[a>>2]|0;da=bI(b,1)|0;uv(ca,Pt(k[ba+16>>2]|0,k[da>>2]|0)|0);a=k[a>>2]|0;da=bI(b,2)|0;uv(ca,Pt(k[a+16>>2]|0,k[da>>2]|0)|0);Om(c);break}if((F|0)!=(k[11210]|0)){k[E>>2]=0;k[E+4>>2]=0;k[E+8>>2]=0;pq(E,27732,20);ps(E,b)}k[ba>>2]=0;d=a+32|0;f=k[k[d>>2]>>2]|0;if(!f){d=k[a+56>>2]|0;k[H>>2]=0;k[H+4>>2]=0;k[H+8>>2]=0;pq(H,33480,6);d=ej(d,H)|0;k[ba>>2]=d;jF(H)}else{W=ul(f)|0;k[ba>>2]=W;k[k[d>>2]>>2]=0;d=W}z=d;y=a+40|0;d=k[y>>2]|0;f=d+4|0;g=k[f>>2]|0;if((g|0)==(k[d+8>>2]|0))lm(d,ba);else{k[g>>2]=z;k[f>>2]=(k[f>>2]|0)+4}x=da+4|0;m=Lv(k[x>>2]|0)|0;h=k[a+4>>2]|0;ba=bI(b,1)|0;ba=Pt(k[h+16>>2]|0,k[ba>>2]|0)|0;h=m+28|0;k[h>>2]=ba;if((k[ba+4>>2]|0)!=1)Na(27602,11503,1693,42455);v=bI(b,2)|0;v=k[v>>2]|0;g=0;u=0;f=0;g:while(1){if(g>>>0>=(ZA(v)|0)>>>0)break;d=bI(v,g)|0;d=bI(k[d>>2]|0,0)|0;d=k[d>>2]|0;do if((k[d>>2]|0)==3)d=u;else{b=bI(d,0)|0;if(!(oD(k[b>>2]|0,44824)|0)?(b=bI(d,0)|0,!(oD(k[b>>2]|0,44872)|0)):0){aa=371;break g}dC(Q,d);d=kE(Q)|0;if(!f){f=1;break}d=(d|0)<(u|0)?d:u;f=1}while(0);g=g+1|0;u=d}if((aa|0)==371)Na(27629,11503,1702,42455);t=KE(k[x>>2]|0)|0;k[t+8>>2]=1;k[t+12>>2]=k[h>>2];k[R>>2]=1;k[R+8>>2]=u;k[ca>>2]=k[R>>2];k[ca+4>>2]=k[R+4>>2];k[ca+8>>2]=k[R+8>>2];k[ca+12>>2]=k[R+12>>2];j=jr(da+8|0,ca)|0;k[t+16>>2]=j;k[t+4>>2]=1;k[h>>2]=t;t=Zx(k[x>>2]|0)|0;uv(t+12|0,m);Om(t);j=a+44|0;s=m+24|0;l=a+56|0;q=m+8|0;m=m+16|0;g=0;while(1){if(g>>>0>=(ZA(v)|0)>>>0){aa=376;break}h=bI(v,g)|0;h=k[h>>2]|0;d=bI(h,0)|0;d=k[d>>2]|0;h=bI(h,1)|0;h=ls(k[(k[j>>2]|0)+16>>2]|0,k[h>>2]|0,0)|0;if((k[d>>2]|0)==3){d=k[l>>2]|0;k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;pq(X,27681,14);d=ej(d,X)|0;k[s>>2]=d;jF(X)}else{da=bI(d,0)|0;if(!(oD(k[da>>2]|0,44824)|0)?(da=bI(d,0)|0,!(oD(k[da>>2]|0,44872)|0)):0){aa=381;break}dC(Y,d);d=kE(Y)|0;if((d|0)<(u|0)){aa=383;break}f=d-u|0;if((f|0)<=-1){aa=385;break}d=k[l>>2]|0;k[Z>>2]=0;k[Z+4>>2]=0;k[Z+8>>2]=0;pq(Z,27720,11);d=ej(d,Z)|0;jF(Z);if((k[m>>2]|0)>>>0<=f>>>0)pu(q,f+1|0);da=kB(q,f)|0;k[da>>2]=d}da=Zx(k[x>>2]|0)|0;k[t+8>>2]=d;a=da+12|0;uv(a,t);uv(a,h);Om(da);g=g+1|0;t=da}if((aa|0)==376){if(!(k[s>>2]|0)){c=k[l>>2]|0;k[$>>2]=0;k[$+4>>2]=0;k[$+8>>2]=0;pq($,27681,14);c=ej(c,$)|0;k[s>>2]=c;jF($);c=0}else c=0;while(1){if(c>>>0>=(k[m>>2]|0)>>>0)break;da=kB(q,c)|0;if(!(k[da>>2]|0)){da=kB(q,c)|0;k[da>>2]=k[s>>2]}c=c+1|0}k[t+8>>2]=k[s>>2];d=(k[y>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;da=c+-1|0;k[d>>2]=f+(da<<2);c=da}c=Zx(k[x>>2]|0)|0;k[c+8>>2]=z;uv(c+12|0,t);break}else if((aa|0)==381)Na(27629,11503,1732,42455);else if((aa|0)==383)Na(27696,11503,1734,42455);else if((aa|0)==385)Na(27709,11503,1736,42455)}else{da=k[a+4>>2]|0;c=bI(b,1)|0;c=Pt(k[da+16>>2]|0,k[c>>2]|0)|0}while(0);hC();r=ea;return c|0}function tc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((b-a|0)>1)do switch(i[a>>0]|0){case 97:switch(i[a+1>>0]|0){case 97:{Cq(h,42413);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 110:case 100:{Hq(h,42424);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 78:{Cq(h,42434);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 83:{Hq(h,42445);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 99:switch(i[a+1>>0]|0){case 108:{Cq(h,42455);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 109:{Hq(h,42466);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 111:{Hq(h,42476);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 118:{g=c+63|0;f=i[g>>0]|0;i[g>>0]=0;h=a+2|0;b=rc(h,b,c)|0;i[g>>0]=f;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;yy(d+-24|0,0,42486)|0;i[c+60>>0]=1;a=b;break a}default:break a}case 100:switch(i[a+1>>0]|0){case 97:{Ms(h,42496);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 101:{Hq(h,42514);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 108:{b=xc(16)|0;k[h>>2]=b;k[h+8>>2]=-2147483632;k[h+4>>2]=15;d=b;e=42524;f=d+15|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+15>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 118:{Hq(h,42540);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 86:{Cq(h,42550);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 101:switch(i[a+1>>0]|0){case 111:{Hq(h,42561);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 79:{Cq(h,42571);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 113:{Cq(h,42582);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 103:switch(i[a+1>>0]|0){case 101:{Cq(h,42593);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 116:{Hq(h,42604);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 105:{if((i[a+1>>0]|0)!=120)break a;Cq(h,42614);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 108:switch(i[a+1>>0]|0){case 101:{Cq(h,42625);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 105:{h=a+2|0;b=Cd(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;yy(d+-24|0,0,42636)|0;a=b;break a}case 115:{Cq(h,42648);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 83:{Qs(h,42659);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 116:{Hq(h,42671);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 109:switch(i[a+1>>0]|0){case 105:{Hq(h,42681);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 73:{Cq(h,42691);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 108:{Hq(h,42514);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 76:{Cq(h,42702);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 109:{Cq(h,42713);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 110:switch(i[a+1>>0]|0){case 97:{Ns(h,42724);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 101:{Cq(h,42739);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 103:{Hq(h,42681);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 116:{Hq(h,42750);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 119:{Ps(h,42760);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 111:switch(i[a+1>>0]|0){case 111:{Cq(h,42773);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 114:{Hq(h,42784);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 82:{Cq(h,42794);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 112:switch(i[a+1>>0]|0){case 109:{Qs(h,42805);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 108:{Hq(h,42817);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 76:{Cq(h,42827);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 112:{Cq(h,42838);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 115:{Hq(h,42817);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 116:{Cq(h,42849);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 113:{if((i[a+1>>0]|0)!=117)break a;Hq(h,42860);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 114:switch(i[a+1>>0]|0){case 109:{Hq(h,42870);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 77:{Cq(h,42880);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 115:{Cq(h,42891);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 83:{Qs(h,42902);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}case 118:{if(((i[a+1>>0]|0)+-48|0)>>>0>=10)break a;h=a+2|0;b=Cd(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;yy(d+-24|0,0,42486)|0;a=b;break a}default:break a}while(0);while(0);r=j;return a|0}function uc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((a|0)!=(b|0))do switch(i[a>>0]|0){case 118:{vp(h,43617);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 119:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=7;i[h>>0]=i[43228]|0;i[h+1>>0]=i[43229]|0;i[h+2>>0]=i[43230]|0;i[h+3>>0]=i[43231]|0;i[h+4>>0]=i[43232]|0;i[h+5>>0]=i[43233]|0;i[h+6>>0]=i[43234]|0;i[h+7>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 98:{vp(h,43622);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 99:{vp(h,43247);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 97:{Qs(h,43252);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 104:{Os(h,43264);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 115:{wp(h,43278);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 116:{Ns(h,43284);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 105:{tr(h,43627);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 106:{Ps(h,43631);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 108:{vp(h,43644);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 109:{Os(h,43649);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 120:{Hq(h,43663);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 121:{b=xc(32)|0;k[h>>2]=b;k[h+8>>2]=-2147483616;k[h+4>>2]=18;d=b;e=43673;f=d+18|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+18>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 110:{Ll(h,43313);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 111:{Ms(h,43322);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 102:{wp(h,43692);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 100:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=6;i[h>>0]=i[43698]|0;i[h+1>>0]=i[43699]|0;i[h+2>>0]=i[43700]|0;i[h+3>>0]=i[43701]|0;i[h+4>>0]=i[43702]|0;i[h+5>>0]=i[43703]|0;i[h+6>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 101:{Qs(h,43705);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 103:{Cq(h,43717);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 122:{tr(h,43728);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+1|0;break a}case 117:{g=a+1|0;h=Cd(g,b,c)|0;a=(h|0)==(g|0)?a:h;break a}case 68:{d=a+1|0;if((d|0)==(b|0))break a;switch(i[d>>0]|0){case 100:{Hq(h,43732);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 101:{Cq(h,43742);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 102:{Hq(h,43753);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 104:{Hq(h,43763);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 105:{Ll(h,43773);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 115:{Ll(h,43782);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 97:{vp(h,43791);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}case 110:{Ns(h,43796);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)EH();else{e=(f-e|0)/24|0;f=e<<1;as(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;eq(e,h);k[f>>2]=e+24;sm(c,g);br(g);break}}else{eq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);Xy(h);a=a+2|0;break a}default:break a}}default:break a}while(0);while(0);r=j;return a|0}
-function ys(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))Sl(b,c,d,e);else{a=k[a+8>>2]|0;ac[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d,e,f)}return}function zs(a){a=a|0;var b=0,c=0,d=0;b=a+4|0;c=k[b>>2]|0;d=c>>>0<(k[a+8>>2]|0)>>>0;do if((k[a+76>>2]|0)<0)if(d){k[b>>2]=c+1;a=l[c>>0]|0;break}else{a=yw(a)|0;break}else if(d){k[b>>2]=c+1;a=l[c>>0]|0;break}else{a=yw(a)|0;break}while(0);return a|0}function As(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=c+8|0;c=3;while(1){e=(fp(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;uv(d,vc(a,rm(b,c)|0)|0);c=c+1|0}return}function Bs(a,b){a=a|0;b=b|0;var c=0,d=0;d=Oz(4)|0;Lz(d);c=Oz(12)|0;b=k[b>>2]|0;k[c>>2]=d;k[c+4>>2]=149;k[c+8>>2]=b;if(La(a|0,0,88,c|0)|0){oz(c);hJ(c)}return}function Cs(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;do if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}if((a+16|0)==(b|0)){i[a+128>>0]=0;break}else{hJ(b);break}}while(0);return}function Ds(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;Xw(d)}hJ(k[a>>2]|0)}return}function Es(a,b,c){a=a|0;b=+b;c=c|0;switch(c|0){case 0:{k[a>>2]=1;k[a+8>>2]=0;break}case 1:{k[a>>2]=1;k[a+8>>2]=~~b;break}case 3:{k[a>>2]=3;o[a+8>>2]=b;break}case 4:{k[a>>2]=4;p[a+8>>3]=b;break}default:Ga()}return}function Fs(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=k[a+4>>2]|0;g=h>>8;if(h&1)g=k[(k[d>>2]|0)+g>>2]|0;a=k[a>>2]|0;ac[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d+g|0,h&2|0?e:2,f);return}function Gs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=c+16|0;c=1;while(1){e=(fp(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;uv(d,vc(a,rm(b,c)|0)|0);c=c+1|0}return}function Hs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=c+8|0;c=2;while(1){e=(fp(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;uv(d,vc(a,rm(b,c)|0)|0);c=c+1|0}return}function Is(a,b){a=a|0;b=b|0;var c=0,d=0;do if((a|0)!=-1){if((k[b+8>>2]|0)==0?Fp(b)|0:0){a=-1;break}c=b+4|0;d=k[c>>2]|0;if(d>>>0>((k[b+44>>2]|0)+-8|0)>>>0){d=d+-1|0;k[c>>2]=d;i[d>>0]=a;k[b>>2]=k[b>>2]&-17}else a=-1}else a=-1;while(0);return a|0}function Js(a){a=a|0;var b=0,c=0,d=0,e=0;d=k[a>>2]|0;e=d+4|0;b=k[e>>2]|0;k[a>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[e>>2]=a;k[b>>2]=d;return}function Ks(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;k[d>>2]=k[a+16>>2];k[d+4>>2]=0;i[d+20>>0]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=1;k[d+12>>2]=53215;k[d+16>>2]=53215;fd(d,c);r=b;return}function Ls(a){a=a|0;a=a+16|0;if(!(k[a>>2]|0))rB(46496,14625)|0;else{rB(46496,14587)|0;Nw(46496,k[k[a>>2]>>2]|0)|0;rB(46496,14622)|0}return}function Ms(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,b,17);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Ns(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,b,14);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Os(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,b,13);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Ps(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,b,12);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Qs(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Hp(a,b,11);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Rs(a,b){a=a|0;b=b|0;Zw(rB(Zw(Ru(46496,a)|0,32)|0,b)|0,10)|0;Ga()}function Ss(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;k[d>>2]=k[a+16>>2];k[d+4>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=0;k[d+12>>2]=42190;k[d+16>>2]=31549;i[d+20>>0]=1;fd(d,c);r=b;return}function Ts(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)pq(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function Us(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Vs(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Ws(a){a=a|0;var b=0,c=0,d=0;c=a+4|0;d=k[c>>2]|0;b=k[d>>2]|0;k[c>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[d>>2]=a;k[b>>2]=d;return}function Xs(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=xC(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=lB(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Ys(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=vG(5)|0;return Nq(Nq(Nq(Nq(Nq(e,oF(44808)|0)|0,a)|0,b)|0,c)|0,d)|0}function Zs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;k[d>>2]=k[a+16>>2];k[d+4>>2]=0;i[d+20>>0]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[d+8>>0]=0;k[d+12>>2]=42190;k[d+16>>2]=31549;fd(d,c);r=b;return}function _s(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1?(c=(sE(b)|0)+8|0,(k[c>>2]|0)==0):0)a=(k[b>>2]|0)==1?b:0;else{a=Zx(k[a+4>>2]|0)|0;uv(a+12|0,b);Om(a)}return a|0}function $s(a,b,c){a=a|0;b=b|0;c=c|0;oj(b);if((i[k[b>>2]>>0]|0)==123)a=Wp(a,b)|0;else a=Oj(a,b,c)|0;return a|0}function at(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=r;r=r+32|0;f=e;d=e+20|0;k[f>>2]=k[a+60>>2];k[f+4>>2]=0;k[f+8>>2]=b;k[f+12>>2]=d;k[f+16>>2]=c;if((pF(Sb(140,f|0)|0)|0)<0){k[d>>2]=-1;a=-1}else a=k[d>>2]|0;r=e;return a|0}function bt(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=ry(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=OA(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function ct(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function dt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function et(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function ft(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function gt(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=a;a=vG(2)|0;a=Nq(a,oF(44844)|0)|0;a=Nq(a,oF(c)|0)|0;r=b;return a|0}function ht(a){a=a|0;wo(a+32|0);rp(a+16|0);ir(a);return}function it(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function jt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function kt(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;b=a+4|0;while(1){b=k[b>>2]|0;if(!b){b=0;break}a=k[b+16>>2]|0;if(UF(c,a)|0)continue;if(!(UF(a,c)|0)){b=1;break}b=b+4|0}return b|0}function lt(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=a;a=vG(2)|0;a=Nq(a,oF(44768)|0)|0;a=Nq(a,oF(c)|0)|0;r=b;return a|0}function mt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if(!c)a=0;else{while(1){d=i[a>>0]|0;e=i[b>>0]|0;if(d<<24>>24!=e<<24>>24)break;c=c+-1|0;if(!c){a=0;break a}else{a=a+1|0;b=b+1|0}}a=(d&255)-(e&255)|0}while(0);return a|0}function nt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function ot(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function pt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function qt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function rt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function st(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function tt(a,b){a=a|0;b=b|0;var c=0,d=0;d=Oz(4)|0;Lz(d);c=Oz(12)|0;b=k[b>>2]|0;k[c>>2]=d;k[c+4>>2]=158;k[c+8>>2]=b;if(La(a|0,0,89,c|0)|0){oz(c);hJ(c)}return}function ut(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function vt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function wt(a,b){a=a|0;b=b|0;var c=0;c=Gy(k[a>>2]|0,33101,0)|0;Zw(Nw(c,GF(k[a+24>>2]|0,k[b+8>>2]|0)|0)|0,41)|0;return}function xt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=k[a+4>>2]|0;f=g>>8;if(g&1)f=k[(k[c>>2]|0)+f>>2]|0;a=k[a>>2]|0;bc[k[(k[a>>2]|0)+24>>2]&3](a,b,c+f|0,g&2|0?d:2,e);return}function yt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=c+36|0;d=c+20|0;c=b+4|0;while(1){if((k[e>>2]|0)==(k[d>>2]|0))break;dF(a,k[b>>2]|0,i[c>>0]|0)}return}function zt(a,b){a=a|0;b=b|0;var c=0;c=Gy(k[a>>2]|0,33124,0)|0;Zw(Nw(c,CA(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0,41)|0;return}function At(a){a=+a;var b=0,c=0,d=0;p[t>>3]=a;b=k[t>>2]|0;c=k[t+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){k[t>>2]=b;k[t+4>>2]=c|524288;return +(+p[t>>3])}else Na(22418,14271,301,22452);return +(0.0)}function Bt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=k[b>>2];d=a+4|0;c=b+4|0;k[d>>2]=0;e=a+8|0;k[e>>2]=0;k[a+12>>2]=0;k[d>>2]=k[c>>2];d=b+8|0;k[e>>2]=k[d>>2];b=b+12|0;k[a+12>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function Ct(a){a=a|0;var b=0,c=0;b=r;r=r+32|0;c=b;k[c>>2]=a;k[c+4>>2]=a+108;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;i[c+24>>0]=0;os(c);Gd(c);Wu(c);r=b;return}function Dt(a,b){a=a|0;b=b|0;var c=0;$j(k[a>>2]|0,b);au(a,b);c=k[a+44>>2]|0;b=0;while(1){if((b|0)==(c|0))break;pB(a);b=b+1|0}return}function Et(a,b){a=a|0;b=b|0;var c=0;c=bI(b,0)|0;if(oD(k[c>>2]|0,44768)|0){c=bI(b,1)|0;c=WE(k[c>>2]|0)|0;return Dr(a,k[c>>2]|0)|0}else Na(29504,34044,1629,29519);return 0}function Ft(a,b){a=a|0;b=b|0;var c=0;c=jE(k[b>>2]|0,48992)|0;b=a+36|0;k[b>>2]=c;c=hc[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function Gt(a,b){a=a|0;b=b|0;var c=0;c=jE(k[b>>2]|0,49e3)|0;b=a+36|0;k[b>>2]=c;c=hc[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function Ht(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=k[a+4>>2]|0;e=f>>8;if(f&1)e=k[(k[c>>2]|0)+e>>2]|0;a=k[a>>2]|0;mc[k[(k[a>>2]|0)+28>>2]&15](a,b,c+e|0,f&2|0?d:2);return}function It(a){a=a|0;im(k[a+4>>2]|0);return}function Jt(){var a=0,b=0;a=r;r=r+16|0;b=a;hy(46896);k[11724]=7604;k[11732]=3328;k[11734]=46952;k[11736]=-1;i[46948]=0;pG(b,k[11725]|0);Gt(46896,b);$G(b);r=a;return}function Kt(){var a=0,b=0;a=r;r=r+16|0;b=a;iy(46832);k[11708]=7668;k[11716]=3328;k[11718]=46888;k[11720]=-1;i[46884]=0;pG(b,k[11709]|0);Ft(46832,b);$G(b);r=a;return}function Lt(a){a=+a;var b=0,c=0;p[t>>3]=a;if((k[t+4>>2]|0)>=0)if(a<18446744073709551616.0){c=+O(a)>=1.0?(a>0.0?~~+aa(+N(a/4294967296.0),4294967295.0)>>>0:~~+_((a-+(~~a>>>0))/4294967296.0)>>>0):0;b=~~a>>>0}else{c=-1;b=-1}else{c=0;b=0}M=c;return b|0}function Mt(a,b){a=a|0;b=b|0;var c=0;if((k[b+8>>2]|0)==2){aj(a,k[b+24>>2]|0,b);c=kB(b+16|0,0)|0;Ki(a,k[(k[c>>2]|0)+4>>2]|0,b)}return}function Nt(a){a=a|0;var b=0;b=a+4|0;Bp(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Ot(a,b){a=a|0;b=b|0;var c=0;c=BE(k[a+4>>2]|0)|0;b=ih(a,rm(b,1)|0)|0;k[c+8>>2]=b;b=(jz(k[a>>2]|0,b)|0)+4|0;k[c+4>>2]=k[b>>2];return c|0}function Pt(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;k[c>>2]=b;if(!a){d=Oa(4)|0;k[d>>2]=2288;Gb(d|0,48,11)}else{c=nc[k[(k[a>>2]|0)+24>>2]&31](a,c)|0;r=d;return c|0}return 0}function Qt(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))$p(b,c,d);else{a=k[a+8>>2]|0;mc[k[(k[a>>2]|0)+28>>2]&15](a,b,c,d)}return}function Rt(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=k[a>>2]|0;if(!(b&8)){k[a+8>>2]=0;k[a+4>>2]=0;c=k[a+44>>2]|0;k[a+28>>2]=c;k[a+20>>2]=c;k[a+16>>2]=c+(k[a+48>>2]|0);a=0}else{k[a>>2]=b|32;a=-1}return a|0}function St(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=GC(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=QF(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Tt(a){a=+a;var b=0,c=0,d=0;p[t>>3]=a;b=k[t>>2]|0;c=k[t+4>>2]|0;d=uC(b|0,c|0,52)|0;switch(d&2047){case 0:{b=(b|0)!=0|(c&2147483647|0)!=0?3:2;break}case 2047:{b=(b|0)==0&(c&1048575|0)==0&1;break}default:b=4}return b|0}function Ut(a,b){a=a|0;b=b|0;var c=0,d=0;c=5;while(1){if((a|0)==(b|0))break;d=k[a>>2]|0;if(!((c|0)==0|(d|0)==0)){if((d|0)!=5)if((c|0)==5)c=d;else c=(c|0)==(d|0)?c:0}else c=0;a=a+4|0}return c|0}function Vt(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[a>>0]|0;d=i[b>>0]|0;if(c<<24>>24==0?1:c<<24>>24!=d<<24>>24)a=d;else{do{a=a+1|0;b=b+1|0;c=i[a>>0]|0;d=i[b>>0]|0}while(!(c<<24>>24==0?1:c<<24>>24!=d<<24>>24));a=d}return (c&255)-(a&255)|0}function Wt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+4|0;c=k[d>>2]|0;a=b;e=c;while(1){k[e>>2]=0;f=e+8|0;k[f>>2]=0;k[f+4>>2]=0;a=a+-1|0;if(!a)break;else e=e+16|0}k[d>>2]=c+(b<<4);return}function Xt(a){a=a|0;var b=0;b=k[a+12>>2]|0;if(b|0)fJ(b);b=k[a+8>>2]|0;if(b|0){Wv(b);hJ(b)}cI(a+80|0);BI(a+52|0);Cr(a+24|0);return}function Yt(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;mo(c,a,41358);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;JC(0,41354,b);Ga()}function Zt(a,b){a=a|0;b=b|0;if(!(i[a+8>>0]|0))Ty(k[a>>2]|0,k[a+4>>2]|0);qf(a,b);rB(k[a>>2]|0,k[a+16>>2]|0)|0;return}function _t(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+80|0;d=e;k[a+36>>2]=6;if((k[a>>2]&64|0)==0?(k[d>>2]=k[a+60>>2],k[d+4>>2]=21505,k[d+8>>2]=e+12,wb(54,d|0)|0):0)i[a+75>>0]=-1;d=yg(a,b,c)|0;r=e;return d|0}function $t(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;mo(c,a,41338);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;JC(0,41354,b);Ga()}function au(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+16|0;d=k[c>>2]|0;if(d>>>0<(k[a+4>>2]|0)>>>0){k[c>>2]=d+1;k[(k[a+12>>2]|0)+(d<<2)>>2]=b;d=a+44|0;k[d>>2]=(k[d>>2]|0)+1;return}else Na(14282,13808,181,14310)}function bu(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;b=e+16|0;c=e+12|0;d=e;k[d>>2]=a;k[d+4>>2]=162;k[d+8>>2]=0;if((k[a>>2]|0)!=-1){k[b>>2]=d;k[c>>2]=b;mr(a,c)}r=e;return (k[a+4>>2]|0)+-1|0}function cu(a,b){a=a|0;b=b|0;var c=0;c=GE(k[a+4>>2]|0)|0;b=Zf(a,rm(b,1)|0)|0;k[c+8>>2]=b;b=ay(k[a+44>>2]|0,b)|0;k[c+4>>2]=b;return c|0}function du(a,b){a=a|0;b=b|0;var c=0,d=0;if((k[a+12>>2]|0)>>>0<b>>>0)Yu(a,b);d=a+8|0;c=a+4|0;a=k[d>>2]|0;while(1){if(a>>>0>=b>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=0;a=a+1|0}k[d>>2]=b;return}function eu(a,b){a=a|0;b=b|0;var c=0,d=0;c=nD(k[a+4>>2]|0)|0;d=(fp(b)|0)+8|0;if((k[d>>2]|0)>>>0>1){d=vc(a,rm(b,1)|0)|0;k[c+8>>2]=d}return c|0}function fu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+112|0;d=f;e=d;g=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(g|0));k[d+32>>2]=31;k[d+44>>2]=a;k[d+76>>2]=-1;k[d+84>>2]=a;g=Kc(d,b,c)|0;r=f;return g|0}function gu(a){a=a|0;var b=0;b=bF(a)|0;if(!(+Fe(+p[b>>3],1.0)==0.0))Na(27940,34044,229,27966);b=bF(a)|0;b=~~+p[b>>3];a=bF(a)|0;if(+(b|0)==+p[a>>3])return b|0;else Na(27977,34044,231,27966);return 0}function hu(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=b+8|0;d=k[c>>2]|0;f=d+-8|0;e=k[f+4>>2]|0;b=a;k[b>>2]=k[f>>2];k[b+4>>2]=e;b=0;while(1){if((b|0)==-1)break;f=b+-1|0;k[c>>2]=d+(f<<3);b=f}return}function iu(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;Pl(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function ju(a){a=a|0;if((k[a+16>>2]|0)==(k[a+4>>2]|0)){cC(a);on(a);Ct(k[a>>2]|0);return}else Na(14324,13808,132,14353)}function ku(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=vG(4)|0;return Nq(Nq(Nq(Nq(d,oF(44780)|0)|0,a)|0,b)|0,c)|0}function lu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=c+36|0;c=b+4|0;while(1){if(!(k[d>>2]|0))break;dF(a,k[b>>2]|0,i[c>>0]|0)}return}function mu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+VD(b);c=d<=+VD(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+UD(b);c=d<=+UD(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function nu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+VD(b);c=d>=+VD(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+UD(b);c=d>=+UD(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function ou(a){a=a|0;var b=0,c=0;b=Oz(20)|0;c=a+4|0;k[b>>2]=2856;a=b+4|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];return b|0}function pu(a,b){a=a|0;b=b|0;var c=0,d=0;if((k[a+12>>2]|0)>>>0<b>>>0)Uu(a,b);d=a+8|0;c=a+4|0;a=k[d>>2]|0;while(1){if(a>>>0>=b>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=0;a=a+1|0}k[d>>2]=b;return}function qu(a){a=a|0;if(!a)return;else{qu(k[a>>2]|0);qu(k[a+4>>2]|0);hJ(a);return}}function ru(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+VD(b);c=d<+VD(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+UD(b);c=d<+UD(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function su(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+VD(b);c=d>+VD(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+UD(b);c=d>+UD(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function tu(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;Kj(a+16|0,d);return}function uu(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}hJ(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function vu(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}hJ(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function wu(a){a=a|0;var b=0,c=0,d=0;d=a+4|0;c=k[d>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;fJ(k[b>>2]|0);b=b+4|0}b=k[a>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=a+-4|0;k[d>>2]=c;a=c}return}function xu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+84|0;f=k[d>>2]|0;g=c+256|0;e=Pj(f,g)|0;e=(e|0)==0?g:e-f|0;c=e>>>0<c>>>0?e:c;aq(b|0,f|0,c|0)|0;k[a+4>>2]=f+c;b=f+e|0;k[a+8>>2]=b;k[d>>2]=b;return c|0}function yu(a,b){a=a|0;b=b|0;var c=0;k[a+24>>2]=b;k[a+16>>2]=(b|0)==0&1;k[a+20>>2]=0;k[a+4>>2]=4098;k[a+12>>2]=0;k[a+8>>2]=6;c=a+28|0;b=a+32|0;a=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(a|0));mD(c);return}function zu(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+100|0;b=k[c>>2]|0;d=b;if((b|0)==(k[a+96>>2]|0))Na(20950,18497,1624,20977);b=k[d+-4>>2]|0;a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=d+(e<<2);a=e}return b|0}function Au(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;uy(d)}a=k[a>>2]|0;if(a|0)hJ(a);return}function Bu(a){a=+a;var b=0,c=0;c=vG(2)|0;c=Nq(c,oF(44824)|0)|0;b=gm()|0;Gn(b);k[b>>2]=1;p[b+8>>3]=a;return Nq(c,b)|0}function Cu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Nd(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function Du(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Xd(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function Eu(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+40|0;do if(b){d=k[c>>2]|0;a=k[b+4>>2]|0;if((d|0)==5){k[c>>2]=a;break}if(!((a|0)==5|(d|0)==(a|0)))k[c>>2]=0}else k[c>>2]=0;while(0);return}function Fu(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Cx(d+-12|0)}a=k[a>>2]|0;if(a|0)hJ(a);return}function Gu(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Bx(d+-12|0)}a=k[a>>2]|0;if(a|0)hJ(a);return}function Hu(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;uy(d)}hJ(k[a>>2]|0)}return}function Iu(a,b,c){a=a|0;b=b|0;c=c|0;a=qx(a)|0;k[a+4>>2]=1;k[a+24>>2]=k[b>>2];sr(a+8|0,c);return a|0}function Ju(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Uu(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+1;return}function Ku(a,b){a=a|0;b=b|0;a=a+4|0;k[b>>2]=2856;b=b+4|0;k[b>>2]=k[a>>2];k[b+4>>2]=k[a+4>>2];k[b+8>>2]=k[a+8>>2];k[b+12>>2]=k[a+12>>2];return}function Lu(a){a=a|0;var b=0,c=0,d=0;c=Oz(64)|0;k[c>>2]=2680;d=c+4|0;a=a+4|0;b=d+60|0;do{k[d>>2]=k[a>>2];d=d+4|0;a=a+4|0}while((d|0)<(b|0));return c|0}function Mu(a,b){a=a|0;b=b|0;a=a+136|0;if(!(kt(a,b)|0))Na(17147,14271,1519,17176);else{b=zq(a,b)|0;return k[b>>2]|0}return 0}function Nu(a){a=a|0;var b=0,c=0,d=0;d=r;r=r+16|0;b=d;k[b>>2]=a;c=k[11173]|0;if((c|0)==(k[11174]|0))lm(44688,b);else{k[c>>2]=a;k[11173]=(k[11173]|0)+4}r=d;return}function Ou(a,b){a=a|0;b=b|0;a=a+52|0;if(!(kt(a,b)|0))Na(18161,14271,1402,18190);else{b=zq(a,b)|0;return k[b>>2]|0}return 0}function Pu(a){a=a|0;var b=0;b=k[a+4>>2]|0;if(!b)while(1){b=k[a+8>>2]|0;if((k[b>>2]|0)==(a|0))break;else a=b}else while(1){a=k[b>>2]|0;if(!a)break;else b=a}return b|0}function Qu(a,b){a=a|0;b=b|0;a=a+172|0;if(!(kt(a,b)|0))Na(26232,14271,1522,26257);else{b=zq(a,b)|0;return k[b>>2]|0}return 0}function Ru(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[b+11>>0]|0;d=c<<24>>24<0;return gj(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)|0}function Su(a,b){a=a|0;b=b|0;a=a+148|0;if(!(kt(a,b)|0))Na(18035,14271,1520,18058);else{b=zq(a,b)|0;return k[b>>2]|0}return 0}function Tu(a,b){a=a|0;b=b|0;a=a+160|0;if(!(kt(a,b)|0))Na(26199,14271,1521,26222);else{b=zq(a,b)|0;return k[b>>2]|0}return 0}function Uu(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;yC(a,b);b=a+8|0;a=0;while(1){if(a>>>0>=(k[b>>2]|0)>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function Vu(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ld(a,k[b>>2]|0,k[c>>2]|0,d,e,f,39428,39436)|0}function Wu(a){a=a|0;var b=0,c=0,d=0;d=a+8|0;b=k[a+12>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;if(c|0)ec[k[(k[c>>2]|0)+4>>2]&255](c);a=a+4|0}Bx(d);return}function Xu(a,b){a=a|0;b=b|0;var c=0;k[b>>2]=2680;c=b+4|0;b=a+4|0;a=c+60|0;do{k[c>>2]=k[b>>2];c=c+4|0;b=b+4|0}while((c|0)<(a|0));return}function Yu(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;yC(a,b);b=k[a+8>>2]|0;a=0;while(1){if((a|0)==(b|0))break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function Zu(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return md(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9436,9468)|0}function _u(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=a;a=b-a>>2;while(1){if(!a)break;b=(a|0)/2|0;f=d+(b<<2)|0;e=(k[f>>2]|0)>>>0<c>>>0;d=e?f+4|0:d;a=e?a+-1-b|0:b}return d|0}function $u(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;aC(d)}a=k[a>>2]|0;if(a|0)hJ(a);return}function av(a){a=a|0;var b=0,c=0,d=0;b=r;r=r+16|0;d=b+12|0;c=b;ni(c,a);DC(d,(i[c+11>>0]|0)<0?k[c>>2]|0:c,0);a=k[d>>2]|0;jF(c);r=b;return a|0}function bv(a,b,c){a=a|0;b=b|0;c=c|0;a=Wx(a)|0;k[a+8>>2]=2;k[a+12>>2]=k[b>>2];sr(a+16|0,c);return a|0}function cv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Od(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function dv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Pd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function ev(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Zd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function fv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return _d(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function gv(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;aC(d)}hJ(k[a>>2]|0)}return}function hv(a){a=a|0;var b=0;b=vG(3)|0;a=Nq(Nq(b,oF(44840)|0)|0,a)|0;return Nq(a,vG(0)|0)|0}function iv(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+32|0;d=a+36|0;b=k[a+40>>2]|0;while(1){if(!b)break;e=b+-1|0;ic[k[(k[c>>2]|0)+(e<<2)>>2]&7](0,a,k[(k[d>>2]|0)+(e<<2)>>2]|0);b=e}return}function jv(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)qo(b);i[a>>0]=1}return}function kv(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)ro(b);i[a>>0]=1}return}function lv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=c-b|0;a=e;e=b;while(1){if((e|0)==(c|0))break;g=k[e>>2]|0;i[a>>0]=g>>>0<128?g&255:d;a=a+1|0;e=e+4|0}return b+(f>>>2<<2)|0}function mv(a){a=a|0;var b=0;b=vG(2)|0;b=Nq(b,oF(44788)|0)|0;if(DG(a)|0)a=EF()|0;return Nq(b,a)|0}function nv(a){a=a|0;var b=0;b=vG(3)|0;a=Nq(Nq(b,oF(44820)|0)|0,a)|0;return Nq(a,vG(0)|0)|0}function ov(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Td(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function pv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Vd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function qv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Wd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function rv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return be(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function sv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return de(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function tv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ee(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function uv(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Yu(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=b;k[d>>2]=c+1;return}function vv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){aq(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>3<<3)}return}function wv(){var a=0,b=0,c=0;b=r;r=r+16|0;a=b;Va(1,a|0)|0;c=k[a>>2]|0;a=k[a+4>>2]|0;c=Kz(c|0,((c|0)<0)<<31>>31|0,1e9,0)|0;a=HE(c|0,M|0,a|0,((a|0)<0)<<31>>31|0)|0;r=b;return a|0}function xv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Ud(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function yv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Yd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function zv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ce(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Av(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return fe(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Bv(){var a=0,b=0,c=0;a=k[11309]|0;if(!a){a=Oz(96)|0;b=a;c=b+96|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));k[11309]=a;Ni(a,gp()|0);a=k[11309]|0}return a|0}function Cv(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a&65535;e=b&65535;c=$(e,f)|0;d=a>>>16;a=(c>>>16)+($(e,d)|0)|0;e=b>>>16;b=$(e,f)|0;return (M=(a>>>16)+($(e,d)|0)+(((a&65535)+b|0)>>>16)|0,a+b<<16|c&65535|0)|0}function Dv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=bp(a,b)|0;return ww(d,$s(a,b,c)|0)|0}function Ev(a){a=+a;var b=0,c=0,d=0;p[t>>3]=a;b=k[t>>2]|0;c=k[t+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){M=c&1048575;return b|0}else Na(22418,14271,288,26302);return 0}function Fv(a){a=a|0;var b=0,c=0;if(!(i[a+8>>0]|0)){c=a+4|0;b=(k[c>>2]|0)+-1|0;k[c>>2]=b;Ty(k[a>>2]|0,b)}Zw(k[a>>2]|0,41)|0;return}function Gv(a){a=a|0;var b=0,c=0;b=k[k[a>>2]>>2]|0;a=k[b+4>>2]|0;c=k[b+8>>2]|0;b=(k[b>>2]|0)+(c>>1)|0;if(c&1)a=k[(k[b>>2]|0)+a>>2]|0;ec[a&255](b);return}function Hv(a,b){a=+a;b=+b;var c=0,d=0;p[t>>3]=a;d=k[t>>2]|0;c=k[t+4>>2]|0;p[t>>3]=b;c=k[t+4>>2]&-2147483648|c&2147483647;k[t>>2]=d;k[t+4>>2]=c;return +(+p[t>>3])}function Iv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){aq(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>2<<2)}return}function Jv(a){a=+a;var b=0,c=0;p[t>>3]=a;b=k[t+4>>2]|0;c=b&2146435072;if(!(c>>>0>1126170624|(c|0)==1126170624&0>0)){b=(b|0)<0;a=b?a+-4503599627370496.0+4503599627370496.0:a+4503599627370496.0+-4503599627370496.0;if(a==0.0)a=b?-0.0:0.0}return +a}function Kv(a,b){a=a|0;b=b|0;a=a+136|0;if(!(kt(a,b)|0))a=0;else{a=zq(a,b)|0;a=k[a>>2]|0}return a|0}function Lv(a){a=a|0;var b=0;b=$g(a,36)|0;k[b>>2]=5;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[b+4>>2]=5;return b|0}function Mv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=Oz(b)|0;k[a>>2]=d;c=d+c|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+b;return}function Nv(a,b){a=a|0;b=b|0;var c=0;c=bI(a,0)|0;if(oD(k[c>>2]|0,44756)|0){c=bI(a,1)|0;Nq(k[c>>2]|0,b)|0;return}else Na(29692,34044,1362,29710)}function Ov(a,b){a=a|0;b=b|0;var c=0;c=bI(a,0)|0;if(oD(k[c>>2]|0,45076)|0){c=bI(a,1)|0;Nq(k[c>>2]|0,b)|0;return}else Na(29567,34044,1644,29585)}function Pv(a,b){a=a|0;b=b|0;var c=0;Ry(a);c=a+16|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[a>>2]=2640;k[a+40>>2]=b;return}function Qv(a,b){a=a|0;b=b|0;var c=0;c=bI(a,0)|0;if(oD(k[c>>2]|0,44820)|0){c=bI(a,2)|0;Nq(k[c>>2]|0,b)|0;return}else Na(29271,34044,1447,29287)}function Rv(a,b){a=a|0;b=b|0;a=a+172|0;if(!(kt(a,b)|0))a=0;else{a=zq(a,b)|0;a=k[a>>2]|0}return a|0}function Sv(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;om(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function Tv(a,b){a=a|0;b=b|0;hc[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=jE(k[b>>2]|0,48992)|0;k[a+36>>2]=b;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function Uv(a){a=a|0;var b=0,c=0,d=0;b=Oz(12)|0;k[b>>2]=2768;d=a+4|0;c=k[d+4>>2]|0;a=b+4|0;k[a>>2]=k[d>>2];k[a+4>>2]=c;return b|0}function Vv(a){a=a|0;var b=0,c=0,d=0;b=Oz(12)|0;k[b>>2]=2724;d=a+4|0;c=k[d+4>>2]|0;a=b+4|0;k[a>>2]=k[d>>2];k[a+4>>2]=c;return b|0}function Wv(a){a=a|0;vx(a+52|0);Bx(a+40|0);Bx(a+20|0);Bx(a+8|0);return}function Xv(a,b){a=a|0;b=b|0;a=a+148|0;if(!(kt(a,b)|0))a=0;else{a=zq(a,b)|0;a=k[a>>2]|0}return a|0}function Yv(a,b){a=a|0;b=b|0;a=a+160|0;if(!(kt(a,b)|0))a=0;else{a=zq(a,b)|0;a=k[a>>2]|0}return a|0}function Zv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=r;r=r+16|0;g=f;k[g>>2]=e;e=_E(c)|0;c=gl(a,b,d,g)|0;if(e|0)_E(e)|0;r=f;return c|0}function _v(a,b){a=a|0;b=b|0;hc[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=jE(k[b>>2]|0,49e3)|0;k[a+36>>2]=b;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function $v(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=b;b=a+4|0;k[b>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;Kr(b,d);if(d|0)ew(k[b>>2]|0,c|0,d|0)|0;return}function aw(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)hJ(a);return}function bw(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-16|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)hJ(a);return}function cw(a){a=a|0;var b=0;mz(k[a+8>>2]|0);b=k[a>>2]|0;k[a>>2]=0;if(b|0)hJ(b);return}function dw(a){a=a|0;var b=0;a=a+8|0;b=_E(k[a>>2]|0)|0;if(b|0)_E(b)|0;a=k[a>>2]|0;if(a){a=_E(a)|0;if(!a)a=0;else{_E(a)|0;a=0}}else a=1;return a|0}function ew(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((b|0)<(a|0)&(a|0)<(b+c|0)){d=a;b=b+c|0;a=a+c|0;while((c|0)>0){a=a-1|0;b=b-1|0;c=c-1|0;i[a>>0]=i[b>>0]|0}a=d}else aq(a,b,c)|0;return a|0}function fw(a){a=a|0;ko(k[a+4>>2]|0);return}function gw(a){a=a|0;var b=0,c=0;b=a+16|0;c=k[b>>2]|0;if((c|0)!=(a|0)){if(c|0)ec[k[(k[c>>2]|0)+20>>2]&255](c)}else ec[k[(k[c>>2]|0)+16>>2]&255](c);k[b>>2]=0;return}function hw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))Sl(b,c,d,e);return}function iw(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=b;cB(a+12|0);c=a+40|0;k[c>>2]=0;k[a+4>>2]=0;k[a+8>>2]=b;b=0;while(1){if(b|0)break;b=wf(a)|0;k[c>>2]=b}return}function jw(a){a=a|0;if((i[44120]|0)==0?lG(44120)|0:0){k[12024]=0;k[12025]=0;k[12026]=0;Co(48096,8224,ZE(8224)|0);Fb(170,48096,w|0)|0}return 48096}function kw(a){a=a|0;if((i[44128]|0)==0?lG(44128)|0:0){k[12027]=0;k[12028]=0;k[12029]=0;Co(48108,8260,ZE(8260)|0);Fb(170,48108,w|0)|0}return 48108}function lw(a){a=a|0;if((i[44136]|0)==0?lG(44136)|0:0){k[12030]=0;k[12031]=0;k[12032]=0;Co(48120,8308,ZE(8308)|0);Fb(170,48120,w|0)|0}return 48120}function mw(a){a=a|0;if((i[44112]|0)==0?lG(44112)|0:0){k[12021]=0;k[12022]=0;k[12023]=0;Co(48084,8188,ZE(8188)|0);Fb(170,48084,w|0)|0}return 48084}function nw(a,b){a=a|0;b=b|0;var c=0;k[b>>2]=2768;c=a+4|0;a=k[c+4>>2]|0;b=b+4|0;k[b>>2]=k[c>>2];k[b+4>>2]=a;return}function ow(a,b){a=a|0;b=b|0;var c=0;k[b>>2]=2724;c=a+4|0;a=k[c+4>>2]|0;b=b+4|0;k[b>>2]=k[c>>2];k[b+4>>2]=a;return}function pw(a){a=a|0;var b=0;switch(a|0){case 0:{b=17507;break}case 1:{b=17512;break}case 2:{b=17516;break}case 3:{b=17520;break}case 4:{b=17524;break}case 5:{b=31700;break}default:{}}return b|0}function qw(a){a=a|0;var b=0,c=0;switch(k[a>>2]|0){case 1:{c=k[a+8>>2]|0;b=((c|0)<0)<<31>>31;break}case 2:{c=a+8|0;b=k[c+4>>2]|0;c=k[c>>2]|0;break}default:Ga()}M=b;return c|0}function rw(){var a=0,b=0,c=0;b=r;r=r+16|0;c=b;Qf(c,k[11178]|0);a=gD((i[c+11>>0]|0)<0?k[c>>2]|0:c)|0;jF(c);r=b;return a|0}function sw(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[(k[b+12>>2]|0)+4>>2]|0;if((d|0)!=5?(c=k[(k[b+16>>2]|0)+4>>2]|0,(c|0)!=5):0)Hi(a,d,c,b);return}function tw(a,b){a=a|0;b=b|0;var c=0;c=vG(3)|0;return Nq(Nq(Nq(c,oF(44816)|0)|0,a)|0,b)|0}function uw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=m[10972+(a<<1)>>1]|0;else a=0;j[d>>1]=a;d=d+2|0;b=b+4|0}return c|0}function vw(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)hJ(a);return}function ww(a,b){a=a|0;b=b|0;var c=0;c=vG(3)|0;return Nq(Nq(Nq(c,oF(44800)|0)|0,a)|0,b)|0}function xw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0>=128)break;if(!((j[10972+(a<<1)>>1]&b)<<16>>16))break;c=c+4|0}return c|0}function yw(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;if((k[a+8>>2]|0)==0?(Fp(a)|0)!=0:0)a=-1;else if(($b[k[a+32>>2]&31](a,b,1)|0)==1)a=l[b>>0]|0;else a=-1;r=c;return a|0}function zw(a){a=a|0;var b=0;b=$g(a,36)|0;i[b>>0]=1;k[b+4>>2]=a;a=b+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[b+28>>2]=-1;k[b+32>>2]=-1;return b|0}function Aw(a){a=a|0;Bp(k[a+4>>2]|0);return}function Bw(a,b){a=a|0;b=b|0;var c=0;c=vG(3)|0;return Nq(Nq(Nq(c,oF(44804)|0)|0,b)|0,a)|0}function Cw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=_E(b)|0;b=ap(a,c,f)|0;if(d|0)_E(d)|0;r=e;return b|0}function Dw(a){a=a|0;Gp(k[a+4>>2]|0);return}function Ew(a){a=a|0;if((i[44048]|0)==0?lG(44048)|0:0){k[11824]=0;k[11825]=0;k[11826]=0;pq(47296,39134,11);Fb(166,47296,w|0)|0}return 47296}function Fw(a){a=a|0;if((i[44056]|0)==0?lG(44056)|0:0){k[11827]=0;k[11828]=0;k[11829]=0;pq(47308,39146,20);Fb(166,47308,w|0)|0}return 47308}function Gw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=k[c>>2];a=$b[k[(k[a>>2]|0)+16>>2]&31](a,b,d)|0;if(a)k[c>>2]=k[d>>2];r=e;return a&1|0}function Hw(){var a=0,b=0;a=yz()|0;if((a|0?(b=k[a>>2]|0,b|0):0)?(a=b+48|0,(k[a>>2]&-256|0)==1126902528?(k[a+4>>2]|0)==1129074247:0):0)HF(k[b+12>>2]|0);HF(XH()|0)}function Iw(a){a=a|0;if((i[44040]|0)==0?lG(44040)|0:0){k[11821]=0;k[11822]=0;k[11823]=0;pq(47284,39125,8);Fb(166,47284,w|0)|0}return 47284}function Jw(a){a=a|0;if((i[44032]|0)==0?lG(44032)|0:0){k[11818]=0;k[11819]=0;k[11820]=0;pq(47272,39116,8);Fb(166,47272,w|0)|0}return 47272}function Kw(a,b,c){a=a|0;b=b|0;c=c|0;if((k[11267]|0)==(b|0))c=Et(a,c)|0;else c=$h(a,b,c)|0;return c|0}function Lw(a){a=a|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;Wm(a,1);return}function Mw(a){a=a|0;var b=0;b=i[v+(a&255)>>0]|0;if((b|0)<8)return b|0;b=i[v+(a>>8&255)>>0]|0;if((b|0)<8)return b+8|0;b=i[v+(a>>16&255)>>0]|0;if((b|0)<8)return b+16|0;return (i[v+(a>>>24)>>0]|0)+24|0}function Nw(a,b){a=a|0;b=b|0;if(!b)Na(14578,14271,82,42648);else return rB(Zw(a,36)|0,b)|0;return 0}function Ow(a,b){a=a|0;b=b|0;var c=0;c=b+4|0;rl(a,(k[b>>2]|0)>>>0>(k[c>>2]|0)>>>0);Yk(a,(k[c>>2]|0)>>>0<65536,34958,16148)|0;return}function Pw(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;ur(d,b);eh(d,a);uy(d);r=c;return}function Qw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;nm(a,c,d);return}function Rw(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>536870911)EH();else{c=Oz(b<<3)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<3);return}}function Sw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;ho(a,c,d);return}function Tw(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a+12>>2]|0;c=k[a+8>>2]|0;while(1){if((c|0)==(d|0))break;Iq(a,k[c>>2]|0,b);c=c+4|0}return}function Uw(a,b){a=a|0;b=b|0;a=ml(a,b)|0;if(!a)a=8;else a=k[a+12>>2]|0;return a|0}function Vw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=r;r=r+16|0;c=e;k[c>>2]=d;b=_E(b)|0;c=fu(a,38687,c)|0;if(b|0)_E(b)|0;r=e;return c|0}function Ww(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>1073741823)EH();else{c=Oz(b<<2)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<2);return}}function Xw(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-8|0;k[a>>2]=d;b=d}hJ(c)}return}function Yw(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-16|0;k[a>>2]=d;b=d}hJ(c)}return}function Zw(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;b=gj(a,d,1)|0;r=c;return b|0}function _w(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{k[b>>2]=0;b=(k[c>>2]|0)+4|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function $w(a){a=+a;var b=0,c=0,d=0;b=(o[t>>2]=a,k[t>>2]|0);c=(b>>>23&255)+-118|0;if((c|0)<=31?(d=(c|0)<9?2147483647:-1>>>c,(d&b|0)!=0):0)a=(k[t>>2]=b&~d,+o[t>>2]);return +a}function ax(a){a=a|0;Ro(k[a+4>>2]|0);return}function bx(a){a=a|0;var b=0,c=0;c=a<<24>>24;do if((a+-48&255)>=10){if((a+-97&255)<6){b=c+-87|0;break}if((a+-65&255)<6){b=c+-55|0;break}else Ga()}else b=c+-48|0;while(0);return b|0}function cx(){k[11287]=0;k[11288]=0;k[11289]=0;k[11290]=0;k[11291]=0;k[11292]=0;k[11293]=0;k[11294]=0;Fb(156,45148,w|0)|0;Me(45180,33945);Fb(153,45180,w|0)|0;return}function dx(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+N(+(+VD(b)));o[a+8>>2]=c;b=3}else{c=+N(+(+UD(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function ex(a,b){a=a|0;b=b|0;var c=0;a:do if(a>>>0<4)c=1;else switch(a|0){case 4:{c=b?3:1;break a}case 8:{c=b?4:2;break a}default:Ga()}while(0);return c|0}function fx(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+aJ(+VD(b));o[a+8>>2]=c;b=3}else{c=+dJ(+UD(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function gx(){var a=0,b=0;if((Vt(38690,38690)|0)!=0?(Vt(38690,38052)|0)!=0:0)a=0;else b=3;do if((b|0)==3)if(!(k[11411]|0)){k[11411]=1;a=45648;break}else{a=bA()|0;break}while(0);return a|0}function hx(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+P(+(+VD(b)));o[a+8>>2]=c;b=3}else{c=+P(+(+UD(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function ix(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+_(+(+VD(b)));o[a+8>>2]=c;b=3}else{c=+_(+(+UD(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function jx(a,b){a=a|0;b=b|0;Zw(a,34)|0;rB(a,b)|0;return Zw(a,34)|0}function kx(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a+104>>2]=b;c=k[a+8>>2]|0;d=k[a+4>>2]|0;e=c-d|0;k[a+108>>2]=e;if((b|0)!=0&(e|0)>(b|0))k[a+100>>2]=d+b;else k[a+100>>2]=c;return}function lx(){k[11130]=0;k[11131]=0;k[11132]=0;i[44648]=0;zz();ty(28);return}function mx(a){a=a|0;jq(k[a+4>>2]|0);return}function nx(a){a=a|0;Xw(a+20|0);k[a>>2]=2440;jF(a+4|0);return}function ox(a){a=a|0;var b=0;b=$g(a,32)|0;k[b>>2]=8;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function px(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0<128?(j[10972+(a<<1)>>1]&b)<<16>>16:0)break;c=c+4|0}return c|0}function qx(a){a=a|0;var b=0;b=$g(a,28)|0;k[b>>2]=7;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function rx(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;gj(a,d,1)|0;r=c;return}function sx(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;CI(c);Pw(a+88|0,b);JH(a+32|0);MF(c);return}function tx(a,b,c){a=a|0;b=b|0;c=c|0;Ts(a,b);ur(a+16|0,c);return}function ux(a){a=a|0;var b=0;switch(a<<24>>24|0){case 105:{b=1;break}case 106:{b=2;break}case 102:{b=3;break}case 100:{b=4;break}case 118:{b=0;break}default:Ga()}return b|0}function vx(a){a=a|0;vq(k[a+4>>2]|0);return}function wx(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-1|0;k[c>>2]=e;d=e}hJ(k[a>>2]|0);return}function xx(){var a=0;a=vG(2)|0;a=Nq(a,oF(44748)|0)|0;return Nq(a,vG(0)|0)|0}function yx(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);if((b&2147483647)>>>0>2139095040)return +(k[t>>2]=b|4194304,+o[t>>2]);else Na(22418,14271,295,22452);return +(0.0)}function zx(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+84>>2]|0;d=(k[a+88>>2]|0)-c>>2;a=d+~b|0;if(a>>>0<d>>>0)return k[c+(a<<2)>>2]|0;else Na(19814,18497,1846,19865);return 0}function Ax(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);switch((b>>>23&255)<<24>>24){case 0:{b=b&2147483647|0?3:2;break}case -1:{b=(b&8388607|0)==0&1;break}default:b=4}return b|0}function Bx(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-4|0;k[a>>2]=d;b=d}hJ(c)}return}function Cx(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-1|0;k[a>>2]=d;b=d}hJ(c)}return}function Dx(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+$w(+VD(b));o[a+8>>2]=c;b=3}else{c=+cr(+UD(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function Ex(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;return}else Na(17802,14271,378,21772)}function Fx(){var a=0;a=vG(2)|0;a=Nq(a,oF(45080)|0)|0;return Nq(a,vG(0)|0)|0}function Gx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))$p(b,c,d);return}function Hx(a,b){a=a|0;b=b|0;switch(k[a>>2]|0){case 6:{k[a+4>>2]=b;break}case 7:{k[a+4>>2]=b;break}case 8:{k[a+4>>2]=b;break}default:{}}return}function Ix(a){a=a|0;var b=0;b=$g(a,28)|0;k[b>>2]=6;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function Jx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=c+8|0;ac[k[(k[b>>2]|0)+16>>2]&15](a,b,k[c>>2]|0,k[c+4>>2]|0,0,d);return}function Kx(){var a=0;a=vG(2)|0;a=Nq(a,oF(44756)|0)|0;return Nq(a,vG(0)|0)|0}function Lx(){var a=0;a=vG(2)|0;a=Nq(a,oF(45076)|0)|0;return Nq(a,vG(0)|0)|0}function Mx(){var a=0;a=vG(2)|0;a=Nq(a,oF(44772)|0)|0;return Nq(a,vG(0)|0)|0}function Nx(a){a=a|0;var b=0;switch(a|0){case 1:{b=105;break}case 2:{b=106;break}case 3:{b=102;break}case 4:{b=100;break}case 0:{b=118;break}default:Ga()}return b|0}function Ox(a){a=a|0;var b=0;switch(a|0){case 0:{b=1;break}case 1:{b=2;break}case 2:{b=4;break}case 3:{b=8;break}case 4:{b=16;break}case 5:{b=32;break}default:{}}return b|0}function Px(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{i[b>>0]=0;b=(k[c>>2]|0)+1|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function Qx(a,b){a=a|0;b=b|0;a=k[(k[a+4>>2]|0)+36>>2]|0;fc[k[(k[a>>2]|0)+24>>2]&255](a,b);return}function Rx(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[5716+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function Sx(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[4180+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function Tx(a,b,c){a=a|0;b=b|0;c=c|0;if(a>>>0<=b>>>0&(a+4096|0)>>>0>=b>>>0){a=a+4096|0;if((b+(c+15&-16)|0)==(k[a>>2]|0))k[a>>2]=b}else Vc(b);return}function Ux(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;f=a;k[f>>2]=0;k[f+4>>2]=0;f=a+8|0;k[f>>2]=-1;k[f+4>>2]=-1;return}function Vx(a,b){a=a|0;b=b|0;am(a,k[b+16>>2]|0);Ji(a,k[(k[b+20>>2]|0)+4>>2]|0,b);return}function Wx(a){a=a|0;var b=0;b=$g(a,32)|0;k[b>>2]=20;k[b+4>>2]=0;k[b+12>>2]=0;k[b+16>>2]=a;k[b+20>>2]=0;k[b+24>>2]=0;k[b+28>>2]=0;return b|0}function Xx(a){a=a|0;var b=0;if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+4;a=k[a>>2]|0}return a|0}function Yx(a){a=a|0;var b=0;if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+1;a=l[a>>0]|0}return a|0}function Zx(a){a=a|0;var b=0;b=$g(a,28)|0;k[b>>2]=1;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=a;k[b+16>>2]=0;k[b+20>>2]=0;k[b+24>>2]=0;return b|0}function _x(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;i[e>>0]=a<<24>>24>-1?a:d;e=e+1|0;b=b+1|0}return c|0}function $x(a){a=a|0;ro(46328);qo(46412);ro(46664);qo(46748);return}function ay(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+8>>2]|0;d=(k[a+12>>2]|0)-c>>2;if(d>>>0>b>>>0)a=c+(b<<2)|0;else a=(k[a+20>>2]|0)+(b-d<<2)|0;return k[a>>2]|0}function by(a,b,c){a=a|0;b=b|0;c=c|0;bB(b,Ox(fh(a)|0)|0,0)|0;bB(c,fh(a)|0,0)|0;return}function cy(a,b){a=a|0;b=b|0;var c=0;if((b|0)<0)EH();else{c=Oz(b)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+b;return}}function dy(a){a=a|0;var b=0,c=0;b=k[a+8>>2]|0;if(b|0?(c=k[a+12>>2]|0,c|0):0){b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0;return}Na(18306,14271,1310,17542)}function ey(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(k[b>>2]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+4|0}return a|0}function fy(){var a=0;k[11075]=0;k[11074]=10180;k[11076]=46;k[11077]=44;k[11078]=0;k[11079]=0;k[11080]=0;a=0;while(1){if((a|0)==3)break;k[44312+(a<<2)>>2]=0;a=a+1|0}return}function gy(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((k[a+4>>2]|0)-c>>2>>>0>b>>>0)return c+(b<<2)|0;else DH();return 0}function hy(a){a=a|0;k[a>>2]=7252;mD(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function iy(a){a=a|0;k[a>>2]=7188;mD(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function jy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(i[b>>0]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+1|0}return a|0}function ky(a,b){a=a|0;b=b|0;var c=0;c=(k[(k[b+8>>2]|0)+4>>2]|0)+-1|0;if(c>>>0<5)c=(19>>>(c&31)&1)!=0;else c=0;cl(a,c,b);return}function ly(){var a=0;k[11069]=0;k[11068]=10140;i[44280]=46;i[44281]=44;k[11071]=0;k[11072]=0;k[11073]=0;a=0;while(1){if((a|0)==3)break;k[44284+(a<<2)>>2]=0;a=a+1|0}return}function my(a){a=a|0;var b=0;if((k[a>>2]|0)!=2)Na(34034,34044,491,33274);b=k[a+8>>2]|0;a=k[b+4>>2]|0;if((a|0)==(k[b>>2]|0))a=0;else a=k[a+-4>>2]|0;return a|0}function ny(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+20|0;e=k[d>>2]|0;a=(k[a+16>>2]|0)-e|0;a=a>>>0>c>>>0?c:a;aq(e|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+a;return c|0}function oy(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[5716+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function py(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[4180+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function qy(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=0;return}else Na(17802,14271,382,21785)}function ry(a){a=a|0;a=a>>>1|a;a=a>>>2|a;a=a>>>4|a;a=a>>>8|a;a=a>>>16|a;if(!a)a=32;else{a=34315+(($(a,130329821)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function sy(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+15&-16;d=a+4096|0;b=k[d>>2]|0;if((a+4096-b|0)>>>0<c>>>0)b=xc(c)|0;else k[d>>2]=b+c;return b|0}function ty(a){a=a|0;var b=0;b=k[11131]|0;do{k[b>>2]=0;b=(k[11131]|0)+4|0;k[11131]=b;a=a+-1|0}while((a|0)!=0);return}function uy(a){a=a|0;var b=0;b=k[a+16>>2]|0;if((b|0)!=(a|0)){if(b|0)ec[k[(k[b>>2]|0)+20>>2]&255](b)}else ec[k[(k[b>>2]|0)+16>>2]&255](b);return}function vy(a,b,c){a=a|0;b=b|0;c=c|0;a=KE(a)|0;k[a+8>>2]=0;k[a+12>>2]=b;k[a+16>>2]=c;En(a);return a|0}function wy(a,b){a=a|0;b=b|0;k[a+20>>2]=b;Dk(a,b);Tf(a,b);return}function xy(){k[11303]=0;Le(45216,34082,1);Le(45220,34101,1);Le(45224,34120,1);Le(45228,34139,1);Le(45232,34160,1);return}function yy(a,b,c){a=a|0;b=b|0;c=c|0;return Bj(a,b,c,So(c)|0)|0}function zy(a,b){a=a|0;b=b|0;var c=0;c=FE(rm(b,0)|0)|0;if((c|0)==(k[11371]|0))Id(a,b);return}function Ay(a){a=a|0;k[a>>2]=7172;iv(a);$G(a+28|0);Vc(k[a+32>>2]|0);Vc(k[a+36>>2]|0);Vc(k[a+48>>2]|0);Vc(k[a+60>>2]|0);return}function By(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);if((b&2130706432)>>>0<=1249902592){b=(b|0)<0;a=b?a+-8388608.0+8388608.0:a+8388608.0+-8388608.0;if(a==0.0)a=b?-0.0:0.0}return +a}function Cy(a,b){a=a|0;b=b|0;b=(hE(k[b>>2]|0)|0)+8|0;Eu(a,k[b>>2]|0);return}function Dy(a){a=a|0;var b=0;b=rb(k[12279]|0)|0;Za(k[12279]|0,a|0)|0;if(b|0){zG(k[b>>2]|0);hJ(b)}return}function Ey(a){a=a|0;var b=0,c=0;c=a+92|0;b=k[c>>2]|0;k[c>>2]=0;if((b|0)==((k[a+4>>2]|0)-(k[a>>2]|0)>>2|0))return;else Na(34418,34379,183,34440)}function Fy(a){a=a|0;var b=0,c=0;b=a+16|0;CI(b);c=a+92|0;k[c>>2]=(k[c>>2]|0)+1;JH(a+44|0);MF(b);return}function Gy(a,b,c){a=a|0;b=b|0;c=c|0;Zw(a,40)|0;rB(a,b)|0;return a|0}function Hy(a,b){a=+a;b=+b;var c=0;c=(o[t>>2]=a,k[t>>2]|0);return +(k[t>>2]=(o[t>>2]=b,k[t>>2]|0)&-2147483648|c&2147483647,+o[t>>2])}function Iy(a){a=a|0;var b=0;b=vG(2)|0;return Nq(Nq(b,oF(45072)|0)|0,a)|0}function Jy(a,b){a=a|0;b=b|0;b=(rE(k[b>>2]|0)|0)+8|0;_C(a,k[b>>2]|0);return}function Ky(a,b){a=a|0;b=b|0;return sc(a+4|0,k[b>>2]|0)|0}function Ly(a){a=a|0;var b=0;switch(a|0){case 1:{b=0;break}case 2:{b=1;break}case 4:{b=2;break}case 8:{b=3;break}default:Ga()}return b|0}function My(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}k[a+32>>2]=0;return}function Ny(a,b){a=a|0;b=b|0;Ih(a,RD(k[b>>2]|0)|0);return}function Oy(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=k[b>>2];if(!c)break;else{b=b+4|0;d=d+4|0}}}return a|0}function Py(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f|0;oe(a,b,c,d,e)|0;r=f;return (M=k[e+4>>2]|0,k[e>>2]|0)|0}function Qy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=a;k[d>>2]=0;k[d+4>>2]=0;d=a+8|0;k[d>>2]=-1;k[d+4>>2]=-1;return}function Ry(a){a=a|0;var b=0;k[a>>2]=2440;b=a+4|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Sy(a){a=a|0;Aw(a+28|0);Xw(a+4|0);return}function Ty(a,b){a=a|0;b=b|0;var c=0;c=0;while(1){if((c|0)==(b|0))break;rB(a,33279)|0;c=c+1|0}return}function Uy(a,b,c,d,e,f,g,h,i){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;i=i|0;return kc[a&15](b|0,c|0,d|0,e|0,f|0,g|0,h|0,i|0)|0}function Vy(a,b){a=a|0;b=b|0;var c=0;Gn(a);k[a>>2]=2;c=yn()|0;k[a+8>>2]=c;gr(c,b);return a|0}function Wy(a){a=a|0;var b=0;switch(a|0){case 1:{b=0;break}case 3:{b=2;break}case 4:{b=1;break}case 0:{b=8;break}default:Ga()}return b|0}function Xy(a){a=a|0;ID(a+12|0);ID(a);return}function Yy(a){a=a|0;var b=0,c=0;wu(a);b=a+24|0;if(k[b>>2]|0?(c=k[b>>2]|0,c|0):0){Yy(c);hJ(c)}Bx(a);return}function Zy(a,b){a=a|0;b=b|0;k[a+16>>2]=b;Ol(a,b);Xo(a,b);return}function _y(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;b=Fm(a,rm(b,1)|0)|0;k[c+104>>2]=b;return}function $y(a){a=a|0;var b=0;switch(a|0){case 0:{Ga();break}case 3:case 1:{b=4;break}case 2:{b=8;break}case 4:{b=8;break}default:{}}return b|0}function az(a){a=a|0;var b=0;switch(a|0){case 0:{b=1;break}case 1:{b=4;break}case 2:{b=3;break}case 8:{b=0;break}default:Ga()}return b|0}function bz(){var a=0;if((k[11175]|0)==0&(k[11176]|0)==0&(k[11177]|0)==0&(k[11178]|0)==0){a=(Mb(5)|0)!=0&1;i[49132]=a;return}else Na(16500,13484,48,16612)}function cz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==4){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=2;return}else Na(22009,14271,222,22031)}function dz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=4;return}else Na(17834,14271,210,17856)}function ez(a,b){a=a|0;b=b|0;xi(a,XD(k[b>>2]|0)|0);return}function fz(a,b){a=a|0;b=b|0;Zw(a,40)|0;rB(a,b)|0;return a|0}function gz(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((k[a+4>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Na(19259,14271,1513,17176);return 0}function hz(a,b){a=a|0;b=b|0;return fm(a,b,So(b)|0)|0}function iz(a,b){a=a|0;b=b|0;var c=0;c=k[a+12>>2]|0;if((k[a+16>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Na(20056,14271,1514,18058);return 0}function jz(a,b){a=a|0;b=b|0;var c=0;c=k[a+48>>2]|0;if((k[a+52>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Na(18237,14271,1517,18256);return 0}function kz(a,b){a=a|0;b=b|0;Gy(k[a>>2]|0,33150,0)|0;Vn(a,b);return}function lz(){var a=0;a=Oz(20)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function mz(a){a=a|0;var b=0;while(1){if(!a)break;b=k[a>>2]|0;hJ(a);a=b}return}function nz(a){a=a|0;var b=0;a=$g(a,24)|0;k[a>>2]=15;k[a+4>>2]=0;k[a+8>>2]=0;b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;return a|0}function oz(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){zG(k[b>>2]|0);hJ(b)}return}function pz(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}return}function qz(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==4){c=+UD(b);k[a>>2]=3;o[a+8>>2]=c;return}else Na(22009,14271,394,22056)}function rz(a){a=a|0;var b=0;a=$g(a,20)|0;k[a>>2]=4;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[a+4>>2]=5;return a|0}function sz(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+VD(b);k[a>>2]=4;p[a+8>>3]=c;return}else Na(21881,14271,386,21997)}function tz(a){a=a|0;Bx(a+32|0);Bx(a+20|0);cw(a);return}function uz(a){a=a|0;var b=0.0;switch(k[a>>2]|0){case 3:{b=+VD(a);break}case 4:{b=+UD(a);break}default:Ga()}return +b}function vz(a,b){a=a|0;b=b|0;a=Zx(a)|0;if(b|0){uv(a+12|0,b);Om(a)}return a|0}function wz(a){a=a|0;if(!a){a=Oa(4)|0;k[a>>2]=2288;Gb(a|0,48,11)}else return hc[k[(k[a>>2]|0)+24>>2]&127](a)|0;return 0}function xz(a,b){a=a|0;b=b|0;Ts(a,b);k[a+12>>2]=-1;k[a+16>>2]=-1;return}function yz(){var a=0,b=0;a=r;r=r+16|0;if(!(qb(49120,3)|0)){b=rb(k[12281]|0)|0;r=a;return b|0}else TD(41657,a);return 0}function zz(){var a=0;if(!(i[44648]|0)){i[44648]=1;a=44536}else a=Oz(112)|0;k[11131]=a;k[11130]=a;k[11132]=a+112;return}function Az(a,b){a=a|0;b=b|0;pn(a,bE(k[b>>2]|0)|0);return}function Bz(a){a=a|0;a=k[a+8>>2]|0;if(a){a=_E(a)|0;if(!a)a=4;else{_E(a)|0;a=4}}else a=1;return a|0}function Cz(a){a=+a;var b=0;b=(o[t>>2]=a,k[t>>2]|0);if((b&2147483647)>>>0>2139095040)return b&8388607|0;else Na(22418,14271,281,26302);return 0}function Dz(a,b,c){a=a|0;b=b|0;c=c|0;a=PE(a)|0;k[a+8>>2]=b;k[a+12>>2]=c;wi(a);return a|0}function Ez(a,b){a=a|0;b=b|0;if(b>>>0<1106247679|(b|0)==1106247679&a>>>0<4292870145)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function Fz(a,b){a=a|0;b=b|0;if(b>>>0<1105199103|(b|0)==1105199103&a>>>0<4290772993)a=1;else a=(b|0)<0&(b>>>0<3252682752|(b|0)==-1042284544&a>>>0<1);return a|0}function Gz(a,b){a=a|0;b=b|0;if((k[11336]|0)==(a|0)&(k[11337]|0)==(b|0))Na(14390,11503,427,14424);else return}function Hz(a){a=a|0;k[a>>2]=2544;k[a+64>>2]=2584;k[a+8>>2]=2564;Pz(a+12|0);return}function Iz(a){a=a|0;var b=0,c=0;b=a+12|0;CI(b);c=a+88|0;k[c>>2]=k[c>>2]|4;CI(a+40|0);MF(b);return}function Jz(a,b){a=a|0;b=b|0;var c=0,d=0;Gr(a,b);d=b+32|0;c=k[d+4>>2]|0;b=a+32|0;k[b>>2]=k[d>>2];k[b+4>>2]=c;return}function Kz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=a;f=c;c=Cv(e,f)|0;a=M;return (M=($(b,f)|0)+($(d,e)|0)+a|a&0,c|0|0)|0}function Lz(a){a=a|0;var b=0;b=Oz(24)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=b;return}function Mz(a,b,c){a=a|0;b=b|0;c=c|0;return Iy(Te(a,b,c)|0)|0}function Nz(a){a=a|0;if(!(i[a+8>>0]|0)){Zw(k[a>>2]|0,10)|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1}return}function Oz(a){a=a|0;var b=0;b=(a|0)==0?1:a;while(1){a=xc(b)|0;if(a|0)break;a=NH()|0;if(!a){a=0;break}jc[a&3]()}return a|0}function Pz(a){a=a|0;k[a>>2]=2224;jF(a+32|0);rG(a);return}function Qz(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Co(a,10212,ZE(10212)|0);return}function Rz(a,b){a=a|0;b=b|0;Gy(k[a>>2]|0,33163,0)|0;Vn(a,b);return}function Sz(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Co(a,10236,ZE(10236)|0);return}function Tz(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;k[e>>2]=c;k[h>>2]=f;return 3}function Uz(a,b){a=a|0;b=b|0;Jl(a,lE(k[b>>2]|0)|0);return}function Vz(a,b){a=a|0;b=b|0;sw(a,iE(k[b>>2]|0)|0);return}function Wz(a){a=a|0;fE(a+16|0);jF(a);return}function Xz(a,b){a=a|0;b=b|0;if(b>>>0<1139802112|(b|0)==1139802112&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function Yz(a,b){a=a|0;b=b|0;if(b>>>0<1138753536|(b|0)==1138753536&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3286237184|(b|0)==-1008730112&a>>>0<1);return a|0}function Zz(a){a=a|0;var b=0;b=r;r=r+16|0;Vc(a);if(!(Za(k[12281]|0,0)|0)){r=b;return}else TD(41756,b)}function _z(a){a=a|0;var b=0,c=0;c=(i[a>>0]|0)+-48|0;while(1){a=a+1|0;b=i[a>>0]|0;if(!(b<<24>>24))break;c=(c*10|0)+-48+(b<<24>>24)|0}return c|0}function $z(a){a=a|0;var b=0,c=0;c=a+4|0;b=k[c>>2]|0;k[c>>2]=b+-1;if(!b)ec[k[(k[a>>2]|0)+8>>2]&255](a);return}function aA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}return c|0}function bA(){var a=0;a=xc(4)|0;if(!a)return a|0;if(!(k[a+-4>>2]&3))return a|0;i[a>>0]=0;i[a+1>>0]=0;i[a+2>>0]=0;i[a+3>>0]=0;return a|0}function cA(a,b){a=a|0;b=b|0;Qd(a,mE(k[b>>2]|0)|0);return}function dA(a,b){a=a|0;b=b|0;ns(a,nE(k[b>>2]|0)|0);return}function eA(a,b){a=a|0;b=b|0;Er(a,rE(k[b>>2]|0)|0);return}function fA(a,b){a=a|0;b=b|0;Vk(a,sE(k[b>>2]|0)|0);return}function gA(a,b){a=a|0;b=b|0;$q(a,lE(k[b>>2]|0)|0);return}function hA(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;return _b[a&7](b|0,c|0,d|0,e|0,f|0,g|0,h|0)|0}function iA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;k[d>>2]=i[b>>0];d=d+4|0;b=b+1|0}return c|0}function jA(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==28479?a+4|0:0)|0}function kA(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==28285?a+4|0:0)|0}function lA(a,b){a=a|0;b=b|0;if((k[a>>2]|0)==2)return gy(k[a+8>>2]|0,b)|0;else Na(34034,34044,474,42614);return 0}function mA(a,b){a=a|0;b=b|0;Li(a,lE(k[b>>2]|0)|0);return}function nA(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==28004?a+4|0:0)|0}function oA(a){a=a|0;var b=0;b=Oz(44)|0;Pv(b,k[a+40>>2]|0);return b|0}function pA(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=b;if(!c)break;else d=d+4|0}}return a|0}function qA(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Eo(a,1,45);return}function rA(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;qq(a,1,45);return}function sA(a,b){a=a|0;b=b|0;yr(a,xE(k[b>>2]|0)|0);return}function tA(a,b){a=a|0;b=b|0;Vx(a,tE(k[b>>2]|0)|0);return}function uA(a,b){a=a|0;b=b|0;Mt(a,uE(k[b>>2]|0)|0);return}function vA(a,b){a=a|0;b=b|0;Oi(a,yE(k[b>>2]|0)|0);return}function wA(a){a=a|0;switch(a&74){case 64:{a=8;break}case 8:{a=16;break}case 0:{a=0;break}default:a=10}return a|0}function xA(a,b){a=a|0;b=b|0;qp(a,rE(k[b>>2]|0)|0);return}function yA(a,b){a=a|0;b=b|0;lj(a,sE(k[b>>2]|0)|0);return}function zA(a,b){a=a|0;b=b|0;var c=0;c=k[a+40>>2]|0;if((k[a+44>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else return 0;return 0}function AA(a){a=a|0;Zw(fz(a,31700)|0,41)|0;return}function BA(a,b){a=a|0;b=b|0;lE(k[b>>2]|0)|0;return}function CA(a,b){a=a|0;b=b|0;var c=0;if(!((a|0)!=0?(c=zA(a,b)|0,(c|0)!=0):0))c=av(b)|0;return c|0}function DA(a,b){a=a|0;b=b|0;var c=0;c=k[a+48>>2]|0;if((k[a+52>>2]|0)-c>>2>>>0>b>>>0)a=k[c+(b<<2)>>2]|0;else a=0;return a|0}function EA(a){a=a|0;It(a);return}function FA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=gl(a,b,c,f)|0;r=e;return d|0}function GA(a,b){a=a|0;b=b|0;rE(k[b>>2]|0)|0;return}function HA(a){a=+a;var b=0;if(a>-2147483648.0&a<2147483647.0)b=~~a;else{p[t>>3]=a;b=(k[t+4>>2]|0)<0?-2147483648:2147483647}return b|0}function IA(a){a=a|0;cI(a+44|0);BI(a+16|0);Xr(a);return}function JA(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;pq(a,43236,5);return}function KA(a,b){a=a|0;b=b|0;zm(a,xE(k[b>>2]|0)|0);return}function LA(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;pq(a,43242,4);return}function MA(a){a=a|0;switch(k[a+8>>2]|0){case 3:case 1:case 0:{k[a+4>>2]=1;break}case 2:{k[a+4>>2]=1;break}default:Ga()}return}function NA(a){a=+a;var b=0;p[t>>3]=a;if((k[t+4>>2]|0)>=0)if(a<4294967295.0)b=~~a>>>0;else b=-1;else b=0;return b|0}function OA(a,b){a=a|0;b=b|0;if((b|0)==0&0==0)a=(ry(a)|0)+32|0;else a=ry(b)|0;return a|0}function PA(a){a=a|0;nx(a);hJ(a);return}function QA(a){a=a|0;var b=0;b=k[a+8>>2]|0;if(!b)Na(33239,33256,201,33274);else return (k[a+4>>2]|0)+(b+-1<<2)|0;return 0}function RA(a,b){a=a|0;b=b|0;ky(a,CE(k[b>>2]|0)|0);return}function SA(a,b,c){a=a|0;b=b|0;c=c|0;return az(jg(a,b,c)|0)|0}function TA(){var a=0;a=Oz(16)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return a|0}function UA(a){a=a|0;jB(a);OH(a+60|0);return}function VA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){k[a>>2]=1;k[a+8>>2]=c;return}else Na(17834,14271,390,21798)}function WA(a){a=a|0;var b=0;b=Oz(8)|0;k[b>>2]=2308;k[b+4>>2]=k[a+4>>2];return b|0}function XA(a){a=a|0;var b=0;b=Oz(8)|0;k[b>>2]=2396;k[b+4>>2]=k[a+4>>2];return b|0}function YA(a){a=a|0;var b=0;b=Oz(8)|0;k[b>>2]=2352;k[b+4>>2]=k[a+4>>2];return b|0}function ZA(a){a=a|0;if((k[a>>2]|0)==2){a=k[a+8>>2]|0;return (k[a+4>>2]|0)-(k[a>>2]|0)>>2|0}else Na(34034,34044,458,13787);return 0}function _A(a){a=a|0;UA(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function $A(a){a=a|0;vD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function aB(a){a=a|0;Hz(a);OH(a+64|0);return}function bB(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Na(14228,14271,103,42445);else{k[a>>2]=b;return a|0}return 0}function cB(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=32768;b=rJ()|0;k[a+20>>2]=b;k[a+24>>2]=0;return}function dB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==31331?a+4|0:0)|0}function eB(a){a=a|0;if((k[a>>2]|0)==4){a=a+8|0;M=k[a+4>>2]|0;return k[a>>2]|0}else Na(22009,14271,236,22041);return 0}function fB(a,b){a=a|0;b=b|0;i[a+25>>0]=0;wy(a,b);return (i[a+24>>0]|0)!=0|0}function gB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=$(c,b)|0;a=Qj(a,e,d)|0;if((a|0)!=(e|0))c=(a>>>0)/(b>>>0)|0;return c|0}function hB(a){a=a|0;aB(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function iB(a){a=a|0;DD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function jB(a){a=a|0;k[a>>2]=2148;k[a+60>>2]=2168;Pz(a+8|0);return}function kB(a,b){a=a|0;b=b|0;if((k[a+8>>2]|0)>>>0>b>>>0)return (k[a+4>>2]|0)+(b<<2)|0;else Na(14447,33256,181,42614);return 0}function lB(a,b){a=a|0;b=b|0;if(!a)a=(xC(b)|0)+32|0;else a=xC(a)|0;return a|0}function mB(a,b){a=a|0;b=b|0;k[b>>2]=2308;k[b+4>>2]=k[a+4>>2];return}function nB(a,b){a=a|0;b=b|0;k[b>>2]=2396;k[b+4>>2]=k[a+4>>2];return}function oB(a,b){a=a|0;b=b|0;k[b>>2]=2352;k[b+4>>2]=k[a+4>>2];return}function pB(a){a=a|0;var b=0;b=a+52|0;CI(b);JH(a+80|0);MF(b);return}function qB(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=k[a+60>>2];a=pF(Kb(6,c|0)|0)|0;r=b;return a|0}function rB(a,b){a=a|0;b=b|0;return gj(a,b,So(b)|0)|0}function sB(a){a=a|0;Zw(fz(a,31712)|0,41)|0;return}function tB(a){a=a|0;if(!(i[a>>0]|0))Na(29475,28573,322,29482);else return k[a+4>>2]|0;return 0}function uB(a){a=a|0;var b=0;a=a+8|0;b=k[a>>2]|0;if(!b)Na(33239,33256,206,18026);else{k[a>>2]=b+-1;return}}function vB(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return of(c,d,e)|0}function wB(a){a=a|0;if((k[a>>2]|0)==2){a=a+8|0;M=k[a+4>>2]|0;return k[a>>2]|0}else Na(17834,14271,229,24004);return 0}function xB(a){a=a|0;var b=0,c=0;b=5381;while(1){c=i[a>>0]|0;if(!(c<<24>>24))break;a=a+1|0;b=c<<24>>24^b*33}return b|0}function yB(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==3){k[a+8>>2]=k[b+8>>2];k[a>>2]=1;return}else Na(21881,14271,216,21987)}function zB(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==1){k[a+8>>2]=k[b+8>>2];k[a>>2]=3;return}else Na(17802,14271,204,17824)}function AB(a){a=+a;p[t>>3]=a;if((k[t+4>>2]|0)<0)return 0;else return a<=18446744073709551616.0&(PI(a)|0)|0;return 0}function BB(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;return gc[a&63](b|0,c|0,d|0,e|0,f|0,g|0)|0}function CB(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return vf(c,d,e)|0}function DB(a){a=a|0;if(!(i[a>>0]|0))return k[a+4>>2]|0;else Na(29490,28573,326,29498);return 0}function EB(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){M=b>>c;return a>>>c|(b&(1<<c)-1)<<32-c}M=(b|0)<0?-1:0;return b>>c-32|0}function FB(a){a=a|0;var b=0;k[a>>2]=10020;a=a+8|0;b=k[a>>2]|0;if((b|0)!=(oE()|0))hJ(k[a>>2]|0);return}function GB(a,b){a=a|0;b=b|0;if((k[a>>2]|0)==(k[b>>2]|0))a=cp(a,b)|0;else a=0;return a|0}function HB(a){a=a|0;a=$g(a,28)|0;k[a>>2]=14;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function IB(a,b){a=a|0;b=b|0;return ol(a,b,So(b)|0)|0}function JB(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;pG(b,k[a+28>>2]|0);r=c;return k[b>>2]|0}function KB(a){a=a|0;a=$g(a,24)|0;k[a>>2]=13;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function LB(a){a=a|0;ef(a,46496);Zw(46496,10)|0;Ga()}function MB(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=+g;return cc[a&3](b|0,c|0,d|0,e|0,f|0,+g)|0}function NB(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){IA(b);hJ(b)}return}function OB(a,b){a=a|0;b=b|0;KF(k[k[b>>2]>>2]|0);return}function PB(){var a=0,b=0;a=k[11172]|0;b=(k[11173]|0)-a>>2;if(b>>>0>1)a=k[a+(b+-2<<2)>>2]|0;else a=0;return a|0}function QB(a,b){a=a|0;b=b|0;return Hm(a,b,So(b)|0)|0}function RB(a,b){a=a|0;b=b|0;if(!((b|0)!=0?(k[b>>2]|0)==1:0))b=vz(a,b)|0;return b|0}function SB(a,b,c){a=a|0;b=b|0;c=c|0;k[a>>2]=b;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Na(14228,14271,100,16812);else return}function TB(a){a=+a;p[t>>3]=a;if((k[t+4>>2]|0)<0)return 0;else return a<=4294967295.0&(PI(a)|0)|0;return 0}function UB(){var a=0;a=r;r=r+16|0;if(!(Fa(49124,174)|0)){r=a;return}else TD(41706,a)}function VB(a){a=a|0;a=$g(a,20)|0;k[a>>2]=3;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return a|0}function WB(a,b){a=a|0;b=b|0;jm(a,b,ZE(b)|0);return}function XB(a,b){a=a|0;b=b|0;om(a,b,So(b)|0);return}function YB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==18946?a+4|0:0)|0}function ZB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==20795?a+4|0:0)|0}function _B(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==20641?a+4|0:0)|0}function $B(a){a=+a;var b=0;b=k[11226]|0;return xr(b,Bu(a)|0)|0}function aC(a){a=a|0;Cx(a+20|0);cw(a);return}function bC(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;ac[a&15](b|0,c|0,d|0,e|0,f|0,g|0)}function cC(a){a=a|0;var b=0;b=a+52|0;CI(b);CI(a+80|0);MF(b);return}function dC(a,b){a=a|0;b=b|0;xe(a,b);if(!(k[a>>2]|0))Ga();else return}function eC(a){a=a|0;a=48420;do{a=a+-12|0;$E(a)}while((a|0)!=48132);return}function fC(a){a=a|0;a=47608;do{a=a+-12|0;jF(a)}while((a|0)!=47320);return}function gC(a,b){a=a|0;b=b|0;DC(a,(i[b+11>>0]|0)<0?k[b>>2]|0:b,0);return}function hC(){var a=0,b=0,c=0;b=k[11173]|0;a=0;while(1){if((a|0)==-1)break;c=a+-1|0;k[11173]=b+(c<<2);a=c}return}function iC(a){a=a|0;a=48712;do{a=a+-12|0;$E(a)}while((a|0)!=48424);return}function jC(a){a=a|0;a=47900;do{a=a+-12|0;jF(a)}while((a|0)!=47612);return}function kC(a){a=a|0;a=48884;do{a=a+-12|0;$E(a)}while((a|0)!=48716);return}function lC(a){a=a|0;qu(k[a+4>>2]|0);return}function mC(){var a=0;a=Oz(12)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function nC(a){a=a|0;a=a+-9<<24>>24;if((a&255)<24)return (8388627>>>(a&255)&1|0)!=0|0;else return 0;return 0}function oC(a,b){a=a|0;b=b|0;RD(k[b>>2]|0)|0;return}function pC(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){M=b<<c|(a&(1<<c)-1<<32-c)>>>32-c;return a<<c}M=a<<c-32;return 0}function qC(a,b,c){a=a|0;b=b|0;c=c|0;if(b>>>0>c>>>0)return a+(c<<2)|0;else Na(14447,33256,181,42614);return 0}function rC(a){a=a|0;a=48072;do{a=a+-12|0;jF(a)}while((a|0)!=47904);return}function sC(a){a=a|0;var b=0;b=Oz(8)|0;k[b>>2]=2812;k[b+4>>2]=k[a+4>>2];return b|0}function tC(a,b){a=a|0;b=b|0;XD(k[b>>2]|0)|0;return}function uC(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){M=b>>>c;return a>>>c|(b&(1<<c)-1)<<32-c}M=0;return b>>>c-32|0}function vC(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[e>>2]=c;fu(a,b,e)|0;r=d;return}function wC(a,b){a=a|0;b=b|0;VF(k[k[b>>2]>>2]|0);return}function xC(a){a=a|0;if(!a)a=32;else{a=34283+(($(a&0-a,125613361)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function yC(a,b){a=a|0;b=b|0;k[a+12>>2]=b;b=$g(k[a>>2]|0,b<<2)|0;k[a+4>>2]=b;return}function zC(a,b){a=a|0;b=b|0;_D(k[b>>2]|0)|0;return}function AC(a,b){a=a|0;b=b|0;$D(k[b>>2]|0)|0;return}function BC(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;d=d-c|0;return (d>>>0<e>>>0?d:e)|0}function CC(a,b){a=a|0;b=b|0;k[b>>2]=2812;k[b+4>>2]=k[a+4>>2];return}function DC(a,b,c){a=a|0;b=b|0;c=c|0;if(!b)Na(13707,13709,63,13744);else{Le(a,b,c);return}}function EC(){var a=0,b=0;a=Oz(8)|0;b=a;k[b>>2]=0;k[b+4>>2]=0;return a|0}function FC(a){a=a|0;var b=0;b=Oz(4)|0;k[a+4>>2]=b;k[a>>2]=b;k[a+8>>2]=b+4;return}function GC(a){a=a|0;a=a-(a>>>1&1431655765)|0;a=(a>>>2&858993459)+(a&858993459)|0;return ($((a>>>4)+a&252645135,16843009)|0)>>>24|0}function HC(a,b){a=a|0;b=b|0;bE(k[b>>2]|0)|0;return}function IC(a,b){a=a|0;b=b|0;cE(k[b>>2]|0)|0;return}function JC(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a=r;r=r+16|0;d=a;k[d>>2]=c;pi(3216,b,d)|0;r=a;return}function KC(){Yr(44416,bu(48968)|0);return}function LC(){Yr(44408,bu(48960)|0);return}function MC(){Yr(44400,bu(48952)|0);return}function NC(){Yr(44392,bu(48944)|0);return}function OC(a,b){a=a|0;b=b|0;$F(k[k[b>>2]>>2]|0);return}function PC(){Yr(44472,bu(48904)|0);return}function QC(){Yr(44456,bu(48896)|0);return}function RC(){Yr(44440,bu(48888)|0);return}function SC(){Yr(44424,bu(48076)|0);return}function TC(){}function UC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=b-d-(c>>>0>a>>>0|0)>>>0;return (M=d,a-c>>>0|0)|0}function VC(){Yr(44352,bu(47264)|0);return}function WC(){Yr(44344,bu(47256)|0);return}function XC(){Yr(44336,bu(47248)|0);return}function YC(){Yr(44328,bu(47224)|0);return}function ZC(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0<128)a=(j[10972+(c<<1)>>1]&b)<<16>>16!=0;else a=0;return a|0}function _C(a,b){a=a|0;b=b|0;if((k[a+24>>2]|0)==(b|0)){a=a+28|0;k[a>>2]=(k[a>>2]|0)+1}return}function $C(a,b){a=a|0;b=b|0;gE(k[b>>2]|0)|0;return}function aD(a,b){a=a|0;b=b|0;hE(k[b>>2]|0)|0;return}function bD(a,b){a=a|0;b=b|0;iE(k[b>>2]|0)|0;return}function cD(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return pc[a&31](b|0,c|0,d|0,e|0,f|0)|0}function dD(a,b){a=a|0;b=b|0;sE(k[b>>2]|0)|0;return}function eD(a,b){a=a|0;b=b|0;mE(k[b>>2]|0)|0;return}function fD(a,b){a=a|0;b=b|0;nE(k[b>>2]|0)|0;return}function gD(a){a=a|0;var b=0,c=0;c=(So(a)|0)+1|0;b=xc(c)|0;if(!b)b=0;else aq(b|0,a|0,c|0)|0;return b|0}function hD(a,b){a=a|0;b=b|0;xE(k[b>>2]|0)|0;return}function iD(a,b){a=a|0;b=b|0;tE(k[b>>2]|0)|0;return}function jD(a,b){a=a|0;b=b|0;uE(k[b>>2]|0)|0;return}function kD(a,b){a=a|0;b=b|0;yE(k[b>>2]|0)|0;return}function lD(a){a=a|0;a=ah(a)|0;if((a&255)<5)return a<<24>>24|0;else Ga();return 0}function mD(a){a=a|0;var b=0;b=tD()|0;b=k[b>>2]|0;k[a>>2]=b;BG(b);return}function nD(a){a=a|0;a=$g(a,12)|0;k[a>>2]=19;k[a+8>>2]=0;k[a+4>>2]=5;return a|0}function oD(a,b){a=a|0;b=b|0;if(!(k[a>>2]|0))a=(k[a+8>>2]|0)==(k[b>>2]|0);else a=0;return a|0}function pD(){var a=0;a=uD()|0;a=k[a>>2]|0;k[12258]=a;BG(a);return}function qD(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;return oc[a&7](b|0,c|0,d|0,e|0,+f)|0}function rD(a){a=a|0;HG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function sD(a){a=a|0;IG(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function tD(){if((i[44672]|0)==0?lG(44672)|0:0){pD();k[12259]=49032}return k[12259]|0}function uD(){if((i[44504]|0)==0?lG(44504)|0:0){IH();k[12257]=49024}return k[12257]|0}function vD(a){a=a|0;UA(a);hJ(a);return}function wD(a,b){a=a|0;b=b|0;CE(k[b>>2]|0)|0;return}function xD(a){a=a|0;Bx(a+32|0);Xw(a+4|0);return}function yD(a){a=a|0;a=$g(a,20)|0;k[a>>2]=2;k[a+4>>2]=0;k[a+16>>2]=0;return a|0}function zD(a){a=a|0;return ah(k[a+4>>2]|0)|0}function AD(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Ir(a+4|0,b+4|0);return}function BD(a){a=a|0;aB(a+-8|0);return}function CD(a){a=a|0;DD(a+-8|0);return}function DD(a){a=a|0;aB(a);hJ(a);return}function ED(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==31079?a+4|0:0)|0}function FD(a){a=a|0;if((k[a>>2]|0)==2)return +(+p[a+8>>3]);else Na(17834,14271,238,20892);return +(0.0)}function GD(a){a=a|0;if((k[a>>2]|0)==1)return +(+o[a+8>>2]);else Na(17802,14271,237,20853);return +(0.0)}function HD(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;bc[a&3](b|0,c|0,d|0,e|0,f|0)}function ID(a){a=a|0;if((i[a+11>>0]|0)<0)Vc(k[a>>2]|0);return}function JD(a){a=a|0;if((a+-97&255)<26)return 1;else return a<<24>>24==36|(a<<24>>24==95|(a+-65&255)<26)|0;return 0}function KD(a){a=a|0;if(a|0){zG(k[a>>2]|0);hJ(a)}return}function LD(a){a=a|0;return ((k[a+24>>2]|0)-(k[a+20>>2]|0)>>2)+((k[a+12>>2]|0)-(k[a+8>>2]|0)>>2)|0}function MD(a){a=a|0;if((k[a>>2]|0)==3)return k[a+8>>2]|0;else Na(21881,14271,235,21903);return 0}function ND(a,b){a=a|0;b=b|0;return (_e(b,k[a+72>>2]|0)|0)==2|0}function OD(a,b,c){a=a|0;b=b|0;c=c|0;Ra(33,k[c>>2]|0)|0;return}function PD(a){a=a|0;Pz(a);hJ(a);return}function QD(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)a=0;else a=mt(a,b,c)|0;return a|0}function RD(a){a=a|0;if((k[a>>2]|0)==8)return a|0;else Na(14948,14271,906,14979);return 0}function SD(a,b){a=a|0;b=b|0;i[a>>0]=2;i[a+1>>0]=3;i[a+2>>0]=0;i[a+3>>0]=4;return}function TD(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;k[c>>2]=b;pi(3216,a,c)|0;uq(10);Ga()}function UD(a){a=a|0;if((k[a>>2]|0)==4)return +(+p[a+8>>3]);else Na(22009,14271,231,26377);return +(0.0)}function VD(a){a=a|0;if((k[a>>2]|0)==3)return +(+o[a+8>>2]);else Na(21881,14271,230,26370);return +(0.0)}function WD(a,b){a=a|0;b=b|0;Gn(a);k[a>>2]=0;k[a+8>>2]=k[b>>2];return a|0}function XD(a){a=a|0;if((k[a>>2]|0)==7)return a|0;else Na(14948,14271,906,14979);return 0}function YD(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;k[e>>2]=c;return 3}function ZD(a){a=a|0;if(!(k[a>>2]|0))return k[a+8>>2]|0;else Na(13685,34044,208,14217);return 0}function _D(a){a=a|0;if((k[a>>2]|0)==12)return a|0;else Na(14948,14271,906,14979);return 0}function $D(a){a=a|0;if((k[a>>2]|0)==11)return a|0;else Na(14948,14271,906,14979);return 0}function aE(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];Jr(a+4|0,b+4|0);return}function bE(a){a=a|0;if((k[a>>2]|0)==10)return a|0;else Na(14948,14271,906,14979);return 0}function cE(a){a=a|0;if((k[a>>2]|0)==9)return a|0;else Na(14948,14271,906,14979);return 0}function dE(a){a=a|0;var b=0;k[a>>2]=10088;b=k[a+8>>2]|0;if(b|0?i[a+12>>0]|0:0)fJ(b);return}function eE(a){a=a|0;if((k[a>>2]|0)==2)return k[a+8>>2]|0;else Na(34034,34044,220,28552);return 0}function fE(a){a=a|0;uy(a+16|0);jF(a);return}function gE(a){a=a|0;if((k[a>>2]|0)==18)return a|0;else Na(14948,14271,906,14979);return 0}function hE(a){a=a|0;if((k[a>>2]|0)==19)return a|0;else Na(14948,14271,906,14979);return 0}function iE(a){a=a|0;if((k[a>>2]|0)==17)return a|0;else Na(14948,14271,906,14979);return 0}function jE(a,b){a=a|0;b=b|0;b=bu(b)|0;return k[(k[a+8>>2]|0)+(b<<2)>>2]|0}function kE(a){a=a|0;if((k[a>>2]|0)==1)return k[a+8>>2]|0;else Na(17802,14271,228,26363);return 0}function lE(a){a=a|0;if((k[a>>2]|0)==5)return a|0;else Na(14948,14271,906,14979);return 0}function mE(a){a=a|0;if((k[a>>2]|0)==16)return a|0;else Na(14948,14271,906,14979);return 0}function nE(a){a=a|0;if((k[a>>2]|0)==14)return a|0;else Na(14948,14271,906,14979);return 0}function oE(){var a=0;if((i[44024]|0)==0?lG(44024)|0:0){a=gx()|0;k[11802]=a}return k[11802]|0}function pE(a){a=a|0;return 448}function qE(a){a=a|0;return 424}function rE(a){a=a|0;if((k[a>>2]|0)==4)return a|0;else Na(14948,14271,906,14979);return 0}function sE(a){a=a|0;if((k[a>>2]|0)==1)return a|0;else Na(14948,14271,906,14979);return 0}function tE(a){a=a|0;if((k[a>>2]|0)==13)return a|0;else Na(14948,14271,906,14979);return 0}function uE(a){a=a|0;if((k[a>>2]|0)==20)return a|0;else Na(14948,14271,906,14979);return 0}function vE(a){a=a|0;a=$g(a,8)|0;k[a>>2]=22;k[a+4>>2]=5;return a|0}function wE(a){a=a|0;return 392}function xE(a){a=a|0;if((k[a>>2]|0)==3)return a|0;else Na(14948,14271,906,14979);return 0}function yE(a){a=a|0;if((k[a>>2]|0)==6)return a|0;else Na(14948,14271,906,14979);return 0}function zE(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Na(17016,16833,97,17029);return 0}function AE(a){a=a|0;a=$g(a,16)|0;k[a>>2]=12;k[a+4>>2]=0;return a|0}function BE(a){a=a|0;a=$g(a,12)|0;k[a>>2]=11;k[a+4>>2]=0;return a|0}function CE(a){a=a|0;if((k[a>>2]|0)==2)return a|0;else Na(14948,14271,906,14979);return 0}function DE(a){a=a|0;a=$g(a,16)|0;k[a>>2]=10;k[a+4>>2]=0;return a|0}function EE(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return lc[a&7](b|0,c|0,d|0,e|0)|0}function FE(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Na(17016,16833,92,17025);return 0}function GE(a){a=a|0;a=$g(a,12)|0;k[a>>2]=9;k[a+4>>2]=0;return a|0}function HE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=a+c>>>0;return (M=b+d+(c>>>0<a>>>0|0)>>>0,c|0)|0}function IE(a){a=a|0;var b=0;b=k[a>>2]|0;if((b|0)!=(oE()|0))hJ(k[a>>2]|0);return}function JE(a){a=a|0;a=$g(a,20)|0;k[a>>2]=18;k[a+4>>2]=0;return a|0}function KE(a){a=a|0;a=$g(a,20)|0;k[a>>2]=17;k[a+4>>2]=0;return a|0}function LE(){Yr(44256,bu(49008)|0);return}function ME(){Yr(44264,bu(49016)|0);return}function NE(a,b){a=a|0;b=b|0;Ts(a,b+16|0);return}function OE(a,b){a=a|0;b=b|0;Ts(a,b+12|0);return}function PE(a){a=a|0;a=$g(a,16)|0;k[a>>2]=16;k[a+4>>2]=0;return a|0}function QE(a){a=a|0;Ay(a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0);return}function RE(a){a=a|0;Ay(a+(k[(k[a>>2]|0)+-12>>2]|0)+8|0);return}function SE(){Yr(44232,bu(48992)|0);return}function TE(){var a=0;if(!(k[11398]|0))a=45636;else{a=(rJ()|0)+64|0;a=k[a>>2]|0}return a|0}function UE(){Yr(44240,bu(49e3)|0);return}function VE(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[4180+(b<<24>>24<<2)>>2]&255;return b|0}function WE(a){a=a|0;if(!(k[a>>2]|0))return a+8|0;else Na(13685,34044,212,13696);return 0}function XE(){var a=0;a=k[11309]|0;if(!a)a=0;else a=(i[a+12>>0]|0)!=0;return a|0}function YE(a){a=a|0;a=$g(a,8)|0;k[a>>2]=21;k[a+4>>2]=0;return a|0}function ZE(a){a=a|0;var b=0;b=a;while(1)if(!(k[b>>2]|0))break;else b=b+4|0;return b-a>>2|0}function _E(a){a=a|0;var b=0,c=0;b=(rJ()|0)+184|0;c=k[b>>2]|0;if(a|0)k[b>>2]=a;return c|0}function $E(a){a=a|0;if((i[a+8+3>>0]|0)<0)hJ(k[a>>2]|0);return}function aF(a,b,c){a=a|0;b=b|0;c=c|0;return -1}function bF(a){a=a|0;if((k[a>>2]|0)==1)return a+8|0;else Na(13870,34044,216,13881);return 0}function cF(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;da(12);return 0}function dF(a,b,c){a=a|0;b=b|0;c=c|0;za(a|0,b|0)|0;return}function eF(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[5716+((b&255)<<2)>>2]&255;return b|0}function fF(){Yr(44384,bu(48936)|0);return}function gF(){Yr(44376,bu(48928)|0);return}function hF(){Yr(44368,bu(48920)|0);return}function iF(){Yr(44360,bu(48912)|0);return}function jF(a){a=a|0;if((i[a+11>>0]|0)<0)hJ(k[a>>2]|0);return}function kF(a,b,c){a=a|0;b=b|0;c=c|0;return (a|0)==(b|0)|0}function lF(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;mc[a&15](b|0,c|0,d|0,e|0)}function mF(a){a=a|0;lC(a);return}function nF(a){a=a|0;k[a>>2]=2440;jF(a+4|0);hJ(a);return}function oF(a){a=a|0;return WD(gm()|0,a)|0}function pF(a){a=a|0;var b=0;if(a>>>0>4294963200){b=TE()|0;k[b>>2]=0-a;a=-1}return a|0}function qF(a){a=a|0;return 520}function rF(a){a=a|0;k[a>>2]=10180;jF(a+16|0);return}function sF(a){a=a|0;k[a>>2]=10140;jF(a+12|0);return}function tF(a){a=a|0;if(a>>>0<1602224128)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function uF(a){a=a|0;if(a>>>0<1593835520)a=1;else a=(a|0)<0&a>>>0<3741319169;return a|0}function vF(a){a=a|0;if(a>>>0<1333788672)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function wF(a){a=a|0;if(a>>>0<1325400064)a=1;else a=(a|0)<0&a>>>0<3472883713;return a|0}function xF(){Yr(44296,bu(47240)|0);return}function yF(){Yr(44272,bu(47216)|0);return}function zF(){Yr(44496,bu(48984)|0);return}function AF(){Yr(44488,bu(48976)|0);return}function BF(){Yr(44200,bu(47192)|0);return}function CF(){Yr(44192,bu(47184)|0);return}function DF(a){a=a|0;if(a|0)ec[k[(k[a>>2]|0)+4>>2]&255](a);return}function EF(){var a=0;a=gm()|0;Gn(a);k[a>>2]=3;return a|0}function FF(a){a=a|0;if(JD(a)|0)return 1;else return (a+-48&255)<10|0;return 0}function GF(a,b){a=a|0;b=b|0;b=jz(a,b)|0;return k[b>>2]|0}function HF(a){a=a|0;var b=0;b=r;r=r+16|0;jc[a&3]();TD(41809,b)}function IF(){Yr(44224,bu(47232)|0);return}function JF(){Yr(44208,bu(47200)|0);return}function KF(a){a=a|0;if((a|0)==22)return;else Na(14948,14271,906,14979)}function LF(a){a=a|0;IE(a+8|0);hJ(a);return}function MF(a){a=a|0;if(!(cJ(a|0)|0))return;else Na(40933,40941,48,41020)}function NF(){if((i[44680]|0)==0?lG(44680)|0:0)Fa(49116,173)|0;return}function OF(a){a=a|0;k[a>>2]=7252;$G(a+4|0);hJ(a);return}function PF(a){a=a|0;k[a>>2]=7188;$G(a+4|0);hJ(a);return}function QF(a,b){a=a|0;b=b|0;a=GC(a)|0;return (GC(b)|0)+a|0}function RF(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[5716+(b<<2)>>2]|0;return b|0}function SF(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[4180+(b<<2)>>2]|0;return b|0}function TF(a){a=a|0;k[a>>2]=2440;jF(a+4|0);return}function UF(a,b){a=a|0;b=b|0;return (Vt((a|0)==0?53215:a,(b|0)==0?53215:b)|0)<0|0}function VF(a){a=a|0;if((a|0)==15)return;else Na(14948,14271,906,14979)}function WF(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return $b[a&31](b|0,c|0,d|0)|0}function XF(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;da(0);return 0}function YF(a){a=a|0;if(!a)a=0;else a=(Vh(a,2056)|0)!=0;return a&1|0}function ZF(a){a=a|0;var b=0;b=k[11803]|0;k[11803]=b+1;k[a+4>>2]=b+1;return}function _F(a){a=a|0;return dc[k[a+4>>2]&31]()|0}function $F(a){a=a|0;if((a|0)==21)return;else Na(14948,14271,906,14979)}function aG(){k[11172]=0;k[11173]=0;k[11174]=0;Fb(151,44688,w|0)|0;return}function bG(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)Qr(a,b,c)|0;return}function cG(){k[11185]=0;k[11186]=0;k[11184]=44740;ud();return}function dG(a,b,c){a=a|0;b=b|0;c=c|0;if(b|0)pA(a,c,b)|0;return}function eG(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)Oy(a,b,c)|0;return}function fG(a,b){a=a|0;b=b|0;a=Kk(a,b)|0;return ((i[a>>0]|0)==(b&255)<<24>>24?a:0)|0}function gG(a){a=a|0;return 144}function hG(a){a=a|0;return 120}function iG(a){a=a|0;a=(k[a+4>>2]|0)-(k[a>>2]|0)>>2;return (a>>>0>1?a:1)|0}function jG(a){a=a|0;return 88}function kG(){var a=0;a=Oz(20)|0;OG(a);k[a>>2]=2940;return a|0}function lG(a){a=a|0;if((i[a>>0]|0)==1)a=0;else{i[a>>0]=1;a=1}return a|0}function mG(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0}function nG(a){a=a|0;IE(a+8|0);return}function oG(a){a=a|0;a=a+16|0;k[a>>2]=k[a>>2]|1;return}function pG(a,b){a=a|0;b=b|0;k[a>>2]=b;BG(b);return}function qG(a){a=a|0;k[a>>2]=7252;$G(a+4|0);return}function rG(a){a=a|0;k[a>>2]=7188;$G(a+4|0);return}function sG(a,b,c){a=a|0;b=b|0;c=c|0;return 0}function tG(){var a=0;a=Oz(20)|0;OG(a);k[a>>2]=2980;return a|0}function uG(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;ic[a&7](b|0,c|0,d|0)}function vG(a){a=a|0;return Vy(gm()|0,a)|0}function wG(a){a=a|0;var b=0;b=r;r=r+a|0;r=r+15&-16;return b|0}function xG(a,b){a=a|0;b=b|0;Ra(34,b|0)|0;return}function yG(a,b){a=a|0;b=b|0;k[a+16>>2]=(k[a+24>>2]|0)==0|b;return}function zG(a){a=a|0;if(a|0){bo(a);hJ(a)}return}function AG(a,b){a=a|0;b=b|0;if(!a)a=0;else a=Gm(a,b)|0;return a|0}function BG(a){a=a|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1;return}function CG(a,b,c){a=a|0;b=b|0;c=c|0;return (b>>>0<128?b&255:c)|0}function DG(a){a=a|0;if(!a)a=1;else a=(k[a>>2]|0)==3;return a|0}function EG(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;da(8);return 0}function FG(a,b,c){a=a|0;b=b|0;c=c|0;return (b<<24>>24>-1?b:c)|0}function GG(a,b,c){a=a|0;b=b|0;c=c|0;return a|0}function HG(a){a=a|0;Ay(a+4|0);hJ(a);return}function IG(a){a=a|0;Ay(a+8|0);hJ(a);return}function JG(a){a=a|0;qG(a);hJ(a);return}function KG(a){a=a|0;rG(a);hJ(a);return}function LG(a){a=a|0;jF(a);return}function MG(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;da(4);return 0}function NG(a,b,c){a=a|0;b=b|0;c=c|0;c=Bq(a,b,c,0,-2147483648)|0;return c|0}function OG(a){a=a|0;Ry(a);k[a>>2]=2900;k[a+16>>2]=46328;return}function PG(){return Db()|0}function QG(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return oe(a,b,c,d,0)|0}function RG(a){a=+a;return a<=2147483647.0&(a>=-2147483648.0&(PI(a)|0))|0}function SG(){rB(46496,31549)|0;return}function TG(a){a=a|0;if(!a)a=1;else a=(k[a>>2]|0)==0;return a&1|0}function UG(a){a=a|0;FB(a);hJ(a);return}function VG(){k[11053]=0;k[11052]=10088;i[44220]=0;k[11054]=10972;return}function WG(){return Qb()|0}function XG(a,b,c){a=a|0;b=b|0;c=c|0;return nc[a&31](b|0,c|0)|0}function YG(a,b,c){a=a|0;b=b|0;c=c|0;c=Bq(a,b,c,-1,-1)|0;return c|0}function ZG(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;da(2)}function _G(){rB(46496,31549)|0;Ub(1)}function $G(a){a=a|0;$z(k[a>>2]|0);return}function aH(){cG();Fb(152,44736,w|0)|0;return}function bH(a){a=a|0;Pa(k[a>>2]|0,0)|0;k[a>>2]=0;return}function cH(){var a=0;a=Hb(84)|0;return ((a|0)<0?0:a)|0}function dH(a){a=a|0;Ay(a+4|0);return}function eH(a){a=a|0;Ay(a+8|0);return}function fH(a){a=a|0;return 2}function gH(a){a=a|0;return 472}function hH(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;da(17);return 0}function iH(a,b,c){a=a|0;b=b|0;c=c|0;return dh(0,a,b,c|0?c:45652)|0}function jH(a,b,c){a=a|0;b=b|0;c=c|0;return}function kH(){return Bb()|0}function lH(a,b,c){a=a|0;b=b|0;c=c|0;c=YG(a,b,c)|0;return c|0}function mH(a,b){a=a|0;b=b|0;if(!x){x=a;y=b}}function nH(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;da(16);return 0}function oH(a){a=a|0;return If(a,0)|0}function pH(a){a=a|0;return Df(a,0)|0}function qH(){return Ya()|0}function rH(){qg();Fb(161,53214,w|0)|0;return}function sH(a,b,c){a=a|0;b=b|0;c=c|0;fc[a&255](b|0,c|0)}function tH(a,b,c){a=a|0;b=b|0;c=c|0;c=NG(a,b,c)|0;return c|0}function uH(){return Ib()|0}function vH(){var a=0;a=Oz(20)|0;OG(a);return a|0}function wH(a,b){a=a|0;b=b|0;b=Bq(a,b,10,-2147483648,0)|0;return b|0}function xH(){Na(41157,41056,1194,41186)}function yH(){Na(41027,41056,1183,41136)}function zH(a,b){a=a|0;b=b|0;return -1}function AH(a){a=a|0;return If(a,1)|0}function BH(a){a=a|0;return Df(a,1)|0}function CH(){k[11309]=0;Fb(157,45236,w|0)|0;return}function DH(){Na(40885,40805,315,41186)}function EH(){Na(40782,40805,304,41136)}function FH(){return nb()|0}function GH(a){a=a|0;return ((a+-48|0)>>>0<10|((a|32)+-97|0)>>>0<6)&1|0}function HH(a){a=a|0;if(!a)return;else Hw()}function IH(){re();k[12256]=44512;return}function JH(a){a=a|0;mb(a|0)|0;return}function KH(){return Cb()|0}function LH(){return ib()|0}function MH(a){a=a|0;a=a+(ao(a)|0)|0;return (i[a>>0]|0?a:0)|0}function NH(){var a=0;a=k[12282]|0;k[12282]=a+0;return a|0}function OH(a){a=a|0;Ay(a);return}function PH(a,b){a=a|0;b=b|0}function QH(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;da(3)}function RH(){return pb()|0}function SH(a,b,c){a=a|0;b=b|0;c=c|0;return xu(a,b,c)|0}function TH(a){a=a|0;dr(a);hJ(a);return}function UH(){return Ua()|0}function VH(){return Ca()|0}function WH(){return gb()|0}function XH(){var a=0;a=k[2622]|0;k[2622]=a+0;return a|0}function YH(a){a=a|0;rF(a);hJ(a);return}function ZH(a){a=a|0;sF(a);hJ(a);return}function _H(){return bb()|0}function $H(){return ub()|0}function aI(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;da(13);return 0}function bI(a,b){a=a|0;b=b|0;return lA(a,b)|0}function cI(a){a=a|0;Ob(a|0)|0;return}function dI(){return Ea()|0}function eI(a,b,c){a=a|0;b=b|0;c=c|0;ci(a,b,c);return}function fI(a,b){a=a|0;b=b|0;return hc[a&127](b|0)|0}function gI(a){a=a|0;hb(a|0)|0;Hw()}function hI(a){a=a|0;return k[a+12>>2]|0}function iI(a,b){a=a|0;b=b|0;return b<<24>>24|0}function jI(){return kb()|0}function kI(){return Eb()|0}function lI(){return vb()|0}function mI(a){a=a|0;Ay(a);hJ(a);return}function nI(a){a=a|0;dE(a);hJ(a);return}function oI(a){a=a|0;return k[a+8>>2]|0}function pI(a){a=a|0;return i[a+9>>0]|0}function qI(a){a=a|0;return i[a+8>>0]|0}function rI(){return Ha()|0}function sI(a){a=a|0;return -1}function tI(){return yb()|0}function uI(a,b){a=a|0;b=b|0;r=a;s=b}function vI(a){a=a|0;return 2147483647}function wI(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;da(14)}function xI(){return Tb()|0}function yI(a){a=a|0;return ((a|0)==32|(a+-9|0)>>>0<5)&1|0}function zI(){return Ta()|0}function AI(a,b){a=a|0;b=b|0;ec[a&255](b|0)}function BI(a){a=a|0;ob(a|0)|0;return}function CI(a){a=a|0;cJ(a|0)|0;return}function DI(a){a=a|0;return 4}function EI(a,b){a=a|0;b=b|0;return b|0}function FI(a){a=a|0;return 127}function GI(a){a=a|0;return 1}function HI(a,b){a=a|0;b=b|0;return}function II(a,b,c){a=a|0;b=b|0;c=c|0;da(1);return 0}function JI(a,b){a=a|0;b=b|0;return +(+Jp(a,b,2))}function KI(a,b){a=a|0;b=b|0;return +(+Jp(a,b,0))}function LI(a,b){a=a|0;b=b|0;return +(+Jp(a,b,1))}function MI(a){a=a|0;k[a>>2]=10580;return}function NI(a,b){a=+a;b=+b;return +(+Hv(a,b))}function OI(a,b){a=+a;b=b|0;return +(+lo(a,b))}function PI(a){a=+a;return +Fe(a,1.0)==0.0|0}function QI(a,b,c){a=a|0;b=b|0;c=c|0;da(10)}function RI(a){a=a|0;return dc[a&31]()|0}function SI(a,b){a=+a;b=b|0;return +(+Uo(a,b))}function TI(a){a=a|0;return (a+-48|0)>>>0<10|0}function UI(a){a=a|0;return (a+-65|0)>>>0<26|0}function VI(a,b){a=+a;b=+b;return +(+Fe(a,b))}function WI(a,b){a=a|0;b=b|0;da(15);return 0}function XI(a){a=a|0;return 41877}function YI(a){a=a|0;return 41849}function ZI(a){a=a|0;jc[a&3]()}function _I(a){a=a|0;return GH(a)|0}function $I(){Ia()}function aJ(a){a=+a;return +(+By(a))}function bJ(a,b){a=a|0;b=b|0;da(7)}function cJ(a){a=a|0;return 0}function dJ(a){a=+a;return +(+Jv(a))}function eJ(a){a=a|0;return Oz(a)|0}function fJ(a){a=a|0;hJ(a);return}function gJ(a){a=a|0;r=a}function hJ(a){a=a|0;Vc(a);return}function iJ(a){a=a|0;M=a}function jJ(a){a=a|0;da(9);return 0}function kJ(a){a=a|0;return a|0}function lJ(a){a=a|0;return}function mJ(){return}function nJ(){return M|0}function oJ(){return r|0}function pJ(a){a=a|0;da(6)}function qJ(){da(5);return 0}function rJ(){return 0}function sJ(){da(11)}
+function ae(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;wo(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;Gq(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;o=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){Gq(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;Gq(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(mf(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+Xp(h,k[y>>2]|0,d);p[e>>3]=E;Lj(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;UG(B);UG(A);r=D;return f|0}function be(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+4208|0;s=v+4176|0;f=v;u=v+4112|0;if((a|0)!=0?(e=(b|0)!=0,t=(c|0)==0,!(e&t)):0){if(e)p=k[c>>2]|0;else p=0;k[f+4096>>2]=f;e=f;k[u>>2]=0;q=u+4|0;k[q>>2]=0;k[u+8>>2]=0;k[u+12>>2]=e;j=u+16|0;k[j>>2]=0;l=u+20|0;k[l>>2]=0;k[u+24>>2]=0;k[u+28>>2]=e;k[u+32>>2]=0;f=u+36|0;k[f>>2]=0;k[u+40>>2]=0;m=u+44|0;k[m>>2]=e;h=u+48|0;g=u+61|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+12>>0]=0;i[g>>0]=1;h=u+32|0;ts(s,1,0,m);m=s+8|0;n=k[m>>2]|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;k[n+12>>2]=e;k[m>>2]=n+16;Nj(h,s);Yo(s);m=u+62|0;i[m>>0]=0;i[u+63>>0]=1;k[s>>2]=0;n=a+(Cp(a)|0)|0;Bd(a,n,u,s);e=k[s>>2]|0;do if(!((e|0)!=0|(i[m>>0]|0)==0)){h=k[h>>2]|0;if((h|0)!=(k[f>>2]|0)?(k[h>>2]|0)!=(k[h+4>>2]|0):0){i[m>>0]=0;i[g>>0]=0;e=k[u>>2]|0;while(1){f=k[q>>2]|0;if((f|0)==(e|0))break;h=f+-24|0;k[q>>2]=h;kA(h)}e=k[j>>2]|0;while(1){f=k[l>>2]|0;if((f|0)==(e|0))break;j=f+-16|0;k[l>>2]=j;_r(j)}Bd(a,n,u,s);if(!(i[m>>0]|0)){e=k[s>>2]|0;o=19;break}else{k[s>>2]=-2;b=0;e=-2;break}}else o=20}else o=19;while(0);if((o|0)==19)if(!e)o=20;else b=0;do if((o|0)==20){f=k[q>>2]|0;e=i[f+-24+11>>0]|0;if(e<<24>>24<0)g=k[f+-20>>2]|0;else g=e&255;e=i[f+-12+11>>0]|0;if(e<<24>>24<0)e=k[f+-8>>2]|0;else e=e&255;f=e+g|0;e=f+1|0;if(e>>>0>p>>>0){b=zq(b,e)|0;if(!b){k[s>>2]=-1;b=0;e=-1;break}if(!t)k[c>>2]=e}else if(!b){b=0;e=0;break}t=k[q>>2]|0;c=t+-12|0;e=i[c+11>>0]|0;s=e<<24>>24<0;Fm(t+-24|0,s?k[c>>2]|0:c,s?k[t+-8>>2]|0:e&255)|0;e=(k[q>>2]|0)+-24|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;Qq(b|0,e|0,f|0)|0;i[b+f>>0]=0;e=0}while(0);if(d|0)k[d>>2]=e;Xt(u)}else if(!d)b=0;else{k[d>>2]=-3;b=0}r=v;return b|0}function ce(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;e=k[b>>2]|0;if((d|0)!=0?(f=k[d>>2]|0,(f|0)!=0):0)if(!a){d=c;g=e;j=16}else{k[d>>2]=0;d=c;h=e;j=36}else if(!a){d=c;j=7}else{f=a;d=c;j=6}a:while(1)if((j|0)==6){if(!d){j=26;break}else g=f;while(1){f=i[e>>0]|0;b:do if(((f&255)+-1|0)>>>0<127?d>>>0>4&(e&3|0)==0:0){f=g;do{g=k[e>>2]|0;if((g+-16843009|g)&-2139062144|0){a=f;h=e;f=g&255;break b}k[f>>2]=g&255;k[f+4>>2]=l[e+1>>0];k[f+8>>2]=l[e+2>>0];a=e;e=e+4|0;j=f;f=f+16|0;k[j+12>>2]=l[a+3>>0];d=d+-4|0}while(d>>>0>4);a=f;h=e;f=i[e>>0]|0}else{a=g;h=e}while(0);g=f&255;if((g+-1|0)>>>0>=127)break;e=h+1|0;k[a>>2]=g;d=d+-1|0;if(!d){j=26;break a}else g=a+4|0}e=g+-194|0;if(e>>>0>50){e=h;g=a;j=48;break}f=k[3784+(e<<2)>>2]|0;h=h+1|0;j=36;continue}else if((j|0)==7){while(1){f=i[e>>0]|0;if(((f&255)+-1|0)>>>0<127?(e&3|0)==0:0){j=k[e>>2]|0;f=j&255;if(!((j+-16843009|j)&-2139062144)){do{e=e+4|0;d=d+-4|0;f=k[e>>2]|0}while(((f+-16843009|f)&-2139062144|0)==0);f=f&255}}g=f&255;if((g+-1|0)>>>0>=127)break;e=e+1|0;d=d+-1|0}g=g+-194|0;if(g>>>0>50){g=a;j=48;break}f=k[3784+(g<<2)>>2]|0;g=e+1|0;j=16;continue}else if((j|0)==16){j=(l[g>>0]|0)>>>3;if((j+-16|j+(f>>26))>>>0>7){j=17;break}e=g+1|0;if(f&33554432){if((i[e>>0]&-64)<<24>>24!=-128){j=20;break}e=g+2|0;if(f&524288){if((i[e>>0]&-64)<<24>>24!=-128){j=23;break}e=g+3|0}}d=d+-1|0;j=7;continue}else if((j|0)==36){g=l[h>>0]|0;j=g>>>3;if((j+-16|j+(f>>26))>>>0>7){j=37;break}e=h+1|0;g=g+-128|f<<6;if((g|0)<0){f=(l[e>>0]|0)+-128|0;if(f>>>0>63){j=40;break}e=h+2|0;f=f|g<<6;if((f|0)<0){e=(l[e>>0]|0)+-128|0;if(e>>>0>63){j=43;break}f=e|f<<6;e=h+3|0}}else f=g;k[a>>2]=f;f=a+4|0;d=d+-1|0;j=6;continue}if((j|0)==17){h=g+-1|0;g=a;j=46}else if((j|0)==20){h=g+-1|0;g=a;j=46}else if((j|0)==23){h=g+-1|0;g=a;j=46}else if((j|0)==26)k[b>>2]=e;else if((j|0)==37){h=h+-1|0;g=a;j=46}else if((j|0)==40){e=h+-1|0;c=a;j=52}else if((j|0)==43){e=h+-1|0;c=a;j=52}if((j|0)==46)if(!f){e=h;f=i[h>>0]|0;j=48}else{e=h;c=g;j=52}if((j|0)==48)if(!(f<<24>>24)){if(g|0){k[g>>2]=0;k[b>>2]=0}c=c-d|0}else{c=g;j=52}if((j|0)==52){j=CG()|0;k[j>>2]=84;if(!c)c=-1;else{k[b>>2]=e;c=-1}}return c|0}function de(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;sq(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=QB(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Gq(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Gq(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Gq(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(tg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=Dm(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=N;Lj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;UG(y);UG(x);r=A;return f|0}function ee(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;sq(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=QB(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Gq(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Gq(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Gq(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(tg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}u=jn(h,k[v>>2]|0,d,s)|0;v=e;k[v>>2]=u;k[v+4>>2]=N;Lj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;UG(y);UG(x);r=A;return f|0}function fe(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;B=r;r=r+224|0;s=B+198|0;g=B+196|0;y=B+184|0;z=B+172|0;w=B+168|0;x=B+8|0;v=B+4|0;u=B;f=k[c+4>>2]|0;sq(y,c,s,g);k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[z+(c<<2)>>2]=0;c=c+1|0}t=QB(f)|0;p=z+11|0;q=z+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Gq(z,c);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h;k[v>>2]=x;k[u>>2]=0;o=z+4|0;n=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){m=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=m?0:c;f=m?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else A=14}else A=14;while(0);if((A|0)==14){A=0;if(g){c=0;b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[o>>2]|0:a&255;if((k[w>>2]|0)==(h+a|0)){Gq(z,a<<1);if((i[p>>0]|0)<0)g=(k[q>>2]&2147483647)+-1|0;else g=10;Gq(z,g);h=(i[p>>0]|0)<0?k[z>>2]|0:z;k[w>>2]=h+a}a=c+12|0;g=k[a>>2]|0;m=c+16|0;if((g|0)==(k[m>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(tg(g&255,t,h,w,u,n,y,x,v,s)|0)break;g=k[a>>2]|0;if((g|0)==(k[m>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}s=i[y+11>>0]|0;g=k[v>>2]|0;if(((s<<24>>24<0?k[y+4>>2]|0:s&255)|0)!=0?(g-x|0)<160:0){s=k[u>>2]|0;u=g+4|0;k[v>>2]=u;k[g>>2]=s;g=u}w=Zl(h,k[w>>2]|0,d,t)|0;j[e>>1]=w;Lj(y,x,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){x=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=x?0:f;c=x?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){A=37;break}if(!c)A=38}else A=37;while(0);if((A|0)==37?c:0)A=38;if((A|0)==38)k[d>>2]=k[d>>2]|2;UG(z);UG(y);r=B;return f|0}function ge(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;sq(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=QB(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Gq(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Gq(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Gq(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(tg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=hm(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;Lj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;UG(y);UG(x);r=A;return f|0}function he(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+224|0;q=A+198|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;sq(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=QB(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Gq(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else z=14}else z=14;while(0);if((z|0)==14){z=0;if(g){c=0;b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(h+a|0)){Gq(y,a<<1);if((i[o>>0]|0)<0)g=(k[p>>2]&2147483647)+-1|0;else g=10;Gq(y,g);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(tg(g&255,s,h,v,t,m,x,w,u,q)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}q=i[x+11>>0]|0;g=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(g-w|0)<160:0){q=k[t>>2]|0;t=g+4|0;k[u>>2]=t;k[g>>2]=q;g=t}v=pk(h,k[v>>2]|0,d,s)|0;k[e>>2]=v;Lj(x,w,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){w=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=w?0:f;c=w?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){z=37;break}if(!c)z=38}else z=37;while(0);if((z|0)==37?c:0)z=38;if((z|0)==38)k[d>>2]=k[d>>2]|2;UG(y);UG(x);r=A;return f|0}function ie(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+48|0;f=u+36|0;h=u+24|0;j=u+12|0;n=u;o=a+12|0;if(i[o>>0]|0){t=MC(48992,20003)|0;s=hD(t+(k[(k[t>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=s;s=SF(s,49696)|0;s=nc[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;MI(f);rm(t,s);bp(t)}g=rh(a)|0;if(i[o>>0]|0){t=Ii(MC(48992,19905)|0,g)|0;s=hD(t+(k[(k[t>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=s;s=SF(s,49696)|0;s=nc[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;MI(f);rm(t,s);bp(t)}l=n+11|0;m=n+4|0;e=0;a:while(1){if(e>>>0>=g>>>0){b=7;break}if(i[o>>0]|0){t=MC(48992,19911)|0;s=hD(t+(k[(k[t>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=s;s=SF(s,49696)|0;s=nc[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;MI(f);rm(t,s);bp(t)}p=fB(24)|0;k[p>>2]=0;q=p+4|0;k[q>>2]=0;s=p+8|0;k[s>>2]=0;t=p+16|0;k[t>>2]=0;c=p+20|0;k[c>>2]=0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;dr(j,20018,7);Ci(n,e);d=i[l>>0]|0;b=d<<24>>24<0;d=fn(j,b?k[n>>2]|0:n,b?k[m>>2]|0:d&255)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}ID(f,h);k[p>>2]=k[f>>2];UG(h);UG(n);UG(j);d=rh(a)|0;k[p+12>>2]=d;switch(d|0){case 0:{b=rh(a)|0;c=k[a>>2]|0;if(b>>>0>=(k[c+4>>2]|0)-(k[c>>2]|0)>>2>>>0){b=15;break a}d=tA(c,b)|0;k[t>>2]=d;if(!(k[d>>2]|0)){b=17;break a}break}case 2:case 1:break;case 3:{t=IE(a)|0;k[c>>2]=t;break}default:{b=19;break a}}t=sf(a)|0;k[q>>2]=t;t=sf(a)|0;k[s>>2]=t;Fk(k[a>>2]|0,p);e=e+1|0}if((b|0)==7){r=u;return}else if((b|0)==15)Ra(20026,19332,1513,20060);else if((b|0)==17)Ra(20072,19332,1515,20060)}function je(a){a=a|0;var b=0,c=0,d=0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+64|0;q=w+16|0;b=w+48|0;c=w+56|0;d=w+52|0;s=w+36|0;t=w;u=w+32|0;if(i[51628]|0)dy(MC(MC(48824,13685)|0,a)|0,10)|0;bE(b,a,1);m=k[k[11802]>>2]|0;n=k[b>>2]|0;k[c>>2]=n;k[q>>2]=k[c>>2];m=(Uv(m,q)|0)+4|0;a=k[k[11802]>>2]|0;k[d>>2]=k[m>>2];k[q>>2]=k[d>>2];a=Qv(a,q)|0;if(!a)Ra(37382,13699,524,13715);l=Mb(6)|0;m=a+8|0;c=(k[a+12>>2]|0)-(k[m>>2]|0)>>2;k[s>>2]=0;d=s+4|0;k[d>>2]=0;k[s+8>>2]=0;f=q+8|0;g=s+8|0;h=q+8|0;j=q+8|0;b=0;a:while(1){if(b>>>0>=c>>>0)break;switch(k[(k[m>>2]|0)+(b<<2)>>2]|0){case 1:{if(b>>>0<l>>>0)a=Va(7,b|0)|0;else a=0;k[q>>2]=1;k[f>>2]=a;a=k[d>>2]|0;if(a>>>0<(k[g>>2]|0)>>>0){k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[d>>2]=a+16}else _k(s,q);break}case 3:{if(b>>>0<l>>>0)e=+Wa(7,b|0);else e=0.0;k[q>>2]=3;o[h>>2]=e;a=k[d>>2]|0;if(a>>>0<(k[g>>2]|0)>>>0){k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[d>>2]=a+16}else _k(s,q);break}case 4:{if(b>>>0<l>>>0)e=+Wa(7,b|0);else e=0.0;k[q>>2]=4;p[j>>3]=e;a=k[d>>2]|0;if(a>>>0<(k[g>>2]|0)>>>0){k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[d>>2]=a+16}else _k(s,q);break}default:{v=27;break a}}b=b+1|0}if((v|0)==27)Ka();v=k[11802]|0;k[u>>2]=n;k[q>>2]=k[u>>2];Oo(t,v,q,s);if(i[51628]|0){v=MC(48824,13809)|0;k[q>>2]=k[t>>2];k[q+4>>2]=k[t+4>>2];k[q+8>>2]=k[t+8>>2];k[q+12>>2]=k[t+12>>2];dy(ik(v,q)|0,10)|0}switch(k[t>>2]|0){case 0:{fb(8);break}case 1:{Va(9,TF(t)|0)|0;break}case 3:{cb(9,+(+CF(t)))|0;break}case 4:{cb(9,+(+BF(t)))|0;break}default:Ka()}cy(s);r=w;return}function ke(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[b+11>>0]|0;d=e<<24>>24<0;e=d?k[b+4>>2]|0:e&255;a:do switch(e|0){case 0:{Bs(a,b);break}case 11:if(!(xF(d?k[b>>2]|0:b,44807,11)|0)){qm(b,45411,70);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,45482,12);break a}else{c=b;g=11;break a}case 12:{if(!(xF(d?k[b>>2]|0:b,44819,12)|0)){qm(b,45495,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,45545,13);break a}if(!(xF(d?k[b>>2]|0:b,44832,12)|0)){qm(b,45559,49);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,45609,13)}else{c=b;g=11}break}default:if((e|0)==13){c=k[b>>2]|0;if(!(xF(d?c:b,44845,13)|0)){qm(b,45623,50);k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,45674,14)}else g=14}else{c=b;g=11}}while(0);if((g|0)==11){c=k[c>>2]|0;g=14}b:do if((g|0)==14){f=d?c:b;c=f+e|0;c:do if((i[c+-1>>0]|0)==62){b=1;d:while(1){e:while(1){d=c+-1|0;if((d|0)==(f|0))break d;c=c+-2|0;switch(i[c>>0]|0){case 60:{g=21;break e}case 62:{g=22;break e}default:c=d}}if((g|0)==21){b=b+-1|0;if(!b)break c;else{c=d;continue}}else if((g|0)==22){b=b+1|0;c=d;continue}}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break b;k[a+(c<<2)>>2]=0;c=c+1|0}}while(0);d=c;while(1){b=d+-1|0;if((b|0)==(f|0)){b=f;break}if((i[b>>0]|0)==58){b=d;break}else d=b}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;e=c-b|0;if(e>>>0>4294967279)iJ();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;g=yc(f)|0;k[a>>2]=g;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=g}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0}while(0);return}function le(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+32|0;j=q+28|0;g=q+12|0;h=q;l=q+16|0;p=NJ(b,0)|0;if(RE(k[p>>2]|0,48e3)|0?(p=NJ(b,1)|0,p=NJ(k[p>>2]|0,0)|0,RE(k[p>>2]|0,47264)|0):0){f=NJ(b,1)|0;f=NJ(k[f>>2]|0,1)|0;f=FG(k[f>>2]|0)|0;f=k[f>>2]|0;k[j>>2]=f;m=wA()|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;dr(l,30416,5);f=oD(l,f)|0;k[h>>2]=k[f>>2];k[h+4>>2]=k[f+4>>2];k[h+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}e=m;bE(g,(i[h+11>>0]|0)<0?k[h>>2]|0:h,0);k[m>>2]=k[g>>2];UG(h);UG(l);p=m+4|0;k[p>>2]=c;g=NJ(b,2)|0;g=k[g>>2]|0;n=m+8|0;o=m+12|0;h=m+16|0;f=0;while(1){if(f>>>0>=(qC(g)|0)>>>0)break;b=NJ(g,f)|0;b=jC(a,k[b>>2]|0,d)|0;k[l>>2]=b;c=k[o>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[c>>2]=b;k[o>>2]=c+4}else Lm(n,l);f=f+1|0}f=a+100|0;l=(yp(f,k[j>>2]|0)|0)==(a+104|0);f=Jq(f,j)|0;do if(!l){l=k[f>>2]|0;if(!(dD(m,l)|0)){a=l+8|0;d=l+12|0;j=l+16|0;c=0;while(1){m=k[n>>2]|0;b=m;if(c>>>0>=(k[o>>2]|0)-m>>2>>>0)break;m=k[d>>2]|0;f=k[a>>2]|0;g=m;do if(m-f>>2>>>0>c>>>0){g=f+(c<<2)|0;h=k[g>>2]|0;f=k[b+(c<<2)>>2]|0;if(!h){k[g>>2]=f;break}if((h|0)!=(f|0))k[g>>2]=4}else{f=b+(c<<2)|0;if((g|0)==(k[j>>2]|0)){Lm(a,f);break}else{k[g>>2]=k[f>>2];k[d>>2]=g+4;break}}while(0);c=c+1|0}g=l+4|0;h=k[g>>2]|0;f=k[p>>2]|0;if(!h){k[g>>2]=f;break}if((h|0)!=(f|0))k[g>>2]=4}}else{p=k[f>>2]|0;k[f>>2]=e;e=p}while(0);if(e|0){Ky(e+8|0);SK(e)}r=q;return}Ra(30355,11935,215,30391)}function me(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;n=t+16|0;p=t+12|0;s=t;k[p>>2]=b;q=a+12|0;if(i[q>>0]|0){o=MC(48992,20438)|0;m=hD(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=m;m=SF(m,49696)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;MI(n);rm(o,m);bp(o)}k[s>>2]=0;m=s+4|0;k[m>>2]=0;k[s+8>>2]=0;o=a+88|0;e=a+92|0;f=a+84|0;g=s+8|0;h=a+4|0;while(1){c=zm(a)|0;k[b+8>>2]=c;d=k[o>>2]|0;if((d|0)==(k[e>>2]|0))Lm(f,b+8|0);else{k[d>>2]=c;k[o>>2]=(k[o>>2]|0)+4}c=k[m>>2]|0;if((c|0)==(k[g>>2]|0))Lm(s,p);else{k[c>>2]=b;k[m>>2]=(k[m>>2]|0)+4}if((ih(a)|0)<<24>>24!=1)break;b=gz(k[h>>2]|0)|0;k[p>>2]=b}ul(a);h=a+96|0;j=a+100|0;l=a+104|0;e=0;a:while(1){g=k[m>>2]|0;d=g;if((g|0)==(k[s>>2]|0)){b=32;break}b=k[d+-4>>2]|0;k[p>>2]=b;c=0;while(1){if((c|0)==-1)break;g=c+-1|0;k[m>>2]=d+(g<<2);c=g}c=k[j>>2]|0;g=c-(k[h>>2]|0)>>2;if(e){k[n>>2]=e;if(c>>>0<(k[l>>2]|0)>>>0){k[c>>2]=e;k[j>>2]=(k[j>>2]|0)+4;b=k[p>>2]|0}else Lm(h,n)}sp(a);d=(k[j>>2]|0)-(k[h>>2]|0)>>2;if(d>>>0<g>>>0){b=24;break}e=b+12|0;f=b+20|0;c=g;while(1){if(c>>>0>=d>>>0)break;if(i[q>>0]|0){u=MC(48992,35644)|0;u=MC(Ii(u,k[(k[h>>2]|0)+(c<<2)>>2]|0)|0,20477)|0;u=Ii(u,k[f>>2]|0)|0;v=hD(u+(k[(k[u>>2]|0)+-12>>2]|0)|0)|0;k[n>>2]=v;v=SF(v,49696)|0;v=nc[k[(k[v>>2]|0)+28>>2]&31](v,10)|0;MI(n);rm(u,v);bp(u)}ww(e,k[(k[h>>2]|0)+(c<<2)>>2]|0);c=c+1|0}lr(h,g);Ik(k[p>>2]|0);d=k[o>>2]|0;c=0;while(1){if((c|0)==-1){e=b;continue a}v=c+-1|0;k[o>>2]=d+(v<<2);c=v}}if((b|0)==24)Ra(20453,19332,1857,20466);else if((b|0)==32){Ky(s);r=t;return}}function ne(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;f=a+24|0;k[f>>2]=b;DA(k[a>>2]|0,37473)|0;eB(a);g=a+4|0;fA(k[a>>2]|0,k[g>>2]|0);ye(a,b+84|0);c=b+108|0;if(!(k[c>>2]|0))e=a+16|0;else{fA(k[a>>2]|0,k[g>>2]|0);e=dy(DA(k[a>>2]|0,37426)|0,32)|0;dy(Vx(e,k[c>>2]|0)|0,41)|0;e=a+16|0;MC(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+4>>2]|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break;fA(k[a>>2]|0,k[g>>2]|0);dy(DA(k[a>>2]|0,37370)|0,32)|0;dy(Xs(a,k[k[c>>2]>>2]|0)|0,32)|0;bh(a,k[c>>2]|0,0);h=MC(k[a>>2]|0,44580)|0;MC(h,k[e>>2]|0)|0;c=c+4|0}d=k[b+16>>2]|0;c=k[b+12>>2]|0;while(1){if((c|0)==(d|0))break;fA(k[a>>2]|0,k[g>>2]|0);Jg(a,k[c>>2]|0);MC(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+28>>2]|0;c=k[b+24>>2]|0;while(1){if((c|0)==(d|0))break;fA(k[a>>2]|0,k[g>>2]|0);qk(a,k[c>>2]|0);MC(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}d=k[b+52>>2]|0;c=k[b+48>>2]|0;while(1){if((c|0)==(d|0))break;fA(k[a>>2]|0,k[g>>2]|0);Zn(a,k[c>>2]|0);MC(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}c=b+60|0;if(!(((k[b+76>>2]|0)==(k[b+72>>2]|0)?(k[b+64>>2]|0)==0:0)?(k[b+68>>2]|0)==-1:0)){fA(k[a>>2]|0,k[g>>2]|0);Gh(a,c);MC(k[a>>2]|0,k[e>>2]|0)|0}d=k[b+40>>2]|0;c=k[b+36>>2]|0;while(1){if((c|0)==(d|0))break;fA(k[a>>2]|0,k[g>>2]|0);te(a,k[c>>2]|0);MC(k[a>>2]|0,k[e>>2]|0)|0;c=c+4|0}Gw(a);MC(k[a>>2]|0,k[e>>2]|0)|0;k[f>>2]=0;return}function oe(){Se(47244,35773,1);Se(47248,35782,1);Se(47252,37548,1);Se(47256,35788,1);Se(47260,35793,1);Se(47264,37421,1);Se(47268,35800,1);Se(47272,35804,1);Se(47276,35810,1);Se(47280,35822,1);Se(47284,35829,1);Se(47288,35836,1);Se(47292,37565,1);Se(47296,35839,1);Se(47300,35845,1);Se(47304,35848,1);Se(47308,35852,1);Se(47312,35856,1);Se(47316,37517,1);Se(47320,35860,1);Se(47324,35864,1);Se(47328,35870,1);Se(47332,35876,1);Se(47336,35885,1);Se(47340,35892,1);Se(47344,38549,1);Se(47348,38557,1);Se(47352,35899,1);Se(47356,35908,1);Se(47360,35920,1);Se(47364,35935,1);Se(47368,35949,1);Se(47372,35962,1);Se(47376,35976,1);Se(47380,35988,1);Se(47384,36003,1);Se(47388,36018,1);Se(47392,36031,1);Se(47396,36044,1);Se(47400,46e3,1);Se(47404,45950,1);Se(47408,45991,1);Se(47412,44725,1);Se(47416,45926,1);Se(47420,45975,1);Se(47424,44889,1);Se(47428,44737,1);Se(47432,45934,1);Se(47436,45940,1);Se(47440,44739,1);Se(47444,45931,1);Se(47448,45972,1);Se(47452,45921,1);Se(47456,46045,1);Se(47460,44720,1);Se(47464,46050,1);Se(47468,45943,1);Se(47472,36057,1);Se(47476,36061,1);Se(47480,36075,1);Se(47484,36081,1);Se(47488,36088,1);Se(47492,36095,1);Se(47496,36103,1);Se(47500,36110,1);Se(47504,36118,1);Se(47508,36126,1);Se(47512,36134,1);Se(47516,55711,1);Se(47520,37382,1);Se(47524,44675,1);Se(47528,36137,1);Se(47532,36139,1);Se(47536,36141,1);Se(47540,45879,1);Se(47544,36143,1);Se(47548,36145,1);Se(47552,37598,1);Se(47556,36147,1);Se(47560,36155,1);Se(47564,45919,1);Se(47568,36159,1);Se(47572,36163,1);Se(47576,36169,1);Se(47580,46098,1);Se(47584,45852,1);Ue(47588,36176);Fb(163,47588,x|0)|0;k[11905]=0;k[11906]=0;k[11907]=0;Fb(164,47620,x|0)|0;k[11908]=0;k[11909]=0;k[11910]=0;Fb(165,47632,x|0)|0;vd();return}function pe(a){a=+a;var b=0,c=0.0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+80|0;t=z+64|0;s=z+56|0;v=z+48|0;u=z+40|0;q=z+32|0;o=z+24|0;x=z+16|0;m=z+8|0;n=z;y=a<0.0;a=y?-a:a;j=+Je(a,1.0)==0.0;p[x>>3]=C;p[m>>3]=C;l=!(a>=0.0);h=0;a:while(1){if((h|0)>=2){w=3;break}e=(h|0)!=0;g=e?52630:51630;b:do if(j){if(l){w=12;break a}if(WC(a)|0){d=Eu(a)|0;f=u;k[f>>2]=d;k[f+4>>2]=N;XB(g,999,27722,u)|0;k[v>>2]=n;XD(g,27699,v);break}else{p[s>>3]=a;XB(g,999,e?27727:27730,s)|0;k[t>>2]=n;XD(g,27699,t);break}}else{d=e?101:102;b=0;while(1){if((b|0)>=19)break b;i[53629]=37;i[53630]=46;if((b|0)<10){i[53631]=b+48;i[53632]=d;i[53633]=0}else{i[53631]=49;i[53632]=b+38;i[53633]=d;i[53634]=0}p[o>>3]=a;XB(g,999,53629,o)|0;k[q>>2]=n;XD(g,27699,q);if(+p[n>>3]==a)break;else b=b+1|0}}while(0);c=+P(+(+p[n>>3]-a));p[(e?m:x)>>3]=c;d=QH(g,46)|0;c:do if(!d){if(!(j&e)){e=g+(Cp(g)|0)+-1|0;d=g;f=e;while(1){if((i[f>>0]|0)==48){if(f>>>0<=g>>>0){w=28;break}}else{b=f;if(!(f>>>0>g>>>0&(b-d|0)>24))break}f=f+-1|0}if((w|0)==28){w=0;b=f}b=e-b|0;if((b|0)>2){i[f+1>>0]=101;if((b|0)<10){i[f+2>>0]=b+48;i[f+3>>0]=0;break}if((b|0)<100){i[f+2>>0]=((b>>>0)/10|0)+48;i[f+3>>0]=(b>>>0)%10|0|48;i[f+4>>0]=0;break}if((b|0)>=1e3){w=36;break a}i[f+2>>0]=((b>>>0)/100|0)+48;i[f+3>>0]=(((b>>>0)%100|0)>>>0)/10|0|48;i[f+4>>0]=(b>>>0)%10|0|48;i[f+5>>0]=0}}}else{while(1){b=d+1|0;if(((i[b>>0]|0)+-48&255)<10)d=b;else break}while(1){if((i[d>>0]|0)==48)b=d;else break;do{e=b;b=b+1|0;f=i[b>>0]|0;i[e>>0]=f}while(f<<24>>24!=0);d=d+-1|0}d:while(1){if((i[g>>0]|0)==48)b=g;else break c;while(1){d=b+1|0;f=i[d>>0]|0;i[b>>0]=f;if(!(f<<24>>24))continue d;else b=d}}}while(0);h=h+1|0}if((w|0)==3){c=+p[m>>3];a=+p[x>>3];if(c==a){b=Cp(52630)|0;b=b>>>0<(Cp(51630)|0)>>>0}else b=c<a;b=b?52630:51630;if(y){b=b+-1|0;i[b>>0]=45}r=z;return b|0}else if((w|0)==12)Ra(27703,36449,872,27710);else if((w|0)==36)Ra(27735,36449,935,27710);return 0}function qe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+48|0;m=s+32|0;n=s+16|0;o=s;q=jw(Pp(a,b)|0)|0;Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=123)Ra(31314,31084,536,31526);k[b>>2]=c+1;e=m+12|0;f=m+8|0;g=n+12|0;h=n+8|0;j=o+12|0;l=o+8|0;a:while(1){Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)==125){p=28;break}md(m,c);do if(!(k[e>>2]|0)){c=k[m>>2]|0;if((c|0)!=(k[11888]|0)){if((c|0)!=(k[11889]|0)){p=23;break}k[b>>2]=(k[b>>2]|0)+(k[f>>2]|0);Oq(q);Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=58){p=21;break a}k[b>>2]=c+1;break}k[b>>2]=(k[b>>2]|0)+(k[f>>2]|0);Jj(b);md(n,k[b>>2]|0);c=k[g>>2]|0;if((c|1|0)==5){c=Hq(n)|0;k[b>>2]=(k[b>>2]|0)+(k[h>>2]|0)}else{if((c|0)!=1){p=10;break a}if((k[n>>2]|0)!=(k[11851]|0)){p=12;break a}k[b>>2]=(k[b>>2]|0)+(k[h>>2]|0);Jj(b);md(o,k[b>>2]|0);if((k[j>>2]|1|0)!=5){p=14;break a}c=k[11851]|0;c=ns(c,Hq(o)|0)|0;k[b>>2]=(k[b>>2]|0)+(k[l>>2]|0)}yr(q,c);Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=58){p=17;break a}k[b>>2]=c+1}else p=23;while(0);if((p|0)==23){p=0;Jj(b);d=(i[k[b>>2]>>0]|0)==123;if(d)c=Lq(a,b)|0;else c=Vh(a,b,31346,k[11888]|0,k[11889]|0)|0;Ck(q,c,d)}}if((p|0)==10)Ra(31538,31084,553,31526);else if((p|0)==12)Ra(31561,31084,554,31526);else if((p|0)==14)Ra(31580,31084,558,31526);else if((p|0)==17)Ra(31598,31084,564,31526);else if((p|0)==21)Ra(31598,31084,571,31526);else if((p|0)==28){Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)==125){k[b>>2]=c+1;r=s;return q|0}else Ra(31349,31084,584,31526)}return 0}function re(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;j=m;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=b;l=b+8|0;h=b+12|0;f=c+4|0;if(((k[h>>2]|0)-(k[l>>2]|0)>>2|0)!=((k[f>>2]|0)-(k[c>>2]|0)>>4|0)){i=MC(48992,24606)|0;i=MC(Vx(i,k[b>>2]|0)|0,24617)|0;i=MC(Ii(i,(k[h>>2]|0)-(k[l>>2]|0)>>2)|0,24628)|0;i=MC(Ii(i,(k[f>>2]|0)-(k[c>>2]|0)>>4)|0,24646)|0;g=hD(i+(k[(k[i>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(j);rm(i,g);bp(i);Ka()}wr(a,sF(b)|0);i=0;while(1){if(i>>>0>=(sF(b)|0)>>>0){d=5;break}n=k[c>>2]|0;g=k[l>>2]|0;d=(k[h>>2]|0)-g>>2>>>0>i>>>0;e=n;if(i>>>0<(k[f>>2]|0)-n>>4>>>0){if(!d){d=8;break}d=e+(i<<4)|0;if((k[g+(i<<2)>>2]|0)!=(k[d>>2]|0)){d=10;break}n=(k[a>>2]|0)+(i<<4)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];k[n+12>>2]=k[d+12>>2]}else{if(d){d=13;break}n=kz(b,i)|0;k[(k[a>>2]|0)+(i<<4)>>2]=n}i=i+1|0}if((d|0)==5){r=m;return}else if((d|0)==8)Ra(24658,23304,607,24679);else if((d|0)==10){n=MC(48992,24606)|0;n=MC(Vx(n,k[b>>2]|0)|0,24693)|0;n=MC(Ii(MC(MC(n,vx(k[(k[l>>2]|0)+(i<<2)>>2]|0)|0)|0,24709)|0,i)|0,24725)|0;n=MC(MC(n,vx(k[(k[c>>2]|0)+(i<<4)>>2]|0)|0)|0,45919)|0;m=hD(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=SF(m,49696)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;MI(j);rm(n,m);bp(n);Ka()}else if((d|0)==13)Ra(24732,23304,617,24679)}function se(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;l=a;i=b;j=i;g=c;n=d;h=n;if(!j){f=(e|0)!=0;if(!h){if(f){k[e>>2]=(l>>>0)%(g>>>0);k[e+4>>2]=0}n=0;e=(l>>>0)/(g>>>0)>>>0;return (N=n,e)|0}else{if(!f){n=0;e=0;return (N=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=b&0;n=0;e=0;return (N=n,e)|0}}f=(h|0)==0;do if(g){if(!f){f=(da(h|0)|0)-(da(j|0)|0)|0;if(f>>>0<=31){m=f+1|0;h=31-f|0;b=f-31>>31;g=m;a=l>>>(m>>>0)&b|j<<h;b=j>>>(m>>>0)&b;f=0;h=l<<h;break}if(!e){n=0;e=0;return (N=n,e)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;n=0;e=0;return (N=n,e)|0}f=g-1|0;if(f&g|0){h=(da(g|0)|0)+33-(da(j|0)|0)|0;p=64-h|0;m=32-h|0;i=m>>31;o=h-32|0;b=o>>31;g=h;a=m-1>>31&j>>>(o>>>0)|(j<<m|l>>>(h>>>0))&b;b=b&j>>>(h>>>0);f=l<<p&i;h=(j<<p|l>>>(o>>>0))&i|l<<m&h-33>>31;break}if(e|0){k[e>>2]=f&l;k[e+4>>2]=0}if((g|0)==1){o=i|b&0;p=a|0|0;return (N=o,p)|0}else{p=Ux(g|0)|0;o=j>>>(p>>>0)|0;p=j<<32-p|l>>>(p>>>0)|0;return (N=o,p)|0}}else{if(f){if(e|0){k[e>>2]=(j>>>0)%(g>>>0);k[e+4>>2]=0}o=0;p=(j>>>0)/(g>>>0)>>>0;return (N=o,p)|0}if(!l){if(e|0){k[e>>2]=0;k[e+4>>2]=(j>>>0)%(h>>>0)}o=0;p=(j>>>0)/(h>>>0)>>>0;return (N=o,p)|0}f=h-1|0;if(!(f&h)){if(e|0){k[e>>2]=a|0;k[e+4>>2]=f&j|b&0}o=0;p=j>>>((Ux(h|0)|0)>>>0);return (N=o,p)|0}f=(da(h|0)|0)-(da(j|0)|0)|0;if(f>>>0<=30){b=f+1|0;h=31-f|0;g=b;a=j<<h|l>>>(b>>>0);b=j>>>(b>>>0);f=0;h=l<<h;break}if(!e){o=0;p=0;return (N=o,p)|0}k[e>>2]=a|0;k[e+4>>2]=i|b&0;o=0;p=0;return (N=o,p)|0}while(0);if(!g){j=h;i=0;h=0}else{m=c|0|0;l=n|d&0;j=nG(m|0,l|0,-1,-1)|0;c=N;i=h;h=0;do{d=i;i=f>>>31|i<<1;f=h|f<<1;d=a<<1|d>>>31|0;n=a>>>31|b<<1|0;pE(j|0,c|0,d|0,n|0)|0;p=N;o=p>>31|((p|0)<0?-1:0)<<1;h=o&1;a=pE(d|0,n|0,o&m|0,(((p|0)<0?-1:0)>>31|((p|0)<0?-1:0)<<1)&l|0)|0;b=N;g=g-1|0}while((g|0)!=0);j=i;i=0}g=0;if(e|0){k[e>>2]=a;k[e+4>>2]=b}o=(f|0)>>>31|(j|g)<<1|(g<<1|f>>>31)&0|i;p=(f<<1|0>>>31)&-2|h;return (N=o,p)|0}function te(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=a+28|0;k[j>>2]=b;DA(k[a>>2]|0,33966)|0;Xs(a,k[b>>2]|0)|0;c=b+32|0;if(k[c>>2]|0){h=MC(MC(k[a>>2]|0,k[a+12>>2]|0)|0,33972)|0;dy(Vx(h,k[c>>2]|0)|0,41)|0}g=b+8|0;h=b+12|0;d=k[h>>2]|0;c=k[g>>2]|0;a:do if((d|0)!=(c|0)){f=a+12|0;e=0;while(1){if(e>>>0>=d-c>>2>>>0)break a;MC(k[a>>2]|0,k[f>>2]|0)|0;c=DA(k[a>>2]|0,33979)|0;c=dy(Vx(c,VB(k[j>>2]|0,e)|0)|0,32)|0;dy(MC(c,vx(kz(b,e)|0)|0)|0,41)|0;e=e+1|0;c=k[g>>2]|0;d=k[h>>2]|0}}while(0);c=b+4|0;if(k[c>>2]|0){MC(k[a>>2]|0,k[a+12>>2]|0)|0;f=DA(k[a>>2]|0,33986)|0;dy(MC(f,vx(k[c>>2]|0)|0)|0,41)|0}eB(a);d=a+4|0;e=a+16|0;c=(k[h>>2]|0)-(k[g>>2]|0)>>2;while(1){if(c>>>0>=(sF(b)|0)>>>0)break;fA(k[a>>2]|0,k[d>>2]|0);h=DA(k[a>>2]|0,33994)|0;h=dy(Vx(h,VB(k[j>>2]|0,c)|0)|0,32)|0;dy(MC(h,vx(kz(b,c)|0)|0)|0,41)|0;MC(k[a>>2]|0,k[e>>2]|0)|0;c=c+1|0}c=b+36|0;b:do if(((i[a+20>>0]|0)==0?(l=k[c>>2]|0,(k[l>>2]|0)==1):0)?(l=($F(l)|0)+8|0,(k[l>>2]|0)==0):0){e=$F(k[c>>2]|0)|0;d=e+12|0;e=k[e+20>>2]|0;c=0;while(1){if((c|0)==(e|0))break b;l=DC(d,c)|0;Ln(a,k[l>>2]|0);c=c+1|0}}else m=18;while(0);if((m|0)==18)Ln(a,k[c>>2]|0);Gw(a);return}function ue(){var a=0,b=0,c=0;k[11753]=0;k[11752]=10500;sy();k[11788]=0;k[11789]=0;k[11790]=0;dr(47152,41095,1);a=k[11754]|0;b=k[11755]|0;while(1){if((b|0)==(a|0))break;c=b+-4|0;k[11755]=c;b=c}k[11673]=0;k[11672]=8164;lH();k[11675]=0;k[11674]=8196;kH();FI();rH();k[11681]=0;k[11680]=10716;qH();k[11683]=0;k[11682]=10784;AG();k[11685]=0;k[11684]=10452;c=QE()|0;k[11686]=c;zG();k[11689]=0;k[11688]=10832;rG();k[11691]=0;k[11690]=10880;sG();vz();hH();pz();gH();k[11707]=0;k[11706]=8228;tE();k[11709]=0;k[11708]=8292;sE();k[11711]=0;k[11710]=8356;rE();k[11713]=0;k[11712]=8408;qE();k[11715]=0;k[11714]=9956;TG();k[11717]=0;k[11716]=10012;SG();k[11719]=0;k[11718]=10068;RG();k[11721]=0;k[11720]=10124;QG();k[11723]=0;k[11722]=10180;hE();k[11725]=0;k[11724]=10208;gE();k[11727]=0;k[11726]=10236;fE();k[11729]=0;k[11728]=10264;eE();k[11731]=0;k[11730]=8460;k[11732]=8508;nE();k[11735]=0;k[11734]=8544;k[11736]=8592;mE();k[11739]=0;k[11738]=10696;c=QE()|0;k[11740]=c;k[11738]=9908;lE();k[11743]=0;k[11742]=10696;c=QE()|0;k[11744]=c;k[11742]=9932;kE();k[11747]=0;k[11746]=10292;jH();k[11749]=0;k[11748]=10324;iH();return}function ve(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;d=p;f=a+12|0;if(i[f>>0]|0){o=MC(48992,19887)|0;n=hD(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=SF(n,49696)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;MI(d);rm(o,n);bp(o)}e=rh(a)|0;if(i[f>>0]|0){o=Ii(MC(48992,19905)|0,e)|0;n=hD(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=SF(n,49696)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;MI(d);rm(o,n);bp(o)}b=0;a:while(1){if(b>>>0>=e>>>0){b=7;break}if(i[f>>0]|0){o=MC(48992,19911)|0;n=hD(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=SF(n,49696)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;MI(d);rm(o,n);bp(o)}g=fB(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;if((ih(a)|0)<<24>>24!=64){b=11;break}h=rh(a)|0;if(i[f>>0]|0){o=Ii(MC(48992,19974)|0,h)|0;n=hD(o+(k[(k[o>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=n;n=SF(n,49696)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;MI(d);rm(o,n);bp(o)}j=g+12|0;l=g+16|0;m=g+8|0;c=0;while(1){if((c|0)==(h|0))break;n=IE(a)|0;k[d>>2]=n;o=k[j>>2]|0;if(o>>>0<(k[l>>2]|0)>>>0){k[o>>2]=n;k[j>>2]=o+4}else Lm(m,d);c=c+1|0}switch(rh(a)|0){case 0:{k[g+4>>2]=0;break}case 1:{o=IE(a)|0;k[g+4>>2]=o;break}default:{b=22;break a}}ok(k[a>>2]|0,g);b=b+1|0}if((b|0)==7){r=p;return}else if((b|0)==11)Ra(19920,19332,1484,19959);else if((b|0)==22)Ra(19987,19332,1494,19959)}function we(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+32|0;l=t+28|0;m=t+24|0;s=t+12|0;n=t;o=a+4|0;e=gz(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;k[s>>2]=0;q=s+4|0;k[q>>2]=0;k[s+8>>2]=0;g=s+8|0;p=a+72|0;h=a+76|0;j=a+68|0;c=0;d=0;f=b;while(1){if(c>>>0<d>>>0){k[c>>2]=f;k[c+4>>2]=e;k[q>>2]=c+8}else rl(s,m,l);d=(Sp(f)|0)+8|0;if((k[d>>2]|0)>>>0>1?(d=Tm(f,1)|0,(i[d>>0]|0)==0):0){b=e+8|0;d=lG(Tm(f,1)|0)|0;k[b>>2]=d;d=2}else{k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;dr(n,37548,5);d=gi(a,n)|0;k[e+8>>2]=d;UG(n);d=1;b=e+8|0}c=k[p>>2]|0;if((c|0)==(k[h>>2]|0))Lm(j,b);else{k[c>>2]=k[b>>2];k[p>>2]=(k[p>>2]|0)+4}e=(Sp(f)|0)+8|0;if(d>>>0>=(k[e>>2]|0)>>>0)break;b=Tm(f,d)|0;f=lG(Tm(b,0)|0)|0;if((f|0)!=(k[12003]|0))break;e=gz(k[o>>2]|0)|0;k[l>>2]=e;k[m>>2]=b;c=k[q>>2]|0;d=k[g>>2]|0;f=b}c=k[s>>2]|0;d=(k[q>>2]|0)-c>>3;while(1){g=d+-1|0;if((d|0)<=0){b=17;break}e=k[c+(g<<3)>>2]|0;f=k[c+(g<<3)+4>>2]|0;o=(Sp(e)|0)+8|0;a:do if((k[o>>2]|0)>>>0>1){b=Tm(e,1)|0;b=(i[b>>0]|0)==0?2:1;c=k[s>>2]|0;if((d|0)<((k[q>>2]|0)-c>>3|0)){o=f+12|0;ww(o,k[c+(d<<3)+4>>2]|0);b=b+1|0;c=o}else c=f+12|0;while(1){o=(Sp(e)|0)+8|0;if(b>>>0>=(k[o>>2]|0)>>>0)break a;ww(c,uc(a,Tm(e,b)|0)|0);b=b+1|0}}while(0);c=k[p>>2]|0;if((k[c+-4>>2]|0)==(k[f+8>>2]|0))b=0;else{b=26;break}while(1){if((b|0)==-1)break;o=b+-1|0;k[p>>2]=c+(o<<2);b=o}Ik(f);d=g;c=k[s>>2]|0}if((b|0)==17){q=k[c+4>>2]|0;by(s);r=t;return q|0}else if((b|0)==26)Ra(18788,17579,1023,18820);return 0}function xe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+16|0;j=o+4|0;l=o;m=EF(k[b>>2]|0)|0;n=a+40|0;g=k[n>>2]|0;h=m+24|0;b=yp(g+100|0,k[h>>2]|0)|0;if((b|0)!=(g+104|0)){d=k[b+20>>2]|0;c=d+8|0;d=d+12|0;e=m+8|0;f=m+16|0;b=0;a:while(1){if(b>>>0>=(k[d>>2]|0)-(k[c>>2]|0)>>2>>>0)break;b:do if(b>>>0<(k[f>>2]|0)>>>0){p=DC(e,b)|0;g=k[(k[c>>2]|0)+(b<<2)>>2]|0;if((k[(k[p>>2]|0)+4>>2]|0)!=(g|0)){if((g|0)!=4){i=9;break a}p=DC(e,b)|0;switch(k[(k[p>>2]|0)+4>>2]|0){case 1:{p=k[n>>2]|0;g=DC(e,b)|0;g=UA(k[p+8>>2]|0,36,k[g>>2]|0)|0;p=DC(e,b)|0;k[p>>2]=g;break b}case 3:{p=k[n>>2]|0;g=DC(e,b)|0;g=UA(k[p+8>>2]|0,43,k[g>>2]|0)|0;p=DC(e,b)|0;k[p>>2]=g;break b}default:break b}}}else{p=zA(k[(k[n>>2]|0)+4>>2]|0)|0;g=k[(k[c>>2]|0)+(b<<2)>>2]|0;k[p+8>>2]=g;k[p+4>>2]=g;ww(e,p)}while(0);b=b+1|0}if((i|0)==9)Ra(29015,11935,769,20835);e=a+16|0;b=k[a+36>>2]|0;k[l>>2]=k[h>>2];k[j>>2]=k[l>>2];b=(Tv(b,j)|0)+16|0;b=k[(k[b>>2]|0)+4>>2]|0;c=m+4|0;d=k[c>>2]|0;if((d|0)!=(b|0)){c:do if((b|0)!=4)if(!d){p=BG(k[(k[n>>2]|0)+8>>2]|0)|0;k[p+8>>2]=m;k[e>>2]=p;break}else Ra(29038,11935,789,20835);else switch(d|0){case 1:{p=UA(k[(k[n>>2]|0)+8>>2]|0,29,m)|0;k[e>>2]=p;break c}case 3:{p=UA(k[(k[n>>2]|0)+8>>2]|0,44,m)|0;k[e>>2]=p;break c}case 0:{p=BG(k[(k[n>>2]|0)+8>>2]|0)|0;k[p+8>>2]=m;k[e>>2]=p;break c}default:{}}while(0);k[c>>2]=b}}r=o;return}function ye(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+16|0;o=p;dy(DA(k[a>>2]|0,37363)|0,32)|0;Ii(k[a>>2]|0,k[b+4>>2]|0)|0;c=b+8|0;d=k[c>>2]|0;if((d|0)<65535)switch(d|0){case 0:break;default:e=2}else switch(d|0){case 65535:break;default:e=2}if((e|0)==2){n=dy(k[a>>2]|0,32)|0;Ii(n,k[c>>2]|0)|0}MC(k[a>>2]|0,35601)|0;h=k[b+16>>2]|0;j=a+4|0;l=o+4|0;m=o+8|0;n=o+4|0;b=k[b+12>>2]|0;while(1){if((b|0)==(h|0))break;JF(o,b);fA(k[a>>2]|0,k[j>>2]|0);DA(k[a>>2]|0,35604)|0;pf(a,k[o>>2]|0);MC(k[a>>2]|0,35610)|0;d=k[m>>2]|0;e=k[l>>2]|0;c=0;while(1){if(c>>>0>=(d-e|0)>>>0)break;f=i[e+c>>0]|0;a:do switch(f<<24>>24){case 10:{MC(k[a>>2]|0,35617)|0;break}case 13:{MC(k[a>>2]|0,35620)|0;break}case 9:{MC(k[a>>2]|0,35624)|0;break}case 12:{MC(k[a>>2]|0,35627)|0;break}case 8:{MC(k[a>>2]|0,35631)|0;break}case 92:{MC(k[a>>2]|0,35635)|0;break}case 34:{MC(k[a>>2]|0,35638)|0;break}case 39:{MC(k[a>>2]|0,35641)|0;break}default:{g=k[a>>2]|0;if((f+-32&255)<95){Ay(g,f);break a}else{q=g+(k[(k[g>>2]|0)+-12>>2]|0)+4|0;k[q>>2]=k[q>>2]&-75|8;g=Ji(Ji(dy(g,92)|0,(f&255)>>>4&255)|0,f&15)|0;g=g+(k[(k[g>>2]|0)+-12>>2]|0)+4|0;k[g>>2]=k[g>>2]&-75|2;break a}}}while(0);c=c+1|0}MC(k[a>>2]|0,35613)|0;Ly(n);b=b+16|0}r=p;return}function ze(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+48|0;o=t+36|0;p=t+24|0;q=t+12|0;s=t;n=qc(a,b,d)|0;if((n|0)!=(a|0)?(e=d+4|0,m=k[e>>2]|0,(k[d>>2]|0)!=(m|0)):0){Un(q,c,44675);Eq(s,(k[e>>2]|0)+-24|0);b=i[s+11>>0]|0;a=b<<24>>24<0;b=Fm(q,a?k[s>>2]|0:s,a?k[s+4>>2]|0:b&255)|0;k[p>>2]=k[b>>2];k[p+4>>2]=k[b+4>>2];k[p+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}j=m+-24|0;b=uA(p,44580)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}g=j+11|0;if((i[g>>0]|0)<0){i[k[j>>2]>>0]=0;k[m+-20>>2]=0;a=i[g>>0]|0;if(a<<24>>24<0){h=0;d=(k[m+-16>>2]&2147483647)+-1|0;c=1}else l=13}else{i[j>>0]=0;i[g>>0]=0;a=0;l=13}if((l|0)==13){h=a&255;d=10;c=0}b=h>>>0<11;f=b?10:(h+16&496)+-1|0;a:do if((f|0)!=(d|0)){do if(b){b=k[j>>2]|0;if(c){a=0;e=j;l=21}else{c=0;d=1;e=j;l=22}}else{e=yc(f+1|0)|0;if(f>>>0<=d>>>0&(e|0)==0)break a;if(c){a=1;b=k[j>>2]|0;l=21;break}else{c=1;d=0;b=j;l=22;break}}while(0);if((l|0)==21){c=a;d=1;a=k[m+-20>>2]|0}else if((l|0)==22)a=a&255;a=a+1|0;if(a|0)Qq(e|0,b|0,a|0)|0;if(d)Vc(b);if(c){k[m+-16>>2]=f+1|-2147483648;k[m+-20>>2]=h;k[j>>2]=e;break}else{i[g>>0]=h;break}}while(0);k[j>>2]=k[o>>2];k[j+4>>2]=k[o+4>>2];k[j+8>>2]=k[o+8>>2];a=0;while(1){if((a|0)==3)break;k[o+(a<<2)>>2]=0;a=a+1|0}pF(o);pF(p);pF(s);pF(q);a=n}r=t;return a|0}function Ae(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;a:do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){q=k[a+12>>2]|0;h=a+16+(q<<3)|0;ku(a+16|0,b,c,d,e);f=a+24|0;if((q|0)<=1)break;a=k[a+8>>2]|0;if((a&2|0)==0?(j=b+36|0,(k[j>>2]|0)!=1):0){if(!(a&1)){a=b+54|0;while(1){if(i[a>>0]|0)break a;if((k[j>>2]|0)==1)break a;ku(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+24|0;g=b+54|0;while(1){if(i[g>>0]|0)break a;if((k[j>>2]|0)==1?(k[a>>2]|0)==1:0)break a;ku(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}a=b+54|0;while(1){if(i[a>>0]|0)break a;ku(f,b,c,d,e);f=f+8|0;if(f>>>0>=h>>>0)break a}}if((k[b+16>>2]|0)!=(c|0)?(q=b+20|0,(k[q>>2]|0)!=(c|0)):0){k[b+32>>2]=d;p=b+44|0;if((k[p>>2]|0)==4)break;j=a+16+(k[a+12>>2]<<3)|0;d=b+52|0;l=b+53|0;n=b+54|0;m=a+8|0;o=b+24|0;f=0;g=a+16|0;h=0;b:while(1){if(g>>>0>=j>>>0){a=20;break}i[d>>0]=0;i[l>>0]=0;ut(g,b,c,c,1,e);if(i[n>>0]|0){a=20;break}do if(i[l>>0]|0){if(!(i[d>>0]|0))if(!(k[m>>2]&1)){f=1;a=20;break b}else{f=1;a=h;break}if((k[o>>2]|0)==1){a=25;break b}if(!(k[m>>2]&2)){a=25;break b}else{f=1;a=1}}else a=h;while(0);g=g+8|0;h=a}do if((a|0)==20){if((!h?(k[q>>2]=c,c=b+40|0,k[c>>2]=(k[c>>2]|0)+1,(k[b+36>>2]|0)==1):0)?(k[o>>2]|0)==2:0){i[n>>0]=1;if(f){a=25;break}else{f=4;break}}if(f)a=25;else f=4}while(0);if((a|0)==25)f=3;k[p>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function Be(a,b){a=a|0;b=b|0;var c=0.0,d=0;d=NJ(b,0)|0;do if(RE(k[d>>2]|0,47320)|0){d=NJ(b,1)|0;d=dv(k[d>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=d}else{d=NJ(b,0)|0;if(RE(k[d>>2]|0,47368)|0){d=NJ(b,1)|0;if(RE(k[d>>2]|0,47400)|0?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,0)|0,RE(k[d>>2]|0,47320)|0):0){d=NJ(b,2)|0;d=NJ(k[d>>2]|0,1)|0;d=MG(k[d>>2]|0)|0;c=+p[d>>3];k[a>>2]=4;p[a+8>>3]=c;break}d=NJ(b,1)|0;if(RE(k[d>>2]|0,47404)|0?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,0)|0,RE(k[d>>2]|0,47320)|0):0){d=NJ(b,2)|0;d=NJ(k[d>>2]|0,1)|0;d=MG(k[d>>2]|0)|0;c=-+p[d>>3];if(AI(c)|0){k[a>>2]=1;k[a+8>>2]=~~c;break}if(rD(c)|0){k[a>>2]=1;k[a+8>>2]=~~c>>>0;break}else Ra(30283,11935,381,30328)}d=NJ(b,1)|0;if(((RE(k[d>>2]|0,47400)|0?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,0)|0,RE(k[d>>2]|0,47368)|0):0)?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,1)|0,RE(k[d>>2]|0,47404)|0):0)?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,2)|0,d=NJ(k[d>>2]|0,0)|0,RE(k[d>>2]|0,47320)|0):0){d=NJ(b,2)|0;d=NJ(k[d>>2]|0,2)|0;d=NJ(k[d>>2]|0,1)|0;d=MG(k[d>>2]|0)|0;c=-+p[d>>3];k[a>>2]=4;p[a+8>>3]=c;break}d=NJ(b,1)|0;if(((RE(k[d>>2]|0,47404)|0?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,0)|0,RE(k[d>>2]|0,47368)|0):0)?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,1)|0,RE(k[d>>2]|0,47400)|0):0)?(d=NJ(b,2)|0,d=NJ(k[d>>2]|0,2)|0,d=NJ(k[d>>2]|0,0)|0,RE(k[d>>2]|0,47320)|0):0){d=NJ(b,2)|0;d=NJ(k[d>>2]|0,2)|0;d=NJ(k[d>>2]|0,1)|0;d=MG(k[d>>2]|0)|0;c=-+p[d>>3];k[a>>2]=4;p[a+8>>3]=c;break}}k[a>>2]=0;d=a+8|0;k[d>>2]=0;k[d+4>>2]=0}while(0);return}function Ce(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;j=r;r=r+32|0;m=j+28|0;n=j+24|0;d=j+20|0;e=j+16|0;f=j;zn(a);p=a+16|0;q=a+8|0;g=f+4|0;h=f+8|0;c=f+12|0;b=k[p>>2]|0;a:while(1){s=k[q>>2]|0;if(b>>>0>=((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){b=33;break}s=rh(a)|0;k[n>>2]=s;k[f>>2]=n;k[g>>2]=a;k[h>>2]=d;k[c>>2]=e;do if(Gj(f,37426)|0)Sn(a);else{if(Gj(f,37363)|0){om(a);break}if(Gj(f,37370)|0){ve(a);break}if(Gj(f,37375)|0){ie(a);break}if(Gj(f,37382)|0){Of(a);break}if(Gj(f,37391)|0){jd(a);break}if(Gj(f,37396)|0){Lf(a);break}if(Gj(f,37403)|0){dg(a);break}if(Gj(f,37410)|0){Wf(a);break}if(Gj(f,37415)|0){_f(a);break}if(!(Gj(f,37421)|0)){b=25;break a}ij(a)}while(0);b=k[p>>2]|0;if((b|0)!=((k[d>>2]|0)+(k[e>>2]|0)|0)){b=31;break}}if((b|0)==25){MC(48992,19277)|0;b=k[n>>2]|0;s=k[q>>2]|0;if(((k[p>>2]|0)+-1+b|0)>>>0<((k[s+4>>2]|0)-(k[s>>2]|0)|0)>>>0){l=0;o=b}else Ra(19298,19332,1309,19350);while(1){if(l>>>0>=o>>>0)break;dy(48992,i[(k[k[q>>2]>>2]|0)+((k[p>>2]|0)+l)>>0]|0)|0;l=l+1|0;o=k[n>>2]|0}s=hD(48992+(k[(k[12248]|0)+-12>>2]|0)|0)|0;k[m>>2]=s;s=SF(s,49696)|0;s=nc[k[(k[s>>2]|0)+28>>2]&31](s,10)|0;MI(m);rm(48992,s);bp(48992);Ka()}else if((b|0)==31)Ra(19355,19332,1314,19350);else if((b|0)==33){qf(a);r=j;return}}function De(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 32:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 33:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 34:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=1;e=16;break}case 35:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=1;i[c+9>>0]=0;e=16;break}case 42:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=1;e=16;break}case 36:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 37:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 38:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 39:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 40:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=1;e=16;break}case 41:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=2;i[c+9>>0]=0;e=16;break}case 43:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=2;e=16;break}case 44:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+4>>2]=3;e=16;break}case 45:{c=iD(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+4>>2]=4;e=16;break}default:c=0}while(0);if((e|0)==16){if(i[a+12>>0]|0){e=MC(48992,21760)|0;g=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(e,g);bp(e)}lz(a,c+16|0,c+12|0);g=xv(a)|0;k[c+20>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function Ee(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if((b-a|0)>1){d=i[a>>0]|0;switch(d<<24>>24){case 100:case 111:{if((i[a+1>>0]|0)==110){f=a+2|0;if(d<<24>>24==111){d=tc(f,b,c)|0;if((d|0)==(f|0))break a;a=Uc(d,b,c)|0;if((a|0)==(d|0)){a=d;break a}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Eq(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;kA(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;Fm(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;pF(g);break a}else{if((f|0)!=(b|0)){d=fd(f,b,c)|0;if((d|0)==(f|0))d=Zi(f,b,c)|0;if((d|0)!=(f|0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0)Lz(e+-24|0,0,44889)|0;else d=f}else d=b;a=(d|0)==(f|0)?a:d;break a}}break}default:{}}d=Zi(a,b,c)|0;if((d|0)==(a|0)){d=tc(a,b,c)|0;if((d|0)!=(a|0)){a=Uc(d,b,c)|0;if((a|0)!=(d|0)){f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){Eq(g,d+-24|0);d=k[f>>2]|0;e=d+-24|0;b=d;while(1){if((b|0)==(e|0))break;c=b+-24|0;k[f>>2]=c;kA(c);b=k[f>>2]|0}c=i[g+11>>0]|0;f=c<<24>>24<0;Fm(d+-48|0,f?k[g>>2]|0:g,f?k[g+4>>2]|0:c&255)|0;pF(g)}}else a=d}}else a=d}while(0);r=h;return a|0}function Fe(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0.0,f=0,g=0,h=0,l=0,m=0,n=0,q=0,s=0,t=0;t=r;r=r+16|0;s=t;h=k[d>>2]|0;l=c+8|0;d=j[l>>1]|0;f=d&255;b=d&255;d=(d&65535)>>>8;g=d&255;a:do if((k[c+16>>2]|0)>>>0>=b>>>0?(b+-1&h|0)==0:0){b=c+4|0;if(((k[b>>2]|0)+-3|0)>>>0<2)switch(f<<24>>24){case 4:{e=+Wa(28,h|0);k[a>>2]=3;o[a+8>>2]=e;break a}case 8:{e=+Wa(29,h|0);k[a>>2]=4;p[a+8>>3]=e;break a}default:Ka()}b:do switch(f<<24>>24){case 1:if(!(g<<24>>24)){n=Va(23,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}else{n=Va(22,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}case 2:if(!(g<<24>>24)){n=Va(25,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}else{n=Va(24,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}case 4:if(!(g<<24>>24)){m=Va(27,h|0)|0;n=0;break b}else{n=Va(26,h|0)|0;m=n;n=((n|0)<0)<<31>>31;break b}case 8:{m=Va(26,h|0)|0;n=Va(26,h+4|0)|0;break}default:Ka()}while(0);if((k[b>>2]|0)==1){k[a>>2]=1;k[a+8>>2]=m;break}else{k[a>>2]=2;a=a+8|0;k[a>>2]=m;k[a+4>>2]=n;break}}else q=3;while(0);if((q|0)==3){q=c+4|0;e=+Pb(21,h|0,b|0,((k[q>>2]|0)+-3|0)>>>0<2|0,d&65535|0,s|0);b=k[q>>2]|0;c:do if((b+-3|0)>>>0>=2){if((b|0)!=2){k[a>>2]=1;k[a+8>>2]=~~e;break}b=j[l>>1]|0;if((b&255)<<24>>24==8){q=k[s>>2]|0;s=k[s+4>>2]|0;k[a>>2]=2;a=a+8|0;k[a>>2]=q;k[a+4>>2]=s;break}if((b&65535)<256){k[a>>2]=2;a=a+8|0;k[a>>2]=~~e>>>0;k[a+4>>2]=0;break}else{s=~~e;k[a>>2]=2;a=a+8|0;k[a>>2]=s;k[a+4>>2]=((s|0)<0)<<31>>31;break}}else switch(i[l>>0]|0){case 4:{k[a>>2]=3;o[a+8>>2]=e;break c}case 8:{k[a>>2]=4;p[a+8>>3]=e;break c}default:Ka()}while(0)}r=t;return}function Ge(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+976|0;g=D+8|0;z=D;j=D+876|0;a=D+872|0;y=D+468|0;v=D+464|0;A=D+452|0;B=D+440|0;C=D+428|0;m=D+424|0;u=D+24|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=XB(j,100,42574,z)|0;if(h>>>0>99){h=QE()|0;p[g>>3]=f;h=Jx(a,h,42574,g)|0;a=k[a>>2]|0;s=yc(h<<2)|0;q=s;t=a}else{q=D+472|0;s=0;t=0;a=j}o=hD(d)|0;n=SF(o,49728)|0;lc[k[(k[n>>2]|0)+48>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}kd(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+8+3>>0]|0;a=i[B+8+3>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=yc(a<<2)|0;a=g}else{a=u;g=0}Gd(a,w,x,k[d+4>>2]|0,q,q+(h<<2)|0,n,l,z,k[y>>2]|0,k[v>>2]|0,A,B,C,j);a=Li(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)Vc(g);KG(C);KG(B);UG(A);tB(o);if(s|0)Vc(s);if(t|0)Vc(t);r=D;return a|0}function He(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+464|0;t=A+456|0;u=A+452|0;v=A+448|0;z=A+436|0;w=A+424|0;x=A+412|0;g=A+408|0;h=A+8|0;p=A+4|0;q=A;y=hD(d)|0;s=SF(y,49728)|0;n=f+8+3|0;o=i[n>>0]|0;a=o<<24>>24<0;m=f+4|0;if(!((a?k[m>>2]|0:o&255)|0))o=0;else{o=k[(a?k[f>>2]|0:f)>>2]|0;o=(o|0)==(nc[k[(k[s>>2]|0)+44>>2]&31](s,45)|0)}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}kd(c,o,y,t,u,v,z,w,x,g);a=i[n>>0]|0;j=k[m>>2]|0;c=a<<24>>24<0?j:a&255;l=k[g>>2]|0;if((c|0)>(l|0)){B=i[x+8+3>>0]|0;g=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(g<<24>>24<0?k[w+4>>2]|0:g&255)|0}else{B=i[x+8+3>>0]|0;c=i[w+8+3>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=yc(c<<2)|0;g=c;if(!c){h=0;c=k[m>>2]|0;a=i[n>>0]|0}else{h=c;c=j}}else{g=0;c=j}B=a<<24>>24<0;f=B?k[f>>2]|0:f;Gd(h,p,q,k[d+4>>2]|0,f,f+((B?c:a&255)<<2)|0,s,o,t,k[u>>2]|0,k[v>>2]|0,z,w,x,l);a=Li(k[b>>2]|0,h,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(g|0)Vc(g);KG(x);KG(w);UG(z);tB(y);r=A;return a|0}function Ie(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=a+11|0;if((i[l>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=i[l>>0]|0;if(c<<24>>24<0){j=0;g=(k[a+8>>2]&2147483647)+-1|0;f=1}else n=5}else{i[a>>0]=0;i[l>>0]=0;c=0;n=5}if((n|0)==5){j=c&255;g=10;f=0}d=j>>>0<11;h=d?10:(j+16&496)+-1|0;a:do if((h|0)!=(g|0)){do if(d){d=k[a>>2]|0;if(f){c=0;e=a;n=13}else{f=0;g=1;e=a;n=14}}else{e=yc(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break a;if(f){c=1;d=k[a>>2]|0;n=13;break}else{f=1;g=0;d=a;n=14;break}}while(0);if((n|0)==13){f=c;g=1;c=k[a+4>>2]|0}else if((n|0)==14)c=c&255;c=c+1|0;if(c|0)Qq(e|0,d|0,c|0)|0;if(g)Vc(d);if(f){k[a+8>>2]=h+1|-2147483648;k[a+4>>2]=j;k[a>>2]=e;break}else{i[l>>0]=j;break}}while(0);k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}m=a+12|0;b=b+12|0;j=m+11|0;if((i[j>>0]|0)<0){i[k[m>>2]>>0]=0;k[a+16>>2]=0;c=i[j>>0]|0;if(c<<24>>24<0){l=0;g=(k[a+20>>2]&2147483647)+-1|0;f=1}else n=29}else{i[m>>0]=0;i[j>>0]=0;c=0;n=29}if((n|0)==29){l=c&255;g=10;f=0}d=l>>>0<11;h=d?10:(l+16&496)+-1|0;b:do if((h|0)!=(g|0)){do if(d){d=k[m>>2]|0;if(f){c=0;e=m;n=37}else{f=0;g=1;e=m;n=38}}else{e=yc(h+1|0)|0;if(h>>>0<=g>>>0&(e|0)==0)break b;if(f){c=1;d=k[m>>2]|0;n=37;break}else{f=1;g=0;d=m;n=38;break}}while(0);if((n|0)==37){f=c;g=1;c=k[a+16>>2]|0}else if((n|0)==38)c=c&255;c=c+1|0;if(c|0)Qq(e|0,d|0,c|0)|0;if(g)Vc(d);if(f){k[a+20>>2]=h+1|-2147483648;k[a+16>>2]=l;k[m>>2]=e;break}else{i[j>>0]=l;break}}while(0);k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}return}function Je(a,b){a=+a;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;p[u>>3]=a;g=k[u>>2]|0;i=k[u+4>>2]|0;p[u>>3]=b;l=k[u>>2]|0;m=k[u+4>>2]|0;d=WD(g|0,i|0,52)|0;d=d&2047;j=WD(l|0,m|0,52)|0;j=j&2047;n=i&-2147483648;f=QD(l|0,m|0,1)|0;h=N;a:do if(!((f|0)==0&(h|0)==0)?(e=m&2147483647,!(e>>>0>2146435072|(e|0)==2146435072&l>>>0>0|(d|0)==2047)):0){c=QD(g|0,i|0,1)|0;e=N;if(!(e>>>0>h>>>0|(e|0)==(h|0)&c>>>0>f>>>0))return +((c|0)==(f|0)&(e|0)==(h|0)?a*0.0:a);if(!d){c=QD(g|0,i|0,12)|0;e=N;if((e|0)>-1|(e|0)==-1&c>>>0>4294967295){d=0;do{d=d+-1|0;c=QD(c|0,e|0,1)|0;e=N}while((e|0)>-1|(e|0)==-1&c>>>0>4294967295)}else d=0;g=QD(g|0,i|0,1-d|0)|0;f=N}else f=i&1048575|1048576;if(!j){e=QD(l|0,m|0,12)|0;h=N;if((h|0)>-1|(h|0)==-1&e>>>0>4294967295){c=0;do{c=c+-1|0;e=QD(e|0,h|0,1)|0;h=N}while((h|0)>-1|(h|0)==-1&e>>>0>4294967295)}else c=0;l=QD(l|0,m|0,1-c|0)|0;j=c;i=N}else i=m&1048575|1048576;e=pE(g|0,f|0,l|0,i|0)|0;c=N;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;b:do if((d|0)>(j|0)){while(1){if(h){if((e|0)==0&(c|0)==0)break}else{e=g;c=f}g=QD(e|0,c|0,1)|0;f=N;d=d+-1|0;e=pE(g|0,f|0,l|0,i|0)|0;c=N;h=(c|0)>-1|(c|0)==-1&e>>>0>4294967295;if((d|0)<=(j|0))break b}b=a*0.0;break a}while(0);if(h){if((e|0)==0&(c|0)==0){b=a*0.0;break}}else{c=f;e=g}if(c>>>0<1048576|(c|0)==1048576&e>>>0<0)do{e=QD(e|0,c|0,1)|0;c=N;d=d+-1|0}while(c>>>0<1048576|(c|0)==1048576&e>>>0<0);if((d|0)>0){m=nG(e|0,c|0,0,-1048576)|0;c=N;d=QD(d|0,0,52)|0;c=c|N;d=m|d}else{d=WD(e|0,c|0,1-d|0)|0;c=N}k[u>>2]=d;k[u+4>>2]=c|n;b=+p[u>>3]}else o=3;while(0);if((o|0)==3){b=a*b;b=b/b}return +b}function Ke(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;w=r;r=r+112|0;p=w+96|0;i=w+88|0;j=w+24|0;n=w+68|0;s=w+72|0;t=w+64|0;u=w+56|0;v=w;q=w+48|0;l=b+12|0;h=b+16|0;f=k[h>>2]|0;a=0;e=k[l>>2]|0;while(1){if((e|0)==(f|0))break;d=k[e>>2]|0;if((k[d+4>>2]|0)==(k[11969]|0)?(k[d+8>>2]|0)==(k[11991]|0):0){if((k[d+12>>2]|0)!=2){m=7;break}fb(10);a=1}e=e+4|0}if((m|0)==7)Ra(22113,13699,179,22144);if(!a)Va(11,k[b+88>>2]<<16|0)|0;g=k[b+100>>2]|0;o=c+4|0;d=i+4|0;e=p+4|0;f=p+8|0;c=p+4|0;a=k[b+96>>2]|0;while(1){if((a|0)==(g|0))break;JF(p,a);k[i>>2]=2744;k[d>>2]=o;ng(j,i,k[p>>2]|0);y=TF(j)|0;x=k[e>>2]|0;Qa(12,y|0,x|0,(k[f>>2]|0)-x|0)|0;Ly(c);a=a+16|0}f=k[h>>2]|0;a=0;e=k[l>>2]|0;while(1){if((e|0)==(f|0))break;d=k[e>>2]|0;if((k[d+4>>2]|0)==(k[11969]|0)?(k[d+8>>2]|0)==(k[11996]|0):0){if((k[d+12>>2]|0)!=1){m=20;break}fb(13);a=1}e=e+4|0}if((m|0)==20)Ra(22458,13699,206,22144);m=b+64|0;if(!a){k[n>>2]=k[m>>2];k[p>>2]=k[n>>2];Va(14,p|0)|0}fb(15);e=k[b+76>>2]|0;f=u+4|0;c=s+4|0;g=s+8|0;h=s+4|0;d=k[b+72>>2]|0;while(1){if((d|0)==(e|0)){m=26;break}gF(s,d);k[u>>2]=2744;k[f>>2]=o;ng(v,u,k[s>>2]|0);i=TF(v)|0;qD(t,i,((i|0)<0)<<31>>31);i=k[t>>2]|0;j=k[c>>2]|0;l=(k[g>>2]|0)-j>>2;if((l+i|0)>>>0>(k[m>>2]|0)>>>0){m=28;break}else a=0;while(1){if((a|0)==(l|0))break;k[q>>2]=k[j+(a<<2)>>2];k[p>>2]=k[q>>2];Ab(16,i+a|0,Qv(b,p)|0)|0;a=a+1|0}Ky(h);d=d+16|0}if((m|0)==26){r=w;return}else if((m|0)==28)Ra(22685,13699,228,22144)}function Le(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+384|0;g=D+8|0;z=D;j=D+272|0;a=D+64|0;y=D+169|0;v=D+168|0;A=D+52|0;B=D+40|0;C=D+28|0;m=D+24|0;u=D+68|0;w=D+20|0;x=D+16|0;k[a>>2]=j;p[z>>3]=f;h=XB(j,100,42574,z)|0;if(h>>>0>99){h=QE()|0;p[g>>3]=f;h=Jx(a,h,42574,g)|0;a=k[a>>2]|0;s=yc(h)|0;q=s;t=a}else{q=D+172|0;s=0;t=0;a=j}o=hD(d)|0;n=SF(o,49696)|0;lc[k[(k[n>>2]|0)+32>>2]&7](n,a,a+h|0,q)|0;if(!h)l=0;else l=(i[a>>0]|0)==45;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[A+(a<<2)>>2]=0;a=a+1|0}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[B+(a<<2)>>2]=0;a=a+1|0}k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[C+(a<<2)>>2]=0;a=a+1|0}hd(c,l,o,z,y,v,A,B,C,m);j=k[m>>2]|0;if((h|0)>(j|0)){c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+(h-j<<1|1)+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}else{c=i[C+11>>0]|0;a=i[B+11>>0]|0;a=(c<<24>>24<0?k[C+4>>2]|0:c&255)+2+(a<<24>>24<0?k[B+4>>2]|0:a&255)|0}a=a+j|0;if(a>>>0>100){g=yc(a)|0;a=g}else{a=u;g=0}Ed(a,w,x,k[d+4>>2]|0,q,q+h|0,n,l,z,i[y>>0]|0,i[v>>0]|0,A,B,C,j);a=kj(k[b>>2]|0,a,k[w>>2]|0,k[x>>2]|0,d,e)|0;if(g|0)Vc(g);UG(C);UG(B);UG(A);tB(o);if(s|0)Vc(s);if(t|0)Vc(t);r=D;return a|0}function Me(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;u=r;r=r+16|0;t=u;s=SF(k[g>>2]|0,49728)|0;l=SF(k[g>>2]|0,49736)|0;fc[k[(k[l>>2]|0)+20>>2]&255](t,l);p=t+11|0;o=i[p>>0]|0;q=t+4|0;a:do if((o<<24>>24<0?k[q>>2]|0:o&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{o=nc[k[(k[s>>2]|0)+44>>2]&31](s,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=o;g=a+1|0;break}default:g=a}b:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break b}o=nc[k[(k[s>>2]|0)+44>>2]&31](s,48)|0;n=k[f>>2]|0;k[f>>2]=n+4;k[n>>2]=o;n=nc[k[(k[s>>2]|0)+44>>2]&31](s,i[h>>0]|0)|0;o=k[f>>2]|0;k[f>>2]=o+4;k[o>>2]=n;g=g+2|0}while(0);c:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break c;o=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=o;j=j+1|0}}while(0);o=hc[k[(k[l>>2]|0)+16>>2]&127](l)|0;n=g;h=0;j=0;while(1){if(n>>>0>=c>>>0)break;l=i[p>>0]|0;m=l<<24>>24<0;v=i[(m?k[t>>2]|0:t)+h>>0]|0;if(v<<24>>24!=0&(j|0)==(v<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+4;k[j>>2]=o;h=(h>>>0<((m?k[q>>2]|0:l&255)+-1|0)>>>0&1)+h|0;j=0}m=nc[k[(k[s>>2]|0)+44>>2]&31](s,i[n>>0]|0)|0;v=k[f>>2]|0;k[f>>2]=v+4;k[v>>2]=m;n=n+1|0;j=j+1|0}g=d+(g-a<<2)|0;j=k[f>>2]|0;if((g|0)!=(j|0)){h=j;while(1){h=h+-4|0;if(g>>>0>=h>>>0){g=j;break a}v=k[g>>2]|0;k[g>>2]=k[h>>2];k[h>>2]=v;g=g+4|0}}}else{lc[k[(k[s>>2]|0)+48>>2]&7](s,a,c,d)|0;g=d+(c-a<<2)|0;k[f>>2]=g}while(0);k[e>>2]=(b|0)==(c|0)?g:d+(b-a<<2)|0;UG(t);r=u;return}function Ne(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0;A=r;r=r+160|0;t=A+152|0;u=A+149|0;v=A+148|0;z=A+36|0;w=A+24|0;x=A+12|0;h=A+8|0;j=A+48|0;p=A+4|0;q=A;y=hD(d)|0;s=SF(y,49696)|0;m=f+11|0;o=i[m>>0]|0;a=o<<24>>24<0;n=f+4|0;if(!((a?k[n>>2]|0:o&255)|0))o=0;else{o=i[(a?k[f>>2]|0:f)>>0]|0;o=o<<24>>24==(nc[k[(k[s>>2]|0)+28>>2]&31](s,45)|0)<<24>>24}k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[z+(a<<2)>>2]=0;a=a+1|0}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}hd(c,o,y,t,u,v,z,w,x,h);g=i[m>>0]|0;a=k[n>>2]|0;c=g<<24>>24<0?a:g&255;l=k[h>>2]|0;if((c|0)>(l|0)){B=i[x+11>>0]|0;h=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+(c-l<<1|1)+(h<<24>>24<0?k[w+4>>2]|0:h&255)|0}else{B=i[x+11>>0]|0;c=i[w+11>>0]|0;c=(B<<24>>24<0?k[x+4>>2]|0:B&255)+2+(c<<24>>24<0?k[w+4>>2]|0:c&255)|0}c=c+l|0;if(c>>>0>100){c=yc(c)|0;h=c;if(!c){c=0;g=i[m>>0]|0;a=k[n>>2]|0}}else{c=j;h=0}B=g<<24>>24<0;f=B?k[f>>2]|0:f;Ed(c,p,q,k[d+4>>2]|0,f,f+(B?a:g&255)|0,s,o,t,i[u>>0]|0,i[v>>0]|0,z,w,x,l);a=kj(k[b>>2]|0,c,k[p>>2]|0,k[q>>2]|0,d,e)|0;if(h|0)Vc(h);UG(x);UG(w);UG(z);tB(y);r=A;return a|0}function Oe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+32|0;d=h+12|0;e=h;f=OD()|0;j=lG(Tm(b,1)|0)|0;k[f>>2]=j;j=Tm(b,2)|0;j=(i[j>>0]|0)==0;c=Tm(b,2)|0;do if(!j){j=lG(Tm(c,0)|0)|0;if((j|0)==(k[11988]|0)){j=lG(Tm(c,1)|0)|0;k[f+4>>2]=j;k[f+8>>2]=0;break}j=lG(Tm(c,0)|0)|0;if((j|0)==(k[11991]|0))if(!(i[a+81>>0]|0)){j=Sa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,19202,29);NA(j,d);Gb(j|0,8,158)}else{j=cw(0)|0;k[f+4>>2]=j;k[f+8>>2]=2;break}else{j=lG(Tm(c,0)|0)|0;if((j|0)==(k[11996]|0)){j=cw(0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}else{lG(Tm(c,0)|0)|0;j=lG(Tm(c,1)|0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}}}else{if(!((i[c>>0]|0)==0?(i[c+24>>0]|0)!=0:0))g=13;if((g|0)==13?(j=lG(Tm(b,2)|0)|0,((i[j>>0]|0)+-48|0)>>>0>=10):0){j=lG(Tm(b,2)|0)|0;if((j|0)==(k[11991]|0))if(!(i[a+81>>0]|0)){j=Sa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,19202,29);NA(j,e);Gb(j|0,8,158)}else{j=cw(0)|0;k[f+4>>2]=j;k[f+8>>2]=2;break}else{j=lG(Tm(b,2)|0)|0;if((j|0)==(k[11996]|0)){j=cw(0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}else{lG(Tm(b,2)|0)|0;j=lG(Tm(b,3)|0)|0;k[f+4>>2]=j;k[f+8>>2]=1;break}}}j=lG(Tm(b,2)|0)|0;k[f+4>>2]=j;k[f+8>>2]=0}while(0);Hk(k[a>>2]|0,f);r=h;return}function Pe(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+160|0;f=l+140|0;g=l;k[a>>2]=b;h=b+112|0;k[a+4>>2]=h;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[a+32>>2]=a+36;k[a+44>>2]=0;k[a+52>>2]=0;k[a+56>>2]=0;k[a+48>>2]=a+52;k[a+68>>2]=0;k[a+72>>2]=0;k[a+76>>2]=0;i[a+81>>0]=0;i[a+82>>0]=0;e=lG(Tm(c,0)|0)|0;if((e|0)!=(k[11986]|0))Ra(17712,17579,276,17739);e=(Sp(c)|0)+8|0;if((k[e>>2]|0)>>>0>1?(e=Tm(c,1)|0,(i[e>>0]|0)==0):0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;d=1;while(1){a=(Sp(c)|0)+8|0;if(d>>>0>=(k[a>>2]|0)>>>0)break;a=d+1|0;d=hG(Tm(c,d)|0)|0;e=Cp(d)|0;if(!e){d=a;continue}Eh(d,e,f);d=a}k[g>>2]=b;k[g+4>>2]=h;k[g+8>>2]=f;i[g+12>>0]=0;k[g+16>>2]=0;k[g+20>>2]=-1;k[g+24>>2]=0;k[g+28>>2]=0;k[g+32>>2]=0;k[g+40>>2]=0;k[g+44>>2]=0;k[g+48>>2]=0;k[g+56>>2]=0;k[g+60>>2]=0;k[g+52>>2]=g+56;k[g+64>>2]=0;k[g+76>>2]=0;k[g+80>>2]=0;k[g+72>>2]=g+76;c=g+84|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[g+108>>2]=15;k[g+116>>2]=0;k[g+120>>2]=0;k[g+112>>2]=g+116;k[g+128>>2]=0;k[g+132>>2]=0;k[g+124>>2]=g+128;k[g+136>>2]=0;Ce(g);Sm(g);Ly(f)}else j=10;a:do if((j|0)==10){e=a+20|0;k[e>>2]=0;d=1;while(1){j=(Sp(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break;ld(a,Tm(c,d)|0);Mz(a,Tm(c,d)|0);d=d+1|0}k[e>>2]=0;d=1;while(1){j=(Sp(c)|0)+8|0;if(d>>>0>=(k[j>>2]|0)>>>0)break a;Cg(a,Tm(c,d)|0);d=d+1|0}}while(0);r=l;return}function Qe(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;g=b+8|0;a:do if(k[g>>2]|0){d=a+40|0;b:do if(uu(d,b)|0){k[c>>2]=b;f=vp(d,c)|0;c=k[f>>2]|0;c:do switch(c|0){case 0:case 5:break;default:{d=k[b+4>>2]|0;switch(d|0){case 0:case 5:break c;default:{}}Mi(a,d,c,b,14995)}}while(0);d=f+4|0;gl(a,(k[d>>2]|0)!=-1,b,15054)|0;if(k[b+20>>2]|0){e=hC(b+12|0)|0;e=k[(k[e>>2]|0)+4>>2]|0;switch(e|0){case 5:break b;case 0:break;default:{c=k[f>>2]|0;if((c|0)!=5)Mi(a,e,c,b,15079);if(e|0)break b}}gl(a,(k[d>>2]|0)==0,b,15150)|0}}while(0);d=(Hp(a+28|0,g)|0)+4|0;e=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break a;g=c+-1|0;k[d>>2]=e+(g<<2);c=g}}while(0);e=b+12|0;f=b+20|0;c=k[f>>2]|0;d:do if(c>>>0>1){d=0;while(1){if(d>>>0>=(c+-1|0)>>>0)break d;g=DC(e,d)|0;g=k[(k[g>>2]|0)+4>>2]|0;if(!(gl(a,(g|0)==5|(g|0)==0,b,15216)|0)){g=MC(Ii(MC(48992,15320)|0,d)|0,15331)|0;c=DC(e,d)|0;c=MC(FC(g,k[c>>2]|0)|0,15334)|0;g=DC(e,d)|0;MC(Ji(c,k[(k[g>>2]|0)+4>>2]|0)|0,35647)|0}d=d+1|0;c=k[f>>2]|0}}while(0);r=h;return}function Re(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+16|0;q=s;p=SF(k[g>>2]|0,49696)|0;l=SF(k[g>>2]|0,49712)|0;fc[k[(k[l>>2]|0)+20>>2]&255](q,l);n=q+11|0;m=i[n>>0]|0;o=q+4|0;if((m<<24>>24<0?k[o>>2]|0:m&255)|0){k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{m=nc[k[(k[p>>2]|0)+28>>2]&31](p,g)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=m;g=a+1|0;break}default:g=a}a:do if((c-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:break a}m=nc[k[(k[p>>2]|0)+28>>2]&31](p,48)|0;j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=nc[k[(k[p>>2]|0)+28>>2]&31](p,i[h>>0]|0)|0;m=k[f>>2]|0;k[f>>2]=m+1;i[m>>0]=j;g=g+2|0}while(0);b:do if((g|0)!=(c|0)){h=c;j=g;while(1){h=h+-1|0;if(j>>>0>=h>>>0)break b;m=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=m;j=j+1|0}}while(0);m=hc[k[(k[l>>2]|0)+16>>2]&127](l)|0;l=g;h=0;j=0;while(1){if(l>>>0>=c>>>0)break;t=i[((i[n>>0]|0)<0?k[q>>2]|0:q)+h>>0]|0;if(t<<24>>24!=0&(j|0)==(t<<24>>24|0)){j=k[f>>2]|0;k[f>>2]=j+1;i[j>>0]=m;j=i[n>>0]|0;h=(h>>>0<((j<<24>>24<0?k[o>>2]|0:j&255)+-1|0)>>>0&1)+h|0;j=0}u=nc[k[(k[p>>2]|0)+28>>2]&31](p,i[l>>0]|0)|0;t=k[f>>2]|0;k[f>>2]=t+1;i[t>>0]=u;l=l+1|0;j=j+1|0}g=d+(g-a)|0;h=k[f>>2]|0;if((g|0)!=(h|0)){while(1){h=h+-1|0;if(g>>>0>=h>>>0)break;u=i[g>>0]|0;i[g>>0]=i[h>>0]|0;i[h>>0]=u;g=g+1|0}g=k[f>>2]|0}}else{lc[k[(k[p>>2]|0)+32>>2]&7](p,a,c,d)|0;g=d+(c-a)|0;k[f>>2]=g}k[e>>2]=(b|0)==(c|0)?g:d+(b-a)|0;UG(q);r=s;return}function Se(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0,g=0.0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,r=0,s=0;if((i[46504]|0)==0?WH(46504)|0:0){s=fB(20)|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=0;o[s+16>>2]=1.0;k[11804]=s}e=k[11804]|0;d=Hl(e,b)|0;a:do if(!d){if(GG()|0)Ra(13967,13924,76,13998);if(c)n=b;else{e=(Cp(b)|0)+1|0;n=yc(e)|0;QJ(n,b,e);e=k[11804]|0}b=n;s=TC(n)|0;p=e+4|0;q=k[p>>2]|0;r=(q|0)==0;b:do if(!r){j=q+-1|0;l=(j&q|0)==0;if(l)d=j&s;else d=(s>>>0)%(q>>>0)|0;c=k[(k[e>>2]|0)+(d<<2)>>2]|0;if(c){m=n;while(1){c=k[c>>2]|0;if(!c)break b;h=k[c+4>>2]|0;if(l)h=h&j;else h=(h>>>0)%(q>>>0)|0;if((h|0)!=(d|0))break b;if(!(Nu(k[c+8>>2]|0,n)|0)){b=m;break a}}}}else d=0;while(0);j=fB(12)|0;k[j+8>>2]=b;k[j+4>>2]=s;k[j>>2]=0;l=e+12|0;f=+(((k[l>>2]|0)+1|0)>>>0);g=+o[e+16>>2];do if(r|f>+(q>>>0)*g){d=(q>>>0>2&(q+-1&q|0)==0&1|q<<1)^1;c=~~+$(+(f/g))>>>0;pm(e,d>>>0<c>>>0?c:d);d=k[p>>2]|0;c=d+-1|0;if(!(c&d)){h=d;d=c&s;break}else{h=d;d=(s>>>0)%(d>>>0)|0;break}}else h=q;while(0);d=(k[e>>2]|0)+(d<<2)|0;c=k[d>>2]|0;if(!c){s=e+8|0;k[j>>2]=k[s>>2];k[s>>2]=j;k[d>>2]=s;d=k[j>>2]|0;if(d|0){d=k[d+4>>2]|0;c=h+-1|0;if(!(c&h))d=d&c;else d=(d>>>0)%(h>>>0)|0;k[(k[e>>2]|0)+(d<<2)>>2]=j}}else{k[j>>2]=k[c>>2];k[c>>2]=j}k[l>>2]=(k[l>>2]|0)+1}else b=k[d+8>>2]|0;while(0);k[a>>2]=b;return}function Te(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;f=l+20|0;g=l+16|0;d=l+4|0;e=l;c=k[a>>2]|0;b=i[c>>0]|0;if(b<<24>>24==36){b=c+1|0;k[a>>2]=b;j=1;h=b;b=i[b>>0]|0}else{j=0;h=c}do if(b<<24>>24!=34){c=h;a:while(1){if(!(b<<24>>24)){b=0;break}if(hK(b<<24>>24)|0)break;switch(b<<24>>24){case 40:case 41:case 59:break a;default:{}}g=c+1|0;k[a>>2]=g;b=i[g>>0]|0;c=g}if((h|0)==(c|0)){l=Sa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,17662,15);h=k[a+4>>2]|0;j=k[a>>2]|0;a=k[a+8>>2]|0;Gt(l,d);k[l+12>>2]=h;k[l+16>>2]=j-a;Gb(l|0,8,158)}else{i[c>>0]=0;g=Gx(a+12|0)|0;bE(e,h,0);f=k[e>>2]|0;i[g>>0]=0;k[g+20>>2]=f;i[g+24>>0]=j;i[g+25>>0]=0;j=h-(k[a+8>>2]|0)|0;k[g+28>>2]=k[a+4>>2];k[g+32>>2]=j;i[k[a>>2]>>0]=b;b=g;break}}else{b=h+1|0;k[a>>2]=b;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[f+(c<<2)>>2]=0;c=c+1|0}b:while(1){c=i[b>>0]|0;switch(c<<24>>24){case 34:break b;case 92:{An(f,92);An(f,i[(k[a>>2]|0)+1>>0]|0);b=(k[a>>2]|0)+2|0;break}default:{An(f,c);b=(k[a>>2]|0)+1|0}}k[a>>2]=b}k[a>>2]=b+1;b=Gx(a+12|0)|0;bE(g,(i[f+11>>0]|0)<0?k[f>>2]|0:f,0);g=k[g>>2]|0;i[b>>0]=0;k[b+20>>2]=g;i[b+24>>0]=j;i[b+25>>0]=1;j=h-(k[a+8>>2]|0)|0;k[b+28>>2]=k[a+4>>2];k[b+32>>2]=j;UG(f)}while(0);r=l;return b|0}function Ue(a,b){a=a|0;b=b|0;var c=0,d=0.0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+16|0;w=z;x=a+16|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;o[x>>2]=1.0;v=a+20|0;k[v>>2]=0;k[a+24>>2]=0;k[a+28>>2]=0;q=(Cp(b)|0)+1|0;ys(v,q);v=k[v>>2]|0;QJ(v,b,q);q=a+4|0;s=a+12|0;t=a+8|0;b=v;while(1){u=QH(b,32)|0;v=(u|0)!=0;if(v)i[u>>0]=0;bE(w,b,1);l=k[w>>2]|0;p=l*33^5381;m=k[q>>2]|0;n=(m|0)==0;g=l;a:do if(!n){h=m+-1|0;j=(h&m|0)==0;if(j)b=h&p;else b=(p>>>0)%(m>>>0)|0;c=k[(k[a>>2]|0)+(b<<2)>>2]|0;if(!c)y=15;else do{c=k[c>>2]|0;if(!c){y=15;break a}f=k[c+4>>2]|0;if(j)f=f&h;else f=(f>>>0)%(m>>>0)|0;if((f|0)!=(b|0)){y=15;break a}}while((k[c+8>>2]|0)!=(g|0))}else{b=0;y=15}while(0);if((y|0)==15){y=0;g=fB(12)|0;k[g+8>>2]=l;k[g+4>>2]=p;k[g>>2]=0;d=+(((k[s>>2]|0)+1|0)>>>0);e=+o[x>>2];do if(n|d>+(m>>>0)*e){b=(m>>>0>2&(m+-1&m|0)==0&1|m<<1)^1;c=~~+$(+(d/e))>>>0;vm(a,b>>>0<c>>>0?c:b);b=k[q>>2]|0;c=b+-1|0;if(!(c&b)){f=b;b=c&p;break}else{f=b;b=(p>>>0)%(b>>>0)|0;break}}else f=m;while(0);b=(k[a>>2]|0)+(b<<2)|0;c=k[b>>2]|0;if(!c){k[g>>2]=k[t>>2];k[t>>2]=g;k[b>>2]=t;b=k[g>>2]|0;if(b|0){b=k[b+4>>2]|0;c=f+-1|0;if(!(c&f))b=b&c;else b=(b>>>0)%(f>>>0)|0;k[(k[a>>2]|0)+(b<<2)>>2]=g}}else{k[g>>2]=k[c>>2];k[c>>2]=g}k[s>>2]=(k[s>>2]|0)+1}if(v)b=u+1|0;else break}r=z;return}function Ve(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;l=n+12|0;m=n;f=QH(hG(Tm(b,0)|0)|0,46)|0;g=f+5|0;j=iD(k[a+4>>2]|0)|0;k[j+4>>2]=c;c=(nA(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[g>>0]|0){case 56:{i[d>>0]=1;e=f+6|0;h=1;break}case 49:{if((i[f+6>>0]|0)==54){i[d>>0]=2;e=f+7|0;h=2;break a}else Ra(18666,17579,1059,18682);break}case 51:{if((i[f+6>>0]|0)==50){i[d>>0]=4;e=f+7|0;h=4;break a}else Ra(18691,17579,1063,18682);break}default:{e=g;h=c}}while(0);if(!(i[e>>0]|0))c=0;else c=(i[e+1>>0]|0)==115&1;i[j+9>>0]=c;f=j+12|0;k[f>>2]=0;g=j+16|0;uC(g,h&255,0)|0;e=1;b:while(1){h=Tm(b,e)|0;h=(i[h>>0]|0)==0;d=Tm(b,e)|0;if(!h){c=22;break}d=hG(d)|0;c=QH(d,61)|0;if(!c){c=14;break}c=c+1|0;switch(i[d>>0]|0){case 97:{h=Do(c)|0;uC(g,h,((h|0)<0)<<31>>31)|0;break}case 111:{c=um(c)|0;h=N;if(h>>>0>0|(h|0)==0&c>>>0>4294967295){c=18;break b}uC(f,c,0)|0;break}default:{c=20;break b}}e=e+1|0}if((c|0)==14)Ra(18707,17579,1074,18682);else if((c|0)==18){n=Sa(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;dr(l,18710,10);NA(n,l);Gb(n|0,8,158)}else if((c|0)==20){n=Sa(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;dr(m,18721,18);NA(n,m);Gb(n|0,8,158)}else if((c|0)==22){m=uc(a,d)|0;k[j+20>>2]=m;r=n;return j|0}return 0}function We(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;e=r;r=r+80|0;n=e+48|0;m=e+60|0;j=e+36|0;i=e+24|0;h=e+12|0;g=e;f=wG(k[a+4>>2]|0)|0;k[f+8>>2]=c;a=uc(a,Tm(b,1)|0)|0;l=f+12|0;k[l>>2]=a;Ni(f);if(c>>>0<22?(c=k[(k[l>>2]|0)+4>>2]|0,!((c|0)==5|(c|0)==(d|0))):0){e=Sa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,18207,13);c=oD(g,Wj(k[f>>2]|0)|0)|0;k[h>>2]=k[c>>2];k[h+4>>2]=k[c+4>>2];k[h+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=oD(h,14727)|0;k[i>>2]=k[c>>2];k[i+4>>2]=k[c+4>>2];k[i+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=oD(i,vx(d)|0)|0;k[j>>2]=k[c>>2];k[j+4>>2]=k[c+4>>2];k[j+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=oD(j,18221)|0;k[m>>2]=k[c>>2];k[m+4>>2]=k[c+4>>2];k[m+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}c=oD(m,vx(k[(k[l>>2]|0)+4>>2]|0)|0)|0;k[n>>2]=k[c>>2];k[n+4>>2]=k[c+4>>2];k[n+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}m=k[b+28>>2]|0;b=k[b+32>>2]|0;Gt(e,n);k[e+12>>2]=m;k[e+16>>2]=b;Gb(e|0,8,158)}r=e;return f|0}function Xe(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+96|0;g=p+32|0;f=p+92|0;h=p+56|0;j=p+88|0;l=p+16|0;m=p+48|0;n=p;o=k[c>>2]|0;a:do if((k[d>>2]|0)==2){k[h>>2]=k[b>>2];k[h+4>>2]=k[b+4>>2];k[h+8>>2]=k[b+8>>2];k[h+12>>2]=k[b+12>>2];k[h+16>>2]=k[b+16>>2];k[h+20>>2]=k[b+20>>2];k[h+24>>2]=k[b+24>>2];k[h+28>>2]=k[b+28>>2];i[h+8>>0]=4;k[h+4>>2]=1;c=SC(d)|0;b=N;d=k[(k[a>>2]|0)+20>>2]|0;qD(j,o,0);k[l>>2]=1;k[l+8>>2]=c;k[f>>2]=k[j>>2];k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];k[g+8>>2]=k[l+8>>2];k[g+12>>2]=k[l+12>>2];mc[d&15](a,h,f,g);d=k[(k[a>>2]|0)+20>>2]|0;qD(m,o+4|0,0);k[n>>2]=1;k[n+8>>2]=b;k[f>>2]=k[m>>2];k[g>>2]=k[n>>2];k[g+4>>2]=k[n+4>>2];k[g+8>>2]=k[n+8>>2];k[g+12>>2]=k[n+12>>2];mc[d&15](a,h,f,g)}else{c=i[b+8>>0]|0;f=c&255;if((k[b+16>>2]|0)>>>0>=f>>>0?(f+-1&o|0)==0:0){if(((k[b+28>>2]|0)+-3|0)>>>0<2)switch(c<<24>>24){case 4:{+Za(34,o|0,+(+CF(d)));break a}case 8:{+Za(35,o|0,+(+BF(d)));break a}default:Ka()}switch(c<<24>>24){case 1:{Ab(31,o|0,TF(d)|0)|0;break a}case 2:{Ab(32,o|0,TF(d)|0)|0;break a}case 4:{Ab(33,o|0,TF(d)|0)|0;break a}default:Ka()}}c=((k[b+28>>2]|0)+-3|0)>>>0<2;if(c)e=+IA(d);else{d=wx(d)|0;e=+(d>>>0)+4294967296.0*+(N|0)}+nb(30,o|0,f|0,c&1|0,+e)}while(0);r=p;return}function Ye(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;g=b+44|0;h=k[g>>2]|0;m=b+24|0;n=k[m>>2]|0;j=n;if(h>>>0<n>>>0){k[g>>2]=n;l=j}else l=h;g=f&24;a:do if(!g){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}else{if((e|0)==1&(g|0)==24){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}b:do switch(e|0){case 0:{g=0;h=0;break}case 1:if(!(f&8)){h=j-(k[b+20>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}else{h=(k[b+12>>2]|0)-(k[b+8>>2]|0)|0;g=h;h=((h|0)<0)<<31>>31;break b}case 2:{g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;h=l-g|0;g=h;h=((h|0)<0)<<31>>31;break}default:{n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break a}}while(0);h=nG(g|0,h|0,c|0,d|0)|0;j=N;if((j|0)>=0){g=b+32|0;if((i[g+11>>0]|0)<0)g=k[g>>2]|0;d=l-g|0;c=((d|0)<0)<<31>>31;if(!((c|0)<(j|0)|(c|0)==(j|0)&d>>>0<h>>>0)){g=f&8;if(!((h|0)==0&(j|0)==0)){if(g|0?(k[b+12>>2]|0)==0:0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}if((f&16|0)!=0&(n|0)==0){n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1;break}}if(g|0){k[b+12>>2]=(k[b+8>>2]|0)+h;k[b+16>>2]=l}if(f&16|0)k[m>>2]=(k[b+20>>2]|0)+h;n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=h;k[n+4>>2]=j;break}}n=a;k[n>>2]=0;k[n+4>>2]=0;n=a+8|0;k[n>>2]=-1;k[n+4>>2]=-1}while(0);return}function Ze(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+BF(b);e=+BF(c);if(f==0.0&f==e){p[u>>3]=f;f=(k[u+4>>2]|0)<0?f:e;k[a>>2]=4;p[a+8>>3]=f;break}d=e<f?e:f;p[u>>3]=f;b=k[u+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=e;c=k[u+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=d;l=k[u+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[u>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[u>>3]=b?f:e;qA(i,4,k[u>>2]|0,k[u+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;rA(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{rA(a,2,0,2146959360);break}}else{f=+CF(b);e=+CF(c);if(f==0.0&f==e){f=((o[u>>2]=f,k[u>>2]|0)|0)<0?f:e;k[a>>2]=3;o[a+8>>2]=f;break}d=e<f?e:f;b=((o[u>>2]=f,k[u>>2]|0)&2147483647)>>>0>2139095040;c=((o[u>>2]=e,k[u>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[u>>2]=d,k[u>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;VC(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;UC(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;VC(a,l)}while(0);r=m;return}function _e(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+80|0;g=m+64|0;h=m+48|0;j=m+32|0;l=m+16|0;i=m;do if((k[b>>2]|0)!=3){f=+BF(b);e=+BF(c);if(f==0.0&f==e){p[u>>3]=f;f=(k[u+4>>2]|0)<0?e:f;k[a>>2]=4;p[a+8>>3]=f;break}d=f<e?e:f;p[u>>3]=f;b=k[u+4>>2]&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=e;c=k[u+4>>2]&2147483647;c=c>>>0>2146435072|(c|0)==2146435072&(k[u>>2]|0)>>>0>0;p[u>>3]=d;l=k[u+4>>2]&2147483647;if(!(c|(b|(l>>>0>2146435072|(l|0)==2146435072&(k[u>>2]|0)>>>0>0)))){k[a>>2]=4;p[a+8>>3]=d;break}if(b|c){p[u>>3]=b?f:e;qA(i,4,k[u>>2]|0,k[u+4>>2]|0);j=(k[i>>2]|0)==1;i=i+8|0;l=i;rA(a,j?1:2,j?k[i>>2]|0:k[l>>2]|0,j?0:k[l+4>>2]|524288);break}else{rA(a,2,0,2146959360);break}}else{f=+CF(b);e=+CF(c);if(f==0.0&f==e){f=((o[u>>2]=f,k[u>>2]|0)|0)<0?e:f;k[a>>2]=3;o[a+8>>2]=f;break}d=f<e?e:f;b=((o[u>>2]=f,k[u>>2]|0)&2147483647)>>>0>2139095040;c=((o[u>>2]=e,k[u>>2]|0)&2147483647)>>>0>2139095040;if(!(c|(b|((o[u>>2]=d,k[u>>2]|0)&2147483647)>>>0>2139095040))){k[a>>2]=3;o[a+8>>2]=d;break}if(!(b|c)){k[g>>2]=1;k[g+8>>2]=2143289344;VC(a,g);break}k[h>>2]=3;o[h+8>>2]=b?f:e;UC(j,h);b=j+8|0;if((k[j>>2]|0)==1){k[l+8>>2]=k[b>>2]|12582912;b=1}else{i=b;j=k[i+4>>2]|0;b=l+8|0;k[b>>2]=k[i>>2]|12582912;k[b+4>>2]=j;b=2}k[l>>2]=b;VC(a,l)}while(0);r=m;return}function $e(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+64|0;g=n+56|0;d=n;e=n+48|0;j=n+40|0;l=n+32|0;m=n+24|0;f=n+16|0;Jj(b);md(d,k[b>>2]|0);k[b>>2]=(k[b>>2]|0)+(k[d+8>>2]|0);a:do switch(k[d+12>>2]|0){case 0:{h=xg(a,d,b,c)|0;break}case 2:{h=bf(a,d,b,c)|0;break}case 5:case 4:case 3:{h=Hq(d)|0;i[e>>0]=1;k[e+4>>2]=h;k[g>>2]=k[e>>2];k[g+4>>2]=k[e+4>>2];h=Oc(a,g,b,c)|0;break}case 6:{d=k[d>>2]|0;if((d|0)==(k[11881]|0)){h=Kk(a,b)|0;i[j>>0]=1;k[j+4>>2]=h;k[g>>2]=k[j>>2];k[g+4>>2]=k[j+4>>2];h=Oc(a,g,b,c)|0;break a}if((d|0)==(k[11882]|0)){h=Rj(a,b)|0;i[l>>0]=1;k[l+4>>2]=h;k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];h=Oc(a,g,b,c)|0;break a}if((d|0)==(k[11883]|0)){h=Fg(a,b)|0;i[m>>0]=1;k[m+4>>2]=h;k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];h=Oc(a,g,b,c)|0;break a}else Ka();break}case 1:{h=k[d>>2]|0;i[f>>0]=0;k[f+4>>2]=h;k[g>>2]=k[f>>2];k[g+4>>2]=k[f+4>>2];h=Oc(a,g,b,c)|0;break}default:Ka()}while(0);r=n;return h|0}function af(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+576|0;q=w;m=w+64|0;v=w+56|0;p=w+48|0;h=w+564|0;n=w+8|0;o=w+464|0;k[v>>2]=m;u=v+4|0;k[u>>2]=181;s=hD(e)|0;a=SF(s,49728)|0;i[h>>0]=0;if(Fc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+400|0)|0){lc[k[(k[a>>2]|0)+48>>2]&7](a,42468,42478,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>392){m=yc((a>>2)+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+40|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=k[h>>2]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((k[d>>2]|0)==(e|0))break;d=d+4|0}i[a>>0]=i[42468+(d-l>>2)>>0]|0;h=h+4|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;XD(o,42369,q);if(m|0)Vc(m)}a=k[b>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)==-1){k[b>>2]=0;e=1;break}else{e=(k[b>>2]|0)==0;break}}else e=1;while(0);a=k[c>>2]|0;do if(a){d=k[a+12>>2]|0;if((d|0)==(k[a+16>>2]|0))a=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[d>>2]|0;if((a|0)!=-1)if(e)break;else{t=31;break}else{k[c>>2]=0;t=29;break}}else t=29;while(0);if((t|0)==29?e:0)t=31;if((t|0)==31)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;tB(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)ec[k[u>>2]&255](a);r=w;return d|0}function bf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;l=o+32|0;e=o+24|0;f=o+16|0;h=o+8|0;m=o;Jj(c);g=k[c>>2]|0;j=i[g>>0]|0;a:do switch(j<<24>>24){case 40:{m=Bh(a,Hq(b)|0,c)|0;i[e>>0]=1;k[e+4>>2]=m;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];e=Oc(a,l,c,d)|0;break}case 91:{e=Uj(a,Hq(b)|0,c)|0;i[f>>0]=1;k[f+4>>2]=e;k[l>>2]=k[f>>2];k[l+4>>2]=k[f+4>>2];e=Oc(a,l,c,d)|0;break}case 58:{j=k[a+4>>2]|0;if((k[j+-8>>2]|0)!=(k[j+-12>>2]|0)){e=Hq(b)|0;n=12;break a}k[c>>2]=g+1;Jj(c);if((i[k[c>>2]>>0]|0)==123)e=Lq(a,c)|0;else e=$e(a,c,d)|0;e=ps(k[b>>2]|0,e)|0;break}default:{e=Hq(b)|0;if(j<<24>>24==46){e=$o(e,c)|0;i[h>>0]=1;k[h+4>>2]=e;k[l>>2]=k[h>>2];k[l+4>>2]=k[h+4>>2];e=Oc(a,l,c,d)|0}else n=12}}while(0);if((n|0)==12){i[m>>0]=1;k[m+4>>2]=e;k[l>>2]=k[m>>2];k[l+4>>2]=k[m+4>>2];e=Oc(a,l,c,d)|0}r=o;return e|0}function cf(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=(e|0)==1;do if((k[11850]|0)!=(b|0)){if((k[11851]|0)==(b|0)){c=g?1:(e|0)==3?51:64;break}if((k[11865]|0)==(b|0)){c=g?2:(e|0)==3?52:65;break}if((k[11853]|0)!=(b|0))if((k[11852]|0)!=(b|0))if((k[11854]|0)!=(b|0))if((k[11867]|0)!=(b|0))if((k[11866]|0)!=(b|0))if((k[11868]|0)!=(b|0)){if((k[11861]|0)==(b|0)){c=g?15:(e|0)==3?57:70;break}if((k[11862]|0)==(b|0)){c=g?16:(e|0)==3?58:71;break}if(uF(a,c)|0)c=1;else c=uF(a,d)|0;if((k[11863]|0)==(b|0))if(g){c=c?4:3;break}else{c=(e|0)==3?53:66;break}if((k[11864]|0)==(b|0)){r=h;return (g&c?6:5)|0}if((k[11858]|0)==(b|0))if(g){c=c?24:23;break}else{c=(e|0)==3?62:75;break}if((k[11860]|0)==(b|0))if(g){c=c?22:21;break}else{c=(e|0)==3?61:74;break}if((k[11859]|0)==(b|0))if(g){c=c?20:19;break}else{c=(e|0)==3?60:73;break}if((k[11857]|0)!=(b|0)){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;dr(f,30264,18);Et(f,b)}if(g){c=c?18:17;break}else{c=(e|0)==3?59:72;break}}else c=11;else c=12;else c=10;else c=9;else c=8;else c=7}else c=g?0:(e|0)==3?50:63;while(0);r=h;return c|0}function df(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+432|0;a=t+16|0;s=t+8|0;l=t;h=t+416|0;k[s>>2]=a;q=s+4|0;k[q>>2]=181;o=hD(e)|0;j=SF(o,49728)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(Fc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+400|0)|0){a=g+8+3|0;if((i[a>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[a>>0]=0}if(i[h>>0]|0)hn(g,nc[k[(k[j>>2]|0)+44>>2]&31](j,45)|0);d=nc[k[(k[j>>2]|0)+44>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-4|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((k[a>>2]|0)!=(d|0))break;a=a+4|0}Mj(g,a,h)}a=k[b>>2]|0;do if(a){h=k[a+12>>2]|0;if((h|0)==(k[a+16>>2]|0))a=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else a=k[h>>2]|0;if((a|0)==-1){k[b>>2]=0;h=1;break}else{h=(k[b>>2]|0)==0;break}}else h=1;while(0);do if(n){a=k[m+12>>2]|0;if((a|0)==(k[m+16>>2]|0))a=hc[k[(k[n>>2]|0)+36>>2]&127](m)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(h)break;else{p=27;break}else{k[c>>2]=0;p=25;break}}else p=25;while(0);if((p|0)==25?h:0)p=27;if((p|0)==27)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;tB(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)ec[k[q>>2]&255](a);r=t;return h|0}function ef(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;l=r;r=r+48|0;h=l+36|0;g=l+32|0;d=l;i=l+28|0;j=l+24|0;a:do switch(k[c+8>>2]|0){case 0:{k[a>>2]=1;k[a+8>>2]=65536;k[a+16>>2]=0;break}case 1:{j=k[(k[b+4>>2]|0)+32>>2]|0;k[a>>2]=1;k[a+8>>2]=j;k[a+16>>2]=0;break}case 2:{f=DC(c+16|0,0)|0;Ad(d,b,k[f>>2]|0);do if(!(k[d+16>>2]|0)){e=b+4|0;f=k[(k[e>>2]|0)+32>>2]|0;b=TF(d)|0;if(b>>>0>65535){k[a>>2]=1;k[a+8>>2]=-1;k[a+16>>2]=0;break}c=k[e>>2]|0;d=k[c+32>>2]|0;if(d>>>0>=~b>>>0){k[a>>2]=1;k[a+8>>2]=-1;k[a+16>>2]=0;break}b=d+b|0;if(b>>>0>(k[(k[c>>2]|0)+92>>2]|0)>>>0){k[a>>2]=1;k[a+8>>2]=-1;k[a+16>>2]=0;break}else{c=k[c+36>>2]|0;m=k[(k[c>>2]|0)+24>>2]|0;qD(i,d<<16,0);qD(j,b<<16,0);k[g>>2]=k[i>>2];k[h>>2]=k[j>>2];ic[m&15](c,g,h);uC((k[e>>2]|0)+32|0,b,0)|0;k[a>>2]=1;k[a+8>>2]=f;k[a+16>>2]=0;break}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);break}case 3:{m=(k[c+12>>2]|0)==(k[11982]|0);k[a>>2]=1;b=a+8|0;if(m){k[b>>2]=1;k[a+16>>2]=0;break a}else{k[b>>2]=0;k[a+16>>2]=0;break a}}default:Ka()}while(0);r=l;return}function ff(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,m=0,n=0,o=0,p=0,q=0;k[c>>2]=a;k[f>>2]=d;p=b;q=e;a:while(1){m=k[c>>2]|0;if(m>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}h=i[m>>0]|0;o=h&255;do if(h<<24>>24>-1){j[d>>1]=h&255;k[c>>2]=m+1}else{if((h&255)<194){a=2;break a}if((h&255)<224){if((p-m|0)<2){a=1;break a}a=l[m+1>>0]|0;if((a&192|0)!=128){a=2;break a}j[d>>1]=a&63|o<<6&1984;k[c>>2]=m+2;break}if((h&255)<240){if((p-m|0)<3){a=1;break a}g=i[m+1>>0]|0;a=i[m+2>>0]|0;switch(h<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}j[d>>1]=(g&255)<<6&4032|o<<12|a&63;k[c>>2]=m+3;break}if((h&255)>=245){a=2;break a}if((p-m|0)<4){a=1;break a}n=i[m+1>>0]|0;a=i[m+2>>0]|0;g=i[m+3>>0]|0;switch(h<<24>>24){case -16:{if((n+112&255)>=48){a=2;break a}break}case -12:{if((n&-16)<<24>>24!=-128){a=2;break a}break}default:if((n&-64)<<24>>24!=-128){a=2;break a}}m=a&255;if((m&192|0)!=128){a=2;break a}h=g&255;if((h&192|0)!=128){a=2;break a}if((q-d|0)<4){a=1;break a}g=o&7;a=n&255;if((a<<12&196608|g<<18)>>>0>1114111){a=2;break a}j[d>>1]=a<<2&60|m>>>4&3|((a>>>4&3|g<<2)<<6)+16320|55296;o=d+2|0;k[f>>2]=o;j[o>>1]=h&63|m<<6&960|56320;k[c>>2]=(k[c>>2]|0)+4}while(0);d=(k[f>>2]|0)+2|0;k[f>>2]=d}return a|0}function gf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;j=n;l=n+4|0;k[j>>2]=b;k[l>>2]=0;m=l+4|0;k[m>>2]=0;k[l+8>>2]=0;f=l+8|0;g=a+20|0;h=a+4|0;d=0;e=0;c=0;while(1){if((d|0)!=(e|0)){fA(k[a>>2]|0,k[h>>2]|0);c=k[m>>2]|0}if((c|0)==(k[f>>2]|0))Lm(l,j);else{k[c>>2]=b;k[m>>2]=(k[m>>2]|0)+4}if(i[g>>0]|0){e=MC(k[a>>2]|0,36137)|0;MC(MC(e,vx(k[(k[j>>2]|0)+4>>2]|0)|0)|0,34001)|0}DA(k[a>>2]|0,37548)|0;b=k[j>>2]|0;c=b+8|0;if(k[c>>2]|0){dy(k[a>>2]|0,32)|0;Xs(a,k[c>>2]|0)|0}eB(a);if(!(k[b+20>>2]|0))break;b=b+12|0;e=DC(b,0)|0;if((k[k[e>>2]>>2]|0)!=1)break;b=DC(b,0)|0;b=$F(k[b>>2]|0)|0;k[j>>2]=b;c=k[m>>2]|0;d=c;e=k[l>>2]|0}d=k[m>>2]|0;f=k[d+-4>>2]|0;b=d;while(1){if((b|0)==(k[l>>2]|0))break;c=k[d+-4>>2]|0;k[j>>2]=c;b=0;while(1){if((b|0)==-1)break;h=b+-1|0;k[m>>2]=d+(h<<2);b=h}d=c+12|0;e=c+20|0;b=0;while(1){if(b>>>0>=(k[e>>2]|0)>>>0)break;if((b|0)==0&(c|0)!=(f|0)){Gw(a);dy(k[a>>2]|0,10)|0}else{h=DC(d,b)|0;Ln(a,k[h>>2]|0)}b=b+1|0}d=k[m>>2]|0;b=d}Gw(a);Ky(l);r=n;return}function hf(a,b){a=a|0;b=b|0;var c=0.0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+16|0;e=g;k[e>>2]=b;f=NJ(a,0)|0;f=FG(k[f>>2]|0)|0;f=k[f>>2]|0;a:do if((f|0)!=(k[11820]|0)){if((f|0)==(k[11842]|0)){h=NJ(a,1)|0;h=FG(k[h>>2]|0)|0;switch(i[k[h>>2]>>0]|0){case 45:{d=0;break a}case 43:{d=3;break a}case 126:{d=1;break a}default:jD(a)}}if((f|0)==(k[11830]|0)){h=NJ(a,1)|0;h=MG(k[h>>2]|0)|0;c=+p[h>>3];if(c<0.0){d=1;break}if(c>4294967295.0){d=3;break}if(+Je(c,1.0)!=0.0){d=3;break}d=AI(c)|0;d=d?0:2;break}if((f|0)==(k[11816]|0))d=0;else{if((f|0)==(k[11819]|0)){d=NJ(a,2)|0;d=hf(k[d>>2]|0,b)|0;break}if((f|0)==(k[11829]|0)){h=NJ(a,1)|0;h=NJ(k[h>>2]|0,0)|0;if(RE(k[h>>2]|0,47264)|0){h=NJ(a,1)|0;h=NJ(k[h>>2]|0,1)|0;if(RE(k[h>>2]|0,47376)|0){d=3;break}h=NJ(a,1)|0;h=NJ(k[h>>2]|0,1)|0;if(RE(k[h>>2]|0,e)|0){d=3;break}}}else if((f|0)==(k[11827]|0)){d=NJ(a,2)|0;d=hf(k[d>>2]|0,b)|0;break}jD(a)}}else{b=NJ(a,1)|0;b=FG(k[b>>2]|0)|0;b=k[b>>2]|0;switch(i[b>>0]|0){case 45:case 43:{d=0;break a}case 62:{if((b|0)==(k[11868]|0)){d=2;break a}break}case 33:case 61:case 60:case 94:case 38:case 124:break;case 47:case 42:{d=3;break a}default:jD(a)}d=1}while(0);r=g;return d|0}function jf(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+240|0;q=w;m=w+128|0;v=w+8|0;p=w+4|0;h=w+126|0;n=w+116|0;o=w+16|0;k[v>>2]=m;u=v+4|0;k[u>>2]=181;s=hD(e)|0;a=SF(s,49696)|0;i[h>>0]=0;if(Dc(b,k[c>>2]|0,d,s,k[e+4>>2]|0,f,h,a,v,p,m+100|0)|0){lc[k[(k[a>>2]|0)+32>>2]&7](a,42358,42368,n)|0;d=k[p>>2]|0;e=k[v>>2]|0;a=d-e|0;if((a|0)>98){m=yc(a+2|0)|0;a=m}else{a=o;m=0}if(i[h>>0]|0){i[a>>0]=45;a=a+1|0}j=n+10|0;l=n;h=e;while(1){if(h>>>0>=d>>>0)break;e=i[h>>0]|0;d=n;while(1){if((d|0)==(j|0)){d=j;break}if((i[d>>0]|0)==e<<24>>24)break;d=d+1|0}i[a>>0]=i[42358+(d-l)>>0]|0;h=h+1|0;a=a+1|0;d=k[p>>2]|0}i[a>>0]=0;k[q>>2]=g;XD(o,42369,q);if(m|0)Vc(m)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;t=26;break}if(!a)t=27}else t=26;while(0);if((t|0)==26?a:0)t=27;if((t|0)==27)k[f>>2]=k[f>>2]|2;d=k[b>>2]|0;tB(s);a=k[v>>2]|0;k[v>>2]=0;if(a|0)ec[k[u>>2]&255](a);r=w;return d|0}function kf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1)if(f){g=b;h=16}else h=15;else h=13}else h=13;if((h|0)==13)if(f)h=15;else{g=0;h=16}do if((h|0)==15)k[c>>2]=k[c>>2]|6;else if((h|0)==16){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if(($b[k[(k[d>>2]|0)+52>>2]&31](d,e,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;b=k[f>>2]|0;d=k[e+16>>2]|0;if((b|0)==(d|0)){hc[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)f=1;else{f=k[e+12>>2]|0;d=k[e+16>>2]|0;h=25}}else{h=b+4|0;k[f>>2]=h;f=h;h=25}do if((h|0)==25){if((f|0)==(d|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}while(0);if(g){e=k[g+12>>2]|0;if((e|0)==(k[g+16>>2]|0))e=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(f)break}else h=36}else h=36;if((h|0)==36?!f:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function lf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;Lm(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=DC(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=DC(c,0)|0;c=$F(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){Lm(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=DC(d,c)|0,Ad(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}Ky(j);r=o;return}function mf(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if(a<<24>>24==f<<24>>24)if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if(a<<24>>24==g<<24>>24?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+32|0;f=0;while(1){p=o+f|0;if((f|0)==32){p=g;break}if((i[p>>0]|0)==a<<24>>24)break;else f=f+1|0}f=p-o|0;if((f|0)>31)p=-1;else{g=i[41059+f>>0]|0;switch(f|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;p=k[e>>2]|0;k[e>>2]=p+1;i[p>>0]=g;p=0;break a}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>21){p=0;break a}k[n>>2]=(k[n>>2]|0)+1;p=0;break a}}}}while(0);return p|0}function nf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do switch(k[a>>2]|0){case 0:{a=a+8|0;if(!(k[a>>2]|0)){MC(b,17072)|0;break a}else{b=dy(b,34)|0;dy(MC(b,k[a>>2]|0)|0,34)|0;break a}}case 1:{k[b+(k[(k[b>>2]|0)+-12>>2]|0)+8>>2]=17;Ki(b,+p[a+8>>3])|0;break}case 2:{d=a+8|0;e=k[d>>2]|0;if((k[e+4>>2]|0)==(k[e>>2]|0)){MC(b,17081)|0;break a}dy(b,91)|0;c=0;while(1){a=k[d>>2]|0;if(c>>>0>=(k[a+4>>2]|0)-(k[a>>2]|0)>>2>>>0)break;if(c){MC(b,44677)|0;a=k[d>>2]|0}nf(k[(k[a>>2]|0)+(c<<2)>>2]|0,b);c=c+1|0}dy(b,93)|0;break}case 3:{MC(b,17084)|0;break}case 4:{MC(b,i[a+8>>0]|0?45739:45733)|0;break}case 5:{dy(b,123)|0;e=1;a=(k[a+8>>2]|0)+8|0;while(1){a=k[a>>2]|0;if(!a)break;d=a;c=k[d+8>>2]|0;d=k[d+12>>2]|0;if(!e)MC(b,44677)|0;MC(MC(dy(b,34)|0,c)|0,17089)|0;nf(d,b);e=0}dy(b,125)|0;break}default:{}}while(0);return}function of(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;t=r;r=r+128|0;a=t+20|0;s=t+8|0;l=t;h=t+16|0;k[s>>2]=a;q=s+4|0;k[q>>2]=181;o=hD(e)|0;j=SF(o,49696)|0;i[h>>0]=0;n=k[c>>2]|0;m=n;if(Dc(b,m,d,o,k[e+4>>2]|0,f,h,j,s,l,a+100|0)|0){a=g+11|0;if((i[a>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0}else{i[g>>0]=0;i[a>>0]=0}if(i[h>>0]|0)An(g,nc[k[(k[j>>2]|0)+28>>2]&31](j,45)|0);d=nc[k[(k[j>>2]|0)+28>>2]&31](j,48)|0;h=k[l>>2]|0;j=h+-1|0;a=k[s>>2]|0;while(1){if(a>>>0>=j>>>0)break;if((i[a>>0]|0)!=d<<24>>24)break;a=a+1|0}ak(g,a,h)}a=k[b>>2]|0;do if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0))if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1){k[b>>2]=0;a=0;break}else{a=k[b>>2]|0;break}}else a=0;while(0);a=(a|0)==0;do if(n){if((k[m+12>>2]|0)==(k[m+16>>2]|0)?(hc[k[(k[n>>2]|0)+36>>2]&127](m)|0)==-1:0){k[c>>2]=0;p=22;break}if(!a)p=23}else p=22;while(0);if((p|0)==22?a:0)p=23;if((p|0)==23)k[f>>2]=k[f>>2]|2;h=k[b>>2]|0;tB(o);a=k[s>>2]|0;k[s>>2]=0;if(a|0)ec[k[q>>2]&255](a);r=t;return h|0}function pf(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if(!b)Ra(34004,37720,72,34009);do switch(k[b>>2]|0){case 1:{gf(a,b);break}case 2:{Hj(a,b);break}case 3:{yk(a,b);break}case 4:{Xj(a,b);break}case 5:{Ak(a,b);break}case 6:{nB(a,b);break}case 7:{EA(a,b);break}case 8:{Mn(a,b);break}case 9:{qu(a,b);break}case 10:{Co(a,b);break}case 11:{Fx(a,b);break}case 12:{su(a,b);break}case 13:{$g(a,b);break}case 14:{Ug(a,b);break}case 15:{a=k[a>>2]|0;b=b+8|0;k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];k[c+12>>2]=k[b+12>>2];ik(a,c)|0;break}case 16:{sd(a,b);break}case 17:{Wc(a,b);break}case 18:{bq(a,b);break}case 19:{tu(a,b);break}case 20:{Ps(a,b);break}case 21:{dk(a,b);break}case 22:{cD(k[a>>2]|0);break}case 23:{bC(k[a>>2]|0);break}default:{}}while(0);r=d;return}function qf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;c=k[a+44>>2]|0;b=k[a+40>>2]|0;while(1){if((b|0)==(c|0))break;xk(k[a>>2]|0,k[b>>2]|0);b=b+4|0}b=k[a+20>>2]|0;if((b|0)!=-1?(d=k[a>>2]|0,e=k[d+36>>2]|0,b>>>0<(k[d+40>>2]|0)-e>>2>>>0):0)k[d+108>>2]=k[k[e+(b<<2)>>2]>>2];c=a+76|0;b=k[a+72>>2]|0;a:while(1){if((b|0)==(c|0))break;d=k[b+16>>2]|0;switch(k[d+8>>2]|0){case 0:{k[d+4>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(k[b+20>>2]<<2)>>2]>>2];break}case 1:{j=cw(0)|0;k[d+4>>2]=j;break}case 2:{j=cw(0)|0;k[d+4>>2]=j;break}case 3:{j=Wh(a,k[b+20>>2]|0)|0;k[d+4>>2]=j;break}default:{f=15;break a}}Hk(k[a>>2]|0,d);b=Nv(b)|0}d=a+56|0;c=k[a+52>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;k[(k[b>>2]|0)+24>>2]=k[k[(k[(k[a>>2]|0)+36>>2]|0)+(e<<2)>>2]>>2];b=b+4|0}c=Nv(c)|0}d=a+128|0;c=k[a+124>>2]|0;while(1){if((c|0)==(d|0))break;e=k[c+16>>2]|0;f=k[c+24>>2]|0;b=k[c+20>>2]|0;while(1){if((b|0)==(f|0))break;h=k[a>>2]|0;g=k[h+72>>2]|0;h=k[(k[h+36>>2]|0)+(k[b>>2]<<2)>>2]|0;i=g+(e<<4)+8|0;j=k[i>>2]|0;if((j|0)==(k[g+(e<<4)+12>>2]|0))Lm(g+(e<<4)+4|0,h);else{k[j>>2]=k[h>>2];k[i>>2]=(k[i>>2]|0)+4}b=b+4|0}c=Nv(c)|0}return}function rf(a){a=a|0;var b=0;if((i[46576]|0)==0?WH(46576)|0:0){if((i[46584]|0)==0?WH(46584)|0:0){b=50108;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=50396);Fb(174,0,x|0)|0}uD(50108,41578);uD(50120,41586);uD(50132,41595);uD(50144,41601);uD(50156,41607);uD(50168,41611);uD(50180,41616);uD(50192,41621);uD(50204,41628);uD(50216,41638);uD(50228,41646);uD(50240,41655);uD(50252,41664);uD(50264,41668);uD(50276,41672);uD(50288,41676);uD(50300,41607);uD(50312,41680);uD(50324,41684);uD(50336,41688);uD(50348,41692);uD(50360,41696);uD(50372,41700);uD(50384,41704);k[12599]=50108}return k[12599]|0}function sf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;f=m+16|0;h=m+12|0;j=m;l=a+12|0;if(i[l>>0]|0){g=MC(48992,19414)|0;e=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(f);rm(g,e);bp(g)}g=rh(a)|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[j+(b<<2)>>2]=0;b=b+1|0}d=j+11|0;e=j+4|0;c=0;while(1){if(c>>>0>=g>>>0)break;Mp(f,j,ih(a)|0);if((i[d>>0]|0)<0){i[k[j>>2]>>0]=0;k[e>>2]=0}else{i[j>>0]=0;i[d>>0]=0}Ui(j);k[j>>2]=k[f>>2];k[j+4>>2]=k[f+4>>2];k[j+8>>2]=k[f+8>>2];b=0;while(1){if((b|0)==3)break;k[f+(b<<2)>>2]=0;b=b+1|0}UG(f);c=c+1|0}if(i[l>>0]|0){l=MC(Sv(MC(48992,20127)|0,j)|0,19429)|0;g=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(f);rm(l,g);bp(l)}ID(h,j);UG(j);r=m;return k[h>>2]|0}function tf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;p=q;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}k[h>>2]=f;k[e>>2]=c;n=g;o=a+8|0;a=f;while(1){if((a|0)==(g|0)|(c|0)==(d|0)){a=33;break}l=b;f=k[l+4>>2]|0;m=p;k[m>>2]=k[l>>2];k[m+4>>2]=f;m=j;f=JG(k[o>>2]|0)|0;l=ch(a,e,m-c|0,n-a>>2,b)|0;if(f|0)JG(f)|0;if((l|0)==-1){j=a;a=10;break}a=(k[h>>2]|0)+(l<<2)|0;k[h>>2]=a;if((a|0)==(g|0)){a=30;break}c=k[e>>2]|0;if((j|0)==(d|0))j=d;else{j=JG(k[o>>2]|0)|0;c=oh(a,c,1,b)|0;if(j|0)JG(j)|0;if(c|0){c=2;a=29;break}k[h>>2]=(k[h>>2]|0)+4;c=(k[e>>2]|0)+1|0;k[e>>2]=c;j=c;while(1){if((j|0)==(d|0)){j=d;break}if(!(i[j>>0]|0))break;j=j+1|0}a=k[h>>2]|0}}do if((a|0)==10){a:while(1){k[h>>2]=j;if((c|0)==(k[e>>2]|0)){a=19;break}a=JG(k[o>>2]|0)|0;j=oh(j,c,m-c|0,p)|0;if(a|0)JG(a)|0;switch(j|0){case -1:{a=15;break a}case -2:{a=16;break a}case 0:{c=c+1|0;break}default:c=c+j|0}j=(k[h>>2]|0)+4|0;a=10}if((a|0)==15){k[e>>2]=c;c=2;a=29;break}else if((a|0)==16){k[e>>2]=c;c=1;a=29;break}else if((a|0)==19){k[e>>2]=c;c=(c|0)!=(d|0)&1;a=29;break}}else if((a|0)==30){c=k[e>>2]|0;a=33}while(0);if((a|0)!=29)if((a|0)==33)c=(c|0)!=(d|0)&1;r=q;return c|0}function uf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+48|0;h=l+16|0;i=l;j=l+32|0;f=k[b>>2]|0;b=k[c>>2]|0;c=k[a+4>>2]|0;d=_z(b)|0;e=NJ(f,0)|0;if(((RE(k[e>>2]|0,47280)|0?(e=NJ(f,1)|0,RE(k[e>>2]|0,47464)|0):0)?(e=NJ(f,3)|0,e=NJ(k[e>>2]|0,0)|0,RE(k[e>>2]|0,47320)|0):0)?(e=NJ(f,3)|0,e=NJ(k[e>>2]|0,1)|0,(dv(k[e>>2]|0)|0)==(d|0)):0)e=10;else e=5;do if((e|0)==5){if(((((b|0)==1?(b=NJ(f,0)|0,RE(k[b>>2]|0,47280)|0):0)?(b=NJ(f,1)|0,RE(k[b>>2]|0,47408)|0):0)?(b=NJ(f,3)|0,b=NJ(k[b>>2]|0,0)|0,RE(k[b>>2]|0,47320)|0):0)?(b=NJ(f,3)|0,b=NJ(k[b>>2]|0,1)|0,(dv(k[b>>2]|0)|0)==0):0){e=10;break}a=NJ(f,0)|0;if(RE(k[a>>2]|0,47320)|0){g=NJ(f,1)|0;g=(dv(k[g>>2]|0)|0)<<d;k[i>>2]=1;k[i+8>>2]=g;k[h>>2]=k[i>>2];k[h+4>>2]=k[i+4>>2];k[h+8>>2]=k[i+8>>2];k[h+12>>2]=k[i+12>>2];g=$r(c+8|0,h)|0;break}else{k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;dr(j,30775,20);dt(j,f)}}while(0);if((e|0)==10){j=k[a+8>>2]|0;g=NJ(f,2)|0;g=Hu(k[j+16>>2]|0,k[g>>2]|0)|0}r=l;return g|0}function vf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0;k[c>>2]=a;k[f>>2]=d;p=b;a:while(1){o=k[c>>2]|0;if(o>>>0>=b>>>0){a=0;break}if(d>>>0>=e>>>0){a=1;break}j=i[o>>0]|0;n=j&255;do if(j<<24>>24>-1){k[d>>2]=n;k[c>>2]=o+1}else{if((j&255)<194){a=2;break a}if((j&255)<224){if((p-o|0)<2){a=1;break a}a=l[o+1>>0]|0;if((a&192|0)!=128){a=2;break a}k[d>>2]=a&63|n<<6&1984;k[c>>2]=o+2;break}if((j&255)<240){if((p-o|0)<3){a=1;break a}g=i[o+1>>0]|0;a=i[o+2>>0]|0;switch(j<<24>>24){case -32:{if((g&-32)<<24>>24!=-96){a=2;break a}break}case -19:{if((g&-32)<<24>>24!=-128){a=2;break a}break}default:if((g&-64)<<24>>24!=-128){a=2;break a}}a=a&255;if((a&192|0)!=128){a=2;break a}k[d>>2]=(g&255)<<6&4032|n<<12&61440|a&63;k[c>>2]=o+3;break}if((j&255)>=245){a=2;break a}if((p-o|0)<4){a=1;break a}m=i[o+1>>0]|0;a=i[o+2>>0]|0;h=i[o+3>>0]|0;switch(j<<24>>24){case -16:{if((m+112&255)>=48){a=2;break a}break}case -12:{if((m&-16)<<24>>24!=-128){a=2;break a}break}default:if((m&-64)<<24>>24!=-128){a=2;break a}}g=a&255;if((g&192|0)!=128){a=2;break a}a=h&255;if((a&192|0)!=128){a=2;break a}a=(m&255)<<12&258048|n<<18&1835008|g<<6&4032|a&63;if(a>>>0>1114111){a=2;break a}k[d>>2]=a;k[c>>2]=o+4}while(0);d=(k[f>>2]|0)+4|0;k[f>>2]=d}return a|0}function wf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+16|0;n=q+12|0;o=q;p=wA()|0;m=Tm(b,1)|0;if(!(i[m>>0]|0)){c=lG(Tm(b,1)|0)|0;k[p>>2]=c;c=2}else c=1;d=Tm(b,c)|0;if(!(i[d>>0]|0))Ra(17877,17579,1641,17891);e=p+4|0;f=p+8|0;g=p+12|0;h=p+16|0;b=1;a:while(1){m=(Sp(d)|0)+8|0;if(b>>>0>=(k[m>>2]|0)>>>0){c=7;break}m=Tm(d,b)|0;l=lG(Tm(m,0)|0)|0;b:do if((l|0)!=(k[11989]|0)){l=lG(Tm(m,0)|0)|0;if((l|0)==(k[11990]|0)){l=(Sp(m)|0)+8|0;if((k[l>>2]|0)>>>0>2){c=16;break a}m=Gg(lG(Tm(m,1)|0)|0,0,0)|0;k[e>>2]=m}}else{c=1;while(1){l=(Sp(m)|0)+8|0;if(c>>>0>=(k[l>>2]|0)>>>0)break b;j=Gg(lG(Tm(m,c)|0)|0,0,0)|0;k[n>>2]=j;l=k[g>>2]|0;if(l>>>0<(k[h>>2]|0)>>>0){k[l>>2]=j;k[g>>2]=l+4}else Lm(f,n);c=c+1|0}}while(0);b=b+1|0}if((c|0)==7){ok(k[a>>2]|0,p);r=q;return}else if((c|0)==16){q=Sa(20)|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;dr(o,17839,20);a=k[m+28>>2]|0;p=k[m+32>>2]|0;Gt(q,o);k[q+12>>2]=a;k[q+16>>2]=p;Gb(q|0,8,158)}}function xf(a){a=a|0;var b=0;if((i[46656]|0)==0?WH(46656)|0:0){if((i[46664]|0)==0?WH(46664)|0:0){b=50920;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=51208);Fb(178,0,x|0)|0}tD(50920,8848);tD(50932,8880);tD(50944,8916);tD(50956,8940);tD(50968,8964);tD(50980,8980);tD(50992,9e3);tD(51004,9020);tD(51016,9048);tD(51028,9088);tD(51040,9120);tD(51052,9156);tD(51064,9192);tD(51076,9208);tD(51088,9224);tD(51100,9240);tD(51112,8964);tD(51124,9256);tD(51136,9272);tD(51148,9288);tD(51160,9304);tD(51172,9320);tD(51184,9336);tD(51196,9352);k[12802]=50920}return k[12802]|0}function yf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 46:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+28>>2]=1;e=11;break}case 47:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+28>>2]=1;e=11;break}case 51:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+28>>2]=1;e=11;break}case 48:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=1;k[c+28>>2]=2;e=11;break}case 49:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=2;k[c+28>>2]=2;e=11;break}case 50:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+28>>2]=2;e=11;break}case 52:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+28>>2]=2;e=11;break}case 53:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=4;k[c+28>>2]=3;e=11;break}case 54:{c=TB(k[a+4>>2]|0)|0;i[c+8>>0]=8;k[c+28>>2]=4;e=11;break}default:c=0}if((e|0)==11){if(i[a+12>>0]|0){e=MC(48992,21774)|0;g=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(e,g);bp(e)}lz(a,c+16|0,c+12|0);g=xv(a)|0;k[c+24>>2]=g;g=xv(a)|0;k[c+20>>2]=g;jI(k[c+28>>2]|0);k[b>>2]=c;c=1}r=f;return c|0}function zf(a,b,c,d,e,f,g,h,j,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;o=o|0;var p=0,q=0;a:do if((a|0)==(f|0))if(i[b>>0]|0){i[b>>0]=0;c=k[e>>2]|0;k[e>>2]=c+1;i[c>>0]=46;e=i[h+11>>0]|0;if(((e<<24>>24<0?k[h+4>>2]|0:e&255)|0)!=0?(p=k[m>>2]|0,(p-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;p=0}else p=0}else p=-1;else{if((a|0)==(g|0)?(g=i[h+11>>0]|0,(g<<24>>24<0?k[h+4>>2]|0:g&255)|0):0){if(!(i[b>>0]|0)){p=-1;break}p=k[m>>2]|0;if((p-j|0)>=160){p=0;break}j=k[n>>2]|0;k[m>>2]=p+4;k[p>>2]=j;k[n>>2]=0;p=0;break}g=o+128|0;f=0;while(1){p=o+(f<<2)|0;if((f|0)==32){p=g;break}if((k[p>>2]|0)==(a|0))break;else f=f+1|0}f=p-o|0;p=f>>2;if((f|0)<=124){g=i[41059+p>>0]|0;switch(p|0){case 24:case 25:{p=k[e>>2]|0;if((p|0)!=(d|0)?(l[p+-1>>0]&95|0)!=(l[c>>0]&127|0):0){p=-1;break a}k[e>>2]=p+1;i[p>>0]=g;p=0;break a}case 23:case 22:{i[c>>0]=80;break}default:{p=g&95;if((((p|0)==(i[c>>0]|0)?(i[c>>0]=p|128,i[b>>0]|0):0)?(i[b>>0]=0,c=i[h+11>>0]|0,(c<<24>>24<0?k[h+4>>2]|0:c&255)|0):0)?(q=k[m>>2]|0,(q-j|0)<160):0){j=k[n>>2]|0;k[m>>2]=q+4;k[q>>2]=j}}}m=k[e>>2]|0;k[e>>2]=m+1;i[m>>0]=g;if((f|0)>84)p=0;else{k[n>>2]=(k[n>>2]|0)+1;p=0}}else p=-1}while(0);return p|0}function Af(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;d=0;l=a;a:while(1){if(!(d>>>0<c>>>0&l>>>0<b>>>0)){e=33;break}k=i[l>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-l|0)<2){e=33;break a}if((i[l+1>>0]&-64)<<24>>24!=-128){e=33;break a}e=l+2|0;break}if((k&255)<240){g=l;if((m-g|0)<3){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}e=l+3|0;break}if((k&255)>=245){e=33;break a}j=l;if((c-d|0)>>>0<2|(m-j|0)<4){e=33;break a}e=i[l+1>>0]|0;f=i[l+2>>0]|0;g=i[l+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else{d=d+1|0;e=l+4|0}}else e=l+1|0;while(0);d=d+1|0;l=e}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=l-a|0;return d|0}function Bf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=k[a>>2]|0;do if(e){if((k[e+12>>2]|0)==(k[e+16>>2]|0))if((hc[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}}else e=0;while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=10;break}if(e)h=12;else h=11}else h=10;while(0);if((h|0)==10)if(e)h=11;else{b=0;h=12}a:do if((h|0)==11)k[c>>2]=k[c>>2]|6;else if((h|0)==12){e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=l[f>>0]|0;if(($b[k[(k[d>>2]|0)+36>>2]&31](d,e&255,0)|0)<<24>>24!=37){k[c>>2]=k[c>>2]|4;break}e=k[a>>2]|0;f=e+12|0;d=k[f>>2]|0;g=k[e+16>>2]|0;if((d|0)==(g|0)){hc[k[(k[e>>2]|0)+40>>2]&127](e)|0;e=k[a>>2]|0;if(!e)e=0;else{f=k[e+12>>2]|0;g=k[e+16>>2]|0;h=21}}else{h=d+1|0;k[f>>2]=h;f=h;h=21}do if((h|0)==21)if((f|0)==(g|0))if((hc[k[(k[e>>2]|0)+36>>2]&127](e)|0)==-1){k[a>>2]=0;e=0;break}else{e=k[a>>2]|0;break}while(0);e=(e|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=29;break}if(e)break a}else h=29;while(0);if((h|0)==29?!e:0)break;k[c>>2]=k[c>>2]|2}while(0);return}function Cf(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0;k[c>>2]=a;k[f>>2]=d;l=b;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}d=j[a>>1]|0;h=d&65535;do if((d&65535)<128){a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=d}else{if((d&65535)<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>6|192;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)<55296){a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((d&65535)>=56320){if((d&65535)<57344){a=2;break a}a=k[f>>2]|0;if((e-a|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=h>>>12|224;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>6&63|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h&63|128;break}if((l-a|0)<4){a=1;break a}a=a+2|0;d=m[a>>1]|0;if((d&64512|0)!=56320){a=2;break a}if((e-(k[f>>2]|0)|0)<4){a=1;break a}g=h&960;if(((g<<10)+65536|0)>>>0>1114111){a=2;break a}k[c>>2]=a;a=(g>>>6)+1|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=a>>>2|240;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h>>>2&15|a<<4&48|128;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=h<<4&48|d>>>6&15|128;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=d&63|128}while(0);a=(k[c>>2]|0)+2|0;k[c>>2]=a}return a|0}function Df(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+48|0;i=o+24|0;j=o+28|0;l=o;k[i>>2]=c;k[j>>2]=0;n=j+4|0;k[n>>2]=0;k[j+8>>2]=0;e=j+8|0;Lm(j,i);while(1){if(!(k[c+20>>2]|0))break;c=c+12|0;h=DC(c,0)|0;if((k[k[h>>2]>>2]|0)!=1)break;c=DC(c,0)|0;c=$F(k[c>>2]|0)|0;k[i>>2]=c;d=k[n>>2]|0;if((d|0)==(k[e>>2]|0)){Lm(j,i);continue}else{k[d>>2]=c;k[n>>2]=(k[n>>2]|0)+4;continue}}k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;g=a+16|0;k[g>>2]=0;f=k[n>>2]|0;h=k[f+-4>>2]|0;d=f;c=0;while(1){if((d|0)==(k[j>>2]|0))break;e=k[f+-4>>2]|0;k[i>>2]=e;d=0;while(1){if((d|0)==-1)break;p=d+-1|0;k[n>>2]=f+(p<<2);d=p}a:do if(!c){d=e+12|0;f=e+20|0;c=0;while(1){if(c>>>0>=(k[f>>2]|0)>>>0){c=0;break a}if(!((c|0)==0&(e|0)!=(h|0))?(m=DC(d,c)|0,ng(l,b,k[m>>2]|0),k[a>>2]=k[l>>2],k[a+4>>2]=k[l+4>>2],k[a+8>>2]=k[l+8>>2],k[a+12>>2]=k[l+12>>2],k[a+16>>2]=k[l+16>>2],m=k[g>>2]|0,m|0):0)break;c=c+1|0}if((m|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}else c=m}else if((c|0)==(k[e+8>>2]|0)){k[g>>2]=0;c=0}while(0);f=k[n>>2]|0;d=f}Ky(j);r=o;return}function Ef(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;m=n;e=QH(hG(Tm(b,0)|0)|0,46)|0;j=TB(k[a+4>>2]|0)|0;l=j+28|0;k[l>>2]=c;c=(nA(c)|0)&255;d=j+8|0;i[d>>0]=c;a:do switch(i[e+6>>0]|0){case 56:{i[d>>0]=1;f=1;break}case 49:{if((i[e+7>>0]|0)==54){i[d>>0]=2;f=2;break a}else Ra(18666,17579,1098,18740);break}case 51:{if((i[e+7>>0]|0)==50){i[d>>0]=4;f=4;break a}else Ra(18691,17579,1102,18740);break}default:f=c}while(0);g=j+12|0;k[g>>2]=0;h=j+16|0;uC(h,f&255,0)|0;e=1;b:while(1){f=Tm(b,e)|0;f=(i[f>>0]|0)==0;d=Tm(b,e)|0;if(!f){c=18;break}d=hG(d)|0;c=QH(d,61)|0;if(!c){c=12;break}c=c+1|0;switch(i[d>>0]|0){case 97:{f=Do(c)|0;uC(h,f,((f|0)<0)<<31>>31)|0;break}case 111:{f=Do(c)|0;uC(g,f,((f|0)<0)<<31>>31)|0;break}default:{c=16;break b}}e=e+1|0}if((c|0)==12)Ra(18707,17579,1112,18740);else if((c|0)==16){n=Sa(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;dr(m,18750,19);NA(n,m);Gb(n|0,8,158)}else if((c|0)==18){m=uc(a,d)|0;k[j+20>>2]=m;m=uc(a,Tm(b,e+1|0)|0)|0;k[j+24>>2]=m;jI(k[l>>2]|0);r=n;return j|0}return 0}function Ff(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0;m=b;l=0;d=a;a:while(1){if(!(l>>>0<c>>>0&d>>>0<b>>>0)){e=33;break}k=i[d>>0]|0;h=k&255;do if(k<<24>>24<=-1){if((k&255)<194){e=33;break a}if((k&255)<224){if((m-d|0)<2){e=33;break a}if((i[d+1>>0]&-64)<<24>>24!=-128){e=33;break a}d=d+2|0;break}if((k&255)<240){g=d;if((m-g|0)<3){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;switch(k<<24>>24){case -32:{if((e&-32)<<24>>24!=-96){e=14;break a}break}case -19:{if((e&-32)<<24>>24!=-128){e=16;break a}break}default:if((e&-64)<<24>>24!=-128){e=18;break a}}if((f&-64)<<24>>24!=-128){e=33;break a}d=d+3|0;break}if((k&255)>=245){e=33;break a}j=d;if((m-j|0)<4){e=33;break a}e=i[d+1>>0]|0;f=i[d+2>>0]|0;g=i[d+3>>0]|0;switch(k<<24>>24){case -16:{if((e+112&255)>=48){e=25;break a}break}case -12:{if((e&-16)<<24>>24!=-128){e=27;break a}break}default:if((e&-64)<<24>>24!=-128){e=29;break a}}if(!((f&-64)<<24>>24==-128&(g&-64)<<24>>24==-128)){e=33;break a}if(((e&255)<<12&196608|h<<18&1835008)>>>0>1114111){e=33;break a}else d=d+4|0}else d=d+1|0;while(0);l=l+1|0}if((e|0)==14)d=g-a|0;else if((e|0)==16)d=g-a|0;else if((e|0)==18)d=g-a|0;else if((e|0)==25)d=j-a|0;else if((e|0)==27)d=j-a|0;else if((e|0)==29)d=j-a|0;else if((e|0)==33)d=d-a|0;return d|0}function Gf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0;s=r;r=r+32|0;g=s+16|0;j=s+12|0;l=s;k[g>>2]=0;m=g+4|0;k[m>>2]=0;k[g+8>>2]=0;n=a+12|0;f=Gx(n)|0;k[j>>2]=f;o=g+8|0;p=a+4|0;h=a+8|0;c=f;a:while(1){Rg(a);b=k[a>>2]|0;switch(i[b>>0]|0){case 0:break a;case 40:{k[a>>2]=b+1;b=k[m>>2]|0;if((b|0)==(k[o>>2]|0))Lm(g,j);else{k[b>>2]=c;k[m>>2]=(k[m>>2]|0)+4}f=Gx(n)|0;c=(k[a>>2]|0)+-1-(k[h>>2]|0)|0;k[f+28>>2]=k[p>>2];k[f+32>>2]=c;k[j>>2]=f;c=f;continue a}case 41:{k[a>>2]=b+1;d=k[m>>2]|0;c=k[d+-4>>2]|0;k[j>>2]=c;e=c;if((d|0)==(k[g>>2]|0)){q=8;break a}else b=0;while(1){if((b|0)==-1)break;t=b+-1|0;k[m>>2]=d+(t<<2);b=t}ww(Sp(e)|0,f);f=e;continue a}default:{c=Sp(f)|0;ww(c,Te(a)|0);c=f;continue a}}}if((q|0)==8)Ra(17566,17579,174,17599);if((k[m>>2]|0)==(k[g>>2]|0)){Ky(g);r=s;return f|0}else{t=Sa(20)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;dr(l,17605,18);q=k[f+28>>2]|0;s=k[f+32>>2]|0;Gt(t,l);k[t+12>>2]=q;k[t+16>>2]=s;Gb(t|0,8,158)}return 0}function Hf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+64|0;o=p+40|0;f=p+36|0;g=p;h=p+24|0;l=b+16|0;e=k[l>>2]|0;if(e>>>0>250){i=k[b+36>>2]|0;fc[k[(k[i>>2]|0)+28>>2]&255](i,24496);i=k[l>>2]|0}else i=e;k[l>>2]=i+1;j=b+20|0;m=b+24|0;e=k[m>>2]|0;n=e-(k[j>>2]|0)|0;k[o>>2]=c;if(e>>>0<(k[b+28>>2]|0)>>>0){k[e>>2]=c;k[m>>2]=(k[m>>2]|0)+4}else Lm(j,o);e=k[b>>2]|0;k[f>>2]=c;k[o>>2]=k[f>>2];c=Qv(e,o)|0;if(!c)Ra(37382,23304,767,24508);re(o,c,d);k[h>>2]=2756;k[h+4>>2]=b;k[h+8>>2]=o;Ad(g,h,k[c+36>>2]|0);d=k[g+16>>2]|0;if(!((d|0)==0|(d|0)==(k[11983]|0)))Ra(24529,23304,775,24508);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];e=k[c+4>>2]|0;if(!e){k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;c=0}else c=k[a>>2]|0;if((e|0)!=(c|0))Ra(24577,23304,778,24508);k[l>>2]=i;e=k[j>>2]|0;c=k[m>>2]|0;f=c;while(1){if((c-e|0)>>>0>n>>>0)c=0;else break;while(1){if((c|0)==-1)break;l=c+-1|0;k[m>>2]=f+(l<<2);c=l}c=f+-4|0;f=c}cy(o);r=p;return}function If(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;while(1){e=k[a>>2]|0;do if(e){f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if((e|0)==-1){k[a>>2]=0;f=1;break}else{f=(k[a>>2]|0)==0;break}}else f=1;while(0);if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))e=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else e=k[e>>2]|0;if((e|0)!=-1){if(!f){f=b;break}}else h=14}else h=14;if((h|0)==14){h=0;if(f){f=0;break}else b=0}e=k[a>>2]|0;f=k[e+12>>2]|0;if((f|0)==(k[e+16>>2]|0))e=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else e=k[f>>2]|0;if(!($b[k[(k[d>>2]|0)+12>>2]&31](d,8192,e)|0)){f=b;break}e=k[a>>2]|0;f=e+12|0;g=k[f>>2]|0;if((g|0)==(k[e+16>>2]|0)){hc[k[(k[e>>2]|0)+40>>2]&127](e)|0;continue}else{k[f>>2]=g+4;continue}}b=k[a>>2]|0;do if(b){e=k[b+12>>2]|0;if((e|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[e>>2]|0;if((b|0)==-1){k[a>>2]=0;e=1;break}else{e=(k[a>>2]|0)==0;break}}else e=1;while(0);if(f){b=k[f+12>>2]|0;if((b|0)==(k[f+16>>2]|0))b=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else b=k[b>>2]|0;if((b|0)!=-1){if(!e)h=37}else h=35}else h=35;if((h|0)==35?e:0)h=37;if((h|0)==37)k[c>>2]=k[c>>2]|2;return}function Jf(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0.0;a:do if(b>>>0<=20)do switch(b|0){case 9:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;k[a>>2]=b;break a}case 10:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=((b|0)<0)<<31>>31;break a}case 11:{d=(k[c>>2]|0)+(4-1)&~(4-1);b=k[d>>2]|0;k[c>>2]=d+4;d=a;k[d>>2]=b;k[d+4>>2]=0;break a}case 12:{d=(k[c>>2]|0)+(8-1)&~(8-1);b=d;e=k[b>>2]|0;b=k[b+4>>2]|0;k[c>>2]=d+8;d=a;k[d>>2]=e;k[d+4>>2]=b;break a}case 13:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&65535)<<16>>16;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 14:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&65535;k[e+4>>2]=0;break a}case 15:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;d=(d&255)<<24>>24;e=a;k[e>>2]=d;k[e+4>>2]=((d|0)<0)<<31>>31;break a}case 16:{e=(k[c>>2]|0)+(4-1)&~(4-1);d=k[e>>2]|0;k[c>>2]=e+4;e=a;k[e>>2]=d&255;k[e+4>>2]=0;break a}case 17:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}case 18:{e=(k[c>>2]|0)+(8-1)&~(8-1);f=+p[e>>3];k[c>>2]=e+8;p[a>>3]=f;break a}default:break a}while(0);while(0);return}function Kf(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;j=fB(64)|0;l=j+40|0;k[l>>2]=0;m=j+44|0;k[m>>2]=0;n=j+48|0;k[n>>2]=0;o=j+52|0;f=j+56|0;k[f>>2]=0;k[j+60>>2]=0;i=j+8|0;k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;k[i+12>>2]=0;k[i+16>>2]=0;k[i+20>>2]=0;k[i+24>>2]=0;k[o>>2]=f;k[j>>2]=k[a>>2];k[j+4>>2]=c;k[j+36>>2]=e;f=k[b+4>>2]|0;g=j+12|0;h=j+16|0;e=k[b>>2]|0;while(1){if((e|0)==(f|0))break;a=e+4|0;c=k[g>>2]|0;if((c|0)==(k[h>>2]|0))Lm(i,a);else{k[c>>2]=k[a>>2];k[g>>2]=c+4}b=(k[m>>2]|0)-(k[l>>2]|0)>>2;a=mr(o,e)|0;k[a>>2]=b;a=k[m>>2]|0;if((a|0)==(k[n>>2]|0))Lm(l,e);else{k[a>>2]=k[e>>2];k[m>>2]=(k[m>>2]|0)+4}e=e+8|0}b=k[d+4>>2]|0;f=j+24|0;g=j+28|0;h=j+20|0;e=k[d>>2]|0;while(1){if((e|0)==(b|0))break;a=e+4|0;c=k[f>>2]|0;if((c|0)==(k[g>>2]|0))Lm(h,a);else{k[c>>2]=k[a>>2];k[f>>2]=c+4}d=(k[m>>2]|0)-(k[l>>2]|0)>>2;a=mr(o,e)|0;k[a>>2]=d;a=k[m>>2]|0;if((a|0)==(k[n>>2]|0))Lm(l,e);else{k[a>>2]=k[e>>2];k[m>>2]=(k[m>>2]|0)+4}e=e+8|0}return j|0}function Lf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;g=r;r=r+16|0;c=g;e=a+12|0;if(i[e>>0]|0){f=MC(48992,21844)|0;d=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(c);rm(f,d);bp(f)}d=rh(a)|0;if(i[e>>0]|0){f=Ii(MC(48992,19905)|0,d)|0;b=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(c);rm(f,b);bp(f)}f=a+72|0;b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){h=MC(48992,19911)|0;j=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(c);rm(h,j);bp(h)}h=fB(12)|0;k[h>>2]=0;k[h+4>>2]=0;k[c>>2]=h;h=rh(a)|0;k[(k[c>>2]|0)+8>>2]=h;h=rh(a)|0;j=k[c>>2]|0;l=sf(a)|0;k[j>>2]=l;j=er(f,c)|0;k[j>>2]=h;b=b+1|0}r=g;return}function Mf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;t=r;r=r+32|0;p=t+16|0;q=t+8|0;m=t+4|0;n=t;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;o=a+32|0;d=0;while(1){if((d|0)>=(c|0)){s=8;break}e=Jp(k[o>>2]|0)|0;if((e|0)==-1){c=-1;break}i[p+d>>0]=e;d=d+1|0}if((s|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=q+1|0;a:while(1){u=k[g>>2]|0;e=u;d=k[e>>2]|0;e=k[e+4>>2]|0;v=k[h>>2]|0;f=p+c|0;switch(kc[k[(k[v>>2]|0)+16>>2]&15](v,u,p,f,m,q,j,n)|0){case 3:{s=15;break a}case 2:{s=17;break a}case 1:break;default:break a}v=k[g>>2]|0;k[v>>2]=d;k[v+4>>2]=e;if((c|0)==8){s=17;break}d=Jp(k[o>>2]|0)|0;if((d|0)==-1){s=17;break}i[f>>0]=d;c=c+1|0}if((s|0)==15)i[q>>0]=i[p>>0]|0;else if((s|0)==17){c=-1;break}s=18}else{i[q>>0]=i[p>>0]|0;s=18}while(0);b:do if((s|0)==18){if(b){c=i[q>>0]|0;k[a+48>>2]=c&255}else{while(1){if((c|0)<=0)break;c=c+-1|0;if((wt(l[p+c>>0]|0,k[o>>2]|0)|0)==-1){c=-1;break b}}c=i[q>>0]|0}c=c&255}while(0)}}r=t;return c|0}function Nf(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;g=d+8|0;a:while(1){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(d)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!d)break a}else h=11}else h=11;while(0);if((h|0)==11){h=0;if(d){b=0;break}else b=0}d=k[a>>2]|0;e=k[d+12>>2]|0;if((e|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[e>>0]|0;if((d&255)<<24>>24<=-1)break;if(!(j[(k[g>>2]|0)+(d<<24>>24<<1)>>1]&8192))break;d=k[a>>2]|0;e=d+12|0;f=k[e>>2]|0;if((f|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;continue}else{k[e>>2]=f+1;continue}}d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){h=30;break}if(!d)h=31}else h=30;while(0);if((h|0)==30?d:0)h=31;if((h|0)==31)k[c>>2]=k[c>>2]|2;return}function Of(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;c=m;e=a+12|0;if(i[e>>0]|0){l=MC(48992,20145)|0;j=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(c);rm(l,j);bp(l)}d=rh(a)|0;if(i[e>>0]|0){l=Ii(MC(48992,19905)|0,d)|0;j=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(c);rm(l,j);bp(l)}f=a+28|0;g=a+32|0;h=a+24|0;b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){l=MC(48992,19911)|0;j=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(c);rm(l,j);bp(l)}j=rh(a)|0;j=tA(k[a>>2]|0,j)|0;k[c>>2]=j;l=k[f>>2]|0;if(l>>>0<(k[g>>2]|0)>>>0){k[l>>2]=j;k[f>>2]=(k[f>>2]|0)+4}else Lm(h,c);b=b+1|0}r=m;return}function Pf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,m=0,n=0,o=0,p=0;p=r;r=r+16|0;g=p;i[a>>0]=0;c=k[(k[b>>2]|0)+-12>>2]|0;d=b+c|0;e=d+16|0;f=k[e>>2]|0;if(!f){d=k[d+72>>2]|0;if(d){bp(d);c=k[(k[b>>2]|0)+-12>>2]|0}c=b+c|0;do if(k[c+4>>2]&4096|0){e=hD(c)|0;k[g>>2]=e;e=SF(e,49696)|0;MI(g);n=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0;e=e+8|0;f=n;g=(n|0)==0;h=f+12|0;m=f+16|0;while(1){if(g)break;c=k[h>>2]|0;d=k[m>>2]|0;if((c|0)==(d|0)){if((hc[k[(k[n>>2]|0)+36>>2]&127](f)|0)==-1)break;c=k[h>>2]|0;d=k[m>>2]|0}if((c|0)==(d|0))c=hc[k[(k[n>>2]|0)+36>>2]&127](f)|0;else c=l[c>>0]|0;if((c&255)<<24>>24<=-1){o=18;break}if(!(j[(k[e>>2]|0)+(c<<24>>24<<1)>>1]&8192)){o=18;break}c=k[h>>2]|0;if((c|0)==(k[m>>2]|0)){hc[k[(k[n>>2]|0)+40>>2]&127](f)|0;continue}else{k[h>>2]=c+1;continue}}if((o|0)==18){if((k[h>>2]|0)!=(k[m>>2]|0))break;if((hc[k[(k[n>>2]|0)+36>>2]&127](f)|0)!=-1)break}n=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;o=n+16|0;k[o>>2]=k[o>>2]|(k[n+24>>2]|0)==0|6}while(0);i[a>>0]=(k[b+(k[(k[b>>2]|0)+-12>>2]|0)+16>>2]|0)==0&1}else k[e>>2]=f|(k[d+24>>2]|0)==0|4;r=p;return}function Qf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;i[a+82>>0]=1;c=(Sp(b)|0)+8|0;do if((k[c>>2]|0)!=1?(c=(Sp(b)|0)+8|0,(k[c>>2]|0)!=1):0){c=Tm(b,1)|0;if(!(i[c>>0]|0))c=1;else{d=Tm(b,1)|0;lG(Tm(d,0)|0)|0;c=OD()|0;d=lG(Tm(d,1)|0)|0;k[c>>2]=d;d=k[a>>2]|0;k[c+4>>2]=k[d+60>>2];k[c+8>>2]=1;Hk(d,c);c=2}d=(Sp(b)|0)+8|0;if((c|0)!=(k[d>>2]|0)){d=Tm(b,c)|0;if(!((i[d>>0]|0)==0?(i[d+24>>0]|0)!=0:0)){d=lG(Tm(b,c)|0)|0;if((d|0)==(k[12013]|0)){rg(a,Tm(b,c+1|0)|0,1);d=k[a>>2]|0;b=k[d+72>>2]|0;b=uC(d+68|0,(k[b+8>>2]|0)-(k[b+4>>2]|0)>>2,0)|0;k[d+64>>2]=k[b>>2];break}d=(Sp(b)|0)+8|0;d=lG(Tm(b,(k[d>>2]|0)+-1|0)|0)|0;if((d|0)==(k[12013]|0)){e=(k[a>>2]|0)+64|0;d=Do(hG(Tm(b,c)|0)|0)|0;uC(e,d,((d|0)<0)<<31>>31)|0;a=(k[a>>2]|0)+68|0;d=Do(hG(Tm(b,c+1|0)|0)|0)|0;uC(a,d,((d|0)<0)<<31>>31)|0;break}}rg(a,b,c);e=k[a>>2]|0;d=k[e+72>>2]|0;d=uC(e+68|0,(k[d+8>>2]|0)-(k[d+4>>2]|0)>>2,0)|0;k[e+64>>2]=k[d>>2]}}while(0);return}function Rf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;s=r;r=r+32|0;o=s+16|0;p=s+8|0;l=s+4|0;m=s;e=a+52|0;if(i[e>>0]|0){d=a+48|0;c=k[d>>2]|0;if(b){k[d>>2]=-1;i[e>>0]=0}}else{c=k[a+44>>2]|0;c=(c|0)>1?c:1;n=a+32|0;d=0;while(1){if((d|0)>=(c|0)){q=8;break}e=Jp(k[n>>2]|0)|0;if((e|0)==-1){c=-1;break}i[o+d>>0]=e;d=d+1|0}if((q|0)==8){do if(!(i[a+53>>0]|0)){g=a+40|0;h=a+36|0;j=p+4|0;a:while(1){t=k[g>>2]|0;e=t;d=k[e>>2]|0;e=k[e+4>>2]|0;u=k[h>>2]|0;f=o+c|0;switch(kc[k[(k[u>>2]|0)+16>>2]&15](u,t,o,f,l,p,j,m)|0){case 3:{q=15;break a}case 2:{q=17;break a}case 1:break;default:break a}u=k[g>>2]|0;k[u>>2]=d;k[u+4>>2]=e;if((c|0)==8){q=17;break}d=Jp(k[n>>2]|0)|0;if((d|0)==-1){q=17;break}i[f>>0]=d;c=c+1|0}if((q|0)==15)k[p>>2]=i[o>>0];else if((q|0)==17){c=-1;break}q=18}else{k[p>>2]=i[o>>0];q=18}while(0);b:do if((q|0)==18){if(b){c=k[p>>2]|0;k[a+48>>2]=c;break}while(1){if((c|0)<=0)break;c=c+-1|0;if((wt(i[o+c>>0]|0,k[n>>2]|0)|0)==-1){c=-1;break b}}c=k[p>>2]|0}while(0)}}r=s;return c|0}function Sf(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+16|0;m=o;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}k[h>>2]=f;k[e>>2]=c;l=g;n=a+8|0;a:while(1){if((f|0)==(g|0)|(c|0)==(d|0)){p=33;break}a=JG(k[n>>2]|0)|0;j=Ph(f,e,b-c>>2,l-f|0)|0;if(a|0)JG(a)|0;switch(j|0){case -1:{p=10;break a}case 0:{c=1;break a}default:{}}f=(k[h>>2]|0)+j|0;k[h>>2]=f;if((f|0)==(g|0)){p=32;break}if((b|0)==(d|0)){c=k[e>>2]|0;b=d;continue}f=JG(k[n>>2]|0)|0;c=en(m,0)|0;if(f|0)JG(f)|0;if((c|0)==-1){c=2;p=31;break}if(c>>>0>(l-(k[h>>2]|0)|0)>>>0){c=1;p=31;break}else f=m;while(1){if(!c)break;a=i[f>>0]|0;j=k[h>>2]|0;k[h>>2]=j+1;i[j>>0]=a;f=f+1|0;c=c+-1|0}c=(k[e>>2]|0)+4|0;k[e>>2]=c;b=c;while(1){if((b|0)==(d|0)){b=d;break}if(!(k[b>>2]|0))break;b=b+4|0}f=k[h>>2]|0}if((p|0)==10){k[h>>2]=f;while(1){if((c|0)==(k[e>>2]|0))break;d=k[c>>2]|0;b=JG(k[n>>2]|0)|0;f=en(f,d)|0;if(b|0)JG(b)|0;if((f|0)==-1)break;f=(k[h>>2]|0)+f|0;k[h>>2]=f;c=c+4|0}k[e>>2]=c;c=2}else if((p|0)!=31)if((p|0)==32){c=k[e>>2]|0;p=33}if((p|0)==33)c=(c|0)!=(d|0)&1;r=o;return c|0}function Tf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0;l=k[b>>2]|0;q=l*33^5381;n=a+4|0;g=k[n>>2]|0;p=(g|0)==0;i=l;a:do if(!p){j=g+-1|0;h=(j&g|0)==0;if(h)c=j&q;else c=(q>>>0)%(g>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!b)m=12;else do{b=k[b>>2]|0;if(!b){m=12;break a}d=k[b+4>>2]|0;if(h)d=d&j;else d=(d>>>0)%(g>>>0)|0;if((d|0)!=(c|0)){m=12;break a}}while((k[b+8>>2]|0)!=(i|0))}else{c=0;m=12}while(0);if((m|0)==12){b=fB(16)|0;k[b+8>>2]=l;k[b+12>>2]=0;k[b+4>>2]=q;k[b>>2]=0;h=a+12|0;e=+(((k[h>>2]|0)+1|0)>>>0);f=+o[a+16>>2];do if(p|e>+(g>>>0)*f){c=(g>>>0>2&(g+-1&g|0)==0&1|g<<1)^1;d=~~+$(+(e/f))>>>0;vm(a,c>>>0<d>>>0?d:c);c=k[n>>2]|0;d=c+-1|0;if(!(d&c)){g=c;c=d&q;break}else{g=c;c=(q>>>0)%(c>>>0)|0;break}}while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){q=a+8|0;k[b>>2]=k[q>>2];k[q>>2]=b;k[c>>2]=q;c=k[b>>2]|0;if(c|0){c=k[c+4>>2]|0;d=g+-1|0;if(!(d&g))c=c&d;else c=(c>>>0)%(g>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=b}}else{k[b>>2]=k[d>>2];k[d>>2]=b}k[h>>2]=(k[h>>2]|0)+1}return b+12|0}function Uf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,p=0,q=0;l=k[b>>2]|0;q=l*33^5381;n=a+4|0;g=k[n>>2]|0;p=(g|0)==0;i=l;a:do if(!p){j=g+-1|0;h=(j&g|0)==0;if(h)c=j&q;else c=(q>>>0)%(g>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(!b)m=12;else do{b=k[b>>2]|0;if(!b){m=12;break a}d=k[b+4>>2]|0;if(h)d=d&j;else d=(d>>>0)%(g>>>0)|0;if((d|0)!=(c|0)){m=12;break a}}while((k[b+8>>2]|0)!=(i|0))}else{c=0;m=12}while(0);if((m|0)==12){b=fB(20)|0;k[b+8>>2]=l;k[b+4>>2]=q;k[b>>2]=0;h=a+12|0;e=+(((k[h>>2]|0)+1|0)>>>0);f=+o[a+16>>2];do if(p|e>+(g>>>0)*f){c=(g>>>0>2&(g+-1&g|0)==0&1|g<<1)^1;d=~~+$(+(e/f))>>>0;vm(a,c>>>0<d>>>0?d:c);c=k[n>>2]|0;d=c+-1|0;if(!(d&c)){g=c;c=d&q;break}else{g=c;c=(q>>>0)%(c>>>0)|0;break}}while(0);c=(k[a>>2]|0)+(c<<2)|0;d=k[c>>2]|0;if(!d){q=a+8|0;k[b>>2]=k[q>>2];k[q>>2]=b;k[c>>2]=q;c=k[b>>2]|0;if(c|0){c=k[c+4>>2]|0;d=g+-1|0;if(!(d&g))c=c&d;else c=(c>>>0)%(g>>>0)|0;k[(k[a>>2]|0)+(c<<2)>>2]=b}}else{k[b>>2]=k[d>>2];k[d>>2]=b}k[h>>2]=(k[h>>2]|0)+1}return b+12|0}function Vf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;v=r;r=r+48|0;p=v+32|0;q=v+8|0;m=v+28|0;n=v;o=v+24|0;t=v+20|0;u=v+4|0;k[q+4>>2]=0;k[q+8>>2]=0;k[q>>2]=q+4;i=k[b+28>>2]|0;j=b+36|0;l=b+40|0;h=k[b+24>>2]|0;while(1){if((h|0)==(i|0))break;c=k[h>>2]|0;g=k[c+4>>2]|0;if(!(k[c+8>>2]|0)){e=k[l>>2]|0;f=g;c=0;d=k[j>>2]|0;while(1){if((d|0)==(e|0))break;w=(k[k[d>>2]>>2]|0)==(f|0);c=c|w;if(w)break;else d=d+4|0}k[m>>2]=g;k[p>>2]=k[m>>2];Zk(a,c,p,16938)|0;c=k[h>>2]|0}g=k[c>>2]|0;k[n>>2]=g;w=(_t(q,n)|0)!=0;k[o>>2]=g;k[p>>2]=k[o>>2];vl(a,w,p);xn(p,q,n,n);h=h+4|0}c=b+108|0;d=k[c>>2]|0;if(d|0?(k[t>>2]=d,k[p>>2]=k[t>>2],s=Uw(b,p)|0,k[u>>2]=k[c>>2],k[p>>2]=k[u>>2],Zk(a,(s|0)!=0,p,16997)|0):0){ol(a,(k[s+12>>2]|0)==(k[s+8>>2]|0),b,17017);ol(a,(k[s+4>>2]|0)==0,b,17042)}ND(q);r=v;return}function Wf(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+48|0;l=x+40|0;b=x+24|0;t=x+20|0;u=x+16|0;v=x+4|0;w=x;if(i[a+12>>0]|0){s=MC(48992,21917)|0;q=hD(s+(k[(k[s>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=q;q=SF(q,49696)|0;q=nc[k[(k[q>>2]|0)+28>>2]&31](q,10)|0;MI(l);rm(s,q);bp(s)}m=rh(a)|0;n=b+4|0;o=b+8|0;p=b+12|0;q=v+4|0;s=v+8|0;g=b+4|0;f=0;while(1){if(f>>>0>=m>>>0)break;k[n>>2]=0;k[o>>2]=0;k[p>>2]=0;h=Ws(a)|0;k[t>>2]=h;j=rh(a)|0;k[u>>2]=j;k[v>>2]=0;k[q>>2]=0;k[s>>2]=0;ys(v,j);b=0;while(1){if(b>>>0>=j>>>0)break;e=ih(a)|0;i[(k[v>>2]|0)+b>>0]=e;b=b+1|0}b=k[a>>2]|0;c=k[v>>2]|0;k[w>>2]=c;d=b+100|0;e=k[d>>2]|0;if(e>>>0<(k[b+104>>2]|0)>>>0){qD(l,j,0);ex(e,h,c,k[l>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else $j(b+96|0,t,w,u);Ly(v);Ly(g);f=f+1|0}r=x;return}function Xf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+48|0;f=l+40|0;c=l+28|0;g=l+16|0;h=l+12|0;e=l;d=a+44|0;if(!(k[d>>2]|0)){l=Sa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,18913,34);h=k[b+28>>2]|0;j=k[b+32>>2]|0;Gt(l,c);k[l+12>>2]=h;k[l+16>>2]=j;Gb(l|0,8,158)}do if((i[b>>0]|0)==0?(i[b+24>>0]|0)!=0:0){c=lG(b)|0;a=k[d>>2]|0;k[f>>2]=c;if(!(_t(a+52|0,f)|0)){l=Sa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,18948,14);h=k[b+28>>2]|0;j=k[b+32>>2]|0;Gt(l,g);k[l+12>>2]=h;k[l+16>>2]=j;Gb(l|0,8,158)}else{k[h>>2]=c;k[f>>2]=k[h>>2];a=Mv(a,f)|0;break}}else j=8;while(0);if((j|0)==8){a=Do(hG(b)|0)|0;if(a>>>0>=(sF(k[d>>2]|0)|0)>>>0){l=Sa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,18963,15);h=k[b+28>>2]|0;j=k[b+32>>2]|0;Gt(l,e);k[l+12>>2]=h;k[l+16>>2]=j;Gb(l|0,8,158)}}r=l;return a|0}function Yf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+48|0;g=m+24|0;h=m+12|0;j=m;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;dr(a,27533,39);l=b+20|0;e=g+11|0;f=g+4|0;b=(k[b+24>>2]|0)-(k[l>>2]|0)>>2;while(1){d=b+-1|0;if((b|0)<=0)break;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;dr(j,27573,3);c=oD(j,k[(k[l>>2]|0)+(d<<2)>>2]|0)|0;k[h>>2]=k[c>>2];k[h+4>>2]=k[c+4>>2];k[h+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}c=oD(h,35647)|0;k[g>>2]=k[c>>2];k[g+4>>2]=k[c+4>>2];k[g+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}b=i[e>>0]|0;c=b<<24>>24<0;fn(a,c?k[g>>2]|0:g,c?k[f>>2]|0:b&255)|0;UG(g);UG(h);UG(j);b=d}k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,27577,4);l=i[g+11>>0]|0;j=l<<24>>24<0;fn(a,j?k[g>>2]|0:g,j?k[g+4>>2]|0:l&255)|0;UG(g);r=m;return}function Zf(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=a+4|0;c=k[g>>2]|0;h=a+100|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=el(a)|0;switch(c|0){case 43:case 45:{d=(c|0)==45&1;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=el(a)|0;if((b|0)!=0&(c+-48|0)>>>0>9?(k[h>>2]|0)!=0:0)k[g>>2]=(k[g>>2]|0)+-1;break}default:d=0}if((c+-48|0)>>>0>9)if(!(k[h>>2]|0)){d=-2147483648;c=0}else{k[g>>2]=(k[g>>2]|0)+-1;d=-2147483648;c=0}else{f=0;do{f=c+-48+(f*10|0)|0;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=el(a)|0;e=(c+-48|0)>>>0<10}while(e&(f|0)<214748364);b=((f|0)<0)<<31>>31;if(e){e=f;do{b=aB(e|0,b|0,10,0)|0;e=N;c=nG(c|0,((c|0)<0)<<31>>31|0,-48,-1)|0;e=nG(c|0,N|0,b|0,e|0)|0;b=N;c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=el(a)|0}while((c+-48|0)>>>0<10&((b|0)<21474836|(b|0)==21474836&e>>>0<2061584302))}else e=f;if((c+-48|0)>>>0<10)do{c=k[g>>2]|0;if(c>>>0<(k[h>>2]|0)>>>0){k[g>>2]=c+1;c=l[c>>0]|0}else c=el(a)|0}while((c+-48|0)>>>0<10);if(k[h>>2]|0)k[g>>2]=(k[g>>2]|0)+-1;h=(d|0)!=0;c=pE(0,0,e|0,b|0)|0;d=h?N:b;c=h?c:e}N=d;return c|0}function _f(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;j=o+4|0;l=o;if(i[a+12>>0]|0){n=MC(48992,21937)|0;m=hD(n+(k[(k[n>>2]|0)+-12>>2]|0)|0)|0;k[j>>2]=m;m=SF(m,49696)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;MI(j);rm(n,m);bp(n)}m=(k[a>>2]|0)+64|0;uC(m,rh(a)|0,0)|0;m=(k[a>>2]|0)+68|0;uC(m,rh(a)|0,0)|0;m=rh(a)|0;n=a+124|0;b=0;while(1){k[j>>2]=b;if(b>>>0>=m>>>0)break;b=k[a>>2]|0;c=Ws(a)|0;k[l>>2]=c;d=b+76|0;e=k[d>>2]|0;if(e>>>0<(k[b+80>>2]|0)>>>0){k[e>>2]=c;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[d>>2]=e+16}else fl(b+72|0,l);c=Iq(n,j)|0;d=rh(a)|0;e=c+4|0;f=c+8|0;b=0;while(1){if((b|0)==(d|0))break;g=rh(a)|0;k[l>>2]=g;h=k[e>>2]|0;if(h>>>0<(k[f>>2]|0)>>>0){k[h>>2]=g;k[e>>2]=h+4}else Lm(c,l);b=b+1|0}b=(k[j>>2]|0)+1|0}r=o;return}function $f(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;Ad(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){Ad(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){Ad(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(TF(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function ag(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+176|0;l=o+160|0;m=o+16|0;n=o;if(c>>>0>e>>>0|(c|0)==(e|0)&b>>>0>d>>>0){g=m+64|0;h=m+8|0;k[h>>2]=2792;j=m+12|0;k[m>>2]=2832;k[g>>2]=2852;k[m+4>>2]=0;wv(m+64|0,j);k[m+136>>2]=0;k[m+140>>2]=-1;k[m>>2]=2772;k[g>>2]=2812;k[h>>2]=2792;sz(j);k[j>>2]=2448;h=m+44|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[h+(g<<2)>>2]=0;g=g+1|0}k[m+56>>2]=0;k[m+60>>2]=24;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;g=0;while(1){if((g|0)==3)break;k[l+(g<<2)>>2]=0;g=g+1|0}Yi(j,l);UG(l);Ai(MC(Ai(MC(MC(m+8|0,f)|0,14727)|0,b,c)|0,25341)|0,d,e)|0;l=k[a+36>>2]|0;f=k[(k[l>>2]|0)+28>>2]|0;hk(n,j);fc[f&255](l,(i[n+11>>0]|0)<0?k[n>>2]|0:n);UG(n);tC(m)}r=o;return}function bg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;h=o+36|0;c=o+20|0;j=o+32|0;l=o+8|0;m=o+4|0;n=o;if(!(i[a+81>>0]|0)){o=Sa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,19183,18);NA(o,c);Gb(o|0,8,158)}g=(Sp(b)|0)+8|0;if((k[g>>2]|0)>>>0>1?(g=Tm(b,1)|0,(i[g>>0]|0)!=0):0){c=2;g=uc(a,Tm(b,1)|0)|0}else{g=zA(k[a+4>>2]|0)|0;k[g+8>>2]=1;k[g+16>>2]=0;k[g+4>>2]=1;c=1}k[j>>2]=g;k[l>>2]=0;f=l+4|0;k[f>>2]=0;k[l+8>>2]=0;while(1){e=(Sp(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;e=c+1|0;c=hG(Tm(b,c)|0)|0;d=Cp(c)|0;if(!d){c=e;continue}Eh(c,d,l);c=e}a=k[a>>2]|0;b=k[l>>2]|0;k[m>>2]=b;c=(k[f>>2]|0)-b|0;k[n>>2]=c;d=a+100|0;e=k[d>>2]|0;if(e>>>0<(k[a+104>>2]|0)>>>0){qD(h,c,0);ex(e,g,b,k[h>>2]|0);k[d>>2]=(k[d>>2]|0)+16}else $j(a+96|0,j,m,n);Ly(l);r=o;return}function cg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+176|0;l=p+168|0;m=p+40|0;n=p+36|0;o=p+32|0;h=p;g=p+24|0;j=p+16|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[h+(b<<2)>>2]=0;b=b+1|0}k[g+4>>2]=0;k[g>>2]=10356;e=i[f+8+3>>0]|0;b=e<<24>>24<0;c=b?k[f>>2]|0:f;e=c+((b?k[f+4>>2]|0:e&255)<<2)|0;f=m+32|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=kc[k[(k[g>>2]|0)+12>>2]&15](g,l,c,e,o,m,f,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;An(h,i[b>>0]|0);b=b+1|0}c=k[o>>2]|0;b=d}c=(i[h+11>>0]|0)<0?k[h>>2]|0:h;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}c=VK(c)|0;k[j+4>>2]=0;k[j>>2]=10404;e=c+(Cp(c)|0)|0;f=e;g=m+128|0;b=0;while(1){if(!((b|0)!=2&c>>>0<e>>>0))break;k[o>>2]=c;d=kc[k[(k[j>>2]|0)+16>>2]&15](j,l,c,(f-c|0)>32?c+32|0:e,o,m,g,n)|0;b=m;while(1){if(b>>>0>=(k[n>>2]|0)>>>0)break;hn(a,k[b>>2]|0);b=b+4|0}c=k[o>>2]|0;b=d}UG(h);r=p;return}function dg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+16|0;c=f;e=a+12|0;if(i[e>>0]|0){d=MC(48992,21859)|0;b=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(c);rm(d,b);bp(d)}d=rh(a)|0;if(i[e>>0]|0){b=Ii(MC(48992,19905)|0,d)|0;g=hD(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(c);rm(b,g);bp(b)}b=0;while(1){if(b>>>0>=d>>>0)break;if(i[e>>0]|0){g=MC(48992,19911)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(c);rm(g,h);bp(g)}h=fB(12)|0;k[h>>2]=0;g=IE(a)|0;k[h+4>>2]=g;g=Ws(a)|0;k[h+8>>2]=g;Gk(k[a>>2]|0,h);b=b+1|0}r=f;return}function eg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=r;r=r+80|0;h=i+48|0;d=i+68|0;e=i+24|0;f=i;g=i+64|0;Ad(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){Ad(f,b,k[c+24>>2]|0);if(!(k[f+16>>2]|0)){l=k[b+4>>2]|0;b=k[l+36>>2]|0;j=k[(k[b>>2]|0)+20>>2]|0;k[h>>2]=k[e>>2];k[h+4>>2]=k[e+4>>2];k[h+8>>2]=k[e+8>>2];k[h+12>>2]=k[e+12>>2];e=Cj(l,c,h)|0;k[g>>2]=e;k[d>>2]=k[g>>2];k[h>>2]=k[f>>2];k[h+4>>2]=k[f+4>>2];k[h+8>>2]=k[f+8>>2];k[h+12>>2]=k[f+12>>2];mc[j&15](b,c,d,h);k[a>>2]=0;h=a+8|0;k[h>>2]=0;k[h+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=i;return}function fg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+16|0;o=u;do if((b|0)!=-1){p=a+12|0;q=a+8|0;s=(k[p>>2]|0)-(k[q>>2]|0)|0;t=a+24|0;j=k[t>>2]|0;m=a+28|0;c=k[m>>2]|0;if((j|0)==(c|0)){h=a+48|0;if(!(k[h>>2]&16)){c=-1;break}f=a+20|0;g=k[f>>2]|0;n=a+44|0;l=(k[n>>2]|0)-g|0;e=a+32|0;An(e,0);c=e+11|0;if((i[c>>0]|0)<0)d=(k[a+40>>2]&2147483647)+-1|0;else d=10;Gq(e,d);c=i[c>>0]|0;if(c<<24>>24<0){d=k[e>>2]|0;c=k[a+36>>2]|0}else{d=e;c=c&255}c=d+c|0;k[f>>2]=d;k[m>>2]=c;j=d+(j-g)|0;k[t>>2]=j;d=d+l|0;k[n>>2]=d;l=n;e=n;g=c}else{d=a+44|0;l=d;h=a+48|0;e=d;d=k[d>>2]|0;g=c}f=j+1|0;k[o>>2]=f;d=k[(f>>>0<d>>>0?e:o)>>2]|0;k[l>>2]=d;if(k[h>>2]&8|0){c=a+32|0;if((i[c+11>>0]|0)<0)c=k[c>>2]|0;k[q>>2]=c;k[p>>2]=c+s;k[a+16>>2]=d}if((j|0)==(g|0)){c=nc[k[(k[a>>2]|0)+52>>2]&31](a,b&255)|0;break}else{k[t>>2]=f;i[j>>0]=b;c=b&255;break}}else c=0;while(0);r=u;return c|0}function gg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;a:do if(!a){c=k[b>>2]|0;a=k[c>>2]|0;if(!a)c=0;else{d=c;c=0;do{if(a>>>0>127){a=en(g,a)|0;if((a|0)==-1){c=-1;break a}}else a=1;c=a+c|0;d=d+4|0;a=k[d>>2]|0}while((a|0)!=0)}}else{b:do if(c>>>0>3){d=c;e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f)break;f=en(a,f)|0;if((f|0)==-1){c=-1;break a}a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(d>>>0<=3)break b}i[a>>0]=0;k[b>>2]=0;c=c-d|0;break a}else d=c;while(0);if(d){e=k[b>>2]|0;while(1){f=k[e>>2]|0;if((f+-1|0)>>>0>126){if(!f){e=19;break}f=en(g,f)|0;if((f|0)==-1){c=-1;break a}if(d>>>0<f>>>0){e=22;break}en(a,k[e>>2]|0)|0;a=a+f|0;d=d-f|0}else{i[a>>0]=f;a=a+1|0;d=d+-1|0;e=k[b>>2]|0}e=e+4|0;k[b>>2]=e;if(!d)break a}if((e|0)==19){i[a>>0]=0;k[b>>2]=0;c=c-d|0;break}else if((e|0)==22){c=c-d|0;break}}}while(0);r=h;return c|0}function hg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Qj(j+1|0,41308,k[o>>2]|0)|0;k[n>>2]=q;a=QE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=dx(q,30,a,j,g)|0}else{p[h>>3]=e;a=dx(q,30,a,j,h)|0}if((a|0)>29){a=QE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Jx(n,a,j,l)|0}else{p[m>>3]=e;a=Jx(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=Ao(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=yc(a<<3)|0;f=g;a=h}q=hD(c)|0;k[t>>2]=q;Nd(a,i,j,f,u,s,t);tB(q);a=Li(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)Vc(g);Vc(l);r=v;return a|0}function ig(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+336|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+300|0;n=v+296|0;f=v+68|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Qj(j+1|0,55711,k[o>>2]|0)|0;k[n>>2]=q;a=QE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=dx(q,30,a,j,g)|0}else{p[h>>3]=e;a=dx(q,30,a,j,h)|0}if((a|0)>29){a=QE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Jx(n,a,j,l)|0}else{p[m>>3]=e;a=Jx(n,a,j,m)|0}l=k[n>>2]|0;h=l}else{h=q;l=0}j=h+a|0;i=Ao(h,j,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=yc(a<<3)|0;f=g;a=h}q=hD(c)|0;k[t>>2]=q;Nd(a,i,j,f,u,s,t);tB(q);a=Li(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;k[b>>2]=a;if(g|0)Vc(g);Vc(l);r=v;return a|0}function jg(){Se(47736,37403,1);Se(47740,37570,1);Se(47744,37574,1);Se(47748,38557,1);Se(47752,38024,1);Se(47756,36949,1);Se(47760,36957,1);Se(47764,36967,1);Se(47768,36978,1);Se(47772,36989,1);Se(47776,37e3,1);Se(47780,37012,1);Se(47784,37024,1);Se(47788,37037,1);Se(47792,37050,1);Se(47796,37070,1);Se(47800,37075,1);Se(47804,37080,1);Se(47808,37086,1);Se(47812,37093,1);Se(47816,37102,1);Se(47820,37110,1);Se(47824,37121,1);Se(47828,37130,1);Se(47832,37139,1);Se(47836,37148,1);Se(47840,37157,1);Se(47844,37169,1);Se(47848,37173,1);Se(47852,37179,1);Se(47856,37184,1);Se(47860,37189,1);Se(47864,37207,1);Se(47868,37216,1);Se(47872,37224,1);Se(47876,37231,1);Se(47880,37235,1);Se(47884,37245,1);Se(47888,37256,1);Se(47892,37267,1);Se(47896,37281,1);Se(47900,37290,1);Se(47904,37300,1);Se(47908,37311,1);Se(47912,37322,1);Se(47916,37335,1);Se(47920,37345,1);Se(47924,37354,1);return}function kg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+64|0;f=l+40|0;g=l+12|0;h=l+24|0;j=l;a:do if((b-a|0)>3?(i[a>>0]|0)==68:0){switch(i[a+1>>0]|0){case 84:case 116:break;default:break a}m=a+2|0;e=qc(m,b,c)|0;if((!((e|0)==(m|0)|(e|0)==(b|0))?(i[e>>0]|0)==69:0)?(d=k[c+4>>2]|0,(k[c>>2]|0)!=(d|0)):0){c=d+-24|0;Eq(j,c);b=Lz(j,0,44764)|0;k[h>>2]=k[b>>2];k[h+4>>2]=k[b+4>>2];k[h+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=uA(h,44580)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}Yq(f,g);Ie(c,f);kA(f);pF(g);pF(h);pF(j);a=e+1|0}}while(0);r=l;return a|0}function lg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){Ad(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(Ad(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=wx(a)|0;g=N;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=DC(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function mg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;j=m+20|0;e=m+16|0;h=m+4|0;l=m;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;dr(h,b,Cp(b)|0);b=gi(a,h)|0;k[e>>2]=b;UG(h);h=lG(Tm(c,0)|0)|0;if((h|0)!=(k[12005]|0)?(h=lG(Tm(c,0)|0)|0,(h|0)!=(k[12006]|0)):0){h=0;g=b}else{h=Tm(c,1)|0;if(((i[h>>0]|0)==0?(d=Tm(c,1)|0,(i[d>>0]|0)==0):0)?(i[d+24>>0]|0)!=0:0){g=lG(Tm(c,1)|0)|0;k[e>>2]=g;h=1}else{h=1;g=b}}f=a+72|0;b=k[f>>2]|0;if((b|0)==(k[a+76>>2]|0))Lm(a+68|0,e);else{k[b>>2]=g;k[f>>2]=(k[f>>2]|0)+4}b=uc(a,c)|0;c=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;e=d+-1|0;k[f>>2]=c+(e<<2);d=e}if(!h){k[l>>2]=g;k[j>>2]=k[l>>2];if(up(b,j)|0){l=gz(k[a+4>>2]|0)|0;k[l+8>>2]=g;ww(l+12|0,b);Ik(l);b=l}}else k[((k[b>>2]|0)==1?b:0)+8>>2]=g;r=m;return b|0}function ng(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Ra(34004,37720,72,34009);do switch(k[c>>2]|0){case 1:{Df(a,b,c);break}case 2:{Qi(a,b,c);break}case 23:{fc[k[k[b>>2]>>2]&255](b,34015);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 4:{Ih(a,b,c);break}case 5:{Lg(a,b,c);break}case 22:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 20:{eo(a,b,k[c+8>>2]|0);break}case 19:{to(a,b,k[c+8>>2]|0);break}case 18:{Pg(a,b,c);break}case 11:{Vu(a,k[b+4>>2]|0,c);break}case 17:{Ac(a,b,c);break}case 16:{Lc(a,b,c);break}default:{}}while(0);return}function og(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Qj(j+1|0,41308,k[o>>2]|0)|0;k[n>>2]=q;a=QE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=dx(q,30,a,j,g)|0}else{p[h>>3]=e;a=dx(q,30,a,j,h)|0}if((a|0)>29){a=QE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Jx(n,a,j,l)|0}else{p[m>>3]=e;a=Jx(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=Ao(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=yc(a<<1)|0;f=g;a=h}q=hD(c)|0;k[t>>2]=q;Td(a,i,l,f,u,s,t);tB(q);d=kj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;Vc(g);Vc(j);r=v;return d|0}function pg(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+160|0;m=v+48|0;l=v+32|0;h=v+24|0;g=v+8|0;j=v;q=v+130|0;n=v+68|0;f=v+72|0;u=v+64|0;s=v+60|0;t=v+56|0;o=j;k[o>>2]=37;k[o+4>>2]=0;o=c+4|0;i=Qj(j+1|0,55711,k[o>>2]|0)|0;k[n>>2]=q;a=QE()|0;if(i){k[g>>2]=k[c+8>>2];p[g+8>>3]=e;a=dx(q,30,a,j,g)|0}else{p[h>>3]=e;a=dx(q,30,a,j,h)|0}if((a|0)>29){a=QE()|0;if(i){k[l>>2]=k[c+8>>2];p[l+8>>3]=e;a=Jx(n,a,j,l)|0}else{p[m>>3]=e;a=Jx(n,a,j,m)|0}j=k[n>>2]|0;h=j}else{h=q;j=0}l=h+a|0;i=Ao(h,l,k[o>>2]|0)|0;if((h|0)==(q|0)){g=0;a=q}else{g=yc(a<<1)|0;f=g;a=h}q=hD(c)|0;k[t>>2]=q;Td(a,i,l,f,u,s,t);tB(q);d=kj(k[b>>2]|0,f,k[u>>2]|0,k[s>>2]|0,c,d)|0;Vc(g);Vc(j);r=v;return d|0}function qg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;c=h;d=a+12|0;if(i[d>>0]|0){g=MC(48992,20815)|0;f=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(g,f);bp(g)}f=rh(a)|0;g=k[a>>2]|0;g=vA(g,rh(a)|0)|0;c=b+24|0;k[c>>2]=k[g>>2];g=k[g+16>>2]|0;if(!g)Ra(37370,19332,1961,20835);if(((k[g+12>>2]|0)-(k[g+8>>2]|0)>>2|0)!=(f|0))Ra(20802,19332,1963,20835);if(i[d>>0]|0){e=MC(48992,20851)|0;e=MC(Vx(e,k[c>>2]|0)|0,20872)|0;MC(Ii(MC(Vx(e,k[g>>2]|0)|0,20884)|0,f)|0,20890)|0}d=b+8|0;$u(d,f);e=f+-1|0;c=0;while(1){if((c|0)==(f|0))break;l=xv(a)|0;j=DC(d,e-c|0)|0;k[j>>2]=l;c=c+1|0}k[b+4>>2]=k[g+4>>2];r=h;return}function rg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+32|0;d=m+4|0;l=m+16|0;j=m;if(!(i[a+82>>0]|0)){m=Sa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,19258,18);j=k[b+28>>2]|0;l=k[b+32>>2]|0;Gt(m,d);k[m+12>>2]=j;k[m+16>>2]=l;Gb(m|0,8,158)}h=Tm(b,c)|0;if(!(i[h>>0]|0)){d=zA(k[a+4>>2]|0)|0;k[d+8>>2]=1;k[d+16>>2]=0;k[d+4>>2]=1}else{d=uc(a,Tm(b,c)|0)|0;c=c+1|0}k[l>>2]=d;k[l+4>>2]=0;f=l+8|0;k[f>>2]=0;k[l+12>>2]=0;g=l+4|0;h=l+12|0;while(1){e=(Sp(b)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0)break;d=Wl(a,Tm(b,c)|0)|0;k[j>>2]=d;e=k[f>>2]|0;if(e>>>0<(k[h>>2]|0)>>>0){k[e>>2]=d;k[f>>2]=(k[f>>2]|0)+4}else Lm(g,j);c=c+1|0}d=k[a>>2]|0;c=d+76|0;e=k[c>>2]|0;if((e|0)==(k[d+80>>2]|0))Yl(d+72|0,l);else{gF(e,l);k[c>>2]=(k[c>>2]|0)+16}Ky(l+4|0);r=m;return}function sg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i;e=NJ(b,0)|0;do if(RE(k[e>>2]|0,47264)|0){e=NJ(b,1)|0;e=FG(k[e>>2]|0)|0;e=k[e>>2]|0;k[g>>2]=e;if(Il(c,g)|0){h=11;break}d=a+32|0;if((yp(d,e)|0)==(a+36|0))Ra(29536,11935,277,30341);else{f=lp(d,g)|0;f=iA(k[f>>2]|0)|0;break}}else{g=NJ(b,0)|0;if((RE(k[g>>2]|0,47312)|0?(g=NJ(b,1)|0,g=NJ(k[g>>2]|0,0)|0,RE(k[g>>2]|0,47264)|0):0)?(d=NJ(b,1)|0,d=NJ(k[d>>2]|0,1)|0,d=FG(k[d>>2]|0)|0,d=yp(a+44|0,k[d>>2]|0)|0,(d|0)!=(a+48|0)):0)f=k[d+28>>2]|0;else h=11}while(0);if((h|0)==11)f=wd(b,c,0,k[a+64>>2]|0)|0;r=i;return f|0}function tg(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(i[l+24>>0]|0)==a<<24>>24;if(!m?(i[l+25>>0]|0)!=a<<24>>24:0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if(a<<24>>24==f<<24>>24?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+26|0;f=0;while(1){m=l+f|0;if((f|0)==26){m=g;break}if((i[m>>0]|0)==a<<24>>24)break;else f=f+1|0}m=m-l|0;if((m|0)>23)m=-1;else{switch(b|0){case 10:case 8:{if((m|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=22){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[41059+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[41059+m>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function ug(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0,p=0;o=k[d>>2]|0;p=(o|0)==(c|0);do if(p){m=(k[l+96>>2]|0)==(a|0);if(!m?(k[l+100>>2]|0)!=(a|0):0){n=5;break}k[d>>2]=c+1;i[c>>0]=m?43:45;k[e>>2]=0;m=0}else n=5;while(0);a:do if((n|0)==5){n=i[g+11>>0]|0;if((a|0)==(f|0)?((n<<24>>24<0?k[g+4>>2]|0:n&255)|0)!=0:0){m=k[j>>2]|0;if((m-h|0)>=160){m=0;break}d=k[e>>2]|0;k[j>>2]=m+4;k[m>>2]=d;k[e>>2]=0;m=0;break}g=l+104|0;f=0;while(1){m=l+(f<<2)|0;if((f|0)==26){m=g;break}if((k[m>>2]|0)==(a|0))break;else f=f+1|0}m=m-l|0;f=m>>2;if((m|0)>92)m=-1;else{switch(b|0){case 10:case 8:{if((f|0)>=(b|0)){m=-1;break a}break}case 16:{if((m|0)>=88){if(p){m=-1;break a}if((o-c|0)>=3){m=-1;break a}if((i[o+-1>>0]|0)!=48){m=-1;break a}k[e>>2]=0;m=i[41059+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;m=0;break a}break}default:{}}m=i[41059+f>>0]|0;k[d>>2]=o+1;i[o>>0]=m;k[e>>2]=(k[e>>2]|0)+1;m=0}}while(0);return m|0}function vg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=Sa(4)|0;uK(a);Gb(a|0,2248,152)}l=fB(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)SK(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if(!(Nu(k[f>>2]|0,k[e+8>>2]|0)|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)SK(c);k[d>>2]=0}while(0);return}function wg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;e=l;j=a+4|0;c=aF(k[j>>2]|0)|0;h=(Sp(b)|0)+8|0;if(((k[h>>2]|0)>>>0>2?(h=Tm(b,1)|0,(i[h>>0]|0)==0):0)?(h=Tm(b,2)|0,(i[h>>0]|0)==0):0){d=2;h=lG(Tm(b,1)|0)|0}else{d=1;h=0}g=(Sp(b)|0)+8|0;if((k[g>>2]|0)>>>0>d>>>0?(g=Tm(b,d)|0,(i[g>>0]|0)==0):0){e=c+8|0;g=lG(Tm(b,d)|0)|0;k[e>>2]=g;d=d+1|0}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,19065,7);g=gi(a,e)|0;k[c+8>>2]=g;UG(e);e=c+8|0}g=a+72|0;f=k[g>>2]|0;if((f|0)==(k[a+76>>2]|0))Lm(a+68|0,e);else{k[f>>2]=k[e>>2];k[g>>2]=(k[g>>2]|0)+4}e=pl(a,b,d)|0;k[c+12>>2]=e;e=k[g>>2]|0;d=0;while(1){if((d|0)==-1)break;b=d+-1|0;k[g>>2]=e+(b<<2);d=b}JI(c);if(h){j=gz(k[j>>2]|0)|0;k[j+8>>2]=h;ww(j+12|0,c);Ik(j);c=j}r=l;return c|0}function xg(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;Jj(c);b=k[b>>2]|0;do if((b|0)!=(k[11880]|0)){if((b|0)==(k[11817]|0)){e=Lh(a,c)|0;break}if((b|0)==(k[11818]|0)){e=Lh(a,c)|0;break}if((b|0)==(k[11821]|0)){e=bl(a,c,d)|0;break}if((b|0)==(k[11822]|0)){e=Vj(a,c,d)|0;break}if((b|0)==(k[11825]|0)){e=on(a,c,d)|0;break}if((b|0)==(k[11824]|0)){e=Ew(a,c,d)|0;break}if((b|0)==(k[11832]|0)){e=Or(c)|0;break}if((b|0)==(k[11833]|0)){e=Ar(c)|0;break}if((b|0)==(k[11834]|0)){e=qe(a,c)|0;break}if((b|0)==(k[11892]|0)){e=cB(a,c,d)|0;break}if((b|0)==(k[11826]|0)){e=xi(a,c,d)|0;break}else{yq(b,k[c>>2]|0);Ka()}}else e=Ag(a,c)|0;while(0);return e|0}function yg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=a+4|0;a:do if(b){if(b>>>0>1073741823){a=Sa(4)|0;uK(a);Gb(a|0,2248,152)}l=fB(b<<2)|0;c=k[a>>2]|0;k[a>>2]=l;if(c|0)SK(c);k[d>>2]=b;c=0;while(1){if((c|0)==(b|0))break;k[(k[a>>2]|0)+(c<<2)>>2]=0;c=c+1|0}e=a+8|0;c=k[e>>2]|0;if(c|0){d=k[c+4>>2]|0;j=b+-1|0;l=(j&b|0)==0;if(l)d=d&j;else d=(d>>>0)%(b>>>0)|0;k[(k[a>>2]|0)+(d<<2)>>2]=e;while(1){i=c;b:while(1)while(1){c=k[i>>2]|0;if(!c)break a;e=k[c+4>>2]|0;if(l)h=e&j;else h=(e>>>0)%(b>>>0)|0;if((h|0)==(d|0)){i=c;continue b}e=(k[a>>2]|0)+(h<<2)|0;if(!(k[e>>2]|0))break b;f=c+8|0;g=c;while(1){e=k[g>>2]|0;if(!e){e=0;break}if((k[f>>2]|0)==(k[e+8>>2]|0))g=e;else break}k[i>>2]=e;k[g>>2]=k[k[(k[a>>2]|0)+(h<<2)>>2]>>2];k[k[(k[a>>2]|0)+(h<<2)>>2]>>2]=c}k[e>>2]=i;d=h}}}else{c=k[a>>2]|0;k[a>>2]=0;if(c|0)SK(c);k[d>>2]=0}while(0);return}function zg(){var a=0;Du();k[12162]=7752;k[12164]=7772;k[12163]=0;wv(48656,49328);k[12182]=0;k[12183]=-1;Cu();k[12184]=7792;k[12186]=7812;k[12185]=0;wv(48744,49392);k[12204]=0;k[12205]=-1;jp(49456,3556,49504);k[12206]=7832;k[12207]=7852;wv(48828,49456);k[12225]=0;k[12226]=-1;ip(49512,3556,49560);k[12227]=7872;k[12228]=7892;wv(48912,49512);k[12246]=0;k[12247]=-1;jp(49568,3444,49616);k[12248]=7832;k[12249]=7852;wv(48996,49568);k[12267]=0;k[12268]=-1;a=k[48992+(k[(k[12248]|0)+-12>>2]|0)+24>>2]|0;k[12290]=7832;k[12291]=7852;wv(49164,a);k[12309]=0;k[12310]=-1;ip(49624,3444,49672);k[12269]=7872;k[12270]=7892;wv(49080,49624);k[12288]=0;k[12289]=-1;a=k[49076+(k[(k[12269]|0)+-12>>2]|0)+24>>2]|0;k[12311]=7872;k[12312]=7892;wv(49248,a);k[12330]=0;k[12331]=-1;k[48648+(k[(k[12162]|0)+-12>>2]|0)+72>>2]=48824;k[48736+(k[(k[12184]|0)+-12>>2]|0)+72>>2]=48908;a=48992+(k[(k[12248]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;a=49076+(k[(k[12269]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]|8192;k[48992+(k[(k[12248]|0)+-12>>2]|0)+72>>2]=48824;k[49076+(k[(k[12269]|0)+-12>>2]|0)+72>>2]=48908;return}function Ag(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;d=l+16|0;g=l;md(d,k[b>>2]|0);switch(k[d+12>>2]|0){case 2:{k[b>>2]=(k[b>>2]|0)+(k[d+8>>2]|0);c=k[d>>2]|0;break}case 6:{if((i[k[d>>2]>>0]|0)==40){k[d>>2]=0;c=0}else j=4;break}default:j=4}if((j|0)==4)Ra(31183,31084,403,31228);f=xp(c)|0;Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=40)Ra(31242,31084,408,31228);k[b>>2]=c+1;d=g+12|0;e=g+8|0;a:while(1){Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)==41){h=c;break}md(g,c);if((k[d>>2]|0)!=2){j=11;break}k[b>>2]=(k[b>>2]|0)+(k[e>>2]|0);Wr(f,k[g>>2]|0);Jj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 41:{j=15;break a}case 44:break;default:{j=14;break a}}k[b>>2]=c+1}if((j|0)==11)Ra(31254,31084,414,31228);else if((j|0)==14)Ka();else if((j|0)==15)h=c;k[b>>2]=h+1;Rm(f,Lq(a,b)|0);r=l;return f|0}function Bg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;o=p+24|0;d=p+8|0;m=p+12|0;n=p+4|0;c=p;rp(m,a);bE(d,(i[m+11>>0]|0)<0?k[m>>2]|0:m,0);UG(m);d=k[d>>2]|0;k[n>>2]=d;k[o>>2]=k[n>>2];if(!(Lw(b,o)|0)){c=fB(20)|0;e=c+4|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[c>>2]=d;n=a+11|0;if((i[n>>0]|0)<0){l=a;m=a;d=k[a>>2]|0}else{l=a;m=a;d=a}f=Dy(i[d>>0]|0)|0;k[e>>2]=f;f=a+4|0;g=c+8|0;h=c+12|0;j=c+16|0;a=1;while(1){d=i[n>>0]|0;e=d<<24>>24<0;if(e)d=k[f>>2]|0;else d=d&255;if(a>>>0>=d>>>0)break;if(e)d=k[m>>2]|0;else d=l;d=Dy(i[d+a>>0]|0)|0;k[o>>2]=d;e=k[h>>2]|0;if(e>>>0<(k[j>>2]|0)>>>0){k[e>>2]=d;k[h>>2]=e+4}else Lm(g,o);a=a+1|0}ok(b,c)}else{k[c>>2]=d;k[o>>2]=k[c>>2];c=Kv(b,o)|0}r=p;return c|0}function Cg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=lG(Tm(b,0)|0)|0;do if((d|0)!=(k[11987]|0)){if((d|0)==(k[11988]|0)){Sc(a,b);break}if((d|0)==(k[11991]|0)){Hd(a,b);break}if((d|0)==(k[11992]|0)){bg(a,b);break}if((d|0)==(k[11994]|0)){Oe(a,b);break}if((d|0)!=(k[11995]|0)){if((d|0)==(k[11934]|0)){xh(a,b);break}if((d|0)==(k[11996]|0)){Qf(a,b);break}if((d|0)==(k[11997]|0)){rg(a,b,1);break}if((d|0)!=(k[11999]|0)){dy(MC(MC(48992,18052)|0,d)|0,10)|0;e=Sa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,18072,22);a=k[b+28>>2]|0;d=k[b+32>>2]|0;Gt(e,c);k[e+12>>2]=a;k[e+16>>2]=d;Gb(e|0,8,158)}}}else mA(a,b);while(0);r=e;return}function Dg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;l=r;r=r+16|0;g=l+12|0;h=l;i=b+12|0;e=b+20|0;c=k[e>>2]|0;if(c|0){j=a+36|0;d=0;while(1){if(d>>>0>=(c+-1|0)>>>0)break;c=DC(i,d)|0;c=k[c>>2]|0;switch(k[c+4>>2]|0){case 0:case 5:break;default:{m=BG((k[j>>2]|0)+112|0)|0;k[m+8>>2]=c;f=DC(i,d)|0;k[f>>2]=m}}d=d+1|0;c=k[e>>2]|0}c=hC(i)|0;c=k[c>>2]|0;k[g>>2]=c;d=a+40|0;f=a+44|0;e=k[f>>2]|0;if((e|0)==(k[a+48>>2]|0))Lm(d,g);else{k[e>>2]=c;k[f>>2]=(k[f>>2]|0)+4}switch(k[c+4>>2]|0){case 0:case 5:break;default:{ws(h,d);m=fh(h,k[a+32>>2]|0)|0;Ky(h);if(!m){j=BG((k[j>>2]|0)+112|0)|0;k[j+8>>2]=c;m=hC(i)|0;k[m>>2]=j}}}d=k[f>>2]|0;c=0;while(1){if((c|0)==-1)break;m=c+-1|0;k[f>>2]=d+(m<<2);c=m}Ik(b)}r=l;return}function Eg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+80|0;d=h+64|0;e=h+40|0;f=h+16|0;g=h;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;ri(e,b,c+8|0,d);if(!(k[e+16>>2]|0)){Ad(f,b,k[c+28>>2]|0);if(!(k[f+16>>2]|0)){e=TF(f)|0;f=k[b+4>>2]|0;b=k[f+36>>2]|0;ac[k[(k[b>>2]|0)+12>>2]&15](g,b,e,d,k[c+4>>2]|0,f);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}cy(d);r=h;return}function Fg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;f=l;un(a,(((k[a+4>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);h=Oy()|0;d=f+12|0;e=f+8|0;a:while(1){Jj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 0:{j=3;break a}case 125:{g=c;break a}default:{}}md(f,c);if((k[d>>2]&-2|0)!=2){j=5;break}k[b>>2]=(k[b>>2]|0)+(k[e>>2]|0);Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=58){j=7;break}k[b>>2]=c+1;c=$e(a,b,32166)|0;Po(h,k[f>>2]|0,c);Jj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 125:{j=11;break a}case 44:break;default:{j=10;break a}}k[b>>2]=c+1}if((j|0)==3)Ra(32054,31084,695,32110);else if((j|0)==5)Ra(32126,31084,698,32110);else if((j|0)==7)Ra(31598,31084,701,32110);else if((j|0)==10)Ka();else if((j|0)==11)g=c;k[b>>2]=g+1;r=l;return h|0}function Gg(a,b,c){a=a|0;b=b|0;c=c|0;a:do switch(i[a>>0]|0){case 105:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=1;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a&1;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=2;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?2:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}case 102:switch(i[a+1>>0]|0){case 51:{if((i[a+2>>0]|0)!=50){c=16;break a}if(c){a=3;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?3:0;c=18;break a}else{c=17;break a}}case 54:{if((i[a+2>>0]|0)!=52){c=16;break a}if(c){a=4;c=18;break a}a=(i[a+3>>0]|0)==0;if(a|b){a=a?4:0;c=18;break a}else{c=17;break a}}default:{c=16;break a}}default:c=16}while(0);if((c|0)==16)if(b){a=0;c=18}else c=17;if((c|0)==17)Ka();else if((c|0)==18)return a|0;return 0}function Hg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+48|0;m=p+16|0;l=p;h=p+32|0;n=a+28|0;g=k[n>>2]|0;k[h>>2]=g;o=a+20|0;g=(k[o>>2]|0)-g|0;k[h+4>>2]=g;k[h+8>>2]=b;k[h+12>>2]=c;i=a+60|0;j=a+44|0;f=2;b=g+c|0;while(1){if(!(k[12022]|0)){k[m>>2]=k[i>>2];k[m+4>>2]=h;k[m+8>>2]=f;e=_G(Xb(146,m|0)|0)|0}else{Lb(169,a|0);k[l>>2]=k[i>>2];k[l+4>>2]=h;k[l+8>>2]=f;e=_G(Xb(146,l|0)|0)|0;Ba(0)}if((b|0)==(e|0)){b=6;break}if((e|0)<0){b=8;break}b=b-e|0;d=k[h+4>>2]|0;if(e>>>0<=d>>>0)if((f|0)==2){k[n>>2]=(k[n>>2]|0)+e;f=2;g=h}else g=h;else{g=k[j>>2]|0;k[n>>2]=g;k[o>>2]=g;e=e-d|0;f=f+-1|0;g=h+8|0;d=k[h+12>>2]|0}k[g>>2]=(k[g>>2]|0)+e;k[g+4>>2]=d-e;h=g}if((b|0)==6){m=k[j>>2]|0;k[a+16>>2]=m+(k[a+48>>2]|0);a=m;k[n>>2]=a;k[o>>2]=a}else if((b|0)==8){k[a+16>>2]=0;k[n>>2]=0;k[o>>2]=0;k[a>>2]=k[a>>2]|32;if((f|0)==2)c=0;else c=c-(k[h+4>>2]|0)|0}r=p;return c|0}function Ig(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;l=r;r=r+16|0;h=l+4|0;j=l;k[j>>2]=b;if(i[a+12>>0]|0){g=MC(48992,20749)|0;f=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(h);rm(g,f);bp(g)}g=rh(a)|0;c=rh(a)|0;k[h>>2]=c;d=k[a+24>>2]|0;if(c>>>0>=(k[a+28>>2]|0)-d>>2>>>0)Ra(20763,19332,1943,20792);d=k[d+(c<<2)>>2]|0;if(((k[d+12>>2]|0)-(k[d+8>>2]|0)>>2|0)!=(g|0))Ra(20802,19332,1946,20792);e=b+8|0;$u(e,g);f=g+-1|0;c=0;while(1){if((c|0)==(g|0))break;n=xv(a)|0;m=DC(e,f-c|0)|0;k[m>>2]=n;c=c+1|0}k[b+4>>2]=k[d+4>>2];c=Iq(a+52|0,h)|0;d=c+4|0;e=k[d>>2]|0;if((e|0)==(k[c+8>>2]|0))Lm(c,j);else{k[e>>2]=b;k[d>>2]=(k[d>>2]|0)+4}r=l;return}function Jg(a,b){a=a|0;b=b|0;var c=0;DA(k[a>>2]|0,35561)|0;dy(qy(k[a>>2]|0,k[b+4>>2]|0)|0,32)|0;dy(qy(k[a>>2]|0,k[b+8>>2]|0)|0,32)|0;switch(k[b+12>>2]|0){case 0:{c=k[b+16>>2]|0;if(c|0)bh(a,c,b);break}case 1:{MC(Vx(MC(k[a>>2]|0,35569)|0,k[b>>2]|0)|0,44580)|0;break}case 2:{MC(Vx(MC(k[a>>2]|0,35577)|0,k[b>>2]|0)|0,44580)|0;break}case 3:{MC(MC(dy(Vx(MC(k[a>>2]|0,35586)|0,k[b>>2]|0)|0,32)|0,vx(k[b+20>>2]|0)|0)|0,44580)|0;break}default:{}}dy(k[a>>2]|0,41)|0;return}function Kg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0.0;g=r;r=r+16|0;e=g;switch(c<<24>>24){case 16:{c=zA(k[a+4>>2]|0)|0;d=sh(a)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1;f=6;break}case 17:{c=zA(k[a+4>>2]|0)|0;f=ah(a)|0;k[c+8>>2]=2;d=c+16|0;k[d>>2]=f;k[d+4>>2]=N;d=2;f=6;break}case 19:{c=zA(k[a+4>>2]|0)|0;h=+Qh(a);k[c+8>>2]=3;o[c+16>>2]=h;d=3;f=6;break}case 18:{c=zA(k[a+4>>2]|0)|0;h=+Fh(a);k[c+8>>2]=4;p[c+16>>3]=h;d=4;f=6;break}default:c=0}if((f|0)==6){k[c+4>>2]=d;k[b>>2]=c;if(!(i[a+12>>0]|0))c=1;else{c=MC(48992,21288)|0;f=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(e);rm(c,f);bp(c);c=1}}r=g;return c|0}function Lg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p;k[a>>2]=0;m=a+8|0;o=m;k[o>>2]=0;k[o+4>>2]=0;o=a+16|0;k[o>>2]=0;e=k[c+32>>2]|0;if(e){ng(f,b,e);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];if(!(k[o>>2]|0)){n=m;h=a;d=b;i=k[a>>2]|0;j=k[a+4>>2]|0;l=k[n>>2]|0;n=k[n+4>>2]|0;g=5}}else{h=a;d=b;i=0;j=0;l=0;n=0;g=5}if((g|0)==5?(ng(f,d,k[c+28>>2]|0),k[h>>2]=k[f>>2],k[h+4>>2]=k[f+4>>2],k[h+8>>2]=k[f+8>>2],k[h+12>>2]=k[f+12>>2],k[h+16>>2]=k[f+16>>2],(k[o>>2]|0)==0):0){b=wx(a)|0;g=N;d=k[c+24>>2]|0;if((g|0)>-1|(g|0)==-1&b>>>0>4294967295?b>>>0<(k[c+16>>2]|0)>>>0:0){d=DC(c+8|0,b)|0;d=k[d>>2]|0}k[o>>2]=d;k[a>>2]=i;k[h+4>>2]=j;o=m;k[o>>2]=l;k[o+4>>2]=n}r=p;return}function Mg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=gc[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=hD(d)|0;g=SF(o,49728)|0;tB(o);o=hD(d)|0;a=SF(o,49736)|0;tB(o);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);fc[k[(k[a>>2]|0)+28>>2]&255](m+12|0,a);a=m+24|0;g=(Md(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;KG(a)}while((a|0)!=(m|0))}r=n;return g|0}function Ng(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;m=n+16|0;g=n+12|0;l=n+8|0;h=n+4|0;j=n;if(!(k[d+4>>2]&1)){k[l>>2]=-1;o=k[(k[a>>2]|0)+16>>2]|0;k[h>>2]=k[b>>2];k[j>>2]=k[c>>2];k[g>>2]=k[h>>2];k[m>>2]=k[j>>2];g=gc[o&63](a,g,m,d,e,l)|0;k[b>>2]=g;switch(k[l>>2]|0){case 0:{i[f>>0]=0;break}case 1:{i[f>>0]=1;break}default:{i[f>>0]=1;k[e>>2]=4}}}else{o=hD(d)|0;g=SF(o,49696)|0;tB(o);o=hD(d)|0;a=SF(o,49712)|0;tB(o);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);fc[k[(k[a>>2]|0)+28>>2]&255](m+12|0,a);a=m+24|0;g=(Od(b,k[c>>2]|0,m,a,g,e,1)|0)==(m|0)&1;i[f>>0]=g;g=k[b>>2]|0;do{a=a+-12|0;UG(a)}while((a|0)!=(m|0))}r=n;return g|0}function Og(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){Ad(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){Ad(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=wx(a)|0;if((b|0)==0&(N|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function Pg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+80|0;d=g+48|0;e=g+24|0;f=g;ng(d,b,k[c+8>>2]|0);if(!(k[d+16>>2]|0)){ng(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){ng(f,b,k[c+16>>2]|0);if(!(k[f+16>>2]|0)){f=(TF(f)|0)!=0;f=f?d:e;k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=g;return}function Qg(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0;p[u>>3]=b;c=k[u>>2]|0;d=k[u+4>>2]|0;e=(d|0)<0;do if(b==0.0&e)MC(a,27696)|0;else{f=d&2147483647;if(f>>>0>2146435072|(f|0)==2146435072&c>>>0>0){MC(MC(a,e?45950:55711)|0,38557)|0;c=Fw(b)|0;d=N;if((c|0)==0&(d|0)==0)break;f=MC(a,27681)|0;a=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|8;f=Ai(f,c,d)|0;f=f+(k[(k[f>>2]|0)+-12>>2]|0)+4|0;k[f>>2]=k[f>>2]&-75|2;break}f=d&2146435072;if(!(f>>>0<2146435072|(f|0)==2146435072&0<0)){MC(a,e?37583:38024)|0;break}c=pe(b)|0;switch(i[c>>0]|0){case 46:{dy(a,48)|0;break}case 45:{d=c+1|0;if((i[d>>0]|0)==46){MC(a,27696)|0;c=d}break}default:{}}MC(a,c)|0}while(0);return}function Rg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+4|0;f=a+8|0;b=k[a>>2]|0;a:while(1){while(1){c=i[b>>0]|0;if(!(hK(c<<24>>24)|0))break;if(c<<24>>24==10){k[e>>2]=(k[e>>2]|0)+1;b=b+1|0;k[f>>2]=b}else b=b+1|0;k[a>>2]=b}switch(c<<24>>24){case 59:{if((i[b+1>>0]|0)==59)c=59;else break a;b:while(1){switch(c<<24>>24){case 10:case 0:break b;default:{}}c=b+1|0;k[a>>2]=c;b=c;c=i[c>>0]|0}k[e>>2]=(k[e>>2]|0)+1;k[f>>2]=b;continue a}case 40:break;default:break a}if((i[b+1>>0]|0)!=59)break;b=b+2|0;k[a>>2]=b;c=1;while(1){c:while(1){switch(i[b>>0]|0){case 0:break a;case 40:{d=b+1|0;if((i[d>>0]|0)==59){d=19;break c}else b=d;break}case 59:{d=b+1|0;if((i[d>>0]|0)==41){d=21;break c}else b=d;break}default:b=b+1|0}k[a>>2]=b}if((d|0)==19){b=b+2|0;k[a>>2]=b;c=c+1|0;continue}else if((d|0)==21){b=b+2|0;k[a>>2]=b;c=c+-1|0;if(!c)continue a;else continue}}}return}function Sg(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=r;r=r+48|0;h=n+32|0;i=n+28|0;j=n+24|0;l=n;m=k[a+4>>2]|0;b=k[a>>2]|0;d=k[b+4>>2]|0;if((d|0)!=(k[b>>2]|0)){c=TH(Nt()|0)|0;k[h>>2]=0;d=h+4|0;k[d>>2]=0;k[h+8>>2]=0;k[i>>2]=0;e=k[m>>2]|0;k[j>>2]=(k[e+40>>2]|0)-(k[e+36>>2]|0)>>2;e=l+16|0;f=h+8|0;b=0;while(1){if(b>>>0>=c>>>0)break;o=k[a>>2]|0;g=fB(20)|0;k[g>>2]=3288;k[g+4>>2]=i;k[g+8>>2]=j;k[g+12>>2]=m;k[g+16>>2]=o;k[e>>2]=g;g=k[d>>2]|0;if(g>>>0<(k[f>>2]|0)>>>0){ht(g,l);k[d>>2]=(k[d>>2]|0)+24}else Mk(h,l);Ez(l);b=b+1|0}vh(Nt()|0,h);Fv(h);b=k[a>>2]|0;d=k[b+4>>2]|0}e=k[b>>2]|0;c=b+4|0;b=d;while(1){if((b|0)==(e|0))break;o=b+-4|0;k[c>>2]=o;b=o}r=n;return}function Tg(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;g=r;r=r+32|0;d=g+20|0;c=g+16|0;e=g+12|0;f=g;if(i[a+12>>0]|0){h=MC(48992,21070)|0;h=Ii(h,k[a+16>>2]|0)|0;j=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(d);rm(h,j);bp(h)}h=Wh(a,rh(a)|0)|0;k[b+8>>2]=h;j=k[a>>2]|0;k[c>>2]=h;k[d>>2]=k[c>>2];c=ax(j,d)|0;do if(!c){c=k[a>>2]|0;k[e>>2]=k[b+8>>2];k[d>>2]=k[e>>2];c=$w(c,d)|0;if(c|0?(k[c+12>>2]|0)==3:0){k[b+4>>2]=k[c+20>>2];break}j=Sa(20)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;dr(f,21090,14);NA(j,f);Gb(j|0,8,158)}else k[b+4>>2]=k[c+4>>2];while(0);r=g;return}function Ug(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;dy(k[a>>2]|0,40)|0;e=k[a>>2]|0;MC(MC(e,vx(k[b+28>>2]|0)|0)|0,35367)|0;e=b+8|0;c=i[e>>0]|0;if(!((c&255)>=4?!((c&255)<8?(k[b+4>>2]|0)==2:0):0))d=3;a:do if((d|0)==3)switch(c<<24>>24){case 1:{dy(k[a>>2]|0,56)|0;break a}case 2:{MC(k[a>>2]|0,35374)|0;break a}case 4:{MC(k[a>>2]|0,35377)|0;break a}default:Ka()}while(0);c=b+12|0;if(k[c>>2]|0){d=MC(k[a>>2]|0,35380)|0;Ii(d,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[e>>0]|0|0)){e=MC(k[a>>2]|0,35389)|0;Ii(e,k[c>>2]|0)|0}eB(a);Ln(a,k[b+20>>2]|0);Ln(a,k[b+24>>2]|0);Gw(a);return}function Vg(a){a=a|0;var b=0;if((i[46592]|0)==0?WH(46592)|0:0){if((i[46600]|0)==0?WH(46600)|0:0){b=50400;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=50568);Fb(173,0,x|0)|0}uD(50400,41708);uD(50412,41715);uD(50424,41722);uD(50436,41730);uD(50448,41740);uD(50460,41749);uD(50472,41756);uD(50484,41765);uD(50496,41769);uD(50508,41773);uD(50520,41777);uD(50532,41781);uD(50544,41785);uD(50556,41789);k[12642]=50400}return k[12642]|0}function Wg(){Se(47928,37432,0);Se(47932,37437,0);Se(47936,37448,0);Se(47940,37465,0);Se(47944,37473,0);Se(47948,37426,0);Se(47952,37480,0);Se(47956,37485,0);Se(47960,37491,0);Se(47964,37363,0);Se(47968,37410,0);Se(47972,37498,0);Se(47976,37396,0);Se(47980,37375,0);Se(47984,37415,0);Se(47988,37506,0);Se(47992,37511,0);Se(47996,37370,0);Se(48e3,37517,0);Se(48004,37522,0);Se(48008,37534,0);Se(48012,37548,0);Se(48016,37554,0);Se(48020,37560,0);Se(48024,37565,0);Se(48028,37570,0);Se(48032,37574,0);Se(48036,37583,0);Se(48040,37593,0);Se(48044,37598,0);Se(48048,37603,0);Se(48052,37606,0);Se(48056,37614,0);Se(48060,37634,0);Se(48064,37648,0);Se(48068,37660,0);Se(48072,37675,0);Se(48076,37684,0);Se(48080,37690,0);Se(48084,37697,0);return}function Xg(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;k[c>>2]=a;k[f>>2]=d;a=k[c>>2]|0;a:while(1){if(a>>>0>=b>>>0){a=0;break}g=k[a>>2]|0;if(g>>>0>1114111|(g&-2048|0)==55296){a=2;break}do if(g>>>0>=128){if(g>>>0<2048){a=k[f>>2]|0;if((e-a|0)<2){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>6|192;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}a=k[f>>2]|0;d=e-a|0;if(g>>>0<65536){if((d|0)<3){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>12|224;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}else{if((d|0)<4){a=1;break a}k[f>>2]=a+1;i[a>>0]=g>>>18|240;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>12&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g>>>6&63|128;d=k[f>>2]|0;k[f>>2]=d+1;i[d>>0]=g&63|128;break}}else{a=k[f>>2]|0;if((e-a|0)<1){a=1;break a}k[f>>2]=a+1;i[a>>0]=g}while(0);a=(k[c>>2]|0)+4|0;k[c>>2]=a}return a|0}function Yg(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0.0,f=0.0;a:do if((k[b>>2]|0)==3){f=+CF(b);e=+CF(c);c=((o[u>>2]=f,k[u>>2]|0)|0)<0;d=c^((o[u>>2]=e,k[u>>2]|0)|0)<0?-0.0:0.0;if((Jy(e)|0)!=2){k[a>>2]=3;o[a+8>>2]=f/e;break}switch(Jy(f)|0){case 0:{f=+Hy(f);k[a>>2]=3;o[a+8>>2]=f;break a}case 2:{f=+Vz(C,d);k[a>>2]=3;o[a+8>>2]=f;break a}case 1:case 3:case 4:{f=+Vz(D,d);k[a>>2]=3;o[a+8>>2]=f;break a}default:{}}}else{f=+BF(b);d=+BF(c);p[u>>3]=f;c=(k[u+4>>2]|0)<0;p[u>>3]=d;e=c^(k[u+4>>2]|0)<0?-0.0:0.0;if((Lu(d)|0)!=2){k[a>>2]=4;p[a+8>>3]=f/d;break}switch(Lu(f)|0){case 0:{f=+nu(f);k[a>>2]=4;p[a+8>>3]=f;break a}case 2:{f=+Iw(C,e);k[a>>2]=4;p[a+8>>3]=f;break a}case 1:case 3:case 4:{f=+Iw(D,e);k[a>>2]=4;p[a+8>>3]=f;break a}default:{}}}while(0);return}function Zg(a){a=a|0;var b=0;if((i[46672]|0)==0?WH(46672)|0:0){if((i[46680]|0)==0?WH(46680)|0:0){b=51212;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=51380);Fb(177,0,x|0)|0}tD(51212,9368);tD(51224,9396);tD(51236,9424);tD(51248,9456);tD(51260,9496);tD(51272,9532);tD(51284,9560);tD(51296,9596);tD(51308,9612);tD(51320,9628);tD(51332,9644);tD(51344,9660);tD(51356,9676);tD(51368,9692);k[12845]=51212}return k[12845]|0}function _g(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+96|0;d=h+76|0;e=h+24|0;f=h+64|0;g=h;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,a,Cp(a)|0);if((Uk(d)|0)==47236){UG(d);k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,a,Cp(a)|0);a=gp(d)|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;dr(f,b,Cp(b)|0);ks(g,c);Cy(e,f,g);Np(a,e);OF(e);Ez(g);UG(f);UG(d);r=h;return}else Ra(33382,33422,37,33442)}function $g(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;dy(k[a>>2]|0,40)|0;d=k[a>>2]|0;e=b+4|0;MC(MC(d,vx(k[e>>2]|0)|0)|0,35397)|0;d=b+8|0;c=i[d>>0]|0;if(!((c&255)>=4?!((c&255)<8&(k[e>>2]|0)==2):0)){switch(c<<24>>24){case 1:{dy(k[a>>2]|0,56)|0;break}case 2:{MC(k[a>>2]|0,35374)|0;break}case 4:{MC(k[a>>2]|0,35377)|0;break}default:Ka()}MC(k[a>>2]|0,i[b+9>>0]|0?35403:35406)|0}c=b+12|0;if(k[c>>2]|0){e=MC(k[a>>2]|0,35380)|0;Ii(e,k[c>>2]|0)|0}c=b+16|0;if((k[c>>2]|0)!=(l[d>>0]|0)){e=MC(k[a>>2]|0,35389)|0;Ii(e,k[c>>2]|0)|0}eB(a);Ln(a,k[b+20>>2]|0);Gw(a);return}function ah(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+48|0;b=f+32|0;c=f;d=f+8|0;e=a+12|0;if(i[e>>0]|0){g=MC(48992,19414)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(b);rm(g,h);bp(g)}k[d>>2]=2620;k[d+4>>2]=a;k[d+16>>2]=d;Yh(c,d);Ez(d);if(!(i[e>>0]|0)){b=c;a=k[b+4>>2]|0;b=k[b>>2]|0}else{g=MC(48992,21539)|0;a=c;h=k[a>>2]|0;a=k[a+4>>2]|0;g=MC(Bi(g,h,a)|0,19429)|0;e=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(b);rm(g,e);bp(g);b=h}N=a;r=f;return b|0}function bh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;MC(k[a>>2]|0,35595)|0;if(c|0){e=dy(k[a>>2]|0,32)|0;Vx(e,k[c>>2]|0)|0}d=b+8|0;c=b+12|0;if((k[c>>2]|0)!=(k[d>>2]|0)){MC(k[a>>2]|0,k[a+12>>2]|0)|0;DA(k[a>>2]|0,37485)|0;e=k[c>>2]|0;c=k[d>>2]|0;while(1){d=k[a>>2]|0;if((c|0)==(e|0))break;d=dy(d,32)|0;MC(d,vx(k[c>>2]|0)|0)|0;c=c+4|0}dy(d,41)|0}c=b+4|0;if(k[c>>2]|0){MC(k[a>>2]|0,k[a+12>>2]|0)|0;b=DA(k[a>>2]|0,33986)|0;dy(MC(b,vx(k[c>>2]|0)|0)|0,41)|0}MC(k[a>>2]|0,44580)|0;return}function ch(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+1040|0;l=o+8|0;m=o;f=k[b>>2]|0;k[m>>2]=f;n=(a|0)!=0;h=n?d:256;a=n?a:l;g=f;a:do if((h|0)!=0&(f|0)!=0){d=0;j=h;i=g;while(1){g=c>>>2;h=g>>>0>=j>>>0;if(!(c>>>0>131|h)){h=j;g=i;break a}f=h?j:g;c=c-f|0;f=ce(a,m,f,e)|0;if((f|0)==-1)break;g=(a|0)==(l|0);h=j-(g?0:f)|0;a=g?a:a+(f<<2)|0;d=f+d|0;g=k[m>>2]|0;f=g;if((h|0)!=0&(g|0)!=0){j=h;i=g}else break a}f=k[m>>2]|0;d=-1;h=0;g=f}else d=0;while(0);b:do if((g|0)!=0?(h|0)!=0&(c|0)!=0:0){i=a;while(1){a=oh(i,g,c,e)|0;if((a+2|0)>>>0<3)break;g=g+a|0;k[m>>2]=g;c=c-a|0;h=h+-1|0;d=d+1|0;f=g;if(!((h|0)!=0&(c|0)!=0))break b;else i=i+4|0}switch(a|0){case -1:{d=-1;break b}case 0:{k[m>>2]=0;f=0;break b}default:{k[e>>2]=0;break b}}}while(0);if(n)k[b>>2]=f;r=o;return d|0}function dh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Ad(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(TF(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{Ad(a,b,c);break}}else{Ad(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function eh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else{if((a|0)!=(k[b>>2]|0)){h=k[a+8>>2]|0;bc[k[(k[h>>2]|0)+24>>2]&3](h,b,c,d,e);break}if((k[b+16>>2]|0)!=(c|0)?(h=b+20|0,(k[h>>2]|0)!=(c|0)):0){k[b+32>>2]=d;g=b+44|0;if((k[g>>2]|0)==4)break;f=b+52|0;i[f>>0]=0;d=b+53|0;i[d>>0]=0;a=k[a+8>>2]|0;ac[k[(k[a>>2]|0)+20>>2]&15](a,b,c,c,1,e);if(i[d>>0]|0)if(!(i[f>>0]|0)){f=1;d=13}else d=17;else{f=0;d=13}do if((d|0)==13){k[h>>2]=c;c=b+40|0;k[c>>2]=(k[c>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0){i[b+54>>0]=1;if(f){d=17;break}else{f=4;break}}if(f)d=17;else f=4}while(0);if((d|0)==17)f=3;k[g>>2]=f;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function fh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;f=((k[a+4>>2]|0)-(k[a>>2]|0)>>2)+-2|0;a:while(1){if((f|0)<=-1){i=14;break}h=k[a>>2]|0;c=k[h+(f<<2)>>2]|0;h=k[h+(f+1<<2)>>2]|0;switch(k[c>>2]|0){case 19:{g=0;break a}case 1:{e=$F(c)|0;d=e+12|0;e=e+20|0;c=0;while(1){if(c>>>0>=((k[e>>2]|0)+-1|0)>>>0)break;j=DC(d,c)|0;if((k[j>>2]|0)==(h|0)){g=0;break a}else c=c+1|0}j=hC(d)|0;if((k[j>>2]|0)!=(h|0)){i=8;break a}break}case 2:{c=iG(c)|0;if((h|0)==(k[c+8>>2]|0)){g=1;break a}d=k[c+16>>2]|0;if(!d){g=0;break a}if(!((h|0)==(d|0)?1:(h|0)==(k[c+12>>2]|0))){i=12;break a}break}default:{i=15;break a}}f=f+-1|0}if((i|0)==8)Ra(28063,28091,359,28107);else if((i|0)==12)Ra(28120,28091,365,28107);else if((i|0)==14)g=(k[b+4>>2]|0)!=0;else if((i|0)==15)g=1;return g|0}function gh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;j=l;h=aL()|0;if((h|0)==(k[a+20>>2]|0)){i=b+7&-8;c=a+12|0;f=0;g=k[c>>2]|0;while(1){if(g>>>0>i>>>0)break;h=g<<1;k[c>>2]=h;f=1;g=h}b=a+4|0;h=k[b>>2]|0;c=h;if(!((h|0)!=(k[a>>2]|0)?(e=a+16|0,d=k[e>>2]|0,!(f|(d+i|0)>>>0>=g>>>0)):0)){d=PK(g)|0;k[j>>2]=d;if(c>>>0<(k[a+8>>2]|0)>>>0){k[h>>2]=d;c=(k[b>>2]|0)+4|0;k[b>>2]=c}else{Lm(a,j);c=k[b>>2]|0}e=a+16|0;k[e>>2]=0;d=0}c=(k[c+-4>>2]|0)+d|0;k[e>>2]=d+i}else{g=0;c=a;a:while(1){while(1){if((h|0)==(k[c+20>>2]|0)){i=9;break a}f=c+24|0;d=k[f>>2]|0;if(!d)break;else c=d}if(!g){d=fB(28)|0;vC(d)}else d=g;e=k[f>>2]|0;if(!e)k[f>>2]=d;if(!e)break;g=d;c=e}if((i|0)==9?g|0:0){lA(g);SK(g)}c=gh(c,b)|0}r=l;return c|0}function hh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+32|0;d=f;e=k[c+8>>2]|0;Ad(d,b,k[c+12>>2]|0);do if(!(k[d+16>>2]|0)){c=c+4|0;g=k[c>>2]|0;if(g|0?(k[d>>2]|0)!=(g|0):0)Ra(25218,23304,688,21056);g=(k[k[b+8>>2]>>2]|0)+(e<<4)|0;k[g>>2]=k[d>>2];k[g+4>>2]=k[d+4>>2];k[g+8>>2]=k[d+8>>2];k[g+12>>2]=k[d+12>>2];if(!(k[c>>2]|0)){k[a>>2]=0;g=a+8|0;k[g>>2]=0;k[g+4>>2]=0;k[a+16>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2];break}}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=f;return}function ih(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+12|0;e=h;g=a+16|0;c=k[g>>2]|0;f=a+8|0;b=k[f>>2]|0;if(c>>>0>=((k[b+4>>2]|0)-(k[b>>2]|0)|0)>>>0){h=Sa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,19445,23);NA(h,e);Gb(h|0,8,158)}if(i[a+12>>0]|0){c=MC(48992,19469)|0;c=MC(Ji(c,l[(k[k[f>>2]>>2]|0)+(k[g>>2]|0)>>0]|0)|0,19479)|0;c=MC(Ii(c,k[g>>2]|0)|0,44580)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);c=k[g>>2]|0;b=k[f>>2]|0}k[g>>2]=c+1;r=h;return i[(k[b>>2]|0)+c>>0]|0}function jh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=pc[h&31](a,j,c,d,e&1)|0}else{c=hD(c)|0;a=SF(c,49712)|0;tB(c);c=k[a>>2]|0;if(e)fc[k[c+24>>2]&255](j,a);else fc[k[c+28>>2]&255](j,a);g=j+11|0;c=i[g>>0]|0;if(c<<24>>24<0){a=k[j>>2]|0;h=8}else a=j;while(1){h=c<<24>>24<0;if((a|0)==((h?k[j>>2]|0:j)+(h?k[j+4>>2]|0:c&255)|0))break;c=i[a>>0]|0;d=k[b>>2]|0;do if(d|0){f=d+24|0;e=k[f>>2]|0;if((e|0)!=(k[d+28>>2]|0)){k[f>>2]=e+1;i[e>>0]=c;break}if((nc[k[(k[d>>2]|0)+52>>2]&31](d,c&255)|0)==-1)k[b>>2]=0}while(0);c=i[g>>0]|0;a=a+1|0;h=8}a=k[b>>2]|0;UG(j)}r=l;return a|0}function kh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;k[a>>2]=b;k[a+4>>2]=c;ks(a+8|0,d);j=a+32|0;l=a+36|0;p=a+44|0;m=a+60|0;h=a+64|0;n=a+68|0;o=a+72|0;b=(c|0)==0;f=j;g=f+120|0;do{k[f>>2]=0;f=f+4|0}while((f|0)<(g|0));i[j+120>>0]=0;if(!b){b=fB(64)|0;k[b+40>>2]=0;k[b+44>>2]=0;k[b+48>>2]=0;d=b+52|0;e=b+56|0;k[e>>2]=0;k[b+60>>2]=0;f=b;g=f+36|0;do{k[f>>2]=0;f=f+4|0}while((f|0)<(g|0));k[d>>2]=e;k[j>>2]=b;b=PK(c>>>0>1073741823?-1:c<<2)|0;k[l>>2]=b;b=0;while(1){if((b|0)==(c|0))break;k[(k[l>>2]|0)+(b<<2)>>2]=k[j>>2];b=b+1|0}c=Tp()|0;k[p>>2]=c;if(!c)Ra(28400,14424,108,28416);k[m>>2]=0;k[h>>2]=0;b=0;while(1){if(b>>>0>=(k[p>>2]|0)>>>0)break;Mm(a);b=b+1|0}Aq(a);k[n>>2]=0;k[o>>2]=0}return}function lh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;g=r;r=r+16|0;c=g+4|0;i=g;h=a+20|0;j=k[h>>2]|0;gl(a,(k[j+76>>2]|0)!=(k[j+72>>2]|0),b,15713)|0;h=k[h>>2]|0;k[i>>2]=k[b+24>>2];k[c>>2]=k[i>>2];c=Lw(h,c)|0;a:do if(gl(a,(c|0)!=0,b,15722)|0?(li(a,k[(k[b+28>>2]|0)+4>>2]|0,1,b,15752)|0,d=b+8|0,e=b+16|0,f=c+8|0,gl(a,(k[e>>2]|0)==((k[c+12>>2]|0)-(k[f>>2]|0)>>2|0),b,15612)|0):0){c=0;while(1){if(c>>>0>=(k[e>>2]|0)>>>0)break a;j=DC(d,c)|0;if(!(li(a,k[(k[j>>2]|0)+4>>2]|0,k[(k[f>>2]|0)+(c<<2)>>2]|0,b,15641)|0))MC(Ii(MC(48992,15669)|0,c)|0,35601)|0;c=c+1|0}}while(0);r=g;return}function mh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+160|0;d=f+140|0;e=f;pA();if(i[51628]|0)MC(48992,13016)|0;c=fB(200)|0;ho(c);k[11803]=c;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;ys(d,b);c=0;while(1){if((c|0)>=(b|0))break;i[(k[d>>2]|0)+c>>0]=i[a+c>>0]|0;c=c+1|0}b=k[11803]|0;k[e>>2]=b;k[e+4>>2]=b+112;k[e+8>>2]=d;i[e+12>>0]=0;k[e+16>>2]=0;k[e+20>>2]=-1;k[e+24>>2]=0;k[e+28>>2]=0;k[e+32>>2]=0;k[e+40>>2]=0;k[e+44>>2]=0;k[e+48>>2]=0;k[e+56>>2]=0;k[e+60>>2]=0;k[e+52>>2]=e+56;k[e+64>>2]=0;k[e+76>>2]=0;k[e+80>>2]=0;k[e+72>>2]=e+76;b=e+84|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[e+108>>2]=15;k[e+116>>2]=0;k[e+120>>2]=0;k[e+112>>2]=e+116;k[e+128>>2]=0;k[e+132>>2]=0;k[e+124>>2]=e+128;k[e+136>>2]=0;Ce(e);qp();Sm(e);Ly(d);r=f;return}function nh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;j=l+4|0;f=l;if(!(k[c+4>>2]&1)){h=k[(k[a>>2]|0)+24>>2]|0;k[f>>2]=k[b>>2];k[j>>2]=k[f>>2];a=pc[h&31](a,j,c,d,e&1)|0}else{c=hD(c)|0;a=SF(c,49736)|0;tB(c);c=k[a>>2]|0;if(e)fc[k[c+24>>2]&255](j,a);else fc[k[c+28>>2]&255](j,a);g=j+8+3|0;a=i[g>>0]|0;c=k[j>>2]|0;h=j+4|0;e=a<<24>>24<0?c:j;while(1){f=a<<24>>24<0;if((e|0)==((f?c:j)+((f?k[h>>2]|0:a&255)<<2)|0))break;a=k[e>>2]|0;c=k[b>>2]|0;if(c|0){d=c+24|0;f=k[d>>2]|0;if((f|0)==(k[c+28>>2]|0))a=nc[k[(k[c>>2]|0)+52>>2]&31](c,a)|0;else{k[d>>2]=f+4;k[f>>2]=a}if((a|0)==-1)k[b>>2]=0}e=e+4|0;a=i[g>>0]|0;c=k[j>>2]|0}a=k[b>>2]|0;KG(j)}r=l;return a|0}function oh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;e=j;g=(d|0)==0?48144:d;d=k[g>>2]|0;a:do if(!b)if(!d)d=0;else h=15;else{f=(a|0)==0?e:a;if(!c)d=-2;else{if(!d){d=i[b>>0]|0;a=d&255;if(d<<24>>24>-1){k[f>>2]=a;d=d<<24>>24!=0&1;break}d=a+-194|0;if(d>>>0>50){h=15;break}d=k[3784+(d<<2)>>2]|0;e=c+-1|0;if(e){b=b+1|0;h=9}}else{e=c;h=9}b:do if((h|0)==9){a=i[b>>0]|0;l=(a&255)>>>3;if((l+-16|l+(d>>26))>>>0>7){h=15;break a}while(1){b=b+1|0;d=(a&255)+-128|d<<6;e=e+-1|0;if((d|0)>=0)break;if(!e)break b;a=i[b>>0]|0;if((a&-64)<<24>>24!=-128){h=15;break a}}k[g>>2]=0;k[f>>2]=d;d=c-e|0;break a}while(0);k[g>>2]=d;d=-2}}while(0);if((h|0)==15){k[g>>2]=0;d=CG()|0;k[d>>2]=84;d=-1}r=j;return d|0}function ph(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;l=r;r=r+48|0;i=l+16|0;g=l+40|0;j=l;k[a>>2]=b;h=a+4|0;k[a+8>>2]=0;k[a+12>>2]=0;k[h>>2]=a+8;e=a+20|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[a+36>>2]=c;ic[k[(k[c>>2]|0)+4>>2]&15](c,h,b);k[a+32>>2]=k[b+88>>2];e=k[b+52>>2]|0;f=g+4|0;d=k[b+48>>2]|0;while(1){if((d|0)==(e|0))break;m=Kq(h,k[d>>2]|0)|0;k[g>>2]=2744;k[f>>2]=h;ng(i,g,k[(k[d>>2]|0)+8>>2]|0);k[m>>2]=k[i>>2];k[m+4>>2]=k[i+4>>2];k[m+8>>2]=k[i+8>>2];k[m+12>>2]=k[i+12>>2];d=d+4|0}ic[k[k[c>>2]>>2]&15](c,b,a);d=k[b+108>>2]|0;if(d|0){k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;Zr(j,a,d,i);cy(i)}r=l;return}function qh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;e=a+16|0;d=k[e>>2]|0;f=d;g=b+16|0;do if((d|0)==(a|0))if((k[g>>2]|0)==(b|0)){fc[k[(k[d>>2]|0)+12>>2]&255](d,c);f=k[e>>2]|0;ec[k[(k[f>>2]|0)+16>>2]&255](f);k[e>>2]=0;f=k[g>>2]|0;fc[k[(k[f>>2]|0)+12>>2]&255](f,a);f=k[g>>2]|0;ec[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=0;k[e>>2]=a;fc[k[(k[c>>2]|0)+12>>2]&255](c,b);ec[k[(k[c>>2]|0)+16>>2]&255](c);k[g>>2]=b;break}else{fc[k[(k[d>>2]|0)+12>>2]&255](d,b);g=k[e>>2]|0;ec[k[(k[g>>2]|0)+16>>2]&255](g);g=b+16|0;k[e>>2]=k[g>>2];k[g>>2]=b;break}else{c=k[g>>2]|0;if((c|0)==(b|0)){fc[k[(k[c>>2]|0)+12>>2]&255](c,a);f=k[g>>2]|0;ec[k[(k[f>>2]|0)+16>>2]&255](f);k[g>>2]=k[e>>2];k[e>>2]=a;break}else{k[e>>2]=c;k[g>>2]=f;break}}while(0);r=h;return}function rh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=MC(48992,19414)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(b);rm(g,h);bp(g)}k[d>>2]=2532;k[d+4>>2]=a;k[d+16>>2]=d;dp(c,d);Ez(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=MC(48992,19485)|0;a=k[c>>2]|0;h=MC(Ii(h,a)|0,19429)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(b);rm(h,g);bp(h)}r=f;return a|0}function sh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;b=f+28|0;c=f+24|0;d=f;e=a+12|0;if(i[e>>0]|0){g=MC(48992,19414)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(b);rm(g,h);bp(g)}k[d>>2]=2576;k[d+4>>2]=a;k[d+16>>2]=d;km(c,d);Ez(d);if(!(i[e>>0]|0))a=k[c>>2]|0;else{h=MC(48992,19485)|0;a=k[c>>2]|0;h=MC(Ji(h,a)|0,19429)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(b);rm(h,g);bp(h)}r=f;return a|0}function th(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>3;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>3>>>0){sv(a);if(e>>>0>536870911)oJ();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>2;Yx(a,j>>3>>>0<268435455?(l>>>0<e>>>0?e:l):536870911);xw(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>3;h=e>>>0>g>>>0;g=h?b+(g<<3)|0:c;d=g-f|0;e=d>>3;if(e|0)jx(j|0,b|0,d|0)|0;e=i+(e<<3)|0;if(h){xw(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-8|0;k[l>>2]=c;d=c}}while(0);return}
+function uh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[11910]|0;b=k[11909]|0;if(((d-b|0)/20|0)>>>0<a>>>0){e=k[11908]|0;c=(b-e|0)/20|0;b=c+a|0;if(b>>>0>214748364)oJ();e=(d-e|0)/20|0;d=e<<1;pp(f,e>>>0<107374182?(d>>>0<b>>>0?b:d):214748364,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;o[e+16>>2]=1.0;b=b+-1|0;if(!b)break;else e=e+20|0}k[d>>2]=c+(a*20|0);Nm(f);Js(f)}else Ys(a);r=g;return}function vh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+32|0;e=l;j=a+4|0;h=(k[j>>2]|0)-(k[a>>2]|0)>>2;c=k[b>>2]|0;d=(k[b+4>>2]|0)-c|0;a:do if(!h){if(!d)Ra(36881,36784,143,36902);while(1){if(MA(k[c+16>>2]|0)|0)break a;c=k[b>>2]|0}}else{if(((d|0)/24|0|0)!=(h|0))Ra(36907,36784,150,36902);f=a+12|0;if(i[f>>0]|0)Ra(36931,36784,151,36902);i[f>>0]=1;g=a+16|0;lK(g);Tz(a);c=0;while(1){if(c>>>0>=h>>>0)break;d=k[(k[a>>2]|0)+(c<<2)>>2]|0;ks(e,(k[b>>2]|0)+(c*24|0)|0);By(d,e);Ez(e);c=c+1|0}c=a+44|0;d=a+92|0;while(1){if((k[d>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;OG(c,g,1)}i[f>>0]=0;vH(g)}while(0);r=l;return}function wh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;i[b+12>>0]=(b|0)==(a|0)&1;e=b;while(1){if((e|0)==(a|0))break;c=k[e+8>>2]|0;g=c+12|0;if(i[g>>0]|0)break;f=c+8|0;b=k[f>>2]|0;d=k[b>>2]|0;if((d|0)==(c|0)){d=k[b+4>>2]|0;if(!d){h=8;break}d=d+12|0;if(i[d>>0]|0){h=8;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}else{if(!d){h=14;break}d=d+12|0;if(i[d>>0]|0){h=14;break}i[g>>0]=1;i[b+12>>0]=(b|0)==(a|0)&1;i[d>>0]=1;e=b;continue}}if((h|0)==8){if((k[c>>2]|0)!=(e|0)){Jt(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;xt(b)}else if((h|0)==14){if((k[c>>2]|0)==(e|0)){xt(c);b=k[f>>2]|0;c=b;b=k[b+8>>2]|0}i[c+12>>0]=1;i[b+12>>0]=0;Jt(b)}return}function xh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=OD()|0;d=Tm(b,1)|0;if((i[d>>0]|0)==0?(i[d+24>>0]|0)!=0:0){c=lG(Tm(b,1)|0)|0;k[e>>2]=c;c=2;d=a+28|0}else{d=a+28|0;c=cw(k[d>>2]|0)|0;k[e>>2]=c;c=1}k[d>>2]=(k[d>>2]|0)+1;d=Tm(b,c)|0;if(i[d>>0]|0){f=Tm(b,c)|0;lG(Tm(f,0)|0)|0;d=OD()|0;f=lG(Tm(f,1)|0)|0;k[d>>2]=f;k[d+4>>2]=k[e>>2];k[d+8>>2]=3;Hk(k[a>>2]|0,d);c=c+1|0}f=Gg(lG(Tm(b,c)|0)|0,0,0)|0;k[e+4>>2]=f;f=uc(a,Tm(b,c+1|0)|0)|0;k[e+8>>2]=f;f=(Sp(b)|0)+8|0;if((c+2|0)==(k[f>>2]|0)){Gk(k[a>>2]|0,e);return}else Ra(19232,17579,1567,19246)}function yh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;f=b;e=c-f>>2;d=a+8|0;j=k[a>>2]|0;i=j;a:do if(e>>>0>(k[d>>2]|0)-j>>2>>>0){tv(a);if(e>>>0>1073741823)oJ();else{j=(k[d>>2]|0)-(k[a>>2]|0)|0;l=j>>1;ay(a,j>>2>>>0<536870911?(l>>>0<e>>>0?e:l):1073741823);Jw(a,b,c);break}}else{l=a+4|0;g=(k[l>>2]|0)-j>>2;h=e>>>0>g>>>0;g=h?b+(g<<2)|0:c;d=g-f|0;e=d>>2;if(e|0)jx(j|0,b|0,d|0)|0;e=i+(e<<2)|0;if(h){Jw(a,g,c);break}d=k[l>>2]|0;while(1){if((d|0)==(e|0))break a;c=d+-4|0;k[l>>2]=c;d=c}}while(0);return}function zh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;c=k[11809]|0;do if(c){h=i[b+11>>0]|0;g=h<<24>>24<0;h=g?k[b+4>>2]|0:h&255;g=g?k[b>>2]|0:b;while(1){d=c+16|0;b=i[d+11>>0]|0;e=b<<24>>24<0;b=e?k[c+20>>2]|0:b&255;d=e?k[d>>2]|0:d;e=b>>>0<h>>>0;j=xF(g,d,e?b:h)|0;f=h>>>0<b>>>0;if((((j|0)==0?(f?-2147483648:0):j)|0)<0){b=k[c>>2]|0;if(!b){b=5;break}else c=b}else{j=xF(d,g,f?h:b)|0;if((((j|0)==0?(e?-2147483648:0):j)|0)>=0){b=10;break}d=c+4|0;b=k[d>>2]|0;if(!b){b=9;break}else c=b}}if((b|0)==5){k[a>>2]=c;break}else if((b|0)==9){k[a>>2]=c;c=d;break}else if((b|0)==10){k[a>>2]=c;c=a;break}}else{k[a>>2]=47236;c=47236}while(0);return c|0}function Ah(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;c=h+12|0;g=h;if((i[b>>0]|0)==0?(i[b+24>>0]|0)!=0:0)c=lG(b)|0;else d=4;do if((d|0)==4){e=hG(b)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,e,Cp(e)|0);e=Vk(c)|0;f=N;UG(c);c=k[a+68>>2]|0;d=(k[a+72>>2]|0)-c>>2;if(f>>>0>0|(f|0)==0&e>>>0>d>>>0){h=Sa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,18830,13);a=k[b+28>>2]|0;b=k[b+32>>2]|0;Gt(h,g);k[h+12>>2]=a;k[h+16>>2]=b;Gb(h|0,8,158)}if((e|0)==(d|0)&(f|0)==0){i[a+80>>0]=1;c=k[12014]|0;break}else{g=pE(d+-1|0,0,e|0,f|0)|0;c=k[c+(g<<2)>>2]|0;break}}while(0);r=h;return c|0}function Bh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;h=a+4|0;un(a,(((k[h>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);d=k[c>>2]|0;if((i[d>>0]|0)!=40)Ra(31242,31084,614,31729);k[c>>2]=d+1;e=pw(b)|0;a:while(1){Jj(c);b=k[c>>2]|0;if((i[b>>0]|0)==41){f=b;break}Tw(e,$e(a,c,31739)|0);Jj(c);b=k[c>>2]|0;switch(i[b>>0]|0){case 41:{f=b;break a}case 44:break;default:{g=7;break a}}k[c>>2]=b+1}if((g|0)==7)Ka();k[c>>2]=f+1;b=k[h>>2]|0;d=b+-12|0;if((k[b+-8>>2]|0)==(k[d>>2]|0))j=b;else Ra(31742,31084,630,31729);while(1){if((j|0)==(d|0))break;g=j+-12|0;k[h>>2]=g;by(g);j=k[h>>2]|0}return e|0}function Ch(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;e=h;if(!c){f=0;g=0}else{f=k[c+4>>2]|0;vj(a,f,d);g=1}c=a+28|0;i=Hp(c,b)|0;if(gl(a,(k[i+4>>2]|0)!=(k[i>>2]|0),d,15526)|0){i=(Hp(c,b)|0)+4|0;i=k[(k[i>>2]|0)+-4>>2]|0;k[e>>2]=i;c=a+40|0;i=(uu(c,i)|0)==0;c=vp(c,e)|0;if(!i){a=k[c>>2]|0;if((a|0)!=5){if(!((f|0)==5|(f|0)==(a|0)))k[c>>2]=0}else k[c>>2]=f;c=c+4|0;if((g|0)!=(k[c>>2]|0))k[c>>2]=-1}else{i=c;k[i>>2]=f;k[i+4>>2]=g}}r=h;return}function Dh(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;if((a|0)==(k[b+8>>2]|0))tm(b,c,d,e);else{r=b+52|0;m=j[r>>1]|0;h=m&255;l=b+53|0;m=(m&65535)>>>8&255;q=k[a+12>>2]|0;n=a+16+(q<<3)|0;i[r>>0]=0;i[l>>0]=0;ut(a+16|0,b,c,d,e,f);a:do if((q|0)>1){o=b+24|0;p=a+8|0;q=b+54|0;a=a+24|0;do{if(i[q>>0]|0)break a;g=j[r>>1]|0;if(!((g&255)<<24>>24)){if((g&65535)>=256?(k[p>>2]&1|0)==0:0)break a}else{if((k[o>>2]|0)==1)break a;if(!(k[p>>2]&2))break a}i[r>>0]=0;i[l>>0]=0;ut(a,b,c,d,e,f);a=a+8|0}while(a>>>0<n>>>0)}while(0);i[r>>0]=h;i[l>>0]=m}return}function Eh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=c+4|0;d=(k[e>>2]|0)-(k[c>>2]|0)|0;ys(c,d+b|0);d=(k[c>>2]|0)+d|0;a:while(1){b=i[a>>0]|0;b:do switch(b<<24>>24){case 0:break a;case 92:{b=i[a+1>>0]|0;switch(b<<24>>24){case 34:{i[d>>0]=34;a=a+2|0;break b}case 39:{i[d>>0]=39;a=a+2|0;break b}case 92:{i[d>>0]=92;a=a+2|0;break b}case 110:{i[d>>0]=10;a=a+2|0;break b}case 116:{i[d>>0]=9;a=a+2|0;break b}default:{b=((iy(b)|0)<<4)+(iy(i[a+2>>0]|0)|0)&255;i[d>>0]=b;a=a+3|0;break b}}}default:{i[d>>0]=b;a=a+1|0}}while(0);d=d+1|0}a=k[c>>2]|0;b=a;if(d>>>0<a>>>0)Ra(17781,17579,1341,17802);a=d-b|0;if(a>>>0>((k[e>>2]|0)-b|0)>>>0)Ra(17817,17579,1343,17802);else{ys(c,a);return}}function Fh(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=MC(48992,19414)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(d);rm(g,h);bp(g)}g=di(a)|0;k[c>>2]=2;h=c+8|0;k[h>>2]=g;k[h+4>>2]=N;b=+lF(c);if(i[e>>0]|0){h=MC(Ki(MC(48992,21721)|0,b)|0,19429)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(h,g);bp(h)}r=f;return +b}function Gh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;dy(DA(k[a>>2]|0,37415)|0,32)|0;Ii(k[a>>2]|0,k[b+4>>2]|0)|0;c=b+8|0;switch(k[c>>2]|0){case -1:case 0:break;default:Ii(dy(k[a>>2]|0,32)|0,k[c>>2]|0)|0}MC(k[a>>2]|0,35525)|0;fA(k[a>>2]|0,k[a+4>>2]|0);e=k[b+16>>2]|0;b=k[b+12>>2]|0;while(1){if((b|0)==(e|0))break;DA(k[a>>2]|0,35536)|0;pf(a,k[b>>2]|0);d=k[b+8>>2]|0;c=k[b+4>>2]|0;while(1){if((c|0)==(d|0))break;f=k[c>>2]|0;dy(k[a>>2]|0,32)|0;Xs(a,f)|0;c=c+4|0}dy(k[a>>2]|0,41)|0;b=b+16|0}return}function Hh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+IA(d);p[u>>3]=f;e=k[u+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[u>>2]|0)>>>0>0)fc[k[k[b>>2]>>2]&255](b,23076);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(eH(tF(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,23095)}else{d=xC(d)|0;if(!(WA(d,N)|0))fc[k[k[b>>2]>>2]&255](b,23095)}k[a>>2]=1;k[a+8>>2]=~~f>>>0}else{if(e){if(!(cH(tF(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,23120)}else{d=xC(d)|0;if(!(pB(d,N)|0))fc[k[k[b>>2]>>2]&255](b,23120)}c=+P(f)>=1.0?(f>0.0?~~+ba(+O(f/4294967296.0),4294967295.0)>>>0:~~+$((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function Ih(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+32|0;f=n;l=c+8|0;d=k[c+12>>2]|0;if(d){ng(f,b,d);e=k[f>>2]|0;g=k[f+4>>2]|0;i=f+8|0;h=k[i>>2]|0;i=k[i+4>>2]|0;d=k[f+16>>2]|0;if(!d){j=e;f=i;m=4}else{k[a>>2]=e;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=i;k[a+16>>2]=d}}else{j=0;g=0;h=0;f=0;m=4}do if((m|0)==4){e=k[l>>2]|0;d=k[c+16>>2]|0;if(d|0){ng(a,b,d);d=a+16|0;if(k[d>>2]|0)break;b=wx(a)|0;if((b|0)==0&(N|0)==0){k[a>>2]=0;a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[d>>2]=0;break}}k[a>>2]=j;k[a+4>>2]=g;b=a+8|0;k[b>>2]=h;k[b+4>>2]=f;k[a+16>>2]=e}while(0);r=n;return}function Jh(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0.0;f=+IA(d);p[u>>3]=f;e=k[u+4>>2]&2147483647;if(e>>>0>2146435072|(e|0)==2146435072&(k[u>>2]|0)>>>0>0)fc[k[k[b>>2]>>2]&255](b,22970);e=(k[d>>2]|0)==3;if((k[c+4>>2]|0)==1){if(e){if(!(fH(tF(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,22989)}else{d=xC(d)|0;if(!(XA(d,N)|0))fc[k[k[b>>2]>>2]&255](b,22989)}k[a>>2]=1;k[a+8>>2]=~~f}else{if(e){if(!(dH(tF(d)|0)|0))fc[k[k[b>>2]>>2]&255](b,23014)}else{d=xC(d)|0;if(!(qB(d,N)|0))fc[k[k[b>>2]>>2]&255](b,23014)}c=+P(f)>=1.0?(f>0.0?~~+ba(+O(f/4294967296.0),4294967295.0)>>>0:~~+$((f-+(~~f>>>0))/4294967296.0)>>>0):0;k[a>>2]=2;d=a+8|0;k[d>>2]=~~f>>>0;k[d+4>>2]=c}return}function Kh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){k[d>>2]=b;if(i[a+44>>0]|0)if((zC(d,4,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+4|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=kc[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((zC(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((zC(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function Lh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;l=r;r=r+16|0;d=l;f=Vy()|0;g=d+12|0;h=d+8|0;a:while(1){Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)==59){e=c;break}md(d,c);if((k[g>>2]|0)!=2){j=4;break}k[b>>2]=(k[b>>2]|0)+(k[h>>2]|0);Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)==61){k[b>>2]=c+1;Jj(b);c=$e(a,b,31389)|0}else c=0;po(f,k[d>>2]|0,c);Jj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 59:{j=10;break a}case 44:break;default:{j=9;break a}}k[b>>2]=c+1}if((j|0)==4)Ra(31361,31084,437,31380);else if((j|0)==9)Ka();else if((j|0)==10)e=c;k[b>>2]=e+1;r=l;return f|0}function Mh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+64|0;d=i+56|0;e=i+44|0;f=i+16|0;g=i;h=i+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;ri(f,b,c+8|0,e);if(!(k[f+16>>2]|0)){j=k[b+4>>2]|0;f=k[j+36>>2]|0;b=k[(k[f>>2]|0)+8>>2]|0;j=k[j>>2]|0;k[h>>2]=k[c+24>>2];k[d>>2]=k[h>>2];h=Tv(j,d)|0;mc[b&15](g,f,h,e);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=k[f+16>>2];k[a+20>>2]=k[f+20>>2]}cy(e);r=i;return}function Nh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;l=p+16|0;d=p+8|0;m=p+4|0;n=p;o=(b|0)==-1;do if(!o){i[d>>0]=b;if(i[a+44>>0]|0)if((zC(d,1,1,k[a+32>>2]|0)|0)==1){c=14;break}else{a=-1;break}k[m>>2]=l;c=d+1|0;e=a+36|0;f=a+40|0;g=l+8|0;h=l;j=a+32|0;while(1){a=k[e>>2]|0;a=kc[k[(k[a>>2]|0)+12>>2]&15](a,k[f>>2]|0,d,c,n,l,g,m)|0;if((k[n>>2]|0)==(d|0)){c=13;break}if((a|0)==3){c=7;break}if((a|1|0)!=1){c=13;break}d=(k[m>>2]|0)-h|0;if((zC(l,1,d,k[j>>2]|0)|0)!=(d|0)){c=13;break}if((a|0)==1)d=k[n>>2]|0;else{c=12;break}}if((c|0)==7)if((zC(d,1,1,k[j>>2]|0)|0)==1)c=12;else c=13;if((c|0)==12){c=14;break}else if((c|0)==13){a=-1;break}}else c=14;while(0);if((c|0)==14)a=o?0:b;r=p;return a|0}function Oh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;h=r;r=r+64|0;d=h+40|0;e=h;f=h+24|0;g=h+56|0;Ad(e,b,k[c+20>>2]|0);if(!(k[e+16>>2]|0)){j=k[b+4>>2]|0;b=k[j+36>>2]|0;i=k[(k[b>>2]|0)+16>>2]|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];e=Cj(j,c,d)|0;k[g>>2]=e;k[d>>2]=k[g>>2];mc[i&15](f,b,c,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=h;return}function Ph(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0;m=r;r=r+272|0;i=m+8|0;j=m;e=k[b>>2]|0;k[j>>2]=e;l=(a|0)!=0;g=l?d:256;a=l?a:i;f=e;a:do if((g|0)!=0&(e|0)!=0){d=0;h=a;while(1){a=c>>>0>=g>>>0;if(!(a|c>>>0>32)){a=h;break a}e=a?g:c;c=c-e|0;e=gg(h,j,e)|0;if((e|0)==-1)break;a=(h|0)==(i|0);g=g-(a?0:e)|0;a=a?h:h+e|0;d=e+d|0;f=k[j>>2]|0;e=f;if((g|0)!=0&(f|0)!=0)h=a;else break a}e=k[j>>2]|0;a=h;d=-1;g=0;f=e}else d=0;while(0);b:do if((f|0)!=0?(g|0)!=0&(c|0)!=0:0){h=c;while(1){c=en(a,k[f>>2]|0)|0;if((c+1|0)>>>0<2)break;f=f+4|0;k[j>>2]=f;h=h+-1|0;g=g-c|0;d=d+1|0;e=f;if(!((g|0)!=0&(h|0)!=0))break b;else a=a+c|0}if(!c){k[j>>2]=0;e=0}else d=-1}while(0);if(l)k[b>>2]=e;r=m;return d|0}function Qh(a){a=a|0;var b=0.0,c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+32|0;d=f+16|0;c=f;e=a+12|0;if(i[e>>0]|0){g=MC(48992,19414)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(d);rm(g,h);bp(g)}h=$h(a)|0;k[c>>2]=1;k[c+8>>2]=h;b=+mF(c);if(i[e>>0]|0){h=MC(Ki(MC(48992,21693)|0,b)|0,19429)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(h,g);bp(h)}r=f;return +b}function Rh(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=a+8|0;g=j+3|0;e=i[g>>0]|0;f=e<<24>>24<0;if(f){l=k[a+4>>2]|0;c=(k[j>>2]&2147483647)+-1|0}else{l=e&255;c=1}b=l>>>0<2;h=b?1:(l+4&-4)+-1|0;do if((h|0)!=(c|0)){do if(b){b=k[a>>2]|0;if(f){e=0;c=b;d=a;f=13}else{PH(a,b,(e&255)+1|0);SK(b);f=16}}else{c=h+1|0;if(c>>>0>1073741823)Ra(43681,43718,1734,43821);d=fB(c<<2)|0;if(f){e=1;c=k[a>>2]|0;f=13;break}else{PH(d,a,(e&255)+1|0);b=a+4|0;f=15;break}}while(0);if((f|0)==13){b=a+4|0;PH(d,c,(k[b>>2]|0)+1|0);SK(c);if(e){c=h+1|0;f=15}else f=16}if((f|0)==15){k[j>>2]=c|-2147483648;k[b>>2]=l;k[a>>2]=d;break}else if((f|0)==16){i[g>>0]=l;break}}while(0);return}function Sh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 88:{e=a+1|0;d=qc(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}case 74:{d=a+1|0;if((d|0)==(b|0))break a;while(1){if((i[d>>0]|0)==69)break;e=Sh(d,b,c)|0;if((e|0)==(d|0))break a;else d=e}a=d+1|0;break a}case 76:{e=a+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==90:0){e=a+2|0;d=Ec(e,b,c)|0;if((d|0)==(e|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}a=Gc(a,b,c)|0;break a}default:{a=rc(a,b,c)|0;break a}}while(0);return a|0}function Th(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g+12|0;f=g;d=zh(e,b)|0;b=k[d>>2]|0;if(!b){Up(f,c);b=k[f>>2]|0;gq(k[e>>2]|0,d,b);d=1}else d=0;k[a>>2]=b;i[a+4>>0]=d;r=g;return}function Uh(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g+12|0;f=g;d=zh(e,b)|0;b=k[d>>2]|0;if(!b){bn(f,c);b=k[f>>2]|0;gq(k[e>>2]|0,d,b);d=1}else d=0;k[a>>2]=b;i[a+4>>0]=d;r=g;return}function Vh(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+16|0;j=s;l=Sy()|0;m=j+12|0;n=j+12|0;o=(d|0)==0;p=(e|0)==0;a:while(1){Jj(b);q=k[b>>2]|0;g=i[q>>0]|0;switch(g<<24>>24){case 0:break a;case 59:{k[b>>2]=q+1;continue a}default:f=c}while(1){h=i[f>>0]|0;if(!(h<<24>>24))break;if(h<<24>>24==g<<24>>24)break a;else f=f+1|0}if((!o?i[d>>0]|0:0)?(md(j,q),(k[n>>2]|0)==0?(k[j>>2]|0)==(d|0):0):0)break;if((!p?i[e>>0]|0:0)?(md(j,k[b>>2]|0),(k[m>>2]|0)==0?(k[j>>2]|0)==(e|0):0):0)break;Qw(l,jk(a,b,c)|0)}r=s;return l|0}function Wh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;f=h;d=h+4|0;k[f>>2]=b;g=a+112|0;e=a+120|0;if(!(k[e>>2]|0)){b=k[a>>2]|0;c=k[b+16>>2]|0;b=k[b+12>>2]|0;while(1){if((b|0)==(c|0))break;if((k[(k[b>>2]|0)+12>>2]|0)==3){k[d>>2]=k[e>>2];i=er(g,d)|0;k[i>>2]=k[k[b>>2]>>2]}b=b+4|0}b=0;while(1){i=k[a>>2]|0;if(b>>>0>=(k[i+52>>2]|0)-(k[i+48>>2]|0)>>2>>>0)break;k[d>>2]=k[e>>2];i=er(g,d)|0;k[i>>2]=k[k[(k[(k[a>>2]|0)+48>>2]|0)+(b<<2)>>2]>>2];b=b+1|0}b=k[f>>2]|0}if(!(uu(g,b)|0))Ra(21105,19332,1688,21132);else{i=er(g,f)|0;r=h;return k[i>>2]|0}return 0}function Xh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+8|0;d=l+4|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;k[d>>2]=k[c>>2];m=k[a+36>>2]|0;switch(kc[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+4|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((wt(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function Yh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=a;k[g>>2]=0;k[g+4>>2]=0;g=b+16|0;i=0;b=0;while(1){h=(MA(k[g>>2]|0)|0)<<24>>24;d=h&128;f=h&127;l=(b|0)==0&(i|0)==0;c=pE(64,0,b|0,i|0)|0;c=QD(1,0,c|0)|0;c=nG(c|0,N|0,-1,-1)|0;e=N;c=l?-1:c;c=f&c;d=(d|0)!=0;if(d&((c|0)!=(f|0)|0!=0)){c=3;break}e=QD(c|0,0,b|0)|0;f=a;e=k[f>>2]|e;f=k[f+4>>2]|N;l=a;k[l>>2]=e;k[l+4>>2]=f;if(!d){c=7;break}b=nG(b|0,i|0,7,0)|0;if(b>>>0<64)i=N;else{c=6;break}}if((c|0)==3)Ra(19497,19332,99,19350);else if((c|0)==6)Ra(19574,19332,104,19350);else if((c|0)==7){if((h&64|0?(j=nG(b|0,i|0,7,0)|0,j>>>0<64):0)?(i=64-j|0,l=QD(e|0,f|0,i|0)|0,i=_C(l|0,N|0,i|0)|0,l=N,j=a,k[j>>2]=i,k[j+4>>2]=l,(l|0)>=0):0)Ra(21303,19332,114,19350);return}}function Zh(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+32|0;g=l+16|0;h=l+4|0;d=l+8|0;e=l;j=a+52|0;c=(i[j>>0]|0)!=0;a:do if((b|0)==-1)if(c)b=-1;else{b=k[a+48>>2]|0;i[j>>0]=(b|0)!=-1&1}else{b:do if(c){c=a+48|0;i[d>>0]=k[c>>2];m=k[a+36>>2]|0;switch(kc[k[(k[m>>2]|0)+12>>2]&15](m,k[a+40>>2]|0,d,d+1|0,e,g,g+8|0,h)|0){case 1:case 2:break;case 3:{i[g>>0]=k[c>>2];k[h>>2]=g+1;f=8;break}default:f=8}c:do if((f|0)==8){a=a+32|0;while(1){d=k[h>>2]|0;if(d>>>0<=g>>>0)break;m=d+-1|0;k[h>>2]=m;if((wt(i[m>>0]|0,k[a>>2]|0)|0)==-1)break c}break b}while(0);b=-1;break a}else c=a+48|0;while(0);k[c>>2]=b;i[j>>0]=1}while(0);r=l;return b|0}function _h(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=MC(48992,19414)|0;f=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(b);rm(e,f);bp(e)}f=(ih(a)|0)&255;a=((ih(a)|0)&255)<<8|f;if(i[c>>0]|0){f=MC(Ji(MC(48992,19434)|0,a)|0,19429)|0;e=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(b);rm(f,e);bp(f)}r=d;return a&65535|0}function $h(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=r;r=r+16|0;b=d;c=a+12|0;if(i[c>>0]|0){e=MC(48992,19414)|0;f=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(b);rm(e,f);bp(e)}f=(_h(a)|0)&65535;a=((_h(a)|0)&65535)<<16|f;if(i[c>>0]|0){f=MC(Ii(MC(48992,19418)|0,a)|0,19429)|0;e=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(b);rm(f,e);bp(f)}r=d;return a|0}function ai(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;f=r;r=r+32|0;c=f+16|0;h=f+12|0;d=f;e=wy(k[a+4>>2]|0)|0;i=lG(Tm(b,1)|0)|0;g=k[a>>2]|0;k[h>>2]=i;k[c>>2]=k[h>>2];c=Lw(g,c)|0;if(!c){i=Sa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,18886,26);g=k[b+28>>2]|0;h=k[b+32>>2]|0;Gt(i,d);k[i+12>>2]=g;k[i+16>>2]=h;Gb(i|0,8,158)}else{k[e+24>>2]=k[c>>2];k[e+4>>2]=k[c+4>>2];i=(Sp(b)|0)+8|0;_u(a,b,(k[i>>2]|0)+-1|0,e);i=(Sp(b)|0)+8|0;i=uc(a,Tm(b,(k[i>>2]|0)+-1|0)|0)|0;k[e+28>>2]=i;r=f;return e|0}return 0}function bi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;e=b+4|0;d=b+8|0;Rl(a,(k[e>>2]|0)>>>0>(k[d>>2]|0)>>>0);Sl(a,(k[d>>2]|0)>>>0<65536);d=k[b+16>>2]|0;c=0;b=k[b+12>>2]|0;while(1){if((b|0)==(d|0))break;j=k[b>>2]|0;if(yi(a,k[j+4>>2]|0,1,j,16775)|0?(f=k[b>>2]|0,gl(a,(k[f>>2]|4|0)==15,f,16804)|0,f=b+4|0,g=b+8|0,h=(k[g>>2]|0)-(k[f>>2]|0)|0,Nl(a,h>>>0<=k[e>>2]<<16>>>0,h,16886),i=k[b>>2]|0,(k[i>>2]|0)==15):0){l=TF((XF(i)|0)+8|0)|0;j=l+h|0;Nl(a,j>>>0<=k[e>>2]<<16>>>0,(k[g>>2]|0)-(k[f>>2]|0)|0,16886);Nl(a,l>>>0>=c>>>0,(k[g>>2]|0)-(k[f>>2]|0)|0,16886);c=j}b=b+16|0}return}function ci(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+64|0;o=s;q=k[a>>2]|0;p=a+(k[q+-8>>2]|0)|0;q=k[q+-4>>2]|0;k[o>>2]=b;k[o+4>>2]=a;k[o+8>>2]=2208;a=o+12|0;c=o+16|0;d=o+20|0;e=o+24|0;f=o+28|0;g=o+32|0;h=o+40|0;l=(q|0)==(b|0);m=a;n=m+40|0;do{k[m>>2]=0;m=m+4|0}while((m|0)<(n|0));j[a+40>>1]=0;i[a+42>>0]=0;a:do if(l){k[o+48>>2]=1;ac[k[(k[b>>2]|0)+20>>2]&15](b,o,p,p,1,0);a=(k[e>>2]|0)==1?p:0}else{bc[k[(k[q>>2]|0)+24>>2]&3](q,o,p,1,0);switch(k[o+36>>2]|0){case 0:{a=(k[h>>2]|0)==1&(k[f>>2]|0)==1&(k[g>>2]|0)==1?k[d>>2]|0:0;break a}case 1:break;default:{a=0;break a}}if((k[e>>2]|0)!=1?!((k[h>>2]|0)==0&(k[f>>2]|0)==1&(k[g>>2]|0)==1):0){a=0;break}a=k[c>>2]|0}while(0);r=s;return a|0}function di(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=r;r=r+16|0;b=e;d=a+12|0;if(i[d>>0]|0){c=MC(48992,19414)|0;f=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(b);rm(c,f);bp(c)}c=$h(a)|0;a=$h(a)|0;if(i[d>>0]|0){f=MC(Ai(MC(48992,21734)|0,c,a)|0,19429)|0;d=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(b);rm(f,d);bp(f)}N=a;r=e;return c|0}function ei(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;c=j;if(i[a+12>>0]|0){h=MC(48992,20918)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(c);rm(h,g);bp(h)}d=rh(a)|0;e=k[a>>2]|0;e=tA(e,rh(a)|0)|0;k[b+24>>2]=k[e>>2];if(((k[e+12>>2]|0)-(k[e+8>>2]|0)>>2|0)!=(d|0))Ra(20802,19332,1978,20940);f=b+8|0;$u(f,d);g=d+-1|0;c=0;while(1){h=xv(a)|0;if((c|0)==(d|0))break;l=DC(f,g-c|0)|0;k[l>>2]=h;c=c+1|0}k[b+28>>2]=h;k[b+4>>2]=k[e+4>>2];r=j;return}function fi(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;d=a+76|0;lK(d);h=a+60|0;k[h>>2]=(k[h>>2]|0)+1;j=a+64|0;k[j>>2]=(k[j>>2]|0)+1;l=a+104|0;lK(l);vH(d);m=a+4|0;n=a+36|0;o=a+32|0;e=a+152|0;f=a+68|0;g=a+72|0;b=0;while(1){if(b>>>0>=(k[m>>2]|0)>>>0)break;if((k[(k[n>>2]|0)+(b<<2)>>2]|0)!=(k[o>>2]|0)){p=(k[n>>2]|0)+(b<<2)|0;c=k[p>>2]|0;k[p>>2]=0;if(c){k[f>>2]=(k[f>>2]|0)-1;jq(a,c);k[g>>2]=(k[g>>2]|0)+1}}else{k[j>>2]=(k[j>>2]|0)-1;lK(d);if(!(i[e>>0]|0))OG(l,d,1);vH(d);k[j>>2]=(k[j>>2]|0)+1;b=b+-1|0}b=b+1|0}lK(d);k[h>>2]=(k[h>>2]|0)-1;lK(l);vH(d);return}function gi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;p=r;r=r+32|0;f=p+12|0;g=p;h=p+16|0;j=a+64|0;l=b+11|0;m=b+4|0;n=g+11|0;o=a+68|0;e=a+72|0;a:while(1){c=k[j>>2]|0;k[j>>2]=c+1;Ci(h,c);c=i[l>>0]|0;a=c<<24>>24<0;c=Ol(h,a?k[b>>2]|0:b,a?k[m>>2]|0:c&255)|0;k[g>>2]=k[c>>2];k[g+4>>2]=k[c+4>>2];k[g+8>>2]=k[c+8>>2];a=0;while(1){if((a|0)==3)break;k[c+(a<<2)>>2]=0;a=a+1|0}bE(f,(i[n>>0]|0)<0?k[g>>2]|0:g,0);c=k[f>>2]|0;UG(g);UG(h);d=k[e>>2]|0;a=k[o>>2]|0;while(1){if((a|0)==(d|0))break a;if((k[a>>2]|0)==(c|0))continue a;a=a+4|0}}r=p;return c|0}function hi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;g=j+4|0;h=j;if(i[a+12>>0]|0){f=MC(48992,20721)|0;e=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[g>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(g);rm(f,e);bp(f)}c=rh(a)|0;if((c|1|0)!=1)Ra(20621,19332,1929,20737);f=xv(a)|0;k[b+28>>2]=f;if((c|0)==1){f=xv(a)|0;k[b+32>>2]=f}d=rh(a)|0;e=b+8|0;c=0;while(1){f=Iy(a,$h(a)|0)|0;if((c|0)==(d|0))break;k[h>>2]=f;k[g>>2]=k[h>>2];Hv(e,g);c=c+1|0}k[b+24>>2]=f;r=j;return}function ii(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;d=g+24|0;f=g+4|0;b=g;pA();i[d>>0]=0;a=Pk(d,a)|0;if(i[51628]|0)MC(48992,12848)|0;Tx(f);e=Ls(f,a)|0;a=fB(200)|0;ho(a);k[11803]=a;a=Mb(0)|0;if(a&65535|0){MC(48992,12906)|0;Ub(1)}c=k[11803]|0;qD(b,a>>>16,0);k[c+88>>2]=k[b>>2];c=k[11803]|0;b=i[d>>0]|0;if(!(b<<24>>24))a=k[c+88>>2]|0;else a=65535;k[c+92>>2]=a;if(i[51628]|0)MC(48992,12974)|0;d=fB(124)|0;ym(d,k[11803]|0,b<<24>>24!=0);k[11799]=d;xc(d,e);st(f);r=g;return}function ji(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;f=h;g=k[a+8>>2]|0;c=a+4|0;d=k[c>>2]|0;do if(((g-d|0)/12|0)>>>0<b>>>0){e=k[a>>2]|0;c=(d-e|0)/12|0;d=c+b|0;if(d>>>0>357913941)oJ();else{e=(g-e|0)/12|0;g=e<<1;mp(f,e>>>0<178956970?(g>>>0<d>>>0?d:g):357913941,c,a+8|0);g=f+8|0;e=k[g>>2]|0;Vs(e|0,0,b*12|0)|0;k[g>>2]=e+(b*12|0);ek(a,f);jt(f);break}}else{Vs(d|0,0,b*12|0)|0;k[c>>2]=d+(b*12|0)}while(0);r=h;return}function ki(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0;g=r;r=r+16|0;e=g;f=k[c+16>>2]|0;c=k[c+12>>2]|0;while(1){if((c|0)==(f|0))break;a=k[c>>2]|0;if((k[a+12>>2]|0)==3){d=+Jb(17,k[a+4>>2]|0,k[a+8>>2]|0);if(i[51628]|0){a=MC(48824,23756)|0;dy(Ki(MC(Vx(a,k[k[c>>2]>>2]|0)|0,23782)|0,d)|0,10)|0}a=Kq(b,k[c>>2]|0)|0;tt(e,d,k[(k[c>>2]|0)+20>>2]|0);k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2]}c=c+4|0}r=g;return}function li(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if((b|0)==5|(b|0)==(c|0))a=1;else{yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,e)|0,14730)|0;e=em(d,48992,1)|0;d=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(f);rm(e,d);bp(e);i[a+24>>0]=0;a=0}r=g;return a|0}function mi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=r;r=r+32|0;c=i+20|0;j=i+16|0;e=i+12|0;g=i;h=CE(k[a+4>>2]|0)|0;f=h+8|0;l=lG(Tm(b,1)|0)|0;k[f>>2]=l;d=k[a>>2]|0;k[j>>2]=l;k[c>>2]=k[j>>2];d=ax(d,c)|0;do if(!d){l=k[a>>2]|0;k[e>>2]=k[f>>2];k[c>>2]=k[e>>2];c=$w(l,c)|0;if(c|0?(k[c+12>>2]|0)==3:0){k[h+4>>2]=k[c+20>>2];break}l=Sa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,19022,19);i=k[b+28>>2]|0;j=k[b+32>>2]|0;Gt(l,g);k[l+12>>2]=i;k[l+16>>2]=j;Gb(l|0,8,158)}else k[h+4>>2]=k[d+4>>2];while(0);r=i;return h|0}function ni(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;do if((k[11896]|0)!=(b|0))if((k[11885]|0)==(b|0)){d=eI(3)|0;a=Cr(Cr(Cr(d,ZG(47308)|0)|0,a)|0,c)|0;break}else{b=eI(4)|0;b=Cr(b,ZG(47280)|0)|0;a=Cr(Cr(Cr(b,ZG(d)|0)|0,a)|0,c)|0;break}else{b=eI(4)|0;b=Cr(b,ZG(47260)|0)|0;d=Gm()|0;lo(d);k[d>>2]=4;i[d+8>>0]=1;a=Cr(Cr(Cr(b,d)|0,a)|0,c)|0}while(0);r=e;return a|0}function oi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;i=b;do if(k[b>>2]|0){j=a+8|0;b=k[j>>2]|0;l=a+12|0;c=k[l>>2]|0;if(b>>>0<c>>>0){k[b>>2]=128;k[b+4>>2]=i;k[j>>2]=b+8;break}g=a+4|0;h=k[g>>2]|0;f=b-h|0;e=f>>3;b=e+1|0;if(b>>>0>536870911)oJ();d=c-h|0;a=d>>2;a=d>>3>>>0<268435455?(a>>>0<b>>>0?b:a):536870911;do if(a)if(a>>>0>536870911){l=Sa(4)|0;uK(l);Gb(l|0,2248,152)}else{d=fB(a<<3)|0;break}else d=0;while(0);c=d+(e<<3)|0;k[c>>2]=128;k[d+(e<<3)+4>>2]=i;b=c+(0-e<<3)|0;if((f|0)>0)Qq(b|0,h|0,f|0)|0;k[g>>2]=b;k[j>>2]=c+8;k[l>>2]=d+(a<<3);if(h|0)SK(h)}while(0);return}function pi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=b;a:do if(!((e^a)&3)){d=(c|0)!=0;if(d&(e&3|0)!=0)do{e=i[b>>0]|0;i[a>>0]=e;if(!(e<<24>>24))break a;c=c+-1|0;b=b+1|0;a=a+1|0;d=(c|0)!=0}while(d&(b&3|0)!=0);if(d){if(i[b>>0]|0){b:do if(c>>>0>3){d=b;while(1){b=k[d>>2]|0;if((b&-2139062144^-2139062144)&b+-16843009|0){b=d;break b}k[a>>2]=b;c=c+-4|0;b=d+4|0;a=a+4|0;if(c>>>0>3)d=b;else break}}while(0);f=11}}else c=0}else f=11;while(0);c:do if((f|0)==11)if(!c)c=0;else while(1){f=i[b>>0]|0;i[a>>0]=f;if(!(f<<24>>24))break c;c=c+-1|0;a=a+1|0;if(!c){c=0;break}else b=b+1|0}while(0);Vs(a|0,0,c|0)|0;return}function qi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+118|0;n=a+104|0;g=a+100|0;f=a+96|0;j=a+92|0;i[l>>0]=i[41310]|0;i[l+1>>0]=i[41311]|0;i[l+2>>0]=i[41312]|0;i[l+3>>0]=i[41313]|0;i[l+4>>0]=i[41314]|0;i[l+5>>0]=i[41315]|0;m=c+4|0;Cn(l+1|0,45798,1,k[m>>2]|0);o=QE()|0;k[h>>2]=e;l=n+(dx(n,13,o,l,h)|0)|0;m=Ao(n,l,k[m>>2]|0)|0;e=hD(c)|0;k[j>>2]=e;Me(n,m,l,h,g,f,j);tB(e);e=Li(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function ri(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;g=c+8|0;Nq(d,k[g>>2]|0);g=k[g>>2]|0;h=a+16|0;i=d+4|0;j=d+8|0;e=0;while(1){if((e|0)==(g|0)){l=8;break}f=DC(c,e)|0;Ad(a,b,k[f>>2]|0);if(k[h>>2]|0)break;f=k[i>>2]|0;if((f|0)==(k[j>>2]|0))_k(d,a);else{k[f>>2]=k[a>>2];k[f+4>>2]=k[a+4>>2];k[f+8>>2]=k[a+8>>2];k[f+12>>2]=k[a+12>>2];k[i>>2]=(k[i>>2]|0)+16}e=e+1|0}if((l|0)==8){k[a>>2]=0;l=a+8|0;k[l>>2]=0;k[l+4>>2]=0;k[h>>2]=0}return}function si(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)==5|(b|0)==(c|0))a=1;else{yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,15641)|0,14730)|0;d=em(d,48992,1)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0;a=0}r=f;return a|0}function ti(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+128|0;h=a;l=a+108|0;n=a+96|0;g=a+92|0;f=a+88|0;j=a+84|0;i[l>>0]=i[41310]|0;i[l+1>>0]=i[41311]|0;i[l+2>>0]=i[41312]|0;i[l+3>>0]=i[41313]|0;i[l+4>>0]=i[41314]|0;i[l+5>>0]=i[41315]|0;m=c+4|0;Cn(l+1|0,45798,0,k[m>>2]|0);o=QE()|0;k[h>>2]=e;l=n+(dx(n,12,o,l,h)|0)|0;m=Ao(n,l,k[m>>2]|0)|0;e=hD(c)|0;k[j>>2]=e;Me(n,m,l,h,g,f,j);tB(e);e=Li(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function ui(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+48|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[41310]|0;i[l+1>>0]=i[41311]|0;i[l+2>>0]=i[41312]|0;i[l+3>>0]=i[41313]|0;i[l+4>>0]=i[41314]|0;i[l+5>>0]=i[41315]|0;m=c+4|0;Cn(l+1|0,45798,0,k[m>>2]|0);o=QE()|0;k[h>>2]=e;l=n+(dx(n,12,o,l,h)|0)|0;m=Ao(n,l,k[m>>2]|0)|0;e=hD(c)|0;k[j>>2]=e;Re(n,m,l,h,g,f,j);tB(e);e=kj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function vi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;a=r;r=r+64|0;h=a;l=a+50|0;n=a+36|0;g=a+32|0;f=a+28|0;j=a+24|0;i[l>>0]=i[41310]|0;i[l+1>>0]=i[41311]|0;i[l+2>>0]=i[41312]|0;i[l+3>>0]=i[41313]|0;i[l+4>>0]=i[41314]|0;i[l+5>>0]=i[41315]|0;m=c+4|0;Cn(l+1|0,45798,1,k[m>>2]|0);o=QE()|0;k[h>>2]=e;l=n+(dx(n,13,o,l,h)|0)|0;m=Ao(n,l,k[m>>2]|0)|0;e=hD(c)|0;k[j>>2]=e;Re(n,m,l,h,g,f,j);tB(e);e=kj(k[b>>2]|0,h,k[g>>2]|0,k[f>>2]|0,c,d)|0;r=a;return e|0}function wi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;switch(c<<24>>24){case 59:{c=dz(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=4;break}case 57:{c=dz(k[a+4>>2]|0)|0;k[c+8>>2]=2;e=c+16|0;$u(e,1);g=xv(a)|0;e=DC(e,0)|0;k[e>>2]=g;e=4;break}default:c=0}if((e|0)==4){if(i[a+12>>0]|0){g=MC(48992,21789)|0;e=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(d);rm(g,e);bp(g)}eC(c);k[b>>2]=c;c=1}r=f;return c|0}function xi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;Jj(b);d=k[b>>2]|0;if((i[d>>0]|0)!=40)Ra(31242,31084,501,31708);k[b>>2]=d+1;g=$e(a,b,31051)|0;Jj(b);d=k[b>>2]|0;if((i[d>>0]|0)!=59)Ra(31717,31084,505,31708);k[b>>2]=d+1;f=$e(a,b,31051)|0;Jj(b);d=k[b>>2]|0;if((i[d>>0]|0)!=59)Ra(31717,31084,509,31708);k[b>>2]=d+1;d=$e(a,b,44580)|0;Jj(b);e=k[b>>2]|0;if((i[e>>0]|0)==41){k[b>>2]=e+1;return Lt(g,f,d,Pt(a,b,c)|0)|0}else Ra(31464,31084,513,31708);return 0}function yi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if((b|0)==(c|0))a=1;else{yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,e)|0,14730)|0;e=em(d,48992,1)|0;d=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(f);rm(e,d);bp(e);i[a+24>>0]=0;a=0}r=g;return a|0}function zi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if(!((b|0)==5|(b|0)==(c|0))){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,e)|0,14730)|0;e=em(d,48992,1)|0;d=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(f);rm(e,d);bp(e);i[a+24>>0]=0}r=g;return}function Ai(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;mw(m,a);if(i[m>>0]|0){g=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=SF(g,49752)|0;MI(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=hD(h)|0;k[f>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;MI(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+28>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(gc[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}zp(m);r=n;return a|0}function Bi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;f=n+12|0;l=n+8|0;m=n;mw(m,a);if(i[m>>0]|0){g=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=g;g=SF(g,49752)|0;MI(f);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;j=k[h+24>>2]|0;e=h+76|0;d=k[e>>2]|0;if((d|0)==-1){d=hD(h)|0;k[f>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,32)|0;MI(f);d=d<<24>>24;k[e>>2]=d}e=k[(k[g>>2]|0)+20>>2]|0;k[l>>2]=j;k[f>>2]=k[l>>2];if(!(gc[e&63](g,f,h,d&255,b,c)|0)){l=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[l>>2]=k[l>>2]|5}}zp(m);r=n;return a|0}function Ci(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h;g=h+4|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}e=g+11|0;if((i[e>>0]|0)<0)c=(k[g+8>>2]&2147483647)+-1|0;else c=10;Gq(g,c);d=i[e>>0]|0;c=d<<24>>24<0?k[g+4>>2]|0:d&255;while(1){d=d<<24>>24<0?k[g>>2]|0:g;k[f>>2]=b;d=XB(d,c+1|0,43876,f)|0;if((d|0)>-1)if(d>>>0>c>>>0)c=d;else break;else c=c<<1|1;Gq(g,c);d=i[e>>0]|0}Gq(g,d);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];c=0;while(1){if((c|0)==3)break;k[g+(c<<2)>>2]=0;c=c+1|0}UG(g);r=h;return}function Di(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0;i=Va(19,c|0)|0;if(!i)fc[k[(k[b>>2]|0)+28>>2]&255](b,24244);if((i|0)==(-1|0)){Yn(d);tt(a,+Wa(20,c|0),e)}else{g=i;e=g+8|0;g=g+12|0;if(((k[g>>2]|0)-(k[e>>2]|0)>>2|0)!=((k[d+4>>2]|0)-(k[d>>2]|0)>>4|0))fc[k[(k[b>>2]|0)+28>>2]&255](b,24263);c=0;while(1){h=k[e>>2]|0;if(c>>>0>=(k[g>>2]|0)-h>>2>>>0)break;if((k[h+(c<<2)>>2]|0)!=(k[(k[d>>2]|0)+(c<<4)>>2]|0))fc[k[(k[b>>2]|0)+28>>2]&255](b,24296);c=c+1|0}Hf(a,f,k[i>>2]|0,d)}return}function Ei(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(!((b|0)==5|(b|0)==(c|0))){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,15825)|0,14730)|0;d=em(d,48992,1)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function Fi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;q=r;r=r+224|0;m=q+120|0;n=q+80|0;o=q;p=q+136|0;d=n;e=d+40|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[m>>2]=k[c>>2];if((Cc(0,b,m,o,n)|0)<0)c=-1;else{c=k[a>>2]|0;l=c&32;if((i[a+74>>0]|0)<1)k[a>>2]=c&-33;d=a+48|0;if(!(k[d>>2]|0)){e=a+44|0;f=k[e>>2]|0;k[e>>2]=p;g=a+28|0;k[g>>2]=p;h=a+20|0;k[h>>2]=p;k[d>>2]=80;j=a+16|0;k[j>>2]=p+80;c=Cc(a,b,m,o,n)|0;if(f){$b[k[a+36>>2]&31](a,0,0)|0;c=(k[h>>2]|0)==0?-1:c;k[e>>2]=f;k[d>>2]=0;k[j>>2]=0;k[g>>2]=0;k[h>>2]=0}}else c=Cc(a,b,m,o,n)|0;p=k[a>>2]|0;k[a>>2]=p|l;c=(p&32|0)==0?c:-1}r=q;return c|0}function Gi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+32|0;d=g;k[d>>2]=b;e=g+8|0;f=a+32|0;if((yp(f,b)|0)==(a+36|0)){k[e>>2]=c;i[e+4>>0]=0;k[e+8>>2]=0;k[e+12>>2]=0;lk(g+24|0,f,b,d,e);f=fB(12)|0;k[f>>2]=b;k[f+4>>2]=c;d=(c|0)==1?1:(c|0)==3?3:4;e=zA((k[a>>2]|0)+112|0)|0;k[e+8>>2]=d;k[e+16>>2]=0;k[e+8+12>>2]=0;k[e+4>>2]=d;k[f+8>>2]=e;Gk(k[a>>2]|0,f);r=g;return}else Ra(14028,11935,168,14076)}function Hi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;l=r;r=r+16|0;g=l;if((b|0)!=1){i=a+16|0;lK(i);j=a+4|0;h=a+92|0;k[h>>2]=(k[j>>2]|0)-(k[a>>2]|0)>>2;Tz(a);f=a+8|0;e=0;while(1){if(e>>>0>=b>>>0)break;c=vG()|0;k[g>>2]=c;d=k[j>>2]|0;if(d>>>0>=(k[f>>2]|0)>>>0){Ok(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){eq(c);SK(c)}}else{k[g>>2]=0;k[d>>2]=c;k[j>>2]=d+4;k[g>>2]=0}e=e+1|0}c=a+44|0;while(1){if((k[h>>2]|0)==((k[j>>2]|0)-(k[a>>2]|0)>>2|0))break;OG(c,i,1)}vH(i)}r=l;return}function Ii(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;mw(l,a);if(i[l>>0]|0){f=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=SF(f,49752)|0;MI(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=hD(g)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;MI(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+24>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(pc[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}zp(l);r=m;return a|0}function Ji(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;mw(l,a);if(i[l>>0]|0){f=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=SF(f,49752)|0;MI(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=hD(g)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;MI(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+16>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(pc[d&31](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}zp(l);r=m;return a|0}function Ki(a,b){a=a|0;b=+b;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;e=m+12|0;j=m+8|0;l=m;mw(l,a);if(i[l>>0]|0){f=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=f;f=SF(f,49752)|0;MI(e);g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=hD(g)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;MI(e);c=c<<24>>24;k[d>>2]=c}d=k[(k[f>>2]|0)+32>>2]|0;k[j>>2]=h;k[e>>2]=k[j>>2];if(!(oc[d&7](f,e,g,c&255,b)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[j>>2]=k[j>>2]|5}}zp(l);r=m;return a|0}function Li(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{n=b;g=d-n>>2;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;n=g-n|0;h=n>>2;if((n|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,op(l,e,f),n=($b[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+8+3>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),KG(l),!n):0){a=0;break}n=d-g|0;d=n>>2;if((n|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function Mi(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;if((b|0)!=(c|0)){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,e)|0,14730)|0;e=em(d,48992,1)|0;d=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[f>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(f);rm(e,d);bp(e);i[a+24>>0]=0}r=g;return}function Ni(a){a=a|0;var b=0;b=a+8|0;do switch(k[b>>2]|0){case 19:case 17:case 15:case 13:case 11:case 9:case 7:case 5:case 3:case 1:case 18:case 16:case 14:case 12:case 10:case 8:case 6:case 4:case 2:case 0:{k[a+4>>2]=k[(k[a+12>>2]|0)+4>>2];break}case 21:case 20:{k[a+4>>2]=1;break}case 23:case 22:{k[a+4>>2]=2;break}case 24:{k[a+4>>2]=1;break}case 43:{k[a+4>>2]=4;break}case 44:{k[a+4>>2]=3;break}case 33:case 31:case 29:case 27:case 25:{k[a+4>>2]=1;break}case 34:case 32:case 30:case 28:case 26:{k[a+4>>2]=2;break}case 41:case 39:case 37:case 35:case 45:{k[a+4>>2]=3;break}case 42:case 40:case 38:case 36:case 46:{k[a+4>>2]=4;break}default:dy(Ji(MC(48992,18237)|0,k[b>>2]|0)|0,10)|0}while(0);return}function Oi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;c=g+4|0;i=g;h=k[a+20>>2]|0;k[i>>2]=k[b+24>>2];k[c>>2]=k[i>>2];c=$w(h,c)|0;a:do if(gl(a,(c|0)!=0,b,15683)|0?(i=k[c+16>>2]|0,d=b+8|0,e=b+16|0,f=i+8|0,gl(a,(k[e>>2]|0)==((k[i+12>>2]|0)-(k[f>>2]|0)>>2|0),b,15612)|0):0){c=0;while(1){if(c>>>0>=(k[e>>2]|0)>>>0)break a;i=DC(d,c)|0;if(!(si(a,k[(k[i>>2]|0)+4>>2]|0,k[(k[f>>2]|0)+(c<<2)>>2]|0,b)|0))MC(Ii(MC(48992,15669)|0,c)|0,35601)|0;c=c+1|0}}while(0);r=g;return}function Pi(){var a=0,b=0,c=0;if(i[51628]|0?(c=MC(48992,13040)|0,dy(es(k[11803]|0,c)|0,10)|0,i[51628]|0):0)MC(48992,13064)|0;fb(2);a=k[11803]|0;b=k[a+28>>2]|0;a=k[a+24>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;if(!(k[c+8>>2]|0))Va(3,k[c>>2]|0)|0;a=a+4|0}a=k[11803]|0;b=k[a+16>>2]|0;a=k[a+12>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;Qa(4,k[c+4>>2]|0,k[c+8>>2]|0,k[c>>2]|0)|0;a=a+4|0}if(i[51628]|0)MC(48992,13540)|0;c=fB(40)|0;a=k[11803]|0;b=fB(4)|0;k[b>>2]=2704;ph(c,a,b);k[11802]=c;fb(5);return}function Qi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;ng(d,b,k[c+8>>2]|0);do if(!(k[d+16>>2]|0))if(!(TF(d)|0)){c=k[c+16>>2]|0;if(!c){k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[a+16>>2]=0;break}else{ng(a,b,c);break}}else{ng(a,b,k[c+12>>2]|0);if(k[a+16>>2]|0)break;if(k[c+16>>2]|0)break;k[a>>2]=0;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;break}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}while(0);r=e;return}function Ri(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;d=g+40|0;e=g+16|0;f=g;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;ri(e,b,c+8|0,d);if(!(k[e+16>>2]|0)){Hf(f,k[b+4>>2]|0,k[c+24>>2]|0,d);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}cy(d);r=g;return}function Si(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+64|0;h=i;k[c>>2]=k[k[c>>2]>>2];if(!((a|0)==(b|0)|(b|0)==2320))if(((b|0)!=0?(d=ci(b,2280)|0,(d|0)!=0):0)?(k[d+8>>2]&~k[a+8>>2]|0)==0:0){b=k[a+12>>2]|0;a=d+12|0;if(!((b|0)==2312?1:(b|0)==(k[a>>2]|0)))if((((b|0)!=0?(f=ci(b,2192)|0,(f|0)!=0):0)?(e=k[a>>2]|0,(e|0)!=0):0)?(g=ci(e,2192)|0,(g|0)!=0):0){a=h+4|0;b=a+52|0;do{k[a>>2]=0;a=a+4|0}while((a|0)<(b|0));k[h>>2]=g;k[h+8>>2]=f;k[h+12>>2]=-1;k[h+48>>2]=1;mc[k[(k[g>>2]|0)+28>>2]&15](g,h,k[c>>2]|0,1);if((k[h+24>>2]|0)==1){k[c>>2]=k[h+16>>2];a=1}else a=0}else a=0;else a=1}else a=0;else a=1;r=i;return a|0}function Ti(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)!=(c|0)){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,15856)|0,14730)|0;d=em(d,48992,1)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function Ui(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=a+11|0;h=i[l>>0]|0;d=h<<24>>24<0;if(d){m=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{m=h&255;c=10}b=m>>>0<11;j=b?10:(m+16&-16)+-1|0;do if((j|0)!=(c|0)){do if(b){c=k[a>>2]|0;if(d){b=0;d=a;g=10}else{b=0;f=1;d=a;g=11}}else{e=fB(j+1|0)|0;if(d){b=1;c=k[a>>2]|0;d=e;g=10;break}else{b=1;f=0;c=a;d=e;g=11;break}}while(0);if((g|0)==10){e=b;f=1;b=k[a+4>>2]|0}else if((g|0)==11){e=b;b=h&255}b=b+1|0;if(b|0)Qq(d|0,c|0,b|0)|0;if(f)SK(c);if(e){k[a+8>>2]=j+1|-2147483648;k[a+4>>2]=m;k[a>>2]=d;break}else{i[l>>0]=m;break}}while(0);return}function Vi(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)!=(c|0)){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,16524)|0,14730)|0;d=em(d,48992,1)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function Wi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|4|0)!=5){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,1)|0,14727)|0,15891)|0,14730)|0;c=em(c,48992,1)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function Xi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|4|0)!=5){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,1)|0,14727)|0,16642)|0,14730)|0;c=em(c,48992,1)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function Yi(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+32|0;Vw(d,b);f=a+44|0;k[f>>2]=0;g=a+48|0;e=k[g>>2]|0;if(e&8|0){b=i[d+11>>0]|0;if(b<<24>>24<0){b=k[d>>2]|0;c=b;b=b+(k[a+36>>2]|0)|0}else{c=d;b=d+(b&255)|0}k[f>>2]=b;k[a+8>>2]=c;k[a+12>>2]=c;k[a+16>>2]=b}if(e&16|0){c=d+11|0;b=i[c>>0]|0;if(b<<24>>24<0){e=k[a+36>>2]|0;k[f>>2]=(k[d>>2]|0)+e;b=(k[a+40>>2]&2147483647)+-1|0}else{e=b&255;k[f>>2]=d+e;b=10}Gq(d,b);b=i[c>>0]|0;if(b<<24>>24<0){d=k[d>>2]|0;b=k[a+36>>2]|0}else b=b&255;c=a+24|0;k[c>>2]=d;k[a+20>>2]=d;k[a+28>>2]=d+b;if(k[g>>2]&3|0)k[c>>2]=d+e}return}function Zi(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;if((a|0)!=(b|0)?(d=Fd(a,b,c)|0,(d|0)!=(a|0)):0){f=Uc(d,b,c)|0;if((f|0)!=(d|0)){e=c+4|0;b=k[e>>2]|0;if(((b-(k[c>>2]|0)|0)/24|0)>>>0>=2){Eq(g,b+-24|0);a=k[e>>2]|0;b=a+-24|0;d=a;while(1){if((d|0)==(b|0))break;c=d+-24|0;k[e>>2]=c;kA(c);d=k[e>>2]|0}e=i[g+11>>0]|0;c=e<<24>>24<0;Fm(a+-48|0,c?k[g>>2]|0:g,c?k[g+4>>2]|0:e&255)|0;pF(g);a=f}}else a=d}r=h;return a|0}function _i(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=1;while(1){e=(Sp(a)|0)+8|0;if(!(d>>>0<3?d>>>0<(k[e>>2]|0)>>>0:0))break;e=Tm(a,d)|0;if(i[e>>0]|0)break;e=Tm(a,d)|0;if((i[e>>0]|0)==0?(i[e+25>>0]|0)!=0:0){e=lG(Tm(a,d)|0)|0;k[c>>2]=e}else{e=Tm(a,d)|0;if(i[e>>0]|0)break;if(!(i[e+24>>0]|0))break;e=lG(Tm(a,d)|0)|0;k[b>>2]=e}d=d+1|0}e=(Sp(a)|0)+8|0;if(((d>>>0<(k[e>>2]|0)>>>0?(e=Tm(a,d)|0,(i[e>>0]|0)!=0):0)?(f=Tm(a,d)|0,e=(Sp(f)|0)+8|0,(k[e>>2]|0)!=0):0)?(e=lG(Tm(f,0)|0)|0,(e|0)==(k[11994]|0)):0){f=lG(Tm(f,1)|0)|0;k[c>>2]=f;d=d+1|0}return d|0}function $i(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;j=n;e=b+8|0;f=k[b+16>>2]|0;g=a+28|0;l=a+32|0;h=b+32|0;m=a+36|0;i=a+40|0;d=0;while(1){if((d|0)==(f|0))break;c=DC(e,d)|0;if((k[c>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else Lm(l,j)}d=d+1|0}if((k[b+24>>2]|0)==(k[g>>2]|0)){a=k[h>>2]|0;if(!a)a=0;else a=k[a+4>>2]|0;k[j>>2]=a;c=k[m>>2]|0;if(c>>>0<(k[i>>2]|0)>>>0){k[c>>2]=a;k[m>>2]=c+4}else Lm(l,j)}r=n;return}function aj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=a+8|0;d=k[j>>2]|0;l=a+12|0;i=k[l>>2]|0;e=i;if(d>>>0>=i>>>0){h=a+4|0;i=k[h>>2]|0;g=d-i|0;f=g>>3;a=f+1|0;if(a>>>0>536870911)oJ();d=e-i|0;e=d>>2;a=d>>3>>>0<268435455?(e>>>0<a>>>0?a:e):536870911;do if(a)if(a>>>0>536870911){l=Sa(4)|0;uK(l);Gb(l|0,2248,152)}else{e=fB(a<<3)|0;break}else e=0;while(0);d=e+(f<<3)|0;k[d>>2]=b;k[e+(f<<3)+4>>2]=c;b=d+(0-f<<3)|0;if((g|0)>0)Qq(b|0,i|0,g|0)|0;k[h>>2]=b;k[j>>2]=d+8;k[l>>2]=e+(a<<3);if(i|0)SK(i)}else{k[d>>2]=b;k[d+4>>2]=c;k[j>>2]=d+8}return}function bj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|0)!=(c|0)){yt(a);MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,b)|0,14990)|0,c)|0,14727)|0,14936)|0,14730)|0;c=em(0,48992,1)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function cj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;c=g+4|0;i=g;h=k[a+20>>2]|0;k[i>>2]=k[b+24>>2];k[c>>2]=k[i>>2];c=Uw(h,c)|0;a:do if(gl(a,(c|0)!=0,b,15589)|0?(d=b+8|0,e=b+16|0,f=c+8|0,gl(a,(k[e>>2]|0)==((k[c+12>>2]|0)-(k[f>>2]|0)>>2|0),b,15612)|0):0){c=0;while(1){if(c>>>0>=(k[e>>2]|0)>>>0)break a;i=DC(d,c)|0;if(!(si(a,k[(k[i>>2]|0)+4>>2]|0,k[(k[f>>2]|0)+(c<<2)>>2]|0,b)|0))MC(Ii(MC(48992,15669)|0,c)|0,35601)|0;c=c+1|0}}while(0);r=g;return}function dj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if((b|0)==2){yt(a);d=MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,2)|0,14722)|0,2)|0,14727)|0,d)|0,14730)|0;d=Vx(d,k[c>>2]|0)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function ej(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;d=f+24|0;g=f+12|0;c=f;Gt(g,b);e=ao(g)|0;UG(g);k[d>>2]=e;if(!e){MC(48992,14523)|0;MC(48992,14501)|0;Gt(c,b);Sv(48992,c)|0;BI();UG(c);KI()}b=a+12|0;c=k[b>>2]|0;if((c|0)==(k[a+16>>2]|0))Lm(a+8|0,d);else{k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}r=f;return}function fj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=dl(b,f,c)|0;c=k[e>>2]|0;if(!c){$p(g,b,d);c=k[g>>2]|0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function gj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;Cn(n+1|0,45803,0,k[l>>2]|0);o=QE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(dx(m,23,o,n,i)|0)|0;l=Ao(m,e,k[l>>2]|0)|0;f=hD(c)|0;k[j>>2]=f;Me(m,l,e,i,h,g,j);tB(f);f=Li(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function hj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+224|0;i=a+8|0;n=a;m=a+192|0;h=a+188|0;g=a+184|0;j=a+180|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;Cn(n+1|0,45803,1,k[l>>2]|0);o=QE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(dx(m,23,o,n,i)|0)|0;l=Ao(m,e,k[l>>2]|0)|0;f=hD(c)|0;k[j>>2]=f;Me(m,l,e,i,h,g,j);tB(f);f=Li(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function ij(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=r;r=r+16|0;b=e;if(i[a+12>>0]|0){d=MC(48992,21958)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(b);rm(d,c);bp(d)}c=rh(a)|0;d=a+40|0;if((c|0)!=((k[a+44>>2]|0)-(k[d>>2]|0)>>2|0))Ra(21971,19332,1767,21995);b=0;while(1){if(b>>>0>=c>>>0){b=7;break}f=k[(k[d>>2]|0)+(b<<2)>>2]|0;g=sf(a)|0;k[f>>2]=g;if(!(rh(a)|0))b=b+1|0;else{b=9;break}}if((b|0)==7){r=e;return}else if((b|0)==9)Ra(22005,19332,1772,21995)}function jj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if((b|0)!=1){yt(a);MC(MC(MC(Ii(MC(Ii(MC(48992,55711)|0,b)|0,14990)|0,1)|0,14727)|0,16610)|0,14730)|0;c=em(c,48992,1)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function kj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;l=m;do if(!a)a=0;else{h=b;g=d-h|0;j=e+12|0;e=k[j>>2]|0;e=(e|0)>(g|0)?e-g|0:0;g=c;h=g-h|0;if((h|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,b,h)|0)!=(h|0):0){a=0;break}if((e|0)>0?(k[l>>2]=0,k[l+4>>2]=0,k[l+8>>2]=0,fr(l,e,f),f=($b[k[(k[a>>2]|0)+48>>2]&31](a,(i[l+11>>0]|0)<0?k[l>>2]|0:l,e)|0)==(e|0),UG(l),!f):0){a=0;break}d=d-g|0;if((d|0)>0?($b[k[(k[a>>2]|0)+48>>2]&31](a,c,d)|0)!=(d|0):0){a=0;break}k[j>>2]=0}while(0);r=m;return a|0}function lj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;Cn(n+1|0,45803,0,k[l>>2]|0);o=QE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(dx(m,23,o,n,i)|0)|0;l=Ao(m,e,k[l>>2]|0)|0;f=hD(c)|0;k[j>>2]=f;Re(m,l,e,i,h,g,j);tB(f);f=kj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function mj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0;a=r;r=r+96|0;i=a+8|0;n=a;m=a+64|0;h=a+60|0;g=a+56|0;j=a+52|0;l=n;k[l>>2]=37;k[l+4>>2]=0;l=c+4|0;Cn(n+1|0,45803,1,k[l>>2]|0);o=QE()|0;p=i;k[p>>2]=e;k[p+4>>2]=f;e=m+(dx(m,23,o,n,i)|0)|0;l=Ao(m,e,k[l>>2]|0)|0;f=hD(c)|0;k[j>>2]=f;Re(m,l,e,i,h,g,j);tB(f);f=kj(k[b>>2]|0,i,k[h>>2]|0,k[g>>2]|0,c,d)|0;r=a;return f|0}function nj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;c=f;if(i[a+12>>0]|0){e=MC(48992,20592)|0;d=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(c);rm(e,d);bp(e)}c=zm(a)|0;k[b+8>>2]=c;e=a+88|0;d=k[e>>2]|0;if((d|0)==(k[a+92>>2]|0))Lm(a+84|0,b+8|0);else{k[d>>2]=c;k[e>>2]=(k[e>>2]|0)+4}d=tn(a)|0;k[b+12>>2]=d;d=k[e>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[e>>2]=d+(a<<2);c=a}JI(b);r=f;return}function oj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(b|0){yt(a);MC(MC(MC(Ii(MC(Ii(MC(48992,55711)|0,b)|0,14990)|0,0)|0,14727)|0,15430)|0,14730)|0;c=em(c,48992,1)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function pj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;l=r;r=r+48|0;f=l+16|0;e=l;d=l+32|0;k[d>>2]=b;g=d+4|0;j=a+48|0;m=k[j>>2]|0;k[g>>2]=c-((m|0)!=0&1);h=a+44|0;k[d+8>>2]=k[h>>2];k[d+12>>2]=m;if(!(k[12022]|0)){k[f>>2]=k[a+60>>2];k[f+4>>2]=d;k[f+8>>2]=2;d=_G(Wb(145,f|0)|0)|0}else{Lb(170,a|0);k[e>>2]=k[a+60>>2];k[e+4>>2]=d;k[e+8>>2]=2;d=_G(Wb(145,e|0)|0)|0;Ba(0)}if((d|0)>=1){g=k[g>>2]|0;if(d>>>0>g>>>0){e=k[h>>2]|0;f=a+4|0;k[f>>2]=e;k[a+8>>2]=e+(d-g);if(!(k[j>>2]|0))d=c;else{k[f>>2]=e+1;i[b+(c+-1)>>0]=i[e>>0]|0;d=c}}}else{k[a>>2]=k[a>>2]|d&48^16;k[a+8>>2]=0;k[a+4>>2]=0}r=l;return d|0}function qj(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;e=r;r=r+16|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}c=i[f+11>>0]|0;g=c<<24>>24<0;b=g?k[f>>2]|0:f;c=b+(g?k[f+4>>2]|0:c&255)|0;while(1){if(b>>>0>=c>>>0)break;An(d,i[b>>0]|0);b=b+1|0}c=(i[d+11>>0]|0)<0?k[d>>2]|0:d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}b=VK(c)|0;c=b+(Cp(b)|0)|0;while(1){if(b>>>0>=c>>>0)break;An(a,i[b>>0]|0);b=b+1|0}UG(d);r=e;return}function rj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(!b){yt(a);d=FC(MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,0)|0,14722)|0,0)|0,14727)|0,d)|0,14730)|0,c)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function sj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f+24|0;e=f;k[d>>2]=k[c+8>>2];Ad(e,b,k[c+12>>2]|0);if(!(k[e+16>>2]|0)){d=Kq((k[b+4>>2]|0)+4|0,d)|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[e>>2];k[a+4>>2]=k[e+4>>2];k[a+8>>2]=k[e+8>>2];k[a+12>>2]=k[e+12>>2];k[a+16>>2]=k[e+16>>2];k[a+20>>2]=k[e+20>>2]}r=f;return}function tj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+176|0;h=a;j=a+168|0;f=a+148|0;i[j>>0]=i[41302]|0;i[j+1>>0]=i[41303]|0;i[j+2>>0]=i[41304]|0;i[j+3>>0]=i[41305]|0;i[j+4>>0]=i[41306]|0;i[j+5>>0]=i[41307]|0;g=QE()|0;k[h>>2]=e;e=dx(f,20,g,j,h)|0;j=f+e|0;g=Ao(f,j,k[c+4>>2]|0)|0;m=hD(c)|0;l=SF(m,49728)|0;tB(m);lc[k[(k[l>>2]|0)+48>>2]&7](l,f,j,h)|0;e=h+(e<<2)|0;e=Li(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f<<2)|0,e,c,d)|0;r=a;return e|0}function uj(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+16|0;l=o;m=fB(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;k[m+12>>2]=0;k[m+16>>2]=0;n=a+11|0;if((i[n>>0]|0)<0){h=a;j=a;b=k[a>>2]|0}else{h=a;j=a;b=a}d=Dy(i[b>>0]|0)|0;k[m+4>>2]=d;d=a+4|0;e=m+8|0;f=m+12|0;g=m+16|0;c=1;while(1){a=i[n>>0]|0;b=a<<24>>24<0;if(b)a=k[d>>2]|0;else a=a&255;if(c>>>0>=a>>>0)break;if(b)a=k[j>>2]|0;else a=h;a=Dy(i[a+c>>0]|0)|0;k[l>>2]=a;b=k[f>>2]|0;if(b>>>0<(k[g>>2]|0)>>>0){k[b>>2]=a;k[f>>2]=b+4}else Lm(e,l);c=c+1|0}r=o;return m|0}function vj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,0)|0,14722)|0,0)|0,14727)|0,15495)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function wj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,0)|0,14722)|0,0)|0,14727)|0,16064)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function xj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(Ji(MC(Ji(MC(48992,55711)|0,0)|0,14722)|0,0)|0,14727)|0,16002)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function yj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+48|0;c=g+24|0;d=g;e=g+28|0;f=g+12|0;Mp(e,b,36);a=k[a>>2]|0;b=k[a>>2]|0;k[a>>2]=b+1;Ci(f,b);b=i[f+11>>0]|0;a=b<<24>>24<0;b=fn(e,a?k[f>>2]|0:f,a?k[f+4>>2]|0:b&255)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}bE(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);UG(d);UG(f);UG(e);r=g;return k[c>>2]|0}function zj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;f=r;r=r+16|0;e=f;switch(b|0){case 8:case 4:case 2:case 1:break;default:{yt(a);g=Ii(MC(48992,15921)|0,b)|0;h=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=h;h=SF(h,49696)|0;h=nc[k[(k[h>>2]|0)+28>>2]&31](h,10)|0;MI(e);rm(g,h);bp(g);i[a+24>>0]=0}}Nl(a,b>>>0<=d>>>0,b,15937);switch(c|0){case 3:case 1:{Nl(a,b>>>0<5,b,15937);break}case 4:case 2:{Nl(a,b>>>0<9,b,15937);break}default:{}}r=f;return}function Aj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0;a=r;r=r+80|0;h=a;j=a+60|0;f=a+40|0;i[j>>0]=i[41302]|0;i[j+1>>0]=i[41303]|0;i[j+2>>0]=i[41304]|0;i[j+3>>0]=i[41305]|0;i[j+4>>0]=i[41306]|0;i[j+5>>0]=i[41307]|0;g=QE()|0;k[h>>2]=e;e=dx(f,20,g,j,h)|0;j=f+e|0;g=Ao(f,j,k[c+4>>2]|0)|0;m=hD(c)|0;l=SF(m,49696)|0;tB(m);lc[k[(k[l>>2]|0)+32>>2]&7](l,f,j,h)|0;e=h+e|0;e=kj(k[b>>2]|0,h,(g|0)==(j|0)?e:h+(g-f)|0,e,c,d)|0;r=a;return e|0}function Bj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;f=m+8|0;l=m;mw(l,a);if(i[l>>0]|0){g=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;h=k[g+24>>2]|0;j=k[g+4>>2]|0;e=b+c|0;d=g+76|0;c=k[d>>2]|0;if((c|0)==-1){c=hD(g)|0;k[f>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,32)|0;MI(f);c=c<<24>>24;k[d>>2]=c}if(!(kj(h,b,(j&176|0)==32?e:b,e,g,c&255)|0)){j=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;hI(j,k[j+16>>2]|5)}}zp(l);r=m;return a|0}function Cj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=r;r=r+16|0;e=g;f=g+4|0;qD(f,k[a+32>>2]<<16,0);if((k[c>>2]|0)==1){d=TF(c)|0;c=d;d=((d|0)<0)<<31>>31}else{c=SC(c)|0;d=N}i=b+12|0;h=k[f>>2]|0;ag(a,k[i>>2]|0,0,h,0,25271);ag(a,c,d,h-(k[i>>2]|0)|0,0,25287);d=nG(k[i>>2]|0,0,c|0,d|0)|0;f=N;b=b+8|0;ag(a,l[b>>0]|0,0,h,0,25302);ag(a,d,f,h-(l[b>>0]|0)|0,0,25317);qD(e,d,f);r=g;return k[e>>2]|0}function Dj(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0;j=r;r=r+16|0;g=j+12|0;h=j;f=dl(b,g,c)|0;c=k[f>>2]|0;if(!c){nq(h,b,d,e);c=k[h>>2]|0;Sr(b,k[g>>2]|0,f,c);f=1}else f=0;k[a>>2]=c;i[a+4>>0]=f;r=j;return}function Ej(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=MC(48992,20606)|0;g=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(f,g);bp(f)}d=rh(a)|0;if((d|1|0)!=1)Ra(20621,19332,1920,20646);g=Iy(a,rh(a)|0)|0;k[b+8>>2]=g;if(c<<24>>24==7){g=xv(a)|0;k[b+16>>2]=g}if((d|0)==1){g=xv(a)|0;k[b+12>>2]=g}if(k[b+16>>2]|0)k[b+4>>2]=0;r=e;return}function Fj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;a:do if((b|0)==(k[a+24>>2]|0)){e=a+32|0;if(k[b+20>>2]|0){b=hC(b+12|0)|0;b=(k[b>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){Lm(e,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}k[d>>2]=0;b=a+36|0;c=k[b>>2]|0;if(c>>>0<(k[a+40>>2]|0)>>>0){k[c>>2]=0;k[b>>2]=c+4}else Lm(e,d)}else if((k[b+8>>2]|0)==(k[a+28>>2]|0)){d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);r=f;return}function Gj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;h=k[a+4>>2]|0;j=k[k[a>>2]>>2]|0;l=h+16|0;m=h+8|0;c=0;while(1){if(c>>>0>=j>>>0){n=6;break}e=(k[l>>2]|0)+c|0;g=k[m>>2]|0;f=k[g>>2]|0;if(e>>>0>=((k[g+4>>2]|0)-f|0)>>>0){d=0;break}g=i[b+c>>0]|0;if(!(g<<24>>24)){d=0;break}if((i[f+e>>0]|0)==g<<24>>24)c=c+1|0;else{d=0;break}}if((n|0)==6)if((Cp(b)|0)==(j|0)){k[l>>2]=(k[l>>2]|0)+j;n=rh(h)|0;j=a+8|0;k[k[j>>2]>>2]=n;k[k[a+12>>2]>>2]=k[l>>2];n=k[m>>2]|0;if(((k[k[j>>2]>>2]|0)+(k[l>>2]|0)|0)>>>0>((k[n+4>>2]|0)-(k[n>>2]|0)|0)>>>0)Ra(19826,19332,1293,44952);else d=1}else d=0;return d|0}function Hj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;DA(k[a>>2]|0,35836)|0;eB(a);Ln(a,k[b+8>>2]|0);f=a+20|0;d=k[b+12>>2]|0;if((((i[f>>0]|0)==0?(k[d>>2]|0)==1:0)?(k[d+8>>2]|0)==0:0)?(c=d+12|0,(k[c+8>>2]|0)==1):0){d=hC(c)|0;Ln(a,k[d>>2]|0)}else Ln(a,d);b=k[b+16>>2]|0;do if(b|0){if((((i[f>>0]|0)==0?(k[b>>2]|0)==1:0)?(k[b+8>>2]|0)==0:0)?(e=b+12|0,(k[e+8>>2]|0)==1):0){f=hC(e)|0;Ln(a,k[f>>2]|0);break}Ln(a,b)}while(0);Gw(a);return}function Ij(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){j=k[a+4>>2]|0;e=(k[a+8>>2]&2147483647)+-1|0}else{j=d&255;e=10}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){Ym(a,e,j+h-e|0,j,j,0);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function Jj(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;a:while(1){b=i[c>>0]|0;if(!(b<<24>>24))break;if(PD(b)|0){d=c+1|0;k[a>>2]=d;c=d;continue}if((i[c>>0]|0)!=47)break;switch(i[c+1>>0]|0){case 47:{d=c+2|0;while(1){k[a>>2]=d;e=i[d>>0]|0;b=e<<24>>24==0;c=d+1|0;if(e<<24>>24!=10&(b^1))d=c;else break}if(b){c=d;continue a}k[a>>2]=c;continue a}case 42:break;default:break a}b=c+2|0;b:while(1){k[a>>2]=b;switch(i[b>>0]|0){case 0:break b;case 42:{c=b+1|0;if((i[c>>0]|0)==47)break b;else{b=c;continue b}}default:{b=b+1|0;continue b}}}c=b+2|0;k[a>>2]=c}return}function Kj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>4>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>4;d=c+b|0;if(d>>>0>268435455)oJ();f=f-e|0;e=f>>3;ar(g,f>>4>>>0<134217727?(e>>>0<d>>>0?d:e):268435455,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;i=f+8|0;k[i>>2]=0;k[i+4>>2]=0;c=c+-1|0;if(!c)break;else f=f+16|0}k[e>>2]=d+(b<<4);Gn(a,g);gx(g)}else Qu(a,b);r=h;return}function Lj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;j=i[a+11>>0]|0;h=j<<24>>24<0;g=a+4|0;e=k[g>>2]|0;j=j&255;do if((h?e:j)|0){if((b|0)!=(c|0)){e=c;f=b;while(1){e=e+-4|0;if(f>>>0>=e>>>0)break;m=k[f>>2]|0;k[f>>2]=k[e>>2];k[e>>2]=m;f=f+4|0}e=k[g>>2]|0}m=h?k[a>>2]|0:a;c=c+-4|0;a=m+(h?e:j)|0;e=m;while(1){f=i[e>>0]|0;g=f<<24>>24>0&f<<24>>24!=127;if(b>>>0>=c>>>0)break;if(g?(f<<24>>24|0)!=(k[b>>2]|0):0){l=10;break}b=b+4|0;e=(a-e|0)>1?e+1|0:e}if((l|0)==10){k[d>>2]=4;break}if(g?((k[c>>2]|0)+-1|0)>>>0>=f<<24>>24>>>0:0)k[d>>2]=4}while(0);return}function Mj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0;d=a+8|0;m=d+3|0;e=i[m>>0]|0;if(e<<24>>24<0){l=k[a+4>>2]|0;d=(k[d>>2]&2147483647)+-1|0}else{l=e&255;d=1}f=c-b|0;j=f>>2;do if(j|0){if((d-l|0)>>>0<j>>>0){Ll(a,d,l+j-d|0,l,l);d=i[m>>0]|0}else d=e;h=d<<24>>24<0;if(h)g=k[a>>2]|0;else g=a;f=f>>>2;e=g+(l<<2)|0;d=b;while(1){if((d|0)==(c|0))break;k[e>>2]=k[d>>2];e=e+4|0;d=d+4|0}k[g+(l+f<<2)>>2]=0;d=l+j|0;if(h){k[a+4>>2]=d;break}else{i[m>>0]=d;break}}while(0);return}function Nj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-16|0;g=c+-16|0;k[h>>2]=0;i=j+-12|0;k[i>>2]=0;l=k[c+-4>>2]|0;k[j+-8>>2]=0;k[j+-4>>2]=l;k[h>>2]=k[g>>2];h=c+-12|0;k[i>>2]=k[h>>2];i=c+-8|0;k[j+-8>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-16;c=g}i=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=i;i=b+8|0;l=k[e>>2]|0;k[e>>2]=k[i>>2];k[i>>2]=l;i=a+8|0;l=b+12|0;j=k[i>>2]|0;k[i>>2]=k[l>>2];k[l>>2]=j;k[b>>2]=k[f>>2];return}function Oj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+16|0;c=h+4|0;d=h;g=Ow(k[a+4>>2]|0)|0;e=g+8|0;f=1;while(1){j=Tm(b,f)|0;if(i[j>>0]|0)break;j=Ah(a,Tm(b,f)|0)|0;k[d>>2]=j;k[c>>2]=k[d>>2];Hv(e,c);f=f+1|0}d=hC(e)|0;k[g+24>>2]=k[d>>2];QC(e);d=f+1|0;j=uc(a,Tm(b,f)|0)|0;c=g+28|0;k[c>>2]=j;j=(Sp(b)|0)+8|0;if(d>>>0<(k[j>>2]|0)>>>0){k[g+32>>2]=k[c>>2];j=uc(a,Tm(b,d)|0)|0;k[c>>2]=j}r=h;return g|0}function Pj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=Al(b,f,c)|0;c=k[e>>2]|0;if(!c){pr(g,b,d);c=k[g>>2]|0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Qj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;if(c&2048){i[a>>0]=43;a=a+1|0}if(c&1024){i[a>>0]=35;a=a+1|0}g=c&260;d=c>>>14;f=(g|0)==260;if(f)e=0;else{i[a>>0]=46;i[a+1>>0]=42;e=1;a=a+2|0}while(1){c=i[b>>0]|0;if(!(c<<24>>24))break;i[a>>0]=c;b=b+1|0;a=a+1|0}a:do switch(g&511){case 4:if(!(d&1)){i[a>>0]=102;break a}else{i[a>>0]=70;break a}case 256:if(!(d&1)){i[a>>0]=101;break a}else{i[a>>0]=69;break a}default:{c=(d&1|0)!=0;if(f)if(c){i[a>>0]=65;break a}else{i[a>>0]=97;break a}else if(c){i[a>>0]=71;break a}else{i[a>>0]=103;break a}}}while(0);return e|0}function Rj(a,b){a=a|0;b=b|0;var c=0,d=0;un(a,(((k[a+4>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);d=Ty()|0;a:while(1){Jj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 0:{a=3;break a}case 93:{a=7;break a}default:{}}Rw(d,$e(a,b,32075)|0);Jj(b);c=k[b>>2]|0;switch(i[c>>0]|0){case 93:{a=7;break a}case 44:break;default:{a=6;break a}}k[b>>2]=c+1}if((a|0)==3)Ra(32054,31084,674,32059);else if((a|0)==6)Ka();else if((a|0)==7){k[b>>2]=c+1;return d|0}return 0}function Sj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;j=a+16|0;i=k[j>>2]|0;g=k[a+12>>2]|0;d=i-g>>2;f=k[b>>2]|0;c=0;while(1){if(c>>>0>=d>>>0)break;e=g+(c<<2)|0;if((k[k[e>>2]>>2]|0)==(f|0)){h=4;break}else c=c+1|0}a:do if((h|0)==4){while(1){c=e+4|0;if((c|0)==(i|0))break;h=k[c>>2]|0;k[c>>2]=0;d=k[e>>2]|0;k[e>>2]=h;if(!d){e=c;h=4;continue}SK(d);e=c;h=4}while(1){c=k[j>>2]|0;if((c|0)==(e|0))break a;i=c+-4|0;k[j>>2]=i;c=k[i>>2]|0;k[i>>2]=0;if(!c)continue;SK(c)}}while(0);Wp(a+152|0,b);return}function Tj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;g=h;e=tl(b,f,c)|0;c=k[e>>2]|0;if(!c){pr(g,b,d);c=k[g>>2]|0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=h;return}function Uj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=a+4|0;un(a,(((k[e>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);d=k[c>>2]|0;if((i[d>>0]|0)!=91)Ra(31811,31084,637,31823);k[c>>2]=d+1;d=zx(b,$e(a,c,44664)|0)|0;Jj(c);b=k[c>>2]|0;if((i[b>>0]|0)!=93)Ra(31837,31084,641,31823);k[c>>2]=b+1;b=k[e>>2]|0;a=b+-12|0;if((k[b+-8>>2]|0)==(k[a>>2]|0))f=b;else Ra(31742,31084,643,31823);while(1){if((f|0)==(a|0))break;c=f+-12|0;k[e>>2]=c;by(c);f=k[e>>2]|0}return d|0}function Vj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+16|0;e=n;l=Pp(a,b)|0;m=Pt(a,b,c)|0;Jj(b);f=k[b>>2]|0;g=i[f>>0]|0;d=c;while(1){h=i[d>>0]|0;if(!(h<<24>>24)){j=4;break}if(h<<24>>24==g<<24>>24){d=0;break}else d=d+1|0}if((j|0)==4){md(e,f);if((k[e+12>>2]|0)==0?(k[e>>2]|0)==(k[11823]|0):0){k[b>>2]=(k[b>>2]|0)+(k[e+8>>2]|0);d=Pt(a,b,c)|0}else d=0}m=bt(l,m,d)|0;r=n;return m|0}function Wj(a){a=a|0;var b=0;do switch(a|0){case 0:{Ka();break}case 1:{b=37548;break}case 2:{b=35836;break}case 3:{b=35520;break}case 4:{b=35870;break}case 5:{b=35885;break}case 6:{b=37517;break}case 7:{b=37522;break}case 8:{b=37534;break}case 9:{b=18243;break}case 10:{b=18253;break}case 11:{b=18263;break}case 12:{b=18274;break}case 13:{b=18285;break}case 14:{b=18290;break}case 15:{b=35804;break}case 16:{b=18296;break}case 17:{b=35822;break}case 18:{b=34084;break}case 19:{b=34079;break}case 20:{b=35829;break}case 21:{b=18302;break}case 22:{b=34027;break}case 23:{b=34015;break}default:{}}while(0);return b|0}function Xj(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+16|0;c=k[a>>2]|0;do if(!(k[e>>2]|0)){DA(c,35516)|0;Xs(a,k[b+8>>2]|0)|0;b=b+12|0;c=k[b>>2]|0;if(c|0?(k[c>>2]|0)!=22:0){eB(a);d=7;break}dy(k[a>>2]|0,41)|0}else{DA(c,35509)|0;Xs(a,k[b+8>>2]|0)|0;eB(a);b=b+12|0;d=7}while(0);if((d|0)==7){b=k[b>>2]|0;if(b|0?(k[b>>2]|0)!=22:0)Ln(a,b);b=k[e>>2]|0;if(b|0)Ln(a,b);Gw(a)}return}function Yj(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=a+11|0;e=i[j>>0]|0;f=e<<24>>24<0;if(f)h=k[a+4>>2]|0;else h=e&255;if(h>>>0<b>>>0)hJ();if(f)e=(k[a+8>>2]&2147483647)+-1|0;else e=10;if((e-h|0)>>>0>=d>>>0){if(d|0){if(f)g=k[a>>2]|0;else g=a;f=h-b|0;e=g+b|0;if(f){jx(e+d|0,e|0,f|0)|0;c=e>>>0<=c>>>0&(g+h|0)>>>0>c>>>0?c+d|0:c}jx(e|0,c|0,d|0)|0;c=h+d|0;if((i[j>>0]|0)<0)k[a+4>>2]=c;else i[j>>0]=c;i[g+c>>0]=0}}else al(a,e,h+d-e|0,h,b,0,d,c);return a|0}function Zj(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=r;r=r+16|0;d=e;if(i[a+12>>0]|0){f=MC(48992,21034)|0;g=hD(f+(k[(k[f>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(f,g);bp(f)}g=rh(a)|0;k[b+8>>2]=g;if(g>>>0>=(sF(k[a+64>>2]|0)|0)>>>0)Ra(20977,19332,1995,21056);a=xv(a)|0;k[b+12>>2]=a;a=a+4|0;d=b+4|0;k[d>>2]=k[a>>2];if(c<<24>>24==25)a=k[a>>2]|0;else a=0;k[d>>2]=a;r=e;return}function _j(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+32|0;f=g;d=k[11756]|0;b=k[11755]|0;if(d-b>>2>>>0<a>>>0){e=k[11754]|0;c=b-e>>2;b=c+a|0;if(b>>>0>1073741823)oJ();e=d-e|0;d=e>>1;Qr(f,e>>2>>>0<536870911?(d>>>0<b>>>0?b:d):1073741823,c);d=f+8|0;c=k[d>>2]|0;b=a;e=c;while(1){k[e>>2]=0;b=b+-1|0;if(!b)break;else e=e+4|0}k[d>>2]=c+(a<<2);no(f);As(f)}else Dz(a);r=g;return}function $j(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+32|0;g=j+20|0;h=j;i=k[a>>2]|0;e=(k[a+4>>2]|0)-i>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{l=(k[a+8>>2]|0)-i|0;i=l>>3;ar(h,l>>4>>>0<134217727?(i>>>0<f>>>0?f:i):268435455,e,a+8|0);i=h+8|0;f=k[i>>2]|0;e=k[b>>2]|0;c=k[c>>2]|0;qD(g,k[d>>2]|0,0);ex(f,e,c,k[g>>2]|0);k[i>>2]=f+16;sn(a,h);Dv(h);r=j;return}}function ak(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0;f=b;l=a+11|0;d=i[l>>0]|0;if(d<<24>>24<0){j=k[a+4>>2]|0;e=(k[a+8>>2]&2147483647)+-1|0}else{j=d&255;e=10}h=c-f|0;do if(h|0){if((e-j|0)>>>0<h>>>0){yn(a,e,j+h-e|0,j,j);d=i[l>>0]|0}if(d<<24>>24<0)g=k[a>>2]|0;else g=a;f=c+(j-f)|0;e=g+j|0;d=b;while(1){if((d|0)==(c|0))break;i[e>>0]=i[d>>0]|0;e=e+1|0;d=d+1|0}i[g+f>>0]=0;d=j+h|0;if((i[l>>0]|0)<0){k[a+4>>2]=d;break}else{i[l>>0]=d;break}}while(0);return}function bk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;e=k[b>>2]|0;c=k[c>>2]|0;b=k[a+4>>2]|0;switch((qC(e)|0)-c|0){case 0:{b=HG(k[b+4>>2]|0)|0;break}case 1:{d=k[a+8>>2]|0;b=NJ(e,c)|0;b=Hu(k[d+16>>2]|0,k[b>>2]|0)|0;break}default:{b=gz(k[b+4>>2]|0)|0;d=b+12|0;a=a+8|0;while(1){if(c>>>0>=(qC(e)|0)>>>0)break;g=k[a>>2]|0;f=NJ(e,c)|0;ww(d,Hu(k[g+16>>2]|0,k[f>>2]|0)|0);c=c+1|0}Ik(b)}}return b|0}function ck(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0;i=r;r=r+32|0;e=i+20|0;f=i;g=k[a>>2]|0;h=(k[a+4>>2]|0)-g>>4;d=h+1|0;if(d>>>0>268435455)oJ();else{j=(k[a+8>>2]|0)-g|0;g=j>>3;ar(f,j>>4>>>0<134217727?(g>>>0<d>>>0?d:g):268435455,h,a+8|0);h=f+8|0;g=k[h>>2]|0;d=k[b>>2]|0;c=k[c>>2]|0;qD(e,c,((c|0)<0)<<31>>31);ex(g,d,55711,k[e>>2]|0);k[h>>2]=g+16;sn(a,f);Dv(f);r=i;return}}function dk(a,b){a=a|0;b=b|0;switch(k[b+8>>2]|0){case 0:{dy(DA(k[a>>2]|0,34031)|0,41)|0;break}case 1:{dy(DA(k[a>>2]|0,34040)|0,41)|0;break}case 2:{DA(k[a>>2]|0,34055)|0;eB(a);b=DC(b+16|0,0)|0;Ln(a,k[b>>2]|0);Gw(a);break}case 3:{dy(Vx(DA(k[a>>2]|0,34067)|0,k[b+12>>2]|0)|0,41)|0;break}default:Ka()}return}function ek(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;j=k[f>>2]|0;h=j+-12|0;g=c+-12|0;k[h>>2]=0;i=j+-8|0;k[i>>2]=0;k[j+-4>>2]=0;k[h>>2]=k[g>>2];h=c+-8|0;k[i>>2]=k[h>>2];i=c+-4|0;k[j+-4>>2]=k[i>>2];k[i>>2]=0;k[h>>2]=0;k[g>>2]=0;k[f>>2]=(k[f>>2]|0)+-12;c=g}h=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=h;h=b+8|0;j=k[e>>2]|0;k[e>>2]=k[h>>2];k[h>>2]=j;h=a+8|0;j=b+12|0;i=k[h>>2]|0;k[h>>2]=k[j>>2];k[j>>2]=i;k[b>>2]=k[f>>2];return}function fk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;k[a+16>>2]=b;e=a+-16|0;f=e+16|0;g=e+20|0;h=e+24|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ra(37702,37720,242,37741);aj(f,128,b+36|0);while(1){d=k[h>>2]|0;b=d;if((d|0)==(k[g>>2]|0)){a=12;break}c=k[b+-8>>2]|0;d=k[b+-4>>2]|0;a=0;while(1){if((a|0)==-1)break;i=a+-1|0;k[h>>2]=b+(i<<3);a=i}if(!(k[d>>2]|0)){a=9;break}fc[c&255](e,d);a=k[f>>2]|0;if(!a)continue;k[d>>2]=a;k[f>>2]=0}if((a|0)==9)Ra(37746,37720,246,37741);else if((a|0)==12)return}function gk(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[b+16>>2]|0;c=k[b+12>>2]|0;while(1){if((c|0)==(d|0))break;fm(a,k[c>>2]|0);c=c+4|0}d=k[b+28>>2]|0;c=k[b+24>>2]|0;while(1){if((c|0)==(d|0))break;ql(a,k[c>>2]|0);c=c+4|0}d=k[b+52>>2]|0;c=k[b+48>>2]|0;while(1){if((c|0)==(d|0))break;Dr(a,k[c>>2]|0);c=c+4|0}d=k[b+40>>2]|0;c=k[b+36>>2]|0;while(1){if((c|0)==(d|0))break;iz(a,k[c>>2]|0);c=c+4|0}vt(a,k[b+72>>2]|0,k[b+76>>2]|0);bi(a,b+84|0);return}function hk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=k[b+48>>2]|0;a:do if(!(c&16)){if(c&8|0){e=k[b+8>>2]|0;b=k[b+16>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Qo(a,e,b);break}k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break a;k[a+(c<<2)>>2]=0;c=c+1|0}}else{d=b+44|0;c=k[d>>2]|0;e=k[b+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}b=k[b+20>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Qo(a,b,c)}while(0);return}function ik(a,b){a=a|0;b=b|0;var c=0;dy(a,40)|0;c=k[b>>2]|0;MC(MC(a,vx(c)|0)|0,27673)|0;switch(c|0){case 0:{MC(a,36143)|0;break}case 1:{Ji(a,k[b+8>>2]|0)|0;break}case 2:{c=b+8|0;Bi(a,k[c>>2]|0,k[c+4>>2]|0)|0;break}case 3:{_l(a,+CF(b));break}case 4:{Qg(a,+BF(b));break}default:{}}return dy(a,41)|0}function jk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;Jj(b);d=k[b>>2]|0;a:do switch(i[d>>0]|0){case 59:{k[b>>2]=d+1;a=Sy()|0;break}case 123:{k[b>>2]=d+1;Jj(b);e=k[b>>2]|0;if((i[e>>0]|0)==125){k[b>>2]=e+1;a=Sy()|0;break a}else{k[b>>2]=d;f=6;break a}}default:f=6}while(0);if((f|0)==6){a=$e(a,b,c)|0;Jj(b);if((i[k[b>>2]>>0]|0)==59){a=gr(a)|0;k[b>>2]=(k[b>>2]|0)+1}}return a|0}function kk(a,b){a=a|0;b=b|0;var c=0,d=0;c=(b|0)!=0;a:do if(c&(a&3|0)!=0)while(1){if(!(i[a>>0]|0))break a;a=a+1|0;b=b+-1|0;c=(b|0)!=0;if(!(c&(a&3|0)!=0)){d=4;break}}else d=4;while(0);b:do if((d|0)==4)if(c){if(i[a>>0]|0){c:do if(b>>>0>3)while(1){c=k[a>>2]|0;if((c&-2139062144^-2139062144)&c+-16843009|0)break;a=a+4|0;b=b+-4|0;if(b>>>0<=3){d=10;break c}}else d=10;while(0);if((d|0)==10)if(!b){b=0;break}while(1){if(!(i[a>>0]|0))break b;a=a+1|0;b=b+-1|0;if(!b){b=0;break}}}}else b=0;while(0);return (b|0?a:0)|0}function lk(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=r;r=r+16|0;g=h;f=dl(b,g,c)|0;c=k[f>>2]|0;if(!c){c=fB(36)|0;k[c+16>>2]=k[d>>2];d=c+20|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];Sr(b,k[g>>2]|0,f,c);f=1}else f=0;k[a>>2]=c;i[a+4>>0]=f;r=h;return}function mk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=c+16|0;e=k[d>>2]|0;if(!e)if(!(Ju(c)|0)){d=k[d>>2]|0;f=5}else d=0;else{d=e;f=5}a:do if((f|0)==5){g=c+20|0;f=k[g>>2]|0;e=f;if((d-f|0)>>>0<b>>>0){d=$b[k[c+36>>2]&31](c,a,b)|0;break}b:do if((i[c+75>>0]|0)>-1){d=b;while(1){if(!d){f=b;d=0;break b}f=d+-1|0;if((i[a+f>>0]|0)==10)break;else d=f}if(($b[k[c+36>>2]&31](c,a,d)|0)>>>0<d>>>0)break a;f=b-d|0;a=a+d|0;e=k[g>>2]|0}else{f=b;d=0}while(0);Qq(e|0,a|0,f|0)|0;k[g>>2]=(k[g>>2]|0)+f;d=d+f|0}while(0);return d|0}function nk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=MC(48992,20537)|0;f=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(d,f);bp(d)}d=xv(a)|0;k[b+8>>2]=d;d=xm(a)|0;k[b+12>>2]=d;d=a+108|0;c=k[d>>2]|0;if((c|0)==4){c=xm(a)|0;k[b+16>>2]=c;Jl(b);c=k[d>>2]|0}if((c|0)==15){r=e;return}else Ra(20549,19332,1901,20584)}function ok(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+4|0;g=h;e=a+4|0;c=cw((k[e>>2]|0)-(k[a>>2]|0)>>2)|0;k[f>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[g>>2]=c;d=k[e>>2]|0;if(d>>>0>=(k[a+8>>2]|0)>>>0){Lk(a,g);c=k[g>>2]|0;k[g>>2]=0;if(c|0){Ky(c+8|0);SK(c)}}else{k[g>>2]=0;k[d>>2]=c;k[e>>2]=d+4;k[g>>2]=0}g=a+140|0;a=mr(g,b)|0;k[a>>2]=b;g=mr(g,f)|0;k[g>>2]=b;r=h;return}function pk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;a=0}else{g=CG()|0;h=k[g>>2]|0;k[g>>2]=0;QE()|0;a=eJ(a,f,d)|0;e=N;d=k[g>>2]|0;if(!d)k[g>>2]=h;a:do if((k[f>>2]|0)==(b|0)){do if((d|0)==34){k[c>>2]=4;if((e|0)>0|(e|0)==0&a>>>0>0){a=2147483647;break a}}else{if((e|0)<-1|(e|0)==-1&a>>>0<2147483648){k[c>>2]=4;break}if((e|0)>0|(e|0)==0&a>>>0>2147483647){k[c>>2]=4;a=2147483647;break a}else break a}while(0);a=-2147483648}else{k[c>>2]=4;a=0}while(0)}r=i;return a|0}function qk(a,b){a=a|0;b=b|0;DA(k[a>>2]|0,35550)|0;MC(qy(k[a>>2]|0,k[b>>2]|0)|0,44577)|0;switch(k[b+8>>2]|0){case 0:{MC(k[a>>2]|0,37480)|0;break}case 1:{MC(k[a>>2]|0,37415)|0;break}case 2:{MC(k[a>>2]|0,37363)|0;break}case 3:{MC(k[a>>2]|0,37403)|0;break}default:{}}dy(k[a>>2]|0,32)|0;MC(Xs(a,k[b+4>>2]|0)|0,35558)|0;return}function rk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Pf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=SF(m,49720)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+36>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];gc[n&63](m,c,d,l,g,b)|0;MI(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function sk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;j=r;r=r+32|0;d=j+20|0;c=j+16|0;e=j+12|0;f=j+8|0;l=j+24|0;g=j+4|0;h=j;Pf(l,a);if(i[l>>0]|0){k[g>>2]=0;m=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[h>>2]=m;m=SF(m,49720)|0;l=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;n=k[(k[m>>2]|0)+28>>2]|0;k[e>>2]=k[l+24>>2];k[f>>2]=0;k[c>>2]=k[e>>2];k[d>>2]=k[f>>2];gc[n&63](m,c,d,l,g,b)|0;MI(h);h=a+(k[(k[a>>2]|0)+-12>>2]|0)|0;l=h+16|0;k[l>>2]=k[l>>2]|k[g>>2]|(k[h+24>>2]|0)==0}r=j;return}function tk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;g=h;k[g>>2]=c;d=a+20|0;e=a+24|0;i=k[e>>2]|0;f=i;if((k[a+60>>2]|0)!=((i-(k[d>>2]|0)>>2)+((k[a+12>>2]|0)-(k[a+8>>2]|0)>>2)|0))Ra(17170,17142,245,17239);if(f>>>0<(k[a+28>>2]|0)>>>0){k[f>>2]=c;k[e>>2]=f+4}else Lm(d,g);d=a+40|0;e=a+44|0;i=(k[e>>2]|0)-(k[d>>2]|0)>>2;c=mr(a+52|0,b)|0;k[c>>2]=i;c=k[e>>2]|0;if((c|0)==(k[a+48>>2]|0))Lm(d,b);else{k[c>>2]=k[b>>2];k[e>>2]=(k[e>>2]|0)+4}r=h;return}function uk(a,b){a=a|0;b=b|0;var c=0,d=0;d=FA(k[a+4>>2]|0)|0;c=Ah(a,Tm(b,1)|0)|0;k[d+8>>2]=c;c=(Sp(b)|0)+8|0;if((k[c>>2]|0)!=2){c=lG(Tm(b,0)|0)|0;if((c|0)==(k[12004]|0)){c=(Sp(b)|0)+8|0;if((k[c>>2]|0)>>>0>3){c=uc(a,Tm(b,2)|0)|0;k[d+12>>2]=c;c=3}else c=2;c=uc(a,Tm(b,c)|0)|0;k[d+16>>2]=c}else{c=uc(a,Tm(b,2)|0)|0;k[d+12>>2]=c;c=k[d+16>>2]|0}if(c|0)k[d+4>>2]=0}return d|0}function vk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;f=k[a+8>>2]|0;c=k[a+4>>2]|0;if(f-c>>2>>>0<b>>>0){e=k[a>>2]|0;c=c-e>>2;d=c+b|0;if(d>>>0>1073741823)oJ();f=f-e|0;e=f>>1;sr(g,f>>2>>>0<536870911?(e>>>0<d>>>0?d:e):1073741823,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){k[f>>2]=0;c=c+-1|0;if(!c)break;else f=f+4|0}k[e>>2]=d+(b<<2);Qn(a,g);Bx(g)}else ey(a,b);r=h;return}function wk(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+48|0;g=e+32|0;c=e+24|0;h=e+16|0;f=e;e=e+36|0;a=OA()|0;if(a|0?(d=k[a>>2]|0,d|0):0){a=d+48|0;b=k[a>>2]|0;a=k[a+4>>2]|0;if(!((b&-256|0)==1126902528&(a|0)==1129074247)){k[c>>2]=44015;AF(43965,c)}if((b|0)==1126902529&(a|0)==1129074247)a=k[d+44>>2]|0;else a=d+80|0;k[e>>2]=a;d=k[d>>2]|0;a=k[d+4>>2]|0;if(dn(2184,d,e)|0){h=k[e>>2]|0;h=hc[k[(k[h>>2]|0)+8>>2]&127](h)|0;k[f>>2]=44015;k[f+4>>2]=a;k[f+8>>2]=h;AF(43879,f)}else{k[h>>2]=44015;k[h+4>>2]=a;AF(43924,h)}}AF(44003,g)}function xk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+36|0;f=a+40|0;c=cw((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+44>>2]|0)>>>0){Qk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0){_w(c);SK(c)}}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+176|0;a=mr(h,b)|0;k[a>>2]=b;h=mr(h,g)|0;k[h>>2]=b;r=i;return}function yk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;DA(k[a>>2]|0,35520)|0;c=b+8|0;if(k[c>>2]|0){d=dy(k[a>>2]|0,32)|0;Vx(d,k[c>>2]|0)|0}eB(a);b=k[b+12>>2]|0;c=(k[b>>2]|0)==1?b:0;a:do if((i[a+20>>0]|0)==0&(c|0)!=0?(k[c+8>>2]|0)==0:0){d=c+12|0;c=k[c+20>>2]|0;b=0;while(1){if((b|0)==(c|0))break a;f=DC(d,b)|0;Ln(a,k[f>>2]|0);b=b+1|0}}else e=8;while(0);if((e|0)==8)Ln(a,b);Gw(a);return}function zk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+12>>0]|0){d=MC(48992,20958)|0;d=Ii(d,k[a+16>>2]|0)|0;f=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(d,f);bp(d)}d=rh(a)|0;k[b+8>>2]=d;c=k[a+64>>2]|0;if(d>>>0<(sF(c)|0)>>>0){f=kz(c,d)|0;k[b+4>>2]=f;r=e;return}else Ra(20977,19332,1989,21020)}function Ak(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;DA(k[a>>2]|0,35500)|0;d=b+8|0;e=k[b+16>>2]|0;c=0;while(1){if((c|0)==(e|0))break;f=DC(d,c)|0;g=dy(k[a>>2]|0,32)|0;Vx(g,k[f>>2]|0)|0;c=c+1|0}c=dy(k[a>>2]|0,32)|0;Vx(c,k[b+24>>2]|0)|0;eB(a);c=k[b+32>>2]|0;if(c|0?(k[c>>2]|0)!=22:0)Ln(a,c);Ln(a,k[b+28>>2]|0);Gw(a);return}function Bk(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0;if((1073741806-b|0)>>>0<c>>>0)iJ();m=a+8|0;if((i[m+3>>0]|0)<0)l=k[a>>2]|0;else l=a;if(b>>>0<536870887){c=c+b|0;h=b<<1;c=c>>>0<h>>>0?h:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Ra(43681,43718,1734,43821);else j=c}else j=1073741807;h=fB(j<<2)|0;if(f|0)PH(h,g,f);c=d-e|0;if(c|0)PH(h+(f<<2)|0,l+(e<<2)|0,c);if((b|0)!=1)SK(l);k[a>>2]=h;k[m>>2]=j|-2147483648;m=c+f|0;k[a+4>>2]=m;k[h+(m<<2)>>2]=0;return}function Ck(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=NJ(a,0)|0;if(!(RE(k[d>>2]|0,47336)|0))Ra(31610,36449,1611,31672);d=NJ(b,0)|0;if(!(RE(k[d>>2]|0,47252)|0))Ra(31691,36449,1612,31672);a:do if(c){d=NJ(a,2)|0;Cr(wz(wz(k[d>>2]|0)|0)|0,b)|0}else{c=0;while(1){d=NJ(b,1)|0;if(c>>>0>=(qC(k[d>>2]|0)|0)>>>0)break a;e=NJ(a,2)|0;e=wz(wz(k[e>>2]|0)|0)|0;d=NJ(b,1)|0;d=NJ(k[d>>2]|0,c)|0;Cr(e,k[d>>2]|0)|0;c=c+1|0}}while(0);return}function Dk(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;h=r;r=r+16|0;g=h;f=dl(b,g,c)|0;c=k[f>>2]|0;if(!c){c=fB(32)|0;k[c+16>>2]=k[d>>2];d=c+20|0;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];Sr(b,k[g>>2]|0,f,c);f=1}else f=0;k[a>>2]=c;i[a+4>>0]=f;r=h;return}function Ek(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;h=r;r=r+32|0;d=h;e=k[11905]|0;f=((k[11906]|0)-e|0)/40|0;g=f+1|0;if(g>>>0>107374182)oJ();else{j=((k[11907]|0)-e|0)/40|0;e=j<<1;Fq(d,j>>>0<53687091?(e>>>0<g>>>0?g:e):107374182,f);g=d+8|0;f=k[g>>2]|0;b=i[b>>0]|0;e=k[c>>2]|0;Ue(f,a);i[f+32>>0]=b;k[f+36>>2]=e;k[g>>2]=f+40;go(d);bw(d);r=h;return}}function Fk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+12|0;f=a+16|0;c=cw((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+20>>2]|0)>>>0){Tk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)SK(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+152|0;a=mr(h,b)|0;k[a>>2]=b;h=mr(h,g)|0;k[h>>2]=b;r=i;return}function Gk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+48|0;f=a+52|0;c=cw((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+56>>2]|0)>>>0){Tk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)SK(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+188|0;a=mr(h,b)|0;k[a>>2]=b;h=mr(h,g)|0;k[h>>2]=b;r=i;return}function Hk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;g=i+4|0;h=i;e=a+24|0;f=a+28|0;c=cw((k[f>>2]|0)-(k[e>>2]|0)>>2)|0;k[g>>2]=c;if(!(k[b>>2]|0))k[b>>2]=c;c=b;k[h>>2]=c;d=k[f>>2]|0;if(d>>>0>=(k[a+32>>2]|0)>>>0){Tk(e,h);c=k[h>>2]|0;k[h>>2]=0;if(c|0)SK(c)}else{k[h>>2]=0;k[d>>2]=c;k[f>>2]=d+4;k[h>>2]=0}h=a+164|0;a=mr(h,b)|0;k[a>>2]=b;h=mr(h,g)|0;k[h>>2]=b;r=i;return}function Ik(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+64|0;b=g+48|0;f=g+4|0;c=g;d=k[a+8>>2]|0;do if(!d)if(!(k[a+20>>2]|0)){k[a+4>>2]=5;break}else{f=hC(a+12|0)|0;k[a+4>>2]=k[(k[f>>2]|0)+4>>2];break}else{k[c>>2]=d;k[b>>2]=k[c>>2];Xq(f,a,b);e=k[f+36>>2]|0;b=5;d=k[f+32>>2]|0;while(1){if((d|0)==(e|0))break;c=k[d>>2]|0;if(!((b|0)==0|(c|0)==0)){if((c|0)!=5)if((b|0)==5)b=c;else b=(b|0)==(c|0)?b:0}else b=0;d=d+4|0}k[a+4>>2]=b;cF(f)}while(0);r=g;return}function Jk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[11905]|0;e=((k[11906]|0)-d|0)/40|0;f=e+1|0;if(f>>>0>107374182)oJ();else{h=((k[11907]|0)-d|0)/40|0;d=h<<1;Fq(c,h>>>0<53687091?(d>>>0<f>>>0?f:d):107374182,e);f=c+8|0;e=k[f>>2]|0;a=i[a>>0]|0;d=k[b>>2]|0;Ue(e,36302);i[e+32>>0]=a;k[e+36>>2]=d;k[f>>2]=e+40;go(c);bw(c);r=g;return}}function Kk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+4|0;un(a,(((k[e>>2]|0)-(k[a>>2]|0)|0)/12|0)+1|0);Jj(b);c=$e(a,b,44580)|0;Jj(b);a=k[b>>2]|0;if((i[a>>0]|0)!=41)Ra(31464,31084,662,32038);k[b>>2]=a+1;a=k[e>>2]|0;b=a+-12|0;if((k[a+-8>>2]|0)==(k[b>>2]|0))d=a;else Ra(31742,31084,664,32038);while(1){if((d|0)==(b|0))break;a=d+-12|0;k[e>>2]=a;by(a);d=k[e>>2]|0}return c|0}function Lk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;sr(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Am(a,c);Lr(c);r=g;return}}function Mk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=((k[a+4>>2]|0)-d|0)/24|0;f=e+1|0;if(f>>>0>178956970)oJ();else{h=((k[a+8>>2]|0)-d|0)/24|0;d=h<<1;kq(c,h>>>0<89478485?(d>>>0<f>>>0?f:d):178956970,e,a+8|0);f=c+8|0;e=k[f>>2]|0;ht(e,b);k[f>>2]=e+24;Xm(a,c);yv(c);r=g;return}}function Nk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+32|0;g=h;e=k[a+8>>2]|0;c=k[a+4>>2]|0;if((e-c|0)>>>0<b>>>0){f=k[a>>2]|0;c=c-f|0;d=c+b|0;if((d|0)<0)oJ();f=e-f|0;e=f<<1;Pw(g,f>>>0<1073741823?(e>>>0<d>>>0?d:e):2147483647,c,a+8|0);e=g+8|0;d=k[e>>2]|0;c=b;f=d;while(1){i[f>>0]=0;c=c+-1|0;if(!c)break;else f=f+1|0}k[e>>2]=d+b;Vn(a,g);Fy(g)}else Yy(a,b);r=h;return}function Ok(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;sr(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Am(a,c);Ms(c);r=g;return}}function Pk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((i[b>>0]|0)==77){d=b;b=Cp(b)|0;c=77;while(1){if(c<<24>>24==102)break;c=d+1|0;d=c;b=b+-1|0;c=i[c>>0]|0}b=d+b|0;while(1){b=b+-1|0;if((i[b>>0]|0)==125){b=d;break a}i[b>>0]=0}}while(0);e=ad(b,17419)|0;if(e|0){i[e>>0]=0;c=ad(b,17445)|0;do if(c|0){i[a>>0]=1;d=ad(b,17458)|0;a=d+1|0;if(ad(a,17458)|0)Ra(17468,11935,115,17514);c=QH(c,125)|0;if(c>>>0>(d+5|0)>>>0){i[d>>0]=47;i[a>>0]=42;i[c+-1>>0]=42;i[c>>0]=47;break}else Ra(17522,11935,117,17514)}while(0);i[e>>0]=47}return b|0}function Qk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;sr(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Am(a,c);Ds(c);r=g;return}}function Rk(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+16|0;e=h;k[e>>2]=c;f=a+8|0;g=a+12|0;i=k[g>>2]|0;d=i;if((k[a+60>>2]|0)!=(i-(k[f>>2]|0)>>2|0))Ra(17093,17142,235,17161);if((d|0)==(k[a+16>>2]|0))Lm(f,e);else{k[d>>2]=c;k[g>>2]=d+4}d=a+40|0;c=a+44|0;i=(k[c>>2]|0)-(k[d>>2]|0)>>2;e=mr(a+52|0,b)|0;k[e>>2]=i;e=k[c>>2]|0;if((e|0)==(k[a+48>>2]|0))Lm(d,b);else{k[e>>2]=k[b>>2];k[c>>2]=(k[c>>2]|0)+4}r=h;return}function Sk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;sr(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Am(a,c);qs(c);r=g;return}}function Tk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;sr(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;d=k[b>>2]|0;k[b>>2]=0;k[e>>2]=d;k[f>>2]=e+4;Am(a,c);it(c);r=g;return}}function Uk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=Ql(a,k[11809]|0)|0;if(!((b|0)!=47236?(e=b+16|0,d=i[a+11>>0]|0,g=d<<24>>24<0,d=g?k[a+4>>2]|0:d&255,c=i[e+11>>0]|0,f=c<<24>>24<0,c=f?k[b+20>>2]|0:c&255,a=xF(g?k[a>>2]|0:a,f?k[e>>2]|0:e,c>>>0<d>>>0?c:d)|0,(((a|0)==0?(d>>>0<c>>>0?-2147483648:0):a)|0)>=0):0))b=47236;return b|0}function Vk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0;f=r;r=r+16|0;d=f+12|0;e=f;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,43870,5);k[d>>2]=0;c=(i[a+11>>0]|0)<0?k[a>>2]|0:a;h=CG()|0;j=k[h>>2]|0;k[h>>2]=0;a=EI(c,d,0)|0;b=N;g=k[h>>2]|0;k[h>>2]=j;if((g|0)==34)Ru(e);if((k[d>>2]|0)==(c|0))Tu(e);else{UG(e);N=b;r=f;return a|0}return 0}function Wk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=r;r=r+48|0;d=c+16|0;f=c+32|0;e=c;b=(yF(k[b>>2]|0)|0)+28|0;b=(RF(k[b>>2]|0)|0)+16|0;g=(EF(k[b>>2]|0)|0)+24|0;k[f>>2]=k[g>>2];a=k[a+40>>2]|0;f=Jq(a+16|0,f)|0;f=k[f>>2]|0;k[e>>2]=1;k[e+8>>2]=f;k[d>>2]=k[e>>2];k[d+4>>2]=k[e+4>>2];k[d+8>>2]=k[e+8>>2];k[d+12>>2]=k[e+12>>2];a=$r(a+8|0,d)|0;k[b>>2]=a;r=c;return}function Xk(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;e=k[a+4>>2]|0;c=k[a>>2]|0;while(1){if((c|0)==(e|0))break;f=k[c>>2]|0;if(f|0){d=f+-8|0;b=k[d+4>>2]|0;if(b|0){b=f+(b<<4)|0;do{b=b+-16|0;lo(b)}while((b|0)!=(f|0))}QK(d)}c=c+4|0}f=a+16|0;g=k[a+20>>2]|0;c=k[f>>2]|0;while(1){if((c|0)==(g|0))break;d=k[c>>2]|0;if(d|0){e=d+-4|0;b=k[e>>2]|0;if(b|0){b=d+(b*12|0)|0;do{b=b+-12|0;Ky(b)}while((b|0)!=(d|0))}QK(e)}c=c+4|0}Ky(f);Ky(a);return}function Yk(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>3;f=e+1|0;if(f>>>0>536870911)oJ();else{d=(k[a+8>>2]|0)-d|0;h=d>>2;_q(c,d>>3>>>0<268435455?(h>>>0<f>>>0?f:h):536870911,e,a+8|0);f=c+8|0;e=k[f>>2]|0;h=b;b=k[h+4>>2]|0;d=e;k[d>>2]=k[h>>2];k[d+4>>2]=b;k[f>>2]=e+8;En(a,c);fx(c);r=g;return}}function Zk(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(b)a=1;else{yt(a);d=MC(MC(MC(48992,14971)|0,d)|0,14730)|0;d=Vx(d,k[c>>2]|0)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0;a=0}r=f;return a|0}function _k(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;ar(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=k[b+4>>2];k[e+8>>2]=k[b+8>>2];k[e+12>>2]=k[b+12>>2];k[f>>2]=e+16;Gn(a,c);gx(c);r=g;return}}function $k(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;f=r;r=r+16|0;c=f+8|0;h=f+4|0;d=f;e=gG(k[b>>2]|0)|0;b=a+36|0;g=k[b>>2]|0;a=e+24|0;k[h>>2]=k[a>>2];k[c>>2]=k[h>>2];if(!(Uw(g,c)|0)){dy(Vx(48992,k[a>>2]|0)|0,10)|0;Ra(28922,11935,750,20792)}b=k[b>>2]|0;k[d>>2]=k[a>>2];k[c>>2]=k[d>>2];a=(Qv(b,c)|0)+4|0;a=k[a>>2]|0;b=e+4|0;if((k[b>>2]|0)!=(a|0))k[b>>2]=a;r=f;return}function al(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)iJ();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=yc(j)|0;if(e|0)Qq(l|0,m|0,e|0)|0;if(g|0)Qq(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)Qq(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)Vc(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function bl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;Jj(b);e=i[k[b>>2]>>0]|0;d=c;while(1){f=i[d>>0]|0;if(!(f<<24>>24)){h=4;break}if(f<<24>>24==e<<24>>24){e=0;break}else d=d+1|0}if((h|0)==4)e=$e(a,b,c)|0;Jj(b);f=k[b>>2]|0;g=i[f>>0]|0;d=c;while(1){a=i[d>>0]|0;if(!(a<<24>>24)){h=8;break}if(a<<24>>24==g<<24>>24)break;else d=d+1|0}if((h|0)==8)Ra(31418,31084,463,31438);if(g<<24>>24==59)k[b>>2]=f+1;return ow(e)|0}function cl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=b&255;a:do if(!d)a=a+(Cp(a)|0)|0;else{if(a&3){c=b&255;do{e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break a;a=a+1|0}while((a&3|0)!=0)}d=aa(d,16843009)|0;c=k[a>>2]|0;b:do if(!((c&-2139062144^-2139062144)&c+-16843009))do{e=c^d;if((e&-2139062144^-2139062144)&e+-16843009|0)break b;a=a+4|0;c=k[a>>2]|0}while(!((c&-2139062144^-2139062144)&c+-16843009|0));while(0);c=b&255;while(1){e=i[a>>0]|0;if(e<<24>>24==0?1:e<<24>>24==c<<24>>24)break;else a=a+1|0}}while(0);return a|0}function dl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if(EH(c,d)|0){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if(!(EH(d,c)|0)){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function el(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;c=a+104|0;g=k[c>>2]|0;if((g|0)!=0?(k[a+108>>2]|0)>=(g|0):0)h=4;else{b=Ex(a)|0;if((b|0)>=0){c=k[c>>2]|0;g=k[a+8>>2]|0;if(c){d=a+4|0;f=k[d>>2]|0;e=c-(k[a+108>>2]|0)|0;c=g;if((g-f|0)<(e|0))h=9;else k[a+100>>2]=f+(e+-1)}else{d=a+4|0;c=g;h=9}if((h|0)==9)k[a+100>>2]=g;if(!c)c=k[d>>2]|0;else{g=k[d>>2]|0;a=a+108|0;k[a>>2]=c+1-g+(k[a>>2]|0);c=g}c=c+-1|0;if((l[c>>0]|0|0)!=(b|0))i[c>>0]=b}else h=4}if((h|0)==4){k[a+100>>2]=0;b=-1}return b|0}function fl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;ar(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[f>>2]=e+16;sn(a,c);Ev(c);r=g;return}}function gl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(b)a=1;else{yt(a);d=FC(MC(MC(MC(48992,14971)|0,d)|0,14730)|0,c)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0;a=0}r=f;return a|0}function hl(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+8+3>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+20+3>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Md(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function il(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+8>>2]&127](h)|0;a=i[h+11>>0]|0;if(a<<24>>24<0)g=k[h+4>>2]|0;else g=a&255;a=i[h+12+11>>0]|0;if(a<<24>>24<0)a=k[h+16>>2]|0;else a=a&255;do if((g|0)!=(0-a|0)){a=(Od(c,d,h,h+24|0,f,e,0)|0)-h|0;g=k[b>>2]|0;if((g|0)==12&(a|0)==0){k[b>>2]=0;break}if((g|0)<12&(a|0)==12)k[b>>2]=g+12}else k[e>>2]=k[e>>2]|4;while(0);return}function jl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;c=e;if(i[a+24>>0]|0){d=MC(48992,33925)|0;d=Vx(d,k[b>>2]|0)|0;f=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(d,f);bp(d)}d=k[a+12>>2]|0;c=k[a+8>>2]|0;while(1){if((c|0)==(d|0))break;vr(a,k[c>>2]|0,b);c=c+4|0}r=e;return}function kl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0.0;if(i[51628]|0){b=MC(48824,23794)|0;dy(MC(b,k[c>>2]|0)|0,10)|0}Yn(d);e=+Jb(18,k[c+4>>2]|0,k[c+8>>2]|0);if(i[51628]|0)dy(Ki(MC(48824,24048)|0,e)|0,10)|0;tt(a,e,k[(k[c+16>>2]|0)+4>>2]|0);return}function ll(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0;if((-18-b|0)>>>0<c>>>0)iJ();if((i[a+11>>0]|0)<0)m=k[a>>2]|0;else m=a;if(b>>>0<2147483623){j=c+b|0;l=b<<1;j=j>>>0<l>>>0?l:j;j=j>>>0<11?11:j+16&-16}else j=-17;l=fB(j)|0;if(e|0)Qq(l|0,m|0,e|0)|0;if(g|0)Qq(l+e|0,h|0,g|0)|0;c=d-f|0;d=c-e|0;if(d|0)Qq(l+e+g|0,m+e+f|0,d|0)|0;if((b|0)!=10)SK(m);k[a>>2]=l;k[a+8>>2]=j|-2147483648;g=c+g|0;k[a+4>>2]=g;i[l+g>>0]=0;return}function ml(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)oJ();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;_q(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;e=k[c>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=e;k[g>>2]=f+8;En(a,d);fx(d);r=h;return}}function nl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=dl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(32)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function ol(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(!b){yt(a);d=es(c,MC(MC(MC(48992,14971)|0,d)|0,14730)|0)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function pl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=(Sp(b)|0)+8|0;do if((k[e>>2]|0)==(c|0))d=HG(k[a+4>>2]|0)|0;else{e=(Sp(b)|0)+8|0;if((k[e>>2]|0)==(c+1|0)){d=uc(a,Tm(b,c)|0)|0;break}d=gz(k[a+4>>2]|0)|0;e=d+12|0;while(1){f=(Sp(b)|0)+8|0;if(!((c|0)!=-1?c>>>0<(k[f>>2]|0)>>>0:0))break;ww(e,uc(a,Tm(b,c)|0)|0);c=c+1|0}Ik(d)}while(0);return d|0}function ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;f=h+12|0;c=h+8|0;e=h+4|0;g=h;a:do if(i[a+25>>0]|0){d=k[a+20>>2]|0;k[c>>2]=k[b+4>>2];k[f>>2]=k[c>>2];d=Qv(d,f)|0;c=k[d+4>>2]|0;k[e>>2]=k[d>>2];k[f>>2]=k[e>>2];dj(a,c,f,14815);c=k[d+12>>2]|0;b=k[d+8>>2]|0;while(1){if((b|0)==(c|0))break a;e=k[b>>2]|0;k[g>>2]=k[d>>2];k[f>>2]=k[g>>2];dj(a,e,f,14863);b=b+4|0}}while(0);r=h;return}function rl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;h=r;r=r+32|0;d=h;e=k[a>>2]|0;f=(k[a+4>>2]|0)-e>>3;g=f+1|0;if(g>>>0>536870911)oJ();else{i=(k[a+8>>2]|0)-e|0;e=i>>2;_q(d,i>>3>>>0<268435455?(e>>>0<g>>>0?g:e):536870911,f,a+8|0);g=d+8|0;f=k[g>>2]|0;k[f>>2]=k[b>>2];k[f+4>>2]=k[c>>2];k[g>>2]=f+8;En(a,d);fx(d);r=h;return}}function sl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=tl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(40)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+24>>2]=0;d=c+32|0;k[d>>2]=0;k[d+4>>2]=0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function tl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){e=k[c>>2]|0;while(1){d=k[a+16>>2]|0;if(EH(e,d)|0){d=k[a>>2]|0;if(!d){d=5;break}else a=d}else{if(!(EH(d,e)|0)){d=10;break}c=a+4|0;d=k[c>>2]|0;if(!d){d=9;break}else a=d}}if((d|0)==5){k[b>>2]=a;break}else if((d|0)==9){k[b>>2]=a;a=c;break}else if((d|0)==10){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function ul(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=a+16|0;b=k[d>>2]|0;if(!b)Ra(20504,19332,1453,20512);if(i[a+12>>0]|0){b=MC(48992,20522)|0;b=MC(Ii(b,k[d>>2]|0)|0,44580)|0;a=hD(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=a;a=SF(a,49696)|0;a=nc[k[(k[a>>2]|0)+28>>2]&31](a,10)|0;MI(c);rm(b,a);bp(b);b=k[d>>2]|0}k[d>>2]=b+-1;r=e;return}function vl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(b){yt(a);b=MC(MC(MC(48992,16920)|0,16967)|0,14730)|0;c=Vx(b,k[c>>2]|0)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function wl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+128|0;e=m+112|0;l=m;f=l;g=4028;h=f+112|0;do{k[f>>2]=k[g>>2];f=f+4|0;g=g+4|0}while((f|0)<(h|0));if((b+-1|0)>>>0>2147483646)if(!b){a=e;b=1;j=4}else{b=CG()|0;k[b>>2]=75;b=-1}else j=4;if((j|0)==4){j=-2-a|0;j=b>>>0>j>>>0?j:b;k[l+48>>2]=j;e=l+20|0;k[e>>2]=a;k[l+44>>2]=a;b=a+j|0;a=l+16|0;k[a>>2]=b;k[l+28>>2]=b;b=Fi(l,c,d)|0;if(j){l=k[e>>2]|0;i[l+(((l|0)==(k[a>>2]|0))<<31>>31)>>0]=0}}r=m;return b|0}function xl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=dl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=MC(48992,21165)|0;f=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(e,f);bp(e)}f=xv(a)|0;k[b+16>>2]=f;f=xv(a)|0;k[b+12>>2]=f;f=xv(a)|0;k[b+8>>2]=f;nz(b);r=d;return}function zl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Al(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(28)|0;k[c+16>>2]=k[k[d>>2]>>2];Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Al(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+4|0;a=k[d>>2]|0;do if(a){while(1){d=k[a+16>>2]|0;if(d>>>0>c>>>0){d=k[a>>2]|0;if(!d){d=4;break}else a=d}else{if(d>>>0>=c>>>0){d=9;break}e=a+4|0;d=k[e>>2]|0;if(!d){d=8;break}else a=d}}if((d|0)==4){k[b>>2]=a;break}else if((d|0)==8){k[b>>2]=a;a=e;break}else if((d|0)==9){k[b>>2]=a;a=b;break}}else{k[b>>2]=d;a=d}while(0);return a|0}function Bl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(48992,14971)|0,15788)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function Cl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+16|0;f=g;c=b+8|0;if(k[c>>2]|0){d=(Hp(a+28|0,c)|0)+4|0;e=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;h=c+-1|0;k[d>>2]=e+(h<<2);c=h}c=a+40|0;if(uu(c,b)|0){k[f>>2]=b;h=(vp(c,f)|0)+4|0;oj(a,k[h>>2]|0,b)}}r=g;return}function Dl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(48992,14971)|0,15558)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function El(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(48992,14971)|0,16180)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function Fl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(48992,14971)|0,15467)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function Gl(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(!b){yt(a);c=FC(MC(MC(MC(48992,14971)|0,15403)|0,14730)|0,c)|0;b=hD(c+(k[(k[c>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=b;b=SF(b,49696)|0;b=nc[k[(k[b>>2]|0)+28>>2]&31](b,10)|0;MI(d);rm(c,b);bp(c);i[a+24>>0]=0}r=e;return}function Hl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=TC(b)|0;e=k[a+4>>2]|0;a:do if(e){f=e+-1|0;g=(f&e|0)==0;if(g)d=f&c;else d=(c>>>0)%(e>>>0)|0;c=k[(k[a>>2]|0)+(d<<2)>>2]|0;if(c)do{c=k[c>>2]|0;if(!c){c=0;break a}a=k[c+4>>2]|0;if(g)a=a&f;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(d|0)){c=0;break a}}while((Nu(k[c+8>>2]|0,b)|0)!=0);else c=0}else c=0;while(0);return c|0}function Il(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=k[b>>2]|0;b=f*33^5381;e=k[a+4>>2]|0;a:do if(e){g=e+-1|0;d=(g&e|0)==0;if(d)c=g&b;else c=(b>>>0)%(e>>>0)|0;b=k[(k[a>>2]|0)+(c<<2)>>2]|0;if(b)do{b=k[b>>2]|0;if(!b){b=0;break a}a=k[b+4>>2]|0;if(d)a=a&g;else a=(a>>>0)%(e>>>0)|0;if((a|0)!=(c|0)){b=0;break a}}while((k[b+8>>2]|0)!=(f|0));else b=0}else b=0;while(0);return b|0}function Jl(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+12>>2]|0;if(!b)Ra(19058,14385,984,18342);c=k[a+16>>2]|0;a:do if(c|0){d=k[b+4>>2]|0;b=k[c+4>>2]|0;if((d|0)==(b|0)){k[a+4>>2]=d;break}b:do switch(d|0){case 0:case 5:{switch(b|0){case 0:case 5:break;default:e=10}break}default:{switch(b|0){case 0:break b;case 5:break;default:{e=10;break b}}k[a+4>>2]=d;break a}}while(0);if((e|0)==10?(d|0)==5:0){k[a+4>>2]=b;break}k[a+4>>2]=0}while(0);return}function Kl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=Al(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function Ll(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0;if((1073741807-b|0)>>>0<c>>>0)iJ();j=a+8|0;if((i[j+3>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<536870887){c=c+b|0;f=b<<1;c=c>>>0<f>>>0?f:c;c=c>>>0<2?2:c+4&-4;if(c>>>0>1073741823)Ra(43681,43718,1734,43821);else g=c}else g=1073741807;f=fB(g<<2)|0;if(e|0)PH(f,h,e);c=d-e|0;if(c|0)PH(f+(e<<2)|0,h+(e<<2)|0,c);if((b|0)!=1)SK(h);k[a>>2]=f;k[j>>2]=g|-2147483648;return}function Ml(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ra(37702,37720,242,37741);dq(a,152,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}iv(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[f>>2]&255](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ra(37746,37720,246,37741);else if((b|0)==10){r=i;return}}function Nl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f;if(!b){yt(a);d=Ii(MC(MC(MC(48992,14971)|0,d)|0,14730)|0,c)|0;c=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[e>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(e);rm(d,c);bp(d);i[a+24>>0]=0}r=f;return}function Ol(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e){f=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{f=d&255;d=10}if((d-f|0)>>>0>=c>>>0){if(c|0){if(e)d=k[a>>2]|0;else d=a;if(f){jx(d+c|0,d|0,f|0)|0;b=d>>>0<=b>>>0&(d+f|0)>>>0>b>>>0?b+c|0:b}jx(d|0,b|0,c|0)|0;b=f+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=b;else i[g>>0]=b;i[d+b>>0]=0}}else ll(a,d,f+c-d|0,f,0,0,c,b);return a|0}function Pl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;g=a+4|0;h=a+8|0;if((k[h>>2]|0)!=(k[g>>2]|0))Ra(37702,37720,242,37741);dq(a,102,b);d=f+4|0;e=a+-16|0;while(1){if((k[h>>2]|0)==(k[g>>2]|0)){b=10;break}iv(f,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[f>>2]&255](e,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ra(37746,37720,246,37741);else if((b|0)==10){r=i;return}}function Ql(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;e=i[a+11>>0]|0;d=e<<24>>24<0;e=d?k[a+4>>2]|0:e&255;d=d?k[a>>2]|0:a;c=47236;a=b;a:while(1){while(1){if(!a)break a;b=a+16|0;f=i[b+11>>0]|0;g=f<<24>>24<0;f=g?k[a+20>>2]|0:f&255;b=xF(g?k[b>>2]|0:b,d,e>>>0<f>>>0?e:f)|0;if((((b|0)==0?(f>>>0<e>>>0?-2147483648:0):b)|0)>=0)break;a=k[a+4>>2]|0}c=a;a=k[a>>2]|0}return c|0}function Rl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;if(b){yt(a);b=MC(MC(MC(MC(48992,16920)|0,16838)|0,14730)|0,37363)|0;e=hD(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(c);rm(b,e);bp(b);i[a+24>>0]=0}r=d;return}function Sl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;if(!b){yt(a);b=MC(MC(MC(MC(48992,14971)|0,16860)|0,14730)|0,37363)|0;e=hD(b+(k[(k[b>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(c);rm(b,e);bp(b);i[a+24>>0]=0}r=d;return}function Tl(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+112|0;c=h+4|0;d=h;k[d>>2]=c+100;kr(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=i[f>>0]|0;do if(c){a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0)){b=(nc[k[(k[c>>2]|0)+52>>2]&31](c,d&255)|0)==-1;c=b?0:c;break}else{k[a>>2]=e+1;i[e>>0]=d;break}}else c=0;while(0);f=f+1|0}r=h;return c|0}function Ul(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,30435,15);b=oD(e,a)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}bE(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);UG(d);UG(e);r=f;return k[c>>2]|0}function Vl(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,30422,12);b=oD(e,a)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}bE(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);UG(d);UG(e);r=f;return k[c>>2]|0}function Wl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;e=r;r=r+16|0;d=e;if(!(i[b>>0]|0)){f=(i[b+24>>0]|0)==0;b=lG(b)|0;if(f)c=5}else{b=lG(b)|0;c=5}do if((c|0)==5){b=Do(b)|0;c=k[a+8>>2]|0;if(b>>>0<(k[a+12>>2]|0)-c>>2>>>0){b=k[c+(b<<2)>>2]|0;break}else{f=Sa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,17860,16);NA(f,d);Gb(f|0,8,158)}}while(0);r=e;return b|0}function Xl(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)){c=i[a>>0]|0;if(c<<24>>24!=95){if(((c<<24>>24)+-48|0)>>>0>=10)break;while(1){a=a+1|0;if((a|0)==(b|0)){a=b;break a}if(((i[a>>0]|0)+-48|0)>>>0>=10)break a}}c=a+1|0;if((c|0)!=(b|0)){c=i[c>>0]|0;if(((c<<24>>24)+-48|0)>>>0<10){a=a+2|0;break}if(c<<24>>24==95){c=a+2|0;while(1){if((c|0)==(b|0))break a;d=i[c>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;c=c+1|0}return (d<<24>>24==95?c+1|0:a)|0}}}while(0);return a|0}function Yl(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>3;ar(c,h>>4>>>0<134217727?(d>>>0<f>>>0?f:d):268435455,e,a+8|0);f=c+8|0;e=k[f>>2]|0;gF(e,b);k[f>>2]=e+16;sn(a,c);Ev(c);r=g;return}}function Zl(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=CG()|0;h=k[g>>2]|0;k[g>>2]=0;QE()|0;a=YI(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>65535|(e|0)==34){k[c>>2]=4;a=-1;break}else{a=a&65535;break}else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function _l(a,b){a=a|0;b=+b;var c=0,d=0;c=(o[u>>2]=b,k[u>>2]|0);if((c&2147483647)>>>0>2139095040){MC(MC(a,(c|0)<0?45950:55711)|0,38557)|0;c=TA(b)|0;if(c|0){a=MC(a,27681)|0;d=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[d>>2]=k[d>>2]&-75|8;a=Ii(a,c)|0;a=a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0;k[a>>2]=k[a>>2]&-75|2}}else Qg(a,b);return}function $l(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ra(37702,37720,242,37741);dq(a,52,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}iv(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[e>>2]&255](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ra(37746,37720,246,37741);else if((b|0)==10){r=h;return}}function am(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ra(37702,37720,242,37741);dq(a,78,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}iv(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[e>>2]&255](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ra(37746,37720,246,37741);else if((b|0)==10){r=h;return}}function bm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;f=a+4|0;g=a+8|0;if((k[g>>2]|0)!=(k[f>>2]|0))Ra(37702,37720,242,37741);dq(a,176,b);d=e+4|0;while(1){if((k[g>>2]|0)==(k[f>>2]|0)){b=10;break}iv(e,a);b=k[d>>2]|0;if(!(k[b>>2]|0)){b=6;break}fc[k[e>>2]&255](a,b);c=k[a>>2]|0;if(c|0){k[b>>2]=c;k[a>>2]=0}}if((b|0)==6)Ra(37746,37720,246,37741);else if((b|0)==10){r=h;return}}function cm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+16|0;c=j+8|0;e=j+4|0;f=j;g=b+8|0;h=k[b+16>>2]|0;i=b+32|0;d=0;while(1){if((d|0)==(h|0))break;l=DC(g,d)|0;k[e>>2]=k[l>>2];l=k[i>>2]|0;k[c>>2]=k[e>>2];Ch(a,c,l,b);d=d+1|0}k[f>>2]=k[b+24>>2];l=k[i>>2]|0;k[c>>2]=k[f>>2];Ch(a,c,l,b);Dl(a,(k[(k[b+28>>2]|0)+4>>2]|4|0)==5,b);r=j;return}function dm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=MC(48992,21181)|0;f=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(e,f);bp(e)}c=rh(a)|0;if((c|1|0)!=1)Ra(20621,19332,2222,21197);if((c|0)==1){f=xv(a)|0;k[b+8>>2]=f}r=d;return}function em(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;if(!a)MC(b,35731)|0;else{cn(d,b);i[d+8>>0]=0;k[d+12>>2]=44687;k[d+16>>2]=35647;if(c){i[d+20>>0]=1;c=MC(b,36137)|0;MC(MC(c,vx(k[a+4>>2]|0)|0)|0,34001)|0}pf(d,a)}r=e;return b|0}function fm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+16|0;e=g+8|0;c=g+4|0;f=g;a:do if(i[a+25>>0]|0?(k[b+12>>2]|0)==0:0){d=b+16|0;h=k[(k[d>>2]|0)+4>>2]|0;k[c>>2]=k[b>>2];k[e>>2]=k[c>>2];dj(a,h,e,14627);c=k[d>>2]|0;d=k[c+12>>2]|0;c=k[c+8>>2]|0;while(1){if((c|0)==(d|0))break a;h=k[c>>2]|0;k[f>>2]=k[b>>2];k[e>>2]=k[f>>2];dj(a,h,e,14675);c=c+4|0}}while(0);r=g;return}function gm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=tl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(24)|0;k[c+16>>2]=k[k[d>>2]>>2];k[c+20>>2]=0;Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function hm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;a=0;break}g=CG()|0;h=k[g>>2]|0;k[g>>2]=0;QE()|0;a=YI(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;do if((k[f>>2]|0)==(b|0))if(d>>>0>0|(d|0)==0&a>>>0>4294967295|(e|0)==34){k[c>>2]=4;a=-1;break}else break;else{k[c>>2]=4;a=0}while(0)}while(0);r=j;return a|0}function im(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(Ad(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[11983];r=f;return}function jm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=MC(48992,21146)|0;f=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(e,f);bp(e)}f=Wh(a,rh(a)|0)|0;k[b+8>>2]=f;f=xv(a)|0;k[b+12>>2]=f;r=d;return}function km(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;k[a>>2]=0;c=b+16|0;g=0;while(1){h=(MA(k[c>>2]|0)|0)<<24>>24;f=h&127;b=((g|0)==0?127:(1<<32-g)+127|0)&f;d=(h&128|0)!=0;if(d&(b|0)!=(f|0)){b=3;break}e=k[a>>2]|b<<g;k[a>>2]=e;f=g+7|0;if(!d){b=7;break}if(f>>>0<32)g=f;else{b=6;break}}if((b|0)==3)Ra(19497,19332,99,19350);else if((b|0)==6)Ra(19574,19332,104,19350);else if((b|0)==7){if(f>>>0<32&(h&64|0)!=0?(h=25-g|0,h=e<<h>>h,k[a>>2]=h,(h|0)>=0):0)Ra(21303,19332,114,19350);return}}function lm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=8;c=b;e=c;e=l[e>>0]|l[e+1>>0]<<8|l[e+2>>0]<<16|l[e+3>>0]<<24;c=c+4|0;c=l[c>>0]|l[c+1>>0]<<8|l[c+2>>0]<<16|l[c+3>>0]<<24;b=a;d=b;i[d>>0]=e;i[d+1>>0]=e>>8;i[d+2>>0]=e>>16;i[d+3>>0]=e>>24;b=b+4|0;i[b>>0]=c;i[b+1>>0]=c>>8;i[b+2>>0]=c>>16;i[b+3>>0]=c>>24;i[a+8>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function mm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;Ad(d,b,c);if(!(k[d+16>>2]|0)){k[a>>2]=0;d=a+8|0;k[d>>2]=0;k[d+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=e;return}function nm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;b=f;c=k[11915]|0;d=(k[11916]|0)-c>>2;e=d+1|0;if(e>>>0>1073741823)oJ();else{g=(k[11917]|0)-c|0;c=g>>1;Cq(b,g>>2>>>0<536870911?(c>>>0<e>>>0?e:c):1073741823,d);e=b+8|0;d=k[e>>2]|0;k[d>>2]=k[a>>2];k[e>>2]=d+4;mo(b);Bx(b);r=f;return}}function om(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=MC(48992,19873)|0;e=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(b);rm(d,e);bp(d)}e=(k[a>>2]|0)+88|0;uC(e,rh(a)|0,0)|0;e=(k[a>>2]|0)+92|0;uC(e,rh(a)|0,0)|0;r=c;return}function pm(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=Ic(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+$(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(da(c+-1|0)|0);else c=Ic(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)vg(a,b)}}else vg(a,b);return}function qm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+11|0;d=i[f>>0]|0;e=d<<24>>24<0;if(e)g=(k[a+8>>2]&2147483647)+-1|0;else g=10;do if(g>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)jx(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[f>>0]|0)<0){k[a+4>>2]=c;break}else{i[f>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;al(a,g,c-g|0,d,0,d,c,b)}while(0);return}function rm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;g=h;mw(g,a);do if(i[g>>0]|0){c=k[(k[a>>2]|0)+-12>>2]|0;e=k[a+c+24>>2]|0;f=e;if(e){c=f+24|0;d=k[c>>2]|0;if((d|0)!=(k[f+28>>2]|0)){k[c>>2]=d+1;i[d>>0]=b;break}if((nc[k[(k[e>>2]|0)+52>>2]&31](f,b&255)|0)!=-1)break;c=k[(k[a>>2]|0)+-12>>2]|0}a=a+c+16|0;k[a>>2]=k[a>>2]|1}while(0);zp(g);r=h;return}function sm(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=r;r=r+416|0;c=h+8|0;d=h;k[d>>2]=c+400;_o(a+8|0,c,d,e,f,g);g=k[d>>2]|0;f=c;c=k[b>>2]|0;while(1){if((f|0)==(g|0))break;d=k[f>>2]|0;if(!c)c=0;else{a=c+24|0;e=k[a>>2]|0;if((e|0)==(k[c+28>>2]|0))d=nc[k[(k[c>>2]|0)+52>>2]&31](c,d)|0;else{k[a>>2]=e+4;k[e>>2]=d}c=(d|0)==-1?0:c}f=f+4|0}r=h;return c|0}function tm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;i[a+53>>0]=1;do if((k[a+4>>2]|0)==(c|0)){i[a+52>>0]=1;e=a+16|0;c=k[e>>2]|0;if(!c){k[e>>2]=b;k[a+24>>2]=d;k[a+36>>2]=1;if(!((d|0)==1?(k[a+48>>2]|0)==1:0))break;i[a+54>>0]=1;break}if((c|0)!=(b|0)){d=a+36|0;k[d>>2]=(k[d>>2]|0)+1;i[a+54>>0]=1;break}e=a+24|0;c=k[e>>2]|0;if((c|0)==2){k[e>>2]=d;c=d}if((c|0)==1?(k[a+48>>2]|0)==1:0)i[a+54>>0]=1}while(0);return}function um(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;while(1){b=i[a>>0]|0;c=b<<24>>24;d=a+1|0;if(!(hK(c)|0))break;else a=d}switch(c|0){case 45:{a=1;e=5;break}case 43:{a=0;e=5;break}default:f=0}if((e|0)==5){f=a;a=d;b=i[d>>0]|0}d=(b<<24>>24)+-48|0;if(d>>>0<10){b=0;c=0;do{b=aB(b|0,c|0,10,0)|0;a=a+1|0;b=pE(b|0,N|0,d|0,((d|0)<0)<<31>>31|0)|0;c=N;d=(i[a>>0]|0)+-48|0}while(d>>>0<10);a=c}else{b=0;a=0}e=(f|0)!=0;f=pE(0,0,b|0,a|0)|0;N=e?a:N;return (e?b:f)|0}function vm(a,b){a=a|0;b=b|0;var c=0,d=0;if((b|0)!=1){if(b+-1&b)b=Ic(b)|0}else b=2;d=k[a+4>>2]|0;if(b>>>0<=d>>>0){if(b>>>0<d>>>0){c=~~+$(+(+((k[a+12>>2]|0)>>>0)/+o[a+16>>2]))>>>0;if(d>>>0>2&(d+-1&d|0)==0)c=1<<32-(da(c+-1|0)|0);else c=Ic(c)|0;b=b>>>0<c>>>0?c:b;if(b>>>0<d>>>0)yg(a,b)}}else yg(a,b);return}function wm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 104:{d=a+1|0;c=Dq(d,b)|0;if((c|0)==(d|0)|(c|0)==(b|0))break a;return ((i[c>>0]|0)==95?c+1|0:a)|0}case 118:break;default:break a}e=a+1|0;c=Dq(e,b)|0;if((!((c|0)==(e|0)|(c|0)==(b|0))?(i[c>>0]|0)==95:0)?(e=c+1|0,d=Dq(e,b)|0,!((d|0)==(e|0)|(d|0)==(b|0))):0)a=(i[d>>0]|0)==95?d+1|0:a}while(0);return a|0}function xm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+16|0;b=f;e=zm(a)|0;k[b>>2]=e;d=a+88|0;c=k[d>>2]|0;if((c|0)==(k[a+92>>2]|0))Lm(a+84|0,b);else{k[c>>2]=e;k[d>>2]=(k[d>>2]|0)+4}b=(k[a>>2]|0)+112|0;b=pD(b,tn(a)|0)|0;c=k[d>>2]|0;a=0;while(1){if((a|0)==-1)break;g=a+-1|0;k[d>>2]=c+(g<<2);a=g}g=($F(b)|0)+8|0;k[g>>2]=e;r=f;return b|0}function ym(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=b;b=b+112|0;k[a+4>>2]=b;k[a+8>>2]=b;k[a+12>>2]=0;k[a+20>>2]=0;k[a+24>>2]=0;k[a+16>>2]=a+20;i[a+28>>0]=c&1;i[a+29>>0]=0;i[a+30>>0]=0;i[a+31>>0]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[a+32>>2]=a+36;k[a+48>>2]=0;k[a+52>>2]=0;k[a+44>>2]=a+48;b=a+100|0;k[a+104>>2]=0;k[a+108>>2]=0;c=a+104|0;d=a+56|0;e=d+44|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(e|0));k[b>>2]=c;k[a+116>>2]=0;k[a+120>>2]=0;k[a+112>>2]=a+116;return}function zm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;a=a+36|0;b=k[a>>2]|0;k[a>>2]=b+1;Ci(e,b);b=gD(e,20497)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}bE(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;UG(d);UG(e);r=f;return c|0}function Am(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;h=(k[f>>2]|0)+-4|0;g=c+-4|0;i=k[g>>2]|0;k[g>>2]=0;k[h>>2]=i;k[f>>2]=(k[f>>2]|0)+-4;c=g}g=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=g;g=b+8|0;i=k[e>>2]|0;k[e>>2]=k[g>>2];k[g>>2]=i;g=a+8|0;i=b+12|0;h=k[g>>2]|0;k[g>>2]=k[i>>2];k[i>>2]=h;k[b>>2]=k[f>>2];return}function Bm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+32|0;c=f+12|0;d=f;e=f+16|0;b=k[a>>2]|0;k[a>>2]=b+1;Ci(e,b);b=gD(e,20359)|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}bE(c,(i[d+11>>0]|0)<0?k[d>>2]|0:d,0);c=k[c>>2]|0;UG(d);UG(e);r=f;return c|0}function Cm(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;do if((a|0)==(k[b+8>>2]|0)){if((k[b+4>>2]|0)==(c|0)?(f=b+28|0,(k[f>>2]|0)!=1):0)k[f>>2]=d}else if((a|0)==(k[b>>2]|0)){if((k[b+16>>2]|0)!=(c|0)?(g=b+20|0,(k[g>>2]|0)!=(c|0)):0){k[b+32>>2]=d;k[g>>2]=c;e=b+40|0;k[e>>2]=(k[e>>2]|0)+1;if((k[b+36>>2]|0)==1?(k[b+24>>2]|0)==2:0)i[b+54>>0]=1;k[b+44>>2]=4;break}if((d|0)==1)k[b+32>>2]=1}while(0);return}function Dm(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0;j=r;r=r+16|0;f=j;do if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{if((i[a>>0]|0)==45){k[c>>2]=4;d=0;a=0;break}g=CG()|0;h=k[g>>2]|0;k[g>>2]=0;QE()|0;a=YI(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;a=-1;d=-1}}else{k[c>>2]=4;a=0;d=0}}while(0);N=d;r=j;return a|0}function Em(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;a:do if((a|0)!=(k[b+8>>2]|0)){f=k[a+12>>2]|0;e=a+16+(f<<3)|0;Au(a+16|0,b,c,d);if((f|0)>1){f=b+54|0;a=a+24|0;do{Au(a,b,c,d);if(i[f>>0]|0)break a;a=a+8|0}while(a>>>0<e>>>0)}}else Pq(b,c,d);while(0);return}function Fm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e){f=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{f=d&255;d=10}if((d-f|0)>>>0>=c>>>0){if(c|0){if(e)e=k[a>>2]|0;else e=a;Qq(e+f|0,b|0,c|0)|0;d=f+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else al(a,d,c-d+f|0,f,f,0,c,b);return a|0}function Gm(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g;f=k[11912]|0;a=f;if(!((f|0)!=(k[11911]|0)?(b=k[11914]|0,(b|0)!=1e3):0)){b=PK(16008)|0;k[b+4>>2]=1e3;d=b+8|0;b=b+16008|0;c=d;do{k[c>>2]=3;p[c+8>>3]=0.0;c=c+16|0}while((c|0)!=(b|0));k[e>>2]=d;if(a>>>0<(k[11913]|0)>>>0){k[f>>2]=d;a=(k[11912]|0)+4|0;k[11912]=a}else{Hm(e);a=k[11912]|0}k[11914]=0;b=0}k[11914]=b+1;r=g;return (k[a+-4>>2]|0)+(b<<4)|0}function Hm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;f=r;r=r+32|0;b=f;c=k[11911]|0;d=(k[11912]|0)-c>>2;e=d+1|0;if(e>>>0>1073741823)oJ();else{g=(k[11913]|0)-c|0;c=g>>1;$q(b,g>>2>>>0<536870911?(c>>>0<e>>>0?e:c):1073741823,d);e=b+8|0;d=k[e>>2]|0;k[d>>2]=k[a>>2];k[e>>2]=d+4;ko(b);Bx(b);r=f;return}}function Im(a){a=a|0;if(!a)return;else{Im(k[a>>2]|0);Im(k[a+4>>2]|0);oB(a+16|0);SK(a);return}}function Jm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;d=a+8|0;h=d+3|0;e=i[h>>0]|0;f=e<<24>>24<0;if(f)g=(k[d>>2]&2147483647)+-1|0;else g=1;do if(g>>>0>=c>>>0){if(f)d=k[a>>2]|0;else d=a;MH(d,b,c);k[d+(c<<2)>>2]=0;if((i[h>>0]|0)<0){k[a+4>>2]=c;break}else{i[h>>0]=c;break}}else{if(f)d=k[a+4>>2]|0;else d=e&255;Bk(a,g,c-g|0,d,d,c,b)}while(0);return}function Km(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(!(i[b>>0]|0))MC(a,k[b+20>>2]|0)|0;else{dy(a,40)|0;d=b+12|0;e=k[d>>2]|0;b=b+8|0;c=0;while(1){if((c|0)==(e|0))break;f=RD(k[b>>2]|0,k[d>>2]|0,c)|0;f=k[f>>2]|0;Km(dy(a,32)|0,f)|0;c=c+1|0}MC(a,17678)|0}return a|0}function Lm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;g=r;r=r+32|0;c=g;d=k[a>>2]|0;e=(k[a+4>>2]|0)-d>>2;f=e+1|0;if(f>>>0>1073741823)oJ();else{h=(k[a+8>>2]|0)-d|0;d=h>>1;sr(c,h>>2>>>0<536870911?(d>>>0<f>>>0?f:d):1073741823,e,a+8|0);f=c+8|0;e=k[f>>2]|0;k[e>>2]=k[b>>2];k[f>>2]=e+4;Qn(a,c);Bx(c);r=g;return}}function Mm(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f+4|0;b=f;k[b>>2]=a;b=Iz(b)|0;k[e>>2]=b;c=a+52|0;d=k[c>>2]|0;if(d>>>0>=(k[a+56>>2]|0)>>>0){Sk(a+48|0,e);a=k[e>>2]|0;k[e>>2]=0;if(a|0){tJ(k[a>>2]|0);SK(a)}}else{k[e>>2]=0;k[d>>2]=b;k[c>>2]=d+4;k[e>>2]=0}r=f;return}function Nm(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11908]|0;d=a+4|0;b=k[11909]|0;while(1){if((b|0)==(c|0))break;e=b+-20|0;Nn((k[d>>2]|0)+-20|0,e);k[d>>2]=(k[d>>2]|0)+-20;b=e}e=k[11908]|0;k[11908]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[11909]|0;k[11909]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[11910]|0;k[11910]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function Om(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=c-b|0;e=g>>2;if(e>>>0>1073741807)iJ();do if(e>>>0>=2){d=e+4&-4;if(d>>>0>1073741823)Ra(43681,43718,1734,43821);else{f=fB(d<<2)|0;k[a>>2]=f;k[a+8>>2]=d|-2147483648;k[a+4>>2]=e;break}}else{i[a+8+3>>0]=e;f=a}while(0);a=f;while(1){if((b|0)==(c|0))break;k[a>>2]=k[b>>2];b=b+4|0;a=a+4|0}k[f+(g>>>2<<2)>>2]=0;return}function Pm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+11|0;d=i[f>>0]|0;e=d<<24>>24<0;if(e)g=(k[a+8>>2]&2147483647)+-1|0;else g=10;do if(g>>>0>=c>>>0){if(e)d=k[a>>2]|0;else d=a;if(c|0)jx(d|0,b|0,c|0)|0;i[d+c>>0]=0;if((i[f>>0]|0)<0){k[a+4>>2]=c;break}else{i[f>>0]=c;break}}else{if(e)d=k[a+4>>2]|0;else d=d&255;ll(a,g,c-g|0,d,0,d,c,b)}while(0);return}function Qm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)-(k[c+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{d=b+8|0;b=c+8|0;b=pE(k[d>>2]|0,k[d+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=N;break}case 3:{e=+CF(b)-+CF(c);k[a>>2]=3;o[a+8>>2]=e;break}case 4:{e=+BF(b)-+BF(c);k[a>>2]=4;p[a+8>>3]=e;break}default:{}}return}function Rm(a,b){a=a|0;b=b|0;var c=0;c=NJ(a,0)|0;do if(!(RE(k[c>>2]|0,47244)|0)){c=NJ(a,0)|0;if(RE(k[c>>2]|0,47248)|0){a=NJ(a,3)|0;a=k[a>>2]|0;c=NJ(b,1)|0;Ss(a,NF(k[c>>2]|0)|0);break}else Ka()}else{a=NJ(a,1)|0;a=k[a>>2]|0;c=NJ(b,1)|0;Ss(a,NF(k[c>>2]|0)|0)}while(0);return}function Sm(a){a=a|0;hy(a+124|0);Zy(a+112|0);Ky(a+96|0);Ky(a+84|0);ty(a+72|0);kx(a+52|0);Ky(a+40|0);Ky(a+24|0);return}function Tm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;e=(Sp(a)|0)+8|0;if((k[e>>2]|0)>>>0>b>>>0){e=Sp(a)|0;e=RD(k[e+4>>2]|0,k[e+8>>2]|0,b)|0;r=d;return k[e>>2]|0}else{e=Sa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,17681,30);b=k[a+28>>2]|0;d=k[a+32>>2]|0;Gt(e,c);k[e+12>>2]=b;k[e+16>>2]=d;Gb(e|0,8,158)}return 0}function Um(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;Uq((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Vm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=aa(k[c+8>>2]|0,k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=aB(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=N;break}case 3:{d=+CF(b)*+CF(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+BF(b)*+BF(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function Wm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){Ym(a,c,1,c,c,0);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function Xm(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-24|0;ht((k[f>>2]|0)+-24|0,g);k[f>>2]=(k[f>>2]|0)+-24;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function Ym(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0;if((-17-b|0)>>>0<c>>>0)iJ();if((i[a+11>>0]|0)<0)j=k[a>>2]|0;else j=a;if(b>>>0<2147483623){g=c+b|0;h=b<<1;g=g>>>0<h>>>0?h:g;g=g>>>0<11?11:g+16&-16}else g=-17;h=yc(g)|0;if(e|0)Qq(h|0,j|0,e|0)|0;c=d-e|0;if(c|0)Qq(h+e+f|0,j+e|0,c|0)|0;if((b|0)!=10)Vc(j);k[a>>2]=h;k[a+8>>2]=g|-2147483648;return}function Zm(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;switch(k[b>>2]|0){case 1:{c=(k[c+8>>2]|0)+(k[b+8>>2]|0)|0;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;b=nG(k[c>>2]|0,k[c+4>>2]|0,k[b>>2]|0,k[b+4>>2]|0)|0;k[a>>2]=2;c=a+8|0;k[c>>2]=b;k[c+4>>2]=N;break}case 3:{d=+CF(b)+ +CF(c);k[a>>2]=3;o[a+8>>2]=d;break}case 4:{d=+BF(b)+ +BF(c);k[a>>2]=4;p[a+8>>3]=d;break}default:{}}return}function _m(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;c=a+4|0;d=a+88|0;e=a+104|0;f=a+80|0;b=a+32|0;while(1){lK(c);a=k[e>>2]|0;if(!a){if(i[f>>0]|0)break}else{while(1){if(MA(a)|0)break;a=k[e>>2]|0}lx(d)}vH(c);Uz(Nt()|0);lK(c);if((i[f>>0]|0)==0?(k[e>>2]|0)==0:0)OG(b,c,1);vH(c)}vH(c);return}function $m(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;e=r;r=r+16|0;d=e;k[d>>2]=0;c=(i[b+11>>0]|0)<0?k[b>>2]|0:b;g=CG()|0;h=k[g>>2]|0;k[g>>2]=0;b=qJ(c,d)|0;f=k[g>>2]|0;k[g>>2]=h;if((f|0)==34)Ru(a);if((k[d>>2]|0)==(c|0))Tu(a);else{r=e;return b|0}return 0}function an(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+16|0;f=g;k[e>>2]=c;b=JG(k[a+8>>2]|0)|0;a=en(f,0)|0;if(b|0)JG(b)|0;a:do switch(a|0){case 0:case -1:{b=2;break}default:{b=a+-1|0;if(b>>>0>(d-(k[e>>2]|0)|0)>>>0)b=1;else while(1){if(!b){b=0;break a}c=i[f>>0]|0;d=k[e>>2]|0;k[e>>2]=d+1;i[d>>0]=c;f=f+1|0;b=b+-1|0}}}while(0);r=g;return b|0}function bn(a,b){a=a|0;b=b|0;var c=0,d=0;d=fB(72)|0;k[a>>2]=d;k[a+4>>2]=47236;c=a+8|0;i[c>>0]=0;a=d+16|0;b=k[b>>2]|0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}$z(d+32|0);i[c>>0]=1;return}function cn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;d=e;k[a>>2]=b;k[a+4>>2]=0;c=a+20|0;i[c>>0]=0;k[a+24>>2]=0;k[a+28>>2]=0;i[a+8>>0]=0;k[a+12>>2]=44687;k[a+16>>2]=35647;b=tb(35649)|0;if(b|0){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,b,Cp(b)|0);a=(rr(d)|0)!=0&1;i[c>>0]=a;UG(d)}r=e;return}function dn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=r;r=r+64|0;e=g;if((a|0)!=(b|0))if((b|0)!=0?(f=ci(b,2192)|0,(f|0)!=0):0){b=e+4|0;d=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(d|0));k[e>>2]=f;k[e+8>>2]=a;k[e+12>>2]=-1;k[e+48>>2]=1;mc[k[(k[f>>2]|0)+28>>2]&15](f,e,k[c>>2]|0,1);if((k[e+24>>2]|0)==1){k[c>>2]=k[e+16>>2];b=1}else b=0}else b=0;else b=1;r=g;return b|0}function en(a,b){a=a|0;b=b|0;do if(a){if(b>>>0<128){i[a>>0]=b;a=1;break}if(b>>>0<2048){i[a>>0]=b>>>6|192;i[a+1>>0]=b&63|128;a=2;break}if(b>>>0<55296|(b&-8192|0)==57344){i[a>>0]=b>>>12|224;i[a+1>>0]=b>>>6&63|128;i[a+2>>0]=b&63|128;a=3;break}if((b+-65536|0)>>>0<1048576){i[a>>0]=b>>>18|240;i[a+1>>0]=b>>>12&63|128;i[a+2>>0]=b>>>6&63|128;i[a+3>>0]=b&63|128;a=4;break}else{a=CG()|0;k[a>>2]=84;a=-1;break}}else a=1;while(0);return a|0}function fn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;g=a+11|0;d=i[g>>0]|0;e=d<<24>>24<0;if(e){f=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{f=d&255;d=10}if((d-f|0)>>>0>=c>>>0){if(c|0){if(e)e=k[a>>2]|0;else e=a;Qq(e+f|0,b|0,c|0)|0;d=f+c|0;if((i[g>>0]|0)<0)k[a+4>>2]=d;else i[g>>0]=d;i[e+d>>0]=0}}else ll(a,d,c-d+f|0,f,f,0,c,b);return a|0}function gn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+44|0;c=k[d>>2]|0;e=k[a+24>>2]|0;if(c>>>0<e>>>0){k[d>>2]=e;c=e}f=a+12|0;d=k[f>>2]|0;do if((k[a+8>>2]|0)>>>0<d>>>0){if((b|0)==-1){k[f>>2]=d+-1;k[a+16>>2]=c;b=0;break}if(!(k[a+48>>2]&16)){e=b&255;d=d+-1|0;if(e<<24>>24!=(i[d>>0]|0)){b=-1;break}}else{e=b&255;d=d+-1|0}k[f>>2]=d;k[a+16>>2]=c;i[d>>0]=e}else b=-1;while(0);return b|0}function hn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=a+8|0;g=d+3|0;c=i[g>>0]|0;e=c<<24>>24<0;if(e){f=k[a+4>>2]|0;c=(k[d>>2]&2147483647)+-1|0}else{f=c&255;c=1}if((f|0)==(c|0)){Ll(a,c,1,c,c);if((i[g>>0]|0)>-1)c=7;else c=8}else if(e)c=8;else c=7;if((c|0)==7)i[g>>0]=f+1;else if((c|0)==8){g=k[a>>2]|0;k[a+4>>2]=f+1;a=g}g=a+(f<<2)|0;k[g>>2]=b;k[g+4>>2]=0;return}function jn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0;i=r;r=r+16|0;f=i;if((a|0)==(b|0)){k[c>>2]=4;d=0;a=0}else{g=CG()|0;h=k[g>>2]|0;k[g>>2]=0;QE()|0;a=eJ(a,f,d)|0;d=N;e=k[g>>2]|0;if(!e)k[g>>2]=h;if((k[f>>2]|0)==(b|0)){if((e|0)==34){k[c>>2]=4;d=(d|0)>0|(d|0)==0&a>>>0>0;a=d?-1:0;d=d?2147483647:-2147483648}}else{k[c>>2]=4;a=0;d=0}}N=d;r=i;return a|0}function kn(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[a>>2]|0;a:do if((d|0)==(k[b>>2]|0))switch(d|0){case 0:{c=1;break a}case 1:{c=(k[a+8>>2]|0)==(k[b+8>>2]|0);break a}case 3:{c=+CF(a)==+CF(b);break a}case 2:{d=a+8|0;c=b+8|0;c=(k[d>>2]|0)==(k[c>>2]|0)?(k[d+4>>2]|0)==(k[c+4>>2]|0):0;break a}case 4:{c=+BF(a)==+BF(b);break a}default:Ka()}else c=0;while(0);return c|0}function ln(a){a=a|0;var b=0,c=0;pA();if(i[51628]|0)MC(48992,12986)|0;b=fB(44)|0;nx(b,a);k[11800]=b;a=k[b+40>>2]|0;if(i[51628]|0?(dy(Km(48824,a)|0,10)|0,i[51628]|0):0)MC(48992,12974)|0;c=fB(200)|0;ho(c);k[11803]=c;b=fB(84)|0;Pe(b,c,Tm(a,0)|0);k[11801]=b;qp();return}function mn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0;j=r;r=r+16|0;c=j+8|0;d=j;e=a+36|0;f=a+40|0;g=c+8|0;h=c;b=a+32|0;a:while(1){a=k[e>>2]|0;a=pc[k[(k[a>>2]|0)+20>>2]&31](a,k[f>>2]|0,c,g,d)|0;l=(k[d>>2]|0)-h|0;if((zC(c,1,l,k[b>>2]|0)|0)!=(l|0)){a=-1;break}switch(a|0){case 1:break;case 2:{a=-1;break a}default:{i=4;break a}}}if((i|0)==4)a=((Us(k[b>>2]|0)|0)!=0)<<31>>31;r=j;return a|0}function nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]^-2147483648;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]^-2147483648;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]^-2147483648;k[c>>2]=1;k[c+8>>2]=e;VC(a,c);break}case 4:{e=b+8|0;rA(a,2,k[e>>2]|0,k[e+4>>2]^-2147483648);break}default:{}}r=d;return}function on(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;c=Pt(a,b,c)|0;Jj(b);md(d,k[b>>2]|0);if((k[d+12>>2]|0)==0?(k[d>>2]|0)==(k[11824]|0):0){k[b>>2]=(k[b>>2]|0)+(k[d+8>>2]|0);d=Ix(c,Pp(a,b)|0)|0;r=e;return d|0}Ra(31476,31084,487,31518);return 0}function pn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;f=b+8|0;e=k[f>>2]|0;g=a+16|0;Bl(a,e>>>0<(sF(k[g>>2]|0)|0)>>>0,b);e=b+12|0;c=k[(k[e>>2]|0)+4>>2]|0;if((c|0)!=5){d=k[b+4>>2]|0;if(d){Ei(a,c,d,b);c=k[(k[e>>2]|0)+4>>2]|0}Ti(a,kz(k[g>>2]|0,k[f>>2]|0)|0,c,b)}return}function qn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}An(a,Wy(b)|0);b=k[c+8>>2]|0;d=0;while(1){if((d|0)==(b|0))break;e=DC(c,d)|0;An(a,Wy(k[(k[e>>2]|0)+4>>2]|0)|0);d=d+1|0}return}function rn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;c=d;switch(k[b>>2]|0){case 1:{c=k[b+8>>2]&2147483647;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;e=k[b>>2]|0;b=k[b+4>>2]&2147483647;k[a>>2]=2;c=a+8|0;k[c>>2]=e;k[c+4>>2]=b;break}case 3:{e=k[b+8>>2]&2147483647;k[c>>2]=1;k[c+8>>2]=e;VC(a,c);break}case 4:{e=b+8|0;rA(a,2,k[e>>2]|0,k[e+4>>2]&2147483647);break}default:{}}r=d;return}function sn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;e=a+4|0;f=b+4|0;c=k[e>>2]|0;while(1){if((c|0)==(d|0))break;g=c+-16|0;ou((k[f>>2]|0)+-16|0,g);k[f>>2]=(k[f>>2]|0)+-16;c=g}d=k[a>>2]|0;k[a>>2]=k[f>>2];k[f>>2]=d;d=b+8|0;g=k[e>>2]|0;k[e>>2]=k[d>>2];k[d>>2]=g;d=a+8|0;g=b+12|0;e=k[d>>2]|0;k[d>>2]=k[g>>2];k[g>>2]=e;k[b>>2]=k[f>>2];return}function tn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=a+96|0;e=a+100|0;f=(k[e>>2]|0)-(k[d>>2]|0)>>2;sp(a);e=(k[e>>2]|0)-(k[d>>2]|0)>>2;if((f-e|0)==1)a=xv(a)|0;else{a=gz(k[a+4>>2]|0)|0;c=a+12|0;b=f;while(1){if(b>>>0>=e>>>0)break;ww(c,k[(k[d>>2]|0)+(b<<2)>>2]|0);b=b+1|0}Ik(a);lr(d,f)}return a|0}function un(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=(c-e|0)/12|0;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b*12|0)|0;while(1){if((c|0)==(a|0))break a;e=c+-12|0;k[f>>2]=e;by(e);c=k[f>>2]|0}}}else ji(a,b-d|0);while(0);return}function vn(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)!=(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)!=(k[c>>2]|0)?1:(k[b+4>>2]|0)!=(k[c+4>>2]|0))&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+CF(b)!=+CF(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+BF(b)!=+BF(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function wn(a,b,c){a=a|0;b=b|0;c=c|0;switch(k[b>>2]|0){case 1:{c=(k[b+8>>2]|0)==(k[c+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 2:{b=b+8|0;c=c+8|0;c=((k[b>>2]|0)==(k[c>>2]|0)?(k[b+4>>2]|0)==(k[c+4>>2]|0):0)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 3:{c=+CF(b)==+CF(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}case 4:{c=+BF(b)==+BF(c)&1;k[a>>2]=1;k[a+8>>2]=c;break}default:{}}return}function xn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0;g=r;r=r+16|0;f=g;e=tl(b,f,c)|0;c=k[e>>2]|0;if(!c){c=fB(20)|0;k[c+16>>2]=k[d>>2];Sr(b,k[f>>2]|0,e,c);e=1}else e=0;k[a>>2]=c;i[a+4>>0]=e;r=g;return}function yn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0;if((-17-b|0)>>>0<c>>>0)iJ();if((i[a+11>>0]|0)<0)h=k[a>>2]|0;else h=a;if(b>>>0<2147483623){f=c+b|0;g=b<<1;f=f>>>0<g>>>0?g:f;f=f>>>0<11?11:f+16&-16}else f=-17;g=fB(f)|0;if(e|0)Qq(g|0,h|0,e|0)|0;c=d-e|0;if(c|0)Qq(g+e|0,h+e|0,c|0)|0;if((b|0)!=10)SK(h);k[a>>2]=g;k[a+8>>2]=f|-2147483648;return}function zn(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=MC(48992,19383)|0;e=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(b);rm(d,e);bp(d)}Lp(a,1836278016);Lp(a,12);r=c;return}function An(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+11|0;c=i[f>>0]|0;d=c<<24>>24<0;if(d){e=k[a+4>>2]|0;c=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;c=10}if((e|0)==(c|0)){yn(a,c,1,c,c);if((i[f>>0]|0)>-1)c=7;else c=8}else if(d)c=8;else c=7;if((c|0)==7)i[f>>0]=e+1;else if((c|0)==8){f=k[a>>2]|0;k[a+4>>2]=e+1;a=f}f=a+e|0;i[f>>0]=b;i[f+1>>0]=0;return}function Bn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;c=d;if(i[a+12>>0]|0){e=MC(48992,21243)|0;f=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[c>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(c);rm(e,f);bp(e)}f=xv(a)|0;k[b+8>>2]=f;r=d;return}function Cn(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d&2048){i[a>>0]=43;a=a+1|0}if(d&512){i[a>>0]=35;a=a+1|0}while(1){e=i[b>>0]|0;if(!(e<<24>>24))break;i[a>>0]=e;b=b+1|0;a=a+1|0}a:do switch(d&74){case 64:{i[a>>0]=111;break}case 8:if(!(d&16384)){i[a>>0]=120;break a}else{i[a>>0]=88;break a}default:if(c){i[a>>0]=100;break a}else{i[a>>0]=117;break a}}while(0);return}function Dn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;if(b|0){f=a+11|0;c=i[f>>0]|0;if(c<<24>>24<0){e=k[a+4>>2]|0;d=(k[a+8>>2]&2147483647)+-1|0}else{e=c&255;d=10}if((d-e|0)>>>0<b>>>0){yn(a,d,b-d+e|0,e,e);c=i[f>>0]|0}if(c<<24>>24<0)d=k[a>>2]|0;else d=a;Vs(d+e|0,0,b|0)|0;c=e+b|0;if((i[f>>0]|0)<0)k[a+4>>2]=c;else i[f>>0]=c;i[d+c>>0]=0}return}function En(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>3)<<3)|0;k[f>>2]=c;if((e|0)>0){Qq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function Fn(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=k[a+12>>2]|0;f=k[a+4>>2]|0;e=k[f>>2]|0;k[f>>2]=e+1;f=a+8|0;if(e>>>0<(k[k[f>>2]>>2]|0)>>>0){c=k[(k[(k[d>>2]|0)+36>>2]|0)+(e<<2)>>2]|0;a=k[a+16>>2]|0;b=k[a+4>>2]|0;a=k[a>>2]|0;while(1){if((a|0)==(b|0))break;vr(d,k[a>>2]|0,c);a=a+4|0}a=(e+1|0)==(k[k[f>>2]>>2]|0)&1}else a=1;return a|0}function Gn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>4)<<4)|0;k[f>>2]=c;if((e|0)>0){Qq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function Hn(a){a=a|0;var b=0;if((i[46560]|0)==0?WH(46560)|0:0){if((i[46568]|0)==0?WH(46568)|0:0){b=49816;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=50104);Fb(175,0,x|0)|0}uD(49816,41572);uD(49828,41575);k[12526]=49816}return k[12526]|0}function In(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((b|0)==(k[a+24>>2]|0)){b=(k[b+12>>2]|0)+4|0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0)){Lm(a+32|0,b);break}else{k[d>>2]=k[b>>2];k[c>>2]=d+4;break}}else if((k[b+8>>2]|0)==(k[a+28>>2]|0)){d=k[a+32>>2]|0;b=a+36|0;c=k[b>>2]|0;while(1){if((c|0)==(d|0))break a;a=c+-4|0;k[b>>2]=a;c=a}}while(0);return}function Jn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}f=Cp(b)|0;e=c+11|0;d=i[e>>0]|0;d=d<<24>>24<0?k[c+4>>2]|0:d&255;xr(a,b,f,d+f|0);Fm(a,(i[e>>0]|0)<0?k[c>>2]|0:c,d)|0;return}function Kn(a){a=a|0;var b=0;if((i[46640]|0)==0?WH(46640)|0:0){if((i[46648]|0)==0?WH(46648)|0:0){b=50628;do{k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=b+12|0}while((b|0)!=50916);Fb(179,0,x|0)|0}tD(50628,8824);tD(50640,8836);k[12729]=50628}return k[12729]|0}function Ln(a,b){a=a|0;b=b|0;var c=0;if(!(i[a+8>>0]|0))fA(k[a>>2]|0,k[a+4>>2]|0);if(i[a+20>>0]|0){c=MC(k[a>>2]|0,36137)|0;MC(MC(c,vx(k[b+4>>2]|0)|0)|0,34001)|0}pf(a,b);MC(k[a>>2]|0,k[a+16>>2]|0)|0;return}function Mn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=DA(k[a>>2]|0,35466)|0;Vx(d,k[b+24>>2]|0)|0;eB(a);d=b+8|0;e=k[b+16>>2]|0;c=0;while(1){if((c|0)==(e|0))break;f=DC(d,c)|0;Ln(a,k[f>>2]|0);c=c+1|0}Ln(a,k[b+28>>2]|0);Gw(a);return}function Nn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0;d=k[b>>2]|0;k[b>>2]=0;f=b+4|0;e=k[f>>2]|0;k[f>>2]=0;k[a>>2]=d;k[a+4>>2]=e;f=a+8|0;g=b+8|0;c=k[g>>2]|0;k[f>>2]=c;h=b+12|0;i=k[h>>2]|0;k[a+12>>2]=i;k[a+16>>2]=k[b+16>>2];if(i|0){a=k[c+4>>2]|0;b=e+-1|0;if(!(b&e))a=b&a;else a=(a>>>0)%(e>>>0)|0;k[d+(a<<2)>>2]=f;k[g>>2]=0;k[h>>2]=0}return}function On(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0;d=r;r=r+16|0;e=d+4|0;g=d;c=zy(k[a+4>>2]|0)|0;h=lG(Tm(b,1)|0)|0;k[c+24>>2]=h;f=k[a>>2]|0;k[g>>2]=h;k[e>>2]=k[g>>2];e=(Tv(f,e)|0)+16|0;k[c+4>>2]=k[(k[e>>2]|0)+4>>2];e=(Sp(b)|0)+8|0;_u(a,b,k[e>>2]|0,c);r=d;return c|0}function Pn(){var a=0,b=0,c=0,d=0;a=k[11909]|0;d=k[11908]|0;b=a-d|0;c=(b|0)/20|0;a:do if(c>>>0>=4){if((b|0)!=80){b=d+80|0;while(1){if((a|0)==(b|0))break a;d=a+-20|0;k[11909]=d;hx(d);a=k[11909]|0}}}else uh(4-c|0);while(0);return}function Qn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-(e>>2)<<2)|0;k[f>>2]=c;if((e|0)>0){Qq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function Rn(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+16|0;b=d;e=a+76|0;k[b>>2]=e;c=b+4|0;i[c>>0]=1;lK(e);i[a+152>>0]=1;if(k[a+60>>2]|0)jv(a+104|0,b,a);if(i[c>>0]|0)vH(k[b>>2]|0);c=k[a+52>>2]|0;b=k[a+48>>2]|0;while(1){if((b|0)==(c|0))break;OI(k[b>>2]|0);b=b+4|0}r=d;return}function Sn(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;b=c;if(i[a+12>>0]|0){d=MC(48992,19860)|0;e=hD(d+(k[(k[d>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=e;e=SF(e,49696)|0;e=nc[k[(k[e>>2]|0)+28>>2]&31](e,10)|0;MI(b);rm(d,e);bp(d)}e=rh(a)|0;k[a+20>>2]=e;r=c;return}function Tn(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=r;r=r+256|0;f=g;do if((c|0)>(d|0)&(e&73728|0)==0){c=c-d|0;Vs(f|0,b|0,(c>>>0>256?256:c)|0)|0;d=k[a>>2]|0;e=(d&32|0)==0;if(c>>>0>255){b=c;do{if(e){mk(f,256,a)|0;d=k[a>>2]|0}b=b+-256|0;e=(d&32|0)==0}while(b>>>0>255);if(e)c=c&255;else break}else if(!e)break;mk(f,c,a)|0}while(0);r=g;return}function Un(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=Cp(c)|0;xr(a,f?k[b>>2]|0:b,e,e+d|0);Fm(a,c,d)|0;return}function Vn(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=k[a>>2]|0;g=a+4|0;f=b+4|0;e=(k[g>>2]|0)-d|0;c=(k[f>>2]|0)+(0-e)|0;k[f>>2]=c;if((e|0)>0){Qq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0}else d=f;f=k[a>>2]|0;k[a>>2]=c;k[d>>2]=f;f=b+8|0;e=k[g>>2]|0;k[g>>2]=k[f>>2];k[f>>2]=e;f=a+8|0;g=b+12|0;a=k[f>>2]|0;k[f>>2]=k[g>>2];k[g>>2]=a;k[b>>2]=k[d>>2];return}function Wn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;b=lG(Tm(b,1)|0)|0;a=Mc(b,c,k[a+4>>2]|0)|0;if(!a){e=Sa(20)|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,18351,9);NA(e,d);Gb(e|0,8,158)}else{r=e;return a|0}return 0}function Xn(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;f=0;while(1){if((f|0)>=(c|0))break;d=k[g>>2]|0;e=k[h>>2]|0;if(d>>>0>=e>>>0){if((nc[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break;b=b+1|0;f=f+1|0;continue}e=e-d|0;i=c-f|0;e=(i|0)<(e|0)?i:e;if(e){Qq(d|0,b|0,e|0)|0;d=k[g>>2]|0}k[g>>2]=d+e;b=b+e|0;f=e+f|0}return f|0}function Yn(a){a=a|0;var b=0;fb(38);b=k[a+4>>2]|0;a=k[a>>2]|0;a:while(1){if((a|0)==(b|0)){a=3;break}switch(k[a>>2]|0){case 1:{Va(39,TF(a)|0)|0;break}case 3:{cb(39,+(+CF(a)))|0;break}case 4:{cb(39,+(+BF(a)))|0;break}default:{a=8;break a}}a=a+16|0}if((a|0)==3)return;else if((a|0)==8)Ka()}function Zn(a,b){a=a|0;b=b|0;var c=0;DA(k[a>>2]|0,35542)|0;dy(Xs(a,k[b>>2]|0)|0,32)|0;c=k[a>>2]|0;dy(MC(c,vx(k[b+4>>2]|0)|0)|0,32)|0;pf(a,k[b+8>>2]|0);dy(k[a>>2]|0,41)|0;return}function _n(){var a=0,b=0,c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=k[11916]|0;a=d;if(!((d|0)!=(k[11915]|0)?(b=k[11918]|0,(b|0)!=1e3):0)){b=PK(12004)|0;k[b>>2]=1e3;b=b+4|0;Vs(b|0,0,12e3)|0;k[c>>2]=b;if(a>>>0<(k[11917]|0)>>>0){k[d>>2]=b;a=(k[11916]|0)+4|0;k[11916]=a}else{nm(c);a=k[11916]|0}k[11918]=0;b=0}k[11918]=b+1;r=e;return (k[a+-4>>2]|0)+(b*12|0)|0}function $n(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0;g=a+24|0;h=a+28|0;d=0;while(1){if((d|0)>=(c|0))break;e=k[g>>2]|0;f=k[h>>2]|0;if(e>>>0<f>>>0){f=f-e>>2;i=c-d|0;f=(i|0)<(f|0)?i:f;PH(e,b,f);k[g>>2]=(k[g>>2]|0)+(f<<2);b=b+(f<<2)|0;d=f+d|0;continue}if((nc[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break;b=b+4|0;d=d+1|0}return d|0}function ao(a){a=a|0;var b=0;if((Uk(a)|0)==47236)a=0;else{b=(fp(a)|0)+32|0;b=MA(k[b>>2]|0)|0;Vw(b+4|0,a);a=b}return a|0}function bo(a){a=a|0;if(!a)return;else{bo(k[a>>2]|0);bo(k[a+4>>2]|0);Ky(a+20|0);SK(a);return}}function co(a,b){a=a|0;b=b|0;var c=0,d=0;c=dF(k[a+4>>2]|0)|0;d=uc(a,Tm(b,1)|0)|0;k[c+8>>2]=d;d=mg(a,19042,Tm(b,2)|0)|0;k[c+12>>2]=d;d=(Sp(b)|0)+8|0;if((k[d>>2]|0)==4){d=mg(a,19050,Tm(b,3)|0)|0;k[c+16>>2]=d;Jl(c)}return c|0}function eo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+32|0;d=f;k[a>>2]=0;e=a+8|0;k[e>>2]=0;k[e+4>>2]=0;e=a+16|0;k[e>>2]=0;if(!((c|0)!=0?(ng(d,b,c),k[a>>2]=k[d>>2],k[a+4>>2]=k[d+4>>2],k[a+8>>2]=k[d+8>>2],k[a+12>>2]=k[d+12>>2],k[a+16>>2]=k[d+16>>2],(k[e>>2]|0)!=0):0))k[a+16>>2]=k[11983];r=f;return}function fo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;d=$F(k[b>>2]|0)|0;b=d+8|0;if(k[b>>2]|0){c=Hp(a+28|0,b)|0;k[e>>2]=d;b=c+4|0;a=k[b>>2]|0;if(a>>>0<(k[c+8>>2]|0)>>>0){k[a>>2]=d;k[b>>2]=(k[b>>2]|0)+4}else Lm(c,e)}r=f;return}function go(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11905]|0;d=a+4|0;b=k[11906]|0;while(1){if((b|0)==(c|0))break;e=b+-40|0;$A((k[d>>2]|0)+-40|0,e);k[d>>2]=(k[d>>2]|0)+-40;b=e}e=k[11905]|0;k[11905]=k[d>>2];k[d>>2]=e;e=a+8|0;c=k[11906]|0;k[11906]=k[e>>2];k[e>>2]=c;e=a+12|0;c=k[11907]|0;k[11907]=k[e>>2];k[e>>2]=c;k[a>>2]=k[d>>2];return}function ho(a){a=a|0;var b=0,c=0,d=0;b=a+60|0;c=a;d=c+60|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));KA(b);yA(a+84|0);k[a+108>>2]=0;vC(a+112|0);k[a+144>>2]=0;k[a+148>>2]=0;k[a+140>>2]=a+144;k[a+156>>2]=0;k[a+160>>2]=0;k[a+152>>2]=a+156;k[a+168>>2]=0;k[a+172>>2]=0;k[a+164>>2]=a+168;k[a+180>>2]=0;k[a+184>>2]=0;k[a+176>>2]=a+180;k[a+192>>2]=0;k[a+196>>2]=0;k[a+188>>2]=a+192;return}function io(a){a=a|0;var b=0,c=0;b=k[a+12>>2]|0;if(b|0?(c=k[a+16>>2]|0,c|0):0){switch(k[a+8>>2]|0){case 62:case 61:case 60:case 59:case 58:case 57:case 49:case 48:case 47:case 46:case 45:case 44:case 43:case 42:case 41:case 40:case 24:case 23:case 22:case 21:case 20:case 19:case 18:case 17:case 16:case 15:case 75:case 74:case 73:case 72:case 71:case 70:{k[a+4>>2]=1;break}default:{b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0}}return}Ra(18328,14385,1297,18342)}function jo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;d=fG(k[b>>2]|0)|0;b=d+8|0;if(k[b>>2]|0){c=Hp(a+28|0,b)|0;k[e>>2]=d;b=c+4|0;a=k[b>>2]|0;if(a>>>0<(k[c+8>>2]|0)>>>0){k[a>>2]=d;k[b>>2]=(k[b>>2]|0)+4}else Lm(c,e)}r=f;return}function ko(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;d=k[11911]|0;f=a+4|0;b=d;e=(k[11912]|0)-b|0;c=(k[f>>2]|0)+(0-(e>>2)<<2)|0;k[f>>2]=c;if((e|0)>0){Qq(c|0,d|0,e|0)|0;d=f;c=k[f>>2]|0;b=k[11911]|0}else d=f;k[11911]=c;k[d>>2]=b;f=a+8|0;e=k[11912]|0;k[11912]=k[f>>2];k[f>>2]=e;f=a+12|0;e=k[11913]|0;k[11913]=k[f>>2];k[f>>2]=e;k[a>>2]=k[d>>2];return}function lo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;switch(k[a>>2]|0){case 2:{b=a+8|0;d=k[b>>2]|0;c=k[d>>2]|0;d=d+4|0;e=k[d>>2]|0;while(1){if((e|0)==(c|0))break;f=e+-4|0;k[d>>2]=f;e=f}qr(k[b>>2]|0);break}case 5:{b=k[a+8>>2]|0;if(b|0){hx(b);SK(b)}break}default:{}}k[a>>2]=3;p[a+8>>3]=0.0;return}function mo(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11915]|0;e=a+4|0;d=(k[11916]|0)-c|0;b=(k[e>>2]|0)+(0-(d>>2)<<2)|0;k[e>>2]=b;if((d|0)>0){Qq(b|0,c|0,d|0)|0;c=e;b=k[e>>2]|0}else c=e;e=k[11915]|0;k[11915]=b;k[c>>2]=e;e=a+8|0;d=k[11916]|0;k[11916]=k[e>>2];k[e>>2]=d;e=a+12|0;d=k[11917]|0;k[11917]=k[e>>2];k[e>>2]=d;k[a>>2]=k[c>>2];return}function no(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[11754]|0;e=a+4|0;d=(k[11755]|0)-c|0;b=(k[e>>2]|0)+(0-(d>>2)<<2)|0;k[e>>2]=b;if((d|0)>0){Qq(b|0,c|0,d|0)|0;c=e;b=k[e>>2]|0}else c=e;e=k[11754]|0;k[11754]=b;k[c>>2]=e;e=a+8|0;d=k[11755]|0;k[11755]=k[e>>2];k[e>>2]=d;e=a+12|0;d=k[11756]|0;k[11756]=k[e>>2];k[e>>2]=d;k[a>>2]=k[c>>2];return}function oo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=a+16|0;c=k[e>>2]|0;if((c|0)!=(a|0)){if(c|0)ec[k[(k[c>>2]|0)+20>>2]&255](c)}else ec[k[(k[c>>2]|0)+16>>2]&255](c);k[e>>2]=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[e>>2]=a;e=k[c>>2]|0;fc[k[(k[e>>2]|0)+12>>2]&255](e,a);break}else{k[e>>2]=d;k[c>>2]=0;break}else k[e>>2]=0;while(0);return}function po(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;b=NJ(a,0)|0;if(!(RE(k[b>>2]|0,47268)|0))Ra(31392,36449,1519,31406);b=eI(1)|0;b=Cr(b,ZG(d)|0)|0;if(!(nI(c)|0))Cr(b,c)|0;c=NJ(a,1)|0;Cr(k[c>>2]|0,b)|0;r=e;return}function qo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=181;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?4:f;g=(k[b>>2]|0)-d>>2;d=zq(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){ec[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=182;k[b>>2]=d+(g<<2);k[c>>2]=(k[a>>2]|0)+(f>>>2<<2);return}function ro(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d>>>(b&31)|d<<(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=WD(f|0,b|0,g&63|0)|0;d=N;c=pE(0,0,g|0,c|0)|0;c=QD(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|N;b=2}k[a>>2]=b;return}function so(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=b+8|0;if((k[b>>2]|0)==1){d=k[d>>2]|0;b=k[c+8>>2]|0;k[a+8>>2]=d<<(b&31)|d>>>(0-b&31);b=1}else{b=d;f=k[b>>2]|0;b=k[b+4>>2]|0;c=c+8|0;g=k[c>>2]|0;c=k[c+4>>2]|0;e=QD(f|0,b|0,g&63|0)|0;d=N;c=pE(0,0,g|0,c|0)|0;c=WD(f|0,b|0,c&63|0)|0;b=a+8|0;k[b>>2]=e|c;k[b+4>>2]=d|N;b=2}k[a>>2]=b;return}function to(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+32|0;d=e;ng(d,b,c);if(!(k[d+16>>2]|0)){k[a>>2]=0;d=a+8|0;k[d>>2]=0;k[d+4>>2]=0;k[a+16>>2]=0}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=e;return}function uo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;e=r;r=r+16|0;h=e|0;g=b>>31|((b|0)<0?-1:0)<<1;f=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;j=d>>31|((d|0)<0?-1:0)<<1;i=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;a=pE(g^a|0,f^b|0,g|0,f|0)|0;b=N;se(a,b,pE(j^c|0,i^d|0,j|0,i|0)|0,N,h)|0;d=pE(k[h>>2]^g|0,k[h+4>>2]^f|0,g|0,f|0)|0;c=N;r=e;return (N=c,d)|0}function vo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=hD(b)|0;f=SF(b,49728)|0;lc[k[(k[f>>2]|0)+48>>2]&7](f,41059,41091,c)|0;c=SF(b,49736)|0;f=hc[k[(k[c>>2]|0)+12>>2]&127](c)|0;k[d>>2]=f;d=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[e>>2]=d;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);tB(b);return}function wo(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0;b=hD(b)|0;f=SF(b,49696)|0;lc[k[(k[f>>2]|0)+32>>2]&7](f,41059,41091,c)|0;c=SF(b,49712)|0;f=hc[k[(k[c>>2]|0)+12>>2]&127](c)|0;i[d>>0]=f;d=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[e>>0]=d;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);tB(b);return}function xo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;if(nI(b)|0)b=0;else b=jC(a,b,0)|0;qn(d,b,c);c=Bg(d,k[a>>2]|0)|0;UG(d);r=e;return c|0}function yo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;ic[k[(k[a>>2]|0)+8>>2]&15](a,b,c);k[a+36>>2]=c;e=k[c+40>>2]|0;f=a+16+-16+16|0;d=k[c+36>>2]|0;while(1){if((d|0)==(e|0))break;fk(f,k[d>>2]|0);d=d+4|0}ic[k[(k[a>>2]|0)+16>>2]&15](a,b,c);return}function zo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;c=k[c>>2]|0;k[a+8>>2]=0;k[a+12>>2]=c;c=Cz(c,24)|0;k[d>>2]=c;k[a>>2]=c;k[a+8>>2]=c+24;Bs(c,b);Bs(c+12|0,b+12|0);k[d>>2]=(k[d>>2]|0)+24;return}function Ao(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do switch((c&176)<<24>>24){case 16:{c=i[a>>0]|0;switch(c<<24>>24){case 43:case 45:{a=a+1|0;break a}default:{}}if((b-a|0)>1&c<<24>>24==48){switch(i[a+1>>0]|0){case 88:case 120:break;default:{d=7;break a}}a=a+2|0}else d=7;break}case 32:{a=b;break}default:d=7}while(0);return a|0}function Bo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;Xs(a,k[b+24>>2]|0)|0;d=b+8|0;b=b+16|0;if(!(k[b>>2]|0))dy(k[a>>2]|0,41)|0;else{eB(a);c=k[b>>2]|0;b=0;while(1){if((b|0)==(c|0))break;e=DC(d,b)|0;Ln(a,k[e>>2]|0);b=b+1|0}Gw(a)}return}function Co(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if(!(k[b+4>>2]|0))DA(c,35444)|0;else DA(c,35433)|0;c=k[a>>2]|0;Vx(c,VB(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0;eB(a);Ln(a,k[b+12>>2]|0);Gw(a);return}function Do(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;while(1){d=i[a>>0]|0;b=d<<24>>24;e=a+1|0;if(!(hK(b)|0))break;else a=e}switch(b|0){case 45:{a=1;f=5;break}case 43:{a=0;f=5;break}default:{g=0;c=a;a=d}}if((f|0)==5){g=a;c=e;a=i[e>>0]|0}b=(a<<24>>24)+-48|0;if(b>>>0<10){a=0;do{c=c+1|0;a=(a*10|0)-b|0;b=(i[c>>0]|0)+-48|0}while(b>>>0<10)}else a=0;return (g|0?a:0-a|0)|0}function Eo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=52;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=52;k[c+4>>2]=f;k[b>>2]=c+8;break}else{ml(a+4|0,d,e);break}}while(0);r=g;return}function Fo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=176;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=176;k[c+4>>2]=f;k[b>>2]=c+8;break}else{ml(a+4|0,d,e);break}}while(0);r=g;return}function Go(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=152;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=152;k[c+4>>2]=f;k[b>>2]=c+8;break}else{ml(a+4|0,d,e);break}}while(0);r=g;return}function Ho(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;b=r;r=r+16|0;g=b+4|0;h=b;c=(k[a>>2]|0)+44|0;k[h>>2]=k[k[a+4>>2]>>2];f=k[a+8>>2]|0;e=k[k[a+12>>2]>>2]|0;d=k[a+16>>2]|0;k[g>>2]=k[h>>2];d=Kf(g,f,e,d,0)|0;a=k[c>>2]|0;k[c>>2]=d;if(a|0){_w(a);SK(a)}r=b;return}function Io(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=78;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=78;k[c+4>>2]=f;k[b>>2]=c+8;break}else{ml(a+4|0,d,e);break}}while(0);r=g;return}function Jo(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;d=e;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;k[d+4>>2]=k[d+4>>2]|768;c=i[a>>0]|0;a:do if(!(c<<24>>24))b=a;else{b=a;do{if(k[d+(((c&255)>>>5&255)<<2)>>2]&1<<(c&31)|0)break a;b=b+1|0;c=i[b>>0]|0}while(c<<24>>24!=0)}while(0);r=e;return b-a|0}function Ko(a){a=a|0;var b=0,c=0,d=0;d=a+12|0;c=k[a+16>>2]|0;b=k[d>>2]|0;while(1){if((b|0)==(c|0))break;vH(k[b+4>>2]|0);lK(k[b>>2]|0);b=b+8|0}c=k[a+4>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;_A(k[b>>2]|0);tB(k[b>>2]|0);b=b+4|0}by(d);Ky(a);return}function Lo(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;d=g+4|0;e=g;k[d>>2]=102;k[e>>2]=b;f=b;do if(k[b>>2]|0){b=a+8|0;c=k[b>>2]|0;if(c>>>0<(k[a+12>>2]|0)>>>0){k[c>>2]=102;k[c+4>>2]=f;k[b>>2]=c+8;break}else{ml(a+4|0,d,e);break}}while(0);r=g;return}function Mo(a,b){a=a|0;b=b|0;var c=0;zj(a,k[b+16>>2]|0,k[b+4>>2]|0,l[b+8>>0]|0);zi(a,k[(k[b+20>>2]|0)+4>>2]|0,1,b,15971);c=b+24|0;xj(a,k[(k[c>>2]|0)+4>>2]|0,b);zi(a,k[(k[c>>2]|0)+4>>2]|0,k[b+28>>2]|0,b,16036);return}function No(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=a+4|0;e=(k[h>>2]|0)!=181;d=k[a>>2]|0;f=(k[c>>2]|0)-d|0;f=f>>>0<2147483647?f<<1:-1;f=(f|0)==0?1:f;g=(k[b>>2]|0)-d|0;d=zq(e?d:0,f)|0;if(!e){e=k[a>>2]|0;k[a>>2]=d;if(e){ec[k[h>>2]&255](e);d=k[a>>2]|0}}else k[a>>2]=d;k[h>>2]=182;k[b>>2]=d+g;k[c>>2]=(k[a>>2]|0)+f;return}function Oo(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;e=r;r=r+16|0;f=e+4|0;h=e;g=k[b>>2]|0;k[h>>2]=k[c>>2];k[f>>2]=k[h>>2];c=bx(g,f)|0;if(!c){h=k[b+36>>2]|0;fc[k[(k[h>>2]|0)+28>>2]&255](h,27652)}Zr(a,b,k[c+4>>2]|0,d);r=e;return}function Po(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;b=NJ(a,0)|0;if(RE(k[b>>2]|0,47576)|0){a=NJ(a,1)|0;a=k[a>>2]|0;b=eI(2)|0;Cr(a,Cr(Cr(b,ZG(d)|0)|0,c)|0)|0;r=e;return}else Ra(32169,36449,1654,32188)}function Qo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=c-b|0;if(e>>>0>4294967279)iJ();if(e>>>0<11)i[a+11>>0]=e;else{f=e+16&-16;d=fB(f)|0;k[a>>2]=d;k[a+8>>2]=f|-2147483648;k[a+4>>2]=e;a=d}d=a;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;b=b+1|0;d=d+1|0}i[a+e>>0]=0;return}function Ro(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=MC(48992,21222)|0;d=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(b);rm(a,d);bp(a)}r=c;return}function So(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;e=g;f=a&255;i[e>>0]=f;c=k[865]|0;if(!c)if(!(Ju(3444)|0)){c=k[865]|0;d=4}else b=-1;else d=4;do if((d|0)==4){d=k[866]|0;if(d>>>0<c>>>0?(b=a&255,(b|0)!=(i[3519]|0)):0){k[866]=d+1;i[d>>0]=f;break}if(($b[k[3480>>2]&31](3444,e,1)|0)==1)b=l[e>>0]|0;else b=-1}while(0);r=g;return b|0}function To(a){a=a|0;if(!a)return;else{To(k[a>>2]|0);To(k[a+4>>2]|0);Ky(a+20|0);SK(a);return}}function Uo(a,b){a=+a;b=b|0;var c=0;if((b|0)>1023){a=a*8988465674311579538646525.0e283;c=b+-1023|0;b=b+-2046|0;if((c|0)>1023){a=a*8988465674311579538646525.0e283;b=(b|0)>1023?1023:b}else b=c}else if((b|0)<-1022){a=a*2.2250738585072014e-308;c=b+1022|0;b=b+2044|0;if((c|0)<-1022){a=a*2.2250738585072014e-308;b=(b|0)<-1022?-1022:b}else b=c}b=QD(b+1023|0,0,52)|0;c=N;k[u>>2]=b;k[u+4>>2]=c;return +(a*+p[u>>3])}function Vo(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+16|0;b=e;k[a+104>>2]=0;c=a;d=c+80|0;do{k[c>>2]=0;c=c+4|0}while((c|0)<(d|0));i[a+80>>0]=0;Nt()|0;if(GG()|0)Ra(36752,36784,50,36816);k[b>>2]=a;d=mC(b)|0;b=k[a>>2]|0;k[a>>2]=d;if(b|0){tJ(k[b>>2]|0);SK(b)}r=e;return}function Wo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=fB(52)|0;b=e;c=b+52|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));Rz(e);k[e>>2]=2868;k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else Lm(a+8|0,d);r=f;return}function Xo(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}e=i[b+11>>0]|0;f=e<<24>>24<0;e=f?k[b+4>>2]|0:e&255;d=Cp(c)|0;gs(a,f?k[b>>2]|0:b,e,e+d|0);fn(a,c,d)|0;return}function Yo(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;cq(d)}b=k[a>>2]|0;if(b|0)bz(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function Zo(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=fB(40)|0;b=e;c=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));vy(e);k[e>>2]=3032;k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else Lm(a+8|0,d);r=f;return}function _o(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,i=0,j=0,l=0;g=r;r=r+128|0;j=g+16|0;l=g+12|0;h=g;i=g+8|0;k[l>>2]=j+100;kr(a,j,l,d,e,f);d=h;k[d>>2]=0;k[d+4>>2]=0;k[i>>2]=j;d=(k[c>>2]|0)-b>>2;a=JG(k[a>>2]|0)|0;d=ce(b,i,d,h)|0;if(a|0)JG(a)|0;k[c>>2]=b+(d<<2);r=g;return}function $o(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;d=k[b>>2]|0;if((i[d>>0]|0)!=46)Ra(31849,31084,649,31861);d=d+1|0;k[b>>2]=d;md(c,d);if((k[c+12>>2]|0)==2){k[b>>2]=(k[b>>2]|0)+(k[c+8>>2]|0);d=ss(a,k[c>>2]|0)|0;r=e;return d|0}else Ra(31874,31084,652,31861);return 0}function ap(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){lw(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(hc[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}zp(b)}r=c;return}function bp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0){mw(b,a);if(i[b>>0]|0?(d=k[a+(k[(k[a>>2]|0)+-12>>2]|0)+24>>2]|0,(hc[k[(k[d>>2]|0)+24>>2]&127](d)|0)==-1):0){d=a+(k[(k[a>>2]|0)+-12>>2]|0)+16|0;k[d>>2]=k[d>>2]|1}zp(b)}r=c;return}function cp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(a<<24>>24){a=MC(48992,21209)|0;d=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[b>>2]=d;d=SF(d,49696)|0;d=nc[k[(k[d>>2]|0)+28>>2]&31](d,10)|0;MI(b);rm(a,d);bp(a)}r=c;return}function dp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=0;c=b+16|0;b=0;while(1){d=(MA(k[c>>2]|0)|0)&255;e=d&127;if((((b|0)==0?127:(1<<32-b)+127|0)&e|0)!=(e|0)){b=3;break}k[a>>2]=k[a>>2]|e<<b;if(!(d&128)){b=7;break}b=b+7|0;if(b>>>0>=32){b=6;break}}if((b|0)==3)Ra(19497,19332,99,19350);else if((b|0)==6)Ra(19574,19332,104,19350);else if((b|0)==7)return}function ep(a){a=a|0;if(!a)return;else{ep(k[a>>2]|0);ep(k[a+4>>2]|0);SK(a);return}}function fp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;d=c+8|0;b=c;k[d>>2]=a;Th(b,a,d);r=c;return (k[b>>2]|0)+32|0}function gp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;d=c+8|0;b=c;k[d>>2]=a;Uh(b,a,d);r=c;return (k[b>>2]|0)+32|0}function hp(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;cq(d)}d=k[a>>2]|0;bz(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function ip(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;rz(a);k[a>>2]=7908;k[a+32>>2]=b;_H(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=SF(b,51496)|0;MI(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function jp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=r;r=r+16|0;f=d+4|0;e=d;sz(a);k[a>>2]=7972;k[a+32>>2]=b;_H(f,k[a+4>>2]|0);b=k[f>>2]|0;k[e>>2]=b;b=SF(b,51488)|0;MI(e);k[a+36>>2]=b;k[a+40>>2]=c;c=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=c;r=d;return}function kp(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}An(a,Wy(k[b+4>>2]|0)|0);d=k[b+12>>2]|0;c=k[b+8>>2]|0;while(1){if((c|0)==(d|0))break;An(a,Wy(k[c>>2]|0)|0);c=c+4|0}return}function lp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;fj(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function mp(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>357913941){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b*12|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*12|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*12|0);return}function np(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>1073741807)iJ();do if(c>>>0>=2){e=c+4&-4;if(e>>>0>1073741823)Ra(43681,43718,1734,43821);else{d=fB(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;break}}else{i[a+8+3>>0]=c;d=a}while(0);PH(d,b,c);k[d+(c<<2)>>2]=0;return}function op(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>1073741807)iJ();do if(b>>>0>=2){e=b+4&-4;if(e>>>0>1073741823)Ra(43681,43718,1734,43821);else{d=fB(e<<2)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;break}}else{i[a+8+3>>0]=b;d=a}while(0);OH(d,b,c);k[d+(b<<2)>>2]=0;return}function pp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=47640;do if(b)if(b>>>0>214748364){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b*20|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*20|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*20|0);return}function qp(){var a=0,b=0,c=0,d=0,e=0;e=r;r=r+16|0;b=e+4|0;c=e;a=Mb(0)|0;if(a&65535|0){MC(48992,12906)|0;Ub(1)}d=k[11803]|0;qD(b,a>>>16,0);k[d+88>>2]=k[b>>2];d=k[11803]|0;k[c>>2]=k[11984];k[b>>2]=k[c>>2];if(!(bx(d,b)|0))a=k[(k[11803]|0)+88>>2]|0;else a=65535;k[d+92>>2]=a;r=e;return}function rp(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}d=b+11|0;c=i[d>>0]|0;c=c<<24>>24<0?k[b+4>>2]|0:c&255;gs(a,36940,8,c+8|0);fn(a,(i[d>>0]|0)<0?k[b>>2]|0:b,c)|0;return}function sp(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;c=h;d=a+100|0;e=a+104|0;f=a+96|0;while(1){b=bd(a,c)|0;g=k[c>>2]|0;if(!g)break;b=k[d>>2]|0;if((b|0)==(k[e>>2]|0))Lm(f,c);else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4}}k[a+108>>2]=b;r=h;return}function tp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;e=f;k[e>>2]=b;d=Uf(a,e)|0;k[d>>2]=c;i[d+4>>0]=1;c=a+24|0;d=k[c>>2]|0;if((d|0)==(k[a+28>>2]|0))Lm(a+20|0,e);else{k[d>>2]=b;k[c>>2]=(k[c>>2]|0)+4}r=f;return}function up(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=r;r=r+48|0;e=c;d=c+8|0;k[e>>2]=a;b=k[b>>2]|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;k[d+20>>2]=0;k[d+24>>2]=b;b=d+28|0;k[b>>2]=0;am(d,e);b=(k[b>>2]|0)!=0;by(d+4|0);r=c;return b|0}function vp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;zl(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function wp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;e=f;k[e>>2]=b;d=Uf(a,e)|0;k[d>>2]=c;i[d+4>>0]=0;c=a+36|0;d=k[c>>2]|0;if((d|0)==(k[a+40>>2]|0))Lm(a+32|0,e);else{k[d>>2]=b;k[c>>2]=(k[c>>2]|0)+4}r=f;return}function xp(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=a;a=eI(4)|0;a=Cr(a,ZG(47248)|0)|0;a=Cr(a,ZG(c)|0)|0;a=Cr(a,eI(0)|0)|0;a=Cr(a,eI(0)|0)|0;r=b;return a|0}function yp(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;c=Cs(b,k[a>>2]|0,a)|0;if((c|0)!=(a|0)?!(EH(b,k[c+16>>2]|0)|0):0)a=c;return a|0}function zp(a){a=a|0;var b=0;a=a+4|0;b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if((((k[b+24>>2]|0?(k[b+16>>2]|0)==0:0)?k[b+4>>2]&8192|0:0)?!(gb()|0):0)?(b=k[a>>2]|0,b=k[b+(k[(k[b>>2]|0)+-12>>2]|0)+24>>2]|0,(hc[k[(k[b>>2]|0)+24>>2]&127](b)|0)==-1):0){b=k[a>>2]|0;b=b+(k[(k[b>>2]|0)+-12>>2]|0)+16|0;k[b>>2]=k[b>>2]|1}return}function Ap(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+8+3>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+((j?k[h+4>>2]|0:g&255)<<2)|0)|0}function Bp(a){a=a|0;if(!a)return;else{Bp(k[a>>2]|0);Bp(k[a+4>>2]|0);Ky(a+20|0);SK(a);return}}function Cp(a){a=a|0;var b=0,c=0,d=0;d=a;a:do if(!(d&3))c=4;else{b=d;while(1){if(!(i[a>>0]|0)){a=b;break a}a=a+1|0;b=a;if(!(b&3)){c=4;break}}}while(0);if((c|0)==4){while(1){b=k[a>>2]|0;if(!((b&-2139062144^-2139062144)&b+-16843009))a=a+4|0;else break}if((b&255)<<24>>24)do a=a+1|0;while((i[a>>0]|0)!=0)}return a-d|0}function Dp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[e>>2]=k[c+8>>2];c=Kq(b+4|0,e)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;r=d;return}function Ep(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;nl(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Fp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=a+16|0;f=c+12|0;c=c+8|0;do{Ad(a,b,k[f>>2]|0);d=k[e>>2]|0;if(!d)break}while((d|0)==(k[c>>2]|0));return}function Gp(a,b){a=+a;b=b|0;var c=0,d=0,e=0;p[u>>3]=a;c=k[u>>2]|0;d=k[u+4>>2]|0;e=WD(c|0,d|0,52)|0;switch(e&2047){case 0:{if(a!=0.0){a=+Gp(a*18446744073709551616.0,b);c=(k[b>>2]|0)+-64|0}else c=0;k[b>>2]=c;break}case 2047:break;default:{k[b>>2]=(e&2047)+-1022;k[u>>2]=c;k[u+4>>2]=d&-2146435073|1071644672;a=+p[u>>3]}}return +a}function Hp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Tj(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function Ip(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0;j=d;i=a+8|0;g=0;h=0;a:while(1){if((c|0)==(d|0)|g>>>0>=e>>>0)break;f=JG(k[i>>2]|0)|0;a=VI(c,j-c|0,b)|0;if(f|0)JG(f)|0;switch(a|0){case -2:case -1:break a;case 0:{c=c+1|0;a=1;break}default:c=c+a|0}g=g+1|0;h=a+h|0}return h|0}function Jp(a){a=a|0;var b=0,c=0,d=0;do if((k[a+76>>2]|0)>=0?(aL()|0)!=0:0){b=a+4|0;c=k[b>>2]|0;if(c>>>0<(k[a+8>>2]|0)>>>0){k[b>>2]=c+1;b=l[c>>0]|0;break}else{b=Ex(a)|0;break}}else d=3;while(0);do if((d|0)==3){b=a+4|0;c=k[b>>2]|0;if(c>>>0<(k[a+8>>2]|0)>>>0){k[b>>2]=c+1;b=l[c>>0]|0;break}else{b=Ex(a)|0;break}}while(0);return b|0}function Kp(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;h=a+8|0;h=hc[k[(k[h>>2]|0)+20>>2]&127](h)|0;g=i[h+11>>0]|0;j=g<<24>>24<0;l=j?k[h>>2]|0:h;return od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,l,l+(j?k[h+4>>2]|0:g&255)|0)|0}function Lp(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;if(($h(a)|0)==(b|0)){r=d;return}else{d=Sa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,19397,16);b=k[a+16>>2]|0;Gt(d,c);k[d+12>>2]=0;k[d+16>>2]=b;Gb(d|0,8,158)}}function Mp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[a+(d<<2)>>2]=0;d=d+1|0}d=i[b+11>>0]|0;e=d<<24>>24<0;d=e?k[b+4>>2]|0:d&255;gs(a,e?k[b>>2]|0:b,d,d+1|0);An(a,c);return}function Np(a,b){a=a|0;b=b|0;var c=0;c=a+11|0;if((i[c>>0]|0)<0){i[k[a>>2]>>0]=0;k[a+4>>2]=0;c=a}else{i[a>>0]=0;i[c>>0]=0;c=a}Ui(a);k[c>>2]=k[b>>2];k[c+4>>2]=k[b+4>>2];k[c+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}oo(a+16|0,b+16|0);return}function Op(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h;g=yc(240)|0;do if(g){k[d>>2]=k[c>>2];d=wl(g,240,b,d)|0;if(d>>>0<240){c=zq(g,d+1|0)|0;k[a>>2]=c|0?c:g;break}Vc(g);if((d|0)>=0?(e=d+1|0,f=yc(e)|0,k[a>>2]=f,(f|0)!=0):0)d=wl(f,e,b,c)|0;else d=-1}else d=-1;while(0);r=h;return d|0}function Pp(a,b){a=a|0;b=b|0;var c=0;Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=40)Ra(31242,31084,899,31450);k[b>>2]=c+1;a=$e(a,b,44580)|0;Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)==41){k[b>>2]=c+1;return a|0}else Ra(31464,31084,903,31450);return 0}function Qp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;a:do if((k[a+4>>2]|0)==(k[b+4>>2]|0)?(e=k[a+8>>2]|0,c=(k[a+12>>2]|0)-e|0,a=k[b+8>>2]|0,d=a,e,(c|0)==((k[b+12>>2]|0)-a|0)):0){b=c>>2;a=0;while(1){if(a>>>0>=b>>>0){a=1;break a}if((k[e+(a<<2)>>2]|0)==(k[d+(a<<2)>>2]|0))a=a+1|0;else{a=0;break}}}else a=0;while(0);return a|0}function Rp(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=gz(k[a+4>>2]|0)|0;c=Tm(b,1)|0;e=d+12|0;c=(i[c>>0]|0)==0?2:1;while(1){f=(Sp(b)|0)+8|0;if(c>>>0>=(k[f>>2]|0)>>>0)break;ww(e,uc(a,Tm(b,c)|0)|0);c=c+1|0}Ik(d);return d|0}function Sp(a){a=a|0;var b=0,c=0,d=0;c=r;r=r+16|0;b=c;if(!(i[a>>0]|0)){c=Sa(20)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;dr(b,17648,13);d=k[a+28>>2]|0;a=k[a+32>>2]|0;Gt(c,b);k[c+12>>2]=d;k[c+16>>2]=a;Gb(c|0,8,158)}else{r=c;return a+4|0}return 0}function Tp(){var a=0,b=0,c=0,d=0;d=r;r=r+16|0;a=d;b=PI()|0;c=tb(36866)|0;if(!c)a=b>>>0>1?b:1;else{k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;dr(a,c,Cp(c)|0);c=rr(a)|0;UG(a);a=c}r=d;return a|0}function Up(a,b){a=a|0;b=b|0;var c=0;c=fB(72)|0;k[a>>2]=c;k[a+4>>2]=47236;Gt(c+16|0,k[b>>2]|0);$z(c+32|0);i[a+8>>0]=1;return}function Vp(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;c=vs(b,k[a>>2]|0,a)|0;if((c|0)!=(a|0)?!(EH(k[b>>2]|0,k[c+16>>2]|0)|0):0)a=c;return a|0}function Wp(a,b){a=a|0;b=b|0;b=Vp(a,b)|0;if((b|0)!=(a+4|0))ds(a,b);return}function Xp(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;e=h;if((a|0)==(b|0)){k[c>>2]=4;d=0.0}else{f=CG()|0;g=k[f>>2]|0;k[f>>2]=0;QE()|0;d=+oK(a,e);a=k[f>>2]|0;if(!a)k[f>>2]=g;if((k[e>>2]|0)==(b|0)){if((a|0)==34)k[c>>2]=4}else{k[c>>2]=4;d=0.0}}r=h;return +d}function Yp(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;_r(d)}b=k[a>>2]|0;if(b|0)bz(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function Zp(a,b){a=a|0;b=b|0;var c=0,d=0;c=pG(k[a+4>>2]|0)|0;d=uc(a,Tm(b,1)|0)|0;k[c+8>>2]=d;d=uc(a,Tm(b,2)|0)|0;k[c+12>>2]=d;b=uc(a,Tm(b,3)|0)|0;k[c+16>>2]=b;nz(c);return c|0}function _p(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(b>>>0>0|(b|0)==0&a>>>0>4294967295){while(1){d=cA(a|0,b|0,10,0)|0;c=c+-1|0;i[c>>0]=d|48;d=a;a=zI(a|0,b|0,10,0)|0;if(!(b>>>0>9|(b|0)==9&d>>>0>4294967295))break;else b=N}b=a}else b=a;if(b)while(1){c=c+-1|0;i[c>>0]=(b>>>0)%10|0|48;if(b>>>0<10)break;else b=(b>>>0)/10|0}return c|0}function $p(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=fB(36)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];k[d+20>>2]=0;i[d+24>>0]=0;k[d+28>>2]=0;k[d+32>>2]=0;i[a+8>>0]=1;return}function aq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;e=f;if((k[b+8>>2]|0)==(k[a+28>>2]|0)){b=k[b+12>>2]|0;if(!b)b=0;else b=k[b+4>>2]|0;k[e>>2]=b;c=a+36|0;d=k[c>>2]|0;if(d>>>0<(k[a+40>>2]|0)>>>0){k[d>>2]=b;k[c>>2]=d+4}else Lm(a+32|0,e)}r=f;return}function bq(a,b){a=a|0;b=b|0;dy(k[a>>2]|0,40)|0;MC(k[a>>2]|0,34084)|0;eB(a);Ln(a,k[b+8>>2]|0);Ln(a,k[b+12>>2]|0);Ln(a,k[b+16>>2]|0);Gw(a);return}function cq(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-16|0;k[c>>2]=d;_r(d)}d=k[a>>2]|0;bz(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function dq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0;h=r;r=r+16|0;d=h+4|0;e=h;k[d>>2]=b;k[e>>2]=c;f=a+8|0;g=k[f>>2]|0;if(g>>>0<(k[a+12>>2]|0)>>>0){k[g>>2]=b;k[g+4>>2]=c;k[f>>2]=g+8}else ml(a+4|0,d,e);r=h;return}function eq(a){a=a|0;var b=0,c=0;Nt()|0;if(GG()|0)Ra(36752,36784,55,36808);b=a+4|0;lK(b);i[a+80>>0]=1;c=a+32|0;vJ(c);vH(b);OI(k[a>>2]|0);Ez(a+88|0);OJ(c);kK(b);b=k[a>>2]|0;k[a>>2]=0;if(b|0){tJ(k[b>>2]|0);SK(b)}return}function fq(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0;b=a+20|0;g=a+28|0;if((k[b>>2]|0)>>>0>(k[g>>2]|0)>>>0?($b[k[a+36>>2]&31](a,0,0)|0,(k[b>>2]|0)==0):0)a=-1;else{c=a+4|0;d=k[c>>2]|0;e=a+8|0;f=k[e>>2]|0;if(d>>>0<f>>>0)$b[k[a+40>>2]&31](a,d-f|0,1)|0;k[a+16>>2]=0;k[g>>2]=0;k[b>>2]=0;k[e>>2]=0;k[c>>2]=0;a=0}return a|0}function gq(a,b,c){a=a|0;b=b|0;c=c|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=a;k[b>>2]=c;a=k[k[11808]>>2]|0;if(a){k[11808]=a;c=k[b>>2]|0}wh(k[11809]|0,c);k[11810]=(k[11810]|0)+1;return}function hq(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=4;b=l[b>>0]|l[b+1>>0]<<8|l[b+2>>0]<<16|l[b+3>>0]<<24;i[a>>0]=b;i[a+1>>0]=b>>8;i[a+2>>0]=b>>16;i[a+3>>0]=b>>24;i[a+4>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function iq(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=5;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=i[b+3>>0]|0;i[a+4>>0]=i[b+4>>0]|0;i[a+5>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function jq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=r;r=r+32|0;d=c;e=k[a>>2]|0;k[d>>2]=e;k[d+4>>2]=e+112;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;i[d+24>>0]=0;Fz(k[a+24>>2]|0,d);Cd(d);jl(d,b);Xv(d);r=c;return}function kq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>178956970){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b*24|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function lq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=b+36|0;c=k[f>>2]|0;d=k[c+4>>2]|0;b=b+4|0;if((d|0)!=5)yi(a,k[b>>2]|0,d,c,16676)|0;c=k[b>>2]|0;b=a+52|0;if(c|0?(e=k[b>>2]|0,(e|0)!=5):0)yi(a,c,e,k[f>>2]|0,16727)|0;k[b>>2]=5;return}function mq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,i=0,j=0;j=b>>31|((b|0)<0?-1:0)<<1;i=((b|0)<0?-1:0)>>31|((b|0)<0?-1:0)<<1;f=d>>31|((d|0)<0?-1:0)<<1;e=((d|0)<0?-1:0)>>31|((d|0)<0?-1:0)<<1;h=pE(j^a|0,i^b|0,j|0,i|0)|0;g=N;a=f^j;b=e^i;return pE((se(h,g,pE(f^c|0,e^d|0,f|0,e|0)|0,N,0)|0)^a|0,N^b|0,a|0,b|0)|0}function nq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=fB(36)|0;k[a>>2]=e;k[a+4>>2]=b+4;k[e+16>>2]=k[c>>2];k[e+20>>2]=k[d>>2];i[e+24>>0]=0;k[e+28>>2]=0;k[e+32>>2]=0;i[a+8>>0]=1;return}
+function Nc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 64:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=78;break}case 91:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=2;e=78;break}case 117:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=50;k[c+4>>2]=3;e=78;break}case -119:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=63;k[c+4>>2]=4;e=78;break}case 65:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=1;e=78;break}case 92:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=78;break}case 118:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=51;k[c+4>>2]=3;e=78;break}case -118:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=64;k[c+4>>2]=4;e=78;break}case 66:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=78;break}case 93:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=2;e=78;break}case 119:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=52;k[c+4>>2]=3;e=78;break}case -117:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=65;k[c+4>>2]=4;e=78;break}case 67:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=1;e=78;break}case 94:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=78;break}case 68:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=78;break}case 95:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=2;e=78;break}case 69:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=1;e=78;break}case 96:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=78;break}case 70:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=1;e=78;break}case 97:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=2;e=78;break}case 71:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=1;e=78;break}case 98:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=78;break}case 72:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=1;e=78;break}case 99:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=2;e=78;break}case 73:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=1;e=78;break}case 100:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=78;break}case 74:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=1;e=78;break}case 101:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=2;e=78;break}case 75:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=1;e=78;break}case 102:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=2;e=78;break}case 76:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=1;e=78;break}case 103:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=2;e=78;break}case -73:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=1;e=78;break}case -71:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=2;e=78;break}case -74:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=1;e=78;break}case -72:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=2;e=78;break}case 120:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=53;k[c+4>>2]=3;e=78;break}case -116:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=66;k[c+4>>2]=4;e=78;break}case 125:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=54;k[c+4>>2]=3;e=78;break}case -111:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=67;k[c+4>>2]=4;e=78;break}case 121:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=55;k[c+4>>2]=3;e=78;break}case -115:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=68;k[c+4>>2]=4;e=78;break}case 122:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=56;k[c+4>>2]=3;e=78;break}case -114:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=69;k[c+4>>2]=4;e=78;break}case 77:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=1;e=78;break}case 104:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=2;e=78;break}case -125:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=57;k[c+4>>2]=3;e=78;break}case -105:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=70;k[c+4>>2]=4;e=78;break}case 78:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=1;e=78;break}case 105:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=2;e=78;break}case -124:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=58;k[c+4>>2]=3;e=78;break}case -104:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=71;k[c+4>>2]=4;e=78;break}case 79:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=1;e=78;break}case 106:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=2;e=78;break}case 81:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=1;e=78;break}case 108:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=2;e=78;break}case 80:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=1;e=78;break}case 107:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=2;e=78;break}case 82:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=78;break}case 109:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=2;e=78;break}case 83:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=78;break}case 110:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=2;e=78;break}case 85:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=1;e=78;break}case 112:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=47;k[c+4>>2]=2;e=78;break}case 84:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=1;e=78;break}case 111:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=48;k[c+4>>2]=2;e=78;break}case 86:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=78;break}case 113:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=49;k[c+4>>2]=2;e=78;break}case -123:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=59;k[c+4>>2]=3;e=78;break}case -103:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=72;k[c+4>>2]=4;e=78;break}case -122:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=60;k[c+4>>2]=3;e=78;break}case -102:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=73;k[c+4>>2]=4;e=78;break}case -121:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=61;k[c+4>>2]=3;e=78;break}case -101:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=74;k[c+4>>2]=4;e=78;break}case -120:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=62;k[c+4>>2]=3;e=78;break}case -100:{c=qG(k[a+4>>2]|0)|0;k[c+8>>2]=75;k[c+4>>2]=4;e=78;break}default:c=0}while(0);if((e|0)==78){if(i[a+12>>0]|0){e=MC(48992,21257)|0;g=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(e,g);bp(e)}g=xv(a)|0;k[c+16>>2]=g;g=xv(a)|0;k[c+12>>2]=g;io(c);k[b>>2]=c;c=1}r=f;return c|0}function Oc(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+32|0;w=y+24|0;o=y+8|0;n=y;q=a+4|0;p=k[q>>2]|0;s=p+-12|0;Jj(c);h=k[c>>2]|0;f=i[h>>0]|0;a:do if(f<<24>>24){e=d;while(1){g=i[e>>0]|0;if(!(g<<24>>24))break;if(g<<24>>24==f<<24>>24){x=4;break a}else e=e+1|0}g=p+-8|0;e=k[g>>2]|0;m=(e|0)==(k[s>>2]|0);do if(!(i[b>>0]|0))if((e|0)==(k[p+-4>>2]|0)){Yk(s,b);break}else{p=b;b=k[p+4>>2]|0;s=e;k[s>>2]=k[p>>2];k[s+4>>2]=b;k[g>>2]=(k[g>>2]|0)+8;break}else{md(o,h);if((k[o+12>>2]|0)!=1){e=k[c>>2]|0;switch(i[e>>0]|0){case 40:{l=Bh(a,NC(b)|0,c)|0;j=b;k[j>>2]=1;k[j+4>>2]=l;j=1;break}case 91:{l=Uj(a,NC(b)|0,c)|0;j=b;k[j>>2]=1;k[j+4>>2]=l;j=1;break}default:{yq(31892,e);Ka()}}e=n;k[e>>2]=j;k[e+4>>2]=l;k[w>>2]=k[n>>2];k[w+4>>2]=k[n+4>>2];e=Oc(a,w,c,d)|0;break a}e=k[g>>2]|0;f=p+-4|0;if((e|0)==(k[f>>2]|0))Yk(s,b);else{n=b;p=k[n+4>>2]|0;b=e;k[b>>2]=k[n>>2];k[b+4>>2]=p;k[g>>2]=(k[g>>2]|0)+8}k[c>>2]=(k[c>>2]|0)+(k[o+8>>2]|0);e=k[o>>2]|0;i[w>>0]=0;k[w+4>>2]=e;e=k[g>>2]|0;if(e>>>0<(k[f>>2]|0)>>>0){p=w;b=k[p+4>>2]|0;s=e;k[s>>2]=k[p>>2];k[s+4>>2]=b;k[g>>2]=(k[g>>2]|0)+8}else Yk(s,w)}while(0);e=$e(a,c,d)|0;if(m){c=k[q>>2]|0;a=c+-12|0;p=k[11906]|0;c=c+-8|0;o=k[11905]|0;b:while(1){if((o|0)==(p|0))break;c:do if(!(i[o+32>>0]|0)){n=o+36|0;e=0;while(1){s=k[a>>2]|0;f=s;if((e|0)>=((k[c>>2]|0)-s>>3|0))break c;if(!(i[f+(e<<3)>>0]|0)){h=ZC(f+(e<<3)|0)|0;k[w>>2]=h;d:do if(Il(o,w)|0){f=k[n>>2]|0;g=(e|0)>0;if(g&(f|0)==0?(s=k[a>>2]|0,u=s,(e|0)<(((k[c>>2]|0)-s>>3)+-1|0)):0){m=e+-1|0;f=NC(u+(m<<3)|0)|0;f=Sx(f,h,NC((k[a>>2]|0)+(e+1<<3)|0)|0)|0;j=u+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=f;j=(k[a>>2]|0)+(e<<3)+8|0;f=j+8|0;h=k[c>>2]|0;g=h-f|0;l=g>>3;if(!l)f=h;else{jx(j|0,f|0,g|0)|0;h=k[c>>2]|0;f=h}g=j+(l<<3)|0;j=h;while(1){if((f|0)==(g|0))break;j=f+-8|0;k[c>>2]=j;f=j}g=(k[a>>2]|0)+(e<<3)+-8|0;e=g+8|0;f=j-e|0;h=f>>3;if(!h)e=j;else{jx(g|0,e|0,f|0)|0;e=k[c>>2]|0}f=g+(h<<3)|0;while(1){if((e|0)==(f|0)){e=m;break d}s=e+-8|0;k[c>>2]=s;e=s}}if((f|0)==1?(s=k[a>>2]|0,v=s,(e|0)<(((k[c>>2]|0)-s>>3)+-1|0)):0){if(g?i[v+(e+-1<<3)>>0]|0:0)break;g=ns(h,NC(v+(e+1<<3)|0)|0)|0;j=v+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=g;j=(k[a>>2]|0)+(e<<3)+8|0;g=j+8|0;f=k[c>>2]|0;h=f-g|0;l=h>>3;if(l){jx(j|0,g|0,h|0)|0;f=k[c>>2]|0}g=j+(l<<3)|0;while(1){if((f|0)==(g|0))break;s=f+-8|0;k[c>>2]=s;f=s}e=e+-2|0;e=(e|0)<0?0:e}}while(0)}e=e+1|0}}else{m=o+36|0;j=(k[c>>2]|0)-(k[a>>2]|0)>>3;while(1){e=j+-1|0;if((e|0)<=-1)break c;f=k[a>>2]|0;if(i[f+(e<<3)>>0]|0){j=e;continue}g=ZC(f+(e<<3)|0)|0;k[w>>2]=g;e:do if(Il(o,w)|0){f=k[m>>2]|0;h=(e|0)>0;if(h&(f|0)==0?(s=k[a>>2]|0,t=s,(e|0)<(((k[c>>2]|0)-s>>3)+-1|0)):0){f=NC(t+(j+-2<<3)|0)|0;f=Sx(f,g,NC((k[a>>2]|0)+(j<<3)|0)|0)|0;j=t+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=f;j=(k[a>>2]|0)+(e<<3)+8|0;f=j+8|0;h=k[c>>2]|0;g=h-f|0;l=g>>3;if(!l){g=h;f=h}else{jx(j|0,f|0,g|0)|0;f=k[c>>2]|0;g=f}h=j+(l<<3)|0;while(1){if((g|0)==(h|0))break;f=g+-8|0;k[c>>2]=f;g=f}j=(k[a>>2]|0)+(e<<3)+-8|0;g=j+8|0;h=f-g|0;l=h>>3;if(l){jx(j|0,g|0,h|0)|0;f=k[c>>2]|0}g=j+(l<<3)|0;while(1){if((f|0)==(g|0))break e;s=f+-8|0;k[c>>2]=s;f=s}}switch(f|0){case 1:break;case 3:{if((g|0)!=(k[11887]|0))break e;f=k[a>>2]|0;if(!((e|0)>2?(e|0)<(((k[c>>2]|0)-f>>3)+-1|0):0)){x=59;break b}if((ZC(f+(j+-3<<3)|0)|0)!=(k[11886]|0))break e;s=(k[a>>2]|0)+(j+-4<<3)|0;b=NC(s)|0;b=gv(b,NC((k[a>>2]|0)+(j+-2<<3)|0)|0,NC((k[a>>2]|0)+(j<<3)|0)|0)|0;k[s>>2]=1;k[s+4>>2]=b;e=(k[a>>2]|0)+(e<<3)|0;pq(a,e+-16|0,e+16|0);e=(k[c>>2]|0)-(k[a>>2]|0)>>3;break e}default:break e}s=k[a>>2]|0;f=s;if((e|0)<(((k[c>>2]|0)-s>>3)+-1|0)){if(h?i[f+(j+-2<<3)>>0]|0:0)break;g=ns(g,NC(f+(j<<3)|0)|0)|0;j=f+(e<<3)|0;k[j>>2]=1;k[j+4>>2]=g;j=(k[a>>2]|0)+(e<<3)+8|0;g=j+8|0;f=k[c>>2]|0;h=f-g|0;l=h>>3;if(l){jx(j|0,g|0,h|0)|0;f=k[c>>2]|0}g=j+(l<<3)|0;while(1){if((f|0)==(g|0))break e;s=f+-8|0;k[c>>2]=s;f=s}}}while(0);j=e}}while(0);o=o+40|0}if((x|0)==59)Ra(31918,31084,797,31952);e=k[a>>2]|0;if(((k[c>>2]|0)-e|0)!=8)Ra(31968,31084,824,31952);e=NC(e)|0;f=k[a>>2]|0;g=k[c>>2]|0;while(1){if((g|0)==(f|0))break a;w=g+-8|0;k[c>>2]=w;g=w}}}else x=4;while(0);if((x|0)==4){e=p+-8|0;f=k[e>>2]|0;do if((f|0)!=(k[s>>2]|0))if((f|0)==(k[p+-4>>2]|0)){Yk(s,b);break}else{v=b;w=k[v+4>>2]|0;x=f;k[x>>2]=k[v>>2];k[x+4>>2]=w;k[e>>2]=(k[e>>2]|0)+8;break}while(0);e=NC(b)|0}r=y;return e|0}function Pc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+48|0;q=s+24|0;h=s;a:do if((b-a|0)>1?(i[a>>0]|0)==83:0){f=i[a+1>>0]|0;switch(f|0){case 97:{At(h,44774);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(g-f|0)/24|0;p=o<<1;Rs(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Uq(o,h);k[p>>2]=o+24;Um(c,q);Tr(q);break}}else{Uq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(h);p=a+2|0;break a}case 98:{zt(h,44789);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(g-f|0)/24|0;p=o<<1;Rs(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Uq(o,h);k[p>>2]=o+24;Um(c,q);Tr(q);break}}else{Uq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(h);p=a+2|0;break a}case 115:{Dt(h,44807);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(g-f|0)/24|0;p=o<<1;Rs(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Uq(o,h);k[p>>2]=o+24;Um(c,q);Tr(q);break}}else{Uq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(h);p=a+2|0;break a}case 105:{Ct(h,44819);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(g-f|0)/24|0;p=o<<1;Rs(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Uq(o,h);k[p>>2]=o+24;Um(c,q);Tr(q);break}}else{Uq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(h);p=a+2|0;break a}case 111:{Ct(h,44832);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(g-f|0)/24|0;p=o<<1;Rs(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Uq(o,h);k[p>>2]=o+24;Um(c,q);Tr(q);break}}else{Uq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(h);p=a+2|0;break a}case 100:{Bt(h,44845);d=c+4|0;e=k[d>>2]|0;p=k[c+8>>2]|0;g=p;do if(e>>>0>=p>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(g-f|0)/24|0;p=o<<1;Rs(q,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=q+8|0;o=k[p>>2]|0;Uq(o,h);k[p>>2]=o+24;Um(c,q);Tr(q);break}}else{Uq(e,h);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(h);p=a+2|0;break a}case 95:{d=k[c+16>>2]|0;if((d|0)==(k[c+20>>2]|0)){p=a;break a}b=k[d+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[d>>2]|0;while(1){if((f|0)==(b|0)){d=43;break}d=k[j>>2]|0;o=k[l>>2]|0;g=o;if((d|0)==(o|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=47;break}h=(g-h|0)/24|0;o=h<<1;Rs(q,h>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,m);o=k[n>>2]|0;Bs(o,f);Bs(o+12|0,f+12|0);k[n>>2]=o+24;Um(c,q);Tr(q)}else{Bs(d,f);Bs(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==43){p=a+2|0;break a}else if((d|0)==47)oJ();break}default:{e=f+-48|0;d=e>>>0<10;if(!d?(DK(f)|0)==0:0){p=a;break a}o=a+2|0;d=d?e:f+-55|0;while(1){if((o|0)==(b|0)){p=a;break a}e=i[o>>0]|0;f=e<<24>>24;h=f+-48|0;g=h>>>0<10;if(!g?(DK(f)|0)==0:0)break;o=o+1|0;d=(g?h:f+-55|0)+(d*36|0)|0}if(e<<24>>24!=95){p=a;break a}d=d+1|0;n=k[c+16>>2]|0;e=n;if(d>>>0>=(k[c+20>>2]|0)-n>>4>>>0){p=a;break a}b=k[e+(d<<4)+4>>2]|0;j=c+4|0;l=c+8|0;m=c+12|0;n=q+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(b|0)){d=61;break}d=k[j>>2]|0;a=k[l>>2]|0;g=a;if((d|0)==(a|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=65;break}h=(g-h|0)/24|0;a=h<<1;Rs(q,h>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,m);a=k[n>>2]|0;Bs(a,f);Bs(a+12|0,f+12|0);k[n>>2]=a+24;Um(c,q);Tr(q)}else{Bs(d,f);Bs(d+12|0,f+12|0);k[j>>2]=(k[j>>2]|0)+24}f=f+24|0}if((d|0)==61){p=o+1|0;break a}else if((d|0)==65)oJ()}}}else p=a;while(0);r=s;return p|0}function Qc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;p=r;r=r+32|0;o=p+12|0;n=p;d=b;a:do if((d-a|0)>2){if((i[a>>0]|0)==103){e=(i[a+1>>0]|0)==115;g=e;e=e?a+2|0:a}else{g=0;e=a}f=Ee(e,b,c)|0;if((f|0)!=(e|0)){if(!g){a=f;break}d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break;Lz(d+-24|0,0,44863)|0;a=f;break}if(((d-e|0)>2?(i[e>>0]|0)==115:0)?(i[e+1>>0]|0)==114:0){f=e+2|0;if((i[f>>0]|0)==78){m=e+3|0;d=fd(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0))break;g=Uc(d,b,c)|0;m=c+4|0;do if((g|0)==(d|0))l=c;else{d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Eq(o,d+-24|0);d=k[m>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[m>>2]=l;kA(l);f=k[m>>2]|0}l=i[o+11>>0]|0;j=l<<24>>24<0;Fm(d+-48|0,j?k[o>>2]|0:o,j?k[o+4>>2]|0:l&255)|0;if((g|0)!=(b|0)){pF(o);d=g;l=c;break}e=k[m>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break;n=e+-24|0;k[m>>2]=n;kA(n);e=k[m>>2]|0}pF(o);break a}while(0);h=n+11|0;j=n+4|0;while(1){if((i[d>>0]|0)==69)break;g=Zi(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break a;Eq(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;kA(q);e=k[m>>2]|0}e=Lz(o,0,44863)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[h>>0]|0;q=d<<24>>24<0;Fm(f+-48|0,q?k[n>>2]|0:n,q?k[j>>2]|0:d&255)|0;pF(n);pF(o);d=g}q=d+1|0;f=Ee(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;kA(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[l>>2]|0)|0)/24|0)>>>0<2)break;Eq(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;kA(q);d=k[m>>2]|0}d=Lz(o,0,44863)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;Fm(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;pF(n);pF(o);a=f;break}d=fd(f,b,c)|0;if((d|0)!=(f|0)){h=Uc(d,b,c)|0;if((h|0)!=(d|0)){g=c+4|0;d=k[g>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;Eq(o,d+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;q=f+-24|0;k[g>>2]=q;kA(q);f=k[g>>2]|0}q=i[o+11>>0]|0;m=q<<24>>24<0;Fm(d+-48|0,m?k[o>>2]|0:o,m?k[o+4>>2]|0:q&255)|0;pF(o);d=h}g=Ee(d,b,c)|0;if((g|0)==(d|0)){f=c+4|0;d=k[f>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[f>>2]=q;kA(q);d=k[f>>2]|0}}f=c+4|0;d=k[f>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break;Eq(o,d+-24|0);e=k[f>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[f>>2]=q;kA(q);d=k[f>>2]|0}d=Lz(o,0,44863)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;Fm(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;pF(n);pF(o);a=g;break}h=Zi(f,b,c)|0;if(!((h|0)==(f|0)|(h|0)==(b|0))){if(g){d=c+4|0;e=k[d>>2]|0;if((k[c>>2]|0)==(e|0))break;Lz(e+-24|0,0,44863)|0;m=d}else m=c+4|0;j=n+11|0;l=n+4|0;d=h;while(1){if((i[d>>0]|0)==69)break;g=Zi(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Eq(o,d+-24|0);f=k[m>>2]|0;d=f+-24|0;e=f;while(1){if((e|0)==(d|0))break;q=e+-24|0;k[m>>2]=q;kA(q);e=k[m>>2]|0}e=Lz(o,0,44863)|0;k[n>>2]=k[e>>2];k[n+4>>2]=k[e+4>>2];k[n+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=i[j>>0]|0;q=d<<24>>24<0;Fm(f+-48|0,q?k[n>>2]|0:n,q?k[l>>2]|0:d&255)|0;pF(n);pF(o);d=g}q=d+1|0;f=Ee(q,b,c)|0;if((f|0)==(q|0)){d=k[m>>2]|0;if((k[c>>2]|0)==(d|0))break;e=d+-24|0;while(1){if((d|0)==(e|0))break a;q=d+-24|0;k[m>>2]=q;kA(q);d=k[m>>2]|0}}d=k[m>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0>=2){Eq(o,d+-24|0);e=k[m>>2]|0;a=e+-24|0;d=e;while(1){if((d|0)==(a|0))break;q=d+-24|0;k[m>>2]=q;kA(q);d=k[m>>2]|0}d=Lz(o,0,44863)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=i[n+11>>0]|0;q=a<<24>>24<0;Fm(e+-48|0,q?k[n>>2]|0:n,q?k[n+4>>2]|0:a&255)|0;pF(n);pF(o);a=f}}}}while(0);r=p;return a|0}function Rc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0.0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+256|0;D=V+72|0;E=V+240|0;d=V+236|0;J=V+232|0;K=V+247|0;L=V+246|0;R=V+200|0;S=V+196|0;T=V+180|0;U=V+164|0;N=V+112|0;u=V+192|0;F=V+176|0;G=V+245|0;H=V+96|0;I=V+244|0;O=V+48|0;P=V+24|0;Q=V;c=NJ(b,1)|0;c=FG(k[c>>2]|0)|0;c=k[c>>2]|0;if(i[a+29>>0]|0){B=MC(48824,12695)|0;C=NJ(b,1)|0;C=FG(k[C>>2]|0)|0;dy(MC(B,k[C>>2]|0)|0,10)|0;nf(b,48824);dy(48824,10)|0}t=fB(64)|0;k[t+40>>2]=0;k[t+44>>2]=0;k[t+48>>2]=0;A=t+56|0;k[A>>2]=0;k[t+60>>2]=0;v=t+4|0;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;k[v+12>>2]=0;k[v+16>>2]=0;k[v+20>>2]=0;k[v+24>>2]=0;k[v+28>>2]=0;k[t+52>>2]=A;k[E>>2]=t;k[t>>2]=c;t=NJ(b,2)|0;t=k[t>>2]|0;A=NJ(b,3)|0;A=k[A>>2]|0;k[d>>2]=0;k[J>>2]=d;v=R+16|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;k[R+12>>2]=0;o[v>>2]=1.0;k[R+20>>2]=0;k[R+24>>2]=0;k[R+28>>2]=0;k[S>>2]=0;k[T>>2]=0;B=T+4|0;k[B>>2]=0;k[T+8>>2]=0;k[U>>2]=0;C=U+4|0;k[C>>2]=0;k[U+8>>2]=0;k[N>>2]=0;k[N+4>>2]=0;k[N+8>>2]=0;k[N+12>>2]=0;o[N+16>>2]=1.0;w=N+20|0;k[N+48>>2]=0;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;k[w+12>>2]=0;k[w+16>>2]=0;k[w+20>>2]=0;w=R+4|0;x=R+12|0;y=R+8|0;z=a+64|0;s=0;while(1){if(s>>>0>=(qC(t)|0)>>>0){M=5;break}c=NJ(A,s)|0;c=k[c>>2]|0;q=NJ(c,0)|0;if(!(RE(k[q>>2]|0,47256)|0)){M=7;break}c=NJ(c,1)|0;c=k[c>>2]|0;q=NJ(c,0)|0;if(!(RE(k[q>>2]|0,47260)|0)){M=10;break}q=NJ(c,2)|0;q=NJ(k[q>>2]|0,0)|0;if(!(RE(k[q>>2]|0,47264)|0)){M=10;break}j=NJ(c,2)|0;j=NJ(k[j>>2]|0,1)|0;j=FG(k[j>>2]|0)|0;j=k[j>>2]|0;p=NJ(c,3)|0;p=wd(k[p>>2]|0,0,0,k[z>>2]|0)|0;l=k[E>>2]|0;k[u>>2]=j;n=oA(p)|0;k[D>>2]=k[u>>2];Rk(l,D,n);n=j*33^5381;l=k[w>>2]|0;m=(l|0)==0;q=j;a:do if(!m){g=l+-1|0;h=(g&l|0)==0;if(h)c=g&n;else c=(n>>>0)%(l>>>0)|0;b=k[(k[R>>2]|0)+(c<<2)>>2]|0;if(!b)M=22;else do{b=k[b>>2]|0;if(!b){M=22;break a}d=k[b+4>>2]|0;if(h)d=d&g;else d=(d>>>0)%(l>>>0)|0;if((d|0)!=(c|0)){M=22;break a}}while((k[b+8>>2]|0)!=(q|0))}else{c=0;M=22}while(0);if((M|0)==22){M=0;g=fB(12)|0;k[g+8>>2]=j;k[g+4>>2]=n;k[g>>2]=0;e=+(((k[x>>2]|0)+1|0)>>>0);f=+o[v>>2];do if(m|e>+(l>>>0)*f){c=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;b=~~+$(+(e/f))>>>0;vm(R,c>>>0<b>>>0?b:c);c=k[w>>2]|0;b=c+-1|0;if(!(b&c)){d=c;c=b&n;break}else{d=c;c=(n>>>0)%(c>>>0)|0;break}}else d=l;while(0);c=(k[R>>2]|0)+(c<<2)|0;b=k[c>>2]|0;if(!b){k[g>>2]=k[y>>2];k[y>>2]=g;k[c>>2]=y;c=k[g>>2]|0;if(c|0){c=k[c+4>>2]|0;b=d+-1|0;if(!(b&d))c=c&b;else c=(c>>>0)%(d>>>0)|0;k[(k[R>>2]|0)+(c<<2)>>2]=g}}else{k[g>>2]=k[b>>2];k[b>>2]=g}k[x>>2]=(k[x>>2]|0)+1}tp(N,q,p);s=s+1|0}if((M|0)==5){q=qC(t)|0;while(1){if(q>>>0>=(qC(A)|0)>>>0)break;u=NJ(A,q)|0;u=NJ(k[u>>2]|0,0)|0;if(!(RE(k[u>>2]|0,47268)|0))break;s=NJ(A,q)|0;s=k[s>>2]|0;p=0;while(1){u=NJ(s,1)|0;if(p>>>0>=(qC(k[u>>2]|0)|0)>>>0)break;t=NJ(s,1)|0;t=NJ(k[t>>2]|0,p)|0;t=k[t>>2]|0;j=NJ(t,0)|0;j=FG(k[j>>2]|0)|0;j=k[j>>2]|0;t=NJ(t,1)|0;t=wd(k[t>>2]|0,0,1,k[z>>2]|0)|0;l=k[E>>2]|0;k[F>>2]=j;n=oA(t)|0;k[D>>2]=k[F>>2];tk(l,D,n);n=j*33^5381;l=k[w>>2]|0;m=(l|0)==0;u=j;b:do if(!m){g=l+-1|0;h=(g&l|0)==0;if(h)c=g&n;else c=(n>>>0)%(l>>>0)|0;b=k[(k[R>>2]|0)+(c<<2)>>2]|0;if(!b)M=51;else do{b=k[b>>2]|0;if(!b){M=51;break b}d=k[b+4>>2]|0;if(h)d=d&g;else d=(d>>>0)%(l>>>0)|0;if((d|0)!=(c|0)){M=51;break b}}while((k[b+8>>2]|0)!=(u|0))}else{c=0;M=51}while(0);if((M|0)==51){M=0;g=fB(12)|0;k[g+8>>2]=j;k[g+4>>2]=n;k[g>>2]=0;e=+(((k[x>>2]|0)+1|0)>>>0);f=+o[v>>2];do if(m|e>+(l>>>0)*f){c=(l>>>0>2&(l+-1&l|0)==0&1|l<<1)^1;b=~~+$(+(e/f))>>>0;vm(R,c>>>0<b>>>0?b:c);c=k[w>>2]|0;b=c+-1|0;if(!(b&c)){d=c;c=b&n;break}else{d=c;c=(n>>>0)%(c>>>0)|0;break}}else d=l;while(0);c=(k[R>>2]|0)+(c<<2)|0;b=k[c>>2]|0;if(!b){k[g>>2]=k[y>>2];k[y>>2]=g;k[c>>2]=y;c=k[g>>2]|0;if(c|0){c=k[c+4>>2]|0;b=d+-1|0;if(!(b&d))c=c&b;else c=(c>>>0)%(d>>>0)|0;k[(k[R>>2]|0)+(c<<2)>>2]=g}}else{k[g>>2]=k[b>>2];k[b>>2]=g}k[x>>2]=(k[x>>2]|0)+1}wp(N,u,t);p=p+1|0}q=q+1|0}i[G>>0]=0;k[H>>2]=G;k[H+4>>2]=E;k[H+8>>2]=R;k[H+12>>2]=N;i[I>>0]=0;M=O+16|0;k[M>>2]=0;k[P+16>>2]=0;c=fB(64)|0;k[c>>2]=3112;k[c+4>>2]=a;k[c+8>>2]=Q;k[c+12>>2]=R;k[c+16>>2]=E;k[c+20>>2]=P;k[c+24>>2]=N;k[c+28>>2]=H;k[c+32>>2]=I;k[c+36>>2]=S;k[c+40>>2]=K;k[c+44>>2]=T;k[c+48>>2]=O;k[c+52>>2]=U;k[c+56>>2]=L;k[c+60>>2]=J;k[Q+16>>2]=c;L=a;c=Q;k[D>>2]=3156;k[D+4>>2]=L;k[D+8>>2]=c;k[D+16>>2]=D;qh(D,P);Ez(D);k[D>>2]=3200;k[D+4>>2]=L;k[D+8>>2]=c;k[D+16>>2]=D;qh(D,O);Ez(D);M=at(k[M>>2]|0,A,q)|0;c=k[E>>2]|0;k[c+36>>2]=M;if((k[B>>2]|0)==(k[T>>2]|0)?(k[C>>2]|0)==(k[U>>2]|0):0)if(!(k[S>>2]|0)){Ez(Q);Ez(P);Ez(O);HA(N);Ky(U);Ky(T);AD(R);r=V;return c|0}else Ra(12827,11935,1867,12719);Ra(12775,11935,1866,12719)}else if((M|0)==7)Ra(12703,11935,1022,12719);else if((M|0)==10)Ra(12735,11935,1024,12719);return 0}function Sc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0;T=r;r=r+176|0;w=T+164|0;d=T+160|0;c=T+156|0;P=T+152|0;Q=T+140|0;R=T+128|0;S=T+116|0;H=T+112|0;E=T+108|0;F=T+88|0;x=T+76|0;y=T+60|0;z=T+52|0;A=T+64|0;B=T+56|0;C=T+40|0;D=T+36|0;G=T+24|0;I=T+12|0;L=T;k[d>>2]=0;k[c>>2]=0;e=_i(b,d,c)|0;if(!(k[d>>2]|0)){K=cw(k[a+20>>2]|0)|0;k[d>>2]=K}c=k[c>>2]|0;if(!c)K=a;else{K=OD()|0;k[K>>2]=c;k[K+4>>2]=k[d>>2];k[K+8>>2]=0;Hk(k[a>>2]|0,K);K=a}q=a+20|0;k[q>>2]=(k[q>>2]|0)+1;k[P>>2]=0;q=a+60|0;k[q>>2]=0;k[a+64>>2]=0;s=a+80|0;i[s>>0]=0;k[Q>>2]=0;t=Q+4|0;k[t>>2]=0;k[Q+8>>2]=0;k[R>>2]=0;u=R+4|0;k[u>>2]=0;k[R+8>>2]=0;k[S>>2]=0;v=S+4|0;k[v>>2]=0;k[S+8>>2]=0;k[H>>2]=0;k[E>>2]=0;k[F>>2]=a;k[F+4>>2]=d;k[F+8>>2]=R;k[F+12>>2]=H;k[F+16>>2]=S;k[x>>2]=E;k[x+4>>2]=a;k[x+8>>2]=P;m=Q+8|0;n=a+48|0;J=a+44|0;o=R+8|0;p=S+8|0;d=0;a:while(1){l=(Sp(b)|0)+8|0;if(e>>>0>=(k[l>>2]|0)>>>0){O=45;break}l=Tm(b,e)|0;j=lG(Tm(l,0)|0)|0;b:do if(!((j|0)==(k[11989]|0)|(j|0)==(k[11998]|0))){if((j|0)==(k[11990]|0)){j=(Sp(l)|0)+8|0;if((k[j>>2]|0)>>>0>2){O=25;break a}l=Gg(lG(Tm(l,1)|0)|0,0,0)|0;k[H>>2]=l;break}if((j|0)==(k[11999]|0)){d=lG(Tm(l,1)|0)|0;l=k[K>>2]|0;k[B>>2]=d;k[w>>2]=k[B>>2];if(!(Lw(l,w)|0)){O=29;break a}g=k[K>>2]|0;k[D>>2]=d;k[w>>2]=k[D>>2];g=Kv(g,w)|0;k[H>>2]=k[g+4>>2];f=g+8|0;g=g+12|0;c=0;while(1){if(c>>>0>=(k[g>>2]|0)-(k[f>>2]|0)>>2>>>0)break b;l=cw(c)|0;k[w>>2]=l;h=k[(k[f>>2]|0)+(c<<2)>>2]|0;k[y>>2]=h;j=k[t>>2]|0;if(j>>>0<(k[m>>2]|0)>>>0){k[j>>2]=l;k[j+4>>2]=h;k[t>>2]=(k[t>>2]|0)+8}else ml(Q,w,y);k[z>>2]=l;l=mr(n,z)|0;k[l>>2]=h;c=c+1|0}}h=k[t>>2]|0;j=k[Q>>2]|0;c=j;f=h;if((h|0)!=(j|0)?(k[u>>2]|0)==(k[R>>2]|0):0)th(R,c,f);if(!(k[J>>2]|0))Ho(F);c=uc(a,l)|0;if(!(k[P>>2]|0)){k[P>>2]=c;break}else{gt(x);ww((k[E>>2]|0)+12|0,c);break}}else{c=1;while(1){h=(Sp(l)|0)+8|0;if(c>>>0>=(k[h>>2]|0)>>>0)break b;k[w>>2]=0;k[y>>2]=0;h=Tm(l,c)|0;if((i[h>>0]|0)==0?(i[h+24>>0]|0)!=0:0)O=14;else{g=Gg(lG(Tm(l,c)|0)|0,1,0)|0;k[y>>2]=g;if(!g)O=14;else{f=cw(k[q>>2]|0)|0;k[w>>2]=f;h=g}}if((O|0)==14){O=0;f=lG(Tm(l,c)|0)|0;k[w>>2]=f;c=c+1|0;h=Gg(lG(Tm(l,c)|0)|0,0,0)|0;k[y>>2]=h}c=c+1|0;do if((j|0)==(k[11989]|0)){g=k[u>>2]|0;if(g>>>0<(k[o>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[u>>2]=(k[u>>2]|0)+8;break}else{ml(R,w,y);break}}else{g=k[v>>2]|0;if(g>>>0<(k[p>>2]|0)>>>0){k[g>>2]=f;k[g+4>>2]=h;k[v>>2]=(k[v>>2]|0)+8;break}else{ml(S,w,y);break}}while(0);k[q>>2]=(k[q>>2]|0)+1;k[z>>2]=f;g=mr(n,z)|0;k[g>>2]=h}}while(0);e=e+1|0}if((O|0)==25){T=Sa(20)|0;k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;dr(A,17839,20);R=k[l+28>>2]|0;S=k[l+32>>2]|0;Gt(T,A);k[T+12>>2]=R;k[T+16>>2]=S;Gb(T|0,8,158)}else if((O|0)==29){T=Sa(20)|0;k[C>>2]=0;k[C+4>>2]=0;k[C+8>>2]=0;dr(C,17860,16);NA(T,C);Gb(T|0,8,158)}else if((O|0)==45){if(!(i[s>>0]|0))c=k[E>>2]|0;else{gt(x);c=k[E>>2]|0;k[c+8>>2]=k[12014]}if(c|0)Ik(c);c=k[J>>2]|0;if(!c){Ho(F);c=HG(k[a+4>>2]|0)|0;k[P>>2]=c;c=k[J>>2]|0}if((k[c+4>>2]|0)!=(k[H>>2]|0)){T=Sa(20)|0;k[G>>2]=0;k[G+4>>2]=0;k[G+8>>2]=0;dr(G,18095,20);R=k[b+28>>2]|0;S=k[b+32>>2]|0;Gt(T,G);k[T+12>>2]=R;k[T+16>>2]=S;Gb(T|0,8,158)}do if(!d){kp(I,c);e=uj(I)|0;UG(I);c=k[K>>2]|0;d=k[c+4>>2]|0;c=k[c>>2]|0;while(1){if((c|0)==(d|0))break;M=k[c>>2]|0;if(Qp(M,e)|0){O=59;break}c=c+4|0}if((O|0)==59?(N=k[M>>2]|0,N|0):0){Ky(e+8|0);SK(e);d=N;c=k[J>>2]|0;break}T=Sa(20)|0;k[L>>2]=0;k[L+4>>2]=0;k[L+8>>2]=0;dr(L,18116,34);R=k[b+28>>2]|0;S=k[b+32>>2]|0;Gt(T,L);k[T+12>>2]=R;k[T+16>>2]=S;Gb(T|0,8,158)}while(0);k[c+36>>2]=k[P>>2];k[(k[J>>2]|0)+32>>2]=d;c=k[K>>2]|0;e=k[J>>2]|0;k[J>>2]=0;xk(c,e);Gu(a+48|0);e=k[a+68>>2]|0;c=a+72|0;d=k[c>>2]|0;while(1){if((d|0)==(e|0))break;a=d+-4|0;k[c>>2]=a;d=a}by(S);by(R);by(Q);r=T;return}}function Tc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ka();break}case 1:{d=a+16|0;aj(d,129,b);b=$F(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;aj(d,128,DC(c,a)|0);b=a}}case 2:{d=a+16|0;aj(d,130,b);oi(d,(iG(e)|0)+16|0);aj(d,128,(iG(e)|0)+12|0);aj(d,128,(iG(e)|0)+8|0);break}case 3:{d=a+16|0;aj(d,131,b);aj(d,128,(fG(e)|0)+12|0);break}case 4:{d=a+16|0;aj(d,132,b);oi(d,(_F(e)|0)+16|0);oi(d,(_F(e)|0)+12|0);break}case 5:{d=a+16|0;aj(d,133,b);oi(d,(UF(e)|0)+32|0);aj(d,128,(UF(e)|0)+28|0);break}case 6:{d=a+16|0;aj(d,134,b);b=gG(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;aj(d,128,DC(c,a)|0);b=a}}case 7:{d=a+16|0;aj(d,135,b);b=EF(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;aj(d,128,DC(c,a)|0);b=a}}case 8:{d=a+16|0;aj(d,136,b);b=yF(e)|0;c=b+8|0;aj(d,128,(yF(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;aj(d,128,DC(c,a)|0);b=a}}case 9:{aj(a+16|0,137,b);break}case 10:{d=a+16|0;aj(d,138,b);aj(d,128,(KF(e)|0)+12|0);break}case 11:{aj(a+16|0,139,b);break}case 12:{d=a+16|0;aj(d,140,b);aj(d,128,(HF(e)|0)+12|0);break}case 13:{d=a+16|0;aj(d,141,b);aj(d,128,(aG(e)|0)+20|0);break}case 14:{d=a+16|0;aj(d,142,b);aj(d,128,(WF(e)|0)+24|0);aj(d,128,(WF(e)|0)+20|0);break}case 15:{aj(a+16|0,143,b);break}case 16:{d=a+16|0;aj(d,144,b);aj(d,128,(VF(e)|0)+12|0);break}case 17:{d=a+16|0;aj(d,145,b);aj(d,128,(RF(e)|0)+16|0);aj(d,128,(RF(e)|0)+12|0);break}case 18:{d=a+16|0;aj(d,146,b);aj(d,128,(PF(e)|0)+16|0);aj(d,128,(PF(e)|0)+12|0);aj(d,128,(PF(e)|0)+8|0);break}case 19:{d=a+16|0;aj(d,147,b);aj(d,128,(cG(e)|0)+8|0);break}case 20:{d=a+16|0;aj(d,148,b);oi(d,(QF(e)|0)+8|0);break}case 21:{d=a+16|0;aj(d,149,b);b=bG(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;aj(d,128,DC(c,a)|0);b=a}}case 22:{aj(a+16|0,150,b);break}case 23:{aj(a+16|0,151,b);break}default:{}}while(0);return}function Uc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+80|0;H=L+48|0;I=L+24|0;J=L;K=L+36|0;do if((b-a|0)>1?(i[a>>0]|0)==73:0){F=c+61|0;E=c+36|0;a:do if(i[F>>0]|0){e=k[E>>2]|0;d=k[e+-16>>2]|0;e=e+-12|0;while(1){f=k[e>>2]|0;if((f|0)==(d|0))break a;G=f+-16|0;k[e>>2]=G;_r(G)}}while(0);k[I>>2]=0;k[I+4>>2]=0;k[I+8>>2]=0;wq(I,44737,1);G=c+4|0;t=c+12|0;u=H+8|0;v=H+8|0;C=I+11|0;D=I+4|0;w=H+11|0;x=H+4|0;y=c+32|0;z=c+40|0;A=c+44|0;B=H+8|0;l=a+1|0;b:while(1){if((i[l>>0]|0)==69){d=42;break}do if(i[F>>0]|0){f=k[t>>2]|0;d=k[E>>2]|0;g=k[z>>2]|0;if(d>>>0<g>>>0){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=f;k[E>>2]=(k[E>>2]|0)+16;break}j=k[y>>2]|0;d=d-j>>4;e=d+1|0;if(e>>>0>268435455){d=13;break b}q=g-j|0;s=q>>3;ts(H,q>>4>>>0<134217727?(s>>>0<e>>>0?e:s):268435455,d,A);s=k[B>>2]|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;k[s+12>>2]=f;k[B>>2]=s+16;Nj(y,H);Yo(H)}while(0);q=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;s=Sh(l,b,c)|0;p=((k[G>>2]|0)-(k[c>>2]|0)|0)/24|0;c:do if(i[F>>0]|0){e=k[E>>2]|0;d=e+-16|0;while(1){if((e|0)==(d|0))break c;o=e+-16|0;k[E>>2]=o;cq(o);e=k[E>>2]|0}}while(0);if((s|0)==(l|0)|(s|0)==(b|0)){d=54;break}d:do if(!(i[F>>0]|0))d=q;else{j=k[E>>2]|0;l=j+-16|0;g=k[t>>2]|0;d=j+-12|0;e=k[d>>2]|0;o=k[j+-8>>2]|0;m=o;if(e>>>0<o>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[d>>2]=(k[d>>2]|0)+16;g=q}else{f=k[l>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455){d=24;break b}n=m-f|0;o=n>>3;ts(H,n>>4>>>0<134217727?(o>>>0<e>>>0?e:o):268435455,d,j+-4|0);o=k[u>>2]|0;k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;k[o+12>>2]=g;k[u>>2]=o+16;Nj(l,H);Yp(H);g=q}while(1){if(g>>>0>=p>>>0){d=q;break d}j=k[(k[E>>2]|0)+-12>>2]|0;l=j+-16|0;m=k[c>>2]|0;n=m+(g*24|0)|0;d=j+-12|0;e=k[d>>2]|0;f=k[j+-8>>2]|0;o=f;if((e|0)==(f|0)){f=k[l>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=30;break b}f=(o-f|0)/24|0;o=f<<1;Rs(H,f>>>0<89478485?(o>>>0<e>>>0?e:o):178956970,d,j+-4|0);o=k[v>>2]|0;Bs(o,n);Bs(o+12|0,m+(g*24|0)+12|0);k[v>>2]=o+24;Um(l,H);Tr(H)}else{Bs(e,n);Bs(e+12|0,m+(g*24|0)+12|0);k[d>>2]=(k[d>>2]|0)+24}g=g+1|0}}while(0);while(1){if(d>>>0>=p>>>0){d=p;break}o=i[C>>0]|0;if((o<<24>>24<0?k[D>>2]|0:o&255)>>>0>1)uA(I,44677)|0;Eq(H,(k[c>>2]|0)+(d*24|0)|0);o=i[w>>0]|0;n=o<<24>>24<0;Fm(I,n?k[H>>2]|0:H,n?k[x>>2]|0:o&255)|0;pF(H);d=d+1|0}while(1){if((d|0)==(q|0)){l=s;continue b}f=k[G>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[G>>2]=p;kA(p);f=k[G>>2]|0}d=d+-1|0}}if((d|0)==13)oJ();else if((d|0)==24)oJ();else if((d|0)==30)oJ();else if((d|0)==42){h=l+1|0;a=i[C>>0]|0;F=a<<24>>24<0;if((i[(F?k[I>>2]|0:I)+(F?k[D>>2]|0:a&255)+-1>>0]|0)==62)uA(I,45722)|0;else uA(I,44739)|0;k[K>>2]=k[I>>2];k[K+4>>2]=k[I+4>>2];k[K+8>>2]=k[I+8>>2];d=0;while(1){if((d|0)==3)break;k[I+(d<<2)>>2]=0;d=d+1|0}Yq(J,K);d=k[G>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{a=(g-f|0)/24|0;G=a<<1;Rs(H,a>>>0<89478485?(G>>>0<e>>>0?e:G):178956970,d,c+12|0);G=H+8|0;a=k[G>>2]|0;Uq(a,J);k[G>>2]=a+24;Um(c,H);Tr(H);break}}else{Uq(d,J);k[G>>2]=(k[G>>2]|0)+24}while(0);kA(J);pF(K);pF(I);break}else if((d|0)==54){pF(I);h=a;break}}else h=a;while(0);r=L;return h|0}function Vc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0;if(!a)return;c=a+-8|0;g=k[12042]|0;if(c>>>0<g>>>0)Ka();a=k[a+-4>>2]|0;b=a&3;if((b|0)==1)Ka();d=a&-8;n=c+d|0;do if(!(a&1)){a=k[c>>2]|0;if(!b)return;j=c+(0-a)|0;i=a+d|0;if(j>>>0<g>>>0)Ka();if((j|0)==(k[12043]|0)){a=n+4|0;b=k[a>>2]|0;if((b&3|0)!=3){q=j;e=i;break}k[12040]=i;k[a>>2]=b&-2;k[j+4>>2]=i|1;k[j+i>>2]=i;return}d=a>>>3;if(a>>>0<256){b=k[j+8>>2]|0;c=k[j+12>>2]|0;a=48192+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ka();if((k[b+12>>2]|0)!=(j|0))Ka()}if((c|0)==(b|0)){k[12038]=k[12038]&~(1<<d);q=j;e=i;break}if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ka();a=c+8|0;if((k[a>>2]|0)==(j|0))f=a;else Ka()}else f=c+8|0;k[b+12>>2]=c;k[f>>2]=b;q=j;e=i;break}f=k[j+24>>2]|0;c=k[j+12>>2]|0;do if((c|0)==(j|0)){c=j+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){h=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<g>>>0)Ka();else{k[b>>2]=0;h=a;break}}else{d=k[j+8>>2]|0;if(d>>>0<g>>>0)Ka();a=d+12|0;if((k[a>>2]|0)!=(j|0))Ka();b=c+8|0;if((k[b>>2]|0)==(j|0)){k[a>>2]=c;k[b>>2]=d;h=c;break}else Ka()}while(0);if(f){a=k[j+28>>2]|0;b=48456+(a<<2)|0;if((j|0)==(k[b>>2]|0)){k[b>>2]=h;if(!h){k[12039]=k[12039]&~(1<<a);q=j;e=i;break}}else{if(f>>>0<(k[12042]|0)>>>0)Ka();a=f+16|0;if((k[a>>2]|0)==(j|0))k[a>>2]=h;else k[f+20>>2]=h;if(!h){q=j;e=i;break}}c=k[12042]|0;if(h>>>0<c>>>0)Ka();k[h+24>>2]=f;a=j+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ka();else{k[h+16>>2]=b;k[b+24>>2]=h;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[12042]|0)>>>0)Ka();else{k[h+20>>2]=a;k[a+24>>2]=h;q=j;e=i;break}else{q=j;e=i}}else{q=j;e=i}}else{q=c;e=d}while(0);if(q>>>0>=n>>>0)Ka();a=n+4|0;b=k[a>>2]|0;if(!(b&1))Ka();if(!(b&2)){if((n|0)==(k[12044]|0)){p=(k[12041]|0)+e|0;k[12041]=p;k[12044]=q;k[q+4>>2]=p|1;if((q|0)!=(k[12043]|0))return;k[12043]=0;k[12040]=0;return}if((n|0)==(k[12043]|0)){p=(k[12040]|0)+e|0;k[12040]=p;k[12043]=q;k[q+4>>2]=p|1;k[q+p>>2]=p;return}e=(b&-8)+e|0;d=b>>>3;do if(b>>>0>=256){f=k[n+24>>2]|0;a=k[n+12>>2]|0;do if((a|0)==(n|0)){c=n+16|0;b=c+4|0;a=k[b>>2]|0;if(!a){a=k[c>>2]|0;if(!a){m=0;break}else b=c}while(1){c=a+20|0;d=k[c>>2]|0;if(d|0){a=d;b=c;continue}c=a+16|0;d=k[c>>2]|0;if(!d)break;else{a=d;b=c}}if(b>>>0<(k[12042]|0)>>>0)Ka();else{k[b>>2]=0;m=a;break}}else{b=k[n+8>>2]|0;if(b>>>0<(k[12042]|0)>>>0)Ka();c=b+12|0;if((k[c>>2]|0)!=(n|0))Ka();d=a+8|0;if((k[d>>2]|0)==(n|0)){k[c>>2]=a;k[d>>2]=b;m=a;break}else Ka()}while(0);if(f|0){a=k[n+28>>2]|0;b=48456+(a<<2)|0;if((n|0)==(k[b>>2]|0)){k[b>>2]=m;if(!m){k[12039]=k[12039]&~(1<<a);break}}else{if(f>>>0<(k[12042]|0)>>>0)Ka();a=f+16|0;if((k[a>>2]|0)==(n|0))k[a>>2]=m;else k[f+20>>2]=m;if(!m)break}c=k[12042]|0;if(m>>>0<c>>>0)Ka();k[m+24>>2]=f;a=n+16|0;b=k[a>>2]|0;do if(b|0)if(b>>>0<c>>>0)Ka();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[12042]|0)>>>0)Ka();else{k[m+20>>2]=a;k[a+24>>2]=m;break}}}else{b=k[n+8>>2]|0;c=k[n+12>>2]|0;a=48192+(d<<1<<2)|0;if((b|0)!=(a|0)){if(b>>>0<(k[12042]|0)>>>0)Ka();if((k[b+12>>2]|0)!=(n|0))Ka()}if((c|0)==(b|0)){k[12038]=k[12038]&~(1<<d);break}if((c|0)!=(a|0)){if(c>>>0<(k[12042]|0)>>>0)Ka();a=c+8|0;if((k[a>>2]|0)==(n|0))l=a;else Ka()}else l=c+8|0;k[b+12>>2]=c;k[l>>2]=b}while(0);k[q+4>>2]=e|1;k[q+e>>2]=e;if((q|0)==(k[12043]|0)){k[12040]=e;return}}else{k[a>>2]=b&-2;k[q+4>>2]=e|1;k[q+e>>2]=e}a=e>>>3;if(e>>>0<256){c=48192+(a<<1<<2)|0;b=k[12038]|0;a=1<<a;if(b&a){a=c+8|0;b=k[a>>2]|0;if(b>>>0<(k[12042]|0)>>>0)Ka();else{o=b;p=a}}else{k[12038]=b|a;o=c;p=c+8|0}k[p>>2]=q;k[o+12>>2]=q;k[q+8>>2]=o;k[q+12>>2]=c;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{o=(a+1048320|0)>>>16&8;p=a<<o;n=(p+520192|0)>>>16&4;p=p<<n;a=(p+245760|0)>>>16&2;a=14-(n|o|a)+(p<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=48456+(a<<2)|0;k[q+28>>2]=a;k[q+20>>2]=0;k[q+16>>2]=0;b=k[12039]|0;c=1<<a;do if(b&c){b=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=130;break}c=d+16+(b>>>31<<2)|0;a=k[c>>2]|0;if(!a){a=127;break}else{b=b<<1;d=a}}if((a|0)==127)if(c>>>0<(k[12042]|0)>>>0)Ka();else{k[c>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q;break}else if((a|0)==130){a=d+8|0;b=k[a>>2]|0;p=k[12042]|0;if(b>>>0>=p>>>0&d>>>0>=p>>>0){k[b+12>>2]=q;k[a>>2]=q;k[q+8>>2]=b;k[q+12>>2]=d;k[q+24>>2]=0;break}else Ka()}}else{k[12039]=b|c;k[d>>2]=q;k[q+24>>2]=d;k[q+12>>2]=q;k[q+8>>2]=q}while(0);q=(k[12046]|0)+-1|0;k[12046]=q;if(!q)a=48608;else return;while(1){a=k[a>>2]|0;if(!a)break;else a=a+8|0}k[12046]=-1;return}function Wc(a,b){a=a|0;b=b|0;dy(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{MC(k[a>>2]|0,34091)|0;break}case 1:{MC(k[a>>2]|0,34099)|0;break}case 2:{MC(k[a>>2]|0,34107)|0;break}case 3:{MC(k[a>>2]|0,34115)|0;break}case 4:{MC(k[a>>2]|0,34125)|0;break}case 5:{MC(k[a>>2]|0,34135)|0;break}case 6:{MC(k[a>>2]|0,34145)|0;break}case 7:{MC(k[a>>2]|0,34155)|0;break}case 8:{MC(k[a>>2]|0,34163)|0;break}case 9:{MC(k[a>>2]|0,34170)|0;break}case 10:{MC(k[a>>2]|0,34178)|0;break}case 11:{MC(k[a>>2]|0,34186)|0;break}case 12:{MC(k[a>>2]|0,34196)|0;break}case 13:{MC(k[a>>2]|0,34206)|0;break}case 14:{MC(k[a>>2]|0,34215)|0;break}case 15:{MC(k[a>>2]|0,34224)|0;break}case 16:{MC(k[a>>2]|0,34231)|0;break}case 17:{MC(k[a>>2]|0,34238)|0;break}case 18:{MC(k[a>>2]|0,34247)|0;break}case 19:{MC(k[a>>2]|0,34256)|0;break}case 20:{MC(k[a>>2]|0,34265)|0;break}case 21:{MC(k[a>>2]|0,34274)|0;break}case 22:{MC(k[a>>2]|0,34283)|0;break}case 23:{MC(k[a>>2]|0,34292)|0;break}case 24:{MC(k[a>>2]|0,34301)|0;break}case 25:{MC(k[a>>2]|0,34310)|0;break}case 26:{MC(k[a>>2]|0,34318)|0;break}case 27:{MC(k[a>>2]|0,34326)|0;break}case 28:{MC(k[a>>2]|0,34334)|0;break}case 29:{MC(k[a>>2]|0,34344)|0;break}case 30:{MC(k[a>>2]|0,34354)|0;break}case 31:{MC(k[a>>2]|0,34364)|0;break}case 32:{MC(k[a>>2]|0,34374)|0;break}case 33:{MC(k[a>>2]|0,34382)|0;break}case 34:{MC(k[a>>2]|0,34389)|0;break}case 35:{MC(k[a>>2]|0,34397)|0;break}case 36:{MC(k[a>>2]|0,34405)|0;break}case 37:{MC(k[a>>2]|0,34415)|0;break}case 38:{MC(k[a>>2]|0,34425)|0;break}case 39:{MC(k[a>>2]|0,34434)|0;break}case 40:{MC(k[a>>2]|0,34443)|0;break}case 41:{MC(k[a>>2]|0,34450)|0;break}case 42:{MC(k[a>>2]|0,34457)|0;break}case 43:{MC(k[a>>2]|0,34466)|0;break}case 44:{MC(k[a>>2]|0,34475)|0;break}case 45:{MC(k[a>>2]|0,34484)|0;break}case 46:{MC(k[a>>2]|0,34493)|0;break}case 47:{MC(k[a>>2]|0,34502)|0;break}case 48:{MC(k[a>>2]|0,34511)|0;break}case 49:{MC(k[a>>2]|0,34520)|0;break}case 50:{MC(k[a>>2]|0,34529)|0;break}case 51:{MC(k[a>>2]|0,34537)|0;break}case 52:{MC(k[a>>2]|0,34545)|0;break}case 53:{MC(k[a>>2]|0,34553)|0;break}case 54:{MC(k[a>>2]|0,34561)|0;break}case 55:{MC(k[a>>2]|0,34574)|0;break}case 56:{MC(k[a>>2]|0,34582)|0;break}case 57:{MC(k[a>>2]|0,34590)|0;break}case 58:{MC(k[a>>2]|0,34597)|0;break}case 59:{MC(k[a>>2]|0,34604)|0;break}case 60:{MC(k[a>>2]|0,34611)|0;break}case 61:{MC(k[a>>2]|0,34618)|0;break}case 62:{MC(k[a>>2]|0,34625)|0;break}case 63:{MC(k[a>>2]|0,34632)|0;break}case 64:{MC(k[a>>2]|0,34640)|0;break}case 65:{MC(k[a>>2]|0,34648)|0;break}case 66:{MC(k[a>>2]|0,34656)|0;break}case 67:{MC(k[a>>2]|0,34664)|0;break}case 68:{MC(k[a>>2]|0,34677)|0;break}case 69:{MC(k[a>>2]|0,34685)|0;break}case 70:{MC(k[a>>2]|0,34693)|0;break}case 71:{MC(k[a>>2]|0,34700)|0;break}case 72:{MC(k[a>>2]|0,34707)|0;break}case 73:{MC(k[a>>2]|0,34714)|0;break}case 74:{MC(k[a>>2]|0,34721)|0;break}case 75:{MC(k[a>>2]|0,34728)|0;break}default:Ka()}while(0);eB(a);Ln(a,k[b+12>>2]|0);Ln(a,k[b+16>>2]|0);Gw(a);return}function Xc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0;o=a+b|0;c=k[a+4>>2]|0;do if(!(c&1)){f=k[a>>2]|0;if(!(c&3))return;l=a+(0-f)|0;j=f+b|0;h=k[12042]|0;if(l>>>0<h>>>0)Ka();if((l|0)==(k[12043]|0)){a=o+4|0;c=k[a>>2]|0;if((c&3|0)!=3){r=l;e=j;break}k[12040]=j;k[a>>2]=c&-2;k[l+4>>2]=j|1;k[l+j>>2]=j;return}d=f>>>3;if(f>>>0<256){c=k[l+8>>2]|0;b=k[l+12>>2]|0;a=48192+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ka();if((k[c+12>>2]|0)!=(l|0))Ka()}if((b|0)==(c|0)){k[12038]=k[12038]&~(1<<d);r=l;e=j;break}if((b|0)!=(a|0)){if(b>>>0<h>>>0)Ka();a=b+8|0;if((k[a>>2]|0)==(l|0))g=a;else Ka()}else g=b+8|0;k[c+12>>2]=b;k[g>>2]=c;r=l;e=j;break}f=k[l+24>>2]|0;b=k[l+12>>2]|0;do if((b|0)==(l|0)){b=l+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){i=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<h>>>0)Ka();else{k[c>>2]=0;i=a;break}}else{d=k[l+8>>2]|0;if(d>>>0<h>>>0)Ka();a=d+12|0;if((k[a>>2]|0)!=(l|0))Ka();c=b+8|0;if((k[c>>2]|0)==(l|0)){k[a>>2]=b;k[c>>2]=d;i=b;break}else Ka()}while(0);if(f){a=k[l+28>>2]|0;c=48456+(a<<2)|0;if((l|0)==(k[c>>2]|0)){k[c>>2]=i;if(!i){k[12039]=k[12039]&~(1<<a);r=l;e=j;break}}else{if(f>>>0<(k[12042]|0)>>>0)Ka();a=f+16|0;if((k[a>>2]|0)==(l|0))k[a>>2]=i;else k[f+20>>2]=i;if(!i){r=l;e=j;break}}b=k[12042]|0;if(i>>>0<b>>>0)Ka();k[i+24>>2]=f;a=l+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ka();else{k[i+16>>2]=c;k[c+24>>2]=i;break}while(0);a=k[a+4>>2]|0;if(a)if(a>>>0<(k[12042]|0)>>>0)Ka();else{k[i+20>>2]=a;k[a+24>>2]=i;r=l;e=j;break}else{r=l;e=j}}else{r=l;e=j}}else{r=a;e=b}while(0);g=k[12042]|0;if(o>>>0<g>>>0)Ka();a=o+4|0;c=k[a>>2]|0;if(!(c&2)){if((o|0)==(k[12044]|0)){q=(k[12041]|0)+e|0;k[12041]=q;k[12044]=r;k[r+4>>2]=q|1;if((r|0)!=(k[12043]|0))return;k[12043]=0;k[12040]=0;return}if((o|0)==(k[12043]|0)){q=(k[12040]|0)+e|0;k[12040]=q;k[12043]=r;k[r+4>>2]=q|1;k[r+q>>2]=q;return}e=(c&-8)+e|0;d=c>>>3;do if(c>>>0>=256){f=k[o+24>>2]|0;b=k[o+12>>2]|0;do if((b|0)==(o|0)){b=o+16|0;c=b+4|0;a=k[c>>2]|0;if(!a){a=k[b>>2]|0;if(!a){n=0;break}else c=b}while(1){b=a+20|0;d=k[b>>2]|0;if(d|0){a=d;c=b;continue}b=a+16|0;d=k[b>>2]|0;if(!d)break;else{a=d;c=b}}if(c>>>0<g>>>0)Ka();else{k[c>>2]=0;n=a;break}}else{d=k[o+8>>2]|0;if(d>>>0<g>>>0)Ka();a=d+12|0;if((k[a>>2]|0)!=(o|0))Ka();c=b+8|0;if((k[c>>2]|0)==(o|0)){k[a>>2]=b;k[c>>2]=d;n=b;break}else Ka()}while(0);if(f|0){a=k[o+28>>2]|0;c=48456+(a<<2)|0;if((o|0)==(k[c>>2]|0)){k[c>>2]=n;if(!n){k[12039]=k[12039]&~(1<<a);break}}else{if(f>>>0<(k[12042]|0)>>>0)Ka();a=f+16|0;if((k[a>>2]|0)==(o|0))k[a>>2]=n;else k[f+20>>2]=n;if(!n)break}b=k[12042]|0;if(n>>>0<b>>>0)Ka();k[n+24>>2]=f;a=o+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<b>>>0)Ka();else{k[n+16>>2]=c;k[c+24>>2]=n;break}while(0);a=k[a+4>>2]|0;if(a|0)if(a>>>0<(k[12042]|0)>>>0)Ka();else{k[n+20>>2]=a;k[a+24>>2]=n;break}}}else{c=k[o+8>>2]|0;b=k[o+12>>2]|0;a=48192+(d<<1<<2)|0;if((c|0)!=(a|0)){if(c>>>0<g>>>0)Ka();if((k[c+12>>2]|0)!=(o|0))Ka()}if((b|0)==(c|0)){k[12038]=k[12038]&~(1<<d);break}if((b|0)!=(a|0)){if(b>>>0<g>>>0)Ka();a=b+8|0;if((k[a>>2]|0)==(o|0))m=a;else Ka()}else m=b+8|0;k[c+12>>2]=b;k[m>>2]=c}while(0);k[r+4>>2]=e|1;k[r+e>>2]=e;if((r|0)==(k[12043]|0)){k[12040]=e;return}}else{k[a>>2]=c&-2;k[r+4>>2]=e|1;k[r+e>>2]=e}a=e>>>3;if(e>>>0<256){b=48192+(a<<1<<2)|0;c=k[12038]|0;a=1<<a;if(c&a){a=b+8|0;c=k[a>>2]|0;if(c>>>0<(k[12042]|0)>>>0)Ka();else{p=c;q=a}}else{k[12038]=c|a;p=b;q=b+8|0}k[q>>2]=r;k[p+12>>2]=r;k[r+8>>2]=p;k[r+12>>2]=b;return}a=e>>>8;if(a)if(e>>>0>16777215)a=31;else{p=(a+1048320|0)>>>16&8;q=a<<p;o=(q+520192|0)>>>16&4;q=q<<o;a=(q+245760|0)>>>16&2;a=14-(o|p|a)+(q<<a>>>15)|0;a=e>>>(a+7|0)&1|a<<1}else a=0;d=48456+(a<<2)|0;k[r+28>>2]=a;k[r+20>>2]=0;k[r+16>>2]=0;c=k[12039]|0;b=1<<a;if(!(c&b)){k[12039]=c|b;k[d>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}c=e<<((a|0)==31?0:25-(a>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){a=127;break}b=d+16+(c>>>31<<2)|0;a=k[b>>2]|0;if(!a){a=124;break}else{c=c<<1;d=a}}if((a|0)==124){if(b>>>0<(k[12042]|0)>>>0)Ka();k[b>>2]=r;k[r+24>>2]=d;k[r+12>>2]=r;k[r+8>>2]=r;return}else if((a|0)==127){a=d+8|0;c=k[a>>2]|0;q=k[12042]|0;if(!(c>>>0>=q>>>0&d>>>0>=q>>>0))Ka();k[c+12>>2]=r;k[a>>2]=r;k[r+8>>2]=c;k[r+12>>2]=d;k[r+24>>2]=0;return}}function Yc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+16|0;d=f;do switch(c<<24>>24){case 87:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=0;k[c+4>>2]=1;e=49;break}case 114:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=1;k[c+4>>2]=2;e=49;break}case 88:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=2;k[c+4>>2]=1;e=49;break}case 115:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=3;k[c+4>>2]=2;e=49;break}case 89:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=4;k[c+4>>2]=1;e=49;break}case 116:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=5;k[c+4>>2]=2;e=49;break}case 90:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=20;k[c+4>>2]=1;e=49;break}case -70:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=21;k[c+4>>2]=1;e=49;break}case 124:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=6;k[c+4>>2]=3;e=49;break}case -112:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=7;k[c+4>>2]=4;e=49;break}case 123:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=8;k[c+4>>2]=3;e=49;break}case -113:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=9;k[c+4>>2]=4;e=49;break}case 126:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=10;k[c+4>>2]=3;e=49;break}case -110:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=11;k[c+4>>2]=4;e=49;break}case 127:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=12;k[c+4>>2]=3;e=49;break}case -109:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=13;k[c+4>>2]=4;e=49;break}case -127:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=16;k[c+4>>2]=3;e=49;break}case -107:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=17;k[c+4>>2]=4;e=49;break}case -126:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=18;k[c+4>>2]=3;e=49;break}case -106:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=19;k[c+4>>2]=4;e=49;break}case -87:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=37;k[c+4>>2]=3;e=49;break}case -81:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=38;k[c+4>>2]=4;e=49;break}case -88:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=35;k[c+4>>2]=3;e=49;break}case -82:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=36;k[c+4>>2]=4;e=49;break}case -85:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=41;k[c+4>>2]=3;e=49;break}case -79:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=42;k[c+4>>2]=4;e=49;break}case -86:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=39;k[c+4>>2]=3;e=49;break}case -80:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=40;k[c+4>>2]=4;e=49;break}case -90:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=22;k[c+4>>2]=2;e=49;break}case -89:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=23;k[c+4>>2]=2;e=49;break}case -95:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=24;k[c+4>>2]=1;e=49;break}case -97:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=27;k[c+4>>2]=1;e=49;break}case -96:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=31;k[c+4>>2]=1;e=49;break}case -99:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=25;k[c+4>>2]=1;e=49;break}case -98:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=29;k[c+4>>2]=1;e=49;break}case -92:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=28;k[c+4>>2]=2;e=49;break}case -91:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=32;k[c+4>>2]=2;e=49;break}case -94:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=26;k[c+4>>2]=2;e=49;break}case -93:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=30;k[c+4>>2]=2;e=49;break}case -128:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=14;k[c+4>>2]=3;e=49;break}case -108:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=15;k[c+4>>2]=4;e=49;break}case -84:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=44;k[c+4>>2]=3;e=49;break}case -78:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=43;k[c+4>>2]=4;e=49;break}case -76:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=33;k[c+4>>2]=1;e=49;break}case -75:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=34;k[c+4>>2]=2;e=49;break}case -83:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=45;k[c+4>>2]=3;e=49;break}case -77:{c=wG(k[a+4>>2]|0)|0;k[c+8>>2]=46;k[c+4>>2]=4;e=49;break}default:c=0}while(0);if((e|0)==49){if(i[a+12>>0]|0){e=MC(48992,21273)|0;g=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(d);rm(e,g);bp(e)}g=xv(a)|0;k[c+12>>2]=g;k[b>>2]=c;c=1}r=f;return c|0}function Zc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+64|0;v=x+36|0;w=x;u=x+24|0;t=a;a:do if((b-t|0)>1?(i[a>>0]|0)==84:0){q=i[a+1>>0]|0;if(q<<24>>24==95){d=k[c+36>>2]|0;if((k[c+32>>2]|0)==(d|0))break;e=k[d+-16>>2]|0;if((e|0)!=(k[d+-12>>2]|0)){l=k[e+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e>>2]|0;while(1){if((f|0)==(l|0)){d=8;break}d=k[m>>2]|0;h=k[n>>2]|0;g=h;if((d|0)==(h|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=12;break}g=(g-h|0)/24|0;h=g<<1;Rs(v,g>>>0<89478485?(h>>>0<e>>>0?e:h):178956970,d,o);h=k[p>>2]|0;Bs(h,f);Bs(h+12|0,f+12|0);k[p>>2]=h+24;Um(c,v);Tr(v)}else{Bs(d,f);Bs(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==8){a=a+2|0;break}else if((d|0)==12)oJ()}else{k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;i[w+11>>0]=2;j[w>>1]=24404;i[w+2>>0]=0;e=w+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;g=u;do if(e>>>0>=u>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{t=(g-f|0)/24|0;u=t<<1;Rs(v,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=v+8|0;t=k[u>>2]|0;Uq(t,w);k[u>>2]=t+24;Um(c,v);Tr(v);break}}else{Uq(e,w);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(w);i[c+62>>0]=1;a=a+2|0;break}}d=(q<<24>>24)+-48|0;if(d>>>0<10){q=a+2|0;while(1){if((q|0)==(b|0))break a;e=i[q>>0]|0;f=(e<<24>>24)+-48|0;if(f>>>0>=10)break;d=f+(d*10|0)|0;q=q+1|0}if(e<<24>>24==95?(s=k[c+36>>2]|0,(k[c+32>>2]|0)!=(s|0)):0){d=d+1|0;b=k[s+-16>>2]|0;e=b;if(d>>>0<(k[s+-12>>2]|0)-b>>4>>>0){l=k[e+(d<<4)+4>>2]|0;m=c+4|0;n=c+8|0;o=c+12|0;p=v+8|0;f=k[e+(d<<4)>>2]|0;while(1){if((f|0)==(l|0)){d=34;break}d=k[m>>2]|0;s=k[n>>2]|0;g=s;if((d|0)==(s|0)){h=k[c>>2]|0;d=(d-h|0)/24|0;e=d+1|0;if(e>>>0>178956970){d=38;break}b=(g-h|0)/24|0;s=b<<1;Rs(v,b>>>0<89478485?(s>>>0<e>>>0?e:s):178956970,d,o);s=k[p>>2]|0;Bs(s,f);Bs(s+12|0,f+12|0);k[p>>2]=s+24;Um(c,v);Tr(v)}else{Bs(d,f);Bs(d+12|0,f+12|0);k[m>>2]=(k[m>>2]|0)+24}f=f+24|0}if((d|0)==34){a=q+1|0;break}else if((d|0)==38)oJ()}g=q+1|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;f=g-t|0;if(f>>>0>4294967279)iJ();if(f>>>0<11){i[u+11>>0]=f;e=u}else{t=f+16&-16;e=yc(t)|0;k[u>>2]=e;k[u+8>>2]=t|-2147483648;k[u+4>>2]=f}d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+f>>0]=0;Yq(w,u);a=c+4|0;d=k[a>>2]|0;t=k[c+8>>2]|0;f=t;do if(d>>>0>=t>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)oJ();else{s=(f-e|0)/24|0;t=s<<1;Rs(v,s>>>0<89478485?(t>>>0<d>>>0?d:t):178956970,a,c+12|0);t=v+8|0;s=k[t>>2]|0;Uq(s,w);k[t>>2]=s+24;Um(c,v);Tr(v);break}}else{Uq(d,w);k[a>>2]=(k[a>>2]|0)+24}while(0);kA(w);pF(u);i[c+62>>0]=1;a=g}}}while(0);r=x;return a|0}function _c(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ka();break}case 1:{d=a+16|0;dq(d,153,b);b=$F(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,152,DC(c,a)|0);b=a}}case 2:{d=a+16|0;dq(d,154,b);Go(d,(iG(e)|0)+16|0);dq(d,152,(iG(e)|0)+12|0);dq(d,152,(iG(e)|0)+8|0);break}case 3:{d=a+16|0;dq(d,155,b);dq(d,152,(fG(e)|0)+12|0);break}case 4:{d=a+16|0;dq(d,156,b);Go(d,(_F(e)|0)+16|0);Go(d,(_F(e)|0)+12|0);break}case 5:{d=a+16|0;dq(d,157,b);Go(d,(UF(e)|0)+32|0);dq(d,152,(UF(e)|0)+28|0);break}case 6:{d=a+16|0;dq(d,158,b);b=gG(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,152,DC(c,a)|0);b=a}}case 7:{d=a+16|0;dq(d,159,b);b=EF(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,152,DC(c,a)|0);b=a}}case 8:{d=a+16|0;dq(d,160,b);b=yF(e)|0;c=b+8|0;dq(d,152,(yF(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,152,DC(c,a)|0);b=a}}case 9:{dq(a+16|0,161,b);break}case 10:{d=a+16|0;dq(d,162,b);dq(d,152,(KF(e)|0)+12|0);break}case 11:{dq(a+16|0,163,b);break}case 12:{d=a+16|0;dq(d,164,b);dq(d,152,(HF(e)|0)+12|0);break}case 13:{d=a+16|0;dq(d,165,b);dq(d,152,(aG(e)|0)+20|0);break}case 14:{d=a+16|0;dq(d,166,b);dq(d,152,(WF(e)|0)+24|0);dq(d,152,(WF(e)|0)+20|0);break}case 15:{dq(a+16|0,167,b);break}case 16:{d=a+16|0;dq(d,168,b);dq(d,152,(VF(e)|0)+12|0);break}case 17:{d=a+16|0;dq(d,169,b);dq(d,152,(RF(e)|0)+16|0);dq(d,152,(RF(e)|0)+12|0);break}case 18:{d=a+16|0;dq(d,170,b);dq(d,152,(PF(e)|0)+16|0);dq(d,152,(PF(e)|0)+12|0);dq(d,152,(PF(e)|0)+8|0);break}case 19:{d=a+16|0;dq(d,171,b);dq(d,152,(cG(e)|0)+8|0);break}case 20:{d=a+16|0;dq(d,172,b);Go(d,(QF(e)|0)+8|0);break}case 21:{d=a+16|0;dq(d,173,b);b=bG(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,152,DC(c,a)|0);b=a}}case 22:{dq(a+16|0,174,b);break}case 23:{dq(a+16|0,175,b);break}default:{}}while(0);return}function $c(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=k[b>>2]|0;a:do switch(k[e>>2]|0){case 0:{Ka();break}case 1:{d=a+16|0;dq(d,105,b);b=$F(e)|0;c=b+12|0;b=k[b+20>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,102,DC(c,a)|0);b=a}}case 2:{d=a+16|0;dq(d,106,b);Lo(d,(iG(e)|0)+16|0);dq(d,102,(iG(e)|0)+12|0);dq(d,102,(iG(e)|0)+8|0);break}case 3:{d=a+16|0;dq(d,107,b);dq(d,102,(fG(e)|0)+12|0);break}case 4:{d=a+16|0;dq(d,108,b);Lo(d,(_F(e)|0)+16|0);Lo(d,(_F(e)|0)+12|0);break}case 5:{d=a+16|0;dq(d,109,b);Lo(d,(UF(e)|0)+32|0);dq(d,102,(UF(e)|0)+28|0);break}case 6:{d=a+16|0;dq(d,110,b);b=gG(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,102,DC(c,a)|0);b=a}}case 7:{d=a+16|0;dq(d,111,b);b=EF(e)|0;c=b+8|0;b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,102,DC(c,a)|0);b=a}}case 8:{d=a+16|0;dq(d,112,b);b=yF(e)|0;c=b+8|0;dq(d,102,(yF(e)|0)+28|0);b=k[b+16>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,102,DC(c,a)|0);b=a}}case 9:{dq(a+16|0,113,b);break}case 10:{d=a+16|0;dq(d,114,b);dq(d,102,(KF(e)|0)+12|0);break}case 11:{dq(a+16|0,115,b);break}case 12:{d=a+16|0;dq(d,116,b);dq(d,102,(HF(e)|0)+12|0);break}case 13:{d=a+16|0;dq(d,117,b);dq(d,102,(aG(e)|0)+20|0);break}case 14:{d=a+16|0;dq(d,118,b);dq(d,102,(WF(e)|0)+24|0);dq(d,102,(WF(e)|0)+20|0);break}case 15:{dq(a+16|0,119,b);break}case 16:{d=a+16|0;dq(d,120,b);dq(d,102,(VF(e)|0)+12|0);break}case 17:{d=a+16|0;dq(d,121,b);dq(d,102,(RF(e)|0)+16|0);dq(d,102,(RF(e)|0)+12|0);break}case 18:{d=a+16|0;dq(d,122,b);dq(d,102,(PF(e)|0)+16|0);dq(d,102,(PF(e)|0)+12|0);dq(d,102,(PF(e)|0)+8|0);break}case 19:{d=a+16|0;dq(d,123,b);dq(d,102,(cG(e)|0)+8|0);break}case 20:{d=a+16|0;dq(d,124,b);Lo(d,(QF(e)|0)+8|0);break}case 21:{d=a+16|0;dq(d,125,b);b=bG(e)|0;c=b+16|0;b=k[b+24>>2]|0;while(1){a=b+-1|0;if((b|0)<=0)break a;dq(d,102,DC(c,a)|0);b=a}}case 22:{dq(a+16|0,126,b);break}case 23:{dq(a+16|0,127,b);break}default:{}}while(0);return}function ad(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0;w=r;r=r+1056|0;u=w+1024|0;v=w;h=i[b>>0]|0;do if(h<<24>>24){t=QH(a,h<<24>>24)|0;if(t){e=i[b+1>>0]|0;if(e<<24>>24){c=t+1|0;j=i[c>>0]|0;if(j<<24>>24){f=i[b+2>>0]|0;if(!(f<<24>>24)){e=e&255|(h&255)<<8;d=l[t>>0]<<8|j&255;a=j;while(1){d=d&65535;if((d|0)==(e|0))break;c=c+1|0;a=i[c>>0]|0;if(!(a<<24>>24)){a=0;break}else d=a&255|d<<8}a=a<<24>>24?c+-1|0:0;break}c=t+2|0;a=i[c>>0]|0;if(a<<24>>24){d=i[b+3>>0]|0;if(!(d<<24>>24)){e=(e&255)<<16|(h&255)<<24|(f&255)<<8;d=(a&255)<<8|(j&255)<<16|l[t>>0]<<24;if((d|0)!=(e|0))do{c=c+1|0;a=i[c>>0]|0;d=(a&255|d)<<8}while(!(a<<24>>24==0|(d|0)==(e|0)));a=a<<24>>24?c+-2|0:0;break}c=t+3|0;g=i[c>>0]|0;if(g<<24>>24){if(!(i[b+4>>0]|0)){e=(e&255)<<16|(h&255)<<24|(f&255)<<8|d&255;d=(a&255)<<8|(j&255)<<16|g&255|l[t>>0]<<24;if((d|0)==(e|0))a=g;else do{c=c+1|0;a=i[c>>0]|0;d=a&255|d<<8}while(!(a<<24>>24==0|(d|0)==(e|0)));a=a<<24>>24?c+-3|0:0;break}k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=0;k[u+16>>2]=0;k[u+20>>2]=0;k[u+24>>2]=0;k[u+28>>2]=0;s=0;a=h;while(1){if(!(i[t+s>>0]|0)){a=0;break}q=u+(((a&255)>>>5&255)<<2)|0;k[q>>2]=k[q>>2]|1<<(a&31);q=s+1|0;k[v+((a&255)<<2)>>2]=q;a=i[b+q>>0]|0;if(!(a<<24>>24)){m=23;break}else s=q}a:do if((m|0)==23){b:do if(q>>>0>1){c=0;h=-1;d=1;c:while(1){e=1;a=c;while(1){c=d;d:while(1){g=1;while(1){d=i[b+(g+h)>>0]|0;f=i[b+c>>0]|0;if(d<<24>>24!=f<<24>>24)break d;if((g|0)==(e|0))break;g=g+1|0;c=g+a|0;if(c>>>0>=q>>>0){j=e;a=h;break c}}a=a+e|0;c=a+1|0;if(c>>>0>=q>>>0){j=e;a=h;break c}}e=c-h|0;if((d&255)<=(f&255))break;d=c+1|0;if(d>>>0>=q>>>0){j=e;a=h;break c}else a=c}d=a+2|0;if(d>>>0>=q>>>0){j=1;break}else{c=a+1|0;h=a}}e=0;m=-1;f=1;while(1){d=1;c=e;while(1){e=f;e:while(1){h=1;while(1){f=i[b+(h+m)>>0]|0;g=i[b+e>>0]|0;if(f<<24>>24!=g<<24>>24)break e;if((h|0)==(d|0))break;h=h+1|0;e=h+c|0;if(e>>>0>=q>>>0){e=j;c=m;break b}}c=c+d|0;e=c+1|0;if(e>>>0>=q>>>0){e=j;c=m;break b}}d=e-m|0;if((f&255)>=(g&255))break;f=e+1|0;if(f>>>0>=q>>>0){e=j;c=m;break b}else c=e}f=c+2|0;if(f>>>0>=q>>>0){e=j;d=1;break}else{e=c+1|0;m=c}}}else{e=1;a=-1;d=1;c=-1}while(0);o=(c+1|0)>>>0>(a+1|0)>>>0;d=o?d:e;o=o?c:a;p=o+1|0;if(!(au(b,b+d|0,p)|0))n=q-d|0;else{d=q-o+-1|0;n=0;d=(o>>>0>d>>>0?o:d)+1|0}h=q|63;j=(n|0)!=0;m=q-d|0;a=t;g=0;c=t;f:while(1){e=a;do if((c-e|0)>>>0<q>>>0){f=kk(c,h)|0;if(f)if((f-e|0)>>>0<q>>>0){a=0;break a}else break;else{f=c+h|0;break}}else f=c;while(0);c=i[a+s>>0]|0;if(!(1<<(c&31)&k[u+(((c&255)>>>5&255)<<2)>>2])){a=a+q|0;g=0;c=f;continue}c=q-(k[v+((c&255)<<2)>>2]|0)|0;if(c|0){a=a+(j&(g|0)!=0&c>>>0<d>>>0?m:c)|0;g=0;c=f;continue}c=p>>>0>g>>>0?p:g;e=i[b+c>>0]|0;g:do if(!(e<<24>>24))c=p;else{while(1){if(e<<24>>24!=(i[a+c>>0]|0))break;c=c+1|0;e=i[b+c>>0]|0;if(!(e<<24>>24)){c=p;break g}}a=a+(c-o)|0;g=0;c=f;continue f}while(0);do{if(c>>>0<=g>>>0)break a;c=c+-1|0}while((i[b+c>>0]|0)==(i[a+c>>0]|0));a=a+d|0;g=n;c=f}}while(0)}else a=0}else a=0}else a=0}else a=t}else a=0}while(0);r=w;return a|0}function bd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0;h=r;r=r+16|0;d=h;f=a+16|0;if((k[f>>2]|0)!=(k[a+68>>2]|0)){g=a+12|0;if(i[g>>0]|0){c=MC(48992,20364)|0;j=a+136|0;e=(k[j>>2]|0)+1|0;k[j>>2]=e;e=MC(Ji(c,e)|0,20381)|0;e=Ii(e,k[f>>2]|0)|0;c=hD(e+(k[(k[e>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=c;c=SF(c,49696)|0;c=nc[k[(k[c>>2]|0)+28>>2]&31](c,10)|0;MI(d);rm(e,c);bp(e)}e=ih(a)|0;if(!(i[g>>0]|0))c=e&255;else{c=e&255;j=Ji(MC(48992,20386)|0,c)|0;l=hD(j+(k[(k[j>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=l;l=SF(l,49696)|0;l=nc[k[(k[l>>2]|0)+28>>2]&31](l,10)|0;MI(d);rm(j,l);bp(j)}do switch(e<<24>>24){case 1:{l=gz(k[a+4>>2]|0)|0;k[b>>2]=l;me(a,$F(l)|0);break}case 3:{l=dF(k[a+4>>2]|0)|0;k[b>>2]=l;nk(a,iG(l)|0);break}case 2:{l=aF(k[a+4>>2]|0)|0;k[b>>2]=l;nj(a,fG(l)|0);break}case 7:case 6:{l=FA(k[a+4>>2]|0)|0;k[b>>2]=l;Ej(a,_F(l)|0,e);break}case 8:{l=Ow(k[a+4>>2]|0)|0;k[b>>2]=l;hi(a,UF(l)|0);break}case 22:{l=Qy(k[a+4>>2]|0)|0;k[b>>2]=l;Ig(a,gG(l)|0);break}case 24:{l=zy(k[a+4>>2]|0)|0;k[b>>2]=l;qg(a,EF(l)|0);break}case 23:{l=wy(k[a+4>>2]|0)|0;k[b>>2]=l;ei(a,yF(l)|0);break}case 20:{l=mG(k[a+4>>2]|0)|0;k[b>>2]=l;zk(a,LF(l)|0);break}case 21:case 25:{l=jG(k[a+4>>2]|0)|0;k[b>>2]=l;Zj(a,KF(l)|0,e);break}case 26:{l=CE(k[a+4>>2]|0)|0;k[b>>2]=l;Tg(a,IF(l)|0);break}case 27:{l=BE(k[a+4>>2]|0)|0;k[b>>2]=l;jm(a,HF(l)|0);break}case 5:{l=pG(k[a+4>>2]|0)|0;k[b>>2]=l;yl(a,PF(l)|0);break}case 9:{l=PE(k[a+4>>2]|0)|0;k[b>>2]=l;dm(a,QF(l)|0);break}case 0:{l=HG(k[a+4>>2]|0)|0;k[b>>2]=l;KH(k[l>>2]|0);cp(i[g>>0]|0);break}case 10:{l=dG(k[a+4>>2]|0)|0;k[b>>2]=l;sH(k[l>>2]|0);Ro(i[g>>0]|0);break}case 11:{l=BG(k[a+4>>2]|0)|0;k[b>>2]=l;Bn(a,cG(l)|0);break}case 4:case 15:{k[b>>2]=0;break}default:if(((((!(Nc(a,b,e)|0)?!(Yc(a,b,e)|0):0)?!(Kg(a,b,e)|0):0)?!(De(a,b,e)|0):0)?!(yf(a,b,e)|0):0)?!(wi(a,b,e)|0):0){l=MC(48992,20409)|0;j=l+(k[(k[l>>2]|0)+-12>>2]|0)+4|0;k[j>>2]=k[j>>2]&-75|8;l=Ji(l,c)|0;j=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(d);rm(l,j);bp(l);Ka()}}while(0);if(i[g>>0]|0){j=MC(48992,20421)|0;g=a+136|0;l=k[g>>2]|0;k[g>>2]=l+-1;l=MC(Ji(j,l)|0,20381)|0;l=Ii(l,k[f>>2]|0)|0;j=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[d>>2]=j;j=SF(j,49696)|0;j=nc[k[(k[j>>2]|0)+28>>2]&31](j,10)|0;MI(d);rm(l,j);bp(l)}}else{k[b>>2]=0;c=15}r=h;return c|0}function cd(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ka();break}case 1:{dq(a,177,b);c=$F(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,176,DC(d,b)|0);c=b}}case 2:{dq(a,178,b);Fo(a,(iG(c)|0)+16|0);dq(a,176,(iG(c)|0)+12|0);dq(a,176,(iG(c)|0)+8|0);break}case 3:{dq(a,179,b);dq(a,176,(fG(c)|0)+12|0);break}case 4:{dq(a,180,b);Fo(a,(_F(c)|0)+16|0);Fo(a,(_F(c)|0)+12|0);break}case 5:{dq(a,181,b);Fo(a,(UF(c)|0)+32|0);dq(a,176,(UF(c)|0)+28|0);break}case 6:{dq(a,182,b);c=gG(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,176,DC(d,b)|0);c=b}}case 7:{dq(a,183,b);c=EF(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,176,DC(d,b)|0);c=b}}case 8:{dq(a,184,b);b=yF(c)|0;d=b+8|0;dq(a,176,(yF(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,176,DC(d,b)|0);c=b}}case 9:{dq(a,185,b);break}case 10:{dq(a,186,b);dq(a,176,(KF(c)|0)+12|0);break}case 11:{dq(a,187,b);break}case 12:{dq(a,188,b);dq(a,176,(HF(c)|0)+12|0);break}case 13:{dq(a,189,b);dq(a,176,(aG(c)|0)+20|0);break}case 14:{dq(a,190,b);dq(a,176,(WF(c)|0)+24|0);dq(a,176,(WF(c)|0)+20|0);break}case 15:{dq(a,191,b);break}case 16:{dq(a,192,b);dq(a,176,(VF(c)|0)+12|0);break}case 17:{dq(a,193,b);dq(a,176,(RF(c)|0)+16|0);dq(a,176,(RF(c)|0)+12|0);break}case 18:{dq(a,194,b);dq(a,176,(PF(c)|0)+16|0);dq(a,176,(PF(c)|0)+12|0);dq(a,176,(PF(c)|0)+8|0);break}case 19:{dq(a,195,b);dq(a,176,(cG(c)|0)+8|0);break}case 20:{dq(a,196,b);Fo(a,(QF(c)|0)+8|0);break}case 21:{dq(a,197,b);c=bG(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,176,DC(d,b)|0);c=b}}case 22:{dq(a,198,b);break}case 23:{dq(a,199,b);break}default:{}}while(0);return}function dd(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ka();break}case 1:{dq(a,55,b);c=$F(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,52,DC(d,b)|0);c=b}}case 2:{dq(a,56,b);Eo(a,(iG(c)|0)+16|0);dq(a,52,(iG(c)|0)+12|0);dq(a,52,(iG(c)|0)+8|0);break}case 3:{dq(a,57,b);dq(a,52,(fG(c)|0)+12|0);break}case 4:{dq(a,58,b);Eo(a,(_F(c)|0)+16|0);Eo(a,(_F(c)|0)+12|0);break}case 5:{dq(a,59,b);Eo(a,(UF(c)|0)+32|0);dq(a,52,(UF(c)|0)+28|0);break}case 6:{dq(a,60,b);c=gG(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,52,DC(d,b)|0);c=b}}case 7:{dq(a,61,b);c=EF(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,52,DC(d,b)|0);c=b}}case 8:{dq(a,62,b);b=yF(c)|0;d=b+8|0;dq(a,52,(yF(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,52,DC(d,b)|0);c=b}}case 9:{dq(a,63,b);break}case 10:{dq(a,64,b);dq(a,52,(KF(c)|0)+12|0);break}case 11:{dq(a,65,b);break}case 12:{dq(a,66,b);dq(a,52,(HF(c)|0)+12|0);break}case 13:{dq(a,67,b);dq(a,52,(aG(c)|0)+20|0);break}case 14:{dq(a,68,b);dq(a,52,(WF(c)|0)+24|0);dq(a,52,(WF(c)|0)+20|0);break}case 15:{dq(a,69,b);break}case 16:{dq(a,70,b);dq(a,52,(VF(c)|0)+12|0);break}case 17:{dq(a,71,b);dq(a,52,(RF(c)|0)+16|0);dq(a,52,(RF(c)|0)+12|0);break}case 18:{dq(a,72,b);dq(a,52,(PF(c)|0)+16|0);dq(a,52,(PF(c)|0)+12|0);dq(a,52,(PF(c)|0)+8|0);break}case 19:{dq(a,73,b);dq(a,52,(cG(c)|0)+8|0);break}case 20:{dq(a,74,b);Eo(a,(QF(c)|0)+8|0);break}case 21:{dq(a,75,b);c=bG(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,52,DC(d,b)|0);c=b}}case 22:{dq(a,76,b);break}case 23:{dq(a,77,b);break}default:{}}while(0);return}function ed(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;a:do switch(k[c>>2]|0){case 0:{Ka();break}case 1:{dq(a,79,b);c=$F(c)|0;d=c+12|0;c=k[c+20>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,78,DC(d,b)|0);c=b}}case 2:{dq(a,80,b);Io(a,(iG(c)|0)+16|0);dq(a,78,(iG(c)|0)+12|0);dq(a,78,(iG(c)|0)+8|0);break}case 3:{dq(a,81,b);dq(a,78,(fG(c)|0)+12|0);break}case 4:{dq(a,82,b);Io(a,(_F(c)|0)+16|0);Io(a,(_F(c)|0)+12|0);break}case 5:{dq(a,83,b);Io(a,(UF(c)|0)+32|0);dq(a,78,(UF(c)|0)+28|0);break}case 6:{dq(a,84,b);c=gG(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,78,DC(d,b)|0);c=b}}case 7:{dq(a,85,b);c=EF(c)|0;d=c+8|0;c=k[c+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,78,DC(d,b)|0);c=b}}case 8:{dq(a,86,b);b=yF(c)|0;d=b+8|0;dq(a,78,(yF(c)|0)+28|0);c=k[b+16>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,78,DC(d,b)|0);c=b}}case 9:{dq(a,87,b);break}case 10:{dq(a,88,b);dq(a,78,(KF(c)|0)+12|0);break}case 11:{dq(a,89,b);break}case 12:{dq(a,90,b);dq(a,78,(HF(c)|0)+12|0);break}case 13:{dq(a,91,b);dq(a,78,(aG(c)|0)+20|0);break}case 14:{dq(a,92,b);dq(a,78,(WF(c)|0)+24|0);dq(a,78,(WF(c)|0)+20|0);break}case 15:{dq(a,93,b);break}case 16:{dq(a,94,b);dq(a,78,(VF(c)|0)+12|0);break}case 17:{dq(a,95,b);dq(a,78,(RF(c)|0)+16|0);dq(a,78,(RF(c)|0)+12|0);break}case 18:{dq(a,96,b);dq(a,78,(PF(c)|0)+16|0);dq(a,78,(PF(c)|0)+12|0);dq(a,78,(PF(c)|0)+8|0);break}case 19:{dq(a,97,b);dq(a,78,(cG(c)|0)+8|0);break}case 20:{dq(a,98,b);Io(a,(QF(c)|0)+8|0);break}case 21:{dq(a,99,b);c=bG(c)|0;d=c+16|0;c=k[c+24>>2]|0;while(1){b=c+-1|0;if((c|0)<=0)break a;dq(a,78,DC(d,b)|0);c=b}}case 22:{dq(a,100,b);break}case 23:{dq(a,101,b);break}default:{}}while(0);return}function fd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+48|0;l=n+24|0;m=n+8|0;j=n;a:do if((a|0)!=(b|0))switch(i[a>>0]|0){case 84:{g=c+4|0;f=((k[g>>2]|0)-(k[c>>2]|0)|0)/24|0;h=Zc(a,b,c)|0;d=k[g>>2]|0;e=(d-(k[c>>2]|0)|0)/24|0;if(!((h|0)!=(a|0)&(e|0)==(f+1|0)))while(1){if((e|0)==(f|0))break a;b=d+-24|0;while(1){if((d|0)==(b|0))break;m=d+-24|0;k[g>>2]=m;kA(m);d=k[g>>2]|0}e=e+-1|0;d=b}f=c+16|0;k[j>>2]=k[c+12>>2];zo(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)oJ();else{g=e-b|0;j=g>>3;ts(l,g>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];g=m+4|0;k[j+4>>2]=k[g>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[g>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Nj(f,l);Yp(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);_r(m);a=h;break a}case 68:{g=kg(a,b,c)|0;if((g|0)==(a|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=c+16|0;k[j>>2]=k[c+12>>2];zo(m,d+-24|0,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)oJ();else{h=e-b|0;j=h>>3;ts(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Nj(f,l);Yp(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);_r(m);a=g;break a}case 83:{d=Pc(a,b,c)|0;if((d|0)!=(a|0)){a=d;break a}if((b-a|0)<=2)break a;if((i[a+1>>0]|0)!=116)break a;h=a+2|0;g=Hc(h,b,c)|0;if((g|0)==(h|0))break a;b=c+4|0;d=k[b>>2]|0;if((k[c>>2]|0)==(d|0))break a;Lz(d+-24|0,0,44883)|0;f=c+16|0;a=(k[b>>2]|0)+-24|0;k[j>>2]=k[c+12>>2];zo(m,a,j);a=c+20|0;d=k[a>>2]|0;j=k[c+24>>2]|0;e=j;do if(d>>>0>=j>>>0){b=k[f>>2]|0;a=d-b>>4;d=a+1|0;if(d>>>0>268435455)oJ();else{h=e-b|0;j=h>>3;ts(l,h>>4>>>0<134217727?(j>>>0<d>>>0?d:j):268435455,a,c+28|0);c=l+8|0;j=k[c>>2]|0;k[j+12>>2]=k[m+12>>2];k[j>>2]=k[m>>2];h=m+4|0;k[j+4>>2]=k[h>>2];e=m+8|0;k[j+8>>2]=k[e>>2];k[e>>2]=0;k[h>>2]=0;k[m>>2]=0;k[c>>2]=j+16;Nj(f,l);Yp(l);break}}else{k[d+12>>2]=k[m+12>>2];k[d>>2]=k[m>>2];l=m+4|0;k[d+4>>2]=k[l>>2];c=m+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[l>>2]=0;k[m>>2]=0;k[a>>2]=(k[a>>2]|0)+16}while(0);_r(m);a=g;break a}default:break a}while(0);r=n;return a|0}function gd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,r=0;a:do if(b>>>0>36){e=CG()|0;k[e>>2]=22;e=0;d=0}else{r=a+4|0;q=a+100|0;do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=el(a)|0}while((hK(f)|0)!=0);b:do switch(f|0){case 43:case 45:{f=((f|0)==45)<<31>>31;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;p=f;f=l[g>>0]|0;break b}else{p=f;f=el(a)|0;break b}}default:p=0}while(0);g=(b|0)==0;do if((b|16|0)==16&(f|0)==48){f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=el(a)|0;if((f|32|0)!=120)if(g){b=8;n=46;break}else{n=32;break}f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=el(a)|0;if((l[37759+f>>0]|0)>15){d=(k[q>>2]|0)==0;if(!d)k[r>>2]=(k[r>>2]|0)+-1;if(!c){ry(a,0);e=0;d=0;break a}if(d){e=0;d=0;break a}k[r>>2]=(k[r>>2]|0)+-1;e=0;d=0;break a}else{b=16;n=46}}else{b=g?10:b;if((l[37759+f>>0]|0)>>>0<b>>>0)n=32;else{if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;ry(a,0);e=CG()|0;k[e>>2]=22;e=0;d=0;break a}}while(0);if((n|0)==32)if((b|0)==10){b=f+-48|0;if(b>>>0<10){f=0;g=b;do{f=(f*10|0)+g|0;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;g=b+-48|0}while(g>>>0<10&f>>>0<429496729);c=0}else{b=f;f=0;c=0}g=b+-48|0;if(g>>>0<10){m=g;while(1){g=aB(f|0,c|0,10,0)|0;h=N;j=((m|0)<0)<<31>>31;o=~j;if(h>>>0>o>>>0|(h|0)==(o|0)&g>>>0>~m>>>0){g=b;b=m;break}f=nG(g|0,h|0,m|0,j|0)|0;c=N;b=k[r>>2]|0;if(b>>>0<(k[q>>2]|0)>>>0){k[r>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;h=b+-48|0;if(h>>>0<10&(c>>>0<429496729|(c|0)==429496729&f>>>0<2576980378))m=h;else{g=b;b=h;break}}if(b>>>0>9){g=p;b=c}else{b=10;n=72}}else{g=p;b=c}}else n=46;c:do if((n|0)==46){if(!(b+-1&b)){n=i[38015+((b*23|0)>>>5&7)>>0]|0;c=i[37759+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h|f<<n;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=el(a)|0;c=i[37759+g>>0]|0;h=c&255}while(f>>>0<134217728&h>>>0<b>>>0);h=0}else{g=f;h=0;f=0}j=WD(-1,-1,n|0)|0;m=N;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break}else g=h;while(1){f=QD(f|0,g|0,n|0)|0;h=N;f=c&255|f;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=el(a)|0;c=i[37759+g>>0]|0;if((c&255)>>>0>=b>>>0|(h>>>0>m>>>0|(h|0)==(m|0)&f>>>0>j>>>0)){c=h;n=72;break c}else g=h}}c=i[37759+f>>0]|0;g=c&255;if(g>>>0<b>>>0){f=0;h=g;do{f=h+(aa(f,b)|0)|0;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=el(a)|0;c=i[37759+g>>0]|0;h=c&255}while(f>>>0<119304647&h>>>0<b>>>0);h=0}else{g=f;f=0;h=0}if((c&255)>>>0<b>>>0){n=zI(-1,-1,b|0,0)|0;o=N;m=h;while(1){if(m>>>0>o>>>0|(m|0)==(o|0)&f>>>0>n>>>0){c=m;n=72;break c}h=aB(f|0,m|0,b|0,0)|0;j=N;c=c&255;if(j>>>0>4294967295|(j|0)==-1&h>>>0>~c>>>0){c=m;n=72;break c}f=nG(c|0,0,h|0,j|0)|0;h=N;g=k[r>>2]|0;if(g>>>0<(k[q>>2]|0)>>>0){k[r>>2]=g+1;g=l[g>>0]|0}else g=el(a)|0;c=i[37759+g>>0]|0;if((c&255)>>>0>=b>>>0){c=h;n=72;break}else m=h}}else{c=h;n=72}}while(0);if((n|0)==72)if((l[37759+g>>0]|0)>>>0<b>>>0){do{f=k[r>>2]|0;if(f>>>0<(k[q>>2]|0)>>>0){k[r>>2]=f+1;f=l[f>>0]|0}else f=el(a)|0}while((l[37759+f>>0]|0)>>>0<b>>>0);g=CG()|0;k[g>>2]=34;g=(d&1|0)==0&0==0?p:0;b=e;f=d}else{g=p;b=c}if(k[q>>2]|0)k[r>>2]=(k[r>>2]|0)+-1;if(!(b>>>0<e>>>0|(b|0)==(e|0)&f>>>0<d>>>0)){if(!((d&1|0)!=0|0!=0|(g|0)!=0)){r=CG()|0;k[r>>2]=34;d=nG(d|0,e|0,-1,-1)|0;e=N;break}if(b>>>0>e>>>0|(b|0)==(e|0)&f>>>0>d>>>0){r=CG()|0;k[r>>2]=34;break}}d=((g|0)<0)<<31>>31;d=pE(f^g|0,b^d|0,g|0,d|0)|0;e=N}while(0);N=e;return d|0}function hd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0,o=0;o=r;r=r+16|0;n=o;if(a){m=SF(c,51416)|0;if(b){fc[k[(k[m>>2]|0)+44>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+32>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Ui(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);a=m}else{fc[k[(k[m>>2]|0)+40>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+28>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Ui(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);a=m}c=hc[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=hc[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;fc[k[(k[a>>2]|0)+20>>2]&255](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Ui(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);fc[k[(k[a>>2]|0)+24>>2]&255](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}Ui(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);c=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0}else{m=SF(c,51408)|0;if(b){fc[k[(k[m>>2]|0)+44>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+32>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Ui(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);a=m}else{fc[k[(k[m>>2]|0)+40>>2]&255](n,m);c=k[n>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[m>>2]|0)+28>>2]&255](n,m);c=j+11|0;if((i[c>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;c=j}else{i[j>>0]=0;i[c>>0]=0;c=j}Ui(j);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);a=m}c=hc[k[(k[m>>2]|0)+12>>2]&127](m)|0;i[e>>0]=c;c=hc[k[(k[m>>2]|0)+16>>2]&127](m)|0;i[f>>0]=c;fc[k[(k[a>>2]|0)+20>>2]&255](n,m);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Ui(g);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);fc[k[(k[a>>2]|0)+24>>2]&255](n,m);c=h+11|0;if((i[c>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;c=h}else{i[h>>0]=0;i[c>>0]=0;c=h}Ui(h);k[c>>2]=k[n>>2];k[c+4>>2]=k[n+4>>2];k[c+8>>2]=k[n+8>>2];c=0;while(1){if((c|0)==3)break;k[n+(c<<2)>>2]=0;c=c+1|0}UG(n);c=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0}k[l>>2]=c;r=o;return}function id(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0;u=r;r=r+64|0;q=u+56|0;e=u+44|0;l=u+40|0;m=u+28|0;n=u+24|0;g=u+12|0;s=u;t=QA()|0;p=(Sp(b)|0)+8|0;do if((k[p>>2]|0)==4?(p=Tm(b,3)|0,(i[p>>0]|0)!=0):0){p=lG(Tm(Tm(b,3)|0,0)|0)|0;if((p|0)==(k[11988]|0)){k[t+12>>2]=0;f=1;break}p=lG(Tm(Tm(b,3)|0,0)|0)|0;if((p|0)==(k[11991]|0)){k[t+12>>2]=2;f=1;break}p=lG(Tm(Tm(b,3)|0,0)|0)|0;if((p|0)==(k[11996]|0)){k[t+12>>2]=1;f=1;break}p=lG(Tm(Tm(b,3)|0,0)|0)|0;if((p|0)==(k[11934]|0)){k[t+12>>2]=3;f=1}else f=0}else f=0;while(0);p=(Sp(b)|0)+8|0;if((k[p>>2]|0)>>>0>3?(p=Tm(b,3)|0,(i[p>>0]|0)==0):0){c=lG(Tm(b,1)|0)|0;k[t>>2]=c;c=2}else d=14;do if((d|0)==14)if(f){c=lG(Tm(Tm(b,3)|0,1)|0)|0;k[t>>2]=c;c=1;break}else{c=cw(k[a+24>>2]|0)|0;k[t>>2]=c;c=1;break}while(0);p=a+24|0;k[p>>2]=(k[p>>2]|0)+1;p=Tm(b,c)|0;if((i[p>>0]|0)==0?(i[p+25>>0]|0)!=0:0){if(!f)k[t+12>>2]=0}else{p=lG(Tm(b,c)|0)|0;do if((p|0)!=(k[11991]|0)){p=lG(Tm(b,c)|0)|0;if((p|0)==(k[11996]|0)){k[t+12>>2]=1;break}else{lG(Tm(b,c)|0)|0;k[t+12>>2]=3;break}}else k[t+12>>2]=2;while(0);c=c+1|0}d=c+1|0;p=lG(Tm(b,c)|0)|0;k[t+4>>2]=p;p=Tm(b,d)|0;if(i[p>>0]|0){u=Sa(20)|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,17946,18);NA(u,e);Gb(u|0,8,158)}p=lG(Tm(b,d)|0)|0;k[t+8>>2]=p;if(f)p=Tm(b,3)|0;else p=b;j=f?2:c+2|0;switch(k[t+12>>2]|0){case 0:{o=wA()|0;h=(Sp(p)|0)+8|0;do if((k[h>>2]|0)>>>0>j>>>0){h=Tm(p,j)|0;c=lG(Tm(h,0)|0)|0;a:do if((c|0)!=(k[11989]|0)){if((c|0)==(k[11990]|0)){q=Gg(lG(Tm(h,1)|0)|0,0,0)|0;k[o+4>>2]=q;break}if((c|0)!=(k[11999]|0)){u=Sa(20)|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,17994,18);NA(u,g);Gb(u|0,8,158)}c=lG(Tm(h,1)|0)|0;h=k[a>>2]|0;k[l>>2]=c;k[q>>2]=k[l>>2];if(!(Lw(h,q)|0)){u=Sa(20)|0;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;dr(m,17965,28);NA(u,m);Gb(u|0,8,158)}else{m=k[a>>2]|0;k[n>>2]=c;k[q>>2]=k[n>>2];nt(o,Kv(m,q)|0);break}}else{d=o+8|0;b=o+12|0;e=o+16|0;c=1;while(1){n=(Sp(h)|0)+8|0;if(c>>>0>=(k[n>>2]|0)>>>0)break a;f=Gg(lG(Tm(h,c)|0)|0,0,0)|0;k[q>>2]=f;g=k[b>>2]|0;if(g>>>0<(k[e>>2]|0)>>>0){k[g>>2]=f;k[b>>2]=g+4}else Lm(d,q);c=c+1|0}}while(0);q=(Sp(p)|0)+8|0;c=j+1|0;if((k[q>>2]|0)>>>0>c>>>0){c=Tm(p,c)|0;q=lG(Tm(c,0)|0)|0;if((q|0)==(k[11990]|0)){q=Gg(lG(Tm(c,1)|0)|0,0,0)|0;k[o+4>>2]=q;break}else Ra(18013,17579,1532,18040)}}while(0);kp(s,o);q=Bg(s,k[a>>2]|0)|0;k[t+16>>2]=q;UG(s);if(o|0){Ky(o+8|0);SK(o)}break}case 3:{s=Gg(lG(Tm(p,j)|0)|0,0,0)|0;k[t+20>>2]=s;break}default:{}}Fk(k[a>>2]|0,t);r=u;return}function jd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0;N=r;r=r+48|0;l=N+36|0;m=N+28|0;n=N+16|0;t=N+4|0;E=N;L=N+32|0;M=a+12|0;if(i[M>>0]|0){K=MC(48992,20171)|0;J=hD(K+(k[(k[K>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=J;J=SF(J,49696)|0;J=nc[k[(k[J>>2]|0)+28>>2]&31](J,10)|0;MI(l);rm(K,J);bp(K)}o=rh(a)|0;p=a+24|0;if((o|0)!=((k[a+28>>2]|0)-(k[p>>2]|0)>>2|0))Ra(20188,19332,1558,20218);q=a+16|0;s=a+68|0;u=n+4|0;v=n+8|0;w=t+4|0;x=t+8|0;y=n+8|0;z=t+8|0;A=a+64|0;B=a+36|0;C=a+84|0;D=a+88|0;F=a+96|0;G=a+100|0;H=a+136|0;I=a+44|0;J=a+48|0;K=a+40|0;j=0;while(1){if(j>>>0>=o>>>0){b=7;break}if(i[M>>0]|0){h=MC(48992,20232)|0;h=Ii(h,k[q>>2]|0)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(l);rm(h,g);bp(h)}b=rh(a)|0;if(!b){b=11;break}k[s>>2]=(k[q>>2]|0)+b;h=k[(k[p>>2]|0)+(j<<2)>>2]|0;if(i[M>>0]|0){g=Ii(MC(48992,20254)|0,j)|0;f=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(l);rm(g,f);bp(g)}k[m>>2]=0;k[n>>2]=0;k[u>>2]=0;k[v>>2]=0;k[t>>2]=0;k[w>>2]=0;k[x>>2]=0;c=h+8|0;d=h+12|0;b=0;while(1){if(b>>>0>=(k[d>>2]|0)-(k[c>>2]|0)>>2>>>0)break;e=Bm(m)|0;k[l>>2]=e;f=(k[c>>2]|0)+(b<<2)|0;g=k[u>>2]|0;if(g>>>0<(k[y>>2]|0)>>>0){f=k[f>>2]|0;k[g>>2]=e;k[g+4>>2]=f;k[u>>2]=(k[u>>2]|0)+8}else ml(n,l,f);b=b+1|0}g=rh(a)|0;c=0;while(1){if(c>>>0>=g>>>0)break;b=rh(a)|0;d=IE(a)|0;k[l>>2]=d;while(1){if(!b)break;e=Bm(m)|0;k[E>>2]=e;f=k[w>>2]|0;if(f>>>0<(k[z>>2]|0)>>>0){k[f>>2]=e;k[f+4>>2]=d;k[w>>2]=(k[w>>2]|0)+8}else ml(t,E,l);b=b+-1|0}c=c+1|0}b=cw(j)|0;k[L>>2]=b;b=k[h+4>>2]|0;k[l>>2]=k[L>>2];b=Kf(l,n,b,t,0)|0;k[E>>2]=b;k[b+32>>2]=k[h>>2];c=b;k[A>>2]=c;if(i[M>>0]|0){h=Ii(MC(48992,20262)|0,j)|0;g=hD(h+(k[(k[h>>2]|0)+-12>>2]|0)|0)|0;k[l>>2]=g;g=SF(g,49696)|0;g=nc[k[(k[g>>2]|0)+28>>2]&31](g,10)|0;MI(l);rm(h,g);bp(h)}k[B>>2]=0;if((k[C>>2]|0)!=(k[D>>2]|0)){b=32;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=34;break}if(k[H>>2]|0){b=36;break}h=tn(a)|0;k[b+36>>2]=h;if(k[H>>2]|0){b=38;break}if((k[C>>2]|0)!=(k[D>>2]|0)){b=40;break}if((k[F>>2]|0)!=(k[G>>2]|0)){b=42;break}if((k[q>>2]|0)!=(k[s>>2]|0)){b=44;break}k[A>>2]=0;b=k[I>>2]|0;if((b|0)==(k[J>>2]|0))Lm(K,E);else{k[b>>2]=c;k[I>>2]=(k[I>>2]|0)+4}by(t);by(n);j=j+1|0}if((b|0)==7){r=N;return}else if((b|0)==11)Ra(20245,19332,1562,20218);else if((b|0)==32)Ra(20284,19332,1597,20218);else if((b|0)==34)Ra(20303,19332,1598,20218);else if((b|0)==36)Ra(20327,19332,1599,20218);else if((b|0)==38)Ra(20327,19332,1601,20218);else if((b|0)==40)Ra(20284,19332,1602,20218);else if((b|0)==42)Ra(20303,19332,1603,20218);else if((b|0)==44)Ra(20338,19332,1604,20218)}function kd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=SF(c,51432)|0;if(b){fc[k[(k[a>>2]|0)+44>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Rh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}KG(m)}else{fc[k[(k[a>>2]|0)+40>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+28>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Rh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}KG(m)}c=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Ui(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}UG(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}Rh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}KG(m);c=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=SF(c,51424)|0;if(b){fc[k[(k[a>>2]|0)+44>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Rh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}KG(m)}else{fc[k[(k[a>>2]|0)+40>>2]&255](m,a);c=k[m>>2]|0;i[d>>0]=c;i[d+1>>0]=c>>8;i[d+2>>0]=c>>16;i[d+3>>0]=c>>24;fc[k[(k[a>>2]|0)+28>>2]&255](m,a);c=j+8+3|0;if((i[c>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[c>>0]=0}Rh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}KG(m)}c=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[e>>2]=c;c=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[f>>2]=c;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);c=g+11|0;if((i[c>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;c=g}else{i[g>>0]=0;i[c>>0]=0;c=g}Ui(g);k[c>>2]=k[m>>2];k[c+4>>2]=k[m+4>>2];k[c+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}UG(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);c=h+8+3|0;if((i[c>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[c>>0]=0}Rh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];c=0;while(1){if((c|0)==3)break;k[m+(c<<2)>>2]=0;c=c+1|0}KG(m);c=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=c;r=n;return}function ld(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+64|0;n=v+52|0;t=v+48|0;d=v+44|0;u=v+20|0;q=v+32|0;o=v+16|0;s=v+4|0;p=v;c=lG(Tm(b,0)|0)|0;do if((c|0)!=(k[11999]|0)){if((c|0)==(k[11988]|0)){k[t>>2]=0;k[d>>2]=0;f=_i(b,t,d)|0;c=k[t>>2]|0;if(!c){c=cw(k[a+20>>2]|0)|0;k[t>>2]=c}d=a+12|0;e=k[d>>2]|0;if((e|0)==(k[a+16>>2]|0))Lm(a+8|0,t);else{k[e>>2]=c;k[d>>2]=(k[d>>2]|0)+4}j=a+20|0;k[j>>2]=(k[j>>2]|0)+1;j=a+32|0;l=mr(j,t)|0;k[l>>2]=0;k[u>>2]=0;l=u+4|0;k[l>>2]=0;k[u+8>>2]=0;m=u+8|0;h=0;a:while(1){g=(Sp(b)|0)+8|0;if(f>>>0>=(k[g>>2]|0)>>>0){c=33;break}g=Tm(b,f)|0;c=lG(Tm(g,0)|0)|0;b:do if((c|0)!=(k[11990]|0)){if((c|0)==(k[11999]|0)){c=lG(Tm(g,1)|0)|0;h=k[a>>2]|0;k[o>>2]=c;k[n>>2]=k[o>>2];if(!(Lw(h,n)|0)){c=17;break a}g=k[a>>2]|0;k[p>>2]=c;k[n>>2]=k[p>>2];c=Kv(g,n)|0;g=k[c+4>>2]|0;h=mr(j,t)|0;k[h>>2]=g;break}if((c|0)==(k[11989]|0)?(e=(Sp(g)|0)+8|0,(k[e>>2]|0)>>>0>1):0){e=Tm(g,1)|0;if((i[e>>0]|0)==0?(i[e+24>>0]|0)!=0:0){c=Gg(lG(Tm(g,2)|0)|0,1,0)|0;k[n>>2]=c;d=k[l>>2]|0;if(d>>>0<(k[m>>2]|0)>>>0){k[d>>2]=c;k[l>>2]=d+4}else Lm(u,n);c=h;break}else c=1;while(1){e=(Sp(g)|0)+8|0;if(c>>>0>=(k[e>>2]|0)>>>0){c=h;break b}d=Gg(lG(Tm(g,c)|0)|0,1,0)|0;k[n>>2]=d;e=k[l>>2]|0;if(e>>>0<(k[m>>2]|0)>>>0){k[e>>2]=d;k[l>>2]=e+4}else Lm(u,n);c=c+1|0}}else c=h}else{e=(Sp(g)|0)+8|0;if((k[e>>2]|0)>>>0>2){c=13;break a}g=Gg(lG(Tm(g,1)|0)|0,0,0)|0;c=mr(j,t)|0;k[c>>2]=g;c=h}while(0);f=f+1|0;h=c}if((c|0)==13){v=Sa(20)|0;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;dr(q,17839,20);t=k[g+28>>2]|0;u=k[g+32>>2]|0;Gt(v,q);k[v+12>>2]=t;k[v+16>>2]=u;Gb(v|0,8,158)}else if((c|0)==17){v=Sa(20)|0;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;dr(s,17860,16);t=k[g+28>>2]|0;u=k[g+32>>2]|0;Gt(v,s);k[v+12>>2]=t;k[v+16>>2]=u;Gb(v|0,8,158)}else if((c|0)==33){do if(!h){g=wA()|0;f=mr(j,t)|0;k[g+4>>2]=k[f>>2];f=g+8|0;tv(f);k[f>>2]=k[u>>2];k[g+12>>2]=k[l>>2];k[g+16>>2]=k[m>>2];k[m>>2]=0;k[l>>2]=0;k[u>>2]=0;f=k[a>>2]|0;e=k[f+4>>2]|0;c=1;d=k[f>>2]|0;while(1){if((d|0)==(e|0))break;t=Qp(k[d>>2]|0,g)|0;c=c&(t^1);if(t)break;else d=d+4|0}if(c){ok(f,g);break}if(g|0){Ky(g+8|0);SK(g)}}while(0);Ky(u);break}}}else wf(a,b);while(0);r=v;return}function md(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0;m=r;r=r+16|0;j=m;k[j>>2]=b;h=i[b>>0]|0;a:do if(!(qF(h)|0)){b:do if((h+-48&255)<10)if(h<<24>>24==48){switch(i[b+1>>0]|0){case 88:case 120:break;default:{l=20;break b}}c=b+2|0;k[j>>2]=c;p[a>>3]=0.0;e=0.0;while(1){d=i[c>>0]|0;do if((d+-48&255)<10){e=e*16.0;p[a>>3]=e;e=e+ +((i[c>>0]|0)+-48|0);p[a>>3]=e}else{if((d+-97&255)<6){e=e*16.0;p[a>>3]=e;e=e+ +((i[c>>0]|0)+-87|0);p[a>>3]=e;break}if((d+-65&255)>=6)break b;e=e*16.0;p[a>>3]=e;e=e+ +((i[c>>0]|0)+-55|0);p[a>>3]=e}while(0);h=c+1|0;k[j>>2]=h;c=h}}else l=20;else{if(h<<24>>24==46?((i[b+1>>0]|0)+-48&255)<10:0){l=20;break}else d=35749;while(1){f=i[d>>0]|0;if(!(f<<24>>24)){d=35767;l=55;break}if(f<<24>>24==h<<24>>24)break;else d=d+1|0}if((l|0)==55){while(1){l=0;f=i[d>>0]|0;if(!(f<<24>>24))break;if(f<<24>>24==h<<24>>24){l=57;break}else{d=d+1|0;l=55}}if((l|0)==57){k[a+12>>2]=6;c=b+1|0;h=i[c>>0]|0;i[c>>0]=0;Se(a,b,0);i[c>>0]=h;k[j>>2]=c;l=61;break a}switch(h<<24>>24){case 39:case 34:{l=b+1|0;c=QH(l,h<<24>>24)|0;i[c>>0]=0;Se(a,l,1);c=c+1|0;k[j>>2]=c;k[a+12>>2]=3;l=61;break a}default:{yq(31151,b);Ka()}}}do switch(h<<24>>24|0){case 33:{g=(i[b+1>>0]|0)==61?k[11862]|0:k[11855]|0;k[a>>2]=g;break}case 37:{g=k[11864]|0;k[a>>2]=g;break}case 38:{g=k[11853]|0;k[a>>2]=g;break}case 42:{g=k[11865]|0;k[a>>2]=g;break}case 43:{g=k[11850]|0;k[a>>2]=g;break}case 44:{g=k[11885]|0;k[a>>2]=g;break}case 45:{g=k[11851]|0;k[a>>2]=g;break}case 46:{g=k[11891]|0;k[a>>2]=g;break}case 47:{g=k[11863]|0;k[a>>2]=g;break}case 58:{g=k[11887]|0;k[a>>2]=g;break}case 60:{g=i[b+1>>0]|0;g=k[(g<<24>>24==60?47468:g<<24>>24==61?47436:47428)>>2]|0;k[a>>2]=g;break}case 61:{g=(i[b+1>>0]|0)==61?k[11861]|0:k[11896]|0;k[a>>2]=g;break}case 62:{d=i[b+1>>0]|0;if(d<<24>>24==62)d=(i[b+2>>0]|0)==62?47472:47464;else d=d<<24>>24==61?47432:47440;g=k[d>>2]|0;k[a>>2]=g;break}case 63:{g=k[11886]|0;k[a>>2]=g;break}case 94:{g=k[11854]|0;k[a>>2]=g;break}case 124:{g=k[11852]|0;k[a>>2]=g;break}case 126:{g=k[11856]|0;k[a>>2]=g;break}default:Ka()}while(0);j=Cp(g)|0;d=a+8|0;k[d>>2]=j;j=b+j|0;f=i[j>>0]|0;i[j>>0]=0;if(!(Nu(k[a>>2]|0,b)|0)){i[b+(k[d>>2]|0)>>0]=f;k[a+12>>2]=1;break a}else Ra(31123,31084,282,31118)}while(0);if((l|0)==20){e=+tK(b,j);p[a>>3]=e;c=k[j>>2]|0}d=b;while(1){if((d|0)==(c|0)){l=24;break}if((i[d>>0]|0)==46){d=5;break}else d=d+1|0}if((l|0)==24)if(AI(e)|0)d=4;else{d=rD(e)|0;d=d?4:5}k[a+12>>2]=d;if(c>>>0>b>>>0)l=61;else Ra(31072,31084,256,31118)}else{c=b;do{c=c+1|0;k[j>>2]=c;d=i[c>>0]|0}while(oH(d)|0);if(!(d<<24>>24)){Se(a,b,1);d=a}else{i[c>>0]=0;Se(a,b,0);c=k[j>>2]|0;i[c>>0]=d;d=a}l=(Il(47588,d)|0)!=0;k[a+12>>2]=l?0:2;l=61}while(0);if((l|0)==61)k[a+8>>2]=c-b;r=m;return}function nd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=SF(b,51416)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}Ui(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}Ui(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Ui(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}Ui(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=SF(b,51408)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+11|0;if((i[b>>0]|0)<0){i[k[j>>2]>>0]=0;k[j+4>>2]=0;b=j}else{i[j>>0]=0;i[b>>0]=0;b=j}Ui(j);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+11|0;if((i[b>>0]|0)<0){i[k[h>>2]>>0]=0;k[h+4>>2]=0;b=h}else{i[h>>0]=0;i[b>>0]=0;b=h}Ui(h);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;i[d>>0]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;i[e>>0]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Ui(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+11|0;if((i[b>>0]|0)<0){i[k[g>>2]>>0]=0;k[g+4>>2]=0;b=g}else{i[g>>0]=0;i[b>>0]=0;b=g}Ui(g);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function od(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0;C=r;r=r+16|0;v=C+12|0;u=C+8|0;x=C+4|0;y=C;w=hD(d)|0;A=SF(w,49696)|0;tB(w);k[e>>2]=0;w=A+8|0;m=0;a:while(1){p=(g|0)!=(h|0);while(1){if(!(p&(m|0)==0))break a;m=b;if(b)if((k[b+12>>2]|0)==(k[b+16>>2]|0)){t=(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;q=t?0:b;b=t?0:b;m=t?0:m}else q=b;else{q=0;b=0}o=(b|0)==0;n=c;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){n=0;B=11;break}if(!o){B=12;break a}}else B=11;while(0);if((B|0)==11){B=0;if(o){b=0;c=0;B=12;break a}else c=0}if(($b[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0)<<24>>24==37){B=14;break}m=i[g>>0]|0;if(m<<24>>24>-1?(z=k[w>>2]|0,j[z+(m<<24>>24<<1)>>1]&8192):0){B=23;break}n=b+12|0;m=k[n>>2]|0;o=b+16|0;if((m|0)==(k[o>>2]|0))m=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else m=l[m>>0]|0;t=nc[k[(k[A>>2]|0)+12>>2]&31](A,m&255)|0;if(t<<24>>24==(nc[k[(k[A>>2]|0)+12>>2]&31](A,i[g>>0]|0)|0)<<24>>24){B=48;break}k[e>>2]=4;b=q;m=4}b:do if((B|0)==14){B=0;p=g+1|0;if((p|0)==(h|0)){B=15;break a}o=$b[k[(k[A>>2]|0)+36>>2]&31](A,i[p>>0]|0,0)|0;switch(o<<24>>24){case 48:case 69:{g=g+2|0;if((g|0)==(h|0)){B=20;break a}q=o;b=$b[k[(k[A>>2]|0)+36>>2]&31](A,i[g>>0]|0,0)|0;g=p;break}default:{q=0;b=o}}t=k[(k[a>>2]|0)+36>>2]|0;k[x>>2]=m;k[y>>2]=n;k[u>>2]=k[x>>2];k[v>>2]=k[y>>2];g=g+2|0;b=kc[t&15](a,u,v,d,e,f,b,q)|0}else if((B|0)==23){while(1){B=0;g=g+1|0;if((g|0)==(h|0)){g=h;break}m=i[g>>0]|0;if(m<<24>>24<=-1)break;if(!(j[z+(m<<24>>24<<1)>>1]&8192))break;else B=23}n=b;m=c;b=q;p=c;o=c;while(1){if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){t=(hc[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;b=t?0:b;t=t?0:n}else t=n;else t=0;n=(t|0)==0;do if(o){if((k[o+12>>2]|0)!=(k[o+16>>2]|0))if(n){s=m;c=p;q=o;break}else{c=p;break b}if((hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)!=-1)if(n^(m|0)==0){s=m;c=p;q=m}else{c=p;break b}else{m=0;c=0;B=34}}else{c=p;B=34}while(0);if((B|0)==34){B=0;if(n)break b;else{s=m;q=0}}n=t+12|0;m=k[n>>2]|0;o=t+16|0;if((m|0)==(k[o>>2]|0))m=hc[k[(k[t>>2]|0)+36>>2]&127](t)|0;else m=l[m>>0]|0;if((m&255)<<24>>24<=-1)break b;if(!(j[(k[w>>2]|0)+(m<<24>>24<<1)>>1]&8192))break b;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0)){hc[k[(k[t>>2]|0)+40>>2]&127](t)|0;n=t;m=s;p=c;o=q;continue}else{k[n>>2]=m+1;n=t;m=s;p=c;o=q;continue}}}else if((B|0)==48){B=0;m=k[n>>2]|0;if((m|0)==(k[o>>2]|0))hc[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[n>>2]=m+1;g=g+1|0;b=q}while(0);m=k[e>>2]|0}if((B|0)==12)k[e>>2]=4;else if((B|0)==15)k[e>>2]=4;else if((B|0)==20)k[e>>2]=4;if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)){A=(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1;b=A?0:b}}else b=0;g=(b|0)==0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)?(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1:0){B=61;break}if(!g)B=62}else B=61;while(0);if((B|0)==61?g:0)B=62;if((B|0)==62)k[e>>2]=k[e>>2]|2;r=C;return b|0}function pd(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+16|0;s=x+12|0;q=x+8|0;t=x+4|0;u=x;i=hD(d)|0;v=SF(i,49728)|0;tB(i);k[e>>2]=0;i=0;a:while(1){m=(g|0)!=(h|0);while(1){if(!(m&(i|0)==0)){i=c;break a}j=b;if(!b){o=0;b=0;l=1;n=j}else{i=k[b+12>>2]|0;if((i|0)==(k[b+16>>2]|0))i=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;n=(i|0)==-1;o=n?0:b;b=n?0:b;l=n;n=n?0:j}i=c;if(c){j=k[c+12>>2]|0;if((j|0)==(k[c+16>>2]|0))j=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l){w=16;break a}}else{i=0;w=14}}else w=14;if((w|0)==14){w=0;if(l){c=0;w=16;break a}else c=0}if(($b[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0)<<24>>24==37){w=18;break}if($b[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0){w=26;break}j=b+12|0;i=k[j>>2]|0;l=b+16|0;if((i|0)==(k[l>>2]|0))i=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else i=k[i>>2]|0;p=nc[k[(k[v>>2]|0)+28>>2]&31](v,i)|0;if((p|0)==(nc[k[(k[v>>2]|0)+28>>2]&31](v,k[g>>2]|0)|0)){w=52;break}k[e>>2]=4;b=o;i=4}b:do if((w|0)==18){w=0;l=g+4|0;if((l|0)==(h|0)){w=19;break a}j=$b[k[(k[v>>2]|0)+52>>2]&31](v,k[l>>2]|0,0)|0;switch(j<<24>>24){case 48:case 69:{g=g+8|0;if((g|0)==(h|0)){w=24;break a}m=j;b=$b[k[(k[v>>2]|0)+52>>2]&31](v,k[g>>2]|0,0)|0;g=l;break}default:{m=0;b=j}}p=k[(k[a>>2]|0)+36>>2]|0;k[t>>2]=n;k[u>>2]=i;k[q>>2]=k[t>>2];k[s>>2]=k[u>>2];g=g+8|0;b=kc[p&15](a,q,s,d,e,f,b,m)|0}else if((w|0)==26){while(1){w=0;g=g+4|0;if((g|0)==(h|0)){g=h;break}if($b[k[(k[v>>2]|0)+12>>2]&31](v,8192,k[g>>2]|0)|0)w=26;else break}m=b;i=c;b=o;p=c;l=c;while(1){if(!m){j=1;m=0}else{c=k[m+12>>2]|0;if((c|0)==(k[m+16>>2]|0))c=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else c=k[c>>2]|0;o=(c|0)==-1;b=o?0:b;j=o;m=o?0:m}if(l){c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if((c|0)!=-1)if(j^(i|0)==0){n=i;c=p;o=i}else{c=p;break b}else{i=0;c=0;w=39}}else{c=p;w=39}if((w|0)==39){w=0;if(j)break b;else{n=i;o=0}}j=m+12|0;i=k[j>>2]|0;l=m+16|0;if((i|0)==(k[l>>2]|0))i=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else i=k[i>>2]|0;if(!($b[k[(k[v>>2]|0)+12>>2]&31](v,8192,i)|0))break b;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0)){hc[k[(k[m>>2]|0)+40>>2]&127](m)|0;i=n;p=c;l=o;continue}else{k[j>>2]=i+4;i=n;p=c;l=o;continue}}}else if((w|0)==52){w=0;i=k[j>>2]|0;if((i|0)==(k[l>>2]|0))hc[k[(k[b>>2]|0)+40>>2]&127](b)|0;else k[j>>2]=i+4;g=g+4|0;b=o}while(0);i=k[e>>2]|0}if((w|0)==16){k[e>>2]=4;i=c}else if((w|0)==19){k[e>>2]=4;i=c}else if((w|0)==24){k[e>>2]=4;i=c}if(!b){b=0;g=1}else{c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;g=(c|0)==-1;b=g?0:b}if(i){c=k[i+12>>2]|0;if((c|0)==(k[i+16>>2]|0))c=hc[k[(k[i>>2]|0)+36>>2]&127](i)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)w=70}else w=68}else w=68;if((w|0)==68?g:0)w=70;if((w|0)==70)k[e>>2]=k[e>>2]|2;r=x;return b|0}function qd(a,b,c,d,e,f,g,h,j,l){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;var m=0,n=0;n=r;r=r+16|0;m=n;if(a){a=SF(b,51432)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}Rh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}KG(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}Rh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}KG(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Ui(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}Rh(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}KG(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}else{a=SF(b,51424)|0;fc[k[(k[a>>2]|0)+44>>2]&255](m,a);b=k[m>>2]|0;i[c>>0]=b;i[c+1>>0]=b>>8;i[c+2>>0]=b>>16;i[c+3>>0]=b>>24;fc[k[(k[a>>2]|0)+32>>2]&255](m,a);b=j+8+3|0;if((i[b>>0]|0)<0){k[k[j>>2]>>2]=0;k[j+4>>2]=0}else{k[j>>2]=0;i[b>>0]=0}Rh(j);k[j>>2]=k[m>>2];k[j+4>>2]=k[m+4>>2];k[j+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}KG(m);fc[k[(k[a>>2]|0)+28>>2]&255](m,a);b=h+8+3|0;if((i[b>>0]|0)<0){k[k[h>>2]>>2]=0;k[h+4>>2]=0}else{k[h>>2]=0;i[b>>0]=0}Rh(h);k[h>>2]=k[m>>2];k[h+4>>2]=k[m+4>>2];k[h+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}KG(m);b=hc[k[(k[a>>2]|0)+12>>2]&127](a)|0;k[d>>2]=b;b=hc[k[(k[a>>2]|0)+16>>2]&127](a)|0;k[e>>2]=b;fc[k[(k[a>>2]|0)+20>>2]&255](m,a);b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[f+4>>2]=0;b=f}else{i[f>>0]=0;i[b>>0]=0;b=f}Ui(f);k[b>>2]=k[m>>2];k[b+4>>2]=k[m+4>>2];k[b+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}UG(m);fc[k[(k[a>>2]|0)+24>>2]&255](m,a);b=g+8+3|0;if((i[b>>0]|0)<0){k[k[g>>2]>>2]=0;k[g+4>>2]=0}else{k[g>>2]=0;i[b>>0]=0}Rh(g);k[g>>2]=k[m>>2];k[g+4>>2]=k[m+4>>2];k[g+8>>2]=k[m+8>>2];b=0;while(1){if((b|0)==3)break;k[m+(b<<2)>>2]=0;b=b+1|0}KG(m);b=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0}k[l>>2]=b;r=n;return}function rd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+96|0;l=o+64|0;e=o+60|0;m=o+24|0;j=o+48|0;n=o+12|0;h=o;a:do if((b-a|0)>2?(i[a>>0]|0)==102:0){switch(i[a+1>>0]|0){case 112:{d=Fr(a+2|0,b,e)|0;f=Dq(d,b)|0;if((f|0)!=(b|0)?(i[f>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=f-d|0;if(b>>>0>4294967279)iJ();if(b>>>0<11){i[n+11>>0]=b;e=n}else{h=b+16&-16;e=yc(h)|0;k[n>>2]=e;k[n+8>>2]=h|-2147483648;k[n+4>>2]=b}a=d;d=e;while(1){if((a|0)==(f|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=Lz(n,0,46111)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}Yq(m,j);a=c+4|0;d=k[a>>2]|0;h=k[c+8>>2]|0;b=h;do if(d>>>0>=h>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)oJ();else{g=(b-e|0)/24|0;h=g<<1;Rs(l,g>>>0<89478485?(h>>>0<d>>>0?d:h):178956970,a,c+12|0);h=l+8|0;g=k[h>>2]|0;Uq(g,m);k[h>>2]=g+24;Um(c,l);Tr(l);break}}else{Uq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);kA(m);pF(j);pF(n);a=f+1|0}break a}case 76:break;default:break a}d=Dq(a+2|0,b)|0;if((((d|0)!=(b|0)?(i[d>>0]|0)==112:0)?(f=Fr(d+1|0,b,e)|0,g=Dq(f,b)|0,(g|0)!=(b|0)):0)?(i[g>>0]|0)==95:0){k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;b=g-f|0;if(b>>>0>4294967279)iJ();if(b>>>0<11){i[n+11>>0]=b;e=n}else{j=b+16&-16;e=yc(j)|0;k[n>>2]=e;k[n+8>>2]=j|-2147483648;k[n+4>>2]=b}a=f;d=e;while(1){if((a|0)==(g|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=Lz(n,0,46111)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}Yq(m,h);a=c+4|0;d=k[a>>2]|0;j=k[c+8>>2]|0;b=j;do if(d>>>0>=j>>>0){e=k[c>>2]|0;a=(d-e|0)/24|0;d=a+1|0;if(d>>>0>178956970)oJ();else{f=(b-e|0)/24|0;j=f<<1;Rs(l,f>>>0<89478485?(j>>>0<d>>>0?d:j):178956970,a,c+12|0);j=l+8|0;f=k[j>>2]|0;Uq(f,m);k[j>>2]=f+24;Um(c,l);Tr(l);break}}else{Uq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);kA(m);pF(h);pF(n);a=g+1|0}}while(0);r=o;return a|0}function sd(a,b){a=a|0;b=b|0;dy(k[a>>2]|0,40)|0;do switch(k[b+8>>2]|0){case 0:{MC(k[a>>2]|0,34735)|0;break}case 2:{MC(k[a>>2]|0,34743)|0;break}case 4:{MC(k[a>>2]|0,34751)|0;break}case 20:{MC(k[a>>2]|0,34762)|0;break}case 1:{MC(k[a>>2]|0,34770)|0;break}case 3:{MC(k[a>>2]|0,34778)|0;break}case 5:{MC(k[a>>2]|0,34786)|0;break}case 21:{MC(k[a>>2]|0,34797)|0;break}case 6:{MC(k[a>>2]|0,34805)|0;break}case 8:{MC(k[a>>2]|0,34813)|0;break}case 10:{MC(k[a>>2]|0,34821)|0;break}case 12:{MC(k[a>>2]|0,34830)|0;break}case 14:{MC(k[a>>2]|0,34840)|0;break}case 16:{MC(k[a>>2]|0,34850)|0;break}case 18:{MC(k[a>>2]|0,34862)|0;break}case 7:{MC(k[a>>2]|0,34871)|0;break}case 9:{MC(k[a>>2]|0,34879)|0;break}case 11:{MC(k[a>>2]|0,34887)|0;break}case 13:{MC(k[a>>2]|0,34896)|0;break}case 15:{MC(k[a>>2]|0,34906)|0;break}case 17:{MC(k[a>>2]|0,34916)|0;break}case 19:{MC(k[a>>2]|0,34928)|0;break}case 22:{MC(k[a>>2]|0,34937)|0;break}case 23:{MC(k[a>>2]|0,34954)|0;break}case 24:{MC(k[a>>2]|0,34971)|0;break}case 25:{MC(k[a>>2]|0,34984)|0;break}case 26:{MC(k[a>>2]|0,35e3)|0;break}case 27:{MC(k[a>>2]|0,35016)|0;break}case 28:{MC(k[a>>2]|0,35032)|0;break}case 29:{MC(k[a>>2]|0,35048)|0;break}case 30:{MC(k[a>>2]|0,35064)|0;break}case 31:{MC(k[a>>2]|0,35080)|0;break}case 32:{MC(k[a>>2]|0,35096)|0;break}case 33:{MC(k[a>>2]|0,35112)|0;break}case 34:{MC(k[a>>2]|0,35132)|0;break}case 37:{MC(k[a>>2]|0,35152)|0;break}case 38:{MC(k[a>>2]|0,35170)|0;break}case 35:{MC(k[a>>2]|0,35188)|0;break}case 36:{MC(k[a>>2]|0,35206)|0;break}case 41:{MC(k[a>>2]|0,35224)|0;break}case 42:{MC(k[a>>2]|0,35242)|0;break}case 39:{MC(k[a>>2]|0,35260)|0;break}case 40:{MC(k[a>>2]|0,35278)|0;break}case 43:{MC(k[a>>2]|0,35296)|0;break}case 44:{MC(k[a>>2]|0,35312)|0;break}case 45:{MC(k[a>>2]|0,35327)|0;break}case 46:{MC(k[a>>2]|0,35347)|0;break}default:Ka()}while(0);eB(a);Ln(a,k[b+12>>2]|0);Gw(a);return}function td(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=hD(d)|0;l=SF(q,49728)|0;tB(q);do switch(g<<24>>24|0){case 65:case 97:{br(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{Sq(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=hc[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{St(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9708,9740)|0;k[b>>2]=p;p=26;break}case 70:{p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9740,9772)|0;k[b>>2]=p;p=26;break}case 72:{iu(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{Ht(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{Tt(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{Yt(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{du(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{If(b,k[c>>2]|0,e,l);p=26;break}case 112:{hl(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9772,9816)|0;k[b>>2]=p;p=26;break}case 82:{p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9816,9836)|0;k[b>>2]=p;p=26;break}case 83:{cu(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9836,9868)|0;k[b>>2]=p;p=26;break}case 119:{bu(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=gc[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=hc[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+8+3>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+((g?k[q+4>>2]|0:p&255)<<2)|0)|0;k[b>>2]=p;p=26;break}case 121:{_s(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{Av(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{kf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function ud(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,l=0,m=0,n=0,o=0,p=0,q=0;o=r;r=r+16|0;j=o+12|0;h=o+8|0;m=o+4|0;n=o;k[e>>2]=0;q=hD(d)|0;l=SF(q,49696)|0;tB(q);do switch(g<<24>>24|0){case 65:case 97:{cr(a,f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 104:case 66:case 98:{Tq(a,f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 99:{q=a+8|0;q=hc[k[(k[q>>2]|0)+12>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 101:case 100:{Ut(f+12|0,b,k[c>>2]|0,e,l);p=26;break}case 68:{p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,41793,41801)|0;k[b>>2]=p;p=26;break}case 70:{p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,41801,41809)|0;k[b>>2]=p;p=26;break}case 72:{ju(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 73:{It(f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 106:{Vt(f+28|0,b,k[c>>2]|0,e,l);p=26;break}case 109:{Zt(f+16|0,b,k[c>>2]|0,e,l);p=26;break}case 77:{gu(f+4|0,b,k[c>>2]|0,e,l);p=26;break}case 116:case 110:{Nf(b,k[c>>2]|0,e,l);p=26;break}case 112:{il(a,f+8|0,b,k[c>>2]|0,e,l);p=26;break}case 114:{p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,41809,41820)|0;k[b>>2]=p;p=26;break}case 82:{p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,41820,41825)|0;k[b>>2]=p;p=26;break}case 83:{fu(f,b,k[c>>2]|0,e,l);p=26;break}case 84:{p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,41825,41833)|0;k[b>>2]=p;p=26;break}case 119:{eu(f+24|0,b,k[c>>2]|0,e,l);p=26;break}case 120:{q=k[(k[a>>2]|0)+20>>2]|0;k[m>>2]=k[b>>2];k[n>>2]=k[c>>2];k[h>>2]=k[m>>2];k[j>>2]=k[n>>2];h=gc[q&63](a,h,j,d,e,f)|0;break}case 88:{q=a+8|0;q=hc[k[(k[q>>2]|0)+24>>2]&127](q)|0;p=i[q+11>>0]|0;g=p<<24>>24<0;n=g?k[q>>2]|0:q;p=od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,n,n+(g?k[q+4>>2]|0:p&255)|0)|0;k[b>>2]=p;p=26;break}case 121:{$s(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 89:{Bv(f+20|0,b,k[c>>2]|0,e,l);p=26;break}case 37:{Bf(b,k[c>>2]|0,e,l);p=26;break}default:{k[e>>2]=k[e>>2]|4;p=26}}while(0);if((p|0)==26)h=k[b>>2]|0;r=o;return h|0}function vd(){var a=0,b=0,c=0,d=0,e=0;d=r;r=r+16|0;c=d+4|0;b=d;i[c>>0]=0;k[b>>2]=0;a=k[11906]|0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,45919);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(45919,c,b);a=k[11906]|0}i[c>>0]=1;k[b>>2]=1;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36302);i[a+32>>0]=1;k[a+36>>2]=1;a=(k[11906]|0)+40|0;k[11906]=a}else{Jk(c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36310);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(36310,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36316);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(36316,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36320);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(36320,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36330);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(36330,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36340);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(36340,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,44725);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(44725,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,45926);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(45926,c,b);a=k[11906]|0}i[c>>0]=0;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,45991);i[a+32>>0]=0;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(45991,c,b);a=k[11906]|0}i[c>>0]=1;k[b>>2]=3;if(a>>>0<(k[11907]|0)>>>0){Ue(a,36346);i[a+32>>0]=1;k[a+36>>2]=3;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(36346,c,b);a=k[11906]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,45852);i[a+32>>0]=1;k[a+36>>2]=0;a=(k[11906]|0)+40|0;k[11906]=a}else{Ek(45852,c,b);a=k[11906]|0}i[c>>0]=1;k[b>>2]=0;if(a>>>0<(k[11907]|0)>>>0){Ue(a,45879);i[a+32>>0]=1;k[a+36>>2]=0;k[11906]=(k[11906]|0)+40}else Ek(45879,c,b);Pn();b=0;while(1){a=k[11905]|0;if(b>>>0>=(((k[11906]|0)-a|0)/40|0)>>>0)break;a=a+(b*40|0)+8|0;while(1){a=k[a>>2]|0;if(!a)break;k[c>>2]=k[a+8>>2];e=Tf((k[11908]|0)+((k[(k[11905]|0)+(b*40|0)+36>>2]|0)*20|0)|0,c)|0;k[e>>2]=b}b=b+1|0}r=d;return}function wd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0;j=r;r=r+16|0;e=j;l=NJ(a,0)|0;l=GF(k[l>>2]|0)|0;a:do switch(i[l>>0]|0){case 110:{l=NJ(a,0)|0;if(RE(k[l>>2]|0,47320)|0){g=NJ(a,1)|0;g=MG(k[g>>2]|0)|0;g=(xK(+p[g>>3])|0)&1^1;break a}l=NJ(a,0)|0;if(RE(k[l>>2]|0,47264)|0){if(b|0?(f=NJ(a,1)|0,bE(e,GF(k[f>>2]|0)|0,1),f=_x(b,e)|0,(f|0)!=8):0){g=f;break a}if(!c){l=NJ(a,1)|0;if(RE(k[l>>2]|0,47344)|0){g=1;break a}l=NJ(a,1)|0;if(RE(k[l>>2]|0,47348)|0){g=1;break a}g=NJ(a,1)|0;g=RE(k[g>>2]|0,47352)|0;g=g?0:8;break a}l=(k[11927]|0)==0;a=NJ(a,1)|0;a=k[a>>2]|0;if(l){g=FG(a)|0;k[11927]=k[g>>2];g=2;break a}if(RE(a,47708)|0)g=2;else Ra(36586,36612,73,36658)}else h=39;break}case 117:{l=NJ(a,0)|0;if(RE(k[l>>2]|0,47368)|0){l=NJ(a,1)|0;l=GF(k[l>>2]|0)|0;switch(i[l>>0]|0){case 43:{g=1;break a}case 45:{g=NJ(a,2)|0;g=wd(k[g>>2]|0,b,c,d)|0;break a}case 126:case 33:{g=0;break a}default:{h=39;break a}}}else h=39;break}case 99:{l=NJ(a,0)|0;if(!(RE(k[l>>2]|0,47316)|0)){l=NJ(a,0)|0;if(!(RE(k[l>>2]|0,47276)|0)){h=39;break a}g=NJ(a,2)|0;g=wd(k[g>>2]|0,b,c,d)|0;break a}l=NJ(a,1)|0;l=NJ(k[l>>2]|0,0)|0;if(RE(k[l>>2]|0,47264)|0){a=NJ(a,1)|0;a=NJ(k[a>>2]|0,1)|0;a=FG(k[a>>2]|0)|0;a=k[a>>2]|0;if((a|0)==(k[11844]|0)|(a|0)==(d|0)){g=2;break a}if((a|0)==(k[11845]|0)|(a|0)==(k[11931]|0)){g=3;break a}if((a|0)==(k[11846]|0)|(a|0)==(k[11932]|0)){g=4;break a}if((a|0)==(k[11847]|0)|(a|0)==(k[11928]|0)){g=5;break a}if((a|0)==(k[11848]|0)|(a|0)==(k[11929]|0)){g=6;break a}if((a|0)==(k[11849]|0)|(a|0)==(k[11930]|0)){g=7;break a}}g=8;break}case 98:{l=NJ(a,0)|0;if(RE(k[l>>2]|0,47280)|0){l=NJ(a,1)|0;l=GF(k[l>>2]|0)|0;switch(i[l>>0]|0){case 33:case 61:case 62:case 60:case 94:case 38:case 124:{g=0;break a}case 37:case 47:case 42:case 45:case 43:break;default:{h=39;break a}}g=NJ(a,2)|0;g=wd(k[g>>2]|0,b,c,d)|0}else h=39;break}case 115:{l=NJ(a,0)|0;if(RE(k[l>>2]|0,47308)|0){g=NJ(a,2)|0;g=wd(k[g>>2]|0,b,c,d)|0;break a}l=NJ(a,0)|0;if(RE(k[l>>2]|0,47312)|0){l=NJ(a,1)|0;l=NJ(k[l>>2]|0,0)|0;if(RE(k[l>>2]|0,47264)|0){g=NJ(a,1)|0;g=NJ(k[g>>2]|0,1)|0;Xr(e,GF(k[g>>2]|0)|0);g=k[e>>2]|0;g=(g&255)<<24>>24==0?g>>>16&255:8;break a}else Ra(36669,36612,123,36658)}else h=39;break}default:h=39}while(0);if((h|0)==39)g=8;r=j;return g|0}function xd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0;o=r;r=r+32|0;j=o;k[j>>2]=b;l=o+12|0;m=o+4|0;f=o+8|0;k[m>>2]=d;g=NJ(c,0)|0;h=b;if(!(RE(k[g>>2]|0,47560)|0))Ra(14091,11935,438,44952);g=NJ(c,1)|0;g=k[g>>2]|0;e=NJ(g,0)|0;do if(!(RE(k[e>>2]|0,47560)|0)){f=NJ(g,0)|0;if(!(RE(k[f>>2]|0,47264)|0))Ra(14267,11935,480,44952);e=NJ(g,1)|0;e=FG(k[e>>2]|0)|0;e=k[e>>2]|0;if((e|0)==(k[11969]|0)){f=NJ(c,2)|0;f=FG(k[f>>2]|0)|0;f=k[f>>2]|0;if((f|0)==(k[11869]|0)){g=a+88|0;if(!(k[g>>2]|0)){k[g>>2]=h;n=47;break}else Ra(14285,11935,485,44952)}if((f|0)==(k[11840]|0)){e=a+84|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14308,11935,489,44952)}else n=47}else n=47}else{e=NJ(g,1)|0;e=NJ(k[e>>2]|0,0)|0;if(!(RE(k[e>>2]|0,47264)|0))Ra(14110,11935,443,44952);e=NJ(g,2)|0;if(RE(k[e>>2]|0,47796)|0){e=NJ(c,2)|0;if(RE(k[e>>2]|0,47800)|0){e=a+56|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14131,11935,446,44952)}e=NJ(c,2)|0;if(RE(k[e>>2]|0,47804)|0){e=a+60|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14150,11935,450,44952)}e=NJ(c,2)|0;if(RE(k[e>>2]|0,47808)|0){e=a+64|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14170,11935,454,44952)}e=NJ(c,2)|0;if(RE(k[e>>2]|0,47844)|0){e=a+68|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14191,11935,458,44952)}e=NJ(c,2)|0;if(RE(k[e>>2]|0,47848)|0){e=a+72|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14209,11935,462,44952)}e=NJ(c,2)|0;if(RE(k[e>>2]|0,47852)|0){e=a+76|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14229,11935,466,44952)}e=NJ(c,2)|0;if(RE(k[e>>2]|0,47856)|0){e=a+80|0;if(!(k[e>>2]|0)){k[e>>2]=h;break}else Ra(14248,11935,470,44952)}}e=NJ(g,1)|0;e=NJ(k[e>>2]|0,1)|0;e=GF(k[e>>2]|0)|0;k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;dr(l,e,Cp(e)|0);An(l,46);e=NJ(g,2)|0;oD(l,GF(k[e>>2]|0)|0)|0;bE(f,(i[l+11>>0]|0)<0?k[l>>2]|0:l,0);e=k[f>>2]|0;UG(l);n=47}while(0);if((n|0)==47){f=fB(24)|0;p=f+8|0;k[p>>2]=0;k[f+16>>2]=0;g=f+20|0;k[g>>2]=0;k[f>>2]=h;k[f+4>>2]=e;h=NJ(c,2)|0;h=FG(k[h>>2]|0)|0;h=k[h>>2]|0;k[p>>2]=h;if((e|0)==(k[11934]|0)?(h|0)==(k[11935]|0)|(h|0)==(k[11936]|0):0){k[m>>2]=4;e=f+12|0;d=4;n=51}else{e=f+12|0;if(!d)k[e>>2]=0;else n=51}if((n|0)==51){k[e>>2]=3;k[g>>2]=d;Dj(l,a+32|0,b,j,m)}Fk(k[a>>2]|0,f)}r=o;return}function yd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+96|0;p=s+84|0;q=s+72|0;l=s+60|0;m=s+48|0;n=s+36|0;o=s+24|0;g=s+12|0;h=s;e=qc(a,b,d)|0;a:do if((e|0)!=(a|0)){j=qc(e,b,d)|0;f=d+4|0;if((j|0)==(e|0)){e=k[f>>2]|0;b=e+-24|0;while(1){if((e|0)==(b|0))break a;q=e+-24|0;k[f>>2]=q;kA(q);e=k[f>>2]|0}}b=k[f>>2]|0;if(((b-(k[d>>2]|0)|0)/24|0)>>>0>=2){Eq(p,b+-24|0);a=k[f>>2]|0;b=a+-24|0;e=a;while(1){if((e|0)==(b|0))break;d=e+-24|0;k[f>>2]=d;kA(d);e=k[f>>2]|0}Eq(q,a+-48|0);a=k[f>>2]|0;f=a+-24|0;b=f+11|0;if((i[b>>0]|0)<0){i[k[f>>2]>>0]=0;k[a+-20>>2]=0}else{i[f>>0]=0;i[b>>0]=0}e=c+11|0;b=i[e>>0]|0;a=b<<24>>24<0;d=c+4|0;if(((a?k[d>>2]|0:b&255)|0)==1?(xF(a?k[c>>2]|0:c,44739,1)|0)==0:0)Wm(f,40);Jn(h,44675,q);b=uA(h,45969)|0;k[g>>2]=k[b>>2];k[g+4>>2]=k[b+4>>2];k[g+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[e>>0]|0;a=b<<24>>24<0;b=Fm(g,a?k[c>>2]|0:c,a?k[d>>2]|0:b&255)|0;k[o>>2]=k[b>>2];k[o+4>>2]=k[b+4>>2];k[o+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=uA(o,44577)|0;k[n>>2]=k[b>>2];k[n+4>>2]=k[b+4>>2];k[n+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=i[p+11>>0]|0;a=b<<24>>24<0;b=Fm(n,a?k[p>>2]|0:p,a?k[p+4>>2]|0:b&255)|0;k[m>>2]=k[b>>2];k[m+4>>2]=k[b+4>>2];k[m+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}b=uA(m,44580)|0;k[l>>2]=k[b>>2];k[l+4>>2]=k[b+4>>2];k[l+8>>2]=k[b+8>>2];a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}a=i[l+11>>0]|0;b=a<<24>>24<0;Fm(f,b?k[l>>2]|0:l,b?k[l+4>>2]|0:a&255)|0;pF(l);pF(m);pF(n);pF(o);pF(g);pF(h);o=i[e>>0]|0;a=o<<24>>24<0;if(((a?k[d>>2]|0:o&255)|0)==1?(xF(a?k[c>>2]|0:c,44739,1)|0)==0:0)Wm(f,41);pF(q);pF(p);a=j}}while(0);r=s;return a|0}function zd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;s=r;r=r+80|0;n=s+52|0;j=s+16|0;l=s+40|0;m=s;q=Dq(a,b)|0;if(!((q|0)==(a|0)|(q|0)==(b|0))?(i[q>>0]|0)==69:0){o=c+11|0;h=i[o>>0]|0;p=c+4|0;do if((h<<24>>24<0?k[p>>2]|0:h&255)>>>0>3){Jn(m,44675,c);e=uA(m,44580)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}Yq(j,l);e=d+4|0;b=k[e>>2]|0;h=k[d+8>>2]|0;g=h;do if(b>>>0>=h>>>0){h=k[d>>2]|0;b=(b-h|0)/24|0;f=b+1|0;if(f>>>0>178956970)oJ();else{g=(g-h|0)/24|0;h=g<<1;Rs(n,g>>>0<89478485?(h>>>0<f>>>0?f:h):178956970,b,d+12|0);h=n+8|0;g=k[h>>2]|0;Uq(g,j);k[h>>2]=g+24;Um(d,n);Tr(n);break}}else{Uq(b,j);k[e>>2]=(k[e>>2]|0)+24}while(0);kA(j);pF(l);pF(m)}else{h=d+4|0;e=k[h>>2]|0;m=k[d+8>>2]|0;f=m;if(e>>>0<m>>>0){k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=0;k[e+16>>2]=0;k[e+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}e=e+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[h>>2]=(k[h>>2]|0)+24;e=h;break}g=k[d>>2]|0;b=(e-g|0)/24|0;e=b+1|0;if(e>>>0>178956970)oJ();g=(f-g|0)/24|0;f=g<<1;Rs(n,g>>>0<89478485?(f>>>0<e>>>0?e:f):178956970,b,d+12|0);f=n+8|0;g=k[f>>2]|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;b=0;while(1){if((b|0)==3)break;k[g+(b<<2)>>2]=0;b=b+1|0}e=g+12|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[e+(b<<2)>>2]=0;b=b+1|0}k[f>>2]=g+24;Um(d,n);Tr(n);e=h}while(0);if((i[a>>0]|0)==110){Wm((k[e>>2]|0)+-24|0,45);a=a+1|0}Ij((k[e>>2]|0)+-24|0,a,q);a=i[o>>0]|0;b=a<<24>>24<0;a=b?k[p>>2]|0:a&255;if(a>>>0<4)Fm((k[e>>2]|0)+-24|0,b?k[c>>2]|0:c,a)|0;a=q+1|0}r=s;return a|0}function Ad(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)Ra(34004,37720,72,34009);do switch(k[c>>2]|0){case 1:{lf(a,b,c);break}case 2:{dh(a,b,c);break}case 3:{Fp(a,b,c);break}case 4:{Og(a,b,c);break}case 5:{lg(a,b,c);break}case 6:{Ri(a,b,c);break}case 7:{Mh(a,b,c);break}case 8:{Eg(a,b,c);break}case 9:{c=(k[k[b+8>>2]>>2]|0)+(k[c+8>>2]<<4)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 10:{hh(a,b,c);break}case 11:{Dp(a,k[b+4>>2]|0,c);break}case 12:{sj(a,b,c);break}case 13:{Oh(a,b,c);break}case 14:{eg(a,b,c);break}case 15:{c=c+8|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;break}case 16:{Jc(a,b,c);break}case 17:{zc(a,b,c);break}case 18:{$f(a,b,c);break}case 19:{mm(a,b,k[c+8>>2]|0);break}case 20:{im(a,b,k[c+8>>2]|0);break}case 21:{ef(a,b,c);break}case 22:{k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}case 23:{fc[k[k[b>>2]>>2]&255](b,34015);k[a>>2]=0;c=a+8|0;k[c>>2]=0;k[c+4>>2]=0;k[a+16>>2]=0;break}default:{}}while(0);return}function Bd(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;o=r;r=r+48|0;l=o+24|0;m=o+12|0;n=o;a:do if(a>>>0<b>>>0){b:do if((i[a>>0]|0)!=95){if((rc(a,b,c)|0)!=(b|0)){k[d>>2]=-2;break a}}else{g=b;if((g-a|0)<=3){k[d>>2]=-2;break a}switch(i[a+1>>0]|0){case 90:{j=a+2|0;h=Ec(j,b,c)|0;a=(h|0)==(b|0);if((!((h|0)==(j|0)|a)?(i[h>>0]|0)==46:0)?(e=k[c+4>>2]|0,(k[c>>2]|0)!=(e|0)):0){j=e+-24|0;k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;g=g-h|0;if(g>>>0>4294967279)iJ();if(g>>>0<11){i[n+11>>0]=g;f=n}else{e=g+16&-16;f=yc(e)|0;k[n>>2]=f;k[n+8>>2]=e|-2147483648;k[n+4>>2]=g}a=h;e=f;while(1){if((a|0)==(b|0))break;i[e>>0]=i[a>>0]|0;a=a+1|0;e=e+1|0}i[f+g>>0]=0;e=Lz(n,0,44577)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}e=uA(m,44580)|0;k[l>>2]=k[e>>2];k[l+4>>2]=k[e+4>>2];k[l+8>>2]=k[e+8>>2];a=0;while(1){if((a|0)==3)break;k[e+(a<<2)>>2]=0;a=a+1|0}b=i[l+11>>0]|0;h=b<<24>>24<0;Fm(j,h?k[l>>2]|0:l,h?k[l+4>>2]|0:b&255)|0;pF(l);pF(m);pF(n);break b}if(a)break b;k[d>>2]=-2;break a}case 95:{if((i[a+2>>0]|0)==95?(i[a+3>>0]|0)==90:0){n=a+4|0;f=Ec(n,b,c)|0;if((f|0)==(n|0)|(f|0)==(b|0)){k[d>>2]=-2;break a}c:do if((g-f|0)>12){e=0;a=f;while(1){if((e|0)>=13)break;if((i[a>>0]|0)!=(i[44582+e>>0]|0)){a=f;break c}e=e+1|0;a=a+1|0}d:do if((a|0)==(b|0))a=b;else{if((i[a>>0]|0)==95){e=a+1|0;if((e|0)==(b|0)){a=f;break c}if(((i[e>>0]|0)+-48|0)>>>0>=10){a=f;break c}a=a+2|0}while(1){if((a|0)==(b|0)){a=b;break d}if(((i[a>>0]|0)+-48|0)>>>0>=10)break d;a=a+1|0}}while(0);e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0))Lz(e+-24|0,0,44596)|0;else a=f}else a=f;while(0);if((a|0)==(b|0))break b;k[d>>2]=-2;break a}break}default:{}}k[d>>2]=-2;break a}while(0);if((k[d>>2]|0)==0?(k[c>>2]|0)==(k[c+4>>2]|0):0)k[d>>2]=-2}else k[d>>2]=-2;while(0);r=o;return}function Cd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0;b=r;r=r+192|0;s=b+168|0;q=b+156|0;p=b+144|0;o=b+132|0;n=b+120|0;m=b+108|0;l=b+96|0;j=b+84|0;i=b+72|0;h=b+60|0;g=b+48|0;f=b+36|0;e=b+24|0;d=b+12|0;c=b;k[s>>2]=0;k[s+4>>2]=0;k[s+8>>2]=0;dr(s,32355,3);ej(a,s);UG(s);k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;dr(q,32932,17);ej(a,q);UG(q);k[p>>2]=0;k[p+4>>2]=0;k[p+8>>2]=0;dr(p,33049,19);ej(a,p);UG(p);k[o>>2]=0;k[o+4>>2]=0;k[o+8>>2]=0;dr(o,32577,21);ej(a,o);UG(o);k[n>>2]=0;k[n+4>>2]=0;k[n+8>>2]=0;dr(n,33325,10);ej(a,n);UG(n);k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;dr(m,33227,15);ej(a,m);UG(m);k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;dr(l,33286,6);ej(a,l);UG(l);k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;dr(j,32932,17);ej(a,j);UG(j);k[i>>2]=0;k[i+4>>2]=0;k[i+8>>2]=0;dr(i,32235,15);ej(a,i);UG(i);k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;dr(h,33286,6);ej(a,h);UG(h);k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;dr(g,33179,14);ej(a,g);UG(g);k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;dr(f,32443,12);ej(a,f);UG(f);k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;dr(e,32577,21);ej(a,e);UG(e);k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,33325,10);ej(a,d);UG(d);k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,33286,6);ej(a,c);UG(c);r=b;return}function Dd(){var a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;a=r;r=r+560|0;z=a+528|0;y=a+504|0;x=a+480|0;w=a+456|0;v=a+432|0;u=a+408|0;t=a+384|0;s=a+360|0;q=a+336|0;p=a+312|0;o=a+288|0;n=a+264|0;m=a+240|0;l=a+216|0;j=a+192|0;i=a+168|0;h=a+144|0;g=a+120|0;f=a+96|0;e=a+72|0;d=a+48|0;c=a+24|0;b=a;k[z>>2]=3244;k[z+4>>2]=1;k[z+16>>2]=z;_g(32235,32251,z);Ez(z);k[y>>2]=3244;k[y+4>>2]=2;k[y+16>>2]=y;_g(32284,32309,y);Ez(y);k[x>>2]=3244;k[x+4>>2]=3;k[x+16>>2]=x;_g(32355,32359,x);Ez(x);k[w>>2]=3244;k[w+4>>2]=4;k[w+16>>2]=w;_g(32384,32415,w);Ez(w);k[v>>2]=3244;k[v+4>>2]=5;k[v+16>>2]=v;_g(32443,32456,v);Ez(v);k[u>>2]=3244;k[u+4>>2]=6;k[u+16>>2]=u;_g(32487,32495,u);Ez(u);k[t>>2]=3244;k[t+4>>2]=7;k[t+16>>2]=t;_g(32511,32514,t);Ez(t);k[s>>2]=3244;k[s+4>>2]=8;k[s+16>>2]=s;_g(32524,32537,s);Ez(s);k[q>>2]=3244;k[q+4>>2]=9;k[q+16>>2]=q;_g(32577,32599,q);Ez(q);k[p>>2]=3244;k[p+4>>2]=10;k[p+16>>2]=p;_g(32634,32650,p);Ez(p);k[o>>2]=3244;k[o+4>>2]=11;k[o+16>>2]=o;_g(37684,32708,o);Ez(o);k[n>>2]=3244;k[n+4>>2]=12;k[n+16>>2]=n;_g(32737,32752,n);Ez(n);k[m>>2]=3244;k[m+4>>2]=13;k[m+16>>2]=m;_g(32790,32801,m);Ez(m);k[l>>2]=3244;k[l+4>>2]=14;k[l+16>>2]=l;_g(32835,32850,l);Ez(l);k[j>>2]=3244;k[j+4>>2]=15;k[j+16>>2]=j;_g(32894,32908,j);Ez(j);k[i>>2]=3244;k[i+4>>2]=16;k[i+16>>2]=i;_g(32932,32950,i);Ez(i);k[h>>2]=3244;k[h+4>>2]=17;k[h+16>>2]=h;_g(33e3,33024,h);Ez(h);k[g>>2]=3244;k[g+4>>2]=18;k[g+16>>2]=g;_g(33049,33069,g);Ez(g);k[f>>2]=3244;k[f+4>>2]=19;k[f+16>>2]=f;_g(33125,33143,f);Ez(f);k[e>>2]=3244;k[e+4>>2]=20;k[e+16>>2]=e;_g(33179,33194,e);Ez(e);k[d>>2]=3244;k[d+4>>2]=21;k[d+16>>2]=d;_g(33227,33243,d);Ez(d);k[c>>2]=3244;k[c+4>>2]=22;k[c+16>>2]=c;_g(33286,33293,c);Ez(c);k[b>>2]=3244;k[b+4>>2]=23;k[b+16>>2]=b;_g(33325,33336,b);Ez(b);r=a;return}function Ed(a,b,c,d,e,f,g,h,l,m,n,o,p,q,r){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;r=r|0;var s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;z=q+11|0;H=q+4|0;A=p+11|0;B=p+4|0;C=(d&512|0)==0;D=g+8|0;E=(r|0)>0;F=o+11|0;G=o+4|0;y=0;while(1){if((y|0)==4)break;a:do switch(i[l+y>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];w=nc[k[(k[g>>2]|0)+28>>2]&31](g,32)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w;break}case 3:{x=i[z>>0]|0;s=x<<24>>24<0;if((s?k[H>>2]|0:x&255)|0){w=i[(s?k[q>>2]|0:q)>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}break}case 2:{w=i[A>>0]|0;s=w<<24>>24<0;w=s?k[B>>2]|0:w&255;if(!(C|(w|0)==0)){t=s?k[p>>2]|0:p;u=t+w|0;v=k[c>>2]|0;s=v;while(1){if((t|0)==(u|0))break;i[s>>0]=i[t>>0]|0;s=s+1|0;t=t+1|0}k[c>>2]=v+w}break}case 4:{t=k[c>>2]|0;e=h?e+1|0:e;u=e;while(1){if(u>>>0>=f>>>0)break;s=i[u>>0]|0;if(s<<24>>24<=-1)break;if(!(j[(k[D>>2]|0)+(s<<24>>24<<1)>>1]&2048))break;u=u+1|0}if(E){v=r;while(1){s=(v|0)>0;if(!(u>>>0>e>>>0&s))break;x=u+-1|0;s=i[x>>0]|0;w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=s;v=v+-1|0;u=x}if(s)w=nc[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;else w=0;s=v;while(1){v=k[c>>2]|0;k[c>>2]=v+1;if((s|0)<=0)break;i[v>>0]=w;s=s+-1|0}i[v>>0]=m}b:do if((u|0)==(e|0)){w=nc[k[(k[g>>2]|0)+28>>2]&31](g,48)|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=w}else{x=i[F>>0]|0;s=x<<24>>24<0;if(!((s?k[G>>2]|0:x&255)|0)){w=-1;v=0;x=0}else{w=i[(s?k[o>>2]|0:o)>>0]|0;v=0;x=0}while(1){if((u|0)==(e|0))break b;if((x|0)==(w|0)){w=k[c>>2]|0;k[c>>2]=w+1;i[w>>0]=n;v=v+1|0;w=i[F>>0]|0;s=w<<24>>24<0;if(v>>>0<(s?k[G>>2]|0:w&255)>>>0){w=i[(s?k[o>>2]|0:o)+v>>0]|0;w=w<<24>>24==127?-1:w<<24>>24;s=0}else{w=x;s=0}}else s=x;I=u+-1|0;J=i[I>>0]|0;x=k[c>>2]|0;k[c>>2]=x+1;i[x>>0]=J;x=s+1|0;u=I}}while(0);s=k[c>>2]|0;if((t|0)!=(s|0))while(1){s=s+-1|0;if(t>>>0>=s>>>0)break a;J=i[t>>0]|0;i[t>>0]=i[s>>0]|0;i[s>>0]=J;t=t+1|0}break}default:{}}while(0);y=y+1|0}s=i[z>>0]|0;e=s<<24>>24<0;s=e?k[H>>2]|0:s&255;if(s>>>0>1){e=e?k[q>>2]|0:q;u=e+s|0;v=k[c>>2]|0;t=s+-1|0;s=v;while(1){e=e+1|0;if((e|0)==(u|0))break;i[s>>0]=i[e>>0]|0;s=s+1|0}k[c>>2]=v+t}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function Fd(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0;n=r;r=r+80|0;j=n+48|0;l=n+36|0;m=n;g=n+24|0;a:do if(((a|0)!=(b|0)?(d=(i[a>>0]|0)+-48|0,d>>>0<10):0)?(e=a+1|0,(e|0)!=(b|0)):0){h=d;while(1){d=(i[e>>0]|0)+-48|0;if(d>>>0>=10)break;e=e+1|0;if((e|0)==(b|0))break a;h=d+(h*10|0)|0}if((b-e|0)>>>0>=h>>>0){k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;wq(l,e,h);k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;f=i[l+11>>0]|0;a=f<<24>>24<0;f=a?k[l+4>>2]|0:f&255;wq(j,a?k[l>>2]|0:l,f>>>0<10?f:10);f=i[j+11>>0]|0;a=f<<24>>24<0;if(((a?k[j+4>>2]|0:f&255)|0)==10)a=(xF(a?k[j>>2]|0:j,45689,10)|0)==0;else a=0;pF(j);if(a){a=yc(32)|0;k[m>>2]=a;k[m+8>>2]=-2147483616;k[m+4>>2]=21;d=a;b=45700;f=d+21|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(f|0));i[a+21>>0]=0;d=m+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}a=c+4|0;d=k[a>>2]|0;g=k[c+8>>2]|0;f=g;do if(d>>>0>=g>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)oJ();else{f=(f-b|0)/24|0;g=f<<1;Rs(j,f>>>0<89478485?(g>>>0<d>>>0?d:g):178956970,a,c+12|0);g=j+8|0;f=k[g>>2]|0;Uq(f,m);k[g>>2]=f+24;Um(c,j);Tr(j);break}}else{Uq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);kA(m)}else{k[g>>2]=k[l>>2];k[g+4>>2]=k[l+4>>2];k[g+8>>2]=k[l+8>>2];a=0;while(1){if((a|0)==3)break;k[l+(a<<2)>>2]=0;a=a+1|0}Yq(m,g);a=c+4|0;d=k[a>>2]|0;b=k[c+8>>2]|0;f=b;do if(d>>>0>=b>>>0){b=k[c>>2]|0;a=(d-b|0)/24|0;d=a+1|0;if(d>>>0>178956970)oJ();else{b=(f-b|0)/24|0;f=b<<1;Rs(j,b>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,a,c+12|0);f=j+8|0;b=k[f>>2]|0;Uq(b,m);k[f>>2]=b+24;Um(c,j);Tr(j);break}}else{Uq(d,m);k[a>>2]=(k[a>>2]|0)+24}while(0);kA(m);pF(g)}pF(l);a=e+h|0}}while(0);r=n;return a|0}function Gd(a,b,c,d,e,f,g,h,j,l,m,n,o,p,q){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;l=l|0;m=m|0;n=n|0;o=o|0;p=p|0;q=q|0;var r=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0;k[c>>2]=a;B=p+8+3|0;I=p+4|0;C=o+8+3|0;D=o+4|0;E=(d&512|0)==0;F=(q|0)>0;G=n+11|0;H=n+4|0;A=0;while(1){if((A|0)==4)break;a:do switch(i[j+A>>0]|0){case 0:{k[b>>2]=k[c>>2];break}case 1:{k[b>>2]=k[c>>2];y=nc[k[(k[g>>2]|0)+44>>2]&31](g,32)|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y;break}case 3:{z=i[B>>0]|0;r=z<<24>>24<0;if((r?k[I>>2]|0:z&255)|0){y=k[(r?k[p>>2]|0:p)>>2]|0;z=k[c>>2]|0;k[c>>2]=z+4;k[z>>2]=y}break}case 2:{v=i[C>>0]|0;r=v<<24>>24<0;v=r?k[D>>2]|0:v&255;if(!(E|(v|0)==0)){u=r?k[o>>2]|0:o;s=u+(v<<2)|0;t=k[c>>2]|0;r=t;while(1){if((u|0)==(s|0))break;k[r>>2]=k[u>>2];r=r+4|0;u=u+4|0}k[c>>2]=t+(v<<2)}break}case 4:{s=k[c>>2]|0;e=h?e+4|0:e;r=e;while(1){if(r>>>0>=f>>>0)break;if(!($b[k[(k[g>>2]|0)+12>>2]&31](g,2048,k[r>>2]|0)|0))break;r=r+4|0}if(F){u=q;while(1){t=(u|0)>0;if(!(r>>>0>e>>>0&t))break;z=r+-4|0;x=k[z>>2]|0;y=k[c>>2]|0;k[c>>2]=y+4;k[y>>2]=x;u=u+-1|0;r=z}if(t)w=nc[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;else w=0;v=k[c>>2]|0;while(1){t=v+4|0;if((u|0)<=0)break;k[v>>2]=w;u=u+-1|0;v=t}k[c>>2]=t;k[v>>2]=l}if((r|0)==(e|0)){y=nc[k[(k[g>>2]|0)+44>>2]&31](g,48)|0;z=k[c>>2]|0;r=z+4|0;k[c>>2]=r;k[z>>2]=y}else{z=i[G>>0]|0;y=z<<24>>24<0;z=y?k[H>>2]|0:z&255;if(!z){v=-1;t=0;w=0}else{v=i[(y?k[n>>2]|0:n)>>0]|0;t=0;w=0}while(1){if((r|0)==(e|0))break;u=k[c>>2]|0;if((w|0)==(v|0)){x=u+4|0;k[c>>2]=x;k[u>>2]=m;t=t+1|0;if(t>>>0<z>>>0){v=i[(y?k[n>>2]|0:n)+t>>0]|0;v=v<<24>>24==127?-1:v<<24>>24;w=0;u=x}else{v=w;w=0;u=x}}x=r+-4|0;J=k[x>>2]|0;k[c>>2]=u+4;k[u>>2]=J;w=w+1|0;r=x}r=k[c>>2]|0}if((s|0)!=(r|0))while(1){r=r+-4|0;if(s>>>0>=r>>>0)break a;J=k[s>>2]|0;k[s>>2]=k[r>>2];k[r>>2]=J;s=s+4|0}break}default:{}}while(0);A=A+1|0}r=i[B>>0]|0;e=r<<24>>24<0;r=e?k[I>>2]|0:r&255;if(r>>>0>1){s=e?k[p>>2]|0:p;v=s+4|0;r=s+(r<<2)|0;s=k[c>>2]|0;t=r;e=s;u=v;while(1){if((u|0)==(r|0))break;k[e>>2]=k[u>>2];e=e+4|0;u=u+4|0}k[c>>2]=s+((t-v|0)>>>2<<2)}switch((d&176)<<24>>24){case 32:{k[b>>2]=k[c>>2];break}case 16:break;default:k[b>>2]=a}return}function Hd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+48|0;o=v+40|0;h=v+28|0;p=v+24|0;q=v+20|0;s=v+8|0;t=v+4|0;u=v;i[a+81>>0]=1;m=Tm(b,1)|0;if((i[m>>0]|0)==0?(i[m+24>>0]|0)!=0:0){d=(k[a>>2]|0)+84|0;m=lG(Tm(b,1)|0)|0;k[d>>2]=m;d=2}else d=1;m=Tm(b,d)|0;do if(!(i[m>>0]|0)){g=d;n=a;f=12}else{e=Tm(b,d)|0;m=lG(Tm(e,0)|0)|0;if((m|0)==(k[11994]|0)){g=OD()|0;n=lG(Tm(e,1)|0)|0;k[g>>2]=n;n=k[a>>2]|0;k[g+4>>2]=k[n+84>>2];k[g+8>>2]=2;Hk(n,g);g=d+1|0;n=a;f=12;break}m=(Sp(e)|0)+8|0;if(k[m>>2]|0?(m=lG(Tm(e,0)|0)|0,(m|0)==(k[11995]|0)):0)Ra(19091,17579,1365,19143);bg(a,Tm(b,d)|0);l=k[a>>2]|0;m=k[l+96>>2]|0;uC(l+88|0,(k[m+8>>2]|0)-(k[m+4>>2]|0)|0,0)|0}while(0);a:do if((f|0)==12?(l=(k[n>>2]|0)+88|0,c=g+1|0,m=Do(hG(Tm(b,g)|0)|0)|0,uC(l,m,((m|0)<0)<<31>>31)|0,m=(Sp(b)|0)+8|0,(c|0)!=(k[m>>2]|0)):0){m=Tm(b,c)|0;do if(!(i[m>>0]|0)){c=um(hG(Tm(b,c)|0)|0)|0;d=N;if(d>>>0>0|(d|0)==0&c>>>0>65535){v=Sa(20)|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;dr(h,19155,27);NA(v,h);Gb(v|0,8,158)}else{uC((k[n>>2]|0)+92|0,c,d)|0;c=g+2|0;break}}while(0);j=a+4|0;l=s+4|0;m=s+8|0;while(1){a=(Sp(b)|0)+8|0;if(c>>>0>=(k[a>>2]|0)>>>0)break a;e=Tm(b,c)|0;k[p>>2]=0;a=lG(Tm(e,0)|0)|0;if((a|0)==(k[11992]|0)){k[p>>2]=0;d=1}else{d=Do(hG(Tm(e,1)|0)|0)|0;uC(p,d,((d|0)<0)<<31>>31)|0;d=2}d=hG(Tm(e,d)|0)|0;a=zA(k[j>>2]|0)|0;k[q>>2]=a;k[a+4>>2]=1;e=k[p>>2]|0;k[a+8>>2]=1;k[a+16>>2]=e;e=Cp(d)|0;if(!e){d=k[n>>2]|0;k[s>>2]=0;e=d+100|0;f=k[e>>2]|0;if(f>>>0<(k[d+104>>2]|0)>>>0){qD(o,0,0);ex(f,a,55711,k[o>>2]|0);k[e>>2]=(k[e>>2]|0)+16}else ck(d+96|0,q,s)}else{k[s>>2]=0;k[l>>2]=0;k[m>>2]=0;Eh(d,e,s);d=k[n>>2]|0;e=k[s>>2]|0;k[t>>2]=e;f=(k[l>>2]|0)-e|0;k[u>>2]=f;g=d+100|0;h=k[g>>2]|0;if(h>>>0<(k[d+104>>2]|0)>>>0){qD(o,f,0);ex(h,a,e,k[o>>2]|0);k[g>>2]=(k[g>>2]|0)+16}else $j(d+96|0,q,t,u);Ly(s)}c=c+1|0}}while(0);r=v;return}function Id(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;n=a+4|0;o=k[n>>2]|0;c=o&-8;j=a+c|0;h=k[12042]|0;d=o&3;if(!((d|0)!=1&a>>>0>=h>>>0&a>>>0<j>>>0))Ka();e=k[j+4>>2]|0;if(!(e&1))Ka();if(!d){if(b>>>0<256){a=0;return a|0}if(c>>>0>=(b+4|0)>>>0?(c-b|0)>>>0<=k[12158]<<1>>>0:0)return a|0;a=0;return a|0}if(c>>>0>=b>>>0){c=c-b|0;if(c>>>0<=15)return a|0;m=a+b|0;k[n>>2]=o&1|b|2;k[m+4>>2]=c|3;o=m+c+4|0;k[o>>2]=k[o>>2]|1;Xc(m,c);return a|0}if((j|0)==(k[12044]|0)){c=(k[12041]|0)+c|0;if(c>>>0<=b>>>0){a=0;return a|0}m=c-b|0;l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|1;k[12044]=l;k[12041]=m;return a|0}if((j|0)==(k[12043]|0)){d=(k[12040]|0)+c|0;if(d>>>0<b>>>0){a=0;return a|0}c=d-b|0;if(c>>>0>15){d=a+b|0;m=d+c|0;k[n>>2]=o&1|b|2;k[d+4>>2]=c|1;k[m>>2]=c;o=m+4|0;k[o>>2]=k[o>>2]&-2}else{k[n>>2]=o&1|d|2;d=a+d+4|0;k[d>>2]=k[d>>2]|1;d=0;c=0}k[12040]=c;k[12043]=d;return a|0}if(e&2|0){a=0;return a|0}l=(e&-8)+c|0;if(l>>>0<b>>>0){a=0;return a|0}m=l-b|0;f=e>>>3;do if(e>>>0>=256){g=k[j+24>>2]|0;e=k[j+12>>2]|0;do if((e|0)==(j|0)){e=j+16|0;d=e+4|0;c=k[d>>2]|0;if(!c){c=k[e>>2]|0;if(!c){i=0;break}else d=e}while(1){e=c+20|0;f=k[e>>2]|0;if(f|0){c=f;d=e;continue}e=c+16|0;f=k[e>>2]|0;if(!f)break;else{c=f;d=e}}if(d>>>0<h>>>0)Ka();else{k[d>>2]=0;i=c;break}}else{f=k[j+8>>2]|0;if(f>>>0<h>>>0)Ka();c=f+12|0;if((k[c>>2]|0)!=(j|0))Ka();d=e+8|0;if((k[d>>2]|0)==(j|0)){k[c>>2]=e;k[d>>2]=f;i=e;break}else Ka()}while(0);if(g|0){c=k[j+28>>2]|0;d=48456+(c<<2)|0;if((j|0)==(k[d>>2]|0)){k[d>>2]=i;if(!i){k[12039]=k[12039]&~(1<<c);break}}else{if(g>>>0<(k[12042]|0)>>>0)Ka();c=g+16|0;if((k[c>>2]|0)==(j|0))k[c>>2]=i;else k[g+20>>2]=i;if(!i)break}e=k[12042]|0;if(i>>>0<e>>>0)Ka();k[i+24>>2]=g;c=j+16|0;d=k[c>>2]|0;do if(d|0)if(d>>>0<e>>>0)Ka();else{k[i+16>>2]=d;k[d+24>>2]=i;break}while(0);c=k[c+4>>2]|0;if(c|0)if(c>>>0<(k[12042]|0)>>>0)Ka();else{k[i+20>>2]=c;k[c+24>>2]=i;break}}}else{d=k[j+8>>2]|0;e=k[j+12>>2]|0;c=48192+(f<<1<<2)|0;if((d|0)!=(c|0)){if(d>>>0<h>>>0)Ka();if((k[d+12>>2]|0)!=(j|0))Ka()}if((e|0)==(d|0)){k[12038]=k[12038]&~(1<<f);break}if((e|0)!=(c|0)){if(e>>>0<h>>>0)Ka();c=e+8|0;if((k[c>>2]|0)==(j|0))g=c;else Ka()}else g=e+8|0;k[d+12>>2]=e;k[g>>2]=d}while(0);if(m>>>0<16){k[n>>2]=l|o&1|2;o=a+l+4|0;k[o>>2]=k[o>>2]|1;return a|0}else{l=a+b|0;k[n>>2]=o&1|b|2;k[l+4>>2]=m|3;o=l+m+4|0;k[o>>2]=k[o>>2]|1;Xc(l,m);return a|0}return 0}function Jd(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0.0;p=r;r=r+32|0;o=p+16|0;h=p+8|0;j=p;if(!(i[a+24>>0]|0)){k[o>>2]=0;d=o+4|0;k[d>>2]=0;k[o+8>>2]=0;k[h>>2]=o;k[h+4>>2]=a;e=k[a+12>>2]|0;f=o+8|0;c=k[a+8>>2]|0;while(1){if((c|0)==(e|0))break;b=k[c>>2]|0;k[j>>2]=b;g=b;do if(hc[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=k[d>>2]|0;if((b|0)==(k[f>>2]|0)){Lm(o,j);break}else{k[b>>2]=g;k[d>>2]=(k[d>>2]|0)+4;break}}else{Sg(h);ic[k[(k[b>>2]|0)+12>>2]&15](b,a,k[a>>2]|0)}while(0);c=c+4|0}Sg(h);Ky(o)}else{l=MC(48992,33605)|0;m=hD(l+(k[(k[l>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=m;m=SF(m,49696)|0;m=nc[k[(k[m>>2]|0)+28>>2]&31](m,10)|0;MI(o);rm(l,m);bp(l);l=yw()|0;m=N;e=k[a+8>>2]|0;n=k[a+12>>2]|0;j=0;d=e;while(1){if((d|0)==(n|0))break;b=k[d>>2]|0;c=i[b+4+11>>0]|0;if(c<<24>>24<0)b=k[b+8>>2]|0;else b=c&255;j=j>>>0<b>>>0?b:j;d=d+4|0}h=a+20|0;while(1){if((e|0)==(n|0))break;g=k[e>>2]|0;k[h>>2]=g;d=g+4|0;MC(Sv(MC(48992,33672)|0,d)|0,33702)|0;d=d+11|0;f=g+8|0;c=0;while(1){b=i[d>>0]|0;if(b<<24>>24<0)b=k[f>>2]|0;else b=b&255;if(c>>>0>=(j-b|0)>>>0)break;dy(48992,32)|0;c=c+1|0}c=yw()|0;d=N;a:do if(hc[k[(k[g>>2]|0)+24>>2]&127](g)|0){b=k[a>>2]|0;f=k[b+40>>2]|0;b=k[b+36>>2]|0;while(1){if((b|0)==(f|0))break a;vr(a,g,k[b>>2]|0);b=b+4|0}}else ic[k[(k[g>>2]|0)+12>>2]&15](g,a,k[a>>2]|0);while(0);g=yw()|0;g=pE(g|0,N|0,c|0,d|0)|0;g=MC(Ki(48992,(+(g>>>0)+4294967296.0*+(N|0))/1.0e9)|0,33662)|0;f=hD(g+(k[(k[g>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=f;f=SF(f,49696)|0;f=nc[k[(k[f>>2]|0)+28>>2]&31](f,10)|0;MI(o);rm(g,f);bp(g);e=e+4|0}a=yw()|0;a=pE(a|0,N|0,l|0,m|0)|0;q=(+(a>>>0)+4294967296.0*+(N|0))/1.0e9;a=MC(Ki(MC(48992,33636)|0,q)|0,33662)|0;n=hD(a+(k[(k[a>>2]|0)+-12>>2]|0)|0)|0;k[o>>2]=n;n=SF(n,49696)|0;n=nc[k[(k[n>>2]|0)+28>>2]&31](n,10)|0;MI(o);rm(a,n);bp(a)}r=p;return}function Kd(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0;c=k[b>>2]|0;if(c)if(k[b+4>>2]|0){d=Nv(b)|0;c=k[d>>2]|0;if(!c){e=d;g=4}else{f=d;e=d;g=6}}else{f=b;e=b;g=6}else{e=b;d=b;g=4}if((g|0)==4){c=k[e+4>>2]|0;if(!c){l=e+8|0;m=0;c=0;j=d}else{f=d;g=6}}if((g|0)==6){l=e+8|0;k[c+8>>2]=k[l>>2];m=1;j=f}d=k[l>>2]|0;f=k[d>>2]|0;if((f|0)==(e|0)){k[d>>2]=c;if((e|0)==(a|0)){a=c;f=0}else f=k[d+4>>2]|0}else k[d+4>>2]=c;g=e+12|0;h=(i[g>>0]|0)!=0;if((e|0)!=(b|0)){o=b+8|0;d=k[o>>2]|0;k[l>>2]=d;if((k[k[o>>2]>>2]|0)==(b|0))k[d>>2]=e;else k[d+4>>2]=e;d=k[b>>2]|0;k[j>>2]=d;k[d+8>>2]=e;d=k[b+4>>2]|0;k[e+4>>2]=d;if(d|0)k[d+8>>2]=e;i[g>>0]=i[b+12>>0]|0;a=(a|0)==(b|0)?e:a}a:do if(h&(a|0)!=0){if(m){i[c+12>>0]=1;break}while(1){c=k[f+8>>2]|0;d=f+12|0;e=(i[d>>0]|0)!=0;if((k[c>>2]|0)==(f|0)){if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;xt(c);o=k[f+4>>2]|0;c=k[o>>2]|0;a=(a|0)==(o|0)?f:a}f=k[c>>2]|0;d=(f|0)==0;if(!d?(i[f+12>>0]|0)==0:0){a=f;g=51;break}e=k[c+4>>2]|0;if(e|0?(i[e+12>>0]|0)==0:0){g=47;break}i[c+12>>0]=0;c=k[c+8>>2]|0;d=c+12|0;if((c|0)==(a|0)|(i[d>>0]|0)==0){g=44;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}else{if(e)c=f;else{i[d>>0]=1;i[c+12>>0]=0;Jt(c);o=k[f>>2]|0;c=k[o+4>>2]|0;a=(a|0)==(o|0)?f:a}d=k[c>>2]|0;if(d|0?(n=d+12|0,(i[n>>0]|0)==0):0){g=32;break}d=k[c+4>>2]|0;if(d|0?(i[d+12>>0]|0)==0:0){a=d;g=36;break}i[c+12>>0]=0;c=k[c+8>>2]|0;if((c|0)==(a|0)){g=30;break}if(!(i[c+12>>0]|0)){a=c;g=30;break}o=k[c+8>>2]|0;c=(k[o>>2]|0)==(c|0)?o+4|0:o}f=k[c>>2]|0}do if((g|0)==30){i[a+12>>0]=1;break a}else if((g|0)==32){a=k[c+4>>2]|0;if(!a)a=n;else{if(!(i[a+12>>0]|0)){g=36;break}a=d+12|0}i[a>>0]=1;i[c+12>>0]=0;xt(c);a=k[c+8>>2]|0;c=a;a=k[a+4>>2]|0;g=36}else if((g|0)==44){i[d>>0]=1;break a}else if((g|0)==47){if(d)a=e;else{if(!(i[f+12>>0]|0)){a=f;g=51;break}a=k[c+4>>2]|0}i[a+12>>0]=1;i[c+12>>0]=0;Jt(c);a=k[c+8>>2]|0;c=a;a=k[a>>2]|0;g=51}while(0);if((g|0)==36){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;Jt(o);break}else if((g|0)==51){o=k[c+8>>2]|0;n=o+12|0;i[c+12>>0]=i[n>>0]|0;i[n>>0]=1;i[a+12>>0]=1;xt(o);break}}while(0);return}function Ld(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+320|0;v=y;t=y+208|0;w=y+192|0;x=y+180|0;u=y+176|0;p=y+16|0;q=y+8|0;s=y+4|0;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[w+(a<<2)>>2]=0;a=a+1|0}a=hD(d)|0;o=SF(a,49728)|0;lc[k[(k[o>>2]|0)+48>>2]&7](o,41059,41085,t)|0;tB(a);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}o=x+11|0;n=x+8|0;if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;Gq(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a;k[q>>2]=p;k[s>>2]=0;m=x+4|0;g=k[b>>2]|0;a:while(1){if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)==-1){k[b>>2]=0;l=0;h=1}else{l=g;h=0}}else{l=0;h=1}g=k[c>>2]|0;do if(g){d=k[g+12>>2]|0;if((d|0)==(k[g+16>>2]|0))d=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;z=22;break}}else z=22;while(0);if((z|0)==22){z=0;if(h){g=0;break}else g=0}d=i[o>>0]|0;d=d<<24>>24<0?k[m>>2]|0:d&255;if((k[u>>2]|0)==(a+d|0)){Gq(x,d<<1);if((i[o>>0]|0)<0)a=(k[n>>2]&2147483647)+-1|0;else a=10;Gq(x,a);a=(i[o>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=a+d}h=l+12|0;d=k[h>>2]|0;j=l+16|0;if((d|0)==(k[j>>2]|0))d=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else d=k[d>>2]|0;if(ug(d,16,a,u,s,0,w,p,q,t)|0)break;d=k[h>>2]|0;if((d|0)==(k[j>>2]|0)){hc[k[(k[l>>2]|0)+40>>2]&127](l)|0;g=l;continue}else{k[h>>2]=d+4;g=l;continue}}Gq(x,(k[u>>2]|0)-a|0);t=(i[o>>0]|0)<0?k[x>>2]|0:x;u=QE()|0;k[v>>2]=f;if(($x(t,u,0,v)|0)!=1)k[e>>2]=4;if(l){a=k[l+12>>2]|0;if((a|0)==(k[l+16>>2]|0))a=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else a=k[a>>2]|0;if((a|0)==-1){k[b>>2]=0;d=1}else d=0}else d=1;do if(g){a=k[g+12>>2]|0;if((a|0)==(k[g+16>>2]|0))a=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else a=k[a>>2]|0;if((a|0)!=-1)if(d)break;else{z=51;break}else{k[c>>2]=0;z=49;break}}else z=49;while(0);if((z|0)==49?d:0)z=51;if((z|0)==51)k[e>>2]=k[e>>2]|2;z=k[b>>2]|0;UG(x);UG(w);r=y;return z|0}function Md(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){v=yc(j)|0;h=v}else{h=x;v=0}l=0;n=c;o=h;while(1){if((n|0)==(d|0))break;m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if(!m){i[o>>0]=2;l=l+1|0;j=j+-1|0}else i[o>>0]=1;n=n+12|0;o=o+1|0}u=0;q=l;n=b;a:while(1){l=k[a>>2]|0;do if(l){m=k[l+12>>2]|0;if((m|0)==(k[l+16>>2]|0))l=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else l=k[m>>2]|0;if((l|0)==-1){k[a>>2]=0;o=1;break}else{o=(k[a>>2]|0)==0;break}}else o=1;while(0);if(!n){b=0;t=0;l=1}else{l=k[n+12>>2]|0;if((l|0)==(k[n+16>>2]|0))l=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else l=k[l>>2]|0;l=(l|0)==-1;b=l?0:n;t=l?0:n}m=k[a>>2]|0;if(!((j|0)!=0&(o^l)))break;l=k[m+12>>2]|0;if((l|0)==(k[m+16>>2]|0))l=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else l=k[l>>2]|0;if(!g)l=nc[k[(k[e>>2]|0)+28>>2]&31](e,l)|0;s=u+1|0;b=c;o=0;p=h;while(1){if((b|0)==(d|0))break;do if((i[p>>0]|0)==1){n=b+8+3|0;if((i[n>>0]|0)<0)m=k[b>>2]|0;else m=b;m=k[m+(u<<2)>>2]|0;if(!g)m=nc[k[(k[e>>2]|0)+28>>2]&31](e,m)|0;if((l|0)!=(m|0)){i[p>>0]=0;m=o;n=q;j=j+-1|0;break}m=i[n>>0]|0;if(m<<24>>24<0)m=k[b+4>>2]|0;else m=m&255;if((m|0)==(s|0)){i[p>>0]=2;m=1;n=q+1|0;j=j+-1|0}else{m=1;n=q}}else{m=o;n=q}while(0);b=b+12|0;o=m;p=p+1|0;q=n}if(!o){u=s;n=t;continue}l=k[a>>2]|0;m=l+12|0;n=k[m>>2]|0;if((n|0)==(k[l+16>>2]|0))hc[k[(k[l>>2]|0)+40>>2]&127](l)|0;else k[m>>2]=n+4;if((q+j|0)>>>0>1){n=c;o=h;l=q}else{u=s;n=t;continue}while(1){if((n|0)==(d|0)){u=s;q=l;n=t;continue a}if((i[o>>0]|0)==2){m=i[n+8+3>>0]|0;if(m<<24>>24<0)m=k[n+4>>2]|0;else m=m&255;if((m|0)!=(s|0)){i[o>>0]=0;l=l+-1|0}}n=n+12|0;o=o+1|0}}do if(m){j=k[m+12>>2]|0;if((j|0)==(k[m+16>>2]|0))j=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else j=k[j>>2]|0;if((j|0)==-1){k[a>>2]=0;l=1;break}else{l=(k[a>>2]|0)==0;break}}else l=1;while(0);if(b){j=k[b+12>>2]|0;if((j|0)==(k[b+16>>2]|0))j=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else j=k[j>>2]|0;if((j|0)!=-1){if(!l)w=74}else w=38}else w=38;if((w|0)==38)if(l)w=74;if((w|0)==74)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){w=78;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((w|0)==78){k[f>>2]=k[f>>2]|4;c=d}Vc(v);r=x;return c|0}function Nd(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;y=r;r=r+16|0;v=y;w=SF(k[g>>2]|0,49728)|0;t=SF(k[g>>2]|0,49736)|0;fc[k[(k[t>>2]|0)+20>>2]&255](v,t);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{u=nc[k[(k[w>>2]|0)+44>>2]&31](w,g)|0;g=k[f>>2]|0;k[f>>2]=g+4;k[g>>2]=u;g=a+1|0;break}default:g=a}u=c;a:do if((u-g|0)>1?(i[g>>0]|0)==48:0){h=g+1|0;switch(i[h>>0]|0){case 88:case 120:break;default:{h=g;x=10;break a}}q=nc[k[(k[w>>2]|0)+44>>2]&31](w,48)|0;s=k[f>>2]|0;k[f>>2]=s+4;k[s>>2]=q;g=g+2|0;s=nc[k[(k[w>>2]|0)+44>>2]&31](w,i[h>>0]|0)|0;h=k[f>>2]|0;k[f>>2]=h+4;k[h>>2]=s;h=g;while(1){if(h>>>0>=c>>>0)break a;s=i[h>>0]|0;QE()|0;if(!(JK(s)|0))break a;h=h+1|0}}else{h=g;x=10}while(0);b:do if((x|0)==10)while(1){x=0;if(h>>>0>=c>>>0)break b;s=i[h>>0]|0;QE()|0;if(!(CK(s)|0))break b;h=h+1|0;x=10}while(0);q=v+11|0;p=i[q>>0]|0;s=v+4|0;c:do if((p<<24>>24<0?k[s>>2]|0:p&255)|0){d:do if((g|0)!=(h|0)){j=h;l=g;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;p=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=p;l=l+1|0}}while(0);p=hc[k[(k[t>>2]|0)+16>>2]&127](t)|0;o=g;j=0;l=0;while(1){if(o>>>0>=h>>>0)break;m=i[q>>0]|0;n=m<<24>>24<0;z=i[(n?k[v>>2]|0:v)+j>>0]|0;if(z<<24>>24>0&(l|0)==(z<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+4;k[l>>2]=p;j=(j>>>0<((n?k[s>>2]|0:m&255)+-1|0)>>>0&1)+j|0;l=0}n=nc[k[(k[w>>2]|0)+44>>2]&31](w,i[o>>0]|0)|0;z=k[f>>2]|0;k[f>>2]=z+4;k[z>>2]=n;o=o+1|0;l=l+1|0}g=d+(g-a<<2)|0;l=k[f>>2]|0;if((g|0)==(l|0))j=w;else{j=l;while(1){j=j+-4|0;if(g>>>0>=j>>>0){j=w;g=l;break c}z=k[g>>2]|0;k[g>>2]=k[j>>2];k[j>>2]=z;g=g+4|0}}}else{lc[k[(k[w>>2]|0)+48>>2]&7](w,g,h,k[f>>2]|0)|0;g=(k[f>>2]|0)+(h-g<<2)|0;k[f>>2]=g;j=w}while(0);while(1){if(h>>>0>=c>>>0)break;g=i[h>>0]|0;if(g<<24>>24==46){x=29;break}s=nc[k[(k[j>>2]|0)+44>>2]&31](w,g)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=s;h=h+1|0}if((x|0)==29){x=hc[k[(k[t>>2]|0)+12>>2]&127](t)|0;z=k[f>>2]|0;g=z+4|0;k[f>>2]=g;k[z>>2]=x;h=h+1|0}lc[k[(k[w>>2]|0)+48>>2]&7](w,h,c,g)|0;z=(k[f>>2]|0)+(u-h<<2)|0;k[f>>2]=z;k[e>>2]=(b|0)==(c|0)?z:d+(b-a<<2)|0;UG(v);r=y;return}function Od(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;y=r;r=r+112|0;j=(d-c|0)/12|0;if(j>>>0>100){w=yc(j)|0;h=w}else{h=y;w=0}o=c;p=h;m=0;while(1){if((o|0)==(d|0))break;n=i[o+11>>0]|0;if(n<<24>>24<0)n=k[o+4>>2]|0;else n=n&255;if(!n){i[p>>0]=2;j=j+-1|0;m=m+1|0}else i[p>>0]=1;o=o+12|0;p=p+1|0}u=0;s=j;n=b;a:while(1){j=k[a>>2]|0;do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((hc[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);o=(j|0)==0;if(n)if((k[n+12>>2]|0)==(k[n+16>>2]|0)){v=(hc[k[(k[n>>2]|0)+36>>2]&127](n)|0)==-1;p=v?0:n;v=v?0:n}else{p=n;v=n}else{p=0;v=0}n=(p|0)==0;j=k[a>>2]|0;if(!((s|0)!=0&(o^n)))break;n=k[j+12>>2]|0;if((n|0)==(k[j+16>>2]|0))j=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else j=l[n>>0]|0;j=j&255;if(!g)j=nc[k[(k[e>>2]|0)+12>>2]&31](e,j)|0;t=u+1|0;b=c;p=0;q=h;while(1){if((b|0)==(d|0))break;do if((i[q>>0]|0)==1){o=b+11|0;if((i[o>>0]|0)<0)n=k[b>>2]|0;else n=b;n=i[n+u>>0]|0;if(!g)n=nc[k[(k[e>>2]|0)+12>>2]&31](e,n)|0;if(j<<24>>24!=n<<24>>24){i[q>>0]=0;n=p;o=s+-1|0;break}n=i[o>>0]|0;if(n<<24>>24<0)n=k[b+4>>2]|0;else n=n&255;if((n|0)==(t|0)){i[q>>0]=2;n=1;m=m+1|0;o=s+-1|0}else{n=1;o=s}}else{n=p;o=s}while(0);b=b+12|0;p=n;q=q+1|0;s=o}if(!p){u=t;n=v;continue}j=k[a>>2]|0;n=j+12|0;o=k[n>>2]|0;if((o|0)==(k[j+16>>2]|0))hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;else k[n>>2]=o+1;if((m+s|0)>>>0>1){n=c;o=h}else{u=t;n=v;continue}while(1){if((n|0)==(d|0)){u=t;n=v;continue a}if((i[o>>0]|0)==2){j=i[n+11>>0]|0;if(j<<24>>24<0)j=k[n+4>>2]|0;else j=j&255;if((j|0)!=(t|0)){i[o>>0]=0;m=m+-1|0}}n=n+12|0;o=o+1|0}}do if(j){if((k[j+12>>2]|0)==(k[j+16>>2]|0))if((hc[k[(k[j>>2]|0)+36>>2]&127](j)|0)==-1){k[a>>2]=0;j=0;break}else{j=k[a>>2]|0;break}}else j=0;while(0);j=(j|0)==0;do if(!n){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(hc[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){x=31;break}if(!j)x=66}else x=31;while(0);if((x|0)==31)if(j)x=66;if((x|0)==66)k[f>>2]=k[f>>2]|2;while(1){if((c|0)==(d|0)){x=70;break}if((i[h>>0]|0)==2)break;c=c+12|0;h=h+1|0}if((x|0)==70){k[f>>2]=k[f>>2]|4;c=d}Vc(w);r=y;return c|0}function Pd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0;f=k[a>>2]|0;do if(f){g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if((f|0)==-1){k[a>>2]=0;g=1;break}else{g=(k[a>>2]|0)==0;break}}else g=1;while(0);if(b){f=k[b+12>>2]|0;if((f|0)==(k[b+16>>2]|0))f=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else f=k[f>>2]|0;if((f|0)!=-1)if(g){i=b;o=16}else o=15;else o=13}else o=13;if((o|0)==13)if(g)o=15;else{i=0;o=16}a:do if((o|0)==15){k[c>>2]=k[c>>2]|6;f=0}else if((o|0)==16){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=k[g>>2]|0;if(!($b[k[(k[d>>2]|0)+12>>2]&31](d,2048,f)|0)){k[c>>2]=k[c>>2]|4;f=0;break}f=($b[k[(k[d>>2]|0)+52>>2]&31](d,f,0)|0)<<24>>24;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){hc[k[(k[g>>2]|0)+40>>2]&127](g)|0;j=i;h=i}else{k[b>>2]=h+4;j=i;h=i}while(1){f=f+-48|0;n=e+-1|0;g=k[a>>2]|0;do if(g){b=k[g+12>>2]|0;if((b|0)==(k[g+16>>2]|0))g=hc[k[(k[g>>2]|0)+36>>2]&127](g)|0;else g=k[b>>2]|0;if((g|0)==-1){k[a>>2]=0;i=1;break}else{i=(k[a>>2]|0)==0;break}}else i=1;while(0);if(!h){m=j;l=0;g=1}else{g=k[h+12>>2]|0;if((g|0)==(k[h+16>>2]|0))g=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else g=k[g>>2]|0;g=(g|0)==-1;m=g?0:j;l=g?0:j;g=g|(j|0)==0}b=k[a>>2]|0;if(!((e|0)>1&(i^g)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if(!($b[k[(k[d>>2]|0)+12>>2]&31](d,2048,g)|0))break a;f=(($b[k[(k[d>>2]|0)+52>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;g=k[a>>2]|0;b=g+12|0;h=k[b>>2]|0;if((h|0)==(k[g+16>>2]|0)){hc[k[(k[g>>2]|0)+40>>2]&127](g)|0;e=n;j=m;h=l;continue}else{k[b>>2]=h+4;e=n;j=m;h=l;continue}}do if(b){g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))g=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else g=k[g>>2]|0;if((g|0)==-1){k[a>>2]=0;b=1;break}else{b=(k[a>>2]|0)==0;break}}else b=1;while(0);if(m){g=k[m+12>>2]|0;if((g|0)==(k[m+16>>2]|0))g=hc[k[(k[m>>2]|0)+36>>2]&127](m)|0;else g=k[g>>2]|0;if((g|0)!=-1){if(b)break}else o=56}else o=56;if((o|0)==56?!b:0)break;k[c>>2]=k[c>>2]|2}while(0);return f|0}function Qd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;vo(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}p=A+11|0;q=A+8|0;if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Gq(A,c);h=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[p>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){Gq(A,a<<1);if((i[p>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Gq(A,c);g=(i[p>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(zf(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+Xp(g,k[x>>2]|0,d);o[e>>2]=D;Lj(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;UG(A);UG(z);r=C;return f|0}function Rd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0.0;C=r;r=r+352|0;t=C+208|0;f=C+200|0;g=C+196|0;z=C+184|0;A=C+172|0;x=C+168|0;y=C+8|0;u=C+4|0;v=C;w=C+337|0;s=C+336|0;vo(z,c,t,f,g);k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[A+(c<<2)>>2]=0;c=c+1|0}o=A+11|0;q=A+8|0;if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Gq(A,c);h=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=h;k[u>>2]=y;k[v>>2]=0;i[w>>0]=1;i[s>>0]=69;n=A+4|0;m=k[f>>2]|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else B=17}else B=17;if((B|0)==17){B=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[x>>2]|0)==(g+a|0)){Gq(A,a<<1);if((i[o>>0]|0)<0)c=(k[q>>2]&2147483647)+-1|0;else c=10;Gq(A,c);g=(i[o>>0]|0)<0?k[A>>2]|0:A;k[x>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(zf(c,w,s,g,x,m,l,z,y,u,v,t)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}t=i[z+11>>0]|0;c=k[u>>2]|0;if(!((i[w>>0]|0)==0?1:((t<<24>>24<0?k[z+4>>2]|0:t&255)|0)==0)?(c-y|0)<160:0){v=k[v>>2]|0;w=c+4|0;k[u>>2]=w;k[c>>2]=v;c=w}D=+Xp(g,k[x>>2]|0,d);p[e>>3]=D;Lj(z,y,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)B=45}else B=43}else B=43;if((B|0)==43?g:0)B=45;if((B|0)==45)k[d>>2]=k[d>>2]|2;UG(A);UG(z);r=C;return f|0}function Sd(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+12|0;wj(a,k[(k[c>>2]|0)+4>>2]|0,b);d=b+8|0;if((k[d>>2]&-2|0)==20)Mi(a,k[b+4>>2]|0,1,b,16111);c=k[(k[c>>2]|0)+4>>2]|0;a:do if((c|0)!=5)do switch(k[d>>2]|0){case 19:case 17:case 15:case 13:case 11:case 9:case 7:case 5:case 3:case 1:case 18:case 16:case 14:case 12:case 10:case 8:case 6:case 4:case 2:case 0:{Mi(a,c,k[b+4>>2]|0,b,16131);break a}case 21:case 20:{El(a,(c+-1|0)>>>0<2,b);break a}case 22:{Mi(a,c,1,b,16209);break a}case 23:{Mi(a,c,1,b,16209);break a}case 24:{Mi(a,c,2,b,16237);break a}case 25:{Mi(a,c,3,b,16263);break a}case 26:{Mi(a,c,3,b,16263);break a}case 27:{Mi(a,c,3,b,16263);break a}case 28:{Mi(a,c,3,b,16263);break a}case 29:{Mi(a,c,4,b,16263);break a}case 30:{Mi(a,c,4,b,16263);break a}case 31:{Mi(a,c,4,b,16263);break a}case 32:{Mi(a,c,4,b,16263);break a}case 33:{Mi(a,c,3,b,16290);break a}case 34:{Mi(a,c,4,b,16327);break a}case 37:{Mi(a,c,1,b,16364);break a}case 38:{Mi(a,c,1,b,16364);break a}case 35:{Mi(a,c,1,b,16364);break a}case 36:{Mi(a,c,1,b,16364);break a}case 41:{Mi(a,c,2,b,16364);break a}case 42:{Mi(a,c,2,b,16364);break a}case 39:{Mi(a,c,2,b,16364);break a}case 40:{Mi(a,c,2,b,16364);break a}case 43:{Mi(a,c,3,b,16393);break a}case 44:{Mi(a,c,4,b,16422);break a}case 45:{Mi(a,c,1,b,16450);break a}case 46:{Mi(a,c,2,b,16487);break a}default:Ka()}while(0);while(0);return}function Td(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0;w=r;r=r+16|0;t=w;u=SF(k[g>>2]|0,49696)|0;s=SF(k[g>>2]|0,49712)|0;fc[k[(k[s>>2]|0)+20>>2]&255](t,s);k[f>>2]=d;g=i[a>>0]|0;switch(g<<24>>24){case 43:case 45:{q=nc[k[(k[u>>2]|0)+28>>2]&31](u,g)|0;h=k[f>>2]|0;k[f>>2]=h+1;i[h>>0]=q;h=a+1|0;break}default:h=a}q=c;a:do if((q-h|0)>1?(i[h>>0]|0)==48:0){g=h+1|0;switch(i[g>>0]|0){case 88:case 120:break;default:{g=h;v=10;break a}}o=nc[k[(k[u>>2]|0)+28>>2]&31](u,48)|0;p=k[f>>2]|0;k[f>>2]=p+1;i[p>>0]=o;h=h+2|0;p=nc[k[(k[u>>2]|0)+28>>2]&31](u,i[g>>0]|0)|0;g=k[f>>2]|0;k[f>>2]=g+1;i[g>>0]=p;g=h;while(1){if(g>>>0>=c>>>0)break a;p=i[g>>0]|0;QE()|0;if(!(JK(p)|0))break a;g=g+1|0}}else{g=h;v=10}while(0);b:do if((v|0)==10)while(1){v=0;if(g>>>0>=c>>>0)break b;p=i[g>>0]|0;QE()|0;if(!(CK(p)|0))break b;g=g+1|0;v=10}while(0);o=t+11|0;n=i[o>>0]|0;p=t+4|0;c:do if((n<<24>>24<0?k[p>>2]|0:n&255)|0){d:do if((h|0)!=(g|0)){j=g;l=h;while(1){j=j+-1|0;if(l>>>0>=j>>>0)break d;n=i[l>>0]|0;i[l>>0]=i[j>>0]|0;i[j>>0]=n;l=l+1|0}}while(0);n=hc[k[(k[s>>2]|0)+16>>2]&127](s)|0;m=h;l=0;j=0;while(1){if(m>>>0>=g>>>0)break;x=i[((i[o>>0]|0)<0?k[t>>2]|0:t)+j>>0]|0;if(x<<24>>24>0&(l|0)==(x<<24>>24|0)){l=k[f>>2]|0;k[f>>2]=l+1;i[l>>0]=n;l=i[o>>0]|0;j=(j>>>0<((l<<24>>24<0?k[p>>2]|0:l&255)+-1|0)>>>0&1)+j|0;l=0}y=nc[k[(k[u>>2]|0)+28>>2]&31](u,i[m>>0]|0)|0;x=k[f>>2]|0;k[f>>2]=x+1;i[x>>0]=y;m=m+1|0;l=l+1|0}j=d+(h-a)|0;h=k[f>>2]|0;if((j|0)==(h|0))j=u;else while(1){h=h+-1|0;if(j>>>0>=h>>>0){j=u;break c}y=i[j>>0]|0;i[j>>0]=i[h>>0]|0;i[h>>0]=y;j=j+1|0}}else{lc[k[(k[u>>2]|0)+32>>2]&7](u,h,g,k[f>>2]|0)|0;k[f>>2]=(k[f>>2]|0)+(g-h);j=u}while(0);while(1){if(g>>>0>=c>>>0)break;h=i[g>>0]|0;if(h<<24>>24==46){v=29;break}x=nc[k[(k[j>>2]|0)+28>>2]&31](u,h)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}if((v|0)==29){x=hc[k[(k[s>>2]|0)+12>>2]&127](s)|0;y=k[f>>2]|0;k[f>>2]=y+1;i[y>>0]=x;g=g+1|0}lc[k[(k[u>>2]|0)+32>>2]&7](u,g,c,k[f>>2]|0)|0;y=(k[f>>2]|0)+(q-g)|0;k[f>>2]=y;k[e>>2]=(b|0)==(c|0)?y:d+(b-a)|0;UG(t);r=w;return}function Ud(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;z=r;r=r+240|0;w=z;u=z+204|0;x=z+192|0;y=z+180|0;v=z+176|0;p=z+16|0;q=z+8|0;s=z+4|0;k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[x+(a<<2)>>2]=0;a=a+1|0}a=hD(d)|0;t=SF(a,49696)|0;lc[k[(k[t>>2]|0)+32>>2]&7](t,41059,41085,u)|0;tB(a);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[y+(a<<2)>>2]=0;a=a+1|0}t=y+11|0;o=y+8|0;if((i[t>>0]|0)<0)a=(k[o>>2]&2147483647)+-1|0;else a=10;Gq(y,a);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g;k[q>>2]=p;k[s>>2]=0;n=y+4|0;a=k[b>>2]|0;a:while(1){if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;h=(a|0)==0;d=k[c>>2]|0;do if(d){if((k[d+12>>2]|0)!=(k[d+16>>2]|0))if(h)break;else break a;if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)!=-1)if(h)break;else break a;else{k[c>>2]=0;A=19;break}}else A=19;while(0);if((A|0)==19){A=0;if(h){a=0;d=0;break}else d=0}h=i[t>>0]|0;h=h<<24>>24<0?k[n>>2]|0:h&255;if((k[v>>2]|0)==(g+h|0)){Gq(y,h<<1);if((i[t>>0]|0)<0)g=(k[o>>2]&2147483647)+-1|0;else g=10;Gq(y,g);g=(i[t>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+h}j=a+12|0;h=k[j>>2]|0;m=a+16|0;if((h|0)==(k[m>>2]|0))h=hc[k[(k[a>>2]|0)+36>>2]&127](a)|0;else h=l[h>>0]|0;if(tg(h&255,16,g,v,s,0,x,p,q,u)|0)break;d=k[j>>2]|0;if((d|0)==(k[m>>2]|0)){hc[k[(k[a>>2]|0)+40>>2]&127](a)|0;continue}else{k[j>>2]=d+1;continue}}Gq(y,(k[v>>2]|0)-g|0);u=(i[t>>0]|0)<0?k[y>>2]|0:y;v=QE()|0;k[w>>2]=f;if(($x(u,v,0,w)|0)!=1)k[e>>2]=4;if(a){if((k[a+12>>2]|0)==(k[a+16>>2]|0)?(hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1:0){k[b>>2]=0;a=0}}else a=0;a=(a|0)==0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0)?(hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1:0){k[c>>2]=0;A=43;break}if(!a)A=44}else A=43;while(0);if((A|0)==43?a:0)A=44;if((A|0)==44)k[e>>2]=k[e>>2]|2;A=k[b>>2]|0;UG(y);UG(x);r=z;return A|0}function Vd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;rq(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=QB(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Gq(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(ug(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=Dm(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=N;Lj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;UG(x);UG(w);r=z;return f|0}function Wd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;rq(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=QB(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Gq(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(ug(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}t=jn(g,k[u>>2]|0,d,q)|0;u=e;k[u>>2]=t;k[u+4>>2]=N;Lj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;UG(x);UG(w);r=z;return f|0}function Xd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0;A=r;r=r+304|0;q=A+200|0;g=A+196|0;x=A+184|0;y=A+172|0;v=A+168|0;w=A+8|0;u=A+4|0;t=A;f=k[c+4>>2]|0;rq(x,c,q,g);k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[y+(c<<2)>>2]=0;c=c+1|0}s=QB(f)|0;o=y+11|0;p=y+8|0;if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Gq(y,c);h=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=h;k[u>>2]=w;k[t>>2]=0;n=y+4|0;m=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){l=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;l=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else z=17}else z=17;if((z|0)==17){z=0;if(a){b=0;break}else b=0}a=i[o>>0]|0;a=a<<24>>24<0?k[n>>2]|0:a&255;if((k[v>>2]|0)==(g+a|0)){Gq(y,a<<1);if((i[o>>0]|0)<0)c=(k[p>>2]&2147483647)+-1|0;else c=10;Gq(y,c);g=(i[o>>0]|0)<0?k[y>>2]|0:y;k[v>>2]=g+a}a=l+12|0;c=k[a>>2]|0;h=l+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;if(ug(c,s,g,v,t,m,x,w,u,q)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[l>>2]|0)+40>>2]&127](l)|0;h=l;continue}else{k[a>>2]=c+4;h=l;continue}}q=i[x+11>>0]|0;c=k[u>>2]|0;if(((q<<24>>24<0?k[x+4>>2]|0:q&255)|0)!=0?(c-w|0)<160:0){q=k[t>>2]|0;t=c+4|0;k[u>>2]=t;k[c>>2]=q;c=t}v=Zl(g,k[v>>2]|0,d,s)|0;j[e>>1]=v;Lj(x,w,c,d);if(!l)g=1;else{c=k[l+12>>2]|0;if((c|0)==(k[l+16>>2]|0))c=hc[k[(k[l>>2]|0)+36>>2]&127](l)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)z=45}else z=43}else z=43;if((z|0)==43?g:0)z=45;if((z|0)==45)k[d>>2]=k[d>>2]|2;UG(y);UG(x);r=A;return f|0}function Yd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;rq(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=QB(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Gq(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(ug(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=hm(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;Lj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;UG(x);UG(w);r=z;return f|0}function Zd(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0,m=0,n=0,o=0,p=0,q=0;f=k[a>>2]|0;do if(f){if((k[f+12>>2]|0)==(k[f+16>>2]|0))if((hc[k[(k[f>>2]|0)+36>>2]&127](f)|0)==-1){k[a>>2]=0;f=0;break}else{f=k[a>>2]|0;break}}else f=0;while(0);f=(f|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){q=10;break}if(f)q=12;else q=11}else q=10;while(0);if((q|0)==10)if(f)q=11;else{b=0;q=12}a:do if((q|0)==11){k[c>>2]=k[c>>2]|6;f=0}else if((q|0)==12){f=k[a>>2]|0;g=k[f+12>>2]|0;if((g|0)==(k[f+16>>2]|0))f=hc[k[(k[f>>2]|0)+36>>2]&127](f)|0;else f=l[g>>0]|0;g=f&255;if(g<<24>>24>-1?(p=d+8|0,j[(k[p>>2]|0)+(f<<24>>24<<1)>>1]&2048):0){f=($b[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24;g=k[a>>2]|0;h=g+12|0;i=k[h>>2]|0;if((i|0)==(k[g+16>>2]|0)){hc[k[(k[g>>2]|0)+40>>2]&127](g)|0;i=b;h=b}else{k[h>>2]=i+1;i=b;h=b}while(1){f=f+-48|0;n=e+-1|0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);g=(b|0)==0;if(h)if((k[h+12>>2]|0)==(k[h+16>>2]|0)){m=(hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)==-1;o=m?0:i;m=m?0:i}else{o=i;m=h}else{o=i;m=0}b=k[a>>2]|0;if(!((e|0)>1&(g^(m|0)==0)))break;g=k[b+12>>2]|0;if((g|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=l[g>>0]|0;g=b&255;if(g<<24>>24<=-1)break a;if(!(j[(k[p>>2]|0)+(b<<24>>24<<1)>>1]&2048))break a;f=(($b[k[(k[d>>2]|0)+36>>2]&31](d,g,0)|0)<<24>>24)+(f*10|0)|0;b=k[a>>2]|0;g=b+12|0;h=k[g>>2]|0;if((h|0)==(k[b+16>>2]|0)){hc[k[(k[b>>2]|0)+40>>2]&127](b)|0;e=n;i=o;h=m;continue}else{k[g>>2]=h+1;e=n;i=o;h=m;continue}}do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);b=(b|0)==0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0)?(hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1:0){q=47;break}if(b)break a}else q=47;while(0);if((q|0)==47?!b:0)break;k[c>>2]=k[c>>2]|2;break}k[c>>2]=k[c>>2]|4;f=0}while(0);return f|0}function _d(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0;z=r;r=r+304|0;p=z+200|0;g=z+196|0;w=z+184|0;x=z+172|0;u=z+168|0;v=z+8|0;t=z+4|0;s=z;f=k[c+4>>2]|0;rq(w,c,p,g);k[x>>2]=0;k[x+4>>2]=0;k[x+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[x+(c<<2)>>2]=0;c=c+1|0}q=QB(f)|0;n=x+11|0;o=x+8|0;if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);h=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=h;k[t>>2]=v;k[s>>2]=0;m=x+4|0;l=k[g>>2]|0;g=h;h=a;f=a;while(1){if(!h){j=0;a=1}else{c=k[h+12>>2]|0;if((c|0)==(k[h+16>>2]|0))c=hc[k[(k[h>>2]|0)+36>>2]&127](h)|0;else c=k[c>>2]|0;a=(c|0)==-1;j=a?0:h;f=a?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!a)break}else y=17}else y=17;if((y|0)==17){y=0;if(a){b=0;break}else b=0}a=i[n>>0]|0;a=a<<24>>24<0?k[m>>2]|0:a&255;if((k[u>>2]|0)==(g+a|0)){Gq(x,a<<1);if((i[n>>0]|0)<0)c=(k[o>>2]&2147483647)+-1|0;else c=10;Gq(x,c);g=(i[n>>0]|0)<0?k[x>>2]|0:x;k[u>>2]=g+a}a=j+12|0;c=k[a>>2]|0;h=j+16|0;if((c|0)==(k[h>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;if(ug(c,q,g,u,s,l,w,v,t,p)|0)break;c=k[a>>2]|0;if((c|0)==(k[h>>2]|0)){hc[k[(k[j>>2]|0)+40>>2]&127](j)|0;h=j;continue}else{k[a>>2]=c+4;h=j;continue}}p=i[w+11>>0]|0;c=k[t>>2]|0;if(((p<<24>>24<0?k[w+4>>2]|0:p&255)|0)!=0?(c-v|0)<160:0){p=k[s>>2]|0;s=c+4|0;k[t>>2]=s;k[c>>2]=p;c=s}u=pk(g,k[u>>2]|0,d,q)|0;k[e>>2]=u;Lj(w,v,c,d);if(!j)g=1;else{c=k[j+12>>2]|0;if((c|0)==(k[j+16>>2]|0))c=hc[k[(k[j>>2]|0)+36>>2]&127](j)|0;else c=k[c>>2]|0;g=(c|0)==-1;f=g?0:f}if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))c=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else c=k[c>>2]|0;if((c|0)!=-1){if(!g)y=45}else y=43}else y=43;if((y|0)==43?g:0)y=45;if((y|0)==45)k[d>>2]=k[d>>2]|2;UG(x);UG(w);r=z;return f|0}function $d(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,j=0,m=0,n=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0.0;D=r;r=r+240|0;u=D+200|0;f=D+199|0;g=D+198|0;A=D+184|0;B=D+172|0;y=D+168|0;z=D+8|0;v=D+4|0;w=D;x=D+197|0;t=D+196|0;wo(A,c,u,f,g);k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[B+(c<<2)>>2]=0;c=c+1|0}q=B+11|0;s=B+8|0;if((i[q>>0]|0)<0)c=(k[s>>2]&2147483647)+-1|0;else c=10;Gq(B,c);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h;k[v>>2]=z;k[w>>2]=0;i[x>>0]=1;i[t>>0]=69;p=B+4|0;n=i[f>>0]|0;m=i[g>>0]|0;c=a;f=a;a:while(1){if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){j=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;c=j?0:c;f=j?0:f}}else c=0;g=(c|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(g)break;else break a;if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!g)break a}else C=14}else C=14;while(0);if((C|0)==14){C=0;if(g){c=0;b=0;break}else b=0}a=i[q>>0]|0;a=a<<24>>24<0?k[p>>2]|0:a&255;if((k[y>>2]|0)==(h+a|0)){Gq(B,a<<1);if((i[q>>0]|0)<0)g=(k[s>>2]&2147483647)+-1|0;else g=10;Gq(B,g);h=(i[q>>0]|0)<0?k[B>>2]|0:B;k[y>>2]=h+a}a=c+12|0;g=k[a>>2]|0;j=c+16|0;if((g|0)==(k[j>>2]|0))g=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else g=l[g>>0]|0;if(mf(g&255,x,t,h,y,n,m,A,z,v,w,u)|0)break;g=k[a>>2]|0;if((g|0)==(k[j>>2]|0)){hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;continue}else{k[a>>2]=g+1;continue}}u=i[A+11>>0]|0;g=k[v>>2]|0;if(!((i[x>>0]|0)==0?1:((u<<24>>24<0?k[A+4>>2]|0:u&255)|0)==0)?(g-z|0)<160:0){w=k[w>>2]|0;x=g+4|0;k[v>>2]=x;k[g>>2]=w;g=x}E=+Xp(h,k[y>>2]|0,d);o[e>>2]=E;Lj(A,z,g,d);if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0)){z=(hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1;f=z?0:f;c=z?0:c}}else c=0;c=(c|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){C=37;break}if(!c)C=38}else C=37;while(0);if((C|0)==37?c:0)C=38;if((C|0)==38)k[d>>2]=k[d>>2]|2;UG(B);UG(A);r=D;return f|0}
+function vc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((a|0)!=(b|0))do switch(i[a>>0]|0){case 118:{hq(h,46114);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 119:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=7;i[h>>0]=i[45725]|0;i[h+1>>0]=i[45726]|0;i[h+2>>0]=i[45727]|0;i[h+3>>0]=i[45728]|0;i[h+4>>0]=i[45729]|0;i[h+5>>0]=i[45730]|0;i[h+6>>0]=i[45731]|0;i[h+7>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 98:{hq(h,46119);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 99:{hq(h,45744);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 97:{Dt(h,45749);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 104:{Bt(h,45761);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 115:{iq(h,45775);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 116:{At(h,45781);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 105:{js(h,46124);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 106:{Ct(h,46128);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 108:{hq(h,46141);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 109:{Bt(h,46146);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 120:{tr(h,46160);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 121:{b=yc(32)|0;k[h>>2]=b;k[h+8>>2]=-2147483616;k[h+4>>2]=18;d=b;e=46170;f=d+18|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+18>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 110:{lm(h,45810);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 111:{zt(h,45819);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 102:{iq(h,46189);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 100:{k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;i[h+11>>0]=6;i[h>>0]=i[46195]|0;i[h+1>>0]=i[46196]|0;i[h+2>>0]=i[46197]|0;i[h+3>>0]=i[46198]|0;i[h+4>>0]=i[46199]|0;i[h+5>>0]=i[46200]|0;i[h+6>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 101:{Dt(h,46202);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 103:{or(h,46214);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 122:{js(h,46225);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+1|0;break a}case 117:{g=a+1|0;h=Fd(g,b,c)|0;a=(h|0)==(g|0)?a:h;break a}case 68:{d=a+1|0;if((d|0)==(b|0))break a;switch(i[d>>0]|0){case 100:{tr(h,46229);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 101:{or(h,46239);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 102:{tr(h,46250);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 104:{tr(h,46260);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 105:{lm(h,46270);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 115:{lm(h,46279);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 97:{hq(h,46288);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 110:{At(h,46293);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}}default:break a}while(0);while(0);r=j;return a|0}function wc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0;ca=r;r=r+80|0;ba=ca+56|0;$=ca+40|0;_=ca+24|0;X=ca+8|0;Y=ca;l=b;a:do if((l-a|0)>1){aa=(i[a>>0]|0)==76?a+1|0:a;d=i[aa>>0]|0;switch(d<<24>>24|0){case 78:{b:do if(d<<24>>24==78&(aa|0)!=(b|0)){d=Fr(aa+1|0,b,$)|0;c:do if((d|0)!=(b|0)){f=c+52|0;k[f>>2]=0;switch(i[d>>0]|0){case 82:{k[f>>2]=1;d=d+1|0;break}case 79:{k[f>>2]=2;d=d+1|0;break}default:{}}W=c+4|0;g=k[W>>2]|0;V=k[c+8>>2]|0;h=V;if(g>>>0<V>>>0){k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;k[g+12>>2]=0;k[g+16>>2]=0;k[g+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}g=g+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[W>>2]=(k[W>>2]|0)+24}else{j=k[c>>2]|0;f=(g-j|0)/24|0;g=f+1|0;if(g>>>0>178956970)oJ();j=(h-j|0)/24|0;h=j<<1;Rs(ba,j>>>0<89478485?(h>>>0<g>>>0?g:h):178956970,f,c+12|0);h=ba+8|0;j=k[h>>2]|0;k[j>>2]=0;k[j+4>>2]=0;k[j+8>>2]=0;k[j+12>>2]=0;k[j+16>>2]=0;k[j+20>>2]=0;f=0;while(1){if((f|0)==3)break;k[j+(f<<2)>>2]=0;f=f+1|0}g=j+12|0;k[g>>2]=0;k[g+4>>2]=0;k[g+8>>2]=0;f=0;while(1){if((f|0)==3)break;k[g+(f<<2)>>2]=0;f=f+1|0}k[h>>2]=j+24;Um(c,ba);Tr(ba)}if(((l-d|0)>1?(i[d>>0]|0)==83:0)?(i[d+1>>0]|0)==116:0){qm((k[W>>2]|0)+-24|0,44859,3);d=d+2|0}if((d|0)==(b|0)){e=k[W>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;ba=e+-24|0;k[W>>2]=ba;kA(ba);e=k[W>>2]|0}}t=_+11|0;u=_+4|0;m=c+12|0;v=c+16|0;V=c+20|0;w=c+24|0;x=X+12|0;y=X+4|0;z=X+8|0;A=c+28|0;B=ba+8|0;C=X+12|0;D=X+4|0;E=X+8|0;F=ba+8|0;G=ba+11|0;H=ba+4|0;I=ba+11|0;J=ba+4|0;K=X+12|0;L=X+4|0;M=X+8|0;N=ba+8|0;O=X+12|0;P=X+4|0;Q=X+8|0;R=ba+8|0;S=ba+11|0;T=ba+4|0;U=X+12|0;n=X+4|0;o=X+8|0;p=ba+8|0;q=ba+11|0;s=ba+4|0;l=0;d:while(1){e:while(1){f=i[d>>0]|0;if(f<<24>>24==69){Z=116;break d}switch(f<<24>>24|0){case 83:{Z=36;break e}case 84:{Z=54;break e}case 68:{Z=70;break e}case 73:break;case 76:{d=d+1|0;if((d|0)==(b|0))break c;else continue e}default:break e}j=Uc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Eq(_,(k[W>>2]|0)+-24|0);d=k[W>>2]|0;f=d+-24|0;g=d;while(1){if((g|0)==(f|0))break;h=g+-24|0;k[W>>2]=h;kA(h);g=k[W>>2]|0}h=i[t>>0]|0;g=h<<24>>24<0;Fm(d+-48|0,g?k[_>>2]|0:_,g?k[u>>2]|0:h&255)|0;d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];zo(X,d,Y);d=k[V>>2]|0;h=k[w>>2]|0;g=h;if(d>>>0<h>>>0){k[d+12>>2]=k[x>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[y>>2];k[d+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=95;break d}g=g-h|0;h=g>>3;ts(ba,g>>4>>>0<134217727?(h>>>0<f>>>0?f:h):268435455,d,A);h=k[B>>2]|0;k[h+12>>2]=k[x>>2];k[h>>2]=k[X>>2];k[h+4>>2]=k[y>>2];k[h+8>>2]=k[z>>2];k[z>>2]=0;k[y>>2]=0;k[X>>2]=0;k[B>>2]=h+16;Nj(v,ba);Yp(ba)}_r(X);pF(_);d=j}f:do if((Z|0)==36){Z=0;l=d+1|0;if((l|0)!=(b|0)?(i[l>>0]|0)==116:0)break;j=Pc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Eq(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;kA(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)ev(f,_);else{Jn(ba,44863,_);d=i[I>>0]|0;l=d<<24>>24<0;Fm(f,l?k[ba>>2]|0:ba,l?k[J>>2]|0:d&255)|0;pF(ba);d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];zo(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[K>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[L>>2];k[d+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=49;break d}h=g-h|0;l=h>>3;ts(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[N>>2]|0;k[l+12>>2]=k[K>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[L>>2];k[l+8>>2]=k[M>>2];k[M>>2]=0;k[L>>2]=0;k[X>>2]=0;k[N>>2]=l+16;Nj(v,ba);Yp(ba)}_r(X)}pF(_);l=1;d=j;continue d}else if((Z|0)==54){Z=0;j=Zc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Eq(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;kA(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)ev(f,_);else{Jn(ba,44863,_);l=i[S>>0]|0;h=l<<24>>24<0;Fm(f,h?k[ba>>2]|0:ba,h?k[T>>2]|0:l&255)|0;pF(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];zo(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[O>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[P>>2];k[d+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=67;break d}h=g-h|0;l=h>>3;ts(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[R>>2]|0;k[l+12>>2]=k[O>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[P>>2];k[l+8>>2]=k[Q>>2];k[Q>>2]=0;k[P>>2]=0;k[X>>2]=0;k[R>>2]=l+16;Nj(v,ba);Yp(ba)}_r(X);pF(_);l=1;d=j;continue d}else if((Z|0)==70){Z=0;f=d+1|0;if((f|0)!=(b|0))switch(i[f>>0]|0){case 84:case 116:break;default:break f}j=kg(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Eq(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;kA(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)ev(f,_);else{Jn(ba,44863,_);l=i[q>>0]|0;h=l<<24>>24<0;Fm(f,h?k[ba>>2]|0:ba,h?k[s>>2]|0:l&255)|0;pF(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];zo(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[U>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[n>>2];k[d+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=85;break d}h=g-h|0;l=h>>3;ts(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[p>>2]|0;k[l+12>>2]=k[U>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[n>>2];k[l+8>>2]=k[o>>2];k[o>>2]=0;k[n>>2]=0;k[X>>2]=0;k[p>>2]=l+16;Nj(v,ba);Yp(ba)}_r(X);pF(_);l=1;d=j;continue d}while(0);j=Hc(d,b,c)|0;if((j|0)==(d|0)|(j|0)==(b|0))break c;Eq(_,(k[W>>2]|0)+-24|0);g=k[W>>2]|0;d=g+-24|0;f=g;while(1){if((f|0)==(d|0))break;l=f+-24|0;k[W>>2]=l;kA(l);f=k[W>>2]|0}f=g+-48|0;d=i[f+11>>0]|0;if(d<<24>>24<0)d=k[g+-44>>2]|0;else d=d&255;if(!d)ev(f,_);else{Jn(ba,44863,_);l=i[G>>0]|0;h=l<<24>>24<0;Fm(f,h?k[ba>>2]|0:ba,h?k[H>>2]|0:l&255)|0;pF(ba)}d=(k[W>>2]|0)+-24|0;k[Y>>2]=k[m>>2];zo(X,d,Y);d=k[V>>2]|0;l=k[w>>2]|0;g=l;if(d>>>0<l>>>0){k[d+12>>2]=k[C>>2];k[d>>2]=k[X>>2];k[d+4>>2]=k[D>>2];k[d+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[V>>2]=(k[V>>2]|0)+16}else{h=k[v>>2]|0;d=d-h>>4;f=d+1|0;if(f>>>0>268435455){Z=112;break}h=g-h|0;l=h>>3;ts(ba,h>>4>>>0<134217727?(l>>>0<f>>>0?f:l):268435455,d,A);l=k[F>>2]|0;k[l+12>>2]=k[C>>2];k[l>>2]=k[X>>2];k[l+4>>2]=k[D>>2];k[l+8>>2]=k[E>>2];k[E>>2]=0;k[D>>2]=0;k[X>>2]=0;k[F>>2]=l+16;Nj(v,ba);Yp(ba)}_r(X);pF(_);l=1;d=j}if((Z|0)==49)oJ();else if((Z|0)==67)oJ();else if((Z|0)==85)oJ();else if((Z|0)==95)oJ();else if((Z|0)==112)oJ();else if((Z|0)==116){d=d+1|0;k[c+48>>2]=k[$>>2];g:do if(l?(e=k[V>>2]|0,(k[c+16>>2]|0)!=(e|0)):0){f=e+-16|0;while(1){if((e|0)==(f|0))break g;ba=e+-16|0;k[V>>2]=ba;_r(ba);e=k[V>>2]|0}}while(0);break b}}while(0);d=aa}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}case 90:{h:do if(((d<<24>>24==90&(aa|0)!=(b|0)?($=aa+1|0,f=Ec($,b,c)|0,!((f|0)==($|0)|(f|0)==(b|0))):0)?(i[f>>0]|0)==69:0)?(g=f+1|0,(g|0)!=(b|0)):0)switch(i[g>>0]|0){case 115:{d=Xl(f+2|0,b)|0;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break h;uA(e+-24|0,44866)|0;break h}case 100:{d=f+2|0;if((d|0)==(b|0)){d=aa;break h}d=Dq(d,b)|0;if((d|0)==(b|0)){d=aa;break h}if((i[d>>0]|0)!=95){d=aa;break h}$=d+1|0;d=wc($,b,c)|0;h=c+4|0;if((d|0)==($|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=aa;break h}ba=e+-24|0;k[h>>2]=ba;kA(ba);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=aa;break h}Eq(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;kA(c);g=k[h>>2]|0}uA(e+-48|0,44863)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;Fm((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;pF(ba);break h}default:{d=wc(g,b,c)|0;if((d|0)==(g|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=aa;break h}ba=f+-24|0;k[d>>2]=ba;kA(ba);f=k[d>>2]|0}}d=Xl(d,b)|0;h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break h;Eq(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;c=g+-24|0;k[h>>2]=c;kA(c);g=k[h>>2]|0}uA(e+-48|0,44863)|0;c=i[ba+11>>0]|0;b=c<<24>>24<0;Fm((k[h>>2]|0)+-24|0,b?k[ba>>2]|0:ba,b?k[ba+4>>2]|0:c&255)|0;pF(ba);break h}}else d=aa;while(0);d=(d|0)==(aa|0)?a:d;break a}default:{do if((l-aa|0)>1){if(d<<24>>24==83?(i[aa+1>>0]|0)==116:0){d=aa+2|0;if((d|0)==(b|0)){f=0;e=b}else{f=0;e=(i[d>>0]|0)==76?aa+3|0:d}}else{f=1;e=aa}d=Hc(e,b,c)|0;e=(d|0)==(e|0);if(f|e)d=e?aa:d;else{e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;Lz(e+-24|0,0,44883)|0}if((d|0)!=(aa|0)){if((d|0)==(b|0)){d=b;break a}if((i[d>>0]|0)!=73)break a;l=c+4|0;e=k[l>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[_>>2]=k[c+12>>2];zo($,e+-24|0,_);e=c+20|0;f=k[e>>2]|0;aa=k[c+24>>2]|0;h=aa;do if(f>>>0>=aa>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{_=h-g|0;aa=_>>3;ts(ba,_>>4>>>0<134217727?(aa>>>0<f>>>0?f:aa):268435455,e,c+28|0);aa=ba+8|0;_=k[aa>>2]|0;k[_+12>>2]=k[$+12>>2];k[_>>2]=k[$>>2];Z=$+4|0;k[_+4>>2]=k[Z>>2];Y=$+8|0;k[_+8>>2]=k[Y>>2];k[Y>>2]=0;k[Z>>2]=0;k[$>>2]=0;k[aa>>2]=_+16;Nj(j,ba);Yp(ba);break}}else{k[f+12>>2]=k[$+12>>2];k[f>>2]=k[$>>2];aa=$+4|0;k[f+4>>2]=k[aa>>2];_=$+8|0;k[f+8>>2]=k[_>>2];k[_>>2]=0;k[aa>>2]=0;k[$>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r($);g=Uc(d,b,c)|0;if((g|0)==(d|0)){d=a;break a}d=k[l>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(ba,d+-24|0);d=k[l>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[l>>2]=a;kA(a);f=k[l>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;Fm(d+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;pF(ba);d=g;break a}}while(0);e=Pc(aa,b,c)|0;if((e|0)==(aa|0)|(e|0)==(b|0)){d=a;break a}if((i[e>>0]|0)!=73){d=a;break a}d=Uc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(ba,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;kA(a);g=k[h>>2]|0}a=i[ba+11>>0]|0;aa=a<<24>>24<0;Fm(e+-48|0,aa?k[ba>>2]|0:ba,aa?k[ba+4>>2]|0:a&255)|0;pF(ba);break a}}}else d=a;while(0);r=ca;return d|0}function xc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0,ha=0,ia=0,ja=0,ka=0,la=0;la=r;r=r+288|0;ca=la;ia=la+200|0;U=la+268|0;V=la+256|0;ka=la+156|0;W=la+244|0;S=la+240|0;T=la+236|0;X=la+224|0;Y=la+212|0;Z=la+196|0;$=la+184|0;aa=la+144|0;da=la+140|0;ea=la+64|0;d=la+56|0;fa=la+44|0;ga=la+136|0;ha=la+32|0;c=la+28|0;ja=la+80|0;ba=NJ(b,0)|0;if(!(RE(k[ba>>2]|0,47244)|0))Ra(11916,11935,431,11950);b=NJ(b,1)|0;b=NJ(k[b>>2]|0,0)|0;b=k[b>>2]|0;ba=NJ(b,0)|0;if(!(RE(k[ba>>2]|0,47248)|0))Ra(11961,11935,433,11950);R=NJ(b,3)|0;R=k[R>>2]|0;ba=NJ(R,0)|0;ba=NJ(k[ba>>2]|0,0)|0;do if(RE(k[ba>>2]|0,47256)|0?(ba=NJ(R,0)|0,ba=NJ(k[ba>>2]|0,1)|0,ba=NJ(k[ba>>2]|0,0)|0,RE(k[ba>>2]|0,47340)|0):0){ba=NJ(R,0)|0;ba=NJ(k[ba>>2]|0,1)|0;ba=NJ(k[ba>>2]|0,1)|0;ba=FG(k[ba>>2]|0)|0;Se(ca,37216,1);if((k[ba>>2]|0)!=(k[ca>>2]|0)?(ba=NJ(R,0)|0,ba=NJ(k[ba>>2]|0,1)|0,ba=NJ(k[ba>>2]|0,1)|0,ba=FG(k[ba>>2]|0)|0,Se(ia,11985,1),(k[ba>>2]|0)!=(k[ia>>2]|0)):0)break;_=a+31|0;if(i[_>>0]|0){b=0;e=1;while(1){if(e>>>0>=(qC(R)|0)>>>0)break;ba=NJ(R,e)|0;ba=NJ(k[ba>>2]|0,0)|0;b=((RE(k[ba>>2]|0,47248)|0)&1)+b|0;e=e+1|0}ba=a+12|0;P=k[a>>2]|0;Q=fB(160)|0;k[ca>>2]=2948;k[ca+16>>2]=ca;kh(Q,P,b,ca);Ez(ca);b=k[ba>>2]|0;k[ba>>2]=Q;if(b){Ft(b);SK(b);ba=a}else ba=a}else ba=a;Q=a+12|0;G=ia+4|0;H=ia+8|0;I=ia+4|0;E=a+92|0;F=a+96|0;J=a+64|0;K=a+44|0;L=a+48|0;M=ka+4|0;N=ka+5|0;O=ka+8|0;P=a+16|0;D=1;u=0;f=0;g=0;v=0;t=0;q=0;o=0;n=0;m=0;w=0;s=0;x=0;a:while(1){if(D>>>0>=(qC(R)|0)>>>0){b=19;break}C=NJ(R,D)|0;C=k[C>>2]|0;B=NJ(C,0)|0;b:do if(!(RE(k[B>>2]|0,47268)|0)){B=NJ(C,0)|0;if(RE(k[B>>2]|0,47248)|0){b=Rc(a,C)|0;if(!(i[_>>0]|0)){xk(k[ba>>2]|0,b);b=u;h=v;l=w;j=s;e=x;break}else{ru(k[Q>>2]|0,b);b=u;h=v;l=w;j=s;e=x;break}}B=NJ(C,0)|0;if(RE(k[B>>2]|0,47284)|0){j=NJ(C,1)|0;j=NJ(k[j>>2]|0,1)|0;j=k[j>>2]|0;k[G>>2]=0;k[H>>2]=0;k[ia>>2]=I;h=0;while(1){if(h>>>0>=(qC(j)|0)>>>0)break;b=NJ(j,h)|0;b=k[b>>2]|0;l=NJ(b,0)|0;l=FG(k[l>>2]|0)|0;l=k[l>>2]|0;C=NJ(b,1)|0;C=NJ(k[C>>2]|0,0)|0;if(!(RE(k[C>>2]|0,47264)|0)){b=117;break a}b=NJ(b,1)|0;b=NJ(k[b>>2]|0,1)|0;b=FG(k[b>>2]|0)|0;b=k[b>>2]|0;Se(ca,12563,0);e=l;do if((e|0)==(k[ca>>2]|0)){C=k[ba>>2]|0;k[S>>2]=b;k[ca>>2]=k[S>>2];if(Uw(C,ca)|0){b=120;break a}}else{do if((e|0)==(k[11841]|0))k[E>>2]=b;else{if((e|0)!=(k[11839]|0))break;k[F>>2]=b}while(0);C=k[ba>>2]|0;k[T>>2]=b;k[ca>>2]=k[T>>2];if(!(Uw(C,ca)|0)){b=126;break a}k[ca>>2]=l;if(!(_t(ia,ca)|0)){B=fB(12)|0;k[B>>2]=l;k[B+4>>2]=b;k[B+8>>2]=0;Hk(k[ba>>2]|0,B);k[ca>>2]=l;C=mr(ia,ca)|0;k[C>>2]=B;break}else{k[ca>>2]=l;C=mr(ia,ca)|0;k[(k[C>>2]|0)+4>>2]=b;break}}while(0);h=h+1|0}Kx(ia);b=u;h=v;l=w;j=s;e=x}else{b=u;h=v;l=w;j=s;e=x}}else{B=0;b=u;h=v;v=q;y=o;z=n;A=m;while(1){u=NJ(C,1)|0;if(B>>>0>=(qC(k[u>>2]|0)|0)>>>0){q=v;o=y;n=z;m=A;l=w;j=s;e=x;break b}e=NJ(C,1)|0;e=NJ(k[e>>2]|0,B)|0;e=k[e>>2]|0;u=NJ(e,0)|0;u=FG(k[u>>2]|0)|0;k[ia>>2]=k[u>>2];u=NJ(e,1)|0;u=k[u>>2]|0;q=NJ(u,0)|0;do if(RE(k[q>>2]|0,47320)|0){u=NJ(u,1)|0;u=MG(k[u>>2]|0)|0;if(!(+p[u>>3]==0.0)){b=24;break a}Gi(a,k[ia>>2]|0,1);j=t;l=v;m=y;n=z;o=A;q=w;e=x}else{q=NJ(u,0)|0;if(RE(k[q>>2]|0,47280)|0){q=NJ(u,1)|0;if(!(RE(k[q>>2]|0,47408)|0)){b=30;break a}q=NJ(u,3)|0;q=NJ(k[q>>2]|0,0)|0;if(!(RE(k[q>>2]|0,47320)|0)){b=30;break a}q=NJ(u,3)|0;q=NJ(k[q>>2]|0,1)|0;q=MG(k[q>>2]|0)|0;if(!(+p[q>>3]==0.0)){b=30;break a}j=NJ(u,2)|0;xd(a,k[ia>>2]|0,k[j>>2]|0,1);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}q=NJ(u,0)|0;if(RE(k[q>>2]|0,47368)|0){q=NJ(u,1)|0;if(!(RE(k[q>>2]|0,47400)|0)){b=34;break a}e=NJ(u,2)|0;e=k[e>>2]|0;u=NJ(e,0)|0;if(!(RE(k[u>>2]|0,47320)|0)){xd(a,k[ia>>2]|0,e,4);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}u=NJ(e,1)|0;u=MG(k[u>>2]|0)|0;if(!(+p[u>>3]==0.0)){b=37;break a}Gi(a,k[ia>>2]|0,4);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}q=NJ(u,0)|0;if(RE(k[q>>2]|0,48e3)|0){q=NJ(u,1)|0;q=NJ(k[q>>2]|0,0)|0;if(!(RE(k[q>>2]|0,47264)|0)){b=45;break a}q=NJ(u,1)|0;q=NJ(k[q>>2]|0,1)|0;if(!(RE(k[q>>2]|0,J)|0)){b=45;break a}q=NJ(u,2)|0;q=NJ(k[q>>2]|0,0)|0;q=NJ(k[q>>2]|0,0)|0;if(!(RE(k[q>>2]|0,47320)|0)){b=45;break a}u=NJ(u,2)|0;u=NJ(k[u>>2]|0,0)|0;u=NJ(k[u>>2]|0,1)|0;u=MG(k[u>>2]|0)|0;if(!(+p[u>>3]==0.0)){b=45;break a}Gi(a,k[ia>>2]|0,3);j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}q=NJ(u,0)|0;if(RE(k[q>>2]|0,47560)|0){q=NJ(u,1)|0;q=NJ(k[q>>2]|0,0)|0;do if(RE(k[q>>2]|0,47264)|0){q=NJ(u,1)|0;q=NJ(k[q>>2]|0,1)|0;q=FG(k[q>>2]|0)|0;q=k[q>>2]|0;e=NJ(u,2)|0;e=FG(k[e>>2]|0)|0;if((q|0)!=(k[11934]|0)){j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}e=k[e>>2]|0;if((e|0)==(k[11940]|0)){j=t;l=v;m=y;n=z;o=A;q=w;e=k[ia>>2]|0;break}if((e|0)==(k[11941]|0)){j=t;l=v;m=y;n=z;o=A;q=w;s=k[ia>>2]|0;e=x;break}if((e|0)==(k[11942]|0)){j=t;l=v;m=y;n=z;o=A;q=k[ia>>2]|0;e=x;break}if((e|0)==(k[11943]|0)){j=t;l=v;m=y;n=z;o=k[ia>>2]|0;q=w;e=x;break}if((e|0)==(k[11944]|0)){j=t;l=v;m=y;n=k[ia>>2]|0;o=A;q=w;e=x;break}if((e|0)==(k[11945]|0)){j=t;l=v;m=k[ia>>2]|0;n=z;o=A;q=w;e=x;break}if((e|0)==(k[11946]|0)){j=t;l=k[ia>>2]|0;m=y;n=z;o=A;q=w;e=x;break}else{j=(e|0)==(k[11947]|0)?k[ia>>2]|0:t;l=v;m=y;n=z;o=A;q=w;e=x;break}}else{j=t;l=v;m=y;n=z;o=A;q=w;e=x}while(0);xd(a,k[ia>>2]|0,u,0);break}q=NJ(u,0)|0;if(!(RE(k[q>>2]|0,47568)|0)){q=NJ(u,0)|0;if(!(RE(k[q>>2]|0,47572)|0)){b=106;break a}e=k[ba>>2]|0;j=e+72|0;l=e+76|0;if((k[l>>2]|0)==(k[j>>2]|0)){m=zA(e+112|0)|0;k[m+8>>2]=1;k[m+16>>2]=0;k[m+4>>2]=1;k[ca>>2]=m;n=k[l>>2]|0;if(n>>>0<(k[e+80>>2]|0)>>>0){k[n>>2]=m;k[n+4>>2]=0;k[n+8>>2]=0;k[n+12>>2]=0;k[l>>2]=n+16}else fl(j,ca);e=k[ba>>2]|0}m=k[e+72>>2]|0;o=m+4|0;q=m+8|0;e=(k[q>>2]|0)-(k[o>>2]|0)>>2;l=Jq(P,ia)|0;k[l>>2]=e;l=NJ(u,1)|0;l=k[l>>2]|0;m=m+12|0;e=0;while(1){if(e>>>0>=(qC(l)|0)>>>0)break;j=NJ(l,e)|0;j=NJ(k[j>>2]|0,1)|0;j=FG(k[j>>2]|0)|0;j=k[j>>2]|0;k[ca>>2]=j;n=k[q>>2]|0;if(n>>>0<(k[m>>2]|0)>>>0){k[n>>2]=j;k[q>>2]=(k[q>>2]|0)+4}else Lm(o,ca);e=e+1|0}j=k[ba>>2]|0;l=uC(j+68|0,(k[q>>2]|0)-(k[o>>2]|0)>>2,0)|0;k[j+64>>2]=k[l>>2];j=t;l=v;m=y;n=z;o=A;q=w;e=x;break}b=NJ(u,1)|0;b=k[b>>2]|0;u=NJ(b,0)|0;if(!(RE(k[u>>2]|0,48e3)|0)){b=68;break a}b=NJ(b,1)|0;b=k[b>>2]|0;u=NJ(b,0)|0;do if(RE(k[u>>2]|0,47560)|0){e=NJ(b,2)|0;e=FG(k[e>>2]|0)|0;e=k[e>>2]|0;if((e|0)==(k[11940]|0)){b=1;f=1;g=1;h=0;break}if((e|0)==(k[11941]|0)){b=2;f=1;g=1;h=0;break}if((e|0)==(k[11942]|0)){b=4;f=1;g=1;h=0;break}if((e|0)==(k[11943]|0)){b=1;f=1;g=0;h=0;break}if((e|0)==(k[11944]|0)){b=2;f=1;g=0;h=0;break}if((e|0)==(k[11945]|0)){b=4;f=1;g=0;h=0;break}if((e|0)==(k[11946]|0)){b=4;f=0;g=1;h=2;break}if((e|0)==(k[11947]|0)){b=8;f=0;g=1;h=1}else{b=78;break a}}else{u=NJ(b,0)|0;if(!(RE(k[u>>2]|0,47264)|0)){b=80;break a}e=NJ(b,1)|0;e=FG(k[e>>2]|0)|0;e=k[e>>2]|0;if((e|0)==(x|0)){b=1;f=1;g=1;h=0;break}if((e|0)==(s|0)){b=2;f=1;g=1;h=0;break}if((e|0)==(w|0)){b=4;f=1;g=1;h=0;break}if((e|0)==(A|0)){b=1;f=1;g=0;h=0;break}if((e|0)==(z|0)){b=2;f=1;g=0;h=0;break}if((e|0)==(y|0)){b=4;f=1;g=0;h=0;break}if((e|0)==(v|0)){b=4;f=0;g=1;h=2;break}if((e|0)==(t|0)){b=8;f=0;g=1;h=1}else{b=89;break a}}while(0);e=k[ia>>2]|0;if((yp(K,e)|0)!=(L|0)){b=91;break a}k[ka>>2]=b;i[M>>0]=f&1;i[N>>0]=g&1;k[O>>2]=h;Dk(ca,K,e,ia,ka);j=t;l=v;m=y;n=z;o=A;q=w;e=x}while(0);B=B+1|0;t=j;v=l;y=m;z=n;A=o;w=q;x=e}}while(0);D=D+1|0;u=b;v=h;w=l;s=j;x=e}switch(b|0){case 19:{if(i[_>>0]|0){fv(k[Q>>2]|0);W=k[ba>>2]|0;k[ca>>2]=W;k[ca+4>>2]=W+112;k[ca+8>>2]=0;k[ca+12>>2]=0;k[ca+16>>2]=0;i[ca+24>>0]=0;k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;dr(X,32634,15);ej(ca,X);UG(X);Jd(ca);Xv(ca)}k[ia>>2]=0;h=ia+4|0;k[h>>2]=0;k[ia+8>>2]=0;g=k[ba>>2]|0;j=k[g+16>>2]|0;l=a+100|0;m=a+104|0;n=ia+8|0;g=k[g+12>>2]|0;while(1){if((g|0)==(j|0))break;b=k[g>>2]|0;if(!(k[b+12>>2]|0)){f=k[b>>2]|0;k[ca>>2]=f;X=(yp(l,f)|0)==(m|0);b=k[g>>2]|0;e=k[b+4>>2]|0;do if(X){if((e|0)!=(k[11953]|0)){b=k[h>>2]|0;if((b|0)==(k[n>>2]|0)){Lm(ia,ca);break}else{k[b>>2]=f;k[h>>2]=(k[h>>2]|0)+4;break}}}else{YA(e,k[b+8>>2]|0);X=Jq(l,ca)|0;kp(Y,k[X>>2]|0);X=Bg(Y,k[ba>>2]|0)|0;k[(k[g>>2]|0)+16>>2]=X;UG(Y)}while(0)}g=g+4|0}e=k[h>>2]|0;b=k[ia>>2]|0;while(1){if((b|0)==(e|0))break;Y=k[ba>>2]|0;k[Z>>2]=k[b>>2];k[ca>>2]=k[Z>>2];Sj(Y,ca);b=b+4|0}b=k[ba>>2]|0;k[ka>>2]=b;k[ka+4>>2]=b+112;k[ka+8>>2]=0;b=ka+12|0;k[b>>2]=0;k[ka+16>>2]=0;i[ka+24>>0]=0;e=fB(44)|0;Sw(e,a);k[ca>>2]=e;f=k[b>>2]|0;if(f>>>0<(k[ka+16>>2]|0)>>>0){k[f>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else Lm(ka+8|0,ca);Zo(ka);Wo(ka);if(i[_>>0]|0){k[$>>2]=0;k[$+4>>2]=0;k[$+8>>2]=0;dr($,33286,6);ej(ka,$);UG($);k[aa>>2]=0;k[aa+4>>2]=0;k[aa+8>>2]=0;dr(aa,32932,17);ej(ka,aa);UG(aa)}Jd(ka);if(i[a+28>>0]|0){f=k[ba>>2]|0;k[da>>2]=k[11984];k[d>>2]=k[11985];k[d+4>>2]=1;k[ea>>2]=0;b=ea+4|0;k[b>>2]=0;k[ea+8>>2]=0;Yx(ea,1);e=d+8|0;while(1){if((d|0)==(e|0))break;aa=k[b>>2]|0;_=d;a=k[_+4>>2]|0;$=aa;k[$>>2]=k[_>>2];k[$+4>>2]=a;k[b>>2]=aa+8;d=d+8|0}d=f+112|0;k[fa>>2]=0;k[fa+4>>2]=0;k[fa+8>>2]=0;k[ga>>2]=0;b=mG(d)|0;k[b+8>>2]=0;k[b+4>>2]=1;k[c>>2]=b;k[ha>>2]=0;b=ha+4|0;k[b>>2]=0;k[ha+8>>2]=0;ay(ha,1);e=c+4|0;while(1){if((c|0)==(e|0))break;aa=k[b>>2]|0;k[aa>>2]=k[c>>2];k[b>>2]=aa+4;c=c+4|0}k[ca>>2]=k[ga>>2];ga=hv(d,ca,ha)|0;k[ca>>2]=k[da>>2];xk(f,Kf(ca,ea,1,fa,ga)|0);Ky(ha);by(fa);by(ea);ha=fB(12)|0;ga=k[11984]|0;k[ha+4>>2]=ga;k[ha>>2]=ga;k[ha+8>>2]=0;Hk(k[ba>>2]|0,ha)}c=QA()|0;d=k[11991]|0;k[c>>2]=d;k[c+4>>2]=k[11969];k[c+8>>2]=d;k[c+12>>2]=2;Fk(k[ba>>2]|0,c);c=QA()|0;d=k[11996]|0;k[c>>2]=d;k[c+4>>2]=k[11969];k[c+8>>2]=d;k[c+12>>2]=1;Fk(k[ba>>2]|0,c);c=fB(24)|0;k[c>>2]=0;d=c+4|0;k[d>>2]=0;b=c+8|0;k[b>>2]=0;k[c+16>>2]=0;ha=c+20|0;k[ha>>2]=0;Se(ca,12643,0);k[c>>2]=k[ca>>2];Se(ca,37231,0);k[d>>2]=k[ca>>2];Se(ca,12643,0);k[b>>2]=k[ca>>2];k[c+12>>2]=3;k[ha>>2]=1;Fk(k[ba>>2]|0,c);c=fB(24)|0;k[c>>2]=0;ha=c+4|0;k[ha>>2]=0;b=c+8|0;k[b>>2]=0;k[c+16>>2]=0;d=c+20|0;k[d>>2]=0;Se(ca,12654,0);k[c>>2]=k[ca>>2];Se(ca,37231,0);k[ha>>2]=k[ca>>2];Se(ca,12654,0);k[b>>2]=k[ca>>2];k[c+12>>2]=3;k[d>>2]=1;Fk(k[ba>>2]|0,c);c=ja+24|0;d=ja;b=d+48|0;do{k[d>>2]=0;d=d+4|0}while((d|0)<(b|0));i[c>>0]=1;i[ja+25>>0]=0;k[ja+32>>2]=0;k[ja+36>>2]=0;k[ja+28>>2]=ja+32;k[ja+44>>2]=0;k[ja+48>>2]=0;k[ja+40>>2]=ja+44;k[ja+52>>2]=5;if(yC(ja,k[ba>>2]|0)|0){Ot(ja);Xv(ka);Ky(ia);r=la;return}else Ra(12664,11935,982,11950);break}case 24:{Ra(12153,11935,540,11950);break}case 30:{Ra(12180,11935,544,11950);break}case 34:{Ra(12250,11935,549,11950);break}case 37:{Ra(12267,11935,553,11950);break}case 45:{Ra(12295,11935,560,11950);break}case 68:{Ra(12406,11935,592,11950);break}case 78:{k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;dr(U,12423,19);Et(U,e);break}case 80:{Ra(12443,11935,619,11950);break}case 89:{k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;dr(V,12466,25);Et(V,e);break}case 91:{Ra(12492,11935,641,11950);break}case 106:{k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;dr(W,12524,19);dt(W,e);break}case 117:{Ra(12544,11935,679,11950);break}case 120:{Ra(12590,11935,683,11950);break}case 126:{Ra(12617,11935,690,11950);break}}}while(0);Ra(11996,11935,435,11950)}function yc(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0;L=r;r=r+16|0;o=L;do if(a>>>0<245){n=a>>>0<11?16:a+11&-8;a=n>>>3;t=k[12038]|0;c=t>>>a;if(c&3|0){a=(c&1^1)+a|0;c=48192+(a<<1<<2)|0;d=c+8|0;e=k[d>>2]|0;f=e+8|0;g=k[f>>2]|0;do if((c|0)!=(g|0)){if(g>>>0<(k[12042]|0)>>>0)Ka();b=g+12|0;if((k[b>>2]|0)==(e|0)){k[b>>2]=c;k[d>>2]=g;break}else Ka()}else k[12038]=t&~(1<<a);while(0);K=a<<3;k[e+4>>2]=K|3;K=e+K+4|0;k[K>>2]=k[K>>2]|1;K=f;r=L;return K|0}s=k[12040]|0;if(n>>>0>s>>>0){if(c|0){h=2<<a;a=c<<a&(h|0-h);a=(a&0-a)+-1|0;h=a>>>12&16;a=a>>>h;d=a>>>5&8;a=a>>>d;f=a>>>2&4;a=a>>>f;c=a>>>1&2;a=a>>>c;b=a>>>1&1;b=(d|h|f|c|b)+(a>>>b)|0;a=48192+(b<<1<<2)|0;c=a+8|0;f=k[c>>2]|0;h=f+8|0;d=k[h>>2]|0;do if((a|0)!=(d|0)){if(d>>>0<(k[12042]|0)>>>0)Ka();e=d+12|0;if((k[e>>2]|0)==(f|0)){k[e>>2]=a;k[c>>2]=d;i=t;break}else Ka()}else{i=t&~(1<<b);k[12038]=i}while(0);g=(b<<3)-n|0;k[f+4>>2]=n|3;d=f+n|0;k[d+4>>2]=g|1;k[d+g>>2]=g;if(s|0){e=k[12043]|0;b=s>>>3;c=48192+(b<<1<<2)|0;b=1<<b;if(i&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[12042]|0)>>>0)Ka();else{j=a;l=b}}else{k[12038]=i|b;j=c;l=c+8|0}k[l>>2]=e;k[j+12>>2]=e;k[e+8>>2]=j;k[e+12>>2]=c}k[12040]=g;k[12043]=d;K=h;r=L;return K|0}j=k[12039]|0;if(j){a=(j&0-j)+-1|0;J=a>>>12&16;a=a>>>J;I=a>>>5&8;a=a>>>I;K=a>>>2&4;a=a>>>K;h=a>>>1&2;a=a>>>h;i=a>>>1&1;i=k[48456+((I|J|K|h|i)+(a>>>i)<<2)>>2]|0;a=i;h=i;i=(k[i+4>>2]&-8)-n|0;while(1){b=k[a+16>>2]|0;if(!b){b=k[a+20>>2]|0;if(!b)break}K=(k[b+4>>2]&-8)-n|0;J=K>>>0<i>>>0;a=b;h=J?b:h;i=J?K:i}e=k[12042]|0;if(h>>>0<e>>>0)Ka();g=h+n|0;if(h>>>0>=g>>>0)Ka();f=k[h+24>>2]|0;c=k[h+12>>2]|0;do if((c|0)==(h|0)){a=h+20|0;b=k[a>>2]|0;if(!b){a=h+16|0;b=k[a>>2]|0;if(!b){m=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ka();else{k[a>>2]=0;m=b;break}}else{d=k[h+8>>2]|0;if(d>>>0<e>>>0)Ka();b=d+12|0;if((k[b>>2]|0)!=(h|0))Ka();a=c+8|0;if((k[a>>2]|0)==(h|0)){k[b>>2]=c;k[a>>2]=d;m=c;break}else Ka()}while(0);do if(f|0){b=k[h+28>>2]|0;a=48456+(b<<2)|0;if((h|0)==(k[a>>2]|0)){k[a>>2]=m;if(!m){k[12039]=j&~(1<<b);break}}else{if(f>>>0<(k[12042]|0)>>>0)Ka();b=f+16|0;if((k[b>>2]|0)==(h|0))k[b>>2]=m;else k[f+20>>2]=m;if(!m)break}a=k[12042]|0;if(m>>>0<a>>>0)Ka();k[m+24>>2]=f;b=k[h+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ka();else{k[m+16>>2]=b;k[b+24>>2]=m;break}while(0);b=k[h+20>>2]|0;if(b|0)if(b>>>0<(k[12042]|0)>>>0)Ka();else{k[m+20>>2]=b;k[b+24>>2]=m;break}}while(0);if(i>>>0<16){K=i+n|0;k[h+4>>2]=K|3;K=h+K+4|0;k[K>>2]=k[K>>2]|1}else{k[h+4>>2]=n|3;k[g+4>>2]=i|1;k[g+i>>2]=i;if(s|0){d=k[12043]|0;b=s>>>3;c=48192+(b<<1<<2)|0;b=1<<b;if(t&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[12042]|0)>>>0)Ka();else{p=a;q=b}}else{k[12038]=t|b;p=c;q=c+8|0}k[q>>2]=d;k[p+12>>2]=d;k[d+8>>2]=p;k[d+12>>2]=c}k[12040]=i;k[12043]=g}K=h+8|0;r=L;return K|0}}}else if(a>>>0<=4294967231){a=a+11|0;n=a&-8;j=k[12039]|0;if(j){d=0-n|0;a=a>>>8;if(a)if(n>>>0>16777215)i=31;else{q=(a+1048320|0)>>>16&8;D=a<<q;p=(D+520192|0)>>>16&4;D=D<<p;i=(D+245760|0)>>>16&2;i=14-(p|q|i)+(D<<i>>>15)|0;i=n>>>(i+7|0)&1|i<<1}else i=0;a=k[48456+(i<<2)>>2]|0;a:do if(!a){c=0;e=0;D=86}else{e=0;h=a;g=n<<((i|0)==31?0:25-(i>>>1)|0);c=0;while(1){a=(k[h+4>>2]&-8)-n|0;if(a>>>0<d>>>0)if(!a){a=h;d=0;c=h;D=90;break a}else{e=h;d=a}a=k[h+20>>2]|0;h=k[h+16+(g>>>31<<2)>>2]|0;c=(a|0)==0|(a|0)==(h|0)?c:a;a=(h|0)==0;if(a){D=86;break}else g=g<<(a&1^1)}}while(0);if((D|0)==86){if((c|0)==0&(e|0)==0){a=2<<i;a=j&(a|0-a);if(!a)break;q=(a&0-a)+-1|0;l=q>>>12&16;q=q>>>l;i=q>>>5&8;q=q>>>i;m=q>>>2&4;q=q>>>m;p=q>>>1&2;q=q>>>p;c=q>>>1&1;c=k[48456+((i|l|m|p|c)+(q>>>c)<<2)>>2]|0}if(!c){i=e;h=d}else{a=e;D=90}}if((D|0)==90)while(1){D=0;q=(k[c+4>>2]&-8)-n|0;e=q>>>0<d>>>0;d=e?q:d;a=e?c:a;e=k[c+16>>2]|0;if(e|0){c=e;D=90;continue}c=k[c+20>>2]|0;if(!c){i=a;h=d;break}else D=90}if((i|0)!=0?h>>>0<((k[12040]|0)-n|0)>>>0:0){e=k[12042]|0;if(i>>>0<e>>>0)Ka();g=i+n|0;if(i>>>0>=g>>>0)Ka();f=k[i+24>>2]|0;c=k[i+12>>2]|0;do if((c|0)==(i|0)){a=i+20|0;b=k[a>>2]|0;if(!b){a=i+16|0;b=k[a>>2]|0;if(!b){s=0;break}}while(1){c=b+20|0;d=k[c>>2]|0;if(d|0){b=d;a=c;continue}c=b+16|0;d=k[c>>2]|0;if(!d)break;else{b=d;a=c}}if(a>>>0<e>>>0)Ka();else{k[a>>2]=0;s=b;break}}else{d=k[i+8>>2]|0;if(d>>>0<e>>>0)Ka();b=d+12|0;if((k[b>>2]|0)!=(i|0))Ka();a=c+8|0;if((k[a>>2]|0)==(i|0)){k[b>>2]=c;k[a>>2]=d;s=c;break}else Ka()}while(0);do if(f){b=k[i+28>>2]|0;a=48456+(b<<2)|0;if((i|0)==(k[a>>2]|0)){k[a>>2]=s;if(!s){t=j&~(1<<b);k[12039]=t;break}}else{if(f>>>0<(k[12042]|0)>>>0)Ka();b=f+16|0;if((k[b>>2]|0)==(i|0))k[b>>2]=s;else k[f+20>>2]=s;if(!s){t=j;break}}a=k[12042]|0;if(s>>>0<a>>>0)Ka();k[s+24>>2]=f;b=k[i+16>>2]|0;do if(b|0)if(b>>>0<a>>>0)Ka();else{k[s+16>>2]=b;k[b+24>>2]=s;break}while(0);b=k[i+20>>2]|0;if(b)if(b>>>0<(k[12042]|0)>>>0)Ka();else{k[s+20>>2]=b;k[b+24>>2]=s;t=j;break}else t=j}else t=j;while(0);do if(h>>>0>=16){k[i+4>>2]=n|3;k[g+4>>2]=h|1;k[g+h>>2]=h;b=h>>>3;if(h>>>0<256){c=48192+(b<<1<<2)|0;a=k[12038]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[12042]|0)>>>0)Ka();else{B=a;C=b}}else{k[12038]=a|b;B=c;C=c+8|0}k[C>>2]=g;k[B+12>>2]=g;k[g+8>>2]=B;k[g+12>>2]=c;break}b=h>>>8;if(b)if(h>>>0>16777215)b=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=h>>>(b+7|0)&1|b<<1}else b=0;c=48456+(b<<2)|0;k[g+28>>2]=b;a=g+16|0;k[a+4>>2]=0;k[a>>2]=0;a=1<<b;if(!(t&a)){k[12039]=t|a;k[c>>2]=g;k[g+24>>2]=c;k[g+12>>2]=g;k[g+8>>2]=g;break}a=h<<((b|0)==31?0:25-(b>>>1)|0);d=k[c>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(h|0)){D=148;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=145;break}else{a=a<<1;d=b}}if((D|0)==145)if(c>>>0<(k[12042]|0)>>>0)Ka();else{k[c>>2]=g;k[g+24>>2]=d;k[g+12>>2]=g;k[g+8>>2]=g;break}else if((D|0)==148){b=d+8|0;a=k[b>>2]|0;K=k[12042]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=g;k[b>>2]=g;k[g+8>>2]=a;k[g+12>>2]=d;k[g+24>>2]=0;break}else Ka()}}else{K=h+n|0;k[i+4>>2]=K|3;K=i+K+4|0;k[K>>2]=k[K>>2]|1}while(0);K=i+8|0;r=L;return K|0}}}else n=-1;while(0);c=k[12040]|0;if(c>>>0>=n>>>0){b=c-n|0;a=k[12043]|0;if(b>>>0>15){K=a+n|0;k[12043]=K;k[12040]=b;k[K+4>>2]=b|1;k[K+b>>2]=b;k[a+4>>2]=n|3}else{k[12040]=0;k[12043]=0;k[a+4>>2]=c|3;K=a+c+4|0;k[K>>2]=k[K>>2]|1}K=a+8|0;r=L;return K|0}h=k[12041]|0;if(h>>>0>n>>>0){I=h-n|0;k[12041]=I;K=k[12044]|0;J=K+n|0;k[12044]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}if(!(k[12156]|0)){k[12158]=4096;k[12157]=4096;k[12159]=-1;k[12160]=-1;k[12161]=0;k[12149]=0;a=o&-16^1431655768;k[o>>2]=a;k[12156]=a;a=4096}else a=k[12158]|0;i=n+48|0;j=n+47|0;g=a+j|0;e=0-a|0;l=g&e;if(l>>>0<=n>>>0){K=0;r=L;return K|0}a=k[12148]|0;if(a|0?(B=k[12146]|0,C=B+l|0,C>>>0<=B>>>0|C>>>0>a>>>0):0){K=0;r=L;return K|0}b:do if(!(k[12149]&4)){c=k[12044]|0;c:do if(c){d=48600;while(1){a=k[d>>2]|0;if(a>>>0<=c>>>0?(u=d+4|0,(a+(k[u>>2]|0)|0)>>>0>c>>>0):0)break;a=k[d+8>>2]|0;if(!a){D=172;break c}else d=a}c=g-h&e;if(c>>>0<2147483647){a=Wu(c|0)|0;if((a|0)==((k[d>>2]|0)+(k[u>>2]|0)|0)){if((a|0)!=(-1|0)){g=c;f=a;D=190;break b}}else{b=c;D=180}}}else D=172;while(0);do if(((D|0)==172?(f=Wu(0)|0,(f|0)!=(-1|0)):0)?(b=f,v=k[12157]|0,w=v+-1|0,b=((w&b|0)==0?0:(w+b&0-v)-b|0)+l|0,v=k[12146]|0,w=b+v|0,b>>>0>n>>>0&b>>>0<2147483647):0){C=k[12148]|0;if(C|0?w>>>0<=v>>>0|w>>>0>C>>>0:0)break;a=Wu(b|0)|0;if((a|0)==(f|0)){g=b;D=190;break b}else D=180}while(0);d:do if((D|0)==180){c=0-b|0;do if(i>>>0>b>>>0&(b>>>0<2147483647&(a|0)!=(-1|0))?(x=k[12158]|0,x=j-b+x&0-x,x>>>0<2147483647):0)if((Wu(x|0)|0)==(-1|0)){Wu(c|0)|0;break d}else{b=x+b|0;break}while(0);if((a|0)!=(-1|0)){g=b;f=a;D=190;break b}}while(0);k[12149]=k[12149]|4;D=187}else D=187;while(0);if((((D|0)==187?l>>>0<2147483647:0)?(A=Wu(l|0)|0,y=Wu(0)|0,A>>>0<y>>>0&((A|0)!=(-1|0)&(y|0)!=(-1|0))):0)?(z=y-A|0,z>>>0>(n+40|0)>>>0):0){g=z;f=A;D=190}if((D|0)==190){b=(k[12146]|0)+g|0;k[12146]=b;if(b>>>0>(k[12147]|0)>>>0)k[12147]=b;j=k[12044]|0;do if(j){b=48600;while(1){a=k[b>>2]|0;c=b+4|0;d=k[c>>2]|0;if((f|0)==(a+d|0)){D=200;break}e=k[b+8>>2]|0;if(!e)break;else b=e}if(((D|0)==200?(k[b+12>>2]&8|0)==0:0)?j>>>0<f>>>0&j>>>0>=a>>>0:0){k[c>>2]=d+g;K=j+8|0;K=(K&7|0)==0?0:0-K&7;J=j+K|0;K=g-K+(k[12041]|0)|0;k[12044]=J;k[12041]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[12045]=k[12160];break}b=k[12042]|0;if(f>>>0<b>>>0){k[12042]=f;h=f}else h=b;a=f+g|0;b=48600;while(1){if((k[b>>2]|0)==(a|0)){D=208;break}b=k[b+8>>2]|0;if(!b){a=48600;break}}if((D|0)==208)if(!(k[b+12>>2]&8)){k[b>>2]=f;m=b+4|0;k[m>>2]=(k[m>>2]|0)+g;m=f+8|0;m=f+((m&7|0)==0?0:0-m&7)|0;b=a+8|0;b=a+((b&7|0)==0?0:0-b&7)|0;l=m+n|0;i=b-m-n|0;k[m+4>>2]=n|3;do if((b|0)!=(j|0)){if((b|0)==(k[12043]|0)){K=(k[12040]|0)+i|0;k[12040]=K;k[12043]=l;k[l+4>>2]=K|1;k[l+K>>2]=K;break}a=k[b+4>>2]|0;if((a&3|0)==1){g=a&-8;e=a>>>3;e:do if(a>>>0>=256){f=k[b+24>>2]|0;d=k[b+12>>2]|0;do if((d|0)==(b|0)){d=b+16|0;c=d+4|0;a=k[c>>2]|0;if(!a){a=k[d>>2]|0;if(!a){I=0;break}else c=d}while(1){d=a+20|0;e=k[d>>2]|0;if(e|0){a=e;c=d;continue}d=a+16|0;e=k[d>>2]|0;if(!e)break;else{a=e;c=d}}if(c>>>0<h>>>0)Ka();else{k[c>>2]=0;I=a;break}}else{e=k[b+8>>2]|0;if(e>>>0<h>>>0)Ka();a=e+12|0;if((k[a>>2]|0)!=(b|0))Ka();c=d+8|0;if((k[c>>2]|0)==(b|0)){k[a>>2]=d;k[c>>2]=e;I=d;break}else Ka()}while(0);if(!f)break;a=k[b+28>>2]|0;c=48456+(a<<2)|0;do if((b|0)!=(k[c>>2]|0)){if(f>>>0<(k[12042]|0)>>>0)Ka();a=f+16|0;if((k[a>>2]|0)==(b|0))k[a>>2]=I;else k[f+20>>2]=I;if(!I)break e}else{k[c>>2]=I;if(I|0)break;k[12039]=k[12039]&~(1<<a);break e}while(0);d=k[12042]|0;if(I>>>0<d>>>0)Ka();k[I+24>>2]=f;a=b+16|0;c=k[a>>2]|0;do if(c|0)if(c>>>0<d>>>0)Ka();else{k[I+16>>2]=c;k[c+24>>2]=I;break}while(0);a=k[a+4>>2]|0;if(!a)break;if(a>>>0<(k[12042]|0)>>>0)Ka();else{k[I+20>>2]=a;k[a+24>>2]=I;break}}else{c=k[b+8>>2]|0;d=k[b+12>>2]|0;a=48192+(e<<1<<2)|0;do if((c|0)!=(a|0)){if(c>>>0<h>>>0)Ka();if((k[c+12>>2]|0)==(b|0))break;Ka()}while(0);if((d|0)==(c|0)){k[12038]=k[12038]&~(1<<e);break}do if((d|0)==(a|0))F=d+8|0;else{if(d>>>0<h>>>0)Ka();a=d+8|0;if((k[a>>2]|0)==(b|0)){F=a;break}Ka()}while(0);k[c+12>>2]=d;k[F>>2]=c}while(0);b=b+g|0;e=g+i|0}else e=i;b=b+4|0;k[b>>2]=k[b>>2]&-2;k[l+4>>2]=e|1;k[l+e>>2]=e;b=e>>>3;if(e>>>0<256){c=48192+(b<<1<<2)|0;a=k[12038]|0;b=1<<b;do if(!(a&b)){k[12038]=a|b;J=c;K=c+8|0}else{b=c+8|0;a=k[b>>2]|0;if(a>>>0>=(k[12042]|0)>>>0){J=a;K=b;break}Ka()}while(0);k[K>>2]=l;k[J+12>>2]=l;k[l+8>>2]=J;k[l+12>>2]=c;break}b=e>>>8;do if(!b)b=0;else{if(e>>>0>16777215){b=31;break}J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;b=(K+245760|0)>>>16&2;b=14-(I|J|b)+(K<<b>>>15)|0;b=e>>>(b+7|0)&1|b<<1}while(0);d=48456+(b<<2)|0;k[l+28>>2]=b;a=l+16|0;k[a+4>>2]=0;k[a>>2]=0;a=k[12039]|0;c=1<<b;if(!(a&c)){k[12039]=a|c;k[d>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}a=e<<((b|0)==31?0:25-(b>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(e|0)){D=278;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=275;break}else{a=a<<1;d=b}}if((D|0)==275)if(c>>>0<(k[12042]|0)>>>0)Ka();else{k[c>>2]=l;k[l+24>>2]=d;k[l+12>>2]=l;k[l+8>>2]=l;break}else if((D|0)==278){b=d+8|0;a=k[b>>2]|0;K=k[12042]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=l;k[b>>2]=l;k[l+8>>2]=a;k[l+12>>2]=d;k[l+24>>2]=0;break}else Ka()}}else{K=(k[12041]|0)+i|0;k[12041]=K;k[12044]=l;k[l+4>>2]=K|1}while(0);K=m+8|0;r=L;return K|0}else a=48600;while(1){b=k[a>>2]|0;if(b>>>0<=j>>>0?(E=b+(k[a+4>>2]|0)|0,E>>>0>j>>>0):0)break;a=k[a+8>>2]|0}e=E+-47|0;a=e+8|0;a=e+((a&7|0)==0?0:0-a&7)|0;e=j+16|0;a=a>>>0<e>>>0?j:a;b=a+8|0;c=f+8|0;c=(c&7|0)==0?0:0-c&7;K=f+c|0;c=g+-40-c|0;k[12044]=K;k[12041]=c;k[K+4>>2]=c|1;k[K+c+4>>2]=40;k[12045]=k[12160];c=a+4|0;k[c>>2]=27;k[b>>2]=k[12150];k[b+4>>2]=k[12151];k[b+8>>2]=k[12152];k[b+12>>2]=k[12153];k[12150]=f;k[12151]=g;k[12153]=0;k[12152]=b;b=a+24|0;do{b=b+4|0;k[b>>2]=7}while((b+4|0)>>>0<E>>>0);if((a|0)!=(j|0)){f=a-j|0;k[c>>2]=k[c>>2]&-2;k[j+4>>2]=f|1;k[a>>2]=f;b=f>>>3;if(f>>>0<256){c=48192+(b<<1<<2)|0;a=k[12038]|0;b=1<<b;if(a&b){b=c+8|0;a=k[b>>2]|0;if(a>>>0<(k[12042]|0)>>>0)Ka();else{G=a;H=b}}else{k[12038]=a|b;G=c;H=c+8|0}k[H>>2]=j;k[G+12>>2]=j;k[j+8>>2]=G;k[j+12>>2]=c;break}b=f>>>8;if(b)if(f>>>0>16777215)c=31;else{J=(b+1048320|0)>>>16&8;K=b<<J;I=(K+520192|0)>>>16&4;K=K<<I;c=(K+245760|0)>>>16&2;c=14-(I|J|c)+(K<<c>>>15)|0;c=f>>>(c+7|0)&1|c<<1}else c=0;d=48456+(c<<2)|0;k[j+28>>2]=c;k[j+20>>2]=0;k[e>>2]=0;b=k[12039]|0;a=1<<c;if(!(b&a)){k[12039]=b|a;k[d>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}a=f<<((c|0)==31?0:25-(c>>>1)|0);d=k[d>>2]|0;while(1){if((k[d+4>>2]&-8|0)==(f|0)){D=304;break}c=d+16+(a>>>31<<2)|0;b=k[c>>2]|0;if(!b){D=301;break}else{a=a<<1;d=b}}if((D|0)==301)if(c>>>0<(k[12042]|0)>>>0)Ka();else{k[c>>2]=j;k[j+24>>2]=d;k[j+12>>2]=j;k[j+8>>2]=j;break}else if((D|0)==304){b=d+8|0;a=k[b>>2]|0;K=k[12042]|0;if(a>>>0>=K>>>0&d>>>0>=K>>>0){k[a+12>>2]=j;k[b>>2]=j;k[j+8>>2]=a;k[j+12>>2]=d;k[j+24>>2]=0;break}else Ka()}}}else{K=k[12042]|0;if((K|0)==0|f>>>0<K>>>0)k[12042]=f;k[12150]=f;k[12151]=g;k[12153]=0;k[12047]=k[12156];k[12046]=-1;b=0;do{K=48192+(b<<1<<2)|0;k[K+12>>2]=K;k[K+8>>2]=K;b=b+1|0}while((b|0)!=32);K=f+8|0;K=(K&7|0)==0?0:0-K&7;J=f+K|0;K=g+-40-K|0;k[12044]=J;k[12041]=K;k[J+4>>2]=K|1;k[J+K+4>>2]=40;k[12045]=k[12160]}while(0);b=k[12041]|0;if(b>>>0>n>>>0){I=b-n|0;k[12041]=I;K=k[12044]|0;J=K+n|0;k[12044]=J;k[J+4>>2]=I|1;k[K+4>>2]=n|3;K=K+8|0;r=L;return K|0}}K=CG()|0;k[K>>2]=12;K=0;r=L;return K|0}function zc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0;M=r;r=r+496|0;d=M+472|0;K=M+456|0;L=M+432|0;G=M+416|0;H=M+400|0;I=M+384|0;J=M+368|0;h=M+352|0;i=M+336|0;j=M+320|0;l=M+304|0;m=M+288|0;n=M+272|0;o=M+256|0;p=M+240|0;q=M+224|0;s=M+208|0;t=M+192|0;u=M+176|0;v=M+160|0;w=M+144|0;x=M+128|0;y=M+112|0;z=M+96|0;A=M+80|0;B=M+64|0;C=M+48|0;D=M+32|0;E=M+16|0;F=M;e=c+12|0;Ad(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,Ad(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Ra(23228,23304,295,23327)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Ra(23339,23304,296,23327)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Zm(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{Qm(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{Vm(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23418);if((wx(K)|0)==-2147483648&(N|0)==-1?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,23433);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=mq(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23452);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=zI(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23467);if((wx(K)|0)==-2147483648&(N|0)==-1?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=uo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23482);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=cA(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{so(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{ro(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{wn(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{vn(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{Zm(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{Qm(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{Vm(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23497);if((wx(K)|0)==0&(N|0)==-2147483648?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,23512);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=mq(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23531);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=zI(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23546);if((wx(K)|0)==0&(N|0)==-2147483648?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=uo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23561);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=cA(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=QD(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=WD(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=_C(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 38:{so(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{ro(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{wn(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{vn(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{Zm(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{Qm(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{Vm(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{Yg(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{os(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Ze(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{_e(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{wn(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{vn(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{pv(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{kv(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{qv(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{lv(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ka()}while(0);break}default:Ka()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=M;return}function Ac(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0;M=r;r=r+496|0;d=M+472|0;K=M+456|0;L=M+432|0;G=M+416|0;H=M+400|0;I=M+384|0;J=M+368|0;h=M+352|0;i=M+336|0;j=M+320|0;l=M+304|0;m=M+288|0;n=M+272|0;o=M+256|0;p=M+240|0;q=M+224|0;s=M+208|0;t=M+192|0;u=M+176|0;v=M+160|0;w=M+144|0;x=M+128|0;y=M+112|0;z=M+96|0;A=M+80|0;B=M+64|0;C=M+48|0;D=M+32|0;E=M+16|0;F=M;e=c+12|0;ng(d,b,k[e>>2]|0);f=d+16|0;if((k[f>>2]|0)==0?(k[K>>2]=k[d>>2],k[K+4>>2]=k[d+4>>2],k[K+8>>2]=k[d+8>>2],k[K+12>>2]=k[d+12>>2],g=c+16|0,ng(L,b,k[g>>2]|0),k[d>>2]=k[L>>2],k[d+4>>2]=k[L+4>>2],k[d+8>>2]=k[L+8>>2],k[d+12>>2]=k[L+12>>2],k[d+16>>2]=k[L+16>>2],(k[f>>2]|0)==0):0){k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];k[L+12>>2]=k[d+12>>2];d=k[(k[e>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[K>>2]|0)!=(d|0))Ra(23228,23304,295,23327)}d=k[(k[g>>2]|0)+4>>2]|0;switch(d|0){case 0:case 5:break;default:if((k[L>>2]|0)!=(d|0))Ra(23339,23304,296,23327)}a:do switch(k[K>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Zm(G,K,L);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 1:{Qm(H,K,L);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 2:{Vm(I,K,L);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 3:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23418);if((wx(K)|0)==-2147483648&(N|0)==-1?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,23433);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=mq(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 4:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23452);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=zI(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 5:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23467);if((wx(K)|0)==-2147483648&(N|0)==-1?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=1;k[a+8>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=uo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 6:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23482);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=cA(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 7:{K=k[L+8>>2]&k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 8:{K=k[L+8>>2]|k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 9:{K=k[L+8>>2]^k[K+8>>2];k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 10:{J=L+8|0;K=k[K+8>>2]<<(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 11:{J=L+8|0;K=(k[K+8>>2]|0)>>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 12:{J=L+8|0;K=k[K+8>>2]>>(((k[L>>2]|0)==1?k[J>>2]|0:k[J>>2]|0)&31);k[a>>2]=1;L=a+8|0;k[L>>2]=K;k[L+4>>2]=0;k[a+16>>2]=0;break a}case 13:{so(J,K,L);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 14:{ro(h,K,L);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 15:{wn(i,K,L);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 16:{vn(j,K,L);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 17:{L=(k[K+8>>2]|0)<(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 18:{L=(k[K+8>>2]|0)>>>0<(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 19:{L=(k[K+8>>2]|0)<=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 20:{L=(k[K+8>>2]|0)>>>0<=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 21:{L=(k[K+8>>2]|0)>(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 22:{L=(k[K+8>>2]|0)>>>0>(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 23:{L=(k[K+8>>2]|0)>=(k[L+8>>2]|0)&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 24:{L=(k[K+8>>2]|0)>>>0>=(k[L+8>>2]|0)>>>0&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 25:{Zm(l,K,L);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 26:{Qm(m,K,L);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 27:{Vm(n,K,L);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 28:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23497);if((wx(K)|0)==0&(N|0)==-2147483648?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0)fc[k[k[b>>2]>>2]&255](b,23512);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)/(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=mq(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 29:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23531);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)/((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=zI(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 30:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23546);if((wx(K)|0)==0&(N|0)==-2147483648?(J=wx(L)|0,(J|0)==-1&(N|0)==-1):0){k[a>>2]=2;L=a+8|0;k[L>>2]=0;k[L+4>>2]=0;k[a+16>>2]=0;break a}d=K+8|0;if((k[K>>2]|0)==1){f=1;d=(k[d>>2]|0)%(k[L+8>>2]|0)|0;e=0}else{f=d;d=L+8|0;d=uo(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 31:{if((wx(L)|0)==0&(N|0)==0)fc[k[k[b>>2]>>2]&255](b,23561);d=K+8|0;if((k[K>>2]|0)==1){f=1;d=((k[d>>2]|0)>>>0)%((k[L+8>>2]|0)>>>0)|0;e=0}else{f=d;d=L+8|0;d=cA(k[f>>2]|0,k[f+4>>2]|0,k[d>>2]|0,k[d+4>>2]|0)|0;f=2;e=N}k[a>>2]=f;L=a+8|0;k[L>>2]=d;k[L+4>>2]=e;k[a+16>>2]=0;break a}case 32:{K=K+8|0;L=L+8|0;J=k[L>>2]&k[K>>2];K=k[L+4>>2]&k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 33:{K=K+8|0;L=L+8|0;J=k[L>>2]|k[K>>2];K=k[L+4>>2]|k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 34:{K=K+8|0;L=L+8|0;J=k[L>>2]^k[K>>2];K=k[L+4>>2]^k[K+4>>2];k[a>>2]=2;L=a+8|0;k[L>>2]=J;k[L+4>>2]=K;k[a+16>>2]=0;break a}case 35:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=QD(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 36:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=WD(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 37:{d=L+8|0;if((k[L>>2]|0)==1)d=k[d>>2]&63;else d=k[d>>2]&63;K=K+8|0;K=_C(k[K>>2]|0,k[K+4>>2]|0,d&63|0)|0;k[a>>2]=2;L=a+8|0;k[L>>2]=K;k[L+4>>2]=N;k[a+16>>2]=0;break a}case 38:{so(o,K,L);k[a>>2]=k[o>>2];k[a+4>>2]=k[o+4>>2];k[a+8>>2]=k[o+8>>2];k[a+12>>2]=k[o+12>>2];k[a+16>>2]=0;break a}case 39:{ro(p,K,L);k[a>>2]=k[p>>2];k[a+4>>2]=k[p+4>>2];k[a+8>>2]=k[p+8>>2];k[a+12>>2]=k[p+12>>2];k[a+16>>2]=0;break a}case 40:{wn(q,K,L);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 41:{vn(s,K,L);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 42:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 43:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 44:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)<(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 45:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0<J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0<=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 46:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 47:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 48:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=((I|0)>(J|0)|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}case 49:{K=K+8|0;I=k[K+4>>2]|0;L=L+8|0;J=k[L+4>>2]|0;L=(I>>>0>J>>>0|((I|0)==(J|0)?(k[K>>2]|0)>>>0>=(k[L>>2]|0)>>>0:0))&1;k[a>>2]=1;k[a+8>>2]=L;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 4:case 3:{do switch(k[c+8>>2]|0){case 63:case 50:{Zm(t,K,L);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 64:case 51:{Qm(u,K,L);k[a>>2]=k[u>>2];k[a+4>>2]=k[u+4>>2];k[a+8>>2]=k[u+8>>2];k[a+12>>2]=k[u+12>>2];k[a+16>>2]=0;break a}case 65:case 52:{Vm(v,K,L);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 66:case 53:{Yg(w,K,L);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 67:case 54:{os(x,K,L);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 68:case 55:{Ze(y,K,L);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 69:case 56:{_e(z,K,L);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 70:case 57:{wn(A,K,L);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}case 71:case 58:{vn(B,K,L);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 72:case 59:{pv(C,K,L);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 73:case 60:{kv(D,K,L);k[a>>2]=k[D>>2];k[a+4>>2]=k[D+4>>2];k[a+8>>2]=k[D+8>>2];k[a+12>>2]=k[D+12>>2];k[a+16>>2]=0;break a}case 74:case 61:{qv(E,K,L);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 75:case 62:{lv(F,K,L);k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=0;break a}default:Ka()}while(0);break}default:Ka()}while(0)}else{k[a>>2]=k[d>>2];k[a+4>>2]=k[d+4>>2];k[a+8>>2]=k[d+8>>2];k[a+12>>2]=k[d+12>>2];k[a+16>>2]=k[d+16>>2];k[a+20>>2]=k[d+20>>2]}r=M;return}function Bc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0.0,g=0,h=0,j=0,m=0,n=0,o=0.0,p=0.0,q=0,s=0.0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0.0;K=r;r=r+512|0;G=K;switch(b|0){case 0:{H=-149;J=24;y=4;break}case 1:{H=-1074;J=53;y=4;break}case 2:{H=-1074;J=53;y=4;break}default:d=0.0}a:do if((y|0)==4){A=a+4|0;z=a+100|0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0}while((hK(b)|0)!=0);b:do switch(b|0){case 43:case 45:{e=1-(((b|0)==45&1)<<1)|0;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;g=l[b>>0]|0;I=e;break b}else{g=el(a)|0;I=e;break b}}default:{g=b;I=1}}while(0);b=0;do{if((g|32|0)!=(i[38024+b>>0]|0))break;do if(b>>>0<7){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=el(a)|0;break}}while(0);b=b+1|0}while(b>>>0<8);c:do switch(b|0){case 8:break;case 3:{y=23;break}default:{h=(c|0)!=0;if(h&b>>>0>3)if((b|0)==8)break c;else{y=23;break c}d:do if(!b){b=0;do{if((g|32|0)!=(i[38557+b>>0]|0))break d;do if(b>>>0<2){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;g=l[e>>0]|0;break}else{g=el(a)|0;break}}while(0);b=b+1|0}while(b>>>0<3)}while(0);switch(b|0){case 3:{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;if((b|0)==40)b=1;else{if(!(k[z>>2]|0)){d=C;break a}k[A>>2]=(k[A>>2]|0)+-1;d=C;break a}while(1){e=k[A>>2]|0;if(e>>>0<(k[z>>2]|0)>>>0){k[A>>2]=e+1;e=l[e>>0]|0}else e=el(a)|0;if(!((e+-48|0)>>>0<10|(e+-65|0)>>>0<26)?!((e|0)==95|(e+-97|0)>>>0<26):0)break;b=b+1|0}if((e|0)==41){d=C;break a}e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!h){J=CG()|0;k[J>>2]=22;ry(a,0);d=0.0;break a}if(!b){d=C;break a}while(1){b=b+-1|0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if(!b){d=C;break a}}}case 0:{do if((g|0)==48){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;if((b|32|0)!=120){if(!(k[z>>2]|0)){b=48;break}k[A>>2]=(k[A>>2]|0)+-1;b=48;break}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=0}else{e=el(a)|0;g=0}e:while(1){switch(e|0){case 46:{y=74;break e}case 48:break;default:{t=0;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0;break e}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0;g=1;continue}else{e=el(a)|0;g=1;continue}}if((y|0)==74){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;e=l[b>>0]|0}else e=el(a)|0;if((e|0)==48){g=0;e=0;do{b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;h=l[b>>0]|0}else h=el(a)|0;g=nG(g|0,e|0,-1,-1)|0;e=N}while((h|0)==48);t=1;j=0;o=1.0;d=0.0;b=0;u=1;w=0;v=0}else{t=1;j=0;o=1.0;d=0.0;b=0;h=e;u=g;w=0;v=0;g=0;e=0}}while(1){n=h+-48|0;m=h|32;if(n>>>0>=10){q=(h|0)==46;if(!(q|(m+-97|0)>>>0<6)){m=h;break}if(q)if(!t){t=1;f=o;q=u;g=v;e=w;n=v;m=w}else{m=46;break}else y=86}else y=86;if((y|0)==86){y=0;h=(h|0)>57?m+-87|0:n;do if(!((w|0)<0|(w|0)==0&v>>>0<8)){if((w|0)<0|(w|0)==0&v>>>0<14){s=o*.0625;f=s;d=d+s*+(h|0);break}if((j|0)!=0|(h|0)==0)f=o;else{j=1;f=o;d=d+o*.5}}else{f=o;b=h+(b<<4)|0}while(0);n=nG(v|0,w|0,1,0)|0;q=1;m=N}h=k[A>>2]|0;if(h>>>0<(k[z>>2]|0)>>>0){k[A>>2]=h+1;o=f;h=l[h>>0]|0;u=q;w=m;v=n;continue}else{o=f;h=el(a)|0;u=q;w=m;v=n;continue}}if(!u){b=(k[z>>2]|0)==0;if(!b)k[A>>2]=(k[A>>2]|0)+-1;if(c){if(!b?(x=k[A>>2]|0,k[A>>2]=x+-1,t|0):0)k[A>>2]=x+-2}else ry(a,0);d=+(I|0)*0.0;break a}j=(t|0)==0;n=j?v:g;j=j?w:e;if((w|0)<0|(w|0)==0&v>>>0<8){g=v;e=w;do{b=b<<4;g=nG(g|0,e|0,1,0)|0;e=N}while((e|0)<0|(e|0)==0&g>>>0<8);h=b}else h=b;if((m|32|0)==112){e=Zf(a,c)|0;b=N;if((e|0)==0&(b|0)==-2147483648){if(!c){ry(a,0);d=0.0;break a}if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}}}else if(!(k[z>>2]|0)){e=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;e=0;b=0}g=QD(n|0,j|0,2)|0;g=nG(g|0,N|0,-32,-1)|0;g=nG(g|0,N|0,e|0,b|0)|0;b=N;if(!h){d=+(I|0)*0.0;break a}if((b|0)>0|(b|0)==0&g>>>0>(0-H|0)>>>0){J=CG()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break a}G=H+-106|0;F=((G|0)<0)<<31>>31;if((b|0)<(F|0)|(b|0)==(F|0)&g>>>0<G>>>0){J=CG()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break a}if((h|0)>-1){e=h;do{F=!(d>=.5);G=F&1|e<<1;e=G^1;d=d+(F?d:d+-1.0);g=nG(g|0,b|0,-1,-1)|0;b=N}while((G|0)>-1);o=d;h=e}else o=d;H=pE(32,0,H|0,((H|0)<0)<<31>>31|0)|0;b=nG(g|0,b|0,H|0,N|0)|0;H=N;if(0>(H|0)|0==(H|0)&J>>>0>b>>>0)if((b|0)<0){e=0;b=84;y=127}else y=125;else{b=J;y=125}if((y|0)==125)if((b|0)<53){e=b;b=84-b|0;y=127}else{f=0.0;d=+(I|0)}if((y|0)==127){d=+(I|0);f=+vK(+Uo(1.0,b),d);b=e}J=(h&1|0)==0&(o!=0.0&(b|0)<32);d=d*(J?0.0:o)+(f+d*+(((J&1)+h|0)>>>0))-f;if(!(d!=0.0)){J=CG()|0;k[J>>2]=34}d=+wK(d,g);break a}else b=g;while(0);B=H+J|0;F=0-B|0;e=0;f:while(1){switch(b|0){case 46:{y=138;break f}case 48:break;default:{m=0;h=e;n=0;j=0;break f}}b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0;e=1;continue}else{b=el(a)|0;e=1;continue}}if((y|0)==138){b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;if((b|0)==48){e=0;b=0;while(1){e=nG(e|0,b|0,-1,-1)|0;j=N;b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;if((b|0)==48)b=j;else{m=1;h=1;n=e;break}}}else{m=1;h=e;n=0;j=0}}k[G>>2]=0;q=b+-48|0;g=(b|0)==46;g:do if(g|q>>>0<10){y=G+496|0;u=0;e=0;x=0;v=m;w=h;m=0;h=0;h:while(1){do if(g)if(!v){v=1;t=x;n=m;j=h}else break h;else{m=nG(m|0,h|0,1,0)|0;h=N;t=(b|0)!=48;if((e|0)>=125){if(!t){t=x;break}k[y>>2]=k[y>>2]|1;t=x;break}g=G+(e<<2)|0;if(!u)b=q;else b=b+-48+((k[g>>2]|0)*10|0)|0;k[g>>2]=b;u=u+1|0;w=(u|0)==9;u=w?0:u;e=(w&1)+e|0;t=t?m:x;w=1}while(0);b=k[A>>2]|0;if(b>>>0<(k[z>>2]|0)>>>0){k[A>>2]=b+1;b=l[b>>0]|0}else b=el(a)|0;q=b+-48|0;g=(b|0)==46;if(!(g|q>>>0<10)){q=t;t=v;g=w;y=161;break g}else x=t}b=u;q=x;g=(w|0)!=0;y=169}else{u=0;e=0;q=0;t=m;g=h;m=0;h=0;y=161}while(0);do if((y|0)==161){x=(t|0)==0;n=x?m:n;j=x?h:j;g=(g|0)!=0;if(!(g&(b|32|0)==101))if((b|0)>-1){b=u;y=169;break}else{b=u;y=171;break}g=Zf(a,c)|0;b=N;if((g|0)==0&(b|0)==-2147483648){if(!c){ry(a,0);d=0.0;break}if(!(k[z>>2]|0)){g=0;b=0}else{k[A>>2]=(k[A>>2]|0)+-1;g=0;b=0}}w=nG(g|0,b|0,n|0,j|0)|0;b=u;j=N;y=173}while(0);if((y|0)==169)if(k[z>>2]|0){k[A>>2]=(k[A>>2]|0)+-1;if(g){w=n;y=173}else y=172}else y=171;if((y|0)==171)if(g){w=n;y=173}else y=172;do if((y|0)==172){J=CG()|0;k[J>>2]=22;ry(a,0);d=0.0}else if((y|0)==173){g=k[G>>2]|0;if(!g){d=+(I|0)*0.0;break}if(((h|0)<0|(h|0)==0&m>>>0<10)&((w|0)==(m|0)&(j|0)==(h|0))?J>>>0>30|(g>>>J|0)==0:0){d=+(I|0)*+(g>>>0);break}a=(H|0)/-2|0;A=((a|0)<0)<<31>>31;if((j|0)>(A|0)|(j|0)==(A|0)&w>>>0>a>>>0){J=CG()|0;k[J>>2]=34;d=+(I|0)*1797693134862315708145274.0e284*1797693134862315708145274.0e284;break}a=H+-106|0;A=((a|0)<0)<<31>>31;if((j|0)<(A|0)|(j|0)==(A|0)&w>>>0<a>>>0){J=CG()|0;k[J>>2]=34;d=+(I|0)*2.2250738585072014e-308*2.2250738585072014e-308;break}if(b){if((b|0)<9){h=G+(e<<2)|0;g=k[h>>2]|0;do{g=g*10|0;b=b+1|0}while((b|0)!=9);k[h>>2]=g}e=e+1|0}if((q|0)<9?(q|0)<=(w|0)&(w|0)<18:0){if((w|0)==9){d=+(I|0)*+((k[G>>2]|0)>>>0);break}if((w|0)<9){d=+(I|0)*+((k[G>>2]|0)>>>0)/+(k[3988+(8-w<<2)>>2]|0);break}a=J+27+(aa(w,-3)|0)|0;b=k[G>>2]|0;if((a|0)>30|(b>>>a|0)==0){d=+(I|0)*+(b>>>0)*+(k[3988+(w+-10<<2)>>2]|0);break}}b=(w|0)%9|0;if(!b){b=0;h=0}else{q=(w|0)>-1?b:b+9|0;m=k[3988+(8-q<<2)>>2]|0;if(e){n=1e9/(m|0)|0;h=0;j=0;g=w;b=0;do{z=G+(b<<2)|0;A=k[z>>2]|0;a=((A>>>0)/(m>>>0)|0)+h|0;k[z>>2]=a;h=aa((A>>>0)%(m>>>0)|0,n)|0;a=(b|0)==(j|0)&(a|0)==0;g=a?g+-9|0:g;j=a?j+1&127:j;b=b+1|0}while((b|0)!=(e|0));if(!h)h=j;else{k[G+(e<<2)>>2]=h;h=j;e=e+1|0}}else{h=0;e=0;g=w}b=0;w=9-q+g|0}i:while(1){q=(w|0)<18;t=(w|0)==18;u=G+(h<<2)|0;while(1){if(!q){if(!t){g=w;break i}if((k[u>>2]|0)>>>0>=9007199){g=18;break i}}g=0;v=e;e=e+127|0;while(1){j=e&127;m=G+(j<<2)|0;e=QD(k[m>>2]|0,0,29)|0;e=nG(e|0,N|0,g|0,0)|0;g=N;if(g>>>0>0|(g|0)==0&e>>>0>1e9){n=zI(e|0,g|0,1e9,0)|0;e=cA(e|0,g|0,1e9,0)|0}else n=0;k[m>>2]=e;a=(j|0)==(h|0);v=(j|0)!=(v+127&127|0)|a?v:(e|0)==0?j:v;if(a)break;else{g=n;e=j+-1|0}}b=b+-29|0;if(n|0)break;else e=v}h=h+127&127;e=v+127&127;g=G+((v+126&127)<<2)|0;if((h|0)==(v|0))k[g>>2]=k[g>>2]|k[G+(e<<2)>>2];else e=v;k[G+(h<<2)>>2]=n;w=w+9|0}j:while(1){u=e+1&127;v=G+((e+127&127)<<2)|0;while(1){n=(g|0)==18;t=(g|0)>27?9:1;w=h;while(1){h=0;while(1){j=h+w&127;if((j|0)==(e|0)){E=2;y=220;break}j=k[G+(j<<2)>>2]|0;m=k[4020+(h<<2)>>2]|0;if(j>>>0<m>>>0){E=2;y=220;break}if(j>>>0>m>>>0)break;h=h+1|0;if((h|0)>=2){E=h;y=220;break}}if((y|0)==220?(y=0,n&(E|0)==2):0){d=0.0;j=0;break j}b=b+t|0;if((w|0)==(e|0))w=e;else break}n=(1<<t)+-1|0;q=1e9>>>t;m=0;h=w;j=w;do{z=G+(j<<2)|0;A=k[z>>2]|0;a=(A>>>t)+m|0;k[z>>2]=a;m=aa(A&n,q)|0;a=(j|0)==(h|0)&(a|0)==0;g=a?g+-9|0:g;h=a?h+1&127:h;j=j+1&127}while((j|0)!=(e|0));if(!m)continue;if((u|0)!=(h|0))break;k[v>>2]=k[v>>2]|1}k[G+(e<<2)>>2]=m;e=u}while(1){h=j+w&127;g=e+1&127;if((h|0)==(e|0))k[G+(g+-1<<2)>>2]=0;else g=e;d=d*1.0e9+ +((k[G+(h<<2)>>2]|0)>>>0);j=j+1|0;if((j|0)==2)break;else e=g}s=+(I|0);f=s*d;m=b+53|0;n=m-H|0;q=(n|0)<(J|0);e=q&1;j=q?((n|0)<0?0:n):J;if((j|0)<53){L=+vK(+Uo(1.0,105-j|0),f);o=+EK(f,+Uo(1.0,53-j|0));p=L;d=o;o=L+(f-o)}else{p=0.0;d=0.0;o=f}h=w+2&127;do if((h|0)!=(g|0)){h=k[G+(h<<2)>>2]|0;do if(h>>>0>=5e8){if((h|0)!=5e8){d=s*.75+d;break}if((w+3&127|0)==(g|0)){d=s*.5+d;break}else{d=s*.75+d;break}}else{if((h|0)==0?(w+3&127|0)==(g|0):0)break;d=s*.25+d}while(0);if((53-j|0)>1){if(+EK(d,1.0)!=0.0){f=d;break}f=d+1.0}else f=d}else f=d;while(0);d=o+f-p;do if((m&2147483647|0)>(-2-B|0)){if(+P(+d)>=9007199254740992.0){d=d*.5;e=q&(j|0)==(n|0)?0:e;b=b+1|0}if((b+50|0)<=(F|0)?!(f!=0.0&(e|0)!=0):0)break;J=CG()|0;k[J>>2]=34}while(0);d=+wK(d,b)}while(0);break a}default:{if(k[z>>2]|0)k[A>>2]=(k[A>>2]|0)+-1;J=CG()|0;k[J>>2]=22;ry(a,0);d=0.0;break a}}}}while(0);if((y|0)==23){e=(k[z>>2]|0)==0;if(!e)k[A>>2]=(k[A>>2]|0)+-1;if((c|0)!=0&b>>>0>3)do{if(!e)k[A>>2]=(k[A>>2]|0)+-1;b=b+-1|0}while(b>>>0>3)}d=+(I|0)*D}while(0);r=K;return +d}function Cc(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,m=0,n=0.0,o=0,q=0,s=0,t=0,v=0.0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0,ha=0,ia=0,ja=0;ja=r;r=r+624|0;fa=ja+24|0;ga=ja+16|0;ha=ja+588|0;X=ja+576|0;ia=ja;S=ja+536|0;M=ja+8|0;O=ja+528|0;P=(a|0)!=0;Q=S+40|0;R=Q;S=S+39|0;T=M+4|0;U=ha;V=0-U|0;W=X+12|0;X=X+11|0;Y=W;Z=Y-U|0;_=-2-U|0;$=Y+2|0;ba=fa+288|0;ca=ha+9|0;da=ca;ea=ha+8|0;g=0;f=0;q=0;a:while(1){do if((f|0)>-1)if((g|0)>(2147483647-f|0)){f=CG()|0;k[f>>2]=75;f=-1;break}else{f=g+f|0;break}while(0);g=i[b>>0]|0;if(!(g<<24>>24)){L=243;break}else h=b;b:while(1){switch(g<<24>>24){case 37:{g=h;L=9;break b}case 0:{g=h;break b}default:{}}g=h+1|0;h=g;g=i[g>>0]|0}c:do if((L|0)==9)while(1){L=0;if((i[h+1>>0]|0)!=37)break c;g=g+1|0;h=h+2|0;if((i[h>>0]|0)==37)L=9;else break}while(0);g=g-b|0;if(P?(k[a>>2]&32|0)==0:0)mk(b,g,a)|0;if(g|0){b=h;continue}o=h+1|0;m=i[o>>0]|0;g=(m<<24>>24)+-48|0;if(g>>>0<10){t=(i[h+2>>0]|0)==36;o=t?h+3|0:o;w=t?g:-1;t=t?1:q;g=i[o>>0]|0}else{w=-1;t=q;g=m}h=(g<<24>>24)+-32|0;d:do if(h>>>0<32){m=0;do{if(!(1<<h&75913))break d;m=1<<(g<<24>>24)+-32|m;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-32|0}while(h>>>0<32)}else m=0;while(0);do if(g<<24>>24!=42){h=(g<<24>>24)+-48|0;if(h>>>0<10){q=0;do{q=(q*10|0)+h|0;o=o+1|0;g=i[o>>0]|0;h=(g<<24>>24)+-48|0}while(h>>>0<10);if((q|0)<0){f=-1;break a}else K=t}else{q=0;K=t}}else{s=o+1|0;g=i[s>>0]|0;h=(g<<24>>24)+-48|0;if(h>>>0<10?(i[o+2>>0]|0)==36:0){k[e+(h<<2)>>2]=10;g=k[d+((i[s>>0]|0)+-48<<3)>>2]|0;h=1;s=o+3|0}else{if(t|0){f=-1;break a}if(!P){q=0;K=0;o=s;break}h=(k[c>>2]|0)+(4-1)&~(4-1);g=k[h>>2]|0;k[c>>2]=h+4;h=0}K=(g|0)<0;q=K?0-g|0:g;m=K?m|8192:m;K=h;o=s;g=i[s>>0]|0}while(0);e:do if(g<<24>>24==46){g=o+1|0;h=i[g>>0]|0;if(h<<24>>24!=42){o=(h<<24>>24)+-48|0;if(o>>>0<10)h=0;else{x=0;break}while(1){h=(h*10|0)+o|0;g=g+1|0;o=(i[g>>0]|0)+-48|0;if(o>>>0>=10){x=h;break e}}}g=o+2|0;h=(i[g>>0]|0)+-48|0;if(h>>>0<10?(i[o+3>>0]|0)==36:0){k[e+(h<<2)>>2]=10;x=k[d+((i[g>>0]|0)+-48<<3)>>2]|0;g=o+4|0;break}if(K|0){f=-1;break a}if(P){J=(k[c>>2]|0)+(4-1)&~(4-1);x=k[J>>2]|0;k[c>>2]=J+4}else x=0}else{x=-1;g=o}while(0);t=0;while(1){h=(i[g>>0]|0)+-65|0;if(h>>>0>57){f=-1;break a}J=g+1|0;h=i[38033+(t*58|0)+h>>0]|0;o=h&255;if((o+-1|0)>>>0<8){t=o;g=J}else break}if(!(h<<24>>24)){f=-1;break}s=(w|0)>-1;do if(h<<24>>24==19)if(s){f=-1;break a}else L=51;else{if(s){k[e+(w<<2)>>2]=o;H=d+(w<<3)|0;I=k[H+4>>2]|0;L=ia;k[L>>2]=k[H>>2];k[L+4>>2]=I;L=51;break}if(!P){f=0;break a}Jf(ia,o,c)}while(0);if((L|0)==51?(L=0,!P):0){g=0;q=K;b=J;continue}E=i[g>>0]|0;E=(t|0)!=0&(E&15|0)==3?E&-33:E;s=m&-65537;I=(m&8192|0)==0?m:s;f:do switch(E|0){case 110:switch((t&255)<<24>>24){case 0:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 1:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 2:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}case 3:{j[k[ia>>2]>>1]=f;g=0;q=K;b=J;continue a}case 4:{i[k[ia>>2]>>0]=f;g=0;q=K;b=J;continue a}case 6:{k[k[ia>>2]>>2]=f;g=0;q=K;b=J;continue a}case 7:{g=k[ia>>2]|0;k[g>>2]=f;k[g+4>>2]=((f|0)<0)<<31>>31;g=0;q=K;b=J;continue a}default:{g=0;q=K;b=J;continue a}}case 112:{s=120;t=x>>>0>8?x:8;g=I|8;L=63;break}case 88:case 120:{s=E;t=x;g=I;L=63;break}case 111:{h=ia;g=k[h>>2]|0;h=k[h+4>>2]|0;if((g|0)==0&(h|0)==0)b=Q;else{b=Q;do{b=b+-1|0;i[b>>0]=g&7|48;g=WD(g|0,h|0,3)|0;h=N}while(!((g|0)==0&(h|0)==0))}if(!(I&8)){h=0;m=38513;o=x;g=I;L=76}else{o=R-b|0;h=0;m=38513;o=(x|0)>(o|0)?x:o+1|0;g=I;L=76}break}case 105:case 100:{b=ia;g=k[b>>2]|0;b=k[b+4>>2]|0;if((b|0)<0){g=pE(0,0,g|0,b|0)|0;b=N;h=ia;k[h>>2]=g;k[h+4>>2]=b;h=1;m=38513;L=75;break f}if(!(I&2048)){m=I&1;h=m;m=(m|0)==0?38513:38515;L=75}else{h=1;m=38514;L=75}break}case 117:{b=ia;h=0;m=38513;g=k[b>>2]|0;b=k[b+4>>2]|0;L=75;break}case 99:{i[S>>0]=k[ia>>2];b=S;w=0;t=38513;h=Q;g=1;break}case 109:{g=CG()|0;g=Wq(k[g>>2]|0)|0;L=81;break}case 115:{g=k[ia>>2]|0;g=g|0?g:38523;L=81;break}case 67:{k[M>>2]=k[ia>>2];k[T>>2]=0;k[ia>>2]=M;s=-1;h=M;L=85;break}case 83:{g=k[ia>>2]|0;if(!x){Tn(a,32,q,0,I);g=0;L=96}else{s=x;h=g;L=85}break}case 65:case 71:case 70:case 69:case 97:case 103:case 102:case 101:{n=+p[ia>>3];k[ga>>2]=0;p[u>>3]=n;if((k[u+4>>2]|0)>=0){g=I&1;if(!(I&2048)){G=g;H=(g|0)==0?38531:38536}else{G=1;H=38533}}else{n=-n;G=1;H=38530}p[u>>3]=n;F=k[u+4>>2]&2146435072;do if(F>>>0<2146435072|(F|0)==2146435072&0<0){v=+BK(n,ga)*2.0;b=v!=0.0;if(b)k[ga>>2]=(k[ga>>2]|0)+-1;z=E|32;if((z|0)==97){o=E&32;w=(o|0)==0?H:H+9|0;t=G|2;g=12-x|0;do if(!(x>>>0>11|(g|0)==0)){n=8.0;do{g=g+-1|0;n=n*16.0}while((g|0)!=0);if((i[w>>0]|0)==45){n=-(n+(-v-n));break}else{n=v+n-n;break}}else n=v;while(0);b=k[ga>>2]|0;g=(b|0)<0?0-b|0:b;g=_p(g,((g|0)<0)<<31>>31,W)|0;if((g|0)==(W|0)){i[X>>0]=48;g=X}i[g+-1>>0]=(b>>31&2)+43;s=g+-2|0;i[s>>0]=E+15;m=(x|0)<1;h=(I&8|0)==0;g=ha;do{H=~~n;b=g+1|0;i[g>>0]=l[38497+H>>0]|o;n=(n-+(H|0))*16.0;do if((b-U|0)==1){if(h&(m&n==0.0)){g=b;break}i[b>>0]=46;g=g+2|0}else g=b;while(0)}while(n!=0.0);m=s;h=(x|0)!=0&(_+g|0)<(x|0)?$+x-m|0:Z-m+g|0;o=h+t|0;Tn(a,32,q,o,I);if(!(k[a>>2]&32))mk(w,t,a)|0;Tn(a,48,q,o,I^65536);b=g-U|0;if(!(k[a>>2]&32))mk(ha,b,a)|0;g=Y-m|0;Tn(a,48,h-(b+g)|0,0,0);if(!(k[a>>2]&32))mk(s,g,a)|0;Tn(a,32,q,o,I^8192);g=(o|0)<(q|0)?q:o;break}g=(x|0)<0?6:x;if(b){b=(k[ga>>2]|0)+-28|0;k[ga>>2]=b;n=v*268435456.0}else{n=v;b=k[ga>>2]|0}F=(b|0)<0?fa:ba;h=F;do{D=~~n>>>0;k[h>>2]=D;h=h+4|0;n=(n-+(D>>>0))*1.0e9}while(n!=0.0);if((b|0)>0){m=F;s=h;while(1){o=(b|0)>29?29:b;b=s+-4|0;do if(b>>>0>=m>>>0){h=0;do{C=QD(k[b>>2]|0,0,o|0)|0;C=nG(C|0,N|0,h|0,0)|0;D=N;B=cA(C|0,D|0,1e9,0)|0;k[b>>2]=B;h=zI(C|0,D|0,1e9,0)|0;b=b+-4|0}while(b>>>0>=m>>>0);if(!h)break;m=m+-4|0;k[m>>2]=h}while(0);h=s;while(1){if(h>>>0<=m>>>0)break;b=h+-4|0;if(!(k[b>>2]|0))h=b;else break}b=(k[ga>>2]|0)-o|0;k[ga>>2]=b;if((b|0)>0)s=h;else break}}else m=F;if((b|0)<0){x=((g+25|0)/9|0)+1|0;y=(z|0)==102;do{w=0-b|0;w=(w|0)>9?9:w;do if(m>>>0<h>>>0){o=(1<<w)+-1|0;s=1e9>>>w;t=0;b=m;do{D=k[b>>2]|0;k[b>>2]=(D>>>w)+t;t=aa(D&o,s)|0;b=b+4|0}while(b>>>0<h>>>0);b=(k[m>>2]|0)==0?m+4|0:m;if(!t){m=b;b=h;break}k[h>>2]=t;m=b;b=h+4|0}else{m=(k[m>>2]|0)==0?m+4|0:m;b=h}while(0);h=y?F:m;h=(b-h>>2|0)>(x|0)?h+(x<<2)|0:b;b=(k[ga>>2]|0)+w|0;k[ga>>2]=b}while((b|0)<0)}D=F;do if(m>>>0<h>>>0){b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10)break;else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0)}else b=0;while(0);A=(z|0)==103;B=(g|0)!=0;o=g-((z|0)!=102?b:0)+((B&A)<<31>>31)|0;if((o|0)<(((h-D>>2)*9|0)+-9|0)){o=o+9216|0;t=F+4+(((o|0)/9|0)+-1024<<2)|0;o=((o|0)%9|0)+1|0;if((o|0)<9){s=10;do{s=s*10|0;o=o+1|0}while((o|0)!=9)}else s=10;x=k[t>>2]|0;y=(x>>>0)%(s>>>0)|0;o=(t+4|0)==(h|0);do if(o&(y|0)==0)o=t;else{v=(((x>>>0)/(s>>>0)|0)&1|0)==0?9007199254740992.0:9007199254740994.0;w=(s|0)/2|0;if(y>>>0<w>>>0)n=.5;else n=o&(y|0)==(w|0)?1.0:1.5;do if(G){if((i[H>>0]|0)!=45)break;n=-n;v=-v}while(0);o=x-y|0;k[t>>2]=o;if(!(v+n!=v)){o=t;break}C=o+s|0;k[t>>2]=C;if(C>>>0>999999999){o=t;while(1){b=o+-4|0;k[o>>2]=0;if(b>>>0<m>>>0){m=m+-4|0;k[m>>2]=0}C=(k[b>>2]|0)+1|0;k[b>>2]=C;if(C>>>0>999999999)o=b;else{t=b;break}}}b=(D-m>>2)*9|0;s=k[m>>2]|0;if(s>>>0<10){o=t;break}else o=10;do{o=o*10|0;b=b+1|0}while(s>>>0>=o>>>0);o=t}while(0);C=o+4|0;h=h>>>0>C>>>0?C:h}y=0-b|0;C=h;while(1){if(C>>>0<=m>>>0){z=0;break}h=C+-4|0;if(!(k[h>>2]|0))C=h;else{z=1;break}}do if(A){g=(B&1^1)+g|0;if((g|0)>(b|0)&(b|0)>-5){t=E+-1|0;g=g+-1-b|0}else{t=E+-2|0;g=g+-1|0}h=I&8;if(h|0){w=h;break}do if(z){s=k[C+-4>>2]|0;if(!s){o=9;break}if(!((s>>>0)%10|0)){o=0;h=10}else{o=0;break}do{h=h*10|0;o=o+1|0}while(!((s>>>0)%(h>>>0)|0|0))}else o=9;while(0);h=((C-D>>2)*9|0)+-9|0;if((t|32|0)==102){w=h-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}else{w=h+b-o|0;w=(w|0)<0?0:w;g=(g|0)<(w|0)?g:w;w=0;break}}else{t=E;w=I&8}while(0);x=g|w;o=(x|0)!=0&1;s=(t|32|0)==102;if(s){y=0;b=(b|0)>0?b:0}else{h=(b|0)<0?y:b;h=_p(h,((h|0)<0)<<31>>31,W)|0;if((Y-h|0)<2)do{h=h+-1|0;i[h>>0]=48}while((Y-h|0)<2);i[h+-1>>0]=(b>>31&2)+43;b=h+-2|0;i[b>>0]=t;y=b;b=Y-b|0}A=G+1+g+o+b|0;Tn(a,32,q,A,I);if(!(k[a>>2]&32))mk(H,G,a)|0;Tn(a,48,q,A,I^65536);do if(s){m=m>>>0>F>>>0?F:m;h=m;do{b=_p(k[h>>2]|0,0,ca)|0;do if((h|0)==(m|0)){if((b|0)!=(ca|0))break;i[ea>>0]=48;b=ea}else{if(b>>>0<=ha>>>0)break;Vs(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);if(!(k[a>>2]&32))mk(b,da-b|0,a)|0;h=h+4|0}while(h>>>0<=F>>>0);do if(x|0){if(k[a>>2]&32|0)break;mk(45919,1,a)|0}while(0);if((g|0)>0&h>>>0<C>>>0)while(1){b=_p(k[h>>2]|0,0,ca)|0;if(b>>>0>ha>>>0){Vs(ha|0,48,b-U|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}if(!(k[a>>2]&32))mk(b,(g|0)>9?9:g,a)|0;h=h+4|0;b=g+-9|0;if(!((g|0)>9&h>>>0<C>>>0)){g=b;break}else g=b}Tn(a,48,g+9|0,9,0)}else{t=z?C:m+4|0;if((g|0)>-1){s=(w|0)==0;o=m;do{b=_p(k[o>>2]|0,0,ca)|0;if((b|0)==(ca|0)){i[ea>>0]=48;b=ea}do if((o|0)==(m|0)){h=b+1|0;if(!(k[a>>2]&32))mk(b,1,a)|0;if(s&(g|0)<1){b=h;break}if(k[a>>2]&32|0){b=h;break}mk(45919,1,a)|0;b=h}else{if(b>>>0<=ha>>>0)break;Vs(ha|0,48,b+V|0)|0;do b=b+-1|0;while(b>>>0>ha>>>0)}while(0);h=da-b|0;if(!(k[a>>2]&32))mk(b,(g|0)>(h|0)?h:g,a)|0;g=g-h|0;o=o+4|0}while(o>>>0<t>>>0&(g|0)>-1)}Tn(a,48,g+18|0,18,0);if(k[a>>2]&32|0)break;mk(y,Y-y|0,a)|0}while(0);Tn(a,32,q,A,I^8192);g=(A|0)<(q|0)?q:A}else{o=(E&32|0)!=0;m=n!=n|0.0!=0.0;b=m?0:G;h=b+3|0;Tn(a,32,q,h,s);g=k[a>>2]|0;if(!(g&32)){mk(H,b,a)|0;g=k[a>>2]|0}if(!(g&32))mk(m?(o?38557:38561):o?38549:38553,3,a)|0;Tn(a,32,q,h,I^8192);g=(h|0)<(q|0)?q:h}while(0);q=K;b=J;continue a}default:{w=0;t=38513;h=Q;g=x;s=I}}while(0);g:do if((L|0)==63){m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0;o=s&32;if((h|0)==0&(m|0)==0){b=Q;h=0;m=0}else{b=Q;do{b=b+-1|0;i[b>>0]=l[38497+(h&15)>>0]|o;h=WD(h|0,m|0,4)|0;m=N}while(!((h|0)==0&(m|0)==0));m=ia;h=k[m>>2]|0;m=k[m+4>>2]|0}m=(g&8|0)==0|(h|0)==0&(m|0)==0;h=m?0:2;m=m?38513:38513+(s>>4)|0;o=t;L=76}else if((L|0)==75){b=_p(g,b,Q)|0;o=x;g=I;L=76}else if((L|0)==81){L=0;I=kk(g,x)|0;H=(I|0)==0;b=g;w=0;t=38513;h=H?g+x|0:I;g=H?x:I-g|0}else if((L|0)==85){L=0;o=h;g=0;b=0;while(1){m=k[o>>2]|0;if(!m)break;b=kI(O,m)|0;if((b|0)<0|b>>>0>(s-g|0)>>>0)break;g=b+g|0;if(s>>>0>g>>>0)o=o+4|0;else break}if((b|0)<0){f=-1;break a}Tn(a,32,q,g,I);if(!g){g=0;L=96}else{m=0;while(1){b=k[h>>2]|0;if(!b){L=96;break g}b=kI(O,b)|0;m=b+m|0;if((m|0)>(g|0)){L=96;break g}if(!(k[a>>2]&32))mk(O,b,a)|0;if(m>>>0>=g>>>0){L=96;break}else h=h+4|0}}}while(0);if((L|0)==96){L=0;Tn(a,32,q,g,I^8192);g=(q|0)>(g|0)?q:g;q=K;b=J;continue}if((L|0)==76){L=0;s=(o|0)>-1?g&-65537:g;g=ia;g=(k[g>>2]|0)!=0|(k[g+4>>2]|0)!=0;if((o|0)!=0|g){g=(g&1^1)+(R-b)|0;w=h;t=m;h=Q;g=(o|0)>(g|0)?o:g}else{b=Q;w=h;t=m;h=Q;g=0}}o=h-b|0;h=(g|0)<(o|0)?o:g;m=h+w|0;g=(q|0)<(m|0)?m:q;Tn(a,32,g,m,s);if(!(k[a>>2]&32))mk(t,w,a)|0;Tn(a,48,g,m,s^65536);Tn(a,48,h,o,0);if(!(k[a>>2]&32))mk(b,o,a)|0;Tn(a,32,g,m,s^8192);q=K;b=J}h:do if((L|0)==243)if(!a)if(!q)f=0;else{f=1;while(1){g=k[e+(f<<2)>>2]|0;if(!g){b=0;break}Jf(d+(f<<3)|0,g,c);f=f+1|0;if((f|0)>=10){f=1;break h}}while(1){g=f+1|0;if(b|0){f=-1;break h}if((g|0)>=10){f=1;break h}f=g;b=k[e+(g<<2)>>2]|0}}while(0);r=ja;return f|0}function Dc(a,b,c,d,e,f,g,h,m,n,o){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;m=m|0;n=n|0;o=o|0;var p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0;$=r;r=r+512|0;Q=$+88|0;p=$+96|0;_=$+80|0;K=$+72|0;L=$+68|0;M=$+500|0;N=$+497|0;O=$+496|0;U=$+56|0;V=$+44|0;W=$+32|0;X=$+20|0;Y=$+8|0;P=$+4|0;T=$;k[Q>>2]=o;k[_>>2]=p;Z=_+4|0;k[Z>>2]=181;k[K>>2]=p;k[L>>2]=p+400;k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[U+(o<<2)>>2]=0;o=o+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[V+(o<<2)>>2]=0;o=o+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[W+(o<<2)>>2]=0;o=o+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[X+(o<<2)>>2]=0;o=o+1|0}k[Y>>2]=0;k[Y+4>>2]=0;k[Y+8>>2]=0;o=0;while(1){if((o|0)==3)break;k[Y+(o<<2)>>2]=0;o=o+1|0}nd(c,d,M,N,O,U,V,W,X,P);k[n>>2]=k[m>>2];F=h+8|0;G=W+11|0;H=W+4|0;I=X+11|0;J=X+4|0;x=(e&512|0)!=0;y=V+11|0;z=V+4|0;A=Y+11|0;B=Y+4|0;C=M+3|0;D=U+11|0;E=U+4|0;R=0;w=0;v=p;a:while(1){if(w>>>0>=4){S=212;break}o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)!=(k[b+16>>2]|0))if(o)break;else{S=212;break a}if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)!=-1){if(!o){S=212;break a}}else S=27}else S=27;while(0);if((S|0)==27){S=0;if(o){b=0;S=212;break}else b=0}b:do switch(i[M+w>>0]|0){case 1:{if((w|0)==3){d=R;o=v}else{o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){S=41;break a}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){S=41;break a}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}An(Y,o&255);o=b;h=b;c=b;S=43}break}case 0:{if((w|0)==3){d=R;o=v}else{o=b;h=b;c=b;S=43}break}case 3:{o=i[G>>0]|0;d=o<<24>>24<0?k[H>>2]|0:o&255;h=i[I>>0]|0;h=h<<24>>24<0?k[J>>2]|0:h&255;if((d|0)==(0-h|0)){d=R;o=v}else{e=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(e|(h|0)==0){if(c)o=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else o=l[q>>0]|0;d=o&255;if(e){o=i[I>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v;break b}o=i[G>>0]|0;if(d<<24>>24!=(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){i[g>>0]=1;d=R;o=v;break b}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(c){e=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;o=i[G>>0]|0;p=d;h=k[d+12>>2]|0;d=k[d+16>>2]|0}else{e=l[q>>0]|0;h=q}c=p+12|0;d=(h|0)==(d|0);if((e&255)<<24>>24==(i[(o<<24>>24<0?k[W>>2]|0:W)>>0]|0)){if(d){hc[k[(k[p>>2]|0)+40>>2]&127](p)|0;o=i[G>>0]|0}else k[c>>2]=h+1;d=(o<<24>>24<0?k[H>>2]|0:o&255)>>>0>1?W:R;o=v;break b}if(d)d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=l[h>>0]|0;o=i[I>>0]|0;if((d&255)<<24>>24!=(i[(o<<24>>24<0?k[X>>2]|0:X)>>0]|0)){S=96;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;o=i[I>>0]|0}else k[c>>2]=h+1;i[g>>0]=1;d=(o<<24>>24<0?k[J>>2]|0:o&255)>>>0>1?X:R;o=v}break}case 2:{if(!(w>>>0<2|(R|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;o=v;break b}s=i[y>>0]|0;o=s<<24>>24<0;u=k[V>>2]|0;d=o?u:V;p=d;c:do if((w|0)!=0?(l[M+(w+-1)>>0]|0)<2:0){o=d+(o?k[z>>2]|0:s&255)|0;e=p;while(1){c=e;if((c|0)==(o|0))break;h=i[c>>0]|0;if(h<<24>>24<=-1)break;if(!(j[(k[F>>2]|0)+(h<<24>>24<<1)>>1]&8192))break;e=c+1|0}h=e-p|0;c=i[A>>0]|0;o=c<<24>>24<0;c=o?k[B>>2]|0:c&255;if(h>>>0<=c>>>0){c=(o?k[Y>>2]|0:Y)+c|0;o=c+(0-h)|0;while(1){if((o|0)==(c|0)){q=b;t=b;c=e;d=s;o=u;h=b;break c}if((i[o>>0]|0)!=(i[d>>0]|0)){q=b;t=b;c=p;d=s;o=u;h=b;break c}d=d+1|0;o=o+1|0}}else{q=b;t=b;c=p;d=s;o=u;h=b}}else{q=b;t=b;c=p;d=s;o=u;h=b}while(0);d:while(1){p=d<<24>>24<0;o=(p?o:V)+(p?k[z>>2]|0:d&255)|0;p=c;if((p|0)==(o|0)){b=t;break}b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(d){e=q;b=t;break}else{o=p;b=t;break d}if((hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(d^(q|0)==0){e=q;b=t;h=q}else{o=p;b=t;break d}else{o=0;b=0;S=121}}else{o=q;b=t;S=121}while(0);if((S|0)==121){S=0;if(d){o=p;break}else{e=o;h=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24!=(i[p>>0]|0)){o=p;break}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))hc[k[(k[o>>2]|0)+40>>2]&127](o)|0;else k[d>>2]=c+1;q=e;t=b;c=p+1|0;d=i[y>>0]|0;o=k[V>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(o|0)!=((t?k[V>>2]|0:V)+(t?k[z>>2]|0:u&255)|0)):0){S=133;break a}else{d=R;o=v}break}case 4:{t=i[O>>0]|0;e=0;d=b;q=b;h=b;o=v;e:while(1){b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);c=(b|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){p=d;b=q;s=h;break}else{p=d;b=q;break e}if((hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break e}else{d=0;b=0;S=143}}else{b=q;S=143}while(0);if((S|0)==143){S=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=d&255;if(c<<24>>24>-1?(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)!=0:0){d=k[n>>2]|0;if((d|0)==(k[Q>>2]|0)){No(m,n,Q);d=k[n>>2]|0}k[n>>2]=d+1;i[d>>0]=c;e=e+1|0}else{v=i[D>>0]|0;if(!(c<<24>>24==t<<24>>24&(e|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((o|0)==(k[L>>2]|0)){qo(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;e=0;o=v}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;h=s;continue}else{k[c>>2]=h+1;d=p;q=b;h=s;continue}}if(e|0?(k[_>>2]|0)!=(o|0):0){if((o|0)==(k[L>>2]|0)){qo(_,K,L);o=k[K>>2]|0}v=o+4|0;k[K>>2]=v;k[o>>2]=e;o=v}e=k[P>>2]|0;f:do if((e|0)>0){d=k[a>>2]|0;do if(d){if((k[d+12>>2]|0)==(k[d+16>>2]|0))if((hc[k[(k[d>>2]|0)+36>>2]&127](d)|0)==-1){k[a>>2]=0;d=0;break}else{d=k[a>>2]|0;break}}else d=0;while(0);d=(d|0)==0;do if(p){if((k[p+12>>2]|0)==(k[p+16>>2]|0)?(hc[k[(k[p>>2]|0)+36>>2]&127](p)|0)==-1:0){b=0;S=174;break}if(!d){S=179;break a}}else S=174;while(0);if((S|0)==174){S=0;if(d){S=179;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24!=(i[N>>0]|0)){S=179;break a}d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;h=p}else{k[c>>2]=h+1;d=p;h=p}while(1){if((e|0)<=0)break f;c=k[a>>2]|0;do if(c){if((k[c+12>>2]|0)==(k[c+16>>2]|0))if((hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)==-1){k[a>>2]=0;c=0;break}else{c=k[a>>2]|0;break}}else c=0;while(0);c=(c|0)==0;do if(h){if((k[h+12>>2]|0)!=(k[h+16>>2]|0))if(c){q=d;p=h;break}else{S=200;break a}if((hc[k[(k[h>>2]|0)+36>>2]&127](h)|0)!=-1)if(c^(d|0)==0){q=d;p=d}else{S=200;break a}else{d=0;b=0;S=193}}else S=193;while(0);if((S|0)==193){S=0;if(c){S=200;break a}else{q=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;if((d&255)<<24>>24<=-1){S=200;break a}if(!(j[(k[F>>2]|0)+(d<<24>>24<<1)>>1]&2048)){S=200;break a}if((k[n>>2]|0)==(k[Q>>2]|0))No(m,n,Q);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=l[c>>0]|0;c=k[n>>2]|0;k[n>>2]=c+1;i[c>>0]=d;e=e+-1|0;k[P>>2]=e;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=q;h=p;continue}else{k[c>>2]=h+1;d=q;h=p;continue}}}while(0);if((k[n>>2]|0)==(k[m>>2]|0)){S=210;break a}else d=R;break}default:{d=R;o=v}}while(0);g:do if((S|0)==43)while(1){S=0;b=k[a>>2]|0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0))if((hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1){k[a>>2]=0;b=0;break}else{b=k[a>>2]|0;break}}else b=0;while(0);d=(b|0)==0;do if(c){if((k[c+12>>2]|0)!=(k[c+16>>2]|0))if(d){p=o;b=h;e=c;break}else{d=R;b=h;o=v;break g}if((hc[k[(k[c>>2]|0)+36>>2]&127](c)|0)!=-1)if(d^(o|0)==0){p=o;b=h;e=o}else{d=R;b=h;o=v;break g}else{o=0;b=0;S=52}}else{b=h;S=52}while(0);if((S|0)==52){S=0;if(d){d=R;o=v;break g}else{p=o;e=0}}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((o&255)<<24>>24<=-1){d=R;o=v;break g}if(!(j[(k[F>>2]|0)+(o<<24>>24<<1)>>1]&8192)){d=R;o=v;break g}o=k[a>>2]|0;d=o+12|0;c=k[d>>2]|0;if((c|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+40>>2]&127](o)|0;else{k[d>>2]=c+1;o=l[c>>0]|0}An(Y,o&255);o=p;h=b;c=e;S=43}while(0);R=d;w=w+1|0;v=o}h:do if((S|0)==41){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==96){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==133){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==179){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==200){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==210){k[f>>2]=k[f>>2]|4;o=0}else if((S|0)==212){i:do if(R|0){e=R+11|0;p=R+4|0;c=1;j:while(1){o=i[e>>0]|0;if(o<<24>>24<0)o=k[p>>2]|0;else o=o&255;if(c>>>0>=o>>>0)break i;o=k[a>>2]|0;do if(o){if((k[o+12>>2]|0)==(k[o+16>>2]|0))if((hc[k[(k[o>>2]|0)+36>>2]&127](o)|0)==-1){k[a>>2]=0;o=0;break}else{o=k[a>>2]|0;break}}else o=0;while(0);o=(o|0)==0;do if(b){if((k[b+12>>2]|0)==(k[b+16>>2]|0)?(hc[k[(k[b>>2]|0)+36>>2]&127](b)|0)==-1:0){S=227;break}if(!o)break j}else S=227;while(0);if((S|0)==227){S=0;if(o)break;else b=0}o=k[a>>2]|0;d=k[o+12>>2]|0;if((d|0)==(k[o+16>>2]|0))o=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else o=l[d>>0]|0;if((i[e>>0]|0)<0)d=k[R>>2]|0;else d=R;if((o&255)<<24>>24!=(i[d+c>>0]|0))break;o=c+1|0;d=k[a>>2]|0;c=d+12|0;h=k[c>>2]|0;if((h|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=o;continue}else{k[c>>2]=h+1;c=o;continue}}k[f>>2]=k[f>>2]|4;o=0;break h}while(0);b=k[_>>2]|0;if((b|0)!=(v|0)){k[T>>2]=0;Lj(U,b,v,T);if(!(k[T>>2]|0)){o=1;break}else{k[f>>2]=k[f>>2]|4;o=0;break}}else o=1}while(0);UG(Y);UG(X);UG(W);UG(V);UG(U);b=k[_>>2]|0;k[_>>2]=0;if(b|0)ec[k[Z>>2]&255](b);r=$;return o|0}function Ec(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0;D=r;r=r+64|0;y=D+48|0;w=D+36|0;x=D+24|0;q=D+12|0;s=D;a:do if((a|0)==(b|0))d=a;else{C=c+56|0;z=k[C>>2]|0;u=z+1|0;k[C>>2]=u;A=c+61|0;B=i[A>>0]|0;if(u>>>0>1)i[A>>0]=1;d=i[a>>0]|0;b:do switch(d|0){case 84:case 71:{c:do if((b-a|0)>2){switch(d|0){case 84:break;case 71:switch(i[a+1>>0]|0){case 86:{y=a+2|0;d=wc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46459)|0;break c}case 82:{y=a+2|0;d=wc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46479)|0;break c}default:{d=a;break c}}default:{d=a;break c}}d=a+1|0;switch(i[d>>0]|0){case 86:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46308)|0;break c}case 84:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46320)|0;break c}case 73:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46329)|0;break c}case 83:{y=a+2|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46343)|0;break c}case 99:{y=a+2|0;d=wm(y,b)|0;if((d|0)==(y|0)){d=a;break c}e=wm(d,b)|0;if((e|0)==(d|0)){d=a;break c}d=Ec(e,b,c)|0;if((d|0)==(e|0)){d=a;break c}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break b}Lz(e+-24|0,0,46362)|0;break c}case 67:{u=a+2|0;d=rc(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}e=Dq(d,b)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break c}if((i[e>>0]|0)!=95){d=a;break c}u=e+1|0;d=rc(u,b,c)|0;if((d|0)==(u|0)){d=a;break c}g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break b}Eq(y,e+-24|0);p=k[g>>2]|0;e=p+-24|0;f=p;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;kA(a);f=k[g>>2]|0}f=Lz(y,0,46389)|0;k[q>>2]=k[f>>2];k[q+4>>2]=k[f+4>>2];k[q+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-48|0;f=uA(q,46414)|0;k[x>>2]=k[f>>2];k[x+4>>2]=k[f+4>>2];k[x+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Eq(s,(k[g>>2]|0)+-24|0);f=i[s+11>>0]|0;e=f<<24>>24<0;f=Fm(x,e?k[s>>2]|0:s,e?k[s+4>>2]|0:f&255)|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-44>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-40>>2]&2147483647)+-1|0;h=1}else v=46}else{i[o>>0]=0;i[m>>0]=0;e=0;v=46}if((v|0)==46){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;d:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;v=54}else{h=0;j=1;g=o;v=55}}else{g=yc(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break d;if(h){e=1;f=k[o>>2]|0;v=54;break}else{h=1;j=0;f=o;v=55;break}}while(0);if((v|0)==54){h=e;j=1;e=k[p+-44>>2]|0}else if((v|0)==55)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-40>>2]=l+1|-2147483648;k[p+-44>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[w>>2];k[o+4>>2]=k[w+4>>2];k[o+8>>2]=k[w+8>>2];e=0;while(1){if((e|0)==3)break;k[w+(e<<2)>>2]=0;e=e+1|0}pF(w);pF(s);pF(x);pF(q);pF(y);break c}default:{e=wm(d,b)|0;do if((e|0)!=(d|0)){d=Ec(e,b,c)|0;if((d|0)!=(e|0)){e=k[c+4>>2]|0;if((k[c>>2]|0)!=(e|0)){e=e+-24|0;if((i[a+2>>0]|0)==118){Lz(e,0,46419)|0;e=0;break}else{Lz(e,0,46437)|0;e=0;break}}else{e=1;d=a}}else{e=0;d=a}}else{e=3;d=a}while(0);switch(e&3){case 3:case 0:break c;default:{}}if(!e)break c;else{d=a;break b}}}}else d=a;while(0);break}default:{d=wc(a,b,c)|0;s=k[c+48>>2]|0;t=k[c+52>>2]|0;if((d|0)!=(a|0))if((d|0)!=(b|0)){switch(i[d>>0]|0){case 46:case 69:break b;default:{}}u=i[A>>0]|0;i[A>>0]=0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[y+(e<<2)>>2]=0;e=e+1|0}q=c+4|0;e=k[q>>2]|0;e:do if((k[c>>2]|0)!=(e|0)){f=e+-24|0;j=i[f+11>>0]|0;l=j<<24>>24<0;if(l)g=k[e+-20>>2]|0;else g=j&255;if(g){if(!(i[c+60>>0]|0)){if(l){g=k[f>>2]|0;h=k[e+-20>>2]|0}else{g=f;h=j&255}if((i[g+h+-1>>0]|0)==62){if(l){g=k[e+-20>>2]|0;h=k[f>>2]|0}else{g=j&255;h=f}if((i[h+(g+-2)>>0]|0)!=45){if(l){g=k[e+-20>>2]|0;f=k[f>>2]|0}else g=j&255;if((i[f+(g+-2)>>0]|0)!=62){o=rc(d,b,c)|0;if((o|0)==(d|0)){d=a;e=0;break}p=k[q>>2]|0;e=p;if(((p-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;e=0;break}f=e+-24|0;k[w>>2]=k[f>>2];k[w+4>>2]=k[f+4>>2];k[w+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}m=e+-12|0;n=y+11|0;do if((i[n>>0]|0)<0){i[k[y>>2]>>0]=0;k[y+4>>2]=0;d=i[n>>0]|0;if(d<<24>>24>=0){v=116;break}l=0;h=(k[y+8>>2]&2147483647)+-1|0;g=1}else{i[y>>0]=0;i[n>>0]=0;d=0;v=116}while(0);if((v|0)==116){l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;f:do if((j|0)!=(h|0)){do if(e){e=k[y>>2]|0;if(g){d=0;f=y;v=123}else{g=0;h=1;f=y;v=124}}else{f=yc(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break f;if(!g){g=1;h=0;e=y;v=124;break}d=1;e=k[y>>2]|0;v=123}while(0);if((v|0)==123){g=d;h=1;d=k[y+4>>2]|0}else if((v|0)==124)d=d&255;d=d+1|0;if(d|0)Qq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[y+8>>2]=j+1|-2147483648;k[y+4>>2]=l;k[y>>2]=f;break}else{i[n>>0]=l;break}}while(0);k[y>>2]=k[m>>2];k[y+4>>2]=k[m+4>>2];k[y+8>>2]=k[m+8>>2];d=0;while(1){if((d|0)==3)break;k[m+(d<<2)>>2]=0;d=d+1|0}p=i[n>>0]|0;if(!((p<<24>>24<0?k[y+4>>2]|0:p&255)|0))Wm(w,32);d=k[q>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[q>>2]=p;kA(p);f=k[q>>2]|0}e=i[w+11>>0]|0;p=e<<24>>24<0;Yj(d+-48|0,0,p?k[w>>2]|0:w,p?k[w+4>>2]|0:e&255)|0;pF(w);d=o;e=k[q>>2]|0}}}}Wm(e+-24|0,40);if((d|0)!=(b|0)?(i[d>>0]|0)==118:0){d=d+1|0;f=k[c>>2]|0;e=k[q>>2]|0}else v=143;do if((v|0)==143){m=w+11|0;n=w+4|0;o=x+11|0;p=x+4|0;j=1;g:while(1){f=k[c>>2]|0;e=k[q>>2]|0;while(1){g=(e-f|0)/24|0;l=rc(d,b,c)|0;e=k[q>>2]|0;f=k[c>>2]|0;h=(e-f|0)/24|0;if((l|0)==(d|0)){v=166;break g}if(h>>>0>g>>>0)break;else d=l}k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;d=0;while(1){if((d|0)==3){d=g;break}k[w+(d<<2)>>2]=0;d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;break}v=i[m>>0]|0;if((v<<24>>24<0?k[n>>2]|0:v&255)|0)uA(w,44677)|0;Eq(x,(k[c>>2]|0)+(d*24|0)|0);v=i[o>>0]|0;f=v<<24>>24<0;Fm(w,f?k[x>>2]|0:x,f?k[p>>2]|0:v&255)|0;pF(x);d=d+1|0}while(1){if(d>>>0>=h>>>0)break;f=k[q>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;v=f+-24|0;k[q>>2]=v;kA(v);f=k[q>>2]|0}d=d+1|0}f=i[m>>0]|0;d=k[n>>2]|0;if(!((f<<24>>24<0?d:f&255)|0))d=j;else{e=k[q>>2]|0;if((k[c>>2]|0)==(e|0)){v=178;break}if(!j){uA(e+-24|0,44677)|0;e=k[q>>2]|0;f=i[m>>0]|0;d=k[n>>2]|0}v=f<<24>>24<0;Fm(e+-24|0,v?k[w>>2]|0:w,v?d:f&255)|0;d=0}pF(w);j=d;d=l}if((v|0)==166)break;else if((v|0)==178){pF(w);d=a;e=0;break e}}while(0);if((f|0)!=(e|0)){Wm(e+-24|0,41);if(s&1|0)uA((k[q>>2]|0)+-24|0,44630)|0;if(s&2|0)uA((k[q>>2]|0)+-24|0,44637)|0;if(s&4|0)uA((k[q>>2]|0)+-24|0,44647)|0;switch(t|0){case 1:{uA((k[q>>2]|0)+-24|0,44680)|0;break}case 2:{uA((k[q>>2]|0)+-24|0,44683)|0;break}default:{}}e=i[y+11>>0]|0;x=e<<24>>24<0;Fm((k[q>>2]|0)+-24|0,x?k[y>>2]|0:y,x?k[y+4>>2]|0:e&255)|0;e=1}else{d=a;e=0}}else{d=a;e=0}}else{d=a;e=0}while(0);pF(y);i[A>>0]=u;if(!e){i[A>>0]=B;k[C>>2]=z;d=a;break a}}else d=b;else d=a}}while(0);i[A>>0]=B;k[C>>2]=z}while(0);r=D;return d|0}function Fc(a,b,c,d,e,f,g,h,j,m,n){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;m=m|0;n=n|0;var o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0;_=r;r=r+512|0;P=_+96|0;o=_+104|0;Z=_+88|0;J=_+80|0;K=_+76|0;L=_+504|0;M=_+72|0;N=_+68|0;T=_+56|0;U=_+44|0;V=_+32|0;W=_+20|0;X=_+8|0;O=_+4|0;S=_;k[P>>2]=n;k[Z>>2]=o;Y=Z+4|0;k[Y>>2]=181;k[J>>2]=o;k[K>>2]=o+400;k[T>>2]=0;k[T+4>>2]=0;k[T+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[T+(n<<2)>>2]=0;n=n+1|0}k[U>>2]=0;k[U+4>>2]=0;k[U+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[U+(n<<2)>>2]=0;n=n+1|0}k[V>>2]=0;k[V+4>>2]=0;k[V+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[V+(n<<2)>>2]=0;n=n+1|0}k[W>>2]=0;k[W+4>>2]=0;k[W+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[W+(n<<2)>>2]=0;n=n+1|0}k[X>>2]=0;k[X+4>>2]=0;k[X+8>>2]=0;n=0;while(1){if((n|0)==3)break;k[X+(n<<2)>>2]=0;n=n+1|0}qd(c,d,L,M,N,T,U,V,W,O);k[m>>2]=k[j>>2];F=V+8+3|0;G=V+4|0;H=W+8+3|0;I=W+4|0;x=(e&512|0)!=0;y=U+8+3|0;z=U+4|0;A=X+8+3|0;B=X+4|0;C=L+3|0;D=T+11|0;E=T+4|0;Q=0;w=0;v=o;a:while(1){if(w>>>0>=4){R=225;break}n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d){R=225;break}}else R=30}else R=30;if((R|0)==30){R=0;if(d){b=0;R=225;break}else b=0}b:do switch(i[L+w>>0]|0){case 1:{if((w|0)==3){d=Q;n=v}else{n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){R=42;break a}c=k[a>>2]|0;n=c+12|0;d=k[n>>2]|0;if((d|0)==(k[c+16>>2]|0))n=hc[k[(k[c>>2]|0)+40>>2]&127](c)|0;else{k[n>>2]=d+4;n=k[d>>2]|0}hn(X,n);n=b;p=b;c=b;R=44}break}case 0:{if((w|0)==3){d=Q;n=v}else{n=b;p=b;c=b;R=44}break}case 3:{n=i[F>>0]|0;d=n<<24>>24<0?k[G>>2]|0:n&255;e=i[H>>0]|0;e=e<<24>>24<0?k[I>>2]|0:e&255;if((d|0)==(0-e|0)){d=Q;n=v}else{o=(d|0)==0;p=k[a>>2]|0;q=k[p+12>>2]|0;d=k[p+16>>2]|0;c=(q|0)==(d|0);if(o|(e|0)==0){if(c)d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[q>>2]|0;if(o){n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v;break b}n=i[F>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){i[g>>0]=1;d=Q;n=v;break b}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(c){o=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;d=k[a>>2]|0;n=i[F>>0]|0;p=d;e=k[d+12>>2]|0;d=k[d+16>>2]|0}else{o=k[q>>2]|0;e=q}c=p+12|0;d=(e|0)==(d|0);if((o|0)==(k[(n<<24>>24<0?k[V>>2]|0:V)>>2]|0)){if(d){hc[k[(k[p>>2]|0)+40>>2]&127](p)|0;n=i[F>>0]|0}else k[c>>2]=e+4;d=(n<<24>>24<0?k[G>>2]|0:n&255)>>>0>1?V:Q;n=v;break b}if(d)d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[e>>2]|0;n=i[H>>0]|0;if((d|0)!=(k[(n<<24>>24<0?k[W>>2]|0:W)>>2]|0)){R=99;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;n=i[H>>0]|0}else k[c>>2]=e+4;i[g>>0]=1;d=(n<<24>>24<0?k[I>>2]|0:n&255)>>>0>1?W:Q;n=v}break}case 2:{if(!(w>>>0<2|(Q|0)!=0)?!(x|(w|0)==2&(i[C>>0]|0)!=0):0){d=0;n=v;break b}d=i[y>>0]|0;c=k[U>>2]|0;n=d<<24>>24<0?c:U;c:do if((w|0)!=0?(l[L+(w+-1)>>0]|0)<2:0){s=n;while(1){u=d<<24>>24<0;n=s;if((n|0)==((u?c:U)+((u?k[z>>2]|0:d&255)<<2)|0))break;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,8192,k[n>>2]|0)|0)){R=106;break}s=n+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if((R|0)==106){R=0;d=i[y>>0]|0;c=k[U>>2]|0}e=d<<24>>24<0?c:U;q=e;p=s-q>>2;o=i[A>>0]|0;n=o<<24>>24<0;o=n?k[B>>2]|0:o&255;if(p>>>0>o>>>0){t=b;u=b;e=q;o=b}else{o=(n?k[X>>2]|0:X)+(o<<2)|0;n=o+(0-p<<2)|0;while(1){if((n|0)==(o|0)){t=b;u=b;e=s;o=b;break c}if((k[n>>2]|0)!=(k[e>>2]|0)){t=b;u=b;e=q;o=b;break c}e=e+4|0;n=n+4|0}}}else{t=b;u=b;e=n;o=b}while(0);while(1){n=d<<24>>24<0;n=(n?c:U)+((n?k[z>>2]|0:d&255)<<2)|0;p=e;if((p|0)==(n|0)){b=u;break}b=k[a>>2]|0;do if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[n>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(o){b=k[o+12>>2]|0;if((b|0)==(k[o+16>>2]|0))b=hc[k[(k[o>>2]|0)+36>>2]&127](o)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(t|0)==0){e=t;b=u;o=t}else{n=p;b=u;break}else{n=0;b=0;R=126}}else{n=t;b=u;R=126}if((R|0)==126){R=0;if(d){n=p;break}else{e=n;o=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)!=(k[p>>2]|0)){n=p;break}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))hc[k[(k[n>>2]|0)+40>>2]&127](n)|0;else k[d>>2]=c+4;t=e;u=b;e=p+4|0;d=i[y>>0]|0;c=k[U>>2]|0}if(x?(u=i[y>>0]|0,t=u<<24>>24<0,(n|0)!=((t?k[U>>2]|0:U)+((t?k[z>>2]|0:u&255)<<2)|0)):0){R=138;break a}else{d=Q;n=v}break}case 4:{o=0;d=b;q=b;e=b;n=v;while(1){b=k[a>>2]|0;do if(b){c=k[b+12>>2]|0;if((c|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[c>>2]|0;if((b|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){b=k[e+12>>2]|0;if((b|0)==(k[e+16>>2]|0))b=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(c^(d|0)==0){p=d;b=q;s=d}else{p=d;b=q;break}else{d=0;b=0;R=151}}else{b=q;R=151}if((R|0)==151){R=0;if(c){p=d;break}else{p=d;s=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))c=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else c=k[c>>2]|0;if($b[k[(k[h>>2]|0)+12>>2]&31](h,2048,c)|0){d=k[m>>2]|0;if((d|0)==(k[P>>2]|0)){qo(j,m,P);d=k[m>>2]|0}k[m>>2]=d+4;k[d>>2]=c;o=o+1|0}else{v=i[D>>0]|0;if(!((c|0)==(k[N>>2]|0)&(o|0?((v<<24>>24<0?k[E>>2]|0:v&255)|0)!=0:0)))break;if((n|0)==(k[K>>2]|0)){qo(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;o=0;n=v}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;d=p;q=b;e=s;continue}else{k[c>>2]=e+4;d=p;q=b;e=s;continue}}if(o|0?(k[Z>>2]|0)!=(n|0):0){if((n|0)==(k[K>>2]|0)){qo(Z,J,K);n=k[J>>2]|0}v=n+4|0;k[J>>2]=v;k[n>>2]=o;n=v}o=k[O>>2]|0;d:do if((o|0)>0){d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(p){d=k[p+12>>2]|0;if((d|0)==(k[p+16>>2]|0))d=hc[k[(k[p>>2]|0)+36>>2]&127](p)|0;else d=k[d>>2]|0;if((d|0)!=-1){if(!c){R=190;break a}}else{b=0;R=184}}else R=184;if((R|0)==184){R=0;if(c){R=190;break a}else p=0}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)!=(k[M>>2]|0)){R=190;break a}d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=p;e=p}else{k[c>>2]=e+4;q=p;e=p}while(1){if((o|0)<=0)break d;d=k[a>>2]|0;do if(d){c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if((d|0)==-1){k[a>>2]=0;c=1;break}else{c=(k[a>>2]|0)==0;break}}else c=1;while(0);if(e){d=k[e+12>>2]|0;if((d|0)==(k[e+16>>2]|0))d=hc[k[(k[e>>2]|0)+36>>2]&127](e)|0;else d=k[d>>2]|0;if((d|0)!=-1)if(c^(q|0)==0){s=q;p=q}else{R=213;break a}else{d=0;b=0;R=207}}else{d=q;R=207}if((R|0)==207){R=0;if(c){R=213;break a}else{s=d;p=0}}d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,2048,d)|0)){R=213;break a}if((k[m>>2]|0)==(k[P>>2]|0))qo(j,m,P);d=k[a>>2]|0;c=k[d+12>>2]|0;if((c|0)==(k[d+16>>2]|0))d=hc[k[(k[d>>2]|0)+36>>2]&127](d)|0;else d=k[c>>2]|0;c=k[m>>2]|0;k[m>>2]=c+4;k[c>>2]=d;o=o+-1|0;k[O>>2]=o;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;q=s;e=p;continue}else{k[c>>2]=e+4;q=s;e=p;continue}}}while(0);if((k[m>>2]|0)==(k[j>>2]|0)){R=223;break a}else d=Q;break}default:{d=Q;n=v}}while(0);e:do if((R|0)==44)while(1){R=0;b=k[a>>2]|0;do if(b){d=k[b+12>>2]|0;if((d|0)==(k[b+16>>2]|0))b=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else b=k[d>>2]|0;if((b|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(c){b=k[c+12>>2]|0;if((b|0)==(k[c+16>>2]|0))b=hc[k[(k[c>>2]|0)+36>>2]&127](c)|0;else b=k[b>>2]|0;if((b|0)!=-1)if(d^(n|0)==0){o=n;b=p;e=n}else{d=Q;b=p;n=v;break e}else{n=0;b=0;R=56}}else{b=p;R=56}if((R|0)==56){R=0;if(d){d=Q;n=v;break e}else{o=n;e=0}}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if(!($b[k[(k[h>>2]|0)+12>>2]&31](h,8192,n)|0)){d=Q;n=v;break e}n=k[a>>2]|0;d=n+12|0;c=k[d>>2]|0;if((c|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+40>>2]&127](n)|0;else{k[d>>2]=c+4;n=k[c>>2]|0}hn(X,n);n=o;p=b;c=e;R=44}while(0);Q=d;w=w+1|0;v=n}f:do if((R|0)==42){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==99){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==138){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==190){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==213){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==223){k[f>>2]=k[f>>2]|4;n=0}else if((R|0)==225){g:do if(Q|0){o=Q+8+3|0;p=Q+4|0;c=1;while(1){n=i[o>>0]|0;if(n<<24>>24<0)n=k[p>>2]|0;else n=n&255;if(c>>>0>=n>>>0)break g;n=k[a>>2]|0;do if(n){d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((n|0)==-1){k[a>>2]=0;d=1;break}else{d=(k[a>>2]|0)==0;break}}else d=1;while(0);if(b){n=k[b+12>>2]|0;if((n|0)==(k[b+16>>2]|0))n=hc[k[(k[b>>2]|0)+36>>2]&127](b)|0;else n=k[n>>2]|0;if((n|0)!=-1){if(!d)break}else R=243}else R=243;if((R|0)==243){R=0;if(d)break;else b=0}n=k[a>>2]|0;d=k[n+12>>2]|0;if((d|0)==(k[n+16>>2]|0))n=hc[k[(k[n>>2]|0)+36>>2]&127](n)|0;else n=k[d>>2]|0;if((i[o>>0]|0)<0)d=k[Q>>2]|0;else d=Q;if((n|0)!=(k[d+(c<<2)>>2]|0))break;n=c+1|0;d=k[a>>2]|0;c=d+12|0;e=k[c>>2]|0;if((e|0)==(k[d+16>>2]|0)){hc[k[(k[d>>2]|0)+40>>2]&127](d)|0;c=n;continue}else{k[c>>2]=e+4;c=n;continue}}k[f>>2]=k[f>>2]|4;n=0;break f}while(0);b=k[Z>>2]|0;if((b|0)!=(v|0)){k[S>>2]=0;Lj(T,b,v,S);if(!(k[S>>2]|0)){n=1;break}else{k[f>>2]=k[f>>2]|4;n=0;break}}else n=1}while(0);KG(X);KG(W);KG(V);KG(U);UG(T);b=k[Z>>2]|0;k[Z>>2]=0;if(b|0)ec[k[Y>>2]&255](b);r=_;return n|0}function Gc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0;x=r;r=r+192|0;q=x+72|0;n=x+48|0;m=x+24|0;t=x;u=x+152|0;v=x+128|0;w=x+104|0;j=x+116|0;l=x+92|0;e=b;a:do if((e-a|0)>3?(i[a>>0]|0)==76:0){d=a+1|0;do switch(i[d>>0]|0){case 84:break a;case 119:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45725,7);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 98:{if((i[a+3>>0]|0)!=69)break a;switch(i[a+2>>0]|0){case 48:{iq(u,45733);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{v=(f-b|0)/24|0;w=v<<1;Rs(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;Uq(v,u);k[w>>2]=v+24;Um(c,t);Tr(t);break}}else{Uq(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(u);a=a+4|0;break a}case 49:{hq(u,45739);d=c+4|0;e=k[d>>2]|0;w=k[c+8>>2]|0;f=w;do if(e>>>0>=w>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{v=(f-b|0)/24|0;w=v<<1;Rs(t,v>>>0<89478485?(w>>>0<e>>>0?e:w):178956970,d,c+12|0);w=t+8|0;v=k[w>>2]|0;Uq(v,u);k[w>>2]=v+24;Um(c,t);Tr(t);break}}else{Uq(e,u);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(u);a=a+4|0;break a}default:break a}}case 99:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45744,4);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 97:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45749,11);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 104:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45761,13);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 115:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45775,5);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 116:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45781,14);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 105:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,55711,0);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 106:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45796,1);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 108:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45798,1);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 109:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45800,2);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 120:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45803,2);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 121:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45806,3);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 110:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45810,8);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 111:{w=a+2|0;k[t>>2]=0;k[t+4>>2]=0;k[t+8>>2]=0;wq(t,45819,17);c=zd(w,b,t,c)|0;pF(t);a=(c|0)==(w|0)?a:c;break a}case 102:{h=a+2|0;b:do if((e-h|0)>>>0>8){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==8){s=37;break}if(!(rJ(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==37){if(f<<24>>24==69){c:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break c;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+24|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[m>>3]=+o[t>>2];d=XB(u,24,45837,m)|0;if(d>>>0>23)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;wq(w,u,d);Yq(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{t=(f-b|0)/24|0;u=t<<1;Rs(m,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=m+8|0;t=k[u>>2]|0;Uq(t,v);k[u>>2]=t+24;Um(c,m);Tr(m);break}}else{Uq(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(v);pF(w);d=11}else d=2;break b}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 100:{h=a+2|0;d:do if((e-h|0)>>>0>16){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==16){s=57;break}if(!(rJ(g)|0))break;q=i[h+(e|1)>>0]|0;i[d>>0]=q+(((g+-48|0)>>>0<10?0:9)+g<<4)+((q+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==57){if(f<<24>>24==69){e:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break e;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+32|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[n>>3]=+p[t>>3];d=XB(u,32,45841,n)|0;if(d>>>0>31)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;wq(w,u,d);Yq(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{t=(f-b|0)/24|0;u=t<<1;Rs(n,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=n+8|0;t=k[u>>2]|0;Uq(t,v);k[u>>2]=t+24;Um(c,n);Tr(n);break}}else{Uq(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(v);pF(w);d=19}else d=2;break d}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 101:{h=a+2|0;f:do if((e-h|0)>>>0>20){e=0;d=t;while(1){b=e+2|0;f=i[a+b>>0]|0;g=f<<24>>24;if((e|0)==20){s=77;break}if(!(rJ(g)|0))break;n=i[h+(e|1)>>0]|0;i[d>>0]=n+(((g+-48|0)>>>0<10?0:9)+g<<4)+((n+-48|0)>>>0<10?208:169);e=b;d=d+1|0}do if((s|0)==77){if(f<<24>>24==69){g:do if((t|0)!=(d|0)){e=t;while(1){d=d+-1|0;if(e>>>0>=d>>>0)break g;s=i[e>>0]|0;i[e>>0]=i[d>>0]|0;i[d>>0]=s;e=e+1|0}}while(0);d=u;e=d+40|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));p[q>>3]=+p[t>>3];d=XB(u,40,45844,q)|0;if(d>>>0>39)break;k[w>>2]=0;k[w+4>>2]=0;k[w+8>>2]=0;wq(w,u,d);Yq(v,w);d=c+4|0;e=k[d>>2]|0;u=k[c+8>>2]|0;f=u;do if(e>>>0>=u>>>0){b=k[c>>2]|0;d=(e-b|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{t=(f-b|0)/24|0;u=t<<1;Rs(q,t>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=q+8|0;t=k[u>>2]|0;Uq(t,v);k[u>>2]=t+24;Um(c,q);Tr(q);break}}else{Uq(e,v);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(v);pF(w);d=23}else d=2;break f}while(0);d=2}else d=2;while(0);a=(d|0)==2?a:a+d|0;break a}case 95:{if((i[a+2>>0]|0)!=90)break a;w=a+3|0;d=Ec(w,b,c)|0;if((d|0)==(w|0)|(d|0)==(b|0))break a;a=(i[d>>0]|0)==69?d+1|0:a;break a}default:{g=rc(d,b,c)|0;if((g|0)==(d|0)|(g|0)==(b|0))break a;if((i[g>>0]|0)==69){a=g+1|0;break a}else h=g;while(1){if((h|0)==(b|0))break a;d=i[h>>0]|0;if(((d<<24>>24)+-48|0)>>>0>=10)break;h=h+1|0}if(!((h|0)!=(g|0)&d<<24>>24==69))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;f=d+-24|0;Eq(w,f);d=Lz(w,0,44675)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}d=uA(v,44580)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;b=h-g|0;if(b>>>0>4294967279)iJ();if(b>>>0<11){i[l+11>>0]=b;e=l}else{c=b+16&-16;e=yc(c)|0;k[l>>2]=e;k[l+8>>2]=c|-2147483648;k[l+4>>2]=b}a=g;d=e;while(1){if((a|0)==(h|0))break;i[d>>0]=i[a>>0]|0;a=a+1|0;d=d+1|0}i[e+b>>0]=0;d=i[l+11>>0]|0;a=d<<24>>24<0;d=Fm(u,a?k[l>>2]|0:l,a?k[l+4>>2]|0:d&255)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];a=0;while(1){if((a|0)==3)break;k[d+(a<<2)>>2]=0;a=a+1|0}Yq(t,j);Ie(f,t);kA(t);pF(j);pF(l);pF(u);pF(v);pF(w);a=h+1|0;break a}}while(0)}while(0);r=x;return a|0}function Hc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0;v=r;r=r+96|0;s=v+64|0;t=v+40|0;l=v+24|0;m=v+12|0;j=v;a:do if((a|0)!=(b|0)){f=i[a>>0]|0;d=f<<24>>24;switch(d|0){case 68:case 67:{b:do if((b-a|0)>1?(h=c+4|0,e=k[h>>2]|0,(k[c>>2]|0)!=(e|0)):0){switch(d|0){case 67:{switch(i[a+1>>0]|0){case 53:case 51:case 50:case 49:break;default:break b}ke(l,e+-24|0);Yq(t,l);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{u=(g-f|0)/24|0;b=u<<1;Rs(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;Uq(u,t);k[b>>2]=u+24;Um(c,s);Tr(s);break}}else{Uq(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);kA(t);pF(l);i[c+60>>0]=1;a=a+2|0;break b}case 68:break;default:break b}switch(i[a+1>>0]|0){case 53:case 50:case 49:case 48:break;default:break b}ke(j,e+-24|0);e=Lz(j,0,44889)|0;k[m>>2]=k[e>>2];k[m+4>>2]=k[e+4>>2];k[m+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(t,m);d=k[h>>2]|0;b=k[c+8>>2]|0;g=b;do if(d>>>0>=b>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{u=(g-f|0)/24|0;b=u<<1;Rs(s,u>>>0<89478485?(b>>>0<e>>>0?e:b):178956970,d,c+12|0);b=s+8|0;u=k[b>>2]|0;Uq(u,t);k[b>>2]=u+24;Um(c,s);Tr(s);break}}else{Uq(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);kA(t);pF(m);pF(j);i[c+60>>0]=1;a=a+2|0}while(0);break a}case 85:{c:do if((b-a|0)>2&f<<24>>24==85){switch(i[a+1>>0]|0){case 116:{k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;wq(l,44891,8);Yq(t,l);h=c+4|0;d=k[h>>2]|0;u=k[c+8>>2]|0;f=u;do if(d>>>0>=u>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{q=(f-g|0)/24|0;u=q<<1;Rs(s,q>>>0<89478485?(u>>>0<e>>>0?e:u):178956970,d,c+12|0);u=s+8|0;q=k[u>>2]|0;Uq(q,t);k[u>>2]=q+24;Um(c,s);Tr(s);break}}else{Uq(d,t);k[h>>2]=(k[h>>2]|0)+24}while(0);kA(t);pF(l);e=a+2|0;if((e|0)==(b|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;kA(b);e=k[h>>2]|0}}if(((i[e>>0]|0)+-48|0)>>>0<10){d=a+3|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}Ij((k[h>>2]|0)+-24|0,e,d)}else d=e;Wm((k[h>>2]|0)+-24|0,39);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break c}e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[h>>2]=b;kA(b);e=k[h>>2]|0}}case 108:break;default:break c}k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;wq(m,44900,9);Yq(t,m);u=c+4|0;d=k[u>>2]|0;p=k[c+8>>2]|0;f=p;do if(d>>>0>=p>>>0){g=k[c>>2]|0;d=(d-g|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{o=(f-g|0)/24|0;p=o<<1;Rs(s,o>>>0<89478485?(p>>>0<e>>>0?e:p):178956970,d,c+12|0);p=s+8|0;o=k[p>>2]|0;Uq(o,t);k[p>>2]=o+24;Um(c,s);Tr(s);break}}else{Uq(d,t);k[u>>2]=(k[u>>2]|0)+24}while(0);kA(t);pF(m);e=a+2|0;do if((i[e>>0]|0)!=118){d=rc(e,b,c)|0;if((d|0)==(e|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;kA(b);e=k[u>>2]|0}}e=k[u>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break c;Eq(s,e+-24|0);g=k[u>>2]|0;e=g+-24|0;f=g;while(1){if((f|0)==(e|0))break;p=f+-24|0;k[u>>2]=p;kA(p);f=k[u>>2]|0}o=s+11|0;n=i[o>>0]|0;m=n<<24>>24<0;p=s+4|0;Fm(g+-48|0,m?k[s>>2]|0:s,m?k[p>>2]|0:n&255)|0;n=s+8|0;while(1){m=rc(d,b,c)|0;if((m|0)==(d|0)){q=93;break}d=k[u>>2]|0;if(((d-(k[c>>2]|0)|0)/24|0)>>>0<2){q=131;break}Eq(t,d+-24|0);if((i[o>>0]|0)<0){i[k[s>>2]>>0]=0;k[p>>2]=0;d=i[o>>0]|0;if(d<<24>>24<0){l=0;h=(k[n>>2]&2147483647)+-1|0;g=1}else q=69}else{i[s>>0]=0;i[o>>0]=0;d=0;q=69}if((q|0)==69){q=0;l=d&255;h=10;g=0}e=l>>>0<11;j=e?10:(l+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[s>>2]|0;if(g){d=0;f=s;q=76}else{g=0;h=1;f=s;q=77}}else{f=yc(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[s>>2]|0;q=76}else{g=1;h=0;e=s;q=77}}if((q|0)==76){q=0;g=d;h=1;d=k[p>>2]|0}else if((q|0)==77){q=0;d=d&255}d=d+1|0;if(d|0)Qq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[n>>2]=j+1|-2147483648;k[p>>2]=l;k[s>>2]=f;break}else{i[o>>0]=l;break}}while(0);k[s>>2]=k[t>>2];k[s+4>>2]=k[t+4>>2];k[s+8>>2]=k[t+8>>2];d=0;while(1){if((d|0)==3)break;k[t+(d<<2)>>2]=0;d=d+1|0}pF(t);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;l=f+-24|0;k[u>>2]=l;kA(l);f=k[u>>2]|0}l=i[o>>0]|0;if(!((l<<24>>24<0?k[p>>2]|0:l&255)|0)){d=m;continue}uA(d+-48|0,44677)|0;d=i[o>>0]|0;l=d<<24>>24<0;Fm((k[u>>2]|0)+-24|0,l?k[s>>2]|0:s,l?k[p>>2]|0:d&255)|0;d=m}if((q|0)==93){uA((k[u>>2]|0)+-24|0,44580)|0;pF(s);break}else if((q|0)==131){pF(s);break c}}else{Wm((k[u>>2]|0)+-24|0,41);d=a+3|0}while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==69:0){f=d+1|0;if((f|0)==(b|0)){e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;kA(b);e=k[u>>2]|0}}d:do if(((i[f>>0]|0)+-48|0)>>>0<10){d=d+2|0;while(1){if((d|0)==(b|0)){d=b;break}if(((i[d>>0]|0)+-48|0)>>>0>=10)break;d=d+1|0}n=k[u>>2]|0;g=n+-24|0;o=g+11|0;e=i[o>>0]|0;l=e<<24>>24<0;if(l){j=k[g>>2]|0;h=j;m=k[n+-20>>2]|0;e=(k[n+-16>>2]&2147483647)+-1|0}else{h=g;j=g;m=e&255;e=10}j=j+7-h|0;h=d-f|0;if(h){if((e-m|0)>>>0>=h>>>0){if(l)g=k[g>>2]|0;e=m-j|0;if(e){t=g+j|0;jx(t+h|0,t|0,e|0)|0}}else{Ym(g,e,m+h-e|0,m,j,h);g=k[g>>2]|0}e=m+h|0;if((i[o>>0]|0)<0)k[n+-20>>2]=e;else i[o>>0]=e;i[g+e>>0]=0;e=g+j|0;while(1){if((f|0)==(d|0))break d;i[e>>0]=i[f>>0]|0;f=f+1|0;e=e+1|0}}}else d=f;while(0);if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){a=d+1|0;break}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;kA(b);e=k[u>>2]|0}}e=k[u>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0))break c;b=e+-24|0;k[u>>2]=b;kA(b);e=k[u>>2]|0}}while(0);break a}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{a=Fd(a,b,c)|0;break a}default:{b=tc(a,b,c)|0;r=v;return b|0}}}while(0);r=v;return a|0}function Ic(a){a=a|0;var b=0,c=0,d=0,e=0,f=0,g=0,h=0;a:do if(a>>>0<212){a=aw(7212,7404,a)|0;a=k[a>>2]|0}else{g=(a>>>0)/210|0;e=g*210|0;d=(aw(7404,7596,a-e|0)|0)-7404>>2;a=0;f=d;e=(k[7404+(d<<2)>>2]|0)+e|0;while(1){b=5;while(1){if(b>>>0>=47){d=211;h=8;break}c=k[7212+(b<<2)>>2]|0;d=(e>>>0)/(c>>>0)|0;if(d>>>0<c>>>0){a=e;break a}if((e|0)==(aa(d,c)|0))break;else b=b+1|0}b:do if((h|0)==8){c:while(1){h=0;b=(e>>>0)/(d>>>0)|0;do if(b>>>0>=d>>>0)if((e|0)!=(aa(b,d)|0)){b=d+10|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+12|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+16|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+18|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+22|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)!=(aa(c,b)|0)){b=d+28|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0>=b>>>0)if((e|0)==(aa(c,b)|0))c=9;else{b=d+30|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+36|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+40|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+42|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+46|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+52|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+58|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+60|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+66|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+70|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+72|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+78|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+82|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+88|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+96|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+100|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+102|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+106|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+108|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+112|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+120|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+126|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+130|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+136|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+138|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+142|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+148|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+150|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+156|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+162|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+166|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+168|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+172|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+178|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+180|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+186|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+190|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+192|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+196|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+198|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}if((e|0)==(aa(c,b)|0)){c=9;break}b=d+208|0;c=(e>>>0)/(b>>>0)|0;if(c>>>0<b>>>0){c=1;a=e;break}c=(e|0)==(aa(c,b)|0);b=c?b:d+210|0;c=c?9:0}else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else c=9;else{c=1;a=e}}else{b=d;c=9}else{b=d;c=1;a=e}while(0);switch(c&15){case 9:break b;case 0:{d=b;h=8;break}default:break c}}if(c)break a}while(0);d=f+1|0;c=(d|0)==48;e=(c&1)+g|0;d=c?0:d;f=d;g=e;e=(k[7404+(d<<2)>>2]|0)+(e*210|0)|0}}while(0);return a|0}function Jc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;t=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;C=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;M=V+16|0;T=V;Ad(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Rt(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{Kt(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{Ku(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{VC(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{Ny(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{Az(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{Rt(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{Kt(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{Ku(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;lC(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;rA(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{nn(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{rn(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{py(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{ky(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{My(t,U);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 16:{my(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{oy(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Jh(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Hh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{UC(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{GA(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{nn(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{rn(C,U);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 11:{py(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{ky(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{My(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{my(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{oy(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Jh(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Hh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;qA(M,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[M>>2];k[a+4>>2]=k[M+4>>2];k[a+8>>2]=k[M+8>>2];k[a+12>>2]=k[M+12>>2];k[a+16>>2]=0;break a}case 44:{e=+IA(U);p[u>>3]=e;d=k[u>>2]|0;b=k[u+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=xC(U)|0;b=N;S=nG(d|0,b|0,536870911,-1206910976)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=nG(d|0,b|0,536870911,940572672)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-D;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=D;k[a+16>>2]=0;break a}else{CA(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ka()}while(0);break}default:Ka()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function Kc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,m=0.0,n=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0;P=r;r=r+304|0;I=P+16|0;J=P+8|0;K=P+33|0;L=P;M=P+32|0;f=i[b>>0]|0;a:do if(f<<24>>24){z=a+4|0;A=a+100|0;B=a+108|0;C=a+8|0;D=K+10|0;E=K+33|0;y=J+4|0;F=K+46|0;G=K+94|0;H=K+1|0;n=b;v=0;b=0;e=0;d=0;b:while(1){c:do if(!(hK(f&255)|0)){f=f<<24>>24==37;d:do if(f){g=n+1|0;h=i[g>>0]|0;e:do switch(h<<24>>24){case 37:break d;case 42:{x=0;g=n+2|0;break}default:{f=(h&255)+-48|0;if(f>>>0<10?(i[n+2>>0]|0)==36:0){k[I>>2]=k[c>>2];while(1){x=(k[I>>2]|0)+(4-1)&~(4-1);g=k[x>>2]|0;k[I>>2]=x+4;if(f>>>0>1)f=f+-1|0;else break}x=g;g=n+3|0;break e}w=(k[c>>2]|0)+(4-1)&~(4-1);x=k[w>>2]|0;k[c>>2]=w+4}}while(0);h=i[g>>0]|0;f=h&255;if((f+-48|0)>>>0<10){n=0;do{n=(n*10|0)+-48+f|0;g=g+1|0;h=i[g>>0]|0;f=h&255}while((f+-48|0)>>>0<10)}else n=0;if(h<<24>>24==109){h=g+1|0;f=(x|0)!=0&1;e=0;d=0;g=h;h=i[h>>0]|0}else f=0;q=g+1|0;switch(h<<24>>24){case 104:{w=(i[q>>0]|0)==104;h=w?-2:-1;g=w?g+2|0:q;break}case 108:{w=(i[q>>0]|0)==108;h=w?3:1;g=w?g+2|0:q;break}case 106:{h=3;g=q;break}case 116:case 122:{h=1;g=q;break}case 76:{h=2;g=q;break}case 110:case 112:case 67:case 83:case 91:case 99:case 115:case 88:case 71:case 70:case 69:case 65:case 103:case 102:case 101:case 97:case 120:case 117:case 111:case 105:case 100:{h=0;break}default:{O=152;break b}}t=l[g>>0]|0;u=(t&47|0)==3;t=u?t|32:t;u=u?1:h;s=t&255;switch(s<<24>>24){case 99:{n=(n|0)<1?1:n;break}case 91:break;case 110:{if(!x){h=v;break c}switch(u|0){case -2:{i[x>>0]=v;h=v;break c}case -1:{j[x>>1]=v;h=v;break c}case 0:{k[x>>2]=v;h=v;break c}case 1:{k[x>>2]=v;h=v;break c}case 3:{h=x;k[h>>2]=v;k[h+4>>2]=((v|0)<0)<<31>>31;h=v;break c}default:{h=v;break c}}}default:{ry(a,0);do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=el(a)|0}while((hK(h)|0)!=0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}v=(k[B>>2]|0)+v+h-(k[C>>2]|0)|0}}ry(a,n);h=k[z>>2]|0;q=k[A>>2]|0;if(h>>>0<q>>>0)k[z>>2]=h+1;else{if((el(a)|0)<0){O=152;break b}q=k[A>>2]|0}if(q|0)k[z>>2]=(k[z>>2]|0)+-1;f:do switch(s<<24>>24){case 91:case 99:case 115:{w=(t|0)==99;g:do if((t|16|0)==115){Vs(H|0,-1,256)|0;i[K>>0]=0;if((t|0)==115){i[E>>0]=0;i[D>>0]=0;i[D+1>>0]=0;i[D+2>>0]=0;i[D+3>>0]=0;i[D+4>>0]=0}}else{s=g+1|0;t=(i[s>>0]|0)==94;h=t&1;g=t?g+2|0:s;Vs(H|0,t&1|0,256)|0;i[K>>0]=0;switch(i[g>>0]|0){case 45:{t=(h^1)&255;i[F>>0]=t;g=g+1|0;break}case 93:{t=(h^1)&255;i[G>>0]=t;g=g+1|0;break}default:t=(h^1)&255}while(1){h=i[g>>0]|0;h:do switch(h<<24>>24){case 0:{O=152;break b}case 93:break g;case 45:{s=g+1|0;h=i[s>>0]|0;switch(h<<24>>24){case 93:case 0:{h=45;break h}default:{}}g=i[g+-1>>0]|0;if((g&255)<(h&255)){g=g&255;do{g=g+1|0;i[K+g>>0]=t;h=i[s>>0]|0}while((g|0)<(h&255|0));g=s}else g=s;break}default:{}}while(0);i[K+((h&255)+1)>>0]=t;g=g+1|0}}while(0);h=w?n+1|0:31;t=(u|0)==1;u=(f|0)!=0;i:do if(t){if(u){e=yc(h<<2)|0;if(!e){d=0;O=152;break b}}else e=x;k[J>>2]=0;k[y>>2]=0;s=h;d=0;j:while(1){q=(e|0)==0;do{k:while(1){h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=el(a)|0;if(!(i[K+(h+1)>>0]|0))break j;i[M>>0]=h;switch(oh(L,M,1,J)|0){case -1:{d=0;O=152;break b}case -2:break;default:break k}}if(!q){k[e+(d<<2)>>2]=k[L>>2];d=d+1|0}}while(!(u&(d|0)==(s|0)));d=s<<1|1;h=zq(e,d<<2)|0;if(!h){d=0;O=152;break b}else{q=s;s=d;e=h;d=q}}if(!(CI(J)|0)){d=0;O=152;break b}else{q=d;d=0}}else{if(u){d=yc(h)|0;if(!d){d=0;e=0;O=152;break b}else{q=h;e=0}while(1){do{h=k[z>>2]|0;if(h>>>0<(k[A>>2]|0)>>>0){k[z>>2]=h+1;h=l[h>>0]|0}else h=el(a)|0;if(!(i[K+(h+1)>>0]|0)){q=e;e=0;break i}i[d+e>>0]=h;e=e+1|0}while((e|0)!=(q|0));e=q<<1|1;h=zq(d,e)|0;if(!h){e=0;O=152;break b}else{s=q;q=e;d=h;e=s}}}if(!x){e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=el(a)|0;if(!(i[K+(d+1)>>0]|0)){q=0;d=0;e=0;break i}e=k[A>>2]|0}}else{h=0;e=q;while(1){d=k[z>>2]|0;if(d>>>0<e>>>0){k[z>>2]=d+1;d=l[d>>0]|0}else d=el(a)|0;if(!(i[K+(d+1)>>0]|0)){q=h;d=x;e=0;break i}i[x+h>>0]=d;h=h+1|0;e=k[A>>2]|0}}}while(0);if(!(k[A>>2]|0))h=k[z>>2]|0;else{h=(k[z>>2]|0)+-1|0;k[z>>2]=h}h=h-(k[C>>2]|0)+(k[B>>2]|0)|0;if(!h)break b;if(!((h|0)==(n|0)|w^1))break b;do if(u)if(t){k[x>>2]=e;break}else{k[x>>2]=d;break}while(0);if(!w){if(e|0)k[e+(q<<2)>>2]=0;if(!d){d=0;break f}i[d+q>>0]=0}break}case 120:case 88:case 112:{h=16;O=134;break}case 111:{h=8;O=134;break}case 117:case 100:{h=10;O=134;break}case 105:{h=0;O=134;break}case 71:case 103:case 70:case 102:case 69:case 101:case 65:case 97:{m=+Bc(a,u,0);if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if(x)switch(u|0){case 0:{o[x>>2]=m;break f}case 1:{p[x>>3]=m;break f}case 2:{p[x>>3]=m;break f}default:break f}break}default:{}}while(0);l:do if((O|0)==134){O=0;h=gd(a,h,0,-1,-1)|0;if((k[B>>2]|0)==((k[C>>2]|0)-(k[z>>2]|0)|0))break b;if((x|0)!=0&(t|0)==112){k[x>>2]=h;break}if(x)switch(u|0){case -2:{i[x>>0]=h;break l}case -1:{j[x>>1]=h;break l}case 0:{k[x>>2]=h;break l}case 1:{k[x>>2]=h;break l}case 3:{w=x;k[w>>2]=h;k[w+4>>2]=N;break l}default:break l}}while(0);b=((x|0)!=0&1)+b|0;h=(k[B>>2]|0)+v+(k[z>>2]|0)-(k[C>>2]|0)|0;break c}while(0);g=n+(f&1)|0;ry(a,0);f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=el(a)|0;if((f|0)!=(l[g>>0]|0)){O=20;break b}h=v+1|0}else{g=n;while(1){f=g+1|0;if(!(hK(l[f>>0]|0)|0))break;else g=f}ry(a,0);do{f=k[z>>2]|0;if(f>>>0<(k[A>>2]|0)>>>0){k[z>>2]=f+1;f=l[f>>0]|0}else f=el(a)|0}while((hK(f)|0)!=0);if(!(k[A>>2]|0))f=k[z>>2]|0;else{f=(k[z>>2]|0)+-1|0;k[z>>2]=f}h=(k[B>>2]|0)+v+f-(k[C>>2]|0)|0}while(0);n=g+1|0;f=i[n>>0]|0;if(!(f<<24>>24))break a;else v=h}if((O|0)==20){if(k[A>>2]|0)k[z>>2]=(k[z>>2]|0)+-1;if((b|0)!=0|(f|0)>-1)break;else{f=0;b=e;O=153}}else if((O|0)==152)if(!b){b=e;O=153}if((O|0)==153){e=b;b=-1}if(f){Vc(d);Vc(e)}}else b=0;while(0);r=P;return b|0}function Lc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0.0,f=0,g=0,h=0,i=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0;V=r;r=r+592|0;d=V+568|0;F=V+512|0;U=V+480|0;O=V+552|0;P=V+536|0;Q=V+496|0;R=V+464|0;S=V+448|0;f=V+432|0;g=V+416|0;h=V+400|0;i=V+384|0;j=V+368|0;l=V+352|0;m=V+336|0;n=V+320|0;q=V+304|0;s=V+288|0;t=V+272|0;v=V+256|0;w=V+240|0;x=V+224|0;y=V+208|0;z=V+192|0;A=V+176|0;B=V+160|0;C=V+144|0;E=V+128|0;G=V+112|0;H=V+96|0;I=V+80|0;J=V+64|0;K=V+48|0;L=V+32|0;M=V+16|0;T=V;ng(F,b,k[c+12>>2]|0);if(!(k[F+16>>2]|0)){k[U>>2]=k[F>>2];k[U+4>>2]=k[F+4>>2];k[U+8>>2]=k[F+8>>2];k[U+12>>2]=k[F+12>>2];a:do switch(k[U>>2]|0){case 1:{do switch(k[c+8>>2]|0){case 0:{Rt(O,U);k[a>>2]=k[O>>2];k[a+4>>2]=k[O+4>>2];k[a+8>>2]=k[O+8>>2];k[a+12>>2]=k[O+12>>2];k[a+16>>2]=0;break a}case 2:{Kt(P,U);k[a>>2]=k[P>>2];k[a+4>>2]=k[P+4>>2];k[a+8>>2]=k[P+8>>2];k[a+12>>2]=k[P+12>>2];k[a+16>>2]=0;break a}case 4:{Ku(Q,U);k[a>>2]=k[Q>>2];k[a+4>>2]=k[Q+4>>2];k[a+8>>2]=k[Q+8>>2];k[a+12>>2]=k[Q+12>>2];k[a+16>>2]=0;break a}case 20:{k[d>>2]=1;k[d+8>>2]=0;U=(kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 45:{VC(R,U);k[a>>2]=k[R>>2];k[a+4>>2]=k[R+4>>2];k[a+8>>2]=k[R+8>>2];k[a+12>>2]=k[R+12>>2];k[a+16>>2]=0;break a}case 22:{Ny(S,U);k[a>>2]=k[S>>2];k[a+4>>2]=k[S+4>>2];k[a+8>>2]=k[S+8>>2];k[a+12>>2]=k[S+12>>2];k[a+16>>2]=0;break a}case 23:{Az(f,U);k[a>>2]=k[f>>2];k[a+4>>2]=k[f+4>>2];k[a+8>>2]=k[f+8>>2];k[a+12>>2]=k[f+12>>2];k[a+16>>2]=0;break a}case 37:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 38:{e=+((k[U+8>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 35:{e=+(k[U+8>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 36:{e=+(k[U+8>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 2:{do switch(k[c+8>>2]|0){case 1:{Rt(g,U);k[a>>2]=k[g>>2];k[a+4>>2]=k[g+4>>2];k[a+8>>2]=k[g+8>>2];k[a+12>>2]=k[g+12>>2];k[a+16>>2]=0;break a}case 3:{Kt(h,U);k[a>>2]=k[h>>2];k[a+4>>2]=k[h+4>>2];k[a+8>>2]=k[h+8>>2];k[a+12>>2]=k[h+12>>2];k[a+16>>2]=0;break a}case 5:{Ku(i,U);k[a>>2]=k[i>>2];k[a+4>>2]=k[i+4>>2];k[a+8>>2]=k[i+8>>2];k[a+12>>2]=k[i+12>>2];k[a+16>>2]=0;break a}case 21:{k[d>>2]=2;T=d+8|0;k[T>>2]=0;k[T+4>>2]=0;U=(kn(U,d)|0)&1;k[a>>2]=1;k[a+8>>2]=U;k[a+16>>2]=0;break a}case 24:{U=U+8|0;lC(j,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[j>>2];k[a+4>>2]=k[j+4>>2];k[a+8>>2]=k[j+8>>2];k[a+12>>2]=k[j+12>>2];k[a+16>>2]=0;break a}case 46:{U=U+8|0;rA(l,2,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[l>>2];k[a+4>>2]=k[l+4>>2];k[a+8>>2]=k[l+8>>2];k[a+12>>2]=k[l+12>>2];k[a+16>>2]=0;break a}case 41:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 42:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+((k[U+4>>2]|0)>>>0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}case 39:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}case 40:{U=U+8|0;e=+((k[U>>2]|0)>>>0)+4294967296.0*+(k[U+4>>2]|0);k[a>>2]=4;p[a+8>>3]=e;k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 3:{do switch(k[c+8>>2]|0){case 6:{nn(m,U);k[a>>2]=k[m>>2];k[a+4>>2]=k[m+4>>2];k[a+8>>2]=k[m+8>>2];k[a+12>>2]=k[m+12>>2];k[a+16>>2]=0;break a}case 8:{rn(n,U);k[a>>2]=k[n>>2];k[a+4>>2]=k[n+4>>2];k[a+8>>2]=k[n+8>>2];k[a+12>>2]=k[n+12>>2];k[a+16>>2]=0;break a}case 10:{py(q,U);k[a>>2]=k[q>>2];k[a+4>>2]=k[q+4>>2];k[a+8>>2]=k[q+8>>2];k[a+12>>2]=k[q+12>>2];k[a+16>>2]=0;break a}case 12:{ky(s,U);k[a>>2]=k[s>>2];k[a+4>>2]=k[s+4>>2];k[a+8>>2]=k[s+8>>2];k[a+12>>2]=k[s+12>>2];k[a+16>>2]=0;break a}case 14:{My(t,U);k[a>>2]=k[t>>2];k[a+4>>2]=k[t+4>>2];k[a+8>>2]=k[t+8>>2];k[a+12>>2]=k[t+12>>2];k[a+16>>2]=0;break a}case 16:{my(v,U);k[a>>2]=k[v>>2];k[a+4>>2]=k[v+4>>2];k[a+8>>2]=k[v+8>>2];k[a+12>>2]=k[v+12>>2];k[a+16>>2]=0;break a}case 18:{oy(w,U);k[a>>2]=k[w>>2];k[a+4>>2]=k[w+4>>2];k[a+8>>2]=k[w+8>>2];k[a+12>>2]=k[w+12>>2];k[a+16>>2]=0;break a}case 26:case 25:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Jh(x,b,c,d);k[a>>2]=k[x>>2];k[a+4>>2]=k[x+4>>2];k[a+8>>2]=k[x+8>>2];k[a+12>>2]=k[x+12>>2];k[a+16>>2]=0;break a}case 28:case 27:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Hh(y,b,c,d);k[a>>2]=k[y>>2];k[a+4>>2]=k[y+4>>2];k[a+8>>2]=k[y+8>>2];k[a+12>>2]=k[y+12>>2];k[a+16>>2]=0;break a}case 33:{UC(z,U);k[a>>2]=k[z>>2];k[a+4>>2]=k[z+4>>2];k[a+8>>2]=k[z+8>>2];k[a+12>>2]=k[z+12>>2];k[a+16>>2]=0;break a}case 43:{GA(A,U);k[a>>2]=k[A>>2];k[a+4>>2]=k[A+4>>2];k[a+8>>2]=k[A+8>>2];k[a+12>>2]=k[A+12>>2];k[a+16>>2]=0;break a}default:Ka()}while(0);break}case 4:{do switch(k[c+8>>2]|0){case 7:{nn(B,U);k[a>>2]=k[B>>2];k[a+4>>2]=k[B+4>>2];k[a+8>>2]=k[B+8>>2];k[a+12>>2]=k[B+12>>2];k[a+16>>2]=0;break a}case 9:{rn(C,U);k[a>>2]=k[C>>2];k[a+4>>2]=k[C+4>>2];k[a+8>>2]=k[C+8>>2];k[a+12>>2]=k[C+12>>2];k[a+16>>2]=0;break a}case 11:{py(E,U);k[a>>2]=k[E>>2];k[a+4>>2]=k[E+4>>2];k[a+8>>2]=k[E+8>>2];k[a+12>>2]=k[E+12>>2];k[a+16>>2]=0;break a}case 13:{ky(G,U);k[a>>2]=k[G>>2];k[a+4>>2]=k[G+4>>2];k[a+8>>2]=k[G+8>>2];k[a+12>>2]=k[G+12>>2];k[a+16>>2]=0;break a}case 15:{My(H,U);k[a>>2]=k[H>>2];k[a+4>>2]=k[H+4>>2];k[a+8>>2]=k[H+8>>2];k[a+12>>2]=k[H+12>>2];k[a+16>>2]=0;break a}case 17:{my(I,U);k[a>>2]=k[I>>2];k[a+4>>2]=k[I+4>>2];k[a+8>>2]=k[I+8>>2];k[a+12>>2]=k[I+12>>2];k[a+16>>2]=0;break a}case 19:{oy(J,U);k[a>>2]=k[J>>2];k[a+4>>2]=k[J+4>>2];k[a+8>>2]=k[J+8>>2];k[a+12>>2]=k[J+12>>2];k[a+16>>2]=0;break a}case 30:case 29:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Jh(K,b,c,d);k[a>>2]=k[K>>2];k[a+4>>2]=k[K+4>>2];k[a+8>>2]=k[K+8>>2];k[a+12>>2]=k[K+12>>2];k[a+16>>2]=0;break a}case 32:case 31:{k[d>>2]=k[U>>2];k[d+4>>2]=k[U+4>>2];k[d+8>>2]=k[U+8>>2];k[d+12>>2]=k[U+12>>2];Hh(L,b,c,d);k[a>>2]=k[L>>2];k[a+4>>2]=k[L+4>>2];k[a+8>>2]=k[L+8>>2];k[a+12>>2]=k[L+12>>2];k[a+16>>2]=0;break a}case 34:{U=U+8|0;qA(M,4,k[U>>2]|0,k[U+4>>2]|0);k[a>>2]=k[M>>2];k[a+4>>2]=k[M+4>>2];k[a+8>>2]=k[M+8>>2];k[a+12>>2]=k[M+12>>2];k[a+16>>2]=0;break a}case 44:{e=+IA(U);p[u>>3]=e;d=k[u>>2]|0;b=k[u+4>>2]&2147483647;if(b>>>0>2146435072|(b|0)==2146435072&d>>>0>0){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}if((d|0)==0&(b|0)==2146435072){k[a>>2]=3;o[a+8>>2]=e;k[a+16>>2]=0;break a}d=xC(U)|0;b=N;S=nG(d|0,b|0,536870911,-1206910976)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=3402823466385288598117041.0e14;k[a+16>>2]=0;break a}S=nG(d|0,b|0,536870911,940572672)|0;R=N;if(R>>>0<0|(R|0)==0&S>>>0<268435455){k[a>>2]=3;o[a+8>>2]=-3402823466385288598117041.0e14;k[a+16>>2]=0;break a}if(e<-3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=-D;k[a+16>>2]=0;break a}if(e>3402823466385288598117041.0e14){k[a>>2]=3;o[a+8>>2]=D;k[a+16>>2]=0;break a}else{CA(T,U);k[a>>2]=k[T>>2];k[a+4>>2]=k[T+4>>2];k[a+8>>2]=k[T+8>>2];k[a+12>>2]=k[T+12>>2];k[a+16>>2]=0;break a}}default:Ka()}while(0);break}default:Ka()}while(0)}else{k[a>>2]=k[F>>2];k[a+4>>2]=k[F+4>>2];k[a+8>>2]=k[F+8>>2];k[a+12>>2]=k[F+12>>2];k[a+16>>2]=k[F+16>>2];k[a+20>>2]=k[F+20>>2]}r=V;return}function Mc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0,s=0,t=0,u=0.0;t=r;r=r+320|0;n=t+160|0;q=t+16|0;h=t+300|0;g=t;s=zA(c)|0;k[s+4>>2]=b;a:do if((b+-3|0)>>>0<2){if((k[12008]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=D;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=D;m=s;break a}default:{m=0;break a}}if((k[12009]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=-D;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=-D;m=s;break a}default:{m=0;break a}}if((k[12007]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=C;m=s;break a}default:{m=0;break a}}j=(i[a>>0]|0)==45;c=a+1|0;d=j?c:a;if(!j)c=(i[d>>0]|0)==43?d+1|0:d;if(((i[c>>0]|0)==110?(i[c+1>>0]|0)==97:0)?(i[c+2>>0]|0)==110:0){d=(i[c+3>>0]|0)==58;e=c+4|0;f=d?e:0;do if(d){if((i[e>>0]|0)==48?(i[c+5>>0]|0)==120:0)break;Ra(18361,18417,74,18431)}while(0);switch(b|0){case 3:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;dr(h,f,Cp(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=2412;k[e>>2]=2432;k[q+4>>2]=0;wv(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=2372;k[e>>2]=2392;sz(d);k[d>>2]=2448;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;Yi(d,h);UG(h);c=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;sk(q,n);k[n>>2]=k[n>>2]|2139095040;kC(q);c=k[n>>2]|0}else{k[n>>2]=2143289344;c=2143289344}c=j?c|-2147483648:c;b=(c&2147483647)>>>0>2139095040;c=c|b&1^1;if(j|b^1)k[n>>2]=c;m=s+8|0;k[g>>2]=1;k[g+8>>2]=c;VC(q,g);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}case 4:{if(d){k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;dr(h,f,Cp(f)|0);e=q+60|0;d=q+8|0;k[q>>2]=2412;k[e>>2]=2432;k[q+4>>2]=0;wv(q+60|0,d);k[q+132>>2]=0;k[q+136>>2]=-1;k[q>>2]=2372;k[e>>2]=2392;sz(d);k[d>>2]=2448;e=q+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[q+52>>2]=0;k[q+56>>2]=8;Yi(d,h);UG(h);b=q+(k[(k[q>>2]|0)+-12>>2]|0)+4|0;k[b>>2]=k[b>>2]&-75|8;rk(q,n);b=n;c=k[b+4>>2]|2146435072;d=n;k[d>>2]=k[b>>2];k[d+4>>2]=c;kC(q);d=n;c=k[d+4>>2]|0;d=k[d>>2]|0}else{c=n;k[c>>2]=0;k[c+4>>2]=2146959360;c=2146959360;d=0}d=j?d:d;c=j?c|-2147483648:c;b=c&2147483647;b=b>>>0>2146435072|(b|0)==2146435072&d>>>0>0;d=d|b&1^1;if(j|b^1){k[n>>2]=d;k[n+4>>2]=c}m=s+8|0;rA(q,2,d,c);k[m>>2]=k[q>>2];k[m+4>>2]=k[q+4>>2];k[m+8>>2]=k[q+8>>2];k[m+12>>2]=k[q+12>>2];m=s;break a}default:{m=0;break a}}}if((k[12010]|0)==(a|0))switch(b|0){case 3:{k[s+8>>2]=3;o[s+16>>2]=C;m=s;break a}case 4:{k[s+8>>2]=4;p[s+16>>3]=C;m=s;break a}default:{m=0;break a}}else l=46}else l=46;while(0);b:do if((l|0)==46){c:do switch(b|0){case 1:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=51;else{c=a;l=55}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=51;else l=55;break}default:{c=a;l=55}}if((l|0)==51){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;dr(q,e,Cp(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=2412;k[e>>2]=2432;k[n+4>>2]=0;wv(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2372;k[e>>2]=2392;sz(d);k[d>>2]=2448;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Yi(d,q);UG(q);c=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[c>>2]=k[c>>2]&-75|8;sk(n,q);q=k[q>>2]|0;c=s+8|0;k[c>>2]=1;k[s+16>>2]=f?0-q|0:q;kC(n);break c}else if((l|0)==55){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;dr(q,c,Cp(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=2412;k[e>>2]=2432;k[n+4>>2]=0;wv(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2372;k[e>>2]=2392;sz(d);k[d>>2]=2448;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Yi(d,q);UG(q);sk(n,q);q=k[q>>2]|0;q=(i[a>>0]|0)==45?0-q|0:q;c=s+8|0;k[c>>2]=1;k[s+16>>2]=q;kC(n);break c}break}case 2:{d=i[a>>0]|0;switch(d<<24>>24){case 48:{c=a+1|0;if((i[c>>0]|0)==120)l=63;else{c=a;l=67}break}case 45:{c=a+1|0;if((i[c>>0]|0)==48?(i[a+2>>0]|0)==120:0)l=63;else l=67;break}default:{c=a;l=67}}if((l|0)==63){f=d<<24>>24==45;e=f?c:a;k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;dr(q,e,Cp(e)|0);e=n+60|0;d=n+8|0;k[n>>2]=2412;k[e>>2]=2432;k[n+4>>2]=0;wv(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2372;k[e>>2]=2392;sz(d);k[d>>2]=2448;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Yi(d,q);UG(q);l=n+(k[(k[n>>2]|0)+-12>>2]|0)+4|0;k[l>>2]=k[l>>2]&-75|8;rk(n,q);l=q;a=k[l>>2]|0;l=k[l+4>>2]|0;j=pE(0,0,a|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=f?j:a;k[q+4>>2]=f?N:l;kC(n);break c}else if((l|0)==67){k[q>>2]=0;k[q+4>>2]=0;k[q+8>>2]=0;dr(q,c,Cp(c)|0);e=n+60|0;d=n+8|0;k[n>>2]=2412;k[e>>2]=2432;k[n+4>>2]=0;wv(n+60|0,d);k[n+132>>2]=0;k[n+136>>2]=-1;k[n>>2]=2372;k[e>>2]=2392;sz(d);k[d>>2]=2448;e=n+40|0;k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[e+(c<<2)>>2]=0;c=c+1|0}k[n+52>>2]=0;k[n+56>>2]=8;Yi(d,q);UG(q);rk(n,q);a=(i[a>>0]|0)==45;l=q;j=k[l>>2]|0;l=k[l+4>>2]|0;h=pE(0,0,j|0,l|0)|0;c=s+8|0;k[c>>2]=2;q=s+16|0;k[q>>2]=a?h:j;k[q+4>>2]=a?N:l;kC(n);break c}break}case 3:{u=+sK(a,n);c=s+8|0;k[c>>2]=3;o[s+16>>2]=u;break}case 4:{u=+tK(a,n);c=s+8|0;k[c>>2]=4;p[s+16>>3]=u;break}default:{m=0;break b}}while(0);if((k[c>>2]|0)==(b|0))m=s;else Ra(18442,18417,164,18431)}while(0);r=t;return m|0}
+function qc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,$=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0;fa=r;r=r+224|0;ea=fa+200|0;da=fa+176|0;ca=fa+152|0;ba=fa+88|0;_=fa+64|0;$=fa+40|0;Z=fa+24|0;S=fa+136|0;J=fa+124|0;K=fa+112|0;V=fa+76|0;W=fa+12|0;X=fa;R=b;t=R-a|0;a:do if((t|0)>1){v=(t|0)>3;if(v?(i[a>>0]|0)==103:0){I=(i[a+1>>0]|0)==115;e=I?a+2|0:a}else{e=a;I=0}do switch(i[e>>0]|0){case 76:{d=Gc(a,b,c)|0;break a}case 84:{d=Zc(a,b,c)|0;break a}case 102:{d=rd(a,b,c)|0;break a}case 97:switch(i[e+1>>0]|0){case 97:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44704,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 100:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44725,1);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 110:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44725,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 78:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45849,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45852,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ba=a+2|0;d=rc(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}Eq(ca,p+-24|0);f=Lz(ca,0,45854)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=uA(da,44580)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=30}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=30}if((aa|0)==30){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;b:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=38}else{h=0;j=1;g=o;aa=39}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break b;if(j){e=1;f=k[o>>2]|0;aa=38;break}else{h=1;j=0;f=o;aa=39;break}}while(0);if((aa|0)==38){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==39)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}pF(ea);pF(da);pF(ca);break a}case 122:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=97){d=a;break a}if((i[a+1>>0]|0)!=122){d=a;break a}ba=a+2|0;d=qc(ba,b,c)|0;if((d|0)==(ba|0)){d=a;break a}p=k[c+4>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}Eq(ca,p+-24|0);f=Lz(ca,0,45854)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-24|0;f=uA(da,44580)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[p+-16>>2]&2147483647)+-1|0;h=1}else aa=66}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=66}if((aa|0)==66){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;c:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=74}else{h=0;j=1;g=o;aa=75}}else{g=yc(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break c;if(h){e=1;f=k[o>>2]|0;aa=74;break}else{h=1;j=0;f=o;aa=75;break}}while(0);if((aa|0)==74){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==75)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}pF(ea);pF(da);pF(ca);break a}default:{d=a;break a}}case 99:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,s=rc(aa,b,c)|0,(s|0)!=(aa|0)):0)?(P=qc(s,b,c)|0,(P|0)!=(s|0)):0)?(E=c+4|0,u=k[E>>2]|0,((u-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Eq(ea,u+-24|0);d=k[E>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[E>>2]=a;kA(a);f=k[E>>2]|0}f=d+-48|0;Eq(Z,f);e=Lz(Z,0,45864)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA($,45876)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=Fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA(ba,44580)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(da,ca);Ie(f,da);kA(da);pF(ca);pF(ba);pF(_);pF($);pF(Z);pF(ea);d=P}else d=a;break a}case 108:{if(!v){d=a;break a}if((i[a>>0]|0)!=99){d=a;break a}if((i[a+1>>0]|0)!=108){d=a;break a}da=a+2|0;e=qc(da,b,c)|0;if((e|0)==(da|0)|(e|0)==(b|0)){d=a;break a}q=c+4|0;d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}ca=d+-12|0;p=i[ca+11>>0]|0;da=p<<24>>24<0;Fm(d+-24|0,da?k[ca>>2]|0:ca,da?k[d+-8>>2]|0:p&255)|0;p=k[q>>2]|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;d=i[n>>0]|0;if(d<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else aa=123}else{i[m>>0]=0;i[n>>0]=0;d=0;aa=123}if((aa|0)==123){j=0;o=d&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;d:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){d=0;g=m;aa=131}else{h=0;j=1;g=m;aa=132}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break d;if(j){d=1;f=k[m>>2]|0;aa=131;break}else{h=1;j=0;f=m;aa=132;break}}while(0);if((aa|0)==131){h=d;j=1;d=k[p+-8>>2]|0}else if((aa|0)==132)d=d&255;d=d+1|0;if(d|0)Qq(g|0,f|0,d|0)|0;if(j)Vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[ea>>2];k[m+4>>2]=k[ea+4>>2];k[m+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}pF(ea);uA((k[q>>2]|0)+-24|0,44675)|0;j=ea+11|0;l=ea+4|0;while(1){if((i[e>>0]|0)==69)break;h=qc(e,b,c)|0;if((h|0)==(e|0)|(h|0)==(b|0)){d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}Eq(ea,d+-24|0);f=k[q>>2]|0;g=f+-24|0;d=f;while(1){if((d|0)==(g|0))break;da=d+-24|0;k[q>>2]=da;kA(da);d=k[q>>2]|0}e=i[j>>0]|0;d=e<<24>>24<0;e=d?k[l>>2]|0:e&255;if(e|0){if((k[c>>2]|0)==(g|0)){aa=154;break}Fm(f+-48|0,d?k[ea>>2]|0:ea,e)|0}pF(ea);e=h}if((aa|0)==154){pF(ea);d=a;break a}d=k[q>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;break a}uA(d+-24|0,44580)|0;d=e+1|0;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45879,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44889,1);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 118:{e:do if((((t|0)>2?(i[a>>0]|0)==99:0)?(i[a+1>>0]|0)==118:0)?(Y=c+63|0,X=i[Y>>0]|0,i[Y>>0]=0,aa=a+2|0,y=rc(aa,b,c)|0,i[Y>>0]=X,!((y|0)==(aa|0)|(y|0)==(b|0))):0){if((i[y>>0]|0)!=95){d=qc(y,b,c)|0;if((d|0)==(y|0)){d=a;break}}else{d=y+1|0;if((d|0)==(b|0)){d=a;break}e=i[d>>0]|0;f:do if(e<<24>>24==69){g=c+4|0;f=k[g>>2]|0;aa=k[c+8>>2]|0;h=aa;if(f>>>0<aa>>>0){k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;k[f+12>>2]=0;k[f+16>>2]=0;k[f+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=f+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=(k[g>>2]|0)+24;break}g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)oJ();h=(h-g|0)/24|0;g=h<<1;Rs(ea,h>>>0<89478485?(g>>>0<f>>>0?f:g):178956970,e,c+12|0);g=ea+8|0;h=k[g>>2]|0;k[h>>2]=0;k[h+4>>2]=0;k[h+8>>2]=0;k[h+12>>2]=0;k[h+16>>2]=0;k[h+20>>2]=0;e=0;while(1){if((e|0)==3)break;k[h+(e<<2)>>2]=0;e=e+1|0}f=h+12|0;k[f>>2]=0;k[f+4>>2]=0;k[f+8>>2]=0;e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}k[g>>2]=h+24;Um(c,ea);Tr(ea)}else while(1){if(e<<24>>24==69)break f;e=qc(d,b,c)|0;if((e|0)==(d|0)|(e|0)==(b|0)){d=a;break e}d=e;e=i[e>>0]|0}while(0);d=d+1|0}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0>=2){Eq(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;kA(a);g=k[h>>2]|0}g=e+-48|0;Eq(Z,g);f=Lz(Z,0,44675)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA($,45881)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=Fm(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(ba,44580)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(da,ca);Ie(g,da);kA(da);pF(ca);pF(ba);pF(_);pF($);pF(Z);pF(ea)}else d=a}else d=a;while(0);break a}default:{d=a;break a}}case 100:switch(i[e+1>>0]|0){case 97:{$=e+2|0;d=qc($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;g:do if(I)wq(ca,44863,2);else{e=0;while(1){if((e|0)==3)break g;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=uA(ca,45884)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Eq(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=Fm(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=224}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=224}if((aa|0)==224){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;h:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=232}else{h=0;j=1;g=o;aa=233}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break h;if(j){e=1;f=k[o>>2]|0;aa=232;break}else{h=1;j=0;f=o;aa=233;break}}while(0);if((aa|0)==232){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==233)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}pF(ea);pF(ba);pF(da);pF(ca);break a}case 99:{if((((((t|0)>2?(i[a>>0]|0)==100:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,w=rc(aa,b,c)|0,(w|0)!=(aa|0)):0)?(Q=qc(w,b,c)|0,(Q|0)!=(w|0)):0)?(F=c+4|0,x=k[F>>2]|0,((x-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Eq(ea,x+-24|0);d=k[F>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[F>>2]=a;kA(a);f=k[F>>2]|0}f=d+-48|0;Eq(Z,f);e=Lz(Z,0,45894)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA($,45876)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=Fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA(ba,44580)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(da,ca);Ie(f,da);kA(da);pF(ca);pF(ba);pF(_);pF($);pF(Z);pF(ea);d=Q}else d=a;break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44720,1);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{$=e+2|0;d=qc($,b,c)|0;if((d|0)==($|0)){d=a;break a}g=c+4|0;p=k[g>>2]|0;if((k[c>>2]|0)==(p|0)){d=a;break a}o=p+-24|0;k[ca>>2]=0;k[ca+4>>2]=0;k[ca+8>>2]=0;i:do if(I)wq(ca,44863,2);else{e=0;while(1){if((e|0)==3)break i;k[ca+(e<<2)>>2]=0;e=e+1|0}}while(0);f=uA(ca,45908)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Eq(ba,(k[g>>2]|0)+-24|0);f=i[ba+11>>0]|0;e=f<<24>>24<0;f=Fm(da,e?k[ba>>2]|0:ba,e?k[ba+4>>2]|0:f&255)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-16>>2]&2147483647)+-1|0}else aa=286}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=286}if((aa|0)==286){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;j:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;aa=294}else{h=0;j=1;g=o;aa=295}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break j;if(j){e=1;f=k[o>>2]|0;aa=294;break}else{h=1;j=0;f=o;aa=295;break}}while(0);if((aa|0)==294){h=e;j=1;e=k[p+-20>>2]|0}else if((aa|0)==295)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-16>>2]=l+1|-2147483648;k[p+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}pF(ea);pF(ba);pF(da);pF(ca);break a}case 110:{d=Qc(a,b,c)|0;break a}case 115:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=115){d=a;break a}ca=a+2|0;e=qc(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;kA(ca);g=k[h>>2]|0}Jn(da,45916,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;Fm(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;pF(da);pF(ea);break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=100){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}ca=a+2|0;e=qc(ca,b,c)|0;if((e|0)==(ca|0)){d=a;break a}d=Qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;ca=g+-24|0;k[h>>2]=ca;kA(ca);g=k[h>>2]|0}Jn(da,45919,ea);ca=i[da+11>>0]|0;ba=ca<<24>>24<0;Fm(e+-48|0,ba?k[da>>2]|0:da,ba?k[da+4>>2]|0:ca&255)|0;pF(da);pF(ea);break a}case 118:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45921,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 86:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45923,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 101:switch(i[e+1>>0]|0){case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45926,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 79:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45928,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 113:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45931,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 103:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45934,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44739,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 105:{if((i[e+1>>0]|0)!=120){d=a;break a}aa=a+2|0;e=qc(aa,b,c)|0;if((e|0)==(aa|0)){d=a;break a}d=qc(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;break a}ea=e+-24|0;k[h>>2]=ea;kA(ea);e=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;kA(a);g=k[h>>2]|0}Eq(da,e+-48|0);f=k[h>>2]|0;Jn($,44675,da);g=uA($,45937)|0;k[_>>2]=k[g>>2];k[_+4>>2]=k[g+4>>2];k[_+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[ea+11>>0]|0;e=f<<24>>24<0;f=Fm(_,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[ba>>2]=k[f>>2];k[ba+4>>2]=k[f+4>>2];k[ba+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(ba,44664)|0;k[S>>2]=k[f>>2];k[S+4>>2]=k[f+4>>2];k[S+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(ca,S);Ie(g,ca);kA(ca);pF(S);pF(ba);pF(_);pF($);pF(da);pF(ea);break a}case 108:switch(i[e+1>>0]|0){case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45940,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45943,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45946,3);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44737,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 109:switch(i[e+1>>0]|0){case 105:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45950,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 73:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45952,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,44720,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45955,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 109:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45958,2);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;Eq(ca,g);f=Lz(ca,0,44675)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(da,45961)|0;k[J>>2]=k[f>>2];k[J+4>>2]=k[f+4>>2];k[J+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(ea,J);Ie(g,ea);kA(ea);pF(J);pF(da);pF(ca);break a}default:{d=a;break a}}case 110:switch(i[e+1>>0]|0){case 119:case 97:{k:do if(v){d=i[a>>0]|0;if(d<<24>>24==103){t=(i[a+1>>0]|0)==115;d=t?a+2|0:a;e=d;d=i[d>>0]|0}else{t=0;e=a}if(d<<24>>24==110){d=i[e+1>>0]|0;switch(d<<24>>24){case 97:case 119:break;default:{d=a;break k}}s=d<<24>>24==97;d=e+2|0;l:do if((d|0)!=(b|0)){p=0;while(1){if((i[d>>0]|0)==95)break;f=qc(d,b,c)|0;d=(f|0)==(d|0);e=(f|0)==(b|0);if(d|e)break l;else{p=p|(d|e)^1;d=f}}Y=d+1|0;e=rc(Y,b,c)|0;if(!((e|0)==(Y|0)|(e|0)==(b|0))){d=i[e>>0]|0;m:do if(!((R-e|0)>2&d<<24>>24==112))if(d<<24>>24==69){o=0;q=e}else break l;else{if((i[e+1>>0]|0)!=105)break l;d=e+2|0;while(1){if((i[d>>0]|0)==69){o=1;q=d;break m}Y=d;d=qc(d,b,c)|0;if((d|0)==(Y|0)|(d|0)==(b|0))break l}}while(0);k[da>>2]=0;k[da+4>>2]=0;k[da+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}n:do if(o){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)==(d|0)){d=a;e=1}else{Eq(ea,d+-24|0);l=da+11|0;if((i[l>>0]|0)<0){i[k[da>>2]>>0]=0;k[da+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){h=1;m=0;g=(k[da+8>>2]&2147483647)+-1|0}else aa=405}else{i[da>>0]=0;i[l>>0]=0;d=0;aa=405}if((aa|0)==405){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;o:do if((j|0)!=(g|0)){do if(e){e=k[da>>2]|0;if(h){d=0;f=da;aa=412}else{g=0;h=1;f=da;aa=413}}else{f=yc(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break o;if(!h){g=1;h=0;e=da;aa=413;break}d=1;e=k[da>>2]|0;aa=412}while(0);if((aa|0)==412){g=d;h=1;d=k[da+4>>2]|0}else if((aa|0)==413)d=d&255;d=d+1|0;if(d|0)Qq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[da+8>>2]=j+1|-2147483648;k[da+4>>2]=m;k[da>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[da>>2]=k[ea>>2];k[da+4>>2]=k[ea+4>>2];k[da+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}pF(ea);d=k[n>>2]|0;e=d+-24|0;while(1){if((d|0)==(e|0)){g=c;d=e;aa=427;break n}aa=d+-24|0;k[n>>2]=aa;kA(aa);d=k[n>>2]|0}}}else{d=c+4|0;n=d;g=c;d=k[d>>2]|0;aa=427}while(0);if((aa|0)==427)if((k[g>>2]|0)==(d|0)){d=a;e=1}else{Eq(ca,d+-24|0);e=k[n>>2]|0;f=e+-24|0;d=e;while(1){if((d|0)==(f|0))break;b=d+-24|0;k[n>>2]=b;kA(b);d=k[n>>2]|0}k[ba>>2]=0;k[ba+4>>2]=0;k[ba+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[ba+(d<<2)>>2]=0;d=d+1|0}p:do if(p)if((k[g>>2]|0)==(f|0)){d=a;e=1}else{Eq(ea,e+-48|0);l=ba+11|0;do if((i[l>>0]|0)<0){i[k[ba>>2]>>0]=0;k[ba+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24>=0){aa=440;break}h=1;m=0;g=(k[ba+8>>2]&2147483647)+-1|0}else{i[ba>>0]=0;i[l>>0]=0;d=0;aa=440}while(0);if((aa|0)==440){h=0;m=d&255;g=10}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;q:do if((j|0)!=(g|0)){do if(e){e=k[ba>>2]|0;if(h){d=0;f=ba;aa=447}else{g=0;h=1;f=ba;aa=448}}else{f=yc(j+1|0)|0;if(j>>>0<=g>>>0&(f|0)==0)break q;if(!h){g=1;h=0;e=ba;aa=448;break}d=1;e=k[ba>>2]|0;aa=447}while(0);if((aa|0)==447){g=d;h=1;d=k[ba+4>>2]|0}else if((aa|0)==448)d=d&255;d=d+1|0;if(d|0)Qq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[ba+8>>2]=j+1|-2147483648;k[ba+4>>2]=m;k[ba>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[ba>>2]=k[ea>>2];k[ba+4>>2]=k[ea+4>>2];k[ba+8>>2]=k[ea+8>>2];d=0;while(1){if((d|0)==3)break;k[ea+(d<<2)>>2]=0;d=d+1|0}pF(ea);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){aa=462;break p}aa=e+-24|0;k[n>>2]=aa;kA(aa);e=k[n>>2]|0}}else aa=462;while(0);if((aa|0)==462){k[_>>2]=0;k[_+4>>2]=0;k[_+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}if(t)qm(_,44863,2);if(s)uA(_,45965)|0;else uA(_,44687)|0;if(p){Jn($,44675,ba);e=uA($,45969)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;Fm(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;pF(ea);pF($)}aa=i[ca+11>>0]|0;b=aa<<24>>24<0;Fm(_,b?k[ca>>2]|0:ca,b?k[ca+4>>2]|0:aa&255)|0;if(o){Jn($,44577,da);e=uA($,44580)|0;k[ea>>2]=k[e>>2];k[ea+4>>2]=k[e+4>>2];k[ea+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}aa=i[ea+11>>0]|0;b=aa<<24>>24<0;Fm(_,b?k[ea>>2]|0:ea,b?k[ea+4>>2]|0:aa&255)|0;pF(ea);pF($)}k[Z>>2]=k[_>>2];k[Z+4>>2]=k[_+4>>2];k[Z+8>>2]=k[_+8>>2];d=0;while(1){if((d|0)==3)break;k[_+(d<<2)>>2]=0;d=d+1|0}Yq($,Z);d=k[n>>2]|0;aa=k[c+8>>2]|0;g=aa;do if(d>>>0>=aa>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{b=(g-f|0)/24|0;aa=b<<1;Rs(ea,b>>>0<89478485?(aa>>>0<e>>>0?e:aa):178956970,d,c+12|0);aa=ea+8|0;b=k[aa>>2]|0;Uq(b,$);k[aa>>2]=b+24;Um(c,ea);Tr(ea);break}}else{Uq(d,$);k[n>>2]=(k[n>>2]|0)+24}while(0);kA($);pF(Z);pF(_);d=q+1|0;e=0}pF(ba);pF(ca)}pF(da);if(!e)break k}}while(0);d=a}else d=a}else d=a;while(0);break a}case 101:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45972,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 103:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45950,1);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45975,1);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 120:{p=a+2|0;d=qc(p,b,c)|0;if((d|0)!=(p|0)?(Y=k[c+4>>2]|0,(k[c>>2]|0)!=(Y|0)):0){Eq(ca,Y+-24|0);f=Lz(ca,0,45977)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=Y+-24|0;f=uA(da,44580)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[Y+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){n=0;j=(k[Y+-16>>2]&2147483647)+-1|0;h=1}else aa=508}else{i[o>>0]=0;i[m>>0]=0;e=0;aa=508}if((aa|0)==508){n=e&255;j=10;h=0}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;r:do if((l|0)!=(j|0)){do if(f){f=k[o>>2]|0;if(h){e=0;g=o;aa=516}else{h=0;j=1;g=o;aa=517}}else{g=yc(l+1|0)|0;if(l>>>0<=j>>>0&(g|0)==0)break r;if(h){e=1;f=k[o>>2]|0;aa=516;break}else{h=1;j=0;f=o;aa=517;break}}while(0);if((aa|0)==516){h=e;j=1;e=k[Y+-20>>2]|0}else if((aa|0)==517)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[Y+-16>>2]=l+1|-2147483648;k[Y+-20>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[ea>>2];k[o+4>>2]=k[ea+4>>2];k[o+8>>2]=k[ea+8>>2];e=0;while(1){if((e|0)==3)break;k[ea+(e<<2)>>2]=0;e=e+1|0}pF(ea);pF(da);pF(ca)}else d=p;d=(d|0)==(p|0)?a:d;break a}default:{d=a;break a}}case 111:switch(i[e+1>>0]|0){case 110:{d=Qc(a,b,c)|0;break a}case 111:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45988,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 114:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45991,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 82:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45993,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 112:switch(i[e+1>>0]|0){case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,45996,3);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 108:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46e3,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 76:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46002,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 112:{e=a+2|0;if((e|0)!=(b|0)?(i[e>>0]|0)==95:0){da=a+3|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46005,2);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}g=e+-24|0;Eq(ca,g);f=Lz(ca,0,44675)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(da,46008)|0;k[K>>2]=k[f>>2];k[K+4>>2]=k[f+4>>2];k[K+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(ea,K);Ie(g,ea);kA(ea);pF(K);pF(da);pF(ca);break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46e3,1);d=ze(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 116:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=112){d=a;break a}if((i[a+1>>0]|0)!=116){d=a;break a}da=a+2|0;e=qc(da,b,c)|0;if((e|0)==(da|0)){d=a;break a}d=qc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}h=c+4|0;e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;da=g+-24|0;k[h>>2]=da;kA(da);g=k[h>>2]|0}uA(e+-48|0,46012)|0;da=i[ea+11>>0]|0;ca=da<<24>>24<0;Fm((k[h>>2]|0)+-24|0,ca?k[ea>>2]|0:ea,ca?k[ea+4>>2]|0:da&255)|0;pF(ea);break a}default:{d=a;break a}}case 113:{if((i[e+1>>0]|0)!=117){d=a;break a}aa=a+2|0;d=qc(aa,b,c)|0;if((d|0)==(aa|0)){d=a;break a}e=qc(d,b,c)|0;if((e|0)==(d|0)){d=c+4|0;f=k[d>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0)){d=a;break a}ea=f+-24|0;k[d>>2]=ea;kA(ea);f=k[d>>2]|0}}d=qc(e,b,c)|0;h=c+4|0;if((d|0)==(e|0)){e=k[h>>2]|0;d=e+-24|0;f=e;while(1){if((f|0)==(d|0))break;ea=f+-24|0;k[h>>2]=ea;kA(ea);f=k[h>>2]|0}e=e+-48|0;while(1){if((d|0)==(e|0)){d=a;break a}ea=d+-24|0;k[h>>2]=ea;kA(ea);d=k[h>>2]|0}}e=k[h>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<3){d=a;break a}Eq(ea,e+-24|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;kA(a);g=k[h>>2]|0}Eq(da,e+-48|0);e=k[h>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[h>>2]=a;kA(a);g=k[h>>2]|0}Eq(ca,e+-48|0);f=k[h>>2]|0;Jn(X,44675,ca);g=uA(X,46015)|0;k[W>>2]=k[g>>2];k[W+4>>2]=k[g+4>>2];k[W+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}g=f+-24|0;f=i[da+11>>0]|0;e=f<<24>>24<0;f=Fm(W,e?k[da>>2]|0:da,e?k[da+4>>2]|0:f&255)|0;k[Z>>2]=k[f>>2];k[Z+4>>2]=k[f+4>>2];k[Z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(Z,46021)|0;k[$>>2]=k[f>>2];k[$+4>>2]=k[f+4>>2];k[$+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[ea+11>>0]|0;e=f<<24>>24<0;f=Fm($,e?k[ea>>2]|0:ea,e?k[ea+4>>2]|0:f&255)|0;k[_>>2]=k[f>>2];k[_+4>>2]=k[f+4>>2];k[_+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(_,44580)|0;k[V>>2]=k[f>>2];k[V+4>>2]=k[f+4>>2];k[V+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(ba,V);Ie(g,ba);kA(ba);pF(V);pF(_);pF($);pF(Z);pF(W);pF(X);pF(ca);pF(da);pF(ea);break a}case 114:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==114:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,f=rc(aa,b,c)|0,(f|0)!=(aa|0)):0)?(M=qc(f,b,c)|0,(M|0)!=(f|0)):0)?(z=c+4|0,g=k[z>>2]|0,((g-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Eq(ea,g+-24|0);d=k[z>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[z>>2]=a;kA(a);f=k[z>>2]|0}f=d+-48|0;Eq(Z,f);e=Lz(Z,0,46027)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA($,45876)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=Fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA(ba,44580)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(da,ca);Ie(f,da);kA(da);pF(ca);pF(ba);pF(_);pF($);pF(Z);pF(ea);d=M}else d=a;break a}case 109:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46045,1);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 77:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46047,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 115:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46050,2);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}case 83:{da=a+2|0;k[ea>>2]=0;k[ea+4>>2]=0;k[ea+8>>2]=0;wq(ea,46053,3);d=yd(da,b,ea,c)|0;pF(ea);d=(d|0)==(da|0)?a:d;break a}default:{d=a;break a}}case 115:switch(i[e+1>>0]|0){case 99:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==99:0)?(aa=a+2|0,h=rc(aa,b,c)|0,(h|0)!=(aa|0)):0)?(N=qc(h,b,c)|0,(N|0)!=(h|0)):0)?(A=c+4|0,j=k[A>>2]|0,((j-(k[c>>2]|0)|0)/24|0)>>>0>=2):0){Eq(ea,j+-24|0);d=k[A>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[A>>2]=a;kA(a);f=k[A>>2]|0}f=d+-48|0;Eq(Z,f);e=Lz(Z,0,46057)|0;k[$>>2]=k[e>>2];k[$+4>>2]=k[e+4>>2];k[$+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA($,45876)|0;k[_>>2]=k[e>>2];k[_+4>>2]=k[e+4>>2];k[_+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=i[ea+11>>0]|0;d=e<<24>>24<0;e=Fm(_,d?k[ea>>2]|0:ea,d?k[ea+4>>2]|0:e&255)|0;k[ba>>2]=k[e>>2];k[ba+4>>2]=k[e+4>>2];k[ba+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA(ba,44580)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(da,ca);Ie(f,da);kA(da);pF(ca);pF(ba);pF(_);pF($);pF(Z);pF(ea);d=N}else d=a;break a}case 112:{if((t|0)<=2){d=a;break a}if((i[a>>0]|0)!=115){d=a;break a}if((i[a+1>>0]|0)!=112){d=a;break a}ea=a+2|0;d=qc(ea,b,c)|0;d=(d|0)==(ea|0)?a:d;break a}case 114:{d=Qc(a,b,c)|0;break a}case 116:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==116:0)?(aa=a+2|0,G=rc(aa,b,c)|0,(G|0)!=(aa|0)):0)?(l=k[c+4>>2]|0,(k[c>>2]|0)!=(l|0)):0){f=l+-24|0;Eq(ba,f);e=Lz(ba,0,46070)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA(ca,44580)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(ea,da);Ie(f,ea);kA(ea);pF(da);pF(ca);pF(ba);d=G}else d=a;break a}case 122:{if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==122:0)?(aa=a+2|0,d=qc(aa,b,c)|0,(d|0)!=(aa|0)):0)?(m=k[c+4>>2]|0,(k[c>>2]|0)!=(m|0)):0){g=m+-24|0;Eq(ba,g);f=Lz(ba,0,46070)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(ca,44580)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(ea,da);Ie(g,ea);kA(ea);pF(da);pF(ca);pF(ba)}else d=a;break a}case 90:{if((R-e|0)<=2){d=a;break a}switch(i[e+2>>0]|0){case 84:break;case 102:{if((((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(o=a+2|0,(i[o>>0]|0)==102):0)?(H=rd(o,b,c)|0,(H|0)!=(o|0)):0)?(p=k[c+4>>2]|0,(k[c>>2]|0)!=(p|0)):0){f=p+-24|0;Eq(ba,f);e=Lz(ba,0,46079)|0;k[ca>>2]=k[e>>2];k[ca+4>>2]=k[e+4>>2];k[ca+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}e=uA(ca,44580)|0;k[da>>2]=k[e>>2];k[da+4>>2]=k[e+4>>2];k[da+8>>2]=k[e+8>>2];d=0;while(1){if((d|0)==3)break;k[e+(d<<2)>>2]=0;d=d+1|0}Yq(ea,da);Ie(f,ea);kA(ea);pF(da);pF(ca);pF(ba);d=H}else d=a;break a}default:{d=a;break a}}if(((((t|0)>2?(i[a>>0]|0)==115:0)?(i[a+1>>0]|0)==90:0)?(n=a+2|0,(i[n>>0]|0)==84):0)?(T=c+4|0,O=((k[T>>2]|0)-(k[c>>2]|0)|0)/24|0,U=Zc(n,b,c)|0,B=k[c>>2]|0,L=((k[T>>2]|0)-B|0)/24|0,B,(U|0)!=(n|0)):0){i[da+11>>0]=10;d=da;e=46079;f=d+10|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[da+10>>0]=0;s:do if((O|0)!=(L|0)){Eq(ea,B+(O*24|0)|0);g=i[ea+11>>0]|0;h=g<<24>>24<0;Fm(da,h?k[ea>>2]|0:ea,h?k[ea+4>>2]|0:g&255)|0;pF(ea);g=ea+11|0;h=ea+4|0;d=O;while(1){d=d+1|0;if((d|0)==(L|0))break s;Eq(ca,(k[c>>2]|0)+(d*24|0)|0);f=Lz(ca,0,44677)|0;k[ea>>2]=k[f>>2];k[ea+4>>2]=k[f+4>>2];k[ea+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}a=i[g>>0]|0;aa=a<<24>>24<0;Fm(da,aa?k[ea>>2]|0:ea,aa?k[h>>2]|0:a&255)|0;pF(ea);pF(ca)}}while(0);uA(da,44580)|0;d=L;while(1){if((d|0)==(O|0))break;f=k[T>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[T>>2]=a;kA(a);f=k[T>>2]|0}d=d+-1|0}k[ba>>2]=k[da>>2];k[ba+4>>2]=k[da+4>>2];k[ba+8>>2]=k[da+8>>2];d=0;while(1){if((d|0)==3)break;k[da+(d<<2)>>2]=0;d=d+1|0}Yq(ca,ba);d=k[T>>2]|0;a=k[c+8>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[c>>2]|0;d=(d-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{aa=(g-f|0)/24|0;a=aa<<1;Rs(ea,aa>>>0<89478485?(a>>>0<e>>>0?e:a):178956970,d,c+12|0);a=ea+8|0;aa=k[a>>2]|0;Uq(aa,ca);k[a>>2]=aa+24;Um(c,ea);Tr(ea);break}}else{Uq(d,ca);k[T>>2]=(k[T>>2]|0)+24}while(0);kA(ca);pF(ba);pF(da);d=U}else d=a;break a}default:{d=a;break a}}case 116:switch(i[e+1>>0]|0){case 105:case 101:{t:do if((t|0)>2?(i[a>>0]|0)==116:0){d=i[a+1>>0]|0;switch(d<<24>>24){case 105:case 101:break;default:{d=a;break t}}e=a+2|0;if(d<<24>>24==101)d=qc(e,b,c)|0;else d=rc(e,b,c)|0;if((d|0)!=(e|0)?(C=k[c+4>>2]|0,(k[c>>2]|0)!=(C|0)):0){g=C+-24|0;Eq(ba,g);f=Lz(ba,0,46090)|0;k[ca>>2]=k[f>>2];k[ca+4>>2]=k[f+4>>2];k[ca+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(ca,44580)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(ea,da);Ie(g,ea);kA(ea);pF(da);pF(ca);pF(ba)}else d=a}else d=a;while(0);break a}case 114:{iq(da,46098);d=c+4|0;e=k[d>>2]|0;ca=k[c+8>>2]|0;g=ca;do if(e>>>0>=ca>>>0){f=k[c>>2]|0;d=(e-f|0)/24|0;e=d+1|0;if(e>>>0>178956970)oJ();else{ba=(g-f|0)/24|0;ca=ba<<1;Rs(ea,ba>>>0<89478485?(ca>>>0<e>>>0?e:ca):178956970,d,c+12|0);ca=ea+8|0;ba=k[ca>>2]|0;Uq(ba,da);k[ca>>2]=ba+24;Um(c,ea);Tr(ea);break}}else{Uq(e,da);k[d>>2]=(k[d>>2]|0)+24}while(0);kA(da);d=a+2|0;break a}case 119:{if(((((t|0)>2?(i[a>>0]|0)==116:0)?(i[a+1>>0]|0)==119:0)?(ba=a+2|0,D=qc(ba,b,c)|0,(D|0)!=(ba|0)):0)?(q=k[c+4>>2]|0,(k[c>>2]|0)!=(q|0)):0){e=q+-24|0;Eq(ca,e);f=Lz(ca,0,46104)|0;k[da>>2]=k[f>>2];k[da+4>>2]=k[f+4>>2];k[da+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}Yq(ea,da);Ie(e,ea);kA(ea);pF(da);pF(ca);d=D}else d=a;break a}default:{d=a;break a}}case 57:case 56:case 55:case 54:case 53:case 52:case 51:case 50:case 49:{d=Qc(a,b,c)|0;break a}default:{d=a;break a}}while(0)}else d=a;while(0);r=fa;return d|0}function rc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0;E=r;r=r+160|0;D=E+128|0;C=E+104|0;B=E+88|0;z=E+64|0;u=E+24|0;t=E;h=E+48|0;l=E+36|0;m=E+12|0;a:do if((a|0)!=(b|0)){switch(i[a>>0]|0){case 75:case 86:case 114:{k[C>>2]=0;e=Fr(a,b,C)|0;b:do if((e|0)!=(a|0)?(f=i[e>>0]|0,x=c+4|0,o=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,w=rc(e,b,c)|0,x=((k[x>>2]|0)-(k[c>>2]|0)|0)/24|0,(w|0)!=(e|0)):0){u=f<<24>>24==70;v=c+20|0;e=k[v>>2]|0;c:do if(u){f=e+-16|0;while(1){if((e|0)==(f|0)){e=f;break c}B=e+-16|0;k[v>>2]=B;_r(B);e=k[v>>2]|0}}while(0);h=c+16|0;g=k[c+12>>2]|0;B=k[c+24>>2]|0;j=B;do if(e>>>0>=B>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=j-l|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);B=D+8|0;a=k[B>>2]|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=g;k[B>>2]=a+16;Nj(h,D);Yp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[v>>2]=(k[v>>2]|0)+16}while(0);s=k[C>>2]|0;p=(s&1|0)==0;q=(s&2|0)==0;s=(s&4|0)==0;t=D+8|0;while(1){if(o>>>0>=x>>>0){d=w;break b}if(u){g=k[c>>2]|0;m=g+(o*24|0)+12|0;h=i[m+11>>0]|0;e=h<<24>>24<0;if(e){j=k[g+(o*24|0)+16>>2]|0;f=k[m>>2]|0}else{j=h&255;f=m}l=j+-2|0;if((i[f+l>>0]|0)==38)e=j+-3|0;else{if(e){f=k[m>>2]|0;e=k[g+(o*24|0)+16>>2]|0}else{f=m;e=h&255}e=(i[f+e+-1>>0]|0)==38?l:j}if(!p){Lz(m,e,44630)|0;e=e+6|0}if(!q){Lz((k[c>>2]|0)+(o*24|0)+12|0,e,44637)|0;e=e+9|0}if(!s)Lz((k[c>>2]|0)+(o*24|0)+12|0,e,44647)|0}else{if(!p)uA((k[c>>2]|0)+(o*24|0)|0,44630)|0;if(!q)uA((k[c>>2]|0)+(o*24|0)|0,44637)|0;if(!s)uA((k[c>>2]|0)+(o*24|0)|0,44647)|0}h=k[v>>2]|0;j=h+-16|0;l=k[c>>2]|0;m=l+(o*24|0)|0;e=h+-12|0;f=k[e>>2]|0;C=k[h+-8>>2]|0;n=C;if((f|0)==(C|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;B=(n-g|0)/24|0;C=B<<1;Rs(D,B>>>0<89478485?(C>>>0<f>>>0?f:C):178956970,e,h+-4|0);C=k[t>>2]|0;Bs(C,m);Bs(C+12|0,l+(o*24|0)+12|0);k[t>>2]=C+24;Um(j,D);Tr(D)}else{Bs(f,m);Bs(f+12|0,l+(o*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}o=o+1|0}oJ()}else d=a;while(0);break a}default:{}}d=vc(a,b,c)|0;if((d|0)==(a|0)){e=i[a>>0]|0;d:do switch(e<<24>>24|0){case 65:{if(e<<24>>24!=65){d=a;break a}m=a+1|0;if((m|0)==(b|0)){d=a;break a}d=i[m>>0]|0;do if(d<<24>>24==95){A=a+2|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;wq(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(xF(e?k[D>>2]|0:D,44657,2)|0)==0;pF(D);if(A)nr((k[f>>2]|0)+-12|0)}else pF(D);Lz((k[f>>2]|0)+-12|0,0,44660)|0}else{if((d+-49&255)<9){j=Dq(m,b)|0;if((j|0)==(b|0)){d=a;break a}if((i[j>>0]|0)!=95){d=a;break a}A=j+1|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}b=e+-12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[b+11>>0]|0;z=A<<24>>24<0;A=z?k[e+-8>>2]|0:A&255;wq(D,z?k[b>>2]|0:b,A>>>0<2?A:2);A=i[D+11>>0]|0;e=A<<24>>24<0;if(((e?k[D+4>>2]|0:A&255)|0)==2){A=(xF(e?k[D>>2]|0:D,44657,2)|0)==0;pF(D);if(A)nr((k[f>>2]|0)+-12|0)}else pF(D);l=(k[f>>2]|0)+-12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=j-m|0;if(h>>>0>4294967279)iJ();if(h>>>0<11){i[B+11>>0]=h;g=B}else{A=h+16&-16;g=yc(A)|0;k[B>>2]=g;k[B+8>>2]=A|-2147483648;k[B+4>>2]=h}e=m;f=g;while(1){if((e|0)==(j|0))break;i[f>>0]=i[e>>0]|0;e=e+1|0;f=f+1|0}i[g+h>>0]=0;f=Lz(B,0,44657)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(C,44664)|0;k[D>>2]=k[f>>2];k[D+4>>2]=k[f+4>>2];k[D+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}A=i[D+11>>0]|0;b=A<<24>>24<0;Yj(l,0,b?k[D>>2]|0:D,b?k[D+4>>2]|0:A&255)|0;pF(D);pF(C);pF(B);break}d=qc(m,b,c)|0;if((d|0)==(m|0)|(d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)!=95){d=a;break a}y=d+1|0;d=rc(y,b,c)|0;if((d|0)==(y|0)){d=a;break a}q=c+4|0;e=k[q>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Uq(D,e+-24|0);e=k[q>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[q>>2]=b;kA(b);g=k[q>>2]|0}Uq(C,e+-48|0);m=k[q>>2]|0;n=m+-24|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-20>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-16>>2]&2147483647)+-1|0}else A=92}else{i[n>>0]=0;i[o>>0]=0;e=0;A=92}if((A|0)==92){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;e:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=100}else{h=0;j=1;g=n;A=101}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break e;if(j){e=1;f=k[n>>2]|0;A=100;break}else{h=1;j=0;f=n;A=101;break}}while(0);if((A|0)==100){h=e;j=1;e=k[m+-20>>2]|0}else if((A|0)==101)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[m+-16>>2]=l+1|-2147483648;k[m+-20>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[D>>2];k[n+4>>2]=k[D+4>>2];k[n+8>>2]=k[D+8>>2];e=0;while(1){if((e|0)==3)break;k[D+(e<<2)>>2]=0;e=e+1|0}g=D+12|0;k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;h=g+11|0;b=i[h>>0]|0;e=b<<24>>24<0;j=D+16|0;b=e?k[j>>2]|0:b&255;wq(B,e?k[g>>2]|0:g,b>>>0<2?b:2);b=i[B+11>>0]|0;e=b<<24>>24<0;if(((e?k[B+4>>2]|0:b&255)|0)==2){b=(xF(e?k[B>>2]|0:B,44657,2)|0)==0;pF(B);if(b)nr(g)}else pF(B);p=k[q>>2]|0;Eq(t,C);f=Lz(t,0,44657)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}o=p+-12|0;f=uA(u,44664)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=i[h>>0]|0;e=f<<24>>24<0;f=Fm(z,e?k[g>>2]|0:g,e?k[j>>2]|0:f&255)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=o+11|0;if((i[m>>0]|0)<0){i[k[o>>2]>>0]=0;k[p+-8>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=129}else{i[o>>0]=0;i[m>>0]=0;e=0;A=129}if((A|0)==129){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;f:do if((l|0)!=(h|0)){do if(f){f=k[o>>2]|0;if(j){e=0;g=o;A=137}else{h=0;j=1;g=o;A=138}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break f;if(j){e=1;f=k[o>>2]|0;A=137;break}else{h=1;j=0;f=o;A=138;break}}while(0);if((A|0)==137){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==138)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=n;k[o>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[o>>2]=k[B>>2];k[o+4>>2]=k[B+4>>2];k[o+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}pF(B);pF(z);pF(u);pF(t);kA(C);kA(D)}while(0);if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}case 67:{A=a+1|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}uA(e+-24|0,44666)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];zo(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}case 70:{if(e<<24>>24!=70){d=a;break a}d=a+1|0;if((d|0)==(b|0)){d=a;break a}if((i[d>>0]|0)==89){d=a+2|0;if((d|0)==(b|0)){d=a;break a}}e=rc(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;wq(D,44675,1);p=c+4|0;n=D+11|0;o=D+4|0;j=C+11|0;l=C+4|0;m=0;d=e;g:while(1)h:while(1){if((d|0)==(b|0)){A=174;break g}switch(i[d>>0]|0){case 69:{A=178;break g}case 118:{d=d+1|0;continue h}case 82:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=1;d=e;continue g}break}case 79:{e=d+1|0;if((e|0)!=(b|0)?(i[e>>0]|0)==69:0){m=2;d=e;continue g}break}default:{}}e=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;g=rc(d,b,c)|0;h=((k[p>>2]|0)-(k[c>>2]|0)|0)/24|0;if((g|0)==(d|0)|(g|0)==(b|0)){d=a;e=1;break g}else d=e;while(1){if(d>>>0>=h>>>0){d=e;break}z=i[n>>0]|0;if((z<<24>>24<0?k[o>>2]|0:z&255)>>>0>1)uA(D,44677)|0;Eq(C,(k[c>>2]|0)+(d*24|0)|0);z=i[j>>0]|0;y=z<<24>>24<0;Fm(D,y?k[C>>2]|0:C,y?k[l>>2]|0:z&255)|0;pF(C);d=d+1|0}while(1){if(d>>>0>=h>>>0){d=g;continue h}f=k[p>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;z=f+-24|0;k[p>>2]=z;kA(z);f=k[p>>2]|0}d=d+1|0}}i:do if((A|0)==174){e=k[p>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=a;e=1;break i}A=e+-24|0;k[p>>2]=A;kA(A);e=k[p>>2]|0}}else if((A|0)==178){d=d+1|0;uA(D,44580)|0;switch(m&3){case 1:{uA(D,44680)|0;break}case 2:{uA(D,44683)|0;break}default:{}}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;e=1}else{uA(e+-24|0,44687)|0;e=i[n>>0]|0;A=e<<24>>24<0;Yj((k[p>>2]|0)+-12|0,0,A?k[D>>2]|0:D,A?k[o>>2]|0:e&255)|0;e=0}}while(0);pF(D);if(e|(d|0)==(a|0)){d=a;break a}e=k[p>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}case 71:{A=a+1|0;d=rc(A,b,c)|0;if((d|0)==(A|0)){d=a;break a}f=c+4|0;e=k[f>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}uA(e+-24|0,44689)|0;j=c+16|0;e=(k[f>>2]|0)+-24|0;k[B>>2]=k[c+12>>2];zo(C,e,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}case 77:{if(e<<24>>24!=77){d=a;break a}y=a+1|0;e=rc(y,b,c)|0;if((e|0)==(y|0)){d=a;break a}d=rc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}s=c+4|0;e=k[s>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Uq(D,e+-24|0);e=k[s>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;b=g+-24|0;k[s>>2]=b;kA(b);g=k[s>>2]|0}Uq(C,e+-48|0);q=D+12|0;o=k[s>>2]|0;p=o+-24|0;j:do if((i[((i[q+11>>0]|0)<0?k[q>>2]|0:q)>>0]|0)==40){f=uA(D,44675)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Eq(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=Fm(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(z,44700)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=235}else{i[p>>0]=0;i[m>>0]=0;e=0;A=235}if((A|0)==235){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;k:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=243}else{h=0;j=1;g=p;A=244}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break k;if(j){e=1;f=k[p>>2]|0;A=243;break}else{h=1;j=0;f=p;A=244;break}}while(0);if((A|0)==243){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==244)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}pF(B);pF(z);pF(t);pF(u);p=k[s>>2]|0;f=Lz(q,0,44580)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+-12|0;n=m+11|0;if((i[n>>0]|0)<0){i[k[m>>2]>>0]=0;k[p+-8>>2]=0;e=i[n>>0]|0;if(e<<24>>24<0){j=1;o=0;h=(k[p+-4>>2]&2147483647)+-1|0}else A=262}else{i[m>>0]=0;i[n>>0]=0;e=0;A=262}if((A|0)==262){j=0;o=e&255;h=10}f=o>>>0<11;l=f?10:(o+16&496)+-1|0;l:do if((l|0)!=(h|0)){do if(f){f=k[m>>2]|0;if(j){e=0;g=m;A=270}else{h=0;j=1;g=m;A=271}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break l;if(j){e=1;f=k[m>>2]|0;A=270;break}else{h=1;j=0;f=m;A=271;break}}while(0);if((A|0)==270){h=e;j=1;e=k[p+-8>>2]|0}else if((A|0)==271)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[p+-4>>2]=l+1|-2147483648;k[p+-8>>2]=o;k[m>>2]=g;break}else{i[n>>0]=o;break}}while(0);k[m>>2]=k[B>>2];k[m+4>>2]=k[B+4>>2];k[m+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}pF(B)}else{f=uA(D,44687)|0;k[u>>2]=k[f>>2];k[u+4>>2]=k[f+4>>2];k[u+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Eq(t,C);f=i[t+11>>0]|0;e=f<<24>>24<0;f=Fm(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:f&255)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(z,44700)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}m=p+11|0;if((i[m>>0]|0)<0){i[k[p>>2]>>0]=0;k[o+-20>>2]=0;e=i[m>>0]|0;if(e<<24>>24<0){j=1;n=0;h=(k[o+-16>>2]&2147483647)+-1|0}else A=296}else{i[p>>0]=0;i[m>>0]=0;e=0;A=296}if((A|0)==296){j=0;n=e&255;h=10}f=n>>>0<11;l=f?10:(n+16&496)+-1|0;m:do if((l|0)!=(h|0)){do if(f){f=k[p>>2]|0;if(j){e=0;g=p;A=304}else{h=0;j=1;g=p;A=305}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break m;if(j){e=1;f=k[p>>2]|0;A=304;break}else{h=1;j=0;f=p;A=305;break}}while(0);if((A|0)==304){h=e;j=1;e=k[o+-20>>2]|0}else if((A|0)==305)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[o+-16>>2]=l+1|-2147483648;k[o+-20>>2]=n;k[p>>2]=g;break}else{i[m>>0]=n;break}}while(0);k[p>>2]=k[B>>2];k[p+4>>2]=k[B+4>>2];k[p+8>>2]=k[B+8>>2];e=0;while(1){if((e|0)==3)break;k[B+(e<<2)>>2]=0;e=e+1|0}pF(B);pF(z);pF(t);pF(u);m=k[s>>2]|0;n=m+-12|0;o=n+11|0;if((i[o>>0]|0)<0){i[k[n>>2]>>0]=0;k[m+-8>>2]=0;e=i[o>>0]|0;if(e<<24>>24<0){j=1;p=0;h=(k[m+-4>>2]&2147483647)+-1|0}else A=320}else{i[n>>0]=0;i[o>>0]=0;e=0;A=320}if((A|0)==320){j=0;p=e&255;h=10}f=p>>>0<11;l=f?10:(p+16&496)+-1|0;n:do if((l|0)!=(h|0)){do if(f){f=k[n>>2]|0;if(j){e=0;g=n;A=328}else{h=0;j=1;g=n;A=329}}else{g=yc(l+1|0)|0;if(l>>>0<=h>>>0&(g|0)==0)break n;if(j){e=1;f=k[n>>2]|0;A=328;break}else{h=1;j=0;f=n;A=329;break}}while(0);if((A|0)==328){h=e;j=1;e=k[m+-8>>2]|0}else if((A|0)==329)e=e&255;e=e+1|0;if(e|0)Qq(g|0,f|0,e|0)|0;if(j)Vc(f);if(h){k[m+-4>>2]=l+1|-2147483648;k[m+-8>>2]=p;k[n>>2]=g;break}else{i[o>>0]=p;break}}while(0);k[n>>2]=k[q>>2];k[n+4>>2]=k[q+4>>2];k[n+8>>2]=k[q+8>>2];e=0;while(1){if((e|0)==3)break j;k[q+(e<<2)>>2]=0;e=e+1|0}}while(0);kA(C);kA(D);if((d|0)==(a|0)){d=a;break a}e=k[s>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}case 79:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=rc(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{z=j-l|0;A=z>>3;ts(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Nj(h,D);Yp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;wq(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(xF(e?k[D>>2]|0:D,44657,2)|0)==0;else e=0;pF(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){uA(f+(m*24|0)|0,44675)|0;Lz((k[c>>2]|0)+(m*24|0)+12|0,0,44580)|0}}else{uA(f+(m*24|0)|0,44577)|0;Lz((k[c>>2]|0)+(m*24|0)+12|0,0,44580)|0}uA((k[c>>2]|0)+(m*24|0)|0,44704)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;Rs(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;Bs(A,n);Bs(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;Um(j,D);Tr(D)}else{Bs(f,n);Bs(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}oJ();break}case 80:{w=c+4|0;m=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;v=a+1|0;d=rc(v,b,c)|0;w=((k[w>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(v|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;x=c+20|0;e=k[x>>2]|0;z=k[c+24>>2]|0;j=z;do if(e>>>0>=z>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{u=j-l|0;z=u>>3;ts(D,u>>4>>>0<134217727?(z>>>0<f>>>0?f:z):268435455,e,c+28|0);z=D+8|0;u=k[z>>2]|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;k[u+12>>2]=g;k[z>>2]=u+16;Nj(h,D);Yp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[x>>2]=(k[x>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+11|0;t=D+4|0;u=D+8|0;while(1){if(m>>>0>=w>>>0)break a;n=k[c>>2]|0;e=n+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+16>>2]|0:z&255;wq(D,o?k[e>>2]|0:e,z>>>0<2?z:2);z=i[p>>0]|0;e=z<<24>>24<0;if(((e?k[q>>2]|0:z&255)|0)==2)e=(xF(e?k[D>>2]|0:D,44657,2)|0)==0;else e=0;pF(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){uA(f+(m*24|0)|0,44675)|0;Lz((k[c>>2]|0)+(m*24|0)+12|0,0,44580)|0}}else{uA(f+(m*24|0)|0,44577)|0;Lz((k[c>>2]|0)+(m*24|0)+12|0,0,44580)|0}do if((i[v>>0]|0)==85){n=k[c>>2]|0;e=n+(m*24|0)|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;z=i[e+11>>0]|0;o=z<<24>>24<0;z=o?k[n+(m*24|0)+4>>2]|0:z&255;wq(D,o?k[e>>2]|0:e,z>>>0<12?z:12);z=i[s>>0]|0;e=z<<24>>24<0;if(((e?k[t>>2]|0:z&255)|0)==12)f=(xF(e?k[D>>2]|0:D,44707,12)|0)!=0;else f=1;pF(D);o=k[c>>2]|0;e=o+(m*24|0)|0;if(f)A=393;else{n=e+11|0;f=i[n>>0]|0;g=f<<24>>24<0;if(g){l=k[o+(m*24|0)+4>>2]|0;j=l>>>0<11?l:11;f=(k[o+(m*24|0)+8>>2]&2147483647)+-1|0}else{l=f&255;j=l>>>0<11?l:11;f=10}if((j-l+f|0)>>>0<2){al(e,f,2-j+l-f|0,l,0,j,2,44722);break}if(g)e=k[e>>2]|0;o:do if((j|0)!=2){g=l-j|0;if(!g){g=j;j=0;h=44722;f=2;A=412}else{if(j>>>0>2){i[e>>0]=105;i[e+1>>0]=100;jx(e+2|0,e+j|0,g|0)|0;g=j;f=2;break}h=e+j|0;do if(e>>>0<44722>>>0&(e+l|0)>>>0>44722>>>0){if(h>>>0<=44722>>>0){f=44722+(2-j)|0;break}if(j|0)Qq(e|0,44722,j|0)|0;f=2-j|0;jx(h+f|0,h|0,g|0)|0;if(!f){g=0;f=0;break o}else{g=0;h=44724;A=412;break o}}else f=44722;while(0);jx(e+2|0,h|0,g|0)|0;g=j;j=0;h=f;f=2;A=412}}else{g=2;j=0;h=44722;f=2;A=412}while(0);if((A|0)==412){A=0;jx(e+j|0,h|0,f|0)|0}f=f-g+l|0;if((i[n>>0]|0)<0)k[o+(m*24|0)+4>>2]=f;else i[n>>0]=f;i[e+f>>0]=0}}else{e=(k[c>>2]|0)+(m*24|0)|0;A=393}while(0);if((A|0)==393){A=0;uA(e,44720)|0}h=k[x>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;z=k[h+-8>>2]|0;o=z;if((f|0)==(z|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;o=(o-g|0)/24|0;z=o<<1;Rs(D,o>>>0<89478485?(z>>>0<f>>>0?f:z):178956970,e,h+-4|0);z=k[u>>2]|0;Bs(z,n);Bs(z+12|0,l+(m*24|0)+12|0);k[u>>2]=z+24;Um(j,D);Tr(D)}else{Bs(f,n);Bs(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}oJ();break}case 82:{t=c+4|0;m=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+1|0;d=rc(A,b,c)|0;t=((k[t>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0)){d=a;break a}h=c+16|0;g=k[c+12>>2]|0;u=c+20|0;e=k[u>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{z=j-l|0;A=z>>3;ts(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Nj(h,D);Yp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[u>>2]=(k[u>>2]|0)+16}while(0);p=D+11|0;q=D+4|0;s=D+8|0;while(1){if(m>>>0>=t>>>0)break a;x=k[c>>2]|0;e=x+(m*24|0)+12|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;A=i[e+11>>0]|0;z=A<<24>>24<0;A=z?k[x+(m*24|0)+16>>2]|0:A&255;wq(D,z?k[e>>2]|0:e,A>>>0<2?A:2);A=i[p>>0]|0;e=A<<24>>24<0;if(((e?k[q>>2]|0:A&255)|0)==2)e=(xF(e?k[D>>2]|0:D,44657,2)|0)==0;else e=0;pF(D);f=k[c>>2]|0;if(!e){e=f+(m*24|0)+12|0;if((i[e+11>>0]|0)<0)e=k[e>>2]|0;if((i[e>>0]|0)==40){uA(f+(m*24|0)|0,44675)|0;Lz((k[c>>2]|0)+(m*24|0)+12|0,0,44580)|0}}else{uA(f+(m*24|0)|0,44577)|0;Lz((k[c>>2]|0)+(m*24|0)+12|0,0,44580)|0}uA((k[c>>2]|0)+(m*24|0)|0,44725)|0;h=k[u>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;Rs(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[s>>2]|0;Bs(A,n);Bs(A+12|0,l+(m*24|0)+12|0);k[s>>2]=A+24;Um(j,D);Tr(D)}else{Bs(f,n);Bs(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}oJ();break}case 84:{u=c+4|0;q=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;d=Zc(a,b,c)|0;s=((k[u>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(a|0)){d=a;break a}x=c+16|0;t=c+12|0;g=k[t>>2]|0;w=c+20|0;e=k[w>>2]|0;v=c+24|0;a=k[v>>2]|0;h=a;do if(e>>>0>=a>>>0){j=k[x>>2]|0;e=e-j>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{y=h-j|0;a=y>>3;ts(D,y>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);a=D+8|0;y=k[a>>2]|0;k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;k[y+12>>2]=g;k[a>>2]=y+16;Nj(x,D);Yp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[w>>2]=(k[w>>2]|0)+16}while(0);j=D+8|0;h=q;while(1){if(h>>>0>=s>>>0)break;l=k[w>>2]|0;m=l+-16|0;n=k[c>>2]|0;o=n+(h*24|0)|0;e=l+-12|0;f=k[e>>2]|0;a=k[l+-8>>2]|0;p=a;if((f|0)==(a|0)){g=k[m>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970){A=459;break}y=(p-g|0)/24|0;a=y<<1;Rs(D,y>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,l+-4|0);a=k[j>>2]|0;Bs(a,o);Bs(a+12|0,n+(h*24|0)+12|0);k[j>>2]=a+24;Um(m,D);Tr(D)}else{Bs(f,o);Bs(f+12|0,n+(h*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}h=h+1|0}if((A|0)==459)oJ();if(!((s|0)==(q+1|0)&(i[c+63>>0]|0)!=0))break a;h=Uc(d,b,c)|0;if((h|0)==(d|0))break a;Eq(C,(k[u>>2]|0)+-24|0);d=k[u>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[u>>2]=a;kA(a);f=k[u>>2]|0}a=i[C+11>>0]|0;g=a<<24>>24<0;Fm(d+-48|0,g?k[C>>2]|0:C,g?k[C+4>>2]|0:a&255)|0;d=(k[u>>2]|0)+-24|0;k[z>>2]=k[t>>2];zo(B,d,z);d=k[w>>2]|0;a=k[v>>2]|0;g=a;do if(d>>>0>=a>>>0){f=k[x>>2]|0;d=d-f>>4;e=d+1|0;if(e>>>0>268435455)oJ();else{A=g-f|0;a=A>>3;ts(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Nj(x,D);Yp(D);break}}else{k[d+12>>2]=k[B+12>>2];k[d>>2]=k[B>>2];D=B+4|0;k[d+4>>2]=k[D>>2];c=B+8|0;k[d+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[w>>2]=(k[w>>2]|0)+16}while(0);_r(B);pF(C);d=h;break a}case 85:{d=a+1|0;if((d|0)==(b|0)){d=a;break a}e=Fd(d,b,c)|0;if((e|0)==(d|0)){d=a;break a}d=rc(e,b,c)|0;if((d|0)==(e|0)){d=a;break a}j=c+4|0;e=k[j>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2){d=a;break a}Eq(C,e+-24|0);e=k[j>>2]|0;f=e+-24|0;g=e;while(1){if((g|0)==(f|0))break;a=g+-24|0;k[j>>2]=a;kA(a);g=k[j>>2]|0}b=e+-48|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;a=i[b+11>>0]|0;y=a<<24>>24<0;a=y?k[e+-44>>2]|0:a&255;wq(D,y?k[b>>2]|0:b,a>>>0<9?a:9);a=i[D+11>>0]|0;e=a<<24>>24<0;if(((e?k[D+4>>2]|0:a&255)|0)==9){a=(xF(e?k[D>>2]|0:D,44727,9)|0)==0;pF(D);if(a){Eq(B,(k[j>>2]|0)+-24|0);f=k[j>>2]|0;e=f+-24|0;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[j>>2]=a;kA(a);f=k[j>>2]|0}e=B+11|0;a=i[e>>0]|0;b=a<<24>>24<0;y=k[B>>2]|0;f=B+4|0;a=Fd(b?y+9|0:B+9|0,(b?y:B)+(b?k[f>>2]|0:a&255)|0,c)|0;if((a|0)==(((i[e>>0]|0)<0?k[B>>2]|0:B)+9|0)){Un(u,C,44687);e=i[e>>0]|0;a=e<<24>>24<0;f=Fm(u,a?k[B>>2]|0:B,a?k[f>>2]|0:e&255)|0;k[m>>2]=k[f>>2];k[m+4>>2]=k[f+4>>2];k[m+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(z,m);e=k[j>>2]|0;a=k[c+8>>2]|0;g=a;do if(e>>>0>=a>>>0){h=k[c>>2]|0;e=(e-h|0)/24|0;f=e+1|0;if(f>>>0>178956970)oJ();else{b=(g-h|0)/24|0;a=b<<1;Rs(D,b>>>0<89478485?(a>>>0<f>>>0?f:a):178956970,e,c+12|0);a=D+8|0;b=k[a>>2]|0;Uq(b,z);k[a>>2]=b+24;Um(c,D);Tr(D);break}}else{Uq(e,z);k[j>>2]=(k[j>>2]|0)+24}while(0);kA(z);pF(m);pF(u)}else{f=k[j>>2]|0;Un(u,C,44737);Eq(t,(k[j>>2]|0)+-24|0);g=i[t+11>>0]|0;e=g<<24>>24<0;g=Fm(u,e?k[t>>2]|0:t,e?k[t+4>>2]|0:g&255)|0;k[z>>2]=k[g>>2];k[z+4>>2]=k[g+4>>2];k[z+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}f=f+-24|0;g=uA(z,44739)|0;k[l>>2]=k[g>>2];k[l+4>>2]=k[g+4>>2];k[l+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}Yq(D,l);Ie(f,D);kA(D);pF(l);pF(z);pF(t);pF(u)}pF(B)}else A=482}else{pF(D);A=482}if((A|0)==482){f=k[j>>2]|0;Un(B,C,44687);Eq(z,(k[j>>2]|0)+-24|0);g=i[z+11>>0]|0;e=g<<24>>24<0;g=Fm(B,e?k[z>>2]|0:z,e?k[z+4>>2]|0:g&255)|0;k[h>>2]=k[g>>2];k[h+4>>2]=k[g+4>>2];k[h+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}Yq(D,h);Ie(f+-24|0,D);kA(D);pF(h);pF(z);pF(B)}h=(k[j>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];zo(B,h,z);h=c+16|0;e=c+20|0;f=k[e>>2]|0;a=k[c+24>>2]|0;j=a;do if(f>>>0>=a>>>0){g=k[h>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{A=j-g|0;a=A>>3;ts(D,A>>4>>>0<134217727?(a>>>0<f>>>0?f:a):268435455,e,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Nj(h,D);Yp(D);break}}else{k[f+12>>2]=k[B+12>>2];k[f>>2]=k[B>>2];D=B+4|0;k[f+4>>2]=k[D>>2];c=B+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(B);pF(C);break a}case 83:{A=a+1|0;if((A|0)!=(b|0)?(i[A>>0]|0)==116:0){d=wc(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}d=Pc(a,b,c)|0;if((d|0)==(a|0)){d=a;break a}j=Uc(d,b,c)|0;if((j|0)==(d|0))break a;g=c+4|0;e=k[g>>2]|0;if(((e-(k[c>>2]|0)|0)/24|0)>>>0<2)break a;Eq(C,e+-24|0);d=k[g>>2]|0;e=d+-24|0;f=d;while(1){if((f|0)==(e|0))break;a=f+-24|0;k[g>>2]=a;kA(a);f=k[g>>2]|0}e=i[C+11>>0]|0;a=e<<24>>24<0;Fm(d+-48|0,a?k[C>>2]|0:C,a?k[C+4>>2]|0:e&255)|0;g=(k[g>>2]|0)+-24|0;k[z>>2]=k[c+12>>2];zo(B,g,z);g=c+16|0;d=c+20|0;e=k[d>>2]|0;a=k[c+24>>2]|0;h=a;do if(e>>>0>=a>>>0){f=k[g>>2]|0;d=e-f>>4;e=d+1|0;if(e>>>0>268435455)oJ();else{A=h-f|0;a=A>>3;ts(D,A>>4>>>0<134217727?(a>>>0<e>>>0?e:a):268435455,d,c+28|0);c=D+8|0;a=k[c>>2]|0;k[a+12>>2]=k[B+12>>2];k[a>>2]=k[B>>2];A=B+4|0;k[a+4>>2]=k[A>>2];b=B+8|0;k[a+8>>2]=k[b>>2];k[b>>2]=0;k[A>>2]=0;k[B>>2]=0;k[c>>2]=a+16;Nj(g,D);Yp(D);break}}else{k[e+12>>2]=k[B+12>>2];k[e>>2]=k[B>>2];D=B+4|0;k[e+4>>2]=k[D>>2];c=B+8|0;k[e+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[B>>2]=0;k[d>>2]=(k[d>>2]|0)+16}while(0);_r(B);pF(C);d=j;break a}case 68:{d=a+1|0;if((d|0)!=(b|0)){d=i[d>>0]|0;switch(d<<24>>24|0){case 112:{q=c+4|0;m=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;A=a+2|0;d=rc(A,b,c)|0;q=((k[q>>2]|0)-(k[c>>2]|0)|0)/24|0;if((d|0)==(A|0))break d;h=c+16|0;g=k[c+12>>2]|0;s=c+20|0;e=k[s>>2]|0;A=k[c+24>>2]|0;j=A;do if(e>>>0>=A>>>0){l=k[h>>2]|0;e=e-l>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{z=j-l|0;A=z>>3;ts(D,z>>4>>>0<134217727?(A>>>0<f>>>0?f:A):268435455,e,c+28|0);A=D+8|0;z=k[A>>2]|0;k[z>>2]=0;k[z+4>>2]=0;k[z+8>>2]=0;k[z+12>>2]=g;k[A>>2]=z+16;Nj(h,D);Yp(D);break}}else{k[e>>2]=0;k[e+4>>2]=0;k[e+8>>2]=0;k[e+12>>2]=g;k[s>>2]=(k[s>>2]|0)+16}while(0);p=D+8|0;while(1){if(m>>>0>=q>>>0)break a;h=k[s>>2]|0;j=h+-16|0;l=k[c>>2]|0;n=l+(m*24|0)|0;e=h+-12|0;f=k[e>>2]|0;A=k[h+-8>>2]|0;o=A;if((f|0)==(A|0)){g=k[j>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)break;z=(o-g|0)/24|0;A=z<<1;Rs(D,z>>>0<89478485?(A>>>0<f>>>0?f:A):178956970,e,h+-4|0);A=k[p>>2]|0;Bs(A,n);Bs(A+12|0,l+(m*24|0)+12|0);k[p>>2]=A+24;Um(j,D);Tr(D)}else{Bs(f,n);Bs(f+12|0,l+(m*24|0)+12|0);k[e>>2]=(k[e>>2]|0)+24}m=m+1|0}oJ();break}case 84:case 116:{d=kg(a,b,c)|0;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}case 118:{if(!((b-a|0)>3&e<<24>>24==68&d<<24>>24==118))break d;h=a+2|0;e=i[h>>0]|0;p:do if((e+-49&255)<9){d=Dq(h,b)|0;if((d|0)!=(b|0)?(i[d>>0]|0)==95:0){f=d-h|0;e=d+1|0;do if((e|0)!=(b|0)){if((i[e>>0]|0)!=112){d=rc(e,b,c)|0;if((d|0)==(e|0))break;g=k[c+4>>2]|0;if((k[c>>2]|0)==(g|0)){A=629;break p}k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;wq(B,h,f);f=Lz(B,0,44741)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=g+-24|0;g=uA(C,44664)|0;k[D>>2]=k[g>>2];k[D+4>>2]=k[g+4>>2];k[D+8>>2]=k[g+8>>2];e=0;while(1){if((e|0)==3)break;k[g+(e<<2)>>2]=0;e=e+1|0}z=i[D+11>>0]|0;x=z<<24>>24<0;Fm(f,x?k[D>>2]|0:D,x?k[D+4>>2]|0:z&255)|0;pF(D);pF(C);pF(B);break p}d=d+2|0;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;wq(u,h,f);f=Lz(u,0,44750)|0;k[B>>2]=k[f>>2];k[B+4>>2]=k[f+4>>2];k[B+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}f=uA(B,44664)|0;k[z>>2]=k[f>>2];k[z+4>>2]=k[f+4>>2];k[z+8>>2]=k[f+8>>2];e=0;while(1){if((e|0)==3)break;k[f+(e<<2)>>2]=0;e=e+1|0}Yq(C,z);e=c+4|0;f=k[e>>2]|0;x=k[c+8>>2]|0;h=x;do if(f>>>0>=x>>>0){g=k[c>>2]|0;e=(f-g|0)/24|0;f=e+1|0;if(f>>>0>178956970)oJ();else{w=(h-g|0)/24|0;x=w<<1;Rs(D,w>>>0<89478485?(x>>>0<f>>>0?f:x):178956970,e,c+12|0);x=D+8|0;w=k[x>>2]|0;Uq(w,C);k[x>>2]=w+24;Um(c,D);Tr(D);break}}else{Uq(f,C);k[e>>2]=(k[e>>2]|0)+24}while(0);kA(C);pF(z);pF(B);pF(u);break p}while(0);break d}else A=629}else{k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;d=0;while(1){if((d|0)==3)break;k[D+(d<<2)>>2]=0;d=d+1|0}q:do if(e<<24>>24!=95?(p=qc(h,b,c)|0,(p|0)!=(h|0)):0){n=c+4|0;d=k[n>>2]|0;if((k[c>>2]|0)!=(d|0)){Eq(C,d+-24|0);l=D+11|0;if((i[l>>0]|0)<0){i[k[D>>2]>>0]=0;k[D+4>>2]=0;d=i[l>>0]|0;if(d<<24>>24<0){m=0;h=(k[D+8>>2]&2147483647)+-1|0;g=1}else A=596}else{i[D>>0]=0;i[l>>0]=0;d=0;A=596}if((A|0)==596){m=d&255;h=10;g=0}e=m>>>0<11;j=e?10:(m+16&496)+-1|0;do if((j|0)!=(h|0)){if(e){e=k[D>>2]|0;if(g){d=0;f=D;A=603}else{g=0;h=1;f=D;A=604}}else{f=yc(j+1|0)|0;if(j>>>0<=h>>>0&(f|0)==0)break;if(g){d=1;e=k[D>>2]|0;A=603}else{g=1;h=0;e=D;A=604}}if((A|0)==603){g=d;h=1;d=k[D+4>>2]|0}else if((A|0)==604)d=d&255;d=d+1|0;if(d|0)Qq(f|0,e|0,d|0)|0;if(h)Vc(e);if(g){k[D+8>>2]=j+1|-2147483648;k[D+4>>2]=m;k[D>>2]=f;break}else{i[l>>0]=m;break}}while(0);k[D>>2]=k[C>>2];k[D+4>>2]=k[C+4>>2];k[D+8>>2]=k[C+8>>2];d=0;while(1){if((d|0)==3)break;k[C+(d<<2)>>2]=0;d=d+1|0}pF(C);e=k[n>>2]|0;d=e+-24|0;while(1){if((e|0)==(d|0)){d=p;A=618;break q}A=e+-24|0;k[n>>2]=A;kA(A);e=k[n>>2]|0}}}else{d=h;A=618}while(0);do if((A|0)==618){if((((d|0)!=(b|0)?(i[d>>0]|0)==95:0)?(q=d+1|0,(q|0)!=(b|0)):0)?(s=rc(q,b,c)|0,(s|0)!=(q|0)):0){e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0))break;Jn(B,44741,D);f=uA(B,44664)|0;k[C>>2]=k[f>>2];k[C+4>>2]=k[f+4>>2];k[C+8>>2]=k[f+8>>2];d=0;while(1){if((d|0)==3)break;k[f+(d<<2)>>2]=0;d=d+1|0}d=i[C+11>>0]|0;z=d<<24>>24<0;Fm(e+-24|0,z?k[C>>2]|0:C,z?k[C+4>>2]|0:d&255)|0;pF(C);pF(B);d=s}else d=a;pF(D);break p}while(0);pF(D);A=629}while(0);if((A|0)==629)break d;if((d|0)==(a|0))break d;e=k[c+4>>2]|0;if((k[c>>2]|0)==(e|0)){d=a;break a}j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,e+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C);break a}default:break d}}break}default:{}}while(0);d=vc(a,b,c)|0;if((d|0)==(a|0)){d=wc(a,b,c)|0;if((d|0)!=(a|0)?(y=k[c+4>>2]|0,(k[c>>2]|0)!=(y|0)):0){j=c+16|0;k[B>>2]=k[c+12>>2];zo(C,y+-24|0,B);e=c+20|0;f=k[e>>2]|0;B=k[c+24>>2]|0;h=B;do if(f>>>0>=B>>>0){g=k[j>>2]|0;e=f-g>>4;f=e+1|0;if(f>>>0>268435455)oJ();else{a=h-g|0;B=a>>3;ts(D,a>>4>>>0<134217727?(B>>>0<f>>>0?f:B):268435455,e,c+28|0);c=D+8|0;B=k[c>>2]|0;k[B+12>>2]=k[C+12>>2];k[B>>2]=k[C>>2];a=C+4|0;k[B+4>>2]=k[a>>2];A=C+8|0;k[B+8>>2]=k[A>>2];k[A>>2]=0;k[a>>2]=0;k[C>>2]=0;k[c>>2]=B+16;Nj(j,D);Yp(D);break}}else{k[f+12>>2]=k[C+12>>2];k[f>>2]=k[C>>2];D=C+4|0;k[f+4>>2]=k[D>>2];c=C+8|0;k[f+8>>2]=k[c>>2];k[c>>2]=0;k[D>>2]=0;k[C>>2]=0;k[e>>2]=(k[e>>2]|0)+16}while(0);_r(C)}else d=a}}}else d=a;while(0);r=E;return d|0}function sc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0.0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,q=0.0,s=0,t=0,u=0,v=0,w=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,Z=0,_=0,aa=0,ba=0,ca=0,da=0,ea=0,fa=0,ga=0;ga=r;r=r+496|0;ea=ga+160|0;da=ga+48|0;f=ga+488|0;d=ga+476|0;u=ga+464|0;y=ga+452|0;g=ga+448|0;m=ga+436|0;n=ga+144|0;v=ga+424|0;j=ga+128|0;l=ga+412|0;s=ga+112|0;t=ga+96|0;A=ga+400|0;V=ga+396|0;W=ga+80|0;X=ga+64|0;w=ga+392|0;z=ga+388|0;ca=ga+300|0;H=ga+376|0;I=ga+364|0;P=ga+360|0;D=ga+348|0;J=ga+336|0;S=ga+268|0;T=ga+224|0;Q=ga+332|0;F=ga+320|0;G=ga+308|0;U=ga+304|0;K=ga+288|0;L=ga+276|0;R=ga+272|0;E=ga+256|0;N=ga+32|0;O=ga+16|0;Y=ga+212|0;Z=ga;_=ga+200|0;aa=ga+188|0;B=ga+176|0;fa=k[a>>2]|0;Lv(b);if(i[fa+29>>0]|0){MC(48824,29531)|0;nf(b,48824);dy(48824,10)|0}C=NJ(b,0)|0;C=FG(k[C>>2]|0)|0;C=k[C>>2]|0;a:do if((C|0)!=(k[11814]|0)){if((C|0)==(k[11815]|0)){ca=NJ(b,2)|0;ca=NJ(k[ca>>2]|0,0)|0;if(RE(k[ca>>2]|0,47264)|0){g=NJ(b,2)|0;g=NJ(k[g>>2]|0,1)|0;g=FG(k[g>>2]|0)|0;g=k[g>>2]|0;k[da>>2]=g;do if(!(Il(k[a+8>>2]|0,da)|0)){if((yp(fa+32|0,g)|0)==(fa+36|0))Ra(29536,11935,1081,44952);d=k[a+4>>2]|0;a=NJ(b,3)|0;a=Hu(k[d+16>>2]|0,k[a>>2]|0)|0;d=fa+8|0;c=BE(k[d>>2]|0)|0;k[c+8>>2]=g;f=c+12|0;k[f>>2]=a;fa=NJ(nD()|0,0)|0;if(RE(k[fa>>2]|0,47256)|0)break;else{a=k[(k[f>>2]|0)+4>>2]|0;fa=CE(k[d>>2]|0)|0;k[fa+8>>2]=g;k[fa+4>>2]=a;c=jA(k[d>>2]|0,c,fa)|0;break}}else{c=jG(k[fa+4>>2]|0)|0;fa=k[k[a+12>>2]>>2]|0;da=NJ(b,2)|0;da=NJ(k[da>>2]|0,1)|0;da=FG(k[da>>2]|0)|0;k[f>>2]=k[da>>2];k[ea>>2]=k[f>>2];fa=Mv(fa,ea)|0;k[c+8>>2]=fa;a=k[a+4>>2]|0;fa=NJ(b,3)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;k[c+4>>2]=0}while(0);break}da=NJ(b,2)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47312)|0)){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;dr(d,29637,16);dt(d,b)}d=NJ(b,2)|0;d=k[d>>2]|0;da=NJ(d,1)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47264)|0))Ra(29584,11935,1088,44952);da=NJ(d,1)|0;da=NJ(k[da>>2]|0,1)|0;da=FG(k[da>>2]|0)|0;da=k[da>>2]|0;k[ea>>2]=da;c=fa+44|0;if((yp(c,da)|0)==(fa+48|0))Ra(29605,11935,1090,44952);g=Ep(c,ea)|0;h=fa+4|0;c=TB(k[h>>2]|0)|0;f=k[g>>2]|0;i[c+8>>0]=f;k[c+12>>2]=0;uC(c+16|0,f,0)|0;f=k[a+16>>2]|0;d=NJ(d,2)|0;d=at(k[f+16>>2]|0,k[d>>2]|0,k[g>>2]|0)|0;k[c+20>>2]=d;d=k[a+4>>2]|0;f=NJ(b,3)|0;f=Hu(k[d+16>>2]|0,k[f>>2]|0)|0;d=c+24|0;k[d>>2]=f;g=oA(k[g+8>>2]|0)|0;f=c+28|0;k[f>>2]=g;jI(g);f=k[f>>2]|0;g=k[(k[d>>2]|0)+4>>2]|0;do if((f|0)!=(g|0))if((f|0)==3&(g|0)==4){fa=wG(k[h>>2]|0)|0;k[fa+8>>2]=44;k[fa+12>>2]=k[d>>2];k[fa+4>>2]=3;k[d>>2]=fa;break}else Ka();while(0);break}if((C|0)==(k[11820]|0)){da=NJ(b,1)|0;if(!(!(RE(k[da>>2]|0,47408)|0)?(da=NJ(b,1)|0,!(RE(k[da>>2]|0,47472)|0)):0))ba=29;if(((ba|0)==29?(da=NJ(b,3)|0,da=NJ(k[da>>2]|0,0)|0,RE(k[da>>2]|0,47320)|0):0)?(da=NJ(b,3)|0,da=NJ(k[da>>2]|0,1)|0,da=MG(k[da>>2]|0)|0,+p[da>>3]==0.0):0){fa=k[a+4>>2]|0;c=NJ(b,2)|0;c=Hu(k[fa+16>>2]|0,k[c>>2]|0)|0;Br(c,1);break}g=fa+4|0;c=qG(k[g>>2]|0)|0;j=a+4|0;h=k[j>>2]|0;a=NJ(b,2)|0;a=Hu(k[h+16>>2]|0,k[a>>2]|0)|0;h=c+12|0;k[h>>2]=a;j=k[j>>2]|0;a=NJ(b,3)|0;a=Hu(k[j+16>>2]|0,k[a>>2]|0)|0;j=c+16|0;k[j>>2]=a;a=NJ(b,1)|0;a=FG(k[a>>2]|0)|0;a=k[a>>2]|0;f=NJ(b,2)|0;f=k[f>>2]|0;d=NJ(b,3)|0;d=cf(fa,a,f,k[d>>2]|0,k[(k[h>>2]|0)+4>>2]|0)|0;f=c+8|0;k[f>>2]=d;io(c);d=k[f>>2]|0;if((d|0)==5?((k[c+4>>2]|0)+-3|0)>>>0<2:0){c=zy(k[g>>2]|0)|0;k[c+24>>2]=k[11954];a=c+8|0;ww(a,k[h>>2]|0);ww(a,k[j>>2]|0);k[c+4>>2]=4;if(i[53635]|0)break;i[53635]=1;a=fB(24)|0;ea=a+16|0;k[ea>>2]=0;k[a+20>>2]=0;b=k[11954]|0;k[a>>2]=b;k[a+4>>2]=k[11953];k[a+8>>2]=b;k[u>>2]=0;k[u+4>>2]=0;k[u+8>>2]=0;dr(u,29654,3);b=Bg(u,k[fa>>2]|0)|0;k[ea>>2]=b;UG(u);k[a+12>>2]=0;Fk(k[fa>>2]|0,a);break}if(!((i[fa+30>>0]|0)==0&(d+-3|0)>>>0<4))break;c=zy(k[g>>2]|0)|0;switch(k[f>>2]|0){case 5:{k[c+24>>2]=k[11958];break}case 6:{k[c+24>>2]=k[11959];break}case 3:{k[c+24>>2]=k[11956];break}case 4:{k[c+24>>2]=k[11957];break}default:{}}a=c+8|0;ww(a,k[h>>2]|0);ww(a,k[j>>2]|0);k[c+4>>2]=1;if((i[46512]|0)==0?WH(46512)|0:0){k[11806]=0;k[11807]=0;k[11805]=47224;Fb(160,47220,x|0)|0}d=c+24|0;if(_t(47220,d)|0)break;xn(ea,47220,d,d);a=fB(24)|0;k[a>>2]=0;da=a+4|0;k[da>>2]=0;b=a+8|0;k[b>>2]=0;ea=a+16|0;k[ea>>2]=0;k[a+20>>2]=0;k[a>>2]=k[d>>2];k[da>>2]=k[11953];k[b>>2]=k[d>>2];k[y>>2]=0;k[y+4>>2]=0;k[y+8>>2]=0;dr(y,29658,3);b=Bg(y,k[fa>>2]|0)|0;k[ea>>2]=b;UG(y);k[a+12>>2]=0;Fk(k[fa>>2]|0,a);break}if((C|0)==(k[11830]|0)){c=zA(k[fa+4>>2]|0)|0;fa=NJ(b,1)|0;fa=MG(k[fa>>2]|0)|0;e=+p[fa>>3];do if(!(AI(e)|0))if(rD(e)|0){d=fC(e)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1;break}else{k[c+8>>2]=4;p[c+16>>3]=e;d=4;break}else{d=ZB(e)|0;k[c+8>>2]=1;k[c+16>>2]=d;d=1}while(0);k[c+4>>2]=d;break}if((C|0)==(k[11816]|0)){d=NJ(b,1)|0;d=FG(k[d>>2]|0)|0;d=k[d>>2]|0;k[da>>2]=d;do if(!(Il(k[a+8>>2]|0,da)|0)){if((d|0)==(k[11966]|0)){c=zy(k[fa+4>>2]|0)|0;d=k[11966]|0;k[c+24>>2]=d;k[c+4>>2]=0;if(i[53636]|0){h=c;break}i[53636]=1;h=fB(24)|0;a=h+16|0;k[a>>2]=0;k[h+20>>2]=0;k[h>>2]=d;k[h+4>>2]=k[11953];k[h+8>>2]=d;k[m>>2]=0;k[m+4>>2]=0;k[m+8>>2]=0;dr(m,29662,1);ea=Bg(m,k[fa>>2]|0)|0;k[a>>2]=ea;UG(m);k[h+12>>2]=0;Fk(k[fa>>2]|0,h);h=c;break}c=fa+32|0;if((yp(c,d)|0)==(fa+36|0)){dy(MC(48992,d)|0,10)|0;Ra(29664,11935,1212,44952)}else{a=lp(c,da)|0;ea=k[da>>2]|0;a=k[a>>2]|0;h=CE(k[fa+8>>2]|0)|0;k[h+8>>2]=ea;k[h+4>>2]=a;break}}else{h=mG(k[fa+4>>2]|0)|0;fa=k[k[a+12>>2]>>2]|0;k[g>>2]=k[da>>2];k[ea>>2]=k[g>>2];fa=Mv(fa,ea)|0;k[h+8>>2]=fa;fa=oA(_x(k[a+20>>2]|0,da)|0)|0;k[h+4>>2]=fa}while(0);c=h;break}if((C|0)==(k[11828]|0)){d=NJ(b,1)|0;d=k[d>>2]|0;y=NJ(d,0)|0;if(!(RE(k[y>>2]|0,47264)|0))Ra(29760,11935,1217,44952);y=NJ(d,1)|0;y=FG(k[y>>2]|0)|0;y=k[y>>2]|0;k[ea>>2]=y;d=fa+44|0;if((yp(d,y)|0)==(fa+48|0))Ra(29605,11935,1219,44952);else{ea=Ep(d,ea)|0;c=iD(k[fa+4>>2]|0)|0;fa=k[ea>>2]|0;i[c+8>>0]=fa;i[c+9>>0]=i[ea+5>>0]|0;k[c+12>>2]=0;uC(c+16|0,fa,0)|0;a=k[a+16>>2]|0;fa=NJ(b,2)|0;fa=at(k[a+16>>2]|0,k[fa>>2]|0,k[ea>>2]|0)|0;k[c+20>>2]=fa;fa=ly(k[ea>>2]|0,(i[ea+4>>0]|0)==0)|0;k[c+4>>2]=fa;break}}if((C|0)==(k[11842]|0)){ca=NJ(b,1)|0;if(RE(k[ca>>2]|0,47400)|0){Be(da,b);b:do if(!(k[da>>2]|0)){a=k[a+4>>2]|0;c=NJ(b,2)|0;c=Hu(k[a+16>>2]|0,k[c>>2]|0)|0;switch(k[c+4>>2]|0){case 1:{a=wG(k[fa+4>>2]|0)|0;ea=NJ(b,2)|0;fa=uF(fa,k[ea>>2]|0)|0;k[a+8>>2]=fa?38:36;k[a+12>>2]=c;k[a+4>>2]=4;c=a;break b}case 3:{fa=wG(k[fa+4>>2]|0)|0;k[fa+8>>2]=43;k[fa+12>>2]=c;k[fa+4>>2]=4;c=fa;break b}default:{Br(c,4);break b}}}else{k[ea>>2]=k[da>>2];k[ea+4>>2]=k[da+4>>2];k[ea+8>>2]=k[da+8>>2];k[ea+12>>2]=k[da+12>>2];c=$r(fa+8|0,ea)|0}while(0);break}da=NJ(b,1)|0;if(RE(k[da>>2]|0,47404)|0){da=NJ(b,2)|0;da=NJ(k[da>>2]|0,0)|0;do if(!(RE(k[da>>2]|0,47320)|0)){da=NJ(b,2)|0;da=NJ(k[da>>2]|0,0)|0;if((RE(k[da>>2]|0,47368)|0?(da=NJ(b,2)|0,da=NJ(k[da>>2]|0,1)|0,RE(k[da>>2]|0,47400)|0):0)?(da=NJ(b,2)|0,da=NJ(k[da>>2]|0,2)|0,da=NJ(k[da>>2]|0,0)|0,RE(k[da>>2]|0,47320)|0):0)break;d=NJ(b,2)|0;d=sg(fa,k[d>>2]|0,k[a+20>>2]|0)|0;c=k[fa+4>>2]|0;if(!d){c=qG(c)|0;k[c+8>>2]=1;k[n>>2]=1;k[n+8>>2]=0;k[ea>>2]=k[n>>2];k[ea+4>>2]=k[n+4>>2];k[ea+8>>2]=k[n+8>>2];k[ea+12>>2]=k[n+12>>2];fa=$r(fa+8|0,ea)|0;k[c+12>>2]=fa;a=k[a+4>>2]|0;fa=NJ(b,2)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+16>>2]=fa;k[c+4>>2]=1;break a}c=wG(c)|0;a=k[a+4>>2]|0;fa=NJ(b,2)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;switch(d|0){case 1:{k[c+8>>2]=7;k[c+4>>2]=4;break}case 2:{k[c+8>>2]=6;k[c+4>>2]=3;break}default:Ka()}break a}while(0);c=zA(k[fa+4>>2]|0)|0;fa=c+8|0;FD(ea,b);k[fa>>2]=k[ea>>2];k[fa+4>>2]=k[ea+4>>2];k[fa+8>>2]=k[ea+8>>2];k[fa+12>>2]=k[ea+12>>2];k[c+4>>2]=k[fa>>2];break}da=NJ(b,1)|0;if(!(RE(k[da>>2]|0,47424)|0)){da=NJ(b,1)|0;if(RE(k[da>>2]|0,47420)|0){c=wG(k[fa+4>>2]|0)|0;k[c+8>>2]=20;a=k[a+4>>2]|0;fa=NJ(b,2)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;k[c+4>>2]=1;break}else{k[l>>2]=0;k[l+4>>2]=0;k[l+8>>2]=0;dr(l,29778,9);dt(l,b)}}da=NJ(b,2)|0;da=NJ(k[da>>2]|0,0)|0;if(RE(k[da>>2]|0,47368)|0?(da=NJ(b,2)|0,da=NJ(k[da>>2]|0,1)|0,RE(k[da>>2]|0,47424)|0):0){f=fa+4|0;c=k[f>>2]|0;if(i[fa+30>>0]|0){c=wG(c)|0;a=k[a+4>>2]|0;fa=NJ(b,2)|0;fa=NJ(k[fa>>2]|0,2)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;k[c+8>>2]=(k[fa+4>>2]|0)==4?29:25;k[c+4>>2]=1;break}c=zy(c)|0;k[c+24>>2]=k[11955];a=k[a+4>>2]|0;d=NJ(b,2)|0;d=NJ(k[d>>2]|0,2)|0;d=Hu(k[a+16>>2]|0,k[d>>2]|0)|0;if((k[d+4>>2]|0)==3){a=wG(k[f>>2]|0)|0;k[a+8>>2]=43;k[a+12>>2]=d;k[a+4>>2]=4;d=a}ww(c+8|0,d);k[c+4>>2]=1;if(i[53637]|0)break;i[53637]=1;a=fB(24)|0;ea=a+16|0;k[ea>>2]=0;k[a+20>>2]=0;b=k[11955]|0;k[a>>2]=b;k[a+4>>2]=k[11953];k[a+8>>2]=b;k[v>>2]=0;k[v+4>>2]=0;k[v+8>>2]=0;dr(v,44722,2);b=Bg(v,k[fa>>2]|0)|0;k[ea>>2]=b;UG(v);k[a+12>>2]=0;Fk(k[fa>>2]|0,a);break}c=qG(k[fa+4>>2]|0)|0;k[c+8>>2]=9;da=k[a+4>>2]|0;a=NJ(b,2)|0;a=Hu(k[da+16>>2]|0,k[a>>2]|0)|0;k[c+12>>2]=a;k[j>>2]=1;k[j+8>>2]=-1;k[ea>>2]=k[j>>2];k[ea+4>>2]=k[j+4>>2];k[ea+8>>2]=k[j+8>>2];k[ea+12>>2]=k[j+12>>2];fa=$r(fa+8|0,ea)|0;k[c+16>>2]=fa;k[c+4>>2]=1;break}if((C|0)==(k[11822]|0)){c=a+4|0;a=k[c>>2]|0;d=NJ(b,1)|0;d=Hu(k[a+16>>2]|0,k[d>>2]|0)|0;a=k[c>>2]|0;f=NJ(b,2)|0;f=Hu(k[a+16>>2]|0,k[f>>2]|0)|0;a=NJ(b,3)|0;if(nI(k[a>>2]|0)|0)c=0;else{a=k[c>>2]|0;c=NJ(b,3)|0;c=Hu(k[a+16>>2]|0,k[c>>2]|0)|0}c=Oz(k[fa+8>>2]|0,d,f,c)|0;break}if((C|0)==(k[12e3]|0)){y=NJ(b,1)|0;y=NJ(k[y>>2]|0,0)|0;if(!(RE(k[y>>2]|0,47264)|0)){j=wy(k[fa+4>>2]|0)|0;l=NJ(b,1)|0;l=k[l>>2]|0;y=NJ(l,0)|0;if((((RE(k[y>>2]|0,47312)|0?(y=NJ(l,1)|0,y=NJ(k[y>>2]|0,0)|0,RE(k[y>>2]|0,47264)|0):0)?(y=NJ(l,2)|0,y=NJ(k[y>>2]|0,0)|0,RE(k[y>>2]|0,47280)|0):0)?(y=NJ(l,2)|0,y=NJ(k[y>>2]|0,1)|0,RE(k[y>>2]|0,47412)|0):0)?(y=NJ(l,2)|0,y=NJ(k[y>>2]|0,3)|0,y=NJ(k[y>>2]|0,0)|0,RE(k[y>>2]|0,47320)|0):0){g=a+4|0;h=k[g>>2]|0;d=NJ(l,2)|0;d=Hu(k[h+16>>2]|0,k[d>>2]|0)|0;h=j+28|0;k[h>>2]=d;d=NJ(b,2)|0;d=k[d>>2]|0;f=j+8|0;c=0;while(1){if(c>>>0>=(qC(d)|0)>>>0)break;b=k[g>>2]|0;a=NJ(d,c)|0;ww(f,Hu(k[b+16>>2]|0,k[a>>2]|0)|0);c=c+1|0}a=xo(fa,nD()|0,f)|0;k[j+24>>2]=k[a>>2];k[j+4>>2]=k[a+4>>2];a=k[h>>2]|0;c=NJ(l,1)|0;c=NJ(k[c>>2]|0,1)|0;c=FG(k[c>>2]|0)|0;k[z>>2]=k[c>>2];k[da>>2]=0;k[da+4>>2]=0;k[da+8>>2]=0;fa=fa+8|0;c=k[fa>>2]|0;k[ea>>2]=k[z>>2];c=Gv(c,ea,da)|0;c=Gz(k[fa>>2]|0,a,c)|0;k[h>>2]=c;Ky(da);c=j;break}Ra(29852,11935,1470,44952)}g=NJ(b,1)|0;g=NJ(k[g>>2]|0,1)|0;g=FG(k[g>>2]|0)|0;g=k[g>>2]|0;h=g;if((h|0)==(k[fa+56>>2]|0)){z=NJ(b,2)|0;if((qC(k[z>>2]|0)|0)==2){c=qG(k[fa+4>>2]|0)|0;k[c+8>>2]=2;a=a+4|0;ea=k[a>>2]|0;fa=NJ(b,2)|0;fa=NJ(k[fa>>2]|0,0)|0;fa=Hu(k[ea+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;a=k[a>>2]|0;fa=NJ(b,2)|0;fa=NJ(k[fa>>2]|0,1)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+16>>2]=fa;k[c+4>>2]=1;break}else Ra(29788,11935,1341,44952)}f=fa+60|0;if((h|0)!=(k[f>>2]|0)?(h|0)!=(k[fa+84>>2]|0):0){if((h|0)==(k[fa+64>>2]|0)){ca=NJ(b,2)|0;if((qC(k[ca>>2]|0)|0)!=1)Ra(29808,11935,1358,44952);ca=NJ(b,2)|0;ca=NJ(k[ca>>2]|0,0)|0;Be(da,k[ca>>2]|0);c:do switch(k[da>>2]|0){case 1:{q=+(TF(da)|0);k[s>>2]=3;o[s+8>>2]=q;k[ea>>2]=k[s>>2];k[ea+4>>2]=k[s+4>>2];k[ea+8>>2]=k[s+8>>2];k[ea+12>>2]=k[s+12>>2];c=$r(fa+8|0,ea)|0;break}case 4:{q=+BF(da);k[t>>2]=3;o[t+8>>2]=q;k[ea>>2]=k[t>>2];k[ea+4>>2]=k[t+4>>2];k[ea+8>>2]=k[t+8>>2];k[ea+12>>2]=k[t+12>>2];c=$r(fa+8|0,ea)|0;break}default:{c=wG(k[fa+4>>2]|0)|0;f=k[a+4>>2]|0;d=NJ(b,2)|0;d=NJ(k[d>>2]|0,0)|0;d=Hu(k[f+16>>2]|0,k[d>>2]|0)|0;k[c+12>>2]=d;f=d+4|0;switch(k[f>>2]|0){case 3:{c=d;break c}case 4:{k[c+8>>2]=44;break}case 1:{k[c+8>>2]=35;break}case 0:{k[f>>2]=3;c=d;break c}default:{k[A>>2]=0;k[A+4>>2]=0;k[A+8>>2]=0;dr(A,29828,23);fa=NJ(b,2)|0;fa=NJ(k[fa>>2]|0,0)|0;dt(A,k[fa>>2]|0)}}k[c+4>>2]=3}}while(0);break}if((h|0)!=(k[fa+68>>2]|0)){d=fa+72|0;do if((h|0)!=(k[d>>2]|0)){if((h|0)==(k[fa+80>>2]|0))break;if((h|0)==(k[fa+76>>2]|0))break;da=k[fa>>2]|0;k[w>>2]=g;k[ea>>2]=k[w>>2];if(!($w(da,ea)|0)){h=Qy(k[fa+4>>2]|0)|0;k[h+24>>2]=g;c=h;h=h+8|0}else{c=nD()|0;if(nI(c)|0)c=0;else c=jC(fa,c,k[a+20>>2]|0)|0;h=zy(k[fa+4>>2]|0)|0;le(fa,b,c,k[a+20>>2]|0);k[h+24>>2]=g;c=h;h=h+8|0}g=NJ(b,2)|0;g=k[g>>2]|0;f=a+4|0;d=0;while(1){if(d>>>0>=(qC(g)|0)>>>0)break a;a=k[f>>2]|0;fa=NJ(g,d)|0;ww(h,Hu(k[a+16>>2]|0,k[fa>>2]|0)|0);d=d+1|0}}while(0);c=k[a+4>>2]|0;a=NJ(b,2)|0;a=NJ(k[a>>2]|0,0)|0;a=Hu(k[c+16>>2]|0,k[a>>2]|0)|0;c=wG(k[fa+4>>2]|0)|0;k[c+12>>2]=a;switch(k[a+4>>2]|0){case 3:{if((h|0)==(k[d>>2]|0))d=12;else d=(h|0)==(k[fa+76>>2]|0)?10:18;k[c+8>>2]=d;k[c+4>>2]=3;break}case 4:{if((h|0)==(k[d>>2]|0))d=13;else d=(h|0)==(k[fa+76>>2]|0)?11:19;k[c+8>>2]=d;k[c+4>>2]=4;break}default:Ka()}break}d=k[a+4>>2]|0;w=NJ(b,2)|0;w=NJ(k[w>>2]|0,0)|0;w=Hu(k[d+16>>2]|0,k[w>>2]|0)|0;d=w+4|0;switch(k[d>>2]|0){case 1:{v=k[a+24>>2]|0;c=k[v>>2]|0;if(!(i[c>>0]|0)){i[c>>0]=1;u=k[k[v+4>>2]>>2]|0;k[da>>2]=k[11965];k[ea>>2]=k[da>>2];tk(u,ea,1);u=k[v+8>>2]|0;c=k[11965]|0;t=c*33^5381;m=u+4|0;n=k[m>>2]|0;s=(n|0)==0;g=c;d:do if(s){d=0;ba=149}else{h=n+-1|0;j=(h&n|0)==0;if(j)l=h&t;else l=(t>>>0)%(n>>>0)|0;d=k[(k[u>>2]|0)+(l<<2)>>2]|0;if(!d){d=l;ba=149;break}do{d=k[d>>2]|0;if(!d){d=l;ba=149;break d}f=k[d+4>>2]|0;if(j)f=f&h;else f=(f>>>0)%(n>>>0)|0;if((f|0)!=(l|0)){d=l;ba=149;break d}}while((k[d+8>>2]|0)!=(g|0))}while(0);if((ba|0)==149){h=fB(12)|0;k[h+8>>2]=c;k[h+4>>2]=t;k[h>>2]=0;g=u+12|0;e=+(((k[g>>2]|0)+1|0)>>>0);q=+o[u+16>>2];do if(s|e>+(n>>>0)*q){c=(n>>>0>2&(n+-1&n|0)==0&1|n<<1)^1;d=~~+$(+(e/q))>>>0;vm(u,c>>>0<d>>>0?d:c);c=k[m>>2]|0;d=c+-1|0;if(!(d&c)){f=c;c=d&t;break}else{f=c;c=(t>>>0)%(c>>>0)|0;break}}else{f=n;c=d}while(0);c=(k[u>>2]|0)+(c<<2)|0;d=k[c>>2]|0;do if(!d){b=u+8|0;k[h>>2]=k[b>>2];k[b>>2]=h;k[c>>2]=b;c=k[h>>2]|0;if(!c)break;c=k[c+4>>2]|0;d=f+-1|0;if(!(d&f))c=c&d;else c=(c>>>0)%(f>>>0)|0;k[(k[u>>2]|0)+(c<<2)>>2]=h}else{k[h>>2]=k[d>>2];k[d>>2]=h}while(0);k[g>>2]=(k[g>>2]|0)+1;c=k[11965]|0}wp(k[v+12>>2]|0,c,0)}ba=fa+4|0;ca=jG(k[ba>>2]|0)|0;k[ca+4>>2]=0;b=a+12|0;c=k[k[b>>2]>>2]|0;k[V>>2]=k[11965];k[ea>>2]=k[V>>2];c=Mv(c,ea)|0;k[ca+8>>2]=c;k[ca+12>>2]=w;k[da>>2]=fa;k[da+4>>2]=k[b>>2];b=qG(k[ba>>2]|0)|0;k[b+8>>2]=17;c=as(da)|0;k[b+12>>2]=c;fa=fa+8|0;k[W>>2]=1;k[W+8>>2]=0;k[ea>>2]=k[W>>2];k[ea+4>>2]=k[W+4>>2];k[ea+8>>2]=k[W+8>>2];k[ea+12>>2]=k[W+12>>2];c=$r(fa,ea)|0;k[b+16>>2]=c;io(b);c=gz(k[ba>>2]|0)|0;a=c+12|0;ww(a,ca);ca=qG(k[ba>>2]|0)|0;k[ca+8>>2]=1;k[X>>2]=1;k[X+8>>2]=0;k[ea>>2]=k[X>>2];k[ea+4>>2]=k[X+4>>2];k[ea+8>>2]=k[X+8>>2];k[ea+12>>2]=k[X+12>>2];fa=$r(fa,ea)|0;k[ca+12>>2]=fa;fa=as(da)|0;k[ca+16>>2]=fa;k[ca+4>>2]=1;fa=pG(k[ba>>2]|0)|0;k[fa+8>>2]=ca;ea=as(da)|0;k[fa+12>>2]=ea;k[fa+16>>2]=b;k[fa+4>>2]=1;ww(a,fa);Ik(c);break a}case 4:case 3:{c=wG(k[fa+4>>2]|0)|0;fa=k[d>>2]|0;k[c+8>>2]=(fa|0)==3?8:9;k[c+12>>2]=w;k[c+4>>2]=fa;break a}default:Ka()}}X=NJ(b,2)|0;if((qC(k[X>>2]|0)|0)==1){c=wG(k[fa+4>>2]|0)|0;k[c+8>>2]=(h|0)==(k[f>>2]|0)?0:2;a=k[a+4>>2]|0;fa=NJ(b,2)|0;fa=NJ(k[fa>>2]|0,0)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;k[c+4>>2]=1;break}else Ra(29808,11935,1350,44952)}if((C|0)==(k[11821]|0)){ea=NJ(b,1)|0;if(nI(k[ea>>2]|0)|0)d=0;else{d=NJ(b,1)|0;d=jC(fa,k[d>>2]|0,k[a+20>>2]|0)|0}c=(k[k[a+12>>2]>>2]|0)+4|0;if(i[k[a+28>>2]>>0]|0){if((k[c>>2]|0)!=(d|0))Ra(29968,11935,1485,44952)}else k[c>>2]=d;c=PE(k[fa+4>>2]|0)|0;fa=NJ(b,1)|0;if(nI(k[fa>>2]|0)|0)d=0;else{fa=k[a+4>>2]|0;d=NJ(b,1)|0;d=Hu(k[fa+16>>2]|0,k[d>>2]|0)|0}k[c+8>>2]=d;break}if((C|0)==(k[12003]|0)){k[ea>>2]=0;f=a+32|0;c=k[k[f>>2]>>2]|0;do if(c){d=Vl(c)|0;j=d;k[ea>>2]=j;k[k[f>>2]>>2]=0;c=k[a+40>>2]|0;f=c+4|0;g=k[f>>2]|0;if((g|0)==(k[c+8>>2]|0)){Lm(c,ea);break}else{k[g>>2]=j;k[f>>2]=(k[f>>2]|0)+4;break}}else{d=0;j=0}while(0);h=k[a+44>>2]|0;c=NJ(b,1)|0;c=at(k[h+16>>2]|0,k[c>>2]|0,0)|0;h=d;do if(d){f=(k[a+40>>2]|0)+4|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;a=d+-1|0;k[f>>2]=g+(a<<2);d=a}if(!((c|0)==0|(k[c>>2]|0)!=1)?(M=c+8|0,(k[M>>2]|0)==0):0){k[M>>2]=h;break}fa=gz(k[fa+4>>2]|0)|0;k[fa+8>>2]=j;ww(fa+12|0,c);Ik(fa);c=fa}while(0);break}if((C|0)==(k[11832]|0)){c=FA(k[fa+4>>2]|0)|0;d=a+40|0;fa=k[d>>2]|0;if((k[fa+4>>2]|0)==(k[fa>>2]|0))Ra(29993,11935,1517,44952);fa=NJ(b,1)|0;if(nI(k[fa>>2]|0)|0)d=k[(k[(k[d>>2]|0)+4>>2]|0)+-4>>2]|0;else{d=NJ(b,1)|0;d=FG(k[d>>2]|0)|0;d=Vl(k[d>>2]|0)|0}k[c+8>>2]=d;break}if((C|0)==(k[11833]|0)){c=FA(k[fa+4>>2]|0)|0;d=a+48|0;fa=k[d>>2]|0;if((k[fa+4>>2]|0)==(k[fa>>2]|0))Ra(30015,11935,1522,44952);fa=NJ(b,1)|0;if(nI(k[fa>>2]|0)|0)d=k[(k[(k[d>>2]|0)+4>>2]|0)+-4>>2]|0;else{d=NJ(b,1)|0;d=FG(k[d>>2]|0)|0;d=Ul(k[d>>2]|0)|0}k[c+8>>2]=d;break}if((C|0)==(k[11824]|0)){ba=NJ(b,1)|0;ba=NJ(k[ba>>2]|0,0)|0;if(RE(k[ba>>2]|0,47320)|0){s=NJ(b,1)|0;s=NJ(k[s>>2]|0,1)|0;s=(dv(k[s>>2]|0)|0)==1}else s=0;t=fa+4|0;c=aF(k[t>>2]|0)|0;k[da>>2]=0;k[ca>>2]=0;d=a+32|0;f=k[k[d>>2]>>2]|0;if(!f){f=a+56|0;d=k[f>>2]|0;k[H>>2]=0;k[H+4>>2]=0;k[H+8>>2]=0;dr(H,30040,9);d=yj(d,H)|0;k[da>>2]=d;UG(H);f=k[f>>2]|0;k[I>>2]=0;k[I+4>>2]=0;k[I+8>>2]=0;dr(I,30050,8);f=yj(f,I)|0;k[ca>>2]=f;UG(I)}else{ba=Vl(f)|0;k[da>>2]=ba;f=Ul(k[k[d>>2]>>2]|0)|0;k[ca>>2]=f;k[k[d>>2]>>2]=0;d=ba}m=d;l=c+8|0;k[l>>2]=f;n=a+40|0;d=k[n>>2]|0;g=d+4|0;h=k[g>>2]|0;if((h|0)==(k[d+8>>2]|0))Lm(d,da);else{k[h>>2]=m;k[g>>2]=(k[g>>2]|0)+4}j=a+48|0;d=k[j>>2]|0;g=d+4|0;h=k[g>>2]|0;if((h|0)==(k[d+8>>2]|0))Lm(d,ca);else{k[h>>2]=f;k[g>>2]=(k[g>>2]|0)+4}if(s){f=k[a+4>>2]|0;g=NJ(b,2)|0;g=Hu(k[f+16>>2]|0,k[g>>2]|0)|0;f=c+12|0;k[f>>2]=g;d=fa+8|0}else{g=FA(k[t>>2]|0)|0;k[g+8>>2]=m;f=dF(k[t>>2]|0)|0;d=fa+8|0;fa=a+4|0;da=k[fa>>2]|0;a=NJ(b,1)|0;a=Hu(k[da+16>>2]|0,k[a>>2]|0)|0;a=UA(k[d>>2]|0,20,a)|0;k[f+8>>2]=a;k[f+12>>2]=g;Jl(f);g=gz(k[t>>2]|0)|0;a=g+12|0;ww(a,f);fa=k[fa>>2]|0;f=NJ(b,2)|0;ww(a,Hu(k[fa+16>>2]|0,k[f>>2]|0)|0);Ik(g);f=c+12|0;k[f>>2]=g}k[P>>2]=m;k[ea>>2]=k[P>>2];g=Mt(d,g,ea,0)|0;d=FA(k[t>>2]|0)|0;k[d+8>>2]=k[l>>2];ww(g+12|0,d);Ik(g);k[f>>2]=g;JI(c);f=(k[j>>2]|0)+4|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;fa=d+-1|0;k[f>>2]=g+(fa<<2);d=fa}f=(k[n>>2]|0)+4|0;g=k[f>>2]|0;d=0;while(1){if((d|0)==-1)break;fa=d+-1|0;k[f>>2]=g+(fa<<2);d=fa}break}if((C|0)==(k[11825]|0)){ba=NJ(b,1)|0;ba=NJ(k[ba>>2]|0,0)|0;do if(RE(k[ba>>2]|0,47320)|0){ba=NJ(b,1)|0;ba=NJ(k[ba>>2]|0,1)|0;ba=MG(k[ba>>2]|0)|0;if(!(+p[ba>>3]==0.0))break;k[da>>2]=0;c=a+32|0;d=k[k[c>>2]>>2]|0;if(!d){d=a+56|0;c=k[d>>2]|0;k[D>>2]=0;k[D+4>>2]=0;k[D+8>>2]=0;dr(D,30059,7);c=yj(c,D)|0;k[da>>2]=c;UG(D)}else{ba=Vl(d)|0;k[da>>2]=ba;k[k[c>>2]>>2]=0;d=a+56|0;c=ba}l=c;j=k[d>>2]|0;k[J>>2]=0;k[J+4>>2]=0;k[J+8>>2]=0;dr(J,30067,17);j=yj(j,J)|0;k[ca>>2]=j;UG(J);h=a+40|0;c=k[h>>2]|0;d=c+4|0;f=k[d>>2]|0;if((f|0)==(k[c+8>>2]|0))Lm(c,da);else{k[f>>2]=l;k[d>>2]=(k[d>>2]|0)+4}c=a+48|0;d=k[c>>2]|0;f=d+4|0;g=k[f>>2]|0;if((g|0)==(k[d+8>>2]|0))Lm(d,ca);else{k[g>>2]=j;k[f>>2]=(k[f>>2]|0)+4}f=k[a+4>>2]|0;d=NJ(b,2)|0;d=Hu(k[f+16>>2]|0,k[d>>2]|0)|0;k[S>>2]=d;d=(k[c>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[d>>2]=f+(a<<2);c=a}d=(k[h>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;a=c+-1|0;k[d>>2]=f+(a<<2);c=a}k[T>>2]=0;k[T+4>>2]=0;k[T+8>>2]=0;k[T+12>>2]=0;k[T+16>>2]=0;k[T+20>>2]=0;k[T+24>>2]=j;a=T+28|0;k[a>>2]=0;am(T,S);c=k[fa+4>>2]|0;if(!(k[a>>2]|0)){c=gz(c)|0;d=c+12|0;ww(d,k[S>>2]|0);switch(k[(k[S>>2]|0)+4>>2]|0){case 0:case 5:break;default:ww(d,HG(k[fa+8>>2]|0)|0)}k[c+8>>2]=l;Ik(c)}else{c=aF(c)|0;k[c+12>>2]=k[S>>2];k[c+8>>2]=j;JI(c);k[Q>>2]=l;k[ea>>2]=k[Q>>2];c=Mt(fa+8|0,c,ea,0)|0}by(T+4|0);break a}while(0);t=fa+4|0;c=aF(k[t>>2]|0)|0;k[da>>2]=0;k[ca>>2]=0;d=a+32|0;f=k[k[d>>2]>>2]|0;if(!f){f=a+56|0;d=k[f>>2]|0;k[F>>2]=0;k[F+4>>2]=0;k[F+8>>2]=0;dr(F,30085,6);d=yj(d,F)|0;k[da>>2]=d;UG(F);f=k[f>>2]|0;k[G>>2]=0;k[G+4>>2]=0;k[G+8>>2]=0;dr(G,30092,5);f=yj(f,G)|0;k[ca>>2]=f;UG(G)}else{ba=Vl(f)|0;k[da>>2]=ba;f=Ul(k[k[d>>2]>>2]|0)|0;k[ca>>2]=f;k[k[d>>2]>>2]=0;d=ba}k[c+8>>2]=f;s=a+40|0;g=k[s>>2]|0;h=g+4|0;j=k[h>>2]|0;if((j|0)==(k[g+8>>2]|0))Lm(g,da);else{k[j>>2]=d;k[h>>2]=(k[h>>2]|0)+4}l=a+48|0;g=k[l>>2]|0;h=g+4|0;j=k[h>>2]|0;if((j|0)==(k[g+8>>2]|0))Lm(g,ca);else{k[j>>2]=f;k[h>>2]=(k[h>>2]|0)+4}m=a+4|0;n=k[m>>2]|0;h=NJ(b,2)|0;h=Hu(k[n+16>>2]|0,k[h>>2]|0)|0;n=c+12|0;k[n>>2]=h;h=(k[l>>2]|0)+4|0;j=k[h>>2]|0;g=0;while(1){if((g|0)==-1)break;a=g+-1|0;k[h>>2]=j+(a<<2);g=a}h=(k[s>>2]|0)+4|0;j=k[h>>2]|0;g=0;while(1){if((g|0)==-1)break;a=g+-1|0;k[h>>2]=j+(a<<2);g=a}a=FA(k[t>>2]|0)|0;k[a+8>>2]=f;da=k[m>>2]|0;b=NJ(b,1)|0;b=Hu(k[da+16>>2]|0,k[b>>2]|0)|0;k[a+16>>2]=b;b=k[n>>2]|0;k[U>>2]=d;k[ea>>2]=k[U>>2];fa=Mt(fa+8|0,b,ea,a)|0;k[n>>2]=fa;JI(c);break}if((C|0)==(k[11826]|0)){w=NJ(b,1)|0;w=k[w>>2]|0;t=NJ(b,2)|0;t=k[t>>2]|0;s=NJ(b,3)|0;s=k[s>>2]|0;n=NJ(b,4)|0;n=k[n>>2]|0;u=fa+4|0;v=aF(k[u>>2]|0)|0;k[da>>2]=0;k[ca>>2]=0;c=a+32|0;d=k[k[c>>2]>>2]|0;if(!d){d=a+56|0;c=k[d>>2]|0;k[K>>2]=0;k[K+4>>2]=0;k[K+8>>2]=0;dr(K,30098,7);c=yj(c,K)|0;k[da>>2]=c;UG(K);d=k[d>>2]|0;k[L>>2]=0;k[L+4>>2]=0;k[L+8>>2]=0;dr(L,30106,6);d=yj(d,L)|0;k[ca>>2]=d;UG(L)}else{b=Vl(d)|0;k[da>>2]=b;d=Ul(k[k[c>>2]>>2]|0)|0;k[ca>>2]=d;k[k[c>>2]>>2]=0;c=b}l=v+8|0;k[l>>2]=d;m=a+40|0;f=k[m>>2]|0;g=f+4|0;h=k[g>>2]|0;if((h|0)==(k[f+8>>2]|0))Lm(f,da);else{k[h>>2]=c;k[g>>2]=(k[g>>2]|0)+4}j=a+48|0;f=k[j>>2]|0;g=f+4|0;h=k[g>>2]|0;if((h|0)==(k[f+8>>2]|0))Lm(f,ca);else{k[h>>2]=d;k[g>>2]=(k[g>>2]|0)+4}f=FA(k[u>>2]|0)|0;k[f+8>>2]=c;da=dF(k[u>>2]|0)|0;b=fa+8|0;g=a+4|0;d=Hu(k[(k[g>>2]|0)+16>>2]|0,t)|0;d=UA(k[b>>2]|0,20,d)|0;k[da+8>>2]=d;k[da+12>>2]=f;Jl(da);f=gz(k[u>>2]|0)|0;d=f+12|0;ww(d,da);ww(d,Hu(k[(k[g>>2]|0)+16>>2]|0,n)|0);ww(d,Hu(k[(k[g>>2]|0)+16>>2]|0,s)|0);Ik(f);d=v+12|0;k[d>>2]=f;f=FA(k[u>>2]|0)|0;k[f+8>>2]=k[l>>2];fa=k[d>>2]|0;k[R>>2]=c;k[ea>>2]=k[R>>2];f=Mt(b,fa,ea,f)|0;k[d>>2]=f;JI(v);d=(k[j>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;fa=c+-1|0;k[d>>2]=f+(fa<<2);c=fa}d=(k[m>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;fa=c+-1|0;k[d>>2]=f+(fa<<2);c=fa}c=gz(k[u>>2]|0)|0;fa=c+12|0;ww(fa,Hu(k[(k[g>>2]|0)+16>>2]|0,w)|0);ww(fa,v);Ik(c);break}if((C|0)==(k[11831]|0)){d=k[a+32>>2]|0;if(!(k[d>>2]|0)){fa=NJ(b,1)|0;fa=FG(k[fa>>2]|0)|0;k[d>>2]=k[fa>>2];fa=k[a+4>>2]|0;c=NJ(b,2)|0;c=Hu(k[fa+16>>2]|0,k[c>>2]|0)|0;break}else Ra(12827,11935,1671,44952)}if((C|0)==(k[11819]|0)){c=dF(k[fa+4>>2]|0)|0;a=a+4|0;fa=k[a>>2]|0;ea=NJ(b,1)|0;ea=Hu(k[fa+16>>2]|0,k[ea>>2]|0)|0;k[c+8>>2]=ea;ea=k[a>>2]|0;fa=NJ(b,2)|0;fa=Hu(k[ea+16>>2]|0,k[fa>>2]|0)|0;k[c+12>>2]=fa;a=k[a>>2]|0;fa=NJ(b,3)|0;fa=Hu(k[a+16>>2]|0,k[fa>>2]|0)|0;k[c+16>>2]=fa;Jl(c);break}if((C|0)==(k[11827]|0)){da=NJ(b,1)|0;da=NJ(k[da>>2]|0,0)|0;do if(RE(k[da>>2]|0,47260)|0){da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47312)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,1)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47264)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47280)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,1)|0;if(!(RE(k[da>>2]|0,47464)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47264)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,1)|0;f=fa+88|0;if(!(RE(k[da>>2]|0,f)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,3)|0;da=NJ(k[da>>2]|0,0)|0;if(!(RE(k[da>>2]|0,47320)|0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,3)|0;da=NJ(k[da>>2]|0,1)|0;da=MG(k[da>>2]|0)|0;if(!(+p[da>>3]==2.0))break;da=NJ(b,1)|0;da=NJ(k[da>>2]|0,2)|0;da=NJ(k[da>>2]|0,1)|0;da=NJ(k[da>>2]|0,1)|0;da=FG(k[da>>2]|0)|0;da=k[da>>2]|0;k[ea>>2]=da;c=fa+44|0;e:do if((yp(c,da)|0)!=(fa+48|0)){d=(Ep(c,ea)|0)+8|0;d=k[d>>2]|0;ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,0)|0;do if(RE(k[ea>>2]|0,47280)|0){ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,1)|0;if(!(RE(k[ea>>2]|0,47408)|0)){ba=334;break}ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,3)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,47320)|0)){ba=334;break}ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,3)|0;ea=NJ(k[ea>>2]|0,1)|0;ea=MG(k[ea>>2]|0)|0;if(!(+p[ea>>3]==0.0)){ba=334;break}c=NJ(b,2)|0;g=0;c=NJ(k[c>>2]|0,2)|0}else ba=334;while(0);f:do if((ba|0)==334){ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,0)|0;do if(RE(k[ea>>2]|0,47368)|0){ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,1)|0;if(!(RE(k[ea>>2]|0,47400)|0))break;c=NJ(b,2)|0;g=1;c=NJ(k[c>>2]|0,2)|0;break f}while(0);ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,48e3)|0))break e;ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,1)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,47264)|0))break e;ea=NJ(b,2)|0;ea=NJ(k[ea>>2]|0,1)|0;ea=NJ(k[ea>>2]|0,1)|0;if(!(RE(k[ea>>2]|0,fa+64|0)|0))break e;c=NJ(b,2)|0;c=NJ(k[c>>2]|0,2)|0;g=2;c=NJ(k[c>>2]|0,0)|0}while(0);c=k[c>>2]|0;ea=NJ(c,0)|0;if(!(RE(k[ea>>2]|0,47312)|0))break;ea=NJ(c,1)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,47264)|0))break;ea=NJ(c,2)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,47280)|0))break;ea=NJ(c,2)|0;ea=NJ(k[ea>>2]|0,1)|0;if(!(RE(k[ea>>2]|0,47464)|0))break;ea=NJ(c,2)|0;ea=NJ(k[ea>>2]|0,2)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,47264)|0))break;ea=NJ(c,2)|0;ea=NJ(k[ea>>2]|0,2)|0;ea=NJ(k[ea>>2]|0,1)|0;if(!(RE(k[ea>>2]|0,f)|0))break;ea=NJ(c,2)|0;ea=NJ(k[ea>>2]|0,3)|0;ea=NJ(k[ea>>2]|0,0)|0;if(!(RE(k[ea>>2]|0,47320)|0))break;ea=NJ(c,2)|0;ea=NJ(k[ea>>2]|0,3)|0;ea=NJ(k[ea>>2]|0,1)|0;ea=MG(k[ea>>2]|0)|0;if(!(+p[ea>>3]==2.0))break;f=NJ(b,1)|0;f=NJ(k[f>>2]|0,3)|0;f=k[f>>2]|0;do if(!d){if((g+-1|0)>>>0>=2)break e;d=fa+4|0;c=wG(k[d>>2]|0)|0;k[c+8>>2]=45;fa=Hu(k[(k[a+4>>2]|0)+16>>2]|0,f)|0;k[c+12>>2]=fa;k[c+4>>2]=3;if((g|0)!=1)break;fa=wG(k[d>>2]|0)|0;k[fa+8>>2]=43;k[fa+12>>2]=c;k[fa+4>>2]=4;c=fa}else{if(!((d|0)==2&(g|0)==0))break e;c=wG(k[fa+4>>2]|0)|0;k[c+8>>2]=33;d=Hu(k[(k[a+4>>2]|0)+16>>2]|0,f)|0;f=c+12|0;k[f>>2]=d;if((k[d+4>>2]|0)==4){fa=UA(k[fa+8>>2]|0,44,d)|0;k[f>>2]=fa}k[c+4>>2]=1}while(0);break a}while(0)}while(0);c=gz(k[fa+4>>2]|0)|0;ea=c+12|0;a=a+4|0;da=k[a>>2]|0;fa=NJ(b,1)|0;ww(ea,Hu(k[da+16>>2]|0,k[fa>>2]|0)|0);a=k[a>>2]|0;fa=NJ(b,2)|0;ww(ea,Hu(k[a+16>>2]|0,k[fa>>2]|0)|0);Ik(c);break}if((C|0)!=(k[11834]|0)){k[B>>2]=0;k[B+4>>2]=0;k[B+8>>2]=0;dr(B,30243,20);dt(B,b)}k[da>>2]=0;d=a+32|0;f=k[k[d>>2]>>2]|0;if(!f){d=k[a+56>>2]|0;k[E>>2]=0;k[E+4>>2]=0;k[E+8>>2]=0;dr(E,35885,6);d=yj(d,E)|0;k[da>>2]=d;UG(E)}else{ca=Vl(f)|0;k[da>>2]=ca;k[k[d>>2]>>2]=0;d=ca}z=d;y=a+40|0;d=k[y>>2]|0;f=d+4|0;g=k[f>>2]|0;if((g|0)==(k[d+8>>2]|0))Lm(d,da);else{k[g>>2]=z;k[f>>2]=(k[f>>2]|0)+4}w=fa+4|0;m=Ow(k[w>>2]|0)|0;h=k[a+4>>2]|0;da=NJ(b,1)|0;da=Hu(k[h+16>>2]|0,k[da>>2]|0)|0;h=m+28|0;k[h>>2]=da;if((k[da+4>>2]|0)!=1)Ra(30113,11935,1754,44952);v=NJ(b,2)|0;v=k[v>>2]|0;g=0;u=0;f=0;g:while(1){if(g>>>0>=(qC(v)|0)>>>0)break;d=NJ(v,g)|0;d=NJ(k[d>>2]|0,0)|0;d=k[d>>2]|0;do if((k[d>>2]|0)==3)d=u;else{b=NJ(d,0)|0;if(!(RE(k[b>>2]|0,47320)|0)?(b=NJ(d,0)|0,!(RE(k[b>>2]|0,47368)|0)):0){ba=375;break g}FD(N,d);d=TF(N)|0;if(!f){f=1;break}d=(d|0)<(u|0)?d:u;f=1}while(0);g=g+1|0;u=d}if((ba|0)==375)Ra(30140,11935,1763,44952);t=qG(k[w>>2]|0)|0;k[t+8>>2]=1;k[t+12>>2]=k[h>>2];k[O>>2]=1;k[O+8>>2]=u;k[ea>>2]=k[O>>2];k[ea+4>>2]=k[O+4>>2];k[ea+8>>2]=k[O+8>>2];k[ea+12>>2]=k[O+12>>2];j=$r(fa+8|0,ea)|0;k[t+16>>2]=j;k[t+4>>2]=1;k[h>>2]=t;t=gz(k[w>>2]|0)|0;ww(t+12|0,m);Ik(t);j=a+44|0;s=m+24|0;l=a+56|0;n=m+8|0;m=m+16|0;g=0;while(1){if(g>>>0>=(qC(v)|0)>>>0){ba=380;break}h=NJ(v,g)|0;h=k[h>>2]|0;d=NJ(h,0)|0;d=k[d>>2]|0;h=NJ(h,1)|0;h=at(k[(k[j>>2]|0)+16>>2]|0,k[h>>2]|0,0)|0;if((k[d>>2]|0)==3){d=k[l>>2]|0;k[Y>>2]=0;k[Y+4>>2]=0;k[Y+8>>2]=0;dr(Y,30192,14);d=yj(d,Y)|0;k[s>>2]=d;UG(Y)}else{fa=NJ(d,0)|0;if(!(RE(k[fa>>2]|0,47320)|0)?(fa=NJ(d,0)|0,!(RE(k[fa>>2]|0,47368)|0)):0){ba=385;break}FD(Z,d);d=TF(Z)|0;if((d|0)<(u|0)){ba=387;break}f=d-u|0;if((f|0)<=-1){ba=389;break}d=k[l>>2]|0;k[_>>2]=0;k[_+4>>2]=0;k[_+8>>2]=0;dr(_,30231,11);d=yj(d,_)|0;UG(_);if((k[m>>2]|0)>>>0<=f>>>0)nv(n,f+1|0);fa=DC(n,f)|0;k[fa>>2]=d}fa=gz(k[w>>2]|0)|0;k[t+8>>2]=d;a=fa+12|0;ww(a,t);ww(a,h);Ik(fa);g=g+1|0;t=fa}if((ba|0)==380){if(!(k[s>>2]|0)){c=k[l>>2]|0;k[aa>>2]=0;k[aa+4>>2]=0;k[aa+8>>2]=0;dr(aa,30192,14);c=yj(c,aa)|0;k[s>>2]=c;UG(aa);c=0}else c=0;while(1){if(c>>>0>=(k[m>>2]|0)>>>0)break;fa=DC(n,c)|0;if(!(k[fa>>2]|0)){fa=DC(n,c)|0;k[fa>>2]=k[s>>2]}c=c+1|0}k[t+8>>2]=k[s>>2];d=(k[y>>2]|0)+4|0;f=k[d>>2]|0;c=0;while(1){if((c|0)==-1)break;fa=c+-1|0;k[d>>2]=f+(fa<<2);c=fa}c=gz(k[w>>2]|0)|0;k[c+8>>2]=z;ww(c+12|0,t);break}else if((ba|0)==385)Ra(30140,11935,1793,44952);else if((ba|0)==387)Ra(30207,11935,1795,44952);else if((ba|0)==389)Ra(30220,11935,1797,44952)}else{fa=k[a+4>>2]|0;c=NJ(b,1)|0;c=Hu(k[fa+16>>2]|0,k[c>>2]|0)|0}while(0);JD();r=ga;return c|0}function tc(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0,h=0,j=0;j=r;r=r+48|0;g=j+24|0;h=j;a:do if((b-a|0)>1)do switch(i[a>>0]|0){case 97:switch(i[a+1>>0]|0){case 97:{or(h,44910);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 110:case 100:{tr(h,44921);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 78:{or(h,44931);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 83:{tr(h,44942);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 99:switch(i[a+1>>0]|0){case 108:{or(h,44952);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 109:{tr(h,44963);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 111:{tr(h,44973);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 118:{g=c+63|0;f=i[g>>0]|0;i[g>>0]=0;h=a+2|0;b=rc(h,b,c)|0;i[g>>0]=f;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;Lz(d+-24|0,0,44983)|0;i[c+60>>0]=1;a=b;break a}default:break a}case 100:switch(i[a+1>>0]|0){case 97:{zt(h,44993);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 101:{tr(h,45011);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 108:{b=yc(16)|0;k[h>>2]=b;k[h+8>>2]=-2147483632;k[h+4>>2]=15;d=b;e=45021;f=d+15|0;do{i[d>>0]=i[e>>0]|0;d=d+1|0;e=e+1|0}while((d|0)<(f|0));i[b+15>>0]=0;d=h+12|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[d+(b<<2)>>2]=0;b=b+1|0}b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 118:{tr(h,45037);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 86:{or(h,45047);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 101:switch(i[a+1>>0]|0){case 111:{tr(h,45058);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 79:{or(h,45068);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 113:{or(h,45079);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 103:switch(i[a+1>>0]|0){case 101:{or(h,45090);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 116:{tr(h,45101);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 105:{if((i[a+1>>0]|0)!=120)break a;or(h,45111);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 108:switch(i[a+1>>0]|0){case 101:{or(h,45122);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 105:{h=a+2|0;b=Fd(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;Lz(d+-24|0,0,45133)|0;a=b;break a}case 115:{or(h,45145);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 83:{Dt(h,45156);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 116:{tr(h,45168);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 109:switch(i[a+1>>0]|0){case 105:{tr(h,45178);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 73:{or(h,45188);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 108:{tr(h,45011);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 76:{or(h,45199);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 109:{or(h,45210);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 110:switch(i[a+1>>0]|0){case 97:{At(h,45221);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 101:{or(h,45236);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 103:{tr(h,45178);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 116:{tr(h,45247);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 119:{Ct(h,45257);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 111:switch(i[a+1>>0]|0){case 111:{or(h,45270);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 114:{tr(h,45281);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 82:{or(h,45291);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 112:switch(i[a+1>>0]|0){case 109:{Dt(h,45302);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 108:{tr(h,45314);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 76:{or(h,45324);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 112:{or(h,45335);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 115:{tr(h,45314);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 116:{or(h,45346);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 113:{if((i[a+1>>0]|0)!=117)break a;tr(h,45357);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 114:switch(i[a+1>>0]|0){case 109:{tr(h,45367);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 77:{or(h,45377);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 115:{or(h,45388);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}case 83:{Dt(h,45399);b=c+4|0;d=k[b>>2]|0;e=k[c+8>>2]|0;f=e;do if(d>>>0>=e>>>0){e=k[c>>2]|0;b=(d-e|0)/24|0;d=b+1|0;if(d>>>0>178956970)oJ();else{e=(f-e|0)/24|0;f=e<<1;Rs(g,e>>>0<89478485?(f>>>0<d>>>0?d:f):178956970,b,c+12|0);f=g+8|0;e=k[f>>2]|0;Uq(e,h);k[f>>2]=e+24;Um(c,g);Tr(g);break}}else{Uq(d,h);k[b>>2]=(k[b>>2]|0)+24}while(0);kA(h);a=a+2|0;break a}default:break a}case 118:{if(((i[a+1>>0]|0)+-48|0)>>>0>=10)break a;h=a+2|0;b=Fd(h,b,c)|0;if((b|0)==(h|0))break a;d=k[c+4>>2]|0;if((k[c>>2]|0)==(d|0))break a;Lz(d+-24|0,0,44983)|0;a=b;break a}default:break a}while(0);while(0);r=j;return a|0}function uc(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0,h=0,j=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=0,x=0,y=0,z=0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,P=0,Q=0,R=0,S=0;Q=r;r=r+432|0;c=Q+396|0;S=Q+408|0;L=Q+372|0;R=Q+384|0;M=Q+360|0;N=Q+348|0;O=Q+336|0;P=Q+324|0;z=Q+312|0;A=Q+300|0;B=Q+288|0;C=Q+276|0;D=Q+264|0;E=Q+252|0;F=Q+240|0;G=Q+228|0;H=Q+216|0;I=Q+204|0;J=Q+192|0;K=Q+180|0;g=Q+168|0;h=Q+156|0;j=Q+144|0;l=Q+132|0;m=Q+120|0;n=Q+108|0;o=Q+96|0;p=Q+84|0;q=Q+72|0;s=Q+60|0;t=Q+48|0;u=Q+36|0;v=Q+24|0;w=Q+12|0;x=Q;if(!(i[b>>0]|0)){S=Sa(20)|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,18151,45);Q=k[b+28>>2]|0;R=k[b+32>>2]|0;Gt(S,c);k[S+12>>2]=Q;k[S+16>>2]=R;Gb(S|0,8,158)}c=lG(Tm(b,0)|0)|0;f=QH(c,46)|0;a:do if(!f)do switch(i[c>>0]|0){case 98:switch(i[c+1>>0]|0){case 108:{c=we(a,b)|0;break a}case 114:{if((i[c+2>>0]|0)==95?(i[c+3>>0]|0)==116:0){c=Oj(a,b)|0;break a}c=uk(a,b)|0;break a}default:{e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[g>>2]=k[d>>2];k[g+4>>2]=k[d+4>>2];k[g+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,g);Gb(e|0,8,158)}}case 99:{switch(i[c+1>>0]|0){case 97:{y=180;break}case 117:{c=Nr(a,b,1)|0;break a}default:{}}if((y|0)==180){if((c|0)==(k[12e3]|0)){c=xq(a,b)|0;break a}if((c|0)==(k[12001]|0)){c=On(a,b)|0;break a}if((c|0)==(k[12002]|0)){c=ai(a,b)|0;break a}}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[h>>2]=k[d>>2];k[h+4>>2]=k[d+4>>2];k[h+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,h);Gb(e|0,8,158)}case 100:{if((i[c+1>>0]|0)==114){c=yy(a,b)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[j>>2]=k[d>>2];k[j+4>>2]=k[d+4>>2];k[j+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,j);Gb(e|0,8,158)}case 101:{if((i[c+1>>0]|0)==108){c=Rp(a,b)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[l>>2]=k[d>>2];k[l+4>>2]=k[d+4>>2];k[l+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,l);Gb(e|0,8,158)}case 103:{switch(i[c+1>>0]|0){case 101:{y=204;break}case 114:{c=Nr(a,b,2)|0;break a}default:{}}b:do if((y|0)==204)switch(i[c+4>>0]|0){case 108:{c=Zu(a,b)|0;break a}case 103:{c=mi(a,b)|0;break a}default:break b}while(0);e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[m>>2]=k[d>>2];k[m+4>>2]=k[d+4>>2];k[m+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,m);Gb(e|0,8,158)}case 104:{if((i[c+1>>0]|0)==97){c=Nr(a,b,3)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[n>>2]=k[d>>2];k[n+4>>2]=k[d+4>>2];k[n+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,n);Gb(e|0,8,158)}case 105:{if((i[c+1>>0]|0)==102){c=co(a,b)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[o>>2]=k[d>>2];k[o+4>>2]=k[d+4>>2];k[o+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,o);Gb(e|0,8,158)}case 108:{if((i[c+1>>0]|0)==111){c=wg(a,b)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[p>>2]=k[d>>2];k[p+4>>2]=k[d+4>>2];k[p+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,p);Gb(e|0,8,158)}case 110:{if((i[c+1>>0]|0)==111){c=HG(k[a+4>>2]|0)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[q>>2]=k[d>>2];k[q+4>>2]=k[d+4>>2];k[q+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,q);Gb(e|0,8,158)}case 112:{if((i[c+1>>0]|0)==97){c=Nr(a,b,0)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[s>>2]=k[d>>2];k[s+4>>2]=k[d+4>>2];k[s+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,s);Gb(e|0,8,158)}case 115:{c:do if((i[c+1>>0]|0)==101){switch(i[c+2>>0]|0){case 116:break;case 108:{c=Zp(a,b)|0;break a}default:break c}switch(i[c+4>>0]|0){case 108:{c=et(a,b)|0;break a}case 103:{c=Ou(a,b)|0;break a}default:break c}}while(0);e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[t>>2]=k[d>>2];k[t+4>>2]=k[d+4>>2];k[t+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,t);Gb(e|0,8,158)}case 114:{if((i[c+1>>0]|0)==101){c=av(a,b)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[u>>2]=k[d>>2];k[u+4>>2]=k[d+4>>2];k[u+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,u);Gb(e|0,8,158)}case 116:{switch(i[c+1>>0]|0){case 104:{c=Rp(a,b)|0;break a}case 101:{y=260;break}default:{}}if((y|0)==260?(i[c+2>>0]|0)==101:0){c=Ts(a,b)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[v>>2]=k[d>>2];k[v+4>>2]=k[d+4>>2];k[v+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,v);Gb(e|0,8,158)}case 117:{if((i[c+1>>0]|0)==110){c=dG(k[a+4>>2]|0)|0;break a}e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[w>>2]=k[d>>2];k[w+4>>2]=k[d+4>>2];k[w+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,w);Gb(e|0,8,158)}default:{e=Sa(20)|0;k[S>>2]=0;k[S+4>>2]=0;k[S+8>>2]=0;dr(S,18197,9);d=oD(S,c)|0;k[x>>2]=k[d>>2];k[x+4>>2]=k[d+4>>2];k[x+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,x);Gb(e|0,8,158)}}while(0);else{c=Gg(c,0,1)|0;d=S;e=d+16|0;do{i[d>>0]=0;d=d+1|0}while((d|0)<(e|0));QJ(S,f+1|0,15);d:do switch(i[S>>0]|0){case 97:switch(i[S+1>>0]|0){case 98:{c=We(a,b,(c|0)==3?8:9,c)|0;break d}case 100:{if((c|0)!=1)if((c|0)==2)c=25;else c=(c|0)==3?50:63;else c=0;c=Kr(a,b,c)|0;break d}case 110:{c=Kr(a,b,(c|0)==1?7:32)|0;break d}default:{e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[L>>2]=k[d>>2];k[L+4>>2]=k[d+4>>2];k[L+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,L);Gb(e|0,8,158)}}case 99:{e:do switch(i[S+1>>0]|0){case 101:{c=We(a,b,(c|0)==3?10:11,c)|0;break d}case 108:{c=We(a,b,(c|0)!=1&1,c)|0;break d}case 111:{switch(i[S+2>>0]|0){case 112:{c=Kr(a,b,(c|0)==3?54:67)|0;break d}case 110:break;default:break e}switch(i[S+3>>0]|0){case 118:break;case 115:{c=Wn(a,b,c)|0;break d}default:break e}switch(i[S+8>>0]|0){case 115:{R=(c|0)==3;c=We(a,b,(i[S+11>>0]|0)==51?(R?35:36):R?39:40,c)|0;break d}case 117:{R=(c|0)==3;c=We(a,b,(i[S+11>>0]|0)==51?(R?37:38):R?41:42,c)|0;break d}default:break e}}case 116:{c=We(a,b,(c|0)==1?2:3,c)|0;break d}default:{}}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[M>>2]=k[d>>2];k[M+4>>2]=k[d+4>>2];k[M+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,M);Gb(e|0,8,158)}case 100:{switch(i[S+1>>0]|0){case 105:{y=32;break}case 101:{c=We(a,b,44,c)|0;break d}default:{}}f:do if((y|0)==32)switch(i[S+3>>0]|0){case 95:{c=(c|0)==1;c=Kr(a,b,(i[S+4>>0]|0)==117?(c?4:29):c?3:28)|0;break d}case 0:{c=Kr(a,b,(c|0)==3?53:66)|0;break d}default:break f}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[N>>2]=k[d>>2];k[N+4>>2]=k[d+4>>2];k[N+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,N);Gb(e|0,8,158)}case 101:{switch(i[S+1>>0]|0){case 113:{y=41;break}case 120:{c=We(a,b,(i[S+7>>0]|0)==117?23:22,c)|0;break d}default:{}}g:do if((y|0)==41){switch(i[S+2>>0]|0){case 0:break;case 122:{c=We(a,b,(c|0)==1?20:21,c)|0;break d}default:break g}if((c|0)!=1)if((c|0)==2)c=40;else c=(c|0)==3?57:70;else c=15;c=Kr(a,b,c)|0;break d}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[O>>2]=k[d>>2];k[O+4>>2]=k[d+4>>2];k[O+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,O);Gb(e|0,8,158)}case 102:{if((i[S+1>>0]|0)==108){c=We(a,b,(c|0)==3?12:13,c)|0;break d}e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[P>>2]=k[d>>2];k[P+4>>2]=k[d+4>>2];k[P+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,P);Gb(e|0,8,158)}case 103:{h:do switch(i[S+1>>0]|0){case 116:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=Kr(a,b,(i[S+3>>0]|0)==117?(c?22:47):c?21:46)|0;break d}case 0:{c=Kr(a,b,(c|0)==3?61:74)|0;break d}default:break h}case 101:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=Kr(a,b,(i[S+3>>0]|0)==117?(c?24:49):c?23:48)|0;break d}case 0:{c=Kr(a,b,(c|0)==3?62:75)|0;break d}default:break h}default:{}}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[z>>2]=k[d>>2];k[z+4>>2]=k[d+4>>2];k[z+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,z);Gb(e|0,8,158)}case 108:{i:do switch(i[S+1>>0]|0){case 116:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=Kr(a,b,(i[S+3>>0]|0)==117?(c?18:43):c?17:42)|0;break d}case 0:{c=Kr(a,b,(c|0)==3?59:72)|0;break d}default:break i}case 101:switch(i[S+2>>0]|0){case 95:{c=(c|0)==1;c=Kr(a,b,(i[S+3>>0]|0)==117?(c?20:45):c?19:44)|0;break d}case 0:{c=Kr(a,b,(c|0)==3?60:73)|0;break d}default:break i}case 111:{c=Ve(a,b,c)|0;break d}default:{}}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[A>>2]=k[d>>2];k[A+4>>2]=k[d+4>>2];k[A+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,A);Gb(e|0,8,158)}case 109:switch(i[S+1>>0]|0){case 105:{c=Kr(a,b,(c|0)==3?55:68)|0;break d}case 97:{c=Kr(a,b,(c|0)==3?56:69)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=27;else c=(c|0)==3?52:65;else c=2;c=Kr(a,b,c)|0;break d}default:{e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[B>>2]=k[d>>2];k[B+4>>2]=k[d+4>>2];k[B+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,B);Gb(e|0,8,158)}}case 110:{j:do if((i[S+1>>0]|0)==101)switch(i[S+2>>0]|0){case 0:{if((c|0)!=1)if((c|0)==2)c=41;else c=(c|0)==3?58:71;else c=16;c=Kr(a,b,c)|0;break d}case 97:{c=We(a,b,(c|0)==3?16:17,c)|0;break d}case 103:{c=We(a,b,(c|0)==3?6:7,c)|0;break d}default:break j}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[C>>2]=k[d>>2];k[C+4>>2]=k[d+4>>2];k[C+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,C);Gb(e|0,8,158)}case 111:{if((i[S+1>>0]|0)==114){c=Kr(a,b,(c|0)==1?8:33)|0;break d}e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[D>>2]=k[d>>2];k[D+4>>2]=k[d+4>>2];k[D+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,D);Gb(e|0,8,158)}case 112:switch(i[S+1>>0]|0){case 114:{c=We(a,b,43,c)|0;break d}case 111:{c=We(a,b,(c|0)==1?4:5,c)|0;break d}default:{e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[E>>2]=k[d>>2];k[E+4>>2]=k[d+4>>2];k[E+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,E);Gb(e|0,8,158)}}case 114:{k:do switch(i[S+1>>0]|0){case 101:switch(i[S+2>>0]|0){case 109:{c=(c|0)==1;c=Kr(a,b,(i[S+4>>0]|0)==117?(c?6:31):c?5:30)|0;break d}case 105:{c=We(a,b,(c+-3|0)>>>0<2?((c|0)==3?45:46):(c|0)==1?33:34,c)|0;break d}default:break k}case 111:{if((i[S+2>>0]|0)==116){c=(c|0)==1;c=Kr(a,b,(i[S+3>>0]|0)==108?(c?13:38):c?14:39)|0;break d}break}default:{}}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[F>>2]=k[d>>2];k[F+4>>2]=k[d+4>>2];k[F+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,F);Gb(e|0,8,158)}case 115:switch(i[S+1>>0]|0){case 104:if((i[S+2>>0]|0)==108){c=Kr(a,b,(c|0)==1?10:35)|0;break d}else{c=(c|0)==1;c=Kr(a,b,(i[S+4>>0]|0)==117?(c?11:36):c?12:37)|0;break d}case 117:{if((c|0)!=1)if((c|0)==2)c=26;else c=(c|0)==3?51:64;else c=1;c=Kr(a,b,c)|0;break d}case 113:{c=We(a,b,(c|0)==3?18:19,c)|0;break d}case 116:{c=Ef(a,b,c)|0;break d}default:{e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[G>>2]=k[d>>2];k[G+4>>2]=k[d+4>>2];k[G+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,G);Gb(e|0,8,158)}}case 116:{l:do if((i[S+1>>0]|0)==114)switch(i[S+6>>0]|0){case 115:{R=(c|0)==1;c=We(a,b,(i[S+9>>0]|0)==51?(R?25:26):R?29:30,c)|0;break d}case 117:{R=(c|0)==1;c=We(a,b,(i[S+9>>0]|0)==51?(R?27:28):R?31:32,c)|0;break d}default:{if((i[S+2>>0]|0)!=117)break l;c=We(a,b,(c|0)==3?14:15,c)|0;break d}}while(0);e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[H>>2]=k[d>>2];k[H+4>>2]=k[d+4>>2];k[H+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,H);Gb(e|0,8,158)}case 119:{if((i[S+1>>0]|0)==114){c=We(a,b,24,c)|0;break d}e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[I>>2]=k[d>>2];k[I+4>>2]=k[d+4>>2];k[I+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,I);Gb(e|0,8,158)}case 120:{if((i[S+1>>0]|0)==111){c=Kr(a,b,(c|0)==1?9:34)|0;break d}e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[J>>2]=k[d>>2];k[J+4>>2]=k[d+4>>2];k[J+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,J);Gb(e|0,8,158)}default:{e=Sa(20)|0;k[R>>2]=0;k[R+4>>2]=0;k[R+8>>2]=0;dr(R,18197,9);d=oD(R,S)|0;k[K>>2]=k[d>>2];k[K+4>>2]=k[d+4>>2];k[K+8>>2]=k[d+8>>2];c=0;while(1){if((c|0)==3)break;k[d+(c<<2)>>2]=0;c=c+1|0}NA(e,K);Gb(e|0,8,158)}}while(0)}while(0);r=Q;return c|0}
+function oq(a){a=a|0;if(!a)return;else{oq(k[a>>2]|0);oq(k[a+4>>2]|0);SK(a);return}}function pq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;a:do if((b|0)!=(c|0)){f=a+4|0;a=k[f>>2]|0;d=a-c|0;e=d>>3;if(e){jx(b|0,c|0,d|0)|0;a=k[f>>2]|0}d=b+(e<<3)|0;while(1){if((a|0)==(d|0))break a;b=a+-8|0;k[f>>2]=b;a=b}}while(0);return}function qq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0,e=0,f=0,g=0,h=0;h=r;r=r+112|0;g=h;e=g;f=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(f|0));e=g+4|0;k[e>>2]=a;f=g+8|0;k[f>>2]=-1;k[g+44>>2]=a;k[g+76>>2]=-1;ry(g,0);d=+Bc(g,c,1);c=(k[e>>2]|0)-(k[f>>2]|0)+(k[g+108>>2]|0)|0;if(b|0)k[b>>2]=c|0?a+c|0:a;r=h;return +d}function rq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=hD(b)|0;e=SF(b,49728)|0;lc[k[(k[e>>2]|0)+48>>2]&7](e,41059,41085,c)|0;c=SF(b,49736)|0;e=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;k[d>>2]=e;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);tB(b);return}function sq(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;b=hD(b)|0;e=SF(b,49696)|0;lc[k[(k[e>>2]|0)+32>>2]&7](e,41059,41085,c)|0;c=SF(b,49712)|0;e=hc[k[(k[c>>2]|0)+16>>2]&127](c)|0;i[d>>0]=e;fc[k[(k[c>>2]|0)+20>>2]&255](a,c);tB(b);return}function tq(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=a+20|0;c=a+44|0;if((k[b>>2]|0)>>>0>(k[c>>2]|0)>>>0)$b[k[a+36>>2]&31](a,0,0)|0;k[a+16>>2]=0;k[a+28>>2]=0;k[b>>2]=0;b=k[a>>2]|0;if(b&20)if(!(b&4))b=-1;else{k[a>>2]=b|32;b=-1}else{b=k[c>>2]|0;k[a+8>>2]=b;k[a+4>>2]=b;b=0}return b|0}function uq(a){a=a|0;if(!a)return;else{uq(k[a>>2]|0);uq(k[a+4>>2]|0);SK(a);return}}function vq(a){a=a|0;if(!a)return;else{vq(k[a>>2]|0);vq(k[a+4>>2]|0);SK(a);return}}function wq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)iJ();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=yc(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)Qq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function xq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;c=Qy(k[a+4>>2]|0)|0;d=c+24|0;e=lG(Tm(b,1)|0)|0;k[d>>2]=e;d=mr(a+32|0,d)|0;k[c+4>>2]=k[d>>2];d=(Sp(b)|0)+8|0;_u(a,b,k[d>>2]|0,c);return c|0}function yq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+16|0;c=e;k[c>>2]=a;dE(0,31164,c);c=200;a=2;a:while(1){d=i[b>>0]|0;switch(d<<24>>24){case 0:break a;case 10:{a=a+-1|0;if(!a)break a;break}default:{}}c=c+-1|0;if(!c)break;hr(d<<24>>24);b=b+1|0}zC(31180,2,1,3444)|0;r=e;return}function zq(a,b){a=a|0;b=b|0;var c=0,d=0;if(!a){b=yc(b)|0;return b|0}if(b>>>0>4294967231){b=CG()|0;k[b>>2]=12;b=0;return b|0}c=Id(a+-8|0,b>>>0<11?16:b+11&-8)|0;if(c|0){b=c+8|0;return b|0}c=yc(b)|0;if(!c){b=0;return b|0}d=k[a+-4>>2]|0;d=(d&-8)-((d&3|0)==0?8:4)|0;Qq(c|0,a|0,(d>>>0<b>>>0?d:b)|0)|0;Vc(a);b=c;return b|0}function Aq(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+16|0;b=d;e=a+76|0;k[b>>2]=e;c=b+4|0;i[c>>0]=1;lK(e);if((k[a+60>>2]|0)>>>0<(k[a+44>>2]|0)>>>0)mu(a+104|0,b,a);if(i[c>>0]|0)vH(k[b>>2]|0);r=d;return}function Bq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=fB(20)|0;eA(e);k[e>>2]=3332;k[e+16>>2]=b;k[d>>2]=e;b=a+12|0;c=k[b>>2]|0;if(c>>>0<(k[a+16>>2]|0)>>>0){k[c>>2]=e;k[b>>2]=(k[b>>2]|0)+4}else Lm(a+8|0,d);r=f;return}function Cq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=47668;do if(b)if(b>>>0>1073741823){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function Dq(a,b){a=a|0;b=b|0;var c=0,d=0;a:do if((a|0)!=(b|0)?(c=(i[a>>0]|0)==110?a+1|0:a,(c|0)!=(b|0)):0){d=i[c>>0]|0;if(d<<24>>24==48){c=c+1|0;break}if((d+-49&255)<9)do{c=c+1|0;if((c|0)==(b|0)){c=b;break a}}while(((i[c>>0]|0)+-48|0)>>>0<10);else c=a}else c=a;while(0);return c|0}function Eq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b+12|0;c=i[e+11>>0]|0;d=c<<24>>24<0;c=Fm(b,d?k[e>>2]|0:e,d?k[b+16>>2]|0:c&255)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function Fq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=47628;do if(b)if(b>>>0>107374182){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b*40|0)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c*40|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*40|0);return}function Gq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=a+11|0;c=i[d>>0]|0;e=c<<24>>24<0;if(e)c=k[a+4>>2]|0;else c=c&255;do if(c>>>0>=b>>>0)if(e){i[(k[a>>2]|0)+b>>0]=0;k[a+4>>2]=b;break}else{i[a+b>>0]=0;i[d>>0]=b;break}else Dn(a,b-c|0);while(0);return}function Hq(a){a=a|0;var b=0;switch(k[a+12>>2]|0){case 2:{b=$t(k[a>>2]|0)|0;break}case 3:{b=Wt(k[a>>2]|0)|0;break}case 4:{b=zv(+(~~+p[a>>3]>>>0>>>0))|0;break}case 5:{b=zD(+p[a>>3])|0;break}default:Ka()}return b|0}function Iq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Pj(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Jq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;xl(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function Kq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;sl(c,a,b,e);r=d;return (k[c>>2]|0)+24|0}function Lq(a,b){a=a|0;b=b|0;var c=0;Jj(b);c=k[b>>2]|0;if((i[c>>0]|0)!=123)Ra(31314,31084,859,31326);k[b>>2]=c+1;a=Vh(a,b,31346,0,0)|0;c=k[b>>2]|0;if((i[c>>0]|0)==125){k[b>>2]=c+1;return a|0}else Ra(31349,31084,862,31326);return 0}function Mq(a){a=a|0;var b=0,c=0,d=0;d=r;r=r+16|0;b=d;k[b>>2]=a;c=eI(2)|0;c=Cr(c,ZG(47332)|0)|0;if((a|0)!=0?(i[a>>0]|0)!=0:0)a=ZG(b)|0;else a=nH()|0;c=Cr(c,a)|0;r=d;return c|0}function Nq(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+32|0;c=e;d=k[a>>2]|0;if((k[a+8>>2]|0)-d>>4>>>0<b>>>0){ar(c,b,(k[a+4>>2]|0)-d>>4,a+8|0);Gn(a,c);gx(c)}r=e;return}function Oq(a){a=a|0;var b=0;b=NJ(a,0)|0;if(RE(k[b>>2]|0,47336)|0){a=NJ(a,2)|0;a=k[a>>2]|0;b=eI(2)|0;b=Cr(b,nH()|0)|0;Cr(a,Cr(b,eI(0)|0)|0)|0;return}else Ra(31610,36449,1605,31650)}function Pq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+16|0;e=k[d>>2]|0;do if(e){if((e|0)!=(b|0)){c=a+36|0;k[c>>2]=(k[c>>2]|0)+1;k[a+24>>2]=2;i[a+54>>0]=1;break}a=a+24|0;if((k[a>>2]|0)==2)k[a>>2]=c}else{k[d>>2]=b;k[a+24>>2]=c;k[a+36>>2]=1}while(0);return}function Qq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((c|0)>=4096)return eb(a|0,b|0,c|0)|0;d=a|0;if((a&3)==(b&3)){while(a&3){if(!c)return d|0;i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}while((c|0)>=4){k[a>>2]=k[b>>2];a=a+4|0;b=b+4|0;c=c-4|0}}while((c|0)>0){i[a>>0]=i[b>>0]|0;a=a+1|0;b=b+1|0;c=c-1|0}return d|0}function Rq(a){a=a|0;var b=0,c=0,d=0;d=r;r=r+16|0;b=d;k[b>>2]=a;c=eI(2)|0;c=Cr(c,ZG(47328)|0)|0;if((a|0)!=0?(i[a>>0]|0)!=0:0)a=ZG(b)|0;else a=nH()|0;c=Cr(c,a)|0;r=d;return c|0}function Sq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Md(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function Tq(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[(k[a>>2]|0)+4>>2]&127](a)|0;d=(Od(c,d,a,a+288|0,f,e,0)|0)-a|0;if((d|0)<288)k[b>>2]=((d|0)/12|0|0)%12|0;return}function Uq(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}c=a+12|0;a=b+12|0;k[c>>2]=k[a>>2];k[c+4>>2]=k[a+4>>2];k[c+8>>2]=k[a+8>>2];c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function Vq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0<(k[g>>2]|0)>>>0){k[f>>2]=d+1;d=i[d>>0]|0}else{d=hc[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break;d=d&255}i[b>>0]=d;e=e+1|0;b=b+1|0}return e|0}function Wq(a){a=a|0;var b=0,c=0;c=0;while(1){if((l[38565+c>>0]|0)==(a|0)){a=2;break}b=c+1|0;if((b|0)==87){b=38653;c=87;a=5;break}else c=b}if((a|0)==2)if(!c)b=38653;else{b=38653;a=5}if((a|0)==5)while(1){do{a=b;b=b+1|0}while((i[a>>0]|0)!=0);c=c+-1|0;if(!c)break;else a=5}return b|0}function Xq(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[a+24>>2]=b;k[a+28>>2]=k[c>>2];k[a+32>>2]=0;k[a+36>>2]=0;k[a+40>>2]=0;k[e>>2]=b;bm(a,e);r=d;return}function Yq(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2];c=0;while(1){if((c|0)==3)break;k[b+(c<<2)>>2]=0;c=c+1|0}a=a+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=0;while(1){if((c|0)==3)break;k[a+(c<<2)>>2]=0;c=c+1|0}return}function Zq(a){a=a|0;if(!a)return;else{Zq(k[a>>2]|0);Zq(k[a+4>>2]|0);SK(a);return}}function _q(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>536870911){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b<<3)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<3)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<3);return}function $q(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=47652;do if(b)if(b>>>0>1073741823){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function ar(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>268435455){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b<<4)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function br(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[k[a>>2]>>2]&127](a)|0;d=(Md(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function cr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=a+8|0;a=hc[k[k[a>>2]>>2]&127](a)|0;d=(Od(c,d,a,a+168|0,f,e,0)|0)-a|0;if((d|0)<168)k[b>>2]=((d|0)/12|0|0)%7|0;return}function dr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(c>>>0>4294967279)iJ();if(c>>>0<11){i[a+11>>0]=c;if(c)d=6}else{e=c+16&-16;d=fB(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d;d=6}if((d|0)==6)Qq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function er(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;Kl(c,a,k[b>>2]|0,e);r=d;return (k[c>>2]|0)+20|0}function fr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;if(b>>>0>4294967279)iJ();if(b>>>0<11){i[a+11>>0]=b;if(b)d=6}else{e=b+16&-16;d=fB(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=b;a=d;d=6}if((d|0)==6)Vs(a|0,c|0,b|0)|0;i[a+b>>0]=0;return}function gr(a){a=a|0;var b=0;b=NJ(a,0)|0;if(Il(47676,FG(k[b>>2]|0)|0)|0){b=eI(2)|0;a=Cr(Cr(b,ZG(47256)|0)|0,a)|0}return a|0}function hr(a){a=a|0;var b=0,c=0,d=0;do if((k[880]|0)>=0?(aL()|0)!=0:0){if((i[3519]|0)!=(a|0)?(b=k[866]|0,b>>>0<(k[865]|0)>>>0):0){k[866]=b+1;i[b>>0]=a;break}So(a)|0}else d=3;while(0);do if((d|0)==3){if((i[3519]|0)!=(a|0)?(c=k[866]|0,c>>>0<(k[865]|0)>>>0):0){k[866]=c+1;i[c>>0]=a;break}So(a)|0}while(0);return}function ir(a){a=a|0;if(!a)return;else{ir(k[a>>2]|0);ir(k[a+4>>2]|0);SK(a);return}}function jr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=a+12|0;g=a+16|0;e=0;while(1){if((e|0)>=(c|0))break;d=k[f>>2]|0;if(d>>>0>=(k[g>>2]|0)>>>0){d=hc[k[(k[a>>2]|0)+40>>2]&127](a)|0;if((d|0)==-1)break}else{k[f>>2]=d+4;d=k[d>>2]|0}k[b>>2]=d;e=e+1|0;b=b+4|0}return e|0}function kr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0,j=0,l=0;l=r;r=r+16|0;g=l;i[g>>0]=37;h=g+1|0;i[h>>0]=e;j=g+2|0;i[j>>0]=f;i[g+3>>0]=0;if(f<<24>>24){i[h>>0]=f;i[j>>0]=e}j=b+(_a(b|0,(k[c>>2]|0)-b|0,g|0,d|0,k[a>>2]|0)|0)|0;k[c>>2]=j;r=l;return}function lr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>2;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<2)|0;while(1){if((c|0)==(a|0))break a;e=c+-4|0;k[f>>2]=e;c=e}}}else vk(a,b-d|0);while(0);return}function mr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;d=r;r=r+16|0;e=d+8|0;c=d;k[e>>2]=b;gm(c,a,b,e);r=d;return (k[c>>2]|0)+20|0}function nr(a){a=a|0;var b=0,c=0,d=0,e=0,f=0;e=a+11|0;b=i[e>>0]|0;if(b<<24>>24<0){f=k[a>>2]|0;c=k[a+4>>2]|0}else{f=a;c=b&255}d=(c|0)!=0&1;c=c-d|0;if(c){jx(f|0,f+d|0,c|0)|0;b=i[e>>0]|0}if(b<<24>>24<0)k[a+4>>2]=c;else i[e>>0]=c;i[f+c>>0]=0;return}function or(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=10;d=a;c=d+10|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+10>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function pr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=fB(32)|0;k[a>>2]=d;k[a+4>>2]=b+4;k[d+16>>2]=k[k[c>>2]>>2];k[d+20>>2]=0;k[d+24>>2]=0;k[d+28>>2]=0;i[a+8>>0]=1;return}function qr(a){a=a|0;var b=0,c=0,d=0,e=0;d=r;r=r+32|0;b=d;e=k[a>>2]|0;c=(k[a+4>>2]|0)-e|0;if(((k[a+8>>2]|0)-e|0)>>>0>c>>>0){e=c>>2;sr(b,e,e,a+8|0);Qn(a,b);Bx(b)}r=d;return}function rr(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,43830,4);a=$m(c,a)|0;UG(c);r=b;return a|0}function sr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;do if(b)if(b>>>0>1073741823){c=Sa(4)|0;uK(c);Gb(c|0,2248,152)}else{d=fB(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function tr(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=9;d=a;c=d+9|0;do{i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}while((d|0)<(c|0));i[a+9>>0]=0;c=a+12|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[c+(b<<2)>>2]=0;b=b+1|0}return}function ur(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0,h=0,i=0;i=r;r=r+112|0;g=i;k[g>>2]=0;h=g+4|0;k[h>>2]=a;k[g+44>>2]=a;f=g+8|0;k[f>>2]=(a|0)<0?-1:a+2147483647|0;k[g+76>>2]=-1;ry(g,0);c=gd(g,c,1,d,e)|0;if(b|0)k[b>>2]=a+((k[h>>2]|0)+(k[g+108>>2]|0)-(k[f>>2]|0));r=i;return c|0}function vr(a,b,c){a=a|0;b=b|0;c=c|0;if(hc[k[(k[b>>2]|0)+24>>2]&127](b)|0){b=hc[k[(k[b>>2]|0)+28>>2]&127](b)|0;mc[k[(k[b>>2]|0)+20>>2]&15](b,a,k[a>>2]|0,c);if(b|0)ec[k[(k[b>>2]|0)+4>>2]&255](b)}else mc[k[(k[b>>2]|0)+20>>2]&15](b,a,k[a>>2]|0,c);return}function wr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e>>4;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+(b<<4)|0;while(1){if((c|0)==(a|0))break a;e=c+-16|0;k[f>>2]=e;c=e}}}else Kj(a,b-d|0);while(0);return}function xr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)iJ();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=yc(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)Qq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function yr(a,b){a=a|0;b=b|0;var c=0;c=NJ(a,0)|0;if(RE(k[c>>2]|0,47336)|0){a=NJ(a,2)|0;a=k[a>>2]|0;c=Cr(eI(2)|0,b)|0;Cr(a,Cr(c,eI(0)|0)|0)|0;return}else Ra(31610,36449,1599,31631)}function zr(a){a=a|0;if(!a)return;else{zr(k[a>>2]|0);zr(k[a+4>>2]|0);SK(a);return}}function Ar(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;Jj(a);md(b,k[a>>2]|0);if((k[b+12>>2]|0)==2){k[a>>2]=(k[a>>2]|0)+(k[b+8>>2]|0);a=k[b>>2]|0}else a=0;b=Mq(a)|0;r=c;return b|0}function Br(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((c|0)==6){c=(gG(a)|0)+4|0;k[c>>2]=b;c=k[a>>2]|0}switch(c|0){case 7:{a=(EF(a)|0)+4|0;k[a>>2]=b;break}case 8:{a=(yF(a)|0)+4|0;k[a>>2]=b;break}default:{}}return}function Cr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;g=r;r=r+16|0;c=g;k[c>>2]=b;if((k[a>>2]|0)!=2)Ra(36439,36449,479,31053);d=k[a+8>>2]|0;e=d+4|0;f=k[e>>2]|0;if((f|0)==(k[d+8>>2]|0))Lm(d,c);else{k[f>>2]=b;k[e>>2]=(k[e>>2]|0)+4}r=g;return a|0}function Dr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;c=r;r=r+16|0;e=c+4|0;g=c;d=b+8|0;f=(k[k[d>>2]>>2]|0)==15;k[g>>2]=k[b>>2];k[e>>2]=k[g>>2];Zk(a,f,e,14910)|0;bj(a,k[b+4>>2]|0,k[(k[d>>2]|0)+4>>2]|0);r=c;return}function Er(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=i[a>>0]|0;f=i[d>>0]|0;if(b<<24>>24<f<<24>>24){a=-1;break}if(f<<24>>24<b<<24>>24){a=1;break}d=d+1|0;a=a+1|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function Fr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[c>>2]=0;if((a|0)!=(b|0)){d=i[a>>0]|0;if(d<<24>>24==114){k[c>>2]=4;d=a+1|0;a=d;b=4;d=i[d>>0]|0}else b=0;if(d<<24>>24==86){b=b|2;k[c>>2]=b;d=a+1|0;a=d;d=i[d>>0]|0}if(d<<24>>24==75){k[c>>2]=b|1;a=a+1|0}}return a|0}function Gr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=hD(d)|0;d=SF(g,49728)|0;tB(g);Sq(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Hr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=hD(d)|0;d=SF(g,49728)|0;tB(g);br(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Ir(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=hD(d)|0;d=SF(g,49696)|0;tB(g);Tq(a,f+16|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Jr(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0;g=hD(d)|0;d=SF(g,49696)|0;tB(g);cr(a,f+24|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function Kr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=qG(k[a+4>>2]|0)|0;k[d+8>>2]=c;c=uc(a,Tm(b,1)|0)|0;k[d+12>>2]=c;c=uc(a,Tm(b,2)|0)|0;k[d+16>>2]=c;io(d);return d|0}function Lr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Ky(b+8|0);SK(b)}b=k[a>>2]|0;if(b|0)SK(b);return}function Mr(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;Ky(b+8|0);SK(b)}SK(k[a>>2]|0)}return}function Nr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=dz(k[a+4>>2]|0)|0;k[d+8>>2]=c;if((c|0)==3){c=lG(Tm(b,1)|0)|0;k[d+12>>2]=c}else{c=(Sp(b)|0)+8|0;Yu(a,b,k[c>>2]|0,d)}eC(d);return d|0}function Or(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;Jj(a);md(b,k[a>>2]|0);if((k[b+12>>2]|0)==2){k[a>>2]=(k[a>>2]|0)+(k[b+8>>2]|0);a=k[b>>2]|0}else a=0;b=Rq(a)|0;r=c;return b|0}function Pr(a){a=a|0;var b=0,c=0,d=0;b=a+44|0;d=k[b>>2]|0;c=k[a+24>>2]|0;if(d>>>0<c>>>0){k[b>>2]=c;d=c}if(k[a+48>>2]&8){b=a+16|0;c=k[b>>2]|0;if(c>>>0<d>>>0){k[b>>2]=d;c=d}b=k[a+12>>2]|0;if(b>>>0<c>>>0)b=l[b>>0]|0;else b=-1}else b=-1;return b|0}function Qr(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;k[a+12>>2]=0;k[a+16>>2]=47032;do if(b)if(b>>>0<29&(i[47144]|0)==0){i[47144]=1;d=47032;break}else{d=fB(b<<2)|0;break}else d=0;while(0);k[a>>2]=d;c=d+(c<<2)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<2);return}function Rr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;d=b+8|0;e=k[b+16>>2]|0;f=a+24|0;c=a+28|0;a=0;while(1){if((a|0)==(e|0))break;g=DC(d,a)|0;if((k[g>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;a=a+1|0}if((k[b+24>>2]|0)==(k[f>>2]|0))k[c>>2]=(k[c>>2]|0)+1;return}function Sr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=b;k[c>>2]=d;b=k[k[a>>2]>>2]|0;if(b){k[a>>2]=b;d=k[c>>2]|0}wh(k[a+4>>2]|0,d);a=a+8|0;k[a>>2]=(k[a>>2]|0)+1;return}function Tr(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;kA(d)}b=k[a>>2]|0;if(b|0)bz(k[k[a+16>>2]>>2]|0,b,(k[a+12>>2]|0)-b|0);return}function Ur(a){a=+a;var b=0,c=0,d=0,e=0,f=0;p[u>>3]=a;b=k[u>>2]|0;e=k[u+4>>2]|0;f=WD(b|0,e|0,52)|0;f=(f&2047)+-1011|0;if((f|0)<=63?(d=(f|0)<12,c=WD(-1,-1,f|0)|0,c=d?-1:c,d=d?2147483647:N,!((c&b|0)==0&(d&e|0)==0)):0){k[u>>2]=b&~c;k[u+4>>2]=e&~d;a=+p[u>>3]}return +a}function Vr(a){a=a|0;var b=0,c=0,d=0,e=0;k[a>>2]=10500;d=a+8|0;e=a+12|0;c=0;while(1){b=k[d>>2]|0;if(c>>>0>=(k[e>>2]|0)-b>>2>>>0)break;b=k[b+(c<<2)>>2]|0;if(b|0)tB(b);c=c+1|0}UG(a+144|0);rt(d);return}function Wr(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;k[c>>2]=b;b=NJ(a,0)|0;if(RE(k[b>>2]|0,47248)|0){b=NJ(a,2)|0;b=k[b>>2]|0;Cr(b,ZG(c)|0)|0;r=d;return}else Ra(31272,36449,1509,31289)}function Xr(a,b){a=a|0;b=b|0;var c=0,d=0;if((((i[b>>0]|0)==72?(i[b+1>>0]|0)==69:0)?(i[b+2>>0]|0)==65:0)?(i[b+3>>0]|0)==80:0){i[a>>0]=1;c=i[b+4>>0]|0;d=c<<24>>24==85;i[a+1>>0]=d&1;c=c<<24>>24==70;i[a+2>>0]=c&1;b=sB(b+(d|c?5:4)|0)|0;k[a+4>>2]=b;k[a+8>>2]=c?((b|0)==64?1:2):0}else i[a>>0]=0;return}function Yr(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=r;r=r+32|0;c=e;d=k[a>>2]|0;if((k[a+8>>2]|0)-d>>2>>>0<b>>>0){sr(c,b,(k[a+4>>2]|0)-d>>2,a+8|0);Qn(a,c);Bx(c)}r=e;return}function Zr(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0,g=0,h=0;k[b+16>>2]=0;e=k[b+20>>2]|0;f=b+24|0;g=k[f>>2]|0;while(1){if((g|0)==(e|0))break;h=g+-4|0;k[f>>2]=h;g=h}Hf(a,b,c,d);return}function _r(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;kA(d)}d=k[a>>2]|0;bz(k[a+12>>2]|0,d,(k[a+8>>2]|0)-d|0)}return}function $r(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[b>>2]|0;switch(c|0){case 0:case 5:{Ra(29057,17142,181,29088);break}default:{a=zA(k[a>>2]|0)|0;d=a+8|0;k[d>>2]=k[b>>2];k[d+4>>2]=k[b+4>>2];k[d+8>>2]=k[b+8>>2];k[d+12>>2]=k[b+12>>2];k[a+4>>2]=c;return a|0}}return 0}function as(a){a=a|0;var b=0,c=0,d=0,e=0;c=r;r=r+16|0;d=c+4|0;e=c;b=mG(k[(k[a>>2]|0)+4>>2]|0)|0;a=k[k[a+4>>2]>>2]|0;k[e>>2]=k[11965];k[d>>2]=k[e>>2];a=Mv(a,d)|0;k[b+8>>2]=a;k[b+4>>2]=1;r=c;return b|0}function bs(a){a=a|0;var b=0,c=0,d=0;b=k[11755]|0;d=k[11754]|0;c=b-d>>2;a:do if(c>>>0>=a>>>0){if(c>>>0>a>>>0){a=d+(a<<2)|0;while(1){if((b|0)==(a|0))break a;d=b+-4|0;k[11755]=d;b=d}}}else _j(a-c|0);while(0);return}function cs(a,b){a=a|0;b=b|0;NK(51536)|0;while(1){if((k[a>>2]|0)!=1)break;Da(51564,51536)|0}if(!(k[a>>2]|0)){k[a>>2]=1;NK(51536)|0;Hw(b);NK(51536)|0;k[a>>2]=-1;NK(51536)|0;NK(51564)|0}else NK(51536)|0;return}function ds(a,b){a=a|0;b=b|0;var c=0;if((k[a>>2]|0)==(b|0)){c=Nv(b)|0;k[a>>2]=c}c=a+8|0;k[c>>2]=(k[c>>2]|0)+-1;Kd(k[a+4>>2]|0,b);SK(b);return}function es(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;k[d>>2]=a;k[d+4>>2]=a+112;k[d+8>>2]=0;k[d+12>>2]=0;k[d+16>>2]=0;i[d+24>>0]=0;Bq(d,b);Jd(d);Xv(d);r=c;return b|0}function fs(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;a=b;while(1){if((d|0)==(e|0)){g=7;break}if((a|0)==(c|0)){a=-1;break}b=k[a>>2]|0;f=k[d>>2]|0;if((b|0)<(f|0)){a=-1;break}if((f|0)<(b|0)){a=1;break}d=d+4|0;a=a+4|0}if((g|0)==7)a=(a|0)!=(c|0)&1;return a|0}function gs(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;if(d>>>0>4294967279)iJ();if(d>>>0<11)i[a+11>>0]=c;else{e=d+16&-16;d=fB(e)|0;k[a>>2]=d;k[a+8>>2]=e|-2147483648;k[a+4>>2]=c;a=d}if(c|0)Qq(a|0,b|0,c|0)|0;i[a+c>>0]=0;return}function hs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=r;r=r+16|0;e=d+4|0;f=d;k[f>>2]=k[b+8>>2];c=k[b+12>>2]|0;k[e>>2]=k[f>>2];Ch(a,e,c,b);c=k[b+16>>2]|0;if(c|0)Fl(a,(k[c+4>>2]|4|0)==5,b);r=d;return}function is(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=(k[b+4>>2]|0)-(k[b>>2]|0)>>2;if((k[a+12>>2]|0)>>>0<e>>>0)ZD(a,e);d=a+4|0;c=0;while(1){if((c|0)==(e|0))break;k[(k[d>>2]|0)+(c<<2)>>2]=k[(k[b>>2]|0)+(c<<2)>>2];c=c+1|0}k[a+8>>2]=e;return}function js(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;i[a+11>>0]=3;i[a>>0]=i[b>>0]|0;i[a+1>>0]=i[b+1>>0]|0;i[a+2>>0]=i[b+2>>0]|0;i[a+3>>0]=0;b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function ks(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;fc[k[(k[d>>2]|0)+12>>2]&255](d,a);break}else{d=hc[k[(k[d>>2]|0)+8>>2]&127](d)|0;k[a+16>>2]=d;break}else k[a+16>>2]=0;while(0);return}function ls(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=hD(d)|0;d=SF(a,49728)|0;tB(a);_s(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function ms(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;a=hD(d)|0;d=SF(a,49696)|0;tB(a);$s(f+20|0,b,k[c>>2]|0,e,d);return k[b>>2]|0}function ns(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=a;a=eI(3)|0;a=Cr(a,ZG(47368)|0)|0;b=Cr(Cr(a,ZG(d)|0)|0,b)|0;r=c;return b|0}function os(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;f=r;r=r+16|0;d=f;e=b+8|0;if((k[b>>2]|0)==3){e=k[c+8>>2]&-2147483648|k[e>>2]&2147483647;k[d>>2]=1;k[d+8>>2]=e;VC(a,d)}else rA(a,2,k[e>>2]|0,k[c+8+4>>2]&-2147483648|k[e+4>>2]&2147483647);r=f;return}function ps(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=a;a=eI(3)|0;a=Cr(a,ZG(47324)|0)|0;b=Cr(Cr(a,ZG(d)|0)|0,b)|0;r=c;return b|0}function qs(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;tJ(k[b>>2]|0);SK(b)}b=k[a>>2]|0;if(b|0)SK(b);return}function rs(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;tJ(k[b>>2]|0);SK(b)}SK(k[a>>2]|0)}return}function ss(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;b=eI(3)|0;b=Cr(Cr(b,ZG(47560)|0)|0,a)|0;b=Cr(b,ZG(d)|0)|0;r=c;return b|0}function ts(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=Cz(k[d>>2]|0,b<<4)|0;k[a>>2]=d;c=d+(c<<4)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b<<4);return}function us(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;Nn(a,b);d=a+20|0;c=b+20|0;k[d>>2]=0;e=a+24|0;k[e>>2]=0;k[a+28>>2]=0;k[d>>2]=k[c>>2];d=b+24|0;k[e>>2]=k[d>>2];b=b+28|0;k[a+28>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function vs(a,b,c){a=a|0;b=b|0;c=c|0;a=k[a>>2]|0;a:while(1){while(1){if(!b)break a;if(!(EH(k[b+16>>2]|0,a)|0))break;b=k[b+4>>2]|0}c=b;b=k[b>>2]|0}return c|0}function ws(a,b){a=a|0;b=b|0;var c=0,d=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;c=b+4|0;d=(k[c>>2]|0)-(k[b>>2]|0)>>2;if(d|0){ay(a,d);Jw(a,k[b>>2]|0,k[c>>2]|0)}return}function xs(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0,g=0;k[a>>2]=0;d=a+4|0;k[d>>2]=0;k[a+8>>2]=0;e=b+4|0;f=(k[e>>2]|0)-(k[b>>2]|0)|0;if(f|0?(mz(a,f),g=k[b>>2]|0,c=(k[e>>2]|0)-g|0,(c|0)>0):0){Qq(k[d>>2]|0,g|0,c|0)|0;k[d>>2]=(k[d>>2]|0)+c}return}function ys(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a+4|0;c=k[f>>2]|0;e=k[a>>2]|0;d=c-e|0;a:do if(d>>>0>=b>>>0){if(d>>>0>b>>>0){a=e+b|0;while(1){if((c|0)==(a|0))break a;e=c+-1|0;k[f>>2]=e;c=e}}}else Nk(a,b-d|0);while(0);return}function zs(a,b){a=a|0;b=b|0;var c=0,d=0;dd(a,b);d=k[b>>2]|0;c=k[d>>2]|0;if((c|0)==1){dq(a,53,b);c=k[d>>2]|0}if((c|0)==3)dq(a,54,b);return}function As(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}c=k[a>>2]|0;do if(c|0){b=k[a+16>>2]|0;if((b|0)==(c|0)){i[b+112>>0]=0;break}else{SK(c);break}}while(0);return}function Bs(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)wq(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function Cs(a,b,c){a=a|0;b=b|0;c=c|0;a:while(1){while(1){if(!b)break a;if(!(EH(k[b+16>>2]|0,a)|0))break;b=k[b+4>>2]|0}c=b;b=k[b>>2]|0}return c|0}function Ds(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;_w(b);SK(b)}b=k[a>>2]|0;if(b|0)SK(b);return}function Es(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;_w(b);SK(b)}SK(k[a>>2]|0)}return}function Fs(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=Cf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Gs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=(c|0)==0;if(a-b>>2>>>0<c>>>0){if(!d)do{c=c+-1|0;k[a+(c<<2)>>2]=k[b+(c<<2)>>2]}while((c|0)!=0)}else if(!d){d=b;b=a;while(1){c=c+-1|0;k[b>>2]=k[d>>2];if(!c)break;else{d=d+4|0;b=b+4|0}}}return a|0}function Hs(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=ff(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Is(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=Xg(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Js(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;hx(d)}a=k[a>>2]|0;if(a|0)SK(a);return}function Ks(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var i=0;b=r;r=r+16|0;i=b+4|0;a=b;k[i>>2]=c;k[a>>2]=f;g=vf(c,d,i,f,g,a)|0;k[e>>2]=k[i>>2];k[h>>2]=k[a>>2];r=b;return g|0}function Ls(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;k[d>>2]=b;k[a+12>>2]=b;b=Cp(b)|0;k[a+16>>2]=b;b=Gy()|0;Rm(b,Vh(a,d,31051,0,0)|0);r=c;return b|0}function Ms(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;eq(b);SK(b)}b=k[a>>2]|0;if(b|0)SK(b);return}function Ns(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;eq(b);SK(b)}SK(k[a>>2]|0)}return}function Os(a,b){a=a|0;b=b|0;var c=0,d=0;lI(a);c=k[11754]|0;if((k[11755]|0)-c>>2>>>0<=b>>>0){bs(b+1|0);c=k[11754]|0}d=k[c+(b<<2)>>2]|0;if(d){tB(d);c=k[11754]|0}k[c+(b<<2)>>2]=a;return}function Ps(a,b){a=a|0;b=b|0;DA(k[a>>2]|0,35829)|0;b=b+8|0;if(!(k[b>>2]|0))dy(k[a>>2]|0,41)|0;else{eB(a);Ln(a,k[b>>2]|0);Gw(a)}return}function Qs(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-20|0;k[c>>2]=d;hx(d)}SK(k[a>>2]|0)}return}function Rs(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=Cz(k[d>>2]|0,b*24|0)|0;k[a>>2]=d;c=d+(c*24|0)|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+(b*24|0);return}function Ss(a,b){a=a|0;b=b|0;var c=0;lo(a);k[a>>2]=2;c=_n()|0;k[a+8>>2]=c;if((c|0)!=(b|0))yh(c,k[b>>2]|0,k[b+4>>2]|0);return}function Ts(a,b){a=a|0;b=b|0;var c=0,d=0;c=jG(k[a+4>>2]|0)|0;d=Xf(a,Tm(b,1)|0)|0;k[c+8>>2]=d;b=uc(a,Tm(b,2)|0)|0;k[c+12>>2]=b;k[c+4>>2]=k[b+4>>2];return c|0}function Us(a){a=a|0;var b=0;if(!a){if(!(k[917]|0))a=0;else a=Us(k[917]|0)|0;Ea(48116);b=k[12028]|0;if(b)do{if((k[b+20>>2]|0)>>>0>(k[b+28>>2]|0)>>>0)a=fq(b)|0|a;b=k[b+56>>2]|0}while((b|0)!=0);xb(48116)}else a=fq(a)|0;return a|0}function Vs(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+c|0;if((c|0)>=20){b=b&255;f=a&3;g=b|b<<8|b<<16|b<<24;e=d&~3;if(f){f=a+4-f|0;while((a|0)<(f|0)){i[a>>0]=b;a=a+1|0}}while((a|0)<(e|0)){k[a>>2]=g;a=a+4|0}}while((a|0)<(d|0)){i[a>>0]=b;a=a+1|0}return a-c|0}function Ws(a){a=a|0;var b=0;b=a+136|0;if(k[b>>2]|0)Ra(20327,19332,1628,21874);sp(a);if(((k[a+100>>2]|0)-(k[a+96>>2]|0)|0)!=4)Ra(21889,19332,1630,21874);a=xv(a)|0;if(!(k[b>>2]|0))return a|0;else Ra(20327,19332,1632,21874);return 0}function Xs(a,b){a=a|0;b=b|0;var c=0,d=0;d=(xJ(b)|0)==0;c=k[a>>2]|0;if(d)Vx(c,b)|0;else dy(Vx(dy(c,34)|0,b)|0,34)|0;return k[a>>2]|0}function Ys(a){a=a|0;var b=0,c=0,d=0;c=k[11909]|0;b=a;d=c;while(1){k[d>>2]=0;k[d+4>>2]=0;k[d+8>>2]=0;k[d+12>>2]=0;o[d+16>>2]=1.0;b=b+-1|0;if(!b)break;else d=d+20|0}k[11909]=c+(a*20|0);return}function Zs(a){a=a|0;var b=0;wH();b=k[a>>2]|0;k[a>>2]=0;Sz(b);ec[k[a+4>>2]&255](k[a+8>>2]|0);AA(a);SK(a);return 0}function _s(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function $s(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,4)|0;if(!(k[d>>2]&4)){if((c|0)<69)c=c+2e3|0;else c=(c|0)<100?c+1900|0:c;k[a>>2]=c+-1900}return}function at(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=b;b=e+4|0;k[b>>2]=c;if(!a){e=Sa(4)|0;k[e>>2]=2512;Gb(e|0,48,11)}else{d=$b[k[(k[a>>2]|0)+24>>2]&31](a,d,b)|0;r=e;return d|0}return 0}function bt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=eI(4)|0;a=Cr(Cr(Cr(d,ZG(47288)|0)|0,a)|0,b)|0;if(nI(c)|0)c=nH()|0;return Cr(a,c)|0}function ct(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;dr(c,32384,30);ej(a,c);UG(c);r=b;return}function dt(a,b){a=a|0;b=b|0;dy(Sv(48992,a)|0,32)|0;nf(b,48992);dy(48992,10)|0;Ka()}function et(a,b){a=a|0;b=b|0;var c=0,d=0;c=jG(k[a+4>>2]|0)|0;d=Xf(a,Tm(b,1)|0)|0;k[c+8>>2]=d;b=uc(a,Tm(b,2)|0)|0;k[c+12>>2]=b;k[c+4>>2]=0;return c|0}function ft(a,b,c){a=a|0;b=b|0;c=c|0;ic[k[(k[a>>2]|0)+8>>2]&15](a,b,c);k[a+36>>2]=c;fy(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);ic[k[(k[a>>2]|0)+16>>2]&15](a,b,c);return}function gt(a){a=a|0;var b=0;if(!(k[k[a>>2]>>2]|0)){b=gz(k[(k[a+4>>2]|0)+4>>2]|0)|0;k[k[a>>2]>>2]=b;b=a+8|0;ww((k[k[a>>2]>>2]|0)+12|0,k[k[b>>2]>>2]|0);k[k[b>>2]>>2]=k[k[a>>2]>>2]}return}function ht(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+16|0;d=k[c>>2]|0;do if(d)if((d|0)==(b|0)){k[a+16>>2]=a;d=k[c>>2]|0;fc[k[(k[d>>2]|0)+12>>2]&255](d,a);break}else{k[a+16>>2]=d;k[c>>2]=0;break}else k[a+16>>2]=0;while(0);return}function it(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a+4>>2]|0;d=a+8|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;SK(b)}b=k[a>>2]|0;if(b|0)SK(b);return}function jt(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;by(d)}a=k[a>>2]|0;if(a|0)SK(a);return}function kt(a){a=a|0;var b=0,c=0,d=0,e=0;c=k[a>>2]|0;if(c|0){d=a+4|0;while(1){b=k[d>>2]|0;if((b|0)==(c|0))break;e=b+-4|0;k[d>>2]=e;b=k[e>>2]|0;k[e>>2]=0;if(!b)continue;SK(b)}SK(k[a>>2]|0)}return}function lt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((nc[k[(k[a>>2]|0)+52>>2]&31](a,k[b>>2]|0)|0)==-1)break a;d=d+1|0;b=b+4|0}}else d=zC(b,4,c,k[a+32>>2]|0)|0;while(0);return d|0}function mt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a:do if(!(i[a+44>>0]|0)){d=0;while(1){if((d|0)>=(c|0))break a;if((nc[k[(k[a>>2]|0)+52>>2]&31](a,l[b>>0]|0)|0)==-1)break a;d=d+1|0;b=b+1|0}}else d=zC(b,1,c,k[a+32>>2]|0)|0;while(0);return d|0}function nt(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;e=b;d=k[e+4>>2]|0;c=a;k[c>>2]=k[e>>2];k[c+4>>2]=d;if((a|0)!=(b|0))yh(a+8|0,k[b+8>>2]|0,k[b+12>>2]|0);return}function ot(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))tm(b,c,d,e);else{a=k[a+8>>2]|0;ac[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d,e,f)}return}function pt(a,b,c){a=a|0;b=b|0;c=c|0;ic[k[(k[a>>2]|0)+8>>2]&15](a,b,c);k[a+36>>2]=c;Mu(a+16+-16+16|0,k[c+36>>2]|0,k[c+40>>2]|0);ic[k[(k[a>>2]|0)+16>>2]&15](a,b,c);return}function qt(a,b){a=a|0;b=b|0;var c=0,d=0;d=fB(4)|0;bB(d);c=fB(12)|0;b=k[b>>2]|0;k[c>>2]=d;k[c+4>>2]=159;k[c+8>>2]=b;if(Pa(a|0,0,92,c|0)|0){AA(c);SK(c)}return}function rt(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;do if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}if((a+16|0)==(b|0)){i[a+128>>0]=0;break}else{SK(b);break}}while(0);return}function st(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-12|0;k[c>>2]=d;by(d)}SK(k[a>>2]|0)}return}function tt(a,b,c){a=a|0;b=+b;c=c|0;switch(c|0){case 0:{k[a>>2]=1;k[a+8>>2]=0;break}case 1:{k[a>>2]=1;k[a+8>>2]=~~b;break}case 3:{k[a>>2]=3;o[a+8>>2]=b;break}case 4:{k[a>>2]=4;p[a+8>>3]=b;break}default:Ka()}return}function ut(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;var g=0,h=0;h=k[a+4>>2]|0;g=h>>8;if(h&1)g=k[(k[d>>2]|0)+g>>2]|0;a=k[a>>2]|0;ac[k[(k[a>>2]|0)+20>>2]&15](a,b,c,d+g|0,h&2|0?e:2,f);return}function vt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;while(1){if((b|0)==(c|0))break;d=k[b>>2]|0;yi(a,k[d+4>>2]|0,1,d,16775)|0;d=k[b>>2]|0;gl(a,(k[d>>2]|4|0)==15,d,16804)|0;b=b+16|0}return}function wt(a,b){a=a|0;b=b|0;var c=0,d=0;do if((a|0)!=-1){if((k[b+8>>2]|0)==0?tq(b)|0:0){a=-1;break}c=b+4|0;d=k[c>>2]|0;if(d>>>0>((k[b+44>>2]|0)+-8|0)>>>0){d=d+-1|0;k[c>>2]=d;i[d>>0]=a;k[b>>2]=k[b>>2]&-17}else a=-1}else a=-1;while(0);return a|0}function xt(a){a=a|0;var b=0,c=0,d=0,e=0;d=k[a>>2]|0;e=d+4|0;b=k[e>>2]|0;k[a>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[e>>2]=a;k[b>>2]=d;return}function yt(a){a=a|0;a=a+16|0;if(!(k[a>>2]|0))MC(48992,14781)|0;else{MC(48992,14746)|0;Vx(48992,k[k[a>>2]>>2]|0)|0;MC(48992,34001)|0}return}function zt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,b,17);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function At(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,b,14);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Bt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,b,13);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Ct(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,b,12);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Dt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;wq(a,b,11);b=a+12|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function Et(a,b){a=a|0;b=b|0;dy(MC(dy(Sv(48992,a)|0,32)|0,b)|0,10)|0;Ka()}function Ft(a){a=a|0;var b=0;b=k[a+36>>2]|0;if(b|0)QK(b);b=k[a+32>>2]|0;if(b|0){_w(b);SK(b)}OJ(a+104|0);kK(a+76|0);rs(a+48|0);Ez(a+8|0);return}function Gt(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;if((i[b+11>>0]|0)<0)dr(a,k[b>>2]|0,k[b+4>>2]|0);else{k[a>>2]=k[b>>2];k[a+4>>2]=k[b+4>>2];k[a+8>>2]=k[b+8>>2]}return}function Ht(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function It(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<12&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Jt(a){a=a|0;var b=0,c=0,d=0;c=a+4|0;d=k[c>>2]|0;b=k[d>>2]|0;k[c>>2]=b;if(b|0)k[b+8>>2]=a;b=a+8|0;k[d+8>>2]=k[b>>2];c=k[b>>2]|0;if((k[c>>2]|0)==(a|0))k[c>>2]=d;else k[c+4>>2]=d;k[d>>2]=a;k[b>>2]=d;return}function Kt(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=YD(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=EC(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Lt(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=eI(5)|0;return Cr(Cr(Cr(Cr(Cr(e,ZG(47304)|0)|0,a)|0,b)|0,c)|0,d)|0}function Mt(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if(!(((b|0)!=0?(k[b>>2]|0)==1:0)?(k[b+8>>2]|0)==0:0))b=JA(k[a>>2]|0,b)|0;k[b+8>>2]=k[c>>2];if(d|0){ww(b+12|0,d);Ik(b)}return b|0}function Nt(){var a=0,b=0;a=k[11933]|0;if(!a){a=LA()|0;b=k[11933]|0;k[11933]=a;if(b){_B(b);SK(b);a=k[11933]|0}Hi(a,Tp()|0);a=k[11933]|0}return a|0}function Ot(a){a=a|0;_v(a+40|0);Ov(a+28|0);by(a+4|0);return}function Pt(a,b,c){a=a|0;b=b|0;c=c|0;Jj(b);if((i[k[b>>2]>>0]|0)==123)a=Lq(a,b)|0;else a=jk(a,b,c)|0;return a|0}function Qt(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;e=r;r=r+32|0;f=e;d=e+20|0;k[f>>2]=k[a+60>>2];k[f+4>>2]=0;k[f+8>>2]=b;k[f+12>>2]=d;k[f+16>>2]=c;if((_G(Sb(140,f|0)|0)|0)<0){k[d>>2]=-1;a=-1}else a=k[d>>2]|0;r=e;return a|0}function Rt(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=Bz(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=gC(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function St(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Tt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Ut(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c+-1|0)>>>0<31&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Vt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,3)|0;b=k[d>>2]|0;if((c|0)<366&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function Wt(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=a;a=eI(2)|0;a=Cr(a,ZG(47340)|0)|0;a=Cr(a,ZG(c)|0)|0;r=b;return a|0}function Xt(a){a=a|0;hp(a+32|0);cq(a+16|0);_r(a);return}function Yt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function Zt(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<13&(b&4|0)==0)k[a>>2]=c+-1;else k[d>>2]=b|4;return}function _t(a,b){a=a|0;b=b|0;var c=0;c=k[b>>2]|0;b=a+4|0;while(1){b=k[b>>2]|0;if(!b){b=0;break}a=k[b+16>>2]|0;if(EH(c,a)|0)continue;if(!(EH(a,c)|0)){b=1;break}b=b+4|0}return b|0}function $t(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=a;a=eI(2)|0;a=Cr(a,ZG(47264)|0)|0;a=Cr(a,ZG(c)|0)|0;r=b;return a|0}function au(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a:do if(!c)a=0;else{while(1){d=i[a>>0]|0;e=i[b>>0]|0;if(d<<24>>24!=e<<24>>24)break;c=c+-1|0;if(!c){a=0;break a}else{a=a+1|0;b=b+1|0}}a=(d&255)-(e&255)|0}while(0);return a|0}function bu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function cu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function du(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function eu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,1)|0;b=k[d>>2]|0;if((c|0)<7&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function fu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<61&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function gu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<60&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function hu(a,b){a=a|0;b=b|0;var c=0,d=0;d=fB(4)|0;bB(d);c=fB(12)|0;b=k[b>>2]|0;k[c>>2]=d;k[c+4>>2]=168;k[c+8>>2]=b;if(Pa(a|0,0,93,c|0)|0){AA(c);SK(c)}return}function iu(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function ju(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,2)|0;b=k[d>>2]|0;if((c|0)<24&(b&4|0)==0)k[a>>2]=c;else k[d>>2]=b|4;return}function ku(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;g=k[a+4>>2]|0;f=g>>8;if(g&1)f=k[(k[c>>2]|0)+f>>2]|0;a=k[a>>2]|0;bc[k[(k[a>>2]|0)+24>>2]&3](a,b,c+f|0,g&2|0?d:2,e);return}function lu(a,b){a=a|0;b=b|0;var c=0;a:do if(!(k[b+4>>2]|0)){b=b+36|0;c=k[b>>2]|0;switch(k[c+4>>2]|0){case 0:case 5:break a;default:{}}a=BG((k[a+36>>2]|0)+112|0)|0;k[a+8>>2]=c;k[b>>2]=a}while(0);return}function mu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=c+60|0;d=c+44|0;c=b+4|0;while(1){if((k[e>>2]|0)==(k[d>>2]|0))break;OG(a,k[b>>2]|0,i[c>>0]|0)}return}function nu(a){a=+a;var b=0,c=0,d=0;p[u>>3]=a;b=k[u>>2]|0;c=k[u+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){k[u>>2]=b;k[u+4>>2]=c|524288;return +(+p[u>>3])}else Ra(23576,14385,301,23610);return +(0.0)}function ou(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a>>2]=k[b>>2];d=a+4|0;c=b+4|0;k[d>>2]=0;e=a+8|0;k[e>>2]=0;k[a+12>>2]=0;k[d>>2]=k[c>>2];d=b+8|0;k[e>>2]=k[d>>2];b=b+12|0;k[a+12>>2]=k[b>>2];k[b>>2]=0;k[d>>2]=0;k[c>>2]=0;return}function pu(a){a=a|0;var b=0,c=0;b=r;r=r+32|0;c=b;k[c>>2]=a;k[c+4>>2]=a+112;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;i[c+24>>0]=0;ct(c);Jd(c);Xv(c);r=b;return}function qu(a,b){a=a|0;b=b|0;var c=0;c=DA(k[a>>2]|0,35455)|0;dy(Vx(c,VB(k[a+28>>2]|0,k[b+8>>2]|0)|0)|0,41)|0;return}function ru(a,b){a=a|0;b=b|0;var c=0;xk(k[a>>2]|0,b);Uu(a,b);c=k[a+68>>2]|0;b=0;while(1){if((b|0)==(c|0))break;HC(a);b=b+1|0}return}function su(a,b){a=a|0;b=b|0;DA(k[a>>2]|0,35409)|0;Xs(a,k[b+8>>2]|0)|0;eB(a);Ln(a,k[b+12>>2]|0);Gw(a);return}function tu(a,b){a=a|0;b=b|0;dy(k[a>>2]|0,40)|0;MC(k[a>>2]|0,34079)|0;eB(a);Ln(a,k[b+8>>2]|0);Gw(a);return}function uu(a,b){a=a|0;b=b|0;var c=0;a=a+4|0;while(1){a=k[a>>2]|0;if(!a){a=0;break}c=k[a+16>>2]|0;if(c>>>0>b>>>0)continue;if(c>>>0>=b>>>0){a=1;break}a=a+4|0}return a|0}function vu(a,b){a=a|0;b=b|0;var c=0;c=NJ(b,0)|0;if(RE(k[c>>2]|0,47264)|0){c=NJ(b,1)|0;c=FG(k[c>>2]|0)|0;return ss(a,k[c>>2]|0)|0}else Ra(32015,36449,1629,32030);return 0}function wu(a,b){a=a|0;b=b|0;var c=0;c=SF(k[b>>2]|0,51496)|0;b=a+36|0;k[b>>2]=c;c=hc[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function xu(a,b){a=a|0;b=b|0;var c=0;c=SF(k[b>>2]|0,51488)|0;b=a+36|0;k[b>>2]=c;c=hc[k[(k[c>>2]|0)+24>>2]&127](c)|0;k[a+44>>2]=c;b=k[b>>2]|0;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+53>>0]=b;return}function yu(a,b){a=a|0;b=b|0;var c=0;c=a+16|0;dq(c,103,b);$c(a,b);dq(c,104,b);return}function zu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;cn(d,k[a+16>>2]|0);i[d+8>>0]=1;k[d+12>>2]=55711;k[d+16>>2]=55711;ne(d,c);r=b;return}function Au(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=k[a+4>>2]|0;e=f>>8;if(f&1)e=k[(k[c>>2]|0)+e>>2]|0;a=k[a>>2]|0;mc[k[(k[a>>2]|0)+28>>2]&15](a,b,c+e|0,f&2|0?d:2);return}function Bu(a){a=a|0;Im(k[a+4>>2]|0);return}function Cu(){var a=0,b=0;a=r;r=r+16|0;b=a;rz(49392);k[12348]=8036;k[12356]=3672;k[12358]=49448;k[12360]=-1;i[49444]=0;_H(b,k[12349]|0);wu(49392,b);MI(b);r=a;return}function Du(){var a=0,b=0;a=r;r=r+16|0;b=a;sz(49328);k[12332]=8100;k[12340]=3672;k[12342]=49384;k[12344]=-1;i[49380]=0;_H(b,k[12333]|0);xu(49328,b);MI(b);r=a;return}function Eu(a){a=+a;var b=0,c=0;p[u>>3]=a;if((k[u+4>>2]|0)>=0)if(a<18446744073709551616.0){c=+P(a)>=1.0?(a>0.0?~~+ba(+O(a/4294967296.0),4294967295.0)>>>0:~~+$((a-+(~~a>>>0))/4294967296.0)>>>0):0;b=~~a>>>0}else{c=-1;b=-1}else{c=0;b=0}N=c;return b|0}function Fu(a,b){a=a|0;b=b|0;var c=0;if((k[b+8>>2]|0)==2){jj(a,k[b+24>>2]|0,b);c=DC(b+16|0,0)|0;Xi(a,k[(k[c>>2]|0)+4>>2]|0,b)}return}function Gu(a){a=a|0;var b=0;b=a+4|0;oq(k[b>>2]|0);k[a+8>>2]=0;k[a>>2]=b;k[b>>2]=0;return}function Hu(a,b){a=a|0;b=b|0;var c=0,d=0;d=r;r=r+16|0;c=d;k[c>>2]=b;if(!a){d=Sa(4)|0;k[d>>2]=2512;Gb(d|0,48,11)}else{c=nc[k[(k[a>>2]|0)+24>>2]&31](a,c)|0;r=d;return c|0}return 0}function Iu(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))Pq(b,c,d);else{a=k[a+8>>2]|0;mc[k[(k[a>>2]|0)+28>>2]&15](a,b,c,d)}return}function Ju(a){a=a|0;var b=0,c=0;b=a+74|0;c=i[b>>0]|0;i[b>>0]=c+255|c;b=k[a>>2]|0;if(!(b&8)){k[a+8>>2]=0;k[a+4>>2]=0;c=k[a+44>>2]|0;k[a+28>>2]=c;k[a+20>>2]=c;k[a+16>>2]=c+(k[a+48>>2]|0);a=0}else{k[a>>2]=b|32;a=-1}return a|0}function Ku(a,b){a=a|0;b=b|0;var c=0;c=b+8|0;if((k[b>>2]|0)==1){b=cE(k[c>>2]|0)|0;k[a+8>>2]=b;b=1}else{c=zH(k[c>>2]|0,k[c+4>>2]|0)|0;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;b=2}k[a>>2]=b;return}function Lu(a){a=+a;var b=0,c=0,d=0;p[u>>3]=a;b=k[u>>2]|0;c=k[u+4>>2]|0;d=WD(b|0,c|0,52)|0;switch(d&2047){case 0:{b=(b|0)!=0|(c&2147483647|0)!=0?3:2;break}case 2047:{b=(b|0)==0&(c&1048575|0)==0&1;break}default:b=4}return b|0}function Mu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=a+-16|0;d=e+32|0;e=e+16|0;a=b;while(1){if((a|0)==(c|0))break;b=k[a>>2]|0;k[d>>2]=b;Ml(e,b+36|0);a=a+4|0}return}function Nu(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[a>>0]|0;d=i[b>>0]|0;if(c<<24>>24==0?1:c<<24>>24!=d<<24>>24)a=d;else{do{a=a+1|0;b=b+1|0;c=i[a>>0]|0;d=i[b>>0]|0}while(!(c<<24>>24==0?1:c<<24>>24!=d<<24>>24));a=d}return (c&255)-(a&255)|0}function Ou(a,b){a=a|0;b=b|0;var c=0,d=0;c=BE(k[a+4>>2]|0)|0;d=lG(Tm(b,1)|0)|0;k[c+8>>2]=d;b=uc(a,Tm(b,2)|0)|0;k[c+12>>2]=b;return c|0}function Pu(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(((i[b>>0]|0)!=0?(Nu(b,41095)|0)!=0:0)?(Nu(b,40457)|0)!=0:0)c=0;else d=4;do if((d|0)==4)if(!c)if(!(k[12034]|0)){k[12034]=1;c=48140;break}else{c=vB()|0;break}while(0);return c|0}function Qu(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;d=a+4|0;c=k[d>>2]|0;a=b;e=c;while(1){k[e>>2]=0;f=e+8|0;k[f>>2]=0;k[f+4>>2]=0;a=a+-1|0;if(!a)break;else e=e+16|0}k[d>>2]=c+(b<<4);return}function Ru(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;Xo(c,a,43855);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;dE(0,43851,b);Ka()}function Su(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+80|0;d=e;k[a+36>>2]=6;if((k[a>>2]&64|0)==0?(k[d>>2]=k[a+60>>2],k[d+4>>2]=21505,k[d+8>>2]=e+12,wb(54,d|0)|0):0)i[a+75>>0]=-1;d=Hg(a,b,c)|0;r=e;return d|0}function Tu(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;c=c+4|0;Xo(c,a,43835);k[b>>2]=(i[c+11>>0]|0)<0?k[c>>2]|0:c;dE(0,43851,b);Ka()}function Uu(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+40|0;d=k[c>>2]|0;if(d>>>0<(k[a+4>>2]|0)>>>0){k[c>>2]=d+1;k[(k[a+36>>2]|0)+(d<<2)>>2]=b;d=a+68|0;k[d>>2]=(k[d>>2]|0)+1;return}else Ra(14396,14424,190,14451)}function Vu(a,b,c){a=a|0;b=b|0;c=c|0;c=Kq(b,c+8|0)|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];k[a+16>>2]=0;return}function Wu(a){a=a|0;var b=0,c=0;c=a+15&-16|0;b=k[t>>2]|0;a=b+c|0;if((c|0)>0&(a|0)<(b|0)|(a|0)<0){ia()|0;bb(12);return -1}k[t>>2]=a;if((a|0)>(ha()|0)?(ga()|0)==0:0){bb(12);k[t>>2]=b;return -1}return b|0}function Xu(a){a=a|0;var b=0,c=0,d=0,e=0;e=r;r=r+32|0;b=e+16|0;c=e+12|0;d=e;k[d>>2]=a;k[d+4>>2]=172;k[d+8>>2]=0;if((k[a>>2]|0)!=-1){k[b>>2]=d;k[c>>2]=b;cs(a,c)}r=e;return (k[a+4>>2]|0)+-1|0}function Yu(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=d+16|0;d=1;while(1){if(d>>>0>=c>>>0)break;ww(e,uc(a,Tm(b,d)|0)|0);d=d+1|0}return}function Zu(a,b){a=a|0;b=b|0;var c=0;c=mG(k[a+4>>2]|0)|0;b=Xf(a,Tm(b,1)|0)|0;k[c+8>>2]=b;b=kz(k[a+44>>2]|0,b)|0;k[c+4>>2]=b;return c|0}function _u(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=d+8|0;d=2;while(1){if(d>>>0>=c>>>0)break;ww(e,uc(a,Tm(b,d)|0)|0);d=d+1|0}return}function $u(a,b){a=a|0;b=b|0;var c=0,d=0;if((k[a+12>>2]|0)>>>0<b>>>0)Zv(a,b);d=a+8|0;c=a+4|0;a=k[d>>2]|0;while(1){if(a>>>0>=b>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=0;a=a+1|0}k[d>>2]=b;return}function av(a,b){a=a|0;b=b|0;var c=0,d=0;c=PE(k[a+4>>2]|0)|0;d=(Sp(b)|0)+8|0;if((k[d>>2]|0)>>>0>1){d=uc(a,Tm(b,1)|0)|0;k[c+8>>2]=d}return c|0}function bv(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+44|0;d=k[c>>2]|0;if((d|0)==(k[a+48>>2]|0))Lm(a+40|0,b);else{k[d>>2]=k[b>>2];k[c>>2]=(k[c>>2]|0)+4}return}function cv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;f=r;r=r+112|0;d=f;e=d;g=e+112|0;do{k[e>>2]=0;e=e+4|0}while((e|0)<(g|0));k[d+32>>2]=31;k[d+44>>2]=a;k[d+76>>2]=-1;k[d+84>>2]=a;g=Kc(d,b,c)|0;r=f;return g|0}function dv(a){a=a|0;var b=0;b=MG(a)|0;if(!(+Je(+p[b>>3],1.0)==0.0))Ra(30451,36449,229,30477);b=MG(a)|0;b=~~+p[b>>3];a=MG(a)|0;if(+(b|0)==+p[a>>3])return b|0;else Ra(30488,36449,231,30477);return 0}function ev(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;qm(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function fv(a){a=a|0;if((k[a+40>>2]|0)==(k[a+4>>2]|0)){CD(a);Rn(a);pu(k[a>>2]|0);return}else Ra(14465,14424,141,14494)}function gv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=eI(4)|0;return Cr(Cr(Cr(Cr(d,ZG(47276)|0)|0,a)|0,b)|0,c)|0}function hv(a,b,c){a=a|0;b=b|0;c=c|0;a=dz(a)|0;k[a+8>>2]=2;k[a+12>>2]=k[b>>2];is(a+16|0,c);eC(a);return a|0}function iv(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;c=b+8|0;d=k[c>>2]|0;f=d+-8|0;e=k[f+4>>2]|0;b=a;k[b>>2]=k[f>>2];k[b+4>>2]=e;b=0;while(1){if((b|0)==-1)break;f=b+-1|0;k[c>>2]=d+(f<<3);b=f}return}function jv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=c+60|0;c=b+4|0;while(1){if(!(k[d>>2]|0))break;OG(a,k[b>>2]|0,i[c>>0]|0)}return}function kv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+CF(b);c=d<=+CF(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+BF(b);c=d<=+BF(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function lv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+CF(b);c=d>=+CF(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+BF(b);c=d>=+BF(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function mv(a){a=a|0;var b=0,c=0;b=fB(20)|0;c=a+4|0;k[b>>2]=3288;a=b+4|0;k[a>>2]=k[c>>2];k[a+4>>2]=k[c+4>>2];k[a+8>>2]=k[c+8>>2];k[a+12>>2]=k[c+12>>2];return b|0}function nv(a,b){a=a|0;b=b|0;var c=0,d=0;if((k[a+12>>2]|0)>>>0<b>>>0)Vv(a,b);d=a+8|0;c=a+4|0;a=k[d>>2]|0;while(1){if(a>>>0>=b>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=0;a=a+1|0}k[d>>2]=b;return}function ov(a){a=a|0;if(!a)return;else{ov(k[a>>2]|0);ov(k[a+4>>2]|0);SK(a);return}}function pv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+CF(b);c=d<+CF(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+BF(b);c=d<+BF(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function qv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0.0;if((k[b>>2]|0)==3){d=+CF(b);c=d>+CF(c)&1;k[a>>2]=1;k[a+8>>2]=c}else{d=+BF(b);c=d>+BF(c)&1;k[a>>2]=1;k[a+8>>2]=c}return}function rv(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;fk(a+16|0,d);return}function sv(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}SK(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function tv(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a>>2]|0;if(b|0){c=a+4|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}SK(b);k[a+8>>2]=0;k[c>>2]=0;k[a>>2]=0}return}function uv(a){a=a|0;var b=0,c=0,d=0;d=a+4|0;c=k[d>>2]|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;QK(k[b>>2]|0);b=b+4|0}b=k[a>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=a+-4|0;k[d>>2]=c;a=c}return}function vv(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0,g=0;d=a+84|0;f=k[d>>2]|0;g=c+256|0;e=kk(f,g)|0;e=(e|0)==0?g:e-f|0;c=e>>>0<c>>>0?e:c;Qq(b|0,f|0,c|0)|0;k[a+4>>2]=f+c;b=f+e|0;k[a+8>>2]=b;k[d>>2]=b;return c|0}function wv(a,b){a=a|0;b=b|0;var c=0;k[a+24>>2]=b;k[a+16>>2]=(b|0)==0&1;k[a+20>>2]=0;k[a+4>>2]=4098;k[a+12>>2]=0;k[a+8>>2]=6;c=a+28|0;b=a+32|0;a=b+40|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(a|0));JE(c);return}function xv(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+100|0;b=k[c>>2]|0;d=b;if((b|0)==(k[a+96>>2]|0))Ra(21803,19332,1668,21830);b=k[d+-4>>2]|0;a=0;while(1){if((a|0)==-1)break;e=a+-1|0;k[c>>2]=d+(e<<2);a=e}return b|0}function yv(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;Ez(d)}a=k[a>>2]|0;if(a|0)SK(a);return}function zv(a){a=+a;var b=0,c=0;c=eI(2)|0;c=Cr(c,ZG(47320)|0)|0;b=Gm()|0;lo(b);k[b>>2]=1;p[b+8>>3]=a;return Cr(c,b)|0}function Av(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Pd(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function Bv(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;c=Zd(b,c,d,e,4)|0;if(!(k[d>>2]&4))k[a>>2]=c+-1900;return}function Cv(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+52|0;do if(b){d=k[c>>2]|0;a=k[b+4>>2]|0;if((d|0)==5){k[c>>2]=a;break}if(!((a|0)==5|(d|0)==(a|0)))k[c>>2]=0}else k[c>>2]=0;while(0);return}function Dv(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Ly(d+-12|0)}a=k[a>>2]|0;if(a|0)SK(a);return}function Ev(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Ky(d+-12|0)}a=k[a>>2]|0;if(a|0)SK(a);return}function Fv(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-24|0;k[c>>2]=d;Ez(d)}SK(k[a>>2]|0)}return}function Gv(a,b,c){a=a|0;b=b|0;c=c|0;a=zy(a)|0;k[a+4>>2]=1;k[a+24>>2]=k[b>>2];is(a+8|0,c);return a|0}function Hv(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Vv(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=k[b>>2];k[d>>2]=(k[d>>2]|0)+1;return}function Iv(a,b){a=a|0;b=b|0;a=a+4|0;k[b>>2]=3288;b=b+4|0;k[b>>2]=k[a>>2];k[b+4>>2]=k[a+4>>2];k[b+8>>2]=k[a+8>>2];k[b+12>>2]=k[a+12>>2];return}function Jv(a){a=a|0;var b=0,c=0,d=0;c=fB(64)|0;k[c>>2]=3112;d=c+4|0;a=a+4|0;b=d+60|0;do{k[d>>2]=k[a>>2];d=d+4|0;a=a+4|0}while((d|0)<(b|0));return c|0}function Kv(a,b){a=a|0;b=b|0;a=a+140|0;if(!(_t(a,b)|0))Ra(17901,14385,1553,17930);else{b=mr(a,b)|0;return k[b>>2]|0}return 0}function Lv(a){a=a|0;var b=0,c=0,d=0;d=r;r=r+16|0;b=d;k[b>>2]=a;c=k[11797]|0;if((c|0)==(k[11798]|0))Lm(47184,b);else{k[c>>2]=a;k[11797]=(k[11797]|0)+4}r=d;return}function Mv(a,b){a=a|0;b=b|0;a=a+52|0;if(!(_t(a,b)|0))Ra(18979,14385,1414,19008);else{b=mr(a,b)|0;return k[b>>2]|0}return 0}function Nv(a){a=a|0;var b=0;b=k[a+4>>2]|0;if(!b)while(1){b=k[a+8>>2]|0;if((k[b>>2]|0)==(a|0))break;else a=b}else while(1){a=k[b>>2]|0;if(!a)break;else b=a}return b|0}function Ov(a){a=a|0;bo(k[a+4>>2]|0);return}function Pv(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Ly(d+-12|0)}SK(k[a>>2]|0)}return}function Qv(a,b){a=a|0;b=b|0;a=a+176|0;if(!(_t(a,b)|0))Ra(27615,14385,1556,27640);else{b=mr(a,b)|0;return k[b>>2]|0}return 0}function Rv(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;k[c>>2]=d+-16;Ky(d+-12|0)}SK(k[a>>2]|0)}return}function Sv(a,b){a=a|0;b=b|0;var c=0,d=0;c=i[b+11>>0]|0;d=c<<24>>24<0;return Bj(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)|0}function Tv(a,b){a=a|0;b=b|0;a=a+152|0;if(!(_t(a,b)|0))Ra(18853,14385,1554,18876);else{b=mr(a,b)|0;return k[b>>2]|0}return 0}function Uv(a,b){a=a|0;b=b|0;a=a+164|0;if(!(_t(a,b)|0))Ra(27582,14385,1555,27605);else{b=mr(a,b)|0;return k[b>>2]|0}return 0}function Vv(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;ZD(a,b);b=a+8|0;a=0;while(1){if(a>>>0>=(k[b>>2]|0)>>>0)break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function Wv(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return od(a,k[b>>2]|0,k[c>>2]|0,d,e,f,41833,41841)|0}function Xv(a){a=a|0;var b=0,c=0,d=0;d=a+8|0;b=k[a+12>>2]|0;a=k[d>>2]|0;while(1){if((a|0)==(b|0))break;c=k[a>>2]|0;if(c|0)ec[k[(k[c>>2]|0)+4>>2]&255](c);a=a+4|0}Ky(d);return}function Yv(a,b){a=a|0;b=b|0;var c=0;k[b>>2]=3112;c=b+4|0;b=a+4|0;a=c+60|0;do{k[c>>2]=k[b>>2];c=c+4|0;b=b+4|0}while((c|0)<(a|0));return}function Zv(a,b){a=a|0;b=b|0;var c=0,d=0;c=a+4|0;d=k[c>>2]|0;ZD(a,b);b=k[a+8>>2]|0;a=0;while(1){if((a|0)==(b|0))break;k[(k[c>>2]|0)+(a<<2)>>2]=k[d+(a<<2)>>2];a=a+1|0}return}function _v(a){a=a|0;ep(k[a+4>>2]|0);return}function $v(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return pd(a,k[b>>2]|0,k[c>>2]|0,d,e,f,9868,9900)|0}function aw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0,f=0;d=a;a=b-a>>2;while(1){if(!a)break;b=(a|0)/2|0;f=d+(b<<2)|0;e=(k[f>>2]|0)>>>0<c>>>0;d=e?f+4|0:d;a=e?a+-1-b|0:b}return d|0}function bw(a){a=a|0;var b=0,c=0,d=0;b=k[a+4>>2]|0;c=a+8|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;AD(d)}a=k[a>>2]|0;if(a|0)SK(a);return}function cw(a){a=a|0;var b=0,c=0,d=0;b=r;r=r+16|0;d=b+12|0;c=b;Ci(c,a);bE(d,(i[c+11>>0]|0)<0?k[c>>2]|0:c,0);a=k[d>>2]|0;UG(c);r=b;return a|0}function dw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;cn(d,k[a+16>>2]|0);i[d+20>>0]=1;ne(d,c);r=b;return}function ew(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Qd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function fw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Rd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function gw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return $d(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function hw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ae(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function iw(a){a=a|0;var b=0,c=0,d=0;b=k[a>>2]|0;if(b|0){c=a+4|0;while(1){d=k[c>>2]|0;if((d|0)==(b|0))break;d=d+-40|0;k[c>>2]=d;AD(d)}SK(k[a>>2]|0)}return}function jw(a){a=a|0;var b=0;b=eI(3)|0;a=Cr(Cr(b,ZG(47336)|0)|0,a)|0;return Cr(a,eI(0)|0)|0}function kw(a){a=a|0;var b=0,c=0,d=0,e=0;c=a+32|0;d=a+36|0;b=k[a+40>>2]|0;while(1){if(!b)break;e=b+-1|0;ic[k[(k[c>>2]|0)+(e<<2)>>2]&15](0,a,k[(k[d>>2]|0)+(e<<2)>>2]|0);b=e}return}function lw(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)ap(b);i[a>>0]=1}return}function mw(a,b){a=a|0;b=b|0;i[a>>0]=0;k[a+4>>2]=b;b=b+(k[(k[b>>2]|0)+-12>>2]|0)|0;if(!(k[b+16>>2]|0)){b=k[b+72>>2]|0;if(b|0)bp(b);i[a>>0]=1}return}function nw(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=c-b|0;a=e;e=b;while(1){if((e|0)==(c|0))break;g=k[e>>2]|0;i[a>>0]=g>>>0<128?g&255:d;a=a+1|0;e=e+4|0}return b+(f>>>2<<2)|0}function ow(a){a=a|0;var b=0;b=eI(2)|0;b=Cr(b,ZG(47284)|0)|0;if(nI(a)|0)a=nH()|0;return Cr(b,a)|0}function pw(a){a=a|0;var b=0;b=eI(3)|0;a=Cr(Cr(b,ZG(47316)|0)|0,a)|0;return Cr(a,eI(0)|0)|0}function qw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Vd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function rw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Xd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function sw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Yd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function tw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return de(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function uw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return fe(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function vw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ge(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function ww(a,b){a=a|0;b=b|0;var c=0,d=0;d=a+8|0;c=k[d>>2]|0;if((c|0)==(k[a+12>>2]|0)){Zv(a,(c<<1)+2|0);c=k[d>>2]|0}k[(k[a+4>>2]|0)+(c<<2)>>2]=b;k[d>>2]=c+1;return}function xw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){Qq(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>3<<3)}return}function yw(){var a=0,b=0,c=0;b=r;r=r+16|0;a=b;Ya(1,a|0)|0;c=k[a>>2]|0;a=k[a+4>>2]|0;c=aB(c|0,((c|0)<0)<<31>>31|0,1e9,0)|0;a=nG(c|0,N|0,a|0,((a|0)<0)<<31>>31|0)|0;r=b;return a|0}function zw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return Wd(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Aw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return _d(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Bw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return ee(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Cw(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return he(k[b>>2]|0,k[c>>2]|0,d,e,f)|0}function Dw(a,b){a=a|0;b=b|0;var c=0,d=0,e=0,f=0;f=a&65535;e=b&65535;c=aa(e,f)|0;d=a>>>16;a=(c>>>16)+(aa(e,d)|0)|0;e=b>>>16;b=aa(e,f)|0;return (N=(a>>>16)+(aa(e,d)|0)+(((a&65535)+b|0)>>>16)|0,a+b<<16|c&65535|0)|0}function Ew(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=Pp(a,b)|0;return Cx(d,Pt(a,b,c)|0)|0}function Fw(a){a=+a;var b=0,c=0,d=0;p[u>>3]=a;b=k[u>>2]|0;c=k[u+4>>2]|0;d=c&2147483647;if(d>>>0>2146435072|(d|0)==2146435072&b>>>0>0){N=c&1048575;return b|0}else Ra(23576,14385,288,27685);return 0}function Gw(a){a=a|0;var b=0,c=0;if(!(i[a+8>>0]|0)){c=a+4|0;b=(k[c>>2]|0)+-1|0;k[c>>2]=b;fA(k[a>>2]|0,b)}dy(k[a>>2]|0,41)|0;return}function Hw(a){a=a|0;var b=0,c=0;b=k[k[a>>2]>>2]|0;a=k[b+4>>2]|0;c=k[b+8>>2]|0;b=(k[b>>2]|0)+(c>>1)|0;if(c&1)a=k[(k[b>>2]|0)+a>>2]|0;ec[a&255](b);return}function Iw(a,b){a=+a;b=+b;var c=0,d=0;p[u>>3]=a;d=k[u>>2]|0;c=k[u+4>>2]|0;p[u>>3]=b;c=k[u+4>>2]&-2147483648|c&2147483647;k[u>>2]=d;k[u+4>>2]=c;return +(+p[u>>3])}function Jw(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;d=a+4|0;a=c-b|0;if((a|0)>0){Qq(k[d>>2]|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+(a>>2<<2)}return}function Kw(a){a=+a;var b=0,c=0;p[u>>3]=a;b=k[u+4>>2]|0;c=b&2146435072;if(!(c>>>0>1126170624|(c|0)==1126170624&0>0)){b=(b|0)<0;a=b?a+-4503599627370496.0+4503599627370496.0:a+4503599627370496.0+-4503599627370496.0;if(a==0.0)a=b?-0.0:0.0}return +a}function Lw(a,b){a=a|0;b=b|0;a=a+140|0;if(!(_t(a,b)|0))a=0;else{a=mr(a,b)|0;a=k[a>>2]|0}return a|0}function Mw(a,b){a=a|0;b=b|0;rj(a,k[(k[b+8>>2]|0)+4>>2]|0,b,16557);rj(a,k[(k[b+12>>2]|0)+4>>2]|0,b,16583);return}function Nw(a,b){a=a|0;b=b|0;zj(a,k[b+16>>2]|0,k[b+4>>2]|0,l[b+8>>0]|0);Wi(a,k[(k[b+20>>2]|0)+4>>2]|0,b);return}function Ow(a){a=a|0;var b=0;b=gh(a,36)|0;k[b>>2]=5;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;k[b+4>>2]=5;return b|0}function Pw(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+12>>2]=0;k[a+16>>2]=d;if(!b)d=0;else d=fB(b)|0;k[a>>2]=d;c=d+c|0;k[a+8>>2]=c;k[a+4>>2]=c;k[a+12>>2]=d+b;return}function Qw(a,b){a=a|0;b=b|0;var c=0;c=NJ(a,0)|0;if(RE(k[c>>2]|0,47252)|0){c=NJ(a,1)|0;Cr(k[c>>2]|0,b)|0;return}else Ra(32203,36449,1362,32221)}function Rw(a,b){a=a|0;b=b|0;var c=0;c=NJ(a,0)|0;if(RE(k[c>>2]|0,47572)|0){c=NJ(a,1)|0;Cr(k[c>>2]|0,b)|0;return}else Ra(32078,36449,1644,32096)}function Sw(a,b){a=a|0;b=b|0;var c=0;eA(a);c=a+16|0;k[c>>2]=0;k[c+4>>2]=0;k[c+8>>2]=0;k[c+12>>2]=0;k[c+16>>2]=0;k[c+20>>2]=0;k[a>>2]=2992;k[a+40>>2]=b;return}function Tw(a,b){a=a|0;b=b|0;var c=0;c=NJ(a,0)|0;if(RE(k[c>>2]|0,47316)|0){c=NJ(a,2)|0;Cr(k[c>>2]|0,b)|0;return}else Ra(31782,36449,1447,31798)}function Uw(a,b){a=a|0;b=b|0;a=a+176|0;if(!(_t(a,b)|0))a=0;else{a=mr(a,b)|0;a=k[a>>2]|0}return a|0}function Vw(a,b){a=a|0;b=b|0;var c=0,d=0;if((a|0)!=(b|0)){c=i[b+11>>0]|0;d=c<<24>>24<0;Pm(a,d?k[b>>2]|0:b,d?k[b+4>>2]|0:c&255)}return}function Ww(a,b){a=a|0;b=b|0;hc[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=SF(k[b>>2]|0,51496)|0;k[a+36>>2]=b;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function Xw(a,b){a=a|0;b=b|0;hc[k[(k[a>>2]|0)+24>>2]&127](a)|0;b=SF(k[b>>2]|0,51488)|0;k[a+36>>2]=b;b=(hc[k[(k[b>>2]|0)+28>>2]&127](b)|0)&1;i[a+44>>0]=b;return}function Yw(a){a=a|0;var b=0,c=0,d=0;b=fB(12)|0;k[b>>2]=3200;d=a+4|0;c=k[d+4>>2]|0;a=b+4|0;k[a>>2]=k[d>>2];k[a+4>>2]=c;return b|0}function Zw(a){a=a|0;var b=0,c=0,d=0;b=fB(12)|0;k[b>>2]=3156;d=a+4|0;c=k[d+4>>2]|0;a=b+4|0;k[a>>2]=k[d>>2];k[a+4>>2]=c;return b|0}function _w(a){a=a|0;Ey(a+52|0);Ky(a+40|0);Ky(a+20|0);Ky(a+8|0);return}function $w(a,b){a=a|0;b=b|0;a=a+152|0;if(!(_t(a,b)|0))a=0;else{a=mr(a,b)|0;a=k[a>>2]|0}return a|0}function ax(a,b){a=a|0;b=b|0;a=a+188|0;if(!(_t(a,b)|0))a=0;else{a=mr(a,b)|0;a=k[a>>2]|0}return a|0}function bx(a,b){a=a|0;b=b|0;a=a+164|0;if(!(_t(a,b)|0))a=0;else{a=mr(a,b)|0;a=k[a>>2]|0}return a|0}function cx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;k[a+32>>2]=d;Ml(a+16+-16+16|0,d+36|0);return}function dx(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;var f=0,g=0;f=r;r=r+16|0;g=f;k[g>>2]=e;e=JG(c)|0;c=wl(a,b,d,g)|0;if(e|0)JG(e)|0;r=f;return c|0}function ex(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=b;b=a+4|0;k[b>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;ys(b,d);if(d|0)jx(k[b>>2]|0,c|0,d|0)|0;return}function fx(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-8|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)SK(a);return}function gx(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-16|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)SK(a);return}function hx(a){a=a|0;var b=0;xA(k[a+8>>2]|0);b=k[a>>2]|0;k[a>>2]=0;if(b|0)SK(b);return}function ix(a){a=a|0;var b=0;a=a+8|0;b=JG(k[a>>2]|0)|0;if(b|0)JG(b)|0;a=k[a>>2]|0;if(a){a=JG(a)|0;if(!a)a=0;else{JG(a)|0;a=0}}else a=1;return a|0}function jx(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if((b|0)<(a|0)&(a|0)<(b+c|0)){d=a;b=b+c|0;a=a+c|0;while((c|0)>0){a=a-1|0;b=b-1|0;c=c-1|0;i[a>>0]=i[b>>0]|0}a=d}else Qq(a,b,c)|0;return a|0}function kx(a){a=a|0;To(k[a+4>>2]|0);return}function lx(a){a=a|0;var b=0,c=0;b=a+16|0;c=k[b>>2]|0;if((c|0)!=(a|0)){if(c|0)ec[k[(k[c>>2]|0)+20>>2]&255](c)}else ec[k[(k[c>>2]|0)+16>>2]&255](c);k[b>>2]=0;return}function mx(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;if((a|0)==(k[b+8>>2]|0))tm(b,c,d,e);return}function nx(a,b){a=a|0;b=b|0;var c=0;k[a>>2]=b;vC(a+12|0);c=a+40|0;k[c>>2]=0;k[a+4>>2]=0;k[a+8>>2]=b;b=0;while(1){if(b|0)break;b=Gf(a)|0;k[c>>2]=b}return}function ox(a){a=a|0;if((i[46616]|0)==0?WH(46616)|0:0){k[12648]=0;k[12649]=0;k[12650]=0;np(50592,8656,IG(8656)|0);Fb(180,50592,x|0)|0}return 50592}function px(a){a=a|0;if((i[46624]|0)==0?WH(46624)|0:0){k[12651]=0;k[12652]=0;k[12653]=0;np(50604,8692,IG(8692)|0);Fb(180,50604,x|0)|0}return 50604}function qx(a){a=a|0;if((i[46632]|0)==0?WH(46632)|0:0){k[12654]=0;k[12655]=0;k[12656]=0;np(50616,8740,IG(8740)|0);Fb(180,50616,x|0)|0}return 50616}function rx(a){a=a|0;if((i[46608]|0)==0?WH(46608)|0:0){k[12645]=0;k[12646]=0;k[12647]=0;np(50580,8620,IG(8620)|0);Fb(180,50580,x|0)|0}return 50580}function sx(a,b){a=a|0;b=b|0;var c=0;k[b>>2]=3200;c=a+4|0;a=k[c+4>>2]|0;b=b+4|0;k[b>>2]=k[c>>2];k[b+4>>2]=a;return}function tx(a,b){a=a|0;b=b|0;var c=0;k[b>>2]=3156;c=a+4|0;a=k[c+4>>2]|0;b=b+4|0;k[b>>2]=k[c>>2];k[b+4>>2]=a;return}function ux(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;b=r;r=r+32|0;d=b;cn(d,k[a+16>>2]|0);ne(d,c);r=b;return}function vx(a){a=a|0;var b=0;switch(a|0){case 0:{b=18307;break}case 1:{b=18312;break}case 2:{b=18316;break}case 3:{b=18320;break}case 4:{b=18324;break}case 5:{b=34015;break}default:{}}return b|0}function wx(a){a=a|0;var b=0,c=0;switch(k[a>>2]|0){case 1:{c=k[a+8>>2]|0;b=((c|0)<0)<<31>>31;break}case 2:{c=a+8|0;b=k[c+4>>2]|0;c=k[c>>2]|0;break}default:Ka()}N=b;return c|0}function xx(){var a=0,b=0,c=0;b=r;r=r+16|0;c=b;Yf(c,k[11802]|0);a=DE((i[c+11>>0]|0)<0?k[c>>2]|0:c)|0;UG(c);r=b;return a|0}function yx(a,b){a=a|0;b=b|0;var c=0,d=0;d=k[(k[b+12>>2]|0)+4>>2]|0;if((d|0)!=5?(c=k[(k[b+16>>2]|0)+4>>2]|0,(c|0)!=5):0)Vi(a,d,c,b);return}function zx(a,b){a=a|0;b=b|0;var c=0;c=eI(3)|0;return Cr(Cr(Cr(c,ZG(47312)|0)|0,a)|0,b)|0}function Ax(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=m[11404+(a<<1)>>1]|0;else a=0;j[d>>1]=a;d=d+2|0;b=b+4|0}return c|0}function Bx(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-4|0;k[c>>2]=e;d=e}a=k[a>>2]|0;if(a|0)SK(a);return}function Cx(a,b){a=a|0;b=b|0;var c=0;c=eI(3)|0;return Cr(Cr(Cr(c,ZG(47296)|0)|0,a)|0,b)|0}function Dx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0>=128)break;if(!((j[11404+(a<<1)>>1]&b)<<16>>16))break;c=c+4|0}return c|0}function Ex(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;if((k[a+8>>2]|0)==0?(tq(a)|0)!=0:0)a=-1;else if(($b[k[a+32>>2]&31](a,b,1)|0)==1)a=l[b>>0]|0;else a=-1;r=c;return a|0}function Fx(a,b){a=a|0;b=b|0;DA(k[a>>2]|0,35421)|0;dy(Xs(a,k[b+8>>2]|0)|0,41)|0;return}function Gx(a){a=a|0;var b=0;b=gh(a,36)|0;i[b>>0]=1;k[b+4>>2]=a;a=b+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[b+28>>2]=-1;k[b+32>>2]=-1;return b|0}function Hx(a){a=a|0;oq(k[a+4>>2]|0);return}function Ix(a,b){a=a|0;b=b|0;var c=0;c=eI(3)|0;return Cr(Cr(Cr(c,ZG(47300)|0)|0,b)|0,a)|0}function Jx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=JG(b)|0;b=Op(a,c,f)|0;if(d|0)JG(d)|0;r=e;return b|0}function Kx(a){a=a|0;uq(k[a+4>>2]|0);return}function Lx(a){a=a|0;vq(k[a+4>>2]|0);return}function Mx(a){a=a|0;if((i[46544]|0)==0?WH(46544)|0:0){k[12448]=0;k[12449]=0;k[12450]=0;dr(49792,41539,11);Fb(176,49792,x|0)|0}return 49792}function Nx(a){a=a|0;if((i[46552]|0)==0?WH(46552)|0:0){k[12451]=0;k[12452]=0;k[12453]=0;dr(49804,41551,20);Fb(176,49804,x|0)|0}return 49804}function Ox(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;e=r;r=r+16|0;d=e;k[d>>2]=k[c>>2];a=$b[k[(k[a>>2]|0)+16>>2]&31](a,b,d)|0;if(a)k[c>>2]=k[d>>2];r=e;return a&1|0}function Px(){var a=0,b=0;a=OA()|0;if((a|0?(b=k[a>>2]|0,b|0):0)?(a=b+48|0,(k[a>>2]&-256|0)==1126902528?(k[a+4>>2]|0)==1129074247:0):0)pH(k[b+12>>2]|0);pH(HJ()|0)}function Qx(a){a=a|0;if((i[46536]|0)==0?WH(46536)|0:0){k[12445]=0;k[12446]=0;k[12447]=0;dr(49780,41530,8);Fb(176,49780,x|0)|0}return 49780}function Rx(a){a=a|0;if((i[46528]|0)==0?WH(46528)|0:0){k[12442]=0;k[12443]=0;k[12444]=0;dr(49768,41521,8);Fb(176,49768,x|0)|0}return 49768}function Sx(a,b,c){a=a|0;b=b|0;c=c|0;if((k[11891]|0)==(b|0))c=vu(a,c)|0;else c=ni(a,b,c)|0;return c|0}function Tx(a){a=a|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;un(a,1);return}function Ux(a){a=a|0;var b=0;b=i[w+(a&255)>>0]|0;if((b|0)<8)return b|0;b=i[w+(a>>8&255)>>0]|0;if((b|0)<8)return b+8|0;b=i[w+(a>>16&255)>>0]|0;if((b|0)<8)return b+16|0;return (i[w+(a>>>24)>>0]|0)+24|0}function Vx(a,b){a=a|0;b=b|0;if(!b)Ra(14737,14385,82,45145);else return MC(dy(a,36)|0,b)|0;return 0}function Wx(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+32|0;d=c;ks(d,b);qh(d,a);Ez(d);r=c;return}function Xx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Om(a,c,d);return}function Yx(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>536870911)oJ();else{c=fB(b<<3)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<3);return}}function Zx(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;Qo(a,c,d);return}function _x(a,b){a=a|0;b=b|0;a=Il(a,b)|0;if(!a)a=8;else a=k[a+12>>2]|0;return a|0}function $x(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=r;r=r+16|0;c=e;k[c>>2]=d;b=JG(b)|0;c=cv(a,41092,c)|0;if(b|0)JG(b)|0;r=e;return c|0}function ay(a,b){a=a|0;b=b|0;var c=0;if(b>>>0>1073741823)oJ();else{c=fB(b<<2)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+(b<<2);return}}function by(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-8|0;k[a>>2]=d;b=d}SK(c)}return}function cy(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-16|0;k[a>>2]=d;b=d}SK(c)}return}function dy(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;b=Bj(a,d,1)|0;r=c;return b|0}function ey(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{k[b>>2]=0;b=(k[c>>2]|0)+4|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function fy(a,b,c){a=a|0;b=b|0;c=c|0;a=a+-16+16|0;while(1){if((b|0)==(c|0))break;Uy(a,k[b>>2]|0);b=b+4|0}return}function gy(a){a=+a;var b=0,c=0,d=0;b=(o[u>>2]=a,k[u>>2]|0);c=(b>>>23&255)+-118|0;if((c|0)<=31?(d=(c|0)<9?2147483647:-1>>>c,(d&b|0)!=0):0)a=(k[u>>2]=b&~d,+o[u>>2]);return +a}function hy(a){a=a|0;Bp(k[a+4>>2]|0);return}function iy(a){a=a|0;var b=0,c=0;c=a<<24>>24;do if((a+-48&255)>=10){if((a+-97&255)<6){b=c+-87|0;break}if((a+-65&255)<6){b=c+-55|0;break}else Ka()}else b=c+-48|0;while(0);return b|0}function jy(){k[11911]=0;k[11912]=0;k[11913]=0;k[11914]=0;k[11915]=0;k[11916]=0;k[11917]=0;k[11918]=0;Fb(166,47644,x|0)|0;Ue(47676,36350);Fb(163,47676,x|0)|0;return}function ky(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+O(+(+CF(b)));o[a+8>>2]=c;b=3}else{c=+O(+(+BF(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function ly(a,b){a=a|0;b=b|0;var c=0;a:do if(a>>>0<4)c=1;else switch(a|0){case 4:{c=b?3:1;break a}case 8:{c=b?4:2;break a}default:Ka()}while(0);return c|0}function my(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+LK(+CF(b));o[a+8>>2]=c;b=3}else{c=+OK(+BF(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function ny(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;k[a+36>>2]=c;Uy(a+16|0,d);return}function oy(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+Q(+(+CF(b)));o[a+8>>2]=c;b=3}else{c=+Q(+(+BF(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function py(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+$(+(+CF(b)));o[a+8>>2]=c;b=3}else{c=+$(+(+BF(b)));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function qy(a,b){a=a|0;b=b|0;dy(a,34)|0;MC(a,b)|0;return dy(a,34)|0}function ry(a,b){a=a|0;b=b|0;var c=0,d=0,e=0;k[a+104>>2]=b;c=k[a+8>>2]|0;d=k[a+4>>2]|0;e=c-d|0;k[a+108>>2]=e;if((b|0)!=0&(e|0)>(b|0))k[a+100>>2]=d+b;else k[a+100>>2]=c;return}function sy(){k[11754]=0;k[11755]=0;k[11756]=0;i[47144]=0;PA();Dz(28);return}function ty(a){a=a|0;Zq(k[a+4>>2]|0);return}function uy(a,b){a=a|0;b=b|0;var c=0,d=0;b=a+44|0;c=k[b>>2]|0;a=0;while(1){if((a|0)==-1)break;d=a+-1|0;k[b>>2]=c+(d<<2);a=d}return}function vy(a){a=a|0;var b=0;eA(a);b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=3072;return}function wy(a){a=a|0;var b=0;b=gh(a,32)|0;k[b>>2]=8;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function xy(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((c|0)==(d|0)){c=d;break}a=k[c>>2]|0;if(a>>>0<128?(j[11404+(a<<1)>>1]&b)<<16>>16:0)break;c=c+4|0}return c|0}function yy(a,b){a=a|0;b=b|0;var c=0;c=BG(k[a+4>>2]|0)|0;b=uc(a,Tm(b,1)|0)|0;k[c+8>>2]=b;return c|0}function zy(a){a=a|0;var b=0;b=gh(a,28)|0;k[b>>2]=7;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function Ay(a,b){a=a|0;b=b|0;var c=0,d=0;c=r;r=r+16|0;d=c;i[d>>0]=b;Bj(a,d,1)|0;r=c;return}function By(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;lK(c);Wx(a+88|0,b);vJ(a+32|0);vH(c);return}function Cy(a,b,c){a=a|0;b=b|0;c=c|0;Gt(a,b);ks(a+16|0,c);return}function Dy(a){a=a|0;var b=0;switch(a<<24>>24|0){case 105:{b=1;break}case 106:{b=2;break}case 102:{b=3;break}case 100:{b=4;break}case 118:{b=0;break}default:Ka()}return b|0}function Ey(a){a=a|0;ir(k[a+4>>2]|0);return}function Fy(a){a=a|0;var b=0,c=0,d=0,e=0;b=k[a+4>>2]|0;c=a+8|0;d=k[c>>2]|0;while(1){if((d|0)==(b|0))break;e=d+-1|0;k[c>>2]=e;d=e}SK(k[a>>2]|0);return}function Gy(){var a=0;a=eI(2)|0;a=Cr(a,ZG(47244)|0)|0;return Cr(a,eI(0)|0)|0}function Hy(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);if((b&2147483647)>>>0>2139095040)return +(k[u>>2]=b|4194304,+o[u>>2]);else Ra(23576,14385,295,23610);return +(0.0)}function Iy(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+84>>2]|0;d=(k[a+88>>2]|0)-c>>2;a=d+~b|0;if(a>>>0<d>>>0)return k[c+(a<<2)>>2]|0;else Ra(20657,19332,1913,20708);return 0}function Jy(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);switch((b>>>23&255)<<24>>24){case 0:{b=b&2147483647|0?3:2;break}case -1:{b=(b&8388607|0)==0&1;break}default:b=4}return b|0}function Ky(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-4|0;k[a>>2]=d;b=d}SK(c)}return}function Ly(a){a=a|0;var b=0,c=0,d=0;c=k[a>>2]|0;if(c|0){a=a+4|0;b=k[a>>2]|0;while(1){if((b|0)==(c|0))break;d=b+-1|0;k[a>>2]=d;b=d}SK(c)}return}function My(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+gy(+CF(b));o[a+8>>2]=c;b=3}else{c=+Ur(+BF(b));p[a+8>>3]=c;b=4}k[a>>2]=b;return}function Ny(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=((c|0)<0)<<31>>31;return}else Ra(18602,14385,378,22930)}function Oy(){var a=0;a=eI(2)|0;a=Cr(a,ZG(47576)|0)|0;return Cr(a,eI(0)|0)|0}function Py(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((a|0)==(k[b+8>>2]|0))Pq(b,c,d);return}function Qy(a){a=a|0;var b=0;b=gh(a,28)|0;k[b>>2]=6;k[b+4>>2]=0;k[b+8>>2]=a;a=b+12|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;return b|0}function Ry(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=c+8|0;ac[k[(k[b>>2]|0)+16>>2]&15](a,b,k[c>>2]|0,k[c+4>>2]|0,0,d);return}function Sy(){var a=0;a=eI(2)|0;a=Cr(a,ZG(47252)|0)|0;return Cr(a,eI(0)|0)|0}function Ty(){var a=0;a=eI(2)|0;a=Cr(a,ZG(47572)|0)|0;return Cr(a,eI(0)|0)|0}function Uy(a,b){a=a|0;b=b|0;k[a+16>>2]=b;a=a+-16|0;Pl(a+16|0,b+36|0);lu(a,b);return}function Vy(){var a=0;a=eI(2)|0;a=Cr(a,ZG(47268)|0)|0;return Cr(a,eI(0)|0)|0}function Wy(a){a=a|0;var b=0;switch(a|0){case 1:{b=105;break}case 2:{b=106;break}case 3:{b=102;break}case 4:{b=100;break}case 0:{b=118;break}default:Ka()}return b|0}function Xy(a){a=a|0;var b=0;switch(a|0){case 0:{b=1;break}case 1:{b=2;break}case 2:{b=4;break}case 3:{b=8;break}case 4:{b=16;break}case 5:{b=32;break}default:{}}return b|0}function Yy(a,b){a=a|0;b=b|0;var c=0;c=a+4|0;a=b;b=k[c>>2]|0;do{i[b>>0]=0;b=(k[c>>2]|0)+1|0;k[c>>2]=b;a=a+-1|0}while((a|0)!=0);return}function Zy(a){a=a|0;zr(k[a+4>>2]|0);return}function _y(a,b){a=a|0;b=b|0;a=k[(k[a+4>>2]|0)+36>>2]|0;fc[k[(k[a>>2]|0)+28>>2]&255](a,b);return}function $y(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[4652+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function az(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;if(a<<24>>24>-1)a=k[6188+(a<<24>>24<<2)>>2]&255;i[b>>0]=a;b=b+1|0}return c|0}function bz(a,b,c){a=a|0;b=b|0;c=c|0;if(a>>>0<=b>>>0&(a+4096|0)>>>0>=b>>>0){a=a+4096|0;if((b+(c+15&-16)|0)==(k[a>>2]|0))k[a>>2]=b}else Vc(b);return}function cz(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;f=a;k[f>>2]=0;k[f+4>>2]=0;f=a+8|0;k[f>>2]=-1;k[f+4>>2]=-1;return}function dz(a){a=a|0;var b=0;b=gh(a,32)|0;k[b>>2]=21;k[b+4>>2]=0;k[b+12>>2]=0;k[b+16>>2]=a;k[b+20>>2]=0;k[b+24>>2]=0;k[b+28>>2]=0;return b|0}function ez(a){a=a|0;var b=0;if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+4;a=k[a>>2]|0}return a|0}function fz(a){a=a|0;var b=0;if((hc[k[(k[a>>2]|0)+36>>2]&127](a)|0)==-1)a=-1;else{b=a+12|0;a=k[b>>2]|0;k[b>>2]=a+1;a=l[a>>0]|0}return a|0}function gz(a){a=a|0;var b=0;b=gh(a,28)|0;k[b>>2]=1;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=a;k[b+16>>2]=0;k[b+20>>2]=0;k[b+24>>2]=0;return b|0}function hz(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;while(1){if((b|0)==(c|0))break;a=i[b>>0]|0;i[e>>0]=a<<24>>24>-1?a:d;e=e+1|0;b=b+1|0}return c|0}function iz(a,b){a=a|0;b=b|0;k[a+16>>2]=b;$l(a,b+36|0);lq(a,b);return}function jz(a){a=a|0;bp(48824);ap(48908);bp(49160);ap(49244);return}function kz(a,b){a=a|0;b=b|0;var c=0,d=0;c=k[a+8>>2]|0;d=(k[a+12>>2]|0)-c>>2;if(d>>>0>b>>>0)a=c+(b<<2)|0;else a=(k[a+20>>2]|0)+(b-d<<2)|0;return k[a>>2]|0}function lz(a,b,c){a=a|0;b=b|0;c=c|0;uC(b,Xy(rh(a)|0)|0,0)|0;uC(c,rh(a)|0,0)|0;return}function mz(a,b){a=a|0;b=b|0;var c=0;if((b|0)<0)oJ();else{c=fB(b)|0;k[a+4>>2]=c;k[a>>2]=c;k[a+8>>2]=c+b;return}}function nz(a){a=a|0;var b=0,c=0;b=k[a+8>>2]|0;if(b|0?(c=k[a+12>>2]|0,c|0):0){b=k[b+4>>2]|0;k[a+4>>2]=(b|0)!=5?b:k[c+4>>2]|0;return}Ra(19073,14385,1314,18342)}function oz(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(k[b>>2]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+4|0}return a|0}function pz(){var a=0;k[11699]=0;k[11698]=10612;k[11700]=46;k[11701]=44;k[11702]=0;k[11703]=0;k[11704]=0;a=0;while(1){if((a|0)==3)break;k[46808+(a<<2)>>2]=0;a=a+1|0}return}function qz(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((k[a+4>>2]|0)-c>>2>>>0>b>>>0)return c+(b<<2)|0;else nJ();return 0}function rz(a){a=a|0;k[a>>2]=7684;JE(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function sz(a){a=a|0;k[a>>2]=7620;JE(a+4|0);a=a+8|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return}function tz(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;a=0;while(1){if((b|0)==(c|0))break;d=(i[b>>0]|0)+(a<<4)|0;e=d&-268435456;a=(e>>>24|e)^d;b=b+1|0}return a|0}function uz(a,b){a=a|0;b=b|0;var c=0;c=(k[(k[b+8>>2]|0)+4>>2]|0)+-1|0;if(c>>>0<5)c=(19>>>(c&31)&1)!=0;else c=0;Gl(a,c,b);return}function vz(){var a=0;k[11693]=0;k[11692]=10572;i[46776]=46;i[46777]=44;k[11695]=0;k[11696]=0;k[11697]=0;a=0;while(1){if((a|0)==3)break;k[46780+(a<<2)>>2]=0;a=a+1|0}return}function wz(a){a=a|0;var b=0;if((k[a>>2]|0)!=2)Ra(36439,36449,491,15362);b=k[a+8>>2]|0;a=k[b+4>>2]|0;if((a|0)==(k[b>>2]|0))a=0;else a=k[a+-4>>2]|0;return a|0}function xz(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=a+20|0;e=k[d>>2]|0;a=(k[a+16>>2]|0)-e|0;a=a>>>0>c>>>0?c:a;Qq(e|0,b|0,a|0)|0;k[d>>2]=(k[d>>2]|0)+a;return c|0}function yz(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[4652+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function zz(a,b,c){a=a|0;b=b|0;c=c|0;while(1){if((b|0)==(c|0))break;a=k[b>>2]|0;if(a>>>0<128)a=k[6188+(a<<2)>>2]|0;k[b>>2]=a;b=b+4|0}return c|0}function Az(a,b){a=a|0;b=b|0;var c=0;if((k[b>>2]|0)==1){c=k[b+8>>2]|0;k[a>>2]=2;b=a+8|0;k[b>>2]=c;k[b+4>>2]=0;return}else Ra(18602,14385,382,22943)}function Bz(a){a=a|0;a=a>>>1|a;a=a>>>2|a;a=a>>>4|a;a=a>>>8|a;a=a>>>16|a;if(!a)a=32;else{a=36720+((aa(a,130329821)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function Cz(a,b){a=a|0;b=b|0;var c=0,d=0;c=b+15&-16;d=a+4096|0;b=k[d>>2]|0;if((a+4096-b|0)>>>0<c>>>0)b=yc(c)|0;else k[d>>2]=b+c;return b|0}function Dz(a){a=a|0;var b=0;b=k[11755]|0;do{k[b>>2]=0;b=(k[11755]|0)+4|0;k[11755]=b;a=a+-1|0}while((a|0)!=0);return}function Ez(a){a=a|0;var b=0;b=k[a+16>>2]|0;if((b|0)!=(a|0)){if(b|0)ec[k[(k[b>>2]|0)+20>>2]&255](b)}else ec[k[(k[b>>2]|0)+16>>2]&255](b);return}function Fz(a,b){a=a|0;b=b|0;if(!a){b=Sa(4)|0;k[b>>2]=2512;Gb(b|0,48,11)}else{fc[k[(k[a>>2]|0)+24>>2]&255](a,b);return}}function Gz(a,b,c){a=a|0;b=b|0;c=c|0;a=qG(a)|0;k[a+8>>2]=0;k[a+12>>2]=b;k[a+16>>2]=c;io(a);return a|0}function Hz(a,b){a=a|0;b=b|0;k[a+20>>2]=b;gk(a,b);Vf(a,b);return}function Iz(a){a=a|0;var b=0;b=fB(4)|0;qt(b,a);return b|0}function Jz(a){a=a|0;GC(a+16|0);k[a>>2]=2664;UG(a+4|0);return}function Kz(){k[11927]=0;Se(47712,36487,1);Se(47716,36506,1);Se(47720,36525,1);Se(47724,36544,1);Se(47728,36565,1);return}function Lz(a,b,c){a=a|0;b=b|0;c=c|0;return Yj(a,b,c,Cp(c)|0)|0}function Mz(a,b){a=a|0;b=b|0;var c=0;c=lG(Tm(b,0)|0)|0;if((c|0)==(k[11995]|0))id(a,b);return}function Nz(a){a=a|0;k[a>>2]=7604;kw(a);MI(a+28|0);Vc(k[a+32>>2]|0);Vc(k[a+36>>2]|0);Vc(k[a+48>>2]|0);Vc(k[a+60>>2]|0);return}function Oz(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;a=dF(a)|0;k[a+8>>2]=b;k[a+12>>2]=c;k[a+16>>2]=d;Jl(a);return a|0}function Pz(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);if((b&2130706432)>>>0<=1249902592){b=(b|0)<0;a=b?a+-8388608.0+8388608.0:a+8388608.0+-8388608.0;if(a==0.0)a=b?-0.0:0.0}return +a}function Qz(a,b){a=a|0;b=b|0;b=(QF(k[b>>2]|0)|0)+8|0;Cv(a,k[b>>2]|0);return}function Rz(a){a=a|0;var b=0,c=0;eA(a);b=a+16|0;c=b+36|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));k[a>>2]=2908;return}function Sz(a){a=a|0;var b=0;b=Ca(k[12903]|0)|0;ab(k[12903]|0,a|0)|0;if(b|0){iI(k[b>>2]|0);SK(b)}return}function Tz(a){a=a|0;var b=0,c=0;c=a+92|0;b=k[c>>2]|0;k[c>>2]=0;if((b|0)==((k[a+4>>2]|0)-(k[a>>2]|0)>>2|0))return;else Ra(36823,36784,184,36845)}function Uz(a){a=a|0;var b=0,c=0;b=a+16|0;lK(b);c=a+92|0;k[c>>2]=(k[c>>2]|0)+1;vJ(a+44|0);vH(b);return}function Vz(a,b){a=+a;b=+b;var c=0;c=(o[u>>2]=a,k[u>>2]|0);return +(k[u>>2]=(o[u>>2]=b,k[u>>2]|0)&-2147483648|c&2147483647,+o[u>>2])}function Wz(a){a=a|0;var b=0;b=eI(2)|0;return Cr(Cr(b,ZG(47568)|0)|0,a)|0}function Xz(a){a=a|0;by(a+20|0);k[a>>2]=2664;UG(a+4|0);return}function Yz(a,b){a=a|0;b=b|0;b=(_F(k[b>>2]|0)|0)+8|0;xE(a,k[b>>2]|0);return}function Zz(a,b){a=a|0;b=b|0;return sc(a+4|0,k[b>>2]|0)|0}function _z(a){a=a|0;var b=0;switch(a|0){case 1:{b=0;break}case 2:{b=1;break}case 4:{b=2;break}case 8:{b=3;break}default:Ka()}return b|0}function $z(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}k[a+32>>2]=0;return}function aA(a,b){a=a|0;b=b|0;lh(a,yF(k[b>>2]|0)|0);return}function bA(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=k[b>>2];if(!c)break;else{b=b+4|0;d=d+4|0}}}return a|0}function cA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;f=r;r=r+16|0;e=f|0;se(a,b,c,d,e)|0;r=f;return (N=k[e+4>>2]|0,k[e>>2]|0)|0}function dA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=a;k[d>>2]=0;k[d+4>>2]=0;d=a+8|0;k[d>>2]=-1;k[d+4>>2]=-1;return}function eA(a){a=a|0;var b=0;k[a>>2]=2664;b=a+4|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;a=0;while(1){if((a|0)==3)break;k[b+(a<<2)>>2]=0;a=a+1|0}return}function fA(a,b){a=a|0;b=b|0;var c=0;c=0;while(1){if((c|0)==(b|0))break;MC(a,35644)|0;c=c+1|0}return}function gA(a,b,c,d,e,f,g,h,i){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;i=i|0;return kc[a&15](b|0,c|0,d|0,e|0,f|0,g|0,h|0,i|0)|0}function hA(a,b){a=a|0;b=b|0;var c=0;lo(a);k[a>>2]=2;c=_n()|0;k[a+8>>2]=c;Yr(c,b);return a|0}function iA(a){a=a|0;var b=0;switch(a|0){case 1:{b=0;break}case 3:{b=2;break}case 4:{b=1;break}case 0:{b=8;break}default:Ka()}return b|0}function jA(a,b,c){a=a|0;b=b|0;c=c|0;b=JA(a,b)|0;ww(b+12|0,c);Ik(b);return b|0}function kA(a){a=a|0;pF(a+12|0);pF(a);return}function lA(a){a=a|0;var b=0,c=0;uv(a);b=a+24|0;if(k[b>>2]|0?(c=k[b>>2]|0,c|0):0){lA(c);SK(c)}Ky(a);return}function mA(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;b=Wl(a,Tm(b,1)|0)|0;k[c+108>>2]=b;return}function nA(a){a=a|0;var b=0;switch(a|0){case 0:{Ka();break}case 3:case 1:{b=4;break}case 2:{b=8;break}case 4:{b=8;break}default:{}}return b|0}function oA(a){a=a|0;var b=0;switch(a|0){case 0:{b=1;break}case 1:{b=4;break}case 2:{b=3;break}case 8:{b=0;break}default:Ka()}return b|0}function pA(){var a=0;if((k[11799]|0)==0&(k[11800]|0)==0&(k[11801]|0)==0&(k[11802]|0)==0){a=(Mb(1)|0)!=0&1;i[51628]=a;return}else Ra(17246,13699,48,17358)}function qA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==4){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=2;return}else Ra(23167,14385,222,23189)}function rA(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){b=a+8|0;k[b>>2]=c;k[b+4>>2]=d;k[a>>2]=4;return}else Ra(18634,14385,210,18656)}function sA(a,b){a=a|0;b=b|0;Oi(a,EF(k[b>>2]|0)|0);return}function tA(a,b){a=a|0;b=b|0;var c=0;c=k[a>>2]|0;if((k[a+4>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ra(20102,14385,1547,17930);return 0}function uA(a,b){a=a|0;b=b|0;return Fm(a,b,Cp(b)|0)|0}function vA(a,b){a=a|0;b=b|0;var c=0;c=k[a+12>>2]|0;if((k[a+16>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else Ra(20899,14385,1548,18876);return 0}function wA(){var a=0;a=fB(20)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function xA(a){a=a|0;var b=0;while(1){if(!a)break;b=k[a>>2]|0;SK(a);a=b}return}function yA(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=65535;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;b=cw(0)|0;k[a>>2]=b;return}function zA(a){a=a|0;var b=0;a=gh(a,24)|0;k[a>>2]=15;k[a+4>>2]=0;k[a+8>>2]=0;b=a+16|0;k[b>>2]=0;k[b+4>>2]=0;return a|0}function AA(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){iI(k[b>>2]|0);SK(b)}return}function BA(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;b=0;while(1){if((b|0)==3)break;k[a+(b<<2)>>2]=0;b=b+1|0}return}function CA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==4){c=+BF(b);k[a>>2]=3;o[a+8>>2]=c;return}else Ra(23167,14385,394,23214)}function DA(a,b){a=a|0;b=b|0;dy(a,40)|0;MC(a,b)|0;return a|0}function EA(a,b){a=a|0;b=b|0;DA(k[a>>2]|0,35481)|0;Bo(a,b);return}function FA(a){a=a|0;var b=0;a=gh(a,20)|0;k[a>>2]=4;b=a+8|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[a+4>>2]=5;return a|0}function GA(a,b){a=a|0;b=b|0;var c=0.0;if((k[b>>2]|0)==3){c=+CF(b);k[a>>2]=4;p[a+8>>3]=c;return}else Ra(23039,14385,386,23155)}function HA(a){a=a|0;Ky(a+32|0);Ky(a+20|0);hx(a);return}function IA(a){a=a|0;var b=0.0;switch(k[a>>2]|0){case 3:{b=+CF(a);break}case 4:{b=+BF(a);break}default:Ka()}return +b}function JA(a,b){a=a|0;b=b|0;a=gz(a)|0;if(b|0){ww(a+12|0,b);Ik(a)}return a|0}function KA(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=-1;k[a+12>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;b=cw(0)|0;k[a>>2]=b;return}function LA(){var a=0,b=0,c=0;a=fB(96)|0;b=a;c=b+96|0;do{k[b>>2]=0;b=b+4|0}while((b|0)<(c|0));return a|0}function MA(a){a=a|0;if(!a){a=Sa(4)|0;k[a>>2]=2512;Gb(a|0,48,11)}else return hc[k[(k[a>>2]|0)+24>>2]&127](a)|0;return 0}function NA(a,b){a=a|0;b=b|0;Gt(a,b);k[a+12>>2]=-1;k[a+16>>2]=-1;return}function OA(){var a=0,b=0;a=r;r=r+16|0;if(!(sb(51616,3)|0)){b=Ca(k[12905]|0)|0;r=a;return b|0}else AF(44154,a);return 0}function PA(){var a=0;if(!(i[47144]|0)){i[47144]=1;a=47032}else a=fB(112)|0;k[11755]=a;k[11754]=a;k[11756]=a+112;return}function QA(){var a=0;a=fB(24)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+16>>2]=0;k[a+20>>2]=0;return a|0}function RA(a,b){a=a|0;b=b|0;pn(a,KF(k[b>>2]|0)|0);return}function SA(a){a=a|0;a=k[a+8>>2]|0;if(a){a=JG(a)|0;if(!a)a=4;else{JG(a)|0;a=4}}else a=1;return a|0}function TA(a){a=+a;var b=0;b=(o[u>>2]=a,k[u>>2]|0);if((b&2147483647)>>>0>2139095040)return b&8388607|0;else Ra(23576,14385,281,27685);return 0}function UA(a,b,c){a=a|0;b=b|0;c=c|0;a=wG(a)|0;k[a+8>>2]=b;k[a+12>>2]=c;Ni(a);return a|0}function VA(a,b){a=a|0;b=b|0;a=_F(k[b>>2]|0)|0;if(k[a+16>>2]|0)k[a+4>>2]=0;return}function WA(a,b){a=a|0;b=b|0;if(b>>>0<1106247679|(b|0)==1106247679&a>>>0<4292870145)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function XA(a,b){a=a|0;b=b|0;if(b>>>0<1105199103|(b|0)==1105199103&a>>>0<4290772993)a=1;else a=(b|0)<0&(b>>>0<3252682752|(b|0)==-1042284544&a>>>0<1);return a|0}function YA(a,b){a=a|0;b=b|0;if((k[11960]|0)==(a|0)&(k[11961]|0)==(b|0))Ra(14531,11935,408,14565);else return}function ZA(a){a=a|0;k[a>>2]=2772;k[a+64>>2]=2812;k[a+8>>2]=2792;gB(a+12|0);return}function _A(a){a=a|0;var b=0,c=0;b=a+12|0;lK(b);c=a+88|0;k[c>>2]=k[c>>2]|4;lK(a+40|0);vH(b);return}function $A(a,b){a=a|0;b=b|0;var c=0,d=0;us(a,b);d=b+32|0;c=k[d+4>>2]|0;b=a+32|0;k[b>>2]=k[d>>2];k[b+4>>2]=c;return}function aB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=a;f=c;c=Dw(e,f)|0;a=N;return (N=(aa(b,f)|0)+(aa(d,e)|0)+a|a&0,c|0|0)|0}function bB(a){a=a|0;var b=0;b=fB(24)|0;k[b>>2]=0;k[b+4>>2]=0;k[b+8>>2]=0;k[b+12>>2]=0;k[b+16>>2]=0;k[b+20>>2]=0;k[a>>2]=b;return}function cB(a,b,c){a=a|0;b=b|0;c=c|0;return Wz($e(a,b,c)|0)|0}function dB(a,b){a=a|0;b=b|0;b=(WF(k[b>>2]|0)|0)+28|0;jI(k[b>>2]|0);return}function eB(a){a=a|0;if(!(i[a+8>>0]|0)){dy(k[a>>2]|0,10)|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1}return}function fB(a){a=a|0;var b=0;b=(a|0)==0?1:a;while(1){a=yc(b)|0;if(a|0)break;a=yJ()|0;if(!a){a=0;break}jc[a&3]()}return a|0}function gB(a){a=a|0;k[a>>2]=2448;UG(a+32|0);aI(a);return}function hB(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;np(a,10644,IG(10644)|0);return}function iB(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;np(a,10668,IG(10668)|0);return}function jB(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;k[e>>2]=c;k[h>>2]=f;return 3}function kB(a,b){a=a|0;b=b|0;cm(a,UF(k[b>>2]|0)|0);return}function lB(a,b){a=a|0;b=b|0;Mw(a,PF(k[b>>2]|0)|0);return}function mB(a,b){a=a|0;b=b|0;yx(a,RF(k[b>>2]|0)|0);return}function nB(a,b){a=a|0;b=b|0;DA(k[a>>2]|0,35494)|0;Bo(a,b);return}function oB(a){a=a|0;OF(a+16|0);UG(a);return}function pB(a,b){a=a|0;b=b|0;if(b>>>0<1139802112|(b|0)==1139802112&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3220176896|(b|0)==-1074790400&a>>>0<0);return a|0}function qB(a,b){a=a|0;b=b|0;if(b>>>0<1138753536|(b|0)==1138753536&a>>>0<0)a=1;else a=(b|0)<0&(b>>>0<3286237184|(b|0)==-1008730112&a>>>0<1);return a|0}function rB(a){a=a|0;var b=0;b=r;r=r+16|0;Vc(a);if(!(ab(k[12905]|0,0)|0)){r=b;return}else AF(44253,b)}function sB(a){a=a|0;var b=0,c=0;c=(i[a>>0]|0)+-48|0;while(1){a=a+1|0;b=i[a>>0]|0;if(!(b<<24>>24))break;c=(c*10|0)+-48+(b<<24>>24)|0}return c|0}function tB(a){a=a|0;var b=0,c=0;c=a+4|0;b=k[c>>2]|0;k[c>>2]=b+-1;if(!b)ec[k[(k[a>>2]|0)+8>>2]&255](a);return}function uB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;i[d>>0]=i[b>>0]|0;d=d+1|0;b=b+1|0}return c|0}function vB(){var a=0;a=yc(4)|0;if(!a)return a|0;if(!(k[a+-4>>2]&3))return a|0;i[a>>0]=0;i[a+1>>0]=0;i[a+2>>0]=0;i[a+3>>0]=0;return a|0}function wB(a,b){a=a|0;b=b|0;Sd(a,VF(k[b>>2]|0)|0);return}function xB(a,b){a=a|0;b=b|0;Mo(a,WF(k[b>>2]|0)|0);return}function yB(a,b){a=a|0;b=b|0;hs(a,_F(k[b>>2]|0)|0);return}function zB(a,b){a=a|0;b=b|0;Qe(a,$F(k[b>>2]|0)|0);return}function AB(a,b){a=a|0;b=b|0;Rr(a,UF(k[b>>2]|0)|0);return}function BB(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;return _b[a&7](b|0,c|0,d|0,e|0,f|0,g|0,h|0)|0}function CB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;while(1){if((b|0)==(c|0))break;k[d>>2]=i[b>>0];d=d+4|0;b=b+1|0}return c|0}function DB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==30990?a+4|0:0)|0}function EB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==30796?a+4|0:0)|0}function FB(a,b){a=a|0;b=b|0;if((k[a>>2]|0)==2)return qz(k[a+8>>2]|0,b)|0;else Ra(36439,36449,474,45111);return 0}function GB(a,b){a=a|0;b=b|0;$i(a,UF(k[b>>2]|0)|0);return}function HB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==30515?a+4|0:0)|0}function IB(a){a=a|0;var b=0;b=fB(44)|0;Sw(b,k[a+40>>2]|0);return b|0}function JB(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;if(c|0){d=a;while(1){c=c+-1|0;k[d>>2]=b;if(!c)break;else d=d+4|0}}return a|0}function KB(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;op(a,1,45);return}function LB(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;fr(a,1,45);return}function MB(a,b){a=a|0;b=b|0;Cl(a,fG(k[b>>2]|0)|0);return}function NB(a,b){a=a|0;b=b|0;Nw(a,aG(k[b>>2]|0)|0);return}function OB(a,b){a=a|0;b=b|0;Fu(a,bG(k[b>>2]|0)|0);return}function PB(a,b){a=a|0;b=b|0;cj(a,gG(k[b>>2]|0)|0);return}function QB(a){a=a|0;switch(a&74){case 64:{a=8;break}case 8:{a=16;break}case 0:{a=0;break}default:a=10}return a|0}function RB(a,b){a=a|0;b=b|0;aq(a,_F(k[b>>2]|0)|0);return}function SB(a,b){a=a|0;b=b|0;Fj(a,$F(k[b>>2]|0)|0);return}function TB(a){a=a|0;a=gh(a,32)|0;k[a>>2]=14;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;k[a+28>>2]=0;return a|0}function UB(a,b){a=a|0;b=b|0;var c=0;c=k[a+40>>2]|0;if((k[a+44>>2]|0)-c>>2>>>0>b>>>0)return k[c+(b<<2)>>2]|0;else return 0;return 0}function VB(a,b){a=a|0;b=b|0;var c=0;if(!((a|0)!=0?(c=UB(a,b)|0,(c|0)!=0):0))c=cw(b)|0;return c|0}function WB(a){a=a|0;Bu(a);return}function XB(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0,f=0;e=r;r=r+16|0;f=e;k[f>>2]=d;d=wl(a,b,c,f)|0;r=e;return d|0}function YB(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==28344?a+4|0:0)|0}function ZB(a){a=+a;var b=0;if(a>-2147483648.0&a<2147483647.0)b=~~a;else{p[u>>3]=a;b=(k[u+4>>2]|0)<0?-2147483648:2147483647}return b|0}function _B(a){a=a|0;OJ(a+44|0);kK(a+16|0);Ns(a);return}function $B(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;dr(a,45733,5);return}function aC(a,b){a=a|0;b=b|0;In(a,fG(k[b>>2]|0)|0);return}function bC(a){a=a|0;dy(DA(a,34015)|0,41)|0;return}function cC(a,b){a=a|0;b=b|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;dr(a,45739,4);return}function dC(a,b){a=a|0;b=b|0;Dg(a,$F(k[b>>2]|0)|0);return}function eC(a){a=a|0;switch(k[a+8>>2]|0){case 3:case 1:case 0:{k[a+4>>2]=1;break}case 2:{k[a+4>>2]=1;break}default:Ka()}return}function fC(a){a=+a;var b=0;p[u>>3]=a;if((k[u+4>>2]|0)>=0)if(a<4294967295.0)b=~~a>>>0;else b=-1;else b=0;return b|0}function gC(a,b){a=a|0;b=b|0;if((b|0)==0&0==0)a=(Bz(a)|0)+32|0;else a=Bz(b)|0;return a|0}function hC(a){a=a|0;var b=0;b=k[a+8>>2]|0;if(!b)Ra(15345,14609,201,15362);else return (k[a+4>>2]|0)+(b+-1<<2)|0;return 0}function iC(a,b){a=a|0;b=b|0;uz(a,iG(k[b>>2]|0)|0);return}function jC(a,b,c){a=a|0;b=b|0;c=c|0;return oA(sg(a,b,c)|0)|0}function kC(a){a=a|0;CC(a);zJ(a+60|0);return}function lC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;if((b|0)==2){k[a>>2]=1;k[a+8>>2]=c;return}else Ra(18634,14385,390,22956)}function mC(a){a=a|0;var b=0;b=fB(4)|0;hu(b,a);return b|0}function nC(a){a=a|0;var b=0;b=fB(8)|0;k[b>>2]=2532;k[b+4>>2]=k[a+4>>2];return b|0}function oC(a){a=a|0;var b=0;b=fB(8)|0;k[b>>2]=2620;k[b+4>>2]=k[a+4>>2];return b|0}function pC(a){a=a|0;var b=0;b=fB(8)|0;k[b>>2]=2576;k[b+4>>2]=k[a+4>>2];return b|0}function qC(a){a=a|0;if((k[a>>2]|0)==2){a=k[a+8>>2]|0;return (k[a+4>>2]|0)-(k[a>>2]|0)>>2|0}else Ra(36439,36449,458,14002);return 0}function rC(a){a=a|0;kC(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function sC(a){a=a|0;bF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function tC(a){a=a|0;ZA(a);zJ(a+64|0);return}function uC(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Ra(14342,14385,103,44942);else{k[a>>2]=b;return a|0}return 0}function vC(a){a=a|0;var b=0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;k[a+12>>2]=32768;b=aL()|0;k[a+20>>2]=b;k[a+24>>2]=0;return}function wC(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==33707?a+4|0:0)|0}function xC(a){a=a|0;if((k[a>>2]|0)==4){a=a+8|0;N=k[a+4>>2]|0;return k[a>>2]|0}else Ra(23167,14385,236,23199);return 0}function yC(a,b){a=a|0;b=b|0;i[a+25>>0]=0;Hz(a,b);return (i[a+24>>0]|0)!=0|0}function zC(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;var e=0;e=aa(c,b)|0;a=mk(a,e,d)|0;if((a|0)!=(e|0))c=(a>>>0)/(b>>>0)|0;return c|0}function AC(a){a=a|0;tC(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function BC(a){a=a|0;jF(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function CC(a){a=a|0;k[a>>2]=2372;k[a+60>>2]=2392;gB(a+8|0);return}function DC(a,b){a=a|0;b=b|0;if((k[a+8>>2]|0)>>>0>b>>>0)return (k[a+4>>2]|0)+(b<<2)|0;else Ra(14588,14609,181,45111);return 0}function EC(a,b){a=a|0;b=b|0;if(!a)a=(YD(b)|0)+32|0;else a=YD(a)|0;return a|0}function FC(a,b){a=a|0;b=b|0;return em(b,a,0)|0}function GC(a){a=a|0;Ky(a+24|0);by(a+4|0);return}function HC(a){a=a|0;var b=0;b=a+76|0;lK(b);vJ(a+104|0);vH(b);return}function IC(a,b){a=a|0;b=b|0;k[b>>2]=2532;k[b+4>>2]=k[a+4>>2];return}function JC(a,b){a=a|0;b=b|0;k[b>>2]=2620;k[b+4>>2]=k[a+4>>2];return}function KC(a,b){a=a|0;b=b|0;k[b>>2]=2576;k[b+4>>2]=k[a+4>>2];return}function LC(a){a=a|0;var b=0,c=0;b=r;r=r+16|0;c=b;k[c>>2]=k[a+60>>2];a=_G(Kb(6,c|0)|0)|0;r=b;return a|0}function MC(a,b){a=a|0;b=b|0;return Bj(a,b,Cp(b)|0)|0}function NC(a){a=a|0;if(!(i[a>>0]|0))Ra(31986,31084,322,31993);else return k[a+4>>2]|0;return 0}function OC(a,b){a=a|0;b=b|0;nz(PF(k[b>>2]|0)|0);return}function PC(a,b){a=a|0;b=b|0;io(RF(k[b>>2]|0)|0);return}function QC(a){a=a|0;var b=0;a=a+8|0;b=k[a>>2]|0;if(!b)Ra(15345,14609,206,18844);else{k[a>>2]=b+-1;return}}function RC(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return Af(c,d,e)|0}function SC(a){a=a|0;if((k[a>>2]|0)==2){a=a+8|0;N=k[a+4>>2]|0;return k[a>>2]|0}else Ra(18634,14385,229,25334);return 0}function TC(a){a=a|0;var b=0,c=0;b=5381;while(1){c=i[a>>0]|0;if(!(c<<24>>24))break;a=a+1|0;b=c<<24>>24^b*33}return b|0}function UC(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==3){k[a+8>>2]=k[b+8>>2];k[a>>2]=1;return}else Ra(23039,14385,216,23145)}function VC(a,b){a=a|0;b=b|0;if((k[b>>2]|0)==1){k[a+8>>2]=k[b+8>>2];k[a>>2]=3;return}else Ra(18602,14385,204,18624)}function WC(a){a=+a;p[u>>3]=a;if((k[u+4>>2]|0)<0)return 0;else return a<=18446744073709551616.0&(xK(a)|0)|0;return 0}function XC(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;return gc[a&63](b|0,c|0,d|0,e|0,f|0,g|0)|0}function YC(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return Ff(c,d,e)|0}function ZC(a){a=a|0;if(!(i[a>>0]|0))return k[a+4>>2]|0;else Ra(32001,31084,326,32009);return 0}function _C(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){N=b>>c;return a>>>c|(b&(1<<c)-1)<<32-c}N=(b|0)<0?-1:0;return b>>c-32|0}function $C(a){a=a|0;var b=0;k[a>>2]=10452;a=a+8|0;b=k[a>>2]|0;if((b|0)!=(QE()|0))SK(k[a>>2]|0);return}function aD(a,b){a=a|0;b=b|0;Ni(VF(k[b>>2]|0)|0);return}function bD(a,b){a=a|0;b=b|0;Ik($F(k[b>>2]|0)|0);return}function cD(a){a=a|0;dy(DA(a,34027)|0,41)|0;return}function dD(a,b){a=a|0;b=b|0;if((k[a>>2]|0)==(k[b>>2]|0))a=Qp(a,b)|0;else a=0;return a|0}function eD(a,b){a=a|0;b=b|0;JI(fG(k[b>>2]|0)|0);return}function fD(a,b){a=a|0;b=b|0;eC(bG(k[b>>2]|0)|0);return}function gD(a,b){a=a|0;b=b|0;return Ol(a,b,Cp(b)|0)|0}function hD(a){a=a|0;var b=0,c=0;c=r;r=r+16|0;b=c;_H(b,k[a+28>>2]|0);r=c;return k[b>>2]|0}function iD(a){a=a|0;a=gh(a,24)|0;k[a>>2]=13;k[a+4>>2]=0;k[a+12>>2]=0;k[a+16>>2]=0;return a|0}function jD(a){a=a|0;nf(a,48992);dy(48992,10)|0;Ka()}function kD(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=+g;return cc[a&3](b|0,c|0,d|0,e|0,f|0,+g)|0}function lD(a){a=a|0;var b=0;b=k[a>>2]|0;k[a>>2]=0;if(b|0){_B(b);SK(b)}return}function mD(a,b){a=a|0;b=b|0;Wo(b);return}function nD(){var a=0,b=0;a=k[11796]|0;b=(k[11797]|0)-a>>2;if(b>>>0>1)a=k[a+(b+-2<<2)>>2]|0;else a=0;return a|0}function oD(a,b){a=a|0;b=b|0;return fn(a,b,Cp(b)|0)|0}function pD(a,b){a=a|0;b=b|0;if(!((b|0)!=0?(k[b>>2]|0)==1:0))b=JA(a,b)|0;return b|0}function qD(a,b,c){a=a|0;b=b|0;c=c|0;k[a>>2]=b;if(c>>>0>0|(c|0)==0&b>>>0>4294967295)Ra(14342,14385,100,17558);else return}function rD(a){a=+a;p[u>>3]=a;if((k[u+4>>2]|0)<0)return 0;else return a<=4294967295.0&(xK(a)|0)|0;return 0}function sD(){var a=0;a=r;r=r+16|0;if(!(Ja(51620,184)|0)){r=a;return}else AF(44203,a)}function tD(a,b){a=a|0;b=b|0;Jm(a,b,IG(b)|0);return}function uD(a,b){a=a|0;b=b|0;Pm(a,b,Cp(b)|0);return}function vD(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==19781?a+4|0:0)|0}function wD(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==21648?a+4|0:0)|0}function xD(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==21494?a+4|0:0)|0}function yD(a,b){a=a|0;b=b|0;k[b>>2]=2948;return}function zD(a){a=+a;var b=0;b=k[11850]|0;return ns(b,zv(a)|0)|0}function AD(a){a=a|0;Ly(a+20|0);hx(a);return}function BD(a,b){a=a|0;b=b|0;sH(k[k[b>>2]>>2]|0);return}function CD(a){a=a|0;var b=0;b=a+76|0;lK(b);lK(a+104|0);vH(b);return}function DD(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;ac[a&15](b|0,c|0,d|0,e|0,f|0,g|0)}function ED(a,b){a=a|0;b=b|0;Jl(iG(k[b>>2]|0)|0);return}function FD(a,b){a=a|0;b=b|0;Be(a,b);if(!(k[a>>2]|0))Ka();else return}function GD(a){a=a|0;a=50916;do{a=a+-12|0;KG(a)}while((a|0)!=50628);return}function HD(a){a=a|0;a=50104;do{a=a+-12|0;UG(a)}while((a|0)!=49816);return}function ID(a,b){a=a|0;b=b|0;bE(a,(i[b+11>>0]|0)<0?k[b>>2]|0:b,0);return}function JD(){var a=0,b=0,c=0;b=k[11797]|0;a=0;while(1){if((a|0)==-1)break;c=a+-1|0;k[11797]=b+(c<<2);a=c}return}function KD(a){a=a|0;a=51208;do{a=a+-12|0;KG(a)}while((a|0)!=50920);return}function LD(a){a=a|0;a=50396;do{a=a+-12|0;UG(a)}while((a|0)!=50108);return}function MD(a){a=a|0;a=51380;do{a=a+-12|0;KG(a)}while((a|0)!=51212);return}function ND(a){a=a|0;ov(k[a+4>>2]|0);return}function OD(){var a=0;a=fB(12)|0;k[a>>2]=0;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function PD(a){a=a|0;a=a+-9<<24>>24;if((a&255)<24)return (8388627>>>(a&255)&1|0)!=0|0;else return 0;return 0}function QD(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){N=b<<c|(a&(1<<c)-1<<32-c)>>>32-c;return a<<c}N=a<<c-32;return 0}function RD(a,b,c){a=a|0;b=b|0;c=c|0;if(b>>>0>c>>>0)return a+(c<<2)|0;else Ra(14588,14609,181,45111);return 0}function SD(a){a=a|0;a=50568;do{a=a+-12|0;UG(a)}while((a|0)!=50400);return}function TD(a){a=a|0;var b=0;b=fB(8)|0;k[b>>2]=3244;k[b+4>>2]=k[a+4>>2];return b|0}function UD(a){a=a|0;a=fB(8)|0;k[a>>2]=2948;return a|0}function VD(a,b){a=a|0;b=b|0;yF(k[b>>2]|0)|0;return}function WD(a,b,c){a=a|0;b=b|0;c=c|0;if((c|0)<32){N=b>>>c;return a>>>c|(b&(1<<c)-1)<<32-c}N=0;return b>>>c-32|0}function XD(a,b,c){a=a|0;b=b|0;c=c|0;var d=0,e=0;d=r;r=r+16|0;e=d;k[e>>2]=c;cv(a,b,e)|0;r=d;return}function YD(a){a=a|0;if(!a)a=32;else{a=36688+((aa(a&0-a,125613361)|0)>>>27)|0;a=l[a>>0]|0}return a|0}function ZD(a,b){a=a|0;b=b|0;k[a+12>>2]=b;b=gh(k[a>>2]|0,b<<2)|0;k[a+4>>2]=b;return}function _D(a,b){a=a|0;b=b|0;EF(k[b>>2]|0)|0;return}function $D(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;d=d-c|0;return (d>>>0<e>>>0?d:e)|0}function aE(a,b){a=a|0;b=b|0;k[b>>2]=3244;k[b+4>>2]=k[a+4>>2];return}function bE(a,b,c){a=a|0;b=b|0;c=c|0;if(!b)Ra(13922,13924,63,13959);else{Se(a,b,c);return}}function cE(a){a=a|0;a=a-(a>>>1&1431655765)|0;a=(a>>>2&858993459)+(a&858993459)|0;return (aa((a>>>4)+a&252645135,16843009)|0)>>>24|0}function dE(a,b,c){a=a|0;b=b|0;c=c|0;var d=0;a=r;r=r+16|0;d=a;k[d>>2]=c;Fi(3444,b,d)|0;r=a;return}function eE(){Os(46912,Xu(51464)|0);return}function fE(){Os(46904,Xu(51456)|0);return}function gE(){Os(46896,Xu(51448)|0);return}function hE(){Os(46888,Xu(51440)|0);return}function iE(a,b){a=a|0;b=b|0;HF(k[b>>2]|0)|0;return}function jE(a,b){a=a|0;b=b|0;IF(k[b>>2]|0)|0;return}function kE(){Os(46968,Xu(51400)|0);return}function lE(){Os(46952,Xu(51392)|0);return}function mE(){Os(46936,Xu(51384)|0);return}function nE(){Os(46920,Xu(50572)|0);return}function oE(){}function pE(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;d=b-d-(c>>>0>a>>>0|0)>>>0;return (N=d,a-c>>>0|0)|0}function qE(){Os(46848,Xu(49760)|0);return}function rE(){Os(46840,Xu(49752)|0);return}function sE(){Os(46832,Xu(49744)|0);return}function tE(){Os(46824,Xu(49720)|0);return}function uE(a,b,c){a=a|0;b=b|0;c=c|0;if(c>>>0<128)a=(j[11404+(c<<1)>>1]&b)<<16>>16!=0;else a=0;return a|0}function vE(a,b){a=a|0;b=b|0;KF(k[b>>2]|0)|0;return}function wE(a,b){a=a|0;b=b|0;LF(k[b>>2]|0)|0;return}function xE(a,b){a=a|0;b=b|0;if((k[a+24>>2]|0)==(b|0)){a=a+28|0;k[a>>2]=(k[a>>2]|0)+1}return}function yE(a,b){a=a|0;b=b|0;KH(k[k[b>>2]>>2]|0);return}function zE(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;return pc[a&31](b|0,c|0,d|0,e|0,f|0)|0}function AE(a,b){a=a|0;b=b|0;$F(k[b>>2]|0)|0;return}function BE(a){a=a|0;a=gh(a,16)|0;k[a>>2]=12;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function CE(a){a=a|0;a=gh(a,12)|0;k[a>>2]=11;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function DE(a){a=a|0;var b=0,c=0;c=(Cp(a)|0)+1|0;b=yc(c)|0;if(!b)b=0;else Qq(b|0,a|0,c|0)|0;return b|0}function EE(a,b){a=a|0;b=b|0;UF(k[b>>2]|0)|0;return}function FE(a,b){a=a|0;b=b|0;PF(k[b>>2]|0)|0;return}function GE(a,b){a=a|0;b=b|0;QF(k[b>>2]|0)|0;return}function HE(a,b){a=a|0;b=b|0;RF(k[b>>2]|0)|0;return}function IE(a){a=a|0;a=ih(a)|0;if((a&255)<5)return a<<24>>24|0;else Ka();return 0}function JE(a){a=a|0;var b=0;b=$E()|0;b=k[b>>2]|0;k[a>>2]=b;lI(b);return}function KE(a){a=a|0;a=fB(52)|0;Rz(a);k[a>>2]=2868;return a|0}function LE(a,b){a=a|0;b=b|0;VF(k[b>>2]|0)|0;return}function ME(a,b){a=a|0;b=b|0;WF(k[b>>2]|0)|0;return}function NE(a,b){a=a|0;b=b|0;XF(k[b>>2]|0)|0;return}function OE(a,b){a=a|0;b=b|0;_F(k[b>>2]|0)|0;return}function PE(a){a=a|0;a=gh(a,12)|0;k[a>>2]=20;k[a+8>>2]=0;k[a+4>>2]=5;return a|0}function QE(){var a=0;if((i[46520]|0)==0?WH(46520)|0:0){a=Pu(2147483647,41095,0)|0;k[12426]=a}return k[12426]|0}function RE(a,b){a=a|0;b=b|0;if(!(k[a>>2]|0))a=(k[a+8>>2]|0)==(k[b>>2]|0);else a=0;return a|0}function SE(){var a=0;a=eF()|0;a=k[a>>2]|0;k[12882]=a;lI(a);return}function TE(a,b){a=a|0;b=b|0;fG(k[b>>2]|0)|0;return}function UE(a,b){a=a|0;b=b|0;aG(k[b>>2]|0)|0;return}function VE(a,b){a=a|0;b=b|0;bG(k[b>>2]|0)|0;return}function WE(a,b){a=a|0;b=b|0;cG(k[b>>2]|0)|0;return}function XE(a,b){a=a|0;b=b|0;gG(k[b>>2]|0)|0;return}function YE(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;return oc[a&7](b|0,c|0,d|0,e|0,+f)|0}function ZE(a){a=a|0;rI(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function _E(a){a=a|0;sI(a+(k[(k[a>>2]|0)+-12>>2]|0)|0);return}function $E(){if((i[47168]|0)==0?WH(47168)|0:0){SE();k[12883]=51528}return k[12883]|0}function aF(a){a=a|0;a=gh(a,16)|0;k[a>>2]=3;k[a+4>>2]=0;k[a+8>>2]=0;return a|0}function bF(a){a=a|0;kC(a);SK(a);return}function cF(a){a=a|0;Ky(a+32|0);by(a+4|0);return}function dF(a){a=a|0;a=gh(a,20)|0;k[a>>2]=2;k[a+4>>2]=0;k[a+16>>2]=0;return a|0}function eF(){if((i[47e3]|0)==0?WH(47e3)|0:0){uJ();k[12881]=51520}return k[12881]|0}function fF(a){a=a|0;return ih(k[a+4>>2]|0)|0}function gF(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];ws(a+4|0,b+4|0);return}function hF(a){a=a|0;tC(a+-8|0);return}function iF(a){a=a|0;jF(a+-8|0);return}function jF(a){a=a|0;tC(a);SK(a);return}function kF(a,b){a=a|0;b=b|0;return ((k[b+4>>2]|0)==33455?a+4|0:0)|0}function lF(a){a=a|0;if((k[a>>2]|0)==2)return +(+p[a+8>>3]);else Ra(18634,14385,238,21745);return +(0.0)}function mF(a){a=a|0;if((k[a>>2]|0)==1)return +(+o[a+8>>2]);else Ra(18602,14385,237,21706);return +(0.0)}function nF(a,b){a=a|0;b=b|0;iG(k[b>>2]|0)|0;return}function oF(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;bc[a&3](b|0,c|0,d|0,e|0,f|0)}function pF(a){a=a|0;if((i[a+11>>0]|0)<0)Vc(k[a>>2]|0);return}function qF(a){a=a|0;if((a+-97&255)<26)return 1;else return a<<24>>24==36|(a<<24>>24==95|(a+-65&255)<26)|0;return 0}function rF(a){a=a|0;if(a|0){iI(k[a>>2]|0);SK(a)}return}function sF(a){a=a|0;return ((k[a+24>>2]|0)-(k[a+20>>2]|0)>>2)+((k[a+12>>2]|0)-(k[a+8>>2]|0)>>2)|0}function tF(a){a=a|0;if((k[a>>2]|0)==3)return k[a+8>>2]|0;else Ra(23039,14385,235,23061);return 0}function uF(a,b){a=a|0;b=b|0;return (hf(b,k[a+64>>2]|0)|0)==2|0}function vF(a,b,c){a=a|0;b=b|0;c=c|0;Va(36,k[c>>2]|0)|0;return}function wF(a){a=a|0;gB(a);SK(a);return}function xF(a,b,c){a=a|0;b=b|0;c=c|0;if(!c)a=0;else a=au(a,b,c)|0;return a|0}function yF(a){a=a|0;if((k[a>>2]|0)==8)return a|0;else Ra(15367,14385,907,15398);return 0}function zF(a,b){a=a|0;b=b|0;i[a>>0]=2;i[a+1>>0]=3;i[a+2>>0]=0;i[a+3>>0]=4;return}function AF(a,b){a=a|0;b=b|0;var c=0;c=r;r=r+16|0;k[c>>2]=b;Fi(3444,a,c)|0;hr(10);Ka()}function BF(a){a=a|0;if((k[a>>2]|0)==4)return +(+p[a+8>>3]);else Ra(23167,14385,231,27760);return +(0.0)}function CF(a){a=a|0;if((k[a>>2]|0)==3)return +(+o[a+8>>2]);else Ra(23039,14385,230,27753);return +(0.0)}function DF(a,b){a=a|0;b=b|0;lo(a);k[a>>2]=0;k[a+8>>2]=k[b>>2];return a|0}function EF(a){a=a|0;if((k[a>>2]|0)==7)return a|0;else Ra(15367,14385,907,15398);return 0}function FF(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;k[e>>2]=c;return 3}function GF(a){a=a|0;if(!(k[a>>2]|0))return k[a+8>>2]|0;else Ra(13900,36449,208,14331);return 0}function HF(a){a=a|0;if((k[a>>2]|0)==12)return a|0;else Ra(15367,14385,907,15398);return 0}function IF(a){a=a|0;if((k[a>>2]|0)==11)return a|0;else Ra(15367,14385,907,15398);return 0}function JF(a,b){a=a|0;b=b|0;k[a>>2]=k[b>>2];xs(a+4|0,b+4|0);return}function KF(a){a=a|0;if((k[a>>2]|0)==10)return a|0;else Ra(15367,14385,907,15398);return 0}function LF(a){a=a|0;if((k[a>>2]|0)==9)return a|0;else Ra(15367,14385,907,15398);return 0}function MF(a){a=a|0;var b=0;k[a>>2]=10520;b=k[a+8>>2]|0;if(b|0?i[a+12>>0]|0:0)QK(b);return}function NF(a){a=a|0;if((k[a>>2]|0)==2)return k[a+8>>2]|0;else Ra(36439,36449,220,31063);return 0}function OF(a){a=a|0;Ez(a+16|0);UG(a);return}function PF(a){a=a|0;if((k[a>>2]|0)==18)return a|0;else Ra(15367,14385,907,15398);return 0}function QF(a){a=a|0;if((k[a>>2]|0)==20)return a|0;else Ra(15367,14385,907,15398);return 0}function RF(a){a=a|0;if((k[a>>2]|0)==17)return a|0;else Ra(15367,14385,907,15398);return 0}function SF(a,b){a=a|0;b=b|0;b=Xu(b)|0;return k[(k[a+8>>2]|0)+(b<<2)>>2]|0}function TF(a){a=a|0;if((k[a>>2]|0)==1)return k[a+8>>2]|0;else Ra(18602,14385,228,27746);return 0}function UF(a){a=a|0;if((k[a>>2]|0)==5)return a|0;else Ra(15367,14385,907,15398);return 0}function VF(a){a=a|0;if((k[a>>2]|0)==16)return a|0;else Ra(15367,14385,907,15398);return 0}function WF(a){a=a|0;if((k[a>>2]|0)==14)return a|0;else Ra(15367,14385,907,15398);return 0}function XF(a){a=a|0;if((k[a>>2]|0)==15)return a|0;else Ra(15367,14385,907,15398);return 0}function YF(a){a=a|0;return 672}function ZF(a){a=a|0;return 648}function _F(a){a=a|0;if((k[a>>2]|0)==4)return a|0;else Ra(15367,14385,907,15398);return 0}function $F(a){a=a|0;if((k[a>>2]|0)==1)return a|0;else Ra(15367,14385,907,15398);return 0}function aG(a){a=a|0;if((k[a>>2]|0)==13)return a|0;else Ra(15367,14385,907,15398);return 0}function bG(a){a=a|0;if((k[a>>2]|0)==21)return a|0;else Ra(15367,14385,907,15398);return 0}function cG(a){a=a|0;if((k[a>>2]|0)==19)return a|0;else Ra(15367,14385,907,15398);return 0}function dG(a){a=a|0;a=gh(a,8)|0;k[a>>2]=23;k[a+4>>2]=5;return a|0}function eG(a){a=a|0;return 616}function fG(a){a=a|0;if((k[a>>2]|0)==3)return a|0;else Ra(15367,14385,907,15398);return 0}function gG(a){a=a|0;if((k[a>>2]|0)==6)return a|0;else Ra(15367,14385,907,15398);return 0}function hG(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Ra(17762,17579,99,17775);return 0}function iG(a){a=a|0;if((k[a>>2]|0)==2)return a|0;else Ra(15367,14385,907,15398);return 0}function jG(a){a=a|0;a=gh(a,16)|0;k[a>>2]=10;k[a+4>>2]=0;return a|0}function kG(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;return lc[a&7](b|0,c|0,d|0,e|0)|0}function lG(a){a=a|0;if(!(i[a>>0]|0))return k[a+20>>2]|0;else Ra(17762,17579,94,17771);return 0}function mG(a){a=a|0;a=gh(a,12)|0;k[a>>2]=9;k[a+4>>2]=0;return a|0}function nG(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;c=a+c>>>0;return (N=b+d+(c>>>0<a>>>0|0)>>>0,c|0)|0}function oG(a){a=a|0;var b=0;b=k[a>>2]|0;if((b|0)!=(QE()|0))SK(k[a>>2]|0);return}function pG(a){a=a|0;a=gh(a,20)|0;k[a>>2]=18;k[a+4>>2]=0;return a|0}function qG(a){a=a|0;a=gh(a,20)|0;k[a>>2]=17;k[a+4>>2]=0;return a|0}function rG(){Os(46752,Xu(51504)|0);return}function sG(){Os(46760,Xu(51512)|0);return}function tG(a,b){a=a|0;b=b|0;Gt(a,b+16|0);return}function uG(a,b){a=a|0;b=b|0;Gt(a,b+12|0);return}function vG(){var a=0;a=fB(112)|0;Vo(a);return a|0}function wG(a){a=a|0;a=gh(a,16)|0;k[a>>2]=16;k[a+4>>2]=0;return a|0}function xG(a){a=a|0;Nz(a+(k[(k[a>>2]|0)+-12>>2]|0)+4|0);return}function yG(a){a=a|0;Nz(a+(k[(k[a>>2]|0)+-12>>2]|0)+8|0);return}function zG(){Os(46736,Xu(51496)|0);return}function AG(){Os(46728,Xu(51488)|0);return}function BG(a){a=a|0;a=gh(a,12)|0;k[a>>2]=19;k[a+4>>2]=0;return a|0}function CG(){var a=0;if(!(k[12022]|0))a=48132;else{a=(aL()|0)+64|0;a=k[a>>2]|0}return a|0}function DG(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[6188+(b<<24>>24<<2)>>2]&255;return b|0}function EG(a){a=a|0;return 408}function FG(a){a=a|0;if(!(k[a>>2]|0))return a+8|0;else Ra(13900,36449,212,13911);return 0}function GG(){var a=0;a=k[11933]|0;if(!a)a=0;else a=(i[a+12>>0]|0)!=0;return a|0}function HG(a){a=a|0;a=gh(a,8)|0;k[a>>2]=22;k[a+4>>2]=0;return a|0}function IG(a){a=a|0;var b=0;b=a;while(1)if(!(k[b>>2]|0))break;else b=b+4|0;return b-a>>2|0}function JG(a){a=a|0;var b=0,c=0;b=(aL()|0)+184|0;c=k[b>>2]|0;if(a|0)k[b>>2]=a;return c|0}function KG(a){a=a|0;if((i[a+8+3>>0]|0)<0)SK(k[a>>2]|0);return}function LG(a,b,c){a=a|0;b=b|0;c=c|0;return -1}function MG(a){a=a|0;if((k[a>>2]|0)==1)return a+8|0;else Ra(14007,36449,216,14018);return 0}function NG(a,b,c,d,e,f,g,h){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;ea(12);return 0}function OG(a,b,c){a=a|0;b=b|0;c=c|0;Da(a|0,b|0)|0;return}function PG(a,b){a=a|0;b=b|0;if(b<<24>>24>-1)b=k[4652+((b&255)<<2)>>2]&255;return b|0}function QG(){Os(46880,Xu(51432)|0);return}function RG(){Os(46872,Xu(51424)|0);return}function SG(){Os(46864,Xu(51416)|0);return}function TG(){Os(46856,Xu(51408)|0);return}function UG(a){a=a|0;if((i[a+11>>0]|0)<0)SK(k[a>>2]|0);return}function VG(a,b,c){a=a|0;b=b|0;c=c|0;return (a|0)==(b|0)|0}function WG(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;mc[a&15](b|0,c|0,d|0,e|0)}function XG(a){a=a|0;ND(a);return}function YG(a){a=a|0;k[a>>2]=2664;UG(a+4|0);SK(a);return}function ZG(a){a=a|0;return DF(Gm()|0,a)|0}function _G(a){a=a|0;var b=0;if(a>>>0>4294963200){b=CG()|0;k[b>>2]=0-a;a=-1}return a|0}function $G(a){a=a|0;return 744}function aH(a){a=a|0;k[a>>2]=10612;UG(a+16|0);return}function bH(a){a=a|0;k[a>>2]=10572;UG(a+12|0);return}function cH(a){a=a|0;if(a>>>0<1602224128)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function dH(a){a=a|0;if(a>>>0<1593835520)a=1;else a=(a|0)<0&a>>>0<3741319169;return a|0}function eH(a){a=a|0;if(a>>>0<1333788672)a=1;else a=(a|0)<0&a>>>0<3212836864;return a|0}function fH(a){a=a|0;if(a>>>0<1325400064)a=1;else a=(a|0)<0&a>>>0<3472883713;return a|0}function gH(){Os(46792,Xu(49736)|0);return}function hH(){Os(46768,Xu(49712)|0);return}function iH(){Os(46992,Xu(51480)|0);return}function jH(){Os(46984,Xu(51472)|0);return}function kH(){Os(46696,Xu(49688)|0);return}function lH(){Os(46688,Xu(49680)|0);return}function mH(a){a=a|0;if(a|0)ec[k[(k[a>>2]|0)+4>>2]&255](a);return}function nH(){var a=0;a=Gm()|0;lo(a);k[a>>2]=3;return a|0}function oH(a){a=a|0;if(qF(a)|0)return 1;else return (a+-48&255)<10|0;return 0}function pH(a){a=a|0;var b=0;b=r;r=r+16|0;jc[a&3]();AF(44306,b)}function qH(){Os(46720,Xu(49728)|0);return}function rH(){Os(46704,Xu(49696)|0);return}function sH(a){a=a|0;if((a|0)==23)return;else Ra(15367,14385,907,15398)}function tH(a){a=a|0;Jz(a);SK(a);return}function uH(a){a=a|0;oG(a+8|0);SK(a);return}function vH(a){a=a|0;if(!(NK(a|0)|0))return;else Ra(43361,43369,48,43471)}function wH(){if((i[47176]|0)==0?WH(47176)|0:0)Ja(51612,183)|0;return}function xH(a){a=a|0;k[a>>2]=7684;MI(a+4|0);SK(a);return}function yH(a){a=a|0;k[a>>2]=7620;MI(a+4|0);SK(a);return}function zH(a,b){a=a|0;b=b|0;a=cE(a)|0;return (cE(b)|0)+a|0}function AH(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[4652+(b<<2)>>2]|0;return b|0}function BH(a,b){a=a|0;b=b|0;if(b>>>0<128)b=k[6188+(b<<2)>>2]|0;return b|0}function CH(a){a=a|0;k[a>>2]=2664;UG(a+4|0);return}function DH(a){a=a|0;Xz(a);SK(a);return}function EH(a,b){a=a|0;b=b|0;return (Nu((a|0)==0?55711:a,(b|0)==0?55711:b)|0)<0|0}function FH(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return $b[a&31](b|0,c|0,d|0)|0}function GH(a,b,c,d,e,f,g){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;g=g|0;ea(0);return 0}function HH(a){a=a|0;if(!a)a=0;else a=(ci(a,2280)|0)!=0;return a&1|0}function IH(a){a=a|0;var b=0;b=k[12427]|0;k[12427]=b+1;k[a+4>>2]=b+1;return}function JH(a){a=a|0;return dc[k[a+4>>2]&31]()|0}function KH(a){a=a|0;if((a|0)==22)return;else Ra(15367,14385,907,15398)}function LH(){k[11796]=0;k[11797]=0;k[11798]=0;Fb(161,47184,x|0)|0;return}function MH(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)Gs(a,b,c)|0;return}function NH(){k[11809]=0;k[11810]=0;k[11808]=47236;Dd();return}function OH(a,b,c){a=a|0;b=b|0;c=c|0;if(b|0)JB(a,c,b)|0;return}function PH(a,b,c){a=a|0;b=b|0;c=c|0;if(c|0)bA(a,b,c)|0;return}function QH(a,b){a=a|0;b=b|0;a=cl(a,b)|0;return ((i[a>>0]|0)==(b&255)<<24>>24?a:0)|0}function RH(a){a=a|0;return 144}function SH(a){a=a|0;return 120}function TH(a){a=a|0;a=(k[a+4>>2]|0)-(k[a>>2]|0)>>2;return (a>>>0>1?a:1)|0}function UH(a){a=a|0;return 88}function VH(){var a=0;a=fB(20)|0;xI(a);k[a>>2]=3372;return a|0}function WH(a){a=a|0;if((i[a>>0]|0)==1)a=0;else{i[a>>0]=1;a=1}return a|0}function XH(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0}function YH(a){a=a|0;oG(a+8|0);return}function ZH(a){a=a|0;a=a+16|0;k[a>>2]=k[a>>2]|1;return}function _H(a,b){a=a|0;b=b|0;k[a>>2]=b;lI(b);return}function $H(a){a=a|0;k[a>>2]=7684;MI(a+4|0);return}function aI(a){a=a|0;k[a>>2]=7620;MI(a+4|0);return}function bI(a,b,c){a=a|0;b=b|0;c=c|0;return 0}function cI(){var a=0;a=fB(20)|0;xI(a);k[a>>2]=3412;return a|0}function dI(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;ic[a&15](b|0,c|0,d|0)}function eI(a){a=a|0;return hA(Gm()|0,a)|0}function fI(a){a=a|0;var b=0;b=r;r=r+a|0;r=r+15&-16;return b|0}function gI(a,b){a=a|0;b=b|0;Va(37,b|0)|0;return}function hI(a,b){a=a|0;b=b|0;k[a+16>>2]=(k[a+24>>2]|0)==0|b;return}function iI(a){a=a|0;if(a|0){Ko(a);SK(a)}return}function jI(a){a=a|0;if(!a)Ra(18770,14385,1166,18342);else return}function kI(a,b){a=a|0;b=b|0;if(!a)a=0;else a=en(a,b)|0;return a|0}function lI(a){a=a|0;a=a+4|0;k[a>>2]=(k[a>>2]|0)+1;return}function mI(a,b,c){a=a|0;b=b|0;c=c|0;return (b>>>0<128?b&255:c)|0}function nI(a){a=a|0;if(!a)a=1;else a=(k[a>>2]|0)==3;return a|0}function oI(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;ea(8);return 0}function pI(a,b,c){a=a|0;b=b|0;c=c|0;return (b<<24>>24>-1?b:c)|0}function qI(a,b,c){a=a|0;b=b|0;c=c|0;return a|0}function rI(a){a=a|0;Nz(a+4|0);SK(a);return}function sI(a){a=a|0;Nz(a+8|0);SK(a);return}function tI(a){a=a|0;$H(a);SK(a);return}function uI(a){a=a|0;aI(a);SK(a);return}function vI(a){a=a|0;UG(a);return}function wI(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=+f;ea(4);return 0}function xI(a){a=a|0;eA(a);k[a>>2]=3332;k[a+16>>2]=48824;return}function yI(){return Db()|0}function zI(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;return se(a,b,c,d,0)|0}function AI(a){a=+a;return a<=2147483647.0&(a>=-2147483648.0&(xK(a)|0))|0}function BI(){MC(48992,35647)|0;return}function CI(a){a=a|0;if(!a)a=1;else a=(k[a>>2]|0)==0;return a&1|0}function DI(a){a=a|0;$C(a);SK(a);return}function EI(a,b,c){a=a|0;b=b|0;c=c|0;c=ur(a,b,c,0,-2147483648)|0;return c|0}function FI(){k[11677]=0;k[11676]=10520;i[46716]=0;k[11678]=11404;return}function GI(){return Qb()|0}function HI(a,b,c){a=a|0;b=b|0;c=c|0;return nc[a&31](b|0,c|0)|0}function II(a,b,c,d,e,f){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;f=f|0;ea(2)}function JI(a){a=a|0;k[a+4>>2]=k[(k[a+12>>2]|0)+4>>2];return}function KI(){MC(48992,35647)|0;Ub(1)}function LI(a,b,c){a=a|0;b=b|0;c=c|0;c=ur(a,b,c,-1,-1)|0;return c|0}function MI(a){a=a|0;tB(k[a>>2]|0);return}function NI(){NH();Fb(162,47232,x|0)|0;return}function OI(a){a=a|0;Ta(k[a>>2]|0,0)|0;k[a>>2]=0;return}function PI(){var a=0;a=Hb(84)|0;return ((a|0)<0?0:a)|0}function QI(a){a=a|0;Nz(a+4|0);return}function RI(a){a=a|0;Nz(a+8|0);return}function SI(a){a=a|0;return 2}function TI(a){a=a|0;return 696}function UI(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;ea(17);return 0}function VI(a,b,c){a=a|0;b=b|0;c=c|0;return oh(0,a,b,c|0?c:48148)|0}function WI(a,b,c){a=a|0;b=b|0;c=c|0;return}function XI(){return Eb()|0}function YI(a,b,c){a=a|0;b=b|0;c=c|0;c=LI(a,b,c)|0;return c|0}function ZI(a,b){a=a|0;b=b|0;if(!y){y=a;z=b}}function _I(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=+e;ea(16);return 0}function $I(a){a=a|0;return Rf(a,0)|0}function aJ(a){a=a|0;return Mf(a,0)|0}function bJ(){return $a()|0}function cJ(){zg();Fb(171,55710,x|0)|0;return}function dJ(a,b,c){a=a|0;b=b|0;c=c|0;fc[a&255](b|0,c|0)}function eJ(a,b,c){a=a|0;b=b|0;c=c|0;c=EI(a,b,c)|0;return c|0}function fJ(){return Ib()|0}function gJ(){var a=0;a=fB(20)|0;xI(a);return a|0}function hJ(){Ra(43631,43507,1194,43660)}function iJ(){Ra(43478,43507,1183,43610)}function jJ(a,b){a=a|0;b=b|0;return -1}function kJ(a){a=a|0;return Rf(a,1)|0}function lJ(a){a=a|0;return Mf(a,1)|0}function mJ(){k[11933]=0;Fb(167,47732,x|0)|0;return}function nJ(){Ra(43313,43210,315,43660)}function oJ(){Ra(43187,43210,304,43610)}function pJ(){return pb()|0}function qJ(a,b){a=a|0;b=b|0;b=ur(a,b,10,-2147483648,0)|0;return b|0}function rJ(a){a=a|0;return ((a+-48|0)>>>0<10|((a|32)+-97|0)>>>0<6)&1|0}function sJ(a,b,c){a=a|0;b=b|0;c=c|0;return vv(a,b,c)|0}function tJ(a){a=a|0;if(!a)return;else Px()}function uJ(){ue();k[12880]=47008;return}function vJ(a){a=a|0;ob(a|0)|0;return}function wJ(){return Cb()|0}function xJ(a){a=a|0;a=a+(Jo(a)|0)|0;return (i[a>>0]|0?a:0)|0}function yJ(){var a=0;a=k[12906]|0;k[12906]=a+0;return a|0}function zJ(a){a=a|0;Nz(a);return}function AJ(a,b){a=a|0;b=b|0}function BJ(a,b,c,d,e){a=a|0;b=b|0;c=c|0;d=d|0;e=e|0;ea(3)}function CJ(){return rb()|0}function DJ(a){a=a|0;Vr(a);SK(a);return}function EJ(){return Xa()|0}function FJ(){return Ga()|0}function GJ(){return ib()|0}function HJ(){var a=0;a=k[2730]|0;k[2730]=a+0;return a|0}function IJ(a){a=a|0;aH(a);SK(a);return}function JJ(a){a=a|0;bH(a);SK(a);return}function KJ(){return db()|0}function LJ(){return vb()|0}function MJ(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;ea(13);return 0}function NJ(a,b){a=a|0;b=b|0;return FB(a,b)|0}function OJ(a){a=a|0;Ob(a|0)|0;return}function PJ(){return Ia()|0}function QJ(a,b,c){a=a|0;b=b|0;c=c|0;pi(a,b,c);return}function RJ(a,b){a=a|0;b=b|0;return hc[a&127](b|0)|0}function SJ(a){a=a|0;jb(a|0)|0;Px()}function TJ(a){a=a|0;return k[a+12>>2]|0}function UJ(a,b){a=a|0;b=b|0;return b<<24>>24|0}function VJ(){return mb()|0}function WJ(){return Bb()|0}function XJ(a){a=a|0;Nz(a);SK(a);return}function YJ(a){a=a|0;MF(a);SK(a);return}function ZJ(a){a=a|0;return k[a+8>>2]|0}function _J(a){a=a|0;return i[a+9>>0]|0}function $J(a){a=a|0;return i[a+8>>0]|0}function aK(){return La()|0}function bK(a){a=a|0;return -1}function cK(){return yb()|0}function dK(a,b){a=a|0;b=b|0;r=a;s=b}function eK(a){a=a|0;return 2147483647}function fK(a,b,c,d){a=a|0;b=b|0;c=c|0;d=d|0;ea(14)}function gK(){return Tb()|0}function hK(a){a=a|0;return ((a|0)==32|(a+-9|0)>>>0<5)&1|0}function iK(){return ub()|0}function jK(a,b){a=a|0;b=b|0;ec[a&255](b|0)}function kK(a){a=a|0;qb(a|0)|0;return}function lK(a){a=a|0;NK(a|0)|0;return}function mK(a){a=a|0;return 4}function nK(a,b){a=a|0;b=b|0;return b|0}function oK(a,b){a=a|0;b=b|0;return +(+qq(a,b,2))}function pK(a){a=a|0;return 127}function qK(a,b){a=a|0;b=b|0;return}function rK(a,b,c){a=a|0;b=b|0;c=c|0;ea(1);return 0}function sK(a,b){a=a|0;b=b|0;return +(+qq(a,b,0))}function tK(a,b){a=a|0;b=b|0;return +(+qq(a,b,1))}function uK(a){a=a|0;k[a>>2]=11012;return}function vK(a,b){a=+a;b=+b;return +(+Iw(a,b))}function wK(a,b){a=+a;b=b|0;return +(+Uo(a,b))}function xK(a){a=+a;return +Je(a,1.0)==0.0|0}function yK(a,b,c){a=a|0;b=b|0;c=c|0;ea(10)}function zK(a){a=a|0;return 1}function AK(a){a=a|0;return dc[a&31]()|0}function BK(a,b){a=+a;b=b|0;return +(+Gp(a,b))}function CK(a){a=a|0;return (a+-48|0)>>>0<10|0}function DK(a){a=a|0;return (a+-65|0)>>>0<26|0}function EK(a,b){a=+a;b=+b;return +(+Je(a,b))}function FK(a,b){a=a|0;b=b|0;ea(15);return 0}function GK(a){a=a|0;return 44374}function HK(a){a=a|0;return 44346}function IK(a){a=a|0;jc[a&3]()}function JK(a){a=a|0;return rJ(a)|0}function KK(){Ma()}function LK(a){a=+a;return +(+Pz(a))}function MK(a,b){a=a|0;b=b|0;ea(7)}function NK(a){a=a|0;return 0}function OK(a){a=+a;return +(+Kw(a))}function PK(a){a=a|0;return fB(a)|0}function QK(a){a=a|0;SK(a);return}function RK(a){a=a|0;r=a}function SK(a){a=a|0;Vc(a);return}function TK(a){a=a|0;N=a}function UK(a){a=a|0;ea(9);return 0}function VK(a){a=a|0;return a|0}function WK(a){a=a|0;return}function XK(){return}function YK(){return N|0}function ZK(){return r|0}function _K(a){a=a|0;ea(6)}function $K(){ea(5);return 0}function aL(){return 0}function bL(){ea(11)}
// EMSCRIPTEN_END_FUNCS
-var _b=[XF,sl,Rl,af,ff,Ue,Ye,XF];var $b=[II,GG,fq,wn,tg,Hj,yg,at,Zi,_t,ny,GG,wq,zn,us,vs,jy,ey,aF,aF,Rx,Sx,FG,ZC,oy,py,CG,Em,kF,Ai,sG,SH];var ac=[ZG,Qe,Mg,Ux,Ux,$i,Xf,hw,ys,rh,ZG,ZG,ZG,ZG,ZG,ZG];var bc=[QH,cm,_g,ve];var cc=[MG,Ge,Ce,MG];var dc=[qJ,WH,WG,uH,LH,PG,lI,kI,xI,tI,jI,qH,VH,vH,kG,tG,$H,dI,RH,kH,FH,KH,_H,UH,zI,rI,qJ,qJ,qJ,qJ,qJ,qJ];var ec=[pJ,UA,vD,_A,$A,eH,IG,RE,sD,Pz,PD,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,fJ,lJ,fJ,TF,nF,aB,DD,BD,CD,hB,iB,nx,PA,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,nF,nF,nF,Ay,mI,rG,PF,qG,OF,eH,IG,RE,sD,dH,HG,QE,rD,dH,HG,QE,rD,JG,KG,JG,KG,lJ,fJ,DF,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,nG,LF,nG,LF,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,lJ,fJ,fJ,FB,UG,dr,TH,dE,nI,sF,ZH,rF,YH,fJ,fJ,fJ,fJ,fJ,lJ,fJ,lJ,lJ,fJ,lJ,fJ,fJ,fJ,fJ,fJ,LG,Xh,mF,Bx,EA,aC,gv,$r,Ek,NB,ym,lJ,lJ,$x,ZF,rC,jC,fC,jF,kC,iC,eC,$E,lJ,Vc,KD,Zz,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ,pJ];var fc=[bJ,HI,mB,oB,nB,Sf,xG,PH,Qx,Xu,ow,nw,CC,Ku,HI,_v,Tv,Gt,Ft,pz,pz,pz,rA,SD,SD,pz,pz,pz,rA,SD,SD,pz,pz,pz,qA,SD,SD,pz,pz,pz,qA,SD,SD,HI,HI,OE,LA,JA,NE,Sz,Qz,dd,fA,RA,sA,eA,Uz,vA,ez,Ny,IC,Az,AC,zC,tA,dA,wC,cA,Vz,$C,Cy,uA,OC,OB,ed,dD,wD,hD,Jy,gA,kD,tC,oC,IC,HC,AC,zC,iD,fD,wC,eD,bD,$C,aD,jD,OC,OB,Sc,dD,wD,hD,GA,BA,kD,Ef,Bk,IC,HC,AC,zC,iD,fD,wC,eD,bD,$C,aD,jD,OC,OB,bd,yA,wD,KA,xA,mA,kD,tC,oC,IC,HC,AC,zC,iD,fD,wC,eD,bD,$C,aD,jD,OC,OB,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ,bJ];var gc=[EG,Eg,Av,zv,sv,tv,tv,rv,ev,fv,fv,Sd,Dg,yv,xv,pv,qv,qv,ov,cv,dv,dv,Jd,Yi,Xi,Ti,Si,Vu,Yo,Uq,Tq,wr,Zu,Po,Sq,Rq,vr,Ie,De,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG,EG];var hc=[jJ,cJ,cJ,Zq,Yx,XI,WA,zD,jG,YA,zD,hG,XA,zD,gG,cJ,cJ,GI,oA,Lu,wE,Vv,qE,Uv,pE,sC,_F,gH,ou,en,qF,qB,sI,cJ,cJ,sI,Xx,Pm,Pm,oH,AH,pH,BH,fH,Pg,hf,gn,Fw,Ew,Iw,Jw,fH,Sg,mf,jn,lw,kw,jw,mw,FI,FI,cJ,FI,FI,cJ,vI,vI,cJ,vI,vI,cJ,cJ,cJ,DI,dw,cJ,Bz,qI,pI,oI,hI,GI,GI,GI,cJ,cJ,DI,YI,is,is,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ,jJ];var ic=[QI,jH,jH,OD,Wn,Zs,Ks,Ss];var jc=[sJ,$I,Zj,UB];var kc=[cF,rd,qd,Sr,Ur,Kf,kf,Tz,Tz,Pr,Rr,cF,cF,cF,cF,cF];var lc=[aI,aA,uw,px,xw,iA,aI,aI];var mc=[wI,Jx,mG,Qk,Be,Ve,tu,Qy,Qy,Sw,Qw,Gx,Qt,em,wI,wI];var nc=[WI,Jm,$f,YB,_B,ZB,Ky,nA,kA,jA,ED,dB,zH,zH,zH,zH,xh,Bh,Ph,Sh,eF,VE,EI,RF,SF,iI,WI,WI,WI,WI,WI,WI];var oc=[nH,hg,gg,dg,cg,nH,nH,nH];var pc=[hH,Pq,qr,bh,hi,gi,fj,ch,di,fi,bj,YD,CB,Bm,Vo,_x,lv,YD,BC,YD,vB,hH,hH,hH,hH,hH,hH,hH,hH,hH,hH,hH];return{_instantiate:_i,___udivdi3:QG,_interpreter_stack_trace:rw,_bitshift64Lshr:uC,_bitshift64Shl:pC,_fflush:cs,_load_asm2wasm:Jf,___cxa_is_pointer_type:YF,_bitshift64Ashr:EB,_memset:es,___cxa_demangle:$d,_i64Add:HE,_memcpy:aq,___muldi3:Kz,___uremdi3:Py,___divdi3:Ap,_llvm_cttz_i32:Mw,_i64Subtract:UC,___udivmoddi4:oe,_load_s_expr2wasm:Nm,_pthread_self:rJ,_pthread_mutex_unlock:cJ,___remdi3:Pn,_pthread_cond_broadcast:cJ,___errno_location:TE,_call_from_js:ge,___muldsi3:Cv,___cxa_can_catch:Gw,_free:Vc,_load_binary2wasm:oh,_memmove:ew,_malloc:xc,_pthread_mutex_lock:cJ,__GLOBAL__I_000101:rH,__GLOBAL__sub_I_wasm_js_cpp:aG,__GLOBAL__sub_I_pass_cpp:aH,__GLOBAL__sub_I_parser_cpp:je,__GLOBAL__sub_I_simple_ast_cpp:cx,__GLOBAL__sub_I_optimizer_shared_cpp:xy,__GLOBAL__sub_I_threads_cpp:CH,__GLOBAL__sub_I_shared_constants_cpp:bg,__GLOBAL__sub_I_wasm_cpp:Og,__GLOBAL__sub_I_iostream_cpp:mJ,runPostSets:TC,_emscripten_replace_memory:Zb,stackAlloc:wG,stackSave:oJ,stackRestore:gJ,establishStackSpace:uI,setThrew:mH,setTempRet0:iJ,getTempRet0:nJ,dynCall_iiiiiiii:hA,dynCall_iiii:WF,dynCall_viiiiii:bC,dynCall_viiiii:HD,dynCall_iiiiiid:MB,dynCall_i:RI,dynCall_vi:AI,dynCall_vii:sH,dynCall_iiiiiii:BB,dynCall_ii:fI,dynCall_viii:uG,dynCall_v:ZI,dynCall_iiiiiiiii:Uy,dynCall_iiiii:EE,dynCall_viiii:lF,dynCall_iii:XG,dynCall_iiiiid:qD,dynCall_iiiiii:cD}})
+var _b=[GH,Tl,sm,jf,of,af,df,GH];var $b=[rK,qI,Vq,Xn,uf,bk,Hg,Qt,Su,pj,xz,qI,jr,$n,lt,mt,tz,oz,LG,LG,$y,az,pI,uE,yz,zz,mI,dn,VG,Si,bI,sJ];var ac=[II,Ye,Di,cz,cz,qj,cg,mx,ot,Dh,II,II,II,II,II,II];var bc=[BJ,Cm,eh,Ae];var cc=[wI,Le,Ge,wI];var dc=[$K,GJ,GI,fJ,yI,WJ,gK,cK,VJ,bJ,FJ,gJ,VH,cI,LJ,PJ,CJ,XI,pJ,wJ,KJ,EJ,iK,aK,$K,$K,$K,$K,$K,$K,$K,$K];var ec=[_K,kC,bF,rC,sC,RI,sI,yG,_E,gB,wF,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,QK,WK,QK,CH,YG,tC,jF,hF,iF,AC,BC,Jz,tH,tH,WK,QK,WK,QK,Xz,DH,Xz,DH,DH,WK,QK,WK,QK,WK,QK,WK,QK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,YG,YG,YG,Nz,XJ,aI,yH,$H,xH,RI,sI,yG,_E,QI,rI,xG,ZE,QI,rI,xG,ZE,tI,uI,tI,uI,WK,QK,mH,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,YH,uH,YH,uH,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,WK,QK,QK,$C,DI,Vr,DJ,MF,YJ,bH,JJ,aH,IJ,QK,QK,QK,QK,QK,WK,QK,WK,WK,QK,WK,QK,QK,QK,QK,QK,vI,fi,XG,Ky,WB,AD,iw,Qs,Xk,lD,_m,WK,WK,jz,IH,SD,LD,HD,UG,MD,KD,GD,KG,WK,Vc,rF,rB,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K,_K];var fc=[MK,qK,IC,KC,JC,gI,AJ,_y,yD,mD,Yv,tx,sx,aE,Iv,qK,Ww,Xw,wu,xu,BA,BA,BA,LB,zF,zF,BA,BA,BA,LB,zF,zF,BA,BA,BA,KB,zF,zF,BA,BA,BA,KB,zF,zF,qK,qK,uG,cC,$B,tG,iB,hB,zs,fo,jo,zB,iC,MB,yB,kB,PB,sA,aA,wE,RA,jE,iE,NB,xB,NE,wB,mB,lB,WE,Qz,OB,yE,BD,ed,AE,nF,TE,Yz,AB,XE,_D,VD,wE,vE,jE,iE,UE,ME,NE,LE,HE,FE,WE,GE,VE,yE,BD,yu,uy,bv,dC,nF,TE,OE,EE,XE,_D,VD,wE,vE,jE,iE,UE,ME,NE,LE,HE,FE,WE,GE,VE,yE,BD,Tc,AE,nF,TE,OE,EE,$k,xe,Wk,wE,vE,jE,iE,UE,ME,NE,LE,HE,FE,WE,GE,VE,yE,BD,_c,bD,ED,eD,VA,EE,XE,_D,VD,wE,vE,jE,iE,UE,dB,NE,aD,PC,OC,WE,GE,fD,yE,BD,cd,SB,nF,aC,RB,GB,XE,_D,VD,wE,vE,jE,iE,UE,ME,NE,LE,HE,FE,WE,GE,VE,yE,BD,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK,MK];var gc=[oI,Ng,Cw,Bw,uw,vw,vw,tw,gw,hw,hw,Ud,Mg,Aw,zw,rw,sw,sw,qw,ew,fw,fw,Ld,mj,lj,hj,gj,Wv,Kp,Jr,Ir,ms,$v,Ap,Hr,Gr,ls,Ne,He,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI,oI];var hc=[UK,NK,NK,Pr,fz,GK,nC,fF,UH,pC,fF,SH,oC,fF,RH,NK,NK,zK,KE,UD,EG,zK,IB,Jv,eG,Zw,ZF,Yw,YF,TD,JH,TI,mv,Fn,$G,LC,bK,NK,NK,bK,ez,mn,mn,$I,kJ,aJ,lJ,SI,Vg,rf,Hn,Nx,Mx,Qx,Rx,SI,Zg,xf,Kn,qx,px,ox,rx,pK,pK,NK,pK,pK,NK,eK,eK,NK,eK,eK,NK,NK,NK,mK,ix,NK,SA,$J,_J,ZJ,TJ,zK,zK,zK,NK,NK,mK,HK,Zs,Zs,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK,UK];var ic=[yK,WI,WI,Ke,ki,vF,ft,yo,pt,ux,zu,dw,yK,yK,yK,yK];var jc=[bL,KK,wk,sD];var kc=[NG,ud,td,Is,Ks,Sf,tf,jB,jB,Fs,Hs,NG,NG,NG,NG,NG];var lc=[MJ,uB,Ax,xy,Dx,CB,MJ,MJ];var mc=[fK,Ry,XH,kl,Fe,Xe,ny,rv,cx,dA,dA,Zx,Xx,Py,Iu,Em];var nc=[FK,gn,fg,vD,xD,wD,YB,Zz,HB,EB,DB,kF,wC,jJ,jJ,jJ,jJ,Kh,Nh,Xh,Zh,PG,DG,nK,AH,BH,UJ,FK,FK,FK,FK,FK];var oc=[_I,pg,og,ig,hg,_I,_I,_I];var pc=[UI,Er,fs,jh,vi,ui,Aj,nh,qi,ti,tj,FF,YC,an,Ip,hz,nw,FF,$D,FF,RC,UI,UI,UI,UI,UI,UI,UI,UI,UI,UI,UI];return{_instantiate:Pi,___udivdi3:zI,_interpreter_stack_trace:xx,_bitshift64Lshr:WD,_bitshift64Shl:QD,_sbrk:Wu,_fflush:Us,_load_asm2wasm:ii,___cxa_is_pointer_type:HH,_bitshift64Ashr:_C,_memset:Vs,___cxa_demangle:be,_i64Add:nG,_memcpy:Qq,___muldi3:aB,___uremdi3:cA,___divdi3:mq,_llvm_cttz_i32:Ux,_i64Subtract:pE,___udivmoddi4:se,_load_s_expr2wasm:ln,_pthread_self:aL,_pthread_mutex_unlock:NK,___remdi3:uo,_pthread_cond_broadcast:NK,___errno_location:CG,_call_from_js:je,___muldsi3:Dw,___cxa_can_catch:Ox,_free:Vc,_load_binary2wasm:mh,_memmove:jx,_malloc:yc,_pthread_mutex_lock:NK,__GLOBAL__I_000101:cJ,__GLOBAL__sub_I_wasm_js_cpp:LH,__GLOBAL__sub_I_pass_cpp:NI,__GLOBAL__sub_I_parser_cpp:oe,__GLOBAL__sub_I_simple_ast_cpp:jy,__GLOBAL__sub_I_optimizer_shared_cpp:Kz,__GLOBAL__sub_I_threads_cpp:mJ,__GLOBAL__sub_I_shared_constants_cpp:jg,__GLOBAL__sub_I_wasm_cpp:Wg,__GLOBAL__sub_I_iostream_cpp:XK,runPostSets:oE,_emscripten_replace_memory:Zb,stackAlloc:fI,stackSave:ZK,stackRestore:RK,establishStackSpace:dK,setThrew:ZI,setTempRet0:TK,getTempRet0:YK,dynCall_iiiiiiii:BB,dynCall_iiii:FH,dynCall_viiiiii:DD,dynCall_viiiii:oF,dynCall_iiiiiid:kD,dynCall_i:AK,dynCall_vi:jK,dynCall_vii:dJ,dynCall_iiiiiii:XC,dynCall_ii:RJ,dynCall_viii:dI,dynCall_v:IK,dynCall_iiiiiiiii:gA,dynCall_iiiii:kG,dynCall_viiii:WG,dynCall_iii:HI,dynCall_iiiiid:YE,dynCall_iiiiii:zE}})
// EMSCRIPTEN_END_ASM
-(Module.asmGlobalArg,Module.asmLibraryArg,buffer);var __GLOBAL__sub_I_simple_ast_cpp=Module["__GLOBAL__sub_I_simple_ast_cpp"]=asm["__GLOBAL__sub_I_simple_ast_cpp"];var _instantiate=Module["_instantiate"]=asm["_instantiate"];var ___udivdi3=Module["___udivdi3"]=asm["___udivdi3"];var _interpreter_stack_trace=Module["_interpreter_stack_trace"]=asm["_interpreter_stack_trace"];var _bitshift64Lshr=Module["_bitshift64Lshr"]=asm["_bitshift64Lshr"];var __GLOBAL__sub_I_wasm_cpp=Module["__GLOBAL__sub_I_wasm_cpp"]=asm["__GLOBAL__sub_I_wasm_cpp"];var _bitshift64Shl=Module["_bitshift64Shl"]=asm["_bitshift64Shl"];var __GLOBAL__sub_I_parser_cpp=Module["__GLOBAL__sub_I_parser_cpp"]=asm["__GLOBAL__sub_I_parser_cpp"];var _fflush=Module["_fflush"]=asm["_fflush"];var _load_asm2wasm=Module["_load_asm2wasm"]=asm["_load_asm2wasm"];var ___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=asm["___cxa_is_pointer_type"];var __GLOBAL__sub_I_pass_cpp=Module["__GLOBAL__sub_I_pass_cpp"]=asm["__GLOBAL__sub_I_pass_cpp"];var _bitshift64Ashr=Module["_bitshift64Ashr"]=asm["_bitshift64Ashr"];var _memset=Module["_memset"]=asm["_memset"];var ___cxa_demangle=Module["___cxa_demangle"]=asm["___cxa_demangle"];var _load_s_expr2wasm=Module["_load_s_expr2wasm"]=asm["_load_s_expr2wasm"];var _memcpy=Module["_memcpy"]=asm["_memcpy"];var ___muldi3=Module["___muldi3"]=asm["___muldi3"];var __GLOBAL__sub_I_shared_constants_cpp=Module["__GLOBAL__sub_I_shared_constants_cpp"]=asm["__GLOBAL__sub_I_shared_constants_cpp"];var ___uremdi3=Module["___uremdi3"]=asm["___uremdi3"];var ___divdi3=Module["___divdi3"]=asm["___divdi3"];var _llvm_cttz_i32=Module["_llvm_cttz_i32"]=asm["_llvm_cttz_i32"];var _i64Subtract=Module["_i64Subtract"]=asm["_i64Subtract"];var ___udivmoddi4=Module["___udivmoddi4"]=asm["___udivmoddi4"];var _i64Add=Module["_i64Add"]=asm["_i64Add"];var _pthread_self=Module["_pthread_self"]=asm["_pthread_self"];var _pthread_mutex_unlock=Module["_pthread_mutex_unlock"]=asm["_pthread_mutex_unlock"];var __GLOBAL__I_000101=Module["__GLOBAL__I_000101"]=asm["__GLOBAL__I_000101"];var ___remdi3=Module["___remdi3"]=asm["___remdi3"];var __GLOBAL__sub_I_iostream_cpp=Module["__GLOBAL__sub_I_iostream_cpp"]=asm["__GLOBAL__sub_I_iostream_cpp"];var _pthread_cond_broadcast=Module["_pthread_cond_broadcast"]=asm["_pthread_cond_broadcast"];var ___errno_location=Module["___errno_location"]=asm["___errno_location"];var _call_from_js=Module["_call_from_js"]=asm["_call_from_js"];var ___muldsi3=Module["___muldsi3"]=asm["___muldsi3"];var ___cxa_can_catch=Module["___cxa_can_catch"]=asm["___cxa_can_catch"];var _free=Module["_free"]=asm["_free"];var runPostSets=Module["runPostSets"]=asm["runPostSets"];var __GLOBAL__sub_I_wasm_js_cpp=Module["__GLOBAL__sub_I_wasm_js_cpp"]=asm["__GLOBAL__sub_I_wasm_js_cpp"];var _load_binary2wasm=Module["_load_binary2wasm"]=asm["_load_binary2wasm"];var _memmove=Module["_memmove"]=asm["_memmove"];var __GLOBAL__sub_I_threads_cpp=Module["__GLOBAL__sub_I_threads_cpp"]=asm["__GLOBAL__sub_I_threads_cpp"];var _malloc=Module["_malloc"]=asm["_malloc"];var _pthread_mutex_lock=Module["_pthread_mutex_lock"]=asm["_pthread_mutex_lock"];var _emscripten_replace_memory=Module["_emscripten_replace_memory"]=asm["_emscripten_replace_memory"];var __GLOBAL__sub_I_optimizer_shared_cpp=Module["__GLOBAL__sub_I_optimizer_shared_cpp"]=asm["__GLOBAL__sub_I_optimizer_shared_cpp"];var dynCall_iiiiiiii=Module["dynCall_iiiiiiii"]=asm["dynCall_iiiiiiii"];var dynCall_iiii=Module["dynCall_iiii"]=asm["dynCall_iiii"];var dynCall_viiiiii=Module["dynCall_viiiiii"]=asm["dynCall_viiiiii"];var dynCall_viiiii=Module["dynCall_viiiii"]=asm["dynCall_viiiii"];var dynCall_iiiiiid=Module["dynCall_iiiiiid"]=asm["dynCall_iiiiiid"];var dynCall_i=Module["dynCall_i"]=asm["dynCall_i"];var dynCall_vi=Module["dynCall_vi"]=asm["dynCall_vi"];var dynCall_vii=Module["dynCall_vii"]=asm["dynCall_vii"];var dynCall_iiiiiii=Module["dynCall_iiiiiii"]=asm["dynCall_iiiiiii"];var dynCall_ii=Module["dynCall_ii"]=asm["dynCall_ii"];var dynCall_viii=Module["dynCall_viii"]=asm["dynCall_viii"];var dynCall_v=Module["dynCall_v"]=asm["dynCall_v"];var dynCall_iiiiiiiii=Module["dynCall_iiiiiiiii"]=asm["dynCall_iiiiiiiii"];var dynCall_iiiii=Module["dynCall_iiiii"]=asm["dynCall_iiiii"];var dynCall_viiii=Module["dynCall_viiii"]=asm["dynCall_viiii"];var dynCall_iii=Module["dynCall_iii"]=asm["dynCall_iii"];var dynCall_iiiiid=Module["dynCall_iiiiid"]=asm["dynCall_iiiiid"];var dynCall_iiiiii=Module["dynCall_iiiiii"]=asm["dynCall_iiiiii"];Runtime.stackAlloc=asm["stackAlloc"];Runtime.stackSave=asm["stackSave"];Runtime.stackRestore=asm["stackRestore"];Runtime.establishStackSpace=asm["establishStackSpace"];Runtime.setTempRet0=asm["setTempRet0"];Runtime.getTempRet0=asm["getTempRet0"];function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}ExitStatus.prototype=new Error;ExitStatus.prototype.constructor=ExitStatus;var initialStackTop;var preloadStartTime=null;var calledMain=false;dependenciesFulfilled=function runCaller(){if(!Module["calledRun"])run();if(!Module["calledRun"])dependenciesFulfilled=runCaller};Module["callMain"]=Module.callMain=function callMain(args){args=args||[];ensureInitRuntime();var argc=args.length+1;function pad(){for(var i=0;i<4-1;i++){argv.push(0)}}var argv=[allocate(intArrayFromString(Module["thisProgram"]),"i8",ALLOC_NORMAL)];pad();for(var i=0;i<argc-1;i=i+1){argv.push(allocate(intArrayFromString(args[i]),"i8",ALLOC_NORMAL));pad()}argv.push(0);argv=allocate(argv,"i32",ALLOC_NORMAL);try{var ret=Module["_main"](argc,argv,0);exit(ret,true)}catch(e){if(e instanceof ExitStatus){return}else if(e=="SimulateInfiniteLoop"){Module["noExitRuntime"]=true;return}else{if(e&&typeof e==="object"&&e.stack)Module.printErr("exception thrown: "+[e,e.stack]);throw e}}finally{calledMain=true}};function run(args){args=args||Module["arguments"];if(preloadStartTime===null)preloadStartTime=Date.now();if(runDependencies>0){return}preRun();if(runDependencies>0)return;if(Module["calledRun"])return;function doRun(){if(Module["calledRun"])return;Module["calledRun"]=true;if(ABORT)return;ensureInitRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();if(Module["_main"]&&shouldRunNow)Module["callMain"](args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout((function(){setTimeout((function(){Module["setStatus"]("")}),1);doRun()}),1)}else{doRun()}}Module["run"]=Module.run=run;function exit(status,implicit){if(implicit&&Module["noExitRuntime"]){return}if(Module["noExitRuntime"]){}else{ABORT=true;EXITSTATUS=status;STACKTOP=initialStackTop;exitRuntime();if(Module["onExit"])Module["onExit"](status)}if(ENVIRONMENT_IS_NODE){process["exit"](status)}else if(ENVIRONMENT_IS_SHELL&&typeof quit==="function"){quit(status)}throw new ExitStatus(status)}Module["exit"]=Module.exit=exit;var abortDecorators=[];function abort(what){if(what!==undefined){Module.print(what);Module.printErr(what);what=JSON.stringify(what)}else{what=""}ABORT=true;EXITSTATUS=1;var extra="\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.";var output="abort("+what+") at "+stackTrace()+extra;if(abortDecorators){abortDecorators.forEach((function(decorator){output=decorator(output,what)}))}throw output}Module["abort"]=Module.abort=abort;if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=true;if(Module["noInitialRun"]){shouldRunNow=false}run()
+(Module.asmGlobalArg,Module.asmLibraryArg,buffer);var __GLOBAL__sub_I_simple_ast_cpp=Module["__GLOBAL__sub_I_simple_ast_cpp"]=asm["__GLOBAL__sub_I_simple_ast_cpp"];var _instantiate=Module["_instantiate"]=asm["_instantiate"];var ___udivdi3=Module["___udivdi3"]=asm["___udivdi3"];var _interpreter_stack_trace=Module["_interpreter_stack_trace"]=asm["_interpreter_stack_trace"];var _bitshift64Lshr=Module["_bitshift64Lshr"]=asm["_bitshift64Lshr"];var __GLOBAL__sub_I_wasm_cpp=Module["__GLOBAL__sub_I_wasm_cpp"]=asm["__GLOBAL__sub_I_wasm_cpp"];var _bitshift64Shl=Module["_bitshift64Shl"]=asm["_bitshift64Shl"];var ___cxa_demangle=Module["___cxa_demangle"]=asm["___cxa_demangle"];var _fflush=Module["_fflush"]=asm["_fflush"];var _load_asm2wasm=Module["_load_asm2wasm"]=asm["_load_asm2wasm"];var ___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=asm["___cxa_is_pointer_type"];var __GLOBAL__sub_I_pass_cpp=Module["__GLOBAL__sub_I_pass_cpp"]=asm["__GLOBAL__sub_I_pass_cpp"];var _bitshift64Ashr=Module["_bitshift64Ashr"]=asm["_bitshift64Ashr"];var _memset=Module["_memset"]=asm["_memset"];var _sbrk=Module["_sbrk"]=asm["_sbrk"];var _load_s_expr2wasm=Module["_load_s_expr2wasm"]=asm["_load_s_expr2wasm"];var _memcpy=Module["_memcpy"]=asm["_memcpy"];var ___muldi3=Module["___muldi3"]=asm["___muldi3"];var __GLOBAL__sub_I_shared_constants_cpp=Module["__GLOBAL__sub_I_shared_constants_cpp"]=asm["__GLOBAL__sub_I_shared_constants_cpp"];var ___uremdi3=Module["___uremdi3"]=asm["___uremdi3"];var ___divdi3=Module["___divdi3"]=asm["___divdi3"];var _llvm_cttz_i32=Module["_llvm_cttz_i32"]=asm["_llvm_cttz_i32"];var _i64Subtract=Module["_i64Subtract"]=asm["_i64Subtract"];var ___udivmoddi4=Module["___udivmoddi4"]=asm["___udivmoddi4"];var __GLOBAL__sub_I_parser_cpp=Module["__GLOBAL__sub_I_parser_cpp"]=asm["__GLOBAL__sub_I_parser_cpp"];var _i64Add=Module["_i64Add"]=asm["_i64Add"];var _pthread_self=Module["_pthread_self"]=asm["_pthread_self"];var _pthread_mutex_unlock=Module["_pthread_mutex_unlock"]=asm["_pthread_mutex_unlock"];var __GLOBAL__I_000101=Module["__GLOBAL__I_000101"]=asm["__GLOBAL__I_000101"];var ___remdi3=Module["___remdi3"]=asm["___remdi3"];var __GLOBAL__sub_I_iostream_cpp=Module["__GLOBAL__sub_I_iostream_cpp"]=asm["__GLOBAL__sub_I_iostream_cpp"];var _pthread_cond_broadcast=Module["_pthread_cond_broadcast"]=asm["_pthread_cond_broadcast"];var ___errno_location=Module["___errno_location"]=asm["___errno_location"];var _call_from_js=Module["_call_from_js"]=asm["_call_from_js"];var ___muldsi3=Module["___muldsi3"]=asm["___muldsi3"];var ___cxa_can_catch=Module["___cxa_can_catch"]=asm["___cxa_can_catch"];var _free=Module["_free"]=asm["_free"];var runPostSets=Module["runPostSets"]=asm["runPostSets"];var __GLOBAL__sub_I_wasm_js_cpp=Module["__GLOBAL__sub_I_wasm_js_cpp"]=asm["__GLOBAL__sub_I_wasm_js_cpp"];var _load_binary2wasm=Module["_load_binary2wasm"]=asm["_load_binary2wasm"];var _memmove=Module["_memmove"]=asm["_memmove"];var __GLOBAL__sub_I_threads_cpp=Module["__GLOBAL__sub_I_threads_cpp"]=asm["__GLOBAL__sub_I_threads_cpp"];var _malloc=Module["_malloc"]=asm["_malloc"];var _pthread_mutex_lock=Module["_pthread_mutex_lock"]=asm["_pthread_mutex_lock"];var _emscripten_replace_memory=Module["_emscripten_replace_memory"]=asm["_emscripten_replace_memory"];var __GLOBAL__sub_I_optimizer_shared_cpp=Module["__GLOBAL__sub_I_optimizer_shared_cpp"]=asm["__GLOBAL__sub_I_optimizer_shared_cpp"];var dynCall_iiiiiiii=Module["dynCall_iiiiiiii"]=asm["dynCall_iiiiiiii"];var dynCall_iiii=Module["dynCall_iiii"]=asm["dynCall_iiii"];var dynCall_viiiiii=Module["dynCall_viiiiii"]=asm["dynCall_viiiiii"];var dynCall_viiiii=Module["dynCall_viiiii"]=asm["dynCall_viiiii"];var dynCall_iiiiiid=Module["dynCall_iiiiiid"]=asm["dynCall_iiiiiid"];var dynCall_i=Module["dynCall_i"]=asm["dynCall_i"];var dynCall_vi=Module["dynCall_vi"]=asm["dynCall_vi"];var dynCall_vii=Module["dynCall_vii"]=asm["dynCall_vii"];var dynCall_iiiiiii=Module["dynCall_iiiiiii"]=asm["dynCall_iiiiiii"];var dynCall_ii=Module["dynCall_ii"]=asm["dynCall_ii"];var dynCall_viii=Module["dynCall_viii"]=asm["dynCall_viii"];var dynCall_v=Module["dynCall_v"]=asm["dynCall_v"];var dynCall_iiiiiiiii=Module["dynCall_iiiiiiiii"]=asm["dynCall_iiiiiiiii"];var dynCall_iiiii=Module["dynCall_iiiii"]=asm["dynCall_iiiii"];var dynCall_viiii=Module["dynCall_viiii"]=asm["dynCall_viiii"];var dynCall_iii=Module["dynCall_iii"]=asm["dynCall_iii"];var dynCall_iiiiid=Module["dynCall_iiiiid"]=asm["dynCall_iiiiid"];var dynCall_iiiiii=Module["dynCall_iiiiii"]=asm["dynCall_iiiiii"];Runtime.stackAlloc=asm["stackAlloc"];Runtime.stackSave=asm["stackSave"];Runtime.stackRestore=asm["stackRestore"];Runtime.establishStackSpace=asm["establishStackSpace"];Runtime.setTempRet0=asm["setTempRet0"];Runtime.getTempRet0=asm["getTempRet0"];function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}ExitStatus.prototype=new Error;ExitStatus.prototype.constructor=ExitStatus;var initialStackTop;var preloadStartTime=null;var calledMain=false;dependenciesFulfilled=function runCaller(){if(!Module["calledRun"])run();if(!Module["calledRun"])dependenciesFulfilled=runCaller};Module["callMain"]=Module.callMain=function callMain(args){args=args||[];ensureInitRuntime();var argc=args.length+1;function pad(){for(var i=0;i<4-1;i++){argv.push(0)}}var argv=[allocate(intArrayFromString(Module["thisProgram"]),"i8",ALLOC_NORMAL)];pad();for(var i=0;i<argc-1;i=i+1){argv.push(allocate(intArrayFromString(args[i]),"i8",ALLOC_NORMAL));pad()}argv.push(0);argv=allocate(argv,"i32",ALLOC_NORMAL);try{var ret=Module["_main"](argc,argv,0);exit(ret,true)}catch(e){if(e instanceof ExitStatus){return}else if(e=="SimulateInfiniteLoop"){Module["noExitRuntime"]=true;return}else{if(e&&typeof e==="object"&&e.stack)Module.printErr("exception thrown: "+[e,e.stack]);throw e}}finally{calledMain=true}};function run(args){args=args||Module["arguments"];if(preloadStartTime===null)preloadStartTime=Date.now();if(runDependencies>0){return}preRun();if(runDependencies>0)return;if(Module["calledRun"])return;function doRun(){if(Module["calledRun"])return;Module["calledRun"]=true;if(ABORT)return;ensureInitRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();if(Module["_main"]&&shouldRunNow)Module["callMain"](args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout((function(){setTimeout((function(){Module["setStatus"]("")}),1);doRun()}),1)}else{doRun()}}Module["run"]=Module.run=run;function exit(status,implicit){if(implicit&&Module["noExitRuntime"]){return}if(Module["noExitRuntime"]){}else{ABORT=true;EXITSTATUS=status;STACKTOP=initialStackTop;exitRuntime();if(Module["onExit"])Module["onExit"](status)}if(ENVIRONMENT_IS_NODE){process["exit"](status)}else if(ENVIRONMENT_IS_SHELL&&typeof quit==="function"){quit(status)}throw new ExitStatus(status)}Module["exit"]=Module.exit=exit;var abortDecorators=[];function abort(what){if(what!==undefined){Module.print(what);Module.printErr(what);what=JSON.stringify(what)}else{what=""}ABORT=true;EXITSTATUS=1;var extra="\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.";var output="abort("+what+") at "+stackTrace()+extra;if(abortDecorators){abortDecorators.forEach((function(decorator){output=decorator(output,what)}))}throw output}Module["abort"]=Module.abort=abort;if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=true;if(Module["noInitialRun"]){shouldRunNow=false}run()
diff --git a/check.py b/check.py
index d3ccf02fb..3da89460b 100755
--- a/check.py
+++ b/check.py
@@ -203,7 +203,7 @@ def binary_format_check(wast, verify_final_result=True):
assert os.path.exists('ab.wast')
# make sure it is a valid wast
- cmd = [os.path.join('bin', 'wasm-shell'), 'ab.wast']
+ cmd = [os.path.join('bin', 'wasm-opt'), 'ab.wast']
print ' ', ' '.join(cmd)
subprocess.check_call(cmd, stdout=subprocess.PIPE)
@@ -291,6 +291,10 @@ for asm in tests:
if not opts:
cmd += ['--no-opts']
wasm += '.no-opts'
+ if precise and opts:
+ # test mem init importing
+ open('a.mem', 'wb').write(asm)
+ cmd += ['--mem-init=a.mem']
wasm = os.path.join('test', wasm)
print '..', asm, wasm
actual = run_command(cmd)
@@ -373,8 +377,15 @@ for t in spec_tests:
wast = os.path.join('test', t)
def run_spec_test(wast):
- print ' run wasm-shell on', wast
cmd = [os.path.join('bin', 'wasm-shell'), wast]
+ # we must skip the stack machine portions of spec tests or apply other extra args
+ extra = {
+ 'call.wast': ['--skip=207'],
+ 'call_indirect.wast': ['--skip=302'],
+ 'nop.wast': ['--skip=3'],
+ 'stack.wast': ['--skip=0'],
+ }
+ cmd = cmd + (extra.get(os.path.basename(wast)) or [])
return run_command(cmd, stderr=subprocess.PIPE)
def check_expected(actual, expected):
@@ -408,11 +419,24 @@ for t in spec_tests:
check_expected(actual, expected)
+ # we must ignore some binary format splits
+ splits_to_skip = {
+ 'call.wast': [1],
+ 'call_indirect.wast': [1],
+ 'nop.wast': [0],
+ 'stack.wast': [0],
+ }
+
# check binary format. here we can verify execution of the final result, no need for an output verification
split_num = 0
- if os.path.basename(wast) not in ['call_indirect.wast']: # avoid some tests with things still being sorted out in the spec https://github.com/WebAssembly/spec/pull/301
+ if os.path.basename(wast) not in []: # avoid some tests with things still being sorted out in the spec
actual = ''
for module, asserts in split_wast(wast):
+ skip = splits_to_skip.get(os.path.basename(wast)) or []
+ if split_num in skip:
+ print ' skipping split module', split_num - 1
+ split_num += 1
+ continue
print ' testing split module', split_num
split_num += 1
with open('split.wast', 'w') as o: o.write(module + '\n' + '\n'.join(asserts))
@@ -424,43 +448,6 @@ for t in spec_tests:
# compare all the outputs to the expected output
check_expected(actual, os.path.join('test', 'spec', 'expected-output', os.path.basename(wast) + '.log'))
-''' XXX disable wasm2asm for now, too much flux
-print '\n[ checking wasm2asm testcases... ]\n'
-
-for wasm in tests + [os.path.join('spec', name) for name in ['address.wast']]:#spec_tests:
- if wasm.endswith('.wast') and os.path.basename(wasm) not in ['kitchen_sink.wast']: # i64s in kitchen_sink
- print '..', wasm
- asm = os.path.basename(wasm).replace('.wast', '.2asm.js')
- actual, err = subprocess.Popen([os.path.join('bin', 'wasm2asm'), os.path.join('test', wasm)], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
- assert err == '', 'bad err:' + err
-
- # verify output
- expected_file = os.path.join('test', asm)
- if not os.path.exists(expected_file):
- print actual
- raise Exception('output ' + expected_file + ' does not exist')
- expected = open(expected_file).read()
- if actual != expected:
- fail(actual, expected)
-
- open('a.2asm.js', 'w').write(actual)
-
- if has_node:
- # verify asm.js is valid js
- proc = subprocess.Popen([has_node, 'a.2asm.js'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
- out, err = proc.communicate()
- assert proc.returncode == 0
- assert not out and not err, [out, err]
-
- if has_mozjs:
- # verify asm.js validates
- open('a.2asm.js', 'w').write(actual)
- proc = subprocess.Popen(['mozjs', '-w', 'a.2asm.js'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
- out, err = proc.communicate()
- assert proc.returncode == 0
- fail_if_not_contained(err, 'Successfully compiled asm.js code')
-'''
-
if has_node:
print '\n[ checking binaryen.js testcases... ]\n'
@@ -477,76 +464,78 @@ if has_node:
if expected not in out:
fail(out, expected)
-print '\n[ checking .s testcases... ]\n'
-
-for dot_s_dir in ['dot_s', 'llvm_autogenerated']:
- for s in sorted(os.listdir(os.path.join('test', dot_s_dir))):
- if not s.endswith('.s'): continue
- print '..', s
- wasm = s.replace('.s', '.wast')
- full = os.path.join('test', dot_s_dir, s)
- stack_alloc = ['--allocate-stack=1024'] if dot_s_dir == 'llvm_autogenerated' else []
- cmd = [os.path.join('bin', 's2wasm'), full, '--emscripten-glue'] + stack_alloc
- if s.startswith('start_'):
- cmd.append('--start')
- actual = run_command(cmd)
-
- # verify output
- expected_file = os.path.join('test', dot_s_dir, wasm)
- if not os.path.exists(expected_file):
- print actual
- raise Exception('output ' + expected_file + ' does not exist')
- expected = open(expected_file).read()
- if actual != expected:
- fail(actual, expected)
-
- # verify with options
- cmd = [os.path.join('bin', 's2wasm'), full, '--global-base=1024'] + stack_alloc
- run_command(cmd)
-
- # run wasm-shell on the .wast to verify that it parses
- cmd = [os.path.join('bin', 'wasm-shell'), expected_file]
- run_command(cmd)
-
-print '\n[ running linker tests... ]\n'
-# The {main,foo,bar,baz}.s files were created by running clang over the respective
-# c files. The foobar.bar archive was created by running:
-# llvm-ar -format=gnu rc foobar.a quux.s foo.s bar.s baz.s
-s2wasm = os.path.join('bin', 's2wasm')
-cmd = [s2wasm, os.path.join('test', 'linker', 'main.s'), '-l', os.path.join('test', 'linker', 'archive', 'foobar.a')]
-output = run_command(cmd)
-# foo should come from main.s and return 42
-fail_if_not_contained(output, '(func $foo')
-fail_if_not_contained(output, '(i32.const 42)')
-# bar should be linked in from bar.s
-fail_if_not_contained(output, '(func $bar')
-# quux should be linked in from bar.s even though it comes before bar.s in the archive
-fail_if_not_contained(output, '(func $quux')
-# baz should not be linked in at all
-if 'baz' in output:
- raise Exception('output should not contain "baz": ' + output)
-
-# Test an archive using a string table
-cmd = [s2wasm, os.path.join('test', 'linker', 'main.s'), '-l', os.path.join('test', 'linker', 'archive', 'barlong.a')]
-output = run_command(cmd)
-# bar should be linked from the archive
-fail_if_not_contained(output, '(func $bar')
-
-print '\n[ running validation tests... ]\n'
-wasm_as = os.path.join('bin', 'wasm-as')
-# Ensure the tests validate by default
-cmd = [wasm_as, os.path.join('test', 'validator', 'invalid_export.wast')]
-run_command(cmd)
-cmd = [wasm_as, os.path.join('test', 'validator', 'invalid_import.wast')]
-run_command(cmd)
-cmd = [wasm_as, '--validate=web', os.path.join('test', 'validator', 'invalid_export.wast')]
-run_command(cmd, expected_status=1)
-cmd = [wasm_as, '--validate=web', os.path.join('test', 'validator', 'invalid_import.wast')]
-run_command(cmd, expected_status=1)
-cmd = [wasm_as, '--validate=none', os.path.join('test', 'validator', 'invalid_return.wast')]
-run_command(cmd)
-
-if torture:
+if 0: # TODO: figure out the story. will .s files have drops?
+ print '\n[ checking .s testcases... ]\n'
+
+ for dot_s_dir in ['dot_s', 'llvm_autogenerated']:
+ for s in sorted(os.listdir(os.path.join('test', dot_s_dir))):
+ if not s.endswith('.s'): continue
+ if s in ['indirect-import.s', 'memops.s', 'byval.s', 'cfg-stackify.s', 'dead-vreg.s', 'i128.s', 'legalize.s', 'mem-intrinsics.s', 'offset.s', 'reg-stackify.s', 'store-results.s', 'userstack.s', 'varargs.s']: continue # tests with invalid drop() code (use return of store)
+ print '..', s
+ wasm = s.replace('.s', '.wast')
+ full = os.path.join('test', dot_s_dir, s)
+ stack_alloc = ['--allocate-stack=1024'] if dot_s_dir == 'llvm_autogenerated' else []
+ cmd = [os.path.join('bin', 's2wasm'), full, '--emscripten-glue'] + stack_alloc
+ if s.startswith('start_'):
+ cmd.append('--start')
+ actual = run_command(cmd)
+
+ # verify output
+ expected_file = os.path.join('test', dot_s_dir, wasm)
+ if not os.path.exists(expected_file):
+ print actual
+ raise Exception('output ' + expected_file + ' does not exist')
+ expected = open(expected_file).read()
+ if actual != expected:
+ fail(actual, expected)
+
+ # verify with options
+ cmd = [os.path.join('bin', 's2wasm'), full, '--global-base=1024'] + stack_alloc
+ run_command(cmd)
+
+ # run wasm-shell on the .wast to verify that it parses
+ cmd = [os.path.join('bin', 'wasm-shell'), expected_file]
+ run_command(cmd)
+
+ print '\n[ running linker tests... ]\n'
+ # The {main,foo,bar,baz}.s files were created by running clang over the respective
+ # c files. The foobar.bar archive was created by running:
+ # llvm-ar -format=gnu rc foobar.a quux.s foo.s bar.s baz.s
+ s2wasm = os.path.join('bin', 's2wasm')
+ cmd = [s2wasm, os.path.join('test', 'linker', 'main.s'), '-l', os.path.join('test', 'linker', 'archive', 'foobar.a')]
+ output = run_command(cmd)
+ # foo should come from main.s and return 42
+ fail_if_not_contained(output, '(func $foo')
+ fail_if_not_contained(output, '(i32.const 42)')
+ # bar should be linked in from bar.s
+ fail_if_not_contained(output, '(func $bar')
+ # quux should be linked in from bar.s even though it comes before bar.s in the archive
+ fail_if_not_contained(output, '(func $quux')
+ # baz should not be linked in at all
+ if 'baz' in output:
+ raise Exception('output should not contain "baz": ' + output)
+
+ # Test an archive using a string table
+ cmd = [s2wasm, os.path.join('test', 'linker', 'main.s'), '-l', os.path.join('test', 'linker', 'archive', 'barlong.a')]
+ output = run_command(cmd)
+ # bar should be linked from the archive
+ fail_if_not_contained(output, '(func $bar')
+
+ print '\n[ running validation tests... ]\n'
+ wasm_as = os.path.join('bin', 'wasm-as')
+ # Ensure the tests validate by default
+ cmd = [wasm_as, os.path.join('test', 'validator', 'invalid_export.wast')]
+ run_command(cmd)
+ cmd = [wasm_as, os.path.join('test', 'validator', 'invalid_import.wast')]
+ run_command(cmd)
+ cmd = [wasm_as, '--validate=web', os.path.join('test', 'validator', 'invalid_export.wast')]
+ run_command(cmd, expected_status=1)
+ cmd = [wasm_as, '--validate=web', os.path.join('test', 'validator', 'invalid_import.wast')]
+ run_command(cmd, expected_status=1)
+ cmd = [wasm_as, '--validate=none', os.path.join('test', 'validator', 'invalid_return.wast')]
+ run_command(cmd)
+
+if torture and 0:
print '\n[ checking torture testcases... ]\n'
@@ -576,7 +565,7 @@ if torture:
if unexpected_result_count:
fail('%s failures' % unexpected_result_count, '0 failures')
-if has_vanilla_emcc and has_vanilla_llvm:
+if has_vanilla_emcc and has_vanilla_llvm and 0:
print '\n[ checking emcc WASM_BACKEND testcases...]\n'
@@ -670,7 +659,7 @@ for t in sorted(os.listdir(os.path.join('test', 'example'))):
if has_emcc:
- if has_mozjs:
+ if has_mozjs and 0:
print '\n[ checking native wasm support ]\n'
@@ -689,8 +678,9 @@ if has_emcc:
print '\n[ checking wasm.js methods... ]\n'
- for method_init in ['interpret-asm2wasm', 'interpret-s-expr', 'asmjs', 'interpret-binary']:
- for success in [1, 0]:
+ for method_init in ['interpret-asm2wasm', 'interpret-s-expr', 'asmjs', 'interpret-binary', 'asmjs,interpret-binary', 'interpret-binary,asmjs']:
+ # check success and failure for simple modes, only success for combined/fallback ones
+ for success in [1, 0] if ',' not in method_init else [1]:
method = method_init
command = ['emcc', '-o', 'a.wasm.js', '-s', 'BINARYEN=1', os.path.join('test', 'hello_world.c') ]
command += ['-s', 'BINARYEN_METHOD="' + method + '"']
@@ -709,20 +699,20 @@ if has_emcc:
asm = asm.replace('"almost asm"', '"use asm"; var not_in_asm = [].length + (true || { x: 5 }.x);')
asm = asm.replace("'almost asm'", '"use asm"; var not_in_asm = [].length + (true || { x: 5 }.x);')
with open('a.wasm.asm.js', 'w') as o: o.write(asm)
- if method == 'interpret-asm2wasm':
+ if method.startswith('interpret-asm2wasm'):
os.unlink('a.wasm.wast') # we should not need the .wast
if not success:
break_cashew() # we need cashew
- elif method == 'interpret-s-expr':
+ elif method.startswith('interpret-s-expr'):
os.unlink('a.wasm.asm.js') # we should not need the .asm.js
if not success:
- os.unlink('a.wasm.wast.mappedGlobals')
- elif method == 'asmjs':
+ os.unlink('a.wasm.wast')
+ elif method.startswith('asmjs'):
os.unlink('a.wasm.wast') # we should not need the .wast
break_cashew() # we don't use cashew, so ok to break it
if not success:
os.unlink('a.wasm.js')
- elif method == 'interpret-binary':
+ elif method.startswith('interpret-binary'):
os.unlink('a.wasm.wast') # we should not need the .wast
os.unlink('a.wasm.asm.js') # we should not need the .asm.js
if not success:
diff --git a/scripts/fuzz_relooper.py b/scripts/fuzz_relooper.py
index 53a16c8bd..52c296e58 100644
--- a/scripts/fuzz_relooper.py
+++ b/scripts/fuzz_relooper.py
@@ -114,7 +114,8 @@ int main() {
BinaryenLoad(module, 4, 0, 0, 0, BinaryenInt32(),
BinaryenConst(module, BinaryenLiteralInt32(4))),
BinaryenConst(module, BinaryenLiteralInt32(4))
- )
+ ),
+ BinaryenInt32()
);
// optionally, print the return value
@@ -252,7 +253,8 @@ int main() {
full[i] = BinaryenStore(module,
4, 0, 0,
BinaryenConst(module, BinaryenLiteralInt32(8 + 4 * i)),
- BinaryenConst(module, BinaryenLiteralInt32(decisions[i]))
+ BinaryenConst(module, BinaryenLiteralInt32(decisions[i])),
+ BinaryenInt32()
);
}
}
diff --git a/scripts/support.py b/scripts/support.py
index 2d4318980..7b61d5a03 100755
--- a/scripts/support.py
+++ b/scripts/support.py
@@ -100,7 +100,12 @@ def split_wast(wast):
depth = 1
while depth > 0 and j < len(wast):
if wast[j] == '"':
- j = wast.find('"', j + 1)
+ while 1:
+ j = wast.find('"', j + 1)
+ if wast[j - 1] == '\\':
+ continue
+ break
+ assert j > 0
elif wast[j] == '(':
depth += 1
elif wast[j] == ')':
diff --git a/src/asm2wasm.h b/src/asm2wasm.h
index ce3c0749d..53fa78db4 100644
--- a/src/asm2wasm.h
+++ b/src/asm2wasm.h
@@ -143,15 +143,13 @@ class Asm2WasmBuilder {
// globals
- unsigned nextGlobal; // next place to put a global
- unsigned maxGlobal; // highest address we can put a global
struct MappedGlobal {
- unsigned address;
WasmType type;
bool import; // if true, this is an import - we should read the value, not just set a zero
IString module, base;
- MappedGlobal() : address(0), type(none), import(false) {}
- MappedGlobal(unsigned address, WasmType type, bool import, IString module, IString base) : address(address), type(type), import(import), module(module), base(base) {}
+ MappedGlobal() : type(none), import(false) {}
+ MappedGlobal(WasmType type) : type(type), import(false) {}
+ MappedGlobal(WasmType type, bool import, IString module, IString base) : type(type), import(import), module(module), base(base) {}
};
// function table
@@ -165,31 +163,20 @@ class Asm2WasmBuilder {
public:
std::map<IString, MappedGlobal> mappedGlobals;
- // the global mapping info is not present in the output wasm. We need to save it on the side
- // if we intend to load and run this module's wasm.
- void serializeMappedGlobals(const char *filename) {
- FILE *f = fopen(filename, "w");
- assert(f);
- fprintf(f, "{\n");
- bool first = true;
- for (auto& pair : mappedGlobals) {
- auto name = pair.first;
- auto& global = pair.second;
- if (first) first = false;
- else fprintf(f, ",");
- fprintf(f, "\"%s\": { \"address\": %d, \"type\": %d, \"import\": %d, \"module\": \"%s\", \"base\": \"%s\" }\n",
- name.str, global.address, global.type, global.import, global.module.str, global.base.str);
- }
- fprintf(f, "}");
- fclose(f);
- }
-
private:
- void allocateGlobal(IString name, WasmType type, bool import, IString module = IString(), IString base = IString()) {
+ void allocateGlobal(IString name, WasmType type) {
assert(mappedGlobals.find(name) == mappedGlobals.end());
- mappedGlobals.emplace(name, MappedGlobal(nextGlobal, type, import, module, base));
- nextGlobal += 8;
- assert(nextGlobal < maxGlobal);
+ mappedGlobals.emplace(name, MappedGlobal(type));
+ auto global = new Global();
+ global->name = name;
+ global->type = type;
+ Literal value;
+ if (type == i32) value = Literal(uint32_t(0));
+ else if (type == f32) value = Literal(float(0));
+ else if (type == f64) value = Literal(double(0));
+ else WASM_UNREACHABLE();
+ global->init = wasm.allocator.alloc<Const>()->set(value);
+ wasm.addGlobal(global);
}
struct View {
@@ -237,12 +224,6 @@ private:
// if we already saw this signature, verify it's the same (or else handle that)
if (importedFunctionTypes.find(importName) != importedFunctionTypes.end()) {
FunctionType* previous = importedFunctionTypes[importName].get();
-#if 0
- std::cout << "compare " << importName.str << "\nfirst: ";
- type.print(std::cout, 0);
- std::cout << "\nsecond: ";
- previous.print(std::cout, 0) << ".\n";
-#endif
if (*type != *previous) {
// merge it in. we'll add on extra 0 parameters for ones not actually used, and upgrade types to
// double where there is a conflict (which is ok since in JS, double can contain everything
@@ -260,6 +241,8 @@ private:
}
if (previous->result == none) {
previous->result = type->result; // use a more concrete type
+ } else if (previous->result != type->result) {
+ previous->result = f64; // overloaded return type, make it a double
}
}
} else {
@@ -278,8 +261,6 @@ public:
: wasm(wasm),
allocator(wasm.allocator),
builder(wasm),
- nextGlobal(8),
- maxGlobal(1000),
memoryGrowth(memoryGrowth),
debug(debug),
imprecise(imprecise),
@@ -416,9 +397,9 @@ private:
}
void fixCallType(Expression* call, WasmType type) {
- if (call->is<Call>()) call->type = type;
- if (call->is<CallImport>()) call->type = type;
- else if (call->is<CallIndirect>()) call->type = type;
+ if (call->is<Call>()) call->cast<Call>()->type = type;
+ if (call->is<CallImport>()) call->cast<CallImport>()->type = type;
+ else if (call->is<CallIndirect>()) call->cast<CallIndirect>()->type = type;
}
FunctionType* getBuiltinFunctionType(Name module, Name base, ExpressionList* operands = nullptr) {
@@ -520,12 +501,13 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
type = WasmType::f64;
}
if (type != WasmType::none) {
- // wasm has no imported constants, so allocate a global, and we need to write the value into that
- allocateGlobal(name, type, true, import->module, import->base);
- delete import;
+ import->kind = Import::Global;
+ import->globalType = type;
+ mappedGlobals.emplace(name, type);
} else {
- wasm.addImport(import);
+ import->kind = Import::Function;
}
+ wasm.addImport(import);
};
IString Int8Array, Int16Array, Int32Array, UInt8Array, UInt16Array, UInt32Array, Float32Array, Float64Array;
@@ -537,7 +519,10 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
for (unsigned i = 1; i < body->size(); i++) {
if (body[i][0] == DEFUN) numFunctions++;
}
- optimizingBuilder = make_unique<OptimizingIncrementalModuleBuilder>(&wasm, numFunctions);
+ optimizingBuilder = make_unique<OptimizingIncrementalModuleBuilder>(&wasm, numFunctions, [&](PassRunner& passRunner) {
+ // run autodrop first, before optimizations
+ passRunner.add<AutoDrop>();
+ });
}
// first pass - do almost everything, but function imports and indirect calls
@@ -553,7 +538,7 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
if (value[0] == NUM) {
// global int
assert(value[1]->getNumber() == 0);
- allocateGlobal(name, WasmType::i32, false);
+ allocateGlobal(name, WasmType::i32);
} else if (value[0] == BINARY) {
// int import
assert(value[1] == OR && value[3][0] == NUM && value[3][1]->getNumber() == 0);
@@ -566,14 +551,14 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
if (import[0] == NUM) {
// global
assert(import[1]->getNumber() == 0);
- allocateGlobal(name, WasmType::f64, false);
+ allocateGlobal(name, WasmType::f64);
} else {
// import
addImport(name, import, WasmType::f64);
}
} else if (value[0] == CALL) {
assert(value[1][0] == NAME && value[1][1] == Math_fround && value[2][0][0] == NUM && value[2][0][1]->getNumber() == 0);
- allocateGlobal(name, WasmType::f32, false);
+ allocateGlobal(name, WasmType::f32);
} else if (value[0] == DOT) {
// simple module.base import. can be a view, or a function.
if (value[1][0] == NAME) {
@@ -710,6 +695,7 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
auto* export_ = new Export;
export_->name = key;
export_->value = value;
+ export_->kind = Export::Function;
wasm.addExport(export_);
exported[key] = export_;
}
@@ -719,11 +705,9 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
if (optimize) {
optimizingBuilder->finish();
- if (maxGlobal < 1024) {
- PassRunner passRunner(&wasm);
- passRunner.add("post-emscripten");
- passRunner.run();
- }
+ PassRunner passRunner(&wasm);
+ passRunner.add("post-emscripten");
+ passRunner.run();
}
// second pass. first, function imports
@@ -731,15 +715,16 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
std::vector<IString> toErase;
for (auto& import : wasm.imports) {
+ if (import->kind != Import::Function) continue;
IString name = import->name;
if (importedFunctionTypes.find(name) != importedFunctionTypes.end()) {
// special math builtins
FunctionType* builtin = getBuiltinFunctionType(import->module, import->base);
if (builtin) {
- import->type = builtin;
+ import->functionType = builtin;
continue;
}
- import->type = ensureFunctionType(getSig(importedFunctionTypes[name].get()), &wasm);
+ import->functionType = ensureFunctionType(getSig(importedFunctionTypes[name].get()), &wasm);
} else if (import->module != ASM2WASM) { // special-case the special module
// never actually used
toErase.push_back(name);
@@ -750,7 +735,7 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
wasm.removeImport(curr);
}
- // Finalize indirect calls and import calls
+ // Finalize calls now that everything is known and generated
struct FinalizeCalls : public WalkerPass<PostWalker<FinalizeCalls, Visitor<FinalizeCalls>>> {
bool isFunctionParallel() override { return true; }
@@ -761,6 +746,14 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
FinalizeCalls(Asm2WasmBuilder* parent) : parent(parent) {}
+ void visitCall(Call* curr) {
+ assert(getModule()->checkFunction(curr->target) ? true : (std::cerr << curr->target << '\n', false));
+ auto result = getModule()->getFunction(curr->target)->result;
+ if (curr->type != result) {
+ curr->type = result;
+ }
+ }
+
void visitCallImport(CallImport* curr) {
// fill out call_import - add extra params as needed, etc. asm tolerates ffi overloading, wasm does not
auto iter = parent->importedFunctionTypes.find(curr->target);
@@ -782,7 +775,25 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
}
}
}
+ auto importResult = getModule()->getImport(curr->target)->functionType->result;
+ if (curr->type != importResult) {
+ if (importResult == f64) {
+ // we use a JS f64 value which is the most general, and convert to it
+ switch (curr->type) {
+ case i32: replaceCurrent(parent->builder.makeUnary(TruncSFloat64ToInt32, curr)); break;
+ case f32: replaceCurrent(parent->builder.makeUnary(DemoteFloat64, curr)); break;
+ case none: replaceCurrent(parent->builder.makeDrop(curr)); break;
+ default: WASM_UNREACHABLE();
+ }
+ } else {
+ assert(curr->type == none);
+ // we don't want a return value here, but the import does provide one
+ replaceCurrent(parent->builder.makeDrop(curr));
+ }
+ curr->type = importResult;
+ }
}
+
void visitCallIndirect(CallIndirect* curr) {
// we already call into target = something + offset, where offset is a callImport with the name of the table. replace that with the table offset
auto add = curr->target->cast<Binary>();
@@ -793,6 +804,12 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
};
PassRunner passRunner(&wasm);
passRunner.add<FinalizeCalls>(this);
+ passRunner.add<ReFinalize>(); // FinalizeCalls changes call types, need to percolate
+ passRunner.add<AutoDrop>(); // FinalizeCalls may cause us to require additional drops
+ if (optimize) {
+ passRunner.add("vacuum"); // autodrop can add some garbage
+ passRunner.add("remove-unused-brs"); // vacuum may open up more opportunities
+ }
passRunner.run();
// apply memory growth, if relevant
@@ -802,7 +819,7 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
wasm.addFunction(builder.makeFunction(
GROW_WASM_MEMORY,
{ { NEW_SIZE, i32 } },
- none,
+ i32,
{},
builder.makeHost(
GrowMemory,
@@ -812,10 +829,57 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
));
auto export_ = new Export;
export_->name = export_->value = GROW_WASM_MEMORY;
+ export_->kind = Export::Function;
wasm.addExport(export_);
}
- wasm.memory.exportName = MEMORY;
+#if 0
+ // export memory
+ auto memoryExport = make_unique<Export>();
+ memoryExport->name = MEMORY;
+ memoryExport->value = Name::fromInt(0);
+ memoryExport->kind = Export::Memory;
+ wasm.addExport(memoryExport.release());
+#else
+ // import memory
+ auto memoryImport = make_unique<Import>();
+ memoryImport->name = MEMORY;
+ memoryImport->module = ENV;
+ memoryImport->base = MEMORY;
+ memoryImport->kind = Import::Memory;
+ wasm.addImport(memoryImport.release());
+
+ // import table
+ auto tableImport = make_unique<Import>();
+ tableImport->name = TABLE;
+ tableImport->module = ENV;
+ tableImport->base = TABLE;
+ tableImport->kind = Import::Table;
+ wasm.addImport(tableImport.release());
+
+ // Import memory offset
+ {
+ auto* import = new Import;
+ import->name = Name("memoryBase");
+ import->module = Name("env");
+ import->base = Name("memoryBase");
+ import->kind = Import::Global;
+ import->globalType = i32;
+ wasm.addImport(import);
+ }
+
+ // Import table offset
+ {
+ auto* import = new Import;
+ import->name = Name("tableBase");
+ import->module = Name("env");
+ import->base = Name("tableBase");
+ import->kind = Import::Global;
+ import->globalType = i32;
+ wasm.addImport(import);
+ }
+
+#endif
#if 0 // enable asm2wasm i64 optimizations when browsers have consistent i64 support in wasm
if (udivmoddi4.is() && getTempRet0.is()) {
@@ -1009,20 +1073,16 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
auto ret = allocator.alloc<SetLocal>();
ret->index = function->getLocalIndex(ast[2][1]->getIString());
ret->value = process(ast[3]);
- ret->type = ret->value->type;
+ ret->setTee(false);
+ ret->finalize();
return ret;
}
- // global var, do a store to memory
+ // global var
assert(mappedGlobals.find(name) != mappedGlobals.end());
- MappedGlobal global = mappedGlobals[name];
- auto ret = allocator.alloc<Store>();
- ret->bytes = getWasmTypeSize(global.type);
- ret->offset = 0;
- ret->align = ret->bytes;
- ret->ptr = builder.makeConst(Literal(int32_t(global.address)));
- ret->value = process(ast[3]);
- ret->type = global.type;
- return ret;
+ auto* ret = builder.makeSetGlobal(name, process(ast[3]));
+ // set_global does not return; if our value is trivially not used, don't emit a load (if nontrivially not used, opts get it later)
+ if (astStackHelper.getParent()[0] == STAT) return ret;
+ return builder.makeSequence(ret, builder.makeGetGlobal(name, ret->value->type));
} else if (ast[2][0] == SUB) {
Ref target = ast[2];
assert(target[1][0] == NAME);
@@ -1035,10 +1095,11 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
ret->align = view.bytes;
ret->ptr = processUnshifted(target[2], view.bytes);
ret->value = process(ast[3]);
- ret->type = asmToWasmType(view.type);
- if (ret->type != ret->value->type) {
+ ret->valueType = asmToWasmType(view.type);
+ ret->finalize();
+ if (ret->valueType != ret->value->type) {
// in asm.js we have some implicit coercions that we must do explicitly here
- if (ret->type == f32 && ret->value->type == f64) {
+ if (ret->valueType == f32 && ret->value->type == f64) {
auto conv = allocator.alloc<Unary>();
conv->op = DemoteFloat64;
conv->value = ret->value;
@@ -1076,7 +1137,8 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
import->name = F64_REM;
import->module = ASM2WASM;
import->base = F64_REM;
- import->type = ensureFunctionType("ddd", &wasm);
+ import->functionType = ensureFunctionType("ddd", &wasm);
+ import->kind = Import::Function;
wasm.addImport(import);
}
return call;
@@ -1101,7 +1163,8 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
import->name = call->target;
import->module = ASM2WASM;
import->base = call->target;
- import->type = ensureFunctionType("iii", &wasm);
+ import->functionType = ensureFunctionType("iii", &wasm);
+ import->kind = Import::Function;
wasm.addImport(import);
}
return call;
@@ -1139,22 +1202,16 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
import->name = DEBUGGER;
import->module = ASM2WASM;
import->base = DEBUGGER;
- import->type = ensureFunctionType("v", &wasm);
+ import->functionType = ensureFunctionType("v", &wasm);
+ import->kind = Import::Function;
wasm.addImport(import);
}
return call;
}
- // global var, do a load from memory
- assert(mappedGlobals.find(name) != mappedGlobals.end());
- MappedGlobal global = mappedGlobals[name];
- auto ret = allocator.alloc<Load>();
- ret->bytes = getWasmTypeSize(global.type);
- ret->signed_ = true; // but doesn't matter
- ret->offset = 0;
- ret->align = ret->bytes;
- ret->ptr = builder.makeConst(Literal(int32_t(global.address)));
- ret->type = global.type;
- return ret;
+ // global var
+ assert(mappedGlobals.find(name) != mappedGlobals.end() ? true : (std::cerr << name.str << '\n', false));
+ MappedGlobal& global = mappedGlobals[name];
+ return builder.makeGetGlobal(name, global.type);
} else if (what == SUB) {
Ref target = ast[1];
assert(target[0] == NAME);
@@ -1251,7 +1308,8 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
import->name = F64_TO_INT;
import->module = ASM2WASM;
import->base = F64_TO_INT;
- import->type = ensureFunctionType("id", &wasm);
+ import->functionType = ensureFunctionType("id", &wasm);
+ import->kind = Import::Function;
wasm.addImport(import);
}
return ret;
@@ -1273,11 +1331,9 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
}
abort_on("bad unary", ast);
} else if (what == IF) {
- auto ret = allocator.alloc<If>();
- ret->condition = process(ast[1]);
- ret->ifTrue = process(ast[2]);
- ret->ifFalse = !!ast[3] ? process(ast[3]) : nullptr;
- return ret;
+ auto* condition = process(ast[1]);
+ auto* ifTrue = process(ast[2]);
+ return builder.makeIf(condition, ifTrue, !!ast[3] ? process(ast[3]) : nullptr);
} else if (what == CALL) {
if (ast[1][0] == NAME) {
IString name = ast[1][1]->getIString();
@@ -1330,9 +1386,10 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
// No wasm support, so use a temp local
ensureI32Temp();
auto set = allocator.alloc<SetLocal>();
+ set->setTee(false);
set->index = function->getLocalIndex(I32_TEMP);
set->value = value;
- set->type = i32;
+ set->finalize();
auto get = [&]() {
auto ret = allocator.alloc<GetLocal>();
ret->index = function->getLocalIndex(I32_TEMP);
@@ -1477,8 +1534,7 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
out = getNextId("while-out");
in = getNextId("while-in");
}
- ret->out = out;
- ret->in = in;
+ ret->name = in;
breakStack.push_back(out);
continueStack.push_back(in);
if (forever) {
@@ -1489,6 +1545,7 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
If *condition = allocator.alloc<If>();
condition->condition = builder.makeUnary(EqZInt32, process(ast[1]));
condition->ifTrue = breakOut;
+ condition->finalize();
auto body = allocator.alloc<Block>();
body->list.push_back(condition);
body->list.push_back(process(ast[2]));
@@ -1496,11 +1553,13 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
ret->body = body;
}
// loops do not automatically loop, add a branch back
- Block* block = blockify(ret->body);
+ Block* block = builder.blockifyWithName(ret->body, out);
auto continuer = allocator.alloc<Break>();
- continuer->name = ret->in;
+ continuer->name = ret->name;
block->list.push_back(continuer);
+ block->finalize();
ret->body = block;
+ ret->finalize();
continueStack.pop_back();
breakStack.pop_back();
return ret;
@@ -1526,19 +1585,22 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
if (breakSeeker.found == 0) {
auto block = allocator.alloc<Block>();
block->list.push_back(child);
+ if (isConcreteWasmType(child->type)) {
+ block->list.push_back(builder.makeNop()); // ensure a nop at the end, so the block has guaranteed none type and no values fall through
+ }
block->name = stop;
block->finalize();
return block;
} else {
auto loop = allocator.alloc<Loop>();
loop->body = child;
- loop->out = stop;
- loop->in = more;
- return loop;
+ loop->name = more;
+ loop->finalize();
+ return builder.blockifyWithName(loop, stop);
}
}
// general do-while loop
- auto ret = allocator.alloc<Loop>();
+ auto loop = allocator.alloc<Loop>();
IString out, in;
if (!parentLabel.isNull()) {
out = getBreakLabelName(parentLabel);
@@ -1548,20 +1610,19 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
out = getNextId("do-out");
in = getNextId("do-in");
}
- ret->out = out;
- ret->in = in;
+ loop->name = in;
breakStack.push_back(out);
continueStack.push_back(in);
- ret->body = process(ast[2]);
+ loop->body = process(ast[2]);
continueStack.pop_back();
breakStack.pop_back();
Break *continuer = allocator.alloc<Break>();
continuer->name = in;
continuer->condition = process(ast[1]);
- Block *block = blockify(ret->body);
- block->list.push_back(continuer);
- ret->body = block;
- return ret;
+ Block *block = builder.blockifyWithName(loop->body, out, continuer);
+ loop->body = block;
+ loop->finalize();
+ return loop;
} else if (what == FOR) {
Ref finit = ast[1],
fcond = ast[2],
@@ -1577,8 +1638,7 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
out = getNextId("for-out");
in = getNextId("for-in");
}
- ret->out = out;
- ret->in = in;
+ ret->name = in;
breakStack.push_back(out);
continueStack.push_back(in);
Break *breakOut = allocator.alloc<Break>();
@@ -1586,6 +1646,7 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
If *condition = allocator.alloc<If>();
condition->condition = builder.makeUnary(EqZInt32, process(fcond));
condition->ifTrue = breakOut;
+ condition->finalize();
auto body = allocator.alloc<Block>();
body->list.push_back(condition);
body->list.push_back(process(fbody));
@@ -1593,11 +1654,11 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
body->finalize();
ret->body = body;
// loops do not automatically loop, add a branch back
- Block* block = blockify(ret->body);
auto continuer = allocator.alloc<Break>();
- continuer->name = ret->in;
- block->list.push_back(continuer);
+ continuer->name = ret->name;
+ Block* block = builder.blockifyWithName(ret->body, out, continuer);
ret->body = block;
+ ret->finalize();
continueStack.pop_back();
breakStack.pop_back();
Block *outer = allocator.alloc<Block>();
@@ -1615,7 +1676,7 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
ret->condition = process(ast[1]);
ret->ifTrue = process(ast[2]);
ret->ifFalse = process(ast[3]);
- ret->type = ret->ifTrue->type;
+ ret->finalize();
return ret;
} else if (what == SEQ) {
// Some (x, y) patterns can be optimized, like bitcasts,
@@ -1774,7 +1835,9 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) {
// if there is a shift, we can just look through it, etc.
processUnshifted = [&](Ref ptr, unsigned bytes) {
auto shifts = bytesToShift(bytes);
- if (ptr[0] == BINARY && ptr[1] == RSHIFT && ptr[3][0] == NUM && ptr[3][1]->getInteger() == shifts) {
+ // HEAP?[addr >> ?], or HEAP8[x | 0]
+ if ((ptr[0] == BINARY && ptr[1] == RSHIFT && ptr[3][0] == NUM && ptr[3][1]->getInteger() == shifts) ||
+ (bytes == 1 && ptr[0] == BINARY && ptr[1] == OR && ptr[3][0] == NUM && ptr[3][1]->getInteger() == 0)) {
return process(ptr[2]); // look through it
} else if (ptr[0] == NUM) {
// constant, apply a shift (e.g. HEAP32[1] is address 4)
diff --git a/src/ast_utils.h b/src/ast_utils.h
index 3e45d0e33..9b2ff10cd 100644
--- a/src/ast_utils.h
+++ b/src/ast_utils.h
@@ -21,6 +21,7 @@
#include "wasm.h"
#include "wasm-traversal.h"
#include "wasm-builder.h"
+#include "pass.h"
namespace wasm {
@@ -129,6 +130,9 @@ struct EffectAnalyzer : public PostWalker<EffectAnalyzer, Visitor<EffectAnalyzer
bool checkPost(Expression* curr) {
visit(curr);
+ if (curr->is<Loop>()) {
+ branches = true;
+ }
return hasAnything();
}
@@ -147,8 +151,7 @@ struct EffectAnalyzer : public PostWalker<EffectAnalyzer, Visitor<EffectAnalyzer
if (curr->name.is()) breakNames.erase(curr->name); // these were internal breaks
}
void visitLoop(Loop* curr) {
- if (curr->in.is()) breakNames.erase(curr->in); // these were internal breaks
- if (curr->out.is()) breakNames.erase(curr->out); // these were internal breaks
+ if (curr->name.is()) breakNames.erase(curr->name); // these were internal breaks
}
void visitCall(Call *curr) { calls = true; }
@@ -244,7 +247,7 @@ struct ExpressionManipulator {
return builder.makeIf(copy(curr->condition), copy(curr->ifTrue), copy(curr->ifFalse));
}
Expression* visitLoop(Loop *curr) {
- return builder.makeLoop(curr->out, curr->in, copy(curr->body));
+ return builder.makeLoop(curr->name, copy(curr->body));
}
Expression* visitBreak(Break *curr) {
return builder.makeBreak(curr->name, copy(curr->value), copy(curr->condition));
@@ -277,19 +280,23 @@ struct ExpressionManipulator {
return builder.makeGetLocal(curr->index, curr->type);
}
Expression* visitSetLocal(SetLocal *curr) {
- return builder.makeSetLocal(curr->index, copy(curr->value));
+ if (curr->isTee()) {
+ return builder.makeTeeLocal(curr->index, copy(curr->value));
+ } else {
+ return builder.makeSetLocal(curr->index, copy(curr->value));
+ }
}
Expression* visitGetGlobal(GetGlobal *curr) {
- return builder.makeGetGlobal(curr->index, curr->type);
+ return builder.makeGetGlobal(curr->name, curr->type);
}
Expression* visitSetGlobal(SetGlobal *curr) {
- return builder.makeSetGlobal(curr->index, copy(curr->value));
+ return builder.makeSetGlobal(curr->name, copy(curr->value));
}
Expression* visitLoad(Load *curr) {
return builder.makeLoad(curr->bytes, curr->signed_, curr->offset, curr->align, copy(curr->ptr), curr->type);
}
Expression* visitStore(Store *curr) {
- return builder.makeStore(curr->bytes, curr->offset, curr->align, copy(curr->ptr), copy(curr->value));
+ return builder.makeStore(curr->bytes, curr->offset, curr->align, copy(curr->ptr), copy(curr->value), curr->valueType);
}
Expression* visitConst(Const *curr) {
return builder.makeConst(curr->value);
@@ -303,6 +310,9 @@ struct ExpressionManipulator {
Expression* visitSelect(Select *curr) {
return builder.makeSelect(copy(curr->condition), copy(curr->ifTrue), copy(curr->ifFalse));
}
+ Expression* visitDrop(Drop *curr) {
+ return builder.makeDrop(copy(curr->value));
+ }
Expression* visitReturn(Return *curr) {
return builder.makeReturn(copy(curr->value));
}
@@ -340,7 +350,7 @@ struct ExpressionAnalyzer {
for (int i = int(stack.size()) - 2; i >= 0; i--) {
auto* curr = stack[i];
auto* above = stack[i + 1];
- // only if and block can drop values
+ // only if and block can drop values (pre-drop expression was added) FIXME
if (curr->is<Block>()) {
auto* block = curr->cast<Block>();
for (size_t j = 0; j < block->list.size() - 1; j++) {
@@ -355,6 +365,7 @@ struct ExpressionAnalyzer {
assert(above == iff->ifTrue || above == iff->ifFalse);
// continue down
} else {
+ if (curr->is<Drop>()) return false;
return true; // all other node types use the result
}
}
@@ -429,8 +440,7 @@ struct ExpressionAnalyzer {
break;
}
case Expression::Id::LoopId: {
- if (!noteNames(left->cast<Loop>()->out, right->cast<Loop>()->out)) return false;
- if (!noteNames(left->cast<Loop>()->in, right->cast<Loop>()->in)) return false;
+ if (!noteNames(left->cast<Loop>()->name, right->cast<Loop>()->name)) return false;
PUSH(Loop, body);
break;
}
@@ -481,15 +491,16 @@ struct ExpressionAnalyzer {
}
case Expression::Id::SetLocalId: {
CHECK(SetLocal, index);
+ CHECK(SetLocal, type); // for tee/set
PUSH(SetLocal, value);
break;
}
case Expression::Id::GetGlobalId: {
- CHECK(GetGlobal, index);
+ CHECK(GetGlobal, name);
break;
}
case Expression::Id::SetGlobalId: {
- CHECK(SetGlobal, index);
+ CHECK(SetGlobal, name);
PUSH(SetGlobal, value);
break;
}
@@ -505,6 +516,7 @@ struct ExpressionAnalyzer {
CHECK(Store, bytes);
CHECK(Store, offset);
CHECK(Store, align);
+ CHECK(Store, valueType);
PUSH(Store, ptr);
PUSH(Store, value);
break;
@@ -530,6 +542,10 @@ struct ExpressionAnalyzer {
PUSH(Select, condition);
break;
}
+ case Expression::Id::DropId: {
+ PUSH(Drop, value);
+ break;
+ }
case Expression::Id::ReturnId: {
PUSH(Return, value);
break;
@@ -640,8 +656,7 @@ struct ExpressionAnalyzer {
break;
}
case Expression::Id::LoopId: {
- noteName(curr->cast<Loop>()->out);
- noteName(curr->cast<Loop>()->in);
+ noteName(curr->cast<Loop>()->name);
PUSH(Loop, body);
break;
}
@@ -696,11 +711,11 @@ struct ExpressionAnalyzer {
break;
}
case Expression::Id::GetGlobalId: {
- HASH(GetGlobal, index);
+ HASH_NAME(GetGlobal, name);
break;
}
case Expression::Id::SetGlobalId: {
- HASH(SetGlobal, index);
+ HASH_NAME(SetGlobal, name);
PUSH(SetGlobal, value);
break;
}
@@ -716,6 +731,7 @@ struct ExpressionAnalyzer {
HASH(Store, bytes);
HASH(Store, offset);
HASH(Store, align);
+ HASH(Store, valueType);
PUSH(Store, ptr);
PUSH(Store, value);
break;
@@ -742,6 +758,10 @@ struct ExpressionAnalyzer {
PUSH(Select, condition);
break;
}
+ case Expression::Id::DropId: {
+ PUSH(Drop, value);
+ break;
+ }
case Expression::Id::ReturnId: {
PUSH(Return, value);
break;
@@ -770,6 +790,65 @@ struct ExpressionAnalyzer {
}
};
+// Adds drop() operations where necessary. This lets you not worry about adding drop when
+// generating code.
+struct AutoDrop : public WalkerPass<ExpressionStackWalker<AutoDrop, Visitor<AutoDrop>>> {
+ bool isFunctionParallel() override { return true; }
+
+ Pass* create() override { return new AutoDrop; }
+
+ void visitBlock(Block* curr) {
+ if (curr->list.size() == 0) return;
+ for (Index i = 0; i < curr->list.size() - 1; i++) {
+ auto* child = curr->list[i];
+ if (isConcreteWasmType(child->type)) {
+ curr->list[i] = Builder(*getModule()).makeDrop(child);
+ }
+ }
+ auto* last = curr->list.back();
+ expressionStack.push_back(last);
+ if (isConcreteWasmType(last->type) && !ExpressionAnalyzer::isResultUsed(expressionStack, getFunction())) {
+ curr->list.back() = Builder(*getModule()).makeDrop(last);
+ }
+ expressionStack.pop_back();
+ curr->finalize(); // we may have changed our type
+ }
+
+ void visitFunction(Function* curr) {
+ if (curr->result == none && isConcreteWasmType(curr->body->type)) {
+ curr->body = Builder(*getModule()).makeDrop(curr->body);
+ }
+ }
+};
+
+// Finalizes a node
+
+struct ReFinalize : public WalkerPass<PostWalker<ReFinalize, Visitor<ReFinalize>>> {
+ void visitBlock(Block *curr) { curr->finalize(); }
+ void visitIf(If *curr) { curr->finalize(); }
+ void visitLoop(Loop *curr) { curr->finalize(); }
+ void visitBreak(Break *curr) { curr->finalize(); }
+ void visitSwitch(Switch *curr) { curr->finalize(); }
+ void visitCall(Call *curr) { curr->finalize(); }
+ void visitCallImport(CallImport *curr) { curr->finalize(); }
+ void visitCallIndirect(CallIndirect *curr) { curr->finalize(); }
+ void visitGetLocal(GetLocal *curr) { curr->finalize(); }
+ void visitSetLocal(SetLocal *curr) { curr->finalize(); }
+ void visitGetGlobal(GetGlobal *curr) { curr->finalize(); }
+ void visitSetGlobal(SetGlobal *curr) { curr->finalize(); }
+ void visitLoad(Load *curr) { curr->finalize(); }
+ void visitStore(Store *curr) { curr->finalize(); }
+ void visitConst(Const *curr) { curr->finalize(); }
+ void visitUnary(Unary *curr) { curr->finalize(); }
+ void visitBinary(Binary *curr) { curr->finalize(); }
+ void visitSelect(Select *curr) { curr->finalize(); }
+ void visitDrop(Drop *curr) { curr->finalize(); }
+ void visitReturn(Return *curr) { curr->finalize(); }
+ void visitHost(Host *curr) { curr->finalize(); }
+ void visitNop(Nop *curr) { curr->finalize(); }
+ void visitUnreachable(Unreachable *curr) { curr->finalize(); }
+};
+
} // namespace wasm
#endif // wasm_ast_utils_h
diff --git a/src/binaryen-c.cpp b/src/binaryen-c.cpp
index 83c626eb1..3ce24bdbd 100644
--- a/src/binaryen-c.cpp
+++ b/src/binaryen-c.cpp
@@ -338,16 +338,13 @@ BinaryenExpressionRef BinaryenIf(BinaryenModuleRef module, BinaryenExpressionRef
return static_cast<Expression*>(ret);
}
-BinaryenExpressionRef BinaryenLoop(BinaryenModuleRef module, const char* out, const char* in, BinaryenExpressionRef body) {
- if (out && !in) abort();
- auto* ret = Builder(*((Module*)module)).makeLoop(out ? Name(out) : Name(), in ? Name(in) : Name(), (Expression*)body);
+BinaryenExpressionRef BinaryenLoop(BinaryenModuleRef module, const char* name, BinaryenExpressionRef body) {
+ auto* ret = Builder(*((Module*)module)).makeLoop(name ? Name(name) : Name(), (Expression*)body);
if (tracing) {
auto id = noteExpression(ret);
std::cout << " expressions[" << id << "] = BinaryenLoop(the_module, ";
- traceNameOrNULL(out);
- std::cout << ", ";
- traceNameOrNULL(in);
+ traceNameOrNULL(name);
std::cout << ", expressions[" << expressions[body] << "]);\n";
}
@@ -488,6 +485,21 @@ BinaryenExpressionRef BinaryenSetLocal(BinaryenModuleRef module, BinaryenIndex i
ret->index = index;
ret->value = (Expression*)value;
+ ret->setTee(false);
+ ret->finalize();
+ return static_cast<Expression*>(ret);
+}
+BinaryenExpressionRef BinaryenTeeLocal(BinaryenModuleRef module, BinaryenIndex index, BinaryenExpressionRef value) {
+ auto* ret = ((Module*)module)->allocator.alloc<SetLocal>();
+
+ if (tracing) {
+ auto id = noteExpression(ret);
+ std::cout << " expressions[" << id << "] = BinaryenTeeLocal(the_module, " << index << ", expressions[" << expressions[value] << "]);\n";
+ }
+
+ ret->index = index;
+ ret->value = (Expression*)value;
+ ret->setTee(true);
ret->finalize();
return static_cast<Expression*>(ret);
}
@@ -508,12 +520,12 @@ BinaryenExpressionRef BinaryenLoad(BinaryenModuleRef module, uint32_t bytes, int
ret->finalize();
return static_cast<Expression*>(ret);
}
-BinaryenExpressionRef BinaryenStore(BinaryenModuleRef module, uint32_t bytes, uint32_t offset, uint32_t align, BinaryenExpressionRef ptr, BinaryenExpressionRef value) {
+BinaryenExpressionRef BinaryenStore(BinaryenModuleRef module, uint32_t bytes, uint32_t offset, uint32_t align, BinaryenExpressionRef ptr, BinaryenExpressionRef value, BinaryenType type) {
auto* ret = ((Module*)module)->allocator.alloc<Store>();
if (tracing) {
auto id = noteExpression(ret);
- std::cout << " expressions[" << id << "] = BinaryenStore(the_module, " << bytes << ", " << offset << ", " << align << ", expressions[" << expressions[ptr] << "], expressions[" << expressions[value] << "]);\n";
+ std::cout << " expressions[" << id << "] = BinaryenStore(the_module, " << bytes << ", " << offset << ", " << align << ", expressions[" << expressions[ptr] << "], expressions[" << expressions[value] << "], " << type << ");\n";
}
ret->bytes = bytes;
@@ -521,6 +533,7 @@ BinaryenExpressionRef BinaryenStore(BinaryenModuleRef module, uint32_t bytes, ui
ret->align = align ? align : bytes;
ret->ptr = (Expression*)ptr;
ret->value = (Expression*)value;
+ ret->valueType = WasmType(type);
ret->finalize();
return static_cast<Expression*>(ret);
}
@@ -584,6 +597,18 @@ BinaryenExpressionRef BinaryenSelect(BinaryenModuleRef module, BinaryenExpressio
ret->finalize();
return static_cast<Expression*>(ret);
}
+BinaryenExpressionRef BinaryenDrop(BinaryenModuleRef module, BinaryenExpressionRef value) {
+ auto* ret = ((Module*)module)->allocator.alloc<Drop>();
+
+ if (tracing) {
+ auto id = noteExpression(ret);
+ std::cout << " expressions[" << id << "] = BinaryenDrop(the_module, expressions[" << expressions[value] << "]);\n";
+ }
+
+ ret->value = (Expression*)value;
+ ret->finalize();
+ return static_cast<Expression*>(ret);
+}
BinaryenExpressionRef BinaryenReturn(BinaryenModuleRef module, BinaryenExpressionRef value) {
auto* ret = Builder(*((Module*)module)).makeReturn((Expression*)value);
@@ -692,7 +717,8 @@ BinaryenImportRef BinaryenAddImport(BinaryenModuleRef module, const char* intern
ret->name = internalName;
ret->module = externalModuleName;
ret->base = externalBaseName;
- ret->type = (FunctionType*)type;
+ ret->functionType = (FunctionType*)type;
+ ret->kind = Import::Function;
wasm->addImport(ret);
return ret;
}
@@ -780,7 +806,13 @@ void BinaryenSetMemory(BinaryenModuleRef module, BinaryenIndex initial, Binaryen
auto* wasm = (Module*)module;
wasm->memory.initial = initial;
wasm->memory.max = maximum;
- if (exportName) wasm->memory.exportName = exportName;
+ if (exportName) {
+ auto memoryExport = make_unique<Export>();
+ memoryExport->name = exportName;
+ memoryExport->value = Name::fromInt(0);
+ memoryExport->kind = Export::Memory;
+ wasm->addExport(memoryExport.release());
+ }
for (BinaryenIndex i = 0; i < numSegments; i++) {
wasm->memory.segments.emplace_back((Expression*)segmentOffsets[i], segments[i], segmentSizes[i]);
}
@@ -829,6 +861,17 @@ void BinaryenModuleOptimize(BinaryenModuleRef module) {
passRunner.run();
}
+void BinaryenModuleAutoDrop(BinaryenModuleRef module) {
+ if (tracing) {
+ std::cout << " BinaryenModuleAutoDrop(the_module);\n";
+ }
+
+ Module* wasm = (Module*)module;
+ PassRunner passRunner(wasm);
+ passRunner.add<AutoDrop>();
+ passRunner.run();
+}
+
size_t BinaryenModuleWrite(BinaryenModuleRef module, char* output, size_t outputSize) {
if (tracing) {
std::cout << " // BinaryenModuleWrite\n";
diff --git a/src/binaryen-c.h b/src/binaryen-c.h
index e2086072b..9ecb3f409 100644
--- a/src/binaryen-c.h
+++ b/src/binaryen-c.h
@@ -265,8 +265,7 @@ typedef void* BinaryenExpressionRef;
BinaryenExpressionRef BinaryenBlock(BinaryenModuleRef module, const char* name, BinaryenExpressionRef* children, BinaryenIndex numChildren);
// If: ifFalse can be NULL
BinaryenExpressionRef BinaryenIf(BinaryenModuleRef module, BinaryenExpressionRef condition, BinaryenExpressionRef ifTrue, BinaryenExpressionRef ifFalse);
-// Loop: both out and in can be NULL, or just out can be NULL
-BinaryenExpressionRef BinaryenLoop(BinaryenModuleRef module, const char* out, const char* in, BinaryenExpressionRef body);
+BinaryenExpressionRef BinaryenLoop(BinaryenModuleRef module, const char* in, BinaryenExpressionRef body);
// Break: value and condition can be NULL
BinaryenExpressionRef BinaryenBreak(BinaryenModuleRef module, const char* name, BinaryenExpressionRef condition, BinaryenExpressionRef value);
// Switch: value can be NULL
@@ -294,14 +293,16 @@ BinaryenExpressionRef BinaryenCallIndirect(BinaryenModuleRef module, BinaryenExp
// for more details.
BinaryenExpressionRef BinaryenGetLocal(BinaryenModuleRef module, BinaryenIndex index, BinaryenType type);
BinaryenExpressionRef BinaryenSetLocal(BinaryenModuleRef module, BinaryenIndex index, BinaryenExpressionRef value);
+BinaryenExpressionRef BinaryenTeeLocal(BinaryenModuleRef module, BinaryenIndex index, BinaryenExpressionRef value);
// Load: align can be 0, in which case it will be the natural alignment (equal to bytes)
BinaryenExpressionRef BinaryenLoad(BinaryenModuleRef module, uint32_t bytes, int8_t signed_, uint32_t offset, uint32_t align, BinaryenType type, BinaryenExpressionRef ptr);
// Store: align can be 0, in which case it will be the natural alignment (equal to bytes)
-BinaryenExpressionRef BinaryenStore(BinaryenModuleRef module, uint32_t bytes, uint32_t offset, uint32_t align, BinaryenExpressionRef ptr, BinaryenExpressionRef value);
+BinaryenExpressionRef BinaryenStore(BinaryenModuleRef module, uint32_t bytes, uint32_t offset, uint32_t align, BinaryenExpressionRef ptr, BinaryenExpressionRef value, BinaryenType type);
BinaryenExpressionRef BinaryenConst(BinaryenModuleRef module, struct BinaryenLiteral value);
BinaryenExpressionRef BinaryenUnary(BinaryenModuleRef module, BinaryenOp op, BinaryenExpressionRef value);
BinaryenExpressionRef BinaryenBinary(BinaryenModuleRef module, BinaryenOp op, BinaryenExpressionRef left, BinaryenExpressionRef right);
BinaryenExpressionRef BinaryenSelect(BinaryenModuleRef module, BinaryenExpressionRef condition, BinaryenExpressionRef ifTrue, BinaryenExpressionRef ifFalse);
+BinaryenExpressionRef BinaryenDrop(BinaryenModuleRef module, BinaryenExpressionRef value);
// Return: value can be NULL
BinaryenExpressionRef BinaryenReturn(BinaryenModuleRef module, BinaryenExpressionRef value);
// Host: name may be NULL
@@ -366,8 +367,13 @@ int BinaryenModuleValidate(BinaryenModuleRef module);
// Run the standard optimization passes on the module.
void BinaryenModuleOptimize(BinaryenModuleRef module);
+// Auto-generate drop() operations where needed. This lets you generate code without
+// worrying about where they are needed. (It is more efficient to do it yourself,
+// but simpler to use autodrop).
+void BinaryenModuleAutoDrop(BinaryenModuleRef module);
+
// Serialize a module into binary form.
-// @return how many bytes were written. This will be less than or equal to bufferSize
+// @return how many bytes were written. This will be less than or equal to outputSize
size_t BinaryenModuleWrite(BinaryenModuleRef module, char* output, size_t outputSize);
// Deserialize a module from binary form.
diff --git a/src/cfg/Relooper.cpp b/src/cfg/Relooper.cpp
index e75adbce5..8a5337ed0 100644
--- a/src/cfg/Relooper.cpp
+++ b/src/cfg/Relooper.cpp
@@ -383,7 +383,7 @@ wasm::Expression* MultipleShape::Render(RelooperBuilder& Builder, bool InLoop) {
// LoopShape
wasm::Expression* LoopShape::Render(RelooperBuilder& Builder, bool InLoop) {
- wasm::Expression* Ret = Builder.makeLoop(wasm::Name(), Builder.getShapeContinueName(Id), Inner->Render(Builder, true));
+ wasm::Expression* Ret = Builder.makeLoop(Builder.getShapeContinueName(Id), Inner->Render(Builder, true));
Ret = HandleFollowupMultiples(Ret, this, Builder, InLoop);
if (Next) {
Ret = Builder.makeSequence(Ret, Next->Render(Builder, InLoop));
diff --git a/src/cfg/cfg-traversal.h b/src/cfg/cfg-traversal.h
index d690de4aa..5bc593691 100644
--- a/src/cfg/cfg-traversal.h
+++ b/src/cfg/cfg-traversal.h
@@ -36,7 +36,7 @@
namespace wasm {
template<typename SubType, typename VisitorType, typename Contents>
-struct CFGWalker : public PostWalker<SubType, VisitorType> {
+struct CFGWalker : public ControlFlowWalker<SubType, VisitorType> {
// public interface
@@ -57,7 +57,7 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
// traversal state
BasicBlock* currBasicBlock; // the current block in play during traversal
- std::map<Name, std::vector<BasicBlock*>> branches;
+ std::map<Expression*, std::vector<BasicBlock*>> branches; // a block or loop => its branches
std::vector<BasicBlock*> ifStack;
std::vector<BasicBlock*> loopStack;
@@ -74,7 +74,7 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
static void doEndBlock(SubType* self, Expression** currp) {
auto* curr = (*currp)->cast<Block>();
if (!curr->name.is()) return;
- auto iter = self->branches.find(curr->name);
+ auto iter = self->branches.find(curr);
if (iter == self->branches.end()) return;
auto& origins = iter->second;
if (origins.size() == 0) return;
@@ -83,12 +83,10 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
doStartBasicBlock(self, currp);
self->link(last, self->currBasicBlock); // fallthrough
// branches to the new one
- if (curr->name.is()) {
- for (auto* origin : origins) {
- self->link(origin, self->currBasicBlock);
- }
- self->branches.erase(curr->name);
+ for (auto* origin : origins) {
+ self->link(origin, self->currBasicBlock);
}
+ self->branches.erase(curr);
}
static void doStartIfTrue(SubType* self, Expression** currp) {
@@ -130,30 +128,22 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
auto* last = self->currBasicBlock;
doStartBasicBlock(self, currp);
self->link(last, self->currBasicBlock); // fallthrough
- // branches to the new one
auto* curr = (*currp)->cast<Loop>();
- if (curr->out.is()) {
- auto& origins = self->branches[curr->out];
- for (auto* origin : origins) {
- self->link(origin, self->currBasicBlock);
- }
- self->branches.erase(curr->out);
- }
// branches to the top of the loop
- if (curr->in.is()) {
+ if (curr->name.is()) {
auto* loopStart = self->loopStack.back();
- auto& origins = self->branches[curr->in];
+ auto& origins = self->branches[curr];
for (auto* origin : origins) {
self->link(origin, loopStart);
}
- self->branches.erase(curr->in);
+ self->branches.erase(curr);
}
self->loopStack.pop_back();
}
static void doEndBreak(SubType* self, Expression** currp) {
auto* curr = (*currp)->cast<Break>();
- self->branches[curr->name].push_back(self->currBasicBlock); // branch to the target
+ self->branches[self->findBreakTarget(curr->name)].push_back(self->currBasicBlock); // branch to the target
auto* last = self->currBasicBlock;
doStartBasicBlock(self, currp);
if (curr->condition) {
@@ -166,12 +156,12 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
std::set<Name> seen; // we might see the same label more than once; do not spam branches
for (Name target : curr->targets) {
if (!seen.count(target)) {
- self->branches[target].push_back(self->currBasicBlock); // branch to the target
+ self->branches[self->findBreakTarget(target)].push_back(self->currBasicBlock); // branch to the target
seen.insert(target);
}
}
if (!seen.count(curr->default_)) {
- self->branches[curr->default_].push_back(self->currBasicBlock); // branch to the target
+ self->branches[self->findBreakTarget(curr->default_)].push_back(self->currBasicBlock); // branch to the target
}
doStartBasicBlock(self, currp);
}
@@ -182,14 +172,10 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
switch (curr->_id) {
case Expression::Id::BlockId: {
self->pushTask(SubType::doEndBlock, currp);
- self->pushTask(SubType::doVisitBlock, currp);
- auto& list = curr->cast<Block>()->list;
- for (int i = int(list.size()) - 1; i >= 0; i--) {
- self->pushTask(SubType::scan, &list[i]);
- }
break;
}
case Expression::Id::IfId: {
+ self->pushTask(SubType::doPostVisitControlFlow, currp);
self->pushTask(SubType::doEndIf, currp);
self->pushTask(SubType::doVisitIf, currp);
auto* ifFalse = curr->cast<If>()->ifFalse;
@@ -200,44 +186,40 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
self->pushTask(SubType::scan, &curr->cast<If>()->ifTrue);
self->pushTask(SubType::doStartIfTrue, currp);
self->pushTask(SubType::scan, &curr->cast<If>()->condition);
- break;
+ self->pushTask(SubType::doPreVisitControlFlow, currp);
+ return; // don't do anything else
}
case Expression::Id::LoopId: {
self->pushTask(SubType::doEndLoop, currp);
- self->pushTask(SubType::doVisitLoop, currp);
- self->pushTask(SubType::scan, &curr->cast<Loop>()->body);
- self->pushTask(SubType::doStartLoop, currp);
break;
}
case Expression::Id::BreakId: {
self->pushTask(SubType::doEndBreak, currp);
- self->pushTask(SubType::doVisitBreak, currp);
- self->maybePushTask(SubType::scan, &curr->cast<Break>()->condition);
- self->maybePushTask(SubType::scan, &curr->cast<Break>()->value);
break;
}
case Expression::Id::SwitchId: {
self->pushTask(SubType::doEndSwitch, currp);
- self->pushTask(SubType::doVisitSwitch, currp);
- self->maybePushTask(SubType::scan, &curr->cast<Switch>()->value);
- self->pushTask(SubType::scan, &curr->cast<Switch>()->condition);
break;
}
case Expression::Id::ReturnId: {
self->pushTask(SubType::doStartBasicBlock, currp);
- self->pushTask(SubType::doVisitReturn, currp);
- self->maybePushTask(SubType::scan, &curr->cast<Return>()->value);
break;
}
case Expression::Id::UnreachableId: {
self->pushTask(SubType::doStartBasicBlock, currp);
- self->pushTask(SubType::doVisitUnreachable, currp);
break;
}
- default: {
- // other node types do not have control flow, use regular post-order
- PostWalker<SubType, VisitorType>::scan(self, currp);
+ default: {}
+ }
+
+ ControlFlowWalker<SubType, VisitorType>::scan(self, currp);
+
+ switch (curr->_id) {
+ case Expression::Id::LoopId: {
+ self->pushTask(SubType::doStartLoop, currp);
+ break;
}
+ default: {}
}
}
@@ -246,7 +228,7 @@ struct CFGWalker : public PostWalker<SubType, VisitorType> {
doStartBasicBlock(static_cast<SubType*>(this), nullptr);
entry = currBasicBlock;
- PostWalker<SubType, VisitorType>::doWalkFunction(func);
+ ControlFlowWalker<SubType, VisitorType>::doWalkFunction(func);
assert(branches.size() == 0);
assert(ifStack.size() == 0);
diff --git a/src/js/wasm.js-post.js b/src/js/wasm.js-post.js
index ae42ef175..1c5e6b0b1 100644
--- a/src/js/wasm.js-post.js
+++ b/src/js/wasm.js-post.js
@@ -29,6 +29,7 @@ function integrateWasmJS(Module) {
// inputs
var method = Module['wasmJSMethod'] || {{{ wasmJSMethod }}} || 'native-wasm,interpret-s-expr'; // by default, try native and then .wast
+ Module['wasmJSMethod'] = method;
var wasmTextFile = Module['wasmTextFile'] || {{{ wasmTextFile }}};
var wasmBinaryFile = Module['wasmBinaryFile'] || {{{ wasmBinaryFile }}};
@@ -100,19 +101,15 @@ function integrateWasmJS(Module) {
}
var oldView = new Int8Array(oldBuffer);
var newView = new Int8Array(newBuffer);
- if ({{{ WASM_BACKEND }}}) {
- // memory segments arrived in the wast, do not trample them
+
+ // If we have a mem init file, do not trample it
+ if (!memoryInitializer) {
oldView.set(newView.subarray(STATIC_BASE, STATIC_BASE + STATIC_BUMP), STATIC_BASE);
}
+
newView.set(oldView);
updateGlobalBuffer(newBuffer);
updateGlobalBufferViews();
- Module['reallocBuffer'] = function(size) {
- size = Math.ceil(size / wasmPageSize) * wasmPageSize; // round up to wasm page size
- var old = Module['buffer'];
- exports['__growWasmMemory'](size / wasmPageSize); // tiny wasm method that just does grow_memory
- return Module['buffer'] !== old ? Module['buffer'] : null; // if it was reallocated, it changed
- };
}
var WasmTypes = {
@@ -123,26 +120,6 @@ function integrateWasmJS(Module) {
f64: 4
};
- // wasm lacks globals, so asm2wasm maps them into locations in memory. that information cannot
- // be present in the wasm output of asm2wasm, so we store it in a side file. If we load asm2wasm
- // output, either generated ahead of time or on the client, we need to apply those mapped
- // globals after loading the module.
- function applyMappedGlobals(globalsFileBase) {
- var mappedGlobals = JSON.parse(Module['read'](globalsFileBase + '.mappedGlobals'));
- for (var name in mappedGlobals) {
- var global = mappedGlobals[name];
- if (!global.import) continue; // non-imports are initialized to zero in the typed array anyhow, so nothing to do here
- var value = lookupImport(global.module, global.base);
- var address = global.address;
- switch (global.type) {
- case WasmTypes.i32: Module['HEAP32'][address >> 2] = value; break;
- case WasmTypes.f32: Module['HEAPF32'][address >> 2] = value; break;
- case WasmTypes.f64: Module['HEAPF64'][address >> 3] = value; break;
- default: abort();
- }
- }
- }
-
function fixImports(imports) {
if (!{{{ WASM_BACKEND }}}) return imports;
var ret = {};
@@ -206,9 +183,7 @@ function integrateWasmJS(Module) {
return false;
}
exports = instance.exports;
- mergeMemory(exports.memory);
-
- applyMappedGlobals(wasmBinaryFile);
+ if (exports.memory) mergeMemory(exports.memory);
Module["usingWasm"] = true;
@@ -237,6 +212,13 @@ function integrateWasmJS(Module) {
info.global = global;
info.env = env;
+ if (!('memoryBase' in env)) {
+ env['memoryBase'] = STATIC_BASE; // tell the memory segments where to place themselves
+ }
+ if (!('tableBase' in env)) {
+ env['tableBase'] = 0; // tell the memory segments where to place themselves
+ }
+
wasmJS['providedTotalMemory'] = Module['buffer'].byteLength;
// Prepare to generate wasm, using either asm2wasm or s-exprs
@@ -271,12 +253,6 @@ function integrateWasmJS(Module) {
Module['newBuffer'] = null;
}
- if (method == 'interpret-s-expr') {
- applyMappedGlobals(wasmTextFile);
- } else if (method == 'interpret-binary') {
- applyMappedGlobals(wasmBinaryFile);
- }
-
exports = wasmJS['asmExports'];
return exports;
@@ -285,6 +261,14 @@ function integrateWasmJS(Module) {
// We may have a preloaded value in Module.asm, save it
Module['asmPreload'] = Module['asm'];
+ // Memory growth integration code
+ Module['reallocBuffer'] = function(size) {
+ size = Math.ceil(size / wasmPageSize) * wasmPageSize; // round up to wasm page size
+ var old = Module['buffer'];
+ exports['__growWasmMemory'](size / wasmPageSize); // tiny wasm method that just does grow_memory
+ return Module['buffer'] !== old ? Module['buffer'] : null; // if it was reallocated, it changed
+ };
+
// Provide an "asm.js function" for the application, called to "link" the asm.js module. We instantiate
// the wasm module at that time, and it receives imports and provides exports and so forth, the app
// doesn't need to care that it is wasm or olyfilled wasm or asm.js.
@@ -293,6 +277,14 @@ function integrateWasmJS(Module) {
global = fixImports(global);
env = fixImports(env);
+ // import memory and table
+ if (!env['memory']) {
+ env['memory'] = providedBuffer;
+ }
+ if (!env['table']) {
+ env['table'] = new Array(1024);
+ }
+
// try the methods. each should return the exports if it succeeded
var exports;
diff --git a/src/passes/CMakeLists.txt b/src/passes/CMakeLists.txt
index 2ccf5f040..1b4c65562 100644
--- a/src/passes/CMakeLists.txt
+++ b/src/passes/CMakeLists.txt
@@ -2,9 +2,7 @@ SET(passes_SOURCES
pass.cpp
CoalesceLocals.cpp
DeadCodeElimination.cpp
- DropReturnValues.cpp
DuplicateFunctionElimination.cpp
- LowerIfElse.cpp
MergeBlocks.cpp
Metrics.cpp
NameManager.cpp
diff --git a/src/passes/CoalesceLocals.cpp b/src/passes/CoalesceLocals.cpp
index 2c707b614..2063a20db 100644
--- a/src/passes/CoalesceLocals.cpp
+++ b/src/passes/CoalesceLocals.cpp
@@ -485,9 +485,19 @@ void CoalesceLocals::applyIndices(std::vector<Index>& indices, Expression* root)
// in addition, we can optimize out redundant copies and ineffective sets
GetLocal* get;
if ((get = set->value->dynCast<GetLocal>()) && get->index == set->index) {
- *action.origin = get; // further optimizations may get rid of the get, if this is in a place where the output does not matter
+ if (set->isTee()) {
+ *action.origin = get;
+ } else {
+ ExpressionManipulator::nop(set);
+ }
} else if (!action.effective) {
*action.origin = set->value; // value may have no side effects, further optimizations can eliminate it
+ if (!set->isTee()) {
+ // we need to drop it
+ Drop* drop = ExpressionManipulator::convert<SetLocal, Drop>(set);
+ drop->value = *action.origin;
+ *action.origin = drop;
+ }
}
}
}
diff --git a/src/passes/DeadCodeElimination.cpp b/src/passes/DeadCodeElimination.cpp
index de1191131..b30b8ffbd 100644
--- a/src/passes/DeadCodeElimination.cpp
+++ b/src/passes/DeadCodeElimination.cpp
@@ -31,6 +31,7 @@
#include <wasm.h>
#include <pass.h>
#include <ast_utils.h>
+#include <wasm-builder.h>
namespace wasm {
@@ -131,12 +132,8 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
}
void visitLoop(Loop* curr) {
- if (curr->in.is()) {
- reachableBreaks.erase(curr->in);
- }
- if (curr->out.is()) {
- reachable = reachable || reachableBreaks.count(curr->out);
- reachableBreaks.erase(curr->out);
+ if (curr->name.is()) {
+ reachableBreaks.erase(curr->name);
}
if (isDead(curr->body)) {
replaceCurrent(curr->body);
@@ -191,6 +188,7 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
case Expression::Id::UnaryId: DELEGATE(Unary);
case Expression::Id::BinaryId: DELEGATE(Binary);
case Expression::Id::SelectId: DELEGATE(Select);
+ case Expression::Id::DropId: DELEGATE(Drop);
case Expression::Id::ReturnId: DELEGATE(Return);
case Expression::Id::HostId: DELEGATE(Host);
case Expression::Id::NopId: DELEGATE(Nop);
@@ -226,46 +224,52 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
// other things
+ Expression* drop(Expression* toDrop) {
+ if (toDrop->is<Unreachable>()) return toDrop;
+ return Builder(*getModule()).makeDrop(toDrop);
+ }
+
template<typename T>
- void handleCall(T* curr, Expression* initial) {
+ Expression* handleCall(T* curr) {
for (Index i = 0; i < curr->operands.size(); i++) {
if (isDead(curr->operands[i])) {
- if (i > 0 || initial != nullptr) {
+ if (i > 0) {
auto* block = getModule()->allocator.alloc<Block>();
- Index newSize = i + 1 + (initial ? 1 : 0);
+ Index newSize = i + 1;
block->list.resize(newSize);
Index j = 0;
- if (initial) {
- block->list[j] = initial;
- j++;
- }
for (; j < newSize; j++) {
- block->list[j] = curr->operands[j - (initial ? 1 : 0)];
+ block->list[j] = drop(curr->operands[j]);
}
block->finalize();
- replaceCurrent(block);
+ return replaceCurrent(block);
} else {
- replaceCurrent(curr->operands[i]);
+ return replaceCurrent(curr->operands[i]);
}
- return;
}
}
+ return curr;
}
void visitCall(Call* curr) {
- handleCall(curr, nullptr);
+ handleCall(curr);
}
void visitCallImport(CallImport* curr) {
- handleCall(curr, nullptr);
+ handleCall(curr);
}
void visitCallIndirect(CallIndirect* curr) {
+ if (handleCall(curr) != curr) return;
if (isDead(curr->target)) {
- replaceCurrent(curr->target);
- return;
+ auto* block = getModule()->allocator.alloc<Block>();
+ for (auto* operand : curr->operands) {
+ block->list.push_back(drop(operand));
+ }
+ block->list.push_back(curr->target);
+ block->finalize();
+ replaceCurrent(block);
}
- handleCall(curr, curr->target);
}
void visitSetLocal(SetLocal* curr) {
@@ -288,7 +292,7 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
if (isDead(curr->value)) {
auto* block = getModule()->allocator.alloc<Block>();
block->list.resize(2);
- block->list[0] = curr->ptr;
+ block->list[0] = drop(curr->ptr);
block->list[1] = curr->value;
block->finalize();
replaceCurrent(block);
@@ -309,7 +313,7 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
if (isDead(curr->right)) {
auto* block = getModule()->allocator.alloc<Block>();
block->list.resize(2);
- block->list[0] = curr->left;
+ block->list[0] = drop(curr->left);
block->list[1] = curr->right;
block->finalize();
replaceCurrent(block);
@@ -324,7 +328,7 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
if (isDead(curr->ifFalse)) {
auto* block = getModule()->allocator.alloc<Block>();
block->list.resize(2);
- block->list[0] = curr->ifTrue;
+ block->list[0] = drop(curr->ifTrue);
block->list[1] = curr->ifFalse;
block->finalize();
replaceCurrent(block);
@@ -333,8 +337,8 @@ struct DeadCodeElimination : public WalkerPass<PostWalker<DeadCodeElimination, V
if (isDead(curr->condition)) {
auto* block = getModule()->allocator.alloc<Block>();
block->list.resize(3);
- block->list[0] = curr->ifTrue;
- block->list[1] = curr->ifFalse;
+ block->list[0] = drop(curr->ifTrue);
+ block->list[1] = drop(curr->ifFalse);
block->list[2] = curr->condition;
block->finalize();
replaceCurrent(block);
diff --git a/src/passes/DropReturnValues.cpp b/src/passes/DropReturnValues.cpp
deleted file mode 100644
index 8715f3f61..000000000
--- a/src/passes/DropReturnValues.cpp
+++ /dev/null
@@ -1,83 +0,0 @@
-/*
- * Copyright 2016 WebAssembly Community Group participants
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-//
-// Stops using return values from set_local and store nodes.
-//
-
-#include <wasm.h>
-#include <pass.h>
-#include <ast_utils.h>
-#include <wasm-builder.h>
-
-namespace wasm {
-
-struct DropReturnValues : public WalkerPass<PostWalker<DropReturnValues, Visitor<DropReturnValues>>> {
- bool isFunctionParallel() override { return true; }
-
- Pass* create() override { return new DropReturnValues; }
-
- std::vector<Expression*> expressionStack;
-
- void visitSetLocal(SetLocal* curr) {
- if (ExpressionAnalyzer::isResultUsed(expressionStack, getFunction())) {
- Builder builder(*getModule());
- replaceCurrent(builder.makeSequence(
- curr,
- builder.makeGetLocal(curr->index, curr->type)
- ));
- }
- }
-
- void visitStore(Store* curr) {
- if (ExpressionAnalyzer::isResultUsed(expressionStack, getFunction())) {
- Index index = getFunction()->getNumLocals();
- getFunction()->vars.emplace_back(curr->type);
- Builder builder(*getModule());
- replaceCurrent(builder.makeSequence(
- builder.makeSequence(
- builder.makeSetLocal(index, curr->value),
- curr
- ),
- builder.makeGetLocal(index, curr->type)
- ));
- curr->value = builder.makeGetLocal(index, curr->type);
- }
- }
-
- static void visitPre(DropReturnValues* self, Expression** currp) {
- self->expressionStack.push_back(*currp);
- }
-
- static void visitPost(DropReturnValues* self, Expression** currp) {
- self->expressionStack.pop_back();
- }
-
- static void scan(DropReturnValues* self, Expression** currp) {
- self->pushTask(visitPost, currp);
-
- WalkerPass<PostWalker<DropReturnValues, Visitor<DropReturnValues>>>::scan(self, currp);
-
- self->pushTask(visitPre, currp);
- }
-};
-
-Pass *createDropReturnValuesPass() {
- return new DropReturnValues();
-}
-
-} // namespace wasm
-
diff --git a/src/passes/LowerIfElse.cpp b/src/passes/LowerIfElse.cpp
deleted file mode 100644
index b566e8207..000000000
--- a/src/passes/LowerIfElse.cpp
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * Copyright 2015 WebAssembly Community Group participants
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-//
-// Lowers if (x) y else z into
-//
-// L: {
-// if (x) break (y) L
-// z
-// }
-//
-// This is useful for investigating how beneficial if_else is.
-//
-
-#include <memory>
-
-#include <wasm.h>
-#include <pass.h>
-
-namespace wasm {
-
-struct LowerIfElse : public WalkerPass<PostWalker<LowerIfElse, Visitor<LowerIfElse>>> {
- MixedArena* allocator;
- std::unique_ptr<NameManager> namer;
-
- void prepare(PassRunner* runner, Module *module) override {
- allocator = runner->allocator;
- namer = make_unique<NameManager>();
- namer->run(runner, module);
- }
-
- void visitIf(If *curr) {
- if (curr->ifFalse) {
- auto block = allocator->alloc<Block>();
- auto name = namer->getUnique("L"); // TODO: getUniqueInFunction
- block->name = name;
- block->list.push_back(curr);
- block->list.push_back(curr->ifFalse);
- block->finalize();
- curr->ifFalse = nullptr;
- auto break_ = allocator->alloc<Break>();
- break_->name = name;
- break_->value = curr->ifTrue;
- curr->ifTrue = break_;
- replaceCurrent(block);
- }
- }
-};
-
-Pass *createLowerIfElsePass() {
- return new LowerIfElse();
-}
-
-} // namespace wasm
diff --git a/src/passes/MergeBlocks.cpp b/src/passes/MergeBlocks.cpp
index 686bb5d75..bde9397a8 100644
--- a/src/passes/MergeBlocks.cpp
+++ b/src/passes/MergeBlocks.cpp
@@ -64,9 +64,40 @@
#include <wasm.h>
#include <pass.h>
#include <ast_utils.h>
+#include <wasm-builder.h>
namespace wasm {
+struct SwitchFinder : public ControlFlowWalker<SwitchFinder, Visitor<SwitchFinder>> {
+ Expression* origin;
+ bool found = false;
+
+ void visitSwitch(Switch* curr) {
+ if (findBreakTarget(curr->default_) == origin) {
+ found = true;
+ return;
+ }
+ for (auto& target : curr->targets) {
+ if (findBreakTarget(target) == origin) {
+ found = true;
+ return;
+ }
+ }
+ }
+};
+
+struct BreakValueDropper : public ControlFlowWalker<BreakValueDropper, Visitor<BreakValueDropper>> {
+ Expression* origin;
+
+ void visitBreak(Break* curr) {
+ if (curr->value && findBreakTarget(curr->name) == origin) {
+ Builder builder(*getModule());
+ replaceCurrent(builder.makeSequence(builder.makeDrop(curr->value), curr));
+ curr->value = nullptr;
+ }
+ }
+};
+
struct MergeBlocks : public WalkerPass<PostWalker<MergeBlocks, Visitor<MergeBlocks>>> {
bool isFunctionParallel() override { return true; }
@@ -74,10 +105,46 @@ struct MergeBlocks : public WalkerPass<PostWalker<MergeBlocks, Visitor<MergeBloc
void visitBlock(Block *curr) {
bool more = true;
+ bool changed = false;
while (more) {
more = false;
for (size_t i = 0; i < curr->list.size(); i++) {
Block* child = curr->list[i]->dynCast<Block>();
+ if (!child) {
+ // if we have a child that is (drop (block ..)) then we can move the drop into the block, and remove br values. this allows more merging,
+ auto* drop = curr->list[i]->dynCast<Drop>();
+ if (drop) {
+ child = drop->value->dynCast<Block>();
+ if (child) {
+ if (child->name.is()) {
+ Expression* expression = child;
+ // if there is a switch targeting us, we can't do it - we can't remove the value from other targets too
+ SwitchFinder finder;
+ finder.origin = child;
+ finder.walk(expression);
+ if (finder.found) {
+ child = nullptr;
+ } else {
+ // fix up breaks
+ BreakValueDropper fixer;
+ fixer.origin = child;
+ fixer.setModule(getModule());
+ fixer.walk(expression);
+ }
+ }
+ if (child) {
+ // we can do it!
+ // reuse the drop
+ drop->value = child->list.back();
+ child->list.back() = drop;
+ child->finalize();
+ curr->list[i] = child;
+ more = true;
+ changed = true;
+ }
+ }
+ }
+ }
if (!child) continue;
if (child->name.is()) continue; // named blocks can have breaks to them (and certainly do, if we ran RemoveUnusedNames and RemoveUnusedBrs)
ExpressionList merged(getModule()->allocator);
@@ -92,9 +159,11 @@ struct MergeBlocks : public WalkerPass<PostWalker<MergeBlocks, Visitor<MergeBloc
}
curr->list = merged;
more = true;
+ changed = true;
break;
}
}
+ if (changed) curr->finalize();
}
Block* optimize(Expression* curr, Expression*& child, Block* outer = nullptr, Expression** dependency1 = nullptr, Expression** dependency2 = nullptr) {
diff --git a/src/passes/NameManager.cpp b/src/passes/NameManager.cpp
index df8b34557..9f0198c2f 100644
--- a/src/passes/NameManager.cpp
+++ b/src/passes/NameManager.cpp
@@ -37,8 +37,7 @@ void NameManager::visitBlock(Block* curr) {
names.insert(curr->name);
}
void NameManager::visitLoop(Loop* curr) {
- names.insert(curr->out);
- names.insert(curr->in);
+ names.insert(curr->name);
}
void NameManager::visitBreak(Break* curr) {
names.insert(curr->name);
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index 5eea38bdc..43ddc954c 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -32,14 +32,17 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
const char *maybeSpace;
const char *maybeNewLine;
- bool fullAST = false; // whether to not elide nodes in output when possible
- // (like implicit blocks)
+ bool full = false; // whether to not elide nodes in output when possible
+ // (like implicit blocks) and to emit types
Module* currModule = nullptr;
Function* currFunction = nullptr;
PrintSExpression(std::ostream& o) : o(o) {
setMinify(false);
+ if (getenv("BINARYEN_PRINT_FULL")) {
+ full = std::stoi(getenv("BINARYEN_PRINT_FULL"));
+ }
}
void setMinify(bool minify_) {
@@ -48,7 +51,7 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
maybeNewLine = minify ? "" : "\n";
}
- void setFullAST(bool fullAST_) { fullAST = fullAST_; }
+ void setFull(bool full_) { full = full_; }
void incIndent() {
if (minify) return;
@@ -64,6 +67,9 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
}
void printFullLine(Expression *expression) {
!minify && doIndent(o, indent);
+ if (full) {
+ o << "[" << printWasmType(expression->type) << "] ";
+ }
visit(expression);
o << maybeNewLine;
}
@@ -79,10 +85,6 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
return name;
}
- Name printableGlobal(Index index) {
- return currModule->getGlobal(index)->name;
- }
-
std::ostream& printName(Name name) {
// we need to quote names if they have tricky chars
if (strpbrk(name.str, "()")) {
@@ -99,6 +101,9 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
while (1) {
if (stack.size() > 0) doIndent(o, indent);
stack.push_back(curr);
+ if (full) {
+ o << "[" << printWasmType(curr->type) << "] ";
+ }
printOpening(o, "block");
if (curr->name.is()) {
o << ' ';
@@ -135,13 +140,13 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
incIndent();
printFullLine(curr->condition);
// ifTrue and False have implict blocks, avoid printing them if possible
- if (!fullAST && curr->ifTrue->is<Block>() && curr->ifTrue->dynCast<Block>()->name.isNull() && curr->ifTrue->dynCast<Block>()->list.size() == 1) {
+ if (!full && curr->ifTrue->is<Block>() && curr->ifTrue->dynCast<Block>()->name.isNull() && curr->ifTrue->dynCast<Block>()->list.size() == 1) {
printFullLine(curr->ifTrue->dynCast<Block>()->list.back());
} else {
printFullLine(curr->ifTrue);
}
if (curr->ifFalse) {
- if (!fullAST && curr->ifFalse->is<Block>() && curr->ifFalse->dynCast<Block>()->name.isNull() && curr->ifFalse->dynCast<Block>()->list.size() == 1) {
+ if (!full && curr->ifFalse->is<Block>() && curr->ifFalse->dynCast<Block>()->name.isNull() && curr->ifFalse->dynCast<Block>()->list.size() == 1) {
printFullLine(curr->ifFalse->dynCast<Block>()->list.back());
} else {
printFullLine(curr->ifFalse);
@@ -151,16 +156,12 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
}
void visitLoop(Loop *curr) {
printOpening(o, "loop");
- if (curr->out.is()) {
- o << ' ' << curr->out;
- assert(curr->in.is()); // if just one is printed, it must be the in
- }
- if (curr->in.is()) {
- o << ' ' << curr->in;
+ if (curr->name.is()) {
+ o << ' ' << curr->name;
}
incIndent();
auto block = curr->body->dynCast<Block>();
- if (!fullAST && block && block->name.isNull()) {
+ if (!full && block && block->name.isNull()) {
// wasm spec has loops containing children directly, while our ast
// has a single child for simplicity. print out the optimal form.
for (auto expression : block->list) {
@@ -229,26 +230,33 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
void visitCallIndirect(CallIndirect *curr) {
printOpening(o, "call_indirect ") << curr->fullType;
incIndent();
- printFullLine(curr->target);
for (auto operand : curr->operands) {
printFullLine(operand);
}
+ printFullLine(curr->target);
decIndent();
}
void visitGetLocal(GetLocal *curr) {
printOpening(o, "get_local ") << printableLocal(curr->index) << ')';
}
void visitSetLocal(SetLocal *curr) {
- printOpening(o, "set_local ") << printableLocal(curr->index);
+ if (curr->isTee()) {
+ printOpening(o, "tee_local ");
+ } else {
+ printOpening(o, "set_local ");
+ }
+ o << printableLocal(curr->index);
incIndent();
printFullLine(curr->value);
decIndent();
}
void visitGetGlobal(GetGlobal *curr) {
- printOpening(o, "get_global ") << printableGlobal(curr->index) << ')';
+ printOpening(o, "get_global ");
+ printName(curr->name) << ')';
}
void visitSetGlobal(SetGlobal *curr) {
- printOpening(o, "set_global ") << printableGlobal(curr->index);
+ printOpening(o, "set_global ");
+ printName(curr->name);
incIndent();
printFullLine(curr->value);
decIndent();
@@ -281,7 +289,7 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
}
void visitStore(Store *curr) {
o << '(';
- prepareColor(o) << printWasmType(curr->type) << ".store";
+ prepareColor(o) << printWasmType(curr->valueType) << ".store";
if (curr->bytes < 4 || (curr->type == i64 && curr->bytes < 8)) {
if (curr->bytes == 1) {
o << '8';
@@ -466,9 +474,16 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
printFullLine(curr->condition);
decIndent();
}
+ void visitDrop(Drop *curr) {
+ o << '(';
+ prepareColor(o) << "drop";
+ incIndent();
+ printFullLine(curr->value);
+ decIndent();
+ }
void visitReturn(Return *curr) {
printOpening(o, "return");
- if (!curr->value || curr->value->is<Nop>()) {
+ if (!curr->value) {
// avoid a new line just for the parens
o << ')';
return;
@@ -499,11 +514,9 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
printMinorOpening(o, "unreachable") << ')';
}
// Module-level visitors
- void visitFunctionType(FunctionType *curr, bool full=false) {
- if (full) {
- printOpening(o, "type") << ' ';
- printName(curr->name) << " (func";
- }
+ void visitFunctionType(FunctionType *curr, Name* internalName = nullptr) {
+ o << "(func";
+ if (internalName) o << ' ' << *internalName;
if (curr->params.size() > 0) {
o << maybeSpace;
printMinorOpening(o, "param");
@@ -516,27 +529,39 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
o << maybeSpace;
printMinorOpening(o, "result ") << printWasmType(curr->result) << ')';
}
- if (full) {
- o << "))";
- }
+ o << ")";
}
void visitImport(Import *curr) {
printOpening(o, "import ");
- printName(curr->name) << ' ';
printText(o, curr->module.str) << ' ';
- printText(o, curr->base.str);
- if (curr->type) visitFunctionType(curr->type);
+ printText(o, curr->base.str) << ' ';
+ switch (curr->kind) {
+ case Export::Function: if (curr->functionType) visitFunctionType(curr->functionType, &curr->name); break;
+ case Export::Table: o << "(table " << curr->name << ")"; break;
+ case Export::Memory: o << "(memory " << curr->name << ")"; break;
+ case Export::Global: o << "(global " << curr->name << ' ' << printWasmType(curr->globalType) << ")"; break;
+ default: WASM_UNREACHABLE();
+ }
o << ')';
}
void visitExport(Export *curr) {
printOpening(o, "export ");
- printText(o, curr->name.str) << ' ';
- printName(curr->value) << ')';
+ printText(o, curr->name.str) << " (";
+ switch (curr->kind) {
+ case Export::Function: o << "func"; break;
+ case Export::Table: o << "table"; break;
+ case Export::Memory: o << "memory"; break;
+ case Export::Global: o << "global"; break;
+ default: WASM_UNREACHABLE();
+ }
+ o << ' ';
+ printName(curr->value) << "))";
}
void visitGlobal(Global *curr) {
printOpening(o, "global ");
- printName(curr->name) << ' ' << printWasmType(curr->type);
- printFullLine(curr->init);
+ printName(curr->name) << ' ';
+ o << printWasmType(curr->type) << ' ';
+ visit(curr->init);
o << ')';
}
void visitFunction(Function *curr) {
@@ -564,7 +589,7 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
}
// It is ok to emit a block here, as a function can directly contain a list, even if our
// ast avoids that for simplicity. We can just do that optimization here..
- if (!fullAST && curr->body->is<Block>() && curr->body->cast<Block>()->name.isNull()) {
+ if (!full && curr->body->is<Block>() && curr->body->cast<Block>()->name.isNull()) {
Block* block = curr->body->cast<Block>();
for (auto item : block->list) {
printFullLine(item);
@@ -575,7 +600,8 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
decIndent();
}
void visitTable(Table *curr) {
- printOpening(o, "table") << ' ' << curr->initial;
+ printOpening(o, "table") << ' ';
+ o << curr->initial;
if (curr->max && curr->max != Table::kMaxSize) o << ' ' << curr->max;
o << " anyfunc)\n";
doIndent(o, indent);
@@ -589,15 +615,12 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
o << ')';
}
}
- void visitModule(Module *curr) {
- currModule = curr;
- printOpening(o, "module", true);
- incIndent();
- doIndent(o, indent);
- printOpening(o, "memory") << ' ' << curr->memory.initial;
- if (curr->memory.max && curr->memory.max != Memory::kMaxSize) o << ' ' << curr->memory.max;
+ void visitMemory(Memory* curr) {
+ printOpening(o, "memory") << ' ';
+ o << curr->initial;
+ if (curr->max && curr->max != Memory::kMaxSize) o << ' ' << curr->max;
o << ")\n";
- for (auto segment : curr->memory.segments) {
+ for (auto segment : curr->segments) {
doIndent(o, indent);
printOpening(o, "data ", true);
visit(segment.offset);
@@ -624,12 +647,13 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
}
o << "\")\n";
}
- if (curr->memory.exportName.is()) {
- doIndent(o, indent);
- printOpening(o, "export ");
- printText(o, curr->memory.exportName.str) << " memory)";
- o << maybeNewLine;
- }
+ }
+ void visitModule(Module *curr) {
+ currModule = curr;
+ printOpening(o, "module", true);
+ incIndent();
+ doIndent(o, indent);
+ visitMemory(&curr->memory);
if (curr->start.is()) {
doIndent(o, indent);
printOpening(o, "start") << ' ' << curr->start << ')';
@@ -637,8 +661,10 @@ struct PrintSExpression : public Visitor<PrintSExpression> {
}
for (auto& child : curr->functionTypes) {
doIndent(o, indent);
- visitFunctionType(child.get(), true);
- o << maybeNewLine;
+ printOpening(o, "type") << ' ';
+ printName(child->name) << ' ';
+ visitFunctionType(child.get());
+ o << ")" << maybeNewLine;
}
for (auto& child : curr->imports) {
doIndent(o, indent);
@@ -707,7 +733,7 @@ public:
void run(PassRunner* runner, Module* module) override {
PrintSExpression print(o);
- print.setFullAST(true);
+ print.setFull(true);
print.visitModule(module);
}
};
@@ -718,9 +744,17 @@ Pass *createFullPrinterPass() {
// Print individual expressions
-std::ostream& WasmPrinter::printExpression(Expression* expression, std::ostream& o, bool minify) {
+std::ostream& WasmPrinter::printExpression(Expression* expression, std::ostream& o, bool minify, bool full) {
+ if (!expression) {
+ o << "(null expression)";
+ return o;
+ }
PrintSExpression print(o);
print.setMinify(minify);
+ if (full) {
+ print.setFull(true);
+ o << "[" << printWasmType(expression->type) << "] ";
+ }
print.visit(expression);
return o;
}
diff --git a/src/passes/RemoveImports.cpp b/src/passes/RemoveImports.cpp
index 0b3f50049..19d6c3eb1 100644
--- a/src/passes/RemoveImports.cpp
+++ b/src/passes/RemoveImports.cpp
@@ -37,7 +37,7 @@ struct RemoveImports : public WalkerPass<PostWalker<RemoveImports, Visitor<Remov
}
void visitCallImport(CallImport *curr) {
- WasmType type = module->getImport(curr->target)->type->result;
+ WasmType type = module->getImport(curr->target)->functionType->result;
if (type == none) {
replaceCurrent(allocator->alloc<Nop>());
} else {
diff --git a/src/passes/RemoveUnusedBrs.cpp b/src/passes/RemoveUnusedBrs.cpp
index 263cea655..59d3af6fc 100644
--- a/src/passes/RemoveUnusedBrs.cpp
+++ b/src/passes/RemoveUnusedBrs.cpp
@@ -189,7 +189,7 @@ struct RemoveUnusedBrs : public WalkerPass<PostWalker<RemoveUnusedBrs, Visitor<R
// finally, we may have simplified ifs enough to turn them into selects
struct Selectifier : public WalkerPass<PostWalker<Selectifier, Visitor<Selectifier>>> {
void visitIf(If* curr) {
- if (curr->ifFalse) {
+ if (curr->ifFalse && isConcreteWasmType(curr->ifTrue->type) && isConcreteWasmType(curr->ifFalse->type)) {
// if with else, consider turning it into a select if there is no control flow
// TODO: estimate cost
EffectAnalyzer condition(curr->condition);
diff --git a/src/passes/RemoveUnusedNames.cpp b/src/passes/RemoveUnusedNames.cpp
index 9c6743479..8e24f9549 100644
--- a/src/passes/RemoveUnusedNames.cpp
+++ b/src/passes/RemoveUnusedNames.cpp
@@ -76,34 +76,12 @@ struct RemoveUnusedNames : public WalkerPass<PostWalker<RemoveUnusedNames, Visit
}
}
handleBreakTarget(curr->name);
- if (curr->name.is() && curr->list.size() == 1) {
- auto* child = curr->list[0]->dynCast<Loop>();
- if (child && !child->out.is()) {
- // we have just one child, this loop, and it lacks an out label. So this block's name is doing just that!
- child->out = curr->name;
- replaceCurrent(child);
- }
- }
}
void visitLoop(Loop *curr) {
- handleBreakTarget(curr->in);
- // Loops can have just 'in', but cannot have just 'out'
- auto out = curr->out;
- handleBreakTarget(curr->out);
- if (curr->out.is() && !curr->in.is()) {
- auto* block = getModule()->allocator.alloc<Block>();
- block->name = out;
- block->list.push_back(curr->body);
- replaceCurrent(block);
- }
- if (curr->in.is() && !curr->out.is()) {
- auto* child = curr->body->dynCast<Block>();
- if (child && child->name.is()) {
- // we have just one child, this block, and we lack an out label. So we can take the block's!
- curr->out = child->name;
- child->name = Name();
- }
+ handleBreakTarget(curr->name);
+ if (!curr->name.is()) {
+ replaceCurrent(curr->body);
}
}
diff --git a/src/passes/SimplifyLocals.cpp b/src/passes/SimplifyLocals.cpp
index d9786e62c..5315edac4 100644
--- a/src/passes/SimplifyLocals.cpp
+++ b/src/passes/SimplifyLocals.cpp
@@ -55,7 +55,13 @@ struct SetLocalRemover : public PostWalker<SetLocalRemover, Visitor<SetLocalRemo
void visitSetLocal(SetLocal *curr) {
if ((*numGetLocals)[curr->index] == 0) {
- replaceCurrent(curr->value);
+ auto* value = curr->value;
+ if (curr->isTee()) {
+ replaceCurrent(value);
+ } else {
+ Drop* drop = ExpressionManipulator::convert<SetLocal, Drop>(curr);
+ drop->value = value;
+ }
}
}
};
@@ -180,7 +186,10 @@ struct SimplifyLocals : public WalkerPass<LinearExecutionWalker<SimplifyLocals,
auto found = sinkables.find(curr->index);
if (found != sinkables.end()) {
// sink it, and nop the origin
- replaceCurrent(*found->second.item);
+ auto* set = (*found->second.item)->cast<SetLocal>();
+ replaceCurrent(set);
+ assert(!set->isTee());
+ set->setTee(true);
// reuse the getlocal that is dying
*found->second.item = curr;
ExpressionManipulator::nop(curr);
@@ -189,6 +198,16 @@ struct SimplifyLocals : public WalkerPass<LinearExecutionWalker<SimplifyLocals,
}
}
+ void visitDrop(Drop* curr) {
+ // collapse drop-tee into set, which can occur if a get was sunk into a tee
+ auto* set = curr->value->dynCast<SetLocal>();
+ if (set) {
+ assert(set->isTee());
+ set->setTee(false);
+ replaceCurrent(set);
+ }
+ }
+
void checkInvalidations(EffectAnalyzer& effects) {
// TODO: this is O(bad)
std::vector<Index> invalidated;
@@ -225,7 +244,11 @@ struct SimplifyLocals : public WalkerPass<LinearExecutionWalker<SimplifyLocals,
// store is dead, leave just the value
auto found = self->sinkables.find(set->index);
if (found != self->sinkables.end()) {
- *found->second.item = (*found->second.item)->cast<SetLocal>()->value;
+ auto* previous = (*found->second.item)->cast<SetLocal>();
+ assert(!previous->isTee());
+ auto* previousValue = previous->value;
+ Drop* drop = ExpressionManipulator::convert<SetLocal, Drop>(previous);
+ drop->value = previousValue;
self->sinkables.erase(found);
self->anotherCycle = true;
}
@@ -236,15 +259,10 @@ struct SimplifyLocals : public WalkerPass<LinearExecutionWalker<SimplifyLocals,
self->checkInvalidations(effects);
}
- if (set) {
- // we may be a replacement for the current node, update the stack
- self->expressionStack.pop_back();
- self->expressionStack.push_back(set);
- if (!ExpressionAnalyzer::isResultUsed(self->expressionStack, self->getFunction())) {
- Index index = set->index;
- assert(self->sinkables.count(index) == 0);
- self->sinkables.emplace(std::make_pair(index, SinkableInfo(currp)));
- }
+ if (set && !set->isTee()) {
+ Index index = set->index;
+ assert(self->sinkables.count(index) == 0);
+ self->sinkables.emplace(std::make_pair(index, SinkableInfo(currp)));
}
self->expressionStack.pop_back();
diff --git a/src/passes/Vacuum.cpp b/src/passes/Vacuum.cpp
index 0195427d7..db42a994a 100644
--- a/src/passes/Vacuum.cpp
+++ b/src/passes/Vacuum.cpp
@@ -25,13 +25,11 @@
namespace wasm {
-struct Vacuum : public WalkerPass<PostWalker<Vacuum, Visitor<Vacuum>>> {
+struct Vacuum : public WalkerPass<ExpressionStackWalker<Vacuum, Visitor<Vacuum>>> {
bool isFunctionParallel() override { return true; }
Pass* create() override { return new Vacuum; }
- std::vector<Expression*> expressionStack;
-
// returns nullptr if curr is dead, curr if it must stay as is, or another node if it can be replaced
Expression* optimize(Expression* curr, bool resultUsed) {
while (1) {
@@ -41,6 +39,7 @@ struct Vacuum : public WalkerPass<PostWalker<Vacuum, Visitor<Vacuum>>> {
case Expression::Id::BlockId: return curr; // not always needed, but handled in visitBlock()
case Expression::Id::IfId: return curr; // not always needed, but handled in visitIf()
case Expression::Id::LoopId: return curr; // not always needed, but handled in visitLoop()
+ case Expression::Id::DropId: return curr; // not always needed, but handled in visitDrop()
case Expression::Id::BreakId:
case Expression::Id::SwitchId:
@@ -51,6 +50,8 @@ struct Vacuum : public WalkerPass<PostWalker<Vacuum, Visitor<Vacuum>>> {
case Expression::Id::LoadId:
case Expression::Id::StoreId:
case Expression::Id::ReturnId:
+ case Expression::Id::GetGlobalId:
+ case Expression::Id::SetGlobalId:
case Expression::Id::HostId:
case Expression::Id::UnreachableId: return curr; // always needed
@@ -189,7 +190,7 @@ struct Vacuum : public WalkerPass<PostWalker<Vacuum, Visitor<Vacuum>>> {
// no else
if (curr->ifTrue->is<Nop>()) {
// no nothing
- replaceCurrent(curr->condition);
+ replaceCurrent(Builder(*getModule()).makeDrop(curr->condition));
}
}
}
@@ -198,21 +199,30 @@ struct Vacuum : public WalkerPass<PostWalker<Vacuum, Visitor<Vacuum>>> {
if (curr->body->is<Nop>()) ExpressionManipulator::nop(curr);
}
- static void visitPre(Vacuum* self, Expression** currp) {
- self->expressionStack.push_back(*currp);
- }
-
- static void visitPost(Vacuum* self, Expression** currp) {
- self->expressionStack.pop_back();
- }
-
- // override scan to add a pre and a post check task to all nodes
- static void scan(Vacuum* self, Expression** currp) {
- self->pushTask(visitPost, currp);
-
- WalkerPass<PostWalker<Vacuum, Visitor<Vacuum>>>::scan(self, currp);
-
- self->pushTask(visitPre, currp);
+ void visitDrop(Drop* curr) {
+ // if the drop input has no side effects, it can be wiped out
+ if (!EffectAnalyzer(curr->value).hasSideEffects()) {
+ ExpressionManipulator::nop(curr);
+ return;
+ }
+ // sink a drop into an arm of an if-else if the other arm ends in an unreachable, as it if is a branch, this can make that branch optimizable and more vaccuming possible
+ auto* iff = curr->value->dynCast<If>();
+ if (iff && iff->ifFalse && isConcreteWasmType(iff->type)) {
+ // reuse the drop in both cases
+ if (iff->ifTrue->type == unreachable) {
+ assert(isConcreteWasmType(iff->ifFalse->type));
+ curr->value = iff->ifFalse;
+ iff->ifFalse = curr;
+ iff->type = none;
+ replaceCurrent(iff);
+ } else if (iff->ifFalse->type == unreachable) {
+ assert(isConcreteWasmType(iff->ifTrue->type));
+ curr->value = iff->ifTrue;
+ iff->ifTrue = curr;
+ iff->type = none;
+ replaceCurrent(iff);
+ }
+ }
}
void visitFunction(Function* curr) {
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp
index f27eccf6a..437b023bc 100644
--- a/src/passes/pass.cpp
+++ b/src/passes/pass.cpp
@@ -64,9 +64,7 @@ void PassRegistry::registerPasses() {
registerPass("coalesce-locals", "reduce # of locals by coalescing", createCoalesceLocalsPass);
registerPass("coalesce-locals-learning", "reduce # of locals by coalescing and learning", createCoalesceLocalsWithLearningPass);
registerPass("dce", "removes unreachable code", createDeadCodeEliminationPass);
- registerPass("drop-return-values", "stops relying on return values from set_local and store", createDropReturnValuesPass);
registerPass("duplicate-function-elimination", "removes duplicate functions", createDuplicateFunctionEliminationPass);
- registerPass("lower-if-else", "lowers if-elses into ifs, blocks and branches", createLowerIfElsePass);
registerPass("merge-blocks", "merges blocks to their parents", createMergeBlocksPass);
registerPass("metrics", "reports metrics", createMetricsPass);
registerPass("nm", "name list", createNameListPass);
@@ -211,6 +209,9 @@ void PassRunner::run() {
}
void PassRunner::runFunction(Function* func) {
+ if (debug) {
+ std::cerr << "[PassRunner] running passes on function " << func->name << std::endl;
+ }
for (auto* pass : passes) {
runPassOnFunction(pass, func);
}
diff --git a/src/passes/passes.h b/src/passes/passes.h
index 731536d7d..4bb76edad 100644
--- a/src/passes/passes.h
+++ b/src/passes/passes.h
@@ -25,7 +25,6 @@ class Pass;
Pass *createCoalesceLocalsPass();
Pass *createCoalesceLocalsWithLearningPass();
Pass *createDeadCodeEliminationPass();
-Pass *createDropReturnValuesPass();
Pass *createDuplicateFunctionEliminationPass();
Pass *createLowerIfElsePass();
Pass *createMergeBlocksPass();
diff --git a/src/s2wasm.h b/src/s2wasm.h
index a23cbb549..8c04f7891 100644
--- a/src/s2wasm.h
+++ b/src/s2wasm.h
@@ -753,6 +753,7 @@ class S2WasmBuilder {
set->index = func->getLocalIndex(assign);
set->value = curr;
set->type = curr->type;
+ set->setTee(false);
addToBlock(set);
}
};
@@ -834,7 +835,7 @@ class S2WasmBuilder {
auto makeStore = [&](WasmType type) {
skipComma();
auto curr = allocator->alloc<Store>();
- curr->type = type;
+ curr->valueType = type;
int32_t bytes = getInt() / CHAR_BIT;
curr->bytes = bytes > 0 ? bytes : getWasmTypeSize(type);
Name assign = getAssign();
@@ -849,6 +850,7 @@ class S2WasmBuilder {
curr->align = 1U << getInt(attributes[0] + 8);
}
curr->value = inputs[1];
+ curr->finalize();
setOutput(curr, assign);
};
auto makeSelect = [&](WasmType type) {
@@ -1062,7 +1064,7 @@ class S2WasmBuilder {
if (target->is<Block>()) {
return target->cast<Block>()->name;
} else {
- return target->cast<Loop>()->in;
+ return target->cast<Loop>()->name;
}
};
// fixups
@@ -1097,10 +1099,9 @@ class S2WasmBuilder {
} else if (match("loop")) {
auto curr = allocator->alloc<Loop>();
addToBlock(curr);
- curr->in = getNextLabel();
- curr->out = getNextLabel();
+ curr->name = getNextLabel();
auto block = allocator->alloc<Block>();
- block->name = curr->out; // temporary, fake - this way, on bstack we have the right label at the right offset for a br
+ block->name = getNextLabel();
curr->body = block;
loopBlocks.push_back(block);
bstack.push_back(block);
@@ -1146,6 +1147,7 @@ class S2WasmBuilder {
Name assign = getAssign();
skipComma();
auto curr = allocator->alloc<SetLocal>();
+ curr->setTee(true);
curr->index = func->getLocalIndex(getAssign());
skipComma();
curr->value = getInput();
diff --git a/src/shell-interface.h b/src/shell-interface.h
index f332307ad..ee9ff166a 100644
--- a/src/shell-interface.h
+++ b/src/shell-interface.h
@@ -90,11 +90,11 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
ShellExternalInterface() : memory() {}
- void init(Module& wasm) override {
+ void init(Module& wasm, ModuleInstance& instance) override {
memory.resize(wasm.memory.initial * wasm::Memory::kPageSize);
// apply memory segments
for (auto& segment : wasm.memory.segments) {
- Address offset = ConstantExpressionRunner().visit(segment.offset).value.geti32();
+ Address offset = ConstantExpressionRunner(instance.globals).visit(segment.offset).value.geti32();
assert(offset + segment.data.size() <= wasm.memory.initial * wasm::Memory::kPageSize);
for (size_t i = 0; i != segment.data.size(); ++i) {
memory.set(offset + i, segment.data[i]);
@@ -103,7 +103,7 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
table.resize(wasm.table.initial);
for (auto& segment : wasm.table.segments) {
- Address offset = ConstantExpressionRunner().visit(segment.offset).value.geti32();
+ Address offset = ConstantExpressionRunner(instance.globals).visit(segment.offset).value.geti32();
assert(offset + segment.data.size() <= wasm.table.initial);
for (size_t i = 0; i != segment.data.size(); ++i) {
table[offset + i] = segment.data[i];
@@ -111,6 +111,8 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
}
}
+ void importGlobals(std::map<Name, Literal>& globals, Module& wasm) override {}
+
Literal callImport(Import *import, LiteralList& arguments) override {
if (import->module == SPECTEST && import->base == PRINT) {
for (auto argument : arguments) {
@@ -126,10 +128,9 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
abort();
}
- Literal callTable(Index index, Name type, LiteralList& arguments, ModuleInstance& instance) override {
+ Literal callTable(Index index, LiteralList& arguments, WasmType result, ModuleInstance& instance) override {
if (index >= table.size()) trap("callTable overflow");
auto* func = instance.wasm.getFunction(table[index]);
- if (func->type.is() && func->type != type) trap("callIndirect: bad type");
if (func->params.size() != arguments.size()) trap("callIndirect: bad # of arguments");
for (size_t i = 0; i < func->params.size(); i++) {
if (func->params[i] != arguments[i].type) {
@@ -167,7 +168,7 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
}
void store(Store* store, Address addr, Literal value) override {
- switch (store->type) {
+ switch (store->valueType) {
case i32: {
switch (store->bytes) {
case 1: memory.set<int8_t>(addr, value.geti32()); break;
diff --git a/src/support/colors.h b/src/support/colors.h
index d81ecbc16..fb5267ce1 100644
--- a/src/support/colors.h
+++ b/src/support/colors.h
@@ -42,6 +42,15 @@ inline void grey(std::ostream& stream) { outputColorCode(stream, 0x08); }
inline void green(std::ostream& stream) { outputColorCode(stream, 0x02); }
inline void blue(std::ostream& stream) { outputColorCode(stream, 0x09); }
inline void bold(std::ostream& stream) { /* Do nothing */ }
+#else
+inline void normal(std::ostream& stream) {}
+inline void red(std::ostream& stream) {}
+inline void magenta(std::ostream& stream) {}
+inline void orange(std::ostream& stream) {}
+inline void grey(std::ostream& stream) {}
+inline void green(std::ostream& stream) {}
+inline void blue(std::ostream& stream) {}
+inline void bold(std::ostream& stream) {}
#endif
};
diff --git a/src/tools/asm2wasm.cpp b/src/tools/asm2wasm.cpp
index 7f1a07d1d..031b1fd23 100644
--- a/src/tools/asm2wasm.cpp
+++ b/src/tools/asm2wasm.cpp
@@ -21,6 +21,7 @@
#include "support/colors.h"
#include "support/command-line.h"
#include "support/file.h"
+#include "wasm-builder.h"
#include "wasm-printing.h"
#include "asm2wasm.h"
@@ -40,9 +41,13 @@ int main(int argc, const char *argv[]) {
o->extra["output"] = argument;
Colors::disable();
})
- .add("--mapped-globals", "-m", "Mapped globals", Options::Arguments::One,
+ .add("--mapped-globals", "-n", "Mapped globals", Options::Arguments::One,
[](Options *o, const std::string &argument) {
- o->extra["mapped globals"] = argument;
+ std::cerr << "warning: the --mapped-globals/-m option is deprecated (a mapped globals file is no longer needed as we use wasm globals)" << std::endl;
+ })
+ .add("--mem-init", "-t", "Import a memory initialization file into the output module", Options::Arguments::One,
+ [](Options *o, const std::string &argument) {
+ o->extra["mem init"] = argument;
})
.add("--total-memory", "-m", "Total memory size", Options::Arguments::One,
[](Options *o, const std::string &argument) {
@@ -62,10 +67,6 @@ int main(int argc, const char *argv[]) {
});
options.parse(argc, argv);
- const auto &mg_it = options.extra.find("mapped globals");
- const char *mappedGlobals =
- mg_it == options.extra.end() ? nullptr : mg_it->second.c_str();
-
const auto &tm_it = options.extra.find("total memory");
size_t totalMemory =
tm_it == options.extra.end() ? 16 * 1024 * 1024 : atoi(tm_it->second.c_str());
@@ -95,15 +96,18 @@ int main(int argc, const char *argv[]) {
Asm2WasmBuilder asm2wasm(wasm, pre.memoryGrowth, options.debug, imprecise, opts);
asm2wasm.processAsm(asmjs);
+ // import mem init file, if provided
+ const auto &memInit = options.extra.find("mem init");
+ if (memInit != options.extra.end()) {
+ auto filename = memInit->second.c_str();
+ auto data(read_file<std::vector<char>>(filename, Flags::Binary, options.debug ? Flags::Debug : Flags::Release));
+ // create the memory segment
+ wasm.memory.segments.emplace_back(Builder(wasm).makeGetGlobal(Name("memoryBase"), i32), data);
+ }
+
if (options.debug) std::cerr << "printing..." << std::endl;
Output output(options.extra["output"], Flags::Text, options.debug ? Flags::Debug : Flags::Release);
WasmPrinter::printModule(&wasm, output.getStream());
- if (mappedGlobals) {
- if (options.debug)
- std::cerr << "serializing mapped globals..." << std::endl;
- asm2wasm.serializeMappedGlobals(mappedGlobals);
- }
-
if (options.debug) std::cerr << "done." << std::endl;
}
diff --git a/src/tools/wasm-shell.cpp b/src/tools/wasm-shell.cpp
index 72e8e13ba..a95ced87f 100644
--- a/src/tools/wasm-shell.cpp
+++ b/src/tools/wasm-shell.cpp
@@ -125,14 +125,19 @@ static void run_asserts(size_t* i, bool* checked, Module* wasm,
// maybe parsed ok, but otherwise incorrect
invalid = !WasmValidator().validate(wasm);
}
- assert(invalid);
+ if (!invalid) {
+ Colors::red(std::cerr);
+ std::cerr << "[should have been invalid]\n";
+ Colors::normal(std::cerr);
+ std::cerr << &wasm << '\n';
+ abort();
+ }
} else if (id == INVOKE) {
assert(wasm);
Invocation invocation(curr, instance.get(), *builder->get());
invocation.invoke();
- } else {
+ } else if (wasm) { // if no wasm, we skipped the module
// an invoke test
- assert(wasm);
bool trapped = false;
WASM_UNUSED(trapped);
Literal result;
@@ -169,6 +174,7 @@ static void run_asserts(size_t* i, bool* checked, Module* wasm,
int main(int argc, const char* argv[]) {
Name entry;
+ std::set<size_t> skipped;
Options options("wasm-shell", "Execute .wast files");
options
@@ -176,6 +182,21 @@ int main(int argc, const char* argv[]) {
"--entry", "-e", "call the entry point after parsing the module",
Options::Arguments::One,
[&entry](Options*, const std::string& argument) { entry = argument; })
+ .add(
+ "--skip", "-s", "skip input on certain lines (comma-separated-list)",
+ Options::Arguments::One,
+ [&skipped](Options*, const std::string& argument) {
+ size_t i = 0;
+ while (i < argument.size()) {
+ auto ending = argument.find(',', i);
+ if (ending == std::string::npos) {
+ ending = argument.size();
+ }
+ auto sub = argument.substr(i, ending - i);
+ skipped.insert(atoi(sub.c_str()));
+ i = ending + 1;
+ }
+ })
.add_positional("INFILE", Options::Arguments::One,
[](Options* o, const std::string& argument) {
o->extra["infile"] = argument;
@@ -195,9 +216,19 @@ int main(int argc, const char* argv[]) {
size_t i = 0;
while (i < root.size()) {
Element& curr = *root[i];
+ if (skipped.count(curr.line) > 0) {
+ Colors::green(std::cerr);
+ std::cerr << "SKIPPING [line: " << curr.line << "]\n";
+ Colors::normal(std::cerr);
+ i++;
+ continue;
+ }
IString id = curr[0]->str();
if (id == MODULE) {
if (options.debug) std::cerr << "parsing s-expressions to wasm...\n";
+ Colors::green(std::cerr);
+ std::cerr << "BUILDING MODULE [line: " << curr.line << "]\n";
+ Colors::normal(std::cerr);
Module wasm;
std::unique_ptr<SExpressionWasmBuilder> builder;
builder = wasm::make_unique<SExpressionWasmBuilder>(wasm, *root[i]);
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 04bebddc5..40671b082 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -234,7 +234,7 @@ namespace BinaryConsts {
enum Meta {
Magic = 0x6d736100,
- Version = 11
+ Version = 0x0c
};
namespace Section {
@@ -412,6 +412,7 @@ enum ASTNodes {
CallFunction = 0x16,
CallIndirect = 0x17,
CallImport = 0x18,
+ TeeLocal = 0x19,
GetGlobal = 0x1a,
SetGlobal = 0x1b,
@@ -426,6 +427,7 @@ enum ASTNodes {
TableSwitch = 0x08,
Return = 0x09,
Unreachable = 0x0a,
+ Drop = 0x0b,
End = 0x0f
};
@@ -529,8 +531,7 @@ public:
if (debug) std::cerr << "== writeMemory" << std::endl;
auto start = startSection(BinaryConsts::Section::Memory);
o << U32LEB(wasm->memory.initial)
- << U32LEB(wasm->memory.max)
- << int8_t(wasm->memory.exportName.is()); // export memory
+ << U32LEB(wasm->memory.max);
finishSection(start);
}
@@ -571,7 +572,14 @@ public:
o << U32LEB(wasm->imports.size());
for (auto& import : wasm->imports) {
if (debug) std::cerr << "write one" << std::endl;
- o << U32LEB(getFunctionTypeIndex(import->type->name));
+ o << U32LEB(import->kind);
+ switch (import->kind) {
+ case Export::Function: o << U32LEB(getFunctionTypeIndex(import->functionType->name));
+ case Export::Table: break;
+ case Export::Memory: break;
+ case Export::Global: o << binaryWasmType(import->globalType);break;
+ default: WASM_UNREACHABLE();
+ }
writeInlineString(import->module.str);
writeInlineString(import->base.str);
}
@@ -690,7 +698,14 @@ public:
o << U32LEB(wasm->exports.size());
for (auto& curr : wasm->exports) {
if (debug) std::cerr << "write one" << std::endl;
- o << U32LEB(getFunctionIndex(curr->value));
+ o << U32LEB(curr->kind);
+ switch (curr->kind) {
+ case Export::Function: o << U32LEB(getFunctionIndex(curr->value)); break;
+ case Export::Table: o << U32LEB(0); break;
+ case Export::Memory: o << U32LEB(0); break;
+ case Export::Global: o << U32LEB(getGlobalIndex(curr->value)); break;
+ default: WASM_UNREACHABLE();
+ }
writeInlineString(curr->name.str);
}
finishSection(start);
@@ -726,7 +741,7 @@ public:
return mappedImports[name];
}
- std::map<Name, uint32_t> mappedFunctions; // name of the Function => index
+ std::map<Name, uint32_t> mappedFunctions; // name of the Function => index
uint32_t getFunctionIndex(Name name) {
if (!mappedFunctions.size()) {
// Create name => index mapping.
@@ -739,6 +754,26 @@ public:
return mappedFunctions[name];
}
+ std::map<Name, uint32_t> mappedGlobals; // name of the Global => index. first imported globals, then internal globals
+ uint32_t getGlobalIndex(Name name) {
+ if (!mappedGlobals.size()) {
+ // Create name => index mapping.
+ for (auto& import : wasm->imports) {
+ if (import->kind != Import::Global) continue;
+ assert(mappedGlobals.count(import->name) == 0);
+ auto index = mappedGlobals.size();
+ mappedGlobals[import->name] = index;
+ }
+ for (size_t i = 0; i < wasm->globals.size(); i++) {
+ assert(mappedGlobals.count(wasm->globals[i]->name) == 0);
+ auto index = mappedGlobals.size();
+ mappedGlobals[wasm->globals[i]->name] = index;
+ }
+ }
+ assert(mappedGlobals.count(name));
+ return mappedGlobals[name];
+ }
+
void writeFunctionTable() {
if (wasm->table.segments.size() == 0) return;
if (debug) std::cerr << "== writeFunctionTable" << std::endl;
@@ -873,11 +908,9 @@ public:
void visitLoop(Loop *curr) {
if (debug) std::cerr << "zz node: Loop" << std::endl;
o << int8_t(BinaryConsts::Loop);
- breakStack.push_back(curr->out);
- breakStack.push_back(curr->in);
+ breakStack.push_back(curr->name);
recursePossibleBlockContents(curr->body);
breakStack.pop_back();
- breakStack.pop_back();
o << int8_t(BinaryConsts::End);
}
@@ -939,18 +972,18 @@ public:
o << int8_t(BinaryConsts::GetLocal) << U32LEB(mappedLocals[curr->index]);
}
void visitSetLocal(SetLocal *curr) {
- if (debug) std::cerr << "zz node: SetLocal" << std::endl;
+ if (debug) std::cerr << "zz node: Set|TeeLocal" << std::endl;
recurse(curr->value);
- o << int8_t(BinaryConsts::SetLocal) << U32LEB(mappedLocals[curr->index]);
+ o << int8_t(curr->isTee() ? BinaryConsts::TeeLocal : BinaryConsts::SetLocal) << U32LEB(mappedLocals[curr->index]);
}
void visitGetGlobal(GetGlobal *curr) {
if (debug) std::cerr << "zz node: GetGlobal " << (o.size() + 1) << std::endl;
- o << int8_t(BinaryConsts::GetGlobal) << U32LEB(curr->index);
+ o << int8_t(BinaryConsts::GetGlobal) << U32LEB(getGlobalIndex(curr->name));
}
void visitSetGlobal(SetGlobal *curr) {
if (debug) std::cerr << "zz node: SetGlobal" << std::endl;
recurse(curr->value);
- o << int8_t(BinaryConsts::SetGlobal) << U32LEB(curr->index);
+ o << int8_t(BinaryConsts::SetGlobal) << U32LEB(getGlobalIndex(curr->name));
}
void emitMemoryAccess(size_t alignment, size_t bytes, uint32_t offset) {
@@ -991,7 +1024,7 @@ public:
if (debug) std::cerr << "zz node: Store" << std::endl;
recurse(curr->ptr);
recurse(curr->value);
- switch (curr->type) {
+ switch (curr->valueType) {
case i32: {
switch (curr->bytes) {
case 1: o << int8_t(BinaryConsts::I32StoreMem8); break;
@@ -1219,6 +1252,11 @@ public:
if (debug) std::cerr << "zz node: Unreachable" << std::endl;
o << int8_t(BinaryConsts::Unreachable);
}
+ void visitDrop(Drop *curr) {
+ if (debug) std::cerr << "zz node: Drop" << std::endl;
+ recurse(curr->value);
+ o << int8_t(BinaryConsts::Drop);
+ }
};
class WasmBinaryBuilder {
@@ -1432,10 +1470,6 @@ public:
if (debug) std::cerr << "== readMemory" << std::endl;
wasm.memory.initial = getU32LEB();
wasm.memory.max = getU32LEB();
- auto exportMemory = getInt8();
- if (exportMemory) {
- wasm.memory.exportName = Name("memory");
- }
}
void readSignatures() {
@@ -1472,10 +1506,20 @@ public:
if (debug) std::cerr << "read one" << std::endl;
auto curr = new Import;
curr->name = Name(std::string("import$") + std::to_string(i));
- auto index = getU32LEB();
- assert(index < wasm.functionTypes.size());
- curr->type = wasm.getFunctionType(index);
- assert(curr->type->name.is());
+ curr->kind = (Import::Kind)getU32LEB();
+ switch (curr->kind) {
+ case Export::Function: {
+ auto index = getU32LEB();
+ assert(index < wasm.functionTypes.size());
+ curr->functionType = wasm.getFunctionType(index);
+ assert(curr->functionType->name.is());
+ break;
+ }
+ case Export::Table: break;
+ case Export::Memory: break;
+ case Export::Global: curr->globalType = getWasmType(); break;
+ default: WASM_UNREACHABLE();
+ }
curr->module = getInlineString();
curr->base = getInlineString();
wasm.addImport(curr);
@@ -1573,8 +1617,8 @@ public:
for (size_t i = 0; i < num; i++) {
if (debug) std::cerr << "read one" << std::endl;
auto curr = new Export;
+ curr->kind = (Export::Kind)getU32LEB();
auto index = getU32LEB();
- assert(index < functionTypes.size());
curr->name = getInlineString();
exportIndexes[curr] = index;
}
@@ -1627,6 +1671,24 @@ public:
return ret;
}
+ std::map<Index, Name> mappedGlobals; // index of the Global => name. first imported globals, then internal globals
+ Name getGlobalName(Index index) {
+ if (!mappedGlobals.size()) {
+ // Create name => index mapping.
+ for (auto& import : wasm.imports) {
+ if (import->kind != Import::Global) continue;
+ auto index = mappedGlobals.size();
+ mappedGlobals[index] = import->name;
+ }
+ for (size_t i = 0; i < wasm.globals.size(); i++) {
+ auto index = mappedGlobals.size();
+ mappedGlobals[index] = wasm.globals[i]->name;
+ }
+ }
+ assert(mappedGlobals.count(index));
+ return mappedGlobals[index];
+ }
+
void processFunctions() {
for (auto& func : functions) {
wasm.addFunction(func);
@@ -1639,7 +1701,13 @@ public:
for (auto& iter : exportIndexes) {
Export* curr = iter.first;
- curr->value = wasm.functions[iter.second]->name;
+ switch (curr->kind) {
+ case Export::Function: curr->value = wasm.functions[iter.second]->name; break;
+ case Export::Table: curr->value = Name::fromInt(0); break;
+ case Export::Memory: curr->value = Name::fromInt(0); break;
+ case Export::Global: curr->value = getGlobalName(iter.second); break;
+ default: WASM_UNREACHABLE();
+ }
wasm.addExport(curr);
}
@@ -1728,13 +1796,15 @@ public:
case BinaryConsts::CallImport: visitCallImport((curr = allocator.alloc<CallImport>())->cast<CallImport>()); break;
case BinaryConsts::CallIndirect: visitCallIndirect((curr = allocator.alloc<CallIndirect>())->cast<CallIndirect>()); break;
case BinaryConsts::GetLocal: visitGetLocal((curr = allocator.alloc<GetLocal>())->cast<GetLocal>()); break;
- case BinaryConsts::SetLocal: visitSetLocal((curr = allocator.alloc<SetLocal>())->cast<SetLocal>()); break;
+ case BinaryConsts::TeeLocal:
+ case BinaryConsts::SetLocal: visitSetLocal((curr = allocator.alloc<SetLocal>())->cast<SetLocal>(), code); break;
case BinaryConsts::GetGlobal: visitGetGlobal((curr = allocator.alloc<GetGlobal>())->cast<GetGlobal>()); break;
case BinaryConsts::SetGlobal: visitSetGlobal((curr = allocator.alloc<SetGlobal>())->cast<SetGlobal>()); break;
case BinaryConsts::Select: visitSelect((curr = allocator.alloc<Select>())->cast<Select>()); break;
case BinaryConsts::Return: visitReturn((curr = allocator.alloc<Return>())->cast<Return>()); break;
case BinaryConsts::Nop: visitNop((curr = allocator.alloc<Nop>())->cast<Nop>()); break;
case BinaryConsts::Unreachable: visitUnreachable((curr = allocator.alloc<Unreachable>())->cast<Unreachable>()); break;
+ case BinaryConsts::Drop: visitDrop((curr = allocator.alloc<Drop>())->cast<Drop>()); break;
case BinaryConsts::End:
case BinaryConsts::Else: curr = nullptr; break;
default: {
@@ -1832,13 +1902,10 @@ public:
}
void visitLoop(Loop *curr) {
if (debug) std::cerr << "zz node: Loop" << std::endl;
- curr->out = getNextLabel();
- curr->in = getNextLabel();
- breakStack.push_back(curr->out);
- breakStack.push_back(curr->in);
+ curr->name = getNextLabel();
+ breakStack.push_back(curr->name);
curr->body = getMaybeBlock();
breakStack.pop_back();
- breakStack.pop_back();
curr->finalize();
}
@@ -1890,7 +1957,7 @@ public:
WASM_UNUSED(arity);
auto import = wasm.getImport(getU32LEB());
curr->target = import->name;
- auto type = import->type;
+ auto type = import->functionType;
assert(type);
auto num = type->params.size();
assert(num == arity);
@@ -1922,25 +1989,35 @@ public:
assert(curr->index < currFunction->getNumLocals());
curr->type = currFunction->getLocalType(curr->index);
}
- void visitSetLocal(SetLocal *curr) {
- if (debug) std::cerr << "zz node: SetLocal" << std::endl;
+ void visitSetLocal(SetLocal *curr, uint8_t code) {
+ if (debug) std::cerr << "zz node: Set|TeeLocal" << std::endl;
curr->index = getU32LEB();
assert(curr->index < currFunction->getNumLocals());
curr->value = popExpression();
curr->type = curr->value->type;
+ curr->setTee(code == BinaryConsts::TeeLocal);
}
void visitGetGlobal(GetGlobal *curr) {
if (debug) std::cerr << "zz node: GetGlobal " << pos << std::endl;
- curr->index = getU32LEB();
- assert(curr->index < wasm.globals.size());
- curr->type = wasm.globals[curr->index]->type;
+ auto index = getU32LEB();
+ curr->name = getGlobalName(index);
+ auto* global = wasm.checkGlobal(curr->name);
+ if (global) {
+ curr->type = global->type;
+ return;
+ }
+ auto* import = wasm.checkImport(curr->name);
+ if (import && import->kind == Import::Global) {
+ curr->type = import->globalType;
+ return;
+ }
+ throw ParseException("bad get_global");
}
void visitSetGlobal(SetGlobal *curr) {
if (debug) std::cerr << "zz node: SetGlobal" << std::endl;
- curr->index = getU32LEB();
- assert(curr->index < wasm.globals.size());
+ auto index = getU32LEB();
+ curr->name = getGlobalName(index);
curr->value = popExpression();
- curr->type = curr->value->type;
}
void readMemoryAccess(Address& alignment, size_t bytes, Address& offset) {
@@ -1976,21 +2053,22 @@ public:
bool maybeVisitStore(Expression*& out, uint8_t code) {
Store* curr;
switch (code) {
- case BinaryConsts::I32StoreMem8: curr = allocator.alloc<Store>(); curr->bytes = 1; curr->type = i32; break;
- case BinaryConsts::I32StoreMem16: curr = allocator.alloc<Store>(); curr->bytes = 2; curr->type = i32; break;
- case BinaryConsts::I32StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 4; curr->type = i32; break;
- case BinaryConsts::I64StoreMem8: curr = allocator.alloc<Store>(); curr->bytes = 1; curr->type = i64; break;
- case BinaryConsts::I64StoreMem16: curr = allocator.alloc<Store>(); curr->bytes = 2; curr->type = i64; break;
- case BinaryConsts::I64StoreMem32: curr = allocator.alloc<Store>(); curr->bytes = 4; curr->type = i64; break;
- case BinaryConsts::I64StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 8; curr->type = i64; break;
- case BinaryConsts::F32StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 4; curr->type = f32; break;
- case BinaryConsts::F64StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 8; curr->type = f64; break;
+ case BinaryConsts::I32StoreMem8: curr = allocator.alloc<Store>(); curr->bytes = 1; curr->valueType = i32; break;
+ case BinaryConsts::I32StoreMem16: curr = allocator.alloc<Store>(); curr->bytes = 2; curr->valueType = i32; break;
+ case BinaryConsts::I32StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 4; curr->valueType = i32; break;
+ case BinaryConsts::I64StoreMem8: curr = allocator.alloc<Store>(); curr->bytes = 1; curr->valueType = i64; break;
+ case BinaryConsts::I64StoreMem16: curr = allocator.alloc<Store>(); curr->bytes = 2; curr->valueType = i64; break;
+ case BinaryConsts::I64StoreMem32: curr = allocator.alloc<Store>(); curr->bytes = 4; curr->valueType = i64; break;
+ case BinaryConsts::I64StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 8; curr->valueType = i64; break;
+ case BinaryConsts::F32StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 4; curr->valueType = f32; break;
+ case BinaryConsts::F64StoreMem: curr = allocator.alloc<Store>(); curr->bytes = 8; curr->valueType = f64; break;
default: return false;
}
if (debug) std::cerr << "zz node: Store" << std::endl;
readMemoryAccess(curr->align, curr->bytes, curr->offset);
curr->value = popExpression();
curr->ptr = popExpression();
+ curr->finalize();
out = curr;
return true;
}
@@ -2175,6 +2253,10 @@ public:
void visitUnreachable(Unreachable *curr) {
if (debug) std::cerr << "zz node: Unreachable" << std::endl;
}
+ void visitDrop(Drop *curr) {
+ if (debug) std::cerr << "zz node: Drop" << std::endl;
+ curr->value = popExpression();
+ }
};
} // namespace wasm
diff --git a/src/wasm-builder.h b/src/wasm-builder.h
index 22e1f9a00..2841585e6 100644
--- a/src/wasm-builder.h
+++ b/src/wasm-builder.h
@@ -82,9 +82,9 @@ public:
ret->finalize();
return ret;
}
- Loop* makeLoop(Name out, Name in, Expression* body) {
+ Loop* makeLoop(Name name, Expression* body) {
auto* ret = allocator.alloc<Loop>();
- ret->out = out; ret->in = in; ret->body = body;
+ ret->name = name; ret->body = body;
ret->finalize();
return ret;
}
@@ -142,20 +142,26 @@ public:
auto* ret = allocator.alloc<SetLocal>();
ret->index = index;
ret->value = value;
+ ret->type = none;
+ return ret;
+ }
+ SetLocal* makeTeeLocal(Index index, Expression* value) {
+ auto* ret = allocator.alloc<SetLocal>();
+ ret->index = index;
+ ret->value = value;
ret->type = value->type;
return ret;
}
- GetGlobal* makeGetGlobal(Index index, WasmType type) {
+ GetGlobal* makeGetGlobal(Name name, WasmType type) {
auto* ret = allocator.alloc<GetGlobal>();
- ret->index = index;
+ ret->name = name;
ret->type = type;
return ret;
}
- SetGlobal* makeSetGlobal(Index index, Expression* value) {
+ SetGlobal* makeSetGlobal(Name name, Expression* value) {
auto* ret = allocator.alloc<SetGlobal>();
- ret->index = index;
+ ret->name = name;
ret->value = value;
- ret->type = value->type;
return ret;
}
Load* makeLoad(unsigned bytes, bool signed_, uint32_t offset, unsigned align, Expression *ptr, WasmType type) {
@@ -164,10 +170,11 @@ public:
ret->type = type;
return ret;
}
- Store* makeStore(unsigned bytes, uint32_t offset, unsigned align, Expression *ptr, Expression *value) {
+ Store* makeStore(unsigned bytes, uint32_t offset, unsigned align, Expression *ptr, Expression *value, WasmType type) {
auto* ret = allocator.alloc<Store>();
- ret->bytes = bytes; ret->offset = offset; ret->align = align; ret->ptr = ptr; ret->value = value;
- ret->type = value->type;
+ ret->bytes = bytes; ret->offset = offset; ret->align = align; ret->ptr = ptr; ret->value = value; ret->valueType = type;
+ ret->finalize();
+ assert(isConcreteWasmType(ret->value->type) ? ret->value->type == type : true);
return ret;
}
Const* makeConst(Literal value) {
@@ -205,12 +212,22 @@ public:
ret->op = op;
ret->nameOperand = nameOperand;
ret->operands.set(operands);
+ ret->finalize();
return ret;
}
Unreachable* makeUnreachable() {
return allocator.alloc<Unreachable>();
}
+ // Additional helpers
+
+ Drop* makeDrop(Expression *value) {
+ auto* ret = allocator.alloc<Drop>();
+ ret->value = value;
+ ret->finalize();
+ return ret;
+ }
+
// Additional utility functions for building on top of nodes
static Index addParam(Function* func, Name name, WasmType type) {
@@ -247,7 +264,21 @@ public:
if (!block) block = makeBlock(any);
if (append) {
block->list.push_back(append);
- block->finalize();
+ block->finalize(); // TODO: move out of if
+ }
+ return block;
+ }
+
+ // ensure a node is a block, if it isn't already, and optionally append to the block
+ // this variant sets a name for the block, so it will not reuse a block already named
+ Block* blockifyWithName(Expression* any, Name name, Expression* append = nullptr) {
+ Block* block = nullptr;
+ if (any) block = any->dynCast<Block>();
+ if (!block || block->name.is()) block = makeBlock(any);
+ block->name = name;
+ if (append) {
+ block->list.push_back(append);
+ block->finalize(); // TODO: move out of if
}
return block;
}
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index 28a3e8e6d..292d6a521 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -31,8 +31,6 @@
#ifdef WASM_INTERPRETER_DEBUG
#include "wasm-printing.h"
-
-int indent = 0;
#endif
@@ -77,32 +75,11 @@ typedef std::vector<Literal> LiteralList;
// Debugging helpers
#ifdef WASM_INTERPRETER_DEBUG
-struct IndentHandler {
- const char *name;
- IndentHandler(const char *name, Expression *expression) : name(name) {
- doIndent(std::cout, indent);
- std::cout << "visit " << name << " :\n";
- indent++;
-#if WASM_INTERPRETER_DEBUG == 2
- doIndent(std::cout, indent);
- if (expression) std::cout << "\n" << expression << '\n';
- indent++;
-#endif
- }
- ~IndentHandler() {
-#if WASM_INTERPRETER_DEBUG == 2
- indent--;
-#endif
- indent--;
- doIndent(std::cout, indent);
- std::cout << "exit " << name << '\n';
- }
-};
-#define NOTE_ENTER(x) IndentHandler indentHandler(x, curr);
-#define NOTE_ENTER_(x) IndentHandler indentHandler(x, nullptr);
-#define NOTE_NAME(p0) { doIndent(std::cout, indent); std::cout << "name in " << indentHandler.name << '(' << Name(p0) << ")\n"; }
-#define NOTE_EVAL1(p0) { doIndent(std::cout, indent); std::cout << "eval in " << indentHandler.name << '(' << p0 << ")\n"; }
-#define NOTE_EVAL2(p0, p1) { doIndent(std::cout, indent); std::cout << "eval in " << indentHandler.name << '(' << p0 << ", " << p1 << ")\n"; }
+#define NOTE_ENTER(x) { std::cout << "visit " << x << " : " << curr << "\n"; }
+#define NOTE_ENTER_(x) { std::cout << "visit " << x << "\n"; }
+#define NOTE_NAME(p0) { std::cout << "name " << '(' << Name(p0) << ")\n"; }
+#define NOTE_EVAL1(p0) { std::cout << "eval " << '(' << p0 << ")\n"; }
+#define NOTE_EVAL2(p0, p1) { std::cout << "eval " << '(' << p0 << ", " << p1 << ")\n"; }
#else // WASM_INTERPRETER_DEBUG
#define NOTE_ENTER(x)
#define NOTE_ENTER_(x)
@@ -170,8 +147,7 @@ public:
while (1) {
Flow flow = visit(curr->body);
if (flow.breaking()) {
- if (flow.breakTo == curr->in) continue; // lol
- flow.clearIf(curr->out);
+ if (flow.breakTo == curr->name) continue; // lol
}
return flow; // loop does not loop automatically, only continue achieves that
}
@@ -435,6 +411,12 @@ public:
NOTE_EVAL1(condition.value);
return condition.value.geti32() ? ifTrue : ifFalse; // ;-)
}
+ Flow visitDrop(Drop *curr) {
+ NOTE_ENTER("Drop");
+ Flow value = visit(curr->value);
+ if (value.breaking()) return value;
+ return Flow();
+ }
Flow visitReturn(Return *curr) {
NOTE_ENTER("Return");
Flow flow;
@@ -503,14 +485,17 @@ public:
// Execute an constant expression in a global init or memory offset
class ConstantExpressionRunner : public ExpressionRunner<ConstantExpressionRunner> {
+ std::map<Name, Literal>& globals;
public:
+ ConstantExpressionRunner(std::map<Name, Literal>& globals) : globals(globals) {}
+
Flow visitLoop(Loop* curr) { WASM_UNREACHABLE(); }
Flow visitCall(Call* curr) { WASM_UNREACHABLE(); }
Flow visitCallImport(CallImport* curr) { WASM_UNREACHABLE(); }
Flow visitCallIndirect(CallIndirect* curr) { WASM_UNREACHABLE(); }
Flow visitGetLocal(GetLocal *curr) { WASM_UNREACHABLE(); }
Flow visitSetLocal(SetLocal *curr) { WASM_UNREACHABLE(); }
- Flow visitGetGlobal(GetGlobal *curr) { WASM_UNREACHABLE(); }
+ Flow visitGetGlobal(GetGlobal *curr) { return Flow(globals[curr->name]); }
Flow visitSetGlobal(SetGlobal *curr) { WASM_UNREACHABLE(); }
Flow visitLoad(Load *curr) { WASM_UNREACHABLE(); }
Flow visitStore(Store *curr) { WASM_UNREACHABLE(); }
@@ -535,9 +520,10 @@ public:
// an imported function or accessing memory.
//
struct ExternalInterface {
- virtual void init(Module& wasm) {}
+ virtual void init(Module& wasm, ModuleInstance& instance) {}
+ virtual void importGlobals(std::map<Name, Literal>& globals, Module& wasm) = 0;
virtual Literal callImport(Import* import, LiteralList& arguments) = 0;
- virtual Literal callTable(Index index, Name type, LiteralList& arguments, ModuleInstance& instance) = 0;
+ virtual Literal callTable(Index index, LiteralList& arguments, WasmType result, ModuleInstance& instance) = 0;
virtual Literal load(Load* load, Address addr) = 0;
virtual void store(Store* store, Address addr, Literal value) = 0;
virtual void growMemory(Address oldSize, Address newSize) = 0;
@@ -547,14 +533,20 @@ public:
Module& wasm;
// Values of globals
- std::vector<Literal> globals;
+ std::map<Name, Literal> globals;
ModuleInstance(Module& wasm, ExternalInterface* externalInterface) : wasm(wasm), externalInterface(externalInterface) {
+ // import globals from the outside
+ externalInterface->importGlobals(globals, wasm);
+ // prepare memory
memorySize = wasm.memory.initial;
- for (Index i = 0; i < wasm.globals.size(); i++) {
- globals.push_back(ConstantExpressionRunner().visit(wasm.globals[i]->init).value);
+ // generate internal (non-imported) globals
+ for (auto& global : wasm.globals) {
+ globals[global->name] = ConstantExpressionRunner(globals).visit(global->init).value;
}
- externalInterface->init(wasm);
+ // initialize the rest of the external interface
+ externalInterface->init(wasm, *this);
+ // run start, if present
if (wasm.start.is()) {
LiteralList arguments;
callFunction(wasm.start, arguments);
@@ -670,13 +662,13 @@ public:
}
Flow visitCallIndirect(CallIndirect *curr) {
NOTE_ENTER("CallIndirect");
- Flow target = visit(curr->target);
- if (target.breaking()) return target;
LiteralList arguments;
Flow flow = generateArguments(curr->operands, arguments);
if (flow.breaking()) return flow;
+ Flow target = visit(curr->target);
+ if (target.breaking()) return target;
Index index = target.value.geti32();
- return instance.externalInterface->callTable(index, curr->fullType, arguments, instance);
+ return instance.externalInterface->callTable(index, arguments, curr->type, instance);
}
Flow visitGetLocal(GetLocal *curr) {
@@ -693,28 +685,27 @@ public:
if (flow.breaking()) return flow;
NOTE_EVAL1(index);
NOTE_EVAL1(flow.value);
- assert(flow.value.type == curr->type);
+ assert(curr->isTee() ? flow.value.type == curr->type : true);
scope.locals[index] = flow.value;
- return flow;
+ return curr->isTee() ? flow : Flow();
}
Flow visitGetGlobal(GetGlobal *curr) {
NOTE_ENTER("GetGlobal");
- auto index = curr->index;
- NOTE_EVAL1(index);
- NOTE_EVAL1(instance.globals[index]);
- return instance.globals[index];
+ auto name = curr->name;
+ NOTE_EVAL1(name);
+ NOTE_EVAL1(instance.globals[name]);
+ return instance.globals[name];
}
Flow visitSetGlobal(SetGlobal *curr) {
NOTE_ENTER("SetGlobal");
- auto index = curr->index;
+ auto name = curr->name;
Flow flow = visit(curr->value);
if (flow.breaking()) return flow;
- NOTE_EVAL1(index);
+ NOTE_EVAL1(name);
NOTE_EVAL1(flow.value);
- assert(flow.value.type == curr->type);
- instance.globals[index] = flow.value;
- return flow;
+ instance.globals[name] = flow.value;
+ return Flow();
}
Flow visitLoad(Load *curr) {
@@ -730,7 +721,7 @@ public:
Flow value = visit(curr->value);
if (value.breaking()) return value;
instance.externalInterface->store(curr, instance.getFinalAddress(curr, ptr.value), value.value);
- return value;
+ return Flow();
}
Flow visitHost(Host *curr) {
@@ -739,14 +730,15 @@ public:
case PageSize: return Literal((int32_t)Memory::kPageSize);
case CurrentMemory: return Literal(int32_t(instance.memorySize));
case GrowMemory: {
+ auto fail = Literal(int32_t(-1));
Flow flow = visit(curr->operands[0]);
if (flow.breaking()) return flow;
int32_t ret = instance.memorySize;
uint32_t delta = flow.value.geti32();
- if (delta > uint32_t(-1) /Memory::kPageSize) trap("growMemory: delta relatively too big");
- if (instance.memorySize >= uint32_t(-1) - delta) trap("growMemory: delta objectively too big");
+ if (delta > uint32_t(-1) /Memory::kPageSize) return fail;
+ if (instance.memorySize >= uint32_t(-1) - delta) return fail;
uint32_t newSize = instance.memorySize + delta;
- if (newSize > instance.wasm.memory.max) trap("growMemory: exceeds max");
+ if (newSize > instance.wasm.memory.max) return fail;
instance.externalInterface->growMemory(instance.memorySize * Memory::kPageSize, newSize * Memory::kPageSize);
instance.memorySize = newSize;
return Literal(int32_t(ret));
diff --git a/src/wasm-js.cpp b/src/wasm-js.cpp
index 83956e47e..7d71cec3c 100644
--- a/src/wasm-js.cpp
+++ b/src/wasm-js.cpp
@@ -81,21 +81,6 @@ extern "C" void EMSCRIPTEN_KEEPALIVE load_asm2wasm(char *input) {
if (wasmJSDebug) std::cerr << "wasming...\n";
asm2wasm = new Asm2WasmBuilder(*module, pre.memoryGrowth, debug, false /* TODO: support imprecise? */, false /* TODO: support optimizing? */);
asm2wasm->processAsm(asmjs);
-
- if (wasmJSDebug) std::cerr << "mapping globals...\n";
- for (auto& pair : asm2wasm->mappedGlobals) {
- auto name = pair.first;
- auto& global = pair.second;
- if (!global.import) continue; // non-imports are initialized to zero in the typed array anyhow, so nothing to do here
- double value = EM_ASM_DOUBLE({ return Module['lookupImport'](Pointer_stringify($0), Pointer_stringify($1)) }, global.module.str, global.base.str);
- uint32_t address = global.address;
- switch (global.type) {
- case i32: EM_ASM_({ Module['info'].parent['HEAP32'][$0 >> 2] = $1 }, address, value); break;
- case f32: EM_ASM_({ Module['info'].parent['HEAPF32'][$0 >> 2] = $1 }, address, value); break;
- case f64: EM_ASM_({ Module['info'].parent['HEAPF64'][$0 >> 3] = $1 }, address, value); break;
- default: abort();
- }
- }
}
void finalizeModule() {
@@ -160,14 +145,16 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
Module['asmExports'] = {};
});
for (auto& curr : module->exports) {
- EM_ASM_({
- var name = Pointer_stringify($0);
- Module['asmExports'][name] = function() {
- Module['tempArguments'] = Array.prototype.slice.call(arguments);
- Module['_call_from_js']($0);
- return Module['tempReturn'];
- };
- }, curr->name.str);
+ if (curr->kind == Export::Function) {
+ EM_ASM_({
+ var name = Pointer_stringify($0);
+ Module['asmExports'][name] = function() {
+ Module['tempArguments'] = Array.prototype.slice.call(arguments);
+ Module['_call_from_js']($0);
+ return Module['tempReturn'];
+ };
+ }, curr->name.str);
+ }
}
// verify imports are provided
@@ -176,32 +163,68 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
var mod = Pointer_stringify($0);
var base = Pointer_stringify($1);
var name = Pointer_stringify($2);
- assert(Module['lookupImport'](mod, base), 'checking import ' + name + ' = ' + mod + '.' + base);
+ assert(Module['lookupImport'](mod, base) !== undefined, 'checking import ' + name + ' = ' + mod + '.' + base);
}, import->module.str, import->base.str, import->name.str);
}
if (wasmJSDebug) std::cerr << "creating instance...\n";
struct JSExternalInterface : ModuleInstance::ExternalInterface {
- void init(Module& wasm) override {
- // create a new buffer here, just like native wasm support would.
- EM_ASM_({
- Module['outside']['newBuffer'] = new ArrayBuffer($0);
- }, wasm.memory.initial * Memory::kPageSize);
+ void init(Module& wasm, ModuleInstance& instance) override {
+ // look for imported memory
+ {
+ bool found = false;
+ for (auto& import : wasm.imports) {
+ if (import->module == ENV && import->base == MEMORY) {
+ assert(import->kind == Import::Memory);
+ // memory is imported
+ EM_ASM({
+ Module['asmExports']['memory'] = Module['lookupImport']('env', 'memory');
+ });
+ found = true;
+ }
+ }
+ if (!found) {
+ // no memory import; create a new buffer here, just like native wasm support would.
+ EM_ASM_({
+ Module['asmExports']['memory'] = Module['outside']['newBuffer'] = new ArrayBuffer($0);
+ }, wasm.memory.initial * Memory::kPageSize);
+ }
+ }
for (auto segment : wasm.memory.segments) {
EM_ASM_({
var source = Module['HEAP8'].subarray($1, $1 + $2);
- var target = new Int8Array(Module['outside']['newBuffer']);
+ var target = new Int8Array(Module['asmExports']['memory']);
target.set(source, $0);
- }, ConstantExpressionRunner().visit(segment.offset).value.geti32(), &segment.data[0], segment.data.size());
+ }, ConstantExpressionRunner(instance.globals).visit(segment.offset).value.geti32(), &segment.data[0], segment.data.size());
+ }
+ // look for imported table
+ {
+ bool found = false;
+ for (auto& import : wasm.imports) {
+ if (import->module == ENV && import->base == TABLE) {
+ assert(import->kind == Import::Table);
+ // table is imported
+ EM_ASM({
+ Module['outside']['wasmTable'] = Module['lookupImport']('env', 'table');
+ });
+ found = true;
+ }
+ }
+ if (!found) {
+ // no table import; create a new one here, just like native wasm support would.
+ EM_ASM_({
+ Module['outside']['wasmTable'] = new Array($0);
+ }, wasm.table.initial);
+ }
}
- // Table support is in a JS array. If the entry is a number, it's a function pointer. If not, it's a JS method to be called directly
+ EM_ASM({
+ Module['asmExports']['table'] = Module['outside']['wasmTable'];
+ });
+ // Emulated table support is in a JS array. If the entry is a number, it's a function pointer. If not, it's a JS method to be called directly
// TODO: make them all JS methods, wrapping a dynCall where necessary?
- EM_ASM_({
- Module['outside']['wasmTable'] = new Array($0);
- }, wasm.table.initial);
for (auto segment : wasm.table.segments) {
- Address offset = ConstantExpressionRunner().visit(segment.offset).value.geti32();
+ Address offset = ConstantExpressionRunner(instance.globals).visit(segment.offset).value.geti32();
assert(offset + segment.data.size() <= wasm.table.initial);
for (size_t i = 0; i != segment.data.size(); ++i) {
EM_ASM_({
@@ -238,6 +261,23 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
}
}
+ void importGlobals(std::map<Name, Literal>& globals, Module& wasm) override {
+ for (auto& import : wasm.imports) {
+ if (import->kind == Import::Global) {
+ double ret = EM_ASM_DOUBLE({
+ var mod = Pointer_stringify($0);
+ var base = Pointer_stringify($1);
+ var lookup = Module['lookupImport'](mod, base);
+ return lookup;
+ }, import->module.str, import->base.str);
+
+ if (wasmJSDebug) std::cout << "calling importGlobal for " << import->name << " returning " << ret << '\n';
+
+ globals[import->name] = getResultFromJS(ret, import->globalType);
+ }
+ }
+ }
+
Literal callImport(Import *import, LiteralList& arguments) override {
if (wasmJSDebug) std::cout << "calling import " << import->name.str << '\n';
prepareTempArgments(arguments);
@@ -252,10 +292,10 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
if (wasmJSDebug) std::cout << "calling import returning " << ret << '\n';
- return getResultFromJS(ret, import->type->result);
+ return getResultFromJS(ret, import->functionType->result);
}
- Literal callTable(Index index, Name type, LiteralList& arguments, ModuleInstance& instance) override {
+ Literal callTable(Index index, LiteralList& arguments, WasmType result, ModuleInstance& instance) override {
void* ptr = (void*)EM_ASM_INT({
var value = Module['outside']['wasmTable'][$0];
return typeof value === "number" ? value : -1;
@@ -264,7 +304,6 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
if (ptr != (void*)-1) {
// a Function we can call
Function* func = (Function*)ptr;
- if (func->type.is() && func->type != type) trap("callIndirect: bad type");
if (func->params.size() != arguments.size()) trap("callIndirect: bad # of arguments");
for (size_t i = 0; i < func->params.size(); i++) {
if (func->params[i] != arguments[i].type) {
@@ -281,7 +320,7 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
Module['tempArguments'] = null;
return func.apply(null, tempArguments);
}, index);
- return getResultFromJS(ret, instance.wasm.getFunctionType(type)->result);
+ return getResultFromJS(ret, result);
}
}
@@ -411,11 +450,11 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() {
Module["info"].parent["HEAPU8"][addr + i] = HEAPU8[i];
}
HEAP32[0] = save0; HEAP32[1] = save1;
- }, (uint32_t)addr, store_->bytes, isWasmTypeFloat(store_->type), isWasmTypeFloat(store_->type) ? value.getFloat() : (double)value.getInteger());
+ }, (uint32_t)addr, store_->bytes, isWasmTypeFloat(store_->valueType), isWasmTypeFloat(store_->valueType) ? value.getFloat() : (double)value.getInteger());
return;
}
// nicely aligned
- if (!isWasmTypeFloat(store_->type)) {
+ if (!isWasmTypeFloat(store_->valueType)) {
if (store_->bytes == 1) {
EM_ASM_INT({ Module['info'].parent['HEAP8'][$0] = $1 }, addr, value.geti32());
} else if (store_->bytes == 2) {
diff --git a/src/wasm-linker.cpp b/src/wasm-linker.cpp
index b1160e94a..04deddf4a 100644
--- a/src/wasm-linker.cpp
+++ b/src/wasm-linker.cpp
@@ -49,7 +49,8 @@ void Linker::ensureImport(Name target, std::string signature) {
auto import = new Import;
import->name = import->base = target;
import->module = ENV;
- import->type = ensureFunctionType(signature, &out.wasm);
+ import->functionType = ensureFunctionType(signature, &out.wasm);
+ import->kind = Import::Function;
out.wasm.addImport(import);
}
}
@@ -106,7 +107,12 @@ void Linker::layout() {
}
if (userMaxMemory) out.wasm.memory.max = userMaxMemory / Memory::kPageSize;
- out.wasm.memory.exportName = MEMORY;
+
+ auto memoryExport = make_unique<Export>();
+ memoryExport->name = MEMORY;
+ memoryExport->value = Name::fromInt(0);
+ memoryExport->kind = Export::Memory;
+ out.wasm.addExport(memoryExport.release());
// XXX For now, export all functions marked .globl.
for (Name name : out.globls) exportFunction(name, false);
@@ -333,7 +339,8 @@ void Linker::emscriptenGlue(std::ostream& o) {
auto import = new Import;
import->name = import->base = curr->target;
import->module = ENV;
- import->type = ensureFunctionType(getSig(curr), &parent->out.wasm);
+ import->functionType = ensureFunctionType(getSig(curr), &parent->out.wasm);
+ import->kind = Import::Function;
parent->out.wasm.addImport(import);
}
}
diff --git a/src/wasm-linker.h b/src/wasm-linker.h
index a6f5d319a..21d336273 100644
--- a/src/wasm-linker.h
+++ b/src/wasm-linker.h
@@ -310,6 +310,7 @@ class Linker {
if (out.wasm.checkExport(name)) return; // Already exported
auto exp = new Export;
exp->name = exp->value = name;
+ exp->kind = Export::Function;
out.wasm.addExport(exp);
}
diff --git a/src/wasm-module-building.h b/src/wasm-module-building.h
index ead074991..43cc493d1 100644
--- a/src/wasm-module-building.h
+++ b/src/wasm-module-building.h
@@ -73,6 +73,7 @@ static std::mutex debug;
class OptimizingIncrementalModuleBuilder {
Module* wasm;
uint32_t numFunctions;
+ std::function<void (PassRunner&)> addPrePasses;
Function* endMarker;
std::atomic<Function*>* list;
uint32_t nextFunction; // only used on main thread
@@ -86,8 +87,8 @@ class OptimizingIncrementalModuleBuilder {
public:
// numFunctions must be equal to the number of functions allocated, or higher. Knowing
// this bounds helps avoid locking.
- OptimizingIncrementalModuleBuilder(Module* wasm, Index numFunctions)
- : wasm(wasm), numFunctions(numFunctions), endMarker(nullptr), list(nullptr), nextFunction(0),
+ OptimizingIncrementalModuleBuilder(Module* wasm, Index numFunctions, std::function<void (PassRunner&)> addPrePasses)
+ : wasm(wasm), numFunctions(numFunctions), addPrePasses(addPrePasses), endMarker(nullptr), list(nullptr), nextFunction(0),
numWorkers(0), liveWorkers(0), activeWorkers(0), availableFuncs(0), finishedFuncs(0),
finishing(false) {
if (numFunctions == 0) {
@@ -201,6 +202,7 @@ private:
void optimizeFunction(Function* func) {
PassRunner passRunner(wasm);
+ addPrePasses(passRunner);
passRunner.addDefaultFunctionOptimizationPasses();
passRunner.runFunction(func);
}
diff --git a/src/wasm-printing.h b/src/wasm-printing.h
index 2f1c97831..830f2dda2 100644
--- a/src/wasm-printing.h
+++ b/src/wasm-printing.h
@@ -36,7 +36,7 @@ struct WasmPrinter {
return printModule(module, std::cout);
}
- static std::ostream& printExpression(Expression* expression, std::ostream& o, bool minify = false);
+ static std::ostream& printExpression(Expression* expression, std::ostream& o, bool minify = false, bool full = false);
};
}
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index b70f70b4e..9abdea744 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -60,13 +60,15 @@ class Element {
List list_;
IString str_;
bool dollared_;
+ bool quoted_;
public:
Element(MixedArena& allocator) : isList_(true), list_(allocator), line(-1), col(-1) {}
bool isList() { return isList_; }
bool isStr() { return !isList_; }
- bool dollared() { return dollared_; }
+ bool dollared() { return isStr() && dollared_; }
+ bool quoted() { return isStr() && quoted_; }
size_t line, col;
@@ -98,10 +100,11 @@ public:
return str_.str;
}
- Element* setString(IString str__, bool dollared__) {
+ Element* setString(IString str__, bool dollared__, bool quoted__) {
isList_ = false;
str_ = str__;
dollared_ = dollared__;
+ quoted_ = quoted__;
return this;
}
@@ -242,13 +245,13 @@ private:
input++;
}
input++;
- return allocator.alloc<Element>()->setString(IString(str.c_str(), false), dollared)->setMetadata(line, start - lineStart);
+ return allocator.alloc<Element>()->setString(IString(str.c_str(), false), dollared, true)->setMetadata(line, start - lineStart);
}
while (input[0] && !isspace(input[0]) && input[0] != ')' && input[0] != '(' && input[0] != ';') input++;
if (start == input) throw ParseException("expected string", line, input - lineStart);
char temp = input[0];
input[0] = 0;
- auto ret = allocator.alloc<Element>()->setString(IString(start, false), dollared)->setMetadata(line, start - lineStart);
+ auto ret = allocator.alloc<Element>()->setString(IString(start, false), dollared, false)->setMetadata(line, start - lineStart);
input[0] = temp;
return ret;
}
@@ -319,10 +322,11 @@ private:
Element& curr = *s[i];
IString id = curr[0]->str();
if (id == RESULT) {
+ if (curr.size() > 2) throw ParseException("invalid result arity", curr.line, curr.col);
functionTypes[name] = stringToWasmType(curr[1]->str());
} else if (id == TYPE) {
Name typeName = curr[1]->str();
- if (!wasm.checkFunctionType(typeName)) throw ParseException("unknown function");
+ if (!wasm.checkFunctionType(typeName)) throw ParseException("unknown function", curr.line, curr.col);
type = wasm.getFunctionType(typeName);
functionTypes[name] = type->result;
} else if (id == PARAM && curr.size() > 1) {
@@ -387,7 +391,11 @@ private:
bool brokeToAutoBlock;
Name getPrefixedName(std::string prefix) {
- return IString((prefix + std::to_string(otherIndex++)).c_str(), false);
+ // make sure to return a unique name not already on the stack
+ while (1) {
+ Name ret = IString((prefix + std::to_string(otherIndex++)).c_str(), false);
+ if (std::find(labelStack.begin(), labelStack.end(), ret) == labelStack.end()) return ret;
+ }
}
Name getFunctionName(Element& s) {
@@ -408,14 +416,23 @@ private:
// returns the next index in s
size_t parseFunctionNames(Element& s, Name& name, Name& exportName) {
size_t i = 1;
- while (i < s.size() && s[i]->isStr()) {
- if (!s[i]->dollared()) {
+ while (i < s.size() && i < 3 && s[i]->isStr()) {
+ if (s[i]->quoted()) {
// an export name
exportName = s[i]->str();
i++;
- } else {
+ } else if (s[i]->dollared()) {
name = s[i]->str();
i++;
+ } else {
+ break;
+ }
+ }
+ if (i < s.size() && s[i]->isList()) {
+ auto& inner = *s[i];
+ if (inner.size() > 0 && inner[0]->str() == EXPORT) {
+ exportName = inner[1]->str();
+ i++;
}
}
return i;
@@ -433,6 +450,7 @@ private:
auto ex = make_unique<Export>();
ex->name = exportName;
ex->value = name;
+ ex->kind = Export::Function;
wasm.addExport(ex.release());
}
functionCounter++;
@@ -490,6 +508,7 @@ private:
currLocalTypes[name] = type;
}
} else if (id == RESULT) {
+ if (curr.size() > 2) throw ParseException("invalid result arity", curr.line, curr.col);
result = stringToWasmType(curr[1]->str());
} else if (id == TYPE) {
Name name = curr[1]->str();
@@ -564,7 +583,6 @@ private:
if (str[1] == '6' && str[2] == '4' && (prefix || str[3] == 0)) return f64;
}
if (allowError) return none;
- throw ParseException("unknown type");
abort();
}
@@ -576,6 +594,7 @@ public:
#define abort_on(str) { throw ParseException(std::string("abort_on ") + str); }
Expression* parseExpression(Element& s) {
+ if (!s.isList()) throw ParseException("invalid node for parseExpression, needed list", s.line, s.col);
IString id = s[0]->str();
const char *str = id.str;
const char *dot = strchr(str, '.');
@@ -617,7 +636,7 @@ public:
if (op[3] == '_') return makeBinary(s, op[4] == 'u' ? BINARY_INT(DivU) : BINARY_INT(DivS), type);
if (op[3] == 0) return makeBinary(s, BINARY_FLOAT(Div), type);
}
- if (op[1] == 'e') return makeUnary(s, UnaryOp::DemoteFloat64, type);
+ if (op[1] == 'e') return makeUnary(s, UnaryOp::DemoteFloat64, type);
abort_on(op);
}
case 'e': {
@@ -735,6 +754,10 @@ public:
} else if (str[1] == 'u') return makeHost(s, HostOp::CurrentMemory);
abort_on(str);
}
+ case 'd': {
+ if (str[1] == 'r') return makeDrop(s);
+ abort_on(str);
+ }
case 'e': {
if (str[1] == 'l') return makeThenOrElse(s);
abort_on(str);
@@ -781,6 +804,7 @@ public:
}
case 't': {
if (str[1] == 'h') return makeThenOrElse(s);
+ if (str[1] == 'e' && str[2] == 'e') return makeTeeLocal(s);
abort_on(str);
}
case 'u': {
@@ -874,13 +898,20 @@ private:
return ret;
}
+ Expression* makeDrop(Element& s) {
+ auto ret = allocator.alloc<Drop>();
+ ret->value = parseExpression(s[1]);
+ ret->finalize();
+ return ret;
+ }
+
Expression* makeHost(Element& s, HostOp op) {
auto ret = allocator.alloc<Host>();
ret->op = op;
if (op == HostOp::HasFeature) {
ret->nameOperand = s[1]->str();
} else {
- parseCallOperands(s, 1, ret);
+ parseCallOperands(s, 1, s.size(), ret);
}
ret->finalize();
return ret;
@@ -906,40 +937,41 @@ private:
return ret;
}
- Expression* makeSetLocal(Element& s) {
+ Expression* makeTeeLocal(Element& s) {
auto ret = allocator.alloc<SetLocal>();
ret->index = getLocalIndex(*s[1]);
ret->value = parseExpression(s[2]);
- ret->type = currFunction->getLocalType(ret->index);
+ ret->setTee(true);
return ret;
}
-
- Index getGlobalIndex(Element& s) {
- if (s.dollared()) {
- auto name = s.str();
- for (Index i = 0; i < wasm.globals.size(); i++) {
- if (wasm.globals[i]->name == name) return i;
- }
- throw ParseException("bad global name", s.line, s.col);
- }
- // this is a numeric index
- Index ret = atoi(s.c_str());
- if (!wasm.checkGlobal(ret)) throw ParseException("bad global index", s.line, s.col);
+ Expression* makeSetLocal(Element& s) {
+ auto ret = allocator.alloc<SetLocal>();
+ ret->index = getLocalIndex(*s[1]);
+ ret->value = parseExpression(s[2]);
+ ret->setTee(false);
return ret;
}
Expression* makeGetGlobal(Element& s) {
auto ret = allocator.alloc<GetGlobal>();
- ret->index = getGlobalIndex(*s[1]);
- ret->type = wasm.getGlobal(ret->index)->type;
- return ret;
+ ret->name = s[1]->str();
+ auto* global = wasm.checkGlobal(ret->name);
+ if (global) {
+ ret->type = global->type;
+ return ret;
+ }
+ auto* import = wasm.checkImport(ret->name);
+ if (import && import->kind == Import::Global) {
+ ret->type = import->globalType;
+ return ret;
+ }
+ throw ParseException("bad get_global name", s.line, s.col);
}
Expression* makeSetGlobal(Element& s) {
auto ret = allocator.alloc<SetGlobal>();
- ret->index = getGlobalIndex(*s[1]);
+ ret->name = s[1]->str();
ret->value = parseExpression(s[2]);
- ret->type = wasm.getGlobal(ret->index)->type;
return ret;
}
@@ -1057,7 +1089,7 @@ private:
Expression* makeStore(Element& s, WasmType type) {
const char *extra = strchr(s[0]->c_str(), '.') + 6; // after "type.store"
auto ret = allocator.alloc<Store>();
- ret->type = type;
+ ret->valueType = type;
ret->bytes = getWasmTypeSize(type);
if (extra[0] == '8') {
ret->bytes = 1;
@@ -1088,6 +1120,7 @@ private:
}
ret->ptr = parseExpression(s[i]);
ret->value = parseExpression(s[i+1]);
+ ret->finalize();
return ret;
}
@@ -1148,24 +1181,28 @@ private:
Expression* makeLoop(Element& s) {
auto ret = allocator.alloc<Loop>();
size_t i = 1;
+ Name out;
if (s.size() > i + 1 && s[i]->isStr() && s[i + 1]->isStr()) { // out can only be named if both are
- ret->out = s[i]->str();
+ out = s[i]->str();
i++;
- } else {
- ret->out = getPrefixedName("loop-out");
}
if (s.size() > i && s[i]->isStr()) {
- ret->in = s[i]->str();
+ ret->name = s[i]->str();
i++;
} else {
- ret->in = getPrefixedName("loop-in");
+ ret->name = getPrefixedName("loop-in");
}
- labelStack.push_back(ret->out);
- labelStack.push_back(ret->in);
+ labelStack.push_back(ret->name);
ret->body = makeMaybeBlock(s, i);
labelStack.pop_back();
- labelStack.pop_back();
ret->finalize();
+ if (out.is()) {
+ auto* block = allocator.alloc<Block>();
+ block->name = out;
+ block->list.push_back(ret);
+ block->finalize();
+ return block;
+ }
return ret;
}
@@ -1173,7 +1210,7 @@ private:
auto ret = allocator.alloc<Call>();
ret->target = s[1]->str();
ret->type = functionTypes[ret->target];
- parseCallOperands(s, 2, ret);
+ parseCallOperands(s, 2, s.size(), ret);
return ret;
}
@@ -1181,8 +1218,8 @@ private:
auto ret = allocator.alloc<CallImport>();
ret->target = s[1]->str();
Import* import = wasm.getImport(ret->target);
- ret->type = import->type->result;
- parseCallOperands(s, 2, ret);
+ ret->type = import->functionType->result;
+ parseCallOperands(s, 2, s.size(), ret);
return ret;
}
@@ -1193,14 +1230,14 @@ private:
if (!fullType) throw ParseException("invalid call_indirect type", s.line, s.col);
ret->fullType = fullType->name;
ret->type = fullType->result;
- ret->target = parseExpression(s[2]);
- parseCallOperands(s, 3, ret);
+ parseCallOperands(s, 2, s.size() - 1, ret);
+ ret->target = parseExpression(s[s.size() - 1]);
return ret;
}
template<class T>
- void parseCallOperands(Element& s, size_t i, T* call) {
- while (i < s.size()) {
+ void parseCallOperands(Element& s, Index i, Index j, T* call) {
+ while (i < j) {
call->operands.push_back(parseExpression(s[i]));
i++;
}
@@ -1311,10 +1348,29 @@ private:
void parseMemory(Element& s) {
hasMemory = true;
-
- wasm.memory.initial = atoi(s[1]->c_str());
- if (s.size() == 2) return;
- size_t i = 2;
+ Index i = 1;
+ if (s[i]->dollared()) {
+ wasm.memory.name = s[i++]->str();
+ }
+ if (s[i]->isList()) {
+ auto& inner = *s[i];
+ if (inner[0]->str() == EXPORT) {
+ auto ex = make_unique<Export>();
+ ex->name = inner[1]->str();
+ ex->value = wasm.memory.name;
+ ex->kind = Export::Memory;
+ wasm.addExport(ex.release());
+ i++;
+ } else {
+ assert(inner.size() > 0 ? inner[0]->str() != IMPORT : true);
+ // (memory (data ..)) format
+ parseData(*s[i]);
+ wasm.memory.initial = wasm.memory.segments[0].data.size();
+ return;
+ }
+ }
+ wasm.memory.initial = atoi(s[i++]->c_str());
+ if (i == s.size()) return;
if (s[i]->isStr()) {
uint64_t max = atoll(s[i]->c_str());
if (max > Memory::kMaxSize) throw ParseException("total memory must be <= 4GB");
@@ -1346,108 +1402,220 @@ private:
}
void parseData(Element& s) {
- auto* offset = parseExpression(s[1]);
- const char *input = s[2]->c_str();
- if (auto size = strlen(input)) {
- std::vector<char> data;
- stringToBinary(input, size, data);
- wasm.memory.segments.emplace_back(offset, data.data(), data.size());
+ if (!hasMemory) throw ParseException("data but no memory");
+ Index i = 1;
+ Expression* offset;
+ if (i < s.size() && s[i]->isList()) {
+ // there is an init expression
+ offset = parseExpression(s[i++]);
} else {
- wasm.memory.segments.emplace_back(offset, "", 0);
+ offset = allocator.alloc<Const>()->set(Literal(int32_t(0)));
+ }
+ std::vector<char> data;
+ while (i < s.size()) {
+ const char *input = s[i++]->c_str();
+ if (auto size = strlen(input)) {
+ stringToBinary(input, size, data);
+ }
}
+ wasm.memory.segments.emplace_back(offset, data.data(), data.size());
}
void parseExport(Element& s) {
- if (!s[2]->dollared() && !std::isdigit(s[2]->str()[0])) {
- assert(s[2]->str() == MEMORY);
- if (!hasMemory) throw ParseException("memory exported but no memory");
- wasm.memory.exportName = s[1]->str();
- return;
- }
std::unique_ptr<Export> ex = make_unique<Export>();
ex->name = s[1]->str();
- ex->value = s[2]->str();
+ if (s[2]->isList()) {
+ auto& inner = *s[2];
+ if (inner[0]->str() == FUNC) {
+ ex->value = inner[1]->str();
+ ex->kind = Export::Function;
+ } else if (inner[0]->str() == MEMORY) {
+ if (!hasMemory) throw ParseException("memory exported but no memory");
+ ex->value = Name::fromInt(0);
+ ex->kind = Export::Memory;
+ } else if (inner[0]->str() == TABLE) {
+ ex->value = Name::fromInt(0);
+ ex->kind = Export::Table;
+ } else if (inner[0]->str() == GLOBAL) {
+ ex->value = inner[1]->str();
+ ex->kind = Export::Table;
+ } else {
+ WASM_UNREACHABLE();
+ }
+ } else if (!s[2]->dollared() && !std::isdigit(s[2]->str()[0])) {
+ if (s[2]->str() == MEMORY) {
+ if (!hasMemory) throw ParseException("memory exported but no memory");
+ ex->value = Name::fromInt(0);
+ ex->kind = Export::Memory;
+ } else if (s[2]->str() == TABLE) {
+ ex->value = Name::fromInt(0);
+ ex->kind = Export::Table;
+ } else if (s[2]->str() == GLOBAL) {
+ ex->value = s[3]->str();
+ ex->kind = Export::Table;
+ } else {
+ WASM_UNREACHABLE();
+ }
+ } else {
+ // function
+ ex->value = s[2]->str();
+ ex->kind = Export::Function;
+ }
wasm.addExport(ex.release());
}
void parseImport(Element& s) {
std::unique_ptr<Import> im = make_unique<Import>();
size_t i = 1;
+ bool newStyle = s.size() == 4 && s[3]->isList(); // (import "env" "STACKTOP" (global $stackTop i32))
+ if (newStyle) {
+ if ((*s[3])[0]->str() == FUNC) {
+ im->kind = Import::Function;
+ } else if ((*s[3])[0]->str() == MEMORY) {
+ im->kind = Import::Memory;
+ } else if ((*s[3])[0]->str() == TABLE) {
+ im->kind = Import::Table;
+ } else if ((*s[3])[0]->str() == GLOBAL) {
+ im->kind = Import::Global;
+ } else {
+ newStyle = false; // either (param..) or (result..)
+ }
+ }
if (s.size() > 3 && s[3]->isStr()) {
im->name = s[i++]->str();
+ } else if (newStyle) {
+ im->name = (*s[3])[1]->str();
} else {
im->name = Name::fromInt(importCounter);
}
importCounter++;
+ if (!s[i]->quoted()) {
+ if (s[i]->str() == MEMORY) {
+ im->kind = Import::Memory;
+ } else if (s[i]->str() == TABLE) {
+ im->kind = Import::Table;
+ } else if (s[i]->str() == GLOBAL) {
+ im->kind = Import::Global;
+ } else {
+ WASM_UNREACHABLE();
+ }
+ i++;
+ } else if (!newStyle) {
+ im->kind = Import::Function;
+ }
im->module = s[i++]->str();
if (!s[i]->isStr()) throw ParseException("no name for import");
im->base = s[i++]->str();
- std::unique_ptr<FunctionType> type = make_unique<FunctionType>();
- if (s.size() > i) {
- Element& params = *s[i];
- IString id = params[0]->str();
- if (id == PARAM) {
- for (size_t i = 1; i < params.size(); i++) {
- type->params.push_back(stringToWasmType(params[i]->str()));
+ // parse internals
+ Element& inner = newStyle ? *s[3] : s;
+ Index j = newStyle ? 2 : i;
+ if (im->kind == Import::Function) {
+ std::unique_ptr<FunctionType> type = make_unique<FunctionType>();
+ if (inner.size() > j) {
+ Element& params = *inner[j];
+ IString id = params[0]->str();
+ if (id == PARAM) {
+ for (size_t i = 1; i < params.size(); i++) {
+ type->params.push_back(stringToWasmType(params[i]->str()));
+ }
+ } else if (id == RESULT) {
+ type->result = stringToWasmType(params[1]->str());
+ } else if (id == TYPE) {
+ IString name = params[1]->str();
+ if (!wasm.checkFunctionType(name)) throw ParseException("bad function type for import");
+ *type = *wasm.getFunctionType(name);
+ } else {
+ throw ParseException("bad import element");
+ }
+ if (inner.size() > j+1) {
+ Element& result = *inner[j+1];
+ assert(result[0]->str() == RESULT);
+ type->result = stringToWasmType(result[1]->str());
}
- } else if (id == RESULT) {
- type->result = stringToWasmType(params[1]->str());
- } else if (id == TYPE) {
- IString name = params[1]->str();
- if (!wasm.checkFunctionType(name)) throw ParseException("bad function type for import");
- *type = *wasm.getFunctionType(name);
- } else {
- throw ParseException("bad import element");
- }
- if (s.size() > i+1) {
- Element& result = *s[i+1];
- assert(result[0]->str() == RESULT);
- type->result = stringToWasmType(result[1]->str());
}
+ im->functionType = ensureFunctionType(getSig(type.get()), &wasm);
+ } else if (im->kind == Import::Global) {
+ im->globalType = stringToWasmType(inner[j]->str());
}
- im->type = ensureFunctionType(getSig(type.get()), &wasm);
wasm.addImport(im.release());
}
void parseGlobal(Element& s) {
std::unique_ptr<Global> global = make_unique<Global>();
size_t i = 1;
- if (s.size() == 4) {
+ if (s[i]->dollared()) {
global->name = s[i++]->str();
} else {
global->name = Name::fromInt(globalCounter);
}
globalCounter++;
+ if (s[i]->isList()) {
+ auto& inner = *s[i];
+ if (inner[0]->str() == EXPORT) {
+ auto ex = make_unique<Export>();
+ ex->name = inner[1]->str();
+ ex->value = global->name;
+ ex->kind = Export::Global;
+ wasm.addExport(ex.release());
+ i++;
+ } else {
+ WASM_UNREACHABLE();
+ }
+ }
global->type = stringToWasmType(s[i++]->str());
global->init = parseExpression(s[i++]);
assert(i == s.size());
wasm.addGlobal(global.release());
}
+ bool seenTable = false;
+
void parseTable(Element& s) {
- if (s.size() == 1) return; // empty table in old notation
- if (!s[1]->dollared()) {
- if (s[1]->str() == ANYFUNC) {
+ seenTable = true;
+ Index i = 1;
+ if (i == s.size()) return; // empty table in old notation
+#if 0 // TODO: new table notation
+ if (s[i]->dollared()) {
+ wasm.table.name = s[i++]->str();
+ }
+#endif
+ if (i == s.size()) return;
+ if (s[i]->isList()) {
+ auto& inner = *s[i];
+ if (inner[0]->str() == EXPORT) {
+ auto ex = make_unique<Export>();
+ ex->name = inner[1]->str();
+ ex->value = wasm.table.name;
+ ex->kind = Export::Table;
+ wasm.addExport(ex.release());
+ i++;
+ } else {
+ WASM_UNREACHABLE();
+ }
+ }
+ if (i == s.size()) return;
+ if (!s[i]->dollared()) {
+ if (s[i]->str() == ANYFUNC) {
// (table type (elem ..))
- parseElem(*s[2]);
+ parseElem(*s[i + 1]);
wasm.table.initial = wasm.table.max = wasm.table.segments[0].data.size();
return;
}
// first element isn't dollared, and isn't anyfunc. this could be old syntax for (table 0 1) which means function 0 and 1, or it could be (table initial max? type), look for type
if (s[s.size() - 1]->str() == ANYFUNC) {
// (table initial max? type)
- wasm.table.initial = atoi(s[1]->c_str());
- wasm.table.max = atoi(s[2]->c_str());
+ wasm.table.initial = atoi(s[i]->c_str());
+ wasm.table.max = atoi(s[i + 1]->c_str());
return;
}
}
// old notation (table func1 func2 ..)
- parseElem(s);
+ parseElem(s, i);
wasm.table.initial = wasm.table.max = wasm.table.segments[0].data.size();
}
- void parseElem(Element& s) {
- Index i = 1;
+ void parseElem(Element& s, Index i = 1) {
+ if (!seenTable) throw ParseException("elem without table", s.line, s.col);
Expression* offset;
if (s[i]->isList()) {
// there is an init expression
@@ -1478,6 +1646,7 @@ private:
type->params.push_back(stringToWasmType(curr[j]->str()));
}
} else if (curr[0]->str() == RESULT) {
+ if (curr.size() > 2) throw ParseException("invalid result arity", curr.line, curr.col);
type->result = stringToWasmType(curr[1]->str());
}
}
diff --git a/src/wasm-traversal.h b/src/wasm-traversal.h
index b50ca0fb2..4725237dd 100644
--- a/src/wasm-traversal.h
+++ b/src/wasm-traversal.h
@@ -53,6 +53,7 @@ struct Visitor {
ReturnType visitUnary(Unary *curr) {}
ReturnType visitBinary(Binary *curr) {}
ReturnType visitSelect(Select *curr) {}
+ ReturnType visitDrop(Drop *curr) {}
ReturnType visitReturn(Return *curr) {}
ReturnType visitHost(Host *curr) {}
ReturnType visitNop(Nop *curr) {}
@@ -93,6 +94,7 @@ struct Visitor {
case Expression::Id::UnaryId: DELEGATE(Unary);
case Expression::Id::BinaryId: DELEGATE(Binary);
case Expression::Id::SelectId: DELEGATE(Select);
+ case Expression::Id::DropId: DELEGATE(Drop);
case Expression::Id::ReturnId: DELEGATE(Return);
case Expression::Id::HostId: DELEGATE(Host);
case Expression::Id::NopId: DELEGATE(Nop);
@@ -132,6 +134,7 @@ struct UnifiedExpressionVisitor : public Visitor<SubType> {
ReturnType visitUnary(Unary *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
ReturnType visitBinary(Binary *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
ReturnType visitSelect(Select *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
+ ReturnType visitDrop(Drop *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
ReturnType visitReturn(Return *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
ReturnType visitHost(Host *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
ReturnType visitNop(Nop *curr) { return static_cast<SubType*>(this)->visitExpression(curr); }
@@ -153,8 +156,8 @@ struct Walker : public VisitorType {
// Note that the visit*() for the result node is not called for you (i.e.,
// just one visit*() method is called by the traversal; if you replace a node,
// and you want to process the output, you must do that explicitly).
- void replaceCurrent(Expression *expression) {
- replace = expression;
+ Expression* replaceCurrent(Expression *expression) {
+ return replace = expression;
}
// Get the current module
@@ -264,14 +267,15 @@ struct Walker : public VisitorType {
static void doVisitCallIndirect(SubType* self, Expression** currp) { self->visitCallIndirect((*currp)->cast<CallIndirect>()); }
static void doVisitGetLocal(SubType* self, Expression** currp) { self->visitGetLocal((*currp)->cast<GetLocal>()); }
static void doVisitSetLocal(SubType* self, Expression** currp) { self->visitSetLocal((*currp)->cast<SetLocal>()); }
- static void doVisitGetGlobal(SubType* self, Expression** currp) { self->visitGetGlobal((*currp)->cast<GetGlobal>()); }
- static void doVisitSetGlobal(SubType* self, Expression** currp) { self->visitSetGlobal((*currp)->cast<SetGlobal>()); }
+ static void doVisitGetGlobal(SubType* self, Expression** currp) { self->visitGetGlobal((*currp)->cast<GetGlobal>()); }
+ static void doVisitSetGlobal(SubType* self, Expression** currp) { self->visitSetGlobal((*currp)->cast<SetGlobal>()); }
static void doVisitLoad(SubType* self, Expression** currp) { self->visitLoad((*currp)->cast<Load>()); }
static void doVisitStore(SubType* self, Expression** currp) { self->visitStore((*currp)->cast<Store>()); }
static void doVisitConst(SubType* self, Expression** currp) { self->visitConst((*currp)->cast<Const>()); }
static void doVisitUnary(SubType* self, Expression** currp) { self->visitUnary((*currp)->cast<Unary>()); }
static void doVisitBinary(SubType* self, Expression** currp) { self->visitBinary((*currp)->cast<Binary>()); }
static void doVisitSelect(SubType* self, Expression** currp) { self->visitSelect((*currp)->cast<Select>()); }
+ static void doVisitDrop(SubType* self, Expression** currp) { self->visitDrop((*currp)->cast<Drop>()); }
static void doVisitReturn(SubType* self, Expression** currp) { self->visitReturn((*currp)->cast<Return>()); }
static void doVisitHost(SubType* self, Expression** currp) { self->visitHost((*currp)->cast<Host>()); }
static void doVisitNop(SubType* self, Expression** currp) { self->visitNop((*currp)->cast<Nop>()); }
@@ -354,10 +358,10 @@ struct PostWalker : public Walker<SubType, VisitorType> {
case Expression::Id::CallIndirectId: {
self->pushTask(SubType::doVisitCallIndirect, currp);
auto& list = curr->cast<CallIndirect>()->operands;
+ self->pushTask(SubType::scan, &curr->cast<CallIndirect>()->target);
for (int i = int(list.size()) - 1; i >= 0; i--) {
self->pushTask(SubType::scan, &list[i]);
}
- self->pushTask(SubType::scan, &curr->cast<CallIndirect>()->target);
break;
}
case Expression::Id::GetLocalId: {
@@ -411,6 +415,11 @@ struct PostWalker : public Walker<SubType, VisitorType> {
self->pushTask(SubType::scan, &curr->cast<Select>()->ifTrue);
break;
}
+ case Expression::Id::DropId: {
+ self->pushTask(SubType::doVisitDrop, currp);
+ self->pushTask(SubType::scan, &curr->cast<Drop>()->value);
+ break;
+ }
case Expression::Id::ReturnId: {
self->pushTask(SubType::doVisitReturn, currp);
self->maybePushTask(SubType::scan, &curr->cast<Return>()->value);
@@ -437,6 +446,112 @@ struct PostWalker : public Walker<SubType, VisitorType> {
}
};
+// Traversal with a control-flow stack.
+
+template<typename SubType, typename VisitorType>
+struct ControlFlowWalker : public PostWalker<SubType, VisitorType> {
+ ControlFlowWalker() {}
+
+ std::vector<Expression*> controlFlowStack; // contains blocks, loops, and ifs
+
+ // Uses the control flow stack to find the target of a break to a name
+ Expression* findBreakTarget(Name name) {
+ assert(!controlFlowStack.empty());
+ Index i = controlFlowStack.size() - 1;
+ while (1) {
+ auto* curr = controlFlowStack[i];
+ if (Block* block = curr->template dynCast<Block>()) {
+ if (name == block->name) return curr;
+ } else if (Loop* loop = curr->template dynCast<Loop>()) {
+ if (name == loop->name) return curr;
+ } else {
+ // an if, ignorable
+ assert(curr->template is<If>());
+ }
+ if (i == 0) return nullptr;
+ i--;
+ }
+ }
+
+ static void doPreVisitControlFlow(SubType* self, Expression** currp) {
+ self->controlFlowStack.push_back(*currp);
+ }
+
+ static void doPostVisitControlFlow(SubType* self, Expression** currp) {
+ assert(self->controlFlowStack.back() == *currp);
+ self->controlFlowStack.pop_back();
+ }
+
+ static void scan(SubType* self, Expression** currp) {
+ auto* curr = *currp;
+
+ switch (curr->_id) {
+ case Expression::Id::BlockId:
+ case Expression::Id::IfId:
+ case Expression::Id::LoopId: {
+ self->pushTask(SubType::doPostVisitControlFlow, currp);
+ break;
+ }
+ default: {}
+ }
+
+ PostWalker<SubType, VisitorType>::scan(self, currp);
+
+ switch (curr->_id) {
+ case Expression::Id::BlockId:
+ case Expression::Id::IfId:
+ case Expression::Id::LoopId: {
+ self->pushTask(SubType::doPreVisitControlFlow, currp);
+ break;
+ }
+ default: {}
+ }
+ }
+};
+
+// Traversal with an expression stack.
+
+template<typename SubType, typename VisitorType>
+struct ExpressionStackWalker : public PostWalker<SubType, VisitorType> {
+ ExpressionStackWalker() {}
+
+ std::vector<Expression*> expressionStack;
+
+ // Uses the control flow stack to find the target of a break to a name
+ Expression* findBreakTarget(Name name) {
+ assert(!expressionStack.empty());
+ Index i = expressionStack.size() - 1;
+ while (1) {
+ auto* curr = expressionStack[i];
+ if (Block* block = curr->template dynCast<Block>()) {
+ if (name == block->name) return curr;
+ } else if (Loop* loop = curr->template dynCast<Loop>()) {
+ if (name == loop->name) return curr;
+ } else {
+ WASM_UNREACHABLE();
+ }
+ if (i == 0) return nullptr;
+ i--;
+ }
+ }
+
+ static void doPreVisit(SubType* self, Expression** currp) {
+ self->expressionStack.push_back(*currp);
+ }
+
+ static void doPostVisit(SubType* self, Expression** currp) {
+ self->expressionStack.pop_back();
+ }
+
+ static void scan(SubType* self, Expression** currp) {
+ self->pushTask(SubType::doPostVisit, currp);
+
+ PostWalker<SubType, VisitorType>::scan(self, currp);
+
+ self->pushTask(SubType::doPreVisit, currp);
+ }
+};
+
// Traversal in the order of execution. This is quick and simple, but
// does not provide the same comprehensive information that a full
// conversion to basic blocks would. What it does give is a quick
diff --git a/src/wasm-validator.h b/src/wasm-validator.h
index 3d9a0e1c3..58a30f9a3 100644
--- a/src/wasm-validator.h
+++ b/src/wasm-validator.h
@@ -30,7 +30,16 @@ struct WasmValidator : public PostWalker<WasmValidator, Visitor<WasmValidator>>
bool valid = true;
bool validateWebConstraints = false;
- std::map<Name, WasmType> breakTypes; // breaks to a label must all have the same type, and the right type
+ struct BreakInfo {
+ WasmType type;
+ Index arity;
+ BreakInfo() {}
+ BreakInfo(WasmType type, Index arity) : type(type), arity(arity) {}
+ };
+
+ std::map<Name, std::vector<Expression*>> breakTargets; // more than one block/loop may use a label name, so stack them
+ std::map<Expression*, BreakInfo> breakInfos;
+
WasmType returnType = unreachable; // type used in returns
public:
@@ -42,55 +51,107 @@ public:
// visitors
+ static void visitPreBlock(WasmValidator* self, Expression** currp) {
+ auto* curr = (*currp)->cast<Block>();
+ if (curr->name.is()) self->breakTargets[curr->name].push_back(curr);
+ }
+
void visitBlock(Block *curr) {
// if we are break'ed to, then the value must be right for us
if (curr->name.is()) {
- // none or unreachable means a poison value that we should ignore - if consumed, it will error
- if (breakTypes.count(curr->name) > 0 && isConcreteWasmType(breakTypes[curr->name]) && isConcreteWasmType(curr->type)) {
- shouldBeEqual(curr->type, breakTypes[curr->name], curr, "block+breaks must have right type if breaks return a value");
+ if (breakInfos.count(curr) > 0) {
+ auto& info = breakInfos[curr];
+ // none or unreachable means a poison value that we should ignore - if consumed, it will error
+ if (isConcreteWasmType(info.type) && isConcreteWasmType(curr->type)) {
+ shouldBeEqual(curr->type, info.type, curr, "block+breaks must have right type if breaks return a value");
+ }
+ shouldBeTrue(info.arity != Index(-1), curr, "break arities must match");
+ if (curr->list.size() > 0) {
+ auto last = curr->list.back()->type;
+ if (isConcreteWasmType(last) && info.type != unreachable) {
+ shouldBeEqual(last, info.type, curr, "block+breaks must have right type if block ends with a reachable value");
+ }
+ if (last == none) {
+ shouldBeTrue(info.arity == Index(0), curr, "if block ends with a none, breaks cannot send a value of any type");
+ }
+ }
+ }
+ breakTargets[curr->name].pop_back();
+ }
+ if (curr->list.size() > 1) {
+ for (Index i = 0; i < curr->list.size() - 1; i++) {
+ if (!shouldBeTrue(!isConcreteWasmType(curr->list[i]->type), curr, "non-final block elements returning a value must be drop()ed (binaryen's autodrop option might help you)")) {
+ std::cerr << "(on index " << i << ":\n" << curr->list[i] << "\n), type: " << curr->list[i]->type << "\n";
+ }
}
- breakTypes.erase(curr->name);
}
}
- void visitIf(If *curr) {
- shouldBeTrue(curr->condition->type == unreachable || curr->condition->type == i32 || curr->condition->type == i64, curr, "if condition must be valid");
+
+ static void visitPreLoop(WasmValidator* self, Expression** currp) {
+ auto* curr = (*currp)->cast<Loop>();
+ if (curr->name.is()) self->breakTargets[curr->name].push_back(curr);
}
+
void visitLoop(Loop *curr) {
- if (curr->in.is()) {
- breakTypes.erase(curr->in);
- }
- if (curr->out.is()) {
- breakTypes.erase(curr->out);
+ if (curr->name.is()) {
+ breakTargets[curr->name].pop_back();
+ if (breakInfos.count(curr) > 0) {
+ auto& info = breakInfos[curr];
+ shouldBeEqual(info.arity, Index(0), curr, "breaks to a loop cannot pass a value");
+ }
}
}
- void noteBreak(Name name, Expression* value) {
+
+ void visitIf(If *curr) {
+ shouldBeTrue(curr->condition->type == unreachable || curr->condition->type == i32 || curr->condition->type == i64, curr, "if condition must be valid");
+ }
+
+ // override scan to add a pre and a post check task to all nodes
+ static void scan(WasmValidator* self, Expression** currp) {
+ PostWalker<WasmValidator, Visitor<WasmValidator>>::scan(self, currp);
+
+ auto* curr = *currp;
+ if (curr->is<Block>()) self->pushTask(visitPreBlock, currp);
+ if (curr->is<Loop>()) self->pushTask(visitPreLoop, currp);
+ }
+
+ void noteBreak(Name name, Expression* value, Expression* curr) {
WasmType valueType = none;
+ Index arity = 0;
if (value) {
valueType = value->type;
+ shouldBeUnequal(valueType, none, curr, "breaks must have a valid value");
+ arity = 1;
}
- if (breakTypes.count(name) == 0) {
- breakTypes[name] = valueType;
+ if (!shouldBeTrue(breakTargets[name].size() > 0, curr, "all break targets must be valid")) return;
+ auto* target = breakTargets[name].back();
+ if (breakInfos.count(target) == 0) {
+ breakInfos[target] = BreakInfo(valueType, arity);
} else {
- if (breakTypes[name] == unreachable) {
- breakTypes[name] = valueType;
+ auto& info = breakInfos[target];
+ if (info.type == unreachable) {
+ info.type = valueType;
} else if (valueType != unreachable) {
- if (valueType != breakTypes[name]) {
- breakTypes[name] = none; // a poison value that must not be consumed
+ if (valueType != info.type) {
+ info.type = none; // a poison value that must not be consumed
}
}
+ if (arity != info.arity) {
+ info.arity = Index(-1); // a poison value
+ }
}
}
void visitBreak(Break *curr) {
- noteBreak(curr->name, curr->value);
+ noteBreak(curr->name, curr->value, curr);
if (curr->condition) {
shouldBeTrue(curr->condition->type == unreachable || curr->condition->type == i32, curr, "break condition must be i32");
}
}
void visitSwitch(Switch *curr) {
for (auto& target : curr->targets) {
- noteBreak(target, curr->value);
+ noteBreak(target, curr->value, curr);
}
- noteBreak(curr->default_, curr->value);
+ noteBreak(curr->default_, curr->value, curr);
shouldBeTrue(curr->condition->type == unreachable || curr->condition->type == i32, curr, "br_table condition must be i32");
}
void visitCall(Call *curr) {
@@ -106,7 +167,7 @@ public:
void visitCallImport(CallImport *curr) {
auto* import = getModule()->checkImport(curr->target);
if (!shouldBeTrue(!!import, curr, "call_import target must exist")) return;
- auto* type = import->type;
+ auto* type = import->functionType;
if (!shouldBeTrue(curr->operands.size() == type->params.size(), curr, "call param number must match")) return;
for (size_t i = 0; i < curr->operands.size(); i++) {
if (!shouldBeEqualOrFirstIsUnreachable(curr->operands[i]->type, type->params[i], curr, "call param types must match")) {
@@ -115,6 +176,7 @@ public:
}
}
void visitCallIndirect(CallIndirect *curr) {
+ shouldBeTrue(getModule()->table.segments.size() > 0, curr, "no table");
auto* type = getModule()->checkFunctionType(curr->fullType);
if (!shouldBeTrue(!!type, curr, "call_indirect type must exist")) return;
shouldBeEqualOrFirstIsUnreachable(curr->target->type, i32, curr, "indirect call target must be an i32");
@@ -128,18 +190,21 @@ public:
void visitSetLocal(SetLocal *curr) {
shouldBeTrue(curr->index < getFunction()->getNumLocals(), curr, "set_local index must be small enough");
if (curr->value->type != unreachable) {
- shouldBeEqualOrFirstIsUnreachable(curr->value->type, curr->type, curr, "set_local type must be correct");
+ if (curr->type != none) { // tee is ok anyhow
+ shouldBeEqualOrFirstIsUnreachable(curr->value->type, curr->type, curr, "set_local type must be correct");
+ }
shouldBeEqual(getFunction()->getLocalType(curr->index), curr->value->type, curr, "set_local type must match function");
}
}
void visitLoad(Load *curr) {
- validateAlignment(curr->align);
+ validateAlignment(curr->align, curr->type, curr->bytes);
shouldBeEqualOrFirstIsUnreachable(curr->ptr->type, i32, curr, "load pointer type must be i32");
}
void visitStore(Store *curr) {
- validateAlignment(curr->align);
+ validateAlignment(curr->align, curr->type, curr->bytes);
shouldBeEqualOrFirstIsUnreachable(curr->ptr->type, i32, curr, "store pointer type must be i32");
- shouldBeEqualOrFirstIsUnreachable(curr->value->type, curr->type, curr, "store value type must match");
+ shouldBeUnequal(curr->value->type, none, curr, "store value type must not be none");
+ shouldBeEqualOrFirstIsUnreachable(curr->value->type, curr->valueType, curr, "store value type must match");
}
void visitBinary(Binary *curr) {
if (curr->left->type != unreachable && curr->right->type != unreachable) {
@@ -216,6 +281,10 @@ public:
default: abort();
}
}
+ void visitSelect(Select* curr) {
+ shouldBeUnequal(curr->ifTrue->type, none, curr, "select left must be valid");
+ shouldBeUnequal(curr->ifFalse->type, none, curr, "select right must be valid");
+ }
void visitReturn(Return* curr) {
if (curr->value) {
@@ -245,9 +314,11 @@ public:
void visitImport(Import* curr) {
if (!validateWebConstraints) return;
- shouldBeUnequal(curr->type->result, i64, curr->name, "Imported function must not have i64 return type");
- for (WasmType param : curr->type->params) {
- shouldBeUnequal(param, i64, curr->name, "Imported function must not have i64 parameters");
+ if (curr->kind == Import::Function) {
+ shouldBeUnequal(curr->functionType->result, i64, curr->name, "Imported function must not have i64 return type");
+ for (WasmType param : curr->functionType->params) {
+ shouldBeUnequal(param, i64, curr->name, "Imported function must not have i64 parameters");
+ }
}
}
@@ -262,39 +333,66 @@ public:
void visitGlobal(Global* curr) {
shouldBeTrue(curr->init->is<Const>(), curr->name, "global init must be valid");
- shouldBeEqual(curr->type, curr->init->type, curr, "global init must have correct type");
+ shouldBeEqual(curr->type, curr->init->type, nullptr, "global init must have correct type");
}
void visitFunction(Function *curr) {
// if function has no result, it is ignored
// if body is unreachable, it might be e.g. a return
- if (curr->result != none) {
- if (curr->body->type != unreachable) {
- shouldBeEqual(curr->result, curr->body->type, curr->body, "function body type must match, if function returns");
- }
+ if (curr->body->type != unreachable) {
+ shouldBeEqual(curr->result, curr->body->type, curr->body, "function body type must match, if function returns");
+ }
+ if (curr->result != none) { // TODO: over previous too?
if (returnType != unreachable) {
shouldBeEqual(curr->result, returnType, curr->body, "function result must match, if function returns");
}
}
returnType = unreachable;
}
+
+ bool isConstant(Expression* curr) {
+ return curr->is<Const>() || curr->is<GetGlobal>();
+ }
+
void visitMemory(Memory *curr) {
shouldBeFalse(curr->initial > curr->max, "memory", "memory max >= initial");
shouldBeTrue(curr->max <= Memory::kMaxSize, "memory", "max memory must be <= 4GB");
+ Index mustBeGreaterOrEqual = 0;
+ for (auto& segment : curr->segments) {
+ if (!shouldBeEqual(segment.offset->type, i32, segment.offset, "segment offset should be i32")) continue;
+ shouldBeTrue(isConstant(segment.offset), segment.offset, "segment offset should be constant");
+ Index size = segment.data.size();
+ shouldBeTrue(size <= curr->initial * Memory::kPageSize, segment.data.size(), "segment size should fit in memory");
+ if (segment.offset->is<Const>()) {
+ Index start = segment.offset->cast<Const>()->value.geti32();
+ Index end = start + size;
+ shouldBeTrue(end <= curr->initial * Memory::kPageSize, segment.data.size(), "segment size should fit in memory");
+ shouldBeTrue(start >= mustBeGreaterOrEqual, segment.data.size(), "segment size should fit in memory");
+ mustBeGreaterOrEqual = end;
+ }
+ }
+ }
+ void visitTable(Table* curr) {
+ for (auto& segment : curr->segments) {
+ shouldBeEqual(segment.offset->type, i32, segment.offset, "segment offset should be i32");
+ shouldBeTrue(isConstant(segment.offset), segment.offset, "segment offset should be constant");
+ }
}
void visitModule(Module *curr) {
// exports
std::set<Name> exportNames;
for (auto& exp : curr->exports) {
Name name = exp->value;
- bool found = false;
- for (auto& func : curr->functions) {
- if (func->name == name) {
- found = true;
- break;
+ if (exp->kind == Export::Function) {
+ bool found = false;
+ for (auto& func : curr->functions) {
+ if (func->name == name) {
+ found = true;
+ break;
+ }
}
+ shouldBeTrue(found, name, "module exports must be found");
}
- shouldBeTrue(found, name, "module exports must be found");
Name exportName = exp->name;
shouldBeFalse(exportNames.count(exportName) > 0, exportName, "module exports must be unique");
exportNames.insert(exportName);
@@ -311,12 +409,6 @@ public:
void doWalkFunction(Function* func) {
PostWalker<WasmValidator, Visitor<WasmValidator>>::doWalkFunction(func);
- if (!shouldBeTrue(breakTypes.size() == 0, "break targets", "all break targets must be valid")) {
- for (auto& target : breakTypes) {
- std::cerr << " - " << target.first << '\n';
- }
- breakTypes.clear();
- }
}
private:
@@ -360,7 +452,8 @@ private:
template<typename T, typename S>
bool shouldBeEqual(S left, S right, T curr, const char* text) {
if (left != right) {
- fail() << "" << left << " != " << right << ": " << text << ", on \n" << curr << std::endl;
+ fail() << "" << left << " != " << right << ": " << text << ", on \n";
+ WasmPrinter::printExpression(curr, std::cerr, false, true) << std::endl;
valid = false;
return false;
}
@@ -379,7 +472,8 @@ private:
template<typename T, typename S>
bool shouldBeEqualOrFirstIsUnreachable(S left, S right, T curr, const char* text) {
if (left != unreachable && left != right) {
- fail() << "" << left << " != " << right << ": " << text << ", on \n" << curr << std::endl;
+ fail() << "" << left << " != " << right << ": " << text << ", on \n";
+ WasmPrinter::printExpression(curr, std::cerr, false, true) << std::endl;
valid = false;
return false;
}
@@ -396,7 +490,7 @@ private:
return true;
}
- void validateAlignment(size_t align) {
+ void validateAlignment(size_t align, WasmType type, Index bytes) {
switch (align) {
case 1:
case 2:
@@ -408,6 +502,20 @@ private:
break;
}
}
+ shouldBeTrue(align <= bytes, align, "alignment must not exceed natural");
+ switch (type) {
+ case i32:
+ case f32: {
+ shouldBeTrue(align <= 4, align, "alignment must not exceed natural");
+ break;
+ }
+ case i64:
+ case f64: {
+ shouldBeTrue(align <= 8, align, "alignment must not exceed natural");
+ break;
+ }
+ default: {}
+ }
}
};
diff --git a/src/wasm.cpp b/src/wasm.cpp
index 8cfdee759..f6486eb50 100644
--- a/src/wasm.cpp
+++ b/src/wasm.cpp
@@ -120,7 +120,7 @@ struct TypeSeeker : public PostWalker<TypeSeeker, Visitor<TypeSeeker>> {
void visitLoop(Loop* curr) {
if (curr == target) {
types.push_back(curr->body->type);
- } else if (curr->in == targetName || curr->out == targetName) {
+ } else if (curr->name == targetName) {
types.clear(); // ignore all breaks til now, they were captured by someone with the same name
}
}
@@ -162,13 +162,7 @@ void Block::finalize() {
}
void Loop::finalize() {
- if (!out.is()) {
- type = body->type;
- return;
- }
-
- TypeSeeker seeker(this, this->out);
- type = mergeTypes(seeker.types);
+ type = body->type;
}
} // namespace wasm
diff --git a/src/wasm.h b/src/wasm.h
index 68558033d..d6bdfe91f 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -802,7 +802,7 @@ enum UnaryOp {
ConvertSInt32ToFloat32, ConvertSInt32ToFloat64, ConvertUInt32ToFloat32, ConvertUInt32ToFloat64, ConvertSInt64ToFloat32, ConvertSInt64ToFloat64, ConvertUInt64ToFloat32, ConvertUInt64ToFloat64, // int to float
PromoteFloat32, // f32 to f64
DemoteFloat64, // f64 to f32
- ReinterpretInt32, ReinterpretInt64 // reinterpret bits to float
+ ReinterpretInt32, ReinterpretInt64, // reinterpret bits to float
};
enum BinaryOp {
@@ -877,6 +877,7 @@ public:
UnaryId,
BinaryId,
SelectId,
+ DropId,
ReturnId,
HostId,
NopId,
@@ -929,6 +930,7 @@ inline const char *getExpressionName(Expression *curr) {
case Expression::Id::UnaryId: return "unary";
case Expression::Id::BinaryId: return "binary";
case Expression::Id::SelectId: return "select";
+ case Expression::Id::DropId: return "drop";
case Expression::Id::ReturnId: return "return";
case Expression::Id::HostId: return "host";
case Expression::Id::NopId: return "nop";
@@ -999,7 +1001,7 @@ public:
Loop() {}
Loop(MixedArena& allocator) {}
- Name out, in;
+ Name name;
Expression *body;
// set the type of a loop if you already know it
@@ -1108,8 +1110,13 @@ public:
Index index;
Expression *value;
- void finalize() {
- type = value->type;
+ bool isTee() {
+ return type != none;
+ }
+
+ void setTee(bool is) {
+ if (is) type = value->type;
+ else type = none;
}
};
@@ -1118,7 +1125,7 @@ public:
GetGlobal() {}
GetGlobal(MixedArena& allocator) {}
- Index index;
+ Name name;
};
class SetGlobal : public SpecificExpression<Expression::SetGlobalId> {
@@ -1126,12 +1133,8 @@ public:
SetGlobal() {}
SetGlobal(MixedArena& allocator) {}
- Index index;
+ Name name;
Expression *value;
-
- void finalize() {
- type = value->type;
- }
};
class Load : public SpecificExpression<Expression::LoadId> {
@@ -1150,16 +1153,17 @@ public:
class Store : public SpecificExpression<Expression::StoreId> {
public:
- Store() {}
- Store(MixedArena& allocator) {}
+ Store() : valueType(none) {}
+ Store(MixedArena& allocator) : Store() {}
uint8_t bytes;
Address offset;
Address align;
Expression *ptr, *value;
+ WasmType valueType; // the store never returns a value
void finalize() {
- type = value->type;
+ assert(valueType != none); // must be set
}
};
@@ -1312,6 +1316,14 @@ public:
}
};
+class Drop : public SpecificExpression<Expression::DropId> {
+public:
+ Drop() {}
+ Drop(MixedArena& allocator) {}
+
+ Expression *value;
+};
+
class Return : public SpecificExpression<Expression::ReturnId> {
public:
Return() : value(nullptr) {
@@ -1418,16 +1430,33 @@ public:
class Import {
public:
- Import() : type(nullptr) {}
+ enum Kind {
+ Function = 0,
+ Table = 1,
+ Memory = 2,
+ Global = 3,
+ };
+
+ Import() : functionType(nullptr), globalType(none) {}
Name name, module, base; // name = module.base
- FunctionType* type;
+ Kind kind;
+ FunctionType* functionType; // for Function imports
+ WasmType globalType; // for Global imports
};
class Export {
public:
- Name name; // exported name
+ enum Kind {
+ Function = 0,
+ Table = 1,
+ Memory = 2,
+ Global = 3,
+ };
+
+ Name name; // exported name - note that this is the key, as the internal name is non-unique (can have multiple exports for an internal, also over kinds)
Name value; // internal name
+ Kind kind;
};
class Table {
@@ -1445,10 +1474,13 @@ public:
}
};
+ Name name;
Address initial, max;
std::vector<Segment> segments;
- Table() : initial(0), max(kMaxSize) {}
+ Table() : initial(0), max(kMaxSize) {
+ name = Name::fromInt(0);
+ }
};
class Memory {
@@ -1470,11 +1502,13 @@ public:
}
};
+ Name name;
Address initial, max; // sizes are in pages
std::vector<Segment> segments;
- Name exportName;
- Memory() : initial(0), max(kMaxSize) {}
+ Memory() : initial(0), max(kMaxSize) {
+ name = Name::fromInt(0);
+ }
};
class Global {
@@ -1503,7 +1537,7 @@ private:
// TODO: add a build option where Names are just indices, and then these methods are not needed
std::map<Name, FunctionType*> functionTypesMap;
std::map<Name, Import*> importsMap;
- std::map<Name, Export*> exportsMap;
+ std::map<Name, Export*> exportsMap; // exports map is by the *exported* name, which is unique
std::map<Name, Function*> functionsMap;
std::map<Name, Global*> globalsMap;
diff --git a/test/emcc_O2_hello_world.fromasm b/test/emcc_O2_hello_world.fromasm
index 49d63fa8c..c3ebe3d64 100644
--- a/test/emcc_O2_hello_world.fromasm
+++ b/test/emcc_O2_hello_world.fromasm
@@ -1,6 +1,6 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (data (get_global $memoryBase) "emcc_O2_hello_world.asm.js")
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
@@ -8,40 +8,74 @@
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___lock "env" "___lock" (param i32))
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_abort "env" "_abort")
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $b1 $___stdio_write $b1 $b1 $b2 $b2 $b2 $b2 $_cleanup_418 $b2 $b2 $b2)
(func $_malloc (param $0 i32) (result i32)
@@ -107,16 +141,16 @@
(block
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.shr_u
- (set_local $7
+ (tee_local $7
(i32.load
(i32.const 176)
)
)
- (set_local $5
+ (tee_local $5
(i32.shr_u
- (set_local $0
+ (tee_local $0
(select
(i32.const 16)
(i32.and
@@ -142,18 +176,18 @@
(block
(set_local $2
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.xor
(i32.and
@@ -199,7 +233,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $2)
(i32.const 12)
@@ -238,7 +272,7 @@
(i32.store offset=4
(get_local $5)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $0)
(i32.const 3)
@@ -248,7 +282,7 @@
)
)
(i32.store
- (set_local $4
+ (tee_local $4
(i32.add
(i32.add
(get_local $5)
@@ -272,7 +306,7 @@
(if
(i32.gt_u
(get_local $0)
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 184)
)
@@ -285,17 +319,17 @@
(set_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.add
(i32.and
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shl
(get_local $2)
(get_local $5)
)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 2)
(get_local $5)
@@ -323,27 +357,27 @@
)
(set_local $1
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $18
+ (tee_local $18
(i32.add
- (set_local $10
+ (tee_local $10
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $19
+ (tee_local $19
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
- (set_local $9
+ (tee_local $9
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -356,10 +390,10 @@
)
(get_local $1)
)
- (set_local $9
+ (tee_local $9
(i32.and
(i32.shr_u
- (set_local $16
+ (tee_local $16
(i32.shr_u
(get_local $9)
(get_local $2)
@@ -371,10 +405,10 @@
)
)
)
- (set_local $16
+ (tee_local $16
(i32.and
(i32.shr_u
- (set_local $10
+ (tee_local $10
(i32.shr_u
(get_local $16)
(get_local $9)
@@ -386,10 +420,10 @@
)
)
)
- (set_local $10
+ (tee_local $10
(i32.and
(i32.shr_u
- (set_local $18
+ (tee_local $18
(i32.shr_u
(get_local $10)
(get_local $16)
@@ -441,7 +475,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $1)
(i32.const 12)
@@ -495,14 +529,14 @@
)
)
(i32.store offset=4
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $16)
(get_local $0)
)
)
(i32.or
- (set_local $4
+ (tee_local $4
(i32.sub
(i32.shl
(get_local $19)
@@ -534,7 +568,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $18
+ (tee_local $18
(i32.shr_u
(get_local $8)
(i32.const 3)
@@ -548,12 +582,12 @@
)
(if
(i32.and
- (set_local $5
+ (tee_local $5
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $18)
@@ -562,9 +596,9 @@
)
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $18
+ (tee_local $18
(i32.add
(get_local $10)
(i32.const 8)
@@ -637,7 +671,7 @@
)
)
(if
- (set_local $7
+ (tee_local $7
(i32.load
(i32.const 180)
)
@@ -646,7 +680,7 @@
(set_local $7
(i32.and
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.add
(i32.and
(get_local $7)
@@ -667,7 +701,7 @@
(i32.sub
(i32.and
(i32.load offset=4
- (set_local $8
+ (tee_local $8
(i32.load offset=480
(i32.shl
(i32.add
@@ -675,10 +709,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $4
+ (tee_local $4
(i32.and
(i32.shr_u
- (set_local $10
+ (tee_local $10
(i32.shr_u
(get_local $4)
(get_local $7)
@@ -691,10 +725,10 @@
)
(get_local $7)
)
- (set_local $10
+ (tee_local $10
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $10)
(get_local $4)
@@ -706,10 +740,10 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $1)
(get_local $10)
@@ -721,10 +755,10 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -757,75 +791,77 @@
(set_local $1
(get_local $8)
)
- (loop $while-out$6 $while-in$7
- (if
- (set_local $8
- (i32.load offset=16
- (get_local $5)
- )
- )
- (set_local $7
- (get_local $8)
- )
+ (loop $while-in$7
+ (block $while-out$6
(if
- (set_local $10
- (i32.load offset=20
+ (tee_local $8
+ (i32.load offset=16
(get_local $5)
)
)
(set_local $7
- (get_local $10)
+ (get_local $8)
)
- (block
+ (if
+ (tee_local $10
+ (i32.load offset=20
+ (get_local $5)
+ )
+ )
(set_local $7
- (get_local $2)
+ (get_local $10)
)
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $7
+ (get_local $2)
+ )
+ (set_local $4
+ (get_local $1)
+ )
+ (br $while-out$6)
)
- (br $while-out$6)
)
)
- )
- (set_local $10
- (i32.lt_u
- (set_local $8
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $7)
+ (set_local $10
+ (i32.lt_u
+ (tee_local $8
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $7)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $0)
)
- (get_local $0)
)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (set_local $2
- (select
- (get_local $8)
- (get_local $2)
- (get_local $10)
+ (set_local $2
+ (select
+ (get_local $8)
+ (get_local $2)
+ (get_local $10)
+ )
)
- )
- (set_local $5
- (get_local $7)
- )
- (set_local $1
- (select
+ (set_local $5
(get_local $7)
- (get_local $1)
- (get_local $10)
)
+ (set_local $1
+ (select
+ (get_local $7)
+ (get_local $1)
+ (get_local $10)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(if
(i32.lt_u
(get_local $4)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -836,7 +872,7 @@
(if
(i32.ge_u
(get_local $4)
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $4)
(get_local $0)
@@ -853,7 +889,7 @@
(block $do-once$8
(if
(i32.eq
- (set_local $9
+ (tee_local $9
(i32.load offset=12
(get_local $4)
)
@@ -862,9 +898,9 @@
)
(block
(if
- (set_local $19
+ (tee_local $19
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $4)
(i32.const 20)
@@ -882,9 +918,9 @@
)
(if
(i32.eqz
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $4)
(i32.const 16)
@@ -901,50 +937,52 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (if
- (set_local $19
- (i32.load
- (set_local $16
- (i32.add
- (get_local $8)
- (i32.const 20)
+ (loop $while-in$11
+ (block $while-out$10
+ (if
+ (tee_local $19
+ (i32.load
+ (tee_local $16
+ (i32.add
+ (get_local $8)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $19)
- )
- (set_local $10
- (get_local $16)
+ (block
+ (set_local $8
+ (get_local $19)
+ )
+ (set_local $10
+ (get_local $16)
+ )
+ (br $while-in$11)
)
- (br $while-in$11)
)
- )
- (if
- (set_local $19
- (i32.load
- (set_local $16
- (i32.add
- (get_local $8)
- (i32.const 16)
+ (if
+ (tee_local $19
+ (i32.load
+ (tee_local $16
+ (i32.add
+ (get_local $8)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $19)
- )
- (set_local $10
- (get_local $16)
+ (block
+ (set_local $8
+ (get_local $19)
+ )
+ (set_local $10
+ (get_local $16)
+ )
)
+ (br $while-out$10)
)
- (br $while-out$10)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -966,7 +1004,7 @@
(block
(if
(i32.lt_u
- (set_local $16
+ (tee_local $16
(i32.load offset=8
(get_local $4)
)
@@ -978,7 +1016,7 @@
(if
(i32.ne
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
(get_local $16)
(i32.const 12)
@@ -992,7 +1030,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $9)
(i32.const 8)
@@ -1027,11 +1065,11 @@
(i32.eq
(get_local $4)
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 480)
(i32.shl
- (set_local $9
+ (tee_local $9
(i32.load offset=28
(get_local $4)
)
@@ -1084,7 +1122,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $2)
(i32.const 16)
@@ -1112,7 +1150,7 @@
(if
(i32.lt_u
(get_local $18)
- (set_local $9
+ (tee_local $9
(i32.load
(i32.const 192)
)
@@ -1125,7 +1163,7 @@
(get_local $2)
)
(if
- (set_local $1
+ (tee_local $1
(i32.load offset=16
(get_local $4)
)
@@ -1149,7 +1187,7 @@
)
)
(if
- (set_local $1
+ (tee_local $1
(i32.load offset=20
(get_local $4)
)
@@ -1186,7 +1224,7 @@
(i32.store offset=4
(get_local $4)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $7)
(get_local $0)
@@ -1196,7 +1234,7 @@
)
)
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(i32.add
(get_local $4)
@@ -1236,7 +1274,7 @@
(get_local $7)
)
(if
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 184)
)
@@ -1252,7 +1290,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $9
+ (tee_local $9
(i32.shr_u
(get_local $1)
(i32.const 3)
@@ -1266,12 +1304,12 @@
)
(if
(i32.and
- (set_local $16
+ (tee_local $16
(i32.load
(i32.const 176)
)
)
- (set_local $10
+ (tee_local $10
(i32.shl
(i32.const 1)
(get_local $9)
@@ -1280,9 +1318,9 @@
)
(if
(i32.lt_u
- (set_local $19
+ (tee_local $19
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $1)
(i32.const 8)
@@ -1358,10 +1396,8 @@
)
)
)
- (get_local $0)
)
)
- (get_local $0)
)
)
(if
@@ -1372,7 +1408,7 @@
(block
(set_local $2
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 11)
@@ -1382,7 +1418,7 @@
)
)
(if
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 180)
)
@@ -1396,12 +1432,12 @@
)
(block $label$break$L123
(if
- (set_local $7
+ (tee_local $7
(i32.load offset=480
(i32.shl
- (set_local $0
+ (tee_local $0
(if
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $1)
(i32.const 8)
@@ -1418,20 +1454,20 @@
(i32.shr_u
(get_local $2)
(i32.add
- (set_local $7
+ (tee_local $7
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $19
+ (tee_local $19
(i32.and
(i32.shr_u
(i32.add
- (set_local $9
+ (tee_local $9
(i32.shl
(get_local $19)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
@@ -1454,11 +1490,11 @@
)
(get_local $1)
)
- (set_local $9
+ (tee_local $9
(i32.and
(i32.shr_u
(i32.add
- (set_local $8
+ (tee_local $8
(i32.shl
(get_local $9)
(get_local $19)
@@ -1532,82 +1568,84 @@
(set_local $4
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (if
- (i32.lt_u
- (set_local $5
- (i32.sub
- (set_local $18
- (i32.and
- (i32.load offset=4
- (get_local $19)
+ (loop $while-in$18
+ (block $while-out$17
+ (if
+ (i32.lt_u
+ (tee_local $5
+ (i32.sub
+ (tee_local $18
+ (i32.and
+ (i32.load offset=4
+ (get_local $19)
+ )
+ (i32.const -8)
)
- (i32.const -8)
)
+ (get_local $2)
)
- (get_local $2)
)
+ (get_local $9)
)
- (get_local $9)
- )
- (if
- (i32.eq
- (get_local $18)
- (get_local $2)
- )
- (block
- (set_local $27
- (get_local $5)
- )
- (set_local $25
- (get_local $19)
- )
- (set_local $29
- (get_local $19)
- )
- (set_local $9
- (i32.const 90)
+ (if
+ (i32.eq
+ (get_local $18)
+ (get_local $2)
)
- (br $label$break$L123)
- )
- (block
- (set_local $9
- (get_local $5)
+ (block
+ (set_local $27
+ (get_local $5)
+ )
+ (set_local $25
+ (get_local $19)
+ )
+ (set_local $29
+ (get_local $19)
+ )
+ (set_local $9
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $4
- (get_local $19)
+ (block
+ (set_local $9
+ (get_local $5)
+ )
+ (set_local $4
+ (get_local $19)
+ )
)
)
)
- )
- (set_local $18
- (select
- (get_local $8)
- (set_local $5
- (i32.load offset=20
- (get_local $19)
- )
- )
- (i32.or
- (i32.eq
- (get_local $5)
- (i32.const 0)
+ (set_local $18
+ (select
+ (get_local $8)
+ (tee_local $5
+ (i32.load offset=20
+ (get_local $19)
+ )
)
- (i32.eq
- (get_local $5)
- (set_local $19
- (i32.load
- (i32.add
+ (i32.or
+ (i32.eq
+ (get_local $5)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $5)
+ (tee_local $19
+ (i32.load
(i32.add
- (get_local $19)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $1)
- (i32.const 31)
+ (i32.add
+ (get_local $19)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
@@ -1615,48 +1653,48 @@
)
)
)
- )
- (if
- (set_local $5
- (i32.eq
- (get_local $19)
- (i32.const 0)
- )
- )
- (block
- (set_local $33
- (get_local $9)
- )
- (set_local $34
- (get_local $18)
- )
- (set_local $30
- (get_local $4)
- )
- (set_local $9
- (i32.const 86)
+ (if
+ (tee_local $5
+ (i32.eq
+ (get_local $19)
+ (i32.const 0)
+ )
)
- (br $while-out$17)
- )
- (block
- (set_local $8
- (get_local $18)
+ (block
+ (set_local $33
+ (get_local $9)
+ )
+ (set_local $34
+ (get_local $18)
+ )
+ (set_local $30
+ (get_local $4)
+ )
+ (set_local $9
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $1
- (i32.shl
- (get_local $1)
- (i32.xor
- (i32.and
- (get_local $5)
+ (block
+ (set_local $8
+ (get_local $18)
+ )
+ (set_local $1
+ (i32.shl
+ (get_local $1)
+ (i32.xor
+ (i32.and
+ (get_local $5)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
(block
@@ -1681,7 +1719,7 @@
(i32.const 86)
)
(if
- (set_local $0
+ (tee_local $0
(if
(i32.and
(i32.eq
@@ -1696,11 +1734,11 @@
(block
(if
(i32.eqz
- (set_local $16
+ (tee_local $16
(i32.and
(get_local $10)
(i32.or
- (set_local $7
+ (tee_local $7
(i32.shl
(i32.const 2)
(get_local $0)
@@ -1724,7 +1762,7 @@
(set_local $16
(i32.and
(i32.shr_u
- (set_local $7
+ (tee_local $7
(i32.add
(i32.and
(get_local $16)
@@ -1748,10 +1786,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $7)
(get_local $16)
@@ -1764,10 +1802,10 @@
)
(get_local $16)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.shr_u
(get_local $0)
(get_local $7)
@@ -1779,10 +1817,10 @@
)
)
)
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.shr_u
(get_local $5)
(get_local $0)
@@ -1794,10 +1832,10 @@
)
)
)
- (set_local $4
+ (tee_local $4
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $4)
(get_local $5)
@@ -1850,84 +1888,86 @@
(get_local $9)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $9
- (i32.const 0)
- )
- (set_local $1
- (i32.lt_u
- (set_local $4
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $25)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $9
+ (i32.const 0)
+ )
+ (set_local $1
+ (i32.lt_u
+ (tee_local $4
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $25)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (get_local $27)
- )
- )
- (set_local $5
- (select
- (get_local $4)
- (get_local $27)
- (get_local $1)
- )
- )
- (set_local $4
- (select
- (get_local $25)
- (get_local $29)
- (get_local $1)
- )
- )
- (if
- (set_local $1
- (i32.load offset=16
- (get_local $25)
+ (get_local $27)
)
)
- (block
- (set_local $27
- (get_local $5)
- )
- (set_local $25
- (get_local $1)
- )
- (set_local $29
+ (set_local $5
+ (select
(get_local $4)
+ (get_local $27)
+ (get_local $1)
)
- (br $while-in$20)
)
- )
- (if
- (set_local $25
- (i32.load offset=20
+ (set_local $4
+ (select
(get_local $25)
+ (get_local $29)
+ (get_local $1)
)
)
- (block
- (set_local $27
- (get_local $5)
+ (if
+ (tee_local $1
+ (i32.load offset=16
+ (get_local $25)
+ )
)
- (set_local $29
- (get_local $4)
+ (block
+ (set_local $27
+ (get_local $5)
+ )
+ (set_local $25
+ (get_local $1)
+ )
+ (set_local $29
+ (get_local $4)
+ )
+ (br $while-in$20)
)
)
- (block
- (set_local $6
- (get_local $5)
+ (if
+ (tee_local $25
+ (i32.load offset=20
+ (get_local $25)
+ )
)
- (set_local $12
- (get_local $4)
+ (block
+ (set_local $27
+ (get_local $5)
+ )
+ (set_local $29
+ (get_local $4)
+ )
+ )
+ (block
+ (set_local $6
+ (get_local $5)
+ )
+ (set_local $12
+ (get_local $4)
+ )
+ (br $while-out$19)
)
- (br $while-out$19)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -1951,7 +1991,7 @@
(if
(i32.lt_u
(get_local $12)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 192)
)
@@ -1962,7 +2002,7 @@
(if
(i32.ge_u
(get_local $12)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $12)
(get_local $2)
@@ -1979,7 +2019,7 @@
(block $do-once$21
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $12)
)
@@ -1988,9 +2028,9 @@
)
(block
(if
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $12)
(i32.const 20)
@@ -2008,9 +2048,9 @@
)
(if
(i32.eqz
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $12)
(i32.const 16)
@@ -2027,50 +2067,52 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (if
- (set_local $16
- (i32.load
- (set_local $0
- (i32.add
- (get_local $8)
- (i32.const 20)
+ (loop $while-in$24
+ (block $while-out$23
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $0
+ (i32.add
+ (get_local $8)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $16)
- )
- (set_local $7
- (get_local $0)
+ (block
+ (set_local $8
+ (get_local $16)
+ )
+ (set_local $7
+ (get_local $0)
+ )
+ (br $while-in$24)
)
- (br $while-in$24)
)
- )
- (if
- (set_local $16
- (i32.load
- (set_local $0
- (i32.add
- (get_local $8)
- (i32.const 16)
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $0
+ (i32.add
+ (get_local $8)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $16)
- )
- (set_local $7
- (get_local $0)
+ (block
+ (set_local $8
+ (get_local $16)
+ )
+ (set_local $7
+ (get_local $0)
+ )
)
+ (br $while-out$23)
)
- (br $while-out$23)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -2092,7 +2134,7 @@
(block
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $12)
)
@@ -2104,7 +2146,7 @@
(if
(i32.ne
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $0)
(i32.const 12)
@@ -2118,7 +2160,7 @@
(if
(i32.eq
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $1)
(i32.const 8)
@@ -2153,11 +2195,11 @@
(i32.eq
(get_local $12)
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $12)
)
@@ -2210,7 +2252,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $5)
(i32.const 16)
@@ -2238,7 +2280,7 @@
(if
(i32.lt_u
(get_local $11)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -2251,7 +2293,7 @@
(get_local $5)
)
(if
- (set_local $10
+ (tee_local $10
(i32.load offset=16
(get_local $12)
)
@@ -2275,7 +2317,7 @@
)
)
(if
- (set_local $10
+ (tee_local $10
(i32.load offset=20
(get_local $12)
)
@@ -2357,12 +2399,12 @@
)
(if
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $0
+ (tee_local $0
(i32.shl
(i32.const 1)
(get_local $5)
@@ -2371,9 +2413,9 @@
)
(if
(i32.lt_u
- (set_local $7
+ (tee_local $7
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $10)
(i32.const 8)
@@ -2437,9 +2479,9 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $8
+ (tee_local $8
(if
- (set_local $10
+ (tee_local $10
(i32.shr_u
(get_local $6)
(i32.const 8)
@@ -2456,20 +2498,20 @@
(i32.shr_u
(get_local $6)
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $10
+ (tee_local $10
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $10)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -2492,11 +2534,11 @@
)
(get_local $0)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $1)
(get_local $10)
@@ -2543,7 +2585,7 @@
(get_local $8)
)
(i32.store offset=4
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $4)
(i32.const 16)
@@ -2558,12 +2600,12 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $7
+ (tee_local $7
(i32.shl
(i32.const 1)
(get_local $8)
@@ -2622,72 +2664,74 @@
(get_local $5)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $6)
- )
- (block
- (set_local $15
- (get_local $1)
+ (get_local $6)
)
- (set_local $9
- (i32.const 148)
+ (block
+ (set_local $15
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (if
- (set_local $0
- (i32.load
- (set_local $5
- (i32.add
+ (if
+ (tee_local $0
+ (i32.load
+ (tee_local $5
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $7)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $7)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $7
- (i32.shl
- (get_local $7)
- (i32.const 1)
+ (block
+ (set_local $7
+ (i32.shl
+ (get_local $7)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $0)
)
)
- (set_local $1
- (get_local $0)
- )
- )
- (block
- (set_local $23
- (get_local $5)
- )
- (set_local $21
- (get_local $1)
- )
- (set_local $9
- (i32.const 145)
+ (block
+ (set_local $23
+ (get_local $5)
+ )
+ (set_local $21
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -2729,9 +2773,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $7
+ (tee_local $7
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $15)
(i32.const 8)
@@ -2739,7 +2783,7 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -2781,7 +2825,7 @@
(i32.store offset=4
(get_local $12)
(i32.or
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $6)
(get_local $2)
@@ -2791,7 +2835,7 @@
)
)
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(i32.add
(get_local $12)
@@ -2835,7 +2879,7 @@
)
(if
(i32.ge_u
- (set_local $12
+ (tee_local $12
(i32.load
(i32.const 184)
)
@@ -2850,7 +2894,7 @@
)
(if
(i32.gt_u
- (set_local $6
+ (tee_local $6
(i32.sub
(get_local $12)
(get_local $0)
@@ -2861,7 +2905,7 @@
(block
(i32.store
(i32.const 196)
- (set_local $21
+ (tee_local $21
(i32.add
(get_local $15)
(get_local $0)
@@ -2911,7 +2955,7 @@
)
)
(i32.store
- (set_local $6
+ (tee_local $6
(i32.add
(i32.add
(get_local $15)
@@ -2939,7 +2983,7 @@
)
(if
(i32.gt_u
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 188)
)
@@ -2949,7 +2993,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $6
+ (tee_local $6
(i32.sub
(get_local $15)
(get_local $0)
@@ -2958,9 +3002,9 @@
)
(i32.store
(i32.const 200)
- (set_local $12
+ (tee_local $12
(i32.add
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 200)
)
@@ -3000,7 +3044,7 @@
(if
(i32.and
(i32.add
- (set_local $15
+ (tee_local $15
(call_import $_sysconf
(i32.const 30)
)
@@ -3058,16 +3102,16 @@
)
(if
(i32.le_u
- (set_local $6
+ (tee_local $6
(i32.and
- (set_local $21
+ (tee_local $21
(i32.add
- (set_local $6
+ (tee_local $6
(i32.load
(i32.const 656)
)
)
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $0)
(i32.const 47)
@@ -3075,7 +3119,7 @@
)
)
)
- (set_local $23
+ (tee_local $23
(i32.sub
(i32.const 0)
(get_local $6)
@@ -3092,7 +3136,7 @@
(if
(if
(i32.ne
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 616)
)
@@ -3101,9 +3145,9 @@
)
(i32.or
(i32.le_u
- (set_local $14
+ (tee_local $14
(i32.add
- (set_local $26
+ (tee_local $26
(i32.load
(i32.const 608)
)
@@ -3134,7 +3178,7 @@
)
(i32.const 0)
(i32.eq
- (set_local $9
+ (tee_local $9
(block $label$break$L257
(if
(i32.and
@@ -3147,7 +3191,7 @@
(block
(block $label$break$L259
(if
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 200)
)
@@ -3156,63 +3200,65 @@
(set_local $14
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (if
+ (loop $while-in$38
+ (block $while-out$37
(if
- (i32.le_u
- (set_local $26
- (i32.load
- (get_local $14)
+ (if
+ (i32.le_u
+ (tee_local $26
+ (i32.load
+ (get_local $14)
+ )
)
+ (get_local $8)
)
- (get_local $8)
- )
- (i32.gt_u
- (i32.add
- (get_local $26)
- (i32.load
- (set_local $11
- (i32.add
- (get_local $14)
- (i32.const 4)
+ (i32.gt_u
+ (i32.add
+ (get_local $26)
+ (i32.load
+ (tee_local $11
+ (i32.add
+ (get_local $14)
+ (i32.const 4)
+ )
)
)
)
+ (get_local $8)
)
- (get_local $8)
- )
- (i32.const 0)
- )
- (block
- (set_local $5
- (get_local $14)
- )
- (set_local $7
- (get_local $11)
+ (i32.const 0)
)
- (br $while-out$37)
- )
- )
- (if
- (i32.eqz
- (set_local $14
- (i32.load offset=8
+ (block
+ (set_local $5
(get_local $14)
)
+ (set_local $7
+ (get_local $11)
+ )
+ (br $while-out$37)
)
)
- (block
- (set_local $9
- (i32.const 173)
+ (if
+ (i32.eqz
+ (tee_local $14
+ (i32.load offset=8
+ (get_local $14)
+ )
+ )
+ )
+ (block
+ (set_local $9
+ (i32.const 173)
+ )
+ (br $label$break$L259)
)
- (br $label$break$L259)
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(if
(i32.lt_u
- (set_local $14
+ (tee_local $14
(i32.and
(i32.sub
(get_local $21)
@@ -3227,7 +3273,7 @@
)
(if
(i32.eq
- (set_local $11
+ (tee_local $11
(call_import $_sbrk
(get_local $14)
)
@@ -3285,7 +3331,7 @@
(i32.const 173)
)
(i32.ne
- (set_local $8
+ (tee_local $8
(call_import $_sbrk
(i32.const 0)
)
@@ -3298,9 +3344,9 @@
(set_local $1
(if
(i32.and
- (set_local $11
+ (tee_local $11
(i32.add
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 652)
)
@@ -3308,7 +3354,7 @@
(i32.const -1)
)
)
- (set_local $2
+ (tee_local $2
(get_local $8)
)
)
@@ -3333,7 +3379,7 @@
)
(set_local $2
(i32.add
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 608)
)
@@ -3362,7 +3408,7 @@
)
(i32.gt_u
(get_local $2)
- (set_local $11
+ (tee_local $11
(i32.load
(i32.const 616)
)
@@ -3378,7 +3424,7 @@
)
(if
(i32.eq
- (set_local $11
+ (tee_local $11
(call_import $_sbrk
(get_local $1)
)
@@ -3445,14 +3491,14 @@
)
)
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.and
(i32.add
(i32.sub
(get_local $12)
(get_local $17)
)
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 656)
)
@@ -3476,8 +3522,10 @@
(i32.const -1)
)
(block
- (call_import $_sbrk
- (get_local $11)
+ (drop
+ (call_import $_sbrk
+ (get_local $11)
+ )
)
(br $label$break$L279)
)
@@ -3531,12 +3579,12 @@
)
(i32.and
(i32.lt_u
- (set_local $3
+ (tee_local $3
(call_import $_sbrk
(get_local $6)
)
)
- (set_local $6
+ (tee_local $6
(call_import $_sbrk
(i32.const 0)
)
@@ -3556,7 +3604,7 @@
(i32.const 0)
)
(i32.gt_u
- (set_local $13
+ (tee_local $13
(i32.sub
(get_local $6)
(get_local $3)
@@ -3589,7 +3637,7 @@
(block
(i32.store
(i32.const 608)
- (set_local $13
+ (tee_local $13
(i32.add
(i32.load
(i32.const 608)
@@ -3612,7 +3660,7 @@
)
(block $do-once$44
(if
- (set_local $13
+ (tee_local $13
(i32.load
(i32.const 200)
)
@@ -3621,55 +3669,57 @@
(set_local $3
(i32.const 624)
)
- (loop $do-out$46 $do-in$47
- (if
- (i32.eq
- (get_local $20)
- (i32.add
- (set_local $6
- (i32.load
- (get_local $3)
+ (loop $do-in$47
+ (block $do-out$46
+ (if
+ (i32.eq
+ (get_local $20)
+ (i32.add
+ (tee_local $6
+ (i32.load
+ (get_local $3)
+ )
)
- )
- (set_local $12
- (i32.load
- (set_local $17
- (i32.add
- (get_local $3)
- (i32.const 4)
+ (tee_local $12
+ (i32.load
+ (tee_local $17
+ (i32.add
+ (get_local $3)
+ (i32.const 4)
+ )
)
)
)
)
)
- )
- (block
- (set_local $47
- (get_local $6)
- )
- (set_local $48
- (get_local $17)
- )
- (set_local $49
- (get_local $12)
- )
- (set_local $50
- (get_local $3)
- )
- (set_local $9
- (i32.const 203)
+ (block
+ (set_local $47
+ (get_local $6)
+ )
+ (set_local $48
+ (get_local $17)
+ )
+ (set_local $49
+ (get_local $12)
+ )
+ (set_local $50
+ (get_local $3)
+ )
+ (set_local $9
+ (i32.const 203)
+ )
+ (br $do-out$46)
)
- (br $do-out$46)
)
- )
- (br_if $do-in$47
- (i32.ne
- (set_local $3
- (i32.load offset=8
- (get_local $3)
+ (br_if $do-in$47
+ (i32.ne
+ (tee_local $3
+ (i32.load offset=8
+ (get_local $3)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
@@ -3714,13 +3764,13 @@
(set_local $3
(i32.add
(get_local $13)
- (set_local $12
+ (tee_local $12
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $13)
(i32.const 8)
@@ -3786,7 +3836,7 @@
(if
(i32.lt_u
(get_local $20)
- (set_local $17
+ (tee_local $17
(i32.load
(i32.const 192)
)
@@ -3811,43 +3861,45 @@
(set_local $3
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $3)
- )
- (get_local $17)
- )
- (block
- (set_local $51
- (get_local $3)
- )
- (set_local $41
- (get_local $3)
- )
- (set_local $9
- (i32.const 211)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $3)
+ )
+ (get_local $17)
)
- (br $while-out$48)
- )
- )
- (if
- (i32.eqz
- (set_local $3
- (i32.load offset=8
+ (block
+ (set_local $51
(get_local $3)
)
+ (set_local $41
+ (get_local $3)
+ )
+ (set_local $9
+ (i32.const 211)
+ )
+ (br $while-out$48)
)
)
- (block
- (set_local $28
- (i32.const 624)
+ (if
+ (i32.eqz
+ (tee_local $3
+ (i32.load offset=8
+ (get_local $3)
+ )
+ )
+ )
+ (block
+ (set_local $28
+ (i32.const 624)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -3870,7 +3922,7 @@
(get_local $20)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $41)
(i32.const 4)
@@ -3891,7 +3943,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $20)
(i32.const 8)
@@ -3918,7 +3970,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $17)
(i32.const 8)
@@ -3976,7 +4028,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $1
+ (tee_local $1
(i32.add
(i32.load
(i32.const 184)
@@ -4007,12 +4059,12 @@
)
)
(i32.store
- (set_local $5
+ (tee_local $5
(i32.add
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load offset=4
(get_local $6)
)
@@ -4049,7 +4101,7 @@
(block $do-once$53
(if
(i32.eq
- (set_local $21
+ (tee_local $21
(i32.load offset=12
(get_local $6)
)
@@ -4058,11 +4110,11 @@
)
(block
(if
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $6)
(i32.const 16)
@@ -4083,7 +4135,7 @@
)
(if
(i32.eqz
- (set_local $14
+ (tee_local $14
(i32.load
(get_local $11)
)
@@ -4097,50 +4149,52 @@
)
)
)
- (loop $while-out$55 $while-in$56
- (if
- (set_local $8
- (i32.load
- (set_local $2
- (i32.add
- (get_local $14)
- (i32.const 20)
+ (loop $while-in$56
+ (block $while-out$55
+ (if
+ (tee_local $8
+ (i32.load
+ (tee_local $2
+ (i32.add
+ (get_local $14)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $14
- (get_local $8)
- )
- (set_local $11
- (get_local $2)
+ (block
+ (set_local $14
+ (get_local $8)
+ )
+ (set_local $11
+ (get_local $2)
+ )
+ (br $while-in$56)
)
- (br $while-in$56)
)
- )
- (if
- (set_local $8
- (i32.load
- (set_local $2
- (i32.add
- (get_local $14)
- (i32.const 16)
+ (if
+ (tee_local $8
+ (i32.load
+ (tee_local $2
+ (i32.add
+ (get_local $14)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $14
- (get_local $8)
- )
- (set_local $11
- (get_local $2)
+ (block
+ (set_local $14
+ (get_local $8)
+ )
+ (set_local $11
+ (get_local $2)
+ )
)
+ (br $while-out$55)
)
- (br $while-out$55)
+ (br $while-in$56)
)
- (br $while-in$56)
)
(if
(i32.lt_u
@@ -4162,7 +4216,7 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
(get_local $6)
)
@@ -4174,7 +4228,7 @@
(if
(i32.ne
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $2)
(i32.const 12)
@@ -4188,7 +4242,7 @@
(if
(i32.eq
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $21)
(i32.const 8)
@@ -4225,11 +4279,11 @@
(i32.ne
(get_local $6)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $21
+ (tee_local $21
(i32.load offset=28
(get_local $6)
)
@@ -4253,7 +4307,7 @@
(if
(i32.eq
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $23)
(i32.const 16)
@@ -4307,7 +4361,7 @@
(if
(i32.lt_u
(get_local $24)
- (set_local $21
+ (tee_local $21
(i32.load
(i32.const 192)
)
@@ -4320,9 +4374,9 @@
(get_local $23)
)
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $6)
(i32.const 16)
@@ -4350,7 +4404,7 @@
)
(br_if $label$break$L331
(i32.eqz
- (set_local $11
+ (tee_local $11
(i32.load offset=4
(get_local $2)
)
@@ -4386,12 +4440,12 @@
(block $do-once$61
(if
(i32.ne
- (set_local $11
+ (tee_local $11
(i32.load offset=8
(get_local $6)
)
)
- (set_local $23
+ (tee_local $23
(i32.add
(i32.const 216)
(i32.shl
@@ -4471,7 +4525,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $21)
(i32.const 8)
@@ -4566,12 +4620,12 @@
(block $do-once$65
(if
(i32.and
- (set_local $23
+ (tee_local $23
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $5)
@@ -4581,9 +4635,9 @@
(block
(if
(i32.ge_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $1)
(i32.const 8)
@@ -4650,10 +4704,10 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(block $do-once$67
(if
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $15)
(i32.const 8)
@@ -4672,20 +4726,20 @@
(i32.shr_u
(get_local $15)
(i32.add
- (set_local $14
+ (tee_local $14
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $8
+ (tee_local $8
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $2)
- (set_local $23
+ (tee_local $23
(i32.and
(i32.shr_u
(i32.add
@@ -4708,11 +4762,11 @@
)
(get_local $23)
)
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
- (set_local $5
+ (tee_local $5
(i32.shl
(get_local $7)
(get_local $8)
@@ -4760,7 +4814,7 @@
(get_local $0)
)
(i32.store offset=4
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $3)
(i32.const 16)
@@ -4775,12 +4829,12 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $14
+ (tee_local $14
(i32.shl
(i32.const 1)
(get_local $0)
@@ -4839,72 +4893,74 @@
(get_local $2)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $15)
)
- (get_local $15)
- )
- (block
- (set_local $36
- (get_local $1)
- )
- (set_local $9
- (i32.const 281)
+ (block
+ (set_local $36
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 281)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $14)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $14)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $14
- (i32.shl
- (get_local $14)
- (i32.const 1)
+ (block
+ (set_local $14
+ (i32.shl
+ (get_local $14)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $7)
)
)
- (set_local $1
- (get_local $7)
- )
- )
- (block
- (set_local $44
- (get_local $2)
- )
- (set_local $52
- (get_local $1)
- )
- (set_local $9
- (i32.const 278)
+ (block
+ (set_local $44
+ (get_local $2)
+ )
+ (set_local $52
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 278)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -4946,9 +5002,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $14
+ (tee_local $14
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $36)
(i32.const 8)
@@ -4956,7 +5012,7 @@
)
)
)
- (set_local $7
+ (tee_local $7
(i32.load
(i32.const 192)
)
@@ -4997,7 +5053,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $14
+ (tee_local $14
(i32.add
(i32.load
(i32.const 188)
@@ -5029,47 +5085,49 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (if
+ (loop $while-in$72
+ (block $while-out$71
(if
- (i32.le_u
- (set_local $3
- (i32.load
- (get_local $28)
+ (if
+ (i32.le_u
+ (tee_local $3
+ (i32.load
+ (get_local $28)
+ )
)
+ (get_local $13)
)
- (get_local $13)
- )
- (i32.gt_u
- (set_local $15
- (i32.add
- (get_local $3)
- (i32.load offset=4
- (get_local $28)
+ (i32.gt_u
+ (tee_local $15
+ (i32.add
+ (get_local $3)
+ (i32.load offset=4
+ (get_local $28)
+ )
)
)
+ (get_local $13)
)
- (get_local $13)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $5
- (get_local $15)
+ (block
+ (set_local $5
+ (get_local $15)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
- )
- (set_local $28
- (i32.load offset=8
- (get_local $28)
+ (set_local $28
+ (i32.load offset=8
+ (get_local $28)
+ )
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $15
(i32.add
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $5)
(i32.const -47)
@@ -5080,10 +5138,10 @@
)
(set_local $3
(i32.add
- (set_local $12
+ (tee_local $12
(select
(get_local $13)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $12)
(select
@@ -5107,7 +5165,7 @@
)
(i32.lt_u
(get_local $3)
- (set_local $15
+ (tee_local $15
(i32.add
(get_local $13)
(i32.const 16)
@@ -5121,16 +5179,16 @@
)
(i32.store
(i32.const 200)
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $20)
- (set_local $17
+ (tee_local $17
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $20)
(i32.const 8)
@@ -5153,7 +5211,7 @@
)
(i32.store
(i32.const 188)
- (set_local $14
+ (tee_local $14
(i32.sub
(i32.add
(get_local $22)
@@ -5184,7 +5242,7 @@
)
)
(i32.store
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $12)
(i32.const 4)
@@ -5240,7 +5298,7 @@
)
(loop $do-in$74
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $3)
(i32.const 4)
@@ -5276,7 +5334,7 @@
(i32.store offset=4
(get_local $13)
(i32.or
- (set_local $3
+ (tee_local $3
(i32.sub
(get_local $12)
(get_local $13)
@@ -5315,12 +5373,12 @@
)
(if
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $7
+ (tee_local $7
(i32.shl
(i32.const 1)
(get_local $6)
@@ -5329,9 +5387,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $17)
(i32.const 8)
@@ -5395,9 +5453,9 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $5
+ (tee_local $5
(if
- (set_local $17
+ (tee_local $17
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -5414,20 +5472,20 @@
(i32.shr_u
(get_local $3)
(i32.add
- (set_local $6
+ (tee_local $6
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $17
+ (tee_local $17
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $17)
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
@@ -5450,11 +5508,11 @@
)
(get_local $7)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $1)
(get_local $17)
@@ -5511,12 +5569,12 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $5)
@@ -5575,72 +5633,74 @@
(get_local $6)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $3)
- )
- (block
- (set_local $38
- (get_local $1)
+ (get_local $3)
)
- (set_local $9
- (i32.const 307)
+ (block
+ (set_local $38
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 307)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $6
- (i32.add
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $6
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $2)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $2)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $2
- (i32.shl
- (get_local $2)
- (i32.const 1)
+ (block
+ (set_local $2
+ (i32.shl
+ (get_local $2)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $7)
)
)
- (set_local $1
- (get_local $7)
- )
- )
- (block
- (set_local $46
- (get_local $6)
- )
- (set_local $53
- (get_local $1)
- )
- (set_local $9
- (i32.const 304)
+ (block
+ (set_local $46
+ (get_local $6)
+ )
+ (set_local $53
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 304)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -5682,9 +5742,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $38)
(i32.const 8)
@@ -5692,7 +5752,7 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 192)
)
@@ -5736,7 +5796,7 @@
(if
(i32.or
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 192)
)
@@ -5780,7 +5840,7 @@
)
(loop $do-in$78
(i32.store offset=12
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 216)
(i32.shl
@@ -5800,7 +5860,7 @@
)
(br_if $do-in$78
(i32.ne
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $2)
(i32.const 1)
@@ -5812,16 +5872,16 @@
)
(i32.store
(i32.const 200)
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $20)
- (set_local $1
+ (tee_local $1
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $20)
(i32.const 8)
@@ -5844,7 +5904,7 @@
)
(i32.store
(i32.const 188)
- (set_local $3
+ (tee_local $3
(i32.sub
(i32.add
(get_local $22)
@@ -5879,7 +5939,7 @@
)
(if
(i32.gt_u
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 188)
)
@@ -5889,7 +5949,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $20
+ (tee_local $20
(i32.sub
(get_local $22)
(get_local $0)
@@ -5898,9 +5958,9 @@
)
(i32.store
(i32.const 200)
- (set_local $13
+ (tee_local $13
(i32.add
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 200)
)
@@ -5967,13 +6027,13 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const -8)
)
)
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 192)
)
@@ -5983,9 +6043,9 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.and
- (set_local $9
+ (tee_local $9
(i32.load
(i32.add
(get_local $0)
@@ -6003,7 +6063,7 @@
(set_local $8
(i32.add
(get_local $1)
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $9)
(i32.const -8)
@@ -6045,7 +6105,7 @@
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.sub
@@ -6069,9 +6129,9 @@
(if
(i32.ne
(i32.and
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $8)
(i32.const 4)
@@ -6140,12 +6200,12 @@
)
(if
(i32.ne
- (set_local $9
+ (tee_local $9
(i32.load offset=8
(get_local $0)
)
)
- (set_local $6
+ (tee_local $6
(i32.add
(i32.const 216)
(i32.shl
@@ -6223,7 +6283,7 @@
(if
(i32.eq
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $1)
(i32.const 8)
@@ -6270,7 +6330,7 @@
(block $do-once$2
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $0)
)
@@ -6279,11 +6339,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $0)
(i32.const 16)
@@ -6304,7 +6364,7 @@
)
(if
(i32.eqz
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $6)
)
@@ -6318,58 +6378,60 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (set_local $11
- (i32.load
- (set_local $5
- (i32.add
- (get_local $1)
- (i32.const 20)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $1)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $6
- (get_local $5)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $5)
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $5
- (i32.add
- (get_local $1)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $6
- (get_local $5)
- )
- )
- (block
- (set_local $5
- (get_local $1)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $5)
+ )
)
- (set_local $10
- (get_local $6)
+ (block
+ (set_local $5
+ (get_local $1)
+ )
+ (set_local $10
+ (get_local $6)
+ )
+ (br $while-out$4)
)
- (br $while-out$4)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -6391,7 +6453,7 @@
(block
(if
(i32.lt_u
- (set_local $5
+ (tee_local $5
(i32.load offset=8
(get_local $0)
)
@@ -6403,7 +6465,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $5)
(i32.const 12)
@@ -6417,7 +6479,7 @@
(if
(i32.eq
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $1)
(i32.const 8)
@@ -6451,11 +6513,11 @@
(i32.eq
(get_local $0)
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $0)
)
@@ -6514,7 +6576,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 16)
@@ -6551,7 +6613,7 @@
(if
(i32.lt_u
(get_local $4)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -6564,9 +6626,9 @@
(get_local $9)
)
(if
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 16)
@@ -6593,7 +6655,7 @@
)
)
(if
- (set_local $6
+ (tee_local $6
(i32.load offset=4
(get_local $5)
)
@@ -6655,9 +6717,9 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $8)
(i32.const 4)
@@ -6712,7 +6774,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.load
(i32.const 188)
@@ -6762,7 +6824,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.load
(i32.const 184)
@@ -6822,7 +6884,7 @@
(block $do-once$10
(if
(i32.eq
- (set_local $10
+ (tee_local $10
(i32.load offset=12
(get_local $8)
)
@@ -6831,11 +6893,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $8)
(i32.const 16)
@@ -6856,7 +6918,7 @@
)
(if
(i32.eqz
- (set_local $0
+ (tee_local $0
(i32.load
(get_local $6)
)
@@ -6870,50 +6932,52 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 20)
+ (loop $while-in$13
+ (block $while-out$12
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $6
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $1)
+ )
+ (br $while-in$13)
)
- (br $while-in$13)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $6
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $1)
+ )
)
+ (br $while-out$12)
)
- (br $while-out$12)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -6937,7 +7001,7 @@
(block
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load offset=8
(get_local $8)
)
@@ -6951,7 +7015,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $1)
(i32.const 12)
@@ -6965,7 +7029,7 @@
(if
(i32.eq
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $10)
(i32.const 8)
@@ -6999,11 +7063,11 @@
(i32.eq
(get_local $8)
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(i32.const 480)
(i32.shl
- (set_local $10
+ (tee_local $10
(i32.load offset=28
(get_local $8)
)
@@ -7056,7 +7120,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $5)
(i32.const 16)
@@ -7084,7 +7148,7 @@
(if
(i32.lt_u
(get_local $12)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 192)
)
@@ -7097,9 +7161,9 @@
(get_local $5)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $8)
(i32.const 16)
@@ -7126,7 +7190,7 @@
)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $3)
)
@@ -7162,12 +7226,12 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $8)
)
)
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 216)
(i32.shl
@@ -7243,7 +7307,7 @@
(if
(i32.eq
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $10)
(i32.const 8)
@@ -7336,12 +7400,12 @@
)
(if
(i32.and
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 176)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $7)
@@ -7350,9 +7414,9 @@
)
(if
(i32.lt_u
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $1)
(i32.const 8)
@@ -7416,9 +7480,9 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(if
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $0)
(i32.const 8)
@@ -7435,20 +7499,20 @@
(i32.shr_u
(get_local $0)
(i32.add
- (set_local $3
+ (tee_local $3
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $15
+ (tee_local $15
(i32.shl
(get_local $1)
- (set_local $13
+ (tee_local $13
(i32.and
(i32.shr_u
(i32.add
@@ -7471,11 +7535,11 @@
)
(get_local $13)
)
- (set_local $15
+ (tee_local $15
(i32.and
(i32.shr_u
(i32.add
- (set_local $4
+ (tee_local $4
(i32.shl
(get_local $15)
(get_local $1)
@@ -7531,12 +7595,12 @@
)
(if
(i32.and
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 180)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $1)
@@ -7568,72 +7632,74 @@
(get_local $3)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $0)
- )
- (block
- (set_local $17
- (get_local $1)
+ (get_local $0)
)
- (set_local $0
- (i32.const 130)
+ (block
+ (set_local $17
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $16
- (i32.add
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $16
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $13)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $13
- (i32.shl
- (get_local $13)
- (i32.const 1)
+ (block
+ (set_local $13
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $7)
)
)
- (set_local $1
- (get_local $7)
- )
- )
- (block
- (set_local $18
- (get_local $16)
- )
- (set_local $19
- (get_local $1)
- )
- (set_local $0
- (i32.const 127)
+ (block
+ (set_local $18
+ (get_local $16)
+ )
+ (set_local $19
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -7675,9 +7741,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $13
+ (tee_local $13
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $17)
(i32.const 8)
@@ -7685,7 +7751,7 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 192)
)
@@ -7751,7 +7817,7 @@
)
(i32.store
(i32.const 208)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.load
(i32.const 208)
@@ -7767,22 +7833,24 @@
(i32.const 632)
)
)
- (loop $while-out$20 $while-in$21
- (if
- (set_local $2
- (i32.load
- (get_local $0)
+ (loop $while-in$21
+ (block $while-out$20
+ (if
+ (tee_local $2
+ (i32.load
+ (get_local $0)
+ )
)
- )
- (set_local $0
- (i32.add
- (get_local $2)
- (i32.const 8)
+ (set_local $0
+ (i32.add
+ (get_local $2)
+ (i32.const 8)
+ )
)
+ (br $while-out$20)
)
- (br $while-out$20)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -7807,16 +7875,11 @@
(local $17 i32)
(local $18 i32)
(set_local $11
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
@@ -7830,15 +7893,15 @@
(get_local $11)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $11)
(i32.const 32)
)
)
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $0)
(i32.const 28)
@@ -7849,10 +7912,10 @@
)
(i32.store offset=4
(get_local $3)
- (set_local $10
+ (tee_local $10
(i32.sub
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $0)
(i32.const 20)
@@ -7895,209 +7958,211 @@
(get_local $2)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (get_local $5)
- (set_local $6
- (if
- (i32.load
- (i32.const 8)
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 4)
- (get_local $0)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (get_local $5)
+ (tee_local $6
+ (if
+ (i32.load
+ (i32.const 8)
)
- (i32.store
- (get_local $13)
- (i32.load
- (get_local $1)
+ (block
+ (call_import $_pthread_cleanup_push
+ (i32.const 4)
+ (get_local $0)
)
- )
- (i32.store offset=4
- (get_local $13)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $13)
- (get_local $3)
- )
- (set_local $10
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
- (get_local $13)
+ (i32.store
+ (get_local $13)
+ (i32.load
+ (get_local $1)
)
)
- )
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
- )
- (get_local $10)
- )
- (block
- (i32.store
- (get_local $12)
- (i32.load
- (get_local $1)
+ (i32.store offset=4
+ (get_local $13)
+ (get_local $4)
)
+ (i32.store offset=8
+ (get_local $13)
+ (get_local $3)
+ )
+ (set_local $10
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $13)
+ )
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (get_local $10)
)
- (i32.store offset=4
- (get_local $12)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $12)
- (get_local $3)
- )
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (block
+ (i32.store
+ (get_local $12)
+ (i32.load
+ (get_local $1)
+ )
+ )
+ (i32.store offset=4
+ (get_local $12)
+ (get_local $4)
+ )
+ (i32.store offset=8
(get_local $12)
+ (get_local $3)
+ )
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $12)
+ )
)
)
)
)
)
- )
- (block
- (set_local $1
- (i32.const 6)
+ (block
+ (set_local $1
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $6)
- (i32.const 0)
)
- (block
- (set_local $17
- (get_local $4)
- )
- (set_local $18
- (get_local $3)
+ (if
+ (i32.lt_s
+ (get_local $6)
+ (i32.const 0)
)
- (set_local $1
- (i32.const 8)
+ (block
+ (set_local $17
+ (get_local $4)
+ )
+ (set_local $18
+ (get_local $3)
+ )
+ (set_local $1
+ (i32.const 8)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- )
- (set_local $10
- (i32.sub
- (get_local $5)
- (get_local $6)
)
- )
- (set_local $3
- (if
- (i32.le_u
+ (set_local $10
+ (i32.sub
+ (get_local $5)
(get_local $6)
- (set_local $5
- (i32.load offset=4
- (get_local $4)
- )
- )
)
+ )
+ (set_local $3
(if
- (i32.eq
- (get_local $3)
- (i32.const 2)
+ (i32.le_u
+ (get_local $6)
+ (tee_local $5
+ (i32.load offset=4
+ (get_local $4)
+ )
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $3)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $9)
+ (i32.add
+ (i32.load
+ (get_local $9)
+ )
+ (get_local $6)
+ )
+ )
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (i32.const 2)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (get_local $3)
+ )
+ (get_local $5)
+ )
)
(block
(i32.store
(get_local $9)
- (i32.add
+ (tee_local $7
(i32.load
- (get_local $9)
+ (get_local $8)
)
- (get_local $6)
)
)
- (set_local $7
- (get_local $4)
+ (i32.store
+ (get_local $14)
+ (get_local $7)
)
- (set_local $15
- (i32.const 2)
+ (set_local $6
+ (i32.sub
+ (get_local $6)
+ (get_local $5)
+ )
)
- (get_local $5)
- )
- (block
(set_local $7
- (get_local $4)
+ (i32.add
+ (get_local $4)
+ (i32.const 8)
+ )
)
(set_local $15
- (get_local $3)
- )
- (get_local $5)
- )
- )
- (block
- (i32.store
- (get_local $9)
- (set_local $7
- (i32.load
- (get_local $8)
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
)
)
- )
- (i32.store
- (get_local $14)
- (get_local $7)
- )
- (set_local $6
- (i32.sub
- (get_local $6)
- (get_local $5)
- )
- )
- (set_local $7
- (i32.add
+ (i32.load offset=12
(get_local $4)
- (i32.const 8)
- )
- )
- (set_local $15
- (i32.add
- (get_local $3)
- (i32.const -1)
)
)
- (i32.load offset=12
- (get_local $4)
+ )
+ )
+ (i32.store
+ (get_local $7)
+ (i32.add
+ (i32.load
+ (get_local $7)
)
+ (get_local $6)
)
)
- )
- (i32.store
- (get_local $7)
- (i32.add
- (i32.load
- (get_local $7)
+ (i32.store offset=4
+ (get_local $7)
+ (i32.sub
+ (get_local $3)
+ (get_local $6)
)
- (get_local $6)
)
- )
- (i32.store offset=4
- (get_local $7)
- (i32.sub
- (get_local $3)
- (get_local $6)
+ (set_local $4
+ (get_local $7)
)
+ (set_local $3
+ (get_local $15)
+ )
+ (set_local $5
+ (get_local $10)
+ )
+ (br $while-in$1)
)
- (set_local $4
- (get_local $7)
- )
- (set_local $3
- (get_local $15)
- )
- (set_local $5
- (get_local $10)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -8108,7 +8173,7 @@
(i32.store offset=16
(get_local $0)
(i32.add
- (set_local $5
+ (tee_local $5
(i32.load
(get_local $8)
)
@@ -8120,7 +8185,7 @@
)
(i32.store
(get_local $9)
- (set_local $8
+ (tee_local $8
(get_local $5)
)
)
@@ -8177,8 +8242,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $11)
)
(get_local $16)
@@ -8190,9 +8254,9 @@
(local $6 i32)
(local $7 i32)
(if
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $2)
(i32.const 16)
@@ -8235,9 +8299,9 @@
)
(block
(set_local $6
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 20)
@@ -8257,6 +8321,9 @@
(block
(set_local $4
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8266,9 +8333,6 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $1)
)
)
(br $label$break$L5)
@@ -8287,53 +8351,58 @@
(set_local $3
(get_local $1)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $3)
- )
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $3
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $3)
)
- (br $label$break$L10
- (get_local $1)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $3
+ (i32.const 0)
+ )
+ (br $label$break$L10
+ (get_local $1)
+ )
)
)
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
- (get_local $0)
- (set_local $7
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $0)
+ (tee_local $7
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $4
- (get_local $3)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (br $while-out$2)
+ )
+ (set_local $3
+ (get_local $7)
)
- (br $while-out$2)
- )
- (set_local $3
- (get_local $7)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
- (if
+ (br_if $label$break$L5
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $4)
(i32.add
(i32.and
(i32.load offset=36
@@ -8343,13 +8412,9 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $4)
)
(get_local $4)
)
- (br $label$break$L5)
)
(set_local $2
(i32.add
@@ -8382,10 +8447,12 @@
)
)
)
- (call $_memcpy
- (get_local $6)
- (get_local $2)
- (get_local $0)
+ (drop
+ (call $_memcpy
+ (get_local $6)
+ (get_local $2)
+ (get_local $0)
+ )
)
(i32.store
(get_local $5)
@@ -8469,7 +8536,7 @@
(i32.const 36)
)
(if
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 32)
)
@@ -8481,64 +8548,66 @@
(set_local $2
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (set_local $0
- (if
- (i32.gt_s
- (i32.load offset=76
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $0
+ (if
+ (i32.gt_s
+ (i32.load offset=76
+ (get_local $1)
+ )
+ (i32.const -1)
+ )
+ (call $___lockfile
(get_local $1)
)
- (i32.const -1)
- )
- (call $___lockfile
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $2
- (if
- (i32.gt_u
- (i32.load offset=20
- (get_local $1)
- )
- (i32.load offset=28
- (get_local $1)
+ (set_local $2
+ (if
+ (i32.gt_u
+ (i32.load offset=20
+ (get_local $1)
+ )
+ (i32.load offset=28
+ (get_local $1)
+ )
)
- )
- (i32.or
- (call $___fflush_unlocked
- (get_local $1)
+ (i32.or
+ (call $___fflush_unlocked
+ (get_local $1)
+ )
+ (get_local $2)
)
(get_local $2)
)
- (get_local $2)
)
- )
- (if
- (get_local $0)
- (call $___unlockfile
- (get_local $1)
- )
- )
- (if
- (set_local $1
- (i32.load offset=56
+ (if
+ (get_local $0)
+ (call $___unlockfile
(get_local $1)
)
)
- (get_local $2)
- (block
- (set_local $0
- (get_local $2)
+ (if
+ (i32.eqz
+ (tee_local $1
+ (i32.load offset=56
+ (get_local $1)
+ )
+ )
+ )
+ (block
+ (set_local $0
+ (get_local $2)
+ )
+ (br $while-out$2)
)
- (br $while-out$2)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
- (get_local $0)
)
(call_import $___unlock
(i32.const 36)
@@ -8557,7 +8626,7 @@
(block $label$break$L1
(if
(i32.and
- (set_local $3
+ (tee_local $3
(get_local $0)
)
(i32.const 3)
@@ -8566,44 +8635,47 @@
(set_local $4
(get_local $3)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $0)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $0)
+ )
)
- )
- (block
- (set_local $5
- (get_local $4)
+ (block
+ (set_local $5
+ (get_local $4)
+ )
+ (br $label$break$L1)
)
- (br $label$break$L1)
)
- )
- (if
- (i32.and
- (set_local $4
- (set_local $0
- (i32.add
- (get_local $0)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (i32.and
+ (tee_local $4
+ (tee_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
)
+ (i32.const 3)
)
)
- (i32.const 3)
- )
- (get_local $0)
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $1
- (i32.const 4)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $1
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -8625,34 +8697,36 @@
(set_local $1
(get_local $2)
)
- (loop $while-out$3 $while-in$4
- (if
- (i32.and
- (i32.xor
- (i32.and
- (set_local $2
- (i32.load
- (get_local $1)
+ (loop $while-in$4
+ (block $while-out$3
+ (if
+ (i32.and
+ (i32.xor
+ (i32.and
+ (tee_local $2
+ (i32.load
+ (get_local $1)
+ )
)
+ (i32.const -2139062144)
)
(i32.const -2139062144)
)
- (i32.const -2139062144)
- )
- (i32.add
- (get_local $2)
- (i32.const -16843009)
+ (i32.add
+ (get_local $2)
+ (i32.const -16843009)
+ )
)
- )
- (br $while-out$3)
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (br $while-out$3)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.shr_s
@@ -8669,25 +8743,26 @@
(set_local $2
(get_local $1)
)
- (loop $while-out$5 $while-in$6
- (if
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (loop $while-in$6
+ (block $while-out$5
+ (if
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
+ (set_local $2
+ (get_local $1)
+ )
+ (br $while-out$5)
)
- (set_local $2
- (get_local $1)
- )
- (br $while-out$5)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
- (get_local $1)
)
(set_local $5
(get_local $1)
@@ -8710,24 +8785,19 @@
(local $9 i32)
(local $10 i32)
(set_local $5
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(i32.store8
- (set_local $6
+ (tee_local $6
(get_local $5)
)
- (set_local $9
+ (tee_local $9
(i32.and
(get_local $1)
(i32.const 255)
@@ -8735,9 +8805,9 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 16)
@@ -8782,9 +8852,9 @@
(if
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -8795,7 +8865,7 @@
(get_local $7)
)
(i32.ne
- (set_local $10
+ (tee_local $10
(i32.and
(get_local $1)
(i32.const 255)
@@ -8829,6 +8899,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (get_local $6)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8838,9 +8911,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (get_local $6)
- (i32.const 1)
)
(i32.const 1)
)
@@ -8853,8 +8923,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $5)
)
(get_local $4)
@@ -8870,7 +8939,7 @@
(if
(i32.gt_u
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 20)
@@ -8878,7 +8947,7 @@
)
)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 28)
@@ -8887,19 +8956,21 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(i32.eq
(i32.load
@@ -8914,9 +8985,9 @@
(block
(if
(i32.lt_u
- (set_local $4
+ (tee_local $4
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 4)
@@ -8924,9 +8995,9 @@
)
)
)
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 8)
@@ -8936,6 +9007,12 @@
)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.sub
+ (get_local $4)
+ (get_local $6)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=40
@@ -8945,12 +9022,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (i32.sub
- (get_local $4)
- (get_local $6)
- )
- (i32.const 1)
)
)
(i32.store offset=16
@@ -9007,116 +9078,122 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.eqz
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $2)
- )
- (return
- (get_local $3)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (if
+ (i32.eqz
+ (get_local $2)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.lt_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.lt_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
+ )
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.le_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.le_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(get_local $3)
)
@@ -9144,7 +9221,7 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(get_local $1)
(i32.const 255)
@@ -9173,7 +9250,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 3)
@@ -9189,66 +9266,72 @@
(get_local $3)
)
)
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.ge_s
- (get_local $0)
- (get_local $3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.ge_s
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.ge_s
- (get_local $0)
- (get_local $6)
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.ge_s
+ (get_local $0)
+ (get_local $6)
+ )
)
- )
- (i32.store
- (get_local $0)
- (get_local $5)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (get_local $5)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.ge_s
- (get_local $0)
- (get_local $4)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.ge_s
+ (get_local $0)
+ (get_local $4)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(i32.sub
(get_local $0)
@@ -9264,7 +9347,7 @@
(if
(i32.gt_s
(i32.load offset=76
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 52)
)
@@ -9299,9 +9382,9 @@
(i32.const 10)
)
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $1)
(i32.const 20)
@@ -9361,21 +9444,16 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $4)
)
(i32.load offset=60
@@ -9392,7 +9470,7 @@
)
(i32.store offset=12
(get_local $3)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 20)
@@ -9426,8 +9504,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $0)
@@ -9437,7 +9514,7 @@
(local $2 i32)
(set_local $2
(i32.load8_s
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 74)
@@ -9457,7 +9534,7 @@
)
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(get_local $0)
)
@@ -9485,7 +9562,7 @@
)
(i32.store offset=28
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load offset=44
(get_local $0)
)
@@ -9519,7 +9596,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(if
(i32.gt_s
(i32.load offset=76
@@ -9574,16 +9651,11 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
@@ -9645,73 +9717,56 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $3)
)
(func $copyTempDouble (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
)
(i32.store8 offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=4
(get_local $0)
)
)
(i32.store8 offset=5
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=5
(get_local $0)
)
)
(i32.store8 offset=6
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=6
(get_local $0)
)
)
(i32.store8 offset=7
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=7
(get_local $0)
)
@@ -9721,21 +9776,16 @@
(local $1 i32)
(local $2 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(i32.store
- (set_local $2
+ (tee_local $2
(get_local $1)
)
(i32.load offset=60
@@ -9750,41 +9800,32 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $1)
)
(get_local $0)
)
(func $copyTempFloat (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
@@ -9811,6 +9852,9 @@
)
(func $dynCall_iiii (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect $FUNCSIG$iiii
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
(i32.add
(i32.and
(get_local $0)
@@ -9818,34 +9862,23 @@
)
(i32.const 2)
)
- (get_local $1)
- (get_local $2)
- (get_local $3)
)
)
(func $stackAlloc (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $0)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -9867,17 +9900,13 @@
(func $setThrew (param $0 i32) (param $1 i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $__THREW__)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $__THREW__
(get_local $0)
)
- (i32.store
- (i32.const 48)
+ (set_global $threwValue
(get_local $1)
)
)
@@ -9898,6 +9927,7 @@
)
(func $dynCall_ii (param $0 i32) (param $1 i32) (result i32)
(call_indirect $FUNCSIG$ii
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -9905,7 +9935,6 @@
)
(i32.const 0)
)
- (get_local $1)
)
)
(func $_cleanup_418 (param $0 i32)
@@ -9921,17 +9950,16 @@
)
)
(func $establishStackSpace (param $0 i32) (param $1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $1)
)
)
(func $dynCall_vi (param $0 i32) (param $1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -9939,7 +9967,6 @@
)
(i32.const 10)
)
- (get_local $1)
)
)
(func $b1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
@@ -9949,14 +9976,12 @@
(i32.const 0)
)
(func $stackRestore (param $0 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
)
(func $setTempRet0 (param $0 i32)
- (i32.store
- (i32.const 160)
+ (set_global $tempRet0
(get_local $0)
)
)
@@ -9973,20 +9998,18 @@
(i32.const 0)
)
(func $getTempRet0 (result i32)
- (i32.load
- (i32.const 160)
- )
+ (get_global $tempRet0)
)
(func $_main (result i32)
- (call $_puts
- (i32.const 672)
+ (drop
+ (call $_puts
+ (i32.const 672)
+ )
)
(i32.const 0)
)
(func $stackSave (result i32)
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(func $b2 (param $0 i32)
(call_import $abort
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise
index 4f0513d28..fbcc3c46e 100644
--- a/test/emcc_O2_hello_world.fromasm.imprecise
+++ b/test/emcc_O2_hello_world.fromasm.imprecise
@@ -1,6 +1,5 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
@@ -8,39 +7,73 @@
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___lock "env" "___lock" (param i32))
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_abort "env" "_abort")
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $b1 $___stdio_write $b1 $b1 $b2 $b2 $b2 $b2 $_cleanup_418 $b2 $b2 $b2)
(func $_malloc (param $0 i32) (result i32)
@@ -106,16 +139,16 @@
(block
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.shr_u
- (set_local $7
+ (tee_local $7
(i32.load
(i32.const 176)
)
)
- (set_local $5
+ (tee_local $5
(i32.shr_u
- (set_local $0
+ (tee_local $0
(select
(i32.const 16)
(i32.and
@@ -141,18 +174,18 @@
(block
(set_local $2
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.xor
(i32.and
@@ -198,7 +231,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $2)
(i32.const 12)
@@ -237,7 +270,7 @@
(i32.store offset=4
(get_local $5)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $0)
(i32.const 3)
@@ -247,7 +280,7 @@
)
)
(i32.store
- (set_local $4
+ (tee_local $4
(i32.add
(i32.add
(get_local $5)
@@ -271,7 +304,7 @@
(if
(i32.gt_u
(get_local $0)
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 184)
)
@@ -284,17 +317,17 @@
(set_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.add
(i32.and
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shl
(get_local $2)
(get_local $5)
)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 2)
(get_local $5)
@@ -322,27 +355,27 @@
)
(set_local $1
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $18
+ (tee_local $18
(i32.add
- (set_local $10
+ (tee_local $10
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $19
+ (tee_local $19
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
- (set_local $9
+ (tee_local $9
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -355,10 +388,10 @@
)
(get_local $1)
)
- (set_local $9
+ (tee_local $9
(i32.and
(i32.shr_u
- (set_local $16
+ (tee_local $16
(i32.shr_u
(get_local $9)
(get_local $2)
@@ -370,10 +403,10 @@
)
)
)
- (set_local $16
+ (tee_local $16
(i32.and
(i32.shr_u
- (set_local $10
+ (tee_local $10
(i32.shr_u
(get_local $16)
(get_local $9)
@@ -385,10 +418,10 @@
)
)
)
- (set_local $10
+ (tee_local $10
(i32.and
(i32.shr_u
- (set_local $18
+ (tee_local $18
(i32.shr_u
(get_local $10)
(get_local $16)
@@ -440,7 +473,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $1)
(i32.const 12)
@@ -494,14 +527,14 @@
)
)
(i32.store offset=4
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $16)
(get_local $0)
)
)
(i32.or
- (set_local $4
+ (tee_local $4
(i32.sub
(i32.shl
(get_local $19)
@@ -533,7 +566,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $18
+ (tee_local $18
(i32.shr_u
(get_local $8)
(i32.const 3)
@@ -547,12 +580,12 @@
)
(if
(i32.and
- (set_local $5
+ (tee_local $5
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $18)
@@ -561,9 +594,9 @@
)
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $18
+ (tee_local $18
(i32.add
(get_local $10)
(i32.const 8)
@@ -636,7 +669,7 @@
)
)
(if
- (set_local $7
+ (tee_local $7
(i32.load
(i32.const 180)
)
@@ -645,7 +678,7 @@
(set_local $7
(i32.and
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.add
(i32.and
(get_local $7)
@@ -666,7 +699,7 @@
(i32.sub
(i32.and
(i32.load offset=4
- (set_local $8
+ (tee_local $8
(i32.load offset=480
(i32.shl
(i32.add
@@ -674,10 +707,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $4
+ (tee_local $4
(i32.and
(i32.shr_u
- (set_local $10
+ (tee_local $10
(i32.shr_u
(get_local $4)
(get_local $7)
@@ -690,10 +723,10 @@
)
(get_local $7)
)
- (set_local $10
+ (tee_local $10
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $10)
(get_local $4)
@@ -705,10 +738,10 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $1)
(get_local $10)
@@ -720,10 +753,10 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -756,75 +789,77 @@
(set_local $1
(get_local $8)
)
- (loop $while-out$6 $while-in$7
- (if
- (set_local $8
- (i32.load offset=16
- (get_local $5)
- )
- )
- (set_local $7
- (get_local $8)
- )
+ (loop $while-in$7
+ (block $while-out$6
(if
- (set_local $10
- (i32.load offset=20
+ (tee_local $8
+ (i32.load offset=16
(get_local $5)
)
)
(set_local $7
- (get_local $10)
+ (get_local $8)
)
- (block
+ (if
+ (tee_local $10
+ (i32.load offset=20
+ (get_local $5)
+ )
+ )
(set_local $7
- (get_local $2)
+ (get_local $10)
)
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $7
+ (get_local $2)
+ )
+ (set_local $4
+ (get_local $1)
+ )
+ (br $while-out$6)
)
- (br $while-out$6)
)
)
- )
- (set_local $10
- (i32.lt_u
- (set_local $8
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $7)
+ (set_local $10
+ (i32.lt_u
+ (tee_local $8
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $7)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $0)
)
- (get_local $0)
)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (set_local $2
- (select
- (get_local $8)
- (get_local $2)
- (get_local $10)
+ (set_local $2
+ (select
+ (get_local $8)
+ (get_local $2)
+ (get_local $10)
+ )
)
- )
- (set_local $5
- (get_local $7)
- )
- (set_local $1
- (select
+ (set_local $5
(get_local $7)
- (get_local $1)
- (get_local $10)
)
+ (set_local $1
+ (select
+ (get_local $7)
+ (get_local $1)
+ (get_local $10)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(if
(i32.lt_u
(get_local $4)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -835,7 +870,7 @@
(if
(i32.ge_u
(get_local $4)
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $4)
(get_local $0)
@@ -852,7 +887,7 @@
(block $do-once$8
(if
(i32.eq
- (set_local $9
+ (tee_local $9
(i32.load offset=12
(get_local $4)
)
@@ -861,9 +896,9 @@
)
(block
(if
- (set_local $19
+ (tee_local $19
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $4)
(i32.const 20)
@@ -881,9 +916,9 @@
)
(if
(i32.eqz
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $4)
(i32.const 16)
@@ -900,50 +935,52 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (if
- (set_local $19
- (i32.load
- (set_local $16
- (i32.add
- (get_local $8)
- (i32.const 20)
+ (loop $while-in$11
+ (block $while-out$10
+ (if
+ (tee_local $19
+ (i32.load
+ (tee_local $16
+ (i32.add
+ (get_local $8)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $19)
- )
- (set_local $10
- (get_local $16)
+ (block
+ (set_local $8
+ (get_local $19)
+ )
+ (set_local $10
+ (get_local $16)
+ )
+ (br $while-in$11)
)
- (br $while-in$11)
)
- )
- (if
- (set_local $19
- (i32.load
- (set_local $16
- (i32.add
- (get_local $8)
- (i32.const 16)
+ (if
+ (tee_local $19
+ (i32.load
+ (tee_local $16
+ (i32.add
+ (get_local $8)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $19)
- )
- (set_local $10
- (get_local $16)
+ (block
+ (set_local $8
+ (get_local $19)
+ )
+ (set_local $10
+ (get_local $16)
+ )
)
+ (br $while-out$10)
)
- (br $while-out$10)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -965,7 +1002,7 @@
(block
(if
(i32.lt_u
- (set_local $16
+ (tee_local $16
(i32.load offset=8
(get_local $4)
)
@@ -977,7 +1014,7 @@
(if
(i32.ne
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
(get_local $16)
(i32.const 12)
@@ -991,7 +1028,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $9)
(i32.const 8)
@@ -1026,11 +1063,11 @@
(i32.eq
(get_local $4)
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 480)
(i32.shl
- (set_local $9
+ (tee_local $9
(i32.load offset=28
(get_local $4)
)
@@ -1083,7 +1120,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $2)
(i32.const 16)
@@ -1111,7 +1148,7 @@
(if
(i32.lt_u
(get_local $18)
- (set_local $9
+ (tee_local $9
(i32.load
(i32.const 192)
)
@@ -1124,7 +1161,7 @@
(get_local $2)
)
(if
- (set_local $1
+ (tee_local $1
(i32.load offset=16
(get_local $4)
)
@@ -1148,7 +1185,7 @@
)
)
(if
- (set_local $1
+ (tee_local $1
(i32.load offset=20
(get_local $4)
)
@@ -1185,7 +1222,7 @@
(i32.store offset=4
(get_local $4)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $7)
(get_local $0)
@@ -1195,7 +1232,7 @@
)
)
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(i32.add
(get_local $4)
@@ -1235,7 +1272,7 @@
(get_local $7)
)
(if
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 184)
)
@@ -1251,7 +1288,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $9
+ (tee_local $9
(i32.shr_u
(get_local $1)
(i32.const 3)
@@ -1265,12 +1302,12 @@
)
(if
(i32.and
- (set_local $16
+ (tee_local $16
(i32.load
(i32.const 176)
)
)
- (set_local $10
+ (tee_local $10
(i32.shl
(i32.const 1)
(get_local $9)
@@ -1279,9 +1316,9 @@
)
(if
(i32.lt_u
- (set_local $19
+ (tee_local $19
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $1)
(i32.const 8)
@@ -1357,10 +1394,8 @@
)
)
)
- (get_local $0)
)
)
- (get_local $0)
)
)
(if
@@ -1371,7 +1406,7 @@
(block
(set_local $2
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 11)
@@ -1381,7 +1416,7 @@
)
)
(if
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 180)
)
@@ -1395,12 +1430,12 @@
)
(block $label$break$L123
(if
- (set_local $7
+ (tee_local $7
(i32.load offset=480
(i32.shl
- (set_local $0
+ (tee_local $0
(if
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $1)
(i32.const 8)
@@ -1417,20 +1452,20 @@
(i32.shr_u
(get_local $2)
(i32.add
- (set_local $7
+ (tee_local $7
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $19
+ (tee_local $19
(i32.and
(i32.shr_u
(i32.add
- (set_local $9
+ (tee_local $9
(i32.shl
(get_local $19)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
@@ -1453,11 +1488,11 @@
)
(get_local $1)
)
- (set_local $9
+ (tee_local $9
(i32.and
(i32.shr_u
(i32.add
- (set_local $8
+ (tee_local $8
(i32.shl
(get_local $9)
(get_local $19)
@@ -1531,82 +1566,84 @@
(set_local $4
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (if
- (i32.lt_u
- (set_local $5
- (i32.sub
- (set_local $18
- (i32.and
- (i32.load offset=4
- (get_local $19)
+ (loop $while-in$18
+ (block $while-out$17
+ (if
+ (i32.lt_u
+ (tee_local $5
+ (i32.sub
+ (tee_local $18
+ (i32.and
+ (i32.load offset=4
+ (get_local $19)
+ )
+ (i32.const -8)
)
- (i32.const -8)
)
+ (get_local $2)
)
- (get_local $2)
)
+ (get_local $9)
)
- (get_local $9)
- )
- (if
- (i32.eq
- (get_local $18)
- (get_local $2)
- )
- (block
- (set_local $27
- (get_local $5)
- )
- (set_local $25
- (get_local $19)
- )
- (set_local $29
- (get_local $19)
- )
- (set_local $9
- (i32.const 90)
+ (if
+ (i32.eq
+ (get_local $18)
+ (get_local $2)
)
- (br $label$break$L123)
- )
- (block
- (set_local $9
- (get_local $5)
+ (block
+ (set_local $27
+ (get_local $5)
+ )
+ (set_local $25
+ (get_local $19)
+ )
+ (set_local $29
+ (get_local $19)
+ )
+ (set_local $9
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $4
- (get_local $19)
+ (block
+ (set_local $9
+ (get_local $5)
+ )
+ (set_local $4
+ (get_local $19)
+ )
)
)
)
- )
- (set_local $18
- (select
- (get_local $8)
- (set_local $5
- (i32.load offset=20
- (get_local $19)
- )
- )
- (i32.or
- (i32.eq
- (get_local $5)
- (i32.const 0)
+ (set_local $18
+ (select
+ (get_local $8)
+ (tee_local $5
+ (i32.load offset=20
+ (get_local $19)
+ )
)
- (i32.eq
- (get_local $5)
- (set_local $19
- (i32.load
- (i32.add
+ (i32.or
+ (i32.eq
+ (get_local $5)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $5)
+ (tee_local $19
+ (i32.load
(i32.add
- (get_local $19)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $1)
- (i32.const 31)
+ (i32.add
+ (get_local $19)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
@@ -1614,48 +1651,48 @@
)
)
)
- )
- (if
- (set_local $5
- (i32.eq
- (get_local $19)
- (i32.const 0)
- )
- )
- (block
- (set_local $33
- (get_local $9)
- )
- (set_local $34
- (get_local $18)
- )
- (set_local $30
- (get_local $4)
- )
- (set_local $9
- (i32.const 86)
+ (if
+ (tee_local $5
+ (i32.eq
+ (get_local $19)
+ (i32.const 0)
+ )
)
- (br $while-out$17)
- )
- (block
- (set_local $8
- (get_local $18)
+ (block
+ (set_local $33
+ (get_local $9)
+ )
+ (set_local $34
+ (get_local $18)
+ )
+ (set_local $30
+ (get_local $4)
+ )
+ (set_local $9
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $1
- (i32.shl
- (get_local $1)
- (i32.xor
- (i32.and
- (get_local $5)
+ (block
+ (set_local $8
+ (get_local $18)
+ )
+ (set_local $1
+ (i32.shl
+ (get_local $1)
+ (i32.xor
+ (i32.and
+ (get_local $5)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
(block
@@ -1680,7 +1717,7 @@
(i32.const 86)
)
(if
- (set_local $0
+ (tee_local $0
(if
(i32.and
(i32.eq
@@ -1695,11 +1732,11 @@
(block
(if
(i32.eqz
- (set_local $16
+ (tee_local $16
(i32.and
(get_local $10)
(i32.or
- (set_local $7
+ (tee_local $7
(i32.shl
(i32.const 2)
(get_local $0)
@@ -1723,7 +1760,7 @@
(set_local $16
(i32.and
(i32.shr_u
- (set_local $7
+ (tee_local $7
(i32.add
(i32.and
(get_local $16)
@@ -1747,10 +1784,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $7)
(get_local $16)
@@ -1763,10 +1800,10 @@
)
(get_local $16)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.shr_u
(get_local $0)
(get_local $7)
@@ -1778,10 +1815,10 @@
)
)
)
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.shr_u
(get_local $5)
(get_local $0)
@@ -1793,10 +1830,10 @@
)
)
)
- (set_local $4
+ (tee_local $4
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $4)
(get_local $5)
@@ -1849,84 +1886,86 @@
(get_local $9)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $9
- (i32.const 0)
- )
- (set_local $1
- (i32.lt_u
- (set_local $4
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $25)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $9
+ (i32.const 0)
+ )
+ (set_local $1
+ (i32.lt_u
+ (tee_local $4
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $25)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (get_local $27)
- )
- )
- (set_local $5
- (select
- (get_local $4)
- (get_local $27)
- (get_local $1)
- )
- )
- (set_local $4
- (select
- (get_local $25)
- (get_local $29)
- (get_local $1)
- )
- )
- (if
- (set_local $1
- (i32.load offset=16
- (get_local $25)
+ (get_local $27)
)
)
- (block
- (set_local $27
- (get_local $5)
- )
- (set_local $25
- (get_local $1)
- )
- (set_local $29
+ (set_local $5
+ (select
(get_local $4)
+ (get_local $27)
+ (get_local $1)
)
- (br $while-in$20)
)
- )
- (if
- (set_local $25
- (i32.load offset=20
+ (set_local $4
+ (select
(get_local $25)
+ (get_local $29)
+ (get_local $1)
)
)
- (block
- (set_local $27
- (get_local $5)
+ (if
+ (tee_local $1
+ (i32.load offset=16
+ (get_local $25)
+ )
)
- (set_local $29
- (get_local $4)
+ (block
+ (set_local $27
+ (get_local $5)
+ )
+ (set_local $25
+ (get_local $1)
+ )
+ (set_local $29
+ (get_local $4)
+ )
+ (br $while-in$20)
)
)
- (block
- (set_local $6
- (get_local $5)
+ (if
+ (tee_local $25
+ (i32.load offset=20
+ (get_local $25)
+ )
)
- (set_local $12
- (get_local $4)
+ (block
+ (set_local $27
+ (get_local $5)
+ )
+ (set_local $29
+ (get_local $4)
+ )
+ )
+ (block
+ (set_local $6
+ (get_local $5)
+ )
+ (set_local $12
+ (get_local $4)
+ )
+ (br $while-out$19)
)
- (br $while-out$19)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -1950,7 +1989,7 @@
(if
(i32.lt_u
(get_local $12)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 192)
)
@@ -1961,7 +2000,7 @@
(if
(i32.ge_u
(get_local $12)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $12)
(get_local $2)
@@ -1978,7 +2017,7 @@
(block $do-once$21
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $12)
)
@@ -1987,9 +2026,9 @@
)
(block
(if
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $12)
(i32.const 20)
@@ -2007,9 +2046,9 @@
)
(if
(i32.eqz
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $12)
(i32.const 16)
@@ -2026,50 +2065,52 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (if
- (set_local $16
- (i32.load
- (set_local $0
- (i32.add
- (get_local $8)
- (i32.const 20)
+ (loop $while-in$24
+ (block $while-out$23
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $0
+ (i32.add
+ (get_local $8)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $16)
- )
- (set_local $7
- (get_local $0)
+ (block
+ (set_local $8
+ (get_local $16)
+ )
+ (set_local $7
+ (get_local $0)
+ )
+ (br $while-in$24)
)
- (br $while-in$24)
)
- )
- (if
- (set_local $16
- (i32.load
- (set_local $0
- (i32.add
- (get_local $8)
- (i32.const 16)
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $0
+ (i32.add
+ (get_local $8)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $8
- (get_local $16)
- )
- (set_local $7
- (get_local $0)
+ (block
+ (set_local $8
+ (get_local $16)
+ )
+ (set_local $7
+ (get_local $0)
+ )
)
+ (br $while-out$23)
)
- (br $while-out$23)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -2091,7 +2132,7 @@
(block
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $12)
)
@@ -2103,7 +2144,7 @@
(if
(i32.ne
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $0)
(i32.const 12)
@@ -2117,7 +2158,7 @@
(if
(i32.eq
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $1)
(i32.const 8)
@@ -2152,11 +2193,11 @@
(i32.eq
(get_local $12)
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $12)
)
@@ -2209,7 +2250,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $5)
(i32.const 16)
@@ -2237,7 +2278,7 @@
(if
(i32.lt_u
(get_local $11)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -2250,7 +2291,7 @@
(get_local $5)
)
(if
- (set_local $10
+ (tee_local $10
(i32.load offset=16
(get_local $12)
)
@@ -2274,7 +2315,7 @@
)
)
(if
- (set_local $10
+ (tee_local $10
(i32.load offset=20
(get_local $12)
)
@@ -2356,12 +2397,12 @@
)
(if
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $0
+ (tee_local $0
(i32.shl
(i32.const 1)
(get_local $5)
@@ -2370,9 +2411,9 @@
)
(if
(i32.lt_u
- (set_local $7
+ (tee_local $7
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $10)
(i32.const 8)
@@ -2436,9 +2477,9 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $8
+ (tee_local $8
(if
- (set_local $10
+ (tee_local $10
(i32.shr_u
(get_local $6)
(i32.const 8)
@@ -2455,20 +2496,20 @@
(i32.shr_u
(get_local $6)
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $10
+ (tee_local $10
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $10)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -2491,11 +2532,11 @@
)
(get_local $0)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $1)
(get_local $10)
@@ -2542,7 +2583,7 @@
(get_local $8)
)
(i32.store offset=4
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $4)
(i32.const 16)
@@ -2557,12 +2598,12 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $7
+ (tee_local $7
(i32.shl
(i32.const 1)
(get_local $8)
@@ -2621,72 +2662,74 @@
(get_local $5)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $6)
- )
- (block
- (set_local $15
- (get_local $1)
+ (get_local $6)
)
- (set_local $9
- (i32.const 148)
+ (block
+ (set_local $15
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (if
- (set_local $0
- (i32.load
- (set_local $5
- (i32.add
+ (if
+ (tee_local $0
+ (i32.load
+ (tee_local $5
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $7)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $7)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $7
- (i32.shl
- (get_local $7)
- (i32.const 1)
+ (block
+ (set_local $7
+ (i32.shl
+ (get_local $7)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $0)
)
)
- (set_local $1
- (get_local $0)
- )
- )
- (block
- (set_local $23
- (get_local $5)
- )
- (set_local $21
- (get_local $1)
- )
- (set_local $9
- (i32.const 145)
+ (block
+ (set_local $23
+ (get_local $5)
+ )
+ (set_local $21
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -2728,9 +2771,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $7
+ (tee_local $7
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $15)
(i32.const 8)
@@ -2738,7 +2781,7 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -2780,7 +2823,7 @@
(i32.store offset=4
(get_local $12)
(i32.or
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $6)
(get_local $2)
@@ -2790,7 +2833,7 @@
)
)
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(i32.add
(get_local $12)
@@ -2834,7 +2877,7 @@
)
(if
(i32.ge_u
- (set_local $12
+ (tee_local $12
(i32.load
(i32.const 184)
)
@@ -2849,7 +2892,7 @@
)
(if
(i32.gt_u
- (set_local $6
+ (tee_local $6
(i32.sub
(get_local $12)
(get_local $0)
@@ -2860,7 +2903,7 @@
(block
(i32.store
(i32.const 196)
- (set_local $21
+ (tee_local $21
(i32.add
(get_local $15)
(get_local $0)
@@ -2910,7 +2953,7 @@
)
)
(i32.store
- (set_local $6
+ (tee_local $6
(i32.add
(i32.add
(get_local $15)
@@ -2938,7 +2981,7 @@
)
(if
(i32.gt_u
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 188)
)
@@ -2948,7 +2991,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $6
+ (tee_local $6
(i32.sub
(get_local $15)
(get_local $0)
@@ -2957,9 +3000,9 @@
)
(i32.store
(i32.const 200)
- (set_local $12
+ (tee_local $12
(i32.add
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 200)
)
@@ -2999,7 +3042,7 @@
(if
(i32.and
(i32.add
- (set_local $15
+ (tee_local $15
(call_import $_sysconf
(i32.const 30)
)
@@ -3057,16 +3100,16 @@
)
(if
(i32.le_u
- (set_local $6
+ (tee_local $6
(i32.and
- (set_local $21
+ (tee_local $21
(i32.add
- (set_local $6
+ (tee_local $6
(i32.load
(i32.const 656)
)
)
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $0)
(i32.const 47)
@@ -3074,7 +3117,7 @@
)
)
)
- (set_local $23
+ (tee_local $23
(i32.sub
(i32.const 0)
(get_local $6)
@@ -3091,7 +3134,7 @@
(if
(if
(i32.ne
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 616)
)
@@ -3100,9 +3143,9 @@
)
(i32.or
(i32.le_u
- (set_local $14
+ (tee_local $14
(i32.add
- (set_local $26
+ (tee_local $26
(i32.load
(i32.const 608)
)
@@ -3133,7 +3176,7 @@
)
(i32.const 0)
(i32.eq
- (set_local $9
+ (tee_local $9
(block $label$break$L257
(if
(i32.and
@@ -3146,7 +3189,7 @@
(block
(block $label$break$L259
(if
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 200)
)
@@ -3155,63 +3198,65 @@
(set_local $14
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (if
+ (loop $while-in$38
+ (block $while-out$37
(if
- (i32.le_u
- (set_local $26
- (i32.load
- (get_local $14)
+ (if
+ (i32.le_u
+ (tee_local $26
+ (i32.load
+ (get_local $14)
+ )
)
+ (get_local $8)
)
- (get_local $8)
- )
- (i32.gt_u
- (i32.add
- (get_local $26)
- (i32.load
- (set_local $11
- (i32.add
- (get_local $14)
- (i32.const 4)
+ (i32.gt_u
+ (i32.add
+ (get_local $26)
+ (i32.load
+ (tee_local $11
+ (i32.add
+ (get_local $14)
+ (i32.const 4)
+ )
)
)
)
+ (get_local $8)
)
- (get_local $8)
- )
- (i32.const 0)
- )
- (block
- (set_local $5
- (get_local $14)
- )
- (set_local $7
- (get_local $11)
+ (i32.const 0)
)
- (br $while-out$37)
- )
- )
- (if
- (i32.eqz
- (set_local $14
- (i32.load offset=8
+ (block
+ (set_local $5
(get_local $14)
)
+ (set_local $7
+ (get_local $11)
+ )
+ (br $while-out$37)
)
)
- (block
- (set_local $9
- (i32.const 173)
+ (if
+ (i32.eqz
+ (tee_local $14
+ (i32.load offset=8
+ (get_local $14)
+ )
+ )
+ )
+ (block
+ (set_local $9
+ (i32.const 173)
+ )
+ (br $label$break$L259)
)
- (br $label$break$L259)
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(if
(i32.lt_u
- (set_local $14
+ (tee_local $14
(i32.and
(i32.sub
(get_local $21)
@@ -3226,7 +3271,7 @@
)
(if
(i32.eq
- (set_local $11
+ (tee_local $11
(call_import $_sbrk
(get_local $14)
)
@@ -3284,7 +3329,7 @@
(i32.const 173)
)
(i32.ne
- (set_local $8
+ (tee_local $8
(call_import $_sbrk
(i32.const 0)
)
@@ -3297,9 +3342,9 @@
(set_local $1
(if
(i32.and
- (set_local $11
+ (tee_local $11
(i32.add
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 652)
)
@@ -3307,7 +3352,7 @@
(i32.const -1)
)
)
- (set_local $2
+ (tee_local $2
(get_local $8)
)
)
@@ -3332,7 +3377,7 @@
)
(set_local $2
(i32.add
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 608)
)
@@ -3361,7 +3406,7 @@
)
(i32.gt_u
(get_local $2)
- (set_local $11
+ (tee_local $11
(i32.load
(i32.const 616)
)
@@ -3377,7 +3422,7 @@
)
(if
(i32.eq
- (set_local $11
+ (tee_local $11
(call_import $_sbrk
(get_local $1)
)
@@ -3444,14 +3489,14 @@
)
)
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.and
(i32.add
(i32.sub
(get_local $12)
(get_local $17)
)
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 656)
)
@@ -3475,8 +3520,10 @@
(i32.const -1)
)
(block
- (call_import $_sbrk
- (get_local $11)
+ (drop
+ (call_import $_sbrk
+ (get_local $11)
+ )
)
(br $label$break$L279)
)
@@ -3530,12 +3577,12 @@
)
(i32.and
(i32.lt_u
- (set_local $3
+ (tee_local $3
(call_import $_sbrk
(get_local $6)
)
)
- (set_local $6
+ (tee_local $6
(call_import $_sbrk
(i32.const 0)
)
@@ -3555,7 +3602,7 @@
(i32.const 0)
)
(i32.gt_u
- (set_local $13
+ (tee_local $13
(i32.sub
(get_local $6)
(get_local $3)
@@ -3588,7 +3635,7 @@
(block
(i32.store
(i32.const 608)
- (set_local $13
+ (tee_local $13
(i32.add
(i32.load
(i32.const 608)
@@ -3611,7 +3658,7 @@
)
(block $do-once$44
(if
- (set_local $13
+ (tee_local $13
(i32.load
(i32.const 200)
)
@@ -3620,55 +3667,57 @@
(set_local $3
(i32.const 624)
)
- (loop $do-out$46 $do-in$47
- (if
- (i32.eq
- (get_local $20)
- (i32.add
- (set_local $6
- (i32.load
- (get_local $3)
+ (loop $do-in$47
+ (block $do-out$46
+ (if
+ (i32.eq
+ (get_local $20)
+ (i32.add
+ (tee_local $6
+ (i32.load
+ (get_local $3)
+ )
)
- )
- (set_local $12
- (i32.load
- (set_local $17
- (i32.add
- (get_local $3)
- (i32.const 4)
+ (tee_local $12
+ (i32.load
+ (tee_local $17
+ (i32.add
+ (get_local $3)
+ (i32.const 4)
+ )
)
)
)
)
)
- )
- (block
- (set_local $47
- (get_local $6)
- )
- (set_local $48
- (get_local $17)
- )
- (set_local $49
- (get_local $12)
- )
- (set_local $50
- (get_local $3)
- )
- (set_local $9
- (i32.const 203)
+ (block
+ (set_local $47
+ (get_local $6)
+ )
+ (set_local $48
+ (get_local $17)
+ )
+ (set_local $49
+ (get_local $12)
+ )
+ (set_local $50
+ (get_local $3)
+ )
+ (set_local $9
+ (i32.const 203)
+ )
+ (br $do-out$46)
)
- (br $do-out$46)
)
- )
- (br_if $do-in$47
- (i32.ne
- (set_local $3
- (i32.load offset=8
- (get_local $3)
+ (br_if $do-in$47
+ (i32.ne
+ (tee_local $3
+ (i32.load offset=8
+ (get_local $3)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
@@ -3713,13 +3762,13 @@
(set_local $3
(i32.add
(get_local $13)
- (set_local $12
+ (tee_local $12
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $13)
(i32.const 8)
@@ -3785,7 +3834,7 @@
(if
(i32.lt_u
(get_local $20)
- (set_local $17
+ (tee_local $17
(i32.load
(i32.const 192)
)
@@ -3810,43 +3859,45 @@
(set_local $3
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $3)
- )
- (get_local $17)
- )
- (block
- (set_local $51
- (get_local $3)
- )
- (set_local $41
- (get_local $3)
- )
- (set_local $9
- (i32.const 211)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $3)
+ )
+ (get_local $17)
)
- (br $while-out$48)
- )
- )
- (if
- (i32.eqz
- (set_local $3
- (i32.load offset=8
+ (block
+ (set_local $51
(get_local $3)
)
+ (set_local $41
+ (get_local $3)
+ )
+ (set_local $9
+ (i32.const 211)
+ )
+ (br $while-out$48)
)
)
- (block
- (set_local $28
- (i32.const 624)
+ (if
+ (i32.eqz
+ (tee_local $3
+ (i32.load offset=8
+ (get_local $3)
+ )
+ )
+ )
+ (block
+ (set_local $28
+ (i32.const 624)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -3869,7 +3920,7 @@
(get_local $20)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $41)
(i32.const 4)
@@ -3890,7 +3941,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $20)
(i32.const 8)
@@ -3917,7 +3968,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $17)
(i32.const 8)
@@ -3975,7 +4026,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $1
+ (tee_local $1
(i32.add
(i32.load
(i32.const 184)
@@ -4006,12 +4057,12 @@
)
)
(i32.store
- (set_local $5
+ (tee_local $5
(i32.add
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load offset=4
(get_local $6)
)
@@ -4048,7 +4099,7 @@
(block $do-once$53
(if
(i32.eq
- (set_local $21
+ (tee_local $21
(i32.load offset=12
(get_local $6)
)
@@ -4057,11 +4108,11 @@
)
(block
(if
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $6)
(i32.const 16)
@@ -4082,7 +4133,7 @@
)
(if
(i32.eqz
- (set_local $14
+ (tee_local $14
(i32.load
(get_local $11)
)
@@ -4096,50 +4147,52 @@
)
)
)
- (loop $while-out$55 $while-in$56
- (if
- (set_local $8
- (i32.load
- (set_local $2
- (i32.add
- (get_local $14)
- (i32.const 20)
+ (loop $while-in$56
+ (block $while-out$55
+ (if
+ (tee_local $8
+ (i32.load
+ (tee_local $2
+ (i32.add
+ (get_local $14)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $14
- (get_local $8)
- )
- (set_local $11
- (get_local $2)
+ (block
+ (set_local $14
+ (get_local $8)
+ )
+ (set_local $11
+ (get_local $2)
+ )
+ (br $while-in$56)
)
- (br $while-in$56)
)
- )
- (if
- (set_local $8
- (i32.load
- (set_local $2
- (i32.add
- (get_local $14)
- (i32.const 16)
+ (if
+ (tee_local $8
+ (i32.load
+ (tee_local $2
+ (i32.add
+ (get_local $14)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $14
- (get_local $8)
- )
- (set_local $11
- (get_local $2)
+ (block
+ (set_local $14
+ (get_local $8)
+ )
+ (set_local $11
+ (get_local $2)
+ )
)
+ (br $while-out$55)
)
- (br $while-out$55)
+ (br $while-in$56)
)
- (br $while-in$56)
)
(if
(i32.lt_u
@@ -4161,7 +4214,7 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
(get_local $6)
)
@@ -4173,7 +4226,7 @@
(if
(i32.ne
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $2)
(i32.const 12)
@@ -4187,7 +4240,7 @@
(if
(i32.eq
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $21)
(i32.const 8)
@@ -4224,11 +4277,11 @@
(i32.ne
(get_local $6)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $21
+ (tee_local $21
(i32.load offset=28
(get_local $6)
)
@@ -4252,7 +4305,7 @@
(if
(i32.eq
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $23)
(i32.const 16)
@@ -4306,7 +4359,7 @@
(if
(i32.lt_u
(get_local $24)
- (set_local $21
+ (tee_local $21
(i32.load
(i32.const 192)
)
@@ -4319,9 +4372,9 @@
(get_local $23)
)
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $6)
(i32.const 16)
@@ -4349,7 +4402,7 @@
)
(br_if $label$break$L331
(i32.eqz
- (set_local $11
+ (tee_local $11
(i32.load offset=4
(get_local $2)
)
@@ -4385,12 +4438,12 @@
(block $do-once$61
(if
(i32.ne
- (set_local $11
+ (tee_local $11
(i32.load offset=8
(get_local $6)
)
)
- (set_local $23
+ (tee_local $23
(i32.add
(i32.const 216)
(i32.shl
@@ -4470,7 +4523,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $21)
(i32.const 8)
@@ -4565,12 +4618,12 @@
(block $do-once$65
(if
(i32.and
- (set_local $23
+ (tee_local $23
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $5)
@@ -4580,9 +4633,9 @@
(block
(if
(i32.ge_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $1)
(i32.const 8)
@@ -4649,10 +4702,10 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(block $do-once$67
(if
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $15)
(i32.const 8)
@@ -4671,20 +4724,20 @@
(i32.shr_u
(get_local $15)
(i32.add
- (set_local $14
+ (tee_local $14
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $8
+ (tee_local $8
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $2)
- (set_local $23
+ (tee_local $23
(i32.and
(i32.shr_u
(i32.add
@@ -4707,11 +4760,11 @@
)
(get_local $23)
)
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
- (set_local $5
+ (tee_local $5
(i32.shl
(get_local $7)
(get_local $8)
@@ -4759,7 +4812,7 @@
(get_local $0)
)
(i32.store offset=4
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $3)
(i32.const 16)
@@ -4774,12 +4827,12 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $14
+ (tee_local $14
(i32.shl
(i32.const 1)
(get_local $0)
@@ -4838,72 +4891,74 @@
(get_local $2)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $15)
)
- (get_local $15)
- )
- (block
- (set_local $36
- (get_local $1)
- )
- (set_local $9
- (i32.const 281)
+ (block
+ (set_local $36
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 281)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $14)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $14)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $14
- (i32.shl
- (get_local $14)
- (i32.const 1)
+ (block
+ (set_local $14
+ (i32.shl
+ (get_local $14)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $7)
)
)
- (set_local $1
- (get_local $7)
- )
- )
- (block
- (set_local $44
- (get_local $2)
- )
- (set_local $52
- (get_local $1)
- )
- (set_local $9
- (i32.const 278)
+ (block
+ (set_local $44
+ (get_local $2)
+ )
+ (set_local $52
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 278)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -4945,9 +5000,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $14
+ (tee_local $14
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $36)
(i32.const 8)
@@ -4955,7 +5010,7 @@
)
)
)
- (set_local $7
+ (tee_local $7
(i32.load
(i32.const 192)
)
@@ -4996,7 +5051,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $14
+ (tee_local $14
(i32.add
(i32.load
(i32.const 188)
@@ -5028,47 +5083,49 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (if
+ (loop $while-in$72
+ (block $while-out$71
(if
- (i32.le_u
- (set_local $3
- (i32.load
- (get_local $28)
+ (if
+ (i32.le_u
+ (tee_local $3
+ (i32.load
+ (get_local $28)
+ )
)
+ (get_local $13)
)
- (get_local $13)
- )
- (i32.gt_u
- (set_local $15
- (i32.add
- (get_local $3)
- (i32.load offset=4
- (get_local $28)
+ (i32.gt_u
+ (tee_local $15
+ (i32.add
+ (get_local $3)
+ (i32.load offset=4
+ (get_local $28)
+ )
)
)
+ (get_local $13)
)
- (get_local $13)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $5
- (get_local $15)
+ (block
+ (set_local $5
+ (get_local $15)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
- )
- (set_local $28
- (i32.load offset=8
- (get_local $28)
+ (set_local $28
+ (i32.load offset=8
+ (get_local $28)
+ )
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $15
(i32.add
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $5)
(i32.const -47)
@@ -5079,10 +5136,10 @@
)
(set_local $3
(i32.add
- (set_local $12
+ (tee_local $12
(select
(get_local $13)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $12)
(select
@@ -5106,7 +5163,7 @@
)
(i32.lt_u
(get_local $3)
- (set_local $15
+ (tee_local $15
(i32.add
(get_local $13)
(i32.const 16)
@@ -5120,16 +5177,16 @@
)
(i32.store
(i32.const 200)
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $20)
- (set_local $17
+ (tee_local $17
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $20)
(i32.const 8)
@@ -5152,7 +5209,7 @@
)
(i32.store
(i32.const 188)
- (set_local $14
+ (tee_local $14
(i32.sub
(i32.add
(get_local $22)
@@ -5183,7 +5240,7 @@
)
)
(i32.store
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $12)
(i32.const 4)
@@ -5239,7 +5296,7 @@
)
(loop $do-in$74
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $3)
(i32.const 4)
@@ -5275,7 +5332,7 @@
(i32.store offset=4
(get_local $13)
(i32.or
- (set_local $3
+ (tee_local $3
(i32.sub
(get_local $12)
(get_local $13)
@@ -5314,12 +5371,12 @@
)
(if
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $7
+ (tee_local $7
(i32.shl
(i32.const 1)
(get_local $6)
@@ -5328,9 +5385,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $17)
(i32.const 8)
@@ -5394,9 +5451,9 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $5
+ (tee_local $5
(if
- (set_local $17
+ (tee_local $17
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -5413,20 +5470,20 @@
(i32.shr_u
(get_local $3)
(i32.add
- (set_local $6
+ (tee_local $6
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $17
+ (tee_local $17
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $17)
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
@@ -5449,11 +5506,11 @@
)
(get_local $7)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $1)
(get_local $17)
@@ -5510,12 +5567,12 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $5)
@@ -5574,72 +5631,74 @@
(get_local $6)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $3)
- )
- (block
- (set_local $38
- (get_local $1)
+ (get_local $3)
)
- (set_local $9
- (i32.const 307)
+ (block
+ (set_local $38
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 307)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $6
- (i32.add
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $6
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $2)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $2)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $2
- (i32.shl
- (get_local $2)
- (i32.const 1)
+ (block
+ (set_local $2
+ (i32.shl
+ (get_local $2)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $7)
)
)
- (set_local $1
- (get_local $7)
- )
- )
- (block
- (set_local $46
- (get_local $6)
- )
- (set_local $53
- (get_local $1)
- )
- (set_local $9
- (i32.const 304)
+ (block
+ (set_local $46
+ (get_local $6)
+ )
+ (set_local $53
+ (get_local $1)
+ )
+ (set_local $9
+ (i32.const 304)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -5681,9 +5740,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $38)
(i32.const 8)
@@ -5691,7 +5750,7 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 192)
)
@@ -5735,7 +5794,7 @@
(if
(i32.or
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 192)
)
@@ -5779,7 +5838,7 @@
)
(loop $do-in$78
(i32.store offset=12
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 216)
(i32.shl
@@ -5799,7 +5858,7 @@
)
(br_if $do-in$78
(i32.ne
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $2)
(i32.const 1)
@@ -5811,16 +5870,16 @@
)
(i32.store
(i32.const 200)
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $20)
- (set_local $1
+ (tee_local $1
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $20)
(i32.const 8)
@@ -5843,7 +5902,7 @@
)
(i32.store
(i32.const 188)
- (set_local $3
+ (tee_local $3
(i32.sub
(i32.add
(get_local $22)
@@ -5878,7 +5937,7 @@
)
(if
(i32.gt_u
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 188)
)
@@ -5888,7 +5947,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $20
+ (tee_local $20
(i32.sub
(get_local $22)
(get_local $0)
@@ -5897,9 +5956,9 @@
)
(i32.store
(i32.const 200)
- (set_local $13
+ (tee_local $13
(i32.add
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 200)
)
@@ -5966,13 +6025,13 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const -8)
)
)
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 192)
)
@@ -5982,9 +6041,9 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.and
- (set_local $9
+ (tee_local $9
(i32.load
(i32.add
(get_local $0)
@@ -6002,7 +6061,7 @@
(set_local $8
(i32.add
(get_local $1)
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $9)
(i32.const -8)
@@ -6044,7 +6103,7 @@
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.sub
@@ -6068,9 +6127,9 @@
(if
(i32.ne
(i32.and
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $8)
(i32.const 4)
@@ -6139,12 +6198,12 @@
)
(if
(i32.ne
- (set_local $9
+ (tee_local $9
(i32.load offset=8
(get_local $0)
)
)
- (set_local $6
+ (tee_local $6
(i32.add
(i32.const 216)
(i32.shl
@@ -6222,7 +6281,7 @@
(if
(i32.eq
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $1)
(i32.const 8)
@@ -6269,7 +6328,7 @@
(block $do-once$2
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $0)
)
@@ -6278,11 +6337,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $0)
(i32.const 16)
@@ -6303,7 +6362,7 @@
)
(if
(i32.eqz
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $6)
)
@@ -6317,58 +6376,60 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (set_local $11
- (i32.load
- (set_local $5
- (i32.add
- (get_local $1)
- (i32.const 20)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $1)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $6
- (get_local $5)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $5)
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $5
- (i32.add
- (get_local $1)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $6
- (get_local $5)
- )
- )
- (block
- (set_local $5
- (get_local $1)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $5)
+ )
)
- (set_local $10
- (get_local $6)
+ (block
+ (set_local $5
+ (get_local $1)
+ )
+ (set_local $10
+ (get_local $6)
+ )
+ (br $while-out$4)
)
- (br $while-out$4)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -6390,7 +6451,7 @@
(block
(if
(i32.lt_u
- (set_local $5
+ (tee_local $5
(i32.load offset=8
(get_local $0)
)
@@ -6402,7 +6463,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $5)
(i32.const 12)
@@ -6416,7 +6477,7 @@
(if
(i32.eq
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $1)
(i32.const 8)
@@ -6450,11 +6511,11 @@
(i32.eq
(get_local $0)
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $0)
)
@@ -6513,7 +6574,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 16)
@@ -6550,7 +6611,7 @@
(if
(i32.lt_u
(get_local $4)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -6563,9 +6624,9 @@
(get_local $9)
)
(if
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 16)
@@ -6592,7 +6653,7 @@
)
)
(if
- (set_local $6
+ (tee_local $6
(i32.load offset=4
(get_local $5)
)
@@ -6654,9 +6715,9 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $8)
(i32.const 4)
@@ -6711,7 +6772,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.load
(i32.const 188)
@@ -6761,7 +6822,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.load
(i32.const 184)
@@ -6821,7 +6882,7 @@
(block $do-once$10
(if
(i32.eq
- (set_local $10
+ (tee_local $10
(i32.load offset=12
(get_local $8)
)
@@ -6830,11 +6891,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $8)
(i32.const 16)
@@ -6855,7 +6916,7 @@
)
(if
(i32.eqz
- (set_local $0
+ (tee_local $0
(i32.load
(get_local $6)
)
@@ -6869,50 +6930,52 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 20)
+ (loop $while-in$13
+ (block $while-out$12
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $6
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $1)
+ )
+ (br $while-in$13)
)
- (br $while-in$13)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $6
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $6
+ (get_local $1)
+ )
)
+ (br $while-out$12)
)
- (br $while-out$12)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -6936,7 +6999,7 @@
(block
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load offset=8
(get_local $8)
)
@@ -6950,7 +7013,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $1)
(i32.const 12)
@@ -6964,7 +7027,7 @@
(if
(i32.eq
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $10)
(i32.const 8)
@@ -6998,11 +7061,11 @@
(i32.eq
(get_local $8)
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(i32.const 480)
(i32.shl
- (set_local $10
+ (tee_local $10
(i32.load offset=28
(get_local $8)
)
@@ -7055,7 +7118,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $5)
(i32.const 16)
@@ -7083,7 +7146,7 @@
(if
(i32.lt_u
(get_local $12)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 192)
)
@@ -7096,9 +7159,9 @@
(get_local $5)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $8)
(i32.const 16)
@@ -7125,7 +7188,7 @@
)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $3)
)
@@ -7161,12 +7224,12 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $8)
)
)
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 216)
(i32.shl
@@ -7242,7 +7305,7 @@
(if
(i32.eq
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $10)
(i32.const 8)
@@ -7335,12 +7398,12 @@
)
(if
(i32.and
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 176)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $7)
@@ -7349,9 +7412,9 @@
)
(if
(i32.lt_u
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $1)
(i32.const 8)
@@ -7415,9 +7478,9 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(if
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $0)
(i32.const 8)
@@ -7434,20 +7497,20 @@
(i32.shr_u
(get_local $0)
(i32.add
- (set_local $3
+ (tee_local $3
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $15
+ (tee_local $15
(i32.shl
(get_local $1)
- (set_local $13
+ (tee_local $13
(i32.and
(i32.shr_u
(i32.add
@@ -7470,11 +7533,11 @@
)
(get_local $13)
)
- (set_local $15
+ (tee_local $15
(i32.and
(i32.shr_u
(i32.add
- (set_local $4
+ (tee_local $4
(i32.shl
(get_local $15)
(get_local $1)
@@ -7530,12 +7593,12 @@
)
(if
(i32.and
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 180)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $1)
@@ -7567,72 +7630,74 @@
(get_local $3)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $0)
- )
- (block
- (set_local $17
- (get_local $1)
+ (get_local $0)
)
- (set_local $0
- (i32.const 130)
+ (block
+ (set_local $17
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $16
- (i32.add
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $16
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $13)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $13
- (i32.shl
- (get_local $13)
- (i32.const 1)
+ (block
+ (set_local $13
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $7)
)
)
- (set_local $1
- (get_local $7)
- )
- )
- (block
- (set_local $18
- (get_local $16)
- )
- (set_local $19
- (get_local $1)
- )
- (set_local $0
- (i32.const 127)
+ (block
+ (set_local $18
+ (get_local $16)
+ )
+ (set_local $19
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -7674,9 +7739,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $13
+ (tee_local $13
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $17)
(i32.const 8)
@@ -7684,7 +7749,7 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 192)
)
@@ -7750,7 +7815,7 @@
)
(i32.store
(i32.const 208)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.load
(i32.const 208)
@@ -7766,22 +7831,24 @@
(i32.const 632)
)
)
- (loop $while-out$20 $while-in$21
- (if
- (set_local $2
- (i32.load
- (get_local $0)
+ (loop $while-in$21
+ (block $while-out$20
+ (if
+ (tee_local $2
+ (i32.load
+ (get_local $0)
+ )
)
- )
- (set_local $0
- (i32.add
- (get_local $2)
- (i32.const 8)
+ (set_local $0
+ (i32.add
+ (get_local $2)
+ (i32.const 8)
+ )
)
+ (br $while-out$20)
)
- (br $while-out$20)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -7806,16 +7873,11 @@
(local $17 i32)
(local $18 i32)
(set_local $11
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
@@ -7829,15 +7891,15 @@
(get_local $11)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $11)
(i32.const 32)
)
)
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $0)
(i32.const 28)
@@ -7848,10 +7910,10 @@
)
(i32.store offset=4
(get_local $3)
- (set_local $10
+ (tee_local $10
(i32.sub
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $0)
(i32.const 20)
@@ -7894,209 +7956,211 @@
(get_local $2)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (get_local $5)
- (set_local $6
- (if
- (i32.load
- (i32.const 8)
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 4)
- (get_local $0)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (get_local $5)
+ (tee_local $6
+ (if
+ (i32.load
+ (i32.const 8)
)
- (i32.store
- (get_local $13)
- (i32.load
- (get_local $1)
+ (block
+ (call_import $_pthread_cleanup_push
+ (i32.const 4)
+ (get_local $0)
)
- )
- (i32.store offset=4
- (get_local $13)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $13)
- (get_local $3)
- )
- (set_local $10
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
- (get_local $13)
+ (i32.store
+ (get_local $13)
+ (i32.load
+ (get_local $1)
)
)
- )
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
- )
- (get_local $10)
- )
- (block
- (i32.store
- (get_local $12)
- (i32.load
- (get_local $1)
+ (i32.store offset=4
+ (get_local $13)
+ (get_local $4)
)
+ (i32.store offset=8
+ (get_local $13)
+ (get_local $3)
+ )
+ (set_local $10
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $13)
+ )
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (get_local $10)
)
- (i32.store offset=4
- (get_local $12)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $12)
- (get_local $3)
- )
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (block
+ (i32.store
+ (get_local $12)
+ (i32.load
+ (get_local $1)
+ )
+ )
+ (i32.store offset=4
+ (get_local $12)
+ (get_local $4)
+ )
+ (i32.store offset=8
(get_local $12)
+ (get_local $3)
+ )
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $12)
+ )
)
)
)
)
)
- )
- (block
- (set_local $1
- (i32.const 6)
+ (block
+ (set_local $1
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $6)
- (i32.const 0)
)
- (block
- (set_local $17
- (get_local $4)
- )
- (set_local $18
- (get_local $3)
+ (if
+ (i32.lt_s
+ (get_local $6)
+ (i32.const 0)
)
- (set_local $1
- (i32.const 8)
+ (block
+ (set_local $17
+ (get_local $4)
+ )
+ (set_local $18
+ (get_local $3)
+ )
+ (set_local $1
+ (i32.const 8)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- )
- (set_local $10
- (i32.sub
- (get_local $5)
- (get_local $6)
)
- )
- (set_local $3
- (if
- (i32.le_u
+ (set_local $10
+ (i32.sub
+ (get_local $5)
(get_local $6)
- (set_local $5
- (i32.load offset=4
- (get_local $4)
- )
- )
)
+ )
+ (set_local $3
(if
- (i32.eq
- (get_local $3)
- (i32.const 2)
+ (i32.le_u
+ (get_local $6)
+ (tee_local $5
+ (i32.load offset=4
+ (get_local $4)
+ )
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $3)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $9)
+ (i32.add
+ (i32.load
+ (get_local $9)
+ )
+ (get_local $6)
+ )
+ )
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (i32.const 2)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (get_local $3)
+ )
+ (get_local $5)
+ )
)
(block
(i32.store
(get_local $9)
- (i32.add
+ (tee_local $7
(i32.load
- (get_local $9)
+ (get_local $8)
)
- (get_local $6)
)
)
- (set_local $7
- (get_local $4)
+ (i32.store
+ (get_local $14)
+ (get_local $7)
)
- (set_local $15
- (i32.const 2)
+ (set_local $6
+ (i32.sub
+ (get_local $6)
+ (get_local $5)
+ )
)
- (get_local $5)
- )
- (block
(set_local $7
- (get_local $4)
+ (i32.add
+ (get_local $4)
+ (i32.const 8)
+ )
)
(set_local $15
- (get_local $3)
- )
- (get_local $5)
- )
- )
- (block
- (i32.store
- (get_local $9)
- (set_local $7
- (i32.load
- (get_local $8)
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
)
)
- )
- (i32.store
- (get_local $14)
- (get_local $7)
- )
- (set_local $6
- (i32.sub
- (get_local $6)
- (get_local $5)
- )
- )
- (set_local $7
- (i32.add
+ (i32.load offset=12
(get_local $4)
- (i32.const 8)
- )
- )
- (set_local $15
- (i32.add
- (get_local $3)
- (i32.const -1)
)
)
- (i32.load offset=12
- (get_local $4)
+ )
+ )
+ (i32.store
+ (get_local $7)
+ (i32.add
+ (i32.load
+ (get_local $7)
)
+ (get_local $6)
)
)
- )
- (i32.store
- (get_local $7)
- (i32.add
- (i32.load
- (get_local $7)
+ (i32.store offset=4
+ (get_local $7)
+ (i32.sub
+ (get_local $3)
+ (get_local $6)
)
- (get_local $6)
)
- )
- (i32.store offset=4
- (get_local $7)
- (i32.sub
- (get_local $3)
- (get_local $6)
+ (set_local $4
+ (get_local $7)
)
+ (set_local $3
+ (get_local $15)
+ )
+ (set_local $5
+ (get_local $10)
+ )
+ (br $while-in$1)
)
- (set_local $4
- (get_local $7)
- )
- (set_local $3
- (get_local $15)
- )
- (set_local $5
- (get_local $10)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -8107,7 +8171,7 @@
(i32.store offset=16
(get_local $0)
(i32.add
- (set_local $5
+ (tee_local $5
(i32.load
(get_local $8)
)
@@ -8119,7 +8183,7 @@
)
(i32.store
(get_local $9)
- (set_local $8
+ (tee_local $8
(get_local $5)
)
)
@@ -8176,8 +8240,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $11)
)
(get_local $16)
@@ -8189,9 +8252,9 @@
(local $6 i32)
(local $7 i32)
(if
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $2)
(i32.const 16)
@@ -8234,9 +8297,9 @@
)
(block
(set_local $6
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 20)
@@ -8256,6 +8319,9 @@
(block
(set_local $4
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8265,9 +8331,6 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $1)
)
)
(br $label$break$L5)
@@ -8286,53 +8349,58 @@
(set_local $3
(get_local $1)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $3)
- )
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $3
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $3)
)
- (br $label$break$L10
- (get_local $1)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $3
+ (i32.const 0)
+ )
+ (br $label$break$L10
+ (get_local $1)
+ )
)
)
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
- (get_local $0)
- (set_local $7
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $0)
+ (tee_local $7
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $4
- (get_local $3)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (br $while-out$2)
+ )
+ (set_local $3
+ (get_local $7)
)
- (br $while-out$2)
- )
- (set_local $3
- (get_local $7)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
- (if
+ (br_if $label$break$L5
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $4)
(i32.add
(i32.and
(i32.load offset=36
@@ -8342,13 +8410,9 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $4)
)
(get_local $4)
)
- (br $label$break$L5)
)
(set_local $2
(i32.add
@@ -8381,10 +8445,12 @@
)
)
)
- (call $_memcpy
- (get_local $6)
- (get_local $2)
- (get_local $0)
+ (drop
+ (call $_memcpy
+ (get_local $6)
+ (get_local $2)
+ (get_local $0)
+ )
)
(i32.store
(get_local $5)
@@ -8468,7 +8534,7 @@
(i32.const 36)
)
(if
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 32)
)
@@ -8480,64 +8546,66 @@
(set_local $2
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (set_local $0
- (if
- (i32.gt_s
- (i32.load offset=76
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $0
+ (if
+ (i32.gt_s
+ (i32.load offset=76
+ (get_local $1)
+ )
+ (i32.const -1)
+ )
+ (call $___lockfile
(get_local $1)
)
- (i32.const -1)
- )
- (call $___lockfile
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $2
- (if
- (i32.gt_u
- (i32.load offset=20
- (get_local $1)
- )
- (i32.load offset=28
- (get_local $1)
+ (set_local $2
+ (if
+ (i32.gt_u
+ (i32.load offset=20
+ (get_local $1)
+ )
+ (i32.load offset=28
+ (get_local $1)
+ )
)
- )
- (i32.or
- (call $___fflush_unlocked
- (get_local $1)
+ (i32.or
+ (call $___fflush_unlocked
+ (get_local $1)
+ )
+ (get_local $2)
)
(get_local $2)
)
- (get_local $2)
)
- )
- (if
- (get_local $0)
- (call $___unlockfile
- (get_local $1)
- )
- )
- (if
- (set_local $1
- (i32.load offset=56
+ (if
+ (get_local $0)
+ (call $___unlockfile
(get_local $1)
)
)
- (get_local $2)
- (block
- (set_local $0
- (get_local $2)
+ (if
+ (i32.eqz
+ (tee_local $1
+ (i32.load offset=56
+ (get_local $1)
+ )
+ )
+ )
+ (block
+ (set_local $0
+ (get_local $2)
+ )
+ (br $while-out$2)
)
- (br $while-out$2)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
- (get_local $0)
)
(call_import $___unlock
(i32.const 36)
@@ -8556,7 +8624,7 @@
(block $label$break$L1
(if
(i32.and
- (set_local $3
+ (tee_local $3
(get_local $0)
)
(i32.const 3)
@@ -8565,44 +8633,47 @@
(set_local $4
(get_local $3)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $0)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $0)
+ )
)
- )
- (block
- (set_local $5
- (get_local $4)
+ (block
+ (set_local $5
+ (get_local $4)
+ )
+ (br $label$break$L1)
)
- (br $label$break$L1)
)
- )
- (if
- (i32.and
- (set_local $4
- (set_local $0
- (i32.add
- (get_local $0)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (i32.and
+ (tee_local $4
+ (tee_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
)
+ (i32.const 3)
)
)
- (i32.const 3)
- )
- (get_local $0)
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $1
- (i32.const 4)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $1
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -8624,34 +8695,36 @@
(set_local $1
(get_local $2)
)
- (loop $while-out$3 $while-in$4
- (if
- (i32.and
- (i32.xor
- (i32.and
- (set_local $2
- (i32.load
- (get_local $1)
+ (loop $while-in$4
+ (block $while-out$3
+ (if
+ (i32.and
+ (i32.xor
+ (i32.and
+ (tee_local $2
+ (i32.load
+ (get_local $1)
+ )
)
+ (i32.const -2139062144)
)
(i32.const -2139062144)
)
- (i32.const -2139062144)
- )
- (i32.add
- (get_local $2)
- (i32.const -16843009)
+ (i32.add
+ (get_local $2)
+ (i32.const -16843009)
+ )
)
- )
- (br $while-out$3)
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (br $while-out$3)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.shr_s
@@ -8668,25 +8741,26 @@
(set_local $2
(get_local $1)
)
- (loop $while-out$5 $while-in$6
- (if
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (loop $while-in$6
+ (block $while-out$5
+ (if
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
+ (set_local $2
+ (get_local $1)
+ )
+ (br $while-out$5)
)
- (set_local $2
- (get_local $1)
- )
- (br $while-out$5)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
- (get_local $1)
)
(set_local $5
(get_local $1)
@@ -8709,24 +8783,19 @@
(local $9 i32)
(local $10 i32)
(set_local $5
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(i32.store8
- (set_local $6
+ (tee_local $6
(get_local $5)
)
- (set_local $9
+ (tee_local $9
(i32.and
(get_local $1)
(i32.const 255)
@@ -8734,9 +8803,9 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 16)
@@ -8781,9 +8850,9 @@
(if
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -8794,7 +8863,7 @@
(get_local $7)
)
(i32.ne
- (set_local $10
+ (tee_local $10
(i32.and
(get_local $1)
(i32.const 255)
@@ -8828,6 +8897,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (get_local $6)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8837,9 +8909,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (get_local $6)
- (i32.const 1)
)
(i32.const 1)
)
@@ -8852,8 +8921,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $5)
)
(get_local $4)
@@ -8869,7 +8937,7 @@
(if
(i32.gt_u
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 20)
@@ -8877,7 +8945,7 @@
)
)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 28)
@@ -8886,19 +8954,21 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(i32.eq
(i32.load
@@ -8913,9 +8983,9 @@
(block
(if
(i32.lt_u
- (set_local $4
+ (tee_local $4
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 4)
@@ -8923,9 +8993,9 @@
)
)
)
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 8)
@@ -8935,6 +9005,12 @@
)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.sub
+ (get_local $4)
+ (get_local $6)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=40
@@ -8944,12 +9020,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (i32.sub
- (get_local $4)
- (get_local $6)
- )
- (i32.const 1)
)
)
(i32.store offset=16
@@ -9006,116 +9076,122 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.eqz
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $2)
- )
- (return
- (get_local $3)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (if
+ (i32.eqz
+ (get_local $2)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.lt_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.lt_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
+ )
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.le_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.le_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(get_local $3)
)
@@ -9143,7 +9219,7 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(get_local $1)
(i32.const 255)
@@ -9172,7 +9248,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 3)
@@ -9188,66 +9264,72 @@
(get_local $3)
)
)
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.ge_s
- (get_local $0)
- (get_local $3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.ge_s
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.ge_s
- (get_local $0)
- (get_local $6)
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.ge_s
+ (get_local $0)
+ (get_local $6)
+ )
)
- )
- (i32.store
- (get_local $0)
- (get_local $5)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (get_local $5)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.ge_s
- (get_local $0)
- (get_local $4)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.ge_s
+ (get_local $0)
+ (get_local $4)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(i32.sub
(get_local $0)
@@ -9263,7 +9345,7 @@
(if
(i32.gt_s
(i32.load offset=76
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 52)
)
@@ -9298,9 +9380,9 @@
(i32.const 10)
)
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $1)
(i32.const 20)
@@ -9360,21 +9442,16 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $4)
)
(i32.load offset=60
@@ -9391,7 +9468,7 @@
)
(i32.store offset=12
(get_local $3)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 20)
@@ -9425,8 +9502,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $0)
@@ -9436,7 +9512,7 @@
(local $2 i32)
(set_local $2
(i32.load8_s
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 74)
@@ -9456,7 +9532,7 @@
)
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(get_local $0)
)
@@ -9484,7 +9560,7 @@
)
(i32.store offset=28
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load offset=44
(get_local $0)
)
@@ -9518,7 +9594,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(if
(i32.gt_s
(i32.load offset=76
@@ -9573,16 +9649,11 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
@@ -9644,73 +9715,56 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $3)
)
(func $copyTempDouble (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
)
(i32.store8 offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=4
(get_local $0)
)
)
(i32.store8 offset=5
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=5
(get_local $0)
)
)
(i32.store8 offset=6
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=6
(get_local $0)
)
)
(i32.store8 offset=7
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=7
(get_local $0)
)
@@ -9720,21 +9774,16 @@
(local $1 i32)
(local $2 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(i32.store
- (set_local $2
+ (tee_local $2
(get_local $1)
)
(i32.load offset=60
@@ -9749,41 +9798,32 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $1)
)
(get_local $0)
)
(func $copyTempFloat (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
@@ -9810,6 +9850,9 @@
)
(func $dynCall_iiii (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect $FUNCSIG$iiii
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
(i32.add
(i32.and
(get_local $0)
@@ -9817,34 +9860,23 @@
)
(i32.const 2)
)
- (get_local $1)
- (get_local $2)
- (get_local $3)
)
)
(func $stackAlloc (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $0)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -9866,17 +9898,13 @@
(func $setThrew (param $0 i32) (param $1 i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $__THREW__)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $__THREW__
(get_local $0)
)
- (i32.store
- (i32.const 48)
+ (set_global $threwValue
(get_local $1)
)
)
@@ -9897,6 +9925,7 @@
)
(func $dynCall_ii (param $0 i32) (param $1 i32) (result i32)
(call_indirect $FUNCSIG$ii
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -9904,7 +9933,6 @@
)
(i32.const 0)
)
- (get_local $1)
)
)
(func $_cleanup_418 (param $0 i32)
@@ -9920,17 +9948,16 @@
)
)
(func $establishStackSpace (param $0 i32) (param $1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $1)
)
)
(func $dynCall_vi (param $0 i32) (param $1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -9938,7 +9965,6 @@
)
(i32.const 10)
)
- (get_local $1)
)
)
(func $b1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
@@ -9948,14 +9974,12 @@
(i32.const 0)
)
(func $stackRestore (param $0 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
)
(func $setTempRet0 (param $0 i32)
- (i32.store
- (i32.const 160)
+ (set_global $tempRet0
(get_local $0)
)
)
@@ -9972,20 +9996,18 @@
(i32.const 0)
)
(func $getTempRet0 (result i32)
- (i32.load
- (i32.const 160)
- )
+ (get_global $tempRet0)
)
(func $_main (result i32)
- (call $_puts
- (i32.const 672)
+ (drop
+ (call $_puts
+ (i32.const 672)
+ )
)
(i32.const 0)
)
(func $stackSave (result i32)
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(func $b2 (param $0 i32)
(call_import $abort
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise.no-opts b/test/emcc_O2_hello_world.fromasm.imprecise.no-opts
index 494915489..b125481a7 100644
--- a/test/emcc_O2_hello_world.fromasm.imprecise.no-opts
+++ b/test/emcc_O2_hello_world.fromasm.imprecise.no-opts
@@ -1,6 +1,5 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
@@ -8,39 +7,73 @@
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___lock "env" "___lock" (param i32))
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_abort "env" "_abort")
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $b1 $___stdio_write $b1 $b1 $b2 $b2 $b2 $b2 $_cleanup_418 $b2 $b2 $b2)
(func $_malloc (param $i1 i32) (result i32)
@@ -880,88 +913,90 @@
(set_local $i7
(get_local $i10)
)
- (loop $while-out$6 $while-in$7
- (set_local $i10
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 16)
+ (loop $while-in$7
+ (block $while-out$6
+ (set_local $i10
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 16)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $i10)
- )
- (block
- (set_local $i15
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 20)
- )
- )
+ (if
+ (i32.eqz
+ (get_local $i10)
)
- (if
- (i32.eqz
- (get_local $i15)
+ (block
+ (set_local $i15
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 20)
+ )
+ )
)
- (block
- (set_local $i21
- (get_local $i5)
+ (if
+ (i32.eqz
+ (get_local $i15)
)
- (set_local $i22
- (get_local $i7)
+ (block
+ (set_local $i21
+ (get_local $i5)
+ )
+ (set_local $i22
+ (get_local $i7)
+ )
+ (br $while-out$6)
+ )
+ (set_local $i23
+ (get_local $i15)
)
- (br $while-out$6)
- )
- (set_local $i23
- (get_local $i15)
)
)
+ (set_local $i23
+ (get_local $i10)
+ )
)
- (set_local $i23
- (get_local $i10)
- )
- )
- (set_local $i10
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $i23)
- (i32.const 4)
+ (set_local $i10
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i23)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $i2)
)
- (get_local $i2)
)
- )
- (set_local $i15
- (i32.lt_u
- (get_local $i10)
- (get_local $i5)
+ (set_local $i15
+ (i32.lt_u
+ (get_local $i10)
+ (get_local $i5)
+ )
)
- )
- (set_local $i5
- (if
- (get_local $i15)
- (get_local $i10)
- (get_local $i5)
+ (set_local $i5
+ (if
+ (get_local $i15)
+ (get_local $i10)
+ (get_local $i5)
+ )
)
- )
- (set_local $i3
- (get_local $i23)
- )
- (set_local $i7
- (if
- (get_local $i15)
+ (set_local $i3
(get_local $i23)
- (get_local $i7)
)
+ (set_local $i7
+ (if
+ (get_local $i15)
+ (get_local $i23)
+ (get_local $i7)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(set_local $i7
(i32.load
@@ -1067,64 +1102,66 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (set_local $i14
- (i32.add
- (get_local $i25)
- (i32.const 20)
- )
- )
- (set_local $i17
- (i32.load
- (get_local $i14)
- )
- )
- (if
- (get_local $i17)
- (block
- (set_local $i25
- (get_local $i17)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $i14
+ (i32.add
+ (get_local $i25)
+ (i32.const 20)
)
- (set_local $i26
+ )
+ (set_local $i17
+ (i32.load
(get_local $i14)
)
- (br $while-in$11)
- )
- )
- (set_local $i14
- (i32.add
- (get_local $i25)
- (i32.const 16)
- )
- )
- (set_local $i17
- (i32.load
- (get_local $i14)
)
- )
- (if
- (i32.eqz
+ (if
(get_local $i17)
+ (block
+ (set_local $i25
+ (get_local $i17)
+ )
+ (set_local $i26
+ (get_local $i14)
+ )
+ (br $while-in$11)
+ )
)
- (block
- (set_local $i27
+ (set_local $i14
+ (i32.add
(get_local $i25)
+ (i32.const 16)
)
- (set_local $i28
- (get_local $i26)
+ )
+ (set_local $i17
+ (i32.load
+ (get_local $i14)
)
- (br $while-out$10)
)
- (block
- (set_local $i25
+ (if
+ (i32.eqz
(get_local $i17)
)
- (set_local $i26
- (get_local $i14)
+ (block
+ (set_local $i27
+ (get_local $i25)
+ )
+ (set_local $i28
+ (get_local $i26)
+ )
+ (br $while-out$10)
+ )
+ (block
+ (set_local $i25
+ (get_local $i17)
+ )
+ (set_local $i26
+ (get_local $i14)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -1829,156 +1866,158 @@
(set_local $i8
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (set_local $i16
- (i32.and
- (i32.load
- (i32.add
- (get_local $i17)
- (i32.const 4)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $i16
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i17)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- )
- (set_local $i9
- (i32.sub
- (get_local $i16)
- (get_local $i5)
)
- )
- (if
- (i32.lt_u
- (get_local $i9)
- (get_local $i12)
- )
- (if
- (i32.eq
+ (set_local $i9
+ (i32.sub
(get_local $i16)
(get_local $i5)
)
- (block
- (set_local $i37
- (get_local $i9)
- )
- (set_local $i38
- (get_local $i17)
+ )
+ (if
+ (i32.lt_u
+ (get_local $i9)
+ (get_local $i12)
+ )
+ (if
+ (i32.eq
+ (get_local $i16)
+ (get_local $i5)
)
- (set_local $i39
- (get_local $i17)
+ (block
+ (set_local $i37
+ (get_local $i9)
+ )
+ (set_local $i38
+ (get_local $i17)
+ )
+ (set_local $i39
+ (get_local $i17)
+ )
+ (set_local $i36
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $i36
- (i32.const 90)
+ (block
+ (set_local $i40
+ (get_local $i9)
+ )
+ (set_local $i41
+ (get_local $i17)
+ )
)
- (br $label$break$L123)
)
(block
(set_local $i40
- (get_local $i9)
+ (get_local $i12)
)
(set_local $i41
- (get_local $i17)
+ (get_local $i8)
)
)
)
- (block
- (set_local $i40
- (get_local $i12)
- )
- (set_local $i41
- (get_local $i8)
- )
- )
- )
- (set_local $i9
- (i32.load
- (i32.add
- (get_local $i17)
- (i32.const 20)
- )
- )
- )
- (set_local $i17
- (i32.load
- (i32.add
+ (set_local $i9
+ (i32.load
(i32.add
(get_local $i17)
- (i32.const 16)
+ (i32.const 20)
)
- (i32.shl
- (i32.shr_u
- (get_local $i7)
- (i32.const 31)
+ )
+ )
+ (set_local $i17
+ (i32.load
+ (i32.add
+ (i32.add
+ (get_local $i17)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i7)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
- )
- (set_local $i16
- (if
- (i32.or
- (i32.eq
- (get_local $i9)
- (i32.const 0)
- )
- (i32.eq
- (get_local $i9)
- (get_local $i17)
+ (set_local $i16
+ (if
+ (i32.or
+ (i32.eq
+ (get_local $i9)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $i9)
+ (get_local $i17)
+ )
)
+ (get_local $i10)
+ (get_local $i9)
)
- (get_local $i10)
- (get_local $i9)
)
- )
- (set_local $i9
- (i32.eq
- (get_local $i17)
- (i32.const 0)
- )
- )
- (if
- (get_local $i9)
- (block
- (set_local $i33
- (get_local $i40)
- )
- (set_local $i34
- (get_local $i16)
- )
- (set_local $i35
- (get_local $i41)
- )
- (set_local $i36
- (i32.const 86)
+ (set_local $i9
+ (i32.eq
+ (get_local $i17)
+ (i32.const 0)
)
- (br $while-out$17)
)
- (block
- (set_local $i12
- (get_local $i40)
- )
- (set_local $i10
- (get_local $i16)
+ (if
+ (get_local $i9)
+ (block
+ (set_local $i33
+ (get_local $i40)
+ )
+ (set_local $i34
+ (get_local $i16)
+ )
+ (set_local $i35
+ (get_local $i41)
+ )
+ (set_local $i36
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $i7
- (i32.shl
- (get_local $i7)
- (i32.xor
- (i32.and
- (get_local $i9)
+ (block
+ (set_local $i12
+ (get_local $i40)
+ )
+ (set_local $i10
+ (get_local $i16)
+ )
+ (set_local $i7
+ (i32.shl
+ (get_local $i7)
+ (i32.xor
+ (i32.and
+ (get_local $i9)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $i8
- (get_local $i41)
+ (set_local $i8
+ (get_local $i41)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -2179,104 +2218,106 @@
(get_local $i36)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $i36
- (i32.const 0)
- )
- (set_local $i8
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $i38)
- (i32.const 4)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $i36
+ (i32.const 0)
+ )
+ (set_local $i8
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i38)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $i5)
)
- (get_local $i5)
)
- )
- (set_local $i7
- (i32.lt_u
- (get_local $i8)
- (get_local $i37)
- )
- )
- (set_local $i3
- (if
- (get_local $i7)
- (get_local $i8)
- (get_local $i37)
- )
- )
- (set_local $i8
- (if
- (get_local $i7)
- (get_local $i38)
- (get_local $i39)
- )
- )
- (set_local $i7
- (i32.load
- (i32.add
- (get_local $i38)
- (i32.const 16)
+ (set_local $i7
+ (i32.lt_u
+ (get_local $i8)
+ (get_local $i37)
)
)
- )
- (if
- (get_local $i7)
- (block
- (set_local $i37
- (get_local $i3)
- )
- (set_local $i38
+ (set_local $i3
+ (if
(get_local $i7)
- )
- (set_local $i39
(get_local $i8)
+ (get_local $i37)
)
- (set_local $i36
- (i32.const 90)
- )
- (br $while-in$20)
)
- )
- (set_local $i38
- (i32.load
- (i32.add
+ (set_local $i8
+ (if
+ (get_local $i7)
(get_local $i38)
- (i32.const 20)
+ (get_local $i39)
)
)
- )
- (if
- (i32.eqz
- (get_local $i38)
+ (set_local $i7
+ (i32.load
+ (i32.add
+ (get_local $i38)
+ (i32.const 16)
+ )
+ )
)
- (block
- (set_local $i43
- (get_local $i3)
+ (if
+ (get_local $i7)
+ (block
+ (set_local $i37
+ (get_local $i3)
+ )
+ (set_local $i38
+ (get_local $i7)
+ )
+ (set_local $i39
+ (get_local $i8)
+ )
+ (set_local $i36
+ (i32.const 90)
+ )
+ (br $while-in$20)
)
- (set_local $i44
- (get_local $i8)
+ )
+ (set_local $i38
+ (i32.load
+ (i32.add
+ (get_local $i38)
+ (i32.const 20)
+ )
)
- (br $while-out$19)
)
- (block
- (set_local $i37
- (get_local $i3)
+ (if
+ (i32.eqz
+ (get_local $i38)
)
- (set_local $i39
- (get_local $i8)
+ (block
+ (set_local $i43
+ (get_local $i3)
+ )
+ (set_local $i44
+ (get_local $i8)
+ )
+ (br $while-out$19)
)
- (set_local $i36
- (i32.const 90)
+ (block
+ (set_local $i37
+ (get_local $i3)
+ )
+ (set_local $i39
+ (get_local $i8)
+ )
+ (set_local $i36
+ (i32.const 90)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -2401,64 +2442,66 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (set_local $i2
- (i32.add
- (get_local $i46)
- (i32.const 20)
- )
- )
- (set_local $i14
- (i32.load
- (get_local $i2)
- )
- )
- (if
- (get_local $i14)
- (block
- (set_local $i46
- (get_local $i14)
+ (loop $while-in$24
+ (block $while-out$23
+ (set_local $i2
+ (i32.add
+ (get_local $i46)
+ (i32.const 20)
)
- (set_local $i47
+ )
+ (set_local $i14
+ (i32.load
(get_local $i2)
)
- (br $while-in$24)
- )
- )
- (set_local $i2
- (i32.add
- (get_local $i46)
- (i32.const 16)
)
- )
- (set_local $i14
- (i32.load
- (get_local $i2)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $i14)
+ (block
+ (set_local $i46
+ (get_local $i14)
+ )
+ (set_local $i47
+ (get_local $i2)
+ )
+ (br $while-in$24)
+ )
)
- (block
- (set_local $i48
+ (set_local $i2
+ (i32.add
(get_local $i46)
+ (i32.const 16)
)
- (set_local $i49
- (get_local $i47)
+ )
+ (set_local $i14
+ (i32.load
+ (get_local $i2)
)
- (br $while-out$23)
)
- (block
- (set_local $i46
+ (if
+ (i32.eqz
(get_local $i14)
)
- (set_local $i47
- (get_local $i2)
+ (block
+ (set_local $i48
+ (get_local $i46)
+ )
+ (set_local $i49
+ (get_local $i47)
+ )
+ (br $while-out$23)
+ )
+ (block
+ (set_local $i46
+ (get_local $i14)
+ )
+ (set_local $i47
+ (get_local $i2)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -3109,79 +3152,81 @@
(get_local $i3)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i7)
- (i32.const 4)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i7)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $i43)
- )
- (block
- (set_local $i53
- (get_local $i7)
+ (get_local $i43)
)
- (set_local $i36
- (i32.const 148)
+ (block
+ (set_local $i53
+ (get_local $i7)
+ )
+ (set_local $i36
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (set_local $i3
- (i32.add
+ (set_local $i3
(i32.add
- (get_local $i7)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i4)
- (i32.const 31)
+ (i32.add
+ (get_local $i7)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i4)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i2
- (i32.load
- (get_local $i3)
- )
- )
- (if
- (i32.eqz
- (get_local $i2)
- )
- (block
- (set_local $i54
+ (set_local $i2
+ (i32.load
(get_local $i3)
)
- (set_local $i55
- (get_local $i7)
- )
- (set_local $i36
- (i32.const 145)
- )
- (br $while-out$31)
)
- (block
- (set_local $i4
- (i32.shl
- (get_local $i4)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i2)
+ )
+ (block
+ (set_local $i54
+ (get_local $i3)
+ )
+ (set_local $i55
+ (get_local $i7)
)
+ (set_local $i36
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $i7
- (get_local $i2)
+ (block
+ (set_local $i4
+ (i32.shl
+ (get_local $i4)
+ (i32.const 1)
+ )
+ )
+ (set_local $i7
+ (get_local $i2)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -3736,67 +3781,69 @@
(set_local $i50
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (set_local $i51
- (i32.load
- (get_local $i50)
+ (loop $while-in$38
+ (block $while-out$37
+ (set_local $i51
+ (i32.load
+ (get_local $i50)
+ )
)
- )
- (if
(if
- (i32.le_u
- (get_local $i51)
- (get_local $i52)
- )
- (block
- (set_local $i45
- (i32.add
- (get_local $i50)
- (i32.const 4)
- )
+ (if
+ (i32.le_u
+ (get_local $i51)
+ (get_local $i52)
)
- (i32.gt_u
- (i32.add
- (get_local $i51)
- (i32.load
- (get_local $i45)
+ (block
+ (set_local $i45
+ (i32.add
+ (get_local $i50)
+ (i32.const 4)
)
)
- (get_local $i52)
+ (i32.gt_u
+ (i32.add
+ (get_local $i51)
+ (i32.load
+ (get_local $i45)
+ )
+ )
+ (get_local $i52)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $i56
- (get_local $i50)
+ (block
+ (set_local $i56
+ (get_local $i50)
+ )
+ (set_local $i57
+ (get_local $i45)
+ )
+ (br $while-out$37)
)
- (set_local $i57
- (get_local $i45)
+ )
+ (set_local $i50
+ (i32.load
+ (i32.add
+ (get_local $i50)
+ (i32.const 8)
+ )
)
- (br $while-out$37)
)
- )
- (set_local $i50
- (i32.load
- (i32.add
+ (if
+ (i32.eqz
(get_local $i50)
- (i32.const 8)
)
- )
- )
- (if
- (i32.eqz
- (get_local $i50)
- )
- (block
- (set_local $i36
- (i32.const 173)
+ (block
+ (set_local $i36
+ (i32.const 173)
+ )
+ (br $label$break$L259)
)
- (br $label$break$L259)
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(set_local $i50
(i32.and
@@ -4091,8 +4138,10 @@
(i32.const -1)
)
(block
- (call_import $_sbrk
- (get_local $i45)
+ (drop
+ (call_import $_sbrk
+ (get_local $i45)
+ )
)
(br $label$break$L279)
)
@@ -4267,64 +4316,66 @@
(set_local $i63
(i32.const 624)
)
- (loop $do-out$46 $do-in$47
- (set_local $i43
- (i32.load
- (get_local $i63)
- )
- )
- (set_local $i61
- (i32.add
- (get_local $i63)
- (i32.const 4)
- )
- )
- (set_local $i44
- (i32.load
- (get_local $i61)
+ (loop $do-in$47
+ (block $do-out$46
+ (set_local $i43
+ (i32.load
+ (get_local $i63)
+ )
)
- )
- (if
- (i32.eq
- (get_local $i58)
+ (set_local $i61
(i32.add
- (get_local $i43)
- (get_local $i44)
+ (get_local $i63)
+ (i32.const 4)
)
)
- (block
- (set_local $i64
- (get_local $i43)
- )
- (set_local $i65
+ (set_local $i44
+ (i32.load
(get_local $i61)
)
- (set_local $i66
- (get_local $i44)
+ )
+ (if
+ (i32.eq
+ (get_local $i58)
+ (i32.add
+ (get_local $i43)
+ (get_local $i44)
+ )
)
- (set_local $i67
- (get_local $i63)
+ (block
+ (set_local $i64
+ (get_local $i43)
+ )
+ (set_local $i65
+ (get_local $i61)
+ )
+ (set_local $i66
+ (get_local $i44)
+ )
+ (set_local $i67
+ (get_local $i63)
+ )
+ (set_local $i36
+ (i32.const 203)
+ )
+ (br $do-out$46)
)
- (set_local $i36
- (i32.const 203)
+ )
+ (set_local $i63
+ (i32.load
+ (i32.add
+ (get_local $i63)
+ (i32.const 8)
+ )
)
- (br $do-out$46)
)
- )
- (set_local $i63
- (i32.load
- (i32.add
+ (br_if $do-in$47
+ (i32.ne
(get_local $i63)
- (i32.const 8)
+ (i32.const 0)
)
)
)
- (br_if $do-in$47
- (i32.ne
- (get_local $i63)
- (i32.const 0)
- )
- )
)
(if
(if
@@ -4478,47 +4529,49 @@
(set_local $i63
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $i63)
- )
- (get_local $i61)
- )
- (block
- (set_local $i69
- (get_local $i63)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $i63)
+ )
+ (get_local $i61)
)
- (set_local $i70
- (get_local $i63)
+ (block
+ (set_local $i69
+ (get_local $i63)
+ )
+ (set_local $i70
+ (get_local $i63)
+ )
+ (set_local $i36
+ (i32.const 211)
+ )
+ (br $while-out$48)
)
- (set_local $i36
- (i32.const 211)
+ )
+ (set_local $i63
+ (i32.load
+ (i32.add
+ (get_local $i63)
+ (i32.const 8)
+ )
)
- (br $while-out$48)
)
- )
- (set_local $i63
- (i32.load
- (i32.add
+ (if
+ (i32.eqz
(get_local $i63)
- (i32.const 8)
)
- )
- )
- (if
- (i32.eqz
- (get_local $i63)
- )
- (block
- (set_local $i71
- (i32.const 624)
+ (block
+ (set_local $i71
+ (i32.const 624)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -4804,64 +4857,66 @@
)
)
)
- (loop $while-out$55 $while-in$56
- (set_local $i5
- (i32.add
- (get_local $i73)
- (i32.const 20)
- )
- )
- (set_local $i52
- (i32.load
- (get_local $i5)
- )
- )
- (if
- (get_local $i52)
- (block
- (set_local $i73
- (get_local $i52)
+ (loop $while-in$56
+ (block $while-out$55
+ (set_local $i5
+ (i32.add
+ (get_local $i73)
+ (i32.const 20)
)
- (set_local $i74
+ )
+ (set_local $i52
+ (i32.load
(get_local $i5)
)
- (br $while-in$56)
- )
- )
- (set_local $i5
- (i32.add
- (get_local $i73)
- (i32.const 16)
- )
- )
- (set_local $i52
- (i32.load
- (get_local $i5)
)
- )
- (if
- (i32.eqz
+ (if
(get_local $i52)
+ (block
+ (set_local $i73
+ (get_local $i52)
+ )
+ (set_local $i74
+ (get_local $i5)
+ )
+ (br $while-in$56)
+ )
)
- (block
- (set_local $i75
+ (set_local $i5
+ (i32.add
(get_local $i73)
+ (i32.const 16)
)
- (set_local $i76
- (get_local $i74)
+ )
+ (set_local $i52
+ (i32.load
+ (get_local $i5)
)
- (br $while-out$55)
)
- (block
- (set_local $i73
+ (if
+ (i32.eqz
(get_local $i52)
)
- (set_local $i74
- (get_local $i5)
+ (block
+ (set_local $i75
+ (get_local $i73)
+ )
+ (set_local $i76
+ (get_local $i74)
+ )
+ (br $while-out$55)
+ )
+ (block
+ (set_local $i73
+ (get_local $i52)
+ )
+ (set_local $i74
+ (get_local $i5)
+ )
)
)
+ (br $while-in$56)
)
- (br $while-in$56)
)
(if
(i32.lt_u
@@ -5690,79 +5745,81 @@
(get_local $i5)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i62)
- (i32.const 4)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i62)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $i79)
)
- (get_local $i79)
- )
- (block
- (set_local $i83
- (get_local $i62)
- )
- (set_local $i36
- (i32.const 281)
+ (block
+ (set_local $i83
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 281)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (set_local $i5
- (i32.add
+ (set_local $i5
(i32.add
- (get_local $i62)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i50)
- (i32.const 31)
+ (i32.add
+ (get_local $i62)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i50)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i57
- (i32.load
- (get_local $i5)
- )
- )
- (if
- (i32.eqz
- (get_local $i57)
- )
- (block
- (set_local $i84
+ (set_local $i57
+ (i32.load
(get_local $i5)
)
- (set_local $i85
- (get_local $i62)
- )
- (set_local $i36
- (i32.const 278)
- )
- (br $while-out$69)
)
- (block
- (set_local $i50
- (i32.shl
- (get_local $i50)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i57)
+ )
+ (block
+ (set_local $i84
+ (get_local $i5)
+ )
+ (set_local $i85
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 278)
)
+ (br $while-out$69)
)
- (set_local $i62
- (get_local $i57)
+ (block
+ (set_local $i50
+ (i32.shl
+ (get_local $i50)
+ (i32.const 1)
+ )
+ )
+ (set_local $i62
+ (get_local $i57)
+ )
)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -5925,53 +5982,55 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (set_local $i63
- (i32.load
- (get_local $i71)
+ (loop $while-in$72
+ (block $while-out$71
+ (set_local $i63
+ (i32.load
+ (get_local $i71)
+ )
)
- )
- (if
(if
- (i32.le_u
- (get_local $i63)
- (get_local $i60)
- )
- (block
- (set_local $i53
- (i32.add
- (get_local $i63)
- (i32.load
- (i32.add
- (get_local $i71)
- (i32.const 4)
+ (if
+ (i32.le_u
+ (get_local $i63)
+ (get_local $i60)
+ )
+ (block
+ (set_local $i53
+ (i32.add
+ (get_local $i63)
+ (i32.load
+ (i32.add
+ (get_local $i71)
+ (i32.const 4)
+ )
)
)
)
+ (i32.gt_u
+ (get_local $i53)
+ (get_local $i60)
+ )
)
- (i32.gt_u
+ (i32.const 0)
+ )
+ (block
+ (set_local $i86
(get_local $i53)
- (get_local $i60)
)
+ (br $while-out$71)
)
- (i32.const 0)
- )
- (block
- (set_local $i86
- (get_local $i53)
- )
- (br $while-out$71)
)
- )
- (set_local $i71
- (i32.load
- (i32.add
- (get_local $i71)
- (i32.const 8)
+ (set_local $i71
+ (i32.load
+ (i32.add
+ (get_local $i71)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $i44
(i32.add
@@ -6168,24 +6227,26 @@
(i32.const 24)
)
)
- (loop $do-out$73 $do-in$74
- (set_local $i63
- (i32.add
- (get_local $i63)
- (i32.const 4)
- )
- )
- (i32.store
- (get_local $i63)
- (i32.const 7)
- )
- (br_if $do-in$74
- (i32.lt_u
+ (loop $do-in$74
+ (block $do-out$73
+ (set_local $i63
(i32.add
(get_local $i63)
(i32.const 4)
)
- (get_local $i86)
+ )
+ (i32.store
+ (get_local $i63)
+ (i32.const 7)
+ )
+ (br_if $do-in$74
+ (i32.lt_u
+ (i32.add
+ (get_local $i63)
+ (i32.const 4)
+ )
+ (get_local $i86)
+ )
)
)
)
@@ -6556,79 +6617,81 @@
(get_local $i43)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i62)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i62)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $i63)
- )
- (block
- (set_local $i90
- (get_local $i62)
+ (get_local $i63)
)
- (set_local $i36
- (i32.const 307)
+ (block
+ (set_local $i90
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 307)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (set_local $i43
- (i32.add
+ (set_local $i43
(i32.add
- (get_local $i62)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i5)
- (i32.const 31)
+ (i32.add
+ (get_local $i62)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i5)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i57
- (i32.load
- (get_local $i43)
- )
- )
- (if
- (i32.eqz
- (get_local $i57)
- )
- (block
- (set_local $i91
+ (set_local $i57
+ (i32.load
(get_local $i43)
)
- (set_local $i92
- (get_local $i62)
- )
- (set_local $i36
- (i32.const 304)
- )
- (br $while-out$75)
)
- (block
- (set_local $i5
- (i32.shl
- (get_local $i5)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i57)
+ )
+ (block
+ (set_local $i91
+ (get_local $i43)
+ )
+ (set_local $i92
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 304)
)
+ (br $while-out$75)
)
- (set_local $i62
- (get_local $i57)
+ (block
+ (set_local $i5
+ (i32.shl
+ (get_local $i5)
+ (i32.const 1)
+ )
+ )
+ (set_local $i62
+ (get_local $i57)
+ )
)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -6795,43 +6858,45 @@
(set_local $i5
(i32.const 0)
)
- (loop $do-out$77 $do-in$78
- (set_local $i62
- (i32.add
- (i32.const 216)
- (i32.shl
+ (loop $do-in$78
+ (block $do-out$77
+ (set_local $i62
+ (i32.add
+ (i32.const 216)
(i32.shl
- (get_local $i5)
- (i32.const 1)
+ (i32.shl
+ (get_local $i5)
+ (i32.const 1)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $i62)
+ (i32.const 12)
+ )
(get_local $i62)
- (i32.const 12)
)
- (get_local $i62)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $i62)
+ (i32.const 8)
+ )
(get_local $i62)
- (i32.const 8)
)
- (get_local $i62)
- )
- (set_local $i5
- (i32.add
- (get_local $i5)
- (i32.const 1)
+ (set_local $i5
+ (i32.add
+ (get_local $i5)
+ (i32.const 1)
+ )
)
- )
- (br_if $do-in$78
- (i32.ne
- (get_local $i5)
- (i32.const 32)
+ (br_if $do-in$78
+ (i32.ne
+ (get_local $i5)
+ (i32.const 32)
+ )
)
)
)
@@ -7431,64 +7496,66 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (set_local $i11
- (i32.add
- (get_local $i19)
- (i32.const 20)
- )
- )
- (set_local $i16
- (i32.load
- (get_local $i11)
- )
- )
- (if
- (get_local $i16)
- (block
- (set_local $i19
- (get_local $i16)
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $i11
+ (i32.add
+ (get_local $i19)
+ (i32.const 20)
)
- (set_local $i20
+ )
+ (set_local $i16
+ (i32.load
(get_local $i11)
)
- (br $while-in$5)
)
- )
- (set_local $i11
- (i32.add
- (get_local $i19)
- (i32.const 16)
- )
- )
- (set_local $i16
- (i32.load
- (get_local $i11)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $i16)
+ (block
+ (set_local $i19
+ (get_local $i16)
+ )
+ (set_local $i20
+ (get_local $i11)
+ )
+ (br $while-in$5)
+ )
)
- (block
- (set_local $i21
+ (set_local $i11
+ (i32.add
(get_local $i19)
+ (i32.const 16)
)
- (set_local $i22
- (get_local $i20)
+ )
+ (set_local $i16
+ (i32.load
+ (get_local $i11)
)
- (br $while-out$4)
)
- (block
- (set_local $i19
+ (if
+ (i32.eqz
(get_local $i16)
)
- (set_local $i20
- (get_local $i11)
+ (block
+ (set_local $i21
+ (get_local $i19)
+ )
+ (set_local $i22
+ (get_local $i20)
+ )
+ (br $while-out$4)
+ )
+ (block
+ (set_local $i19
+ (get_local $i16)
+ )
+ (set_local $i20
+ (get_local $i11)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -8049,64 +8116,66 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (set_local $i19
- (i32.add
- (get_local $i24)
- (i32.const 20)
- )
- )
- (set_local $i15
- (i32.load
- (get_local $i19)
- )
- )
- (if
- (get_local $i15)
- (block
- (set_local $i24
- (get_local $i15)
+ (loop $while-in$13
+ (block $while-out$12
+ (set_local $i19
+ (i32.add
+ (get_local $i24)
+ (i32.const 20)
)
- (set_local $i25
+ )
+ (set_local $i15
+ (i32.load
(get_local $i19)
)
- (br $while-in$13)
- )
- )
- (set_local $i19
- (i32.add
- (get_local $i24)
- (i32.const 16)
)
- )
- (set_local $i15
- (i32.load
- (get_local $i19)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $i15)
+ (block
+ (set_local $i24
+ (get_local $i15)
+ )
+ (set_local $i25
+ (get_local $i19)
+ )
+ (br $while-in$13)
+ )
)
- (block
- (set_local $i26
+ (set_local $i19
+ (i32.add
(get_local $i24)
+ (i32.const 16)
)
- (set_local $i27
- (get_local $i25)
+ )
+ (set_local $i15
+ (i32.load
+ (get_local $i19)
)
- (br $while-out$12)
)
- (block
- (set_local $i24
+ (if
+ (i32.eqz
(get_local $i15)
)
- (set_local $i25
- (get_local $i19)
+ (block
+ (set_local $i26
+ (get_local $i24)
+ )
+ (set_local $i27
+ (get_local $i25)
+ )
+ (br $while-out$12)
+ )
+ (block
+ (set_local $i24
+ (get_local $i15)
+ )
+ (set_local $i25
+ (get_local $i19)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -8893,79 +8962,81 @@
(get_local $i5)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i2)
- (i32.const 4)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i2)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $i29)
- )
- (block
- (set_local $i33
- (get_local $i2)
+ (get_local $i29)
)
- (set_local $i34
- (i32.const 130)
+ (block
+ (set_local $i33
+ (get_local $i2)
+ )
+ (set_local $i34
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (set_local $i28
- (i32.add
+ (set_local $i28
(i32.add
- (get_local $i2)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i31)
- (i32.const 31)
+ (i32.add
+ (get_local $i2)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i31)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i13
- (i32.load
- (get_local $i28)
- )
- )
- (if
- (i32.eqz
- (get_local $i13)
- )
- (block
- (set_local $i35
+ (set_local $i13
+ (i32.load
(get_local $i28)
)
- (set_local $i36
- (get_local $i2)
- )
- (set_local $i34
- (i32.const 127)
- )
- (br $while-out$18)
)
- (block
- (set_local $i31
- (i32.shl
- (get_local $i31)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i13)
+ )
+ (block
+ (set_local $i35
+ (get_local $i28)
+ )
+ (set_local $i36
+ (get_local $i2)
)
+ (set_local $i34
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $i2
- (get_local $i13)
+ (block
+ (set_local $i31
+ (i32.shl
+ (get_local $i31)
+ (i32.const 1)
+ )
+ )
+ (set_local $i2
+ (get_local $i13)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -9140,25 +9211,27 @@
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $i12
- (i32.load
- (get_local $i37)
- )
- )
- (if
- (i32.eqz
- (get_local $i12)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $i12
+ (i32.load
+ (get_local $i37)
+ )
)
- (br $while-out$20)
- (set_local $i37
- (i32.add
+ (if
+ (i32.eqz
(get_local $i12)
- (i32.const 8)
+ )
+ (br $while-out$20)
+ (set_local $i37
+ (i32.add
+ (get_local $i12)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -9189,16 +9262,11 @@
(local $i23 i32)
(local $i24 i32)
(set_local $i4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
@@ -9291,247 +9359,249 @@
(get_local $i3)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.load
- (i32.const 8)
- )
- )
- (block
- (i32.store
- (get_local $i5)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
(i32.load
- (get_local $i2)
+ (i32.const 8)
)
)
- (i32.store
- (i32.add
+ (block
+ (i32.store
(get_local $i5)
- (i32.const 4)
+ (i32.load
+ (get_local $i2)
+ )
)
- (get_local $i12)
- )
- (i32.store
- (i32.add
- (get_local $i5)
- (i32.const 8)
+ (i32.store
+ (i32.add
+ (get_local $i5)
+ (i32.const 4)
+ )
+ (get_local $i12)
)
- (get_local $i7)
- )
- (set_local $i14
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $i5)
+ (i32.const 8)
)
+ (get_local $i7)
)
- )
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 4)
- (get_local $i1)
- )
- (i32.store
- (get_local $i6)
- (i32.load
- (get_local $i2)
+ (set_local $i14
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $i5)
+ )
+ )
)
)
- (i32.store
- (i32.add
- (get_local $i6)
+ (block
+ (call_import $_pthread_cleanup_push
(i32.const 4)
+ (get_local $i1)
)
- (get_local $i12)
- )
- (i32.store
- (i32.add
+ (i32.store
(get_local $i6)
- (i32.const 8)
+ (i32.load
+ (get_local $i2)
+ )
)
- (get_local $i7)
- )
- (set_local $i11
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $i6)
+ (i32.const 4)
)
+ (get_local $i12)
+ )
+ (i32.store
+ (i32.add
+ (get_local $i6)
+ (i32.const 8)
+ )
+ (get_local $i7)
+ )
+ (set_local $i11
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $i6)
+ )
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (set_local $i14
+ (get_local $i11)
)
)
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
- )
- (set_local $i14
- (get_local $i11)
- )
- )
- )
- (if
- (i32.eq
- (get_local $i13)
- (get_local $i14)
)
- (block
- (set_local $i15
- (i32.const 6)
+ (if
+ (i32.eq
+ (get_local $i13)
+ (get_local $i14)
)
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $i14)
- (i32.const 0)
- )
- (block
- (set_local $i16
- (get_local $i12)
+ (block
+ (set_local $i15
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (set_local $i17
- (get_local $i7)
+ )
+ (if
+ (i32.lt_s
+ (get_local $i14)
+ (i32.const 0)
)
- (set_local $i15
- (i32.const 8)
+ (block
+ (set_local $i16
+ (get_local $i12)
+ )
+ (set_local $i17
+ (get_local $i7)
+ )
+ (set_local $i15
+ (i32.const 8)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
- )
- (set_local $i11
- (i32.sub
- (get_local $i13)
- (get_local $i14)
- )
- )
- (set_local $i18
- (i32.load
- (i32.add
- (get_local $i12)
- (i32.const 4)
+ (set_local $i11
+ (i32.sub
+ (get_local $i13)
+ (get_local $i14)
)
)
- )
- (if
- (i32.le_u
- (get_local $i14)
- (get_local $i18)
+ (set_local $i18
+ (i32.load
+ (i32.add
+ (get_local $i12)
+ (i32.const 4)
+ )
+ )
)
(if
- (i32.eq
- (get_local $i7)
- (i32.const 2)
+ (i32.le_u
+ (get_local $i14)
+ (get_local $i18)
)
- (block
- (i32.store
- (get_local $i8)
- (i32.add
- (i32.load
- (get_local $i8)
+ (if
+ (i32.eq
+ (get_local $i7)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $i8)
+ (i32.add
+ (i32.load
+ (get_local $i8)
+ )
+ (get_local $i14)
)
+ )
+ (set_local $i19
+ (get_local $i18)
+ )
+ (set_local $i20
(get_local $i14)
)
+ (set_local $i21
+ (get_local $i12)
+ )
+ (set_local $i22
+ (i32.const 2)
+ )
)
- (set_local $i19
- (get_local $i18)
+ (block
+ (set_local $i19
+ (get_local $i18)
+ )
+ (set_local $i20
+ (get_local $i14)
+ )
+ (set_local $i21
+ (get_local $i12)
+ )
+ (set_local $i22
+ (get_local $i7)
+ )
)
- (set_local $i20
- (get_local $i14)
+ )
+ (block
+ (set_local $i23
+ (i32.load
+ (get_local $i9)
+ )
)
- (set_local $i21
- (get_local $i12)
+ (i32.store
+ (get_local $i8)
+ (get_local $i23)
)
- (set_local $i22
- (i32.const 2)
+ (i32.store
+ (get_local $i10)
+ (get_local $i23)
)
- )
- (block
(set_local $i19
- (get_local $i18)
+ (i32.load
+ (i32.add
+ (get_local $i12)
+ (i32.const 12)
+ )
+ )
)
(set_local $i20
- (get_local $i14)
+ (i32.sub
+ (get_local $i14)
+ (get_local $i18)
+ )
)
(set_local $i21
- (get_local $i12)
- )
- (set_local $i22
- (get_local $i7)
- )
- )
- )
- (block
- (set_local $i23
- (i32.load
- (get_local $i9)
- )
- )
- (i32.store
- (get_local $i8)
- (get_local $i23)
- )
- (i32.store
- (get_local $i10)
- (get_local $i23)
- )
- (set_local $i19
- (i32.load
(i32.add
(get_local $i12)
- (i32.const 12)
+ (i32.const 8)
)
)
- )
- (set_local $i20
- (i32.sub
- (get_local $i14)
- (get_local $i18)
- )
- )
- (set_local $i21
- (i32.add
- (get_local $i12)
- (i32.const 8)
+ (set_local $i22
+ (i32.add
+ (get_local $i7)
+ (i32.const -1)
+ )
)
)
- (set_local $i22
- (i32.add
- (get_local $i7)
- (i32.const -1)
+ )
+ (i32.store
+ (get_local $i21)
+ (i32.add
+ (i32.load
+ (get_local $i21)
)
+ (get_local $i20)
)
)
- )
- (i32.store
- (get_local $i21)
- (i32.add
- (i32.load
+ (i32.store
+ (i32.add
(get_local $i21)
+ (i32.const 4)
+ )
+ (i32.sub
+ (get_local $i19)
+ (get_local $i20)
)
- (get_local $i20)
)
- )
- (i32.store
- (i32.add
+ (set_local $i12
(get_local $i21)
- (i32.const 4)
)
- (i32.sub
- (get_local $i19)
- (get_local $i20)
+ (set_local $i7
+ (get_local $i22)
)
+ (set_local $i13
+ (get_local $i11)
+ )
+ (br $while-in$1)
)
- (set_local $i12
- (get_local $i21)
- )
- (set_local $i7
- (get_local $i22)
- )
- (set_local $i13
- (get_local $i11)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -9627,8 +9697,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i4)
)
(return
@@ -9724,6 +9793,9 @@
(block
(set_local $i8
(call_indirect $FUNCSIG$iiii
+ (get_local $i3)
+ (get_local $i1)
+ (get_local $i2)
(i32.add
(i32.and
(i32.load
@@ -9736,9 +9808,6 @@
)
(i32.const 2)
)
- (get_local $i3)
- (get_local $i1)
- (get_local $i2)
)
)
(br $label$break$L5)
@@ -9759,58 +9828,63 @@
(set_local $i4
(get_local $i2)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $i4)
- )
- (block
- (set_local $i10
- (get_local $i2)
- )
- (set_local $i11
- (get_local $i1)
- )
- (set_local $i12
- (get_local $i9)
- )
- (set_local $i13
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $i4)
)
- (br $label$break$L10)
- )
- )
- (set_local $i14
- (i32.add
- (get_local $i4)
- (i32.const -1)
- )
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
+ (block
+ (set_local $i10
+ (get_local $i2)
+ )
+ (set_local $i11
(get_local $i1)
- (get_local $i14)
)
+ (set_local $i12
+ (get_local $i9)
+ )
+ (set_local $i13
+ (i32.const 0)
+ )
+ (br $label$break$L10)
)
- (i32.const 10)
)
- (block
- (set_local $i15
+ (set_local $i14
+ (i32.add
(get_local $i4)
+ (i32.const -1)
)
- (br $while-out$2)
)
- (set_local $i4
- (get_local $i14)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $i1)
+ (get_local $i14)
+ )
+ )
+ (i32.const 10)
+ )
+ (block
+ (set_local $i15
+ (get_local $i4)
+ )
+ (br $while-out$2)
+ )
+ (set_local $i4
+ (get_local $i14)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(if
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $i3)
+ (get_local $i1)
+ (get_local $i15)
(i32.add
(i32.and
(i32.load
@@ -9823,9 +9897,6 @@
)
(i32.const 2)
)
- (get_local $i3)
- (get_local $i1)
- (get_local $i15)
)
(get_local $i15)
)
@@ -9873,10 +9944,12 @@
)
)
)
- (call $_memcpy
- (get_local $i12)
- (get_local $i11)
- (get_local $i10)
+ (drop
+ (call $_memcpy
+ (get_local $i12)
+ (get_local $i11)
+ (get_local $i10)
+ )
)
(i32.store
(get_local $i5)
@@ -9999,82 +10072,84 @@
(set_local $i4
(get_local $i5)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.gt_s
- (i32.load
- (i32.add
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.gt_s
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 76)
+ )
+ )
+ (i32.const -1)
+ )
+ (set_local $i7
+ (call $___lockfile
(get_local $i3)
- (i32.const 76)
)
)
- (i32.const -1)
- )
- (set_local $i7
- (call $___lockfile
- (get_local $i3)
+ (set_local $i7
+ (i32.const 0)
)
)
- (set_local $i7
- (i32.const 0)
- )
- )
- (if
- (i32.gt_u
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 20)
+ (if
+ (i32.gt_u
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 20)
+ )
)
- )
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 28)
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 28)
+ )
)
)
- )
- (set_local $i8
- (i32.or
- (call $___fflush_unlocked
- (get_local $i3)
+ (set_local $i8
+ (i32.or
+ (call $___fflush_unlocked
+ (get_local $i3)
+ )
+ (get_local $i4)
)
+ )
+ (set_local $i8
(get_local $i4)
)
)
- (set_local $i8
- (get_local $i4)
- )
- )
- (if
- (get_local $i7)
- (call $___unlockfile
- (get_local $i3)
- )
- )
- (set_local $i3
- (i32.load
- (i32.add
+ (if
+ (get_local $i7)
+ (call $___unlockfile
(get_local $i3)
- (i32.const 56)
)
)
- )
- (if
- (i32.eqz
- (get_local $i3)
+ (set_local $i3
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 56)
+ )
+ )
)
- (block
- (set_local $i6
+ (if
+ (i32.eqz
+ (get_local $i3)
+ )
+ (block
+ (set_local $i6
+ (get_local $i8)
+ )
+ (br $while-out$2)
+ )
+ (set_local $i4
(get_local $i8)
)
- (br $while-out$2)
- )
- (set_local $i4
- (get_local $i8)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -10128,50 +10203,52 @@
(set_local $i6
(get_local $i2)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $i5)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $i5)
+ )
+ )
+ (block
+ (set_local $i7
+ (get_local $i6)
+ )
+ (br $label$break$L1)
)
)
- (block
- (set_local $i7
- (get_local $i6)
+ (set_local $i8
+ (i32.add
+ (get_local $i5)
+ (i32.const 1)
)
- (br $label$break$L1)
)
- )
- (set_local $i8
- (i32.add
- (get_local $i5)
- (i32.const 1)
+ (set_local $i6
+ (get_local $i8)
)
- )
- (set_local $i6
- (get_local $i8)
- )
- (if
- (i32.eqz
- (i32.and
- (get_local $i6)
- (i32.const 3)
+ (if
+ (i32.eqz
+ (i32.and
+ (get_local $i6)
+ (i32.const 3)
+ )
)
- )
- (block
- (set_local $i3
- (get_local $i8)
+ (block
+ (set_local $i3
+ (get_local $i8)
+ )
+ (set_local $i4
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (set_local $i4
- (i32.const 4)
+ (set_local $i5
+ (get_local $i8)
)
- (br $while-out$1)
- )
- (set_local $i5
- (get_local $i8)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
)
@@ -10185,45 +10262,47 @@
(set_local $i4
(get_local $i3)
)
- (loop $while-out$3 $while-in$4
- (set_local $i3
- (i32.load
- (get_local $i4)
+ (loop $while-in$4
+ (block $while-out$3
+ (set_local $i3
+ (i32.load
+ (get_local $i4)
+ )
)
- )
- (if
- (i32.eqz
- (i32.and
- (i32.xor
- (i32.and
- (get_local $i3)
+ (if
+ (i32.eqz
+ (i32.and
+ (i32.xor
+ (i32.and
+ (get_local $i3)
+ (i32.const -2139062144)
+ )
(i32.const -2139062144)
)
- (i32.const -2139062144)
+ (i32.add
+ (get_local $i3)
+ (i32.const -16843009)
+ )
)
+ )
+ (set_local $i4
(i32.add
- (get_local $i3)
- (i32.const -16843009)
+ (get_local $i4)
+ (i32.const 4)
)
)
- )
- (set_local $i4
- (i32.add
- (get_local $i4)
- (i32.const 4)
- )
- )
- (block
- (set_local $i9
- (get_local $i3)
- )
- (set_local $i10
- (get_local $i4)
+ (block
+ (set_local $i9
+ (get_local $i3)
+ )
+ (set_local $i10
+ (get_local $i4)
+ )
+ (br $while-out$3)
)
- (br $while-out$3)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.eqz
@@ -10245,30 +10324,32 @@
(set_local $i9
(get_local $i10)
)
- (loop $while-out$5 $while-in$6
- (set_local $i10
- (i32.add
- (get_local $i9)
- (i32.const 1)
- )
- )
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $i10)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $i10
+ (i32.add
+ (get_local $i9)
+ (i32.const 1)
)
)
- (block
- (set_local $i11
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $i10)
+ )
+ )
+ (block
+ (set_local $i11
+ (get_local $i10)
+ )
+ (br $while-out$5)
+ )
+ (set_local $i9
(get_local $i10)
)
- (br $while-out$5)
- )
- (set_local $i9
- (get_local $i10)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
)
@@ -10295,16 +10376,11 @@
(local $i10 i32)
(local $i11 i32)
(set_local $i3
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
@@ -10429,6 +10505,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $i1)
+ (get_local $i4)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10441,9 +10520,6 @@
)
(i32.const 2)
)
- (get_local $i1)
- (get_local $i4)
- (i32.const 1)
)
(i32.const 1)
)
@@ -10459,8 +10535,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i3)
)
(return
@@ -10498,22 +10573,24 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load
- (i32.add
- (get_local $i1)
- (i32.const 36)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $i1)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i1)
+ (i32.const 36)
+ )
)
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $i1)
- (i32.const 0)
- (i32.const 0)
)
(i32.eq
(i32.load
@@ -10556,6 +10633,12 @@
(get_local $i8)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $i1)
+ (i32.sub
+ (get_local $i6)
+ (get_local $i8)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10568,12 +10651,6 @@
)
(i32.const 2)
)
- (get_local $i1)
- (i32.sub
- (get_local $i6)
- (get_local $i8)
- )
- (i32.const 1)
)
)
(i32.store
@@ -10638,129 +10715,135 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $i1)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (loop $while-in$1
+ (block $while-out$0
(if
(i32.eqz
- (get_local $i3)
- )
- (return
- (get_local $i4)
+ (i32.and
+ (get_local $i1)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (block
+ (if
+ (i32.eqz
+ (get_local $i3)
+ )
+ (return
+ (get_local $i4)
+ )
)
- )
- (set_local $i1
- (i32.add
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $i3)
- (i32.const 4)
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $i1)
- (i32.load
- (get_local $i2)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $i3)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $i1
- (i32.add
+ (block
+ (i32.store
(get_local $i1)
- (i32.const 4)
+ (i32.load
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 4)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 4)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 4)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 4)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $i3)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $i3)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $i1
- (i32.add
+ (block
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $i4)
@@ -10840,81 +10923,87 @@
(get_local $i5)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i1)
- (get_local $i5)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i1)
+ (get_local $i5)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- (block
- (i32.store8
- (get_local $i1)
- (get_local $i2)
- )
- (set_local $i1
- (i32.add
+ (block
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (get_local $i2)
+ )
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i1)
- (get_local $i7)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i1)
+ (get_local $i7)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
- )
- (block
- (i32.store
- (get_local $i1)
- (get_local $i6)
- )
- (set_local $i1
- (i32.add
+ (block
+ (i32.store
(get_local $i1)
- (i32.const 4)
+ (get_local $i6)
+ )
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i1)
- (get_local $i4)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i1)
+ (get_local $i4)
+ )
)
+ (br $while-out$4)
)
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $i1)
- (get_local $i2)
- )
- (set_local $i1
- (i32.add
+ (block
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (get_local $i2)
+ )
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(i32.sub
@@ -11055,16 +11144,11 @@
(local $i6 i32)
(local $i7 i32)
(set_local $i4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
@@ -11139,8 +11223,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i4)
)
(return
@@ -11341,16 +11424,11 @@
(local $i4 i32)
(local $i5 i32)
(set_local $i4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
@@ -11431,8 +11509,7 @@
(get_local $i3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i4)
)
(return
@@ -11441,18 +11518,14 @@
)
(func $copyTempDouble (param $i1 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $i1)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -11464,9 +11537,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -11478,9 +11549,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -11492,9 +11561,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
(i32.load8_s
@@ -11506,9 +11573,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 5)
)
(i32.load8_s
@@ -11520,9 +11585,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 6)
)
(i32.load8_s
@@ -11534,9 +11597,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 7)
)
(i32.load8_s
@@ -11551,16 +11612,11 @@
(local $i2 i32)
(local $i3 i32)
(set_local $i2
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
@@ -11584,8 +11640,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i2)
)
(return
@@ -11594,18 +11649,14 @@
)
(func $copyTempFloat (param $i1 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $i1)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -11617,9 +11668,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -11631,9 +11680,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -11674,6 +11721,9 @@
(func $dynCall_iiii (param $i1 i32) (param $i2 i32) (param $i3 i32) (param $i4 i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $i2)
+ (get_local $i3)
+ (get_local $i4)
(i32.add
(i32.and
(get_local $i1)
@@ -11681,35 +11731,24 @@
)
(i32.const 2)
)
- (get_local $i2)
- (get_local $i3)
- (get_local $i4)
)
)
)
(func $stackAlloc (param $i1 i32) (result i32)
(local $i2 i32)
(set_local $i2
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $i1)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -11746,17 +11785,13 @@
(func $setThrew (param $i1 i32) (param $i2 i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $__THREW__)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $__THREW__
(get_local $i1)
)
- (i32.store
- (i32.const 48)
+ (set_global $threwValue
(get_local $i2)
)
)
@@ -11780,6 +11815,7 @@
(func $dynCall_ii (param $i1 i32) (param $i2 i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $i2)
(i32.add
(i32.and
(get_local $i1)
@@ -11787,7 +11823,6 @@
)
(i32.const 0)
)
- (get_local $i2)
)
)
)
@@ -11808,17 +11843,16 @@
(return)
)
(func $establishStackSpace (param $i1 i32) (param $i2 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i1)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $i2)
)
)
(func $dynCall_vi (param $i1 i32) (param $i2 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $i2)
(i32.add
(i32.and
(get_local $i1)
@@ -11826,7 +11860,6 @@
)
(i32.const 10)
)
- (get_local $i2)
)
)
(func $b1 (param $i1 i32) (param $i2 i32) (param $i3 i32) (result i32)
@@ -11838,14 +11871,12 @@
)
)
(func $stackRestore (param $i1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i1)
)
)
(func $setTempRet0 (param $i1 i32)
- (i32.store
- (i32.const 160)
+ (set_global $tempRet0
(get_local $i1)
)
)
@@ -11867,14 +11898,14 @@
)
(func $getTempRet0 (result i32)
(return
- (i32.load
- (i32.const 160)
- )
+ (get_global $tempRet0)
)
)
(func $_main (result i32)
- (call $_puts
- (i32.const 672)
+ (drop
+ (call $_puts
+ (i32.const 672)
+ )
)
(return
(i32.const 0)
@@ -11882,9 +11913,7 @@
)
(func $stackSave (result i32)
(return
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
)
(func $b2 (param $i1 i32)
diff --git a/test/emcc_O2_hello_world.fromasm.no-opts b/test/emcc_O2_hello_world.fromasm.no-opts
index e75c5e4b2..4acb5bc87 100644
--- a/test/emcc_O2_hello_world.fromasm.no-opts
+++ b/test/emcc_O2_hello_world.fromasm.no-opts
@@ -1,6 +1,5 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
@@ -8,40 +7,74 @@
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___lock "env" "___lock" (param i32))
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_abort "env" "_abort")
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $b1 $___stdio_write $b1 $b1 $b2 $b2 $b2 $b2 $_cleanup_418 $b2 $b2 $b2)
(func $_malloc (param $i1 i32) (result i32)
@@ -881,88 +914,90 @@
(set_local $i7
(get_local $i10)
)
- (loop $while-out$6 $while-in$7
- (set_local $i10
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 16)
+ (loop $while-in$7
+ (block $while-out$6
+ (set_local $i10
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 16)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $i10)
- )
- (block
- (set_local $i15
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 20)
- )
- )
+ (if
+ (i32.eqz
+ (get_local $i10)
)
- (if
- (i32.eqz
- (get_local $i15)
+ (block
+ (set_local $i15
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 20)
+ )
+ )
)
- (block
- (set_local $i21
- (get_local $i5)
+ (if
+ (i32.eqz
+ (get_local $i15)
)
- (set_local $i22
- (get_local $i7)
+ (block
+ (set_local $i21
+ (get_local $i5)
+ )
+ (set_local $i22
+ (get_local $i7)
+ )
+ (br $while-out$6)
+ )
+ (set_local $i23
+ (get_local $i15)
)
- (br $while-out$6)
- )
- (set_local $i23
- (get_local $i15)
)
)
+ (set_local $i23
+ (get_local $i10)
+ )
)
- (set_local $i23
- (get_local $i10)
- )
- )
- (set_local $i10
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $i23)
- (i32.const 4)
+ (set_local $i10
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i23)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $i2)
)
- (get_local $i2)
)
- )
- (set_local $i15
- (i32.lt_u
- (get_local $i10)
- (get_local $i5)
+ (set_local $i15
+ (i32.lt_u
+ (get_local $i10)
+ (get_local $i5)
+ )
)
- )
- (set_local $i5
- (if
- (get_local $i15)
- (get_local $i10)
- (get_local $i5)
+ (set_local $i5
+ (if
+ (get_local $i15)
+ (get_local $i10)
+ (get_local $i5)
+ )
)
- )
- (set_local $i3
- (get_local $i23)
- )
- (set_local $i7
- (if
- (get_local $i15)
+ (set_local $i3
(get_local $i23)
- (get_local $i7)
)
+ (set_local $i7
+ (if
+ (get_local $i15)
+ (get_local $i23)
+ (get_local $i7)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(set_local $i7
(i32.load
@@ -1068,64 +1103,66 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (set_local $i14
- (i32.add
- (get_local $i25)
- (i32.const 20)
- )
- )
- (set_local $i17
- (i32.load
- (get_local $i14)
- )
- )
- (if
- (get_local $i17)
- (block
- (set_local $i25
- (get_local $i17)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $i14
+ (i32.add
+ (get_local $i25)
+ (i32.const 20)
)
- (set_local $i26
+ )
+ (set_local $i17
+ (i32.load
(get_local $i14)
)
- (br $while-in$11)
- )
- )
- (set_local $i14
- (i32.add
- (get_local $i25)
- (i32.const 16)
- )
- )
- (set_local $i17
- (i32.load
- (get_local $i14)
)
- )
- (if
- (i32.eqz
+ (if
(get_local $i17)
+ (block
+ (set_local $i25
+ (get_local $i17)
+ )
+ (set_local $i26
+ (get_local $i14)
+ )
+ (br $while-in$11)
+ )
)
- (block
- (set_local $i27
+ (set_local $i14
+ (i32.add
(get_local $i25)
+ (i32.const 16)
)
- (set_local $i28
- (get_local $i26)
+ )
+ (set_local $i17
+ (i32.load
+ (get_local $i14)
)
- (br $while-out$10)
)
- (block
- (set_local $i25
+ (if
+ (i32.eqz
(get_local $i17)
)
- (set_local $i26
- (get_local $i14)
+ (block
+ (set_local $i27
+ (get_local $i25)
+ )
+ (set_local $i28
+ (get_local $i26)
+ )
+ (br $while-out$10)
+ )
+ (block
+ (set_local $i25
+ (get_local $i17)
+ )
+ (set_local $i26
+ (get_local $i14)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -1830,156 +1867,158 @@
(set_local $i8
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (set_local $i16
- (i32.and
- (i32.load
- (i32.add
- (get_local $i17)
- (i32.const 4)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $i16
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i17)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- )
- (set_local $i9
- (i32.sub
- (get_local $i16)
- (get_local $i5)
)
- )
- (if
- (i32.lt_u
- (get_local $i9)
- (get_local $i12)
- )
- (if
- (i32.eq
+ (set_local $i9
+ (i32.sub
(get_local $i16)
(get_local $i5)
)
- (block
- (set_local $i37
- (get_local $i9)
- )
- (set_local $i38
- (get_local $i17)
+ )
+ (if
+ (i32.lt_u
+ (get_local $i9)
+ (get_local $i12)
+ )
+ (if
+ (i32.eq
+ (get_local $i16)
+ (get_local $i5)
)
- (set_local $i39
- (get_local $i17)
+ (block
+ (set_local $i37
+ (get_local $i9)
+ )
+ (set_local $i38
+ (get_local $i17)
+ )
+ (set_local $i39
+ (get_local $i17)
+ )
+ (set_local $i36
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $i36
- (i32.const 90)
+ (block
+ (set_local $i40
+ (get_local $i9)
+ )
+ (set_local $i41
+ (get_local $i17)
+ )
)
- (br $label$break$L123)
)
(block
(set_local $i40
- (get_local $i9)
+ (get_local $i12)
)
(set_local $i41
- (get_local $i17)
+ (get_local $i8)
)
)
)
- (block
- (set_local $i40
- (get_local $i12)
- )
- (set_local $i41
- (get_local $i8)
- )
- )
- )
- (set_local $i9
- (i32.load
- (i32.add
- (get_local $i17)
- (i32.const 20)
- )
- )
- )
- (set_local $i17
- (i32.load
- (i32.add
+ (set_local $i9
+ (i32.load
(i32.add
(get_local $i17)
- (i32.const 16)
+ (i32.const 20)
)
- (i32.shl
- (i32.shr_u
- (get_local $i7)
- (i32.const 31)
+ )
+ )
+ (set_local $i17
+ (i32.load
+ (i32.add
+ (i32.add
+ (get_local $i17)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i7)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
- )
- (set_local $i16
- (if
- (i32.or
- (i32.eq
- (get_local $i9)
- (i32.const 0)
- )
- (i32.eq
- (get_local $i9)
- (get_local $i17)
+ (set_local $i16
+ (if
+ (i32.or
+ (i32.eq
+ (get_local $i9)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $i9)
+ (get_local $i17)
+ )
)
+ (get_local $i10)
+ (get_local $i9)
)
- (get_local $i10)
- (get_local $i9)
)
- )
- (set_local $i9
- (i32.eq
- (get_local $i17)
- (i32.const 0)
- )
- )
- (if
- (get_local $i9)
- (block
- (set_local $i33
- (get_local $i40)
- )
- (set_local $i34
- (get_local $i16)
- )
- (set_local $i35
- (get_local $i41)
- )
- (set_local $i36
- (i32.const 86)
+ (set_local $i9
+ (i32.eq
+ (get_local $i17)
+ (i32.const 0)
)
- (br $while-out$17)
)
- (block
- (set_local $i12
- (get_local $i40)
- )
- (set_local $i10
- (get_local $i16)
+ (if
+ (get_local $i9)
+ (block
+ (set_local $i33
+ (get_local $i40)
+ )
+ (set_local $i34
+ (get_local $i16)
+ )
+ (set_local $i35
+ (get_local $i41)
+ )
+ (set_local $i36
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $i7
- (i32.shl
- (get_local $i7)
- (i32.xor
- (i32.and
- (get_local $i9)
+ (block
+ (set_local $i12
+ (get_local $i40)
+ )
+ (set_local $i10
+ (get_local $i16)
+ )
+ (set_local $i7
+ (i32.shl
+ (get_local $i7)
+ (i32.xor
+ (i32.and
+ (get_local $i9)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $i8
- (get_local $i41)
+ (set_local $i8
+ (get_local $i41)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -2180,104 +2219,106 @@
(get_local $i36)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $i36
- (i32.const 0)
- )
- (set_local $i8
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $i38)
- (i32.const 4)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $i36
+ (i32.const 0)
+ )
+ (set_local $i8
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i38)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $i5)
)
- (get_local $i5)
)
- )
- (set_local $i7
- (i32.lt_u
- (get_local $i8)
- (get_local $i37)
- )
- )
- (set_local $i3
- (if
- (get_local $i7)
- (get_local $i8)
- (get_local $i37)
- )
- )
- (set_local $i8
- (if
- (get_local $i7)
- (get_local $i38)
- (get_local $i39)
- )
- )
- (set_local $i7
- (i32.load
- (i32.add
- (get_local $i38)
- (i32.const 16)
+ (set_local $i7
+ (i32.lt_u
+ (get_local $i8)
+ (get_local $i37)
)
)
- )
- (if
- (get_local $i7)
- (block
- (set_local $i37
- (get_local $i3)
- )
- (set_local $i38
+ (set_local $i3
+ (if
(get_local $i7)
- )
- (set_local $i39
(get_local $i8)
+ (get_local $i37)
)
- (set_local $i36
- (i32.const 90)
- )
- (br $while-in$20)
)
- )
- (set_local $i38
- (i32.load
- (i32.add
+ (set_local $i8
+ (if
+ (get_local $i7)
(get_local $i38)
- (i32.const 20)
+ (get_local $i39)
)
)
- )
- (if
- (i32.eqz
- (get_local $i38)
+ (set_local $i7
+ (i32.load
+ (i32.add
+ (get_local $i38)
+ (i32.const 16)
+ )
+ )
)
- (block
- (set_local $i43
- (get_local $i3)
+ (if
+ (get_local $i7)
+ (block
+ (set_local $i37
+ (get_local $i3)
+ )
+ (set_local $i38
+ (get_local $i7)
+ )
+ (set_local $i39
+ (get_local $i8)
+ )
+ (set_local $i36
+ (i32.const 90)
+ )
+ (br $while-in$20)
)
- (set_local $i44
- (get_local $i8)
+ )
+ (set_local $i38
+ (i32.load
+ (i32.add
+ (get_local $i38)
+ (i32.const 20)
+ )
)
- (br $while-out$19)
)
- (block
- (set_local $i37
- (get_local $i3)
+ (if
+ (i32.eqz
+ (get_local $i38)
)
- (set_local $i39
- (get_local $i8)
+ (block
+ (set_local $i43
+ (get_local $i3)
+ )
+ (set_local $i44
+ (get_local $i8)
+ )
+ (br $while-out$19)
)
- (set_local $i36
- (i32.const 90)
+ (block
+ (set_local $i37
+ (get_local $i3)
+ )
+ (set_local $i39
+ (get_local $i8)
+ )
+ (set_local $i36
+ (i32.const 90)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -2402,64 +2443,66 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (set_local $i2
- (i32.add
- (get_local $i46)
- (i32.const 20)
- )
- )
- (set_local $i14
- (i32.load
- (get_local $i2)
- )
- )
- (if
- (get_local $i14)
- (block
- (set_local $i46
- (get_local $i14)
+ (loop $while-in$24
+ (block $while-out$23
+ (set_local $i2
+ (i32.add
+ (get_local $i46)
+ (i32.const 20)
)
- (set_local $i47
+ )
+ (set_local $i14
+ (i32.load
(get_local $i2)
)
- (br $while-in$24)
- )
- )
- (set_local $i2
- (i32.add
- (get_local $i46)
- (i32.const 16)
)
- )
- (set_local $i14
- (i32.load
- (get_local $i2)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $i14)
+ (block
+ (set_local $i46
+ (get_local $i14)
+ )
+ (set_local $i47
+ (get_local $i2)
+ )
+ (br $while-in$24)
+ )
)
- (block
- (set_local $i48
+ (set_local $i2
+ (i32.add
(get_local $i46)
+ (i32.const 16)
)
- (set_local $i49
- (get_local $i47)
+ )
+ (set_local $i14
+ (i32.load
+ (get_local $i2)
)
- (br $while-out$23)
)
- (block
- (set_local $i46
+ (if
+ (i32.eqz
(get_local $i14)
)
- (set_local $i47
- (get_local $i2)
+ (block
+ (set_local $i48
+ (get_local $i46)
+ )
+ (set_local $i49
+ (get_local $i47)
+ )
+ (br $while-out$23)
+ )
+ (block
+ (set_local $i46
+ (get_local $i14)
+ )
+ (set_local $i47
+ (get_local $i2)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -3110,79 +3153,81 @@
(get_local $i3)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i7)
- (i32.const 4)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i7)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $i43)
- )
- (block
- (set_local $i53
- (get_local $i7)
+ (get_local $i43)
)
- (set_local $i36
- (i32.const 148)
+ (block
+ (set_local $i53
+ (get_local $i7)
+ )
+ (set_local $i36
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (set_local $i3
- (i32.add
+ (set_local $i3
(i32.add
- (get_local $i7)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i4)
- (i32.const 31)
+ (i32.add
+ (get_local $i7)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i4)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i2
- (i32.load
- (get_local $i3)
- )
- )
- (if
- (i32.eqz
- (get_local $i2)
- )
- (block
- (set_local $i54
+ (set_local $i2
+ (i32.load
(get_local $i3)
)
- (set_local $i55
- (get_local $i7)
- )
- (set_local $i36
- (i32.const 145)
- )
- (br $while-out$31)
)
- (block
- (set_local $i4
- (i32.shl
- (get_local $i4)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i2)
+ )
+ (block
+ (set_local $i54
+ (get_local $i3)
+ )
+ (set_local $i55
+ (get_local $i7)
)
+ (set_local $i36
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $i7
- (get_local $i2)
+ (block
+ (set_local $i4
+ (i32.shl
+ (get_local $i4)
+ (i32.const 1)
+ )
+ )
+ (set_local $i7
+ (get_local $i2)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -3737,67 +3782,69 @@
(set_local $i50
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (set_local $i51
- (i32.load
- (get_local $i50)
+ (loop $while-in$38
+ (block $while-out$37
+ (set_local $i51
+ (i32.load
+ (get_local $i50)
+ )
)
- )
- (if
(if
- (i32.le_u
- (get_local $i51)
- (get_local $i52)
- )
- (block
- (set_local $i45
- (i32.add
- (get_local $i50)
- (i32.const 4)
- )
+ (if
+ (i32.le_u
+ (get_local $i51)
+ (get_local $i52)
)
- (i32.gt_u
- (i32.add
- (get_local $i51)
- (i32.load
- (get_local $i45)
+ (block
+ (set_local $i45
+ (i32.add
+ (get_local $i50)
+ (i32.const 4)
)
)
- (get_local $i52)
+ (i32.gt_u
+ (i32.add
+ (get_local $i51)
+ (i32.load
+ (get_local $i45)
+ )
+ )
+ (get_local $i52)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $i56
- (get_local $i50)
+ (block
+ (set_local $i56
+ (get_local $i50)
+ )
+ (set_local $i57
+ (get_local $i45)
+ )
+ (br $while-out$37)
)
- (set_local $i57
- (get_local $i45)
+ )
+ (set_local $i50
+ (i32.load
+ (i32.add
+ (get_local $i50)
+ (i32.const 8)
+ )
)
- (br $while-out$37)
)
- )
- (set_local $i50
- (i32.load
- (i32.add
+ (if
+ (i32.eqz
(get_local $i50)
- (i32.const 8)
)
- )
- )
- (if
- (i32.eqz
- (get_local $i50)
- )
- (block
- (set_local $i36
- (i32.const 173)
+ (block
+ (set_local $i36
+ (i32.const 173)
+ )
+ (br $label$break$L259)
)
- (br $label$break$L259)
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(set_local $i50
(i32.and
@@ -4092,8 +4139,10 @@
(i32.const -1)
)
(block
- (call_import $_sbrk
- (get_local $i45)
+ (drop
+ (call_import $_sbrk
+ (get_local $i45)
+ )
)
(br $label$break$L279)
)
@@ -4268,64 +4317,66 @@
(set_local $i63
(i32.const 624)
)
- (loop $do-out$46 $do-in$47
- (set_local $i43
- (i32.load
- (get_local $i63)
- )
- )
- (set_local $i61
- (i32.add
- (get_local $i63)
- (i32.const 4)
- )
- )
- (set_local $i44
- (i32.load
- (get_local $i61)
+ (loop $do-in$47
+ (block $do-out$46
+ (set_local $i43
+ (i32.load
+ (get_local $i63)
+ )
)
- )
- (if
- (i32.eq
- (get_local $i58)
+ (set_local $i61
(i32.add
- (get_local $i43)
- (get_local $i44)
+ (get_local $i63)
+ (i32.const 4)
)
)
- (block
- (set_local $i64
- (get_local $i43)
- )
- (set_local $i65
+ (set_local $i44
+ (i32.load
(get_local $i61)
)
- (set_local $i66
- (get_local $i44)
+ )
+ (if
+ (i32.eq
+ (get_local $i58)
+ (i32.add
+ (get_local $i43)
+ (get_local $i44)
+ )
)
- (set_local $i67
- (get_local $i63)
+ (block
+ (set_local $i64
+ (get_local $i43)
+ )
+ (set_local $i65
+ (get_local $i61)
+ )
+ (set_local $i66
+ (get_local $i44)
+ )
+ (set_local $i67
+ (get_local $i63)
+ )
+ (set_local $i36
+ (i32.const 203)
+ )
+ (br $do-out$46)
)
- (set_local $i36
- (i32.const 203)
+ )
+ (set_local $i63
+ (i32.load
+ (i32.add
+ (get_local $i63)
+ (i32.const 8)
+ )
)
- (br $do-out$46)
)
- )
- (set_local $i63
- (i32.load
- (i32.add
+ (br_if $do-in$47
+ (i32.ne
(get_local $i63)
- (i32.const 8)
+ (i32.const 0)
)
)
)
- (br_if $do-in$47
- (i32.ne
- (get_local $i63)
- (i32.const 0)
- )
- )
)
(if
(if
@@ -4479,47 +4530,49 @@
(set_local $i63
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $i63)
- )
- (get_local $i61)
- )
- (block
- (set_local $i69
- (get_local $i63)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $i63)
+ )
+ (get_local $i61)
)
- (set_local $i70
- (get_local $i63)
+ (block
+ (set_local $i69
+ (get_local $i63)
+ )
+ (set_local $i70
+ (get_local $i63)
+ )
+ (set_local $i36
+ (i32.const 211)
+ )
+ (br $while-out$48)
)
- (set_local $i36
- (i32.const 211)
+ )
+ (set_local $i63
+ (i32.load
+ (i32.add
+ (get_local $i63)
+ (i32.const 8)
+ )
)
- (br $while-out$48)
)
- )
- (set_local $i63
- (i32.load
- (i32.add
+ (if
+ (i32.eqz
(get_local $i63)
- (i32.const 8)
)
- )
- )
- (if
- (i32.eqz
- (get_local $i63)
- )
- (block
- (set_local $i71
- (i32.const 624)
+ (block
+ (set_local $i71
+ (i32.const 624)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -4805,64 +4858,66 @@
)
)
)
- (loop $while-out$55 $while-in$56
- (set_local $i5
- (i32.add
- (get_local $i73)
- (i32.const 20)
- )
- )
- (set_local $i52
- (i32.load
- (get_local $i5)
- )
- )
- (if
- (get_local $i52)
- (block
- (set_local $i73
- (get_local $i52)
+ (loop $while-in$56
+ (block $while-out$55
+ (set_local $i5
+ (i32.add
+ (get_local $i73)
+ (i32.const 20)
)
- (set_local $i74
+ )
+ (set_local $i52
+ (i32.load
(get_local $i5)
)
- (br $while-in$56)
- )
- )
- (set_local $i5
- (i32.add
- (get_local $i73)
- (i32.const 16)
- )
- )
- (set_local $i52
- (i32.load
- (get_local $i5)
)
- )
- (if
- (i32.eqz
+ (if
(get_local $i52)
+ (block
+ (set_local $i73
+ (get_local $i52)
+ )
+ (set_local $i74
+ (get_local $i5)
+ )
+ (br $while-in$56)
+ )
)
- (block
- (set_local $i75
+ (set_local $i5
+ (i32.add
(get_local $i73)
+ (i32.const 16)
)
- (set_local $i76
- (get_local $i74)
+ )
+ (set_local $i52
+ (i32.load
+ (get_local $i5)
)
- (br $while-out$55)
)
- (block
- (set_local $i73
+ (if
+ (i32.eqz
(get_local $i52)
)
- (set_local $i74
- (get_local $i5)
+ (block
+ (set_local $i75
+ (get_local $i73)
+ )
+ (set_local $i76
+ (get_local $i74)
+ )
+ (br $while-out$55)
+ )
+ (block
+ (set_local $i73
+ (get_local $i52)
+ )
+ (set_local $i74
+ (get_local $i5)
+ )
)
)
+ (br $while-in$56)
)
- (br $while-in$56)
)
(if
(i32.lt_u
@@ -5691,79 +5746,81 @@
(get_local $i5)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i62)
- (i32.const 4)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i62)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $i79)
)
- (get_local $i79)
- )
- (block
- (set_local $i83
- (get_local $i62)
- )
- (set_local $i36
- (i32.const 281)
+ (block
+ (set_local $i83
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 281)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (set_local $i5
- (i32.add
+ (set_local $i5
(i32.add
- (get_local $i62)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i50)
- (i32.const 31)
+ (i32.add
+ (get_local $i62)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i50)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i57
- (i32.load
- (get_local $i5)
- )
- )
- (if
- (i32.eqz
- (get_local $i57)
- )
- (block
- (set_local $i84
+ (set_local $i57
+ (i32.load
(get_local $i5)
)
- (set_local $i85
- (get_local $i62)
- )
- (set_local $i36
- (i32.const 278)
- )
- (br $while-out$69)
)
- (block
- (set_local $i50
- (i32.shl
- (get_local $i50)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i57)
+ )
+ (block
+ (set_local $i84
+ (get_local $i5)
+ )
+ (set_local $i85
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 278)
)
+ (br $while-out$69)
)
- (set_local $i62
- (get_local $i57)
+ (block
+ (set_local $i50
+ (i32.shl
+ (get_local $i50)
+ (i32.const 1)
+ )
+ )
+ (set_local $i62
+ (get_local $i57)
+ )
)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -5926,53 +5983,55 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (set_local $i63
- (i32.load
- (get_local $i71)
+ (loop $while-in$72
+ (block $while-out$71
+ (set_local $i63
+ (i32.load
+ (get_local $i71)
+ )
)
- )
- (if
(if
- (i32.le_u
- (get_local $i63)
- (get_local $i60)
- )
- (block
- (set_local $i53
- (i32.add
- (get_local $i63)
- (i32.load
- (i32.add
- (get_local $i71)
- (i32.const 4)
+ (if
+ (i32.le_u
+ (get_local $i63)
+ (get_local $i60)
+ )
+ (block
+ (set_local $i53
+ (i32.add
+ (get_local $i63)
+ (i32.load
+ (i32.add
+ (get_local $i71)
+ (i32.const 4)
+ )
)
)
)
+ (i32.gt_u
+ (get_local $i53)
+ (get_local $i60)
+ )
)
- (i32.gt_u
+ (i32.const 0)
+ )
+ (block
+ (set_local $i86
(get_local $i53)
- (get_local $i60)
)
+ (br $while-out$71)
)
- (i32.const 0)
- )
- (block
- (set_local $i86
- (get_local $i53)
- )
- (br $while-out$71)
)
- )
- (set_local $i71
- (i32.load
- (i32.add
- (get_local $i71)
- (i32.const 8)
+ (set_local $i71
+ (i32.load
+ (i32.add
+ (get_local $i71)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $i44
(i32.add
@@ -6169,24 +6228,26 @@
(i32.const 24)
)
)
- (loop $do-out$73 $do-in$74
- (set_local $i63
- (i32.add
- (get_local $i63)
- (i32.const 4)
- )
- )
- (i32.store
- (get_local $i63)
- (i32.const 7)
- )
- (br_if $do-in$74
- (i32.lt_u
+ (loop $do-in$74
+ (block $do-out$73
+ (set_local $i63
(i32.add
(get_local $i63)
(i32.const 4)
)
- (get_local $i86)
+ )
+ (i32.store
+ (get_local $i63)
+ (i32.const 7)
+ )
+ (br_if $do-in$74
+ (i32.lt_u
+ (i32.add
+ (get_local $i63)
+ (i32.const 4)
+ )
+ (get_local $i86)
+ )
)
)
)
@@ -6557,79 +6618,81 @@
(get_local $i43)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i62)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i62)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $i63)
- )
- (block
- (set_local $i90
- (get_local $i62)
+ (get_local $i63)
)
- (set_local $i36
- (i32.const 307)
+ (block
+ (set_local $i90
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 307)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (set_local $i43
- (i32.add
+ (set_local $i43
(i32.add
- (get_local $i62)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i5)
- (i32.const 31)
+ (i32.add
+ (get_local $i62)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i5)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i57
- (i32.load
- (get_local $i43)
- )
- )
- (if
- (i32.eqz
- (get_local $i57)
- )
- (block
- (set_local $i91
+ (set_local $i57
+ (i32.load
(get_local $i43)
)
- (set_local $i92
- (get_local $i62)
- )
- (set_local $i36
- (i32.const 304)
- )
- (br $while-out$75)
)
- (block
- (set_local $i5
- (i32.shl
- (get_local $i5)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i57)
+ )
+ (block
+ (set_local $i91
+ (get_local $i43)
+ )
+ (set_local $i92
+ (get_local $i62)
+ )
+ (set_local $i36
+ (i32.const 304)
)
+ (br $while-out$75)
)
- (set_local $i62
- (get_local $i57)
+ (block
+ (set_local $i5
+ (i32.shl
+ (get_local $i5)
+ (i32.const 1)
+ )
+ )
+ (set_local $i62
+ (get_local $i57)
+ )
)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -6796,43 +6859,45 @@
(set_local $i5
(i32.const 0)
)
- (loop $do-out$77 $do-in$78
- (set_local $i62
- (i32.add
- (i32.const 216)
- (i32.shl
+ (loop $do-in$78
+ (block $do-out$77
+ (set_local $i62
+ (i32.add
+ (i32.const 216)
(i32.shl
- (get_local $i5)
- (i32.const 1)
+ (i32.shl
+ (get_local $i5)
+ (i32.const 1)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $i62)
+ (i32.const 12)
+ )
(get_local $i62)
- (i32.const 12)
)
- (get_local $i62)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $i62)
+ (i32.const 8)
+ )
(get_local $i62)
- (i32.const 8)
)
- (get_local $i62)
- )
- (set_local $i5
- (i32.add
- (get_local $i5)
- (i32.const 1)
+ (set_local $i5
+ (i32.add
+ (get_local $i5)
+ (i32.const 1)
+ )
)
- )
- (br_if $do-in$78
- (i32.ne
- (get_local $i5)
- (i32.const 32)
+ (br_if $do-in$78
+ (i32.ne
+ (get_local $i5)
+ (i32.const 32)
+ )
)
)
)
@@ -7432,64 +7497,66 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (set_local $i11
- (i32.add
- (get_local $i19)
- (i32.const 20)
- )
- )
- (set_local $i16
- (i32.load
- (get_local $i11)
- )
- )
- (if
- (get_local $i16)
- (block
- (set_local $i19
- (get_local $i16)
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $i11
+ (i32.add
+ (get_local $i19)
+ (i32.const 20)
)
- (set_local $i20
+ )
+ (set_local $i16
+ (i32.load
(get_local $i11)
)
- (br $while-in$5)
)
- )
- (set_local $i11
- (i32.add
- (get_local $i19)
- (i32.const 16)
- )
- )
- (set_local $i16
- (i32.load
- (get_local $i11)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $i16)
+ (block
+ (set_local $i19
+ (get_local $i16)
+ )
+ (set_local $i20
+ (get_local $i11)
+ )
+ (br $while-in$5)
+ )
)
- (block
- (set_local $i21
+ (set_local $i11
+ (i32.add
(get_local $i19)
+ (i32.const 16)
)
- (set_local $i22
- (get_local $i20)
+ )
+ (set_local $i16
+ (i32.load
+ (get_local $i11)
)
- (br $while-out$4)
)
- (block
- (set_local $i19
+ (if
+ (i32.eqz
(get_local $i16)
)
- (set_local $i20
- (get_local $i11)
+ (block
+ (set_local $i21
+ (get_local $i19)
+ )
+ (set_local $i22
+ (get_local $i20)
+ )
+ (br $while-out$4)
+ )
+ (block
+ (set_local $i19
+ (get_local $i16)
+ )
+ (set_local $i20
+ (get_local $i11)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -8050,64 +8117,66 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (set_local $i19
- (i32.add
- (get_local $i24)
- (i32.const 20)
- )
- )
- (set_local $i15
- (i32.load
- (get_local $i19)
- )
- )
- (if
- (get_local $i15)
- (block
- (set_local $i24
- (get_local $i15)
+ (loop $while-in$13
+ (block $while-out$12
+ (set_local $i19
+ (i32.add
+ (get_local $i24)
+ (i32.const 20)
)
- (set_local $i25
+ )
+ (set_local $i15
+ (i32.load
(get_local $i19)
)
- (br $while-in$13)
- )
- )
- (set_local $i19
- (i32.add
- (get_local $i24)
- (i32.const 16)
)
- )
- (set_local $i15
- (i32.load
- (get_local $i19)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $i15)
+ (block
+ (set_local $i24
+ (get_local $i15)
+ )
+ (set_local $i25
+ (get_local $i19)
+ )
+ (br $while-in$13)
+ )
)
- (block
- (set_local $i26
+ (set_local $i19
+ (i32.add
(get_local $i24)
+ (i32.const 16)
)
- (set_local $i27
- (get_local $i25)
+ )
+ (set_local $i15
+ (i32.load
+ (get_local $i19)
)
- (br $while-out$12)
)
- (block
- (set_local $i24
+ (if
+ (i32.eqz
(get_local $i15)
)
- (set_local $i25
- (get_local $i19)
+ (block
+ (set_local $i26
+ (get_local $i24)
+ )
+ (set_local $i27
+ (get_local $i25)
+ )
+ (br $while-out$12)
+ )
+ (block
+ (set_local $i24
+ (get_local $i15)
+ )
+ (set_local $i25
+ (get_local $i19)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -8894,79 +8963,81 @@
(get_local $i5)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $i2)
- (i32.const 4)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i2)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $i29)
- )
- (block
- (set_local $i33
- (get_local $i2)
+ (get_local $i29)
)
- (set_local $i34
- (i32.const 130)
+ (block
+ (set_local $i33
+ (get_local $i2)
+ )
+ (set_local $i34
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (set_local $i28
- (i32.add
+ (set_local $i28
(i32.add
- (get_local $i2)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $i31)
- (i32.const 31)
+ (i32.add
+ (get_local $i2)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $i31)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $i13
- (i32.load
- (get_local $i28)
- )
- )
- (if
- (i32.eqz
- (get_local $i13)
- )
- (block
- (set_local $i35
+ (set_local $i13
+ (i32.load
(get_local $i28)
)
- (set_local $i36
- (get_local $i2)
- )
- (set_local $i34
- (i32.const 127)
- )
- (br $while-out$18)
)
- (block
- (set_local $i31
- (i32.shl
- (get_local $i31)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $i13)
+ )
+ (block
+ (set_local $i35
+ (get_local $i28)
+ )
+ (set_local $i36
+ (get_local $i2)
)
+ (set_local $i34
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $i2
- (get_local $i13)
+ (block
+ (set_local $i31
+ (i32.shl
+ (get_local $i31)
+ (i32.const 1)
+ )
+ )
+ (set_local $i2
+ (get_local $i13)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -9141,25 +9212,27 @@
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $i12
- (i32.load
- (get_local $i37)
- )
- )
- (if
- (i32.eqz
- (get_local $i12)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $i12
+ (i32.load
+ (get_local $i37)
+ )
)
- (br $while-out$20)
- (set_local $i37
- (i32.add
+ (if
+ (i32.eqz
(get_local $i12)
- (i32.const 8)
+ )
+ (br $while-out$20)
+ (set_local $i37
+ (i32.add
+ (get_local $i12)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -9190,16 +9263,11 @@
(local $i23 i32)
(local $i24 i32)
(set_local $i4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
@@ -9292,247 +9360,249 @@
(get_local $i3)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.load
- (i32.const 8)
- )
- )
- (block
- (i32.store
- (get_local $i5)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
(i32.load
- (get_local $i2)
+ (i32.const 8)
)
)
- (i32.store
- (i32.add
+ (block
+ (i32.store
(get_local $i5)
- (i32.const 4)
+ (i32.load
+ (get_local $i2)
+ )
)
- (get_local $i12)
- )
- (i32.store
- (i32.add
- (get_local $i5)
- (i32.const 8)
+ (i32.store
+ (i32.add
+ (get_local $i5)
+ (i32.const 4)
+ )
+ (get_local $i12)
)
- (get_local $i7)
- )
- (set_local $i14
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $i5)
+ (i32.const 8)
)
+ (get_local $i7)
)
- )
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 4)
- (get_local $i1)
- )
- (i32.store
- (get_local $i6)
- (i32.load
- (get_local $i2)
+ (set_local $i14
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $i5)
+ )
+ )
)
)
- (i32.store
- (i32.add
- (get_local $i6)
+ (block
+ (call_import $_pthread_cleanup_push
(i32.const 4)
+ (get_local $i1)
)
- (get_local $i12)
- )
- (i32.store
- (i32.add
+ (i32.store
(get_local $i6)
- (i32.const 8)
+ (i32.load
+ (get_local $i2)
+ )
)
- (get_local $i7)
- )
- (set_local $i11
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $i6)
+ (i32.const 4)
)
+ (get_local $i12)
+ )
+ (i32.store
+ (i32.add
+ (get_local $i6)
+ (i32.const 8)
+ )
+ (get_local $i7)
+ )
+ (set_local $i11
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $i6)
+ )
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (set_local $i14
+ (get_local $i11)
)
)
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
- )
- (set_local $i14
- (get_local $i11)
- )
- )
- )
- (if
- (i32.eq
- (get_local $i13)
- (get_local $i14)
)
- (block
- (set_local $i15
- (i32.const 6)
+ (if
+ (i32.eq
+ (get_local $i13)
+ (get_local $i14)
)
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $i14)
- (i32.const 0)
- )
- (block
- (set_local $i16
- (get_local $i12)
+ (block
+ (set_local $i15
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (set_local $i17
- (get_local $i7)
+ )
+ (if
+ (i32.lt_s
+ (get_local $i14)
+ (i32.const 0)
)
- (set_local $i15
- (i32.const 8)
+ (block
+ (set_local $i16
+ (get_local $i12)
+ )
+ (set_local $i17
+ (get_local $i7)
+ )
+ (set_local $i15
+ (i32.const 8)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
- )
- (set_local $i11
- (i32.sub
- (get_local $i13)
- (get_local $i14)
- )
- )
- (set_local $i18
- (i32.load
- (i32.add
- (get_local $i12)
- (i32.const 4)
+ (set_local $i11
+ (i32.sub
+ (get_local $i13)
+ (get_local $i14)
)
)
- )
- (if
- (i32.le_u
- (get_local $i14)
- (get_local $i18)
+ (set_local $i18
+ (i32.load
+ (i32.add
+ (get_local $i12)
+ (i32.const 4)
+ )
+ )
)
(if
- (i32.eq
- (get_local $i7)
- (i32.const 2)
+ (i32.le_u
+ (get_local $i14)
+ (get_local $i18)
)
- (block
- (i32.store
- (get_local $i8)
- (i32.add
- (i32.load
- (get_local $i8)
+ (if
+ (i32.eq
+ (get_local $i7)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $i8)
+ (i32.add
+ (i32.load
+ (get_local $i8)
+ )
+ (get_local $i14)
)
+ )
+ (set_local $i19
+ (get_local $i18)
+ )
+ (set_local $i20
(get_local $i14)
)
+ (set_local $i21
+ (get_local $i12)
+ )
+ (set_local $i22
+ (i32.const 2)
+ )
)
- (set_local $i19
- (get_local $i18)
+ (block
+ (set_local $i19
+ (get_local $i18)
+ )
+ (set_local $i20
+ (get_local $i14)
+ )
+ (set_local $i21
+ (get_local $i12)
+ )
+ (set_local $i22
+ (get_local $i7)
+ )
)
- (set_local $i20
- (get_local $i14)
+ )
+ (block
+ (set_local $i23
+ (i32.load
+ (get_local $i9)
+ )
)
- (set_local $i21
- (get_local $i12)
+ (i32.store
+ (get_local $i8)
+ (get_local $i23)
)
- (set_local $i22
- (i32.const 2)
+ (i32.store
+ (get_local $i10)
+ (get_local $i23)
)
- )
- (block
(set_local $i19
- (get_local $i18)
+ (i32.load
+ (i32.add
+ (get_local $i12)
+ (i32.const 12)
+ )
+ )
)
(set_local $i20
- (get_local $i14)
+ (i32.sub
+ (get_local $i14)
+ (get_local $i18)
+ )
)
(set_local $i21
- (get_local $i12)
- )
- (set_local $i22
- (get_local $i7)
- )
- )
- )
- (block
- (set_local $i23
- (i32.load
- (get_local $i9)
- )
- )
- (i32.store
- (get_local $i8)
- (get_local $i23)
- )
- (i32.store
- (get_local $i10)
- (get_local $i23)
- )
- (set_local $i19
- (i32.load
(i32.add
(get_local $i12)
- (i32.const 12)
+ (i32.const 8)
)
)
- )
- (set_local $i20
- (i32.sub
- (get_local $i14)
- (get_local $i18)
- )
- )
- (set_local $i21
- (i32.add
- (get_local $i12)
- (i32.const 8)
+ (set_local $i22
+ (i32.add
+ (get_local $i7)
+ (i32.const -1)
+ )
)
)
- (set_local $i22
- (i32.add
- (get_local $i7)
- (i32.const -1)
+ )
+ (i32.store
+ (get_local $i21)
+ (i32.add
+ (i32.load
+ (get_local $i21)
)
+ (get_local $i20)
)
)
- )
- (i32.store
- (get_local $i21)
- (i32.add
- (i32.load
+ (i32.store
+ (i32.add
(get_local $i21)
+ (i32.const 4)
+ )
+ (i32.sub
+ (get_local $i19)
+ (get_local $i20)
)
- (get_local $i20)
)
- )
- (i32.store
- (i32.add
+ (set_local $i12
(get_local $i21)
- (i32.const 4)
)
- (i32.sub
- (get_local $i19)
- (get_local $i20)
+ (set_local $i7
+ (get_local $i22)
)
+ (set_local $i13
+ (get_local $i11)
+ )
+ (br $while-in$1)
)
- (set_local $i12
- (get_local $i21)
- )
- (set_local $i7
- (get_local $i22)
- )
- (set_local $i13
- (get_local $i11)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -9628,8 +9698,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i4)
)
(return
@@ -9725,6 +9794,9 @@
(block
(set_local $i8
(call_indirect $FUNCSIG$iiii
+ (get_local $i3)
+ (get_local $i1)
+ (get_local $i2)
(i32.add
(i32.and
(i32.load
@@ -9737,9 +9809,6 @@
)
(i32.const 2)
)
- (get_local $i3)
- (get_local $i1)
- (get_local $i2)
)
)
(br $label$break$L5)
@@ -9760,58 +9829,63 @@
(set_local $i4
(get_local $i2)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $i4)
- )
- (block
- (set_local $i10
- (get_local $i2)
- )
- (set_local $i11
- (get_local $i1)
- )
- (set_local $i12
- (get_local $i9)
- )
- (set_local $i13
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $i4)
)
- (br $label$break$L10)
- )
- )
- (set_local $i14
- (i32.add
- (get_local $i4)
- (i32.const -1)
- )
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
+ (block
+ (set_local $i10
+ (get_local $i2)
+ )
+ (set_local $i11
(get_local $i1)
- (get_local $i14)
)
+ (set_local $i12
+ (get_local $i9)
+ )
+ (set_local $i13
+ (i32.const 0)
+ )
+ (br $label$break$L10)
)
- (i32.const 10)
)
- (block
- (set_local $i15
+ (set_local $i14
+ (i32.add
(get_local $i4)
+ (i32.const -1)
)
- (br $while-out$2)
)
- (set_local $i4
- (get_local $i14)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $i1)
+ (get_local $i14)
+ )
+ )
+ (i32.const 10)
+ )
+ (block
+ (set_local $i15
+ (get_local $i4)
+ )
+ (br $while-out$2)
+ )
+ (set_local $i4
+ (get_local $i14)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(if
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $i3)
+ (get_local $i1)
+ (get_local $i15)
(i32.add
(i32.and
(i32.load
@@ -9824,9 +9898,6 @@
)
(i32.const 2)
)
- (get_local $i3)
- (get_local $i1)
- (get_local $i15)
)
(get_local $i15)
)
@@ -9874,10 +9945,12 @@
)
)
)
- (call $_memcpy
- (get_local $i12)
- (get_local $i11)
- (get_local $i10)
+ (drop
+ (call $_memcpy
+ (get_local $i12)
+ (get_local $i11)
+ (get_local $i10)
+ )
)
(i32.store
(get_local $i5)
@@ -10000,82 +10073,84 @@
(set_local $i4
(get_local $i5)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.gt_s
- (i32.load
- (i32.add
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.gt_s
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 76)
+ )
+ )
+ (i32.const -1)
+ )
+ (set_local $i7
+ (call $___lockfile
(get_local $i3)
- (i32.const 76)
)
)
- (i32.const -1)
- )
- (set_local $i7
- (call $___lockfile
- (get_local $i3)
+ (set_local $i7
+ (i32.const 0)
)
)
- (set_local $i7
- (i32.const 0)
- )
- )
- (if
- (i32.gt_u
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 20)
+ (if
+ (i32.gt_u
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 20)
+ )
)
- )
- (i32.load
- (i32.add
- (get_local $i3)
- (i32.const 28)
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 28)
+ )
)
)
- )
- (set_local $i8
- (i32.or
- (call $___fflush_unlocked
- (get_local $i3)
+ (set_local $i8
+ (i32.or
+ (call $___fflush_unlocked
+ (get_local $i3)
+ )
+ (get_local $i4)
)
+ )
+ (set_local $i8
(get_local $i4)
)
)
- (set_local $i8
- (get_local $i4)
- )
- )
- (if
- (get_local $i7)
- (call $___unlockfile
- (get_local $i3)
- )
- )
- (set_local $i3
- (i32.load
- (i32.add
+ (if
+ (get_local $i7)
+ (call $___unlockfile
(get_local $i3)
- (i32.const 56)
)
)
- )
- (if
- (i32.eqz
- (get_local $i3)
+ (set_local $i3
+ (i32.load
+ (i32.add
+ (get_local $i3)
+ (i32.const 56)
+ )
+ )
)
- (block
- (set_local $i6
+ (if
+ (i32.eqz
+ (get_local $i3)
+ )
+ (block
+ (set_local $i6
+ (get_local $i8)
+ )
+ (br $while-out$2)
+ )
+ (set_local $i4
(get_local $i8)
)
- (br $while-out$2)
- )
- (set_local $i4
- (get_local $i8)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -10129,50 +10204,52 @@
(set_local $i6
(get_local $i2)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $i5)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $i5)
+ )
+ )
+ (block
+ (set_local $i7
+ (get_local $i6)
+ )
+ (br $label$break$L1)
)
)
- (block
- (set_local $i7
- (get_local $i6)
+ (set_local $i8
+ (i32.add
+ (get_local $i5)
+ (i32.const 1)
)
- (br $label$break$L1)
)
- )
- (set_local $i8
- (i32.add
- (get_local $i5)
- (i32.const 1)
+ (set_local $i6
+ (get_local $i8)
)
- )
- (set_local $i6
- (get_local $i8)
- )
- (if
- (i32.eqz
- (i32.and
- (get_local $i6)
- (i32.const 3)
+ (if
+ (i32.eqz
+ (i32.and
+ (get_local $i6)
+ (i32.const 3)
+ )
)
- )
- (block
- (set_local $i3
- (get_local $i8)
+ (block
+ (set_local $i3
+ (get_local $i8)
+ )
+ (set_local $i4
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (set_local $i4
- (i32.const 4)
+ (set_local $i5
+ (get_local $i8)
)
- (br $while-out$1)
- )
- (set_local $i5
- (get_local $i8)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
)
@@ -10186,45 +10263,47 @@
(set_local $i4
(get_local $i3)
)
- (loop $while-out$3 $while-in$4
- (set_local $i3
- (i32.load
- (get_local $i4)
+ (loop $while-in$4
+ (block $while-out$3
+ (set_local $i3
+ (i32.load
+ (get_local $i4)
+ )
)
- )
- (if
- (i32.eqz
- (i32.and
- (i32.xor
- (i32.and
- (get_local $i3)
+ (if
+ (i32.eqz
+ (i32.and
+ (i32.xor
+ (i32.and
+ (get_local $i3)
+ (i32.const -2139062144)
+ )
(i32.const -2139062144)
)
- (i32.const -2139062144)
+ (i32.add
+ (get_local $i3)
+ (i32.const -16843009)
+ )
)
+ )
+ (set_local $i4
(i32.add
- (get_local $i3)
- (i32.const -16843009)
+ (get_local $i4)
+ (i32.const 4)
)
)
- )
- (set_local $i4
- (i32.add
- (get_local $i4)
- (i32.const 4)
- )
- )
- (block
- (set_local $i9
- (get_local $i3)
- )
- (set_local $i10
- (get_local $i4)
+ (block
+ (set_local $i9
+ (get_local $i3)
+ )
+ (set_local $i10
+ (get_local $i4)
+ )
+ (br $while-out$3)
)
- (br $while-out$3)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.eqz
@@ -10246,30 +10325,32 @@
(set_local $i9
(get_local $i10)
)
- (loop $while-out$5 $while-in$6
- (set_local $i10
- (i32.add
- (get_local $i9)
- (i32.const 1)
- )
- )
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $i10)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $i10
+ (i32.add
+ (get_local $i9)
+ (i32.const 1)
)
)
- (block
- (set_local $i11
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $i10)
+ )
+ )
+ (block
+ (set_local $i11
+ (get_local $i10)
+ )
+ (br $while-out$5)
+ )
+ (set_local $i9
(get_local $i10)
)
- (br $while-out$5)
- )
- (set_local $i9
- (get_local $i10)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
)
@@ -10296,16 +10377,11 @@
(local $i10 i32)
(local $i11 i32)
(set_local $i3
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
@@ -10430,6 +10506,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $i1)
+ (get_local $i4)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10442,9 +10521,6 @@
)
(i32.const 2)
)
- (get_local $i1)
- (get_local $i4)
- (i32.const 1)
)
(i32.const 1)
)
@@ -10460,8 +10536,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i3)
)
(return
@@ -10499,22 +10574,24 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load
- (i32.add
- (get_local $i1)
- (i32.const 36)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $i1)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $i1)
+ (i32.const 36)
+ )
)
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $i1)
- (i32.const 0)
- (i32.const 0)
)
(i32.eq
(i32.load
@@ -10557,6 +10634,12 @@
(get_local $i8)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $i1)
+ (i32.sub
+ (get_local $i6)
+ (get_local $i8)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10569,12 +10652,6 @@
)
(i32.const 2)
)
- (get_local $i1)
- (i32.sub
- (get_local $i6)
- (get_local $i8)
- )
- (i32.const 1)
)
)
(i32.store
@@ -10639,129 +10716,135 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $i1)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (loop $while-in$1
+ (block $while-out$0
(if
(i32.eqz
- (get_local $i3)
- )
- (return
- (get_local $i4)
+ (i32.and
+ (get_local $i1)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (block
+ (if
+ (i32.eqz
+ (get_local $i3)
+ )
+ (return
+ (get_local $i4)
+ )
)
- )
- (set_local $i1
- (i32.add
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $i3)
- (i32.const 4)
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $i1)
- (i32.load
- (get_local $i2)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $i3)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $i1
- (i32.add
+ (block
+ (i32.store
(get_local $i1)
- (i32.const 4)
+ (i32.load
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 4)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 4)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 4)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 4)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $i3)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $i3)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $i1
- (i32.add
+ (block
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $i4)
@@ -10841,81 +10924,87 @@
(get_local $i5)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i1)
- (get_local $i5)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i1)
+ (get_local $i5)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- (block
- (i32.store8
- (get_local $i1)
- (get_local $i2)
- )
- (set_local $i1
- (i32.add
+ (block
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (get_local $i2)
+ )
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i1)
- (get_local $i7)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i1)
+ (get_local $i7)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
- )
- (block
- (i32.store
- (get_local $i1)
- (get_local $i6)
- )
- (set_local $i1
- (i32.add
+ (block
+ (i32.store
(get_local $i1)
- (i32.const 4)
+ (get_local $i6)
+ )
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i1)
- (get_local $i4)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i1)
+ (get_local $i4)
+ )
)
+ (br $while-out$4)
)
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $i1)
- (get_local $i2)
- )
- (set_local $i1
- (i32.add
+ (block
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (get_local $i2)
+ )
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(i32.sub
@@ -11056,16 +11145,11 @@
(local $i6 i32)
(local $i7 i32)
(set_local $i4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
@@ -11140,8 +11224,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i4)
)
(return
@@ -11342,16 +11425,11 @@
(local $i4 i32)
(local $i5 i32)
(set_local $i4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
@@ -11432,8 +11510,7 @@
(get_local $i3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i4)
)
(return
@@ -11442,18 +11519,14 @@
)
(func $copyTempDouble (param $i1 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $i1)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -11465,9 +11538,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -11479,9 +11550,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -11493,9 +11562,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
(i32.load8_s
@@ -11507,9 +11574,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 5)
)
(i32.load8_s
@@ -11521,9 +11586,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 6)
)
(i32.load8_s
@@ -11535,9 +11598,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 7)
)
(i32.load8_s
@@ -11552,16 +11613,11 @@
(local $i2 i32)
(local $i3 i32)
(set_local $i2
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
@@ -11585,8 +11641,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i2)
)
(return
@@ -11595,18 +11650,14 @@
)
(func $copyTempFloat (param $i1 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $i1)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -11618,9 +11669,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -11632,9 +11681,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -11675,6 +11722,9 @@
(func $dynCall_iiii (param $i1 i32) (param $i2 i32) (param $i3 i32) (param $i4 i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $i2)
+ (get_local $i3)
+ (get_local $i4)
(i32.add
(i32.and
(get_local $i1)
@@ -11682,35 +11732,24 @@
)
(i32.const 2)
)
- (get_local $i2)
- (get_local $i3)
- (get_local $i4)
)
)
)
(func $stackAlloc (param $i1 i32) (result i32)
(local $i2 i32)
(set_local $i2
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $i1)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -11747,17 +11786,13 @@
(func $setThrew (param $i1 i32) (param $i2 i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $__THREW__)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $__THREW__
(get_local $i1)
)
- (i32.store
- (i32.const 48)
+ (set_global $threwValue
(get_local $i2)
)
)
@@ -11781,6 +11816,7 @@
(func $dynCall_ii (param $i1 i32) (param $i2 i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $i2)
(i32.add
(i32.and
(get_local $i1)
@@ -11788,7 +11824,6 @@
)
(i32.const 0)
)
- (get_local $i2)
)
)
)
@@ -11809,17 +11844,16 @@
(return)
)
(func $establishStackSpace (param $i1 i32) (param $i2 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i1)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $i2)
)
)
(func $dynCall_vi (param $i1 i32) (param $i2 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $i2)
(i32.add
(i32.and
(get_local $i1)
@@ -11827,7 +11861,6 @@
)
(i32.const 10)
)
- (get_local $i2)
)
)
(func $b1 (param $i1 i32) (param $i2 i32) (param $i3 i32) (result i32)
@@ -11839,14 +11872,12 @@
)
)
(func $stackRestore (param $i1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $i1)
)
)
(func $setTempRet0 (param $i1 i32)
- (i32.store
- (i32.const 160)
+ (set_global $tempRet0
(get_local $i1)
)
)
@@ -11868,14 +11899,14 @@
)
(func $getTempRet0 (result i32)
(return
- (i32.load
- (i32.const 160)
- )
+ (get_global $tempRet0)
)
)
(func $_main (result i32)
- (call $_puts
- (i32.const 672)
+ (drop
+ (call $_puts
+ (i32.const 672)
+ )
)
(return
(i32.const 0)
@@ -11883,9 +11914,7 @@
)
(func $stackSave (result i32)
(return
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
)
(func $b2 (param $i1 i32)
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm
index 1ef3b9017..7cb00db19 100644
--- a/test/emcc_hello_world.fromasm
+++ b/test/emcc_hello_world.fromasm
@@ -1,6 +1,6 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (data (get_global $memoryBase) "emcc_hello_world.asm.js")
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$id (func (param f64) (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
@@ -9,77 +9,104 @@
(type $FUNCSIG$v (func))
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort")
- (import $nullFunc_ii "env" "nullFunc_ii" (param i32))
- (import $nullFunc_iiii "env" "nullFunc_iiii" (param i32))
- (import $nullFunc_vi "env" "nullFunc_vi" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $___lock "env" "___lock" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_abort "env" "_abort")
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (import $i32s-div "asm2wasm" "i32s-div" (param i32 i32) (result i32))
- (import $i32s-rem "asm2wasm" "i32s-rem" (param i32 i32) (result i32))
- (import $i32u-rem "asm2wasm" "i32u-rem" (param i32 i32) (result i32))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "_i64Subtract" $_i64Subtract)
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_i64Add" $_i64Add)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_bitshift64Lshr" $_bitshift64Lshr)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "_bitshift64Shl" $_bitshift64Shl)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
- (export "___udivmoddi4" $___udivmoddi4)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "env" "cttz_i8" (global $cttz_i8 i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort))
+ (import "env" "nullFunc_ii" (func $nullFunc_ii (param i32)))
+ (import "env" "nullFunc_iiii" (func $nullFunc_iiii (param i32)))
+ (import "env" "nullFunc_vi" (func $nullFunc_vi (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "asm2wasm" "i32s-div" (func $i32s-div (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32s-rem" (func $i32s-rem (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-rem" (func $i32u-rem (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_i64Subtract" (func $_i64Subtract))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_i64Add" (func $_i64Add))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_bitshift64Lshr" (func $_bitshift64Lshr))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "_bitshift64Shl" (func $_bitshift64Shl))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (export "___udivmoddi4" (func $___udivmoddi4))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2)
(func $stackAlloc (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $0)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -87,53 +114,40 @@
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(get_local $1)
)
(func $stackSave (result i32)
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(func $stackRestore (param $0 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
)
(func $establishStackSpace (param $0 i32) (param $1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $1)
)
)
(func $setThrew (param $0 i32) (param $1 i32)
(if
(i32.eq
- (i32.load
- (i32.const 48)
- )
+ (get_global $__THREW__)
(i32.const 0)
)
(block
- (i32.store
- (i32.const 48)
+ (set_global $__THREW__
(get_local $0)
)
- (i32.store
- (i32.const 56)
+ (set_global $threwValue
(get_local $1)
)
)
@@ -141,33 +155,25 @@
)
(func $copyTempFloat (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
@@ -175,114 +181,87 @@
)
(func $copyTempDouble (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
)
(i32.store8 offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=4
(get_local $0)
)
)
(i32.store8 offset=5
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=5
(get_local $0)
)
)
(i32.store8 offset=6
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=6
(get_local $0)
)
)
(i32.store8 offset=7
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=7
(get_local $0)
)
)
)
(func $setTempRet0 (param $0 i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(get_local $0)
)
)
(func $getTempRet0 (result i32)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(func $_main (result i32)
(local $0 i32)
(set_local $0
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
- (call $_printf
- (i32.const 672)
- (get_local $0)
+ (drop
+ (call $_printf
+ (i32.const 672)
+ (get_local $0)
+ )
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
(i32.const 0)
@@ -291,44 +270,32 @@
(local $2 i32)
(local $3 i32)
(local $4 i32)
- (i32.load
- (i32.const 8)
- )
(f64.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $0)
)
(set_local $2
(call $_bitshift64Lshr
- (set_local $3
+ (tee_local $3
(i32.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
- (set_local $4
+ (tee_local $4
(i32.load offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
(i32.const 52)
)
)
- (i32.load
- (i32.const 168)
- )
(block $switch$0
(block $switch-default$3
(block $switch-case$2
(block $switch-case$1
(br_table $switch-case$1 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-case$2 $switch-default$3
(i32.sub
- (set_local $2
+ (tee_local $2
(i32.and
(get_local $2)
(i32.const 2047)
@@ -381,15 +348,11 @@
)
)
(i32.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $3)
)
(i32.store offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.or
(i32.and
(get_local $4)
@@ -399,16 +362,11 @@
)
)
(f64.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
)
(func $_frexpl (param $0 f64) (param $1 i32) (result f64)
- (i32.load
- (i32.const 8)
- )
(call $_frexp
(get_local $0)
(get_local $1)
@@ -420,58 +378,56 @@
(local $3 i32)
(local $4 i32)
(local $5 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $1
(i32.const 0)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (i32.and
- (i32.load8_s offset=687
- (get_local $1)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load8_s offset=687
+ (get_local $1)
+ )
+ (i32.const 255)
)
- (i32.const 255)
- )
- (get_local $0)
- )
- (block
- (set_local $4
- (get_local $1)
- )
- (set_local $0
- (i32.const 2)
+ (get_local $0)
)
- (br $while-out$0)
- )
- )
- (if
- (i32.eq
- (set_local $1
- (i32.add
+ (block
+ (set_local $4
(get_local $1)
- (i32.const 1)
)
+ (set_local $0
+ (i32.const 2)
+ )
+ (br $while-out$0)
)
- (i32.const 87)
)
- (block
- (set_local $3
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
(i32.const 87)
)
- (set_local $2
- (i32.const 775)
- )
- (set_local $0
- (i32.const 5)
+ (block
+ (set_local $3
+ (i32.const 87)
+ )
+ (set_local $2
+ (i32.const 775)
+ )
+ (set_local $0
+ (i32.const 5)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
- (get_local $1)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(if
(i32.eq
@@ -504,73 +460,74 @@
(get_local $0)
(i32.const 5)
)
- (loop $while-out$2 $while-in$3
- (loop $while-out$4 $while-in$5
- (set_local $0
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (loop $while-in$3
+ (block $while-out$2
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $0
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
+ )
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $2)
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $1
+ (get_local $0)
+ )
+ (br $while-out$4)
+ )
+ (set_local $2
+ (get_local $0)
+ )
+ )
+ (br $while-in$5)
)
)
(if
(i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $2)
- )
- (i32.const 24)
+ (tee_local $0
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
)
- (i32.const 24)
)
(i32.const 0)
)
(block
- (set_local $1
- (get_local $0)
+ (set_local $5
+ (get_local $1)
)
- (br $while-out$4)
- )
- (set_local $2
- (get_local $0)
+ (br $while-out$2)
)
- )
- (br $while-in$5)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (block
+ (set_local $3
+ (get_local $0)
+ )
+ (set_local $2
+ (get_local $1)
)
- )
- (i32.const 0)
- )
- (block
- (set_local $5
- (get_local $1)
- )
- (br $while-out$2)
- )
- (block
- (set_local $3
- (get_local $0)
- )
- (set_local $2
- (get_local $1)
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
(get_local $5)
)
(func $___errno_location (result i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(i32.load
@@ -588,32 +545,23 @@
(local $1 i32)
(local $2 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(i32.store
- (set_local $2
+ (tee_local $2
(get_local $1)
)
(i32.load offset=60
@@ -628,8 +576,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $1)
)
(get_local $0)
@@ -639,27 +586,18 @@
(local $4 i32)
(local $5 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -723,8 +661,7 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $0)
@@ -733,32 +670,23 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $4)
)
(i32.load offset=60
@@ -775,7 +703,7 @@
)
(i32.store offset=12
(get_local $3)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 20)
@@ -809,8 +737,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $0)
@@ -818,9 +745,6 @@
(func $_fflush (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (i32.load
- (i32.const 8)
- )
(block $do-once$0
(if
(i32.eq
@@ -848,82 +772,83 @@
(i32.const 44)
)
(if
- (i32.eq
- (set_local $1
+ (i32.ne
+ (tee_local $1
(i32.load
(i32.const 40)
)
)
(i32.const 0)
)
- (get_local $0)
(block
(set_local $2
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (set_local $0
- (if
- (i32.gt_s
- (i32.load offset=76
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $0
+ (if
+ (i32.gt_s
+ (i32.load offset=76
+ (get_local $1)
+ )
+ (i32.const -1)
+ )
+ (call $___lockfile
(get_local $1)
)
- (i32.const -1)
- )
- (call $___lockfile
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $2
- (if
- (i32.gt_u
- (i32.load offset=20
- (get_local $1)
- )
- (i32.load offset=28
- (get_local $1)
+ (set_local $2
+ (if
+ (i32.gt_u
+ (i32.load offset=20
+ (get_local $1)
+ )
+ (i32.load offset=28
+ (get_local $1)
+ )
)
- )
- (i32.or
- (call $___fflush_unlocked
- (get_local $1)
+ (i32.or
+ (call $___fflush_unlocked
+ (get_local $1)
+ )
+ (get_local $2)
)
(get_local $2)
)
- (get_local $2)
- )
- )
- (if
- (i32.ne
- (get_local $0)
- (i32.const 0)
)
- (call $___unlockfile
- (get_local $1)
+ (if
+ (i32.ne
+ (get_local $0)
+ (i32.const 0)
+ )
+ (call $___unlockfile
+ (get_local $1)
+ )
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load offset=56
- (get_local $1)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load offset=56
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $0
- (get_local $2)
+ (block
+ (set_local $0
+ (get_local $2)
+ )
+ (br $while-out$2)
+ )
+ (set_local $1
+ (get_local $0)
)
- (br $while-out$2)
- )
- (set_local $1
- (get_local $0)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -977,32 +902,23 @@
(local $2 i32)
(local $3 i32)
(set_local $2
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $2)
)
(get_local $1)
@@ -1016,16 +932,12 @@
(get_local $3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $2)
)
(get_local $0)
)
(func $___lockfile (param $0 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(i32.const 0)
)
(func $___unlockfile (param $0 i32)
@@ -1048,27 +960,18 @@
(local $16 i32)
(local $17 i32)
(set_local $8
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1082,15 +985,15 @@
(get_local $8)
)
(i32.store
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $8)
(i32.const 32)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $0)
(i32.const 28)
@@ -1101,10 +1004,10 @@
)
(i32.store offset=4
(get_local $4)
- (set_local $3
+ (tee_local $3
(i32.sub
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $0)
(i32.const 20)
@@ -1144,206 +1047,208 @@
(get_local $2)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (get_local $3)
- (set_local $5
- (if
- (i32.eq
- (i32.load
- (i32.const 16)
- )
- (i32.const 0)
- )
- (block
- (i32.store
- (get_local $9)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (get_local $3)
+ (tee_local $5
+ (if
+ (i32.eq
(i32.load
- (get_local $12)
+ (i32.const 16)
)
+ (i32.const 0)
)
- (i32.store offset=4
- (get_local $9)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $9)
- (get_local $6)
- )
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (block
+ (i32.store
(get_local $9)
+ (i32.load
+ (get_local $12)
+ )
)
- )
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 5)
- (get_local $0)
- )
- (i32.store
- (get_local $10)
- (i32.load
- (get_local $12)
+ (i32.store offset=4
+ (get_local $9)
+ (get_local $4)
+ )
+ (i32.store offset=8
+ (get_local $9)
+ (get_local $6)
)
- )
- (i32.store offset=4
- (get_local $10)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $10)
- (get_local $6)
- )
- (set_local $1
(call $___syscall_ret
(call_import $___syscall146
(i32.const 146)
- (get_local $10)
+ (get_local $9)
)
)
)
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
+ (block
+ (call_import $_pthread_cleanup_push
+ (i32.const 5)
+ (get_local $0)
+ )
+ (i32.store
+ (get_local $10)
+ (i32.load
+ (get_local $12)
+ )
+ )
+ (i32.store offset=4
+ (get_local $10)
+ (get_local $4)
+ )
+ (i32.store offset=8
+ (get_local $10)
+ (get_local $6)
+ )
+ (set_local $1
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $10)
+ )
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (get_local $1)
)
- (get_local $1)
)
)
)
- )
- (block
- (set_local $1
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $15
- (get_local $4)
- )
- (set_local $16
- (get_local $6)
- )
- (set_local $1
- (i32.const 8)
+ (block
+ (set_local $1
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
- )
- (set_local $17
- (i32.sub
- (get_local $3)
- (get_local $5)
- )
- )
- (set_local $1
(if
- (i32.gt_u
+ (i32.lt_s
(get_local $5)
- (set_local $1
- (i32.load offset=4
- (get_local $4)
- )
- )
+ (i32.const 0)
)
(block
- (i32.store
- (get_local $7)
- (set_local $3
- (i32.load
- (get_local $13)
- )
- )
- )
- (i32.store
- (get_local $11)
- (get_local $3)
- )
- (set_local $5
- (i32.sub
- (get_local $5)
- (get_local $1)
- )
- )
- (set_local $3
- (i32.add
- (get_local $4)
- (i32.const 8)
- )
+ (set_local $15
+ (get_local $4)
)
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -1)
- )
+ (set_local $16
+ (get_local $6)
)
- (i32.load offset=12
- (get_local $4)
+ (set_local $1
+ (i32.const 8)
)
+ (br $while-out$0)
)
+ )
+ (set_local $17
+ (i32.sub
+ (get_local $3)
+ (get_local $5)
+ )
+ )
+ (set_local $1
(if
- (i32.eq
- (get_local $6)
- (i32.const 2)
+ (i32.gt_u
+ (get_local $5)
+ (tee_local $1
+ (i32.load offset=4
+ (get_local $4)
+ )
+ )
)
(block
(i32.store
(get_local $7)
- (i32.add
+ (tee_local $3
(i32.load
- (get_local $7)
+ (get_local $13)
)
+ )
+ )
+ (i32.store
+ (get_local $11)
+ (get_local $3)
+ )
+ (set_local $5
+ (i32.sub
(get_local $5)
+ (get_local $1)
)
)
(set_local $3
- (get_local $4)
+ (i32.add
+ (get_local $4)
+ (i32.const 8)
+ )
)
(set_local $6
- (i32.const 2)
+ (i32.add
+ (get_local $6)
+ (i32.const -1)
+ )
)
- (get_local $1)
- )
- (block
- (set_local $3
+ (i32.load offset=12
(get_local $4)
)
- (get_local $1)
+ )
+ (if
+ (i32.eq
+ (get_local $6)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $7)
+ (i32.add
+ (i32.load
+ (get_local $7)
+ )
+ (get_local $5)
+ )
+ )
+ (set_local $3
+ (get_local $4)
+ )
+ (set_local $6
+ (i32.const 2)
+ )
+ (get_local $1)
+ )
+ (block
+ (set_local $3
+ (get_local $4)
+ )
+ (get_local $1)
+ )
)
)
)
- )
- (i32.store
- (get_local $3)
- (i32.add
- (i32.load
- (get_local $3)
+ (i32.store
+ (get_local $3)
+ (i32.add
+ (i32.load
+ (get_local $3)
+ )
+ (get_local $5)
)
- (get_local $5)
)
- )
- (i32.store offset=4
- (get_local $3)
- (i32.sub
- (get_local $1)
- (get_local $5)
+ (i32.store offset=4
+ (get_local $3)
+ (i32.sub
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (set_local $4
+ (get_local $3)
+ )
+ (set_local $3
+ (get_local $17)
+ )
+ (br $while-in$1)
)
- (set_local $4
- (get_local $3)
- )
- (set_local $3
- (get_local $17)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -1354,7 +1259,7 @@
(i32.store offset=16
(get_local $0)
(i32.add
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $13)
)
@@ -1421,8 +1326,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $8)
)
(get_local $14)
@@ -1441,27 +1345,18 @@
(local $13 i32)
(local $14 i32)
(set_local $3
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 224)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1482,8 +1377,8 @@
)
(set_local $7
(i32.add
- (set_local $4
- (set_local $9
+ (tee_local $4
+ (tee_local $9
(i32.add
(get_local $3)
(i32.const 80)
@@ -1500,7 +1395,7 @@
)
(br_if $do-in$1
(i32.lt_s
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $4)
(i32.const 4)
@@ -1546,7 +1441,7 @@
)
(set_local $4
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(get_local $0)
)
@@ -1580,7 +1475,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $0)
(i32.const 48)
@@ -1592,7 +1487,7 @@
(block
(set_local $2
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $0)
(i32.const 44)
@@ -1605,7 +1500,7 @@
(get_local $6)
)
(i32.store
- (set_local $13
+ (tee_local $13
(i32.add
(get_local $0)
(i32.const 28)
@@ -1614,7 +1509,7 @@
(get_local $6)
)
(i32.store
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $0)
(i32.const 20)
@@ -1627,7 +1522,7 @@
(i32.const 80)
)
(i32.store
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $0)
(i32.const 16)
@@ -1654,19 +1549,21 @@
)
(get_local $1)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(set_local $1
(select
@@ -1715,7 +1612,7 @@
(i32.const -1)
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -1746,8 +1643,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $3)
)
(get_local $0)
@@ -1758,14 +1654,11 @@
(local $5 i32)
(local $6 i32)
(local $7 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 16)
@@ -1816,9 +1709,9 @@
(i32.lt_u
(i32.sub
(get_local $3)
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 20)
@@ -1835,6 +1728,9 @@
(block
(set_local $4
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $1)
(i32.add
(i32.and
(i32.load offset=36
@@ -1844,130 +1740,131 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $1)
)
)
(br $label$break$L5)
)
)
- (call $_memcpy
- (block $label$break$L10
- (if
- (i32.gt_s
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=75
- (get_local $2)
+ (drop
+ (call $_memcpy
+ (block $label$break$L10
+ (if
+ (i32.gt_s
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=75
+ (get_local $2)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.const -1)
- )
- (block
- (set_local $3
- (get_local $1)
+ (i32.const -1)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eq
- (get_local $3)
- (i32.const 0)
- )
- (block
- (set_local $2
- (i32.const 0)
- )
- (br $label$break$L10
- (get_local $6)
- )
- )
+ (block
+ (set_local $3
+ (get_local $1)
)
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (i32.add
- (get_local $0)
- (set_local $4
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eq
+ (get_local $3)
+ (i32.const 0)
+ )
+ (block
+ (set_local $2
+ (i32.const 0)
+ )
+ (br $label$break$L10
+ (get_local $6)
+ )
+ )
+ )
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
(i32.add
- (get_local $3)
- (i32.const -1)
+ (get_local $0)
+ (tee_local $4
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
+ )
)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const 10)
+ )
+ (br $while-out$2)
+ (set_local $3
+ (get_local $4)
)
- (i32.const 24)
)
- (i32.const 10)
- )
- (br $while-out$2)
- (set_local $3
- (get_local $4)
+ (br $while-in$3)
)
)
- (br $while-in$3)
- )
- (if
- (i32.lt_u
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $2)
+ (if
+ (i32.lt_u
+ (call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $3)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $2)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $2)
- (get_local $0)
(get_local $3)
)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (br $label$break$L5)
+ )
+ )
+ (set_local $2
(get_local $3)
)
- (block
- (set_local $4
+ (set_local $1
+ (i32.sub
+ (get_local $1)
(get_local $3)
)
- (br $label$break$L5)
)
- )
- (set_local $2
- (get_local $3)
- )
- (set_local $1
- (i32.sub
- (get_local $1)
- (get_local $3)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
- (get_local $0)
- (get_local $3)
+ (i32.load
+ (get_local $5)
)
)
- (i32.load
- (get_local $5)
- )
- )
- (block
- (set_local $2
- (i32.const 0)
+ (block
+ (set_local $2
+ (i32.const 0)
+ )
+ (get_local $6)
)
- (get_local $6)
)
)
+ (get_local $0)
+ (get_local $1)
)
- (get_local $0)
- (get_local $1)
)
(i32.store
(get_local $5)
@@ -1992,18 +1889,15 @@
(func $___towrite (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $1
(i32.and
(i32.or
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shr_s
(i32.shl
(i32.load8_s
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 74)
@@ -2029,7 +1923,7 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -2049,7 +1943,7 @@
)
(i32.store offset=28
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load offset=44
(get_local $0)
)
@@ -2083,9 +1977,6 @@
)
)
(func $_wcrtomb (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(block $do-once$0
(if
(i32.eq
@@ -2293,9 +2184,6 @@
)
)
(func $_wctomb (param $0 i32) (param $1 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(get_local $0)
@@ -2324,9 +2212,6 @@
(local $14 i32)
(local $15 i32)
(local $16 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $16
(i32.and
(get_local $1)
@@ -2336,7 +2221,7 @@
(block $label$break$L1
(if
(i32.and
- (set_local $6
+ (tee_local $6
(i32.ne
(get_local $2)
(i32.const 0)
@@ -2363,85 +2248,87 @@
(set_local $2
(get_local $0)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $2)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $2)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $6)
+ (i32.shr_s
+ (i32.shl
+ (get_local $6)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (block
- (set_local $4
- (get_local $3)
- )
- (set_local $5
- (get_local $2)
- )
- (set_local $3
- (i32.const 6)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (set_local $5
+ (get_local $2)
+ )
+ (set_local $3
+ (i32.const 6)
+ )
+ (br $label$break$L1)
)
- (br $label$break$L1)
)
- )
- (if
- (i32.and
- (set_local $3
- (i32.ne
- (set_local $0
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (if
+ (i32.and
+ (tee_local $3
+ (i32.ne
+ (tee_local $0
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (i32.ne
- (i32.and
- (set_local $2
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (i32.ne
+ (i32.and
+ (tee_local $2
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $3
- (get_local $0)
- )
- (block
- (set_local $14
+ (set_local $3
(get_local $0)
)
- (set_local $11
- (get_local $2)
- )
- (set_local $15
- (get_local $3)
- )
- (set_local $3
- (i32.const 5)
+ (block
+ (set_local $14
+ (get_local $0)
+ )
+ (set_local $11
+ (get_local $2)
+ )
+ (set_local $15
+ (get_local $3)
+ )
+ (set_local $3
+ (i32.const 5)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -2507,7 +2394,7 @@
)
(i32.shr_s
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.and
(get_local $1)
(i32.const 255)
@@ -2540,69 +2427,70 @@
(i32.const 3)
)
(block
- (loop $while-out$5 $while-in$6
- (set_local $1
- (i32.add
- (set_local $6
- (i32.xor
- (i32.load
- (get_local $5)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $1
+ (i32.add
+ (tee_local $6
+ (i32.xor
+ (i32.load
+ (get_local $5)
+ )
+ (get_local $2)
)
- (get_local $2)
)
+ (i32.const -16843009)
)
- (i32.const -16843009)
)
- )
- (if
- (i32.ne
- (i32.and
- (i32.xor
- (i32.and
- (get_local $6)
+ (br_if $while-out$5
+ (i32.ne
+ (i32.and
+ (i32.xor
+ (i32.and
+ (get_local $6)
+ (i32.const -2139062144)
+ )
(i32.const -2139062144)
)
- (i32.const -2139062144)
+ (get_local $1)
)
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$5)
- )
- (set_local $1
- (i32.add
- (get_local $5)
- (i32.const 4)
)
- )
- (if
- (i32.gt_u
- (set_local $4
- (i32.add
- (get_local $4)
- (i32.const -4)
- )
+ (set_local $1
+ (i32.add
+ (get_local $5)
+ (i32.const 4)
)
- (i32.const 3)
)
- (set_local $5
- (get_local $1)
- )
- (block
- (set_local $12
- (get_local $4)
+ (if
+ (i32.gt_u
+ (tee_local $4
+ (i32.add
+ (get_local $4)
+ (i32.const -4)
+ )
+ )
+ (i32.const 3)
)
- (set_local $13
+ (set_local $5
(get_local $1)
)
- (set_local $3
- (i32.const 11)
+ (block
+ (set_local $12
+ (get_local $4)
+ )
+ (set_local $13
+ (get_local $1)
+ )
+ (set_local $3
+ (i32.const 11)
+ )
+ (br $label$break$L11)
)
- (br $label$break$L11)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
(set_local $10
(get_local $4)
@@ -2653,71 +2541,73 @@
)
)
)
- (loop $while-out$7 $while-in$8
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $9)
+ (loop $while-in$8
+ (block $while-out$7
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $0)
+ (i32.shr_s
+ (i32.shl
+ (get_local $0)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (block
- (set_local $7
- (get_local $10)
+ (block
+ (set_local $7
+ (get_local $10)
+ )
+ (set_local $8
+ (get_local $9)
+ )
+ (br $label$break$L8)
)
- (set_local $8
+ )
+ (set_local $2
+ (i32.add
(get_local $9)
+ (i32.const 1)
)
- (br $label$break$L8)
)
- )
- (set_local $2
- (i32.add
- (get_local $9)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (set_local $1
- (i32.add
- (get_local $10)
- (i32.const -1)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $10)
+ (i32.const -1)
+ )
)
- )
- (i32.const 0)
- )
- (block
- (set_local $7
(i32.const 0)
)
- (set_local $8
- (get_local $2)
- )
- (br $while-out$7)
- )
- (block
- (set_local $10
- (get_local $1)
+ (block
+ (set_local $7
+ (i32.const 0)
+ )
+ (set_local $8
+ (get_local $2)
+ )
+ (br $while-out$7)
)
- (set_local $9
- (get_local $2)
+ (block
+ (set_local $10
+ (get_local $1)
+ )
+ (set_local $9
+ (get_local $2)
+ )
)
)
+ (br $while-in$8)
)
- (br $while-in$8)
)
)
)
@@ -2733,9 +2623,6 @@
)
)
(func $___syscall_ret (param $0 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.gt_u
(get_local $0)
@@ -2761,13 +2648,10 @@
(local $4 i32)
(local $5 i32)
(local $6 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.gt_u
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -2775,7 +2659,7 @@
)
)
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 28)
@@ -2784,19 +2668,21 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(if
(i32.eq
@@ -2825,9 +2711,9 @@
(block
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 4)
@@ -2835,9 +2721,9 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $0)
(i32.const 8)
@@ -2846,22 +2732,24 @@
)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=40
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.sub
+ (get_local $1)
+ (get_local $2)
+ )
+ (i32.const 1)
+ (i32.add
+ (i32.and
+ (i32.load offset=40
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
- )
- (get_local $0)
- (i32.sub
- (get_local $1)
- (get_local $2)
)
- (i32.const 1)
)
)
(i32.store offset=16
@@ -2892,9 +2780,6 @@
(get_local $1)
)
(func $_cleanup (param $0 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(i32.load offset=68
@@ -2917,8 +2802,8 @@
(local $11 i32)
(local $12 i32)
(local $13 i32)
- (local $14 i32)
- (local $15 f64)
+ (local $14 f64)
+ (local $15 i32)
(local $16 i32)
(local $17 i32)
(local $18 i32)
@@ -2988,27 +2873,18 @@
(local $82 i32)
(local $83 i32)
(set_local $31
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 624)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -3034,9 +2910,9 @@
)
)
(set_local $71
- (set_local $28
+ (tee_local $28
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $31)
(i32.const 536)
@@ -3054,7 +2930,7 @@
)
(set_local $76
(i32.add
- (set_local $73
+ (tee_local $73
(i32.add
(get_local $31)
(i32.const 8)
@@ -3065,7 +2941,7 @@
)
(set_local $52
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $31)
(i32.const 576)
@@ -3082,11 +2958,11 @@
)
(set_local $77
(i32.sub
- (set_local $40
+ (tee_local $40
(get_local $52)
)
- (set_local $64
- (set_local $29
+ (tee_local $64
+ (tee_local $29
(i32.add
(get_local $31)
(i32.const 588)
@@ -3109,7 +2985,7 @@
)
(set_local $81
(i32.add
- (set_local $80
+ (tee_local $80
(i32.add
(get_local $31)
(i32.const 24)
@@ -3119,7 +2995,7 @@
)
)
(set_local $75
- (set_local $45
+ (tee_local $45
(i32.add
(get_local $29)
(i32.const 9)
@@ -3144,477 +3020,482 @@
(set_local $8
(i32.const 0)
)
- (loop $label$break$L1 $label$continue$L1
- (set_local $22
- (if
- (i32.gt_s
- (get_local $22)
- (i32.const -1)
- )
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (set_local $22
(if
(i32.gt_s
- (get_local $1)
- (i32.sub
- (i32.const 2147483647)
- (get_local $22)
- )
- )
- (block
- (i32.store
- (call $___errno_location)
- (i32.const 75)
- )
- (i32.const -1)
- )
- (i32.add
- (get_local $1)
(get_local $22)
+ (i32.const -1)
)
- )
- (get_local $22)
- )
- )
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (get_local $20)
+ (if
+ (i32.gt_s
+ (get_local $1)
+ (i32.sub
+ (i32.const 2147483647)
+ (get_local $22)
)
)
- (i32.const 24)
+ (block
+ (i32.store
+ (call $___errno_location)
+ (i32.const 75)
+ )
+ (i32.const -1)
+ )
+ (i32.add
+ (get_local $1)
+ (get_local $22)
+ )
)
- (i32.const 24)
- )
- (i32.const 0)
- )
- (block
- (set_local $82
(get_local $22)
)
- (set_local $83
- (get_local $8)
- )
- (set_local $12
- (i32.const 242)
- )
- (br $label$break$L1)
- )
- (set_local $5
- (get_local $20)
)
- )
- (loop $label$break$L9 $label$continue$L9
- (block $switch-default$5
- (block $switch-case$4
- (block $switch-case$3
- (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
- (i32.sub
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
- )
- (i32.const 24)
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (get_local $20)
)
- (i32.const 0)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (set_local $54
- (get_local $5)
+ (i32.const 0)
+ )
+ (block
+ (set_local $82
+ (get_local $22)
)
- (set_local $65
- (get_local $5)
+ (set_local $83
+ (get_local $8)
)
(set_local $12
- (i32.const 9)
+ (i32.const 242)
)
- (br $label$break$L9)
- )
- (set_local $41
- (get_local $5)
- )
- (set_local $55
- (get_local $5)
+ (br $label$break$L1)
)
- (br $label$break$L9)
- )
- (set_local $1
- (i32.load8_s
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 1)
- )
- )
+ (set_local $5
+ (get_local $20)
)
)
- (br $label$continue$L9)
- )
- (block $label$break$L12
- (if
- (i32.eq
- (get_local $12)
- (i32.const 9)
- )
- (loop $while-out$7 $while-in$8
- (set_local $12
- (i32.const 0)
- )
- (if
- (i32.ne
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=1
- (get_local $54)
+ (loop $label$continue$L9
+ (block $label$break$L9
+ (block $switch-default$5
+ (block $switch-case$4
+ (block $switch-case$3
+ (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
+ (i32.sub
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
)
- (i32.const 24)
)
- (i32.const 24)
)
- (i32.const 37)
- )
- (block
- (set_local $41
- (get_local $54)
+ (set_local $54
+ (get_local $5)
)
- (set_local $55
- (get_local $65)
+ (set_local $65
+ (get_local $5)
)
- (br $label$break$L12)
+ (set_local $12
+ (i32.const 9)
+ )
+ (br $label$break$L9)
+ )
+ (set_local $41
+ (get_local $5)
)
+ (set_local $55
+ (get_local $5)
+ )
+ (br $label$break$L9)
)
- (set_local $5
- (i32.add
- (get_local $65)
- (i32.const 1)
+ (set_local $1
+ (i32.load8_s
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 1)
+ )
+ )
)
)
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $1
- (i32.add
+ (br $label$continue$L9)
+ )
+ )
+ (block $label$break$L12
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 9)
+ )
+ (loop $while-in$8
+ (block $while-out$7
+ (set_local $12
+ (i32.const 0)
+ )
+ (if
+ (i32.ne
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=1
(get_local $54)
- (i32.const 2)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const 37)
+ )
+ (block
+ (set_local $41
+ (get_local $54)
+ )
+ (set_local $55
+ (get_local $65)
+ )
+ (br $label$break$L12)
)
- (i32.const 24)
- )
- (i32.const 37)
- )
- (block
- (set_local $54
- (get_local $1)
- )
- (set_local $65
- (get_local $5)
)
- )
- (block
- (set_local $41
- (get_local $1)
+ (set_local $5
+ (i32.add
+ (get_local $65)
+ (i32.const 1)
+ )
)
- (set_local $55
- (get_local $5)
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $54)
+ (i32.const 2)
+ )
+ )
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 37)
+ )
+ (block
+ (set_local $54
+ (get_local $1)
+ )
+ (set_local $65
+ (get_local $5)
+ )
+ )
+ (block
+ (set_local $41
+ (get_local $1)
+ )
+ (set_local $55
+ (get_local $5)
+ )
+ (br $while-out$7)
+ )
)
- (br $while-out$7)
+ (br $while-in$8)
)
)
- (br $while-in$8)
)
)
- )
- (set_local $17
- (i32.sub
- (get_local $55)
- (get_local $20)
+ (set_local $17
+ (i32.sub
+ (get_local $55)
+ (get_local $20)
+ )
)
- )
- (if
- (get_local $44)
(if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (get_local $44)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $20)
+ (get_local $17)
+ (get_local $0)
)
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $20)
- (get_local $17)
- (get_local $0)
)
)
- )
- (if
- (i32.ne
- (get_local $55)
- (get_local $20)
- )
- (block
- (set_local $20
- (get_local $41)
+ (if
+ (i32.ne
+ (get_local $55)
+ (get_local $20)
)
- (set_local $1
- (get_local $17)
+ (block
+ (set_local $20
+ (get_local $41)
+ )
+ (set_local $1
+ (get_local $17)
+ )
+ (br $label$continue$L1)
)
- (br $label$continue$L1)
)
- )
- (set_local $7
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (set_local $5
- (i32.add
- (get_local $41)
- (i32.const 1)
+ (set_local $7
+ (if
+ (i32.lt_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (tee_local $5
+ (i32.add
+ (get_local $41)
+ (i32.const 1)
+ )
)
)
)
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const -48)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $1
- (i32.load8_s
- (set_local $5
- (select
- (i32.add
- (get_local $41)
- (i32.const 3)
- )
- (get_local $5)
- (set_local $7
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=2
- (get_local $41)
+ (block
+ (set_local $1
+ (i32.load8_s
+ (tee_local $5
+ (select
+ (i32.add
+ (get_local $41)
+ (i32.const 3)
+ )
+ (get_local $5)
+ (tee_local $7
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=2
+ (get_local $41)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
)
)
)
)
)
- )
- (set_local $11
+ (set_local $11
+ (select
+ (i32.const 1)
+ (get_local $8)
+ (get_local $7)
+ )
+ )
+ (set_local $9
+ (get_local $5)
+ )
(select
- (i32.const 1)
- (get_local $8)
+ (get_local $6)
+ (i32.const -1)
(get_local $7)
)
)
- (set_local $9
- (get_local $5)
- )
- (select
- (get_local $6)
+ (block
+ (set_local $11
+ (get_local $8)
+ )
+ (set_local $9
+ (get_local $5)
+ )
(i32.const -1)
- (get_local $7)
)
)
- (block
- (set_local $11
- (get_local $8)
- )
- (set_local $9
- (get_local $5)
- )
- (i32.const -1)
- )
)
- )
- (block $label$break$L25
- (if
- (i32.eq
- (i32.and
- (set_local $5
- (i32.shr_s
- (i32.shl
- (get_local $1)
+ (block $label$break$L25
+ (if
+ (i32.eq
+ (i32.and
+ (tee_local $5
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
+ (i32.const -32)
)
- (i32.const -32)
- )
- (i32.const 32)
- )
- (block
- (set_local $8
- (i32.const 0)
+ (i32.const 32)
)
- (loop $while-out$10 $while-in$11
- (if
- (i32.eq
- (i32.and
- (i32.shl
- (i32.const 1)
- (i32.add
- (get_local $5)
- (i32.const -32)
+ (block
+ (set_local $8
+ (i32.const 0)
+ )
+ (loop $while-in$11
+ (block $while-out$10
+ (br_if $label$break$L25
+ (i32.eq
+ (i32.and
+ (i32.shl
+ (i32.const 1)
+ (i32.add
+ (get_local $5)
+ (i32.const -32)
+ )
+ )
+ (i32.const 75913)
)
+ (i32.const 0)
)
- (i32.const 75913)
)
- (i32.const 0)
- )
- (br $label$break$L25)
- )
- (set_local $8
- (i32.or
- (i32.shl
- (i32.const 1)
- (i32.add
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
+ (set_local $8
+ (i32.or
+ (i32.shl
+ (i32.const 1)
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const -32)
)
- (i32.const 24)
)
- (i32.const -32)
+ (get_local $8)
)
)
- (get_local $8)
- )
- )
- (if
- (i32.eq
- (i32.and
- (set_local $5
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (set_local $6
- (i32.add
- (get_local $9)
- (i32.const 1)
+ (if
+ (i32.eq
+ (i32.and
+ (tee_local $5
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (tee_local $6
+ (i32.add
+ (get_local $9)
+ (i32.const 1)
+ )
+ )
)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
)
- (i32.const 24)
+ (i32.const -32)
)
+ (i32.const 32)
+ )
+ (set_local $9
+ (get_local $6)
+ )
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (br $while-out$10)
)
- (i32.const -32)
- )
- (i32.const 32)
- )
- (set_local $9
- (get_local $6)
- )
- (block
- (set_local $9
- (get_local $6)
)
- (br $while-out$10)
+ (br $while-in$11)
)
)
- (br $while-in$11)
)
- )
- (set_local $8
- (i32.const 0)
+ (set_local $8
+ (i32.const 0)
+ )
)
)
- )
- (block $do-once$12
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $1)
+ (block $do-once$12
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 42)
)
- (i32.const 42)
- )
- (block
- (if
- (i32.lt_u
- (set_local $1
- (i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $6
- (i32.add
- (get_local $9)
- (i32.const 1)
+ (block
+ (if
+ (i32.lt_u
+ (tee_local $1
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $6
+ (i32.add
+ (get_local $9)
+ (i32.const 1)
+ )
)
)
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const -48)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=2
- (get_local $9)
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=2
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
- )
- (block
- (i32.store
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $1)
- (i32.const 2)
+ (block
+ (i32.store
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (set_local $5
- (i32.load
- (set_local $1
+ (set_local $1
+ (i32.load
(i32.add
(get_local $3)
(i32.shl
@@ -3635,330 +3516,277 @@
)
)
)
- )
- (i32.load offset=4
- (get_local $1)
- )
- (set_local $66
- (i32.const 1)
- )
- (set_local $67
- (i32.add
- (get_local $9)
- (i32.const 3)
+ (set_local $66
+ (i32.const 1)
+ )
+ (set_local $67
+ (i32.add
+ (get_local $9)
+ (i32.const 3)
+ )
+ )
+ (set_local $56
+ (get_local $1)
)
)
- (set_local $56
- (get_local $5)
+ (set_local $12
+ (i32.const 24)
)
)
(set_local $12
(i32.const 24)
)
)
- (set_local $12
- (i32.const 24)
- )
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 24)
- )
- (block
- (set_local $12
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 24)
)
- (if
- (i32.ne
- (get_local $11)
+ (block
+ (set_local $12
(i32.const 0)
)
- (block
- (set_local $24
- (i32.const -1)
+ (if
+ (i32.ne
+ (get_local $11)
+ (i32.const 0)
)
- (br $label$break$L1)
- )
- )
- (if
- (i32.eqz
- (get_local $44)
- )
- (block
- (set_local $9
- (get_local $6)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
- (set_local $21
- (i32.const 0)
+ )
+ (if
+ (i32.eqz
+ (get_local $44)
)
- (set_local $16
- (i32.const 0)
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (set_local $21
+ (i32.const 0)
+ )
+ (set_local $16
+ (i32.const 0)
+ )
+ (br $do-once$12)
)
- (br $do-once$12)
)
- )
- (set_local $5
- (i32.load
- (set_local $1
- (i32.and
- (i32.add
- (i32.load
- (get_local $2)
+ (set_local $5
+ (i32.load
+ (tee_local $1
+ (i32.and
+ (i32.add
+ (i32.load
+ (get_local $2)
+ )
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const -4)
)
- (i32.const -4)
)
)
)
- )
- (i32.store
- (get_local $2)
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (i32.store
+ (get_local $2)
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ )
+ (set_local $66
+ (i32.const 0)
+ )
+ (set_local $67
+ (get_local $6)
+ )
+ (set_local $56
+ (get_local $5)
)
- )
- (set_local $66
- (i32.const 0)
- )
- (set_local $67
- (get_local $6)
- )
- (set_local $56
- (get_local $5)
)
)
- )
- (set_local $8
- (if
- (i32.lt_s
- (get_local $56)
- (i32.const 0)
- )
- (block
- (set_local $9
- (get_local $67)
+ (set_local $8
+ (if
+ (i32.lt_s
+ (get_local $56)
+ (i32.const 0)
)
- (set_local $21
- (get_local $66)
+ (block
+ (set_local $9
+ (get_local $67)
+ )
+ (set_local $21
+ (get_local $66)
+ )
+ (set_local $16
+ (i32.sub
+ (i32.const 0)
+ (get_local $56)
+ )
+ )
+ (i32.or
+ (get_local $8)
+ (i32.const 8192)
+ )
)
- (set_local $16
- (i32.sub
- (i32.const 0)
+ (block
+ (set_local $9
+ (get_local $67)
+ )
+ (set_local $21
+ (get_local $66)
+ )
+ (set_local $16
(get_local $56)
)
- )
- (i32.or
(get_local $8)
- (i32.const 8192)
- )
- )
- (block
- (set_local $9
- (get_local $67)
- )
- (set_local $21
- (get_local $66)
)
- (set_local $16
- (get_local $56)
- )
- (get_local $8)
)
)
)
- )
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (i32.shr_s
- (i32.shl
- (get_local $1)
+ (if
+ (i32.lt_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const -48)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $1
- (get_local $9)
- )
- (set_local $5
- (i32.const 0)
- )
- (loop $while-out$14 $while-in$15
+ (block
+ (set_local $1
+ (get_local $9)
+ )
(set_local $5
- (i32.add
- (i32.mul
- (get_local $5)
- (i32.const 10)
- )
- (get_local $6)
- )
+ (i32.const 0)
)
- (if
- (i32.ge_u
- (set_local $6
+ (loop $while-in$15
+ (block $while-out$14
+ (set_local $5
(i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ (get_local $6)
+ )
+ )
+ (br_if $while-out$14
+ (i32.ge_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const 24)
)
- (i32.const -48)
+ (i32.const 10)
)
)
- (i32.const 10)
+ (br $while-in$15)
)
- (br $while-out$14)
)
- (br $while-in$15)
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
- )
- (br $label$break$L1)
- )
- (block
- (set_local $9
- (get_local $1)
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
)
- (set_local $21
- (get_local $11)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
- (set_local $16
- (get_local $5)
+ (block
+ (set_local $9
+ (get_local $1)
+ )
+ (set_local $21
+ (get_local $11)
+ )
+ (set_local $16
+ (get_local $5)
+ )
)
)
)
- )
- (block
- (set_local $21
- (get_local $11)
- )
- (set_local $16
- (i32.const 0)
+ (block
+ (set_local $21
+ (get_local $11)
+ )
+ (set_local $16
+ (i32.const 0)
+ )
)
)
)
)
- )
- (set_local $11
- (block $label$break$L46
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $9)
+ (set_local $11
+ (block $label$break$L46
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 46)
)
- (i32.const 46)
- )
- (block
- (if
- (i32.ne
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (set_local $5
- (i32.add
- (get_local $9)
- (i32.const 1)
+ (block
+ (if
+ (i32.ne
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (tee_local $5
+ (i32.add
+ (get_local $9)
+ (i32.const 1)
+ )
)
)
)
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.const 42)
- )
- (block
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const -48)
- )
- )
- (i32.const 10)
- )
- (block
- (set_local $1
- (get_local $5)
- )
- (set_local $5
- (i32.const 0)
- )
- )
- (block
- (set_local $10
- (i32.const 0)
- )
- (br $label$break$L46
- (get_local $5)
- )
- )
+ (i32.const 42)
)
- (loop $while-in$18
- (set_local $5
- (i32.add
- (i32.mul
- (get_local $5)
- (i32.const 10)
- )
- (get_local $6)
- )
- )
+ (block
(if
- (i32.ge_u
- (set_local $6
+ (i32.lt_u
+ (tee_local $6
(i32.add
(i32.shr_s
(i32.shl
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
- )
- )
- )
+ (get_local $1)
(i32.const 24)
)
(i32.const 24)
@@ -3969,68 +3797,117 @@
(i32.const 10)
)
(block
- (set_local $10
+ (set_local $1
(get_local $5)
)
+ (set_local $5
+ (i32.const 0)
+ )
+ )
+ (block
+ (set_local $10
+ (i32.const 0)
+ )
(br $label$break$L46
- (get_local $1)
+ (get_local $5)
)
)
)
- (br $while-in$18)
- )
- )
- )
- (if
- (i32.lt_u
- (set_local $1
- (i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $6
- (i32.add
- (get_local $9)
- (i32.const 2)
+ (loop $while-in$18
+ (set_local $5
+ (i32.add
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ (get_local $6)
+ )
+ )
+ (if
+ (i32.ge_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
)
+ (i32.const -48)
)
)
- (i32.const 24)
+ (i32.const 10)
+ )
+ (block
+ (set_local $10
+ (get_local $5)
+ )
+ (br $label$break$L46
+ (get_local $1)
+ )
)
- (i32.const 24)
)
- (i32.const -48)
+ (br $while-in$18)
)
)
- (i32.const 10)
)
(if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=3
- (get_local $9)
+ (i32.lt_u
+ (tee_local $1
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $6
+ (i32.add
+ (get_local $9)
+ (i32.const 2)
+ )
+ )
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const 24)
)
- (i32.const 36)
+ (i32.const 10)
)
- (block
- (i32.store
- (i32.add
- (get_local $4)
+ (if
+ (i32.eq
+ (i32.shr_s
(i32.shl
- (get_local $1)
- (i32.const 2)
+ (i32.load8_s offset=3
+ (get_local $9)
+ )
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 10)
+ (i32.const 36)
)
- (set_local $5
- (i32.load
- (set_local $1
+ (block
+ (i32.store
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
+ )
+ (i32.const 10)
+ )
+ (set_local $1
+ (i32.load
(i32.add
(get_local $3)
(i32.shl
@@ -4051,184 +3928,157 @@
)
)
)
- )
- (i32.load offset=4
- (get_local $1)
- )
- (set_local $10
- (get_local $5)
- )
- (br $label$break$L46
- (i32.add
- (get_local $9)
- (i32.const 4)
+ (set_local $10
+ (get_local $1)
+ )
+ (br $label$break$L46
+ (i32.add
+ (get_local $9)
+ (i32.const 4)
+ )
)
)
)
)
- )
- (if
- (i32.ne
- (get_local $21)
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (if
+ (i32.ne
+ (get_local $21)
+ (i32.const 0)
+ )
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
- (br $label$break$L1)
)
- )
- (if
- (get_local $44)
- (block
- (set_local $5
- (i32.load
- (set_local $1
- (i32.and
- (i32.add
- (i32.load
- (get_local $2)
+ (if
+ (get_local $44)
+ (block
+ (set_local $5
+ (i32.load
+ (tee_local $1
+ (i32.and
+ (i32.add
+ (i32.load
+ (get_local $2)
+ )
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const -4)
)
- (i32.const -4)
)
)
)
- )
- (i32.store
- (get_local $2)
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (i32.store
+ (get_local $2)
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (set_local $10
+ (get_local $5)
+ )
+ (get_local $6)
)
- (set_local $10
- (get_local $5)
- )
- (get_local $6)
- )
- (block
- (set_local $10
- (i32.const 0)
+ (block
+ (set_local $10
+ (i32.const 0)
+ )
+ (get_local $6)
)
- (get_local $6)
)
)
- )
- (block
- (set_local $10
- (i32.const -1)
+ (block
+ (set_local $10
+ (i32.const -1)
+ )
+ (get_local $9)
)
- (get_local $9)
)
)
)
- )
- (set_local $13
- (i32.const 0)
- )
- (loop $while-out$19 $while-in$20
- (if
- (i32.gt_u
- (set_local $1
- (i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $11)
+ (set_local $13
+ (i32.const 0)
+ )
+ (loop $while-in$20
+ (block $while-out$19
+ (if
+ (i32.gt_u
+ (tee_local $1
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $11)
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const -65)
)
- (i32.const 24)
)
- (i32.const -65)
+ (i32.const 57)
+ )
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
)
- (i32.const 57)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (set_local $9
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
+ )
)
- (br $label$break$L1)
- )
- )
- (set_local $9
- (i32.add
- (get_local $11)
- (i32.const 1)
- )
- )
- (if
- (i32.lt_u
- (i32.add
- (set_local $5
- (i32.and
- (set_local $1
- (i32.load8_s
- (i32.add
- (i32.add
- (i32.const 3611)
- (i32.mul
- (get_local $13)
- (i32.const 58)
+ (if
+ (i32.lt_u
+ (i32.add
+ (tee_local $5
+ (i32.and
+ (tee_local $1
+ (i32.load8_s
+ (i32.add
+ (i32.add
+ (i32.const 3611)
+ (i32.mul
+ (get_local $13)
+ (i32.const 58)
+ )
+ )
+ (get_local $1)
)
)
- (get_local $1)
)
+ (i32.const 255)
)
)
- (i32.const 255)
+ (i32.const -1)
)
+ (i32.const 8)
+ )
+ (block
+ (set_local $11
+ (get_local $9)
+ )
+ (set_local $13
+ (get_local $5)
+ )
+ )
+ (block
+ (set_local $6
+ (get_local $5)
+ )
+ (br $while-out$19)
)
- (i32.const -1)
- )
- (i32.const 8)
- )
- (block
- (set_local $11
- (get_local $9)
- )
- (set_local $13
- (get_local $5)
- )
- )
- (block
- (set_local $6
- (get_local $5)
- )
- (br $while-out$19)
- )
- )
- (br $while-in$20)
- )
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
)
- (i32.const 24)
- )
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (br $while-in$20)
)
- (br $label$break$L1)
)
- )
- (set_local $5
- (i32.gt_s
- (get_local $7)
- (i32.const -1)
- )
- )
- (block $do-once$21
(if
(i32.eq
(i32.shr_s
@@ -4238,202 +4088,244 @@
)
(i32.const 24)
)
- (i32.const 19)
+ (i32.const 0)
)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ )
+ (set_local $5
+ (i32.gt_s
+ (get_local $7)
+ (i32.const -1)
+ )
+ )
+ (block $do-once$21
(if
- (get_local $5)
- (block
- (set_local $24
- (i32.const -1)
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
+ (i32.const 24)
)
- (br $label$break$L1)
+ (i32.const 19)
)
- (set_local $12
- (i32.const 52)
- )
- )
- (block
(if
(get_local $5)
(block
- (i32.store
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $7)
- (i32.const 2)
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ (set_local $12
+ (i32.const 52)
+ )
+ )
+ (block
+ (if
+ (get_local $5)
+ (block
+ (i32.store
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $7)
+ (i32.const 2)
+ )
)
+ (get_local $6)
)
- (get_local $6)
- )
- (set_local $5
- (i32.load
- (set_local $1
- (i32.add
- (get_local $3)
- (i32.shl
- (get_local $7)
- (i32.const 3)
+ (set_local $5
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $3)
+ (i32.shl
+ (get_local $7)
+ (i32.const 3)
+ )
)
)
)
)
- )
- (set_local $1
- (i32.load offset=4
+ (set_local $1
+ (i32.load offset=4
+ (get_local $1)
+ )
+ )
+ (i32.store
+ (tee_local $7
+ (get_local $19)
+ )
+ (get_local $5)
+ )
+ (i32.store offset=4
+ (get_local $7)
(get_local $1)
)
- )
- (i32.store
- (set_local $7
- (get_local $19)
+ (set_local $12
+ (i32.const 52)
)
- (get_local $5)
+ (br $do-once$21)
)
- (i32.store offset=4
- (get_local $7)
- (get_local $1)
+ )
+ (if
+ (i32.eqz
+ (get_local $44)
)
- (set_local $12
- (i32.const 52)
+ (block
+ (set_local $24
+ (i32.const 0)
+ )
+ (br $label$break$L1)
)
- (br $do-once$21)
+ )
+ (call $_pop_arg_336
+ (get_local $19)
+ (get_local $6)
+ (get_local $2)
)
)
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 52)
+ )
+ (block
+ (set_local $12
+ (i32.const 0)
+ )
(if
(i32.eqz
(get_local $44)
)
(block
- (set_local $24
- (i32.const 0)
+ (set_local $20
+ (get_local $9)
)
- (br $label$break$L1)
+ (set_local $1
+ (get_local $17)
+ )
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
)
- (call $_pop_arg_336
- (get_local $19)
- (get_local $6)
- (get_local $2)
- )
)
)
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 52)
- )
- (block
- (set_local $12
- (i32.const 0)
- )
- (if
- (i32.eqz
- (get_local $44)
- )
- (block
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (get_local $17)
- )
- (set_local $8
- (get_local $21)
- )
- (br $label$continue$L1)
+ (set_local $5
+ (i32.and
+ (i32.ne
+ (get_local $13)
+ (i32.const 0)
)
- )
- )
- )
- (set_local $5
- (i32.and
- (i32.ne
- (get_local $13)
- (i32.const 0)
- )
- (i32.eq
- (i32.and
- (set_local $1
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $11)
+ (i32.eq
+ (i32.and
+ (tee_local $1
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $11)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
)
+ (i32.const 15)
)
- (i32.const 15)
+ (i32.const 3)
)
- (i32.const 3)
)
)
- )
- (set_local $18
- (select
- (get_local $8)
- (set_local $7
- (i32.and
- (get_local $8)
- (i32.const -65537)
+ (set_local $18
+ (select
+ (get_local $8)
+ (tee_local $7
+ (i32.and
+ (get_local $8)
+ (i32.const -65537)
+ )
)
- )
- (i32.eq
- (i32.and
- (get_local $8)
- (i32.const 8192)
+ (i32.eq
+ (i32.and
+ (get_local $8)
+ (i32.const 8192)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
- )
- (block $switch$24
- (block $switch-default$127
- (block $switch-case$49
- (block $switch-case$48
- (block $switch-case$47
- (block $switch-case$46
- (block $switch-case$45
- (block $switch-case$44
- (block $switch-case$43
- (block $switch-case$41
- (block $switch-case$40
- (block $switch-case$36
- (block $switch-case$35
- (block $switch-case$34
- (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$49 $switch-default$127 $switch-case$44 $switch-case$41 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127
- (i32.sub
- (set_local $26
- (select
- (i32.and
+ (block $switch$24
+ (block $switch-default$127
+ (block $switch-case$49
+ (block $switch-case$48
+ (block $switch-case$47
+ (block $switch-case$46
+ (block $switch-case$45
+ (block $switch-case$44
+ (block $switch-case$43
+ (block $switch-case$41
+ (block $switch-case$40
+ (block $switch-case$36
+ (block $switch-case$35
+ (block $switch-case$34
+ (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$49 $switch-default$127 $switch-case$44 $switch-case$41 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127
+ (i32.sub
+ (tee_local $26
+ (select
+ (i32.and
+ (get_local $1)
+ (i32.const -33)
+ )
(get_local $1)
- (i32.const -33)
+ (get_local $5)
)
- (get_local $1)
- (get_local $5)
)
+ (i32.const 65)
)
- (i32.const 65)
)
)
- )
- (block $switch-default$33
- (block $switch-case$32
- (block $switch-case$31
- (block $switch-case$30
- (block $switch-case$29
- (block $switch-case$28
- (block $switch-case$27
- (block $switch-case$26
- (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
- (i32.sub
- (get_local $13)
- (i32.const 0)
+ (block $switch-default$33
+ (block $switch-case$32
+ (block $switch-case$31
+ (block $switch-case$30
+ (block $switch-case$29
+ (block $switch-case$28
+ (block $switch-case$27
+ (block $switch-case$26
+ (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
+ (i32.sub
+ (get_local $13)
+ (i32.const 0)
+ )
+ )
+ )
+ (i32.store
+ (i32.load
+ (get_local $19)
)
+ (get_local $22)
+ )
+ (set_local $20
+ (get_local $9)
+ )
+ (set_local $1
+ (get_local $17)
)
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
(i32.store
(i32.load
@@ -4453,11 +4345,26 @@
(br $label$continue$L1)
)
(i32.store
- (i32.load
- (get_local $19)
+ (tee_local $1
+ (i32.load
+ (get_local $19)
+ )
)
(get_local $22)
)
+ (i32.store offset=4
+ (get_local $1)
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (get_local $22)
+ (i32.const 0)
+ )
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
(set_local $20
(get_local $9)
)
@@ -4469,25 +4376,13 @@
)
(br $label$continue$L1)
)
- (i32.store
- (set_local $1
- (i32.load
- (get_local $19)
- )
+ (i32.store16
+ (i32.load
+ (get_local $19)
)
- (get_local $22)
- )
- (i32.store offset=4
- (get_local $1)
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (get_local $22)
- (i32.const 0)
- )
- (i32.const 31)
- )
- (i32.const 31)
+ (i32.and
+ (get_local $22)
+ (i32.const 65535)
)
)
(set_local $20
@@ -4501,13 +4396,13 @@
)
(br $label$continue$L1)
)
- (i32.store16
+ (i32.store8
(i32.load
(get_local $19)
)
(i32.and
(get_local $22)
- (i32.const 65535)
+ (i32.const 255)
)
)
(set_local $20
@@ -4521,14 +4416,11 @@
)
(br $label$continue$L1)
)
- (i32.store8
+ (i32.store
(i32.load
(get_local $19)
)
- (i32.and
- (get_local $22)
- (i32.const 255)
- )
+ (get_local $22)
)
(set_local $20
(get_local $9)
@@ -4542,11 +4434,26 @@
(br $label$continue$L1)
)
(i32.store
- (i32.load
- (get_local $19)
+ (tee_local $1
+ (i32.load
+ (get_local $19)
+ )
)
(get_local $22)
)
+ (i32.store offset=4
+ (get_local $1)
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (get_local $22)
+ (i32.const 0)
+ )
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
(set_local $20
(get_local $9)
)
@@ -4558,27 +4465,6 @@
)
(br $label$continue$L1)
)
- (i32.store
- (set_local $1
- (i32.load
- (get_local $19)
- )
- )
- (get_local $22)
- )
- (i32.store offset=4
- (get_local $1)
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (get_local $22)
- (i32.const 0)
- )
- (i32.const 31)
- )
- (i32.const 31)
- )
- )
(set_local $20
(get_local $9)
)
@@ -4590,377 +4476,380 @@
)
(br $label$continue$L1)
)
- (set_local $20
- (get_local $9)
+ (set_local $46
+ (i32.or
+ (get_local $18)
+ (i32.const 8)
+ )
)
- (set_local $1
- (get_local $17)
+ (set_local $57
+ (select
+ (get_local $10)
+ (i32.const 8)
+ (i32.gt_u
+ (get_local $10)
+ (i32.const 8)
+ )
+ )
)
- (set_local $8
- (get_local $21)
+ (set_local $68
+ (i32.const 120)
)
- (br $label$continue$L1)
+ (set_local $12
+ (i32.const 64)
+ )
+ (br $switch$24)
)
(set_local $46
- (i32.or
- (get_local $18)
- (i32.const 8)
- )
+ (get_local $18)
)
(set_local $57
- (select
- (get_local $10)
- (i32.const 8)
- (i32.gt_u
- (get_local $10)
- (i32.const 8)
- )
- )
+ (get_local $10)
)
(set_local $68
- (i32.const 120)
+ (get_local $26)
)
(set_local $12
(i32.const 64)
)
(br $switch$24)
)
- (set_local $46
- (get_local $18)
- )
- (set_local $57
- (get_local $10)
- )
- (set_local $68
- (get_local $26)
- )
- (set_local $12
- (i32.const 64)
- )
- (br $switch$24)
- )
- (if
- (i32.and
- (i32.eq
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
+ (if
+ (i32.and
+ (i32.eq
+ (tee_local $5
+ (i32.load
+ (tee_local $1
+ (get_local $19)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (i32.eq
- (set_local $1
- (i32.load offset=4
- (get_local $1)
+ (i32.eq
+ (tee_local $1
+ (i32.load offset=4
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $6
- (get_local $28)
- )
- (block
(set_local $6
(get_local $28)
)
- (loop $while-out$38 $while-in$39
- (i32.store8
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -1)
- )
- )
- (i32.and
- (i32.or
- (i32.and
- (get_local $5)
- (i32.const 7)
- )
- (i32.const 48)
- )
- (i32.const 255)
- )
+ (block
+ (set_local $6
+ (get_local $28)
)
- (if
- (i32.and
- (i32.eq
- (set_local $5
- (call $_bitshift64Lshr
- (get_local $5)
- (get_local $1)
- (i32.const 3)
+ (loop $while-in$39
+ (block $while-out$38
+ (i32.store8
+ (tee_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const -1)
)
)
- (i32.const 0)
+ (i32.and
+ (i32.or
+ (i32.and
+ (get_local $5)
+ (i32.const 7)
+ )
+ (i32.const 48)
+ )
+ (i32.const 255)
+ )
)
- (i32.eq
- (set_local $1
- (i32.load
- (i32.const 168)
+ (br_if $while-out$38
+ (i32.and
+ (i32.eq
+ (tee_local $5
+ (call $_bitshift64Lshr
+ (get_local $5)
+ (get_local $1)
+ (i32.const 3)
+ )
+ )
+ (i32.const 0)
+ )
+ (i32.eq
+ (tee_local $1
+ (get_global $tempRet0)
+ )
+ (i32.const 0)
)
)
- (i32.const 0)
)
+ (br $while-in$39)
)
- (br $while-out$38)
)
- (br $while-in$39)
)
)
- )
- (set_local $58
- (if
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 8)
- )
- (i32.const 0)
- )
- (block
- (set_local $34
- (get_local $18)
- )
- (set_local $32
- (get_local $10)
- )
- (set_local $35
+ (set_local $58
+ (if
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
+ )
(i32.const 0)
)
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $6)
- )
- (block
- (set_local $5
- (i32.lt_s
+ (block
+ (set_local $34
+ (get_local $18)
+ )
+ (set_local $32
(get_local $10)
- (set_local $1
- (i32.add
- (i32.sub
- (get_local $71)
- (get_local $6)
+ )
+ (set_local $35
+ (i32.const 0)
+ )
+ (set_local $36
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
+ )
+ (block
+ (set_local $5
+ (i32.lt_s
+ (get_local $10)
+ (tee_local $1
+ (i32.add
+ (i32.sub
+ (get_local $71)
+ (get_local $6)
+ )
+ (i32.const 1)
)
- (i32.const 1)
)
)
)
- )
- (set_local $34
- (get_local $18)
- )
- (set_local $32
- (select
- (get_local $1)
- (get_local $10)
- (get_local $5)
+ (set_local $34
+ (get_local $18)
)
+ (set_local $32
+ (select
+ (get_local $1)
+ (get_local $10)
+ (get_local $5)
+ )
+ )
+ (set_local $35
+ (i32.const 0)
+ )
+ (set_local $36
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
)
- (set_local $35
- (i32.const 0)
- )
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $6)
- )
- )
- )
- (br $switch$24)
- )
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
- )
- )
- )
- (if
- (i32.lt_s
- (set_local $33
- (i32.load offset=4
- (get_local $1)
)
)
- (i32.const 0)
+ (br $switch$24)
)
- (block
- (set_local $1
- (call $_i64Subtract
- (i32.const 0)
- (i32.const 0)
- (get_local $5)
- (get_local $33)
- )
- )
- (set_local $5
- (i32.load
- (i32.const 168)
- )
- )
- (i32.store
- (set_local $33
+ (set_local $5
+ (i32.load
+ (tee_local $1
(get_local $19)
)
- (get_local $1)
- )
- (i32.store offset=4
- (get_local $33)
- (get_local $5)
- )
- (set_local $33
- (get_local $1)
- )
- (set_local $59
- (get_local $5)
- )
- (set_local $60
- (i32.const 1)
- )
- (set_local $61
- (i32.const 4091)
)
- (set_local $12
- (i32.const 76)
- )
- (br $switch$24)
)
- )
- (set_local $33
(if
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 2048)
+ (i32.lt_s
+ (tee_local $33
+ (i32.load offset=4
+ (get_local $1)
+ )
)
(i32.const 0)
)
(block
(set_local $1
- (select
- (i32.const 4091)
- (i32.const 4093)
- (i32.eq
- (set_local $6
- (i32.and
- (get_local $18)
- (i32.const 1)
- )
- )
- (i32.const 0)
- )
+ (call $_i64Subtract
+ (i32.const 0)
+ (i32.const 0)
+ (get_local $5)
+ (get_local $33)
)
)
- (set_local $59
- (get_local $33)
- )
- (set_local $60
- (get_local $6)
+ (set_local $5
+ (get_global $tempRet0)
)
- (set_local $61
+ (i32.store
+ (tee_local $33
+ (get_local $19)
+ )
(get_local $1)
)
- (set_local $12
- (i32.const 76)
+ (i32.store offset=4
+ (get_local $33)
+ (get_local $5)
+ )
+ (set_local $33
+ (get_local $1)
)
- (get_local $5)
- )
- (block
(set_local $59
- (get_local $33)
+ (get_local $5)
)
(set_local $60
(i32.const 1)
)
(set_local $61
- (i32.const 4092)
+ (i32.const 4091)
)
(set_local $12
(i32.const 76)
)
- (get_local $5)
+ (br $switch$24)
+ )
+ )
+ (set_local $33
+ (if
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 2048)
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $1
+ (select
+ (i32.const 4091)
+ (i32.const 4093)
+ (i32.eq
+ (tee_local $6
+ (i32.and
+ (get_local $18)
+ (i32.const 1)
+ )
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (set_local $59
+ (get_local $33)
+ )
+ (set_local $60
+ (get_local $6)
+ )
+ (set_local $61
+ (get_local $1)
+ )
+ (set_local $12
+ (i32.const 76)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $59
+ (get_local $33)
+ )
+ (set_local $60
+ (i32.const 1)
+ )
+ (set_local $61
+ (i32.const 4092)
+ )
+ (set_local $12
+ (i32.const 76)
+ )
+ (get_local $5)
+ )
+ )
+ )
+ (br $switch$24)
+ )
+ (set_local $33
+ (i32.load
+ (tee_local $1
+ (get_local $19)
)
)
)
+ (set_local $59
+ (i32.load offset=4
+ (get_local $1)
+ )
+ )
+ (set_local $60
+ (i32.const 0)
+ )
+ (set_local $61
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 76)
+ )
(br $switch$24)
)
- (set_local $33
+ (set_local $1
(i32.load
- (set_local $1
- (get_local $19)
- )
+ (get_local $19)
)
)
- (set_local $59
- (i32.load offset=4
+ (i32.store8
+ (get_local $72)
+ (i32.and
(get_local $1)
+ (i32.const 255)
)
)
- (set_local $60
+ (set_local $47
+ (get_local $72)
+ )
+ (set_local $37
+ (get_local $7)
+ )
+ (set_local $42
+ (i32.const 1)
+ )
+ (set_local $43
(i32.const 0)
)
- (set_local $61
+ (set_local $48
(i32.const 4091)
)
- (set_local $12
- (i32.const 76)
+ (set_local $49
+ (get_local $28)
)
(br $switch$24)
)
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
+ (set_local $50
+ (call $_strerror
+ (i32.load
+ (call $___errno_location)
)
)
)
- (i32.load offset=4
- (get_local $1)
+ (set_local $12
+ (i32.const 82)
)
- (i32.store8
- (get_local $72)
- (i32.and
- (get_local $5)
- (i32.const 255)
+ (br $switch$24)
+ )
+ (set_local $5
+ (i32.ne
+ (tee_local $1
+ (i32.load
+ (get_local $19)
+ )
)
- )
- (set_local $47
- (get_local $72)
- )
- (set_local $37
- (get_local $7)
- )
- (set_local $42
- (i32.const 1)
- )
- (set_local $43
(i32.const 0)
)
- (set_local $48
- (i32.const 4091)
- )
- (set_local $49
- (get_local $28)
- )
- (br $switch$24)
)
(set_local $50
- (call $_strerror
- (i32.load
- (call $___errno_location)
- )
+ (select
+ (get_local $1)
+ (i32.const 4101)
+ (get_local $5)
)
)
(set_local $12
@@ -4968,1084 +4857,1074 @@
)
(br $switch$24)
)
- (set_local $5
- (i32.ne
- (set_local $1
- (i32.load
- (get_local $19)
- )
- )
- (i32.const 0)
+ (set_local $1
+ (i32.load
+ (get_local $19)
)
)
- (set_local $50
- (select
- (get_local $1)
- (i32.const 4101)
- (get_local $5)
- )
+ (i32.store
+ (get_local $73)
+ (get_local $1)
+ )
+ (i32.store
+ (get_local $76)
+ (i32.const 0)
+ )
+ (i32.store
+ (get_local $19)
+ (get_local $73)
+ )
+ (set_local $69
+ (i32.const -1)
)
(set_local $12
- (i32.const 82)
+ (i32.const 86)
)
(br $switch$24)
)
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
- )
- )
- )
- (i32.load offset=4
- (get_local $1)
- )
- (i32.store
- (get_local $73)
- (get_local $5)
- )
- (i32.store
- (get_local $76)
- (i32.const 0)
- )
- (i32.store
- (get_local $19)
- (get_local $73)
- )
- (set_local $69
- (i32.const -1)
- )
(set_local $12
- (i32.const 86)
- )
- (br $switch$24)
- )
- (set_local $12
- (if
- (i32.eq
- (get_local $10)
- (i32.const 0)
- )
- (block
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
+ (if
+ (i32.eq
+ (get_local $10)
(i32.const 0)
- (get_local $18)
)
- (set_local $38
- (i32.const 0)
+ (block
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (i32.const 0)
+ (get_local $18)
+ )
+ (set_local $38
+ (i32.const 0)
+ )
+ (i32.const 98)
)
- (i32.const 98)
- )
- (block
- (set_local $69
- (get_local $10)
+ (block
+ (set_local $69
+ (get_local $10)
+ )
+ (i32.const 86)
)
- (i32.const 86)
)
)
+ (br $switch$24)
)
- (br $switch$24)
- )
- (set_local $15
- (f64.load
- (get_local $19)
+ (set_local $14
+ (f64.load
+ (get_local $19)
+ )
)
- )
- (i32.store
- (get_local $25)
- (i32.const 0)
- )
- (f64.store
- (i32.load
- (i32.const 24)
+ (i32.store
+ (get_local $25)
+ (i32.const 0)
)
- (get_local $15)
- )
- (i32.load
- (i32.load
- (i32.const 24)
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $14)
)
- )
- (set_local $51
- (if
- (i32.lt_s
- (i32.load offset=4
- (i32.load
- (i32.const 24)
- )
- )
- (i32.const 0)
- )
- (block
- (set_local $39
- (i32.const 4108)
- )
- (set_local $15
- (f64.neg
- (get_local $15)
- )
- )
- (i32.const 1)
- )
+ (set_local $51
(if
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 2048)
+ (i32.lt_s
+ (i32.load offset=4
+ (get_global $tempDoublePtr)
)
(i32.const 0)
)
(block
(set_local $39
- (select
- (i32.const 4109)
- (i32.const 4114)
- (i32.eq
- (set_local $1
- (i32.and
- (get_local $18)
- (i32.const 1)
- )
- )
- (i32.const 0)
- )
- )
+ (i32.const 4108)
)
- (get_local $1)
- )
- (block
- (set_local $39
- (i32.const 4111)
+ (set_local $14
+ (f64.neg
+ (get_local $14)
+ )
)
(i32.const 1)
)
- )
- )
- )
- (f64.store
- (i32.load
- (i32.const 24)
- )
- (get_local $15)
- )
- (i32.load
- (i32.load
- (i32.const 24)
- )
- )
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (block $do-once$56
- (if
- (i32.or
- (i32.lt_u
- (set_local $1
- (i32.and
- (i32.load offset=4
- (i32.load
- (i32.const 24)
+ (if
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 2048)
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $39
+ (select
+ (i32.const 4109)
+ (i32.const 4114)
+ (i32.eq
+ (tee_local $1
+ (i32.and
+ (get_local $18)
+ (i32.const 1)
+ )
)
+ (i32.const 0)
)
- (i32.const 2146435072)
)
)
- (i32.const 2146435072)
+ (get_local $1)
)
- (i32.and
- (i32.eq
- (get_local $1)
- (i32.const 2146435072)
+ (block
+ (set_local $39
+ (i32.const 4111)
)
- (i32.const 0)
+ (i32.const 1)
)
)
- (block
- (if
- (set_local $5
- (f64.ne
- (set_local $15
- (f64.mul
- (call $_frexpl
- (get_local $15)
- (get_local $25)
- )
- (f64.const 2)
+ )
+ )
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $14)
+ )
+ (set_local $20
+ (get_local $9)
+ )
+ (set_local $1
+ (block $do-once$56
+ (if
+ (i32.or
+ (i32.lt_u
+ (tee_local $1
+ (i32.and
+ (i32.load offset=4
+ (get_global $tempDoublePtr)
)
+ (i32.const 2146435072)
)
- (f64.const 0)
)
+ (i32.const 2146435072)
)
- (i32.store
- (get_local $25)
- (i32.add
- (i32.load
- (get_local $25)
- )
- (i32.const -1)
+ (i32.and
+ (i32.eq
+ (get_local $1)
+ (i32.const 2146435072)
)
+ (i32.const 0)
)
)
- (if
- (i32.eq
- (set_local $14
- (i32.or
- (get_local $26)
- (i32.const 32)
- )
- )
- (i32.const 97)
- )
- (block
- (set_local $9
- (select
- (get_local $39)
- (i32.add
- (get_local $39)
- (i32.const 9)
- )
- (i32.eq
- (set_local $6
- (i32.and
- (get_local $26)
- (i32.const 32)
+ (block
+ (if
+ (tee_local $5
+ (f64.ne
+ (tee_local $14
+ (f64.mul
+ (call $_frexpl
+ (get_local $14)
+ (get_local $25)
)
+ (f64.const 2)
)
- (i32.const 0)
)
+ (f64.const 0)
)
)
- (set_local $7
- (i32.or
- (get_local $51)
- (i32.const 2)
+ (i32.store
+ (get_local $25)
+ (i32.add
+ (i32.load
+ (get_local $25)
+ )
+ (i32.const -1)
)
)
- (set_local $15
- (if
+ )
+ (if
+ (i32.eq
+ (tee_local $15
(i32.or
- (i32.gt_u
- (get_local $10)
- (i32.const 11)
+ (get_local $26)
+ (i32.const 32)
+ )
+ )
+ (i32.const 97)
+ )
+ (block
+ (set_local $9
+ (select
+ (get_local $39)
+ (i32.add
+ (get_local $39)
+ (i32.const 9)
)
(i32.eq
- (set_local $1
- (i32.sub
- (i32.const 12)
- (get_local $10)
+ (tee_local $6
+ (i32.and
+ (get_local $26)
+ (i32.const 32)
)
)
(i32.const 0)
)
)
- (get_local $15)
- (block
- (set_local $30
- (f64.const 8)
- )
- (loop $while-out$60 $while-in$61
- (set_local $30
- (f64.mul
- (get_local $30)
- (f64.const 16)
- )
+ )
+ (set_local $7
+ (i32.or
+ (get_local $51)
+ (i32.const 2)
+ )
+ )
+ (set_local $14
+ (if
+ (i32.or
+ (i32.gt_u
+ (get_local $10)
+ (i32.const 11)
)
- (if
- (i32.eq
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const -1)
- )
+ (i32.eq
+ (tee_local $1
+ (i32.sub
+ (i32.const 12)
+ (get_local $10)
)
- (i32.const 0)
)
- (br $while-out$60)
+ (i32.const 0)
)
- (br $while-in$61)
)
- (select
- (f64.neg
- (f64.add
- (get_local $30)
- (f64.sub
- (f64.neg
- (get_local $15)
+ (get_local $14)
+ (block
+ (set_local $30
+ (f64.const 8)
+ )
+ (loop $while-in$61
+ (block $while-out$60
+ (set_local $30
+ (f64.mul
+ (get_local $30)
+ (f64.const 16)
+ )
+ )
+ (br_if $while-out$60
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ )
+ (i32.const 0)
)
- (get_local $30)
)
+ (br $while-in$61)
)
)
- (f64.sub
- (f64.add
- (get_local $15)
+ (select
+ (f64.neg
+ (f64.add
+ (get_local $30)
+ (f64.sub
+ (f64.neg
+ (get_local $14)
+ )
+ (get_local $30)
+ )
+ )
+ )
+ (f64.sub
+ (f64.add
+ (get_local $14)
+ (get_local $30)
+ )
(get_local $30)
)
- (get_local $30)
- )
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $9)
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
)
)
)
- )
- (set_local $5
- (i32.lt_s
- (set_local $1
- (i32.load
- (get_local $25)
+ (set_local $5
+ (i32.lt_s
+ (tee_local $1
+ (i32.load
+ (get_local $25)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (set_local $8
- (select
- (i32.sub
- (i32.const 0)
+ (set_local $5
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (tee_local $8
+ (select
+ (i32.sub
+ (i32.const 0)
+ (get_local $1)
+ )
(get_local $1)
+ (get_local $5)
)
- (get_local $1)
- (get_local $5)
)
+ (i32.const 0)
)
- (i32.const 0)
+ (i32.const 31)
)
(i32.const 31)
)
- (i32.const 31)
)
- )
- (i32.store8
- (i32.add
- (set_local $5
- (if
- (i32.eq
- (set_local $5
- (call $_fmt_u
- (get_local $8)
- (get_local $5)
- (get_local $52)
+ (i32.store8
+ (i32.add
+ (tee_local $5
+ (if
+ (i32.eq
+ (tee_local $5
+ (call $_fmt_u
+ (get_local $8)
+ (get_local $5)
+ (get_local $52)
+ )
)
+ (get_local $52)
)
- (get_local $52)
- )
- (block
- (i32.store8
+ (block
+ (i32.store8
+ (get_local $74)
+ (i32.const 48)
+ )
(get_local $74)
- (i32.const 48)
)
- (get_local $74)
+ (get_local $5)
)
- (get_local $5)
)
+ (i32.const -1)
)
- (i32.const -1)
- )
- (i32.and
- (i32.add
- (i32.and
- (i32.shr_s
- (get_local $1)
- (i32.const 31)
+ (i32.and
+ (i32.add
+ (i32.and
+ (i32.shr_s
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
+ (i32.const 43)
)
- (i32.const 43)
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (i32.store8
- (set_local $8
- (i32.add
- (get_local $5)
- (i32.const -2)
+ (i32.store8
+ (tee_local $8
+ (i32.add
+ (get_local $5)
+ (i32.const -2)
+ )
)
- )
- (i32.and
- (i32.add
- (get_local $26)
- (i32.const 15)
+ (i32.and
+ (i32.add
+ (get_local $26)
+ (i32.const 15)
+ )
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $10)
- (i32.const 1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $10)
+ (i32.const 1)
+ )
)
- )
- (set_local $13
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 8)
+ (set_local $13
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $11
- (get_local $29)
- )
- (loop $while-out$62 $while-in$63
- (i32.store8
- (get_local $11)
- (i32.and
- (i32.or
+ (set_local $11
+ (get_local $29)
+ )
+ (loop $while-in$63
+ (block $while-out$62
+ (i32.store8
+ (get_local $11)
(i32.and
- (i32.load8_s
- (i32.add
- (set_local $1
- (call_import $f64-to-int
- (get_local $15)
+ (i32.or
+ (i32.and
+ (i32.load8_s
+ (i32.add
+ (tee_local $1
+ (call_import $f64-to-int
+ (get_local $14)
+ )
+ )
+ (i32.const 4075)
)
)
- (i32.const 4075)
+ (i32.const 255)
)
+ (get_local $6)
)
(i32.const 255)
)
- (get_local $6)
)
- (i32.const 255)
- )
- )
- (set_local $15
- (f64.mul
- (f64.sub
- (get_local $15)
- (f64.convert_s/i32
- (get_local $1)
+ (set_local $14
+ (f64.mul
+ (f64.sub
+ (get_local $14)
+ (f64.convert_s/i32
+ (get_local $1)
+ )
+ )
+ (f64.const 16)
)
)
- (f64.const 16)
- )
- )
- (set_local $11
- (block $do-once$64
- (if
- (i32.eq
- (i32.sub
- (set_local $1
- (i32.add
- (get_local $11)
- (i32.const 1)
+ (set_local $11
+ (block $do-once$64
+ (if
+ (i32.eq
+ (i32.sub
+ (tee_local $1
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
+ )
+ )
+ (get_local $64)
)
+ (i32.const 1)
)
- (get_local $64)
- )
- (i32.const 1)
- )
- (block
- (br_if $do-once$64
- (get_local $1)
- (i32.and
- (get_local $13)
- (i32.and
- (get_local $5)
- (f64.eq
- (get_local $15)
- (f64.const 0)
+ (block
+ (br_if $do-once$64
+ (get_local $1)
+ (i32.and
+ (get_local $13)
+ (i32.and
+ (get_local $5)
+ (f64.eq
+ (get_local $14)
+ (f64.const 0)
+ )
+ )
)
)
+ (i32.store8
+ (get_local $1)
+ (i32.const 46)
+ )
+ (i32.add
+ (get_local $11)
+ (i32.const 2)
+ )
)
- )
- (i32.store8
(get_local $1)
- (i32.const 46)
)
- (i32.add
+ )
+ )
+ (if
+ (f64.eq
+ (get_local $14)
+ (f64.const 0)
+ )
+ (block
+ (set_local $1
(get_local $11)
- (i32.const 2)
)
+ (br $while-out$62)
)
- (get_local $1)
)
+ (br $while-in$63)
)
)
- (if
- (f64.eq
- (get_local $15)
- (f64.const 0)
- )
- (block
- (set_local $1
- (get_local $11)
+ (set_local $5
+ (i32.and
+ (i32.ne
+ (get_local $10)
+ (i32.const 0)
)
- (br $while-out$62)
- )
- )
- (br $while-in$63)
- )
- (set_local $5
- (i32.and
- (i32.ne
- (get_local $10)
- (i32.const 0)
- )
- (i32.lt_s
- (i32.add
- (get_local $78)
- (get_local $1)
+ (i32.lt_s
+ (i32.add
+ (get_local $78)
+ (get_local $1)
+ )
+ (get_local $10)
)
- (get_local $10)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (set_local $5
- (i32.add
- (set_local $6
- (select
- (i32.sub
- (i32.add
- (get_local $79)
- (get_local $10)
- )
- (get_local $8)
- )
- (i32.add
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (tee_local $5
+ (i32.add
+ (tee_local $6
+ (select
(i32.sub
- (get_local $77)
+ (i32.add
+ (get_local $79)
+ (get_local $10)
+ )
(get_local $8)
)
- (get_local $1)
+ (i32.add
+ (i32.sub
+ (get_local $77)
+ (get_local $8)
+ )
+ (get_local $1)
+ )
+ (get_local $5)
)
- (get_local $5)
)
+ (get_local $7)
)
- (get_local $7)
)
+ (get_local $18)
)
- (get_local $18)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $9)
+ (get_local $7)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $9)
- (get_local $7)
+ (call $_pad
(get_local $0)
+ (i32.const 48)
+ (get_local $16)
+ (get_local $5)
+ (i32.xor
+ (get_local $18)
+ (i32.const 65536)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $16)
- (get_local $5)
- (i32.xor
- (get_local $18)
- (i32.const 65536)
- )
- )
- (set_local $1
- (i32.sub
- (get_local $1)
- (get_local $64)
+ (set_local $1
+ (i32.sub
+ (get_local $1)
+ (get_local $64)
+ )
)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $29)
+ (get_local $1)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $29)
- (get_local $1)
+ (call $_pad
(get_local $0)
- )
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (i32.sub
- (get_local $6)
- (i32.add
- (get_local $1)
- (set_local $1
- (i32.sub
- (get_local $40)
- (get_local $8)
+ (i32.const 48)
+ (i32.sub
+ (get_local $6)
+ (i32.add
+ (get_local $1)
+ (tee_local $1
+ (i32.sub
+ (get_local $40)
+ (get_local $8)
+ )
)
)
)
+ (i32.const 0)
+ (i32.const 0)
)
- (i32.const 0)
- (i32.const 0)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $8)
+ (get_local $1)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $8)
- (get_local $1)
+ (call $_pad
(get_local $0)
- )
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $5)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
- )
- )
- (br $do-once$56
- (select
+ (i32.const 32)
(get_local $16)
(get_local $5)
- (i32.lt_s
- (get_local $5)
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (br $do-once$56
+ (select
(get_local $16)
+ (get_local $5)
+ (i32.lt_s
+ (get_local $5)
+ (get_local $16)
+ )
)
)
)
)
- )
- (set_local $1
- (select
- (i32.const 6)
- (get_local $10)
- (i32.lt_s
+ (set_local $1
+ (select
+ (i32.const 6)
(get_local $10)
- (i32.const 0)
+ (i32.lt_s
+ (get_local $10)
+ (i32.const 0)
+ )
)
)
- )
- (set_local $62
- (set_local $9
- (select
- (get_local $80)
- (get_local $81)
- (i32.lt_s
- (if
- (get_local $5)
- (block
- (i32.store
- (get_local $25)
- (set_local $5
- (i32.add
- (i32.load
- (get_local $25)
+ (set_local $62
+ (tee_local $9
+ (select
+ (get_local $80)
+ (get_local $81)
+ (i32.lt_s
+ (if
+ (get_local $5)
+ (block
+ (i32.store
+ (get_local $25)
+ (tee_local $5
+ (i32.add
+ (i32.load
+ (get_local $25)
+ )
+ (i32.const -28)
)
- (i32.const -28)
)
)
- )
- (set_local $15
- (f64.mul
- (get_local $15)
- (f64.const 268435456)
+ (set_local $14
+ (f64.mul
+ (get_local $14)
+ (f64.const 268435456)
+ )
)
+ (get_local $5)
+ )
+ (i32.load
+ (get_local $25)
)
- (get_local $5)
- )
- (i32.load
- (get_local $25)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- )
- )
- )
- (set_local $7
- (get_local $9)
- )
- (loop $while-out$66 $while-in$67
- (i32.store
- (get_local $7)
- (set_local $5
- (call_import $f64-to-int
- (get_local $15)
)
)
)
(set_local $7
- (i32.add
- (get_local $7)
- (i32.const 4)
- )
+ (get_local $9)
)
- (if
- (f64.eq
- (set_local $15
- (f64.mul
- (f64.sub
- (get_local $15)
- (f64.convert_u/i32
- (get_local $5)
- )
+ (loop $while-in$67
+ (block $while-out$66
+ (i32.store
+ (get_local $7)
+ (tee_local $5
+ (call_import $f64-to-int
+ (get_local $14)
)
- (f64.const 1e9)
)
)
- (f64.const 0)
- )
- (block
- (set_local $6
- (get_local $7)
+ (set_local $7
+ (i32.add
+ (get_local $7)
+ (i32.const 4)
+ )
)
- (br $while-out$66)
- )
- )
- (br $while-in$67)
- )
- (if
- (i32.gt_s
- (set_local $5
- (i32.load
- (get_local $25)
+ (if
+ (f64.eq
+ (tee_local $14
+ (f64.mul
+ (f64.sub
+ (get_local $14)
+ (f64.convert_u/i32
+ (get_local $5)
+ )
+ )
+ (f64.const 1e9)
+ )
+ )
+ (f64.const 0)
+ )
+ (block
+ (set_local $6
+ (get_local $7)
+ )
+ (br $while-out$66)
+ )
)
+ (br $while-in$67)
)
- (i32.const 0)
)
- (block
- (set_local $8
- (get_local $9)
- )
- (set_local $13
- (get_local $6)
- )
- (loop $while-out$68 $while-in$69
- (set_local $11
- (select
- (i32.const 29)
- (get_local $5)
- (i32.gt_s
- (get_local $5)
- (i32.const 29)
- )
+ (if
+ (i32.gt_s
+ (tee_local $5
+ (i32.load
+ (get_local $25)
)
)
- (set_local $7
- (block $do-once$70
- (if
- (i32.lt_u
- (set_local $7
- (i32.add
- (get_local $13)
- (i32.const -4)
- )
+ (i32.const 0)
+ )
+ (block
+ (set_local $8
+ (get_local $9)
+ )
+ (set_local $13
+ (get_local $6)
+ )
+ (loop $while-in$69
+ (block $while-out$68
+ (set_local $11
+ (select
+ (i32.const 29)
+ (get_local $5)
+ (i32.gt_s
+ (get_local $5)
+ (i32.const 29)
)
- (get_local $8)
)
- (get_local $8)
- (block
- (set_local $5
- (i32.const 0)
- )
- (set_local $10
- (get_local $7)
- )
- (loop $while-out$72 $while-in$73
- (set_local $6
- (call $___uremdi3
- (set_local $5
- (call $_i64Add
- (call $_bitshift64Shl
- (i32.load
- (get_local $10)
+ )
+ (set_local $7
+ (block $do-once$70
+ (if
+ (i32.lt_u
+ (tee_local $7
+ (i32.add
+ (get_local $13)
+ (i32.const -4)
+ )
+ )
+ (get_local $8)
+ )
+ (get_local $8)
+ (block
+ (set_local $5
+ (i32.const 0)
+ )
+ (set_local $10
+ (get_local $7)
+ )
+ (loop $while-in$73
+ (block $while-out$72
+ (set_local $6
+ (call $___uremdi3
+ (tee_local $5
+ (call $_i64Add
+ (call $_bitshift64Shl
+ (i32.load
+ (get_local $10)
+ )
+ (i32.const 0)
+ (get_local $11)
+ )
+ (get_global $tempRet0)
+ (get_local $5)
+ (i32.const 0)
+ )
)
+ (tee_local $7
+ (get_global $tempRet0)
+ )
+ (i32.const 1000000000)
(i32.const 0)
- (get_local $11)
)
- (i32.load
- (i32.const 168)
+ )
+ (i32.store
+ (get_local $10)
+ (get_local $6)
+ )
+ (set_local $5
+ (call $___udivdi3
+ (get_local $5)
+ (get_local $7)
+ (i32.const 1000000000)
+ (i32.const 0)
)
- (get_local $5)
- (i32.const 0)
)
- )
- (set_local $7
- (i32.load
- (i32.const 168)
+ (if
+ (i32.lt_u
+ (tee_local $7
+ (i32.add
+ (get_local $10)
+ (i32.const -4)
+ )
+ )
+ (get_local $8)
+ )
+ (br $while-out$72)
+ (set_local $10
+ (get_local $7)
+ )
)
+ (br $while-in$73)
)
- (i32.const 1000000000)
- (i32.const 0)
)
- )
- (i32.load
- (i32.const 168)
- )
- (i32.store
- (get_local $10)
- (get_local $6)
- )
- (set_local $5
- (call $___udivdi3
- (get_local $5)
- (get_local $7)
- (i32.const 1000000000)
- (i32.const 0)
+ (br_if $do-once$70
+ (get_local $8)
+ (i32.eq
+ (get_local $5)
+ (i32.const 0)
+ )
)
- )
- (i32.load
- (i32.const 168)
- )
- (if
- (i32.lt_u
- (set_local $7
+ (i32.store
+ (tee_local $7
(i32.add
- (get_local $10)
+ (get_local $8)
(i32.const -4)
)
)
- (get_local $8)
- )
- (br $while-out$72)
- (set_local $10
- (get_local $7)
+ (get_local $5)
)
+ (get_local $7)
)
- (br $while-in$73)
)
- (br_if $do-once$70
- (get_local $8)
- (i32.eq
- (get_local $5)
- (i32.const 0)
+ )
+ )
+ (loop $while-in$75
+ (block $while-out$74
+ (br_if $while-out$74
+ (i32.le_u
+ (get_local $13)
+ (get_local $7)
)
)
- (i32.store
- (set_local $7
- (i32.add
- (get_local $8)
- (i32.const -4)
+ (if
+ (i32.eq
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $13)
+ (i32.const -4)
+ )
+ )
)
+ (i32.const 0)
)
- (get_local $5)
+ (set_local $13
+ (get_local $5)
+ )
+ (br $while-out$74)
)
- (get_local $7)
+ (br $while-in$75)
)
)
- )
- )
- (loop $while-out$74 $while-in$75
- (if
- (i32.le_u
- (get_local $13)
- (get_local $7)
- )
- (br $while-out$74)
- )
- (if
- (i32.eq
- (i32.load
- (set_local $5
- (i32.add
- (get_local $13)
- (i32.const -4)
+ (i32.store
+ (get_local $25)
+ (tee_local $5
+ (i32.sub
+ (i32.load
+ (get_local $25)
)
+ (get_local $11)
)
)
- (i32.const 0)
)
- (set_local $13
- (get_local $5)
- )
- (br $while-out$74)
- )
- (br $while-in$75)
- )
- (i32.store
- (get_local $25)
- (set_local $5
- (i32.sub
- (i32.load
- (get_local $25)
+ (if
+ (i32.gt_s
+ (get_local $5)
+ (i32.const 0)
)
- (get_local $11)
- )
- )
- )
- (if
- (i32.gt_s
- (get_local $5)
- (i32.const 0)
- )
- (set_local $8
- (get_local $7)
- )
- (block
- (set_local $6
- (get_local $13)
- )
- (br $while-out$68)
- )
- )
- (br $while-in$69)
- )
- )
- (set_local $7
- (get_local $9)
- )
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $8
- (i32.add
- (i32.and
- (call_import $i32s-div
- (i32.add
- (get_local $1)
- (i32.const 25)
+ (set_local $8
+ (get_local $7)
+ )
+ (block
+ (set_local $6
+ (get_local $13)
+ )
+ (br $while-out$68)
)
- (i32.const 9)
)
- (i32.const -1)
+ (br $while-in$69)
)
- (i32.const 1)
)
)
- (set_local $10
- (i32.eq
- (get_local $14)
- (i32.const 102)
- )
+ (set_local $7
+ (get_local $9)
)
- (set_local $23
- (get_local $6)
+ )
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
)
- (loop $while-out$76 $while-in$77
- (set_local $5
- (i32.gt_s
- (set_local $6
- (i32.sub
- (i32.const 0)
- (get_local $5)
+ (block
+ (set_local $8
+ (i32.add
+ (i32.and
+ (call_import $i32s-div
+ (i32.add
+ (get_local $1)
+ (i32.const 25)
+ )
+ (i32.const 9)
)
+ (i32.const -1)
)
- (i32.const 9)
+ (i32.const 1)
)
)
- (set_local $13
- (select
- (i32.const 9)
- (get_local $6)
- (get_local $5)
+ (set_local $10
+ (i32.eq
+ (get_local $15)
+ (i32.const 102)
)
)
- (set_local $11
- (block $do-once$78
- (if
- (i32.lt_u
- (get_local $7)
- (get_local $23)
- )
- (block
- (set_local $70
- (i32.add
- (i32.shl
- (i32.const 1)
- (get_local $13)
- )
- (i32.const -1)
+ (set_local $23
+ (get_local $6)
+ )
+ (loop $while-in$77
+ (block $while-out$76
+ (set_local $5
+ (i32.gt_s
+ (tee_local $6
+ (i32.sub
+ (i32.const 0)
+ (get_local $5)
)
)
- (set_local $27
- (i32.shr_u
- (i32.const 1000000000)
- (get_local $13)
+ (i32.const 9)
+ )
+ )
+ (set_local $13
+ (select
+ (i32.const 9)
+ (get_local $6)
+ (get_local $5)
+ )
+ )
+ (set_local $11
+ (block $do-once$78
+ (if
+ (i32.lt_u
+ (get_local $7)
+ (get_local $23)
)
- )
- (set_local $11
- (i32.const 0)
- )
- (set_local $17
- (get_local $7)
- )
- (loop $while-out$80 $while-in$81
- (set_local $6
- (i32.and
- (set_local $5
- (i32.load
- (get_local $17)
+ (block
+ (set_local $70
+ (i32.add
+ (i32.shl
+ (i32.const 1)
+ (get_local $13)
)
+ (i32.const -1)
)
- (get_local $70)
)
- )
- (i32.store
- (get_local $17)
- (i32.add
+ (set_local $27
(i32.shr_u
- (get_local $5)
+ (i32.const 1000000000)
(get_local $13)
)
- (get_local $11)
)
- )
- (set_local $11
- (i32.mul
- (get_local $6)
- (get_local $27)
+ (set_local $11
+ (i32.const 0)
)
- )
- (if
- (i32.ge_u
- (set_local $17
- (i32.add
+ (set_local $17
+ (get_local $7)
+ )
+ (loop $while-in$81
+ (block $while-out$80
+ (set_local $6
+ (i32.and
+ (tee_local $5
+ (i32.load
+ (get_local $17)
+ )
+ )
+ (get_local $70)
+ )
+ )
+ (i32.store
(get_local $17)
+ (i32.add
+ (i32.shr_u
+ (get_local $5)
+ (get_local $13)
+ )
+ (get_local $11)
+ )
+ )
+ (set_local $11
+ (i32.mul
+ (get_local $6)
+ (get_local $27)
+ )
+ )
+ (br_if $while-out$80
+ (i32.ge_u
+ (tee_local $17
+ (i32.add
+ (get_local $17)
+ (i32.const 4)
+ )
+ )
+ (get_local $23)
+ )
+ )
+ (br $while-in$81)
+ )
+ )
+ (set_local $5
+ (select
+ (i32.add
+ (get_local $7)
(i32.const 4)
)
+ (get_local $7)
+ (i32.eq
+ (i32.load
+ (get_local $7)
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (br_if $do-once$78
+ (get_local $5)
+ (i32.eq
+ (get_local $11)
+ (i32.const 0)
)
+ )
+ (i32.store
(get_local $23)
+ (get_local $11)
+ )
+ (set_local $23
+ (i32.add
+ (get_local $23)
+ (i32.const 4)
+ )
)
- (br $while-out$80)
+ (get_local $5)
)
- (br $while-in$81)
- )
- (set_local $5
(select
(i32.add
(get_local $7)
@@ -6060,1242 +5939,1166 @@
)
)
)
- (if
- (i32.eq
- (get_local $11)
- (i32.const 0)
- )
- (br $do-once$78
- (get_local $5)
- )
- )
- (i32.store
- (get_local $23)
- (get_local $11)
- )
- (set_local $23
- (i32.add
+ )
+ )
+ (set_local $5
+ (i32.gt_s
+ (i32.shr_s
+ (i32.sub
(get_local $23)
- (i32.const 4)
+ (tee_local $7
+ (select
+ (get_local $9)
+ (get_local $11)
+ (get_local $10)
+ )
+ )
)
+ (i32.const 2)
)
- (get_local $5)
+ (get_local $8)
)
+ )
+ (set_local $6
(select
(i32.add
(get_local $7)
- (i32.const 4)
- )
- (get_local $7)
- (i32.eq
- (i32.load
- (get_local $7)
+ (i32.shl
+ (get_local $8)
+ (i32.const 2)
)
- (i32.const 0)
)
+ (get_local $23)
+ (get_local $5)
)
)
- )
- )
- (set_local $5
- (i32.gt_s
- (i32.shr_s
- (i32.sub
- (get_local $23)
- (set_local $7
- (select
- (get_local $9)
- (get_local $11)
- (get_local $10)
+ (i32.store
+ (get_local $25)
+ (tee_local $5
+ (i32.add
+ (i32.load
+ (get_local $25)
)
+ (get_local $13)
)
)
- (i32.const 2)
)
- (get_local $8)
- )
- )
- (set_local $6
- (select
- (i32.add
- (get_local $7)
- (i32.shl
- (get_local $8)
- (i32.const 2)
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
)
- )
- (get_local $23)
- (get_local $5)
- )
- )
- (i32.store
- (get_local $25)
- (set_local $5
- (i32.add
- (i32.load
- (get_local $25)
+ (block
+ (set_local $7
+ (get_local $11)
+ )
+ (set_local $23
+ (get_local $6)
+ )
+ )
+ (block
+ (set_local $7
+ (get_local $11)
+ )
+ (set_local $27
+ (get_local $6)
+ )
+ (br $while-out$76)
)
- (get_local $13)
- )
- )
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $7
- (get_local $11)
- )
- (set_local $23
- (get_local $6)
- )
- )
- (block
- (set_local $7
- (get_local $11)
- )
- (set_local $27
- (get_local $6)
)
- (br $while-out$76)
+ (br $while-in$77)
)
)
- (br $while-in$77)
)
- )
- (set_local $27
- (get_local $6)
- )
- )
- (block $do-once$82
- (if
- (i32.lt_u
- (get_local $7)
- (get_local $27)
+ (set_local $27
+ (get_local $6)
)
- (block
- (set_local $6
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $62)
- (get_local $7)
- )
- (i32.const 2)
- )
- (i32.const 9)
- )
- )
- (if
- (i32.lt_u
- (set_local $5
- (i32.load
- (get_local $7)
- )
- )
- (i32.const 10)
- )
- (block
- (set_local $13
- (get_local $6)
- )
- (br $do-once$82)
- )
- (set_local $8
- (i32.const 10)
- )
+ )
+ (block $do-once$82
+ (if
+ (i32.lt_u
+ (get_local $7)
+ (get_local $27)
)
- (loop $while-out$84 $while-in$85
+ (block
(set_local $6
- (i32.add
- (get_local $6)
- (i32.const 1)
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $62)
+ (get_local $7)
+ )
+ (i32.const 2)
+ )
+ (i32.const 9)
)
)
(if
(i32.lt_u
- (get_local $5)
- (set_local $8
- (i32.mul
- (get_local $8)
- (i32.const 10)
+ (tee_local $5
+ (i32.load
+ (get_local $7)
)
)
+ (i32.const 10)
)
(block
(set_local $13
(get_local $6)
)
- (br $while-out$84)
+ (br $do-once$82)
+ )
+ (set_local $8
+ (i32.const 10)
)
)
- (br $while-in$85)
- )
- )
- (set_local $13
- (i32.const 0)
- )
- )
- )
- (set_local $7
- (if
- (i32.lt_s
- (set_local $5
- (i32.add
- (i32.sub
- (get_local $1)
- (select
- (get_local $13)
- (i32.const 0)
- (i32.ne
- (get_local $14)
- (i32.const 102)
+ (loop $while-in$85
+ (block $while-out$84
+ (set_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const 1)
)
)
- )
- (i32.shr_s
- (i32.shl
- (i32.and
- (set_local $70
- (i32.ne
- (get_local $1)
- (i32.const 0)
+ (if
+ (i32.lt_u
+ (get_local $5)
+ (tee_local $8
+ (i32.mul
+ (get_local $8)
+ (i32.const 10)
)
)
- (set_local $8
- (i32.eq
- (get_local $14)
- (i32.const 103)
- )
+ )
+ (block
+ (set_local $13
+ (get_local $6)
)
+ (br $while-out$84)
)
- (i32.const 31)
)
- (i32.const 31)
+ (br $while-in$85)
)
)
)
- (i32.add
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $27)
- (get_local $62)
- )
- (i32.const 2)
- )
- (i32.const 9)
- )
- (i32.const -9)
+ (set_local $13
+ (i32.const 0)
)
)
- (block
- (set_local $6
- (i32.add
+ )
+ (set_local $7
+ (if
+ (i32.lt_s
+ (tee_local $5
(i32.add
- (get_local $9)
- (i32.const 4)
- )
- (i32.shl
- (i32.add
- (i32.and
- (call_import $i32s-div
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 9216)
+ (i32.sub
+ (get_local $1)
+ (select
+ (get_local $13)
+ (i32.const 0)
+ (i32.ne
+ (get_local $15)
+ (i32.const 102)
+ )
+ )
+ )
+ (i32.shr_s
+ (i32.shl
+ (i32.and
+ (tee_local $70
+ (i32.ne
+ (get_local $1)
+ (i32.const 0)
+ )
+ )
+ (tee_local $8
+ (i32.eq
+ (get_local $15)
+ (i32.const 103)
)
)
- (i32.const 9)
)
- (i32.const -1)
+ (i32.const 31)
)
- (i32.const -1024)
+ (i32.const 31)
)
- (i32.const 2)
)
)
- )
- (if
- (i32.lt_s
- (set_local $11
- (i32.add
- (i32.and
- (call_import $i32s-rem
- (get_local $5)
- (i32.const 9)
- )
- (i32.const -1)
+ (i32.add
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $27)
+ (get_local $62)
)
- (i32.const 1)
+ (i32.const 2)
)
+ (i32.const 9)
)
- (i32.const 9)
+ (i32.const -9)
)
- (block
- (set_local $5
- (i32.const 10)
- )
- (loop $while-out$86 $while-in$87
- (set_local $5
- (i32.mul
- (get_local $5)
- (i32.const 10)
- )
+ )
+ (block
+ (set_local $6
+ (i32.add
+ (i32.add
+ (get_local $9)
+ (i32.const 4)
)
- (if
- (i32.eq
- (set_local $11
- (i32.add
- (get_local $11)
- (i32.const 1)
+ (i32.shl
+ (i32.add
+ (i32.and
+ (call_import $i32s-div
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 9216)
+ )
+ )
+ (i32.const 9)
)
+ (i32.const -1)
)
- (i32.const 9)
- )
- (block
- (set_local $17
- (get_local $5)
- )
- (br $while-out$86)
+ (i32.const -1024)
)
+ (i32.const 2)
)
- (br $while-in$87)
)
)
- (set_local $17
- (i32.const 10)
- )
- )
- (block $do-once$88
(if
- (i32.eqz
- (i32.and
- (set_local $11
- (i32.eq
- (i32.add
- (get_local $6)
- (i32.const 4)
+ (i32.lt_s
+ (tee_local $11
+ (i32.add
+ (i32.and
+ (call_import $i32s-rem
+ (get_local $5)
+ (i32.const 9)
)
- (get_local $27)
+ (i32.const -1)
)
+ (i32.const 1)
)
- (i32.eq
- (set_local $14
- (i32.and
- (call_import $i32u-rem
- (set_local $5
- (i32.load
- (get_local $6)
- )
+ )
+ (i32.const 9)
+ )
+ (block
+ (set_local $5
+ (i32.const 10)
+ )
+ (loop $while-in$87
+ (block $while-out$86
+ (set_local $5
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ )
+ (if
+ (i32.eq
+ (tee_local $11
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
)
- (get_local $17)
)
- (i32.const -1)
+ (i32.const 9)
+ )
+ (block
+ (set_local $17
+ (get_local $5)
+ )
+ (br $while-out$86)
)
)
- (i32.const 0)
+ (br $while-in$87)
)
)
)
- (block
- (set_local $15
- (select
- (f64.const 9007199254740992)
- (f64.const 9007199254740994)
+ (set_local $17
+ (i32.const 10)
+ )
+ )
+ (block $do-once$88
+ (if
+ (i32.eqz
+ (i32.and
+ (tee_local $11
+ (i32.eq
+ (i32.add
+ (get_local $6)
+ (i32.const 4)
+ )
+ (get_local $27)
+ )
+ )
(i32.eq
- (i32.and
+ (tee_local $15
(i32.and
- (call_import $i32u-div
- (get_local $5)
+ (call_import $i32u-rem
+ (tee_local $5
+ (i32.load
+ (get_local $6)
+ )
+ )
(get_local $17)
)
(i32.const -1)
)
- (i32.const 1)
)
(i32.const 0)
)
)
)
- (set_local $30
- (if
- (i32.lt_u
- (get_local $14)
- (set_local $10
+ (block
+ (set_local $14
+ (select
+ (f64.const 9007199254740992)
+ (f64.const 9007199254740994)
+ (i32.eq
(i32.and
- (call_import $i32s-div
- (get_local $17)
- (i32.const 2)
+ (i32.and
+ (call_import $i32u-div
+ (get_local $5)
+ (get_local $17)
+ )
+ (i32.const -1)
)
- (i32.const -1)
+ (i32.const 1)
)
+ (i32.const 0)
)
)
- (f64.const 0.5)
- (select
- (f64.const 1)
- (f64.const 1.5)
- (i32.and
- (get_local $11)
- (i32.eq
- (get_local $14)
- (get_local $10)
+ )
+ (set_local $30
+ (if
+ (i32.lt_u
+ (get_local $15)
+ (tee_local $10
+ (i32.and
+ (call_import $i32s-div
+ (get_local $17)
+ (i32.const 2)
+ )
+ (i32.const -1)
+ )
+ )
+ )
+ (f64.const 0.5)
+ (select
+ (f64.const 1)
+ (f64.const 1.5)
+ (i32.and
+ (get_local $11)
+ (i32.eq
+ (get_local $15)
+ (get_local $10)
+ )
)
)
)
)
- )
- (set_local $15
- (block $do-once$90
- (if
- (i32.eq
- (get_local $51)
- (i32.const 0)
- )
- (get_local $15)
- (block
- (if
- (i32.ne
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $39)
+ (set_local $14
+ (block $do-once$90
+ (if
+ (i32.eq
+ (get_local $51)
+ (i32.const 0)
+ )
+ (get_local $14)
+ (block
+ (br_if $do-once$90
+ (get_local $14)
+ (i32.ne
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $39)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
- (br $do-once$90
- (get_local $15)
+ (set_local $30
+ (f64.neg
+ (get_local $30)
+ )
)
- )
- (set_local $30
(f64.neg
- (get_local $30)
+ (get_local $14)
)
)
- (f64.neg
- (get_local $15)
- )
)
)
)
- )
- (i32.store
- (get_local $6)
- (set_local $5
- (i32.sub
- (get_local $5)
- (get_local $14)
+ (i32.store
+ (get_local $6)
+ (tee_local $5
+ (i32.sub
+ (get_local $5)
+ (get_local $15)
+ )
)
)
- )
- (if
- (f64.eq
- (f64.add
- (get_local $15)
- (get_local $30)
+ (br_if $do-once$88
+ (f64.eq
+ (f64.add
+ (get_local $14)
+ (get_local $30)
+ )
+ (get_local $14)
)
- (get_local $15)
)
- (br $do-once$88)
- )
- (i32.store
- (get_local $6)
- (set_local $5
- (i32.add
- (get_local $5)
- (get_local $17)
+ (i32.store
+ (get_local $6)
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (get_local $17)
+ )
)
)
- )
- (if
- (i32.gt_u
- (get_local $5)
- (i32.const 999999999)
- )
- (loop $while-out$92 $while-in$93
- (i32.store
- (get_local $6)
- (i32.const 0)
+ (if
+ (i32.gt_u
+ (get_local $5)
+ (i32.const 999999999)
)
- (set_local $7
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -4)
+ (loop $while-in$93
+ (block $while-out$92
+ (i32.store
+ (get_local $6)
+ (i32.const 0)
+ )
+ (set_local $7
+ (if
+ (i32.lt_u
+ (tee_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const -4)
+ )
+ )
+ (get_local $7)
+ )
+ (block
+ (i32.store
+ (tee_local $5
+ (i32.add
+ (get_local $7)
+ (i32.const -4)
+ )
+ )
+ (i32.const 0)
+ )
+ (get_local $5)
)
+ (get_local $7)
)
- (get_local $7)
)
- (block
- (i32.store
- (set_local $5
- (i32.add
- (get_local $7)
- (i32.const -4)
+ (i32.store
+ (get_local $6)
+ (tee_local $5
+ (i32.add
+ (i32.load
+ (get_local $6)
)
+ (i32.const 1)
)
- (i32.const 0)
)
- (get_local $5)
)
- (get_local $7)
- )
- )
- (i32.store
- (get_local $6)
- (set_local $5
- (i32.add
- (i32.load
- (get_local $6)
+ (br_if $while-out$92
+ (i32.le_u
+ (get_local $5)
+ (i32.const 999999999)
)
- (i32.const 1)
)
+ (br $while-in$93)
)
)
- (if
- (i32.le_u
- (get_local $5)
- (i32.const 999999999)
- )
- (br $while-out$92)
- )
- (br $while-in$93)
)
- )
- (set_local $11
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $62)
- (get_local $7)
- )
- (i32.const 2)
- )
- (i32.const 9)
- )
- )
- (if
- (i32.lt_u
- (set_local $5
- (i32.load
- (get_local $7)
- )
- )
- (i32.const 10)
- )
- (block
- (set_local $13
- (get_local $11)
- )
- (br $do-once$88)
- )
- (set_local $10
- (i32.const 10)
- )
- )
- (loop $while-out$94 $while-in$95
(set_local $11
- (i32.add
- (get_local $11)
- (i32.const 1)
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $62)
+ (get_local $7)
+ )
+ (i32.const 2)
+ )
+ (i32.const 9)
)
)
(if
(i32.lt_u
- (get_local $5)
- (set_local $10
- (i32.mul
- (get_local $10)
- (i32.const 10)
+ (tee_local $5
+ (i32.load
+ (get_local $7)
)
)
+ (i32.const 10)
)
(block
(set_local $13
(get_local $11)
)
- (br $while-out$94)
+ (br $do-once$88)
+ )
+ (set_local $10
+ (i32.const 10)
+ )
+ )
+ (loop $while-in$95
+ (block $while-out$94
+ (set_local $11
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
+ )
+ )
+ (if
+ (i32.lt_u
+ (get_local $5)
+ (tee_local $10
+ (i32.mul
+ (get_local $10)
+ (i32.const 10)
+ )
+ )
+ )
+ (block
+ (set_local $13
+ (get_local $11)
+ )
+ (br $while-out$94)
+ )
+ )
+ (br $while-in$95)
)
)
- (br $while-in$95)
)
)
)
- )
- (set_local $6
- (i32.gt_u
- (get_local $27)
- (set_local $5
- (i32.add
- (get_local $6)
- (i32.const 4)
+ (set_local $6
+ (i32.gt_u
+ (get_local $27)
+ (tee_local $5
+ (i32.add
+ (get_local $6)
+ (i32.const 4)
+ )
)
)
)
+ (set_local $6
+ (select
+ (get_local $5)
+ (get_local $27)
+ (get_local $6)
+ )
+ )
+ (get_local $7)
)
- (set_local $6
- (select
- (get_local $5)
+ (block
+ (set_local $6
(get_local $27)
- (get_local $6)
)
+ (get_local $7)
)
- (get_local $7)
- )
- (block
- (set_local $6
- (get_local $27)
- )
- (get_local $7)
)
)
- )
- (set_local $27
- (i32.sub
- (i32.const 0)
- (get_local $13)
- )
- )
- (loop $while-out$96 $while-in$97
- (if
- (i32.le_u
- (get_local $6)
- (get_local $7)
- )
- (block
- (set_local $11
- (i32.const 0)
- )
- (set_local $23
- (get_local $6)
- )
- (br $while-out$96)
+ (set_local $27
+ (i32.sub
+ (i32.const 0)
+ (get_local $13)
)
)
- (if
- (i32.eq
- (i32.load
- (set_local $5
- (i32.add
+ (loop $while-in$97
+ (block $while-out$96
+ (if
+ (i32.le_u
+ (get_local $6)
+ (get_local $7)
+ )
+ (block
+ (set_local $11
+ (i32.const 0)
+ )
+ (set_local $23
(get_local $6)
- (i32.const -4)
)
+ (br $while-out$96)
)
)
- (i32.const 0)
- )
- (set_local $6
- (get_local $5)
- )
- (block
- (set_local $11
- (i32.const 1)
- )
- (set_local $23
- (get_local $6)
+ (if
+ (i32.eq
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $6)
+ (i32.const -4)
+ )
+ )
+ )
+ (i32.const 0)
+ )
+ (set_local $6
+ (get_local $5)
+ )
+ (block
+ (set_local $11
+ (i32.const 1)
+ )
+ (set_local $23
+ (get_local $6)
+ )
+ (br $while-out$96)
+ )
)
- (br $while-out$96)
+ (br $while-in$97)
)
)
- (br $while-in$97)
- )
- (set_local $8
- (block $do-once$98
- (if
- (get_local $8)
- (block
- (set_local $8
- (if
- (i32.and
- (i32.gt_s
- (set_local $1
- (i32.add
- (i32.xor
- (i32.and
- (get_local $70)
+ (set_local $8
+ (block $do-once$98
+ (if
+ (get_local $8)
+ (block
+ (set_local $8
+ (if
+ (i32.and
+ (i32.gt_s
+ (tee_local $1
+ (i32.add
+ (i32.xor
+ (i32.and
+ (get_local $70)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
+ (get_local $1)
)
- (get_local $1)
)
+ (get_local $13)
+ )
+ (i32.gt_s
+ (get_local $13)
+ (i32.const -5)
)
- (get_local $13)
- )
- (i32.gt_s
- (get_local $13)
- (i32.const -5)
)
- )
- (block
- (set_local $10
- (i32.add
- (get_local $26)
- (i32.const -1)
+ (block
+ (set_local $10
+ (i32.add
+ (get_local $26)
+ (i32.const -1)
+ )
+ )
+ (i32.sub
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ (get_local $13)
)
)
- (i32.sub
+ (block
+ (set_local $10
+ (i32.add
+ (get_local $26)
+ (i32.const -2)
+ )
+ )
(i32.add
(get_local $1)
(i32.const -1)
)
- (get_local $13)
)
)
- (block
- (set_local $10
- (i32.add
- (get_local $26)
- (i32.const -2)
+ )
+ (if
+ (i32.ne
+ (tee_local $1
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
)
)
- (i32.add
- (get_local $1)
- (i32.const -1)
- )
+ (i32.const 0)
)
- )
- )
- (if
- (i32.ne
- (set_local $1
- (i32.and
- (get_local $18)
- (i32.const 8)
+ (block
+ (set_local $15
+ (get_local $8)
+ )
+ (set_local $26
+ (get_local $10)
+ )
+ (br $do-once$98
+ (get_local $1)
)
- )
- (i32.const 0)
- )
- (block
- (set_local $14
- (get_local $8)
- )
- (set_local $26
- (get_local $10)
- )
- (br $do-once$98
- (get_local $1)
)
)
- )
- (block $do-once$100
- (if
- (get_local $11)
- (block
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (i32.add
- (get_local $23)
- (i32.const -4)
+ (block $do-once$100
+ (if
+ (get_local $11)
+ (block
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (i32.add
+ (get_local $23)
+ (i32.const -4)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $6
- (i32.const 9)
- )
- (br $do-once$100)
- )
- )
- (if
- (i32.eq
- (i32.and
- (call_import $i32u-rem
- (get_local $1)
- (i32.const 10)
+ (block
+ (set_local $6
+ (i32.const 9)
)
- (i32.const -1)
+ (br $do-once$100)
)
- (i32.const 0)
)
- (block
- (set_local $5
- (i32.const 10)
- )
- (set_local $6
+ (if
+ (i32.eq
+ (i32.and
+ (call_import $i32u-rem
+ (get_local $1)
+ (i32.const 10)
+ )
+ (i32.const -1)
+ )
(i32.const 0)
)
- )
- (block
- (set_local $6
- (i32.const 0)
+ (block
+ (set_local $5
+ (i32.const 10)
+ )
+ (set_local $6
+ (i32.const 0)
+ )
)
- (br $do-once$100)
- )
- )
- (loop $while-out$102 $while-in$103
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const 1)
+ (block
+ (set_local $6
+ (i32.const 0)
+ )
+ (br $do-once$100)
)
)
- (if
- (i32.ne
- (i32.and
- (call_import $i32u-rem
- (get_local $1)
- (set_local $5
- (i32.mul
- (get_local $5)
- (i32.const 10)
+ (loop $while-in$103
+ (block $while-out$102
+ (set_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const 1)
+ )
+ )
+ (br_if $while-out$102
+ (i32.ne
+ (i32.and
+ (call_import $i32u-rem
+ (get_local $1)
+ (tee_local $5
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ )
)
+ (i32.const -1)
)
+ (i32.const 0)
)
- (i32.const -1)
)
- (i32.const 0)
+ (br $while-in$103)
)
- (br $while-out$102)
)
- (br $while-in$103)
)
- )
- (set_local $6
- (i32.const 9)
+ (set_local $6
+ (i32.const 9)
+ )
)
)
- )
- (set_local $1
- (i32.add
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $23)
- (get_local $62)
+ (set_local $1
+ (i32.add
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $23)
+ (get_local $62)
+ )
+ (i32.const 2)
)
- (i32.const 2)
+ (i32.const 9)
)
- (i32.const 9)
+ (i32.const -9)
)
- (i32.const -9)
)
- )
- (if
- (i32.eq
- (i32.or
- (get_local $10)
- (i32.const 32)
+ (if
+ (i32.eq
+ (i32.or
+ (get_local $10)
+ (i32.const 32)
+ )
+ (i32.const 102)
)
- (i32.const 102)
- )
- (block
- (set_local $1
- (i32.lt_s
- (set_local $5
- (i32.sub
- (get_local $1)
- (get_local $6)
+ (block
+ (set_local $1
+ (i32.lt_s
+ (tee_local $5
+ (i32.sub
+ (get_local $1)
+ (get_local $6)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $8)
- (set_local $1
- (select
- (i32.const 0)
- (get_local $5)
- (get_local $1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $8)
+ (tee_local $1
+ (select
+ (i32.const 0)
+ (get_local $5)
+ (get_local $1)
+ )
)
)
)
- )
- (set_local $14
- (select
- (get_local $8)
- (get_local $1)
- (get_local $5)
+ (set_local $15
+ (select
+ (get_local $8)
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (set_local $26
+ (get_local $10)
+ )
+ (i32.const 0)
)
- (set_local $26
- (get_local $10)
- )
- (i32.const 0)
- )
- (block
- (set_local $1
- (i32.lt_s
- (set_local $5
- (i32.sub
- (i32.add
- (get_local $1)
- (get_local $13)
+ (block
+ (set_local $1
+ (i32.lt_s
+ (tee_local $5
+ (i32.sub
+ (i32.add
+ (get_local $1)
+ (get_local $13)
+ )
+ (get_local $6)
)
- (get_local $6)
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $8)
- (set_local $1
- (select
- (i32.const 0)
- (get_local $5)
- (get_local $1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $8)
+ (tee_local $1
+ (select
+ (i32.const 0)
+ (get_local $5)
+ (get_local $1)
+ )
)
)
)
- )
- (set_local $14
- (select
- (get_local $8)
- (get_local $1)
- (get_local $5)
+ (set_local $15
+ (select
+ (get_local $8)
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (set_local $26
+ (get_local $10)
+ )
+ (i32.const 0)
)
- (set_local $26
- (get_local $10)
- )
- (i32.const 0)
)
)
- )
- (block
- (set_local $14
- (get_local $1)
- )
- (i32.and
- (get_local $18)
- (i32.const 8)
+ (block
+ (set_local $15
+ (get_local $1)
+ )
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
+ )
)
)
)
)
- )
- (set_local $17
- (i32.and
- (i32.ne
- (set_local $1
- (i32.or
- (get_local $14)
- (get_local $8)
+ (set_local $17
+ (i32.and
+ (i32.ne
+ (tee_local $1
+ (i32.or
+ (get_local $15)
+ (get_local $8)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
- )
- (set_local $13
- (if
- (set_local $10
- (i32.eq
- (i32.or
- (get_local $26)
- (i32.const 32)
+ (set_local $13
+ (if
+ (tee_local $10
+ (i32.eq
+ (i32.or
+ (get_local $26)
+ (i32.const 32)
+ )
+ (i32.const 102)
)
- (i32.const 102)
)
- )
- (block
- (set_local $6
- (select
- (get_local $13)
- (i32.const 0)
- (i32.gt_s
+ (block
+ (set_local $6
+ (select
(get_local $13)
(i32.const 0)
+ (i32.gt_s
+ (get_local $13)
+ (i32.const 0)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $5
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (set_local $6
- (select
- (get_local $27)
- (get_local $13)
- (i32.lt_s
+ (block
+ (set_local $5
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (tee_local $6
+ (select
+ (get_local $27)
(get_local $13)
- (i32.const 0)
+ (i32.lt_s
+ (get_local $13)
+ (i32.const 0)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
+ (i32.const 31)
)
(i32.const 31)
)
- (i32.const 31)
)
- )
- (if
- (i32.lt_s
- (i32.sub
- (get_local $40)
- (set_local $5
- (call $_fmt_u
- (get_local $6)
- (get_local $5)
- (get_local $52)
+ (if
+ (i32.lt_s
+ (i32.sub
+ (get_local $40)
+ (tee_local $5
+ (call $_fmt_u
+ (get_local $6)
+ (get_local $5)
+ (get_local $52)
+ )
)
)
+ (i32.const 2)
)
- (i32.const 2)
- )
- (loop $while-out$104 $while-in$105
- (i32.store8
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const -1)
+ (loop $while-in$105
+ (block $while-out$104
+ (i32.store8
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
)
- )
- (i32.const 48)
- )
- (if
- (i32.lt_s
- (i32.sub
- (get_local $40)
- (get_local $5)
+ (br_if $while-out$104
+ (i32.ge_s
+ (i32.sub
+ (get_local $40)
+ (get_local $5)
+ )
+ (i32.const 2)
+ )
)
- (i32.const 2)
+ (br $while-in$105)
)
- (get_local $5)
- (br $while-out$104)
)
- (br $while-in$105)
)
- (get_local $5)
- )
- (i32.store8
- (i32.add
- (get_local $5)
- (i32.const -1)
- )
- (i32.and
+ (i32.store8
(i32.add
- (i32.and
- (i32.shr_s
- (get_local $13)
- (i32.const 31)
+ (get_local $5)
+ (i32.const -1)
+ )
+ (i32.and
+ (i32.add
+ (i32.and
+ (i32.shr_s
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
+ (i32.const 43)
)
- (i32.const 43)
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (i32.store8
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const -2)
+ (i32.store8
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const -2)
+ )
+ )
+ (i32.and
+ (get_local $26)
+ (i32.const 255)
)
)
- (i32.and
- (get_local $26)
- (i32.const 255)
- )
- )
- (set_local $6
- (i32.sub
- (get_local $40)
- (get_local $5)
+ (set_local $6
+ (i32.sub
+ (get_local $40)
+ (get_local $5)
+ )
)
+ (get_local $5)
)
- (get_local $5)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (set_local $6
- (i32.add
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (tee_local $6
(i32.add
(i32.add
(i32.add
- (get_local $51)
- (i32.const 1)
+ (i32.add
+ (get_local $51)
+ (i32.const 1)
+ )
+ (get_local $15)
)
- (get_local $14)
+ (get_local $17)
)
- (get_local $17)
+ (get_local $6)
)
- (get_local $6)
)
+ (get_local $18)
)
- (get_local $18)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $39)
+ (get_local $51)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $39)
- (get_local $51)
+ (call $_pad
(get_local $0)
+ (i32.const 48)
+ (get_local $16)
+ (get_local $6)
+ (i32.xor
+ (get_local $18)
+ (i32.const 65536)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $16)
- (get_local $6)
- (i32.xor
- (get_local $18)
- (i32.const 65536)
- )
- )
- (block $do-once$106
- (if
- (get_local $10)
- (block
- (set_local $7
- (set_local $8
- (select
- (get_local $9)
- (get_local $7)
- (i32.gt_u
- (get_local $7)
+ (block $do-once$106
+ (if
+ (get_local $10)
+ (block
+ (set_local $7
+ (tee_local $8
+ (select
(get_local $9)
- )
- )
- )
- )
- (loop $while-out$108 $while-in$109
- (set_local $5
- (call $_fmt_u
- (i32.load
(get_local $7)
+ (i32.gt_u
+ (get_local $7)
+ (get_local $9)
+ )
)
- (i32.const 0)
- (get_local $45)
)
)
- (block $do-once$110
- (if
- (i32.eq
- (get_local $7)
- (get_local $8)
- )
- (block
- (if
- (i32.ne
- (get_local $5)
- (get_local $45)
+ (loop $while-in$109
+ (block $while-out$108
+ (set_local $5
+ (call $_fmt_u
+ (i32.load
+ (get_local $7)
)
- (br $do-once$110)
- )
- (i32.store8
- (get_local $53)
- (i32.const 48)
- )
- (set_local $5
- (get_local $53)
+ (i32.const 0)
+ (get_local $45)
)
)
- (block
+ (block $do-once$110
(if
- (i32.gt_u
- (get_local $5)
- (get_local $29)
+ (i32.eq
+ (get_local $7)
+ (get_local $8)
)
- (get_local $5)
- (br $do-once$110)
- )
- (loop $while-out$112 $while-in$113
- (i32.store8
- (set_local $5
- (i32.add
+ (block
+ (br_if $do-once$110
+ (i32.ne
(get_local $5)
- (i32.const -1)
+ (get_local $45)
)
)
- (i32.const 48)
+ (i32.store8
+ (get_local $53)
+ (i32.const 48)
+ )
+ (set_local $5
+ (get_local $53)
+ )
)
- (if
- (i32.gt_u
- (get_local $5)
- (get_local $29)
+ (block
+ (br_if $do-once$110
+ (i32.le_u
+ (get_local $5)
+ (get_local $29)
+ )
+ )
+ (loop $while-in$113
+ (block $while-out$112
+ (i32.store8
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
+ )
+ (br_if $while-out$112
+ (i32.le_u
+ (get_local $5)
+ (get_local $29)
+ )
+ )
+ (br $while-in$113)
+ )
)
- (get_local $5)
- (br $while-out$112)
)
- (br $while-in$113)
- )
- )
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $5)
- (i32.sub
- (get_local $75)
- (get_local $5)
- )
- (get_local $0)
- )
- )
- (if
- (i32.gt_u
- (set_local $7
- (i32.add
- (get_local $7)
- (i32.const 4)
)
)
- (get_local $9)
- )
- (block
- (set_local $5
- (get_local $7)
- )
- (br $while-out$108)
- )
- (get_local $7)
- )
- (br $while-in$109)
- )
- (block $do-once$114
- (if
- (i32.ne
- (get_local $1)
- (i32.const 0)
- )
- (block
- (br_if $do-once$114
- (i32.ne
+ (if
+ (i32.eq
(i32.and
(i32.load
(get_local $0)
@@ -7304,163 +7107,81 @@
)
(i32.const 0)
)
- )
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $0)
- )
- )
- )
- )
- (if
- (i32.and
- (i32.gt_s
- (get_local $14)
- (i32.const 0)
- )
- (i32.lt_u
- (get_local $5)
- (get_local $23)
- )
- )
- (loop $while-out$116 $while-in$117
- (if
- (i32.gt_u
- (set_local $1
- (call $_fmt_u
- (i32.load
+ (drop
+ (call $___fwritex
+ (get_local $5)
+ (i32.sub
+ (get_local $75)
(get_local $5)
)
- (i32.const 0)
- (get_local $45)
+ (get_local $0)
)
)
- (get_local $29)
)
- (loop $while-out$118 $while-in$119
- (i32.store8
- (set_local $1
+ (if
+ (i32.gt_u
+ (tee_local $7
(i32.add
- (get_local $1)
- (i32.const -1)
+ (get_local $7)
+ (i32.const 4)
)
)
- (i32.const 48)
+ (get_local $9)
)
- (if
- (i32.gt_u
- (get_local $1)
- (get_local $29)
+ (block
+ (set_local $5
+ (get_local $7)
)
- (get_local $1)
- (br $while-out$118)
+ (br $while-out$108)
)
- (br $while-in$119)
)
- (get_local $1)
+ (br $while-in$109)
)
+ )
+ (block $do-once$114
(if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
+ (i32.ne
(get_local $1)
- (select
- (i32.const 9)
- (get_local $14)
- (i32.gt_s
- (get_local $14)
- (i32.const 9)
- )
- )
- (get_local $0)
- )
- )
- (set_local $1
- (i32.add
- (get_local $14)
- (i32.const -9)
+ (i32.const 0)
)
- )
- (if
- (i32.and
- (i32.gt_s
- (get_local $14)
- (i32.const 9)
- )
- (i32.lt_u
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 4)
+ (block
+ (br_if $do-once$114
+ (i32.ne
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
+ (i32.const 0)
)
- (get_local $23)
)
- )
- (set_local $14
- (get_local $1)
- )
- (block
- (set_local $14
- (get_local $1)
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $0)
+ )
)
- (br $while-out$116)
)
)
- (br $while-in$117)
)
- (get_local $14)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (i32.add
- (get_local $14)
- (i32.const 9)
- )
- (i32.const 9)
- (i32.const 0)
- )
- )
- (block
- (set_local $11
- (select
- (get_local $23)
- (i32.add
- (get_local $7)
- (i32.const 4)
- )
- (get_local $11)
- )
- )
- (if
- (i32.gt_s
- (get_local $14)
- (i32.const -1)
- )
- (block
- (set_local $9
- (i32.eq
- (get_local $8)
+ (if
+ (i32.and
+ (i32.gt_s
+ (get_local $15)
(i32.const 0)
)
+ (i32.lt_u
+ (get_local $5)
+ (get_local $23)
+ )
)
- (set_local $5
- (get_local $7)
- )
- (loop $while-out$120 $while-in$121
- (set_local $8
+ (loop $while-in$117
+ (block $while-out$116
(if
- (i32.eq
- (set_local $1
+ (i32.gt_u
+ (tee_local $1
(call $_fmt_u
(i32.load
(get_local $5)
@@ -7469,834 +7190,976 @@
(get_local $45)
)
)
- (get_local $45)
+ (get_local $29)
)
- (block
- (i32.store8
- (get_local $53)
- (i32.const 48)
+ (loop $while-in$119
+ (block $while-out$118
+ (i32.store8
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
+ )
+ (br_if $while-out$118
+ (i32.le_u
+ (get_local $1)
+ (get_local $29)
+ )
+ )
+ (br $while-in$119)
)
- (get_local $53)
)
- (get_local $1)
)
- )
- (block $do-once$122
(if
(i32.eq
- (get_local $5)
- (get_local $7)
- )
- (block
- (set_local $1
- (i32.add
- (get_local $8)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $8)
- (i32.const 1)
+ (i32.and
+ (i32.load
(get_local $0)
)
+ (i32.const 32)
)
- (if
- (i32.and
- (get_local $9)
- (i32.lt_s
- (get_local $14)
- (i32.const 1)
+ (i32.const 0)
+ )
+ (drop
+ (call $___fwritex
+ (get_local $1)
+ (select
+ (i32.const 9)
+ (get_local $15)
+ (i32.gt_s
+ (get_local $15)
+ (i32.const 9)
)
)
- (br $do-once$122)
+ (get_local $0)
)
- (if
- (i32.ne
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
+ )
+ )
+ (set_local $1
+ (i32.add
+ (get_local $15)
+ (i32.const -9)
+ )
+ )
+ (if
+ (i32.and
+ (i32.gt_s
+ (get_local $15)
+ (i32.const 9)
+ )
+ (i32.lt_u
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 4)
)
- (i32.const 0)
)
- (br $do-once$122)
- )
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $0)
+ (get_local $23)
)
)
+ (set_local $15
+ (get_local $1)
+ )
(block
+ (set_local $15
+ (get_local $1)
+ )
+ (br $while-out$116)
+ )
+ )
+ (br $while-in$117)
+ )
+ )
+ )
+ (call $_pad
+ (get_local $0)
+ (i32.const 48)
+ (i32.add
+ (get_local $15)
+ (i32.const 9)
+ )
+ (i32.const 9)
+ (i32.const 0)
+ )
+ )
+ (block
+ (set_local $11
+ (select
+ (get_local $23)
+ (i32.add
+ (get_local $7)
+ (i32.const 4)
+ )
+ (get_local $11)
+ )
+ )
+ (if
+ (i32.gt_s
+ (get_local $15)
+ (i32.const -1)
+ )
+ (block
+ (set_local $9
+ (i32.eq
+ (get_local $8)
+ (i32.const 0)
+ )
+ )
+ (set_local $5
+ (get_local $7)
+ )
+ (loop $while-in$121
+ (block $while-out$120
+ (set_local $8
(if
- (i32.gt_u
- (get_local $8)
- (get_local $29)
- )
- (set_local $1
- (get_local $8)
+ (i32.eq
+ (tee_local $1
+ (call $_fmt_u
+ (i32.load
+ (get_local $5)
+ )
+ (i32.const 0)
+ (get_local $45)
+ )
+ )
+ (get_local $45)
)
(block
- (set_local $1
- (get_local $8)
+ (i32.store8
+ (get_local $53)
+ (i32.const 48)
)
- (br $do-once$122)
+ (get_local $53)
)
+ (get_local $1)
)
- (loop $while-out$124 $while-in$125
- (i32.store8
+ )
+ (block $do-once$122
+ (if
+ (i32.eq
+ (get_local $5)
+ (get_local $7)
+ )
+ (block
(set_local $1
(i32.add
- (get_local $1)
- (i32.const -1)
+ (get_local $8)
+ (i32.const 1)
+ )
+ )
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
+ )
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $8)
+ (i32.const 1)
+ (get_local $0)
+ )
+ )
+ (br_if $do-once$122
+ (i32.and
+ (get_local $9)
+ (i32.lt_s
+ (get_local $15)
+ (i32.const 1)
+ )
+ )
+ )
+ (br_if $do-once$122
+ (i32.ne
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
+ )
+ (i32.const 0)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $0)
)
)
- (i32.const 48)
)
- (if
- (i32.gt_u
- (get_local $1)
- (get_local $29)
+ (block
+ (if
+ (i32.gt_u
+ (get_local $8)
+ (get_local $29)
+ )
+ (set_local $1
+ (get_local $8)
+ )
+ (block
+ (set_local $1
+ (get_local $8)
+ )
+ (br $do-once$122)
+ )
+ )
+ (loop $while-in$125
+ (block $while-out$124
+ (i32.store8
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
+ )
+ (br_if $while-out$124
+ (i32.le_u
+ (get_local $1)
+ (get_local $29)
+ )
+ )
+ (br $while-in$125)
+ )
)
- (get_local $1)
- (br $while-out$124)
)
- (br $while-in$125)
- )
- )
- )
- )
- (set_local $8
- (i32.sub
- (get_local $75)
- (get_local $1)
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
)
- (i32.const 32)
)
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $1)
- (select
- (get_local $8)
- (get_local $14)
- (i32.gt_s
- (get_local $14)
- (get_local $8)
+ (set_local $8
+ (i32.sub
+ (get_local $75)
+ (get_local $1)
)
)
- (get_local $0)
- )
- )
- (if
- (i32.eqz
- (i32.and
- (i32.lt_u
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 4)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
)
+ (i32.const 32)
)
- (get_local $11)
+ (i32.const 0)
)
- (i32.gt_s
- (set_local $14
- (i32.sub
- (get_local $14)
+ (drop
+ (call $___fwritex
+ (get_local $1)
+ (select
(get_local $8)
+ (get_local $15)
+ (i32.gt_s
+ (get_local $15)
+ (get_local $8)
+ )
+ )
+ (get_local $0)
+ )
+ )
+ )
+ (br_if $while-out$120
+ (i32.eqz
+ (i32.and
+ (i32.lt_u
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 4)
+ )
+ )
+ (get_local $11)
+ )
+ (i32.gt_s
+ (tee_local $15
+ (i32.sub
+ (get_local $15)
+ (get_local $8)
+ )
+ )
+ (i32.const -1)
)
)
- (i32.const -1)
)
)
+ (br $while-in$121)
)
- (br $while-out$120)
)
- (br $while-in$121)
)
)
- (get_local $14)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (i32.add
- (get_local $14)
+ (call $_pad
+ (get_local $0)
+ (i32.const 48)
+ (i32.add
+ (get_local $15)
+ (i32.const 18)
+ )
(i32.const 18)
+ (i32.const 0)
)
- (i32.const 18)
- (i32.const 0)
- )
- (br_if $do-once$106
- (i32.ne
- (i32.and
- (i32.load
- (get_local $0)
+ (br_if $do-once$106
+ (i32.ne
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (call $___fwritex
- (get_local $13)
- (i32.sub
- (get_local $40)
- (get_local $13)
+ (drop
+ (call $___fwritex
+ (get_local $13)
+ (i32.sub
+ (get_local $40)
+ (get_local $13)
+ )
+ (get_local $0)
+ )
)
- (get_local $0)
)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $6)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
- )
- )
- (select
- (get_local $16)
- (get_local $6)
- (i32.lt_s
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
(get_local $6)
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (select
(get_local $16)
+ (get_local $6)
+ (i32.lt_s
+ (get_local $6)
+ (get_local $16)
+ )
)
)
- )
- (block
- (set_local $5
- (select
- (i32.const 4127)
- (i32.const 4131)
- (set_local $8
- (i32.ne
- (i32.and
- (get_local $26)
- (i32.const 32)
+ (block
+ (set_local $5
+ (select
+ (i32.const 4127)
+ (i32.const 4131)
+ (tee_local $8
+ (i32.ne
+ (i32.and
+ (get_local $26)
+ (i32.const 32)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
- )
- (set_local $6
- (select
- (i32.const 0)
- (get_local $51)
- (set_local $1
- (i32.or
- (f64.ne
- (get_local $15)
- (get_local $15)
+ (set_local $6
+ (select
+ (i32.const 0)
+ (get_local $51)
+ (tee_local $1
+ (i32.or
+ (f64.ne
+ (get_local $14)
+ (get_local $14)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
- )
- (set_local $8
- (select
+ (set_local $8
(select
- (i32.const 4135)
- (i32.const 4139)
- (get_local $8)
+ (select
+ (i32.const 4135)
+ (i32.const 4139)
+ (get_local $8)
+ )
+ (get_local $5)
+ (get_local $1)
)
- (get_local $5)
- (get_local $1)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (set_local $5
- (i32.add
- (get_local $6)
- (i32.const 3)
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (tee_local $5
+ (i32.add
+ (get_local $6)
+ (i32.const 3)
+ )
)
+ (get_local $7)
)
- (get_local $7)
- )
- (if
- (i32.eq
- (i32.and
- (if
- (i32.eq
- (i32.and
- (set_local $1
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (if
+ (i32.eq
+ (i32.and
+ (tee_local $1
+ (i32.load
+ (get_local $0)
+ )
)
+ (i32.const 32)
)
- (i32.const 32)
- )
- (i32.const 0)
- )
- (block
- (call $___fwritex
- (get_local $39)
- (get_local $6)
- (get_local $0)
+ (i32.const 0)
)
- (i32.load
- (get_local $0)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $39)
+ (get_local $6)
+ (get_local $0)
+ )
+ )
+ (i32.load
+ (get_local $0)
+ )
)
+ (get_local $1)
)
- (get_local $1)
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $8)
+ (i32.const 3)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $8)
- (i32.const 3)
+ (call $_pad
(get_local $0)
- )
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $5)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
- )
- )
- (select
- (get_local $16)
- (get_local $5)
- (i32.lt_s
+ (i32.const 32)
+ (get_local $16)
(get_local $5)
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (select
(get_local $16)
+ (get_local $5)
+ (i32.lt_s
+ (get_local $5)
+ (get_local $16)
+ )
)
)
)
)
)
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
- (set_local $8
- (get_local $21)
+ (set_local $47
+ (get_local $20)
)
- (br $label$continue$L1)
- )
- (set_local $47
- (get_local $20)
- )
- (set_local $37
- (get_local $18)
- )
- (set_local $42
- (get_local $10)
- )
- (set_local $43
- (i32.const 0)
- )
- (set_local $48
- (i32.const 4091)
- )
- (set_local $49
- (get_local $28)
- )
- )
- (block $label$break$L308
- (if
- (i32.eq
- (get_local $12)
- (i32.const 64)
+ (set_local $37
+ (get_local $18)
)
- (block
- (set_local $7
- (i32.and
- (get_local $68)
- (i32.const 32)
- )
+ (set_local $42
+ (get_local $10)
+ )
+ (set_local $43
+ (i32.const 0)
+ )
+ (set_local $48
+ (i32.const 4091)
+ )
+ (set_local $49
+ (get_local $28)
+ )
+ )
+ (block $label$break$L308
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 64)
)
- (set_local $58
- (if
+ (block
+ (set_local $7
(i32.and
- (i32.eq
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
+ (get_local $68)
+ (i32.const 32)
+ )
+ )
+ (set_local $58
+ (if
+ (i32.and
+ (i32.eq
+ (tee_local $5
+ (i32.load
+ (tee_local $1
+ (get_local $19)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (i32.eq
- (set_local $1
- (i32.load offset=4
- (get_local $1)
+ (i32.eq
+ (tee_local $1
+ (i32.load offset=4
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- )
- (block
- (set_local $34
- (get_local $46)
- )
- (set_local $32
- (get_local $57)
)
- (set_local $35
- (i32.const 0)
- )
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $28)
- )
- (block
- (set_local $6
+ (block
+ (set_local $34
+ (get_local $46)
+ )
+ (set_local $32
+ (get_local $57)
+ )
+ (set_local $35
+ (i32.const 0)
+ )
+ (set_local $36
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 77)
+ )
(get_local $28)
)
- (loop $while-out$129 $while-in$130
- (i32.store8
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -1)
+ (block
+ (set_local $6
+ (get_local $28)
+ )
+ (loop $while-in$130
+ (block $while-out$129
+ (i32.store8
+ (tee_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const -1)
+ )
+ )
+ (i32.and
+ (i32.or
+ (i32.and
+ (i32.load8_s
+ (i32.add
+ (i32.and
+ (get_local $5)
+ (i32.const 15)
+ )
+ (i32.const 4075)
+ )
+ )
+ (i32.const 255)
+ )
+ (get_local $7)
+ )
+ (i32.const 255)
+ )
)
- )
- (i32.and
- (i32.or
+ (br_if $while-out$129
(i32.and
- (i32.load8_s
- (i32.add
- (i32.and
+ (i32.eq
+ (tee_local $5
+ (call $_bitshift64Lshr
(get_local $5)
- (i32.const 15)
+ (get_local $1)
+ (i32.const 4)
)
- (i32.const 4075)
)
+ (i32.const 0)
+ )
+ (i32.eq
+ (tee_local $1
+ (get_global $tempRet0)
+ )
+ (i32.const 0)
)
- (i32.const 255)
)
- (get_local $7)
)
- (i32.const 255)
+ (br $while-in$130)
)
)
(if
- (i32.and
+ (i32.or
(i32.eq
- (set_local $5
- (call $_bitshift64Lshr
- (get_local $5)
- (get_local $1)
- (i32.const 4)
- )
+ (i32.and
+ (get_local $46)
+ (i32.const 8)
)
(i32.const 0)
)
- (i32.eq
- (set_local $1
+ (i32.and
+ (i32.eq
(i32.load
- (i32.const 168)
+ (tee_local $1
+ (get_local $19)
+ )
)
+ (i32.const 0)
+ )
+ (i32.eq
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
- (br $while-out$129)
- )
- (br $while-in$130)
- )
- (if
- (i32.or
- (i32.eq
- (i32.and
+ (block
+ (set_local $34
(get_local $46)
- (i32.const 8)
)
- (i32.const 0)
- )
- (i32.and
- (i32.eq
- (i32.load
- (set_local $1
- (get_local $19)
- )
- )
- (i32.const 0)
+ (set_local $32
+ (get_local $57)
)
- (i32.eq
- (i32.load offset=4
- (get_local $1)
- )
+ (set_local $35
(i32.const 0)
)
- )
- )
- (block
- (set_local $34
- (get_local $46)
- )
- (set_local $32
- (get_local $57)
- )
- (set_local $35
- (i32.const 0)
- )
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $6)
- )
- (block
- (set_local $34
- (get_local $46)
- )
- (set_local $32
- (get_local $57)
- )
- (set_local $35
- (i32.const 2)
- )
- (set_local $36
- (i32.add
+ (set_local $36
(i32.const 4091)
- (i32.shr_s
- (get_local $68)
- (i32.const 4)
- )
)
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
)
- (set_local $12
- (i32.const 77)
+ (block
+ (set_local $34
+ (get_local $46)
+ )
+ (set_local $32
+ (get_local $57)
+ )
+ (set_local $35
+ (i32.const 2)
+ )
+ (set_local $36
+ (i32.add
+ (i32.const 4091)
+ (i32.shr_s
+ (get_local $68)
+ (i32.const 4)
+ )
+ )
+ )
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
)
- (get_local $6)
)
)
)
)
)
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 76)
- )
- (block
- (set_local $58
- (call $_fmt_u
- (get_local $33)
- (get_local $59)
- (get_local $28)
- )
- )
- (set_local $34
- (get_local $18)
- )
- (set_local $32
- (get_local $10)
- )
- (set_local $35
- (get_local $60)
- )
- (set_local $36
- (get_local $61)
- )
- (set_local $12
- (i32.const 77)
- )
- )
(if
(i32.eq
(get_local $12)
- (i32.const 82)
+ (i32.const 76)
)
(block
- (set_local $12
- (i32.const 0)
- )
- (set_local $5
- (i32.eq
- (set_local $1
- (call $_memchr
- (get_local $50)
- (i32.const 0)
- (get_local $10)
- )
- )
- (i32.const 0)
+ (set_local $58
+ (call $_fmt_u
+ (get_local $33)
+ (get_local $59)
+ (get_local $28)
)
)
- (set_local $47
- (get_local $50)
- )
- (set_local $37
- (get_local $7)
+ (set_local $34
+ (get_local $18)
)
- (set_local $42
- (select
- (get_local $10)
- (i32.sub
- (get_local $1)
- (get_local $50)
- )
- (get_local $5)
- )
+ (set_local $32
+ (get_local $10)
)
- (set_local $43
- (i32.const 0)
+ (set_local $35
+ (get_local $60)
)
- (set_local $48
- (i32.const 4091)
+ (set_local $36
+ (get_local $61)
)
- (set_local $49
- (select
- (i32.add
- (get_local $50)
- (get_local $10)
- )
- (get_local $1)
- (get_local $5)
- )
+ (set_local $12
+ (i32.const 77)
)
)
(if
(i32.eq
(get_local $12)
- (i32.const 86)
+ (i32.const 82)
)
(block
(set_local $12
(i32.const 0)
)
- (set_local $7
- (i32.const 0)
- )
(set_local $5
- (i32.const 0)
- )
- (set_local $6
- (i32.load
- (get_local $19)
- )
- )
- (loop $while-out$131 $while-in$132
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (get_local $6)
- )
- )
- (i32.const 0)
- )
- (br $while-out$131)
- )
- (if
- (i32.or
- (i32.lt_s
- (set_local $5
- (call $_wctomb
- (get_local $63)
- (get_local $1)
- )
- )
+ (i32.eq
+ (tee_local $1
+ (call $_memchr
+ (get_local $50)
(i32.const 0)
- )
- (i32.gt_u
- (get_local $5)
- (i32.sub
- (get_local $69)
- (get_local $7)
- )
+ (get_local $10)
)
)
- (br $while-out$131)
- )
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const 4)
- )
+ (i32.const 0)
)
- (if
- (i32.gt_u
- (get_local $69)
- (set_local $1
- (i32.add
- (get_local $5)
- (get_local $7)
- )
- )
- )
- (set_local $7
+ )
+ (set_local $47
+ (get_local $50)
+ )
+ (set_local $37
+ (get_local $7)
+ )
+ (set_local $42
+ (select
+ (get_local $10)
+ (i32.sub
(get_local $1)
+ (get_local $50)
)
- (block
- (set_local $7
- (get_local $1)
- )
- (br $while-out$131)
- )
- )
- (br $while-in$132)
- )
- (if
- (i32.lt_s
(get_local $5)
- (i32.const 0)
)
- (block
- (set_local $24
- (i32.const -1)
+ )
+ (set_local $43
+ (i32.const 0)
+ )
+ (set_local $48
+ (i32.const 4091)
+ )
+ (set_local $49
+ (select
+ (i32.add
+ (get_local $50)
+ (get_local $10)
)
- (br $label$break$L1)
+ (get_local $1)
+ (get_local $5)
)
)
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $7)
- (get_local $18)
+ )
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 86)
)
- (if
- (i32.eq
- (get_local $7)
+ (block
+ (set_local $12
(i32.const 0)
)
- (block
- (set_local $38
- (i32.const 0)
- )
- (set_local $12
- (i32.const 98)
- )
+ (set_local $7
+ (i32.const 0)
)
- (block
- (set_local $6
- (i32.const 0)
- )
- (set_local $8
- (i32.load
- (get_local $19)
- )
+ (set_local $5
+ (i32.const 0)
+ )
+ (set_local $6
+ (i32.load
+ (get_local $19)
)
- (loop $while-out$133 $while-in$134
- (if
+ )
+ (loop $while-in$132
+ (block $while-out$131
+ (br_if $while-out$131
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (get_local $8)
+ (get_local $6)
)
)
(i32.const 0)
)
- (block
- (set_local $38
- (get_local $7)
+ )
+ (br_if $while-out$131
+ (i32.or
+ (i32.lt_s
+ (tee_local $5
+ (call $_wctomb
+ (get_local $63)
+ (get_local $1)
+ )
+ )
+ (i32.const 0)
)
- (set_local $12
- (i32.const 98)
+ (i32.gt_u
+ (get_local $5)
+ (i32.sub
+ (get_local $69)
+ (get_local $7)
+ )
)
- (br $label$break$L308)
)
)
- (set_local $8
+ (set_local $6
(i32.add
- (get_local $8)
+ (get_local $6)
(i32.const 4)
)
)
(if
- (i32.gt_s
- (set_local $1
+ (i32.gt_u
+ (get_local $69)
+ (tee_local $1
(i32.add
- (set_local $5
- (call $_wctomb
- (get_local $63)
- (get_local $1)
- )
- )
- (get_local $6)
+ (get_local $5)
+ (get_local $7)
)
)
- (get_local $7)
+ )
+ (set_local $7
+ (get_local $1)
)
(block
- (set_local $38
- (get_local $7)
- )
- (set_local $12
- (i32.const 98)
+ (set_local $7
+ (get_local $1)
)
- (br $label$break$L308)
+ (br $while-out$131)
)
)
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $63)
- (get_local $5)
- (get_local $0)
- )
+ (br $while-in$132)
+ )
+ )
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
+ (block
+ (set_local $24
+ (i32.const -1)
)
- (if
- (i32.lt_u
- (get_local $1)
- (get_local $7)
- )
- (set_local $6
- (get_local $1)
+ (br $label$break$L1)
+ )
+ )
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (get_local $7)
+ (get_local $18)
+ )
+ (if
+ (i32.eq
+ (get_local $7)
+ (i32.const 0)
+ )
+ (block
+ (set_local $38
+ (i32.const 0)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ )
+ (block
+ (set_local $6
+ (i32.const 0)
+ )
+ (set_local $8
+ (i32.load
+ (get_local $19)
)
- (block
- (set_local $38
- (get_local $7)
+ )
+ (loop $while-in$134
+ (block $while-out$133
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (get_local $8)
+ )
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $38
+ (get_local $7)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
)
- (set_local $12
- (i32.const 98)
+ (set_local $8
+ (i32.add
+ (get_local $8)
+ (i32.const 4)
+ )
+ )
+ (if
+ (i32.gt_s
+ (tee_local $1
+ (i32.add
+ (tee_local $5
+ (call $_wctomb
+ (get_local $63)
+ (get_local $1)
+ )
+ )
+ (get_local $6)
+ )
+ )
+ (get_local $7)
+ )
+ (block
+ (set_local $38
+ (get_local $7)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
+ )
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
+ )
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $63)
+ (get_local $5)
+ (get_local $0)
+ )
+ )
+ (if
+ (i32.lt_u
+ (get_local $1)
+ (get_local $7)
+ )
+ (set_local $6
+ (get_local $1)
+ )
+ (block
+ (set_local $38
+ (get_local $7)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ (br $while-out$133)
+ )
)
- (br $while-out$133)
+ (br $while-in$134)
)
)
- (br $while-in$134)
)
)
)
@@ -8305,267 +8168,267 @@
)
)
)
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 98)
- )
- (block
- (set_local $12
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 98)
)
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $38)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
+ (block
+ (set_local $12
+ (i32.const 0)
)
- )
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (select
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
(get_local $16)
(get_local $38)
- (i32.gt_s
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (set_local $20
+ (get_local $9)
+ )
+ (set_local $1
+ (select
(get_local $16)
(get_local $38)
+ (i32.gt_s
+ (get_local $16)
+ (get_local $38)
+ )
)
)
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
- (set_local $8
- (get_local $21)
- )
- (br $label$continue$L1)
- )
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 77)
)
- (block
- (set_local $12
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 77)
)
- (set_local $5
- (select
- (i32.and
- (get_local $34)
- (i32.const -65537)
- )
- (get_local $34)
- (i32.gt_s
- (get_local $32)
- (i32.const -1)
- )
+ (block
+ (set_local $12
+ (i32.const 0)
)
- )
- (set_local $47
- (if
- (i32.or
- (i32.ne
+ (set_local $5
+ (select
+ (i32.and
+ (get_local $34)
+ (i32.const -65537)
+ )
+ (get_local $34)
+ (i32.gt_s
(get_local $32)
- (i32.const 0)
+ (i32.const -1)
)
- (set_local $1
- (i32.or
- (i32.ne
- (i32.load
- (set_local $1
- (get_local $19)
+ )
+ )
+ (set_local $47
+ (if
+ (i32.or
+ (i32.ne
+ (get_local $32)
+ (i32.const 0)
+ )
+ (tee_local $1
+ (i32.or
+ (i32.ne
+ (i32.load
+ (tee_local $1
+ (get_local $19)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (i32.ne
- (i32.load offset=4
- (get_local $1)
+ (i32.ne
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
- )
- (block
- (set_local $7
- (i32.gt_s
- (get_local $32)
- (set_local $1
- (i32.add
- (i32.xor
- (i32.and
- (get_local $1)
+ (block
+ (set_local $7
+ (i32.gt_s
+ (get_local $32)
+ (tee_local $1
+ (i32.add
+ (i32.xor
+ (i32.and
+ (get_local $1)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
- )
- (i32.sub
- (get_local $71)
- (get_local $58)
+ (i32.sub
+ (get_local $71)
+ (get_local $58)
+ )
)
)
)
)
- )
- (set_local $37
- (get_local $5)
- )
- (set_local $42
- (select
- (get_local $32)
- (get_local $1)
- (get_local $7)
+ (set_local $37
+ (get_local $5)
)
+ (set_local $42
+ (select
+ (get_local $32)
+ (get_local $1)
+ (get_local $7)
+ )
+ )
+ (set_local $43
+ (get_local $35)
+ )
+ (set_local $48
+ (get_local $36)
+ )
+ (set_local $49
+ (get_local $28)
+ )
+ (get_local $58)
)
- (set_local $43
- (get_local $35)
- )
- (set_local $48
- (get_local $36)
- )
- (set_local $49
- (get_local $28)
- )
- (get_local $58)
- )
- (block
- (set_local $37
- (get_local $5)
- )
- (set_local $42
- (i32.const 0)
- )
- (set_local $43
- (get_local $35)
- )
- (set_local $48
- (get_local $36)
- )
- (set_local $49
+ (block
+ (set_local $37
+ (get_local $5)
+ )
+ (set_local $42
+ (i32.const 0)
+ )
+ (set_local $43
+ (get_local $35)
+ )
+ (set_local $48
+ (get_local $36)
+ )
+ (set_local $49
+ (get_local $28)
+ )
(get_local $28)
)
- (get_local $28)
)
)
)
)
- )
- (set_local $1
- (i32.lt_s
- (get_local $42)
- (set_local $7
- (i32.sub
- (get_local $49)
- (get_local $47)
+ (set_local $1
+ (i32.lt_s
+ (get_local $42)
+ (tee_local $7
+ (i32.sub
+ (get_local $49)
+ (get_local $47)
+ )
)
)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $16)
- (set_local $1
- (i32.add
- (get_local $43)
- (set_local $6
- (select
- (get_local $7)
- (get_local $42)
- (get_local $1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $16)
+ (tee_local $1
+ (i32.add
+ (get_local $43)
+ (tee_local $6
+ (select
+ (get_local $7)
+ (get_local $42)
+ (get_local $1)
+ )
)
)
)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (set_local $5
- (select
- (get_local $1)
- (get_local $16)
- (get_local $5)
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (tee_local $5
+ (select
+ (get_local $1)
+ (get_local $16)
+ (get_local $5)
+ )
)
+ (get_local $1)
+ (get_local $37)
)
- (get_local $1)
- (get_local $37)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $48)
+ (get_local $43)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $48)
- (get_local $43)
+ (call $_pad
(get_local $0)
+ (i32.const 48)
+ (get_local $5)
+ (get_local $1)
+ (i32.xor
+ (get_local $37)
+ (i32.const 65536)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $5)
- (get_local $1)
- (i32.xor
- (get_local $37)
- (i32.const 65536)
+ (call $_pad
+ (get_local $0)
+ (i32.const 48)
+ (get_local $6)
+ (get_local $7)
+ (i32.const 0)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $6)
- (get_local $7)
- (i32.const 0)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $47)
+ (get_local $7)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $47)
- (get_local $7)
+ (call $_pad
(get_local $0)
+ (i32.const 32)
+ (get_local $5)
+ (get_local $1)
+ (i32.xor
+ (get_local $37)
+ (i32.const 8192)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $5)
- (get_local $1)
- (i32.xor
- (get_local $37)
- (i32.const 8192)
+ (set_local $20
+ (get_local $9)
)
+ (set_local $1
+ (get_local $5)
+ )
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (get_local $5)
- )
- (set_local $8
- (get_local $21)
- )
- (br $label$continue$L1)
)
(block $label$break$L343
(if
@@ -8590,103 +8453,105 @@
(set_local $1
(i32.const 1)
)
- (loop $while-out$136 $while-in$137
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $1)
- (i32.const 2)
+ (loop $while-in$137
+ (block $while-out$136
+ (br_if $while-out$136
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
)
)
)
- )
- (i32.const 0)
- )
- (br $while-out$136)
- )
- (call $_pop_arg_336
- (i32.add
- (get_local $3)
- (i32.shl
- (get_local $1)
- (i32.const 3)
+ (i32.const 0)
)
)
- (get_local $0)
- (get_local $2)
- )
- (if
- (i32.lt_s
- (set_local $1
- (i32.add
+ (call $_pop_arg_336
+ (i32.add
+ (get_local $3)
+ (i32.shl
(get_local $1)
- (i32.const 1)
+ (i32.const 3)
)
)
- (i32.const 10)
+ (get_local $0)
+ (get_local $2)
)
- (get_local $1)
- (block
- (set_local $24
- (i32.const 1)
+ (if
+ (i32.ge_s
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (i32.const 10)
+ )
+ (block
+ (set_local $24
+ (i32.const 1)
+ )
+ (br $label$break$L343)
)
- (br $label$break$L343)
)
+ (br $while-in$137)
)
- (br $while-in$137)
)
(if
(i32.lt_s
(get_local $1)
(i32.const 10)
)
- (loop $while-out$138 $while-in$139
- (set_local $0
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (loop $while-in$139
+ (block $while-out$138
+ (set_local $0
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (if
- (i32.ne
- (i32.load
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $1)
- (i32.const 2)
+ (if
+ (i32.ne
+ (i32.load
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L343)
)
- (br $label$break$L343)
- )
- )
- (if
- (i32.lt_s
- (get_local $0)
- (i32.const 10)
)
- (set_local $1
- (get_local $0)
- )
- (block
- (set_local $24
- (i32.const 1)
+ (if
+ (i32.lt_s
+ (get_local $0)
+ (i32.const 10)
+ )
+ (set_local $1
+ (get_local $0)
+ )
+ (block
+ (set_local $24
+ (i32.const 1)
+ )
+ (br $while-out$138)
)
- (br $while-out$138)
)
+ (br $while-in$139)
)
- (br $while-in$139)
)
(set_local $24
(i32.const 1)
@@ -8700,8 +8565,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $31)
)
(get_local $24)
@@ -8710,9 +8574,6 @@
(local $3 i32)
(local $4 f64)
(local $5 i32)
- (i32.load
- (i32.const 8)
- )
(block $label$break$L1
(if
(i32.le_u
@@ -8739,7 +8600,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8767,7 +8628,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8808,7 +8669,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8840,8 +8701,8 @@
)
(set_local $5
(i32.load
- (set_local $3
- (set_local $1
+ (tee_local $3
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8879,7 +8740,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8903,7 +8764,7 @@
(i32.shr_s
(i32.shl
(i32.lt_s
- (set_local $1
+ (tee_local $1
(i32.shr_s
(i32.shl
(i32.and
@@ -8934,7 +8795,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8969,7 +8830,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8993,7 +8854,7 @@
(i32.shr_s
(i32.shl
(i32.lt_s
- (set_local $1
+ (tee_local $1
(i32.shr_s
(i32.shl
(i32.and
@@ -9024,7 +8885,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -9059,7 +8920,7 @@
)
(set_local $4
(f64.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -9087,7 +8948,7 @@
)
(set_local $4
(f64.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -9118,9 +8979,6 @@
(func $_fmt_u (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $0
(if
(i32.or
@@ -9146,74 +9004,71 @@
(set_local $4
(get_local $1)
)
- (loop $while-out$0 $while-in$1
- (set_local $0
- (call $___uremdi3
- (get_local $3)
- (get_local $4)
- (i32.const 10)
- (i32.const 0)
- )
- )
- (i32.load
- (i32.const 168)
- )
- (i32.store8
- (set_local $2
- (i32.add
- (get_local $2)
- (i32.const -1)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $0
+ (call $___uremdi3
+ (get_local $3)
+ (get_local $4)
+ (i32.const 10)
+ (i32.const 0)
)
)
- (i32.and
- (i32.or
- (get_local $0)
- (i32.const 48)
+ (i32.store8
+ (tee_local $2
+ (i32.add
+ (get_local $2)
+ (i32.const -1)
+ )
+ )
+ (i32.and
+ (i32.or
+ (get_local $0)
+ (i32.const 48)
+ )
+ (i32.const 255)
)
- (i32.const 255)
- )
- )
- (set_local $0
- (call $___udivdi3
- (get_local $3)
- (get_local $4)
- (i32.const 10)
- (i32.const 0)
- )
- )
- (set_local $1
- (i32.load
- (i32.const 168)
)
- )
- (if
- (i32.or
- (i32.gt_u
+ (set_local $0
+ (call $___udivdi3
+ (get_local $3)
(get_local $4)
- (i32.const 9)
+ (i32.const 10)
+ (i32.const 0)
)
- (i32.and
- (i32.eq
+ )
+ (set_local $1
+ (get_global $tempRet0)
+ )
+ (if
+ (i32.or
+ (i32.gt_u
(get_local $4)
(i32.const 9)
)
- (i32.gt_u
- (get_local $3)
- (i32.const -1)
+ (i32.and
+ (i32.eq
+ (get_local $4)
+ (i32.const 9)
+ )
+ (i32.gt_u
+ (get_local $3)
+ (i32.const -1)
+ )
)
)
- )
- (block
- (set_local $3
- (get_local $0)
- )
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $3
+ (get_local $0)
+ )
+ (set_local $4
+ (get_local $1)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(set_local $3
(get_local $0)
@@ -9229,62 +9084,63 @@
)
)
(if
- (i32.eq
+ (i32.ne
(get_local $3)
(i32.const 0)
)
- (get_local $0)
(block
(set_local $1
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (i32.store8
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const -1)
+ (loop $while-in$3
+ (block $while-out$2
+ (i32.store8
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
)
- )
- (i32.and
- (i32.or
- (i32.and
- (call_import $i32u-rem
- (get_local $3)
- (i32.const 10)
+ (i32.and
+ (i32.or
+ (i32.and
+ (call_import $i32u-rem
+ (get_local $3)
+ (i32.const 10)
+ )
+ (i32.const -1)
)
- (i32.const -1)
+ (i32.const 48)
)
- (i32.const 48)
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (set_local $0
- (i32.and
- (call_import $i32u-div
+ (set_local $0
+ (i32.and
+ (call_import $i32u-div
+ (get_local $3)
+ (i32.const 10)
+ )
+ (i32.const -1)
+ )
+ )
+ (if
+ (i32.lt_u
(get_local $3)
(i32.const 10)
)
- (i32.const -1)
- )
- )
- (if
- (i32.lt_u
- (get_local $3)
- (i32.const 10)
- )
- (block
- (set_local $0
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $1)
+ )
+ (br $while-out$2)
+ )
+ (set_local $3
+ (get_local $0)
)
- (br $while-out$2)
- )
- (set_local $3
- (get_local $0)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -9295,27 +9151,18 @@
(local $6 i32)
(local $7 i32)
(set_local $7
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 256)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -9340,7 +9187,7 @@
(block
(set_local $4
(i32.gt_u
- (set_local $5
+ (tee_local $5
(i32.sub
(get_local $2)
(get_local $3)
@@ -9349,19 +9196,21 @@
(i32.const 256)
)
)
- (call $_memset
- (get_local $6)
- (get_local $1)
- (select
- (i32.const 256)
- (get_local $5)
- (get_local $4)
+ (drop
+ (call $_memset
+ (get_local $6)
+ (get_local $1)
+ (select
+ (i32.const 256)
+ (get_local $5)
+ (get_local $4)
+ )
)
)
(set_local $4
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -9386,44 +9235,47 @@
(set_local $3
(get_local $5)
)
- (loop $while-out$2 $while-in$3
- (set_local $4
- (i32.eq
- (i32.and
- (set_local $1
- (if
- (get_local $4)
- (block
- (call $___fwritex
- (get_local $6)
- (i32.const 256)
- (get_local $0)
- )
- (i32.load
- (get_local $0)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $4
+ (i32.eq
+ (i32.and
+ (tee_local $1
+ (if
+ (get_local $4)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $6)
+ (i32.const 256)
+ (get_local $0)
+ )
+ )
+ (i32.load
+ (get_local $0)
+ )
)
+ (get_local $1)
)
- (get_local $1)
)
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (if
- (i32.le_u
- (set_local $3
- (i32.add
- (get_local $3)
- (i32.const -256)
+ (br_if $while-out$2
+ (i32.le_u
+ (tee_local $3
+ (i32.add
+ (get_local $3)
+ (i32.const -256)
+ )
)
+ (i32.const 255)
)
- (i32.const 255)
)
- (br $while-out$2)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $1
(i32.and
@@ -9431,10 +9283,10 @@
(i32.const 255)
)
)
- (if
- (get_local $4)
- (get_local $1)
- (br $do-once$0)
+ (br_if $do-once$0
+ (i32.eqz
+ (get_local $4)
+ )
)
)
(if
@@ -9445,16 +9297,17 @@
(br $do-once$0)
)
)
- (call $___fwritex
- (get_local $6)
- (get_local $1)
- (get_local $0)
+ (drop
+ (call $___fwritex
+ (get_local $6)
+ (get_local $1)
+ (get_local $0)
+ )
)
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $7)
)
)
@@ -9505,9 +9358,6 @@
(local $44 i32)
(local $45 i32)
(local $46 i32)
- (i32.load
- (i32.const 8)
- )
(block $do-once$0
(if
(i32.lt_u
@@ -9518,16 +9368,16 @@
(if
(i32.ne
(i32.and
- (set_local $25
+ (tee_local $25
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 176)
)
)
- (set_local $22
+ (tee_local $22
(i32.shr_u
- (set_local $6
+ (tee_local $6
(select
(i32.const 16)
(i32.and
@@ -9555,18 +9405,18 @@
(block
(set_local $2
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
- (set_local $9
+ (tee_local $9
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $8
+ (tee_local $8
(i32.add
(i32.xor
(i32.and
@@ -9625,7 +9475,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(i32.const 12)
@@ -9651,7 +9501,7 @@
(i32.store offset=4
(get_local $1)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.shl
(get_local $8)
(i32.const 3)
@@ -9663,7 +9513,7 @@
(set_local $1
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $1)
@@ -9688,7 +9538,7 @@
(if
(i32.gt_u
(get_local $6)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 184)
)
@@ -9704,7 +9554,7 @@
(set_local $1
(i32.sub
(i32.const 0)
- (set_local $0
+ (tee_local $0
(i32.shl
(i32.const 2)
(get_local $22)
@@ -9715,7 +9565,7 @@
(set_local $1
(i32.sub
(i32.const 0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shl
(get_local $25)
@@ -9732,7 +9582,7 @@
(set_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.add
(i32.and
(get_local $0)
@@ -9748,27 +9598,27 @@
)
(set_local $0
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $9
+ (tee_local $9
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $8
+ (tee_local $8
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -9781,10 +9631,10 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -9796,10 +9646,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -9811,10 +9661,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -9884,7 +9734,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 12)
@@ -9920,14 +9770,14 @@
)
)
(i32.store offset=4
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(get_local $6)
)
)
(i32.or
- (set_local $9
+ (tee_local $9
(i32.sub
(i32.shl
(get_local $8)
@@ -9962,7 +9812,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $7)
(i32.const 3)
@@ -9977,12 +9827,12 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $2)
@@ -10011,9 +9861,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $8)
(i32.const 8)
@@ -10068,20 +9918,19 @@
)
)
(if
- (i32.eq
- (set_local $0
+ (i32.ne
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
(i32.const 0)
)
- (get_local $6)
(block
(set_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.add
(i32.and
(get_local $0)
@@ -10102,7 +9951,7 @@
(i32.sub
(i32.and
(i32.load offset=4
- (set_local $0
+ (tee_local $0
(i32.load offset=480
(i32.shl
(i32.add
@@ -10110,10 +9959,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -10126,10 +9975,10 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -10141,10 +9990,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -10156,10 +10005,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -10192,81 +10041,83 @@
(set_local $8
(get_local $0)
)
- (loop $while-out$6 $while-in$7
- (if
- (i32.eq
- (set_local $0
- (i32.load offset=16
- (get_local $4)
- )
- )
- (i32.const 0)
- )
+ (loop $while-in$7
+ (block $while-out$6
(if
(i32.eq
- (set_local $0
- (i32.load offset=20
+ (tee_local $0
+ (i32.load offset=16
(get_local $4)
)
)
(i32.const 0)
)
- (block
- (set_local $7
- (get_local $2)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load offset=20
+ (get_local $4)
+ )
+ )
+ (i32.const 0)
)
- (set_local $10
- (get_local $8)
+ (block
+ (set_local $7
+ (get_local $2)
+ )
+ (set_local $10
+ (get_local $8)
+ )
+ (br $while-out$6)
+ )
+ (set_local $1
+ (get_local $0)
)
- (br $while-out$6)
)
(set_local $1
(get_local $0)
)
)
- (set_local $1
- (get_local $0)
- )
- )
- (set_local $0
- (i32.lt_u
- (set_local $4
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (set_local $0
+ (i32.lt_u
+ (tee_local $4
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $6)
)
- (get_local $6)
)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (set_local $2
- (select
- (get_local $4)
- (get_local $2)
- (get_local $0)
+ (set_local $2
+ (select
+ (get_local $4)
+ (get_local $2)
+ (get_local $0)
+ )
)
- )
- (set_local $4
- (get_local $1)
- )
- (set_local $8
- (select
+ (set_local $4
(get_local $1)
- (get_local $8)
- (get_local $0)
)
+ (set_local $8
+ (select
+ (get_local $1)
+ (get_local $8)
+ (get_local $0)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(if
(i32.lt_u
(get_local $10)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -10277,7 +10128,7 @@
(if
(i32.ge_u
(get_local $10)
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $10)
(get_local $6)
@@ -10294,7 +10145,7 @@
(block $do-once$8
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load offset=12
(get_local $10)
)
@@ -10304,9 +10155,9 @@
(block
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $10)
(i32.const 20)
@@ -10318,9 +10169,9 @@
)
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $10)
(i32.const 16)
@@ -10344,56 +10195,58 @@
(get_local $2)
)
)
- (loop $while-out$10 $while-in$11
- (if
- (i32.ne
- (set_local $2
- (i32.load
- (set_local $5
- (i32.add
- (get_local $4)
- (i32.const 20)
+ (loop $while-in$11
+ (block $while-out$10
+ (if
+ (i32.ne
+ (tee_local $2
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $4)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $4
- (get_local $2)
- )
- (set_local $8
- (get_local $5)
+ (block
+ (set_local $4
+ (get_local $2)
+ )
+ (set_local $8
+ (get_local $5)
+ )
+ (br $while-in$11)
)
- (br $while-in$11)
)
- )
- (if
- (i32.eq
- (set_local $2
- (i32.load
- (set_local $5
- (i32.add
- (get_local $4)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $2
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $4)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$10)
- (block
- (set_local $4
- (get_local $2)
- )
- (set_local $8
- (get_local $5)
+ (br $while-out$10)
+ (block
+ (set_local $4
+ (get_local $2)
+ )
+ (set_local $8
+ (get_local $5)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -10415,7 +10268,7 @@
(block
(if
(i32.lt_u
- (set_local $4
+ (tee_local $4
(i32.load offset=8
(get_local $10)
)
@@ -10427,7 +10280,7 @@
(if
(i32.ne
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 12)
@@ -10441,7 +10294,7 @@
(if
(i32.eq
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $2)
(i32.const 8)
@@ -10479,11 +10332,11 @@
(i32.eq
(get_local $10)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.load offset=28
(get_local $10)
)
@@ -10537,7 +10390,7 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.const 16)
@@ -10566,7 +10419,7 @@
(if
(i32.lt_u
(get_local $15)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -10580,7 +10433,7 @@
)
(if
(i32.ne
- (set_local $1
+ (tee_local $1
(i32.load offset=16
(get_local $10)
)
@@ -10607,7 +10460,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=20
(get_local $10)
)
@@ -10646,7 +10499,7 @@
(i32.store offset=4
(get_local $10)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $7)
(get_local $6)
@@ -10658,7 +10511,7 @@
(set_local $1
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $10)
@@ -10700,7 +10553,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 184)
)
@@ -10718,7 +10571,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $0)
(i32.const 3)
@@ -10733,12 +10586,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $2)
@@ -10767,9 +10620,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 8)
@@ -10829,7 +10682,6 @@
)
)
)
- (get_local $6)
)
)
(if
@@ -10843,7 +10695,7 @@
(block
(set_local $5
(i32.and
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 11)
@@ -10854,7 +10706,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
@@ -10874,13 +10726,13 @@
(block $label$break$L123
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(i32.load offset=480
(i32.shl
- (set_local $12
+ (tee_local $12
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -10898,20 +10750,20 @@
(block
(set_local $7
(i32.shl
- (set_local $3
+ (tee_local $3
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
- (set_local $12
+ (tee_local $12
(i32.shl
(get_local $3)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
@@ -10934,11 +10786,11 @@
)
(get_local $3)
)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $12)
(get_local $7)
@@ -11034,83 +10886,85 @@
(set_local $36
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (if
- (i32.lt_u
- (set_local $16
- (i32.sub
- (set_local $3
- (i32.and
- (i32.load offset=4
- (get_local $23)
+ (loop $while-in$18
+ (block $while-out$17
+ (if
+ (i32.lt_u
+ (tee_local $16
+ (i32.sub
+ (tee_local $3
+ (i32.and
+ (i32.load offset=4
+ (get_local $23)
+ )
+ (i32.const -8)
)
- (i32.const -8)
)
+ (get_local $5)
)
- (get_local $5)
)
+ (get_local $7)
)
- (get_local $7)
- )
- (if
- (i32.eq
- (get_local $3)
- (get_local $5)
- )
- (block
- (set_local $26
- (get_local $16)
+ (if
+ (i32.eq
+ (get_local $3)
+ (get_local $5)
)
- (set_local $24
- (get_local $23)
+ (block
+ (set_local $26
+ (get_local $16)
+ )
+ (set_local $24
+ (get_local $23)
+ )
+ (set_local $29
+ (get_local $23)
+ )
+ (set_local $11
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $29
+ (set_local $36
(get_local $23)
)
- (set_local $11
- (i32.const 90)
- )
- (br $label$break$L123)
)
- (set_local $36
- (get_local $23)
+ (set_local $16
+ (get_local $7)
)
)
- (set_local $16
- (get_local $7)
- )
- )
- (set_local $7
- (i32.eq
- (set_local $3
- (i32.load offset=20
- (get_local $23)
+ (set_local $7
+ (i32.eq
+ (tee_local $3
+ (i32.load offset=20
+ (get_local $23)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $15
- (select
- (get_local $15)
- (get_local $3)
- (i32.or
- (get_local $7)
- (i32.eq
- (get_local $3)
- (set_local $3
- (i32.load
- (i32.add
+ (set_local $15
+ (select
+ (get_local $15)
+ (get_local $3)
+ (i32.or
+ (get_local $7)
+ (i32.eq
+ (get_local $3)
+ (tee_local $3
+ (i32.load
(i32.add
- (get_local $23)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $11)
- (i32.const 31)
+ (i32.add
+ (get_local $23)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $11)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
@@ -11118,51 +10972,51 @@
)
)
)
- )
- (set_local $11
- (i32.shl
- (get_local $11)
- (i32.xor
- (i32.and
- (set_local $7
- (i32.eq
- (get_local $3)
- (i32.const 0)
+ (set_local $11
+ (i32.shl
+ (get_local $11)
+ (i32.xor
+ (i32.and
+ (tee_local $7
+ (i32.eq
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (if
- (get_local $7)
- (block
- (set_local $31
- (get_local $16)
- )
- (set_local $32
- (get_local $15)
- )
- (set_local $28
- (get_local $36)
- )
- (set_local $11
- (i32.const 86)
- )
- (br $while-out$17)
- )
- (block
- (set_local $7
- (get_local $16)
+ (if
+ (get_local $7)
+ (block
+ (set_local $31
+ (get_local $16)
+ )
+ (set_local $32
+ (get_local $15)
+ )
+ (set_local $28
+ (get_local $36)
+ )
+ (set_local $11
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $23
- (get_local $3)
+ (block
+ (set_local $7
+ (get_local $16)
+ )
+ (set_local $23
+ (get_local $3)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -11174,7 +11028,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(if
(i32.and
(i32.eq
@@ -11190,7 +11044,7 @@
(set_local $7
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.shl
(i32.const 2)
(get_local $12)
@@ -11200,7 +11054,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.and
(get_local $0)
(i32.or
@@ -11221,7 +11075,7 @@
(set_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.add
(i32.and
(get_local $0)
@@ -11245,10 +11099,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
- (set_local $7
+ (tee_local $7
(i32.shr_u
(get_local $3)
(get_local $0)
@@ -11261,10 +11115,10 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $7)
(get_local $3)
@@ -11276,10 +11130,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $3)
(get_local $0)
@@ -11291,10 +11145,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $3)
(get_local $0)
@@ -11349,90 +11203,92 @@
(get_local $11)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $11
- (i32.const 0)
- )
- (set_local $0
- (i32.lt_u
- (set_local $3
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $24)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $11
+ (i32.const 0)
+ )
+ (set_local $0
+ (i32.lt_u
+ (tee_local $3
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $24)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $5)
)
- (get_local $5)
)
+ (get_local $26)
)
- (get_local $26)
- )
- )
- (set_local $17
- (select
- (get_local $3)
- (get_local $26)
- (get_local $0)
- )
- )
- (set_local $3
- (select
- (get_local $24)
- (get_local $29)
- (get_local $0)
)
- )
- (if
- (i32.ne
- (set_local $0
- (i32.load offset=16
- (get_local $24)
- )
+ (set_local $17
+ (select
+ (get_local $3)
+ (get_local $26)
+ (get_local $0)
)
- (i32.const 0)
)
- (block
- (set_local $26
- (get_local $17)
- )
- (set_local $24
+ (set_local $3
+ (select
+ (get_local $24)
+ (get_local $29)
(get_local $0)
)
- (set_local $29
- (get_local $3)
- )
- (br $while-in$20)
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load offset=20
- (get_local $24)
+ (if
+ (i32.ne
+ (tee_local $0
+ (i32.load offset=16
+ (get_local $24)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $13
- (get_local $3)
+ (block
+ (set_local $26
+ (get_local $17)
+ )
+ (set_local $24
+ (get_local $0)
+ )
+ (set_local $29
+ (get_local $3)
+ )
+ (br $while-in$20)
)
- (br $while-out$19)
)
- (block
- (set_local $26
- (get_local $17)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load offset=20
+ (get_local $24)
+ )
+ )
+ (i32.const 0)
)
- (set_local $24
- (get_local $0)
+ (block
+ (set_local $13
+ (get_local $3)
+ )
+ (br $while-out$19)
)
- (set_local $29
- (get_local $3)
+ (block
+ (set_local $26
+ (get_local $17)
+ )
+ (set_local $24
+ (get_local $0)
+ )
+ (set_local $29
+ (get_local $3)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -11457,7 +11313,7 @@
(if
(i32.lt_u
(get_local $13)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -11468,7 +11324,7 @@
(if
(i32.ge_u
(get_local $13)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $13)
(get_local $5)
@@ -11485,7 +11341,7 @@
(block $do-once$21
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load offset=12
(get_local $13)
)
@@ -11495,9 +11351,9 @@
(block
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $13)
(i32.const 20)
@@ -11509,9 +11365,9 @@
)
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $13)
(i32.const 16)
@@ -11535,56 +11391,58 @@
(get_local $2)
)
)
- (loop $while-out$23 $while-in$24
- (if
- (i32.ne
- (set_local $2
- (i32.load
- (set_local $7
- (i32.add
- (get_local $8)
- (i32.const 20)
+ (loop $while-in$24
+ (block $while-out$23
+ (if
+ (i32.ne
+ (tee_local $2
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $8)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $8
- (get_local $2)
- )
- (set_local $9
- (get_local $7)
+ (block
+ (set_local $8
+ (get_local $2)
+ )
+ (set_local $9
+ (get_local $7)
+ )
+ (br $while-in$24)
)
- (br $while-in$24)
)
- )
- (if
- (i32.eq
- (set_local $2
- (i32.load
- (set_local $7
- (i32.add
- (get_local $8)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $2
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $8)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$23)
- (block
- (set_local $8
- (get_local $2)
- )
- (set_local $9
- (get_local $7)
+ (br $while-out$23)
+ (block
+ (set_local $8
+ (get_local $2)
+ )
+ (set_local $9
+ (get_local $7)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -11606,7 +11464,7 @@
(block
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load offset=8
(get_local $13)
)
@@ -11618,7 +11476,7 @@
(if
(i32.ne
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $8)
(i32.const 12)
@@ -11632,7 +11490,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $2)
(i32.const 8)
@@ -11670,11 +11528,11 @@
(i32.eq
(get_local $13)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.load offset=28
(get_local $13)
)
@@ -11728,7 +11586,7 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.const 16)
@@ -11757,7 +11615,7 @@
(if
(i32.lt_u
(get_local $6)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -11771,7 +11629,7 @@
)
(if
(i32.ne
- (set_local $1
+ (tee_local $1
(i32.load offset=16
(get_local $13)
)
@@ -11798,7 +11656,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=20
(get_local $13)
)
@@ -11838,7 +11696,7 @@
(i32.store offset=4
(get_local $13)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $17)
(get_local $5)
@@ -11850,7 +11708,7 @@
(set_local $1
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $13)
@@ -11917,12 +11775,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $1
+ (tee_local $1
(i32.shl
(i32.const 1)
(get_local $1)
@@ -11951,9 +11809,9 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $2)
(i32.const 8)
@@ -11999,10 +11857,10 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $17)
(i32.const 8)
@@ -12020,20 +11878,20 @@
(block
(set_local $1
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -12056,11 +11914,11 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $2)
(get_local $1)
@@ -12113,7 +11971,7 @@
(get_local $1)
)
(i32.store offset=4
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $3)
(i32.const 16)
@@ -12128,12 +11986,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $1)
@@ -12193,78 +12051,80 @@
(get_local $2)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $2)
+ )
+ (i32.const -8)
+ )
+ (get_local $17)
+ )
+ (block
+ (set_local $22
(get_local $2)
)
- (i32.const -8)
+ (set_local $11
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (get_local $17)
)
- (block
- (set_local $22
- (get_local $2)
- )
- (set_local $11
- (i32.const 148)
+ (set_local $4
+ (i32.shl
+ (get_local $1)
+ (i32.const 1)
)
- (br $while-out$31)
- )
- )
- (set_local $4
- (i32.shl
- (get_local $1)
- (i32.const 1)
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $1
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $1
(i32.add
- (get_local $2)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $1)
- (i32.const 31)
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $25
- (get_local $2)
- )
- (set_local $37
- (get_local $1)
- )
- (set_local $11
- (i32.const 145)
- )
- (br $while-out$31)
- )
- (block
- (set_local $1
- (get_local $4)
+ (block
+ (set_local $25
+ (get_local $2)
+ )
+ (set_local $37
+ (get_local $1)
+ )
+ (set_local $11
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $2
- (get_local $0)
+ (block
+ (set_local $1
+ (get_local $4)
+ )
+ (set_local $2
+ (get_local $0)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -12306,9 +12166,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $22)
(i32.const 8)
@@ -12316,7 +12176,7 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -12376,7 +12236,7 @@
)
(if
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 184)
)
@@ -12391,7 +12251,7 @@
)
(if
(i32.gt_u
- (set_local $2
+ (tee_local $2
(i32.sub
(get_local $0)
(get_local $6)
@@ -12402,7 +12262,7 @@
(block
(i32.store
(i32.const 196)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(get_local $6)
@@ -12454,7 +12314,7 @@
(set_local $2
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $1)
@@ -12483,7 +12343,7 @@
)
(if
(i32.gt_u
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 188)
)
@@ -12493,7 +12353,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $2
+ (tee_local $2
(i32.sub
(get_local $0)
(get_local $6)
@@ -12502,9 +12362,9 @@
)
(i32.store
(i32.const 200)
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -12546,7 +12406,7 @@
(i32.eq
(i32.and
(i32.add
- (set_local $0
+ (tee_local $0
(call_import $_sysconf
(i32.const 30)
)
@@ -12606,16 +12466,16 @@
)
(if
(i32.le_u
- (set_local $10
+ (tee_local $10
(i32.and
- (set_local $7
+ (tee_local $7
(i32.add
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 656)
)
)
- (set_local $15
+ (tee_local $15
(i32.add
(get_local $6)
(i32.const 47)
@@ -12623,7 +12483,7 @@
)
)
)
- (set_local $12
+ (tee_local $12
(i32.sub
(i32.const 0)
(get_local $0)
@@ -12639,7 +12499,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 616)
)
@@ -12649,9 +12509,9 @@
(if
(i32.or
(i32.le_u
- (set_local $3
+ (tee_local $3
(i32.add
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 608)
)
@@ -12673,7 +12533,7 @@
)
(if
(i32.eq
- (set_local $11
+ (tee_local $11
(block $label$break$L257
(if
(i32.eq
@@ -12689,7 +12549,7 @@
(block $label$break$L259
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -12703,66 +12563,68 @@
(set_local $16
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (if
- (i32.le_u
- (set_local $4
- (i32.load
- (get_local $16)
- )
- )
- (get_local $0)
- )
+ (loop $while-in$38
+ (block $while-out$37
(if
- (i32.gt_u
- (i32.add
- (get_local $4)
+ (i32.le_u
+ (tee_local $4
(i32.load
- (set_local $3
- (i32.add
- (get_local $16)
- (i32.const 4)
- )
- )
+ (get_local $16)
)
)
(get_local $0)
)
- (block
- (set_local $4
- (get_local $16)
+ (if
+ (i32.gt_u
+ (i32.add
+ (get_local $4)
+ (i32.load
+ (tee_local $3
+ (i32.add
+ (get_local $16)
+ (i32.const 4)
+ )
+ )
+ )
+ )
+ (get_local $0)
)
- (set_local $16
- (get_local $3)
+ (block
+ (set_local $4
+ (get_local $16)
+ )
+ (set_local $16
+ (get_local $3)
+ )
+ (br $while-out$37)
)
- (br $while-out$37)
)
)
- )
- (if
- (i32.eq
- (set_local $4
- (i32.load offset=8
- (get_local $16)
+ (if
+ (i32.eq
+ (tee_local $4
+ (i32.load offset=8
+ (get_local $16)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $11
- (i32.const 173)
+ (block
+ (set_local $11
+ (i32.const 173)
+ )
+ (br $label$break$L259)
+ )
+ (set_local $16
+ (get_local $4)
)
- (br $label$break$L259)
- )
- (set_local $16
- (get_local $4)
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.and
(i32.sub
(get_local $7)
@@ -12777,7 +12639,7 @@
)
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(call_import $_sbrk
(get_local $0)
)
@@ -12812,7 +12674,7 @@
(set_local $30
(get_local $3)
)
- (set_local $20
+ (set_local $21
(get_local $0)
)
(set_local $11
@@ -12832,7 +12694,7 @@
)
(if
(i32.ne
- (set_local $7
+ (tee_local $7
(call_import $_sbrk
(i32.const 0)
)
@@ -12842,18 +12704,18 @@
(block
(set_local $4
(i32.add
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 608)
)
)
- (set_local $12
+ (tee_local $12
(if
(i32.eq
(i32.and
- (set_local $12
+ (tee_local $12
(i32.add
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 652)
)
@@ -12861,7 +12723,7 @@
(i32.const -1)
)
)
- (set_local $0
+ (tee_local $0
(get_local $7)
)
)
@@ -12902,7 +12764,7 @@
(block
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 616)
)
@@ -12924,7 +12786,7 @@
)
(if
(i32.eq
- (set_local $30
+ (tee_local $30
(call_import $_sbrk
(get_local $12)
)
@@ -12943,7 +12805,7 @@
)
)
(block
- (set_local $20
+ (set_local $21
(get_local $12)
)
(set_local $11
@@ -12967,18 +12829,18 @@
(set_local $4
(i32.sub
(i32.const 0)
- (get_local $20)
+ (get_local $21)
)
)
(if
(i32.and
(i32.gt_u
(get_local $5)
- (get_local $20)
+ (get_local $21)
)
(i32.and
(i32.lt_u
- (get_local $20)
+ (get_local $21)
(i32.const 2147483647)
)
(i32.ne
@@ -12989,14 +12851,14 @@
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.and
(i32.add
(i32.sub
(get_local $15)
- (get_local $20)
+ (get_local $21)
)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 656)
)
@@ -13018,21 +12880,21 @@
(i32.const -1)
)
(block
- (call_import $_sbrk
- (get_local $4)
+ (drop
+ (call_import $_sbrk
+ (get_local $4)
+ )
)
(br $label$break$L279)
)
- (set_local $20
+ (set_local $21
(i32.add
(get_local $0)
- (get_local $20)
+ (get_local $21)
)
)
)
- (get_local $20)
)
- (get_local $20)
)
(if
(i32.ne
@@ -13044,7 +12906,7 @@
(get_local $30)
)
(set_local $19
- (get_local $20)
+ (get_local $21)
)
(br $label$break$L257
(i32.const 193)
@@ -13080,7 +12942,7 @@
(set_local $3
(i32.and
(i32.ne
- (set_local $0
+ (tee_local $0
(call_import $_sbrk
(get_local $10)
)
@@ -13088,7 +12950,7 @@
(i32.const -1)
)
(i32.ne
- (set_local $4
+ (tee_local $4
(call_import $_sbrk
(i32.const 0)
)
@@ -13107,7 +12969,7 @@
)
(if
(i32.gt_u
- (set_local $4
+ (tee_local $4
(i32.sub
(get_local $4)
(get_local $0)
@@ -13142,7 +13004,7 @@
(block
(i32.store
(i32.const 608)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 608)
@@ -13166,7 +13028,7 @@
(block $do-once$44
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -13177,7 +13039,7 @@
(if
(i32.or
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -13219,45 +13081,45 @@
(set_local $1
(i32.const 0)
)
- (loop $while-out$46 $while-in$47
- (i32.store offset=12
- (set_local $0
- (i32.add
- (i32.const 216)
- (i32.shl
+ (loop $while-in$47
+ (block $while-out$46
+ (i32.store offset=12
+ (tee_local $0
+ (i32.add
+ (i32.const 216)
(i32.shl
- (get_local $1)
- (i32.const 1)
+ (i32.shl
+ (get_local $1)
+ (i32.const 1)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
+ (get_local $0)
)
- (get_local $0)
- )
- (i32.store offset=8
- (get_local $0)
- (get_local $0)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (i32.store offset=8
+ (get_local $0)
+ (get_local $0)
+ )
+ (br_if $while-out$46
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
+ (i32.const 32)
)
- (i32.const 32)
)
- (br $while-out$46)
- (get_local $1)
+ (br $while-in$47)
)
- (br $while-in$47)
)
(set_local $1
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $14)
(i32.const 8)
@@ -13270,10 +13132,10 @@
)
(i32.store
(i32.const 200)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $14)
- (set_local $1
+ (tee_local $1
(select
(i32.const 0)
(i32.and
@@ -13291,7 +13153,7 @@
)
(i32.store
(i32.const 188)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.add
(get_local $19)
@@ -13326,62 +13188,64 @@
(set_local $7
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (get_local $14)
- (i32.add
- (set_local $4
- (i32.load
- (get_local $7)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (get_local $14)
+ (i32.add
+ (tee_local $4
+ (i32.load
+ (get_local $7)
+ )
)
- )
- (set_local $3
- (i32.load
- (set_local $5
- (i32.add
- (get_local $7)
- (i32.const 4)
+ (tee_local $3
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $7)
+ (i32.const 4)
+ )
)
)
)
)
)
- )
- (block
- (set_local $1
- (get_local $4)
- )
- (set_local $2
- (get_local $3)
- )
- (set_local $42
- (get_local $5)
- )
- (set_local $43
- (get_local $7)
- )
- (set_local $11
- (i32.const 203)
- )
- (br $while-out$48)
- )
- )
- (if
- (i32.eq
- (set_local $4
- (i32.load offset=8
+ (block
+ (set_local $1
+ (get_local $4)
+ )
+ (set_local $2
+ (get_local $3)
+ )
+ (set_local $42
+ (get_local $5)
+ )
+ (set_local $43
(get_local $7)
)
+ (set_local $11
+ (i32.const 203)
+ )
+ (br $while-out$48)
)
- (i32.const 0)
)
- (br $while-out$48)
- (set_local $7
- (get_local $4)
+ (if
+ (i32.eq
+ (tee_local $4
+ (i32.load offset=8
+ (get_local $7)
+ )
+ )
+ (i32.const 0)
+ )
+ (br $while-out$48)
+ (set_local $7
+ (get_local $4)
+ )
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -13420,7 +13284,7 @@
(set_local $2
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 8)
@@ -13434,7 +13298,7 @@
(set_local $0
(i32.add
(get_local $0)
- (set_local $1
+ (tee_local $1
(select
(i32.const 0)
(i32.and
@@ -13497,7 +13361,7 @@
(if
(i32.lt_u
(get_local $14)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -13522,45 +13386,46 @@
(set_local $1
(i32.const 624)
)
- (loop $while-out$50 $while-in$51
- (if
- (i32.eq
- (i32.load
- (get_local $1)
- )
- (get_local $3)
- )
- (block
- (set_local $44
- (get_local $1)
- )
- (set_local $38
- (get_local $1)
- )
- (set_local $11
- (i32.const 211)
+ (loop $while-in$51
+ (block $while-out$50
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $1)
+ )
+ (get_local $3)
)
- (br $while-out$50)
- )
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load offset=8
+ (block
+ (set_local $44
+ (get_local $1)
+ )
+ (set_local $38
(get_local $1)
)
+ (set_local $11
+ (i32.const 211)
+ )
+ (br $while-out$50)
)
- (i32.const 0)
)
- (block
- (set_local $27
- (i32.const 624)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load offset=8
+ (get_local $1)
+ )
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $27
+ (i32.const 624)
+ )
+ (br $while-out$50)
)
- (br $while-out$50)
)
- (get_local $1)
+ (br $while-in$51)
)
- (br $while-in$51)
)
(if
(i32.eq
@@ -13585,7 +13450,7 @@
(set_local $1
(i32.add
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $38)
(i32.const 4)
@@ -13602,7 +13467,7 @@
(set_local $9
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $14)
(i32.const 8)
@@ -13616,7 +13481,7 @@
(set_local $5
(i32.eq
(i32.and
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $3)
(i32.const 8)
@@ -13629,7 +13494,7 @@
)
(set_local $1
(i32.sub
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $3)
(select
@@ -13645,7 +13510,7 @@
)
)
)
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $14)
(select
@@ -13691,7 +13556,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 188)
@@ -13723,7 +13588,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 184)
@@ -13756,12 +13621,12 @@
(set_local $0
(i32.and
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $3)
)
@@ -13798,12 +13663,12 @@
(block $do-once$55
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $3)
)
)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 216)
(i32.shl
@@ -13883,7 +13748,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $1)
(i32.const 8)
@@ -13921,7 +13786,7 @@
(block $do-once$59
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $3)
)
@@ -13931,11 +13796,11 @@
(block
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $21
+ (tee_local $20
(i32.add
(get_local $3)
(i32.const 16)
@@ -13950,9 +13815,9 @@
)
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (get_local $21)
+ (get_local $20)
)
)
(i32.const 0)
@@ -13968,7 +13833,7 @@
(get_local $1)
)
(set_local $9
- (get_local $21)
+ (get_local $20)
)
)
)
@@ -13976,56 +13841,58 @@
(get_local $1)
)
)
- (loop $while-out$61 $while-in$62
- (if
- (i32.ne
- (set_local $1
- (i32.load
- (set_local $21
- (i32.add
- (get_local $2)
- (i32.const 20)
+ (loop $while-in$62
+ (block $while-out$61
+ (if
+ (i32.ne
+ (tee_local $1
+ (i32.load
+ (tee_local $20
+ (i32.add
+ (get_local $2)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $9
- (get_local $21)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $9
+ (get_local $20)
+ )
+ (br $while-in$62)
)
- (br $while-in$62)
)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (set_local $21
- (i32.add
- (get_local $2)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (tee_local $20
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$61)
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $9
- (get_local $21)
+ (br $while-out$61)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $9
+ (get_local $20)
+ )
)
)
+ (br $while-in$62)
)
- (br $while-in$62)
)
(if
(i32.lt_u
@@ -14047,7 +13914,7 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
(get_local $3)
)
@@ -14059,7 +13926,7 @@
(if
(i32.ne
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(i32.const 12)
@@ -14073,7 +13940,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $1)
(i32.const 8)
@@ -14111,11 +13978,11 @@
(i32.eq
(get_local $3)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $3)
)
@@ -14167,7 +14034,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 16)
@@ -14197,7 +14064,7 @@
(if
(i32.lt_u
(get_local $18)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -14211,9 +14078,9 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $3)
(i32.const 16)
@@ -14243,7 +14110,7 @@
)
(br_if $label$break$L331
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $2)
)
@@ -14344,12 +14211,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $1
+ (tee_local $1
(i32.shl
(i32.const 1)
(get_local $1)
@@ -14379,9 +14246,9 @@
(block
(if
(i32.ge_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $2)
(i32.const 8)
@@ -14430,11 +14297,11 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(block $do-once$69
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $4)
(i32.const 8)
@@ -14453,20 +14320,20 @@
)
(set_local $1
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -14489,11 +14356,11 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $2)
(get_local $1)
@@ -14546,7 +14413,7 @@
(get_local $1)
)
(i32.store offset=4
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $5)
(i32.const 16)
@@ -14561,12 +14428,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
- (set_local $8
+ (tee_local $8
(i32.shl
(i32.const 1)
(get_local $1)
@@ -14626,78 +14493,80 @@
(get_local $2)
)
)
- (loop $while-out$71 $while-in$72
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$72
+ (block $while-out$71
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $2)
+ )
+ (i32.const -8)
+ )
+ (get_local $4)
+ )
+ (block
+ (set_local $34
(get_local $2)
)
- (i32.const -8)
+ (set_local $11
+ (i32.const 281)
+ )
+ (br $while-out$71)
)
- (get_local $4)
)
- (block
- (set_local $34
- (get_local $2)
- )
- (set_local $11
- (i32.const 281)
+ (set_local $8
+ (i32.shl
+ (get_local $1)
+ (i32.const 1)
)
- (br $while-out$71)
)
- )
- (set_local $8
- (i32.shl
- (get_local $1)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $1
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $1
(i32.add
- (get_local $2)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $1)
- (i32.const 31)
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $45
- (get_local $2)
- )
- (set_local $40
- (get_local $1)
- )
- (set_local $11
- (i32.const 278)
- )
- (br $while-out$71)
- )
- (block
- (set_local $1
- (get_local $8)
+ (block
+ (set_local $45
+ (get_local $2)
+ )
+ (set_local $40
+ (get_local $1)
+ )
+ (set_local $11
+ (i32.const 278)
+ )
+ (br $while-out$71)
)
- (set_local $2
- (get_local $0)
+ (block
+ (set_local $1
+ (get_local $8)
+ )
+ (set_local $2
+ (get_local $0)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(if
(i32.eq
@@ -14739,9 +14608,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $34)
(i32.const 8)
@@ -14749,7 +14618,7 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -14801,49 +14670,51 @@
)
)
)
- (loop $while-out$73 $while-in$74
- (if
- (i32.le_u
- (set_local $1
- (i32.load
- (get_local $27)
- )
- )
- (get_local $0)
- )
+ (loop $while-in$74
+ (block $while-out$73
(if
- (i32.gt_u
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.load offset=4
- (get_local $27)
- )
+ (i32.le_u
+ (tee_local $1
+ (i32.load
+ (get_local $27)
)
)
(get_local $0)
)
- (block
- (set_local $2
- (get_local $1)
+ (if
+ (i32.gt_u
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.load offset=4
+ (get_local $27)
+ )
+ )
+ )
+ (get_local $0)
+ )
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (br $while-out$73)
)
- (br $while-out$73)
)
)
- )
- (set_local $27
- (i32.load offset=8
- (get_local $27)
+ (set_local $27
+ (i32.load offset=8
+ (get_local $27)
+ )
)
+ (br $while-in$74)
)
- (br $while-in$74)
)
(set_local $8
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(i32.const -47)
@@ -14859,7 +14730,7 @@
)
(set_local $4
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $4)
(select
@@ -14875,7 +14746,7 @@
)
)
)
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $0)
(i32.const 16)
@@ -14885,7 +14756,7 @@
)
(set_local $4
(i32.add
- (set_local $5
+ (tee_local $5
(select
(get_local $0)
(get_local $1)
@@ -14898,7 +14769,7 @@
(set_local $3
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $14)
(i32.const 8)
@@ -14911,10 +14782,10 @@
)
(i32.store
(i32.const 200)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $14)
- (set_local $3
+ (tee_local $3
(select
(i32.const 0)
(i32.and
@@ -14932,7 +14803,7 @@
)
(i32.store
(i32.const 188)
- (set_local $3
+ (tee_local $3
(i32.sub
(i32.add
(get_local $19)
@@ -14963,7 +14834,7 @@
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $5)
(i32.const 4)
@@ -15017,28 +14888,28 @@
(i32.const 24)
)
)
- (loop $while-out$75 $while-in$76
- (i32.store
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (i32.store
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (i32.const 7)
)
- (i32.const 7)
- )
- (if
- (i32.lt_u
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (br_if $while-out$75
+ (i32.ge_u
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ (get_local $2)
)
- (get_local $2)
)
- (get_local $1)
- (br $while-out$75)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.ne
@@ -15058,7 +14929,7 @@
(i32.store offset=4
(get_local $0)
(i32.or
- (set_local $3
+ (tee_local $3
(i32.sub
(get_local $5)
(get_local $0)
@@ -15098,12 +14969,12 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $2)
@@ -15126,15 +14997,15 @@
(i32.const 8)
)
)
- (set_local $21
+ (set_local $20
(get_local $4)
)
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $4)
(i32.const 8)
@@ -15151,7 +15022,7 @@
(set_local $9
(get_local $1)
)
- (set_local $21
+ (set_local $20
(get_local $2)
)
)
@@ -15162,12 +15033,12 @@
(get_local $0)
)
(i32.store offset=12
- (get_local $21)
+ (get_local $20)
(get_local $0)
)
(i32.store offset=8
(get_local $0)
- (get_local $21)
+ (get_local $20)
)
(i32.store offset=12
(get_local $0)
@@ -15180,10 +15051,10 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $2
+ (tee_local $2
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -15201,20 +15072,20 @@
(block
(set_local $2
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
(i32.add
- (set_local $4
+ (tee_local $4
(i32.shl
(get_local $1)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
@@ -15237,11 +15108,11 @@
)
(get_local $1)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $4)
(get_local $2)
@@ -15304,12 +15175,12 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $8
+ (tee_local $8
(i32.shl
(i32.const 1)
(get_local $2)
@@ -15369,78 +15240,80 @@
(get_local $4)
)
)
- (loop $while-out$77 $while-in$78
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$78
+ (block $while-out$77
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $4)
+ )
+ (i32.const -8)
+ )
+ (get_local $3)
+ )
+ (block
+ (set_local $35
(get_local $4)
)
- (i32.const -8)
+ (set_local $11
+ (i32.const 307)
+ )
+ (br $while-out$77)
)
- (get_local $3)
)
- (block
- (set_local $35
- (get_local $4)
- )
- (set_local $11
- (i32.const 307)
+ (set_local $8
+ (i32.shl
+ (get_local $2)
+ (i32.const 1)
)
- (br $while-out$77)
- )
- )
- (set_local $8
- (i32.shl
- (get_local $2)
- (i32.const 1)
)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $4)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $2)
- (i32.const 31)
+ (i32.add
+ (get_local $4)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $2)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $46
- (get_local $4)
- )
- (set_local $41
- (get_local $2)
- )
- (set_local $11
- (i32.const 304)
- )
- (br $while-out$77)
- )
- (block
- (set_local $2
- (get_local $8)
+ (block
+ (set_local $46
+ (get_local $4)
+ )
+ (set_local $41
+ (get_local $2)
+ )
+ (set_local $11
+ (i32.const 304)
+ )
+ (br $while-out$77)
)
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $2
+ (get_local $8)
+ )
+ (set_local $4
+ (get_local $1)
+ )
)
)
+ (br $while-in$78)
)
- (br $while-in$78)
)
(if
(i32.eq
@@ -15482,9 +15355,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $35)
(i32.const 8)
@@ -15492,7 +15365,7 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 192)
)
@@ -15536,7 +15409,7 @@
)
(if
(i32.gt_u
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 188)
)
@@ -15546,7 +15419,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $2
+ (tee_local $2
(i32.sub
(get_local $0)
(get_local $6)
@@ -15555,9 +15428,9 @@
)
(i32.store
(i32.const 200)
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -15615,9 +15488,6 @@
(local $16 i32)
(local $17 i32)
(local $18 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(get_local $0)
@@ -15627,13 +15497,13 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const -8)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -15643,9 +15513,9 @@
)
(if
(i32.eq
- (set_local $8
+ (tee_local $8
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.add
(get_local $0)
@@ -15663,7 +15533,7 @@
(set_local $9
(i32.add
(get_local $2)
- (set_local $7
+ (tee_local $7
(i32.and
(get_local $0)
(i32.const -8)
@@ -15701,7 +15571,7 @@
)
(if
(i32.lt_u
- (set_local $6
+ (tee_local $4
(i32.add
(get_local $2)
(i32.sub
@@ -15716,7 +15586,7 @@
)
(if
(i32.eq
- (get_local $6)
+ (get_local $4)
(i32.load
(i32.const 196)
)
@@ -15725,9 +15595,9 @@
(if
(i32.ne
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 4)
@@ -15741,7 +15611,7 @@
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -15761,7 +15631,7 @@
)
)
(i32.store offset=4
- (get_local $6)
+ (get_local $4)
(i32.or
(get_local $12)
(i32.const 1)
@@ -15769,7 +15639,7 @@
)
(i32.store
(i32.add
- (get_local $6)
+ (get_local $4)
(get_local $12)
)
(get_local $12)
@@ -15791,17 +15661,17 @@
(block
(set_local $2
(i32.load offset=12
- (get_local $6)
+ (get_local $4)
)
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
- (get_local $6)
+ (get_local $4)
)
)
- (set_local $8
+ (tee_local $8
(i32.add
(i32.const 216)
(i32.shl
@@ -15827,7 +15697,7 @@
(i32.load offset=12
(get_local $0)
)
- (get_local $6)
+ (get_local $4)
)
(call_import $_abort)
)
@@ -15855,7 +15725,7 @@
)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -15885,14 +15755,14 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $2)
(i32.const 8)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(set_local $13
(get_local $1)
@@ -15910,7 +15780,7 @@
(get_local $0)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -15920,29 +15790,29 @@
)
(set_local $8
(i32.load offset=24
- (get_local $6)
+ (get_local $4)
)
)
(block $do-once$2
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load offset=12
- (get_local $6)
+ (get_local $4)
)
)
- (get_local $6)
+ (get_local $4)
)
(block
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
- (set_local $13
+ (tee_local $13
(i32.add
- (get_local $6)
+ (get_local $4)
(i32.const 16)
)
)
@@ -15955,7 +15825,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(get_local $13)
)
@@ -15963,7 +15833,7 @@
(i32.const 0)
)
(block
- (set_local $4
+ (set_local $5
(i32.const 0)
)
(br $do-once$2)
@@ -15981,56 +15851,58 @@
(get_local $0)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.ne
- (set_local $0
- (i32.load
- (set_local $13
- (i32.add
- (get_local $2)
- (i32.const 20)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.ne
+ (tee_local $0
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $2)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $7
- (get_local $13)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $7
+ (get_local $13)
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $13
- (i32.add
- (get_local $2)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$4)
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $7
- (get_local $13)
+ (br $while-out$4)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $7
+ (get_local $13)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -16043,7 +15915,7 @@
(get_local $7)
(i32.const 0)
)
- (set_local $4
+ (set_local $5
(get_local $2)
)
)
@@ -16052,9 +15924,9 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
- (get_local $6)
+ (get_local $4)
)
)
(get_local $1)
@@ -16064,28 +15936,28 @@
(if
(i32.ne
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $2)
(i32.const 12)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(call_import $_abort)
)
(if
(i32.eq
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $0)
(i32.const 8)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(block
(i32.store
@@ -16096,7 +15968,7 @@
(get_local $7)
(get_local $2)
)
- (set_local $4
+ (set_local $5
(get_local $0)
)
)
@@ -16112,7 +15984,7 @@
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16121,15 +15993,15 @@
(block
(if
(i32.eq
- (get_local $6)
+ (get_local $4)
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.load offset=28
- (get_local $6)
+ (get_local $4)
)
)
(i32.const 2)
@@ -16141,11 +16013,11 @@
(block
(i32.store
(get_local $1)
- (get_local $4)
+ (get_local $5)
)
(if
(i32.eq
- (get_local $4)
+ (get_local $5)
(i32.const 0)
)
(block
@@ -16165,7 +16037,7 @@
)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16187,32 +16059,32 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $8)
(i32.const 16)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(i32.store
(get_local $0)
- (get_local $4)
+ (get_local $5)
)
(i32.store offset=20
(get_local $8)
- (get_local $4)
+ (get_local $5)
)
)
(if
(i32.eq
- (get_local $4)
+ (get_local $5)
(i32.const 0)
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16224,8 +16096,8 @@
)
(if
(i32.lt_u
- (get_local $4)
- (set_local $0
+ (get_local $5)
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -16234,16 +16106,16 @@
(call_import $_abort)
)
(i32.store offset=24
- (get_local $4)
+ (get_local $5)
(get_local $8)
)
(if
(i32.ne
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
- (get_local $6)
+ (get_local $4)
(i32.const 16)
)
)
@@ -16259,19 +16131,19 @@
(call_import $_abort)
(block
(i32.store offset=16
- (get_local $4)
+ (get_local $5)
(get_local $1)
)
(i32.store offset=24
(get_local $1)
- (get_local $4)
+ (get_local $5)
)
)
)
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $2)
)
@@ -16280,7 +16152,7 @@
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16296,15 +16168,15 @@
(call_import $_abort)
(block
(i32.store offset=20
- (get_local $4)
+ (get_local $5)
(get_local $0)
)
(i32.store offset=24
(get_local $0)
- (get_local $4)
+ (get_local $5)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16335,9 +16207,9 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 4)
@@ -16370,7 +16242,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 188)
@@ -16420,7 +16292,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 184)
@@ -16450,7 +16322,7 @@
(return)
)
)
- (set_local $4
+ (set_local $5
(i32.add
(i32.and
(get_local $0)
@@ -16479,12 +16351,12 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $9)
)
)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 216)
(i32.shl
@@ -16566,7 +16438,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $1)
(i32.const 8)
@@ -16600,7 +16472,7 @@
(block $do-once$10
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $9)
)
@@ -16610,11 +16482,11 @@
(block
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $9)
(i32.const 16)
@@ -16629,7 +16501,7 @@
)
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $7)
)
@@ -16655,56 +16527,58 @@
(get_local $1)
)
)
- (loop $while-out$12 $while-in$13
- (if
- (i32.ne
- (set_local $1
- (i32.load
- (set_local $7
- (i32.add
- (get_local $2)
- (i32.const 20)
+ (loop $while-in$13
+ (block $while-out$12
+ (if
+ (i32.ne
+ (tee_local $1
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $2)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $8
- (get_local $7)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $8
+ (get_local $7)
+ )
+ (br $while-in$13)
)
- (br $while-in$13)
)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (set_local $7
- (i32.add
- (get_local $2)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$12)
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $8
- (get_local $7)
+ (br $while-out$12)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $8
+ (get_local $7)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -16728,7 +16602,7 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
(get_local $9)
)
@@ -16742,7 +16616,7 @@
(if
(i32.ne
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $2)
(i32.const 12)
@@ -16756,7 +16630,7 @@
(if
(i32.eq
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $1)
(i32.const 8)
@@ -16793,11 +16667,11 @@
(i32.eq
(get_local $9)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $9)
)
@@ -16851,7 +16725,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 16)
@@ -16880,7 +16754,7 @@
(if
(i32.lt_u
(get_local $11)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -16894,9 +16768,9 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $9)
(i32.const 16)
@@ -16926,7 +16800,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $2)
)
@@ -16961,16 +16835,16 @@
(i32.store offset=4
(get_local $3)
(i32.or
- (get_local $4)
+ (get_local $5)
(i32.const 1)
)
)
(i32.store
(i32.add
(get_local $3)
- (get_local $4)
+ (get_local $5)
)
- (get_local $4)
+ (get_local $5)
)
(if
(i32.eq
@@ -16982,11 +16856,10 @@
(block
(i32.store
(i32.const 184)
- (get_local $4)
+ (get_local $5)
)
(return)
)
- (get_local $4)
)
)
(block
@@ -17011,20 +16884,20 @@
)
(get_local $10)
)
- (set_local $4
+ (set_local $5
(get_local $10)
)
)
)
(set_local $1
(i32.shr_u
- (get_local $4)
+ (get_local $5)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $4)
+ (get_local $5)
(i32.const 256)
)
(block
@@ -17043,12 +16916,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $1
+ (tee_local $1
(i32.shl
(i32.const 1)
(get_local $1)
@@ -17065,7 +16938,7 @@
(get_local $1)
)
)
- (set_local $5
+ (set_local $6
(i32.add
(get_local $2)
(i32.const 8)
@@ -17077,9 +16950,9 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $2)
(i32.const 8)
@@ -17093,7 +16966,7 @@
)
(call_import $_abort)
(block
- (set_local $5
+ (set_local $6
(get_local $0)
)
(set_local $14
@@ -17103,7 +16976,7 @@
)
)
(i32.store
- (get_local $5)
+ (get_local $6)
(get_local $3)
)
(i32.store offset=12
@@ -17125,12 +16998,12 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $5
+ (tee_local $6
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.shr_u
- (get_local $4)
+ (get_local $5)
(i32.const 8)
)
)
@@ -17139,27 +17012,27 @@
(i32.const 0)
(if
(i32.gt_u
- (get_local $4)
+ (get_local $5)
(i32.const 16777215)
)
(i32.const 31)
(block
- (set_local $5
+ (set_local $6
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $5
+ (tee_local $6
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -17182,14 +17055,14 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
- (set_local $5
+ (tee_local $6
(i32.shl
(get_local $1)
- (get_local $5)
+ (get_local $6)
)
)
(i32.const 245760)
@@ -17203,7 +17076,7 @@
)
(i32.shr_u
(i32.shl
- (get_local $5)
+ (get_local $6)
(get_local $0)
)
(i32.const 15)
@@ -17216,7 +17089,7 @@
(i32.or
(i32.and
(i32.shr_u
- (get_local $4)
+ (get_local $5)
(i32.add
(get_local $0)
(i32.const 7)
@@ -17224,7 +17097,7 @@
)
(i32.const 1)
)
- (get_local $5)
+ (get_local $6)
)
)
)
@@ -17236,7 +17109,7 @@
)
(i32.store offset=28
(get_local $3)
- (get_local $5)
+ (get_local $6)
)
(i32.store offset=20
(get_local $3)
@@ -17249,15 +17122,15 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
- (get_local $5)
+ (get_local $6)
)
)
)
@@ -17289,20 +17162,20 @@
)
)
(block
- (set_local $5
+ (set_local $6
(i32.shl
- (get_local $4)
+ (get_local $5)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $5)
+ (get_local $6)
(i32.const 1)
)
)
(i32.eq
- (get_local $5)
+ (get_local $6)
(i32.const 31)
)
)
@@ -17313,78 +17186,80 @@
(get_local $1)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $15
(get_local $1)
)
- (i32.const -8)
+ (set_local $0
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (get_local $4)
)
- (block
- (set_local $15
- (get_local $1)
- )
- (set_local $0
- (i32.const 130)
+ (set_local $2
+ (i32.shl
+ (get_local $6)
+ (i32.const 1)
)
- (br $while-out$18)
)
- )
- (set_local $2
- (i32.shl
- (get_local $5)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $5
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $6
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $5)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $6)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $18
- (get_local $1)
- )
- (set_local $17
- (get_local $5)
- )
- (set_local $0
- (i32.const 127)
- )
- (br $while-out$18)
- )
- (block
- (set_local $5
- (get_local $2)
+ (block
+ (set_local $18
+ (get_local $1)
+ )
+ (set_local $17
+ (get_local $6)
+ )
+ (set_local $0
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $1
- (get_local $0)
+ (block
+ (set_local $6
+ (get_local $2)
+ )
+ (set_local $1
+ (get_local $0)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -17426,9 +17301,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $15)
(i32.const 8)
@@ -17436,7 +17311,7 @@
)
)
)
- (set_local $5
+ (tee_local $6
(i32.load
(i32.const 192)
)
@@ -17444,7 +17319,7 @@
)
(i32.ge_u
(get_local $15)
- (get_local $5)
+ (get_local $6)
)
)
(block
@@ -17477,7 +17352,7 @@
)
(i32.store
(i32.const 208)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 208)
@@ -17491,34 +17366,34 @@
(get_local $0)
(i32.const 0)
)
- (set_local $5
+ (set_local $6
(i32.const 632)
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $0
- (i32.eq
- (set_local $5
- (i32.load
- (get_local $5)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $0
+ (i32.eq
+ (tee_local $6
+ (i32.load
+ (get_local $6)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 8)
+ (set_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const 8)
+ )
)
+ (br_if $while-out$20
+ (get_local $0)
+ )
+ (br $while-in$21)
)
- (if
- (get_local $0)
- (br $while-out$20)
- (get_local $5)
- )
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -17529,8 +17404,7 @@
(nop)
)
(func $_i64Subtract (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.sub
(i32.sub
(get_local $1)
@@ -17548,15 +17422,14 @@
)
)
(func $_i64Add (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.add
(i32.add
(get_local $1)
(get_local $3)
)
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(get_local $2)
@@ -17589,7 +17462,7 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(get_local $1)
(i32.const 255)
@@ -17618,7 +17491,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 3)
@@ -17634,66 +17507,72 @@
(get_local $3)
)
)
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.ge_s
- (get_local $0)
- (get_local $3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.ge_s
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.ge_s
- (get_local $0)
- (get_local $6)
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.ge_s
+ (get_local $0)
+ (get_local $6)
+ )
)
- )
- (i32.store
- (get_local $0)
- (get_local $5)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (get_local $5)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.ge_s
- (get_local $0)
- (get_local $4)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.ge_s
+ (get_local $0)
+ (get_local $4)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
(i32.sub
(get_local $0)
@@ -17707,8 +17586,7 @@
(i32.const 32)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_u
(get_local $1)
(get_local $2)
@@ -17740,8 +17618,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(i32.shr_u
@@ -17759,8 +17636,7 @@
(i32.const 32)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.shl
(get_local $1)
@@ -17798,8 +17674,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shl
(get_local $0)
(i32.sub
@@ -17840,117 +17715,123 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.eqz
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
)
- )
- (if
- (i32.eq
- (get_local $2)
- (i32.const 0)
- )
- (return
- (get_local $3)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (if
+ (i32.eq
+ (get_local $2)
+ (i32.const 0)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.lt_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.lt_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.le_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.le_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(get_local $3)
)
@@ -17961,8 +17842,7 @@
(i32.const 32)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_s
(get_local $1)
(get_local $2)
@@ -17994,8 +17874,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(select
(i32.const -1)
(i32.const 0)
@@ -18020,15 +17899,15 @@
(set_local $2
(i32.add
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.mul
- (set_local $2
+ (tee_local $2
(i32.and
(get_local $1)
(i32.const 65535)
)
)
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 65535)
@@ -18040,7 +17919,7 @@
)
(i32.mul
(get_local $2)
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $0)
(i32.const 16)
@@ -18051,7 +17930,7 @@
)
(set_local $3
(i32.mul
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(i32.const 16)
@@ -18060,8 +17939,7 @@
(get_local $3)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.add
(i32.add
(i32.shr_u
@@ -18109,7 +17987,7 @@
(call $___udivmoddi4
(call $_i64Subtract
(i32.xor
- (set_local $4
+ (tee_local $4
(i32.or
(i32.shr_s
(get_local $1)
@@ -18131,7 +18009,7 @@
(get_local $0)
)
(i32.xor
- (set_local $0
+ (tee_local $0
(i32.or
(i32.shr_s
(select
@@ -18162,12 +18040,10 @@
(get_local $4)
(get_local $0)
)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(call $_i64Subtract
(i32.xor
- (set_local $1
+ (tee_local $1
(i32.or
(i32.shr_s
(get_local $3)
@@ -18189,7 +18065,7 @@
(get_local $2)
)
(i32.xor
- (set_local $2
+ (tee_local $2
(i32.or
(i32.shr_s
(select
@@ -18220,12 +18096,10 @@
(get_local $1)
(get_local $2)
)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(i32.const 0)
)
- (set_local $1
+ (tee_local $1
(i32.xor
(get_local $1)
(get_local $4)
@@ -18233,10 +18107,8 @@
)
)
(i32.xor
- (i32.load
- (i32.const 168)
- )
- (set_local $0
+ (get_global $tempRet0)
+ (tee_local $0
(i32.xor
(get_local $2)
(get_local $0)
@@ -18252,138 +18124,131 @@
(local $5 i32)
(local $6 i32)
(set_local $6
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
- (call $___udivmoddi4
- (call $_i64Subtract
- (i32.xor
- (set_local $4
- (i32.or
- (i32.shr_s
- (get_local $1)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $1)
+ (drop
+ (call $___udivmoddi4
+ (call $_i64Subtract
+ (i32.xor
+ (tee_local $4
+ (i32.or
+ (i32.shr_s
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $1)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $0)
)
- (get_local $0)
- )
- (i32.xor
- (set_local $5
- (i32.or
- (i32.shr_s
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $1)
+ (i32.xor
+ (tee_local $5
+ (i32.or
+ (i32.shr_s
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $1)
+ (i32.const 0)
+ )
)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $1)
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $1)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $1)
)
- (get_local $1)
+ (get_local $4)
+ (get_local $5)
)
- (get_local $4)
- (get_local $5)
- )
- (i32.load
- (i32.const 168)
- )
- (call $_i64Subtract
- (i32.xor
- (set_local $0
- (i32.or
- (i32.shr_s
- (get_local $3)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $3)
+ (get_global $tempRet0)
+ (call $_i64Subtract
+ (i32.xor
+ (tee_local $0
+ (i32.or
+ (i32.shr_s
+ (get_local $3)
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $2)
)
- (get_local $2)
- )
- (i32.xor
- (set_local $1
- (i32.or
- (i32.shr_s
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $3)
+ (i32.xor
+ (tee_local $1
+ (i32.or
+ (i32.shr_s
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $3)
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $3)
)
- (get_local $3)
+ (get_local $0)
+ (get_local $1)
+ )
+ (get_global $tempRet0)
+ (tee_local $0
+ (get_local $6)
)
- (get_local $0)
- (get_local $1)
- )
- (i32.load
- (i32.const 168)
- )
- (set_local $0
- (get_local $6)
)
)
(set_local $0
@@ -18405,16 +18270,12 @@
)
)
(set_local $1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $6)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(get_local $1)
)
(get_local $0)
@@ -18427,8 +18288,7 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.add
(i32.add
@@ -18441,10 +18301,8 @@
(get_local $2)
)
)
- (set_local $0
- (i32.load
- (i32.const 168)
- )
+ (tee_local $0
+ (get_global $tempRet0)
)
)
(i32.and
@@ -18473,34 +18331,29 @@
(func $___uremdi3 (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
- (call $___udivmoddi4
- (get_local $0)
- (get_local $1)
- (get_local $2)
- (get_local $3)
- (set_local $0
- (get_local $4)
+ (drop
+ (call $___udivmoddi4
+ (get_local $0)
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
+ (tee_local $0
+ (get_local $4)
+ )
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.load offset=4
(get_local $0)
)
@@ -18527,14 +18380,14 @@
(get_local $2)
)
(set_local $7
- (set_local $14
+ (tee_local $14
(get_local $3)
)
)
(if
(i32.eq
- (set_local $6
- (set_local $9
+ (tee_local $6
+ (tee_local $9
(get_local $1)
)
)
@@ -18575,8 +18428,7 @@
(get_local $5)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18589,8 +18441,7 @@
(get_local $2)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18612,8 +18463,7 @@
(i32.const 0)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18664,8 +18514,7 @@
(get_local $5)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18704,8 +18553,7 @@
(get_local $7)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18716,7 +18564,7 @@
(if
(i32.eq
(i32.and
- (set_local $5
+ (tee_local $5
(i32.sub
(get_local $7)
(i32.const 1)
@@ -18758,8 +18606,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18774,7 +18621,7 @@
)
(if
(i32.le_u
- (set_local $5
+ (tee_local $5
(i32.sub
(i32.clz
(get_local $7)
@@ -18788,7 +18635,7 @@
)
(block
(set_local $12
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $5)
(i32.const 1)
@@ -18799,7 +18646,7 @@
(i32.or
(i32.shl
(get_local $6)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.const 31)
(get_local $5)
@@ -18836,8 +18683,7 @@
(i32.const 0)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18865,8 +18711,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18881,7 +18726,7 @@
(block
(if
(i32.le_u
- (set_local $5
+ (tee_local $5
(i32.sub
(i32.clz
(get_local $7)
@@ -18895,7 +18740,7 @@
)
(block
(set_local $12
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $5)
(i32.const 1)
@@ -18909,7 +18754,7 @@
(get_local $8)
(get_local $0)
)
- (set_local $9
+ (tee_local $9
(i32.shr_s
(i32.sub
(get_local $5)
@@ -18921,7 +18766,7 @@
)
(i32.shl
(get_local $6)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.const 31)
(get_local $5)
@@ -18957,8 +18802,7 @@
(i32.const 0)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18986,8 +18830,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18998,7 +18841,7 @@
(if
(i32.ne
(i32.and
- (set_local $7
+ (tee_local $7
(i32.sub
(get_local $5)
(i32.const 1)
@@ -19012,7 +18855,7 @@
(set_local $1
(i32.sub
(i32.const 64)
- (set_local $0
+ (tee_local $0
(i32.sub
(i32.add
(i32.clz
@@ -19029,7 +18872,7 @@
)
(set_local $5
(i32.shr_s
- (set_local $9
+ (tee_local $9
(i32.sub
(i32.const 32)
(get_local $0)
@@ -19040,7 +18883,7 @@
)
(set_local $10
(i32.shr_s
- (set_local $7
+ (tee_local $7
(i32.sub
(get_local $0)
(i32.const 32)
@@ -19158,8 +19001,7 @@
(i32.const 1)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(get_local $9)
(i32.and
@@ -19179,13 +19021,12 @@
)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.const 0)
(i32.shr_u
(get_local $6)
- (set_local $0
+ (tee_local $0
(i32.ctz
(get_local $5)
)
@@ -19231,7 +19072,7 @@
(block
(set_local $3
(call $_i64Add
- (set_local $1
+ (tee_local $1
(i32.or
(i32.const 0)
(i32.and
@@ -19240,7 +19081,7 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.or
(get_local $14)
(i32.and
@@ -19254,9 +19095,7 @@
)
)
(set_local $8
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $9
(get_local $0)
@@ -19264,150 +19103,150 @@
(set_local $0
(i32.const 0)
)
- (loop $while-out$2 $while-in$3
- (set_local $6
- (i32.or
- (i32.shr_u
- (get_local $10)
- (i32.const 31)
- )
- (i32.shl
- (get_local $9)
- (i32.const 1)
- )
- )
- )
- (set_local $10
- (i32.or
- (get_local $0)
- (i32.shl
- (get_local $10)
- (i32.const 1)
- )
- )
- )
- (call $_i64Subtract
- (get_local $3)
- (get_local $8)
- (set_local $0
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $6
(i32.or
- (i32.const 0)
- (i32.or
- (i32.shl
- (get_local $11)
- (i32.const 1)
- )
- (i32.shr_u
- (get_local $9)
- (i32.const 31)
- )
+ (i32.shr_u
+ (get_local $10)
+ (i32.const 31)
+ )
+ (i32.shl
+ (get_local $9)
+ (i32.const 1)
)
)
)
- (set_local $9
+ (set_local $10
(i32.or
- (i32.shr_u
- (get_local $11)
- (i32.const 31)
- )
+ (get_local $0)
(i32.shl
- (get_local $13)
+ (get_local $10)
(i32.const 1)
)
)
)
- )
- (set_local $7
- (i32.and
- (set_local $14
- (i32.or
- (i32.shr_s
- (set_local $5
- (i32.load
- (i32.const 168)
+ (drop
+ (call $_i64Subtract
+ (get_local $3)
+ (get_local $8)
+ (tee_local $0
+ (i32.or
+ (i32.const 0)
+ (i32.or
+ (i32.shl
+ (get_local $11)
+ (i32.const 1)
+ )
+ (i32.shr_u
+ (get_local $9)
+ (i32.const 31)
)
)
- (i32.const 31)
)
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
+ )
+ (tee_local $9
+ (i32.or
+ (i32.shr_u
+ (get_local $11)
+ (i32.const 31)
+ )
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
)
- (i32.const 1)
)
)
)
- (i32.const 1)
)
- )
- (set_local $11
- (call $_i64Subtract
- (get_local $0)
- (get_local $9)
- (i32.and
- (get_local $14)
- (get_local $1)
- )
+ (set_local $7
(i32.and
- (i32.or
- (i32.shr_s
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $5)
+ (tee_local $14
+ (i32.or
+ (i32.shr_s
+ (tee_local $5
+ (get_global $tempRet0)
+ )
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 31)
)
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $5)
+ )
+ (i32.const 1)
+ )
+ )
+ (set_local $11
+ (call $_i64Subtract
+ (get_local $0)
+ (get_local $9)
+ (i32.and
+ (get_local $14)
+ (get_local $1)
+ )
+ (i32.and
+ (i32.or
+ (i32.shr_s
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
)
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
+ (i32.const 0)
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
+ )
+ (i32.const 1)
)
- (i32.const 1)
)
+ (get_local $2)
)
- (get_local $2)
)
)
- )
- (set_local $13
- (i32.load
- (i32.const 168)
+ (set_local $13
+ (get_global $tempRet0)
)
- )
- (if
- (i32.eq
- (set_local $12
- (i32.sub
- (get_local $12)
- (i32.const 1)
+ (if
+ (i32.eq
+ (tee_local $12
+ (i32.sub
+ (get_local $12)
+ (i32.const 1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$2)
- (block
- (set_local $9
- (get_local $6)
- )
- (set_local $0
- (get_local $7)
+ (br $while-out$2)
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (set_local $0
+ (get_local $7)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $1
(i32.const 0)
@@ -19419,7 +19258,7 @@
(set_local $3
(i32.or
(get_local $6)
- (set_local $2
+ (tee_local $2
(i32.const 0)
)
)
@@ -19443,8 +19282,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.or
(i32.or
@@ -19493,6 +19331,7 @@
)
(func $dynCall_ii (param $0 i32) (param $1 i32) (result i32)
(call_indirect $FUNCSIG$ii
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -19500,11 +19339,13 @@
)
(i32.const 0)
)
- (get_local $1)
)
)
(func $dynCall_iiii (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect $FUNCSIG$iiii
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
(i32.add
(i32.and
(get_local $0)
@@ -19512,13 +19353,11 @@
)
(i32.const 2)
)
- (get_local $1)
- (get_local $2)
- (get_local $3)
)
)
(func $dynCall_vi (param $0 i32) (param $1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -19526,7 +19365,6 @@
)
(i32.const 10)
)
- (get_local $1)
)
)
(func $b0 (param $0 i32) (result i32)
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise
index 13c8baec6..c97524f7b 100644
--- a/test/emcc_hello_world.fromasm.imprecise
+++ b/test/emcc_hello_world.fromasm.imprecise
@@ -1,6 +1,5 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
@@ -8,72 +7,99 @@
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort")
- (import $nullFunc_ii "env" "nullFunc_ii" (param i32))
- (import $nullFunc_iiii "env" "nullFunc_iiii" (param i32))
- (import $nullFunc_vi "env" "nullFunc_vi" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $___lock "env" "___lock" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_abort "env" "_abort")
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (export "_i64Subtract" $_i64Subtract)
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_i64Add" $_i64Add)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_bitshift64Lshr" $_bitshift64Lshr)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "_bitshift64Shl" $_bitshift64Shl)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
- (export "___udivmoddi4" $___udivmoddi4)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "env" "cttz_i8" (global $cttz_i8 i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort))
+ (import "env" "nullFunc_ii" (func $nullFunc_ii (param i32)))
+ (import "env" "nullFunc_iiii" (func $nullFunc_iiii (param i32)))
+ (import "env" "nullFunc_vi" (func $nullFunc_vi (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_i64Subtract" (func $_i64Subtract))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_i64Add" (func $_i64Add))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_bitshift64Lshr" (func $_bitshift64Lshr))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "_bitshift64Shl" (func $_bitshift64Shl))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (export "___udivmoddi4" (func $___udivmoddi4))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2)
(func $stackAlloc (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $0)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -81,53 +107,40 @@
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(get_local $1)
)
(func $stackSave (result i32)
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(func $stackRestore (param $0 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
)
(func $establishStackSpace (param $0 i32) (param $1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $1)
)
)
(func $setThrew (param $0 i32) (param $1 i32)
(if
(i32.eq
- (i32.load
- (i32.const 48)
- )
+ (get_global $__THREW__)
(i32.const 0)
)
(block
- (i32.store
- (i32.const 48)
+ (set_global $__THREW__
(get_local $0)
)
- (i32.store
- (i32.const 56)
+ (set_global $threwValue
(get_local $1)
)
)
@@ -135,33 +148,25 @@
)
(func $copyTempFloat (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
@@ -169,114 +174,87 @@
)
(func $copyTempDouble (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=3
(get_local $0)
)
)
(i32.store8 offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=4
(get_local $0)
)
)
(i32.store8 offset=5
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=5
(get_local $0)
)
)
(i32.store8 offset=6
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=6
(get_local $0)
)
)
(i32.store8 offset=7
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s offset=7
(get_local $0)
)
)
)
(func $setTempRet0 (param $0 i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(get_local $0)
)
)
(func $getTempRet0 (result i32)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(func $_main (result i32)
(local $0 i32)
(set_local $0
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
- (call $_printf
- (i32.const 672)
- (get_local $0)
+ (drop
+ (call $_printf
+ (i32.const 672)
+ (get_local $0)
+ )
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $0)
)
(i32.const 0)
@@ -285,44 +263,32 @@
(local $2 i32)
(local $3 i32)
(local $4 i32)
- (i32.load
- (i32.const 8)
- )
(f64.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $0)
)
(set_local $2
(call $_bitshift64Lshr
- (set_local $3
+ (tee_local $3
(i32.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
- (set_local $4
+ (tee_local $4
(i32.load offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
(i32.const 52)
)
)
- (i32.load
- (i32.const 168)
- )
(block $switch$0
(block $switch-default$3
(block $switch-case$2
(block $switch-case$1
(br_table $switch-case$1 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-default$3 $switch-case$2 $switch-default$3
(i32.sub
- (set_local $2
+ (tee_local $2
(i32.and
(get_local $2)
(i32.const 2047)
@@ -375,15 +341,11 @@
)
)
(i32.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $3)
)
(i32.store offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.or
(i32.and
(get_local $4)
@@ -393,16 +355,11 @@
)
)
(f64.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
)
(func $_frexpl (param $0 f64) (param $1 i32) (result f64)
- (i32.load
- (i32.const 8)
- )
(call $_frexp
(get_local $0)
(get_local $1)
@@ -414,58 +371,56 @@
(local $3 i32)
(local $4 i32)
(local $5 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $1
(i32.const 0)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (i32.and
- (i32.load8_s offset=687
- (get_local $1)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load8_s offset=687
+ (get_local $1)
+ )
+ (i32.const 255)
)
- (i32.const 255)
- )
- (get_local $0)
- )
- (block
- (set_local $4
- (get_local $1)
- )
- (set_local $0
- (i32.const 2)
+ (get_local $0)
)
- (br $while-out$0)
- )
- )
- (if
- (i32.eq
- (set_local $1
- (i32.add
+ (block
+ (set_local $4
(get_local $1)
- (i32.const 1)
)
+ (set_local $0
+ (i32.const 2)
+ )
+ (br $while-out$0)
)
- (i32.const 87)
)
- (block
- (set_local $3
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
(i32.const 87)
)
- (set_local $2
- (i32.const 775)
- )
- (set_local $0
- (i32.const 5)
+ (block
+ (set_local $3
+ (i32.const 87)
+ )
+ (set_local $2
+ (i32.const 775)
+ )
+ (set_local $0
+ (i32.const 5)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
- (get_local $1)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(if
(i32.eq
@@ -498,73 +453,74 @@
(get_local $0)
(i32.const 5)
)
- (loop $while-out$2 $while-in$3
- (loop $while-out$4 $while-in$5
- (set_local $0
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (loop $while-in$3
+ (block $while-out$2
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $0
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
+ )
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $2)
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $1
+ (get_local $0)
+ )
+ (br $while-out$4)
+ )
+ (set_local $2
+ (get_local $0)
+ )
+ )
+ (br $while-in$5)
)
)
(if
(i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $2)
- )
- (i32.const 24)
+ (tee_local $0
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
)
- (i32.const 24)
)
(i32.const 0)
)
(block
- (set_local $1
- (get_local $0)
+ (set_local $5
+ (get_local $1)
)
- (br $while-out$4)
- )
- (set_local $2
- (get_local $0)
+ (br $while-out$2)
)
- )
- (br $while-in$5)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (block
+ (set_local $3
+ (get_local $0)
+ )
+ (set_local $2
+ (get_local $1)
)
- )
- (i32.const 0)
- )
- (block
- (set_local $5
- (get_local $1)
- )
- (br $while-out$2)
- )
- (block
- (set_local $3
- (get_local $0)
- )
- (set_local $2
- (get_local $1)
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
(get_local $5)
)
(func $___errno_location (result i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(i32.load
@@ -582,32 +538,23 @@
(local $1 i32)
(local $2 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(i32.store
- (set_local $2
+ (tee_local $2
(get_local $1)
)
(i32.load offset=60
@@ -622,8 +569,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $1)
)
(get_local $0)
@@ -633,27 +579,18 @@
(local $4 i32)
(local $5 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -717,8 +654,7 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $0)
@@ -727,32 +663,23 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $4)
)
(i32.load offset=60
@@ -769,7 +696,7 @@
)
(i32.store offset=12
(get_local $3)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 20)
@@ -803,8 +730,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
(get_local $0)
@@ -812,9 +738,6 @@
(func $_fflush (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (i32.load
- (i32.const 8)
- )
(block $do-once$0
(if
(i32.eq
@@ -842,82 +765,83 @@
(i32.const 44)
)
(if
- (i32.eq
- (set_local $1
+ (i32.ne
+ (tee_local $1
(i32.load
(i32.const 40)
)
)
(i32.const 0)
)
- (get_local $0)
(block
(set_local $2
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (set_local $0
- (if
- (i32.gt_s
- (i32.load offset=76
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $0
+ (if
+ (i32.gt_s
+ (i32.load offset=76
+ (get_local $1)
+ )
+ (i32.const -1)
+ )
+ (call $___lockfile
(get_local $1)
)
- (i32.const -1)
- )
- (call $___lockfile
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $2
- (if
- (i32.gt_u
- (i32.load offset=20
- (get_local $1)
- )
- (i32.load offset=28
- (get_local $1)
+ (set_local $2
+ (if
+ (i32.gt_u
+ (i32.load offset=20
+ (get_local $1)
+ )
+ (i32.load offset=28
+ (get_local $1)
+ )
)
- )
- (i32.or
- (call $___fflush_unlocked
- (get_local $1)
+ (i32.or
+ (call $___fflush_unlocked
+ (get_local $1)
+ )
+ (get_local $2)
)
(get_local $2)
)
- (get_local $2)
- )
- )
- (if
- (i32.ne
- (get_local $0)
- (i32.const 0)
)
- (call $___unlockfile
- (get_local $1)
+ (if
+ (i32.ne
+ (get_local $0)
+ (i32.const 0)
+ )
+ (call $___unlockfile
+ (get_local $1)
+ )
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load offset=56
- (get_local $1)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load offset=56
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $0
- (get_local $2)
+ (block
+ (set_local $0
+ (get_local $2)
+ )
+ (br $while-out$2)
+ )
+ (set_local $1
+ (get_local $0)
)
- (br $while-out$2)
- )
- (set_local $1
- (get_local $0)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -971,32 +895,23 @@
(local $2 i32)
(local $3 i32)
(set_local $2
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $2)
)
(get_local $1)
@@ -1010,16 +925,12 @@
(get_local $3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $2)
)
(get_local $0)
)
(func $___lockfile (param $0 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(i32.const 0)
)
(func $___unlockfile (param $0 i32)
@@ -1042,27 +953,18 @@
(local $16 i32)
(local $17 i32)
(set_local $8
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1076,15 +978,15 @@
(get_local $8)
)
(i32.store
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $8)
(i32.const 32)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $0)
(i32.const 28)
@@ -1095,10 +997,10 @@
)
(i32.store offset=4
(get_local $4)
- (set_local $3
+ (tee_local $3
(i32.sub
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $0)
(i32.const 20)
@@ -1138,206 +1040,208 @@
(get_local $2)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (get_local $3)
- (set_local $5
- (if
- (i32.eq
- (i32.load
- (i32.const 16)
- )
- (i32.const 0)
- )
- (block
- (i32.store
- (get_local $9)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (get_local $3)
+ (tee_local $5
+ (if
+ (i32.eq
(i32.load
- (get_local $12)
+ (i32.const 16)
)
+ (i32.const 0)
)
- (i32.store offset=4
- (get_local $9)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $9)
- (get_local $6)
- )
- (call $___syscall_ret
- (call_import $___syscall146
- (i32.const 146)
+ (block
+ (i32.store
(get_local $9)
+ (i32.load
+ (get_local $12)
+ )
)
- )
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 5)
- (get_local $0)
- )
- (i32.store
- (get_local $10)
- (i32.load
- (get_local $12)
+ (i32.store offset=4
+ (get_local $9)
+ (get_local $4)
+ )
+ (i32.store offset=8
+ (get_local $9)
+ (get_local $6)
)
- )
- (i32.store offset=4
- (get_local $10)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $10)
- (get_local $6)
- )
- (set_local $1
(call $___syscall_ret
(call_import $___syscall146
(i32.const 146)
- (get_local $10)
+ (get_local $9)
)
)
)
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
+ (block
+ (call_import $_pthread_cleanup_push
+ (i32.const 5)
+ (get_local $0)
+ )
+ (i32.store
+ (get_local $10)
+ (i32.load
+ (get_local $12)
+ )
+ )
+ (i32.store offset=4
+ (get_local $10)
+ (get_local $4)
+ )
+ (i32.store offset=8
+ (get_local $10)
+ (get_local $6)
+ )
+ (set_local $1
+ (call $___syscall_ret
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $10)
+ )
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (get_local $1)
)
- (get_local $1)
)
)
)
- )
- (block
- (set_local $1
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $15
- (get_local $4)
- )
- (set_local $16
- (get_local $6)
- )
- (set_local $1
- (i32.const 8)
+ (block
+ (set_local $1
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
- )
- (set_local $17
- (i32.sub
- (get_local $3)
- (get_local $5)
- )
- )
- (set_local $1
(if
- (i32.gt_u
+ (i32.lt_s
(get_local $5)
- (set_local $1
- (i32.load offset=4
- (get_local $4)
- )
- )
+ (i32.const 0)
)
(block
- (i32.store
- (get_local $7)
- (set_local $3
- (i32.load
- (get_local $13)
- )
- )
- )
- (i32.store
- (get_local $11)
- (get_local $3)
- )
- (set_local $5
- (i32.sub
- (get_local $5)
- (get_local $1)
- )
- )
- (set_local $3
- (i32.add
- (get_local $4)
- (i32.const 8)
- )
+ (set_local $15
+ (get_local $4)
)
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -1)
- )
+ (set_local $16
+ (get_local $6)
)
- (i32.load offset=12
- (get_local $4)
+ (set_local $1
+ (i32.const 8)
)
+ (br $while-out$0)
)
+ )
+ (set_local $17
+ (i32.sub
+ (get_local $3)
+ (get_local $5)
+ )
+ )
+ (set_local $1
(if
- (i32.eq
- (get_local $6)
- (i32.const 2)
+ (i32.gt_u
+ (get_local $5)
+ (tee_local $1
+ (i32.load offset=4
+ (get_local $4)
+ )
+ )
)
(block
(i32.store
(get_local $7)
- (i32.add
+ (tee_local $3
(i32.load
- (get_local $7)
+ (get_local $13)
)
+ )
+ )
+ (i32.store
+ (get_local $11)
+ (get_local $3)
+ )
+ (set_local $5
+ (i32.sub
(get_local $5)
+ (get_local $1)
)
)
(set_local $3
- (get_local $4)
+ (i32.add
+ (get_local $4)
+ (i32.const 8)
+ )
)
(set_local $6
- (i32.const 2)
+ (i32.add
+ (get_local $6)
+ (i32.const -1)
+ )
)
- (get_local $1)
- )
- (block
- (set_local $3
+ (i32.load offset=12
(get_local $4)
)
- (get_local $1)
+ )
+ (if
+ (i32.eq
+ (get_local $6)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $7)
+ (i32.add
+ (i32.load
+ (get_local $7)
+ )
+ (get_local $5)
+ )
+ )
+ (set_local $3
+ (get_local $4)
+ )
+ (set_local $6
+ (i32.const 2)
+ )
+ (get_local $1)
+ )
+ (block
+ (set_local $3
+ (get_local $4)
+ )
+ (get_local $1)
+ )
)
)
)
- )
- (i32.store
- (get_local $3)
- (i32.add
- (i32.load
- (get_local $3)
+ (i32.store
+ (get_local $3)
+ (i32.add
+ (i32.load
+ (get_local $3)
+ )
+ (get_local $5)
)
- (get_local $5)
)
- )
- (i32.store offset=4
- (get_local $3)
- (i32.sub
- (get_local $1)
- (get_local $5)
+ (i32.store offset=4
+ (get_local $3)
+ (i32.sub
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (set_local $4
+ (get_local $3)
+ )
+ (set_local $3
+ (get_local $17)
+ )
+ (br $while-in$1)
)
- (set_local $4
- (get_local $3)
- )
- (set_local $3
- (get_local $17)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -1348,7 +1252,7 @@
(i32.store offset=16
(get_local $0)
(i32.add
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $13)
)
@@ -1415,8 +1319,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $8)
)
(get_local $14)
@@ -1435,27 +1338,18 @@
(local $13 i32)
(local $14 i32)
(set_local $3
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 224)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1476,8 +1370,8 @@
)
(set_local $7
(i32.add
- (set_local $4
- (set_local $9
+ (tee_local $4
+ (tee_local $9
(i32.add
(get_local $3)
(i32.const 80)
@@ -1494,7 +1388,7 @@
)
(br_if $do-in$1
(i32.lt_s
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $4)
(i32.const 4)
@@ -1540,7 +1434,7 @@
)
(set_local $4
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(get_local $0)
)
@@ -1574,7 +1468,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $0)
(i32.const 48)
@@ -1586,7 +1480,7 @@
(block
(set_local $2
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $0)
(i32.const 44)
@@ -1599,7 +1493,7 @@
(get_local $6)
)
(i32.store
- (set_local $13
+ (tee_local $13
(i32.add
(get_local $0)
(i32.const 28)
@@ -1608,7 +1502,7 @@
(get_local $6)
)
(i32.store
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $0)
(i32.const 20)
@@ -1621,7 +1515,7 @@
(i32.const 80)
)
(i32.store
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $0)
(i32.const 16)
@@ -1648,19 +1542,21 @@
)
(get_local $1)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(set_local $1
(select
@@ -1709,7 +1605,7 @@
(i32.const -1)
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -1740,8 +1636,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $3)
)
(get_local $0)
@@ -1752,14 +1647,11 @@
(local $5 i32)
(local $6 i32)
(local $7 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 16)
@@ -1810,9 +1702,9 @@
(i32.lt_u
(i32.sub
(get_local $3)
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 20)
@@ -1829,6 +1721,9 @@
(block
(set_local $4
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $1)
(i32.add
(i32.and
(i32.load offset=36
@@ -1838,130 +1733,131 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $1)
)
)
(br $label$break$L5)
)
)
- (call $_memcpy
- (block $label$break$L10
- (if
- (i32.gt_s
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=75
- (get_local $2)
+ (drop
+ (call $_memcpy
+ (block $label$break$L10
+ (if
+ (i32.gt_s
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=75
+ (get_local $2)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.const -1)
- )
- (block
- (set_local $3
- (get_local $1)
+ (i32.const -1)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eq
- (get_local $3)
- (i32.const 0)
- )
- (block
- (set_local $2
- (i32.const 0)
- )
- (br $label$break$L10
- (get_local $6)
- )
- )
+ (block
+ (set_local $3
+ (get_local $1)
)
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (i32.add
- (get_local $0)
- (set_local $4
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eq
+ (get_local $3)
+ (i32.const 0)
+ )
+ (block
+ (set_local $2
+ (i32.const 0)
+ )
+ (br $label$break$L10
+ (get_local $6)
+ )
+ )
+ )
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
(i32.add
- (get_local $3)
- (i32.const -1)
+ (get_local $0)
+ (tee_local $4
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
+ )
)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const 10)
+ )
+ (br $while-out$2)
+ (set_local $3
+ (get_local $4)
)
- (i32.const 24)
)
- (i32.const 10)
- )
- (br $while-out$2)
- (set_local $3
- (get_local $4)
+ (br $while-in$3)
)
)
- (br $while-in$3)
- )
- (if
- (i32.lt_u
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $2)
+ (if
+ (i32.lt_u
+ (call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $3)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $2)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $2)
- (get_local $0)
(get_local $3)
)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (br $label$break$L5)
+ )
+ )
+ (set_local $2
(get_local $3)
)
- (block
- (set_local $4
+ (set_local $1
+ (i32.sub
+ (get_local $1)
(get_local $3)
)
- (br $label$break$L5)
)
- )
- (set_local $2
- (get_local $3)
- )
- (set_local $1
- (i32.sub
- (get_local $1)
- (get_local $3)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
- (get_local $0)
- (get_local $3)
+ (i32.load
+ (get_local $5)
)
)
- (i32.load
- (get_local $5)
- )
- )
- (block
- (set_local $2
- (i32.const 0)
+ (block
+ (set_local $2
+ (i32.const 0)
+ )
+ (get_local $6)
)
- (get_local $6)
)
)
+ (get_local $0)
+ (get_local $1)
)
- (get_local $0)
- (get_local $1)
)
(i32.store
(get_local $5)
@@ -1986,18 +1882,15 @@
(func $___towrite (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $1
(i32.and
(i32.or
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shr_s
(i32.shl
(i32.load8_s
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 74)
@@ -2023,7 +1916,7 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -2043,7 +1936,7 @@
)
(i32.store offset=28
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load offset=44
(get_local $0)
)
@@ -2077,9 +1970,6 @@
)
)
(func $_wcrtomb (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(block $do-once$0
(if
(i32.eq
@@ -2287,9 +2177,6 @@
)
)
(func $_wctomb (param $0 i32) (param $1 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(get_local $0)
@@ -2318,9 +2205,6 @@
(local $14 i32)
(local $15 i32)
(local $16 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $16
(i32.and
(get_local $1)
@@ -2330,7 +2214,7 @@
(block $label$break$L1
(if
(i32.and
- (set_local $6
+ (tee_local $6
(i32.ne
(get_local $2)
(i32.const 0)
@@ -2357,85 +2241,87 @@
(set_local $2
(get_local $0)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $2)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $2)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $6)
+ (i32.shr_s
+ (i32.shl
+ (get_local $6)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (block
- (set_local $4
- (get_local $3)
- )
- (set_local $5
- (get_local $2)
- )
- (set_local $3
- (i32.const 6)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (set_local $5
+ (get_local $2)
+ )
+ (set_local $3
+ (i32.const 6)
+ )
+ (br $label$break$L1)
)
- (br $label$break$L1)
)
- )
- (if
- (i32.and
- (set_local $3
- (i32.ne
- (set_local $0
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (if
+ (i32.and
+ (tee_local $3
+ (i32.ne
+ (tee_local $0
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (i32.ne
- (i32.and
- (set_local $2
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (i32.ne
+ (i32.and
+ (tee_local $2
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $3
- (get_local $0)
- )
- (block
- (set_local $14
+ (set_local $3
(get_local $0)
)
- (set_local $11
- (get_local $2)
- )
- (set_local $15
- (get_local $3)
- )
- (set_local $3
- (i32.const 5)
+ (block
+ (set_local $14
+ (get_local $0)
+ )
+ (set_local $11
+ (get_local $2)
+ )
+ (set_local $15
+ (get_local $3)
+ )
+ (set_local $3
+ (i32.const 5)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -2501,7 +2387,7 @@
)
(i32.shr_s
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.and
(get_local $1)
(i32.const 255)
@@ -2534,69 +2420,70 @@
(i32.const 3)
)
(block
- (loop $while-out$5 $while-in$6
- (set_local $1
- (i32.add
- (set_local $6
- (i32.xor
- (i32.load
- (get_local $5)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $1
+ (i32.add
+ (tee_local $6
+ (i32.xor
+ (i32.load
+ (get_local $5)
+ )
+ (get_local $2)
)
- (get_local $2)
)
+ (i32.const -16843009)
)
- (i32.const -16843009)
)
- )
- (if
- (i32.ne
- (i32.and
- (i32.xor
- (i32.and
- (get_local $6)
+ (br_if $while-out$5
+ (i32.ne
+ (i32.and
+ (i32.xor
+ (i32.and
+ (get_local $6)
+ (i32.const -2139062144)
+ )
(i32.const -2139062144)
)
- (i32.const -2139062144)
+ (get_local $1)
)
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$5)
- )
- (set_local $1
- (i32.add
- (get_local $5)
- (i32.const 4)
)
- )
- (if
- (i32.gt_u
- (set_local $4
- (i32.add
- (get_local $4)
- (i32.const -4)
- )
+ (set_local $1
+ (i32.add
+ (get_local $5)
+ (i32.const 4)
)
- (i32.const 3)
)
- (set_local $5
- (get_local $1)
- )
- (block
- (set_local $12
- (get_local $4)
+ (if
+ (i32.gt_u
+ (tee_local $4
+ (i32.add
+ (get_local $4)
+ (i32.const -4)
+ )
+ )
+ (i32.const 3)
)
- (set_local $13
+ (set_local $5
(get_local $1)
)
- (set_local $3
- (i32.const 11)
+ (block
+ (set_local $12
+ (get_local $4)
+ )
+ (set_local $13
+ (get_local $1)
+ )
+ (set_local $3
+ (i32.const 11)
+ )
+ (br $label$break$L11)
)
- (br $label$break$L11)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
(set_local $10
(get_local $4)
@@ -2647,71 +2534,73 @@
)
)
)
- (loop $while-out$7 $while-in$8
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $9)
+ (loop $while-in$8
+ (block $while-out$7
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $0)
+ (i32.shr_s
+ (i32.shl
+ (get_local $0)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (block
- (set_local $7
- (get_local $10)
+ (block
+ (set_local $7
+ (get_local $10)
+ )
+ (set_local $8
+ (get_local $9)
+ )
+ (br $label$break$L8)
)
- (set_local $8
+ )
+ (set_local $2
+ (i32.add
(get_local $9)
+ (i32.const 1)
)
- (br $label$break$L8)
)
- )
- (set_local $2
- (i32.add
- (get_local $9)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (set_local $1
- (i32.add
- (get_local $10)
- (i32.const -1)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $10)
+ (i32.const -1)
+ )
)
- )
- (i32.const 0)
- )
- (block
- (set_local $7
(i32.const 0)
)
- (set_local $8
- (get_local $2)
- )
- (br $while-out$7)
- )
- (block
- (set_local $10
- (get_local $1)
+ (block
+ (set_local $7
+ (i32.const 0)
+ )
+ (set_local $8
+ (get_local $2)
+ )
+ (br $while-out$7)
)
- (set_local $9
- (get_local $2)
+ (block
+ (set_local $10
+ (get_local $1)
+ )
+ (set_local $9
+ (get_local $2)
+ )
)
)
+ (br $while-in$8)
)
- (br $while-in$8)
)
)
)
@@ -2727,9 +2616,6 @@
)
)
(func $___syscall_ret (param $0 i32) (result i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.gt_u
(get_local $0)
@@ -2755,13 +2641,10 @@
(local $4 i32)
(local $5 i32)
(local $6 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.gt_u
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -2769,7 +2652,7 @@
)
)
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 28)
@@ -2778,19 +2661,21 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(if
(i32.eq
@@ -2819,9 +2704,9 @@
(block
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 4)
@@ -2829,9 +2714,9 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $0)
(i32.const 8)
@@ -2840,22 +2725,24 @@
)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=40
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.sub
+ (get_local $1)
+ (get_local $2)
+ )
+ (i32.const 1)
+ (i32.add
+ (i32.and
+ (i32.load offset=40
+ (get_local $0)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 2)
)
- (i32.const 2)
- )
- (get_local $0)
- (i32.sub
- (get_local $1)
- (get_local $2)
)
- (i32.const 1)
)
)
(i32.store offset=16
@@ -2886,9 +2773,6 @@
(get_local $1)
)
(func $_cleanup (param $0 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(i32.load offset=68
@@ -2911,8 +2795,8 @@
(local $11 i32)
(local $12 i32)
(local $13 i32)
- (local $14 i32)
- (local $15 f64)
+ (local $14 f64)
+ (local $15 i32)
(local $16 i32)
(local $17 i32)
(local $18 i32)
@@ -2982,27 +2866,18 @@
(local $82 i32)
(local $83 i32)
(set_local $31
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 624)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -3028,9 +2903,9 @@
)
)
(set_local $71
- (set_local $28
+ (tee_local $28
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $31)
(i32.const 536)
@@ -3048,7 +2923,7 @@
)
(set_local $76
(i32.add
- (set_local $73
+ (tee_local $73
(i32.add
(get_local $31)
(i32.const 8)
@@ -3059,7 +2934,7 @@
)
(set_local $52
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $31)
(i32.const 576)
@@ -3076,11 +2951,11 @@
)
(set_local $77
(i32.sub
- (set_local $40
+ (tee_local $40
(get_local $52)
)
- (set_local $64
- (set_local $29
+ (tee_local $64
+ (tee_local $29
(i32.add
(get_local $31)
(i32.const 588)
@@ -3103,7 +2978,7 @@
)
(set_local $81
(i32.add
- (set_local $80
+ (tee_local $80
(i32.add
(get_local $31)
(i32.const 24)
@@ -3113,7 +2988,7 @@
)
)
(set_local $75
- (set_local $45
+ (tee_local $45
(i32.add
(get_local $29)
(i32.const 9)
@@ -3138,477 +3013,482 @@
(set_local $8
(i32.const 0)
)
- (loop $label$break$L1 $label$continue$L1
- (set_local $22
- (if
- (i32.gt_s
- (get_local $22)
- (i32.const -1)
- )
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (set_local $22
(if
(i32.gt_s
- (get_local $1)
- (i32.sub
- (i32.const 2147483647)
- (get_local $22)
- )
- )
- (block
- (i32.store
- (call $___errno_location)
- (i32.const 75)
- )
- (i32.const -1)
- )
- (i32.add
- (get_local $1)
(get_local $22)
+ (i32.const -1)
)
- )
- (get_local $22)
- )
- )
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (get_local $20)
+ (if
+ (i32.gt_s
+ (get_local $1)
+ (i32.sub
+ (i32.const 2147483647)
+ (get_local $22)
)
)
- (i32.const 24)
+ (block
+ (i32.store
+ (call $___errno_location)
+ (i32.const 75)
+ )
+ (i32.const -1)
+ )
+ (i32.add
+ (get_local $1)
+ (get_local $22)
+ )
)
- (i32.const 24)
- )
- (i32.const 0)
- )
- (block
- (set_local $82
(get_local $22)
)
- (set_local $83
- (get_local $8)
- )
- (set_local $12
- (i32.const 242)
- )
- (br $label$break$L1)
- )
- (set_local $5
- (get_local $20)
)
- )
- (loop $label$break$L9 $label$continue$L9
- (block $switch-default$5
- (block $switch-case$4
- (block $switch-case$3
- (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
- (i32.sub
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
- )
- (i32.const 24)
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (get_local $20)
)
- (i32.const 0)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (set_local $54
- (get_local $5)
+ (i32.const 0)
+ )
+ (block
+ (set_local $82
+ (get_local $22)
)
- (set_local $65
- (get_local $5)
+ (set_local $83
+ (get_local $8)
)
(set_local $12
- (i32.const 9)
+ (i32.const 242)
)
- (br $label$break$L9)
- )
- (set_local $41
- (get_local $5)
- )
- (set_local $55
- (get_local $5)
+ (br $label$break$L1)
)
- (br $label$break$L9)
- )
- (set_local $1
- (i32.load8_s
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 1)
- )
- )
+ (set_local $5
+ (get_local $20)
)
)
- (br $label$continue$L9)
- )
- (block $label$break$L12
- (if
- (i32.eq
- (get_local $12)
- (i32.const 9)
- )
- (loop $while-out$7 $while-in$8
- (set_local $12
- (i32.const 0)
- )
- (if
- (i32.ne
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=1
- (get_local $54)
+ (loop $label$continue$L9
+ (block $label$break$L9
+ (block $switch-default$5
+ (block $switch-case$4
+ (block $switch-case$3
+ (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
+ (i32.sub
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
)
- (i32.const 24)
)
- (i32.const 24)
)
- (i32.const 37)
- )
- (block
- (set_local $41
- (get_local $54)
+ (set_local $54
+ (get_local $5)
)
- (set_local $55
- (get_local $65)
+ (set_local $65
+ (get_local $5)
)
- (br $label$break$L12)
+ (set_local $12
+ (i32.const 9)
+ )
+ (br $label$break$L9)
+ )
+ (set_local $41
+ (get_local $5)
)
+ (set_local $55
+ (get_local $5)
+ )
+ (br $label$break$L9)
)
- (set_local $5
- (i32.add
- (get_local $65)
- (i32.const 1)
+ (set_local $1
+ (i32.load8_s
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 1)
+ )
+ )
)
)
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $1
- (i32.add
+ (br $label$continue$L9)
+ )
+ )
+ (block $label$break$L12
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 9)
+ )
+ (loop $while-in$8
+ (block $while-out$7
+ (set_local $12
+ (i32.const 0)
+ )
+ (if
+ (i32.ne
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=1
(get_local $54)
- (i32.const 2)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const 37)
+ )
+ (block
+ (set_local $41
+ (get_local $54)
+ )
+ (set_local $55
+ (get_local $65)
+ )
+ (br $label$break$L12)
)
- (i32.const 24)
- )
- (i32.const 37)
- )
- (block
- (set_local $54
- (get_local $1)
- )
- (set_local $65
- (get_local $5)
)
- )
- (block
- (set_local $41
- (get_local $1)
+ (set_local $5
+ (i32.add
+ (get_local $65)
+ (i32.const 1)
+ )
)
- (set_local $55
- (get_local $5)
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $54)
+ (i32.const 2)
+ )
+ )
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 37)
+ )
+ (block
+ (set_local $54
+ (get_local $1)
+ )
+ (set_local $65
+ (get_local $5)
+ )
+ )
+ (block
+ (set_local $41
+ (get_local $1)
+ )
+ (set_local $55
+ (get_local $5)
+ )
+ (br $while-out$7)
+ )
)
- (br $while-out$7)
+ (br $while-in$8)
)
)
- (br $while-in$8)
)
)
- )
- (set_local $17
- (i32.sub
- (get_local $55)
- (get_local $20)
+ (set_local $17
+ (i32.sub
+ (get_local $55)
+ (get_local $20)
+ )
)
- )
- (if
- (get_local $44)
(if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (get_local $44)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $20)
+ (get_local $17)
+ (get_local $0)
)
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $20)
- (get_local $17)
- (get_local $0)
)
)
- )
- (if
- (i32.ne
- (get_local $55)
- (get_local $20)
- )
- (block
- (set_local $20
- (get_local $41)
+ (if
+ (i32.ne
+ (get_local $55)
+ (get_local $20)
)
- (set_local $1
- (get_local $17)
+ (block
+ (set_local $20
+ (get_local $41)
+ )
+ (set_local $1
+ (get_local $17)
+ )
+ (br $label$continue$L1)
)
- (br $label$continue$L1)
)
- )
- (set_local $7
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (set_local $5
- (i32.add
- (get_local $41)
- (i32.const 1)
+ (set_local $7
+ (if
+ (i32.lt_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (tee_local $5
+ (i32.add
+ (get_local $41)
+ (i32.const 1)
+ )
)
)
)
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const -48)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $1
- (i32.load8_s
- (set_local $5
- (select
- (i32.add
- (get_local $41)
- (i32.const 3)
- )
- (get_local $5)
- (set_local $7
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=2
- (get_local $41)
+ (block
+ (set_local $1
+ (i32.load8_s
+ (tee_local $5
+ (select
+ (i32.add
+ (get_local $41)
+ (i32.const 3)
+ )
+ (get_local $5)
+ (tee_local $7
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=2
+ (get_local $41)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
)
)
)
)
)
- )
- (set_local $11
+ (set_local $11
+ (select
+ (i32.const 1)
+ (get_local $8)
+ (get_local $7)
+ )
+ )
+ (set_local $9
+ (get_local $5)
+ )
(select
- (i32.const 1)
- (get_local $8)
+ (get_local $6)
+ (i32.const -1)
(get_local $7)
)
)
- (set_local $9
- (get_local $5)
- )
- (select
- (get_local $6)
+ (block
+ (set_local $11
+ (get_local $8)
+ )
+ (set_local $9
+ (get_local $5)
+ )
(i32.const -1)
- (get_local $7)
)
)
- (block
- (set_local $11
- (get_local $8)
- )
- (set_local $9
- (get_local $5)
- )
- (i32.const -1)
- )
)
- )
- (block $label$break$L25
- (if
- (i32.eq
- (i32.and
- (set_local $5
- (i32.shr_s
- (i32.shl
- (get_local $1)
+ (block $label$break$L25
+ (if
+ (i32.eq
+ (i32.and
+ (tee_local $5
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
+ (i32.const -32)
)
- (i32.const -32)
- )
- (i32.const 32)
- )
- (block
- (set_local $8
- (i32.const 0)
+ (i32.const 32)
)
- (loop $while-out$10 $while-in$11
- (if
- (i32.eq
- (i32.and
- (i32.shl
- (i32.const 1)
- (i32.add
- (get_local $5)
- (i32.const -32)
+ (block
+ (set_local $8
+ (i32.const 0)
+ )
+ (loop $while-in$11
+ (block $while-out$10
+ (br_if $label$break$L25
+ (i32.eq
+ (i32.and
+ (i32.shl
+ (i32.const 1)
+ (i32.add
+ (get_local $5)
+ (i32.const -32)
+ )
+ )
+ (i32.const 75913)
)
+ (i32.const 0)
)
- (i32.const 75913)
)
- (i32.const 0)
- )
- (br $label$break$L25)
- )
- (set_local $8
- (i32.or
- (i32.shl
- (i32.const 1)
- (i32.add
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
+ (set_local $8
+ (i32.or
+ (i32.shl
+ (i32.const 1)
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const -32)
)
- (i32.const 24)
)
- (i32.const -32)
+ (get_local $8)
)
)
- (get_local $8)
- )
- )
- (if
- (i32.eq
- (i32.and
- (set_local $5
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (set_local $6
- (i32.add
- (get_local $9)
- (i32.const 1)
+ (if
+ (i32.eq
+ (i32.and
+ (tee_local $5
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (tee_local $6
+ (i32.add
+ (get_local $9)
+ (i32.const 1)
+ )
+ )
)
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
)
- (i32.const 24)
+ (i32.const -32)
)
+ (i32.const 32)
+ )
+ (set_local $9
+ (get_local $6)
+ )
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (br $while-out$10)
)
- (i32.const -32)
- )
- (i32.const 32)
- )
- (set_local $9
- (get_local $6)
- )
- (block
- (set_local $9
- (get_local $6)
)
- (br $while-out$10)
+ (br $while-in$11)
)
)
- (br $while-in$11)
)
- )
- (set_local $8
- (i32.const 0)
+ (set_local $8
+ (i32.const 0)
+ )
)
)
- )
- (block $do-once$12
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $1)
+ (block $do-once$12
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 42)
)
- (i32.const 42)
- )
- (block
- (if
- (i32.lt_u
- (set_local $1
- (i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $6
- (i32.add
- (get_local $9)
- (i32.const 1)
+ (block
+ (if
+ (i32.lt_u
+ (tee_local $1
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $6
+ (i32.add
+ (get_local $9)
+ (i32.const 1)
+ )
)
)
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const -48)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=2
- (get_local $9)
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s offset=2
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
- )
- (block
- (i32.store
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $1)
- (i32.const 2)
+ (block
+ (i32.store
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (set_local $5
- (i32.load
- (set_local $1
+ (set_local $1
+ (i32.load
(i32.add
(get_local $3)
(i32.shl
@@ -3629,330 +3509,277 @@
)
)
)
- )
- (i32.load offset=4
- (get_local $1)
- )
- (set_local $66
- (i32.const 1)
- )
- (set_local $67
- (i32.add
- (get_local $9)
- (i32.const 3)
+ (set_local $66
+ (i32.const 1)
+ )
+ (set_local $67
+ (i32.add
+ (get_local $9)
+ (i32.const 3)
+ )
+ )
+ (set_local $56
+ (get_local $1)
)
)
- (set_local $56
- (get_local $5)
+ (set_local $12
+ (i32.const 24)
)
)
(set_local $12
(i32.const 24)
)
)
- (set_local $12
- (i32.const 24)
- )
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 24)
- )
- (block
- (set_local $12
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 24)
)
- (if
- (i32.ne
- (get_local $11)
+ (block
+ (set_local $12
(i32.const 0)
)
- (block
- (set_local $24
- (i32.const -1)
+ (if
+ (i32.ne
+ (get_local $11)
+ (i32.const 0)
)
- (br $label$break$L1)
- )
- )
- (if
- (i32.eqz
- (get_local $44)
- )
- (block
- (set_local $9
- (get_local $6)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
- (set_local $21
- (i32.const 0)
+ )
+ (if
+ (i32.eqz
+ (get_local $44)
)
- (set_local $16
- (i32.const 0)
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (set_local $21
+ (i32.const 0)
+ )
+ (set_local $16
+ (i32.const 0)
+ )
+ (br $do-once$12)
)
- (br $do-once$12)
)
- )
- (set_local $5
- (i32.load
- (set_local $1
- (i32.and
- (i32.add
- (i32.load
- (get_local $2)
+ (set_local $5
+ (i32.load
+ (tee_local $1
+ (i32.and
+ (i32.add
+ (i32.load
+ (get_local $2)
+ )
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const -4)
)
- (i32.const -4)
)
)
)
- )
- (i32.store
- (get_local $2)
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (i32.store
+ (get_local $2)
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ )
+ (set_local $66
+ (i32.const 0)
+ )
+ (set_local $67
+ (get_local $6)
+ )
+ (set_local $56
+ (get_local $5)
)
- )
- (set_local $66
- (i32.const 0)
- )
- (set_local $67
- (get_local $6)
- )
- (set_local $56
- (get_local $5)
)
)
- )
- (set_local $8
- (if
- (i32.lt_s
- (get_local $56)
- (i32.const 0)
- )
- (block
- (set_local $9
- (get_local $67)
+ (set_local $8
+ (if
+ (i32.lt_s
+ (get_local $56)
+ (i32.const 0)
)
- (set_local $21
- (get_local $66)
+ (block
+ (set_local $9
+ (get_local $67)
+ )
+ (set_local $21
+ (get_local $66)
+ )
+ (set_local $16
+ (i32.sub
+ (i32.const 0)
+ (get_local $56)
+ )
+ )
+ (i32.or
+ (get_local $8)
+ (i32.const 8192)
+ )
)
- (set_local $16
- (i32.sub
- (i32.const 0)
+ (block
+ (set_local $9
+ (get_local $67)
+ )
+ (set_local $21
+ (get_local $66)
+ )
+ (set_local $16
(get_local $56)
)
- )
- (i32.or
(get_local $8)
- (i32.const 8192)
- )
- )
- (block
- (set_local $9
- (get_local $67)
- )
- (set_local $21
- (get_local $66)
)
- (set_local $16
- (get_local $56)
- )
- (get_local $8)
)
)
)
- )
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (i32.shr_s
- (i32.shl
- (get_local $1)
+ (if
+ (i32.lt_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const -48)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $1
- (get_local $9)
- )
- (set_local $5
- (i32.const 0)
- )
- (loop $while-out$14 $while-in$15
+ (block
+ (set_local $1
+ (get_local $9)
+ )
(set_local $5
- (i32.add
- (i32.mul
- (get_local $5)
- (i32.const 10)
- )
- (get_local $6)
- )
+ (i32.const 0)
)
- (if
- (i32.ge_u
- (set_local $6
+ (loop $while-in$15
+ (block $while-out$14
+ (set_local $5
(i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ (get_local $6)
+ )
+ )
+ (br_if $while-out$14
+ (i32.ge_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
)
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const 24)
)
- (i32.const -48)
+ (i32.const 10)
)
)
- (i32.const 10)
+ (br $while-in$15)
)
- (br $while-out$14)
)
- (br $while-in$15)
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
- )
- (br $label$break$L1)
- )
- (block
- (set_local $9
- (get_local $1)
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
)
- (set_local $21
- (get_local $11)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
- (set_local $16
- (get_local $5)
+ (block
+ (set_local $9
+ (get_local $1)
+ )
+ (set_local $21
+ (get_local $11)
+ )
+ (set_local $16
+ (get_local $5)
+ )
)
)
)
- )
- (block
- (set_local $21
- (get_local $11)
- )
- (set_local $16
- (i32.const 0)
+ (block
+ (set_local $21
+ (get_local $11)
+ )
+ (set_local $16
+ (i32.const 0)
+ )
)
)
)
)
- )
- (set_local $11
- (block $label$break$L46
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $9)
+ (set_local $11
+ (block $label$break$L46
+ (if
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 46)
)
- (i32.const 46)
- )
- (block
- (if
- (i32.ne
- (i32.shr_s
- (i32.shl
- (set_local $1
- (i32.load8_s
- (set_local $5
- (i32.add
- (get_local $9)
- (i32.const 1)
+ (block
+ (if
+ (i32.ne
+ (i32.shr_s
+ (i32.shl
+ (tee_local $1
+ (i32.load8_s
+ (tee_local $5
+ (i32.add
+ (get_local $9)
+ (i32.const 1)
+ )
)
)
)
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.const 42)
- )
- (block
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const -48)
- )
- )
- (i32.const 10)
- )
- (block
- (set_local $1
- (get_local $5)
- )
- (set_local $5
- (i32.const 0)
- )
- )
- (block
- (set_local $10
- (i32.const 0)
- )
- (br $label$break$L46
- (get_local $5)
- )
- )
+ (i32.const 42)
)
- (loop $while-in$18
- (set_local $5
- (i32.add
- (i32.mul
- (get_local $5)
- (i32.const 10)
- )
- (get_local $6)
- )
- )
+ (block
(if
- (i32.ge_u
- (set_local $6
+ (i32.lt_u
+ (tee_local $6
(i32.add
(i32.shr_s
(i32.shl
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
- )
- )
- )
+ (get_local $1)
(i32.const 24)
)
(i32.const 24)
@@ -3963,68 +3790,117 @@
(i32.const 10)
)
(block
- (set_local $10
+ (set_local $1
(get_local $5)
)
+ (set_local $5
+ (i32.const 0)
+ )
+ )
+ (block
+ (set_local $10
+ (i32.const 0)
+ )
(br $label$break$L46
- (get_local $1)
+ (get_local $5)
)
)
)
- (br $while-in$18)
- )
- )
- )
- (if
- (i32.lt_u
- (set_local $1
- (i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (set_local $6
- (i32.add
- (get_local $9)
- (i32.const 2)
+ (loop $while-in$18
+ (set_local $5
+ (i32.add
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ (get_local $6)
+ )
+ )
+ (if
+ (i32.ge_u
+ (tee_local $6
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
)
+ (i32.const -48)
)
)
- (i32.const 24)
+ (i32.const 10)
+ )
+ (block
+ (set_local $10
+ (get_local $5)
+ )
+ (br $label$break$L46
+ (get_local $1)
+ )
)
- (i32.const 24)
)
- (i32.const -48)
+ (br $while-in$18)
)
)
- (i32.const 10)
)
(if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s offset=3
- (get_local $9)
+ (i32.lt_u
+ (tee_local $1
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (tee_local $6
+ (i32.add
+ (get_local $9)
+ (i32.const 2)
+ )
+ )
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const -48)
)
- (i32.const 24)
)
- (i32.const 36)
+ (i32.const 10)
)
- (block
- (i32.store
- (i32.add
- (get_local $4)
+ (if
+ (i32.eq
+ (i32.shr_s
(i32.shl
- (get_local $1)
- (i32.const 2)
+ (i32.load8_s offset=3
+ (get_local $9)
+ )
+ (i32.const 24)
)
+ (i32.const 24)
)
- (i32.const 10)
+ (i32.const 36)
)
- (set_local $5
- (i32.load
- (set_local $1
+ (block
+ (i32.store
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
+ )
+ (i32.const 10)
+ )
+ (set_local $1
+ (i32.load
(i32.add
(get_local $3)
(i32.shl
@@ -4045,184 +3921,157 @@
)
)
)
- )
- (i32.load offset=4
- (get_local $1)
- )
- (set_local $10
- (get_local $5)
- )
- (br $label$break$L46
- (i32.add
- (get_local $9)
- (i32.const 4)
+ (set_local $10
+ (get_local $1)
+ )
+ (br $label$break$L46
+ (i32.add
+ (get_local $9)
+ (i32.const 4)
+ )
)
)
)
)
- )
- (if
- (i32.ne
- (get_local $21)
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (if
+ (i32.ne
+ (get_local $21)
+ (i32.const 0)
+ )
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
- (br $label$break$L1)
)
- )
- (if
- (get_local $44)
- (block
- (set_local $5
- (i32.load
- (set_local $1
- (i32.and
- (i32.add
- (i32.load
- (get_local $2)
+ (if
+ (get_local $44)
+ (block
+ (set_local $5
+ (i32.load
+ (tee_local $1
+ (i32.and
+ (i32.add
+ (i32.load
+ (get_local $2)
+ )
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const -4)
)
- (i32.const -4)
)
)
)
- )
- (i32.store
- (get_local $2)
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (i32.store
+ (get_local $2)
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (set_local $10
+ (get_local $5)
+ )
+ (get_local $6)
)
- (set_local $10
- (get_local $5)
- )
- (get_local $6)
- )
- (block
- (set_local $10
- (i32.const 0)
+ (block
+ (set_local $10
+ (i32.const 0)
+ )
+ (get_local $6)
)
- (get_local $6)
)
)
- )
- (block
- (set_local $10
- (i32.const -1)
+ (block
+ (set_local $10
+ (i32.const -1)
+ )
+ (get_local $9)
)
- (get_local $9)
)
)
)
- )
- (set_local $13
- (i32.const 0)
- )
- (loop $while-out$19 $while-in$20
- (if
- (i32.gt_u
- (set_local $1
- (i32.add
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $11)
+ (set_local $13
+ (i32.const 0)
+ )
+ (loop $while-in$20
+ (block $while-out$19
+ (if
+ (i32.gt_u
+ (tee_local $1
+ (i32.add
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $11)
+ )
+ (i32.const 24)
+ )
+ (i32.const 24)
)
- (i32.const 24)
+ (i32.const -65)
)
- (i32.const 24)
)
- (i32.const -65)
+ (i32.const 57)
+ )
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
)
)
- (i32.const 57)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (set_local $9
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
+ )
)
- (br $label$break$L1)
- )
- )
- (set_local $9
- (i32.add
- (get_local $11)
- (i32.const 1)
- )
- )
- (if
- (i32.lt_u
- (i32.add
- (set_local $5
- (i32.and
- (set_local $1
- (i32.load8_s
- (i32.add
- (i32.add
- (i32.const 3611)
- (i32.mul
- (get_local $13)
- (i32.const 58)
+ (if
+ (i32.lt_u
+ (i32.add
+ (tee_local $5
+ (i32.and
+ (tee_local $1
+ (i32.load8_s
+ (i32.add
+ (i32.add
+ (i32.const 3611)
+ (i32.mul
+ (get_local $13)
+ (i32.const 58)
+ )
+ )
+ (get_local $1)
)
)
- (get_local $1)
)
+ (i32.const 255)
)
)
- (i32.const 255)
+ (i32.const -1)
)
+ (i32.const 8)
+ )
+ (block
+ (set_local $11
+ (get_local $9)
+ )
+ (set_local $13
+ (get_local $5)
+ )
+ )
+ (block
+ (set_local $6
+ (get_local $5)
+ )
+ (br $while-out$19)
)
- (i32.const -1)
- )
- (i32.const 8)
- )
- (block
- (set_local $11
- (get_local $9)
- )
- (set_local $13
- (get_local $5)
- )
- )
- (block
- (set_local $6
- (get_local $5)
- )
- (br $while-out$19)
- )
- )
- (br $while-in$20)
- )
- (if
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $1)
- (i32.const 24)
)
- (i32.const 24)
- )
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (br $while-in$20)
)
- (br $label$break$L1)
)
- )
- (set_local $5
- (i32.gt_s
- (get_local $7)
- (i32.const -1)
- )
- )
- (block $do-once$21
(if
(i32.eq
(i32.shr_s
@@ -4232,202 +4081,244 @@
)
(i32.const 24)
)
- (i32.const 19)
+ (i32.const 0)
)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ )
+ (set_local $5
+ (i32.gt_s
+ (get_local $7)
+ (i32.const -1)
+ )
+ )
+ (block $do-once$21
(if
- (get_local $5)
- (block
- (set_local $24
- (i32.const -1)
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $1)
+ (i32.const 24)
+ )
+ (i32.const 24)
)
- (br $label$break$L1)
+ (i32.const 19)
)
- (set_local $12
- (i32.const 52)
- )
- )
- (block
(if
(get_local $5)
(block
- (i32.store
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $7)
- (i32.const 2)
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ (set_local $12
+ (i32.const 52)
+ )
+ )
+ (block
+ (if
+ (get_local $5)
+ (block
+ (i32.store
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $7)
+ (i32.const 2)
+ )
)
+ (get_local $6)
)
- (get_local $6)
- )
- (set_local $5
- (i32.load
- (set_local $1
- (i32.add
- (get_local $3)
- (i32.shl
- (get_local $7)
- (i32.const 3)
+ (set_local $5
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $3)
+ (i32.shl
+ (get_local $7)
+ (i32.const 3)
+ )
)
)
)
)
- )
- (set_local $1
- (i32.load offset=4
+ (set_local $1
+ (i32.load offset=4
+ (get_local $1)
+ )
+ )
+ (i32.store
+ (tee_local $7
+ (get_local $19)
+ )
+ (get_local $5)
+ )
+ (i32.store offset=4
+ (get_local $7)
(get_local $1)
)
- )
- (i32.store
- (set_local $7
- (get_local $19)
+ (set_local $12
+ (i32.const 52)
)
- (get_local $5)
+ (br $do-once$21)
)
- (i32.store offset=4
- (get_local $7)
- (get_local $1)
+ )
+ (if
+ (i32.eqz
+ (get_local $44)
)
- (set_local $12
- (i32.const 52)
+ (block
+ (set_local $24
+ (i32.const 0)
+ )
+ (br $label$break$L1)
)
- (br $do-once$21)
+ )
+ (call $_pop_arg_336
+ (get_local $19)
+ (get_local $6)
+ (get_local $2)
)
)
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 52)
+ )
+ (block
+ (set_local $12
+ (i32.const 0)
+ )
(if
(i32.eqz
(get_local $44)
)
(block
- (set_local $24
- (i32.const 0)
+ (set_local $20
+ (get_local $9)
)
- (br $label$break$L1)
+ (set_local $1
+ (get_local $17)
+ )
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
)
- (call $_pop_arg_336
- (get_local $19)
- (get_local $6)
- (get_local $2)
- )
)
)
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 52)
- )
- (block
- (set_local $12
- (i32.const 0)
- )
- (if
- (i32.eqz
- (get_local $44)
- )
- (block
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (get_local $17)
- )
- (set_local $8
- (get_local $21)
- )
- (br $label$continue$L1)
+ (set_local $5
+ (i32.and
+ (i32.ne
+ (get_local $13)
+ (i32.const 0)
)
- )
- )
- )
- (set_local $5
- (i32.and
- (i32.ne
- (get_local $13)
- (i32.const 0)
- )
- (i32.eq
- (i32.and
- (set_local $1
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $11)
+ (i32.eq
+ (i32.and
+ (tee_local $1
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $11)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
)
+ (i32.const 15)
)
- (i32.const 15)
+ (i32.const 3)
)
- (i32.const 3)
)
)
- )
- (set_local $18
- (select
- (get_local $8)
- (set_local $7
- (i32.and
- (get_local $8)
- (i32.const -65537)
+ (set_local $18
+ (select
+ (get_local $8)
+ (tee_local $7
+ (i32.and
+ (get_local $8)
+ (i32.const -65537)
+ )
)
- )
- (i32.eq
- (i32.and
- (get_local $8)
- (i32.const 8192)
+ (i32.eq
+ (i32.and
+ (get_local $8)
+ (i32.const 8192)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
- )
- (block $switch$24
- (block $switch-default$127
- (block $switch-case$49
- (block $switch-case$48
- (block $switch-case$47
- (block $switch-case$46
- (block $switch-case$45
- (block $switch-case$44
- (block $switch-case$43
- (block $switch-case$41
- (block $switch-case$40
- (block $switch-case$36
- (block $switch-case$35
- (block $switch-case$34
- (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$49 $switch-default$127 $switch-case$44 $switch-case$41 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127
- (i32.sub
- (set_local $26
- (select
- (i32.and
+ (block $switch$24
+ (block $switch-default$127
+ (block $switch-case$49
+ (block $switch-case$48
+ (block $switch-case$47
+ (block $switch-case$46
+ (block $switch-case$45
+ (block $switch-case$44
+ (block $switch-case$43
+ (block $switch-case$41
+ (block $switch-case$40
+ (block $switch-case$36
+ (block $switch-case$35
+ (block $switch-case$34
+ (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$49 $switch-default$127 $switch-case$44 $switch-case$41 $switch-case$49 $switch-case$49 $switch-case$49 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127
+ (i32.sub
+ (tee_local $26
+ (select
+ (i32.and
+ (get_local $1)
+ (i32.const -33)
+ )
(get_local $1)
- (i32.const -33)
+ (get_local $5)
)
- (get_local $1)
- (get_local $5)
)
+ (i32.const 65)
)
- (i32.const 65)
)
)
- )
- (block $switch-default$33
- (block $switch-case$32
- (block $switch-case$31
- (block $switch-case$30
- (block $switch-case$29
- (block $switch-case$28
- (block $switch-case$27
- (block $switch-case$26
- (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
- (i32.sub
- (get_local $13)
- (i32.const 0)
+ (block $switch-default$33
+ (block $switch-case$32
+ (block $switch-case$31
+ (block $switch-case$30
+ (block $switch-case$29
+ (block $switch-case$28
+ (block $switch-case$27
+ (block $switch-case$26
+ (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
+ (i32.sub
+ (get_local $13)
+ (i32.const 0)
+ )
+ )
+ )
+ (i32.store
+ (i32.load
+ (get_local $19)
)
+ (get_local $22)
+ )
+ (set_local $20
+ (get_local $9)
+ )
+ (set_local $1
+ (get_local $17)
)
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
(i32.store
(i32.load
@@ -4447,11 +4338,26 @@
(br $label$continue$L1)
)
(i32.store
- (i32.load
- (get_local $19)
+ (tee_local $1
+ (i32.load
+ (get_local $19)
+ )
)
(get_local $22)
)
+ (i32.store offset=4
+ (get_local $1)
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (get_local $22)
+ (i32.const 0)
+ )
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
(set_local $20
(get_local $9)
)
@@ -4463,25 +4369,13 @@
)
(br $label$continue$L1)
)
- (i32.store
- (set_local $1
- (i32.load
- (get_local $19)
- )
+ (i32.store16
+ (i32.load
+ (get_local $19)
)
- (get_local $22)
- )
- (i32.store offset=4
- (get_local $1)
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (get_local $22)
- (i32.const 0)
- )
- (i32.const 31)
- )
- (i32.const 31)
+ (i32.and
+ (get_local $22)
+ (i32.const 65535)
)
)
(set_local $20
@@ -4495,13 +4389,13 @@
)
(br $label$continue$L1)
)
- (i32.store16
+ (i32.store8
(i32.load
(get_local $19)
)
(i32.and
(get_local $22)
- (i32.const 65535)
+ (i32.const 255)
)
)
(set_local $20
@@ -4515,14 +4409,11 @@
)
(br $label$continue$L1)
)
- (i32.store8
+ (i32.store
(i32.load
(get_local $19)
)
- (i32.and
- (get_local $22)
- (i32.const 255)
- )
+ (get_local $22)
)
(set_local $20
(get_local $9)
@@ -4536,11 +4427,26 @@
(br $label$continue$L1)
)
(i32.store
- (i32.load
- (get_local $19)
+ (tee_local $1
+ (i32.load
+ (get_local $19)
+ )
)
(get_local $22)
)
+ (i32.store offset=4
+ (get_local $1)
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (get_local $22)
+ (i32.const 0)
+ )
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
(set_local $20
(get_local $9)
)
@@ -4552,27 +4458,6 @@
)
(br $label$continue$L1)
)
- (i32.store
- (set_local $1
- (i32.load
- (get_local $19)
- )
- )
- (get_local $22)
- )
- (i32.store offset=4
- (get_local $1)
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (get_local $22)
- (i32.const 0)
- )
- (i32.const 31)
- )
- (i32.const 31)
- )
- )
(set_local $20
(get_local $9)
)
@@ -4584,377 +4469,380 @@
)
(br $label$continue$L1)
)
- (set_local $20
- (get_local $9)
+ (set_local $46
+ (i32.or
+ (get_local $18)
+ (i32.const 8)
+ )
)
- (set_local $1
- (get_local $17)
+ (set_local $57
+ (select
+ (get_local $10)
+ (i32.const 8)
+ (i32.gt_u
+ (get_local $10)
+ (i32.const 8)
+ )
+ )
)
- (set_local $8
- (get_local $21)
+ (set_local $68
+ (i32.const 120)
)
- (br $label$continue$L1)
+ (set_local $12
+ (i32.const 64)
+ )
+ (br $switch$24)
)
(set_local $46
- (i32.or
- (get_local $18)
- (i32.const 8)
- )
+ (get_local $18)
)
(set_local $57
- (select
- (get_local $10)
- (i32.const 8)
- (i32.gt_u
- (get_local $10)
- (i32.const 8)
- )
- )
+ (get_local $10)
)
(set_local $68
- (i32.const 120)
+ (get_local $26)
)
(set_local $12
(i32.const 64)
)
(br $switch$24)
)
- (set_local $46
- (get_local $18)
- )
- (set_local $57
- (get_local $10)
- )
- (set_local $68
- (get_local $26)
- )
- (set_local $12
- (i32.const 64)
- )
- (br $switch$24)
- )
- (if
- (i32.and
- (i32.eq
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
+ (if
+ (i32.and
+ (i32.eq
+ (tee_local $5
+ (i32.load
+ (tee_local $1
+ (get_local $19)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (i32.eq
- (set_local $1
- (i32.load offset=4
- (get_local $1)
+ (i32.eq
+ (tee_local $1
+ (i32.load offset=4
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $6
- (get_local $28)
- )
- (block
(set_local $6
(get_local $28)
)
- (loop $while-out$38 $while-in$39
- (i32.store8
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -1)
- )
- )
- (i32.and
- (i32.or
- (i32.and
- (get_local $5)
- (i32.const 7)
- )
- (i32.const 48)
- )
- (i32.const 255)
- )
+ (block
+ (set_local $6
+ (get_local $28)
)
- (if
- (i32.and
- (i32.eq
- (set_local $5
- (call $_bitshift64Lshr
- (get_local $5)
- (get_local $1)
- (i32.const 3)
+ (loop $while-in$39
+ (block $while-out$38
+ (i32.store8
+ (tee_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const -1)
)
)
- (i32.const 0)
+ (i32.and
+ (i32.or
+ (i32.and
+ (get_local $5)
+ (i32.const 7)
+ )
+ (i32.const 48)
+ )
+ (i32.const 255)
+ )
)
- (i32.eq
- (set_local $1
- (i32.load
- (i32.const 168)
+ (br_if $while-out$38
+ (i32.and
+ (i32.eq
+ (tee_local $5
+ (call $_bitshift64Lshr
+ (get_local $5)
+ (get_local $1)
+ (i32.const 3)
+ )
+ )
+ (i32.const 0)
+ )
+ (i32.eq
+ (tee_local $1
+ (get_global $tempRet0)
+ )
+ (i32.const 0)
)
)
- (i32.const 0)
)
+ (br $while-in$39)
)
- (br $while-out$38)
)
- (br $while-in$39)
)
)
- )
- (set_local $58
- (if
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 8)
- )
- (i32.const 0)
- )
- (block
- (set_local $34
- (get_local $18)
- )
- (set_local $32
- (get_local $10)
- )
- (set_local $35
+ (set_local $58
+ (if
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
+ )
(i32.const 0)
)
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $6)
- )
- (block
- (set_local $5
- (i32.lt_s
+ (block
+ (set_local $34
+ (get_local $18)
+ )
+ (set_local $32
(get_local $10)
- (set_local $1
- (i32.add
- (i32.sub
- (get_local $71)
- (get_local $6)
+ )
+ (set_local $35
+ (i32.const 0)
+ )
+ (set_local $36
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
+ )
+ (block
+ (set_local $5
+ (i32.lt_s
+ (get_local $10)
+ (tee_local $1
+ (i32.add
+ (i32.sub
+ (get_local $71)
+ (get_local $6)
+ )
+ (i32.const 1)
)
- (i32.const 1)
)
)
)
- )
- (set_local $34
- (get_local $18)
- )
- (set_local $32
- (select
- (get_local $1)
- (get_local $10)
- (get_local $5)
+ (set_local $34
+ (get_local $18)
)
+ (set_local $32
+ (select
+ (get_local $1)
+ (get_local $10)
+ (get_local $5)
+ )
+ )
+ (set_local $35
+ (i32.const 0)
+ )
+ (set_local $36
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
)
- (set_local $35
- (i32.const 0)
- )
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $6)
- )
- )
- )
- (br $switch$24)
- )
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
- )
- )
- )
- (if
- (i32.lt_s
- (set_local $33
- (i32.load offset=4
- (get_local $1)
)
)
- (i32.const 0)
+ (br $switch$24)
)
- (block
- (set_local $1
- (call $_i64Subtract
- (i32.const 0)
- (i32.const 0)
- (get_local $5)
- (get_local $33)
- )
- )
- (set_local $5
- (i32.load
- (i32.const 168)
- )
- )
- (i32.store
- (set_local $33
+ (set_local $5
+ (i32.load
+ (tee_local $1
(get_local $19)
)
- (get_local $1)
- )
- (i32.store offset=4
- (get_local $33)
- (get_local $5)
- )
- (set_local $33
- (get_local $1)
- )
- (set_local $59
- (get_local $5)
- )
- (set_local $60
- (i32.const 1)
- )
- (set_local $61
- (i32.const 4091)
)
- (set_local $12
- (i32.const 76)
- )
- (br $switch$24)
)
- )
- (set_local $33
(if
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 2048)
+ (i32.lt_s
+ (tee_local $33
+ (i32.load offset=4
+ (get_local $1)
+ )
)
(i32.const 0)
)
(block
(set_local $1
- (select
- (i32.const 4091)
- (i32.const 4093)
- (i32.eq
- (set_local $6
- (i32.and
- (get_local $18)
- (i32.const 1)
- )
- )
- (i32.const 0)
- )
+ (call $_i64Subtract
+ (i32.const 0)
+ (i32.const 0)
+ (get_local $5)
+ (get_local $33)
)
)
- (set_local $59
- (get_local $33)
- )
- (set_local $60
- (get_local $6)
+ (set_local $5
+ (get_global $tempRet0)
)
- (set_local $61
+ (i32.store
+ (tee_local $33
+ (get_local $19)
+ )
(get_local $1)
)
- (set_local $12
- (i32.const 76)
+ (i32.store offset=4
+ (get_local $33)
+ (get_local $5)
+ )
+ (set_local $33
+ (get_local $1)
)
- (get_local $5)
- )
- (block
(set_local $59
- (get_local $33)
+ (get_local $5)
)
(set_local $60
(i32.const 1)
)
(set_local $61
- (i32.const 4092)
+ (i32.const 4091)
)
(set_local $12
(i32.const 76)
)
- (get_local $5)
+ (br $switch$24)
+ )
+ )
+ (set_local $33
+ (if
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 2048)
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $1
+ (select
+ (i32.const 4091)
+ (i32.const 4093)
+ (i32.eq
+ (tee_local $6
+ (i32.and
+ (get_local $18)
+ (i32.const 1)
+ )
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (set_local $59
+ (get_local $33)
+ )
+ (set_local $60
+ (get_local $6)
+ )
+ (set_local $61
+ (get_local $1)
+ )
+ (set_local $12
+ (i32.const 76)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $59
+ (get_local $33)
+ )
+ (set_local $60
+ (i32.const 1)
+ )
+ (set_local $61
+ (i32.const 4092)
+ )
+ (set_local $12
+ (i32.const 76)
+ )
+ (get_local $5)
+ )
+ )
+ )
+ (br $switch$24)
+ )
+ (set_local $33
+ (i32.load
+ (tee_local $1
+ (get_local $19)
)
)
)
+ (set_local $59
+ (i32.load offset=4
+ (get_local $1)
+ )
+ )
+ (set_local $60
+ (i32.const 0)
+ )
+ (set_local $61
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 76)
+ )
(br $switch$24)
)
- (set_local $33
+ (set_local $1
(i32.load
- (set_local $1
- (get_local $19)
- )
+ (get_local $19)
)
)
- (set_local $59
- (i32.load offset=4
+ (i32.store8
+ (get_local $72)
+ (i32.and
(get_local $1)
+ (i32.const 255)
)
)
- (set_local $60
+ (set_local $47
+ (get_local $72)
+ )
+ (set_local $37
+ (get_local $7)
+ )
+ (set_local $42
+ (i32.const 1)
+ )
+ (set_local $43
(i32.const 0)
)
- (set_local $61
+ (set_local $48
(i32.const 4091)
)
- (set_local $12
- (i32.const 76)
+ (set_local $49
+ (get_local $28)
)
(br $switch$24)
)
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
+ (set_local $50
+ (call $_strerror
+ (i32.load
+ (call $___errno_location)
)
)
)
- (i32.load offset=4
- (get_local $1)
+ (set_local $12
+ (i32.const 82)
)
- (i32.store8
- (get_local $72)
- (i32.and
- (get_local $5)
- (i32.const 255)
+ (br $switch$24)
+ )
+ (set_local $5
+ (i32.ne
+ (tee_local $1
+ (i32.load
+ (get_local $19)
+ )
)
- )
- (set_local $47
- (get_local $72)
- )
- (set_local $37
- (get_local $7)
- )
- (set_local $42
- (i32.const 1)
- )
- (set_local $43
(i32.const 0)
)
- (set_local $48
- (i32.const 4091)
- )
- (set_local $49
- (get_local $28)
- )
- (br $switch$24)
)
(set_local $50
- (call $_strerror
- (i32.load
- (call $___errno_location)
- )
+ (select
+ (get_local $1)
+ (i32.const 4101)
+ (get_local $5)
)
)
(set_local $12
@@ -4962,1084 +4850,1074 @@
)
(br $switch$24)
)
- (set_local $5
- (i32.ne
- (set_local $1
- (i32.load
- (get_local $19)
- )
- )
- (i32.const 0)
+ (set_local $1
+ (i32.load
+ (get_local $19)
)
)
- (set_local $50
- (select
- (get_local $1)
- (i32.const 4101)
- (get_local $5)
- )
+ (i32.store
+ (get_local $73)
+ (get_local $1)
+ )
+ (i32.store
+ (get_local $76)
+ (i32.const 0)
+ )
+ (i32.store
+ (get_local $19)
+ (get_local $73)
+ )
+ (set_local $69
+ (i32.const -1)
)
(set_local $12
- (i32.const 82)
+ (i32.const 86)
)
(br $switch$24)
)
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
- )
- )
- )
- (i32.load offset=4
- (get_local $1)
- )
- (i32.store
- (get_local $73)
- (get_local $5)
- )
- (i32.store
- (get_local $76)
- (i32.const 0)
- )
- (i32.store
- (get_local $19)
- (get_local $73)
- )
- (set_local $69
- (i32.const -1)
- )
(set_local $12
- (i32.const 86)
- )
- (br $switch$24)
- )
- (set_local $12
- (if
- (i32.eq
- (get_local $10)
- (i32.const 0)
- )
- (block
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
+ (if
+ (i32.eq
+ (get_local $10)
(i32.const 0)
- (get_local $18)
)
- (set_local $38
- (i32.const 0)
+ (block
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (i32.const 0)
+ (get_local $18)
+ )
+ (set_local $38
+ (i32.const 0)
+ )
+ (i32.const 98)
)
- (i32.const 98)
- )
- (block
- (set_local $69
- (get_local $10)
+ (block
+ (set_local $69
+ (get_local $10)
+ )
+ (i32.const 86)
)
- (i32.const 86)
)
)
+ (br $switch$24)
)
- (br $switch$24)
- )
- (set_local $15
- (f64.load
- (get_local $19)
+ (set_local $14
+ (f64.load
+ (get_local $19)
+ )
)
- )
- (i32.store
- (get_local $25)
- (i32.const 0)
- )
- (f64.store
- (i32.load
- (i32.const 24)
+ (i32.store
+ (get_local $25)
+ (i32.const 0)
)
- (get_local $15)
- )
- (i32.load
- (i32.load
- (i32.const 24)
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $14)
)
- )
- (set_local $51
- (if
- (i32.lt_s
- (i32.load offset=4
- (i32.load
- (i32.const 24)
- )
- )
- (i32.const 0)
- )
- (block
- (set_local $39
- (i32.const 4108)
- )
- (set_local $15
- (f64.neg
- (get_local $15)
- )
- )
- (i32.const 1)
- )
+ (set_local $51
(if
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 2048)
+ (i32.lt_s
+ (i32.load offset=4
+ (get_global $tempDoublePtr)
)
(i32.const 0)
)
(block
(set_local $39
- (select
- (i32.const 4109)
- (i32.const 4114)
- (i32.eq
- (set_local $1
- (i32.and
- (get_local $18)
- (i32.const 1)
- )
- )
- (i32.const 0)
- )
- )
+ (i32.const 4108)
)
- (get_local $1)
- )
- (block
- (set_local $39
- (i32.const 4111)
+ (set_local $14
+ (f64.neg
+ (get_local $14)
+ )
)
(i32.const 1)
)
- )
- )
- )
- (f64.store
- (i32.load
- (i32.const 24)
- )
- (get_local $15)
- )
- (i32.load
- (i32.load
- (i32.const 24)
- )
- )
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (block $do-once$56
- (if
- (i32.or
- (i32.lt_u
- (set_local $1
- (i32.and
- (i32.load offset=4
- (i32.load
- (i32.const 24)
+ (if
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 2048)
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $39
+ (select
+ (i32.const 4109)
+ (i32.const 4114)
+ (i32.eq
+ (tee_local $1
+ (i32.and
+ (get_local $18)
+ (i32.const 1)
+ )
)
+ (i32.const 0)
)
- (i32.const 2146435072)
)
)
- (i32.const 2146435072)
+ (get_local $1)
)
- (i32.and
- (i32.eq
- (get_local $1)
- (i32.const 2146435072)
+ (block
+ (set_local $39
+ (i32.const 4111)
)
- (i32.const 0)
+ (i32.const 1)
)
)
- (block
- (if
- (set_local $5
- (f64.ne
- (set_local $15
- (f64.mul
- (call $_frexpl
- (get_local $15)
- (get_local $25)
- )
- (f64.const 2)
+ )
+ )
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $14)
+ )
+ (set_local $20
+ (get_local $9)
+ )
+ (set_local $1
+ (block $do-once$56
+ (if
+ (i32.or
+ (i32.lt_u
+ (tee_local $1
+ (i32.and
+ (i32.load offset=4
+ (get_global $tempDoublePtr)
)
+ (i32.const 2146435072)
)
- (f64.const 0)
)
+ (i32.const 2146435072)
)
- (i32.store
- (get_local $25)
- (i32.add
- (i32.load
- (get_local $25)
- )
- (i32.const -1)
+ (i32.and
+ (i32.eq
+ (get_local $1)
+ (i32.const 2146435072)
)
+ (i32.const 0)
)
)
- (if
- (i32.eq
- (set_local $14
- (i32.or
- (get_local $26)
- (i32.const 32)
- )
- )
- (i32.const 97)
- )
- (block
- (set_local $9
- (select
- (get_local $39)
- (i32.add
- (get_local $39)
- (i32.const 9)
- )
- (i32.eq
- (set_local $6
- (i32.and
- (get_local $26)
- (i32.const 32)
+ (block
+ (if
+ (tee_local $5
+ (f64.ne
+ (tee_local $14
+ (f64.mul
+ (call $_frexpl
+ (get_local $14)
+ (get_local $25)
)
+ (f64.const 2)
)
- (i32.const 0)
)
+ (f64.const 0)
)
)
- (set_local $7
- (i32.or
- (get_local $51)
- (i32.const 2)
+ (i32.store
+ (get_local $25)
+ (i32.add
+ (i32.load
+ (get_local $25)
+ )
+ (i32.const -1)
)
)
- (set_local $15
- (if
+ )
+ (if
+ (i32.eq
+ (tee_local $15
(i32.or
- (i32.gt_u
- (get_local $10)
- (i32.const 11)
+ (get_local $26)
+ (i32.const 32)
+ )
+ )
+ (i32.const 97)
+ )
+ (block
+ (set_local $9
+ (select
+ (get_local $39)
+ (i32.add
+ (get_local $39)
+ (i32.const 9)
)
(i32.eq
- (set_local $1
- (i32.sub
- (i32.const 12)
- (get_local $10)
+ (tee_local $6
+ (i32.and
+ (get_local $26)
+ (i32.const 32)
)
)
(i32.const 0)
)
)
- (get_local $15)
- (block
- (set_local $30
- (f64.const 8)
- )
- (loop $while-out$60 $while-in$61
- (set_local $30
- (f64.mul
- (get_local $30)
- (f64.const 16)
- )
+ )
+ (set_local $7
+ (i32.or
+ (get_local $51)
+ (i32.const 2)
+ )
+ )
+ (set_local $14
+ (if
+ (i32.or
+ (i32.gt_u
+ (get_local $10)
+ (i32.const 11)
)
- (if
- (i32.eq
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const -1)
- )
+ (i32.eq
+ (tee_local $1
+ (i32.sub
+ (i32.const 12)
+ (get_local $10)
)
- (i32.const 0)
)
- (br $while-out$60)
+ (i32.const 0)
)
- (br $while-in$61)
)
- (select
- (f64.neg
- (f64.add
- (get_local $30)
- (f64.sub
- (f64.neg
- (get_local $15)
+ (get_local $14)
+ (block
+ (set_local $30
+ (f64.const 8)
+ )
+ (loop $while-in$61
+ (block $while-out$60
+ (set_local $30
+ (f64.mul
+ (get_local $30)
+ (f64.const 16)
+ )
+ )
+ (br_if $while-out$60
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ )
+ (i32.const 0)
)
- (get_local $30)
)
+ (br $while-in$61)
)
)
- (f64.sub
- (f64.add
- (get_local $15)
+ (select
+ (f64.neg
+ (f64.add
+ (get_local $30)
+ (f64.sub
+ (f64.neg
+ (get_local $14)
+ )
+ (get_local $30)
+ )
+ )
+ )
+ (f64.sub
+ (f64.add
+ (get_local $14)
+ (get_local $30)
+ )
(get_local $30)
)
- (get_local $30)
- )
- (i32.eq
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $9)
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $9)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
)
)
)
- )
- (set_local $5
- (i32.lt_s
- (set_local $1
- (i32.load
- (get_local $25)
+ (set_local $5
+ (i32.lt_s
+ (tee_local $1
+ (i32.load
+ (get_local $25)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (set_local $8
- (select
- (i32.sub
- (i32.const 0)
+ (set_local $5
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (tee_local $8
+ (select
+ (i32.sub
+ (i32.const 0)
+ (get_local $1)
+ )
(get_local $1)
+ (get_local $5)
)
- (get_local $1)
- (get_local $5)
)
+ (i32.const 0)
)
- (i32.const 0)
+ (i32.const 31)
)
(i32.const 31)
)
- (i32.const 31)
)
- )
- (i32.store8
- (i32.add
- (set_local $5
- (if
- (i32.eq
- (set_local $5
- (call $_fmt_u
- (get_local $8)
- (get_local $5)
- (get_local $52)
+ (i32.store8
+ (i32.add
+ (tee_local $5
+ (if
+ (i32.eq
+ (tee_local $5
+ (call $_fmt_u
+ (get_local $8)
+ (get_local $5)
+ (get_local $52)
+ )
)
+ (get_local $52)
)
- (get_local $52)
- )
- (block
- (i32.store8
+ (block
+ (i32.store8
+ (get_local $74)
+ (i32.const 48)
+ )
(get_local $74)
- (i32.const 48)
)
- (get_local $74)
+ (get_local $5)
)
- (get_local $5)
)
+ (i32.const -1)
)
- (i32.const -1)
- )
- (i32.and
- (i32.add
- (i32.and
- (i32.shr_s
- (get_local $1)
- (i32.const 31)
+ (i32.and
+ (i32.add
+ (i32.and
+ (i32.shr_s
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
+ (i32.const 43)
)
- (i32.const 43)
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (i32.store8
- (set_local $8
- (i32.add
- (get_local $5)
- (i32.const -2)
+ (i32.store8
+ (tee_local $8
+ (i32.add
+ (get_local $5)
+ (i32.const -2)
+ )
)
- )
- (i32.and
- (i32.add
- (get_local $26)
- (i32.const 15)
+ (i32.and
+ (i32.add
+ (get_local $26)
+ (i32.const 15)
+ )
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $10)
- (i32.const 1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $10)
+ (i32.const 1)
+ )
)
- )
- (set_local $13
- (i32.eq
- (i32.and
- (get_local $18)
- (i32.const 8)
+ (set_local $13
+ (i32.eq
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $11
- (get_local $29)
- )
- (loop $while-out$62 $while-in$63
- (i32.store8
- (get_local $11)
- (i32.and
- (i32.or
+ (set_local $11
+ (get_local $29)
+ )
+ (loop $while-in$63
+ (block $while-out$62
+ (i32.store8
+ (get_local $11)
(i32.and
- (i32.load8_s
- (i32.add
- (set_local $1
- (i32.trunc_s/f64
- (get_local $15)
+ (i32.or
+ (i32.and
+ (i32.load8_s
+ (i32.add
+ (tee_local $1
+ (i32.trunc_s/f64
+ (get_local $14)
+ )
+ )
+ (i32.const 4075)
)
)
- (i32.const 4075)
+ (i32.const 255)
)
+ (get_local $6)
)
(i32.const 255)
)
- (get_local $6)
)
- (i32.const 255)
- )
- )
- (set_local $15
- (f64.mul
- (f64.sub
- (get_local $15)
- (f64.convert_s/i32
- (get_local $1)
+ (set_local $14
+ (f64.mul
+ (f64.sub
+ (get_local $14)
+ (f64.convert_s/i32
+ (get_local $1)
+ )
+ )
+ (f64.const 16)
)
)
- (f64.const 16)
- )
- )
- (set_local $11
- (block $do-once$64
- (if
- (i32.eq
- (i32.sub
- (set_local $1
- (i32.add
- (get_local $11)
- (i32.const 1)
+ (set_local $11
+ (block $do-once$64
+ (if
+ (i32.eq
+ (i32.sub
+ (tee_local $1
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
+ )
+ )
+ (get_local $64)
)
+ (i32.const 1)
)
- (get_local $64)
- )
- (i32.const 1)
- )
- (block
- (br_if $do-once$64
- (get_local $1)
- (i32.and
- (get_local $13)
- (i32.and
- (get_local $5)
- (f64.eq
- (get_local $15)
- (f64.const 0)
+ (block
+ (br_if $do-once$64
+ (get_local $1)
+ (i32.and
+ (get_local $13)
+ (i32.and
+ (get_local $5)
+ (f64.eq
+ (get_local $14)
+ (f64.const 0)
+ )
+ )
)
)
+ (i32.store8
+ (get_local $1)
+ (i32.const 46)
+ )
+ (i32.add
+ (get_local $11)
+ (i32.const 2)
+ )
)
- )
- (i32.store8
(get_local $1)
- (i32.const 46)
)
- (i32.add
+ )
+ )
+ (if
+ (f64.eq
+ (get_local $14)
+ (f64.const 0)
+ )
+ (block
+ (set_local $1
(get_local $11)
- (i32.const 2)
)
+ (br $while-out$62)
)
- (get_local $1)
)
+ (br $while-in$63)
)
)
- (if
- (f64.eq
- (get_local $15)
- (f64.const 0)
- )
- (block
- (set_local $1
- (get_local $11)
+ (set_local $5
+ (i32.and
+ (i32.ne
+ (get_local $10)
+ (i32.const 0)
)
- (br $while-out$62)
- )
- )
- (br $while-in$63)
- )
- (set_local $5
- (i32.and
- (i32.ne
- (get_local $10)
- (i32.const 0)
- )
- (i32.lt_s
- (i32.add
- (get_local $78)
- (get_local $1)
+ (i32.lt_s
+ (i32.add
+ (get_local $78)
+ (get_local $1)
+ )
+ (get_local $10)
)
- (get_local $10)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (set_local $5
- (i32.add
- (set_local $6
- (select
- (i32.sub
- (i32.add
- (get_local $79)
- (get_local $10)
- )
- (get_local $8)
- )
- (i32.add
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (tee_local $5
+ (i32.add
+ (tee_local $6
+ (select
(i32.sub
- (get_local $77)
+ (i32.add
+ (get_local $79)
+ (get_local $10)
+ )
(get_local $8)
)
- (get_local $1)
+ (i32.add
+ (i32.sub
+ (get_local $77)
+ (get_local $8)
+ )
+ (get_local $1)
+ )
+ (get_local $5)
)
- (get_local $5)
)
+ (get_local $7)
)
- (get_local $7)
)
+ (get_local $18)
)
- (get_local $18)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $9)
+ (get_local $7)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $9)
- (get_local $7)
+ (call $_pad
(get_local $0)
+ (i32.const 48)
+ (get_local $16)
+ (get_local $5)
+ (i32.xor
+ (get_local $18)
+ (i32.const 65536)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $16)
- (get_local $5)
- (i32.xor
- (get_local $18)
- (i32.const 65536)
- )
- )
- (set_local $1
- (i32.sub
- (get_local $1)
- (get_local $64)
+ (set_local $1
+ (i32.sub
+ (get_local $1)
+ (get_local $64)
+ )
)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $29)
+ (get_local $1)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $29)
- (get_local $1)
+ (call $_pad
(get_local $0)
- )
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (i32.sub
- (get_local $6)
- (i32.add
- (get_local $1)
- (set_local $1
- (i32.sub
- (get_local $40)
- (get_local $8)
+ (i32.const 48)
+ (i32.sub
+ (get_local $6)
+ (i32.add
+ (get_local $1)
+ (tee_local $1
+ (i32.sub
+ (get_local $40)
+ (get_local $8)
+ )
)
)
)
+ (i32.const 0)
+ (i32.const 0)
)
- (i32.const 0)
- (i32.const 0)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $8)
+ (get_local $1)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $8)
- (get_local $1)
+ (call $_pad
(get_local $0)
- )
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $5)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
- )
- )
- (br $do-once$56
- (select
+ (i32.const 32)
(get_local $16)
(get_local $5)
- (i32.lt_s
- (get_local $5)
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (br $do-once$56
+ (select
(get_local $16)
+ (get_local $5)
+ (i32.lt_s
+ (get_local $5)
+ (get_local $16)
+ )
)
)
)
)
- )
- (set_local $1
- (select
- (i32.const 6)
- (get_local $10)
- (i32.lt_s
+ (set_local $1
+ (select
+ (i32.const 6)
(get_local $10)
- (i32.const 0)
+ (i32.lt_s
+ (get_local $10)
+ (i32.const 0)
+ )
)
)
- )
- (set_local $62
- (set_local $9
- (select
- (get_local $80)
- (get_local $81)
- (i32.lt_s
- (if
- (get_local $5)
- (block
- (i32.store
- (get_local $25)
- (set_local $5
- (i32.add
- (i32.load
- (get_local $25)
+ (set_local $62
+ (tee_local $9
+ (select
+ (get_local $80)
+ (get_local $81)
+ (i32.lt_s
+ (if
+ (get_local $5)
+ (block
+ (i32.store
+ (get_local $25)
+ (tee_local $5
+ (i32.add
+ (i32.load
+ (get_local $25)
+ )
+ (i32.const -28)
)
- (i32.const -28)
)
)
- )
- (set_local $15
- (f64.mul
- (get_local $15)
- (f64.const 268435456)
+ (set_local $14
+ (f64.mul
+ (get_local $14)
+ (f64.const 268435456)
+ )
)
+ (get_local $5)
+ )
+ (i32.load
+ (get_local $25)
)
- (get_local $5)
- )
- (i32.load
- (get_local $25)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- )
- )
- )
- (set_local $7
- (get_local $9)
- )
- (loop $while-out$66 $while-in$67
- (i32.store
- (get_local $7)
- (set_local $5
- (i32.trunc_s/f64
- (get_local $15)
)
)
)
(set_local $7
- (i32.add
- (get_local $7)
- (i32.const 4)
- )
+ (get_local $9)
)
- (if
- (f64.eq
- (set_local $15
- (f64.mul
- (f64.sub
- (get_local $15)
- (f64.convert_u/i32
- (get_local $5)
- )
+ (loop $while-in$67
+ (block $while-out$66
+ (i32.store
+ (get_local $7)
+ (tee_local $5
+ (i32.trunc_s/f64
+ (get_local $14)
)
- (f64.const 1e9)
)
)
- (f64.const 0)
- )
- (block
- (set_local $6
- (get_local $7)
+ (set_local $7
+ (i32.add
+ (get_local $7)
+ (i32.const 4)
+ )
)
- (br $while-out$66)
- )
- )
- (br $while-in$67)
- )
- (if
- (i32.gt_s
- (set_local $5
- (i32.load
- (get_local $25)
+ (if
+ (f64.eq
+ (tee_local $14
+ (f64.mul
+ (f64.sub
+ (get_local $14)
+ (f64.convert_u/i32
+ (get_local $5)
+ )
+ )
+ (f64.const 1e9)
+ )
+ )
+ (f64.const 0)
+ )
+ (block
+ (set_local $6
+ (get_local $7)
+ )
+ (br $while-out$66)
+ )
)
+ (br $while-in$67)
)
- (i32.const 0)
)
- (block
- (set_local $8
- (get_local $9)
- )
- (set_local $13
- (get_local $6)
- )
- (loop $while-out$68 $while-in$69
- (set_local $11
- (select
- (i32.const 29)
- (get_local $5)
- (i32.gt_s
- (get_local $5)
- (i32.const 29)
- )
+ (if
+ (i32.gt_s
+ (tee_local $5
+ (i32.load
+ (get_local $25)
)
)
- (set_local $7
- (block $do-once$70
- (if
- (i32.lt_u
- (set_local $7
- (i32.add
- (get_local $13)
- (i32.const -4)
- )
+ (i32.const 0)
+ )
+ (block
+ (set_local $8
+ (get_local $9)
+ )
+ (set_local $13
+ (get_local $6)
+ )
+ (loop $while-in$69
+ (block $while-out$68
+ (set_local $11
+ (select
+ (i32.const 29)
+ (get_local $5)
+ (i32.gt_s
+ (get_local $5)
+ (i32.const 29)
)
- (get_local $8)
)
- (get_local $8)
- (block
- (set_local $5
- (i32.const 0)
- )
- (set_local $10
- (get_local $7)
- )
- (loop $while-out$72 $while-in$73
- (set_local $6
- (call $___uremdi3
- (set_local $5
- (call $_i64Add
- (call $_bitshift64Shl
- (i32.load
- (get_local $10)
+ )
+ (set_local $7
+ (block $do-once$70
+ (if
+ (i32.lt_u
+ (tee_local $7
+ (i32.add
+ (get_local $13)
+ (i32.const -4)
+ )
+ )
+ (get_local $8)
+ )
+ (get_local $8)
+ (block
+ (set_local $5
+ (i32.const 0)
+ )
+ (set_local $10
+ (get_local $7)
+ )
+ (loop $while-in$73
+ (block $while-out$72
+ (set_local $6
+ (call $___uremdi3
+ (tee_local $5
+ (call $_i64Add
+ (call $_bitshift64Shl
+ (i32.load
+ (get_local $10)
+ )
+ (i32.const 0)
+ (get_local $11)
+ )
+ (get_global $tempRet0)
+ (get_local $5)
+ (i32.const 0)
+ )
)
+ (tee_local $7
+ (get_global $tempRet0)
+ )
+ (i32.const 1000000000)
(i32.const 0)
- (get_local $11)
)
- (i32.load
- (i32.const 168)
+ )
+ (i32.store
+ (get_local $10)
+ (get_local $6)
+ )
+ (set_local $5
+ (call $___udivdi3
+ (get_local $5)
+ (get_local $7)
+ (i32.const 1000000000)
+ (i32.const 0)
)
- (get_local $5)
- (i32.const 0)
)
- )
- (set_local $7
- (i32.load
- (i32.const 168)
+ (if
+ (i32.lt_u
+ (tee_local $7
+ (i32.add
+ (get_local $10)
+ (i32.const -4)
+ )
+ )
+ (get_local $8)
+ )
+ (br $while-out$72)
+ (set_local $10
+ (get_local $7)
+ )
)
+ (br $while-in$73)
)
- (i32.const 1000000000)
- (i32.const 0)
)
- )
- (i32.load
- (i32.const 168)
- )
- (i32.store
- (get_local $10)
- (get_local $6)
- )
- (set_local $5
- (call $___udivdi3
- (get_local $5)
- (get_local $7)
- (i32.const 1000000000)
- (i32.const 0)
+ (br_if $do-once$70
+ (get_local $8)
+ (i32.eq
+ (get_local $5)
+ (i32.const 0)
+ )
)
- )
- (i32.load
- (i32.const 168)
- )
- (if
- (i32.lt_u
- (set_local $7
+ (i32.store
+ (tee_local $7
(i32.add
- (get_local $10)
+ (get_local $8)
(i32.const -4)
)
)
- (get_local $8)
- )
- (br $while-out$72)
- (set_local $10
- (get_local $7)
+ (get_local $5)
)
+ (get_local $7)
)
- (br $while-in$73)
)
- (br_if $do-once$70
- (get_local $8)
- (i32.eq
- (get_local $5)
- (i32.const 0)
+ )
+ )
+ (loop $while-in$75
+ (block $while-out$74
+ (br_if $while-out$74
+ (i32.le_u
+ (get_local $13)
+ (get_local $7)
)
)
- (i32.store
- (set_local $7
- (i32.add
- (get_local $8)
- (i32.const -4)
+ (if
+ (i32.eq
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $13)
+ (i32.const -4)
+ )
+ )
)
+ (i32.const 0)
)
- (get_local $5)
+ (set_local $13
+ (get_local $5)
+ )
+ (br $while-out$74)
)
- (get_local $7)
+ (br $while-in$75)
)
)
- )
- )
- (loop $while-out$74 $while-in$75
- (if
- (i32.le_u
- (get_local $13)
- (get_local $7)
- )
- (br $while-out$74)
- )
- (if
- (i32.eq
- (i32.load
- (set_local $5
- (i32.add
- (get_local $13)
- (i32.const -4)
+ (i32.store
+ (get_local $25)
+ (tee_local $5
+ (i32.sub
+ (i32.load
+ (get_local $25)
)
+ (get_local $11)
)
)
- (i32.const 0)
)
- (set_local $13
- (get_local $5)
- )
- (br $while-out$74)
- )
- (br $while-in$75)
- )
- (i32.store
- (get_local $25)
- (set_local $5
- (i32.sub
- (i32.load
- (get_local $25)
+ (if
+ (i32.gt_s
+ (get_local $5)
+ (i32.const 0)
)
- (get_local $11)
- )
- )
- )
- (if
- (i32.gt_s
- (get_local $5)
- (i32.const 0)
- )
- (set_local $8
- (get_local $7)
- )
- (block
- (set_local $6
- (get_local $13)
- )
- (br $while-out$68)
- )
- )
- (br $while-in$69)
- )
- )
- (set_local $7
- (get_local $9)
- )
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $8
- (i32.add
- (i32.and
- (i32.div_s
- (i32.add
- (get_local $1)
- (i32.const 25)
+ (set_local $8
+ (get_local $7)
+ )
+ (block
+ (set_local $6
+ (get_local $13)
+ )
+ (br $while-out$68)
)
- (i32.const 9)
)
- (i32.const -1)
+ (br $while-in$69)
)
- (i32.const 1)
)
)
- (set_local $10
- (i32.eq
- (get_local $14)
- (i32.const 102)
- )
+ (set_local $7
+ (get_local $9)
)
- (set_local $23
- (get_local $6)
+ )
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
)
- (loop $while-out$76 $while-in$77
- (set_local $5
- (i32.gt_s
- (set_local $6
- (i32.sub
- (i32.const 0)
- (get_local $5)
+ (block
+ (set_local $8
+ (i32.add
+ (i32.and
+ (i32.div_s
+ (i32.add
+ (get_local $1)
+ (i32.const 25)
+ )
+ (i32.const 9)
)
+ (i32.const -1)
)
- (i32.const 9)
+ (i32.const 1)
)
)
- (set_local $13
- (select
- (i32.const 9)
- (get_local $6)
- (get_local $5)
+ (set_local $10
+ (i32.eq
+ (get_local $15)
+ (i32.const 102)
)
)
- (set_local $11
- (block $do-once$78
- (if
- (i32.lt_u
- (get_local $7)
- (get_local $23)
- )
- (block
- (set_local $70
- (i32.add
- (i32.shl
- (i32.const 1)
- (get_local $13)
- )
- (i32.const -1)
+ (set_local $23
+ (get_local $6)
+ )
+ (loop $while-in$77
+ (block $while-out$76
+ (set_local $5
+ (i32.gt_s
+ (tee_local $6
+ (i32.sub
+ (i32.const 0)
+ (get_local $5)
)
)
- (set_local $27
- (i32.shr_u
- (i32.const 1000000000)
- (get_local $13)
+ (i32.const 9)
+ )
+ )
+ (set_local $13
+ (select
+ (i32.const 9)
+ (get_local $6)
+ (get_local $5)
+ )
+ )
+ (set_local $11
+ (block $do-once$78
+ (if
+ (i32.lt_u
+ (get_local $7)
+ (get_local $23)
)
- )
- (set_local $11
- (i32.const 0)
- )
- (set_local $17
- (get_local $7)
- )
- (loop $while-out$80 $while-in$81
- (set_local $6
- (i32.and
- (set_local $5
- (i32.load
- (get_local $17)
+ (block
+ (set_local $70
+ (i32.add
+ (i32.shl
+ (i32.const 1)
+ (get_local $13)
)
+ (i32.const -1)
)
- (get_local $70)
)
- )
- (i32.store
- (get_local $17)
- (i32.add
+ (set_local $27
(i32.shr_u
- (get_local $5)
+ (i32.const 1000000000)
(get_local $13)
)
- (get_local $11)
)
- )
- (set_local $11
- (i32.mul
- (get_local $6)
- (get_local $27)
+ (set_local $11
+ (i32.const 0)
)
- )
- (if
- (i32.ge_u
- (set_local $17
- (i32.add
+ (set_local $17
+ (get_local $7)
+ )
+ (loop $while-in$81
+ (block $while-out$80
+ (set_local $6
+ (i32.and
+ (tee_local $5
+ (i32.load
+ (get_local $17)
+ )
+ )
+ (get_local $70)
+ )
+ )
+ (i32.store
(get_local $17)
+ (i32.add
+ (i32.shr_u
+ (get_local $5)
+ (get_local $13)
+ )
+ (get_local $11)
+ )
+ )
+ (set_local $11
+ (i32.mul
+ (get_local $6)
+ (get_local $27)
+ )
+ )
+ (br_if $while-out$80
+ (i32.ge_u
+ (tee_local $17
+ (i32.add
+ (get_local $17)
+ (i32.const 4)
+ )
+ )
+ (get_local $23)
+ )
+ )
+ (br $while-in$81)
+ )
+ )
+ (set_local $5
+ (select
+ (i32.add
+ (get_local $7)
(i32.const 4)
)
+ (get_local $7)
+ (i32.eq
+ (i32.load
+ (get_local $7)
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (br_if $do-once$78
+ (get_local $5)
+ (i32.eq
+ (get_local $11)
+ (i32.const 0)
)
+ )
+ (i32.store
(get_local $23)
+ (get_local $11)
+ )
+ (set_local $23
+ (i32.add
+ (get_local $23)
+ (i32.const 4)
+ )
)
- (br $while-out$80)
+ (get_local $5)
)
- (br $while-in$81)
- )
- (set_local $5
(select
(i32.add
(get_local $7)
@@ -6054,1242 +5932,1166 @@
)
)
)
- (if
- (i32.eq
- (get_local $11)
- (i32.const 0)
- )
- (br $do-once$78
- (get_local $5)
- )
- )
- (i32.store
- (get_local $23)
- (get_local $11)
- )
- (set_local $23
- (i32.add
+ )
+ )
+ (set_local $5
+ (i32.gt_s
+ (i32.shr_s
+ (i32.sub
(get_local $23)
- (i32.const 4)
+ (tee_local $7
+ (select
+ (get_local $9)
+ (get_local $11)
+ (get_local $10)
+ )
+ )
)
+ (i32.const 2)
)
- (get_local $5)
+ (get_local $8)
)
+ )
+ (set_local $6
(select
(i32.add
(get_local $7)
- (i32.const 4)
- )
- (get_local $7)
- (i32.eq
- (i32.load
- (get_local $7)
+ (i32.shl
+ (get_local $8)
+ (i32.const 2)
)
- (i32.const 0)
)
+ (get_local $23)
+ (get_local $5)
)
)
- )
- )
- (set_local $5
- (i32.gt_s
- (i32.shr_s
- (i32.sub
- (get_local $23)
- (set_local $7
- (select
- (get_local $9)
- (get_local $11)
- (get_local $10)
+ (i32.store
+ (get_local $25)
+ (tee_local $5
+ (i32.add
+ (i32.load
+ (get_local $25)
)
+ (get_local $13)
)
)
- (i32.const 2)
)
- (get_local $8)
- )
- )
- (set_local $6
- (select
- (i32.add
- (get_local $7)
- (i32.shl
- (get_local $8)
- (i32.const 2)
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
)
- )
- (get_local $23)
- (get_local $5)
- )
- )
- (i32.store
- (get_local $25)
- (set_local $5
- (i32.add
- (i32.load
- (get_local $25)
+ (block
+ (set_local $7
+ (get_local $11)
+ )
+ (set_local $23
+ (get_local $6)
+ )
+ )
+ (block
+ (set_local $7
+ (get_local $11)
+ )
+ (set_local $27
+ (get_local $6)
+ )
+ (br $while-out$76)
)
- (get_local $13)
- )
- )
- )
- (if
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
- (block
- (set_local $7
- (get_local $11)
- )
- (set_local $23
- (get_local $6)
- )
- )
- (block
- (set_local $7
- (get_local $11)
- )
- (set_local $27
- (get_local $6)
)
- (br $while-out$76)
+ (br $while-in$77)
)
)
- (br $while-in$77)
)
- )
- (set_local $27
- (get_local $6)
- )
- )
- (block $do-once$82
- (if
- (i32.lt_u
- (get_local $7)
- (get_local $27)
+ (set_local $27
+ (get_local $6)
)
- (block
- (set_local $6
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $62)
- (get_local $7)
- )
- (i32.const 2)
- )
- (i32.const 9)
- )
- )
- (if
- (i32.lt_u
- (set_local $5
- (i32.load
- (get_local $7)
- )
- )
- (i32.const 10)
- )
- (block
- (set_local $13
- (get_local $6)
- )
- (br $do-once$82)
- )
- (set_local $8
- (i32.const 10)
- )
+ )
+ (block $do-once$82
+ (if
+ (i32.lt_u
+ (get_local $7)
+ (get_local $27)
)
- (loop $while-out$84 $while-in$85
+ (block
(set_local $6
- (i32.add
- (get_local $6)
- (i32.const 1)
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $62)
+ (get_local $7)
+ )
+ (i32.const 2)
+ )
+ (i32.const 9)
)
)
(if
(i32.lt_u
- (get_local $5)
- (set_local $8
- (i32.mul
- (get_local $8)
- (i32.const 10)
+ (tee_local $5
+ (i32.load
+ (get_local $7)
)
)
+ (i32.const 10)
)
(block
(set_local $13
(get_local $6)
)
- (br $while-out$84)
+ (br $do-once$82)
+ )
+ (set_local $8
+ (i32.const 10)
)
)
- (br $while-in$85)
- )
- )
- (set_local $13
- (i32.const 0)
- )
- )
- )
- (set_local $7
- (if
- (i32.lt_s
- (set_local $5
- (i32.add
- (i32.sub
- (get_local $1)
- (select
- (get_local $13)
- (i32.const 0)
- (i32.ne
- (get_local $14)
- (i32.const 102)
+ (loop $while-in$85
+ (block $while-out$84
+ (set_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const 1)
)
)
- )
- (i32.shr_s
- (i32.shl
- (i32.and
- (set_local $70
- (i32.ne
- (get_local $1)
- (i32.const 0)
+ (if
+ (i32.lt_u
+ (get_local $5)
+ (tee_local $8
+ (i32.mul
+ (get_local $8)
+ (i32.const 10)
)
)
- (set_local $8
- (i32.eq
- (get_local $14)
- (i32.const 103)
- )
+ )
+ (block
+ (set_local $13
+ (get_local $6)
)
+ (br $while-out$84)
)
- (i32.const 31)
)
- (i32.const 31)
+ (br $while-in$85)
)
)
)
- (i32.add
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $27)
- (get_local $62)
- )
- (i32.const 2)
- )
- (i32.const 9)
- )
- (i32.const -9)
+ (set_local $13
+ (i32.const 0)
)
)
- (block
- (set_local $6
- (i32.add
+ )
+ (set_local $7
+ (if
+ (i32.lt_s
+ (tee_local $5
(i32.add
- (get_local $9)
- (i32.const 4)
- )
- (i32.shl
- (i32.add
- (i32.and
- (i32.div_s
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 9216)
+ (i32.sub
+ (get_local $1)
+ (select
+ (get_local $13)
+ (i32.const 0)
+ (i32.ne
+ (get_local $15)
+ (i32.const 102)
+ )
+ )
+ )
+ (i32.shr_s
+ (i32.shl
+ (i32.and
+ (tee_local $70
+ (i32.ne
+ (get_local $1)
+ (i32.const 0)
+ )
+ )
+ (tee_local $8
+ (i32.eq
+ (get_local $15)
+ (i32.const 103)
)
)
- (i32.const 9)
)
- (i32.const -1)
+ (i32.const 31)
)
- (i32.const -1024)
+ (i32.const 31)
)
- (i32.const 2)
)
)
- )
- (if
- (i32.lt_s
- (set_local $11
- (i32.add
- (i32.and
- (i32.rem_s
- (get_local $5)
- (i32.const 9)
- )
- (i32.const -1)
+ (i32.add
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $27)
+ (get_local $62)
)
- (i32.const 1)
+ (i32.const 2)
)
+ (i32.const 9)
)
- (i32.const 9)
+ (i32.const -9)
)
- (block
- (set_local $5
- (i32.const 10)
- )
- (loop $while-out$86 $while-in$87
- (set_local $5
- (i32.mul
- (get_local $5)
- (i32.const 10)
- )
+ )
+ (block
+ (set_local $6
+ (i32.add
+ (i32.add
+ (get_local $9)
+ (i32.const 4)
)
- (if
- (i32.eq
- (set_local $11
- (i32.add
- (get_local $11)
- (i32.const 1)
+ (i32.shl
+ (i32.add
+ (i32.and
+ (i32.div_s
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 9216)
+ )
+ )
+ (i32.const 9)
)
+ (i32.const -1)
)
- (i32.const 9)
- )
- (block
- (set_local $17
- (get_local $5)
- )
- (br $while-out$86)
+ (i32.const -1024)
)
+ (i32.const 2)
)
- (br $while-in$87)
)
)
- (set_local $17
- (i32.const 10)
- )
- )
- (block $do-once$88
(if
- (i32.eqz
- (i32.and
- (set_local $11
- (i32.eq
- (i32.add
- (get_local $6)
- (i32.const 4)
+ (i32.lt_s
+ (tee_local $11
+ (i32.add
+ (i32.and
+ (i32.rem_s
+ (get_local $5)
+ (i32.const 9)
)
- (get_local $27)
+ (i32.const -1)
)
+ (i32.const 1)
)
- (i32.eq
- (set_local $14
- (i32.and
- (i32.rem_u
- (set_local $5
- (i32.load
- (get_local $6)
- )
+ )
+ (i32.const 9)
+ )
+ (block
+ (set_local $5
+ (i32.const 10)
+ )
+ (loop $while-in$87
+ (block $while-out$86
+ (set_local $5
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ )
+ (if
+ (i32.eq
+ (tee_local $11
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
)
- (get_local $17)
)
- (i32.const -1)
+ (i32.const 9)
+ )
+ (block
+ (set_local $17
+ (get_local $5)
+ )
+ (br $while-out$86)
)
)
- (i32.const 0)
+ (br $while-in$87)
)
)
)
- (block
- (set_local $15
- (select
- (f64.const 9007199254740992)
- (f64.const 9007199254740994)
+ (set_local $17
+ (i32.const 10)
+ )
+ )
+ (block $do-once$88
+ (if
+ (i32.eqz
+ (i32.and
+ (tee_local $11
+ (i32.eq
+ (i32.add
+ (get_local $6)
+ (i32.const 4)
+ )
+ (get_local $27)
+ )
+ )
(i32.eq
- (i32.and
+ (tee_local $15
(i32.and
- (i32.div_u
- (get_local $5)
+ (i32.rem_u
+ (tee_local $5
+ (i32.load
+ (get_local $6)
+ )
+ )
(get_local $17)
)
(i32.const -1)
)
- (i32.const 1)
)
(i32.const 0)
)
)
)
- (set_local $30
- (if
- (i32.lt_u
- (get_local $14)
- (set_local $10
+ (block
+ (set_local $14
+ (select
+ (f64.const 9007199254740992)
+ (f64.const 9007199254740994)
+ (i32.eq
(i32.and
- (i32.div_s
- (get_local $17)
- (i32.const 2)
+ (i32.and
+ (i32.div_u
+ (get_local $5)
+ (get_local $17)
+ )
+ (i32.const -1)
)
- (i32.const -1)
+ (i32.const 1)
)
+ (i32.const 0)
)
)
- (f64.const 0.5)
- (select
- (f64.const 1)
- (f64.const 1.5)
- (i32.and
- (get_local $11)
- (i32.eq
- (get_local $14)
- (get_local $10)
+ )
+ (set_local $30
+ (if
+ (i32.lt_u
+ (get_local $15)
+ (tee_local $10
+ (i32.and
+ (i32.div_s
+ (get_local $17)
+ (i32.const 2)
+ )
+ (i32.const -1)
+ )
+ )
+ )
+ (f64.const 0.5)
+ (select
+ (f64.const 1)
+ (f64.const 1.5)
+ (i32.and
+ (get_local $11)
+ (i32.eq
+ (get_local $15)
+ (get_local $10)
+ )
)
)
)
)
- )
- (set_local $15
- (block $do-once$90
- (if
- (i32.eq
- (get_local $51)
- (i32.const 0)
- )
- (get_local $15)
- (block
- (if
- (i32.ne
- (i32.shr_s
- (i32.shl
- (i32.load8_s
- (get_local $39)
+ (set_local $14
+ (block $do-once$90
+ (if
+ (i32.eq
+ (get_local $51)
+ (i32.const 0)
+ )
+ (get_local $14)
+ (block
+ (br_if $do-once$90
+ (get_local $14)
+ (i32.ne
+ (i32.shr_s
+ (i32.shl
+ (i32.load8_s
+ (get_local $39)
+ )
+ (i32.const 24)
)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
- (br $do-once$90
- (get_local $15)
+ (set_local $30
+ (f64.neg
+ (get_local $30)
+ )
)
- )
- (set_local $30
(f64.neg
- (get_local $30)
+ (get_local $14)
)
)
- (f64.neg
- (get_local $15)
- )
)
)
)
- )
- (i32.store
- (get_local $6)
- (set_local $5
- (i32.sub
- (get_local $5)
- (get_local $14)
+ (i32.store
+ (get_local $6)
+ (tee_local $5
+ (i32.sub
+ (get_local $5)
+ (get_local $15)
+ )
)
)
- )
- (if
- (f64.eq
- (f64.add
- (get_local $15)
- (get_local $30)
+ (br_if $do-once$88
+ (f64.eq
+ (f64.add
+ (get_local $14)
+ (get_local $30)
+ )
+ (get_local $14)
)
- (get_local $15)
)
- (br $do-once$88)
- )
- (i32.store
- (get_local $6)
- (set_local $5
- (i32.add
- (get_local $5)
- (get_local $17)
+ (i32.store
+ (get_local $6)
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (get_local $17)
+ )
)
)
- )
- (if
- (i32.gt_u
- (get_local $5)
- (i32.const 999999999)
- )
- (loop $while-out$92 $while-in$93
- (i32.store
- (get_local $6)
- (i32.const 0)
+ (if
+ (i32.gt_u
+ (get_local $5)
+ (i32.const 999999999)
)
- (set_local $7
- (if
- (i32.lt_u
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -4)
+ (loop $while-in$93
+ (block $while-out$92
+ (i32.store
+ (get_local $6)
+ (i32.const 0)
+ )
+ (set_local $7
+ (if
+ (i32.lt_u
+ (tee_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const -4)
+ )
+ )
+ (get_local $7)
+ )
+ (block
+ (i32.store
+ (tee_local $5
+ (i32.add
+ (get_local $7)
+ (i32.const -4)
+ )
+ )
+ (i32.const 0)
+ )
+ (get_local $5)
)
+ (get_local $7)
)
- (get_local $7)
)
- (block
- (i32.store
- (set_local $5
- (i32.add
- (get_local $7)
- (i32.const -4)
+ (i32.store
+ (get_local $6)
+ (tee_local $5
+ (i32.add
+ (i32.load
+ (get_local $6)
)
+ (i32.const 1)
)
- (i32.const 0)
)
- (get_local $5)
)
- (get_local $7)
- )
- )
- (i32.store
- (get_local $6)
- (set_local $5
- (i32.add
- (i32.load
- (get_local $6)
+ (br_if $while-out$92
+ (i32.le_u
+ (get_local $5)
+ (i32.const 999999999)
)
- (i32.const 1)
)
+ (br $while-in$93)
)
)
- (if
- (i32.le_u
- (get_local $5)
- (i32.const 999999999)
- )
- (br $while-out$92)
- )
- (br $while-in$93)
)
- )
- (set_local $11
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $62)
- (get_local $7)
- )
- (i32.const 2)
- )
- (i32.const 9)
- )
- )
- (if
- (i32.lt_u
- (set_local $5
- (i32.load
- (get_local $7)
- )
- )
- (i32.const 10)
- )
- (block
- (set_local $13
- (get_local $11)
- )
- (br $do-once$88)
- )
- (set_local $10
- (i32.const 10)
- )
- )
- (loop $while-out$94 $while-in$95
(set_local $11
- (i32.add
- (get_local $11)
- (i32.const 1)
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $62)
+ (get_local $7)
+ )
+ (i32.const 2)
+ )
+ (i32.const 9)
)
)
(if
(i32.lt_u
- (get_local $5)
- (set_local $10
- (i32.mul
- (get_local $10)
- (i32.const 10)
+ (tee_local $5
+ (i32.load
+ (get_local $7)
)
)
+ (i32.const 10)
)
(block
(set_local $13
(get_local $11)
)
- (br $while-out$94)
+ (br $do-once$88)
+ )
+ (set_local $10
+ (i32.const 10)
+ )
+ )
+ (loop $while-in$95
+ (block $while-out$94
+ (set_local $11
+ (i32.add
+ (get_local $11)
+ (i32.const 1)
+ )
+ )
+ (if
+ (i32.lt_u
+ (get_local $5)
+ (tee_local $10
+ (i32.mul
+ (get_local $10)
+ (i32.const 10)
+ )
+ )
+ )
+ (block
+ (set_local $13
+ (get_local $11)
+ )
+ (br $while-out$94)
+ )
+ )
+ (br $while-in$95)
)
)
- (br $while-in$95)
)
)
)
- )
- (set_local $6
- (i32.gt_u
- (get_local $27)
- (set_local $5
- (i32.add
- (get_local $6)
- (i32.const 4)
+ (set_local $6
+ (i32.gt_u
+ (get_local $27)
+ (tee_local $5
+ (i32.add
+ (get_local $6)
+ (i32.const 4)
+ )
)
)
)
+ (set_local $6
+ (select
+ (get_local $5)
+ (get_local $27)
+ (get_local $6)
+ )
+ )
+ (get_local $7)
)
- (set_local $6
- (select
- (get_local $5)
+ (block
+ (set_local $6
(get_local $27)
- (get_local $6)
)
+ (get_local $7)
)
- (get_local $7)
- )
- (block
- (set_local $6
- (get_local $27)
- )
- (get_local $7)
)
)
- )
- (set_local $27
- (i32.sub
- (i32.const 0)
- (get_local $13)
- )
- )
- (loop $while-out$96 $while-in$97
- (if
- (i32.le_u
- (get_local $6)
- (get_local $7)
- )
- (block
- (set_local $11
- (i32.const 0)
- )
- (set_local $23
- (get_local $6)
- )
- (br $while-out$96)
+ (set_local $27
+ (i32.sub
+ (i32.const 0)
+ (get_local $13)
)
)
- (if
- (i32.eq
- (i32.load
- (set_local $5
- (i32.add
+ (loop $while-in$97
+ (block $while-out$96
+ (if
+ (i32.le_u
+ (get_local $6)
+ (get_local $7)
+ )
+ (block
+ (set_local $11
+ (i32.const 0)
+ )
+ (set_local $23
(get_local $6)
- (i32.const -4)
)
+ (br $while-out$96)
)
)
- (i32.const 0)
- )
- (set_local $6
- (get_local $5)
- )
- (block
- (set_local $11
- (i32.const 1)
- )
- (set_local $23
- (get_local $6)
+ (if
+ (i32.eq
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $6)
+ (i32.const -4)
+ )
+ )
+ )
+ (i32.const 0)
+ )
+ (set_local $6
+ (get_local $5)
+ )
+ (block
+ (set_local $11
+ (i32.const 1)
+ )
+ (set_local $23
+ (get_local $6)
+ )
+ (br $while-out$96)
+ )
)
- (br $while-out$96)
+ (br $while-in$97)
)
)
- (br $while-in$97)
- )
- (set_local $8
- (block $do-once$98
- (if
- (get_local $8)
- (block
- (set_local $8
- (if
- (i32.and
- (i32.gt_s
- (set_local $1
- (i32.add
- (i32.xor
- (i32.and
- (get_local $70)
+ (set_local $8
+ (block $do-once$98
+ (if
+ (get_local $8)
+ (block
+ (set_local $8
+ (if
+ (i32.and
+ (i32.gt_s
+ (tee_local $1
+ (i32.add
+ (i32.xor
+ (i32.and
+ (get_local $70)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
+ (get_local $1)
)
- (get_local $1)
)
+ (get_local $13)
+ )
+ (i32.gt_s
+ (get_local $13)
+ (i32.const -5)
)
- (get_local $13)
- )
- (i32.gt_s
- (get_local $13)
- (i32.const -5)
)
- )
- (block
- (set_local $10
- (i32.add
- (get_local $26)
- (i32.const -1)
+ (block
+ (set_local $10
+ (i32.add
+ (get_local $26)
+ (i32.const -1)
+ )
+ )
+ (i32.sub
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ (get_local $13)
)
)
- (i32.sub
+ (block
+ (set_local $10
+ (i32.add
+ (get_local $26)
+ (i32.const -2)
+ )
+ )
(i32.add
(get_local $1)
(i32.const -1)
)
- (get_local $13)
)
)
- (block
- (set_local $10
- (i32.add
- (get_local $26)
- (i32.const -2)
+ )
+ (if
+ (i32.ne
+ (tee_local $1
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
)
)
- (i32.add
- (get_local $1)
- (i32.const -1)
- )
+ (i32.const 0)
)
- )
- )
- (if
- (i32.ne
- (set_local $1
- (i32.and
- (get_local $18)
- (i32.const 8)
+ (block
+ (set_local $15
+ (get_local $8)
+ )
+ (set_local $26
+ (get_local $10)
+ )
+ (br $do-once$98
+ (get_local $1)
)
- )
- (i32.const 0)
- )
- (block
- (set_local $14
- (get_local $8)
- )
- (set_local $26
- (get_local $10)
- )
- (br $do-once$98
- (get_local $1)
)
)
- )
- (block $do-once$100
- (if
- (get_local $11)
- (block
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (i32.add
- (get_local $23)
- (i32.const -4)
+ (block $do-once$100
+ (if
+ (get_local $11)
+ (block
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (i32.add
+ (get_local $23)
+ (i32.const -4)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $6
- (i32.const 9)
- )
- (br $do-once$100)
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.rem_u
- (get_local $1)
- (i32.const 10)
+ (block
+ (set_local $6
+ (i32.const 9)
)
- (i32.const -1)
+ (br $do-once$100)
)
- (i32.const 0)
)
- (block
- (set_local $5
- (i32.const 10)
- )
- (set_local $6
+ (if
+ (i32.eq
+ (i32.and
+ (i32.rem_u
+ (get_local $1)
+ (i32.const 10)
+ )
+ (i32.const -1)
+ )
(i32.const 0)
)
- )
- (block
- (set_local $6
- (i32.const 0)
+ (block
+ (set_local $5
+ (i32.const 10)
+ )
+ (set_local $6
+ (i32.const 0)
+ )
)
- (br $do-once$100)
- )
- )
- (loop $while-out$102 $while-in$103
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const 1)
+ (block
+ (set_local $6
+ (i32.const 0)
+ )
+ (br $do-once$100)
)
)
- (if
- (i32.ne
- (i32.and
- (i32.rem_u
- (get_local $1)
- (set_local $5
- (i32.mul
- (get_local $5)
- (i32.const 10)
+ (loop $while-in$103
+ (block $while-out$102
+ (set_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const 1)
+ )
+ )
+ (br_if $while-out$102
+ (i32.ne
+ (i32.and
+ (i32.rem_u
+ (get_local $1)
+ (tee_local $5
+ (i32.mul
+ (get_local $5)
+ (i32.const 10)
+ )
+ )
)
+ (i32.const -1)
)
+ (i32.const 0)
)
- (i32.const -1)
)
- (i32.const 0)
+ (br $while-in$103)
)
- (br $while-out$102)
)
- (br $while-in$103)
)
- )
- (set_local $6
- (i32.const 9)
+ (set_local $6
+ (i32.const 9)
+ )
)
)
- )
- (set_local $1
- (i32.add
- (i32.mul
- (i32.shr_s
- (i32.sub
- (get_local $23)
- (get_local $62)
+ (set_local $1
+ (i32.add
+ (i32.mul
+ (i32.shr_s
+ (i32.sub
+ (get_local $23)
+ (get_local $62)
+ )
+ (i32.const 2)
)
- (i32.const 2)
+ (i32.const 9)
)
- (i32.const 9)
+ (i32.const -9)
)
- (i32.const -9)
)
- )
- (if
- (i32.eq
- (i32.or
- (get_local $10)
- (i32.const 32)
+ (if
+ (i32.eq
+ (i32.or
+ (get_local $10)
+ (i32.const 32)
+ )
+ (i32.const 102)
)
- (i32.const 102)
- )
- (block
- (set_local $1
- (i32.lt_s
- (set_local $5
- (i32.sub
- (get_local $1)
- (get_local $6)
+ (block
+ (set_local $1
+ (i32.lt_s
+ (tee_local $5
+ (i32.sub
+ (get_local $1)
+ (get_local $6)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $8)
- (set_local $1
- (select
- (i32.const 0)
- (get_local $5)
- (get_local $1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $8)
+ (tee_local $1
+ (select
+ (i32.const 0)
+ (get_local $5)
+ (get_local $1)
+ )
)
)
)
- )
- (set_local $14
- (select
- (get_local $8)
- (get_local $1)
- (get_local $5)
+ (set_local $15
+ (select
+ (get_local $8)
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (set_local $26
+ (get_local $10)
+ )
+ (i32.const 0)
)
- (set_local $26
- (get_local $10)
- )
- (i32.const 0)
- )
- (block
- (set_local $1
- (i32.lt_s
- (set_local $5
- (i32.sub
- (i32.add
- (get_local $1)
- (get_local $13)
+ (block
+ (set_local $1
+ (i32.lt_s
+ (tee_local $5
+ (i32.sub
+ (i32.add
+ (get_local $1)
+ (get_local $13)
+ )
+ (get_local $6)
)
- (get_local $6)
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $8)
- (set_local $1
- (select
- (i32.const 0)
- (get_local $5)
- (get_local $1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $8)
+ (tee_local $1
+ (select
+ (i32.const 0)
+ (get_local $5)
+ (get_local $1)
+ )
)
)
)
- )
- (set_local $14
- (select
- (get_local $8)
- (get_local $1)
- (get_local $5)
+ (set_local $15
+ (select
+ (get_local $8)
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (set_local $26
+ (get_local $10)
+ )
+ (i32.const 0)
)
- (set_local $26
- (get_local $10)
- )
- (i32.const 0)
)
)
- )
- (block
- (set_local $14
- (get_local $1)
- )
- (i32.and
- (get_local $18)
- (i32.const 8)
+ (block
+ (set_local $15
+ (get_local $1)
+ )
+ (i32.and
+ (get_local $18)
+ (i32.const 8)
+ )
)
)
)
)
- )
- (set_local $17
- (i32.and
- (i32.ne
- (set_local $1
- (i32.or
- (get_local $14)
- (get_local $8)
+ (set_local $17
+ (i32.and
+ (i32.ne
+ (tee_local $1
+ (i32.or
+ (get_local $15)
+ (get_local $8)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
- )
- (set_local $13
- (if
- (set_local $10
- (i32.eq
- (i32.or
- (get_local $26)
- (i32.const 32)
+ (set_local $13
+ (if
+ (tee_local $10
+ (i32.eq
+ (i32.or
+ (get_local $26)
+ (i32.const 32)
+ )
+ (i32.const 102)
)
- (i32.const 102)
)
- )
- (block
- (set_local $6
- (select
- (get_local $13)
- (i32.const 0)
- (i32.gt_s
+ (block
+ (set_local $6
+ (select
(get_local $13)
(i32.const 0)
+ (i32.gt_s
+ (get_local $13)
+ (i32.const 0)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $5
- (i32.shr_s
- (i32.shl
- (i32.lt_s
- (set_local $6
- (select
- (get_local $27)
- (get_local $13)
- (i32.lt_s
+ (block
+ (set_local $5
+ (i32.shr_s
+ (i32.shl
+ (i32.lt_s
+ (tee_local $6
+ (select
+ (get_local $27)
(get_local $13)
- (i32.const 0)
+ (i32.lt_s
+ (get_local $13)
+ (i32.const 0)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
+ (i32.const 31)
)
(i32.const 31)
)
- (i32.const 31)
)
- )
- (if
- (i32.lt_s
- (i32.sub
- (get_local $40)
- (set_local $5
- (call $_fmt_u
- (get_local $6)
- (get_local $5)
- (get_local $52)
+ (if
+ (i32.lt_s
+ (i32.sub
+ (get_local $40)
+ (tee_local $5
+ (call $_fmt_u
+ (get_local $6)
+ (get_local $5)
+ (get_local $52)
+ )
)
)
+ (i32.const 2)
)
- (i32.const 2)
- )
- (loop $while-out$104 $while-in$105
- (i32.store8
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const -1)
+ (loop $while-in$105
+ (block $while-out$104
+ (i32.store8
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
)
- )
- (i32.const 48)
- )
- (if
- (i32.lt_s
- (i32.sub
- (get_local $40)
- (get_local $5)
+ (br_if $while-out$104
+ (i32.ge_s
+ (i32.sub
+ (get_local $40)
+ (get_local $5)
+ )
+ (i32.const 2)
+ )
)
- (i32.const 2)
+ (br $while-in$105)
)
- (get_local $5)
- (br $while-out$104)
)
- (br $while-in$105)
)
- (get_local $5)
- )
- (i32.store8
- (i32.add
- (get_local $5)
- (i32.const -1)
- )
- (i32.and
+ (i32.store8
(i32.add
- (i32.and
- (i32.shr_s
- (get_local $13)
- (i32.const 31)
+ (get_local $5)
+ (i32.const -1)
+ )
+ (i32.and
+ (i32.add
+ (i32.and
+ (i32.shr_s
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
+ (i32.const 43)
)
- (i32.const 43)
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (i32.store8
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const -2)
+ (i32.store8
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const -2)
+ )
+ )
+ (i32.and
+ (get_local $26)
+ (i32.const 255)
)
)
- (i32.and
- (get_local $26)
- (i32.const 255)
- )
- )
- (set_local $6
- (i32.sub
- (get_local $40)
- (get_local $5)
+ (set_local $6
+ (i32.sub
+ (get_local $40)
+ (get_local $5)
+ )
)
+ (get_local $5)
)
- (get_local $5)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (set_local $6
- (i32.add
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (tee_local $6
(i32.add
(i32.add
(i32.add
- (get_local $51)
- (i32.const 1)
+ (i32.add
+ (get_local $51)
+ (i32.const 1)
+ )
+ (get_local $15)
)
- (get_local $14)
+ (get_local $17)
)
- (get_local $17)
+ (get_local $6)
)
- (get_local $6)
)
+ (get_local $18)
)
- (get_local $18)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $39)
+ (get_local $51)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $39)
- (get_local $51)
+ (call $_pad
(get_local $0)
+ (i32.const 48)
+ (get_local $16)
+ (get_local $6)
+ (i32.xor
+ (get_local $18)
+ (i32.const 65536)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $16)
- (get_local $6)
- (i32.xor
- (get_local $18)
- (i32.const 65536)
- )
- )
- (block $do-once$106
- (if
- (get_local $10)
- (block
- (set_local $7
- (set_local $8
- (select
- (get_local $9)
- (get_local $7)
- (i32.gt_u
- (get_local $7)
+ (block $do-once$106
+ (if
+ (get_local $10)
+ (block
+ (set_local $7
+ (tee_local $8
+ (select
(get_local $9)
- )
- )
- )
- )
- (loop $while-out$108 $while-in$109
- (set_local $5
- (call $_fmt_u
- (i32.load
(get_local $7)
+ (i32.gt_u
+ (get_local $7)
+ (get_local $9)
+ )
)
- (i32.const 0)
- (get_local $45)
)
)
- (block $do-once$110
- (if
- (i32.eq
- (get_local $7)
- (get_local $8)
- )
- (block
- (if
- (i32.ne
- (get_local $5)
- (get_local $45)
+ (loop $while-in$109
+ (block $while-out$108
+ (set_local $5
+ (call $_fmt_u
+ (i32.load
+ (get_local $7)
)
- (br $do-once$110)
- )
- (i32.store8
- (get_local $53)
- (i32.const 48)
- )
- (set_local $5
- (get_local $53)
+ (i32.const 0)
+ (get_local $45)
)
)
- (block
+ (block $do-once$110
(if
- (i32.gt_u
- (get_local $5)
- (get_local $29)
+ (i32.eq
+ (get_local $7)
+ (get_local $8)
)
- (get_local $5)
- (br $do-once$110)
- )
- (loop $while-out$112 $while-in$113
- (i32.store8
- (set_local $5
- (i32.add
+ (block
+ (br_if $do-once$110
+ (i32.ne
(get_local $5)
- (i32.const -1)
+ (get_local $45)
)
)
- (i32.const 48)
+ (i32.store8
+ (get_local $53)
+ (i32.const 48)
+ )
+ (set_local $5
+ (get_local $53)
+ )
)
- (if
- (i32.gt_u
- (get_local $5)
- (get_local $29)
+ (block
+ (br_if $do-once$110
+ (i32.le_u
+ (get_local $5)
+ (get_local $29)
+ )
+ )
+ (loop $while-in$113
+ (block $while-out$112
+ (i32.store8
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
+ )
+ (br_if $while-out$112
+ (i32.le_u
+ (get_local $5)
+ (get_local $29)
+ )
+ )
+ (br $while-in$113)
+ )
)
- (get_local $5)
- (br $while-out$112)
)
- (br $while-in$113)
- )
- )
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $5)
- (i32.sub
- (get_local $75)
- (get_local $5)
- )
- (get_local $0)
- )
- )
- (if
- (i32.gt_u
- (set_local $7
- (i32.add
- (get_local $7)
- (i32.const 4)
)
)
- (get_local $9)
- )
- (block
- (set_local $5
- (get_local $7)
- )
- (br $while-out$108)
- )
- (get_local $7)
- )
- (br $while-in$109)
- )
- (block $do-once$114
- (if
- (i32.ne
- (get_local $1)
- (i32.const 0)
- )
- (block
- (br_if $do-once$114
- (i32.ne
+ (if
+ (i32.eq
(i32.and
(i32.load
(get_local $0)
@@ -7298,163 +7100,81 @@
)
(i32.const 0)
)
- )
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $0)
- )
- )
- )
- )
- (if
- (i32.and
- (i32.gt_s
- (get_local $14)
- (i32.const 0)
- )
- (i32.lt_u
- (get_local $5)
- (get_local $23)
- )
- )
- (loop $while-out$116 $while-in$117
- (if
- (i32.gt_u
- (set_local $1
- (call $_fmt_u
- (i32.load
+ (drop
+ (call $___fwritex
+ (get_local $5)
+ (i32.sub
+ (get_local $75)
(get_local $5)
)
- (i32.const 0)
- (get_local $45)
+ (get_local $0)
)
)
- (get_local $29)
)
- (loop $while-out$118 $while-in$119
- (i32.store8
- (set_local $1
+ (if
+ (i32.gt_u
+ (tee_local $7
(i32.add
- (get_local $1)
- (i32.const -1)
+ (get_local $7)
+ (i32.const 4)
)
)
- (i32.const 48)
+ (get_local $9)
)
- (if
- (i32.gt_u
- (get_local $1)
- (get_local $29)
+ (block
+ (set_local $5
+ (get_local $7)
)
- (get_local $1)
- (br $while-out$118)
+ (br $while-out$108)
)
- (br $while-in$119)
)
- (get_local $1)
+ (br $while-in$109)
)
+ )
+ (block $do-once$114
(if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
+ (i32.ne
(get_local $1)
- (select
- (i32.const 9)
- (get_local $14)
- (i32.gt_s
- (get_local $14)
- (i32.const 9)
- )
- )
- (get_local $0)
- )
- )
- (set_local $1
- (i32.add
- (get_local $14)
- (i32.const -9)
+ (i32.const 0)
)
- )
- (if
- (i32.and
- (i32.gt_s
- (get_local $14)
- (i32.const 9)
- )
- (i32.lt_u
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 4)
+ (block
+ (br_if $do-once$114
+ (i32.ne
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
+ (i32.const 0)
)
- (get_local $23)
)
- )
- (set_local $14
- (get_local $1)
- )
- (block
- (set_local $14
- (get_local $1)
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $0)
+ )
)
- (br $while-out$116)
)
)
- (br $while-in$117)
)
- (get_local $14)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (i32.add
- (get_local $14)
- (i32.const 9)
- )
- (i32.const 9)
- (i32.const 0)
- )
- )
- (block
- (set_local $11
- (select
- (get_local $23)
- (i32.add
- (get_local $7)
- (i32.const 4)
- )
- (get_local $11)
- )
- )
- (if
- (i32.gt_s
- (get_local $14)
- (i32.const -1)
- )
- (block
- (set_local $9
- (i32.eq
- (get_local $8)
+ (if
+ (i32.and
+ (i32.gt_s
+ (get_local $15)
(i32.const 0)
)
+ (i32.lt_u
+ (get_local $5)
+ (get_local $23)
+ )
)
- (set_local $5
- (get_local $7)
- )
- (loop $while-out$120 $while-in$121
- (set_local $8
+ (loop $while-in$117
+ (block $while-out$116
(if
- (i32.eq
- (set_local $1
+ (i32.gt_u
+ (tee_local $1
(call $_fmt_u
(i32.load
(get_local $5)
@@ -7463,834 +7183,976 @@
(get_local $45)
)
)
- (get_local $45)
+ (get_local $29)
)
- (block
- (i32.store8
- (get_local $53)
- (i32.const 48)
+ (loop $while-in$119
+ (block $while-out$118
+ (i32.store8
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
+ )
+ (br_if $while-out$118
+ (i32.le_u
+ (get_local $1)
+ (get_local $29)
+ )
+ )
+ (br $while-in$119)
)
- (get_local $53)
)
- (get_local $1)
)
- )
- (block $do-once$122
(if
(i32.eq
- (get_local $5)
- (get_local $7)
- )
- (block
- (set_local $1
- (i32.add
- (get_local $8)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $8)
- (i32.const 1)
+ (i32.and
+ (i32.load
(get_local $0)
)
+ (i32.const 32)
)
- (if
- (i32.and
- (get_local $9)
- (i32.lt_s
- (get_local $14)
- (i32.const 1)
+ (i32.const 0)
+ )
+ (drop
+ (call $___fwritex
+ (get_local $1)
+ (select
+ (i32.const 9)
+ (get_local $15)
+ (i32.gt_s
+ (get_local $15)
+ (i32.const 9)
)
)
- (br $do-once$122)
+ (get_local $0)
)
- (if
- (i32.ne
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
+ )
+ )
+ (set_local $1
+ (i32.add
+ (get_local $15)
+ (i32.const -9)
+ )
+ )
+ (if
+ (i32.and
+ (i32.gt_s
+ (get_local $15)
+ (i32.const 9)
+ )
+ (i32.lt_u
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 4)
)
- (i32.const 0)
)
- (br $do-once$122)
- )
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $0)
+ (get_local $23)
)
)
+ (set_local $15
+ (get_local $1)
+ )
(block
+ (set_local $15
+ (get_local $1)
+ )
+ (br $while-out$116)
+ )
+ )
+ (br $while-in$117)
+ )
+ )
+ )
+ (call $_pad
+ (get_local $0)
+ (i32.const 48)
+ (i32.add
+ (get_local $15)
+ (i32.const 9)
+ )
+ (i32.const 9)
+ (i32.const 0)
+ )
+ )
+ (block
+ (set_local $11
+ (select
+ (get_local $23)
+ (i32.add
+ (get_local $7)
+ (i32.const 4)
+ )
+ (get_local $11)
+ )
+ )
+ (if
+ (i32.gt_s
+ (get_local $15)
+ (i32.const -1)
+ )
+ (block
+ (set_local $9
+ (i32.eq
+ (get_local $8)
+ (i32.const 0)
+ )
+ )
+ (set_local $5
+ (get_local $7)
+ )
+ (loop $while-in$121
+ (block $while-out$120
+ (set_local $8
(if
- (i32.gt_u
- (get_local $8)
- (get_local $29)
- )
- (set_local $1
- (get_local $8)
+ (i32.eq
+ (tee_local $1
+ (call $_fmt_u
+ (i32.load
+ (get_local $5)
+ )
+ (i32.const 0)
+ (get_local $45)
+ )
+ )
+ (get_local $45)
)
(block
- (set_local $1
- (get_local $8)
+ (i32.store8
+ (get_local $53)
+ (i32.const 48)
)
- (br $do-once$122)
+ (get_local $53)
)
+ (get_local $1)
)
- (loop $while-out$124 $while-in$125
- (i32.store8
+ )
+ (block $do-once$122
+ (if
+ (i32.eq
+ (get_local $5)
+ (get_local $7)
+ )
+ (block
(set_local $1
(i32.add
- (get_local $1)
- (i32.const -1)
+ (get_local $8)
+ (i32.const 1)
+ )
+ )
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
+ )
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $8)
+ (i32.const 1)
+ (get_local $0)
+ )
+ )
+ (br_if $do-once$122
+ (i32.and
+ (get_local $9)
+ (i32.lt_s
+ (get_local $15)
+ (i32.const 1)
+ )
+ )
+ )
+ (br_if $do-once$122
+ (i32.ne
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
+ )
+ (i32.const 0)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $0)
)
)
- (i32.const 48)
)
- (if
- (i32.gt_u
- (get_local $1)
- (get_local $29)
+ (block
+ (if
+ (i32.gt_u
+ (get_local $8)
+ (get_local $29)
+ )
+ (set_local $1
+ (get_local $8)
+ )
+ (block
+ (set_local $1
+ (get_local $8)
+ )
+ (br $do-once$122)
+ )
+ )
+ (loop $while-in$125
+ (block $while-out$124
+ (i32.store8
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
+ )
+ (i32.const 48)
+ )
+ (br_if $while-out$124
+ (i32.le_u
+ (get_local $1)
+ (get_local $29)
+ )
+ )
+ (br $while-in$125)
+ )
)
- (get_local $1)
- (br $while-out$124)
)
- (br $while-in$125)
- )
- )
- )
- )
- (set_local $8
- (i32.sub
- (get_local $75)
- (get_local $1)
- )
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
)
- (i32.const 32)
)
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $1)
- (select
- (get_local $8)
- (get_local $14)
- (i32.gt_s
- (get_local $14)
- (get_local $8)
+ (set_local $8
+ (i32.sub
+ (get_local $75)
+ (get_local $1)
)
)
- (get_local $0)
- )
- )
- (if
- (i32.eqz
- (i32.and
- (i32.lt_u
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 4)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
)
+ (i32.const 32)
)
- (get_local $11)
+ (i32.const 0)
)
- (i32.gt_s
- (set_local $14
- (i32.sub
- (get_local $14)
+ (drop
+ (call $___fwritex
+ (get_local $1)
+ (select
(get_local $8)
+ (get_local $15)
+ (i32.gt_s
+ (get_local $15)
+ (get_local $8)
+ )
+ )
+ (get_local $0)
+ )
+ )
+ )
+ (br_if $while-out$120
+ (i32.eqz
+ (i32.and
+ (i32.lt_u
+ (tee_local $5
+ (i32.add
+ (get_local $5)
+ (i32.const 4)
+ )
+ )
+ (get_local $11)
+ )
+ (i32.gt_s
+ (tee_local $15
+ (i32.sub
+ (get_local $15)
+ (get_local $8)
+ )
+ )
+ (i32.const -1)
)
)
- (i32.const -1)
)
)
+ (br $while-in$121)
)
- (br $while-out$120)
)
- (br $while-in$121)
)
)
- (get_local $14)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (i32.add
- (get_local $14)
+ (call $_pad
+ (get_local $0)
+ (i32.const 48)
+ (i32.add
+ (get_local $15)
+ (i32.const 18)
+ )
(i32.const 18)
+ (i32.const 0)
)
- (i32.const 18)
- (i32.const 0)
- )
- (br_if $do-once$106
- (i32.ne
- (i32.and
- (i32.load
- (get_local $0)
+ (br_if $do-once$106
+ (i32.ne
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (call $___fwritex
- (get_local $13)
- (i32.sub
- (get_local $40)
- (get_local $13)
+ (drop
+ (call $___fwritex
+ (get_local $13)
+ (i32.sub
+ (get_local $40)
+ (get_local $13)
+ )
+ (get_local $0)
+ )
)
- (get_local $0)
)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $6)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
- )
- )
- (select
- (get_local $16)
- (get_local $6)
- (i32.lt_s
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
(get_local $6)
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (select
(get_local $16)
+ (get_local $6)
+ (i32.lt_s
+ (get_local $6)
+ (get_local $16)
+ )
)
)
- )
- (block
- (set_local $5
- (select
- (i32.const 4127)
- (i32.const 4131)
- (set_local $8
- (i32.ne
- (i32.and
- (get_local $26)
- (i32.const 32)
+ (block
+ (set_local $5
+ (select
+ (i32.const 4127)
+ (i32.const 4131)
+ (tee_local $8
+ (i32.ne
+ (i32.and
+ (get_local $26)
+ (i32.const 32)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
- )
- (set_local $6
- (select
- (i32.const 0)
- (get_local $51)
- (set_local $1
- (i32.or
- (f64.ne
- (get_local $15)
- (get_local $15)
+ (set_local $6
+ (select
+ (i32.const 0)
+ (get_local $51)
+ (tee_local $1
+ (i32.or
+ (f64.ne
+ (get_local $14)
+ (get_local $14)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
- )
- (set_local $8
- (select
+ (set_local $8
(select
- (i32.const 4135)
- (i32.const 4139)
- (get_local $8)
+ (select
+ (i32.const 4135)
+ (i32.const 4139)
+ (get_local $8)
+ )
+ (get_local $5)
+ (get_local $1)
)
- (get_local $5)
- (get_local $1)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (set_local $5
- (i32.add
- (get_local $6)
- (i32.const 3)
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (tee_local $5
+ (i32.add
+ (get_local $6)
+ (i32.const 3)
+ )
)
+ (get_local $7)
)
- (get_local $7)
- )
- (if
- (i32.eq
- (i32.and
- (if
- (i32.eq
- (i32.and
- (set_local $1
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (if
+ (i32.eq
+ (i32.and
+ (tee_local $1
+ (i32.load
+ (get_local $0)
+ )
)
+ (i32.const 32)
)
- (i32.const 32)
- )
- (i32.const 0)
- )
- (block
- (call $___fwritex
- (get_local $39)
- (get_local $6)
- (get_local $0)
+ (i32.const 0)
)
- (i32.load
- (get_local $0)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $39)
+ (get_local $6)
+ (get_local $0)
+ )
+ )
+ (i32.load
+ (get_local $0)
+ )
)
+ (get_local $1)
)
- (get_local $1)
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $8)
+ (i32.const 3)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $8)
- (i32.const 3)
+ (call $_pad
(get_local $0)
- )
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $5)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
- )
- )
- (select
- (get_local $16)
- (get_local $5)
- (i32.lt_s
+ (i32.const 32)
+ (get_local $16)
(get_local $5)
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (select
(get_local $16)
+ (get_local $5)
+ (i32.lt_s
+ (get_local $5)
+ (get_local $16)
+ )
)
)
)
)
)
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
- (set_local $8
- (get_local $21)
+ (set_local $47
+ (get_local $20)
)
- (br $label$continue$L1)
- )
- (set_local $47
- (get_local $20)
- )
- (set_local $37
- (get_local $18)
- )
- (set_local $42
- (get_local $10)
- )
- (set_local $43
- (i32.const 0)
- )
- (set_local $48
- (i32.const 4091)
- )
- (set_local $49
- (get_local $28)
- )
- )
- (block $label$break$L308
- (if
- (i32.eq
- (get_local $12)
- (i32.const 64)
+ (set_local $37
+ (get_local $18)
)
- (block
- (set_local $7
- (i32.and
- (get_local $68)
- (i32.const 32)
- )
+ (set_local $42
+ (get_local $10)
+ )
+ (set_local $43
+ (i32.const 0)
+ )
+ (set_local $48
+ (i32.const 4091)
+ )
+ (set_local $49
+ (get_local $28)
+ )
+ )
+ (block $label$break$L308
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 64)
)
- (set_local $58
- (if
+ (block
+ (set_local $7
(i32.and
- (i32.eq
- (set_local $5
- (i32.load
- (set_local $1
- (get_local $19)
+ (get_local $68)
+ (i32.const 32)
+ )
+ )
+ (set_local $58
+ (if
+ (i32.and
+ (i32.eq
+ (tee_local $5
+ (i32.load
+ (tee_local $1
+ (get_local $19)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (i32.eq
- (set_local $1
- (i32.load offset=4
- (get_local $1)
+ (i32.eq
+ (tee_local $1
+ (i32.load offset=4
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- )
- (block
- (set_local $34
- (get_local $46)
- )
- (set_local $32
- (get_local $57)
)
- (set_local $35
- (i32.const 0)
- )
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $28)
- )
- (block
- (set_local $6
+ (block
+ (set_local $34
+ (get_local $46)
+ )
+ (set_local $32
+ (get_local $57)
+ )
+ (set_local $35
+ (i32.const 0)
+ )
+ (set_local $36
+ (i32.const 4091)
+ )
+ (set_local $12
+ (i32.const 77)
+ )
(get_local $28)
)
- (loop $while-out$129 $while-in$130
- (i32.store8
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const -1)
+ (block
+ (set_local $6
+ (get_local $28)
+ )
+ (loop $while-in$130
+ (block $while-out$129
+ (i32.store8
+ (tee_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const -1)
+ )
+ )
+ (i32.and
+ (i32.or
+ (i32.and
+ (i32.load8_s
+ (i32.add
+ (i32.and
+ (get_local $5)
+ (i32.const 15)
+ )
+ (i32.const 4075)
+ )
+ )
+ (i32.const 255)
+ )
+ (get_local $7)
+ )
+ (i32.const 255)
+ )
)
- )
- (i32.and
- (i32.or
+ (br_if $while-out$129
(i32.and
- (i32.load8_s
- (i32.add
- (i32.and
+ (i32.eq
+ (tee_local $5
+ (call $_bitshift64Lshr
(get_local $5)
- (i32.const 15)
+ (get_local $1)
+ (i32.const 4)
)
- (i32.const 4075)
)
+ (i32.const 0)
+ )
+ (i32.eq
+ (tee_local $1
+ (get_global $tempRet0)
+ )
+ (i32.const 0)
)
- (i32.const 255)
)
- (get_local $7)
)
- (i32.const 255)
+ (br $while-in$130)
)
)
(if
- (i32.and
+ (i32.or
(i32.eq
- (set_local $5
- (call $_bitshift64Lshr
- (get_local $5)
- (get_local $1)
- (i32.const 4)
- )
+ (i32.and
+ (get_local $46)
+ (i32.const 8)
)
(i32.const 0)
)
- (i32.eq
- (set_local $1
+ (i32.and
+ (i32.eq
(i32.load
- (i32.const 168)
+ (tee_local $1
+ (get_local $19)
+ )
)
+ (i32.const 0)
+ )
+ (i32.eq
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
- (br $while-out$129)
- )
- (br $while-in$130)
- )
- (if
- (i32.or
- (i32.eq
- (i32.and
+ (block
+ (set_local $34
(get_local $46)
- (i32.const 8)
)
- (i32.const 0)
- )
- (i32.and
- (i32.eq
- (i32.load
- (set_local $1
- (get_local $19)
- )
- )
- (i32.const 0)
+ (set_local $32
+ (get_local $57)
)
- (i32.eq
- (i32.load offset=4
- (get_local $1)
- )
+ (set_local $35
(i32.const 0)
)
- )
- )
- (block
- (set_local $34
- (get_local $46)
- )
- (set_local $32
- (get_local $57)
- )
- (set_local $35
- (i32.const 0)
- )
- (set_local $36
- (i32.const 4091)
- )
- (set_local $12
- (i32.const 77)
- )
- (get_local $6)
- )
- (block
- (set_local $34
- (get_local $46)
- )
- (set_local $32
- (get_local $57)
- )
- (set_local $35
- (i32.const 2)
- )
- (set_local $36
- (i32.add
+ (set_local $36
(i32.const 4091)
- (i32.shr_s
- (get_local $68)
- (i32.const 4)
- )
)
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
)
- (set_local $12
- (i32.const 77)
+ (block
+ (set_local $34
+ (get_local $46)
+ )
+ (set_local $32
+ (get_local $57)
+ )
+ (set_local $35
+ (i32.const 2)
+ )
+ (set_local $36
+ (i32.add
+ (i32.const 4091)
+ (i32.shr_s
+ (get_local $68)
+ (i32.const 4)
+ )
+ )
+ )
+ (set_local $12
+ (i32.const 77)
+ )
+ (get_local $6)
)
- (get_local $6)
)
)
)
)
)
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 76)
- )
- (block
- (set_local $58
- (call $_fmt_u
- (get_local $33)
- (get_local $59)
- (get_local $28)
- )
- )
- (set_local $34
- (get_local $18)
- )
- (set_local $32
- (get_local $10)
- )
- (set_local $35
- (get_local $60)
- )
- (set_local $36
- (get_local $61)
- )
- (set_local $12
- (i32.const 77)
- )
- )
(if
(i32.eq
(get_local $12)
- (i32.const 82)
+ (i32.const 76)
)
(block
- (set_local $12
- (i32.const 0)
- )
- (set_local $5
- (i32.eq
- (set_local $1
- (call $_memchr
- (get_local $50)
- (i32.const 0)
- (get_local $10)
- )
- )
- (i32.const 0)
+ (set_local $58
+ (call $_fmt_u
+ (get_local $33)
+ (get_local $59)
+ (get_local $28)
)
)
- (set_local $47
- (get_local $50)
- )
- (set_local $37
- (get_local $7)
+ (set_local $34
+ (get_local $18)
)
- (set_local $42
- (select
- (get_local $10)
- (i32.sub
- (get_local $1)
- (get_local $50)
- )
- (get_local $5)
- )
+ (set_local $32
+ (get_local $10)
)
- (set_local $43
- (i32.const 0)
+ (set_local $35
+ (get_local $60)
)
- (set_local $48
- (i32.const 4091)
+ (set_local $36
+ (get_local $61)
)
- (set_local $49
- (select
- (i32.add
- (get_local $50)
- (get_local $10)
- )
- (get_local $1)
- (get_local $5)
- )
+ (set_local $12
+ (i32.const 77)
)
)
(if
(i32.eq
(get_local $12)
- (i32.const 86)
+ (i32.const 82)
)
(block
(set_local $12
(i32.const 0)
)
- (set_local $7
- (i32.const 0)
- )
(set_local $5
- (i32.const 0)
- )
- (set_local $6
- (i32.load
- (get_local $19)
- )
- )
- (loop $while-out$131 $while-in$132
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (get_local $6)
- )
- )
- (i32.const 0)
- )
- (br $while-out$131)
- )
- (if
- (i32.or
- (i32.lt_s
- (set_local $5
- (call $_wctomb
- (get_local $63)
- (get_local $1)
- )
- )
+ (i32.eq
+ (tee_local $1
+ (call $_memchr
+ (get_local $50)
(i32.const 0)
- )
- (i32.gt_u
- (get_local $5)
- (i32.sub
- (get_local $69)
- (get_local $7)
- )
+ (get_local $10)
)
)
- (br $while-out$131)
- )
- (set_local $6
- (i32.add
- (get_local $6)
- (i32.const 4)
- )
+ (i32.const 0)
)
- (if
- (i32.gt_u
- (get_local $69)
- (set_local $1
- (i32.add
- (get_local $5)
- (get_local $7)
- )
- )
- )
- (set_local $7
+ )
+ (set_local $47
+ (get_local $50)
+ )
+ (set_local $37
+ (get_local $7)
+ )
+ (set_local $42
+ (select
+ (get_local $10)
+ (i32.sub
(get_local $1)
+ (get_local $50)
)
- (block
- (set_local $7
- (get_local $1)
- )
- (br $while-out$131)
- )
- )
- (br $while-in$132)
- )
- (if
- (i32.lt_s
(get_local $5)
- (i32.const 0)
)
- (block
- (set_local $24
- (i32.const -1)
+ )
+ (set_local $43
+ (i32.const 0)
+ )
+ (set_local $48
+ (i32.const 4091)
+ )
+ (set_local $49
+ (select
+ (i32.add
+ (get_local $50)
+ (get_local $10)
)
- (br $label$break$L1)
+ (get_local $1)
+ (get_local $5)
)
)
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $7)
- (get_local $18)
+ )
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 86)
)
- (if
- (i32.eq
- (get_local $7)
+ (block
+ (set_local $12
(i32.const 0)
)
- (block
- (set_local $38
- (i32.const 0)
- )
- (set_local $12
- (i32.const 98)
- )
+ (set_local $7
+ (i32.const 0)
)
- (block
- (set_local $6
- (i32.const 0)
- )
- (set_local $8
- (i32.load
- (get_local $19)
- )
+ (set_local $5
+ (i32.const 0)
+ )
+ (set_local $6
+ (i32.load
+ (get_local $19)
)
- (loop $while-out$133 $while-in$134
- (if
+ )
+ (loop $while-in$132
+ (block $while-out$131
+ (br_if $while-out$131
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (get_local $8)
+ (get_local $6)
)
)
(i32.const 0)
)
- (block
- (set_local $38
- (get_local $7)
+ )
+ (br_if $while-out$131
+ (i32.or
+ (i32.lt_s
+ (tee_local $5
+ (call $_wctomb
+ (get_local $63)
+ (get_local $1)
+ )
+ )
+ (i32.const 0)
)
- (set_local $12
- (i32.const 98)
+ (i32.gt_u
+ (get_local $5)
+ (i32.sub
+ (get_local $69)
+ (get_local $7)
+ )
)
- (br $label$break$L308)
)
)
- (set_local $8
+ (set_local $6
(i32.add
- (get_local $8)
+ (get_local $6)
(i32.const 4)
)
)
(if
- (i32.gt_s
- (set_local $1
+ (i32.gt_u
+ (get_local $69)
+ (tee_local $1
(i32.add
- (set_local $5
- (call $_wctomb
- (get_local $63)
- (get_local $1)
- )
- )
- (get_local $6)
+ (get_local $5)
+ (get_local $7)
)
)
- (get_local $7)
+ )
+ (set_local $7
+ (get_local $1)
)
(block
- (set_local $38
- (get_local $7)
- )
- (set_local $12
- (i32.const 98)
+ (set_local $7
+ (get_local $1)
)
- (br $label$break$L308)
+ (br $while-out$131)
)
)
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
- )
- (i32.const 32)
- )
- (i32.const 0)
- )
- (call $___fwritex
- (get_local $63)
- (get_local $5)
- (get_local $0)
- )
+ (br $while-in$132)
+ )
+ )
+ (if
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
+ (block
+ (set_local $24
+ (i32.const -1)
)
- (if
- (i32.lt_u
- (get_local $1)
- (get_local $7)
- )
- (set_local $6
- (get_local $1)
+ (br $label$break$L1)
+ )
+ )
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (get_local $16)
+ (get_local $7)
+ (get_local $18)
+ )
+ (if
+ (i32.eq
+ (get_local $7)
+ (i32.const 0)
+ )
+ (block
+ (set_local $38
+ (i32.const 0)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ )
+ (block
+ (set_local $6
+ (i32.const 0)
+ )
+ (set_local $8
+ (i32.load
+ (get_local $19)
)
- (block
- (set_local $38
- (get_local $7)
+ )
+ (loop $while-in$134
+ (block $while-out$133
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (get_local $8)
+ )
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $38
+ (get_local $7)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
)
- (set_local $12
- (i32.const 98)
+ (set_local $8
+ (i32.add
+ (get_local $8)
+ (i32.const 4)
+ )
+ )
+ (if
+ (i32.gt_s
+ (tee_local $1
+ (i32.add
+ (tee_local $5
+ (call $_wctomb
+ (get_local $63)
+ (get_local $1)
+ )
+ )
+ (get_local $6)
+ )
+ )
+ (get_local $7)
+ )
+ (block
+ (set_local $38
+ (get_local $7)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
+ )
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
+ )
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $63)
+ (get_local $5)
+ (get_local $0)
+ )
+ )
+ (if
+ (i32.lt_u
+ (get_local $1)
+ (get_local $7)
+ )
+ (set_local $6
+ (get_local $1)
+ )
+ (block
+ (set_local $38
+ (get_local $7)
+ )
+ (set_local $12
+ (i32.const 98)
+ )
+ (br $while-out$133)
+ )
)
- (br $while-out$133)
+ (br $while-in$134)
)
)
- (br $while-in$134)
)
)
)
@@ -8299,267 +8161,267 @@
)
)
)
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 98)
- )
- (block
- (set_local $12
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 98)
)
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $16)
- (get_local $38)
- (i32.xor
- (get_local $18)
- (i32.const 8192)
+ (block
+ (set_local $12
+ (i32.const 0)
)
- )
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (select
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
(get_local $16)
(get_local $38)
- (i32.gt_s
+ (i32.xor
+ (get_local $18)
+ (i32.const 8192)
+ )
+ )
+ (set_local $20
+ (get_local $9)
+ )
+ (set_local $1
+ (select
(get_local $16)
(get_local $38)
+ (i32.gt_s
+ (get_local $16)
+ (get_local $38)
+ )
)
)
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
- (set_local $8
- (get_local $21)
- )
- (br $label$continue$L1)
- )
- )
- (if
- (i32.eq
- (get_local $12)
- (i32.const 77)
)
- (block
- (set_local $12
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $12)
+ (i32.const 77)
)
- (set_local $5
- (select
- (i32.and
- (get_local $34)
- (i32.const -65537)
- )
- (get_local $34)
- (i32.gt_s
- (get_local $32)
- (i32.const -1)
- )
+ (block
+ (set_local $12
+ (i32.const 0)
)
- )
- (set_local $47
- (if
- (i32.or
- (i32.ne
+ (set_local $5
+ (select
+ (i32.and
+ (get_local $34)
+ (i32.const -65537)
+ )
+ (get_local $34)
+ (i32.gt_s
(get_local $32)
- (i32.const 0)
+ (i32.const -1)
)
- (set_local $1
- (i32.or
- (i32.ne
- (i32.load
- (set_local $1
- (get_local $19)
+ )
+ )
+ (set_local $47
+ (if
+ (i32.or
+ (i32.ne
+ (get_local $32)
+ (i32.const 0)
+ )
+ (tee_local $1
+ (i32.or
+ (i32.ne
+ (i32.load
+ (tee_local $1
+ (get_local $19)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (i32.ne
- (i32.load offset=4
- (get_local $1)
+ (i32.ne
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
- )
- (block
- (set_local $7
- (i32.gt_s
- (get_local $32)
- (set_local $1
- (i32.add
- (i32.xor
- (i32.and
- (get_local $1)
+ (block
+ (set_local $7
+ (i32.gt_s
+ (get_local $32)
+ (tee_local $1
+ (i32.add
+ (i32.xor
+ (i32.and
+ (get_local $1)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
- )
- (i32.sub
- (get_local $71)
- (get_local $58)
+ (i32.sub
+ (get_local $71)
+ (get_local $58)
+ )
)
)
)
)
- )
- (set_local $37
- (get_local $5)
- )
- (set_local $42
- (select
- (get_local $32)
- (get_local $1)
- (get_local $7)
+ (set_local $37
+ (get_local $5)
)
+ (set_local $42
+ (select
+ (get_local $32)
+ (get_local $1)
+ (get_local $7)
+ )
+ )
+ (set_local $43
+ (get_local $35)
+ )
+ (set_local $48
+ (get_local $36)
+ )
+ (set_local $49
+ (get_local $28)
+ )
+ (get_local $58)
)
- (set_local $43
- (get_local $35)
- )
- (set_local $48
- (get_local $36)
- )
- (set_local $49
- (get_local $28)
- )
- (get_local $58)
- )
- (block
- (set_local $37
- (get_local $5)
- )
- (set_local $42
- (i32.const 0)
- )
- (set_local $43
- (get_local $35)
- )
- (set_local $48
- (get_local $36)
- )
- (set_local $49
+ (block
+ (set_local $37
+ (get_local $5)
+ )
+ (set_local $42
+ (i32.const 0)
+ )
+ (set_local $43
+ (get_local $35)
+ )
+ (set_local $48
+ (get_local $36)
+ )
+ (set_local $49
+ (get_local $28)
+ )
(get_local $28)
)
- (get_local $28)
)
)
)
)
- )
- (set_local $1
- (i32.lt_s
- (get_local $42)
- (set_local $7
- (i32.sub
- (get_local $49)
- (get_local $47)
+ (set_local $1
+ (i32.lt_s
+ (get_local $42)
+ (tee_local $7
+ (i32.sub
+ (get_local $49)
+ (get_local $47)
+ )
)
)
)
- )
- (set_local $5
- (i32.lt_s
- (get_local $16)
- (set_local $1
- (i32.add
- (get_local $43)
- (set_local $6
- (select
- (get_local $7)
- (get_local $42)
- (get_local $1)
+ (set_local $5
+ (i32.lt_s
+ (get_local $16)
+ (tee_local $1
+ (i32.add
+ (get_local $43)
+ (tee_local $6
+ (select
+ (get_local $7)
+ (get_local $42)
+ (get_local $1)
+ )
)
)
)
)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (set_local $5
- (select
- (get_local $1)
- (get_local $16)
- (get_local $5)
+ (call $_pad
+ (get_local $0)
+ (i32.const 32)
+ (tee_local $5
+ (select
+ (get_local $1)
+ (get_local $16)
+ (get_local $5)
+ )
)
+ (get_local $1)
+ (get_local $37)
)
- (get_local $1)
- (get_local $37)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $48)
+ (get_local $43)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $48)
- (get_local $43)
+ (call $_pad
(get_local $0)
+ (i32.const 48)
+ (get_local $5)
+ (get_local $1)
+ (i32.xor
+ (get_local $37)
+ (i32.const 65536)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $5)
- (get_local $1)
- (i32.xor
- (get_local $37)
- (i32.const 65536)
+ (call $_pad
+ (get_local $0)
+ (i32.const 48)
+ (get_local $6)
+ (get_local $7)
+ (i32.const 0)
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 48)
- (get_local $6)
- (get_local $7)
- (i32.const 0)
- )
- (if
- (i32.eq
- (i32.and
- (i32.load
- (get_local $0)
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (get_local $0)
+ )
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
+ )
+ (call $___fwritex
+ (get_local $47)
+ (get_local $7)
+ (get_local $0)
)
- (i32.const 0)
)
- (call $___fwritex
- (get_local $47)
- (get_local $7)
+ (call $_pad
(get_local $0)
+ (i32.const 32)
+ (get_local $5)
+ (get_local $1)
+ (i32.xor
+ (get_local $37)
+ (i32.const 8192)
+ )
)
- )
- (call $_pad
- (get_local $0)
- (i32.const 32)
- (get_local $5)
- (get_local $1)
- (i32.xor
- (get_local $37)
- (i32.const 8192)
+ (set_local $20
+ (get_local $9)
)
+ (set_local $1
+ (get_local $5)
+ )
+ (set_local $8
+ (get_local $21)
+ )
+ (br $label$continue$L1)
)
- (set_local $20
- (get_local $9)
- )
- (set_local $1
- (get_local $5)
- )
- (set_local $8
- (get_local $21)
- )
- (br $label$continue$L1)
)
(block $label$break$L343
(if
@@ -8584,103 +8446,105 @@
(set_local $1
(i32.const 1)
)
- (loop $while-out$136 $while-in$137
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $1)
- (i32.const 2)
+ (loop $while-in$137
+ (block $while-out$136
+ (br_if $while-out$136
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
)
)
)
- )
- (i32.const 0)
- )
- (br $while-out$136)
- )
- (call $_pop_arg_336
- (i32.add
- (get_local $3)
- (i32.shl
- (get_local $1)
- (i32.const 3)
+ (i32.const 0)
)
)
- (get_local $0)
- (get_local $2)
- )
- (if
- (i32.lt_s
- (set_local $1
- (i32.add
+ (call $_pop_arg_336
+ (i32.add
+ (get_local $3)
+ (i32.shl
(get_local $1)
- (i32.const 1)
+ (i32.const 3)
)
)
- (i32.const 10)
+ (get_local $0)
+ (get_local $2)
)
- (get_local $1)
- (block
- (set_local $24
- (i32.const 1)
+ (if
+ (i32.ge_s
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (i32.const 10)
+ )
+ (block
+ (set_local $24
+ (i32.const 1)
+ )
+ (br $label$break$L343)
)
- (br $label$break$L343)
)
+ (br $while-in$137)
)
- (br $while-in$137)
)
(if
(i32.lt_s
(get_local $1)
(i32.const 10)
)
- (loop $while-out$138 $while-in$139
- (set_local $0
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (loop $while-in$139
+ (block $while-out$138
+ (set_local $0
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (if
- (i32.ne
- (i32.load
- (i32.add
- (get_local $4)
- (i32.shl
- (get_local $1)
- (i32.const 2)
+ (if
+ (i32.ne
+ (i32.load
+ (i32.add
+ (get_local $4)
+ (i32.shl
+ (get_local $1)
+ (i32.const 2)
+ )
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $24
- (i32.const -1)
+ (block
+ (set_local $24
+ (i32.const -1)
+ )
+ (br $label$break$L343)
)
- (br $label$break$L343)
- )
- )
- (if
- (i32.lt_s
- (get_local $0)
- (i32.const 10)
)
- (set_local $1
- (get_local $0)
- )
- (block
- (set_local $24
- (i32.const 1)
+ (if
+ (i32.lt_s
+ (get_local $0)
+ (i32.const 10)
+ )
+ (set_local $1
+ (get_local $0)
+ )
+ (block
+ (set_local $24
+ (i32.const 1)
+ )
+ (br $while-out$138)
)
- (br $while-out$138)
)
+ (br $while-in$139)
)
- (br $while-in$139)
)
(set_local $24
(i32.const 1)
@@ -8694,8 +8558,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $31)
)
(get_local $24)
@@ -8704,9 +8567,6 @@
(local $3 i32)
(local $4 f64)
(local $5 i32)
- (i32.load
- (i32.const 8)
- )
(block $label$break$L1
(if
(i32.le_u
@@ -8733,7 +8593,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8761,7 +8621,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8802,7 +8662,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8834,8 +8694,8 @@
)
(set_local $5
(i32.load
- (set_local $3
- (set_local $1
+ (tee_local $3
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8873,7 +8733,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8897,7 +8757,7 @@
(i32.shr_s
(i32.shl
(i32.lt_s
- (set_local $1
+ (tee_local $1
(i32.shr_s
(i32.shl
(i32.and
@@ -8928,7 +8788,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8963,7 +8823,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -8987,7 +8847,7 @@
(i32.shr_s
(i32.shl
(i32.lt_s
- (set_local $1
+ (tee_local $1
(i32.shr_s
(i32.shl
(i32.and
@@ -9018,7 +8878,7 @@
)
(set_local $3
(i32.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -9053,7 +8913,7 @@
)
(set_local $4
(f64.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -9081,7 +8941,7 @@
)
(set_local $4
(f64.load
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -9112,9 +8972,6 @@
(func $_fmt_u (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
- (i32.load
- (i32.const 8)
- )
(set_local $0
(if
(i32.or
@@ -9140,74 +8997,71 @@
(set_local $4
(get_local $1)
)
- (loop $while-out$0 $while-in$1
- (set_local $0
- (call $___uremdi3
- (get_local $3)
- (get_local $4)
- (i32.const 10)
- (i32.const 0)
- )
- )
- (i32.load
- (i32.const 168)
- )
- (i32.store8
- (set_local $2
- (i32.add
- (get_local $2)
- (i32.const -1)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $0
+ (call $___uremdi3
+ (get_local $3)
+ (get_local $4)
+ (i32.const 10)
+ (i32.const 0)
)
)
- (i32.and
- (i32.or
- (get_local $0)
- (i32.const 48)
+ (i32.store8
+ (tee_local $2
+ (i32.add
+ (get_local $2)
+ (i32.const -1)
+ )
+ )
+ (i32.and
+ (i32.or
+ (get_local $0)
+ (i32.const 48)
+ )
+ (i32.const 255)
)
- (i32.const 255)
- )
- )
- (set_local $0
- (call $___udivdi3
- (get_local $3)
- (get_local $4)
- (i32.const 10)
- (i32.const 0)
- )
- )
- (set_local $1
- (i32.load
- (i32.const 168)
)
- )
- (if
- (i32.or
- (i32.gt_u
+ (set_local $0
+ (call $___udivdi3
+ (get_local $3)
(get_local $4)
- (i32.const 9)
+ (i32.const 10)
+ (i32.const 0)
)
- (i32.and
- (i32.eq
+ )
+ (set_local $1
+ (get_global $tempRet0)
+ )
+ (if
+ (i32.or
+ (i32.gt_u
(get_local $4)
(i32.const 9)
)
- (i32.gt_u
- (get_local $3)
- (i32.const -1)
+ (i32.and
+ (i32.eq
+ (get_local $4)
+ (i32.const 9)
+ )
+ (i32.gt_u
+ (get_local $3)
+ (i32.const -1)
+ )
)
)
- )
- (block
- (set_local $3
- (get_local $0)
- )
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $3
+ (get_local $0)
+ )
+ (set_local $4
+ (get_local $1)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(set_local $3
(get_local $0)
@@ -9223,62 +9077,63 @@
)
)
(if
- (i32.eq
+ (i32.ne
(get_local $3)
(i32.const 0)
)
- (get_local $0)
(block
(set_local $1
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (i32.store8
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const -1)
+ (loop $while-in$3
+ (block $while-out$2
+ (i32.store8
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const -1)
+ )
)
- )
- (i32.and
- (i32.or
- (i32.and
- (i32.rem_u
- (get_local $3)
- (i32.const 10)
+ (i32.and
+ (i32.or
+ (i32.and
+ (i32.rem_u
+ (get_local $3)
+ (i32.const 10)
+ )
+ (i32.const -1)
)
- (i32.const -1)
+ (i32.const 48)
)
- (i32.const 48)
+ (i32.const 255)
)
- (i32.const 255)
)
- )
- (set_local $0
- (i32.and
- (i32.div_u
+ (set_local $0
+ (i32.and
+ (i32.div_u
+ (get_local $3)
+ (i32.const 10)
+ )
+ (i32.const -1)
+ )
+ )
+ (if
+ (i32.lt_u
(get_local $3)
(i32.const 10)
)
- (i32.const -1)
- )
- )
- (if
- (i32.lt_u
- (get_local $3)
- (i32.const 10)
- )
- (block
- (set_local $0
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $1)
+ )
+ (br $while-out$2)
+ )
+ (set_local $3
+ (get_local $0)
)
- (br $while-out$2)
- )
- (set_local $3
- (get_local $0)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -9289,27 +9144,18 @@
(local $6 i32)
(local $7 i32)
(set_local $7
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 256)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -9334,7 +9180,7 @@
(block
(set_local $4
(i32.gt_u
- (set_local $5
+ (tee_local $5
(i32.sub
(get_local $2)
(get_local $3)
@@ -9343,19 +9189,21 @@
(i32.const 256)
)
)
- (call $_memset
- (get_local $6)
- (get_local $1)
- (select
- (i32.const 256)
- (get_local $5)
- (get_local $4)
+ (drop
+ (call $_memset
+ (get_local $6)
+ (get_local $1)
+ (select
+ (i32.const 256)
+ (get_local $5)
+ (get_local $4)
+ )
)
)
(set_local $4
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -9380,44 +9228,47 @@
(set_local $3
(get_local $5)
)
- (loop $while-out$2 $while-in$3
- (set_local $4
- (i32.eq
- (i32.and
- (set_local $1
- (if
- (get_local $4)
- (block
- (call $___fwritex
- (get_local $6)
- (i32.const 256)
- (get_local $0)
- )
- (i32.load
- (get_local $0)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $4
+ (i32.eq
+ (i32.and
+ (tee_local $1
+ (if
+ (get_local $4)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $6)
+ (i32.const 256)
+ (get_local $0)
+ )
+ )
+ (i32.load
+ (get_local $0)
+ )
)
+ (get_local $1)
)
- (get_local $1)
)
+ (i32.const 32)
)
- (i32.const 32)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (if
- (i32.le_u
- (set_local $3
- (i32.add
- (get_local $3)
- (i32.const -256)
+ (br_if $while-out$2
+ (i32.le_u
+ (tee_local $3
+ (i32.add
+ (get_local $3)
+ (i32.const -256)
+ )
)
+ (i32.const 255)
)
- (i32.const 255)
)
- (br $while-out$2)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $1
(i32.and
@@ -9425,10 +9276,10 @@
(i32.const 255)
)
)
- (if
- (get_local $4)
- (get_local $1)
- (br $do-once$0)
+ (br_if $do-once$0
+ (i32.eqz
+ (get_local $4)
+ )
)
)
(if
@@ -9439,16 +9290,17 @@
(br $do-once$0)
)
)
- (call $___fwritex
- (get_local $6)
- (get_local $1)
- (get_local $0)
+ (drop
+ (call $___fwritex
+ (get_local $6)
+ (get_local $1)
+ (get_local $0)
+ )
)
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $7)
)
)
@@ -9499,9 +9351,6 @@
(local $44 i32)
(local $45 i32)
(local $46 i32)
- (i32.load
- (i32.const 8)
- )
(block $do-once$0
(if
(i32.lt_u
@@ -9512,16 +9361,16 @@
(if
(i32.ne
(i32.and
- (set_local $25
+ (tee_local $25
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 176)
)
)
- (set_local $22
+ (tee_local $22
(i32.shr_u
- (set_local $6
+ (tee_local $6
(select
(i32.const 16)
(i32.and
@@ -9549,18 +9398,18 @@
(block
(set_local $2
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
- (set_local $9
+ (tee_local $9
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $8
+ (tee_local $8
(i32.add
(i32.xor
(i32.and
@@ -9619,7 +9468,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(i32.const 12)
@@ -9645,7 +9494,7 @@
(i32.store offset=4
(get_local $1)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.shl
(get_local $8)
(i32.const 3)
@@ -9657,7 +9506,7 @@
(set_local $1
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $1)
@@ -9682,7 +9531,7 @@
(if
(i32.gt_u
(get_local $6)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 184)
)
@@ -9698,7 +9547,7 @@
(set_local $1
(i32.sub
(i32.const 0)
- (set_local $0
+ (tee_local $0
(i32.shl
(i32.const 2)
(get_local $22)
@@ -9709,7 +9558,7 @@
(set_local $1
(i32.sub
(i32.const 0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shl
(get_local $25)
@@ -9726,7 +9575,7 @@
(set_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.add
(i32.and
(get_local $0)
@@ -9742,27 +9591,27 @@
)
(set_local $0
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $9
+ (tee_local $9
(i32.add
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $8
+ (tee_local $8
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -9775,10 +9624,10 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -9790,10 +9639,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -9805,10 +9654,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -9878,7 +9727,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 12)
@@ -9914,14 +9763,14 @@
)
)
(i32.store offset=4
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(get_local $6)
)
)
(i32.or
- (set_local $9
+ (tee_local $9
(i32.sub
(i32.shl
(get_local $8)
@@ -9956,7 +9805,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $7)
(i32.const 3)
@@ -9971,12 +9820,12 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $2)
@@ -10005,9 +9854,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $8)
(i32.const 8)
@@ -10062,20 +9911,19 @@
)
)
(if
- (i32.eq
- (set_local $0
+ (i32.ne
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
(i32.const 0)
)
- (get_local $6)
(block
(set_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.add
(i32.and
(get_local $0)
@@ -10096,7 +9944,7 @@
(i32.sub
(i32.and
(i32.load offset=4
- (set_local $0
+ (tee_local $0
(i32.load offset=480
(i32.shl
(i32.add
@@ -10104,10 +9952,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -10120,10 +9968,10 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $2)
(get_local $1)
@@ -10135,10 +9983,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -10150,10 +9998,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(get_local $0)
@@ -10186,81 +10034,83 @@
(set_local $8
(get_local $0)
)
- (loop $while-out$6 $while-in$7
- (if
- (i32.eq
- (set_local $0
- (i32.load offset=16
- (get_local $4)
- )
- )
- (i32.const 0)
- )
+ (loop $while-in$7
+ (block $while-out$6
(if
(i32.eq
- (set_local $0
- (i32.load offset=20
+ (tee_local $0
+ (i32.load offset=16
(get_local $4)
)
)
(i32.const 0)
)
- (block
- (set_local $7
- (get_local $2)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load offset=20
+ (get_local $4)
+ )
+ )
+ (i32.const 0)
)
- (set_local $10
- (get_local $8)
+ (block
+ (set_local $7
+ (get_local $2)
+ )
+ (set_local $10
+ (get_local $8)
+ )
+ (br $while-out$6)
+ )
+ (set_local $1
+ (get_local $0)
)
- (br $while-out$6)
)
(set_local $1
(get_local $0)
)
)
- (set_local $1
- (get_local $0)
- )
- )
- (set_local $0
- (i32.lt_u
- (set_local $4
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (set_local $0
+ (i32.lt_u
+ (tee_local $4
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $6)
)
- (get_local $6)
)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (set_local $2
- (select
- (get_local $4)
- (get_local $2)
- (get_local $0)
+ (set_local $2
+ (select
+ (get_local $4)
+ (get_local $2)
+ (get_local $0)
+ )
)
- )
- (set_local $4
- (get_local $1)
- )
- (set_local $8
- (select
+ (set_local $4
(get_local $1)
- (get_local $8)
- (get_local $0)
)
+ (set_local $8
+ (select
+ (get_local $1)
+ (get_local $8)
+ (get_local $0)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(if
(i32.lt_u
(get_local $10)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -10271,7 +10121,7 @@
(if
(i32.ge_u
(get_local $10)
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $10)
(get_local $6)
@@ -10288,7 +10138,7 @@
(block $do-once$8
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load offset=12
(get_local $10)
)
@@ -10298,9 +10148,9 @@
(block
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $10)
(i32.const 20)
@@ -10312,9 +10162,9 @@
)
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $10)
(i32.const 16)
@@ -10338,56 +10188,58 @@
(get_local $2)
)
)
- (loop $while-out$10 $while-in$11
- (if
- (i32.ne
- (set_local $2
- (i32.load
- (set_local $5
- (i32.add
- (get_local $4)
- (i32.const 20)
+ (loop $while-in$11
+ (block $while-out$10
+ (if
+ (i32.ne
+ (tee_local $2
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $4)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $4
- (get_local $2)
- )
- (set_local $8
- (get_local $5)
+ (block
+ (set_local $4
+ (get_local $2)
+ )
+ (set_local $8
+ (get_local $5)
+ )
+ (br $while-in$11)
)
- (br $while-in$11)
)
- )
- (if
- (i32.eq
- (set_local $2
- (i32.load
- (set_local $5
- (i32.add
- (get_local $4)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $2
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $4)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$10)
- (block
- (set_local $4
- (get_local $2)
- )
- (set_local $8
- (get_local $5)
+ (br $while-out$10)
+ (block
+ (set_local $4
+ (get_local $2)
+ )
+ (set_local $8
+ (get_local $5)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -10409,7 +10261,7 @@
(block
(if
(i32.lt_u
- (set_local $4
+ (tee_local $4
(i32.load offset=8
(get_local $10)
)
@@ -10421,7 +10273,7 @@
(if
(i32.ne
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 12)
@@ -10435,7 +10287,7 @@
(if
(i32.eq
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $2)
(i32.const 8)
@@ -10473,11 +10325,11 @@
(i32.eq
(get_local $10)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.load offset=28
(get_local $10)
)
@@ -10531,7 +10383,7 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.const 16)
@@ -10560,7 +10412,7 @@
(if
(i32.lt_u
(get_local $15)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -10574,7 +10426,7 @@
)
(if
(i32.ne
- (set_local $1
+ (tee_local $1
(i32.load offset=16
(get_local $10)
)
@@ -10601,7 +10453,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=20
(get_local $10)
)
@@ -10640,7 +10492,7 @@
(i32.store offset=4
(get_local $10)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $7)
(get_local $6)
@@ -10652,7 +10504,7 @@
(set_local $1
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $10)
@@ -10694,7 +10546,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 184)
)
@@ -10712,7 +10564,7 @@
(i32.const 216)
(i32.shl
(i32.shl
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $0)
(i32.const 3)
@@ -10727,12 +10579,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $2)
@@ -10761,9 +10613,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 8)
@@ -10823,7 +10675,6 @@
)
)
)
- (get_local $6)
)
)
(if
@@ -10837,7 +10688,7 @@
(block
(set_local $5
(i32.and
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 11)
@@ -10848,7 +10699,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
@@ -10868,13 +10719,13 @@
(block $label$break$L123
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(i32.load offset=480
(i32.shl
- (set_local $12
+ (tee_local $12
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -10892,20 +10743,20 @@
(block
(set_local $7
(i32.shl
- (set_local $3
+ (tee_local $3
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
- (set_local $12
+ (tee_local $12
(i32.shl
(get_local $3)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
@@ -10928,11 +10779,11 @@
)
(get_local $3)
)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $12)
(get_local $7)
@@ -11028,83 +10879,85 @@
(set_local $36
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (if
- (i32.lt_u
- (set_local $16
- (i32.sub
- (set_local $3
- (i32.and
- (i32.load offset=4
- (get_local $23)
+ (loop $while-in$18
+ (block $while-out$17
+ (if
+ (i32.lt_u
+ (tee_local $16
+ (i32.sub
+ (tee_local $3
+ (i32.and
+ (i32.load offset=4
+ (get_local $23)
+ )
+ (i32.const -8)
)
- (i32.const -8)
)
+ (get_local $5)
)
- (get_local $5)
)
+ (get_local $7)
)
- (get_local $7)
- )
- (if
- (i32.eq
- (get_local $3)
- (get_local $5)
- )
- (block
- (set_local $26
- (get_local $16)
+ (if
+ (i32.eq
+ (get_local $3)
+ (get_local $5)
)
- (set_local $24
- (get_local $23)
+ (block
+ (set_local $26
+ (get_local $16)
+ )
+ (set_local $24
+ (get_local $23)
+ )
+ (set_local $29
+ (get_local $23)
+ )
+ (set_local $11
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $29
+ (set_local $36
(get_local $23)
)
- (set_local $11
- (i32.const 90)
- )
- (br $label$break$L123)
)
- (set_local $36
- (get_local $23)
+ (set_local $16
+ (get_local $7)
)
)
- (set_local $16
- (get_local $7)
- )
- )
- (set_local $7
- (i32.eq
- (set_local $3
- (i32.load offset=20
- (get_local $23)
+ (set_local $7
+ (i32.eq
+ (tee_local $3
+ (i32.load offset=20
+ (get_local $23)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $15
- (select
- (get_local $15)
- (get_local $3)
- (i32.or
- (get_local $7)
- (i32.eq
- (get_local $3)
- (set_local $3
- (i32.load
- (i32.add
+ (set_local $15
+ (select
+ (get_local $15)
+ (get_local $3)
+ (i32.or
+ (get_local $7)
+ (i32.eq
+ (get_local $3)
+ (tee_local $3
+ (i32.load
(i32.add
- (get_local $23)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $11)
- (i32.const 31)
+ (i32.add
+ (get_local $23)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $11)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
@@ -11112,51 +10965,51 @@
)
)
)
- )
- (set_local $11
- (i32.shl
- (get_local $11)
- (i32.xor
- (i32.and
- (set_local $7
- (i32.eq
- (get_local $3)
- (i32.const 0)
+ (set_local $11
+ (i32.shl
+ (get_local $11)
+ (i32.xor
+ (i32.and
+ (tee_local $7
+ (i32.eq
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (if
- (get_local $7)
- (block
- (set_local $31
- (get_local $16)
- )
- (set_local $32
- (get_local $15)
- )
- (set_local $28
- (get_local $36)
- )
- (set_local $11
- (i32.const 86)
- )
- (br $while-out$17)
- )
- (block
- (set_local $7
- (get_local $16)
+ (if
+ (get_local $7)
+ (block
+ (set_local $31
+ (get_local $16)
+ )
+ (set_local $32
+ (get_local $15)
+ )
+ (set_local $28
+ (get_local $36)
+ )
+ (set_local $11
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $23
- (get_local $3)
+ (block
+ (set_local $7
+ (get_local $16)
+ )
+ (set_local $23
+ (get_local $3)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -11168,7 +11021,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(if
(i32.and
(i32.eq
@@ -11184,7 +11037,7 @@
(set_local $7
(i32.sub
(i32.const 0)
- (set_local $3
+ (tee_local $3
(i32.shl
(i32.const 2)
(get_local $12)
@@ -11194,7 +11047,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.and
(get_local $0)
(i32.or
@@ -11215,7 +11068,7 @@
(set_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.add
(i32.and
(get_local $0)
@@ -11239,10 +11092,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
- (set_local $7
+ (tee_local $7
(i32.shr_u
(get_local $3)
(get_local $0)
@@ -11255,10 +11108,10 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $7)
(get_local $3)
@@ -11270,10 +11123,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $3)
(get_local $0)
@@ -11285,10 +11138,10 @@
)
)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $3)
(get_local $0)
@@ -11343,90 +11196,92 @@
(get_local $11)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $11
- (i32.const 0)
- )
- (set_local $0
- (i32.lt_u
- (set_local $3
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $24)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $11
+ (i32.const 0)
+ )
+ (set_local $0
+ (i32.lt_u
+ (tee_local $3
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $24)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $5)
)
- (get_local $5)
)
+ (get_local $26)
)
- (get_local $26)
- )
- )
- (set_local $17
- (select
- (get_local $3)
- (get_local $26)
- (get_local $0)
- )
- )
- (set_local $3
- (select
- (get_local $24)
- (get_local $29)
- (get_local $0)
)
- )
- (if
- (i32.ne
- (set_local $0
- (i32.load offset=16
- (get_local $24)
- )
+ (set_local $17
+ (select
+ (get_local $3)
+ (get_local $26)
+ (get_local $0)
)
- (i32.const 0)
)
- (block
- (set_local $26
- (get_local $17)
- )
- (set_local $24
+ (set_local $3
+ (select
+ (get_local $24)
+ (get_local $29)
(get_local $0)
)
- (set_local $29
- (get_local $3)
- )
- (br $while-in$20)
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load offset=20
- (get_local $24)
+ (if
+ (i32.ne
+ (tee_local $0
+ (i32.load offset=16
+ (get_local $24)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $13
- (get_local $3)
+ (block
+ (set_local $26
+ (get_local $17)
+ )
+ (set_local $24
+ (get_local $0)
+ )
+ (set_local $29
+ (get_local $3)
+ )
+ (br $while-in$20)
)
- (br $while-out$19)
)
- (block
- (set_local $26
- (get_local $17)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load offset=20
+ (get_local $24)
+ )
+ )
+ (i32.const 0)
)
- (set_local $24
- (get_local $0)
+ (block
+ (set_local $13
+ (get_local $3)
+ )
+ (br $while-out$19)
)
- (set_local $29
- (get_local $3)
+ (block
+ (set_local $26
+ (get_local $17)
+ )
+ (set_local $24
+ (get_local $0)
+ )
+ (set_local $29
+ (get_local $3)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -11451,7 +11306,7 @@
(if
(i32.lt_u
(get_local $13)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -11462,7 +11317,7 @@
(if
(i32.ge_u
(get_local $13)
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $13)
(get_local $5)
@@ -11479,7 +11334,7 @@
(block $do-once$21
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load offset=12
(get_local $13)
)
@@ -11489,9 +11344,9 @@
(block
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $13)
(i32.const 20)
@@ -11503,9 +11358,9 @@
)
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $13)
(i32.const 16)
@@ -11529,56 +11384,58 @@
(get_local $2)
)
)
- (loop $while-out$23 $while-in$24
- (if
- (i32.ne
- (set_local $2
- (i32.load
- (set_local $7
- (i32.add
- (get_local $8)
- (i32.const 20)
+ (loop $while-in$24
+ (block $while-out$23
+ (if
+ (i32.ne
+ (tee_local $2
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $8)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $8
- (get_local $2)
- )
- (set_local $9
- (get_local $7)
+ (block
+ (set_local $8
+ (get_local $2)
+ )
+ (set_local $9
+ (get_local $7)
+ )
+ (br $while-in$24)
)
- (br $while-in$24)
)
- )
- (if
- (i32.eq
- (set_local $2
- (i32.load
- (set_local $7
- (i32.add
- (get_local $8)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $2
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $8)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$23)
- (block
- (set_local $8
- (get_local $2)
- )
- (set_local $9
- (get_local $7)
+ (br $while-out$23)
+ (block
+ (set_local $8
+ (get_local $2)
+ )
+ (set_local $9
+ (get_local $7)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -11600,7 +11457,7 @@
(block
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load offset=8
(get_local $13)
)
@@ -11612,7 +11469,7 @@
(if
(i32.ne
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $8)
(i32.const 12)
@@ -11626,7 +11483,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $2)
(i32.const 8)
@@ -11664,11 +11521,11 @@
(i32.eq
(get_local $13)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.load offset=28
(get_local $13)
)
@@ -11722,7 +11579,7 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.const 16)
@@ -11751,7 +11608,7 @@
(if
(i32.lt_u
(get_local $6)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -11765,7 +11622,7 @@
)
(if
(i32.ne
- (set_local $1
+ (tee_local $1
(i32.load offset=16
(get_local $13)
)
@@ -11792,7 +11649,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=20
(get_local $13)
)
@@ -11832,7 +11689,7 @@
(i32.store offset=4
(get_local $13)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $17)
(get_local $5)
@@ -11844,7 +11701,7 @@
(set_local $1
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $13)
@@ -11911,12 +11768,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $1
+ (tee_local $1
(i32.shl
(i32.const 1)
(get_local $1)
@@ -11945,9 +11802,9 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $2)
(i32.const 8)
@@ -11993,10 +11850,10 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $17)
(i32.const 8)
@@ -12014,20 +11871,20 @@
(block
(set_local $1
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -12050,11 +11907,11 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $2)
(get_local $1)
@@ -12107,7 +11964,7 @@
(get_local $1)
)
(i32.store offset=4
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $3)
(i32.const 16)
@@ -12122,12 +11979,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $1)
@@ -12187,78 +12044,80 @@
(get_local $2)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $2)
+ )
+ (i32.const -8)
+ )
+ (get_local $17)
+ )
+ (block
+ (set_local $22
(get_local $2)
)
- (i32.const -8)
+ (set_local $11
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (get_local $17)
)
- (block
- (set_local $22
- (get_local $2)
- )
- (set_local $11
- (i32.const 148)
+ (set_local $4
+ (i32.shl
+ (get_local $1)
+ (i32.const 1)
)
- (br $while-out$31)
- )
- )
- (set_local $4
- (i32.shl
- (get_local $1)
- (i32.const 1)
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $1
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $1
(i32.add
- (get_local $2)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $1)
- (i32.const 31)
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $25
- (get_local $2)
- )
- (set_local $37
- (get_local $1)
- )
- (set_local $11
- (i32.const 145)
- )
- (br $while-out$31)
- )
- (block
- (set_local $1
- (get_local $4)
+ (block
+ (set_local $25
+ (get_local $2)
+ )
+ (set_local $37
+ (get_local $1)
+ )
+ (set_local $11
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $2
- (get_local $0)
+ (block
+ (set_local $1
+ (get_local $4)
+ )
+ (set_local $2
+ (get_local $0)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -12300,9 +12159,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $22)
(i32.const 8)
@@ -12310,7 +12169,7 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -12370,7 +12229,7 @@
)
(if
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 184)
)
@@ -12385,7 +12244,7 @@
)
(if
(i32.gt_u
- (set_local $2
+ (tee_local $2
(i32.sub
(get_local $0)
(get_local $6)
@@ -12396,7 +12255,7 @@
(block
(i32.store
(i32.const 196)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(get_local $6)
@@ -12448,7 +12307,7 @@
(set_local $2
(i32.or
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(i32.add
(get_local $1)
@@ -12477,7 +12336,7 @@
)
(if
(i32.gt_u
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 188)
)
@@ -12487,7 +12346,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $2
+ (tee_local $2
(i32.sub
(get_local $0)
(get_local $6)
@@ -12496,9 +12355,9 @@
)
(i32.store
(i32.const 200)
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -12540,7 +12399,7 @@
(i32.eq
(i32.and
(i32.add
- (set_local $0
+ (tee_local $0
(call_import $_sysconf
(i32.const 30)
)
@@ -12600,16 +12459,16 @@
)
(if
(i32.le_u
- (set_local $10
+ (tee_local $10
(i32.and
- (set_local $7
+ (tee_local $7
(i32.add
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 656)
)
)
- (set_local $15
+ (tee_local $15
(i32.add
(get_local $6)
(i32.const 47)
@@ -12617,7 +12476,7 @@
)
)
)
- (set_local $12
+ (tee_local $12
(i32.sub
(i32.const 0)
(get_local $0)
@@ -12633,7 +12492,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 616)
)
@@ -12643,9 +12502,9 @@
(if
(i32.or
(i32.le_u
- (set_local $3
+ (tee_local $3
(i32.add
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 608)
)
@@ -12667,7 +12526,7 @@
)
(if
(i32.eq
- (set_local $11
+ (tee_local $11
(block $label$break$L257
(if
(i32.eq
@@ -12683,7 +12542,7 @@
(block $label$break$L259
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -12697,66 +12556,68 @@
(set_local $16
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (if
- (i32.le_u
- (set_local $4
- (i32.load
- (get_local $16)
- )
- )
- (get_local $0)
- )
+ (loop $while-in$38
+ (block $while-out$37
(if
- (i32.gt_u
- (i32.add
- (get_local $4)
+ (i32.le_u
+ (tee_local $4
(i32.load
- (set_local $3
- (i32.add
- (get_local $16)
- (i32.const 4)
- )
- )
+ (get_local $16)
)
)
(get_local $0)
)
- (block
- (set_local $4
- (get_local $16)
+ (if
+ (i32.gt_u
+ (i32.add
+ (get_local $4)
+ (i32.load
+ (tee_local $3
+ (i32.add
+ (get_local $16)
+ (i32.const 4)
+ )
+ )
+ )
+ )
+ (get_local $0)
)
- (set_local $16
- (get_local $3)
+ (block
+ (set_local $4
+ (get_local $16)
+ )
+ (set_local $16
+ (get_local $3)
+ )
+ (br $while-out$37)
)
- (br $while-out$37)
)
)
- )
- (if
- (i32.eq
- (set_local $4
- (i32.load offset=8
- (get_local $16)
+ (if
+ (i32.eq
+ (tee_local $4
+ (i32.load offset=8
+ (get_local $16)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $11
- (i32.const 173)
+ (block
+ (set_local $11
+ (i32.const 173)
+ )
+ (br $label$break$L259)
+ )
+ (set_local $16
+ (get_local $4)
)
- (br $label$break$L259)
- )
- (set_local $16
- (get_local $4)
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.and
(i32.sub
(get_local $7)
@@ -12771,7 +12632,7 @@
)
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(call_import $_sbrk
(get_local $0)
)
@@ -12806,7 +12667,7 @@
(set_local $30
(get_local $3)
)
- (set_local $20
+ (set_local $21
(get_local $0)
)
(set_local $11
@@ -12826,7 +12687,7 @@
)
(if
(i32.ne
- (set_local $7
+ (tee_local $7
(call_import $_sbrk
(i32.const 0)
)
@@ -12836,18 +12697,18 @@
(block
(set_local $4
(i32.add
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 608)
)
)
- (set_local $12
+ (tee_local $12
(if
(i32.eq
(i32.and
- (set_local $12
+ (tee_local $12
(i32.add
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 652)
)
@@ -12855,7 +12716,7 @@
(i32.const -1)
)
)
- (set_local $0
+ (tee_local $0
(get_local $7)
)
)
@@ -12896,7 +12757,7 @@
(block
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 616)
)
@@ -12918,7 +12779,7 @@
)
(if
(i32.eq
- (set_local $30
+ (tee_local $30
(call_import $_sbrk
(get_local $12)
)
@@ -12937,7 +12798,7 @@
)
)
(block
- (set_local $20
+ (set_local $21
(get_local $12)
)
(set_local $11
@@ -12961,18 +12822,18 @@
(set_local $4
(i32.sub
(i32.const 0)
- (get_local $20)
+ (get_local $21)
)
)
(if
(i32.and
(i32.gt_u
(get_local $5)
- (get_local $20)
+ (get_local $21)
)
(i32.and
(i32.lt_u
- (get_local $20)
+ (get_local $21)
(i32.const 2147483647)
)
(i32.ne
@@ -12983,14 +12844,14 @@
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.and
(i32.add
(i32.sub
(get_local $15)
- (get_local $20)
+ (get_local $21)
)
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 656)
)
@@ -13012,21 +12873,21 @@
(i32.const -1)
)
(block
- (call_import $_sbrk
- (get_local $4)
+ (drop
+ (call_import $_sbrk
+ (get_local $4)
+ )
)
(br $label$break$L279)
)
- (set_local $20
+ (set_local $21
(i32.add
(get_local $0)
- (get_local $20)
+ (get_local $21)
)
)
)
- (get_local $20)
)
- (get_local $20)
)
(if
(i32.ne
@@ -13038,7 +12899,7 @@
(get_local $30)
)
(set_local $19
- (get_local $20)
+ (get_local $21)
)
(br $label$break$L257
(i32.const 193)
@@ -13074,7 +12935,7 @@
(set_local $3
(i32.and
(i32.ne
- (set_local $0
+ (tee_local $0
(call_import $_sbrk
(get_local $10)
)
@@ -13082,7 +12943,7 @@
(i32.const -1)
)
(i32.ne
- (set_local $4
+ (tee_local $4
(call_import $_sbrk
(i32.const 0)
)
@@ -13101,7 +12962,7 @@
)
(if
(i32.gt_u
- (set_local $4
+ (tee_local $4
(i32.sub
(get_local $4)
(get_local $0)
@@ -13136,7 +12997,7 @@
(block
(i32.store
(i32.const 608)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 608)
@@ -13160,7 +13021,7 @@
(block $do-once$44
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -13171,7 +13032,7 @@
(if
(i32.or
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -13213,45 +13074,45 @@
(set_local $1
(i32.const 0)
)
- (loop $while-out$46 $while-in$47
- (i32.store offset=12
- (set_local $0
- (i32.add
- (i32.const 216)
- (i32.shl
+ (loop $while-in$47
+ (block $while-out$46
+ (i32.store offset=12
+ (tee_local $0
+ (i32.add
+ (i32.const 216)
(i32.shl
- (get_local $1)
- (i32.const 1)
+ (i32.shl
+ (get_local $1)
+ (i32.const 1)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
+ (get_local $0)
)
- (get_local $0)
- )
- (i32.store offset=8
- (get_local $0)
- (get_local $0)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (i32.store offset=8
+ (get_local $0)
+ (get_local $0)
+ )
+ (br_if $while-out$46
+ (i32.eq
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
+ (i32.const 32)
)
- (i32.const 32)
)
- (br $while-out$46)
- (get_local $1)
+ (br $while-in$47)
)
- (br $while-in$47)
)
(set_local $1
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $14)
(i32.const 8)
@@ -13264,10 +13125,10 @@
)
(i32.store
(i32.const 200)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $14)
- (set_local $1
+ (tee_local $1
(select
(i32.const 0)
(i32.and
@@ -13285,7 +13146,7 @@
)
(i32.store
(i32.const 188)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.add
(get_local $19)
@@ -13320,62 +13181,64 @@
(set_local $7
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (get_local $14)
- (i32.add
- (set_local $4
- (i32.load
- (get_local $7)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (get_local $14)
+ (i32.add
+ (tee_local $4
+ (i32.load
+ (get_local $7)
+ )
)
- )
- (set_local $3
- (i32.load
- (set_local $5
- (i32.add
- (get_local $7)
- (i32.const 4)
+ (tee_local $3
+ (i32.load
+ (tee_local $5
+ (i32.add
+ (get_local $7)
+ (i32.const 4)
+ )
)
)
)
)
)
- )
- (block
- (set_local $1
- (get_local $4)
- )
- (set_local $2
- (get_local $3)
- )
- (set_local $42
- (get_local $5)
- )
- (set_local $43
- (get_local $7)
- )
- (set_local $11
- (i32.const 203)
- )
- (br $while-out$48)
- )
- )
- (if
- (i32.eq
- (set_local $4
- (i32.load offset=8
+ (block
+ (set_local $1
+ (get_local $4)
+ )
+ (set_local $2
+ (get_local $3)
+ )
+ (set_local $42
+ (get_local $5)
+ )
+ (set_local $43
(get_local $7)
)
+ (set_local $11
+ (i32.const 203)
+ )
+ (br $while-out$48)
)
- (i32.const 0)
)
- (br $while-out$48)
- (set_local $7
- (get_local $4)
+ (if
+ (i32.eq
+ (tee_local $4
+ (i32.load offset=8
+ (get_local $7)
+ )
+ )
+ (i32.const 0)
+ )
+ (br $while-out$48)
+ (set_local $7
+ (get_local $4)
+ )
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -13414,7 +13277,7 @@
(set_local $2
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 8)
@@ -13428,7 +13291,7 @@
(set_local $0
(i32.add
(get_local $0)
- (set_local $1
+ (tee_local $1
(select
(i32.const 0)
(i32.and
@@ -13491,7 +13354,7 @@
(if
(i32.lt_u
(get_local $14)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -13516,45 +13379,46 @@
(set_local $1
(i32.const 624)
)
- (loop $while-out$50 $while-in$51
- (if
- (i32.eq
- (i32.load
- (get_local $1)
- )
- (get_local $3)
- )
- (block
- (set_local $44
- (get_local $1)
- )
- (set_local $38
- (get_local $1)
- )
- (set_local $11
- (i32.const 211)
+ (loop $while-in$51
+ (block $while-out$50
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $1)
+ )
+ (get_local $3)
)
- (br $while-out$50)
- )
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load offset=8
+ (block
+ (set_local $44
+ (get_local $1)
+ )
+ (set_local $38
(get_local $1)
)
+ (set_local $11
+ (i32.const 211)
+ )
+ (br $while-out$50)
)
- (i32.const 0)
)
- (block
- (set_local $27
- (i32.const 624)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load offset=8
+ (get_local $1)
+ )
+ )
+ (i32.const 0)
+ )
+ (block
+ (set_local $27
+ (i32.const 624)
+ )
+ (br $while-out$50)
)
- (br $while-out$50)
)
- (get_local $1)
+ (br $while-in$51)
)
- (br $while-in$51)
)
(if
(i32.eq
@@ -13579,7 +13443,7 @@
(set_local $1
(i32.add
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $38)
(i32.const 4)
@@ -13596,7 +13460,7 @@
(set_local $9
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $14)
(i32.const 8)
@@ -13610,7 +13474,7 @@
(set_local $5
(i32.eq
(i32.and
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $3)
(i32.const 8)
@@ -13623,7 +13487,7 @@
)
(set_local $1
(i32.sub
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $3)
(select
@@ -13639,7 +13503,7 @@
)
)
)
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $14)
(select
@@ -13685,7 +13549,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 188)
@@ -13717,7 +13581,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 184)
@@ -13750,12 +13614,12 @@
(set_local $0
(i32.and
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $3)
)
@@ -13792,12 +13656,12 @@
(block $do-once$55
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $3)
)
)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 216)
(i32.shl
@@ -13877,7 +13741,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $1)
(i32.const 8)
@@ -13915,7 +13779,7 @@
(block $do-once$59
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $3)
)
@@ -13925,11 +13789,11 @@
(block
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $21
+ (tee_local $20
(i32.add
(get_local $3)
(i32.const 16)
@@ -13944,9 +13808,9 @@
)
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (get_local $21)
+ (get_local $20)
)
)
(i32.const 0)
@@ -13962,7 +13826,7 @@
(get_local $1)
)
(set_local $9
- (get_local $21)
+ (get_local $20)
)
)
)
@@ -13970,56 +13834,58 @@
(get_local $1)
)
)
- (loop $while-out$61 $while-in$62
- (if
- (i32.ne
- (set_local $1
- (i32.load
- (set_local $21
- (i32.add
- (get_local $2)
- (i32.const 20)
+ (loop $while-in$62
+ (block $while-out$61
+ (if
+ (i32.ne
+ (tee_local $1
+ (i32.load
+ (tee_local $20
+ (i32.add
+ (get_local $2)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $9
- (get_local $21)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $9
+ (get_local $20)
+ )
+ (br $while-in$62)
)
- (br $while-in$62)
)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (set_local $21
- (i32.add
- (get_local $2)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (tee_local $20
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$61)
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $9
- (get_local $21)
+ (br $while-out$61)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $9
+ (get_local $20)
+ )
)
)
+ (br $while-in$62)
)
- (br $while-in$62)
)
(if
(i32.lt_u
@@ -14041,7 +13907,7 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
(get_local $3)
)
@@ -14053,7 +13919,7 @@
(if
(i32.ne
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(i32.const 12)
@@ -14067,7 +13933,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $1)
(i32.const 8)
@@ -14105,11 +13971,11 @@
(i32.eq
(get_local $3)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $3)
)
@@ -14161,7 +14027,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 16)
@@ -14191,7 +14057,7 @@
(if
(i32.lt_u
(get_local $18)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -14205,9 +14071,9 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $3)
(i32.const 16)
@@ -14237,7 +14103,7 @@
)
(br_if $label$break$L331
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $2)
)
@@ -14338,12 +14204,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $1
+ (tee_local $1
(i32.shl
(i32.const 1)
(get_local $1)
@@ -14373,9 +14239,9 @@
(block
(if
(i32.ge_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $2)
(i32.const 8)
@@ -14424,11 +14290,11 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(block $do-once$69
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $4)
(i32.const 8)
@@ -14447,20 +14313,20 @@
)
(set_local $1
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -14483,11 +14349,11 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $2)
(get_local $1)
@@ -14540,7 +14406,7 @@
(get_local $1)
)
(i32.store offset=4
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $5)
(i32.const 16)
@@ -14555,12 +14421,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
- (set_local $8
+ (tee_local $8
(i32.shl
(i32.const 1)
(get_local $1)
@@ -14620,78 +14486,80 @@
(get_local $2)
)
)
- (loop $while-out$71 $while-in$72
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$72
+ (block $while-out$71
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $2)
+ )
+ (i32.const -8)
+ )
+ (get_local $4)
+ )
+ (block
+ (set_local $34
(get_local $2)
)
- (i32.const -8)
+ (set_local $11
+ (i32.const 281)
+ )
+ (br $while-out$71)
)
- (get_local $4)
)
- (block
- (set_local $34
- (get_local $2)
- )
- (set_local $11
- (i32.const 281)
+ (set_local $8
+ (i32.shl
+ (get_local $1)
+ (i32.const 1)
)
- (br $while-out$71)
)
- )
- (set_local $8
- (i32.shl
- (get_local $1)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $1
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $1
(i32.add
- (get_local $2)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $1)
- (i32.const 31)
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $45
- (get_local $2)
- )
- (set_local $40
- (get_local $1)
- )
- (set_local $11
- (i32.const 278)
- )
- (br $while-out$71)
- )
- (block
- (set_local $1
- (get_local $8)
+ (block
+ (set_local $45
+ (get_local $2)
+ )
+ (set_local $40
+ (get_local $1)
+ )
+ (set_local $11
+ (i32.const 278)
+ )
+ (br $while-out$71)
)
- (set_local $2
- (get_local $0)
+ (block
+ (set_local $1
+ (get_local $8)
+ )
+ (set_local $2
+ (get_local $0)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(if
(i32.eq
@@ -14733,9 +14601,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $34)
(i32.const 8)
@@ -14743,7 +14611,7 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -14795,49 +14663,51 @@
)
)
)
- (loop $while-out$73 $while-in$74
- (if
- (i32.le_u
- (set_local $1
- (i32.load
- (get_local $27)
- )
- )
- (get_local $0)
- )
+ (loop $while-in$74
+ (block $while-out$73
(if
- (i32.gt_u
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.load offset=4
- (get_local $27)
- )
+ (i32.le_u
+ (tee_local $1
+ (i32.load
+ (get_local $27)
)
)
(get_local $0)
)
- (block
- (set_local $2
- (get_local $1)
+ (if
+ (i32.gt_u
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.load offset=4
+ (get_local $27)
+ )
+ )
+ )
+ (get_local $0)
+ )
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (br $while-out$73)
)
- (br $while-out$73)
)
)
- )
- (set_local $27
- (i32.load offset=8
- (get_local $27)
+ (set_local $27
+ (i32.load offset=8
+ (get_local $27)
+ )
)
+ (br $while-in$74)
)
- (br $while-in$74)
)
(set_local $8
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $2)
(i32.const -47)
@@ -14853,7 +14723,7 @@
)
(set_local $4
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $4)
(select
@@ -14869,7 +14739,7 @@
)
)
)
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $0)
(i32.const 16)
@@ -14879,7 +14749,7 @@
)
(set_local $4
(i32.add
- (set_local $5
+ (tee_local $5
(select
(get_local $0)
(get_local $1)
@@ -14892,7 +14762,7 @@
(set_local $3
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $14)
(i32.const 8)
@@ -14905,10 +14775,10 @@
)
(i32.store
(i32.const 200)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $14)
- (set_local $3
+ (tee_local $3
(select
(i32.const 0)
(i32.and
@@ -14926,7 +14796,7 @@
)
(i32.store
(i32.const 188)
- (set_local $3
+ (tee_local $3
(i32.sub
(i32.add
(get_local $19)
@@ -14957,7 +14827,7 @@
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $5)
(i32.const 4)
@@ -15011,28 +14881,28 @@
(i32.const 24)
)
)
- (loop $while-out$75 $while-in$76
- (i32.store
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (i32.store
+ (tee_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (i32.const 7)
)
- (i32.const 7)
- )
- (if
- (i32.lt_u
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (br_if $while-out$75
+ (i32.ge_u
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ (get_local $2)
)
- (get_local $2)
)
- (get_local $1)
- (br $while-out$75)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.ne
@@ -15052,7 +14922,7 @@
(i32.store offset=4
(get_local $0)
(i32.or
- (set_local $3
+ (tee_local $3
(i32.sub
(get_local $5)
(get_local $0)
@@ -15092,12 +14962,12 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 176)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $2)
@@ -15120,15 +14990,15 @@
(i32.const 8)
)
)
- (set_local $21
+ (set_local $20
(get_local $4)
)
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $4)
(i32.const 8)
@@ -15145,7 +15015,7 @@
(set_local $9
(get_local $1)
)
- (set_local $21
+ (set_local $20
(get_local $2)
)
)
@@ -15156,12 +15026,12 @@
(get_local $0)
)
(i32.store offset=12
- (get_local $21)
+ (get_local $20)
(get_local $0)
)
(i32.store offset=8
(get_local $0)
- (get_local $21)
+ (get_local $20)
)
(i32.store offset=12
(get_local $0)
@@ -15174,10 +15044,10 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $2
+ (tee_local $2
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -15195,20 +15065,20 @@
(block
(set_local $2
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
(i32.add
- (set_local $4
+ (tee_local $4
(i32.shl
(get_local $1)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
@@ -15231,11 +15101,11 @@
)
(get_local $1)
)
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $2
+ (tee_local $2
(i32.shl
(get_local $4)
(get_local $2)
@@ -15298,12 +15168,12 @@
(if
(i32.eq
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 180)
)
)
- (set_local $8
+ (tee_local $8
(i32.shl
(i32.const 1)
(get_local $2)
@@ -15363,78 +15233,80 @@
(get_local $4)
)
)
- (loop $while-out$77 $while-in$78
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$78
+ (block $while-out$77
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $4)
+ )
+ (i32.const -8)
+ )
+ (get_local $3)
+ )
+ (block
+ (set_local $35
(get_local $4)
)
- (i32.const -8)
+ (set_local $11
+ (i32.const 307)
+ )
+ (br $while-out$77)
)
- (get_local $3)
)
- (block
- (set_local $35
- (get_local $4)
- )
- (set_local $11
- (i32.const 307)
+ (set_local $8
+ (i32.shl
+ (get_local $2)
+ (i32.const 1)
)
- (br $while-out$77)
- )
- )
- (set_local $8
- (i32.shl
- (get_local $2)
- (i32.const 1)
)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $4)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $2)
- (i32.const 31)
+ (i32.add
+ (get_local $4)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $2)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $46
- (get_local $4)
- )
- (set_local $41
- (get_local $2)
- )
- (set_local $11
- (i32.const 304)
- )
- (br $while-out$77)
- )
- (block
- (set_local $2
- (get_local $8)
+ (block
+ (set_local $46
+ (get_local $4)
+ )
+ (set_local $41
+ (get_local $2)
+ )
+ (set_local $11
+ (i32.const 304)
+ )
+ (br $while-out$77)
)
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $2
+ (get_local $8)
+ )
+ (set_local $4
+ (get_local $1)
+ )
)
)
+ (br $while-in$78)
)
- (br $while-in$78)
)
(if
(i32.eq
@@ -15476,9 +15348,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $35)
(i32.const 8)
@@ -15486,7 +15358,7 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 192)
)
@@ -15530,7 +15402,7 @@
)
(if
(i32.gt_u
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 188)
)
@@ -15540,7 +15412,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $2
+ (tee_local $2
(i32.sub
(get_local $0)
(get_local $6)
@@ -15549,9 +15421,9 @@
)
(i32.store
(i32.const 200)
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 200)
)
@@ -15609,9 +15481,6 @@
(local $16 i32)
(local $17 i32)
(local $18 i32)
- (i32.load
- (i32.const 8)
- )
(if
(i32.eq
(get_local $0)
@@ -15621,13 +15490,13 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const -8)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -15637,9 +15506,9 @@
)
(if
(i32.eq
- (set_local $8
+ (tee_local $8
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.add
(get_local $0)
@@ -15657,7 +15526,7 @@
(set_local $9
(i32.add
(get_local $2)
- (set_local $7
+ (tee_local $7
(i32.and
(get_local $0)
(i32.const -8)
@@ -15695,7 +15564,7 @@
)
(if
(i32.lt_u
- (set_local $6
+ (tee_local $4
(i32.add
(get_local $2)
(i32.sub
@@ -15710,7 +15579,7 @@
)
(if
(i32.eq
- (get_local $6)
+ (get_local $4)
(i32.load
(i32.const 196)
)
@@ -15719,9 +15588,9 @@
(if
(i32.ne
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 4)
@@ -15735,7 +15604,7 @@
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -15755,7 +15624,7 @@
)
)
(i32.store offset=4
- (get_local $6)
+ (get_local $4)
(i32.or
(get_local $12)
(i32.const 1)
@@ -15763,7 +15632,7 @@
)
(i32.store
(i32.add
- (get_local $6)
+ (get_local $4)
(get_local $12)
)
(get_local $12)
@@ -15785,17 +15654,17 @@
(block
(set_local $2
(i32.load offset=12
- (get_local $6)
+ (get_local $4)
)
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
- (get_local $6)
+ (get_local $4)
)
)
- (set_local $8
+ (tee_local $8
(i32.add
(i32.const 216)
(i32.shl
@@ -15821,7 +15690,7 @@
(i32.load offset=12
(get_local $0)
)
- (get_local $6)
+ (get_local $4)
)
(call_import $_abort)
)
@@ -15849,7 +15718,7 @@
)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -15879,14 +15748,14 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $2)
(i32.const 8)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(set_local $13
(get_local $1)
@@ -15904,7 +15773,7 @@
(get_local $0)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -15914,29 +15783,29 @@
)
(set_local $8
(i32.load offset=24
- (get_local $6)
+ (get_local $4)
)
)
(block $do-once$2
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load offset=12
- (get_local $6)
+ (get_local $4)
)
)
- (get_local $6)
+ (get_local $4)
)
(block
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
- (set_local $13
+ (tee_local $13
(i32.add
- (get_local $6)
+ (get_local $4)
(i32.const 16)
)
)
@@ -15949,7 +15818,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load
(get_local $13)
)
@@ -15957,7 +15826,7 @@
(i32.const 0)
)
(block
- (set_local $4
+ (set_local $5
(i32.const 0)
)
(br $do-once$2)
@@ -15975,56 +15844,58 @@
(get_local $0)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.ne
- (set_local $0
- (i32.load
- (set_local $13
- (i32.add
- (get_local $2)
- (i32.const 20)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.ne
+ (tee_local $0
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $2)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $7
- (get_local $13)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $7
+ (get_local $13)
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $13
- (i32.add
- (get_local $2)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$4)
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $7
- (get_local $13)
+ (br $while-out$4)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $7
+ (get_local $13)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -16037,7 +15908,7 @@
(get_local $7)
(i32.const 0)
)
- (set_local $4
+ (set_local $5
(get_local $2)
)
)
@@ -16046,9 +15917,9 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
- (get_local $6)
+ (get_local $4)
)
)
(get_local $1)
@@ -16058,28 +15929,28 @@
(if
(i32.ne
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $2)
(i32.const 12)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(call_import $_abort)
)
(if
(i32.eq
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $0)
(i32.const 8)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(block
(i32.store
@@ -16090,7 +15961,7 @@
(get_local $7)
(get_local $2)
)
- (set_local $4
+ (set_local $5
(get_local $0)
)
)
@@ -16106,7 +15977,7 @@
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16115,15 +15986,15 @@
(block
(if
(i32.eq
- (get_local $6)
+ (get_local $4)
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(i32.const 480)
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.load offset=28
- (get_local $6)
+ (get_local $4)
)
)
(i32.const 2)
@@ -16135,11 +16006,11 @@
(block
(i32.store
(get_local $1)
- (get_local $4)
+ (get_local $5)
)
(if
(i32.eq
- (get_local $4)
+ (get_local $5)
(i32.const 0)
)
(block
@@ -16159,7 +16030,7 @@
)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16181,32 +16052,32 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $8)
(i32.const 16)
)
)
)
- (get_local $6)
+ (get_local $4)
)
(i32.store
(get_local $0)
- (get_local $4)
+ (get_local $5)
)
(i32.store offset=20
(get_local $8)
- (get_local $4)
+ (get_local $5)
)
)
(if
(i32.eq
- (get_local $4)
+ (get_local $5)
(i32.const 0)
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16218,8 +16089,8 @@
)
(if
(i32.lt_u
- (get_local $4)
- (set_local $0
+ (get_local $5)
+ (tee_local $0
(i32.load
(i32.const 192)
)
@@ -16228,16 +16099,16 @@
(call_import $_abort)
)
(i32.store offset=24
- (get_local $4)
+ (get_local $5)
(get_local $8)
)
(if
(i32.ne
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
- (get_local $6)
+ (get_local $4)
(i32.const 16)
)
)
@@ -16253,19 +16124,19 @@
(call_import $_abort)
(block
(i32.store offset=16
- (get_local $4)
+ (get_local $5)
(get_local $1)
)
(i32.store offset=24
(get_local $1)
- (get_local $4)
+ (get_local $5)
)
)
)
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $2)
)
@@ -16274,7 +16145,7 @@
)
(block
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16290,15 +16161,15 @@
(call_import $_abort)
(block
(i32.store offset=20
- (get_local $4)
+ (get_local $5)
(get_local $0)
)
(i32.store offset=24
(get_local $0)
- (get_local $4)
+ (get_local $5)
)
(set_local $3
- (get_local $6)
+ (get_local $4)
)
(set_local $10
(get_local $12)
@@ -16329,9 +16200,9 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 4)
@@ -16364,7 +16235,7 @@
(block
(i32.store
(i32.const 188)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 188)
@@ -16414,7 +16285,7 @@
(block
(i32.store
(i32.const 184)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 184)
@@ -16444,7 +16315,7 @@
(return)
)
)
- (set_local $4
+ (set_local $5
(i32.add
(i32.and
(get_local $0)
@@ -16473,12 +16344,12 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=8
(get_local $9)
)
)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 216)
(i32.shl
@@ -16560,7 +16431,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $1)
(i32.const 8)
@@ -16594,7 +16465,7 @@
(block $do-once$10
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $9)
)
@@ -16604,11 +16475,11 @@
(block
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $9)
(i32.const 16)
@@ -16623,7 +16494,7 @@
)
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $7)
)
@@ -16649,56 +16520,58 @@
(get_local $1)
)
)
- (loop $while-out$12 $while-in$13
- (if
- (i32.ne
- (set_local $1
- (i32.load
- (set_local $7
- (i32.add
- (get_local $2)
- (i32.const 20)
+ (loop $while-in$13
+ (block $while-out$12
+ (if
+ (i32.ne
+ (tee_local $1
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $2)
+ (i32.const 20)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $8
- (get_local $7)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $8
+ (get_local $7)
+ )
+ (br $while-in$13)
)
- (br $while-in$13)
)
- )
- (if
- (i32.eq
- (set_local $1
- (i32.load
- (set_local $7
- (i32.add
- (get_local $2)
- (i32.const 16)
+ (if
+ (i32.eq
+ (tee_local $1
+ (i32.load
+ (tee_local $7
+ (i32.add
+ (get_local $2)
+ (i32.const 16)
+ )
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$12)
- (block
- (set_local $2
- (get_local $1)
- )
- (set_local $8
- (get_local $7)
+ (br $while-out$12)
+ (block
+ (set_local $2
+ (get_local $1)
+ )
+ (set_local $8
+ (get_local $7)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -16722,7 +16595,7 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load offset=8
(get_local $9)
)
@@ -16736,7 +16609,7 @@
(if
(i32.ne
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $2)
(i32.const 12)
@@ -16750,7 +16623,7 @@
(if
(i32.eq
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $1)
(i32.const 8)
@@ -16787,11 +16660,11 @@
(i32.eq
(get_local $9)
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(i32.const 480)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $9)
)
@@ -16845,7 +16718,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 16)
@@ -16874,7 +16747,7 @@
(if
(i32.lt_u
(get_local $11)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 192)
)
@@ -16888,9 +16761,9 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $9)
(i32.const 16)
@@ -16920,7 +16793,7 @@
)
(if
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $2)
)
@@ -16955,16 +16828,16 @@
(i32.store offset=4
(get_local $3)
(i32.or
- (get_local $4)
+ (get_local $5)
(i32.const 1)
)
)
(i32.store
(i32.add
(get_local $3)
- (get_local $4)
+ (get_local $5)
)
- (get_local $4)
+ (get_local $5)
)
(if
(i32.eq
@@ -16976,11 +16849,10 @@
(block
(i32.store
(i32.const 184)
- (get_local $4)
+ (get_local $5)
)
(return)
)
- (get_local $4)
)
)
(block
@@ -17005,20 +16877,20 @@
)
(get_local $10)
)
- (set_local $4
+ (set_local $5
(get_local $10)
)
)
)
(set_local $1
(i32.shr_u
- (get_local $4)
+ (get_local $5)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $4)
+ (get_local $5)
(i32.const 256)
)
(block
@@ -17037,12 +16909,12 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 176)
)
)
- (set_local $1
+ (tee_local $1
(i32.shl
(i32.const 1)
(get_local $1)
@@ -17059,7 +16931,7 @@
(get_local $1)
)
)
- (set_local $5
+ (set_local $6
(i32.add
(get_local $2)
(i32.const 8)
@@ -17071,9 +16943,9 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $2)
(i32.const 8)
@@ -17087,7 +16959,7 @@
)
(call_import $_abort)
(block
- (set_local $5
+ (set_local $6
(get_local $0)
)
(set_local $14
@@ -17097,7 +16969,7 @@
)
)
(i32.store
- (get_local $5)
+ (get_local $6)
(get_local $3)
)
(i32.store offset=12
@@ -17119,12 +16991,12 @@
(i32.add
(i32.const 480)
(i32.shl
- (set_local $5
+ (tee_local $6
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.shr_u
- (get_local $4)
+ (get_local $5)
(i32.const 8)
)
)
@@ -17133,27 +17005,27 @@
(i32.const 0)
(if
(i32.gt_u
- (get_local $4)
+ (get_local $5)
(i32.const 16777215)
)
(i32.const 31)
(block
- (set_local $5
+ (set_local $6
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $5
+ (tee_local $6
(i32.and
(i32.shr_u
(i32.add
- (set_local $1
+ (tee_local $1
(i32.shl
(get_local $0)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
@@ -17176,14 +17048,14 @@
)
(get_local $0)
)
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
(i32.add
- (set_local $5
+ (tee_local $6
(i32.shl
(get_local $1)
- (get_local $5)
+ (get_local $6)
)
)
(i32.const 245760)
@@ -17197,7 +17069,7 @@
)
(i32.shr_u
(i32.shl
- (get_local $5)
+ (get_local $6)
(get_local $0)
)
(i32.const 15)
@@ -17210,7 +17082,7 @@
(i32.or
(i32.and
(i32.shr_u
- (get_local $4)
+ (get_local $5)
(i32.add
(get_local $0)
(i32.const 7)
@@ -17218,7 +17090,7 @@
)
(i32.const 1)
)
- (get_local $5)
+ (get_local $6)
)
)
)
@@ -17230,7 +17102,7 @@
)
(i32.store offset=28
(get_local $3)
- (get_local $5)
+ (get_local $6)
)
(i32.store offset=20
(get_local $3)
@@ -17243,15 +17115,15 @@
(if
(i32.eq
(i32.and
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 180)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
- (get_local $5)
+ (get_local $6)
)
)
)
@@ -17283,20 +17155,20 @@
)
)
(block
- (set_local $5
+ (set_local $6
(i32.shl
- (get_local $4)
+ (get_local $5)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $5)
+ (get_local $6)
(i32.const 1)
)
)
(i32.eq
- (get_local $5)
+ (get_local $6)
(i32.const 31)
)
)
@@ -17307,78 +17179,80 @@
(get_local $1)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $15
(get_local $1)
)
- (i32.const -8)
+ (set_local $0
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (get_local $4)
)
- (block
- (set_local $15
- (get_local $1)
- )
- (set_local $0
- (i32.const 130)
+ (set_local $2
+ (i32.shl
+ (get_local $6)
+ (i32.const 1)
)
- (br $while-out$18)
)
- )
- (set_local $2
- (i32.shl
- (get_local $5)
- (i32.const 1)
- )
- )
- (if
- (i32.eq
- (set_local $0
- (i32.load
- (set_local $5
- (i32.add
+ (if
+ (i32.eq
+ (tee_local $0
+ (i32.load
+ (tee_local $6
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $5)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $6)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (block
- (set_local $18
- (get_local $1)
- )
- (set_local $17
- (get_local $5)
- )
- (set_local $0
- (i32.const 127)
- )
- (br $while-out$18)
- )
- (block
- (set_local $5
- (get_local $2)
+ (block
+ (set_local $18
+ (get_local $1)
+ )
+ (set_local $17
+ (get_local $6)
+ )
+ (set_local $0
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $1
- (get_local $0)
+ (block
+ (set_local $6
+ (get_local $2)
+ )
+ (set_local $1
+ (get_local $0)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -17420,9 +17294,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $15)
(i32.const 8)
@@ -17430,7 +17304,7 @@
)
)
)
- (set_local $5
+ (tee_local $6
(i32.load
(i32.const 192)
)
@@ -17438,7 +17312,7 @@
)
(i32.ge_u
(get_local $15)
- (get_local $5)
+ (get_local $6)
)
)
(block
@@ -17471,7 +17345,7 @@
)
(i32.store
(i32.const 208)
- (set_local $0
+ (tee_local $0
(i32.add
(i32.load
(i32.const 208)
@@ -17485,34 +17359,34 @@
(get_local $0)
(i32.const 0)
)
- (set_local $5
+ (set_local $6
(i32.const 632)
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $0
- (i32.eq
- (set_local $5
- (i32.load
- (get_local $5)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $0
+ (i32.eq
+ (tee_local $6
+ (i32.load
+ (get_local $6)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $5
- (i32.add
- (get_local $5)
- (i32.const 8)
+ (set_local $6
+ (i32.add
+ (get_local $6)
+ (i32.const 8)
+ )
)
+ (br_if $while-out$20
+ (get_local $0)
+ )
+ (br $while-in$21)
)
- (if
- (get_local $0)
- (br $while-out$20)
- (get_local $5)
- )
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -17523,8 +17397,7 @@
(nop)
)
(func $_i64Subtract (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.sub
(i32.sub
(get_local $1)
@@ -17542,15 +17415,14 @@
)
)
(func $_i64Add (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.add
(i32.add
(get_local $1)
(get_local $3)
)
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(get_local $2)
@@ -17583,7 +17455,7 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(get_local $1)
(i32.const 255)
@@ -17612,7 +17484,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 3)
@@ -17628,66 +17500,72 @@
(get_local $3)
)
)
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.ge_s
- (get_local $0)
- (get_local $3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.ge_s
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.ge_s
- (get_local $0)
- (get_local $6)
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.ge_s
+ (get_local $0)
+ (get_local $6)
+ )
)
- )
- (i32.store
- (get_local $0)
- (get_local $5)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (get_local $5)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.ge_s
- (get_local $0)
- (get_local $4)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.ge_s
+ (get_local $0)
+ (get_local $4)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
(i32.sub
(get_local $0)
@@ -17701,8 +17579,7 @@
(i32.const 32)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_u
(get_local $1)
(get_local $2)
@@ -17734,8 +17611,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(i32.shr_u
@@ -17753,8 +17629,7 @@
(i32.const 32)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.shl
(get_local $1)
@@ -17792,8 +17667,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shl
(get_local $0)
(i32.sub
@@ -17834,117 +17708,123 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.eqz
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
)
- )
- (if
- (i32.eq
- (get_local $2)
- (i32.const 0)
- )
- (return
- (get_local $3)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (if
+ (i32.eq
+ (get_local $2)
+ (i32.const 0)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.lt_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.lt_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.le_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.le_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(get_local $3)
)
@@ -17955,8 +17835,7 @@
(i32.const 32)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_s
(get_local $1)
(get_local $2)
@@ -17988,8 +17867,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(select
(i32.const -1)
(i32.const 0)
@@ -18014,15 +17892,15 @@
(set_local $2
(i32.add
(i32.shr_u
- (set_local $4
+ (tee_local $4
(i32.mul
- (set_local $2
+ (tee_local $2
(i32.and
(get_local $1)
(i32.const 65535)
)
)
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 65535)
@@ -18034,7 +17912,7 @@
)
(i32.mul
(get_local $2)
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $0)
(i32.const 16)
@@ -18045,7 +17923,7 @@
)
(set_local $3
(i32.mul
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $1)
(i32.const 16)
@@ -18054,8 +17932,7 @@
(get_local $3)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.add
(i32.add
(i32.shr_u
@@ -18103,7 +17980,7 @@
(call $___udivmoddi4
(call $_i64Subtract
(i32.xor
- (set_local $4
+ (tee_local $4
(i32.or
(i32.shr_s
(get_local $1)
@@ -18125,7 +18002,7 @@
(get_local $0)
)
(i32.xor
- (set_local $0
+ (tee_local $0
(i32.or
(i32.shr_s
(select
@@ -18156,12 +18033,10 @@
(get_local $4)
(get_local $0)
)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(call $_i64Subtract
(i32.xor
- (set_local $1
+ (tee_local $1
(i32.or
(i32.shr_s
(get_local $3)
@@ -18183,7 +18058,7 @@
(get_local $2)
)
(i32.xor
- (set_local $2
+ (tee_local $2
(i32.or
(i32.shr_s
(select
@@ -18214,12 +18089,10 @@
(get_local $1)
(get_local $2)
)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(i32.const 0)
)
- (set_local $1
+ (tee_local $1
(i32.xor
(get_local $1)
(get_local $4)
@@ -18227,10 +18100,8 @@
)
)
(i32.xor
- (i32.load
- (i32.const 168)
- )
- (set_local $0
+ (get_global $tempRet0)
+ (tee_local $0
(i32.xor
(get_local $2)
(get_local $0)
@@ -18246,138 +18117,131 @@
(local $5 i32)
(local $6 i32)
(set_local $6
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
- (call $___udivmoddi4
- (call $_i64Subtract
- (i32.xor
- (set_local $4
- (i32.or
- (i32.shr_s
- (get_local $1)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $1)
+ (drop
+ (call $___udivmoddi4
+ (call $_i64Subtract
+ (i32.xor
+ (tee_local $4
+ (i32.or
+ (i32.shr_s
+ (get_local $1)
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $1)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $0)
)
- (get_local $0)
- )
- (i32.xor
- (set_local $5
- (i32.or
- (i32.shr_s
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $1)
+ (i32.xor
+ (tee_local $5
+ (i32.or
+ (i32.shr_s
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $1)
+ (i32.const 0)
+ )
)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $1)
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $1)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $1)
)
- (get_local $1)
+ (get_local $4)
+ (get_local $5)
)
- (get_local $4)
- (get_local $5)
- )
- (i32.load
- (i32.const 168)
- )
- (call $_i64Subtract
- (i32.xor
- (set_local $0
- (i32.or
- (i32.shr_s
- (get_local $3)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $3)
+ (get_global $tempRet0)
+ (call $_i64Subtract
+ (i32.xor
+ (tee_local $0
+ (i32.or
+ (i32.shr_s
+ (get_local $3)
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $2)
)
- (get_local $2)
- )
- (i32.xor
- (set_local $1
- (i32.or
- (i32.shr_s
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $3)
+ (i32.xor
+ (tee_local $1
+ (i32.or
+ (i32.shr_s
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $3)
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $3)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $3)
)
- (get_local $3)
+ (get_local $0)
+ (get_local $1)
+ )
+ (get_global $tempRet0)
+ (tee_local $0
+ (get_local $6)
)
- (get_local $0)
- (get_local $1)
- )
- (i32.load
- (i32.const 168)
- )
- (set_local $0
- (get_local $6)
)
)
(set_local $0
@@ -18399,16 +18263,12 @@
)
)
(set_local $1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $6)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(get_local $1)
)
(get_local $0)
@@ -18421,8 +18281,7 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.add
(i32.add
@@ -18435,10 +18294,8 @@
(get_local $2)
)
)
- (set_local $0
- (i32.load
- (i32.const 168)
- )
+ (tee_local $0
+ (get_global $tempRet0)
)
)
(i32.and
@@ -18467,34 +18324,29 @@
(func $___uremdi3 (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
- (call $___udivmoddi4
- (get_local $0)
- (get_local $1)
- (get_local $2)
- (get_local $3)
- (set_local $0
- (get_local $4)
+ (drop
+ (call $___udivmoddi4
+ (get_local $0)
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
+ (tee_local $0
+ (get_local $4)
+ )
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $4)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.load offset=4
(get_local $0)
)
@@ -18521,14 +18373,14 @@
(get_local $2)
)
(set_local $7
- (set_local $14
+ (tee_local $14
(get_local $3)
)
)
(if
(i32.eq
- (set_local $6
- (set_local $9
+ (tee_local $6
+ (tee_local $9
(get_local $1)
)
)
@@ -18563,8 +18415,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18580,8 +18431,7 @@
(get_local $2)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18603,8 +18453,7 @@
(i32.const 0)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18649,8 +18498,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18686,8 +18534,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18701,7 +18548,7 @@
(if
(i32.eq
(i32.and
- (set_local $5
+ (tee_local $5
(i32.sub
(get_local $7)
(i32.const 1)
@@ -18743,8 +18590,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18759,7 +18605,7 @@
)
(if
(i32.le_u
- (set_local $5
+ (tee_local $5
(i32.sub
(i32.clz
(get_local $7)
@@ -18773,7 +18619,7 @@
)
(block
(set_local $12
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $5)
(i32.const 1)
@@ -18784,7 +18630,7 @@
(i32.or
(i32.shl
(get_local $6)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.const 31)
(get_local $5)
@@ -18821,8 +18667,7 @@
(i32.const 0)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18850,8 +18695,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18866,7 +18710,7 @@
(block
(if
(i32.le_u
- (set_local $5
+ (tee_local $5
(i32.sub
(i32.clz
(get_local $7)
@@ -18880,7 +18724,7 @@
)
(block
(set_local $12
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $5)
(i32.const 1)
@@ -18894,7 +18738,7 @@
(get_local $8)
(get_local $0)
)
- (set_local $9
+ (tee_local $9
(i32.shr_s
(i32.sub
(get_local $5)
@@ -18906,7 +18750,7 @@
)
(i32.shl
(get_local $6)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.const 31)
(get_local $5)
@@ -18942,8 +18786,7 @@
(i32.const 0)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18971,8 +18814,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -18983,7 +18825,7 @@
(if
(i32.ne
(i32.and
- (set_local $7
+ (tee_local $7
(i32.sub
(get_local $5)
(i32.const 1)
@@ -18997,7 +18839,7 @@
(set_local $1
(i32.sub
(i32.const 64)
- (set_local $0
+ (tee_local $0
(i32.sub
(i32.add
(i32.clz
@@ -19014,7 +18856,7 @@
)
(set_local $5
(i32.shr_s
- (set_local $9
+ (tee_local $9
(i32.sub
(i32.const 32)
(get_local $0)
@@ -19025,7 +18867,7 @@
)
(set_local $10
(i32.shr_s
- (set_local $7
+ (tee_local $7
(i32.sub
(get_local $0)
(i32.const 32)
@@ -19143,8 +18985,7 @@
(i32.const 1)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(get_local $9)
(i32.and
@@ -19164,13 +19005,12 @@
)
)
(block
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.const 0)
(i32.shr_u
(get_local $6)
- (set_local $0
+ (tee_local $0
(i32.ctz
(get_local $5)
)
@@ -19216,7 +19056,7 @@
(block
(set_local $3
(call $_i64Add
- (set_local $1
+ (tee_local $1
(i32.or
(i32.const 0)
(i32.and
@@ -19225,7 +19065,7 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.or
(get_local $14)
(i32.and
@@ -19239,9 +19079,7 @@
)
)
(set_local $8
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $9
(get_local $0)
@@ -19249,150 +19087,150 @@
(set_local $0
(i32.const 0)
)
- (loop $while-out$2 $while-in$3
- (set_local $6
- (i32.or
- (i32.shr_u
- (get_local $10)
- (i32.const 31)
- )
- (i32.shl
- (get_local $9)
- (i32.const 1)
- )
- )
- )
- (set_local $10
- (i32.or
- (get_local $0)
- (i32.shl
- (get_local $10)
- (i32.const 1)
- )
- )
- )
- (call $_i64Subtract
- (get_local $3)
- (get_local $8)
- (set_local $0
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $6
(i32.or
- (i32.const 0)
- (i32.or
- (i32.shl
- (get_local $11)
- (i32.const 1)
- )
- (i32.shr_u
- (get_local $9)
- (i32.const 31)
- )
+ (i32.shr_u
+ (get_local $10)
+ (i32.const 31)
+ )
+ (i32.shl
+ (get_local $9)
+ (i32.const 1)
)
)
)
- (set_local $9
+ (set_local $10
(i32.or
- (i32.shr_u
- (get_local $11)
- (i32.const 31)
- )
+ (get_local $0)
(i32.shl
- (get_local $13)
+ (get_local $10)
(i32.const 1)
)
)
)
- )
- (set_local $7
- (i32.and
- (set_local $14
- (i32.or
- (i32.shr_s
- (set_local $5
- (i32.load
- (i32.const 168)
+ (drop
+ (call $_i64Subtract
+ (get_local $3)
+ (get_local $8)
+ (tee_local $0
+ (i32.or
+ (i32.const 0)
+ (i32.or
+ (i32.shl
+ (get_local $11)
+ (i32.const 1)
+ )
+ (i32.shr_u
+ (get_local $9)
+ (i32.const 31)
)
)
- (i32.const 31)
)
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $5)
- (i32.const 0)
- )
+ )
+ (tee_local $9
+ (i32.or
+ (i32.shr_u
+ (get_local $11)
+ (i32.const 31)
+ )
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
)
- (i32.const 1)
)
)
)
- (i32.const 1)
)
- )
- (set_local $11
- (call $_i64Subtract
- (get_local $0)
- (get_local $9)
- (i32.and
- (get_local $14)
- (get_local $1)
- )
+ (set_local $7
(i32.and
- (i32.or
- (i32.shr_s
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $5)
+ (tee_local $14
+ (i32.or
+ (i32.shr_s
+ (tee_local $5
+ (get_global $tempRet0)
+ )
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
)
+ (i32.const 1)
)
- (i32.const 31)
)
- (i32.shl
- (select
- (i32.const -1)
- (i32.const 0)
- (i32.lt_s
- (get_local $5)
+ )
+ (i32.const 1)
+ )
+ )
+ (set_local $11
+ (call $_i64Subtract
+ (get_local $0)
+ (get_local $9)
+ (i32.and
+ (get_local $14)
+ (get_local $1)
+ )
+ (i32.and
+ (i32.or
+ (i32.shr_s
+ (select
+ (i32.const -1)
(i32.const 0)
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
)
+ (i32.const 31)
+ )
+ (i32.shl
+ (select
+ (i32.const -1)
+ (i32.const 0)
+ (i32.lt_s
+ (get_local $5)
+ (i32.const 0)
+ )
+ )
+ (i32.const 1)
)
- (i32.const 1)
)
+ (get_local $2)
)
- (get_local $2)
)
)
- )
- (set_local $13
- (i32.load
- (i32.const 168)
+ (set_local $13
+ (get_global $tempRet0)
)
- )
- (if
- (i32.eq
- (set_local $12
- (i32.sub
- (get_local $12)
- (i32.const 1)
+ (if
+ (i32.eq
+ (tee_local $12
+ (i32.sub
+ (get_local $12)
+ (i32.const 1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
- )
- (br $while-out$2)
- (block
- (set_local $9
- (get_local $6)
- )
- (set_local $0
- (get_local $7)
+ (br $while-out$2)
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (set_local $0
+ (get_local $7)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $1
(i32.const 0)
@@ -19404,7 +19242,7 @@
(set_local $3
(i32.or
(get_local $6)
- (set_local $2
+ (tee_local $2
(i32.const 0)
)
)
@@ -19428,8 +19266,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.or
(i32.or
@@ -19478,6 +19315,7 @@
)
(func $dynCall_ii (param $0 i32) (param $1 i32) (result i32)
(call_indirect $FUNCSIG$ii
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -19485,11 +19323,13 @@
)
(i32.const 0)
)
- (get_local $1)
)
)
(func $dynCall_iiii (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect $FUNCSIG$iiii
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
(i32.add
(i32.and
(get_local $0)
@@ -19497,13 +19337,11 @@
)
(i32.const 2)
)
- (get_local $1)
- (get_local $2)
- (get_local $3)
)
)
(func $dynCall_vi (param $0 i32) (param $1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -19511,7 +19349,6 @@
)
(i32.const 10)
)
- (get_local $1)
)
)
(func $b0 (param $0 i32) (result i32)
diff --git a/test/emcc_hello_world.fromasm.imprecise.no-opts b/test/emcc_hello_world.fromasm.imprecise.no-opts
index d8b887891..45f19f21c 100644
--- a/test/emcc_hello_world.fromasm.imprecise.no-opts
+++ b/test/emcc_hello_world.fromasm.imprecise.no-opts
@@ -1,6 +1,5 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
@@ -8,72 +7,99 @@
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort")
- (import $nullFunc_ii "env" "nullFunc_ii" (param i32))
- (import $nullFunc_iiii "env" "nullFunc_iiii" (param i32))
- (import $nullFunc_vi "env" "nullFunc_vi" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $___lock "env" "___lock" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_abort "env" "_abort")
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (export "_i64Subtract" $_i64Subtract)
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_i64Add" $_i64Add)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_bitshift64Lshr" $_bitshift64Lshr)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "_bitshift64Shl" $_bitshift64Shl)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
- (export "___udivmoddi4" $___udivmoddi4)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "env" "cttz_i8" (global $cttz_i8 i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort))
+ (import "env" "nullFunc_ii" (func $nullFunc_ii (param i32)))
+ (import "env" "nullFunc_iiii" (func $nullFunc_iiii (param i32)))
+ (import "env" "nullFunc_vi" (func $nullFunc_vi (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_i64Subtract" (func $_i64Subtract))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_i64Add" (func $_i64Add))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_bitshift64Lshr" (func $_bitshift64Lshr))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "_bitshift64Shl" (func $_bitshift64Shl))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (export "___udivmoddi4" (func $___udivmoddi4))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2)
(func $stackAlloc (param $size i32) (result i32)
(local $ret i32)
(set_local $ret
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $size)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -81,12 +107,8 @@
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -96,42 +118,33 @@
)
(func $stackSave (result i32)
(return
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
)
(func $stackRestore (param $top i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $top)
)
)
(func $establishStackSpace (param $stackBase i32) (param $stackMax i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $stackBase)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $stackMax)
)
)
(func $setThrew (param $threw i32) (param $value i32)
(if
(i32.eq
- (i32.load
- (i32.const 48)
- )
+ (get_global $__THREW__)
(i32.const 0)
)
(block
- (i32.store
- (i32.const 48)
+ (set_global $__THREW__
(get_local $threw)
)
- (i32.store
- (i32.const 56)
+ (set_global $threwValue
(get_local $value)
)
)
@@ -139,18 +152,14 @@
)
(func $copyTempFloat (param $ptr i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $ptr)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -162,9 +171,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -176,9 +183,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -191,18 +196,14 @@
)
(func $copyTempDouble (param $ptr i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $ptr)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -214,9 +215,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -228,9 +227,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -242,9 +239,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
(i32.load8_s
@@ -256,9 +251,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 5)
)
(i32.load8_s
@@ -270,9 +263,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 6)
)
(i32.load8_s
@@ -284,9 +275,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 7)
)
(i32.load8_s
@@ -298,16 +287,13 @@
)
)
(func $setTempRet0 (param $value i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(get_local $value)
)
)
(func $getTempRet0 (result i32)
(return
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
)
(func $_main (result i32)
@@ -316,27 +302,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -346,12 +323,13 @@
(set_local $$retval
(i32.const 0)
)
- (call $_printf
- (i32.const 672)
- (get_local $$vararg_buffer)
+ (drop
+ (call $_printf
+ (i32.const 672)
+ (get_local $$vararg_buffer)
+ )
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -379,29 +357,21 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(f64.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $$x)
)
(set_local $$0
(i32.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
(set_local $$1
(i32.load
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
)
@@ -414,9 +384,7 @@
)
)
(set_local $$3
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$conv
(i32.and
@@ -526,25 +494,19 @@
)
)
(i32.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $$0)
)
(i32.store
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
(get_local $$6)
)
(set_local $$7
(f64.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
(set_local $$retval$0
@@ -562,9 +524,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$call
(call $_frexp
@@ -599,80 +559,80 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$i$012
(i32.const 0)
)
- (loop $while-out$0 $while-in$1
- (set_local $$arrayidx
- (i32.add
- (i32.const 687)
- (get_local $$i$012)
- )
- )
- (set_local $$0
- (i32.load8_s
- (get_local $$arrayidx)
- )
- )
- (set_local $$conv
- (i32.and
- (get_local $$0)
- (i32.const 255)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $$arrayidx
+ (i32.add
+ (i32.const 687)
+ (get_local $$i$012)
+ )
)
- )
- (set_local $$cmp
- (i32.eq
- (get_local $$conv)
- (get_local $$e)
+ (set_local $$0
+ (i32.load8_s
+ (get_local $$arrayidx)
+ )
)
- )
- (if
- (get_local $$cmp)
- (block
- (set_local $$i$012$lcssa
- (get_local $$i$012)
+ (set_local $$conv
+ (i32.and
+ (get_local $$0)
+ (i32.const 255)
)
- (set_local $label
- (i32.const 2)
+ )
+ (set_local $$cmp
+ (i32.eq
+ (get_local $$conv)
+ (get_local $$e)
)
- (br $while-out$0)
)
- )
- (set_local $$inc
- (i32.add
- (get_local $$i$012)
- (i32.const 1)
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $$i$012$lcssa
+ (get_local $$i$012)
+ )
+ (set_local $label
+ (i32.const 2)
+ )
+ (br $while-out$0)
+ )
)
- )
- (set_local $$tobool
- (i32.eq
- (get_local $$inc)
- (i32.const 87)
+ (set_local $$inc
+ (i32.add
+ (get_local $$i$012)
+ (i32.const 1)
+ )
)
- )
- (if
- (get_local $$tobool)
- (block
- (set_local $$i$111
+ (set_local $$tobool
+ (i32.eq
+ (get_local $$inc)
(i32.const 87)
)
- (set_local $$s$010
- (i32.const 775)
+ )
+ (if
+ (get_local $$tobool)
+ (block
+ (set_local $$i$111
+ (i32.const 87)
+ )
+ (set_local $$s$010
+ (i32.const 775)
+ )
+ (set_local $label
+ (i32.const 5)
+ )
+ (br $while-out$0)
)
- (set_local $label
- (i32.const 5)
+ (set_local $$i$012
+ (get_local $$inc)
)
- (br $while-out$0)
- )
- (set_local $$i$012
- (get_local $$inc)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(if
(i32.eq
@@ -710,84 +670,88 @@
(get_local $label)
(i32.const 5)
)
- (loop $while-out$2 $while-in$3
- (set_local $label
- (i32.const 0)
- )
- (set_local $$s$1
- (get_local $$s$010)
- )
- (loop $while-out$4 $while-in$5
- (set_local $$1
- (i32.load8_s
- (get_local $$s$1)
- )
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $label
+ (i32.const 0)
)
- (set_local $$tobool8
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$1)
- (i32.const 24)
+ (set_local $$s$1
+ (get_local $$s$010)
+ )
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $$1
+ (i32.load8_s
+ (get_local $$s$1)
)
- (i32.const 24)
)
- (i32.const 0)
+ (set_local $$tobool8
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
+ )
+ )
+ (set_local $$incdec$ptr
+ (i32.add
+ (get_local $$s$1)
+ (i32.const 1)
+ )
+ )
+ (if
+ (get_local $$tobool8)
+ (block
+ (set_local $$incdec$ptr$lcssa
+ (get_local $$incdec$ptr)
+ )
+ (br $while-out$4)
+ )
+ (set_local $$s$1
+ (get_local $$incdec$ptr)
+ )
+ )
+ (br $while-in$5)
)
)
- (set_local $$incdec$ptr
+ (set_local $$dec
(i32.add
- (get_local $$s$1)
- (i32.const 1)
+ (get_local $$i$111)
+ (i32.const -1)
+ )
+ )
+ (set_local $$tobool5
+ (i32.eq
+ (get_local $$dec)
+ (i32.const 0)
)
)
(if
- (get_local $$tobool8)
+ (get_local $$tobool5)
(block
- (set_local $$incdec$ptr$lcssa
- (get_local $$incdec$ptr)
+ (set_local $$s$0$lcssa
+ (get_local $$incdec$ptr$lcssa)
)
- (br $while-out$4)
- )
- (set_local $$s$1
- (get_local $$incdec$ptr)
- )
- )
- (br $while-in$5)
- )
- (set_local $$dec
- (i32.add
- (get_local $$i$111)
- (i32.const -1)
- )
- )
- (set_local $$tobool5
- (i32.eq
- (get_local $$dec)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool5)
- (block
- (set_local $$s$0$lcssa
- (get_local $$incdec$ptr$lcssa)
- )
- (br $while-out$2)
- )
- (block
- (set_local $$i$111
- (get_local $$dec)
- )
- (set_local $$s$010
- (get_local $$incdec$ptr$lcssa)
+ (br $while-out$2)
)
- (set_local $label
- (i32.const 5)
+ (block
+ (set_local $$i$111
+ (get_local $$dec)
+ )
+ (set_local $$s$010
+ (get_local $$incdec$ptr$lcssa)
+ )
+ (set_local $label
+ (i32.const 5)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
(return
@@ -804,9 +768,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$0
(i32.load
@@ -857,27 +819,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -910,8 +863,7 @@
(get_local $$call)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -936,27 +888,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1072,8 +1015,7 @@
(get_local $$len)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -1097,27 +1039,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1224,8 +1157,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -1272,9 +1204,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$tobool
(i32.eq
@@ -1344,139 +1274,141 @@
(set_local $$r$021
(get_local $$cond10)
)
- (loop $while-out$2 $while-in$3
- (set_local $$lock13
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 76)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$lock13
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 76)
+ )
)
- )
- (set_local $$3
- (i32.load
- (get_local $$lock13)
+ (set_local $$3
+ (i32.load
+ (get_local $$lock13)
+ )
)
- )
- (set_local $$cmp14
- (i32.gt_s
- (get_local $$3)
- (i32.const -1)
+ (set_local $$cmp14
+ (i32.gt_s
+ (get_local $$3)
+ (i32.const -1)
+ )
)
- )
- (if
- (get_local $$cmp14)
- (block
- (set_local $$call16
- (call $___lockfile
- (get_local $$f$addr$022)
+ (if
+ (get_local $$cmp14)
+ (block
+ (set_local $$call16
+ (call $___lockfile
+ (get_local $$f$addr$022)
+ )
+ )
+ (set_local $$cond19
+ (get_local $$call16)
)
)
(set_local $$cond19
- (get_local $$call16)
+ (i32.const 0)
)
)
- (set_local $$cond19
- (i32.const 0)
- )
- )
- (set_local $$wpos
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 20)
+ (set_local $$wpos
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 20)
+ )
)
- )
- (set_local $$4
- (i32.load
- (get_local $$wpos)
+ (set_local $$4
+ (i32.load
+ (get_local $$wpos)
+ )
)
- )
- (set_local $$wbase
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 28)
+ (set_local $$wbase
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 28)
+ )
)
- )
- (set_local $$5
- (i32.load
- (get_local $$wbase)
+ (set_local $$5
+ (i32.load
+ (get_local $$wbase)
+ )
)
- )
- (set_local $$cmp20
- (i32.gt_u
- (get_local $$4)
- (get_local $$5)
+ (set_local $$cmp20
+ (i32.gt_u
+ (get_local $$4)
+ (get_local $$5)
+ )
)
- )
- (if
- (get_local $$cmp20)
- (block
- (set_local $$call22
- (call $___fflush_unlocked
- (get_local $$f$addr$022)
+ (if
+ (get_local $$cmp20)
+ (block
+ (set_local $$call22
+ (call $___fflush_unlocked
+ (get_local $$f$addr$022)
+ )
)
- )
- (set_local $$or
- (i32.or
- (get_local $$call22)
- (get_local $$r$021)
+ (set_local $$or
+ (i32.or
+ (get_local $$call22)
+ (get_local $$r$021)
+ )
+ )
+ (set_local $$r$1
+ (get_local $$or)
)
)
(set_local $$r$1
- (get_local $$or)
+ (get_local $$r$021)
)
)
- (set_local $$r$1
- (get_local $$r$021)
- )
- )
- (set_local $$tobool24
- (i32.eq
- (get_local $$cond19)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool24)
- )
- (call $___unlockfile
- (get_local $$f$addr$022)
- )
- )
- (set_local $$next
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 56)
+ (set_local $$tobool24
+ (i32.eq
+ (get_local $$cond19)
+ (i32.const 0)
+ )
)
- )
- (set_local $$f$addr$0
- (i32.load
- (get_local $$next)
+ (if
+ (i32.eqz
+ (get_local $$tobool24)
+ )
+ (call $___unlockfile
+ (get_local $$f$addr$022)
+ )
)
- )
- (set_local $$tobool11
- (i32.eq
- (get_local $$f$addr$0)
- (i32.const 0)
+ (set_local $$next
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 56)
+ )
)
- )
- (if
- (get_local $$tobool11)
- (block
- (set_local $$r$0$lcssa
- (get_local $$r$1)
+ (set_local $$f$addr$0
+ (i32.load
+ (get_local $$next)
)
- (br $while-out$2)
)
- (block
- (set_local $$f$addr$022
+ (set_local $$tobool11
+ (i32.eq
(get_local $$f$addr$0)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool11)
+ (block
+ (set_local $$r$0$lcssa
+ (get_local $$r$1)
+ )
+ (br $while-out$2)
)
- (set_local $$r$021
- (get_local $$r$1)
+ (block
+ (set_local $$f$addr$022
+ (get_local $$f$addr$0)
+ )
+ (set_local $$r$021
+ (get_local $$r$1)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -1565,27 +1497,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1608,8 +1531,7 @@
(get_local $$ap)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -1620,9 +1542,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(return
(i32.const 0)
@@ -1632,9 +1552,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(return)
)
@@ -1711,27 +1629,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1839,331 +1748,333 @@
(set_local $$rem$0
(get_local $$add)
)
- (loop $while-out$0 $while-in$1
- (set_local $$2
- (i32.load
- (i32.const 16)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $$2
+ (i32.load
+ (i32.const 16)
+ )
)
- )
- (set_local $$tobool
- (i32.eq
- (get_local $$2)
- (i32.const 0)
+ (set_local $$tobool
+ (i32.eq
+ (get_local $$2)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$tobool)
- (block
- (set_local $$4
- (i32.load
- (get_local $$fd8)
+ (if
+ (get_local $$tobool)
+ (block
+ (set_local $$4
+ (i32.load
+ (get_local $$fd8)
+ )
)
- )
- (i32.store
- (get_local $$vararg_buffer3)
- (get_local $$4)
- )
- (set_local $$vararg_ptr6
- (i32.add
+ (i32.store
(get_local $$vararg_buffer3)
- (i32.const 4)
+ (get_local $$4)
)
- )
- (i32.store
- (get_local $$vararg_ptr6)
- (get_local $$iov$0)
- )
- (set_local $$vararg_ptr7
- (i32.add
- (get_local $$vararg_buffer3)
- (i32.const 8)
+ (set_local $$vararg_ptr6
+ (i32.add
+ (get_local $$vararg_buffer3)
+ (i32.const 4)
+ )
)
- )
- (i32.store
- (get_local $$vararg_ptr7)
- (get_local $$iovcnt$0)
- )
- (set_local $$call9
- (call_import $___syscall146
- (i32.const 146)
- (get_local $$vararg_buffer3)
+ (i32.store
+ (get_local $$vararg_ptr6)
+ (get_local $$iov$0)
)
- )
- (set_local $$call10
- (call $___syscall_ret
- (get_local $$call9)
+ (set_local $$vararg_ptr7
+ (i32.add
+ (get_local $$vararg_buffer3)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cnt$0
- (get_local $$call10)
- )
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 5)
- (get_local $$f)
- )
- (set_local $$3
- (i32.load
- (get_local $$fd8)
+ (i32.store
+ (get_local $$vararg_ptr7)
+ (get_local $$iovcnt$0)
)
- )
- (i32.store
- (get_local $$vararg_buffer)
- (get_local $$3)
- )
- (set_local $$vararg_ptr1
- (i32.add
- (get_local $$vararg_buffer)
- (i32.const 4)
+ (set_local $$call9
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $$vararg_buffer3)
+ )
)
- )
- (i32.store
- (get_local $$vararg_ptr1)
- (get_local $$iov$0)
- )
- (set_local $$vararg_ptr2
- (i32.add
- (get_local $$vararg_buffer)
- (i32.const 8)
+ (set_local $$call10
+ (call $___syscall_ret
+ (get_local $$call9)
+ )
+ )
+ (set_local $$cnt$0
+ (get_local $$call10)
)
)
- (i32.store
- (get_local $$vararg_ptr2)
- (get_local $$iovcnt$0)
- )
- (set_local $$call
- (call_import $___syscall146
- (i32.const 146)
+ (block
+ (call_import $_pthread_cleanup_push
+ (i32.const 5)
+ (get_local $$f)
+ )
+ (set_local $$3
+ (i32.load
+ (get_local $$fd8)
+ )
+ )
+ (i32.store
(get_local $$vararg_buffer)
+ (get_local $$3)
)
- )
- (set_local $$call7
- (call $___syscall_ret
- (get_local $$call)
+ (set_local $$vararg_ptr1
+ (i32.add
+ (get_local $$vararg_buffer)
+ (i32.const 4)
+ )
+ )
+ (i32.store
+ (get_local $$vararg_ptr1)
+ (get_local $$iov$0)
+ )
+ (set_local $$vararg_ptr2
+ (i32.add
+ (get_local $$vararg_buffer)
+ (i32.const 8)
+ )
+ )
+ (i32.store
+ (get_local $$vararg_ptr2)
+ (get_local $$iovcnt$0)
+ )
+ (set_local $$call
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $$vararg_buffer)
+ )
+ )
+ (set_local $$call7
+ (call $___syscall_ret
+ (get_local $$call)
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (set_local $$cnt$0
+ (get_local $$call7)
)
)
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
- )
- (set_local $$cnt$0
- (get_local $$call7)
- )
- )
- )
- (set_local $$cmp
- (i32.eq
- (get_local $$rem$0)
- (get_local $$cnt$0)
- )
- )
- (if
- (get_local $$cmp)
- (block
- (set_local $label
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (set_local $$cmp17
- (i32.lt_s
- (get_local $$cnt$0)
- (i32.const 0)
)
- )
- (if
- (get_local $$cmp17)
- (block
- (set_local $$iov$0$lcssa57
- (get_local $$iov$0)
- )
- (set_local $$iovcnt$0$lcssa58
- (get_local $$iovcnt$0)
- )
- (set_local $label
- (i32.const 8)
+ (set_local $$cmp
+ (i32.eq
+ (get_local $$rem$0)
+ (get_local $$cnt$0)
)
- (br $while-out$0)
)
- )
- (set_local $$sub26
- (i32.sub
- (get_local $$rem$0)
- (get_local $$cnt$0)
- )
- )
- (set_local $$iov_len28
- (i32.add
- (get_local $$iov$0)
- (i32.const 4)
- )
- )
- (set_local $$10
- (i32.load
- (get_local $$iov_len28)
- )
- )
- (set_local $$cmp29
- (i32.gt_u
- (get_local $$cnt$0)
- (get_local $$10)
- )
- )
- (if
- (get_local $$cmp29)
- (block
- (set_local $$11
- (i32.load
- (get_local $$buf31)
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $label
+ (i32.const 6)
)
+ (br $while-out$0)
)
- (i32.store
- (get_local $$wbase)
- (get_local $$11)
- )
- (i32.store
- (get_local $$wpos)
- (get_local $$11)
- )
- (set_local $$sub36
- (i32.sub
- (get_local $$cnt$0)
- (get_local $$10)
- )
+ )
+ (set_local $$cmp17
+ (i32.lt_s
+ (get_local $$cnt$0)
+ (i32.const 0)
)
- (set_local $$incdec$ptr
- (i32.add
+ )
+ (if
+ (get_local $$cmp17)
+ (block
+ (set_local $$iov$0$lcssa57
(get_local $$iov$0)
- (i32.const 8)
)
- )
- (set_local $$dec
- (i32.add
+ (set_local $$iovcnt$0$lcssa58
(get_local $$iovcnt$0)
- (i32.const -1)
- )
- )
- (set_local $$iov_len50$phi$trans$insert
- (i32.add
- (get_local $$iov$0)
- (i32.const 12)
)
- )
- (set_local $$$pre
- (i32.load
- (get_local $$iov_len50$phi$trans$insert)
+ (set_local $label
+ (i32.const 8)
)
+ (br $while-out$0)
)
- (set_local $$14
- (get_local $$$pre)
- )
- (set_local $$cnt$1
- (get_local $$sub36)
+ )
+ (set_local $$sub26
+ (i32.sub
+ (get_local $$rem$0)
+ (get_local $$cnt$0)
)
- (set_local $$iov$1
- (get_local $$incdec$ptr)
+ )
+ (set_local $$iov_len28
+ (i32.add
+ (get_local $$iov$0)
+ (i32.const 4)
)
- (set_local $$iovcnt$1
- (get_local $$dec)
+ )
+ (set_local $$10
+ (i32.load
+ (get_local $$iov_len28)
)
)
- (block
- (set_local $$cmp38
- (i32.eq
- (get_local $$iovcnt$0)
- (i32.const 2)
- )
+ (set_local $$cmp29
+ (i32.gt_u
+ (get_local $$cnt$0)
+ (get_local $$10)
)
- (if
- (get_local $$cmp38)
- (block
- (set_local $$12
- (i32.load
- (get_local $$wbase)
- )
- )
- (set_local $$add$ptr41
- (i32.add
- (get_local $$12)
- (get_local $$cnt$0)
- )
- )
- (i32.store
- (get_local $$wbase)
- (get_local $$add$ptr41)
- )
- (set_local $$14
- (get_local $$10)
+ )
+ (if
+ (get_local $$cmp29)
+ (block
+ (set_local $$11
+ (i32.load
+ (get_local $$buf31)
)
- (set_local $$cnt$1
+ )
+ (i32.store
+ (get_local $$wbase)
+ (get_local $$11)
+ )
+ (i32.store
+ (get_local $$wpos)
+ (get_local $$11)
+ )
+ (set_local $$sub36
+ (i32.sub
(get_local $$cnt$0)
+ (get_local $$10)
)
- (set_local $$iov$1
+ )
+ (set_local $$incdec$ptr
+ (i32.add
(get_local $$iov$0)
- )
- (set_local $$iovcnt$1
- (i32.const 2)
+ (i32.const 8)
)
)
- (block
- (set_local $$14
- (get_local $$10)
- )
- (set_local $$cnt$1
- (get_local $$cnt$0)
+ (set_local $$dec
+ (i32.add
+ (get_local $$iovcnt$0)
+ (i32.const -1)
)
- (set_local $$iov$1
+ )
+ (set_local $$iov_len50$phi$trans$insert
+ (i32.add
(get_local $$iov$0)
+ (i32.const 12)
+ )
+ )
+ (set_local $$$pre
+ (i32.load
+ (get_local $$iov_len50$phi$trans$insert)
)
- (set_local $$iovcnt$1
+ )
+ (set_local $$14
+ (get_local $$$pre)
+ )
+ (set_local $$cnt$1
+ (get_local $$sub36)
+ )
+ (set_local $$iov$1
+ (get_local $$incdec$ptr)
+ )
+ (set_local $$iovcnt$1
+ (get_local $$dec)
+ )
+ )
+ (block
+ (set_local $$cmp38
+ (i32.eq
(get_local $$iovcnt$0)
+ (i32.const 2)
+ )
+ )
+ (if
+ (get_local $$cmp38)
+ (block
+ (set_local $$12
+ (i32.load
+ (get_local $$wbase)
+ )
+ )
+ (set_local $$add$ptr41
+ (i32.add
+ (get_local $$12)
+ (get_local $$cnt$0)
+ )
+ )
+ (i32.store
+ (get_local $$wbase)
+ (get_local $$add$ptr41)
+ )
+ (set_local $$14
+ (get_local $$10)
+ )
+ (set_local $$cnt$1
+ (get_local $$cnt$0)
+ )
+ (set_local $$iov$1
+ (get_local $$iov$0)
+ )
+ (set_local $$iovcnt$1
+ (i32.const 2)
+ )
+ )
+ (block
+ (set_local $$14
+ (get_local $$10)
+ )
+ (set_local $$cnt$1
+ (get_local $$cnt$0)
+ )
+ (set_local $$iov$1
+ (get_local $$iov$0)
+ )
+ (set_local $$iovcnt$1
+ (get_local $$iovcnt$0)
+ )
)
)
)
)
- )
- (set_local $$13
- (i32.load
+ (set_local $$13
+ (i32.load
+ (get_local $$iov$1)
+ )
+ )
+ (set_local $$add$ptr46
+ (i32.add
+ (get_local $$13)
+ (get_local $$cnt$1)
+ )
+ )
+ (i32.store
(get_local $$iov$1)
+ (get_local $$add$ptr46)
)
- )
- (set_local $$add$ptr46
- (i32.add
- (get_local $$13)
- (get_local $$cnt$1)
+ (set_local $$iov_len50
+ (i32.add
+ (get_local $$iov$1)
+ (i32.const 4)
+ )
)
- )
- (i32.store
- (get_local $$iov$1)
- (get_local $$add$ptr46)
- )
- (set_local $$iov_len50
- (i32.add
+ (set_local $$sub51
+ (i32.sub
+ (get_local $$14)
+ (get_local $$cnt$1)
+ )
+ )
+ (i32.store
+ (get_local $$iov_len50)
+ (get_local $$sub51)
+ )
+ (set_local $$iov$0
(get_local $$iov$1)
- (i32.const 4)
)
- )
- (set_local $$sub51
- (i32.sub
- (get_local $$14)
- (get_local $$cnt$1)
+ (set_local $$iovcnt$0
+ (get_local $$iovcnt$1)
)
+ (set_local $$rem$0
+ (get_local $$sub26)
+ )
+ (br $while-in$1)
)
- (i32.store
- (get_local $$iov_len50)
- (get_local $$sub51)
- )
- (set_local $$iov$0
- (get_local $$iov$1)
- )
- (set_local $$iovcnt$0
- (get_local $$iovcnt$1)
- )
- (set_local $$rem$0
- (get_local $$sub26)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -2294,8 +2205,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -2351,27 +2261,18 @@
(local $sp i32)
(local $stop i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 224)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -2405,21 +2306,23 @@
(i32.const 40)
)
)
- (loop $do-out$0 $do-in$1
- (i32.store
- (get_local $dest)
- (i32.const 0)
- )
- (set_local $dest
- (i32.add
+ (loop $do-in$1
+ (block $do-out$0
+ (i32.store
(get_local $dest)
- (i32.const 4)
+ (i32.const 0)
)
- )
- (br_if $do-in$1
- (i32.lt_s
- (get_local $dest)
- (get_local $stop)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 4)
+ )
+ )
+ (br_if $do-in$1
+ (i32.lt_s
+ (get_local $dest)
+ (get_local $stop)
+ )
)
)
)
@@ -2642,17 +2545,19 @@
(get_local $$write)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (get_local $$5)
- (i32.const 7)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (get_local $$5)
+ (i32.const 7)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $$f)
- (i32.const 0)
- (i32.const 0)
)
(set_local $$6
(i32.load
@@ -2766,8 +2671,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -2819,9 +2723,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$wend
(i32.add
@@ -2935,6 +2837,9 @@
)
(set_local $$call4
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$s)
+ (get_local $$l)
(i32.add
(i32.and
(get_local $$5)
@@ -2942,9 +2847,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$s)
- (get_local $$l)
)
)
(set_local $$retval$0
@@ -2983,73 +2885,75 @@
(set_local $$i$0
(get_local $$l)
)
- (loop $while-out$2 $while-in$3
- (set_local $$tobool9
- (i32.eq
- (get_local $$i$0)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool9)
- (block
- (set_local $$9
- (get_local $$4)
- )
- (set_local $$i$1
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$tobool9
+ (i32.eq
+ (get_local $$i$0)
(i32.const 0)
)
- (set_local $$l$addr$0
- (get_local $$l)
- )
- (set_local $$s$addr$0
- (get_local $$s)
+ )
+ (if
+ (get_local $$tobool9)
+ (block
+ (set_local $$9
+ (get_local $$4)
+ )
+ (set_local $$i$1
+ (i32.const 0)
+ )
+ (set_local $$l$addr$0
+ (get_local $$l)
+ )
+ (set_local $$s$addr$0
+ (get_local $$s)
+ )
+ (br $label$break$L10)
)
- (br $label$break$L10)
)
- )
- (set_local $$sub
- (i32.add
- (get_local $$i$0)
- (i32.const -1)
+ (set_local $$sub
+ (i32.add
+ (get_local $$i$0)
+ (i32.const -1)
+ )
)
- )
- (set_local $$arrayidx
- (i32.add
- (get_local $$s)
- (get_local $$sub)
+ (set_local $$arrayidx
+ (i32.add
+ (get_local $$s)
+ (get_local $$sub)
+ )
)
- )
- (set_local $$7
- (i32.load8_s
- (get_local $$arrayidx)
+ (set_local $$7
+ (i32.load8_s
+ (get_local $$arrayidx)
+ )
)
- )
- (set_local $$cmp11
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$7)
+ (set_local $$cmp11
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$7)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 10)
)
- (i32.const 10)
)
- )
- (if
- (get_local $$cmp11)
- (block
- (set_local $$i$0$lcssa36
- (get_local $$i$0)
+ (if
+ (get_local $$cmp11)
+ (block
+ (set_local $$i$0$lcssa36
+ (get_local $$i$0)
+ )
+ (br $while-out$2)
+ )
+ (set_local $$i$0
+ (get_local $$sub)
)
- (br $while-out$2)
- )
- (set_local $$i$0
- (get_local $$sub)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $$write15
(i32.add
@@ -3064,6 +2968,9 @@
)
(set_local $$call16
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$s)
+ (get_local $$i$0$lcssa36)
(i32.add
(i32.and
(get_local $$8)
@@ -3071,9 +2978,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$s)
- (get_local $$i$0$lcssa36)
)
)
(set_local $$cmp17
@@ -3137,10 +3041,12 @@
)
)
)
- (call $_memcpy
- (get_local $$9)
- (get_local $$s$addr$0)
- (get_local $$l$addr$0)
+ (drop
+ (call $_memcpy
+ (get_local $$9)
+ (get_local $$s$addr$0)
+ (get_local $$l$addr$0)
+ )
)
(set_local $$10
(i32.load
@@ -3199,9 +3105,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$mode
(i32.add
@@ -3422,9 +3326,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$tobool
(i32.eq
@@ -3812,9 +3714,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$tobool
(i32.eq
@@ -3904,9 +3804,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$conv1
(i32.and
@@ -3957,111 +3855,113 @@
(set_local $$s$044
(get_local $$src)
)
- (loop $while-out$1 $while-in$2
- (set_local $$2
- (i32.load8_s
- (get_local $$s$044)
+ (loop $while-in$2
+ (block $while-out$1
+ (set_local $$2
+ (i32.load8_s
+ (get_local $$s$044)
+ )
)
- )
- (set_local $$cmp
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$2)
+ (set_local $$cmp
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$2)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $$1)
+ (i32.shr_s
+ (i32.shl
+ (get_local $$1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
)
- )
- (if
- (get_local $$cmp)
- (block
- (set_local $$n$addr$0$lcssa61
- (get_local $$n$addr$043)
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $$n$addr$0$lcssa61
+ (get_local $$n$addr$043)
+ )
+ (set_local $$s$0$lcssa60
+ (get_local $$s$044)
+ )
+ (set_local $label
+ (i32.const 6)
+ )
+ (br $label$break$L1)
)
- (set_local $$s$0$lcssa60
+ )
+ (set_local $$incdec$ptr
+ (i32.add
(get_local $$s$044)
+ (i32.const 1)
)
- (set_local $label
- (i32.const 6)
- )
- (br $label$break$L1)
- )
- )
- (set_local $$incdec$ptr
- (i32.add
- (get_local $$s$044)
- (i32.const 1)
- )
- )
- (set_local $$dec
- (i32.add
- (get_local $$n$addr$043)
- (i32.const -1)
- )
- )
- (set_local $$3
- (get_local $$incdec$ptr)
- )
- (set_local $$and
- (i32.and
- (get_local $$3)
- (i32.const 3)
- )
- )
- (set_local $$tobool
- (i32.ne
- (get_local $$and)
- (i32.const 0)
)
- )
- (set_local $$tobool2
- (i32.ne
- (get_local $$dec)
- (i32.const 0)
+ (set_local $$dec
+ (i32.add
+ (get_local $$n$addr$043)
+ (i32.const -1)
+ )
)
- )
- (set_local $$or$cond
- (i32.and
- (get_local $$tobool2)
- (get_local $$tobool)
+ (set_local $$3
+ (get_local $$incdec$ptr)
)
- )
- (if
- (get_local $$or$cond)
- (block
- (set_local $$n$addr$043
- (get_local $$dec)
+ (set_local $$and
+ (i32.and
+ (get_local $$3)
+ (i32.const 3)
)
- (set_local $$s$044
- (get_local $$incdec$ptr)
+ )
+ (set_local $$tobool
+ (i32.ne
+ (get_local $$and)
+ (i32.const 0)
)
)
- (block
- (set_local $$n$addr$0$lcssa
+ (set_local $$tobool2
+ (i32.ne
(get_local $$dec)
+ (i32.const 0)
)
- (set_local $$s$0$lcssa
- (get_local $$incdec$ptr)
- )
- (set_local $$tobool2$lcssa
+ )
+ (set_local $$or$cond
+ (i32.and
(get_local $$tobool2)
+ (get_local $$tobool)
)
- (set_local $label
- (i32.const 5)
+ )
+ (if
+ (get_local $$or$cond)
+ (block
+ (set_local $$n$addr$043
+ (get_local $$dec)
+ )
+ (set_local $$s$044
+ (get_local $$incdec$ptr)
+ )
+ )
+ (block
+ (set_local $$n$addr$0$lcssa
+ (get_local $$dec)
+ )
+ (set_local $$s$0$lcssa
+ (get_local $$incdec$ptr)
+ )
+ (set_local $$tobool2$lcssa
+ (get_local $$tobool2)
+ )
+ (set_local $label
+ (i32.const 5)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -4177,104 +4077,106 @@
(set_local $$w$034
(get_local $$s$0$lcssa60)
)
- (loop $while-out$5 $while-in$6
- (set_local $$6
- (i32.load
- (get_local $$w$034)
- )
- )
- (set_local $$xor
- (i32.xor
- (get_local $$6)
- (get_local $$mul)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $$6
+ (i32.load
+ (get_local $$w$034)
+ )
)
- )
- (set_local $$sub
- (i32.add
- (get_local $$xor)
- (i32.const -16843009)
+ (set_local $$xor
+ (i32.xor
+ (get_local $$6)
+ (get_local $$mul)
+ )
)
- )
- (set_local $$neg
- (i32.and
- (get_local $$xor)
- (i32.const -2139062144)
+ (set_local $$sub
+ (i32.add
+ (get_local $$xor)
+ (i32.const -16843009)
+ )
)
- )
- (set_local $$and15
- (i32.xor
- (get_local $$neg)
- (i32.const -2139062144)
+ (set_local $$neg
+ (i32.and
+ (get_local $$xor)
+ (i32.const -2139062144)
+ )
)
- )
- (set_local $$and16
- (i32.and
- (get_local $$and15)
- (get_local $$sub)
+ (set_local $$and15
+ (i32.xor
+ (get_local $$neg)
+ (i32.const -2139062144)
+ )
)
- )
- (set_local $$lnot
- (i32.eq
- (get_local $$and16)
- (i32.const 0)
+ (set_local $$and16
+ (i32.and
+ (get_local $$and15)
+ (get_local $$sub)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$lnot)
+ (set_local $$lnot
+ (i32.eq
+ (get_local $$and16)
+ (i32.const 0)
+ )
)
- (block
- (set_local $$n$addr$133$lcssa
- (get_local $$n$addr$133)
+ (if
+ (i32.eqz
+ (get_local $$lnot)
)
- (set_local $$w$034$lcssa
- (get_local $$w$034)
+ (block
+ (set_local $$n$addr$133$lcssa
+ (get_local $$n$addr$133)
+ )
+ (set_local $$w$034$lcssa
+ (get_local $$w$034)
+ )
+ (br $while-out$5)
)
- (br $while-out$5)
- )
- )
- (set_local $$incdec$ptr21
- (i32.add
- (get_local $$w$034)
- (i32.const 4)
- )
- )
- (set_local $$sub22
- (i32.add
- (get_local $$n$addr$133)
- (i32.const -4)
- )
- )
- (set_local $$cmp11
- (i32.gt_u
- (get_local $$sub22)
- (i32.const 3)
)
- )
- (if
- (get_local $$cmp11)
- (block
- (set_local $$n$addr$133
- (get_local $$sub22)
+ (set_local $$incdec$ptr21
+ (i32.add
+ (get_local $$w$034)
+ (i32.const 4)
)
- (set_local $$w$034
- (get_local $$incdec$ptr21)
+ )
+ (set_local $$sub22
+ (i32.add
+ (get_local $$n$addr$133)
+ (i32.const -4)
)
)
- (block
- (set_local $$n$addr$1$lcssa
+ (set_local $$cmp11
+ (i32.gt_u
(get_local $$sub22)
+ (i32.const 3)
)
- (set_local $$w$0$lcssa
- (get_local $$incdec$ptr21)
+ )
+ (if
+ (get_local $$cmp11)
+ (block
+ (set_local $$n$addr$133
+ (get_local $$sub22)
+ )
+ (set_local $$w$034
+ (get_local $$incdec$ptr21)
+ )
)
- (set_local $label
- (i32.const 11)
+ (block
+ (set_local $$n$addr$1$lcssa
+ (get_local $$sub22)
+ )
+ (set_local $$w$0$lcssa
+ (get_local $$incdec$ptr21)
+ )
+ (set_local $label
+ (i32.const 11)
+ )
+ (br $label$break$L11)
)
- (br $label$break$L11)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
(set_local $$n$addr$227
(get_local $$n$addr$133$lcssa)
@@ -4330,81 +4232,83 @@
)
)
)
- (loop $while-out$7 $while-in$8
- (set_local $$7
- (i32.load8_s
- (get_local $$s$128)
+ (loop $while-in$8
+ (block $while-out$7
+ (set_local $$7
+ (i32.load8_s
+ (get_local $$s$128)
+ )
)
- )
- (set_local $$cmp28
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$7)
+ (set_local $$cmp28
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$7)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $$5)
+ (i32.shr_s
+ (i32.shl
+ (get_local $$5)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
)
- )
- (if
- (get_local $$cmp28)
- (block
- (set_local $$n$addr$3
- (get_local $$n$addr$227)
+ (if
+ (get_local $$cmp28)
+ (block
+ (set_local $$n$addr$3
+ (get_local $$n$addr$227)
+ )
+ (set_local $$s$2
+ (get_local $$s$128)
+ )
+ (br $label$break$L8)
)
- (set_local $$s$2
+ )
+ (set_local $$incdec$ptr33
+ (i32.add
(get_local $$s$128)
+ (i32.const 1)
)
- (br $label$break$L8)
- )
- )
- (set_local $$incdec$ptr33
- (i32.add
- (get_local $$s$128)
- (i32.const 1)
- )
- )
- (set_local $$dec34
- (i32.add
- (get_local $$n$addr$227)
- (i32.const -1)
)
- )
- (set_local $$tobool25
- (i32.eq
- (get_local $$dec34)
- (i32.const 0)
+ (set_local $$dec34
+ (i32.add
+ (get_local $$n$addr$227)
+ (i32.const -1)
+ )
)
- )
- (if
- (get_local $$tobool25)
- (block
- (set_local $$n$addr$3
+ (set_local $$tobool25
+ (i32.eq
+ (get_local $$dec34)
(i32.const 0)
)
- (set_local $$s$2
- (get_local $$incdec$ptr33)
- )
- (br $while-out$7)
)
- (block
- (set_local $$n$addr$227
- (get_local $$dec34)
+ (if
+ (get_local $$tobool25)
+ (block
+ (set_local $$n$addr$3
+ (i32.const 0)
+ )
+ (set_local $$s$2
+ (get_local $$incdec$ptr33)
+ )
+ (br $while-out$7)
)
- (set_local $$s$128
- (get_local $$incdec$ptr33)
+ (block
+ (set_local $$n$addr$227
+ (get_local $$dec34)
+ )
+ (set_local $$s$128
+ (get_local $$incdec$ptr33)
+ )
)
)
+ (br $while-in$8)
)
- (br $while-in$8)
)
)
)
@@ -4436,9 +4340,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.gt_u
@@ -4499,9 +4401,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$wpos
(i32.add
@@ -4545,17 +4445,19 @@
(get_local $$write)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (get_local $$2)
- (i32.const 7)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (get_local $$2)
+ (i32.const 7)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $$f)
- (i32.const 0)
- (i32.const 0)
)
(set_local $$3
(i32.load
@@ -4642,17 +4544,19 @@
(get_local $$sub$ptr$rhs$cast)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (get_local $$6)
- (i32.const 7)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$sub$ptr$sub)
+ (i32.const 1)
+ (i32.add
+ (i32.and
+ (get_local $$6)
+ (i32.const 7)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $$f)
- (get_local $$sub$ptr$sub)
- (i32.const 1)
)
)
)
@@ -4698,9 +4602,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$lockcount
(i32.add
@@ -5793,27 +5695,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 624)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -5958,1194 +5851,1187 @@
(set_local $$l10n$0
(i32.const 0)
)
- (loop $label$break$L1 $label$continue$L1
- (set_local $$cmp
- (i32.gt_s
- (get_local $$cnt$0)
- (i32.const -1)
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (set_local $$cmp
+ (i32.gt_s
+ (get_local $$cnt$0)
+ (i32.const -1)
+ )
)
- )
- (block $do-once$0
- (if
- (get_local $$cmp)
- (block
- (set_local $$sub
- (i32.sub
- (i32.const 2147483647)
- (get_local $$cnt$0)
- )
- )
- (set_local $$cmp1
- (i32.gt_s
- (get_local $$l$0)
- (get_local $$sub)
- )
- )
- (if
- (get_local $$cmp1)
- (block
- (set_local $$call
- (call $___errno_location)
- )
- (i32.store
- (get_local $$call)
- (i32.const 75)
+ (block $do-once$0
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $$sub
+ (i32.sub
+ (i32.const 2147483647)
+ (get_local $$cnt$0)
)
- (set_local $$cnt$1
- (i32.const -1)
+ )
+ (set_local $$cmp1
+ (i32.gt_s
+ (get_local $$l$0)
+ (get_local $$sub)
)
- (br $do-once$0)
)
- (block
- (set_local $$add
- (i32.add
- (get_local $$l$0)
- (get_local $$cnt$0)
+ (if
+ (get_local $$cmp1)
+ (block
+ (set_local $$call
+ (call $___errno_location)
+ )
+ (i32.store
+ (get_local $$call)
+ (i32.const 75)
+ )
+ (set_local $$cnt$1
+ (i32.const -1)
)
+ (br $do-once$0)
)
- (set_local $$cnt$1
- (get_local $$add)
+ (block
+ (set_local $$add
+ (i32.add
+ (get_local $$l$0)
+ (get_local $$cnt$0)
+ )
+ )
+ (set_local $$cnt$1
+ (get_local $$add)
+ )
+ (br $do-once$0)
)
- (br $do-once$0)
)
)
- )
- (set_local $$cnt$1
- (get_local $$cnt$0)
+ (set_local $$cnt$1
+ (get_local $$cnt$0)
+ )
)
)
- )
- (set_local $$0
- (i32.load8_s
- (get_local $$incdec$ptr169275)
+ (set_local $$0
+ (i32.load8_s
+ (get_local $$incdec$ptr169275)
+ )
)
- )
- (set_local $$tobool
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$0)
+ (set_local $$tobool
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$0)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (if
- (get_local $$tobool)
- (block
- (set_local $$cnt$1$lcssa
- (get_local $$cnt$1)
- )
- (set_local $$l10n$0$lcssa
- (get_local $$l10n$0)
+ (if
+ (get_local $$tobool)
+ (block
+ (set_local $$cnt$1$lcssa
+ (get_local $$cnt$1)
+ )
+ (set_local $$l10n$0$lcssa
+ (get_local $$l10n$0)
+ )
+ (set_local $label
+ (i32.const 242)
+ )
+ (br $label$break$L1)
)
- (set_local $label
- (i32.const 242)
+ (block
+ (set_local $$1
+ (get_local $$0)
+ )
+ (set_local $$incdec$ptr169274
+ (get_local $$incdec$ptr169275)
+ )
)
- (br $label$break$L1)
)
- (block
- (set_local $$1
- (get_local $$0)
- )
- (set_local $$incdec$ptr169274
- (get_local $$incdec$ptr169275)
+ (loop $label$continue$L9
+ (block $label$break$L9
+ (block $switch$2
+ (block $switch-default$5
+ (block $switch-default$5
+ (block $switch-case$4
+ (block $switch-case$3
+ (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
+ (i32.sub
+ (i32.shr_s
+ (i32.shl
+ (get_local $$1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169276301
+ (get_local $$incdec$ptr169274)
+ )
+ (set_local $$z$0302
+ (get_local $$incdec$ptr169274)
+ )
+ (set_local $label
+ (i32.const 9)
+ )
+ (br $label$break$L9)
+ (br $switch$2)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169276$lcssa
+ (get_local $$incdec$ptr169274)
+ )
+ (set_local $$z$0$lcssa
+ (get_local $$incdec$ptr169274)
+ )
+ (br $label$break$L9)
+ (br $switch$2)
+ )
+ )
+ (nop)
+ )
+ )
+ (set_local $$incdec$ptr
+ (i32.add
+ (get_local $$incdec$ptr169274)
+ (i32.const 1)
+ )
+ )
+ (set_local $$$pre
+ (i32.load8_s
+ (get_local $$incdec$ptr)
+ )
+ )
+ (set_local $$1
+ (get_local $$$pre)
+ )
+ (set_local $$incdec$ptr169274
+ (get_local $$incdec$ptr)
+ )
+ (br $label$continue$L9)
)
)
- )
- (loop $label$break$L9 $label$continue$L9
- (block $switch$2
- (block $switch-default$5
- (block $switch-default$5
- (block $switch-case$4
- (block $switch-case$3
- (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
- (i32.sub
- (i32.shr_s
- (i32.shl
- (get_local $$1)
- (i32.const 24)
- )
+ (block $label$break$L12
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 9)
+ )
+ (loop $while-in$8
+ (block $while-out$7
+ (set_local $label
+ (i32.const 0)
+ )
+ (set_local $$arrayidx16
+ (i32.add
+ (get_local $$incdec$ptr169276301)
+ (i32.const 1)
+ )
+ )
+ (set_local $$2
+ (i32.load8_s
+ (get_local $$arrayidx16)
+ )
+ )
+ (set_local $$cmp18
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$2)
(i32.const 24)
)
- (i32.const 0)
+ (i32.const 24)
)
+ (i32.const 37)
)
)
- (block
- (set_local $$incdec$ptr169276301
- (get_local $$incdec$ptr169274)
+ (if
+ (i32.eqz
+ (get_local $$cmp18)
)
- (set_local $$z$0302
- (get_local $$incdec$ptr169274)
+ (block
+ (set_local $$incdec$ptr169276$lcssa
+ (get_local $$incdec$ptr169276301)
+ )
+ (set_local $$z$0$lcssa
+ (get_local $$z$0302)
+ )
+ (br $label$break$L12)
)
- (set_local $label
- (i32.const 9)
+ )
+ (set_local $$incdec$ptr23
+ (i32.add
+ (get_local $$z$0302)
+ (i32.const 1)
)
- (br $label$break$L9)
- (br $switch$2)
)
- )
- (block
- (set_local $$incdec$ptr169276$lcssa
- (get_local $$incdec$ptr169274)
+ (set_local $$add$ptr
+ (i32.add
+ (get_local $$incdec$ptr169276301)
+ (i32.const 2)
+ )
+ )
+ (set_local $$3
+ (i32.load8_s
+ (get_local $$add$ptr)
+ )
+ )
+ (set_local $$cmp13
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$3)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 37)
+ )
)
- (set_local $$z$0$lcssa
- (get_local $$incdec$ptr169274)
+ (if
+ (get_local $$cmp13)
+ (block
+ (set_local $$incdec$ptr169276301
+ (get_local $$add$ptr)
+ )
+ (set_local $$z$0302
+ (get_local $$incdec$ptr23)
+ )
+ (set_local $label
+ (i32.const 9)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169276$lcssa
+ (get_local $$add$ptr)
+ )
+ (set_local $$z$0$lcssa
+ (get_local $$incdec$ptr23)
+ )
+ (br $while-out$7)
+ )
)
- (br $label$break$L9)
- (br $switch$2)
+ (br $while-in$8)
)
)
- (nop)
- )
- )
- (set_local $$incdec$ptr
- (i32.add
- (get_local $$incdec$ptr169274)
- (i32.const 1)
)
)
- (set_local $$$pre
- (i32.load8_s
- (get_local $$incdec$ptr)
- )
+ (set_local $$sub$ptr$lhs$cast
+ (get_local $$z$0$lcssa)
)
- (set_local $$1
- (get_local $$$pre)
+ (set_local $$sub$ptr$rhs$cast
+ (get_local $$incdec$ptr169275)
)
- (set_local $$incdec$ptr169274
- (get_local $$incdec$ptr)
+ (set_local $$sub$ptr$sub
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast)
+ (get_local $$sub$ptr$rhs$cast)
+ )
)
- (br $label$continue$L9)
- )
- (block $label$break$L12
(if
- (i32.eq
- (get_local $label)
- (i32.const 9)
- )
- (loop $while-out$7 $while-in$8
- (set_local $label
- (i32.const 0)
- )
- (set_local $$arrayidx16
- (i32.add
- (get_local $$incdec$ptr169276301)
- (i32.const 1)
+ (get_local $$tobool25)
+ (block
+ (set_local $$4
+ (i32.load
+ (get_local $$f)
)
)
- (set_local $$2
- (i32.load8_s
- (get_local $$arrayidx16)
+ (set_local $$and$i
+ (i32.and
+ (get_local $$4)
+ (i32.const 32)
)
)
- (set_local $$cmp18
+ (set_local $$tobool$i
(i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$2)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const 37)
+ (get_local $$and$i)
+ (i32.const 0)
)
)
(if
- (i32.eqz
- (get_local $$cmp18)
- )
- (block
- (set_local $$incdec$ptr169276$lcssa
- (get_local $$incdec$ptr169276301)
- )
- (set_local $$z$0$lcssa
- (get_local $$z$0302)
- )
- (br $label$break$L12)
+ (get_local $$tobool$i)
+ (call $___fwritex
+ (get_local $$incdec$ptr169275)
+ (get_local $$sub$ptr$sub)
+ (get_local $$f)
)
)
- (set_local $$incdec$ptr23
- (i32.add
- (get_local $$z$0302)
- (i32.const 1)
- )
+ )
+ )
+ (set_local $$tobool28
+ (i32.eq
+ (get_local $$z$0$lcssa)
+ (get_local $$incdec$ptr169275)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool28)
+ )
+ (block
+ (set_local $$l10n$0$phi
+ (get_local $$l10n$0)
)
- (set_local $$add$ptr
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
+ )
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169276$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$sub$ptr$sub)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$0$phi)
+ )
+ (br $label$continue$L1)
+ )
+ )
+ (set_local $$arrayidx31
+ (i32.add
+ (get_local $$incdec$ptr169276$lcssa)
+ (i32.const 1)
+ )
+ )
+ (set_local $$5
+ (i32.load8_s
+ (get_local $$arrayidx31)
+ )
+ )
+ (set_local $$conv32
+ (i32.shr_s
+ (i32.shl
+ (get_local $$5)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$isdigittmp
+ (i32.add
+ (get_local $$conv32)
+ (i32.const -48)
+ )
+ )
+ (set_local $$isdigit
+ (i32.lt_u
+ (get_local $$isdigittmp)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$isdigit)
+ (block
+ (set_local $$arrayidx35
(i32.add
- (get_local $$incdec$ptr169276301)
+ (get_local $$incdec$ptr169276$lcssa)
(i32.const 2)
)
)
- (set_local $$3
+ (set_local $$6
(i32.load8_s
- (get_local $$add$ptr)
+ (get_local $$arrayidx35)
)
)
- (set_local $$cmp13
+ (set_local $$cmp37
(i32.eq
(i32.shr_s
(i32.shl
- (get_local $$3)
+ (get_local $$6)
(i32.const 24)
)
(i32.const 24)
)
- (i32.const 37)
+ (i32.const 36)
)
)
- (if
- (get_local $$cmp13)
- (block
- (set_local $$incdec$ptr169276301
- (get_local $$add$ptr)
- )
- (set_local $$z$0302
- (get_local $$incdec$ptr23)
- )
- (set_local $label
- (i32.const 9)
- )
+ (set_local $$add$ptr43
+ (i32.add
+ (get_local $$incdec$ptr169276$lcssa)
+ (i32.const 3)
)
- (block
- (set_local $$incdec$ptr169276$lcssa
- (get_local $$add$ptr)
- )
- (set_local $$z$0$lcssa
- (get_local $$incdec$ptr23)
- )
- (br $while-out$7)
+ )
+ (set_local $$add$ptr43$arrayidx31
+ (if
+ (get_local $$cmp37)
+ (get_local $$add$ptr43)
+ (get_local $$arrayidx31)
)
)
- (br $while-in$8)
- )
- )
- )
- (set_local $$sub$ptr$lhs$cast
- (get_local $$z$0$lcssa)
- )
- (set_local $$sub$ptr$rhs$cast
- (get_local $$incdec$ptr169275)
- )
- (set_local $$sub$ptr$sub
- (i32.sub
- (get_local $$sub$ptr$lhs$cast)
- (get_local $$sub$ptr$rhs$cast)
- )
- )
- (if
- (get_local $$tobool25)
- (block
- (set_local $$4
- (i32.load
- (get_local $$f)
+ (set_local $$$l10n$0
+ (if
+ (get_local $$cmp37)
+ (i32.const 1)
+ (get_local $$l10n$0)
+ )
)
- )
- (set_local $$and$i
- (i32.and
- (get_local $$4)
- (i32.const 32)
+ (set_local $$isdigittmp$
+ (if
+ (get_local $$cmp37)
+ (get_local $$isdigittmp)
+ (i32.const -1)
+ )
)
- )
- (set_local $$tobool$i
- (i32.eq
- (get_local $$and$i)
- (i32.const 0)
+ (set_local $$$pre357
+ (i32.load8_s
+ (get_local $$add$ptr43$arrayidx31)
+ )
)
- )
- (if
- (get_local $$tobool$i)
- (call $___fwritex
- (get_local $$incdec$ptr169275)
- (get_local $$sub$ptr$sub)
- (get_local $$f)
+ (set_local $$7
+ (get_local $$$pre357)
)
- )
- )
- )
- (set_local $$tobool28
- (i32.eq
- (get_local $$z$0$lcssa)
- (get_local $$incdec$ptr169275)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool28)
- )
- (block
- (set_local $$l10n$0$phi
- (get_local $$l10n$0)
- )
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169276$lcssa)
- )
- (set_local $$l$0
- (get_local $$sub$ptr$sub)
- )
- (set_local $$l10n$0
- (get_local $$l10n$0$phi)
- )
- (br $label$continue$L1)
- )
- )
- (set_local $$arrayidx31
- (i32.add
- (get_local $$incdec$ptr169276$lcssa)
- (i32.const 1)
- )
- )
- (set_local $$5
- (i32.load8_s
- (get_local $$arrayidx31)
- )
- )
- (set_local $$conv32
- (i32.shr_s
- (i32.shl
- (get_local $$5)
- (i32.const 24)
- )
- (i32.const 24)
- )
- )
- (set_local $$isdigittmp
- (i32.add
- (get_local $$conv32)
- (i32.const -48)
- )
- )
- (set_local $$isdigit
- (i32.lt_u
- (get_local $$isdigittmp)
- (i32.const 10)
- )
- )
- (if
- (get_local $$isdigit)
- (block
- (set_local $$arrayidx35
- (i32.add
- (get_local $$incdec$ptr169276$lcssa)
- (i32.const 2)
+ (set_local $$argpos$0
+ (get_local $$isdigittmp$)
)
- )
- (set_local $$6
- (i32.load8_s
- (get_local $$arrayidx35)
+ (set_local $$l10n$1
+ (get_local $$$l10n$0)
)
- )
- (set_local $$cmp37
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$6)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const 36)
+ (set_local $$storemerge
+ (get_local $$add$ptr43$arrayidx31)
)
)
- (set_local $$add$ptr43
- (i32.add
- (get_local $$incdec$ptr169276$lcssa)
- (i32.const 3)
+ (block
+ (set_local $$7
+ (get_local $$5)
)
- )
- (set_local $$add$ptr43$arrayidx31
- (if
- (get_local $$cmp37)
- (get_local $$add$ptr43)
- (get_local $$arrayidx31)
+ (set_local $$argpos$0
+ (i32.const -1)
)
- )
- (set_local $$$l10n$0
- (if
- (get_local $$cmp37)
- (i32.const 1)
+ (set_local $$l10n$1
(get_local $$l10n$0)
)
- )
- (set_local $$isdigittmp$
- (if
- (get_local $$cmp37)
- (get_local $$isdigittmp)
- (i32.const -1)
+ (set_local $$storemerge
+ (get_local $$arrayidx31)
)
)
- (set_local $$$pre357
- (i32.load8_s
- (get_local $$add$ptr43$arrayidx31)
+ )
+ (set_local $$conv48$307
+ (i32.shr_s
+ (i32.shl
+ (get_local $$7)
+ (i32.const 24)
)
- )
- (set_local $$7
- (get_local $$$pre357)
- )
- (set_local $$argpos$0
- (get_local $$isdigittmp$)
- )
- (set_local $$l10n$1
- (get_local $$$l10n$0)
- )
- (set_local $$storemerge
- (get_local $$add$ptr43$arrayidx31)
+ (i32.const 24)
)
)
- (block
- (set_local $$7
- (get_local $$5)
- )
- (set_local $$argpos$0
- (i32.const -1)
- )
- (set_local $$l10n$1
- (get_local $$l10n$0)
- )
- (set_local $$storemerge
- (get_local $$arrayidx31)
+ (set_local $$8
+ (i32.and
+ (get_local $$conv48$307)
+ (i32.const -32)
)
)
- )
- (set_local $$conv48$307
- (i32.shr_s
- (i32.shl
- (get_local $$7)
- (i32.const 24)
+ (set_local $$cmp50$308
+ (i32.eq
+ (get_local $$8)
+ (i32.const 32)
)
- (i32.const 24)
- )
- )
- (set_local $$8
- (i32.and
- (get_local $$conv48$307)
- (i32.const -32)
- )
- )
- (set_local $$cmp50$308
- (i32.eq
- (get_local $$8)
- (i32.const 32)
)
- )
- (block $label$break$L25
- (if
- (get_local $$cmp50$308)
- (block
- (set_local $$9
- (get_local $$7)
- )
- (set_local $$conv48311
- (get_local $$conv48$307)
- )
- (set_local $$fl$0310
- (i32.const 0)
- )
- (set_local $$storemerge$186309
- (get_local $$storemerge)
- )
- (loop $while-out$10 $while-in$11
- (set_local $$sub54
- (i32.add
- (get_local $$conv48311)
- (i32.const -32)
- )
+ (block $label$break$L25
+ (if
+ (get_local $$cmp50$308)
+ (block
+ (set_local $$9
+ (get_local $$7)
)
- (set_local $$shl
- (i32.shl
- (i32.const 1)
- (get_local $$sub54)
- )
+ (set_local $$conv48311
+ (get_local $$conv48$307)
)
- (set_local $$and
- (i32.and
- (get_local $$shl)
- (i32.const 75913)
- )
+ (set_local $$fl$0310
+ (i32.const 0)
)
- (set_local $$tobool55
- (i32.eq
- (get_local $$and)
- (i32.const 0)
- )
+ (set_local $$storemerge$186309
+ (get_local $$storemerge)
)
- (if
- (get_local $$tobool55)
- (block
- (set_local $$12
- (get_local $$9)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $$sub54
+ (i32.add
+ (get_local $$conv48311)
+ (i32.const -32)
+ )
)
- (set_local $$fl$0284
- (get_local $$fl$0310)
+ (set_local $$shl
+ (i32.shl
+ (i32.const 1)
+ (get_local $$sub54)
+ )
)
- (set_local $$storemerge$186282
- (get_local $$storemerge$186309)
+ (set_local $$and
+ (i32.and
+ (get_local $$shl)
+ (i32.const 75913)
+ )
)
- (br $label$break$L25)
- )
- )
- (set_local $$conv58
- (i32.shr_s
- (i32.shl
- (get_local $$9)
- (i32.const 24)
+ (set_local $$tobool55
+ (i32.eq
+ (get_local $$and)
+ (i32.const 0)
+ )
)
- (i32.const 24)
- )
- )
- (set_local $$sub59
- (i32.add
- (get_local $$conv58)
- (i32.const -32)
- )
- )
- (set_local $$shl60
- (i32.shl
- (i32.const 1)
- (get_local $$sub59)
- )
- )
- (set_local $$or
- (i32.or
- (get_local $$shl60)
- (get_local $$fl$0310)
- )
- )
- (set_local $$incdec$ptr62
- (i32.add
- (get_local $$storemerge$186309)
- (i32.const 1)
- )
- )
- (set_local $$10
- (i32.load8_s
- (get_local $$incdec$ptr62)
- )
- )
- (set_local $$conv48
- (i32.shr_s
- (i32.shl
- (get_local $$10)
- (i32.const 24)
+ (if
+ (get_local $$tobool55)
+ (block
+ (set_local $$12
+ (get_local $$9)
+ )
+ (set_local $$fl$0284
+ (get_local $$fl$0310)
+ )
+ (set_local $$storemerge$186282
+ (get_local $$storemerge$186309)
+ )
+ (br $label$break$L25)
+ )
)
- (i32.const 24)
- )
- )
- (set_local $$11
- (i32.and
- (get_local $$conv48)
- (i32.const -32)
- )
- )
- (set_local $$cmp50
- (i32.eq
- (get_local $$11)
- (i32.const 32)
- )
- )
- (if
- (get_local $$cmp50)
- (block
- (set_local $$9
- (get_local $$10)
+ (set_local $$conv58
+ (i32.shr_s
+ (i32.shl
+ (get_local $$9)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
)
- (set_local $$conv48311
- (get_local $$conv48)
+ (set_local $$sub59
+ (i32.add
+ (get_local $$conv58)
+ (i32.const -32)
+ )
)
- (set_local $$fl$0310
- (get_local $$or)
+ (set_local $$shl60
+ (i32.shl
+ (i32.const 1)
+ (get_local $$sub59)
+ )
)
- (set_local $$storemerge$186309
- (get_local $$incdec$ptr62)
+ (set_local $$or
+ (i32.or
+ (get_local $$shl60)
+ (get_local $$fl$0310)
+ )
)
- )
- (block
- (set_local $$12
- (get_local $$10)
+ (set_local $$incdec$ptr62
+ (i32.add
+ (get_local $$storemerge$186309)
+ (i32.const 1)
+ )
)
- (set_local $$fl$0284
- (get_local $$or)
+ (set_local $$10
+ (i32.load8_s
+ (get_local $$incdec$ptr62)
+ )
+ )
+ (set_local $$conv48
+ (i32.shr_s
+ (i32.shl
+ (get_local $$10)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
)
- (set_local $$storemerge$186282
- (get_local $$incdec$ptr62)
+ (set_local $$11
+ (i32.and
+ (get_local $$conv48)
+ (i32.const -32)
+ )
)
- (br $while-out$10)
+ (set_local $$cmp50
+ (i32.eq
+ (get_local $$11)
+ (i32.const 32)
+ )
+ )
+ (if
+ (get_local $$cmp50)
+ (block
+ (set_local $$9
+ (get_local $$10)
+ )
+ (set_local $$conv48311
+ (get_local $$conv48)
+ )
+ (set_local $$fl$0310
+ (get_local $$or)
+ )
+ (set_local $$storemerge$186309
+ (get_local $$incdec$ptr62)
+ )
+ )
+ (block
+ (set_local $$12
+ (get_local $$10)
+ )
+ (set_local $$fl$0284
+ (get_local $$or)
+ )
+ (set_local $$storemerge$186282
+ (get_local $$incdec$ptr62)
+ )
+ (br $while-out$10)
+ )
+ )
+ (br $while-in$11)
)
)
- (br $while-in$11)
)
- )
- (block
- (set_local $$12
- (get_local $$7)
- )
- (set_local $$fl$0284
- (i32.const 0)
- )
- (set_local $$storemerge$186282
- (get_local $$storemerge)
+ (block
+ (set_local $$12
+ (get_local $$7)
+ )
+ (set_local $$fl$0284
+ (i32.const 0)
+ )
+ (set_local $$storemerge$186282
+ (get_local $$storemerge)
+ )
)
)
)
- )
- (set_local $$cmp65
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$12)
+ (set_local $$cmp65
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$12)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 42)
)
- (i32.const 42)
)
- )
- (block $do-once$12
- (if
- (get_local $$cmp65)
- (block
- (set_local $$arrayidx68
- (i32.add
- (get_local $$storemerge$186282)
- (i32.const 1)
+ (block $do-once$12
+ (if
+ (get_local $$cmp65)
+ (block
+ (set_local $$arrayidx68
+ (i32.add
+ (get_local $$storemerge$186282)
+ (i32.const 1)
+ )
)
- )
- (set_local $$13
- (i32.load8_s
- (get_local $$arrayidx68)
+ (set_local $$13
+ (i32.load8_s
+ (get_local $$arrayidx68)
+ )
)
- )
- (set_local $$conv69
- (i32.shr_s
- (i32.shl
- (get_local $$13)
+ (set_local $$conv69
+ (i32.shr_s
+ (i32.shl
+ (get_local $$13)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$isdigittmp189
- (i32.add
- (get_local $$conv69)
- (i32.const -48)
+ (set_local $$isdigittmp189
+ (i32.add
+ (get_local $$conv69)
+ (i32.const -48)
+ )
)
- )
- (set_local $$isdigit190
- (i32.lt_u
- (get_local $$isdigittmp189)
- (i32.const 10)
+ (set_local $$isdigit190
+ (i32.lt_u
+ (get_local $$isdigittmp189)
+ (i32.const 10)
+ )
)
- )
- (if
- (get_local $$isdigit190)
- (block
- (set_local $$arrayidx73
- (i32.add
- (get_local $$storemerge$186282)
- (i32.const 2)
+ (if
+ (get_local $$isdigit190)
+ (block
+ (set_local $$arrayidx73
+ (i32.add
+ (get_local $$storemerge$186282)
+ (i32.const 2)
+ )
)
- )
- (set_local $$14
- (i32.load8_s
- (get_local $$arrayidx73)
+ (set_local $$14
+ (i32.load8_s
+ (get_local $$arrayidx73)
+ )
)
- )
- (set_local $$cmp75
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$14)
+ (set_local $$cmp75
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$14)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
)
- )
- (if
- (get_local $$cmp75)
- (block
- (set_local $$arrayidx81
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$isdigittmp189)
- (i32.const 2)
+ (if
+ (get_local $$cmp75)
+ (block
+ (set_local $$arrayidx81
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$isdigittmp189)
+ (i32.const 2)
+ )
)
)
- )
- (i32.store
- (get_local $$arrayidx81)
- (i32.const 10)
- )
- (set_local $$15
- (i32.load8_s
- (get_local $$arrayidx68)
+ (i32.store
+ (get_local $$arrayidx81)
+ (i32.const 10)
)
- )
- (set_local $$conv83
- (i32.shr_s
- (i32.shl
- (get_local $$15)
+ (set_local $$15
+ (i32.load8_s
+ (get_local $$arrayidx68)
+ )
+ )
+ (set_local $$conv83
+ (i32.shr_s
+ (i32.shl
+ (get_local $$15)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$sub84
- (i32.add
- (get_local $$conv83)
- (i32.const -48)
+ (set_local $$sub84
+ (i32.add
+ (get_local $$conv83)
+ (i32.const -48)
+ )
)
- )
- (set_local $$i86
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$sub84)
+ (set_local $$i86
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$sub84)
+ (i32.const 3)
+ )
+ )
+ )
+ (set_local $$16
+ (get_local $$i86)
+ )
+ (set_local $$17
+ (get_local $$16)
+ )
+ (set_local $$18
+ (i32.load
+ (get_local $$17)
+ )
+ )
+ (set_local $$19
+ (i32.add
+ (get_local $$16)
+ (i32.const 4)
+ )
+ )
+ (set_local $$20
+ (get_local $$19)
+ )
+ (set_local $$21
+ (i32.load
+ (get_local $$20)
+ )
+ )
+ (set_local $$add$ptr88
+ (i32.add
+ (get_local $$storemerge$186282)
(i32.const 3)
)
)
+ (set_local $$l10n$2
+ (i32.const 1)
+ )
+ (set_local $$storemerge$191
+ (get_local $$add$ptr88)
+ )
+ (set_local $$w$0
+ (get_local $$18)
+ )
)
- (set_local $$16
- (get_local $$i86)
+ (set_local $label
+ (i32.const 24)
)
- (set_local $$17
- (get_local $$16)
+ )
+ )
+ (set_local $label
+ (i32.const 24)
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 24)
+ )
+ (block
+ (set_local $label
+ (i32.const 0)
+ )
+ (set_local $$tobool90
+ (i32.eq
+ (get_local $$l10n$1)
+ (i32.const 0)
)
- (set_local $$18
- (i32.load
- (get_local $$17)
- )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool90)
)
- (set_local $$19
- (i32.add
- (get_local $$16)
- (i32.const 4)
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
)
+ (br $label$break$L1)
)
- (set_local $$20
- (get_local $$19)
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool25)
)
- (set_local $$21
- (i32.load
- (get_local $$20)
+ (block
+ (set_local $$fl$1
+ (get_local $$fl$0284)
)
- )
- (set_local $$add$ptr88
- (i32.add
- (get_local $$storemerge$186282)
- (i32.const 3)
+ (set_local $$incdec$ptr169269
+ (get_local $$arrayidx68)
)
+ (set_local $$l10n$3
+ (i32.const 0)
+ )
+ (set_local $$w$1
+ (i32.const 0)
+ )
+ (br $do-once$12)
)
- (set_local $$l10n$2
- (i32.const 1)
- )
- (set_local $$storemerge$191
- (get_local $$add$ptr88)
+ )
+ (set_local $$arglist_current
+ (i32.load
+ (get_local $$ap)
)
- (set_local $$w$0
- (get_local $$18)
+ )
+ (set_local $$22
+ (get_local $$arglist_current)
+ )
+ (set_local $$23
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
)
- (set_local $label
- (i32.const 24)
+ (set_local $$expanded4
+ (get_local $$23)
)
- )
- )
- (set_local $label
- (i32.const 24)
- )
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 24)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$tobool90
- (i32.eq
- (get_local $$l10n$1)
- (i32.const 0)
+ (set_local $$expanded
+ (i32.sub
+ (get_local $$expanded4)
+ (i32.const 1)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$tobool90)
+ (set_local $$24
+ (i32.add
+ (get_local $$22)
+ (get_local $$expanded)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const -1)
+ (set_local $$25
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
- (br $label$break$L1)
)
- )
- (if
- (i32.eqz
- (get_local $$tobool25)
+ (set_local $$expanded8
+ (get_local $$25)
)
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
+ (set_local $$expanded7
+ (i32.sub
+ (get_local $$expanded8)
+ (i32.const 1)
)
- (set_local $$incdec$ptr169269
- (get_local $$arrayidx68)
+ )
+ (set_local $$expanded6
+ (i32.xor
+ (get_local $$expanded7)
+ (i32.const -1)
)
- (set_local $$l10n$3
- (i32.const 0)
+ )
+ (set_local $$26
+ (i32.and
+ (get_local $$24)
+ (get_local $$expanded6)
)
- (set_local $$w$1
- (i32.const 0)
+ )
+ (set_local $$27
+ (get_local $$26)
+ )
+ (set_local $$28
+ (i32.load
+ (get_local $$27)
)
- (br $do-once$12)
)
- )
- (set_local $$arglist_current
- (i32.load
+ (set_local $$arglist_next
+ (i32.add
+ (get_local $$27)
+ (i32.const 4)
+ )
+ )
+ (i32.store
(get_local $$ap)
+ (get_local $$arglist_next)
)
- )
- (set_local $$22
- (get_local $$arglist_current)
- )
- (set_local $$23
- (i32.add
+ (set_local $$l10n$2
(i32.const 0)
- (i32.const 4)
- )
- )
- (set_local $$expanded4
- (get_local $$23)
- )
- (set_local $$expanded
- (i32.sub
- (get_local $$expanded4)
- (i32.const 1)
)
- )
- (set_local $$24
- (i32.add
- (get_local $$22)
- (get_local $$expanded)
+ (set_local $$storemerge$191
+ (get_local $$arrayidx68)
)
- )
- (set_local $$25
- (i32.add
- (i32.const 0)
- (i32.const 4)
+ (set_local $$w$0
+ (get_local $$28)
)
)
- (set_local $$expanded8
- (get_local $$25)
+ )
+ (set_local $$cmp97
+ (i32.lt_s
+ (get_local $$w$0)
+ (i32.const 0)
)
- (set_local $$expanded7
- (i32.sub
- (get_local $$expanded8)
- (i32.const 1)
+ )
+ (if
+ (get_local $$cmp97)
+ (block
+ (set_local $$or100
+ (i32.or
+ (get_local $$fl$0284)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$expanded6
- (i32.xor
- (get_local $$expanded7)
- (i32.const -1)
+ (set_local $$sub101
+ (i32.sub
+ (i32.const 0)
+ (get_local $$w$0)
+ )
)
- )
- (set_local $$26
- (i32.and
- (get_local $$24)
- (get_local $$expanded6)
+ (set_local $$fl$1
+ (get_local $$or100)
)
- )
- (set_local $$27
- (get_local $$26)
- )
- (set_local $$28
- (i32.load
- (get_local $$27)
+ (set_local $$incdec$ptr169269
+ (get_local $$storemerge$191)
)
- )
- (set_local $$arglist_next
- (i32.add
- (get_local $$27)
- (i32.const 4)
+ (set_local $$l10n$3
+ (get_local $$l10n$2)
+ )
+ (set_local $$w$1
+ (get_local $$sub101)
)
)
- (i32.store
- (get_local $$ap)
- (get_local $$arglist_next)
- )
- (set_local $$l10n$2
- (i32.const 0)
- )
- (set_local $$storemerge$191
- (get_local $$arrayidx68)
- )
- (set_local $$w$0
- (get_local $$28)
- )
- )
- )
- (set_local $$cmp97
- (i32.lt_s
- (get_local $$w$0)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp97)
- (block
- (set_local $$or100
- (i32.or
+ (block
+ (set_local $$fl$1
(get_local $$fl$0284)
- (i32.const 8192)
)
- )
- (set_local $$sub101
- (i32.sub
- (i32.const 0)
+ (set_local $$incdec$ptr169269
+ (get_local $$storemerge$191)
+ )
+ (set_local $$l10n$3
+ (get_local $$l10n$2)
+ )
+ (set_local $$w$1
(get_local $$w$0)
)
)
- (set_local $$fl$1
- (get_local $$or100)
- )
- (set_local $$incdec$ptr169269
- (get_local $$storemerge$191)
- )
- (set_local $$l10n$3
- (get_local $$l10n$2)
- )
- (set_local $$w$1
- (get_local $$sub101)
- )
- )
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
- )
- (set_local $$incdec$ptr169269
- (get_local $$storemerge$191)
- )
- (set_local $$l10n$3
- (get_local $$l10n$2)
- )
- (set_local $$w$1
- (get_local $$w$0)
- )
)
)
- )
- (block
- (set_local $$conv$4$i
- (i32.shr_s
- (i32.shl
- (get_local $$12)
+ (block
+ (set_local $$conv$4$i
+ (i32.shr_s
+ (i32.shl
+ (get_local $$12)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- )
- (set_local $$isdigittmp$5$i
- (i32.add
- (get_local $$conv$4$i)
- (i32.const -48)
- )
- )
- (set_local $$isdigit$6$i
- (i32.lt_u
- (get_local $$isdigittmp$5$i)
- (i32.const 10)
)
- )
- (if
- (get_local $$isdigit$6$i)
- (block
- (set_local $$29
- (get_local $$storemerge$186282)
- )
- (set_local $$i$07$i
- (i32.const 0)
+ (set_local $$isdigittmp$5$i
+ (i32.add
+ (get_local $$conv$4$i)
+ (i32.const -48)
)
- (set_local $$isdigittmp8$i
+ )
+ (set_local $$isdigit$6$i
+ (i32.lt_u
(get_local $$isdigittmp$5$i)
+ (i32.const 10)
)
- (loop $while-out$14 $while-in$15
- (set_local $$mul$i
- (i32.mul
- (get_local $$i$07$i)
- (i32.const 10)
- )
- )
- (set_local $$add$i
- (i32.add
- (get_local $$mul$i)
- (get_local $$isdigittmp8$i)
- )
+ )
+ (if
+ (get_local $$isdigit$6$i)
+ (block
+ (set_local $$29
+ (get_local $$storemerge$186282)
)
- (set_local $$incdec$ptr$i
- (i32.add
- (get_local $$29)
- (i32.const 1)
- )
+ (set_local $$i$07$i
+ (i32.const 0)
)
- (set_local $$30
- (i32.load8_s
- (get_local $$incdec$ptr$i)
- )
+ (set_local $$isdigittmp8$i
+ (get_local $$isdigittmp$5$i)
)
- (set_local $$conv$i
- (i32.shr_s
- (i32.shl
- (get_local $$30)
- (i32.const 24)
+ (loop $while-in$15
+ (block $while-out$14
+ (set_local $$mul$i
+ (i32.mul
+ (get_local $$i$07$i)
+ (i32.const 10)
+ )
)
- (i32.const 24)
- )
- )
- (set_local $$isdigittmp$i
- (i32.add
- (get_local $$conv$i)
- (i32.const -48)
+ (set_local $$add$i
+ (i32.add
+ (get_local $$mul$i)
+ (get_local $$isdigittmp8$i)
+ )
+ )
+ (set_local $$incdec$ptr$i
+ (i32.add
+ (get_local $$29)
+ (i32.const 1)
+ )
+ )
+ (set_local $$30
+ (i32.load8_s
+ (get_local $$incdec$ptr$i)
+ )
+ )
+ (set_local $$conv$i
+ (i32.shr_s
+ (i32.shl
+ (get_local $$30)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$isdigittmp$i
+ (i32.add
+ (get_local $$conv$i)
+ (i32.const -48)
+ )
+ )
+ (set_local $$isdigit$i
+ (i32.lt_u
+ (get_local $$isdigittmp$i)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$isdigit$i)
+ (block
+ (set_local $$29
+ (get_local $$incdec$ptr$i)
+ )
+ (set_local $$i$07$i
+ (get_local $$add$i)
+ )
+ (set_local $$isdigittmp8$i
+ (get_local $$isdigittmp$i)
+ )
+ )
+ (block
+ (set_local $$add$i$lcssa
+ (get_local $$add$i)
+ )
+ (set_local $$incdec$ptr$i$lcssa
+ (get_local $$incdec$ptr$i)
+ )
+ (br $while-out$14)
+ )
+ )
+ (br $while-in$15)
)
)
- (set_local $$isdigit$i
- (i32.lt_u
- (get_local $$isdigittmp$i)
- (i32.const 10)
+ (set_local $$cmp105
+ (i32.lt_s
+ (get_local $$add$i$lcssa)
+ (i32.const 0)
)
)
(if
- (get_local $$isdigit$i)
+ (get_local $$cmp105)
(block
- (set_local $$29
- (get_local $$incdec$ptr$i)
- )
- (set_local $$i$07$i
- (get_local $$add$i)
- )
- (set_local $$isdigittmp8$i
- (get_local $$isdigittmp$i)
+ (set_local $$retval$0
+ (i32.const -1)
)
+ (br $label$break$L1)
)
(block
- (set_local $$add$i$lcssa
- (get_local $$add$i)
+ (set_local $$fl$1
+ (get_local $$fl$0284)
+ )
+ (set_local $$incdec$ptr169269
+ (get_local $$incdec$ptr$i$lcssa)
)
- (set_local $$incdec$ptr$i$lcssa
- (get_local $$incdec$ptr$i)
+ (set_local $$l10n$3
+ (get_local $$l10n$1)
+ )
+ (set_local $$w$1
+ (get_local $$add$i$lcssa)
)
- (br $while-out$14)
)
)
- (br $while-in$15)
)
- (set_local $$cmp105
- (i32.lt_s
- (get_local $$add$i$lcssa)
- (i32.const 0)
+ (block
+ (set_local $$fl$1
+ (get_local $$fl$0284)
)
- )
- (if
- (get_local $$cmp105)
- (block
- (set_local $$retval$0
- (i32.const -1)
- )
- (br $label$break$L1)
+ (set_local $$incdec$ptr169269
+ (get_local $$storemerge$186282)
)
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
- )
- (set_local $$incdec$ptr169269
- (get_local $$incdec$ptr$i$lcssa)
- )
- (set_local $$l10n$3
- (get_local $$l10n$1)
- )
- (set_local $$w$1
- (get_local $$add$i$lcssa)
- )
+ (set_local $$l10n$3
+ (get_local $$l10n$1)
+ )
+ (set_local $$w$1
+ (i32.const 0)
)
- )
- )
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
- )
- (set_local $$incdec$ptr169269
- (get_local $$storemerge$186282)
- )
- (set_local $$l10n$3
- (get_local $$l10n$1)
- )
- (set_local $$w$1
- (i32.const 0)
)
)
)
)
)
- )
- (set_local $$31
- (i32.load8_s
- (get_local $$incdec$ptr169269)
+ (set_local $$31
+ (i32.load8_s
+ (get_local $$incdec$ptr169269)
+ )
)
- )
- (set_local $$cmp111
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$31)
+ (set_local $$cmp111
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$31)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 46)
)
- (i32.const 46)
)
- )
- (block $label$break$L46
- (if
- (get_local $$cmp111)
- (block
- (set_local $$arrayidx114
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 1)
- )
- )
- (set_local $$32
- (i32.load8_s
- (get_local $$arrayidx114)
- )
- )
- (set_local $$cmp116
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$32)
- (i32.const 24)
- )
- (i32.const 24)
+ (block $label$break$L46
+ (if
+ (get_local $$cmp111)
+ (block
+ (set_local $$arrayidx114
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 1)
)
- (i32.const 42)
)
- )
- (if
- (i32.eqz
- (get_local $$cmp116)
+ (set_local $$32
+ (i32.load8_s
+ (get_local $$arrayidx114)
+ )
)
- (block
- (set_local $$conv$4$i$197
+ (set_local $$cmp116
+ (i32.eq
(i32.shr_s
(i32.shl
(get_local $$32)
@@ -7153,269 +7039,434 @@
)
(i32.const 24)
)
+ (i32.const 42)
)
- (set_local $$isdigittmp$5$i$198
- (i32.add
- (get_local $$conv$4$i$197)
- (i32.const -48)
- )
- )
- (set_local $$isdigit$6$i$199
- (i32.lt_u
- (get_local $$isdigittmp$5$i$198)
- (i32.const 10)
- )
- )
- (if
- (get_local $$isdigit$6$i$199)
- (block
- (set_local $$49
- (get_local $$arrayidx114)
- )
- (set_local $$i$07$i$201
- (i32.const 0)
- )
- (set_local $$isdigittmp8$i$200
- (get_local $$isdigittmp$5$i$198)
- )
- )
- (block
- (set_local $$incdec$ptr169272
- (get_local $$arrayidx114)
- )
- (set_local $$p$0
- (i32.const 0)
- )
- (br $label$break$L46)
- )
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp116)
)
- (loop $while-out$17 $while-in$18
- (set_local $$mul$i$202
- (i32.mul
- (get_local $$i$07$i$201)
- (i32.const 10)
- )
- )
- (set_local $$add$i$203
- (i32.add
- (get_local $$mul$i$202)
- (get_local $$isdigittmp8$i$200)
- )
- )
- (set_local $$incdec$ptr$i$204
- (i32.add
- (get_local $$49)
- (i32.const 1)
- )
- )
- (set_local $$50
- (i32.load8_s
- (get_local $$incdec$ptr$i$204)
- )
- )
- (set_local $$conv$i$205
+ (block
+ (set_local $$conv$4$i$197
(i32.shr_s
(i32.shl
- (get_local $$50)
+ (get_local $$32)
(i32.const 24)
)
(i32.const 24)
)
)
- (set_local $$isdigittmp$i$206
+ (set_local $$isdigittmp$5$i$198
(i32.add
- (get_local $$conv$i$205)
+ (get_local $$conv$4$i$197)
(i32.const -48)
)
)
- (set_local $$isdigit$i$207
+ (set_local $$isdigit$6$i$199
(i32.lt_u
- (get_local $$isdigittmp$i$206)
+ (get_local $$isdigittmp$5$i$198)
(i32.const 10)
)
)
(if
- (get_local $$isdigit$i$207)
+ (get_local $$isdigit$6$i$199)
(block
(set_local $$49
- (get_local $$incdec$ptr$i$204)
+ (get_local $$arrayidx114)
)
(set_local $$i$07$i$201
- (get_local $$add$i$203)
+ (i32.const 0)
)
(set_local $$isdigittmp8$i$200
- (get_local $$isdigittmp$i$206)
+ (get_local $$isdigittmp$5$i$198)
)
)
(block
(set_local $$incdec$ptr169272
- (get_local $$incdec$ptr$i$204)
+ (get_local $$arrayidx114)
)
(set_local $$p$0
- (get_local $$add$i$203)
+ (i32.const 0)
)
(br $label$break$L46)
)
)
- (br $while-in$18)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $$mul$i$202
+ (i32.mul
+ (get_local $$i$07$i$201)
+ (i32.const 10)
+ )
+ )
+ (set_local $$add$i$203
+ (i32.add
+ (get_local $$mul$i$202)
+ (get_local $$isdigittmp8$i$200)
+ )
+ )
+ (set_local $$incdec$ptr$i$204
+ (i32.add
+ (get_local $$49)
+ (i32.const 1)
+ )
+ )
+ (set_local $$50
+ (i32.load8_s
+ (get_local $$incdec$ptr$i$204)
+ )
+ )
+ (set_local $$conv$i$205
+ (i32.shr_s
+ (i32.shl
+ (get_local $$50)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$isdigittmp$i$206
+ (i32.add
+ (get_local $$conv$i$205)
+ (i32.const -48)
+ )
+ )
+ (set_local $$isdigit$i$207
+ (i32.lt_u
+ (get_local $$isdigittmp$i$206)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$isdigit$i$207)
+ (block
+ (set_local $$49
+ (get_local $$incdec$ptr$i$204)
+ )
+ (set_local $$i$07$i$201
+ (get_local $$add$i$203)
+ )
+ (set_local $$isdigittmp8$i$200
+ (get_local $$isdigittmp$i$206)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169272
+ (get_local $$incdec$ptr$i$204)
+ )
+ (set_local $$p$0
+ (get_local $$add$i$203)
+ )
+ (br $label$break$L46)
+ )
+ )
+ (br $while-in$18)
+ )
+ )
)
)
- )
- (set_local $$arrayidx119
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 2)
+ (set_local $$arrayidx119
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 2)
+ )
)
- )
- (set_local $$33
- (i32.load8_s
- (get_local $$arrayidx119)
+ (set_local $$33
+ (i32.load8_s
+ (get_local $$arrayidx119)
+ )
)
- )
- (set_local $$conv120
- (i32.shr_s
- (i32.shl
- (get_local $$33)
+ (set_local $$conv120
+ (i32.shr_s
+ (i32.shl
+ (get_local $$33)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$isdigittmp187
- (i32.add
- (get_local $$conv120)
- (i32.const -48)
+ (set_local $$isdigittmp187
+ (i32.add
+ (get_local $$conv120)
+ (i32.const -48)
+ )
)
- )
- (set_local $$isdigit188
- (i32.lt_u
- (get_local $$isdigittmp187)
- (i32.const 10)
+ (set_local $$isdigit188
+ (i32.lt_u
+ (get_local $$isdigittmp187)
+ (i32.const 10)
+ )
)
- )
- (if
- (get_local $$isdigit188)
- (block
- (set_local $$arrayidx124
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 3)
+ (if
+ (get_local $$isdigit188)
+ (block
+ (set_local $$arrayidx124
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 3)
+ )
)
- )
- (set_local $$34
- (i32.load8_s
- (get_local $$arrayidx124)
+ (set_local $$34
+ (i32.load8_s
+ (get_local $$arrayidx124)
+ )
)
- )
- (set_local $$cmp126
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$34)
+ (set_local $$cmp126
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$34)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
)
- )
- (if
- (get_local $$cmp126)
- (block
- (set_local $$arrayidx132
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$isdigittmp187)
- (i32.const 2)
+ (if
+ (get_local $$cmp126)
+ (block
+ (set_local $$arrayidx132
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$isdigittmp187)
+ (i32.const 2)
+ )
)
)
- )
- (i32.store
- (get_local $$arrayidx132)
- (i32.const 10)
- )
- (set_local $$35
- (i32.load8_s
- (get_local $$arrayidx119)
+ (i32.store
+ (get_local $$arrayidx132)
+ (i32.const 10)
)
- )
- (set_local $$conv134
- (i32.shr_s
- (i32.shl
- (get_local $$35)
+ (set_local $$35
+ (i32.load8_s
+ (get_local $$arrayidx119)
+ )
+ )
+ (set_local $$conv134
+ (i32.shr_s
+ (i32.shl
+ (get_local $$35)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$sub135
- (i32.add
- (get_local $$conv134)
- (i32.const -48)
+ (set_local $$sub135
+ (i32.add
+ (get_local $$conv134)
+ (i32.const -48)
+ )
)
- )
- (set_local $$i137
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$sub135)
- (i32.const 3)
+ (set_local $$i137
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$sub135)
+ (i32.const 3)
+ )
+ )
+ )
+ (set_local $$36
+ (get_local $$i137)
+ )
+ (set_local $$37
+ (get_local $$36)
+ )
+ (set_local $$38
+ (i32.load
+ (get_local $$37)
+ )
+ )
+ (set_local $$39
+ (i32.add
+ (get_local $$36)
+ (i32.const 4)
+ )
+ )
+ (set_local $$40
+ (get_local $$39)
+ )
+ (set_local $$41
+ (i32.load
+ (get_local $$40)
+ )
+ )
+ (set_local $$add$ptr139
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 4)
)
)
+ (set_local $$incdec$ptr169272
+ (get_local $$add$ptr139)
+ )
+ (set_local $$p$0
+ (get_local $$38)
+ )
+ (br $label$break$L46)
+ )
+ )
+ )
+ )
+ (set_local $$tobool141
+ (i32.eq
+ (get_local $$l10n$3)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool141)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ )
+ (if
+ (get_local $$tobool25)
+ (block
+ (set_local $$arglist_current2
+ (i32.load
+ (get_local $$ap)
)
- (set_local $$36
- (get_local $$i137)
+ )
+ (set_local $$42
+ (get_local $$arglist_current2)
+ )
+ (set_local $$43
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
- (set_local $$37
- (get_local $$36)
+ )
+ (set_local $$expanded11
+ (get_local $$43)
+ )
+ (set_local $$expanded10
+ (i32.sub
+ (get_local $$expanded11)
+ (i32.const 1)
)
- (set_local $$38
- (i32.load
- (get_local $$37)
- )
+ )
+ (set_local $$44
+ (i32.add
+ (get_local $$42)
+ (get_local $$expanded10)
)
- (set_local $$39
- (i32.add
- (get_local $$36)
- (i32.const 4)
- )
+ )
+ (set_local $$45
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
- (set_local $$40
- (get_local $$39)
+ )
+ (set_local $$expanded15
+ (get_local $$45)
+ )
+ (set_local $$expanded14
+ (i32.sub
+ (get_local $$expanded15)
+ (i32.const 1)
)
- (set_local $$41
- (i32.load
- (get_local $$40)
- )
+ )
+ (set_local $$expanded13
+ (i32.xor
+ (get_local $$expanded14)
+ (i32.const -1)
)
- (set_local $$add$ptr139
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 4)
- )
+ )
+ (set_local $$46
+ (i32.and
+ (get_local $$44)
+ (get_local $$expanded13)
)
- (set_local $$incdec$ptr169272
- (get_local $$add$ptr139)
+ )
+ (set_local $$47
+ (get_local $$46)
+ )
+ (set_local $$48
+ (i32.load
+ (get_local $$47)
)
- (set_local $$p$0
- (get_local $$38)
+ )
+ (set_local $$arglist_next3
+ (i32.add
+ (get_local $$47)
+ (i32.const 4)
)
- (br $label$break$L46)
+ )
+ (i32.store
+ (get_local $$ap)
+ (get_local $$arglist_next3)
+ )
+ (set_local $$incdec$ptr169272
+ (get_local $$arrayidx119)
+ )
+ (set_local $$p$0
+ (get_local $$48)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169272
+ (get_local $$arrayidx119)
+ )
+ (set_local $$p$0
+ (i32.const 0)
)
)
)
)
- (set_local $$tobool141
- (i32.eq
- (get_local $$l10n$3)
- (i32.const 0)
+ (block
+ (set_local $$incdec$ptr169272
+ (get_local $$incdec$ptr169269)
+ )
+ (set_local $$p$0
+ (i32.const -1)
)
)
- (if
- (i32.eqz
- (get_local $$tobool141)
+ )
+ )
+ (set_local $$incdec$ptr169271
+ (get_local $$incdec$ptr169272)
+ )
+ (set_local $$st$0
+ (i32.const 0)
+ )
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $$51
+ (i32.load8_s
+ (get_local $$incdec$ptr169271)
+ )
+ )
+ (set_local $$conv163
+ (i32.shr_s
+ (i32.shl
+ (get_local $$51)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$sub164
+ (i32.add
+ (get_local $$conv163)
+ (i32.const -65)
+ )
+ )
+ (set_local $$cmp165
+ (i32.gt_u
+ (get_local $$sub164)
+ (i32.const 57)
)
+ )
+ (if
+ (get_local $$cmp165)
(block
(set_local $$retval$0
(i32.const -1)
@@ -7423,145 +7474,93 @@
(br $label$break$L1)
)
)
- (if
- (get_local $$tobool25)
- (block
- (set_local $$arglist_current2
- (i32.load
- (get_local $$ap)
- )
- )
- (set_local $$42
- (get_local $$arglist_current2)
- )
- (set_local $$43
- (i32.add
- (i32.const 0)
- (i32.const 4)
- )
- )
- (set_local $$expanded11
- (get_local $$43)
- )
- (set_local $$expanded10
- (i32.sub
- (get_local $$expanded11)
- (i32.const 1)
- )
- )
- (set_local $$44
- (i32.add
- (get_local $$42)
- (get_local $$expanded10)
- )
- )
- (set_local $$45
- (i32.add
- (i32.const 0)
- (i32.const 4)
- )
- )
- (set_local $$expanded15
- (get_local $$45)
- )
- (set_local $$expanded14
- (i32.sub
- (get_local $$expanded15)
- (i32.const 1)
- )
- )
- (set_local $$expanded13
- (i32.xor
- (get_local $$expanded14)
- (i32.const -1)
- )
- )
- (set_local $$46
- (i32.and
- (get_local $$44)
- (get_local $$expanded13)
+ (set_local $$incdec$ptr169
+ (i32.add
+ (get_local $$incdec$ptr169271)
+ (i32.const 1)
+ )
+ )
+ (set_local $$arrayidx173
+ (i32.add
+ (i32.add
+ (i32.const 3611)
+ (i32.mul
+ (get_local $$st$0)
+ (i32.const 58)
)
)
- (set_local $$47
- (get_local $$46)
- )
- (set_local $$48
- (i32.load
- (get_local $$47)
- )
+ (get_local $$sub164)
+ )
+ )
+ (set_local $$52
+ (i32.load8_s
+ (get_local $$arrayidx173)
+ )
+ )
+ (set_local $$conv174
+ (i32.and
+ (get_local $$52)
+ (i32.const 255)
+ )
+ )
+ (set_local $$sub175
+ (i32.add
+ (get_local $$conv174)
+ (i32.const -1)
+ )
+ )
+ (set_local $$cmp176
+ (i32.lt_u
+ (get_local $$sub175)
+ (i32.const 8)
+ )
+ )
+ (if
+ (get_local $$cmp176)
+ (block
+ (set_local $$incdec$ptr169271
+ (get_local $$incdec$ptr169)
)
- (set_local $$arglist_next3
- (i32.add
- (get_local $$47)
- (i32.const 4)
- )
+ (set_local $$st$0
+ (get_local $$conv174)
)
- (i32.store
- (get_local $$ap)
- (get_local $$arglist_next3)
+ )
+ (block
+ (set_local $$$lcssa
+ (get_local $$52)
)
- (set_local $$incdec$ptr169272
- (get_local $$arrayidx119)
+ (set_local $$conv174$lcssa
+ (get_local $$conv174)
)
- (set_local $$p$0
- (get_local $$48)
+ (set_local $$incdec$ptr169$lcssa
+ (get_local $$incdec$ptr169)
)
- )
- (block
- (set_local $$incdec$ptr169272
- (get_local $$arrayidx119)
+ (set_local $$incdec$ptr169271$lcssa414
+ (get_local $$incdec$ptr169271)
)
- (set_local $$p$0
- (i32.const 0)
+ (set_local $$st$0$lcssa415
+ (get_local $$st$0)
)
+ (br $while-out$19)
)
)
- )
- (block
- (set_local $$incdec$ptr169272
- (get_local $$incdec$ptr169269)
- )
- (set_local $$p$0
- (i32.const -1)
- )
- )
- )
- )
- (set_local $$incdec$ptr169271
- (get_local $$incdec$ptr169272)
- )
- (set_local $$st$0
- (i32.const 0)
- )
- (loop $while-out$19 $while-in$20
- (set_local $$51
- (i32.load8_s
- (get_local $$incdec$ptr169271)
+ (br $while-in$20)
)
)
- (set_local $$conv163
- (i32.shr_s
- (i32.shl
- (get_local $$51)
+ (set_local $$tobool178
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$$lcssa)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- )
- (set_local $$sub164
- (i32.add
- (get_local $$conv163)
- (i32.const -65)
- )
- )
- (set_local $$cmp165
- (i32.gt_u
- (get_local $$sub164)
- (i32.const 57)
+ (i32.const 0)
)
)
(if
- (get_local $$cmp165)
+ (get_local $$tobool178)
(block
(set_local $$retval$0
(i32.const -1)
@@ -7569,396 +7568,329 @@
(br $label$break$L1)
)
)
- (set_local $$incdec$ptr169
- (i32.add
- (get_local $$incdec$ptr169271)
- (i32.const 1)
- )
- )
- (set_local $$arrayidx173
- (i32.add
- (i32.add
- (i32.const 3611)
- (i32.mul
- (get_local $$st$0)
- (i32.const 58)
+ (set_local $$cmp181
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$$lcssa)
+ (i32.const 24)
)
- )
- (get_local $$sub164)
- )
- )
- (set_local $$52
- (i32.load8_s
- (get_local $$arrayidx173)
- )
- )
- (set_local $$conv174
- (i32.and
- (get_local $$52)
- (i32.const 255)
- )
- )
- (set_local $$sub175
- (i32.add
- (get_local $$conv174)
- (i32.const -1)
- )
- )
- (set_local $$cmp176
- (i32.lt_u
- (get_local $$sub175)
- (i32.const 8)
- )
- )
- (if
- (get_local $$cmp176)
- (block
- (set_local $$incdec$ptr169271
- (get_local $$incdec$ptr169)
- )
- (set_local $$st$0
- (get_local $$conv174)
- )
- )
- (block
- (set_local $$$lcssa
- (get_local $$52)
- )
- (set_local $$conv174$lcssa
- (get_local $$conv174)
- )
- (set_local $$incdec$ptr169$lcssa
- (get_local $$incdec$ptr169)
- )
- (set_local $$incdec$ptr169271$lcssa414
- (get_local $$incdec$ptr169271)
- )
- (set_local $$st$0$lcssa415
- (get_local $$st$0)
- )
- (br $while-out$19)
- )
- )
- (br $while-in$20)
- )
- (set_local $$tobool178
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$$lcssa)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 19)
)
- (i32.const 0)
)
- )
- (if
- (get_local $$tobool178)
- (block
- (set_local $$retval$0
+ (set_local $$cmp184
+ (i32.gt_s
+ (get_local $$argpos$0)
(i32.const -1)
)
- (br $label$break$L1)
- )
- )
- (set_local $$cmp181
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$$lcssa)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const 19)
)
- )
- (set_local $$cmp184
- (i32.gt_s
- (get_local $$argpos$0)
- (i32.const -1)
- )
- )
- (block $do-once$21
- (if
- (get_local $$cmp181)
+ (block $do-once$21
(if
- (get_local $$cmp184)
- (block
- (set_local $$retval$0
- (i32.const -1)
- )
- (br $label$break$L1)
- )
- (set_local $label
- (i32.const 52)
- )
- )
- (block
+ (get_local $$cmp181)
(if
(get_local $$cmp184)
(block
- (set_local $$arrayidx192
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$argpos$0)
- (i32.const 2)
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ (set_local $label
+ (i32.const 52)
+ )
+ )
+ (block
+ (if
+ (get_local $$cmp184)
+ (block
+ (set_local $$arrayidx192
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$argpos$0)
+ (i32.const 2)
+ )
)
)
- )
- (i32.store
- (get_local $$arrayidx192)
- (get_local $$conv174$lcssa)
- )
- (set_local $$53
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$argpos$0)
- (i32.const 3)
+ (i32.store
+ (get_local $$arrayidx192)
+ (get_local $$conv174$lcssa)
+ )
+ (set_local $$53
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$argpos$0)
+ (i32.const 3)
+ )
)
)
- )
- (set_local $$54
- (get_local $$53)
- )
- (set_local $$55
- (get_local $$54)
- )
- (set_local $$56
- (i32.load
- (get_local $$55)
+ (set_local $$54
+ (get_local $$53)
)
- )
- (set_local $$57
- (i32.add
+ (set_local $$55
(get_local $$54)
- (i32.const 4)
)
- )
- (set_local $$58
- (get_local $$57)
- )
- (set_local $$59
- (i32.load
- (get_local $$58)
+ (set_local $$56
+ (i32.load
+ (get_local $$55)
+ )
)
- )
- (set_local $$60
- (get_local $$arg)
- )
- (set_local $$61
- (get_local $$60)
- )
- (i32.store
- (get_local $$61)
- (get_local $$56)
- )
- (set_local $$62
- (i32.add
+ (set_local $$57
+ (i32.add
+ (get_local $$54)
+ (i32.const 4)
+ )
+ )
+ (set_local $$58
+ (get_local $$57)
+ )
+ (set_local $$59
+ (i32.load
+ (get_local $$58)
+ )
+ )
+ (set_local $$60
+ (get_local $$arg)
+ )
+ (set_local $$61
(get_local $$60)
- (i32.const 4)
)
+ (i32.store
+ (get_local $$61)
+ (get_local $$56)
+ )
+ (set_local $$62
+ (i32.add
+ (get_local $$60)
+ (i32.const 4)
+ )
+ )
+ (set_local $$63
+ (get_local $$62)
+ )
+ (i32.store
+ (get_local $$63)
+ (get_local $$59)
+ )
+ (set_local $label
+ (i32.const 52)
+ )
+ (br $do-once$21)
)
- (set_local $$63
- (get_local $$62)
- )
- (i32.store
- (get_local $$63)
- (get_local $$59)
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool25)
)
- (set_local $label
- (i32.const 52)
+ (block
+ (set_local $$retval$0
+ (i32.const 0)
+ )
+ (br $label$break$L1)
)
- (br $do-once$21)
)
+ (call $_pop_arg_336
+ (get_local $$arg)
+ (get_local $$conv174$lcssa)
+ (get_local $$ap)
+ )
+ )
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 52)
+ )
+ (block
+ (set_local $label
+ (i32.const 0)
)
(if
(i32.eqz
(get_local $$tobool25)
)
(block
- (set_local $$retval$0
- (i32.const 0)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
)
- (br $label$break$L1)
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$sub$ptr$sub)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
)
)
- (call $_pop_arg_336
- (get_local $$arg)
- (get_local $$conv174$lcssa)
- (get_local $$ap)
- )
)
)
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 52)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (if
- (i32.eqz
- (get_local $$tobool25)
- )
- (block
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
- )
- (set_local $$l$0
- (get_local $$sub$ptr$sub)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
- )
+ (set_local $$64
+ (i32.load8_s
+ (get_local $$incdec$ptr169271$lcssa414)
)
)
- )
- (set_local $$64
- (i32.load8_s
- (get_local $$incdec$ptr169271$lcssa414)
- )
- )
- (set_local $$conv207
- (i32.shr_s
- (i32.shl
- (get_local $$64)
+ (set_local $$conv207
+ (i32.shr_s
+ (i32.shl
+ (get_local $$64)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$tobool208
- (i32.ne
- (get_local $$st$0$lcssa415)
- (i32.const 0)
+ (set_local $$tobool208
+ (i32.ne
+ (get_local $$st$0$lcssa415)
+ (i32.const 0)
+ )
)
- )
- (set_local $$and210
- (i32.and
- (get_local $$conv207)
- (i32.const 15)
+ (set_local $$and210
+ (i32.and
+ (get_local $$conv207)
+ (i32.const 15)
+ )
)
- )
- (set_local $$cmp211
- (i32.eq
- (get_local $$and210)
- (i32.const 3)
+ (set_local $$cmp211
+ (i32.eq
+ (get_local $$and210)
+ (i32.const 3)
+ )
)
- )
- (set_local $$or$cond192
- (i32.and
- (get_local $$tobool208)
- (get_local $$cmp211)
+ (set_local $$or$cond192
+ (i32.and
+ (get_local $$tobool208)
+ (get_local $$cmp211)
+ )
)
- )
- (set_local $$and214
- (i32.and
- (get_local $$conv207)
- (i32.const -33)
+ (set_local $$and214
+ (i32.and
+ (get_local $$conv207)
+ (i32.const -33)
+ )
)
- )
- (set_local $$t$0
- (if
- (get_local $$or$cond192)
- (get_local $$and214)
- (get_local $$conv207)
+ (set_local $$t$0
+ (if
+ (get_local $$or$cond192)
+ (get_local $$and214)
+ (get_local $$conv207)
+ )
)
- )
- (set_local $$and216
- (i32.and
- (get_local $$fl$1)
- (i32.const 8192)
+ (set_local $$and216
+ (i32.and
+ (get_local $$fl$1)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$tobool217
- (i32.eq
- (get_local $$and216)
- (i32.const 0)
+ (set_local $$tobool217
+ (i32.eq
+ (get_local $$and216)
+ (i32.const 0)
+ )
)
- )
- (set_local $$and219
- (i32.and
- (get_local $$fl$1)
- (i32.const -65537)
+ (set_local $$and219
+ (i32.and
+ (get_local $$fl$1)
+ (i32.const -65537)
+ )
)
- )
- (set_local $$fl$1$and219
- (if
- (get_local $$tobool217)
- (get_local $$fl$1)
- (get_local $$and219)
+ (set_local $$fl$1$and219
+ (if
+ (get_local $$tobool217)
+ (get_local $$fl$1)
+ (get_local $$and219)
+ )
)
- )
- (block $label$break$L75
- (block $switch$24
- (block $switch-default$127
+ (block $label$break$L75
+ (block $switch$24
(block $switch-default$127
- (block $switch-case$126
- (block $switch-case$55
- (block $switch-case$54
- (block $switch-case$53
- (block $switch-case$52
- (block $switch-case$51
- (block $switch-case$50
- (block $switch-case$49
- (block $switch-case$48
- (block $switch-case$47
- (block $switch-case$46
- (block $switch-case$45
- (block $switch-case$44
- (block $switch-case$43
- (block $switch-case$42
- (block $switch-case$41
- (block $switch-case$40
- (block $switch-case$37
- (block $switch-case$36
- (block $switch-case$35
- (block $switch-case$34
- (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$52 $switch-case$51 $switch-case$50 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$53 $switch-default$127 $switch-case$44 $switch-case$42 $switch-case$126 $switch-case$55 $switch-case$54 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$37 $switch-default$127
- (i32.sub
- (get_local $$t$0)
- (i32.const 65)
+ (block $switch-default$127
+ (block $switch-case$126
+ (block $switch-case$55
+ (block $switch-case$54
+ (block $switch-case$53
+ (block $switch-case$52
+ (block $switch-case$51
+ (block $switch-case$50
+ (block $switch-case$49
+ (block $switch-case$48
+ (block $switch-case$47
+ (block $switch-case$46
+ (block $switch-case$45
+ (block $switch-case$44
+ (block $switch-case$43
+ (block $switch-case$42
+ (block $switch-case$41
+ (block $switch-case$40
+ (block $switch-case$37
+ (block $switch-case$36
+ (block $switch-case$35
+ (block $switch-case$34
+ (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$52 $switch-case$51 $switch-case$50 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$53 $switch-default$127 $switch-case$44 $switch-case$42 $switch-case$126 $switch-case$55 $switch-case$54 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$37 $switch-default$127
+ (i32.sub
+ (get_local $$t$0)
+ (i32.const 65)
+ )
)
)
- )
- (block
- (block $switch$25
- (block $switch-default$33
+ (block
+ (block $switch$25
(block $switch-default$33
- (block $switch-case$32
- (block $switch-case$31
- (block $switch-case$30
- (block $switch-case$29
- (block $switch-case$28
- (block $switch-case$27
- (block $switch-case$26
- (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
- (i32.sub
- (get_local $$st$0$lcssa415)
- (i32.const 0)
+ (block $switch-default$33
+ (block $switch-case$32
+ (block $switch-case$31
+ (block $switch-case$30
+ (block $switch-case$29
+ (block $switch-case$28
+ (block $switch-case$27
+ (block $switch-case$26
+ (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
+ (i32.sub
+ (get_local $$st$0$lcssa415)
+ (i32.const 0)
+ )
)
)
+ (block
+ (set_local $$71
+ (i32.load
+ (get_local $$arg)
+ )
+ )
+ (i32.store
+ (get_local $$71)
+ (get_local $$cnt$1)
+ )
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
+ )
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$sub$ptr$sub)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
+ (br $switch$25)
+ )
)
(block
- (set_local $$71
+ (set_local $$72
(i32.load
(get_local $$arg)
)
)
(i32.store
- (get_local $$71)
+ (get_local $$72)
(get_local $$cnt$1)
)
(set_local $$cnt$0
@@ -7978,15 +7910,49 @@
)
)
(block
- (set_local $$72
+ (set_local $$73
+ (i32.lt_s
+ (get_local $$cnt$1)
+ (i32.const 0)
+ )
+ )
+ (set_local $$74
+ (i32.shr_s
+ (i32.shl
+ (get_local $$73)
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
+ (set_local $$75
(i32.load
(get_local $$arg)
)
)
+ (set_local $$76
+ (get_local $$75)
+ )
+ (set_local $$77
+ (get_local $$76)
+ )
(i32.store
- (get_local $$72)
+ (get_local $$77)
(get_local $$cnt$1)
)
+ (set_local $$78
+ (i32.add
+ (get_local $$76)
+ (i32.const 4)
+ )
+ )
+ (set_local $$79
+ (get_local $$78)
+ )
+ (i32.store
+ (get_local $$79)
+ (get_local $$74)
+ )
(set_local $$cnt$0
(get_local $$cnt$1)
)
@@ -8004,48 +7970,20 @@
)
)
(block
- (set_local $$73
- (i32.lt_s
+ (set_local $$conv229
+ (i32.and
(get_local $$cnt$1)
- (i32.const 0)
- )
- )
- (set_local $$74
- (i32.shr_s
- (i32.shl
- (get_local $$73)
- (i32.const 31)
- )
- (i32.const 31)
+ (i32.const 65535)
)
)
- (set_local $$75
+ (set_local $$80
(i32.load
(get_local $$arg)
)
)
- (set_local $$76
- (get_local $$75)
- )
- (set_local $$77
- (get_local $$76)
- )
- (i32.store
- (get_local $$77)
- (get_local $$cnt$1)
- )
- (set_local $$78
- (i32.add
- (get_local $$76)
- (i32.const 4)
- )
- )
- (set_local $$79
- (get_local $$78)
- )
- (i32.store
- (get_local $$79)
- (get_local $$74)
+ (i32.store16
+ (get_local $$80)
+ (get_local $$conv229)
)
(set_local $$cnt$0
(get_local $$cnt$1)
@@ -8064,20 +8002,20 @@
)
)
(block
- (set_local $$conv229
+ (set_local $$conv232
(i32.and
(get_local $$cnt$1)
- (i32.const 65535)
+ (i32.const 255)
)
)
- (set_local $$80
+ (set_local $$81
(i32.load
(get_local $$arg)
)
)
- (i32.store16
- (get_local $$80)
- (get_local $$conv229)
+ (i32.store8
+ (get_local $$81)
+ (get_local $$conv232)
)
(set_local $$cnt$0
(get_local $$cnt$1)
@@ -8096,20 +8034,14 @@
)
)
(block
- (set_local $$conv232
- (i32.and
- (get_local $$cnt$1)
- (i32.const 255)
- )
- )
- (set_local $$81
+ (set_local $$82
(i32.load
(get_local $$arg)
)
)
- (i32.store8
- (get_local $$81)
- (get_local $$conv232)
+ (i32.store
+ (get_local $$82)
+ (get_local $$cnt$1)
)
(set_local $$cnt$0
(get_local $$cnt$1)
@@ -8128,15 +8060,49 @@
)
)
(block
- (set_local $$82
+ (set_local $$83
+ (i32.lt_s
+ (get_local $$cnt$1)
+ (i32.const 0)
+ )
+ )
+ (set_local $$84
+ (i32.shr_s
+ (i32.shl
+ (get_local $$83)
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
+ (set_local $$85
(i32.load
(get_local $$arg)
)
)
+ (set_local $$86
+ (get_local $$85)
+ )
+ (set_local $$87
+ (get_local $$86)
+ )
(i32.store
- (get_local $$82)
+ (get_local $$87)
(get_local $$cnt$1)
)
+ (set_local $$88
+ (i32.add
+ (get_local $$86)
+ (i32.const 4)
+ )
+ )
+ (set_local $$89
+ (get_local $$88)
+ )
+ (i32.store
+ (get_local $$89)
+ (get_local $$84)
+ )
(set_local $$cnt$0
(get_local $$cnt$1)
)
@@ -8154,49 +8120,6 @@
)
)
(block
- (set_local $$83
- (i32.lt_s
- (get_local $$cnt$1)
- (i32.const 0)
- )
- )
- (set_local $$84
- (i32.shr_s
- (i32.shl
- (get_local $$83)
- (i32.const 31)
- )
- (i32.const 31)
- )
- )
- (set_local $$85
- (i32.load
- (get_local $$arg)
- )
- )
- (set_local $$86
- (get_local $$85)
- )
- (set_local $$87
- (get_local $$86)
- )
- (i32.store
- (get_local $$87)
- (get_local $$cnt$1)
- )
- (set_local $$88
- (i32.add
- (get_local $$86)
- (i32.const 4)
- )
- )
- (set_local $$89
- (get_local $$88)
- )
- (i32.store
- (get_local $$89)
- (get_local $$84)
- )
(set_local $$cnt$0
(get_local $$cnt$1)
)
@@ -8210,589 +8133,598 @@
(get_local $$l10n$3)
)
(br $label$continue$L1)
- (br $switch$25)
- )
- )
- (block
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
)
- (set_local $$l$0
- (get_local $$sub$ptr$sub)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
)
)
+ (br $switch$24)
)
- (br $switch$24)
)
- )
- (block
- (set_local $$cmp240
- (i32.gt_u
- (get_local $$p$0)
- (i32.const 8)
+ (block
+ (set_local $$cmp240
+ (i32.gt_u
+ (get_local $$p$0)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cond245
- (if
- (get_local $$cmp240)
- (get_local $$p$0)
- (i32.const 8)
+ (set_local $$cond245
+ (if
+ (get_local $$cmp240)
+ (get_local $$p$0)
+ (i32.const 8)
+ )
)
- )
- (set_local $$or246
- (i32.or
- (get_local $$fl$1$and219)
- (i32.const 8)
+ (set_local $$or246
+ (i32.or
+ (get_local $$fl$1$and219)
+ (i32.const 8)
+ )
)
+ (set_local $$fl$3
+ (get_local $$or246)
+ )
+ (set_local $$p$1
+ (get_local $$cond245)
+ )
+ (set_local $$t$1
+ (i32.const 120)
+ )
+ (set_local $label
+ (i32.const 64)
+ )
+ (br $switch$24)
)
- (set_local $$fl$3
- (get_local $$or246)
- )
- (set_local $$p$1
- (get_local $$cond245)
- )
- (set_local $$t$1
- (i32.const 120)
- )
- (set_local $label
- (i32.const 64)
- )
- (br $switch$24)
)
+ (nop)
)
- (nop)
- )
- (block
- (set_local $$fl$3
- (get_local $$fl$1$and219)
- )
- (set_local $$p$1
- (get_local $$p$0)
- )
- (set_local $$t$1
- (get_local $$t$0)
- )
- (set_local $label
- (i32.const 64)
+ (block
+ (set_local $$fl$3
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$p$1
+ (get_local $$p$0)
+ )
+ (set_local $$t$1
+ (get_local $$t$0)
+ )
+ (set_local $label
+ (i32.const 64)
+ )
+ (br $switch$24)
)
- (br $switch$24)
)
- )
- (block
- (set_local $$116
- (get_local $$arg)
- )
- (set_local $$117
- (get_local $$116)
- )
- (set_local $$118
- (i32.load
- (get_local $$117)
+ (block
+ (set_local $$116
+ (get_local $$arg)
)
- )
- (set_local $$119
- (i32.add
+ (set_local $$117
(get_local $$116)
- (i32.const 4)
- )
- )
- (set_local $$120
- (get_local $$119)
- )
- (set_local $$121
- (i32.load
- (get_local $$120)
)
- )
- (set_local $$122
- (i32.eq
- (get_local $$118)
- (i32.const 0)
+ (set_local $$118
+ (i32.load
+ (get_local $$117)
+ )
)
- )
- (set_local $$123
- (i32.eq
- (get_local $$121)
- (i32.const 0)
+ (set_local $$119
+ (i32.add
+ (get_local $$116)
+ (i32.const 4)
+ )
)
- )
- (set_local $$124
- (i32.and
- (get_local $$122)
- (get_local $$123)
+ (set_local $$120
+ (get_local $$119)
)
- )
- (if
- (get_local $$124)
- (set_local $$s$addr$0$lcssa$i$229
- (get_local $$add$ptr205)
+ (set_local $$121
+ (i32.load
+ (get_local $$120)
+ )
)
- (block
- (set_local $$126
+ (set_local $$122
+ (i32.eq
(get_local $$118)
+ (i32.const 0)
)
- (set_local $$129
+ )
+ (set_local $$123
+ (i32.eq
(get_local $$121)
+ (i32.const 0)
+ )
+ )
+ (set_local $$124
+ (i32.and
+ (get_local $$122)
+ (get_local $$123)
)
- (set_local $$s$addr$06$i$221
+ )
+ (if
+ (get_local $$124)
+ (set_local $$s$addr$0$lcssa$i$229
(get_local $$add$ptr205)
)
- (loop $while-out$38 $while-in$39
- (set_local $$125
- (i32.and
- (get_local $$126)
- (i32.const 7)
- )
- )
- (set_local $$127
- (i32.or
- (get_local $$125)
- (i32.const 48)
- )
- )
- (set_local $$128
- (i32.and
- (get_local $$127)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr$i$225
- (i32.add
- (get_local $$s$addr$06$i$221)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr$i$225)
- (get_local $$128)
- )
- (set_local $$130
- (call $_bitshift64Lshr
- (get_local $$126)
- (get_local $$129)
- (i32.const 3)
- )
- )
- (set_local $$131
- (i32.load
- (i32.const 168)
- )
+ (block
+ (set_local $$126
+ (get_local $$118)
)
- (set_local $$132
- (i32.eq
- (get_local $$130)
- (i32.const 0)
- )
+ (set_local $$129
+ (get_local $$121)
)
- (set_local $$133
- (i32.eq
- (get_local $$131)
- (i32.const 0)
- )
- )
- (set_local $$134
- (i32.and
- (get_local $$132)
- (get_local $$133)
- )
+ (set_local $$s$addr$06$i$221
+ (get_local $$add$ptr205)
)
- (if
- (get_local $$134)
- (block
- (set_local $$s$addr$0$lcssa$i$229
- (get_local $$incdec$ptr$i$225)
+ (loop $while-in$39
+ (block $while-out$38
+ (set_local $$125
+ (i32.and
+ (get_local $$126)
+ (i32.const 7)
+ )
)
- (br $while-out$38)
- )
- (block
- (set_local $$126
- (get_local $$130)
+ (set_local $$127
+ (i32.or
+ (get_local $$125)
+ (i32.const 48)
+ )
)
- (set_local $$129
- (get_local $$131)
+ (set_local $$128
+ (i32.and
+ (get_local $$127)
+ (i32.const 255)
+ )
)
- (set_local $$s$addr$06$i$221
+ (set_local $$incdec$ptr$i$225
+ (i32.add
+ (get_local $$s$addr$06$i$221)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
(get_local $$incdec$ptr$i$225)
+ (get_local $$128)
+ )
+ (set_local $$130
+ (call $_bitshift64Lshr
+ (get_local $$126)
+ (get_local $$129)
+ (i32.const 3)
+ )
+ )
+ (set_local $$131
+ (get_global $tempRet0)
+ )
+ (set_local $$132
+ (i32.eq
+ (get_local $$130)
+ (i32.const 0)
+ )
+ )
+ (set_local $$133
+ (i32.eq
+ (get_local $$131)
+ (i32.const 0)
+ )
+ )
+ (set_local $$134
+ (i32.and
+ (get_local $$132)
+ (get_local $$133)
+ )
+ )
+ (if
+ (get_local $$134)
+ (block
+ (set_local $$s$addr$0$lcssa$i$229
+ (get_local $$incdec$ptr$i$225)
+ )
+ (br $while-out$38)
+ )
+ (block
+ (set_local $$126
+ (get_local $$130)
+ )
+ (set_local $$129
+ (get_local $$131)
+ )
+ (set_local $$s$addr$06$i$221
+ (get_local $$incdec$ptr$i$225)
+ )
+ )
)
+ (br $while-in$39)
)
)
- (br $while-in$39)
)
)
- )
- (set_local $$and263
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
- )
- )
- (set_local $$tobool264
- (i32.eq
- (get_local $$and263)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool264)
- (block
- (set_local $$a$0
- (get_local $$s$addr$0$lcssa$i$229)
- )
- (set_local $$fl$4
+ (set_local $$and263
+ (i32.and
(get_local $$fl$1$and219)
+ (i32.const 8)
)
- (set_local $$p$2
- (get_local $$p$0)
- )
- (set_local $$pl$1
+ )
+ (set_local $$tobool264
+ (i32.eq
+ (get_local $$and263)
(i32.const 0)
)
- (set_local $$prefix$1
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 77)
- )
)
- (block
- (set_local $$sub$ptr$rhs$cast267
- (get_local $$s$addr$0$lcssa$i$229)
- )
- (set_local $$sub$ptr$sub268
- (i32.sub
- (get_local $$sub$ptr$lhs$cast317)
- (get_local $$sub$ptr$rhs$cast267)
+ (if
+ (get_local $$tobool264)
+ (block
+ (set_local $$a$0
+ (get_local $$s$addr$0$lcssa$i$229)
)
- )
- (set_local $$add269
- (i32.add
- (get_local $$sub$ptr$sub268)
- (i32.const 1)
+ (set_local $$fl$4
+ (get_local $$fl$1$and219)
)
- )
- (set_local $$cmp270
- (i32.lt_s
+ (set_local $$p$2
(get_local $$p$0)
- (get_local $$add269)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 77)
)
)
- (set_local $$add269$p$0
- (if
- (get_local $$cmp270)
- (get_local $$add269)
- (get_local $$p$0)
+ (block
+ (set_local $$sub$ptr$rhs$cast267
+ (get_local $$s$addr$0$lcssa$i$229)
+ )
+ (set_local $$sub$ptr$sub268
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast317)
+ (get_local $$sub$ptr$rhs$cast267)
+ )
+ )
+ (set_local $$add269
+ (i32.add
+ (get_local $$sub$ptr$sub268)
+ (i32.const 1)
+ )
+ )
+ (set_local $$cmp270
+ (i32.lt_s
+ (get_local $$p$0)
+ (get_local $$add269)
+ )
+ )
+ (set_local $$add269$p$0
+ (if
+ (get_local $$cmp270)
+ (get_local $$add269)
+ (get_local $$p$0)
+ )
+ )
+ (set_local $$a$0
+ (get_local $$s$addr$0$lcssa$i$229)
+ )
+ (set_local $$fl$4
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$p$2
+ (get_local $$add269$p$0)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 77)
)
)
- (set_local $$a$0
- (get_local $$s$addr$0$lcssa$i$229)
+ )
+ (br $switch$24)
+ )
+ )
+ (nop)
+ )
+ (block
+ (set_local $$135
+ (get_local $$arg)
+ )
+ (set_local $$136
+ (get_local $$135)
+ )
+ (set_local $$137
+ (i32.load
+ (get_local $$136)
+ )
+ )
+ (set_local $$138
+ (i32.add
+ (get_local $$135)
+ (i32.const 4)
+ )
+ )
+ (set_local $$139
+ (get_local $$138)
+ )
+ (set_local $$140
+ (i32.load
+ (get_local $$139)
+ )
+ )
+ (set_local $$141
+ (i32.lt_s
+ (get_local $$140)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$141)
+ (block
+ (set_local $$142
+ (call $_i64Subtract
+ (i32.const 0)
+ (i32.const 0)
+ (get_local $$137)
+ (get_local $$140)
)
- (set_local $$fl$4
- (get_local $$fl$1$and219)
+ )
+ (set_local $$143
+ (get_global $tempRet0)
+ )
+ (set_local $$144
+ (get_local $$arg)
+ )
+ (set_local $$145
+ (get_local $$144)
+ )
+ (i32.store
+ (get_local $$145)
+ (get_local $$142)
+ )
+ (set_local $$146
+ (i32.add
+ (get_local $$144)
+ (i32.const 4)
)
- (set_local $$p$2
- (get_local $$add269$p$0)
+ )
+ (set_local $$147
+ (get_local $$146)
+ )
+ (i32.store
+ (get_local $$147)
+ (get_local $$143)
+ )
+ (set_local $$148
+ (get_local $$142)
+ )
+ (set_local $$149
+ (get_local $$143)
+ )
+ (set_local $$pl$0
+ (i32.const 1)
+ )
+ (set_local $$prefix$0
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 76)
+ )
+ (br $label$break$L75)
+ )
+ )
+ (set_local $$and289
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 2048)
+ )
+ )
+ (set_local $$tobool290
+ (i32.eq
+ (get_local $$and289)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool290)
+ (block
+ (set_local $$and294
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 1)
)
- (set_local $$pl$1
+ )
+ (set_local $$tobool295
+ (i32.eq
+ (get_local $$and294)
(i32.const 0)
)
- (set_local $$prefix$1
+ )
+ (set_local $$$
+ (if
+ (get_local $$tobool295)
(i32.const 4091)
+ (i32.const 4093)
)
- (set_local $label
- (i32.const 77)
- )
+ )
+ (set_local $$148
+ (get_local $$137)
+ )
+ (set_local $$149
+ (get_local $$140)
+ )
+ (set_local $$pl$0
+ (get_local $$and294)
+ )
+ (set_local $$prefix$0
+ (get_local $$$)
+ )
+ (set_local $label
+ (i32.const 76)
+ )
+ )
+ (block
+ (set_local $$148
+ (get_local $$137)
+ )
+ (set_local $$149
+ (get_local $$140)
+ )
+ (set_local $$pl$0
+ (i32.const 1)
+ )
+ (set_local $$prefix$0
+ (i32.const 4092)
+ )
+ (set_local $label
+ (i32.const 76)
)
)
- (br $switch$24)
)
+ (br $switch$24)
)
- (nop)
)
(block
- (set_local $$135
+ (set_local $$65
(get_local $$arg)
)
- (set_local $$136
- (get_local $$135)
+ (set_local $$66
+ (get_local $$65)
)
- (set_local $$137
+ (set_local $$67
(i32.load
- (get_local $$136)
+ (get_local $$66)
)
)
- (set_local $$138
+ (set_local $$68
(i32.add
- (get_local $$135)
+ (get_local $$65)
(i32.const 4)
)
)
- (set_local $$139
- (get_local $$138)
+ (set_local $$69
+ (get_local $$68)
)
- (set_local $$140
+ (set_local $$70
(i32.load
- (get_local $$139)
+ (get_local $$69)
)
)
- (set_local $$141
- (i32.lt_s
- (get_local $$140)
- (i32.const 0)
- )
+ (set_local $$148
+ (get_local $$67)
)
- (if
- (get_local $$141)
- (block
- (set_local $$142
- (call $_i64Subtract
- (i32.const 0)
- (i32.const 0)
- (get_local $$137)
- (get_local $$140)
- )
- )
- (set_local $$143
- (i32.load
- (i32.const 168)
- )
- )
- (set_local $$144
- (get_local $$arg)
- )
- (set_local $$145
- (get_local $$144)
- )
- (i32.store
- (get_local $$145)
- (get_local $$142)
- )
- (set_local $$146
- (i32.add
- (get_local $$144)
- (i32.const 4)
- )
- )
- (set_local $$147
- (get_local $$146)
- )
- (i32.store
- (get_local $$147)
- (get_local $$143)
- )
- (set_local $$148
- (get_local $$142)
- )
- (set_local $$149
- (get_local $$143)
- )
- (set_local $$pl$0
- (i32.const 1)
- )
- (set_local $$prefix$0
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 76)
- )
- (br $label$break$L75)
- )
+ (set_local $$149
+ (get_local $$70)
)
- (set_local $$and289
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 2048)
- )
+ (set_local $$pl$0
+ (i32.const 0)
)
- (set_local $$tobool290
- (i32.eq
- (get_local $$and289)
- (i32.const 0)
- )
+ (set_local $$prefix$0
+ (i32.const 4091)
)
- (if
- (get_local $$tobool290)
- (block
- (set_local $$and294
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 1)
- )
- )
- (set_local $$tobool295
- (i32.eq
- (get_local $$and294)
- (i32.const 0)
- )
- )
- (set_local $$$
- (if
- (get_local $$tobool295)
- (i32.const 4091)
- (i32.const 4093)
- )
- )
- (set_local $$148
- (get_local $$137)
- )
- (set_local $$149
- (get_local $$140)
- )
- (set_local $$pl$0
- (get_local $$and294)
- )
- (set_local $$prefix$0
- (get_local $$$)
- )
- (set_local $label
- (i32.const 76)
- )
- )
- (block
- (set_local $$148
- (get_local $$137)
- )
- (set_local $$149
- (get_local $$140)
- )
- (set_local $$pl$0
- (i32.const 1)
- )
- (set_local $$prefix$0
- (i32.const 4092)
- )
- (set_local $label
- (i32.const 76)
- )
- )
+ (set_local $label
+ (i32.const 76)
)
(br $switch$24)
)
)
(block
- (set_local $$65
+ (set_local $$161
(get_local $$arg)
)
- (set_local $$66
- (get_local $$65)
+ (set_local $$162
+ (get_local $$161)
)
- (set_local $$67
+ (set_local $$163
(i32.load
- (get_local $$66)
+ (get_local $$162)
)
)
- (set_local $$68
+ (set_local $$164
(i32.add
- (get_local $$65)
+ (get_local $$161)
(i32.const 4)
)
)
- (set_local $$69
- (get_local $$68)
+ (set_local $$165
+ (get_local $$164)
)
- (set_local $$70
+ (set_local $$166
(i32.load
- (get_local $$69)
+ (get_local $$165)
)
)
- (set_local $$148
- (get_local $$67)
+ (set_local $$167
+ (i32.and
+ (get_local $$163)
+ (i32.const 255)
+ )
+ )
+ (i32.store8
+ (get_local $$add$ptr340)
+ (get_local $$167)
+ )
+ (set_local $$a$2
+ (get_local $$add$ptr340)
+ )
+ (set_local $$fl$6
+ (get_local $$and219)
)
- (set_local $$149
- (get_local $$70)
+ (set_local $$p$5
+ (i32.const 1)
)
- (set_local $$pl$0
+ (set_local $$pl$2
(i32.const 0)
)
- (set_local $$prefix$0
+ (set_local $$prefix$2
(i32.const 4091)
)
- (set_local $label
- (i32.const 76)
+ (set_local $$z$2
+ (get_local $$add$ptr205)
)
(br $switch$24)
)
)
(block
- (set_local $$161
- (get_local $$arg)
- )
- (set_local $$162
- (get_local $$161)
+ (set_local $$call344
+ (call $___errno_location)
)
- (set_local $$163
+ (set_local $$168
(i32.load
- (get_local $$162)
+ (get_local $$call344)
)
)
- (set_local $$164
- (i32.add
- (get_local $$161)
- (i32.const 4)
- )
- )
- (set_local $$165
- (get_local $$164)
- )
- (set_local $$166
- (i32.load
- (get_local $$165)
- )
- )
- (set_local $$167
- (i32.and
- (get_local $$163)
- (i32.const 255)
+ (set_local $$call345
+ (call $_strerror
+ (get_local $$168)
)
)
- (i32.store8
- (get_local $$add$ptr340)
- (get_local $$167)
- )
- (set_local $$a$2
- (get_local $$add$ptr340)
- )
- (set_local $$fl$6
- (get_local $$and219)
- )
- (set_local $$p$5
- (i32.const 1)
- )
- (set_local $$pl$2
- (i32.const 0)
+ (set_local $$a$1
+ (get_local $$call345)
)
- (set_local $$prefix$2
- (i32.const 4091)
- )
- (set_local $$z$2
- (get_local $$add$ptr205)
+ (set_local $label
+ (i32.const 82)
)
(br $switch$24)
)
)
(block
- (set_local $$call344
- (call $___errno_location)
- )
- (set_local $$168
+ (set_local $$169
(i32.load
- (get_local $$call344)
+ (get_local $$arg)
)
)
- (set_local $$call345
- (call $_strerror
- (get_local $$168)
+ (set_local $$tobool349
+ (i32.ne
+ (get_local $$169)
+ (i32.const 0)
+ )
+ )
+ (set_local $$cond354
+ (if
+ (get_local $$tobool349)
+ (get_local $$169)
+ (i32.const 4101)
)
)
(set_local $$a$1
- (get_local $$call345)
+ (get_local $$cond354)
)
(set_local $label
(i32.const 82)
@@ -8801,115 +8733,89 @@
)
)
(block
- (set_local $$169
+ (set_local $$170
+ (get_local $$arg)
+ )
+ (set_local $$171
+ (get_local $$170)
+ )
+ (set_local $$172
(i32.load
- (get_local $$arg)
+ (get_local $$171)
)
)
- (set_local $$tobool349
- (i32.ne
- (get_local $$169)
- (i32.const 0)
+ (set_local $$173
+ (i32.add
+ (get_local $$170)
+ (i32.const 4)
)
)
- (set_local $$cond354
- (if
- (get_local $$tobool349)
- (get_local $$169)
- (i32.const 4101)
+ (set_local $$174
+ (get_local $$173)
+ )
+ (set_local $$175
+ (i32.load
+ (get_local $$174)
)
)
- (set_local $$a$1
- (get_local $$cond354)
+ (i32.store
+ (get_local $$wc)
+ (get_local $$172)
)
- (set_local $label
- (i32.const 82)
+ (i32.store
+ (get_local $$arrayidx370)
+ (i32.const 0)
)
- (br $switch$24)
- )
- )
- (block
- (set_local $$170
- (get_local $$arg)
- )
- (set_local $$171
- (get_local $$170)
- )
- (set_local $$172
- (i32.load
- (get_local $$171)
+ (i32.store
+ (get_local $$arg)
+ (get_local $$wc)
)
- )
- (set_local $$173
- (i32.add
- (get_local $$170)
- (i32.const 4)
+ (set_local $$p$4365
+ (i32.const -1)
)
- )
- (set_local $$174
- (get_local $$173)
- )
- (set_local $$175
- (i32.load
- (get_local $$174)
+ (set_local $label
+ (i32.const 86)
)
- )
- (i32.store
- (get_local $$wc)
- (get_local $$172)
- )
- (i32.store
- (get_local $$arrayidx370)
- (i32.const 0)
- )
- (i32.store
- (get_local $$arg)
- (get_local $$wc)
- )
- (set_local $$p$4365
- (i32.const -1)
- )
- (set_local $label
- (i32.const 86)
- )
- (br $switch$24)
- )
- )
- (block
- (set_local $$cmp377$314
- (i32.eq
- (get_local $$p$0)
- (i32.const 0)
+ (br $switch$24)
)
)
- (if
- (get_local $$cmp377$314)
- (block
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (i32.const 0)
- (get_local $$fl$1$and219)
- )
- (set_local $$i$0$lcssa368
+ (block
+ (set_local $$cmp377$314
+ (i32.eq
+ (get_local $$p$0)
(i32.const 0)
)
- (set_local $label
- (i32.const 98)
- )
)
- (block
- (set_local $$p$4365
- (get_local $$p$0)
+ (if
+ (get_local $$cmp377$314)
+ (block
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (i32.const 0)
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$i$0$lcssa368
+ (i32.const 0)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
)
- (set_local $label
- (i32.const 86)
+ (block
+ (set_local $$p$4365
+ (get_local $$p$0)
+ )
+ (set_local $label
+ (i32.const 86)
+ )
)
)
+ (br $switch$24)
)
- (br $switch$24)
)
+ (nop)
)
(nop)
)
@@ -8923,2467 +8829,2425 @@
)
(nop)
)
- (nop)
- )
- (block
- (set_local $$181
- (f64.load
- (get_local $$arg)
+ (block
+ (set_local $$181
+ (f64.load
+ (get_local $$arg)
+ )
)
- )
- (i32.store
- (get_local $$e2$i)
- (i32.const 0)
- )
- (f64.store
- (i32.load
- (i32.const 24)
+ (i32.store
+ (get_local $$e2$i)
+ (i32.const 0)
)
- (get_local $$181)
- )
- (set_local $$182
- (i32.load
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $$181)
+ )
+ (set_local $$182
(i32.load
- (i32.const 24)
+ (get_global $tempDoublePtr)
)
)
- )
- (set_local $$183
- (i32.load
- (i32.add
- (i32.load
- (i32.const 24)
+ (set_local $$183
+ (i32.load
+ (i32.add
+ (get_global $tempDoublePtr)
+ (i32.const 4)
)
- (i32.const 4)
)
)
- )
- (set_local $$184
- (i32.lt_s
- (get_local $$183)
- (i32.const 0)
- )
- )
- (if
- (get_local $$184)
- (block
- (set_local $$sub$i
- (f64.neg
- (get_local $$181)
- )
- )
- (set_local $$pl$0$i
- (i32.const 1)
- )
- (set_local $$prefix$0$i
- (i32.const 4108)
- )
- (set_local $$y$addr$0$i
- (get_local $$sub$i)
+ (set_local $$184
+ (i32.lt_s
+ (get_local $$183)
+ (i32.const 0)
)
)
- (block
- (set_local $$and$i$238
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 2048)
+ (if
+ (get_local $$184)
+ (block
+ (set_local $$sub$i
+ (f64.neg
+ (get_local $$181)
+ )
)
- )
- (set_local $$tobool9$i
- (i32.eq
- (get_local $$and$i$238)
- (i32.const 0)
+ (set_local $$pl$0$i
+ (i32.const 1)
+ )
+ (set_local $$prefix$0$i
+ (i32.const 4108)
+ )
+ (set_local $$y$addr$0$i
+ (get_local $$sub$i)
)
)
- (if
- (get_local $$tobool9$i)
- (block
- (set_local $$and12$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 1)
- )
+ (block
+ (set_local $$and$i$238
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 2048)
)
- (set_local $$tobool13$i
- (i32.eq
+ )
+ (set_local $$tobool9$i
+ (i32.eq
+ (get_local $$and$i$238)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool9$i)
+ (block
+ (set_local $$and12$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 1)
+ )
+ )
+ (set_local $$tobool13$i
+ (i32.eq
+ (get_local $$and12$i)
+ (i32.const 0)
+ )
+ )
+ (set_local $$$$i
+ (if
+ (get_local $$tobool13$i)
+ (i32.const 4109)
+ (i32.const 4114)
+ )
+ )
+ (set_local $$pl$0$i
(get_local $$and12$i)
- (i32.const 0)
)
- )
- (set_local $$$$i
- (if
- (get_local $$tobool13$i)
- (i32.const 4109)
- (i32.const 4114)
+ (set_local $$prefix$0$i
+ (get_local $$$$i)
+ )
+ (set_local $$y$addr$0$i
+ (get_local $$181)
)
)
- (set_local $$pl$0$i
- (get_local $$and12$i)
- )
- (set_local $$prefix$0$i
- (get_local $$$$i)
- )
- (set_local $$y$addr$0$i
- (get_local $$181)
- )
- )
- (block
- (set_local $$pl$0$i
- (i32.const 1)
- )
- (set_local $$prefix$0$i
- (i32.const 4111)
- )
- (set_local $$y$addr$0$i
- (get_local $$181)
+ (block
+ (set_local $$pl$0$i
+ (i32.const 1)
+ )
+ (set_local $$prefix$0$i
+ (i32.const 4111)
+ )
+ (set_local $$y$addr$0$i
+ (get_local $$181)
+ )
)
)
)
)
- )
- (f64.store
- (i32.load
- (i32.const 24)
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $$y$addr$0$i)
)
- (get_local $$y$addr$0$i)
- )
- (set_local $$185
- (i32.load
+ (set_local $$185
(i32.load
- (i32.const 24)
+ (get_global $tempDoublePtr)
)
)
- )
- (set_local $$186
- (i32.load
- (i32.add
- (i32.load
- (i32.const 24)
+ (set_local $$186
+ (i32.load
+ (i32.add
+ (get_global $tempDoublePtr)
+ (i32.const 4)
)
- (i32.const 4)
)
)
- )
- (set_local $$187
- (i32.and
- (get_local $$186)
- (i32.const 2146435072)
+ (set_local $$187
+ (i32.and
+ (get_local $$186)
+ (i32.const 2146435072)
+ )
)
- )
- (set_local $$188
- (i32.lt_u
- (get_local $$187)
- (i32.const 2146435072)
+ (set_local $$188
+ (i32.lt_u
+ (get_local $$187)
+ (i32.const 2146435072)
+ )
)
- )
- (set_local $$189
- (i32.lt_s
- (i32.const 0)
- (i32.const 0)
+ (set_local $$189
+ (i32.lt_s
+ (i32.const 0)
+ (i32.const 0)
+ )
)
- )
- (set_local $$190
- (i32.eq
- (get_local $$187)
- (i32.const 2146435072)
+ (set_local $$190
+ (i32.eq
+ (get_local $$187)
+ (i32.const 2146435072)
+ )
)
- )
- (set_local $$191
- (i32.and
- (get_local $$190)
- (get_local $$189)
+ (set_local $$191
+ (i32.and
+ (get_local $$190)
+ (get_local $$189)
+ )
)
- )
- (set_local $$192
- (i32.or
- (get_local $$188)
- (get_local $$191)
+ (set_local $$192
+ (i32.or
+ (get_local $$188)
+ (get_local $$191)
+ )
)
- )
- (block $do-once$56
- (if
- (get_local $$192)
- (block
- (set_local $$call55$i
- (call $_frexpl
- (get_local $$y$addr$0$i)
- (get_local $$e2$i)
+ (block $do-once$56
+ (if
+ (get_local $$192)
+ (block
+ (set_local $$call55$i
+ (call $_frexpl
+ (get_local $$y$addr$0$i)
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$mul$i$240
- (f64.mul
- (get_local $$call55$i)
- (f64.const 2)
+ (set_local $$mul$i$240
+ (f64.mul
+ (get_local $$call55$i)
+ (f64.const 2)
+ )
)
- )
- (set_local $$tobool56$i
- (f64.ne
- (get_local $$mul$i$240)
- (f64.const 0)
+ (set_local $$tobool56$i
+ (f64.ne
+ (get_local $$mul$i$240)
+ (f64.const 0)
+ )
)
- )
- (if
- (get_local $$tobool56$i)
- (block
- (set_local $$195
- (i32.load
- (get_local $$e2$i)
+ (if
+ (get_local $$tobool56$i)
+ (block
+ (set_local $$195
+ (i32.load
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$dec$i
- (i32.add
- (get_local $$195)
- (i32.const -1)
+ (set_local $$dec$i
+ (i32.add
+ (get_local $$195)
+ (i32.const -1)
+ )
+ )
+ (i32.store
+ (get_local $$e2$i)
+ (get_local $$dec$i)
)
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$dec$i)
)
)
- )
- (set_local $$or$i$241
- (i32.or
- (get_local $$t$0)
- (i32.const 32)
- )
- )
- (set_local $$cmp59$i
- (i32.eq
- (get_local $$or$i$241)
- (i32.const 97)
+ (set_local $$or$i$241
+ (i32.or
+ (get_local $$t$0)
+ (i32.const 32)
+ )
)
- )
- (if
- (get_local $$cmp59$i)
- (block
- (set_local $$and62$i
- (i32.and
- (get_local $$t$0)
- (i32.const 32)
- )
+ (set_local $$cmp59$i
+ (i32.eq
+ (get_local $$or$i$241)
+ (i32.const 97)
)
- (set_local $$tobool63$i
- (i32.eq
- (get_local $$and62$i)
- (i32.const 0)
+ )
+ (if
+ (get_local $$cmp59$i)
+ (block
+ (set_local $$and62$i
+ (i32.and
+ (get_local $$t$0)
+ (i32.const 32)
+ )
)
- )
- (set_local $$add$ptr65$i
- (i32.add
- (get_local $$prefix$0$i)
- (i32.const 9)
+ (set_local $$tobool63$i
+ (i32.eq
+ (get_local $$and62$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$prefix$0$add$ptr65$i
- (if
- (get_local $$tobool63$i)
- (get_local $$prefix$0$i)
- (get_local $$add$ptr65$i)
+ (set_local $$add$ptr65$i
+ (i32.add
+ (get_local $$prefix$0$i)
+ (i32.const 9)
+ )
)
- )
- (set_local $$add67$i
- (i32.or
- (get_local $$pl$0$i)
- (i32.const 2)
+ (set_local $$prefix$0$add$ptr65$i
+ (if
+ (get_local $$tobool63$i)
+ (get_local $$prefix$0$i)
+ (get_local $$add$ptr65$i)
+ )
)
- )
- (set_local $$196
- (i32.gt_u
- (get_local $$p$0)
- (i32.const 11)
+ (set_local $$add67$i
+ (i32.or
+ (get_local $$pl$0$i)
+ (i32.const 2)
+ )
)
- )
- (set_local $$sub74$i
- (i32.sub
- (i32.const 12)
- (get_local $$p$0)
+ (set_local $$196
+ (i32.gt_u
+ (get_local $$p$0)
+ (i32.const 11)
+ )
)
- )
- (set_local $$tobool76552$i
- (i32.eq
- (get_local $$sub74$i)
- (i32.const 0)
+ (set_local $$sub74$i
+ (i32.sub
+ (i32.const 12)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$tobool76$i
- (i32.or
- (get_local $$196)
- (get_local $$tobool76552$i)
+ (set_local $$tobool76552$i
+ (i32.eq
+ (get_local $$sub74$i)
+ (i32.const 0)
+ )
)
- )
- (block $do-once$58
- (if
- (get_local $$tobool76$i)
- (set_local $$y$addr$1$i
- (get_local $$mul$i$240)
+ (set_local $$tobool76$i
+ (i32.or
+ (get_local $$196)
+ (get_local $$tobool76552$i)
)
- (block
- (set_local $$re$1482$i
- (get_local $$sub74$i)
- )
- (set_local $$round$0481$i
- (f64.const 8)
+ )
+ (block $do-once$58
+ (if
+ (get_local $$tobool76$i)
+ (set_local $$y$addr$1$i
+ (get_local $$mul$i$240)
)
- (loop $while-out$60 $while-in$61
- (set_local $$dec78$i
- (i32.add
- (get_local $$re$1482$i)
- (i32.const -1)
- )
- )
- (set_local $$mul80$i
- (f64.mul
- (get_local $$round$0481$i)
- (f64.const 16)
- )
+ (block
+ (set_local $$re$1482$i
+ (get_local $$sub74$i)
)
- (set_local $$tobool79$i
- (i32.eq
- (get_local $$dec78$i)
- (i32.const 0)
- )
+ (set_local $$round$0481$i
+ (f64.const 8)
)
- (if
- (get_local $$tobool79$i)
- (block
- (set_local $$mul80$i$lcssa
- (get_local $$mul80$i)
+ (loop $while-in$61
+ (block $while-out$60
+ (set_local $$dec78$i
+ (i32.add
+ (get_local $$re$1482$i)
+ (i32.const -1)
+ )
)
- (br $while-out$60)
- )
- (block
- (set_local $$re$1482$i
- (get_local $$dec78$i)
+ (set_local $$mul80$i
+ (f64.mul
+ (get_local $$round$0481$i)
+ (f64.const 16)
+ )
+ )
+ (set_local $$tobool79$i
+ (i32.eq
+ (get_local $$dec78$i)
+ (i32.const 0)
+ )
)
- (set_local $$round$0481$i
- (get_local $$mul80$i)
+ (if
+ (get_local $$tobool79$i)
+ (block
+ (set_local $$mul80$i$lcssa
+ (get_local $$mul80$i)
+ )
+ (br $while-out$60)
+ )
+ (block
+ (set_local $$re$1482$i
+ (get_local $$dec78$i)
+ )
+ (set_local $$round$0481$i
+ (get_local $$mul80$i)
+ )
+ )
)
+ (br $while-in$61)
)
)
- (br $while-in$61)
- )
- (set_local $$197
- (i32.load8_s
- (get_local $$prefix$0$add$ptr65$i)
+ (set_local $$197
+ (i32.load8_s
+ (get_local $$prefix$0$add$ptr65$i)
+ )
)
- )
- (set_local $$cmp82$i
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$197)
+ (set_local $$cmp82$i
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$197)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
- )
- (if
- (get_local $$cmp82$i)
- (block
- (set_local $$sub85$i
- (f64.neg
- (get_local $$mul$i$240)
+ (if
+ (get_local $$cmp82$i)
+ (block
+ (set_local $$sub85$i
+ (f64.neg
+ (get_local $$mul$i$240)
+ )
)
- )
- (set_local $$sub86$i
- (f64.sub
- (get_local $$sub85$i)
- (get_local $$mul80$i$lcssa)
+ (set_local $$sub86$i
+ (f64.sub
+ (get_local $$sub85$i)
+ (get_local $$mul80$i$lcssa)
+ )
)
- )
- (set_local $$add87$i
- (f64.add
- (get_local $$mul80$i$lcssa)
- (get_local $$sub86$i)
+ (set_local $$add87$i
+ (f64.add
+ (get_local $$mul80$i$lcssa)
+ (get_local $$sub86$i)
+ )
)
- )
- (set_local $$sub88$i
- (f64.neg
- (get_local $$add87$i)
+ (set_local $$sub88$i
+ (f64.neg
+ (get_local $$add87$i)
+ )
)
- )
- (set_local $$y$addr$1$i
- (get_local $$sub88$i)
- )
- (br $do-once$58)
- )
- (block
- (set_local $$add90$i
- (f64.add
- (get_local $$mul$i$240)
- (get_local $$mul80$i$lcssa)
+ (set_local $$y$addr$1$i
+ (get_local $$sub88$i)
)
+ (br $do-once$58)
)
- (set_local $$sub91$i
- (f64.sub
- (get_local $$add90$i)
- (get_local $$mul80$i$lcssa)
+ (block
+ (set_local $$add90$i
+ (f64.add
+ (get_local $$mul$i$240)
+ (get_local $$mul80$i$lcssa)
+ )
)
+ (set_local $$sub91$i
+ (f64.sub
+ (get_local $$add90$i)
+ (get_local $$mul80$i$lcssa)
+ )
+ )
+ (set_local $$y$addr$1$i
+ (get_local $$sub91$i)
+ )
+ (br $do-once$58)
)
- (set_local $$y$addr$1$i
- (get_local $$sub91$i)
- )
- (br $do-once$58)
)
)
)
)
- )
- (set_local $$198
- (i32.load
- (get_local $$e2$i)
+ (set_local $$198
+ (i32.load
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$cmp94$i
- (i32.lt_s
- (get_local $$198)
- (i32.const 0)
+ (set_local $$cmp94$i
+ (i32.lt_s
+ (get_local $$198)
+ (i32.const 0)
+ )
)
- )
- (set_local $$sub97$i
- (i32.sub
- (i32.const 0)
- (get_local $$198)
+ (set_local $$sub97$i
+ (i32.sub
+ (i32.const 0)
+ (get_local $$198)
+ )
)
- )
- (set_local $$cond100$i
- (if
- (get_local $$cmp94$i)
- (get_local $$sub97$i)
- (get_local $$198)
+ (set_local $$cond100$i
+ (if
+ (get_local $$cmp94$i)
+ (get_local $$sub97$i)
+ (get_local $$198)
+ )
)
- )
- (set_local $$199
- (i32.lt_s
- (get_local $$cond100$i)
- (i32.const 0)
+ (set_local $$199
+ (i32.lt_s
+ (get_local $$cond100$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$200
- (i32.shr_s
- (i32.shl
- (get_local $$199)
+ (set_local $$200
+ (i32.shr_s
+ (i32.shl
+ (get_local $$199)
+ (i32.const 31)
+ )
(i32.const 31)
)
- (i32.const 31)
)
- )
- (set_local $$201
- (call $_fmt_u
- (get_local $$cond100$i)
- (get_local $$200)
- (get_local $$arrayidx$i$236)
+ (set_local $$201
+ (call $_fmt_u
+ (get_local $$cond100$i)
+ (get_local $$200)
+ (get_local $$arrayidx$i$236)
+ )
)
- )
- (set_local $$cmp103$i
- (i32.eq
- (get_local $$201)
- (get_local $$arrayidx$i$236)
+ (set_local $$cmp103$i
+ (i32.eq
+ (get_local $$201)
+ (get_local $$arrayidx$i$236)
+ )
)
- )
- (if
- (get_local $$cmp103$i)
- (block
- (i32.store8
- (get_local $$incdec$ptr106$i)
- (i32.const 48)
+ (if
+ (get_local $$cmp103$i)
+ (block
+ (i32.store8
+ (get_local $$incdec$ptr106$i)
+ (i32.const 48)
+ )
+ (set_local $$estr$0$i
+ (get_local $$incdec$ptr106$i)
+ )
)
(set_local $$estr$0$i
- (get_local $$incdec$ptr106$i)
+ (get_local $$201)
)
)
- (set_local $$estr$0$i
- (get_local $$201)
- )
- )
- (set_local $$202
- (i32.shr_s
- (get_local $$198)
- (i32.const 31)
- )
- )
- (set_local $$203
- (i32.and
- (get_local $$202)
- (i32.const 2)
- )
- )
- (set_local $$204
- (i32.add
- (get_local $$203)
- (i32.const 43)
- )
- )
- (set_local $$conv111$i
- (i32.and
- (get_local $$204)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr112$i
- (i32.add
- (get_local $$estr$0$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr112$i)
- (get_local $$conv111$i)
- )
- (set_local $$add113$i
- (i32.add
- (get_local $$t$0)
- (i32.const 15)
- )
- )
- (set_local $$conv114$i
- (i32.and
- (get_local $$add113$i)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr115$i
- (i32.add
- (get_local $$estr$0$i)
- (i32.const -2)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr115$i)
- (get_local $$conv114$i)
- )
- (set_local $$notrhs$i
- (i32.lt_s
- (get_local $$p$0)
- (i32.const 1)
- )
- )
- (set_local $$and134$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
- )
- )
- (set_local $$tobool135$i
- (i32.eq
- (get_local $$and134$i)
- (i32.const 0)
- )
- )
- (set_local $$s$0$i
- (get_local $$buf$i)
- )
- (set_local $$y$addr$2$i
- (get_local $$y$addr$1$i)
- )
- (loop $while-out$62 $while-in$63
- (set_local $$conv116$i
- (i32.trunc_s/f64
- (get_local $$y$addr$2$i)
+ (set_local $$202
+ (i32.shr_s
+ (get_local $$198)
+ (i32.const 31)
)
)
- (set_local $$arrayidx117$i
- (i32.add
- (i32.const 4075)
- (get_local $$conv116$i)
+ (set_local $$203
+ (i32.and
+ (get_local $$202)
+ (i32.const 2)
)
)
- (set_local $$205
- (i32.load8_s
- (get_local $$arrayidx117$i)
+ (set_local $$204
+ (i32.add
+ (get_local $$203)
+ (i32.const 43)
)
)
- (set_local $$conv118$393$i
+ (set_local $$conv111$i
(i32.and
- (get_local $$205)
+ (get_local $$204)
(i32.const 255)
)
)
- (set_local $$or120$i
- (i32.or
- (get_local $$conv118$393$i)
- (get_local $$and62$i)
+ (set_local $$incdec$ptr112$i
+ (i32.add
+ (get_local $$estr$0$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr112$i)
+ (get_local $$conv111$i)
+ )
+ (set_local $$add113$i
+ (i32.add
+ (get_local $$t$0)
+ (i32.const 15)
)
)
- (set_local $$conv121$i
+ (set_local $$conv114$i
(i32.and
- (get_local $$or120$i)
+ (get_local $$add113$i)
(i32.const 255)
)
)
- (set_local $$incdec$ptr122$i
+ (set_local $$incdec$ptr115$i
(i32.add
- (get_local $$s$0$i)
- (i32.const 1)
+ (get_local $$estr$0$i)
+ (i32.const -2)
)
)
(i32.store8
- (get_local $$s$0$i)
- (get_local $$conv121$i)
+ (get_local $$incdec$ptr115$i)
+ (get_local $$conv114$i)
)
- (set_local $$conv123$i
- (f64.convert_s/i32
- (get_local $$conv116$i)
+ (set_local $$notrhs$i
+ (i32.lt_s
+ (get_local $$p$0)
+ (i32.const 1)
)
)
- (set_local $$sub124$i
- (f64.sub
- (get_local $$y$addr$2$i)
- (get_local $$conv123$i)
+ (set_local $$and134$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 8)
)
)
- (set_local $$mul125$i
- (f64.mul
- (get_local $$sub124$i)
- (f64.const 16)
+ (set_local $$tobool135$i
+ (i32.eq
+ (get_local $$and134$i)
+ (i32.const 0)
)
)
- (set_local $$sub$ptr$lhs$cast$i
- (get_local $$incdec$ptr122$i)
- )
- (set_local $$sub$ptr$sub$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast$i)
- (get_local $$sub$ptr$rhs$cast$i)
- )
+ (set_local $$s$0$i
+ (get_local $$buf$i)
)
- (set_local $$cmp127$i
- (i32.eq
- (get_local $$sub$ptr$sub$i)
- (i32.const 1)
- )
+ (set_local $$y$addr$2$i
+ (get_local $$y$addr$1$i)
)
- (block $do-once$64
- (if
- (get_local $$cmp127$i)
- (block
- (set_local $$notlhs$i
- (f64.eq
- (get_local $$mul125$i)
- (f64.const 0)
- )
+ (loop $while-in$63
+ (block $while-out$62
+ (set_local $$conv116$i
+ (i32.trunc_s/f64
+ (get_local $$y$addr$2$i)
)
- (set_local $$or$cond1$not$i
- (i32.and
- (get_local $$notrhs$i)
- (get_local $$notlhs$i)
- )
+ )
+ (set_local $$arrayidx117$i
+ (i32.add
+ (i32.const 4075)
+ (get_local $$conv116$i)
)
- (set_local $$or$cond$i
- (i32.and
- (get_local $$tobool135$i)
- (get_local $$or$cond1$not$i)
- )
+ )
+ (set_local $$205
+ (i32.load8_s
+ (get_local $$arrayidx117$i)
+ )
+ )
+ (set_local $$conv118$393$i
+ (i32.and
+ (get_local $$205)
+ (i32.const 255)
+ )
+ )
+ (set_local $$or120$i
+ (i32.or
+ (get_local $$conv118$393$i)
+ (get_local $$and62$i)
)
+ )
+ (set_local $$conv121$i
+ (i32.and
+ (get_local $$or120$i)
+ (i32.const 255)
+ )
+ )
+ (set_local $$incdec$ptr122$i
+ (i32.add
+ (get_local $$s$0$i)
+ (i32.const 1)
+ )
+ )
+ (i32.store8
+ (get_local $$s$0$i)
+ (get_local $$conv121$i)
+ )
+ (set_local $$conv123$i
+ (f64.convert_s/i32
+ (get_local $$conv116$i)
+ )
+ )
+ (set_local $$sub124$i
+ (f64.sub
+ (get_local $$y$addr$2$i)
+ (get_local $$conv123$i)
+ )
+ )
+ (set_local $$mul125$i
+ (f64.mul
+ (get_local $$sub124$i)
+ (f64.const 16)
+ )
+ )
+ (set_local $$sub$ptr$lhs$cast$i
+ (get_local $$incdec$ptr122$i)
+ )
+ (set_local $$sub$ptr$sub$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast$i)
+ (get_local $$sub$ptr$rhs$cast$i)
+ )
+ )
+ (set_local $$cmp127$i
+ (i32.eq
+ (get_local $$sub$ptr$sub$i)
+ (i32.const 1)
+ )
+ )
+ (block $do-once$64
(if
- (get_local $$or$cond$i)
+ (get_local $$cmp127$i)
(block
- (set_local $$s$1$i
+ (set_local $$notlhs$i
+ (f64.eq
+ (get_local $$mul125$i)
+ (f64.const 0)
+ )
+ )
+ (set_local $$or$cond1$not$i
+ (i32.and
+ (get_local $$notrhs$i)
+ (get_local $$notlhs$i)
+ )
+ )
+ (set_local $$or$cond$i
+ (i32.and
+ (get_local $$tobool135$i)
+ (get_local $$or$cond1$not$i)
+ )
+ )
+ (if
+ (get_local $$or$cond$i)
+ (block
+ (set_local $$s$1$i
+ (get_local $$incdec$ptr122$i)
+ )
+ (br $do-once$64)
+ )
+ )
+ (set_local $$incdec$ptr137$i
+ (i32.add
+ (get_local $$s$0$i)
+ (i32.const 2)
+ )
+ )
+ (i32.store8
(get_local $$incdec$ptr122$i)
+ (i32.const 46)
+ )
+ (set_local $$s$1$i
+ (get_local $$incdec$ptr137$i)
)
- (br $do-once$64)
)
- )
- (set_local $$incdec$ptr137$i
- (i32.add
- (get_local $$s$0$i)
- (i32.const 2)
+ (set_local $$s$1$i
+ (get_local $$incdec$ptr122$i)
)
)
- (i32.store8
- (get_local $$incdec$ptr122$i)
- (i32.const 46)
- )
- (set_local $$s$1$i
- (get_local $$incdec$ptr137$i)
+ )
+ (set_local $$tobool139$i
+ (f64.ne
+ (get_local $$mul125$i)
+ (f64.const 0)
)
)
- (set_local $$s$1$i
- (get_local $$incdec$ptr122$i)
+ (if
+ (get_local $$tobool139$i)
+ (block
+ (set_local $$s$0$i
+ (get_local $$s$1$i)
+ )
+ (set_local $$y$addr$2$i
+ (get_local $$mul125$i)
+ )
+ )
+ (block
+ (set_local $$s$1$i$lcssa
+ (get_local $$s$1$i)
+ )
+ (br $while-out$62)
+ )
)
+ (br $while-in$63)
)
)
- (set_local $$tobool139$i
- (f64.ne
- (get_local $$mul125$i)
- (f64.const 0)
+ (set_local $$tobool140$i
+ (i32.ne
+ (get_local $$p$0)
+ (i32.const 0)
)
)
- (if
- (get_local $$tobool139$i)
- (block
- (set_local $$s$0$i
- (get_local $$s$1$i)
- )
- (set_local $$y$addr$2$i
- (get_local $$mul125$i)
- )
- )
- (block
- (set_local $$s$1$i$lcssa
- (get_local $$s$1$i)
- )
- (br $while-out$62)
+ (set_local $$$pre566$i
+ (get_local $$s$1$i$lcssa)
+ )
+ (set_local $$sub146$i
+ (i32.add
+ (get_local $$sub$ptr$sub145$i)
+ (get_local $$$pre566$i)
)
)
- (br $while-in$63)
- )
- (set_local $$tobool140$i
- (i32.ne
- (get_local $$p$0)
- (i32.const 0)
+ (set_local $$cmp147$i
+ (i32.lt_s
+ (get_local $$sub146$i)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$$pre566$i
- (get_local $$s$1$i$lcssa)
- )
- (set_local $$sub146$i
- (i32.add
- (get_local $$sub$ptr$sub145$i)
- (get_local $$$pre566$i)
+ (set_local $$or$cond384
+ (i32.and
+ (get_local $$tobool140$i)
+ (get_local $$cmp147$i)
+ )
)
- )
- (set_local $$cmp147$i
- (i32.lt_s
- (get_local $$sub146$i)
- (get_local $$p$0)
+ (set_local $$sub$ptr$rhs$cast152$i
+ (get_local $$incdec$ptr115$i)
)
- )
- (set_local $$or$cond384
- (i32.and
- (get_local $$tobool140$i)
- (get_local $$cmp147$i)
+ (set_local $$add150$i
+ (i32.add
+ (get_local $$sub$ptr$sub153$i)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$sub$ptr$rhs$cast152$i
- (get_local $$incdec$ptr115$i)
- )
- (set_local $$add150$i
- (i32.add
- (get_local $$sub$ptr$sub153$i)
- (get_local $$p$0)
+ (set_local $$add154$i
+ (i32.sub
+ (get_local $$add150$i)
+ (get_local $$sub$ptr$rhs$cast152$i)
+ )
)
- )
- (set_local $$add154$i
- (i32.sub
- (get_local $$add150$i)
- (get_local $$sub$ptr$rhs$cast152$i)
+ (set_local $$sub$ptr$rhs$cast161$i
+ (get_local $$incdec$ptr115$i)
)
- )
- (set_local $$sub$ptr$rhs$cast161$i
- (get_local $$incdec$ptr115$i)
- )
- (set_local $$sub$ptr$sub162$i
- (i32.sub
- (get_local $$sub$ptr$sub159$i)
- (get_local $$sub$ptr$rhs$cast161$i)
+ (set_local $$sub$ptr$sub162$i
+ (i32.sub
+ (get_local $$sub$ptr$sub159$i)
+ (get_local $$sub$ptr$rhs$cast161$i)
+ )
)
- )
- (set_local $$add163$i
- (i32.add
- (get_local $$sub$ptr$sub162$i)
- (get_local $$$pre566$i)
+ (set_local $$add163$i
+ (i32.add
+ (get_local $$sub$ptr$sub162$i)
+ (get_local $$$pre566$i)
+ )
)
- )
- (set_local $$l$0$i
- (if
- (get_local $$or$cond384)
- (get_local $$add154$i)
- (get_local $$add163$i)
+ (set_local $$l$0$i
+ (if
+ (get_local $$or$cond384)
+ (get_local $$add154$i)
+ (get_local $$add163$i)
+ )
)
- )
- (set_local $$add165$i
- (i32.add
- (get_local $$l$0$i)
- (get_local $$add67$i)
+ (set_local $$add165$i
+ (i32.add
+ (get_local $$l$0$i)
+ (get_local $$add67$i)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add165$i)
- (get_local $$fl$1$and219)
- )
- (set_local $$206
- (i32.load
+ (call $_pad
(get_local $$f)
- )
- )
- (set_local $$and$i$418$i
- (i32.and
- (get_local $$206)
(i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add165$i)
+ (get_local $$fl$1$and219)
)
- )
- (set_local $$tobool$i$419$i
- (i32.eq
- (get_local $$and$i$418$i)
- (i32.const 0)
+ (set_local $$206
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (if
- (get_local $$tobool$i$419$i)
- (call $___fwritex
- (get_local $$prefix$0$add$ptr65$i)
- (get_local $$add67$i)
- (get_local $$f)
+ (set_local $$and$i$418$i
+ (i32.and
+ (get_local $$206)
+ (i32.const 32)
+ )
)
- )
- (set_local $$xor167$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 65536)
+ (set_local $$tobool$i$419$i
+ (i32.eq
+ (get_local $$and$i$418$i)
+ (i32.const 0)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$w$1)
- (get_local $$add165$i)
- (get_local $$xor167$i)
- )
- (set_local $$sub$ptr$sub172$i
- (i32.sub
- (get_local $$$pre566$i)
- (get_local $$sub$ptr$rhs$cast$i)
+ (if
+ (get_local $$tobool$i$419$i)
+ (call $___fwritex
+ (get_local $$prefix$0$add$ptr65$i)
+ (get_local $$add67$i)
+ (get_local $$f)
+ )
)
- )
- (set_local $$207
- (i32.load
+ (set_local $$xor167$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 65536)
+ )
+ )
+ (call $_pad
(get_local $$f)
+ (i32.const 48)
+ (get_local $$w$1)
+ (get_local $$add165$i)
+ (get_local $$xor167$i)
)
- )
- (set_local $$and$i$424$i
- (i32.and
- (get_local $$207)
- (i32.const 32)
+ (set_local $$sub$ptr$sub172$i
+ (i32.sub
+ (get_local $$$pre566$i)
+ (get_local $$sub$ptr$rhs$cast$i)
+ )
)
- )
- (set_local $$tobool$i$425$i
- (i32.eq
- (get_local $$and$i$424$i)
- (i32.const 0)
+ (set_local $$207
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (if
- (get_local $$tobool$i$425$i)
- (call $___fwritex
- (get_local $$buf$i)
- (get_local $$sub$ptr$sub172$i)
- (get_local $$f)
+ (set_local $$and$i$424$i
+ (i32.and
+ (get_local $$207)
+ (i32.const 32)
+ )
)
- )
- (set_local $$sub$ptr$rhs$cast174$i
- (get_local $$incdec$ptr115$i)
- )
- (set_local $$sub$ptr$sub175$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast174$i)
+ (set_local $$tobool$i$425$i
+ (i32.eq
+ (get_local $$and$i$424$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$sum
- (i32.add
- (get_local $$sub$ptr$sub172$i)
- (get_local $$sub$ptr$sub175$i)
+ (if
+ (get_local $$tobool$i$425$i)
+ (call $___fwritex
+ (get_local $$buf$i)
+ (get_local $$sub$ptr$sub172$i)
+ (get_local $$f)
+ )
)
- )
- (set_local $$sub181$i
- (i32.sub
- (get_local $$l$0$i)
- (get_local $$sum)
+ (set_local $$sub$ptr$rhs$cast174$i
+ (get_local $$incdec$ptr115$i)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$sub181$i)
- (i32.const 0)
- (i32.const 0)
- )
- (set_local $$208
- (i32.load
- (get_local $$f)
+ (set_local $$sub$ptr$sub175$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast174$i)
+ )
)
- )
- (set_local $$and$i$430$i
- (i32.and
- (get_local $$208)
- (i32.const 32)
+ (set_local $$sum
+ (i32.add
+ (get_local $$sub$ptr$sub172$i)
+ (get_local $$sub$ptr$sub175$i)
+ )
)
- )
- (set_local $$tobool$i$431$i
- (i32.eq
- (get_local $$and$i$430$i)
- (i32.const 0)
+ (set_local $$sub181$i
+ (i32.sub
+ (get_local $$l$0$i)
+ (get_local $$sum)
+ )
)
- )
- (if
- (get_local $$tobool$i$431$i)
- (call $___fwritex
- (get_local $$incdec$ptr115$i)
- (get_local $$sub$ptr$sub175$i)
+ (call $_pad
(get_local $$f)
+ (i32.const 48)
+ (get_local $$sub181$i)
+ (i32.const 0)
+ (i32.const 0)
)
- )
- (set_local $$xor186$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
+ (set_local $$208
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add165$i)
- (get_local $$xor186$i)
- )
- (set_local $$cmp188$i
- (i32.lt_s
- (get_local $$add165$i)
- (get_local $$w$1)
+ (set_local $$and$i$430$i
+ (i32.and
+ (get_local $$208)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$431$i
+ (i32.eq
+ (get_local $$and$i$430$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$w$add165$i
(if
- (get_local $$cmp188$i)
+ (get_local $$tobool$i$431$i)
+ (call $___fwritex
+ (get_local $$incdec$ptr115$i)
+ (get_local $$sub$ptr$sub175$i)
+ (get_local $$f)
+ )
+ )
+ (set_local $$xor186$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
(get_local $$w$1)
(get_local $$add165$i)
+ (get_local $$xor186$i)
+ )
+ (set_local $$cmp188$i
+ (i32.lt_s
+ (get_local $$add165$i)
+ (get_local $$w$1)
+ )
+ )
+ (set_local $$w$add165$i
+ (if
+ (get_local $$cmp188$i)
+ (get_local $$w$1)
+ (get_local $$add165$i)
+ )
+ )
+ (set_local $$retval$0$i
+ (get_local $$w$add165$i)
)
+ (br $do-once$56)
)
- (set_local $$retval$0$i
- (get_local $$w$add165$i)
+ )
+ (set_local $$cmp196$i
+ (i32.lt_s
+ (get_local $$p$0)
+ (i32.const 0)
)
- (br $do-once$56)
)
- )
- (set_local $$cmp196$i
- (i32.lt_s
- (get_local $$p$0)
- (i32.const 0)
+ (set_local $$$p$i
+ (if
+ (get_local $$cmp196$i)
+ (i32.const 6)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$$p$i
(if
- (get_local $$cmp196$i)
- (i32.const 6)
- (get_local $$p$0)
- )
- )
- (if
- (get_local $$tobool56$i)
- (block
- (set_local $$mul202$i
- (f64.mul
- (get_local $$mul$i$240)
- (f64.const 268435456)
+ (get_local $$tobool56$i)
+ (block
+ (set_local $$mul202$i
+ (f64.mul
+ (get_local $$mul$i$240)
+ (f64.const 268435456)
+ )
)
- )
- (set_local $$209
- (i32.load
- (get_local $$e2$i)
+ (set_local $$209
+ (i32.load
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$sub203$i
- (i32.add
- (get_local $$209)
- (i32.const -28)
+ (set_local $$sub203$i
+ (i32.add
+ (get_local $$209)
+ (i32.const -28)
+ )
)
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$sub203$i)
- )
- (set_local $$210
- (get_local $$sub203$i)
- )
- (set_local $$y$addr$3$i
- (get_local $$mul202$i)
- )
- )
- (block
- (set_local $$$pre564$i
- (i32.load
+ (i32.store
(get_local $$e2$i)
+ (get_local $$sub203$i)
+ )
+ (set_local $$210
+ (get_local $$sub203$i)
+ )
+ (set_local $$y$addr$3$i
+ (get_local $$mul202$i)
)
)
- (set_local $$210
- (get_local $$$pre564$i)
- )
- (set_local $$y$addr$3$i
- (get_local $$mul$i$240)
- )
- )
- )
- (set_local $$cmp205$i
- (i32.lt_s
- (get_local $$210)
- (i32.const 0)
- )
- )
- (set_local $$arraydecay208$add$ptr213$i
- (if
- (get_local $$cmp205$i)
- (get_local $$big$i)
- (get_local $$add$ptr213$i)
- )
- )
- (set_local $$sub$ptr$rhs$cast345$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (set_local $$y$addr$4$i
- (get_local $$y$addr$3$i)
- )
- (set_local $$z$0$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (loop $while-out$66 $while-in$67
- (set_local $$conv216$i
- (i32.trunc_s/f64
- (get_local $$y$addr$4$i)
+ (block
+ (set_local $$$pre564$i
+ (i32.load
+ (get_local $$e2$i)
+ )
+ )
+ (set_local $$210
+ (get_local $$$pre564$i)
+ )
+ (set_local $$y$addr$3$i
+ (get_local $$mul$i$240)
+ )
)
)
- (i32.store
- (get_local $$z$0$i)
- (get_local $$conv216$i)
- )
- (set_local $$incdec$ptr217$i
- (i32.add
- (get_local $$z$0$i)
- (i32.const 4)
+ (set_local $$cmp205$i
+ (i32.lt_s
+ (get_local $$210)
+ (i32.const 0)
)
)
- (set_local $$conv218$i
- (f64.convert_u/i32
- (get_local $$conv216$i)
+ (set_local $$arraydecay208$add$ptr213$i
+ (if
+ (get_local $$cmp205$i)
+ (get_local $$big$i)
+ (get_local $$add$ptr213$i)
)
)
- (set_local $$sub219$i
- (f64.sub
- (get_local $$y$addr$4$i)
- (get_local $$conv218$i)
- )
+ (set_local $$sub$ptr$rhs$cast345$i
+ (get_local $$arraydecay208$add$ptr213$i)
)
- (set_local $$mul220$i
- (f64.mul
- (get_local $$sub219$i)
- (f64.const 1e9)
- )
+ (set_local $$y$addr$4$i
+ (get_local $$y$addr$3$i)
)
- (set_local $$tobool222$i
- (f64.ne
- (get_local $$mul220$i)
- (f64.const 0)
- )
+ (set_local $$z$0$i
+ (get_local $$arraydecay208$add$ptr213$i)
)
- (if
- (get_local $$tobool222$i)
- (block
- (set_local $$y$addr$4$i
- (get_local $$mul220$i)
+ (loop $while-in$67
+ (block $while-out$66
+ (set_local $$conv216$i
+ (i32.trunc_s/f64
+ (get_local $$y$addr$4$i)
+ )
)
- (set_local $$z$0$i
- (get_local $$incdec$ptr217$i)
+ (i32.store
+ (get_local $$z$0$i)
+ (get_local $$conv216$i)
)
- )
- (block
- (set_local $$incdec$ptr217$i$lcssa
- (get_local $$incdec$ptr217$i)
+ (set_local $$incdec$ptr217$i
+ (i32.add
+ (get_local $$z$0$i)
+ (i32.const 4)
+ )
)
- (br $while-out$66)
- )
- )
- (br $while-in$67)
- )
- (set_local $$$pr$i
- (i32.load
- (get_local $$e2$i)
- )
- )
- (set_local $$cmp225$547$i
- (i32.gt_s
- (get_local $$$pr$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp225$547$i)
- (block
- (set_local $$211
- (get_local $$$pr$i)
- )
- (set_local $$a$1549$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (set_local $$z$1548$i
- (get_local $$incdec$ptr217$i$lcssa)
- )
- (loop $while-out$68 $while-in$69
- (set_local $$cmp228$i
- (i32.gt_s
- (get_local $$211)
- (i32.const 29)
+ (set_local $$conv218$i
+ (f64.convert_u/i32
+ (get_local $$conv216$i)
)
)
- (set_local $$cond233$i
- (if
- (get_local $$cmp228$i)
- (i32.const 29)
- (get_local $$211)
+ (set_local $$sub219$i
+ (f64.sub
+ (get_local $$y$addr$4$i)
+ (get_local $$conv218$i)
)
)
- (set_local $$d$0$542$i
- (i32.add
- (get_local $$z$1548$i)
- (i32.const -4)
+ (set_local $$mul220$i
+ (f64.mul
+ (get_local $$sub219$i)
+ (f64.const 1e9)
)
)
- (set_local $$cmp235$543$i
- (i32.lt_u
- (get_local $$d$0$542$i)
- (get_local $$a$1549$i)
+ (set_local $$tobool222$i
+ (f64.ne
+ (get_local $$mul220$i)
+ (f64.const 0)
)
)
- (block $do-once$70
- (if
- (get_local $$cmp235$543$i)
- (set_local $$a$2$ph$i
- (get_local $$a$1549$i)
+ (if
+ (get_local $$tobool222$i)
+ (block
+ (set_local $$y$addr$4$i
+ (get_local $$mul220$i)
)
- (block
- (set_local $$carry$0544$i
- (i32.const 0)
+ (set_local $$z$0$i
+ (get_local $$incdec$ptr217$i)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr217$i$lcssa
+ (get_local $$incdec$ptr217$i)
+ )
+ (br $while-out$66)
+ )
+ )
+ (br $while-in$67)
+ )
+ )
+ (set_local $$$pr$i
+ (i32.load
+ (get_local $$e2$i)
+ )
+ )
+ (set_local $$cmp225$547$i
+ (i32.gt_s
+ (get_local $$$pr$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp225$547$i)
+ (block
+ (set_local $$211
+ (get_local $$$pr$i)
+ )
+ (set_local $$a$1549$i
+ (get_local $$arraydecay208$add$ptr213$i)
+ )
+ (set_local $$z$1548$i
+ (get_local $$incdec$ptr217$i$lcssa)
+ )
+ (loop $while-in$69
+ (block $while-out$68
+ (set_local $$cmp228$i
+ (i32.gt_s
+ (get_local $$211)
+ (i32.const 29)
+ )
+ )
+ (set_local $$cond233$i
+ (if
+ (get_local $$cmp228$i)
+ (i32.const 29)
+ (get_local $$211)
+ )
+ )
+ (set_local $$d$0$542$i
+ (i32.add
+ (get_local $$z$1548$i)
+ (i32.const -4)
)
- (set_local $$d$0545$i
+ )
+ (set_local $$cmp235$543$i
+ (i32.lt_u
(get_local $$d$0$542$i)
+ (get_local $$a$1549$i)
)
- (loop $while-out$72 $while-in$73
- (set_local $$212
- (i32.load
- (get_local $$d$0545$i)
- )
+ )
+ (block $do-once$70
+ (if
+ (get_local $$cmp235$543$i)
+ (set_local $$a$2$ph$i
+ (get_local $$a$1549$i)
)
- (set_local $$213
- (call $_bitshift64Shl
- (get_local $$212)
+ (block
+ (set_local $$carry$0544$i
(i32.const 0)
- (get_local $$cond233$i)
)
- )
- (set_local $$214
- (i32.load
- (i32.const 168)
+ (set_local $$d$0545$i
+ (get_local $$d$0$542$i)
)
- )
- (set_local $$215
- (call $_i64Add
- (get_local $$213)
- (get_local $$214)
- (get_local $$carry$0544$i)
- (i32.const 0)
+ (loop $while-in$73
+ (block $while-out$72
+ (set_local $$212
+ (i32.load
+ (get_local $$d$0545$i)
+ )
+ )
+ (set_local $$213
+ (call $_bitshift64Shl
+ (get_local $$212)
+ (i32.const 0)
+ (get_local $$cond233$i)
+ )
+ )
+ (set_local $$214
+ (get_global $tempRet0)
+ )
+ (set_local $$215
+ (call $_i64Add
+ (get_local $$213)
+ (get_local $$214)
+ (get_local $$carry$0544$i)
+ (i32.const 0)
+ )
+ )
+ (set_local $$216
+ (get_global $tempRet0)
+ )
+ (set_local $$217
+ (call $___uremdi3
+ (get_local $$215)
+ (get_local $$216)
+ (i32.const 1000000000)
+ (i32.const 0)
+ )
+ )
+ (set_local $$218
+ (get_global $tempRet0)
+ )
+ (i32.store
+ (get_local $$d$0545$i)
+ (get_local $$217)
+ )
+ (set_local $$219
+ (call $___udivdi3
+ (get_local $$215)
+ (get_local $$216)
+ (i32.const 1000000000)
+ (i32.const 0)
+ )
+ )
+ (set_local $$220
+ (get_global $tempRet0)
+ )
+ (set_local $$d$0$i
+ (i32.add
+ (get_local $$d$0545$i)
+ (i32.const -4)
+ )
+ )
+ (set_local $$cmp235$i
+ (i32.lt_u
+ (get_local $$d$0$i)
+ (get_local $$a$1549$i)
+ )
+ )
+ (if
+ (get_local $$cmp235$i)
+ (block
+ (set_local $$conv242$i$lcssa
+ (get_local $$219)
+ )
+ (br $while-out$72)
+ )
+ (block
+ (set_local $$carry$0544$i
+ (get_local $$219)
+ )
+ (set_local $$d$0545$i
+ (get_local $$d$0$i)
+ )
+ )
+ )
+ (br $while-in$73)
+ )
)
- )
- (set_local $$216
- (i32.load
- (i32.const 168)
+ (set_local $$tobool244$i
+ (i32.eq
+ (get_local $$conv242$i$lcssa)
+ (i32.const 0)
+ )
)
- )
- (set_local $$217
- (call $___uremdi3
- (get_local $$215)
- (get_local $$216)
- (i32.const 1000000000)
- (i32.const 0)
+ (if
+ (get_local $$tobool244$i)
+ (block
+ (set_local $$a$2$ph$i
+ (get_local $$a$1549$i)
+ )
+ (br $do-once$70)
+ )
)
- )
- (set_local $$218
- (i32.load
- (i32.const 168)
+ (set_local $$incdec$ptr246$i
+ (i32.add
+ (get_local $$a$1549$i)
+ (i32.const -4)
+ )
+ )
+ (i32.store
+ (get_local $$incdec$ptr246$i)
+ (get_local $$conv242$i$lcssa)
+ )
+ (set_local $$a$2$ph$i
+ (get_local $$incdec$ptr246$i)
)
)
- (i32.store
- (get_local $$d$0545$i)
- (get_local $$217)
- )
- (set_local $$219
- (call $___udivdi3
- (get_local $$215)
- (get_local $$216)
- (i32.const 1000000000)
- (i32.const 0)
+ )
+ )
+ (set_local $$z$2$i
+ (get_local $$z$1548$i)
+ )
+ (loop $while-in$75
+ (block $while-out$74
+ (set_local $$cmp249$i
+ (i32.gt_u
+ (get_local $$z$2$i)
+ (get_local $$a$2$ph$i)
)
)
- (set_local $$220
- (i32.load
- (i32.const 168)
+ (if
+ (i32.eqz
+ (get_local $$cmp249$i)
+ )
+ (block
+ (set_local $$z$2$i$lcssa
+ (get_local $$z$2$i)
+ )
+ (br $while-out$74)
)
)
- (set_local $$d$0$i
+ (set_local $$arrayidx251$i
(i32.add
- (get_local $$d$0545$i)
+ (get_local $$z$2$i)
(i32.const -4)
)
)
- (set_local $$cmp235$i
- (i32.lt_u
- (get_local $$d$0$i)
- (get_local $$a$1549$i)
+ (set_local $$221
+ (i32.load
+ (get_local $$arrayidx251$i)
+ )
+ )
+ (set_local $$lnot$i
+ (i32.eq
+ (get_local $$221)
+ (i32.const 0)
)
)
(if
- (get_local $$cmp235$i)
- (block
- (set_local $$conv242$i$lcssa
- (get_local $$219)
- )
- (br $while-out$72)
+ (get_local $$lnot$i)
+ (set_local $$z$2$i
+ (get_local $$arrayidx251$i)
)
(block
- (set_local $$carry$0544$i
- (get_local $$219)
- )
- (set_local $$d$0545$i
- (get_local $$d$0$i)
+ (set_local $$z$2$i$lcssa
+ (get_local $$z$2$i)
)
+ (br $while-out$74)
)
)
- (br $while-in$73)
- )
- (set_local $$tobool244$i
- (i32.eq
- (get_local $$conv242$i$lcssa)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool244$i)
- (block
- (set_local $$a$2$ph$i
- (get_local $$a$1549$i)
- )
- (br $do-once$70)
- )
- )
- (set_local $$incdec$ptr246$i
- (i32.add
- (get_local $$a$1549$i)
- (i32.const -4)
- )
- )
- (i32.store
- (get_local $$incdec$ptr246$i)
- (get_local $$conv242$i$lcssa)
+ (br $while-in$75)
)
- (set_local $$a$2$ph$i
- (get_local $$incdec$ptr246$i)
- )
- )
- )
- )
- (set_local $$z$2$i
- (get_local $$z$1548$i)
- )
- (loop $while-out$74 $while-in$75
- (set_local $$cmp249$i
- (i32.gt_u
- (get_local $$z$2$i)
- (get_local $$a$2$ph$i)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp249$i)
)
- (block
- (set_local $$z$2$i$lcssa
- (get_local $$z$2$i)
+ (set_local $$222
+ (i32.load
+ (get_local $$e2$i)
)
- (br $while-out$74)
)
- )
- (set_local $$arrayidx251$i
- (i32.add
- (get_local $$z$2$i)
- (i32.const -4)
- )
- )
- (set_local $$221
- (i32.load
- (get_local $$arrayidx251$i)
- )
- )
- (set_local $$lnot$i
- (i32.eq
- (get_local $$221)
- (i32.const 0)
- )
- )
- (if
- (get_local $$lnot$i)
- (set_local $$z$2$i
- (get_local $$arrayidx251$i)
- )
- (block
- (set_local $$z$2$i$lcssa
- (get_local $$z$2$i)
+ (set_local $$sub256$i
+ (i32.sub
+ (get_local $$222)
+ (get_local $$cond233$i)
)
- (br $while-out$74)
- )
- )
- (br $while-in$75)
- )
- (set_local $$222
- (i32.load
- (get_local $$e2$i)
- )
- )
- (set_local $$sub256$i
- (i32.sub
- (get_local $$222)
- (get_local $$cond233$i)
- )
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$sub256$i)
- )
- (set_local $$cmp225$i
- (i32.gt_s
- (get_local $$sub256$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp225$i)
- (block
- (set_local $$211
- (get_local $$sub256$i)
- )
- (set_local $$a$1549$i
- (get_local $$a$2$ph$i)
- )
- (set_local $$z$1548$i
- (get_local $$z$2$i$lcssa)
)
- )
- (block
- (set_local $$$pr477$i
+ (i32.store
+ (get_local $$e2$i)
(get_local $$sub256$i)
)
- (set_local $$a$1$lcssa$i
- (get_local $$a$2$ph$i)
+ (set_local $$cmp225$i
+ (i32.gt_s
+ (get_local $$sub256$i)
+ (i32.const 0)
+ )
)
- (set_local $$z$1$lcssa$i
- (get_local $$z$2$i$lcssa)
+ (if
+ (get_local $$cmp225$i)
+ (block
+ (set_local $$211
+ (get_local $$sub256$i)
+ )
+ (set_local $$a$1549$i
+ (get_local $$a$2$ph$i)
+ )
+ (set_local $$z$1548$i
+ (get_local $$z$2$i$lcssa)
+ )
+ )
+ (block
+ (set_local $$$pr477$i
+ (get_local $$sub256$i)
+ )
+ (set_local $$a$1$lcssa$i
+ (get_local $$a$2$ph$i)
+ )
+ (set_local $$z$1$lcssa$i
+ (get_local $$z$2$i$lcssa)
+ )
+ (br $while-out$68)
+ )
)
- (br $while-out$68)
+ (br $while-in$69)
)
)
- (br $while-in$69)
- )
- )
- (block
- (set_local $$$pr477$i
- (get_local $$$pr$i)
- )
- (set_local $$a$1$lcssa$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (set_local $$z$1$lcssa$i
- (get_local $$incdec$ptr217$i$lcssa)
- )
- )
- )
- (set_local $$cmp259$537$i
- (i32.lt_s
- (get_local $$$pr477$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp259$537$i)
- (block
- (set_local $$add273$i
- (i32.add
- (get_local $$$p$i)
- (i32.const 25)
- )
)
- (set_local $$div274$i
- (i32.and
- (i32.div_s
- (get_local $$add273$i)
- (i32.const 9)
- )
- (i32.const -1)
+ (block
+ (set_local $$$pr477$i
+ (get_local $$$pr$i)
)
- )
- (set_local $$add275$i
- (i32.add
- (get_local $$div274$i)
- (i32.const 1)
+ (set_local $$a$1$lcssa$i
+ (get_local $$arraydecay208$add$ptr213$i)
)
- )
- (set_local $$cmp299$i
- (i32.eq
- (get_local $$or$i$241)
- (i32.const 102)
+ (set_local $$z$1$lcssa$i
+ (get_local $$incdec$ptr217$i$lcssa)
)
)
- (set_local $$223
+ )
+ (set_local $$cmp259$537$i
+ (i32.lt_s
(get_local $$$pr477$i)
+ (i32.const 0)
)
- (set_local $$a$3539$i
- (get_local $$a$1$lcssa$i)
- )
- (set_local $$z$3538$i
- (get_local $$z$1$lcssa$i)
- )
- (loop $while-out$76 $while-in$77
- (set_local $$sub264$i
- (i32.sub
- (i32.const 0)
- (get_local $$223)
+ )
+ (if
+ (get_local $$cmp259$537$i)
+ (block
+ (set_local $$add273$i
+ (i32.add
+ (get_local $$$p$i)
+ (i32.const 25)
)
)
- (set_local $$cmp265$i
- (i32.gt_s
- (get_local $$sub264$i)
- (i32.const 9)
+ (set_local $$div274$i
+ (i32.and
+ (i32.div_s
+ (get_local $$add273$i)
+ (i32.const 9)
+ )
+ (i32.const -1)
)
)
- (set_local $$cond271$i
- (if
- (get_local $$cmp265$i)
- (i32.const 9)
- (get_local $$sub264$i)
+ (set_local $$add275$i
+ (i32.add
+ (get_local $$div274$i)
+ (i32.const 1)
)
)
- (set_local $$cmp277$533$i
- (i32.lt_u
- (get_local $$a$3539$i)
- (get_local $$z$3538$i)
+ (set_local $$cmp299$i
+ (i32.eq
+ (get_local $$or$i$241)
+ (i32.const 102)
)
)
- (block $do-once$78
- (if
- (get_local $$cmp277$533$i)
- (block
- (set_local $$shl280$i
- (i32.shl
- (i32.const 1)
- (get_local $$cond271$i)
- )
- )
- (set_local $$sub281$i
- (i32.add
- (get_local $$shl280$i)
- (i32.const -1)
- )
+ (set_local $$223
+ (get_local $$$pr477$i)
+ )
+ (set_local $$a$3539$i
+ (get_local $$a$1$lcssa$i)
+ )
+ (set_local $$z$3538$i
+ (get_local $$z$1$lcssa$i)
+ )
+ (loop $while-in$77
+ (block $while-out$76
+ (set_local $$sub264$i
+ (i32.sub
+ (i32.const 0)
+ (get_local $$223)
)
- (set_local $$shr285$i
- (i32.shr_u
- (i32.const 1000000000)
- (get_local $$cond271$i)
- )
+ )
+ (set_local $$cmp265$i
+ (i32.gt_s
+ (get_local $$sub264$i)
+ (i32.const 9)
)
- (set_local $$carry262$0535$i
- (i32.const 0)
+ )
+ (set_local $$cond271$i
+ (if
+ (get_local $$cmp265$i)
+ (i32.const 9)
+ (get_local $$sub264$i)
)
- (set_local $$d$1534$i
+ )
+ (set_local $$cmp277$533$i
+ (i32.lt_u
(get_local $$a$3539$i)
+ (get_local $$z$3538$i)
)
- (loop $while-out$80 $while-in$81
- (set_local $$225
- (i32.load
- (get_local $$d$1534$i)
+ )
+ (block $do-once$78
+ (if
+ (get_local $$cmp277$533$i)
+ (block
+ (set_local $$shl280$i
+ (i32.shl
+ (i32.const 1)
+ (get_local $$cond271$i)
+ )
)
- )
- (set_local $$and282$i
- (i32.and
- (get_local $$225)
- (get_local $$sub281$i)
+ (set_local $$sub281$i
+ (i32.add
+ (get_local $$shl280$i)
+ (i32.const -1)
+ )
)
- )
- (set_local $$shr283$i
- (i32.shr_u
- (get_local $$225)
- (get_local $$cond271$i)
+ (set_local $$shr285$i
+ (i32.shr_u
+ (i32.const 1000000000)
+ (get_local $$cond271$i)
+ )
)
- )
- (set_local $$add284$i
- (i32.add
- (get_local $$shr283$i)
- (get_local $$carry262$0535$i)
+ (set_local $$carry262$0535$i
+ (i32.const 0)
)
- )
- (i32.store
- (get_local $$d$1534$i)
- (get_local $$add284$i)
- )
- (set_local $$mul286$i
- (i32.mul
- (get_local $$and282$i)
- (get_local $$shr285$i)
+ (set_local $$d$1534$i
+ (get_local $$a$3539$i)
)
- )
- (set_local $$incdec$ptr288$i
- (i32.add
- (get_local $$d$1534$i)
- (i32.const 4)
+ (loop $while-in$81
+ (block $while-out$80
+ (set_local $$225
+ (i32.load
+ (get_local $$d$1534$i)
+ )
+ )
+ (set_local $$and282$i
+ (i32.and
+ (get_local $$225)
+ (get_local $$sub281$i)
+ )
+ )
+ (set_local $$shr283$i
+ (i32.shr_u
+ (get_local $$225)
+ (get_local $$cond271$i)
+ )
+ )
+ (set_local $$add284$i
+ (i32.add
+ (get_local $$shr283$i)
+ (get_local $$carry262$0535$i)
+ )
+ )
+ (i32.store
+ (get_local $$d$1534$i)
+ (get_local $$add284$i)
+ )
+ (set_local $$mul286$i
+ (i32.mul
+ (get_local $$and282$i)
+ (get_local $$shr285$i)
+ )
+ )
+ (set_local $$incdec$ptr288$i
+ (i32.add
+ (get_local $$d$1534$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$cmp277$i
+ (i32.lt_u
+ (get_local $$incdec$ptr288$i)
+ (get_local $$z$3538$i)
+ )
+ )
+ (if
+ (get_local $$cmp277$i)
+ (block
+ (set_local $$carry262$0535$i
+ (get_local $$mul286$i)
+ )
+ (set_local $$d$1534$i
+ (get_local $$incdec$ptr288$i)
+ )
+ )
+ (block
+ (set_local $$mul286$i$lcssa
+ (get_local $$mul286$i)
+ )
+ (br $while-out$80)
+ )
+ )
+ (br $while-in$81)
+ )
)
- )
- (set_local $$cmp277$i
- (i32.lt_u
- (get_local $$incdec$ptr288$i)
+ (set_local $$226
+ (i32.load
+ (get_local $$a$3539$i)
+ )
+ )
+ (set_local $$tobool290$i
+ (i32.eq
+ (get_local $$226)
+ (i32.const 0)
+ )
+ )
+ (set_local $$incdec$ptr292$i
+ (i32.add
+ (get_local $$a$3539$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$incdec$ptr292$a$3$i
+ (if
+ (get_local $$tobool290$i)
+ (get_local $$incdec$ptr292$i)
+ (get_local $$a$3539$i)
+ )
+ )
+ (set_local $$tobool294$i
+ (i32.eq
+ (get_local $$mul286$i$lcssa)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool294$i)
+ (block
+ (set_local $$incdec$ptr292$a$3573$i
+ (get_local $$incdec$ptr292$a$3$i)
+ )
+ (set_local $$z$4$i
+ (get_local $$z$3538$i)
+ )
+ (br $do-once$78)
+ )
+ )
+ (set_local $$incdec$ptr296$i
+ (i32.add
+ (get_local $$z$3538$i)
+ (i32.const 4)
+ )
+ )
+ (i32.store
(get_local $$z$3538$i)
+ (get_local $$mul286$i$lcssa)
+ )
+ (set_local $$incdec$ptr292$a$3573$i
+ (get_local $$incdec$ptr292$a$3$i)
+ )
+ (set_local $$z$4$i
+ (get_local $$incdec$ptr296$i)
)
)
- (if
- (get_local $$cmp277$i)
- (block
- (set_local $$carry262$0535$i
- (get_local $$mul286$i)
+ (block
+ (set_local $$224
+ (i32.load
+ (get_local $$a$3539$i)
)
- (set_local $$d$1534$i
- (get_local $$incdec$ptr288$i)
+ )
+ (set_local $$tobool290$569$i
+ (i32.eq
+ (get_local $$224)
+ (i32.const 0)
)
)
- (block
- (set_local $$mul286$i$lcssa
- (get_local $$mul286$i)
+ (set_local $$incdec$ptr292$570$i
+ (i32.add
+ (get_local $$a$3539$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$incdec$ptr292$a$3$571$i
+ (if
+ (get_local $$tobool290$569$i)
+ (get_local $$incdec$ptr292$570$i)
+ (get_local $$a$3539$i)
)
- (br $while-out$80)
+ )
+ (set_local $$incdec$ptr292$a$3573$i
+ (get_local $$incdec$ptr292$a$3$571$i)
+ )
+ (set_local $$z$4$i
+ (get_local $$z$3538$i)
)
)
- (br $while-in$81)
)
- (set_local $$226
- (i32.load
- (get_local $$a$3539$i)
- )
+ )
+ (set_local $$cond304$i
+ (if
+ (get_local $$cmp299$i)
+ (get_local $$arraydecay208$add$ptr213$i)
+ (get_local $$incdec$ptr292$a$3573$i)
)
- (set_local $$tobool290$i
- (i32.eq
- (get_local $$226)
- (i32.const 0)
- )
+ )
+ (set_local $$sub$ptr$lhs$cast305$i
+ (get_local $$z$4$i)
+ )
+ (set_local $$sub$ptr$rhs$cast306$i
+ (get_local $$cond304$i)
+ )
+ (set_local $$sub$ptr$sub307$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast305$i)
+ (get_local $$sub$ptr$rhs$cast306$i)
)
- (set_local $$incdec$ptr292$i
- (i32.add
- (get_local $$a$3539$i)
- (i32.const 4)
- )
+ )
+ (set_local $$sub$ptr$div$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub307$i)
+ (i32.const 2)
)
- (set_local $$incdec$ptr292$a$3$i
- (if
- (get_local $$tobool290$i)
- (get_local $$incdec$ptr292$i)
- (get_local $$a$3539$i)
- )
+ )
+ (set_local $$cmp308$i
+ (i32.gt_s
+ (get_local $$sub$ptr$div$i)
+ (get_local $$add275$i)
)
- (set_local $$tobool294$i
- (i32.eq
- (get_local $$mul286$i$lcssa)
- (i32.const 0)
+ )
+ (set_local $$add$ptr311$i
+ (i32.add
+ (get_local $$cond304$i)
+ (i32.shl
+ (get_local $$add275$i)
+ (i32.const 2)
)
)
+ )
+ (set_local $$add$ptr311$z$4$i
(if
- (get_local $$tobool294$i)
- (block
- (set_local $$incdec$ptr292$a$3573$i
- (get_local $$incdec$ptr292$a$3$i)
- )
- (set_local $$z$4$i
- (get_local $$z$3538$i)
- )
- (br $do-once$78)
- )
+ (get_local $$cmp308$i)
+ (get_local $$add$ptr311$i)
+ (get_local $$z$4$i)
)
- (set_local $$incdec$ptr296$i
- (i32.add
- (get_local $$z$3538$i)
- (i32.const 4)
- )
- )
- (i32.store
- (get_local $$z$3538$i)
- (get_local $$mul286$i$lcssa)
+ )
+ (set_local $$227
+ (i32.load
+ (get_local $$e2$i)
)
- (set_local $$incdec$ptr292$a$3573$i
- (get_local $$incdec$ptr292$a$3$i)
+ )
+ (set_local $$add313$i
+ (i32.add
+ (get_local $$227)
+ (get_local $$cond271$i)
)
- (set_local $$z$4$i
- (get_local $$incdec$ptr296$i)
+ )
+ (i32.store
+ (get_local $$e2$i)
+ (get_local $$add313$i)
+ )
+ (set_local $$cmp259$i
+ (i32.lt_s
+ (get_local $$add313$i)
+ (i32.const 0)
)
)
- (block
- (set_local $$224
- (i32.load
- (get_local $$a$3539$i)
+ (if
+ (get_local $$cmp259$i)
+ (block
+ (set_local $$223
+ (get_local $$add313$i)
)
- )
- (set_local $$tobool290$569$i
- (i32.eq
- (get_local $$224)
- (i32.const 0)
+ (set_local $$a$3539$i
+ (get_local $$incdec$ptr292$a$3573$i)
)
- )
- (set_local $$incdec$ptr292$570$i
- (i32.add
- (get_local $$a$3539$i)
- (i32.const 4)
+ (set_local $$z$3538$i
+ (get_local $$add$ptr311$z$4$i)
)
)
- (set_local $$incdec$ptr292$a$3$571$i
- (if
- (get_local $$tobool290$569$i)
- (get_local $$incdec$ptr292$570$i)
- (get_local $$a$3539$i)
+ (block
+ (set_local $$a$3$lcssa$i
+ (get_local $$incdec$ptr292$a$3573$i)
)
- )
- (set_local $$incdec$ptr292$a$3573$i
- (get_local $$incdec$ptr292$a$3$571$i)
- )
- (set_local $$z$4$i
- (get_local $$z$3538$i)
+ (set_local $$z$3$lcssa$i
+ (get_local $$add$ptr311$z$4$i)
+ )
+ (br $while-out$76)
)
)
+ (br $while-in$77)
)
)
- (set_local $$cond304$i
- (if
- (get_local $$cmp299$i)
- (get_local $$arraydecay208$add$ptr213$i)
- (get_local $$incdec$ptr292$a$3573$i)
- )
- )
- (set_local $$sub$ptr$lhs$cast305$i
- (get_local $$z$4$i)
- )
- (set_local $$sub$ptr$rhs$cast306$i
- (get_local $$cond304$i)
- )
- (set_local $$sub$ptr$sub307$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast305$i)
- (get_local $$sub$ptr$rhs$cast306$i)
- )
- )
- (set_local $$sub$ptr$div$i
- (i32.shr_s
- (get_local $$sub$ptr$sub307$i)
- (i32.const 2)
- )
- )
- (set_local $$cmp308$i
- (i32.gt_s
- (get_local $$sub$ptr$div$i)
- (get_local $$add275$i)
- )
- )
- (set_local $$add$ptr311$i
- (i32.add
- (get_local $$cond304$i)
- (i32.shl
- (get_local $$add275$i)
- (i32.const 2)
- )
- )
- )
- (set_local $$add$ptr311$z$4$i
- (if
- (get_local $$cmp308$i)
- (get_local $$add$ptr311$i)
- (get_local $$z$4$i)
- )
- )
- (set_local $$227
- (i32.load
- (get_local $$e2$i)
- )
- )
- (set_local $$add313$i
- (i32.add
- (get_local $$227)
- (get_local $$cond271$i)
- )
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$add313$i)
- )
- (set_local $$cmp259$i
- (i32.lt_s
- (get_local $$add313$i)
- (i32.const 0)
- )
+ )
+ (block
+ (set_local $$a$3$lcssa$i
+ (get_local $$a$1$lcssa$i)
)
- (if
- (get_local $$cmp259$i)
- (block
- (set_local $$223
- (get_local $$add313$i)
- )
- (set_local $$a$3539$i
- (get_local $$incdec$ptr292$a$3573$i)
- )
- (set_local $$z$3538$i
- (get_local $$add$ptr311$z$4$i)
- )
- )
- (block
- (set_local $$a$3$lcssa$i
- (get_local $$incdec$ptr292$a$3573$i)
- )
- (set_local $$z$3$lcssa$i
- (get_local $$add$ptr311$z$4$i)
- )
- (br $while-out$76)
- )
+ (set_local $$z$3$lcssa$i
+ (get_local $$z$1$lcssa$i)
)
- (br $while-in$77)
)
)
- (block
- (set_local $$a$3$lcssa$i
- (get_local $$a$1$lcssa$i)
- )
- (set_local $$z$3$lcssa$i
- (get_local $$z$1$lcssa$i)
+ (set_local $$cmp315$i
+ (i32.lt_u
+ (get_local $$a$3$lcssa$i)
+ (get_local $$z$3$lcssa$i)
)
)
- )
- (set_local $$cmp315$i
- (i32.lt_u
- (get_local $$a$3$lcssa$i)
- (get_local $$z$3$lcssa$i)
- )
- )
- (block $do-once$82
- (if
- (get_local $$cmp315$i)
- (block
- (set_local $$sub$ptr$rhs$cast319$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$sub$ptr$sub320$i
- (i32.sub
- (get_local $$sub$ptr$rhs$cast345$i)
- (get_local $$sub$ptr$rhs$cast319$i)
- )
- )
- (set_local $$sub$ptr$div321$i
- (i32.shr_s
- (get_local $$sub$ptr$sub320$i)
- (i32.const 2)
- )
- )
- (set_local $$mul322$i
- (i32.mul
- (get_local $$sub$ptr$div321$i)
- (i32.const 9)
- )
- )
- (set_local $$228
- (i32.load
+ (block $do-once$82
+ (if
+ (get_local $$cmp315$i)
+ (block
+ (set_local $$sub$ptr$rhs$cast319$i
(get_local $$a$3$lcssa$i)
)
- )
- (set_local $$cmp324$529$i
- (i32.lt_u
- (get_local $$228)
- (i32.const 10)
- )
- )
- (if
- (get_local $$cmp324$529$i)
- (block
- (set_local $$e$1$i
- (get_local $$mul322$i)
+ (set_local $$sub$ptr$sub320$i
+ (i32.sub
+ (get_local $$sub$ptr$rhs$cast345$i)
+ (get_local $$sub$ptr$rhs$cast319$i)
)
- (br $do-once$82)
)
- (block
- (set_local $$e$0531$i
- (get_local $$mul322$i)
- )
- (set_local $$i$0530$i
- (i32.const 10)
+ (set_local $$sub$ptr$div321$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub320$i)
+ (i32.const 2)
)
)
- )
- (loop $while-out$84 $while-in$85
- (set_local $$mul328$i
+ (set_local $$mul322$i
(i32.mul
- (get_local $$i$0530$i)
- (i32.const 10)
+ (get_local $$sub$ptr$div321$i)
+ (i32.const 9)
)
)
- (set_local $$inc$i
- (i32.add
- (get_local $$e$0531$i)
- (i32.const 1)
+ (set_local $$228
+ (i32.load
+ (get_local $$a$3$lcssa$i)
)
)
- (set_local $$cmp324$i
+ (set_local $$cmp324$529$i
(i32.lt_u
(get_local $$228)
- (get_local $$mul328$i)
+ (i32.const 10)
)
)
(if
- (get_local $$cmp324$i)
+ (get_local $$cmp324$529$i)
(block
(set_local $$e$1$i
- (get_local $$inc$i)
+ (get_local $$mul322$i)
)
- (br $while-out$84)
+ (br $do-once$82)
)
(block
(set_local $$e$0531$i
- (get_local $$inc$i)
+ (get_local $$mul322$i)
)
(set_local $$i$0530$i
- (get_local $$mul328$i)
+ (i32.const 10)
+ )
+ )
+ )
+ (loop $while-in$85
+ (block $while-out$84
+ (set_local $$mul328$i
+ (i32.mul
+ (get_local $$i$0530$i)
+ (i32.const 10)
+ )
+ )
+ (set_local $$inc$i
+ (i32.add
+ (get_local $$e$0531$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$cmp324$i
+ (i32.lt_u
+ (get_local $$228)
+ (get_local $$mul328$i)
+ )
+ )
+ (if
+ (get_local $$cmp324$i)
+ (block
+ (set_local $$e$1$i
+ (get_local $$inc$i)
+ )
+ (br $while-out$84)
+ )
+ (block
+ (set_local $$e$0531$i
+ (get_local $$inc$i)
+ )
+ (set_local $$i$0530$i
+ (get_local $$mul328$i)
+ )
+ )
)
+ (br $while-in$85)
)
)
- (br $while-in$85)
)
- )
- (set_local $$e$1$i
- (i32.const 0)
+ (set_local $$e$1$i
+ (i32.const 0)
+ )
)
)
- )
- (set_local $$cmp333$i
- (i32.ne
- (get_local $$or$i$241)
- (i32.const 102)
+ (set_local $$cmp333$i
+ (i32.ne
+ (get_local $$or$i$241)
+ (i32.const 102)
+ )
)
- )
- (set_local $$mul335$i
- (if
- (get_local $$cmp333$i)
- (get_local $$e$1$i)
- (i32.const 0)
+ (set_local $$mul335$i
+ (if
+ (get_local $$cmp333$i)
+ (get_local $$e$1$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$sub336$i
- (i32.sub
- (get_local $$$p$i)
- (get_local $$mul335$i)
+ (set_local $$sub336$i
+ (i32.sub
+ (get_local $$$p$i)
+ (get_local $$mul335$i)
+ )
)
- )
- (set_local $$cmp338$i
- (i32.eq
- (get_local $$or$i$241)
- (i32.const 103)
+ (set_local $$cmp338$i
+ (i32.eq
+ (get_local $$or$i$241)
+ (i32.const 103)
+ )
)
- )
- (set_local $$tobool341$i
- (i32.ne
- (get_local $$$p$i)
- (i32.const 0)
+ (set_local $$tobool341$i
+ (i32.ne
+ (get_local $$$p$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$229
- (i32.and
- (get_local $$tobool341$i)
- (get_local $$cmp338$i)
+ (set_local $$229
+ (i32.and
+ (get_local $$tobool341$i)
+ (get_local $$cmp338$i)
+ )
)
- )
- (set_local $$land$ext$neg$i
- (i32.shr_s
- (i32.shl
- (get_local $$229)
+ (set_local $$land$ext$neg$i
+ (i32.shr_s
+ (i32.shl
+ (get_local $$229)
+ (i32.const 31)
+ )
(i32.const 31)
)
- (i32.const 31)
)
- )
- (set_local $$sub343$i
- (i32.add
- (get_local $$sub336$i)
- (get_local $$land$ext$neg$i)
- )
- )
- (set_local $$sub$ptr$lhs$cast344$i
- (get_local $$z$3$lcssa$i)
- )
- (set_local $$sub$ptr$sub346$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast344$i)
- (get_local $$sub$ptr$rhs$cast345$i)
+ (set_local $$sub343$i
+ (i32.add
+ (get_local $$sub336$i)
+ (get_local $$land$ext$neg$i)
+ )
)
- )
- (set_local $$sub$ptr$div347$i
- (i32.shr_s
- (get_local $$sub$ptr$sub346$i)
- (i32.const 2)
+ (set_local $$sub$ptr$lhs$cast344$i
+ (get_local $$z$3$lcssa$i)
)
- )
- (set_local $$230
- (i32.mul
- (get_local $$sub$ptr$div347$i)
- (i32.const 9)
+ (set_local $$sub$ptr$sub346$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast344$i)
+ (get_local $$sub$ptr$rhs$cast345$i)
+ )
)
- )
- (set_local $$mul349$i
- (i32.add
- (get_local $$230)
- (i32.const -9)
+ (set_local $$sub$ptr$div347$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub346$i)
+ (i32.const 2)
+ )
)
- )
- (set_local $$cmp350$i
- (i32.lt_s
- (get_local $$sub343$i)
- (get_local $$mul349$i)
+ (set_local $$230
+ (i32.mul
+ (get_local $$sub$ptr$div347$i)
+ (i32.const 9)
+ )
)
- )
- (if
- (get_local $$cmp350$i)
- (block
- (set_local $$add$ptr354$i
- (i32.add
- (get_local $$arraydecay208$add$ptr213$i)
- (i32.const 4)
- )
+ (set_local $$mul349$i
+ (i32.add
+ (get_local $$230)
+ (i32.const -9)
)
- (set_local $$add355$i
- (i32.add
- (get_local $$sub343$i)
- (i32.const 9216)
- )
+ )
+ (set_local $$cmp350$i
+ (i32.lt_s
+ (get_local $$sub343$i)
+ (get_local $$mul349$i)
)
- (set_local $$div356$i
- (i32.and
- (i32.div_s
- (get_local $$add355$i)
- (i32.const 9)
+ )
+ (if
+ (get_local $$cmp350$i)
+ (block
+ (set_local $$add$ptr354$i
+ (i32.add
+ (get_local $$arraydecay208$add$ptr213$i)
+ (i32.const 4)
)
- (i32.const -1)
)
- )
- (set_local $$sub357$i
- (i32.add
- (get_local $$div356$i)
- (i32.const -1024)
+ (set_local $$add355$i
+ (i32.add
+ (get_local $$sub343$i)
+ (i32.const 9216)
+ )
)
- )
- (set_local $$add$ptr358$i
- (i32.add
- (get_local $$add$ptr354$i)
- (i32.shl
- (get_local $$sub357$i)
- (i32.const 2)
+ (set_local $$div356$i
+ (i32.and
+ (i32.div_s
+ (get_local $$add355$i)
+ (i32.const 9)
+ )
+ (i32.const -1)
)
)
- )
- (set_local $$rem360$i
- (i32.and
- (i32.rem_s
- (get_local $$add355$i)
- (i32.const 9)
+ (set_local $$sub357$i
+ (i32.add
+ (get_local $$div356$i)
+ (i32.const -1024)
)
- (i32.const -1)
)
- )
- (set_local $$j$0$524$i
- (i32.add
- (get_local $$rem360$i)
- (i32.const 1)
+ (set_local $$add$ptr358$i
+ (i32.add
+ (get_local $$add$ptr354$i)
+ (i32.shl
+ (get_local $$sub357$i)
+ (i32.const 2)
+ )
+ )
)
- )
- (set_local $$cmp363$525$i
- (i32.lt_s
- (get_local $$j$0$524$i)
- (i32.const 9)
+ (set_local $$rem360$i
+ (i32.and
+ (i32.rem_s
+ (get_local $$add355$i)
+ (i32.const 9)
+ )
+ (i32.const -1)
+ )
)
- )
- (if
- (get_local $$cmp363$525$i)
- (block
- (set_local $$i$1526$i
- (i32.const 10)
+ (set_local $$j$0$524$i
+ (i32.add
+ (get_local $$rem360$i)
+ (i32.const 1)
)
- (set_local $$j$0527$i
+ )
+ (set_local $$cmp363$525$i
+ (i32.lt_s
(get_local $$j$0$524$i)
+ (i32.const 9)
)
- (loop $while-out$86 $while-in$87
- (set_local $$mul367$i
- (i32.mul
- (get_local $$i$1526$i)
- (i32.const 10)
- )
- )
- (set_local $$j$0$i
- (i32.add
- (get_local $$j$0527$i)
- (i32.const 1)
- )
+ )
+ (if
+ (get_local $$cmp363$525$i)
+ (block
+ (set_local $$i$1526$i
+ (i32.const 10)
)
- (set_local $$exitcond$i
- (i32.eq
- (get_local $$j$0$i)
- (i32.const 9)
- )
+ (set_local $$j$0527$i
+ (get_local $$j$0$524$i)
)
- (if
- (get_local $$exitcond$i)
- (block
- (set_local $$i$1$lcssa$i
- (get_local $$mul367$i)
+ (loop $while-in$87
+ (block $while-out$86
+ (set_local $$mul367$i
+ (i32.mul
+ (get_local $$i$1526$i)
+ (i32.const 10)
+ )
)
- (br $while-out$86)
- )
- (block
- (set_local $$i$1526$i
- (get_local $$mul367$i)
+ (set_local $$j$0$i
+ (i32.add
+ (get_local $$j$0527$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$exitcond$i
+ (i32.eq
+ (get_local $$j$0$i)
+ (i32.const 9)
+ )
)
- (set_local $$j$0527$i
- (get_local $$j$0$i)
+ (if
+ (get_local $$exitcond$i)
+ (block
+ (set_local $$i$1$lcssa$i
+ (get_local $$mul367$i)
+ )
+ (br $while-out$86)
+ )
+ (block
+ (set_local $$i$1526$i
+ (get_local $$mul367$i)
+ )
+ (set_local $$j$0527$i
+ (get_local $$j$0$i)
+ )
+ )
)
+ (br $while-in$87)
)
)
- (br $while-in$87)
+ )
+ (set_local $$i$1$lcssa$i
+ (i32.const 10)
)
)
- (set_local $$i$1$lcssa$i
- (i32.const 10)
- )
- )
- (set_local $$231
- (i32.load
- (get_local $$add$ptr358$i)
- )
- )
- (set_local $$rem370$i
- (i32.and
- (i32.rem_u
- (get_local $$231)
- (get_local $$i$1$lcssa$i)
+ (set_local $$231
+ (i32.load
+ (get_local $$add$ptr358$i)
)
- (i32.const -1)
)
- )
- (set_local $$tobool371$i
- (i32.eq
- (get_local $$rem370$i)
- (i32.const 0)
+ (set_local $$rem370$i
+ (i32.and
+ (i32.rem_u
+ (get_local $$231)
+ (get_local $$i$1$lcssa$i)
+ )
+ (i32.const -1)
+ )
)
- )
- (set_local $$add$ptr373$i
- (i32.add
- (get_local $$add$ptr358$i)
- (i32.const 4)
+ (set_local $$tobool371$i
+ (i32.eq
+ (get_local $$rem370$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp374$i
- (i32.eq
- (get_local $$add$ptr373$i)
- (get_local $$z$3$lcssa$i)
+ (set_local $$add$ptr373$i
+ (i32.add
+ (get_local $$add$ptr358$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$or$cond395$i
- (i32.and
- (get_local $$cmp374$i)
- (get_local $$tobool371$i)
+ (set_local $$cmp374$i
+ (i32.eq
+ (get_local $$add$ptr373$i)
+ (get_local $$z$3$lcssa$i)
+ )
)
- )
- (block $do-once$88
- (if
- (get_local $$or$cond395$i)
- (block
- (set_local $$a$8$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$d$4$i
- (get_local $$add$ptr358$i)
- )
- (set_local $$e$4$i
- (get_local $$e$1$i)
- )
+ (set_local $$or$cond395$i
+ (i32.and
+ (get_local $$cmp374$i)
+ (get_local $$tobool371$i)
)
- (block
- (set_local $$div378$i
- (i32.and
- (i32.div_u
- (get_local $$231)
- (get_local $$i$1$lcssa$i)
- )
- (i32.const -1)
- )
- )
- (set_local $$and379$i
- (i32.and
- (get_local $$div378$i)
- (i32.const 1)
+ )
+ (block $do-once$88
+ (if
+ (get_local $$or$cond395$i)
+ (block
+ (set_local $$a$8$i
+ (get_local $$a$3$lcssa$i)
)
- )
- (set_local $$tobool380$i
- (i32.eq
- (get_local $$and379$i)
- (i32.const 0)
+ (set_local $$d$4$i
+ (get_local $$add$ptr358$i)
)
- )
- (set_local $$$396$i
- (if
- (get_local $$tobool380$i)
- (f64.const 9007199254740992)
- (f64.const 9007199254740994)
+ (set_local $$e$4$i
+ (get_local $$e$1$i)
)
)
- (set_local $$div384$i
- (i32.and
- (i32.div_s
- (get_local $$i$1$lcssa$i)
- (i32.const 2)
+ (block
+ (set_local $$div378$i
+ (i32.and
+ (i32.div_u
+ (get_local $$231)
+ (get_local $$i$1$lcssa$i)
+ )
+ (i32.const -1)
)
- (i32.const -1)
- )
- )
- (set_local $$cmp385$i
- (i32.lt_u
- (get_local $$rem370$i)
- (get_local $$div384$i)
)
- )
- (if
- (get_local $$cmp385$i)
- (set_local $$small$0$i
- (f64.const 0.5)
+ (set_local $$and379$i
+ (i32.and
+ (get_local $$div378$i)
+ (i32.const 1)
+ )
)
- (block
- (set_local $$cmp390$i
- (i32.eq
- (get_local $$rem370$i)
- (get_local $$div384$i)
- )
+ (set_local $$tobool380$i
+ (i32.eq
+ (get_local $$and379$i)
+ (i32.const 0)
)
- (set_local $$or$cond397$i
- (i32.and
- (get_local $$cmp374$i)
- (get_local $$cmp390$i)
- )
+ )
+ (set_local $$$396$i
+ (if
+ (get_local $$tobool380$i)
+ (f64.const 9007199254740992)
+ (f64.const 9007199254740994)
)
- (set_local $$$404$i
- (if
- (get_local $$or$cond397$i)
- (f64.const 1)
- (f64.const 1.5)
+ )
+ (set_local $$div384$i
+ (i32.and
+ (i32.div_s
+ (get_local $$i$1$lcssa$i)
+ (i32.const 2)
)
- )
- (set_local $$small$0$i
- (get_local $$$404$i)
+ (i32.const -1)
)
)
- )
- (set_local $$tobool400$i
- (i32.eq
- (get_local $$pl$0$i)
- (i32.const 0)
+ (set_local $$cmp385$i
+ (i32.lt_u
+ (get_local $$rem370$i)
+ (get_local $$div384$i)
+ )
)
- )
- (block $do-once$90
(if
- (get_local $$tobool400$i)
+ (get_local $$cmp385$i)
+ (set_local $$small$0$i
+ (f64.const 0.5)
+ )
(block
- (set_local $$round377$1$i
- (get_local $$$396$i)
+ (set_local $$cmp390$i
+ (i32.eq
+ (get_local $$rem370$i)
+ (get_local $$div384$i)
+ )
+ )
+ (set_local $$or$cond397$i
+ (i32.and
+ (get_local $$cmp374$i)
+ (get_local $$cmp390$i)
+ )
)
- (set_local $$small$1$i
- (get_local $$small$0$i)
+ (set_local $$$404$i
+ (if
+ (get_local $$or$cond397$i)
+ (f64.const 1)
+ (f64.const 1.5)
+ )
+ )
+ (set_local $$small$0$i
+ (get_local $$$404$i)
)
)
- (block
- (set_local $$232
- (i32.load8_s
- (get_local $$prefix$0$i)
+ )
+ (set_local $$tobool400$i
+ (i32.eq
+ (get_local $$pl$0$i)
+ (i32.const 0)
+ )
+ )
+ (block $do-once$90
+ (if
+ (get_local $$tobool400$i)
+ (block
+ (set_local $$round377$1$i
+ (get_local $$$396$i)
+ )
+ (set_local $$small$1$i
+ (get_local $$small$0$i)
)
)
- (set_local $$cmp403$i
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$232)
+ (block
+ (set_local $$232
+ (i32.load8_s
+ (get_local $$prefix$0$i)
+ )
+ )
+ (set_local $$cmp403$i
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$232)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
- )
- (if
- (i32.eqz
- (get_local $$cmp403$i)
+ (if
+ (i32.eqz
+ (get_local $$cmp403$i)
+ )
+ (block
+ (set_local $$round377$1$i
+ (get_local $$$396$i)
+ )
+ (set_local $$small$1$i
+ (get_local $$small$0$i)
+ )
+ (br $do-once$90)
+ )
)
- (block
- (set_local $$round377$1$i
+ (set_local $$mul406$i
+ (f64.neg
(get_local $$$396$i)
)
- (set_local $$small$1$i
+ )
+ (set_local $$mul407$i
+ (f64.neg
(get_local $$small$0$i)
)
- (br $do-once$90)
)
- )
- (set_local $$mul406$i
- (f64.neg
- (get_local $$$396$i)
+ (set_local $$round377$1$i
+ (get_local $$mul406$i)
)
- )
- (set_local $$mul407$i
- (f64.neg
- (get_local $$small$0$i)
+ (set_local $$small$1$i
+ (get_local $$mul407$i)
)
)
- (set_local $$round377$1$i
- (get_local $$mul406$i)
- )
- (set_local $$small$1$i
- (get_local $$mul407$i)
- )
)
)
- )
- (set_local $$sub409$i
- (i32.sub
- (get_local $$231)
- (get_local $$rem370$i)
- )
- )
- (i32.store
- (get_local $$add$ptr358$i)
- (get_local $$sub409$i)
- )
- (set_local $$add410$i
- (f64.add
- (get_local $$round377$1$i)
- (get_local $$small$1$i)
+ (set_local $$sub409$i
+ (i32.sub
+ (get_local $$231)
+ (get_local $$rem370$i)
+ )
)
- )
- (set_local $$cmp411$i
- (f64.ne
- (get_local $$add410$i)
- (get_local $$round377$1$i)
+ (i32.store
+ (get_local $$add$ptr358$i)
+ (get_local $$sub409$i)
)
- )
- (if
- (i32.eqz
- (get_local $$cmp411$i)
+ (set_local $$add410$i
+ (f64.add
+ (get_local $$round377$1$i)
+ (get_local $$small$1$i)
+ )
)
- (block
- (set_local $$a$8$i
- (get_local $$a$3$lcssa$i)
+ (set_local $$cmp411$i
+ (f64.ne
+ (get_local $$add410$i)
+ (get_local $$round377$1$i)
)
- (set_local $$d$4$i
- (get_local $$add$ptr358$i)
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp411$i)
)
- (set_local $$e$4$i
- (get_local $$e$1$i)
+ (block
+ (set_local $$a$8$i
+ (get_local $$a$3$lcssa$i)
+ )
+ (set_local $$d$4$i
+ (get_local $$add$ptr358$i)
+ )
+ (set_local $$e$4$i
+ (get_local $$e$1$i)
+ )
+ (br $do-once$88)
)
- (br $do-once$88)
)
- )
- (set_local $$add414$i
- (i32.add
- (get_local $$sub409$i)
- (get_local $$i$1$lcssa$i)
+ (set_local $$add414$i
+ (i32.add
+ (get_local $$sub409$i)
+ (get_local $$i$1$lcssa$i)
+ )
)
- )
- (i32.store
- (get_local $$add$ptr358$i)
- (get_local $$add414$i)
- )
- (set_local $$cmp416$519$i
- (i32.gt_u
+ (i32.store
+ (get_local $$add$ptr358$i)
(get_local $$add414$i)
- (i32.const 999999999)
)
- )
- (if
- (get_local $$cmp416$519$i)
- (block
- (set_local $$a$5521$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$d$2520$i
- (get_local $$add$ptr358$i)
+ (set_local $$cmp416$519$i
+ (i32.gt_u
+ (get_local $$add414$i)
+ (i32.const 999999999)
)
- (loop $while-out$92 $while-in$93
- (set_local $$incdec$ptr419$i
- (i32.add
- (get_local $$d$2520$i)
- (i32.const -4)
- )
- )
- (i32.store
- (get_local $$d$2520$i)
- (i32.const 0)
+ )
+ (if
+ (get_local $$cmp416$519$i)
+ (block
+ (set_local $$a$5521$i
+ (get_local $$a$3$lcssa$i)
)
- (set_local $$cmp420$i
- (i32.lt_u
- (get_local $$incdec$ptr419$i)
- (get_local $$a$5521$i)
- )
+ (set_local $$d$2520$i
+ (get_local $$add$ptr358$i)
)
- (if
- (get_local $$cmp420$i)
- (block
- (set_local $$incdec$ptr423$i
+ (loop $while-in$93
+ (block $while-out$92
+ (set_local $$incdec$ptr419$i
(i32.add
- (get_local $$a$5521$i)
+ (get_local $$d$2520$i)
(i32.const -4)
)
)
(i32.store
- (get_local $$incdec$ptr423$i)
+ (get_local $$d$2520$i)
(i32.const 0)
)
- (set_local $$a$6$i
- (get_local $$incdec$ptr423$i)
+ (set_local $$cmp420$i
+ (i32.lt_u
+ (get_local $$incdec$ptr419$i)
+ (get_local $$a$5521$i)
+ )
)
- )
- (set_local $$a$6$i
- (get_local $$a$5521$i)
- )
- )
- (set_local $$233
- (i32.load
- (get_local $$incdec$ptr419$i)
- )
- )
- (set_local $$inc425$i
- (i32.add
- (get_local $$233)
- (i32.const 1)
- )
- )
- (i32.store
- (get_local $$incdec$ptr419$i)
- (get_local $$inc425$i)
- )
- (set_local $$cmp416$i
- (i32.gt_u
- (get_local $$inc425$i)
- (i32.const 999999999)
- )
- )
- (if
- (get_local $$cmp416$i)
- (block
- (set_local $$a$5521$i
- (get_local $$a$6$i)
+ (if
+ (get_local $$cmp420$i)
+ (block
+ (set_local $$incdec$ptr423$i
+ (i32.add
+ (get_local $$a$5521$i)
+ (i32.const -4)
+ )
+ )
+ (i32.store
+ (get_local $$incdec$ptr423$i)
+ (i32.const 0)
+ )
+ (set_local $$a$6$i
+ (get_local $$incdec$ptr423$i)
+ )
+ )
+ (set_local $$a$6$i
+ (get_local $$a$5521$i)
+ )
)
- (set_local $$d$2520$i
- (get_local $$incdec$ptr419$i)
+ (set_local $$233
+ (i32.load
+ (get_local $$incdec$ptr419$i)
+ )
)
- )
- (block
- (set_local $$a$5$lcssa$i
- (get_local $$a$6$i)
+ (set_local $$inc425$i
+ (i32.add
+ (get_local $$233)
+ (i32.const 1)
+ )
)
- (set_local $$d$2$lcssa$i
+ (i32.store
(get_local $$incdec$ptr419$i)
+ (get_local $$inc425$i)
+ )
+ (set_local $$cmp416$i
+ (i32.gt_u
+ (get_local $$inc425$i)
+ (i32.const 999999999)
+ )
+ )
+ (if
+ (get_local $$cmp416$i)
+ (block
+ (set_local $$a$5521$i
+ (get_local $$a$6$i)
+ )
+ (set_local $$d$2520$i
+ (get_local $$incdec$ptr419$i)
+ )
+ )
+ (block
+ (set_local $$a$5$lcssa$i
+ (get_local $$a$6$i)
+ )
+ (set_local $$d$2$lcssa$i
+ (get_local $$incdec$ptr419$i)
+ )
+ (br $while-out$92)
+ )
)
- (br $while-out$92)
+ (br $while-in$93)
)
)
- (br $while-in$93)
- )
- )
- (block
- (set_local $$a$5$lcssa$i
- (get_local $$a$3$lcssa$i)
)
- (set_local $$d$2$lcssa$i
- (get_local $$add$ptr358$i)
+ (block
+ (set_local $$a$5$lcssa$i
+ (get_local $$a$3$lcssa$i)
+ )
+ (set_local $$d$2$lcssa$i
+ (get_local $$add$ptr358$i)
+ )
)
)
- )
- (set_local $$sub$ptr$rhs$cast428$i
- (get_local $$a$5$lcssa$i)
- )
- (set_local $$sub$ptr$sub429$i
- (i32.sub
- (get_local $$sub$ptr$rhs$cast345$i)
- (get_local $$sub$ptr$rhs$cast428$i)
- )
- )
- (set_local $$sub$ptr$div430$i
- (i32.shr_s
- (get_local $$sub$ptr$sub429$i)
- (i32.const 2)
- )
- )
- (set_local $$mul431$i
- (i32.mul
- (get_local $$sub$ptr$div430$i)
- (i32.const 9)
- )
- )
- (set_local $$234
- (i32.load
+ (set_local $$sub$ptr$rhs$cast428$i
(get_local $$a$5$lcssa$i)
)
- )
- (set_local $$cmp433$515$i
- (i32.lt_u
- (get_local $$234)
- (i32.const 10)
- )
- )
- (if
- (get_local $$cmp433$515$i)
- (block
- (set_local $$a$8$i
- (get_local $$a$5$lcssa$i)
- )
- (set_local $$d$4$i
- (get_local $$d$2$lcssa$i)
- )
- (set_local $$e$4$i
- (get_local $$mul431$i)
+ (set_local $$sub$ptr$sub429$i
+ (i32.sub
+ (get_local $$sub$ptr$rhs$cast345$i)
+ (get_local $$sub$ptr$rhs$cast428$i)
)
- (br $do-once$88)
)
- (block
- (set_local $$e$2517$i
- (get_local $$mul431$i)
- )
- (set_local $$i$2516$i
- (i32.const 10)
+ (set_local $$sub$ptr$div430$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub429$i)
+ (i32.const 2)
)
)
- )
- (loop $while-out$94 $while-in$95
- (set_local $$mul437$i
+ (set_local $$mul431$i
(i32.mul
- (get_local $$i$2516$i)
- (i32.const 10)
+ (get_local $$sub$ptr$div430$i)
+ (i32.const 9)
)
)
- (set_local $$inc438$i
- (i32.add
- (get_local $$e$2517$i)
- (i32.const 1)
+ (set_local $$234
+ (i32.load
+ (get_local $$a$5$lcssa$i)
)
)
- (set_local $$cmp433$i
+ (set_local $$cmp433$515$i
(i32.lt_u
(get_local $$234)
- (get_local $$mul437$i)
+ (i32.const 10)
)
)
(if
- (get_local $$cmp433$i)
+ (get_local $$cmp433$515$i)
(block
(set_local $$a$8$i
(get_local $$a$5$lcssa$i)
@@ -11392,2543 +11256,2624 @@
(get_local $$d$2$lcssa$i)
)
(set_local $$e$4$i
- (get_local $$inc438$i)
+ (get_local $$mul431$i)
)
- (br $while-out$94)
+ (br $do-once$88)
)
(block
(set_local $$e$2517$i
- (get_local $$inc438$i)
+ (get_local $$mul431$i)
)
(set_local $$i$2516$i
- (get_local $$mul437$i)
+ (i32.const 10)
+ )
+ )
+ )
+ (loop $while-in$95
+ (block $while-out$94
+ (set_local $$mul437$i
+ (i32.mul
+ (get_local $$i$2516$i)
+ (i32.const 10)
+ )
+ )
+ (set_local $$inc438$i
+ (i32.add
+ (get_local $$e$2517$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$cmp433$i
+ (i32.lt_u
+ (get_local $$234)
+ (get_local $$mul437$i)
+ )
+ )
+ (if
+ (get_local $$cmp433$i)
+ (block
+ (set_local $$a$8$i
+ (get_local $$a$5$lcssa$i)
+ )
+ (set_local $$d$4$i
+ (get_local $$d$2$lcssa$i)
+ )
+ (set_local $$e$4$i
+ (get_local $$inc438$i)
+ )
+ (br $while-out$94)
+ )
+ (block
+ (set_local $$e$2517$i
+ (get_local $$inc438$i)
+ )
+ (set_local $$i$2516$i
+ (get_local $$mul437$i)
+ )
+ )
)
+ (br $while-in$95)
)
)
- (br $while-in$95)
)
)
)
- )
- (set_local $$add$ptr442$i
- (i32.add
- (get_local $$d$4$i)
- (i32.const 4)
+ (set_local $$add$ptr442$i
+ (i32.add
+ (get_local $$d$4$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$cmp443$i
- (i32.gt_u
- (get_local $$z$3$lcssa$i)
- (get_local $$add$ptr442$i)
+ (set_local $$cmp443$i
+ (i32.gt_u
+ (get_local $$z$3$lcssa$i)
+ (get_local $$add$ptr442$i)
+ )
)
- )
- (set_local $$add$ptr442$z$3$i
- (if
- (get_local $$cmp443$i)
- (get_local $$add$ptr442$i)
- (get_local $$z$3$lcssa$i)
+ (set_local $$add$ptr442$z$3$i
+ (if
+ (get_local $$cmp443$i)
+ (get_local $$add$ptr442$i)
+ (get_local $$z$3$lcssa$i)
+ )
+ )
+ (set_local $$a$9$ph$i
+ (get_local $$a$8$i)
+ )
+ (set_local $$e$5$ph$i
+ (get_local $$e$4$i)
+ )
+ (set_local $$z$7$ph$i
+ (get_local $$add$ptr442$z$3$i)
)
- )
- (set_local $$a$9$ph$i
- (get_local $$a$8$i)
- )
- (set_local $$e$5$ph$i
- (get_local $$e$4$i)
- )
- (set_local $$z$7$ph$i
- (get_local $$add$ptr442$z$3$i)
- )
- )
- (block
- (set_local $$a$9$ph$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$e$5$ph$i
- (get_local $$e$1$i)
- )
- (set_local $$z$7$ph$i
- (get_local $$z$3$lcssa$i)
- )
- )
- )
- (set_local $$sub626$le$i
- (i32.sub
- (i32.const 0)
- (get_local $$e$5$ph$i)
- )
- )
- (set_local $$z$7$i
- (get_local $$z$7$ph$i)
- )
- (loop $while-out$96 $while-in$97
- (set_local $$cmp450$i
- (i32.gt_u
- (get_local $$z$7$i)
- (get_local $$a$9$ph$i)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp450$i)
)
(block
- (set_local $$cmp450$lcssa$i
- (i32.const 0)
+ (set_local $$a$9$ph$i
+ (get_local $$a$3$lcssa$i)
)
- (set_local $$z$7$i$lcssa
- (get_local $$z$7$i)
+ (set_local $$e$5$ph$i
+ (get_local $$e$1$i)
+ )
+ (set_local $$z$7$ph$i
+ (get_local $$z$3$lcssa$i)
)
- (br $while-out$96)
- )
- )
- (set_local $$arrayidx453$i
- (i32.add
- (get_local $$z$7$i)
- (i32.const -4)
- )
- )
- (set_local $$235
- (i32.load
- (get_local $$arrayidx453$i)
)
)
- (set_local $$lnot455$i
- (i32.eq
- (get_local $$235)
+ (set_local $$sub626$le$i
+ (i32.sub
(i32.const 0)
+ (get_local $$e$5$ph$i)
)
)
- (if
- (get_local $$lnot455$i)
- (set_local $$z$7$i
- (get_local $$arrayidx453$i)
- )
- (block
- (set_local $$cmp450$lcssa$i
- (i32.const 1)
- )
- (set_local $$z$7$i$lcssa
- (get_local $$z$7$i)
- )
- (br $while-out$96)
- )
+ (set_local $$z$7$i
+ (get_local $$z$7$ph$i)
)
- (br $while-in$97)
- )
- (block $do-once$98
- (if
- (get_local $$cmp338$i)
- (block
- (set_local $$236
- (i32.and
- (get_local $$tobool341$i)
- (i32.const 1)
+ (loop $while-in$97
+ (block $while-out$96
+ (set_local $$cmp450$i
+ (i32.gt_u
+ (get_local $$z$7$i)
+ (get_local $$a$9$ph$i)
)
)
- (set_local $$inc468$i
- (i32.xor
- (get_local $$236)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $$cmp450$i)
)
- )
- (set_local $$$p$inc468$i
- (i32.add
- (get_local $$inc468$i)
- (get_local $$$p$i)
+ (block
+ (set_local $$cmp450$lcssa$i
+ (i32.const 0)
+ )
+ (set_local $$z$7$i$lcssa
+ (get_local $$z$7$i)
+ )
+ (br $while-out$96)
)
)
- (set_local $$cmp470$i
- (i32.gt_s
- (get_local $$$p$inc468$i)
- (get_local $$e$5$ph$i)
+ (set_local $$arrayidx453$i
+ (i32.add
+ (get_local $$z$7$i)
+ (i32.const -4)
)
)
- (set_local $$cmp473$i
- (i32.gt_s
- (get_local $$e$5$ph$i)
- (i32.const -5)
+ (set_local $$235
+ (i32.load
+ (get_local $$arrayidx453$i)
)
)
- (set_local $$or$cond2$i
- (i32.and
- (get_local $$cmp470$i)
- (get_local $$cmp473$i)
+ (set_local $$lnot455$i
+ (i32.eq
+ (get_local $$235)
+ (i32.const 0)
)
)
(if
- (get_local $$or$cond2$i)
- (block
- (set_local $$dec476$i
- (i32.add
- (get_local $$t$0)
- (i32.const -1)
- )
- )
- (set_local $$add477$neg$i
- (i32.add
- (get_local $$$p$inc468$i)
- (i32.const -1)
- )
- )
- (set_local $$sub478$i
- (i32.sub
- (get_local $$add477$neg$i)
- (get_local $$e$5$ph$i)
- )
- )
- (set_local $$p$addr$2$i
- (get_local $$sub478$i)
- )
- (set_local $$t$addr$0$i
- (get_local $$dec476$i)
- )
+ (get_local $$lnot455$i)
+ (set_local $$z$7$i
+ (get_local $$arrayidx453$i)
)
(block
- (set_local $$sub480$i
- (i32.add
- (get_local $$t$0)
- (i32.const -2)
- )
- )
- (set_local $$dec481$i
- (i32.add
- (get_local $$$p$inc468$i)
- (i32.const -1)
- )
- )
- (set_local $$p$addr$2$i
- (get_local $$dec481$i)
+ (set_local $$cmp450$lcssa$i
+ (i32.const 1)
)
- (set_local $$t$addr$0$i
- (get_local $$sub480$i)
+ (set_local $$z$7$i$lcssa
+ (get_local $$z$7$i)
)
+ (br $while-out$96)
)
)
- (set_local $$and483$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
+ (br $while-in$97)
+ )
+ )
+ (block $do-once$98
+ (if
+ (get_local $$cmp338$i)
+ (block
+ (set_local $$236
+ (i32.and
+ (get_local $$tobool341$i)
+ (i32.const 1)
+ )
)
- )
- (set_local $$tobool484$i
- (i32.eq
- (get_local $$and483$i)
- (i32.const 0)
+ (set_local $$inc468$i
+ (i32.xor
+ (get_local $$236)
+ (i32.const 1)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$tobool484$i)
+ (set_local $$$p$inc468$i
+ (i32.add
+ (get_local $$inc468$i)
+ (get_local $$$p$i)
+ )
)
- (block
- (set_local $$and610$pre$phi$iZ2D
- (get_local $$and483$i)
+ (set_local $$cmp470$i
+ (i32.gt_s
+ (get_local $$$p$inc468$i)
+ (get_local $$e$5$ph$i)
)
- (set_local $$p$addr$3$i
- (get_local $$p$addr$2$i)
+ )
+ (set_local $$cmp473$i
+ (i32.gt_s
+ (get_local $$e$5$ph$i)
+ (i32.const -5)
)
- (set_local $$t$addr$1$i
- (get_local $$t$addr$0$i)
+ )
+ (set_local $$or$cond2$i
+ (i32.and
+ (get_local $$cmp470$i)
+ (get_local $$cmp473$i)
)
- (br $do-once$98)
)
- )
- (block $do-once$100
(if
- (get_local $$cmp450$lcssa$i)
+ (get_local $$or$cond2$i)
(block
- (set_local $$arrayidx489$i
+ (set_local $$dec476$i
(i32.add
- (get_local $$z$7$i$lcssa)
- (i32.const -4)
+ (get_local $$t$0)
+ (i32.const -1)
)
)
- (set_local $$237
- (i32.load
- (get_local $$arrayidx489$i)
+ (set_local $$add477$neg$i
+ (i32.add
+ (get_local $$$p$inc468$i)
+ (i32.const -1)
)
)
- (set_local $$tobool490$i
- (i32.eq
- (get_local $$237)
- (i32.const 0)
+ (set_local $$sub478$i
+ (i32.sub
+ (get_local $$add477$neg$i)
+ (get_local $$e$5$ph$i)
)
)
- (if
- (get_local $$tobool490$i)
- (block
- (set_local $$j$2$i
- (i32.const 9)
- )
- (br $do-once$100)
+ (set_local $$p$addr$2$i
+ (get_local $$sub478$i)
+ )
+ (set_local $$t$addr$0$i
+ (get_local $$dec476$i)
+ )
+ )
+ (block
+ (set_local $$sub480$i
+ (i32.add
+ (get_local $$t$0)
+ (i32.const -2)
)
)
- (set_local $$rem494$510$i
- (i32.and
- (i32.rem_u
- (get_local $$237)
- (i32.const 10)
- )
+ (set_local $$dec481$i
+ (i32.add
+ (get_local $$$p$inc468$i)
(i32.const -1)
)
)
- (set_local $$cmp495$511$i
- (i32.eq
- (get_local $$rem494$510$i)
- (i32.const 0)
- )
+ (set_local $$p$addr$2$i
+ (get_local $$dec481$i)
)
- (if
- (get_local $$cmp495$511$i)
- (block
- (set_local $$i$3512$i
- (i32.const 10)
- )
- (set_local $$j$1513$i
- (i32.const 0)
+ (set_local $$t$addr$0$i
+ (get_local $$sub480$i)
+ )
+ )
+ )
+ (set_local $$and483$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 8)
+ )
+ )
+ (set_local $$tobool484$i
+ (i32.eq
+ (get_local $$and483$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool484$i)
+ )
+ (block
+ (set_local $$and610$pre$phi$iZ2D
+ (get_local $$and483$i)
+ )
+ (set_local $$p$addr$3$i
+ (get_local $$p$addr$2$i)
+ )
+ (set_local $$t$addr$1$i
+ (get_local $$t$addr$0$i)
+ )
+ (br $do-once$98)
+ )
+ )
+ (block $do-once$100
+ (if
+ (get_local $$cmp450$lcssa$i)
+ (block
+ (set_local $$arrayidx489$i
+ (i32.add
+ (get_local $$z$7$i$lcssa)
+ (i32.const -4)
)
)
- (block
- (set_local $$j$2$i
- (i32.const 0)
+ (set_local $$237
+ (i32.load
+ (get_local $$arrayidx489$i)
)
- (br $do-once$100)
)
- )
- (loop $while-out$102 $while-in$103
- (set_local $$mul499$i
- (i32.mul
- (get_local $$i$3512$i)
- (i32.const 10)
+ (set_local $$tobool490$i
+ (i32.eq
+ (get_local $$237)
+ (i32.const 0)
)
)
- (set_local $$inc500$i
- (i32.add
- (get_local $$j$1513$i)
- (i32.const 1)
+ (if
+ (get_local $$tobool490$i)
+ (block
+ (set_local $$j$2$i
+ (i32.const 9)
+ )
+ (br $do-once$100)
)
)
- (set_local $$rem494$i
+ (set_local $$rem494$510$i
(i32.and
(i32.rem_u
(get_local $$237)
- (get_local $$mul499$i)
+ (i32.const 10)
)
(i32.const -1)
)
)
- (set_local $$cmp495$i
+ (set_local $$cmp495$511$i
(i32.eq
- (get_local $$rem494$i)
+ (get_local $$rem494$510$i)
(i32.const 0)
)
)
(if
- (get_local $$cmp495$i)
+ (get_local $$cmp495$511$i)
(block
(set_local $$i$3512$i
- (get_local $$mul499$i)
+ (i32.const 10)
)
(set_local $$j$1513$i
- (get_local $$inc500$i)
+ (i32.const 0)
)
)
(block
(set_local $$j$2$i
- (get_local $$inc500$i)
+ (i32.const 0)
+ )
+ (br $do-once$100)
+ )
+ )
+ (loop $while-in$103
+ (block $while-out$102
+ (set_local $$mul499$i
+ (i32.mul
+ (get_local $$i$3512$i)
+ (i32.const 10)
+ )
+ )
+ (set_local $$inc500$i
+ (i32.add
+ (get_local $$j$1513$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$rem494$i
+ (i32.and
+ (i32.rem_u
+ (get_local $$237)
+ (get_local $$mul499$i)
+ )
+ (i32.const -1)
+ )
+ )
+ (set_local $$cmp495$i
+ (i32.eq
+ (get_local $$rem494$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp495$i)
+ (block
+ (set_local $$i$3512$i
+ (get_local $$mul499$i)
+ )
+ (set_local $$j$1513$i
+ (get_local $$inc500$i)
+ )
+ )
+ (block
+ (set_local $$j$2$i
+ (get_local $$inc500$i)
+ )
+ (br $while-out$102)
+ )
)
- (br $while-out$102)
+ (br $while-in$103)
)
)
- (br $while-in$103)
+ )
+ (set_local $$j$2$i
+ (i32.const 9)
)
)
- (set_local $$j$2$i
- (i32.const 9)
+ )
+ (set_local $$or504$i
+ (i32.or
+ (get_local $$t$addr$0$i)
+ (i32.const 32)
)
)
- )
- (set_local $$or504$i
- (i32.or
- (get_local $$t$addr$0$i)
- (i32.const 32)
+ (set_local $$cmp505$i
+ (i32.eq
+ (get_local $$or504$i)
+ (i32.const 102)
+ )
)
- )
- (set_local $$cmp505$i
- (i32.eq
- (get_local $$or504$i)
- (i32.const 102)
+ (set_local $$sub$ptr$lhs$cast508$i
+ (get_local $$z$7$i$lcssa)
)
- )
- (set_local $$sub$ptr$lhs$cast508$i
- (get_local $$z$7$i$lcssa)
- )
- (set_local $$sub$ptr$sub510$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast508$i)
- (get_local $$sub$ptr$rhs$cast345$i)
+ (set_local $$sub$ptr$sub510$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast508$i)
+ (get_local $$sub$ptr$rhs$cast345$i)
+ )
)
- )
- (set_local $$sub$ptr$div511$i
- (i32.shr_s
- (get_local $$sub$ptr$sub510$i)
- (i32.const 2)
+ (set_local $$sub$ptr$div511$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub510$i)
+ (i32.const 2)
+ )
)
- )
- (set_local $$238
- (i32.mul
- (get_local $$sub$ptr$div511$i)
- (i32.const 9)
+ (set_local $$238
+ (i32.mul
+ (get_local $$sub$ptr$div511$i)
+ (i32.const 9)
+ )
)
- )
- (set_local $$mul513$i
- (i32.add
- (get_local $$238)
- (i32.const -9)
+ (set_local $$mul513$i
+ (i32.add
+ (get_local $$238)
+ (i32.const -9)
+ )
)
- )
- (if
- (get_local $$cmp505$i)
- (block
- (set_local $$sub514$i
- (i32.sub
- (get_local $$mul513$i)
- (get_local $$j$2$i)
+ (if
+ (get_local $$cmp505$i)
+ (block
+ (set_local $$sub514$i
+ (i32.sub
+ (get_local $$mul513$i)
+ (get_local $$j$2$i)
+ )
)
- )
- (set_local $$cmp515$i
- (i32.lt_s
- (get_local $$sub514$i)
- (i32.const 0)
+ (set_local $$cmp515$i
+ (i32.lt_s
+ (get_local $$sub514$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$$sub514$i
- (if
- (get_local $$cmp515$i)
+ (set_local $$$sub514$i
+ (if
+ (get_local $$cmp515$i)
+ (i32.const 0)
+ (get_local $$sub514$i)
+ )
+ )
+ (set_local $$cmp528$i
+ (i32.lt_s
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub514$i)
+ )
+ )
+ (set_local $$p$addr$2$$sub514398$i
+ (if
+ (get_local $$cmp528$i)
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub514$i)
+ )
+ )
+ (set_local $$and610$pre$phi$iZ2D
(i32.const 0)
- (get_local $$sub514$i)
)
- )
- (set_local $$cmp528$i
- (i32.lt_s
- (get_local $$p$addr$2$i)
- (get_local $$$sub514$i)
+ (set_local $$p$addr$3$i
+ (get_local $$p$addr$2$$sub514398$i)
)
- )
- (set_local $$p$addr$2$$sub514398$i
- (if
- (get_local $$cmp528$i)
- (get_local $$p$addr$2$i)
- (get_local $$$sub514$i)
+ (set_local $$t$addr$1$i
+ (get_local $$t$addr$0$i)
)
+ (br $do-once$98)
)
- (set_local $$and610$pre$phi$iZ2D
- (i32.const 0)
- )
- (set_local $$p$addr$3$i
- (get_local $$p$addr$2$$sub514398$i)
- )
- (set_local $$t$addr$1$i
- (get_local $$t$addr$0$i)
- )
- (br $do-once$98)
- )
- (block
- (set_local $$add561$i
- (i32.add
- (get_local $$mul513$i)
- (get_local $$e$5$ph$i)
+ (block
+ (set_local $$add561$i
+ (i32.add
+ (get_local $$mul513$i)
+ (get_local $$e$5$ph$i)
+ )
)
- )
- (set_local $$sub562$i
- (i32.sub
- (get_local $$add561$i)
- (get_local $$j$2$i)
+ (set_local $$sub562$i
+ (i32.sub
+ (get_local $$add561$i)
+ (get_local $$j$2$i)
+ )
)
- )
- (set_local $$cmp563$i
- (i32.lt_s
- (get_local $$sub562$i)
- (i32.const 0)
+ (set_local $$cmp563$i
+ (i32.lt_s
+ (get_local $$sub562$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$$sub562$i
- (if
- (get_local $$cmp563$i)
+ (set_local $$$sub562$i
+ (if
+ (get_local $$cmp563$i)
+ (i32.const 0)
+ (get_local $$sub562$i)
+ )
+ )
+ (set_local $$cmp577$i
+ (i32.lt_s
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub562$i)
+ )
+ )
+ (set_local $$p$addr$2$$sub562399$i
+ (if
+ (get_local $$cmp577$i)
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub562$i)
+ )
+ )
+ (set_local $$and610$pre$phi$iZ2D
(i32.const 0)
- (get_local $$sub562$i)
)
- )
- (set_local $$cmp577$i
- (i32.lt_s
- (get_local $$p$addr$2$i)
- (get_local $$$sub562$i)
+ (set_local $$p$addr$3$i
+ (get_local $$p$addr$2$$sub562399$i)
)
- )
- (set_local $$p$addr$2$$sub562399$i
- (if
- (get_local $$cmp577$i)
- (get_local $$p$addr$2$i)
- (get_local $$$sub562$i)
+ (set_local $$t$addr$1$i
+ (get_local $$t$addr$0$i)
)
+ (br $do-once$98)
)
- (set_local $$and610$pre$phi$iZ2D
- (i32.const 0)
- )
- (set_local $$p$addr$3$i
- (get_local $$p$addr$2$$sub562399$i)
- )
- (set_local $$t$addr$1$i
- (get_local $$t$addr$0$i)
- )
- (br $do-once$98)
)
)
- )
- (block
- (set_local $$$pre567$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
+ (block
+ (set_local $$$pre567$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 8)
+ )
+ )
+ (set_local $$and610$pre$phi$iZ2D
+ (get_local $$$pre567$i)
+ )
+ (set_local $$p$addr$3$i
+ (get_local $$$p$i)
+ )
+ (set_local $$t$addr$1$i
+ (get_local $$t$0)
)
- )
- (set_local $$and610$pre$phi$iZ2D
- (get_local $$$pre567$i)
- )
- (set_local $$p$addr$3$i
- (get_local $$$p$i)
- )
- (set_local $$t$addr$1$i
- (get_local $$t$0)
)
)
)
- )
- (set_local $$239
- (i32.or
- (get_local $$p$addr$3$i)
- (get_local $$and610$pre$phi$iZ2D)
- )
- )
- (set_local $$240
- (i32.ne
- (get_local $$239)
- (i32.const 0)
- )
- )
- (set_local $$lor$ext$i
- (i32.and
- (get_local $$240)
- (i32.const 1)
- )
- )
- (set_local $$or613$i
- (i32.or
- (get_local $$t$addr$1$i)
- (i32.const 32)
- )
- )
- (set_local $$cmp614$i
- (i32.eq
- (get_local $$or613$i)
- (i32.const 102)
- )
- )
- (if
- (get_local $$cmp614$i)
- (block
- (set_local $$cmp617$i
- (i32.gt_s
- (get_local $$e$5$ph$i)
- (i32.const 0)
- )
- )
- (set_local $$add620$i
- (if
- (get_local $$cmp617$i)
- (get_local $$e$5$ph$i)
- (i32.const 0)
- )
+ (set_local $$239
+ (i32.or
+ (get_local $$p$addr$3$i)
+ (get_local $$and610$pre$phi$iZ2D)
)
- (set_local $$estr$2$i
+ )
+ (set_local $$240
+ (i32.ne
+ (get_local $$239)
(i32.const 0)
)
- (set_local $$sub$ptr$sub650$pn$i
- (get_local $$add620$i)
- )
)
- (block
- (set_local $$cmp623$i
- (i32.lt_s
- (get_local $$e$5$ph$i)
- (i32.const 0)
- )
+ (set_local $$lor$ext$i
+ (i32.and
+ (get_local $$240)
+ (i32.const 1)
)
- (set_local $$cond629$i
- (if
- (get_local $$cmp623$i)
- (get_local $$sub626$le$i)
- (get_local $$e$5$ph$i)
- )
+ )
+ (set_local $$or613$i
+ (i32.or
+ (get_local $$t$addr$1$i)
+ (i32.const 32)
)
- (set_local $$241
- (i32.lt_s
- (get_local $$cond629$i)
- (i32.const 0)
- )
+ )
+ (set_local $$cmp614$i
+ (i32.eq
+ (get_local $$or613$i)
+ (i32.const 102)
)
- (set_local $$242
- (i32.shr_s
- (i32.shl
- (get_local $$241)
- (i32.const 31)
+ )
+ (if
+ (get_local $$cmp614$i)
+ (block
+ (set_local $$cmp617$i
+ (i32.gt_s
+ (get_local $$e$5$ph$i)
+ (i32.const 0)
)
- (i32.const 31)
- )
- )
- (set_local $$243
- (call $_fmt_u
- (get_local $$cond629$i)
- (get_local $$242)
- (get_local $$arrayidx$i$236)
- )
- )
- (set_local $$sub$ptr$rhs$cast634$504$i
- (get_local $$243)
- )
- (set_local $$sub$ptr$sub635$505$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast634$504$i)
- )
- )
- (set_local $$cmp636$506$i
- (i32.lt_s
- (get_local $$sub$ptr$sub635$505$i)
- (i32.const 2)
)
- )
- (if
- (get_local $$cmp636$506$i)
- (block
- (set_local $$estr$1507$i
- (get_local $$243)
- )
- (loop $while-out$104 $while-in$105
- (set_local $$incdec$ptr639$i
- (i32.add
- (get_local $$estr$1507$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr639$i)
- (i32.const 48)
- )
- (set_local $$sub$ptr$rhs$cast634$i
- (get_local $$incdec$ptr639$i)
- )
- (set_local $$sub$ptr$sub635$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast634$i)
- )
- )
- (set_local $$cmp636$i
- (i32.lt_s
- (get_local $$sub$ptr$sub635$i)
- (i32.const 2)
- )
- )
- (if
- (get_local $$cmp636$i)
- (set_local $$estr$1507$i
- (get_local $$incdec$ptr639$i)
- )
- (block
- (set_local $$estr$1$lcssa$i
- (get_local $$incdec$ptr639$i)
- )
- (br $while-out$104)
- )
- )
- (br $while-in$105)
+ (set_local $$add620$i
+ (if
+ (get_local $$cmp617$i)
+ (get_local $$e$5$ph$i)
+ (i32.const 0)
)
)
- (set_local $$estr$1$lcssa$i
- (get_local $$243)
- )
- )
- (set_local $$244
- (i32.shr_s
- (get_local $$e$5$ph$i)
- (i32.const 31)
- )
- )
- (set_local $$245
- (i32.and
- (get_local $$244)
- (i32.const 2)
- )
- )
- (set_local $$246
- (i32.add
- (get_local $$245)
- (i32.const 43)
- )
- )
- (set_local $$conv644$i
- (i32.and
- (get_local $$246)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr645$i
- (i32.add
- (get_local $$estr$1$lcssa$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr645$i)
- (get_local $$conv644$i)
- )
- (set_local $$conv646$i
- (i32.and
- (get_local $$t$addr$1$i)
- (i32.const 255)
+ (set_local $$estr$2$i
+ (i32.const 0)
)
- )
- (set_local $$incdec$ptr647$i
- (i32.add
- (get_local $$estr$1$lcssa$i)
- (i32.const -2)
+ (set_local $$sub$ptr$sub650$pn$i
+ (get_local $$add620$i)
)
)
- (i32.store8
- (get_local $$incdec$ptr647$i)
- (get_local $$conv646$i)
- )
- (set_local $$sub$ptr$rhs$cast649$i
- (get_local $$incdec$ptr647$i)
- )
- (set_local $$sub$ptr$sub650$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast649$i)
- )
- )
- (set_local $$estr$2$i
- (get_local $$incdec$ptr647$i)
- )
- (set_local $$sub$ptr$sub650$pn$i
- (get_local $$sub$ptr$sub650$i)
- )
- )
- )
- (set_local $$add608$i
- (i32.add
- (get_local $$pl$0$i)
- (i32.const 1)
- )
- )
- (set_local $$add612$i
- (i32.add
- (get_local $$add608$i)
- (get_local $$p$addr$3$i)
- )
- )
- (set_local $$l$1$i
- (i32.add
- (get_local $$add612$i)
- (get_local $$lor$ext$i)
- )
- )
- (set_local $$add653$i
- (i32.add
- (get_local $$l$1$i)
- (get_local $$sub$ptr$sub650$pn$i)
- )
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add653$i)
- (get_local $$fl$1$and219)
- )
- (set_local $$247
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$436$i
- (i32.and
- (get_local $$247)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$437$i
- (i32.eq
- (get_local $$and$i$436$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool$i$437$i)
- (call $___fwritex
- (get_local $$prefix$0$i)
- (get_local $$pl$0$i)
- (get_local $$f)
- )
- )
- (set_local $$xor655$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 65536)
- )
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$w$1)
- (get_local $$add653$i)
- (get_local $$xor655$i)
- )
- (block $do-once$106
- (if
- (get_local $$cmp614$i)
(block
- (set_local $$cmp660$i
- (i32.gt_u
- (get_local $$a$9$ph$i)
- (get_local $$arraydecay208$add$ptr213$i)
+ (set_local $$cmp623$i
+ (i32.lt_s
+ (get_local $$e$5$ph$i)
+ (i32.const 0)
)
)
- (set_local $$r$0$a$9$i
+ (set_local $$cond629$i
(if
- (get_local $$cmp660$i)
- (get_local $$arraydecay208$add$ptr213$i)
- (get_local $$a$9$ph$i)
+ (get_local $$cmp623$i)
+ (get_local $$sub626$le$i)
+ (get_local $$e$5$ph$i)
)
)
- (set_local $$d$5494$i
- (get_local $$r$0$a$9$i)
+ (set_local $$241
+ (i32.lt_s
+ (get_local $$cond629$i)
+ (i32.const 0)
+ )
)
- (loop $while-out$108 $while-in$109
- (set_local $$248
- (i32.load
- (get_local $$d$5494$i)
+ (set_local $$242
+ (i32.shr_s
+ (i32.shl
+ (get_local $$241)
+ (i32.const 31)
)
+ (i32.const 31)
)
- (set_local $$249
- (call $_fmt_u
- (get_local $$248)
- (i32.const 0)
- (get_local $$add$ptr671$i)
- )
+ )
+ (set_local $$243
+ (call $_fmt_u
+ (get_local $$cond629$i)
+ (get_local $$242)
+ (get_local $$arrayidx$i$236)
)
- (set_local $$cmp673$i
- (i32.eq
- (get_local $$d$5494$i)
- (get_local $$r$0$a$9$i)
- )
+ )
+ (set_local $$sub$ptr$rhs$cast634$504$i
+ (get_local $$243)
+ )
+ (set_local $$sub$ptr$sub635$505$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast634$504$i)
)
- (block $do-once$110
- (if
- (get_local $$cmp673$i)
- (block
- (set_local $$cmp686$i
- (i32.eq
- (get_local $$249)
- (get_local $$add$ptr671$i)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp686$i)
- )
- (block
- (set_local $$s668$1$i
- (get_local $$249)
- )
- (br $do-once$110)
+ )
+ (set_local $$cmp636$506$i
+ (i32.lt_s
+ (get_local $$sub$ptr$sub635$505$i)
+ (i32.const 2)
+ )
+ )
+ (if
+ (get_local $$cmp636$506$i)
+ (block
+ (set_local $$estr$1507$i
+ (get_local $$243)
+ )
+ (loop $while-in$105
+ (block $while-out$104
+ (set_local $$incdec$ptr639$i
+ (i32.add
+ (get_local $$estr$1507$i)
+ (i32.const -1)
)
)
(i32.store8
- (get_local $$incdec$ptr689$i)
+ (get_local $$incdec$ptr639$i)
(i32.const 48)
)
- (set_local $$s668$1$i
- (get_local $$incdec$ptr689$i)
+ (set_local $$sub$ptr$rhs$cast634$i
+ (get_local $$incdec$ptr639$i)
)
- )
- (block
- (set_local $$cmp678$491$i
- (i32.gt_u
- (get_local $$249)
- (get_local $$buf$i)
+ (set_local $$sub$ptr$sub635$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast634$i)
)
)
- (if
- (get_local $$cmp678$491$i)
- (set_local $$s668$0492$i
- (get_local $$249)
- )
- (block
- (set_local $$s668$1$i
- (get_local $$249)
- )
- (br $do-once$110)
+ (set_local $$cmp636$i
+ (i32.lt_s
+ (get_local $$sub$ptr$sub635$i)
+ (i32.const 2)
)
)
- (loop $while-out$112 $while-in$113
- (set_local $$incdec$ptr681$i
- (i32.add
- (get_local $$s668$0492$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr681$i)
- (i32.const 48)
- )
- (set_local $$cmp678$i
- (i32.gt_u
- (get_local $$incdec$ptr681$i)
- (get_local $$buf$i)
- )
+ (if
+ (get_local $$cmp636$i)
+ (set_local $$estr$1507$i
+ (get_local $$incdec$ptr639$i)
)
- (if
- (get_local $$cmp678$i)
- (set_local $$s668$0492$i
- (get_local $$incdec$ptr681$i)
- )
- (block
- (set_local $$s668$1$i
- (get_local $$incdec$ptr681$i)
- )
- (br $while-out$112)
+ (block
+ (set_local $$estr$1$lcssa$i
+ (get_local $$incdec$ptr639$i)
)
+ (br $while-out$104)
)
- (br $while-in$113)
)
+ (br $while-in$105)
)
)
)
- (set_local $$250
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$442$i
- (i32.and
- (get_local $$250)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$443$i
- (i32.eq
- (get_local $$and$i$442$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool$i$443$i)
- (block
- (set_local $$sub$ptr$rhs$cast695$i
- (get_local $$s668$1$i)
- )
- (set_local $$sub$ptr$sub696$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast694$i)
- (get_local $$sub$ptr$rhs$cast695$i)
- )
- )
- (call $___fwritex
- (get_local $$s668$1$i)
- (get_local $$sub$ptr$sub696$i)
- (get_local $$f)
- )
- )
+ (set_local $$estr$1$lcssa$i
+ (get_local $$243)
)
- (set_local $$incdec$ptr698$i
- (i32.add
- (get_local $$d$5494$i)
- (i32.const 4)
- )
+ )
+ (set_local $$244
+ (i32.shr_s
+ (get_local $$e$5$ph$i)
+ (i32.const 31)
)
- (set_local $$cmp665$i
- (i32.gt_u
- (get_local $$incdec$ptr698$i)
- (get_local $$arraydecay208$add$ptr213$i)
- )
+ )
+ (set_local $$245
+ (i32.and
+ (get_local $$244)
+ (i32.const 2)
)
- (if
- (get_local $$cmp665$i)
- (block
- (set_local $$incdec$ptr698$i$lcssa
- (get_local $$incdec$ptr698$i)
- )
- (br $while-out$108)
- )
- (set_local $$d$5494$i
- (get_local $$incdec$ptr698$i)
- )
+ )
+ (set_local $$246
+ (i32.add
+ (get_local $$245)
+ (i32.const 43)
)
- (br $while-in$109)
)
- (set_local $$251
- (i32.eq
- (get_local $$239)
- (i32.const 0)
+ (set_local $$conv644$i
+ (i32.and
+ (get_local $$246)
+ (i32.const 255)
)
)
- (block $do-once$114
- (if
- (i32.eqz
- (get_local $$251)
- )
- (block
- (set_local $$252
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$448$i
- (i32.and
- (get_local $$252)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$449$i
- (i32.eq
- (get_local $$and$i$448$i)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool$i$449$i)
- )
- (br $do-once$114)
- )
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $$f)
- )
- )
+ (set_local $$incdec$ptr645$i
+ (i32.add
+ (get_local $$estr$1$lcssa$i)
+ (i32.const -1)
)
)
- (set_local $$cmp707$486$i
- (i32.lt_u
- (get_local $$incdec$ptr698$i$lcssa)
- (get_local $$z$7$i$lcssa)
+ (i32.store8
+ (get_local $$incdec$ptr645$i)
+ (get_local $$conv644$i)
+ )
+ (set_local $$conv646$i
+ (i32.and
+ (get_local $$t$addr$1$i)
+ (i32.const 255)
)
)
- (set_local $$cmp710$487$i
- (i32.gt_s
- (get_local $$p$addr$3$i)
- (i32.const 0)
+ (set_local $$incdec$ptr647$i
+ (i32.add
+ (get_local $$estr$1$lcssa$i)
+ (i32.const -2)
)
)
- (set_local $$253
- (i32.and
- (get_local $$cmp710$487$i)
- (get_local $$cmp707$486$i)
+ (i32.store8
+ (get_local $$incdec$ptr647$i)
+ (get_local $$conv646$i)
+ )
+ (set_local $$sub$ptr$rhs$cast649$i
+ (get_local $$incdec$ptr647$i)
+ )
+ (set_local $$sub$ptr$sub650$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast649$i)
)
)
- (if
- (get_local $$253)
- (block
- (set_local $$d$6488$i
- (get_local $$incdec$ptr698$i$lcssa)
+ (set_local $$estr$2$i
+ (get_local $$incdec$ptr647$i)
+ )
+ (set_local $$sub$ptr$sub650$pn$i
+ (get_local $$sub$ptr$sub650$i)
+ )
+ )
+ )
+ (set_local $$add608$i
+ (i32.add
+ (get_local $$pl$0$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$add612$i
+ (i32.add
+ (get_local $$add608$i)
+ (get_local $$p$addr$3$i)
+ )
+ )
+ (set_local $$l$1$i
+ (i32.add
+ (get_local $$add612$i)
+ (get_local $$lor$ext$i)
+ )
+ )
+ (set_local $$add653$i
+ (i32.add
+ (get_local $$l$1$i)
+ (get_local $$sub$ptr$sub650$pn$i)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add653$i)
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$247
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$436$i
+ (i32.and
+ (get_local $$247)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$437$i
+ (i32.eq
+ (get_local $$and$i$436$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$437$i)
+ (call $___fwritex
+ (get_local $$prefix$0$i)
+ (get_local $$pl$0$i)
+ (get_local $$f)
+ )
+ )
+ (set_local $$xor655$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 65536)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$w$1)
+ (get_local $$add653$i)
+ (get_local $$xor655$i)
+ )
+ (block $do-once$106
+ (if
+ (get_local $$cmp614$i)
+ (block
+ (set_local $$cmp660$i
+ (i32.gt_u
+ (get_local $$a$9$ph$i)
+ (get_local $$arraydecay208$add$ptr213$i)
)
- (set_local $$p$addr$4489$i
- (get_local $$p$addr$3$i)
+ )
+ (set_local $$r$0$a$9$i
+ (if
+ (get_local $$cmp660$i)
+ (get_local $$arraydecay208$add$ptr213$i)
+ (get_local $$a$9$ph$i)
)
- (loop $while-out$116 $while-in$117
- (set_local $$254
+ )
+ (set_local $$d$5494$i
+ (get_local $$r$0$a$9$i)
+ )
+ (loop $while-in$109
+ (block $while-out$108
+ (set_local $$248
(i32.load
- (get_local $$d$6488$i)
+ (get_local $$d$5494$i)
)
)
- (set_local $$255
+ (set_local $$249
(call $_fmt_u
- (get_local $$254)
+ (get_local $$248)
(i32.const 0)
(get_local $$add$ptr671$i)
)
)
- (set_local $$cmp722$483$i
- (i32.gt_u
- (get_local $$255)
- (get_local $$buf$i)
+ (set_local $$cmp673$i
+ (i32.eq
+ (get_local $$d$5494$i)
+ (get_local $$r$0$a$9$i)
)
)
- (if
- (get_local $$cmp722$483$i)
- (block
- (set_local $$s715$0484$i
- (get_local $$255)
- )
- (loop $while-out$118 $while-in$119
- (set_local $$incdec$ptr725$i
- (i32.add
- (get_local $$s715$0484$i)
- (i32.const -1)
+ (block $do-once$110
+ (if
+ (get_local $$cmp673$i)
+ (block
+ (set_local $$cmp686$i
+ (i32.eq
+ (get_local $$249)
+ (get_local $$add$ptr671$i)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp686$i)
+ )
+ (block
+ (set_local $$s668$1$i
+ (get_local $$249)
+ )
+ (br $do-once$110)
)
)
(i32.store8
- (get_local $$incdec$ptr725$i)
+ (get_local $$incdec$ptr689$i)
(i32.const 48)
)
- (set_local $$cmp722$i
+ (set_local $$s668$1$i
+ (get_local $$incdec$ptr689$i)
+ )
+ )
+ (block
+ (set_local $$cmp678$491$i
(i32.gt_u
- (get_local $$incdec$ptr725$i)
+ (get_local $$249)
(get_local $$buf$i)
)
)
(if
- (get_local $$cmp722$i)
- (set_local $$s715$0484$i
- (get_local $$incdec$ptr725$i)
+ (get_local $$cmp678$491$i)
+ (set_local $$s668$0492$i
+ (get_local $$249)
)
(block
- (set_local $$s715$0$lcssa$i
- (get_local $$incdec$ptr725$i)
+ (set_local $$s668$1$i
+ (get_local $$249)
+ )
+ (br $do-once$110)
+ )
+ )
+ (loop $while-in$113
+ (block $while-out$112
+ (set_local $$incdec$ptr681$i
+ (i32.add
+ (get_local $$s668$0492$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr681$i)
+ (i32.const 48)
+ )
+ (set_local $$cmp678$i
+ (i32.gt_u
+ (get_local $$incdec$ptr681$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp678$i)
+ (set_local $$s668$0492$i
+ (get_local $$incdec$ptr681$i)
+ )
+ (block
+ (set_local $$s668$1$i
+ (get_local $$incdec$ptr681$i)
+ )
+ (br $while-out$112)
+ )
)
- (br $while-out$118)
+ (br $while-in$113)
)
)
- (br $while-in$119)
)
)
- (set_local $$s715$0$lcssa$i
- (get_local $$255)
- )
)
- (set_local $$256
+ (set_local $$250
(i32.load
(get_local $$f)
)
)
- (set_local $$and$i$454$i
+ (set_local $$and$i$442$i
(i32.and
- (get_local $$256)
+ (get_local $$250)
(i32.const 32)
)
)
- (set_local $$tobool$i$455$i
+ (set_local $$tobool$i$443$i
(i32.eq
- (get_local $$and$i$454$i)
+ (get_local $$and$i$442$i)
(i32.const 0)
)
)
(if
- (get_local $$tobool$i$455$i)
+ (get_local $$tobool$i$443$i)
(block
- (set_local $$cmp727$i
- (i32.gt_s
- (get_local $$p$addr$4489$i)
- (i32.const 9)
- )
+ (set_local $$sub$ptr$rhs$cast695$i
+ (get_local $$s668$1$i)
)
- (set_local $$cond732$i
- (if
- (get_local $$cmp727$i)
- (i32.const 9)
- (get_local $$p$addr$4489$i)
+ (set_local $$sub$ptr$sub696$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast694$i)
+ (get_local $$sub$ptr$rhs$cast695$i)
)
)
- (call $___fwritex
- (get_local $$s715$0$lcssa$i)
- (get_local $$cond732$i)
- (get_local $$f)
+ (drop
+ (call $___fwritex
+ (get_local $$s668$1$i)
+ (get_local $$sub$ptr$sub696$i)
+ (get_local $$f)
+ )
)
)
)
- (set_local $$incdec$ptr734$i
+ (set_local $$incdec$ptr698$i
(i32.add
- (get_local $$d$6488$i)
+ (get_local $$d$5494$i)
(i32.const 4)
)
)
- (set_local $$sub735$i
- (i32.add
- (get_local $$p$addr$4489$i)
- (i32.const -9)
+ (set_local $$cmp665$i
+ (i32.gt_u
+ (get_local $$incdec$ptr698$i)
+ (get_local $$arraydecay208$add$ptr213$i)
)
)
- (set_local $$cmp707$i
- (i32.lt_u
- (get_local $$incdec$ptr734$i)
- (get_local $$z$7$i$lcssa)
+ (if
+ (get_local $$cmp665$i)
+ (block
+ (set_local $$incdec$ptr698$i$lcssa
+ (get_local $$incdec$ptr698$i)
+ )
+ (br $while-out$108)
)
- )
- (set_local $$cmp710$i
- (i32.gt_s
- (get_local $$p$addr$4489$i)
- (i32.const 9)
+ (set_local $$d$5494$i
+ (get_local $$incdec$ptr698$i)
)
)
- (set_local $$257
- (i32.and
- (get_local $$cmp710$i)
- (get_local $$cmp707$i)
- )
+ (br $while-in$109)
+ )
+ )
+ (set_local $$251
+ (i32.eq
+ (get_local $$239)
+ (i32.const 0)
+ )
+ )
+ (block $do-once$114
+ (if
+ (i32.eqz
+ (get_local $$251)
)
- (if
- (get_local $$257)
- (block
- (set_local $$d$6488$i
- (get_local $$incdec$ptr734$i)
+ (block
+ (set_local $$252
+ (i32.load
+ (get_local $$f)
)
- (set_local $$p$addr$4489$i
- (get_local $$sub735$i)
+ )
+ (set_local $$and$i$448$i
+ (i32.and
+ (get_local $$252)
+ (i32.const 32)
)
)
- (block
- (set_local $$p$addr$4$lcssa$i
- (get_local $$sub735$i)
+ (set_local $$tobool$i$449$i
+ (i32.eq
+ (get_local $$and$i$448$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool$i$449$i)
+ )
+ (br $do-once$114)
+ )
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $$f)
)
- (br $while-out$116)
)
)
- (br $while-in$117)
)
)
- (set_local $$p$addr$4$lcssa$i
- (get_local $$p$addr$3$i)
+ (set_local $$cmp707$486$i
+ (i32.lt_u
+ (get_local $$incdec$ptr698$i$lcssa)
+ (get_local $$z$7$i$lcssa)
+ )
)
- )
- (set_local $$add737$i
- (i32.add
- (get_local $$p$addr$4$lcssa$i)
- (i32.const 9)
+ (set_local $$cmp710$487$i
+ (i32.gt_s
+ (get_local $$p$addr$3$i)
+ (i32.const 0)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$add737$i)
- (i32.const 9)
- (i32.const 0)
- )
- )
- (block
- (set_local $$add$ptr742$i
- (i32.add
- (get_local $$a$9$ph$i)
- (i32.const 4)
+ (set_local $$253
+ (i32.and
+ (get_local $$cmp710$487$i)
+ (get_local $$cmp707$486$i)
+ )
)
- )
- (set_local $$z$7$add$ptr742$i
(if
- (get_local $$cmp450$lcssa$i)
- (get_local $$z$7$i$lcssa)
- (get_local $$add$ptr742$i)
+ (get_local $$253)
+ (block
+ (set_local $$d$6488$i
+ (get_local $$incdec$ptr698$i$lcssa)
+ )
+ (set_local $$p$addr$4489$i
+ (get_local $$p$addr$3$i)
+ )
+ (loop $while-in$117
+ (block $while-out$116
+ (set_local $$254
+ (i32.load
+ (get_local $$d$6488$i)
+ )
+ )
+ (set_local $$255
+ (call $_fmt_u
+ (get_local $$254)
+ (i32.const 0)
+ (get_local $$add$ptr671$i)
+ )
+ )
+ (set_local $$cmp722$483$i
+ (i32.gt_u
+ (get_local $$255)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp722$483$i)
+ (block
+ (set_local $$s715$0484$i
+ (get_local $$255)
+ )
+ (loop $while-in$119
+ (block $while-out$118
+ (set_local $$incdec$ptr725$i
+ (i32.add
+ (get_local $$s715$0484$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr725$i)
+ (i32.const 48)
+ )
+ (set_local $$cmp722$i
+ (i32.gt_u
+ (get_local $$incdec$ptr725$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp722$i)
+ (set_local $$s715$0484$i
+ (get_local $$incdec$ptr725$i)
+ )
+ (block
+ (set_local $$s715$0$lcssa$i
+ (get_local $$incdec$ptr725$i)
+ )
+ (br $while-out$118)
+ )
+ )
+ (br $while-in$119)
+ )
+ )
+ )
+ (set_local $$s715$0$lcssa$i
+ (get_local $$255)
+ )
+ )
+ (set_local $$256
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$454$i
+ (i32.and
+ (get_local $$256)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$455$i
+ (i32.eq
+ (get_local $$and$i$454$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$455$i)
+ (block
+ (set_local $$cmp727$i
+ (i32.gt_s
+ (get_local $$p$addr$4489$i)
+ (i32.const 9)
+ )
+ )
+ (set_local $$cond732$i
+ (if
+ (get_local $$cmp727$i)
+ (i32.const 9)
+ (get_local $$p$addr$4489$i)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (get_local $$s715$0$lcssa$i)
+ (get_local $$cond732$i)
+ (get_local $$f)
+ )
+ )
+ )
+ )
+ (set_local $$incdec$ptr734$i
+ (i32.add
+ (get_local $$d$6488$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$sub735$i
+ (i32.add
+ (get_local $$p$addr$4489$i)
+ (i32.const -9)
+ )
+ )
+ (set_local $$cmp707$i
+ (i32.lt_u
+ (get_local $$incdec$ptr734$i)
+ (get_local $$z$7$i$lcssa)
+ )
+ )
+ (set_local $$cmp710$i
+ (i32.gt_s
+ (get_local $$p$addr$4489$i)
+ (i32.const 9)
+ )
+ )
+ (set_local $$257
+ (i32.and
+ (get_local $$cmp710$i)
+ (get_local $$cmp707$i)
+ )
+ )
+ (if
+ (get_local $$257)
+ (block
+ (set_local $$d$6488$i
+ (get_local $$incdec$ptr734$i)
+ )
+ (set_local $$p$addr$4489$i
+ (get_local $$sub735$i)
+ )
+ )
+ (block
+ (set_local $$p$addr$4$lcssa$i
+ (get_local $$sub735$i)
+ )
+ (br $while-out$116)
+ )
+ )
+ (br $while-in$117)
+ )
+ )
+ )
+ (set_local $$p$addr$4$lcssa$i
+ (get_local $$p$addr$3$i)
+ )
)
- )
- (set_local $$cmp748$499$i
- (i32.gt_s
- (get_local $$p$addr$3$i)
- (i32.const -1)
+ (set_local $$add737$i
+ (i32.add
+ (get_local $$p$addr$4$lcssa$i)
+ (i32.const 9)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$add737$i)
+ (i32.const 9)
+ (i32.const 0)
)
)
- (if
- (get_local $$cmp748$499$i)
- (block
- (set_local $$tobool781$i
- (i32.eq
- (get_local $$and610$pre$phi$iZ2D)
- (i32.const 0)
- )
- )
- (set_local $$d$7500$i
+ (block
+ (set_local $$add$ptr742$i
+ (i32.add
(get_local $$a$9$ph$i)
+ (i32.const 4)
)
- (set_local $$p$addr$5501$i
+ )
+ (set_local $$z$7$add$ptr742$i
+ (if
+ (get_local $$cmp450$lcssa$i)
+ (get_local $$z$7$i$lcssa)
+ (get_local $$add$ptr742$i)
+ )
+ )
+ (set_local $$cmp748$499$i
+ (i32.gt_s
(get_local $$p$addr$3$i)
+ (i32.const -1)
)
- (loop $while-out$120 $while-in$121
- (set_local $$258
- (i32.load
- (get_local $$d$7500$i)
- )
- )
- (set_local $$259
- (call $_fmt_u
- (get_local $$258)
- (i32.const 0)
- (get_local $$add$ptr671$i)
- )
- )
- (set_local $$cmp760$i
+ )
+ (if
+ (get_local $$cmp748$499$i)
+ (block
+ (set_local $$tobool781$i
(i32.eq
- (get_local $$259)
- (get_local $$add$ptr671$i)
+ (get_local $$and610$pre$phi$iZ2D)
+ (i32.const 0)
)
)
- (if
- (get_local $$cmp760$i)
- (block
- (i32.store8
- (get_local $$incdec$ptr689$i)
- (i32.const 48)
- )
- (set_local $$s753$0$i
- (get_local $$incdec$ptr689$i)
- )
- )
- (set_local $$s753$0$i
- (get_local $$259)
- )
+ (set_local $$d$7500$i
+ (get_local $$a$9$ph$i)
)
- (set_local $$cmp765$i
- (i32.eq
- (get_local $$d$7500$i)
- (get_local $$a$9$ph$i)
- )
+ (set_local $$p$addr$5501$i
+ (get_local $$p$addr$3$i)
)
- (block $do-once$122
- (if
- (get_local $$cmp765$i)
- (block
- (set_local $$incdec$ptr776$i
- (i32.add
- (get_local $$s753$0$i)
- (i32.const 1)
- )
+ (loop $while-in$121
+ (block $while-out$120
+ (set_local $$258
+ (i32.load
+ (get_local $$d$7500$i)
)
- (set_local $$260
- (i32.load
- (get_local $$f)
- )
+ )
+ (set_local $$259
+ (call $_fmt_u
+ (get_local $$258)
+ (i32.const 0)
+ (get_local $$add$ptr671$i)
)
- (set_local $$and$i$460$i
- (i32.and
- (get_local $$260)
- (i32.const 32)
- )
+ )
+ (set_local $$cmp760$i
+ (i32.eq
+ (get_local $$259)
+ (get_local $$add$ptr671$i)
)
- (set_local $$tobool$i$461$i
- (i32.eq
- (get_local $$and$i$460$i)
- (i32.const 0)
+ )
+ (if
+ (get_local $$cmp760$i)
+ (block
+ (i32.store8
+ (get_local $$incdec$ptr689$i)
+ (i32.const 48)
)
- )
- (if
- (get_local $$tobool$i$461$i)
- (call $___fwritex
- (get_local $$s753$0$i)
- (i32.const 1)
- (get_local $$f)
+ (set_local $$s753$0$i
+ (get_local $$incdec$ptr689$i)
)
)
- (set_local $$cmp777$i
- (i32.lt_s
- (get_local $$p$addr$5501$i)
- (i32.const 1)
- )
+ (set_local $$s753$0$i
+ (get_local $$259)
)
- (set_local $$or$cond401$i
- (i32.and
- (get_local $$tobool781$i)
- (get_local $$cmp777$i)
- )
+ )
+ (set_local $$cmp765$i
+ (i32.eq
+ (get_local $$d$7500$i)
+ (get_local $$a$9$ph$i)
)
+ )
+ (block $do-once$122
(if
- (get_local $$or$cond401$i)
+ (get_local $$cmp765$i)
(block
+ (set_local $$incdec$ptr776$i
+ (i32.add
+ (get_local $$s753$0$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$260
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$460$i
+ (i32.and
+ (get_local $$260)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$461$i
+ (i32.eq
+ (get_local $$and$i$460$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$461$i)
+ (call $___fwritex
+ (get_local $$s753$0$i)
+ (i32.const 1)
+ (get_local $$f)
+ )
+ )
+ (set_local $$cmp777$i
+ (i32.lt_s
+ (get_local $$p$addr$5501$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$or$cond401$i
+ (i32.and
+ (get_local $$tobool781$i)
+ (get_local $$cmp777$i)
+ )
+ )
+ (if
+ (get_local $$or$cond401$i)
+ (block
+ (set_local $$s753$2$i
+ (get_local $$incdec$ptr776$i)
+ )
+ (br $do-once$122)
+ )
+ )
+ (set_local $$261
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$466$i
+ (i32.and
+ (get_local $$261)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$467$i
+ (i32.eq
+ (get_local $$and$i$466$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool$i$467$i)
+ )
+ (block
+ (set_local $$s753$2$i
+ (get_local $$incdec$ptr776$i)
+ )
+ (br $do-once$122)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $$f)
+ )
+ )
(set_local $$s753$2$i
(get_local $$incdec$ptr776$i)
)
- (br $do-once$122)
- )
- )
- (set_local $$261
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$466$i
- (i32.and
- (get_local $$261)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$467$i
- (i32.eq
- (get_local $$and$i$466$i)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool$i$467$i)
)
(block
- (set_local $$s753$2$i
- (get_local $$incdec$ptr776$i)
+ (set_local $$cmp770$495$i
+ (i32.gt_u
+ (get_local $$s753$0$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp770$495$i)
+ (set_local $$s753$1496$i
+ (get_local $$s753$0$i)
+ )
+ (block
+ (set_local $$s753$2$i
+ (get_local $$s753$0$i)
+ )
+ (br $do-once$122)
+ )
+ )
+ (loop $while-in$125
+ (block $while-out$124
+ (set_local $$incdec$ptr773$i
+ (i32.add
+ (get_local $$s753$1496$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr773$i)
+ (i32.const 48)
+ )
+ (set_local $$cmp770$i
+ (i32.gt_u
+ (get_local $$incdec$ptr773$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp770$i)
+ (set_local $$s753$1496$i
+ (get_local $$incdec$ptr773$i)
+ )
+ (block
+ (set_local $$s753$2$i
+ (get_local $$incdec$ptr773$i)
+ )
+ (br $while-out$124)
+ )
+ )
+ (br $while-in$125)
+ )
)
- (br $do-once$122)
)
)
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $$f)
+ )
+ (set_local $$sub$ptr$rhs$cast788$i
+ (get_local $$s753$2$i)
+ )
+ (set_local $$sub$ptr$sub789$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast694$i)
+ (get_local $$sub$ptr$rhs$cast788$i)
)
- (set_local $$s753$2$i
- (get_local $$incdec$ptr776$i)
+ )
+ (set_local $$262
+ (i32.load
+ (get_local $$f)
)
)
- (block
- (set_local $$cmp770$495$i
- (i32.gt_u
- (get_local $$s753$0$i)
- (get_local $$buf$i)
- )
+ (set_local $$and$i$472$i
+ (i32.and
+ (get_local $$262)
+ (i32.const 32)
)
- (if
- (get_local $$cmp770$495$i)
- (set_local $$s753$1496$i
- (get_local $$s753$0$i)
- )
- (block
- (set_local $$s753$2$i
- (get_local $$s753$0$i)
- )
- (br $do-once$122)
- )
+ )
+ (set_local $$tobool$i$473$i
+ (i32.eq
+ (get_local $$and$i$472$i)
+ (i32.const 0)
)
- (loop $while-out$124 $while-in$125
- (set_local $$incdec$ptr773$i
- (i32.add
- (get_local $$s753$1496$i)
- (i32.const -1)
+ )
+ (if
+ (get_local $$tobool$i$473$i)
+ (block
+ (set_local $$cmp790$i
+ (i32.gt_s
+ (get_local $$p$addr$5501$i)
+ (get_local $$sub$ptr$sub789$i)
)
)
- (i32.store8
- (get_local $$incdec$ptr773$i)
- (i32.const 48)
- )
- (set_local $$cmp770$i
- (i32.gt_u
- (get_local $$incdec$ptr773$i)
- (get_local $$buf$i)
+ (set_local $$cond800$i
+ (if
+ (get_local $$cmp790$i)
+ (get_local $$sub$ptr$sub789$i)
+ (get_local $$p$addr$5501$i)
)
)
- (if
- (get_local $$cmp770$i)
- (set_local $$s753$1496$i
- (get_local $$incdec$ptr773$i)
- )
- (block
- (set_local $$s753$2$i
- (get_local $$incdec$ptr773$i)
- )
- (br $while-out$124)
+ (drop
+ (call $___fwritex
+ (get_local $$s753$2$i)
+ (get_local $$cond800$i)
+ (get_local $$f)
)
)
- (br $while-in$125)
)
)
- )
- )
- (set_local $$sub$ptr$rhs$cast788$i
- (get_local $$s753$2$i)
- )
- (set_local $$sub$ptr$sub789$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast694$i)
- (get_local $$sub$ptr$rhs$cast788$i)
- )
- )
- (set_local $$262
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$472$i
- (i32.and
- (get_local $$262)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$473$i
- (i32.eq
- (get_local $$and$i$472$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool$i$473$i)
- (block
- (set_local $$cmp790$i
- (i32.gt_s
+ (set_local $$sub806$i
+ (i32.sub
(get_local $$p$addr$5501$i)
(get_local $$sub$ptr$sub789$i)
)
)
- (set_local $$cond800$i
- (if
- (get_local $$cmp790$i)
- (get_local $$sub$ptr$sub789$i)
- (get_local $$p$addr$5501$i)
+ (set_local $$incdec$ptr808$i
+ (i32.add
+ (get_local $$d$7500$i)
+ (i32.const 4)
)
)
- (call $___fwritex
- (get_local $$s753$2$i)
- (get_local $$cond800$i)
- (get_local $$f)
+ (set_local $$cmp745$i
+ (i32.lt_u
+ (get_local $$incdec$ptr808$i)
+ (get_local $$z$7$add$ptr742$i)
+ )
)
- )
- )
- (set_local $$sub806$i
- (i32.sub
- (get_local $$p$addr$5501$i)
- (get_local $$sub$ptr$sub789$i)
- )
- )
- (set_local $$incdec$ptr808$i
- (i32.add
- (get_local $$d$7500$i)
- (i32.const 4)
- )
- )
- (set_local $$cmp745$i
- (i32.lt_u
- (get_local $$incdec$ptr808$i)
- (get_local $$z$7$add$ptr742$i)
- )
- )
- (set_local $$cmp748$i
- (i32.gt_s
- (get_local $$sub806$i)
- (i32.const -1)
- )
- )
- (set_local $$263
- (i32.and
- (get_local $$cmp745$i)
- (get_local $$cmp748$i)
- )
- )
- (if
- (get_local $$263)
- (block
- (set_local $$d$7500$i
- (get_local $$incdec$ptr808$i)
+ (set_local $$cmp748$i
+ (i32.gt_s
+ (get_local $$sub806$i)
+ (i32.const -1)
+ )
)
- (set_local $$p$addr$5501$i
- (get_local $$sub806$i)
+ (set_local $$263
+ (i32.and
+ (get_local $$cmp745$i)
+ (get_local $$cmp748$i)
+ )
)
- )
- (block
- (set_local $$p$addr$5$lcssa$i
- (get_local $$sub806$i)
+ (if
+ (get_local $$263)
+ (block
+ (set_local $$d$7500$i
+ (get_local $$incdec$ptr808$i)
+ )
+ (set_local $$p$addr$5501$i
+ (get_local $$sub806$i)
+ )
+ )
+ (block
+ (set_local $$p$addr$5$lcssa$i
+ (get_local $$sub806$i)
+ )
+ (br $while-out$120)
+ )
)
- (br $while-out$120)
+ (br $while-in$121)
)
)
- (br $while-in$121)
+ )
+ (set_local $$p$addr$5$lcssa$i
+ (get_local $$p$addr$3$i)
)
)
- (set_local $$p$addr$5$lcssa$i
- (get_local $$p$addr$3$i)
+ (set_local $$add810$i
+ (i32.add
+ (get_local $$p$addr$5$lcssa$i)
+ (i32.const 18)
+ )
)
- )
- (set_local $$add810$i
- (i32.add
- (get_local $$p$addr$5$lcssa$i)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$add810$i)
(i32.const 18)
+ (i32.const 0)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$add810$i)
- (i32.const 18)
- (i32.const 0)
- )
- (set_local $$264
- (i32.load
- (get_local $$f)
+ (set_local $$264
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (set_local $$and$i$i
- (i32.and
- (get_local $$264)
- (i32.const 32)
+ (set_local $$and$i$i
+ (i32.and
+ (get_local $$264)
+ (i32.const 32)
+ )
)
- )
- (set_local $$tobool$i$i
- (i32.eq
- (get_local $$and$i$i)
- (i32.const 0)
+ (set_local $$tobool$i$i
+ (i32.eq
+ (get_local $$and$i$i)
+ (i32.const 0)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$tobool$i$i)
+ (if
+ (i32.eqz
+ (get_local $$tobool$i$i)
+ )
+ (br $do-once$106)
)
- (br $do-once$106)
- )
- (set_local $$sub$ptr$rhs$cast812$i
- (get_local $$estr$2$i)
- )
- (set_local $$sub$ptr$sub813$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast812$i)
+ (set_local $$sub$ptr$rhs$cast812$i
+ (get_local $$estr$2$i)
+ )
+ (set_local $$sub$ptr$sub813$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast812$i)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (get_local $$estr$2$i)
+ (get_local $$sub$ptr$sub813$i)
+ (get_local $$f)
+ )
)
- )
- (call $___fwritex
- (get_local $$estr$2$i)
- (get_local $$sub$ptr$sub813$i)
- (get_local $$f)
)
)
)
- )
- (set_local $$xor816$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
- )
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add653$i)
- (get_local $$xor816$i)
- )
- (set_local $$cmp818$i
- (i32.lt_s
- (get_local $$add653$i)
- (get_local $$w$1)
+ (set_local $$xor816$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$w$add653$i
- (if
- (get_local $$cmp818$i)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
(get_local $$w$1)
(get_local $$add653$i)
+ (get_local $$xor816$i)
)
- )
- (set_local $$retval$0$i
- (get_local $$w$add653$i)
- )
- )
- (block
- (set_local $$and36$i
- (i32.and
- (get_local $$t$0)
- (i32.const 32)
+ (set_local $$cmp818$i
+ (i32.lt_s
+ (get_local $$add653$i)
+ (get_local $$w$1)
+ )
)
- )
- (set_local $$tobool37$i
- (i32.ne
- (get_local $$and36$i)
- (i32.const 0)
+ (set_local $$w$add653$i
+ (if
+ (get_local $$cmp818$i)
+ (get_local $$w$1)
+ (get_local $$add653$i)
+ )
)
- )
- (set_local $$cond$i
- (if
- (get_local $$tobool37$i)
- (i32.const 4127)
- (i32.const 4131)
+ (set_local $$retval$0$i
+ (get_local $$w$add653$i)
)
)
- (set_local $$cmp38$i
- (i32.or
- (f64.ne
- (get_local $$y$addr$0$i)
- (get_local $$y$addr$0$i)
+ (block
+ (set_local $$and36$i
+ (i32.and
+ (get_local $$t$0)
+ (i32.const 32)
)
- (f64.ne
- (f64.const 0)
- (f64.const 0)
+ )
+ (set_local $$tobool37$i
+ (i32.ne
+ (get_local $$and36$i)
+ (i32.const 0)
)
)
- )
- (set_local $$cond43$i
- (if
- (get_local $$tobool37$i)
- (i32.const 4135)
- (i32.const 4139)
+ (set_local $$cond$i
+ (if
+ (get_local $$tobool37$i)
+ (i32.const 4127)
+ (i32.const 4131)
+ )
)
- )
- (set_local $$pl$1$i
- (if
- (get_local $$cmp38$i)
- (i32.const 0)
- (get_local $$pl$0$i)
+ (set_local $$cmp38$i
+ (i32.or
+ (f64.ne
+ (get_local $$y$addr$0$i)
+ (get_local $$y$addr$0$i)
+ )
+ (f64.ne
+ (f64.const 0)
+ (f64.const 0)
+ )
+ )
)
- )
- (set_local $$s35$0$i
- (if
- (get_local $$cmp38$i)
- (get_local $$cond43$i)
- (get_local $$cond$i)
+ (set_local $$cond43$i
+ (if
+ (get_local $$tobool37$i)
+ (i32.const 4135)
+ (i32.const 4139)
+ )
)
- )
- (set_local $$add$i$239
- (i32.add
- (get_local $$pl$1$i)
- (i32.const 3)
+ (set_local $$pl$1$i
+ (if
+ (get_local $$cmp38$i)
+ (i32.const 0)
+ (get_local $$pl$0$i)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add$i$239)
- (get_local $$and219)
- )
- (set_local $$193
- (i32.load
- (get_local $$f)
+ (set_local $$s35$0$i
+ (if
+ (get_local $$cmp38$i)
+ (get_local $$cond43$i)
+ (get_local $$cond$i)
+ )
)
- )
- (set_local $$and$i$406$i
- (i32.and
- (get_local $$193)
- (i32.const 32)
+ (set_local $$add$i$239
+ (i32.add
+ (get_local $$pl$1$i)
+ (i32.const 3)
+ )
)
- )
- (set_local $$tobool$i$407$i
- (i32.eq
- (get_local $$and$i$406$i)
- (i32.const 0)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add$i$239)
+ (get_local $$and219)
)
- )
- (if
- (get_local $$tobool$i$407$i)
- (block
- (call $___fwritex
- (get_local $$prefix$0$i)
- (get_local $$pl$1$i)
+ (set_local $$193
+ (i32.load
(get_local $$f)
)
- (set_local $$$pre$i
- (i32.load
- (get_local $$f)
+ )
+ (set_local $$and$i$406$i
+ (i32.and
+ (get_local $$193)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$407$i
+ (i32.eq
+ (get_local $$and$i$406$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$407$i)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $$prefix$0$i)
+ (get_local $$pl$1$i)
+ (get_local $$f)
+ )
+ )
+ (set_local $$$pre$i
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$194
+ (get_local $$$pre$i)
)
)
(set_local $$194
- (get_local $$$pre$i)
+ (get_local $$193)
)
)
- (set_local $$194
- (get_local $$193)
+ (set_local $$and$i$412$i
+ (i32.and
+ (get_local $$194)
+ (i32.const 32)
+ )
)
- )
- (set_local $$and$i$412$i
- (i32.and
- (get_local $$194)
- (i32.const 32)
+ (set_local $$tobool$i$413$i
+ (i32.eq
+ (get_local $$and$i$412$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$tobool$i$413$i
- (i32.eq
- (get_local $$and$i$412$i)
- (i32.const 0)
+ (if
+ (get_local $$tobool$i$413$i)
+ (call $___fwritex
+ (get_local $$s35$0$i)
+ (i32.const 3)
+ (get_local $$f)
+ )
)
- )
- (if
- (get_local $$tobool$i$413$i)
- (call $___fwritex
- (get_local $$s35$0$i)
- (i32.const 3)
+ (set_local $$xor$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
+ )
+ (call $_pad
(get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add$i$239)
+ (get_local $$xor$i)
)
- )
- (set_local $$xor$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
+ (set_local $$cmp48$i
+ (i32.lt_s
+ (get_local $$add$i$239)
+ (get_local $$w$1)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add$i$239)
- (get_local $$xor$i)
- )
- (set_local $$cmp48$i
- (i32.lt_s
- (get_local $$add$i$239)
- (get_local $$w$1)
+ (set_local $$cond53$i
+ (if
+ (get_local $$cmp48$i)
+ (get_local $$w$1)
+ (get_local $$add$i$239)
+ )
)
- )
- (set_local $$cond53$i
- (if
- (get_local $$cmp48$i)
- (get_local $$w$1)
- (get_local $$add$i$239)
+ (set_local $$retval$0$i
+ (get_local $$cond53$i)
)
)
- (set_local $$retval$0$i
- (get_local $$cond53$i)
- )
)
)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
+ )
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$retval$0$i)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
+ (br $switch$24)
)
- (set_local $$cnt$0
- (get_local $$cnt$1)
+ )
+ (block
+ (set_local $$a$2
+ (get_local $$incdec$ptr169275)
)
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
+ (set_local $$fl$6
+ (get_local $$fl$1$and219)
)
- (set_local $$l$0
- (get_local $$retval$0$i)
+ (set_local $$p$5
+ (get_local $$p$0)
)
- (set_local $$l10n$0
- (get_local $$l10n$3)
+ (set_local $$pl$2
+ (i32.const 0)
+ )
+ (set_local $$prefix$2
+ (i32.const 4091)
+ )
+ (set_local $$z$2
+ (get_local $$add$ptr205)
)
- (br $label$continue$L1)
- (br $switch$24)
- )
- )
- (block
- (set_local $$a$2
- (get_local $$incdec$ptr169275)
- )
- (set_local $$fl$6
- (get_local $$fl$1$and219)
- )
- (set_local $$p$5
- (get_local $$p$0)
- )
- (set_local $$pl$2
- (i32.const 0)
- )
- (set_local $$prefix$2
- (i32.const 4091)
- )
- (set_local $$z$2
- (get_local $$add$ptr205)
)
)
)
)
- )
- (block $label$break$L308
- (if
- (i32.eq
- (get_local $label)
- (i32.const 64)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$90
- (get_local $$arg)
- )
- (set_local $$91
- (get_local $$90)
- )
- (set_local $$92
- (i32.load
- (get_local $$91)
- )
+ (block $label$break$L308
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 64)
)
- (set_local $$93
- (i32.add
- (get_local $$90)
- (i32.const 4)
+ (block
+ (set_local $label
+ (i32.const 0)
)
- )
- (set_local $$94
- (get_local $$93)
- )
- (set_local $$95
- (i32.load
- (get_local $$94)
+ (set_local $$90
+ (get_local $$arg)
)
- )
- (set_local $$and249
- (i32.and
- (get_local $$t$1)
- (i32.const 32)
+ (set_local $$91
+ (get_local $$90)
)
- )
- (set_local $$96
- (i32.eq
- (get_local $$92)
- (i32.const 0)
+ (set_local $$92
+ (i32.load
+ (get_local $$91)
+ )
)
- )
- (set_local $$97
- (i32.eq
- (get_local $$95)
- (i32.const 0)
+ (set_local $$93
+ (i32.add
+ (get_local $$90)
+ (i32.const 4)
+ )
)
- )
- (set_local $$98
- (i32.and
- (get_local $$96)
- (get_local $$97)
+ (set_local $$94
+ (get_local $$93)
)
- )
- (if
- (get_local $$98)
- (block
- (set_local $$a$0
- (get_local $$add$ptr205)
- )
- (set_local $$fl$4
- (get_local $$fl$3)
+ (set_local $$95
+ (i32.load
+ (get_local $$94)
)
- (set_local $$p$2
- (get_local $$p$1)
+ )
+ (set_local $$and249
+ (i32.and
+ (get_local $$t$1)
+ (i32.const 32)
)
- (set_local $$pl$1
+ )
+ (set_local $$96
+ (i32.eq
+ (get_local $$92)
(i32.const 0)
)
- (set_local $$prefix$1
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 77)
- )
)
- (block
- (set_local $$101
+ (set_local $$97
+ (i32.eq
(get_local $$95)
+ (i32.const 0)
)
- (set_local $$99
- (get_local $$92)
+ )
+ (set_local $$98
+ (i32.and
+ (get_local $$96)
+ (get_local $$97)
)
- (set_local $$s$addr$06$i
- (get_local $$add$ptr205)
+ )
+ (if
+ (get_local $$98)
+ (block
+ (set_local $$a$0
+ (get_local $$add$ptr205)
+ )
+ (set_local $$fl$4
+ (get_local $$fl$3)
+ )
+ (set_local $$p$2
+ (get_local $$p$1)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 77)
+ )
)
- (loop $while-out$129 $while-in$130
- (set_local $$idxprom$i
- (i32.and
- (get_local $$99)
- (i32.const 15)
- )
+ (block
+ (set_local $$101
+ (get_local $$95)
)
- (set_local $$arrayidx$i
- (i32.add
- (i32.const 4075)
- (get_local $$idxprom$i)
- )
+ (set_local $$99
+ (get_local $$92)
)
- (set_local $$100
- (i32.load8_s
- (get_local $$arrayidx$i)
- )
+ (set_local $$s$addr$06$i
+ (get_local $$add$ptr205)
)
- (set_local $$conv$4$i$211
- (i32.and
- (get_local $$100)
- (i32.const 255)
+ (loop $while-in$130
+ (block $while-out$129
+ (set_local $$idxprom$i
+ (i32.and
+ (get_local $$99)
+ (i32.const 15)
+ )
+ )
+ (set_local $$arrayidx$i
+ (i32.add
+ (i32.const 4075)
+ (get_local $$idxprom$i)
+ )
+ )
+ (set_local $$100
+ (i32.load8_s
+ (get_local $$arrayidx$i)
+ )
+ )
+ (set_local $$conv$4$i$211
+ (i32.and
+ (get_local $$100)
+ (i32.const 255)
+ )
+ )
+ (set_local $$or$i
+ (i32.or
+ (get_local $$conv$4$i$211)
+ (get_local $$and249)
+ )
+ )
+ (set_local $$conv1$i
+ (i32.and
+ (get_local $$or$i)
+ (i32.const 255)
+ )
+ )
+ (set_local $$incdec$ptr$i$212
+ (i32.add
+ (get_local $$s$addr$06$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr$i$212)
+ (get_local $$conv1$i)
+ )
+ (set_local $$102
+ (call $_bitshift64Lshr
+ (get_local $$99)
+ (get_local $$101)
+ (i32.const 4)
+ )
+ )
+ (set_local $$103
+ (get_global $tempRet0)
+ )
+ (set_local $$104
+ (i32.eq
+ (get_local $$102)
+ (i32.const 0)
+ )
+ )
+ (set_local $$105
+ (i32.eq
+ (get_local $$103)
+ (i32.const 0)
+ )
+ )
+ (set_local $$106
+ (i32.and
+ (get_local $$104)
+ (get_local $$105)
+ )
+ )
+ (if
+ (get_local $$106)
+ (block
+ (set_local $$incdec$ptr$i$212$lcssa
+ (get_local $$incdec$ptr$i$212)
+ )
+ (br $while-out$129)
+ )
+ (block
+ (set_local $$101
+ (get_local $$103)
+ )
+ (set_local $$99
+ (get_local $$102)
+ )
+ (set_local $$s$addr$06$i
+ (get_local $$incdec$ptr$i$212)
+ )
+ )
+ )
+ (br $while-in$130)
)
)
- (set_local $$or$i
- (i32.or
- (get_local $$conv$4$i$211)
- (get_local $$and249)
- )
+ (set_local $$107
+ (get_local $$arg)
)
- (set_local $$conv1$i
- (i32.and
- (get_local $$or$i)
- (i32.const 255)
- )
+ (set_local $$108
+ (get_local $$107)
)
- (set_local $$incdec$ptr$i$212
- (i32.add
- (get_local $$s$addr$06$i)
- (i32.const -1)
+ (set_local $$109
+ (i32.load
+ (get_local $$108)
)
)
- (i32.store8
- (get_local $$incdec$ptr$i$212)
- (get_local $$conv1$i)
- )
- (set_local $$102
- (call $_bitshift64Lshr
- (get_local $$99)
- (get_local $$101)
+ (set_local $$110
+ (i32.add
+ (get_local $$107)
(i32.const 4)
)
)
- (set_local $$103
+ (set_local $$111
+ (get_local $$110)
+ )
+ (set_local $$112
(i32.load
- (i32.const 168)
+ (get_local $$111)
)
)
- (set_local $$104
+ (set_local $$113
(i32.eq
- (get_local $$102)
+ (get_local $$109)
(i32.const 0)
)
)
- (set_local $$105
+ (set_local $$114
(i32.eq
- (get_local $$103)
+ (get_local $$112)
(i32.const 0)
)
)
- (set_local $$106
+ (set_local $$115
(i32.and
- (get_local $$104)
- (get_local $$105)
- )
- )
- (if
- (get_local $$106)
- (block
- (set_local $$incdec$ptr$i$212$lcssa
- (get_local $$incdec$ptr$i$212)
- )
- (br $while-out$129)
- )
- (block
- (set_local $$101
- (get_local $$103)
- )
- (set_local $$99
- (get_local $$102)
- )
- (set_local $$s$addr$06$i
- (get_local $$incdec$ptr$i$212)
- )
+ (get_local $$113)
+ (get_local $$114)
)
)
- (br $while-in$130)
- )
- (set_local $$107
- (get_local $$arg)
- )
- (set_local $$108
- (get_local $$107)
- )
- (set_local $$109
- (i32.load
- (get_local $$108)
- )
- )
- (set_local $$110
- (i32.add
- (get_local $$107)
- (i32.const 4)
- )
- )
- (set_local $$111
- (get_local $$110)
- )
- (set_local $$112
- (i32.load
- (get_local $$111)
- )
- )
- (set_local $$113
- (i32.eq
- (get_local $$109)
- (i32.const 0)
- )
- )
- (set_local $$114
- (i32.eq
- (get_local $$112)
- (i32.const 0)
- )
- )
- (set_local $$115
- (i32.and
- (get_local $$113)
- (get_local $$114)
- )
- )
- (set_local $$and254
- (i32.and
- (get_local $$fl$3)
- (i32.const 8)
- )
- )
- (set_local $$tobool255
- (i32.eq
- (get_local $$and254)
- (i32.const 0)
- )
- )
- (set_local $$or$cond193
- (i32.or
- (get_local $$tobool255)
- (get_local $$115)
- )
- )
- (if
- (get_local $$or$cond193)
- (block
- (set_local $$a$0
- (get_local $$incdec$ptr$i$212$lcssa)
- )
- (set_local $$fl$4
+ (set_local $$and254
+ (i32.and
(get_local $$fl$3)
+ (i32.const 8)
)
- (set_local $$p$2
- (get_local $$p$1)
- )
- (set_local $$pl$1
+ )
+ (set_local $$tobool255
+ (i32.eq
+ (get_local $$and254)
(i32.const 0)
)
- (set_local $$prefix$1
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 77)
+ )
+ (set_local $$or$cond193
+ (i32.or
+ (get_local $$tobool255)
+ (get_local $$115)
)
)
- (block
- (set_local $$shr
- (i32.shr_s
- (get_local $$t$1)
- (i32.const 4)
+ (if
+ (get_local $$or$cond193)
+ (block
+ (set_local $$a$0
+ (get_local $$incdec$ptr$i$212$lcssa)
)
- )
- (set_local $$add$ptr257
- (i32.add
+ (set_local $$fl$4
+ (get_local $$fl$3)
+ )
+ (set_local $$p$2
+ (get_local $$p$1)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
(i32.const 4091)
- (get_local $$shr)
+ )
+ (set_local $label
+ (i32.const 77)
)
)
- (set_local $$a$0
- (get_local $$incdec$ptr$i$212$lcssa)
- )
- (set_local $$fl$4
- (get_local $$fl$3)
- )
- (set_local $$p$2
- (get_local $$p$1)
- )
- (set_local $$pl$1
- (i32.const 2)
- )
- (set_local $$prefix$1
- (get_local $$add$ptr257)
- )
- (set_local $label
- (i32.const 77)
+ (block
+ (set_local $$shr
+ (i32.shr_s
+ (get_local $$t$1)
+ (i32.const 4)
+ )
+ )
+ (set_local $$add$ptr257
+ (i32.add
+ (i32.const 4091)
+ (get_local $$shr)
+ )
+ )
+ (set_local $$a$0
+ (get_local $$incdec$ptr$i$212$lcssa)
+ )
+ (set_local $$fl$4
+ (get_local $$fl$3)
+ )
+ (set_local $$p$2
+ (get_local $$p$1)
+ )
+ (set_local $$pl$1
+ (i32.const 2)
+ )
+ (set_local $$prefix$1
+ (get_local $$add$ptr257)
+ )
+ (set_local $label
+ (i32.const 77)
+ )
)
)
)
)
)
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 76)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$150
- (call $_fmt_u
- (get_local $$148)
- (get_local $$149)
- (get_local $$add$ptr205)
- )
- )
- (set_local $$a$0
- (get_local $$150)
- )
- (set_local $$fl$4
- (get_local $$fl$1$and219)
- )
- (set_local $$p$2
- (get_local $$p$0)
- )
- (set_local $$pl$1
- (get_local $$pl$0)
- )
- (set_local $$prefix$1
- (get_local $$prefix$0)
- )
- (set_local $label
- (i32.const 77)
- )
- )
(if
(i32.eq
(get_local $label)
- (i32.const 82)
+ (i32.const 76)
)
(block
(set_local $label
(i32.const 0)
)
- (set_local $$call356
- (call $_memchr
- (get_local $$a$1)
- (i32.const 0)
- (get_local $$p$0)
- )
- )
- (set_local $$tobool357
- (i32.eq
- (get_local $$call356)
- (i32.const 0)
- )
- )
- (set_local $$sub$ptr$lhs$cast361
- (get_local $$call356)
- )
- (set_local $$sub$ptr$rhs$cast362
- (get_local $$a$1)
- )
- (set_local $$sub$ptr$sub363
- (i32.sub
- (get_local $$sub$ptr$lhs$cast361)
- (get_local $$sub$ptr$rhs$cast362)
- )
- )
- (set_local $$add$ptr359
- (i32.add
- (get_local $$a$1)
- (get_local $$p$0)
- )
- )
- (set_local $$z$1
- (if
- (get_local $$tobool357)
- (get_local $$add$ptr359)
- (get_local $$call356)
- )
- )
- (set_local $$p$3
- (if
- (get_local $$tobool357)
- (get_local $$p$0)
- (get_local $$sub$ptr$sub363)
+ (set_local $$150
+ (call $_fmt_u
+ (get_local $$148)
+ (get_local $$149)
+ (get_local $$add$ptr205)
)
)
- (set_local $$a$2
- (get_local $$a$1)
+ (set_local $$a$0
+ (get_local $$150)
)
- (set_local $$fl$6
- (get_local $$and219)
+ (set_local $$fl$4
+ (get_local $$fl$1$and219)
)
- (set_local $$p$5
- (get_local $$p$3)
+ (set_local $$p$2
+ (get_local $$p$0)
)
- (set_local $$pl$2
- (i32.const 0)
+ (set_local $$pl$1
+ (get_local $$pl$0)
)
- (set_local $$prefix$2
- (i32.const 4091)
+ (set_local $$prefix$1
+ (get_local $$prefix$0)
)
- (set_local $$z$2
- (get_local $$z$1)
+ (set_local $label
+ (i32.const 77)
)
)
(if
(i32.eq
(get_local $label)
- (i32.const 86)
+ (i32.const 82)
)
(block
(set_local $label
(i32.const 0)
)
- (set_local $$176
- (i32.load
- (get_local $$arg)
+ (set_local $$call356
+ (call $_memchr
+ (get_local $$a$1)
+ (i32.const 0)
+ (get_local $$p$0)
)
)
- (set_local $$i$0316
- (i32.const 0)
+ (set_local $$tobool357
+ (i32.eq
+ (get_local $$call356)
+ (i32.const 0)
+ )
)
- (set_local $$l$1315
- (i32.const 0)
+ (set_local $$sub$ptr$lhs$cast361
+ (get_local $$call356)
)
- (set_local $$ws$0317
- (get_local $$176)
+ (set_local $$sub$ptr$rhs$cast362
+ (get_local $$a$1)
)
- (loop $while-out$131 $while-in$132
- (set_local $$177
- (i32.load
- (get_local $$ws$0317)
- )
- )
- (set_local $$tobool380
- (i32.eq
- (get_local $$177)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool380)
- (block
- (set_local $$i$0$lcssa
- (get_local $$i$0316)
- )
- (set_local $$l$2
- (get_local $$l$1315)
- )
- (br $while-out$131)
- )
- )
- (set_local $$call384
- (call $_wctomb
- (get_local $$mb)
- (get_local $$177)
- )
- )
- (set_local $$cmp385
- (i32.lt_s
- (get_local $$call384)
- (i32.const 0)
- )
- )
- (set_local $$sub389
- (i32.sub
- (get_local $$p$4365)
- (get_local $$i$0316)
- )
- )
- (set_local $$cmp390
- (i32.gt_u
- (get_local $$call384)
- (get_local $$sub389)
- )
+ (set_local $$sub$ptr$sub363
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast361)
+ (get_local $$sub$ptr$rhs$cast362)
)
- (set_local $$or$cond195
- (i32.or
- (get_local $$cmp385)
- (get_local $$cmp390)
- )
+ )
+ (set_local $$add$ptr359
+ (i32.add
+ (get_local $$a$1)
+ (get_local $$p$0)
)
+ )
+ (set_local $$z$1
(if
- (get_local $$or$cond195)
- (block
- (set_local $$i$0$lcssa
- (get_local $$i$0316)
- )
- (set_local $$l$2
- (get_local $$call384)
- )
- (br $while-out$131)
- )
- )
- (set_local $$incdec$ptr383
- (i32.add
- (get_local $$ws$0317)
- (i32.const 4)
- )
- )
- (set_local $$add395
- (i32.add
- (get_local $$call384)
- (get_local $$i$0316)
- )
- )
- (set_local $$cmp377
- (i32.gt_u
- (get_local $$p$4365)
- (get_local $$add395)
- )
+ (get_local $$tobool357)
+ (get_local $$add$ptr359)
+ (get_local $$call356)
)
+ )
+ (set_local $$p$3
(if
- (get_local $$cmp377)
- (block
- (set_local $$i$0316
- (get_local $$add395)
- )
- (set_local $$l$1315
- (get_local $$call384)
- )
- (set_local $$ws$0317
- (get_local $$incdec$ptr383)
- )
- )
- (block
- (set_local $$i$0$lcssa
- (get_local $$add395)
- )
- (set_local $$l$2
- (get_local $$call384)
- )
- (br $while-out$131)
- )
+ (get_local $$tobool357)
+ (get_local $$p$0)
+ (get_local $$sub$ptr$sub363)
)
- (br $while-in$132)
)
- (set_local $$cmp397
- (i32.lt_s
- (get_local $$l$2)
- (i32.const 0)
- )
+ (set_local $$a$2
+ (get_local $$a$1)
)
- (if
- (get_local $$cmp397)
- (block
- (set_local $$retval$0
- (i32.const -1)
- )
- (br $label$break$L1)
- )
+ (set_local $$fl$6
+ (get_local $$and219)
)
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$i$0$lcssa)
- (get_local $$fl$1$and219)
+ (set_local $$p$5
+ (get_local $$p$3)
)
- (set_local $$cmp404$324
- (i32.eq
- (get_local $$i$0$lcssa)
+ (set_local $$pl$2
+ (i32.const 0)
+ )
+ (set_local $$prefix$2
+ (i32.const 4091)
+ )
+ (set_local $$z$2
+ (get_local $$z$1)
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 86)
+ )
+ (block
+ (set_local $label
(i32.const 0)
)
- )
- (if
- (get_local $$cmp404$324)
- (block
- (set_local $$i$0$lcssa368
- (i32.const 0)
- )
- (set_local $label
- (i32.const 98)
+ (set_local $$176
+ (i32.load
+ (get_local $$arg)
)
)
- (block
- (set_local $$178
- (i32.load
- (get_local $$arg)
- )
- )
- (set_local $$i$1325
- (i32.const 0)
- )
- (set_local $$ws$1326
- (get_local $$178)
- )
- (loop $while-out$133 $while-in$134
- (set_local $$179
+ (set_local $$i$0316
+ (i32.const 0)
+ )
+ (set_local $$l$1315
+ (i32.const 0)
+ )
+ (set_local $$ws$0317
+ (get_local $$176)
+ )
+ (loop $while-in$132
+ (block $while-out$131
+ (set_local $$177
(i32.load
- (get_local $$ws$1326)
+ (get_local $$ws$0317)
)
)
- (set_local $$tobool407
+ (set_local $$tobool380
(i32.eq
- (get_local $$179)
+ (get_local $$177)
(i32.const 0)
)
)
(if
- (get_local $$tobool407)
+ (get_local $$tobool380)
(block
- (set_local $$i$0$lcssa368
- (get_local $$i$0$lcssa)
+ (set_local $$i$0$lcssa
+ (get_local $$i$0316)
)
- (set_local $label
- (i32.const 98)
+ (set_local $$l$2
+ (get_local $$l$1315)
)
- (br $label$break$L308)
- )
- )
- (set_local $$incdec$ptr410
- (i32.add
- (get_local $$ws$1326)
- (i32.const 4)
+ (br $while-out$131)
)
)
- (set_local $$call411
+ (set_local $$call384
(call $_wctomb
(get_local $$mb)
- (get_local $$179)
+ (get_local $$177)
)
)
- (set_local $$add412
- (i32.add
- (get_local $$call411)
- (get_local $$i$1325)
+ (set_local $$cmp385
+ (i32.lt_s
+ (get_local $$call384)
+ (i32.const 0)
)
)
- (set_local $$cmp413
- (i32.gt_s
- (get_local $$add412)
- (get_local $$i$0$lcssa)
+ (set_local $$sub389
+ (i32.sub
+ (get_local $$p$4365)
+ (get_local $$i$0316)
+ )
+ )
+ (set_local $$cmp390
+ (i32.gt_u
+ (get_local $$call384)
+ (get_local $$sub389)
+ )
+ )
+ (set_local $$or$cond195
+ (i32.or
+ (get_local $$cmp385)
+ (get_local $$cmp390)
)
)
(if
- (get_local $$cmp413)
+ (get_local $$or$cond195)
(block
- (set_local $$i$0$lcssa368
- (get_local $$i$0$lcssa)
+ (set_local $$i$0$lcssa
+ (get_local $$i$0316)
)
- (set_local $label
- (i32.const 98)
+ (set_local $$l$2
+ (get_local $$call384)
)
- (br $label$break$L308)
+ (br $while-out$131)
)
)
- (set_local $$180
- (i32.load
- (get_local $$f)
+ (set_local $$incdec$ptr383
+ (i32.add
+ (get_local $$ws$0317)
+ (i32.const 4)
)
)
- (set_local $$and$i$231
- (i32.and
- (get_local $$180)
- (i32.const 32)
+ (set_local $$add395
+ (i32.add
+ (get_local $$call384)
+ (get_local $$i$0316)
)
)
- (set_local $$tobool$i$232
- (i32.eq
- (get_local $$and$i$231)
- (i32.const 0)
+ (set_local $$cmp377
+ (i32.gt_u
+ (get_local $$p$4365)
+ (get_local $$add395)
)
)
(if
- (get_local $$tobool$i$232)
- (call $___fwritex
- (get_local $$mb)
- (get_local $$call411)
- (get_local $$f)
+ (get_local $$cmp377)
+ (block
+ (set_local $$i$0316
+ (get_local $$add395)
+ )
+ (set_local $$l$1315
+ (get_local $$call384)
+ )
+ (set_local $$ws$0317
+ (get_local $$incdec$ptr383)
+ )
+ )
+ (block
+ (set_local $$i$0$lcssa
+ (get_local $$add395)
+ )
+ (set_local $$l$2
+ (get_local $$call384)
+ )
+ (br $while-out$131)
)
)
- (set_local $$cmp404
- (i32.lt_u
- (get_local $$add412)
- (get_local $$i$0$lcssa)
+ (br $while-in$132)
+ )
+ )
+ (set_local $$cmp397
+ (i32.lt_s
+ (get_local $$l$2)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp397)
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$i$0$lcssa)
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$cmp404$324
+ (i32.eq
+ (get_local $$i$0$lcssa)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp404$324)
+ (block
+ (set_local $$i$0$lcssa368
+ (i32.const 0)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ )
+ (block
+ (set_local $$178
+ (i32.load
+ (get_local $$arg)
)
)
- (if
- (get_local $$cmp404)
- (block
- (set_local $$i$1325
- (get_local $$add412)
+ (set_local $$i$1325
+ (i32.const 0)
+ )
+ (set_local $$ws$1326
+ (get_local $$178)
+ )
+ (loop $while-in$134
+ (block $while-out$133
+ (set_local $$179
+ (i32.load
+ (get_local $$ws$1326)
+ )
)
- (set_local $$ws$1326
- (get_local $$incdec$ptr410)
+ (set_local $$tobool407
+ (i32.eq
+ (get_local $$179)
+ (i32.const 0)
+ )
)
- )
- (block
- (set_local $$i$0$lcssa368
- (get_local $$i$0$lcssa)
+ (if
+ (get_local $$tobool407)
+ (block
+ (set_local $$i$0$lcssa368
+ (get_local $$i$0$lcssa)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
)
- (set_local $label
- (i32.const 98)
+ (set_local $$incdec$ptr410
+ (i32.add
+ (get_local $$ws$1326)
+ (i32.const 4)
+ )
+ )
+ (set_local $$call411
+ (call $_wctomb
+ (get_local $$mb)
+ (get_local $$179)
+ )
+ )
+ (set_local $$add412
+ (i32.add
+ (get_local $$call411)
+ (get_local $$i$1325)
+ )
+ )
+ (set_local $$cmp413
+ (i32.gt_s
+ (get_local $$add412)
+ (get_local $$i$0$lcssa)
+ )
+ )
+ (if
+ (get_local $$cmp413)
+ (block
+ (set_local $$i$0$lcssa368
+ (get_local $$i$0$lcssa)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
)
- (br $while-out$133)
+ (set_local $$180
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$231
+ (i32.and
+ (get_local $$180)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$232
+ (i32.eq
+ (get_local $$and$i$231)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$232)
+ (call $___fwritex
+ (get_local $$mb)
+ (get_local $$call411)
+ (get_local $$f)
+ )
+ )
+ (set_local $$cmp404
+ (i32.lt_u
+ (get_local $$add412)
+ (get_local $$i$0$lcssa)
+ )
+ )
+ (if
+ (get_local $$cmp404)
+ (block
+ (set_local $$i$1325
+ (get_local $$add412)
+ )
+ (set_local $$ws$1326
+ (get_local $$incdec$ptr410)
+ )
+ )
+ (block
+ (set_local $$i$0$lcssa368
+ (get_local $$i$0$lcssa)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ (br $while-out$133)
+ )
+ )
+ (br $while-in$134)
)
)
- (br $while-in$134)
)
)
)
@@ -13937,372 +13882,372 @@
)
)
)
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 98)
- )
- (block
- (set_local $label
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 98)
)
- (set_local $$xor
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
+ (block
+ (set_local $label
+ (i32.const 0)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$i$0$lcssa368)
- (get_local $$xor)
- )
- (set_local $$cmp421
- (i32.gt_s
- (get_local $$w$1)
- (get_local $$i$0$lcssa368)
+ (set_local $$xor
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$cond426
- (if
- (get_local $$cmp421)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
(get_local $$w$1)
(get_local $$i$0$lcssa368)
+ (get_local $$xor)
)
- )
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
- )
- (set_local $$l$0
- (get_local $$cond426)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
- )
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 77)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$cmp306
- (i32.gt_s
- (get_local $$p$2)
- (i32.const -1)
- )
- )
- (set_local $$and309
- (i32.and
- (get_local $$fl$4)
- (i32.const -65537)
- )
- )
- (set_local $$and309$fl$4
- (if
- (get_local $$cmp306)
- (get_local $$and309)
- (get_local $$fl$4)
+ (set_local $$cmp421
+ (i32.gt_s
+ (get_local $$w$1)
+ (get_local $$i$0$lcssa368)
+ )
)
- )
- (set_local $$151
- (get_local $$arg)
- )
- (set_local $$152
- (get_local $$151)
- )
- (set_local $$153
- (i32.load
- (get_local $$152)
+ (set_local $$cond426
+ (if
+ (get_local $$cmp421)
+ (get_local $$w$1)
+ (get_local $$i$0$lcssa368)
+ )
)
- )
- (set_local $$154
- (i32.add
- (get_local $$151)
- (i32.const 4)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
)
- )
- (set_local $$155
- (get_local $$154)
- )
- (set_local $$156
- (i32.load
- (get_local $$155)
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
)
- )
- (set_local $$157
- (i32.ne
- (get_local $$153)
- (i32.const 0)
+ (set_local $$l$0
+ (get_local $$cond426)
)
- )
- (set_local $$158
- (i32.ne
- (get_local $$156)
- (i32.const 0)
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
)
+ (br $label$continue$L1)
)
- (set_local $$159
- (i32.or
- (get_local $$157)
- (get_local $$158)
- )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 77)
)
- (set_local $$tobool314
- (i32.ne
- (get_local $$p$2)
+ (block
+ (set_local $label
(i32.const 0)
)
- )
- (set_local $$or$cond
- (i32.or
- (get_local $$tobool314)
- (get_local $$159)
- )
- )
- (if
- (get_local $$or$cond)
- (block
- (set_local $$sub$ptr$rhs$cast318
- (get_local $$a$0)
- )
- (set_local $$sub$ptr$sub319
- (i32.sub
- (get_local $$sub$ptr$lhs$cast317)
- (get_local $$sub$ptr$rhs$cast318)
- )
- )
- (set_local $$160
- (i32.and
- (get_local $$159)
- (i32.const 1)
- )
- )
- (set_local $$lnot$ext
- (i32.xor
- (get_local $$160)
- (i32.const 1)
- )
- )
- (set_local $$add322
- (i32.add
- (get_local $$lnot$ext)
- (get_local $$sub$ptr$sub319)
- )
- )
- (set_local $$cmp323
- (i32.gt_s
- (get_local $$p$2)
- (get_local $$add322)
- )
- )
- (set_local $$p$2$add322
- (if
- (get_local $$cmp323)
- (get_local $$p$2)
- (get_local $$add322)
- )
+ (set_local $$cmp306
+ (i32.gt_s
+ (get_local $$p$2)
+ (i32.const -1)
)
- (set_local $$a$2
- (get_local $$a$0)
+ )
+ (set_local $$and309
+ (i32.and
+ (get_local $$fl$4)
+ (i32.const -65537)
)
- (set_local $$fl$6
- (get_local $$and309$fl$4)
+ )
+ (set_local $$and309$fl$4
+ (if
+ (get_local $$cmp306)
+ (get_local $$and309)
+ (get_local $$fl$4)
)
- (set_local $$p$5
- (get_local $$p$2$add322)
+ )
+ (set_local $$151
+ (get_local $$arg)
+ )
+ (set_local $$152
+ (get_local $$151)
+ )
+ (set_local $$153
+ (i32.load
+ (get_local $$152)
)
- (set_local $$pl$2
- (get_local $$pl$1)
+ )
+ (set_local $$154
+ (i32.add
+ (get_local $$151)
+ (i32.const 4)
)
- (set_local $$prefix$2
- (get_local $$prefix$1)
+ )
+ (set_local $$155
+ (get_local $$154)
+ )
+ (set_local $$156
+ (i32.load
+ (get_local $$155)
)
- (set_local $$z$2
- (get_local $$add$ptr205)
+ )
+ (set_local $$157
+ (i32.ne
+ (get_local $$153)
+ (i32.const 0)
)
)
- (block
- (set_local $$a$2
- (get_local $$add$ptr205)
+ (set_local $$158
+ (i32.ne
+ (get_local $$156)
+ (i32.const 0)
)
- (set_local $$fl$6
- (get_local $$and309$fl$4)
+ )
+ (set_local $$159
+ (i32.or
+ (get_local $$157)
+ (get_local $$158)
)
- (set_local $$p$5
+ )
+ (set_local $$tobool314
+ (i32.ne
+ (get_local $$p$2)
(i32.const 0)
)
- (set_local $$pl$2
- (get_local $$pl$1)
+ )
+ (set_local $$or$cond
+ (i32.or
+ (get_local $$tobool314)
+ (get_local $$159)
)
- (set_local $$prefix$2
- (get_local $$prefix$1)
+ )
+ (if
+ (get_local $$or$cond)
+ (block
+ (set_local $$sub$ptr$rhs$cast318
+ (get_local $$a$0)
+ )
+ (set_local $$sub$ptr$sub319
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast317)
+ (get_local $$sub$ptr$rhs$cast318)
+ )
+ )
+ (set_local $$160
+ (i32.and
+ (get_local $$159)
+ (i32.const 1)
+ )
+ )
+ (set_local $$lnot$ext
+ (i32.xor
+ (get_local $$160)
+ (i32.const 1)
+ )
+ )
+ (set_local $$add322
+ (i32.add
+ (get_local $$lnot$ext)
+ (get_local $$sub$ptr$sub319)
+ )
+ )
+ (set_local $$cmp323
+ (i32.gt_s
+ (get_local $$p$2)
+ (get_local $$add322)
+ )
+ )
+ (set_local $$p$2$add322
+ (if
+ (get_local $$cmp323)
+ (get_local $$p$2)
+ (get_local $$add322)
+ )
+ )
+ (set_local $$a$2
+ (get_local $$a$0)
+ )
+ (set_local $$fl$6
+ (get_local $$and309$fl$4)
+ )
+ (set_local $$p$5
+ (get_local $$p$2$add322)
+ )
+ (set_local $$pl$2
+ (get_local $$pl$1)
+ )
+ (set_local $$prefix$2
+ (get_local $$prefix$1)
+ )
+ (set_local $$z$2
+ (get_local $$add$ptr205)
+ )
)
- (set_local $$z$2
- (get_local $$add$ptr205)
+ (block
+ (set_local $$a$2
+ (get_local $$add$ptr205)
+ )
+ (set_local $$fl$6
+ (get_local $$and309$fl$4)
+ )
+ (set_local $$p$5
+ (i32.const 0)
+ )
+ (set_local $$pl$2
+ (get_local $$pl$1)
+ )
+ (set_local $$prefix$2
+ (get_local $$prefix$1)
+ )
+ (set_local $$z$2
+ (get_local $$add$ptr205)
+ )
)
)
)
)
- )
- (set_local $$sub$ptr$lhs$cast431
- (get_local $$z$2)
- )
- (set_local $$sub$ptr$rhs$cast432
- (get_local $$a$2)
- )
- (set_local $$sub$ptr$sub433
- (i32.sub
- (get_local $$sub$ptr$lhs$cast431)
- (get_local $$sub$ptr$rhs$cast432)
+ (set_local $$sub$ptr$lhs$cast431
+ (get_local $$z$2)
)
- )
- (set_local $$cmp434
- (i32.lt_s
- (get_local $$p$5)
- (get_local $$sub$ptr$sub433)
+ (set_local $$sub$ptr$rhs$cast432
+ (get_local $$a$2)
)
- )
- (set_local $$sub$ptr$sub433$p$5
- (if
- (get_local $$cmp434)
- (get_local $$sub$ptr$sub433)
- (get_local $$p$5)
+ (set_local $$sub$ptr$sub433
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast431)
+ (get_local $$sub$ptr$rhs$cast432)
+ )
)
- )
- (set_local $$add441
- (i32.add
- (get_local $$pl$2)
- (get_local $$sub$ptr$sub433$p$5)
+ (set_local $$cmp434
+ (i32.lt_s
+ (get_local $$p$5)
+ (get_local $$sub$ptr$sub433)
+ )
)
- )
- (set_local $$cmp442
- (i32.lt_s
- (get_local $$w$1)
+ (set_local $$sub$ptr$sub433$p$5
+ (if
+ (get_local $$cmp434)
+ (get_local $$sub$ptr$sub433)
+ (get_local $$p$5)
+ )
+ )
+ (set_local $$add441
+ (i32.add
+ (get_local $$pl$2)
+ (get_local $$sub$ptr$sub433$p$5)
+ )
+ )
+ (set_local $$cmp442
+ (i32.lt_s
+ (get_local $$w$1)
+ (get_local $$add441)
+ )
+ )
+ (set_local $$w$2
+ (if
+ (get_local $$cmp442)
+ (get_local $$add441)
+ (get_local $$w$1)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$2)
(get_local $$add441)
+ (get_local $$fl$6)
+ )
+ (set_local $$265
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$244
+ (i32.and
+ (get_local $$265)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$245
+ (i32.eq
+ (get_local $$and$i$244)
+ (i32.const 0)
+ )
)
- )
- (set_local $$w$2
(if
- (get_local $$cmp442)
+ (get_local $$tobool$i$245)
+ (call $___fwritex
+ (get_local $$prefix$2)
+ (get_local $$pl$2)
+ (get_local $$f)
+ )
+ )
+ (set_local $$xor449
+ (i32.xor
+ (get_local $$fl$6)
+ (i32.const 65536)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$w$2)
(get_local $$add441)
- (get_local $$w$1)
+ (get_local $$xor449)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$2)
- (get_local $$add441)
- (get_local $$fl$6)
- )
- (set_local $$265
- (i32.load
+ (call $_pad
(get_local $$f)
+ (i32.const 48)
+ (get_local $$sub$ptr$sub433$p$5)
+ (get_local $$sub$ptr$sub433)
+ (i32.const 0)
)
- )
- (set_local $$and$i$244
- (i32.and
- (get_local $$265)
- (i32.const 32)
+ (set_local $$266
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (set_local $$tobool$i$245
- (i32.eq
- (get_local $$and$i$244)
- (i32.const 0)
+ (set_local $$and$i$216
+ (i32.and
+ (get_local $$266)
+ (i32.const 32)
+ )
)
- )
- (if
- (get_local $$tobool$i$245)
- (call $___fwritex
- (get_local $$prefix$2)
- (get_local $$pl$2)
- (get_local $$f)
+ (set_local $$tobool$i$217
+ (i32.eq
+ (get_local $$and$i$216)
+ (i32.const 0)
+ )
)
- )
- (set_local $$xor449
- (i32.xor
- (get_local $$fl$6)
- (i32.const 65536)
+ (if
+ (get_local $$tobool$i$217)
+ (call $___fwritex
+ (get_local $$a$2)
+ (get_local $$sub$ptr$sub433)
+ (get_local $$f)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$w$2)
- (get_local $$add441)
- (get_local $$xor449)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$sub$ptr$sub433$p$5)
- (get_local $$sub$ptr$sub433)
- (i32.const 0)
- )
- (set_local $$266
- (i32.load
- (get_local $$f)
+ (set_local $$xor457
+ (i32.xor
+ (get_local $$fl$6)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$and$i$216
- (i32.and
- (get_local $$266)
+ (call $_pad
+ (get_local $$f)
(i32.const 32)
+ (get_local $$w$2)
+ (get_local $$add441)
+ (get_local $$xor457)
)
- )
- (set_local $$tobool$i$217
- (i32.eq
- (get_local $$and$i$216)
- (i32.const 0)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
)
- )
- (if
- (get_local $$tobool$i$217)
- (call $___fwritex
- (get_local $$a$2)
- (get_local $$sub$ptr$sub433)
- (get_local $$f)
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
)
- )
- (set_local $$xor457
- (i32.xor
- (get_local $$fl$6)
- (i32.const 8192)
+ (set_local $$l$0
+ (get_local $$w$2)
)
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
)
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$2)
- (get_local $$add441)
- (get_local $$xor457)
- )
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
- )
- (set_local $$l$0
- (get_local $$w$2)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
)
(block $label$break$L343
(if
@@ -14335,75 +14280,77 @@
(set_local $$i$2299
(i32.const 1)
)
- (loop $while-out$136 $while-in$137
- (set_local $$arrayidx469
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$i$2299)
- (i32.const 2)
+ (loop $while-in$137
+ (block $while-out$136
+ (set_local $$arrayidx469
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$i$2299)
+ (i32.const 2)
+ )
)
)
- )
- (set_local $$267
- (i32.load
- (get_local $$arrayidx469)
+ (set_local $$267
+ (i32.load
+ (get_local $$arrayidx469)
+ )
)
- )
- (set_local $$tobool470
- (i32.eq
- (get_local $$267)
- (i32.const 0)
+ (set_local $$tobool470
+ (i32.eq
+ (get_local $$267)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$tobool470)
- (block
- (set_local $$i$2299$lcssa
- (get_local $$i$2299)
+ (if
+ (get_local $$tobool470)
+ (block
+ (set_local $$i$2299$lcssa
+ (get_local $$i$2299)
+ )
+ (br $while-out$136)
)
- (br $while-out$136)
)
- )
- (set_local $$add$ptr473
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$i$2299)
- (i32.const 3)
+ (set_local $$add$ptr473
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$i$2299)
+ (i32.const 3)
+ )
)
)
- )
- (call $_pop_arg_336
- (get_local $$add$ptr473)
- (get_local $$267)
- (get_local $$ap)
- )
- (set_local $$inc
- (i32.add
- (get_local $$i$2299)
- (i32.const 1)
+ (call $_pop_arg_336
+ (get_local $$add$ptr473)
+ (get_local $$267)
+ (get_local $$ap)
)
- )
- (set_local $$cmp466
- (i32.lt_s
- (get_local $$inc)
- (i32.const 10)
+ (set_local $$inc
+ (i32.add
+ (get_local $$i$2299)
+ (i32.const 1)
+ )
)
- )
- (if
- (get_local $$cmp466)
- (set_local $$i$2299
- (get_local $$inc)
+ (set_local $$cmp466
+ (i32.lt_s
+ (get_local $$inc)
+ (i32.const 10)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const 1)
+ (if
+ (get_local $$cmp466)
+ (set_local $$i$2299
+ (get_local $$inc)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const 1)
+ )
+ (br $label$break$L343)
)
- (br $label$break$L343)
)
+ (br $while-in$137)
)
- (br $while-in$137)
)
(set_local $$cmp478$295
(i32.lt_s
@@ -14417,63 +14364,65 @@
(set_local $$i$3296
(get_local $$i$2299$lcssa)
)
- (loop $while-out$138 $while-in$139
- (set_local $$arrayidx481
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$i$3296)
- (i32.const 2)
+ (loop $while-in$139
+ (block $while-out$138
+ (set_local $$arrayidx481
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$i$3296)
+ (i32.const 2)
+ )
)
)
- )
- (set_local $$268
- (i32.load
- (get_local $$arrayidx481)
- )
- )
- (set_local $$lnot483
- (i32.eq
- (get_local $$268)
- (i32.const 0)
- )
- )
- (set_local $$inc488
- (i32.add
- (get_local $$i$3296)
- (i32.const 1)
+ (set_local $$268
+ (i32.load
+ (get_local $$arrayidx481)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$lnot483)
+ (set_local $$lnot483
+ (i32.eq
+ (get_local $$268)
+ (i32.const 0)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const -1)
+ (set_local $$inc488
+ (i32.add
+ (get_local $$i$3296)
+ (i32.const 1)
)
- (br $label$break$L343)
)
- )
- (set_local $$cmp478
- (i32.lt_s
- (get_local $$inc488)
- (i32.const 10)
+ (if
+ (i32.eqz
+ (get_local $$lnot483)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L343)
+ )
)
- )
- (if
- (get_local $$cmp478)
- (set_local $$i$3296
- (get_local $$inc488)
+ (set_local $$cmp478
+ (i32.lt_s
+ (get_local $$inc488)
+ (i32.const 10)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const 1)
+ (if
+ (get_local $$cmp478)
+ (set_local $$i$3296
+ (get_local $$inc488)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const 1)
+ )
+ (br $while-out$138)
)
- (br $while-out$138)
)
+ (br $while-in$139)
)
- (br $while-in$139)
)
)
(set_local $$retval$0
@@ -14490,8 +14439,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -14688,9 +14636,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.gt_u
@@ -15841,9 +15787,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$2
(i32.gt_u
@@ -15887,112 +15831,110 @@
(set_local $$s$addr$013
(get_local $$s)
)
- (loop $while-out$0 $while-in$1
- (set_local $$9
- (call $___uremdi3
- (get_local $$7)
- (get_local $$8)
- (i32.const 10)
- (i32.const 0)
- )
- )
- (set_local $$10
- (i32.load
- (i32.const 168)
- )
- )
- (set_local $$11
- (i32.or
- (get_local $$9)
- (i32.const 48)
- )
- )
- (set_local $$12
- (i32.and
- (get_local $$11)
- (i32.const 255)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $$9
+ (call $___uremdi3
+ (get_local $$7)
+ (get_local $$8)
+ (i32.const 10)
+ (i32.const 0)
+ )
)
- )
- (set_local $$incdec$ptr
- (i32.add
- (get_local $$s$addr$013)
- (i32.const -1)
+ (set_local $$10
+ (get_global $tempRet0)
)
- )
- (i32.store8
- (get_local $$incdec$ptr)
- (get_local $$12)
- )
- (set_local $$13
- (call $___udivdi3
- (get_local $$7)
- (get_local $$8)
- (i32.const 10)
- (i32.const 0)
+ (set_local $$11
+ (i32.or
+ (get_local $$9)
+ (i32.const 48)
+ )
)
- )
- (set_local $$14
- (i32.load
- (i32.const 168)
+ (set_local $$12
+ (i32.and
+ (get_local $$11)
+ (i32.const 255)
+ )
)
- )
- (set_local $$15
- (i32.gt_u
- (get_local $$8)
- (i32.const 9)
+ (set_local $$incdec$ptr
+ (i32.add
+ (get_local $$s$addr$013)
+ (i32.const -1)
+ )
)
- )
- (set_local $$16
- (i32.gt_u
- (get_local $$7)
- (i32.const -1)
+ (i32.store8
+ (get_local $$incdec$ptr)
+ (get_local $$12)
)
- )
- (set_local $$17
- (i32.eq
- (get_local $$8)
- (i32.const 9)
+ (set_local $$13
+ (call $___udivdi3
+ (get_local $$7)
+ (get_local $$8)
+ (i32.const 10)
+ (i32.const 0)
+ )
)
- )
- (set_local $$18
- (i32.and
- (get_local $$17)
- (get_local $$16)
+ (set_local $$14
+ (get_global $tempRet0)
)
- )
- (set_local $$19
- (i32.or
- (get_local $$15)
- (get_local $$18)
+ (set_local $$15
+ (i32.gt_u
+ (get_local $$8)
+ (i32.const 9)
+ )
)
- )
- (if
- (get_local $$19)
- (block
- (set_local $$7
- (get_local $$13)
+ (set_local $$16
+ (i32.gt_u
+ (get_local $$7)
+ (i32.const -1)
)
- (set_local $$8
- (get_local $$14)
+ )
+ (set_local $$17
+ (i32.eq
+ (get_local $$8)
+ (i32.const 9)
)
- (set_local $$s$addr$013
- (get_local $$incdec$ptr)
+ )
+ (set_local $$18
+ (i32.and
+ (get_local $$17)
+ (get_local $$16)
)
)
- (block
- (set_local $$21
- (get_local $$13)
+ (set_local $$19
+ (i32.or
+ (get_local $$15)
+ (get_local $$18)
)
- (set_local $$22
- (get_local $$14)
+ )
+ (if
+ (get_local $$19)
+ (block
+ (set_local $$7
+ (get_local $$13)
+ )
+ (set_local $$8
+ (get_local $$14)
+ )
+ (set_local $$s$addr$013
+ (get_local $$incdec$ptr)
+ )
)
- (set_local $$incdec$ptr$lcssa
- (get_local $$incdec$ptr)
+ (block
+ (set_local $$21
+ (get_local $$13)
+ )
+ (set_local $$22
+ (get_local $$14)
+ )
+ (set_local $$incdec$ptr$lcssa
+ (get_local $$incdec$ptr)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(set_local $$s$addr$0$lcssa
(get_local $$incdec$ptr$lcssa)
@@ -16028,71 +15970,73 @@
(set_local $$y$010
(get_local $$x$addr$0$lcssa$off0)
)
- (loop $while-out$2 $while-in$3
- (set_local $$rem4
- (i32.and
- (i32.rem_u
- (get_local $$y$010)
- (i32.const 10)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$rem4
+ (i32.and
+ (i32.rem_u
+ (get_local $$y$010)
+ (i32.const 10)
+ )
+ (i32.const -1)
)
- (i32.const -1)
- )
- )
- (set_local $$add5
- (i32.or
- (get_local $$rem4)
- (i32.const 48)
)
- )
- (set_local $$conv6
- (i32.and
- (get_local $$add5)
- (i32.const 255)
+ (set_local $$add5
+ (i32.or
+ (get_local $$rem4)
+ (i32.const 48)
+ )
)
- )
- (set_local $$incdec$ptr7
- (i32.add
- (get_local $$s$addr$19)
- (i32.const -1)
+ (set_local $$conv6
+ (i32.and
+ (get_local $$add5)
+ (i32.const 255)
+ )
)
- )
- (i32.store8
- (get_local $$incdec$ptr7)
- (get_local $$conv6)
- )
- (set_local $$div9
- (i32.and
- (i32.div_u
- (get_local $$y$010)
- (i32.const 10)
+ (set_local $$incdec$ptr7
+ (i32.add
+ (get_local $$s$addr$19)
+ (i32.const -1)
)
- (i32.const -1)
)
- )
- (set_local $$20
- (i32.lt_u
- (get_local $$y$010)
- (i32.const 10)
+ (i32.store8
+ (get_local $$incdec$ptr7)
+ (get_local $$conv6)
)
- )
- (if
- (get_local $$20)
- (block
- (set_local $$s$addr$1$lcssa
- (get_local $$incdec$ptr7)
+ (set_local $$div9
+ (i32.and
+ (i32.div_u
+ (get_local $$y$010)
+ (i32.const 10)
+ )
+ (i32.const -1)
)
- (br $while-out$2)
)
- (block
- (set_local $$s$addr$19
- (get_local $$incdec$ptr7)
+ (set_local $$20
+ (i32.lt_u
+ (get_local $$y$010)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$20)
+ (block
+ (set_local $$s$addr$1$lcssa
+ (get_local $$incdec$ptr7)
+ )
+ (br $while-out$2)
)
- (set_local $$y$010
- (get_local $$div9)
+ (block
+ (set_local $$s$addr$19
+ (get_local $$incdec$ptr7)
+ )
+ (set_local $$y$010
+ (get_local $$div9)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -16128,27 +16072,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 256)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -16202,10 +16137,12 @@
(get_local $$sub)
)
)
- (call $_memset
- (get_local $$pad)
- (get_local $$c)
- (get_local $$cond)
+ (drop
+ (call $_memset
+ (get_local $$pad)
+ (get_local $$c)
+ (get_local $$cond)
+ )
)
(set_local $$cmp3$14
(i32.gt_u
@@ -16248,68 +16185,72 @@
(set_local $$tobool$i18
(get_local $$tobool$i$16)
)
- (loop $while-out$2 $while-in$3
- (if
- (get_local $$tobool$i18)
- (block
- (call $___fwritex
- (get_local $$pad)
- (i32.const 256)
- (get_local $$f)
- )
- (set_local $$$pre
- (i32.load
- (get_local $$f)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (get_local $$tobool$i18)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $$pad)
+ (i32.const 256)
+ (get_local $$f)
+ )
+ )
+ (set_local $$$pre
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$2
+ (get_local $$$pre)
)
)
(set_local $$2
- (get_local $$$pre)
+ (get_local $$4)
)
)
- (set_local $$2
- (get_local $$4)
- )
- )
- (set_local $$sub5
- (i32.add
- (get_local $$l$addr$017)
- (i32.const -256)
- )
- )
- (set_local $$cmp3
- (i32.gt_u
- (get_local $$sub5)
- (i32.const 255)
- )
- )
- (set_local $$and$i
- (i32.and
- (get_local $$2)
- (i32.const 32)
+ (set_local $$sub5
+ (i32.add
+ (get_local $$l$addr$017)
+ (i32.const -256)
+ )
)
- )
- (set_local $$tobool$i
- (i32.eq
- (get_local $$and$i)
- (i32.const 0)
+ (set_local $$cmp3
+ (i32.gt_u
+ (get_local $$sub5)
+ (i32.const 255)
+ )
)
- )
- (if
- (get_local $$cmp3)
- (block
- (set_local $$4
+ (set_local $$and$i
+ (i32.and
(get_local $$2)
+ (i32.const 32)
)
- (set_local $$l$addr$017
- (get_local $$sub5)
+ )
+ (set_local $$tobool$i
+ (i32.eq
+ (get_local $$and$i)
+ (i32.const 0)
)
- (set_local $$tobool$i18
- (get_local $$tobool$i)
+ )
+ (if
+ (get_local $$cmp3)
+ (block
+ (set_local $$4
+ (get_local $$2)
+ )
+ (set_local $$l$addr$017
+ (get_local $$sub5)
+ )
+ (set_local $$tobool$i18
+ (get_local $$tobool$i)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $$3
(i32.and
@@ -16333,16 +16274,17 @@
(br $do-once$0)
)
)
- (call $___fwritex
- (get_local $$pad)
- (get_local $$l$addr$0$lcssa21)
- (get_local $$f)
+ (drop
+ (call $___fwritex
+ (get_local $$pad)
+ (get_local $$l$addr$0$lcssa21)
+ (get_local $$f)
+ )
)
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return)
@@ -17538,9 +17480,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.lt_u
@@ -18568,117 +18508,119 @@
(set_local $$v$0$i
(get_local $$20)
)
- (loop $while-out$6 $while-in$7
- (set_local $$arrayidx23$i
- (i32.add
- (get_local $$t$0$i)
- (i32.const 16)
+ (loop $while-in$7
+ (block $while-out$6
+ (set_local $$arrayidx23$i
+ (i32.add
+ (get_local $$t$0$i)
+ (i32.const 16)
+ )
)
- )
- (set_local $$22
- (i32.load
- (get_local $$arrayidx23$i)
+ (set_local $$22
+ (i32.load
+ (get_local $$arrayidx23$i)
+ )
)
- )
- (set_local $$cmp$i
- (i32.eq
- (get_local $$22)
- (i32.const 0)
+ (set_local $$cmp$i
+ (i32.eq
+ (get_local $$22)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp$i)
- (block
- (set_local $$arrayidx27$i
- (i32.add
- (get_local $$t$0$i)
- (i32.const 20)
+ (if
+ (get_local $$cmp$i)
+ (block
+ (set_local $$arrayidx27$i
+ (i32.add
+ (get_local $$t$0$i)
+ (i32.const 20)
+ )
)
- )
- (set_local $$23
- (i32.load
- (get_local $$arrayidx27$i)
+ (set_local $$23
+ (i32.load
+ (get_local $$arrayidx27$i)
+ )
)
- )
- (set_local $$cmp28$i
- (i32.eq
- (get_local $$23)
- (i32.const 0)
+ (set_local $$cmp28$i
+ (i32.eq
+ (get_local $$23)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp28$i)
- (block
- (set_local $$rsize$0$i$lcssa
- (get_local $$rsize$0$i)
+ (if
+ (get_local $$cmp28$i)
+ (block
+ (set_local $$rsize$0$i$lcssa
+ (get_local $$rsize$0$i)
+ )
+ (set_local $$v$0$i$lcssa
+ (get_local $$v$0$i)
+ )
+ (br $while-out$6)
)
- (set_local $$v$0$i$lcssa
- (get_local $$v$0$i)
+ (set_local $$cond4$i
+ (get_local $$23)
)
- (br $while-out$6)
- )
- (set_local $$cond4$i
- (get_local $$23)
)
)
+ (set_local $$cond4$i
+ (get_local $$22)
+ )
+ )
+ (set_local $$head29$i
+ (i32.add
+ (get_local $$cond4$i)
+ (i32.const 4)
+ )
)
- (set_local $$cond4$i
- (get_local $$22)
+ (set_local $$24
+ (i32.load
+ (get_local $$head29$i)
+ )
)
- )
- (set_local $$head29$i
- (i32.add
- (get_local $$cond4$i)
- (i32.const 4)
+ (set_local $$and30$i
+ (i32.and
+ (get_local $$24)
+ (i32.const -8)
+ )
)
- )
- (set_local $$24
- (i32.load
- (get_local $$head29$i)
+ (set_local $$sub31$i
+ (i32.sub
+ (get_local $$and30$i)
+ (get_local $$cond)
+ )
)
- )
- (set_local $$and30$i
- (i32.and
- (get_local $$24)
- (i32.const -8)
+ (set_local $$cmp32$i
+ (i32.lt_u
+ (get_local $$sub31$i)
+ (get_local $$rsize$0$i)
+ )
)
- )
- (set_local $$sub31$i
- (i32.sub
- (get_local $$and30$i)
- (get_local $$cond)
+ (set_local $$sub31$rsize$0$i
+ (if
+ (get_local $$cmp32$i)
+ (get_local $$sub31$i)
+ (get_local $$rsize$0$i)
+ )
)
- )
- (set_local $$cmp32$i
- (i32.lt_u
- (get_local $$sub31$i)
- (get_local $$rsize$0$i)
+ (set_local $$cond$v$0$i
+ (if
+ (get_local $$cmp32$i)
+ (get_local $$cond4$i)
+ (get_local $$v$0$i)
+ )
)
- )
- (set_local $$sub31$rsize$0$i
- (if
- (get_local $$cmp32$i)
- (get_local $$sub31$i)
- (get_local $$rsize$0$i)
+ (set_local $$rsize$0$i
+ (get_local $$sub31$rsize$0$i)
)
- )
- (set_local $$cond$v$0$i
- (if
- (get_local $$cmp32$i)
+ (set_local $$t$0$i
(get_local $$cond4$i)
- (get_local $$v$0$i)
)
+ (set_local $$v$0$i
+ (get_local $$cond$v$0$i)
+ )
+ (br $while-in$7)
)
- (set_local $$rsize$0$i
- (get_local $$sub31$rsize$0$i)
- )
- (set_local $$t$0$i
- (get_local $$cond4$i)
- )
- (set_local $$v$0$i
- (get_local $$cond$v$0$i)
- )
- (br $while-in$7)
)
(set_local $$25
(i32.load
@@ -18809,76 +18751,78 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (set_local $$arrayidx71$i
- (i32.add
- (get_local $$R$1$i)
- (i32.const 20)
- )
- )
- (set_local $$33
- (i32.load
- (get_local $$arrayidx71$i)
- )
- )
- (set_local $$cmp72$i
- (i32.eq
- (get_local $$33)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp72$i)
- )
- (block
- (set_local $$R$1$i
- (get_local $$33)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $$arrayidx71$i
+ (i32.add
+ (get_local $$R$1$i)
+ (i32.const 20)
)
- (set_local $$RP$1$i
+ )
+ (set_local $$33
+ (i32.load
(get_local $$arrayidx71$i)
)
- (br $while-in$11)
- )
- )
- (set_local $$arrayidx75$i
- (i32.add
- (get_local $$R$1$i)
- (i32.const 16)
)
- )
- (set_local $$34
- (i32.load
- (get_local $$arrayidx75$i)
+ (set_local $$cmp72$i
+ (i32.eq
+ (get_local $$33)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp76$i
- (i32.eq
- (get_local $$34)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp72$i)
+ )
+ (block
+ (set_local $$R$1$i
+ (get_local $$33)
+ )
+ (set_local $$RP$1$i
+ (get_local $$arrayidx71$i)
+ )
+ (br $while-in$11)
+ )
)
- )
- (if
- (get_local $$cmp76$i)
- (block
- (set_local $$R$1$i$lcssa
+ (set_local $$arrayidx75$i
+ (i32.add
(get_local $$R$1$i)
+ (i32.const 16)
)
- (set_local $$RP$1$i$lcssa
- (get_local $$RP$1$i)
+ )
+ (set_local $$34
+ (i32.load
+ (get_local $$arrayidx75$i)
)
- (br $while-out$10)
)
- (block
- (set_local $$R$1$i
+ (set_local $$cmp76$i
+ (i32.eq
(get_local $$34)
+ (i32.const 0)
)
- (set_local $$RP$1$i
- (get_local $$arrayidx75$i)
+ )
+ (if
+ (get_local $$cmp76$i)
+ (block
+ (set_local $$R$1$i$lcssa
+ (get_local $$R$1$i)
+ )
+ (set_local $$RP$1$i$lcssa
+ (get_local $$RP$1$i)
+ )
+ (br $while-out$10)
+ )
+ (block
+ (set_local $$R$1$i
+ (get_local $$34)
+ )
+ (set_local $$RP$1$i
+ (get_local $$arrayidx75$i)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(set_local $$cmp81$i
(i32.lt_u
@@ -19884,200 +19828,202 @@
(set_local $$v$0$i$153
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (set_local $$head$i$154
- (i32.add
- (get_local $$t$0$i$151)
- (i32.const 4)
- )
- )
- (set_local $$53
- (i32.load
- (get_local $$head$i$154)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $$head$i$154
+ (i32.add
+ (get_local $$t$0$i$151)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and32$i
- (i32.and
- (get_local $$53)
- (i32.const -8)
+ (set_local $$53
+ (i32.load
+ (get_local $$head$i$154)
+ )
)
- )
- (set_local $$sub33$i
- (i32.sub
- (get_local $$and32$i)
- (get_local $$and145)
+ (set_local $$and32$i
+ (i32.and
+ (get_local $$53)
+ (i32.const -8)
+ )
)
- )
- (set_local $$cmp34$i
- (i32.lt_u
- (get_local $$sub33$i)
- (get_local $$rsize$0$i$152)
+ (set_local $$sub33$i
+ (i32.sub
+ (get_local $$and32$i)
+ (get_local $$and145)
+ )
)
- )
- (if
- (get_local $$cmp34$i)
- (block
- (set_local $$cmp36$i
- (i32.eq
- (get_local $$and32$i)
- (get_local $$and145)
- )
+ (set_local $$cmp34$i
+ (i32.lt_u
+ (get_local $$sub33$i)
+ (get_local $$rsize$0$i$152)
)
- (if
- (get_local $$cmp36$i)
- (block
- (set_local $$rsize$49$i
- (get_local $$sub33$i)
- )
- (set_local $$t$48$i
- (get_local $$t$0$i$151)
- )
- (set_local $$v$410$i
- (get_local $$t$0$i$151)
- )
- (set_local $label
- (i32.const 90)
+ )
+ (if
+ (get_local $$cmp34$i)
+ (block
+ (set_local $$cmp36$i
+ (i32.eq
+ (get_local $$and32$i)
+ (get_local $$and145)
)
- (br $label$break$L123)
)
- (block
- (set_local $$rsize$1$i
- (get_local $$sub33$i)
+ (if
+ (get_local $$cmp36$i)
+ (block
+ (set_local $$rsize$49$i
+ (get_local $$sub33$i)
+ )
+ (set_local $$t$48$i
+ (get_local $$t$0$i$151)
+ )
+ (set_local $$v$410$i
+ (get_local $$t$0$i$151)
+ )
+ (set_local $label
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $$v$1$i
- (get_local $$t$0$i$151)
+ (block
+ (set_local $$rsize$1$i
+ (get_local $$sub33$i)
+ )
+ (set_local $$v$1$i
+ (get_local $$t$0$i$151)
+ )
)
)
)
- )
- (block
- (set_local $$rsize$1$i
- (get_local $$rsize$0$i$152)
- )
- (set_local $$v$1$i
- (get_local $$v$0$i$153)
+ (block
+ (set_local $$rsize$1$i
+ (get_local $$rsize$0$i$152)
+ )
+ (set_local $$v$1$i
+ (get_local $$v$0$i$153)
+ )
)
)
- )
- (set_local $$arrayidx40$i
- (i32.add
- (get_local $$t$0$i$151)
- (i32.const 20)
- )
- )
- (set_local $$54
- (i32.load
- (get_local $$arrayidx40$i)
- )
- )
- (set_local $$shr41$i
- (i32.shr_u
- (get_local $$sizebits$0$i)
- (i32.const 31)
- )
- )
- (set_local $$arrayidx44$i
- (i32.add
+ (set_local $$arrayidx40$i
(i32.add
(get_local $$t$0$i$151)
- (i32.const 16)
- )
- (i32.shl
- (get_local $$shr41$i)
- (i32.const 2)
+ (i32.const 20)
)
)
- )
- (set_local $$55
- (i32.load
- (get_local $$arrayidx44$i)
- )
- )
- (set_local $$cmp45$i$155
- (i32.eq
- (get_local $$54)
- (i32.const 0)
- )
- )
- (set_local $$cmp46$i
- (i32.eq
- (get_local $$54)
- (get_local $$55)
- )
- )
- (set_local $$or$cond1$i
- (i32.or
- (get_local $$cmp45$i$155)
- (get_local $$cmp46$i)
- )
- )
- (set_local $$rst$1$i
- (if
- (get_local $$or$cond1$i)
- (get_local $$rst$0$i)
- (get_local $$54)
+ (set_local $$54
+ (i32.load
+ (get_local $$arrayidx40$i)
+ )
)
- )
- (set_local $$cmp49$i
- (i32.eq
- (get_local $$55)
- (i32.const 0)
+ (set_local $$shr41$i
+ (i32.shr_u
+ (get_local $$sizebits$0$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$56
- (i32.and
- (get_local $$cmp49$i)
- (i32.const 1)
+ (set_local $$arrayidx44$i
+ (i32.add
+ (i32.add
+ (get_local $$t$0$i$151)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr41$i)
+ (i32.const 2)
+ )
+ )
)
- )
- (set_local $$shl52$i
- (i32.xor
- (get_local $$56)
- (i32.const 1)
+ (set_local $$55
+ (i32.load
+ (get_local $$arrayidx44$i)
+ )
)
- )
- (set_local $$sizebits$0$shl52$i
- (i32.shl
- (get_local $$sizebits$0$i)
- (get_local $$shl52$i)
+ (set_local $$cmp45$i$155
+ (i32.eq
+ (get_local $$54)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp49$i)
- (block
- (set_local $$rsize$3$i
- (get_local $$rsize$1$i)
+ (set_local $$cmp46$i
+ (i32.eq
+ (get_local $$54)
+ (get_local $$55)
)
- (set_local $$t$2$i
- (get_local $$rst$1$i)
+ )
+ (set_local $$or$cond1$i
+ (i32.or
+ (get_local $$cmp45$i$155)
+ (get_local $$cmp46$i)
)
- (set_local $$v$3$i
- (get_local $$v$1$i)
+ )
+ (set_local $$rst$1$i
+ (if
+ (get_local $$or$cond1$i)
+ (get_local $$rst$0$i)
+ (get_local $$54)
)
- (set_local $label
- (i32.const 86)
+ )
+ (set_local $$cmp49$i
+ (i32.eq
+ (get_local $$55)
+ (i32.const 0)
)
- (br $while-out$17)
)
- (block
- (set_local $$rsize$0$i$152
- (get_local $$rsize$1$i)
+ (set_local $$56
+ (i32.and
+ (get_local $$cmp49$i)
+ (i32.const 1)
)
- (set_local $$rst$0$i
- (get_local $$rst$1$i)
+ )
+ (set_local $$shl52$i
+ (i32.xor
+ (get_local $$56)
+ (i32.const 1)
)
- (set_local $$sizebits$0$i
- (get_local $$sizebits$0$shl52$i)
+ )
+ (set_local $$sizebits$0$shl52$i
+ (i32.shl
+ (get_local $$sizebits$0$i)
+ (get_local $$shl52$i)
)
- (set_local $$t$0$i$151
- (get_local $$55)
+ )
+ (if
+ (get_local $$cmp49$i)
+ (block
+ (set_local $$rsize$3$i
+ (get_local $$rsize$1$i)
+ )
+ (set_local $$t$2$i
+ (get_local $$rst$1$i)
+ )
+ (set_local $$v$3$i
+ (get_local $$v$1$i)
+ )
+ (set_local $label
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $$v$0$i$153
- (get_local $$v$1$i)
+ (block
+ (set_local $$rsize$0$i$152
+ (get_local $$rsize$1$i)
+ )
+ (set_local $$rst$0$i
+ (get_local $$rst$1$i)
+ )
+ (set_local $$sizebits$0$i
+ (get_local $$sizebits$0$shl52$i)
+ )
+ (set_local $$t$0$i$151
+ (get_local $$55)
+ )
+ (set_local $$v$0$i$153
+ (get_local $$v$1$i)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -20346,134 +20292,136 @@
(get_local $label)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $label
- (i32.const 0)
- )
- (set_local $$head99$i
- (i32.add
- (get_local $$t$48$i)
- (i32.const 4)
- )
- )
- (set_local $$58
- (i32.load
- (get_local $$head99$i)
- )
- )
- (set_local $$and100$i
- (i32.and
- (get_local $$58)
- (i32.const -8)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $label
+ (i32.const 0)
)
- )
- (set_local $$sub101$i
- (i32.sub
- (get_local $$and100$i)
- (get_local $$and145)
+ (set_local $$head99$i
+ (i32.add
+ (get_local $$t$48$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$cmp102$i
- (i32.lt_u
- (get_local $$sub101$i)
- (get_local $$rsize$49$i)
+ (set_local $$58
+ (i32.load
+ (get_local $$head99$i)
+ )
)
- )
- (set_local $$sub101$rsize$4$i
- (if
- (get_local $$cmp102$i)
- (get_local $$sub101$i)
- (get_local $$rsize$49$i)
+ (set_local $$and100$i
+ (i32.and
+ (get_local $$58)
+ (i32.const -8)
+ )
)
- )
- (set_local $$t$4$v$4$i
- (if
- (get_local $$cmp102$i)
- (get_local $$t$48$i)
- (get_local $$v$410$i)
+ (set_local $$sub101$i
+ (i32.sub
+ (get_local $$and100$i)
+ (get_local $$and145)
+ )
)
- )
- (set_local $$arrayidx106$i
- (i32.add
- (get_local $$t$48$i)
- (i32.const 16)
+ (set_local $$cmp102$i
+ (i32.lt_u
+ (get_local $$sub101$i)
+ (get_local $$rsize$49$i)
+ )
)
- )
- (set_local $$59
- (i32.load
- (get_local $$arrayidx106$i)
+ (set_local $$sub101$rsize$4$i
+ (if
+ (get_local $$cmp102$i)
+ (get_local $$sub101$i)
+ (get_local $$rsize$49$i)
+ )
)
- )
- (set_local $$cmp107$i$157
- (i32.eq
- (get_local $$59)
- (i32.const 0)
+ (set_local $$t$4$v$4$i
+ (if
+ (get_local $$cmp102$i)
+ (get_local $$t$48$i)
+ (get_local $$v$410$i)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$cmp107$i$157)
+ (set_local $$arrayidx106$i
+ (i32.add
+ (get_local $$t$48$i)
+ (i32.const 16)
+ )
)
- (block
- (set_local $$rsize$49$i
- (get_local $$sub101$rsize$4$i)
+ (set_local $$59
+ (i32.load
+ (get_local $$arrayidx106$i)
)
- (set_local $$t$48$i
+ )
+ (set_local $$cmp107$i$157
+ (i32.eq
(get_local $$59)
+ (i32.const 0)
)
- (set_local $$v$410$i
- (get_local $$t$4$v$4$i)
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp107$i$157)
)
- (set_local $label
- (i32.const 90)
+ (block
+ (set_local $$rsize$49$i
+ (get_local $$sub101$rsize$4$i)
+ )
+ (set_local $$t$48$i
+ (get_local $$59)
+ )
+ (set_local $$v$410$i
+ (get_local $$t$4$v$4$i)
+ )
+ (set_local $label
+ (i32.const 90)
+ )
+ (br $while-in$20)
)
- (br $while-in$20)
- )
- )
- (set_local $$arrayidx113$i$159
- (i32.add
- (get_local $$t$48$i)
- (i32.const 20)
- )
- )
- (set_local $$60
- (i32.load
- (get_local $$arrayidx113$i$159)
- )
- )
- (set_local $$cmp97$i
- (i32.eq
- (get_local $$60)
- (i32.const 0)
)
- )
- (if
- (get_local $$cmp97$i)
- (block
- (set_local $$rsize$4$lcssa$i
- (get_local $$sub101$rsize$4$i)
- )
- (set_local $$v$4$lcssa$i
- (get_local $$t$4$v$4$i)
+ (set_local $$arrayidx113$i$159
+ (i32.add
+ (get_local $$t$48$i)
+ (i32.const 20)
)
- (br $while-out$19)
)
- (block
- (set_local $$rsize$49$i
- (get_local $$sub101$rsize$4$i)
+ (set_local $$60
+ (i32.load
+ (get_local $$arrayidx113$i$159)
)
- (set_local $$t$48$i
+ )
+ (set_local $$cmp97$i
+ (i32.eq
(get_local $$60)
+ (i32.const 0)
)
- (set_local $$v$410$i
- (get_local $$t$4$v$4$i)
+ )
+ (if
+ (get_local $$cmp97$i)
+ (block
+ (set_local $$rsize$4$lcssa$i
+ (get_local $$sub101$rsize$4$i)
+ )
+ (set_local $$v$4$lcssa$i
+ (get_local $$t$4$v$4$i)
+ )
+ (br $while-out$19)
)
- (set_local $label
- (i32.const 90)
+ (block
+ (set_local $$rsize$49$i
+ (get_local $$sub101$rsize$4$i)
+ )
+ (set_local $$t$48$i
+ (get_local $$60)
+ )
+ (set_local $$v$410$i
+ (get_local $$t$4$v$4$i)
+ )
+ (set_local $label
+ (i32.const 90)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(set_local $$cmp116$i
@@ -20637,76 +20585,78 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (set_local $$arrayidx161$i
- (i32.add
- (get_local $$R$1$i$168)
- (i32.const 20)
- )
- )
- (set_local $$70
- (i32.load
- (get_local $$arrayidx161$i)
- )
- )
- (set_local $$cmp162$i
- (i32.eq
- (get_local $$70)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp162$i)
- )
- (block
- (set_local $$R$1$i$168
- (get_local $$70)
+ (loop $while-in$24
+ (block $while-out$23
+ (set_local $$arrayidx161$i
+ (i32.add
+ (get_local $$R$1$i$168)
+ (i32.const 20)
)
- (set_local $$RP$1$i$167
+ )
+ (set_local $$70
+ (i32.load
(get_local $$arrayidx161$i)
)
- (br $while-in$24)
- )
- )
- (set_local $$arrayidx165$i$169
- (i32.add
- (get_local $$R$1$i$168)
- (i32.const 16)
)
- )
- (set_local $$71
- (i32.load
- (get_local $$arrayidx165$i$169)
+ (set_local $$cmp162$i
+ (i32.eq
+ (get_local $$70)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp166$i
- (i32.eq
- (get_local $$71)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp162$i)
+ )
+ (block
+ (set_local $$R$1$i$168
+ (get_local $$70)
+ )
+ (set_local $$RP$1$i$167
+ (get_local $$arrayidx161$i)
+ )
+ (br $while-in$24)
+ )
)
- )
- (if
- (get_local $$cmp166$i)
- (block
- (set_local $$R$1$i$168$lcssa
+ (set_local $$arrayidx165$i$169
+ (i32.add
(get_local $$R$1$i$168)
+ (i32.const 16)
)
- (set_local $$RP$1$i$167$lcssa
- (get_local $$RP$1$i$167)
+ )
+ (set_local $$71
+ (i32.load
+ (get_local $$arrayidx165$i$169)
)
- (br $while-out$23)
)
- (block
- (set_local $$R$1$i$168
+ (set_local $$cmp166$i
+ (i32.eq
(get_local $$71)
+ (i32.const 0)
)
- (set_local $$RP$1$i$167
- (get_local $$arrayidx165$i$169)
+ )
+ (if
+ (get_local $$cmp166$i)
+ (block
+ (set_local $$R$1$i$168$lcssa
+ (get_local $$R$1$i$168)
+ )
+ (set_local $$RP$1$i$167$lcssa
+ (get_local $$RP$1$i$167)
+ )
+ (br $while-out$23)
+ )
+ (block
+ (set_local $$R$1$i$168
+ (get_local $$71)
+ )
+ (set_local $$RP$1$i$167
+ (get_local $$arrayidx165$i$169)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(set_local $$cmp171$i
(i32.lt_u
@@ -21694,101 +21644,103 @@
(set_local $$T$0$i
(get_local $$87)
)
- (loop $while-out$31 $while-in$32
- (set_local $$head386$i
- (i32.add
- (get_local $$T$0$i)
- (i32.const 4)
- )
- )
- (set_local $$88
- (i32.load
- (get_local $$head386$i)
+ (loop $while-in$32
+ (block $while-out$31
+ (set_local $$head386$i
+ (i32.add
+ (get_local $$T$0$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and387$i
- (i32.and
- (get_local $$88)
- (i32.const -8)
+ (set_local $$88
+ (i32.load
+ (get_local $$head386$i)
+ )
)
- )
- (set_local $$cmp388$i
- (i32.eq
- (get_local $$and387$i)
- (get_local $$rsize$4$lcssa$i)
+ (set_local $$and387$i
+ (i32.and
+ (get_local $$88)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp388$i)
- (block
- (set_local $$T$0$i$lcssa
- (get_local $$T$0$i)
+ (set_local $$cmp388$i
+ (i32.eq
+ (get_local $$and387$i)
+ (get_local $$rsize$4$lcssa$i)
)
- (set_local $label
- (i32.const 148)
+ )
+ (if
+ (get_local $$cmp388$i)
+ (block
+ (set_local $$T$0$i$lcssa
+ (get_local $$T$0$i)
+ )
+ (set_local $label
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (set_local $$shr391$i
- (i32.shr_u
- (get_local $$K373$0$i)
- (i32.const 31)
+ (set_local $$shr391$i
+ (i32.shr_u
+ (get_local $$K373$0$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx394$i
- (i32.add
+ (set_local $$arrayidx394$i
(i32.add
- (get_local $$T$0$i)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0$i)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr391$i)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl395$i
(i32.shl
- (get_local $$shr391$i)
- (i32.const 2)
+ (get_local $$K373$0$i)
+ (i32.const 1)
)
)
- )
- (set_local $$shl395$i
- (i32.shl
- (get_local $$K373$0$i)
- (i32.const 1)
- )
- )
- (set_local $$89
- (i32.load
- (get_local $$arrayidx394$i)
- )
- )
- (set_local $$cmp396$i
- (i32.eq
- (get_local $$89)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp396$i)
- (block
- (set_local $$T$0$i$lcssa293
- (get_local $$T$0$i)
- )
- (set_local $$arrayidx394$i$lcssa
+ (set_local $$89
+ (i32.load
(get_local $$arrayidx394$i)
)
- (set_local $label
- (i32.const 145)
+ )
+ (set_local $$cmp396$i
+ (i32.eq
+ (get_local $$89)
+ (i32.const 0)
)
- (br $while-out$31)
)
- (block
- (set_local $$K373$0$i
- (get_local $$shl395$i)
+ (if
+ (get_local $$cmp396$i)
+ (block
+ (set_local $$T$0$i$lcssa293
+ (get_local $$T$0$i)
+ )
+ (set_local $$arrayidx394$i$lcssa
+ (get_local $$arrayidx394$i)
+ )
+ (set_local $label
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $$T$0$i
- (get_local $$89)
+ (block
+ (set_local $$K373$0$i
+ (get_local $$shl395$i)
+ )
+ (set_local $$T$0$i
+ (get_local $$89)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -22465,90 +22417,92 @@
(set_local $$sp$0$i$i
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (set_local $$105
- (i32.load
- (get_local $$sp$0$i$i)
- )
- )
- (set_local $$cmp$i$9$i
- (i32.gt_u
- (get_local $$105)
- (get_local $$104)
+ (loop $while-in$38
+ (block $while-out$37
+ (set_local $$105
+ (i32.load
+ (get_local $$sp$0$i$i)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$cmp$i$9$i)
+ (set_local $$cmp$i$9$i
+ (i32.gt_u
+ (get_local $$105)
+ (get_local $$104)
+ )
)
- (block
- (set_local $$size$i$i
- (i32.add
- (get_local $$sp$0$i$i)
- (i32.const 4)
- )
+ (if
+ (i32.eqz
+ (get_local $$cmp$i$9$i)
)
- (set_local $$106
- (i32.load
- (get_local $$size$i$i)
+ (block
+ (set_local $$size$i$i
+ (i32.add
+ (get_local $$sp$0$i$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$add$ptr$i$i
- (i32.add
- (get_local $$105)
- (get_local $$106)
+ (set_local $$106
+ (i32.load
+ (get_local $$size$i$i)
+ )
)
- )
- (set_local $$cmp2$i$i
- (i32.gt_u
- (get_local $$add$ptr$i$i)
- (get_local $$104)
+ (set_local $$add$ptr$i$i
+ (i32.add
+ (get_local $$105)
+ (get_local $$106)
+ )
)
- )
- (if
- (get_local $$cmp2$i$i)
- (block
- (set_local $$base$i$i$lcssa
- (get_local $$sp$0$i$i)
+ (set_local $$cmp2$i$i
+ (i32.gt_u
+ (get_local $$add$ptr$i$i)
+ (get_local $$104)
)
- (set_local $$size$i$i$lcssa
- (get_local $$size$i$i)
+ )
+ (if
+ (get_local $$cmp2$i$i)
+ (block
+ (set_local $$base$i$i$lcssa
+ (get_local $$sp$0$i$i)
+ )
+ (set_local $$size$i$i$lcssa
+ (get_local $$size$i$i)
+ )
+ (br $while-out$37)
)
- (br $while-out$37)
)
)
)
- )
- (set_local $$next$i$i
- (i32.add
- (get_local $$sp$0$i$i)
- (i32.const 8)
- )
- )
- (set_local $$107
- (i32.load
- (get_local $$next$i$i)
+ (set_local $$next$i$i
+ (i32.add
+ (get_local $$sp$0$i$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cmp3$i$i
- (i32.eq
- (get_local $$107)
- (i32.const 0)
+ (set_local $$107
+ (i32.load
+ (get_local $$next$i$i)
+ )
)
- )
- (if
- (get_local $$cmp3$i$i)
- (block
- (set_local $label
- (i32.const 173)
+ (set_local $$cmp3$i$i
+ (i32.eq
+ (get_local $$107)
+ (i32.const 0)
)
- (br $label$break$L259)
)
- (set_local $$sp$0$i$i
- (get_local $$107)
+ (if
+ (get_local $$cmp3$i$i)
+ (block
+ (set_local $label
+ (i32.const 173)
+ )
+ (br $label$break$L259)
+ )
+ (set_local $$sp$0$i$i
+ (get_local $$107)
+ )
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(set_local $$112
(i32.load
@@ -22952,8 +22906,10 @@
(if
(get_local $$cmp108$i)
(block
- (call_import $_sbrk
- (get_local $$sub112$i)
+ (drop
+ (call_import $_sbrk
+ (get_local $$sub112$i)
+ )
)
(br $label$break$L279)
)
@@ -23245,62 +23201,64 @@
(set_local $$i$01$i$i
(i32.const 0)
)
- (loop $while-out$46 $while-in$47
- (set_local $$shl$i$i
- (i32.shl
- (get_local $$i$01$i$i)
- (i32.const 1)
- )
- )
- (set_local $$arrayidx$i$i
- (i32.add
- (i32.const 216)
+ (loop $while-in$47
+ (block $while-out$46
+ (set_local $$shl$i$i
(i32.shl
- (get_local $$shl$i$i)
- (i32.const 2)
+ (get_local $$i$01$i$i)
+ (i32.const 1)
)
)
- )
- (set_local $$122
- (i32.add
+ (set_local $$arrayidx$i$i
+ (i32.add
+ (i32.const 216)
+ (i32.shl
+ (get_local $$shl$i$i)
+ (i32.const 2)
+ )
+ )
+ )
+ (set_local $$122
+ (i32.add
+ (get_local $$arrayidx$i$i)
+ (i32.const 12)
+ )
+ )
+ (i32.store
+ (get_local $$122)
(get_local $$arrayidx$i$i)
- (i32.const 12)
)
- )
- (i32.store
- (get_local $$122)
- (get_local $$arrayidx$i$i)
- )
- (set_local $$123
- (i32.add
+ (set_local $$123
+ (i32.add
+ (get_local $$arrayidx$i$i)
+ (i32.const 8)
+ )
+ )
+ (i32.store
+ (get_local $$123)
(get_local $$arrayidx$i$i)
- (i32.const 8)
)
- )
- (i32.store
- (get_local $$123)
- (get_local $$arrayidx$i$i)
- )
- (set_local $$inc$i$i
- (i32.add
- (get_local $$i$01$i$i)
- (i32.const 1)
+ (set_local $$inc$i$i
+ (i32.add
+ (get_local $$i$01$i$i)
+ (i32.const 1)
+ )
)
- )
- (set_local $$exitcond$i$i
- (i32.eq
- (get_local $$inc$i$i)
- (i32.const 32)
+ (set_local $$exitcond$i$i
+ (i32.eq
+ (get_local $$inc$i$i)
+ (i32.const 32)
+ )
)
- )
- (if
- (get_local $$exitcond$i$i)
- (br $while-out$46)
- (set_local $$i$01$i$i
- (get_local $$inc$i$i)
+ (if
+ (get_local $$exitcond$i$i)
+ (br $while-out$46)
+ (set_local $$i$01$i$i
+ (get_local $$inc$i$i)
+ )
)
+ (br $while-in$47)
)
- (br $while-in$47)
)
(set_local $$sub172$i
(i32.add
@@ -23414,81 +23372,83 @@
(set_local $$sp$0108$i
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (set_local $$127
- (i32.load
- (get_local $$sp$0108$i)
- )
- )
- (set_local $$size188$i
- (i32.add
- (get_local $$sp$0108$i)
- (i32.const 4)
- )
- )
- (set_local $$128
- (i32.load
- (get_local $$size188$i)
+ (loop $while-in$49
+ (block $while-out$48
+ (set_local $$127
+ (i32.load
+ (get_local $$sp$0108$i)
+ )
)
- )
- (set_local $$add$ptr189$i
- (i32.add
- (get_local $$127)
- (get_local $$128)
+ (set_local $$size188$i
+ (i32.add
+ (get_local $$sp$0108$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$cmp190$i
- (i32.eq
- (get_local $$tbase$796$i)
- (get_local $$add$ptr189$i)
+ (set_local $$128
+ (i32.load
+ (get_local $$size188$i)
+ )
)
- )
- (if
- (get_local $$cmp190$i)
- (block
- (set_local $$$lcssa
+ (set_local $$add$ptr189$i
+ (i32.add
(get_local $$127)
- )
- (set_local $$$lcssa290
(get_local $$128)
)
- (set_local $$size188$i$lcssa
- (get_local $$size188$i)
- )
- (set_local $$sp$0108$i$lcssa
- (get_local $$sp$0108$i)
+ )
+ (set_local $$cmp190$i
+ (i32.eq
+ (get_local $$tbase$796$i)
+ (get_local $$add$ptr189$i)
)
- (set_local $label
- (i32.const 203)
+ )
+ (if
+ (get_local $$cmp190$i)
+ (block
+ (set_local $$$lcssa
+ (get_local $$127)
+ )
+ (set_local $$$lcssa290
+ (get_local $$128)
+ )
+ (set_local $$size188$i$lcssa
+ (get_local $$size188$i)
+ )
+ (set_local $$sp$0108$i$lcssa
+ (get_local $$sp$0108$i)
+ )
+ (set_local $label
+ (i32.const 203)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
- )
- (set_local $$next$i
- (i32.add
- (get_local $$sp$0108$i)
- (i32.const 8)
+ (set_local $$next$i
+ (i32.add
+ (get_local $$sp$0108$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$129
- (i32.load
- (get_local $$next$i)
+ (set_local $$129
+ (i32.load
+ (get_local $$next$i)
+ )
)
- )
- (set_local $$cmp186$i
- (i32.eq
- (get_local $$129)
- (i32.const 0)
+ (set_local $$cmp186$i
+ (i32.eq
+ (get_local $$129)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp186$i)
- (br $while-out$48)
- (set_local $$sp$0108$i
- (get_local $$129)
+ (if
+ (get_local $$cmp186$i)
+ (br $while-out$48)
+ (set_local $$sp$0108$i
+ (get_local $$129)
+ )
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -23707,63 +23667,65 @@
(set_local $$sp$1107$i
(i32.const 624)
)
- (loop $while-out$50 $while-in$51
- (set_local $$136
- (i32.load
- (get_local $$sp$1107$i)
- )
- )
- (set_local $$cmp228$i
- (i32.eq
- (get_local $$136)
- (get_local $$add$ptr227$i)
- )
- )
- (if
- (get_local $$cmp228$i)
- (block
- (set_local $$base226$i$lcssa
- (get_local $$sp$1107$i)
- )
- (set_local $$sp$1107$i$lcssa
+ (loop $while-in$51
+ (block $while-out$50
+ (set_local $$136
+ (i32.load
(get_local $$sp$1107$i)
)
- (set_local $label
- (i32.const 211)
+ )
+ (set_local $$cmp228$i
+ (i32.eq
+ (get_local $$136)
+ (get_local $$add$ptr227$i)
)
- (br $while-out$50)
)
- )
- (set_local $$next231$i
- (i32.add
- (get_local $$sp$1107$i)
- (i32.const 8)
+ (if
+ (get_local $$cmp228$i)
+ (block
+ (set_local $$base226$i$lcssa
+ (get_local $$sp$1107$i)
+ )
+ (set_local $$sp$1107$i$lcssa
+ (get_local $$sp$1107$i)
+ )
+ (set_local $label
+ (i32.const 211)
+ )
+ (br $while-out$50)
+ )
)
- )
- (set_local $$137
- (i32.load
- (get_local $$next231$i)
+ (set_local $$next231$i
+ (i32.add
+ (get_local $$sp$1107$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cmp224$i
- (i32.eq
- (get_local $$137)
- (i32.const 0)
+ (set_local $$137
+ (i32.load
+ (get_local $$next231$i)
+ )
)
- )
- (if
- (get_local $$cmp224$i)
- (block
- (set_local $$sp$0$i$i$i
- (i32.const 624)
+ (set_local $$cmp224$i
+ (i32.eq
+ (get_local $$137)
+ (i32.const 0)
)
- (br $while-out$50)
)
- (set_local $$sp$1107$i
- (get_local $$137)
+ (if
+ (get_local $$cmp224$i)
+ (block
+ (set_local $$sp$0$i$i$i
+ (i32.const 624)
+ )
+ (br $while-out$50)
+ )
+ (set_local $$sp$1107$i
+ (get_local $$137)
+ )
)
+ (br $while-in$51)
)
- (br $while-in$51)
)
(if
(i32.eq
@@ -24407,76 +24369,78 @@
)
)
)
- (loop $while-out$61 $while-in$62
- (set_local $$arrayidx103$i$i
- (i32.add
- (get_local $$R$1$i$i)
- (i32.const 20)
- )
- )
- (set_local $$161
- (i32.load
- (get_local $$arrayidx103$i$i)
- )
- )
- (set_local $$cmp104$i$i
- (i32.eq
- (get_local $$161)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp104$i$i)
- )
- (block
- (set_local $$R$1$i$i
- (get_local $$161)
+ (loop $while-in$62
+ (block $while-out$61
+ (set_local $$arrayidx103$i$i
+ (i32.add
+ (get_local $$R$1$i$i)
+ (i32.const 20)
)
- (set_local $$RP$1$i$i
+ )
+ (set_local $$161
+ (i32.load
(get_local $$arrayidx103$i$i)
)
- (br $while-in$62)
- )
- )
- (set_local $$arrayidx107$i$i
- (i32.add
- (get_local $$R$1$i$i)
- (i32.const 16)
)
- )
- (set_local $$162
- (i32.load
- (get_local $$arrayidx107$i$i)
+ (set_local $$cmp104$i$i
+ (i32.eq
+ (get_local $$161)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp108$i$i
- (i32.eq
- (get_local $$162)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp104$i$i)
+ )
+ (block
+ (set_local $$R$1$i$i
+ (get_local $$161)
+ )
+ (set_local $$RP$1$i$i
+ (get_local $$arrayidx103$i$i)
+ )
+ (br $while-in$62)
+ )
)
- )
- (if
- (get_local $$cmp108$i$i)
- (block
- (set_local $$R$1$i$i$lcssa
+ (set_local $$arrayidx107$i$i
+ (i32.add
(get_local $$R$1$i$i)
+ (i32.const 16)
)
- (set_local $$RP$1$i$i$lcssa
- (get_local $$RP$1$i$i)
+ )
+ (set_local $$162
+ (i32.load
+ (get_local $$arrayidx107$i$i)
)
- (br $while-out$61)
)
- (block
- (set_local $$R$1$i$i
+ (set_local $$cmp108$i$i
+ (i32.eq
(get_local $$162)
+ (i32.const 0)
)
- (set_local $$RP$1$i$i
- (get_local $$arrayidx107$i$i)
+ )
+ (if
+ (get_local $$cmp108$i$i)
+ (block
+ (set_local $$R$1$i$i$lcssa
+ (get_local $$R$1$i$i)
+ )
+ (set_local $$RP$1$i$i$lcssa
+ (get_local $$RP$1$i$i)
+ )
+ (br $while-out$61)
+ )
+ (block
+ (set_local $$R$1$i$i
+ (get_local $$162)
+ )
+ (set_local $$RP$1$i$i
+ (get_local $$arrayidx107$i$i)
+ )
)
)
+ (br $while-in$62)
)
- (br $while-in$62)
)
(set_local $$cmp112$i$i
(i32.lt_u
@@ -25442,101 +25406,103 @@
(set_local $$T$0$i$58$i
(get_local $$178)
)
- (loop $while-out$71 $while-in$72
- (set_local $$head317$i$i
- (i32.add
- (get_local $$T$0$i$58$i)
- (i32.const 4)
- )
- )
- (set_local $$179
- (i32.load
- (get_local $$head317$i$i)
+ (loop $while-in$72
+ (block $while-out$71
+ (set_local $$head317$i$i
+ (i32.add
+ (get_local $$T$0$i$58$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and318$i$i
- (i32.and
- (get_local $$179)
- (i32.const -8)
+ (set_local $$179
+ (i32.load
+ (get_local $$head317$i$i)
+ )
)
- )
- (set_local $$cmp319$i$i
- (i32.eq
- (get_local $$and318$i$i)
- (get_local $$qsize$0$i$i)
+ (set_local $$and318$i$i
+ (i32.and
+ (get_local $$179)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp319$i$i)
- (block
- (set_local $$T$0$i$58$i$lcssa
- (get_local $$T$0$i$58$i)
+ (set_local $$cmp319$i$i
+ (i32.eq
+ (get_local $$and318$i$i)
+ (get_local $$qsize$0$i$i)
)
- (set_local $label
- (i32.const 281)
+ )
+ (if
+ (get_local $$cmp319$i$i)
+ (block
+ (set_local $$T$0$i$58$i$lcssa
+ (get_local $$T$0$i$58$i)
+ )
+ (set_local $label
+ (i32.const 281)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
- )
- (set_local $$shr322$i$i
- (i32.shr_u
- (get_local $$K305$0$i$i)
- (i32.const 31)
+ (set_local $$shr322$i$i
+ (i32.shr_u
+ (get_local $$K305$0$i$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx325$i$i
- (i32.add
+ (set_local $$arrayidx325$i$i
(i32.add
- (get_local $$T$0$i$58$i)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0$i$58$i)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr322$i$i)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl326$i$i
(i32.shl
- (get_local $$shr322$i$i)
- (i32.const 2)
+ (get_local $$K305$0$i$i)
+ (i32.const 1)
)
)
- )
- (set_local $$shl326$i$i
- (i32.shl
- (get_local $$K305$0$i$i)
- (i32.const 1)
- )
- )
- (set_local $$180
- (i32.load
- (get_local $$arrayidx325$i$i)
- )
- )
- (set_local $$cmp327$i$i
- (i32.eq
- (get_local $$180)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp327$i$i)
- (block
- (set_local $$T$0$i$58$i$lcssa283
- (get_local $$T$0$i$58$i)
- )
- (set_local $$arrayidx325$i$i$lcssa
+ (set_local $$180
+ (i32.load
(get_local $$arrayidx325$i$i)
)
- (set_local $label
- (i32.const 278)
+ )
+ (set_local $$cmp327$i$i
+ (i32.eq
+ (get_local $$180)
+ (i32.const 0)
)
- (br $while-out$71)
)
- (block
- (set_local $$K305$0$i$i
- (get_local $$shl326$i$i)
+ (if
+ (get_local $$cmp327$i$i)
+ (block
+ (set_local $$T$0$i$58$i$lcssa283
+ (get_local $$T$0$i$58$i)
+ )
+ (set_local $$arrayidx325$i$i$lcssa
+ (get_local $$arrayidx325$i$i)
+ )
+ (set_local $label
+ (i32.const 278)
+ )
+ (br $while-out$71)
)
- (set_local $$T$0$i$58$i
- (get_local $$180)
+ (block
+ (set_local $$K305$0$i$i
+ (get_local $$shl326$i$i)
+ )
+ (set_local $$T$0$i$58$i
+ (get_local $$180)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(if
(i32.eq
@@ -25713,72 +25679,74 @@
)
)
)
- (loop $while-out$73 $while-in$74
- (set_local $$185
- (i32.load
- (get_local $$sp$0$i$i$i)
- )
- )
- (set_local $$cmp$i$i$i
- (i32.gt_u
- (get_local $$185)
- (get_local $$119)
+ (loop $while-in$74
+ (block $while-out$73
+ (set_local $$185
+ (i32.load
+ (get_local $$sp$0$i$i$i)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$cmp$i$i$i)
+ (set_local $$cmp$i$i$i
+ (i32.gt_u
+ (get_local $$185)
+ (get_local $$119)
+ )
)
- (block
- (set_local $$size$i$i$i
- (i32.add
- (get_local $$sp$0$i$i$i)
- (i32.const 4)
- )
+ (if
+ (i32.eqz
+ (get_local $$cmp$i$i$i)
)
- (set_local $$186
- (i32.load
- (get_local $$size$i$i$i)
+ (block
+ (set_local $$size$i$i$i
+ (i32.add
+ (get_local $$sp$0$i$i$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$add$ptr$i$i$i
- (i32.add
- (get_local $$185)
- (get_local $$186)
+ (set_local $$186
+ (i32.load
+ (get_local $$size$i$i$i)
+ )
)
- )
- (set_local $$cmp2$i$i$i
- (i32.gt_u
- (get_local $$add$ptr$i$i$i)
- (get_local $$119)
+ (set_local $$add$ptr$i$i$i
+ (i32.add
+ (get_local $$185)
+ (get_local $$186)
+ )
)
- )
- (if
- (get_local $$cmp2$i$i$i)
- (block
- (set_local $$add$ptr$i$i$i$lcssa
+ (set_local $$cmp2$i$i$i
+ (i32.gt_u
(get_local $$add$ptr$i$i$i)
+ (get_local $$119)
+ )
+ )
+ (if
+ (get_local $$cmp2$i$i$i)
+ (block
+ (set_local $$add$ptr$i$i$i$lcssa
+ (get_local $$add$ptr$i$i$i)
+ )
+ (br $while-out$73)
)
- (br $while-out$73)
)
)
)
- )
- (set_local $$next$i$i$i
- (i32.add
- (get_local $$sp$0$i$i$i)
- (i32.const 8)
+ (set_local $$next$i$i$i
+ (i32.add
+ (get_local $$sp$0$i$i$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$187
- (i32.load
- (get_local $$next$i$i$i)
+ (set_local $$187
+ (i32.load
+ (get_local $$next$i$i$i)
+ )
)
+ (set_local $$sp$0$i$i$i
+ (get_local $$187)
+ )
+ (br $while-in$74)
)
- (set_local $$sp$0$i$i$i
- (get_local $$187)
- )
- (br $while-in$74)
)
(set_local $$add$ptr2$i$i
(i32.add
@@ -26041,37 +26009,39 @@
(set_local $$p$0$i$i
(get_local $$add$ptr15$i$i)
)
- (loop $while-out$75 $while-in$76
- (set_local $$add$ptr24$i$i
- (i32.add
- (get_local $$p$0$i$i)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (set_local $$add$ptr24$i$i
+ (i32.add
+ (get_local $$p$0$i$i)
+ (i32.const 4)
+ )
)
- )
- (i32.store
- (get_local $$add$ptr24$i$i)
- (i32.const 7)
- )
- (set_local $$193
- (i32.add
+ (i32.store
(get_local $$add$ptr24$i$i)
- (i32.const 4)
+ (i32.const 7)
)
- )
- (set_local $$cmp27$i$i
- (i32.lt_u
- (get_local $$193)
- (get_local $$add$ptr$i$i$i$lcssa)
+ (set_local $$193
+ (i32.add
+ (get_local $$add$ptr24$i$i)
+ (i32.const 4)
+ )
)
- )
- (if
- (get_local $$cmp27$i$i)
- (set_local $$p$0$i$i
- (get_local $$add$ptr24$i$i)
+ (set_local $$cmp27$i$i
+ (i32.lt_u
+ (get_local $$193)
+ (get_local $$add$ptr$i$i$i$lcssa)
+ )
+ )
+ (if
+ (get_local $$cmp27$i$i)
+ (set_local $$p$0$i$i
+ (get_local $$add$ptr24$i$i)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(set_local $$cmp28$i$i
(i32.eq
@@ -26601,101 +26571,103 @@
(set_local $$T$0$i$i
(get_local $$200)
)
- (loop $while-out$77 $while-in$78
- (set_local $$head118$i$i
- (i32.add
- (get_local $$T$0$i$i)
- (i32.const 4)
- )
- )
- (set_local $$201
- (i32.load
- (get_local $$head118$i$i)
+ (loop $while-in$78
+ (block $while-out$77
+ (set_local $$head118$i$i
+ (i32.add
+ (get_local $$T$0$i$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and119$i$i
- (i32.and
- (get_local $$201)
- (i32.const -8)
+ (set_local $$201
+ (i32.load
+ (get_local $$head118$i$i)
+ )
)
- )
- (set_local $$cmp120$i$i
- (i32.eq
- (get_local $$and119$i$i)
- (get_local $$sub$ptr$sub$i$i)
+ (set_local $$and119$i$i
+ (i32.and
+ (get_local $$201)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp120$i$i)
- (block
- (set_local $$T$0$i$i$lcssa
- (get_local $$T$0$i$i)
+ (set_local $$cmp120$i$i
+ (i32.eq
+ (get_local $$and119$i$i)
+ (get_local $$sub$ptr$sub$i$i)
)
- (set_local $label
- (i32.const 307)
+ )
+ (if
+ (get_local $$cmp120$i$i)
+ (block
+ (set_local $$T$0$i$i$lcssa
+ (get_local $$T$0$i$i)
+ )
+ (set_local $label
+ (i32.const 307)
+ )
+ (br $while-out$77)
)
- (br $while-out$77)
)
- )
- (set_local $$shr123$i$i
- (i32.shr_u
- (get_local $$K105$0$i$i)
- (i32.const 31)
+ (set_local $$shr123$i$i
+ (i32.shr_u
+ (get_local $$K105$0$i$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx126$i$i
- (i32.add
+ (set_local $$arrayidx126$i$i
(i32.add
- (get_local $$T$0$i$i)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0$i$i)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr123$i$i)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl127$i$i
(i32.shl
- (get_local $$shr123$i$i)
- (i32.const 2)
+ (get_local $$K105$0$i$i)
+ (i32.const 1)
)
)
- )
- (set_local $$shl127$i$i
- (i32.shl
- (get_local $$K105$0$i$i)
- (i32.const 1)
- )
- )
- (set_local $$202
- (i32.load
- (get_local $$arrayidx126$i$i)
- )
- )
- (set_local $$cmp128$i$i
- (i32.eq
- (get_local $$202)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp128$i$i)
- (block
- (set_local $$T$0$i$i$lcssa284
- (get_local $$T$0$i$i)
- )
- (set_local $$arrayidx126$i$i$lcssa
+ (set_local $$202
+ (i32.load
(get_local $$arrayidx126$i$i)
)
- (set_local $label
- (i32.const 304)
+ )
+ (set_local $$cmp128$i$i
+ (i32.eq
+ (get_local $$202)
+ (i32.const 0)
)
- (br $while-out$77)
)
- (block
- (set_local $$K105$0$i$i
- (get_local $$shl127$i$i)
+ (if
+ (get_local $$cmp128$i$i)
+ (block
+ (set_local $$T$0$i$i$lcssa284
+ (get_local $$T$0$i$i)
+ )
+ (set_local $$arrayidx126$i$i$lcssa
+ (get_local $$arrayidx126$i$i)
+ )
+ (set_local $label
+ (i32.const 304)
+ )
+ (br $while-out$77)
)
- (set_local $$T$0$i$i
- (get_local $$202)
+ (block
+ (set_local $$K105$0$i$i
+ (get_local $$shl127$i$i)
+ )
+ (set_local $$T$0$i$i
+ (get_local $$202)
+ )
)
)
+ (br $while-in$78)
)
- (br $while-in$78)
)
(if
(i32.eq
@@ -27311,9 +27283,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.eq
@@ -27856,76 +27826,78 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (set_local $$arrayidx108
- (i32.add
- (get_local $$R$1)
- (i32.const 20)
- )
- )
- (set_local $$16
- (i32.load
- (get_local $$arrayidx108)
- )
- )
- (set_local $$cmp109
- (i32.eq
- (get_local $$16)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp109)
- )
- (block
- (set_local $$R$1
- (get_local $$16)
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $$arrayidx108
+ (i32.add
+ (get_local $$R$1)
+ (i32.const 20)
)
- (set_local $$RP$1
+ )
+ (set_local $$16
+ (i32.load
(get_local $$arrayidx108)
)
- (br $while-in$5)
- )
- )
- (set_local $$arrayidx113
- (i32.add
- (get_local $$R$1)
- (i32.const 16)
)
- )
- (set_local $$17
- (i32.load
- (get_local $$arrayidx113)
+ (set_local $$cmp109
+ (i32.eq
+ (get_local $$16)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp114
- (i32.eq
- (get_local $$17)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp109)
+ )
+ (block
+ (set_local $$R$1
+ (get_local $$16)
+ )
+ (set_local $$RP$1
+ (get_local $$arrayidx108)
+ )
+ (br $while-in$5)
+ )
)
- )
- (if
- (get_local $$cmp114)
- (block
- (set_local $$R$1$lcssa
+ (set_local $$arrayidx113
+ (i32.add
(get_local $$R$1)
+ (i32.const 16)
)
- (set_local $$RP$1$lcssa
- (get_local $$RP$1)
+ )
+ (set_local $$17
+ (i32.load
+ (get_local $$arrayidx113)
)
- (br $while-out$4)
)
- (block
- (set_local $$R$1
+ (set_local $$cmp114
+ (i32.eq
(get_local $$17)
+ (i32.const 0)
)
- (set_local $$RP$1
- (get_local $$arrayidx113)
+ )
+ (if
+ (get_local $$cmp114)
+ (block
+ (set_local $$R$1$lcssa
+ (get_local $$R$1)
+ )
+ (set_local $$RP$1$lcssa
+ (get_local $$RP$1)
+ )
+ (br $while-out$4)
+ )
+ (block
+ (set_local $$R$1
+ (get_local $$17)
+ )
+ (set_local $$RP$1
+ (get_local $$arrayidx113)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(set_local $$cmp118
(i32.lt_u
@@ -28896,76 +28868,78 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (set_local $$arrayidx374
- (i32.add
- (get_local $$R332$1)
- (i32.const 20)
- )
- )
- (set_local $$49
- (i32.load
- (get_local $$arrayidx374)
- )
- )
- (set_local $$cmp375
- (i32.eq
- (get_local $$49)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp375)
- )
- (block
- (set_local $$R332$1
- (get_local $$49)
+ (loop $while-in$13
+ (block $while-out$12
+ (set_local $$arrayidx374
+ (i32.add
+ (get_local $$R332$1)
+ (i32.const 20)
)
- (set_local $$RP360$1
+ )
+ (set_local $$49
+ (i32.load
(get_local $$arrayidx374)
)
- (br $while-in$13)
- )
- )
- (set_local $$arrayidx379
- (i32.add
- (get_local $$R332$1)
- (i32.const 16)
)
- )
- (set_local $$50
- (i32.load
- (get_local $$arrayidx379)
+ (set_local $$cmp375
+ (i32.eq
+ (get_local $$49)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp380
- (i32.eq
- (get_local $$50)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp375)
+ )
+ (block
+ (set_local $$R332$1
+ (get_local $$49)
+ )
+ (set_local $$RP360$1
+ (get_local $$arrayidx374)
+ )
+ (br $while-in$13)
+ )
)
- )
- (if
- (get_local $$cmp380)
- (block
- (set_local $$R332$1$lcssa
+ (set_local $$arrayidx379
+ (i32.add
(get_local $$R332$1)
+ (i32.const 16)
)
- (set_local $$RP360$1$lcssa
- (get_local $$RP360$1)
+ )
+ (set_local $$50
+ (i32.load
+ (get_local $$arrayidx379)
)
- (br $while-out$12)
)
- (block
- (set_local $$R332$1
+ (set_local $$cmp380
+ (i32.eq
(get_local $$50)
+ (i32.const 0)
)
- (set_local $$RP360$1
- (get_local $$arrayidx379)
+ )
+ (if
+ (get_local $$cmp380)
+ (block
+ (set_local $$R332$1$lcssa
+ (get_local $$R332$1)
+ )
+ (set_local $$RP360$1$lcssa
+ (get_local $$RP360$1)
+ )
+ (br $while-out$12)
+ )
+ (block
+ (set_local $$R332$1
+ (get_local $$50)
+ )
+ (set_local $$RP360$1
+ (get_local $$arrayidx379)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(set_local $$51
(i32.load
@@ -29954,101 +29928,103 @@
(set_local $$T$0
(get_local $$67)
)
- (loop $while-out$18 $while-in$19
- (set_local $$head591
- (i32.add
- (get_local $$T$0)
- (i32.const 4)
- )
- )
- (set_local $$68
- (i32.load
- (get_local $$head591)
+ (loop $while-in$19
+ (block $while-out$18
+ (set_local $$head591
+ (i32.add
+ (get_local $$T$0)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and592
- (i32.and
- (get_local $$68)
- (i32.const -8)
+ (set_local $$68
+ (i32.load
+ (get_local $$head591)
+ )
)
- )
- (set_local $$cmp593
- (i32.eq
- (get_local $$and592)
- (get_local $$psize$2)
+ (set_local $$and592
+ (i32.and
+ (get_local $$68)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp593)
- (block
- (set_local $$T$0$lcssa
- (get_local $$T$0)
+ (set_local $$cmp593
+ (i32.eq
+ (get_local $$and592)
+ (get_local $$psize$2)
)
- (set_local $label
- (i32.const 130)
+ )
+ (if
+ (get_local $$cmp593)
+ (block
+ (set_local $$T$0$lcssa
+ (get_local $$T$0)
+ )
+ (set_local $label
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (set_local $$shr596
- (i32.shr_u
- (get_local $$K583$0)
- (i32.const 31)
+ (set_local $$shr596
+ (i32.shr_u
+ (get_local $$K583$0)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx599
- (i32.add
+ (set_local $$arrayidx599
(i32.add
- (get_local $$T$0)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr596)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl600
(i32.shl
- (get_local $$shr596)
- (i32.const 2)
+ (get_local $$K583$0)
+ (i32.const 1)
)
)
- )
- (set_local $$shl600
- (i32.shl
- (get_local $$K583$0)
- (i32.const 1)
- )
- )
- (set_local $$69
- (i32.load
- (get_local $$arrayidx599)
- )
- )
- (set_local $$cmp601
- (i32.eq
- (get_local $$69)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp601)
- (block
- (set_local $$T$0$lcssa319
- (get_local $$T$0)
- )
- (set_local $$arrayidx599$lcssa
+ (set_local $$69
+ (i32.load
(get_local $$arrayidx599)
)
- (set_local $label
- (i32.const 127)
+ )
+ (set_local $$cmp601
+ (i32.eq
+ (get_local $$69)
+ (i32.const 0)
)
- (br $while-out$18)
)
- (block
- (set_local $$K583$0
- (get_local $$shl600)
+ (if
+ (get_local $$cmp601)
+ (block
+ (set_local $$T$0$lcssa319
+ (get_local $$T$0)
+ )
+ (set_local $$arrayidx599$lcssa
+ (get_local $$arrayidx599)
+ )
+ (set_local $label
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $$T$0
- (get_local $$69)
+ (block
+ (set_local $$K583$0
+ (get_local $$shl600)
+ )
+ (set_local $$T$0
+ (get_local $$69)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -30234,32 +30210,34 @@
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $$sp$0$i
- (i32.load
- (get_local $$sp$0$in$i)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $$sp$0$i
+ (i32.load
+ (get_local $$sp$0$in$i)
+ )
)
- )
- (set_local $$cmp$i
- (i32.eq
- (get_local $$sp$0$i)
- (i32.const 0)
+ (set_local $$cmp$i
+ (i32.eq
+ (get_local $$sp$0$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$next4$i
- (i32.add
- (get_local $$sp$0$i)
- (i32.const 8)
+ (set_local $$next4$i
+ (i32.add
+ (get_local $$sp$0$i)
+ (i32.const 8)
+ )
)
- )
- (if
- (get_local $$cmp$i)
- (br $while-out$20)
- (set_local $$sp$0$in$i
- (get_local $$next4$i)
+ (if
+ (get_local $$cmp$i)
+ (br $while-out$20)
+ (set_local $$sp$0$in$i
+ (get_local $$next4$i)
+ )
)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -30299,9 +30277,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $h)
+ (block
+ (set_global $tempRet0
+ (get_local $h)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $l)
)
@@ -30330,9 +30312,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $h)
+ (block
+ (set_global $tempRet0
+ (get_local $h)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $l)
)
@@ -30409,81 +30395,87 @@
(get_local $unaligned)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $ptr)
- (get_local $unaligned)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $ptr)
+ (get_local $unaligned)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- (block
- (i32.store8
- (get_local $ptr)
- (get_local $value)
- )
- (set_local $ptr
- (i32.add
+ (block
+ (i32.store8
(get_local $ptr)
- (i32.const 1)
+ (get_local $value)
+ )
+ (set_local $ptr
+ (i32.add
+ (get_local $ptr)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $ptr)
- (get_local $stop4)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $ptr)
+ (get_local $stop4)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
- )
- (block
- (i32.store
- (get_local $ptr)
- (get_local $value4)
- )
- (set_local $ptr
- (i32.add
+ (block
+ (i32.store
(get_local $ptr)
- (i32.const 4)
+ (get_local $value4)
+ )
+ (set_local $ptr
+ (i32.add
+ (get_local $ptr)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $ptr)
- (get_local $stop)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $ptr)
+ (get_local $stop)
+ )
)
+ (br $while-out$4)
)
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $ptr)
- (get_local $value)
- )
- (set_local $ptr
- (i32.add
+ (block
+ (i32.store8
(get_local $ptr)
- (i32.const 1)
+ (get_local $value)
+ )
+ (set_local $ptr
+ (i32.add
+ (get_local $ptr)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(i32.sub
@@ -30509,8 +30501,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_u
(get_local $high)
(get_local $bits)
@@ -30536,8 +30527,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -30567,8 +30557,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.shl
(get_local $high)
@@ -30600,8 +30589,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shl
(get_local $low)
(i32.sub
@@ -30644,130 +30632,136 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $dest)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (loop $while-in$1
+ (block $while-out$0
(if
- (i32.eq
- (get_local $num)
- (i32.const 0)
- )
- (return
- (get_local $ret)
+ (i32.eqz
+ (i32.and
+ (get_local $dest)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $dest)
- (i32.load8_s
- (get_local $src)
+ (block
+ (if
+ (i32.eq
+ (get_local $num)
+ (i32.const 0)
+ )
+ (return
+ (get_local $ret)
+ )
)
- )
- (set_local $dest
- (i32.add
+ (i32.store8
(get_local $dest)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $src)
+ )
)
- )
- (set_local $src
- (i32.add
- (get_local $src)
- (i32.const 1)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 1)
+ )
)
- )
- (set_local $num
- (i32.sub
- (get_local $num)
- (i32.const 1)
+ (set_local $src
+ (i32.add
+ (get_local $src)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $num)
- (i32.const 4)
+ (set_local $num
+ (i32.sub
+ (get_local $num)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $dest)
- (i32.load
- (get_local $src)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $num)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $dest
- (i32.add
+ (block
+ (i32.store
(get_local $dest)
- (i32.const 4)
+ (i32.load
+ (get_local $src)
+ )
)
- )
- (set_local $src
- (i32.add
- (get_local $src)
- (i32.const 4)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 4)
+ )
)
- )
- (set_local $num
- (i32.sub
- (get_local $num)
- (i32.const 4)
+ (set_local $src
+ (i32.add
+ (get_local $src)
+ (i32.const 4)
+ )
+ )
+ (set_local $num
+ (i32.sub
+ (get_local $num)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $num)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $dest)
- (i32.load8_s
- (get_local $src)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $num)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $dest
- (i32.add
+ (block
+ (i32.store8
(get_local $dest)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $src)
+ )
)
- )
- (set_local $src
- (i32.add
- (get_local $src)
- (i32.const 1)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 1)
+ )
)
- )
- (set_local $num
- (i32.sub
- (get_local $num)
- (i32.const 1)
+ (set_local $src
+ (i32.add
+ (get_local $src)
+ (i32.const 1)
+ )
+ )
+ (set_local $num
+ (i32.sub
+ (get_local $num)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $ret)
@@ -30790,8 +30784,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_s
(get_local $high)
(get_local $bits)
@@ -30817,8 +30810,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(if
(i32.lt_s
(get_local $high)
@@ -30896,30 +30888,34 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (i32.add
+ (block
+ (set_global $tempRet0
(i32.add
- (i32.shr_u
- (get_local $$8)
- (i32.const 16)
- )
- (i32.mul
- (get_local $$11)
- (get_local $$6)
- )
- )
- (i32.shr_u
(i32.add
- (i32.and
+ (i32.shr_u
(get_local $$8)
- (i32.const 65535)
+ (i32.const 16)
+ )
+ (i32.mul
+ (get_local $$11)
+ (get_local $$6)
)
- (get_local $$12)
)
- (i32.const 16)
+ (i32.shr_u
+ (i32.add
+ (i32.and
+ (get_local $$8)
+ (i32.const 65535)
+ )
+ (get_local $$12)
+ )
+ (i32.const 16)
+ )
)
)
+ (drop
+ (get_global $tempRet0)
+ )
)
(i32.or
(i32.const 0)
@@ -31057,9 +31053,7 @@
)
)
(set_local $$4$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$6$0
(call $_i64Subtract
@@ -31092,9 +31086,7 @@
(get_local $$4$0)
(get_local $$4$1)
(get_local $$6$0)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(i32.const 0)
)
)
@@ -31105,9 +31097,7 @@
(get_local $$7$0)
)
(i32.xor
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(get_local $$7$1)
)
(get_local $$7$0)
@@ -31131,16 +31121,11 @@
(local $$10$1 i32)
(local $__stackBase__ i32)
(set_local $__stackBase__
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
@@ -31252,9 +31237,7 @@
)
)
(set_local $$4$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$6$0
(call $_i64Subtract
@@ -31270,14 +31253,14 @@
(get_local $$2$1)
)
)
- (call $___udivmoddi4
- (get_local $$4$0)
- (get_local $$4$1)
- (get_local $$6$0)
- (i32.load
- (i32.const 168)
+ (drop
+ (call $___udivmoddi4
+ (get_local $$4$0)
+ (get_local $$4$1)
+ (get_local $$6$0)
+ (get_global $tempRet0)
+ (get_local $$rem)
)
- (get_local $$rem)
)
(set_local $$10$0
(call $_i64Subtract
@@ -31301,19 +31284,20 @@
)
)
(set_local $$10$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $__stackBase__)
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$10$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$10$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$10$0)
)
@@ -31338,9 +31322,7 @@
)
)
(set_local $$1$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$2
(i32.mul
@@ -31350,24 +31332,28 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (i32.or
- (i32.add
+ (block
+ (set_global $tempRet0
+ (i32.or
(i32.add
- (i32.mul
- (get_local $$b$1)
- (get_local $$x_sroa_0_0_extract_trunc)
+ (i32.add
+ (i32.mul
+ (get_local $$b$1)
+ (get_local $$x_sroa_0_0_extract_trunc)
+ )
+ (get_local $$2)
)
- (get_local $$2)
+ (get_local $$1$1)
+ )
+ (i32.and
+ (get_local $$1$1)
+ (i32.const 0)
)
- (get_local $$1$1)
- )
- (i32.and
- (get_local $$1$1)
- (i32.const 0)
)
)
+ (drop
+ (get_global $tempRet0)
+ )
)
(i32.or
(i32.const 0)
@@ -31398,43 +31384,43 @@
(local $$rem i32)
(local $__stackBase__ i32)
(set_local $__stackBase__
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(set_local $$rem
(get_local $__stackBase__)
)
- (call $___udivmoddi4
- (get_local $$a$0)
- (get_local $$a$1)
- (get_local $$b$0)
- (get_local $$b$1)
- (get_local $$rem)
+ (drop
+ (call $___udivmoddi4
+ (get_local $$a$0)
+ (get_local $$a$1)
+ (get_local $$b$0)
+ (get_local $$b$1)
+ (get_local $$rem)
+ )
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $__stackBase__)
)
(return
(block
- (i32.store
- (i32.const 168)
- (i32.load
- (i32.add
- (get_local $$rem)
- (i32.const 4)
+ (block
+ (set_global $tempRet0
+ (i32.load
+ (i32.add
+ (get_local $$rem)
+ (i32.const 4)
+ )
)
)
+ (drop
+ (get_global $tempRet0)
+ )
)
(i32.load
(get_local $$rem)
@@ -31573,9 +31559,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31595,9 +31585,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31629,9 +31623,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31689,9 +31687,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31737,9 +31739,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31808,9 +31814,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31895,9 +31905,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31935,9 +31949,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32042,9 +32060,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32082,9 +32104,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32284,9 +32310,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32324,9 +32354,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32389,9 +32423,7 @@
)
)
(set_local $$137$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$q_sroa_1_1198
(get_local $$q_sroa_1_1_ph)
@@ -32411,170 +32443,170 @@
(set_local $$carry_0203
(i32.const 0)
)
- (loop $while-out$2 $while-in$3
- (set_local $$147
- (i32.or
- (i32.shr_u
- (get_local $$q_sroa_0_1199)
- (i32.const 31)
- )
- (i32.shl
- (get_local $$q_sroa_1_1198)
- (i32.const 1)
- )
- )
- )
- (set_local $$149
- (i32.or
- (get_local $$carry_0203)
- (i32.shl
- (get_local $$q_sroa_0_1199)
- (i32.const 1)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$147
+ (i32.or
+ (i32.shr_u
+ (get_local $$q_sroa_0_1199)
+ (i32.const 31)
+ )
+ (i32.shl
+ (get_local $$q_sroa_1_1198)
+ (i32.const 1)
+ )
)
)
- )
- (set_local $$r_sroa_0_0_insert_insert42$0
- (i32.or
- (i32.const 0)
+ (set_local $$149
(i32.or
+ (get_local $$carry_0203)
(i32.shl
- (get_local $$r_sroa_0_1201)
+ (get_local $$q_sroa_0_1199)
(i32.const 1)
)
+ )
+ )
+ (set_local $$r_sroa_0_0_insert_insert42$0
+ (i32.or
+ (i32.const 0)
+ (i32.or
+ (i32.shl
+ (get_local $$r_sroa_0_1201)
+ (i32.const 1)
+ )
+ (i32.shr_u
+ (get_local $$q_sroa_1_1198)
+ (i32.const 31)
+ )
+ )
+ )
+ )
+ (set_local $$r_sroa_0_0_insert_insert42$1
+ (i32.or
(i32.shr_u
- (get_local $$q_sroa_1_1198)
+ (get_local $$r_sroa_0_1201)
(i32.const 31)
)
+ (i32.shl
+ (get_local $$r_sroa_1_1200)
+ (i32.const 1)
+ )
)
)
- )
- (set_local $$r_sroa_0_0_insert_insert42$1
- (i32.or
- (i32.shr_u
- (get_local $$r_sroa_0_1201)
- (i32.const 31)
- )
- (i32.shl
- (get_local $$r_sroa_1_1200)
- (i32.const 1)
+ (drop
+ (call $_i64Subtract
+ (get_local $$137$0)
+ (get_local $$137$1)
+ (get_local $$r_sroa_0_0_insert_insert42$0)
+ (get_local $$r_sroa_0_0_insert_insert42$1)
)
)
- )
- (call $_i64Subtract
- (get_local $$137$0)
- (get_local $$137$1)
- (get_local $$r_sroa_0_0_insert_insert42$0)
- (get_local $$r_sroa_0_0_insert_insert42$1)
- )
- (set_local $$150$1
- (i32.load
- (i32.const 168)
+ (set_local $$150$1
+ (get_global $tempRet0)
)
- )
- (set_local $$151$0
- (i32.or
- (i32.shr_s
- (get_local $$150$1)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$150$1)
+ (set_local $$151$0
+ (i32.or
+ (i32.shr_s
+ (get_local $$150$1)
+ (i32.const 31)
+ )
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$150$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $$152
- (i32.and
- (get_local $$151$0)
- (i32.const 1)
- )
- )
- (set_local $$154$0
- (call $_i64Subtract
- (get_local $$r_sroa_0_0_insert_insert42$0)
- (get_local $$r_sroa_0_0_insert_insert42$1)
+ (set_local $$152
(i32.and
(get_local $$151$0)
- (get_local $$d_sroa_0_0_insert_insert99$0)
+ (i32.const 1)
)
- (i32.and
- (i32.or
- (i32.shr_s
- (if
- (i32.lt_s
- (get_local $$150$1)
+ )
+ (set_local $$154$0
+ (call $_i64Subtract
+ (get_local $$r_sroa_0_0_insert_insert42$0)
+ (get_local $$r_sroa_0_0_insert_insert42$1)
+ (i32.and
+ (get_local $$151$0)
+ (get_local $$d_sroa_0_0_insert_insert99$0)
+ )
+ (i32.and
+ (i32.or
+ (i32.shr_s
+ (if
+ (i32.lt_s
+ (get_local $$150$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$150$1)
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$150$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
+ (get_local $$d_sroa_0_0_insert_insert99$1)
)
- (get_local $$d_sroa_0_0_insert_insert99$1)
)
)
- )
- (set_local $$r_sroa_0_0_extract_trunc
- (get_local $$154$0)
- )
- (set_local $$r_sroa_1_4_extract_trunc
- (i32.load
- (i32.const 168)
+ (set_local $$r_sroa_0_0_extract_trunc
+ (get_local $$154$0)
)
- )
- (set_local $$155
- (i32.sub
- (get_local $$sr_1202)
- (i32.const 1)
+ (set_local $$r_sroa_1_4_extract_trunc
+ (get_global $tempRet0)
)
- )
- (if
- (i32.eq
- (get_local $$155)
- (i32.const 0)
- )
- (br $while-out$2)
- (block
- (set_local $$q_sroa_1_1198
- (get_local $$147)
- )
- (set_local $$q_sroa_0_1199
- (get_local $$149)
- )
- (set_local $$r_sroa_1_1200
- (get_local $$r_sroa_1_4_extract_trunc)
- )
- (set_local $$r_sroa_0_1201
- (get_local $$r_sroa_0_0_extract_trunc)
+ (set_local $$155
+ (i32.sub
+ (get_local $$sr_1202)
+ (i32.const 1)
)
- (set_local $$sr_1202
+ )
+ (if
+ (i32.eq
(get_local $$155)
+ (i32.const 0)
)
- (set_local $$carry_0203
- (get_local $$152)
+ (br $while-out$2)
+ (block
+ (set_local $$q_sroa_1_1198
+ (get_local $$147)
+ )
+ (set_local $$q_sroa_0_1199
+ (get_local $$149)
+ )
+ (set_local $$r_sroa_1_1200
+ (get_local $$r_sroa_1_4_extract_trunc)
+ )
+ (set_local $$r_sroa_0_1201
+ (get_local $$r_sroa_0_0_extract_trunc)
+ )
+ (set_local $$sr_1202
+ (get_local $$155)
+ )
+ (set_local $$carry_0203
+ (get_local $$152)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $$q_sroa_1_1_lcssa
(get_local $$147)
@@ -32683,9 +32715,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32694,6 +32730,7 @@
(func $dynCall_ii (param $index i32) (param $a1 i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $a1)
(i32.add
(i32.and
(get_local $index)
@@ -32701,13 +32738,15 @@
)
(i32.const 0)
)
- (get_local $a1)
)
)
)
(func $dynCall_iiii (param $index i32) (param $a1 i32) (param $a2 i32) (param $a3 i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $a1)
+ (get_local $a2)
+ (get_local $a3)
(i32.add
(i32.and
(get_local $index)
@@ -32715,14 +32754,12 @@
)
(i32.const 2)
)
- (get_local $a1)
- (get_local $a2)
- (get_local $a3)
)
)
)
(func $dynCall_vi (param $index i32) (param $a1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $a1)
(i32.add
(i32.and
(get_local $index)
@@ -32730,7 +32767,6 @@
)
(i32.const 10)
)
- (get_local $a1)
)
)
(func $b0 (param $p0 i32) (result i32)
diff --git a/test/emcc_hello_world.fromasm.no-opts b/test/emcc_hello_world.fromasm.no-opts
index efa2de849..ea2bb8801 100644
--- a/test/emcc_hello_world.fromasm.no-opts
+++ b/test/emcc_hello_world.fromasm.no-opts
@@ -1,6 +1,5 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$id (func (param f64) (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
@@ -9,77 +8,104 @@
(type $FUNCSIG$v (func))
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $abort "env" "abort")
- (import $nullFunc_ii "env" "nullFunc_ii" (param i32))
- (import $nullFunc_iiii "env" "nullFunc_iiii" (param i32))
- (import $nullFunc_vi "env" "nullFunc_vi" (param i32))
- (import $_pthread_cleanup_pop "env" "_pthread_cleanup_pop" (param i32))
- (import $___lock "env" "___lock" (param i32))
- (import $_pthread_self "env" "_pthread_self" (result i32))
- (import $_abort "env" "_abort")
- (import $___syscall6 "env" "___syscall6" (param i32 i32) (result i32))
- (import $_sbrk "env" "_sbrk" (param i32) (result i32))
- (import $_time "env" "_time" (param i32) (result i32))
- (import $_emscripten_memcpy_big "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $___syscall54 "env" "___syscall54" (param i32 i32) (result i32))
- (import $___unlock "env" "___unlock" (param i32))
- (import $___syscall140 "env" "___syscall140" (param i32 i32) (result i32))
- (import $_pthread_cleanup_push "env" "_pthread_cleanup_push" (param i32 i32))
- (import $_sysconf "env" "_sysconf" (param i32) (result i32))
- (import $___syscall146 "env" "___syscall146" (param i32 i32) (result i32))
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (import $i32s-div "asm2wasm" "i32s-div" (param i32 i32) (result i32))
- (import $i32s-rem "asm2wasm" "i32s-rem" (param i32 i32) (result i32))
- (import $i32u-rem "asm2wasm" "i32u-rem" (param i32 i32) (result i32))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "_i64Subtract" $_i64Subtract)
- (export "_free" $_free)
- (export "_main" $_main)
- (export "_i64Add" $_i64Add)
- (export "_memset" $_memset)
- (export "_malloc" $_malloc)
- (export "_memcpy" $_memcpy)
- (export "_bitshift64Lshr" $_bitshift64Lshr)
- (export "_fflush" $_fflush)
- (export "___errno_location" $___errno_location)
- (export "_bitshift64Shl" $_bitshift64Shl)
- (export "runPostSets" $runPostSets)
- (export "stackAlloc" $stackAlloc)
- (export "stackSave" $stackSave)
- (export "stackRestore" $stackRestore)
- (export "establishStackSpace" $establishStackSpace)
- (export "setThrew" $setThrew)
- (export "setTempRet0" $setTempRet0)
- (export "getTempRet0" $getTempRet0)
- (export "dynCall_ii" $dynCall_ii)
- (export "dynCall_iiii" $dynCall_iiii)
- (export "dynCall_vi" $dynCall_vi)
- (export "___udivmoddi4" $___udivmoddi4)
+ (import "env" "STACKTOP" (global $STACKTOP i32))
+ (import "env" "STACK_MAX" (global $STACK_MAX i32))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "ABORT" (global $ABORT i32))
+ (import "env" "cttz_i8" (global $cttz_i8 i32))
+ (import "global" "NaN" (global $nan f64))
+ (import "global" "Infinity" (global $inf f64))
+ (import "env" "abort" (func $abort))
+ (import "env" "nullFunc_ii" (func $nullFunc_ii (param i32)))
+ (import "env" "nullFunc_iiii" (func $nullFunc_iiii (param i32)))
+ (import "env" "nullFunc_vi" (func $nullFunc_vi (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $_pthread_cleanup_pop (param i32)))
+ (import "env" "___lock" (func $___lock (param i32)))
+ (import "env" "_pthread_self" (func $_pthread_self (result i32)))
+ (import "env" "_abort" (func $_abort))
+ (import "env" "___syscall6" (func $___syscall6 (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $_sbrk (param i32) (result i32)))
+ (import "env" "_time" (func $_time (param i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $_emscripten_memcpy_big (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $___unlock (param i32)))
+ (import "env" "___syscall140" (func $___syscall140 (param i32 i32) (result i32)))
+ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32)))
+ (import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
+ (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "asm2wasm" "i32s-div" (func $i32s-div (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32s-rem" (func $i32s-rem (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-rem" (func $i32u-rem (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_i64Subtract" (func $_i64Subtract))
+ (export "_free" (func $_free))
+ (export "_main" (func $_main))
+ (export "_i64Add" (func $_i64Add))
+ (export "_memset" (func $_memset))
+ (export "_malloc" (func $_malloc))
+ (export "_memcpy" (func $_memcpy))
+ (export "_bitshift64Lshr" (func $_bitshift64Lshr))
+ (export "_fflush" (func $_fflush))
+ (export "___errno_location" (func $___errno_location))
+ (export "_bitshift64Shl" (func $_bitshift64Shl))
+ (export "runPostSets" (func $runPostSets))
+ (export "stackAlloc" (func $stackAlloc))
+ (export "stackSave" (func $stackSave))
+ (export "stackRestore" (func $stackRestore))
+ (export "establishStackSpace" (func $establishStackSpace))
+ (export "setThrew" (func $setThrew))
+ (export "setTempRet0" (func $setTempRet0))
+ (export "getTempRet0" (func $getTempRet0))
+ (export "dynCall_ii" (func $dynCall_ii))
+ (export "dynCall_iiii" (func $dynCall_iiii))
+ (export "dynCall_vi" (func $dynCall_vi))
+ (export "___udivmoddi4" (func $___udivmoddi4))
+ (global $__THREW__ i32 (i32.const 0))
+ (global $threwValue i32 (i32.const 0))
+ (global $setjmpId i32 (i32.const 0))
+ (global $undef i32 (i32.const 0))
+ (global $tempInt i32 (i32.const 0))
+ (global $tempBigInt i32 (i32.const 0))
+ (global $tempBigIntP i32 (i32.const 0))
+ (global $tempBigIntS i32 (i32.const 0))
+ (global $tempBigIntR f64 (f64.const 0))
+ (global $tempBigIntI i32 (i32.const 0))
+ (global $tempBigIntD i32 (i32.const 0))
+ (global $tempValue i32 (i32.const 0))
+ (global $tempDouble f64 (f64.const 0))
+ (global $tempRet0 i32 (i32.const 0))
+ (global $tempRet1 i32 (i32.const 0))
+ (global $tempRet2 i32 (i32.const 0))
+ (global $tempRet3 i32 (i32.const 0))
+ (global $tempRet4 i32 (i32.const 0))
+ (global $tempRet5 i32 (i32.const 0))
+ (global $tempRet6 i32 (i32.const 0))
+ (global $tempRet7 i32 (i32.const 0))
+ (global $tempRet8 i32 (i32.const 0))
+ (global $tempRet9 i32 (i32.const 0))
+ (global $tempFloat f64 (f64.const 0))
(table 18 18 anyfunc)
(elem (i32.const 0) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2)
(func $stackAlloc (param $size i32) (result i32)
(local $ret i32)
(set_local $ret
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(get_local $size)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -87,12 +113,8 @@
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -102,42 +124,33 @@
)
(func $stackSave (result i32)
(return
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
)
(func $stackRestore (param $top i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $top)
)
)
(func $establishStackSpace (param $stackBase i32) (param $stackMax i32)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $stackBase)
)
- (i32.store
- (i32.const 16)
+ (set_global $STACK_MAX
(get_local $stackMax)
)
)
(func $setThrew (param $threw i32) (param $value i32)
(if
(i32.eq
- (i32.load
- (i32.const 48)
- )
+ (get_global $__THREW__)
(i32.const 0)
)
(block
- (i32.store
- (i32.const 48)
+ (set_global $__THREW__
(get_local $threw)
)
- (i32.store
- (i32.const 56)
+ (set_global $threwValue
(get_local $value)
)
)
@@ -145,18 +158,14 @@
)
(func $copyTempFloat (param $ptr i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $ptr)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -168,9 +177,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -182,9 +189,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -197,18 +202,14 @@
)
(func $copyTempDouble (param $ptr i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.load8_s
(get_local $ptr)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 1)
)
(i32.load8_s
@@ -220,9 +221,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 2)
)
(i32.load8_s
@@ -234,9 +233,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 3)
)
(i32.load8_s
@@ -248,9 +245,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
(i32.load8_s
@@ -262,9 +257,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 5)
)
(i32.load8_s
@@ -276,9 +269,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 6)
)
(i32.load8_s
@@ -290,9 +281,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 7)
)
(i32.load8_s
@@ -304,16 +293,13 @@
)
)
(func $setTempRet0 (param $value i32)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(get_local $value)
)
)
(func $getTempRet0 (result i32)
(return
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
)
(func $_main (result i32)
@@ -322,27 +308,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -352,12 +329,13 @@
(set_local $$retval
(i32.const 0)
)
- (call $_printf
- (i32.const 672)
- (get_local $$vararg_buffer)
+ (drop
+ (call $_printf
+ (i32.const 672)
+ (get_local $$vararg_buffer)
+ )
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -385,29 +363,21 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(f64.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $$x)
)
(set_local $$0
(i32.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
(set_local $$1
(i32.load
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
)
@@ -420,9 +390,7 @@
)
)
(set_local $$3
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$conv
(i32.and
@@ -532,25 +500,19 @@
)
)
(i32.store
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(get_local $$0)
)
(i32.store
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
(i32.const 4)
)
(get_local $$6)
)
(set_local $$7
(f64.load
- (i32.load
- (i32.const 24)
- )
+ (get_global $tempDoublePtr)
)
)
(set_local $$retval$0
@@ -568,9 +530,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$call
(call $_frexp
@@ -605,80 +565,80 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$i$012
(i32.const 0)
)
- (loop $while-out$0 $while-in$1
- (set_local $$arrayidx
- (i32.add
- (i32.const 687)
- (get_local $$i$012)
- )
- )
- (set_local $$0
- (i32.load8_s
- (get_local $$arrayidx)
- )
- )
- (set_local $$conv
- (i32.and
- (get_local $$0)
- (i32.const 255)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $$arrayidx
+ (i32.add
+ (i32.const 687)
+ (get_local $$i$012)
+ )
)
- )
- (set_local $$cmp
- (i32.eq
- (get_local $$conv)
- (get_local $$e)
+ (set_local $$0
+ (i32.load8_s
+ (get_local $$arrayidx)
+ )
)
- )
- (if
- (get_local $$cmp)
- (block
- (set_local $$i$012$lcssa
- (get_local $$i$012)
+ (set_local $$conv
+ (i32.and
+ (get_local $$0)
+ (i32.const 255)
)
- (set_local $label
- (i32.const 2)
+ )
+ (set_local $$cmp
+ (i32.eq
+ (get_local $$conv)
+ (get_local $$e)
)
- (br $while-out$0)
)
- )
- (set_local $$inc
- (i32.add
- (get_local $$i$012)
- (i32.const 1)
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $$i$012$lcssa
+ (get_local $$i$012)
+ )
+ (set_local $label
+ (i32.const 2)
+ )
+ (br $while-out$0)
+ )
)
- )
- (set_local $$tobool
- (i32.eq
- (get_local $$inc)
- (i32.const 87)
+ (set_local $$inc
+ (i32.add
+ (get_local $$i$012)
+ (i32.const 1)
+ )
)
- )
- (if
- (get_local $$tobool)
- (block
- (set_local $$i$111
+ (set_local $$tobool
+ (i32.eq
+ (get_local $$inc)
(i32.const 87)
)
- (set_local $$s$010
- (i32.const 775)
+ )
+ (if
+ (get_local $$tobool)
+ (block
+ (set_local $$i$111
+ (i32.const 87)
+ )
+ (set_local $$s$010
+ (i32.const 775)
+ )
+ (set_local $label
+ (i32.const 5)
+ )
+ (br $while-out$0)
)
- (set_local $label
- (i32.const 5)
+ (set_local $$i$012
+ (get_local $$inc)
)
- (br $while-out$0)
- )
- (set_local $$i$012
- (get_local $$inc)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(if
(i32.eq
@@ -716,84 +676,88 @@
(get_local $label)
(i32.const 5)
)
- (loop $while-out$2 $while-in$3
- (set_local $label
- (i32.const 0)
- )
- (set_local $$s$1
- (get_local $$s$010)
- )
- (loop $while-out$4 $while-in$5
- (set_local $$1
- (i32.load8_s
- (get_local $$s$1)
- )
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $label
+ (i32.const 0)
)
- (set_local $$tobool8
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$1)
- (i32.const 24)
+ (set_local $$s$1
+ (get_local $$s$010)
+ )
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $$1
+ (i32.load8_s
+ (get_local $$s$1)
)
- (i32.const 24)
)
- (i32.const 0)
+ (set_local $$tobool8
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
+ )
+ )
+ (set_local $$incdec$ptr
+ (i32.add
+ (get_local $$s$1)
+ (i32.const 1)
+ )
+ )
+ (if
+ (get_local $$tobool8)
+ (block
+ (set_local $$incdec$ptr$lcssa
+ (get_local $$incdec$ptr)
+ )
+ (br $while-out$4)
+ )
+ (set_local $$s$1
+ (get_local $$incdec$ptr)
+ )
+ )
+ (br $while-in$5)
)
)
- (set_local $$incdec$ptr
+ (set_local $$dec
(i32.add
- (get_local $$s$1)
- (i32.const 1)
+ (get_local $$i$111)
+ (i32.const -1)
+ )
+ )
+ (set_local $$tobool5
+ (i32.eq
+ (get_local $$dec)
+ (i32.const 0)
)
)
(if
- (get_local $$tobool8)
+ (get_local $$tobool5)
(block
- (set_local $$incdec$ptr$lcssa
- (get_local $$incdec$ptr)
+ (set_local $$s$0$lcssa
+ (get_local $$incdec$ptr$lcssa)
)
- (br $while-out$4)
- )
- (set_local $$s$1
- (get_local $$incdec$ptr)
- )
- )
- (br $while-in$5)
- )
- (set_local $$dec
- (i32.add
- (get_local $$i$111)
- (i32.const -1)
- )
- )
- (set_local $$tobool5
- (i32.eq
- (get_local $$dec)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool5)
- (block
- (set_local $$s$0$lcssa
- (get_local $$incdec$ptr$lcssa)
- )
- (br $while-out$2)
- )
- (block
- (set_local $$i$111
- (get_local $$dec)
- )
- (set_local $$s$010
- (get_local $$incdec$ptr$lcssa)
+ (br $while-out$2)
)
- (set_local $label
- (i32.const 5)
+ (block
+ (set_local $$i$111
+ (get_local $$dec)
+ )
+ (set_local $$s$010
+ (get_local $$incdec$ptr$lcssa)
+ )
+ (set_local $label
+ (i32.const 5)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
(return
@@ -810,9 +774,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$0
(i32.load
@@ -863,27 +825,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -916,8 +869,7 @@
(get_local $$call)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -942,27 +894,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 80)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1078,8 +1021,7 @@
(get_local $$len)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -1103,27 +1045,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 32)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1230,8 +1163,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -1278,9 +1210,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$tobool
(i32.eq
@@ -1350,139 +1280,141 @@
(set_local $$r$021
(get_local $$cond10)
)
- (loop $while-out$2 $while-in$3
- (set_local $$lock13
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 76)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$lock13
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 76)
+ )
)
- )
- (set_local $$3
- (i32.load
- (get_local $$lock13)
+ (set_local $$3
+ (i32.load
+ (get_local $$lock13)
+ )
)
- )
- (set_local $$cmp14
- (i32.gt_s
- (get_local $$3)
- (i32.const -1)
+ (set_local $$cmp14
+ (i32.gt_s
+ (get_local $$3)
+ (i32.const -1)
+ )
)
- )
- (if
- (get_local $$cmp14)
- (block
- (set_local $$call16
- (call $___lockfile
- (get_local $$f$addr$022)
+ (if
+ (get_local $$cmp14)
+ (block
+ (set_local $$call16
+ (call $___lockfile
+ (get_local $$f$addr$022)
+ )
+ )
+ (set_local $$cond19
+ (get_local $$call16)
)
)
(set_local $$cond19
- (get_local $$call16)
+ (i32.const 0)
)
)
- (set_local $$cond19
- (i32.const 0)
- )
- )
- (set_local $$wpos
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 20)
+ (set_local $$wpos
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 20)
+ )
)
- )
- (set_local $$4
- (i32.load
- (get_local $$wpos)
+ (set_local $$4
+ (i32.load
+ (get_local $$wpos)
+ )
)
- )
- (set_local $$wbase
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 28)
+ (set_local $$wbase
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 28)
+ )
)
- )
- (set_local $$5
- (i32.load
- (get_local $$wbase)
+ (set_local $$5
+ (i32.load
+ (get_local $$wbase)
+ )
)
- )
- (set_local $$cmp20
- (i32.gt_u
- (get_local $$4)
- (get_local $$5)
+ (set_local $$cmp20
+ (i32.gt_u
+ (get_local $$4)
+ (get_local $$5)
+ )
)
- )
- (if
- (get_local $$cmp20)
- (block
- (set_local $$call22
- (call $___fflush_unlocked
- (get_local $$f$addr$022)
+ (if
+ (get_local $$cmp20)
+ (block
+ (set_local $$call22
+ (call $___fflush_unlocked
+ (get_local $$f$addr$022)
+ )
)
- )
- (set_local $$or
- (i32.or
- (get_local $$call22)
- (get_local $$r$021)
+ (set_local $$or
+ (i32.or
+ (get_local $$call22)
+ (get_local $$r$021)
+ )
+ )
+ (set_local $$r$1
+ (get_local $$or)
)
)
(set_local $$r$1
- (get_local $$or)
+ (get_local $$r$021)
)
)
- (set_local $$r$1
- (get_local $$r$021)
- )
- )
- (set_local $$tobool24
- (i32.eq
- (get_local $$cond19)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool24)
- )
- (call $___unlockfile
- (get_local $$f$addr$022)
- )
- )
- (set_local $$next
- (i32.add
- (get_local $$f$addr$022)
- (i32.const 56)
+ (set_local $$tobool24
+ (i32.eq
+ (get_local $$cond19)
+ (i32.const 0)
+ )
)
- )
- (set_local $$f$addr$0
- (i32.load
- (get_local $$next)
+ (if
+ (i32.eqz
+ (get_local $$tobool24)
+ )
+ (call $___unlockfile
+ (get_local $$f$addr$022)
+ )
)
- )
- (set_local $$tobool11
- (i32.eq
- (get_local $$f$addr$0)
- (i32.const 0)
+ (set_local $$next
+ (i32.add
+ (get_local $$f$addr$022)
+ (i32.const 56)
+ )
)
- )
- (if
- (get_local $$tobool11)
- (block
- (set_local $$r$0$lcssa
- (get_local $$r$1)
+ (set_local $$f$addr$0
+ (i32.load
+ (get_local $$next)
)
- (br $while-out$2)
)
- (block
- (set_local $$f$addr$022
+ (set_local $$tobool11
+ (i32.eq
(get_local $$f$addr$0)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool11)
+ (block
+ (set_local $$r$0$lcssa
+ (get_local $$r$1)
+ )
+ (br $while-out$2)
)
- (set_local $$r$021
- (get_local $$r$1)
+ (block
+ (set_local $$f$addr$022
+ (get_local $$f$addr$0)
+ )
+ (set_local $$r$021
+ (get_local $$r$1)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -1571,27 +1503,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1614,8 +1537,7 @@
(get_local $$ap)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -1626,9 +1548,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(return
(i32.const 0)
@@ -1638,9 +1558,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(return)
)
@@ -1717,27 +1635,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 48)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -1845,331 +1754,333 @@
(set_local $$rem$0
(get_local $$add)
)
- (loop $while-out$0 $while-in$1
- (set_local $$2
- (i32.load
- (i32.const 16)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $$2
+ (i32.load
+ (i32.const 16)
+ )
)
- )
- (set_local $$tobool
- (i32.eq
- (get_local $$2)
- (i32.const 0)
+ (set_local $$tobool
+ (i32.eq
+ (get_local $$2)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$tobool)
- (block
- (set_local $$4
- (i32.load
- (get_local $$fd8)
+ (if
+ (get_local $$tobool)
+ (block
+ (set_local $$4
+ (i32.load
+ (get_local $$fd8)
+ )
)
- )
- (i32.store
- (get_local $$vararg_buffer3)
- (get_local $$4)
- )
- (set_local $$vararg_ptr6
- (i32.add
+ (i32.store
(get_local $$vararg_buffer3)
- (i32.const 4)
+ (get_local $$4)
)
- )
- (i32.store
- (get_local $$vararg_ptr6)
- (get_local $$iov$0)
- )
- (set_local $$vararg_ptr7
- (i32.add
- (get_local $$vararg_buffer3)
- (i32.const 8)
+ (set_local $$vararg_ptr6
+ (i32.add
+ (get_local $$vararg_buffer3)
+ (i32.const 4)
+ )
)
- )
- (i32.store
- (get_local $$vararg_ptr7)
- (get_local $$iovcnt$0)
- )
- (set_local $$call9
- (call_import $___syscall146
- (i32.const 146)
- (get_local $$vararg_buffer3)
+ (i32.store
+ (get_local $$vararg_ptr6)
+ (get_local $$iov$0)
)
- )
- (set_local $$call10
- (call $___syscall_ret
- (get_local $$call9)
+ (set_local $$vararg_ptr7
+ (i32.add
+ (get_local $$vararg_buffer3)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cnt$0
- (get_local $$call10)
- )
- )
- (block
- (call_import $_pthread_cleanup_push
- (i32.const 5)
- (get_local $$f)
- )
- (set_local $$3
- (i32.load
- (get_local $$fd8)
+ (i32.store
+ (get_local $$vararg_ptr7)
+ (get_local $$iovcnt$0)
)
- )
- (i32.store
- (get_local $$vararg_buffer)
- (get_local $$3)
- )
- (set_local $$vararg_ptr1
- (i32.add
- (get_local $$vararg_buffer)
- (i32.const 4)
+ (set_local $$call9
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $$vararg_buffer3)
+ )
)
- )
- (i32.store
- (get_local $$vararg_ptr1)
- (get_local $$iov$0)
- )
- (set_local $$vararg_ptr2
- (i32.add
- (get_local $$vararg_buffer)
- (i32.const 8)
+ (set_local $$call10
+ (call $___syscall_ret
+ (get_local $$call9)
+ )
+ )
+ (set_local $$cnt$0
+ (get_local $$call10)
)
)
- (i32.store
- (get_local $$vararg_ptr2)
- (get_local $$iovcnt$0)
- )
- (set_local $$call
- (call_import $___syscall146
- (i32.const 146)
+ (block
+ (call_import $_pthread_cleanup_push
+ (i32.const 5)
+ (get_local $$f)
+ )
+ (set_local $$3
+ (i32.load
+ (get_local $$fd8)
+ )
+ )
+ (i32.store
(get_local $$vararg_buffer)
+ (get_local $$3)
)
- )
- (set_local $$call7
- (call $___syscall_ret
- (get_local $$call)
+ (set_local $$vararg_ptr1
+ (i32.add
+ (get_local $$vararg_buffer)
+ (i32.const 4)
+ )
+ )
+ (i32.store
+ (get_local $$vararg_ptr1)
+ (get_local $$iov$0)
+ )
+ (set_local $$vararg_ptr2
+ (i32.add
+ (get_local $$vararg_buffer)
+ (i32.const 8)
+ )
+ )
+ (i32.store
+ (get_local $$vararg_ptr2)
+ (get_local $$iovcnt$0)
+ )
+ (set_local $$call
+ (call_import $___syscall146
+ (i32.const 146)
+ (get_local $$vararg_buffer)
+ )
+ )
+ (set_local $$call7
+ (call $___syscall_ret
+ (get_local $$call)
+ )
+ )
+ (call_import $_pthread_cleanup_pop
+ (i32.const 0)
+ )
+ (set_local $$cnt$0
+ (get_local $$call7)
)
)
- (call_import $_pthread_cleanup_pop
- (i32.const 0)
- )
- (set_local $$cnt$0
- (get_local $$call7)
- )
- )
- )
- (set_local $$cmp
- (i32.eq
- (get_local $$rem$0)
- (get_local $$cnt$0)
- )
- )
- (if
- (get_local $$cmp)
- (block
- (set_local $label
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (set_local $$cmp17
- (i32.lt_s
- (get_local $$cnt$0)
- (i32.const 0)
)
- )
- (if
- (get_local $$cmp17)
- (block
- (set_local $$iov$0$lcssa57
- (get_local $$iov$0)
- )
- (set_local $$iovcnt$0$lcssa58
- (get_local $$iovcnt$0)
- )
- (set_local $label
- (i32.const 8)
+ (set_local $$cmp
+ (i32.eq
+ (get_local $$rem$0)
+ (get_local $$cnt$0)
)
- (br $while-out$0)
)
- )
- (set_local $$sub26
- (i32.sub
- (get_local $$rem$0)
- (get_local $$cnt$0)
- )
- )
- (set_local $$iov_len28
- (i32.add
- (get_local $$iov$0)
- (i32.const 4)
- )
- )
- (set_local $$10
- (i32.load
- (get_local $$iov_len28)
- )
- )
- (set_local $$cmp29
- (i32.gt_u
- (get_local $$cnt$0)
- (get_local $$10)
- )
- )
- (if
- (get_local $$cmp29)
- (block
- (set_local $$11
- (i32.load
- (get_local $$buf31)
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $label
+ (i32.const 6)
)
+ (br $while-out$0)
)
- (i32.store
- (get_local $$wbase)
- (get_local $$11)
- )
- (i32.store
- (get_local $$wpos)
- (get_local $$11)
- )
- (set_local $$sub36
- (i32.sub
- (get_local $$cnt$0)
- (get_local $$10)
- )
+ )
+ (set_local $$cmp17
+ (i32.lt_s
+ (get_local $$cnt$0)
+ (i32.const 0)
)
- (set_local $$incdec$ptr
- (i32.add
+ )
+ (if
+ (get_local $$cmp17)
+ (block
+ (set_local $$iov$0$lcssa57
(get_local $$iov$0)
- (i32.const 8)
)
- )
- (set_local $$dec
- (i32.add
+ (set_local $$iovcnt$0$lcssa58
(get_local $$iovcnt$0)
- (i32.const -1)
- )
- )
- (set_local $$iov_len50$phi$trans$insert
- (i32.add
- (get_local $$iov$0)
- (i32.const 12)
)
- )
- (set_local $$$pre
- (i32.load
- (get_local $$iov_len50$phi$trans$insert)
+ (set_local $label
+ (i32.const 8)
)
+ (br $while-out$0)
)
- (set_local $$14
- (get_local $$$pre)
- )
- (set_local $$cnt$1
- (get_local $$sub36)
+ )
+ (set_local $$sub26
+ (i32.sub
+ (get_local $$rem$0)
+ (get_local $$cnt$0)
)
- (set_local $$iov$1
- (get_local $$incdec$ptr)
+ )
+ (set_local $$iov_len28
+ (i32.add
+ (get_local $$iov$0)
+ (i32.const 4)
)
- (set_local $$iovcnt$1
- (get_local $$dec)
+ )
+ (set_local $$10
+ (i32.load
+ (get_local $$iov_len28)
)
)
- (block
- (set_local $$cmp38
- (i32.eq
- (get_local $$iovcnt$0)
- (i32.const 2)
- )
+ (set_local $$cmp29
+ (i32.gt_u
+ (get_local $$cnt$0)
+ (get_local $$10)
)
- (if
- (get_local $$cmp38)
- (block
- (set_local $$12
- (i32.load
- (get_local $$wbase)
- )
- )
- (set_local $$add$ptr41
- (i32.add
- (get_local $$12)
- (get_local $$cnt$0)
- )
- )
- (i32.store
- (get_local $$wbase)
- (get_local $$add$ptr41)
- )
- (set_local $$14
- (get_local $$10)
+ )
+ (if
+ (get_local $$cmp29)
+ (block
+ (set_local $$11
+ (i32.load
+ (get_local $$buf31)
)
- (set_local $$cnt$1
+ )
+ (i32.store
+ (get_local $$wbase)
+ (get_local $$11)
+ )
+ (i32.store
+ (get_local $$wpos)
+ (get_local $$11)
+ )
+ (set_local $$sub36
+ (i32.sub
(get_local $$cnt$0)
+ (get_local $$10)
)
- (set_local $$iov$1
+ )
+ (set_local $$incdec$ptr
+ (i32.add
(get_local $$iov$0)
- )
- (set_local $$iovcnt$1
- (i32.const 2)
+ (i32.const 8)
)
)
- (block
- (set_local $$14
- (get_local $$10)
- )
- (set_local $$cnt$1
- (get_local $$cnt$0)
+ (set_local $$dec
+ (i32.add
+ (get_local $$iovcnt$0)
+ (i32.const -1)
)
- (set_local $$iov$1
+ )
+ (set_local $$iov_len50$phi$trans$insert
+ (i32.add
(get_local $$iov$0)
+ (i32.const 12)
+ )
+ )
+ (set_local $$$pre
+ (i32.load
+ (get_local $$iov_len50$phi$trans$insert)
)
- (set_local $$iovcnt$1
+ )
+ (set_local $$14
+ (get_local $$$pre)
+ )
+ (set_local $$cnt$1
+ (get_local $$sub36)
+ )
+ (set_local $$iov$1
+ (get_local $$incdec$ptr)
+ )
+ (set_local $$iovcnt$1
+ (get_local $$dec)
+ )
+ )
+ (block
+ (set_local $$cmp38
+ (i32.eq
(get_local $$iovcnt$0)
+ (i32.const 2)
+ )
+ )
+ (if
+ (get_local $$cmp38)
+ (block
+ (set_local $$12
+ (i32.load
+ (get_local $$wbase)
+ )
+ )
+ (set_local $$add$ptr41
+ (i32.add
+ (get_local $$12)
+ (get_local $$cnt$0)
+ )
+ )
+ (i32.store
+ (get_local $$wbase)
+ (get_local $$add$ptr41)
+ )
+ (set_local $$14
+ (get_local $$10)
+ )
+ (set_local $$cnt$1
+ (get_local $$cnt$0)
+ )
+ (set_local $$iov$1
+ (get_local $$iov$0)
+ )
+ (set_local $$iovcnt$1
+ (i32.const 2)
+ )
+ )
+ (block
+ (set_local $$14
+ (get_local $$10)
+ )
+ (set_local $$cnt$1
+ (get_local $$cnt$0)
+ )
+ (set_local $$iov$1
+ (get_local $$iov$0)
+ )
+ (set_local $$iovcnt$1
+ (get_local $$iovcnt$0)
+ )
)
)
)
)
- )
- (set_local $$13
- (i32.load
+ (set_local $$13
+ (i32.load
+ (get_local $$iov$1)
+ )
+ )
+ (set_local $$add$ptr46
+ (i32.add
+ (get_local $$13)
+ (get_local $$cnt$1)
+ )
+ )
+ (i32.store
(get_local $$iov$1)
+ (get_local $$add$ptr46)
)
- )
- (set_local $$add$ptr46
- (i32.add
- (get_local $$13)
- (get_local $$cnt$1)
+ (set_local $$iov_len50
+ (i32.add
+ (get_local $$iov$1)
+ (i32.const 4)
+ )
)
- )
- (i32.store
- (get_local $$iov$1)
- (get_local $$add$ptr46)
- )
- (set_local $$iov_len50
- (i32.add
+ (set_local $$sub51
+ (i32.sub
+ (get_local $$14)
+ (get_local $$cnt$1)
+ )
+ )
+ (i32.store
+ (get_local $$iov_len50)
+ (get_local $$sub51)
+ )
+ (set_local $$iov$0
(get_local $$iov$1)
- (i32.const 4)
)
- )
- (set_local $$sub51
- (i32.sub
- (get_local $$14)
- (get_local $$cnt$1)
+ (set_local $$iovcnt$0
+ (get_local $$iovcnt$1)
)
+ (set_local $$rem$0
+ (get_local $$sub26)
+ )
+ (br $while-in$1)
)
- (i32.store
- (get_local $$iov_len50)
- (get_local $$sub51)
- )
- (set_local $$iov$0
- (get_local $$iov$1)
- )
- (set_local $$iovcnt$0
- (get_local $$iovcnt$1)
- )
- (set_local $$rem$0
- (get_local $$sub26)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -2300,8 +2211,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -2357,27 +2267,18 @@
(local $sp i32)
(local $stop i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 224)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -2411,21 +2312,23 @@
(i32.const 40)
)
)
- (loop $do-out$0 $do-in$1
- (i32.store
- (get_local $dest)
- (i32.const 0)
- )
- (set_local $dest
- (i32.add
+ (loop $do-in$1
+ (block $do-out$0
+ (i32.store
(get_local $dest)
- (i32.const 4)
+ (i32.const 0)
)
- )
- (br_if $do-in$1
- (i32.lt_s
- (get_local $dest)
- (get_local $stop)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 4)
+ )
+ )
+ (br_if $do-in$1
+ (i32.lt_s
+ (get_local $dest)
+ (get_local $stop)
+ )
)
)
)
@@ -2648,17 +2551,19 @@
(get_local $$write)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (get_local $$5)
- (i32.const 7)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (get_local $$5)
+ (i32.const 7)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $$f)
- (i32.const 0)
- (i32.const 0)
)
(set_local $$6
(i32.load
@@ -2772,8 +2677,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -2825,9 +2729,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$wend
(i32.add
@@ -2941,6 +2843,9 @@
)
(set_local $$call4
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$s)
+ (get_local $$l)
(i32.add
(i32.and
(get_local $$5)
@@ -2948,9 +2853,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$s)
- (get_local $$l)
)
)
(set_local $$retval$0
@@ -2989,73 +2891,75 @@
(set_local $$i$0
(get_local $$l)
)
- (loop $while-out$2 $while-in$3
- (set_local $$tobool9
- (i32.eq
- (get_local $$i$0)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool9)
- (block
- (set_local $$9
- (get_local $$4)
- )
- (set_local $$i$1
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$tobool9
+ (i32.eq
+ (get_local $$i$0)
(i32.const 0)
)
- (set_local $$l$addr$0
- (get_local $$l)
- )
- (set_local $$s$addr$0
- (get_local $$s)
+ )
+ (if
+ (get_local $$tobool9)
+ (block
+ (set_local $$9
+ (get_local $$4)
+ )
+ (set_local $$i$1
+ (i32.const 0)
+ )
+ (set_local $$l$addr$0
+ (get_local $$l)
+ )
+ (set_local $$s$addr$0
+ (get_local $$s)
+ )
+ (br $label$break$L10)
)
- (br $label$break$L10)
)
- )
- (set_local $$sub
- (i32.add
- (get_local $$i$0)
- (i32.const -1)
+ (set_local $$sub
+ (i32.add
+ (get_local $$i$0)
+ (i32.const -1)
+ )
)
- )
- (set_local $$arrayidx
- (i32.add
- (get_local $$s)
- (get_local $$sub)
+ (set_local $$arrayidx
+ (i32.add
+ (get_local $$s)
+ (get_local $$sub)
+ )
)
- )
- (set_local $$7
- (i32.load8_s
- (get_local $$arrayidx)
+ (set_local $$7
+ (i32.load8_s
+ (get_local $$arrayidx)
+ )
)
- )
- (set_local $$cmp11
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$7)
+ (set_local $$cmp11
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$7)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 10)
)
- (i32.const 10)
)
- )
- (if
- (get_local $$cmp11)
- (block
- (set_local $$i$0$lcssa36
- (get_local $$i$0)
+ (if
+ (get_local $$cmp11)
+ (block
+ (set_local $$i$0$lcssa36
+ (get_local $$i$0)
+ )
+ (br $while-out$2)
+ )
+ (set_local $$i$0
+ (get_local $$sub)
)
- (br $while-out$2)
- )
- (set_local $$i$0
- (get_local $$sub)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $$write15
(i32.add
@@ -3070,6 +2974,9 @@
)
(set_local $$call16
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$s)
+ (get_local $$i$0$lcssa36)
(i32.add
(i32.and
(get_local $$8)
@@ -3077,9 +2984,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$s)
- (get_local $$i$0$lcssa36)
)
)
(set_local $$cmp17
@@ -3143,10 +3047,12 @@
)
)
)
- (call $_memcpy
- (get_local $$9)
- (get_local $$s$addr$0)
- (get_local $$l$addr$0)
+ (drop
+ (call $_memcpy
+ (get_local $$9)
+ (get_local $$s$addr$0)
+ (get_local $$l$addr$0)
+ )
)
(set_local $$10
(i32.load
@@ -3205,9 +3111,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$mode
(i32.add
@@ -3428,9 +3332,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$tobool
(i32.eq
@@ -3818,9 +3720,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$tobool
(i32.eq
@@ -3910,9 +3810,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$conv1
(i32.and
@@ -3963,111 +3861,113 @@
(set_local $$s$044
(get_local $$src)
)
- (loop $while-out$1 $while-in$2
- (set_local $$2
- (i32.load8_s
- (get_local $$s$044)
+ (loop $while-in$2
+ (block $while-out$1
+ (set_local $$2
+ (i32.load8_s
+ (get_local $$s$044)
+ )
)
- )
- (set_local $$cmp
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$2)
+ (set_local $$cmp
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$2)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $$1)
+ (i32.shr_s
+ (i32.shl
+ (get_local $$1)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
)
- )
- (if
- (get_local $$cmp)
- (block
- (set_local $$n$addr$0$lcssa61
- (get_local $$n$addr$043)
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $$n$addr$0$lcssa61
+ (get_local $$n$addr$043)
+ )
+ (set_local $$s$0$lcssa60
+ (get_local $$s$044)
+ )
+ (set_local $label
+ (i32.const 6)
+ )
+ (br $label$break$L1)
)
- (set_local $$s$0$lcssa60
+ )
+ (set_local $$incdec$ptr
+ (i32.add
(get_local $$s$044)
+ (i32.const 1)
)
- (set_local $label
- (i32.const 6)
- )
- (br $label$break$L1)
- )
- )
- (set_local $$incdec$ptr
- (i32.add
- (get_local $$s$044)
- (i32.const 1)
- )
- )
- (set_local $$dec
- (i32.add
- (get_local $$n$addr$043)
- (i32.const -1)
- )
- )
- (set_local $$3
- (get_local $$incdec$ptr)
- )
- (set_local $$and
- (i32.and
- (get_local $$3)
- (i32.const 3)
- )
- )
- (set_local $$tobool
- (i32.ne
- (get_local $$and)
- (i32.const 0)
)
- )
- (set_local $$tobool2
- (i32.ne
- (get_local $$dec)
- (i32.const 0)
+ (set_local $$dec
+ (i32.add
+ (get_local $$n$addr$043)
+ (i32.const -1)
+ )
)
- )
- (set_local $$or$cond
- (i32.and
- (get_local $$tobool2)
- (get_local $$tobool)
+ (set_local $$3
+ (get_local $$incdec$ptr)
)
- )
- (if
- (get_local $$or$cond)
- (block
- (set_local $$n$addr$043
- (get_local $$dec)
+ (set_local $$and
+ (i32.and
+ (get_local $$3)
+ (i32.const 3)
)
- (set_local $$s$044
- (get_local $$incdec$ptr)
+ )
+ (set_local $$tobool
+ (i32.ne
+ (get_local $$and)
+ (i32.const 0)
)
)
- (block
- (set_local $$n$addr$0$lcssa
+ (set_local $$tobool2
+ (i32.ne
(get_local $$dec)
+ (i32.const 0)
)
- (set_local $$s$0$lcssa
- (get_local $$incdec$ptr)
- )
- (set_local $$tobool2$lcssa
+ )
+ (set_local $$or$cond
+ (i32.and
(get_local $$tobool2)
+ (get_local $$tobool)
)
- (set_local $label
- (i32.const 5)
+ )
+ (if
+ (get_local $$or$cond)
+ (block
+ (set_local $$n$addr$043
+ (get_local $$dec)
+ )
+ (set_local $$s$044
+ (get_local $$incdec$ptr)
+ )
+ )
+ (block
+ (set_local $$n$addr$0$lcssa
+ (get_local $$dec)
+ )
+ (set_local $$s$0$lcssa
+ (get_local $$incdec$ptr)
+ )
+ (set_local $$tobool2$lcssa
+ (get_local $$tobool2)
+ )
+ (set_local $label
+ (i32.const 5)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -4183,104 +4083,106 @@
(set_local $$w$034
(get_local $$s$0$lcssa60)
)
- (loop $while-out$5 $while-in$6
- (set_local $$6
- (i32.load
- (get_local $$w$034)
- )
- )
- (set_local $$xor
- (i32.xor
- (get_local $$6)
- (get_local $$mul)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $$6
+ (i32.load
+ (get_local $$w$034)
+ )
)
- )
- (set_local $$sub
- (i32.add
- (get_local $$xor)
- (i32.const -16843009)
+ (set_local $$xor
+ (i32.xor
+ (get_local $$6)
+ (get_local $$mul)
+ )
)
- )
- (set_local $$neg
- (i32.and
- (get_local $$xor)
- (i32.const -2139062144)
+ (set_local $$sub
+ (i32.add
+ (get_local $$xor)
+ (i32.const -16843009)
+ )
)
- )
- (set_local $$and15
- (i32.xor
- (get_local $$neg)
- (i32.const -2139062144)
+ (set_local $$neg
+ (i32.and
+ (get_local $$xor)
+ (i32.const -2139062144)
+ )
)
- )
- (set_local $$and16
- (i32.and
- (get_local $$and15)
- (get_local $$sub)
+ (set_local $$and15
+ (i32.xor
+ (get_local $$neg)
+ (i32.const -2139062144)
+ )
)
- )
- (set_local $$lnot
- (i32.eq
- (get_local $$and16)
- (i32.const 0)
+ (set_local $$and16
+ (i32.and
+ (get_local $$and15)
+ (get_local $$sub)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$lnot)
+ (set_local $$lnot
+ (i32.eq
+ (get_local $$and16)
+ (i32.const 0)
+ )
)
- (block
- (set_local $$n$addr$133$lcssa
- (get_local $$n$addr$133)
+ (if
+ (i32.eqz
+ (get_local $$lnot)
)
- (set_local $$w$034$lcssa
- (get_local $$w$034)
+ (block
+ (set_local $$n$addr$133$lcssa
+ (get_local $$n$addr$133)
+ )
+ (set_local $$w$034$lcssa
+ (get_local $$w$034)
+ )
+ (br $while-out$5)
)
- (br $while-out$5)
- )
- )
- (set_local $$incdec$ptr21
- (i32.add
- (get_local $$w$034)
- (i32.const 4)
- )
- )
- (set_local $$sub22
- (i32.add
- (get_local $$n$addr$133)
- (i32.const -4)
- )
- )
- (set_local $$cmp11
- (i32.gt_u
- (get_local $$sub22)
- (i32.const 3)
)
- )
- (if
- (get_local $$cmp11)
- (block
- (set_local $$n$addr$133
- (get_local $$sub22)
+ (set_local $$incdec$ptr21
+ (i32.add
+ (get_local $$w$034)
+ (i32.const 4)
)
- (set_local $$w$034
- (get_local $$incdec$ptr21)
+ )
+ (set_local $$sub22
+ (i32.add
+ (get_local $$n$addr$133)
+ (i32.const -4)
)
)
- (block
- (set_local $$n$addr$1$lcssa
+ (set_local $$cmp11
+ (i32.gt_u
(get_local $$sub22)
+ (i32.const 3)
)
- (set_local $$w$0$lcssa
- (get_local $$incdec$ptr21)
+ )
+ (if
+ (get_local $$cmp11)
+ (block
+ (set_local $$n$addr$133
+ (get_local $$sub22)
+ )
+ (set_local $$w$034
+ (get_local $$incdec$ptr21)
+ )
)
- (set_local $label
- (i32.const 11)
+ (block
+ (set_local $$n$addr$1$lcssa
+ (get_local $$sub22)
+ )
+ (set_local $$w$0$lcssa
+ (get_local $$incdec$ptr21)
+ )
+ (set_local $label
+ (i32.const 11)
+ )
+ (br $label$break$L11)
)
- (br $label$break$L11)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
(set_local $$n$addr$227
(get_local $$n$addr$133$lcssa)
@@ -4336,81 +4238,83 @@
)
)
)
- (loop $while-out$7 $while-in$8
- (set_local $$7
- (i32.load8_s
- (get_local $$s$128)
+ (loop $while-in$8
+ (block $while-out$7
+ (set_local $$7
+ (i32.load8_s
+ (get_local $$s$128)
+ )
)
- )
- (set_local $$cmp28
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$7)
+ (set_local $$cmp28
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$7)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- (i32.shr_s
- (i32.shl
- (get_local $$5)
+ (i32.shr_s
+ (i32.shl
+ (get_local $$5)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
)
- )
- (if
- (get_local $$cmp28)
- (block
- (set_local $$n$addr$3
- (get_local $$n$addr$227)
+ (if
+ (get_local $$cmp28)
+ (block
+ (set_local $$n$addr$3
+ (get_local $$n$addr$227)
+ )
+ (set_local $$s$2
+ (get_local $$s$128)
+ )
+ (br $label$break$L8)
)
- (set_local $$s$2
+ )
+ (set_local $$incdec$ptr33
+ (i32.add
(get_local $$s$128)
+ (i32.const 1)
)
- (br $label$break$L8)
- )
- )
- (set_local $$incdec$ptr33
- (i32.add
- (get_local $$s$128)
- (i32.const 1)
- )
- )
- (set_local $$dec34
- (i32.add
- (get_local $$n$addr$227)
- (i32.const -1)
)
- )
- (set_local $$tobool25
- (i32.eq
- (get_local $$dec34)
- (i32.const 0)
+ (set_local $$dec34
+ (i32.add
+ (get_local $$n$addr$227)
+ (i32.const -1)
+ )
)
- )
- (if
- (get_local $$tobool25)
- (block
- (set_local $$n$addr$3
+ (set_local $$tobool25
+ (i32.eq
+ (get_local $$dec34)
(i32.const 0)
)
- (set_local $$s$2
- (get_local $$incdec$ptr33)
- )
- (br $while-out$7)
)
- (block
- (set_local $$n$addr$227
- (get_local $$dec34)
+ (if
+ (get_local $$tobool25)
+ (block
+ (set_local $$n$addr$3
+ (i32.const 0)
+ )
+ (set_local $$s$2
+ (get_local $$incdec$ptr33)
+ )
+ (br $while-out$7)
)
- (set_local $$s$128
- (get_local $$incdec$ptr33)
+ (block
+ (set_local $$n$addr$227
+ (get_local $$dec34)
+ )
+ (set_local $$s$128
+ (get_local $$incdec$ptr33)
+ )
)
)
+ (br $while-in$8)
)
- (br $while-in$8)
)
)
)
@@ -4442,9 +4346,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.gt_u
@@ -4505,9 +4407,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$wpos
(i32.add
@@ -4551,17 +4451,19 @@
(get_local $$write)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (get_local $$2)
- (i32.const 7)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (get_local $$2)
+ (i32.const 7)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $$f)
- (i32.const 0)
- (i32.const 0)
)
(set_local $$3
(i32.load
@@ -4648,17 +4550,19 @@
(get_local $$sub$ptr$rhs$cast)
)
)
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (get_local $$6)
- (i32.const 7)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$sub$ptr$sub)
+ (i32.const 1)
+ (i32.add
+ (i32.and
+ (get_local $$6)
+ (i32.const 7)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $$f)
- (get_local $$sub$ptr$sub)
- (i32.const 1)
)
)
)
@@ -4704,9 +4608,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$lockcount
(i32.add
@@ -5799,27 +5701,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 624)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -5964,1194 +5857,1187 @@
(set_local $$l10n$0
(i32.const 0)
)
- (loop $label$break$L1 $label$continue$L1
- (set_local $$cmp
- (i32.gt_s
- (get_local $$cnt$0)
- (i32.const -1)
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (set_local $$cmp
+ (i32.gt_s
+ (get_local $$cnt$0)
+ (i32.const -1)
+ )
)
- )
- (block $do-once$0
- (if
- (get_local $$cmp)
- (block
- (set_local $$sub
- (i32.sub
- (i32.const 2147483647)
- (get_local $$cnt$0)
- )
- )
- (set_local $$cmp1
- (i32.gt_s
- (get_local $$l$0)
- (get_local $$sub)
- )
- )
- (if
- (get_local $$cmp1)
- (block
- (set_local $$call
- (call $___errno_location)
- )
- (i32.store
- (get_local $$call)
- (i32.const 75)
+ (block $do-once$0
+ (if
+ (get_local $$cmp)
+ (block
+ (set_local $$sub
+ (i32.sub
+ (i32.const 2147483647)
+ (get_local $$cnt$0)
)
- (set_local $$cnt$1
- (i32.const -1)
+ )
+ (set_local $$cmp1
+ (i32.gt_s
+ (get_local $$l$0)
+ (get_local $$sub)
)
- (br $do-once$0)
)
- (block
- (set_local $$add
- (i32.add
- (get_local $$l$0)
- (get_local $$cnt$0)
+ (if
+ (get_local $$cmp1)
+ (block
+ (set_local $$call
+ (call $___errno_location)
+ )
+ (i32.store
+ (get_local $$call)
+ (i32.const 75)
+ )
+ (set_local $$cnt$1
+ (i32.const -1)
)
+ (br $do-once$0)
)
- (set_local $$cnt$1
- (get_local $$add)
+ (block
+ (set_local $$add
+ (i32.add
+ (get_local $$l$0)
+ (get_local $$cnt$0)
+ )
+ )
+ (set_local $$cnt$1
+ (get_local $$add)
+ )
+ (br $do-once$0)
)
- (br $do-once$0)
)
)
- )
- (set_local $$cnt$1
- (get_local $$cnt$0)
+ (set_local $$cnt$1
+ (get_local $$cnt$0)
+ )
)
)
- )
- (set_local $$0
- (i32.load8_s
- (get_local $$incdec$ptr169275)
+ (set_local $$0
+ (i32.load8_s
+ (get_local $$incdec$ptr169275)
+ )
)
- )
- (set_local $$tobool
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$0)
+ (set_local $$tobool
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$0)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (if
- (get_local $$tobool)
- (block
- (set_local $$cnt$1$lcssa
- (get_local $$cnt$1)
- )
- (set_local $$l10n$0$lcssa
- (get_local $$l10n$0)
+ (if
+ (get_local $$tobool)
+ (block
+ (set_local $$cnt$1$lcssa
+ (get_local $$cnt$1)
+ )
+ (set_local $$l10n$0$lcssa
+ (get_local $$l10n$0)
+ )
+ (set_local $label
+ (i32.const 242)
+ )
+ (br $label$break$L1)
)
- (set_local $label
- (i32.const 242)
+ (block
+ (set_local $$1
+ (get_local $$0)
+ )
+ (set_local $$incdec$ptr169274
+ (get_local $$incdec$ptr169275)
+ )
)
- (br $label$break$L1)
)
- (block
- (set_local $$1
- (get_local $$0)
- )
- (set_local $$incdec$ptr169274
- (get_local $$incdec$ptr169275)
+ (loop $label$continue$L9
+ (block $label$break$L9
+ (block $switch$2
+ (block $switch-default$5
+ (block $switch-default$5
+ (block $switch-case$4
+ (block $switch-case$3
+ (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
+ (i32.sub
+ (i32.shr_s
+ (i32.shl
+ (get_local $$1)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169276301
+ (get_local $$incdec$ptr169274)
+ )
+ (set_local $$z$0302
+ (get_local $$incdec$ptr169274)
+ )
+ (set_local $label
+ (i32.const 9)
+ )
+ (br $label$break$L9)
+ (br $switch$2)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169276$lcssa
+ (get_local $$incdec$ptr169274)
+ )
+ (set_local $$z$0$lcssa
+ (get_local $$incdec$ptr169274)
+ )
+ (br $label$break$L9)
+ (br $switch$2)
+ )
+ )
+ (nop)
+ )
+ )
+ (set_local $$incdec$ptr
+ (i32.add
+ (get_local $$incdec$ptr169274)
+ (i32.const 1)
+ )
+ )
+ (set_local $$$pre
+ (i32.load8_s
+ (get_local $$incdec$ptr)
+ )
+ )
+ (set_local $$1
+ (get_local $$$pre)
+ )
+ (set_local $$incdec$ptr169274
+ (get_local $$incdec$ptr)
+ )
+ (br $label$continue$L9)
)
)
- )
- (loop $label$break$L9 $label$continue$L9
- (block $switch$2
- (block $switch-default$5
- (block $switch-default$5
- (block $switch-case$4
- (block $switch-case$3
- (br_table $switch-case$4 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-default$5 $switch-case$3 $switch-default$5
- (i32.sub
- (i32.shr_s
- (i32.shl
- (get_local $$1)
- (i32.const 24)
- )
+ (block $label$break$L12
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 9)
+ )
+ (loop $while-in$8
+ (block $while-out$7
+ (set_local $label
+ (i32.const 0)
+ )
+ (set_local $$arrayidx16
+ (i32.add
+ (get_local $$incdec$ptr169276301)
+ (i32.const 1)
+ )
+ )
+ (set_local $$2
+ (i32.load8_s
+ (get_local $$arrayidx16)
+ )
+ )
+ (set_local $$cmp18
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$2)
(i32.const 24)
)
- (i32.const 0)
+ (i32.const 24)
)
+ (i32.const 37)
)
)
- (block
- (set_local $$incdec$ptr169276301
- (get_local $$incdec$ptr169274)
+ (if
+ (i32.eqz
+ (get_local $$cmp18)
)
- (set_local $$z$0302
- (get_local $$incdec$ptr169274)
+ (block
+ (set_local $$incdec$ptr169276$lcssa
+ (get_local $$incdec$ptr169276301)
+ )
+ (set_local $$z$0$lcssa
+ (get_local $$z$0302)
+ )
+ (br $label$break$L12)
)
- (set_local $label
- (i32.const 9)
+ )
+ (set_local $$incdec$ptr23
+ (i32.add
+ (get_local $$z$0302)
+ (i32.const 1)
)
- (br $label$break$L9)
- (br $switch$2)
)
- )
- (block
- (set_local $$incdec$ptr169276$lcssa
- (get_local $$incdec$ptr169274)
+ (set_local $$add$ptr
+ (i32.add
+ (get_local $$incdec$ptr169276301)
+ (i32.const 2)
+ )
+ )
+ (set_local $$3
+ (i32.load8_s
+ (get_local $$add$ptr)
+ )
+ )
+ (set_local $$cmp13
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$3)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ (i32.const 37)
+ )
)
- (set_local $$z$0$lcssa
- (get_local $$incdec$ptr169274)
+ (if
+ (get_local $$cmp13)
+ (block
+ (set_local $$incdec$ptr169276301
+ (get_local $$add$ptr)
+ )
+ (set_local $$z$0302
+ (get_local $$incdec$ptr23)
+ )
+ (set_local $label
+ (i32.const 9)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169276$lcssa
+ (get_local $$add$ptr)
+ )
+ (set_local $$z$0$lcssa
+ (get_local $$incdec$ptr23)
+ )
+ (br $while-out$7)
+ )
)
- (br $label$break$L9)
- (br $switch$2)
+ (br $while-in$8)
)
)
- (nop)
- )
- )
- (set_local $$incdec$ptr
- (i32.add
- (get_local $$incdec$ptr169274)
- (i32.const 1)
)
)
- (set_local $$$pre
- (i32.load8_s
- (get_local $$incdec$ptr)
- )
+ (set_local $$sub$ptr$lhs$cast
+ (get_local $$z$0$lcssa)
)
- (set_local $$1
- (get_local $$$pre)
+ (set_local $$sub$ptr$rhs$cast
+ (get_local $$incdec$ptr169275)
)
- (set_local $$incdec$ptr169274
- (get_local $$incdec$ptr)
+ (set_local $$sub$ptr$sub
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast)
+ (get_local $$sub$ptr$rhs$cast)
+ )
)
- (br $label$continue$L9)
- )
- (block $label$break$L12
(if
- (i32.eq
- (get_local $label)
- (i32.const 9)
- )
- (loop $while-out$7 $while-in$8
- (set_local $label
- (i32.const 0)
- )
- (set_local $$arrayidx16
- (i32.add
- (get_local $$incdec$ptr169276301)
- (i32.const 1)
+ (get_local $$tobool25)
+ (block
+ (set_local $$4
+ (i32.load
+ (get_local $$f)
)
)
- (set_local $$2
- (i32.load8_s
- (get_local $$arrayidx16)
+ (set_local $$and$i
+ (i32.and
+ (get_local $$4)
+ (i32.const 32)
)
)
- (set_local $$cmp18
+ (set_local $$tobool$i
(i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$2)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const 37)
+ (get_local $$and$i)
+ (i32.const 0)
)
)
(if
- (i32.eqz
- (get_local $$cmp18)
- )
- (block
- (set_local $$incdec$ptr169276$lcssa
- (get_local $$incdec$ptr169276301)
- )
- (set_local $$z$0$lcssa
- (get_local $$z$0302)
- )
- (br $label$break$L12)
+ (get_local $$tobool$i)
+ (call $___fwritex
+ (get_local $$incdec$ptr169275)
+ (get_local $$sub$ptr$sub)
+ (get_local $$f)
)
)
- (set_local $$incdec$ptr23
- (i32.add
- (get_local $$z$0302)
- (i32.const 1)
- )
+ )
+ )
+ (set_local $$tobool28
+ (i32.eq
+ (get_local $$z$0$lcssa)
+ (get_local $$incdec$ptr169275)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool28)
+ )
+ (block
+ (set_local $$l10n$0$phi
+ (get_local $$l10n$0)
)
- (set_local $$add$ptr
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
+ )
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169276$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$sub$ptr$sub)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$0$phi)
+ )
+ (br $label$continue$L1)
+ )
+ )
+ (set_local $$arrayidx31
+ (i32.add
+ (get_local $$incdec$ptr169276$lcssa)
+ (i32.const 1)
+ )
+ )
+ (set_local $$5
+ (i32.load8_s
+ (get_local $$arrayidx31)
+ )
+ )
+ (set_local $$conv32
+ (i32.shr_s
+ (i32.shl
+ (get_local $$5)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$isdigittmp
+ (i32.add
+ (get_local $$conv32)
+ (i32.const -48)
+ )
+ )
+ (set_local $$isdigit
+ (i32.lt_u
+ (get_local $$isdigittmp)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$isdigit)
+ (block
+ (set_local $$arrayidx35
(i32.add
- (get_local $$incdec$ptr169276301)
+ (get_local $$incdec$ptr169276$lcssa)
(i32.const 2)
)
)
- (set_local $$3
+ (set_local $$6
(i32.load8_s
- (get_local $$add$ptr)
+ (get_local $$arrayidx35)
)
)
- (set_local $$cmp13
+ (set_local $$cmp37
(i32.eq
(i32.shr_s
(i32.shl
- (get_local $$3)
+ (get_local $$6)
(i32.const 24)
)
(i32.const 24)
)
- (i32.const 37)
+ (i32.const 36)
)
)
- (if
- (get_local $$cmp13)
- (block
- (set_local $$incdec$ptr169276301
- (get_local $$add$ptr)
- )
- (set_local $$z$0302
- (get_local $$incdec$ptr23)
- )
- (set_local $label
- (i32.const 9)
- )
+ (set_local $$add$ptr43
+ (i32.add
+ (get_local $$incdec$ptr169276$lcssa)
+ (i32.const 3)
)
- (block
- (set_local $$incdec$ptr169276$lcssa
- (get_local $$add$ptr)
- )
- (set_local $$z$0$lcssa
- (get_local $$incdec$ptr23)
- )
- (br $while-out$7)
+ )
+ (set_local $$add$ptr43$arrayidx31
+ (if
+ (get_local $$cmp37)
+ (get_local $$add$ptr43)
+ (get_local $$arrayidx31)
)
)
- (br $while-in$8)
- )
- )
- )
- (set_local $$sub$ptr$lhs$cast
- (get_local $$z$0$lcssa)
- )
- (set_local $$sub$ptr$rhs$cast
- (get_local $$incdec$ptr169275)
- )
- (set_local $$sub$ptr$sub
- (i32.sub
- (get_local $$sub$ptr$lhs$cast)
- (get_local $$sub$ptr$rhs$cast)
- )
- )
- (if
- (get_local $$tobool25)
- (block
- (set_local $$4
- (i32.load
- (get_local $$f)
+ (set_local $$$l10n$0
+ (if
+ (get_local $$cmp37)
+ (i32.const 1)
+ (get_local $$l10n$0)
+ )
)
- )
- (set_local $$and$i
- (i32.and
- (get_local $$4)
- (i32.const 32)
+ (set_local $$isdigittmp$
+ (if
+ (get_local $$cmp37)
+ (get_local $$isdigittmp)
+ (i32.const -1)
+ )
)
- )
- (set_local $$tobool$i
- (i32.eq
- (get_local $$and$i)
- (i32.const 0)
+ (set_local $$$pre357
+ (i32.load8_s
+ (get_local $$add$ptr43$arrayidx31)
+ )
)
- )
- (if
- (get_local $$tobool$i)
- (call $___fwritex
- (get_local $$incdec$ptr169275)
- (get_local $$sub$ptr$sub)
- (get_local $$f)
+ (set_local $$7
+ (get_local $$$pre357)
)
- )
- )
- )
- (set_local $$tobool28
- (i32.eq
- (get_local $$z$0$lcssa)
- (get_local $$incdec$ptr169275)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool28)
- )
- (block
- (set_local $$l10n$0$phi
- (get_local $$l10n$0)
- )
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169276$lcssa)
- )
- (set_local $$l$0
- (get_local $$sub$ptr$sub)
- )
- (set_local $$l10n$0
- (get_local $$l10n$0$phi)
- )
- (br $label$continue$L1)
- )
- )
- (set_local $$arrayidx31
- (i32.add
- (get_local $$incdec$ptr169276$lcssa)
- (i32.const 1)
- )
- )
- (set_local $$5
- (i32.load8_s
- (get_local $$arrayidx31)
- )
- )
- (set_local $$conv32
- (i32.shr_s
- (i32.shl
- (get_local $$5)
- (i32.const 24)
- )
- (i32.const 24)
- )
- )
- (set_local $$isdigittmp
- (i32.add
- (get_local $$conv32)
- (i32.const -48)
- )
- )
- (set_local $$isdigit
- (i32.lt_u
- (get_local $$isdigittmp)
- (i32.const 10)
- )
- )
- (if
- (get_local $$isdigit)
- (block
- (set_local $$arrayidx35
- (i32.add
- (get_local $$incdec$ptr169276$lcssa)
- (i32.const 2)
+ (set_local $$argpos$0
+ (get_local $$isdigittmp$)
)
- )
- (set_local $$6
- (i32.load8_s
- (get_local $$arrayidx35)
+ (set_local $$l10n$1
+ (get_local $$$l10n$0)
)
- )
- (set_local $$cmp37
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$6)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const 36)
+ (set_local $$storemerge
+ (get_local $$add$ptr43$arrayidx31)
)
)
- (set_local $$add$ptr43
- (i32.add
- (get_local $$incdec$ptr169276$lcssa)
- (i32.const 3)
+ (block
+ (set_local $$7
+ (get_local $$5)
)
- )
- (set_local $$add$ptr43$arrayidx31
- (if
- (get_local $$cmp37)
- (get_local $$add$ptr43)
- (get_local $$arrayidx31)
+ (set_local $$argpos$0
+ (i32.const -1)
)
- )
- (set_local $$$l10n$0
- (if
- (get_local $$cmp37)
- (i32.const 1)
+ (set_local $$l10n$1
(get_local $$l10n$0)
)
- )
- (set_local $$isdigittmp$
- (if
- (get_local $$cmp37)
- (get_local $$isdigittmp)
- (i32.const -1)
+ (set_local $$storemerge
+ (get_local $$arrayidx31)
)
)
- (set_local $$$pre357
- (i32.load8_s
- (get_local $$add$ptr43$arrayidx31)
+ )
+ (set_local $$conv48$307
+ (i32.shr_s
+ (i32.shl
+ (get_local $$7)
+ (i32.const 24)
)
- )
- (set_local $$7
- (get_local $$$pre357)
- )
- (set_local $$argpos$0
- (get_local $$isdigittmp$)
- )
- (set_local $$l10n$1
- (get_local $$$l10n$0)
- )
- (set_local $$storemerge
- (get_local $$add$ptr43$arrayidx31)
+ (i32.const 24)
)
)
- (block
- (set_local $$7
- (get_local $$5)
- )
- (set_local $$argpos$0
- (i32.const -1)
- )
- (set_local $$l10n$1
- (get_local $$l10n$0)
- )
- (set_local $$storemerge
- (get_local $$arrayidx31)
+ (set_local $$8
+ (i32.and
+ (get_local $$conv48$307)
+ (i32.const -32)
)
)
- )
- (set_local $$conv48$307
- (i32.shr_s
- (i32.shl
- (get_local $$7)
- (i32.const 24)
+ (set_local $$cmp50$308
+ (i32.eq
+ (get_local $$8)
+ (i32.const 32)
)
- (i32.const 24)
- )
- )
- (set_local $$8
- (i32.and
- (get_local $$conv48$307)
- (i32.const -32)
- )
- )
- (set_local $$cmp50$308
- (i32.eq
- (get_local $$8)
- (i32.const 32)
)
- )
- (block $label$break$L25
- (if
- (get_local $$cmp50$308)
- (block
- (set_local $$9
- (get_local $$7)
- )
- (set_local $$conv48311
- (get_local $$conv48$307)
- )
- (set_local $$fl$0310
- (i32.const 0)
- )
- (set_local $$storemerge$186309
- (get_local $$storemerge)
- )
- (loop $while-out$10 $while-in$11
- (set_local $$sub54
- (i32.add
- (get_local $$conv48311)
- (i32.const -32)
- )
+ (block $label$break$L25
+ (if
+ (get_local $$cmp50$308)
+ (block
+ (set_local $$9
+ (get_local $$7)
)
- (set_local $$shl
- (i32.shl
- (i32.const 1)
- (get_local $$sub54)
- )
+ (set_local $$conv48311
+ (get_local $$conv48$307)
)
- (set_local $$and
- (i32.and
- (get_local $$shl)
- (i32.const 75913)
- )
+ (set_local $$fl$0310
+ (i32.const 0)
)
- (set_local $$tobool55
- (i32.eq
- (get_local $$and)
- (i32.const 0)
- )
+ (set_local $$storemerge$186309
+ (get_local $$storemerge)
)
- (if
- (get_local $$tobool55)
- (block
- (set_local $$12
- (get_local $$9)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $$sub54
+ (i32.add
+ (get_local $$conv48311)
+ (i32.const -32)
+ )
)
- (set_local $$fl$0284
- (get_local $$fl$0310)
+ (set_local $$shl
+ (i32.shl
+ (i32.const 1)
+ (get_local $$sub54)
+ )
)
- (set_local $$storemerge$186282
- (get_local $$storemerge$186309)
+ (set_local $$and
+ (i32.and
+ (get_local $$shl)
+ (i32.const 75913)
+ )
)
- (br $label$break$L25)
- )
- )
- (set_local $$conv58
- (i32.shr_s
- (i32.shl
- (get_local $$9)
- (i32.const 24)
+ (set_local $$tobool55
+ (i32.eq
+ (get_local $$and)
+ (i32.const 0)
+ )
)
- (i32.const 24)
- )
- )
- (set_local $$sub59
- (i32.add
- (get_local $$conv58)
- (i32.const -32)
- )
- )
- (set_local $$shl60
- (i32.shl
- (i32.const 1)
- (get_local $$sub59)
- )
- )
- (set_local $$or
- (i32.or
- (get_local $$shl60)
- (get_local $$fl$0310)
- )
- )
- (set_local $$incdec$ptr62
- (i32.add
- (get_local $$storemerge$186309)
- (i32.const 1)
- )
- )
- (set_local $$10
- (i32.load8_s
- (get_local $$incdec$ptr62)
- )
- )
- (set_local $$conv48
- (i32.shr_s
- (i32.shl
- (get_local $$10)
- (i32.const 24)
+ (if
+ (get_local $$tobool55)
+ (block
+ (set_local $$12
+ (get_local $$9)
+ )
+ (set_local $$fl$0284
+ (get_local $$fl$0310)
+ )
+ (set_local $$storemerge$186282
+ (get_local $$storemerge$186309)
+ )
+ (br $label$break$L25)
+ )
)
- (i32.const 24)
- )
- )
- (set_local $$11
- (i32.and
- (get_local $$conv48)
- (i32.const -32)
- )
- )
- (set_local $$cmp50
- (i32.eq
- (get_local $$11)
- (i32.const 32)
- )
- )
- (if
- (get_local $$cmp50)
- (block
- (set_local $$9
- (get_local $$10)
+ (set_local $$conv58
+ (i32.shr_s
+ (i32.shl
+ (get_local $$9)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
)
- (set_local $$conv48311
- (get_local $$conv48)
+ (set_local $$sub59
+ (i32.add
+ (get_local $$conv58)
+ (i32.const -32)
+ )
)
- (set_local $$fl$0310
- (get_local $$or)
+ (set_local $$shl60
+ (i32.shl
+ (i32.const 1)
+ (get_local $$sub59)
+ )
)
- (set_local $$storemerge$186309
- (get_local $$incdec$ptr62)
+ (set_local $$or
+ (i32.or
+ (get_local $$shl60)
+ (get_local $$fl$0310)
+ )
)
- )
- (block
- (set_local $$12
- (get_local $$10)
+ (set_local $$incdec$ptr62
+ (i32.add
+ (get_local $$storemerge$186309)
+ (i32.const 1)
+ )
)
- (set_local $$fl$0284
- (get_local $$or)
+ (set_local $$10
+ (i32.load8_s
+ (get_local $$incdec$ptr62)
+ )
+ )
+ (set_local $$conv48
+ (i32.shr_s
+ (i32.shl
+ (get_local $$10)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
)
- (set_local $$storemerge$186282
- (get_local $$incdec$ptr62)
+ (set_local $$11
+ (i32.and
+ (get_local $$conv48)
+ (i32.const -32)
+ )
)
- (br $while-out$10)
+ (set_local $$cmp50
+ (i32.eq
+ (get_local $$11)
+ (i32.const 32)
+ )
+ )
+ (if
+ (get_local $$cmp50)
+ (block
+ (set_local $$9
+ (get_local $$10)
+ )
+ (set_local $$conv48311
+ (get_local $$conv48)
+ )
+ (set_local $$fl$0310
+ (get_local $$or)
+ )
+ (set_local $$storemerge$186309
+ (get_local $$incdec$ptr62)
+ )
+ )
+ (block
+ (set_local $$12
+ (get_local $$10)
+ )
+ (set_local $$fl$0284
+ (get_local $$or)
+ )
+ (set_local $$storemerge$186282
+ (get_local $$incdec$ptr62)
+ )
+ (br $while-out$10)
+ )
+ )
+ (br $while-in$11)
)
)
- (br $while-in$11)
)
- )
- (block
- (set_local $$12
- (get_local $$7)
- )
- (set_local $$fl$0284
- (i32.const 0)
- )
- (set_local $$storemerge$186282
- (get_local $$storemerge)
+ (block
+ (set_local $$12
+ (get_local $$7)
+ )
+ (set_local $$fl$0284
+ (i32.const 0)
+ )
+ (set_local $$storemerge$186282
+ (get_local $$storemerge)
+ )
)
)
)
- )
- (set_local $$cmp65
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$12)
+ (set_local $$cmp65
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$12)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 42)
)
- (i32.const 42)
)
- )
- (block $do-once$12
- (if
- (get_local $$cmp65)
- (block
- (set_local $$arrayidx68
- (i32.add
- (get_local $$storemerge$186282)
- (i32.const 1)
+ (block $do-once$12
+ (if
+ (get_local $$cmp65)
+ (block
+ (set_local $$arrayidx68
+ (i32.add
+ (get_local $$storemerge$186282)
+ (i32.const 1)
+ )
)
- )
- (set_local $$13
- (i32.load8_s
- (get_local $$arrayidx68)
+ (set_local $$13
+ (i32.load8_s
+ (get_local $$arrayidx68)
+ )
)
- )
- (set_local $$conv69
- (i32.shr_s
- (i32.shl
- (get_local $$13)
+ (set_local $$conv69
+ (i32.shr_s
+ (i32.shl
+ (get_local $$13)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$isdigittmp189
- (i32.add
- (get_local $$conv69)
- (i32.const -48)
+ (set_local $$isdigittmp189
+ (i32.add
+ (get_local $$conv69)
+ (i32.const -48)
+ )
)
- )
- (set_local $$isdigit190
- (i32.lt_u
- (get_local $$isdigittmp189)
- (i32.const 10)
+ (set_local $$isdigit190
+ (i32.lt_u
+ (get_local $$isdigittmp189)
+ (i32.const 10)
+ )
)
- )
- (if
- (get_local $$isdigit190)
- (block
- (set_local $$arrayidx73
- (i32.add
- (get_local $$storemerge$186282)
- (i32.const 2)
+ (if
+ (get_local $$isdigit190)
+ (block
+ (set_local $$arrayidx73
+ (i32.add
+ (get_local $$storemerge$186282)
+ (i32.const 2)
+ )
)
- )
- (set_local $$14
- (i32.load8_s
- (get_local $$arrayidx73)
+ (set_local $$14
+ (i32.load8_s
+ (get_local $$arrayidx73)
+ )
)
- )
- (set_local $$cmp75
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$14)
+ (set_local $$cmp75
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$14)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
)
- )
- (if
- (get_local $$cmp75)
- (block
- (set_local $$arrayidx81
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$isdigittmp189)
- (i32.const 2)
+ (if
+ (get_local $$cmp75)
+ (block
+ (set_local $$arrayidx81
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$isdigittmp189)
+ (i32.const 2)
+ )
)
)
- )
- (i32.store
- (get_local $$arrayidx81)
- (i32.const 10)
- )
- (set_local $$15
- (i32.load8_s
- (get_local $$arrayidx68)
+ (i32.store
+ (get_local $$arrayidx81)
+ (i32.const 10)
)
- )
- (set_local $$conv83
- (i32.shr_s
- (i32.shl
- (get_local $$15)
+ (set_local $$15
+ (i32.load8_s
+ (get_local $$arrayidx68)
+ )
+ )
+ (set_local $$conv83
+ (i32.shr_s
+ (i32.shl
+ (get_local $$15)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$sub84
- (i32.add
- (get_local $$conv83)
- (i32.const -48)
+ (set_local $$sub84
+ (i32.add
+ (get_local $$conv83)
+ (i32.const -48)
+ )
)
- )
- (set_local $$i86
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$sub84)
+ (set_local $$i86
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$sub84)
+ (i32.const 3)
+ )
+ )
+ )
+ (set_local $$16
+ (get_local $$i86)
+ )
+ (set_local $$17
+ (get_local $$16)
+ )
+ (set_local $$18
+ (i32.load
+ (get_local $$17)
+ )
+ )
+ (set_local $$19
+ (i32.add
+ (get_local $$16)
+ (i32.const 4)
+ )
+ )
+ (set_local $$20
+ (get_local $$19)
+ )
+ (set_local $$21
+ (i32.load
+ (get_local $$20)
+ )
+ )
+ (set_local $$add$ptr88
+ (i32.add
+ (get_local $$storemerge$186282)
(i32.const 3)
)
)
+ (set_local $$l10n$2
+ (i32.const 1)
+ )
+ (set_local $$storemerge$191
+ (get_local $$add$ptr88)
+ )
+ (set_local $$w$0
+ (get_local $$18)
+ )
)
- (set_local $$16
- (get_local $$i86)
+ (set_local $label
+ (i32.const 24)
)
- (set_local $$17
- (get_local $$16)
+ )
+ )
+ (set_local $label
+ (i32.const 24)
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 24)
+ )
+ (block
+ (set_local $label
+ (i32.const 0)
+ )
+ (set_local $$tobool90
+ (i32.eq
+ (get_local $$l10n$1)
+ (i32.const 0)
)
- (set_local $$18
- (i32.load
- (get_local $$17)
- )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool90)
)
- (set_local $$19
- (i32.add
- (get_local $$16)
- (i32.const 4)
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
)
+ (br $label$break$L1)
)
- (set_local $$20
- (get_local $$19)
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool25)
)
- (set_local $$21
- (i32.load
- (get_local $$20)
+ (block
+ (set_local $$fl$1
+ (get_local $$fl$0284)
)
- )
- (set_local $$add$ptr88
- (i32.add
- (get_local $$storemerge$186282)
- (i32.const 3)
+ (set_local $$incdec$ptr169269
+ (get_local $$arrayidx68)
)
+ (set_local $$l10n$3
+ (i32.const 0)
+ )
+ (set_local $$w$1
+ (i32.const 0)
+ )
+ (br $do-once$12)
)
- (set_local $$l10n$2
- (i32.const 1)
- )
- (set_local $$storemerge$191
- (get_local $$add$ptr88)
+ )
+ (set_local $$arglist_current
+ (i32.load
+ (get_local $$ap)
)
- (set_local $$w$0
- (get_local $$18)
+ )
+ (set_local $$22
+ (get_local $$arglist_current)
+ )
+ (set_local $$23
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
)
- (set_local $label
- (i32.const 24)
+ (set_local $$expanded4
+ (get_local $$23)
)
- )
- )
- (set_local $label
- (i32.const 24)
- )
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 24)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$tobool90
- (i32.eq
- (get_local $$l10n$1)
- (i32.const 0)
+ (set_local $$expanded
+ (i32.sub
+ (get_local $$expanded4)
+ (i32.const 1)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$tobool90)
+ (set_local $$24
+ (i32.add
+ (get_local $$22)
+ (get_local $$expanded)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const -1)
+ (set_local $$25
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
- (br $label$break$L1)
)
- )
- (if
- (i32.eqz
- (get_local $$tobool25)
+ (set_local $$expanded8
+ (get_local $$25)
)
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
+ (set_local $$expanded7
+ (i32.sub
+ (get_local $$expanded8)
+ (i32.const 1)
)
- (set_local $$incdec$ptr169269
- (get_local $$arrayidx68)
+ )
+ (set_local $$expanded6
+ (i32.xor
+ (get_local $$expanded7)
+ (i32.const -1)
)
- (set_local $$l10n$3
- (i32.const 0)
+ )
+ (set_local $$26
+ (i32.and
+ (get_local $$24)
+ (get_local $$expanded6)
)
- (set_local $$w$1
- (i32.const 0)
+ )
+ (set_local $$27
+ (get_local $$26)
+ )
+ (set_local $$28
+ (i32.load
+ (get_local $$27)
)
- (br $do-once$12)
)
- )
- (set_local $$arglist_current
- (i32.load
+ (set_local $$arglist_next
+ (i32.add
+ (get_local $$27)
+ (i32.const 4)
+ )
+ )
+ (i32.store
(get_local $$ap)
+ (get_local $$arglist_next)
)
- )
- (set_local $$22
- (get_local $$arglist_current)
- )
- (set_local $$23
- (i32.add
+ (set_local $$l10n$2
(i32.const 0)
- (i32.const 4)
- )
- )
- (set_local $$expanded4
- (get_local $$23)
- )
- (set_local $$expanded
- (i32.sub
- (get_local $$expanded4)
- (i32.const 1)
)
- )
- (set_local $$24
- (i32.add
- (get_local $$22)
- (get_local $$expanded)
+ (set_local $$storemerge$191
+ (get_local $$arrayidx68)
)
- )
- (set_local $$25
- (i32.add
- (i32.const 0)
- (i32.const 4)
+ (set_local $$w$0
+ (get_local $$28)
)
)
- (set_local $$expanded8
- (get_local $$25)
+ )
+ (set_local $$cmp97
+ (i32.lt_s
+ (get_local $$w$0)
+ (i32.const 0)
)
- (set_local $$expanded7
- (i32.sub
- (get_local $$expanded8)
- (i32.const 1)
+ )
+ (if
+ (get_local $$cmp97)
+ (block
+ (set_local $$or100
+ (i32.or
+ (get_local $$fl$0284)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$expanded6
- (i32.xor
- (get_local $$expanded7)
- (i32.const -1)
+ (set_local $$sub101
+ (i32.sub
+ (i32.const 0)
+ (get_local $$w$0)
+ )
)
- )
- (set_local $$26
- (i32.and
- (get_local $$24)
- (get_local $$expanded6)
+ (set_local $$fl$1
+ (get_local $$or100)
)
- )
- (set_local $$27
- (get_local $$26)
- )
- (set_local $$28
- (i32.load
- (get_local $$27)
+ (set_local $$incdec$ptr169269
+ (get_local $$storemerge$191)
)
- )
- (set_local $$arglist_next
- (i32.add
- (get_local $$27)
- (i32.const 4)
+ (set_local $$l10n$3
+ (get_local $$l10n$2)
+ )
+ (set_local $$w$1
+ (get_local $$sub101)
)
)
- (i32.store
- (get_local $$ap)
- (get_local $$arglist_next)
- )
- (set_local $$l10n$2
- (i32.const 0)
- )
- (set_local $$storemerge$191
- (get_local $$arrayidx68)
- )
- (set_local $$w$0
- (get_local $$28)
- )
- )
- )
- (set_local $$cmp97
- (i32.lt_s
- (get_local $$w$0)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp97)
- (block
- (set_local $$or100
- (i32.or
+ (block
+ (set_local $$fl$1
(get_local $$fl$0284)
- (i32.const 8192)
)
- )
- (set_local $$sub101
- (i32.sub
- (i32.const 0)
+ (set_local $$incdec$ptr169269
+ (get_local $$storemerge$191)
+ )
+ (set_local $$l10n$3
+ (get_local $$l10n$2)
+ )
+ (set_local $$w$1
(get_local $$w$0)
)
)
- (set_local $$fl$1
- (get_local $$or100)
- )
- (set_local $$incdec$ptr169269
- (get_local $$storemerge$191)
- )
- (set_local $$l10n$3
- (get_local $$l10n$2)
- )
- (set_local $$w$1
- (get_local $$sub101)
- )
- )
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
- )
- (set_local $$incdec$ptr169269
- (get_local $$storemerge$191)
- )
- (set_local $$l10n$3
- (get_local $$l10n$2)
- )
- (set_local $$w$1
- (get_local $$w$0)
- )
)
)
- )
- (block
- (set_local $$conv$4$i
- (i32.shr_s
- (i32.shl
- (get_local $$12)
+ (block
+ (set_local $$conv$4$i
+ (i32.shr_s
+ (i32.shl
+ (get_local $$12)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- )
- (set_local $$isdigittmp$5$i
- (i32.add
- (get_local $$conv$4$i)
- (i32.const -48)
- )
- )
- (set_local $$isdigit$6$i
- (i32.lt_u
- (get_local $$isdigittmp$5$i)
- (i32.const 10)
)
- )
- (if
- (get_local $$isdigit$6$i)
- (block
- (set_local $$29
- (get_local $$storemerge$186282)
- )
- (set_local $$i$07$i
- (i32.const 0)
+ (set_local $$isdigittmp$5$i
+ (i32.add
+ (get_local $$conv$4$i)
+ (i32.const -48)
)
- (set_local $$isdigittmp8$i
+ )
+ (set_local $$isdigit$6$i
+ (i32.lt_u
(get_local $$isdigittmp$5$i)
+ (i32.const 10)
)
- (loop $while-out$14 $while-in$15
- (set_local $$mul$i
- (i32.mul
- (get_local $$i$07$i)
- (i32.const 10)
- )
- )
- (set_local $$add$i
- (i32.add
- (get_local $$mul$i)
- (get_local $$isdigittmp8$i)
- )
+ )
+ (if
+ (get_local $$isdigit$6$i)
+ (block
+ (set_local $$29
+ (get_local $$storemerge$186282)
)
- (set_local $$incdec$ptr$i
- (i32.add
- (get_local $$29)
- (i32.const 1)
- )
+ (set_local $$i$07$i
+ (i32.const 0)
)
- (set_local $$30
- (i32.load8_s
- (get_local $$incdec$ptr$i)
- )
+ (set_local $$isdigittmp8$i
+ (get_local $$isdigittmp$5$i)
)
- (set_local $$conv$i
- (i32.shr_s
- (i32.shl
- (get_local $$30)
- (i32.const 24)
+ (loop $while-in$15
+ (block $while-out$14
+ (set_local $$mul$i
+ (i32.mul
+ (get_local $$i$07$i)
+ (i32.const 10)
+ )
)
- (i32.const 24)
- )
- )
- (set_local $$isdigittmp$i
- (i32.add
- (get_local $$conv$i)
- (i32.const -48)
+ (set_local $$add$i
+ (i32.add
+ (get_local $$mul$i)
+ (get_local $$isdigittmp8$i)
+ )
+ )
+ (set_local $$incdec$ptr$i
+ (i32.add
+ (get_local $$29)
+ (i32.const 1)
+ )
+ )
+ (set_local $$30
+ (i32.load8_s
+ (get_local $$incdec$ptr$i)
+ )
+ )
+ (set_local $$conv$i
+ (i32.shr_s
+ (i32.shl
+ (get_local $$30)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$isdigittmp$i
+ (i32.add
+ (get_local $$conv$i)
+ (i32.const -48)
+ )
+ )
+ (set_local $$isdigit$i
+ (i32.lt_u
+ (get_local $$isdigittmp$i)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$isdigit$i)
+ (block
+ (set_local $$29
+ (get_local $$incdec$ptr$i)
+ )
+ (set_local $$i$07$i
+ (get_local $$add$i)
+ )
+ (set_local $$isdigittmp8$i
+ (get_local $$isdigittmp$i)
+ )
+ )
+ (block
+ (set_local $$add$i$lcssa
+ (get_local $$add$i)
+ )
+ (set_local $$incdec$ptr$i$lcssa
+ (get_local $$incdec$ptr$i)
+ )
+ (br $while-out$14)
+ )
+ )
+ (br $while-in$15)
)
)
- (set_local $$isdigit$i
- (i32.lt_u
- (get_local $$isdigittmp$i)
- (i32.const 10)
+ (set_local $$cmp105
+ (i32.lt_s
+ (get_local $$add$i$lcssa)
+ (i32.const 0)
)
)
(if
- (get_local $$isdigit$i)
+ (get_local $$cmp105)
(block
- (set_local $$29
- (get_local $$incdec$ptr$i)
- )
- (set_local $$i$07$i
- (get_local $$add$i)
- )
- (set_local $$isdigittmp8$i
- (get_local $$isdigittmp$i)
+ (set_local $$retval$0
+ (i32.const -1)
)
+ (br $label$break$L1)
)
(block
- (set_local $$add$i$lcssa
- (get_local $$add$i)
+ (set_local $$fl$1
+ (get_local $$fl$0284)
+ )
+ (set_local $$incdec$ptr169269
+ (get_local $$incdec$ptr$i$lcssa)
)
- (set_local $$incdec$ptr$i$lcssa
- (get_local $$incdec$ptr$i)
+ (set_local $$l10n$3
+ (get_local $$l10n$1)
+ )
+ (set_local $$w$1
+ (get_local $$add$i$lcssa)
)
- (br $while-out$14)
)
)
- (br $while-in$15)
)
- (set_local $$cmp105
- (i32.lt_s
- (get_local $$add$i$lcssa)
- (i32.const 0)
+ (block
+ (set_local $$fl$1
+ (get_local $$fl$0284)
)
- )
- (if
- (get_local $$cmp105)
- (block
- (set_local $$retval$0
- (i32.const -1)
- )
- (br $label$break$L1)
+ (set_local $$incdec$ptr169269
+ (get_local $$storemerge$186282)
)
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
- )
- (set_local $$incdec$ptr169269
- (get_local $$incdec$ptr$i$lcssa)
- )
- (set_local $$l10n$3
- (get_local $$l10n$1)
- )
- (set_local $$w$1
- (get_local $$add$i$lcssa)
- )
+ (set_local $$l10n$3
+ (get_local $$l10n$1)
+ )
+ (set_local $$w$1
+ (i32.const 0)
)
- )
- )
- (block
- (set_local $$fl$1
- (get_local $$fl$0284)
- )
- (set_local $$incdec$ptr169269
- (get_local $$storemerge$186282)
- )
- (set_local $$l10n$3
- (get_local $$l10n$1)
- )
- (set_local $$w$1
- (i32.const 0)
)
)
)
)
)
- )
- (set_local $$31
- (i32.load8_s
- (get_local $$incdec$ptr169269)
+ (set_local $$31
+ (i32.load8_s
+ (get_local $$incdec$ptr169269)
+ )
)
- )
- (set_local $$cmp111
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$31)
+ (set_local $$cmp111
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$31)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 46)
)
- (i32.const 46)
)
- )
- (block $label$break$L46
- (if
- (get_local $$cmp111)
- (block
- (set_local $$arrayidx114
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 1)
- )
- )
- (set_local $$32
- (i32.load8_s
- (get_local $$arrayidx114)
- )
- )
- (set_local $$cmp116
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$32)
- (i32.const 24)
- )
- (i32.const 24)
+ (block $label$break$L46
+ (if
+ (get_local $$cmp111)
+ (block
+ (set_local $$arrayidx114
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 1)
)
- (i32.const 42)
)
- )
- (if
- (i32.eqz
- (get_local $$cmp116)
+ (set_local $$32
+ (i32.load8_s
+ (get_local $$arrayidx114)
+ )
)
- (block
- (set_local $$conv$4$i$197
+ (set_local $$cmp116
+ (i32.eq
(i32.shr_s
(i32.shl
(get_local $$32)
@@ -7159,269 +7045,434 @@
)
(i32.const 24)
)
+ (i32.const 42)
)
- (set_local $$isdigittmp$5$i$198
- (i32.add
- (get_local $$conv$4$i$197)
- (i32.const -48)
- )
- )
- (set_local $$isdigit$6$i$199
- (i32.lt_u
- (get_local $$isdigittmp$5$i$198)
- (i32.const 10)
- )
- )
- (if
- (get_local $$isdigit$6$i$199)
- (block
- (set_local $$49
- (get_local $$arrayidx114)
- )
- (set_local $$i$07$i$201
- (i32.const 0)
- )
- (set_local $$isdigittmp8$i$200
- (get_local $$isdigittmp$5$i$198)
- )
- )
- (block
- (set_local $$incdec$ptr169272
- (get_local $$arrayidx114)
- )
- (set_local $$p$0
- (i32.const 0)
- )
- (br $label$break$L46)
- )
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp116)
)
- (loop $while-out$17 $while-in$18
- (set_local $$mul$i$202
- (i32.mul
- (get_local $$i$07$i$201)
- (i32.const 10)
- )
- )
- (set_local $$add$i$203
- (i32.add
- (get_local $$mul$i$202)
- (get_local $$isdigittmp8$i$200)
- )
- )
- (set_local $$incdec$ptr$i$204
- (i32.add
- (get_local $$49)
- (i32.const 1)
- )
- )
- (set_local $$50
- (i32.load8_s
- (get_local $$incdec$ptr$i$204)
- )
- )
- (set_local $$conv$i$205
+ (block
+ (set_local $$conv$4$i$197
(i32.shr_s
(i32.shl
- (get_local $$50)
+ (get_local $$32)
(i32.const 24)
)
(i32.const 24)
)
)
- (set_local $$isdigittmp$i$206
+ (set_local $$isdigittmp$5$i$198
(i32.add
- (get_local $$conv$i$205)
+ (get_local $$conv$4$i$197)
(i32.const -48)
)
)
- (set_local $$isdigit$i$207
+ (set_local $$isdigit$6$i$199
(i32.lt_u
- (get_local $$isdigittmp$i$206)
+ (get_local $$isdigittmp$5$i$198)
(i32.const 10)
)
)
(if
- (get_local $$isdigit$i$207)
+ (get_local $$isdigit$6$i$199)
(block
(set_local $$49
- (get_local $$incdec$ptr$i$204)
+ (get_local $$arrayidx114)
)
(set_local $$i$07$i$201
- (get_local $$add$i$203)
+ (i32.const 0)
)
(set_local $$isdigittmp8$i$200
- (get_local $$isdigittmp$i$206)
+ (get_local $$isdigittmp$5$i$198)
)
)
(block
(set_local $$incdec$ptr169272
- (get_local $$incdec$ptr$i$204)
+ (get_local $$arrayidx114)
)
(set_local $$p$0
- (get_local $$add$i$203)
+ (i32.const 0)
)
(br $label$break$L46)
)
)
- (br $while-in$18)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $$mul$i$202
+ (i32.mul
+ (get_local $$i$07$i$201)
+ (i32.const 10)
+ )
+ )
+ (set_local $$add$i$203
+ (i32.add
+ (get_local $$mul$i$202)
+ (get_local $$isdigittmp8$i$200)
+ )
+ )
+ (set_local $$incdec$ptr$i$204
+ (i32.add
+ (get_local $$49)
+ (i32.const 1)
+ )
+ )
+ (set_local $$50
+ (i32.load8_s
+ (get_local $$incdec$ptr$i$204)
+ )
+ )
+ (set_local $$conv$i$205
+ (i32.shr_s
+ (i32.shl
+ (get_local $$50)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$isdigittmp$i$206
+ (i32.add
+ (get_local $$conv$i$205)
+ (i32.const -48)
+ )
+ )
+ (set_local $$isdigit$i$207
+ (i32.lt_u
+ (get_local $$isdigittmp$i$206)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$isdigit$i$207)
+ (block
+ (set_local $$49
+ (get_local $$incdec$ptr$i$204)
+ )
+ (set_local $$i$07$i$201
+ (get_local $$add$i$203)
+ )
+ (set_local $$isdigittmp8$i$200
+ (get_local $$isdigittmp$i$206)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169272
+ (get_local $$incdec$ptr$i$204)
+ )
+ (set_local $$p$0
+ (get_local $$add$i$203)
+ )
+ (br $label$break$L46)
+ )
+ )
+ (br $while-in$18)
+ )
+ )
)
)
- )
- (set_local $$arrayidx119
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 2)
+ (set_local $$arrayidx119
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 2)
+ )
)
- )
- (set_local $$33
- (i32.load8_s
- (get_local $$arrayidx119)
+ (set_local $$33
+ (i32.load8_s
+ (get_local $$arrayidx119)
+ )
)
- )
- (set_local $$conv120
- (i32.shr_s
- (i32.shl
- (get_local $$33)
+ (set_local $$conv120
+ (i32.shr_s
+ (i32.shl
+ (get_local $$33)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$isdigittmp187
- (i32.add
- (get_local $$conv120)
- (i32.const -48)
+ (set_local $$isdigittmp187
+ (i32.add
+ (get_local $$conv120)
+ (i32.const -48)
+ )
)
- )
- (set_local $$isdigit188
- (i32.lt_u
- (get_local $$isdigittmp187)
- (i32.const 10)
+ (set_local $$isdigit188
+ (i32.lt_u
+ (get_local $$isdigittmp187)
+ (i32.const 10)
+ )
)
- )
- (if
- (get_local $$isdigit188)
- (block
- (set_local $$arrayidx124
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 3)
+ (if
+ (get_local $$isdigit188)
+ (block
+ (set_local $$arrayidx124
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 3)
+ )
)
- )
- (set_local $$34
- (i32.load8_s
- (get_local $$arrayidx124)
+ (set_local $$34
+ (i32.load8_s
+ (get_local $$arrayidx124)
+ )
)
- )
- (set_local $$cmp126
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$34)
+ (set_local $$cmp126
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$34)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 36)
)
- (i32.const 36)
)
- )
- (if
- (get_local $$cmp126)
- (block
- (set_local $$arrayidx132
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$isdigittmp187)
- (i32.const 2)
+ (if
+ (get_local $$cmp126)
+ (block
+ (set_local $$arrayidx132
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$isdigittmp187)
+ (i32.const 2)
+ )
)
)
- )
- (i32.store
- (get_local $$arrayidx132)
- (i32.const 10)
- )
- (set_local $$35
- (i32.load8_s
- (get_local $$arrayidx119)
+ (i32.store
+ (get_local $$arrayidx132)
+ (i32.const 10)
)
- )
- (set_local $$conv134
- (i32.shr_s
- (i32.shl
- (get_local $$35)
+ (set_local $$35
+ (i32.load8_s
+ (get_local $$arrayidx119)
+ )
+ )
+ (set_local $$conv134
+ (i32.shr_s
+ (i32.shl
+ (get_local $$35)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$sub135
- (i32.add
- (get_local $$conv134)
- (i32.const -48)
+ (set_local $$sub135
+ (i32.add
+ (get_local $$conv134)
+ (i32.const -48)
+ )
)
- )
- (set_local $$i137
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$sub135)
- (i32.const 3)
+ (set_local $$i137
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$sub135)
+ (i32.const 3)
+ )
+ )
+ )
+ (set_local $$36
+ (get_local $$i137)
+ )
+ (set_local $$37
+ (get_local $$36)
+ )
+ (set_local $$38
+ (i32.load
+ (get_local $$37)
+ )
+ )
+ (set_local $$39
+ (i32.add
+ (get_local $$36)
+ (i32.const 4)
+ )
+ )
+ (set_local $$40
+ (get_local $$39)
+ )
+ (set_local $$41
+ (i32.load
+ (get_local $$40)
+ )
+ )
+ (set_local $$add$ptr139
+ (i32.add
+ (get_local $$incdec$ptr169269)
+ (i32.const 4)
)
)
+ (set_local $$incdec$ptr169272
+ (get_local $$add$ptr139)
+ )
+ (set_local $$p$0
+ (get_local $$38)
+ )
+ (br $label$break$L46)
+ )
+ )
+ )
+ )
+ (set_local $$tobool141
+ (i32.eq
+ (get_local $$l10n$3)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool141)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ )
+ (if
+ (get_local $$tobool25)
+ (block
+ (set_local $$arglist_current2
+ (i32.load
+ (get_local $$ap)
)
- (set_local $$36
- (get_local $$i137)
+ )
+ (set_local $$42
+ (get_local $$arglist_current2)
+ )
+ (set_local $$43
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
- (set_local $$37
- (get_local $$36)
+ )
+ (set_local $$expanded11
+ (get_local $$43)
+ )
+ (set_local $$expanded10
+ (i32.sub
+ (get_local $$expanded11)
+ (i32.const 1)
)
- (set_local $$38
- (i32.load
- (get_local $$37)
- )
+ )
+ (set_local $$44
+ (i32.add
+ (get_local $$42)
+ (get_local $$expanded10)
)
- (set_local $$39
- (i32.add
- (get_local $$36)
- (i32.const 4)
- )
+ )
+ (set_local $$45
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
)
- (set_local $$40
- (get_local $$39)
+ )
+ (set_local $$expanded15
+ (get_local $$45)
+ )
+ (set_local $$expanded14
+ (i32.sub
+ (get_local $$expanded15)
+ (i32.const 1)
)
- (set_local $$41
- (i32.load
- (get_local $$40)
- )
+ )
+ (set_local $$expanded13
+ (i32.xor
+ (get_local $$expanded14)
+ (i32.const -1)
)
- (set_local $$add$ptr139
- (i32.add
- (get_local $$incdec$ptr169269)
- (i32.const 4)
- )
+ )
+ (set_local $$46
+ (i32.and
+ (get_local $$44)
+ (get_local $$expanded13)
)
- (set_local $$incdec$ptr169272
- (get_local $$add$ptr139)
+ )
+ (set_local $$47
+ (get_local $$46)
+ )
+ (set_local $$48
+ (i32.load
+ (get_local $$47)
)
- (set_local $$p$0
- (get_local $$38)
+ )
+ (set_local $$arglist_next3
+ (i32.add
+ (get_local $$47)
+ (i32.const 4)
)
- (br $label$break$L46)
+ )
+ (i32.store
+ (get_local $$ap)
+ (get_local $$arglist_next3)
+ )
+ (set_local $$incdec$ptr169272
+ (get_local $$arrayidx119)
+ )
+ (set_local $$p$0
+ (get_local $$48)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr169272
+ (get_local $$arrayidx119)
+ )
+ (set_local $$p$0
+ (i32.const 0)
)
)
)
)
- (set_local $$tobool141
- (i32.eq
- (get_local $$l10n$3)
- (i32.const 0)
+ (block
+ (set_local $$incdec$ptr169272
+ (get_local $$incdec$ptr169269)
+ )
+ (set_local $$p$0
+ (i32.const -1)
)
)
- (if
- (i32.eqz
- (get_local $$tobool141)
+ )
+ )
+ (set_local $$incdec$ptr169271
+ (get_local $$incdec$ptr169272)
+ )
+ (set_local $$st$0
+ (i32.const 0)
+ )
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $$51
+ (i32.load8_s
+ (get_local $$incdec$ptr169271)
+ )
+ )
+ (set_local $$conv163
+ (i32.shr_s
+ (i32.shl
+ (get_local $$51)
+ (i32.const 24)
+ )
+ (i32.const 24)
+ )
+ )
+ (set_local $$sub164
+ (i32.add
+ (get_local $$conv163)
+ (i32.const -65)
+ )
+ )
+ (set_local $$cmp165
+ (i32.gt_u
+ (get_local $$sub164)
+ (i32.const 57)
)
+ )
+ (if
+ (get_local $$cmp165)
(block
(set_local $$retval$0
(i32.const -1)
@@ -7429,145 +7480,93 @@
(br $label$break$L1)
)
)
- (if
- (get_local $$tobool25)
- (block
- (set_local $$arglist_current2
- (i32.load
- (get_local $$ap)
- )
- )
- (set_local $$42
- (get_local $$arglist_current2)
- )
- (set_local $$43
- (i32.add
- (i32.const 0)
- (i32.const 4)
- )
- )
- (set_local $$expanded11
- (get_local $$43)
- )
- (set_local $$expanded10
- (i32.sub
- (get_local $$expanded11)
- (i32.const 1)
- )
- )
- (set_local $$44
- (i32.add
- (get_local $$42)
- (get_local $$expanded10)
- )
- )
- (set_local $$45
- (i32.add
- (i32.const 0)
- (i32.const 4)
- )
- )
- (set_local $$expanded15
- (get_local $$45)
- )
- (set_local $$expanded14
- (i32.sub
- (get_local $$expanded15)
- (i32.const 1)
- )
- )
- (set_local $$expanded13
- (i32.xor
- (get_local $$expanded14)
- (i32.const -1)
- )
- )
- (set_local $$46
- (i32.and
- (get_local $$44)
- (get_local $$expanded13)
+ (set_local $$incdec$ptr169
+ (i32.add
+ (get_local $$incdec$ptr169271)
+ (i32.const 1)
+ )
+ )
+ (set_local $$arrayidx173
+ (i32.add
+ (i32.add
+ (i32.const 3611)
+ (i32.mul
+ (get_local $$st$0)
+ (i32.const 58)
)
)
- (set_local $$47
- (get_local $$46)
- )
- (set_local $$48
- (i32.load
- (get_local $$47)
- )
+ (get_local $$sub164)
+ )
+ )
+ (set_local $$52
+ (i32.load8_s
+ (get_local $$arrayidx173)
+ )
+ )
+ (set_local $$conv174
+ (i32.and
+ (get_local $$52)
+ (i32.const 255)
+ )
+ )
+ (set_local $$sub175
+ (i32.add
+ (get_local $$conv174)
+ (i32.const -1)
+ )
+ )
+ (set_local $$cmp176
+ (i32.lt_u
+ (get_local $$sub175)
+ (i32.const 8)
+ )
+ )
+ (if
+ (get_local $$cmp176)
+ (block
+ (set_local $$incdec$ptr169271
+ (get_local $$incdec$ptr169)
)
- (set_local $$arglist_next3
- (i32.add
- (get_local $$47)
- (i32.const 4)
- )
+ (set_local $$st$0
+ (get_local $$conv174)
)
- (i32.store
- (get_local $$ap)
- (get_local $$arglist_next3)
+ )
+ (block
+ (set_local $$$lcssa
+ (get_local $$52)
)
- (set_local $$incdec$ptr169272
- (get_local $$arrayidx119)
+ (set_local $$conv174$lcssa
+ (get_local $$conv174)
)
- (set_local $$p$0
- (get_local $$48)
+ (set_local $$incdec$ptr169$lcssa
+ (get_local $$incdec$ptr169)
)
- )
- (block
- (set_local $$incdec$ptr169272
- (get_local $$arrayidx119)
+ (set_local $$incdec$ptr169271$lcssa414
+ (get_local $$incdec$ptr169271)
)
- (set_local $$p$0
- (i32.const 0)
+ (set_local $$st$0$lcssa415
+ (get_local $$st$0)
)
+ (br $while-out$19)
)
)
- )
- (block
- (set_local $$incdec$ptr169272
- (get_local $$incdec$ptr169269)
- )
- (set_local $$p$0
- (i32.const -1)
- )
- )
- )
- )
- (set_local $$incdec$ptr169271
- (get_local $$incdec$ptr169272)
- )
- (set_local $$st$0
- (i32.const 0)
- )
- (loop $while-out$19 $while-in$20
- (set_local $$51
- (i32.load8_s
- (get_local $$incdec$ptr169271)
+ (br $while-in$20)
)
)
- (set_local $$conv163
- (i32.shr_s
- (i32.shl
- (get_local $$51)
+ (set_local $$tobool178
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$$lcssa)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
- )
- )
- (set_local $$sub164
- (i32.add
- (get_local $$conv163)
- (i32.const -65)
- )
- )
- (set_local $$cmp165
- (i32.gt_u
- (get_local $$sub164)
- (i32.const 57)
+ (i32.const 0)
)
)
(if
- (get_local $$cmp165)
+ (get_local $$tobool178)
(block
(set_local $$retval$0
(i32.const -1)
@@ -7575,396 +7574,329 @@
(br $label$break$L1)
)
)
- (set_local $$incdec$ptr169
- (i32.add
- (get_local $$incdec$ptr169271)
- (i32.const 1)
- )
- )
- (set_local $$arrayidx173
- (i32.add
- (i32.add
- (i32.const 3611)
- (i32.mul
- (get_local $$st$0)
- (i32.const 58)
+ (set_local $$cmp181
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$$lcssa)
+ (i32.const 24)
)
- )
- (get_local $$sub164)
- )
- )
- (set_local $$52
- (i32.load8_s
- (get_local $$arrayidx173)
- )
- )
- (set_local $$conv174
- (i32.and
- (get_local $$52)
- (i32.const 255)
- )
- )
- (set_local $$sub175
- (i32.add
- (get_local $$conv174)
- (i32.const -1)
- )
- )
- (set_local $$cmp176
- (i32.lt_u
- (get_local $$sub175)
- (i32.const 8)
- )
- )
- (if
- (get_local $$cmp176)
- (block
- (set_local $$incdec$ptr169271
- (get_local $$incdec$ptr169)
- )
- (set_local $$st$0
- (get_local $$conv174)
- )
- )
- (block
- (set_local $$$lcssa
- (get_local $$52)
- )
- (set_local $$conv174$lcssa
- (get_local $$conv174)
- )
- (set_local $$incdec$ptr169$lcssa
- (get_local $$incdec$ptr169)
- )
- (set_local $$incdec$ptr169271$lcssa414
- (get_local $$incdec$ptr169271)
- )
- (set_local $$st$0$lcssa415
- (get_local $$st$0)
- )
- (br $while-out$19)
- )
- )
- (br $while-in$20)
- )
- (set_local $$tobool178
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$$lcssa)
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 19)
)
- (i32.const 0)
)
- )
- (if
- (get_local $$tobool178)
- (block
- (set_local $$retval$0
+ (set_local $$cmp184
+ (i32.gt_s
+ (get_local $$argpos$0)
(i32.const -1)
)
- (br $label$break$L1)
- )
- )
- (set_local $$cmp181
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$$lcssa)
- (i32.const 24)
- )
- (i32.const 24)
- )
- (i32.const 19)
)
- )
- (set_local $$cmp184
- (i32.gt_s
- (get_local $$argpos$0)
- (i32.const -1)
- )
- )
- (block $do-once$21
- (if
- (get_local $$cmp181)
+ (block $do-once$21
(if
- (get_local $$cmp184)
- (block
- (set_local $$retval$0
- (i32.const -1)
- )
- (br $label$break$L1)
- )
- (set_local $label
- (i32.const 52)
- )
- )
- (block
+ (get_local $$cmp181)
(if
(get_local $$cmp184)
(block
- (set_local $$arrayidx192
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$argpos$0)
- (i32.const 2)
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ (set_local $label
+ (i32.const 52)
+ )
+ )
+ (block
+ (if
+ (get_local $$cmp184)
+ (block
+ (set_local $$arrayidx192
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$argpos$0)
+ (i32.const 2)
+ )
)
)
- )
- (i32.store
- (get_local $$arrayidx192)
- (get_local $$conv174$lcssa)
- )
- (set_local $$53
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$argpos$0)
- (i32.const 3)
+ (i32.store
+ (get_local $$arrayidx192)
+ (get_local $$conv174$lcssa)
+ )
+ (set_local $$53
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$argpos$0)
+ (i32.const 3)
+ )
)
)
- )
- (set_local $$54
- (get_local $$53)
- )
- (set_local $$55
- (get_local $$54)
- )
- (set_local $$56
- (i32.load
- (get_local $$55)
+ (set_local $$54
+ (get_local $$53)
)
- )
- (set_local $$57
- (i32.add
+ (set_local $$55
(get_local $$54)
- (i32.const 4)
)
- )
- (set_local $$58
- (get_local $$57)
- )
- (set_local $$59
- (i32.load
- (get_local $$58)
+ (set_local $$56
+ (i32.load
+ (get_local $$55)
+ )
)
- )
- (set_local $$60
- (get_local $$arg)
- )
- (set_local $$61
- (get_local $$60)
- )
- (i32.store
- (get_local $$61)
- (get_local $$56)
- )
- (set_local $$62
- (i32.add
+ (set_local $$57
+ (i32.add
+ (get_local $$54)
+ (i32.const 4)
+ )
+ )
+ (set_local $$58
+ (get_local $$57)
+ )
+ (set_local $$59
+ (i32.load
+ (get_local $$58)
+ )
+ )
+ (set_local $$60
+ (get_local $$arg)
+ )
+ (set_local $$61
(get_local $$60)
- (i32.const 4)
)
+ (i32.store
+ (get_local $$61)
+ (get_local $$56)
+ )
+ (set_local $$62
+ (i32.add
+ (get_local $$60)
+ (i32.const 4)
+ )
+ )
+ (set_local $$63
+ (get_local $$62)
+ )
+ (i32.store
+ (get_local $$63)
+ (get_local $$59)
+ )
+ (set_local $label
+ (i32.const 52)
+ )
+ (br $do-once$21)
)
- (set_local $$63
- (get_local $$62)
- )
- (i32.store
- (get_local $$63)
- (get_local $$59)
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool25)
)
- (set_local $label
- (i32.const 52)
+ (block
+ (set_local $$retval$0
+ (i32.const 0)
+ )
+ (br $label$break$L1)
)
- (br $do-once$21)
)
+ (call $_pop_arg_336
+ (get_local $$arg)
+ (get_local $$conv174$lcssa)
+ (get_local $$ap)
+ )
+ )
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 52)
+ )
+ (block
+ (set_local $label
+ (i32.const 0)
)
(if
(i32.eqz
(get_local $$tobool25)
)
(block
- (set_local $$retval$0
- (i32.const 0)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
)
- (br $label$break$L1)
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$sub$ptr$sub)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
)
)
- (call $_pop_arg_336
- (get_local $$arg)
- (get_local $$conv174$lcssa)
- (get_local $$ap)
- )
)
)
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 52)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (if
- (i32.eqz
- (get_local $$tobool25)
- )
- (block
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
- )
- (set_local $$l$0
- (get_local $$sub$ptr$sub)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
- )
+ (set_local $$64
+ (i32.load8_s
+ (get_local $$incdec$ptr169271$lcssa414)
)
)
- )
- (set_local $$64
- (i32.load8_s
- (get_local $$incdec$ptr169271$lcssa414)
- )
- )
- (set_local $$conv207
- (i32.shr_s
- (i32.shl
- (get_local $$64)
+ (set_local $$conv207
+ (i32.shr_s
+ (i32.shl
+ (get_local $$64)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
)
- )
- (set_local $$tobool208
- (i32.ne
- (get_local $$st$0$lcssa415)
- (i32.const 0)
+ (set_local $$tobool208
+ (i32.ne
+ (get_local $$st$0$lcssa415)
+ (i32.const 0)
+ )
)
- )
- (set_local $$and210
- (i32.and
- (get_local $$conv207)
- (i32.const 15)
+ (set_local $$and210
+ (i32.and
+ (get_local $$conv207)
+ (i32.const 15)
+ )
)
- )
- (set_local $$cmp211
- (i32.eq
- (get_local $$and210)
- (i32.const 3)
+ (set_local $$cmp211
+ (i32.eq
+ (get_local $$and210)
+ (i32.const 3)
+ )
)
- )
- (set_local $$or$cond192
- (i32.and
- (get_local $$tobool208)
- (get_local $$cmp211)
+ (set_local $$or$cond192
+ (i32.and
+ (get_local $$tobool208)
+ (get_local $$cmp211)
+ )
)
- )
- (set_local $$and214
- (i32.and
- (get_local $$conv207)
- (i32.const -33)
+ (set_local $$and214
+ (i32.and
+ (get_local $$conv207)
+ (i32.const -33)
+ )
)
- )
- (set_local $$t$0
- (if
- (get_local $$or$cond192)
- (get_local $$and214)
- (get_local $$conv207)
+ (set_local $$t$0
+ (if
+ (get_local $$or$cond192)
+ (get_local $$and214)
+ (get_local $$conv207)
+ )
)
- )
- (set_local $$and216
- (i32.and
- (get_local $$fl$1)
- (i32.const 8192)
+ (set_local $$and216
+ (i32.and
+ (get_local $$fl$1)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$tobool217
- (i32.eq
- (get_local $$and216)
- (i32.const 0)
+ (set_local $$tobool217
+ (i32.eq
+ (get_local $$and216)
+ (i32.const 0)
+ )
)
- )
- (set_local $$and219
- (i32.and
- (get_local $$fl$1)
- (i32.const -65537)
+ (set_local $$and219
+ (i32.and
+ (get_local $$fl$1)
+ (i32.const -65537)
+ )
)
- )
- (set_local $$fl$1$and219
- (if
- (get_local $$tobool217)
- (get_local $$fl$1)
- (get_local $$and219)
+ (set_local $$fl$1$and219
+ (if
+ (get_local $$tobool217)
+ (get_local $$fl$1)
+ (get_local $$and219)
+ )
)
- )
- (block $label$break$L75
- (block $switch$24
- (block $switch-default$127
+ (block $label$break$L75
+ (block $switch$24
(block $switch-default$127
- (block $switch-case$126
- (block $switch-case$55
- (block $switch-case$54
- (block $switch-case$53
- (block $switch-case$52
- (block $switch-case$51
- (block $switch-case$50
- (block $switch-case$49
- (block $switch-case$48
- (block $switch-case$47
- (block $switch-case$46
- (block $switch-case$45
- (block $switch-case$44
- (block $switch-case$43
- (block $switch-case$42
- (block $switch-case$41
- (block $switch-case$40
- (block $switch-case$37
- (block $switch-case$36
- (block $switch-case$35
- (block $switch-case$34
- (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$52 $switch-case$51 $switch-case$50 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$53 $switch-default$127 $switch-case$44 $switch-case$42 $switch-case$126 $switch-case$55 $switch-case$54 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$37 $switch-default$127
- (i32.sub
- (get_local $$t$0)
- (i32.const 65)
+ (block $switch-default$127
+ (block $switch-case$126
+ (block $switch-case$55
+ (block $switch-case$54
+ (block $switch-case$53
+ (block $switch-case$52
+ (block $switch-case$51
+ (block $switch-case$50
+ (block $switch-case$49
+ (block $switch-case$48
+ (block $switch-case$47
+ (block $switch-case$46
+ (block $switch-case$45
+ (block $switch-case$44
+ (block $switch-case$43
+ (block $switch-case$42
+ (block $switch-case$41
+ (block $switch-case$40
+ (block $switch-case$37
+ (block $switch-case$36
+ (block $switch-case$35
+ (block $switch-case$34
+ (br_table $switch-case$49 $switch-default$127 $switch-case$47 $switch-default$127 $switch-case$52 $switch-case$51 $switch-case$50 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$48 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$36 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$53 $switch-default$127 $switch-case$44 $switch-case$42 $switch-case$126 $switch-case$55 $switch-case$54 $switch-default$127 $switch-case$41 $switch-default$127 $switch-default$127 $switch-default$127 $switch-case$45 $switch-case$34 $switch-case$40 $switch-case$35 $switch-default$127 $switch-default$127 $switch-case$46 $switch-default$127 $switch-case$43 $switch-default$127 $switch-default$127 $switch-case$37 $switch-default$127
+ (i32.sub
+ (get_local $$t$0)
+ (i32.const 65)
+ )
)
)
- )
- (block
- (block $switch$25
- (block $switch-default$33
+ (block
+ (block $switch$25
(block $switch-default$33
- (block $switch-case$32
- (block $switch-case$31
- (block $switch-case$30
- (block $switch-case$29
- (block $switch-case$28
- (block $switch-case$27
- (block $switch-case$26
- (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
- (i32.sub
- (get_local $$st$0$lcssa415)
- (i32.const 0)
+ (block $switch-default$33
+ (block $switch-case$32
+ (block $switch-case$31
+ (block $switch-case$30
+ (block $switch-case$29
+ (block $switch-case$28
+ (block $switch-case$27
+ (block $switch-case$26
+ (br_table $switch-case$26 $switch-case$27 $switch-case$28 $switch-case$29 $switch-case$30 $switch-default$33 $switch-case$31 $switch-case$32 $switch-default$33
+ (i32.sub
+ (get_local $$st$0$lcssa415)
+ (i32.const 0)
+ )
)
)
+ (block
+ (set_local $$71
+ (i32.load
+ (get_local $$arg)
+ )
+ )
+ (i32.store
+ (get_local $$71)
+ (get_local $$cnt$1)
+ )
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
+ )
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$sub$ptr$sub)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
+ (br $switch$25)
+ )
)
(block
- (set_local $$71
+ (set_local $$72
(i32.load
(get_local $$arg)
)
)
(i32.store
- (get_local $$71)
+ (get_local $$72)
(get_local $$cnt$1)
)
(set_local $$cnt$0
@@ -7984,15 +7916,49 @@
)
)
(block
- (set_local $$72
+ (set_local $$73
+ (i32.lt_s
+ (get_local $$cnt$1)
+ (i32.const 0)
+ )
+ )
+ (set_local $$74
+ (i32.shr_s
+ (i32.shl
+ (get_local $$73)
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
+ (set_local $$75
(i32.load
(get_local $$arg)
)
)
+ (set_local $$76
+ (get_local $$75)
+ )
+ (set_local $$77
+ (get_local $$76)
+ )
(i32.store
- (get_local $$72)
+ (get_local $$77)
(get_local $$cnt$1)
)
+ (set_local $$78
+ (i32.add
+ (get_local $$76)
+ (i32.const 4)
+ )
+ )
+ (set_local $$79
+ (get_local $$78)
+ )
+ (i32.store
+ (get_local $$79)
+ (get_local $$74)
+ )
(set_local $$cnt$0
(get_local $$cnt$1)
)
@@ -8010,48 +7976,20 @@
)
)
(block
- (set_local $$73
- (i32.lt_s
+ (set_local $$conv229
+ (i32.and
(get_local $$cnt$1)
- (i32.const 0)
- )
- )
- (set_local $$74
- (i32.shr_s
- (i32.shl
- (get_local $$73)
- (i32.const 31)
- )
- (i32.const 31)
+ (i32.const 65535)
)
)
- (set_local $$75
+ (set_local $$80
(i32.load
(get_local $$arg)
)
)
- (set_local $$76
- (get_local $$75)
- )
- (set_local $$77
- (get_local $$76)
- )
- (i32.store
- (get_local $$77)
- (get_local $$cnt$1)
- )
- (set_local $$78
- (i32.add
- (get_local $$76)
- (i32.const 4)
- )
- )
- (set_local $$79
- (get_local $$78)
- )
- (i32.store
- (get_local $$79)
- (get_local $$74)
+ (i32.store16
+ (get_local $$80)
+ (get_local $$conv229)
)
(set_local $$cnt$0
(get_local $$cnt$1)
@@ -8070,20 +8008,20 @@
)
)
(block
- (set_local $$conv229
+ (set_local $$conv232
(i32.and
(get_local $$cnt$1)
- (i32.const 65535)
+ (i32.const 255)
)
)
- (set_local $$80
+ (set_local $$81
(i32.load
(get_local $$arg)
)
)
- (i32.store16
- (get_local $$80)
- (get_local $$conv229)
+ (i32.store8
+ (get_local $$81)
+ (get_local $$conv232)
)
(set_local $$cnt$0
(get_local $$cnt$1)
@@ -8102,20 +8040,14 @@
)
)
(block
- (set_local $$conv232
- (i32.and
- (get_local $$cnt$1)
- (i32.const 255)
- )
- )
- (set_local $$81
+ (set_local $$82
(i32.load
(get_local $$arg)
)
)
- (i32.store8
- (get_local $$81)
- (get_local $$conv232)
+ (i32.store
+ (get_local $$82)
+ (get_local $$cnt$1)
)
(set_local $$cnt$0
(get_local $$cnt$1)
@@ -8134,15 +8066,49 @@
)
)
(block
- (set_local $$82
+ (set_local $$83
+ (i32.lt_s
+ (get_local $$cnt$1)
+ (i32.const 0)
+ )
+ )
+ (set_local $$84
+ (i32.shr_s
+ (i32.shl
+ (get_local $$83)
+ (i32.const 31)
+ )
+ (i32.const 31)
+ )
+ )
+ (set_local $$85
(i32.load
(get_local $$arg)
)
)
+ (set_local $$86
+ (get_local $$85)
+ )
+ (set_local $$87
+ (get_local $$86)
+ )
(i32.store
- (get_local $$82)
+ (get_local $$87)
(get_local $$cnt$1)
)
+ (set_local $$88
+ (i32.add
+ (get_local $$86)
+ (i32.const 4)
+ )
+ )
+ (set_local $$89
+ (get_local $$88)
+ )
+ (i32.store
+ (get_local $$89)
+ (get_local $$84)
+ )
(set_local $$cnt$0
(get_local $$cnt$1)
)
@@ -8160,49 +8126,6 @@
)
)
(block
- (set_local $$83
- (i32.lt_s
- (get_local $$cnt$1)
- (i32.const 0)
- )
- )
- (set_local $$84
- (i32.shr_s
- (i32.shl
- (get_local $$83)
- (i32.const 31)
- )
- (i32.const 31)
- )
- )
- (set_local $$85
- (i32.load
- (get_local $$arg)
- )
- )
- (set_local $$86
- (get_local $$85)
- )
- (set_local $$87
- (get_local $$86)
- )
- (i32.store
- (get_local $$87)
- (get_local $$cnt$1)
- )
- (set_local $$88
- (i32.add
- (get_local $$86)
- (i32.const 4)
- )
- )
- (set_local $$89
- (get_local $$88)
- )
- (i32.store
- (get_local $$89)
- (get_local $$84)
- )
(set_local $$cnt$0
(get_local $$cnt$1)
)
@@ -8216,589 +8139,598 @@
(get_local $$l10n$3)
)
(br $label$continue$L1)
- (br $switch$25)
- )
- )
- (block
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
)
- (set_local $$l$0
- (get_local $$sub$ptr$sub)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
)
)
+ (br $switch$24)
)
- (br $switch$24)
)
- )
- (block
- (set_local $$cmp240
- (i32.gt_u
- (get_local $$p$0)
- (i32.const 8)
+ (block
+ (set_local $$cmp240
+ (i32.gt_u
+ (get_local $$p$0)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cond245
- (if
- (get_local $$cmp240)
- (get_local $$p$0)
- (i32.const 8)
+ (set_local $$cond245
+ (if
+ (get_local $$cmp240)
+ (get_local $$p$0)
+ (i32.const 8)
+ )
)
- )
- (set_local $$or246
- (i32.or
- (get_local $$fl$1$and219)
- (i32.const 8)
+ (set_local $$or246
+ (i32.or
+ (get_local $$fl$1$and219)
+ (i32.const 8)
+ )
)
+ (set_local $$fl$3
+ (get_local $$or246)
+ )
+ (set_local $$p$1
+ (get_local $$cond245)
+ )
+ (set_local $$t$1
+ (i32.const 120)
+ )
+ (set_local $label
+ (i32.const 64)
+ )
+ (br $switch$24)
)
- (set_local $$fl$3
- (get_local $$or246)
- )
- (set_local $$p$1
- (get_local $$cond245)
- )
- (set_local $$t$1
- (i32.const 120)
- )
- (set_local $label
- (i32.const 64)
- )
- (br $switch$24)
)
+ (nop)
)
- (nop)
- )
- (block
- (set_local $$fl$3
- (get_local $$fl$1$and219)
- )
- (set_local $$p$1
- (get_local $$p$0)
- )
- (set_local $$t$1
- (get_local $$t$0)
- )
- (set_local $label
- (i32.const 64)
+ (block
+ (set_local $$fl$3
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$p$1
+ (get_local $$p$0)
+ )
+ (set_local $$t$1
+ (get_local $$t$0)
+ )
+ (set_local $label
+ (i32.const 64)
+ )
+ (br $switch$24)
)
- (br $switch$24)
)
- )
- (block
- (set_local $$116
- (get_local $$arg)
- )
- (set_local $$117
- (get_local $$116)
- )
- (set_local $$118
- (i32.load
- (get_local $$117)
+ (block
+ (set_local $$116
+ (get_local $$arg)
)
- )
- (set_local $$119
- (i32.add
+ (set_local $$117
(get_local $$116)
- (i32.const 4)
- )
- )
- (set_local $$120
- (get_local $$119)
- )
- (set_local $$121
- (i32.load
- (get_local $$120)
)
- )
- (set_local $$122
- (i32.eq
- (get_local $$118)
- (i32.const 0)
+ (set_local $$118
+ (i32.load
+ (get_local $$117)
+ )
)
- )
- (set_local $$123
- (i32.eq
- (get_local $$121)
- (i32.const 0)
+ (set_local $$119
+ (i32.add
+ (get_local $$116)
+ (i32.const 4)
+ )
)
- )
- (set_local $$124
- (i32.and
- (get_local $$122)
- (get_local $$123)
+ (set_local $$120
+ (get_local $$119)
)
- )
- (if
- (get_local $$124)
- (set_local $$s$addr$0$lcssa$i$229
- (get_local $$add$ptr205)
+ (set_local $$121
+ (i32.load
+ (get_local $$120)
+ )
)
- (block
- (set_local $$126
+ (set_local $$122
+ (i32.eq
(get_local $$118)
+ (i32.const 0)
)
- (set_local $$129
+ )
+ (set_local $$123
+ (i32.eq
(get_local $$121)
+ (i32.const 0)
+ )
+ )
+ (set_local $$124
+ (i32.and
+ (get_local $$122)
+ (get_local $$123)
)
- (set_local $$s$addr$06$i$221
+ )
+ (if
+ (get_local $$124)
+ (set_local $$s$addr$0$lcssa$i$229
(get_local $$add$ptr205)
)
- (loop $while-out$38 $while-in$39
- (set_local $$125
- (i32.and
- (get_local $$126)
- (i32.const 7)
- )
- )
- (set_local $$127
- (i32.or
- (get_local $$125)
- (i32.const 48)
- )
- )
- (set_local $$128
- (i32.and
- (get_local $$127)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr$i$225
- (i32.add
- (get_local $$s$addr$06$i$221)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr$i$225)
- (get_local $$128)
- )
- (set_local $$130
- (call $_bitshift64Lshr
- (get_local $$126)
- (get_local $$129)
- (i32.const 3)
- )
- )
- (set_local $$131
- (i32.load
- (i32.const 168)
- )
+ (block
+ (set_local $$126
+ (get_local $$118)
)
- (set_local $$132
- (i32.eq
- (get_local $$130)
- (i32.const 0)
- )
+ (set_local $$129
+ (get_local $$121)
)
- (set_local $$133
- (i32.eq
- (get_local $$131)
- (i32.const 0)
- )
- )
- (set_local $$134
- (i32.and
- (get_local $$132)
- (get_local $$133)
- )
+ (set_local $$s$addr$06$i$221
+ (get_local $$add$ptr205)
)
- (if
- (get_local $$134)
- (block
- (set_local $$s$addr$0$lcssa$i$229
- (get_local $$incdec$ptr$i$225)
+ (loop $while-in$39
+ (block $while-out$38
+ (set_local $$125
+ (i32.and
+ (get_local $$126)
+ (i32.const 7)
+ )
)
- (br $while-out$38)
- )
- (block
- (set_local $$126
- (get_local $$130)
+ (set_local $$127
+ (i32.or
+ (get_local $$125)
+ (i32.const 48)
+ )
)
- (set_local $$129
- (get_local $$131)
+ (set_local $$128
+ (i32.and
+ (get_local $$127)
+ (i32.const 255)
+ )
)
- (set_local $$s$addr$06$i$221
+ (set_local $$incdec$ptr$i$225
+ (i32.add
+ (get_local $$s$addr$06$i$221)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
(get_local $$incdec$ptr$i$225)
+ (get_local $$128)
+ )
+ (set_local $$130
+ (call $_bitshift64Lshr
+ (get_local $$126)
+ (get_local $$129)
+ (i32.const 3)
+ )
+ )
+ (set_local $$131
+ (get_global $tempRet0)
+ )
+ (set_local $$132
+ (i32.eq
+ (get_local $$130)
+ (i32.const 0)
+ )
+ )
+ (set_local $$133
+ (i32.eq
+ (get_local $$131)
+ (i32.const 0)
+ )
+ )
+ (set_local $$134
+ (i32.and
+ (get_local $$132)
+ (get_local $$133)
+ )
+ )
+ (if
+ (get_local $$134)
+ (block
+ (set_local $$s$addr$0$lcssa$i$229
+ (get_local $$incdec$ptr$i$225)
+ )
+ (br $while-out$38)
+ )
+ (block
+ (set_local $$126
+ (get_local $$130)
+ )
+ (set_local $$129
+ (get_local $$131)
+ )
+ (set_local $$s$addr$06$i$221
+ (get_local $$incdec$ptr$i$225)
+ )
+ )
)
+ (br $while-in$39)
)
)
- (br $while-in$39)
)
)
- )
- (set_local $$and263
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
- )
- )
- (set_local $$tobool264
- (i32.eq
- (get_local $$and263)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool264)
- (block
- (set_local $$a$0
- (get_local $$s$addr$0$lcssa$i$229)
- )
- (set_local $$fl$4
+ (set_local $$and263
+ (i32.and
(get_local $$fl$1$and219)
+ (i32.const 8)
)
- (set_local $$p$2
- (get_local $$p$0)
- )
- (set_local $$pl$1
+ )
+ (set_local $$tobool264
+ (i32.eq
+ (get_local $$and263)
(i32.const 0)
)
- (set_local $$prefix$1
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 77)
- )
)
- (block
- (set_local $$sub$ptr$rhs$cast267
- (get_local $$s$addr$0$lcssa$i$229)
- )
- (set_local $$sub$ptr$sub268
- (i32.sub
- (get_local $$sub$ptr$lhs$cast317)
- (get_local $$sub$ptr$rhs$cast267)
+ (if
+ (get_local $$tobool264)
+ (block
+ (set_local $$a$0
+ (get_local $$s$addr$0$lcssa$i$229)
)
- )
- (set_local $$add269
- (i32.add
- (get_local $$sub$ptr$sub268)
- (i32.const 1)
+ (set_local $$fl$4
+ (get_local $$fl$1$and219)
)
- )
- (set_local $$cmp270
- (i32.lt_s
+ (set_local $$p$2
(get_local $$p$0)
- (get_local $$add269)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 77)
)
)
- (set_local $$add269$p$0
- (if
- (get_local $$cmp270)
- (get_local $$add269)
- (get_local $$p$0)
+ (block
+ (set_local $$sub$ptr$rhs$cast267
+ (get_local $$s$addr$0$lcssa$i$229)
+ )
+ (set_local $$sub$ptr$sub268
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast317)
+ (get_local $$sub$ptr$rhs$cast267)
+ )
+ )
+ (set_local $$add269
+ (i32.add
+ (get_local $$sub$ptr$sub268)
+ (i32.const 1)
+ )
+ )
+ (set_local $$cmp270
+ (i32.lt_s
+ (get_local $$p$0)
+ (get_local $$add269)
+ )
+ )
+ (set_local $$add269$p$0
+ (if
+ (get_local $$cmp270)
+ (get_local $$add269)
+ (get_local $$p$0)
+ )
+ )
+ (set_local $$a$0
+ (get_local $$s$addr$0$lcssa$i$229)
+ )
+ (set_local $$fl$4
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$p$2
+ (get_local $$add269$p$0)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 77)
)
)
- (set_local $$a$0
- (get_local $$s$addr$0$lcssa$i$229)
+ )
+ (br $switch$24)
+ )
+ )
+ (nop)
+ )
+ (block
+ (set_local $$135
+ (get_local $$arg)
+ )
+ (set_local $$136
+ (get_local $$135)
+ )
+ (set_local $$137
+ (i32.load
+ (get_local $$136)
+ )
+ )
+ (set_local $$138
+ (i32.add
+ (get_local $$135)
+ (i32.const 4)
+ )
+ )
+ (set_local $$139
+ (get_local $$138)
+ )
+ (set_local $$140
+ (i32.load
+ (get_local $$139)
+ )
+ )
+ (set_local $$141
+ (i32.lt_s
+ (get_local $$140)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$141)
+ (block
+ (set_local $$142
+ (call $_i64Subtract
+ (i32.const 0)
+ (i32.const 0)
+ (get_local $$137)
+ (get_local $$140)
)
- (set_local $$fl$4
- (get_local $$fl$1$and219)
+ )
+ (set_local $$143
+ (get_global $tempRet0)
+ )
+ (set_local $$144
+ (get_local $$arg)
+ )
+ (set_local $$145
+ (get_local $$144)
+ )
+ (i32.store
+ (get_local $$145)
+ (get_local $$142)
+ )
+ (set_local $$146
+ (i32.add
+ (get_local $$144)
+ (i32.const 4)
)
- (set_local $$p$2
- (get_local $$add269$p$0)
+ )
+ (set_local $$147
+ (get_local $$146)
+ )
+ (i32.store
+ (get_local $$147)
+ (get_local $$143)
+ )
+ (set_local $$148
+ (get_local $$142)
+ )
+ (set_local $$149
+ (get_local $$143)
+ )
+ (set_local $$pl$0
+ (i32.const 1)
+ )
+ (set_local $$prefix$0
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 76)
+ )
+ (br $label$break$L75)
+ )
+ )
+ (set_local $$and289
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 2048)
+ )
+ )
+ (set_local $$tobool290
+ (i32.eq
+ (get_local $$and289)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool290)
+ (block
+ (set_local $$and294
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 1)
)
- (set_local $$pl$1
+ )
+ (set_local $$tobool295
+ (i32.eq
+ (get_local $$and294)
(i32.const 0)
)
- (set_local $$prefix$1
+ )
+ (set_local $$$
+ (if
+ (get_local $$tobool295)
(i32.const 4091)
+ (i32.const 4093)
)
- (set_local $label
- (i32.const 77)
- )
+ )
+ (set_local $$148
+ (get_local $$137)
+ )
+ (set_local $$149
+ (get_local $$140)
+ )
+ (set_local $$pl$0
+ (get_local $$and294)
+ )
+ (set_local $$prefix$0
+ (get_local $$$)
+ )
+ (set_local $label
+ (i32.const 76)
+ )
+ )
+ (block
+ (set_local $$148
+ (get_local $$137)
+ )
+ (set_local $$149
+ (get_local $$140)
+ )
+ (set_local $$pl$0
+ (i32.const 1)
+ )
+ (set_local $$prefix$0
+ (i32.const 4092)
+ )
+ (set_local $label
+ (i32.const 76)
)
)
- (br $switch$24)
)
+ (br $switch$24)
)
- (nop)
)
(block
- (set_local $$135
+ (set_local $$65
(get_local $$arg)
)
- (set_local $$136
- (get_local $$135)
+ (set_local $$66
+ (get_local $$65)
)
- (set_local $$137
+ (set_local $$67
(i32.load
- (get_local $$136)
+ (get_local $$66)
)
)
- (set_local $$138
+ (set_local $$68
(i32.add
- (get_local $$135)
+ (get_local $$65)
(i32.const 4)
)
)
- (set_local $$139
- (get_local $$138)
+ (set_local $$69
+ (get_local $$68)
)
- (set_local $$140
+ (set_local $$70
(i32.load
- (get_local $$139)
+ (get_local $$69)
)
)
- (set_local $$141
- (i32.lt_s
- (get_local $$140)
- (i32.const 0)
- )
+ (set_local $$148
+ (get_local $$67)
)
- (if
- (get_local $$141)
- (block
- (set_local $$142
- (call $_i64Subtract
- (i32.const 0)
- (i32.const 0)
- (get_local $$137)
- (get_local $$140)
- )
- )
- (set_local $$143
- (i32.load
- (i32.const 168)
- )
- )
- (set_local $$144
- (get_local $$arg)
- )
- (set_local $$145
- (get_local $$144)
- )
- (i32.store
- (get_local $$145)
- (get_local $$142)
- )
- (set_local $$146
- (i32.add
- (get_local $$144)
- (i32.const 4)
- )
- )
- (set_local $$147
- (get_local $$146)
- )
- (i32.store
- (get_local $$147)
- (get_local $$143)
- )
- (set_local $$148
- (get_local $$142)
- )
- (set_local $$149
- (get_local $$143)
- )
- (set_local $$pl$0
- (i32.const 1)
- )
- (set_local $$prefix$0
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 76)
- )
- (br $label$break$L75)
- )
+ (set_local $$149
+ (get_local $$70)
)
- (set_local $$and289
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 2048)
- )
+ (set_local $$pl$0
+ (i32.const 0)
)
- (set_local $$tobool290
- (i32.eq
- (get_local $$and289)
- (i32.const 0)
- )
+ (set_local $$prefix$0
+ (i32.const 4091)
)
- (if
- (get_local $$tobool290)
- (block
- (set_local $$and294
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 1)
- )
- )
- (set_local $$tobool295
- (i32.eq
- (get_local $$and294)
- (i32.const 0)
- )
- )
- (set_local $$$
- (if
- (get_local $$tobool295)
- (i32.const 4091)
- (i32.const 4093)
- )
- )
- (set_local $$148
- (get_local $$137)
- )
- (set_local $$149
- (get_local $$140)
- )
- (set_local $$pl$0
- (get_local $$and294)
- )
- (set_local $$prefix$0
- (get_local $$$)
- )
- (set_local $label
- (i32.const 76)
- )
- )
- (block
- (set_local $$148
- (get_local $$137)
- )
- (set_local $$149
- (get_local $$140)
- )
- (set_local $$pl$0
- (i32.const 1)
- )
- (set_local $$prefix$0
- (i32.const 4092)
- )
- (set_local $label
- (i32.const 76)
- )
- )
+ (set_local $label
+ (i32.const 76)
)
(br $switch$24)
)
)
(block
- (set_local $$65
+ (set_local $$161
(get_local $$arg)
)
- (set_local $$66
- (get_local $$65)
+ (set_local $$162
+ (get_local $$161)
)
- (set_local $$67
+ (set_local $$163
(i32.load
- (get_local $$66)
+ (get_local $$162)
)
)
- (set_local $$68
+ (set_local $$164
(i32.add
- (get_local $$65)
+ (get_local $$161)
(i32.const 4)
)
)
- (set_local $$69
- (get_local $$68)
+ (set_local $$165
+ (get_local $$164)
)
- (set_local $$70
+ (set_local $$166
(i32.load
- (get_local $$69)
+ (get_local $$165)
)
)
- (set_local $$148
- (get_local $$67)
+ (set_local $$167
+ (i32.and
+ (get_local $$163)
+ (i32.const 255)
+ )
+ )
+ (i32.store8
+ (get_local $$add$ptr340)
+ (get_local $$167)
+ )
+ (set_local $$a$2
+ (get_local $$add$ptr340)
+ )
+ (set_local $$fl$6
+ (get_local $$and219)
)
- (set_local $$149
- (get_local $$70)
+ (set_local $$p$5
+ (i32.const 1)
)
- (set_local $$pl$0
+ (set_local $$pl$2
(i32.const 0)
)
- (set_local $$prefix$0
+ (set_local $$prefix$2
(i32.const 4091)
)
- (set_local $label
- (i32.const 76)
+ (set_local $$z$2
+ (get_local $$add$ptr205)
)
(br $switch$24)
)
)
(block
- (set_local $$161
- (get_local $$arg)
- )
- (set_local $$162
- (get_local $$161)
+ (set_local $$call344
+ (call $___errno_location)
)
- (set_local $$163
+ (set_local $$168
(i32.load
- (get_local $$162)
+ (get_local $$call344)
)
)
- (set_local $$164
- (i32.add
- (get_local $$161)
- (i32.const 4)
- )
- )
- (set_local $$165
- (get_local $$164)
- )
- (set_local $$166
- (i32.load
- (get_local $$165)
- )
- )
- (set_local $$167
- (i32.and
- (get_local $$163)
- (i32.const 255)
+ (set_local $$call345
+ (call $_strerror
+ (get_local $$168)
)
)
- (i32.store8
- (get_local $$add$ptr340)
- (get_local $$167)
- )
- (set_local $$a$2
- (get_local $$add$ptr340)
- )
- (set_local $$fl$6
- (get_local $$and219)
- )
- (set_local $$p$5
- (i32.const 1)
- )
- (set_local $$pl$2
- (i32.const 0)
+ (set_local $$a$1
+ (get_local $$call345)
)
- (set_local $$prefix$2
- (i32.const 4091)
- )
- (set_local $$z$2
- (get_local $$add$ptr205)
+ (set_local $label
+ (i32.const 82)
)
(br $switch$24)
)
)
(block
- (set_local $$call344
- (call $___errno_location)
- )
- (set_local $$168
+ (set_local $$169
(i32.load
- (get_local $$call344)
+ (get_local $$arg)
)
)
- (set_local $$call345
- (call $_strerror
- (get_local $$168)
+ (set_local $$tobool349
+ (i32.ne
+ (get_local $$169)
+ (i32.const 0)
+ )
+ )
+ (set_local $$cond354
+ (if
+ (get_local $$tobool349)
+ (get_local $$169)
+ (i32.const 4101)
)
)
(set_local $$a$1
- (get_local $$call345)
+ (get_local $$cond354)
)
(set_local $label
(i32.const 82)
@@ -8807,115 +8739,89 @@
)
)
(block
- (set_local $$169
+ (set_local $$170
+ (get_local $$arg)
+ )
+ (set_local $$171
+ (get_local $$170)
+ )
+ (set_local $$172
(i32.load
- (get_local $$arg)
+ (get_local $$171)
)
)
- (set_local $$tobool349
- (i32.ne
- (get_local $$169)
- (i32.const 0)
+ (set_local $$173
+ (i32.add
+ (get_local $$170)
+ (i32.const 4)
)
)
- (set_local $$cond354
- (if
- (get_local $$tobool349)
- (get_local $$169)
- (i32.const 4101)
+ (set_local $$174
+ (get_local $$173)
+ )
+ (set_local $$175
+ (i32.load
+ (get_local $$174)
)
)
- (set_local $$a$1
- (get_local $$cond354)
+ (i32.store
+ (get_local $$wc)
+ (get_local $$172)
)
- (set_local $label
- (i32.const 82)
+ (i32.store
+ (get_local $$arrayidx370)
+ (i32.const 0)
)
- (br $switch$24)
- )
- )
- (block
- (set_local $$170
- (get_local $$arg)
- )
- (set_local $$171
- (get_local $$170)
- )
- (set_local $$172
- (i32.load
- (get_local $$171)
+ (i32.store
+ (get_local $$arg)
+ (get_local $$wc)
)
- )
- (set_local $$173
- (i32.add
- (get_local $$170)
- (i32.const 4)
+ (set_local $$p$4365
+ (i32.const -1)
)
- )
- (set_local $$174
- (get_local $$173)
- )
- (set_local $$175
- (i32.load
- (get_local $$174)
+ (set_local $label
+ (i32.const 86)
)
- )
- (i32.store
- (get_local $$wc)
- (get_local $$172)
- )
- (i32.store
- (get_local $$arrayidx370)
- (i32.const 0)
- )
- (i32.store
- (get_local $$arg)
- (get_local $$wc)
- )
- (set_local $$p$4365
- (i32.const -1)
- )
- (set_local $label
- (i32.const 86)
- )
- (br $switch$24)
- )
- )
- (block
- (set_local $$cmp377$314
- (i32.eq
- (get_local $$p$0)
- (i32.const 0)
+ (br $switch$24)
)
)
- (if
- (get_local $$cmp377$314)
- (block
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (i32.const 0)
- (get_local $$fl$1$and219)
- )
- (set_local $$i$0$lcssa368
+ (block
+ (set_local $$cmp377$314
+ (i32.eq
+ (get_local $$p$0)
(i32.const 0)
)
- (set_local $label
- (i32.const 98)
- )
)
- (block
- (set_local $$p$4365
- (get_local $$p$0)
+ (if
+ (get_local $$cmp377$314)
+ (block
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (i32.const 0)
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$i$0$lcssa368
+ (i32.const 0)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
)
- (set_local $label
- (i32.const 86)
+ (block
+ (set_local $$p$4365
+ (get_local $$p$0)
+ )
+ (set_local $label
+ (i32.const 86)
+ )
)
)
+ (br $switch$24)
)
- (br $switch$24)
)
+ (nop)
)
(nop)
)
@@ -8929,2467 +8835,2425 @@
)
(nop)
)
- (nop)
- )
- (block
- (set_local $$181
- (f64.load
- (get_local $$arg)
+ (block
+ (set_local $$181
+ (f64.load
+ (get_local $$arg)
+ )
)
- )
- (i32.store
- (get_local $$e2$i)
- (i32.const 0)
- )
- (f64.store
- (i32.load
- (i32.const 24)
+ (i32.store
+ (get_local $$e2$i)
+ (i32.const 0)
)
- (get_local $$181)
- )
- (set_local $$182
- (i32.load
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $$181)
+ )
+ (set_local $$182
(i32.load
- (i32.const 24)
+ (get_global $tempDoublePtr)
)
)
- )
- (set_local $$183
- (i32.load
- (i32.add
- (i32.load
- (i32.const 24)
+ (set_local $$183
+ (i32.load
+ (i32.add
+ (get_global $tempDoublePtr)
+ (i32.const 4)
)
- (i32.const 4)
)
)
- )
- (set_local $$184
- (i32.lt_s
- (get_local $$183)
- (i32.const 0)
- )
- )
- (if
- (get_local $$184)
- (block
- (set_local $$sub$i
- (f64.neg
- (get_local $$181)
- )
- )
- (set_local $$pl$0$i
- (i32.const 1)
- )
- (set_local $$prefix$0$i
- (i32.const 4108)
- )
- (set_local $$y$addr$0$i
- (get_local $$sub$i)
+ (set_local $$184
+ (i32.lt_s
+ (get_local $$183)
+ (i32.const 0)
)
)
- (block
- (set_local $$and$i$238
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 2048)
+ (if
+ (get_local $$184)
+ (block
+ (set_local $$sub$i
+ (f64.neg
+ (get_local $$181)
+ )
)
- )
- (set_local $$tobool9$i
- (i32.eq
- (get_local $$and$i$238)
- (i32.const 0)
+ (set_local $$pl$0$i
+ (i32.const 1)
+ )
+ (set_local $$prefix$0$i
+ (i32.const 4108)
+ )
+ (set_local $$y$addr$0$i
+ (get_local $$sub$i)
)
)
- (if
- (get_local $$tobool9$i)
- (block
- (set_local $$and12$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 1)
- )
+ (block
+ (set_local $$and$i$238
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 2048)
)
- (set_local $$tobool13$i
- (i32.eq
+ )
+ (set_local $$tobool9$i
+ (i32.eq
+ (get_local $$and$i$238)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool9$i)
+ (block
+ (set_local $$and12$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 1)
+ )
+ )
+ (set_local $$tobool13$i
+ (i32.eq
+ (get_local $$and12$i)
+ (i32.const 0)
+ )
+ )
+ (set_local $$$$i
+ (if
+ (get_local $$tobool13$i)
+ (i32.const 4109)
+ (i32.const 4114)
+ )
+ )
+ (set_local $$pl$0$i
(get_local $$and12$i)
- (i32.const 0)
)
- )
- (set_local $$$$i
- (if
- (get_local $$tobool13$i)
- (i32.const 4109)
- (i32.const 4114)
+ (set_local $$prefix$0$i
+ (get_local $$$$i)
+ )
+ (set_local $$y$addr$0$i
+ (get_local $$181)
)
)
- (set_local $$pl$0$i
- (get_local $$and12$i)
- )
- (set_local $$prefix$0$i
- (get_local $$$$i)
- )
- (set_local $$y$addr$0$i
- (get_local $$181)
- )
- )
- (block
- (set_local $$pl$0$i
- (i32.const 1)
- )
- (set_local $$prefix$0$i
- (i32.const 4111)
- )
- (set_local $$y$addr$0$i
- (get_local $$181)
+ (block
+ (set_local $$pl$0$i
+ (i32.const 1)
+ )
+ (set_local $$prefix$0$i
+ (i32.const 4111)
+ )
+ (set_local $$y$addr$0$i
+ (get_local $$181)
+ )
)
)
)
)
- )
- (f64.store
- (i32.load
- (i32.const 24)
+ (f64.store
+ (get_global $tempDoublePtr)
+ (get_local $$y$addr$0$i)
)
- (get_local $$y$addr$0$i)
- )
- (set_local $$185
- (i32.load
+ (set_local $$185
(i32.load
- (i32.const 24)
+ (get_global $tempDoublePtr)
)
)
- )
- (set_local $$186
- (i32.load
- (i32.add
- (i32.load
- (i32.const 24)
+ (set_local $$186
+ (i32.load
+ (i32.add
+ (get_global $tempDoublePtr)
+ (i32.const 4)
)
- (i32.const 4)
)
)
- )
- (set_local $$187
- (i32.and
- (get_local $$186)
- (i32.const 2146435072)
+ (set_local $$187
+ (i32.and
+ (get_local $$186)
+ (i32.const 2146435072)
+ )
)
- )
- (set_local $$188
- (i32.lt_u
- (get_local $$187)
- (i32.const 2146435072)
+ (set_local $$188
+ (i32.lt_u
+ (get_local $$187)
+ (i32.const 2146435072)
+ )
)
- )
- (set_local $$189
- (i32.lt_s
- (i32.const 0)
- (i32.const 0)
+ (set_local $$189
+ (i32.lt_s
+ (i32.const 0)
+ (i32.const 0)
+ )
)
- )
- (set_local $$190
- (i32.eq
- (get_local $$187)
- (i32.const 2146435072)
+ (set_local $$190
+ (i32.eq
+ (get_local $$187)
+ (i32.const 2146435072)
+ )
)
- )
- (set_local $$191
- (i32.and
- (get_local $$190)
- (get_local $$189)
+ (set_local $$191
+ (i32.and
+ (get_local $$190)
+ (get_local $$189)
+ )
)
- )
- (set_local $$192
- (i32.or
- (get_local $$188)
- (get_local $$191)
+ (set_local $$192
+ (i32.or
+ (get_local $$188)
+ (get_local $$191)
+ )
)
- )
- (block $do-once$56
- (if
- (get_local $$192)
- (block
- (set_local $$call55$i
- (call $_frexpl
- (get_local $$y$addr$0$i)
- (get_local $$e2$i)
+ (block $do-once$56
+ (if
+ (get_local $$192)
+ (block
+ (set_local $$call55$i
+ (call $_frexpl
+ (get_local $$y$addr$0$i)
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$mul$i$240
- (f64.mul
- (get_local $$call55$i)
- (f64.const 2)
+ (set_local $$mul$i$240
+ (f64.mul
+ (get_local $$call55$i)
+ (f64.const 2)
+ )
)
- )
- (set_local $$tobool56$i
- (f64.ne
- (get_local $$mul$i$240)
- (f64.const 0)
+ (set_local $$tobool56$i
+ (f64.ne
+ (get_local $$mul$i$240)
+ (f64.const 0)
+ )
)
- )
- (if
- (get_local $$tobool56$i)
- (block
- (set_local $$195
- (i32.load
- (get_local $$e2$i)
+ (if
+ (get_local $$tobool56$i)
+ (block
+ (set_local $$195
+ (i32.load
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$dec$i
- (i32.add
- (get_local $$195)
- (i32.const -1)
+ (set_local $$dec$i
+ (i32.add
+ (get_local $$195)
+ (i32.const -1)
+ )
+ )
+ (i32.store
+ (get_local $$e2$i)
+ (get_local $$dec$i)
)
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$dec$i)
)
)
- )
- (set_local $$or$i$241
- (i32.or
- (get_local $$t$0)
- (i32.const 32)
- )
- )
- (set_local $$cmp59$i
- (i32.eq
- (get_local $$or$i$241)
- (i32.const 97)
+ (set_local $$or$i$241
+ (i32.or
+ (get_local $$t$0)
+ (i32.const 32)
+ )
)
- )
- (if
- (get_local $$cmp59$i)
- (block
- (set_local $$and62$i
- (i32.and
- (get_local $$t$0)
- (i32.const 32)
- )
+ (set_local $$cmp59$i
+ (i32.eq
+ (get_local $$or$i$241)
+ (i32.const 97)
)
- (set_local $$tobool63$i
- (i32.eq
- (get_local $$and62$i)
- (i32.const 0)
+ )
+ (if
+ (get_local $$cmp59$i)
+ (block
+ (set_local $$and62$i
+ (i32.and
+ (get_local $$t$0)
+ (i32.const 32)
+ )
)
- )
- (set_local $$add$ptr65$i
- (i32.add
- (get_local $$prefix$0$i)
- (i32.const 9)
+ (set_local $$tobool63$i
+ (i32.eq
+ (get_local $$and62$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$prefix$0$add$ptr65$i
- (if
- (get_local $$tobool63$i)
- (get_local $$prefix$0$i)
- (get_local $$add$ptr65$i)
+ (set_local $$add$ptr65$i
+ (i32.add
+ (get_local $$prefix$0$i)
+ (i32.const 9)
+ )
)
- )
- (set_local $$add67$i
- (i32.or
- (get_local $$pl$0$i)
- (i32.const 2)
+ (set_local $$prefix$0$add$ptr65$i
+ (if
+ (get_local $$tobool63$i)
+ (get_local $$prefix$0$i)
+ (get_local $$add$ptr65$i)
+ )
)
- )
- (set_local $$196
- (i32.gt_u
- (get_local $$p$0)
- (i32.const 11)
+ (set_local $$add67$i
+ (i32.or
+ (get_local $$pl$0$i)
+ (i32.const 2)
+ )
)
- )
- (set_local $$sub74$i
- (i32.sub
- (i32.const 12)
- (get_local $$p$0)
+ (set_local $$196
+ (i32.gt_u
+ (get_local $$p$0)
+ (i32.const 11)
+ )
)
- )
- (set_local $$tobool76552$i
- (i32.eq
- (get_local $$sub74$i)
- (i32.const 0)
+ (set_local $$sub74$i
+ (i32.sub
+ (i32.const 12)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$tobool76$i
- (i32.or
- (get_local $$196)
- (get_local $$tobool76552$i)
+ (set_local $$tobool76552$i
+ (i32.eq
+ (get_local $$sub74$i)
+ (i32.const 0)
+ )
)
- )
- (block $do-once$58
- (if
- (get_local $$tobool76$i)
- (set_local $$y$addr$1$i
- (get_local $$mul$i$240)
+ (set_local $$tobool76$i
+ (i32.or
+ (get_local $$196)
+ (get_local $$tobool76552$i)
)
- (block
- (set_local $$re$1482$i
- (get_local $$sub74$i)
- )
- (set_local $$round$0481$i
- (f64.const 8)
+ )
+ (block $do-once$58
+ (if
+ (get_local $$tobool76$i)
+ (set_local $$y$addr$1$i
+ (get_local $$mul$i$240)
)
- (loop $while-out$60 $while-in$61
- (set_local $$dec78$i
- (i32.add
- (get_local $$re$1482$i)
- (i32.const -1)
- )
- )
- (set_local $$mul80$i
- (f64.mul
- (get_local $$round$0481$i)
- (f64.const 16)
- )
+ (block
+ (set_local $$re$1482$i
+ (get_local $$sub74$i)
)
- (set_local $$tobool79$i
- (i32.eq
- (get_local $$dec78$i)
- (i32.const 0)
- )
+ (set_local $$round$0481$i
+ (f64.const 8)
)
- (if
- (get_local $$tobool79$i)
- (block
- (set_local $$mul80$i$lcssa
- (get_local $$mul80$i)
+ (loop $while-in$61
+ (block $while-out$60
+ (set_local $$dec78$i
+ (i32.add
+ (get_local $$re$1482$i)
+ (i32.const -1)
+ )
)
- (br $while-out$60)
- )
- (block
- (set_local $$re$1482$i
- (get_local $$dec78$i)
+ (set_local $$mul80$i
+ (f64.mul
+ (get_local $$round$0481$i)
+ (f64.const 16)
+ )
+ )
+ (set_local $$tobool79$i
+ (i32.eq
+ (get_local $$dec78$i)
+ (i32.const 0)
+ )
)
- (set_local $$round$0481$i
- (get_local $$mul80$i)
+ (if
+ (get_local $$tobool79$i)
+ (block
+ (set_local $$mul80$i$lcssa
+ (get_local $$mul80$i)
+ )
+ (br $while-out$60)
+ )
+ (block
+ (set_local $$re$1482$i
+ (get_local $$dec78$i)
+ )
+ (set_local $$round$0481$i
+ (get_local $$mul80$i)
+ )
+ )
)
+ (br $while-in$61)
)
)
- (br $while-in$61)
- )
- (set_local $$197
- (i32.load8_s
- (get_local $$prefix$0$add$ptr65$i)
+ (set_local $$197
+ (i32.load8_s
+ (get_local $$prefix$0$add$ptr65$i)
+ )
)
- )
- (set_local $$cmp82$i
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$197)
+ (set_local $$cmp82$i
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$197)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
- )
- (if
- (get_local $$cmp82$i)
- (block
- (set_local $$sub85$i
- (f64.neg
- (get_local $$mul$i$240)
+ (if
+ (get_local $$cmp82$i)
+ (block
+ (set_local $$sub85$i
+ (f64.neg
+ (get_local $$mul$i$240)
+ )
)
- )
- (set_local $$sub86$i
- (f64.sub
- (get_local $$sub85$i)
- (get_local $$mul80$i$lcssa)
+ (set_local $$sub86$i
+ (f64.sub
+ (get_local $$sub85$i)
+ (get_local $$mul80$i$lcssa)
+ )
)
- )
- (set_local $$add87$i
- (f64.add
- (get_local $$mul80$i$lcssa)
- (get_local $$sub86$i)
+ (set_local $$add87$i
+ (f64.add
+ (get_local $$mul80$i$lcssa)
+ (get_local $$sub86$i)
+ )
)
- )
- (set_local $$sub88$i
- (f64.neg
- (get_local $$add87$i)
+ (set_local $$sub88$i
+ (f64.neg
+ (get_local $$add87$i)
+ )
)
- )
- (set_local $$y$addr$1$i
- (get_local $$sub88$i)
- )
- (br $do-once$58)
- )
- (block
- (set_local $$add90$i
- (f64.add
- (get_local $$mul$i$240)
- (get_local $$mul80$i$lcssa)
+ (set_local $$y$addr$1$i
+ (get_local $$sub88$i)
)
+ (br $do-once$58)
)
- (set_local $$sub91$i
- (f64.sub
- (get_local $$add90$i)
- (get_local $$mul80$i$lcssa)
+ (block
+ (set_local $$add90$i
+ (f64.add
+ (get_local $$mul$i$240)
+ (get_local $$mul80$i$lcssa)
+ )
)
+ (set_local $$sub91$i
+ (f64.sub
+ (get_local $$add90$i)
+ (get_local $$mul80$i$lcssa)
+ )
+ )
+ (set_local $$y$addr$1$i
+ (get_local $$sub91$i)
+ )
+ (br $do-once$58)
)
- (set_local $$y$addr$1$i
- (get_local $$sub91$i)
- )
- (br $do-once$58)
)
)
)
)
- )
- (set_local $$198
- (i32.load
- (get_local $$e2$i)
+ (set_local $$198
+ (i32.load
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$cmp94$i
- (i32.lt_s
- (get_local $$198)
- (i32.const 0)
+ (set_local $$cmp94$i
+ (i32.lt_s
+ (get_local $$198)
+ (i32.const 0)
+ )
)
- )
- (set_local $$sub97$i
- (i32.sub
- (i32.const 0)
- (get_local $$198)
+ (set_local $$sub97$i
+ (i32.sub
+ (i32.const 0)
+ (get_local $$198)
+ )
)
- )
- (set_local $$cond100$i
- (if
- (get_local $$cmp94$i)
- (get_local $$sub97$i)
- (get_local $$198)
+ (set_local $$cond100$i
+ (if
+ (get_local $$cmp94$i)
+ (get_local $$sub97$i)
+ (get_local $$198)
+ )
)
- )
- (set_local $$199
- (i32.lt_s
- (get_local $$cond100$i)
- (i32.const 0)
+ (set_local $$199
+ (i32.lt_s
+ (get_local $$cond100$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$200
- (i32.shr_s
- (i32.shl
- (get_local $$199)
+ (set_local $$200
+ (i32.shr_s
+ (i32.shl
+ (get_local $$199)
+ (i32.const 31)
+ )
(i32.const 31)
)
- (i32.const 31)
)
- )
- (set_local $$201
- (call $_fmt_u
- (get_local $$cond100$i)
- (get_local $$200)
- (get_local $$arrayidx$i$236)
+ (set_local $$201
+ (call $_fmt_u
+ (get_local $$cond100$i)
+ (get_local $$200)
+ (get_local $$arrayidx$i$236)
+ )
)
- )
- (set_local $$cmp103$i
- (i32.eq
- (get_local $$201)
- (get_local $$arrayidx$i$236)
+ (set_local $$cmp103$i
+ (i32.eq
+ (get_local $$201)
+ (get_local $$arrayidx$i$236)
+ )
)
- )
- (if
- (get_local $$cmp103$i)
- (block
- (i32.store8
- (get_local $$incdec$ptr106$i)
- (i32.const 48)
+ (if
+ (get_local $$cmp103$i)
+ (block
+ (i32.store8
+ (get_local $$incdec$ptr106$i)
+ (i32.const 48)
+ )
+ (set_local $$estr$0$i
+ (get_local $$incdec$ptr106$i)
+ )
)
(set_local $$estr$0$i
- (get_local $$incdec$ptr106$i)
+ (get_local $$201)
)
)
- (set_local $$estr$0$i
- (get_local $$201)
- )
- )
- (set_local $$202
- (i32.shr_s
- (get_local $$198)
- (i32.const 31)
- )
- )
- (set_local $$203
- (i32.and
- (get_local $$202)
- (i32.const 2)
- )
- )
- (set_local $$204
- (i32.add
- (get_local $$203)
- (i32.const 43)
- )
- )
- (set_local $$conv111$i
- (i32.and
- (get_local $$204)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr112$i
- (i32.add
- (get_local $$estr$0$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr112$i)
- (get_local $$conv111$i)
- )
- (set_local $$add113$i
- (i32.add
- (get_local $$t$0)
- (i32.const 15)
- )
- )
- (set_local $$conv114$i
- (i32.and
- (get_local $$add113$i)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr115$i
- (i32.add
- (get_local $$estr$0$i)
- (i32.const -2)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr115$i)
- (get_local $$conv114$i)
- )
- (set_local $$notrhs$i
- (i32.lt_s
- (get_local $$p$0)
- (i32.const 1)
- )
- )
- (set_local $$and134$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
- )
- )
- (set_local $$tobool135$i
- (i32.eq
- (get_local $$and134$i)
- (i32.const 0)
- )
- )
- (set_local $$s$0$i
- (get_local $$buf$i)
- )
- (set_local $$y$addr$2$i
- (get_local $$y$addr$1$i)
- )
- (loop $while-out$62 $while-in$63
- (set_local $$conv116$i
- (call_import $f64-to-int
- (get_local $$y$addr$2$i)
+ (set_local $$202
+ (i32.shr_s
+ (get_local $$198)
+ (i32.const 31)
)
)
- (set_local $$arrayidx117$i
- (i32.add
- (i32.const 4075)
- (get_local $$conv116$i)
+ (set_local $$203
+ (i32.and
+ (get_local $$202)
+ (i32.const 2)
)
)
- (set_local $$205
- (i32.load8_s
- (get_local $$arrayidx117$i)
+ (set_local $$204
+ (i32.add
+ (get_local $$203)
+ (i32.const 43)
)
)
- (set_local $$conv118$393$i
+ (set_local $$conv111$i
(i32.and
- (get_local $$205)
+ (get_local $$204)
(i32.const 255)
)
)
- (set_local $$or120$i
- (i32.or
- (get_local $$conv118$393$i)
- (get_local $$and62$i)
+ (set_local $$incdec$ptr112$i
+ (i32.add
+ (get_local $$estr$0$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr112$i)
+ (get_local $$conv111$i)
+ )
+ (set_local $$add113$i
+ (i32.add
+ (get_local $$t$0)
+ (i32.const 15)
)
)
- (set_local $$conv121$i
+ (set_local $$conv114$i
(i32.and
- (get_local $$or120$i)
+ (get_local $$add113$i)
(i32.const 255)
)
)
- (set_local $$incdec$ptr122$i
+ (set_local $$incdec$ptr115$i
(i32.add
- (get_local $$s$0$i)
- (i32.const 1)
+ (get_local $$estr$0$i)
+ (i32.const -2)
)
)
(i32.store8
- (get_local $$s$0$i)
- (get_local $$conv121$i)
+ (get_local $$incdec$ptr115$i)
+ (get_local $$conv114$i)
)
- (set_local $$conv123$i
- (f64.convert_s/i32
- (get_local $$conv116$i)
+ (set_local $$notrhs$i
+ (i32.lt_s
+ (get_local $$p$0)
+ (i32.const 1)
)
)
- (set_local $$sub124$i
- (f64.sub
- (get_local $$y$addr$2$i)
- (get_local $$conv123$i)
+ (set_local $$and134$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 8)
)
)
- (set_local $$mul125$i
- (f64.mul
- (get_local $$sub124$i)
- (f64.const 16)
+ (set_local $$tobool135$i
+ (i32.eq
+ (get_local $$and134$i)
+ (i32.const 0)
)
)
- (set_local $$sub$ptr$lhs$cast$i
- (get_local $$incdec$ptr122$i)
- )
- (set_local $$sub$ptr$sub$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast$i)
- (get_local $$sub$ptr$rhs$cast$i)
- )
+ (set_local $$s$0$i
+ (get_local $$buf$i)
)
- (set_local $$cmp127$i
- (i32.eq
- (get_local $$sub$ptr$sub$i)
- (i32.const 1)
- )
+ (set_local $$y$addr$2$i
+ (get_local $$y$addr$1$i)
)
- (block $do-once$64
- (if
- (get_local $$cmp127$i)
- (block
- (set_local $$notlhs$i
- (f64.eq
- (get_local $$mul125$i)
- (f64.const 0)
- )
+ (loop $while-in$63
+ (block $while-out$62
+ (set_local $$conv116$i
+ (call_import $f64-to-int
+ (get_local $$y$addr$2$i)
)
- (set_local $$or$cond1$not$i
- (i32.and
- (get_local $$notrhs$i)
- (get_local $$notlhs$i)
- )
+ )
+ (set_local $$arrayidx117$i
+ (i32.add
+ (i32.const 4075)
+ (get_local $$conv116$i)
)
- (set_local $$or$cond$i
- (i32.and
- (get_local $$tobool135$i)
- (get_local $$or$cond1$not$i)
- )
+ )
+ (set_local $$205
+ (i32.load8_s
+ (get_local $$arrayidx117$i)
+ )
+ )
+ (set_local $$conv118$393$i
+ (i32.and
+ (get_local $$205)
+ (i32.const 255)
+ )
+ )
+ (set_local $$or120$i
+ (i32.or
+ (get_local $$conv118$393$i)
+ (get_local $$and62$i)
)
+ )
+ (set_local $$conv121$i
+ (i32.and
+ (get_local $$or120$i)
+ (i32.const 255)
+ )
+ )
+ (set_local $$incdec$ptr122$i
+ (i32.add
+ (get_local $$s$0$i)
+ (i32.const 1)
+ )
+ )
+ (i32.store8
+ (get_local $$s$0$i)
+ (get_local $$conv121$i)
+ )
+ (set_local $$conv123$i
+ (f64.convert_s/i32
+ (get_local $$conv116$i)
+ )
+ )
+ (set_local $$sub124$i
+ (f64.sub
+ (get_local $$y$addr$2$i)
+ (get_local $$conv123$i)
+ )
+ )
+ (set_local $$mul125$i
+ (f64.mul
+ (get_local $$sub124$i)
+ (f64.const 16)
+ )
+ )
+ (set_local $$sub$ptr$lhs$cast$i
+ (get_local $$incdec$ptr122$i)
+ )
+ (set_local $$sub$ptr$sub$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast$i)
+ (get_local $$sub$ptr$rhs$cast$i)
+ )
+ )
+ (set_local $$cmp127$i
+ (i32.eq
+ (get_local $$sub$ptr$sub$i)
+ (i32.const 1)
+ )
+ )
+ (block $do-once$64
(if
- (get_local $$or$cond$i)
+ (get_local $$cmp127$i)
(block
- (set_local $$s$1$i
+ (set_local $$notlhs$i
+ (f64.eq
+ (get_local $$mul125$i)
+ (f64.const 0)
+ )
+ )
+ (set_local $$or$cond1$not$i
+ (i32.and
+ (get_local $$notrhs$i)
+ (get_local $$notlhs$i)
+ )
+ )
+ (set_local $$or$cond$i
+ (i32.and
+ (get_local $$tobool135$i)
+ (get_local $$or$cond1$not$i)
+ )
+ )
+ (if
+ (get_local $$or$cond$i)
+ (block
+ (set_local $$s$1$i
+ (get_local $$incdec$ptr122$i)
+ )
+ (br $do-once$64)
+ )
+ )
+ (set_local $$incdec$ptr137$i
+ (i32.add
+ (get_local $$s$0$i)
+ (i32.const 2)
+ )
+ )
+ (i32.store8
(get_local $$incdec$ptr122$i)
+ (i32.const 46)
+ )
+ (set_local $$s$1$i
+ (get_local $$incdec$ptr137$i)
)
- (br $do-once$64)
)
- )
- (set_local $$incdec$ptr137$i
- (i32.add
- (get_local $$s$0$i)
- (i32.const 2)
+ (set_local $$s$1$i
+ (get_local $$incdec$ptr122$i)
)
)
- (i32.store8
- (get_local $$incdec$ptr122$i)
- (i32.const 46)
- )
- (set_local $$s$1$i
- (get_local $$incdec$ptr137$i)
+ )
+ (set_local $$tobool139$i
+ (f64.ne
+ (get_local $$mul125$i)
+ (f64.const 0)
)
)
- (set_local $$s$1$i
- (get_local $$incdec$ptr122$i)
+ (if
+ (get_local $$tobool139$i)
+ (block
+ (set_local $$s$0$i
+ (get_local $$s$1$i)
+ )
+ (set_local $$y$addr$2$i
+ (get_local $$mul125$i)
+ )
+ )
+ (block
+ (set_local $$s$1$i$lcssa
+ (get_local $$s$1$i)
+ )
+ (br $while-out$62)
+ )
)
+ (br $while-in$63)
)
)
- (set_local $$tobool139$i
- (f64.ne
- (get_local $$mul125$i)
- (f64.const 0)
+ (set_local $$tobool140$i
+ (i32.ne
+ (get_local $$p$0)
+ (i32.const 0)
)
)
- (if
- (get_local $$tobool139$i)
- (block
- (set_local $$s$0$i
- (get_local $$s$1$i)
- )
- (set_local $$y$addr$2$i
- (get_local $$mul125$i)
- )
- )
- (block
- (set_local $$s$1$i$lcssa
- (get_local $$s$1$i)
- )
- (br $while-out$62)
+ (set_local $$$pre566$i
+ (get_local $$s$1$i$lcssa)
+ )
+ (set_local $$sub146$i
+ (i32.add
+ (get_local $$sub$ptr$sub145$i)
+ (get_local $$$pre566$i)
)
)
- (br $while-in$63)
- )
- (set_local $$tobool140$i
- (i32.ne
- (get_local $$p$0)
- (i32.const 0)
+ (set_local $$cmp147$i
+ (i32.lt_s
+ (get_local $$sub146$i)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$$pre566$i
- (get_local $$s$1$i$lcssa)
- )
- (set_local $$sub146$i
- (i32.add
- (get_local $$sub$ptr$sub145$i)
- (get_local $$$pre566$i)
+ (set_local $$or$cond384
+ (i32.and
+ (get_local $$tobool140$i)
+ (get_local $$cmp147$i)
+ )
)
- )
- (set_local $$cmp147$i
- (i32.lt_s
- (get_local $$sub146$i)
- (get_local $$p$0)
+ (set_local $$sub$ptr$rhs$cast152$i
+ (get_local $$incdec$ptr115$i)
)
- )
- (set_local $$or$cond384
- (i32.and
- (get_local $$tobool140$i)
- (get_local $$cmp147$i)
+ (set_local $$add150$i
+ (i32.add
+ (get_local $$sub$ptr$sub153$i)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$sub$ptr$rhs$cast152$i
- (get_local $$incdec$ptr115$i)
- )
- (set_local $$add150$i
- (i32.add
- (get_local $$sub$ptr$sub153$i)
- (get_local $$p$0)
+ (set_local $$add154$i
+ (i32.sub
+ (get_local $$add150$i)
+ (get_local $$sub$ptr$rhs$cast152$i)
+ )
)
- )
- (set_local $$add154$i
- (i32.sub
- (get_local $$add150$i)
- (get_local $$sub$ptr$rhs$cast152$i)
+ (set_local $$sub$ptr$rhs$cast161$i
+ (get_local $$incdec$ptr115$i)
)
- )
- (set_local $$sub$ptr$rhs$cast161$i
- (get_local $$incdec$ptr115$i)
- )
- (set_local $$sub$ptr$sub162$i
- (i32.sub
- (get_local $$sub$ptr$sub159$i)
- (get_local $$sub$ptr$rhs$cast161$i)
+ (set_local $$sub$ptr$sub162$i
+ (i32.sub
+ (get_local $$sub$ptr$sub159$i)
+ (get_local $$sub$ptr$rhs$cast161$i)
+ )
)
- )
- (set_local $$add163$i
- (i32.add
- (get_local $$sub$ptr$sub162$i)
- (get_local $$$pre566$i)
+ (set_local $$add163$i
+ (i32.add
+ (get_local $$sub$ptr$sub162$i)
+ (get_local $$$pre566$i)
+ )
)
- )
- (set_local $$l$0$i
- (if
- (get_local $$or$cond384)
- (get_local $$add154$i)
- (get_local $$add163$i)
+ (set_local $$l$0$i
+ (if
+ (get_local $$or$cond384)
+ (get_local $$add154$i)
+ (get_local $$add163$i)
+ )
)
- )
- (set_local $$add165$i
- (i32.add
- (get_local $$l$0$i)
- (get_local $$add67$i)
+ (set_local $$add165$i
+ (i32.add
+ (get_local $$l$0$i)
+ (get_local $$add67$i)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add165$i)
- (get_local $$fl$1$and219)
- )
- (set_local $$206
- (i32.load
+ (call $_pad
(get_local $$f)
- )
- )
- (set_local $$and$i$418$i
- (i32.and
- (get_local $$206)
(i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add165$i)
+ (get_local $$fl$1$and219)
)
- )
- (set_local $$tobool$i$419$i
- (i32.eq
- (get_local $$and$i$418$i)
- (i32.const 0)
+ (set_local $$206
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (if
- (get_local $$tobool$i$419$i)
- (call $___fwritex
- (get_local $$prefix$0$add$ptr65$i)
- (get_local $$add67$i)
- (get_local $$f)
+ (set_local $$and$i$418$i
+ (i32.and
+ (get_local $$206)
+ (i32.const 32)
+ )
)
- )
- (set_local $$xor167$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 65536)
+ (set_local $$tobool$i$419$i
+ (i32.eq
+ (get_local $$and$i$418$i)
+ (i32.const 0)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$w$1)
- (get_local $$add165$i)
- (get_local $$xor167$i)
- )
- (set_local $$sub$ptr$sub172$i
- (i32.sub
- (get_local $$$pre566$i)
- (get_local $$sub$ptr$rhs$cast$i)
+ (if
+ (get_local $$tobool$i$419$i)
+ (call $___fwritex
+ (get_local $$prefix$0$add$ptr65$i)
+ (get_local $$add67$i)
+ (get_local $$f)
+ )
)
- )
- (set_local $$207
- (i32.load
+ (set_local $$xor167$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 65536)
+ )
+ )
+ (call $_pad
(get_local $$f)
+ (i32.const 48)
+ (get_local $$w$1)
+ (get_local $$add165$i)
+ (get_local $$xor167$i)
)
- )
- (set_local $$and$i$424$i
- (i32.and
- (get_local $$207)
- (i32.const 32)
+ (set_local $$sub$ptr$sub172$i
+ (i32.sub
+ (get_local $$$pre566$i)
+ (get_local $$sub$ptr$rhs$cast$i)
+ )
)
- )
- (set_local $$tobool$i$425$i
- (i32.eq
- (get_local $$and$i$424$i)
- (i32.const 0)
+ (set_local $$207
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (if
- (get_local $$tobool$i$425$i)
- (call $___fwritex
- (get_local $$buf$i)
- (get_local $$sub$ptr$sub172$i)
- (get_local $$f)
+ (set_local $$and$i$424$i
+ (i32.and
+ (get_local $$207)
+ (i32.const 32)
+ )
)
- )
- (set_local $$sub$ptr$rhs$cast174$i
- (get_local $$incdec$ptr115$i)
- )
- (set_local $$sub$ptr$sub175$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast174$i)
+ (set_local $$tobool$i$425$i
+ (i32.eq
+ (get_local $$and$i$424$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$sum
- (i32.add
- (get_local $$sub$ptr$sub172$i)
- (get_local $$sub$ptr$sub175$i)
+ (if
+ (get_local $$tobool$i$425$i)
+ (call $___fwritex
+ (get_local $$buf$i)
+ (get_local $$sub$ptr$sub172$i)
+ (get_local $$f)
+ )
)
- )
- (set_local $$sub181$i
- (i32.sub
- (get_local $$l$0$i)
- (get_local $$sum)
+ (set_local $$sub$ptr$rhs$cast174$i
+ (get_local $$incdec$ptr115$i)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$sub181$i)
- (i32.const 0)
- (i32.const 0)
- )
- (set_local $$208
- (i32.load
- (get_local $$f)
+ (set_local $$sub$ptr$sub175$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast174$i)
+ )
)
- )
- (set_local $$and$i$430$i
- (i32.and
- (get_local $$208)
- (i32.const 32)
+ (set_local $$sum
+ (i32.add
+ (get_local $$sub$ptr$sub172$i)
+ (get_local $$sub$ptr$sub175$i)
+ )
)
- )
- (set_local $$tobool$i$431$i
- (i32.eq
- (get_local $$and$i$430$i)
- (i32.const 0)
+ (set_local $$sub181$i
+ (i32.sub
+ (get_local $$l$0$i)
+ (get_local $$sum)
+ )
)
- )
- (if
- (get_local $$tobool$i$431$i)
- (call $___fwritex
- (get_local $$incdec$ptr115$i)
- (get_local $$sub$ptr$sub175$i)
+ (call $_pad
(get_local $$f)
+ (i32.const 48)
+ (get_local $$sub181$i)
+ (i32.const 0)
+ (i32.const 0)
)
- )
- (set_local $$xor186$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
+ (set_local $$208
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add165$i)
- (get_local $$xor186$i)
- )
- (set_local $$cmp188$i
- (i32.lt_s
- (get_local $$add165$i)
- (get_local $$w$1)
+ (set_local $$and$i$430$i
+ (i32.and
+ (get_local $$208)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$431$i
+ (i32.eq
+ (get_local $$and$i$430$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$w$add165$i
(if
- (get_local $$cmp188$i)
+ (get_local $$tobool$i$431$i)
+ (call $___fwritex
+ (get_local $$incdec$ptr115$i)
+ (get_local $$sub$ptr$sub175$i)
+ (get_local $$f)
+ )
+ )
+ (set_local $$xor186$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
(get_local $$w$1)
(get_local $$add165$i)
+ (get_local $$xor186$i)
+ )
+ (set_local $$cmp188$i
+ (i32.lt_s
+ (get_local $$add165$i)
+ (get_local $$w$1)
+ )
+ )
+ (set_local $$w$add165$i
+ (if
+ (get_local $$cmp188$i)
+ (get_local $$w$1)
+ (get_local $$add165$i)
+ )
+ )
+ (set_local $$retval$0$i
+ (get_local $$w$add165$i)
)
+ (br $do-once$56)
)
- (set_local $$retval$0$i
- (get_local $$w$add165$i)
+ )
+ (set_local $$cmp196$i
+ (i32.lt_s
+ (get_local $$p$0)
+ (i32.const 0)
)
- (br $do-once$56)
)
- )
- (set_local $$cmp196$i
- (i32.lt_s
- (get_local $$p$0)
- (i32.const 0)
+ (set_local $$$p$i
+ (if
+ (get_local $$cmp196$i)
+ (i32.const 6)
+ (get_local $$p$0)
+ )
)
- )
- (set_local $$$p$i
(if
- (get_local $$cmp196$i)
- (i32.const 6)
- (get_local $$p$0)
- )
- )
- (if
- (get_local $$tobool56$i)
- (block
- (set_local $$mul202$i
- (f64.mul
- (get_local $$mul$i$240)
- (f64.const 268435456)
+ (get_local $$tobool56$i)
+ (block
+ (set_local $$mul202$i
+ (f64.mul
+ (get_local $$mul$i$240)
+ (f64.const 268435456)
+ )
)
- )
- (set_local $$209
- (i32.load
- (get_local $$e2$i)
+ (set_local $$209
+ (i32.load
+ (get_local $$e2$i)
+ )
)
- )
- (set_local $$sub203$i
- (i32.add
- (get_local $$209)
- (i32.const -28)
+ (set_local $$sub203$i
+ (i32.add
+ (get_local $$209)
+ (i32.const -28)
+ )
)
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$sub203$i)
- )
- (set_local $$210
- (get_local $$sub203$i)
- )
- (set_local $$y$addr$3$i
- (get_local $$mul202$i)
- )
- )
- (block
- (set_local $$$pre564$i
- (i32.load
+ (i32.store
(get_local $$e2$i)
+ (get_local $$sub203$i)
+ )
+ (set_local $$210
+ (get_local $$sub203$i)
+ )
+ (set_local $$y$addr$3$i
+ (get_local $$mul202$i)
)
)
- (set_local $$210
- (get_local $$$pre564$i)
- )
- (set_local $$y$addr$3$i
- (get_local $$mul$i$240)
- )
- )
- )
- (set_local $$cmp205$i
- (i32.lt_s
- (get_local $$210)
- (i32.const 0)
- )
- )
- (set_local $$arraydecay208$add$ptr213$i
- (if
- (get_local $$cmp205$i)
- (get_local $$big$i)
- (get_local $$add$ptr213$i)
- )
- )
- (set_local $$sub$ptr$rhs$cast345$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (set_local $$y$addr$4$i
- (get_local $$y$addr$3$i)
- )
- (set_local $$z$0$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (loop $while-out$66 $while-in$67
- (set_local $$conv216$i
- (call_import $f64-to-int
- (get_local $$y$addr$4$i)
+ (block
+ (set_local $$$pre564$i
+ (i32.load
+ (get_local $$e2$i)
+ )
+ )
+ (set_local $$210
+ (get_local $$$pre564$i)
+ )
+ (set_local $$y$addr$3$i
+ (get_local $$mul$i$240)
+ )
)
)
- (i32.store
- (get_local $$z$0$i)
- (get_local $$conv216$i)
- )
- (set_local $$incdec$ptr217$i
- (i32.add
- (get_local $$z$0$i)
- (i32.const 4)
+ (set_local $$cmp205$i
+ (i32.lt_s
+ (get_local $$210)
+ (i32.const 0)
)
)
- (set_local $$conv218$i
- (f64.convert_u/i32
- (get_local $$conv216$i)
+ (set_local $$arraydecay208$add$ptr213$i
+ (if
+ (get_local $$cmp205$i)
+ (get_local $$big$i)
+ (get_local $$add$ptr213$i)
)
)
- (set_local $$sub219$i
- (f64.sub
- (get_local $$y$addr$4$i)
- (get_local $$conv218$i)
- )
+ (set_local $$sub$ptr$rhs$cast345$i
+ (get_local $$arraydecay208$add$ptr213$i)
)
- (set_local $$mul220$i
- (f64.mul
- (get_local $$sub219$i)
- (f64.const 1e9)
- )
+ (set_local $$y$addr$4$i
+ (get_local $$y$addr$3$i)
)
- (set_local $$tobool222$i
- (f64.ne
- (get_local $$mul220$i)
- (f64.const 0)
- )
+ (set_local $$z$0$i
+ (get_local $$arraydecay208$add$ptr213$i)
)
- (if
- (get_local $$tobool222$i)
- (block
- (set_local $$y$addr$4$i
- (get_local $$mul220$i)
+ (loop $while-in$67
+ (block $while-out$66
+ (set_local $$conv216$i
+ (call_import $f64-to-int
+ (get_local $$y$addr$4$i)
+ )
)
- (set_local $$z$0$i
- (get_local $$incdec$ptr217$i)
+ (i32.store
+ (get_local $$z$0$i)
+ (get_local $$conv216$i)
)
- )
- (block
- (set_local $$incdec$ptr217$i$lcssa
- (get_local $$incdec$ptr217$i)
+ (set_local $$incdec$ptr217$i
+ (i32.add
+ (get_local $$z$0$i)
+ (i32.const 4)
+ )
)
- (br $while-out$66)
- )
- )
- (br $while-in$67)
- )
- (set_local $$$pr$i
- (i32.load
- (get_local $$e2$i)
- )
- )
- (set_local $$cmp225$547$i
- (i32.gt_s
- (get_local $$$pr$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp225$547$i)
- (block
- (set_local $$211
- (get_local $$$pr$i)
- )
- (set_local $$a$1549$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (set_local $$z$1548$i
- (get_local $$incdec$ptr217$i$lcssa)
- )
- (loop $while-out$68 $while-in$69
- (set_local $$cmp228$i
- (i32.gt_s
- (get_local $$211)
- (i32.const 29)
+ (set_local $$conv218$i
+ (f64.convert_u/i32
+ (get_local $$conv216$i)
)
)
- (set_local $$cond233$i
- (if
- (get_local $$cmp228$i)
- (i32.const 29)
- (get_local $$211)
+ (set_local $$sub219$i
+ (f64.sub
+ (get_local $$y$addr$4$i)
+ (get_local $$conv218$i)
)
)
- (set_local $$d$0$542$i
- (i32.add
- (get_local $$z$1548$i)
- (i32.const -4)
+ (set_local $$mul220$i
+ (f64.mul
+ (get_local $$sub219$i)
+ (f64.const 1e9)
)
)
- (set_local $$cmp235$543$i
- (i32.lt_u
- (get_local $$d$0$542$i)
- (get_local $$a$1549$i)
+ (set_local $$tobool222$i
+ (f64.ne
+ (get_local $$mul220$i)
+ (f64.const 0)
)
)
- (block $do-once$70
- (if
- (get_local $$cmp235$543$i)
- (set_local $$a$2$ph$i
- (get_local $$a$1549$i)
+ (if
+ (get_local $$tobool222$i)
+ (block
+ (set_local $$y$addr$4$i
+ (get_local $$mul220$i)
)
- (block
- (set_local $$carry$0544$i
- (i32.const 0)
+ (set_local $$z$0$i
+ (get_local $$incdec$ptr217$i)
+ )
+ )
+ (block
+ (set_local $$incdec$ptr217$i$lcssa
+ (get_local $$incdec$ptr217$i)
+ )
+ (br $while-out$66)
+ )
+ )
+ (br $while-in$67)
+ )
+ )
+ (set_local $$$pr$i
+ (i32.load
+ (get_local $$e2$i)
+ )
+ )
+ (set_local $$cmp225$547$i
+ (i32.gt_s
+ (get_local $$$pr$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp225$547$i)
+ (block
+ (set_local $$211
+ (get_local $$$pr$i)
+ )
+ (set_local $$a$1549$i
+ (get_local $$arraydecay208$add$ptr213$i)
+ )
+ (set_local $$z$1548$i
+ (get_local $$incdec$ptr217$i$lcssa)
+ )
+ (loop $while-in$69
+ (block $while-out$68
+ (set_local $$cmp228$i
+ (i32.gt_s
+ (get_local $$211)
+ (i32.const 29)
+ )
+ )
+ (set_local $$cond233$i
+ (if
+ (get_local $$cmp228$i)
+ (i32.const 29)
+ (get_local $$211)
+ )
+ )
+ (set_local $$d$0$542$i
+ (i32.add
+ (get_local $$z$1548$i)
+ (i32.const -4)
)
- (set_local $$d$0545$i
+ )
+ (set_local $$cmp235$543$i
+ (i32.lt_u
(get_local $$d$0$542$i)
+ (get_local $$a$1549$i)
)
- (loop $while-out$72 $while-in$73
- (set_local $$212
- (i32.load
- (get_local $$d$0545$i)
- )
+ )
+ (block $do-once$70
+ (if
+ (get_local $$cmp235$543$i)
+ (set_local $$a$2$ph$i
+ (get_local $$a$1549$i)
)
- (set_local $$213
- (call $_bitshift64Shl
- (get_local $$212)
+ (block
+ (set_local $$carry$0544$i
(i32.const 0)
- (get_local $$cond233$i)
)
- )
- (set_local $$214
- (i32.load
- (i32.const 168)
+ (set_local $$d$0545$i
+ (get_local $$d$0$542$i)
)
- )
- (set_local $$215
- (call $_i64Add
- (get_local $$213)
- (get_local $$214)
- (get_local $$carry$0544$i)
- (i32.const 0)
+ (loop $while-in$73
+ (block $while-out$72
+ (set_local $$212
+ (i32.load
+ (get_local $$d$0545$i)
+ )
+ )
+ (set_local $$213
+ (call $_bitshift64Shl
+ (get_local $$212)
+ (i32.const 0)
+ (get_local $$cond233$i)
+ )
+ )
+ (set_local $$214
+ (get_global $tempRet0)
+ )
+ (set_local $$215
+ (call $_i64Add
+ (get_local $$213)
+ (get_local $$214)
+ (get_local $$carry$0544$i)
+ (i32.const 0)
+ )
+ )
+ (set_local $$216
+ (get_global $tempRet0)
+ )
+ (set_local $$217
+ (call $___uremdi3
+ (get_local $$215)
+ (get_local $$216)
+ (i32.const 1000000000)
+ (i32.const 0)
+ )
+ )
+ (set_local $$218
+ (get_global $tempRet0)
+ )
+ (i32.store
+ (get_local $$d$0545$i)
+ (get_local $$217)
+ )
+ (set_local $$219
+ (call $___udivdi3
+ (get_local $$215)
+ (get_local $$216)
+ (i32.const 1000000000)
+ (i32.const 0)
+ )
+ )
+ (set_local $$220
+ (get_global $tempRet0)
+ )
+ (set_local $$d$0$i
+ (i32.add
+ (get_local $$d$0545$i)
+ (i32.const -4)
+ )
+ )
+ (set_local $$cmp235$i
+ (i32.lt_u
+ (get_local $$d$0$i)
+ (get_local $$a$1549$i)
+ )
+ )
+ (if
+ (get_local $$cmp235$i)
+ (block
+ (set_local $$conv242$i$lcssa
+ (get_local $$219)
+ )
+ (br $while-out$72)
+ )
+ (block
+ (set_local $$carry$0544$i
+ (get_local $$219)
+ )
+ (set_local $$d$0545$i
+ (get_local $$d$0$i)
+ )
+ )
+ )
+ (br $while-in$73)
+ )
)
- )
- (set_local $$216
- (i32.load
- (i32.const 168)
+ (set_local $$tobool244$i
+ (i32.eq
+ (get_local $$conv242$i$lcssa)
+ (i32.const 0)
+ )
)
- )
- (set_local $$217
- (call $___uremdi3
- (get_local $$215)
- (get_local $$216)
- (i32.const 1000000000)
- (i32.const 0)
+ (if
+ (get_local $$tobool244$i)
+ (block
+ (set_local $$a$2$ph$i
+ (get_local $$a$1549$i)
+ )
+ (br $do-once$70)
+ )
)
- )
- (set_local $$218
- (i32.load
- (i32.const 168)
+ (set_local $$incdec$ptr246$i
+ (i32.add
+ (get_local $$a$1549$i)
+ (i32.const -4)
+ )
+ )
+ (i32.store
+ (get_local $$incdec$ptr246$i)
+ (get_local $$conv242$i$lcssa)
+ )
+ (set_local $$a$2$ph$i
+ (get_local $$incdec$ptr246$i)
)
)
- (i32.store
- (get_local $$d$0545$i)
- (get_local $$217)
- )
- (set_local $$219
- (call $___udivdi3
- (get_local $$215)
- (get_local $$216)
- (i32.const 1000000000)
- (i32.const 0)
+ )
+ )
+ (set_local $$z$2$i
+ (get_local $$z$1548$i)
+ )
+ (loop $while-in$75
+ (block $while-out$74
+ (set_local $$cmp249$i
+ (i32.gt_u
+ (get_local $$z$2$i)
+ (get_local $$a$2$ph$i)
)
)
- (set_local $$220
- (i32.load
- (i32.const 168)
+ (if
+ (i32.eqz
+ (get_local $$cmp249$i)
+ )
+ (block
+ (set_local $$z$2$i$lcssa
+ (get_local $$z$2$i)
+ )
+ (br $while-out$74)
)
)
- (set_local $$d$0$i
+ (set_local $$arrayidx251$i
(i32.add
- (get_local $$d$0545$i)
+ (get_local $$z$2$i)
(i32.const -4)
)
)
- (set_local $$cmp235$i
- (i32.lt_u
- (get_local $$d$0$i)
- (get_local $$a$1549$i)
+ (set_local $$221
+ (i32.load
+ (get_local $$arrayidx251$i)
+ )
+ )
+ (set_local $$lnot$i
+ (i32.eq
+ (get_local $$221)
+ (i32.const 0)
)
)
(if
- (get_local $$cmp235$i)
- (block
- (set_local $$conv242$i$lcssa
- (get_local $$219)
- )
- (br $while-out$72)
+ (get_local $$lnot$i)
+ (set_local $$z$2$i
+ (get_local $$arrayidx251$i)
)
(block
- (set_local $$carry$0544$i
- (get_local $$219)
- )
- (set_local $$d$0545$i
- (get_local $$d$0$i)
+ (set_local $$z$2$i$lcssa
+ (get_local $$z$2$i)
)
+ (br $while-out$74)
)
)
- (br $while-in$73)
- )
- (set_local $$tobool244$i
- (i32.eq
- (get_local $$conv242$i$lcssa)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool244$i)
- (block
- (set_local $$a$2$ph$i
- (get_local $$a$1549$i)
- )
- (br $do-once$70)
- )
- )
- (set_local $$incdec$ptr246$i
- (i32.add
- (get_local $$a$1549$i)
- (i32.const -4)
- )
- )
- (i32.store
- (get_local $$incdec$ptr246$i)
- (get_local $$conv242$i$lcssa)
+ (br $while-in$75)
)
- (set_local $$a$2$ph$i
- (get_local $$incdec$ptr246$i)
- )
- )
- )
- )
- (set_local $$z$2$i
- (get_local $$z$1548$i)
- )
- (loop $while-out$74 $while-in$75
- (set_local $$cmp249$i
- (i32.gt_u
- (get_local $$z$2$i)
- (get_local $$a$2$ph$i)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp249$i)
)
- (block
- (set_local $$z$2$i$lcssa
- (get_local $$z$2$i)
+ (set_local $$222
+ (i32.load
+ (get_local $$e2$i)
)
- (br $while-out$74)
)
- )
- (set_local $$arrayidx251$i
- (i32.add
- (get_local $$z$2$i)
- (i32.const -4)
- )
- )
- (set_local $$221
- (i32.load
- (get_local $$arrayidx251$i)
- )
- )
- (set_local $$lnot$i
- (i32.eq
- (get_local $$221)
- (i32.const 0)
- )
- )
- (if
- (get_local $$lnot$i)
- (set_local $$z$2$i
- (get_local $$arrayidx251$i)
- )
- (block
- (set_local $$z$2$i$lcssa
- (get_local $$z$2$i)
+ (set_local $$sub256$i
+ (i32.sub
+ (get_local $$222)
+ (get_local $$cond233$i)
)
- (br $while-out$74)
- )
- )
- (br $while-in$75)
- )
- (set_local $$222
- (i32.load
- (get_local $$e2$i)
- )
- )
- (set_local $$sub256$i
- (i32.sub
- (get_local $$222)
- (get_local $$cond233$i)
- )
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$sub256$i)
- )
- (set_local $$cmp225$i
- (i32.gt_s
- (get_local $$sub256$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp225$i)
- (block
- (set_local $$211
- (get_local $$sub256$i)
- )
- (set_local $$a$1549$i
- (get_local $$a$2$ph$i)
- )
- (set_local $$z$1548$i
- (get_local $$z$2$i$lcssa)
)
- )
- (block
- (set_local $$$pr477$i
+ (i32.store
+ (get_local $$e2$i)
(get_local $$sub256$i)
)
- (set_local $$a$1$lcssa$i
- (get_local $$a$2$ph$i)
+ (set_local $$cmp225$i
+ (i32.gt_s
+ (get_local $$sub256$i)
+ (i32.const 0)
+ )
)
- (set_local $$z$1$lcssa$i
- (get_local $$z$2$i$lcssa)
+ (if
+ (get_local $$cmp225$i)
+ (block
+ (set_local $$211
+ (get_local $$sub256$i)
+ )
+ (set_local $$a$1549$i
+ (get_local $$a$2$ph$i)
+ )
+ (set_local $$z$1548$i
+ (get_local $$z$2$i$lcssa)
+ )
+ )
+ (block
+ (set_local $$$pr477$i
+ (get_local $$sub256$i)
+ )
+ (set_local $$a$1$lcssa$i
+ (get_local $$a$2$ph$i)
+ )
+ (set_local $$z$1$lcssa$i
+ (get_local $$z$2$i$lcssa)
+ )
+ (br $while-out$68)
+ )
)
- (br $while-out$68)
+ (br $while-in$69)
)
)
- (br $while-in$69)
- )
- )
- (block
- (set_local $$$pr477$i
- (get_local $$$pr$i)
- )
- (set_local $$a$1$lcssa$i
- (get_local $$arraydecay208$add$ptr213$i)
- )
- (set_local $$z$1$lcssa$i
- (get_local $$incdec$ptr217$i$lcssa)
- )
- )
- )
- (set_local $$cmp259$537$i
- (i32.lt_s
- (get_local $$$pr477$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp259$537$i)
- (block
- (set_local $$add273$i
- (i32.add
- (get_local $$$p$i)
- (i32.const 25)
- )
)
- (set_local $$div274$i
- (i32.and
- (call_import $i32s-div
- (get_local $$add273$i)
- (i32.const 9)
- )
- (i32.const -1)
+ (block
+ (set_local $$$pr477$i
+ (get_local $$$pr$i)
)
- )
- (set_local $$add275$i
- (i32.add
- (get_local $$div274$i)
- (i32.const 1)
+ (set_local $$a$1$lcssa$i
+ (get_local $$arraydecay208$add$ptr213$i)
)
- )
- (set_local $$cmp299$i
- (i32.eq
- (get_local $$or$i$241)
- (i32.const 102)
+ (set_local $$z$1$lcssa$i
+ (get_local $$incdec$ptr217$i$lcssa)
)
)
- (set_local $$223
+ )
+ (set_local $$cmp259$537$i
+ (i32.lt_s
(get_local $$$pr477$i)
+ (i32.const 0)
)
- (set_local $$a$3539$i
- (get_local $$a$1$lcssa$i)
- )
- (set_local $$z$3538$i
- (get_local $$z$1$lcssa$i)
- )
- (loop $while-out$76 $while-in$77
- (set_local $$sub264$i
- (i32.sub
- (i32.const 0)
- (get_local $$223)
+ )
+ (if
+ (get_local $$cmp259$537$i)
+ (block
+ (set_local $$add273$i
+ (i32.add
+ (get_local $$$p$i)
+ (i32.const 25)
)
)
- (set_local $$cmp265$i
- (i32.gt_s
- (get_local $$sub264$i)
- (i32.const 9)
+ (set_local $$div274$i
+ (i32.and
+ (call_import $i32s-div
+ (get_local $$add273$i)
+ (i32.const 9)
+ )
+ (i32.const -1)
)
)
- (set_local $$cond271$i
- (if
- (get_local $$cmp265$i)
- (i32.const 9)
- (get_local $$sub264$i)
+ (set_local $$add275$i
+ (i32.add
+ (get_local $$div274$i)
+ (i32.const 1)
)
)
- (set_local $$cmp277$533$i
- (i32.lt_u
- (get_local $$a$3539$i)
- (get_local $$z$3538$i)
+ (set_local $$cmp299$i
+ (i32.eq
+ (get_local $$or$i$241)
+ (i32.const 102)
)
)
- (block $do-once$78
- (if
- (get_local $$cmp277$533$i)
- (block
- (set_local $$shl280$i
- (i32.shl
- (i32.const 1)
- (get_local $$cond271$i)
- )
- )
- (set_local $$sub281$i
- (i32.add
- (get_local $$shl280$i)
- (i32.const -1)
- )
+ (set_local $$223
+ (get_local $$$pr477$i)
+ )
+ (set_local $$a$3539$i
+ (get_local $$a$1$lcssa$i)
+ )
+ (set_local $$z$3538$i
+ (get_local $$z$1$lcssa$i)
+ )
+ (loop $while-in$77
+ (block $while-out$76
+ (set_local $$sub264$i
+ (i32.sub
+ (i32.const 0)
+ (get_local $$223)
)
- (set_local $$shr285$i
- (i32.shr_u
- (i32.const 1000000000)
- (get_local $$cond271$i)
- )
+ )
+ (set_local $$cmp265$i
+ (i32.gt_s
+ (get_local $$sub264$i)
+ (i32.const 9)
)
- (set_local $$carry262$0535$i
- (i32.const 0)
+ )
+ (set_local $$cond271$i
+ (if
+ (get_local $$cmp265$i)
+ (i32.const 9)
+ (get_local $$sub264$i)
)
- (set_local $$d$1534$i
+ )
+ (set_local $$cmp277$533$i
+ (i32.lt_u
(get_local $$a$3539$i)
+ (get_local $$z$3538$i)
)
- (loop $while-out$80 $while-in$81
- (set_local $$225
- (i32.load
- (get_local $$d$1534$i)
+ )
+ (block $do-once$78
+ (if
+ (get_local $$cmp277$533$i)
+ (block
+ (set_local $$shl280$i
+ (i32.shl
+ (i32.const 1)
+ (get_local $$cond271$i)
+ )
)
- )
- (set_local $$and282$i
- (i32.and
- (get_local $$225)
- (get_local $$sub281$i)
+ (set_local $$sub281$i
+ (i32.add
+ (get_local $$shl280$i)
+ (i32.const -1)
+ )
)
- )
- (set_local $$shr283$i
- (i32.shr_u
- (get_local $$225)
- (get_local $$cond271$i)
+ (set_local $$shr285$i
+ (i32.shr_u
+ (i32.const 1000000000)
+ (get_local $$cond271$i)
+ )
)
- )
- (set_local $$add284$i
- (i32.add
- (get_local $$shr283$i)
- (get_local $$carry262$0535$i)
+ (set_local $$carry262$0535$i
+ (i32.const 0)
)
- )
- (i32.store
- (get_local $$d$1534$i)
- (get_local $$add284$i)
- )
- (set_local $$mul286$i
- (i32.mul
- (get_local $$and282$i)
- (get_local $$shr285$i)
+ (set_local $$d$1534$i
+ (get_local $$a$3539$i)
)
- )
- (set_local $$incdec$ptr288$i
- (i32.add
- (get_local $$d$1534$i)
- (i32.const 4)
+ (loop $while-in$81
+ (block $while-out$80
+ (set_local $$225
+ (i32.load
+ (get_local $$d$1534$i)
+ )
+ )
+ (set_local $$and282$i
+ (i32.and
+ (get_local $$225)
+ (get_local $$sub281$i)
+ )
+ )
+ (set_local $$shr283$i
+ (i32.shr_u
+ (get_local $$225)
+ (get_local $$cond271$i)
+ )
+ )
+ (set_local $$add284$i
+ (i32.add
+ (get_local $$shr283$i)
+ (get_local $$carry262$0535$i)
+ )
+ )
+ (i32.store
+ (get_local $$d$1534$i)
+ (get_local $$add284$i)
+ )
+ (set_local $$mul286$i
+ (i32.mul
+ (get_local $$and282$i)
+ (get_local $$shr285$i)
+ )
+ )
+ (set_local $$incdec$ptr288$i
+ (i32.add
+ (get_local $$d$1534$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$cmp277$i
+ (i32.lt_u
+ (get_local $$incdec$ptr288$i)
+ (get_local $$z$3538$i)
+ )
+ )
+ (if
+ (get_local $$cmp277$i)
+ (block
+ (set_local $$carry262$0535$i
+ (get_local $$mul286$i)
+ )
+ (set_local $$d$1534$i
+ (get_local $$incdec$ptr288$i)
+ )
+ )
+ (block
+ (set_local $$mul286$i$lcssa
+ (get_local $$mul286$i)
+ )
+ (br $while-out$80)
+ )
+ )
+ (br $while-in$81)
+ )
)
- )
- (set_local $$cmp277$i
- (i32.lt_u
- (get_local $$incdec$ptr288$i)
+ (set_local $$226
+ (i32.load
+ (get_local $$a$3539$i)
+ )
+ )
+ (set_local $$tobool290$i
+ (i32.eq
+ (get_local $$226)
+ (i32.const 0)
+ )
+ )
+ (set_local $$incdec$ptr292$i
+ (i32.add
+ (get_local $$a$3539$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$incdec$ptr292$a$3$i
+ (if
+ (get_local $$tobool290$i)
+ (get_local $$incdec$ptr292$i)
+ (get_local $$a$3539$i)
+ )
+ )
+ (set_local $$tobool294$i
+ (i32.eq
+ (get_local $$mul286$i$lcssa)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool294$i)
+ (block
+ (set_local $$incdec$ptr292$a$3573$i
+ (get_local $$incdec$ptr292$a$3$i)
+ )
+ (set_local $$z$4$i
+ (get_local $$z$3538$i)
+ )
+ (br $do-once$78)
+ )
+ )
+ (set_local $$incdec$ptr296$i
+ (i32.add
+ (get_local $$z$3538$i)
+ (i32.const 4)
+ )
+ )
+ (i32.store
(get_local $$z$3538$i)
+ (get_local $$mul286$i$lcssa)
+ )
+ (set_local $$incdec$ptr292$a$3573$i
+ (get_local $$incdec$ptr292$a$3$i)
+ )
+ (set_local $$z$4$i
+ (get_local $$incdec$ptr296$i)
)
)
- (if
- (get_local $$cmp277$i)
- (block
- (set_local $$carry262$0535$i
- (get_local $$mul286$i)
+ (block
+ (set_local $$224
+ (i32.load
+ (get_local $$a$3539$i)
)
- (set_local $$d$1534$i
- (get_local $$incdec$ptr288$i)
+ )
+ (set_local $$tobool290$569$i
+ (i32.eq
+ (get_local $$224)
+ (i32.const 0)
)
)
- (block
- (set_local $$mul286$i$lcssa
- (get_local $$mul286$i)
+ (set_local $$incdec$ptr292$570$i
+ (i32.add
+ (get_local $$a$3539$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$incdec$ptr292$a$3$571$i
+ (if
+ (get_local $$tobool290$569$i)
+ (get_local $$incdec$ptr292$570$i)
+ (get_local $$a$3539$i)
)
- (br $while-out$80)
+ )
+ (set_local $$incdec$ptr292$a$3573$i
+ (get_local $$incdec$ptr292$a$3$571$i)
+ )
+ (set_local $$z$4$i
+ (get_local $$z$3538$i)
)
)
- (br $while-in$81)
)
- (set_local $$226
- (i32.load
- (get_local $$a$3539$i)
- )
+ )
+ (set_local $$cond304$i
+ (if
+ (get_local $$cmp299$i)
+ (get_local $$arraydecay208$add$ptr213$i)
+ (get_local $$incdec$ptr292$a$3573$i)
)
- (set_local $$tobool290$i
- (i32.eq
- (get_local $$226)
- (i32.const 0)
- )
+ )
+ (set_local $$sub$ptr$lhs$cast305$i
+ (get_local $$z$4$i)
+ )
+ (set_local $$sub$ptr$rhs$cast306$i
+ (get_local $$cond304$i)
+ )
+ (set_local $$sub$ptr$sub307$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast305$i)
+ (get_local $$sub$ptr$rhs$cast306$i)
)
- (set_local $$incdec$ptr292$i
- (i32.add
- (get_local $$a$3539$i)
- (i32.const 4)
- )
+ )
+ (set_local $$sub$ptr$div$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub307$i)
+ (i32.const 2)
)
- (set_local $$incdec$ptr292$a$3$i
- (if
- (get_local $$tobool290$i)
- (get_local $$incdec$ptr292$i)
- (get_local $$a$3539$i)
- )
+ )
+ (set_local $$cmp308$i
+ (i32.gt_s
+ (get_local $$sub$ptr$div$i)
+ (get_local $$add275$i)
)
- (set_local $$tobool294$i
- (i32.eq
- (get_local $$mul286$i$lcssa)
- (i32.const 0)
+ )
+ (set_local $$add$ptr311$i
+ (i32.add
+ (get_local $$cond304$i)
+ (i32.shl
+ (get_local $$add275$i)
+ (i32.const 2)
)
)
+ )
+ (set_local $$add$ptr311$z$4$i
(if
- (get_local $$tobool294$i)
- (block
- (set_local $$incdec$ptr292$a$3573$i
- (get_local $$incdec$ptr292$a$3$i)
- )
- (set_local $$z$4$i
- (get_local $$z$3538$i)
- )
- (br $do-once$78)
- )
+ (get_local $$cmp308$i)
+ (get_local $$add$ptr311$i)
+ (get_local $$z$4$i)
)
- (set_local $$incdec$ptr296$i
- (i32.add
- (get_local $$z$3538$i)
- (i32.const 4)
- )
- )
- (i32.store
- (get_local $$z$3538$i)
- (get_local $$mul286$i$lcssa)
+ )
+ (set_local $$227
+ (i32.load
+ (get_local $$e2$i)
)
- (set_local $$incdec$ptr292$a$3573$i
- (get_local $$incdec$ptr292$a$3$i)
+ )
+ (set_local $$add313$i
+ (i32.add
+ (get_local $$227)
+ (get_local $$cond271$i)
)
- (set_local $$z$4$i
- (get_local $$incdec$ptr296$i)
+ )
+ (i32.store
+ (get_local $$e2$i)
+ (get_local $$add313$i)
+ )
+ (set_local $$cmp259$i
+ (i32.lt_s
+ (get_local $$add313$i)
+ (i32.const 0)
)
)
- (block
- (set_local $$224
- (i32.load
- (get_local $$a$3539$i)
+ (if
+ (get_local $$cmp259$i)
+ (block
+ (set_local $$223
+ (get_local $$add313$i)
)
- )
- (set_local $$tobool290$569$i
- (i32.eq
- (get_local $$224)
- (i32.const 0)
+ (set_local $$a$3539$i
+ (get_local $$incdec$ptr292$a$3573$i)
)
- )
- (set_local $$incdec$ptr292$570$i
- (i32.add
- (get_local $$a$3539$i)
- (i32.const 4)
+ (set_local $$z$3538$i
+ (get_local $$add$ptr311$z$4$i)
)
)
- (set_local $$incdec$ptr292$a$3$571$i
- (if
- (get_local $$tobool290$569$i)
- (get_local $$incdec$ptr292$570$i)
- (get_local $$a$3539$i)
+ (block
+ (set_local $$a$3$lcssa$i
+ (get_local $$incdec$ptr292$a$3573$i)
)
- )
- (set_local $$incdec$ptr292$a$3573$i
- (get_local $$incdec$ptr292$a$3$571$i)
- )
- (set_local $$z$4$i
- (get_local $$z$3538$i)
+ (set_local $$z$3$lcssa$i
+ (get_local $$add$ptr311$z$4$i)
+ )
+ (br $while-out$76)
)
)
+ (br $while-in$77)
)
)
- (set_local $$cond304$i
- (if
- (get_local $$cmp299$i)
- (get_local $$arraydecay208$add$ptr213$i)
- (get_local $$incdec$ptr292$a$3573$i)
- )
- )
- (set_local $$sub$ptr$lhs$cast305$i
- (get_local $$z$4$i)
- )
- (set_local $$sub$ptr$rhs$cast306$i
- (get_local $$cond304$i)
- )
- (set_local $$sub$ptr$sub307$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast305$i)
- (get_local $$sub$ptr$rhs$cast306$i)
- )
- )
- (set_local $$sub$ptr$div$i
- (i32.shr_s
- (get_local $$sub$ptr$sub307$i)
- (i32.const 2)
- )
- )
- (set_local $$cmp308$i
- (i32.gt_s
- (get_local $$sub$ptr$div$i)
- (get_local $$add275$i)
- )
- )
- (set_local $$add$ptr311$i
- (i32.add
- (get_local $$cond304$i)
- (i32.shl
- (get_local $$add275$i)
- (i32.const 2)
- )
- )
- )
- (set_local $$add$ptr311$z$4$i
- (if
- (get_local $$cmp308$i)
- (get_local $$add$ptr311$i)
- (get_local $$z$4$i)
- )
- )
- (set_local $$227
- (i32.load
- (get_local $$e2$i)
- )
- )
- (set_local $$add313$i
- (i32.add
- (get_local $$227)
- (get_local $$cond271$i)
- )
- )
- (i32.store
- (get_local $$e2$i)
- (get_local $$add313$i)
- )
- (set_local $$cmp259$i
- (i32.lt_s
- (get_local $$add313$i)
- (i32.const 0)
- )
+ )
+ (block
+ (set_local $$a$3$lcssa$i
+ (get_local $$a$1$lcssa$i)
)
- (if
- (get_local $$cmp259$i)
- (block
- (set_local $$223
- (get_local $$add313$i)
- )
- (set_local $$a$3539$i
- (get_local $$incdec$ptr292$a$3573$i)
- )
- (set_local $$z$3538$i
- (get_local $$add$ptr311$z$4$i)
- )
- )
- (block
- (set_local $$a$3$lcssa$i
- (get_local $$incdec$ptr292$a$3573$i)
- )
- (set_local $$z$3$lcssa$i
- (get_local $$add$ptr311$z$4$i)
- )
- (br $while-out$76)
- )
+ (set_local $$z$3$lcssa$i
+ (get_local $$z$1$lcssa$i)
)
- (br $while-in$77)
)
)
- (block
- (set_local $$a$3$lcssa$i
- (get_local $$a$1$lcssa$i)
- )
- (set_local $$z$3$lcssa$i
- (get_local $$z$1$lcssa$i)
+ (set_local $$cmp315$i
+ (i32.lt_u
+ (get_local $$a$3$lcssa$i)
+ (get_local $$z$3$lcssa$i)
)
)
- )
- (set_local $$cmp315$i
- (i32.lt_u
- (get_local $$a$3$lcssa$i)
- (get_local $$z$3$lcssa$i)
- )
- )
- (block $do-once$82
- (if
- (get_local $$cmp315$i)
- (block
- (set_local $$sub$ptr$rhs$cast319$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$sub$ptr$sub320$i
- (i32.sub
- (get_local $$sub$ptr$rhs$cast345$i)
- (get_local $$sub$ptr$rhs$cast319$i)
- )
- )
- (set_local $$sub$ptr$div321$i
- (i32.shr_s
- (get_local $$sub$ptr$sub320$i)
- (i32.const 2)
- )
- )
- (set_local $$mul322$i
- (i32.mul
- (get_local $$sub$ptr$div321$i)
- (i32.const 9)
- )
- )
- (set_local $$228
- (i32.load
+ (block $do-once$82
+ (if
+ (get_local $$cmp315$i)
+ (block
+ (set_local $$sub$ptr$rhs$cast319$i
(get_local $$a$3$lcssa$i)
)
- )
- (set_local $$cmp324$529$i
- (i32.lt_u
- (get_local $$228)
- (i32.const 10)
- )
- )
- (if
- (get_local $$cmp324$529$i)
- (block
- (set_local $$e$1$i
- (get_local $$mul322$i)
+ (set_local $$sub$ptr$sub320$i
+ (i32.sub
+ (get_local $$sub$ptr$rhs$cast345$i)
+ (get_local $$sub$ptr$rhs$cast319$i)
)
- (br $do-once$82)
)
- (block
- (set_local $$e$0531$i
- (get_local $$mul322$i)
- )
- (set_local $$i$0530$i
- (i32.const 10)
+ (set_local $$sub$ptr$div321$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub320$i)
+ (i32.const 2)
)
)
- )
- (loop $while-out$84 $while-in$85
- (set_local $$mul328$i
+ (set_local $$mul322$i
(i32.mul
- (get_local $$i$0530$i)
- (i32.const 10)
+ (get_local $$sub$ptr$div321$i)
+ (i32.const 9)
)
)
- (set_local $$inc$i
- (i32.add
- (get_local $$e$0531$i)
- (i32.const 1)
+ (set_local $$228
+ (i32.load
+ (get_local $$a$3$lcssa$i)
)
)
- (set_local $$cmp324$i
+ (set_local $$cmp324$529$i
(i32.lt_u
(get_local $$228)
- (get_local $$mul328$i)
+ (i32.const 10)
)
)
(if
- (get_local $$cmp324$i)
+ (get_local $$cmp324$529$i)
(block
(set_local $$e$1$i
- (get_local $$inc$i)
+ (get_local $$mul322$i)
)
- (br $while-out$84)
+ (br $do-once$82)
)
(block
(set_local $$e$0531$i
- (get_local $$inc$i)
+ (get_local $$mul322$i)
)
(set_local $$i$0530$i
- (get_local $$mul328$i)
+ (i32.const 10)
+ )
+ )
+ )
+ (loop $while-in$85
+ (block $while-out$84
+ (set_local $$mul328$i
+ (i32.mul
+ (get_local $$i$0530$i)
+ (i32.const 10)
+ )
+ )
+ (set_local $$inc$i
+ (i32.add
+ (get_local $$e$0531$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$cmp324$i
+ (i32.lt_u
+ (get_local $$228)
+ (get_local $$mul328$i)
+ )
+ )
+ (if
+ (get_local $$cmp324$i)
+ (block
+ (set_local $$e$1$i
+ (get_local $$inc$i)
+ )
+ (br $while-out$84)
+ )
+ (block
+ (set_local $$e$0531$i
+ (get_local $$inc$i)
+ )
+ (set_local $$i$0530$i
+ (get_local $$mul328$i)
+ )
+ )
)
+ (br $while-in$85)
)
)
- (br $while-in$85)
)
- )
- (set_local $$e$1$i
- (i32.const 0)
+ (set_local $$e$1$i
+ (i32.const 0)
+ )
)
)
- )
- (set_local $$cmp333$i
- (i32.ne
- (get_local $$or$i$241)
- (i32.const 102)
+ (set_local $$cmp333$i
+ (i32.ne
+ (get_local $$or$i$241)
+ (i32.const 102)
+ )
)
- )
- (set_local $$mul335$i
- (if
- (get_local $$cmp333$i)
- (get_local $$e$1$i)
- (i32.const 0)
+ (set_local $$mul335$i
+ (if
+ (get_local $$cmp333$i)
+ (get_local $$e$1$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$sub336$i
- (i32.sub
- (get_local $$$p$i)
- (get_local $$mul335$i)
+ (set_local $$sub336$i
+ (i32.sub
+ (get_local $$$p$i)
+ (get_local $$mul335$i)
+ )
)
- )
- (set_local $$cmp338$i
- (i32.eq
- (get_local $$or$i$241)
- (i32.const 103)
+ (set_local $$cmp338$i
+ (i32.eq
+ (get_local $$or$i$241)
+ (i32.const 103)
+ )
)
- )
- (set_local $$tobool341$i
- (i32.ne
- (get_local $$$p$i)
- (i32.const 0)
+ (set_local $$tobool341$i
+ (i32.ne
+ (get_local $$$p$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$229
- (i32.and
- (get_local $$tobool341$i)
- (get_local $$cmp338$i)
+ (set_local $$229
+ (i32.and
+ (get_local $$tobool341$i)
+ (get_local $$cmp338$i)
+ )
)
- )
- (set_local $$land$ext$neg$i
- (i32.shr_s
- (i32.shl
- (get_local $$229)
+ (set_local $$land$ext$neg$i
+ (i32.shr_s
+ (i32.shl
+ (get_local $$229)
+ (i32.const 31)
+ )
(i32.const 31)
)
- (i32.const 31)
)
- )
- (set_local $$sub343$i
- (i32.add
- (get_local $$sub336$i)
- (get_local $$land$ext$neg$i)
- )
- )
- (set_local $$sub$ptr$lhs$cast344$i
- (get_local $$z$3$lcssa$i)
- )
- (set_local $$sub$ptr$sub346$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast344$i)
- (get_local $$sub$ptr$rhs$cast345$i)
+ (set_local $$sub343$i
+ (i32.add
+ (get_local $$sub336$i)
+ (get_local $$land$ext$neg$i)
+ )
)
- )
- (set_local $$sub$ptr$div347$i
- (i32.shr_s
- (get_local $$sub$ptr$sub346$i)
- (i32.const 2)
+ (set_local $$sub$ptr$lhs$cast344$i
+ (get_local $$z$3$lcssa$i)
)
- )
- (set_local $$230
- (i32.mul
- (get_local $$sub$ptr$div347$i)
- (i32.const 9)
+ (set_local $$sub$ptr$sub346$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast344$i)
+ (get_local $$sub$ptr$rhs$cast345$i)
+ )
)
- )
- (set_local $$mul349$i
- (i32.add
- (get_local $$230)
- (i32.const -9)
+ (set_local $$sub$ptr$div347$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub346$i)
+ (i32.const 2)
+ )
)
- )
- (set_local $$cmp350$i
- (i32.lt_s
- (get_local $$sub343$i)
- (get_local $$mul349$i)
+ (set_local $$230
+ (i32.mul
+ (get_local $$sub$ptr$div347$i)
+ (i32.const 9)
+ )
)
- )
- (if
- (get_local $$cmp350$i)
- (block
- (set_local $$add$ptr354$i
- (i32.add
- (get_local $$arraydecay208$add$ptr213$i)
- (i32.const 4)
- )
+ (set_local $$mul349$i
+ (i32.add
+ (get_local $$230)
+ (i32.const -9)
)
- (set_local $$add355$i
- (i32.add
- (get_local $$sub343$i)
- (i32.const 9216)
- )
+ )
+ (set_local $$cmp350$i
+ (i32.lt_s
+ (get_local $$sub343$i)
+ (get_local $$mul349$i)
)
- (set_local $$div356$i
- (i32.and
- (call_import $i32s-div
- (get_local $$add355$i)
- (i32.const 9)
+ )
+ (if
+ (get_local $$cmp350$i)
+ (block
+ (set_local $$add$ptr354$i
+ (i32.add
+ (get_local $$arraydecay208$add$ptr213$i)
+ (i32.const 4)
)
- (i32.const -1)
)
- )
- (set_local $$sub357$i
- (i32.add
- (get_local $$div356$i)
- (i32.const -1024)
+ (set_local $$add355$i
+ (i32.add
+ (get_local $$sub343$i)
+ (i32.const 9216)
+ )
)
- )
- (set_local $$add$ptr358$i
- (i32.add
- (get_local $$add$ptr354$i)
- (i32.shl
- (get_local $$sub357$i)
- (i32.const 2)
+ (set_local $$div356$i
+ (i32.and
+ (call_import $i32s-div
+ (get_local $$add355$i)
+ (i32.const 9)
+ )
+ (i32.const -1)
)
)
- )
- (set_local $$rem360$i
- (i32.and
- (call_import $i32s-rem
- (get_local $$add355$i)
- (i32.const 9)
+ (set_local $$sub357$i
+ (i32.add
+ (get_local $$div356$i)
+ (i32.const -1024)
)
- (i32.const -1)
)
- )
- (set_local $$j$0$524$i
- (i32.add
- (get_local $$rem360$i)
- (i32.const 1)
+ (set_local $$add$ptr358$i
+ (i32.add
+ (get_local $$add$ptr354$i)
+ (i32.shl
+ (get_local $$sub357$i)
+ (i32.const 2)
+ )
+ )
)
- )
- (set_local $$cmp363$525$i
- (i32.lt_s
- (get_local $$j$0$524$i)
- (i32.const 9)
+ (set_local $$rem360$i
+ (i32.and
+ (call_import $i32s-rem
+ (get_local $$add355$i)
+ (i32.const 9)
+ )
+ (i32.const -1)
+ )
)
- )
- (if
- (get_local $$cmp363$525$i)
- (block
- (set_local $$i$1526$i
- (i32.const 10)
+ (set_local $$j$0$524$i
+ (i32.add
+ (get_local $$rem360$i)
+ (i32.const 1)
)
- (set_local $$j$0527$i
+ )
+ (set_local $$cmp363$525$i
+ (i32.lt_s
(get_local $$j$0$524$i)
+ (i32.const 9)
)
- (loop $while-out$86 $while-in$87
- (set_local $$mul367$i
- (i32.mul
- (get_local $$i$1526$i)
- (i32.const 10)
- )
- )
- (set_local $$j$0$i
- (i32.add
- (get_local $$j$0527$i)
- (i32.const 1)
- )
+ )
+ (if
+ (get_local $$cmp363$525$i)
+ (block
+ (set_local $$i$1526$i
+ (i32.const 10)
)
- (set_local $$exitcond$i
- (i32.eq
- (get_local $$j$0$i)
- (i32.const 9)
- )
+ (set_local $$j$0527$i
+ (get_local $$j$0$524$i)
)
- (if
- (get_local $$exitcond$i)
- (block
- (set_local $$i$1$lcssa$i
- (get_local $$mul367$i)
+ (loop $while-in$87
+ (block $while-out$86
+ (set_local $$mul367$i
+ (i32.mul
+ (get_local $$i$1526$i)
+ (i32.const 10)
+ )
)
- (br $while-out$86)
- )
- (block
- (set_local $$i$1526$i
- (get_local $$mul367$i)
+ (set_local $$j$0$i
+ (i32.add
+ (get_local $$j$0527$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$exitcond$i
+ (i32.eq
+ (get_local $$j$0$i)
+ (i32.const 9)
+ )
)
- (set_local $$j$0527$i
- (get_local $$j$0$i)
+ (if
+ (get_local $$exitcond$i)
+ (block
+ (set_local $$i$1$lcssa$i
+ (get_local $$mul367$i)
+ )
+ (br $while-out$86)
+ )
+ (block
+ (set_local $$i$1526$i
+ (get_local $$mul367$i)
+ )
+ (set_local $$j$0527$i
+ (get_local $$j$0$i)
+ )
+ )
)
+ (br $while-in$87)
)
)
- (br $while-in$87)
+ )
+ (set_local $$i$1$lcssa$i
+ (i32.const 10)
)
)
- (set_local $$i$1$lcssa$i
- (i32.const 10)
- )
- )
- (set_local $$231
- (i32.load
- (get_local $$add$ptr358$i)
- )
- )
- (set_local $$rem370$i
- (i32.and
- (call_import $i32u-rem
- (get_local $$231)
- (get_local $$i$1$lcssa$i)
+ (set_local $$231
+ (i32.load
+ (get_local $$add$ptr358$i)
)
- (i32.const -1)
)
- )
- (set_local $$tobool371$i
- (i32.eq
- (get_local $$rem370$i)
- (i32.const 0)
+ (set_local $$rem370$i
+ (i32.and
+ (call_import $i32u-rem
+ (get_local $$231)
+ (get_local $$i$1$lcssa$i)
+ )
+ (i32.const -1)
+ )
)
- )
- (set_local $$add$ptr373$i
- (i32.add
- (get_local $$add$ptr358$i)
- (i32.const 4)
+ (set_local $$tobool371$i
+ (i32.eq
+ (get_local $$rem370$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp374$i
- (i32.eq
- (get_local $$add$ptr373$i)
- (get_local $$z$3$lcssa$i)
+ (set_local $$add$ptr373$i
+ (i32.add
+ (get_local $$add$ptr358$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$or$cond395$i
- (i32.and
- (get_local $$cmp374$i)
- (get_local $$tobool371$i)
+ (set_local $$cmp374$i
+ (i32.eq
+ (get_local $$add$ptr373$i)
+ (get_local $$z$3$lcssa$i)
+ )
)
- )
- (block $do-once$88
- (if
- (get_local $$or$cond395$i)
- (block
- (set_local $$a$8$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$d$4$i
- (get_local $$add$ptr358$i)
- )
- (set_local $$e$4$i
- (get_local $$e$1$i)
- )
+ (set_local $$or$cond395$i
+ (i32.and
+ (get_local $$cmp374$i)
+ (get_local $$tobool371$i)
)
- (block
- (set_local $$div378$i
- (i32.and
- (call_import $i32u-div
- (get_local $$231)
- (get_local $$i$1$lcssa$i)
- )
- (i32.const -1)
- )
- )
- (set_local $$and379$i
- (i32.and
- (get_local $$div378$i)
- (i32.const 1)
+ )
+ (block $do-once$88
+ (if
+ (get_local $$or$cond395$i)
+ (block
+ (set_local $$a$8$i
+ (get_local $$a$3$lcssa$i)
)
- )
- (set_local $$tobool380$i
- (i32.eq
- (get_local $$and379$i)
- (i32.const 0)
+ (set_local $$d$4$i
+ (get_local $$add$ptr358$i)
)
- )
- (set_local $$$396$i
- (if
- (get_local $$tobool380$i)
- (f64.const 9007199254740992)
- (f64.const 9007199254740994)
+ (set_local $$e$4$i
+ (get_local $$e$1$i)
)
)
- (set_local $$div384$i
- (i32.and
- (call_import $i32s-div
- (get_local $$i$1$lcssa$i)
- (i32.const 2)
+ (block
+ (set_local $$div378$i
+ (i32.and
+ (call_import $i32u-div
+ (get_local $$231)
+ (get_local $$i$1$lcssa$i)
+ )
+ (i32.const -1)
)
- (i32.const -1)
- )
- )
- (set_local $$cmp385$i
- (i32.lt_u
- (get_local $$rem370$i)
- (get_local $$div384$i)
)
- )
- (if
- (get_local $$cmp385$i)
- (set_local $$small$0$i
- (f64.const 0.5)
+ (set_local $$and379$i
+ (i32.and
+ (get_local $$div378$i)
+ (i32.const 1)
+ )
)
- (block
- (set_local $$cmp390$i
- (i32.eq
- (get_local $$rem370$i)
- (get_local $$div384$i)
- )
+ (set_local $$tobool380$i
+ (i32.eq
+ (get_local $$and379$i)
+ (i32.const 0)
)
- (set_local $$or$cond397$i
- (i32.and
- (get_local $$cmp374$i)
- (get_local $$cmp390$i)
- )
+ )
+ (set_local $$$396$i
+ (if
+ (get_local $$tobool380$i)
+ (f64.const 9007199254740992)
+ (f64.const 9007199254740994)
)
- (set_local $$$404$i
- (if
- (get_local $$or$cond397$i)
- (f64.const 1)
- (f64.const 1.5)
+ )
+ (set_local $$div384$i
+ (i32.and
+ (call_import $i32s-div
+ (get_local $$i$1$lcssa$i)
+ (i32.const 2)
)
- )
- (set_local $$small$0$i
- (get_local $$$404$i)
+ (i32.const -1)
)
)
- )
- (set_local $$tobool400$i
- (i32.eq
- (get_local $$pl$0$i)
- (i32.const 0)
+ (set_local $$cmp385$i
+ (i32.lt_u
+ (get_local $$rem370$i)
+ (get_local $$div384$i)
+ )
)
- )
- (block $do-once$90
(if
- (get_local $$tobool400$i)
+ (get_local $$cmp385$i)
+ (set_local $$small$0$i
+ (f64.const 0.5)
+ )
(block
- (set_local $$round377$1$i
- (get_local $$$396$i)
+ (set_local $$cmp390$i
+ (i32.eq
+ (get_local $$rem370$i)
+ (get_local $$div384$i)
+ )
+ )
+ (set_local $$or$cond397$i
+ (i32.and
+ (get_local $$cmp374$i)
+ (get_local $$cmp390$i)
+ )
)
- (set_local $$small$1$i
- (get_local $$small$0$i)
+ (set_local $$$404$i
+ (if
+ (get_local $$or$cond397$i)
+ (f64.const 1)
+ (f64.const 1.5)
+ )
+ )
+ (set_local $$small$0$i
+ (get_local $$$404$i)
)
)
- (block
- (set_local $$232
- (i32.load8_s
- (get_local $$prefix$0$i)
+ )
+ (set_local $$tobool400$i
+ (i32.eq
+ (get_local $$pl$0$i)
+ (i32.const 0)
+ )
+ )
+ (block $do-once$90
+ (if
+ (get_local $$tobool400$i)
+ (block
+ (set_local $$round377$1$i
+ (get_local $$$396$i)
+ )
+ (set_local $$small$1$i
+ (get_local $$small$0$i)
)
)
- (set_local $$cmp403$i
- (i32.eq
- (i32.shr_s
- (i32.shl
- (get_local $$232)
+ (block
+ (set_local $$232
+ (i32.load8_s
+ (get_local $$prefix$0$i)
+ )
+ )
+ (set_local $$cmp403$i
+ (i32.eq
+ (i32.shr_s
+ (i32.shl
+ (get_local $$232)
+ (i32.const 24)
+ )
(i32.const 24)
)
- (i32.const 24)
+ (i32.const 45)
)
- (i32.const 45)
)
- )
- (if
- (i32.eqz
- (get_local $$cmp403$i)
+ (if
+ (i32.eqz
+ (get_local $$cmp403$i)
+ )
+ (block
+ (set_local $$round377$1$i
+ (get_local $$$396$i)
+ )
+ (set_local $$small$1$i
+ (get_local $$small$0$i)
+ )
+ (br $do-once$90)
+ )
)
- (block
- (set_local $$round377$1$i
+ (set_local $$mul406$i
+ (f64.neg
(get_local $$$396$i)
)
- (set_local $$small$1$i
+ )
+ (set_local $$mul407$i
+ (f64.neg
(get_local $$small$0$i)
)
- (br $do-once$90)
)
- )
- (set_local $$mul406$i
- (f64.neg
- (get_local $$$396$i)
+ (set_local $$round377$1$i
+ (get_local $$mul406$i)
)
- )
- (set_local $$mul407$i
- (f64.neg
- (get_local $$small$0$i)
+ (set_local $$small$1$i
+ (get_local $$mul407$i)
)
)
- (set_local $$round377$1$i
- (get_local $$mul406$i)
- )
- (set_local $$small$1$i
- (get_local $$mul407$i)
- )
)
)
- )
- (set_local $$sub409$i
- (i32.sub
- (get_local $$231)
- (get_local $$rem370$i)
- )
- )
- (i32.store
- (get_local $$add$ptr358$i)
- (get_local $$sub409$i)
- )
- (set_local $$add410$i
- (f64.add
- (get_local $$round377$1$i)
- (get_local $$small$1$i)
+ (set_local $$sub409$i
+ (i32.sub
+ (get_local $$231)
+ (get_local $$rem370$i)
+ )
)
- )
- (set_local $$cmp411$i
- (f64.ne
- (get_local $$add410$i)
- (get_local $$round377$1$i)
+ (i32.store
+ (get_local $$add$ptr358$i)
+ (get_local $$sub409$i)
)
- )
- (if
- (i32.eqz
- (get_local $$cmp411$i)
+ (set_local $$add410$i
+ (f64.add
+ (get_local $$round377$1$i)
+ (get_local $$small$1$i)
+ )
)
- (block
- (set_local $$a$8$i
- (get_local $$a$3$lcssa$i)
+ (set_local $$cmp411$i
+ (f64.ne
+ (get_local $$add410$i)
+ (get_local $$round377$1$i)
)
- (set_local $$d$4$i
- (get_local $$add$ptr358$i)
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp411$i)
)
- (set_local $$e$4$i
- (get_local $$e$1$i)
+ (block
+ (set_local $$a$8$i
+ (get_local $$a$3$lcssa$i)
+ )
+ (set_local $$d$4$i
+ (get_local $$add$ptr358$i)
+ )
+ (set_local $$e$4$i
+ (get_local $$e$1$i)
+ )
+ (br $do-once$88)
)
- (br $do-once$88)
)
- )
- (set_local $$add414$i
- (i32.add
- (get_local $$sub409$i)
- (get_local $$i$1$lcssa$i)
+ (set_local $$add414$i
+ (i32.add
+ (get_local $$sub409$i)
+ (get_local $$i$1$lcssa$i)
+ )
)
- )
- (i32.store
- (get_local $$add$ptr358$i)
- (get_local $$add414$i)
- )
- (set_local $$cmp416$519$i
- (i32.gt_u
+ (i32.store
+ (get_local $$add$ptr358$i)
(get_local $$add414$i)
- (i32.const 999999999)
)
- )
- (if
- (get_local $$cmp416$519$i)
- (block
- (set_local $$a$5521$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$d$2520$i
- (get_local $$add$ptr358$i)
+ (set_local $$cmp416$519$i
+ (i32.gt_u
+ (get_local $$add414$i)
+ (i32.const 999999999)
)
- (loop $while-out$92 $while-in$93
- (set_local $$incdec$ptr419$i
- (i32.add
- (get_local $$d$2520$i)
- (i32.const -4)
- )
- )
- (i32.store
- (get_local $$d$2520$i)
- (i32.const 0)
+ )
+ (if
+ (get_local $$cmp416$519$i)
+ (block
+ (set_local $$a$5521$i
+ (get_local $$a$3$lcssa$i)
)
- (set_local $$cmp420$i
- (i32.lt_u
- (get_local $$incdec$ptr419$i)
- (get_local $$a$5521$i)
- )
+ (set_local $$d$2520$i
+ (get_local $$add$ptr358$i)
)
- (if
- (get_local $$cmp420$i)
- (block
- (set_local $$incdec$ptr423$i
+ (loop $while-in$93
+ (block $while-out$92
+ (set_local $$incdec$ptr419$i
(i32.add
- (get_local $$a$5521$i)
+ (get_local $$d$2520$i)
(i32.const -4)
)
)
(i32.store
- (get_local $$incdec$ptr423$i)
+ (get_local $$d$2520$i)
(i32.const 0)
)
- (set_local $$a$6$i
- (get_local $$incdec$ptr423$i)
+ (set_local $$cmp420$i
+ (i32.lt_u
+ (get_local $$incdec$ptr419$i)
+ (get_local $$a$5521$i)
+ )
)
- )
- (set_local $$a$6$i
- (get_local $$a$5521$i)
- )
- )
- (set_local $$233
- (i32.load
- (get_local $$incdec$ptr419$i)
- )
- )
- (set_local $$inc425$i
- (i32.add
- (get_local $$233)
- (i32.const 1)
- )
- )
- (i32.store
- (get_local $$incdec$ptr419$i)
- (get_local $$inc425$i)
- )
- (set_local $$cmp416$i
- (i32.gt_u
- (get_local $$inc425$i)
- (i32.const 999999999)
- )
- )
- (if
- (get_local $$cmp416$i)
- (block
- (set_local $$a$5521$i
- (get_local $$a$6$i)
+ (if
+ (get_local $$cmp420$i)
+ (block
+ (set_local $$incdec$ptr423$i
+ (i32.add
+ (get_local $$a$5521$i)
+ (i32.const -4)
+ )
+ )
+ (i32.store
+ (get_local $$incdec$ptr423$i)
+ (i32.const 0)
+ )
+ (set_local $$a$6$i
+ (get_local $$incdec$ptr423$i)
+ )
+ )
+ (set_local $$a$6$i
+ (get_local $$a$5521$i)
+ )
)
- (set_local $$d$2520$i
- (get_local $$incdec$ptr419$i)
+ (set_local $$233
+ (i32.load
+ (get_local $$incdec$ptr419$i)
+ )
)
- )
- (block
- (set_local $$a$5$lcssa$i
- (get_local $$a$6$i)
+ (set_local $$inc425$i
+ (i32.add
+ (get_local $$233)
+ (i32.const 1)
+ )
)
- (set_local $$d$2$lcssa$i
+ (i32.store
(get_local $$incdec$ptr419$i)
+ (get_local $$inc425$i)
+ )
+ (set_local $$cmp416$i
+ (i32.gt_u
+ (get_local $$inc425$i)
+ (i32.const 999999999)
+ )
+ )
+ (if
+ (get_local $$cmp416$i)
+ (block
+ (set_local $$a$5521$i
+ (get_local $$a$6$i)
+ )
+ (set_local $$d$2520$i
+ (get_local $$incdec$ptr419$i)
+ )
+ )
+ (block
+ (set_local $$a$5$lcssa$i
+ (get_local $$a$6$i)
+ )
+ (set_local $$d$2$lcssa$i
+ (get_local $$incdec$ptr419$i)
+ )
+ (br $while-out$92)
+ )
)
- (br $while-out$92)
+ (br $while-in$93)
)
)
- (br $while-in$93)
- )
- )
- (block
- (set_local $$a$5$lcssa$i
- (get_local $$a$3$lcssa$i)
)
- (set_local $$d$2$lcssa$i
- (get_local $$add$ptr358$i)
+ (block
+ (set_local $$a$5$lcssa$i
+ (get_local $$a$3$lcssa$i)
+ )
+ (set_local $$d$2$lcssa$i
+ (get_local $$add$ptr358$i)
+ )
)
)
- )
- (set_local $$sub$ptr$rhs$cast428$i
- (get_local $$a$5$lcssa$i)
- )
- (set_local $$sub$ptr$sub429$i
- (i32.sub
- (get_local $$sub$ptr$rhs$cast345$i)
- (get_local $$sub$ptr$rhs$cast428$i)
- )
- )
- (set_local $$sub$ptr$div430$i
- (i32.shr_s
- (get_local $$sub$ptr$sub429$i)
- (i32.const 2)
- )
- )
- (set_local $$mul431$i
- (i32.mul
- (get_local $$sub$ptr$div430$i)
- (i32.const 9)
- )
- )
- (set_local $$234
- (i32.load
+ (set_local $$sub$ptr$rhs$cast428$i
(get_local $$a$5$lcssa$i)
)
- )
- (set_local $$cmp433$515$i
- (i32.lt_u
- (get_local $$234)
- (i32.const 10)
- )
- )
- (if
- (get_local $$cmp433$515$i)
- (block
- (set_local $$a$8$i
- (get_local $$a$5$lcssa$i)
- )
- (set_local $$d$4$i
- (get_local $$d$2$lcssa$i)
- )
- (set_local $$e$4$i
- (get_local $$mul431$i)
+ (set_local $$sub$ptr$sub429$i
+ (i32.sub
+ (get_local $$sub$ptr$rhs$cast345$i)
+ (get_local $$sub$ptr$rhs$cast428$i)
)
- (br $do-once$88)
)
- (block
- (set_local $$e$2517$i
- (get_local $$mul431$i)
- )
- (set_local $$i$2516$i
- (i32.const 10)
+ (set_local $$sub$ptr$div430$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub429$i)
+ (i32.const 2)
)
)
- )
- (loop $while-out$94 $while-in$95
- (set_local $$mul437$i
+ (set_local $$mul431$i
(i32.mul
- (get_local $$i$2516$i)
- (i32.const 10)
+ (get_local $$sub$ptr$div430$i)
+ (i32.const 9)
)
)
- (set_local $$inc438$i
- (i32.add
- (get_local $$e$2517$i)
- (i32.const 1)
+ (set_local $$234
+ (i32.load
+ (get_local $$a$5$lcssa$i)
)
)
- (set_local $$cmp433$i
+ (set_local $$cmp433$515$i
(i32.lt_u
(get_local $$234)
- (get_local $$mul437$i)
+ (i32.const 10)
)
)
(if
- (get_local $$cmp433$i)
+ (get_local $$cmp433$515$i)
(block
(set_local $$a$8$i
(get_local $$a$5$lcssa$i)
@@ -11398,2543 +11262,2624 @@
(get_local $$d$2$lcssa$i)
)
(set_local $$e$4$i
- (get_local $$inc438$i)
+ (get_local $$mul431$i)
)
- (br $while-out$94)
+ (br $do-once$88)
)
(block
(set_local $$e$2517$i
- (get_local $$inc438$i)
+ (get_local $$mul431$i)
)
(set_local $$i$2516$i
- (get_local $$mul437$i)
+ (i32.const 10)
+ )
+ )
+ )
+ (loop $while-in$95
+ (block $while-out$94
+ (set_local $$mul437$i
+ (i32.mul
+ (get_local $$i$2516$i)
+ (i32.const 10)
+ )
+ )
+ (set_local $$inc438$i
+ (i32.add
+ (get_local $$e$2517$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$cmp433$i
+ (i32.lt_u
+ (get_local $$234)
+ (get_local $$mul437$i)
+ )
+ )
+ (if
+ (get_local $$cmp433$i)
+ (block
+ (set_local $$a$8$i
+ (get_local $$a$5$lcssa$i)
+ )
+ (set_local $$d$4$i
+ (get_local $$d$2$lcssa$i)
+ )
+ (set_local $$e$4$i
+ (get_local $$inc438$i)
+ )
+ (br $while-out$94)
+ )
+ (block
+ (set_local $$e$2517$i
+ (get_local $$inc438$i)
+ )
+ (set_local $$i$2516$i
+ (get_local $$mul437$i)
+ )
+ )
)
+ (br $while-in$95)
)
)
- (br $while-in$95)
)
)
)
- )
- (set_local $$add$ptr442$i
- (i32.add
- (get_local $$d$4$i)
- (i32.const 4)
+ (set_local $$add$ptr442$i
+ (i32.add
+ (get_local $$d$4$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$cmp443$i
- (i32.gt_u
- (get_local $$z$3$lcssa$i)
- (get_local $$add$ptr442$i)
+ (set_local $$cmp443$i
+ (i32.gt_u
+ (get_local $$z$3$lcssa$i)
+ (get_local $$add$ptr442$i)
+ )
)
- )
- (set_local $$add$ptr442$z$3$i
- (if
- (get_local $$cmp443$i)
- (get_local $$add$ptr442$i)
- (get_local $$z$3$lcssa$i)
+ (set_local $$add$ptr442$z$3$i
+ (if
+ (get_local $$cmp443$i)
+ (get_local $$add$ptr442$i)
+ (get_local $$z$3$lcssa$i)
+ )
+ )
+ (set_local $$a$9$ph$i
+ (get_local $$a$8$i)
+ )
+ (set_local $$e$5$ph$i
+ (get_local $$e$4$i)
+ )
+ (set_local $$z$7$ph$i
+ (get_local $$add$ptr442$z$3$i)
)
- )
- (set_local $$a$9$ph$i
- (get_local $$a$8$i)
- )
- (set_local $$e$5$ph$i
- (get_local $$e$4$i)
- )
- (set_local $$z$7$ph$i
- (get_local $$add$ptr442$z$3$i)
- )
- )
- (block
- (set_local $$a$9$ph$i
- (get_local $$a$3$lcssa$i)
- )
- (set_local $$e$5$ph$i
- (get_local $$e$1$i)
- )
- (set_local $$z$7$ph$i
- (get_local $$z$3$lcssa$i)
- )
- )
- )
- (set_local $$sub626$le$i
- (i32.sub
- (i32.const 0)
- (get_local $$e$5$ph$i)
- )
- )
- (set_local $$z$7$i
- (get_local $$z$7$ph$i)
- )
- (loop $while-out$96 $while-in$97
- (set_local $$cmp450$i
- (i32.gt_u
- (get_local $$z$7$i)
- (get_local $$a$9$ph$i)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp450$i)
)
(block
- (set_local $$cmp450$lcssa$i
- (i32.const 0)
+ (set_local $$a$9$ph$i
+ (get_local $$a$3$lcssa$i)
)
- (set_local $$z$7$i$lcssa
- (get_local $$z$7$i)
+ (set_local $$e$5$ph$i
+ (get_local $$e$1$i)
+ )
+ (set_local $$z$7$ph$i
+ (get_local $$z$3$lcssa$i)
)
- (br $while-out$96)
- )
- )
- (set_local $$arrayidx453$i
- (i32.add
- (get_local $$z$7$i)
- (i32.const -4)
- )
- )
- (set_local $$235
- (i32.load
- (get_local $$arrayidx453$i)
)
)
- (set_local $$lnot455$i
- (i32.eq
- (get_local $$235)
+ (set_local $$sub626$le$i
+ (i32.sub
(i32.const 0)
+ (get_local $$e$5$ph$i)
)
)
- (if
- (get_local $$lnot455$i)
- (set_local $$z$7$i
- (get_local $$arrayidx453$i)
- )
- (block
- (set_local $$cmp450$lcssa$i
- (i32.const 1)
- )
- (set_local $$z$7$i$lcssa
- (get_local $$z$7$i)
- )
- (br $while-out$96)
- )
+ (set_local $$z$7$i
+ (get_local $$z$7$ph$i)
)
- (br $while-in$97)
- )
- (block $do-once$98
- (if
- (get_local $$cmp338$i)
- (block
- (set_local $$236
- (i32.and
- (get_local $$tobool341$i)
- (i32.const 1)
+ (loop $while-in$97
+ (block $while-out$96
+ (set_local $$cmp450$i
+ (i32.gt_u
+ (get_local $$z$7$i)
+ (get_local $$a$9$ph$i)
)
)
- (set_local $$inc468$i
- (i32.xor
- (get_local $$236)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $$cmp450$i)
)
- )
- (set_local $$$p$inc468$i
- (i32.add
- (get_local $$inc468$i)
- (get_local $$$p$i)
+ (block
+ (set_local $$cmp450$lcssa$i
+ (i32.const 0)
+ )
+ (set_local $$z$7$i$lcssa
+ (get_local $$z$7$i)
+ )
+ (br $while-out$96)
)
)
- (set_local $$cmp470$i
- (i32.gt_s
- (get_local $$$p$inc468$i)
- (get_local $$e$5$ph$i)
+ (set_local $$arrayidx453$i
+ (i32.add
+ (get_local $$z$7$i)
+ (i32.const -4)
)
)
- (set_local $$cmp473$i
- (i32.gt_s
- (get_local $$e$5$ph$i)
- (i32.const -5)
+ (set_local $$235
+ (i32.load
+ (get_local $$arrayidx453$i)
)
)
- (set_local $$or$cond2$i
- (i32.and
- (get_local $$cmp470$i)
- (get_local $$cmp473$i)
+ (set_local $$lnot455$i
+ (i32.eq
+ (get_local $$235)
+ (i32.const 0)
)
)
(if
- (get_local $$or$cond2$i)
- (block
- (set_local $$dec476$i
- (i32.add
- (get_local $$t$0)
- (i32.const -1)
- )
- )
- (set_local $$add477$neg$i
- (i32.add
- (get_local $$$p$inc468$i)
- (i32.const -1)
- )
- )
- (set_local $$sub478$i
- (i32.sub
- (get_local $$add477$neg$i)
- (get_local $$e$5$ph$i)
- )
- )
- (set_local $$p$addr$2$i
- (get_local $$sub478$i)
- )
- (set_local $$t$addr$0$i
- (get_local $$dec476$i)
- )
+ (get_local $$lnot455$i)
+ (set_local $$z$7$i
+ (get_local $$arrayidx453$i)
)
(block
- (set_local $$sub480$i
- (i32.add
- (get_local $$t$0)
- (i32.const -2)
- )
- )
- (set_local $$dec481$i
- (i32.add
- (get_local $$$p$inc468$i)
- (i32.const -1)
- )
- )
- (set_local $$p$addr$2$i
- (get_local $$dec481$i)
+ (set_local $$cmp450$lcssa$i
+ (i32.const 1)
)
- (set_local $$t$addr$0$i
- (get_local $$sub480$i)
+ (set_local $$z$7$i$lcssa
+ (get_local $$z$7$i)
)
+ (br $while-out$96)
)
)
- (set_local $$and483$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
+ (br $while-in$97)
+ )
+ )
+ (block $do-once$98
+ (if
+ (get_local $$cmp338$i)
+ (block
+ (set_local $$236
+ (i32.and
+ (get_local $$tobool341$i)
+ (i32.const 1)
+ )
)
- )
- (set_local $$tobool484$i
- (i32.eq
- (get_local $$and483$i)
- (i32.const 0)
+ (set_local $$inc468$i
+ (i32.xor
+ (get_local $$236)
+ (i32.const 1)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$tobool484$i)
+ (set_local $$$p$inc468$i
+ (i32.add
+ (get_local $$inc468$i)
+ (get_local $$$p$i)
+ )
)
- (block
- (set_local $$and610$pre$phi$iZ2D
- (get_local $$and483$i)
+ (set_local $$cmp470$i
+ (i32.gt_s
+ (get_local $$$p$inc468$i)
+ (get_local $$e$5$ph$i)
)
- (set_local $$p$addr$3$i
- (get_local $$p$addr$2$i)
+ )
+ (set_local $$cmp473$i
+ (i32.gt_s
+ (get_local $$e$5$ph$i)
+ (i32.const -5)
)
- (set_local $$t$addr$1$i
- (get_local $$t$addr$0$i)
+ )
+ (set_local $$or$cond2$i
+ (i32.and
+ (get_local $$cmp470$i)
+ (get_local $$cmp473$i)
)
- (br $do-once$98)
)
- )
- (block $do-once$100
(if
- (get_local $$cmp450$lcssa$i)
+ (get_local $$or$cond2$i)
(block
- (set_local $$arrayidx489$i
+ (set_local $$dec476$i
(i32.add
- (get_local $$z$7$i$lcssa)
- (i32.const -4)
+ (get_local $$t$0)
+ (i32.const -1)
)
)
- (set_local $$237
- (i32.load
- (get_local $$arrayidx489$i)
+ (set_local $$add477$neg$i
+ (i32.add
+ (get_local $$$p$inc468$i)
+ (i32.const -1)
)
)
- (set_local $$tobool490$i
- (i32.eq
- (get_local $$237)
- (i32.const 0)
+ (set_local $$sub478$i
+ (i32.sub
+ (get_local $$add477$neg$i)
+ (get_local $$e$5$ph$i)
)
)
- (if
- (get_local $$tobool490$i)
- (block
- (set_local $$j$2$i
- (i32.const 9)
- )
- (br $do-once$100)
+ (set_local $$p$addr$2$i
+ (get_local $$sub478$i)
+ )
+ (set_local $$t$addr$0$i
+ (get_local $$dec476$i)
+ )
+ )
+ (block
+ (set_local $$sub480$i
+ (i32.add
+ (get_local $$t$0)
+ (i32.const -2)
)
)
- (set_local $$rem494$510$i
- (i32.and
- (call_import $i32u-rem
- (get_local $$237)
- (i32.const 10)
- )
+ (set_local $$dec481$i
+ (i32.add
+ (get_local $$$p$inc468$i)
(i32.const -1)
)
)
- (set_local $$cmp495$511$i
- (i32.eq
- (get_local $$rem494$510$i)
- (i32.const 0)
- )
+ (set_local $$p$addr$2$i
+ (get_local $$dec481$i)
)
- (if
- (get_local $$cmp495$511$i)
- (block
- (set_local $$i$3512$i
- (i32.const 10)
- )
- (set_local $$j$1513$i
- (i32.const 0)
+ (set_local $$t$addr$0$i
+ (get_local $$sub480$i)
+ )
+ )
+ )
+ (set_local $$and483$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 8)
+ )
+ )
+ (set_local $$tobool484$i
+ (i32.eq
+ (get_local $$and483$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool484$i)
+ )
+ (block
+ (set_local $$and610$pre$phi$iZ2D
+ (get_local $$and483$i)
+ )
+ (set_local $$p$addr$3$i
+ (get_local $$p$addr$2$i)
+ )
+ (set_local $$t$addr$1$i
+ (get_local $$t$addr$0$i)
+ )
+ (br $do-once$98)
+ )
+ )
+ (block $do-once$100
+ (if
+ (get_local $$cmp450$lcssa$i)
+ (block
+ (set_local $$arrayidx489$i
+ (i32.add
+ (get_local $$z$7$i$lcssa)
+ (i32.const -4)
)
)
- (block
- (set_local $$j$2$i
- (i32.const 0)
+ (set_local $$237
+ (i32.load
+ (get_local $$arrayidx489$i)
)
- (br $do-once$100)
)
- )
- (loop $while-out$102 $while-in$103
- (set_local $$mul499$i
- (i32.mul
- (get_local $$i$3512$i)
- (i32.const 10)
+ (set_local $$tobool490$i
+ (i32.eq
+ (get_local $$237)
+ (i32.const 0)
)
)
- (set_local $$inc500$i
- (i32.add
- (get_local $$j$1513$i)
- (i32.const 1)
+ (if
+ (get_local $$tobool490$i)
+ (block
+ (set_local $$j$2$i
+ (i32.const 9)
+ )
+ (br $do-once$100)
)
)
- (set_local $$rem494$i
+ (set_local $$rem494$510$i
(i32.and
(call_import $i32u-rem
(get_local $$237)
- (get_local $$mul499$i)
+ (i32.const 10)
)
(i32.const -1)
)
)
- (set_local $$cmp495$i
+ (set_local $$cmp495$511$i
(i32.eq
- (get_local $$rem494$i)
+ (get_local $$rem494$510$i)
(i32.const 0)
)
)
(if
- (get_local $$cmp495$i)
+ (get_local $$cmp495$511$i)
(block
(set_local $$i$3512$i
- (get_local $$mul499$i)
+ (i32.const 10)
)
(set_local $$j$1513$i
- (get_local $$inc500$i)
+ (i32.const 0)
)
)
(block
(set_local $$j$2$i
- (get_local $$inc500$i)
+ (i32.const 0)
+ )
+ (br $do-once$100)
+ )
+ )
+ (loop $while-in$103
+ (block $while-out$102
+ (set_local $$mul499$i
+ (i32.mul
+ (get_local $$i$3512$i)
+ (i32.const 10)
+ )
+ )
+ (set_local $$inc500$i
+ (i32.add
+ (get_local $$j$1513$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$rem494$i
+ (i32.and
+ (call_import $i32u-rem
+ (get_local $$237)
+ (get_local $$mul499$i)
+ )
+ (i32.const -1)
+ )
+ )
+ (set_local $$cmp495$i
+ (i32.eq
+ (get_local $$rem494$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp495$i)
+ (block
+ (set_local $$i$3512$i
+ (get_local $$mul499$i)
+ )
+ (set_local $$j$1513$i
+ (get_local $$inc500$i)
+ )
+ )
+ (block
+ (set_local $$j$2$i
+ (get_local $$inc500$i)
+ )
+ (br $while-out$102)
+ )
)
- (br $while-out$102)
+ (br $while-in$103)
)
)
- (br $while-in$103)
+ )
+ (set_local $$j$2$i
+ (i32.const 9)
)
)
- (set_local $$j$2$i
- (i32.const 9)
+ )
+ (set_local $$or504$i
+ (i32.or
+ (get_local $$t$addr$0$i)
+ (i32.const 32)
)
)
- )
- (set_local $$or504$i
- (i32.or
- (get_local $$t$addr$0$i)
- (i32.const 32)
+ (set_local $$cmp505$i
+ (i32.eq
+ (get_local $$or504$i)
+ (i32.const 102)
+ )
)
- )
- (set_local $$cmp505$i
- (i32.eq
- (get_local $$or504$i)
- (i32.const 102)
+ (set_local $$sub$ptr$lhs$cast508$i
+ (get_local $$z$7$i$lcssa)
)
- )
- (set_local $$sub$ptr$lhs$cast508$i
- (get_local $$z$7$i$lcssa)
- )
- (set_local $$sub$ptr$sub510$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast508$i)
- (get_local $$sub$ptr$rhs$cast345$i)
+ (set_local $$sub$ptr$sub510$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast508$i)
+ (get_local $$sub$ptr$rhs$cast345$i)
+ )
)
- )
- (set_local $$sub$ptr$div511$i
- (i32.shr_s
- (get_local $$sub$ptr$sub510$i)
- (i32.const 2)
+ (set_local $$sub$ptr$div511$i
+ (i32.shr_s
+ (get_local $$sub$ptr$sub510$i)
+ (i32.const 2)
+ )
)
- )
- (set_local $$238
- (i32.mul
- (get_local $$sub$ptr$div511$i)
- (i32.const 9)
+ (set_local $$238
+ (i32.mul
+ (get_local $$sub$ptr$div511$i)
+ (i32.const 9)
+ )
)
- )
- (set_local $$mul513$i
- (i32.add
- (get_local $$238)
- (i32.const -9)
+ (set_local $$mul513$i
+ (i32.add
+ (get_local $$238)
+ (i32.const -9)
+ )
)
- )
- (if
- (get_local $$cmp505$i)
- (block
- (set_local $$sub514$i
- (i32.sub
- (get_local $$mul513$i)
- (get_local $$j$2$i)
+ (if
+ (get_local $$cmp505$i)
+ (block
+ (set_local $$sub514$i
+ (i32.sub
+ (get_local $$mul513$i)
+ (get_local $$j$2$i)
+ )
)
- )
- (set_local $$cmp515$i
- (i32.lt_s
- (get_local $$sub514$i)
- (i32.const 0)
+ (set_local $$cmp515$i
+ (i32.lt_s
+ (get_local $$sub514$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$$sub514$i
- (if
- (get_local $$cmp515$i)
+ (set_local $$$sub514$i
+ (if
+ (get_local $$cmp515$i)
+ (i32.const 0)
+ (get_local $$sub514$i)
+ )
+ )
+ (set_local $$cmp528$i
+ (i32.lt_s
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub514$i)
+ )
+ )
+ (set_local $$p$addr$2$$sub514398$i
+ (if
+ (get_local $$cmp528$i)
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub514$i)
+ )
+ )
+ (set_local $$and610$pre$phi$iZ2D
(i32.const 0)
- (get_local $$sub514$i)
)
- )
- (set_local $$cmp528$i
- (i32.lt_s
- (get_local $$p$addr$2$i)
- (get_local $$$sub514$i)
+ (set_local $$p$addr$3$i
+ (get_local $$p$addr$2$$sub514398$i)
)
- )
- (set_local $$p$addr$2$$sub514398$i
- (if
- (get_local $$cmp528$i)
- (get_local $$p$addr$2$i)
- (get_local $$$sub514$i)
+ (set_local $$t$addr$1$i
+ (get_local $$t$addr$0$i)
)
+ (br $do-once$98)
)
- (set_local $$and610$pre$phi$iZ2D
- (i32.const 0)
- )
- (set_local $$p$addr$3$i
- (get_local $$p$addr$2$$sub514398$i)
- )
- (set_local $$t$addr$1$i
- (get_local $$t$addr$0$i)
- )
- (br $do-once$98)
- )
- (block
- (set_local $$add561$i
- (i32.add
- (get_local $$mul513$i)
- (get_local $$e$5$ph$i)
+ (block
+ (set_local $$add561$i
+ (i32.add
+ (get_local $$mul513$i)
+ (get_local $$e$5$ph$i)
+ )
)
- )
- (set_local $$sub562$i
- (i32.sub
- (get_local $$add561$i)
- (get_local $$j$2$i)
+ (set_local $$sub562$i
+ (i32.sub
+ (get_local $$add561$i)
+ (get_local $$j$2$i)
+ )
)
- )
- (set_local $$cmp563$i
- (i32.lt_s
- (get_local $$sub562$i)
- (i32.const 0)
+ (set_local $$cmp563$i
+ (i32.lt_s
+ (get_local $$sub562$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$$sub562$i
- (if
- (get_local $$cmp563$i)
+ (set_local $$$sub562$i
+ (if
+ (get_local $$cmp563$i)
+ (i32.const 0)
+ (get_local $$sub562$i)
+ )
+ )
+ (set_local $$cmp577$i
+ (i32.lt_s
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub562$i)
+ )
+ )
+ (set_local $$p$addr$2$$sub562399$i
+ (if
+ (get_local $$cmp577$i)
+ (get_local $$p$addr$2$i)
+ (get_local $$$sub562$i)
+ )
+ )
+ (set_local $$and610$pre$phi$iZ2D
(i32.const 0)
- (get_local $$sub562$i)
)
- )
- (set_local $$cmp577$i
- (i32.lt_s
- (get_local $$p$addr$2$i)
- (get_local $$$sub562$i)
+ (set_local $$p$addr$3$i
+ (get_local $$p$addr$2$$sub562399$i)
)
- )
- (set_local $$p$addr$2$$sub562399$i
- (if
- (get_local $$cmp577$i)
- (get_local $$p$addr$2$i)
- (get_local $$$sub562$i)
+ (set_local $$t$addr$1$i
+ (get_local $$t$addr$0$i)
)
+ (br $do-once$98)
)
- (set_local $$and610$pre$phi$iZ2D
- (i32.const 0)
- )
- (set_local $$p$addr$3$i
- (get_local $$p$addr$2$$sub562399$i)
- )
- (set_local $$t$addr$1$i
- (get_local $$t$addr$0$i)
- )
- (br $do-once$98)
)
)
- )
- (block
- (set_local $$$pre567$i
- (i32.and
- (get_local $$fl$1$and219)
- (i32.const 8)
+ (block
+ (set_local $$$pre567$i
+ (i32.and
+ (get_local $$fl$1$and219)
+ (i32.const 8)
+ )
+ )
+ (set_local $$and610$pre$phi$iZ2D
+ (get_local $$$pre567$i)
+ )
+ (set_local $$p$addr$3$i
+ (get_local $$$p$i)
+ )
+ (set_local $$t$addr$1$i
+ (get_local $$t$0)
)
- )
- (set_local $$and610$pre$phi$iZ2D
- (get_local $$$pre567$i)
- )
- (set_local $$p$addr$3$i
- (get_local $$$p$i)
- )
- (set_local $$t$addr$1$i
- (get_local $$t$0)
)
)
)
- )
- (set_local $$239
- (i32.or
- (get_local $$p$addr$3$i)
- (get_local $$and610$pre$phi$iZ2D)
- )
- )
- (set_local $$240
- (i32.ne
- (get_local $$239)
- (i32.const 0)
- )
- )
- (set_local $$lor$ext$i
- (i32.and
- (get_local $$240)
- (i32.const 1)
- )
- )
- (set_local $$or613$i
- (i32.or
- (get_local $$t$addr$1$i)
- (i32.const 32)
- )
- )
- (set_local $$cmp614$i
- (i32.eq
- (get_local $$or613$i)
- (i32.const 102)
- )
- )
- (if
- (get_local $$cmp614$i)
- (block
- (set_local $$cmp617$i
- (i32.gt_s
- (get_local $$e$5$ph$i)
- (i32.const 0)
- )
- )
- (set_local $$add620$i
- (if
- (get_local $$cmp617$i)
- (get_local $$e$5$ph$i)
- (i32.const 0)
- )
+ (set_local $$239
+ (i32.or
+ (get_local $$p$addr$3$i)
+ (get_local $$and610$pre$phi$iZ2D)
)
- (set_local $$estr$2$i
+ )
+ (set_local $$240
+ (i32.ne
+ (get_local $$239)
(i32.const 0)
)
- (set_local $$sub$ptr$sub650$pn$i
- (get_local $$add620$i)
- )
)
- (block
- (set_local $$cmp623$i
- (i32.lt_s
- (get_local $$e$5$ph$i)
- (i32.const 0)
- )
+ (set_local $$lor$ext$i
+ (i32.and
+ (get_local $$240)
+ (i32.const 1)
)
- (set_local $$cond629$i
- (if
- (get_local $$cmp623$i)
- (get_local $$sub626$le$i)
- (get_local $$e$5$ph$i)
- )
+ )
+ (set_local $$or613$i
+ (i32.or
+ (get_local $$t$addr$1$i)
+ (i32.const 32)
)
- (set_local $$241
- (i32.lt_s
- (get_local $$cond629$i)
- (i32.const 0)
- )
+ )
+ (set_local $$cmp614$i
+ (i32.eq
+ (get_local $$or613$i)
+ (i32.const 102)
)
- (set_local $$242
- (i32.shr_s
- (i32.shl
- (get_local $$241)
- (i32.const 31)
+ )
+ (if
+ (get_local $$cmp614$i)
+ (block
+ (set_local $$cmp617$i
+ (i32.gt_s
+ (get_local $$e$5$ph$i)
+ (i32.const 0)
)
- (i32.const 31)
- )
- )
- (set_local $$243
- (call $_fmt_u
- (get_local $$cond629$i)
- (get_local $$242)
- (get_local $$arrayidx$i$236)
- )
- )
- (set_local $$sub$ptr$rhs$cast634$504$i
- (get_local $$243)
- )
- (set_local $$sub$ptr$sub635$505$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast634$504$i)
- )
- )
- (set_local $$cmp636$506$i
- (i32.lt_s
- (get_local $$sub$ptr$sub635$505$i)
- (i32.const 2)
)
- )
- (if
- (get_local $$cmp636$506$i)
- (block
- (set_local $$estr$1507$i
- (get_local $$243)
- )
- (loop $while-out$104 $while-in$105
- (set_local $$incdec$ptr639$i
- (i32.add
- (get_local $$estr$1507$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr639$i)
- (i32.const 48)
- )
- (set_local $$sub$ptr$rhs$cast634$i
- (get_local $$incdec$ptr639$i)
- )
- (set_local $$sub$ptr$sub635$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast634$i)
- )
- )
- (set_local $$cmp636$i
- (i32.lt_s
- (get_local $$sub$ptr$sub635$i)
- (i32.const 2)
- )
- )
- (if
- (get_local $$cmp636$i)
- (set_local $$estr$1507$i
- (get_local $$incdec$ptr639$i)
- )
- (block
- (set_local $$estr$1$lcssa$i
- (get_local $$incdec$ptr639$i)
- )
- (br $while-out$104)
- )
- )
- (br $while-in$105)
+ (set_local $$add620$i
+ (if
+ (get_local $$cmp617$i)
+ (get_local $$e$5$ph$i)
+ (i32.const 0)
)
)
- (set_local $$estr$1$lcssa$i
- (get_local $$243)
- )
- )
- (set_local $$244
- (i32.shr_s
- (get_local $$e$5$ph$i)
- (i32.const 31)
- )
- )
- (set_local $$245
- (i32.and
- (get_local $$244)
- (i32.const 2)
- )
- )
- (set_local $$246
- (i32.add
- (get_local $$245)
- (i32.const 43)
- )
- )
- (set_local $$conv644$i
- (i32.and
- (get_local $$246)
- (i32.const 255)
- )
- )
- (set_local $$incdec$ptr645$i
- (i32.add
- (get_local $$estr$1$lcssa$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr645$i)
- (get_local $$conv644$i)
- )
- (set_local $$conv646$i
- (i32.and
- (get_local $$t$addr$1$i)
- (i32.const 255)
+ (set_local $$estr$2$i
+ (i32.const 0)
)
- )
- (set_local $$incdec$ptr647$i
- (i32.add
- (get_local $$estr$1$lcssa$i)
- (i32.const -2)
+ (set_local $$sub$ptr$sub650$pn$i
+ (get_local $$add620$i)
)
)
- (i32.store8
- (get_local $$incdec$ptr647$i)
- (get_local $$conv646$i)
- )
- (set_local $$sub$ptr$rhs$cast649$i
- (get_local $$incdec$ptr647$i)
- )
- (set_local $$sub$ptr$sub650$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast649$i)
- )
- )
- (set_local $$estr$2$i
- (get_local $$incdec$ptr647$i)
- )
- (set_local $$sub$ptr$sub650$pn$i
- (get_local $$sub$ptr$sub650$i)
- )
- )
- )
- (set_local $$add608$i
- (i32.add
- (get_local $$pl$0$i)
- (i32.const 1)
- )
- )
- (set_local $$add612$i
- (i32.add
- (get_local $$add608$i)
- (get_local $$p$addr$3$i)
- )
- )
- (set_local $$l$1$i
- (i32.add
- (get_local $$add612$i)
- (get_local $$lor$ext$i)
- )
- )
- (set_local $$add653$i
- (i32.add
- (get_local $$l$1$i)
- (get_local $$sub$ptr$sub650$pn$i)
- )
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add653$i)
- (get_local $$fl$1$and219)
- )
- (set_local $$247
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$436$i
- (i32.and
- (get_local $$247)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$437$i
- (i32.eq
- (get_local $$and$i$436$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool$i$437$i)
- (call $___fwritex
- (get_local $$prefix$0$i)
- (get_local $$pl$0$i)
- (get_local $$f)
- )
- )
- (set_local $$xor655$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 65536)
- )
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$w$1)
- (get_local $$add653$i)
- (get_local $$xor655$i)
- )
- (block $do-once$106
- (if
- (get_local $$cmp614$i)
(block
- (set_local $$cmp660$i
- (i32.gt_u
- (get_local $$a$9$ph$i)
- (get_local $$arraydecay208$add$ptr213$i)
+ (set_local $$cmp623$i
+ (i32.lt_s
+ (get_local $$e$5$ph$i)
+ (i32.const 0)
)
)
- (set_local $$r$0$a$9$i
+ (set_local $$cond629$i
(if
- (get_local $$cmp660$i)
- (get_local $$arraydecay208$add$ptr213$i)
- (get_local $$a$9$ph$i)
+ (get_local $$cmp623$i)
+ (get_local $$sub626$le$i)
+ (get_local $$e$5$ph$i)
)
)
- (set_local $$d$5494$i
- (get_local $$r$0$a$9$i)
+ (set_local $$241
+ (i32.lt_s
+ (get_local $$cond629$i)
+ (i32.const 0)
+ )
)
- (loop $while-out$108 $while-in$109
- (set_local $$248
- (i32.load
- (get_local $$d$5494$i)
+ (set_local $$242
+ (i32.shr_s
+ (i32.shl
+ (get_local $$241)
+ (i32.const 31)
)
+ (i32.const 31)
)
- (set_local $$249
- (call $_fmt_u
- (get_local $$248)
- (i32.const 0)
- (get_local $$add$ptr671$i)
- )
+ )
+ (set_local $$243
+ (call $_fmt_u
+ (get_local $$cond629$i)
+ (get_local $$242)
+ (get_local $$arrayidx$i$236)
)
- (set_local $$cmp673$i
- (i32.eq
- (get_local $$d$5494$i)
- (get_local $$r$0$a$9$i)
- )
+ )
+ (set_local $$sub$ptr$rhs$cast634$504$i
+ (get_local $$243)
+ )
+ (set_local $$sub$ptr$sub635$505$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast634$504$i)
)
- (block $do-once$110
- (if
- (get_local $$cmp673$i)
- (block
- (set_local $$cmp686$i
- (i32.eq
- (get_local $$249)
- (get_local $$add$ptr671$i)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp686$i)
- )
- (block
- (set_local $$s668$1$i
- (get_local $$249)
- )
- (br $do-once$110)
+ )
+ (set_local $$cmp636$506$i
+ (i32.lt_s
+ (get_local $$sub$ptr$sub635$505$i)
+ (i32.const 2)
+ )
+ )
+ (if
+ (get_local $$cmp636$506$i)
+ (block
+ (set_local $$estr$1507$i
+ (get_local $$243)
+ )
+ (loop $while-in$105
+ (block $while-out$104
+ (set_local $$incdec$ptr639$i
+ (i32.add
+ (get_local $$estr$1507$i)
+ (i32.const -1)
)
)
(i32.store8
- (get_local $$incdec$ptr689$i)
+ (get_local $$incdec$ptr639$i)
(i32.const 48)
)
- (set_local $$s668$1$i
- (get_local $$incdec$ptr689$i)
+ (set_local $$sub$ptr$rhs$cast634$i
+ (get_local $$incdec$ptr639$i)
)
- )
- (block
- (set_local $$cmp678$491$i
- (i32.gt_u
- (get_local $$249)
- (get_local $$buf$i)
+ (set_local $$sub$ptr$sub635$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast634$i)
)
)
- (if
- (get_local $$cmp678$491$i)
- (set_local $$s668$0492$i
- (get_local $$249)
- )
- (block
- (set_local $$s668$1$i
- (get_local $$249)
- )
- (br $do-once$110)
+ (set_local $$cmp636$i
+ (i32.lt_s
+ (get_local $$sub$ptr$sub635$i)
+ (i32.const 2)
)
)
- (loop $while-out$112 $while-in$113
- (set_local $$incdec$ptr681$i
- (i32.add
- (get_local $$s668$0492$i)
- (i32.const -1)
- )
- )
- (i32.store8
- (get_local $$incdec$ptr681$i)
- (i32.const 48)
- )
- (set_local $$cmp678$i
- (i32.gt_u
- (get_local $$incdec$ptr681$i)
- (get_local $$buf$i)
- )
+ (if
+ (get_local $$cmp636$i)
+ (set_local $$estr$1507$i
+ (get_local $$incdec$ptr639$i)
)
- (if
- (get_local $$cmp678$i)
- (set_local $$s668$0492$i
- (get_local $$incdec$ptr681$i)
- )
- (block
- (set_local $$s668$1$i
- (get_local $$incdec$ptr681$i)
- )
- (br $while-out$112)
+ (block
+ (set_local $$estr$1$lcssa$i
+ (get_local $$incdec$ptr639$i)
)
+ (br $while-out$104)
)
- (br $while-in$113)
)
+ (br $while-in$105)
)
)
)
- (set_local $$250
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$442$i
- (i32.and
- (get_local $$250)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$443$i
- (i32.eq
- (get_local $$and$i$442$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool$i$443$i)
- (block
- (set_local $$sub$ptr$rhs$cast695$i
- (get_local $$s668$1$i)
- )
- (set_local $$sub$ptr$sub696$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast694$i)
- (get_local $$sub$ptr$rhs$cast695$i)
- )
- )
- (call $___fwritex
- (get_local $$s668$1$i)
- (get_local $$sub$ptr$sub696$i)
- (get_local $$f)
- )
- )
+ (set_local $$estr$1$lcssa$i
+ (get_local $$243)
)
- (set_local $$incdec$ptr698$i
- (i32.add
- (get_local $$d$5494$i)
- (i32.const 4)
- )
+ )
+ (set_local $$244
+ (i32.shr_s
+ (get_local $$e$5$ph$i)
+ (i32.const 31)
)
- (set_local $$cmp665$i
- (i32.gt_u
- (get_local $$incdec$ptr698$i)
- (get_local $$arraydecay208$add$ptr213$i)
- )
+ )
+ (set_local $$245
+ (i32.and
+ (get_local $$244)
+ (i32.const 2)
)
- (if
- (get_local $$cmp665$i)
- (block
- (set_local $$incdec$ptr698$i$lcssa
- (get_local $$incdec$ptr698$i)
- )
- (br $while-out$108)
- )
- (set_local $$d$5494$i
- (get_local $$incdec$ptr698$i)
- )
+ )
+ (set_local $$246
+ (i32.add
+ (get_local $$245)
+ (i32.const 43)
)
- (br $while-in$109)
)
- (set_local $$251
- (i32.eq
- (get_local $$239)
- (i32.const 0)
+ (set_local $$conv644$i
+ (i32.and
+ (get_local $$246)
+ (i32.const 255)
)
)
- (block $do-once$114
- (if
- (i32.eqz
- (get_local $$251)
- )
- (block
- (set_local $$252
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$448$i
- (i32.and
- (get_local $$252)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$449$i
- (i32.eq
- (get_local $$and$i$448$i)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool$i$449$i)
- )
- (br $do-once$114)
- )
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $$f)
- )
- )
+ (set_local $$incdec$ptr645$i
+ (i32.add
+ (get_local $$estr$1$lcssa$i)
+ (i32.const -1)
)
)
- (set_local $$cmp707$486$i
- (i32.lt_u
- (get_local $$incdec$ptr698$i$lcssa)
- (get_local $$z$7$i$lcssa)
+ (i32.store8
+ (get_local $$incdec$ptr645$i)
+ (get_local $$conv644$i)
+ )
+ (set_local $$conv646$i
+ (i32.and
+ (get_local $$t$addr$1$i)
+ (i32.const 255)
)
)
- (set_local $$cmp710$487$i
- (i32.gt_s
- (get_local $$p$addr$3$i)
- (i32.const 0)
+ (set_local $$incdec$ptr647$i
+ (i32.add
+ (get_local $$estr$1$lcssa$i)
+ (i32.const -2)
)
)
- (set_local $$253
- (i32.and
- (get_local $$cmp710$487$i)
- (get_local $$cmp707$486$i)
+ (i32.store8
+ (get_local $$incdec$ptr647$i)
+ (get_local $$conv646$i)
+ )
+ (set_local $$sub$ptr$rhs$cast649$i
+ (get_local $$incdec$ptr647$i)
+ )
+ (set_local $$sub$ptr$sub650$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast649$i)
)
)
- (if
- (get_local $$253)
- (block
- (set_local $$d$6488$i
- (get_local $$incdec$ptr698$i$lcssa)
+ (set_local $$estr$2$i
+ (get_local $$incdec$ptr647$i)
+ )
+ (set_local $$sub$ptr$sub650$pn$i
+ (get_local $$sub$ptr$sub650$i)
+ )
+ )
+ )
+ (set_local $$add608$i
+ (i32.add
+ (get_local $$pl$0$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$add612$i
+ (i32.add
+ (get_local $$add608$i)
+ (get_local $$p$addr$3$i)
+ )
+ )
+ (set_local $$l$1$i
+ (i32.add
+ (get_local $$add612$i)
+ (get_local $$lor$ext$i)
+ )
+ )
+ (set_local $$add653$i
+ (i32.add
+ (get_local $$l$1$i)
+ (get_local $$sub$ptr$sub650$pn$i)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add653$i)
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$247
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$436$i
+ (i32.and
+ (get_local $$247)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$437$i
+ (i32.eq
+ (get_local $$and$i$436$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$437$i)
+ (call $___fwritex
+ (get_local $$prefix$0$i)
+ (get_local $$pl$0$i)
+ (get_local $$f)
+ )
+ )
+ (set_local $$xor655$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 65536)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$w$1)
+ (get_local $$add653$i)
+ (get_local $$xor655$i)
+ )
+ (block $do-once$106
+ (if
+ (get_local $$cmp614$i)
+ (block
+ (set_local $$cmp660$i
+ (i32.gt_u
+ (get_local $$a$9$ph$i)
+ (get_local $$arraydecay208$add$ptr213$i)
)
- (set_local $$p$addr$4489$i
- (get_local $$p$addr$3$i)
+ )
+ (set_local $$r$0$a$9$i
+ (if
+ (get_local $$cmp660$i)
+ (get_local $$arraydecay208$add$ptr213$i)
+ (get_local $$a$9$ph$i)
)
- (loop $while-out$116 $while-in$117
- (set_local $$254
+ )
+ (set_local $$d$5494$i
+ (get_local $$r$0$a$9$i)
+ )
+ (loop $while-in$109
+ (block $while-out$108
+ (set_local $$248
(i32.load
- (get_local $$d$6488$i)
+ (get_local $$d$5494$i)
)
)
- (set_local $$255
+ (set_local $$249
(call $_fmt_u
- (get_local $$254)
+ (get_local $$248)
(i32.const 0)
(get_local $$add$ptr671$i)
)
)
- (set_local $$cmp722$483$i
- (i32.gt_u
- (get_local $$255)
- (get_local $$buf$i)
+ (set_local $$cmp673$i
+ (i32.eq
+ (get_local $$d$5494$i)
+ (get_local $$r$0$a$9$i)
)
)
- (if
- (get_local $$cmp722$483$i)
- (block
- (set_local $$s715$0484$i
- (get_local $$255)
- )
- (loop $while-out$118 $while-in$119
- (set_local $$incdec$ptr725$i
- (i32.add
- (get_local $$s715$0484$i)
- (i32.const -1)
+ (block $do-once$110
+ (if
+ (get_local $$cmp673$i)
+ (block
+ (set_local $$cmp686$i
+ (i32.eq
+ (get_local $$249)
+ (get_local $$add$ptr671$i)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp686$i)
+ )
+ (block
+ (set_local $$s668$1$i
+ (get_local $$249)
+ )
+ (br $do-once$110)
)
)
(i32.store8
- (get_local $$incdec$ptr725$i)
+ (get_local $$incdec$ptr689$i)
(i32.const 48)
)
- (set_local $$cmp722$i
+ (set_local $$s668$1$i
+ (get_local $$incdec$ptr689$i)
+ )
+ )
+ (block
+ (set_local $$cmp678$491$i
(i32.gt_u
- (get_local $$incdec$ptr725$i)
+ (get_local $$249)
(get_local $$buf$i)
)
)
(if
- (get_local $$cmp722$i)
- (set_local $$s715$0484$i
- (get_local $$incdec$ptr725$i)
+ (get_local $$cmp678$491$i)
+ (set_local $$s668$0492$i
+ (get_local $$249)
)
(block
- (set_local $$s715$0$lcssa$i
- (get_local $$incdec$ptr725$i)
+ (set_local $$s668$1$i
+ (get_local $$249)
+ )
+ (br $do-once$110)
+ )
+ )
+ (loop $while-in$113
+ (block $while-out$112
+ (set_local $$incdec$ptr681$i
+ (i32.add
+ (get_local $$s668$0492$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr681$i)
+ (i32.const 48)
+ )
+ (set_local $$cmp678$i
+ (i32.gt_u
+ (get_local $$incdec$ptr681$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp678$i)
+ (set_local $$s668$0492$i
+ (get_local $$incdec$ptr681$i)
+ )
+ (block
+ (set_local $$s668$1$i
+ (get_local $$incdec$ptr681$i)
+ )
+ (br $while-out$112)
+ )
)
- (br $while-out$118)
+ (br $while-in$113)
)
)
- (br $while-in$119)
)
)
- (set_local $$s715$0$lcssa$i
- (get_local $$255)
- )
)
- (set_local $$256
+ (set_local $$250
(i32.load
(get_local $$f)
)
)
- (set_local $$and$i$454$i
+ (set_local $$and$i$442$i
(i32.and
- (get_local $$256)
+ (get_local $$250)
(i32.const 32)
)
)
- (set_local $$tobool$i$455$i
+ (set_local $$tobool$i$443$i
(i32.eq
- (get_local $$and$i$454$i)
+ (get_local $$and$i$442$i)
(i32.const 0)
)
)
(if
- (get_local $$tobool$i$455$i)
+ (get_local $$tobool$i$443$i)
(block
- (set_local $$cmp727$i
- (i32.gt_s
- (get_local $$p$addr$4489$i)
- (i32.const 9)
- )
+ (set_local $$sub$ptr$rhs$cast695$i
+ (get_local $$s668$1$i)
)
- (set_local $$cond732$i
- (if
- (get_local $$cmp727$i)
- (i32.const 9)
- (get_local $$p$addr$4489$i)
+ (set_local $$sub$ptr$sub696$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast694$i)
+ (get_local $$sub$ptr$rhs$cast695$i)
)
)
- (call $___fwritex
- (get_local $$s715$0$lcssa$i)
- (get_local $$cond732$i)
- (get_local $$f)
+ (drop
+ (call $___fwritex
+ (get_local $$s668$1$i)
+ (get_local $$sub$ptr$sub696$i)
+ (get_local $$f)
+ )
)
)
)
- (set_local $$incdec$ptr734$i
+ (set_local $$incdec$ptr698$i
(i32.add
- (get_local $$d$6488$i)
+ (get_local $$d$5494$i)
(i32.const 4)
)
)
- (set_local $$sub735$i
- (i32.add
- (get_local $$p$addr$4489$i)
- (i32.const -9)
+ (set_local $$cmp665$i
+ (i32.gt_u
+ (get_local $$incdec$ptr698$i)
+ (get_local $$arraydecay208$add$ptr213$i)
)
)
- (set_local $$cmp707$i
- (i32.lt_u
- (get_local $$incdec$ptr734$i)
- (get_local $$z$7$i$lcssa)
+ (if
+ (get_local $$cmp665$i)
+ (block
+ (set_local $$incdec$ptr698$i$lcssa
+ (get_local $$incdec$ptr698$i)
+ )
+ (br $while-out$108)
)
- )
- (set_local $$cmp710$i
- (i32.gt_s
- (get_local $$p$addr$4489$i)
- (i32.const 9)
+ (set_local $$d$5494$i
+ (get_local $$incdec$ptr698$i)
)
)
- (set_local $$257
- (i32.and
- (get_local $$cmp710$i)
- (get_local $$cmp707$i)
- )
+ (br $while-in$109)
+ )
+ )
+ (set_local $$251
+ (i32.eq
+ (get_local $$239)
+ (i32.const 0)
+ )
+ )
+ (block $do-once$114
+ (if
+ (i32.eqz
+ (get_local $$251)
)
- (if
- (get_local $$257)
- (block
- (set_local $$d$6488$i
- (get_local $$incdec$ptr734$i)
+ (block
+ (set_local $$252
+ (i32.load
+ (get_local $$f)
)
- (set_local $$p$addr$4489$i
- (get_local $$sub735$i)
+ )
+ (set_local $$and$i$448$i
+ (i32.and
+ (get_local $$252)
+ (i32.const 32)
)
)
- (block
- (set_local $$p$addr$4$lcssa$i
- (get_local $$sub735$i)
+ (set_local $$tobool$i$449$i
+ (i32.eq
+ (get_local $$and$i$448$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool$i$449$i)
+ )
+ (br $do-once$114)
+ )
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $$f)
)
- (br $while-out$116)
)
)
- (br $while-in$117)
)
)
- (set_local $$p$addr$4$lcssa$i
- (get_local $$p$addr$3$i)
+ (set_local $$cmp707$486$i
+ (i32.lt_u
+ (get_local $$incdec$ptr698$i$lcssa)
+ (get_local $$z$7$i$lcssa)
+ )
)
- )
- (set_local $$add737$i
- (i32.add
- (get_local $$p$addr$4$lcssa$i)
- (i32.const 9)
+ (set_local $$cmp710$487$i
+ (i32.gt_s
+ (get_local $$p$addr$3$i)
+ (i32.const 0)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$add737$i)
- (i32.const 9)
- (i32.const 0)
- )
- )
- (block
- (set_local $$add$ptr742$i
- (i32.add
- (get_local $$a$9$ph$i)
- (i32.const 4)
+ (set_local $$253
+ (i32.and
+ (get_local $$cmp710$487$i)
+ (get_local $$cmp707$486$i)
+ )
)
- )
- (set_local $$z$7$add$ptr742$i
(if
- (get_local $$cmp450$lcssa$i)
- (get_local $$z$7$i$lcssa)
- (get_local $$add$ptr742$i)
+ (get_local $$253)
+ (block
+ (set_local $$d$6488$i
+ (get_local $$incdec$ptr698$i$lcssa)
+ )
+ (set_local $$p$addr$4489$i
+ (get_local $$p$addr$3$i)
+ )
+ (loop $while-in$117
+ (block $while-out$116
+ (set_local $$254
+ (i32.load
+ (get_local $$d$6488$i)
+ )
+ )
+ (set_local $$255
+ (call $_fmt_u
+ (get_local $$254)
+ (i32.const 0)
+ (get_local $$add$ptr671$i)
+ )
+ )
+ (set_local $$cmp722$483$i
+ (i32.gt_u
+ (get_local $$255)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp722$483$i)
+ (block
+ (set_local $$s715$0484$i
+ (get_local $$255)
+ )
+ (loop $while-in$119
+ (block $while-out$118
+ (set_local $$incdec$ptr725$i
+ (i32.add
+ (get_local $$s715$0484$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr725$i)
+ (i32.const 48)
+ )
+ (set_local $$cmp722$i
+ (i32.gt_u
+ (get_local $$incdec$ptr725$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp722$i)
+ (set_local $$s715$0484$i
+ (get_local $$incdec$ptr725$i)
+ )
+ (block
+ (set_local $$s715$0$lcssa$i
+ (get_local $$incdec$ptr725$i)
+ )
+ (br $while-out$118)
+ )
+ )
+ (br $while-in$119)
+ )
+ )
+ )
+ (set_local $$s715$0$lcssa$i
+ (get_local $$255)
+ )
+ )
+ (set_local $$256
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$454$i
+ (i32.and
+ (get_local $$256)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$455$i
+ (i32.eq
+ (get_local $$and$i$454$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$455$i)
+ (block
+ (set_local $$cmp727$i
+ (i32.gt_s
+ (get_local $$p$addr$4489$i)
+ (i32.const 9)
+ )
+ )
+ (set_local $$cond732$i
+ (if
+ (get_local $$cmp727$i)
+ (i32.const 9)
+ (get_local $$p$addr$4489$i)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (get_local $$s715$0$lcssa$i)
+ (get_local $$cond732$i)
+ (get_local $$f)
+ )
+ )
+ )
+ )
+ (set_local $$incdec$ptr734$i
+ (i32.add
+ (get_local $$d$6488$i)
+ (i32.const 4)
+ )
+ )
+ (set_local $$sub735$i
+ (i32.add
+ (get_local $$p$addr$4489$i)
+ (i32.const -9)
+ )
+ )
+ (set_local $$cmp707$i
+ (i32.lt_u
+ (get_local $$incdec$ptr734$i)
+ (get_local $$z$7$i$lcssa)
+ )
+ )
+ (set_local $$cmp710$i
+ (i32.gt_s
+ (get_local $$p$addr$4489$i)
+ (i32.const 9)
+ )
+ )
+ (set_local $$257
+ (i32.and
+ (get_local $$cmp710$i)
+ (get_local $$cmp707$i)
+ )
+ )
+ (if
+ (get_local $$257)
+ (block
+ (set_local $$d$6488$i
+ (get_local $$incdec$ptr734$i)
+ )
+ (set_local $$p$addr$4489$i
+ (get_local $$sub735$i)
+ )
+ )
+ (block
+ (set_local $$p$addr$4$lcssa$i
+ (get_local $$sub735$i)
+ )
+ (br $while-out$116)
+ )
+ )
+ (br $while-in$117)
+ )
+ )
+ )
+ (set_local $$p$addr$4$lcssa$i
+ (get_local $$p$addr$3$i)
+ )
)
- )
- (set_local $$cmp748$499$i
- (i32.gt_s
- (get_local $$p$addr$3$i)
- (i32.const -1)
+ (set_local $$add737$i
+ (i32.add
+ (get_local $$p$addr$4$lcssa$i)
+ (i32.const 9)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$add737$i)
+ (i32.const 9)
+ (i32.const 0)
)
)
- (if
- (get_local $$cmp748$499$i)
- (block
- (set_local $$tobool781$i
- (i32.eq
- (get_local $$and610$pre$phi$iZ2D)
- (i32.const 0)
- )
- )
- (set_local $$d$7500$i
+ (block
+ (set_local $$add$ptr742$i
+ (i32.add
(get_local $$a$9$ph$i)
+ (i32.const 4)
)
- (set_local $$p$addr$5501$i
+ )
+ (set_local $$z$7$add$ptr742$i
+ (if
+ (get_local $$cmp450$lcssa$i)
+ (get_local $$z$7$i$lcssa)
+ (get_local $$add$ptr742$i)
+ )
+ )
+ (set_local $$cmp748$499$i
+ (i32.gt_s
(get_local $$p$addr$3$i)
+ (i32.const -1)
)
- (loop $while-out$120 $while-in$121
- (set_local $$258
- (i32.load
- (get_local $$d$7500$i)
- )
- )
- (set_local $$259
- (call $_fmt_u
- (get_local $$258)
- (i32.const 0)
- (get_local $$add$ptr671$i)
- )
- )
- (set_local $$cmp760$i
+ )
+ (if
+ (get_local $$cmp748$499$i)
+ (block
+ (set_local $$tobool781$i
(i32.eq
- (get_local $$259)
- (get_local $$add$ptr671$i)
+ (get_local $$and610$pre$phi$iZ2D)
+ (i32.const 0)
)
)
- (if
- (get_local $$cmp760$i)
- (block
- (i32.store8
- (get_local $$incdec$ptr689$i)
- (i32.const 48)
- )
- (set_local $$s753$0$i
- (get_local $$incdec$ptr689$i)
- )
- )
- (set_local $$s753$0$i
- (get_local $$259)
- )
+ (set_local $$d$7500$i
+ (get_local $$a$9$ph$i)
)
- (set_local $$cmp765$i
- (i32.eq
- (get_local $$d$7500$i)
- (get_local $$a$9$ph$i)
- )
+ (set_local $$p$addr$5501$i
+ (get_local $$p$addr$3$i)
)
- (block $do-once$122
- (if
- (get_local $$cmp765$i)
- (block
- (set_local $$incdec$ptr776$i
- (i32.add
- (get_local $$s753$0$i)
- (i32.const 1)
- )
+ (loop $while-in$121
+ (block $while-out$120
+ (set_local $$258
+ (i32.load
+ (get_local $$d$7500$i)
)
- (set_local $$260
- (i32.load
- (get_local $$f)
- )
+ )
+ (set_local $$259
+ (call $_fmt_u
+ (get_local $$258)
+ (i32.const 0)
+ (get_local $$add$ptr671$i)
)
- (set_local $$and$i$460$i
- (i32.and
- (get_local $$260)
- (i32.const 32)
- )
+ )
+ (set_local $$cmp760$i
+ (i32.eq
+ (get_local $$259)
+ (get_local $$add$ptr671$i)
)
- (set_local $$tobool$i$461$i
- (i32.eq
- (get_local $$and$i$460$i)
- (i32.const 0)
+ )
+ (if
+ (get_local $$cmp760$i)
+ (block
+ (i32.store8
+ (get_local $$incdec$ptr689$i)
+ (i32.const 48)
)
- )
- (if
- (get_local $$tobool$i$461$i)
- (call $___fwritex
- (get_local $$s753$0$i)
- (i32.const 1)
- (get_local $$f)
+ (set_local $$s753$0$i
+ (get_local $$incdec$ptr689$i)
)
)
- (set_local $$cmp777$i
- (i32.lt_s
- (get_local $$p$addr$5501$i)
- (i32.const 1)
- )
+ (set_local $$s753$0$i
+ (get_local $$259)
)
- (set_local $$or$cond401$i
- (i32.and
- (get_local $$tobool781$i)
- (get_local $$cmp777$i)
- )
+ )
+ (set_local $$cmp765$i
+ (i32.eq
+ (get_local $$d$7500$i)
+ (get_local $$a$9$ph$i)
)
+ )
+ (block $do-once$122
(if
- (get_local $$or$cond401$i)
+ (get_local $$cmp765$i)
(block
+ (set_local $$incdec$ptr776$i
+ (i32.add
+ (get_local $$s753$0$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$260
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$460$i
+ (i32.and
+ (get_local $$260)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$461$i
+ (i32.eq
+ (get_local $$and$i$460$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$461$i)
+ (call $___fwritex
+ (get_local $$s753$0$i)
+ (i32.const 1)
+ (get_local $$f)
+ )
+ )
+ (set_local $$cmp777$i
+ (i32.lt_s
+ (get_local $$p$addr$5501$i)
+ (i32.const 1)
+ )
+ )
+ (set_local $$or$cond401$i
+ (i32.and
+ (get_local $$tobool781$i)
+ (get_local $$cmp777$i)
+ )
+ )
+ (if
+ (get_local $$or$cond401$i)
+ (block
+ (set_local $$s753$2$i
+ (get_local $$incdec$ptr776$i)
+ )
+ (br $do-once$122)
+ )
+ )
+ (set_local $$261
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$466$i
+ (i32.and
+ (get_local $$261)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$467$i
+ (i32.eq
+ (get_local $$and$i$466$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (i32.eqz
+ (get_local $$tobool$i$467$i)
+ )
+ (block
+ (set_local $$s753$2$i
+ (get_local $$incdec$ptr776$i)
+ )
+ (br $do-once$122)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (i32.const 4143)
+ (i32.const 1)
+ (get_local $$f)
+ )
+ )
(set_local $$s753$2$i
(get_local $$incdec$ptr776$i)
)
- (br $do-once$122)
- )
- )
- (set_local $$261
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$466$i
- (i32.and
- (get_local $$261)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$467$i
- (i32.eq
- (get_local $$and$i$466$i)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$tobool$i$467$i)
)
(block
- (set_local $$s753$2$i
- (get_local $$incdec$ptr776$i)
+ (set_local $$cmp770$495$i
+ (i32.gt_u
+ (get_local $$s753$0$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp770$495$i)
+ (set_local $$s753$1496$i
+ (get_local $$s753$0$i)
+ )
+ (block
+ (set_local $$s753$2$i
+ (get_local $$s753$0$i)
+ )
+ (br $do-once$122)
+ )
+ )
+ (loop $while-in$125
+ (block $while-out$124
+ (set_local $$incdec$ptr773$i
+ (i32.add
+ (get_local $$s753$1496$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr773$i)
+ (i32.const 48)
+ )
+ (set_local $$cmp770$i
+ (i32.gt_u
+ (get_local $$incdec$ptr773$i)
+ (get_local $$buf$i)
+ )
+ )
+ (if
+ (get_local $$cmp770$i)
+ (set_local $$s753$1496$i
+ (get_local $$incdec$ptr773$i)
+ )
+ (block
+ (set_local $$s753$2$i
+ (get_local $$incdec$ptr773$i)
+ )
+ (br $while-out$124)
+ )
+ )
+ (br $while-in$125)
+ )
)
- (br $do-once$122)
)
)
- (call $___fwritex
- (i32.const 4143)
- (i32.const 1)
- (get_local $$f)
+ )
+ (set_local $$sub$ptr$rhs$cast788$i
+ (get_local $$s753$2$i)
+ )
+ (set_local $$sub$ptr$sub789$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast694$i)
+ (get_local $$sub$ptr$rhs$cast788$i)
)
- (set_local $$s753$2$i
- (get_local $$incdec$ptr776$i)
+ )
+ (set_local $$262
+ (i32.load
+ (get_local $$f)
)
)
- (block
- (set_local $$cmp770$495$i
- (i32.gt_u
- (get_local $$s753$0$i)
- (get_local $$buf$i)
- )
+ (set_local $$and$i$472$i
+ (i32.and
+ (get_local $$262)
+ (i32.const 32)
)
- (if
- (get_local $$cmp770$495$i)
- (set_local $$s753$1496$i
- (get_local $$s753$0$i)
- )
- (block
- (set_local $$s753$2$i
- (get_local $$s753$0$i)
- )
- (br $do-once$122)
- )
+ )
+ (set_local $$tobool$i$473$i
+ (i32.eq
+ (get_local $$and$i$472$i)
+ (i32.const 0)
)
- (loop $while-out$124 $while-in$125
- (set_local $$incdec$ptr773$i
- (i32.add
- (get_local $$s753$1496$i)
- (i32.const -1)
+ )
+ (if
+ (get_local $$tobool$i$473$i)
+ (block
+ (set_local $$cmp790$i
+ (i32.gt_s
+ (get_local $$p$addr$5501$i)
+ (get_local $$sub$ptr$sub789$i)
)
)
- (i32.store8
- (get_local $$incdec$ptr773$i)
- (i32.const 48)
- )
- (set_local $$cmp770$i
- (i32.gt_u
- (get_local $$incdec$ptr773$i)
- (get_local $$buf$i)
+ (set_local $$cond800$i
+ (if
+ (get_local $$cmp790$i)
+ (get_local $$sub$ptr$sub789$i)
+ (get_local $$p$addr$5501$i)
)
)
- (if
- (get_local $$cmp770$i)
- (set_local $$s753$1496$i
- (get_local $$incdec$ptr773$i)
- )
- (block
- (set_local $$s753$2$i
- (get_local $$incdec$ptr773$i)
- )
- (br $while-out$124)
+ (drop
+ (call $___fwritex
+ (get_local $$s753$2$i)
+ (get_local $$cond800$i)
+ (get_local $$f)
)
)
- (br $while-in$125)
)
)
- )
- )
- (set_local $$sub$ptr$rhs$cast788$i
- (get_local $$s753$2$i)
- )
- (set_local $$sub$ptr$sub789$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast694$i)
- (get_local $$sub$ptr$rhs$cast788$i)
- )
- )
- (set_local $$262
- (i32.load
- (get_local $$f)
- )
- )
- (set_local $$and$i$472$i
- (i32.and
- (get_local $$262)
- (i32.const 32)
- )
- )
- (set_local $$tobool$i$473$i
- (i32.eq
- (get_local $$and$i$472$i)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool$i$473$i)
- (block
- (set_local $$cmp790$i
- (i32.gt_s
+ (set_local $$sub806$i
+ (i32.sub
(get_local $$p$addr$5501$i)
(get_local $$sub$ptr$sub789$i)
)
)
- (set_local $$cond800$i
- (if
- (get_local $$cmp790$i)
- (get_local $$sub$ptr$sub789$i)
- (get_local $$p$addr$5501$i)
+ (set_local $$incdec$ptr808$i
+ (i32.add
+ (get_local $$d$7500$i)
+ (i32.const 4)
)
)
- (call $___fwritex
- (get_local $$s753$2$i)
- (get_local $$cond800$i)
- (get_local $$f)
+ (set_local $$cmp745$i
+ (i32.lt_u
+ (get_local $$incdec$ptr808$i)
+ (get_local $$z$7$add$ptr742$i)
+ )
)
- )
- )
- (set_local $$sub806$i
- (i32.sub
- (get_local $$p$addr$5501$i)
- (get_local $$sub$ptr$sub789$i)
- )
- )
- (set_local $$incdec$ptr808$i
- (i32.add
- (get_local $$d$7500$i)
- (i32.const 4)
- )
- )
- (set_local $$cmp745$i
- (i32.lt_u
- (get_local $$incdec$ptr808$i)
- (get_local $$z$7$add$ptr742$i)
- )
- )
- (set_local $$cmp748$i
- (i32.gt_s
- (get_local $$sub806$i)
- (i32.const -1)
- )
- )
- (set_local $$263
- (i32.and
- (get_local $$cmp745$i)
- (get_local $$cmp748$i)
- )
- )
- (if
- (get_local $$263)
- (block
- (set_local $$d$7500$i
- (get_local $$incdec$ptr808$i)
+ (set_local $$cmp748$i
+ (i32.gt_s
+ (get_local $$sub806$i)
+ (i32.const -1)
+ )
)
- (set_local $$p$addr$5501$i
- (get_local $$sub806$i)
+ (set_local $$263
+ (i32.and
+ (get_local $$cmp745$i)
+ (get_local $$cmp748$i)
+ )
)
- )
- (block
- (set_local $$p$addr$5$lcssa$i
- (get_local $$sub806$i)
+ (if
+ (get_local $$263)
+ (block
+ (set_local $$d$7500$i
+ (get_local $$incdec$ptr808$i)
+ )
+ (set_local $$p$addr$5501$i
+ (get_local $$sub806$i)
+ )
+ )
+ (block
+ (set_local $$p$addr$5$lcssa$i
+ (get_local $$sub806$i)
+ )
+ (br $while-out$120)
+ )
)
- (br $while-out$120)
+ (br $while-in$121)
)
)
- (br $while-in$121)
+ )
+ (set_local $$p$addr$5$lcssa$i
+ (get_local $$p$addr$3$i)
)
)
- (set_local $$p$addr$5$lcssa$i
- (get_local $$p$addr$3$i)
+ (set_local $$add810$i
+ (i32.add
+ (get_local $$p$addr$5$lcssa$i)
+ (i32.const 18)
+ )
)
- )
- (set_local $$add810$i
- (i32.add
- (get_local $$p$addr$5$lcssa$i)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$add810$i)
(i32.const 18)
+ (i32.const 0)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$add810$i)
- (i32.const 18)
- (i32.const 0)
- )
- (set_local $$264
- (i32.load
- (get_local $$f)
+ (set_local $$264
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (set_local $$and$i$i
- (i32.and
- (get_local $$264)
- (i32.const 32)
+ (set_local $$and$i$i
+ (i32.and
+ (get_local $$264)
+ (i32.const 32)
+ )
)
- )
- (set_local $$tobool$i$i
- (i32.eq
- (get_local $$and$i$i)
- (i32.const 0)
+ (set_local $$tobool$i$i
+ (i32.eq
+ (get_local $$and$i$i)
+ (i32.const 0)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$tobool$i$i)
+ (if
+ (i32.eqz
+ (get_local $$tobool$i$i)
+ )
+ (br $do-once$106)
)
- (br $do-once$106)
- )
- (set_local $$sub$ptr$rhs$cast812$i
- (get_local $$estr$2$i)
- )
- (set_local $$sub$ptr$sub813$i
- (i32.sub
- (get_local $$sub$ptr$lhs$cast160$i)
- (get_local $$sub$ptr$rhs$cast812$i)
+ (set_local $$sub$ptr$rhs$cast812$i
+ (get_local $$estr$2$i)
+ )
+ (set_local $$sub$ptr$sub813$i
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast160$i)
+ (get_local $$sub$ptr$rhs$cast812$i)
+ )
+ )
+ (drop
+ (call $___fwritex
+ (get_local $$estr$2$i)
+ (get_local $$sub$ptr$sub813$i)
+ (get_local $$f)
+ )
)
- )
- (call $___fwritex
- (get_local $$estr$2$i)
- (get_local $$sub$ptr$sub813$i)
- (get_local $$f)
)
)
)
- )
- (set_local $$xor816$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
- )
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add653$i)
- (get_local $$xor816$i)
- )
- (set_local $$cmp818$i
- (i32.lt_s
- (get_local $$add653$i)
- (get_local $$w$1)
+ (set_local $$xor816$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$w$add653$i
- (if
- (get_local $$cmp818$i)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
(get_local $$w$1)
(get_local $$add653$i)
+ (get_local $$xor816$i)
)
- )
- (set_local $$retval$0$i
- (get_local $$w$add653$i)
- )
- )
- (block
- (set_local $$and36$i
- (i32.and
- (get_local $$t$0)
- (i32.const 32)
+ (set_local $$cmp818$i
+ (i32.lt_s
+ (get_local $$add653$i)
+ (get_local $$w$1)
+ )
)
- )
- (set_local $$tobool37$i
- (i32.ne
- (get_local $$and36$i)
- (i32.const 0)
+ (set_local $$w$add653$i
+ (if
+ (get_local $$cmp818$i)
+ (get_local $$w$1)
+ (get_local $$add653$i)
+ )
)
- )
- (set_local $$cond$i
- (if
- (get_local $$tobool37$i)
- (i32.const 4127)
- (i32.const 4131)
+ (set_local $$retval$0$i
+ (get_local $$w$add653$i)
)
)
- (set_local $$cmp38$i
- (i32.or
- (f64.ne
- (get_local $$y$addr$0$i)
- (get_local $$y$addr$0$i)
+ (block
+ (set_local $$and36$i
+ (i32.and
+ (get_local $$t$0)
+ (i32.const 32)
)
- (f64.ne
- (f64.const 0)
- (f64.const 0)
+ )
+ (set_local $$tobool37$i
+ (i32.ne
+ (get_local $$and36$i)
+ (i32.const 0)
)
)
- )
- (set_local $$cond43$i
- (if
- (get_local $$tobool37$i)
- (i32.const 4135)
- (i32.const 4139)
+ (set_local $$cond$i
+ (if
+ (get_local $$tobool37$i)
+ (i32.const 4127)
+ (i32.const 4131)
+ )
)
- )
- (set_local $$pl$1$i
- (if
- (get_local $$cmp38$i)
- (i32.const 0)
- (get_local $$pl$0$i)
+ (set_local $$cmp38$i
+ (i32.or
+ (f64.ne
+ (get_local $$y$addr$0$i)
+ (get_local $$y$addr$0$i)
+ )
+ (f64.ne
+ (f64.const 0)
+ (f64.const 0)
+ )
+ )
)
- )
- (set_local $$s35$0$i
- (if
- (get_local $$cmp38$i)
- (get_local $$cond43$i)
- (get_local $$cond$i)
+ (set_local $$cond43$i
+ (if
+ (get_local $$tobool37$i)
+ (i32.const 4135)
+ (i32.const 4139)
+ )
)
- )
- (set_local $$add$i$239
- (i32.add
- (get_local $$pl$1$i)
- (i32.const 3)
+ (set_local $$pl$1$i
+ (if
+ (get_local $$cmp38$i)
+ (i32.const 0)
+ (get_local $$pl$0$i)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add$i$239)
- (get_local $$and219)
- )
- (set_local $$193
- (i32.load
- (get_local $$f)
+ (set_local $$s35$0$i
+ (if
+ (get_local $$cmp38$i)
+ (get_local $$cond43$i)
+ (get_local $$cond$i)
+ )
)
- )
- (set_local $$and$i$406$i
- (i32.and
- (get_local $$193)
- (i32.const 32)
+ (set_local $$add$i$239
+ (i32.add
+ (get_local $$pl$1$i)
+ (i32.const 3)
+ )
)
- )
- (set_local $$tobool$i$407$i
- (i32.eq
- (get_local $$and$i$406$i)
- (i32.const 0)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add$i$239)
+ (get_local $$and219)
)
- )
- (if
- (get_local $$tobool$i$407$i)
- (block
- (call $___fwritex
- (get_local $$prefix$0$i)
- (get_local $$pl$1$i)
+ (set_local $$193
+ (i32.load
(get_local $$f)
)
- (set_local $$$pre$i
- (i32.load
- (get_local $$f)
+ )
+ (set_local $$and$i$406$i
+ (i32.and
+ (get_local $$193)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$407$i
+ (i32.eq
+ (get_local $$and$i$406$i)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$407$i)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $$prefix$0$i)
+ (get_local $$pl$1$i)
+ (get_local $$f)
+ )
+ )
+ (set_local $$$pre$i
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$194
+ (get_local $$$pre$i)
)
)
(set_local $$194
- (get_local $$$pre$i)
+ (get_local $$193)
)
)
- (set_local $$194
- (get_local $$193)
+ (set_local $$and$i$412$i
+ (i32.and
+ (get_local $$194)
+ (i32.const 32)
+ )
)
- )
- (set_local $$and$i$412$i
- (i32.and
- (get_local $$194)
- (i32.const 32)
+ (set_local $$tobool$i$413$i
+ (i32.eq
+ (get_local $$and$i$412$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$tobool$i$413$i
- (i32.eq
- (get_local $$and$i$412$i)
- (i32.const 0)
+ (if
+ (get_local $$tobool$i$413$i)
+ (call $___fwritex
+ (get_local $$s35$0$i)
+ (i32.const 3)
+ (get_local $$f)
+ )
)
- )
- (if
- (get_local $$tobool$i$413$i)
- (call $___fwritex
- (get_local $$s35$0$i)
- (i32.const 3)
+ (set_local $$xor$i
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
+ )
+ (call $_pad
(get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$add$i$239)
+ (get_local $$xor$i)
)
- )
- (set_local $$xor$i
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
+ (set_local $$cmp48$i
+ (i32.lt_s
+ (get_local $$add$i$239)
+ (get_local $$w$1)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$add$i$239)
- (get_local $$xor$i)
- )
- (set_local $$cmp48$i
- (i32.lt_s
- (get_local $$add$i$239)
- (get_local $$w$1)
+ (set_local $$cond53$i
+ (if
+ (get_local $$cmp48$i)
+ (get_local $$w$1)
+ (get_local $$add$i$239)
+ )
)
- )
- (set_local $$cond53$i
- (if
- (get_local $$cmp48$i)
- (get_local $$w$1)
- (get_local $$add$i$239)
+ (set_local $$retval$0$i
+ (get_local $$cond53$i)
)
)
- (set_local $$retval$0$i
- (get_local $$cond53$i)
- )
)
)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
+ )
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
+ )
+ (set_local $$l$0
+ (get_local $$retval$0$i)
+ )
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
+ (br $switch$24)
)
- (set_local $$cnt$0
- (get_local $$cnt$1)
+ )
+ (block
+ (set_local $$a$2
+ (get_local $$incdec$ptr169275)
)
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
+ (set_local $$fl$6
+ (get_local $$fl$1$and219)
)
- (set_local $$l$0
- (get_local $$retval$0$i)
+ (set_local $$p$5
+ (get_local $$p$0)
)
- (set_local $$l10n$0
- (get_local $$l10n$3)
+ (set_local $$pl$2
+ (i32.const 0)
+ )
+ (set_local $$prefix$2
+ (i32.const 4091)
+ )
+ (set_local $$z$2
+ (get_local $$add$ptr205)
)
- (br $label$continue$L1)
- (br $switch$24)
- )
- )
- (block
- (set_local $$a$2
- (get_local $$incdec$ptr169275)
- )
- (set_local $$fl$6
- (get_local $$fl$1$and219)
- )
- (set_local $$p$5
- (get_local $$p$0)
- )
- (set_local $$pl$2
- (i32.const 0)
- )
- (set_local $$prefix$2
- (i32.const 4091)
- )
- (set_local $$z$2
- (get_local $$add$ptr205)
)
)
)
)
- )
- (block $label$break$L308
- (if
- (i32.eq
- (get_local $label)
- (i32.const 64)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$90
- (get_local $$arg)
- )
- (set_local $$91
- (get_local $$90)
- )
- (set_local $$92
- (i32.load
- (get_local $$91)
- )
+ (block $label$break$L308
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 64)
)
- (set_local $$93
- (i32.add
- (get_local $$90)
- (i32.const 4)
+ (block
+ (set_local $label
+ (i32.const 0)
)
- )
- (set_local $$94
- (get_local $$93)
- )
- (set_local $$95
- (i32.load
- (get_local $$94)
+ (set_local $$90
+ (get_local $$arg)
)
- )
- (set_local $$and249
- (i32.and
- (get_local $$t$1)
- (i32.const 32)
+ (set_local $$91
+ (get_local $$90)
)
- )
- (set_local $$96
- (i32.eq
- (get_local $$92)
- (i32.const 0)
+ (set_local $$92
+ (i32.load
+ (get_local $$91)
+ )
)
- )
- (set_local $$97
- (i32.eq
- (get_local $$95)
- (i32.const 0)
+ (set_local $$93
+ (i32.add
+ (get_local $$90)
+ (i32.const 4)
+ )
)
- )
- (set_local $$98
- (i32.and
- (get_local $$96)
- (get_local $$97)
+ (set_local $$94
+ (get_local $$93)
)
- )
- (if
- (get_local $$98)
- (block
- (set_local $$a$0
- (get_local $$add$ptr205)
- )
- (set_local $$fl$4
- (get_local $$fl$3)
+ (set_local $$95
+ (i32.load
+ (get_local $$94)
)
- (set_local $$p$2
- (get_local $$p$1)
+ )
+ (set_local $$and249
+ (i32.and
+ (get_local $$t$1)
+ (i32.const 32)
)
- (set_local $$pl$1
+ )
+ (set_local $$96
+ (i32.eq
+ (get_local $$92)
(i32.const 0)
)
- (set_local $$prefix$1
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 77)
- )
)
- (block
- (set_local $$101
+ (set_local $$97
+ (i32.eq
(get_local $$95)
+ (i32.const 0)
)
- (set_local $$99
- (get_local $$92)
+ )
+ (set_local $$98
+ (i32.and
+ (get_local $$96)
+ (get_local $$97)
)
- (set_local $$s$addr$06$i
- (get_local $$add$ptr205)
+ )
+ (if
+ (get_local $$98)
+ (block
+ (set_local $$a$0
+ (get_local $$add$ptr205)
+ )
+ (set_local $$fl$4
+ (get_local $$fl$3)
+ )
+ (set_local $$p$2
+ (get_local $$p$1)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
+ (i32.const 4091)
+ )
+ (set_local $label
+ (i32.const 77)
+ )
)
- (loop $while-out$129 $while-in$130
- (set_local $$idxprom$i
- (i32.and
- (get_local $$99)
- (i32.const 15)
- )
+ (block
+ (set_local $$101
+ (get_local $$95)
)
- (set_local $$arrayidx$i
- (i32.add
- (i32.const 4075)
- (get_local $$idxprom$i)
- )
+ (set_local $$99
+ (get_local $$92)
)
- (set_local $$100
- (i32.load8_s
- (get_local $$arrayidx$i)
- )
+ (set_local $$s$addr$06$i
+ (get_local $$add$ptr205)
)
- (set_local $$conv$4$i$211
- (i32.and
- (get_local $$100)
- (i32.const 255)
+ (loop $while-in$130
+ (block $while-out$129
+ (set_local $$idxprom$i
+ (i32.and
+ (get_local $$99)
+ (i32.const 15)
+ )
+ )
+ (set_local $$arrayidx$i
+ (i32.add
+ (i32.const 4075)
+ (get_local $$idxprom$i)
+ )
+ )
+ (set_local $$100
+ (i32.load8_s
+ (get_local $$arrayidx$i)
+ )
+ )
+ (set_local $$conv$4$i$211
+ (i32.and
+ (get_local $$100)
+ (i32.const 255)
+ )
+ )
+ (set_local $$or$i
+ (i32.or
+ (get_local $$conv$4$i$211)
+ (get_local $$and249)
+ )
+ )
+ (set_local $$conv1$i
+ (i32.and
+ (get_local $$or$i)
+ (i32.const 255)
+ )
+ )
+ (set_local $$incdec$ptr$i$212
+ (i32.add
+ (get_local $$s$addr$06$i)
+ (i32.const -1)
+ )
+ )
+ (i32.store8
+ (get_local $$incdec$ptr$i$212)
+ (get_local $$conv1$i)
+ )
+ (set_local $$102
+ (call $_bitshift64Lshr
+ (get_local $$99)
+ (get_local $$101)
+ (i32.const 4)
+ )
+ )
+ (set_local $$103
+ (get_global $tempRet0)
+ )
+ (set_local $$104
+ (i32.eq
+ (get_local $$102)
+ (i32.const 0)
+ )
+ )
+ (set_local $$105
+ (i32.eq
+ (get_local $$103)
+ (i32.const 0)
+ )
+ )
+ (set_local $$106
+ (i32.and
+ (get_local $$104)
+ (get_local $$105)
+ )
+ )
+ (if
+ (get_local $$106)
+ (block
+ (set_local $$incdec$ptr$i$212$lcssa
+ (get_local $$incdec$ptr$i$212)
+ )
+ (br $while-out$129)
+ )
+ (block
+ (set_local $$101
+ (get_local $$103)
+ )
+ (set_local $$99
+ (get_local $$102)
+ )
+ (set_local $$s$addr$06$i
+ (get_local $$incdec$ptr$i$212)
+ )
+ )
+ )
+ (br $while-in$130)
)
)
- (set_local $$or$i
- (i32.or
- (get_local $$conv$4$i$211)
- (get_local $$and249)
- )
+ (set_local $$107
+ (get_local $$arg)
)
- (set_local $$conv1$i
- (i32.and
- (get_local $$or$i)
- (i32.const 255)
- )
+ (set_local $$108
+ (get_local $$107)
)
- (set_local $$incdec$ptr$i$212
- (i32.add
- (get_local $$s$addr$06$i)
- (i32.const -1)
+ (set_local $$109
+ (i32.load
+ (get_local $$108)
)
)
- (i32.store8
- (get_local $$incdec$ptr$i$212)
- (get_local $$conv1$i)
- )
- (set_local $$102
- (call $_bitshift64Lshr
- (get_local $$99)
- (get_local $$101)
+ (set_local $$110
+ (i32.add
+ (get_local $$107)
(i32.const 4)
)
)
- (set_local $$103
+ (set_local $$111
+ (get_local $$110)
+ )
+ (set_local $$112
(i32.load
- (i32.const 168)
+ (get_local $$111)
)
)
- (set_local $$104
+ (set_local $$113
(i32.eq
- (get_local $$102)
+ (get_local $$109)
(i32.const 0)
)
)
- (set_local $$105
+ (set_local $$114
(i32.eq
- (get_local $$103)
+ (get_local $$112)
(i32.const 0)
)
)
- (set_local $$106
+ (set_local $$115
(i32.and
- (get_local $$104)
- (get_local $$105)
- )
- )
- (if
- (get_local $$106)
- (block
- (set_local $$incdec$ptr$i$212$lcssa
- (get_local $$incdec$ptr$i$212)
- )
- (br $while-out$129)
- )
- (block
- (set_local $$101
- (get_local $$103)
- )
- (set_local $$99
- (get_local $$102)
- )
- (set_local $$s$addr$06$i
- (get_local $$incdec$ptr$i$212)
- )
+ (get_local $$113)
+ (get_local $$114)
)
)
- (br $while-in$130)
- )
- (set_local $$107
- (get_local $$arg)
- )
- (set_local $$108
- (get_local $$107)
- )
- (set_local $$109
- (i32.load
- (get_local $$108)
- )
- )
- (set_local $$110
- (i32.add
- (get_local $$107)
- (i32.const 4)
- )
- )
- (set_local $$111
- (get_local $$110)
- )
- (set_local $$112
- (i32.load
- (get_local $$111)
- )
- )
- (set_local $$113
- (i32.eq
- (get_local $$109)
- (i32.const 0)
- )
- )
- (set_local $$114
- (i32.eq
- (get_local $$112)
- (i32.const 0)
- )
- )
- (set_local $$115
- (i32.and
- (get_local $$113)
- (get_local $$114)
- )
- )
- (set_local $$and254
- (i32.and
- (get_local $$fl$3)
- (i32.const 8)
- )
- )
- (set_local $$tobool255
- (i32.eq
- (get_local $$and254)
- (i32.const 0)
- )
- )
- (set_local $$or$cond193
- (i32.or
- (get_local $$tobool255)
- (get_local $$115)
- )
- )
- (if
- (get_local $$or$cond193)
- (block
- (set_local $$a$0
- (get_local $$incdec$ptr$i$212$lcssa)
- )
- (set_local $$fl$4
+ (set_local $$and254
+ (i32.and
(get_local $$fl$3)
+ (i32.const 8)
)
- (set_local $$p$2
- (get_local $$p$1)
- )
- (set_local $$pl$1
+ )
+ (set_local $$tobool255
+ (i32.eq
+ (get_local $$and254)
(i32.const 0)
)
- (set_local $$prefix$1
- (i32.const 4091)
- )
- (set_local $label
- (i32.const 77)
+ )
+ (set_local $$or$cond193
+ (i32.or
+ (get_local $$tobool255)
+ (get_local $$115)
)
)
- (block
- (set_local $$shr
- (i32.shr_s
- (get_local $$t$1)
- (i32.const 4)
+ (if
+ (get_local $$or$cond193)
+ (block
+ (set_local $$a$0
+ (get_local $$incdec$ptr$i$212$lcssa)
)
- )
- (set_local $$add$ptr257
- (i32.add
+ (set_local $$fl$4
+ (get_local $$fl$3)
+ )
+ (set_local $$p$2
+ (get_local $$p$1)
+ )
+ (set_local $$pl$1
+ (i32.const 0)
+ )
+ (set_local $$prefix$1
(i32.const 4091)
- (get_local $$shr)
+ )
+ (set_local $label
+ (i32.const 77)
)
)
- (set_local $$a$0
- (get_local $$incdec$ptr$i$212$lcssa)
- )
- (set_local $$fl$4
- (get_local $$fl$3)
- )
- (set_local $$p$2
- (get_local $$p$1)
- )
- (set_local $$pl$1
- (i32.const 2)
- )
- (set_local $$prefix$1
- (get_local $$add$ptr257)
- )
- (set_local $label
- (i32.const 77)
+ (block
+ (set_local $$shr
+ (i32.shr_s
+ (get_local $$t$1)
+ (i32.const 4)
+ )
+ )
+ (set_local $$add$ptr257
+ (i32.add
+ (i32.const 4091)
+ (get_local $$shr)
+ )
+ )
+ (set_local $$a$0
+ (get_local $$incdec$ptr$i$212$lcssa)
+ )
+ (set_local $$fl$4
+ (get_local $$fl$3)
+ )
+ (set_local $$p$2
+ (get_local $$p$1)
+ )
+ (set_local $$pl$1
+ (i32.const 2)
+ )
+ (set_local $$prefix$1
+ (get_local $$add$ptr257)
+ )
+ (set_local $label
+ (i32.const 77)
+ )
)
)
)
)
)
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 76)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$150
- (call $_fmt_u
- (get_local $$148)
- (get_local $$149)
- (get_local $$add$ptr205)
- )
- )
- (set_local $$a$0
- (get_local $$150)
- )
- (set_local $$fl$4
- (get_local $$fl$1$and219)
- )
- (set_local $$p$2
- (get_local $$p$0)
- )
- (set_local $$pl$1
- (get_local $$pl$0)
- )
- (set_local $$prefix$1
- (get_local $$prefix$0)
- )
- (set_local $label
- (i32.const 77)
- )
- )
(if
(i32.eq
(get_local $label)
- (i32.const 82)
+ (i32.const 76)
)
(block
(set_local $label
(i32.const 0)
)
- (set_local $$call356
- (call $_memchr
- (get_local $$a$1)
- (i32.const 0)
- (get_local $$p$0)
- )
- )
- (set_local $$tobool357
- (i32.eq
- (get_local $$call356)
- (i32.const 0)
- )
- )
- (set_local $$sub$ptr$lhs$cast361
- (get_local $$call356)
- )
- (set_local $$sub$ptr$rhs$cast362
- (get_local $$a$1)
- )
- (set_local $$sub$ptr$sub363
- (i32.sub
- (get_local $$sub$ptr$lhs$cast361)
- (get_local $$sub$ptr$rhs$cast362)
- )
- )
- (set_local $$add$ptr359
- (i32.add
- (get_local $$a$1)
- (get_local $$p$0)
- )
- )
- (set_local $$z$1
- (if
- (get_local $$tobool357)
- (get_local $$add$ptr359)
- (get_local $$call356)
- )
- )
- (set_local $$p$3
- (if
- (get_local $$tobool357)
- (get_local $$p$0)
- (get_local $$sub$ptr$sub363)
+ (set_local $$150
+ (call $_fmt_u
+ (get_local $$148)
+ (get_local $$149)
+ (get_local $$add$ptr205)
)
)
- (set_local $$a$2
- (get_local $$a$1)
+ (set_local $$a$0
+ (get_local $$150)
)
- (set_local $$fl$6
- (get_local $$and219)
+ (set_local $$fl$4
+ (get_local $$fl$1$and219)
)
- (set_local $$p$5
- (get_local $$p$3)
+ (set_local $$p$2
+ (get_local $$p$0)
)
- (set_local $$pl$2
- (i32.const 0)
+ (set_local $$pl$1
+ (get_local $$pl$0)
)
- (set_local $$prefix$2
- (i32.const 4091)
+ (set_local $$prefix$1
+ (get_local $$prefix$0)
)
- (set_local $$z$2
- (get_local $$z$1)
+ (set_local $label
+ (i32.const 77)
)
)
(if
(i32.eq
(get_local $label)
- (i32.const 86)
+ (i32.const 82)
)
(block
(set_local $label
(i32.const 0)
)
- (set_local $$176
- (i32.load
- (get_local $$arg)
+ (set_local $$call356
+ (call $_memchr
+ (get_local $$a$1)
+ (i32.const 0)
+ (get_local $$p$0)
)
)
- (set_local $$i$0316
- (i32.const 0)
+ (set_local $$tobool357
+ (i32.eq
+ (get_local $$call356)
+ (i32.const 0)
+ )
)
- (set_local $$l$1315
- (i32.const 0)
+ (set_local $$sub$ptr$lhs$cast361
+ (get_local $$call356)
)
- (set_local $$ws$0317
- (get_local $$176)
+ (set_local $$sub$ptr$rhs$cast362
+ (get_local $$a$1)
)
- (loop $while-out$131 $while-in$132
- (set_local $$177
- (i32.load
- (get_local $$ws$0317)
- )
- )
- (set_local $$tobool380
- (i32.eq
- (get_local $$177)
- (i32.const 0)
- )
- )
- (if
- (get_local $$tobool380)
- (block
- (set_local $$i$0$lcssa
- (get_local $$i$0316)
- )
- (set_local $$l$2
- (get_local $$l$1315)
- )
- (br $while-out$131)
- )
- )
- (set_local $$call384
- (call $_wctomb
- (get_local $$mb)
- (get_local $$177)
- )
- )
- (set_local $$cmp385
- (i32.lt_s
- (get_local $$call384)
- (i32.const 0)
- )
- )
- (set_local $$sub389
- (i32.sub
- (get_local $$p$4365)
- (get_local $$i$0316)
- )
- )
- (set_local $$cmp390
- (i32.gt_u
- (get_local $$call384)
- (get_local $$sub389)
- )
+ (set_local $$sub$ptr$sub363
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast361)
+ (get_local $$sub$ptr$rhs$cast362)
)
- (set_local $$or$cond195
- (i32.or
- (get_local $$cmp385)
- (get_local $$cmp390)
- )
+ )
+ (set_local $$add$ptr359
+ (i32.add
+ (get_local $$a$1)
+ (get_local $$p$0)
)
+ )
+ (set_local $$z$1
(if
- (get_local $$or$cond195)
- (block
- (set_local $$i$0$lcssa
- (get_local $$i$0316)
- )
- (set_local $$l$2
- (get_local $$call384)
- )
- (br $while-out$131)
- )
- )
- (set_local $$incdec$ptr383
- (i32.add
- (get_local $$ws$0317)
- (i32.const 4)
- )
- )
- (set_local $$add395
- (i32.add
- (get_local $$call384)
- (get_local $$i$0316)
- )
- )
- (set_local $$cmp377
- (i32.gt_u
- (get_local $$p$4365)
- (get_local $$add395)
- )
+ (get_local $$tobool357)
+ (get_local $$add$ptr359)
+ (get_local $$call356)
)
+ )
+ (set_local $$p$3
(if
- (get_local $$cmp377)
- (block
- (set_local $$i$0316
- (get_local $$add395)
- )
- (set_local $$l$1315
- (get_local $$call384)
- )
- (set_local $$ws$0317
- (get_local $$incdec$ptr383)
- )
- )
- (block
- (set_local $$i$0$lcssa
- (get_local $$add395)
- )
- (set_local $$l$2
- (get_local $$call384)
- )
- (br $while-out$131)
- )
+ (get_local $$tobool357)
+ (get_local $$p$0)
+ (get_local $$sub$ptr$sub363)
)
- (br $while-in$132)
)
- (set_local $$cmp397
- (i32.lt_s
- (get_local $$l$2)
- (i32.const 0)
- )
+ (set_local $$a$2
+ (get_local $$a$1)
)
- (if
- (get_local $$cmp397)
- (block
- (set_local $$retval$0
- (i32.const -1)
- )
- (br $label$break$L1)
- )
+ (set_local $$fl$6
+ (get_local $$and219)
)
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$i$0$lcssa)
- (get_local $$fl$1$and219)
+ (set_local $$p$5
+ (get_local $$p$3)
)
- (set_local $$cmp404$324
- (i32.eq
- (get_local $$i$0$lcssa)
+ (set_local $$pl$2
+ (i32.const 0)
+ )
+ (set_local $$prefix$2
+ (i32.const 4091)
+ )
+ (set_local $$z$2
+ (get_local $$z$1)
+ )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 86)
+ )
+ (block
+ (set_local $label
(i32.const 0)
)
- )
- (if
- (get_local $$cmp404$324)
- (block
- (set_local $$i$0$lcssa368
- (i32.const 0)
- )
- (set_local $label
- (i32.const 98)
+ (set_local $$176
+ (i32.load
+ (get_local $$arg)
)
)
- (block
- (set_local $$178
- (i32.load
- (get_local $$arg)
- )
- )
- (set_local $$i$1325
- (i32.const 0)
- )
- (set_local $$ws$1326
- (get_local $$178)
- )
- (loop $while-out$133 $while-in$134
- (set_local $$179
+ (set_local $$i$0316
+ (i32.const 0)
+ )
+ (set_local $$l$1315
+ (i32.const 0)
+ )
+ (set_local $$ws$0317
+ (get_local $$176)
+ )
+ (loop $while-in$132
+ (block $while-out$131
+ (set_local $$177
(i32.load
- (get_local $$ws$1326)
+ (get_local $$ws$0317)
)
)
- (set_local $$tobool407
+ (set_local $$tobool380
(i32.eq
- (get_local $$179)
+ (get_local $$177)
(i32.const 0)
)
)
(if
- (get_local $$tobool407)
+ (get_local $$tobool380)
(block
- (set_local $$i$0$lcssa368
- (get_local $$i$0$lcssa)
+ (set_local $$i$0$lcssa
+ (get_local $$i$0316)
)
- (set_local $label
- (i32.const 98)
+ (set_local $$l$2
+ (get_local $$l$1315)
)
- (br $label$break$L308)
- )
- )
- (set_local $$incdec$ptr410
- (i32.add
- (get_local $$ws$1326)
- (i32.const 4)
+ (br $while-out$131)
)
)
- (set_local $$call411
+ (set_local $$call384
(call $_wctomb
(get_local $$mb)
- (get_local $$179)
+ (get_local $$177)
)
)
- (set_local $$add412
- (i32.add
- (get_local $$call411)
- (get_local $$i$1325)
+ (set_local $$cmp385
+ (i32.lt_s
+ (get_local $$call384)
+ (i32.const 0)
)
)
- (set_local $$cmp413
- (i32.gt_s
- (get_local $$add412)
- (get_local $$i$0$lcssa)
+ (set_local $$sub389
+ (i32.sub
+ (get_local $$p$4365)
+ (get_local $$i$0316)
+ )
+ )
+ (set_local $$cmp390
+ (i32.gt_u
+ (get_local $$call384)
+ (get_local $$sub389)
+ )
+ )
+ (set_local $$or$cond195
+ (i32.or
+ (get_local $$cmp385)
+ (get_local $$cmp390)
)
)
(if
- (get_local $$cmp413)
+ (get_local $$or$cond195)
(block
- (set_local $$i$0$lcssa368
- (get_local $$i$0$lcssa)
+ (set_local $$i$0$lcssa
+ (get_local $$i$0316)
)
- (set_local $label
- (i32.const 98)
+ (set_local $$l$2
+ (get_local $$call384)
)
- (br $label$break$L308)
+ (br $while-out$131)
)
)
- (set_local $$180
- (i32.load
- (get_local $$f)
+ (set_local $$incdec$ptr383
+ (i32.add
+ (get_local $$ws$0317)
+ (i32.const 4)
)
)
- (set_local $$and$i$231
- (i32.and
- (get_local $$180)
- (i32.const 32)
+ (set_local $$add395
+ (i32.add
+ (get_local $$call384)
+ (get_local $$i$0316)
)
)
- (set_local $$tobool$i$232
- (i32.eq
- (get_local $$and$i$231)
- (i32.const 0)
+ (set_local $$cmp377
+ (i32.gt_u
+ (get_local $$p$4365)
+ (get_local $$add395)
)
)
(if
- (get_local $$tobool$i$232)
- (call $___fwritex
- (get_local $$mb)
- (get_local $$call411)
- (get_local $$f)
+ (get_local $$cmp377)
+ (block
+ (set_local $$i$0316
+ (get_local $$add395)
+ )
+ (set_local $$l$1315
+ (get_local $$call384)
+ )
+ (set_local $$ws$0317
+ (get_local $$incdec$ptr383)
+ )
+ )
+ (block
+ (set_local $$i$0$lcssa
+ (get_local $$add395)
+ )
+ (set_local $$l$2
+ (get_local $$call384)
+ )
+ (br $while-out$131)
)
)
- (set_local $$cmp404
- (i32.lt_u
- (get_local $$add412)
- (get_local $$i$0$lcssa)
+ (br $while-in$132)
+ )
+ )
+ (set_local $$cmp397
+ (i32.lt_s
+ (get_local $$l$2)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp397)
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L1)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$1)
+ (get_local $$i$0$lcssa)
+ (get_local $$fl$1$and219)
+ )
+ (set_local $$cmp404$324
+ (i32.eq
+ (get_local $$i$0$lcssa)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$cmp404$324)
+ (block
+ (set_local $$i$0$lcssa368
+ (i32.const 0)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ )
+ (block
+ (set_local $$178
+ (i32.load
+ (get_local $$arg)
)
)
- (if
- (get_local $$cmp404)
- (block
- (set_local $$i$1325
- (get_local $$add412)
+ (set_local $$i$1325
+ (i32.const 0)
+ )
+ (set_local $$ws$1326
+ (get_local $$178)
+ )
+ (loop $while-in$134
+ (block $while-out$133
+ (set_local $$179
+ (i32.load
+ (get_local $$ws$1326)
+ )
)
- (set_local $$ws$1326
- (get_local $$incdec$ptr410)
+ (set_local $$tobool407
+ (i32.eq
+ (get_local $$179)
+ (i32.const 0)
+ )
)
- )
- (block
- (set_local $$i$0$lcssa368
- (get_local $$i$0$lcssa)
+ (if
+ (get_local $$tobool407)
+ (block
+ (set_local $$i$0$lcssa368
+ (get_local $$i$0$lcssa)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
)
- (set_local $label
- (i32.const 98)
+ (set_local $$incdec$ptr410
+ (i32.add
+ (get_local $$ws$1326)
+ (i32.const 4)
+ )
+ )
+ (set_local $$call411
+ (call $_wctomb
+ (get_local $$mb)
+ (get_local $$179)
+ )
+ )
+ (set_local $$add412
+ (i32.add
+ (get_local $$call411)
+ (get_local $$i$1325)
+ )
+ )
+ (set_local $$cmp413
+ (i32.gt_s
+ (get_local $$add412)
+ (get_local $$i$0$lcssa)
+ )
+ )
+ (if
+ (get_local $$cmp413)
+ (block
+ (set_local $$i$0$lcssa368
+ (get_local $$i$0$lcssa)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ (br $label$break$L308)
+ )
)
- (br $while-out$133)
+ (set_local $$180
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$231
+ (i32.and
+ (get_local $$180)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$232
+ (i32.eq
+ (get_local $$and$i$231)
+ (i32.const 0)
+ )
+ )
+ (if
+ (get_local $$tobool$i$232)
+ (call $___fwritex
+ (get_local $$mb)
+ (get_local $$call411)
+ (get_local $$f)
+ )
+ )
+ (set_local $$cmp404
+ (i32.lt_u
+ (get_local $$add412)
+ (get_local $$i$0$lcssa)
+ )
+ )
+ (if
+ (get_local $$cmp404)
+ (block
+ (set_local $$i$1325
+ (get_local $$add412)
+ )
+ (set_local $$ws$1326
+ (get_local $$incdec$ptr410)
+ )
+ )
+ (block
+ (set_local $$i$0$lcssa368
+ (get_local $$i$0$lcssa)
+ )
+ (set_local $label
+ (i32.const 98)
+ )
+ (br $while-out$133)
+ )
+ )
+ (br $while-in$134)
)
)
- (br $while-in$134)
)
)
)
@@ -13943,372 +13888,372 @@
)
)
)
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 98)
- )
- (block
- (set_local $label
- (i32.const 0)
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 98)
)
- (set_local $$xor
- (i32.xor
- (get_local $$fl$1$and219)
- (i32.const 8192)
+ (block
+ (set_local $label
+ (i32.const 0)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$1)
- (get_local $$i$0$lcssa368)
- (get_local $$xor)
- )
- (set_local $$cmp421
- (i32.gt_s
- (get_local $$w$1)
- (get_local $$i$0$lcssa368)
+ (set_local $$xor
+ (i32.xor
+ (get_local $$fl$1$and219)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$cond426
- (if
- (get_local $$cmp421)
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
(get_local $$w$1)
(get_local $$i$0$lcssa368)
+ (get_local $$xor)
)
- )
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
- )
- (set_local $$l$0
- (get_local $$cond426)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
- )
- )
- (if
- (i32.eq
- (get_local $label)
- (i32.const 77)
- )
- (block
- (set_local $label
- (i32.const 0)
- )
- (set_local $$cmp306
- (i32.gt_s
- (get_local $$p$2)
- (i32.const -1)
- )
- )
- (set_local $$and309
- (i32.and
- (get_local $$fl$4)
- (i32.const -65537)
- )
- )
- (set_local $$and309$fl$4
- (if
- (get_local $$cmp306)
- (get_local $$and309)
- (get_local $$fl$4)
+ (set_local $$cmp421
+ (i32.gt_s
+ (get_local $$w$1)
+ (get_local $$i$0$lcssa368)
+ )
)
- )
- (set_local $$151
- (get_local $$arg)
- )
- (set_local $$152
- (get_local $$151)
- )
- (set_local $$153
- (i32.load
- (get_local $$152)
+ (set_local $$cond426
+ (if
+ (get_local $$cmp421)
+ (get_local $$w$1)
+ (get_local $$i$0$lcssa368)
+ )
)
- )
- (set_local $$154
- (i32.add
- (get_local $$151)
- (i32.const 4)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
)
- )
- (set_local $$155
- (get_local $$154)
- )
- (set_local $$156
- (i32.load
- (get_local $$155)
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
)
- )
- (set_local $$157
- (i32.ne
- (get_local $$153)
- (i32.const 0)
+ (set_local $$l$0
+ (get_local $$cond426)
)
- )
- (set_local $$158
- (i32.ne
- (get_local $$156)
- (i32.const 0)
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
)
+ (br $label$continue$L1)
)
- (set_local $$159
- (i32.or
- (get_local $$157)
- (get_local $$158)
- )
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 77)
)
- (set_local $$tobool314
- (i32.ne
- (get_local $$p$2)
+ (block
+ (set_local $label
(i32.const 0)
)
- )
- (set_local $$or$cond
- (i32.or
- (get_local $$tobool314)
- (get_local $$159)
- )
- )
- (if
- (get_local $$or$cond)
- (block
- (set_local $$sub$ptr$rhs$cast318
- (get_local $$a$0)
- )
- (set_local $$sub$ptr$sub319
- (i32.sub
- (get_local $$sub$ptr$lhs$cast317)
- (get_local $$sub$ptr$rhs$cast318)
- )
- )
- (set_local $$160
- (i32.and
- (get_local $$159)
- (i32.const 1)
- )
- )
- (set_local $$lnot$ext
- (i32.xor
- (get_local $$160)
- (i32.const 1)
- )
- )
- (set_local $$add322
- (i32.add
- (get_local $$lnot$ext)
- (get_local $$sub$ptr$sub319)
- )
- )
- (set_local $$cmp323
- (i32.gt_s
- (get_local $$p$2)
- (get_local $$add322)
- )
- )
- (set_local $$p$2$add322
- (if
- (get_local $$cmp323)
- (get_local $$p$2)
- (get_local $$add322)
- )
+ (set_local $$cmp306
+ (i32.gt_s
+ (get_local $$p$2)
+ (i32.const -1)
)
- (set_local $$a$2
- (get_local $$a$0)
+ )
+ (set_local $$and309
+ (i32.and
+ (get_local $$fl$4)
+ (i32.const -65537)
)
- (set_local $$fl$6
- (get_local $$and309$fl$4)
+ )
+ (set_local $$and309$fl$4
+ (if
+ (get_local $$cmp306)
+ (get_local $$and309)
+ (get_local $$fl$4)
)
- (set_local $$p$5
- (get_local $$p$2$add322)
+ )
+ (set_local $$151
+ (get_local $$arg)
+ )
+ (set_local $$152
+ (get_local $$151)
+ )
+ (set_local $$153
+ (i32.load
+ (get_local $$152)
)
- (set_local $$pl$2
- (get_local $$pl$1)
+ )
+ (set_local $$154
+ (i32.add
+ (get_local $$151)
+ (i32.const 4)
)
- (set_local $$prefix$2
- (get_local $$prefix$1)
+ )
+ (set_local $$155
+ (get_local $$154)
+ )
+ (set_local $$156
+ (i32.load
+ (get_local $$155)
)
- (set_local $$z$2
- (get_local $$add$ptr205)
+ )
+ (set_local $$157
+ (i32.ne
+ (get_local $$153)
+ (i32.const 0)
)
)
- (block
- (set_local $$a$2
- (get_local $$add$ptr205)
+ (set_local $$158
+ (i32.ne
+ (get_local $$156)
+ (i32.const 0)
)
- (set_local $$fl$6
- (get_local $$and309$fl$4)
+ )
+ (set_local $$159
+ (i32.or
+ (get_local $$157)
+ (get_local $$158)
)
- (set_local $$p$5
+ )
+ (set_local $$tobool314
+ (i32.ne
+ (get_local $$p$2)
(i32.const 0)
)
- (set_local $$pl$2
- (get_local $$pl$1)
+ )
+ (set_local $$or$cond
+ (i32.or
+ (get_local $$tobool314)
+ (get_local $$159)
)
- (set_local $$prefix$2
- (get_local $$prefix$1)
+ )
+ (if
+ (get_local $$or$cond)
+ (block
+ (set_local $$sub$ptr$rhs$cast318
+ (get_local $$a$0)
+ )
+ (set_local $$sub$ptr$sub319
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast317)
+ (get_local $$sub$ptr$rhs$cast318)
+ )
+ )
+ (set_local $$160
+ (i32.and
+ (get_local $$159)
+ (i32.const 1)
+ )
+ )
+ (set_local $$lnot$ext
+ (i32.xor
+ (get_local $$160)
+ (i32.const 1)
+ )
+ )
+ (set_local $$add322
+ (i32.add
+ (get_local $$lnot$ext)
+ (get_local $$sub$ptr$sub319)
+ )
+ )
+ (set_local $$cmp323
+ (i32.gt_s
+ (get_local $$p$2)
+ (get_local $$add322)
+ )
+ )
+ (set_local $$p$2$add322
+ (if
+ (get_local $$cmp323)
+ (get_local $$p$2)
+ (get_local $$add322)
+ )
+ )
+ (set_local $$a$2
+ (get_local $$a$0)
+ )
+ (set_local $$fl$6
+ (get_local $$and309$fl$4)
+ )
+ (set_local $$p$5
+ (get_local $$p$2$add322)
+ )
+ (set_local $$pl$2
+ (get_local $$pl$1)
+ )
+ (set_local $$prefix$2
+ (get_local $$prefix$1)
+ )
+ (set_local $$z$2
+ (get_local $$add$ptr205)
+ )
)
- (set_local $$z$2
- (get_local $$add$ptr205)
+ (block
+ (set_local $$a$2
+ (get_local $$add$ptr205)
+ )
+ (set_local $$fl$6
+ (get_local $$and309$fl$4)
+ )
+ (set_local $$p$5
+ (i32.const 0)
+ )
+ (set_local $$pl$2
+ (get_local $$pl$1)
+ )
+ (set_local $$prefix$2
+ (get_local $$prefix$1)
+ )
+ (set_local $$z$2
+ (get_local $$add$ptr205)
+ )
)
)
)
)
- )
- (set_local $$sub$ptr$lhs$cast431
- (get_local $$z$2)
- )
- (set_local $$sub$ptr$rhs$cast432
- (get_local $$a$2)
- )
- (set_local $$sub$ptr$sub433
- (i32.sub
- (get_local $$sub$ptr$lhs$cast431)
- (get_local $$sub$ptr$rhs$cast432)
+ (set_local $$sub$ptr$lhs$cast431
+ (get_local $$z$2)
)
- )
- (set_local $$cmp434
- (i32.lt_s
- (get_local $$p$5)
- (get_local $$sub$ptr$sub433)
+ (set_local $$sub$ptr$rhs$cast432
+ (get_local $$a$2)
)
- )
- (set_local $$sub$ptr$sub433$p$5
- (if
- (get_local $$cmp434)
- (get_local $$sub$ptr$sub433)
- (get_local $$p$5)
+ (set_local $$sub$ptr$sub433
+ (i32.sub
+ (get_local $$sub$ptr$lhs$cast431)
+ (get_local $$sub$ptr$rhs$cast432)
+ )
)
- )
- (set_local $$add441
- (i32.add
- (get_local $$pl$2)
- (get_local $$sub$ptr$sub433$p$5)
+ (set_local $$cmp434
+ (i32.lt_s
+ (get_local $$p$5)
+ (get_local $$sub$ptr$sub433)
+ )
)
- )
- (set_local $$cmp442
- (i32.lt_s
- (get_local $$w$1)
+ (set_local $$sub$ptr$sub433$p$5
+ (if
+ (get_local $$cmp434)
+ (get_local $$sub$ptr$sub433)
+ (get_local $$p$5)
+ )
+ )
+ (set_local $$add441
+ (i32.add
+ (get_local $$pl$2)
+ (get_local $$sub$ptr$sub433$p$5)
+ )
+ )
+ (set_local $$cmp442
+ (i32.lt_s
+ (get_local $$w$1)
+ (get_local $$add441)
+ )
+ )
+ (set_local $$w$2
+ (if
+ (get_local $$cmp442)
+ (get_local $$add441)
+ (get_local $$w$1)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 32)
+ (get_local $$w$2)
(get_local $$add441)
+ (get_local $$fl$6)
+ )
+ (set_local $$265
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$and$i$244
+ (i32.and
+ (get_local $$265)
+ (i32.const 32)
+ )
+ )
+ (set_local $$tobool$i$245
+ (i32.eq
+ (get_local $$and$i$244)
+ (i32.const 0)
+ )
)
- )
- (set_local $$w$2
(if
- (get_local $$cmp442)
+ (get_local $$tobool$i$245)
+ (call $___fwritex
+ (get_local $$prefix$2)
+ (get_local $$pl$2)
+ (get_local $$f)
+ )
+ )
+ (set_local $$xor449
+ (i32.xor
+ (get_local $$fl$6)
+ (i32.const 65536)
+ )
+ )
+ (call $_pad
+ (get_local $$f)
+ (i32.const 48)
+ (get_local $$w$2)
(get_local $$add441)
- (get_local $$w$1)
+ (get_local $$xor449)
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$2)
- (get_local $$add441)
- (get_local $$fl$6)
- )
- (set_local $$265
- (i32.load
+ (call $_pad
(get_local $$f)
+ (i32.const 48)
+ (get_local $$sub$ptr$sub433$p$5)
+ (get_local $$sub$ptr$sub433)
+ (i32.const 0)
)
- )
- (set_local $$and$i$244
- (i32.and
- (get_local $$265)
- (i32.const 32)
+ (set_local $$266
+ (i32.load
+ (get_local $$f)
+ )
)
- )
- (set_local $$tobool$i$245
- (i32.eq
- (get_local $$and$i$244)
- (i32.const 0)
+ (set_local $$and$i$216
+ (i32.and
+ (get_local $$266)
+ (i32.const 32)
+ )
)
- )
- (if
- (get_local $$tobool$i$245)
- (call $___fwritex
- (get_local $$prefix$2)
- (get_local $$pl$2)
- (get_local $$f)
+ (set_local $$tobool$i$217
+ (i32.eq
+ (get_local $$and$i$216)
+ (i32.const 0)
+ )
)
- )
- (set_local $$xor449
- (i32.xor
- (get_local $$fl$6)
- (i32.const 65536)
+ (if
+ (get_local $$tobool$i$217)
+ (call $___fwritex
+ (get_local $$a$2)
+ (get_local $$sub$ptr$sub433)
+ (get_local $$f)
+ )
)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$w$2)
- (get_local $$add441)
- (get_local $$xor449)
- )
- (call $_pad
- (get_local $$f)
- (i32.const 48)
- (get_local $$sub$ptr$sub433$p$5)
- (get_local $$sub$ptr$sub433)
- (i32.const 0)
- )
- (set_local $$266
- (i32.load
- (get_local $$f)
+ (set_local $$xor457
+ (i32.xor
+ (get_local $$fl$6)
+ (i32.const 8192)
+ )
)
- )
- (set_local $$and$i$216
- (i32.and
- (get_local $$266)
+ (call $_pad
+ (get_local $$f)
(i32.const 32)
+ (get_local $$w$2)
+ (get_local $$add441)
+ (get_local $$xor457)
)
- )
- (set_local $$tobool$i$217
- (i32.eq
- (get_local $$and$i$216)
- (i32.const 0)
+ (set_local $$cnt$0
+ (get_local $$cnt$1)
)
- )
- (if
- (get_local $$tobool$i$217)
- (call $___fwritex
- (get_local $$a$2)
- (get_local $$sub$ptr$sub433)
- (get_local $$f)
+ (set_local $$incdec$ptr169275
+ (get_local $$incdec$ptr169$lcssa)
)
- )
- (set_local $$xor457
- (i32.xor
- (get_local $$fl$6)
- (i32.const 8192)
+ (set_local $$l$0
+ (get_local $$w$2)
)
+ (set_local $$l10n$0
+ (get_local $$l10n$3)
+ )
+ (br $label$continue$L1)
)
- (call $_pad
- (get_local $$f)
- (i32.const 32)
- (get_local $$w$2)
- (get_local $$add441)
- (get_local $$xor457)
- )
- (set_local $$cnt$0
- (get_local $$cnt$1)
- )
- (set_local $$incdec$ptr169275
- (get_local $$incdec$ptr169$lcssa)
- )
- (set_local $$l$0
- (get_local $$w$2)
- )
- (set_local $$l10n$0
- (get_local $$l10n$3)
- )
- (br $label$continue$L1)
)
(block $label$break$L343
(if
@@ -14341,75 +14286,77 @@
(set_local $$i$2299
(i32.const 1)
)
- (loop $while-out$136 $while-in$137
- (set_local $$arrayidx469
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$i$2299)
- (i32.const 2)
+ (loop $while-in$137
+ (block $while-out$136
+ (set_local $$arrayidx469
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$i$2299)
+ (i32.const 2)
+ )
)
)
- )
- (set_local $$267
- (i32.load
- (get_local $$arrayidx469)
+ (set_local $$267
+ (i32.load
+ (get_local $$arrayidx469)
+ )
)
- )
- (set_local $$tobool470
- (i32.eq
- (get_local $$267)
- (i32.const 0)
+ (set_local $$tobool470
+ (i32.eq
+ (get_local $$267)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$tobool470)
- (block
- (set_local $$i$2299$lcssa
- (get_local $$i$2299)
+ (if
+ (get_local $$tobool470)
+ (block
+ (set_local $$i$2299$lcssa
+ (get_local $$i$2299)
+ )
+ (br $while-out$136)
)
- (br $while-out$136)
)
- )
- (set_local $$add$ptr473
- (i32.add
- (get_local $$nl_arg)
- (i32.shl
- (get_local $$i$2299)
- (i32.const 3)
+ (set_local $$add$ptr473
+ (i32.add
+ (get_local $$nl_arg)
+ (i32.shl
+ (get_local $$i$2299)
+ (i32.const 3)
+ )
)
)
- )
- (call $_pop_arg_336
- (get_local $$add$ptr473)
- (get_local $$267)
- (get_local $$ap)
- )
- (set_local $$inc
- (i32.add
- (get_local $$i$2299)
- (i32.const 1)
+ (call $_pop_arg_336
+ (get_local $$add$ptr473)
+ (get_local $$267)
+ (get_local $$ap)
)
- )
- (set_local $$cmp466
- (i32.lt_s
- (get_local $$inc)
- (i32.const 10)
+ (set_local $$inc
+ (i32.add
+ (get_local $$i$2299)
+ (i32.const 1)
+ )
)
- )
- (if
- (get_local $$cmp466)
- (set_local $$i$2299
- (get_local $$inc)
+ (set_local $$cmp466
+ (i32.lt_s
+ (get_local $$inc)
+ (i32.const 10)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const 1)
+ (if
+ (get_local $$cmp466)
+ (set_local $$i$2299
+ (get_local $$inc)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const 1)
+ )
+ (br $label$break$L343)
)
- (br $label$break$L343)
)
+ (br $while-in$137)
)
- (br $while-in$137)
)
(set_local $$cmp478$295
(i32.lt_s
@@ -14423,63 +14370,65 @@
(set_local $$i$3296
(get_local $$i$2299$lcssa)
)
- (loop $while-out$138 $while-in$139
- (set_local $$arrayidx481
- (i32.add
- (get_local $$nl_type)
- (i32.shl
- (get_local $$i$3296)
- (i32.const 2)
+ (loop $while-in$139
+ (block $while-out$138
+ (set_local $$arrayidx481
+ (i32.add
+ (get_local $$nl_type)
+ (i32.shl
+ (get_local $$i$3296)
+ (i32.const 2)
+ )
)
)
- )
- (set_local $$268
- (i32.load
- (get_local $$arrayidx481)
- )
- )
- (set_local $$lnot483
- (i32.eq
- (get_local $$268)
- (i32.const 0)
- )
- )
- (set_local $$inc488
- (i32.add
- (get_local $$i$3296)
- (i32.const 1)
+ (set_local $$268
+ (i32.load
+ (get_local $$arrayidx481)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$lnot483)
+ (set_local $$lnot483
+ (i32.eq
+ (get_local $$268)
+ (i32.const 0)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const -1)
+ (set_local $$inc488
+ (i32.add
+ (get_local $$i$3296)
+ (i32.const 1)
)
- (br $label$break$L343)
)
- )
- (set_local $$cmp478
- (i32.lt_s
- (get_local $$inc488)
- (i32.const 10)
+ (if
+ (i32.eqz
+ (get_local $$lnot483)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const -1)
+ )
+ (br $label$break$L343)
+ )
)
- )
- (if
- (get_local $$cmp478)
- (set_local $$i$3296
- (get_local $$inc488)
+ (set_local $$cmp478
+ (i32.lt_s
+ (get_local $$inc488)
+ (i32.const 10)
+ )
)
- (block
- (set_local $$retval$0
- (i32.const 1)
+ (if
+ (get_local $$cmp478)
+ (set_local $$i$3296
+ (get_local $$inc488)
+ )
+ (block
+ (set_local $$retval$0
+ (i32.const 1)
+ )
+ (br $while-out$138)
)
- (br $while-out$138)
)
+ (br $while-in$139)
)
- (br $while-in$139)
)
)
(set_local $$retval$0
@@ -14496,8 +14445,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return
@@ -14694,9 +14642,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.gt_u
@@ -15847,9 +15793,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$2
(i32.gt_u
@@ -15893,112 +15837,110 @@
(set_local $$s$addr$013
(get_local $$s)
)
- (loop $while-out$0 $while-in$1
- (set_local $$9
- (call $___uremdi3
- (get_local $$7)
- (get_local $$8)
- (i32.const 10)
- (i32.const 0)
- )
- )
- (set_local $$10
- (i32.load
- (i32.const 168)
- )
- )
- (set_local $$11
- (i32.or
- (get_local $$9)
- (i32.const 48)
- )
- )
- (set_local $$12
- (i32.and
- (get_local $$11)
- (i32.const 255)
+ (loop $while-in$1
+ (block $while-out$0
+ (set_local $$9
+ (call $___uremdi3
+ (get_local $$7)
+ (get_local $$8)
+ (i32.const 10)
+ (i32.const 0)
+ )
)
- )
- (set_local $$incdec$ptr
- (i32.add
- (get_local $$s$addr$013)
- (i32.const -1)
+ (set_local $$10
+ (get_global $tempRet0)
)
- )
- (i32.store8
- (get_local $$incdec$ptr)
- (get_local $$12)
- )
- (set_local $$13
- (call $___udivdi3
- (get_local $$7)
- (get_local $$8)
- (i32.const 10)
- (i32.const 0)
+ (set_local $$11
+ (i32.or
+ (get_local $$9)
+ (i32.const 48)
+ )
)
- )
- (set_local $$14
- (i32.load
- (i32.const 168)
+ (set_local $$12
+ (i32.and
+ (get_local $$11)
+ (i32.const 255)
+ )
)
- )
- (set_local $$15
- (i32.gt_u
- (get_local $$8)
- (i32.const 9)
+ (set_local $$incdec$ptr
+ (i32.add
+ (get_local $$s$addr$013)
+ (i32.const -1)
+ )
)
- )
- (set_local $$16
- (i32.gt_u
- (get_local $$7)
- (i32.const -1)
+ (i32.store8
+ (get_local $$incdec$ptr)
+ (get_local $$12)
)
- )
- (set_local $$17
- (i32.eq
- (get_local $$8)
- (i32.const 9)
+ (set_local $$13
+ (call $___udivdi3
+ (get_local $$7)
+ (get_local $$8)
+ (i32.const 10)
+ (i32.const 0)
+ )
)
- )
- (set_local $$18
- (i32.and
- (get_local $$17)
- (get_local $$16)
+ (set_local $$14
+ (get_global $tempRet0)
)
- )
- (set_local $$19
- (i32.or
- (get_local $$15)
- (get_local $$18)
+ (set_local $$15
+ (i32.gt_u
+ (get_local $$8)
+ (i32.const 9)
+ )
)
- )
- (if
- (get_local $$19)
- (block
- (set_local $$7
- (get_local $$13)
+ (set_local $$16
+ (i32.gt_u
+ (get_local $$7)
+ (i32.const -1)
)
- (set_local $$8
- (get_local $$14)
+ )
+ (set_local $$17
+ (i32.eq
+ (get_local $$8)
+ (i32.const 9)
)
- (set_local $$s$addr$013
- (get_local $$incdec$ptr)
+ )
+ (set_local $$18
+ (i32.and
+ (get_local $$17)
+ (get_local $$16)
)
)
- (block
- (set_local $$21
- (get_local $$13)
+ (set_local $$19
+ (i32.or
+ (get_local $$15)
+ (get_local $$18)
)
- (set_local $$22
- (get_local $$14)
+ )
+ (if
+ (get_local $$19)
+ (block
+ (set_local $$7
+ (get_local $$13)
+ )
+ (set_local $$8
+ (get_local $$14)
+ )
+ (set_local $$s$addr$013
+ (get_local $$incdec$ptr)
+ )
)
- (set_local $$incdec$ptr$lcssa
- (get_local $$incdec$ptr)
+ (block
+ (set_local $$21
+ (get_local $$13)
+ )
+ (set_local $$22
+ (get_local $$14)
+ )
+ (set_local $$incdec$ptr$lcssa
+ (get_local $$incdec$ptr)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
(set_local $$s$addr$0$lcssa
(get_local $$incdec$ptr$lcssa)
@@ -16034,71 +15976,73 @@
(set_local $$y$010
(get_local $$x$addr$0$lcssa$off0)
)
- (loop $while-out$2 $while-in$3
- (set_local $$rem4
- (i32.and
- (call_import $i32u-rem
- (get_local $$y$010)
- (i32.const 10)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$rem4
+ (i32.and
+ (call_import $i32u-rem
+ (get_local $$y$010)
+ (i32.const 10)
+ )
+ (i32.const -1)
)
- (i32.const -1)
- )
- )
- (set_local $$add5
- (i32.or
- (get_local $$rem4)
- (i32.const 48)
)
- )
- (set_local $$conv6
- (i32.and
- (get_local $$add5)
- (i32.const 255)
+ (set_local $$add5
+ (i32.or
+ (get_local $$rem4)
+ (i32.const 48)
+ )
)
- )
- (set_local $$incdec$ptr7
- (i32.add
- (get_local $$s$addr$19)
- (i32.const -1)
+ (set_local $$conv6
+ (i32.and
+ (get_local $$add5)
+ (i32.const 255)
+ )
)
- )
- (i32.store8
- (get_local $$incdec$ptr7)
- (get_local $$conv6)
- )
- (set_local $$div9
- (i32.and
- (call_import $i32u-div
- (get_local $$y$010)
- (i32.const 10)
+ (set_local $$incdec$ptr7
+ (i32.add
+ (get_local $$s$addr$19)
+ (i32.const -1)
)
- (i32.const -1)
)
- )
- (set_local $$20
- (i32.lt_u
- (get_local $$y$010)
- (i32.const 10)
+ (i32.store8
+ (get_local $$incdec$ptr7)
+ (get_local $$conv6)
)
- )
- (if
- (get_local $$20)
- (block
- (set_local $$s$addr$1$lcssa
- (get_local $$incdec$ptr7)
+ (set_local $$div9
+ (i32.and
+ (call_import $i32u-div
+ (get_local $$y$010)
+ (i32.const 10)
+ )
+ (i32.const -1)
)
- (br $while-out$2)
)
- (block
- (set_local $$s$addr$19
- (get_local $$incdec$ptr7)
+ (set_local $$20
+ (i32.lt_u
+ (get_local $$y$010)
+ (i32.const 10)
+ )
+ )
+ (if
+ (get_local $$20)
+ (block
+ (set_local $$s$addr$1$lcssa
+ (get_local $$incdec$ptr7)
+ )
+ (br $while-out$2)
)
- (set_local $$y$010
- (get_local $$div9)
+ (block
+ (set_local $$s$addr$19
+ (get_local $$incdec$ptr7)
+ )
+ (set_local $$y$010
+ (get_local $$div9)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -16134,27 +16078,18 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 256)
)
)
(if
(i32.ge_s
- (i32.load
- (i32.const 8)
- )
- (i32.load
- (i32.const 16)
- )
+ (get_global $STACKTOP)
+ (get_global $STACK_MAX)
)
(call_import $abort)
)
@@ -16208,10 +16143,12 @@
(get_local $$sub)
)
)
- (call $_memset
- (get_local $$pad)
- (get_local $$c)
- (get_local $$cond)
+ (drop
+ (call $_memset
+ (get_local $$pad)
+ (get_local $$c)
+ (get_local $$cond)
+ )
)
(set_local $$cmp3$14
(i32.gt_u
@@ -16254,68 +16191,72 @@
(set_local $$tobool$i18
(get_local $$tobool$i$16)
)
- (loop $while-out$2 $while-in$3
- (if
- (get_local $$tobool$i18)
- (block
- (call $___fwritex
- (get_local $$pad)
- (i32.const 256)
- (get_local $$f)
- )
- (set_local $$$pre
- (i32.load
- (get_local $$f)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (get_local $$tobool$i18)
+ (block
+ (drop
+ (call $___fwritex
+ (get_local $$pad)
+ (i32.const 256)
+ (get_local $$f)
+ )
+ )
+ (set_local $$$pre
+ (i32.load
+ (get_local $$f)
+ )
+ )
+ (set_local $$2
+ (get_local $$$pre)
)
)
(set_local $$2
- (get_local $$$pre)
+ (get_local $$4)
)
)
- (set_local $$2
- (get_local $$4)
- )
- )
- (set_local $$sub5
- (i32.add
- (get_local $$l$addr$017)
- (i32.const -256)
- )
- )
- (set_local $$cmp3
- (i32.gt_u
- (get_local $$sub5)
- (i32.const 255)
- )
- )
- (set_local $$and$i
- (i32.and
- (get_local $$2)
- (i32.const 32)
+ (set_local $$sub5
+ (i32.add
+ (get_local $$l$addr$017)
+ (i32.const -256)
+ )
)
- )
- (set_local $$tobool$i
- (i32.eq
- (get_local $$and$i)
- (i32.const 0)
+ (set_local $$cmp3
+ (i32.gt_u
+ (get_local $$sub5)
+ (i32.const 255)
+ )
)
- )
- (if
- (get_local $$cmp3)
- (block
- (set_local $$4
+ (set_local $$and$i
+ (i32.and
(get_local $$2)
+ (i32.const 32)
)
- (set_local $$l$addr$017
- (get_local $$sub5)
+ )
+ (set_local $$tobool$i
+ (i32.eq
+ (get_local $$and$i)
+ (i32.const 0)
)
- (set_local $$tobool$i18
- (get_local $$tobool$i)
+ )
+ (if
+ (get_local $$cmp3)
+ (block
+ (set_local $$4
+ (get_local $$2)
+ )
+ (set_local $$l$addr$017
+ (get_local $$sub5)
+ )
+ (set_local $$tobool$i18
+ (get_local $$tobool$i)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $$3
(i32.and
@@ -16339,16 +16280,17 @@
(br $do-once$0)
)
)
- (call $___fwritex
- (get_local $$pad)
- (get_local $$l$addr$0$lcssa21)
- (get_local $$f)
+ (drop
+ (call $___fwritex
+ (get_local $$pad)
+ (get_local $$l$addr$0$lcssa21)
+ (get_local $$f)
+ )
)
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $sp)
)
(return)
@@ -17544,9 +17486,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.lt_u
@@ -18574,117 +18514,119 @@
(set_local $$v$0$i
(get_local $$20)
)
- (loop $while-out$6 $while-in$7
- (set_local $$arrayidx23$i
- (i32.add
- (get_local $$t$0$i)
- (i32.const 16)
+ (loop $while-in$7
+ (block $while-out$6
+ (set_local $$arrayidx23$i
+ (i32.add
+ (get_local $$t$0$i)
+ (i32.const 16)
+ )
)
- )
- (set_local $$22
- (i32.load
- (get_local $$arrayidx23$i)
+ (set_local $$22
+ (i32.load
+ (get_local $$arrayidx23$i)
+ )
)
- )
- (set_local $$cmp$i
- (i32.eq
- (get_local $$22)
- (i32.const 0)
+ (set_local $$cmp$i
+ (i32.eq
+ (get_local $$22)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp$i)
- (block
- (set_local $$arrayidx27$i
- (i32.add
- (get_local $$t$0$i)
- (i32.const 20)
+ (if
+ (get_local $$cmp$i)
+ (block
+ (set_local $$arrayidx27$i
+ (i32.add
+ (get_local $$t$0$i)
+ (i32.const 20)
+ )
)
- )
- (set_local $$23
- (i32.load
- (get_local $$arrayidx27$i)
+ (set_local $$23
+ (i32.load
+ (get_local $$arrayidx27$i)
+ )
)
- )
- (set_local $$cmp28$i
- (i32.eq
- (get_local $$23)
- (i32.const 0)
+ (set_local $$cmp28$i
+ (i32.eq
+ (get_local $$23)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp28$i)
- (block
- (set_local $$rsize$0$i$lcssa
- (get_local $$rsize$0$i)
+ (if
+ (get_local $$cmp28$i)
+ (block
+ (set_local $$rsize$0$i$lcssa
+ (get_local $$rsize$0$i)
+ )
+ (set_local $$v$0$i$lcssa
+ (get_local $$v$0$i)
+ )
+ (br $while-out$6)
)
- (set_local $$v$0$i$lcssa
- (get_local $$v$0$i)
+ (set_local $$cond4$i
+ (get_local $$23)
)
- (br $while-out$6)
- )
- (set_local $$cond4$i
- (get_local $$23)
)
)
+ (set_local $$cond4$i
+ (get_local $$22)
+ )
+ )
+ (set_local $$head29$i
+ (i32.add
+ (get_local $$cond4$i)
+ (i32.const 4)
+ )
)
- (set_local $$cond4$i
- (get_local $$22)
+ (set_local $$24
+ (i32.load
+ (get_local $$head29$i)
+ )
)
- )
- (set_local $$head29$i
- (i32.add
- (get_local $$cond4$i)
- (i32.const 4)
+ (set_local $$and30$i
+ (i32.and
+ (get_local $$24)
+ (i32.const -8)
+ )
)
- )
- (set_local $$24
- (i32.load
- (get_local $$head29$i)
+ (set_local $$sub31$i
+ (i32.sub
+ (get_local $$and30$i)
+ (get_local $$cond)
+ )
)
- )
- (set_local $$and30$i
- (i32.and
- (get_local $$24)
- (i32.const -8)
+ (set_local $$cmp32$i
+ (i32.lt_u
+ (get_local $$sub31$i)
+ (get_local $$rsize$0$i)
+ )
)
- )
- (set_local $$sub31$i
- (i32.sub
- (get_local $$and30$i)
- (get_local $$cond)
+ (set_local $$sub31$rsize$0$i
+ (if
+ (get_local $$cmp32$i)
+ (get_local $$sub31$i)
+ (get_local $$rsize$0$i)
+ )
)
- )
- (set_local $$cmp32$i
- (i32.lt_u
- (get_local $$sub31$i)
- (get_local $$rsize$0$i)
+ (set_local $$cond$v$0$i
+ (if
+ (get_local $$cmp32$i)
+ (get_local $$cond4$i)
+ (get_local $$v$0$i)
+ )
)
- )
- (set_local $$sub31$rsize$0$i
- (if
- (get_local $$cmp32$i)
- (get_local $$sub31$i)
- (get_local $$rsize$0$i)
+ (set_local $$rsize$0$i
+ (get_local $$sub31$rsize$0$i)
)
- )
- (set_local $$cond$v$0$i
- (if
- (get_local $$cmp32$i)
+ (set_local $$t$0$i
(get_local $$cond4$i)
- (get_local $$v$0$i)
)
+ (set_local $$v$0$i
+ (get_local $$cond$v$0$i)
+ )
+ (br $while-in$7)
)
- (set_local $$rsize$0$i
- (get_local $$sub31$rsize$0$i)
- )
- (set_local $$t$0$i
- (get_local $$cond4$i)
- )
- (set_local $$v$0$i
- (get_local $$cond$v$0$i)
- )
- (br $while-in$7)
)
(set_local $$25
(i32.load
@@ -18815,76 +18757,78 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (set_local $$arrayidx71$i
- (i32.add
- (get_local $$R$1$i)
- (i32.const 20)
- )
- )
- (set_local $$33
- (i32.load
- (get_local $$arrayidx71$i)
- )
- )
- (set_local $$cmp72$i
- (i32.eq
- (get_local $$33)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp72$i)
- )
- (block
- (set_local $$R$1$i
- (get_local $$33)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $$arrayidx71$i
+ (i32.add
+ (get_local $$R$1$i)
+ (i32.const 20)
)
- (set_local $$RP$1$i
+ )
+ (set_local $$33
+ (i32.load
(get_local $$arrayidx71$i)
)
- (br $while-in$11)
- )
- )
- (set_local $$arrayidx75$i
- (i32.add
- (get_local $$R$1$i)
- (i32.const 16)
)
- )
- (set_local $$34
- (i32.load
- (get_local $$arrayidx75$i)
+ (set_local $$cmp72$i
+ (i32.eq
+ (get_local $$33)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp76$i
- (i32.eq
- (get_local $$34)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp72$i)
+ )
+ (block
+ (set_local $$R$1$i
+ (get_local $$33)
+ )
+ (set_local $$RP$1$i
+ (get_local $$arrayidx71$i)
+ )
+ (br $while-in$11)
+ )
)
- )
- (if
- (get_local $$cmp76$i)
- (block
- (set_local $$R$1$i$lcssa
+ (set_local $$arrayidx75$i
+ (i32.add
(get_local $$R$1$i)
+ (i32.const 16)
)
- (set_local $$RP$1$i$lcssa
- (get_local $$RP$1$i)
+ )
+ (set_local $$34
+ (i32.load
+ (get_local $$arrayidx75$i)
)
- (br $while-out$10)
)
- (block
- (set_local $$R$1$i
+ (set_local $$cmp76$i
+ (i32.eq
(get_local $$34)
+ (i32.const 0)
)
- (set_local $$RP$1$i
- (get_local $$arrayidx75$i)
+ )
+ (if
+ (get_local $$cmp76$i)
+ (block
+ (set_local $$R$1$i$lcssa
+ (get_local $$R$1$i)
+ )
+ (set_local $$RP$1$i$lcssa
+ (get_local $$RP$1$i)
+ )
+ (br $while-out$10)
+ )
+ (block
+ (set_local $$R$1$i
+ (get_local $$34)
+ )
+ (set_local $$RP$1$i
+ (get_local $$arrayidx75$i)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(set_local $$cmp81$i
(i32.lt_u
@@ -19890,200 +19834,202 @@
(set_local $$v$0$i$153
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (set_local $$head$i$154
- (i32.add
- (get_local $$t$0$i$151)
- (i32.const 4)
- )
- )
- (set_local $$53
- (i32.load
- (get_local $$head$i$154)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $$head$i$154
+ (i32.add
+ (get_local $$t$0$i$151)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and32$i
- (i32.and
- (get_local $$53)
- (i32.const -8)
+ (set_local $$53
+ (i32.load
+ (get_local $$head$i$154)
+ )
)
- )
- (set_local $$sub33$i
- (i32.sub
- (get_local $$and32$i)
- (get_local $$and145)
+ (set_local $$and32$i
+ (i32.and
+ (get_local $$53)
+ (i32.const -8)
+ )
)
- )
- (set_local $$cmp34$i
- (i32.lt_u
- (get_local $$sub33$i)
- (get_local $$rsize$0$i$152)
+ (set_local $$sub33$i
+ (i32.sub
+ (get_local $$and32$i)
+ (get_local $$and145)
+ )
)
- )
- (if
- (get_local $$cmp34$i)
- (block
- (set_local $$cmp36$i
- (i32.eq
- (get_local $$and32$i)
- (get_local $$and145)
- )
+ (set_local $$cmp34$i
+ (i32.lt_u
+ (get_local $$sub33$i)
+ (get_local $$rsize$0$i$152)
)
- (if
- (get_local $$cmp36$i)
- (block
- (set_local $$rsize$49$i
- (get_local $$sub33$i)
- )
- (set_local $$t$48$i
- (get_local $$t$0$i$151)
- )
- (set_local $$v$410$i
- (get_local $$t$0$i$151)
- )
- (set_local $label
- (i32.const 90)
+ )
+ (if
+ (get_local $$cmp34$i)
+ (block
+ (set_local $$cmp36$i
+ (i32.eq
+ (get_local $$and32$i)
+ (get_local $$and145)
)
- (br $label$break$L123)
)
- (block
- (set_local $$rsize$1$i
- (get_local $$sub33$i)
+ (if
+ (get_local $$cmp36$i)
+ (block
+ (set_local $$rsize$49$i
+ (get_local $$sub33$i)
+ )
+ (set_local $$t$48$i
+ (get_local $$t$0$i$151)
+ )
+ (set_local $$v$410$i
+ (get_local $$t$0$i$151)
+ )
+ (set_local $label
+ (i32.const 90)
+ )
+ (br $label$break$L123)
)
- (set_local $$v$1$i
- (get_local $$t$0$i$151)
+ (block
+ (set_local $$rsize$1$i
+ (get_local $$sub33$i)
+ )
+ (set_local $$v$1$i
+ (get_local $$t$0$i$151)
+ )
)
)
)
- )
- (block
- (set_local $$rsize$1$i
- (get_local $$rsize$0$i$152)
- )
- (set_local $$v$1$i
- (get_local $$v$0$i$153)
+ (block
+ (set_local $$rsize$1$i
+ (get_local $$rsize$0$i$152)
+ )
+ (set_local $$v$1$i
+ (get_local $$v$0$i$153)
+ )
)
)
- )
- (set_local $$arrayidx40$i
- (i32.add
- (get_local $$t$0$i$151)
- (i32.const 20)
- )
- )
- (set_local $$54
- (i32.load
- (get_local $$arrayidx40$i)
- )
- )
- (set_local $$shr41$i
- (i32.shr_u
- (get_local $$sizebits$0$i)
- (i32.const 31)
- )
- )
- (set_local $$arrayidx44$i
- (i32.add
+ (set_local $$arrayidx40$i
(i32.add
(get_local $$t$0$i$151)
- (i32.const 16)
- )
- (i32.shl
- (get_local $$shr41$i)
- (i32.const 2)
+ (i32.const 20)
)
)
- )
- (set_local $$55
- (i32.load
- (get_local $$arrayidx44$i)
- )
- )
- (set_local $$cmp45$i$155
- (i32.eq
- (get_local $$54)
- (i32.const 0)
- )
- )
- (set_local $$cmp46$i
- (i32.eq
- (get_local $$54)
- (get_local $$55)
- )
- )
- (set_local $$or$cond1$i
- (i32.or
- (get_local $$cmp45$i$155)
- (get_local $$cmp46$i)
- )
- )
- (set_local $$rst$1$i
- (if
- (get_local $$or$cond1$i)
- (get_local $$rst$0$i)
- (get_local $$54)
+ (set_local $$54
+ (i32.load
+ (get_local $$arrayidx40$i)
+ )
)
- )
- (set_local $$cmp49$i
- (i32.eq
- (get_local $$55)
- (i32.const 0)
+ (set_local $$shr41$i
+ (i32.shr_u
+ (get_local $$sizebits$0$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$56
- (i32.and
- (get_local $$cmp49$i)
- (i32.const 1)
+ (set_local $$arrayidx44$i
+ (i32.add
+ (i32.add
+ (get_local $$t$0$i$151)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr41$i)
+ (i32.const 2)
+ )
+ )
)
- )
- (set_local $$shl52$i
- (i32.xor
- (get_local $$56)
- (i32.const 1)
+ (set_local $$55
+ (i32.load
+ (get_local $$arrayidx44$i)
+ )
)
- )
- (set_local $$sizebits$0$shl52$i
- (i32.shl
- (get_local $$sizebits$0$i)
- (get_local $$shl52$i)
+ (set_local $$cmp45$i$155
+ (i32.eq
+ (get_local $$54)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp49$i)
- (block
- (set_local $$rsize$3$i
- (get_local $$rsize$1$i)
+ (set_local $$cmp46$i
+ (i32.eq
+ (get_local $$54)
+ (get_local $$55)
)
- (set_local $$t$2$i
- (get_local $$rst$1$i)
+ )
+ (set_local $$or$cond1$i
+ (i32.or
+ (get_local $$cmp45$i$155)
+ (get_local $$cmp46$i)
)
- (set_local $$v$3$i
- (get_local $$v$1$i)
+ )
+ (set_local $$rst$1$i
+ (if
+ (get_local $$or$cond1$i)
+ (get_local $$rst$0$i)
+ (get_local $$54)
)
- (set_local $label
- (i32.const 86)
+ )
+ (set_local $$cmp49$i
+ (i32.eq
+ (get_local $$55)
+ (i32.const 0)
)
- (br $while-out$17)
)
- (block
- (set_local $$rsize$0$i$152
- (get_local $$rsize$1$i)
+ (set_local $$56
+ (i32.and
+ (get_local $$cmp49$i)
+ (i32.const 1)
)
- (set_local $$rst$0$i
- (get_local $$rst$1$i)
+ )
+ (set_local $$shl52$i
+ (i32.xor
+ (get_local $$56)
+ (i32.const 1)
)
- (set_local $$sizebits$0$i
- (get_local $$sizebits$0$shl52$i)
+ )
+ (set_local $$sizebits$0$shl52$i
+ (i32.shl
+ (get_local $$sizebits$0$i)
+ (get_local $$shl52$i)
)
- (set_local $$t$0$i$151
- (get_local $$55)
+ )
+ (if
+ (get_local $$cmp49$i)
+ (block
+ (set_local $$rsize$3$i
+ (get_local $$rsize$1$i)
+ )
+ (set_local $$t$2$i
+ (get_local $$rst$1$i)
+ )
+ (set_local $$v$3$i
+ (get_local $$v$1$i)
+ )
+ (set_local $label
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $$v$0$i$153
- (get_local $$v$1$i)
+ (block
+ (set_local $$rsize$0$i$152
+ (get_local $$rsize$1$i)
+ )
+ (set_local $$rst$0$i
+ (get_local $$rst$1$i)
+ )
+ (set_local $$sizebits$0$i
+ (get_local $$sizebits$0$shl52$i)
+ )
+ (set_local $$t$0$i$151
+ (get_local $$55)
+ )
+ (set_local $$v$0$i$153
+ (get_local $$v$1$i)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -20352,134 +20298,136 @@
(get_local $label)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $label
- (i32.const 0)
- )
- (set_local $$head99$i
- (i32.add
- (get_local $$t$48$i)
- (i32.const 4)
- )
- )
- (set_local $$58
- (i32.load
- (get_local $$head99$i)
- )
- )
- (set_local $$and100$i
- (i32.and
- (get_local $$58)
- (i32.const -8)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $label
+ (i32.const 0)
)
- )
- (set_local $$sub101$i
- (i32.sub
- (get_local $$and100$i)
- (get_local $$and145)
+ (set_local $$head99$i
+ (i32.add
+ (get_local $$t$48$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$cmp102$i
- (i32.lt_u
- (get_local $$sub101$i)
- (get_local $$rsize$49$i)
+ (set_local $$58
+ (i32.load
+ (get_local $$head99$i)
+ )
)
- )
- (set_local $$sub101$rsize$4$i
- (if
- (get_local $$cmp102$i)
- (get_local $$sub101$i)
- (get_local $$rsize$49$i)
+ (set_local $$and100$i
+ (i32.and
+ (get_local $$58)
+ (i32.const -8)
+ )
)
- )
- (set_local $$t$4$v$4$i
- (if
- (get_local $$cmp102$i)
- (get_local $$t$48$i)
- (get_local $$v$410$i)
+ (set_local $$sub101$i
+ (i32.sub
+ (get_local $$and100$i)
+ (get_local $$and145)
+ )
)
- )
- (set_local $$arrayidx106$i
- (i32.add
- (get_local $$t$48$i)
- (i32.const 16)
+ (set_local $$cmp102$i
+ (i32.lt_u
+ (get_local $$sub101$i)
+ (get_local $$rsize$49$i)
+ )
)
- )
- (set_local $$59
- (i32.load
- (get_local $$arrayidx106$i)
+ (set_local $$sub101$rsize$4$i
+ (if
+ (get_local $$cmp102$i)
+ (get_local $$sub101$i)
+ (get_local $$rsize$49$i)
+ )
)
- )
- (set_local $$cmp107$i$157
- (i32.eq
- (get_local $$59)
- (i32.const 0)
+ (set_local $$t$4$v$4$i
+ (if
+ (get_local $$cmp102$i)
+ (get_local $$t$48$i)
+ (get_local $$v$410$i)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$cmp107$i$157)
+ (set_local $$arrayidx106$i
+ (i32.add
+ (get_local $$t$48$i)
+ (i32.const 16)
+ )
)
- (block
- (set_local $$rsize$49$i
- (get_local $$sub101$rsize$4$i)
+ (set_local $$59
+ (i32.load
+ (get_local $$arrayidx106$i)
)
- (set_local $$t$48$i
+ )
+ (set_local $$cmp107$i$157
+ (i32.eq
(get_local $$59)
+ (i32.const 0)
)
- (set_local $$v$410$i
- (get_local $$t$4$v$4$i)
+ )
+ (if
+ (i32.eqz
+ (get_local $$cmp107$i$157)
)
- (set_local $label
- (i32.const 90)
+ (block
+ (set_local $$rsize$49$i
+ (get_local $$sub101$rsize$4$i)
+ )
+ (set_local $$t$48$i
+ (get_local $$59)
+ )
+ (set_local $$v$410$i
+ (get_local $$t$4$v$4$i)
+ )
+ (set_local $label
+ (i32.const 90)
+ )
+ (br $while-in$20)
)
- (br $while-in$20)
- )
- )
- (set_local $$arrayidx113$i$159
- (i32.add
- (get_local $$t$48$i)
- (i32.const 20)
- )
- )
- (set_local $$60
- (i32.load
- (get_local $$arrayidx113$i$159)
- )
- )
- (set_local $$cmp97$i
- (i32.eq
- (get_local $$60)
- (i32.const 0)
)
- )
- (if
- (get_local $$cmp97$i)
- (block
- (set_local $$rsize$4$lcssa$i
- (get_local $$sub101$rsize$4$i)
- )
- (set_local $$v$4$lcssa$i
- (get_local $$t$4$v$4$i)
+ (set_local $$arrayidx113$i$159
+ (i32.add
+ (get_local $$t$48$i)
+ (i32.const 20)
)
- (br $while-out$19)
)
- (block
- (set_local $$rsize$49$i
- (get_local $$sub101$rsize$4$i)
+ (set_local $$60
+ (i32.load
+ (get_local $$arrayidx113$i$159)
)
- (set_local $$t$48$i
+ )
+ (set_local $$cmp97$i
+ (i32.eq
(get_local $$60)
+ (i32.const 0)
)
- (set_local $$v$410$i
- (get_local $$t$4$v$4$i)
+ )
+ (if
+ (get_local $$cmp97$i)
+ (block
+ (set_local $$rsize$4$lcssa$i
+ (get_local $$sub101$rsize$4$i)
+ )
+ (set_local $$v$4$lcssa$i
+ (get_local $$t$4$v$4$i)
+ )
+ (br $while-out$19)
)
- (set_local $label
- (i32.const 90)
+ (block
+ (set_local $$rsize$49$i
+ (get_local $$sub101$rsize$4$i)
+ )
+ (set_local $$t$48$i
+ (get_local $$60)
+ )
+ (set_local $$v$410$i
+ (get_local $$t$4$v$4$i)
+ )
+ (set_local $label
+ (i32.const 90)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(set_local $$cmp116$i
@@ -20643,76 +20591,78 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (set_local $$arrayidx161$i
- (i32.add
- (get_local $$R$1$i$168)
- (i32.const 20)
- )
- )
- (set_local $$70
- (i32.load
- (get_local $$arrayidx161$i)
- )
- )
- (set_local $$cmp162$i
- (i32.eq
- (get_local $$70)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp162$i)
- )
- (block
- (set_local $$R$1$i$168
- (get_local $$70)
+ (loop $while-in$24
+ (block $while-out$23
+ (set_local $$arrayidx161$i
+ (i32.add
+ (get_local $$R$1$i$168)
+ (i32.const 20)
)
- (set_local $$RP$1$i$167
+ )
+ (set_local $$70
+ (i32.load
(get_local $$arrayidx161$i)
)
- (br $while-in$24)
- )
- )
- (set_local $$arrayidx165$i$169
- (i32.add
- (get_local $$R$1$i$168)
- (i32.const 16)
)
- )
- (set_local $$71
- (i32.load
- (get_local $$arrayidx165$i$169)
+ (set_local $$cmp162$i
+ (i32.eq
+ (get_local $$70)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp166$i
- (i32.eq
- (get_local $$71)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp162$i)
+ )
+ (block
+ (set_local $$R$1$i$168
+ (get_local $$70)
+ )
+ (set_local $$RP$1$i$167
+ (get_local $$arrayidx161$i)
+ )
+ (br $while-in$24)
+ )
)
- )
- (if
- (get_local $$cmp166$i)
- (block
- (set_local $$R$1$i$168$lcssa
+ (set_local $$arrayidx165$i$169
+ (i32.add
(get_local $$R$1$i$168)
+ (i32.const 16)
)
- (set_local $$RP$1$i$167$lcssa
- (get_local $$RP$1$i$167)
+ )
+ (set_local $$71
+ (i32.load
+ (get_local $$arrayidx165$i$169)
)
- (br $while-out$23)
)
- (block
- (set_local $$R$1$i$168
+ (set_local $$cmp166$i
+ (i32.eq
(get_local $$71)
+ (i32.const 0)
)
- (set_local $$RP$1$i$167
- (get_local $$arrayidx165$i$169)
+ )
+ (if
+ (get_local $$cmp166$i)
+ (block
+ (set_local $$R$1$i$168$lcssa
+ (get_local $$R$1$i$168)
+ )
+ (set_local $$RP$1$i$167$lcssa
+ (get_local $$RP$1$i$167)
+ )
+ (br $while-out$23)
+ )
+ (block
+ (set_local $$R$1$i$168
+ (get_local $$71)
+ )
+ (set_local $$RP$1$i$167
+ (get_local $$arrayidx165$i$169)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(set_local $$cmp171$i
(i32.lt_u
@@ -21700,101 +21650,103 @@
(set_local $$T$0$i
(get_local $$87)
)
- (loop $while-out$31 $while-in$32
- (set_local $$head386$i
- (i32.add
- (get_local $$T$0$i)
- (i32.const 4)
- )
- )
- (set_local $$88
- (i32.load
- (get_local $$head386$i)
+ (loop $while-in$32
+ (block $while-out$31
+ (set_local $$head386$i
+ (i32.add
+ (get_local $$T$0$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and387$i
- (i32.and
- (get_local $$88)
- (i32.const -8)
+ (set_local $$88
+ (i32.load
+ (get_local $$head386$i)
+ )
)
- )
- (set_local $$cmp388$i
- (i32.eq
- (get_local $$and387$i)
- (get_local $$rsize$4$lcssa$i)
+ (set_local $$and387$i
+ (i32.and
+ (get_local $$88)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp388$i)
- (block
- (set_local $$T$0$i$lcssa
- (get_local $$T$0$i)
+ (set_local $$cmp388$i
+ (i32.eq
+ (get_local $$and387$i)
+ (get_local $$rsize$4$lcssa$i)
)
- (set_local $label
- (i32.const 148)
+ )
+ (if
+ (get_local $$cmp388$i)
+ (block
+ (set_local $$T$0$i$lcssa
+ (get_local $$T$0$i)
+ )
+ (set_local $label
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (set_local $$shr391$i
- (i32.shr_u
- (get_local $$K373$0$i)
- (i32.const 31)
+ (set_local $$shr391$i
+ (i32.shr_u
+ (get_local $$K373$0$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx394$i
- (i32.add
+ (set_local $$arrayidx394$i
(i32.add
- (get_local $$T$0$i)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0$i)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr391$i)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl395$i
(i32.shl
- (get_local $$shr391$i)
- (i32.const 2)
+ (get_local $$K373$0$i)
+ (i32.const 1)
)
)
- )
- (set_local $$shl395$i
- (i32.shl
- (get_local $$K373$0$i)
- (i32.const 1)
- )
- )
- (set_local $$89
- (i32.load
- (get_local $$arrayidx394$i)
- )
- )
- (set_local $$cmp396$i
- (i32.eq
- (get_local $$89)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp396$i)
- (block
- (set_local $$T$0$i$lcssa293
- (get_local $$T$0$i)
- )
- (set_local $$arrayidx394$i$lcssa
+ (set_local $$89
+ (i32.load
(get_local $$arrayidx394$i)
)
- (set_local $label
- (i32.const 145)
+ )
+ (set_local $$cmp396$i
+ (i32.eq
+ (get_local $$89)
+ (i32.const 0)
)
- (br $while-out$31)
)
- (block
- (set_local $$K373$0$i
- (get_local $$shl395$i)
+ (if
+ (get_local $$cmp396$i)
+ (block
+ (set_local $$T$0$i$lcssa293
+ (get_local $$T$0$i)
+ )
+ (set_local $$arrayidx394$i$lcssa
+ (get_local $$arrayidx394$i)
+ )
+ (set_local $label
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $$T$0$i
- (get_local $$89)
+ (block
+ (set_local $$K373$0$i
+ (get_local $$shl395$i)
+ )
+ (set_local $$T$0$i
+ (get_local $$89)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -22471,90 +22423,92 @@
(set_local $$sp$0$i$i
(i32.const 624)
)
- (loop $while-out$37 $while-in$38
- (set_local $$105
- (i32.load
- (get_local $$sp$0$i$i)
- )
- )
- (set_local $$cmp$i$9$i
- (i32.gt_u
- (get_local $$105)
- (get_local $$104)
+ (loop $while-in$38
+ (block $while-out$37
+ (set_local $$105
+ (i32.load
+ (get_local $$sp$0$i$i)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$cmp$i$9$i)
+ (set_local $$cmp$i$9$i
+ (i32.gt_u
+ (get_local $$105)
+ (get_local $$104)
+ )
)
- (block
- (set_local $$size$i$i
- (i32.add
- (get_local $$sp$0$i$i)
- (i32.const 4)
- )
+ (if
+ (i32.eqz
+ (get_local $$cmp$i$9$i)
)
- (set_local $$106
- (i32.load
- (get_local $$size$i$i)
+ (block
+ (set_local $$size$i$i
+ (i32.add
+ (get_local $$sp$0$i$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$add$ptr$i$i
- (i32.add
- (get_local $$105)
- (get_local $$106)
+ (set_local $$106
+ (i32.load
+ (get_local $$size$i$i)
+ )
)
- )
- (set_local $$cmp2$i$i
- (i32.gt_u
- (get_local $$add$ptr$i$i)
- (get_local $$104)
+ (set_local $$add$ptr$i$i
+ (i32.add
+ (get_local $$105)
+ (get_local $$106)
+ )
)
- )
- (if
- (get_local $$cmp2$i$i)
- (block
- (set_local $$base$i$i$lcssa
- (get_local $$sp$0$i$i)
+ (set_local $$cmp2$i$i
+ (i32.gt_u
+ (get_local $$add$ptr$i$i)
+ (get_local $$104)
)
- (set_local $$size$i$i$lcssa
- (get_local $$size$i$i)
+ )
+ (if
+ (get_local $$cmp2$i$i)
+ (block
+ (set_local $$base$i$i$lcssa
+ (get_local $$sp$0$i$i)
+ )
+ (set_local $$size$i$i$lcssa
+ (get_local $$size$i$i)
+ )
+ (br $while-out$37)
)
- (br $while-out$37)
)
)
)
- )
- (set_local $$next$i$i
- (i32.add
- (get_local $$sp$0$i$i)
- (i32.const 8)
- )
- )
- (set_local $$107
- (i32.load
- (get_local $$next$i$i)
+ (set_local $$next$i$i
+ (i32.add
+ (get_local $$sp$0$i$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cmp3$i$i
- (i32.eq
- (get_local $$107)
- (i32.const 0)
+ (set_local $$107
+ (i32.load
+ (get_local $$next$i$i)
+ )
)
- )
- (if
- (get_local $$cmp3$i$i)
- (block
- (set_local $label
- (i32.const 173)
+ (set_local $$cmp3$i$i
+ (i32.eq
+ (get_local $$107)
+ (i32.const 0)
)
- (br $label$break$L259)
)
- (set_local $$sp$0$i$i
- (get_local $$107)
+ (if
+ (get_local $$cmp3$i$i)
+ (block
+ (set_local $label
+ (i32.const 173)
+ )
+ (br $label$break$L259)
+ )
+ (set_local $$sp$0$i$i
+ (get_local $$107)
+ )
)
+ (br $while-in$38)
)
- (br $while-in$38)
)
(set_local $$112
(i32.load
@@ -22958,8 +22912,10 @@
(if
(get_local $$cmp108$i)
(block
- (call_import $_sbrk
- (get_local $$sub112$i)
+ (drop
+ (call_import $_sbrk
+ (get_local $$sub112$i)
+ )
)
(br $label$break$L279)
)
@@ -23251,62 +23207,64 @@
(set_local $$i$01$i$i
(i32.const 0)
)
- (loop $while-out$46 $while-in$47
- (set_local $$shl$i$i
- (i32.shl
- (get_local $$i$01$i$i)
- (i32.const 1)
- )
- )
- (set_local $$arrayidx$i$i
- (i32.add
- (i32.const 216)
+ (loop $while-in$47
+ (block $while-out$46
+ (set_local $$shl$i$i
(i32.shl
- (get_local $$shl$i$i)
- (i32.const 2)
+ (get_local $$i$01$i$i)
+ (i32.const 1)
)
)
- )
- (set_local $$122
- (i32.add
+ (set_local $$arrayidx$i$i
+ (i32.add
+ (i32.const 216)
+ (i32.shl
+ (get_local $$shl$i$i)
+ (i32.const 2)
+ )
+ )
+ )
+ (set_local $$122
+ (i32.add
+ (get_local $$arrayidx$i$i)
+ (i32.const 12)
+ )
+ )
+ (i32.store
+ (get_local $$122)
(get_local $$arrayidx$i$i)
- (i32.const 12)
)
- )
- (i32.store
- (get_local $$122)
- (get_local $$arrayidx$i$i)
- )
- (set_local $$123
- (i32.add
+ (set_local $$123
+ (i32.add
+ (get_local $$arrayidx$i$i)
+ (i32.const 8)
+ )
+ )
+ (i32.store
+ (get_local $$123)
(get_local $$arrayidx$i$i)
- (i32.const 8)
)
- )
- (i32.store
- (get_local $$123)
- (get_local $$arrayidx$i$i)
- )
- (set_local $$inc$i$i
- (i32.add
- (get_local $$i$01$i$i)
- (i32.const 1)
+ (set_local $$inc$i$i
+ (i32.add
+ (get_local $$i$01$i$i)
+ (i32.const 1)
+ )
)
- )
- (set_local $$exitcond$i$i
- (i32.eq
- (get_local $$inc$i$i)
- (i32.const 32)
+ (set_local $$exitcond$i$i
+ (i32.eq
+ (get_local $$inc$i$i)
+ (i32.const 32)
+ )
)
- )
- (if
- (get_local $$exitcond$i$i)
- (br $while-out$46)
- (set_local $$i$01$i$i
- (get_local $$inc$i$i)
+ (if
+ (get_local $$exitcond$i$i)
+ (br $while-out$46)
+ (set_local $$i$01$i$i
+ (get_local $$inc$i$i)
+ )
)
+ (br $while-in$47)
)
- (br $while-in$47)
)
(set_local $$sub172$i
(i32.add
@@ -23420,81 +23378,83 @@
(set_local $$sp$0108$i
(i32.const 624)
)
- (loop $while-out$48 $while-in$49
- (set_local $$127
- (i32.load
- (get_local $$sp$0108$i)
- )
- )
- (set_local $$size188$i
- (i32.add
- (get_local $$sp$0108$i)
- (i32.const 4)
- )
- )
- (set_local $$128
- (i32.load
- (get_local $$size188$i)
+ (loop $while-in$49
+ (block $while-out$48
+ (set_local $$127
+ (i32.load
+ (get_local $$sp$0108$i)
+ )
)
- )
- (set_local $$add$ptr189$i
- (i32.add
- (get_local $$127)
- (get_local $$128)
+ (set_local $$size188$i
+ (i32.add
+ (get_local $$sp$0108$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$cmp190$i
- (i32.eq
- (get_local $$tbase$796$i)
- (get_local $$add$ptr189$i)
+ (set_local $$128
+ (i32.load
+ (get_local $$size188$i)
+ )
)
- )
- (if
- (get_local $$cmp190$i)
- (block
- (set_local $$$lcssa
+ (set_local $$add$ptr189$i
+ (i32.add
(get_local $$127)
- )
- (set_local $$$lcssa290
(get_local $$128)
)
- (set_local $$size188$i$lcssa
- (get_local $$size188$i)
- )
- (set_local $$sp$0108$i$lcssa
- (get_local $$sp$0108$i)
+ )
+ (set_local $$cmp190$i
+ (i32.eq
+ (get_local $$tbase$796$i)
+ (get_local $$add$ptr189$i)
)
- (set_local $label
- (i32.const 203)
+ )
+ (if
+ (get_local $$cmp190$i)
+ (block
+ (set_local $$$lcssa
+ (get_local $$127)
+ )
+ (set_local $$$lcssa290
+ (get_local $$128)
+ )
+ (set_local $$size188$i$lcssa
+ (get_local $$size188$i)
+ )
+ (set_local $$sp$0108$i$lcssa
+ (get_local $$sp$0108$i)
+ )
+ (set_local $label
+ (i32.const 203)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
- )
- (set_local $$next$i
- (i32.add
- (get_local $$sp$0108$i)
- (i32.const 8)
+ (set_local $$next$i
+ (i32.add
+ (get_local $$sp$0108$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$129
- (i32.load
- (get_local $$next$i)
+ (set_local $$129
+ (i32.load
+ (get_local $$next$i)
+ )
)
- )
- (set_local $$cmp186$i
- (i32.eq
- (get_local $$129)
- (i32.const 0)
+ (set_local $$cmp186$i
+ (i32.eq
+ (get_local $$129)
+ (i32.const 0)
+ )
)
- )
- (if
- (get_local $$cmp186$i)
- (br $while-out$48)
- (set_local $$sp$0108$i
- (get_local $$129)
+ (if
+ (get_local $$cmp186$i)
+ (br $while-out$48)
+ (set_local $$sp$0108$i
+ (get_local $$129)
+ )
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -23713,63 +23673,65 @@
(set_local $$sp$1107$i
(i32.const 624)
)
- (loop $while-out$50 $while-in$51
- (set_local $$136
- (i32.load
- (get_local $$sp$1107$i)
- )
- )
- (set_local $$cmp228$i
- (i32.eq
- (get_local $$136)
- (get_local $$add$ptr227$i)
- )
- )
- (if
- (get_local $$cmp228$i)
- (block
- (set_local $$base226$i$lcssa
- (get_local $$sp$1107$i)
- )
- (set_local $$sp$1107$i$lcssa
+ (loop $while-in$51
+ (block $while-out$50
+ (set_local $$136
+ (i32.load
(get_local $$sp$1107$i)
)
- (set_local $label
- (i32.const 211)
+ )
+ (set_local $$cmp228$i
+ (i32.eq
+ (get_local $$136)
+ (get_local $$add$ptr227$i)
)
- (br $while-out$50)
)
- )
- (set_local $$next231$i
- (i32.add
- (get_local $$sp$1107$i)
- (i32.const 8)
+ (if
+ (get_local $$cmp228$i)
+ (block
+ (set_local $$base226$i$lcssa
+ (get_local $$sp$1107$i)
+ )
+ (set_local $$sp$1107$i$lcssa
+ (get_local $$sp$1107$i)
+ )
+ (set_local $label
+ (i32.const 211)
+ )
+ (br $while-out$50)
+ )
)
- )
- (set_local $$137
- (i32.load
- (get_local $$next231$i)
+ (set_local $$next231$i
+ (i32.add
+ (get_local $$sp$1107$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$cmp224$i
- (i32.eq
- (get_local $$137)
- (i32.const 0)
+ (set_local $$137
+ (i32.load
+ (get_local $$next231$i)
+ )
)
- )
- (if
- (get_local $$cmp224$i)
- (block
- (set_local $$sp$0$i$i$i
- (i32.const 624)
+ (set_local $$cmp224$i
+ (i32.eq
+ (get_local $$137)
+ (i32.const 0)
)
- (br $while-out$50)
)
- (set_local $$sp$1107$i
- (get_local $$137)
+ (if
+ (get_local $$cmp224$i)
+ (block
+ (set_local $$sp$0$i$i$i
+ (i32.const 624)
+ )
+ (br $while-out$50)
+ )
+ (set_local $$sp$1107$i
+ (get_local $$137)
+ )
)
+ (br $while-in$51)
)
- (br $while-in$51)
)
(if
(i32.eq
@@ -24413,76 +24375,78 @@
)
)
)
- (loop $while-out$61 $while-in$62
- (set_local $$arrayidx103$i$i
- (i32.add
- (get_local $$R$1$i$i)
- (i32.const 20)
- )
- )
- (set_local $$161
- (i32.load
- (get_local $$arrayidx103$i$i)
- )
- )
- (set_local $$cmp104$i$i
- (i32.eq
- (get_local $$161)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp104$i$i)
- )
- (block
- (set_local $$R$1$i$i
- (get_local $$161)
+ (loop $while-in$62
+ (block $while-out$61
+ (set_local $$arrayidx103$i$i
+ (i32.add
+ (get_local $$R$1$i$i)
+ (i32.const 20)
)
- (set_local $$RP$1$i$i
+ )
+ (set_local $$161
+ (i32.load
(get_local $$arrayidx103$i$i)
)
- (br $while-in$62)
- )
- )
- (set_local $$arrayidx107$i$i
- (i32.add
- (get_local $$R$1$i$i)
- (i32.const 16)
)
- )
- (set_local $$162
- (i32.load
- (get_local $$arrayidx107$i$i)
+ (set_local $$cmp104$i$i
+ (i32.eq
+ (get_local $$161)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp108$i$i
- (i32.eq
- (get_local $$162)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp104$i$i)
+ )
+ (block
+ (set_local $$R$1$i$i
+ (get_local $$161)
+ )
+ (set_local $$RP$1$i$i
+ (get_local $$arrayidx103$i$i)
+ )
+ (br $while-in$62)
+ )
)
- )
- (if
- (get_local $$cmp108$i$i)
- (block
- (set_local $$R$1$i$i$lcssa
+ (set_local $$arrayidx107$i$i
+ (i32.add
(get_local $$R$1$i$i)
+ (i32.const 16)
)
- (set_local $$RP$1$i$i$lcssa
- (get_local $$RP$1$i$i)
+ )
+ (set_local $$162
+ (i32.load
+ (get_local $$arrayidx107$i$i)
)
- (br $while-out$61)
)
- (block
- (set_local $$R$1$i$i
+ (set_local $$cmp108$i$i
+ (i32.eq
(get_local $$162)
+ (i32.const 0)
)
- (set_local $$RP$1$i$i
- (get_local $$arrayidx107$i$i)
+ )
+ (if
+ (get_local $$cmp108$i$i)
+ (block
+ (set_local $$R$1$i$i$lcssa
+ (get_local $$R$1$i$i)
+ )
+ (set_local $$RP$1$i$i$lcssa
+ (get_local $$RP$1$i$i)
+ )
+ (br $while-out$61)
+ )
+ (block
+ (set_local $$R$1$i$i
+ (get_local $$162)
+ )
+ (set_local $$RP$1$i$i
+ (get_local $$arrayidx107$i$i)
+ )
)
)
+ (br $while-in$62)
)
- (br $while-in$62)
)
(set_local $$cmp112$i$i
(i32.lt_u
@@ -25448,101 +25412,103 @@
(set_local $$T$0$i$58$i
(get_local $$178)
)
- (loop $while-out$71 $while-in$72
- (set_local $$head317$i$i
- (i32.add
- (get_local $$T$0$i$58$i)
- (i32.const 4)
- )
- )
- (set_local $$179
- (i32.load
- (get_local $$head317$i$i)
+ (loop $while-in$72
+ (block $while-out$71
+ (set_local $$head317$i$i
+ (i32.add
+ (get_local $$T$0$i$58$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and318$i$i
- (i32.and
- (get_local $$179)
- (i32.const -8)
+ (set_local $$179
+ (i32.load
+ (get_local $$head317$i$i)
+ )
)
- )
- (set_local $$cmp319$i$i
- (i32.eq
- (get_local $$and318$i$i)
- (get_local $$qsize$0$i$i)
+ (set_local $$and318$i$i
+ (i32.and
+ (get_local $$179)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp319$i$i)
- (block
- (set_local $$T$0$i$58$i$lcssa
- (get_local $$T$0$i$58$i)
+ (set_local $$cmp319$i$i
+ (i32.eq
+ (get_local $$and318$i$i)
+ (get_local $$qsize$0$i$i)
)
- (set_local $label
- (i32.const 281)
+ )
+ (if
+ (get_local $$cmp319$i$i)
+ (block
+ (set_local $$T$0$i$58$i$lcssa
+ (get_local $$T$0$i$58$i)
+ )
+ (set_local $label
+ (i32.const 281)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
- )
- (set_local $$shr322$i$i
- (i32.shr_u
- (get_local $$K305$0$i$i)
- (i32.const 31)
+ (set_local $$shr322$i$i
+ (i32.shr_u
+ (get_local $$K305$0$i$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx325$i$i
- (i32.add
+ (set_local $$arrayidx325$i$i
(i32.add
- (get_local $$T$0$i$58$i)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0$i$58$i)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr322$i$i)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl326$i$i
(i32.shl
- (get_local $$shr322$i$i)
- (i32.const 2)
+ (get_local $$K305$0$i$i)
+ (i32.const 1)
)
)
- )
- (set_local $$shl326$i$i
- (i32.shl
- (get_local $$K305$0$i$i)
- (i32.const 1)
- )
- )
- (set_local $$180
- (i32.load
- (get_local $$arrayidx325$i$i)
- )
- )
- (set_local $$cmp327$i$i
- (i32.eq
- (get_local $$180)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp327$i$i)
- (block
- (set_local $$T$0$i$58$i$lcssa283
- (get_local $$T$0$i$58$i)
- )
- (set_local $$arrayidx325$i$i$lcssa
+ (set_local $$180
+ (i32.load
(get_local $$arrayidx325$i$i)
)
- (set_local $label
- (i32.const 278)
+ )
+ (set_local $$cmp327$i$i
+ (i32.eq
+ (get_local $$180)
+ (i32.const 0)
)
- (br $while-out$71)
)
- (block
- (set_local $$K305$0$i$i
- (get_local $$shl326$i$i)
+ (if
+ (get_local $$cmp327$i$i)
+ (block
+ (set_local $$T$0$i$58$i$lcssa283
+ (get_local $$T$0$i$58$i)
+ )
+ (set_local $$arrayidx325$i$i$lcssa
+ (get_local $$arrayidx325$i$i)
+ )
+ (set_local $label
+ (i32.const 278)
+ )
+ (br $while-out$71)
)
- (set_local $$T$0$i$58$i
- (get_local $$180)
+ (block
+ (set_local $$K305$0$i$i
+ (get_local $$shl326$i$i)
+ )
+ (set_local $$T$0$i$58$i
+ (get_local $$180)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(if
(i32.eq
@@ -25719,72 +25685,74 @@
)
)
)
- (loop $while-out$73 $while-in$74
- (set_local $$185
- (i32.load
- (get_local $$sp$0$i$i$i)
- )
- )
- (set_local $$cmp$i$i$i
- (i32.gt_u
- (get_local $$185)
- (get_local $$119)
+ (loop $while-in$74
+ (block $while-out$73
+ (set_local $$185
+ (i32.load
+ (get_local $$sp$0$i$i$i)
+ )
)
- )
- (if
- (i32.eqz
- (get_local $$cmp$i$i$i)
+ (set_local $$cmp$i$i$i
+ (i32.gt_u
+ (get_local $$185)
+ (get_local $$119)
+ )
)
- (block
- (set_local $$size$i$i$i
- (i32.add
- (get_local $$sp$0$i$i$i)
- (i32.const 4)
- )
+ (if
+ (i32.eqz
+ (get_local $$cmp$i$i$i)
)
- (set_local $$186
- (i32.load
- (get_local $$size$i$i$i)
+ (block
+ (set_local $$size$i$i$i
+ (i32.add
+ (get_local $$sp$0$i$i$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$add$ptr$i$i$i
- (i32.add
- (get_local $$185)
- (get_local $$186)
+ (set_local $$186
+ (i32.load
+ (get_local $$size$i$i$i)
+ )
)
- )
- (set_local $$cmp2$i$i$i
- (i32.gt_u
- (get_local $$add$ptr$i$i$i)
- (get_local $$119)
+ (set_local $$add$ptr$i$i$i
+ (i32.add
+ (get_local $$185)
+ (get_local $$186)
+ )
)
- )
- (if
- (get_local $$cmp2$i$i$i)
- (block
- (set_local $$add$ptr$i$i$i$lcssa
+ (set_local $$cmp2$i$i$i
+ (i32.gt_u
(get_local $$add$ptr$i$i$i)
+ (get_local $$119)
+ )
+ )
+ (if
+ (get_local $$cmp2$i$i$i)
+ (block
+ (set_local $$add$ptr$i$i$i$lcssa
+ (get_local $$add$ptr$i$i$i)
+ )
+ (br $while-out$73)
)
- (br $while-out$73)
)
)
)
- )
- (set_local $$next$i$i$i
- (i32.add
- (get_local $$sp$0$i$i$i)
- (i32.const 8)
+ (set_local $$next$i$i$i
+ (i32.add
+ (get_local $$sp$0$i$i$i)
+ (i32.const 8)
+ )
)
- )
- (set_local $$187
- (i32.load
- (get_local $$next$i$i$i)
+ (set_local $$187
+ (i32.load
+ (get_local $$next$i$i$i)
+ )
)
+ (set_local $$sp$0$i$i$i
+ (get_local $$187)
+ )
+ (br $while-in$74)
)
- (set_local $$sp$0$i$i$i
- (get_local $$187)
- )
- (br $while-in$74)
)
(set_local $$add$ptr2$i$i
(i32.add
@@ -26047,37 +26015,39 @@
(set_local $$p$0$i$i
(get_local $$add$ptr15$i$i)
)
- (loop $while-out$75 $while-in$76
- (set_local $$add$ptr24$i$i
- (i32.add
- (get_local $$p$0$i$i)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (set_local $$add$ptr24$i$i
+ (i32.add
+ (get_local $$p$0$i$i)
+ (i32.const 4)
+ )
)
- )
- (i32.store
- (get_local $$add$ptr24$i$i)
- (i32.const 7)
- )
- (set_local $$193
- (i32.add
+ (i32.store
(get_local $$add$ptr24$i$i)
- (i32.const 4)
+ (i32.const 7)
)
- )
- (set_local $$cmp27$i$i
- (i32.lt_u
- (get_local $$193)
- (get_local $$add$ptr$i$i$i$lcssa)
+ (set_local $$193
+ (i32.add
+ (get_local $$add$ptr24$i$i)
+ (i32.const 4)
+ )
)
- )
- (if
- (get_local $$cmp27$i$i)
- (set_local $$p$0$i$i
- (get_local $$add$ptr24$i$i)
+ (set_local $$cmp27$i$i
+ (i32.lt_u
+ (get_local $$193)
+ (get_local $$add$ptr$i$i$i$lcssa)
+ )
+ )
+ (if
+ (get_local $$cmp27$i$i)
+ (set_local $$p$0$i$i
+ (get_local $$add$ptr24$i$i)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(set_local $$cmp28$i$i
(i32.eq
@@ -26607,101 +26577,103 @@
(set_local $$T$0$i$i
(get_local $$200)
)
- (loop $while-out$77 $while-in$78
- (set_local $$head118$i$i
- (i32.add
- (get_local $$T$0$i$i)
- (i32.const 4)
- )
- )
- (set_local $$201
- (i32.load
- (get_local $$head118$i$i)
+ (loop $while-in$78
+ (block $while-out$77
+ (set_local $$head118$i$i
+ (i32.add
+ (get_local $$T$0$i$i)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and119$i$i
- (i32.and
- (get_local $$201)
- (i32.const -8)
+ (set_local $$201
+ (i32.load
+ (get_local $$head118$i$i)
+ )
)
- )
- (set_local $$cmp120$i$i
- (i32.eq
- (get_local $$and119$i$i)
- (get_local $$sub$ptr$sub$i$i)
+ (set_local $$and119$i$i
+ (i32.and
+ (get_local $$201)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp120$i$i)
- (block
- (set_local $$T$0$i$i$lcssa
- (get_local $$T$0$i$i)
+ (set_local $$cmp120$i$i
+ (i32.eq
+ (get_local $$and119$i$i)
+ (get_local $$sub$ptr$sub$i$i)
)
- (set_local $label
- (i32.const 307)
+ )
+ (if
+ (get_local $$cmp120$i$i)
+ (block
+ (set_local $$T$0$i$i$lcssa
+ (get_local $$T$0$i$i)
+ )
+ (set_local $label
+ (i32.const 307)
+ )
+ (br $while-out$77)
)
- (br $while-out$77)
)
- )
- (set_local $$shr123$i$i
- (i32.shr_u
- (get_local $$K105$0$i$i)
- (i32.const 31)
+ (set_local $$shr123$i$i
+ (i32.shr_u
+ (get_local $$K105$0$i$i)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx126$i$i
- (i32.add
+ (set_local $$arrayidx126$i$i
(i32.add
- (get_local $$T$0$i$i)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0$i$i)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr123$i$i)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl127$i$i
(i32.shl
- (get_local $$shr123$i$i)
- (i32.const 2)
+ (get_local $$K105$0$i$i)
+ (i32.const 1)
)
)
- )
- (set_local $$shl127$i$i
- (i32.shl
- (get_local $$K105$0$i$i)
- (i32.const 1)
- )
- )
- (set_local $$202
- (i32.load
- (get_local $$arrayidx126$i$i)
- )
- )
- (set_local $$cmp128$i$i
- (i32.eq
- (get_local $$202)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp128$i$i)
- (block
- (set_local $$T$0$i$i$lcssa284
- (get_local $$T$0$i$i)
- )
- (set_local $$arrayidx126$i$i$lcssa
+ (set_local $$202
+ (i32.load
(get_local $$arrayidx126$i$i)
)
- (set_local $label
- (i32.const 304)
+ )
+ (set_local $$cmp128$i$i
+ (i32.eq
+ (get_local $$202)
+ (i32.const 0)
)
- (br $while-out$77)
)
- (block
- (set_local $$K105$0$i$i
- (get_local $$shl127$i$i)
+ (if
+ (get_local $$cmp128$i$i)
+ (block
+ (set_local $$T$0$i$i$lcssa284
+ (get_local $$T$0$i$i)
+ )
+ (set_local $$arrayidx126$i$i$lcssa
+ (get_local $$arrayidx126$i$i)
+ )
+ (set_local $label
+ (i32.const 304)
+ )
+ (br $while-out$77)
)
- (set_local $$T$0$i$i
- (get_local $$202)
+ (block
+ (set_local $$K105$0$i$i
+ (get_local $$shl127$i$i)
+ )
+ (set_local $$T$0$i$i
+ (get_local $$202)
+ )
)
)
+ (br $while-in$78)
)
- (br $while-in$78)
)
(if
(i32.eq
@@ -27317,9 +27289,7 @@
(local $label i32)
(local $sp i32)
(set_local $sp
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
(set_local $$cmp
(i32.eq
@@ -27862,76 +27832,78 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (set_local $$arrayidx108
- (i32.add
- (get_local $$R$1)
- (i32.const 20)
- )
- )
- (set_local $$16
- (i32.load
- (get_local $$arrayidx108)
- )
- )
- (set_local $$cmp109
- (i32.eq
- (get_local $$16)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp109)
- )
- (block
- (set_local $$R$1
- (get_local $$16)
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $$arrayidx108
+ (i32.add
+ (get_local $$R$1)
+ (i32.const 20)
)
- (set_local $$RP$1
+ )
+ (set_local $$16
+ (i32.load
(get_local $$arrayidx108)
)
- (br $while-in$5)
- )
- )
- (set_local $$arrayidx113
- (i32.add
- (get_local $$R$1)
- (i32.const 16)
)
- )
- (set_local $$17
- (i32.load
- (get_local $$arrayidx113)
+ (set_local $$cmp109
+ (i32.eq
+ (get_local $$16)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp114
- (i32.eq
- (get_local $$17)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp109)
+ )
+ (block
+ (set_local $$R$1
+ (get_local $$16)
+ )
+ (set_local $$RP$1
+ (get_local $$arrayidx108)
+ )
+ (br $while-in$5)
+ )
)
- )
- (if
- (get_local $$cmp114)
- (block
- (set_local $$R$1$lcssa
+ (set_local $$arrayidx113
+ (i32.add
(get_local $$R$1)
+ (i32.const 16)
)
- (set_local $$RP$1$lcssa
- (get_local $$RP$1)
+ )
+ (set_local $$17
+ (i32.load
+ (get_local $$arrayidx113)
)
- (br $while-out$4)
)
- (block
- (set_local $$R$1
+ (set_local $$cmp114
+ (i32.eq
(get_local $$17)
+ (i32.const 0)
)
- (set_local $$RP$1
- (get_local $$arrayidx113)
+ )
+ (if
+ (get_local $$cmp114)
+ (block
+ (set_local $$R$1$lcssa
+ (get_local $$R$1)
+ )
+ (set_local $$RP$1$lcssa
+ (get_local $$RP$1)
+ )
+ (br $while-out$4)
+ )
+ (block
+ (set_local $$R$1
+ (get_local $$17)
+ )
+ (set_local $$RP$1
+ (get_local $$arrayidx113)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(set_local $$cmp118
(i32.lt_u
@@ -28902,76 +28874,78 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (set_local $$arrayidx374
- (i32.add
- (get_local $$R332$1)
- (i32.const 20)
- )
- )
- (set_local $$49
- (i32.load
- (get_local $$arrayidx374)
- )
- )
- (set_local $$cmp375
- (i32.eq
- (get_local $$49)
- (i32.const 0)
- )
- )
- (if
- (i32.eqz
- (get_local $$cmp375)
- )
- (block
- (set_local $$R332$1
- (get_local $$49)
+ (loop $while-in$13
+ (block $while-out$12
+ (set_local $$arrayidx374
+ (i32.add
+ (get_local $$R332$1)
+ (i32.const 20)
)
- (set_local $$RP360$1
+ )
+ (set_local $$49
+ (i32.load
(get_local $$arrayidx374)
)
- (br $while-in$13)
- )
- )
- (set_local $$arrayidx379
- (i32.add
- (get_local $$R332$1)
- (i32.const 16)
)
- )
- (set_local $$50
- (i32.load
- (get_local $$arrayidx379)
+ (set_local $$cmp375
+ (i32.eq
+ (get_local $$49)
+ (i32.const 0)
+ )
)
- )
- (set_local $$cmp380
- (i32.eq
- (get_local $$50)
- (i32.const 0)
+ (if
+ (i32.eqz
+ (get_local $$cmp375)
+ )
+ (block
+ (set_local $$R332$1
+ (get_local $$49)
+ )
+ (set_local $$RP360$1
+ (get_local $$arrayidx374)
+ )
+ (br $while-in$13)
+ )
)
- )
- (if
- (get_local $$cmp380)
- (block
- (set_local $$R332$1$lcssa
+ (set_local $$arrayidx379
+ (i32.add
(get_local $$R332$1)
+ (i32.const 16)
)
- (set_local $$RP360$1$lcssa
- (get_local $$RP360$1)
+ )
+ (set_local $$50
+ (i32.load
+ (get_local $$arrayidx379)
)
- (br $while-out$12)
)
- (block
- (set_local $$R332$1
+ (set_local $$cmp380
+ (i32.eq
(get_local $$50)
+ (i32.const 0)
)
- (set_local $$RP360$1
- (get_local $$arrayidx379)
+ )
+ (if
+ (get_local $$cmp380)
+ (block
+ (set_local $$R332$1$lcssa
+ (get_local $$R332$1)
+ )
+ (set_local $$RP360$1$lcssa
+ (get_local $$RP360$1)
+ )
+ (br $while-out$12)
+ )
+ (block
+ (set_local $$R332$1
+ (get_local $$50)
+ )
+ (set_local $$RP360$1
+ (get_local $$arrayidx379)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(set_local $$51
(i32.load
@@ -29960,101 +29934,103 @@
(set_local $$T$0
(get_local $$67)
)
- (loop $while-out$18 $while-in$19
- (set_local $$head591
- (i32.add
- (get_local $$T$0)
- (i32.const 4)
- )
- )
- (set_local $$68
- (i32.load
- (get_local $$head591)
+ (loop $while-in$19
+ (block $while-out$18
+ (set_local $$head591
+ (i32.add
+ (get_local $$T$0)
+ (i32.const 4)
+ )
)
- )
- (set_local $$and592
- (i32.and
- (get_local $$68)
- (i32.const -8)
+ (set_local $$68
+ (i32.load
+ (get_local $$head591)
+ )
)
- )
- (set_local $$cmp593
- (i32.eq
- (get_local $$and592)
- (get_local $$psize$2)
+ (set_local $$and592
+ (i32.and
+ (get_local $$68)
+ (i32.const -8)
+ )
)
- )
- (if
- (get_local $$cmp593)
- (block
- (set_local $$T$0$lcssa
- (get_local $$T$0)
+ (set_local $$cmp593
+ (i32.eq
+ (get_local $$and592)
+ (get_local $$psize$2)
)
- (set_local $label
- (i32.const 130)
+ )
+ (if
+ (get_local $$cmp593)
+ (block
+ (set_local $$T$0$lcssa
+ (get_local $$T$0)
+ )
+ (set_local $label
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (set_local $$shr596
- (i32.shr_u
- (get_local $$K583$0)
- (i32.const 31)
+ (set_local $$shr596
+ (i32.shr_u
+ (get_local $$K583$0)
+ (i32.const 31)
+ )
)
- )
- (set_local $$arrayidx599
- (i32.add
+ (set_local $$arrayidx599
(i32.add
- (get_local $$T$0)
- (i32.const 16)
+ (i32.add
+ (get_local $$T$0)
+ (i32.const 16)
+ )
+ (i32.shl
+ (get_local $$shr596)
+ (i32.const 2)
+ )
)
+ )
+ (set_local $$shl600
(i32.shl
- (get_local $$shr596)
- (i32.const 2)
+ (get_local $$K583$0)
+ (i32.const 1)
)
)
- )
- (set_local $$shl600
- (i32.shl
- (get_local $$K583$0)
- (i32.const 1)
- )
- )
- (set_local $$69
- (i32.load
- (get_local $$arrayidx599)
- )
- )
- (set_local $$cmp601
- (i32.eq
- (get_local $$69)
- (i32.const 0)
- )
- )
- (if
- (get_local $$cmp601)
- (block
- (set_local $$T$0$lcssa319
- (get_local $$T$0)
- )
- (set_local $$arrayidx599$lcssa
+ (set_local $$69
+ (i32.load
(get_local $$arrayidx599)
)
- (set_local $label
- (i32.const 127)
+ )
+ (set_local $$cmp601
+ (i32.eq
+ (get_local $$69)
+ (i32.const 0)
)
- (br $while-out$18)
)
- (block
- (set_local $$K583$0
- (get_local $$shl600)
+ (if
+ (get_local $$cmp601)
+ (block
+ (set_local $$T$0$lcssa319
+ (get_local $$T$0)
+ )
+ (set_local $$arrayidx599$lcssa
+ (get_local $$arrayidx599)
+ )
+ (set_local $label
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $$T$0
- (get_local $$69)
+ (block
+ (set_local $$K583$0
+ (get_local $$shl600)
+ )
+ (set_local $$T$0
+ (get_local $$69)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -30240,32 +30216,34 @@
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $$sp$0$i
- (i32.load
- (get_local $$sp$0$in$i)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $$sp$0$i
+ (i32.load
+ (get_local $$sp$0$in$i)
+ )
)
- )
- (set_local $$cmp$i
- (i32.eq
- (get_local $$sp$0$i)
- (i32.const 0)
+ (set_local $$cmp$i
+ (i32.eq
+ (get_local $$sp$0$i)
+ (i32.const 0)
+ )
)
- )
- (set_local $$next4$i
- (i32.add
- (get_local $$sp$0$i)
- (i32.const 8)
+ (set_local $$next4$i
+ (i32.add
+ (get_local $$sp$0$i)
+ (i32.const 8)
+ )
)
- )
- (if
- (get_local $$cmp$i)
- (br $while-out$20)
- (set_local $$sp$0$in$i
- (get_local $$next4$i)
+ (if
+ (get_local $$cmp$i)
+ (br $while-out$20)
+ (set_local $$sp$0$in$i
+ (get_local $$next4$i)
+ )
)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 208)
@@ -30305,9 +30283,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $h)
+ (block
+ (set_global $tempRet0
+ (get_local $h)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $l)
)
@@ -30336,9 +30318,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $h)
+ (block
+ (set_global $tempRet0
+ (get_local $h)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $l)
)
@@ -30415,81 +30401,87 @@
(get_local $unaligned)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $ptr)
- (get_local $unaligned)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $ptr)
+ (get_local $unaligned)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- (block
- (i32.store8
- (get_local $ptr)
- (get_local $value)
- )
- (set_local $ptr
- (i32.add
+ (block
+ (i32.store8
(get_local $ptr)
- (i32.const 1)
+ (get_local $value)
+ )
+ (set_local $ptr
+ (i32.add
+ (get_local $ptr)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $ptr)
- (get_local $stop4)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $ptr)
+ (get_local $stop4)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
- )
- (block
- (i32.store
- (get_local $ptr)
- (get_local $value4)
- )
- (set_local $ptr
- (i32.add
+ (block
+ (i32.store
(get_local $ptr)
- (i32.const 4)
+ (get_local $value4)
+ )
+ (set_local $ptr
+ (i32.add
+ (get_local $ptr)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $ptr)
- (get_local $stop)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $ptr)
+ (get_local $stop)
+ )
)
+ (br $while-out$4)
)
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $ptr)
- (get_local $value)
- )
- (set_local $ptr
- (i32.add
+ (block
+ (i32.store8
(get_local $ptr)
- (i32.const 1)
+ (get_local $value)
+ )
+ (set_local $ptr
+ (i32.add
+ (get_local $ptr)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(i32.sub
@@ -30515,8 +30507,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_u
(get_local $high)
(get_local $bits)
@@ -30542,8 +30533,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.const 0)
)
(return
@@ -30573,8 +30563,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.or
(i32.shl
(get_local $high)
@@ -30606,8 +30595,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shl
(get_local $low)
(i32.sub
@@ -30650,130 +30638,136 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $dest)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (loop $while-in$1
+ (block $while-out$0
(if
- (i32.eq
- (get_local $num)
- (i32.const 0)
- )
- (return
- (get_local $ret)
+ (i32.eqz
+ (i32.and
+ (get_local $dest)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $dest)
- (i32.load8_s
- (get_local $src)
+ (block
+ (if
+ (i32.eq
+ (get_local $num)
+ (i32.const 0)
+ )
+ (return
+ (get_local $ret)
+ )
)
- )
- (set_local $dest
- (i32.add
+ (i32.store8
(get_local $dest)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $src)
+ )
)
- )
- (set_local $src
- (i32.add
- (get_local $src)
- (i32.const 1)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 1)
+ )
)
- )
- (set_local $num
- (i32.sub
- (get_local $num)
- (i32.const 1)
+ (set_local $src
+ (i32.add
+ (get_local $src)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $num)
- (i32.const 4)
+ (set_local $num
+ (i32.sub
+ (get_local $num)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $dest)
- (i32.load
- (get_local $src)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $num)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $dest
- (i32.add
+ (block
+ (i32.store
(get_local $dest)
- (i32.const 4)
+ (i32.load
+ (get_local $src)
+ )
)
- )
- (set_local $src
- (i32.add
- (get_local $src)
- (i32.const 4)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 4)
+ )
)
- )
- (set_local $num
- (i32.sub
- (get_local $num)
- (i32.const 4)
+ (set_local $src
+ (i32.add
+ (get_local $src)
+ (i32.const 4)
+ )
+ )
+ (set_local $num
+ (i32.sub
+ (get_local $num)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $num)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $dest)
- (i32.load8_s
- (get_local $src)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $num)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $dest
- (i32.add
+ (block
+ (i32.store8
(get_local $dest)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $src)
+ )
)
- )
- (set_local $src
- (i32.add
- (get_local $src)
- (i32.const 1)
+ (set_local $dest
+ (i32.add
+ (get_local $dest)
+ (i32.const 1)
+ )
)
- )
- (set_local $num
- (i32.sub
- (get_local $num)
- (i32.const 1)
+ (set_local $src
+ (i32.add
+ (get_local $src)
+ (i32.const 1)
+ )
+ )
+ (set_local $num
+ (i32.sub
+ (get_local $num)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $ret)
@@ -30796,8 +30790,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(i32.shr_s
(get_local $high)
(get_local $bits)
@@ -30823,8 +30816,7 @@
)
)
)
- (i32.store
- (i32.const 168)
+ (set_global $tempRet0
(if
(i32.lt_s
(get_local $high)
@@ -30902,30 +30894,34 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (i32.add
+ (block
+ (set_global $tempRet0
(i32.add
- (i32.shr_u
- (get_local $$8)
- (i32.const 16)
- )
- (i32.mul
- (get_local $$11)
- (get_local $$6)
- )
- )
- (i32.shr_u
(i32.add
- (i32.and
+ (i32.shr_u
(get_local $$8)
- (i32.const 65535)
+ (i32.const 16)
+ )
+ (i32.mul
+ (get_local $$11)
+ (get_local $$6)
)
- (get_local $$12)
)
- (i32.const 16)
+ (i32.shr_u
+ (i32.add
+ (i32.and
+ (get_local $$8)
+ (i32.const 65535)
+ )
+ (get_local $$12)
+ )
+ (i32.const 16)
+ )
)
)
+ (drop
+ (get_global $tempRet0)
+ )
)
(i32.or
(i32.const 0)
@@ -31063,9 +31059,7 @@
)
)
(set_local $$4$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$6$0
(call $_i64Subtract
@@ -31098,9 +31092,7 @@
(get_local $$4$0)
(get_local $$4$1)
(get_local $$6$0)
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(i32.const 0)
)
)
@@ -31111,9 +31103,7 @@
(get_local $$7$0)
)
(i32.xor
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
(get_local $$7$1)
)
(get_local $$7$0)
@@ -31137,16 +31127,11 @@
(local $$10$1 i32)
(local $__stackBase__ i32)
(set_local $__stackBase__
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
@@ -31258,9 +31243,7 @@
)
)
(set_local $$4$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$6$0
(call $_i64Subtract
@@ -31276,14 +31259,14 @@
(get_local $$2$1)
)
)
- (call $___udivmoddi4
- (get_local $$4$0)
- (get_local $$4$1)
- (get_local $$6$0)
- (i32.load
- (i32.const 168)
+ (drop
+ (call $___udivmoddi4
+ (get_local $$4$0)
+ (get_local $$4$1)
+ (get_local $$6$0)
+ (get_global $tempRet0)
+ (get_local $$rem)
)
- (get_local $$rem)
)
(set_local $$10$0
(call $_i64Subtract
@@ -31307,19 +31290,20 @@
)
)
(set_local $$10$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $__stackBase__)
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$10$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$10$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$10$0)
)
@@ -31344,9 +31328,7 @@
)
)
(set_local $$1$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$2
(i32.mul
@@ -31356,24 +31338,28 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (i32.or
- (i32.add
+ (block
+ (set_global $tempRet0
+ (i32.or
(i32.add
- (i32.mul
- (get_local $$b$1)
- (get_local $$x_sroa_0_0_extract_trunc)
+ (i32.add
+ (i32.mul
+ (get_local $$b$1)
+ (get_local $$x_sroa_0_0_extract_trunc)
+ )
+ (get_local $$2)
)
- (get_local $$2)
+ (get_local $$1$1)
+ )
+ (i32.and
+ (get_local $$1$1)
+ (i32.const 0)
)
- (get_local $$1$1)
- )
- (i32.and
- (get_local $$1$1)
- (i32.const 0)
)
)
+ (drop
+ (get_global $tempRet0)
+ )
)
(i32.or
(i32.const 0)
@@ -31404,43 +31390,43 @@
(local $$rem i32)
(local $__stackBase__ i32)
(set_local $__stackBase__
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $STACKTOP)
(i32.const 16)
)
)
(set_local $$rem
(get_local $__stackBase__)
)
- (call $___udivmoddi4
- (get_local $$a$0)
- (get_local $$a$1)
- (get_local $$b$0)
- (get_local $$b$1)
- (get_local $$rem)
+ (drop
+ (call $___udivmoddi4
+ (get_local $$a$0)
+ (get_local $$a$1)
+ (get_local $$b$0)
+ (get_local $$b$1)
+ (get_local $$rem)
+ )
)
- (i32.store
- (i32.const 8)
+ (set_global $STACKTOP
(get_local $__stackBase__)
)
(return
(block
- (i32.store
- (i32.const 168)
- (i32.load
- (i32.add
- (get_local $$rem)
- (i32.const 4)
+ (block
+ (set_global $tempRet0
+ (i32.load
+ (i32.add
+ (get_local $$rem)
+ (i32.const 4)
+ )
)
)
+ (drop
+ (get_global $tempRet0)
+ )
)
(i32.load
(get_local $$rem)
@@ -31579,9 +31565,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31601,9 +31591,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31635,9 +31629,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31695,9 +31693,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31743,9 +31745,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31814,9 +31820,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31901,9 +31911,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -31941,9 +31955,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32048,9 +32066,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32088,9 +32110,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32290,9 +32316,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32330,9 +32360,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32395,9 +32429,7 @@
)
)
(set_local $$137$1
- (i32.load
- (i32.const 168)
- )
+ (get_global $tempRet0)
)
(set_local $$q_sroa_1_1198
(get_local $$q_sroa_1_1_ph)
@@ -32417,170 +32449,170 @@
(set_local $$carry_0203
(i32.const 0)
)
- (loop $while-out$2 $while-in$3
- (set_local $$147
- (i32.or
- (i32.shr_u
- (get_local $$q_sroa_0_1199)
- (i32.const 31)
- )
- (i32.shl
- (get_local $$q_sroa_1_1198)
- (i32.const 1)
- )
- )
- )
- (set_local $$149
- (i32.or
- (get_local $$carry_0203)
- (i32.shl
- (get_local $$q_sroa_0_1199)
- (i32.const 1)
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $$147
+ (i32.or
+ (i32.shr_u
+ (get_local $$q_sroa_0_1199)
+ (i32.const 31)
+ )
+ (i32.shl
+ (get_local $$q_sroa_1_1198)
+ (i32.const 1)
+ )
)
)
- )
- (set_local $$r_sroa_0_0_insert_insert42$0
- (i32.or
- (i32.const 0)
+ (set_local $$149
(i32.or
+ (get_local $$carry_0203)
(i32.shl
- (get_local $$r_sroa_0_1201)
+ (get_local $$q_sroa_0_1199)
(i32.const 1)
)
+ )
+ )
+ (set_local $$r_sroa_0_0_insert_insert42$0
+ (i32.or
+ (i32.const 0)
+ (i32.or
+ (i32.shl
+ (get_local $$r_sroa_0_1201)
+ (i32.const 1)
+ )
+ (i32.shr_u
+ (get_local $$q_sroa_1_1198)
+ (i32.const 31)
+ )
+ )
+ )
+ )
+ (set_local $$r_sroa_0_0_insert_insert42$1
+ (i32.or
(i32.shr_u
- (get_local $$q_sroa_1_1198)
+ (get_local $$r_sroa_0_1201)
(i32.const 31)
)
+ (i32.shl
+ (get_local $$r_sroa_1_1200)
+ (i32.const 1)
+ )
)
)
- )
- (set_local $$r_sroa_0_0_insert_insert42$1
- (i32.or
- (i32.shr_u
- (get_local $$r_sroa_0_1201)
- (i32.const 31)
- )
- (i32.shl
- (get_local $$r_sroa_1_1200)
- (i32.const 1)
+ (drop
+ (call $_i64Subtract
+ (get_local $$137$0)
+ (get_local $$137$1)
+ (get_local $$r_sroa_0_0_insert_insert42$0)
+ (get_local $$r_sroa_0_0_insert_insert42$1)
)
)
- )
- (call $_i64Subtract
- (get_local $$137$0)
- (get_local $$137$1)
- (get_local $$r_sroa_0_0_insert_insert42$0)
- (get_local $$r_sroa_0_0_insert_insert42$1)
- )
- (set_local $$150$1
- (i32.load
- (i32.const 168)
+ (set_local $$150$1
+ (get_global $tempRet0)
)
- )
- (set_local $$151$0
- (i32.or
- (i32.shr_s
- (get_local $$150$1)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$150$1)
+ (set_local $$151$0
+ (i32.or
+ (i32.shr_s
+ (get_local $$150$1)
+ (i32.const 31)
+ )
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$150$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $$152
- (i32.and
- (get_local $$151$0)
- (i32.const 1)
- )
- )
- (set_local $$154$0
- (call $_i64Subtract
- (get_local $$r_sroa_0_0_insert_insert42$0)
- (get_local $$r_sroa_0_0_insert_insert42$1)
+ (set_local $$152
(i32.and
(get_local $$151$0)
- (get_local $$d_sroa_0_0_insert_insert99$0)
+ (i32.const 1)
)
- (i32.and
- (i32.or
- (i32.shr_s
- (if
- (i32.lt_s
- (get_local $$150$1)
+ )
+ (set_local $$154$0
+ (call $_i64Subtract
+ (get_local $$r_sroa_0_0_insert_insert42$0)
+ (get_local $$r_sroa_0_0_insert_insert42$1)
+ (i32.and
+ (get_local $$151$0)
+ (get_local $$d_sroa_0_0_insert_insert99$0)
+ )
+ (i32.and
+ (i32.or
+ (i32.shr_s
+ (if
+ (i32.lt_s
+ (get_local $$150$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$150$1)
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$150$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
+ (get_local $$d_sroa_0_0_insert_insert99$1)
)
- (get_local $$d_sroa_0_0_insert_insert99$1)
)
)
- )
- (set_local $$r_sroa_0_0_extract_trunc
- (get_local $$154$0)
- )
- (set_local $$r_sroa_1_4_extract_trunc
- (i32.load
- (i32.const 168)
+ (set_local $$r_sroa_0_0_extract_trunc
+ (get_local $$154$0)
)
- )
- (set_local $$155
- (i32.sub
- (get_local $$sr_1202)
- (i32.const 1)
+ (set_local $$r_sroa_1_4_extract_trunc
+ (get_global $tempRet0)
)
- )
- (if
- (i32.eq
- (get_local $$155)
- (i32.const 0)
- )
- (br $while-out$2)
- (block
- (set_local $$q_sroa_1_1198
- (get_local $$147)
- )
- (set_local $$q_sroa_0_1199
- (get_local $$149)
- )
- (set_local $$r_sroa_1_1200
- (get_local $$r_sroa_1_4_extract_trunc)
- )
- (set_local $$r_sroa_0_1201
- (get_local $$r_sroa_0_0_extract_trunc)
+ (set_local $$155
+ (i32.sub
+ (get_local $$sr_1202)
+ (i32.const 1)
)
- (set_local $$sr_1202
+ )
+ (if
+ (i32.eq
(get_local $$155)
+ (i32.const 0)
)
- (set_local $$carry_0203
- (get_local $$152)
+ (br $while-out$2)
+ (block
+ (set_local $$q_sroa_1_1198
+ (get_local $$147)
+ )
+ (set_local $$q_sroa_0_1199
+ (get_local $$149)
+ )
+ (set_local $$r_sroa_1_1200
+ (get_local $$r_sroa_1_4_extract_trunc)
+ )
+ (set_local $$r_sroa_0_1201
+ (get_local $$r_sroa_0_0_extract_trunc)
+ )
+ (set_local $$sr_1202
+ (get_local $$155)
+ )
+ (set_local $$carry_0203
+ (get_local $$152)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(set_local $$q_sroa_1_1_lcssa
(get_local $$147)
@@ -32689,9 +32721,13 @@
)
(return
(block
- (i32.store
- (i32.const 168)
- (get_local $$_0$1)
+ (block
+ (set_global $tempRet0
+ (get_local $$_0$1)
+ )
+ (drop
+ (get_global $tempRet0)
+ )
)
(get_local $$_0$0)
)
@@ -32700,6 +32736,7 @@
(func $dynCall_ii (param $index i32) (param $a1 i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $a1)
(i32.add
(i32.and
(get_local $index)
@@ -32707,13 +32744,15 @@
)
(i32.const 0)
)
- (get_local $a1)
)
)
)
(func $dynCall_iiii (param $index i32) (param $a1 i32) (param $a2 i32) (param $a3 i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $a1)
+ (get_local $a2)
+ (get_local $a3)
(i32.add
(i32.and
(get_local $index)
@@ -32721,14 +32760,12 @@
)
(i32.const 2)
)
- (get_local $a1)
- (get_local $a2)
- (get_local $a3)
)
)
)
(func $dynCall_vi (param $index i32) (param $a1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $a1)
(i32.add
(i32.and
(get_local $index)
@@ -32736,7 +32773,6 @@
)
(i32.const 10)
)
- (get_local $a1)
)
)
(func $b0 (param $p0 i32) (result i32)
diff --git a/test/empty.fromasm b/test/empty.fromasm
index 939cbb87c..67c1135d4 100644
--- a/test/empty.fromasm
+++ b/test/empty.fromasm
@@ -1,4 +1,8 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (data (get_global $memoryBase) "empty.asm.js")
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
)
diff --git a/test/empty.fromasm.imprecise b/test/empty.fromasm.imprecise
index 939cbb87c..5fbd4b5f8 100644
--- a/test/empty.fromasm.imprecise
+++ b/test/empty.fromasm.imprecise
@@ -1,4 +1,7 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
)
diff --git a/test/empty.fromasm.imprecise.no-opts b/test/empty.fromasm.imprecise.no-opts
index 939cbb87c..5fbd4b5f8 100644
--- a/test/empty.fromasm.imprecise.no-opts
+++ b/test/empty.fromasm.imprecise.no-opts
@@ -1,4 +1,7 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
)
diff --git a/test/empty.fromasm.no-opts b/test/empty.fromasm.no-opts
index 939cbb87c..5fbd4b5f8 100644
--- a/test/empty.fromasm.no-opts
+++ b/test/empty.fromasm.no-opts
@@ -1,4 +1,7 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
)
diff --git a/test/example/c-api-kitchen-sink.c b/test/example/c-api-kitchen-sink.c
index 0aaf5ab95..77e7f0b05 100644
--- a/test/example/c-api-kitchen-sink.c
+++ b/test/example/c-api-kitchen-sink.c
@@ -64,6 +64,10 @@ BinaryenExpressionRef makeSomething(BinaryenModuleRef module) {
return makeInt32(module, 1337);
}
+BinaryenExpressionRef makeDroppedInt32(BinaryenModuleRef module, int x) {
+ return BinaryenDrop(module, BinaryenConst(module, BinaryenLiteralInt32(x)));
+}
+
// tests
void test_types() {
@@ -181,9 +185,8 @@ void test_core() {
BinaryenBlock(module, NULL, NULL, 0), // block with no name
BinaryenIf(module, temp1, temp2, temp3),
BinaryenIf(module, temp4, temp5, NULL),
- BinaryenLoop(module, "out", "in", makeInt32(module, 0)),
- BinaryenLoop(module, NULL, "in2", makeInt32(module, 0)),
- BinaryenLoop(module, NULL, NULL, makeInt32(module, 0)),
+ BinaryenLoop(module, "in", makeInt32(module, 0)),
+ BinaryenLoop(module, NULL, makeInt32(module, 0)),
BinaryenBreak(module, "the-value", temp6, temp7),
BinaryenBreak(module, "the-nothing", makeInt32(module, 2), NULL),
BinaryenBreak(module, "the-value", NULL, makeInt32(module, 3)),
@@ -202,14 +205,15 @@ void test_core() {
BinaryenUnary(module, BinaryenEqZInt32(), // check the output type of the call node
BinaryenCallIndirect(module, makeInt32(module, 2449), callOperands4, 4, "iiIfF")
),
- BinaryenGetLocal(module, 0, BinaryenInt32()),
+ BinaryenDrop(module, BinaryenGetLocal(module, 0, BinaryenInt32())),
BinaryenSetLocal(module, 0, makeInt32(module, 101)),
+ BinaryenDrop(module, BinaryenTeeLocal(module, 0, makeInt32(module, 102))),
BinaryenLoad(module, 4, 0, 0, 0, BinaryenInt32(), makeInt32(module, 1)),
- BinaryenLoad(module, 1, 1, 2, 4, BinaryenInt64(), makeInt32(module, 8)),
+ BinaryenLoad(module, 2, 1, 2, 1, BinaryenInt64(), makeInt32(module, 8)),
BinaryenLoad(module, 4, 0, 0, 0, BinaryenFloat32(), makeInt32(module, 2)),
BinaryenLoad(module, 8, 0, 2, 8, BinaryenFloat64(), makeInt32(module, 9)),
- BinaryenStore(module, 4, 0, 0, temp13, temp14),
- BinaryenStore(module, 8, 2, 4, temp15, temp16),
+ BinaryenStore(module, 4, 0, 0, temp13, temp14, BinaryenInt32()),
+ BinaryenStore(module, 8, 2, 4, temp15, temp16, BinaryenInt64()),
BinaryenSelect(module, temp10, temp11, temp12),
BinaryenReturn(module, makeInt32(module, 1337)),
// TODO: Host
@@ -221,7 +225,8 @@ void test_core() {
// Make the main body of the function. and one block with a return value, one without
BinaryenExpressionRef value = BinaryenBlock(module, "the-value", valueList, sizeof(valueList) / sizeof(BinaryenExpressionRef));
- BinaryenExpressionRef nothing = BinaryenBlock(module, "the-nothing", &value, 1);
+ BinaryenExpressionRef droppedValue = BinaryenDrop(module, value);
+ BinaryenExpressionRef nothing = BinaryenBlock(module, "the-nothing", &droppedValue, 1);
BinaryenExpressionRef bodyList[] = { nothing, makeInt32(module, 42) };
BinaryenExpressionRef body = BinaryenBlock(module, "the-body", bodyList, 2);
@@ -260,6 +265,9 @@ void test_core() {
BinaryenFunctionTypeRef noname = BinaryenAddFunctionType(module, NULL, BinaryenNone(), NULL, 0);
+ // A bunch of our code needs drop(), auto-add it
+ BinaryenModuleAutoDrop(module);
+
// Verify it validates
assert(BinaryenModuleValidate(module));
@@ -304,7 +312,7 @@ void test_relooper() {
RelooperRef relooper = RelooperCreate();
RelooperBlockRef block0 = RelooperAddBlock(relooper, makeCallCheck(module, 0));
RelooperBlockRef block1 = RelooperAddBlock(relooper, makeCallCheck(module, 1));
- RelooperAddBranch(block0, block1, NULL, makeInt32(module, 77)); // code on branch
+ RelooperAddBranch(block0, block1, NULL, makeDroppedInt32(module, 77)); // code on branch
BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block0, 0, module);
BinaryenFunctionRef sinker = BinaryenAddFunction(module, "two-blocks-plus-code", v, localTypes, 1, body);
}
@@ -321,8 +329,8 @@ void test_relooper() {
RelooperRef relooper = RelooperCreate();
RelooperBlockRef block0 = RelooperAddBlock(relooper, makeCallCheck(module, 0));
RelooperBlockRef block1 = RelooperAddBlock(relooper, makeCallCheck(module, 1));
- RelooperAddBranch(block0, block1, NULL, makeInt32(module, 33));
- RelooperAddBranch(block1, block0, NULL, makeInt32(module, -66));
+ RelooperAddBranch(block0, block1, NULL, makeDroppedInt32(module, 33));
+ RelooperAddBranch(block1, block0, NULL, makeDroppedInt32(module, -66));
BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block0, 0, module);
BinaryenFunctionRef sinker = BinaryenAddFunction(module, "loop-plus-code", v, localTypes, 1, body);
}
@@ -341,9 +349,9 @@ void test_relooper() {
RelooperBlockRef block0 = RelooperAddBlock(relooper, makeCallCheck(module, 0));
RelooperBlockRef block1 = RelooperAddBlock(relooper, makeCallCheck(module, 1));
RelooperBlockRef block2 = RelooperAddBlock(relooper, makeCallCheck(module, 2));
- BinaryenExpressionRef temp = makeInt32(module, 10);
+ BinaryenExpressionRef temp = makeDroppedInt32(module, 10);
RelooperAddBranch(block0, block1, makeInt32(module, 55), temp);
- RelooperAddBranch(block0, block2, NULL, makeInt32(module, 20));
+ RelooperAddBranch(block0, block2, NULL, makeDroppedInt32(module, 20));
BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block0, 0, module);
BinaryenFunctionRef sinker = BinaryenAddFunction(module, "split-plus-code", v, localTypes, 1, body);
}
@@ -363,10 +371,10 @@ void test_relooper() {
RelooperBlockRef block0 = RelooperAddBlock(relooper, makeCallCheck(module, 0));
RelooperBlockRef block1 = RelooperAddBlock(relooper, makeCallCheck(module, 1));
RelooperBlockRef block2 = RelooperAddBlock(relooper, makeCallCheck(module, 2));
- BinaryenExpressionRef temp = makeInt32(module, -1);
+ BinaryenExpressionRef temp = makeDroppedInt32(module, -1);
RelooperAddBranch(block0, block1, makeInt32(module, 55), temp);
- RelooperAddBranch(block0, block2, NULL, makeInt32(module, -2));
- RelooperAddBranch(block1, block2, NULL, makeInt32(module, -3));
+ RelooperAddBranch(block0, block2, NULL, makeDroppedInt32(module, -2));
+ RelooperAddBranch(block1, block2, NULL, makeDroppedInt32(module, -3));
BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block0, 0, module);
BinaryenFunctionRef sinker = BinaryenAddFunction(module, "if-plus-code", v, localTypes, 1, body);
}
@@ -403,15 +411,15 @@ void test_relooper() {
RelooperBlockRef block4 = RelooperAddBlock(relooper, makeCallCheck(module, 4));
RelooperBlockRef block5 = RelooperAddBlock(relooper, makeCallCheck(module, 5));
RelooperBlockRef block6 = RelooperAddBlock(relooper, makeCallCheck(module, 6));
- RelooperAddBranch(block0, block1, NULL, makeInt32(module, 10));
+ RelooperAddBranch(block0, block1, NULL, makeDroppedInt32(module, 10));
RelooperAddBranch(block1, block2, makeInt32(module, -2), NULL);
- RelooperAddBranch(block1, block6, NULL, makeInt32(module, 20));
+ RelooperAddBranch(block1, block6, NULL, makeDroppedInt32(module, 20));
RelooperAddBranch(block2, block3, makeInt32(module, -6), NULL);
- RelooperAddBranch(block2, block1, NULL, makeInt32(module, 30));
+ RelooperAddBranch(block2, block1, NULL, makeDroppedInt32(module, 30));
RelooperAddBranch(block3, block4, makeInt32(module, -10), NULL);
RelooperAddBranch(block3, block5, NULL, NULL);
RelooperAddBranch(block4, block5, NULL, NULL);
- RelooperAddBranch(block5, block6, NULL, makeInt32(module, 40));
+ RelooperAddBranch(block5, block6, NULL, makeDroppedInt32(module, 40));
BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block0, 0, module);
BinaryenFunctionRef sinker = BinaryenAddFunction(module, "nontrivial-loop-plus-phi-to-head", v, localTypes, 1, body);
}
@@ -425,7 +433,7 @@ void test_relooper() {
BinaryenIndex to_block1[] = { 2, 5 };
RelooperAddBranchForSwitch(block0, block1, to_block1, 2, NULL);
BinaryenIndex to_block2[] = { 4 };
- RelooperAddBranchForSwitch(block0, block2, to_block2, 1, makeInt32(module, 55));
+ RelooperAddBranchForSwitch(block0, block2, to_block2, 1, makeDroppedInt32(module, 55));
RelooperAddBranchForSwitch(block0, block3, NULL, 0, NULL);
BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block0, 0, module);
BinaryenFunctionRef sinker = BinaryenAddFunction(module, "switch", v, localTypes, 1, body);
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt
index 42a5bfee1..6544f9f33 100644
--- a/test/example/c-api-kitchen-sink.txt
+++ b/test/example/c-api-kitchen-sink.txt
@@ -9,354 +9,518 @@ BinaryenFloat64: 4
(module
(memory 1 256)
(data (i32.const 10) "hello, world")
- (export "mem" memory)
(start $starter)
(type $iiIfF (func (param i32 i64 f32 f64) (result i32)))
(type $fiF (func (param i32 f64) (result f32)))
(type $v (func))
(type $3 (func))
- (import $an-imported "module" "base" (param i32 f64) (result f32))
- (export "kitchen_sinker" "$kitchen()sinker")
+ (import "module" "base" (func $an-imported (param i32 f64) (result f32)))
+ (export "kitchen_sinker" (func "$kitchen()sinker"))
+ (export "mem" (memory $0))
(table 1 1 anyfunc)
(elem (i32.const 0) "$kitchen()sinker")
(func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
(local $4 i32)
(block $the-body
(block $the-nothing
- (block $the-value
- (i32.clz
- (i32.const -10)
- )
- (i64.ctz
- (i64.const -22)
- )
- (i32.popcnt
- (i32.const -10)
- )
- (f32.neg
- (f32.const -33.61199951171875)
- )
- (f64.abs
- (f64.const -9005.841)
- )
- (f32.ceil
- (f32.const -33.61199951171875)
- )
- (f64.floor
- (f64.const -9005.841)
- )
- (f32.trunc
- (f32.const -33.61199951171875)
- )
- (f32.nearest
- (f32.const -33.61199951171875)
- )
- (f64.sqrt
- (f64.const -9005.841)
- )
- (i32.eqz
- (i32.const -10)
- )
- (i64.extend_s/i32
- (i32.const -10)
- )
- (i64.extend_u/i32
- (i32.const -10)
- )
- (i32.wrap/i64
- (i64.const -22)
- )
- (i32.trunc_s/f32
- (f32.const -33.61199951171875)
- )
- (i64.trunc_s/f32
- (f32.const -33.61199951171875)
- )
- (i32.trunc_u/f32
- (f32.const -33.61199951171875)
- )
- (i64.trunc_u/f32
- (f32.const -33.61199951171875)
- )
- (i32.trunc_s/f64
- (f64.const -9005.841)
- )
- (i64.trunc_s/f64
- (f64.const -9005.841)
- )
- (i32.trunc_u/f64
- (f64.const -9005.841)
- )
- (i64.trunc_u/f64
- (f64.const -9005.841)
- )
- (i32.reinterpret/f32
- (f32.const -33.61199951171875)
- )
- (i64.reinterpret/f64
- (f64.const -9005.841)
- )
- (f32.convert_s/i32
- (i32.const -10)
- )
- (f64.convert_s/i32
- (i32.const -10)
- )
- (f32.convert_u/i32
- (i32.const -10)
- )
- (f64.convert_u/i32
- (i32.const -10)
- )
- (f32.convert_s/i64
- (i64.const -22)
- )
- (f64.convert_s/i64
- (i64.const -22)
- )
- (f32.convert_u/i64
- (i64.const -22)
- )
- (f64.convert_u/i64
- (i64.const -22)
- )
- (f64.promote/f32
- (f32.const -33.61199951171875)
- )
- (f32.demote/f64
- (f64.const -9005.841)
- )
- (f32.reinterpret/i32
- (i32.const -10)
- )
- (f64.reinterpret/i64
- (i64.const -22)
- )
- (i32.add
- (i32.const -10)
- (i32.const -11)
- )
- (f64.sub
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (i32.div_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.div_u
- (i64.const -22)
- (i64.const -23)
- )
- (i64.rem_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.rem_u
- (i32.const -10)
- (i32.const -11)
- )
- (i32.and
- (i32.const -10)
- (i32.const -11)
- )
- (i64.or
- (i64.const -22)
- (i64.const -23)
- )
- (i32.xor
- (i32.const -10)
- (i32.const -11)
- )
- (i64.shl
- (i64.const -22)
- (i64.const -23)
- )
- (i64.shr_u
- (i64.const -22)
- (i64.const -23)
- )
- (i32.shr_s
- (i32.const -10)
- (i32.const -11)
- )
- (i32.rotl
- (i32.const -10)
- (i32.const -11)
- )
- (i64.rotr
- (i64.const -22)
- (i64.const -23)
- )
- (f32.div
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.copysign
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (f32.min
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.max
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (i32.eq
- (i32.const -10)
- (i32.const -11)
- )
- (f32.ne
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (i32.lt_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.lt_u
- (i64.const -22)
- (i64.const -23)
- )
- (i64.le_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.le_u
- (i32.const -10)
- (i32.const -11)
- )
- (i64.gt_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.gt_u
- (i32.const -10)
- (i32.const -11)
- )
- (i32.ge_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.ge_u
- (i64.const -22)
- (i64.const -23)
- )
- (f32.lt
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.le
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (f64.gt
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (f32.ge
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (block
- )
- (if
- (i32.const 1)
- (i32.const 2)
- (i32.const 3)
- )
- (if
- (i32.const 4)
- (i32.const 5)
- )
- (loop $out $in
- (i32.const 0)
- )
- (loop $in2
- (i32.const 0)
- )
- (loop
- (i32.const 0)
- )
- (br_if $the-value
- (i32.const 1)
- (i32.const 0)
- )
- (br_if $the-nothing
- (i32.const 2)
- )
- (br $the-value
- (i32.const 3)
- )
- (br $the-nothing)
- (br_table $the-value $the-value
- (i32.const 1)
- (i32.const 0)
- )
- (br_table $the-nothing $the-nothing
- (i32.const 2)
- )
- (i32.eqz
- (call "$kitchen()sinker"
- (i32.const 13)
- (i64.const 37)
- (f32.const 1.2999999523162842)
- (f64.const 3.7)
+ (drop
+ (block $the-value
+ (drop
+ (i32.clz
+ (i32.const -10)
+ )
)
- )
- (i32.eqz
- (i32.trunc_s/f32
- (call_import $an-imported
- (i32.const 13)
- (f64.const 3.7)
+ (drop
+ (i64.ctz
+ (i64.const -22)
)
)
- )
- (i32.eqz
- (call_indirect $iiIfF
- (i32.const 2449)
- (i32.const 13)
- (i64.const 37)
- (f32.const 1.2999999523162842)
- (f64.const 3.7)
+ (drop
+ (i32.popcnt
+ (i32.const -10)
+ )
)
+ (drop
+ (f32.neg
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.abs
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.ceil
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.floor
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.trunc
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f32.nearest
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.sqrt
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i64.extend_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i64.extend_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i32.wrap/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (i32.trunc_s/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.trunc_s/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i32.trunc_u/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.trunc_u/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i32.trunc_s/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i64.trunc_s/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i32.trunc_u/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i64.trunc_u/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.reinterpret/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.convert_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.convert_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f32.convert_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.convert_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f32.convert_s/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.convert_s/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f32.convert_u/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.convert_u/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.promote/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f32.demote/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.reinterpret/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.reinterpret/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (i32.add
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (f64.sub
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (i32.div_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.div_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.rem_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.rem_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.and
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.or
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.xor
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.shl
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.shr_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.shr_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.rotl
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.rotr
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (f32.div
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.copysign
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (f32.min
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.max
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (i32.eq
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (f32.ne
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (i32.lt_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.lt_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.le_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.le_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.gt_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.gt_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.ge_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.ge_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (f32.lt
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.le
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (f64.gt
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (f32.ge
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (block
+ )
+ (drop
+ (if
+ (i32.const 1)
+ (i32.const 2)
+ (i32.const 3)
+ )
+ )
+ (if
+ (i32.const 4)
+ (i32.const 5)
+ )
+ (drop
+ (loop $in
+ (i32.const 0)
+ )
+ )
+ (drop
+ (loop
+ (i32.const 0)
+ )
+ )
+ (br_if $the-value
+ (i32.const 1)
+ (i32.const 0)
+ )
+ (br_if $the-nothing
+ (i32.const 2)
+ )
+ (br $the-value
+ (i32.const 3)
+ )
+ (br $the-nothing)
+ (br_table $the-value $the-value
+ (i32.const 1)
+ (i32.const 0)
+ )
+ (br_table $the-nothing $the-nothing
+ (i32.const 2)
+ )
+ (drop
+ (i32.eqz
+ (call "$kitchen()sinker"
+ (i32.const 13)
+ (i64.const 37)
+ (f32.const 1.2999999523162842)
+ (f64.const 3.7)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.trunc_s/f32
+ (call_import $an-imported
+ (i32.const 13)
+ (f64.const 3.7)
+ )
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (call_indirect $iiIfF
+ (i32.const 13)
+ (i64.const 37)
+ (f32.const 1.2999999523162842)
+ (f64.const 3.7)
+ (i32.const 2449)
+ )
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (set_local $0
+ (i32.const 101)
+ )
+ (drop
+ (tee_local $0
+ (i32.const 102)
+ )
+ )
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (i64.load16_s offset=2 align=1
+ (i32.const 8)
+ )
+ )
+ (drop
+ (f32.load
+ (i32.const 2)
+ )
+ )
+ (drop
+ (f64.load offset=2
+ (i32.const 9)
+ )
+ )
+ (i32.store
+ (i32.const 10)
+ (i32.const 11)
+ )
+ (i64.store offset=2 align=4
+ (i32.const 110)
+ (i64.const 111)
+ )
+ (drop
+ (select
+ (i32.const 3)
+ (i32.const 5)
+ (i32.const 1)
+ )
+ )
+ (return
+ (i32.const 1337)
+ )
+ (nop)
+ (unreachable)
)
- (get_local $0)
- (set_local $0
- (i32.const 101)
- )
- (i32.load
- (i32.const 1)
- )
- (i64.load8_s offset=2 align=4
- (i32.const 8)
- )
- (f32.load
- (i32.const 2)
- )
- (f64.load offset=2
- (i32.const 9)
- )
- (i32.store
- (i32.const 10)
- (i32.const 11)
- )
- (i64.store offset=2 align=4
- (i32.const 110)
- (i64.const 111)
- )
- (select
- (i32.const 3)
- (i32.const 5)
- (i32.const 1)
- )
- (return
- (i32.const 1337)
- )
- (nop)
- (unreachable)
)
)
(i32.const 42)
@@ -372,7 +536,7 @@ raw:
(type $v (func))
(type $vi (func (param i32)))
(type $i (func (result i32)))
- (import $check "module" "check" (param i32))
+ (import "module" "check" (func $check (param i32)))
(func $just-one-block (type $v)
(local $0 i32)
(call_import $check
@@ -402,7 +566,9 @@ raw:
(i32.const 0)
)
(block
- (i32.const 77)
+ (drop
+ (i32.const 77)
+ )
(br $block$2$break)
)
)
@@ -441,7 +607,9 @@ raw:
(i32.const 0)
)
(block
- (i32.const 33)
+ (drop
+ (i32.const 33)
+ )
(br $block$2$break)
)
)
@@ -450,7 +618,9 @@ raw:
(i32.const 1)
)
(block
- (i32.const -66)
+ (drop
+ (i32.const -66)
+ )
(br $shape$0$continue)
)
)
@@ -483,7 +653,9 @@ raw:
(if
(i32.const 55)
(block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(block
(call_import $check
(i32.const 1)
@@ -491,7 +663,9 @@ raw:
)
)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(block
(call_import $check
(i32.const 2)
@@ -534,19 +708,25 @@ raw:
(if
(i32.const 55)
(block
- (i32.const -1)
+ (drop
+ (i32.const -1)
+ )
(block
(call_import $check
(i32.const 1)
)
(block
- (i32.const -3)
+ (drop
+ (i32.const -3)
+ )
(br $block$3$break)
)
)
)
(block
- (i32.const -2)
+ (drop
+ (i32.const -2)
+ )
(br $block$3$break)
)
)
@@ -626,7 +806,9 @@ raw:
(i32.const 0)
)
(block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $block$2$break)
)
)
@@ -642,7 +824,9 @@ raw:
(i32.const -2)
(br $block$3$break)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(br $block$7$break)
)
)
@@ -655,7 +839,9 @@ raw:
(i32.const -6)
(br $block$4$break)
(block
- (i32.const 30)
+ (drop
+ (i32.const 30)
+ )
(br $shape$1$continue)
)
)
@@ -685,7 +871,9 @@ raw:
(i32.const 5)
)
(block
- (i32.const 40)
+ (drop
+ (i32.const 40)
+ )
(br $block$7$break)
)
)
@@ -721,7 +909,9 @@ raw:
(br $switch$1$leave)
)
(block
- (i32.const 55)
+ (drop
+ (i32.const 55)
+ )
(block
(call_import $check
(i32.const 2)
@@ -833,7 +1023,7 @@ optimized:
(type $v (func))
(type $vi (func (param i32)))
(type $i (func (result i32)))
- (import $check "module" "check" (param i32))
+ (import "module" "check" (func $check (param i32)))
(func $just-one-block (type $v)
(call_import $check
(i32.const 1337)
@@ -904,17 +1094,19 @@ optimized:
)
)
(func $loop-tail (type $v)
- (loop $block$3$break $shape$0$continue
- (call_import $check
- (i32.const 0)
- )
- (call_import $check
- (i32.const 1)
- )
- (if
- (i32.const 10)
- (br $shape$0$continue)
- (br $block$3$break)
+ (block $block$3$break
+ (loop $shape$0$continue
+ (call_import $check
+ (i32.const 0)
+ )
+ (call_import $check
+ (i32.const 1)
+ )
+ (if
+ (i32.const 10)
+ (br $shape$0$continue)
+ (br $block$3$break)
+ )
)
)
(call_import $check
@@ -926,20 +1118,22 @@ optimized:
(i32.const 0)
)
(block $block$7$break
- (loop $block$4$break $shape$1$continue
- (call_import $check
- (i32.const 1)
- )
- (br_if $block$7$break
- (i32.const 0)
- )
- (call_import $check
- (i32.const 2)
- )
- (if
- (i32.const -6)
- (br $block$4$break)
- (br $shape$1$continue)
+ (block $block$4$break
+ (loop $shape$1$continue
+ (call_import $check
+ (i32.const 1)
+ )
+ (br_if $block$7$break
+ (i32.const 0)
+ )
+ (call_import $check
+ (i32.const 2)
+ )
+ (if
+ (i32.const -6)
+ (br $block$4$break)
+ (br $shape$1$continue)
+ )
)
)
(call_import $check
@@ -1050,7 +1244,7 @@ module loaded from binary form:
(start $starter)
(type $vi (func (param i32)))
(type $v (func))
- (import $print-i32 "spectest" "print" (param i32))
+ (import "spectest" "print" (func $print-i32 (param i32)))
(func $starter (type $v)
(call_import $print-i32
(i32.const 1234)
@@ -1289,81 +1483,84 @@ int main() {
expressions[198] = BinaryenIf(the_module, expressions[13], expressions[14], expressions[15]);
expressions[199] = BinaryenIf(the_module, expressions[16], expressions[17], expressions[0]);
expressions[200] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
- expressions[201] = BinaryenLoop(the_module, "out", "in", expressions[200]);
+ expressions[201] = BinaryenLoop(the_module, "in", expressions[200]);
expressions[202] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
- expressions[203] = BinaryenLoop(the_module, NULL, "in2", expressions[202]);
- expressions[204] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
- expressions[205] = BinaryenLoop(the_module, NULL, NULL, expressions[204]);
- expressions[206] = BinaryenBreak(the_module, "the-value", expressions[18], expressions[19]);
- expressions[207] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
- expressions[208] = BinaryenBreak(the_module, "the-nothing", expressions[207], expressions[0]);
- expressions[209] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
- expressions[210] = BinaryenBreak(the_module, "the-value", expressions[0], expressions[209]);
- expressions[211] = BinaryenBreak(the_module, "the-nothing", expressions[0], expressions[0]);
+ expressions[203] = BinaryenLoop(the_module, NULL, expressions[202]);
+ expressions[204] = BinaryenBreak(the_module, "the-value", expressions[18], expressions[19]);
+ expressions[205] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ expressions[206] = BinaryenBreak(the_module, "the-nothing", expressions[205], expressions[0]);
+ expressions[207] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
+ expressions[208] = BinaryenBreak(the_module, "the-value", expressions[0], expressions[207]);
+ expressions[209] = BinaryenBreak(the_module, "the-nothing", expressions[0], expressions[0]);
{
const char* names[] = { "the-value" };
- expressions[212] = BinaryenSwitch(the_module, names, 1, "the-value", expressions[20], expressions[21]);
+ expressions[210] = BinaryenSwitch(the_module, names, 1, "the-value", expressions[20], expressions[21]);
}
- expressions[213] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ expressions[211] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
const char* names[] = { "the-nothing" };
- expressions[214] = BinaryenSwitch(the_module, names, 1, "the-nothing", expressions[213], expressions[0]);
+ expressions[212] = BinaryenSwitch(the_module, names, 1, "the-nothing", expressions[211], expressions[0]);
}
{
BinaryenExpressionRef operands[] = { expressions[9], expressions[10], expressions[11], expressions[12] };
- expressions[215] = BinaryenCall(the_module, "kitchen()sinker", operands, 4, 1);
+ expressions[213] = BinaryenCall(the_module, "kitchen()sinker", operands, 4, 1);
}
- expressions[216] = BinaryenUnary(the_module, 20, expressions[215]);
+ expressions[214] = BinaryenUnary(the_module, 20, expressions[213]);
{
BinaryenExpressionRef operands[] = { expressions[7], expressions[8] };
- expressions[217] = BinaryenCallImport(the_module, "an-imported", operands, 2, 3);
+ expressions[215] = BinaryenCallImport(the_module, "an-imported", operands, 2, 3);
}
- expressions[218] = BinaryenUnary(the_module, 25, expressions[217]);
- expressions[219] = BinaryenUnary(the_module, 20, expressions[218]);
- expressions[220] = BinaryenConst(the_module, BinaryenLiteralInt32(2449));
+ expressions[216] = BinaryenUnary(the_module, 25, expressions[215]);
+ expressions[217] = BinaryenUnary(the_module, 20, expressions[216]);
+ expressions[218] = BinaryenConst(the_module, BinaryenLiteralInt32(2449));
{
BinaryenExpressionRef operands[] = { expressions[9], expressions[10], expressions[11], expressions[12] };
- expressions[221] = BinaryenCallIndirect(the_module, expressions[220], operands, 4, "iiIfF");
- }
- expressions[222] = BinaryenUnary(the_module, 20, expressions[221]);
- expressions[223] = BinaryenGetLocal(the_module, 0, 1);
- expressions[224] = BinaryenConst(the_module, BinaryenLiteralInt32(101));
- expressions[225] = BinaryenSetLocal(the_module, 0, expressions[224]);
- expressions[226] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
- expressions[227] = BinaryenLoad(the_module, 4, 0, 0, 0, 1, expressions[226]);
- expressions[228] = BinaryenConst(the_module, BinaryenLiteralInt32(8));
- expressions[229] = BinaryenLoad(the_module, 1, 1, 2, 4, 2, expressions[228]);
- expressions[230] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
- expressions[231] = BinaryenLoad(the_module, 4, 0, 0, 0, 3, expressions[230]);
- expressions[232] = BinaryenConst(the_module, BinaryenLiteralInt32(9));
- expressions[233] = BinaryenLoad(the_module, 8, 0, 2, 8, 4, expressions[232]);
- expressions[234] = BinaryenStore(the_module, 4, 0, 0, expressions[25], expressions[26]);
- expressions[235] = BinaryenStore(the_module, 8, 2, 4, expressions[27], expressions[28]);
- expressions[236] = BinaryenSelect(the_module, expressions[22], expressions[23], expressions[24]);
- expressions[237] = BinaryenConst(the_module, BinaryenLiteralInt32(1337));
- expressions[238] = BinaryenReturn(the_module, expressions[237]);
- expressions[239] = BinaryenNop(the_module);
- expressions[240] = BinaryenUnreachable(the_module);
+ expressions[219] = BinaryenCallIndirect(the_module, expressions[218], operands, 4, "iiIfF");
+ }
+ expressions[220] = BinaryenUnary(the_module, 20, expressions[219]);
+ expressions[221] = BinaryenGetLocal(the_module, 0, 1);
+ expressions[222] = BinaryenDrop(the_module, expressions[221]);
+ expressions[223] = BinaryenConst(the_module, BinaryenLiteralInt32(101));
+ expressions[224] = BinaryenSetLocal(the_module, 0, expressions[223]);
+ expressions[225] = BinaryenConst(the_module, BinaryenLiteralInt32(102));
+ expressions[226] = BinaryenTeeLocal(the_module, 0, expressions[225]);
+ expressions[227] = BinaryenDrop(the_module, expressions[226]);
+ expressions[228] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ expressions[229] = BinaryenLoad(the_module, 4, 0, 0, 0, 1, expressions[228]);
+ expressions[230] = BinaryenConst(the_module, BinaryenLiteralInt32(8));
+ expressions[231] = BinaryenLoad(the_module, 2, 1, 2, 1, 2, expressions[230]);
+ expressions[232] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ expressions[233] = BinaryenLoad(the_module, 4, 0, 0, 0, 3, expressions[232]);
+ expressions[234] = BinaryenConst(the_module, BinaryenLiteralInt32(9));
+ expressions[235] = BinaryenLoad(the_module, 8, 0, 2, 8, 4, expressions[234]);
+ expressions[236] = BinaryenStore(the_module, 4, 0, 0, expressions[25], expressions[26], 1);
+ expressions[237] = BinaryenStore(the_module, 8, 2, 4, expressions[27], expressions[28], 2);
+ expressions[238] = BinaryenSelect(the_module, expressions[22], expressions[23], expressions[24]);
+ expressions[239] = BinaryenConst(the_module, BinaryenLiteralInt32(1337));
+ expressions[240] = BinaryenReturn(the_module, expressions[239]);
+ expressions[241] = BinaryenNop(the_module);
+ expressions[242] = BinaryenUnreachable(the_module);
BinaryenExpressionPrint(expressions[36]);
(f32.neg
(f32.const -33.61199951171875)
)
{
- BinaryenExpressionRef children[] = { expressions[30], expressions[32], expressions[34], expressions[36], expressions[38], expressions[40], expressions[42], expressions[44], expressions[46], expressions[48], expressions[50], expressions[52], expressions[54], expressions[56], expressions[58], expressions[60], expressions[62], expressions[64], expressions[66], expressions[68], expressions[70], expressions[72], expressions[74], expressions[76], expressions[78], expressions[80], expressions[82], expressions[84], expressions[86], expressions[88], expressions[90], expressions[92], expressions[94], expressions[96], expressions[98], expressions[100], expressions[103], expressions[106], expressions[109], expressions[112], expressions[115], expressions[118], expressions[121], expressions[124], expressions[127], expressions[130], expressions[133], expressions[136], expressions[139], expressions[142], expressions[145], expressions[148], expressions[151], expressions[154], expressions[157], expressions[160], expressions[163], expressions[166], expressions[169], expressions[172], expressions[175], expressions[178], expressions[181], expressions[184], expressions[187], expressions[190], expressions[193], expressions[196], expressions[197], expressions[198], expressions[199], expressions[201], expressions[203], expressions[205], expressions[206], expressions[208], expressions[210], expressions[211], expressions[212], expressions[214], expressions[216], expressions[219], expressions[222], expressions[223], expressions[225], expressions[227], expressions[229], expressions[231], expressions[233], expressions[234], expressions[235], expressions[236], expressions[238], expressions[239], expressions[240] };
- expressions[241] = BinaryenBlock(the_module, "the-value", children, 95);
+ BinaryenExpressionRef children[] = { expressions[30], expressions[32], expressions[34], expressions[36], expressions[38], expressions[40], expressions[42], expressions[44], expressions[46], expressions[48], expressions[50], expressions[52], expressions[54], expressions[56], expressions[58], expressions[60], expressions[62], expressions[64], expressions[66], expressions[68], expressions[70], expressions[72], expressions[74], expressions[76], expressions[78], expressions[80], expressions[82], expressions[84], expressions[86], expressions[88], expressions[90], expressions[92], expressions[94], expressions[96], expressions[98], expressions[100], expressions[103], expressions[106], expressions[109], expressions[112], expressions[115], expressions[118], expressions[121], expressions[124], expressions[127], expressions[130], expressions[133], expressions[136], expressions[139], expressions[142], expressions[145], expressions[148], expressions[151], expressions[154], expressions[157], expressions[160], expressions[163], expressions[166], expressions[169], expressions[172], expressions[175], expressions[178], expressions[181], expressions[184], expressions[187], expressions[190], expressions[193], expressions[196], expressions[197], expressions[198], expressions[199], expressions[201], expressions[203], expressions[204], expressions[206], expressions[208], expressions[209], expressions[210], expressions[212], expressions[214], expressions[217], expressions[220], expressions[222], expressions[224], expressions[227], expressions[229], expressions[231], expressions[233], expressions[235], expressions[236], expressions[237], expressions[238], expressions[240], expressions[241], expressions[242] };
+ expressions[243] = BinaryenBlock(the_module, "the-value", children, 95);
}
+ expressions[244] = BinaryenDrop(the_module, expressions[243]);
{
- BinaryenExpressionRef children[] = { expressions[241] };
- expressions[242] = BinaryenBlock(the_module, "the-nothing", children, 1);
+ BinaryenExpressionRef children[] = { expressions[244] };
+ expressions[245] = BinaryenBlock(the_module, "the-nothing", children, 1);
}
- expressions[243] = BinaryenConst(the_module, BinaryenLiteralInt32(42));
+ expressions[246] = BinaryenConst(the_module, BinaryenLiteralInt32(42));
{
- BinaryenExpressionRef children[] = { expressions[242], expressions[243] };
- expressions[244] = BinaryenBlock(the_module, "the-body", children, 2);
+ BinaryenExpressionRef children[] = { expressions[245], expressions[246] };
+ expressions[247] = BinaryenBlock(the_module, "the-body", children, 2);
}
{
BinaryenType varTypes[] = { 1 };
- functions[0] = BinaryenAddFunction(the_module, "kitchen()sinker", functionTypes[0], varTypes, 1, expressions[244]);
+ functions[0] = BinaryenAddFunction(the_module, "kitchen()sinker", functionTypes[0], varTypes, 1, expressions[247]);
}
{
BinaryenIndex paramTypes[] = { 1, 4 };
@@ -1375,11 +1572,11 @@ int main() {
BinaryenFunctionRef funcs[] = { functions[0] };
BinaryenSetFunctionTable(the_module, funcs, 1);
}
- expressions[245] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
+ expressions[248] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
{
const char segment0[] = { 104, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100 };
const char* segments[] = { segment0 };
- BinaryenExpressionRef segmentOffsets[] = { expressions[245] };
+ BinaryenExpressionRef segmentOffsets[] = { expressions[248] };
BinaryenIndex segmentSizes[] = { 12 };
BinaryenSetMemory(the_module, 1, 256, "mem", segments, segmentOffsets, segmentSizes, 1);
}
@@ -1387,369 +1584,534 @@ int main() {
BinaryenIndex paramTypes[] = { 0 };
functionTypes[2] = BinaryenAddFunctionType(the_module, "v", 0, paramTypes, 0);
}
- expressions[246] = BinaryenNop(the_module);
+ expressions[249] = BinaryenNop(the_module);
{
BinaryenType varTypes[] = { 0 };
- functions[1] = BinaryenAddFunction(the_module, "starter", functionTypes[2], varTypes, 0, expressions[246]);
+ functions[1] = BinaryenAddFunction(the_module, "starter", functionTypes[2], varTypes, 0, expressions[249]);
}
BinaryenSetStart(the_module, functions[1]);
{
BinaryenIndex paramTypes[] = { 0 };
functionTypes[3] = BinaryenAddFunctionType(the_module, NULL, 0, paramTypes, 0);
}
+ BinaryenModuleAutoDrop(the_module);
BinaryenModuleValidate(the_module);
BinaryenModulePrint(the_module);
(module
(memory 1 256)
(data (i32.const 10) "hello, world")
- (export "mem" memory)
(start $starter)
(type $iiIfF (func (param i32 i64 f32 f64) (result i32)))
(type $fiF (func (param i32 f64) (result f32)))
(type $v (func))
(type $3 (func))
- (import $an-imported "module" "base" (param i32 f64) (result f32))
- (export "kitchen_sinker" "$kitchen()sinker")
+ (import "module" "base" (func $an-imported (param i32 f64) (result f32)))
+ (export "kitchen_sinker" (func "$kitchen()sinker"))
+ (export "mem" (memory $0))
(table 1 1 anyfunc)
(elem (i32.const 0) "$kitchen()sinker")
(func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
(local $4 i32)
(block $the-body
(block $the-nothing
- (block $the-value
- (i32.clz
- (i32.const -10)
- )
- (i64.ctz
- (i64.const -22)
- )
- (i32.popcnt
- (i32.const -10)
- )
- (f32.neg
- (f32.const -33.61199951171875)
- )
- (f64.abs
- (f64.const -9005.841)
- )
- (f32.ceil
- (f32.const -33.61199951171875)
- )
- (f64.floor
- (f64.const -9005.841)
- )
- (f32.trunc
- (f32.const -33.61199951171875)
- )
- (f32.nearest
- (f32.const -33.61199951171875)
- )
- (f64.sqrt
- (f64.const -9005.841)
- )
- (i32.eqz
- (i32.const -10)
- )
- (i64.extend_s/i32
- (i32.const -10)
- )
- (i64.extend_u/i32
- (i32.const -10)
- )
- (i32.wrap/i64
- (i64.const -22)
- )
- (i32.trunc_s/f32
- (f32.const -33.61199951171875)
- )
- (i64.trunc_s/f32
- (f32.const -33.61199951171875)
- )
- (i32.trunc_u/f32
- (f32.const -33.61199951171875)
- )
- (i64.trunc_u/f32
- (f32.const -33.61199951171875)
- )
- (i32.trunc_s/f64
- (f64.const -9005.841)
- )
- (i64.trunc_s/f64
- (f64.const -9005.841)
- )
- (i32.trunc_u/f64
- (f64.const -9005.841)
- )
- (i64.trunc_u/f64
- (f64.const -9005.841)
- )
- (i32.reinterpret/f32
- (f32.const -33.61199951171875)
- )
- (i64.reinterpret/f64
- (f64.const -9005.841)
- )
- (f32.convert_s/i32
- (i32.const -10)
- )
- (f64.convert_s/i32
- (i32.const -10)
- )
- (f32.convert_u/i32
- (i32.const -10)
- )
- (f64.convert_u/i32
- (i32.const -10)
- )
- (f32.convert_s/i64
- (i64.const -22)
- )
- (f64.convert_s/i64
- (i64.const -22)
- )
- (f32.convert_u/i64
- (i64.const -22)
- )
- (f64.convert_u/i64
- (i64.const -22)
- )
- (f64.promote/f32
- (f32.const -33.61199951171875)
- )
- (f32.demote/f64
- (f64.const -9005.841)
- )
- (f32.reinterpret/i32
- (i32.const -10)
- )
- (f64.reinterpret/i64
- (i64.const -22)
- )
- (i32.add
- (i32.const -10)
- (i32.const -11)
- )
- (f64.sub
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (i32.div_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.div_u
- (i64.const -22)
- (i64.const -23)
- )
- (i64.rem_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.rem_u
- (i32.const -10)
- (i32.const -11)
- )
- (i32.and
- (i32.const -10)
- (i32.const -11)
- )
- (i64.or
- (i64.const -22)
- (i64.const -23)
- )
- (i32.xor
- (i32.const -10)
- (i32.const -11)
- )
- (i64.shl
- (i64.const -22)
- (i64.const -23)
- )
- (i64.shr_u
- (i64.const -22)
- (i64.const -23)
- )
- (i32.shr_s
- (i32.const -10)
- (i32.const -11)
- )
- (i32.rotl
- (i32.const -10)
- (i32.const -11)
- )
- (i64.rotr
- (i64.const -22)
- (i64.const -23)
- )
- (f32.div
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.copysign
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (f32.min
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.max
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (i32.eq
- (i32.const -10)
- (i32.const -11)
- )
- (f32.ne
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (i32.lt_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.lt_u
- (i64.const -22)
- (i64.const -23)
- )
- (i64.le_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.le_u
- (i32.const -10)
- (i32.const -11)
- )
- (i64.gt_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.gt_u
- (i32.const -10)
- (i32.const -11)
- )
- (i32.ge_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.ge_u
- (i64.const -22)
- (i64.const -23)
- )
- (f32.lt
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.le
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (f64.gt
- (f64.const -9005.841)
- (f64.const -9007.333)
- )
- (f32.ge
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (block
- )
- (if
- (i32.const 1)
- (i32.const 2)
- (i32.const 3)
- )
- (if
- (i32.const 4)
- (i32.const 5)
- )
- (loop $out $in
- (i32.const 0)
- )
- (loop $in2
- (i32.const 0)
- )
- (loop
- (i32.const 0)
- )
- (br_if $the-value
- (i32.const 1)
- (i32.const 0)
- )
- (br_if $the-nothing
- (i32.const 2)
- )
- (br $the-value
- (i32.const 3)
- )
- (br $the-nothing)
- (br_table $the-value $the-value
- (i32.const 1)
- (i32.const 0)
- )
- (br_table $the-nothing $the-nothing
- (i32.const 2)
- )
- (i32.eqz
- (call "$kitchen()sinker"
- (i32.const 13)
- (i64.const 37)
- (f32.const 1.2999999523162842)
- (f64.const 3.7)
+ (drop
+ (block $the-value
+ (drop
+ (i32.clz
+ (i32.const -10)
+ )
)
- )
- (i32.eqz
- (i32.trunc_s/f32
- (call_import $an-imported
- (i32.const 13)
- (f64.const 3.7)
+ (drop
+ (i64.ctz
+ (i64.const -22)
)
)
- )
- (i32.eqz
- (call_indirect $iiIfF
- (i32.const 2449)
- (i32.const 13)
- (i64.const 37)
- (f32.const 1.2999999523162842)
- (f64.const 3.7)
+ (drop
+ (i32.popcnt
+ (i32.const -10)
+ )
)
+ (drop
+ (f32.neg
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.abs
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.ceil
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.floor
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.trunc
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f32.nearest
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.sqrt
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i64.extend_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i64.extend_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i32.wrap/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (i32.trunc_s/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.trunc_s/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i32.trunc_u/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.trunc_u/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i32.trunc_s/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i64.trunc_s/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i32.trunc_u/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i64.trunc_u/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.reinterpret/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.convert_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.convert_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f32.convert_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.convert_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f32.convert_s/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.convert_s/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f32.convert_u/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.convert_u/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.promote/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f32.demote/f64
+ (f64.const -9005.841)
+ )
+ )
+ (drop
+ (f32.reinterpret/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.reinterpret/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (i32.add
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (f64.sub
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (i32.div_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.div_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.rem_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.rem_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.and
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.or
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.xor
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.shl
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.shr_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.shr_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.rotl
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.rotr
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (f32.div
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.copysign
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (f32.min
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.max
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (i32.eq
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (f32.ne
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (i32.lt_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.lt_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.le_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.le_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.gt_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.gt_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.ge_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.ge_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (f32.lt
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.le
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (f64.gt
+ (f64.const -9005.841)
+ (f64.const -9007.333)
+ )
+ )
+ (drop
+ (f32.ge
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (block
+ )
+ (drop
+ (if
+ (i32.const 1)
+ (i32.const 2)
+ (i32.const 3)
+ )
+ )
+ (if
+ (i32.const 4)
+ (i32.const 5)
+ )
+ (drop
+ (loop $in
+ (i32.const 0)
+ )
+ )
+ (drop
+ (loop
+ (i32.const 0)
+ )
+ )
+ (br_if $the-value
+ (i32.const 1)
+ (i32.const 0)
+ )
+ (br_if $the-nothing
+ (i32.const 2)
+ )
+ (br $the-value
+ (i32.const 3)
+ )
+ (br $the-nothing)
+ (br_table $the-value $the-value
+ (i32.const 1)
+ (i32.const 0)
+ )
+ (br_table $the-nothing $the-nothing
+ (i32.const 2)
+ )
+ (drop
+ (i32.eqz
+ (call "$kitchen()sinker"
+ (i32.const 13)
+ (i64.const 37)
+ (f32.const 1.2999999523162842)
+ (f64.const 3.7)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.trunc_s/f32
+ (call_import $an-imported
+ (i32.const 13)
+ (f64.const 3.7)
+ )
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (call_indirect $iiIfF
+ (i32.const 13)
+ (i64.const 37)
+ (f32.const 1.2999999523162842)
+ (f64.const 3.7)
+ (i32.const 2449)
+ )
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (set_local $0
+ (i32.const 101)
+ )
+ (drop
+ (tee_local $0
+ (i32.const 102)
+ )
+ )
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (i64.load16_s offset=2 align=1
+ (i32.const 8)
+ )
+ )
+ (drop
+ (f32.load
+ (i32.const 2)
+ )
+ )
+ (drop
+ (f64.load offset=2
+ (i32.const 9)
+ )
+ )
+ (i32.store
+ (i32.const 10)
+ (i32.const 11)
+ )
+ (i64.store offset=2 align=4
+ (i32.const 110)
+ (i64.const 111)
+ )
+ (drop
+ (select
+ (i32.const 3)
+ (i32.const 5)
+ (i32.const 1)
+ )
+ )
+ (return
+ (i32.const 1337)
+ )
+ (nop)
+ (unreachable)
)
- (get_local $0)
- (set_local $0
- (i32.const 101)
- )
- (i32.load
- (i32.const 1)
- )
- (i64.load8_s offset=2 align=4
- (i32.const 8)
- )
- (f32.load
- (i32.const 2)
- )
- (f64.load offset=2
- (i32.const 9)
- )
- (i32.store
- (i32.const 10)
- (i32.const 11)
- )
- (i64.store offset=2 align=4
- (i32.const 110)
- (i64.const 111)
- )
- (select
- (i32.const 3)
- (i32.const 5)
- (i32.const 1)
- )
- (return
- (i32.const 1337)
- )
- (nop)
- (unreachable)
)
)
(i32.const 42)
@@ -1820,231 +2182,211 @@ int main() {
}
relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[12]);
expressions[13] = BinaryenConst(the_module, BinaryenLiteralInt32(77));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[13]);
- expressions[14] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ expressions[14] = BinaryenDrop(the_module, expressions[13]);
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[14]);
+ expressions[15] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[2] = BinaryenAddFunction(the_module, "two-blocks-plus-code", functionTypes[0], varTypes, 1, expressions[14]);
+ functions[2] = BinaryenAddFunction(the_module, "two-blocks-plus-code", functionTypes[0], varTypes, 1, expressions[15]);
}
the_relooper = RelooperCreate();
- expressions[15] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[16] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[15] };
- expressions[16] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[16] };
+ expressions[17] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[16]);
- expressions[17] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[17]);
+ expressions[18] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[17] };
- expressions[18] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[18] };
+ expressions[19] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[18]);
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[19]);
RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[0]);
RelooperAddBranch(relooperBlocks[1], relooperBlocks[0], expressions[0], expressions[0]);
- expressions[19] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ expressions[20] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[3] = BinaryenAddFunction(the_module, "loop", functionTypes[0], varTypes, 1, expressions[19]);
+ functions[3] = BinaryenAddFunction(the_module, "loop", functionTypes[0], varTypes, 1, expressions[20]);
}
the_relooper = RelooperCreate();
- expressions[20] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[21] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[20] };
- expressions[21] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[21] };
+ expressions[22] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[21]);
- expressions[22] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[22]);
+ expressions[23] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[22] };
- expressions[23] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[23] };
+ expressions[24] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[23]);
- expressions[24] = BinaryenConst(the_module, BinaryenLiteralInt32(33));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[24]);
- expressions[25] = BinaryenConst(the_module, BinaryenLiteralInt32(-66));
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[0], expressions[0], expressions[25]);
- expressions[26] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[24]);
+ expressions[25] = BinaryenConst(the_module, BinaryenLiteralInt32(33));
+ expressions[26] = BinaryenDrop(the_module, expressions[25]);
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[26]);
+ expressions[27] = BinaryenConst(the_module, BinaryenLiteralInt32(-66));
+ expressions[28] = BinaryenDrop(the_module, expressions[27]);
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[0], expressions[0], expressions[28]);
+ expressions[29] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[4] = BinaryenAddFunction(the_module, "loop-plus-code", functionTypes[0], varTypes, 1, expressions[26]);
+ functions[4] = BinaryenAddFunction(the_module, "loop-plus-code", functionTypes[0], varTypes, 1, expressions[29]);
}
the_relooper = RelooperCreate();
- expressions[27] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[30] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[27] };
- expressions[28] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[30] };
+ expressions[31] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[28]);
- expressions[29] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[31]);
+ expressions[32] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[29] };
- expressions[30] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[32] };
+ expressions[33] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[30]);
- expressions[31] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[33]);
+ expressions[34] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
- BinaryenExpressionRef operands[] = { expressions[31] };
- expressions[32] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[34] };
+ expressions[35] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[32]);
- expressions[33] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[33], expressions[0]);
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[35]);
+ expressions[36] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[36], expressions[0]);
RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[0]);
- expressions[34] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ expressions[37] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[5] = BinaryenAddFunction(the_module, "split", functionTypes[0], varTypes, 1, expressions[34]);
+ functions[5] = BinaryenAddFunction(the_module, "split", functionTypes[0], varTypes, 1, expressions[37]);
}
the_relooper = RelooperCreate();
- expressions[35] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[38] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[35] };
- expressions[36] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[38] };
+ expressions[39] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[36]);
- expressions[37] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[39]);
+ expressions[40] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[37] };
- expressions[38] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[40] };
+ expressions[41] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[38]);
- expressions[39] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[41]);
+ expressions[42] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
- BinaryenExpressionRef operands[] = { expressions[39] };
- expressions[40] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[42] };
+ expressions[43] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[40]);
- expressions[41] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
- expressions[42] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[42], expressions[41]);
- expressions[43] = BinaryenConst(the_module, BinaryenLiteralInt32(20));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[43]);
- expressions[44] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[43]);
+ expressions[44] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
+ expressions[45] = BinaryenDrop(the_module, expressions[44]);
+ expressions[46] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[46], expressions[45]);
+ expressions[47] = BinaryenConst(the_module, BinaryenLiteralInt32(20));
+ expressions[48] = BinaryenDrop(the_module, expressions[47]);
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[48]);
+ expressions[49] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[6] = BinaryenAddFunction(the_module, "split-plus-code", functionTypes[0], varTypes, 1, expressions[44]);
+ functions[6] = BinaryenAddFunction(the_module, "split-plus-code", functionTypes[0], varTypes, 1, expressions[49]);
}
the_relooper = RelooperCreate();
- expressions[45] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[50] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[45] };
- expressions[46] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[50] };
+ expressions[51] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[46]);
- expressions[47] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[51]);
+ expressions[52] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[47] };
- expressions[48] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[52] };
+ expressions[53] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[48]);
- expressions[49] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[53]);
+ expressions[54] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
- BinaryenExpressionRef operands[] = { expressions[49] };
- expressions[50] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[54] };
+ expressions[55] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[50]);
- expressions[51] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[51], expressions[0]);
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[55]);
+ expressions[56] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[56], expressions[0]);
RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[0]);
RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[0], expressions[0]);
- expressions[52] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ expressions[57] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[7] = BinaryenAddFunction(the_module, "if", functionTypes[0], varTypes, 1, expressions[52]);
+ functions[7] = BinaryenAddFunction(the_module, "if", functionTypes[0], varTypes, 1, expressions[57]);
}
the_relooper = RelooperCreate();
- expressions[53] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[58] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[53] };
- expressions[54] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[58] };
+ expressions[59] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[54]);
- expressions[55] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[59]);
+ expressions[60] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[55] };
- expressions[56] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[60] };
+ expressions[61] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[56]);
- expressions[57] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[61]);
+ expressions[62] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
- BinaryenExpressionRef operands[] = { expressions[57] };
- expressions[58] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[62] };
+ expressions[63] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[58]);
- expressions[59] = BinaryenConst(the_module, BinaryenLiteralInt32(-1));
- expressions[60] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[60], expressions[59]);
- expressions[61] = BinaryenConst(the_module, BinaryenLiteralInt32(-2));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[61]);
- expressions[62] = BinaryenConst(the_module, BinaryenLiteralInt32(-3));
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[0], expressions[62]);
- expressions[63] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[63]);
+ expressions[64] = BinaryenConst(the_module, BinaryenLiteralInt32(-1));
+ expressions[65] = BinaryenDrop(the_module, expressions[64]);
+ expressions[66] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[66], expressions[65]);
+ expressions[67] = BinaryenConst(the_module, BinaryenLiteralInt32(-2));
+ expressions[68] = BinaryenDrop(the_module, expressions[67]);
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[68]);
+ expressions[69] = BinaryenConst(the_module, BinaryenLiteralInt32(-3));
+ expressions[70] = BinaryenDrop(the_module, expressions[69]);
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[0], expressions[70]);
+ expressions[71] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[8] = BinaryenAddFunction(the_module, "if-plus-code", functionTypes[0], varTypes, 1, expressions[63]);
+ functions[8] = BinaryenAddFunction(the_module, "if-plus-code", functionTypes[0], varTypes, 1, expressions[71]);
}
the_relooper = RelooperCreate();
- expressions[64] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
- {
- BinaryenExpressionRef operands[] = { expressions[64] };
- expressions[65] = BinaryenCallImport(the_module, "check", operands, 1, 0);
- }
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[65]);
- expressions[66] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
- {
- BinaryenExpressionRef operands[] = { expressions[66] };
- expressions[67] = BinaryenCallImport(the_module, "check", operands, 1, 0);
- }
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[67]);
- expressions[68] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
- {
- BinaryenExpressionRef operands[] = { expressions[68] };
- expressions[69] = BinaryenCallImport(the_module, "check", operands, 1, 0);
- }
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[69]);
- expressions[70] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
+ expressions[72] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[70] };
- expressions[71] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[72] };
+ expressions[73] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[3] = RelooperAddBlock(the_relooper, expressions[71]);
- expressions[72] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[72], expressions[0]);
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[0]);
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[3], expressions[0], expressions[0]);
- RelooperAddBranch(relooperBlocks[2], relooperBlocks[3], expressions[0], expressions[0]);
- expressions[73] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
- {
- BinaryenType varTypes[] = { 1 };
- functions[9] = BinaryenAddFunction(the_module, "if-else", functionTypes[0], varTypes, 1, expressions[73]);
- }
- the_relooper = RelooperCreate();
- expressions[74] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[73]);
+ expressions[74] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
BinaryenExpressionRef operands[] = { expressions[74] };
expressions[75] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[75]);
- expressions[76] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[75]);
+ expressions[76] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
BinaryenExpressionRef operands[] = { expressions[76] };
expressions[77] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[77]);
- expressions[78] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[77]);
+ expressions[78] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
{
BinaryenExpressionRef operands[] = { expressions[78] };
expressions[79] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[79]);
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[0]);
- expressions[80] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[0], expressions[80], expressions[0]);
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[0], expressions[0]);
+ relooperBlocks[3] = RelooperAddBlock(the_relooper, expressions[79]);
+ expressions[80] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[80], expressions[0]);
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[0]);
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[3], expressions[0], expressions[0]);
+ RelooperAddBranch(relooperBlocks[2], relooperBlocks[3], expressions[0], expressions[0]);
expressions[81] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[10] = BinaryenAddFunction(the_module, "loop-tail", functionTypes[0], varTypes, 1, expressions[81]);
+ functions[9] = BinaryenAddFunction(the_module, "if-else", functionTypes[0], varTypes, 1, expressions[81]);
}
the_relooper = RelooperCreate();
expressions[82] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
@@ -2065,145 +2407,178 @@ int main() {
expressions[87] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[87]);
- expressions[88] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[0]);
+ expressions[88] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[0], expressions[88], expressions[0]);
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[0], expressions[0]);
+ expressions[89] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
- BinaryenExpressionRef operands[] = { expressions[88] };
- expressions[89] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenType varTypes[] = { 1 };
+ functions[10] = BinaryenAddFunction(the_module, "loop-tail", functionTypes[0], varTypes, 1, expressions[89]);
}
- relooperBlocks[3] = RelooperAddBlock(the_relooper, expressions[89]);
- expressions[90] = BinaryenConst(the_module, BinaryenLiteralInt32(4));
+ the_relooper = RelooperCreate();
+ expressions[90] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
BinaryenExpressionRef operands[] = { expressions[90] };
expressions[91] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[4] = RelooperAddBlock(the_relooper, expressions[91]);
- expressions[92] = BinaryenConst(the_module, BinaryenLiteralInt32(5));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[91]);
+ expressions[92] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
BinaryenExpressionRef operands[] = { expressions[92] };
expressions[93] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[5] = RelooperAddBlock(the_relooper, expressions[93]);
- expressions[94] = BinaryenConst(the_module, BinaryenLiteralInt32(6));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[93]);
+ expressions[94] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
BinaryenExpressionRef operands[] = { expressions[94] };
expressions[95] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[6] = RelooperAddBlock(the_relooper, expressions[95]);
- expressions[96] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[96]);
- expressions[97] = BinaryenConst(the_module, BinaryenLiteralInt32(-2));
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[97], expressions[0]);
- expressions[98] = BinaryenConst(the_module, BinaryenLiteralInt32(20));
- RelooperAddBranch(relooperBlocks[1], relooperBlocks[6], expressions[0], expressions[98]);
- expressions[99] = BinaryenConst(the_module, BinaryenLiteralInt32(-6));
- RelooperAddBranch(relooperBlocks[2], relooperBlocks[3], expressions[99], expressions[0]);
- expressions[100] = BinaryenConst(the_module, BinaryenLiteralInt32(30));
- RelooperAddBranch(relooperBlocks[2], relooperBlocks[1], expressions[0], expressions[100]);
- expressions[101] = BinaryenConst(the_module, BinaryenLiteralInt32(-10));
- RelooperAddBranch(relooperBlocks[3], relooperBlocks[4], expressions[101], expressions[0]);
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[95]);
+ expressions[96] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
+ {
+ BinaryenExpressionRef operands[] = { expressions[96] };
+ expressions[97] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ }
+ relooperBlocks[3] = RelooperAddBlock(the_relooper, expressions[97]);
+ expressions[98] = BinaryenConst(the_module, BinaryenLiteralInt32(4));
+ {
+ BinaryenExpressionRef operands[] = { expressions[98] };
+ expressions[99] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ }
+ relooperBlocks[4] = RelooperAddBlock(the_relooper, expressions[99]);
+ expressions[100] = BinaryenConst(the_module, BinaryenLiteralInt32(5));
+ {
+ BinaryenExpressionRef operands[] = { expressions[100] };
+ expressions[101] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ }
+ relooperBlocks[5] = RelooperAddBlock(the_relooper, expressions[101]);
+ expressions[102] = BinaryenConst(the_module, BinaryenLiteralInt32(6));
+ {
+ BinaryenExpressionRef operands[] = { expressions[102] };
+ expressions[103] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ }
+ relooperBlocks[6] = RelooperAddBlock(the_relooper, expressions[103]);
+ expressions[104] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
+ expressions[105] = BinaryenDrop(the_module, expressions[104]);
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[0], expressions[105]);
+ expressions[106] = BinaryenConst(the_module, BinaryenLiteralInt32(-2));
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[106], expressions[0]);
+ expressions[107] = BinaryenConst(the_module, BinaryenLiteralInt32(20));
+ expressions[108] = BinaryenDrop(the_module, expressions[107]);
+ RelooperAddBranch(relooperBlocks[1], relooperBlocks[6], expressions[0], expressions[108]);
+ expressions[109] = BinaryenConst(the_module, BinaryenLiteralInt32(-6));
+ RelooperAddBranch(relooperBlocks[2], relooperBlocks[3], expressions[109], expressions[0]);
+ expressions[110] = BinaryenConst(the_module, BinaryenLiteralInt32(30));
+ expressions[111] = BinaryenDrop(the_module, expressions[110]);
+ RelooperAddBranch(relooperBlocks[2], relooperBlocks[1], expressions[0], expressions[111]);
+ expressions[112] = BinaryenConst(the_module, BinaryenLiteralInt32(-10));
+ RelooperAddBranch(relooperBlocks[3], relooperBlocks[4], expressions[112], expressions[0]);
RelooperAddBranch(relooperBlocks[3], relooperBlocks[5], expressions[0], expressions[0]);
RelooperAddBranch(relooperBlocks[4], relooperBlocks[5], expressions[0], expressions[0]);
- expressions[102] = BinaryenConst(the_module, BinaryenLiteralInt32(40));
- RelooperAddBranch(relooperBlocks[5], relooperBlocks[6], expressions[0], expressions[102]);
- expressions[103] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ expressions[113] = BinaryenConst(the_module, BinaryenLiteralInt32(40));
+ expressions[114] = BinaryenDrop(the_module, expressions[113]);
+ RelooperAddBranch(relooperBlocks[5], relooperBlocks[6], expressions[0], expressions[114]);
+ expressions[115] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[11] = BinaryenAddFunction(the_module, "nontrivial-loop-plus-phi-to-head", functionTypes[0], varTypes, 1, expressions[103]);
+ functions[11] = BinaryenAddFunction(the_module, "nontrivial-loop-plus-phi-to-head", functionTypes[0], varTypes, 1, expressions[115]);
}
the_relooper = RelooperCreate();
- expressions[104] = BinaryenConst(the_module, BinaryenLiteralInt32(-99));
- expressions[105] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[116] = BinaryenConst(the_module, BinaryenLiteralInt32(-99));
+ expressions[117] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[105] };
- expressions[106] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[117] };
+ expressions[118] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlockWithSwitch(the_relooper, expressions[106], expressions[104]);
- expressions[107] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlockWithSwitch(the_relooper, expressions[118], expressions[116]);
+ expressions[119] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[107] };
- expressions[108] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[119] };
+ expressions[120] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[108]);
- expressions[109] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[120]);
+ expressions[121] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
- BinaryenExpressionRef operands[] = { expressions[109] };
- expressions[110] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[121] };
+ expressions[122] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[110]);
- expressions[111] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[122]);
+ expressions[123] = BinaryenConst(the_module, BinaryenLiteralInt32(3));
{
- BinaryenExpressionRef operands[] = { expressions[111] };
- expressions[112] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[123] };
+ expressions[124] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[3] = RelooperAddBlock(the_relooper, expressions[112]);
+ relooperBlocks[3] = RelooperAddBlock(the_relooper, expressions[124]);
{
BinaryenIndex indexes[] = { 2, 5 };
RelooperAddBranchForSwitch(relooperBlocks[0], relooperBlocks[1], indexes, 2, expressions[0]);
}
- expressions[113] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ expressions[125] = BinaryenConst(the_module, BinaryenLiteralInt32(55));
+ expressions[126] = BinaryenDrop(the_module, expressions[125]);
{
BinaryenIndex indexes[] = { 4 };
- RelooperAddBranchForSwitch(relooperBlocks[0], relooperBlocks[2], indexes, 1, expressions[113]);
+ RelooperAddBranchForSwitch(relooperBlocks[0], relooperBlocks[2], indexes, 1, expressions[126]);
}
{
BinaryenIndex indexes[] = { 0 };
RelooperAddBranchForSwitch(relooperBlocks[0], relooperBlocks[3], indexes, 0, expressions[0]);
}
- expressions[114] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ expressions[127] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[12] = BinaryenAddFunction(the_module, "switch", functionTypes[0], varTypes, 1, expressions[114]);
+ functions[12] = BinaryenAddFunction(the_module, "switch", functionTypes[0], varTypes, 1, expressions[127]);
}
the_relooper = RelooperCreate();
- expressions[115] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
+ expressions[128] = BinaryenConst(the_module, BinaryenLiteralInt32(0));
{
- BinaryenExpressionRef operands[] = { expressions[115] };
- expressions[116] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[128] };
+ expressions[129] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[116]);
- expressions[117] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[129]);
+ expressions[130] = BinaryenConst(the_module, BinaryenLiteralInt32(1));
{
- BinaryenExpressionRef operands[] = { expressions[117] };
- expressions[118] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[130] };
+ expressions[131] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[118]);
- expressions[119] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
+ relooperBlocks[1] = RelooperAddBlock(the_relooper, expressions[131]);
+ expressions[132] = BinaryenConst(the_module, BinaryenLiteralInt32(2));
{
- BinaryenExpressionRef operands[] = { expressions[119] };
- expressions[120] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[132] };
+ expressions[133] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[120]);
- expressions[121] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
- RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[121], expressions[0]);
+ relooperBlocks[2] = RelooperAddBlock(the_relooper, expressions[133]);
+ expressions[134] = BinaryenConst(the_module, BinaryenLiteralInt32(10));
+ RelooperAddBranch(relooperBlocks[0], relooperBlocks[1], expressions[134], expressions[0]);
RelooperAddBranch(relooperBlocks[0], relooperBlocks[2], expressions[0], expressions[0]);
RelooperAddBranch(relooperBlocks[1], relooperBlocks[2], expressions[0], expressions[0]);
RelooperAddBranch(relooperBlocks[2], relooperBlocks[1], expressions[0], expressions[0]);
- expressions[122] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 3, the_module);
+ expressions[135] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 3, the_module);
{
BinaryenType varTypes[] = { 1, 1, 2, 1, 3, 4, 1 };
- functions[13] = BinaryenAddFunction(the_module, "duffs-device", functionTypes[0], varTypes, 7, expressions[122]);
+ functions[13] = BinaryenAddFunction(the_module, "duffs-device", functionTypes[0], varTypes, 7, expressions[135]);
}
{
BinaryenIndex paramTypes[] = { 0 };
functionTypes[2] = BinaryenAddFunctionType(the_module, "i", 1, paramTypes, 0);
}
the_relooper = RelooperCreate();
- expressions[123] = BinaryenConst(the_module, BinaryenLiteralInt32(42));
+ expressions[136] = BinaryenConst(the_module, BinaryenLiteralInt32(42));
{
- BinaryenExpressionRef operands[] = { expressions[123] };
- expressions[124] = BinaryenCallImport(the_module, "check", operands, 1, 0);
+ BinaryenExpressionRef operands[] = { expressions[136] };
+ expressions[137] = BinaryenCallImport(the_module, "check", operands, 1, 0);
}
- expressions[125] = BinaryenConst(the_module, BinaryenLiteralInt32(1337));
- expressions[126] = BinaryenReturn(the_module, expressions[125]);
+ expressions[138] = BinaryenConst(the_module, BinaryenLiteralInt32(1337));
+ expressions[139] = BinaryenReturn(the_module, expressions[138]);
{
- BinaryenExpressionRef children[] = { expressions[124], expressions[126] };
- expressions[127] = BinaryenBlock(the_module, "the-list", children, 2);
+ BinaryenExpressionRef children[] = { expressions[137], expressions[139] };
+ expressions[140] = BinaryenBlock(the_module, "the-list", children, 2);
}
- relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[127]);
- expressions[128] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
+ relooperBlocks[0] = RelooperAddBlock(the_relooper, expressions[140]);
+ expressions[141] = RelooperRenderAndDispose(the_relooper, relooperBlocks[0], 0, the_module);
{
BinaryenType varTypes[] = { 1 };
- functions[14] = BinaryenAddFunction(the_module, "return", functionTypes[2], varTypes, 1, expressions[128]);
+ functions[14] = BinaryenAddFunction(the_module, "return", functionTypes[2], varTypes, 1, expressions[141]);
}
raw:
BinaryenModulePrint(the_module);
@@ -2212,7 +2587,7 @@ raw:
(type $v (func))
(type $vi (func (param i32)))
(type $i (func (result i32)))
- (import $check "module" "check" (param i32))
+ (import "module" "check" (func $check (param i32)))
(func $just-one-block (type $v)
(local $0 i32)
(call_import $check
@@ -2242,7 +2617,9 @@ raw:
(i32.const 0)
)
(block
- (i32.const 77)
+ (drop
+ (i32.const 77)
+ )
(br $block$2$break)
)
)
@@ -2281,7 +2658,9 @@ raw:
(i32.const 0)
)
(block
- (i32.const 33)
+ (drop
+ (i32.const 33)
+ )
(br $block$2$break)
)
)
@@ -2290,7 +2669,9 @@ raw:
(i32.const 1)
)
(block
- (i32.const -66)
+ (drop
+ (i32.const -66)
+ )
(br $shape$0$continue)
)
)
@@ -2323,7 +2704,9 @@ raw:
(if
(i32.const 55)
(block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(block
(call_import $check
(i32.const 1)
@@ -2331,7 +2714,9 @@ raw:
)
)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(block
(call_import $check
(i32.const 2)
@@ -2374,19 +2759,25 @@ raw:
(if
(i32.const 55)
(block
- (i32.const -1)
+ (drop
+ (i32.const -1)
+ )
(block
(call_import $check
(i32.const 1)
)
(block
- (i32.const -3)
+ (drop
+ (i32.const -3)
+ )
(br $block$3$break)
)
)
)
(block
- (i32.const -2)
+ (drop
+ (i32.const -2)
+ )
(br $block$3$break)
)
)
@@ -2466,7 +2857,9 @@ raw:
(i32.const 0)
)
(block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $block$2$break)
)
)
@@ -2482,7 +2875,9 @@ raw:
(i32.const -2)
(br $block$3$break)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(br $block$7$break)
)
)
@@ -2495,7 +2890,9 @@ raw:
(i32.const -6)
(br $block$4$break)
(block
- (i32.const 30)
+ (drop
+ (i32.const 30)
+ )
(br $shape$1$continue)
)
)
@@ -2525,7 +2922,9 @@ raw:
(i32.const 5)
)
(block
- (i32.const 40)
+ (drop
+ (i32.const 40)
+ )
(br $block$7$break)
)
)
@@ -2561,7 +2960,9 @@ raw:
(br $switch$1$leave)
)
(block
- (i32.const 55)
+ (drop
+ (i32.const 55)
+ )
(block
(call_import $check
(i32.const 2)
@@ -2677,7 +3078,7 @@ optimized:
(type $v (func))
(type $vi (func (param i32)))
(type $i (func (result i32)))
- (import $check "module" "check" (param i32))
+ (import "module" "check" (func $check (param i32)))
(func $just-one-block (type $v)
(call_import $check
(i32.const 1337)
@@ -2748,17 +3149,19 @@ optimized:
)
)
(func $loop-tail (type $v)
- (loop $block$3$break $shape$0$continue
- (call_import $check
- (i32.const 0)
- )
- (call_import $check
- (i32.const 1)
- )
- (if
- (i32.const 10)
- (br $shape$0$continue)
- (br $block$3$break)
+ (block $block$3$break
+ (loop $shape$0$continue
+ (call_import $check
+ (i32.const 0)
+ )
+ (call_import $check
+ (i32.const 1)
+ )
+ (if
+ (i32.const 10)
+ (br $shape$0$continue)
+ (br $block$3$break)
+ )
)
)
(call_import $check
@@ -2770,20 +3173,22 @@ optimized:
(i32.const 0)
)
(block $block$7$break
- (loop $block$4$break $shape$1$continue
- (call_import $check
- (i32.const 1)
- )
- (br_if $block$7$break
- (i32.const 0)
- )
- (call_import $check
- (i32.const 2)
- )
- (if
- (i32.const -6)
- (br $block$4$break)
- (br $shape$1$continue)
+ (block $block$4$break
+ (loop $shape$1$continue
+ (call_import $check
+ (i32.const 1)
+ )
+ (br_if $block$7$break
+ (i32.const 0)
+ )
+ (call_import $check
+ (i32.const 2)
+ )
+ (if
+ (i32.const -6)
+ (br $block$4$break)
+ (br $shape$1$continue)
+ )
)
)
(call_import $check
diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt
index 7e32ba431..b37814f89 100644
--- a/test/example/c-api-kitchen-sink.txt.txt
+++ b/test/example/c-api-kitchen-sink.txt.txt
@@ -4,354 +4,518 @@
(module
(memory 1 256)
(data (i32.const 10) "hello, world")
- (export "mem" memory)
(start $starter)
(type $iiIfF (func (param i32 i64 f32 f64) (result i32)))
(type $fiF (func (param i32 f64) (result f32)))
(type $v (func))
(type $3 (func))
- (import $an-imported "module" "base" (param i32 f64) (result f32))
- (export "kitchen_sinker" "$kitchen()sinker")
+ (import "module" "base" (func $an-imported (param i32 f64) (result f32)))
+ (export "kitchen_sinker" (func "$kitchen()sinker"))
+ (export "mem" (memory $0))
(table 1 1 anyfunc)
(elem (i32.const 0) "$kitchen()sinker")
(func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
(local $4 i32)
(block $the-body
(block $the-nothing
- (block $the-value
- (i32.clz
- (i32.const -10)
- )
- (i64.ctz
- (i64.const -22)
- )
- (i32.popcnt
- (i32.const -10)
- )
- (f32.neg
- (f32.const -33.61199951171875)
- )
- (f64.abs
- (f64.const -9005.84)
- )
- (f32.ceil
- (f32.const -33.61199951171875)
- )
- (f64.floor
- (f64.const -9005.84)
- )
- (f32.trunc
- (f32.const -33.61199951171875)
- )
- (f32.nearest
- (f32.const -33.61199951171875)
- )
- (f64.sqrt
- (f64.const -9005.84)
- )
- (i32.eqz
- (i32.const -10)
- )
- (i64.extend_s/i32
- (i32.const -10)
- )
- (i64.extend_u/i32
- (i32.const -10)
- )
- (i32.wrap/i64
- (i64.const -22)
- )
- (i32.trunc_s/f32
- (f32.const -33.61199951171875)
- )
- (i64.trunc_s/f32
- (f32.const -33.61199951171875)
- )
- (i32.trunc_u/f32
- (f32.const -33.61199951171875)
- )
- (i64.trunc_u/f32
- (f32.const -33.61199951171875)
- )
- (i32.trunc_s/f64
- (f64.const -9005.84)
- )
- (i64.trunc_s/f64
- (f64.const -9005.84)
- )
- (i32.trunc_u/f64
- (f64.const -9005.84)
- )
- (i64.trunc_u/f64
- (f64.const -9005.84)
- )
- (i32.reinterpret/f32
- (f32.const -33.61199951171875)
- )
- (i64.reinterpret/f64
- (f64.const -9005.84)
- )
- (f32.convert_s/i32
- (i32.const -10)
- )
- (f64.convert_s/i32
- (i32.const -10)
- )
- (f32.convert_u/i32
- (i32.const -10)
- )
- (f64.convert_u/i32
- (i32.const -10)
- )
- (f32.convert_s/i64
- (i64.const -22)
- )
- (f64.convert_s/i64
- (i64.const -22)
- )
- (f32.convert_u/i64
- (i64.const -22)
- )
- (f64.convert_u/i64
- (i64.const -22)
- )
- (f64.promote/f32
- (f32.const -33.61199951171875)
- )
- (f32.demote/f64
- (f64.const -9005.84)
- )
- (f32.reinterpret/i32
- (i32.const -10)
- )
- (f64.reinterpret/i64
- (i64.const -22)
- )
- (i32.add
- (i32.const -10)
- (i32.const -11)
- )
- (f64.sub
- (f64.const -9005.84)
- (f64.const -9007.33)
- )
- (i32.div_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.div_u
- (i64.const -22)
- (i64.const -23)
- )
- (i64.rem_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.rem_u
- (i32.const -10)
- (i32.const -11)
- )
- (i32.and
- (i32.const -10)
- (i32.const -11)
- )
- (i64.or
- (i64.const -22)
- (i64.const -23)
- )
- (i32.xor
- (i32.const -10)
- (i32.const -11)
- )
- (i64.shl
- (i64.const -22)
- (i64.const -23)
- )
- (i64.shr_u
- (i64.const -22)
- (i64.const -23)
- )
- (i32.shr_s
- (i32.const -10)
- (i32.const -11)
- )
- (i32.rotl
- (i32.const -10)
- (i32.const -11)
- )
- (i64.rotr
- (i64.const -22)
- (i64.const -23)
- )
- (f32.div
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.copysign
- (f64.const -9005.84)
- (f64.const -9007.33)
- )
- (f32.min
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.max
- (f64.const -9005.84)
- (f64.const -9007.33)
- )
- (i32.eq
- (i32.const -10)
- (i32.const -11)
- )
- (f32.ne
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (i32.lt_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.lt_u
- (i64.const -22)
- (i64.const -23)
- )
- (i64.le_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.le_u
- (i32.const -10)
- (i32.const -11)
- )
- (i64.gt_s
- (i64.const -22)
- (i64.const -23)
- )
- (i32.gt_u
- (i32.const -10)
- (i32.const -11)
- )
- (i32.ge_s
- (i32.const -10)
- (i32.const -11)
- )
- (i64.ge_u
- (i64.const -22)
- (i64.const -23)
- )
- (f32.lt
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (f64.le
- (f64.const -9005.84)
- (f64.const -9007.33)
- )
- (f64.gt
- (f64.const -9005.84)
- (f64.const -9007.33)
- )
- (f32.ge
- (f32.const -33.61199951171875)
- (f32.const -62.5)
- )
- (block
- )
- (if
- (i32.const 1)
- (i32.const 2)
- (i32.const 3)
- )
- (if
- (i32.const 4)
- (i32.const 5)
- )
- (loop $out $in
- (i32.const 0)
- )
- (loop $in2
- (i32.const 0)
- )
- (loop
- (i32.const 0)
- )
- (br_if $the-value
- (i32.const 1)
- (i32.const 0)
- )
- (br_if $the-nothing
- (i32.const 2)
- )
- (br $the-value
- (i32.const 3)
- )
- (br $the-nothing)
- (br_table $the-value $the-value
- (i32.const 1)
- (i32.const 0)
- )
- (br_table $the-nothing $the-nothing
- (i32.const 2)
- )
- (i32.eqz
- (call "$kitchen()sinker"
- (i32.const 13)
- (i64.const 37)
- (f32.const 1.2999999523162842)
- (f64.const 3.7)
+ (drop
+ (block $the-value
+ (drop
+ (i32.clz
+ (i32.const -10)
+ )
)
- )
- (i32.eqz
- (i32.trunc_s/f32
- (call_import $an-imported
- (i32.const 13)
- (f64.const 3.7)
+ (drop
+ (i64.ctz
+ (i64.const -22)
)
)
- )
- (i32.eqz
- (call_indirect $iiIfF
- (i32.const 2449)
- (i32.const 13)
- (i64.const 37)
- (f32.const 1.2999999523162842)
- (f64.const 3.7)
+ (drop
+ (i32.popcnt
+ (i32.const -10)
+ )
)
+ (drop
+ (f32.neg
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.abs
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (f32.ceil
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.floor
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (f32.trunc
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f32.nearest
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f64.sqrt
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i64.extend_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i64.extend_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (i32.wrap/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (i32.trunc_s/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.trunc_s/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i32.trunc_u/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.trunc_u/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i32.trunc_s/f64
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (i64.trunc_s/f64
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (i32.trunc_u/f64
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (i64.trunc_u/f64
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (i64.reinterpret/f64
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (f32.convert_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.convert_s/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f32.convert_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.convert_u/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f32.convert_s/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.convert_s/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f32.convert_u/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.convert_u/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (f64.promote/f32
+ (f32.const -33.61199951171875)
+ )
+ )
+ (drop
+ (f32.demote/f64
+ (f64.const -9005.84)
+ )
+ )
+ (drop
+ (f32.reinterpret/i32
+ (i32.const -10)
+ )
+ )
+ (drop
+ (f64.reinterpret/i64
+ (i64.const -22)
+ )
+ )
+ (drop
+ (i32.add
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (f64.sub
+ (f64.const -9005.84)
+ (f64.const -9007.33)
+ )
+ )
+ (drop
+ (i32.div_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.div_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.rem_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.rem_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.and
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.or
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.xor
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.shl
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.shr_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.shr_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.rotl
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.rotr
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (f32.div
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.copysign
+ (f64.const -9005.84)
+ (f64.const -9007.33)
+ )
+ )
+ (drop
+ (f32.min
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.max
+ (f64.const -9005.84)
+ (f64.const -9007.33)
+ )
+ )
+ (drop
+ (i32.eq
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (f32.ne
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (i32.lt_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.lt_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i64.le_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.le_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.gt_s
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (i32.gt_u
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i32.ge_s
+ (i32.const -10)
+ (i32.const -11)
+ )
+ )
+ (drop
+ (i64.ge_u
+ (i64.const -22)
+ (i64.const -23)
+ )
+ )
+ (drop
+ (f32.lt
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (drop
+ (f64.le
+ (f64.const -9005.84)
+ (f64.const -9007.33)
+ )
+ )
+ (drop
+ (f64.gt
+ (f64.const -9005.84)
+ (f64.const -9007.33)
+ )
+ )
+ (drop
+ (f32.ge
+ (f32.const -33.61199951171875)
+ (f32.const -62.5)
+ )
+ )
+ (block
+ )
+ (drop
+ (if
+ (i32.const 1)
+ (i32.const 2)
+ (i32.const 3)
+ )
+ )
+ (if
+ (i32.const 4)
+ (i32.const 5)
+ )
+ (drop
+ (loop $in
+ (i32.const 0)
+ )
+ )
+ (drop
+ (loop
+ (i32.const 0)
+ )
+ )
+ (br_if $the-value
+ (i32.const 1)
+ (i32.const 0)
+ )
+ (br_if $the-nothing
+ (i32.const 2)
+ )
+ (br $the-value
+ (i32.const 3)
+ )
+ (br $the-nothing)
+ (br_table $the-value $the-value
+ (i32.const 1)
+ (i32.const 0)
+ )
+ (br_table $the-nothing $the-nothing
+ (i32.const 2)
+ )
+ (drop
+ (i32.eqz
+ (call "$kitchen()sinker"
+ (i32.const 13)
+ (i64.const 37)
+ (f32.const 1.2999999523162842)
+ (f64.const 3.7)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.trunc_s/f32
+ (call_import $an-imported
+ (i32.const 13)
+ (f64.const 3.7)
+ )
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (call_indirect $iiIfF
+ (i32.const 13)
+ (i64.const 37)
+ (f32.const 1.2999999523162842)
+ (f64.const 3.7)
+ (i32.const 2449)
+ )
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (set_local $0
+ (i32.const 101)
+ )
+ (drop
+ (tee_local $0
+ (i32.const 102)
+ )
+ )
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (i64.load16_s offset=2 align=1
+ (i32.const 8)
+ )
+ )
+ (drop
+ (f32.load
+ (i32.const 2)
+ )
+ )
+ (drop
+ (f64.load offset=2
+ (i32.const 9)
+ )
+ )
+ (i32.store
+ (i32.const 10)
+ (i32.const 11)
+ )
+ (i64.store offset=2 align=4
+ (i32.const 110)
+ (i64.const 111)
+ )
+ (drop
+ (select
+ (i32.const 3)
+ (i32.const 5)
+ (i32.const 1)
+ )
+ )
+ (return
+ (i32.const 1337)
+ )
+ (nop)
+ (unreachable)
)
- (get_local $0)
- (set_local $0
- (i32.const 101)
- )
- (i32.load
- (i32.const 1)
- )
- (i64.load8_s offset=2 align=4
- (i32.const 8)
- )
- (f32.load
- (i32.const 2)
- )
- (f64.load offset=2
- (i32.const 9)
- )
- (i32.store
- (i32.const 10)
- (i32.const 11)
- )
- (i64.store offset=2 align=4
- (i32.const 110)
- (i64.const 111)
- )
- (select
- (i32.const 3)
- (i32.const 5)
- (i32.const 1)
- )
- (return
- (i32.const 1337)
- )
- (nop)
- (unreachable)
)
)
(i32.const 42)
@@ -366,7 +530,7 @@
(type $v (func))
(type $vi (func (param i32)))
(type $i (func (result i32)))
- (import $check "module" "check" (param i32))
+ (import "module" "check" (func $check (param i32)))
(func $just-one-block (type $v)
(local $0 i32)
(call_import $check
@@ -396,7 +560,9 @@
(i32.const 0)
)
(block
- (i32.const 77)
+ (drop
+ (i32.const 77)
+ )
(br $block$2$break)
)
)
@@ -435,7 +601,9 @@
(i32.const 0)
)
(block
- (i32.const 33)
+ (drop
+ (i32.const 33)
+ )
(br $block$2$break)
)
)
@@ -444,7 +612,9 @@
(i32.const 1)
)
(block
- (i32.const -66)
+ (drop
+ (i32.const -66)
+ )
(br $shape$0$continue)
)
)
@@ -477,7 +647,9 @@
(if
(i32.const 55)
(block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(block
(call_import $check
(i32.const 1)
@@ -485,7 +657,9 @@
)
)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(block
(call_import $check
(i32.const 2)
@@ -528,19 +702,25 @@
(if
(i32.const 55)
(block
- (i32.const -1)
+ (drop
+ (i32.const -1)
+ )
(block
(call_import $check
(i32.const 1)
)
(block
- (i32.const -3)
+ (drop
+ (i32.const -3)
+ )
(br $block$3$break)
)
)
)
(block
- (i32.const -2)
+ (drop
+ (i32.const -2)
+ )
(br $block$3$break)
)
)
@@ -620,7 +800,9 @@
(i32.const 0)
)
(block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $block$2$break)
)
)
@@ -636,7 +818,9 @@
(i32.const -2)
(br $block$3$break)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(br $block$7$break)
)
)
@@ -649,7 +833,9 @@
(i32.const -6)
(br $block$4$break)
(block
- (i32.const 30)
+ (drop
+ (i32.const 30)
+ )
(br $shape$1$continue)
)
)
@@ -679,7 +865,9 @@
(i32.const 5)
)
(block
- (i32.const 40)
+ (drop
+ (i32.const 40)
+ )
(br $block$7$break)
)
)
@@ -715,7 +903,9 @@
(br $switch$1$leave)
)
(block
- (i32.const 55)
+ (drop
+ (i32.const 55)
+ )
(block
(call_import $check
(i32.const 2)
@@ -826,7 +1016,7 @@
(type $v (func))
(type $vi (func (param i32)))
(type $i (func (result i32)))
- (import $check "module" "check" (param i32))
+ (import "module" "check" (func $check (param i32)))
(func $just-one-block (type $v)
(call_import $check
(i32.const 1337)
@@ -897,17 +1087,19 @@
)
)
(func $loop-tail (type $v)
- (loop $block$3$break $shape$0$continue
- (call_import $check
- (i32.const 0)
- )
- (call_import $check
- (i32.const 1)
- )
- (if
- (i32.const 10)
- (br $shape$0$continue)
- (br $block$3$break)
+ (block $block$3$break
+ (loop $shape$0$continue
+ (call_import $check
+ (i32.const 0)
+ )
+ (call_import $check
+ (i32.const 1)
+ )
+ (if
+ (i32.const 10)
+ (br $shape$0$continue)
+ (br $block$3$break)
+ )
)
)
(call_import $check
@@ -919,20 +1111,22 @@
(i32.const 0)
)
(block $block$7$break
- (loop $block$4$break $shape$1$continue
- (call_import $check
- (i32.const 1)
- )
- (br_if $block$7$break
- (i32.const 0)
- )
- (call_import $check
- (i32.const 2)
- )
- (if
- (i32.const -6)
- (br $block$4$break)
- (br $shape$1$continue)
+ (block $block$4$break
+ (loop $shape$1$continue
+ (call_import $check
+ (i32.const 1)
+ )
+ (br_if $block$7$break
+ (i32.const 0)
+ )
+ (call_import $check
+ (i32.const 2)
+ )
+ (if
+ (i32.const -6)
+ (br $block$4$break)
+ (br $shape$1$continue)
+ )
)
)
(call_import $check
diff --git a/test/example/relooper-fuzz.c b/test/example/relooper-fuzz.c
index 65d00aa5d..9fd11096f 100644
--- a/test/example/relooper-fuzz.c
+++ b/test/example/relooper-fuzz.c
@@ -31,7 +31,8 @@ int main() {
BinaryenAddInt32(),
BinaryenLoad(module, 4, 0, 0, 0, BinaryenInt32(), BinaryenConst(module, BinaryenLiteralInt32(4))),
BinaryenConst(module, BinaryenLiteralInt32(4))
- )
+ ),
+ BinaryenInt32()
);
// optionally, print the return value
@@ -235,7 +236,8 @@ int main() {
full[i] = BinaryenStore(module,
4, 0, 0,
BinaryenConst(module, BinaryenLiteralInt32(8 + 4 * i)),
- BinaryenConst(module, BinaryenLiteralInt32(decisions[i]))
+ BinaryenConst(module, BinaryenLiteralInt32(decisions[i])),
+ BinaryenInt32()
);
}
}
diff --git a/test/example/relooper-fuzz.txt b/test/example/relooper-fuzz.txt
index b4e6c8b57..151360306 100644
--- a/test/example/relooper-fuzz.txt
+++ b/test/example/relooper-fuzz.txt
@@ -1,11 +1,11 @@
(module
(memory 1 1)
- (export "mem" memory)
(start $main)
(type $i (func (result i32)))
(type $v (func))
(type $vi (func (param i32)))
- (import $print "spectest" "print" (param i32))
+ (import "spectest" "print" (func $print (param i32)))
+ (export "mem" (memory $0))
(func $check (type $i) (result i32)
(if
(i32.eq
@@ -293,12 +293,12 @@
)
(module
(memory 1 1)
- (export "mem" memory)
(start $main)
(type $i (func (result i32)))
(type $v (func))
(type $vi (func (param i32)))
- (import $print "spectest" "print" (param i32))
+ (import "spectest" "print" (func $print (param i32)))
+ (export "mem" (memory $0))
(func $check (type $i) (result i32)
(if
(i32.eq
@@ -463,7 +463,9 @@
(call_import $print
(i32.const 8)
)
- (call $check)
+ (drop
+ (call $check)
+ )
)
)
(loop $shape$3$continue
@@ -503,7 +505,7 @@
(if
(i32.eq
(i32.rem_u
- (set_local $1
+ (tee_local $1
(call $check)
)
(i32.const 3)
@@ -530,7 +532,9 @@
(call_import $print
(i32.const 2)
)
- (call $check)
+ (drop
+ (call $check)
+ )
(set_local $0
(i32.const 6)
)
diff --git a/test/example/relooper-fuzz1.c b/test/example/relooper-fuzz1.c
index fbbbfdd59..cca61e4f4 100644
--- a/test/example/relooper-fuzz1.c
+++ b/test/example/relooper-fuzz1.c
@@ -33,7 +33,8 @@ int main() {
BinaryenLoad(module, 4, 0, 0, 0, BinaryenInt32(),
BinaryenConst(module, BinaryenLiteralInt32(4))),
BinaryenConst(module, BinaryenLiteralInt32(4))
- )
+ ),
+ BinaryenInt32()
);
// optionally, print the return value
@@ -288,7 +289,8 @@ int main() {
full[i] = BinaryenStore(module,
4, 0, 0,
BinaryenConst(module, BinaryenLiteralInt32(8 + 4 * i)),
- BinaryenConst(module, BinaryenLiteralInt32(decisions[i]))
+ BinaryenConst(module, BinaryenLiteralInt32(decisions[i])),
+ BinaryenInt32()
);
}
}
diff --git a/test/example/relooper-fuzz1.txt b/test/example/relooper-fuzz1.txt
index 437dab062..be8130228 100644
--- a/test/example/relooper-fuzz1.txt
+++ b/test/example/relooper-fuzz1.txt
@@ -1,11 +1,11 @@
(module
(memory 1 1)
- (export "mem" memory)
(start $main)
(type $i (func (result i32)))
(type $v (func))
(type $vi (func (param i32)))
- (import $print "spectest" "print" (param i32))
+ (import "spectest" "print" (func $print (param i32)))
+ (export "mem" (memory $0))
(func $check (type $i) (result i32)
(if
(i32.eq
@@ -269,12 +269,12 @@
)
(module
(memory 1 1)
- (export "mem" memory)
(start $main)
(type $i (func (result i32)))
(type $v (func))
(type $vi (func (param i32)))
- (import $print "spectest" "print" (param i32))
+ (import "spectest" "print" (func $print (param i32)))
+ (export "mem" (memory $0))
(func $check (type $i) (result i32)
(if
(i32.eq
@@ -440,7 +440,7 @@
(if
(i32.ne
(i32.rem_u
- (set_local $0
+ (tee_local $0
(call $check)
)
(i32.const 4)
@@ -489,13 +489,17 @@
(call_import $print
(i32.const 3)
)
- (call $check)
+ (drop
+ (call $check)
+ )
(br $shape$6$continue)
)
)
(call_import $print
(i32.const 9)
)
- (call $check)
+ (drop
+ (call $check)
+ )
)
)
diff --git a/test/hello_world.fromasm b/test/hello_world.fromasm
index 66f728c52..23aba7d9d 100644
--- a/test/hello_world.fromasm
+++ b/test/hello_world.fromasm
@@ -1,7 +1,11 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "add" $add)
+ (data (get_global $memoryBase) "hello_world.asm.js")
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "add" (func $add))
(func $add (param $0 i32) (param $1 i32) (result i32)
(i32.add
(get_local $0)
diff --git a/test/hello_world.fromasm.imprecise b/test/hello_world.fromasm.imprecise
index 66f728c52..6bfc4bf68 100644
--- a/test/hello_world.fromasm.imprecise
+++ b/test/hello_world.fromasm.imprecise
@@ -1,7 +1,10 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "add" $add)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "add" (func $add))
(func $add (param $0 i32) (param $1 i32) (result i32)
(i32.add
(get_local $0)
diff --git a/test/hello_world.fromasm.imprecise.no-opts b/test/hello_world.fromasm.imprecise.no-opts
index 435e41a60..31ce2e573 100644
--- a/test/hello_world.fromasm.imprecise.no-opts
+++ b/test/hello_world.fromasm.imprecise.no-opts
@@ -1,7 +1,10 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "add" $add)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "add" (func $add))
(func $add (param $x i32) (param $y i32) (result i32)
(return
(i32.add
diff --git a/test/hello_world.fromasm.no-opts b/test/hello_world.fromasm.no-opts
index 435e41a60..31ce2e573 100644
--- a/test/hello_world.fromasm.no-opts
+++ b/test/hello_world.fromasm.no-opts
@@ -1,7 +1,10 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "add" $add)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "add" (func $add))
(func $add (param $x i32) (param $y i32) (result i32)
(return
(i32.add
diff --git a/test/hello_world.wast b/test/hello_world.wast
index 915c4a99a..16f0ddc3a 100644
--- a/test/hello_world.wast
+++ b/test/hello_world.wast
@@ -1,7 +1,7 @@
(module
(memory 256 256)
(type $0 (func (param i32 i32) (result i32)))
- (export "add" $add)
+ (export "add" (func $add))
(func $add (type $0) (param $x i32) (param $y i32) (result i32)
(i32.add
(get_local $x)
diff --git a/test/hello_world.wast.fromBinary b/test/hello_world.wast.fromBinary
index 77a0fee04..0f9f42902 100644
--- a/test/hello_world.wast.fromBinary
+++ b/test/hello_world.wast.fromBinary
@@ -1,7 +1,7 @@
(module
(memory 256 256)
(type $0 (func (param i32 i32) (result i32)))
- (export "add" $add)
+ (export "add" (func $add))
(func $add (type $0) (param $var$0 i32) (param $var$1 i32) (result i32)
(i32.add
(get_local $var$0)
diff --git a/test/kitchen_sink.wast b/test/kitchen_sink.wast
index 2b139a95b..01fc1e241 100644
--- a/test/kitchen_sink.wast
+++ b/test/kitchen_sink.wast
@@ -4,428 +4,662 @@
(type $0 (func (result i32)))
(func $kitchensink (type $0) (result i32)
(block $block0
- (i32.add
- (i32.const 10)
- (i32.const 10)
- )
- (i32.sub
- (i32.const 10)
- (i32.const 10)
- )
- (i32.mul
- (i32.const 10)
- (i32.const 10)
- )
- (i32.div_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.div_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.rem_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.rem_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.and
- (i32.const 10)
- (i32.const 10)
- )
- (i32.or
- (i32.const 10)
- (i32.const 10)
- )
- (i32.xor
- (i32.const 10)
- (i32.const 10)
- )
- (i32.shl
- (i32.const 10)
- (i32.const 10)
- )
- (i32.shr_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.shr_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.eq
- (i32.const 10)
- (i32.const 10)
- )
- (i32.ne
- (i32.const 10)
- (i32.const 10)
- )
- (i32.lt_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.le_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.lt_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.le_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.gt_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.ge_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.gt_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.ge_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.clz
- (i32.const 10)
- )
- (i32.ctz
- (i32.const 10)
- )
- (i32.popcnt
- (i32.const 10)
- )
- (i64.add
- (i64.const 100)
- (i64.const 100)
- )
- (i64.sub
- (i64.const 100)
- (i64.const 100)
- )
- (i64.mul
- (i64.const 100)
- (i64.const 100)
- )
- (i64.div_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.div_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.rem_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.rem_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.and
- (i64.const 100)
- (i64.const 100)
- )
- (i64.or
- (i64.const 100)
- (i64.const 100)
- )
- (i64.xor
- (i64.const 100)
- (i64.const 100)
- )
- (i64.shl
- (i64.const 100)
- (i64.const 100)
- )
- (i64.shr_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.shr_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.eq
- (i64.const 100)
- (i64.const 100)
- )
- (i64.ne
- (i64.const 100)
- (i64.const 100)
- )
- (i64.lt_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.le_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.lt_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.le_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.gt_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.ge_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.gt_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.ge_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.clz
- (i64.const 100)
- )
- (i64.ctz
- (i64.const 100)
- )
- (i64.popcnt
- (i64.const 100)
- )
- (f32.add
- (f32.const 10)
- (f32.const 10)
- )
- (f32.sub
- (f32.const 10)
- (f32.const 10)
- )
- (f32.mul
- (f32.const 10)
- (f32.const 10)
- )
- (f32.div
- (f32.const 10)
- (f32.const 10)
- )
- (f32.min
- (f32.const 10)
- (f32.const 10)
- )
- (f32.max
- (f32.const 10)
- (f32.const 10)
- )
- (f32.abs
- (f32.const 10)
- )
- (f32.neg
- (f32.const 10)
- )
- (f32.copysign
- (f32.const 10)
- (f32.const 10)
- )
- (f32.ceil
- (f32.const 10)
- )
- (f32.floor
- (f32.const 10)
- )
- (f32.trunc
- (f32.const 10)
- )
- (f32.nearest
- (f32.const 10)
- )
- (f32.sqrt
- (f32.const 10)
- )
- (f32.eq
- (f32.const 10)
- (f32.const 10)
- )
- (f32.ne
- (f32.const 10)
- (f32.const 10)
- )
- (f32.lt
- (f32.const 10)
- (f32.const 10)
- )
- (f32.le
- (f32.const 10)
- (f32.const 10)
- )
- (f32.gt
- (f32.const 10)
- (f32.const 10)
- )
- (f32.ge
- (f32.const 10)
- (f32.const 10)
- )
- (f64.add
- (f64.const 10)
- (f64.const 10)
- )
- (f64.sub
- (f64.const 10)
- (f64.const 10)
- )
- (f64.mul
- (f64.const 10)
- (f64.const 10)
- )
- (f64.div
- (f64.const 10)
- (f64.const 10)
- )
- (f64.min
- (f64.const 10)
- (f64.const 10)
- )
- (f64.max
- (f64.const 10)
- (f64.const 10)
- )
- (f64.abs
- (f64.const 10)
- )
- (f64.neg
- (f64.const 10)
- )
- (f64.copysign
- (f64.const 10)
- (f64.const 10)
- )
- (f64.ceil
- (f64.const 10)
- )
- (f64.floor
- (f64.const 10)
- )
- (f64.trunc
- (f64.const 10)
- )
- (f64.nearest
- (f64.const 10)
- )
- (f64.sqrt
- (f64.const 10)
- )
- (f64.eq
- (f64.const 10)
- (f64.const 10)
- )
- (f64.ne
- (f64.const 10)
- (f64.const 10)
- )
- (f64.lt
- (f64.const 10)
- (f64.const 10)
- )
- (f64.le
- (f64.const 10)
- (f64.const 10)
- )
- (f64.gt
- (f64.const 10)
- (f64.const 10)
- )
- (f64.ge
- (f64.const 10)
- (f64.const 10)
- )
- (i32.trunc_s/f32
- (f32.const 10)
- )
- (i32.trunc_s/f64
- (f64.const 10)
- )
- (i32.trunc_u/f32
- (f32.const 10)
- )
- (i32.trunc_u/f64
- (f64.const 10)
- )
- (i32.wrap/i64
- (i64.const 100)
- )
- (i64.trunc_s/f32
- (f32.const 10)
- )
- (i64.trunc_s/f64
- (f64.const 10)
- )
- (i64.trunc_u/f32
- (f32.const 10)
- )
- (i64.trunc_u/f64
- (f64.const 10)
- )
- (i64.extend_s/i32
- (i32.const 10)
- )
- (i64.extend_u/i32
- (i32.const 10)
- )
- (f32.convert_s/i32
- (i32.const 10)
- )
- (f32.convert_u/i32
- (i32.const 10)
- )
- (f32.convert_s/i64
- (i64.const 100)
- )
- (f32.convert_u/i64
- (i64.const 100)
- )
- (f32.demote/f64
- (f64.const 10)
- )
- (f32.reinterpret/i32
- (i32.const 10)
- )
- (f64.convert_s/i32
- (i32.const 10)
- )
- (f64.convert_u/i32
- (i32.const 10)
- )
- (f64.convert_s/i64
- (i64.const 100)
- )
- (f64.convert_u/i64
- (i64.const 100)
- )
- (f64.promote/f32
- (f32.const 10)
- )
- (f64.reinterpret/i64
- (i64.const 100)
- )
- (i32.reinterpret/f32
- (f32.const 10)
- )
- (i64.reinterpret/f64
- (f64.const 10)
+ (drop
+ (i32.add
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.sub
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.mul
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.div_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.div_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.rem_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.rem_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.and
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.or
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.xor
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.shl
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.shr_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.shr_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.eq
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ne
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.lt_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.le_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.lt_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.le_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.gt_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ge_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.gt_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ge_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.clz
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ctz
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.popcnt
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i64.add
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.sub
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.mul
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.div_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.div_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.rem_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.rem_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.and
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.or
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.xor
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.shl
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.shr_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.shr_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.eq
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ne
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.lt_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.le_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.lt_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.le_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.gt_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ge_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.gt_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ge_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.clz
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ctz
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.popcnt
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f32.add
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.sub
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.mul
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.div
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.min
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.max
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.abs
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.neg
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.copysign
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.ceil
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.floor
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.trunc
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.nearest
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.sqrt
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.eq
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.ne
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.lt
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.le
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.gt
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.ge
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f64.add
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.sub
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.mul
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.div
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.min
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.max
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.abs
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.neg
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.copysign
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.ceil
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.floor
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.trunc
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.nearest
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.sqrt
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.eq
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.ne
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.lt
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.le
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.gt
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.ge
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_s/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_s/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_u/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_u/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i32.wrap/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.trunc_s/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i64.trunc_s/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i64.trunc_u/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i64.trunc_u/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i64.extend_s/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i64.extend_u/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f32.convert_s/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f32.convert_u/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f32.convert_s/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f32.convert_u/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f32.demote/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f32.reinterpret/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f64.convert_s/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f64.convert_u/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f64.convert_s/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f64.convert_u/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f64.promote/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f64.reinterpret/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i64.reinterpret/f64
+ (f64.const 10)
+ )
)
(i32.const 0)
)
diff --git a/test/kitchen_sink.wast.fromBinary b/test/kitchen_sink.wast.fromBinary
index dd55b5bae..4c3da110c 100644
--- a/test/kitchen_sink.wast.fromBinary
+++ b/test/kitchen_sink.wast.fromBinary
@@ -4,428 +4,662 @@
(type $0 (func (result i32)))
(func $kitchensink (type $0) (result i32)
(block $label$0
- (i32.add
- (i32.const 10)
- (i32.const 10)
- )
- (i32.sub
- (i32.const 10)
- (i32.const 10)
- )
- (i32.mul
- (i32.const 10)
- (i32.const 10)
- )
- (i32.div_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.div_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.rem_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.rem_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.and
- (i32.const 10)
- (i32.const 10)
- )
- (i32.or
- (i32.const 10)
- (i32.const 10)
- )
- (i32.xor
- (i32.const 10)
- (i32.const 10)
- )
- (i32.shl
- (i32.const 10)
- (i32.const 10)
- )
- (i32.shr_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.shr_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.eq
- (i32.const 10)
- (i32.const 10)
- )
- (i32.ne
- (i32.const 10)
- (i32.const 10)
- )
- (i32.lt_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.le_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.lt_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.le_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.gt_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.ge_s
- (i32.const 10)
- (i32.const 10)
- )
- (i32.gt_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.ge_u
- (i32.const 10)
- (i32.const 10)
- )
- (i32.clz
- (i32.const 10)
- )
- (i32.ctz
- (i32.const 10)
- )
- (i32.popcnt
- (i32.const 10)
- )
- (i64.add
- (i64.const 100)
- (i64.const 100)
- )
- (i64.sub
- (i64.const 100)
- (i64.const 100)
- )
- (i64.mul
- (i64.const 100)
- (i64.const 100)
- )
- (i64.div_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.div_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.rem_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.rem_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.and
- (i64.const 100)
- (i64.const 100)
- )
- (i64.or
- (i64.const 100)
- (i64.const 100)
- )
- (i64.xor
- (i64.const 100)
- (i64.const 100)
- )
- (i64.shl
- (i64.const 100)
- (i64.const 100)
- )
- (i64.shr_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.shr_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.eq
- (i64.const 100)
- (i64.const 100)
- )
- (i64.ne
- (i64.const 100)
- (i64.const 100)
- )
- (i64.lt_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.le_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.lt_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.le_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.gt_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.ge_s
- (i64.const 100)
- (i64.const 100)
- )
- (i64.gt_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.ge_u
- (i64.const 100)
- (i64.const 100)
- )
- (i64.clz
- (i64.const 100)
- )
- (i64.ctz
- (i64.const 100)
- )
- (i64.popcnt
- (i64.const 100)
- )
- (f32.add
- (f32.const 10)
- (f32.const 10)
- )
- (f32.sub
- (f32.const 10)
- (f32.const 10)
- )
- (f32.mul
- (f32.const 10)
- (f32.const 10)
- )
- (f32.div
- (f32.const 10)
- (f32.const 10)
- )
- (f32.min
- (f32.const 10)
- (f32.const 10)
- )
- (f32.max
- (f32.const 10)
- (f32.const 10)
- )
- (f32.abs
- (f32.const 10)
- )
- (f32.neg
- (f32.const 10)
- )
- (f32.copysign
- (f32.const 10)
- (f32.const 10)
- )
- (f32.ceil
- (f32.const 10)
- )
- (f32.floor
- (f32.const 10)
- )
- (f32.trunc
- (f32.const 10)
- )
- (f32.nearest
- (f32.const 10)
- )
- (f32.sqrt
- (f32.const 10)
- )
- (f32.eq
- (f32.const 10)
- (f32.const 10)
- )
- (f32.ne
- (f32.const 10)
- (f32.const 10)
- )
- (f32.lt
- (f32.const 10)
- (f32.const 10)
- )
- (f32.le
- (f32.const 10)
- (f32.const 10)
- )
- (f32.gt
- (f32.const 10)
- (f32.const 10)
- )
- (f32.ge
- (f32.const 10)
- (f32.const 10)
- )
- (f64.add
- (f64.const 10)
- (f64.const 10)
- )
- (f64.sub
- (f64.const 10)
- (f64.const 10)
- )
- (f64.mul
- (f64.const 10)
- (f64.const 10)
- )
- (f64.div
- (f64.const 10)
- (f64.const 10)
- )
- (f64.min
- (f64.const 10)
- (f64.const 10)
- )
- (f64.max
- (f64.const 10)
- (f64.const 10)
- )
- (f64.abs
- (f64.const 10)
- )
- (f64.neg
- (f64.const 10)
- )
- (f64.copysign
- (f64.const 10)
- (f64.const 10)
- )
- (f64.ceil
- (f64.const 10)
- )
- (f64.floor
- (f64.const 10)
- )
- (f64.trunc
- (f64.const 10)
- )
- (f64.nearest
- (f64.const 10)
- )
- (f64.sqrt
- (f64.const 10)
- )
- (f64.eq
- (f64.const 10)
- (f64.const 10)
- )
- (f64.ne
- (f64.const 10)
- (f64.const 10)
- )
- (f64.lt
- (f64.const 10)
- (f64.const 10)
- )
- (f64.le
- (f64.const 10)
- (f64.const 10)
- )
- (f64.gt
- (f64.const 10)
- (f64.const 10)
- )
- (f64.ge
- (f64.const 10)
- (f64.const 10)
- )
- (i32.trunc_s/f32
- (f32.const 10)
- )
- (i32.trunc_s/f64
- (f64.const 10)
- )
- (i32.trunc_u/f32
- (f32.const 10)
- )
- (i32.trunc_u/f64
- (f64.const 10)
- )
- (i32.wrap/i64
- (i64.const 100)
- )
- (i64.trunc_s/f32
- (f32.const 10)
- )
- (i64.trunc_s/f64
- (f64.const 10)
- )
- (i64.trunc_u/f32
- (f32.const 10)
- )
- (i64.trunc_u/f64
- (f64.const 10)
- )
- (i64.extend_s/i32
- (i32.const 10)
- )
- (i64.extend_u/i32
- (i32.const 10)
- )
- (f32.convert_s/i32
- (i32.const 10)
- )
- (f32.convert_u/i32
- (i32.const 10)
- )
- (f32.convert_s/i64
- (i64.const 100)
- )
- (f32.convert_u/i64
- (i64.const 100)
- )
- (f32.demote/f64
- (f64.const 10)
- )
- (f32.reinterpret/i32
- (i32.const 10)
- )
- (f64.convert_s/i32
- (i32.const 10)
- )
- (f64.convert_u/i32
- (i32.const 10)
- )
- (f64.convert_s/i64
- (i64.const 100)
- )
- (f64.convert_u/i64
- (i64.const 100)
- )
- (f64.promote/f32
- (f32.const 10)
- )
- (f64.reinterpret/i64
- (i64.const 100)
- )
- (i32.reinterpret/f32
- (f32.const 10)
- )
- (i64.reinterpret/f64
- (f64.const 10)
+ (drop
+ (i32.add
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.sub
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.mul
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.div_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.div_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.rem_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.rem_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.and
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.or
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.xor
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.shl
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.shr_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.shr_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.eq
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ne
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.lt_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.le_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.lt_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.le_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.gt_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ge_s
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.gt_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ge_u
+ (i32.const 10)
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.clz
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.ctz
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.popcnt
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i64.add
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.sub
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.mul
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.div_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.div_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.rem_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.rem_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.and
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.or
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.xor
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.shl
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.shr_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.shr_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.eq
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ne
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.lt_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.le_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.lt_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.le_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.gt_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ge_s
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.gt_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ge_u
+ (i64.const 100)
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.clz
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.ctz
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.popcnt
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f32.add
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.sub
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.mul
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.div
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.min
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.max
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.abs
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.neg
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.copysign
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.ceil
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.floor
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.trunc
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.nearest
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.sqrt
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.eq
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.ne
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.lt
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.le
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.gt
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f32.ge
+ (f32.const 10)
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f64.add
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.sub
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.mul
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.div
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.min
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.max
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.abs
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.neg
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.copysign
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.ceil
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.floor
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.trunc
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.nearest
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.sqrt
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.eq
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.ne
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.lt
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.le
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.gt
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f64.ge
+ (f64.const 10)
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_s/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_s/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_u/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i32.trunc_u/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i32.wrap/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i64.trunc_s/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i64.trunc_s/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i64.trunc_u/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i64.trunc_u/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (i64.extend_s/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i64.extend_u/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f32.convert_s/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f32.convert_u/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f32.convert_s/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f32.convert_u/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f32.demote/f64
+ (f64.const 10)
+ )
+ )
+ (drop
+ (f32.reinterpret/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f64.convert_s/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f64.convert_u/i32
+ (i32.const 10)
+ )
+ )
+ (drop
+ (f64.convert_s/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f64.convert_u/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (f64.promote/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (f64.reinterpret/i64
+ (i64.const 100)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.const 10)
+ )
+ )
+ (drop
+ (i64.reinterpret/f64
+ (f64.const 10)
+ )
)
(i32.const 0)
)
diff --git a/test/llvm_autogenerated/byval.wast b/test/llvm_autogenerated/byval.wast
index c4dc678ea..9ef6f368c 100644
--- a/test/llvm_autogenerated/byval.wast
+++ b/test/llvm_autogenerated/byval.wast
@@ -19,18 +19,27 @@
(export "byval_empty_caller" $byval_empty_caller)
(export "byval_empty_callee" $byval_empty_callee)
(export "big_byval" $big_byval)
- (func $byval_arg (param $0 i32)
+ (func $byval_arg (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
+ (local $2 i32)
(i32.store offset=12
- (set_local $1
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $1
+ (block
+ (block
+ (set_local $2
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $2)
)
- (i32.const 16)
)
+ (get_local $2)
)
)
(i32.load
@@ -52,18 +61,27 @@
)
(return)
)
- (func $byval_arg_align8 (param $0 i32)
+ (func $byval_arg_align8 (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
+ (local $2 i32)
(i32.store offset=8
- (set_local $1
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $1
+ (block
+ (block
+ (set_local $2
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $2)
)
- (i32.const 16)
)
+ (get_local $2)
)
)
(i32.load
@@ -85,19 +103,28 @@
)
(return)
)
- (func $byval_arg_double (param $0 i32)
+ (func $byval_arg_double (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
+ (local $2 i32)
(i64.store
(i32.add
- (set_local $1
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $1
+ (block
+ (block
+ (set_local $2
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $2)
)
- (i32.const 16)
)
+ (get_local $2)
)
)
(i32.const 8)
@@ -127,36 +154,45 @@
)
(return)
)
- (func $byval_param (param $0 i32)
+ (func $byval_param (type $FUNCSIG$vi) (param $0 i32)
(call_import $ext_func
(get_local $0)
)
(return)
)
- (func $byval_empty_caller (param $0 i32)
+ (func $byval_empty_caller (type $FUNCSIG$vi) (param $0 i32)
(call_import $ext_byval_func_empty
(get_local $0)
)
(return)
)
- (func $byval_empty_callee (param $0 i32)
+ (func $byval_empty_callee (type $FUNCSIG$vi) (param $0 i32)
(call_import $ext_func_empty
(get_local $0)
)
(return)
)
- (func $big_byval (param $0 i32)
+ (func $big_byval (type $FUNCSIG$vi) (param $0 i32)
+ (local $1 i32)
(call_import $big_byval_callee
- (set_local $0
+ (tee_local $0
(call_import $memcpy
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 131072)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $1)
)
- (i32.const 131072)
)
+ (get_local $1)
)
(get_local $0)
(i32.const 131072)
diff --git a/test/llvm_autogenerated/cfg-stackify.wast b/test/llvm_autogenerated/cfg-stackify.wast
index 2dbdd5e93..2831cf9ab 100644
--- a/test/llvm_autogenerated/cfg-stackify.wast
+++ b/test/llvm_autogenerated/cfg-stackify.wast
@@ -4,6 +4,11 @@
(export "memory" memory)
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$v (func))
+ (type $2 (func (param i32)))
+ (type $3 (func (param i32 i32)))
+ (type $4 (func (param i32 i32 i32) (result i32)))
+ (type $5 (func (param i32 i32) (result i32)))
+ (type $6 (func (param i32) (result i32)))
(import $a "env" "a" (result i32))
(import $bar "env" "bar")
(import $something "env" "something")
@@ -34,7 +39,7 @@
(export "test13" $test13)
(export "test14" $test14)
(export "test15" $test15)
- (func $test0 (param $0 i32)
+ (func $test0 (type $2) (param $0 i32)
(local $1 i32)
(set_local $1
(i32.const 0)
@@ -43,7 +48,7 @@
(block $label$2
(br_if $label$2
(i32.lt_s
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $1)
(i32.const 1)
@@ -58,7 +63,7 @@
(br $label$0)
)
)
- (func $test1 (param $0 i32)
+ (func $test1 (type $2) (param $0 i32)
(local $1 i32)
(set_local $1
(i32.const 0)
@@ -67,7 +72,7 @@
(block $label$2
(br_if $label$2
(i32.lt_s
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $1)
(i32.const 1)
@@ -82,7 +87,7 @@
(br $label$0)
)
)
- (func $test2 (param $0 i32) (param $1 i32)
+ (func $test2 (type $3) (param $0 i32) (param $1 i32)
(block $label$0
(br_if $label$0
(i32.lt_s
@@ -107,7 +112,7 @@
)
)
(br_if $label$1
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $1)
(i32.const -1)
@@ -118,7 +123,7 @@
)
(return)
)
- (func $doublediamond (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $doublediamond (type $4) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(i32.store
(get_local $2)
(i32.const 0)
@@ -161,12 +166,21 @@
(i32.const 0)
)
)
- (func $triangle (param $0 i32) (param $1 i32) (result i32)
+ (func $triangle (type $5) (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
+ (local $3 i32)
(set_local $2
- (i32.store
- (get_local $0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $3
+ (i32.const 0)
+ )
+ (i32.store
+ (get_local $0)
+ (get_local $3)
+ )
+ )
+ (get_local $3)
)
)
(block $label$0
@@ -186,7 +200,7 @@
(get_local $2)
)
)
- (func $diamond (param $0 i32) (param $1 i32) (result i32)
+ (func $diamond (type $5) (param $0 i32) (param $1 i32) (result i32)
(i32.store
(get_local $0)
(i32.const 0)
@@ -215,15 +229,24 @@
(i32.const 0)
)
)
- (func $single_block (param $0 i32) (result i32)
+ (func $single_block (type $6) (param $0 i32) (result i32)
+ (local $1 i32)
(return
- (i32.store
- (get_local $0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $1
+ (i32.const 0)
+ )
+ (i32.store
+ (get_local $0)
+ (get_local $1)
+ )
+ )
+ (get_local $1)
)
)
)
- (func $minimal_loop (param $0 i32) (result i32)
+ (func $minimal_loop (type $6) (param $0 i32) (result i32)
(i32.store
(get_local $0)
(i32.const 0)
@@ -236,7 +259,7 @@
(br $label$0)
)
)
- (func $simple_loop (param $0 i32) (param $1 i32) (result i32)
+ (func $simple_loop (type $5) (param $0 i32) (param $1 i32) (result i32)
(i32.store
(get_local $0)
(i32.const 0)
@@ -260,12 +283,21 @@
(i32.const 0)
)
)
- (func $doubletriangle (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $doubletriangle (type $4) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
+ (local $4 i32)
(set_local $3
- (i32.store
- (get_local $2)
- (i32.const 0)
+ (block
+ (block
+ (set_local $4
+ (i32.const 0)
+ )
+ (i32.store
+ (get_local $2)
+ (get_local $4)
+ )
+ )
+ (get_local $4)
)
)
(block $label$0
@@ -298,7 +330,7 @@
(get_local $3)
)
)
- (func $ifelse_earlyexits (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $ifelse_earlyexits (type $4) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(i32.store
(get_local $2)
(i32.const 0)
@@ -334,7 +366,7 @@
(i32.const 0)
)
)
- (func $doublediamond_in_a_loop (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $doublediamond_in_a_loop (type $4) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(loop $label$1 $label$0
(i32.store
(get_local $2)
@@ -383,7 +415,7 @@
(br $label$0)
)
)
- (func $test3 (param $0 i32)
+ (func $test3 (type $2) (param $0 i32)
(block $label$0
(br_if $label$0
(i32.const 0)
@@ -412,7 +444,7 @@
)
(return)
)
- (func $test4 (param $0 i32)
+ (func $test4 (type $2) (param $0 i32)
(block $label$0
(block $label$1
(br_if $label$1
@@ -426,9 +458,11 @@
(get_local $0)
)
)
- (i32.eq
- (get_local $0)
- (i32.const 2)
+ (drop
+ (i32.eq
+ (get_local $0)
+ (i32.const 2)
+ )
)
(br $label$0)
)
@@ -450,8 +484,9 @@
)
(return)
)
- (func $test5 (param $0 i32) (param $1 i32)
+ (func $test5 (type $3) (param $0 i32) (param $1 i32)
(local $2 i32)
+ (local $3 i32)
(set_local $2
(i32.and
(get_local $0)
@@ -467,9 +502,17 @@
(block $label$0
(loop $label$2 $label$1
(set_local $0
- (i32.store
- (i32.const 0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $3
+ (i32.const 0)
+ )
+ (i32.store
+ (i32.const 0)
+ (get_local $3)
+ )
+ )
+ (get_local $3)
)
)
(br_if $label$0
@@ -497,10 +540,12 @@
)
(return)
)
- (func $test6 (param $0 i32) (param $1 i32)
+ (func $test6 (type $3) (param $0 i32) (param $1 i32)
(local $2 i32)
(local $3 i32)
(local $4 i32)
+ (local $5 i32)
+ (local $6 i32)
(set_local $3
(i32.and
(get_local $0)
@@ -511,9 +556,17 @@
(block $label$1
(loop $label$3 $label$2
(set_local $0
- (i32.store
- (i32.const 0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $5
+ (i32.const 0)
+ )
+ (i32.store
+ (i32.const 0)
+ (get_local $5)
+ )
+ )
+ (get_local $5)
)
)
(br_if $label$0
@@ -523,13 +576,21 @@
)
(br_if $label$1
(i32.eqz
- (set_local $4
+ (tee_local $4
(i32.and
(get_local $1)
- (set_local $2
- (i32.store
- (get_local $0)
- (i32.const 1)
+ (tee_local $2
+ (block
+ (block
+ (set_local $6
+ (i32.const 1)
+ )
+ (i32.store
+ (get_local $0)
+ (get_local $6)
+ )
+ )
+ (get_local $6)
)
)
)
@@ -561,13 +622,23 @@
)
(return)
)
- (func $test7 (param $0 i32) (param $1 i32)
+ (func $test7 (type $3) (param $0 i32) (param $1 i32)
(local $2 i32)
(local $3 i32)
+ (local $4 i32)
+ (local $5 i32)
(set_local $2
- (i32.store
- (i32.const 0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $4
+ (i32.const 0)
+ )
+ (i32.store
+ (i32.const 0)
+ (get_local $4)
+ )
+ )
+ (get_local $4)
)
)
(set_local $3
@@ -578,9 +649,17 @@
)
(loop $label$1 $label$0
(set_local $0
- (i32.store
- (get_local $2)
- (i32.const 1)
+ (block
+ (block
+ (set_local $5
+ (i32.const 1)
+ )
+ (i32.store
+ (get_local $2)
+ (get_local $5)
+ )
+ )
+ (get_local $5)
)
)
(block $label$2
@@ -620,7 +699,7 @@
)
(unreachable)
)
- (func $test8 (result i32)
+ (func $test8 (type $FUNCSIG$i) (result i32)
(loop $label$1 $label$0
(br_if $label$0
(i32.const 0)
@@ -628,23 +707,41 @@
(br $label$0)
)
)
- (func $test9
+ (func $test9 (type $FUNCSIG$v)
(local $0 i32)
(local $1 i32)
+ (local $2 i32)
+ (local $3 i32)
(set_local $0
- (i32.store
- (i32.const 0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $2
+ (i32.const 0)
+ )
+ (i32.store
+ (i32.const 0)
+ (get_local $2)
+ )
+ )
+ (get_local $2)
)
)
(loop $label$1 $label$0
(br_if $label$1
(i32.eqz
(i32.and
- (set_local $1
- (i32.store
- (get_local $0)
- (i32.const 1)
+ (tee_local $1
+ (block
+ (block
+ (set_local $3
+ (i32.const 1)
+ )
+ (i32.store
+ (get_local $0)
+ (get_local $3)
+ )
+ )
+ (get_local $3)
)
)
(call_import $a)
@@ -700,7 +797,7 @@
)
(return)
)
- (func $test10
+ (func $test10 (type $FUNCSIG$v)
(local $0 i32)
(local $1 i32)
(local $2 i32)
@@ -739,7 +836,7 @@
(loop $label$6 $label$5
(br_if $label$0
(i32.gt_u
- (set_local $2
+ (tee_local $2
(get_local $4)
)
(i32.const 4)
@@ -761,17 +858,26 @@
(br $label$0)
)
)
- (func $test11
+ (func $test11 (type $FUNCSIG$v)
(local $0 i32)
+ (local $1 i32)
(block $label$0
(block $label$1
(block $label$2
(block $label$3
(br_if $label$3
- (set_local $0
- (i32.store
- (i32.const 0)
- (i32.const 0)
+ (tee_local $0
+ (block
+ (block
+ (set_local $1
+ (i32.const 0)
+ )
+ (i32.store
+ (i32.const 0)
+ (get_local $1)
+ )
+ )
+ (get_local $1)
)
)
)
@@ -832,14 +938,14 @@
)
(return)
)
- (func $test12 (param $0 i32)
+ (func $test12 (type $2) (param $0 i32)
(local $1 i32)
(loop $label$1 $label$0
(block $label$2
(block $label$3
(br_if $label$3
(i32.gt_s
- (set_local $1
+ (tee_local $1
(i32.load8_u
(get_local $0)
)
@@ -884,7 +990,7 @@
)
(return)
)
- (func $test13
+ (func $test13 (type $FUNCSIG$v)
(local $0 i32)
(block $label$0
(block $label$1
@@ -914,7 +1020,7 @@
)
(unreachable)
)
- (func $test14
+ (func $test14 (type $FUNCSIG$v)
(loop $label$1 $label$0
(br_if $label$0
(i32.const 0)
@@ -927,7 +1033,7 @@
)
(return)
)
- (func $test15
+ (func $test15 (type $FUNCSIG$v)
(local $0 i32)
(local $1 i32)
(block $label$0
@@ -947,7 +1053,7 @@
(i32.const 0)
)
(br_if $label$3
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $0)
(i32.const -4)
diff --git a/test/llvm_autogenerated/dead-vreg.wast b/test/llvm_autogenerated/dead-vreg.wast
index be6e82cfd..171f3c388 100644
--- a/test/llvm_autogenerated/dead-vreg.wast
+++ b/test/llvm_autogenerated/dead-vreg.wast
@@ -2,14 +2,16 @@
(memory 1)
(data (i32.const 4) "\10\04\00\00")
(export "memory" memory)
+ (type $0 (func (param i32 i32 i32)))
(export "foo" $foo)
- (func $foo (param $0 i32) (param $1 i32) (param $2 i32)
+ (func $foo (type $0) (param $0 i32) (param $1 i32) (param $2 i32)
(local $3 i32)
(local $4 i32)
(local $5 i32)
(local $6 i32)
(local $7 i32)
(local $8 i32)
+ (local $9 i32)
(block $label$0
(br_if $label$0
(i32.lt_s
@@ -49,9 +51,17 @@
(loop $label$5 $label$4
(set_local $6
(i32.add
- (i32.store
- (get_local $7)
- (get_local $6)
+ (block
+ (block
+ (set_local $9
+ (get_local $6)
+ )
+ (i32.store
+ (get_local $7)
+ (get_local $9)
+ )
+ )
+ (get_local $9)
)
(get_local $5)
)
@@ -63,7 +73,7 @@
)
)
(br_if $label$4
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $8)
(i32.const -1)
@@ -80,7 +90,7 @@
)
(br_if $label$1
(i32.ne
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $5)
(i32.const 1)
diff --git a/test/llvm_autogenerated/i128.wast b/test/llvm_autogenerated/i128.wast
index 830c1433c..d76ae4df8 100644
--- a/test/llvm_autogenerated/i128.wast
+++ b/test/llvm_autogenerated/i128.wast
@@ -4,6 +4,8 @@
(export "memory" memory)
(type $FUNCSIG$vijji (func (param i32 i64 i64 i32)))
(type $FUNCSIG$vijjjj (func (param i32 i64 i64 i64 i64)))
+ (type $2 (func (param i32 i64 i64)))
+ (type $3 (func (param i64 i64) (result i32)))
(import $__ashlti3 "env" "__ashlti3" (param i32 i64 i64 i32))
(import $__ashrti3 "env" "__ashrti3" (param i32 i64 i64 i32))
(import $__divti3 "env" "__divti3" (param i32 i64 i64 i64 i64))
@@ -35,7 +37,8 @@
(export "masked_rotl" $masked_rotl)
(export "rotr" $rotr)
(export "masked_rotr" $masked_rotr)
- (func $add128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $add128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (local $5 i64)
(i64.store
(i32.add
(get_local $0)
@@ -50,13 +53,21 @@
(i64.const 1)
(i64.extend_u/i32
(i64.lt_u
- (set_local $2
- (i64.store
- (get_local $0)
- (i64.add
- (get_local $1)
- (get_local $3)
+ (tee_local $2
+ (block
+ (block
+ (set_local $5
+ (i64.add
+ (get_local $1)
+ (get_local $3)
+ )
+ )
+ (i64.store
+ (get_local $0)
+ (get_local $5)
+ )
)
+ (get_local $5)
)
)
(get_local $1)
@@ -71,7 +82,7 @@
)
(return)
)
- (func $sub128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $sub128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(i64.store
(get_local $0)
(i64.sub
@@ -99,18 +110,27 @@
)
(return)
)
- (func $mul128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $mul128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__multi3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -145,18 +165,27 @@
)
(return)
)
- (func $sdiv128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $sdiv128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__divti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -191,18 +220,27 @@
)
(return)
)
- (func $udiv128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $udiv128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__udivti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -237,18 +275,27 @@
)
(return)
)
- (func $srem128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $srem128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__modti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -283,18 +330,27 @@
)
(return)
)
- (func $urem128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $urem128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__umodti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -329,7 +385,7 @@
)
(return)
)
- (func $and128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $and128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(i64.store
(i32.add
(get_local $0)
@@ -349,7 +405,7 @@
)
(return)
)
- (func $or128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $or128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(i64.store
(i32.add
(get_local $0)
@@ -369,7 +425,7 @@
)
(return)
)
- (func $xor128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $xor128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(i64.store
(i32.add
(get_local $0)
@@ -389,18 +445,27 @@
)
(return)
)
- (func $shl128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $shl128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__ashlti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -436,18 +501,27 @@
)
(return)
)
- (func $shr128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $shr128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__lshrti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -483,18 +557,27 @@
)
(return)
)
- (func $sar128 (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $sar128 (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__ashrti3
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 16)
)
+ (get_local $6)
)
)
(get_local $1)
@@ -530,7 +613,8 @@
)
(return)
)
- (func $clz128 (param $0 i32) (param $1 i64) (param $2 i64)
+ (func $clz128 (type $2) (param $0 i32) (param $1 i64) (param $2 i64)
+ (local $3 i64)
(i64.store
(get_local $0)
(select
@@ -545,19 +629,28 @@
)
(i64.ne
(get_local $2)
- (i64.store
- (i32.add
- (get_local $0)
- (i32.const 8)
+ (block
+ (block
+ (set_local $3
+ (i64.const 0)
+ )
+ (i64.store
+ (i32.add
+ (get_local $0)
+ (i32.const 8)
+ )
+ (get_local $3)
+ )
)
- (i64.const 0)
+ (get_local $3)
)
)
)
)
(return)
)
- (func $clz128_zero_undef (param $0 i32) (param $1 i64) (param $2 i64)
+ (func $clz128_zero_undef (type $2) (param $0 i32) (param $1 i64) (param $2 i64)
+ (local $3 i64)
(i64.store
(get_local $0)
(select
@@ -572,19 +665,28 @@
)
(i64.ne
(get_local $2)
- (i64.store
- (i32.add
- (get_local $0)
- (i32.const 8)
+ (block
+ (block
+ (set_local $3
+ (i64.const 0)
+ )
+ (i64.store
+ (i32.add
+ (get_local $0)
+ (i32.const 8)
+ )
+ (get_local $3)
+ )
)
- (i64.const 0)
+ (get_local $3)
)
)
)
)
(return)
)
- (func $ctz128 (param $0 i32) (param $1 i64) (param $2 i64)
+ (func $ctz128 (type $2) (param $0 i32) (param $1 i64) (param $2 i64)
+ (local $3 i64)
(i64.store
(get_local $0)
(select
@@ -599,19 +701,28 @@
)
(i64.ne
(get_local $1)
- (i64.store
- (i32.add
- (get_local $0)
- (i32.const 8)
+ (block
+ (block
+ (set_local $3
+ (i64.const 0)
+ )
+ (i64.store
+ (i32.add
+ (get_local $0)
+ (i32.const 8)
+ )
+ (get_local $3)
+ )
)
- (i64.const 0)
+ (get_local $3)
)
)
)
)
(return)
)
- (func $ctz128_zero_undef (param $0 i32) (param $1 i64) (param $2 i64)
+ (func $ctz128_zero_undef (type $2) (param $0 i32) (param $1 i64) (param $2 i64)
+ (local $3 i64)
(i64.store
(get_local $0)
(select
@@ -626,19 +737,27 @@
)
(i64.ne
(get_local $1)
- (i64.store
- (i32.add
- (get_local $0)
- (i32.const 8)
+ (block
+ (block
+ (set_local $3
+ (i64.const 0)
+ )
+ (i64.store
+ (i32.add
+ (get_local $0)
+ (i32.const 8)
+ )
+ (get_local $3)
+ )
)
- (i64.const 0)
+ (get_local $3)
)
)
)
)
(return)
)
- (func $popcnt128 (param $0 i32) (param $1 i64) (param $2 i64)
+ (func $popcnt128 (type $2) (param $0 i32) (param $1 i64) (param $2 i64)
(i64.store
(i32.add
(get_local $0)
@@ -659,7 +778,7 @@
)
(return)
)
- (func $eqz128 (param $0 i64) (param $1 i64) (result i32)
+ (func $eqz128 (type $3) (param $0 i64) (param $1 i64) (result i32)
(return
(i64.eqz
(i64.or
@@ -669,19 +788,28 @@
)
)
)
- (func $rotl (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $rotl (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__ashlti3
(i32.add
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 32)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 32)
)
+ (get_local $6)
)
)
(i32.const 16)
@@ -746,19 +874,28 @@
)
(return)
)
- (func $masked_rotl (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $masked_rotl (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__ashlti3
(i32.add
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 32)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 32)
)
+ (get_local $6)
)
)
(i32.const 16)
@@ -766,7 +903,7 @@
(get_local $1)
(get_local $2)
(i32.wrap/i64
- (set_local $3
+ (tee_local $3
(i64.and
(get_local $3)
(i64.const 127)
@@ -828,19 +965,28 @@
)
(return)
)
- (func $rotr (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $rotr (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__lshrti3
(i32.add
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 32)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 32)
)
+ (get_local $6)
)
)
(i32.const 16)
@@ -905,19 +1051,28 @@
)
(return)
)
- (func $masked_rotr (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
+ (func $masked_rotr (type $FUNCSIG$vijjjj) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64)
(local $5 i32)
+ (local $6 i32)
(call_import $__lshrti3
(i32.add
- (set_local $5
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $5
+ (block
+ (block
+ (set_local $6
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 32)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $6)
)
- (i32.const 32)
)
+ (get_local $6)
)
)
(i32.const 16)
@@ -925,7 +1080,7 @@
(get_local $1)
(get_local $2)
(i32.wrap/i64
- (set_local $3
+ (tee_local $3
(i64.and
(get_local $3)
(i64.const 127)
diff --git a/test/llvm_autogenerated/i64-load-store-alignment.wast b/test/llvm_autogenerated/i64-load-store-alignment.wast
index 33362acfc..981e552c9 100644
--- a/test/llvm_autogenerated/i64-load-store-alignment.wast
+++ b/test/llvm_autogenerated/i64-load-store-alignment.wast
@@ -215,28 +215,28 @@
(return)
)
(func $sti32_a1 (param $0 i32) (param $1 i64)
- (i64.store32 align=1
+ (i64.store align=1
(get_local $0)
(get_local $1)
)
(return)
)
(func $sti32_a2 (param $0 i32) (param $1 i64)
- (i64.store32 align=2
+ (i64.store align=2
(get_local $0)
(get_local $1)
)
(return)
)
(func $sti32_a4 (param $0 i32) (param $1 i64)
- (i64.store32
+ (i64.store
(get_local $0)
(get_local $1)
)
(return)
)
(func $sti32_a8 (param $0 i32) (param $1 i64)
- (i64.store32
+ (i64.store
(get_local $0)
(get_local $1)
)
diff --git a/test/llvm_autogenerated/legalize.wast b/test/llvm_autogenerated/legalize.wast
index 912efce02..37c487a3e 100644
--- a/test/llvm_autogenerated/legalize.wast
+++ b/test/llvm_autogenerated/legalize.wast
@@ -3,6 +3,12 @@
(data (i32.const 4) "\10\04\00\00")
(export "memory" memory)
(type $FUNCSIG$vijji (func (param i32 i64 i64 i32)))
+ (type $1 (func (param i32 i32 i32) (result i32)))
+ (type $2 (func (param i64 i64 i32) (result i64)))
+ (type $3 (func (param i64) (result i64)))
+ (type $4 (func (param i32) (result f64)))
+ (type $5 (func (param i32) (result f32)))
+ (type $6 (func (param i32 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64 i64)))
(import $__ashlti3 "env" "__ashlti3" (param i32 i64 i64 i32))
(import $__lshrti3 "env" "__lshrti3" (param i32 i64 i64 i32))
(export "shl_i3" $shl_i3)
@@ -11,7 +17,7 @@
(export "fpext_f32_f64" $fpext_f32_f64)
(export "fpconv_f64_f32" $fpconv_f64_f32)
(export "bigshift" $bigshift)
- (func $shl_i3 (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $shl_i3 (type $1) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(return
(i32.shl
(get_local $0)
@@ -22,7 +28,7 @@
)
)
)
- (func $shl_i53 (param $0 i64) (param $1 i64) (param $2 i32) (result i64)
+ (func $shl_i53 (type $2) (param $0 i64) (param $1 i64) (param $2 i32) (result i64)
(return
(i64.shl
(get_local $0)
@@ -33,7 +39,7 @@
)
)
)
- (func $sext_in_reg_i32_i64 (param $0 i64) (result i64)
+ (func $sext_in_reg_i32_i64 (type $3) (param $0 i64) (result i64)
(return
(i64.shr_s
(i64.shl
@@ -44,7 +50,7 @@
)
)
)
- (func $fpext_f32_f64 (param $0 i32) (result f64)
+ (func $fpext_f32_f64 (type $4) (param $0 i32) (result f64)
(return
(f64.promote/f32
(f32.load
@@ -53,7 +59,7 @@
)
)
)
- (func $fpconv_f64_f32 (param $0 i32) (result f32)
+ (func $fpconv_f64_f32 (type $5) (param $0 i32) (result f32)
(return
(f32.demote/f64
(f64.load
@@ -62,7 +68,7 @@
)
)
)
- (func $bigshift (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64) (param $5 i64) (param $6 i64) (param $7 i64) (param $8 i64) (param $9 i64) (param $10 i64) (param $11 i64) (param $12 i64) (param $13 i64) (param $14 i64) (param $15 i64) (param $16 i64) (param $17 i64) (param $18 i64) (param $19 i64) (param $20 i64) (param $21 i64) (param $22 i64) (param $23 i64) (param $24 i64) (param $25 i64) (param $26 i64) (param $27 i64) (param $28 i64) (param $29 i64) (param $30 i64) (param $31 i64) (param $32 i64)
+ (func $bigshift (type $6) (param $0 i32) (param $1 i64) (param $2 i64) (param $3 i64) (param $4 i64) (param $5 i64) (param $6 i64) (param $7 i64) (param $8 i64) (param $9 i64) (param $10 i64) (param $11 i64) (param $12 i64) (param $13 i64) (param $14 i64) (param $15 i64) (param $16 i64) (param $17 i64) (param $18 i64) (param $19 i64) (param $20 i64) (param $21 i64) (param $22 i64) (param $23 i64) (param $24 i64) (param $25 i64) (param $26 i64) (param $27 i64) (param $28 i64) (param $29 i64) (param $30 i64) (param $31 i64) (param $32 i64)
(local $33 i32)
(local $34 i32)
(local $35 i32)
@@ -83,24 +89,33 @@
(local $50 i32)
(local $51 i32)
(local $52 i32)
+ (local $53 i32)
(call_import $__ashlti3
(i32.add
- (set_local $33
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $33
+ (block
+ (block
+ (set_local $53
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 1024)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $53)
)
- (i32.const 1024)
)
+ (get_local $53)
)
)
(i32.const 512)
)
(get_local $1)
(get_local $2)
- (set_local $34
+ (tee_local $34
(i32.wrap/i64
(get_local $17)
)
@@ -122,7 +137,7 @@
)
(get_local $1)
(get_local $2)
- (set_local $42
+ (tee_local $42
(i32.sub
(i32.const 128)
(get_local $34)
@@ -136,7 +151,7 @@
)
(get_local $1)
(get_local $2)
- (set_local $43
+ (tee_local $43
(i32.add
(get_local $34)
(i32.const -128)
@@ -150,7 +165,7 @@
)
(get_local $1)
(get_local $2)
- (set_local $44
+ (tee_local $44
(i32.sub
(i32.const 384)
(get_local $34)
@@ -164,7 +179,7 @@
)
(get_local $3)
(get_local $4)
- (set_local $35
+ (tee_local $35
(i32.add
(get_local $34)
(i32.const -256)
@@ -178,7 +193,7 @@
)
(get_local $1)
(get_local $2)
- (set_local $40
+ (tee_local $40
(i32.add
(get_local $34)
(i32.const -384)
@@ -219,7 +234,7 @@
)
(get_local $3)
(get_local $4)
- (set_local $36
+ (tee_local $36
(i32.sub
(i32.const 256)
(get_local $34)
@@ -242,7 +257,7 @@
)
(get_local $3)
(get_local $4)
- (set_local $51
+ (tee_local $51
(i32.sub
(i32.const 128)
(get_local $36)
@@ -295,7 +310,7 @@
)
(get_local $3)
(get_local $4)
- (set_local $37
+ (tee_local $37
(i32.add
(get_local $34)
(i32.const -768)
@@ -321,7 +336,7 @@
)
(get_local $5)
(get_local $6)
- (set_local $46
+ (tee_local $46
(i32.sub
(i32.const 640)
(get_local $34)
@@ -335,7 +350,7 @@
)
(get_local $7)
(get_local $8)
- (set_local $38
+ (tee_local $38
(i32.add
(get_local $34)
(i32.const -512)
@@ -349,7 +364,7 @@
)
(get_local $5)
(get_local $6)
- (set_local $52
+ (tee_local $52
(i32.add
(get_local $34)
(i32.const -640)
@@ -363,7 +378,7 @@
)
(get_local $3)
(get_local $4)
- (set_local $39
+ (tee_local $39
(i32.sub
(i32.const 768)
(get_local $34)
@@ -440,7 +455,7 @@
)
(get_local $7)
(get_local $8)
- (set_local $40
+ (tee_local $40
(i32.sub
(i32.const 512)
(get_local $34)
@@ -463,7 +478,7 @@
)
(get_local $7)
(get_local $8)
- (set_local $45
+ (tee_local $45
(i32.sub
(i32.const 128)
(get_local $40)
@@ -633,7 +648,7 @@
)
(get_local $5)
(get_local $6)
- (set_local $41
+ (tee_local $41
(i32.sub
(i32.const 256)
(get_local $40)
@@ -778,7 +793,7 @@
)
)
(i64.const 0)
- (set_local $42
+ (tee_local $42
(i32.lt_u
(get_local $34)
(i32.const 128)
@@ -786,7 +801,7 @@
)
)
(i64.const 0)
- (set_local $43
+ (tee_local $43
(i32.lt_u
(get_local $34)
(i32.const 256)
@@ -794,7 +809,7 @@
)
)
(i64.const 0)
- (set_local $44
+ (tee_local $44
(i32.lt_u
(get_local $34)
(i32.const 512)
@@ -958,7 +973,7 @@
)
)
(i64.const 0)
- (set_local $46
+ (tee_local $46
(i32.lt_u
(get_local $36)
(i32.const 128)
@@ -997,7 +1012,7 @@
(i32.const 8)
)
)
- (set_local $45
+ (tee_local $45
(i32.lt_u
(get_local $35)
(i32.const 128)
@@ -1324,7 +1339,7 @@
)
)
(i64.const 0)
- (set_local $51
+ (tee_local $51
(i32.lt_u
(get_local $40)
(i32.const 128)
@@ -1332,7 +1347,7 @@
)
)
(i64.const 0)
- (set_local $52
+ (tee_local $52
(i32.lt_u
(get_local $40)
(i32.const 256)
@@ -1374,7 +1389,7 @@
(i32.const 8)
)
)
- (set_local $48
+ (tee_local $48
(i32.lt_u
(get_local $38)
(i32.const 128)
@@ -1395,7 +1410,7 @@
)
)
(i64.const 0)
- (set_local $49
+ (tee_local $49
(i32.lt_u
(get_local $39)
(i32.const 128)
@@ -1434,7 +1449,7 @@
(i32.const 8)
)
)
- (set_local $47
+ (tee_local $47
(i32.lt_u
(get_local $37)
(i32.const 128)
@@ -1444,7 +1459,7 @@
(get_local $4)
(get_local $37)
)
- (set_local $50
+ (tee_local $50
(i32.lt_u
(get_local $38)
(i32.const 256)
@@ -1978,7 +1993,7 @@
)
)
(i64.const 0)
- (set_local $35
+ (tee_local $35
(i32.lt_u
(get_local $41)
(i32.const 128)
diff --git a/test/llvm_autogenerated/mem-intrinsics.wast b/test/llvm_autogenerated/mem-intrinsics.wast
index 62d586ad9..52d52c13a 100644
--- a/test/llvm_autogenerated/mem-intrinsics.wast
+++ b/test/llvm_autogenerated/mem-intrinsics.wast
@@ -5,6 +5,8 @@
(type $FUNCSIG$v (func))
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
+ (type $3 (func (param i32 i32 i32)))
+ (type $4 (func (param i32 i32 i32 i32 i32) (result i32)))
(import $block_tail_dup "env" "block_tail_dup")
(import $def "env" "def" (result i32))
(import $memcpy "env" "memcpy" (param i32 i32 i32) (result i32))
@@ -19,7 +21,7 @@
(export "frame_index" $frame_index)
(export "drop_result" $drop_result)
(export "tail_dup_to_reuse_result" $tail_dup_to_reuse_result)
- (func $copy_yes (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $copy_yes (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(return
(call_import $memcpy
(get_local $0)
@@ -28,15 +30,17 @@
)
)
)
- (func $copy_no (param $0 i32) (param $1 i32) (param $2 i32)
- (call_import $memcpy
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (func $copy_no (type $3) (param $0 i32) (param $1 i32) (param $2 i32)
+ (drop
+ (call_import $memcpy
+ (get_local $0)
+ (get_local $1)
+ (get_local $2)
+ )
)
(return)
)
- (func $move_yes (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $move_yes (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(return
(call_import $memmove
(get_local $0)
@@ -45,15 +49,17 @@
)
)
)
- (func $move_no (param $0 i32) (param $1 i32) (param $2 i32)
- (call_import $memmove
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (func $move_no (type $3) (param $0 i32) (param $1 i32) (param $2 i32)
+ (drop
+ (call_import $memmove
+ (get_local $0)
+ (get_local $1)
+ (get_local $2)
+ )
)
(return)
)
- (func $set_yes (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $set_yes (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(return
(call_import $memset
(get_local $0)
@@ -62,33 +68,46 @@
)
)
)
- (func $set_no (param $0 i32) (param $1 i32) (param $2 i32)
- (call_import $memset
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (func $set_no (type $3) (param $0 i32) (param $1 i32) (param $2 i32)
+ (drop
+ (call_import $memset
+ (get_local $0)
+ (get_local $1)
+ (get_local $2)
+ )
)
(return)
)
- (func $frame_index
+ (func $frame_index (type $FUNCSIG$v)
(local $0 i32)
- (call_import $memset
- (i32.add
- (set_local $0
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
- (i32.const 4)
+ (local $1 i32)
+ (drop
+ (call_import $memset
+ (i32.add
+ (tee_local $0
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 4096)
+ )
+ )
+ (i32.store
+ (i32.const 4)
+ (get_local $1)
+ )
)
- (i32.const 4096)
+ (get_local $1)
)
)
+ (i32.const 2048)
)
- (i32.const 2048)
+ (i32.const 0)
+ (i32.const 1024)
)
- (i32.const 0)
- (i32.const 1024)
)
(i32.store
(i32.const 4)
@@ -103,7 +122,7 @@
)
(return)
)
- (func $drop_result (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
+ (func $drop_result (type $4) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
(block $label$0
(block $label$1
(block $label$2
@@ -128,17 +147,19 @@
(get_local $0)
)
)
- (call_import $memset
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (drop
+ (call_import $memset
+ (get_local $0)
+ (get_local $1)
+ (get_local $2)
+ )
)
(call_import $block_tail_dup)
(return
(get_local $0)
)
)
- (func $tail_dup_to_reuse_result (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
+ (func $tail_dup_to_reuse_result (type $4) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
(block $label$0
(block $label$1
(block $label$2
diff --git a/test/llvm_autogenerated/offset.wast b/test/llvm_autogenerated/offset.wast
index a24a055e3..b86e801f2 100644
--- a/test/llvm_autogenerated/offset.wast
+++ b/test/llvm_autogenerated/offset.wast
@@ -3,6 +3,12 @@
(data (i32.const 4) "\10\04\00\00")
(data (i32.const 12) "\00\00\00\00")
(export "memory" memory)
+ (type $0 (func (param i32) (result i32)))
+ (type $1 (func (param i32) (result i64)))
+ (type $2 (func (param i32)))
+ (type $3 (func (result i32)))
+ (type $4 (func))
+ (type $5 (func (param i32 i32)))
(export "load_i32_with_folded_offset" $load_i32_with_folded_offset)
(export "load_i32_with_folded_gep_offset" $load_i32_with_folded_gep_offset)
(export "load_i32_with_unfolded_gep_negative_offset" $load_i32_with_unfolded_gep_negative_offset)
@@ -38,17 +44,17 @@
(export "aggregate_load_store" $aggregate_load_store)
(export "aggregate_return" $aggregate_return)
(export "aggregate_return_without_merge" $aggregate_return_without_merge)
- (func $load_i32_with_folded_offset (param $0 i32) (result i32)
+ (func $load_i32_with_folded_offset (type $0) (param $0 i32) (result i32)
(i32.load offset=24
(get_local $0)
)
)
- (func $load_i32_with_folded_gep_offset (param $0 i32) (result i32)
+ (func $load_i32_with_folded_gep_offset (type $0) (param $0 i32) (result i32)
(i32.load offset=24
(get_local $0)
)
)
- (func $load_i32_with_unfolded_gep_negative_offset (param $0 i32) (result i32)
+ (func $load_i32_with_unfolded_gep_negative_offset (type $0) (param $0 i32) (result i32)
(i32.load
(i32.add
(get_local $0)
@@ -56,7 +62,7 @@
)
)
)
- (func $load_i32_with_unfolded_offset (param $0 i32) (result i32)
+ (func $load_i32_with_unfolded_offset (type $0) (param $0 i32) (result i32)
(i32.load
(i32.add
(get_local $0)
@@ -64,7 +70,7 @@
)
)
)
- (func $load_i32_with_unfolded_gep_offset (param $0 i32) (result i32)
+ (func $load_i32_with_unfolded_gep_offset (type $0) (param $0 i32) (result i32)
(i32.load
(i32.add
(get_local $0)
@@ -72,17 +78,17 @@
)
)
)
- (func $load_i64_with_folded_offset (param $0 i32) (result i64)
+ (func $load_i64_with_folded_offset (type $1) (param $0 i32) (result i64)
(i64.load offset=24
(get_local $0)
)
)
- (func $load_i64_with_folded_gep_offset (param $0 i32) (result i64)
+ (func $load_i64_with_folded_gep_offset (type $1) (param $0 i32) (result i64)
(i64.load offset=24
(get_local $0)
)
)
- (func $load_i64_with_unfolded_gep_negative_offset (param $0 i32) (result i64)
+ (func $load_i64_with_unfolded_gep_negative_offset (type $1) (param $0 i32) (result i64)
(i64.load
(i32.add
(get_local $0)
@@ -90,7 +96,7 @@
)
)
)
- (func $load_i64_with_unfolded_offset (param $0 i32) (result i64)
+ (func $load_i64_with_unfolded_offset (type $1) (param $0 i32) (result i64)
(i64.load
(i32.add
(get_local $0)
@@ -98,7 +104,7 @@
)
)
)
- (func $load_i64_with_unfolded_gep_offset (param $0 i32) (result i64)
+ (func $load_i64_with_unfolded_gep_offset (type $1) (param $0 i32) (result i64)
(i64.load
(i32.add
(get_local $0)
@@ -106,7 +112,7 @@
)
)
)
- (func $load_i32_with_folded_or_offset (param $0 i32) (result i32)
+ (func $load_i32_with_folded_or_offset (type $0) (param $0 i32) (result i32)
(i32.load8_s offset=2
(i32.and
(get_local $0)
@@ -114,19 +120,19 @@
)
)
)
- (func $store_i32_with_folded_offset (param $0 i32)
+ (func $store_i32_with_folded_offset (type $2) (param $0 i32)
(i32.store offset=24
(get_local $0)
(i32.const 0)
)
)
- (func $store_i32_with_folded_gep_offset (param $0 i32)
+ (func $store_i32_with_folded_gep_offset (type $2) (param $0 i32)
(i32.store offset=24
(get_local $0)
(i32.const 0)
)
)
- (func $store_i32_with_unfolded_gep_negative_offset (param $0 i32)
+ (func $store_i32_with_unfolded_gep_negative_offset (type $2) (param $0 i32)
(i32.store
(i32.add
(get_local $0)
@@ -135,7 +141,7 @@
(i32.const 0)
)
)
- (func $store_i32_with_unfolded_offset (param $0 i32)
+ (func $store_i32_with_unfolded_offset (type $2) (param $0 i32)
(i32.store
(i32.add
(get_local $0)
@@ -144,7 +150,7 @@
(i32.const 0)
)
)
- (func $store_i32_with_unfolded_gep_offset (param $0 i32)
+ (func $store_i32_with_unfolded_gep_offset (type $2) (param $0 i32)
(i32.store
(i32.add
(get_local $0)
@@ -153,19 +159,19 @@
(i32.const 0)
)
)
- (func $store_i64_with_folded_offset (param $0 i32)
+ (func $store_i64_with_folded_offset (type $2) (param $0 i32)
(i64.store offset=24
(get_local $0)
(i64.const 0)
)
)
- (func $store_i64_with_folded_gep_offset (param $0 i32)
+ (func $store_i64_with_folded_gep_offset (type $2) (param $0 i32)
(i64.store offset=24
(get_local $0)
(i64.const 0)
)
)
- (func $store_i64_with_unfolded_gep_negative_offset (param $0 i32)
+ (func $store_i64_with_unfolded_gep_negative_offset (type $2) (param $0 i32)
(i64.store
(i32.add
(get_local $0)
@@ -174,7 +180,7 @@
(i64.const 0)
)
)
- (func $store_i64_with_unfolded_offset (param $0 i32)
+ (func $store_i64_with_unfolded_offset (type $2) (param $0 i32)
(i64.store
(i32.add
(get_local $0)
@@ -183,7 +189,7 @@
(i64.const 0)
)
)
- (func $store_i64_with_unfolded_gep_offset (param $0 i32)
+ (func $store_i64_with_unfolded_gep_offset (type $2) (param $0 i32)
(i64.store
(i32.add
(get_local $0)
@@ -192,7 +198,7 @@
(i64.const 0)
)
)
- (func $store_i32_with_folded_or_offset (param $0 i32)
+ (func $store_i32_with_folded_or_offset (type $2) (param $0 i32)
(i32.store8 offset=2
(i32.and
(get_local $0)
@@ -201,61 +207,61 @@
(i32.const 0)
)
)
- (func $load_i32_from_numeric_address (result i32)
+ (func $load_i32_from_numeric_address (type $3) (result i32)
(i32.load offset=42
(i32.const 0)
)
)
- (func $load_i32_from_global_address (result i32)
+ (func $load_i32_from_global_address (type $3) (result i32)
(i32.load offset=12
(i32.const 0)
)
)
- (func $store_i32_to_numeric_address
+ (func $store_i32_to_numeric_address (type $4)
(i32.store offset=42
(i32.const 0)
(i32.const 0)
)
)
- (func $store_i32_to_global_address
+ (func $store_i32_to_global_address (type $4)
(i32.store offset=12
(i32.const 0)
(i32.const 0)
)
)
- (func $load_i8_s_with_folded_offset (param $0 i32) (result i32)
+ (func $load_i8_s_with_folded_offset (type $0) (param $0 i32) (result i32)
(i32.load8_s offset=24
(get_local $0)
)
)
- (func $load_i8_s_with_folded_gep_offset (param $0 i32) (result i32)
+ (func $load_i8_s_with_folded_gep_offset (type $0) (param $0 i32) (result i32)
(i32.load8_s offset=24
(get_local $0)
)
)
- (func $load_i8_u_with_folded_offset (param $0 i32) (result i32)
+ (func $load_i8_u_with_folded_offset (type $0) (param $0 i32) (result i32)
(i32.load8_u offset=24
(get_local $0)
)
)
- (func $load_i8_u_with_folded_gep_offset (param $0 i32) (result i32)
+ (func $load_i8_u_with_folded_gep_offset (type $0) (param $0 i32) (result i32)
(i32.load8_u offset=24
(get_local $0)
)
)
- (func $store_i8_with_folded_offset (param $0 i32)
+ (func $store_i8_with_folded_offset (type $2) (param $0 i32)
(i32.store8 offset=24
(get_local $0)
(i32.const 0)
)
)
- (func $store_i8_with_folded_gep_offset (param $0 i32)
+ (func $store_i8_with_folded_gep_offset (type $2) (param $0 i32)
(i32.store8 offset=24
(get_local $0)
(i32.const 0)
)
)
- (func $aggregate_load_store (param $0 i32) (param $1 i32)
+ (func $aggregate_load_store (type $5) (param $0 i32) (param $1 i32)
(local $2 i32)
(local $3 i32)
(local $4 i32)
@@ -293,24 +299,51 @@
(get_local $2)
)
)
- (func $aggregate_return (param $0 i32)
+ (func $aggregate_return (type $2) (param $0 i32)
+ (local $1 i64)
(i64.store align=4
(get_local $0)
- (i64.store offset=8 align=4
- (get_local $0)
- (i64.const 0)
+ (block
+ (block
+ (set_local $1
+ (i64.const 0)
+ )
+ (i64.store offset=8 align=4
+ (get_local $0)
+ (get_local $1)
+ )
+ )
+ (get_local $1)
)
)
)
- (func $aggregate_return_without_merge (param $0 i32)
+ (func $aggregate_return_without_merge (type $2) (param $0 i32)
+ (local $1 i32)
+ (local $2 i32)
(i32.store offset=8
(get_local $0)
- (i32.store16 offset=12
- (get_local $0)
- (i32.store8 offset=14
- (get_local $0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $2
+ (block
+ (block
+ (set_local $1
+ (i32.const 0)
+ )
+ (i32.store8 offset=14
+ (get_local $0)
+ (get_local $1)
+ )
+ )
+ (get_local $1)
+ )
+ )
+ (i32.store16 offset=12
+ (get_local $0)
+ (get_local $2)
+ )
)
+ (get_local $2)
)
)
(i64.store
diff --git a/test/llvm_autogenerated/phi.wast b/test/llvm_autogenerated/phi.wast
index 3bd742e8d..6975b7197 100644
--- a/test/llvm_autogenerated/phi.wast
+++ b/test/llvm_autogenerated/phi.wast
@@ -49,7 +49,7 @@
)
(br_if $label$0
(i32.lt_s
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $4)
(i32.const 1)
diff --git a/test/llvm_autogenerated/reg-stackify.wast b/test/llvm_autogenerated/reg-stackify.wast
index b9526b566..fa4225900 100644
--- a/test/llvm_autogenerated/reg-stackify.wast
+++ b/test/llvm_autogenerated/reg-stackify.wast
@@ -9,6 +9,11 @@
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$vii (func (param i32 i32)))
(type $FUNCSIG$vi (func (param i32)))
+ (type $6 (func (param i32 i32 i32) (result i32)))
+ (type $7 (func (param i32 i32 i32 i32) (result i32)))
+ (type $8 (func (param i32 i32 i32)))
+ (type $9 (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result i32)))
+ (type $10 (func (param i32 i32 i32 i32 i32)))
(import $blue "env" "blue" (result i32))
(import $callee "env" "callee" (param i32) (result i32))
(import $evoke_side_effects "env" "evoke_side_effects")
@@ -45,7 +50,7 @@
(export "no_stackify_past_epilogue" $no_stackify_past_epilogue)
(export "stackify_indvar" $stackify_indvar)
(export "stackpointer_dependency" $stackpointer_dependency)
- (func $no0 (param $0 i32) (param $1 i32) (result i32)
+ (func $no0 (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(set_local $1
(i32.load
(get_local $1)
@@ -59,7 +64,7 @@
(get_local $1)
)
)
- (func $no1 (param $0 i32) (param $1 i32) (result i32)
+ (func $no1 (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(set_local $1
(i32.load
(get_local $1)
@@ -73,7 +78,7 @@
(get_local $1)
)
)
- (func $yes0 (param $0 i32) (param $1 i32) (result i32)
+ (func $yes0 (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(i32.store
(get_local $0)
(i32.const 0)
@@ -84,14 +89,14 @@
)
)
)
- (func $yes1 (param $0 i32) (result i32)
+ (func $yes1 (type $FUNCSIG$ii) (param $0 i32) (result i32)
(return
(i32.load
(get_local $0)
)
)
)
- (func $sink_trap (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $sink_trap (type $6) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(i32.store
(get_local $2)
(i32.const 0)
@@ -103,7 +108,7 @@
)
)
)
- (func $sink_readnone_call (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $sink_readnone_call (type $6) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(i32.store
(get_local $2)
(i32.const 0)
@@ -112,7 +117,7 @@
(call_import $readnone_callee)
)
)
- (func $no_sink_readonly_call (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $no_sink_readonly_call (type $6) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(set_local $3
(call_import $readonly_callee)
@@ -125,7 +130,7 @@
(get_local $3)
)
)
- (func $stack_uses (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
+ (func $stack_uses (type $7) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(block $label$0
(br_if $label$0
(i32.ne
@@ -162,12 +167,12 @@
(i32.const 1)
)
)
- (func $multiple_uses (param $0 i32) (param $1 i32) (param $2 i32)
+ (func $multiple_uses (type $8) (param $0 i32) (param $1 i32) (param $2 i32)
(local $3 i32)
(block $label$0
(br_if $label$0
(i32.ge_u
- (set_local $3
+ (tee_local $3
(i32.load
(get_local $2)
)
@@ -188,12 +193,21 @@
)
(return)
)
- (func $stackify_store_across_side_effects (param $0 i32)
+ (func $stackify_store_across_side_effects (type $FUNCSIG$vi) (param $0 i32)
(local $1 i64)
+ (local $2 i64)
(set_local $1
- (i64.store
- (get_local $0)
- (i64.const 4611686018427387904)
+ (block
+ (block
+ (set_local $2
+ (i64.const 4611686018427387904)
+ )
+ (i64.store
+ (get_local $0)
+ (get_local $2)
+ )
+ )
+ (get_local $2)
)
)
(call_import $evoke_side_effects)
@@ -204,7 +218,7 @@
(call_import $evoke_side_effects)
(return)
)
- (func $div_tree (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) (param $6 i32) (param $7 i32) (param $8 i32) (param $9 i32) (param $10 i32) (param $11 i32) (param $12 i32) (param $13 i32) (param $14 i32) (param $15 i32) (result i32)
+ (func $div_tree (type $9) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) (param $6 i32) (param $7 i32) (param $8 i32) (param $9 i32) (param $10 i32) (param $11 i32) (param $12 i32) (param $13 i32) (param $14 i32) (param $15 i32) (result i32)
(return
(i32.div_s
(i32.div_s
@@ -254,9 +268,9 @@
)
)
)
- (func $simple_multiple_use (param $0 i32) (param $1 i32)
+ (func $simple_multiple_use (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
(call_import $use_a
- (set_local $1
+ (tee_local $1
(i32.mul
(get_local $1)
(get_local $0)
@@ -268,9 +282,9 @@
)
(return)
)
- (func $multiple_uses_in_same_insn (param $0 i32) (param $1 i32)
+ (func $multiple_uses_in_same_insn (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
(call_import $use_2
- (set_local $1
+ (tee_local $1
(i32.mul
(get_local $1)
(get_local $0)
@@ -280,7 +294,7 @@
)
(return)
)
- (func $commute (result i32)
+ (func $commute (type $FUNCSIG$i) (result i32)
(return
(i32.add
(i32.add
@@ -291,7 +305,7 @@
)
)
)
- (func $no_stackify_past_use (param $0 i32) (result i32)
+ (func $no_stackify_past_use (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
(call_import $callee
@@ -313,11 +327,11 @@
)
)
)
- (func $commute_to_fix_ordering (param $0 i32) (result i32)
+ (func $commute_to_fix_ordering (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
(return
(i32.mul
- (set_local $1
+ (tee_local $1
(call_import $callee
(get_local $0)
)
@@ -334,7 +348,7 @@
)
)
)
- (func $multiple_defs (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32)
+ (func $multiple_defs (type $10) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32)
(local $5 f64)
(local $6 f64)
(local $7 f64)
@@ -393,7 +407,7 @@
(f64.add
(select
(f64.const -11353.57)
- (set_local $9
+ (tee_local $9
(f64.add
(get_local $7)
(f64.const -1)
@@ -401,7 +415,7 @@
)
(get_local $2)
)
- (set_local $6
+ (tee_local $6
(get_local $8)
)
)
@@ -437,7 +451,7 @@
(br $label$0)
)
)
- (func $no_stackify_call_past_load (result i32)
+ (func $no_stackify_call_past_load (type $FUNCSIG$i) (result i32)
(local $0 i32)
(local $1 i32)
(set_local $0
@@ -448,18 +462,29 @@
(i32.const 0)
)
)
- (call_import $callee
- (get_local $0)
+ (drop
+ (call_import $callee
+ (get_local $0)
+ )
)
(return
(get_local $1)
)
)
- (func $no_stackify_store_past_load (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $no_stackify_store_past_load (type $6) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (local $3 i32)
(set_local $1
- (i32.store
- (get_local $1)
- (get_local $0)
+ (block
+ (block
+ (set_local $3
+ (get_local $0)
+ )
+ (i32.store
+ (get_local $1)
+ (get_local $3)
+ )
+ )
+ (get_local $3)
)
)
(set_local $2
@@ -467,18 +492,31 @@
(get_local $2)
)
)
- (call_import $callee
- (get_local $1)
+ (drop
+ (call_import $callee
+ (get_local $1)
+ )
)
(return
(get_local $2)
)
)
- (func $store_past_invar_load (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
- (call_import $callee
- (i32.store
- (get_local $1)
- (get_local $0)
+ (func $store_past_invar_load (type $6) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (local $3 i32)
+ (drop
+ (call_import $callee
+ (block
+ (block
+ (set_local $3
+ (get_local $0)
+ )
+ (i32.store
+ (get_local $1)
+ (get_local $3)
+ )
+ )
+ (get_local $3)
+ )
)
)
(return
@@ -487,24 +525,33 @@
)
)
)
- (func $ignore_dbg_value
+ (func $ignore_dbg_value (type $FUNCSIG$v)
(unreachable)
)
- (func $no_stackify_past_epilogue (result i32)
+ (func $no_stackify_past_epilogue (type $FUNCSIG$i) (result i32)
(local $0 i32)
(local $1 i32)
+ (local $2 i32)
(set_local $1
(call_import $use_memory
(i32.add
- (set_local $0
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $0
+ (block
+ (block
+ (set_local $2
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $2)
)
- (i32.const 16)
)
+ (get_local $2)
)
)
(i32.const 12)
@@ -522,7 +569,7 @@
(get_local $1)
)
)
- (func $stackify_indvar (param $0 i32) (param $1 i32)
+ (func $stackify_indvar (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
(local $2 i32)
(set_local $2
(i32.const 0)
@@ -540,7 +587,7 @@
(br_if $label$0
(i32.ne
(get_local $0)
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $2)
(i32.const 1)
@@ -551,12 +598,12 @@
)
(return)
)
- (func $stackpointer_dependency (param $0 i32) (result i32)
+ (func $stackpointer_dependency (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
(set_local $0
(call_import $stackpointer_callee
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 4)
)
diff --git a/test/llvm_autogenerated/store-results.wast b/test/llvm_autogenerated/store-results.wast
index c0969bf5f..1f2cd9c98 100644
--- a/test/llvm_autogenerated/store-results.wast
+++ b/test/llvm_autogenerated/store-results.wast
@@ -2,19 +2,30 @@
(memory 1)
(data (i32.const 4) " \04\00\00")
(export "memory" memory)
+ (type $0 (func (param i32) (result i32)))
+ (type $1 (func))
(export "single_block" $single_block)
(export "foo" $foo)
(export "bar" $bar)
(export "fi_ret" $fi_ret)
- (func $single_block (param $0 i32) (result i32)
+ (func $single_block (type $0) (param $0 i32) (result i32)
+ (local $1 i32)
(return
- (i32.store
- (get_local $0)
- (i32.const 0)
+ (block
+ (block
+ (set_local $1
+ (i32.const 0)
+ )
+ (i32.store
+ (get_local $0)
+ (get_local $1)
+ )
+ )
+ (get_local $1)
)
)
)
- (func $foo
+ (func $foo (type $1)
(local $0 i32)
(set_local $0
(i32.const 0)
@@ -26,7 +37,7 @@
)
(br_if $label$0
(i32.ne
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $0)
(i32.const 1)
@@ -38,7 +49,7 @@
)
(return)
)
- (func $bar
+ (func $bar (type $1)
(local $0 f32)
(set_local $0
(f32.const 0)
@@ -50,7 +61,7 @@
)
(br_if $label$0
(f32.ne
- (set_local $0
+ (tee_local $0
(f32.add
(get_local $0)
(f32.const 1)
@@ -62,16 +73,25 @@
)
(return)
)
- (func $fi_ret (param $0 i32) (result i32)
+ (func $fi_ret (type $0) (param $0 i32) (result i32)
+ (local $1 i32)
(return
- (i32.store
- (get_local $0)
- (i32.sub
- (i32.load
- (i32.const 4)
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 32)
+ )
+ )
+ (i32.store
+ (get_local $0)
+ (get_local $1)
)
- (i32.const 32)
)
+ (get_local $1)
)
)
)
diff --git a/test/llvm_autogenerated/store-trunc.wast b/test/llvm_autogenerated/store-trunc.wast
index cf20bcd00..d37c3b5c0 100644
--- a/test/llvm_autogenerated/store-trunc.wast
+++ b/test/llvm_autogenerated/store-trunc.wast
@@ -32,7 +32,7 @@
)
)
(func $trunc_i32_i64 (param $0 i32) (param $1 i64)
- (i64.store32
+ (i64.store
(get_local $0)
(get_local $1)
)
diff --git a/test/llvm_autogenerated/userstack.wast b/test/llvm_autogenerated/userstack.wast
index 216930a03..d9ccc83e5 100644
--- a/test/llvm_autogenerated/userstack.wast
+++ b/test/llvm_autogenerated/userstack.wast
@@ -3,6 +3,8 @@
(data (i32.const 4) "\10\04\00\00")
(export "memory" memory)
(type $FUNCSIG$vi (func (param i32)))
+ (type $1 (func))
+ (type $2 (func (param i32 i32)))
(import $ext_func "env" "ext_func" (param i32))
(import $ext_func_i32 "env" "ext_func_i32" (param i32))
(import $use_i8_star "env" "use_i8_star" (param i32))
@@ -18,18 +20,27 @@
(export "frameaddress_0" $frameaddress_0)
(export "frameaddress_1" $frameaddress_1)
(export "inline_asm" $inline_asm)
- (func $alloca32
+ (func $alloca32 (type $1)
(local $0 i32)
+ (local $1 i32)
(i32.store offset=12
- (set_local $0
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $0
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $1)
)
- (i32.const 16)
)
+ (get_local $1)
)
)
(i32.const 0)
@@ -43,10 +54,10 @@
)
(return)
)
- (func $alloca3264
+ (func $alloca3264 (type $1)
(local $0 i32)
(i32.store offset=12
- (set_local $0
+ (tee_local $0
(i32.sub
(i32.load
(i32.const 4)
@@ -62,26 +73,44 @@
)
(return)
)
- (func $allocarray
+ (func $allocarray (type $1)
(local $0 i32)
+ (local $1 i32)
+ (local $2 i32)
(i32.store offset=12
- (set_local $0
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $0
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 144)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $1)
)
- (i32.const 144)
)
+ (get_local $1)
)
)
- (i32.store
- (i32.add
- (get_local $0)
- (i32.const 24)
+ (block
+ (block
+ (set_local $2
+ (i32.const 1)
+ )
+ (i32.store
+ (i32.add
+ (get_local $0)
+ (i32.const 24)
+ )
+ (get_local $2)
+ )
)
- (i32.const 1)
+ (get_local $2)
)
)
(i32.store
@@ -93,19 +122,28 @@
)
(return)
)
- (func $non_mem_use (param $0 i32)
+ (func $non_mem_use (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
+ (local $2 i32)
(call_import $ext_func
(i32.add
- (set_local $1
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $1
+ (block
+ (block
+ (set_local $2
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 48)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $2)
)
- (i32.const 48)
)
+ (get_local $2)
)
)
(i32.const 8)
@@ -130,23 +168,41 @@
)
(return)
)
- (func $allocarray_inbounds
+ (func $allocarray_inbounds (type $1)
(local $0 i32)
+ (local $1 i32)
+ (local $2 i32)
(i32.store offset=12
- (set_local $0
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $0
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 32)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $1)
)
- (i32.const 32)
)
+ (get_local $1)
)
)
- (i32.store offset=24
- (get_local $0)
- (i32.const 1)
+ (block
+ (block
+ (set_local $2
+ (i32.const 1)
+ )
+ (i32.store offset=24
+ (get_local $0)
+ (get_local $2)
+ )
+ )
+ (get_local $2)
)
)
(call_import $ext_func
@@ -161,13 +217,13 @@
)
(return)
)
- (func $dynamic_alloca (param $0 i32)
+ (func $dynamic_alloca (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
(i32.store
(i32.const 4)
- (set_local $0
+ (tee_local $0
(i32.sub
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 4)
)
@@ -194,7 +250,7 @@
)
(return)
)
- (func $dynamic_alloca_redzone (param $0 i32)
+ (func $dynamic_alloca_redzone (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
(set_local $1
(i32.load
@@ -222,22 +278,31 @@
)
(return)
)
- (func $dynamic_static_alloca (param $0 i32)
+ (func $dynamic_static_alloca (type $FUNCSIG$vi) (param $0 i32)
(local $1 i32)
+ (local $2 i32)
(i32.store
(i32.const 4)
- (set_local $0
+ (tee_local $0
(i32.sub
- (i32.store
- (i32.const 4)
- (set_local $1
- (i32.sub
- (i32.load
- (i32.const 4)
+ (block
+ (block
+ (set_local $2
+ (tee_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
)
- (i32.const 16)
+ )
+ (i32.store
+ (i32.const 4)
+ (get_local $2)
)
)
+ (get_local $2)
)
(i32.and
(i32.add
@@ -265,7 +330,7 @@
)
(return)
)
- (func $copytoreg_fi (param $0 i32) (param $1 i32)
+ (func $copytoreg_fi (type $2) (param $0 i32) (param $1 i32)
(local $2 i32)
(set_local $2
(i32.add
@@ -298,10 +363,10 @@
)
(return)
)
- (func $frameaddress_0
+ (func $frameaddress_0 (type $1)
(local $0 i32)
(call_import $use_i8_star
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 4)
)
@@ -313,13 +378,13 @@
)
(return)
)
- (func $frameaddress_1
+ (func $frameaddress_1 (type $1)
(call_import $use_i8_star
(i32.const 0)
)
(return)
)
- (func $inline_asm
+ (func $inline_asm (type $1)
(local $0 i32)
(set_local $0
(i32.add
diff --git a/test/llvm_autogenerated/varargs.wast b/test/llvm_autogenerated/varargs.wast
index 02b3f2202..17d93d1ae 100644
--- a/test/llvm_autogenerated/varargs.wast
+++ b/test/llvm_autogenerated/varargs.wast
@@ -3,6 +3,10 @@
(data (i32.const 4) "\10\04\00\00")
(export "memory" memory)
(type $FUNCSIG$vi (func (param i32)))
+ (type $1 (func (param i32 i32)))
+ (type $2 (func (param i32) (result i32)))
+ (type $3 (func))
+ (type $4 (func (param i32 i32 i32)))
(import $callee "env" "callee" (param i32))
(export "start" $start)
(export "end" $end)
@@ -13,17 +17,17 @@
(export "caller_none" $caller_none)
(export "caller_some" $caller_some)
(export "startbb" $startbb)
- (func $start (param $0 i32) (param $1 i32)
+ (func $start (type $1) (param $0 i32) (param $1 i32)
(i32.store
(get_local $0)
(get_local $1)
)
(return)
)
- (func $end (param $0 i32)
+ (func $end (type $FUNCSIG$vi) (param $0 i32)
(return)
)
- (func $copy (param $0 i32) (param $1 i32)
+ (func $copy (type $1) (param $0 i32) (param $1 i32)
(i32.store
(get_local $0)
(i32.load
@@ -32,12 +36,12 @@
)
(return)
)
- (func $arg_i8 (param $0 i32) (result i32)
+ (func $arg_i8 (type $2) (param $0 i32) (result i32)
(local $1 i32)
(i32.store
(get_local $0)
(i32.add
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $0)
)
@@ -51,12 +55,12 @@
)
)
)
- (func $arg_i32 (param $0 i32) (result i32)
+ (func $arg_i32 (type $2) (param $0 i32) (result i32)
(local $1 i32)
(i32.store
(get_local $0)
(i32.add
- (set_local $1
+ (tee_local $1
(i32.and
(i32.add
(i32.load
@@ -76,27 +80,36 @@
)
)
)
- (func $arg_i128 (param $0 i32) (param $1 i32)
+ (func $arg_i128 (type $1) (param $0 i32) (param $1 i32)
(local $2 i32)
(local $3 i32)
(local $4 i64)
+ (local $5 i32)
(set_local $2
- (i32.store
- (get_local $1)
- (i32.add
- (set_local $3
- (i32.and
- (i32.add
- (i32.load
- (get_local $1)
+ (block
+ (block
+ (set_local $5
+ (i32.add
+ (tee_local $3
+ (i32.and
+ (i32.add
+ (i32.load
+ (get_local $1)
+ )
+ (i32.const 7)
+ )
+ (i32.const -8)
)
- (i32.const 7)
)
- (i32.const -8)
+ (i32.const 8)
)
)
- (i32.const 8)
+ (i32.store
+ (get_local $1)
+ (get_local $5)
+ )
)
+ (get_local $5)
)
)
(set_local $4
@@ -126,24 +139,33 @@
)
(return)
)
- (func $caller_none
+ (func $caller_none (type $3)
(call_import $callee
(i32.const 0)
)
(return)
)
- (func $caller_some
+ (func $caller_some (type $3)
(local $0 i32)
+ (local $1 i32)
(i64.store offset=8
- (set_local $0
- (i32.store
- (i32.const 4)
- (i32.sub
- (i32.load
+ (tee_local $0
+ (block
+ (block
+ (set_local $1
+ (i32.sub
+ (i32.load
+ (i32.const 4)
+ )
+ (i32.const 16)
+ )
+ )
+ (i32.store
(i32.const 4)
+ (get_local $1)
)
- (i32.const 16)
)
+ (get_local $1)
)
)
(i64.const 4611686018427387904)
@@ -164,7 +186,7 @@
)
(return)
)
- (func $startbb (param $0 i32) (param $1 i32) (param $2 i32)
+ (func $startbb (type $4) (param $0 i32) (param $1 i32) (param $2 i32)
(block $label$0
(br_if $label$0
(i32.eqz
diff --git a/test/memorygrowth.fromasm b/test/memorygrowth.fromasm
index c07cc247e..c0cce359a 100644
--- a/test/memorygrowth.fromasm
+++ b/test/memorygrowth.fromasm
@@ -1,45 +1,79 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (data (get_global $memoryBase) "memorygrowth.asm.js")
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $ja "env" "abort" (param i32))
- (import $oa "env" "_pthread_cleanup_pop" (param i32))
- (import $pa "env" "___lock" (param i32))
- (import $qa "env" "_abort")
- (import $ra "env" "_pthread_cleanup_push" (param i32 i32))
- (import $sa "env" "___syscall6" (param i32 i32) (result i32))
- (import $ta "env" "_sbrk" (param i32) (result i32))
- (import $ua "env" "___syscall140" (param i32 i32) (result i32))
- (import $va "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $wa "env" "___syscall54" (param i32 i32) (result i32))
- (import $xa "env" "___unlock" (param i32))
- (import $ya "env" "___syscall146" (param i32 i32) (result i32))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "_free" $fb)
- (export "_main" $Na)
- (export "_pthread_self" $ib)
- (export "_memset" $hb)
- (export "_malloc" $eb)
- (export "_memcpy" $jb)
- (export "_fflush" $_a)
- (export "___errno_location" $Qa)
- (export "runPostSets" $gb)
- (export "stackAlloc" $Ea)
- (export "stackSave" $Fa)
- (export "stackRestore" $Ga)
- (export "establishStackSpace" $Ha)
- (export "setThrew" $Ia)
- (export "setTempRet0" $La)
- (export "getTempRet0" $Ma)
- (export "dynCall_ii" $kb)
- (export "dynCall_iiii" $lb)
- (export "dynCall_vi" $mb)
- (export "__growWasmMemory" $__growWasmMemory)
+ (import "env" "STACKTOP" (global $r i32))
+ (import "env" "STACK_MAX" (global $s i32))
+ (import "env" "tempDoublePtr" (global $t i32))
+ (import "env" "ABORT" (global $u i32))
+ (import "global" "NaN" (global $z f64))
+ (import "global" "Infinity" (global $A f64))
+ (import "env" "abort" (func $ja (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $oa (param i32)))
+ (import "env" "___lock" (func $pa (param i32)))
+ (import "env" "_abort" (func $qa))
+ (import "env" "_pthread_cleanup_push" (func $ra (param i32 i32)))
+ (import "env" "___syscall6" (func $sa (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $ta (param i32) (result i32)))
+ (import "env" "___syscall140" (func $ua (param i32 i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $va (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $wa (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $xa (param i32)))
+ (import "env" "___syscall146" (func $ya (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $fb))
+ (export "_main" (func $Na))
+ (export "_pthread_self" (func $ib))
+ (export "_memset" (func $hb))
+ (export "_malloc" (func $eb))
+ (export "_memcpy" (func $jb))
+ (export "_fflush" (func $_a))
+ (export "___errno_location" (func $Qa))
+ (export "runPostSets" (func $gb))
+ (export "stackAlloc" (func $Ea))
+ (export "stackSave" (func $Fa))
+ (export "stackRestore" (func $Ga))
+ (export "establishStackSpace" (func $Ha))
+ (export "setThrew" (func $Ia))
+ (export "setTempRet0" (func $La))
+ (export "getTempRet0" (func $Ma))
+ (export "dynCall_ii" (func $kb))
+ (export "dynCall_iiii" (func $lb))
+ (export "dynCall_vi" (func $mb))
+ (export "__growWasmMemory" (func $__growWasmMemory))
+ (global $v i32 (i32.const 0))
+ (global $w i32 (i32.const 0))
+ (global $x i32 (i32.const 0))
+ (global $y i32 (i32.const 0))
+ (global $B i32 (i32.const 0))
+ (global $C i32 (i32.const 0))
+ (global $D i32 (i32.const 0))
+ (global $E i32 (i32.const 0))
+ (global $F f64 (f64.const 0))
+ (global $G i32 (i32.const 0))
+ (global $H i32 (i32.const 0))
+ (global $I i32 (i32.const 0))
+ (global $J f64 (f64.const 0))
+ (global $K i32 (i32.const 0))
+ (global $L i32 (i32.const 0))
+ (global $M i32 (i32.const 0))
+ (global $N i32 (i32.const 0))
+ (global $O i32 (i32.const 0))
+ (global $P i32 (i32.const 0))
+ (global $Q i32 (i32.const 0))
+ (global $R i32 (i32.const 0))
+ (global $S i32 (i32.const 0))
+ (global $T i32 (i32.const 0))
+ (global $za f64 (f64.const 0))
(table 8 8 anyfunc)
(elem (i32.const 0) $nb $Oa $ob $Va $Ua $Ra $pb $Sa)
(func $eb (param $0 i32) (result i32)
@@ -98,16 +132,11 @@
(local $53 i32)
(local $54 i32)
(set_local $31
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -123,16 +152,16 @@
(block
(if
(i32.and
- (set_local $12
+ (tee_local $12
(i32.shr_u
- (set_local $16
+ (tee_local $16
(i32.load
(i32.const 1208)
)
)
- (set_local $2
+ (tee_local $2
(i32.shr_u
- (set_local $14
+ (tee_local $14
(select
(i32.const 16)
(i32.and
@@ -158,18 +187,18 @@
(block
(set_local $11
(i32.load
- (set_local $27
+ (tee_local $27
(i32.add
- (set_local $29
+ (tee_local $29
(i32.load
- (set_local $25
+ (tee_local $25
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.xor
(i32.and
@@ -228,7 +257,7 @@
(if
(i32.eq
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
(get_local $11)
(i32.const 12)
@@ -254,7 +283,7 @@
(i32.store offset=4
(get_local $29)
(i32.or
- (set_local $11
+ (tee_local $11
(i32.shl
(get_local $0)
(i32.const 3)
@@ -264,7 +293,7 @@
)
)
(i32.store
- (set_local $25
+ (tee_local $25
(i32.add
(i32.add
(get_local $29)
@@ -280,8 +309,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -292,7 +320,7 @@
(if
(i32.gt_u
(get_local $14)
- (set_local $25
+ (tee_local $25
(i32.load
(i32.const 1216)
)
@@ -305,17 +333,17 @@
(set_local $5
(i32.and
(i32.shr_u
- (set_local $11
+ (tee_local $11
(i32.add
(i32.and
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shl
(get_local $12)
(get_local $2)
)
(i32.or
- (set_local $11
+ (tee_local $11
(i32.shl
(i32.const 2)
(get_local $2)
@@ -343,27 +371,27 @@
)
(set_local $5
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
- (set_local $3
+ (tee_local $3
(i32.add
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $7
+ (tee_local $7
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (set_local $11
+ (tee_local $11
(i32.and
(i32.shr_u
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $11)
(get_local $5)
@@ -376,10 +404,10 @@
)
(get_local $5)
)
- (set_local $19
+ (tee_local $19
(i32.and
(i32.shr_u
- (set_local $8
+ (tee_local $8
(i32.shr_u
(get_local $19)
(get_local $11)
@@ -391,10 +419,10 @@
)
)
)
- (set_local $8
+ (tee_local $8
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $8)
(get_local $19)
@@ -406,10 +434,10 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $3)
(get_local $8)
@@ -479,7 +507,7 @@
(if
(i32.eq
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $5)
(i32.const 12)
@@ -515,14 +543,14 @@
)
)
(i32.store offset=4
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $8)
(get_local $14)
)
)
(i32.or
- (set_local $5
+ (tee_local $5
(i32.sub
(i32.shl
(get_local $7)
@@ -554,7 +582,7 @@
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $25
+ (tee_local $25
(i32.shr_u
(get_local $39)
(i32.const 3)
@@ -568,12 +596,12 @@
)
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 1208)
)
)
- (set_local $12
+ (tee_local $12
(i32.shl
(i32.const 1)
(get_local $25)
@@ -582,9 +610,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $16)
(i32.const 8)
@@ -651,8 +679,7 @@
(i32.const 1228)
(get_local $0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -661,7 +688,7 @@
)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 1212)
)
@@ -670,7 +697,7 @@
(set_local $0
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.add
(i32.and
(get_local $0)
@@ -691,7 +718,7 @@
(i32.sub
(i32.and
(i32.load offset=4
- (set_local $25
+ (tee_local $25
(i32.load
(i32.add
(i32.shl
@@ -700,10 +727,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shr_u
- (set_local $16
+ (tee_local $16
(i32.shr_u
(get_local $5)
(get_local $0)
@@ -716,10 +743,10 @@
)
(get_local $0)
)
- (set_local $16
+ (tee_local $16
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $16)
(get_local $5)
@@ -731,10 +758,10 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $3)
(get_local $16)
@@ -746,10 +773,10 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
- (set_local $12
+ (tee_local $12
(i32.shr_u
(get_local $2)
(get_local $3)
@@ -784,75 +811,77 @@
(set_local $3
(get_local $25)
)
- (loop $while-out$6 $while-in$7
- (if
- (set_local $25
- (i32.load offset=16
- (get_local $12)
- )
- )
- (set_local $0
- (get_local $25)
- )
+ (loop $while-in$7
+ (block $while-out$6
(if
- (set_local $16
- (i32.load offset=20
+ (tee_local $25
+ (i32.load offset=16
(get_local $12)
)
)
(set_local $0
- (get_local $16)
+ (get_local $25)
)
- (block
- (set_local $32
- (get_local $2)
+ (if
+ (tee_local $16
+ (i32.load offset=20
+ (get_local $12)
+ )
)
- (set_local $26
- (get_local $3)
+ (set_local $0
+ (get_local $16)
+ )
+ (block
+ (set_local $32
+ (get_local $2)
+ )
+ (set_local $26
+ (get_local $3)
+ )
+ (br $while-out$6)
)
- (br $while-out$6)
)
)
- )
- (set_local $16
- (i32.lt_u
- (set_local $25
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $0)
+ (set_local $16
+ (i32.lt_u
+ (tee_local $25
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $0)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $14)
)
- (get_local $14)
)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (set_local $2
- (select
- (get_local $25)
- (get_local $2)
- (get_local $16)
+ (set_local $2
+ (select
+ (get_local $25)
+ (get_local $2)
+ (get_local $16)
+ )
)
- )
- (set_local $12
- (get_local $0)
- )
- (set_local $3
- (select
+ (set_local $12
(get_local $0)
- (get_local $3)
- (get_local $16)
)
+ (set_local $3
+ (select
+ (get_local $0)
+ (get_local $3)
+ (get_local $16)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(if
(i32.lt_u
(get_local $26)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1224)
)
@@ -863,7 +892,7 @@
(if
(i32.ge_u
(get_local $26)
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $26)
(get_local $14)
@@ -880,7 +909,7 @@
(block $do-once$8
(if
(i32.eq
- (set_local $19
+ (tee_local $19
(i32.load offset=12
(get_local $26)
)
@@ -889,9 +918,9 @@
)
(block
(if
- (set_local $7
+ (tee_local $7
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $26)
(i32.const 20)
@@ -908,9 +937,9 @@
)
)
(if
- (set_local $25
+ (tee_local $25
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $26)
(i32.const 16)
@@ -934,50 +963,52 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (if
- (set_local $7
- (i32.load
- (set_local $8
- (i32.add
- (get_local $11)
- (i32.const 20)
+ (loop $while-in$11
+ (block $while-out$10
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $8
+ (i32.add
+ (get_local $11)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $7)
- )
- (set_local $0
- (get_local $8)
+ (block
+ (set_local $11
+ (get_local $7)
+ )
+ (set_local $0
+ (get_local $8)
+ )
+ (br $while-in$11)
)
- (br $while-in$11)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $8
- (i32.add
- (get_local $11)
- (i32.const 16)
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $8
+ (i32.add
+ (get_local $11)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $7)
- )
- (set_local $0
- (get_local $8)
+ (block
+ (set_local $11
+ (get_local $7)
+ )
+ (set_local $0
+ (get_local $8)
+ )
)
+ (br $while-out$10)
)
- (br $while-out$10)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -999,7 +1030,7 @@
(block
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load offset=8
(get_local $26)
)
@@ -1011,7 +1042,7 @@
(if
(i32.ne
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $8)
(i32.const 12)
@@ -1025,7 +1056,7 @@
(if
(i32.eq
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $19)
(i32.const 8)
@@ -1060,11 +1091,11 @@
(i32.eq
(get_local $26)
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $19
+ (tee_local $19
(i32.load offset=28
(get_local $26)
)
@@ -1117,7 +1148,7 @@
(if
(i32.eq
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
(get_local $2)
(i32.const 16)
@@ -1145,7 +1176,7 @@
(if
(i32.lt_u
(get_local $27)
- (set_local $19
+ (tee_local $19
(i32.load
(i32.const 1224)
)
@@ -1158,7 +1189,7 @@
(get_local $2)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load offset=16
(get_local $26)
)
@@ -1182,7 +1213,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load offset=20
(get_local $26)
)
@@ -1219,7 +1250,7 @@
(i32.store offset=4
(get_local $26)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $32)
(get_local $14)
@@ -1229,7 +1260,7 @@
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(i32.add
(get_local $26)
@@ -1269,7 +1300,7 @@
(get_local $32)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1216)
)
@@ -1285,7 +1316,7 @@
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $3)
(i32.const 3)
@@ -1299,12 +1330,12 @@
)
(if
(i32.and
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 1208)
)
)
- (set_local $16
+ (tee_local $16
(i32.shl
(i32.const 1)
(get_local $19)
@@ -1313,9 +1344,9 @@
)
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $3)
(i32.const 8)
@@ -1384,8 +1415,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -1416,7 +1446,7 @@
(block
(set_local $2
(i32.and
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 11)
@@ -1426,7 +1456,7 @@
)
)
(if
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 1212)
)
@@ -1440,13 +1470,13 @@
)
(block $label$break$a
(if
- (set_local $0
+ (tee_local $0
(i32.load
(i32.add
(i32.shl
- (set_local $34
+ (tee_local $34
(if
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -1463,20 +1493,20 @@
(i32.shr_u
(get_local $2)
(i32.add
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $19
+ (tee_local $19
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $19)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
@@ -1499,11 +1529,11 @@
)
(get_local $3)
)
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
- (set_local $25
+ (tee_local $25
(i32.shl
(get_local $7)
(get_local $19)
@@ -1579,90 +1609,92 @@
(set_local $5
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (if
- (i32.lt_u
- (set_local $29
- (i32.sub
- (set_local $27
- (i32.and
- (i32.load offset=4
- (get_local $19)
+ (loop $while-in$18
+ (block $while-out$17
+ (if
+ (i32.lt_u
+ (tee_local $29
+ (i32.sub
+ (tee_local $27
+ (i32.and
+ (i32.load offset=4
+ (get_local $19)
+ )
+ (i32.const -8)
)
- (i32.const -8)
)
+ (get_local $2)
)
- (get_local $2)
)
+ (get_local $7)
)
- (get_local $7)
- )
- (if
- (i32.eq
- (get_local $27)
- (get_local $2)
- )
- (block
- (set_local $36
- (get_local $29)
- )
- (set_local $18
- (get_local $19)
+ (if
+ (i32.eq
+ (get_local $27)
+ (get_local $2)
)
- (set_local $17
- (get_local $19)
+ (block
+ (set_local $36
+ (get_local $29)
+ )
+ (set_local $18
+ (get_local $19)
+ )
+ (set_local $17
+ (get_local $19)
+ )
+ (set_local $7
+ (i32.const 90)
+ )
+ (br $label$break$a)
)
- (set_local $7
- (i32.const 90)
+ (block
+ (set_local $4
+ (get_local $29)
+ )
+ (set_local $0
+ (get_local $19)
+ )
)
- (br $label$break$a)
)
(block
(set_local $4
- (get_local $29)
+ (get_local $7)
)
(set_local $0
- (get_local $19)
+ (get_local $5)
)
)
)
- (block
- (set_local $4
- (get_local $7)
- )
- (set_local $0
- (get_local $5)
- )
- )
- )
- (set_local $27
- (select
- (get_local $25)
- (set_local $29
- (i32.load offset=20
- (get_local $19)
- )
- )
- (i32.or
- (i32.eq
- (get_local $29)
- (i32.const 0)
+ (set_local $27
+ (select
+ (get_local $25)
+ (tee_local $29
+ (i32.load offset=20
+ (get_local $19)
+ )
)
- (i32.eq
- (get_local $29)
- (set_local $19
- (i32.load
- (i32.add
+ (i32.or
+ (i32.eq
+ (get_local $29)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $29)
+ (tee_local $19
+ (i32.load
(i32.add
- (get_local $19)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $3)
- (i32.const 31)
+ (i32.add
+ (get_local $19)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $3)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
@@ -1670,54 +1702,54 @@
)
)
)
- )
- (if
- (set_local $29
- (i32.eq
- (get_local $19)
- (i32.const 0)
- )
- )
- (block
- (set_local $40
- (get_local $4)
- )
- (set_local $12
- (get_local $27)
- )
- (set_local $38
- (get_local $0)
- )
- (set_local $7
- (i32.const 86)
- )
- (br $while-out$17)
- )
- (block
- (set_local $7
- (get_local $4)
+ (if
+ (tee_local $29
+ (i32.eq
+ (get_local $19)
+ (i32.const 0)
+ )
)
- (set_local $25
- (get_local $27)
+ (block
+ (set_local $40
+ (get_local $4)
+ )
+ (set_local $12
+ (get_local $27)
+ )
+ (set_local $38
+ (get_local $0)
+ )
+ (set_local $7
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $3
- (i32.shl
- (get_local $3)
- (i32.xor
- (i32.and
- (get_local $29)
+ (block
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $25
+ (get_local $27)
+ )
+ (set_local $3
+ (i32.shl
+ (get_local $3)
+ (i32.xor
+ (i32.and
+ (get_local $29)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $5
- (get_local $0)
+ (set_local $5
+ (get_local $0)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
(block
@@ -1742,7 +1774,7 @@
(i32.const 86)
)
(if
- (set_local $0
+ (tee_local $0
(if
(i32.and
(i32.eq
@@ -1757,11 +1789,11 @@
(block
(if
(i32.eqz
- (set_local $16
+ (tee_local $16
(i32.and
(get_local $8)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.shl
(i32.const 2)
(get_local $34)
@@ -1785,7 +1817,7 @@
(set_local $16
(i32.and
(i32.shr_u
- (set_local $0
+ (tee_local $0
(i32.add
(i32.and
(get_local $16)
@@ -1810,10 +1842,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $14
+ (tee_local $14
(i32.shr_u
(get_local $0)
(get_local $16)
@@ -1826,10 +1858,10 @@
)
(get_local $16)
)
- (set_local $14
+ (tee_local $14
(i32.and
(i32.shr_u
- (set_local $12
+ (tee_local $12
(i32.shr_u
(get_local $14)
(get_local $0)
@@ -1841,10 +1873,10 @@
)
)
)
- (set_local $12
+ (tee_local $12
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.shr_u
(get_local $12)
(get_local $14)
@@ -1856,10 +1888,10 @@
)
)
)
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $5)
(get_local $12)
@@ -1914,84 +1946,86 @@
(get_local $7)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $7
- (i32.const 0)
- )
- (set_local $3
- (i32.lt_u
- (set_local $5
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $18)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $7
+ (i32.const 0)
+ )
+ (set_local $3
+ (i32.lt_u
+ (tee_local $5
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $18)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (get_local $36)
- )
- )
- (set_local $12
- (select
- (get_local $5)
- (get_local $36)
- (get_local $3)
- )
- )
- (set_local $5
- (select
- (get_local $18)
- (get_local $17)
- (get_local $3)
- )
- )
- (if
- (set_local $3
- (i32.load offset=16
- (get_local $18)
+ (get_local $36)
)
)
- (block
- (set_local $36
- (get_local $12)
- )
- (set_local $18
- (get_local $3)
- )
- (set_local $17
+ (set_local $12
+ (select
(get_local $5)
+ (get_local $36)
+ (get_local $3)
)
- (br $while-in$20)
)
- )
- (if
- (set_local $18
- (i32.load offset=20
+ (set_local $5
+ (select
(get_local $18)
+ (get_local $17)
+ (get_local $3)
)
)
- (block
- (set_local $36
- (get_local $12)
+ (if
+ (tee_local $3
+ (i32.load offset=16
+ (get_local $18)
+ )
)
- (set_local $17
- (get_local $5)
+ (block
+ (set_local $36
+ (get_local $12)
+ )
+ (set_local $18
+ (get_local $3)
+ )
+ (set_local $17
+ (get_local $5)
+ )
+ (br $while-in$20)
)
)
- (block
- (set_local $22
- (get_local $12)
+ (if
+ (tee_local $18
+ (i32.load offset=20
+ (get_local $18)
+ )
)
- (set_local $9
- (get_local $5)
+ (block
+ (set_local $36
+ (get_local $12)
+ )
+ (set_local $17
+ (get_local $5)
+ )
+ )
+ (block
+ (set_local $22
+ (get_local $12)
+ )
+ (set_local $9
+ (get_local $5)
+ )
+ (br $while-out$19)
)
- (br $while-out$19)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -2010,7 +2044,7 @@
(if
(i32.lt_u
(get_local $9)
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 1224)
)
@@ -2021,7 +2055,7 @@
(if
(i32.ge_u
(get_local $9)
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $9)
(get_local $2)
@@ -2038,7 +2072,7 @@
(block $do-once$21
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(i32.load offset=12
(get_local $9)
)
@@ -2047,9 +2081,9 @@
)
(block
(if
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $9)
(i32.const 20)
@@ -2066,9 +2100,9 @@
)
)
(if
- (set_local $25
+ (tee_local $25
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $9)
(i32.const 16)
@@ -2087,50 +2121,52 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (if
- (set_local $16
- (i32.load
- (set_local $14
- (i32.add
- (get_local $11)
- (i32.const 20)
+ (loop $while-in$24
+ (block $while-out$23
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $14
+ (i32.add
+ (get_local $11)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $16)
- )
- (set_local $0
- (get_local $14)
+ (block
+ (set_local $11
+ (get_local $16)
+ )
+ (set_local $0
+ (get_local $14)
+ )
+ (br $while-in$24)
)
- (br $while-in$24)
)
- )
- (if
- (set_local $16
- (i32.load
- (set_local $14
- (i32.add
- (get_local $11)
- (i32.const 16)
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $14
+ (i32.add
+ (get_local $11)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $16)
- )
- (set_local $0
- (get_local $14)
+ (block
+ (set_local $11
+ (get_local $16)
+ )
+ (set_local $0
+ (get_local $14)
+ )
)
+ (br $while-out$23)
)
- (br $while-out$23)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -2152,7 +2188,7 @@
(block
(if
(i32.lt_u
- (set_local $14
+ (tee_local $14
(i32.load offset=8
(get_local $9)
)
@@ -2164,7 +2200,7 @@
(if
(i32.ne
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $14)
(i32.const 12)
@@ -2178,7 +2214,7 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $3)
(i32.const 8)
@@ -2213,11 +2249,11 @@
(i32.eq
(get_local $9)
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $3
+ (tee_local $3
(i32.load offset=28
(get_local $9)
)
@@ -2270,7 +2306,7 @@
(if
(i32.eq
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $12)
(i32.const 16)
@@ -2298,7 +2334,7 @@
(if
(i32.lt_u
(get_local $20)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1224)
)
@@ -2311,7 +2347,7 @@
(get_local $12)
)
(if
- (set_local $8
+ (tee_local $8
(i32.load offset=16
(get_local $9)
)
@@ -2335,7 +2371,7 @@
)
)
(if
- (set_local $8
+ (tee_local $8
(i32.load offset=20
(get_local $9)
)
@@ -2373,7 +2409,7 @@
(i32.store offset=4
(get_local $9)
(i32.or
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $22)
(get_local $2)
@@ -2383,7 +2419,7 @@
)
)
(i32.store
- (set_local $8
+ (tee_local $8
(i32.add
(i32.add
(get_local $9)
@@ -2448,12 +2484,12 @@
)
(if
(i32.and
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1208)
)
)
- (set_local $14
+ (tee_local $14
(i32.shl
(i32.const 1)
(get_local $8)
@@ -2462,9 +2498,9 @@
)
(if
(i32.lt_u
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $12)
(i32.const 8)
@@ -2528,9 +2564,9 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $20
+ (tee_local $20
(if
- (set_local $12
+ (tee_local $12
(i32.shr_u
(get_local $22)
(i32.const 8)
@@ -2547,20 +2583,20 @@
(i32.shr_u
(get_local $22)
(i32.add
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $12
+ (tee_local $12
(i32.and
(i32.shr_u
(i32.add
- (set_local $14
+ (tee_local $14
(i32.shl
(get_local $12)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
@@ -2583,11 +2619,11 @@
)
(get_local $3)
)
- (set_local $14
+ (tee_local $14
(i32.and
(i32.shr_u
(i32.add
- (set_local $8
+ (tee_local $8
(i32.shl
(get_local $14)
(get_local $12)
@@ -2634,7 +2670,7 @@
(get_local $20)
)
(i32.store offset=4
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $5)
(i32.const 16)
@@ -2649,12 +2685,12 @@
(if
(i32.eqz
(i32.and
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 1212)
)
)
- (set_local $8
+ (tee_local $8
(i32.shl
(i32.const 1)
(get_local $20)
@@ -2713,72 +2749,74 @@
(get_local $0)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $14)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $14)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $22)
- )
- (block
- (set_local $21
- (get_local $14)
+ (get_local $22)
)
- (set_local $7
- (i32.const 148)
+ (block
+ (set_local $21
+ (get_local $14)
+ )
+ (set_local $7
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (if
- (set_local $3
- (i32.load
- (set_local $0
- (i32.add
+ (if
+ (tee_local $3
+ (i32.load
+ (tee_local $0
(i32.add
- (get_local $14)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $8)
- (i32.const 31)
+ (i32.add
+ (get_local $14)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $8)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $8
- (i32.shl
- (get_local $8)
- (i32.const 1)
+ (block
+ (set_local $8
+ (i32.shl
+ (get_local $8)
+ (i32.const 1)
+ )
+ )
+ (set_local $14
+ (get_local $3)
)
)
- (set_local $14
- (get_local $3)
- )
- )
- (block
- (set_local $6
- (get_local $0)
- )
- (set_local $24
- (get_local $14)
- )
- (set_local $7
- (i32.const 145)
+ (block
+ (set_local $6
+ (get_local $0)
+ )
+ (set_local $24
+ (get_local $14)
+ )
+ (set_local $7
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -2820,9 +2858,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $21)
(i32.const 8)
@@ -2830,7 +2868,7 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1224)
)
@@ -2870,8 +2908,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -2900,7 +2937,7 @@
)
(if
(i32.ge_u
- (set_local $9
+ (tee_local $9
(i32.load
(i32.const 1216)
)
@@ -2915,7 +2952,7 @@
)
(if
(i32.gt_u
- (set_local $21
+ (tee_local $21
(i32.sub
(get_local $9)
(get_local $18)
@@ -2926,7 +2963,7 @@
(block
(i32.store
(i32.const 1228)
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $24)
(get_local $18)
@@ -2976,7 +3013,7 @@
)
)
(i32.store
- (set_local $21
+ (tee_local $21
(i32.add
(i32.add
(get_local $24)
@@ -2994,8 +3031,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3008,7 +3044,7 @@
)
(if
(i32.gt_u
- (set_local $24
+ (tee_local $24
(i32.load
(i32.const 1220)
)
@@ -3018,7 +3054,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $21
+ (tee_local $21
(i32.sub
(get_local $24)
(get_local $18)
@@ -3027,9 +3063,9 @@
)
(i32.store
(i32.const 1232)
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $24
+ (tee_local $24
(i32.load
(i32.const 1232)
)
@@ -3052,8 +3088,7 @@
(i32.const 3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3097,7 +3132,7 @@
)
(i32.store
(get_local $15)
- (set_local $24
+ (tee_local $24
(i32.xor
(i32.and
(get_local $15)
@@ -3121,16 +3156,16 @@
)
(if
(i32.le_u
- (set_local $15
+ (tee_local $15
(i32.and
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 1688)
)
)
- (set_local $21
+ (tee_local $21
(i32.add
(get_local $18)
(i32.const 47)
@@ -3138,7 +3173,7 @@
)
)
)
- (set_local $6
+ (tee_local $6
(i32.sub
(i32.const 0)
(get_local $15)
@@ -3149,8 +3184,7 @@
(get_local $18)
)
(block
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3159,7 +3193,7 @@
)
)
(if
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 1648)
)
@@ -3167,9 +3201,9 @@
(if
(i32.or
(i32.le_u
- (set_local $13
+ (tee_local $13
(i32.add
- (set_local $20
+ (tee_local $20
(i32.load
(i32.const 1640)
)
@@ -3185,8 +3219,7 @@
)
)
(block
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3197,7 +3230,7 @@
)
(if
(i32.eq
- (set_local $7
+ (tee_local $7
(block $label$break$b
(if
(i32.and
@@ -3210,7 +3243,7 @@
(block
(block $label$break$c
(if
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 1232)
)
@@ -3219,62 +3252,64 @@
(set_local $13
(i32.const 1656)
)
- (loop $while-out$35 $while-in$36
- (if
- (i32.le_u
- (set_local $20
- (i32.load
- (get_local $13)
- )
- )
- (get_local $22)
- )
+ (loop $while-in$36
+ (block $while-out$35
(if
- (i32.gt_u
- (i32.add
- (get_local $20)
+ (i32.le_u
+ (tee_local $20
(i32.load
- (set_local $23
- (i32.add
- (get_local $13)
- (i32.const 4)
- )
- )
+ (get_local $13)
)
)
(get_local $22)
)
- (block
- (set_local $0
- (get_local $13)
+ (if
+ (i32.gt_u
+ (i32.add
+ (get_local $20)
+ (i32.load
+ (tee_local $23
+ (i32.add
+ (get_local $13)
+ (i32.const 4)
+ )
+ )
+ )
+ )
+ (get_local $22)
)
- (set_local $17
- (get_local $23)
+ (block
+ (set_local $0
+ (get_local $13)
+ )
+ (set_local $17
+ (get_local $23)
+ )
+ (br $while-out$35)
)
- (br $while-out$35)
)
)
- )
- (if
- (i32.eqz
- (set_local $13
- (i32.load offset=8
- (get_local $13)
+ (if
+ (i32.eqz
+ (tee_local $13
+ (i32.load offset=8
+ (get_local $13)
+ )
)
)
- )
- (block
- (set_local $7
- (i32.const 171)
+ (block
+ (set_local $7
+ (i32.const 171)
+ )
+ (br $label$break$c)
)
- (br $label$break$c)
)
+ (br $while-in$36)
)
- (br $while-in$36)
)
(if
(i32.lt_u
- (set_local $13
+ (tee_local $13
(i32.and
(i32.sub
(get_local $9)
@@ -3289,7 +3324,7 @@
)
(if
(i32.eq
- (set_local $23
+ (tee_local $23
(call_import $ta
(get_local $13)
)
@@ -3347,7 +3382,7 @@
)
(if
(i32.ne
- (set_local $22
+ (tee_local $22
(call_import $ta
(i32.const 0)
)
@@ -3358,9 +3393,9 @@
(set_local $6
(if
(i32.and
- (set_local $23
+ (tee_local $23
(i32.add
- (set_local $13
+ (tee_local $13
(i32.load
(i32.const 1684)
)
@@ -3368,7 +3403,7 @@
(i32.const -1)
)
)
- (set_local $2
+ (tee_local $2
(get_local $22)
)
)
@@ -3393,7 +3428,7 @@
)
(set_local $2
(i32.add
- (set_local $13
+ (tee_local $13
(i32.load
(i32.const 1640)
)
@@ -3414,7 +3449,7 @@
)
(block
(if
- (set_local $23
+ (tee_local $23
(i32.load
(i32.const 1648)
)
@@ -3434,7 +3469,7 @@
)
(if
(i32.eq
- (set_local $23
+ (tee_local $23
(call_import $ta
(get_local $6)
)
@@ -3502,14 +3537,14 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.and
(i32.add
(i32.sub
(get_local $21)
(get_local $1)
)
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 1688)
)
@@ -3531,8 +3566,10 @@
(i32.const -1)
)
(block
- (call_import $ta
- (get_local $23)
+ (drop
+ (call_import $ta
+ (get_local $23)
+ )
)
(br $label$break$d)
)
@@ -3595,12 +3632,12 @@
(if
(i32.and
(i32.lt_u
- (set_local $4
+ (tee_local $4
(call_import $ta
(get_local $15)
)
)
- (set_local $15
+ (tee_local $15
(call_import $ta
(i32.const 0)
)
@@ -3619,7 +3656,7 @@
)
(if
(i32.gt_u
- (set_local $10
+ (tee_local $10
(i32.sub
(get_local $15)
(get_local $4)
@@ -3653,7 +3690,7 @@
(block
(i32.store
(i32.const 1640)
- (set_local $10
+ (tee_local $10
(i32.add
(i32.load
(i32.const 1640)
@@ -3676,7 +3713,7 @@
)
(block $do-once$42
(if
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1232)
)
@@ -3685,55 +3722,57 @@
(set_local $1
(i32.const 1656)
)
- (loop $do-out$46 $do-in$47
- (if
- (i32.eq
- (get_local $28)
- (i32.add
- (set_local $4
- (i32.load
- (get_local $1)
+ (loop $do-in$47
+ (block $do-out$46
+ (if
+ (i32.eq
+ (get_local $28)
+ (i32.add
+ (tee_local $4
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $21
- (i32.load
- (set_local $15
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (tee_local $21
+ (i32.load
+ (tee_local $15
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
)
)
)
)
- )
- (block
- (set_local $50
- (get_local $4)
- )
- (set_local $51
- (get_local $15)
- )
- (set_local $52
- (get_local $21)
- )
- (set_local $35
- (get_local $1)
- )
- (set_local $7
- (i32.const 201)
+ (block
+ (set_local $50
+ (get_local $4)
+ )
+ (set_local $51
+ (get_local $15)
+ )
+ (set_local $52
+ (get_local $21)
+ )
+ (set_local $35
+ (get_local $1)
+ )
+ (set_local $7
+ (i32.const 201)
+ )
+ (br $do-out$46)
)
- (br $do-out$46)
)
- )
- (br_if $do-in$47
- (i32.ne
- (set_local $1
- (i32.load offset=8
- (get_local $1)
+ (br_if $do-in$47
+ (i32.ne
+ (tee_local $1
+ (i32.load offset=8
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
@@ -3773,13 +3812,13 @@
(set_local $1
(i32.add
(get_local $10)
- (set_local $21
+ (tee_local $21
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $10)
(i32.const 8)
@@ -3847,7 +3886,7 @@
(if
(i32.lt_u
(get_local $28)
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 1224)
)
@@ -3872,43 +3911,45 @@
(set_local $1
(i32.const 1656)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $1)
- )
- (get_local $15)
- )
- (block
- (set_local $53
- (get_local $1)
- )
- (set_local $45
- (get_local $1)
- )
- (set_local $7
- (i32.const 209)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $1)
+ )
+ (get_local $15)
)
- (br $while-out$48)
- )
- )
- (if
- (i32.eqz
- (set_local $1
- (i32.load offset=8
+ (block
+ (set_local $53
+ (get_local $1)
+ )
+ (set_local $45
(get_local $1)
)
+ (set_local $7
+ (i32.const 209)
+ )
+ (br $while-out$48)
)
)
- (block
- (set_local $37
- (i32.const 1656)
+ (if
+ (i32.eqz
+ (tee_local $1
+ (i32.load offset=8
+ (get_local $1)
+ )
+ )
+ )
+ (block
+ (set_local $37
+ (i32.const 1656)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -3931,7 +3972,7 @@
(get_local $28)
)
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $45)
(i32.const 4)
@@ -3952,7 +3993,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $28)
(i32.const 8)
@@ -3979,7 +4020,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $15)
(i32.const 8)
@@ -4029,7 +4070,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $6
+ (tee_local $6
(i32.add
(i32.load
(i32.const 1220)
@@ -4061,7 +4102,7 @@
(block
(i32.store
(i32.const 1216)
- (set_local $6
+ (tee_local $6
(i32.add
(i32.load
(i32.const 1216)
@@ -4092,12 +4133,12 @@
)
)
(i32.store
- (set_local $0
+ (tee_local $0
(i32.add
(if
(i32.eq
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load offset=4
(get_local $4)
)
@@ -4134,12 +4175,12 @@
(block $do-once$53
(if
(i32.ne
- (set_local $6
+ (tee_local $6
(i32.load offset=8
(get_local $4)
)
)
- (set_local $23
+ (tee_local $23
(i32.add
(i32.const 1248)
(i32.shl
@@ -4219,7 +4260,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $9)
(i32.const 8)
@@ -4257,7 +4298,7 @@
(block $do-once$57
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load offset=12
(get_local $4)
)
@@ -4266,11 +4307,11 @@
)
(block
(if
- (set_local $20
+ (tee_local $20
(i32.load
- (set_local $13
+ (tee_local $13
(i32.add
- (set_local $22
+ (tee_local $22
(i32.add
(get_local $4)
(i32.const 16)
@@ -4290,7 +4331,7 @@
)
)
(if
- (set_local $20
+ (tee_local $20
(i32.load
(get_local $22)
)
@@ -4311,50 +4352,52 @@
)
)
)
- (loop $while-out$59 $while-in$60
- (if
- (set_local $20
- (i32.load
- (set_local $13
- (i32.add
- (get_local $11)
- (i32.const 20)
+ (loop $while-in$60
+ (block $while-out$59
+ (if
+ (tee_local $20
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $11)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $20)
- )
- (set_local $0
- (get_local $13)
+ (block
+ (set_local $11
+ (get_local $20)
+ )
+ (set_local $0
+ (get_local $13)
+ )
+ (br $while-in$60)
)
- (br $while-in$60)
)
- )
- (if
- (set_local $20
- (i32.load
- (set_local $13
- (i32.add
- (get_local $11)
- (i32.const 16)
+ (if
+ (tee_local $20
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $11)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $20)
- )
- (set_local $0
- (get_local $13)
+ (block
+ (set_local $11
+ (get_local $20)
+ )
+ (set_local $0
+ (get_local $13)
+ )
)
+ (br $while-out$59)
)
- (br $while-out$59)
+ (br $while-in$60)
)
- (br $while-in$60)
)
(if
(i32.lt_u
@@ -4376,7 +4419,7 @@
(block
(if
(i32.lt_u
- (set_local $13
+ (tee_local $13
(i32.load offset=8
(get_local $4)
)
@@ -4388,7 +4431,7 @@
(if
(i32.ne
(i32.load
- (set_local $20
+ (tee_local $20
(i32.add
(get_local $13)
(i32.const 12)
@@ -4402,7 +4445,7 @@
(if
(i32.eq
(i32.load
- (set_local $22
+ (tee_local $22
(i32.add
(get_local $2)
(i32.const 8)
@@ -4439,11 +4482,11 @@
(i32.eq
(get_local $4)
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $2
+ (tee_local $2
(i32.load offset=28
(get_local $4)
)
@@ -4492,7 +4535,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $23)
(i32.const 16)
@@ -4521,7 +4564,7 @@
(if
(i32.lt_u
(get_local $30)
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 1224)
)
@@ -4534,9 +4577,9 @@
(get_local $23)
)
(if
- (set_local $9
+ (tee_local $9
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $4)
(i32.const 16)
@@ -4564,7 +4607,7 @@
)
(br_if $label$break$e
(i32.eqz
- (set_local $9
+ (tee_local $9
(i32.load offset=4
(get_local $6)
)
@@ -4662,12 +4705,12 @@
(block $do-once$65
(if
(i32.and
- (set_local $9
+ (tee_local $9
(i32.load
(i32.const 1208)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $0)
@@ -4677,9 +4720,9 @@
(block
(if
(i32.ge_u
- (set_local $23
+ (tee_local $23
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $6)
(i32.const 8)
@@ -4746,10 +4789,10 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $0
+ (tee_local $0
(block $do-once$67
(if
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $11)
(i32.const 8)
@@ -4768,20 +4811,20 @@
(i32.shr_u
(get_local $11)
(i32.add
- (set_local $13
+ (tee_local $13
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $23
+ (tee_local $23
(i32.and
(i32.shr_u
(i32.add
- (set_local $17
+ (tee_local $17
(i32.shl
(get_local $2)
- (set_local $9
+ (tee_local $9
(i32.and
(i32.shr_u
(i32.add
@@ -4804,11 +4847,11 @@
)
(get_local $9)
)
- (set_local $17
+ (tee_local $17
(i32.and
(i32.shr_u
(i32.add
- (set_local $0
+ (tee_local $0
(i32.shl
(get_local $17)
(get_local $23)
@@ -4856,7 +4899,7 @@
(get_local $0)
)
(i32.store offset=4
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $1)
(i32.const 16)
@@ -4871,12 +4914,12 @@
(if
(i32.eqz
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load
(i32.const 1212)
)
)
- (set_local $13
+ (tee_local $13
(i32.shl
(i32.const 1)
(get_local $0)
@@ -4935,72 +4978,74 @@
(get_local $2)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $6)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $6)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $11)
- )
- (block
- (set_local $42
- (get_local $6)
+ (get_local $11)
)
- (set_local $7
- (i32.const 279)
+ (block
+ (set_local $42
+ (get_local $6)
+ )
+ (set_local $7
+ (i32.const 279)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (if
- (set_local $17
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (tee_local $17
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $6)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $13)
- (i32.const 31)
+ (i32.add
+ (get_local $6)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $13
- (i32.shl
- (get_local $13)
- (i32.const 1)
+ (block
+ (set_local $13
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
+ )
+ )
+ (set_local $6
+ (get_local $17)
)
)
- (set_local $6
- (get_local $17)
- )
- )
- (block
- (set_local $48
- (get_local $2)
- )
- (set_local $54
- (get_local $6)
- )
- (set_local $7
- (i32.const 276)
+ (block
+ (set_local $48
+ (get_local $2)
+ )
+ (set_local $54
+ (get_local $6)
+ )
+ (set_local $7
+ (i32.const 276)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -5042,9 +5087,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $13
+ (tee_local $13
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $42)
(i32.const 8)
@@ -5052,7 +5097,7 @@
)
)
)
- (set_local $17
+ (tee_local $17
(i32.load
(i32.const 1224)
)
@@ -5092,8 +5137,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -5105,46 +5149,48 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (if
- (i32.le_u
- (set_local $1
- (i32.load
- (get_local $37)
- )
- )
- (get_local $10)
- )
+ (loop $while-in$72
+ (block $while-out$71
(if
- (i32.gt_u
- (set_local $24
- (i32.add
- (get_local $1)
- (i32.load offset=4
- (get_local $37)
- )
+ (i32.le_u
+ (tee_local $1
+ (i32.load
+ (get_local $37)
)
)
(get_local $10)
)
- (block
- (set_local $0
- (get_local $24)
+ (if
+ (i32.gt_u
+ (tee_local $24
+ (i32.add
+ (get_local $1)
+ (i32.load offset=4
+ (get_local $37)
+ )
+ )
+ )
+ (get_local $10)
+ )
+ (block
+ (set_local $0
+ (get_local $24)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
)
- )
- (set_local $37
- (i32.load offset=8
- (get_local $37)
+ (set_local $37
+ (i32.load offset=8
+ (get_local $37)
+ )
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $24
(i32.add
- (set_local $21
+ (tee_local $21
(i32.add
(get_local $0)
(i32.const -47)
@@ -5155,10 +5201,10 @@
)
(set_local $1
(i32.add
- (set_local $21
+ (tee_local $21
(select
(get_local $10)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $21)
(select
@@ -5182,7 +5228,7 @@
)
(i32.lt_u
(get_local $1)
- (set_local $24
+ (tee_local $24
(i32.add
(get_local $10)
(i32.const 16)
@@ -5196,16 +5242,16 @@
)
(i32.store
(i32.const 1232)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
- (set_local $15
+ (tee_local $15
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
(i32.const 8)
@@ -5228,7 +5274,7 @@
)
(i32.store
(i32.const 1220)
- (set_local $13
+ (tee_local $13
(i32.sub
(i32.add
(get_local $33)
@@ -5259,7 +5305,7 @@
)
)
(i32.store
- (set_local $13
+ (tee_local $13
(i32.add
(get_local $21)
(i32.const 4)
@@ -5315,7 +5361,7 @@
)
(loop $do-in$74
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $1)
(i32.const 4)
@@ -5351,7 +5397,7 @@
(i32.store offset=4
(get_local $10)
(i32.or
- (set_local $1
+ (tee_local $1
(i32.sub
(get_local $21)
(get_local $10)
@@ -5390,12 +5436,12 @@
)
(if
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load
(i32.const 1208)
)
)
- (set_local $17
+ (tee_local $17
(i32.shl
(i32.const 1)
(get_local $4)
@@ -5404,9 +5450,9 @@
)
(if
(i32.lt_u
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $17
+ (tee_local $17
(i32.add
(get_local $15)
(i32.const 8)
@@ -5470,9 +5516,9 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $0
+ (tee_local $0
(if
- (set_local $15
+ (tee_local $15
(i32.shr_u
(get_local $1)
(i32.const 8)
@@ -5489,20 +5535,20 @@
(i32.shr_u
(get_local $1)
(i32.add
- (set_local $2
+ (tee_local $2
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $15
+ (tee_local $15
(i32.and
(i32.shr_u
(i32.add
- (set_local $17
+ (tee_local $17
(i32.shl
(get_local $15)
- (set_local $6
+ (tee_local $6
(i32.and
(i32.shr_u
(i32.add
@@ -5525,11 +5571,11 @@
)
(get_local $6)
)
- (set_local $17
+ (tee_local $17
(i32.and
(i32.shr_u
(i32.add
- (set_local $4
+ (tee_local $4
(i32.shl
(get_local $17)
(get_local $15)
@@ -5586,12 +5632,12 @@
(if
(i32.eqz
(i32.and
- (set_local $17
+ (tee_local $17
(i32.load
(i32.const 1212)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $0)
@@ -5650,72 +5696,74 @@
(get_local $2)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $17)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $17)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $1)
- )
- (block
- (set_local $32
- (get_local $17)
+ (get_local $1)
)
- (set_local $7
- (i32.const 305)
+ (block
+ (set_local $32
+ (get_local $17)
+ )
+ (set_local $7
+ (i32.const 305)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (if
- (set_local $6
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (tee_local $6
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $17)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $4)
- (i32.const 31)
+ (i32.add
+ (get_local $17)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $4)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $4
- (i32.shl
- (get_local $4)
- (i32.const 1)
+ (block
+ (set_local $4
+ (i32.shl
+ (get_local $4)
+ (i32.const 1)
+ )
+ )
+ (set_local $17
+ (get_local $6)
)
)
- (set_local $17
- (get_local $6)
- )
- )
- (block
- (set_local $26
- (get_local $2)
- )
- (set_local $11
- (get_local $17)
- )
- (set_local $7
- (i32.const 302)
+ (block
+ (set_local $26
+ (get_local $2)
+ )
+ (set_local $11
+ (get_local $17)
+ )
+ (set_local $7
+ (i32.const 302)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -5757,9 +5805,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $4
+ (tee_local $4
(i32.load
- (set_local $17
+ (tee_local $17
(i32.add
(get_local $32)
(i32.const 8)
@@ -5767,7 +5815,7 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 1224)
)
@@ -5811,7 +5859,7 @@
(if
(i32.or
(i32.eq
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 1224)
)
@@ -5855,7 +5903,7 @@
)
(loop $do-in$45
(i32.store offset=12
- (set_local $15
+ (tee_local $15
(i32.add
(i32.const 1248)
(i32.shl
@@ -5875,7 +5923,7 @@
)
(br_if $do-in$45
(i32.ne
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $4)
(i32.const 1)
@@ -5887,16 +5935,16 @@
)
(i32.store
(i32.const 1232)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
- (set_local $15
+ (tee_local $15
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
(i32.const 8)
@@ -5919,7 +5967,7 @@
)
(i32.store
(i32.const 1220)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.add
(get_local $33)
@@ -5954,7 +6002,7 @@
)
(if
(i32.gt_u
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1220)
)
@@ -5964,7 +6012,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $32
+ (tee_local $32
(i32.sub
(get_local $10)
(get_local $18)
@@ -5973,9 +6021,9 @@
)
(i32.store
(i32.const 1232)
- (set_local $7
+ (tee_local $7
(i32.add
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1232)
)
@@ -5998,8 +6046,7 @@
(i32.const 3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -6016,8 +6063,7 @@
(call $Qa)
(i32.const 12)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(i32.const 0)
@@ -6050,13 +6096,13 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const -8)
)
)
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 1224)
)
@@ -6066,9 +6112,9 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.and
- (set_local $9
+ (tee_local $9
(i32.load
(i32.add
(get_local $0)
@@ -6086,7 +6132,7 @@
(set_local $7
(i32.add
(get_local $1)
- (set_local $5
+ (tee_local $5
(i32.and
(get_local $9)
(i32.const -8)
@@ -6128,7 +6174,7 @@
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.sub
@@ -6152,9 +6198,9 @@
(if
(i32.ne
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $7)
(i32.const 4)
@@ -6223,12 +6269,12 @@
)
(if
(i32.ne
- (set_local $9
+ (tee_local $9
(i32.load offset=8
(get_local $0)
)
)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.const 1248)
(i32.shl
@@ -6312,7 +6358,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $1)
(i32.const 8)
@@ -6353,7 +6399,7 @@
(block $do-once$2
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $0)
)
@@ -6362,11 +6408,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 16)
@@ -6387,7 +6433,7 @@
)
(if
(i32.eqz
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $4)
)
@@ -6401,58 +6447,60 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (set_local $11
- (i32.load
- (set_local $6
- (i32.add
- (get_local $1)
- (i32.const 20)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $6
+ (i32.add
+ (get_local $1)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $4
- (get_local $6)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $6)
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $6
- (i32.add
- (get_local $1)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $6
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $4
- (get_local $6)
- )
- )
- (block
- (set_local $6
- (get_local $1)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $6)
+ )
)
- (set_local $10
- (get_local $4)
+ (block
+ (set_local $6
+ (get_local $1)
+ )
+ (set_local $10
+ (get_local $4)
+ )
+ (br $while-out$4)
)
- (br $while-out$4)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -6474,7 +6522,7 @@
(block
(if
(i32.lt_u
- (set_local $6
+ (tee_local $6
(i32.load offset=8
(get_local $0)
)
@@ -6486,7 +6534,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $6)
(i32.const 12)
@@ -6500,7 +6548,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $1)
(i32.const 8)
@@ -6534,11 +6582,11 @@
(i32.eq
(get_local $0)
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $0)
)
@@ -6597,7 +6645,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 16)
@@ -6634,7 +6682,7 @@
(if
(i32.lt_u
(get_local $3)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 1224)
)
@@ -6647,9 +6695,9 @@
(get_local $9)
)
(if
- (set_local $4
+ (tee_local $4
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $0)
(i32.const 16)
@@ -6676,7 +6724,7 @@
)
)
(if
- (set_local $4
+ (tee_local $4
(i32.load offset=4
(get_local $6)
)
@@ -6738,9 +6786,9 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $7)
(i32.const 4)
@@ -6795,7 +6843,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $3
+ (tee_local $3
(i32.add
(i32.load
(i32.const 1220)
@@ -6845,7 +6893,7 @@
(block
(i32.store
(i32.const 1216)
- (set_local $3
+ (tee_local $3
(i32.add
(i32.load
(i32.const 1216)
@@ -6904,12 +6952,12 @@
)
(if
(i32.ne
- (set_local $6
+ (tee_local $6
(i32.load offset=8
(get_local $7)
)
)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.const 1248)
(i32.shl
@@ -6991,7 +7039,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $10)
(i32.const 8)
@@ -7025,7 +7073,7 @@
(block $do-once$10
(if
(i32.eq
- (set_local $10
+ (tee_local $10
(i32.load offset=12
(get_local $7)
)
@@ -7034,11 +7082,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $7)
(i32.const 16)
@@ -7059,7 +7107,7 @@
)
(if
(i32.eqz
- (set_local $0
+ (tee_local $0
(i32.load
(get_local $4)
)
@@ -7073,50 +7121,52 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 20)
+ (loop $while-in$13
+ (block $while-out$12
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $1)
+ )
+ (br $while-in$13)
)
- (br $while-in$13)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $1)
+ )
)
+ (br $while-out$12)
)
- (br $while-out$12)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -7140,7 +7190,7 @@
(block
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load offset=8
(get_local $7)
)
@@ -7154,7 +7204,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $1)
(i32.const 12)
@@ -7168,7 +7218,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $10)
(i32.const 8)
@@ -7202,11 +7252,11 @@
(i32.eq
(get_local $7)
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $10
+ (tee_local $10
(i32.load offset=28
(get_local $7)
)
@@ -7259,7 +7309,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $6)
(i32.const 16)
@@ -7287,7 +7337,7 @@
(if
(i32.lt_u
(get_local $12)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1224)
)
@@ -7300,9 +7350,9 @@
(get_local $6)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $7)
(i32.const 16)
@@ -7329,7 +7379,7 @@
)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $5)
)
@@ -7419,12 +7469,12 @@
)
(if
(i32.and
- (set_local $5
+ (tee_local $5
(i32.load
(i32.const 1208)
)
)
- (set_local $3
+ (tee_local $3
(i32.shl
(i32.const 1)
(get_local $8)
@@ -7433,9 +7483,9 @@
)
(if
(i32.lt_u
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $1)
(i32.const 8)
@@ -7499,9 +7549,9 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $1
+ (tee_local $1
(if
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $0)
(i32.const 8)
@@ -7518,20 +7568,20 @@
(i32.shr_u
(get_local $0)
(i32.add
- (set_local $3
+ (tee_local $3
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $15
+ (tee_local $15
(i32.shl
(get_local $1)
- (set_local $13
+ (tee_local $13
(i32.and
(i32.shr_u
(i32.add
@@ -7554,11 +7604,11 @@
)
(get_local $13)
)
- (set_local $15
+ (tee_local $15
(i32.and
(i32.shr_u
(i32.add
- (set_local $5
+ (tee_local $5
(i32.shl
(get_local $15)
(get_local $1)
@@ -7614,12 +7664,12 @@
)
(if
(i32.and
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 1212)
)
)
- (set_local $5
+ (tee_local $5
(i32.shl
(i32.const 1)
(get_local $1)
@@ -7651,72 +7701,74 @@
(get_local $3)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $0)
- )
- (block
- (set_local $16
- (get_local $1)
+ (get_local $0)
)
- (set_local $0
- (i32.const 130)
+ (block
+ (set_local $16
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (if
- (set_local $12
- (i32.load
- (set_local $8
- (i32.add
+ (if
+ (tee_local $12
+ (i32.load
+ (tee_local $8
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $13)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $13
- (i32.shl
- (get_local $13)
- (i32.const 1)
+ (block
+ (set_local $13
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $12)
)
)
- (set_local $1
- (get_local $12)
- )
- )
- (block
- (set_local $18
- (get_local $8)
- )
- (set_local $19
- (get_local $1)
- )
- (set_local $0
- (i32.const 127)
+ (block
+ (set_local $18
+ (get_local $8)
+ )
+ (set_local $19
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -7758,9 +7810,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $13
+ (tee_local $13
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $16)
(i32.const 8)
@@ -7768,7 +7820,7 @@
)
)
)
- (set_local $5
+ (tee_local $5
(i32.load
(i32.const 1224)
)
@@ -7834,7 +7886,7 @@
)
(i32.store
(i32.const 1240)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.load
(i32.const 1240)
@@ -7850,22 +7902,24 @@
(i32.const 1664)
)
)
- (loop $while-out$20 $while-in$21
- (if
- (set_local $2
- (i32.load
- (get_local $0)
+ (loop $while-in$21
+ (block $while-out$20
+ (if
+ (tee_local $2
+ (i32.load
+ (get_local $0)
+ )
)
- )
- (set_local $0
- (i32.add
- (get_local $2)
- (i32.const 8)
+ (set_local $0
+ (i32.add
+ (get_local $2)
+ (i32.const 8)
+ )
)
+ (br $while-out$20)
)
- (br $while-out$20)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 1240)
@@ -7890,16 +7944,11 @@
(local $17 i32)
(local $18 i32)
(set_local $11
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 48)
)
)
@@ -7913,15 +7962,15 @@
(get_local $11)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $11)
(i32.const 32)
)
)
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $0)
(i32.const 28)
@@ -7932,10 +7981,10 @@
)
(i32.store offset=4
(get_local $3)
- (set_local $10
+ (tee_local $10
(i32.sub
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $0)
(i32.const 20)
@@ -7978,209 +8027,211 @@
(get_local $2)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (get_local $5)
- (set_local $6
- (if
- (i32.load
- (i32.const 1160)
- )
- (block
- (call_import $ra
- (i32.const 1)
- (get_local $0)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (get_local $5)
+ (tee_local $6
+ (if
+ (i32.load
+ (i32.const 1160)
)
- (i32.store
- (get_local $13)
- (i32.load
- (get_local $1)
+ (block
+ (call_import $ra
+ (i32.const 1)
+ (get_local $0)
)
- )
- (i32.store offset=4
- (get_local $13)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $13)
- (get_local $3)
- )
- (set_local $10
- (call $Pa
- (call_import $ya
- (i32.const 146)
- (get_local $13)
+ (i32.store
+ (get_local $13)
+ (i32.load
+ (get_local $1)
)
)
- )
- (call_import $oa
- (i32.const 0)
- )
- (get_local $10)
- )
- (block
- (i32.store
- (get_local $12)
- (i32.load
- (get_local $1)
+ (i32.store offset=4
+ (get_local $13)
+ (get_local $4)
)
+ (i32.store offset=8
+ (get_local $13)
+ (get_local $3)
+ )
+ (set_local $10
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $13)
+ )
+ )
+ )
+ (call_import $oa
+ (i32.const 0)
+ )
+ (get_local $10)
)
- (i32.store offset=4
- (get_local $12)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $12)
- (get_local $3)
- )
- (call $Pa
- (call_import $ya
- (i32.const 146)
+ (block
+ (i32.store
+ (get_local $12)
+ (i32.load
+ (get_local $1)
+ )
+ )
+ (i32.store offset=4
+ (get_local $12)
+ (get_local $4)
+ )
+ (i32.store offset=8
(get_local $12)
+ (get_local $3)
+ )
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $12)
+ )
)
)
)
)
)
- )
- (block
- (set_local $1
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $6)
- (i32.const 0)
- )
- (block
- (set_local $17
- (get_local $4)
- )
- (set_local $18
- (get_local $3)
- )
- (set_local $1
- (i32.const 8)
+ (block
+ (set_local $1
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- )
- (set_local $10
- (i32.sub
- (get_local $5)
- (get_local $6)
)
- )
- (set_local $3
(if
- (i32.gt_u
+ (i32.lt_s
(get_local $6)
- (set_local $5
- (i32.load offset=4
- (get_local $4)
- )
- )
+ (i32.const 0)
)
(block
- (i32.store
- (get_local $9)
- (set_local $7
- (i32.load
- (get_local $8)
- )
- )
- )
- (i32.store
- (get_local $14)
- (get_local $7)
- )
- (set_local $6
- (i32.sub
- (get_local $6)
- (get_local $5)
- )
- )
- (set_local $7
- (i32.add
- (get_local $4)
- (i32.const 8)
- )
+ (set_local $17
+ (get_local $4)
)
- (set_local $15
- (i32.add
- (get_local $3)
- (i32.const -1)
- )
+ (set_local $18
+ (get_local $3)
)
- (i32.load offset=12
- (get_local $4)
+ (set_local $1
+ (i32.const 8)
)
+ (br $while-out$0)
)
+ )
+ (set_local $10
+ (i32.sub
+ (get_local $5)
+ (get_local $6)
+ )
+ )
+ (set_local $3
(if
- (i32.eq
- (get_local $3)
- (i32.const 2)
+ (i32.gt_u
+ (get_local $6)
+ (tee_local $5
+ (i32.load offset=4
+ (get_local $4)
+ )
+ )
)
(block
(i32.store
(get_local $9)
- (i32.add
+ (tee_local $7
(i32.load
- (get_local $9)
+ (get_local $8)
)
+ )
+ )
+ (i32.store
+ (get_local $14)
+ (get_local $7)
+ )
+ (set_local $6
+ (i32.sub
(get_local $6)
+ (get_local $5)
)
)
(set_local $7
- (get_local $4)
+ (i32.add
+ (get_local $4)
+ (i32.const 8)
+ )
)
(set_local $15
- (i32.const 2)
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
- (get_local $5)
- )
- (block
- (set_local $7
+ (i32.load offset=12
(get_local $4)
)
- (set_local $15
+ )
+ (if
+ (i32.eq
(get_local $3)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $9)
+ (i32.add
+ (i32.load
+ (get_local $9)
+ )
+ (get_local $6)
+ )
+ )
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (i32.const 2)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (get_local $3)
+ )
+ (get_local $5)
)
- (get_local $5)
)
)
)
- )
- (i32.store
- (get_local $7)
- (i32.add
- (i32.load
- (get_local $7)
+ (i32.store
+ (get_local $7)
+ (i32.add
+ (i32.load
+ (get_local $7)
+ )
+ (get_local $6)
)
- (get_local $6)
)
- )
- (i32.store offset=4
- (get_local $7)
- (i32.sub
- (get_local $3)
- (get_local $6)
+ (i32.store offset=4
+ (get_local $7)
+ (i32.sub
+ (get_local $3)
+ (get_local $6)
+ )
)
+ (set_local $4
+ (get_local $7)
+ )
+ (set_local $3
+ (get_local $15)
+ )
+ (set_local $5
+ (get_local $10)
+ )
+ (br $while-in$1)
)
- (set_local $4
- (get_local $7)
- )
- (set_local $3
- (get_local $15)
- )
- (set_local $5
- (get_local $10)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -8191,7 +8242,7 @@
(i32.store offset=16
(get_local $0)
(i32.add
- (set_local $5
+ (tee_local $5
(i32.load
(get_local $8)
)
@@ -8203,7 +8254,7 @@
)
(i32.store
(get_local $9)
- (set_local $8
+ (tee_local $8
(get_local $5)
)
)
@@ -8260,8 +8311,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $11)
)
(get_local $16)
@@ -8273,9 +8323,9 @@
(local $6 i32)
(local $7 i32)
(if
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $2)
(i32.const 16)
@@ -8318,9 +8368,9 @@
)
(block
(set_local $6
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 20)
@@ -8340,6 +8390,9 @@
(block
(set_local $4
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8349,9 +8402,6 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $1)
)
)
(br $label$break$a)
@@ -8370,53 +8420,58 @@
(set_local $3
(get_local $1)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $3)
- )
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $3
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $3)
)
- (br $label$break$b
- (get_local $1)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $3
+ (i32.const 0)
+ )
+ (br $label$break$b
+ (get_local $1)
+ )
)
)
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
- (get_local $0)
- (set_local $7
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $0)
+ (tee_local $7
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $4
- (get_local $3)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (br $while-out$2)
+ )
+ (set_local $3
+ (get_local $7)
)
- (br $while-out$2)
- )
- (set_local $3
- (get_local $7)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
- (if
+ (br_if $label$break$a
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $4)
(i32.add
(i32.and
(i32.load offset=36
@@ -8426,13 +8481,9 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $4)
)
(get_local $4)
)
- (br $label$break$a)
)
(set_local $2
(i32.add
@@ -8465,10 +8516,12 @@
)
)
)
- (call $jb
- (get_local $6)
- (get_local $2)
- (get_local $0)
+ (drop
+ (call $jb
+ (get_local $6)
+ (get_local $2)
+ (get_local $0)
+ )
)
(i32.store
(get_local $5)
@@ -8499,7 +8552,7 @@
(block $label$break$a
(if
(i32.and
- (set_local $3
+ (tee_local $3
(get_local $0)
)
(i32.const 3)
@@ -8508,44 +8561,47 @@
(set_local $4
(get_local $3)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $0)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $0)
+ )
)
- )
- (block
- (set_local $5
- (get_local $4)
+ (block
+ (set_local $5
+ (get_local $4)
+ )
+ (br $label$break$a)
)
- (br $label$break$a)
)
- )
- (if
- (i32.and
- (set_local $4
- (set_local $0
- (i32.add
- (get_local $0)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (i32.and
+ (tee_local $4
+ (tee_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
)
+ (i32.const 3)
)
)
- (i32.const 3)
- )
- (get_local $0)
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $1
- (i32.const 4)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $1
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -8567,34 +8623,36 @@
(set_local $1
(get_local $2)
)
- (loop $while-out$3 $while-in$4
- (if
- (i32.and
- (i32.xor
- (i32.and
- (set_local $2
- (i32.load
- (get_local $1)
+ (loop $while-in$4
+ (block $while-out$3
+ (if
+ (i32.and
+ (i32.xor
+ (i32.and
+ (tee_local $2
+ (i32.load
+ (get_local $1)
+ )
)
+ (i32.const -2139062144)
)
(i32.const -2139062144)
)
- (i32.const -2139062144)
- )
- (i32.add
- (get_local $2)
- (i32.const -16843009)
+ (i32.add
+ (get_local $2)
+ (i32.const -16843009)
+ )
)
- )
- (br $while-out$3)
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (br $while-out$3)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.shr_s
@@ -8611,25 +8669,26 @@
(set_local $2
(get_local $1)
)
- (loop $while-out$5 $while-in$6
- (if
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (loop $while-in$6
+ (block $while-out$5
+ (if
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
+ (set_local $2
+ (get_local $1)
+ )
+ (br $while-out$5)
)
- (set_local $2
- (get_local $1)
- )
- (br $while-out$5)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
- (get_local $1)
)
(set_local $5
(get_local $1)
@@ -8703,7 +8762,7 @@
(i32.const 1188)
)
(if
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 1184)
)
@@ -8715,64 +8774,66 @@
(set_local $2
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (set_local $0
- (if
- (i32.gt_s
- (i32.load offset=76
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $0
+ (if
+ (i32.gt_s
+ (i32.load offset=76
+ (get_local $1)
+ )
+ (i32.const -1)
+ )
+ (call $Ya
(get_local $1)
)
- (i32.const -1)
- )
- (call $Ya
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $2
- (if
- (i32.gt_u
- (i32.load offset=20
- (get_local $1)
- )
- (i32.load offset=28
- (get_local $1)
+ (set_local $2
+ (if
+ (i32.gt_u
+ (i32.load offset=20
+ (get_local $1)
+ )
+ (i32.load offset=28
+ (get_local $1)
+ )
)
- )
- (i32.or
- (call $$a
- (get_local $1)
+ (i32.or
+ (call $$a
+ (get_local $1)
+ )
+ (get_local $2)
)
(get_local $2)
)
- (get_local $2)
)
- )
- (if
- (get_local $0)
- (call $Ta
- (get_local $1)
- )
- )
- (if
- (set_local $1
- (i32.load offset=56
+ (if
+ (get_local $0)
+ (call $Ta
(get_local $1)
)
)
- (get_local $2)
- (block
- (set_local $0
- (get_local $2)
+ (if
+ (i32.eqz
+ (tee_local $1
+ (i32.load offset=56
+ (get_local $1)
+ )
+ )
+ )
+ (block
+ (set_local $0
+ (get_local $2)
+ )
+ (br $while-out$2)
)
- (br $while-out$2)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
- (get_local $0)
)
(call_import $xa
(i32.const 1188)
@@ -8792,24 +8853,19 @@
(local $8 i32)
(local $9 i32)
(set_local $5
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
(i32.store8
- (set_local $6
+ (tee_local $6
(get_local $5)
)
- (set_local $9
+ (tee_local $9
(i32.and
(get_local $1)
(i32.const 255)
@@ -8817,9 +8873,9 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 16)
@@ -8863,9 +8919,9 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -8877,7 +8933,7 @@
)
(if
(i32.ne
- (set_local $4
+ (tee_local $4
(i32.and
(get_local $1)
(i32.const 255)
@@ -8907,6 +8963,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (get_local $6)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8916,9 +8975,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (get_local $6)
- (i32.const 1)
)
(i32.const 1)
)
@@ -8931,8 +8987,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $5)
)
(get_local $4)
@@ -8947,7 +9002,7 @@
(if
(i32.gt_u
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -8955,7 +9010,7 @@
)
)
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 28)
@@ -8964,19 +9019,21 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(if
(i32.load
@@ -9002,9 +9059,9 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 4)
@@ -9012,9 +9069,9 @@
)
)
)
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 8)
@@ -9024,6 +9081,12 @@
)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.sub
+ (get_local $2)
+ (get_local $6)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=40
@@ -9033,12 +9096,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (i32.sub
- (get_local $2)
- (get_local $6)
- )
- (i32.const 1)
)
)
(i32.store offset=16
@@ -9098,116 +9155,122 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.eqz
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $2)
- )
- (return
- (get_local $3)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (if
+ (i32.eqz
+ (get_local $2)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.lt_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.lt_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
+ )
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.le_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.le_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(get_local $3)
)
@@ -9235,7 +9298,7 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(get_local $1)
(i32.const 255)
@@ -9264,7 +9327,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 3)
@@ -9280,66 +9343,72 @@
(get_local $3)
)
)
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.ge_s
- (get_local $0)
- (get_local $3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.ge_s
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.ge_s
- (get_local $0)
- (get_local $6)
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.ge_s
+ (get_local $0)
+ (get_local $6)
+ )
)
- )
- (i32.store
- (get_local $0)
- (get_local $5)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (get_local $5)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
+ )
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.ge_s
- (get_local $0)
- (get_local $4)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.ge_s
+ (get_local $0)
+ (get_local $4)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(i32.sub
(get_local $0)
@@ -9354,7 +9423,7 @@
(if
(i32.gt_s
(i32.load offset=76
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 1024)
)
@@ -9389,9 +9458,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.const 20)
@@ -9451,7 +9520,7 @@
(local $2 i32)
(set_local $2
(i32.load8_s
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 74)
@@ -9471,7 +9540,7 @@
)
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(get_local $0)
)
@@ -9499,7 +9568,7 @@
)
(i32.store offset=28
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load offset=44
(get_local $0)
)
@@ -9533,7 +9602,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(if
(i32.gt_s
(i32.load offset=76
@@ -9588,21 +9657,16 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 32)
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $4)
)
(i32.load offset=60
@@ -9619,7 +9683,7 @@
)
(i32.store offset=12
(get_local $3)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 20)
@@ -9653,8 +9717,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $4)
)
(get_local $0)
@@ -9663,16 +9726,11 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 80)
)
)
@@ -9729,73 +9787,56 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $4)
)
(get_local $3)
)
(func $Ka (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=3
(get_local $0)
)
)
(i32.store8 offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=4
(get_local $0)
)
)
(i32.store8 offset=5
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=5
(get_local $0)
)
)
(i32.store8 offset=6
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=6
(get_local $0)
)
)
(i32.store8 offset=7
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=7
(get_local $0)
)
@@ -9805,21 +9846,16 @@
(local $1 i32)
(local $2 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
(i32.store
- (set_local $2
+ (tee_local $2
(get_local $1)
)
(i32.load offset=60
@@ -9834,8 +9870,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $1)
)
(get_local $0)
@@ -9861,33 +9896,25 @@
)
(func $Ja (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=3
(get_local $0)
)
@@ -9906,6 +9933,9 @@
)
(func $lb (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect $FUNCSIG$iiii
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
(i32.add
(i32.and
(get_local $0)
@@ -9913,34 +9943,23 @@
)
(i32.const 2)
)
- (get_local $1)
- (get_local $2)
- (get_local $3)
)
)
(func $Ea (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(get_local $0)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 15)
)
(i32.const -16)
@@ -9970,17 +9989,13 @@
(func $Ia (param $0 i32) (param $1 i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $v)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $v
(get_local $0)
)
- (i32.store
- (i32.const 48)
+ (set_global $w
(get_local $1)
)
)
@@ -9988,6 +10003,7 @@
)
(func $kb (param $0 i32) (param $1 i32) (result i32)
(call_indirect $FUNCSIG$ii
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -9995,7 +10011,6 @@
)
(i32.const 0)
)
- (get_local $1)
)
)
(func $Sa (param $0 i32)
@@ -10012,6 +10027,7 @@
)
(func $mb (param $0 i32) (param $1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -10019,16 +10035,13 @@
)
(i32.const 6)
)
- (get_local $1)
)
)
(func $Ha (param $0 i32) (param $1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $0)
)
- (i32.store
- (i32.const 16)
+ (set_global $s
(get_local $1)
)
)
@@ -10039,8 +10052,10 @@
(i32.const 0)
)
(func $Na (result i32)
- (call $db
- (i32.const 1144)
+ (drop
+ (call $db
+ (i32.const 1144)
+ )
)
(i32.const 0)
)
@@ -10056,31 +10071,25 @@
)
)
(func $La (param $0 i32)
- (i32.store
- (i32.const 160)
+ (set_global $K
(get_local $0)
)
)
(func $Ga (param $0 i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $0)
)
)
(func $Ma (result i32)
- (i32.load
- (i32.const 160)
- )
+ (get_global $K)
)
(func $Fa (result i32)
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
(func $ib (result i32)
(i32.const 0)
)
- (func $__growWasmMemory (param $newSize i32)
+ (func $__growWasmMemory (param $newSize i32) (result i32)
(grow_memory
(get_local $newSize)
)
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise
index 5482b08f6..aea127692 100644
--- a/test/memorygrowth.fromasm.imprecise
+++ b/test/memorygrowth.fromasm.imprecise
@@ -1,44 +1,77 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
- (import $ja "env" "abort" (param i32))
- (import $oa "env" "_pthread_cleanup_pop" (param i32))
- (import $pa "env" "___lock" (param i32))
- (import $qa "env" "_abort")
- (import $ra "env" "_pthread_cleanup_push" (param i32 i32))
- (import $sa "env" "___syscall6" (param i32 i32) (result i32))
- (import $ta "env" "_sbrk" (param i32) (result i32))
- (import $ua "env" "___syscall140" (param i32 i32) (result i32))
- (import $va "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $wa "env" "___syscall54" (param i32 i32) (result i32))
- (import $xa "env" "___unlock" (param i32))
- (import $ya "env" "___syscall146" (param i32 i32) (result i32))
- (export "_free" $fb)
- (export "_main" $Na)
- (export "_pthread_self" $ib)
- (export "_memset" $hb)
- (export "_malloc" $eb)
- (export "_memcpy" $jb)
- (export "_fflush" $_a)
- (export "___errno_location" $Qa)
- (export "runPostSets" $gb)
- (export "stackAlloc" $Ea)
- (export "stackSave" $Fa)
- (export "stackRestore" $Ga)
- (export "establishStackSpace" $Ha)
- (export "setThrew" $Ia)
- (export "setTempRet0" $La)
- (export "getTempRet0" $Ma)
- (export "dynCall_ii" $kb)
- (export "dynCall_iiii" $lb)
- (export "dynCall_vi" $mb)
- (export "__growWasmMemory" $__growWasmMemory)
+ (import "env" "STACKTOP" (global $r i32))
+ (import "env" "STACK_MAX" (global $s i32))
+ (import "env" "tempDoublePtr" (global $t i32))
+ (import "env" "ABORT" (global $u i32))
+ (import "global" "NaN" (global $z f64))
+ (import "global" "Infinity" (global $A f64))
+ (import "env" "abort" (func $ja (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $oa (param i32)))
+ (import "env" "___lock" (func $pa (param i32)))
+ (import "env" "_abort" (func $qa))
+ (import "env" "_pthread_cleanup_push" (func $ra (param i32 i32)))
+ (import "env" "___syscall6" (func $sa (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $ta (param i32) (result i32)))
+ (import "env" "___syscall140" (func $ua (param i32 i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $va (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $wa (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $xa (param i32)))
+ (import "env" "___syscall146" (func $ya (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $fb))
+ (export "_main" (func $Na))
+ (export "_pthread_self" (func $ib))
+ (export "_memset" (func $hb))
+ (export "_malloc" (func $eb))
+ (export "_memcpy" (func $jb))
+ (export "_fflush" (func $_a))
+ (export "___errno_location" (func $Qa))
+ (export "runPostSets" (func $gb))
+ (export "stackAlloc" (func $Ea))
+ (export "stackSave" (func $Fa))
+ (export "stackRestore" (func $Ga))
+ (export "establishStackSpace" (func $Ha))
+ (export "setThrew" (func $Ia))
+ (export "setTempRet0" (func $La))
+ (export "getTempRet0" (func $Ma))
+ (export "dynCall_ii" (func $kb))
+ (export "dynCall_iiii" (func $lb))
+ (export "dynCall_vi" (func $mb))
+ (export "__growWasmMemory" (func $__growWasmMemory))
+ (global $v i32 (i32.const 0))
+ (global $w i32 (i32.const 0))
+ (global $x i32 (i32.const 0))
+ (global $y i32 (i32.const 0))
+ (global $B i32 (i32.const 0))
+ (global $C i32 (i32.const 0))
+ (global $D i32 (i32.const 0))
+ (global $E i32 (i32.const 0))
+ (global $F f64 (f64.const 0))
+ (global $G i32 (i32.const 0))
+ (global $H i32 (i32.const 0))
+ (global $I i32 (i32.const 0))
+ (global $J f64 (f64.const 0))
+ (global $K i32 (i32.const 0))
+ (global $L i32 (i32.const 0))
+ (global $M i32 (i32.const 0))
+ (global $N i32 (i32.const 0))
+ (global $O i32 (i32.const 0))
+ (global $P i32 (i32.const 0))
+ (global $Q i32 (i32.const 0))
+ (global $R i32 (i32.const 0))
+ (global $S i32 (i32.const 0))
+ (global $T i32 (i32.const 0))
+ (global $za f64 (f64.const 0))
(table 8 8 anyfunc)
(elem (i32.const 0) $nb $Oa $ob $Va $Ua $Ra $pb $Sa)
(func $eb (param $0 i32) (result i32)
@@ -97,16 +130,11 @@
(local $53 i32)
(local $54 i32)
(set_local $31
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -122,16 +150,16 @@
(block
(if
(i32.and
- (set_local $12
+ (tee_local $12
(i32.shr_u
- (set_local $16
+ (tee_local $16
(i32.load
(i32.const 1208)
)
)
- (set_local $2
+ (tee_local $2
(i32.shr_u
- (set_local $14
+ (tee_local $14
(select
(i32.const 16)
(i32.and
@@ -157,18 +185,18 @@
(block
(set_local $11
(i32.load
- (set_local $27
+ (tee_local $27
(i32.add
- (set_local $29
+ (tee_local $29
(i32.load
- (set_local $25
+ (tee_local $25
(i32.add
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $0
+ (tee_local $0
(i32.add
(i32.xor
(i32.and
@@ -227,7 +255,7 @@
(if
(i32.eq
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
(get_local $11)
(i32.const 12)
@@ -253,7 +281,7 @@
(i32.store offset=4
(get_local $29)
(i32.or
- (set_local $11
+ (tee_local $11
(i32.shl
(get_local $0)
(i32.const 3)
@@ -263,7 +291,7 @@
)
)
(i32.store
- (set_local $25
+ (tee_local $25
(i32.add
(i32.add
(get_local $29)
@@ -279,8 +307,7 @@
(i32.const 1)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -291,7 +318,7 @@
(if
(i32.gt_u
(get_local $14)
- (set_local $25
+ (tee_local $25
(i32.load
(i32.const 1216)
)
@@ -304,17 +331,17 @@
(set_local $5
(i32.and
(i32.shr_u
- (set_local $11
+ (tee_local $11
(i32.add
(i32.and
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shl
(get_local $12)
(get_local $2)
)
(i32.or
- (set_local $11
+ (tee_local $11
(i32.shl
(i32.const 2)
(get_local $2)
@@ -342,27 +369,27 @@
)
(set_local $5
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
- (set_local $3
+ (tee_local $3
(i32.add
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $7
+ (tee_local $7
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (set_local $11
+ (tee_local $11
(i32.and
(i32.shr_u
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $11)
(get_local $5)
@@ -375,10 +402,10 @@
)
(get_local $5)
)
- (set_local $19
+ (tee_local $19
(i32.and
(i32.shr_u
- (set_local $8
+ (tee_local $8
(i32.shr_u
(get_local $19)
(get_local $11)
@@ -390,10 +417,10 @@
)
)
)
- (set_local $8
+ (tee_local $8
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $8)
(get_local $19)
@@ -405,10 +432,10 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
- (set_local $0
+ (tee_local $0
(i32.shr_u
(get_local $3)
(get_local $8)
@@ -478,7 +505,7 @@
(if
(i32.eq
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $5)
(i32.const 12)
@@ -514,14 +541,14 @@
)
)
(i32.store offset=4
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $8)
(get_local $14)
)
)
(i32.or
- (set_local $5
+ (tee_local $5
(i32.sub
(i32.shl
(get_local $7)
@@ -553,7 +580,7 @@
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $25
+ (tee_local $25
(i32.shr_u
(get_local $39)
(i32.const 3)
@@ -567,12 +594,12 @@
)
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 1208)
)
)
- (set_local $12
+ (tee_local $12
(i32.shl
(i32.const 1)
(get_local $25)
@@ -581,9 +608,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $16)
(i32.const 8)
@@ -650,8 +677,7 @@
(i32.const 1228)
(get_local $0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -660,7 +686,7 @@
)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load
(i32.const 1212)
)
@@ -669,7 +695,7 @@
(set_local $0
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.add
(i32.and
(get_local $0)
@@ -690,7 +716,7 @@
(i32.sub
(i32.and
(i32.load offset=4
- (set_local $25
+ (tee_local $25
(i32.load
(i32.add
(i32.shl
@@ -699,10 +725,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shr_u
- (set_local $16
+ (tee_local $16
(i32.shr_u
(get_local $5)
(get_local $0)
@@ -715,10 +741,10 @@
)
(get_local $0)
)
- (set_local $16
+ (tee_local $16
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $16)
(get_local $5)
@@ -730,10 +756,10 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $3)
(get_local $16)
@@ -745,10 +771,10 @@
)
)
)
- (set_local $2
+ (tee_local $2
(i32.and
(i32.shr_u
- (set_local $12
+ (tee_local $12
(i32.shr_u
(get_local $2)
(get_local $3)
@@ -783,75 +809,77 @@
(set_local $3
(get_local $25)
)
- (loop $while-out$6 $while-in$7
- (if
- (set_local $25
- (i32.load offset=16
- (get_local $12)
- )
- )
- (set_local $0
- (get_local $25)
- )
+ (loop $while-in$7
+ (block $while-out$6
(if
- (set_local $16
- (i32.load offset=20
+ (tee_local $25
+ (i32.load offset=16
(get_local $12)
)
)
(set_local $0
- (get_local $16)
+ (get_local $25)
)
- (block
- (set_local $32
- (get_local $2)
+ (if
+ (tee_local $16
+ (i32.load offset=20
+ (get_local $12)
+ )
)
- (set_local $26
- (get_local $3)
+ (set_local $0
+ (get_local $16)
+ )
+ (block
+ (set_local $32
+ (get_local $2)
+ )
+ (set_local $26
+ (get_local $3)
+ )
+ (br $while-out$6)
)
- (br $while-out$6)
)
)
- )
- (set_local $16
- (i32.lt_u
- (set_local $25
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $0)
+ (set_local $16
+ (i32.lt_u
+ (tee_local $25
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $0)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $14)
)
- (get_local $14)
)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (set_local $2
- (select
- (get_local $25)
- (get_local $2)
- (get_local $16)
+ (set_local $2
+ (select
+ (get_local $25)
+ (get_local $2)
+ (get_local $16)
+ )
)
- )
- (set_local $12
- (get_local $0)
- )
- (set_local $3
- (select
+ (set_local $12
(get_local $0)
- (get_local $3)
- (get_local $16)
)
+ (set_local $3
+ (select
+ (get_local $0)
+ (get_local $3)
+ (get_local $16)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(if
(i32.lt_u
(get_local $26)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1224)
)
@@ -862,7 +890,7 @@
(if
(i32.ge_u
(get_local $26)
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $26)
(get_local $14)
@@ -879,7 +907,7 @@
(block $do-once$8
(if
(i32.eq
- (set_local $19
+ (tee_local $19
(i32.load offset=12
(get_local $26)
)
@@ -888,9 +916,9 @@
)
(block
(if
- (set_local $7
+ (tee_local $7
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(get_local $26)
(i32.const 20)
@@ -907,9 +935,9 @@
)
)
(if
- (set_local $25
+ (tee_local $25
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $26)
(i32.const 16)
@@ -933,50 +961,52 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (if
- (set_local $7
- (i32.load
- (set_local $8
- (i32.add
- (get_local $11)
- (i32.const 20)
+ (loop $while-in$11
+ (block $while-out$10
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $8
+ (i32.add
+ (get_local $11)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $7)
- )
- (set_local $0
- (get_local $8)
+ (block
+ (set_local $11
+ (get_local $7)
+ )
+ (set_local $0
+ (get_local $8)
+ )
+ (br $while-in$11)
)
- (br $while-in$11)
)
- )
- (if
- (set_local $7
- (i32.load
- (set_local $8
- (i32.add
- (get_local $11)
- (i32.const 16)
+ (if
+ (tee_local $7
+ (i32.load
+ (tee_local $8
+ (i32.add
+ (get_local $11)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $7)
- )
- (set_local $0
- (get_local $8)
+ (block
+ (set_local $11
+ (get_local $7)
+ )
+ (set_local $0
+ (get_local $8)
+ )
)
+ (br $while-out$10)
)
- (br $while-out$10)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -998,7 +1028,7 @@
(block
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load offset=8
(get_local $26)
)
@@ -1010,7 +1040,7 @@
(if
(i32.ne
(i32.load
- (set_local $7
+ (tee_local $7
(i32.add
(get_local $8)
(i32.const 12)
@@ -1024,7 +1054,7 @@
(if
(i32.eq
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $19)
(i32.const 8)
@@ -1059,11 +1089,11 @@
(i32.eq
(get_local $26)
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $19
+ (tee_local $19
(i32.load offset=28
(get_local $26)
)
@@ -1116,7 +1146,7 @@
(if
(i32.eq
(i32.load
- (set_local $19
+ (tee_local $19
(i32.add
(get_local $2)
(i32.const 16)
@@ -1144,7 +1174,7 @@
(if
(i32.lt_u
(get_local $27)
- (set_local $19
+ (tee_local $19
(i32.load
(i32.const 1224)
)
@@ -1157,7 +1187,7 @@
(get_local $2)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load offset=16
(get_local $26)
)
@@ -1181,7 +1211,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load offset=20
(get_local $26)
)
@@ -1218,7 +1248,7 @@
(i32.store offset=4
(get_local $26)
(i32.or
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $32)
(get_local $14)
@@ -1228,7 +1258,7 @@
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(i32.add
(get_local $26)
@@ -1268,7 +1298,7 @@
(get_local $32)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1216)
)
@@ -1284,7 +1314,7 @@
(i32.const 1248)
(i32.shl
(i32.shl
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $3)
(i32.const 3)
@@ -1298,12 +1328,12 @@
)
(if
(i32.and
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 1208)
)
)
- (set_local $16
+ (tee_local $16
(i32.shl
(i32.const 1)
(get_local $19)
@@ -1312,9 +1342,9 @@
)
(if
(i32.lt_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $3)
(i32.const 8)
@@ -1383,8 +1413,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -1415,7 +1444,7 @@
(block
(set_local $2
(i32.and
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 11)
@@ -1425,7 +1454,7 @@
)
)
(if
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 1212)
)
@@ -1439,13 +1468,13 @@
)
(block $label$break$a
(if
- (set_local $0
+ (tee_local $0
(i32.load
(i32.add
(i32.shl
- (set_local $34
+ (tee_local $34
(if
- (set_local $19
+ (tee_local $19
(i32.shr_u
(get_local $3)
(i32.const 8)
@@ -1462,20 +1491,20 @@
(i32.shr_u
(get_local $2)
(i32.add
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $19
+ (tee_local $19
(i32.and
(i32.shr_u
(i32.add
- (set_local $7
+ (tee_local $7
(i32.shl
(get_local $19)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
@@ -1498,11 +1527,11 @@
)
(get_local $3)
)
- (set_local $7
+ (tee_local $7
(i32.and
(i32.shr_u
(i32.add
- (set_local $25
+ (tee_local $25
(i32.shl
(get_local $7)
(get_local $19)
@@ -1578,90 +1607,92 @@
(set_local $5
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (if
- (i32.lt_u
- (set_local $29
- (i32.sub
- (set_local $27
- (i32.and
- (i32.load offset=4
- (get_local $19)
+ (loop $while-in$18
+ (block $while-out$17
+ (if
+ (i32.lt_u
+ (tee_local $29
+ (i32.sub
+ (tee_local $27
+ (i32.and
+ (i32.load offset=4
+ (get_local $19)
+ )
+ (i32.const -8)
)
- (i32.const -8)
)
+ (get_local $2)
)
- (get_local $2)
)
+ (get_local $7)
)
- (get_local $7)
- )
- (if
- (i32.eq
- (get_local $27)
- (get_local $2)
- )
- (block
- (set_local $36
- (get_local $29)
- )
- (set_local $18
- (get_local $19)
+ (if
+ (i32.eq
+ (get_local $27)
+ (get_local $2)
)
- (set_local $17
- (get_local $19)
+ (block
+ (set_local $36
+ (get_local $29)
+ )
+ (set_local $18
+ (get_local $19)
+ )
+ (set_local $17
+ (get_local $19)
+ )
+ (set_local $7
+ (i32.const 90)
+ )
+ (br $label$break$a)
)
- (set_local $7
- (i32.const 90)
+ (block
+ (set_local $4
+ (get_local $29)
+ )
+ (set_local $0
+ (get_local $19)
+ )
)
- (br $label$break$a)
)
(block
(set_local $4
- (get_local $29)
+ (get_local $7)
)
(set_local $0
- (get_local $19)
+ (get_local $5)
)
)
)
- (block
- (set_local $4
- (get_local $7)
- )
- (set_local $0
- (get_local $5)
- )
- )
- )
- (set_local $27
- (select
- (get_local $25)
- (set_local $29
- (i32.load offset=20
- (get_local $19)
- )
- )
- (i32.or
- (i32.eq
- (get_local $29)
- (i32.const 0)
+ (set_local $27
+ (select
+ (get_local $25)
+ (tee_local $29
+ (i32.load offset=20
+ (get_local $19)
+ )
)
- (i32.eq
- (get_local $29)
- (set_local $19
- (i32.load
- (i32.add
+ (i32.or
+ (i32.eq
+ (get_local $29)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $29)
+ (tee_local $19
+ (i32.load
(i32.add
- (get_local $19)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $3)
- (i32.const 31)
+ (i32.add
+ (get_local $19)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $3)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
@@ -1669,54 +1700,54 @@
)
)
)
- )
- (if
- (set_local $29
- (i32.eq
- (get_local $19)
- (i32.const 0)
- )
- )
- (block
- (set_local $40
- (get_local $4)
- )
- (set_local $12
- (get_local $27)
- )
- (set_local $38
- (get_local $0)
- )
- (set_local $7
- (i32.const 86)
- )
- (br $while-out$17)
- )
- (block
- (set_local $7
- (get_local $4)
+ (if
+ (tee_local $29
+ (i32.eq
+ (get_local $19)
+ (i32.const 0)
+ )
)
- (set_local $25
- (get_local $27)
+ (block
+ (set_local $40
+ (get_local $4)
+ )
+ (set_local $12
+ (get_local $27)
+ )
+ (set_local $38
+ (get_local $0)
+ )
+ (set_local $7
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $3
- (i32.shl
- (get_local $3)
- (i32.xor
- (i32.and
- (get_local $29)
+ (block
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $25
+ (get_local $27)
+ )
+ (set_local $3
+ (i32.shl
+ (get_local $3)
+ (i32.xor
+ (i32.and
+ (get_local $29)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $5
- (get_local $0)
+ (set_local $5
+ (get_local $0)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
(block
@@ -1741,7 +1772,7 @@
(i32.const 86)
)
(if
- (set_local $0
+ (tee_local $0
(if
(i32.and
(i32.eq
@@ -1756,11 +1787,11 @@
(block
(if
(i32.eqz
- (set_local $16
+ (tee_local $16
(i32.and
(get_local $8)
(i32.or
- (set_local $0
+ (tee_local $0
(i32.shl
(i32.const 2)
(get_local $34)
@@ -1784,7 +1815,7 @@
(set_local $16
(i32.and
(i32.shr_u
- (set_local $0
+ (tee_local $0
(i32.add
(i32.and
(get_local $16)
@@ -1809,10 +1840,10 @@
(i32.or
(i32.or
(i32.or
- (set_local $0
+ (tee_local $0
(i32.and
(i32.shr_u
- (set_local $14
+ (tee_local $14
(i32.shr_u
(get_local $0)
(get_local $16)
@@ -1825,10 +1856,10 @@
)
(get_local $16)
)
- (set_local $14
+ (tee_local $14
(i32.and
(i32.shr_u
- (set_local $12
+ (tee_local $12
(i32.shr_u
(get_local $14)
(get_local $0)
@@ -1840,10 +1871,10 @@
)
)
)
- (set_local $12
+ (tee_local $12
(i32.and
(i32.shr_u
- (set_local $5
+ (tee_local $5
(i32.shr_u
(get_local $12)
(get_local $14)
@@ -1855,10 +1886,10 @@
)
)
)
- (set_local $5
+ (tee_local $5
(i32.and
(i32.shr_u
- (set_local $3
+ (tee_local $3
(i32.shr_u
(get_local $5)
(get_local $12)
@@ -1913,84 +1944,86 @@
(get_local $7)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $7
- (i32.const 0)
- )
- (set_local $3
- (i32.lt_u
- (set_local $5
- (i32.sub
- (i32.and
- (i32.load offset=4
- (get_local $18)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $7
+ (i32.const 0)
+ )
+ (set_local $3
+ (i32.lt_u
+ (tee_local $5
+ (i32.sub
+ (i32.and
+ (i32.load offset=4
+ (get_local $18)
+ )
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $2)
)
- (get_local $2)
)
- )
- (get_local $36)
- )
- )
- (set_local $12
- (select
- (get_local $5)
- (get_local $36)
- (get_local $3)
- )
- )
- (set_local $5
- (select
- (get_local $18)
- (get_local $17)
- (get_local $3)
- )
- )
- (if
- (set_local $3
- (i32.load offset=16
- (get_local $18)
+ (get_local $36)
)
)
- (block
- (set_local $36
- (get_local $12)
- )
- (set_local $18
- (get_local $3)
- )
- (set_local $17
+ (set_local $12
+ (select
(get_local $5)
+ (get_local $36)
+ (get_local $3)
)
- (br $while-in$20)
)
- )
- (if
- (set_local $18
- (i32.load offset=20
+ (set_local $5
+ (select
(get_local $18)
+ (get_local $17)
+ (get_local $3)
)
)
- (block
- (set_local $36
- (get_local $12)
+ (if
+ (tee_local $3
+ (i32.load offset=16
+ (get_local $18)
+ )
)
- (set_local $17
- (get_local $5)
+ (block
+ (set_local $36
+ (get_local $12)
+ )
+ (set_local $18
+ (get_local $3)
+ )
+ (set_local $17
+ (get_local $5)
+ )
+ (br $while-in$20)
)
)
- (block
- (set_local $22
- (get_local $12)
+ (if
+ (tee_local $18
+ (i32.load offset=20
+ (get_local $18)
+ )
)
- (set_local $9
- (get_local $5)
+ (block
+ (set_local $36
+ (get_local $12)
+ )
+ (set_local $17
+ (get_local $5)
+ )
+ )
+ (block
+ (set_local $22
+ (get_local $12)
+ )
+ (set_local $9
+ (get_local $5)
+ )
+ (br $while-out$19)
)
- (br $while-out$19)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -2009,7 +2042,7 @@
(if
(i32.lt_u
(get_local $9)
- (set_local $8
+ (tee_local $8
(i32.load
(i32.const 1224)
)
@@ -2020,7 +2053,7 @@
(if
(i32.ge_u
(get_local $9)
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $9)
(get_local $2)
@@ -2037,7 +2070,7 @@
(block $do-once$21
(if
(i32.eq
- (set_local $3
+ (tee_local $3
(i32.load offset=12
(get_local $9)
)
@@ -2046,9 +2079,9 @@
)
(block
(if
- (set_local $16
+ (tee_local $16
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $9)
(i32.const 20)
@@ -2065,9 +2098,9 @@
)
)
(if
- (set_local $25
+ (tee_local $25
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $9)
(i32.const 16)
@@ -2086,50 +2119,52 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (if
- (set_local $16
- (i32.load
- (set_local $14
- (i32.add
- (get_local $11)
- (i32.const 20)
+ (loop $while-in$24
+ (block $while-out$23
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $14
+ (i32.add
+ (get_local $11)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $16)
- )
- (set_local $0
- (get_local $14)
+ (block
+ (set_local $11
+ (get_local $16)
+ )
+ (set_local $0
+ (get_local $14)
+ )
+ (br $while-in$24)
)
- (br $while-in$24)
)
- )
- (if
- (set_local $16
- (i32.load
- (set_local $14
- (i32.add
- (get_local $11)
- (i32.const 16)
+ (if
+ (tee_local $16
+ (i32.load
+ (tee_local $14
+ (i32.add
+ (get_local $11)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $16)
- )
- (set_local $0
- (get_local $14)
+ (block
+ (set_local $11
+ (get_local $16)
+ )
+ (set_local $0
+ (get_local $14)
+ )
)
+ (br $while-out$23)
)
- (br $while-out$23)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -2151,7 +2186,7 @@
(block
(if
(i32.lt_u
- (set_local $14
+ (tee_local $14
(i32.load offset=8
(get_local $9)
)
@@ -2163,7 +2198,7 @@
(if
(i32.ne
(i32.load
- (set_local $16
+ (tee_local $16
(i32.add
(get_local $14)
(i32.const 12)
@@ -2177,7 +2212,7 @@
(if
(i32.eq
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $3)
(i32.const 8)
@@ -2212,11 +2247,11 @@
(i32.eq
(get_local $9)
(i32.load
- (set_local $8
+ (tee_local $8
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $3
+ (tee_local $3
(i32.load offset=28
(get_local $9)
)
@@ -2269,7 +2304,7 @@
(if
(i32.eq
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $12)
(i32.const 16)
@@ -2297,7 +2332,7 @@
(if
(i32.lt_u
(get_local $20)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1224)
)
@@ -2310,7 +2345,7 @@
(get_local $12)
)
(if
- (set_local $8
+ (tee_local $8
(i32.load offset=16
(get_local $9)
)
@@ -2334,7 +2369,7 @@
)
)
(if
- (set_local $8
+ (tee_local $8
(i32.load offset=20
(get_local $9)
)
@@ -2372,7 +2407,7 @@
(i32.store offset=4
(get_local $9)
(i32.or
- (set_local $12
+ (tee_local $12
(i32.add
(get_local $22)
(get_local $2)
@@ -2382,7 +2417,7 @@
)
)
(i32.store
- (set_local $8
+ (tee_local $8
(i32.add
(i32.add
(get_local $9)
@@ -2447,12 +2482,12 @@
)
(if
(i32.and
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1208)
)
)
- (set_local $14
+ (tee_local $14
(i32.shl
(i32.const 1)
(get_local $8)
@@ -2461,9 +2496,9 @@
)
(if
(i32.lt_u
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $12)
(i32.const 8)
@@ -2527,9 +2562,9 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $20
+ (tee_local $20
(if
- (set_local $12
+ (tee_local $12
(i32.shr_u
(get_local $22)
(i32.const 8)
@@ -2546,20 +2581,20 @@
(i32.shr_u
(get_local $22)
(i32.add
- (set_local $0
+ (tee_local $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $12
+ (tee_local $12
(i32.and
(i32.shr_u
(i32.add
- (set_local $14
+ (tee_local $14
(i32.shl
(get_local $12)
- (set_local $3
+ (tee_local $3
(i32.and
(i32.shr_u
(i32.add
@@ -2582,11 +2617,11 @@
)
(get_local $3)
)
- (set_local $14
+ (tee_local $14
(i32.and
(i32.shr_u
(i32.add
- (set_local $8
+ (tee_local $8
(i32.shl
(get_local $14)
(get_local $12)
@@ -2633,7 +2668,7 @@
(get_local $20)
)
(i32.store offset=4
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $5)
(i32.const 16)
@@ -2648,12 +2683,12 @@
(if
(i32.eqz
(i32.and
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 1212)
)
)
- (set_local $8
+ (tee_local $8
(i32.shl
(i32.const 1)
(get_local $20)
@@ -2712,72 +2747,74 @@
(get_local $0)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $14)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $14)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $22)
- )
- (block
- (set_local $21
- (get_local $14)
+ (get_local $22)
)
- (set_local $7
- (i32.const 148)
+ (block
+ (set_local $21
+ (get_local $14)
+ )
+ (set_local $7
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (if
- (set_local $3
- (i32.load
- (set_local $0
- (i32.add
+ (if
+ (tee_local $3
+ (i32.load
+ (tee_local $0
(i32.add
- (get_local $14)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $8)
- (i32.const 31)
+ (i32.add
+ (get_local $14)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $8)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $8
- (i32.shl
- (get_local $8)
- (i32.const 1)
+ (block
+ (set_local $8
+ (i32.shl
+ (get_local $8)
+ (i32.const 1)
+ )
+ )
+ (set_local $14
+ (get_local $3)
)
)
- (set_local $14
- (get_local $3)
- )
- )
- (block
- (set_local $6
- (get_local $0)
- )
- (set_local $24
- (get_local $14)
- )
- (set_local $7
- (i32.const 145)
+ (block
+ (set_local $6
+ (get_local $0)
+ )
+ (set_local $24
+ (get_local $14)
+ )
+ (set_local $7
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -2819,9 +2856,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $21)
(i32.const 8)
@@ -2829,7 +2866,7 @@
)
)
)
- (set_local $3
+ (tee_local $3
(i32.load
(i32.const 1224)
)
@@ -2869,8 +2906,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -2899,7 +2935,7 @@
)
(if
(i32.ge_u
- (set_local $9
+ (tee_local $9
(i32.load
(i32.const 1216)
)
@@ -2914,7 +2950,7 @@
)
(if
(i32.gt_u
- (set_local $21
+ (tee_local $21
(i32.sub
(get_local $9)
(get_local $18)
@@ -2925,7 +2961,7 @@
(block
(i32.store
(i32.const 1228)
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $24)
(get_local $18)
@@ -2975,7 +3011,7 @@
)
)
(i32.store
- (set_local $21
+ (tee_local $21
(i32.add
(i32.add
(get_local $24)
@@ -2993,8 +3029,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3007,7 +3042,7 @@
)
(if
(i32.gt_u
- (set_local $24
+ (tee_local $24
(i32.load
(i32.const 1220)
)
@@ -3017,7 +3052,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $21
+ (tee_local $21
(i32.sub
(get_local $24)
(get_local $18)
@@ -3026,9 +3061,9 @@
)
(i32.store
(i32.const 1232)
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $24
+ (tee_local $24
(i32.load
(i32.const 1232)
)
@@ -3051,8 +3086,7 @@
(i32.const 3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3096,7 +3130,7 @@
)
(i32.store
(get_local $15)
- (set_local $24
+ (tee_local $24
(i32.xor
(i32.and
(get_local $15)
@@ -3120,16 +3154,16 @@
)
(if
(i32.le_u
- (set_local $15
+ (tee_local $15
(i32.and
- (set_local $9
+ (tee_local $9
(i32.add
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 1688)
)
)
- (set_local $21
+ (tee_local $21
(i32.add
(get_local $18)
(i32.const 47)
@@ -3137,7 +3171,7 @@
)
)
)
- (set_local $6
+ (tee_local $6
(i32.sub
(i32.const 0)
(get_local $15)
@@ -3148,8 +3182,7 @@
(get_local $18)
)
(block
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3158,7 +3191,7 @@
)
)
(if
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 1648)
)
@@ -3166,9 +3199,9 @@
(if
(i32.or
(i32.le_u
- (set_local $13
+ (tee_local $13
(i32.add
- (set_local $20
+ (tee_local $20
(i32.load
(i32.const 1640)
)
@@ -3184,8 +3217,7 @@
)
)
(block
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -3196,7 +3228,7 @@
)
(if
(i32.eq
- (set_local $7
+ (tee_local $7
(block $label$break$b
(if
(i32.and
@@ -3209,7 +3241,7 @@
(block
(block $label$break$c
(if
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 1232)
)
@@ -3218,62 +3250,64 @@
(set_local $13
(i32.const 1656)
)
- (loop $while-out$35 $while-in$36
- (if
- (i32.le_u
- (set_local $20
- (i32.load
- (get_local $13)
- )
- )
- (get_local $22)
- )
+ (loop $while-in$36
+ (block $while-out$35
(if
- (i32.gt_u
- (i32.add
- (get_local $20)
+ (i32.le_u
+ (tee_local $20
(i32.load
- (set_local $23
- (i32.add
- (get_local $13)
- (i32.const 4)
- )
- )
+ (get_local $13)
)
)
(get_local $22)
)
- (block
- (set_local $0
- (get_local $13)
+ (if
+ (i32.gt_u
+ (i32.add
+ (get_local $20)
+ (i32.load
+ (tee_local $23
+ (i32.add
+ (get_local $13)
+ (i32.const 4)
+ )
+ )
+ )
+ )
+ (get_local $22)
)
- (set_local $17
- (get_local $23)
+ (block
+ (set_local $0
+ (get_local $13)
+ )
+ (set_local $17
+ (get_local $23)
+ )
+ (br $while-out$35)
)
- (br $while-out$35)
)
)
- )
- (if
- (i32.eqz
- (set_local $13
- (i32.load offset=8
- (get_local $13)
+ (if
+ (i32.eqz
+ (tee_local $13
+ (i32.load offset=8
+ (get_local $13)
+ )
)
)
- )
- (block
- (set_local $7
- (i32.const 171)
+ (block
+ (set_local $7
+ (i32.const 171)
+ )
+ (br $label$break$c)
)
- (br $label$break$c)
)
+ (br $while-in$36)
)
- (br $while-in$36)
)
(if
(i32.lt_u
- (set_local $13
+ (tee_local $13
(i32.and
(i32.sub
(get_local $9)
@@ -3288,7 +3322,7 @@
)
(if
(i32.eq
- (set_local $23
+ (tee_local $23
(call_import $ta
(get_local $13)
)
@@ -3346,7 +3380,7 @@
)
(if
(i32.ne
- (set_local $22
+ (tee_local $22
(call_import $ta
(i32.const 0)
)
@@ -3357,9 +3391,9 @@
(set_local $6
(if
(i32.and
- (set_local $23
+ (tee_local $23
(i32.add
- (set_local $13
+ (tee_local $13
(i32.load
(i32.const 1684)
)
@@ -3367,7 +3401,7 @@
(i32.const -1)
)
)
- (set_local $2
+ (tee_local $2
(get_local $22)
)
)
@@ -3392,7 +3426,7 @@
)
(set_local $2
(i32.add
- (set_local $13
+ (tee_local $13
(i32.load
(i32.const 1640)
)
@@ -3413,7 +3447,7 @@
)
(block
(if
- (set_local $23
+ (tee_local $23
(i32.load
(i32.const 1648)
)
@@ -3433,7 +3467,7 @@
)
(if
(i32.eq
- (set_local $23
+ (tee_local $23
(call_import $ta
(get_local $6)
)
@@ -3501,14 +3535,14 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.and
(i32.add
(i32.sub
(get_local $21)
(get_local $1)
)
- (set_local $22
+ (tee_local $22
(i32.load
(i32.const 1688)
)
@@ -3530,8 +3564,10 @@
(i32.const -1)
)
(block
- (call_import $ta
- (get_local $23)
+ (drop
+ (call_import $ta
+ (get_local $23)
+ )
)
(br $label$break$d)
)
@@ -3594,12 +3630,12 @@
(if
(i32.and
(i32.lt_u
- (set_local $4
+ (tee_local $4
(call_import $ta
(get_local $15)
)
)
- (set_local $15
+ (tee_local $15
(call_import $ta
(i32.const 0)
)
@@ -3618,7 +3654,7 @@
)
(if
(i32.gt_u
- (set_local $10
+ (tee_local $10
(i32.sub
(get_local $15)
(get_local $4)
@@ -3652,7 +3688,7 @@
(block
(i32.store
(i32.const 1640)
- (set_local $10
+ (tee_local $10
(i32.add
(i32.load
(i32.const 1640)
@@ -3675,7 +3711,7 @@
)
(block $do-once$42
(if
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1232)
)
@@ -3684,55 +3720,57 @@
(set_local $1
(i32.const 1656)
)
- (loop $do-out$46 $do-in$47
- (if
- (i32.eq
- (get_local $28)
- (i32.add
- (set_local $4
- (i32.load
- (get_local $1)
+ (loop $do-in$47
+ (block $do-out$46
+ (if
+ (i32.eq
+ (get_local $28)
+ (i32.add
+ (tee_local $4
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $21
- (i32.load
- (set_local $15
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (tee_local $21
+ (i32.load
+ (tee_local $15
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
)
)
)
)
- )
- (block
- (set_local $50
- (get_local $4)
- )
- (set_local $51
- (get_local $15)
- )
- (set_local $52
- (get_local $21)
- )
- (set_local $35
- (get_local $1)
- )
- (set_local $7
- (i32.const 201)
+ (block
+ (set_local $50
+ (get_local $4)
+ )
+ (set_local $51
+ (get_local $15)
+ )
+ (set_local $52
+ (get_local $21)
+ )
+ (set_local $35
+ (get_local $1)
+ )
+ (set_local $7
+ (i32.const 201)
+ )
+ (br $do-out$46)
)
- (br $do-out$46)
)
- )
- (br_if $do-in$47
- (i32.ne
- (set_local $1
- (i32.load offset=8
- (get_local $1)
+ (br_if $do-in$47
+ (i32.ne
+ (tee_local $1
+ (i32.load offset=8
+ (get_local $1)
+ )
)
+ (i32.const 0)
)
- (i32.const 0)
)
)
)
@@ -3772,13 +3810,13 @@
(set_local $1
(i32.add
(get_local $10)
- (set_local $21
+ (tee_local $21
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $10)
(i32.const 8)
@@ -3846,7 +3884,7 @@
(if
(i32.lt_u
(get_local $28)
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 1224)
)
@@ -3871,43 +3909,45 @@
(set_local $1
(i32.const 1656)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $1)
- )
- (get_local $15)
- )
- (block
- (set_local $53
- (get_local $1)
- )
- (set_local $45
- (get_local $1)
- )
- (set_local $7
- (i32.const 209)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $1)
+ )
+ (get_local $15)
)
- (br $while-out$48)
- )
- )
- (if
- (i32.eqz
- (set_local $1
- (i32.load offset=8
+ (block
+ (set_local $53
+ (get_local $1)
+ )
+ (set_local $45
(get_local $1)
)
+ (set_local $7
+ (i32.const 209)
+ )
+ (br $while-out$48)
)
)
- (block
- (set_local $37
- (i32.const 1656)
+ (if
+ (i32.eqz
+ (tee_local $1
+ (i32.load offset=8
+ (get_local $1)
+ )
+ )
+ )
+ (block
+ (set_local $37
+ (i32.const 1656)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -3930,7 +3970,7 @@
(get_local $28)
)
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $45)
(i32.const 4)
@@ -3951,7 +3991,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $28)
(i32.const 8)
@@ -3978,7 +4018,7 @@
(i32.and
(i32.sub
(i32.const 0)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $15)
(i32.const 8)
@@ -4028,7 +4068,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $6
+ (tee_local $6
(i32.add
(i32.load
(i32.const 1220)
@@ -4060,7 +4100,7 @@
(block
(i32.store
(i32.const 1216)
- (set_local $6
+ (tee_local $6
(i32.add
(i32.load
(i32.const 1216)
@@ -4091,12 +4131,12 @@
)
)
(i32.store
- (set_local $0
+ (tee_local $0
(i32.add
(if
(i32.eq
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load offset=4
(get_local $4)
)
@@ -4133,12 +4173,12 @@
(block $do-once$53
(if
(i32.ne
- (set_local $6
+ (tee_local $6
(i32.load offset=8
(get_local $4)
)
)
- (set_local $23
+ (tee_local $23
(i32.add
(i32.const 1248)
(i32.shl
@@ -4218,7 +4258,7 @@
(if
(i32.eq
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $9)
(i32.const 8)
@@ -4256,7 +4296,7 @@
(block $do-once$57
(if
(i32.eq
- (set_local $2
+ (tee_local $2
(i32.load offset=12
(get_local $4)
)
@@ -4265,11 +4305,11 @@
)
(block
(if
- (set_local $20
+ (tee_local $20
(i32.load
- (set_local $13
+ (tee_local $13
(i32.add
- (set_local $22
+ (tee_local $22
(i32.add
(get_local $4)
(i32.const 16)
@@ -4289,7 +4329,7 @@
)
)
(if
- (set_local $20
+ (tee_local $20
(i32.load
(get_local $22)
)
@@ -4310,50 +4350,52 @@
)
)
)
- (loop $while-out$59 $while-in$60
- (if
- (set_local $20
- (i32.load
- (set_local $13
- (i32.add
- (get_local $11)
- (i32.const 20)
+ (loop $while-in$60
+ (block $while-out$59
+ (if
+ (tee_local $20
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $11)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $20)
- )
- (set_local $0
- (get_local $13)
+ (block
+ (set_local $11
+ (get_local $20)
+ )
+ (set_local $0
+ (get_local $13)
+ )
+ (br $while-in$60)
)
- (br $while-in$60)
)
- )
- (if
- (set_local $20
- (i32.load
- (set_local $13
- (i32.add
- (get_local $11)
- (i32.const 16)
+ (if
+ (tee_local $20
+ (i32.load
+ (tee_local $13
+ (i32.add
+ (get_local $11)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $11
- (get_local $20)
- )
- (set_local $0
- (get_local $13)
+ (block
+ (set_local $11
+ (get_local $20)
+ )
+ (set_local $0
+ (get_local $13)
+ )
)
+ (br $while-out$59)
)
- (br $while-out$59)
+ (br $while-in$60)
)
- (br $while-in$60)
)
(if
(i32.lt_u
@@ -4375,7 +4417,7 @@
(block
(if
(i32.lt_u
- (set_local $13
+ (tee_local $13
(i32.load offset=8
(get_local $4)
)
@@ -4387,7 +4429,7 @@
(if
(i32.ne
(i32.load
- (set_local $20
+ (tee_local $20
(i32.add
(get_local $13)
(i32.const 12)
@@ -4401,7 +4443,7 @@
(if
(i32.eq
(i32.load
- (set_local $22
+ (tee_local $22
(i32.add
(get_local $2)
(i32.const 8)
@@ -4438,11 +4480,11 @@
(i32.eq
(get_local $4)
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $2
+ (tee_local $2
(i32.load offset=28
(get_local $4)
)
@@ -4491,7 +4533,7 @@
(if
(i32.eq
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $23)
(i32.const 16)
@@ -4520,7 +4562,7 @@
(if
(i32.lt_u
(get_local $30)
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 1224)
)
@@ -4533,9 +4575,9 @@
(get_local $23)
)
(if
- (set_local $9
+ (tee_local $9
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $4)
(i32.const 16)
@@ -4563,7 +4605,7 @@
)
(br_if $label$break$e
(i32.eqz
- (set_local $9
+ (tee_local $9
(i32.load offset=4
(get_local $6)
)
@@ -4661,12 +4703,12 @@
(block $do-once$65
(if
(i32.and
- (set_local $9
+ (tee_local $9
(i32.load
(i32.const 1208)
)
)
- (set_local $2
+ (tee_local $2
(i32.shl
(i32.const 1)
(get_local $0)
@@ -4676,9 +4718,9 @@
(block
(if
(i32.ge_u
- (set_local $23
+ (tee_local $23
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $6)
(i32.const 8)
@@ -4745,10 +4787,10 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $0
+ (tee_local $0
(block $do-once$67
(if
- (set_local $2
+ (tee_local $2
(i32.shr_u
(get_local $11)
(i32.const 8)
@@ -4767,20 +4809,20 @@
(i32.shr_u
(get_local $11)
(i32.add
- (set_local $13
+ (tee_local $13
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $23
+ (tee_local $23
(i32.and
(i32.shr_u
(i32.add
- (set_local $17
+ (tee_local $17
(i32.shl
(get_local $2)
- (set_local $9
+ (tee_local $9
(i32.and
(i32.shr_u
(i32.add
@@ -4803,11 +4845,11 @@
)
(get_local $9)
)
- (set_local $17
+ (tee_local $17
(i32.and
(i32.shr_u
(i32.add
- (set_local $0
+ (tee_local $0
(i32.shl
(get_local $17)
(get_local $23)
@@ -4855,7 +4897,7 @@
(get_local $0)
)
(i32.store offset=4
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $1)
(i32.const 16)
@@ -4870,12 +4912,12 @@
(if
(i32.eqz
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load
(i32.const 1212)
)
)
- (set_local $13
+ (tee_local $13
(i32.shl
(i32.const 1)
(get_local $0)
@@ -4934,72 +4976,74 @@
(get_local $2)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $6)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $6)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $11)
- )
- (block
- (set_local $42
- (get_local $6)
+ (get_local $11)
)
- (set_local $7
- (i32.const 279)
+ (block
+ (set_local $42
+ (get_local $6)
+ )
+ (set_local $7
+ (i32.const 279)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (if
- (set_local $17
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (tee_local $17
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $6)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $13)
- (i32.const 31)
+ (i32.add
+ (get_local $6)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $13
- (i32.shl
- (get_local $13)
- (i32.const 1)
+ (block
+ (set_local $13
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
+ )
+ )
+ (set_local $6
+ (get_local $17)
)
)
- (set_local $6
- (get_local $17)
- )
- )
- (block
- (set_local $48
- (get_local $2)
- )
- (set_local $54
- (get_local $6)
- )
- (set_local $7
- (i32.const 276)
+ (block
+ (set_local $48
+ (get_local $2)
+ )
+ (set_local $54
+ (get_local $6)
+ )
+ (set_local $7
+ (i32.const 276)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -5041,9 +5085,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $13
+ (tee_local $13
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $42)
(i32.const 8)
@@ -5051,7 +5095,7 @@
)
)
)
- (set_local $17
+ (tee_local $17
(i32.load
(i32.const 1224)
)
@@ -5091,8 +5135,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -5104,46 +5147,48 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (if
- (i32.le_u
- (set_local $1
- (i32.load
- (get_local $37)
- )
- )
- (get_local $10)
- )
+ (loop $while-in$72
+ (block $while-out$71
(if
- (i32.gt_u
- (set_local $24
- (i32.add
- (get_local $1)
- (i32.load offset=4
- (get_local $37)
- )
+ (i32.le_u
+ (tee_local $1
+ (i32.load
+ (get_local $37)
)
)
(get_local $10)
)
- (block
- (set_local $0
- (get_local $24)
+ (if
+ (i32.gt_u
+ (tee_local $24
+ (i32.add
+ (get_local $1)
+ (i32.load offset=4
+ (get_local $37)
+ )
+ )
+ )
+ (get_local $10)
+ )
+ (block
+ (set_local $0
+ (get_local $24)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
)
- )
- (set_local $37
- (i32.load offset=8
- (get_local $37)
+ (set_local $37
+ (i32.load offset=8
+ (get_local $37)
+ )
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $24
(i32.add
- (set_local $21
+ (tee_local $21
(i32.add
(get_local $0)
(i32.const -47)
@@ -5154,10 +5199,10 @@
)
(set_local $1
(i32.add
- (set_local $21
+ (tee_local $21
(select
(get_local $10)
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $21)
(select
@@ -5181,7 +5226,7 @@
)
(i32.lt_u
(get_local $1)
- (set_local $24
+ (tee_local $24
(i32.add
(get_local $10)
(i32.const 16)
@@ -5195,16 +5240,16 @@
)
(i32.store
(i32.const 1232)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
- (set_local $15
+ (tee_local $15
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
(i32.const 8)
@@ -5227,7 +5272,7 @@
)
(i32.store
(i32.const 1220)
- (set_local $13
+ (tee_local $13
(i32.sub
(i32.add
(get_local $33)
@@ -5258,7 +5303,7 @@
)
)
(i32.store
- (set_local $13
+ (tee_local $13
(i32.add
(get_local $21)
(i32.const 4)
@@ -5314,7 +5359,7 @@
)
(loop $do-in$74
(i32.store
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $1)
(i32.const 4)
@@ -5350,7 +5395,7 @@
(i32.store offset=4
(get_local $10)
(i32.or
- (set_local $1
+ (tee_local $1
(i32.sub
(get_local $21)
(get_local $10)
@@ -5389,12 +5434,12 @@
)
(if
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load
(i32.const 1208)
)
)
- (set_local $17
+ (tee_local $17
(i32.shl
(i32.const 1)
(get_local $4)
@@ -5403,9 +5448,9 @@
)
(if
(i32.lt_u
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $17
+ (tee_local $17
(i32.add
(get_local $15)
(i32.const 8)
@@ -5469,9 +5514,9 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $0
+ (tee_local $0
(if
- (set_local $15
+ (tee_local $15
(i32.shr_u
(get_local $1)
(i32.const 8)
@@ -5488,20 +5533,20 @@
(i32.shr_u
(get_local $1)
(i32.add
- (set_local $2
+ (tee_local $2
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $15
+ (tee_local $15
(i32.and
(i32.shr_u
(i32.add
- (set_local $17
+ (tee_local $17
(i32.shl
(get_local $15)
- (set_local $6
+ (tee_local $6
(i32.and
(i32.shr_u
(i32.add
@@ -5524,11 +5569,11 @@
)
(get_local $6)
)
- (set_local $17
+ (tee_local $17
(i32.and
(i32.shr_u
(i32.add
- (set_local $4
+ (tee_local $4
(i32.shl
(get_local $17)
(get_local $15)
@@ -5585,12 +5630,12 @@
(if
(i32.eqz
(i32.and
- (set_local $17
+ (tee_local $17
(i32.load
(i32.const 1212)
)
)
- (set_local $4
+ (tee_local $4
(i32.shl
(i32.const 1)
(get_local $0)
@@ -5649,72 +5694,74 @@
(get_local $2)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $17)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $17)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $1)
- )
- (block
- (set_local $32
- (get_local $17)
+ (get_local $1)
)
- (set_local $7
- (i32.const 305)
+ (block
+ (set_local $32
+ (get_local $17)
+ )
+ (set_local $7
+ (i32.const 305)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (if
- (set_local $6
- (i32.load
- (set_local $2
- (i32.add
+ (if
+ (tee_local $6
+ (i32.load
+ (tee_local $2
(i32.add
- (get_local $17)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $4)
- (i32.const 31)
+ (i32.add
+ (get_local $17)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $4)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $4
- (i32.shl
- (get_local $4)
- (i32.const 1)
+ (block
+ (set_local $4
+ (i32.shl
+ (get_local $4)
+ (i32.const 1)
+ )
+ )
+ (set_local $17
+ (get_local $6)
)
)
- (set_local $17
- (get_local $6)
- )
- )
- (block
- (set_local $26
- (get_local $2)
- )
- (set_local $11
- (get_local $17)
- )
- (set_local $7
- (i32.const 302)
+ (block
+ (set_local $26
+ (get_local $2)
+ )
+ (set_local $11
+ (get_local $17)
+ )
+ (set_local $7
+ (i32.const 302)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -5756,9 +5803,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $4
+ (tee_local $4
(i32.load
- (set_local $17
+ (tee_local $17
(i32.add
(get_local $32)
(i32.const 8)
@@ -5766,7 +5813,7 @@
)
)
)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 1224)
)
@@ -5810,7 +5857,7 @@
(if
(i32.or
(i32.eq
- (set_local $4
+ (tee_local $4
(i32.load
(i32.const 1224)
)
@@ -5854,7 +5901,7 @@
)
(loop $do-in$45
(i32.store offset=12
- (set_local $15
+ (tee_local $15
(i32.add
(i32.const 1248)
(i32.shl
@@ -5874,7 +5921,7 @@
)
(br_if $do-in$45
(i32.ne
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $4)
(i32.const 1)
@@ -5886,16 +5933,16 @@
)
(i32.store
(i32.const 1232)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
- (set_local $15
+ (tee_local $15
(select
(i32.const 0)
(i32.and
(i32.sub
(i32.const 0)
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $28)
(i32.const 8)
@@ -5918,7 +5965,7 @@
)
(i32.store
(i32.const 1220)
- (set_local $1
+ (tee_local $1
(i32.sub
(i32.add
(get_local $33)
@@ -5953,7 +6000,7 @@
)
(if
(i32.gt_u
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1220)
)
@@ -5963,7 +6010,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $32
+ (tee_local $32
(i32.sub
(get_local $10)
(get_local $18)
@@ -5972,9 +6019,9 @@
)
(i32.store
(i32.const 1232)
- (set_local $7
+ (tee_local $7
(i32.add
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1232)
)
@@ -5997,8 +6044,7 @@
(i32.const 3)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(return
@@ -6015,8 +6061,7 @@
(call $Qa)
(i32.const 12)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $31)
)
(i32.const 0)
@@ -6049,13 +6094,13 @@
)
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const -8)
)
)
- (set_local $14
+ (tee_local $14
(i32.load
(i32.const 1224)
)
@@ -6065,9 +6110,9 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(i32.and
- (set_local $9
+ (tee_local $9
(i32.load
(i32.add
(get_local $0)
@@ -6085,7 +6130,7 @@
(set_local $7
(i32.add
(get_local $1)
- (set_local $5
+ (tee_local $5
(i32.and
(get_local $9)
(i32.const -8)
@@ -6127,7 +6172,7 @@
)
(if
(i32.lt_u
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.sub
@@ -6151,9 +6196,9 @@
(if
(i32.ne
(i32.and
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $7)
(i32.const 4)
@@ -6222,12 +6267,12 @@
)
(if
(i32.ne
- (set_local $9
+ (tee_local $9
(i32.load offset=8
(get_local $0)
)
)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.const 1248)
(i32.shl
@@ -6311,7 +6356,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $1)
(i32.const 8)
@@ -6352,7 +6397,7 @@
(block $do-once$2
(if
(i32.eq
- (set_local $1
+ (tee_local $1
(i32.load offset=12
(get_local $0)
)
@@ -6361,11 +6406,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 16)
@@ -6386,7 +6431,7 @@
)
(if
(i32.eqz
- (set_local $1
+ (tee_local $1
(i32.load
(get_local $4)
)
@@ -6400,58 +6445,60 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (set_local $11
- (i32.load
- (set_local $6
- (i32.add
- (get_local $1)
- (i32.const 20)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $6
+ (i32.add
+ (get_local $1)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $4
- (get_local $6)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $6)
+ )
+ (br $while-in$5)
)
- (br $while-in$5)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $6
- (i32.add
- (get_local $1)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $6
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $1
- (get_local $11)
- )
- (set_local $4
- (get_local $6)
- )
- )
- (block
- (set_local $6
- (get_local $1)
+ (block
+ (set_local $1
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $6)
+ )
)
- (set_local $10
- (get_local $4)
+ (block
+ (set_local $6
+ (get_local $1)
+ )
+ (set_local $10
+ (get_local $4)
+ )
+ (br $while-out$4)
)
- (br $while-out$4)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -6473,7 +6520,7 @@
(block
(if
(i32.lt_u
- (set_local $6
+ (tee_local $6
(i32.load offset=8
(get_local $0)
)
@@ -6485,7 +6532,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $6)
(i32.const 12)
@@ -6499,7 +6546,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $1)
(i32.const 8)
@@ -6533,11 +6580,11 @@
(i32.eq
(get_local $0)
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $1
+ (tee_local $1
(i32.load offset=28
(get_local $0)
)
@@ -6596,7 +6643,7 @@
(if
(i32.eq
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $9)
(i32.const 16)
@@ -6633,7 +6680,7 @@
(if
(i32.lt_u
(get_local $3)
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 1224)
)
@@ -6646,9 +6693,9 @@
(get_local $9)
)
(if
- (set_local $4
+ (tee_local $4
(i32.load
- (set_local $6
+ (tee_local $6
(i32.add
(get_local $0)
(i32.const 16)
@@ -6675,7 +6722,7 @@
)
)
(if
- (set_local $4
+ (tee_local $4
(i32.load offset=4
(get_local $6)
)
@@ -6737,9 +6784,9 @@
(if
(i32.eqz
(i32.and
- (set_local $1
+ (tee_local $1
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $7)
(i32.const 4)
@@ -6794,7 +6841,7 @@
(block
(i32.store
(i32.const 1220)
- (set_local $3
+ (tee_local $3
(i32.add
(i32.load
(i32.const 1220)
@@ -6844,7 +6891,7 @@
(block
(i32.store
(i32.const 1216)
- (set_local $3
+ (tee_local $3
(i32.add
(i32.load
(i32.const 1216)
@@ -6903,12 +6950,12 @@
)
(if
(i32.ne
- (set_local $6
+ (tee_local $6
(i32.load offset=8
(get_local $7)
)
)
- (set_local $4
+ (tee_local $4
(i32.add
(i32.const 1248)
(i32.shl
@@ -6990,7 +7037,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $10)
(i32.const 8)
@@ -7024,7 +7071,7 @@
(block $do-once$10
(if
(i32.eq
- (set_local $10
+ (tee_local $10
(i32.load offset=12
(get_local $7)
)
@@ -7033,11 +7080,11 @@
)
(block
(if
- (set_local $11
+ (tee_local $11
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $7)
(i32.const 16)
@@ -7058,7 +7105,7 @@
)
(if
(i32.eqz
- (set_local $0
+ (tee_local $0
(i32.load
(get_local $4)
)
@@ -7072,50 +7119,52 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 20)
+ (loop $while-in$13
+ (block $while-out$12
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 20)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $1)
+ )
+ (br $while-in$13)
)
- (br $while-in$13)
)
- )
- (if
- (set_local $11
- (i32.load
- (set_local $1
- (i32.add
- (get_local $0)
- (i32.const 16)
+ (if
+ (tee_local $11
+ (i32.load
+ (tee_local $1
+ (i32.add
+ (get_local $0)
+ (i32.const 16)
+ )
)
)
)
- )
- (block
- (set_local $0
- (get_local $11)
- )
- (set_local $4
- (get_local $1)
+ (block
+ (set_local $0
+ (get_local $11)
+ )
+ (set_local $4
+ (get_local $1)
+ )
)
+ (br $while-out$12)
)
- (br $while-out$12)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -7139,7 +7188,7 @@
(block
(if
(i32.lt_u
- (set_local $1
+ (tee_local $1
(i32.load offset=8
(get_local $7)
)
@@ -7153,7 +7202,7 @@
(if
(i32.ne
(i32.load
- (set_local $11
+ (tee_local $11
(i32.add
(get_local $1)
(i32.const 12)
@@ -7167,7 +7216,7 @@
(if
(i32.eq
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $10)
(i32.const 8)
@@ -7201,11 +7250,11 @@
(i32.eq
(get_local $7)
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $10
+ (tee_local $10
(i32.load offset=28
(get_local $7)
)
@@ -7258,7 +7307,7 @@
(if
(i32.eq
(i32.load
- (set_local $10
+ (tee_local $10
(i32.add
(get_local $6)
(i32.const 16)
@@ -7286,7 +7335,7 @@
(if
(i32.lt_u
(get_local $12)
- (set_local $10
+ (tee_local $10
(i32.load
(i32.const 1224)
)
@@ -7299,9 +7348,9 @@
(get_local $6)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $7)
(i32.const 16)
@@ -7328,7 +7377,7 @@
)
)
(if
- (set_local $0
+ (tee_local $0
(i32.load offset=4
(get_local $5)
)
@@ -7418,12 +7467,12 @@
)
(if
(i32.and
- (set_local $5
+ (tee_local $5
(i32.load
(i32.const 1208)
)
)
- (set_local $3
+ (tee_local $3
(i32.shl
(i32.const 1)
(get_local $8)
@@ -7432,9 +7481,9 @@
)
(if
(i32.lt_u
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $1)
(i32.const 8)
@@ -7498,9 +7547,9 @@
(i32.add
(i32.const 1512)
(i32.shl
- (set_local $1
+ (tee_local $1
(if
- (set_local $1
+ (tee_local $1
(i32.shr_u
(get_local $0)
(i32.const 8)
@@ -7517,20 +7566,20 @@
(i32.shr_u
(get_local $0)
(i32.add
- (set_local $3
+ (tee_local $3
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(i32.shr_u
(i32.add
- (set_local $15
+ (tee_local $15
(i32.shl
(get_local $1)
- (set_local $13
+ (tee_local $13
(i32.and
(i32.shr_u
(i32.add
@@ -7553,11 +7602,11 @@
)
(get_local $13)
)
- (set_local $15
+ (tee_local $15
(i32.and
(i32.shr_u
(i32.add
- (set_local $5
+ (tee_local $5
(i32.shl
(get_local $15)
(get_local $1)
@@ -7613,12 +7662,12 @@
)
(if
(i32.and
- (set_local $15
+ (tee_local $15
(i32.load
(i32.const 1212)
)
)
- (set_local $5
+ (tee_local $5
(i32.shl
(i32.const 1)
(get_local $1)
@@ -7650,72 +7699,74 @@
(get_local $3)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load offset=4
- (get_local $1)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load offset=4
+ (get_local $1)
+ )
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $0)
- )
- (block
- (set_local $16
- (get_local $1)
+ (get_local $0)
)
- (set_local $0
- (i32.const 130)
+ (block
+ (set_local $16
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (if
- (set_local $12
- (i32.load
- (set_local $8
- (i32.add
+ (if
+ (tee_local $12
+ (i32.load
+ (tee_local $8
(i32.add
- (get_local $1)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $13)
- (i32.const 31)
+ (i32.add
+ (get_local $1)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $13)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
)
- )
- (block
- (set_local $13
- (i32.shl
- (get_local $13)
- (i32.const 1)
+ (block
+ (set_local $13
+ (i32.shl
+ (get_local $13)
+ (i32.const 1)
+ )
+ )
+ (set_local $1
+ (get_local $12)
)
)
- (set_local $1
- (get_local $12)
- )
- )
- (block
- (set_local $18
- (get_local $8)
- )
- (set_local $19
- (get_local $1)
- )
- (set_local $0
- (i32.const 127)
+ (block
+ (set_local $18
+ (get_local $8)
+ )
+ (set_local $19
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -7757,9 +7808,9 @@
(if
(i32.and
(i32.ge_u
- (set_local $13
+ (tee_local $13
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $16)
(i32.const 8)
@@ -7767,7 +7818,7 @@
)
)
)
- (set_local $5
+ (tee_local $5
(i32.load
(i32.const 1224)
)
@@ -7833,7 +7884,7 @@
)
(i32.store
(i32.const 1240)
- (set_local $2
+ (tee_local $2
(i32.add
(i32.load
(i32.const 1240)
@@ -7849,22 +7900,24 @@
(i32.const 1664)
)
)
- (loop $while-out$20 $while-in$21
- (if
- (set_local $2
- (i32.load
- (get_local $0)
+ (loop $while-in$21
+ (block $while-out$20
+ (if
+ (tee_local $2
+ (i32.load
+ (get_local $0)
+ )
)
- )
- (set_local $0
- (i32.add
- (get_local $2)
- (i32.const 8)
+ (set_local $0
+ (i32.add
+ (get_local $2)
+ (i32.const 8)
+ )
)
+ (br $while-out$20)
)
- (br $while-out$20)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 1240)
@@ -7889,16 +7942,11 @@
(local $17 i32)
(local $18 i32)
(set_local $11
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 48)
)
)
@@ -7912,15 +7960,15 @@
(get_local $11)
)
(i32.store
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $11)
(i32.const 32)
)
)
- (set_local $8
+ (tee_local $8
(i32.load
- (set_local $9
+ (tee_local $9
(i32.add
(get_local $0)
(i32.const 28)
@@ -7931,10 +7979,10 @@
)
(i32.store offset=4
(get_local $3)
- (set_local $10
+ (tee_local $10
(i32.sub
(i32.load
- (set_local $14
+ (tee_local $14
(i32.add
(get_local $0)
(i32.const 20)
@@ -7977,209 +8025,211 @@
(get_local $2)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eq
- (get_local $5)
- (set_local $6
- (if
- (i32.load
- (i32.const 1160)
- )
- (block
- (call_import $ra
- (i32.const 1)
- (get_local $0)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eq
+ (get_local $5)
+ (tee_local $6
+ (if
+ (i32.load
+ (i32.const 1160)
)
- (i32.store
- (get_local $13)
- (i32.load
- (get_local $1)
+ (block
+ (call_import $ra
+ (i32.const 1)
+ (get_local $0)
)
- )
- (i32.store offset=4
- (get_local $13)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $13)
- (get_local $3)
- )
- (set_local $10
- (call $Pa
- (call_import $ya
- (i32.const 146)
- (get_local $13)
+ (i32.store
+ (get_local $13)
+ (i32.load
+ (get_local $1)
)
)
- )
- (call_import $oa
- (i32.const 0)
- )
- (get_local $10)
- )
- (block
- (i32.store
- (get_local $12)
- (i32.load
- (get_local $1)
+ (i32.store offset=4
+ (get_local $13)
+ (get_local $4)
)
+ (i32.store offset=8
+ (get_local $13)
+ (get_local $3)
+ )
+ (set_local $10
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $13)
+ )
+ )
+ )
+ (call_import $oa
+ (i32.const 0)
+ )
+ (get_local $10)
)
- (i32.store offset=4
- (get_local $12)
- (get_local $4)
- )
- (i32.store offset=8
- (get_local $12)
- (get_local $3)
- )
- (call $Pa
- (call_import $ya
- (i32.const 146)
+ (block
+ (i32.store
+ (get_local $12)
+ (i32.load
+ (get_local $1)
+ )
+ )
+ (i32.store offset=4
+ (get_local $12)
+ (get_local $4)
+ )
+ (i32.store offset=8
(get_local $12)
+ (get_local $3)
+ )
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $12)
+ )
)
)
)
)
)
- )
- (block
- (set_local $1
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $6)
- (i32.const 0)
- )
- (block
- (set_local $17
- (get_local $4)
- )
- (set_local $18
- (get_local $3)
- )
- (set_local $1
- (i32.const 8)
+ (block
+ (set_local $1
+ (i32.const 6)
+ )
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- )
- (set_local $10
- (i32.sub
- (get_local $5)
- (get_local $6)
)
- )
- (set_local $3
(if
- (i32.gt_u
+ (i32.lt_s
(get_local $6)
- (set_local $5
- (i32.load offset=4
- (get_local $4)
- )
- )
+ (i32.const 0)
)
(block
- (i32.store
- (get_local $9)
- (set_local $7
- (i32.load
- (get_local $8)
- )
- )
- )
- (i32.store
- (get_local $14)
- (get_local $7)
- )
- (set_local $6
- (i32.sub
- (get_local $6)
- (get_local $5)
- )
- )
- (set_local $7
- (i32.add
- (get_local $4)
- (i32.const 8)
- )
+ (set_local $17
+ (get_local $4)
)
- (set_local $15
- (i32.add
- (get_local $3)
- (i32.const -1)
- )
+ (set_local $18
+ (get_local $3)
)
- (i32.load offset=12
- (get_local $4)
+ (set_local $1
+ (i32.const 8)
)
+ (br $while-out$0)
)
+ )
+ (set_local $10
+ (i32.sub
+ (get_local $5)
+ (get_local $6)
+ )
+ )
+ (set_local $3
(if
- (i32.eq
- (get_local $3)
- (i32.const 2)
+ (i32.gt_u
+ (get_local $6)
+ (tee_local $5
+ (i32.load offset=4
+ (get_local $4)
+ )
+ )
)
(block
(i32.store
(get_local $9)
- (i32.add
+ (tee_local $7
(i32.load
- (get_local $9)
+ (get_local $8)
)
+ )
+ )
+ (i32.store
+ (get_local $14)
+ (get_local $7)
+ )
+ (set_local $6
+ (i32.sub
(get_local $6)
+ (get_local $5)
)
)
(set_local $7
- (get_local $4)
+ (i32.add
+ (get_local $4)
+ (i32.const 8)
+ )
)
(set_local $15
- (i32.const 2)
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
- (get_local $5)
- )
- (block
- (set_local $7
+ (i32.load offset=12
(get_local $4)
)
- (set_local $15
+ )
+ (if
+ (i32.eq
(get_local $3)
+ (i32.const 2)
+ )
+ (block
+ (i32.store
+ (get_local $9)
+ (i32.add
+ (i32.load
+ (get_local $9)
+ )
+ (get_local $6)
+ )
+ )
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (i32.const 2)
+ )
+ (get_local $5)
+ )
+ (block
+ (set_local $7
+ (get_local $4)
+ )
+ (set_local $15
+ (get_local $3)
+ )
+ (get_local $5)
)
- (get_local $5)
)
)
)
- )
- (i32.store
- (get_local $7)
- (i32.add
- (i32.load
- (get_local $7)
+ (i32.store
+ (get_local $7)
+ (i32.add
+ (i32.load
+ (get_local $7)
+ )
+ (get_local $6)
)
- (get_local $6)
)
- )
- (i32.store offset=4
- (get_local $7)
- (i32.sub
- (get_local $3)
- (get_local $6)
+ (i32.store offset=4
+ (get_local $7)
+ (i32.sub
+ (get_local $3)
+ (get_local $6)
+ )
)
+ (set_local $4
+ (get_local $7)
+ )
+ (set_local $3
+ (get_local $15)
+ )
+ (set_local $5
+ (get_local $10)
+ )
+ (br $while-in$1)
)
- (set_local $4
- (get_local $7)
- )
- (set_local $3
- (get_local $15)
- )
- (set_local $5
- (get_local $10)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -8190,7 +8240,7 @@
(i32.store offset=16
(get_local $0)
(i32.add
- (set_local $5
+ (tee_local $5
(i32.load
(get_local $8)
)
@@ -8202,7 +8252,7 @@
)
(i32.store
(get_local $9)
- (set_local $8
+ (tee_local $8
(get_local $5)
)
)
@@ -8259,8 +8309,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $11)
)
(get_local $16)
@@ -8272,9 +8321,9 @@
(local $6 i32)
(local $7 i32)
(if
- (set_local $5
+ (tee_local $5
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $2)
(i32.const 16)
@@ -8317,9 +8366,9 @@
)
(block
(set_local $6
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $2)
(i32.const 20)
@@ -8339,6 +8388,9 @@
(block
(set_local $4
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8348,9 +8400,6 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $1)
)
)
(br $label$break$a)
@@ -8369,53 +8418,58 @@
(set_local $3
(get_local $1)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $3)
- )
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $3
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $3)
)
- (br $label$break$b
- (get_local $1)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $3
+ (i32.const 0)
+ )
+ (br $label$break$b
+ (get_local $1)
+ )
)
)
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
- (get_local $0)
- (set_local $7
- (i32.add
- (get_local $3)
- (i32.const -1)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $0)
+ (tee_local $7
+ (i32.add
+ (get_local $3)
+ (i32.const -1)
+ )
)
)
)
+ (i32.const 10)
)
- (i32.const 10)
- )
- (block
- (set_local $4
- (get_local $3)
+ (block
+ (set_local $4
+ (get_local $3)
+ )
+ (br $while-out$2)
+ )
+ (set_local $3
+ (get_local $7)
)
- (br $while-out$2)
- )
- (set_local $3
- (get_local $7)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
- (if
+ (br_if $label$break$a
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $2)
+ (get_local $0)
+ (get_local $4)
(i32.add
(i32.and
(i32.load offset=36
@@ -8425,13 +8479,9 @@
)
(i32.const 2)
)
- (get_local $2)
- (get_local $0)
- (get_local $4)
)
(get_local $4)
)
- (br $label$break$a)
)
(set_local $2
(i32.add
@@ -8464,10 +8514,12 @@
)
)
)
- (call $jb
- (get_local $6)
- (get_local $2)
- (get_local $0)
+ (drop
+ (call $jb
+ (get_local $6)
+ (get_local $2)
+ (get_local $0)
+ )
)
(i32.store
(get_local $5)
@@ -8498,7 +8550,7 @@
(block $label$break$a
(if
(i32.and
- (set_local $3
+ (tee_local $3
(get_local $0)
)
(i32.const 3)
@@ -8507,44 +8559,47 @@
(set_local $4
(get_local $3)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $0)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $0)
+ )
)
- )
- (block
- (set_local $5
- (get_local $4)
+ (block
+ (set_local $5
+ (get_local $4)
+ )
+ (br $label$break$a)
)
- (br $label$break$a)
)
- )
- (if
- (i32.and
- (set_local $4
- (set_local $0
- (i32.add
- (get_local $0)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (i32.and
+ (tee_local $4
+ (tee_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
)
+ (i32.const 3)
)
)
- (i32.const 3)
- )
- (get_local $0)
- (block
- (set_local $2
- (get_local $0)
- )
- (set_local $1
- (i32.const 4)
+ (block
+ (set_local $2
+ (get_local $0)
+ )
+ (set_local $1
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (br $while-out$1)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
(block
@@ -8566,34 +8621,36 @@
(set_local $1
(get_local $2)
)
- (loop $while-out$3 $while-in$4
- (if
- (i32.and
- (i32.xor
- (i32.and
- (set_local $2
- (i32.load
- (get_local $1)
+ (loop $while-in$4
+ (block $while-out$3
+ (if
+ (i32.and
+ (i32.xor
+ (i32.and
+ (tee_local $2
+ (i32.load
+ (get_local $1)
+ )
)
+ (i32.const -2139062144)
)
(i32.const -2139062144)
)
- (i32.const -2139062144)
- )
- (i32.add
- (get_local $2)
- (i32.const -16843009)
+ (i32.add
+ (get_local $2)
+ (i32.const -16843009)
+ )
)
- )
- (br $while-out$3)
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (br $while-out$3)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.shr_s
@@ -8610,25 +8667,26 @@
(set_local $2
(get_local $1)
)
- (loop $while-out$5 $while-in$6
- (if
- (i32.load8_s
- (set_local $1
- (i32.add
- (get_local $2)
- (i32.const 1)
+ (loop $while-in$6
+ (block $while-out$5
+ (if
+ (i32.load8_s
+ (tee_local $1
+ (i32.add
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
+ (set_local $2
+ (get_local $1)
+ )
+ (br $while-out$5)
)
- (set_local $2
- (get_local $1)
- )
- (br $while-out$5)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
- (get_local $1)
)
(set_local $5
(get_local $1)
@@ -8702,7 +8760,7 @@
(i32.const 1188)
)
(if
- (set_local $2
+ (tee_local $2
(i32.load
(i32.const 1184)
)
@@ -8714,64 +8772,66 @@
(set_local $2
(get_local $0)
)
- (loop $while-out$2 $while-in$3
- (set_local $0
- (if
- (i32.gt_s
- (i32.load offset=76
+ (loop $while-in$3
+ (block $while-out$2
+ (set_local $0
+ (if
+ (i32.gt_s
+ (i32.load offset=76
+ (get_local $1)
+ )
+ (i32.const -1)
+ )
+ (call $Ya
(get_local $1)
)
- (i32.const -1)
- )
- (call $Ya
- (get_local $1)
+ (i32.const 0)
)
- (i32.const 0)
)
- )
- (set_local $2
- (if
- (i32.gt_u
- (i32.load offset=20
- (get_local $1)
- )
- (i32.load offset=28
- (get_local $1)
+ (set_local $2
+ (if
+ (i32.gt_u
+ (i32.load offset=20
+ (get_local $1)
+ )
+ (i32.load offset=28
+ (get_local $1)
+ )
)
- )
- (i32.or
- (call $$a
- (get_local $1)
+ (i32.or
+ (call $$a
+ (get_local $1)
+ )
+ (get_local $2)
)
(get_local $2)
)
- (get_local $2)
)
- )
- (if
- (get_local $0)
- (call $Ta
- (get_local $1)
- )
- )
- (if
- (set_local $1
- (i32.load offset=56
+ (if
+ (get_local $0)
+ (call $Ta
(get_local $1)
)
)
- (get_local $2)
- (block
- (set_local $0
- (get_local $2)
+ (if
+ (i32.eqz
+ (tee_local $1
+ (i32.load offset=56
+ (get_local $1)
+ )
+ )
+ )
+ (block
+ (set_local $0
+ (get_local $2)
+ )
+ (br $while-out$2)
)
- (br $while-out$2)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
- (get_local $0)
)
(call_import $xa
(i32.const 1188)
@@ -8791,24 +8851,19 @@
(local $8 i32)
(local $9 i32)
(set_local $5
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
(i32.store8
- (set_local $6
+ (tee_local $6
(get_local $5)
)
- (set_local $9
+ (tee_local $9
(i32.and
(get_local $1)
(i32.const 255)
@@ -8816,9 +8871,9 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.load
- (set_local $2
+ (tee_local $2
(i32.add
(get_local $0)
(i32.const 16)
@@ -8862,9 +8917,9 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -8876,7 +8931,7 @@
)
(if
(i32.ne
- (set_local $4
+ (tee_local $4
(i32.and
(get_local $1)
(i32.const 255)
@@ -8906,6 +8961,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (get_local $6)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=36
@@ -8915,9 +8973,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (get_local $6)
- (i32.const 1)
)
(i32.const 1)
)
@@ -8930,8 +8985,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $5)
)
(get_local $4)
@@ -8946,7 +9000,7 @@
(if
(i32.gt_u
(i32.load
- (set_local $3
+ (tee_local $3
(i32.add
(get_local $0)
(i32.const 20)
@@ -8954,7 +9008,7 @@
)
)
(i32.load
- (set_local $4
+ (tee_local $4
(i32.add
(get_local $0)
(i32.const 28)
@@ -8963,19 +9017,21 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load offset=36
- (get_local $0)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load offset=36
+ (get_local $0)
+ )
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $0)
- (i32.const 0)
- (i32.const 0)
)
(if
(i32.load
@@ -9001,9 +9057,9 @@
(block
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 4)
@@ -9011,9 +9067,9 @@
)
)
)
- (set_local $6
+ (tee_local $6
(i32.load
- (set_local $5
+ (tee_local $5
(i32.add
(get_local $0)
(i32.const 8)
@@ -9023,6 +9079,12 @@
)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $0)
+ (i32.sub
+ (get_local $2)
+ (get_local $6)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load offset=40
@@ -9032,12 +9094,6 @@
)
(i32.const 2)
)
- (get_local $0)
- (i32.sub
- (get_local $2)
- (get_local $6)
- )
- (i32.const 1)
)
)
(i32.store offset=16
@@ -9097,116 +9153,122 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.eqz
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $2)
- )
- (return
- (get_local $3)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (if
+ (i32.eqz
+ (get_local $2)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.lt_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$1)
)
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.lt_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
+ )
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.le_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.le_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(get_local $3)
)
@@ -9234,7 +9296,7 @@
(i32.or
(i32.or
(i32.or
- (set_local $1
+ (tee_local $1
(i32.and
(get_local $1)
(i32.const 255)
@@ -9263,7 +9325,7 @@
)
)
(if
- (set_local $3
+ (tee_local $3
(i32.and
(get_local $0)
(i32.const 3)
@@ -9279,66 +9341,72 @@
(get_local $3)
)
)
- (loop $while-out$0 $while-in$1
- (br_if $while-out$0
- (i32.ge_s
- (get_local $0)
- (get_local $3)
+ (loop $while-in$1
+ (block $while-out$0
+ (br_if $while-out$0
+ (i32.ge_s
+ (get_local $0)
+ (get_local $3)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (br_if $while-out$2
- (i32.ge_s
- (get_local $0)
- (get_local $6)
+ (loop $while-in$3
+ (block $while-out$2
+ (br_if $while-out$2
+ (i32.ge_s
+ (get_local $0)
+ (get_local $6)
+ )
)
- )
- (i32.store
- (get_local $0)
- (get_local $5)
- )
- (set_local $0
- (i32.add
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (get_local $5)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
+ )
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (br_if $while-out$4
- (i32.ge_s
- (get_local $0)
- (get_local $4)
+ (loop $while-in$5
+ (block $while-out$4
+ (br_if $while-out$4
+ (i32.ge_s
+ (get_local $0)
+ (get_local $4)
+ )
)
- )
- (i32.store8
- (get_local $0)
- (get_local $1)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (get_local $1)
+ )
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(i32.sub
(get_local $0)
@@ -9353,7 +9421,7 @@
(if
(i32.gt_s
(i32.load offset=76
- (set_local $1
+ (tee_local $1
(i32.load
(i32.const 1024)
)
@@ -9388,9 +9456,9 @@
)
(if
(i32.lt_u
- (set_local $2
+ (tee_local $2
(i32.load
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $1)
(i32.const 20)
@@ -9450,7 +9518,7 @@
(local $2 i32)
(set_local $2
(i32.load8_s
- (set_local $1
+ (tee_local $1
(i32.add
(get_local $0)
(i32.const 74)
@@ -9470,7 +9538,7 @@
)
(if
(i32.and
- (set_local $2
+ (tee_local $2
(i32.load
(get_local $0)
)
@@ -9498,7 +9566,7 @@
)
(i32.store offset=28
(get_local $0)
- (set_local $1
+ (tee_local $1
(i32.load offset=44
(get_local $0)
)
@@ -9532,7 +9600,7 @@
)
(if
(i32.eq
- (set_local $0
+ (tee_local $0
(if
(i32.gt_s
(i32.load offset=76
@@ -9587,21 +9655,16 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 32)
)
)
(i32.store
- (set_local $3
+ (tee_local $3
(get_local $4)
)
(i32.load offset=60
@@ -9618,7 +9681,7 @@
)
(i32.store offset=12
(get_local $3)
- (set_local $0
+ (tee_local $0
(i32.add
(get_local $4)
(i32.const 20)
@@ -9652,8 +9715,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $4)
)
(get_local $0)
@@ -9662,16 +9724,11 @@
(local $3 i32)
(local $4 i32)
(set_local $4
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 80)
)
)
@@ -9728,73 +9785,56 @@
(get_local $2)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $4)
)
(get_local $3)
)
(func $Ka (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=3
(get_local $0)
)
)
(i32.store8 offset=4
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=4
(get_local $0)
)
)
(i32.store8 offset=5
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=5
(get_local $0)
)
)
(i32.store8 offset=6
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=6
(get_local $0)
)
)
(i32.store8 offset=7
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=7
(get_local $0)
)
@@ -9804,21 +9844,16 @@
(local $1 i32)
(local $2 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
(i32.store
- (set_local $2
+ (tee_local $2
(get_local $1)
)
(i32.load offset=60
@@ -9833,8 +9868,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $1)
)
(get_local $0)
@@ -9860,33 +9894,25 @@
)
(func $Ja (param $0 i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $0)
)
)
(i32.store8 offset=1
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=1
(get_local $0)
)
)
(i32.store8 offset=2
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=2
(get_local $0)
)
)
(i32.store8 offset=3
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s offset=3
(get_local $0)
)
@@ -9905,6 +9931,9 @@
)
(func $lb (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect $FUNCSIG$iiii
+ (get_local $1)
+ (get_local $2)
+ (get_local $3)
(i32.add
(i32.and
(get_local $0)
@@ -9912,34 +9941,23 @@
)
(i32.const 2)
)
- (get_local $1)
- (get_local $2)
- (get_local $3)
)
)
(func $Ea (param $0 i32) (result i32)
(local $1 i32)
(set_local $1
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(get_local $0)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 15)
)
(i32.const -16)
@@ -9969,17 +9987,13 @@
(func $Ia (param $0 i32) (param $1 i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $v)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $v
(get_local $0)
)
- (i32.store
- (i32.const 48)
+ (set_global $w
(get_local $1)
)
)
@@ -9987,6 +10001,7 @@
)
(func $kb (param $0 i32) (param $1 i32) (result i32)
(call_indirect $FUNCSIG$ii
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -9994,7 +10009,6 @@
)
(i32.const 0)
)
- (get_local $1)
)
)
(func $Sa (param $0 i32)
@@ -10011,6 +10025,7 @@
)
(func $mb (param $0 i32) (param $1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $1)
(i32.add
(i32.and
(get_local $0)
@@ -10018,16 +10033,13 @@
)
(i32.const 6)
)
- (get_local $1)
)
)
(func $Ha (param $0 i32) (param $1 i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $0)
)
- (i32.store
- (i32.const 16)
+ (set_global $s
(get_local $1)
)
)
@@ -10038,8 +10050,10 @@
(i32.const 0)
)
(func $Na (result i32)
- (call $db
- (i32.const 1144)
+ (drop
+ (call $db
+ (i32.const 1144)
+ )
)
(i32.const 0)
)
@@ -10055,31 +10069,25 @@
)
)
(func $La (param $0 i32)
- (i32.store
- (i32.const 160)
+ (set_global $K
(get_local $0)
)
)
(func $Ga (param $0 i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $0)
)
)
(func $Ma (result i32)
- (i32.load
- (i32.const 160)
- )
+ (get_global $K)
)
(func $Fa (result i32)
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
(func $ib (result i32)
(i32.const 0)
)
- (func $__growWasmMemory (param $newSize i32)
+ (func $__growWasmMemory (param $newSize i32) (result i32)
(grow_memory
(get_local $newSize)
)
diff --git a/test/memorygrowth.fromasm.imprecise.no-opts b/test/memorygrowth.fromasm.imprecise.no-opts
index ddd73a5f8..347eb4392 100644
--- a/test/memorygrowth.fromasm.imprecise.no-opts
+++ b/test/memorygrowth.fromasm.imprecise.no-opts
@@ -1,44 +1,77 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
- (import $ja "env" "abort" (param i32))
- (import $oa "env" "_pthread_cleanup_pop" (param i32))
- (import $pa "env" "___lock" (param i32))
- (import $qa "env" "_abort")
- (import $ra "env" "_pthread_cleanup_push" (param i32 i32))
- (import $sa "env" "___syscall6" (param i32 i32) (result i32))
- (import $ta "env" "_sbrk" (param i32) (result i32))
- (import $ua "env" "___syscall140" (param i32 i32) (result i32))
- (import $va "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $wa "env" "___syscall54" (param i32 i32) (result i32))
- (import $xa "env" "___unlock" (param i32))
- (import $ya "env" "___syscall146" (param i32 i32) (result i32))
- (export "_free" $fb)
- (export "_main" $Na)
- (export "_pthread_self" $ib)
- (export "_memset" $hb)
- (export "_malloc" $eb)
- (export "_memcpy" $jb)
- (export "_fflush" $_a)
- (export "___errno_location" $Qa)
- (export "runPostSets" $gb)
- (export "stackAlloc" $Ea)
- (export "stackSave" $Fa)
- (export "stackRestore" $Ga)
- (export "establishStackSpace" $Ha)
- (export "setThrew" $Ia)
- (export "setTempRet0" $La)
- (export "getTempRet0" $Ma)
- (export "dynCall_ii" $kb)
- (export "dynCall_iiii" $lb)
- (export "dynCall_vi" $mb)
- (export "__growWasmMemory" $__growWasmMemory)
+ (import "env" "STACKTOP" (global $r i32))
+ (import "env" "STACK_MAX" (global $s i32))
+ (import "env" "tempDoublePtr" (global $t i32))
+ (import "env" "ABORT" (global $u i32))
+ (import "global" "NaN" (global $z f64))
+ (import "global" "Infinity" (global $A f64))
+ (import "env" "abort" (func $ja (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $oa (param i32)))
+ (import "env" "___lock" (func $pa (param i32)))
+ (import "env" "_abort" (func $qa))
+ (import "env" "_pthread_cleanup_push" (func $ra (param i32 i32)))
+ (import "env" "___syscall6" (func $sa (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $ta (param i32) (result i32)))
+ (import "env" "___syscall140" (func $ua (param i32 i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $va (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $wa (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $xa (param i32)))
+ (import "env" "___syscall146" (func $ya (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $fb))
+ (export "_main" (func $Na))
+ (export "_pthread_self" (func $ib))
+ (export "_memset" (func $hb))
+ (export "_malloc" (func $eb))
+ (export "_memcpy" (func $jb))
+ (export "_fflush" (func $_a))
+ (export "___errno_location" (func $Qa))
+ (export "runPostSets" (func $gb))
+ (export "stackAlloc" (func $Ea))
+ (export "stackSave" (func $Fa))
+ (export "stackRestore" (func $Ga))
+ (export "establishStackSpace" (func $Ha))
+ (export "setThrew" (func $Ia))
+ (export "setTempRet0" (func $La))
+ (export "getTempRet0" (func $Ma))
+ (export "dynCall_ii" (func $kb))
+ (export "dynCall_iiii" (func $lb))
+ (export "dynCall_vi" (func $mb))
+ (export "__growWasmMemory" (func $__growWasmMemory))
+ (global $v i32 (i32.const 0))
+ (global $w i32 (i32.const 0))
+ (global $x i32 (i32.const 0))
+ (global $y i32 (i32.const 0))
+ (global $B i32 (i32.const 0))
+ (global $C i32 (i32.const 0))
+ (global $D i32 (i32.const 0))
+ (global $E i32 (i32.const 0))
+ (global $F f64 (f64.const 0))
+ (global $G i32 (i32.const 0))
+ (global $H i32 (i32.const 0))
+ (global $I i32 (i32.const 0))
+ (global $J f64 (f64.const 0))
+ (global $K i32 (i32.const 0))
+ (global $L i32 (i32.const 0))
+ (global $M i32 (i32.const 0))
+ (global $N i32 (i32.const 0))
+ (global $O i32 (i32.const 0))
+ (global $P i32 (i32.const 0))
+ (global $Q i32 (i32.const 0))
+ (global $R i32 (i32.const 0))
+ (global $S i32 (i32.const 0))
+ (global $T i32 (i32.const 0))
+ (global $za f64 (f64.const 0))
(table 8 8 anyfunc)
(elem (i32.const 0) $nb $Oa $ob $Va $Ua $Ra $pb $Sa)
(func $eb (param $a i32) (result i32)
@@ -136,16 +169,11 @@
(local $Ra i32)
(local $Sa i32)
(set_local $b
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -339,8 +367,7 @@
(set_local $p
(get_local $m)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -760,8 +787,7 @@
(set_local $p
(get_local $o)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -912,88 +938,90 @@
(set_local $s
(get_local $j)
)
- (loop $while-out$6 $while-in$7
- (set_local $j
- (i32.load
- (i32.add
- (get_local $g)
- (i32.const 16)
+ (loop $while-in$7
+ (block $while-out$6
+ (set_local $j
+ (i32.load
+ (i32.add
+ (get_local $g)
+ (i32.const 16)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $j)
- )
- (block
- (set_local $f
- (i32.load
- (i32.add
- (get_local $g)
- (i32.const 20)
- )
- )
+ (if
+ (i32.eqz
+ (get_local $j)
)
- (if
- (i32.eqz
- (get_local $f)
+ (block
+ (set_local $f
+ (i32.load
+ (i32.add
+ (get_local $g)
+ (i32.const 20)
+ )
+ )
)
- (block
- (set_local $z
- (get_local $e)
+ (if
+ (i32.eqz
+ (get_local $f)
)
- (set_local $A
- (get_local $s)
+ (block
+ (set_local $z
+ (get_local $e)
+ )
+ (set_local $A
+ (get_local $s)
+ )
+ (br $while-out$6)
+ )
+ (set_local $B
+ (get_local $f)
)
- (br $while-out$6)
- )
- (set_local $B
- (get_local $f)
)
)
+ (set_local $B
+ (get_local $j)
+ )
)
- (set_local $B
- (get_local $j)
- )
- )
- (set_local $j
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $B)
- (i32.const 4)
+ (set_local $j
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $B)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $d)
)
- (get_local $d)
)
- )
- (set_local $f
- (i32.lt_u
- (get_local $j)
- (get_local $e)
+ (set_local $f
+ (i32.lt_u
+ (get_local $j)
+ (get_local $e)
+ )
)
- )
- (set_local $e
- (if
- (get_local $f)
- (get_local $j)
- (get_local $e)
+ (set_local $e
+ (if
+ (get_local $f)
+ (get_local $j)
+ (get_local $e)
+ )
)
- )
- (set_local $g
- (get_local $B)
- )
- (set_local $s
- (if
- (get_local $f)
+ (set_local $g
(get_local $B)
- (get_local $s)
)
+ (set_local $s
+ (if
+ (get_local $f)
+ (get_local $B)
+ (get_local $s)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(set_local $s
(i32.load
@@ -1099,64 +1127,66 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (set_local $q
- (i32.add
- (get_local $D)
- (i32.const 20)
- )
- )
- (set_local $u
- (i32.load
- (get_local $q)
- )
- )
- (if
- (get_local $u)
- (block
- (set_local $D
- (get_local $u)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $q
+ (i32.add
+ (get_local $D)
+ (i32.const 20)
)
- (set_local $E
+ )
+ (set_local $u
+ (i32.load
(get_local $q)
)
- (br $while-in$11)
)
- )
- (set_local $q
- (i32.add
- (get_local $D)
- (i32.const 16)
- )
- )
- (set_local $u
- (i32.load
- (get_local $q)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $u)
+ (block
+ (set_local $D
+ (get_local $u)
+ )
+ (set_local $E
+ (get_local $q)
+ )
+ (br $while-in$11)
+ )
)
- (block
- (set_local $F
+ (set_local $q
+ (i32.add
(get_local $D)
+ (i32.const 16)
)
- (set_local $G
- (get_local $E)
+ )
+ (set_local $u
+ (i32.load
+ (get_local $q)
)
- (br $while-out$10)
)
- (block
- (set_local $D
+ (if
+ (i32.eqz
(get_local $u)
)
- (set_local $E
- (get_local $q)
+ (block
+ (set_local $F
+ (get_local $D)
+ )
+ (set_local $G
+ (get_local $E)
+ )
+ (br $while-out$10)
+ )
+ (block
+ (set_local $D
+ (get_local $u)
+ )
+ (set_local $E
+ (get_local $q)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -1645,8 +1675,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -1874,156 +1903,158 @@
(set_local $i
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (set_local $m
- (i32.and
- (i32.load
- (i32.add
- (get_local $o)
- (i32.const 4)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $m
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $o)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- )
- (set_local $l
- (i32.sub
- (get_local $m)
- (get_local $e)
)
- )
- (if
- (i32.lt_u
- (get_local $l)
- (get_local $u)
- )
- (if
- (i32.eq
+ (set_local $l
+ (i32.sub
(get_local $m)
(get_local $e)
)
- (block
- (set_local $O
- (get_local $l)
- )
- (set_local $P
- (get_local $o)
+ )
+ (if
+ (i32.lt_u
+ (get_local $l)
+ (get_local $u)
+ )
+ (if
+ (i32.eq
+ (get_local $m)
+ (get_local $e)
)
- (set_local $Q
- (get_local $o)
+ (block
+ (set_local $O
+ (get_local $l)
+ )
+ (set_local $P
+ (get_local $o)
+ )
+ (set_local $Q
+ (get_local $o)
+ )
+ (set_local $N
+ (i32.const 90)
+ )
+ (br $label$break$a)
)
- (set_local $N
- (i32.const 90)
+ (block
+ (set_local $R
+ (get_local $l)
+ )
+ (set_local $S
+ (get_local $o)
+ )
)
- (br $label$break$a)
)
(block
(set_local $R
- (get_local $l)
+ (get_local $u)
)
(set_local $S
- (get_local $o)
+ (get_local $i)
)
)
)
- (block
- (set_local $R
- (get_local $u)
- )
- (set_local $S
- (get_local $i)
- )
- )
- )
- (set_local $l
- (i32.load
- (i32.add
- (get_local $o)
- (i32.const 20)
- )
- )
- )
- (set_local $o
- (i32.load
- (i32.add
+ (set_local $l
+ (i32.load
(i32.add
(get_local $o)
- (i32.const 16)
+ (i32.const 20)
)
- (i32.shl
- (i32.shr_u
- (get_local $s)
- (i32.const 31)
+ )
+ )
+ (set_local $o
+ (i32.load
+ (i32.add
+ (i32.add
+ (get_local $o)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $s)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
- )
- (set_local $m
- (if
- (i32.or
- (i32.eq
- (get_local $l)
- (i32.const 0)
- )
- (i32.eq
- (get_local $l)
- (get_local $o)
+ (set_local $m
+ (if
+ (i32.or
+ (i32.eq
+ (get_local $l)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $l)
+ (get_local $o)
+ )
)
+ (get_local $j)
+ (get_local $l)
)
- (get_local $j)
- (get_local $l)
)
- )
- (set_local $l
- (i32.eq
- (get_local $o)
- (i32.const 0)
- )
- )
- (if
- (get_local $l)
- (block
- (set_local $K
- (get_local $R)
- )
- (set_local $L
- (get_local $m)
- )
- (set_local $M
- (get_local $S)
- )
- (set_local $N
- (i32.const 86)
+ (set_local $l
+ (i32.eq
+ (get_local $o)
+ (i32.const 0)
)
- (br $while-out$17)
)
- (block
- (set_local $u
- (get_local $R)
- )
- (set_local $j
- (get_local $m)
+ (if
+ (get_local $l)
+ (block
+ (set_local $K
+ (get_local $R)
+ )
+ (set_local $L
+ (get_local $m)
+ )
+ (set_local $M
+ (get_local $S)
+ )
+ (set_local $N
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $s
- (i32.shl
- (get_local $s)
- (i32.xor
- (i32.and
- (get_local $l)
+ (block
+ (set_local $u
+ (get_local $R)
+ )
+ (set_local $j
+ (get_local $m)
+ )
+ (set_local $s
+ (i32.shl
+ (get_local $s)
+ (i32.xor
+ (i32.and
+ (get_local $l)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $i
- (get_local $S)
+ (set_local $i
+ (get_local $S)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -2224,104 +2255,106 @@
(get_local $N)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $N
- (i32.const 0)
- )
- (set_local $i
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $P)
- (i32.const 4)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $N
+ (i32.const 0)
+ )
+ (set_local $i
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $P)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $e)
)
- (get_local $e)
- )
- )
- (set_local $s
- (i32.lt_u
- (get_local $i)
- (get_local $O)
)
- )
- (set_local $g
- (if
- (get_local $s)
- (get_local $i)
- (get_local $O)
- )
- )
- (set_local $i
- (if
- (get_local $s)
- (get_local $P)
- (get_local $Q)
- )
- )
- (set_local $s
- (i32.load
- (i32.add
- (get_local $P)
- (i32.const 16)
+ (set_local $s
+ (i32.lt_u
+ (get_local $i)
+ (get_local $O)
)
)
- )
- (if
- (get_local $s)
- (block
- (set_local $O
- (get_local $g)
- )
- (set_local $P
+ (set_local $g
+ (if
(get_local $s)
- )
- (set_local $Q
(get_local $i)
+ (get_local $O)
)
- (set_local $N
- (i32.const 90)
- )
- (br $while-in$20)
)
- )
- (set_local $P
- (i32.load
- (i32.add
+ (set_local $i
+ (if
+ (get_local $s)
(get_local $P)
- (i32.const 20)
+ (get_local $Q)
)
)
- )
- (if
- (i32.eqz
- (get_local $P)
+ (set_local $s
+ (i32.load
+ (i32.add
+ (get_local $P)
+ (i32.const 16)
+ )
+ )
)
- (block
- (set_local $U
- (get_local $g)
+ (if
+ (get_local $s)
+ (block
+ (set_local $O
+ (get_local $g)
+ )
+ (set_local $P
+ (get_local $s)
+ )
+ (set_local $Q
+ (get_local $i)
+ )
+ (set_local $N
+ (i32.const 90)
+ )
+ (br $while-in$20)
)
- (set_local $V
- (get_local $i)
+ )
+ (set_local $P
+ (i32.load
+ (i32.add
+ (get_local $P)
+ (i32.const 20)
+ )
)
- (br $while-out$19)
)
- (block
- (set_local $O
- (get_local $g)
+ (if
+ (i32.eqz
+ (get_local $P)
)
- (set_local $Q
- (get_local $i)
+ (block
+ (set_local $U
+ (get_local $g)
+ )
+ (set_local $V
+ (get_local $i)
+ )
+ (br $while-out$19)
)
- (set_local $N
- (i32.const 90)
+ (block
+ (set_local $O
+ (get_local $g)
+ )
+ (set_local $Q
+ (get_local $i)
+ )
+ (set_local $N
+ (i32.const 90)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -2446,64 +2479,66 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (set_local $d
- (i32.add
- (get_local $X)
- (i32.const 20)
- )
- )
- (set_local $f
- (i32.load
- (get_local $d)
- )
- )
- (if
- (get_local $f)
- (block
- (set_local $X
- (get_local $f)
+ (loop $while-in$24
+ (block $while-out$23
+ (set_local $d
+ (i32.add
+ (get_local $X)
+ (i32.const 20)
)
- (set_local $Y
+ )
+ (set_local $f
+ (i32.load
(get_local $d)
)
- (br $while-in$24)
)
- )
- (set_local $d
- (i32.add
- (get_local $X)
- (i32.const 16)
- )
- )
- (set_local $f
- (i32.load
- (get_local $d)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $f)
+ (block
+ (set_local $X
+ (get_local $f)
+ )
+ (set_local $Y
+ (get_local $d)
+ )
+ (br $while-in$24)
+ )
)
- (block
- (set_local $Z
+ (set_local $d
+ (i32.add
(get_local $X)
+ (i32.const 16)
)
- (set_local $_
- (get_local $Y)
+ )
+ (set_local $f
+ (i32.load
+ (get_local $d)
)
- (br $while-out$23)
)
- (block
- (set_local $X
+ (if
+ (i32.eqz
(get_local $f)
)
- (set_local $Y
- (get_local $d)
+ (block
+ (set_local $Z
+ (get_local $X)
+ )
+ (set_local $_
+ (get_local $Y)
+ )
+ (br $while-out$23)
+ )
+ (block
+ (set_local $X
+ (get_local $f)
+ )
+ (set_local $Y
+ (get_local $d)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -3194,79 +3229,81 @@
(get_local $t)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $d)
- (i32.const 4)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $d)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $U)
- )
- (block
- (set_local $ca
- (get_local $d)
+ (get_local $U)
)
- (set_local $N
- (i32.const 148)
+ (block
+ (set_local $ca
+ (get_local $d)
+ )
+ (set_local $N
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (set_local $t
- (i32.add
+ (set_local $t
(i32.add
- (get_local $d)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $q)
- (i32.const 31)
+ (i32.add
+ (get_local $d)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $q)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $s
- (i32.load
- (get_local $t)
- )
- )
- (if
- (i32.eqz
- (get_local $s)
- )
- (block
- (set_local $da
+ (set_local $s
+ (i32.load
(get_local $t)
)
- (set_local $ea
- (get_local $d)
- )
- (set_local $N
- (i32.const 145)
- )
- (br $while-out$31)
)
- (block
- (set_local $q
- (i32.shl
- (get_local $q)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $s)
+ )
+ (block
+ (set_local $da
+ (get_local $t)
+ )
+ (set_local $ea
+ (get_local $d)
)
+ (set_local $N
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $d
- (get_local $s)
+ (block
+ (set_local $q
+ (i32.shl
+ (get_local $q)
+ (i32.const 1)
+ )
+ )
+ (set_local $d
+ (get_local $s)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -3392,8 +3429,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3526,8 +3562,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3597,8 +3632,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3700,8 +3734,7 @@
(set_local $p
(i32.const 0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3743,8 +3776,7 @@
(set_local $p
(i32.const 0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3782,66 +3814,68 @@
(set_local $aa
(i32.const 1656)
)
- (loop $while-out$35 $while-in$36
- (set_local $ba
- (i32.load
- (get_local $aa)
- )
- )
- (if
- (i32.le_u
- (get_local $ba)
- (get_local $U)
+ (loop $while-in$36
+ (block $while-out$35
+ (set_local $ba
+ (i32.load
+ (get_local $aa)
+ )
)
- (block
- (set_local $$
- (i32.add
- (get_local $aa)
- (i32.const 4)
- )
+ (if
+ (i32.le_u
+ (get_local $ba)
+ (get_local $U)
)
- (if
- (i32.gt_u
+ (block
+ (set_local $$
(i32.add
- (get_local $ba)
- (i32.load
- (get_local $$)
- )
+ (get_local $aa)
+ (i32.const 4)
)
- (get_local $U)
)
- (block
- (set_local $fa
- (get_local $aa)
+ (if
+ (i32.gt_u
+ (i32.add
+ (get_local $ba)
+ (i32.load
+ (get_local $$)
+ )
+ )
+ (get_local $U)
)
- (set_local $ga
- (get_local $$)
+ (block
+ (set_local $fa
+ (get_local $aa)
+ )
+ (set_local $ga
+ (get_local $$)
+ )
+ (br $while-out$35)
)
- (br $while-out$35)
)
)
)
- )
- (set_local $aa
- (i32.load
- (i32.add
- (get_local $aa)
- (i32.const 8)
+ (set_local $aa
+ (i32.load
+ (i32.add
+ (get_local $aa)
+ (i32.const 8)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $aa)
- )
- (block
- (set_local $N
- (i32.const 171)
+ (if
+ (i32.eqz
+ (get_local $aa)
+ )
+ (block
+ (set_local $N
+ (i32.const 171)
+ )
+ (br $label$break$c)
)
- (br $label$break$c)
)
+ (br $while-in$36)
)
- (br $while-in$36)
)
(set_local $aa
(i32.and
@@ -4123,8 +4157,10 @@
(i32.const -1)
)
(block
- (call_import $ta
- (get_local $$)
+ (drop
+ (call_import $ta
+ (get_local $$)
+ )
)
(br $label$break$d)
)
@@ -4344,43 +4380,45 @@
(set_local $ma
(i32.const 0)
)
- (loop $do-out$44 $do-in$45
- (set_local $c
- (i32.add
- (i32.const 1248)
- (i32.shl
+ (loop $do-in$45
+ (block $do-out$44
+ (set_local $c
+ (i32.add
+ (i32.const 1248)
(i32.shl
- (get_local $ma)
- (i32.const 1)
+ (i32.shl
+ (get_local $ma)
+ (i32.const 1)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $c)
+ (i32.const 12)
+ )
(get_local $c)
- (i32.const 12)
)
- (get_local $c)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $c)
+ (i32.const 8)
+ )
(get_local $c)
- (i32.const 8)
)
- (get_local $c)
- )
- (set_local $ma
- (i32.add
- (get_local $ma)
- (i32.const 1)
+ (set_local $ma
+ (i32.add
+ (get_local $ma)
+ (i32.const 1)
+ )
)
- )
- (br_if $do-in$45
- (i32.ne
- (get_local $ma)
- (i32.const 32)
+ (br_if $do-in$45
+ (i32.ne
+ (get_local $ma)
+ (i32.const 32)
+ )
)
)
)
@@ -4463,64 +4501,66 @@
(set_local $ka
(i32.const 1656)
)
- (loop $do-out$46 $do-in$47
- (set_local $ma
- (i32.load
- (get_local $ka)
- )
- )
- (set_local $c
- (i32.add
- (get_local $ka)
- (i32.const 4)
- )
- )
- (set_local $ca
- (i32.load
- (get_local $c)
+ (loop $do-in$47
+ (block $do-out$46
+ (set_local $ma
+ (i32.load
+ (get_local $ka)
+ )
)
- )
- (if
- (i32.eq
- (get_local $ha)
+ (set_local $c
(i32.add
- (get_local $ma)
- (get_local $ca)
+ (get_local $ka)
+ (i32.const 4)
)
)
- (block
- (set_local $na
- (get_local $ma)
- )
- (set_local $oa
+ (set_local $ca
+ (i32.load
(get_local $c)
)
- (set_local $pa
- (get_local $ca)
+ )
+ (if
+ (i32.eq
+ (get_local $ha)
+ (i32.add
+ (get_local $ma)
+ (get_local $ca)
+ )
)
- (set_local $ra
- (get_local $ka)
+ (block
+ (set_local $na
+ (get_local $ma)
+ )
+ (set_local $oa
+ (get_local $c)
+ )
+ (set_local $pa
+ (get_local $ca)
+ )
+ (set_local $ra
+ (get_local $ka)
+ )
+ (set_local $N
+ (i32.const 201)
+ )
+ (br $do-out$46)
)
- (set_local $N
- (i32.const 201)
+ )
+ (set_local $ka
+ (i32.load
+ (i32.add
+ (get_local $ka)
+ (i32.const 8)
+ )
)
- (br $do-out$46)
)
- )
- (set_local $ka
- (i32.load
- (i32.add
+ (br_if $do-in$47
+ (i32.ne
(get_local $ka)
- (i32.const 8)
+ (i32.const 0)
)
)
)
- (br_if $do-in$47
- (i32.ne
- (get_local $ka)
- (i32.const 0)
- )
- )
)
(if
(i32.eq
@@ -4671,47 +4711,49 @@
(set_local $ka
(i32.const 1656)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $ka)
- )
- (get_local $c)
- )
- (block
- (set_local $ua
- (get_local $ka)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $ka)
+ )
+ (get_local $c)
)
- (set_local $va
- (get_local $ka)
+ (block
+ (set_local $ua
+ (get_local $ka)
+ )
+ (set_local $va
+ (get_local $ka)
+ )
+ (set_local $N
+ (i32.const 209)
+ )
+ (br $while-out$48)
)
- (set_local $N
- (i32.const 209)
+ )
+ (set_local $ka
+ (i32.load
+ (i32.add
+ (get_local $ka)
+ (i32.const 8)
+ )
)
- (br $while-out$48)
)
- )
- (set_local $ka
- (i32.load
- (i32.add
+ (if
+ (i32.eqz
(get_local $ka)
- (i32.const 8)
)
- )
- )
- (if
- (i32.eqz
- (get_local $ka)
- )
- (block
- (set_local $wa
- (i32.const 1656)
+ (block
+ (set_local $wa
+ (i32.const 1656)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -5164,64 +5206,66 @@
)
)
)
- (loop $while-out$59 $while-in$60
- (set_local $aa
- (i32.add
- (get_local $za)
- (i32.const 20)
- )
- )
- (set_local $ba
- (i32.load
- (get_local $aa)
- )
- )
- (if
- (get_local $ba)
- (block
- (set_local $za
- (get_local $ba)
+ (loop $while-in$60
+ (block $while-out$59
+ (set_local $aa
+ (i32.add
+ (get_local $za)
+ (i32.const 20)
)
- (set_local $Aa
+ )
+ (set_local $ba
+ (i32.load
(get_local $aa)
)
- (br $while-in$60)
- )
- )
- (set_local $aa
- (i32.add
- (get_local $za)
- (i32.const 16)
- )
- )
- (set_local $ba
- (i32.load
- (get_local $aa)
)
- )
- (if
- (i32.eqz
+ (if
(get_local $ba)
+ (block
+ (set_local $za
+ (get_local $ba)
+ )
+ (set_local $Aa
+ (get_local $aa)
+ )
+ (br $while-in$60)
+ )
)
- (block
- (set_local $Ba
+ (set_local $aa
+ (i32.add
(get_local $za)
+ (i32.const 16)
)
- (set_local $Ca
- (get_local $Aa)
+ )
+ (set_local $ba
+ (i32.load
+ (get_local $aa)
)
- (br $while-out$59)
)
- (block
- (set_local $za
+ (if
+ (i32.eqz
(get_local $ba)
)
- (set_local $Aa
- (get_local $aa)
+ (block
+ (set_local $Ba
+ (get_local $za)
+ )
+ (set_local $Ca
+ (get_local $Aa)
+ )
+ (br $while-out$59)
+ )
+ (block
+ (set_local $za
+ (get_local $ba)
+ )
+ (set_local $Aa
+ (get_local $aa)
+ )
)
)
+ (br $while-in$60)
)
- (br $while-in$60)
)
(if
(i32.lt_u
@@ -5911,79 +5955,81 @@
(get_local $e)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $la)
- (i32.const 4)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $la)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $Ea)
)
- (get_local $Ea)
- )
- (block
- (set_local $Ia
- (get_local $la)
- )
- (set_local $N
- (i32.const 279)
+ (block
+ (set_local $Ia
+ (get_local $la)
+ )
+ (set_local $N
+ (i32.const 279)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (set_local $e
- (i32.add
+ (set_local $e
(i32.add
- (get_local $la)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $aa)
- (i32.const 31)
+ (i32.add
+ (get_local $la)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $aa)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $ga
- (i32.load
- (get_local $e)
- )
- )
- (if
- (i32.eqz
- (get_local $ga)
- )
- (block
- (set_local $Ja
+ (set_local $ga
+ (i32.load
(get_local $e)
)
- (set_local $Ka
- (get_local $la)
- )
- (set_local $N
- (i32.const 276)
- )
- (br $while-out$69)
)
- (block
- (set_local $aa
- (i32.shl
- (get_local $aa)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $ga)
+ )
+ (block
+ (set_local $Ja
+ (get_local $e)
+ )
+ (set_local $Ka
+ (get_local $la)
)
+ (set_local $N
+ (i32.const 276)
+ )
+ (br $while-out$69)
)
- (set_local $la
- (get_local $ga)
+ (block
+ (set_local $aa
+ (i32.shl
+ (get_local $aa)
+ (i32.const 1)
+ )
+ )
+ (set_local $la
+ (get_local $ga)
+ )
)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -6109,8 +6155,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -6122,52 +6167,54 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (set_local $ka
- (i32.load
- (get_local $wa)
- )
- )
- (if
- (i32.le_u
- (get_local $ka)
- (get_local $ja)
+ (loop $while-in$72
+ (block $while-out$71
+ (set_local $ka
+ (i32.load
+ (get_local $wa)
+ )
)
- (block
- (set_local $ea
- (i32.add
- (get_local $ka)
- (i32.load
- (i32.add
- (get_local $wa)
- (i32.const 4)
+ (if
+ (i32.le_u
+ (get_local $ka)
+ (get_local $ja)
+ )
+ (block
+ (set_local $ea
+ (i32.add
+ (get_local $ka)
+ (i32.load
+ (i32.add
+ (get_local $wa)
+ (i32.const 4)
+ )
)
)
)
- )
- (if
- (i32.gt_u
- (get_local $ea)
- (get_local $ja)
- )
- (block
- (set_local $La
+ (if
+ (i32.gt_u
(get_local $ea)
+ (get_local $ja)
+ )
+ (block
+ (set_local $La
+ (get_local $ea)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
)
)
- )
- (set_local $wa
- (i32.load
- (i32.add
- (get_local $wa)
- (i32.const 8)
+ (set_local $wa
+ (i32.load
+ (i32.add
+ (get_local $wa)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $ca
(i32.add
@@ -6364,24 +6411,26 @@
(i32.const 24)
)
)
- (loop $do-out$73 $do-in$74
- (set_local $ka
- (i32.add
- (get_local $ka)
- (i32.const 4)
- )
- )
- (i32.store
- (get_local $ka)
- (i32.const 7)
- )
- (br_if $do-in$74
- (i32.lt_u
+ (loop $do-in$74
+ (block $do-out$73
+ (set_local $ka
(i32.add
(get_local $ka)
(i32.const 4)
)
- (get_local $La)
+ )
+ (i32.store
+ (get_local $ka)
+ (i32.const 7)
+ )
+ (br_if $do-in$74
+ (i32.lt_u
+ (i32.add
+ (get_local $ka)
+ (i32.const 4)
+ )
+ (get_local $La)
+ )
)
)
)
@@ -6756,79 +6805,81 @@
(get_local $e)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $ga)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $ga)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $ka)
- )
- (block
- (set_local $Pa
- (get_local $ga)
+ (get_local $ka)
)
- (set_local $N
- (i32.const 305)
+ (block
+ (set_local $Pa
+ (get_local $ga)
+ )
+ (set_local $N
+ (i32.const 305)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (set_local $e
- (i32.add
+ (set_local $e
(i32.add
- (get_local $ga)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $ma)
- (i32.const 31)
+ (i32.add
+ (get_local $ga)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $ma)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $la
- (i32.load
- (get_local $e)
- )
- )
- (if
- (i32.eqz
- (get_local $la)
- )
- (block
- (set_local $Ra
+ (set_local $la
+ (i32.load
(get_local $e)
)
- (set_local $Sa
- (get_local $ga)
- )
- (set_local $N
- (i32.const 302)
- )
- (br $while-out$75)
)
- (block
- (set_local $ma
- (i32.shl
- (get_local $ma)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $la)
+ )
+ (block
+ (set_local $Ra
+ (get_local $e)
+ )
+ (set_local $Sa
+ (get_local $ga)
+ )
+ (set_local $N
+ (i32.const 302)
)
+ (br $while-out$75)
)
- (set_local $ga
- (get_local $la)
+ (block
+ (set_local $ma
+ (i32.shl
+ (get_local $ma)
+ (i32.const 1)
+ )
+ )
+ (set_local $ga
+ (get_local $la)
+ )
)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -7012,8 +7063,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -7033,8 +7083,7 @@
(set_local $p
(i32.const 0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -7480,64 +7529,66 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (set_local $l
- (i32.add
- (get_local $t)
- (i32.const 20)
- )
- )
- (set_local $q
- (i32.load
- (get_local $l)
- )
- )
- (if
- (get_local $q)
- (block
- (set_local $t
- (get_local $q)
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $l
+ (i32.add
+ (get_local $t)
+ (i32.const 20)
)
- (set_local $u
+ )
+ (set_local $q
+ (i32.load
(get_local $l)
)
- (br $while-in$5)
- )
- )
- (set_local $l
- (i32.add
- (get_local $t)
- (i32.const 16)
)
- )
- (set_local $q
- (i32.load
- (get_local $l)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $q)
+ (block
+ (set_local $t
+ (get_local $q)
+ )
+ (set_local $u
+ (get_local $l)
+ )
+ (br $while-in$5)
+ )
)
- (block
- (set_local $v
+ (set_local $l
+ (i32.add
(get_local $t)
+ (i32.const 16)
)
- (set_local $w
- (get_local $u)
+ )
+ (set_local $q
+ (i32.load
+ (get_local $l)
)
- (br $while-out$4)
)
- (block
- (set_local $t
+ (if
+ (i32.eqz
(get_local $q)
)
- (set_local $u
- (get_local $l)
+ (block
+ (set_local $v
+ (get_local $t)
+ )
+ (set_local $w
+ (get_local $u)
+ )
+ (br $while-out$4)
+ )
+ (block
+ (set_local $t
+ (get_local $q)
+ )
+ (set_local $u
+ (get_local $l)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -8237,64 +8288,66 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (set_local $t
- (i32.add
- (get_local $z)
- (i32.const 20)
- )
- )
- (set_local $p
- (i32.load
- (get_local $t)
- )
- )
- (if
- (get_local $p)
- (block
- (set_local $z
- (get_local $p)
+ (loop $while-in$13
+ (block $while-out$12
+ (set_local $t
+ (i32.add
+ (get_local $z)
+ (i32.const 20)
)
- (set_local $A
+ )
+ (set_local $p
+ (i32.load
(get_local $t)
)
- (br $while-in$13)
- )
- )
- (set_local $t
- (i32.add
- (get_local $z)
- (i32.const 16)
)
- )
- (set_local $p
- (i32.load
- (get_local $t)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $p)
+ (block
+ (set_local $z
+ (get_local $p)
+ )
+ (set_local $A
+ (get_local $t)
+ )
+ (br $while-in$13)
+ )
)
- (block
- (set_local $B
+ (set_local $t
+ (i32.add
(get_local $z)
+ (i32.const 16)
)
- (set_local $C
- (get_local $A)
+ )
+ (set_local $p
+ (i32.load
+ (get_local $t)
)
- (br $while-out$12)
)
- (block
- (set_local $z
+ (if
+ (i32.eqz
(get_local $p)
)
- (set_local $A
- (get_local $t)
+ (block
+ (set_local $B
+ (get_local $z)
+ )
+ (set_local $C
+ (get_local $A)
+ )
+ (br $while-out$12)
+ )
+ (block
+ (set_local $z
+ (get_local $p)
+ )
+ (set_local $A
+ (get_local $t)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -8986,79 +9039,81 @@
(get_local $s)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $b)
- (i32.const 4)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $b)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $D)
- )
- (block
- (set_local $H
- (get_local $b)
+ (get_local $D)
)
- (set_local $I
- (i32.const 130)
+ (block
+ (set_local $H
+ (get_local $b)
+ )
+ (set_local $I
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (set_local $n
- (i32.add
+ (set_local $n
(i32.add
- (get_local $b)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $F)
- (i32.const 31)
+ (i32.add
+ (get_local $b)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $F)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $y
- (i32.load
- (get_local $n)
- )
- )
- (if
- (i32.eqz
- (get_local $y)
- )
- (block
- (set_local $J
+ (set_local $y
+ (i32.load
(get_local $n)
)
- (set_local $K
- (get_local $b)
- )
- (set_local $I
- (i32.const 127)
- )
- (br $while-out$18)
)
- (block
- (set_local $F
- (i32.shl
- (get_local $F)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $y)
+ )
+ (block
+ (set_local $J
+ (get_local $n)
+ )
+ (set_local $K
+ (get_local $b)
)
+ (set_local $I
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $b
- (get_local $y)
+ (block
+ (set_local $F
+ (i32.shl
+ (get_local $F)
+ (i32.const 1)
+ )
+ )
+ (set_local $b
+ (get_local $y)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -9199,25 +9254,27 @@
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $m
- (i32.load
- (get_local $L)
- )
- )
- (if
- (i32.eqz
- (get_local $m)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $m
+ (i32.load
+ (get_local $L)
+ )
)
- (br $while-out$20)
- (set_local $L
- (i32.add
+ (if
+ (i32.eqz
(get_local $m)
- (i32.const 8)
+ )
+ (br $while-out$20)
+ (set_local $L
+ (i32.add
+ (get_local $m)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 1240)
@@ -9248,16 +9305,11 @@
(local $y i32)
(local $z i32)
(set_local $d
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 48)
)
)
@@ -9350,247 +9402,249 @@
(get_local $c)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.load
- (i32.const 1160)
- )
- )
- (block
- (i32.store
- (get_local $e)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
(i32.load
- (get_local $b)
+ (i32.const 1160)
)
)
- (i32.store
- (i32.add
+ (block
+ (i32.store
(get_local $e)
- (i32.const 4)
+ (i32.load
+ (get_local $b)
+ )
)
- (get_local $m)
- )
- (i32.store
- (i32.add
- (get_local $e)
- (i32.const 8)
+ (i32.store
+ (i32.add
+ (get_local $e)
+ (i32.const 4)
+ )
+ (get_local $m)
)
- (get_local $g)
- )
- (set_local $o
- (call $Pa
- (call_import $ya
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $e)
+ (i32.const 8)
)
+ (get_local $g)
)
- )
- )
- (block
- (call_import $ra
- (i32.const 1)
- (get_local $a)
- )
- (i32.store
- (get_local $f)
- (i32.load
- (get_local $b)
+ (set_local $o
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $e)
+ )
+ )
)
)
- (i32.store
- (i32.add
- (get_local $f)
- (i32.const 4)
+ (block
+ (call_import $ra
+ (i32.const 1)
+ (get_local $a)
)
- (get_local $m)
- )
- (i32.store
- (i32.add
+ (i32.store
(get_local $f)
- (i32.const 8)
+ (i32.load
+ (get_local $b)
+ )
)
- (get_local $g)
- )
- (set_local $l
- (call $Pa
- (call_import $ya
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $f)
+ (i32.const 4)
)
+ (get_local $m)
+ )
+ (i32.store
+ (i32.add
+ (get_local $f)
+ (i32.const 8)
+ )
+ (get_local $g)
+ )
+ (set_local $l
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $f)
+ )
+ )
+ )
+ (call_import $oa
+ (i32.const 0)
+ )
+ (set_local $o
+ (get_local $l)
)
)
- (call_import $oa
- (i32.const 0)
- )
- (set_local $o
- (get_local $l)
- )
- )
- )
- (if
- (i32.eq
- (get_local $n)
- (get_local $o)
- )
- (block
- (set_local $p
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $o)
- (i32.const 0)
- )
- (block
- (set_local $q
- (get_local $m)
- )
- (set_local $s
- (get_local $g)
- )
- (set_local $p
- (i32.const 8)
- )
- (br $while-out$0)
)
- )
- (set_local $l
- (i32.sub
- (get_local $n)
- (get_local $o)
- )
- )
- (set_local $t
- (i32.load
- (i32.add
- (get_local $m)
- (i32.const 4)
+ (if
+ (i32.eq
+ (get_local $n)
+ (get_local $o)
)
- )
- )
- (if
- (i32.gt_u
- (get_local $o)
- (get_local $t)
- )
- (block
- (set_local $u
- (i32.load
- (get_local $i)
+ (block
+ (set_local $p
+ (i32.const 6)
)
+ (br $while-out$0)
)
- (i32.store
- (get_local $h)
- (get_local $u)
- )
- (i32.store
- (get_local $j)
- (get_local $u)
+ )
+ (if
+ (i32.lt_s
+ (get_local $o)
+ (i32.const 0)
)
- (set_local $v
- (i32.load
- (i32.add
- (get_local $m)
- (i32.const 12)
- )
+ (block
+ (set_local $q
+ (get_local $m)
)
- )
- (set_local $w
- (i32.sub
- (get_local $o)
- (get_local $t)
+ (set_local $s
+ (get_local $g)
)
- )
- (set_local $x
- (i32.add
- (get_local $m)
+ (set_local $p
(i32.const 8)
)
+ (br $while-out$0)
)
- (set_local $y
+ )
+ (set_local $l
+ (i32.sub
+ (get_local $n)
+ (get_local $o)
+ )
+ )
+ (set_local $t
+ (i32.load
(i32.add
- (get_local $g)
- (i32.const -1)
+ (get_local $m)
+ (i32.const 4)
)
)
)
(if
- (i32.eq
- (get_local $g)
- (i32.const 2)
+ (i32.gt_u
+ (get_local $o)
+ (get_local $t)
)
(block
+ (set_local $u
+ (i32.load
+ (get_local $i)
+ )
+ )
(i32.store
(get_local $h)
- (i32.add
- (i32.load
- (get_local $h)
- )
- (get_local $o)
- )
+ (get_local $u)
+ )
+ (i32.store
+ (get_local $j)
+ (get_local $u)
)
(set_local $v
- (get_local $t)
+ (i32.load
+ (i32.add
+ (get_local $m)
+ (i32.const 12)
+ )
+ )
)
(set_local $w
- (get_local $o)
+ (i32.sub
+ (get_local $o)
+ (get_local $t)
+ )
)
(set_local $x
- (get_local $m)
+ (i32.add
+ (get_local $m)
+ (i32.const 8)
+ )
)
(set_local $y
- (i32.const 2)
+ (i32.add
+ (get_local $g)
+ (i32.const -1)
+ )
)
)
- (block
- (set_local $v
- (get_local $t)
+ (if
+ (i32.eq
+ (get_local $g)
+ (i32.const 2)
)
- (set_local $w
- (get_local $o)
+ (block
+ (i32.store
+ (get_local $h)
+ (i32.add
+ (i32.load
+ (get_local $h)
+ )
+ (get_local $o)
+ )
+ )
+ (set_local $v
+ (get_local $t)
+ )
+ (set_local $w
+ (get_local $o)
+ )
+ (set_local $x
+ (get_local $m)
+ )
+ (set_local $y
+ (i32.const 2)
+ )
)
- (set_local $x
- (get_local $m)
+ (block
+ (set_local $v
+ (get_local $t)
+ )
+ (set_local $w
+ (get_local $o)
+ )
+ (set_local $x
+ (get_local $m)
+ )
+ (set_local $y
+ (get_local $g)
+ )
)
- (set_local $y
- (get_local $g)
+ )
+ )
+ (i32.store
+ (get_local $x)
+ (i32.add
+ (i32.load
+ (get_local $x)
)
+ (get_local $w)
)
)
- )
- (i32.store
- (get_local $x)
- (i32.add
- (i32.load
+ (i32.store
+ (i32.add
(get_local $x)
+ (i32.const 4)
+ )
+ (i32.sub
+ (get_local $v)
+ (get_local $w)
)
- (get_local $w)
)
- )
- (i32.store
- (i32.add
+ (set_local $m
(get_local $x)
- (i32.const 4)
)
- (i32.sub
- (get_local $v)
- (get_local $w)
+ (set_local $g
+ (get_local $y)
)
+ (set_local $n
+ (get_local $l)
+ )
+ (br $while-in$1)
)
- (set_local $m
- (get_local $x)
- )
- (set_local $g
- (get_local $y)
- )
- (set_local $n
- (get_local $l)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -9686,8 +9740,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $d)
)
(return
@@ -9783,6 +9836,9 @@
(block
(set_local $h
(call_indirect $FUNCSIG$iiii
+ (get_local $c)
+ (get_local $a)
+ (get_local $b)
(i32.add
(i32.and
(i32.load
@@ -9795,9 +9851,6 @@
)
(i32.const 2)
)
- (get_local $c)
- (get_local $a)
- (get_local $b)
)
)
(br $label$break$a)
@@ -9818,58 +9871,63 @@
(set_local $d
(get_local $b)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $d)
- )
- (block
- (set_local $l
- (get_local $b)
- )
- (set_local $m
- (get_local $a)
- )
- (set_local $n
- (get_local $j)
- )
- (set_local $o
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $d)
)
- (br $label$break$b)
- )
- )
- (set_local $p
- (i32.add
- (get_local $d)
- (i32.const -1)
- )
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
+ (block
+ (set_local $l
+ (get_local $b)
+ )
+ (set_local $m
(get_local $a)
- (get_local $p)
)
+ (set_local $n
+ (get_local $j)
+ )
+ (set_local $o
+ (i32.const 0)
+ )
+ (br $label$break$b)
)
- (i32.const 10)
)
- (block
- (set_local $q
+ (set_local $p
+ (i32.add
(get_local $d)
+ (i32.const -1)
)
- (br $while-out$2)
)
- (set_local $d
- (get_local $p)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $a)
+ (get_local $p)
+ )
+ )
+ (i32.const 10)
+ )
+ (block
+ (set_local $q
+ (get_local $d)
+ )
+ (br $while-out$2)
+ )
+ (set_local $d
+ (get_local $p)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(if
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $c)
+ (get_local $a)
+ (get_local $q)
(i32.add
(i32.and
(i32.load
@@ -9882,9 +9940,6 @@
)
(i32.const 2)
)
- (get_local $c)
- (get_local $a)
- (get_local $q)
)
(get_local $q)
)
@@ -9932,10 +9987,12 @@
)
)
)
- (call $jb
- (get_local $n)
- (get_local $m)
- (get_local $l)
+ (drop
+ (call $jb
+ (get_local $n)
+ (get_local $m)
+ (get_local $l)
+ )
)
(i32.store
(get_local $e)
@@ -9996,50 +10053,52 @@
(set_local $f
(get_local $b)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $e)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $e)
+ )
+ )
+ (block
+ (set_local $g
+ (get_local $f)
+ )
+ (br $label$break$a)
)
)
- (block
- (set_local $g
- (get_local $f)
+ (set_local $h
+ (i32.add
+ (get_local $e)
+ (i32.const 1)
)
- (br $label$break$a)
)
- )
- (set_local $h
- (i32.add
- (get_local $e)
- (i32.const 1)
+ (set_local $f
+ (get_local $h)
)
- )
- (set_local $f
- (get_local $h)
- )
- (if
- (i32.eqz
- (i32.and
- (get_local $f)
- (i32.const 3)
+ (if
+ (i32.eqz
+ (i32.and
+ (get_local $f)
+ (i32.const 3)
+ )
)
- )
- (block
- (set_local $c
- (get_local $h)
+ (block
+ (set_local $c
+ (get_local $h)
+ )
+ (set_local $d
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (set_local $d
- (i32.const 4)
+ (set_local $e
+ (get_local $h)
)
- (br $while-out$1)
- )
- (set_local $e
- (get_local $h)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
)
@@ -10053,45 +10112,47 @@
(set_local $d
(get_local $c)
)
- (loop $while-out$3 $while-in$4
- (set_local $c
- (i32.load
- (get_local $d)
+ (loop $while-in$4
+ (block $while-out$3
+ (set_local $c
+ (i32.load
+ (get_local $d)
+ )
)
- )
- (if
- (i32.eqz
- (i32.and
- (i32.xor
- (i32.and
- (get_local $c)
+ (if
+ (i32.eqz
+ (i32.and
+ (i32.xor
+ (i32.and
+ (get_local $c)
+ (i32.const -2139062144)
+ )
(i32.const -2139062144)
)
- (i32.const -2139062144)
+ (i32.add
+ (get_local $c)
+ (i32.const -16843009)
+ )
)
+ )
+ (set_local $d
(i32.add
- (get_local $c)
- (i32.const -16843009)
+ (get_local $d)
+ (i32.const 4)
)
)
- )
- (set_local $d
- (i32.add
- (get_local $d)
- (i32.const 4)
- )
- )
- (block
- (set_local $j
- (get_local $c)
- )
- (set_local $l
- (get_local $d)
+ (block
+ (set_local $j
+ (get_local $c)
+ )
+ (set_local $l
+ (get_local $d)
+ )
+ (br $while-out$3)
)
- (br $while-out$3)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.eqz
@@ -10113,30 +10174,32 @@
(set_local $j
(get_local $l)
)
- (loop $while-out$5 $while-in$6
- (set_local $l
- (i32.add
- (get_local $j)
- (i32.const 1)
- )
- )
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $l)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $l
+ (i32.add
+ (get_local $j)
+ (i32.const 1)
)
)
- (block
- (set_local $m
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $l)
+ )
+ )
+ (block
+ (set_local $m
+ (get_local $l)
+ )
+ (br $while-out$5)
+ )
+ (set_local $j
(get_local $l)
)
- (br $while-out$5)
- )
- (set_local $j
- (get_local $l)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
)
@@ -10205,82 +10268,84 @@
(set_local $c
(get_local $b)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.gt_s
- (i32.load
- (i32.add
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.gt_s
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 76)
+ )
+ )
+ (i32.const -1)
+ )
+ (set_local $f
+ (call $Ya
(get_local $e)
- (i32.const 76)
)
)
- (i32.const -1)
- )
- (set_local $f
- (call $Ya
- (get_local $e)
+ (set_local $f
+ (i32.const 0)
)
)
- (set_local $f
- (i32.const 0)
- )
- )
- (if
- (i32.gt_u
- (i32.load
- (i32.add
- (get_local $e)
- (i32.const 20)
+ (if
+ (i32.gt_u
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 20)
+ )
)
- )
- (i32.load
- (i32.add
- (get_local $e)
- (i32.const 28)
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 28)
+ )
)
)
- )
- (set_local $g
- (i32.or
- (call $$a
- (get_local $e)
+ (set_local $g
+ (i32.or
+ (call $$a
+ (get_local $e)
+ )
+ (get_local $c)
)
+ )
+ (set_local $g
(get_local $c)
)
)
- (set_local $g
- (get_local $c)
- )
- )
- (if
- (get_local $f)
- (call $Ta
- (get_local $e)
- )
- )
- (set_local $e
- (i32.load
- (i32.add
+ (if
+ (get_local $f)
+ (call $Ta
(get_local $e)
- (i32.const 56)
)
)
- )
- (if
- (i32.eqz
- (get_local $e)
+ (set_local $e
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 56)
+ )
+ )
)
- (block
- (set_local $d
+ (if
+ (i32.eqz
+ (get_local $e)
+ )
+ (block
+ (set_local $d
+ (get_local $g)
+ )
+ (br $while-out$2)
+ )
+ (set_local $c
(get_local $g)
)
- (br $while-out$2)
- )
- (set_local $c
- (get_local $g)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -10356,16 +10421,11 @@
(local $m i32)
(local $n i32)
(set_local $c
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -10489,6 +10549,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $a)
+ (get_local $d)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10501,9 +10564,6 @@
)
(i32.const 2)
)
- (get_local $a)
- (get_local $d)
- (i32.const 1)
)
(i32.const 1)
)
@@ -10519,8 +10579,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $c)
)
(return
@@ -10557,22 +10616,24 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load
- (i32.add
- (get_local $a)
- (i32.const 36)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $a)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $a)
+ (i32.const 36)
+ )
)
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $a)
- (i32.const 0)
- (i32.const 0)
)
(if
(i32.eqz
@@ -10626,6 +10687,12 @@
(get_local $h)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $a)
+ (i32.sub
+ (get_local $f)
+ (get_local $h)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10638,12 +10705,6 @@
)
(i32.const 2)
)
- (get_local $a)
- (i32.sub
- (get_local $f)
- (get_local $h)
- )
- (i32.const 1)
)
)
(i32.store
@@ -10708,129 +10769,135 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $a)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (loop $while-in$1
+ (block $while-out$0
(if
(i32.eqz
- (get_local $c)
- )
- (return
- (get_local $d)
+ (i32.and
+ (get_local $a)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $a)
- (i32.load8_s
- (get_local $b)
+ (block
+ (if
+ (i32.eqz
+ (get_local $c)
+ )
+ (return
+ (get_local $d)
+ )
)
- )
- (set_local $a
- (i32.add
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $b)
+ )
)
- )
- (set_local $b
- (i32.add
- (get_local $b)
- (i32.const 1)
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
- )
- (set_local $c
- (i32.sub
- (get_local $c)
- (i32.const 1)
+ (set_local $b
+ (i32.add
+ (get_local $b)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $c)
- (i32.const 4)
+ (set_local $c
+ (i32.sub
+ (get_local $c)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $a)
- (i32.load
- (get_local $b)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $c)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $a
- (i32.add
+ (block
+ (i32.store
(get_local $a)
- (i32.const 4)
+ (i32.load
+ (get_local $b)
+ )
)
- )
- (set_local $b
- (i32.add
- (get_local $b)
- (i32.const 4)
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 4)
+ )
)
- )
- (set_local $c
- (i32.sub
- (get_local $c)
- (i32.const 4)
+ (set_local $b
+ (i32.add
+ (get_local $b)
+ (i32.const 4)
+ )
+ )
+ (set_local $c
+ (i32.sub
+ (get_local $c)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $c)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $a)
- (i32.load8_s
- (get_local $b)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $c)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $a
- (i32.add
+ (block
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $b)
+ )
)
- )
- (set_local $b
- (i32.add
- (get_local $b)
- (i32.const 1)
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
- )
- (set_local $c
- (i32.sub
- (get_local $c)
- (i32.const 1)
+ (set_local $b
+ (i32.add
+ (get_local $b)
+ (i32.const 1)
+ )
+ )
+ (set_local $c
+ (i32.sub
+ (get_local $c)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $d)
@@ -10910,81 +10977,87 @@
(get_local $e)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $a)
- (get_local $e)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $a)
+ (get_local $e)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- (block
- (i32.store8
- (get_local $a)
- (get_local $b)
- )
- (set_local $a
- (i32.add
+ (block
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $a)
- (get_local $g)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $a)
+ (get_local $g)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
- )
- (block
- (i32.store
- (get_local $a)
- (get_local $f)
- )
- (set_local $a
- (i32.add
+ (block
+ (i32.store
(get_local $a)
- (i32.const 4)
+ (get_local $f)
+ )
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $a)
- (get_local $d)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $a)
+ (get_local $d)
+ )
)
+ (br $while-out$4)
)
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $a)
- (get_local $b)
- )
- (set_local $a
- (i32.add
+ (block
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(i32.sub
@@ -11312,16 +11385,11 @@
(local $f i32)
(local $g i32)
(set_local $d
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 32)
)
)
@@ -11396,8 +11464,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $d)
)
(return
@@ -11408,16 +11475,11 @@
(local $d i32)
(local $e i32)
(set_local $d
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 80)
)
)
@@ -11489,8 +11551,7 @@
(get_local $c)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $d)
)
(return
@@ -11499,18 +11560,14 @@
)
(func $Ka (param $a i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $a)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 1)
)
(i32.load8_s
@@ -11522,9 +11579,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 2)
)
(i32.load8_s
@@ -11536,9 +11591,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 3)
)
(i32.load8_s
@@ -11550,9 +11603,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 4)
)
(i32.load8_s
@@ -11564,9 +11615,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 5)
)
(i32.load8_s
@@ -11578,9 +11627,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 6)
)
(i32.load8_s
@@ -11592,9 +11639,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 7)
)
(i32.load8_s
@@ -11609,16 +11654,11 @@
(local $b i32)
(local $c i32)
(set_local $b
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -11642,8 +11682,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -11683,18 +11722,14 @@
)
(func $Ja (param $a i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $a)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 1)
)
(i32.load8_s
@@ -11706,9 +11741,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 2)
)
(i32.load8_s
@@ -11720,9 +11753,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 3)
)
(i32.load8_s
@@ -11766,6 +11797,9 @@
(func $lb (param $a i32) (param $b i32) (param $c i32) (param $d i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $b)
+ (get_local $c)
+ (get_local $d)
(i32.add
(i32.and
(get_local $a)
@@ -11773,35 +11807,24 @@
)
(i32.const 2)
)
- (get_local $b)
- (get_local $c)
- (get_local $d)
)
)
)
(func $Ea (param $a i32) (result i32)
(local $b i32)
(set_local $b
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(get_local $a)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 15)
)
(i32.const -16)
@@ -11837,17 +11860,13 @@
(func $Ia (param $a i32) (param $b i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $v)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $v
(get_local $a)
)
- (i32.store
- (i32.const 48)
+ (set_global $w
(get_local $b)
)
)
@@ -11856,6 +11875,7 @@
(func $kb (param $a i32) (param $b i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $b)
(i32.add
(i32.and
(get_local $a)
@@ -11863,7 +11883,6 @@
)
(i32.const 0)
)
- (get_local $b)
)
)
)
@@ -11885,6 +11904,7 @@
)
(func $mb (param $a i32) (param $b i32)
(call_indirect $FUNCSIG$vi
+ (get_local $b)
(i32.add
(i32.and
(get_local $a)
@@ -11892,16 +11912,13 @@
)
(i32.const 6)
)
- (get_local $b)
)
)
(func $Ha (param $a i32) (param $b i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $a)
)
- (i32.store
- (i32.const 16)
+ (set_global $s
(get_local $b)
)
)
@@ -11914,8 +11931,10 @@
)
)
(func $Na (result i32)
- (call $db
- (i32.const 1144)
+ (drop
+ (call $db
+ (i32.const 1144)
+ )
)
(return
(i32.const 0)
@@ -11935,29 +11954,23 @@
)
)
(func $La (param $a i32)
- (i32.store
- (i32.const 160)
+ (set_global $K
(get_local $a)
)
)
(func $Ga (param $a i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $a)
)
)
(func $Ma (result i32)
(return
- (i32.load
- (i32.const 160)
- )
+ (get_global $K)
)
)
(func $Fa (result i32)
(return
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
)
(func $ib (result i32)
@@ -11965,7 +11978,7 @@
(i32.const 0)
)
)
- (func $__growWasmMemory (param $newSize i32)
+ (func $__growWasmMemory (param $newSize i32) (result i32)
(grow_memory
(get_local $newSize)
)
diff --git a/test/memorygrowth.fromasm.no-opts b/test/memorygrowth.fromasm.no-opts
index c0a7307c5..9415b19e5 100644
--- a/test/memorygrowth.fromasm.no-opts
+++ b/test/memorygrowth.fromasm.no-opts
@@ -1,45 +1,78 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$vii (func (param i32 i32)))
- (import $ja "env" "abort" (param i32))
- (import $oa "env" "_pthread_cleanup_pop" (param i32))
- (import $pa "env" "___lock" (param i32))
- (import $qa "env" "_abort")
- (import $ra "env" "_pthread_cleanup_push" (param i32 i32))
- (import $sa "env" "___syscall6" (param i32 i32) (result i32))
- (import $ta "env" "_sbrk" (param i32) (result i32))
- (import $ua "env" "___syscall140" (param i32 i32) (result i32))
- (import $va "env" "_emscripten_memcpy_big" (param i32 i32 i32) (result i32))
- (import $wa "env" "___syscall54" (param i32 i32) (result i32))
- (import $xa "env" "___unlock" (param i32))
- (import $ya "env" "___syscall146" (param i32 i32) (result i32))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "_free" $fb)
- (export "_main" $Na)
- (export "_pthread_self" $ib)
- (export "_memset" $hb)
- (export "_malloc" $eb)
- (export "_memcpy" $jb)
- (export "_fflush" $_a)
- (export "___errno_location" $Qa)
- (export "runPostSets" $gb)
- (export "stackAlloc" $Ea)
- (export "stackSave" $Fa)
- (export "stackRestore" $Ga)
- (export "establishStackSpace" $Ha)
- (export "setThrew" $Ia)
- (export "setTempRet0" $La)
- (export "getTempRet0" $Ma)
- (export "dynCall_ii" $kb)
- (export "dynCall_iiii" $lb)
- (export "dynCall_vi" $mb)
- (export "__growWasmMemory" $__growWasmMemory)
+ (import "env" "STACKTOP" (global $r i32))
+ (import "env" "STACK_MAX" (global $s i32))
+ (import "env" "tempDoublePtr" (global $t i32))
+ (import "env" "ABORT" (global $u i32))
+ (import "global" "NaN" (global $z f64))
+ (import "global" "Infinity" (global $A f64))
+ (import "env" "abort" (func $ja (param i32)))
+ (import "env" "_pthread_cleanup_pop" (func $oa (param i32)))
+ (import "env" "___lock" (func $pa (param i32)))
+ (import "env" "_abort" (func $qa))
+ (import "env" "_pthread_cleanup_push" (func $ra (param i32 i32)))
+ (import "env" "___syscall6" (func $sa (param i32 i32) (result i32)))
+ (import "env" "_sbrk" (func $ta (param i32) (result i32)))
+ (import "env" "___syscall140" (func $ua (param i32 i32) (result i32)))
+ (import "env" "_emscripten_memcpy_big" (func $va (param i32 i32 i32) (result i32)))
+ (import "env" "___syscall54" (func $wa (param i32 i32) (result i32)))
+ (import "env" "___unlock" (func $xa (param i32)))
+ (import "env" "___syscall146" (func $ya (param i32 i32) (result i32)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_free" (func $fb))
+ (export "_main" (func $Na))
+ (export "_pthread_self" (func $ib))
+ (export "_memset" (func $hb))
+ (export "_malloc" (func $eb))
+ (export "_memcpy" (func $jb))
+ (export "_fflush" (func $_a))
+ (export "___errno_location" (func $Qa))
+ (export "runPostSets" (func $gb))
+ (export "stackAlloc" (func $Ea))
+ (export "stackSave" (func $Fa))
+ (export "stackRestore" (func $Ga))
+ (export "establishStackSpace" (func $Ha))
+ (export "setThrew" (func $Ia))
+ (export "setTempRet0" (func $La))
+ (export "getTempRet0" (func $Ma))
+ (export "dynCall_ii" (func $kb))
+ (export "dynCall_iiii" (func $lb))
+ (export "dynCall_vi" (func $mb))
+ (export "__growWasmMemory" (func $__growWasmMemory))
+ (global $v i32 (i32.const 0))
+ (global $w i32 (i32.const 0))
+ (global $x i32 (i32.const 0))
+ (global $y i32 (i32.const 0))
+ (global $B i32 (i32.const 0))
+ (global $C i32 (i32.const 0))
+ (global $D i32 (i32.const 0))
+ (global $E i32 (i32.const 0))
+ (global $F f64 (f64.const 0))
+ (global $G i32 (i32.const 0))
+ (global $H i32 (i32.const 0))
+ (global $I i32 (i32.const 0))
+ (global $J f64 (f64.const 0))
+ (global $K i32 (i32.const 0))
+ (global $L i32 (i32.const 0))
+ (global $M i32 (i32.const 0))
+ (global $N i32 (i32.const 0))
+ (global $O i32 (i32.const 0))
+ (global $P i32 (i32.const 0))
+ (global $Q i32 (i32.const 0))
+ (global $R i32 (i32.const 0))
+ (global $S i32 (i32.const 0))
+ (global $T i32 (i32.const 0))
+ (global $za f64 (f64.const 0))
(table 8 8 anyfunc)
(elem (i32.const 0) $nb $Oa $ob $Va $Ua $Ra $pb $Sa)
(func $eb (param $a i32) (result i32)
@@ -137,16 +170,11 @@
(local $Ra i32)
(local $Sa i32)
(set_local $b
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -340,8 +368,7 @@
(set_local $p
(get_local $m)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -761,8 +788,7 @@
(set_local $p
(get_local $o)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -913,88 +939,90 @@
(set_local $s
(get_local $j)
)
- (loop $while-out$6 $while-in$7
- (set_local $j
- (i32.load
- (i32.add
- (get_local $g)
- (i32.const 16)
+ (loop $while-in$7
+ (block $while-out$6
+ (set_local $j
+ (i32.load
+ (i32.add
+ (get_local $g)
+ (i32.const 16)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $j)
- )
- (block
- (set_local $f
- (i32.load
- (i32.add
- (get_local $g)
- (i32.const 20)
- )
- )
+ (if
+ (i32.eqz
+ (get_local $j)
)
- (if
- (i32.eqz
- (get_local $f)
+ (block
+ (set_local $f
+ (i32.load
+ (i32.add
+ (get_local $g)
+ (i32.const 20)
+ )
+ )
)
- (block
- (set_local $z
- (get_local $e)
+ (if
+ (i32.eqz
+ (get_local $f)
)
- (set_local $A
- (get_local $s)
+ (block
+ (set_local $z
+ (get_local $e)
+ )
+ (set_local $A
+ (get_local $s)
+ )
+ (br $while-out$6)
+ )
+ (set_local $B
+ (get_local $f)
)
- (br $while-out$6)
- )
- (set_local $B
- (get_local $f)
)
)
+ (set_local $B
+ (get_local $j)
+ )
)
- (set_local $B
- (get_local $j)
- )
- )
- (set_local $j
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $B)
- (i32.const 4)
+ (set_local $j
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $B)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $d)
)
- (get_local $d)
)
- )
- (set_local $f
- (i32.lt_u
- (get_local $j)
- (get_local $e)
+ (set_local $f
+ (i32.lt_u
+ (get_local $j)
+ (get_local $e)
+ )
)
- )
- (set_local $e
- (if
- (get_local $f)
- (get_local $j)
- (get_local $e)
+ (set_local $e
+ (if
+ (get_local $f)
+ (get_local $j)
+ (get_local $e)
+ )
)
- )
- (set_local $g
- (get_local $B)
- )
- (set_local $s
- (if
- (get_local $f)
+ (set_local $g
(get_local $B)
- (get_local $s)
)
+ (set_local $s
+ (if
+ (get_local $f)
+ (get_local $B)
+ (get_local $s)
+ )
+ )
+ (br $while-in$7)
)
- (br $while-in$7)
)
(set_local $s
(i32.load
@@ -1100,64 +1128,66 @@
)
)
)
- (loop $while-out$10 $while-in$11
- (set_local $q
- (i32.add
- (get_local $D)
- (i32.const 20)
- )
- )
- (set_local $u
- (i32.load
- (get_local $q)
- )
- )
- (if
- (get_local $u)
- (block
- (set_local $D
- (get_local $u)
+ (loop $while-in$11
+ (block $while-out$10
+ (set_local $q
+ (i32.add
+ (get_local $D)
+ (i32.const 20)
)
- (set_local $E
+ )
+ (set_local $u
+ (i32.load
(get_local $q)
)
- (br $while-in$11)
)
- )
- (set_local $q
- (i32.add
- (get_local $D)
- (i32.const 16)
- )
- )
- (set_local $u
- (i32.load
- (get_local $q)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $u)
+ (block
+ (set_local $D
+ (get_local $u)
+ )
+ (set_local $E
+ (get_local $q)
+ )
+ (br $while-in$11)
+ )
)
- (block
- (set_local $F
+ (set_local $q
+ (i32.add
(get_local $D)
+ (i32.const 16)
)
- (set_local $G
- (get_local $E)
+ )
+ (set_local $u
+ (i32.load
+ (get_local $q)
)
- (br $while-out$10)
)
- (block
- (set_local $D
+ (if
+ (i32.eqz
(get_local $u)
)
- (set_local $E
- (get_local $q)
+ (block
+ (set_local $F
+ (get_local $D)
+ )
+ (set_local $G
+ (get_local $E)
+ )
+ (br $while-out$10)
+ )
+ (block
+ (set_local $D
+ (get_local $u)
+ )
+ (set_local $E
+ (get_local $q)
+ )
)
)
+ (br $while-in$11)
)
- (br $while-in$11)
)
(if
(i32.lt_u
@@ -1646,8 +1676,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -1875,156 +1904,158 @@
(set_local $i
(i32.const 0)
)
- (loop $while-out$17 $while-in$18
- (set_local $m
- (i32.and
- (i32.load
- (i32.add
- (get_local $o)
- (i32.const 4)
+ (loop $while-in$18
+ (block $while-out$17
+ (set_local $m
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $o)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- )
- (set_local $l
- (i32.sub
- (get_local $m)
- (get_local $e)
)
- )
- (if
- (i32.lt_u
- (get_local $l)
- (get_local $u)
- )
- (if
- (i32.eq
+ (set_local $l
+ (i32.sub
(get_local $m)
(get_local $e)
)
- (block
- (set_local $O
- (get_local $l)
- )
- (set_local $P
- (get_local $o)
+ )
+ (if
+ (i32.lt_u
+ (get_local $l)
+ (get_local $u)
+ )
+ (if
+ (i32.eq
+ (get_local $m)
+ (get_local $e)
)
- (set_local $Q
- (get_local $o)
+ (block
+ (set_local $O
+ (get_local $l)
+ )
+ (set_local $P
+ (get_local $o)
+ )
+ (set_local $Q
+ (get_local $o)
+ )
+ (set_local $N
+ (i32.const 90)
+ )
+ (br $label$break$a)
)
- (set_local $N
- (i32.const 90)
+ (block
+ (set_local $R
+ (get_local $l)
+ )
+ (set_local $S
+ (get_local $o)
+ )
)
- (br $label$break$a)
)
(block
(set_local $R
- (get_local $l)
+ (get_local $u)
)
(set_local $S
- (get_local $o)
+ (get_local $i)
)
)
)
- (block
- (set_local $R
- (get_local $u)
- )
- (set_local $S
- (get_local $i)
- )
- )
- )
- (set_local $l
- (i32.load
- (i32.add
- (get_local $o)
- (i32.const 20)
- )
- )
- )
- (set_local $o
- (i32.load
- (i32.add
+ (set_local $l
+ (i32.load
(i32.add
(get_local $o)
- (i32.const 16)
+ (i32.const 20)
)
- (i32.shl
- (i32.shr_u
- (get_local $s)
- (i32.const 31)
+ )
+ )
+ (set_local $o
+ (i32.load
+ (i32.add
+ (i32.add
+ (get_local $o)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $s)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
)
- )
- (set_local $m
- (if
- (i32.or
- (i32.eq
- (get_local $l)
- (i32.const 0)
- )
- (i32.eq
- (get_local $l)
- (get_local $o)
+ (set_local $m
+ (if
+ (i32.or
+ (i32.eq
+ (get_local $l)
+ (i32.const 0)
+ )
+ (i32.eq
+ (get_local $l)
+ (get_local $o)
+ )
)
+ (get_local $j)
+ (get_local $l)
)
- (get_local $j)
- (get_local $l)
)
- )
- (set_local $l
- (i32.eq
- (get_local $o)
- (i32.const 0)
- )
- )
- (if
- (get_local $l)
- (block
- (set_local $K
- (get_local $R)
- )
- (set_local $L
- (get_local $m)
- )
- (set_local $M
- (get_local $S)
- )
- (set_local $N
- (i32.const 86)
+ (set_local $l
+ (i32.eq
+ (get_local $o)
+ (i32.const 0)
)
- (br $while-out$17)
)
- (block
- (set_local $u
- (get_local $R)
- )
- (set_local $j
- (get_local $m)
+ (if
+ (get_local $l)
+ (block
+ (set_local $K
+ (get_local $R)
+ )
+ (set_local $L
+ (get_local $m)
+ )
+ (set_local $M
+ (get_local $S)
+ )
+ (set_local $N
+ (i32.const 86)
+ )
+ (br $while-out$17)
)
- (set_local $s
- (i32.shl
- (get_local $s)
- (i32.xor
- (i32.and
- (get_local $l)
+ (block
+ (set_local $u
+ (get_local $R)
+ )
+ (set_local $j
+ (get_local $m)
+ )
+ (set_local $s
+ (i32.shl
+ (get_local $s)
+ (i32.xor
+ (i32.and
+ (get_local $l)
+ (i32.const 1)
+ )
(i32.const 1)
)
- (i32.const 1)
)
)
- )
- (set_local $i
- (get_local $S)
+ (set_local $i
+ (get_local $S)
+ )
)
)
+ (br $while-in$18)
)
- (br $while-in$18)
)
)
)
@@ -2225,104 +2256,106 @@
(get_local $N)
(i32.const 90)
)
- (loop $while-out$19 $while-in$20
- (set_local $N
- (i32.const 0)
- )
- (set_local $i
- (i32.sub
- (i32.and
- (i32.load
- (i32.add
- (get_local $P)
- (i32.const 4)
+ (loop $while-in$20
+ (block $while-out$19
+ (set_local $N
+ (i32.const 0)
+ )
+ (set_local $i
+ (i32.sub
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $P)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $e)
)
- (get_local $e)
- )
- )
- (set_local $s
- (i32.lt_u
- (get_local $i)
- (get_local $O)
)
- )
- (set_local $g
- (if
- (get_local $s)
- (get_local $i)
- (get_local $O)
- )
- )
- (set_local $i
- (if
- (get_local $s)
- (get_local $P)
- (get_local $Q)
- )
- )
- (set_local $s
- (i32.load
- (i32.add
- (get_local $P)
- (i32.const 16)
+ (set_local $s
+ (i32.lt_u
+ (get_local $i)
+ (get_local $O)
)
)
- )
- (if
- (get_local $s)
- (block
- (set_local $O
- (get_local $g)
- )
- (set_local $P
+ (set_local $g
+ (if
(get_local $s)
- )
- (set_local $Q
(get_local $i)
+ (get_local $O)
)
- (set_local $N
- (i32.const 90)
- )
- (br $while-in$20)
)
- )
- (set_local $P
- (i32.load
- (i32.add
+ (set_local $i
+ (if
+ (get_local $s)
(get_local $P)
- (i32.const 20)
+ (get_local $Q)
)
)
- )
- (if
- (i32.eqz
- (get_local $P)
+ (set_local $s
+ (i32.load
+ (i32.add
+ (get_local $P)
+ (i32.const 16)
+ )
+ )
)
- (block
- (set_local $U
- (get_local $g)
+ (if
+ (get_local $s)
+ (block
+ (set_local $O
+ (get_local $g)
+ )
+ (set_local $P
+ (get_local $s)
+ )
+ (set_local $Q
+ (get_local $i)
+ )
+ (set_local $N
+ (i32.const 90)
+ )
+ (br $while-in$20)
)
- (set_local $V
- (get_local $i)
+ )
+ (set_local $P
+ (i32.load
+ (i32.add
+ (get_local $P)
+ (i32.const 20)
+ )
)
- (br $while-out$19)
)
- (block
- (set_local $O
- (get_local $g)
+ (if
+ (i32.eqz
+ (get_local $P)
)
- (set_local $Q
- (get_local $i)
+ (block
+ (set_local $U
+ (get_local $g)
+ )
+ (set_local $V
+ (get_local $i)
+ )
+ (br $while-out$19)
)
- (set_local $N
- (i32.const 90)
+ (block
+ (set_local $O
+ (get_local $g)
+ )
+ (set_local $Q
+ (get_local $i)
+ )
+ (set_local $N
+ (i32.const 90)
+ )
)
)
+ (br $while-in$20)
)
- (br $while-in$20)
)
)
(if
@@ -2447,64 +2480,66 @@
)
)
)
- (loop $while-out$23 $while-in$24
- (set_local $d
- (i32.add
- (get_local $X)
- (i32.const 20)
- )
- )
- (set_local $f
- (i32.load
- (get_local $d)
- )
- )
- (if
- (get_local $f)
- (block
- (set_local $X
- (get_local $f)
+ (loop $while-in$24
+ (block $while-out$23
+ (set_local $d
+ (i32.add
+ (get_local $X)
+ (i32.const 20)
)
- (set_local $Y
+ )
+ (set_local $f
+ (i32.load
(get_local $d)
)
- (br $while-in$24)
)
- )
- (set_local $d
- (i32.add
- (get_local $X)
- (i32.const 16)
- )
- )
- (set_local $f
- (i32.load
- (get_local $d)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $f)
+ (block
+ (set_local $X
+ (get_local $f)
+ )
+ (set_local $Y
+ (get_local $d)
+ )
+ (br $while-in$24)
+ )
)
- (block
- (set_local $Z
+ (set_local $d
+ (i32.add
(get_local $X)
+ (i32.const 16)
)
- (set_local $_
- (get_local $Y)
+ )
+ (set_local $f
+ (i32.load
+ (get_local $d)
)
- (br $while-out$23)
)
- (block
- (set_local $X
+ (if
+ (i32.eqz
(get_local $f)
)
- (set_local $Y
- (get_local $d)
+ (block
+ (set_local $Z
+ (get_local $X)
+ )
+ (set_local $_
+ (get_local $Y)
+ )
+ (br $while-out$23)
+ )
+ (block
+ (set_local $X
+ (get_local $f)
+ )
+ (set_local $Y
+ (get_local $d)
+ )
)
)
+ (br $while-in$24)
)
- (br $while-in$24)
)
(if
(i32.lt_u
@@ -3195,79 +3230,81 @@
(get_local $t)
)
)
- (loop $while-out$31 $while-in$32
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $d)
- (i32.const 4)
+ (loop $while-in$32
+ (block $while-out$31
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $d)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $U)
- )
- (block
- (set_local $ca
- (get_local $d)
+ (get_local $U)
)
- (set_local $N
- (i32.const 148)
+ (block
+ (set_local $ca
+ (get_local $d)
+ )
+ (set_local $N
+ (i32.const 148)
+ )
+ (br $while-out$31)
)
- (br $while-out$31)
)
- )
- (set_local $t
- (i32.add
+ (set_local $t
(i32.add
- (get_local $d)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $q)
- (i32.const 31)
+ (i32.add
+ (get_local $d)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $q)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $s
- (i32.load
- (get_local $t)
- )
- )
- (if
- (i32.eqz
- (get_local $s)
- )
- (block
- (set_local $da
+ (set_local $s
+ (i32.load
(get_local $t)
)
- (set_local $ea
- (get_local $d)
- )
- (set_local $N
- (i32.const 145)
- )
- (br $while-out$31)
)
- (block
- (set_local $q
- (i32.shl
- (get_local $q)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $s)
+ )
+ (block
+ (set_local $da
+ (get_local $t)
+ )
+ (set_local $ea
+ (get_local $d)
)
+ (set_local $N
+ (i32.const 145)
+ )
+ (br $while-out$31)
)
- (set_local $d
- (get_local $s)
+ (block
+ (set_local $q
+ (i32.shl
+ (get_local $q)
+ (i32.const 1)
+ )
+ )
+ (set_local $d
+ (get_local $s)
+ )
)
)
+ (br $while-in$32)
)
- (br $while-in$32)
)
(if
(i32.eq
@@ -3393,8 +3430,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3527,8 +3563,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3598,8 +3633,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3701,8 +3735,7 @@
(set_local $p
(i32.const 0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3744,8 +3777,7 @@
(set_local $p
(i32.const 0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -3783,66 +3815,68 @@
(set_local $aa
(i32.const 1656)
)
- (loop $while-out$35 $while-in$36
- (set_local $ba
- (i32.load
- (get_local $aa)
- )
- )
- (if
- (i32.le_u
- (get_local $ba)
- (get_local $U)
+ (loop $while-in$36
+ (block $while-out$35
+ (set_local $ba
+ (i32.load
+ (get_local $aa)
+ )
)
- (block
- (set_local $$
- (i32.add
- (get_local $aa)
- (i32.const 4)
- )
+ (if
+ (i32.le_u
+ (get_local $ba)
+ (get_local $U)
)
- (if
- (i32.gt_u
+ (block
+ (set_local $$
(i32.add
- (get_local $ba)
- (i32.load
- (get_local $$)
- )
+ (get_local $aa)
+ (i32.const 4)
)
- (get_local $U)
)
- (block
- (set_local $fa
- (get_local $aa)
+ (if
+ (i32.gt_u
+ (i32.add
+ (get_local $ba)
+ (i32.load
+ (get_local $$)
+ )
+ )
+ (get_local $U)
)
- (set_local $ga
- (get_local $$)
+ (block
+ (set_local $fa
+ (get_local $aa)
+ )
+ (set_local $ga
+ (get_local $$)
+ )
+ (br $while-out$35)
)
- (br $while-out$35)
)
)
)
- )
- (set_local $aa
- (i32.load
- (i32.add
- (get_local $aa)
- (i32.const 8)
+ (set_local $aa
+ (i32.load
+ (i32.add
+ (get_local $aa)
+ (i32.const 8)
+ )
)
)
- )
- (if
- (i32.eqz
- (get_local $aa)
- )
- (block
- (set_local $N
- (i32.const 171)
+ (if
+ (i32.eqz
+ (get_local $aa)
+ )
+ (block
+ (set_local $N
+ (i32.const 171)
+ )
+ (br $label$break$c)
)
- (br $label$break$c)
)
+ (br $while-in$36)
)
- (br $while-in$36)
)
(set_local $aa
(i32.and
@@ -4124,8 +4158,10 @@
(i32.const -1)
)
(block
- (call_import $ta
- (get_local $$)
+ (drop
+ (call_import $ta
+ (get_local $$)
+ )
)
(br $label$break$d)
)
@@ -4345,43 +4381,45 @@
(set_local $ma
(i32.const 0)
)
- (loop $do-out$44 $do-in$45
- (set_local $c
- (i32.add
- (i32.const 1248)
- (i32.shl
+ (loop $do-in$45
+ (block $do-out$44
+ (set_local $c
+ (i32.add
+ (i32.const 1248)
(i32.shl
- (get_local $ma)
- (i32.const 1)
+ (i32.shl
+ (get_local $ma)
+ (i32.const 1)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $c)
+ (i32.const 12)
+ )
(get_local $c)
- (i32.const 12)
)
- (get_local $c)
- )
- (i32.store
- (i32.add
+ (i32.store
+ (i32.add
+ (get_local $c)
+ (i32.const 8)
+ )
(get_local $c)
- (i32.const 8)
)
- (get_local $c)
- )
- (set_local $ma
- (i32.add
- (get_local $ma)
- (i32.const 1)
+ (set_local $ma
+ (i32.add
+ (get_local $ma)
+ (i32.const 1)
+ )
)
- )
- (br_if $do-in$45
- (i32.ne
- (get_local $ma)
- (i32.const 32)
+ (br_if $do-in$45
+ (i32.ne
+ (get_local $ma)
+ (i32.const 32)
+ )
)
)
)
@@ -4464,64 +4502,66 @@
(set_local $ka
(i32.const 1656)
)
- (loop $do-out$46 $do-in$47
- (set_local $ma
- (i32.load
- (get_local $ka)
- )
- )
- (set_local $c
- (i32.add
- (get_local $ka)
- (i32.const 4)
- )
- )
- (set_local $ca
- (i32.load
- (get_local $c)
+ (loop $do-in$47
+ (block $do-out$46
+ (set_local $ma
+ (i32.load
+ (get_local $ka)
+ )
)
- )
- (if
- (i32.eq
- (get_local $ha)
+ (set_local $c
(i32.add
- (get_local $ma)
- (get_local $ca)
+ (get_local $ka)
+ (i32.const 4)
)
)
- (block
- (set_local $na
- (get_local $ma)
- )
- (set_local $oa
+ (set_local $ca
+ (i32.load
(get_local $c)
)
- (set_local $pa
- (get_local $ca)
+ )
+ (if
+ (i32.eq
+ (get_local $ha)
+ (i32.add
+ (get_local $ma)
+ (get_local $ca)
+ )
)
- (set_local $ra
- (get_local $ka)
+ (block
+ (set_local $na
+ (get_local $ma)
+ )
+ (set_local $oa
+ (get_local $c)
+ )
+ (set_local $pa
+ (get_local $ca)
+ )
+ (set_local $ra
+ (get_local $ka)
+ )
+ (set_local $N
+ (i32.const 201)
+ )
+ (br $do-out$46)
)
- (set_local $N
- (i32.const 201)
+ )
+ (set_local $ka
+ (i32.load
+ (i32.add
+ (get_local $ka)
+ (i32.const 8)
+ )
)
- (br $do-out$46)
)
- )
- (set_local $ka
- (i32.load
- (i32.add
+ (br_if $do-in$47
+ (i32.ne
(get_local $ka)
- (i32.const 8)
+ (i32.const 0)
)
)
)
- (br_if $do-in$47
- (i32.ne
- (get_local $ka)
- (i32.const 0)
- )
- )
)
(if
(i32.eq
@@ -4672,47 +4712,49 @@
(set_local $ka
(i32.const 1656)
)
- (loop $while-out$48 $while-in$49
- (if
- (i32.eq
- (i32.load
- (get_local $ka)
- )
- (get_local $c)
- )
- (block
- (set_local $ua
- (get_local $ka)
+ (loop $while-in$49
+ (block $while-out$48
+ (if
+ (i32.eq
+ (i32.load
+ (get_local $ka)
+ )
+ (get_local $c)
)
- (set_local $va
- (get_local $ka)
+ (block
+ (set_local $ua
+ (get_local $ka)
+ )
+ (set_local $va
+ (get_local $ka)
+ )
+ (set_local $N
+ (i32.const 209)
+ )
+ (br $while-out$48)
)
- (set_local $N
- (i32.const 209)
+ )
+ (set_local $ka
+ (i32.load
+ (i32.add
+ (get_local $ka)
+ (i32.const 8)
+ )
)
- (br $while-out$48)
)
- )
- (set_local $ka
- (i32.load
- (i32.add
+ (if
+ (i32.eqz
(get_local $ka)
- (i32.const 8)
)
- )
- )
- (if
- (i32.eqz
- (get_local $ka)
- )
- (block
- (set_local $wa
- (i32.const 1656)
+ (block
+ (set_local $wa
+ (i32.const 1656)
+ )
+ (br $while-out$48)
)
- (br $while-out$48)
)
+ (br $while-in$49)
)
- (br $while-in$49)
)
(if
(i32.eq
@@ -5165,64 +5207,66 @@
)
)
)
- (loop $while-out$59 $while-in$60
- (set_local $aa
- (i32.add
- (get_local $za)
- (i32.const 20)
- )
- )
- (set_local $ba
- (i32.load
- (get_local $aa)
- )
- )
- (if
- (get_local $ba)
- (block
- (set_local $za
- (get_local $ba)
+ (loop $while-in$60
+ (block $while-out$59
+ (set_local $aa
+ (i32.add
+ (get_local $za)
+ (i32.const 20)
)
- (set_local $Aa
+ )
+ (set_local $ba
+ (i32.load
(get_local $aa)
)
- (br $while-in$60)
- )
- )
- (set_local $aa
- (i32.add
- (get_local $za)
- (i32.const 16)
- )
- )
- (set_local $ba
- (i32.load
- (get_local $aa)
)
- )
- (if
- (i32.eqz
+ (if
(get_local $ba)
+ (block
+ (set_local $za
+ (get_local $ba)
+ )
+ (set_local $Aa
+ (get_local $aa)
+ )
+ (br $while-in$60)
+ )
)
- (block
- (set_local $Ba
+ (set_local $aa
+ (i32.add
(get_local $za)
+ (i32.const 16)
)
- (set_local $Ca
- (get_local $Aa)
+ )
+ (set_local $ba
+ (i32.load
+ (get_local $aa)
)
- (br $while-out$59)
)
- (block
- (set_local $za
+ (if
+ (i32.eqz
(get_local $ba)
)
- (set_local $Aa
- (get_local $aa)
+ (block
+ (set_local $Ba
+ (get_local $za)
+ )
+ (set_local $Ca
+ (get_local $Aa)
+ )
+ (br $while-out$59)
+ )
+ (block
+ (set_local $za
+ (get_local $ba)
+ )
+ (set_local $Aa
+ (get_local $aa)
+ )
)
)
+ (br $while-in$60)
)
- (br $while-in$60)
)
(if
(i32.lt_u
@@ -5912,79 +5956,81 @@
(get_local $e)
)
)
- (loop $while-out$69 $while-in$70
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $la)
- (i32.const 4)
+ (loop $while-in$70
+ (block $while-out$69
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $la)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
+ (get_local $Ea)
)
- (get_local $Ea)
- )
- (block
- (set_local $Ia
- (get_local $la)
- )
- (set_local $N
- (i32.const 279)
+ (block
+ (set_local $Ia
+ (get_local $la)
+ )
+ (set_local $N
+ (i32.const 279)
+ )
+ (br $while-out$69)
)
- (br $while-out$69)
)
- )
- (set_local $e
- (i32.add
+ (set_local $e
(i32.add
- (get_local $la)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $aa)
- (i32.const 31)
+ (i32.add
+ (get_local $la)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $aa)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $ga
- (i32.load
- (get_local $e)
- )
- )
- (if
- (i32.eqz
- (get_local $ga)
- )
- (block
- (set_local $Ja
+ (set_local $ga
+ (i32.load
(get_local $e)
)
- (set_local $Ka
- (get_local $la)
- )
- (set_local $N
- (i32.const 276)
- )
- (br $while-out$69)
)
- (block
- (set_local $aa
- (i32.shl
- (get_local $aa)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $ga)
+ )
+ (block
+ (set_local $Ja
+ (get_local $e)
+ )
+ (set_local $Ka
+ (get_local $la)
)
+ (set_local $N
+ (i32.const 276)
+ )
+ (br $while-out$69)
)
- (set_local $la
- (get_local $ga)
+ (block
+ (set_local $aa
+ (i32.shl
+ (get_local $aa)
+ (i32.const 1)
+ )
+ )
+ (set_local $la
+ (get_local $ga)
+ )
)
)
+ (br $while-in$70)
)
- (br $while-in$70)
)
(if
(i32.eq
@@ -6110,8 +6156,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -6123,52 +6168,54 @@
)
)
)
- (loop $while-out$71 $while-in$72
- (set_local $ka
- (i32.load
- (get_local $wa)
- )
- )
- (if
- (i32.le_u
- (get_local $ka)
- (get_local $ja)
+ (loop $while-in$72
+ (block $while-out$71
+ (set_local $ka
+ (i32.load
+ (get_local $wa)
+ )
)
- (block
- (set_local $ea
- (i32.add
- (get_local $ka)
- (i32.load
- (i32.add
- (get_local $wa)
- (i32.const 4)
+ (if
+ (i32.le_u
+ (get_local $ka)
+ (get_local $ja)
+ )
+ (block
+ (set_local $ea
+ (i32.add
+ (get_local $ka)
+ (i32.load
+ (i32.add
+ (get_local $wa)
+ (i32.const 4)
+ )
)
)
)
- )
- (if
- (i32.gt_u
- (get_local $ea)
- (get_local $ja)
- )
- (block
- (set_local $La
+ (if
+ (i32.gt_u
(get_local $ea)
+ (get_local $ja)
+ )
+ (block
+ (set_local $La
+ (get_local $ea)
+ )
+ (br $while-out$71)
)
- (br $while-out$71)
)
)
)
- )
- (set_local $wa
- (i32.load
- (i32.add
- (get_local $wa)
- (i32.const 8)
+ (set_local $wa
+ (i32.load
+ (i32.add
+ (get_local $wa)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$72)
)
- (br $while-in$72)
)
(set_local $ca
(i32.add
@@ -6365,24 +6412,26 @@
(i32.const 24)
)
)
- (loop $do-out$73 $do-in$74
- (set_local $ka
- (i32.add
- (get_local $ka)
- (i32.const 4)
- )
- )
- (i32.store
- (get_local $ka)
- (i32.const 7)
- )
- (br_if $do-in$74
- (i32.lt_u
+ (loop $do-in$74
+ (block $do-out$73
+ (set_local $ka
(i32.add
(get_local $ka)
(i32.const 4)
)
- (get_local $La)
+ )
+ (i32.store
+ (get_local $ka)
+ (i32.const 7)
+ )
+ (br_if $do-in$74
+ (i32.lt_u
+ (i32.add
+ (get_local $ka)
+ (i32.const 4)
+ )
+ (get_local $La)
+ )
)
)
)
@@ -6757,79 +6806,81 @@
(get_local $e)
)
)
- (loop $while-out$75 $while-in$76
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $ga)
- (i32.const 4)
+ (loop $while-in$76
+ (block $while-out$75
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $ga)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $ka)
- )
- (block
- (set_local $Pa
- (get_local $ga)
+ (get_local $ka)
)
- (set_local $N
- (i32.const 305)
+ (block
+ (set_local $Pa
+ (get_local $ga)
+ )
+ (set_local $N
+ (i32.const 305)
+ )
+ (br $while-out$75)
)
- (br $while-out$75)
)
- )
- (set_local $e
- (i32.add
+ (set_local $e
(i32.add
- (get_local $ga)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $ma)
- (i32.const 31)
+ (i32.add
+ (get_local $ga)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $ma)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $la
- (i32.load
- (get_local $e)
- )
- )
- (if
- (i32.eqz
- (get_local $la)
- )
- (block
- (set_local $Ra
+ (set_local $la
+ (i32.load
(get_local $e)
)
- (set_local $Sa
- (get_local $ga)
- )
- (set_local $N
- (i32.const 302)
- )
- (br $while-out$75)
)
- (block
- (set_local $ma
- (i32.shl
- (get_local $ma)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $la)
+ )
+ (block
+ (set_local $Ra
+ (get_local $e)
+ )
+ (set_local $Sa
+ (get_local $ga)
+ )
+ (set_local $N
+ (i32.const 302)
)
+ (br $while-out$75)
)
- (set_local $ga
- (get_local $la)
+ (block
+ (set_local $ma
+ (i32.shl
+ (get_local $ma)
+ (i32.const 1)
+ )
+ )
+ (set_local $ga
+ (get_local $la)
+ )
)
)
+ (br $while-in$76)
)
- (br $while-in$76)
)
(if
(i32.eq
@@ -7013,8 +7064,7 @@
(i32.const 8)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -7034,8 +7084,7 @@
(set_local $p
(i32.const 0)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -7481,64 +7530,66 @@
)
)
)
- (loop $while-out$4 $while-in$5
- (set_local $l
- (i32.add
- (get_local $t)
- (i32.const 20)
- )
- )
- (set_local $q
- (i32.load
- (get_local $l)
- )
- )
- (if
- (get_local $q)
- (block
- (set_local $t
- (get_local $q)
+ (loop $while-in$5
+ (block $while-out$4
+ (set_local $l
+ (i32.add
+ (get_local $t)
+ (i32.const 20)
)
- (set_local $u
+ )
+ (set_local $q
+ (i32.load
(get_local $l)
)
- (br $while-in$5)
- )
- )
- (set_local $l
- (i32.add
- (get_local $t)
- (i32.const 16)
)
- )
- (set_local $q
- (i32.load
- (get_local $l)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $q)
+ (block
+ (set_local $t
+ (get_local $q)
+ )
+ (set_local $u
+ (get_local $l)
+ )
+ (br $while-in$5)
+ )
)
- (block
- (set_local $v
+ (set_local $l
+ (i32.add
(get_local $t)
+ (i32.const 16)
)
- (set_local $w
- (get_local $u)
+ )
+ (set_local $q
+ (i32.load
+ (get_local $l)
)
- (br $while-out$4)
)
- (block
- (set_local $t
+ (if
+ (i32.eqz
(get_local $q)
)
- (set_local $u
- (get_local $l)
+ (block
+ (set_local $v
+ (get_local $t)
+ )
+ (set_local $w
+ (get_local $u)
+ )
+ (br $while-out$4)
+ )
+ (block
+ (set_local $t
+ (get_local $q)
+ )
+ (set_local $u
+ (get_local $l)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(if
(i32.lt_u
@@ -8238,64 +8289,66 @@
)
)
)
- (loop $while-out$12 $while-in$13
- (set_local $t
- (i32.add
- (get_local $z)
- (i32.const 20)
- )
- )
- (set_local $p
- (i32.load
- (get_local $t)
- )
- )
- (if
- (get_local $p)
- (block
- (set_local $z
- (get_local $p)
+ (loop $while-in$13
+ (block $while-out$12
+ (set_local $t
+ (i32.add
+ (get_local $z)
+ (i32.const 20)
)
- (set_local $A
+ )
+ (set_local $p
+ (i32.load
(get_local $t)
)
- (br $while-in$13)
- )
- )
- (set_local $t
- (i32.add
- (get_local $z)
- (i32.const 16)
)
- )
- (set_local $p
- (i32.load
- (get_local $t)
- )
- )
- (if
- (i32.eqz
+ (if
(get_local $p)
+ (block
+ (set_local $z
+ (get_local $p)
+ )
+ (set_local $A
+ (get_local $t)
+ )
+ (br $while-in$13)
+ )
)
- (block
- (set_local $B
+ (set_local $t
+ (i32.add
(get_local $z)
+ (i32.const 16)
)
- (set_local $C
- (get_local $A)
+ )
+ (set_local $p
+ (i32.load
+ (get_local $t)
)
- (br $while-out$12)
)
- (block
- (set_local $z
+ (if
+ (i32.eqz
(get_local $p)
)
- (set_local $A
- (get_local $t)
+ (block
+ (set_local $B
+ (get_local $z)
+ )
+ (set_local $C
+ (get_local $A)
+ )
+ (br $while-out$12)
+ )
+ (block
+ (set_local $z
+ (get_local $p)
+ )
+ (set_local $A
+ (get_local $t)
+ )
)
)
+ (br $while-in$13)
)
- (br $while-in$13)
)
(if
(i32.lt_u
@@ -8987,79 +9040,81 @@
(get_local $s)
)
)
- (loop $while-out$18 $while-in$19
- (if
- (i32.eq
- (i32.and
- (i32.load
- (i32.add
- (get_local $b)
- (i32.const 4)
+ (loop $while-in$19
+ (block $while-out$18
+ (if
+ (i32.eq
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $b)
+ (i32.const 4)
+ )
)
+ (i32.const -8)
)
- (i32.const -8)
- )
- (get_local $D)
- )
- (block
- (set_local $H
- (get_local $b)
+ (get_local $D)
)
- (set_local $I
- (i32.const 130)
+ (block
+ (set_local $H
+ (get_local $b)
+ )
+ (set_local $I
+ (i32.const 130)
+ )
+ (br $while-out$18)
)
- (br $while-out$18)
)
- )
- (set_local $n
- (i32.add
+ (set_local $n
(i32.add
- (get_local $b)
- (i32.const 16)
- )
- (i32.shl
- (i32.shr_u
- (get_local $F)
- (i32.const 31)
+ (i32.add
+ (get_local $b)
+ (i32.const 16)
+ )
+ (i32.shl
+ (i32.shr_u
+ (get_local $F)
+ (i32.const 31)
+ )
+ (i32.const 2)
)
- (i32.const 2)
)
)
- )
- (set_local $y
- (i32.load
- (get_local $n)
- )
- )
- (if
- (i32.eqz
- (get_local $y)
- )
- (block
- (set_local $J
+ (set_local $y
+ (i32.load
(get_local $n)
)
- (set_local $K
- (get_local $b)
- )
- (set_local $I
- (i32.const 127)
- )
- (br $while-out$18)
)
- (block
- (set_local $F
- (i32.shl
- (get_local $F)
- (i32.const 1)
+ (if
+ (i32.eqz
+ (get_local $y)
+ )
+ (block
+ (set_local $J
+ (get_local $n)
+ )
+ (set_local $K
+ (get_local $b)
)
+ (set_local $I
+ (i32.const 127)
+ )
+ (br $while-out$18)
)
- (set_local $b
- (get_local $y)
+ (block
+ (set_local $F
+ (i32.shl
+ (get_local $F)
+ (i32.const 1)
+ )
+ )
+ (set_local $b
+ (get_local $y)
+ )
)
)
+ (br $while-in$19)
)
- (br $while-in$19)
)
(if
(i32.eq
@@ -9200,25 +9255,27 @@
)
(return)
)
- (loop $while-out$20 $while-in$21
- (set_local $m
- (i32.load
- (get_local $L)
- )
- )
- (if
- (i32.eqz
- (get_local $m)
+ (loop $while-in$21
+ (block $while-out$20
+ (set_local $m
+ (i32.load
+ (get_local $L)
+ )
)
- (br $while-out$20)
- (set_local $L
- (i32.add
+ (if
+ (i32.eqz
(get_local $m)
- (i32.const 8)
+ )
+ (br $while-out$20)
+ (set_local $L
+ (i32.add
+ (get_local $m)
+ (i32.const 8)
+ )
)
)
+ (br $while-in$21)
)
- (br $while-in$21)
)
(i32.store
(i32.const 1240)
@@ -9249,16 +9306,11 @@
(local $y i32)
(local $z i32)
(set_local $d
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 48)
)
)
@@ -9351,247 +9403,249 @@
(get_local $c)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.load
- (i32.const 1160)
- )
- )
- (block
- (i32.store
- (get_local $e)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
(i32.load
- (get_local $b)
+ (i32.const 1160)
)
)
- (i32.store
- (i32.add
+ (block
+ (i32.store
(get_local $e)
- (i32.const 4)
+ (i32.load
+ (get_local $b)
+ )
)
- (get_local $m)
- )
- (i32.store
- (i32.add
- (get_local $e)
- (i32.const 8)
+ (i32.store
+ (i32.add
+ (get_local $e)
+ (i32.const 4)
+ )
+ (get_local $m)
)
- (get_local $g)
- )
- (set_local $o
- (call $Pa
- (call_import $ya
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $e)
+ (i32.const 8)
)
+ (get_local $g)
)
- )
- )
- (block
- (call_import $ra
- (i32.const 1)
- (get_local $a)
- )
- (i32.store
- (get_local $f)
- (i32.load
- (get_local $b)
+ (set_local $o
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $e)
+ )
+ )
)
)
- (i32.store
- (i32.add
- (get_local $f)
- (i32.const 4)
+ (block
+ (call_import $ra
+ (i32.const 1)
+ (get_local $a)
)
- (get_local $m)
- )
- (i32.store
- (i32.add
+ (i32.store
(get_local $f)
- (i32.const 8)
+ (i32.load
+ (get_local $b)
+ )
)
- (get_local $g)
- )
- (set_local $l
- (call $Pa
- (call_import $ya
- (i32.const 146)
+ (i32.store
+ (i32.add
(get_local $f)
+ (i32.const 4)
)
+ (get_local $m)
+ )
+ (i32.store
+ (i32.add
+ (get_local $f)
+ (i32.const 8)
+ )
+ (get_local $g)
+ )
+ (set_local $l
+ (call $Pa
+ (call_import $ya
+ (i32.const 146)
+ (get_local $f)
+ )
+ )
+ )
+ (call_import $oa
+ (i32.const 0)
+ )
+ (set_local $o
+ (get_local $l)
)
)
- (call_import $oa
- (i32.const 0)
- )
- (set_local $o
- (get_local $l)
- )
- )
- )
- (if
- (i32.eq
- (get_local $n)
- (get_local $o)
- )
- (block
- (set_local $p
- (i32.const 6)
- )
- (br $while-out$0)
- )
- )
- (if
- (i32.lt_s
- (get_local $o)
- (i32.const 0)
- )
- (block
- (set_local $q
- (get_local $m)
- )
- (set_local $s
- (get_local $g)
- )
- (set_local $p
- (i32.const 8)
- )
- (br $while-out$0)
)
- )
- (set_local $l
- (i32.sub
- (get_local $n)
- (get_local $o)
- )
- )
- (set_local $t
- (i32.load
- (i32.add
- (get_local $m)
- (i32.const 4)
+ (if
+ (i32.eq
+ (get_local $n)
+ (get_local $o)
)
- )
- )
- (if
- (i32.gt_u
- (get_local $o)
- (get_local $t)
- )
- (block
- (set_local $u
- (i32.load
- (get_local $i)
+ (block
+ (set_local $p
+ (i32.const 6)
)
+ (br $while-out$0)
)
- (i32.store
- (get_local $h)
- (get_local $u)
- )
- (i32.store
- (get_local $j)
- (get_local $u)
+ )
+ (if
+ (i32.lt_s
+ (get_local $o)
+ (i32.const 0)
)
- (set_local $v
- (i32.load
- (i32.add
- (get_local $m)
- (i32.const 12)
- )
+ (block
+ (set_local $q
+ (get_local $m)
)
- )
- (set_local $w
- (i32.sub
- (get_local $o)
- (get_local $t)
+ (set_local $s
+ (get_local $g)
)
- )
- (set_local $x
- (i32.add
- (get_local $m)
+ (set_local $p
(i32.const 8)
)
+ (br $while-out$0)
)
- (set_local $y
+ )
+ (set_local $l
+ (i32.sub
+ (get_local $n)
+ (get_local $o)
+ )
+ )
+ (set_local $t
+ (i32.load
(i32.add
- (get_local $g)
- (i32.const -1)
+ (get_local $m)
+ (i32.const 4)
)
)
)
(if
- (i32.eq
- (get_local $g)
- (i32.const 2)
+ (i32.gt_u
+ (get_local $o)
+ (get_local $t)
)
(block
+ (set_local $u
+ (i32.load
+ (get_local $i)
+ )
+ )
(i32.store
(get_local $h)
- (i32.add
- (i32.load
- (get_local $h)
- )
- (get_local $o)
- )
+ (get_local $u)
+ )
+ (i32.store
+ (get_local $j)
+ (get_local $u)
)
(set_local $v
- (get_local $t)
+ (i32.load
+ (i32.add
+ (get_local $m)
+ (i32.const 12)
+ )
+ )
)
(set_local $w
- (get_local $o)
+ (i32.sub
+ (get_local $o)
+ (get_local $t)
+ )
)
(set_local $x
- (get_local $m)
+ (i32.add
+ (get_local $m)
+ (i32.const 8)
+ )
)
(set_local $y
- (i32.const 2)
+ (i32.add
+ (get_local $g)
+ (i32.const -1)
+ )
)
)
- (block
- (set_local $v
- (get_local $t)
+ (if
+ (i32.eq
+ (get_local $g)
+ (i32.const 2)
)
- (set_local $w
- (get_local $o)
+ (block
+ (i32.store
+ (get_local $h)
+ (i32.add
+ (i32.load
+ (get_local $h)
+ )
+ (get_local $o)
+ )
+ )
+ (set_local $v
+ (get_local $t)
+ )
+ (set_local $w
+ (get_local $o)
+ )
+ (set_local $x
+ (get_local $m)
+ )
+ (set_local $y
+ (i32.const 2)
+ )
)
- (set_local $x
- (get_local $m)
+ (block
+ (set_local $v
+ (get_local $t)
+ )
+ (set_local $w
+ (get_local $o)
+ )
+ (set_local $x
+ (get_local $m)
+ )
+ (set_local $y
+ (get_local $g)
+ )
)
- (set_local $y
- (get_local $g)
+ )
+ )
+ (i32.store
+ (get_local $x)
+ (i32.add
+ (i32.load
+ (get_local $x)
)
+ (get_local $w)
)
)
- )
- (i32.store
- (get_local $x)
- (i32.add
- (i32.load
+ (i32.store
+ (i32.add
(get_local $x)
+ (i32.const 4)
+ )
+ (i32.sub
+ (get_local $v)
+ (get_local $w)
)
- (get_local $w)
)
- )
- (i32.store
- (i32.add
+ (set_local $m
(get_local $x)
- (i32.const 4)
)
- (i32.sub
- (get_local $v)
- (get_local $w)
+ (set_local $g
+ (get_local $y)
)
+ (set_local $n
+ (get_local $l)
+ )
+ (br $while-in$1)
)
- (set_local $m
- (get_local $x)
- )
- (set_local $g
- (get_local $y)
- )
- (set_local $n
- (get_local $l)
- )
- (br $while-in$1)
)
(if
(i32.eq
@@ -9687,8 +9741,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $d)
)
(return
@@ -9784,6 +9837,9 @@
(block
(set_local $h
(call_indirect $FUNCSIG$iiii
+ (get_local $c)
+ (get_local $a)
+ (get_local $b)
(i32.add
(i32.and
(i32.load
@@ -9796,9 +9852,6 @@
)
(i32.const 2)
)
- (get_local $c)
- (get_local $a)
- (get_local $b)
)
)
(br $label$break$a)
@@ -9819,58 +9872,63 @@
(set_local $d
(get_local $b)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (get_local $d)
- )
- (block
- (set_local $l
- (get_local $b)
- )
- (set_local $m
- (get_local $a)
- )
- (set_local $n
- (get_local $j)
- )
- (set_local $o
- (i32.const 0)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (get_local $d)
)
- (br $label$break$b)
- )
- )
- (set_local $p
- (i32.add
- (get_local $d)
- (i32.const -1)
- )
- )
- (if
- (i32.eq
- (i32.load8_s
- (i32.add
+ (block
+ (set_local $l
+ (get_local $b)
+ )
+ (set_local $m
(get_local $a)
- (get_local $p)
)
+ (set_local $n
+ (get_local $j)
+ )
+ (set_local $o
+ (i32.const 0)
+ )
+ (br $label$break$b)
)
- (i32.const 10)
)
- (block
- (set_local $q
+ (set_local $p
+ (i32.add
(get_local $d)
+ (i32.const -1)
)
- (br $while-out$2)
)
- (set_local $d
- (get_local $p)
+ (if
+ (i32.eq
+ (i32.load8_s
+ (i32.add
+ (get_local $a)
+ (get_local $p)
+ )
+ )
+ (i32.const 10)
+ )
+ (block
+ (set_local $q
+ (get_local $d)
+ )
+ (br $while-out$2)
+ )
+ (set_local $d
+ (get_local $p)
+ )
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
(if
(i32.lt_u
(call_indirect $FUNCSIG$iiii
+ (get_local $c)
+ (get_local $a)
+ (get_local $q)
(i32.add
(i32.and
(i32.load
@@ -9883,9 +9941,6 @@
)
(i32.const 2)
)
- (get_local $c)
- (get_local $a)
- (get_local $q)
)
(get_local $q)
)
@@ -9933,10 +9988,12 @@
)
)
)
- (call $jb
- (get_local $n)
- (get_local $m)
- (get_local $l)
+ (drop
+ (call $jb
+ (get_local $n)
+ (get_local $m)
+ (get_local $l)
+ )
)
(i32.store
(get_local $e)
@@ -9997,50 +10054,52 @@
(set_local $f
(get_local $b)
)
- (loop $while-out$1 $while-in$2
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $e)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $e)
+ )
+ )
+ (block
+ (set_local $g
+ (get_local $f)
+ )
+ (br $label$break$a)
)
)
- (block
- (set_local $g
- (get_local $f)
+ (set_local $h
+ (i32.add
+ (get_local $e)
+ (i32.const 1)
)
- (br $label$break$a)
)
- )
- (set_local $h
- (i32.add
- (get_local $e)
- (i32.const 1)
+ (set_local $f
+ (get_local $h)
)
- )
- (set_local $f
- (get_local $h)
- )
- (if
- (i32.eqz
- (i32.and
- (get_local $f)
- (i32.const 3)
+ (if
+ (i32.eqz
+ (i32.and
+ (get_local $f)
+ (i32.const 3)
+ )
)
- )
- (block
- (set_local $c
- (get_local $h)
+ (block
+ (set_local $c
+ (get_local $h)
+ )
+ (set_local $d
+ (i32.const 4)
+ )
+ (br $while-out$1)
)
- (set_local $d
- (i32.const 4)
+ (set_local $e
+ (get_local $h)
)
- (br $while-out$1)
- )
- (set_local $e
- (get_local $h)
)
+ (br $while-in$2)
)
- (br $while-in$2)
)
)
)
@@ -10054,45 +10113,47 @@
(set_local $d
(get_local $c)
)
- (loop $while-out$3 $while-in$4
- (set_local $c
- (i32.load
- (get_local $d)
+ (loop $while-in$4
+ (block $while-out$3
+ (set_local $c
+ (i32.load
+ (get_local $d)
+ )
)
- )
- (if
- (i32.eqz
- (i32.and
- (i32.xor
- (i32.and
- (get_local $c)
+ (if
+ (i32.eqz
+ (i32.and
+ (i32.xor
+ (i32.and
+ (get_local $c)
+ (i32.const -2139062144)
+ )
(i32.const -2139062144)
)
- (i32.const -2139062144)
+ (i32.add
+ (get_local $c)
+ (i32.const -16843009)
+ )
)
+ )
+ (set_local $d
(i32.add
- (get_local $c)
- (i32.const -16843009)
+ (get_local $d)
+ (i32.const 4)
)
)
- )
- (set_local $d
- (i32.add
- (get_local $d)
- (i32.const 4)
- )
- )
- (block
- (set_local $j
- (get_local $c)
- )
- (set_local $l
- (get_local $d)
+ (block
+ (set_local $j
+ (get_local $c)
+ )
+ (set_local $l
+ (get_local $d)
+ )
+ (br $while-out$3)
)
- (br $while-out$3)
)
+ (br $while-in$4)
)
- (br $while-in$4)
)
(if
(i32.eqz
@@ -10114,30 +10175,32 @@
(set_local $j
(get_local $l)
)
- (loop $while-out$5 $while-in$6
- (set_local $l
- (i32.add
- (get_local $j)
- (i32.const 1)
- )
- )
- (if
- (i32.eqz
- (i32.load8_s
- (get_local $l)
+ (loop $while-in$6
+ (block $while-out$5
+ (set_local $l
+ (i32.add
+ (get_local $j)
+ (i32.const 1)
)
)
- (block
- (set_local $m
+ (if
+ (i32.eqz
+ (i32.load8_s
+ (get_local $l)
+ )
+ )
+ (block
+ (set_local $m
+ (get_local $l)
+ )
+ (br $while-out$5)
+ )
+ (set_local $j
(get_local $l)
)
- (br $while-out$5)
- )
- (set_local $j
- (get_local $l)
)
+ (br $while-in$6)
)
- (br $while-in$6)
)
)
)
@@ -10206,82 +10269,84 @@
(set_local $c
(get_local $b)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.gt_s
- (i32.load
- (i32.add
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.gt_s
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 76)
+ )
+ )
+ (i32.const -1)
+ )
+ (set_local $f
+ (call $Ya
(get_local $e)
- (i32.const 76)
)
)
- (i32.const -1)
- )
- (set_local $f
- (call $Ya
- (get_local $e)
+ (set_local $f
+ (i32.const 0)
)
)
- (set_local $f
- (i32.const 0)
- )
- )
- (if
- (i32.gt_u
- (i32.load
- (i32.add
- (get_local $e)
- (i32.const 20)
+ (if
+ (i32.gt_u
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 20)
+ )
)
- )
- (i32.load
- (i32.add
- (get_local $e)
- (i32.const 28)
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 28)
+ )
)
)
- )
- (set_local $g
- (i32.or
- (call $$a
- (get_local $e)
+ (set_local $g
+ (i32.or
+ (call $$a
+ (get_local $e)
+ )
+ (get_local $c)
)
+ )
+ (set_local $g
(get_local $c)
)
)
- (set_local $g
- (get_local $c)
- )
- )
- (if
- (get_local $f)
- (call $Ta
- (get_local $e)
- )
- )
- (set_local $e
- (i32.load
- (i32.add
+ (if
+ (get_local $f)
+ (call $Ta
(get_local $e)
- (i32.const 56)
)
)
- )
- (if
- (i32.eqz
- (get_local $e)
+ (set_local $e
+ (i32.load
+ (i32.add
+ (get_local $e)
+ (i32.const 56)
+ )
+ )
)
- (block
- (set_local $d
+ (if
+ (i32.eqz
+ (get_local $e)
+ )
+ (block
+ (set_local $d
+ (get_local $g)
+ )
+ (br $while-out$2)
+ )
+ (set_local $c
(get_local $g)
)
- (br $while-out$2)
- )
- (set_local $c
- (get_local $g)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
@@ -10357,16 +10422,11 @@
(local $m i32)
(local $n i32)
(set_local $c
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -10490,6 +10550,9 @@
(if
(i32.eq
(call_indirect $FUNCSIG$iiii
+ (get_local $a)
+ (get_local $d)
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10502,9 +10565,6 @@
)
(i32.const 2)
)
- (get_local $a)
- (get_local $d)
- (i32.const 1)
)
(i32.const 1)
)
@@ -10520,8 +10580,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $c)
)
(return
@@ -10558,22 +10617,24 @@
)
)
(block
- (call_indirect $FUNCSIG$iiii
- (i32.add
- (i32.and
- (i32.load
- (i32.add
- (get_local $a)
- (i32.const 36)
+ (drop
+ (call_indirect $FUNCSIG$iiii
+ (get_local $a)
+ (i32.const 0)
+ (i32.const 0)
+ (i32.add
+ (i32.and
+ (i32.load
+ (i32.add
+ (get_local $a)
+ (i32.const 36)
+ )
)
+ (i32.const 3)
)
- (i32.const 3)
+ (i32.const 2)
)
- (i32.const 2)
)
- (get_local $a)
- (i32.const 0)
- (i32.const 0)
)
(if
(i32.eqz
@@ -10627,6 +10688,12 @@
(get_local $h)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $a)
+ (i32.sub
+ (get_local $f)
+ (get_local $h)
+ )
+ (i32.const 1)
(i32.add
(i32.and
(i32.load
@@ -10639,12 +10706,6 @@
)
(i32.const 2)
)
- (get_local $a)
- (i32.sub
- (get_local $f)
- (get_local $h)
- )
- (i32.const 1)
)
)
(i32.store
@@ -10709,129 +10770,135 @@
)
)
(block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $a)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (loop $while-in$1
+ (block $while-out$0
(if
(i32.eqz
- (get_local $c)
- )
- (return
- (get_local $d)
+ (i32.and
+ (get_local $a)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $a)
- (i32.load8_s
- (get_local $b)
+ (block
+ (if
+ (i32.eqz
+ (get_local $c)
+ )
+ (return
+ (get_local $d)
+ )
)
- )
- (set_local $a
- (i32.add
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $b)
+ )
)
- )
- (set_local $b
- (i32.add
- (get_local $b)
- (i32.const 1)
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
- )
- (set_local $c
- (i32.sub
- (get_local $c)
- (i32.const 1)
+ (set_local $b
+ (i32.add
+ (get_local $b)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $c)
- (i32.const 4)
+ (set_local $c
+ (i32.sub
+ (get_local $c)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $a)
- (i32.load
- (get_local $b)
+ )
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $c)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $a
- (i32.add
+ (block
+ (i32.store
(get_local $a)
- (i32.const 4)
+ (i32.load
+ (get_local $b)
+ )
)
- )
- (set_local $b
- (i32.add
- (get_local $b)
- (i32.const 4)
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 4)
+ )
)
- )
- (set_local $c
- (i32.sub
- (get_local $c)
- (i32.const 4)
+ (set_local $b
+ (i32.add
+ (get_local $b)
+ (i32.const 4)
+ )
+ )
+ (set_local $c
+ (i32.sub
+ (get_local $c)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $c)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $a)
- (i32.load8_s
- (get_local $b)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $c)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $a
- (i32.add
+ (block
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $b)
+ )
)
- )
- (set_local $b
- (i32.add
- (get_local $b)
- (i32.const 1)
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
- )
- (set_local $c
- (i32.sub
- (get_local $c)
- (i32.const 1)
+ (set_local $b
+ (i32.add
+ (get_local $b)
+ (i32.const 1)
+ )
+ )
+ (set_local $c
+ (i32.sub
+ (get_local $c)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $d)
@@ -10911,81 +10978,87 @@
(get_local $e)
)
)
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $a)
- (get_local $e)
+ (loop $while-in$1
+ (block $while-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $a)
+ (get_local $e)
+ )
)
+ (br $while-out$0)
)
- (br $while-out$0)
- )
- (block
- (i32.store8
- (get_local $a)
- (get_local $b)
- )
- (set_local $a
- (i32.add
+ (block
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$1)
)
- (br $while-in$1)
)
)
)
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $a)
- (get_local $g)
+ (loop $while-in$3
+ (block $while-out$2
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $a)
+ (get_local $g)
+ )
)
+ (br $while-out$2)
)
- (br $while-out$2)
- )
- (block
- (i32.store
- (get_local $a)
- (get_local $f)
- )
- (set_local $a
- (i32.add
+ (block
+ (i32.store
(get_local $a)
- (i32.const 4)
+ (get_local $f)
+ )
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $a)
- (get_local $d)
+ (loop $while-in$5
+ (block $while-out$4
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $a)
+ (get_local $d)
+ )
)
+ (br $while-out$4)
)
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $a)
- (get_local $b)
- )
- (set_local $a
- (i32.add
+ (block
+ (i32.store8
(get_local $a)
- (i32.const 1)
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.add
+ (get_local $a)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(i32.sub
@@ -11313,16 +11386,11 @@
(local $f i32)
(local $g i32)
(set_local $d
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 32)
)
)
@@ -11397,8 +11465,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $d)
)
(return
@@ -11409,16 +11476,11 @@
(local $d i32)
(local $e i32)
(set_local $d
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 80)
)
)
@@ -11490,8 +11552,7 @@
(get_local $c)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $d)
)
(return
@@ -11500,18 +11561,14 @@
)
(func $Ka (param $a i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $a)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 1)
)
(i32.load8_s
@@ -11523,9 +11580,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 2)
)
(i32.load8_s
@@ -11537,9 +11592,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 3)
)
(i32.load8_s
@@ -11551,9 +11604,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 4)
)
(i32.load8_s
@@ -11565,9 +11616,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 5)
)
(i32.load8_s
@@ -11579,9 +11628,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 6)
)
(i32.load8_s
@@ -11593,9 +11640,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 7)
)
(i32.load8_s
@@ -11610,16 +11655,11 @@
(local $b i32)
(local $c i32)
(set_local $b
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 16)
)
)
@@ -11643,8 +11683,7 @@
)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $b)
)
(return
@@ -11684,18 +11723,14 @@
)
(func $Ja (param $a i32)
(i32.store8
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.load8_s
(get_local $a)
)
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 1)
)
(i32.load8_s
@@ -11707,9 +11742,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 2)
)
(i32.load8_s
@@ -11721,9 +11754,7 @@
)
(i32.store8
(i32.add
- (i32.load
- (i32.const 24)
- )
+ (get_global $t)
(i32.const 3)
)
(i32.load8_s
@@ -11767,6 +11798,9 @@
(func $lb (param $a i32) (param $b i32) (param $c i32) (param $d i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $b)
+ (get_local $c)
+ (get_local $d)
(i32.add
(i32.and
(get_local $a)
@@ -11774,35 +11808,24 @@
)
(i32.const 2)
)
- (get_local $b)
- (get_local $c)
- (get_local $d)
)
)
)
(func $Ea (param $a i32) (result i32)
(local $b i32)
(set_local $b
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(get_local $a)
)
)
- (i32.store
- (i32.const 8)
+ (set_global $r
(i32.and
(i32.add
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
(i32.const 15)
)
(i32.const -16)
@@ -11838,17 +11861,13 @@
(func $Ia (param $a i32) (param $b i32)
(if
(i32.eqz
- (i32.load
- (i32.const 40)
- )
+ (get_global $v)
)
(block
- (i32.store
- (i32.const 40)
+ (set_global $v
(get_local $a)
)
- (i32.store
- (i32.const 48)
+ (set_global $w
(get_local $b)
)
)
@@ -11857,6 +11876,7 @@
(func $kb (param $a i32) (param $b i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $b)
(i32.add
(i32.and
(get_local $a)
@@ -11864,7 +11884,6 @@
)
(i32.const 0)
)
- (get_local $b)
)
)
)
@@ -11886,6 +11905,7 @@
)
(func $mb (param $a i32) (param $b i32)
(call_indirect $FUNCSIG$vi
+ (get_local $b)
(i32.add
(i32.and
(get_local $a)
@@ -11893,16 +11913,13 @@
)
(i32.const 6)
)
- (get_local $b)
)
)
(func $Ha (param $a i32) (param $b i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $a)
)
- (i32.store
- (i32.const 16)
+ (set_global $s
(get_local $b)
)
)
@@ -11915,8 +11932,10 @@
)
)
(func $Na (result i32)
- (call $db
- (i32.const 1144)
+ (drop
+ (call $db
+ (i32.const 1144)
+ )
)
(return
(i32.const 0)
@@ -11936,29 +11955,23 @@
)
)
(func $La (param $a i32)
- (i32.store
- (i32.const 160)
+ (set_global $K
(get_local $a)
)
)
(func $Ga (param $a i32)
- (i32.store
- (i32.const 8)
+ (set_global $r
(get_local $a)
)
)
(func $Ma (result i32)
(return
- (i32.load
- (i32.const 160)
- )
+ (get_global $K)
)
)
(func $Fa (result i32)
(return
- (i32.load
- (i32.const 8)
- )
+ (get_global $r)
)
)
(func $ib (result i32)
@@ -11966,7 +11979,7 @@
(i32.const 0)
)
)
- (func $__growWasmMemory (param $newSize i32)
+ (func $__growWasmMemory (param $newSize i32) (result i32)
(grow_memory
(get_local $newSize)
)
diff --git a/test/min.fromasm b/test/min.fromasm
index b5d826e4f..54380a4ec 100644
--- a/test/min.fromasm
+++ b/test/min.fromasm
@@ -1,7 +1,12 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "floats" $floats)
+ (data (get_global $memoryBase) "min.asm.js")
+ (import "env" "tempDoublePtr" (global $tDP i32))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "floats" (func $floats))
(func $floats (param $0 f32) (result f32)
(local $1 f32)
(f32.add
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise
index b5d826e4f..b07aba04e 100644
--- a/test/min.fromasm.imprecise
+++ b/test/min.fromasm.imprecise
@@ -1,7 +1,11 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "floats" $floats)
+ (import "env" "tempDoublePtr" (global $tDP i32))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "floats" (func $floats))
(func $floats (param $0 f32) (result f32)
(local $1 f32)
(f32.add
diff --git a/test/min.fromasm.imprecise.no-opts b/test/min.fromasm.imprecise.no-opts
index 4e90b3f34..dd89a9eed 100644
--- a/test/min.fromasm.imprecise.no-opts
+++ b/test/min.fromasm.imprecise.no-opts
@@ -1,7 +1,11 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "floats" $floats)
+ (import "env" "tempDoublePtr" (global $tDP i32))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "floats" (func $floats))
(func $floats (param $f f32) (result f32)
(local $t f32)
(return
@@ -31,16 +35,22 @@
)
)
(func $bitcasts (param $i i32) (param $f f32)
- (f32.reinterpret/i32
- (get_local $i)
- )
- (f64.promote/f32
+ (drop
(f32.reinterpret/i32
(get_local $i)
)
)
- (i32.reinterpret/f32
- (get_local $f)
+ (drop
+ (f64.promote/f32
+ (f32.reinterpret/i32
+ (get_local $i)
+ )
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (get_local $f)
+ )
)
)
(func $ctzzzz (result i32)
diff --git a/test/min.fromasm.no-opts b/test/min.fromasm.no-opts
index 4e90b3f34..dd89a9eed 100644
--- a/test/min.fromasm.no-opts
+++ b/test/min.fromasm.no-opts
@@ -1,7 +1,11 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "floats" $floats)
+ (import "env" "tempDoublePtr" (global $tDP i32))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "floats" (func $floats))
(func $floats (param $f f32) (result f32)
(local $t f32)
(return
@@ -31,16 +35,22 @@
)
)
(func $bitcasts (param $i i32) (param $f f32)
- (f32.reinterpret/i32
- (get_local $i)
- )
- (f64.promote/f32
+ (drop
(f32.reinterpret/i32
(get_local $i)
)
)
- (i32.reinterpret/f32
- (get_local $f)
+ (drop
+ (f64.promote/f32
+ (f32.reinterpret/i32
+ (get_local $i)
+ )
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (get_local $f)
+ )
)
)
(func $ctzzzz (result i32)
diff --git a/test/min.wast b/test/min.wast
index 44d848991..e5472fb77 100644
--- a/test/min.wast
+++ b/test/min.wast
@@ -4,7 +4,7 @@
(type $1 (func (param i32 i32) (result f32)))
(type $2 (func (param i32) (result i32)))
(type $3 (func (param i32 i32 i32) (result i32)))
- (export "floats" $floats)
+ (export "floats" (func $floats))
(func $floats (type $0) (param $f f32) (result f32)
(local $t f32)
(f32.add
@@ -14,7 +14,7 @@
)
(func $neg (type $1) (param $k i32) (param $p i32) (result f32)
(local $n f32)
- (set_local $n
+ (tee_local $n
(f32.neg
(block $block0
(i32.store
diff --git a/test/min.wast.fromBinary b/test/min.wast.fromBinary
index f48fdf8ec..33515c61c 100644
--- a/test/min.wast.fromBinary
+++ b/test/min.wast.fromBinary
@@ -4,7 +4,7 @@
(type $1 (func (param i32 i32) (result f32)))
(type $2 (func (param i32) (result i32)))
(type $3 (func (param i32 i32 i32) (result i32)))
- (export "floats" $floats)
+ (export "floats" (func $floats))
(func $floats (type $0) (param $var$0 f32) (result f32)
(local $var$1 f32)
(f32.add
@@ -14,7 +14,7 @@
)
(func $neg (type $1) (param $var$0 i32) (param $var$1 i32) (result f32)
(local $var$2 f32)
- (set_local $var$2
+ (tee_local $var$2
(f32.neg
(block $label$0
(i32.store
diff --git a/test/passes/coalesce-locals-learning.txt b/test/passes/coalesce-locals-learning.txt
index 44ad12f53..f5622d097 100644
--- a/test/passes/coalesce-locals-learning.txt
+++ b/test/passes/coalesce-locals-learning.txt
@@ -5,7 +5,7 @@
(type $2 (func))
(type $3 (func (param i32 f32)))
(type $4 (func (param i32)))
- (import $_emscripten_autodebug_i32 "env" "_emscripten_autodebug_i32" (param i32 i32) (result i32))
+ (import "env" "_emscripten_autodebug_i32" (func $_emscripten_autodebug_i32 (param i32 i32) (result i32)))
(func $nothing-to-do (type $2)
(local $0 i32)
(nop)
@@ -28,35 +28,49 @@
(set_local $1
(i32.const 0)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $almost-interfere (type $2)
(local $0 i32)
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $redundant-copy (type $2)
(local $0 i32)
(set_local $0
(i32.const 0)
)
- (get_local $0)
- (get_local $0)
+ (nop)
+ (drop
+ (get_local $0)
+ )
)
(func $ineffective-store (type $2)
(local $0 i32)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $block (type $2)
(local $0 i32)
@@ -65,7 +79,9 @@
(i32.const 0)
)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $see-both-sides (type $2)
(local $0 i32)
@@ -78,8 +94,12 @@
(i32.const 0)
)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $see-br-and-ignore-dead (type $2)
(local $0 i32)
@@ -88,11 +108,19 @@
)
(block $block
(br $block)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (i32.const -1)
+ )
+ )
+ (drop
(get_local $0)
- (i32.const -1)
)
- (get_local $0)
)
(func $see-block-body (type $2)
(local $0 i32)
@@ -104,30 +132,46 @@
(set_local $1
(i32.const 0)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
(br $block)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $zero-init (type $2)
(local $0 i32)
(local $1 i32)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $multi (type $2)
(local $0 i32)
(local $1 i32)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $if-else (type $2)
(local $0 i32)
(local $1 i32)
(if
(i32.const 0)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(func $if-else-parallel (type $2)
@@ -138,13 +182,17 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(block $block3
(set_local $0
(i32.const 1)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
)
)
@@ -160,8 +208,12 @@
(i32.const 1)
)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $if-else-through (type $2)
(local $0 i32)
@@ -174,11 +226,19 @@
)
(if
(i32.const 0)
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
)
- (get_local $0)
- (get_local $1)
)
(func $if-through (type $2)
(local $0 i32)
@@ -191,10 +251,16 @@
)
(if
(i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
)
- (get_local $0)
- (get_local $1)
)
(func $if-through2 (type $2)
(local $0 i32)
@@ -208,8 +274,12 @@
(i32.const 1)
)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $if-through2 (type $2)
(local $0 i32)
@@ -220,8 +290,12 @@
(if
(i32.const 0)
(block $block1
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -229,12 +303,16 @@
(local $0 i32)
(local $1 i32)
(if
- (set_local $0
+ (tee_local $0
(i32.const 0)
)
(block $block1
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -247,10 +325,14 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
)
(func $if4 (type $2)
(local $0 i32)
@@ -260,13 +342,17 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
(set_local $0
(i32.const 1)
)
)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $if5 (type $2)
(local $0 i32)
@@ -274,57 +360,85 @@
(if
(i32.const 0)
(block $block1
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
(set_local $1
(i32.const 1)
)
)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
)
(func $loop (type $2)
(local $0 i32)
(local $1 i32)
- (loop $out $in
- (get_local $0)
- (set_local $0
- (i32.const 0)
+ (block $out
+ (loop $in
+ (drop
+ (get_local $0)
+ )
+ (set_local $0
+ (i32.const 0)
+ )
+ (drop
+ (get_local $1)
+ )
+ (br $in)
)
- (get_local $1)
- (br $in)
)
)
(func $interfere-in-dead (type $2)
(local $0 i32)
(block $block
(br $block)
- (get_local $0)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $0)
+ )
)
)
(func $interfere-in-dead2 (type $2)
(local $0 i32)
(block $block
(unreachable)
- (get_local $0)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $0)
+ )
)
)
(func $interfere-in-dead3 (type $2)
(local $0 i32)
(block $block
(return)
- (get_local $0)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $0)
+ )
)
)
(func $params (type $3) (param $0 i32) (param $1 f32)
(local $2 i32)
(local $3 i32)
(local $4 i32)
- (get_local $2)
- (get_local $3)
- (get_local $4)
+ (drop
+ (get_local $2)
+ )
+ (drop
+ (get_local $3)
+ )
+ (drop
+ (get_local $4)
+ )
)
(func $interfere-in-dead (type $2)
(local $0 i32)
@@ -333,8 +447,12 @@
(br_if $block
(i32.const 0)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(func $switch (type $2)
@@ -347,13 +465,21 @@
(br_table $switch-case$1 $switch-case$2 $switch-case$1 $switch-case$1 $switch$def
(i32.const 100)
)
+ (drop
+ (get_local $0)
+ )
+ )
+ (drop
(get_local $0)
)
- (get_local $0)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
+ )
+ (drop
+ (get_local $2)
)
- (get_local $2)
)
(func $greedy-can-be-happy (type $2)
(local $0 i32)
@@ -371,8 +497,12 @@
(set_local $1
(i32.const 101)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block5
(set_local $0
@@ -381,8 +511,12 @@
(set_local $1
(i32.const 103)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(if
@@ -394,8 +528,12 @@
(set_local $1
(i32.const 105)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block10
(set_local $0
@@ -404,8 +542,12 @@
(set_local $1
(i32.const 107)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -418,8 +560,12 @@
(set_local $1
(i32.const 109)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block15
(set_local $0
@@ -428,8 +574,12 @@
(set_local $1
(i32.const 111)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -450,8 +600,12 @@
(set_local $1
(i32.const 101)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block5
(set_local $0
@@ -460,8 +614,12 @@
(set_local $1
(i32.const 103)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(if
@@ -473,8 +631,12 @@
(set_local $1
(i32.const 105)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block10
(set_local $0
@@ -483,8 +645,12 @@
(set_local $1
(i32.const 107)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -497,8 +663,12 @@
(set_local $1
(i32.const 109)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block15
(set_local $0
@@ -507,8 +677,12 @@
(set_local $1
(i32.const 111)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -520,7 +694,9 @@
(get_local $2)
(i32.const 4096)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(set_local $3
(get_local $0)
@@ -537,129 +713,135 @@
)
)
(block $block2
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block $block4
+ (block $while-out$0
+ (loop $while-in$1
(if
(i32.eqz
- (get_local $2)
- )
- (return
- (get_local $3)
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (block $block4
+ (if
+ (i32.eqz
+ (get_local $2)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block $block7
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (block $while-out$2
+ (loop $while-in$3
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $0
- (i32.add
+ (block $block7
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block $block9
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (block $while-out$4
+ (loop $while-in$5
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $0
- (i32.add
+ (block $block9
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $3)
@@ -679,6 +861,8 @@
)
(nop)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
)
diff --git a/test/passes/coalesce-locals-learning.wast b/test/passes/coalesce-locals-learning.wast
index a7152d16a..469a034ba 100644
--- a/test/passes/coalesce-locals-learning.wast
+++ b/test/passes/coalesce-locals-learning.wast
@@ -1,288 +1,474 @@
(module
(memory 10)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
+ (type $FUNCSIG$iii (func (param i32 i32) (result i32)))
+ (type $2 (func))
+ (type $3 (func (param i32 f32)))
+ (type $4 (func (param i32)))
(import $_emscripten_autodebug_i32 "env" "_emscripten_autodebug_i32" (param i32 i32) (result i32))
- (table)
- (func $nothing-to-do
+ (func $nothing-to-do (type $2)
(local $x i32)
+ (nop)
)
- (func $merge
+ (func $merge (type $2)
(local $x i32)
(local $y i32)
+ (nop)
)
- (func $leave-type
+ (func $leave-type (type $2)
(local $x i32)
(local $y f32)
+ (nop)
)
- (func $leave-interfere
+ (func $leave-interfere (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 0))
- (get_local $x)
- (get_local $y)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $almost-interfere
+ (func $almost-interfere (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (get_local $x)
- (set_local $y (i32.const 0))
- (get_local $y)
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $redundant-copy
+ (func $redundant-copy (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (get_local $x))
- (get_local $y)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $ineffective-store
+ (func $ineffective-store (type $2)
(local $x i32)
- (set_local $x (i32.const 0))
- (set_local $x (i32.const 0))
- (get_local $x)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
)
- (func $block
+ (func $block (type $2)
(local $x i32)
- (block
- (set_local $x (i32.const 0))
+ (block $block0
+ (set_local $x
+ (i32.const 0)
+ )
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x)
)
- (func $see-both-sides
+ (func $see-both-sides (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (block
- (set_local $y (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
+ (block $block0
+ (set_local $y
+ (i32.const 0)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
)
- (get_local $x)
- (get_local $y)
)
- (func $see-br-and-ignore-dead
+ (func $see-br-and-ignore-dead (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(block $block
(br $block)
- (set_local $y (i32.const 0))
- (get_local $y)
- (set_local $x (i32.const -1))
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
+ (set_local $x
+ (i32.const -1)
+ )
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x)
)
- (func $see-block-body
+ (func $see-block-body (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(block $block
- (set_local $y (i32.const 0))
- (get_local $y)
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
(br $block)
)
- (get_local $x)
+ (drop
+ (get_local $x)
+ )
)
- (func $zero-init
+ (func $zero-init (type $2)
(local $x i32)
(local $y i32)
- (get_local $x)
- (get_local $y)
- )
- (func $multi
- (local $x i32) ;; x is free, but y and z conflict
- (local $y i32)
- (local $z i32)
- (get_local $y)
- (get_local $z)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $if-else
+ (func $multi (type $2)
(local $x i32)
(local $y i32)
- (if ;; x and y conflict when they are merged into their shared predecessor
- (i32.const 0)
- (get_local $x)
+ (local $z i32)
+ (drop
(get_local $y)
)
+ (drop
+ (get_local $z)
+ )
)
- (func $if-else-parallel
+ (func $if-else (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (set_local $x (i32.const 0))
+ (drop
(get_local $x)
)
- (block
- (set_local $y (i32.const 1))
+ (drop
(get_local $y)
)
)
)
- (func $if-else-after
+ (func $if-else-parallel (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 1))
+ (block $block1
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ )
+ (block $block3
+ (set_local $y
+ (i32.const 1)
+ )
+ (drop
+ (get_local $y)
+ )
+ )
)
- (get_local $x)
- (get_local $y)
)
- (func $if-else-through
+ (func $if-else-after (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 1))
(if
(i32.const 0)
- (i32.const 1)
- (i32.const 2)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
)
- (get_local $x)
- (get_local $y)
)
- (func $if-through
+ (func $if-else-through (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 1))
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
(if
(i32.const 0)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
+ )
+ (func $if-through (type $2)
+ (local $x i32)
+ (local $y i32)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
(i32.const 1)
)
- (get_local $x)
- (get_local $y)
+ (if
+ (i32.const 0)
+ (drop
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $if-through2
+ (func $if-through2 (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(if
(i32.const 0)
- (set_local $y (i32.const 1))
+ (set_local $y
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
)
- (get_local $x)
- (get_local $y)
)
- (func $if-through2
+ (func $if-through2 (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(if
(i32.const 0)
- (block
- (get_local $x)
- (get_local $y)
+ (block $block1
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
)
- (func $if2
+ (func $if2 (type $2)
(local $x i32)
(local $y i32)
(if
- (set_local $x (i32.const 0))
- (block
- (get_local $x)
- (get_local $y)
+ (tee_local $x
+ (i32.const 0)
+ )
+ (block $block1
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
)
- (func $if3
+ (func $if3 (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (set_local $x (i32.const 0))
- (get_local $x)
+ (block $block1
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
)
)
- (get_local $y)
+ (drop
+ (get_local $y)
+ )
)
- (func $if4
+ (func $if4 (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (set_local $x (i32.const 0))
- (get_local $x)
- (set_local $y (i32.const 1)) ;; we might not go through here, but it's ok
+ (block $block1
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
)
)
- (get_local $y)
+ (drop
+ (get_local $y)
+ )
)
- (func $if5
+ (func $if5 (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (get_local $x) ;; we might go through here, and it causes interference
- (set_local $y (i32.const 1))
+ (block $block1
+ (drop
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
)
)
- (get_local $y)
+ (drop
+ (get_local $y)
+ )
)
- (func $loop
+ (func $loop (type $2)
(local $x i32)
(local $y i32)
- (loop $out $in
- (get_local $x)
- (set_local $x (i32.const 0)) ;; effective, due to looping
- (get_local $y)
- (br $in)
+ (block $out
+ (loop $in
+ (drop
+ (get_local $x)
+ )
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
+ (br $in)
+ )
)
)
- (func $interfere-in-dead
+ (func $interfere-in-dead (type $2)
(local $x i32)
(local $y i32)
(block $block
(br $block)
- (get_local $x)
- (get_local $y)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $interfere-in-dead2
+ (func $interfere-in-dead2 (type $2)
(local $x i32)
(local $y i32)
(block $block
(unreachable)
- (get_local $x)
- (get_local $y)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $interfere-in-dead3
+ (func $interfere-in-dead3 (type $2)
(local $x i32)
(local $y i32)
(block $block
(return)
- (get_local $x)
- (get_local $y)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $params (param $p i32) (param $q f32)
- (local $x i32) ;; x is free, but others conflict
+ (func $params (type $3) (param $p i32) (param $q f32)
+ (local $x i32)
(local $y i32)
(local $z i32)
(local $w i32)
- (get_local $y)
- (get_local $z)
- (get_local $w)
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (get_local $z)
+ )
+ (drop
+ (get_local $w)
+ )
)
- (func $interfere-in-dead
+ (func $interfere-in-dead (type $2)
(local $x i32)
(local $y i32)
(block $block
- (br_if $block (i32.const 0))
- (get_local $x)
- (get_local $y)
+ (br_if $block
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $switch
+ (func $switch (type $2)
(local $x i32)
(local $y i32)
(local $z i32)
@@ -293,15 +479,23 @@
(br_table $switch-case$1 $switch-case$2 $switch-case$1 $switch-case$1 $switch$def
(i32.const 100)
)
- (get_local $x) ;; unreachable
+ (drop
+ (get_local $x)
+ )
+ )
+ (drop
+ (get_local $y)
)
- (get_local $y)
)
- (get_local $z)
+ (drop
+ (get_local $z)
+ )
+ )
+ (drop
+ (get_local $w)
)
- (get_local $w)
)
- (func $greedy-can-be-happy
+ (func $greedy-can-be-happy (type $2)
(local $x1 i32)
(local $x2 i32)
(local $x3 i32)
@@ -314,53 +508,101 @@
(i32.const 1)
(if
(i32.const 2)
- (block
- (set_local $x1 (i32.const 100))
- (set_local $y2 (i32.const 101))
- (get_local $x1)
- (get_local $y2)
+ (block $block3
+ (set_local $x1
+ (i32.const 100)
+ )
+ (set_local $y2
+ (i32.const 101)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y2)
+ )
)
- (block
- (set_local $x1 (i32.const 102))
- (set_local $y3 (i32.const 103))
- (get_local $x1)
- (get_local $y3)
+ (block $block5
+ (set_local $x1
+ (i32.const 102)
+ )
+ (set_local $y3
+ (i32.const 103)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
(if
(i32.const 3)
- (block
- (set_local $x2 (i32.const 104))
- (set_local $y1 (i32.const 105))
- (get_local $x2)
- (get_local $y1)
+ (block $block8
+ (set_local $x2
+ (i32.const 104)
+ )
+ (set_local $y1
+ (i32.const 105)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x2 (i32.const 106))
- (set_local $y3 (i32.const 107))
- (get_local $x2)
- (get_local $y3)
+ (block $block10
+ (set_local $x2
+ (i32.const 106)
+ )
+ (set_local $y3
+ (i32.const 107)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
)
(if
(i32.const 4)
- (block
- (set_local $x3 (i32.const 108))
- (set_local $y1 (i32.const 109))
- (get_local $x3)
- (get_local $y1)
+ (block $block13
+ (set_local $x3
+ (i32.const 108)
+ )
+ (set_local $y1
+ (i32.const 109)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x3 (i32.const 110))
- (set_local $y2 (i32.const 111))
- (get_local $x3)
- (get_local $y2)
+ (block $block15
+ (set_local $x3
+ (i32.const 110)
+ )
+ (set_local $y2
+ (i32.const 111)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y2)
+ )
)
)
)
)
- (func $greedy-can-be-sad
+ (func $greedy-can-be-sad (type $2)
(local $x1 i32)
(local $y1 i32)
(local $x2 i32)
@@ -373,63 +615,110 @@
(i32.const 1)
(if
(i32.const 2)
- (block
- (set_local $x1 (i32.const 100))
- (set_local $y2 (i32.const 101))
- (get_local $x1)
- (get_local $y2)
+ (block $block3
+ (set_local $x1
+ (i32.const 100)
+ )
+ (set_local $y2
+ (i32.const 101)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y2)
+ )
)
- (block
- (set_local $x1 (i32.const 102))
- (set_local $y3 (i32.const 103))
- (get_local $x1)
- (get_local $y3)
+ (block $block5
+ (set_local $x1
+ (i32.const 102)
+ )
+ (set_local $y3
+ (i32.const 103)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
(if
(i32.const 3)
- (block
- (set_local $x2 (i32.const 104))
- (set_local $y1 (i32.const 105))
- (get_local $x2)
- (get_local $y1)
+ (block $block8
+ (set_local $x2
+ (i32.const 104)
+ )
+ (set_local $y1
+ (i32.const 105)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x2 (i32.const 106))
- (set_local $y3 (i32.const 107))
- (get_local $x2)
- (get_local $y3)
+ (block $block10
+ (set_local $x2
+ (i32.const 106)
+ )
+ (set_local $y3
+ (i32.const 107)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
)
(if
(i32.const 4)
- (block
- (set_local $x3 (i32.const 108))
- (set_local $y1 (i32.const 109))
- (get_local $x3)
- (get_local $y1)
+ (block $block13
+ (set_local $x3
+ (i32.const 108)
+ )
+ (set_local $y1
+ (i32.const 109)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x3 (i32.const 110))
- (set_local $y2 (i32.const 111))
- (get_local $x3)
- (get_local $y2)
+ (block $block15
+ (set_local $x3
+ (i32.const 110)
+ )
+ (set_local $y2
+ (i32.const 111)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y2)
+ )
)
)
)
)
- (func $_memcpy (param $i1 i32) (param $i2 i32) (param $i3 i32) (result i32)
+ (func $_memcpy (type $FUNCSIG$iiii) (param $i1 i32) (param $i2 i32) (param $i3 i32) (result i32)
(local $i4 i32)
(if
(i32.ge_s
(get_local $i3)
(i32.const 4096)
)
- (get_local $i1)
- (get_local $i2)
- (get_local $i3)
- (return)
+ (drop
+ (get_local $i1)
+ )
)
(set_local $i4
(get_local $i1)
@@ -445,150 +734,157 @@
(i32.const 3)
)
)
- (block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $i1)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (block $block2
+ (block $while-out$0
+ (loop $while-in$1
(if
(i32.eqz
- (get_local $i3)
- )
- (return
- (get_local $i4)
+ (i32.and
+ (get_local $i1)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (block $block4
+ (if
+ (i32.eqz
+ (get_local $i3)
+ )
+ (return
+ (get_local $i4)
+ )
)
- )
- (set_local $i1
- (i32.add
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $i3)
- (i32.const 4)
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $i1)
- (i32.load
- (get_local $i2)
+ )
+ (block $while-out$2
+ (loop $while-in$3
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $i3)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $i1
- (i32.add
+ (block $block7
+ (i32.store
(get_local $i1)
- (i32.const 4)
+ (i32.load
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 4)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 4)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 4)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 4)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $i3)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (block $while-out$4
+ (loop $while-in$5
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $i3)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $i1
- (i32.add
+ (block $block9
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $i4)
)
)
- (func $this-is-effective-i-tell-you (param $x i32)
+ (func $this-is-effective-i-tell-you (type $4) (param $x i32)
(if
(i32.const -1)
- (block
- (if ;; this is important for the bug
+ (block $block1
+ (if
(i32.const 0)
(nop)
)
- (set_local $x ;; this set is effective!
+ (set_local $x
(i32.const 1)
)
)
- (nop) ;; this is enough for the bug
+ (nop)
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x) ;; this ends up with the wrong value in the test
)
)
-
diff --git a/test/passes/coalesce-locals.txt b/test/passes/coalesce-locals.txt
index c24cf34e9..3836cfadb 100644
--- a/test/passes/coalesce-locals.txt
+++ b/test/passes/coalesce-locals.txt
@@ -5,7 +5,7 @@
(type $2 (func))
(type $3 (func (param i32 f32)))
(type $4 (func (param i32)))
- (import $_emscripten_autodebug_i32 "env" "_emscripten_autodebug_i32" (param i32 i32) (result i32))
+ (import "env" "_emscripten_autodebug_i32" (func $_emscripten_autodebug_i32 (param i32 i32) (result i32)))
(func $nothing-to-do (type $2)
(local $0 i32)
(nop)
@@ -28,35 +28,49 @@
(set_local $1
(i32.const 0)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $almost-interfere (type $2)
(local $0 i32)
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $redundant-copy (type $2)
(local $0 i32)
(set_local $0
(i32.const 0)
)
- (get_local $0)
- (get_local $0)
+ (nop)
+ (drop
+ (get_local $0)
+ )
)
(func $ineffective-store (type $2)
(local $0 i32)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $block (type $2)
(local $0 i32)
@@ -65,7 +79,9 @@
(i32.const 0)
)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $see-both-sides (type $2)
(local $0 i32)
@@ -78,8 +94,12 @@
(i32.const 0)
)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $see-br-and-ignore-dead (type $2)
(local $0 i32)
@@ -88,11 +108,19 @@
)
(block $block
(br $block)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (i32.const -1)
+ )
+ )
+ (drop
(get_local $0)
- (i32.const -1)
)
- (get_local $0)
)
(func $see-block-body (type $2)
(local $0 i32)
@@ -104,30 +132,46 @@
(set_local $1
(i32.const 0)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
(br $block)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $zero-init (type $2)
(local $0 i32)
(local $1 i32)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $multi (type $2)
(local $0 i32)
(local $1 i32)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $if-else (type $2)
(local $0 i32)
(local $1 i32)
(if
(i32.const 0)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(func $if-else-parallel (type $2)
@@ -138,13 +182,17 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(block $block3
(set_local $0
(i32.const 1)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
)
)
@@ -160,8 +208,12 @@
(i32.const 1)
)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $if-else-through (type $2)
(local $0 i32)
@@ -174,11 +226,19 @@
)
(if
(i32.const 0)
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
)
- (get_local $0)
- (get_local $1)
)
(func $if-through (type $2)
(local $0 i32)
@@ -191,10 +251,16 @@
)
(if
(i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
)
- (get_local $0)
- (get_local $1)
)
(func $if-through2 (type $2)
(local $0 i32)
@@ -208,8 +274,12 @@
(i32.const 1)
)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $if-through2 (type $2)
(local $0 i32)
@@ -220,8 +290,12 @@
(if
(i32.const 0)
(block $block1
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -229,12 +303,16 @@
(local $0 i32)
(local $1 i32)
(if
- (set_local $0
+ (tee_local $0
(i32.const 0)
)
(block $block1
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -247,10 +325,14 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
)
(func $if4 (type $2)
(local $0 i32)
@@ -260,13 +342,17 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
(set_local $0
(i32.const 1)
)
)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $if5 (type $2)
(local $0 i32)
@@ -274,23 +360,31 @@
(if
(i32.const 0)
(block $block1
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
(set_local $1
(i32.const 1)
)
)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
)
(func $loop (type $2)
(local $0 i32)
(local $1 i32)
- (loop $out $in
- (get_local $0)
+ (loop $in
+ (drop
+ (get_local $0)
+ )
(set_local $0
(i32.const 0)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
(br $in)
)
)
@@ -298,33 +392,51 @@
(local $0 i32)
(block $block
(br $block)
- (get_local $0)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $0)
+ )
)
)
(func $interfere-in-dead2 (type $2)
(local $0 i32)
(block $block
(unreachable)
- (get_local $0)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $0)
+ )
)
)
(func $interfere-in-dead3 (type $2)
(local $0 i32)
(block $block
(return)
- (get_local $0)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $0)
+ )
)
)
(func $params (type $3) (param $0 i32) (param $1 f32)
(local $2 i32)
(local $3 i32)
(local $4 i32)
- (get_local $2)
- (get_local $3)
- (get_local $4)
+ (drop
+ (get_local $2)
+ )
+ (drop
+ (get_local $3)
+ )
+ (drop
+ (get_local $4)
+ )
)
(func $interfere-in-dead (type $2)
(local $0 i32)
@@ -333,8 +445,12 @@
(br_if $block
(i32.const 0)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(func $switch (type $2)
@@ -347,13 +463,21 @@
(br_table $switch-case$1 $switch-case$2 $switch-case$1 $switch-case$1 $switch$def
(i32.const 100)
)
+ (drop
+ (get_local $0)
+ )
+ )
+ (drop
(get_local $0)
)
- (get_local $0)
)
- (get_local $1)
+ (drop
+ (get_local $1)
+ )
+ )
+ (drop
+ (get_local $2)
)
- (get_local $2)
)
(func $greedy-can-be-happy (type $2)
(local $0 i32)
@@ -371,8 +495,12 @@
(set_local $1
(i32.const 101)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block5
(set_local $0
@@ -381,8 +509,12 @@
(set_local $1
(i32.const 103)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
(if
@@ -394,8 +526,12 @@
(set_local $1
(i32.const 105)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block10
(set_local $0
@@ -404,8 +540,12 @@
(set_local $1
(i32.const 107)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -418,8 +558,12 @@
(set_local $1
(i32.const 109)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block15
(set_local $0
@@ -428,8 +572,12 @@
(set_local $1
(i32.const 111)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -451,8 +599,12 @@
(set_local $1
(i32.const 101)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(block $block5
(set_local $0
@@ -461,8 +613,12 @@
(set_local $2
(i32.const 103)
)
- (get_local $0)
- (get_local $2)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $2)
+ )
)
)
(if
@@ -474,8 +630,12 @@
(set_local $0
(i32.const 105)
)
- (get_local $1)
- (get_local $0)
+ (drop
+ (get_local $1)
+ )
+ (drop
+ (get_local $0)
+ )
)
(block $block10
(set_local $1
@@ -484,8 +644,12 @@
(set_local $2
(i32.const 107)
)
- (get_local $1)
- (get_local $2)
+ (drop
+ (get_local $1)
+ )
+ (drop
+ (get_local $2)
+ )
)
)
)
@@ -498,8 +662,12 @@
(set_local $0
(i32.const 109)
)
- (get_local $2)
- (get_local $0)
+ (drop
+ (get_local $2)
+ )
+ (drop
+ (get_local $0)
+ )
)
(block $block15
(set_local $2
@@ -508,8 +676,12 @@
(set_local $1
(i32.const 111)
)
- (get_local $2)
- (get_local $1)
+ (drop
+ (get_local $2)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
)
@@ -521,7 +693,9 @@
(get_local $2)
(i32.const 4096)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(set_local $3
(get_local $0)
@@ -538,129 +712,135 @@
)
)
(block $block2
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $0)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block $block4
+ (block $while-out$0
+ (loop $while-in$1
(if
(i32.eqz
- (get_local $2)
- )
- (return
- (get_local $3)
+ (i32.and
+ (get_local $0)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (block $block4
+ (if
+ (i32.eqz
+ (get_local $2)
+ )
+ (return
+ (get_local $3)
+ )
)
- )
- (set_local $0
- (i32.add
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $2)
- (i32.const 4)
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block $block7
- (i32.store
- (get_local $0)
- (i32.load
- (get_local $1)
+ )
+ (block $while-out$2
+ (loop $while-in$3
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $2)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $0
- (i32.add
+ (block $block7
+ (i32.store
(get_local $0)
- (i32.const 4)
+ (i32.load
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 4)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 4)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 4)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 4)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $2)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block $block9
- (i32.store8
- (get_local $0)
- (i32.load8_s
- (get_local $1)
+ (block $while-out$4
+ (loop $while-in$5
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $2)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $0
- (i32.add
+ (block $block9
+ (i32.store8
(get_local $0)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $1)
+ )
)
- )
- (set_local $1
- (i32.add
- (get_local $1)
- (i32.const 1)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
)
- )
- (set_local $2
- (i32.sub
- (get_local $2)
- (i32.const 1)
+ (set_local $1
+ (i32.add
+ (get_local $1)
+ (i32.const 1)
+ )
+ )
+ (set_local $2
+ (i32.sub
+ (get_local $2)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $3)
@@ -680,7 +860,9 @@
)
(nop)
)
- (get_local $0)
+ (drop
+ (get_local $0)
+ )
)
(func $prefer-remove-copies1 (type $2)
(local $0 i32)
@@ -688,12 +870,16 @@
(set_local $0
(i32.const 0)
)
- (get_local $0)
+ (nop)
(set_local $1
(i32.const 1)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
(func $prefer-remove-copies1 (type $2)
(local $0 i32)
@@ -701,11 +887,15 @@
(set_local $1
(i32.const 0)
)
- (get_local $1)
+ (nop)
(set_local $0
(i32.const 1)
)
- (get_local $0)
- (get_local $1)
+ (drop
+ (get_local $0)
+ )
+ (drop
+ (get_local $1)
+ )
)
)
diff --git a/test/passes/coalesce-locals.wast b/test/passes/coalesce-locals.wast
index a7cd6adc1..713fd7dd9 100644
--- a/test/passes/coalesce-locals.wast
+++ b/test/passes/coalesce-locals.wast
@@ -1,288 +1,472 @@
(module
(memory 10)
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
+ (type $FUNCSIG$iii (func (param i32 i32) (result i32)))
+ (type $2 (func))
+ (type $3 (func (param i32 f32)))
+ (type $4 (func (param i32)))
(import $_emscripten_autodebug_i32 "env" "_emscripten_autodebug_i32" (param i32 i32) (result i32))
- (table)
- (func $nothing-to-do
+ (func $nothing-to-do (type $2)
(local $x i32)
+ (nop)
)
- (func $merge
+ (func $merge (type $2)
(local $x i32)
(local $y i32)
+ (nop)
)
- (func $leave-type
+ (func $leave-type (type $2)
(local $x i32)
(local $y f32)
+ (nop)
)
- (func $leave-interfere
+ (func $leave-interfere (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 0))
- (get_local $x)
- (get_local $y)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $almost-interfere
+ (func $almost-interfere (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (get_local $x)
- (set_local $y (i32.const 0))
- (get_local $y)
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $redundant-copy
+ (func $redundant-copy (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (get_local $x))
- (get_local $y)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $ineffective-store
+ (func $ineffective-store (type $2)
(local $x i32)
- (set_local $x (i32.const 0))
- (set_local $x (i32.const 0))
- (get_local $x)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
)
- (func $block
+ (func $block (type $2)
(local $x i32)
- (block
- (set_local $x (i32.const 0))
+ (block $block0
+ (set_local $x
+ (i32.const 0)
+ )
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x)
)
- (func $see-both-sides
+ (func $see-both-sides (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (block
- (set_local $y (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
+ (block $block0
+ (set_local $y
+ (i32.const 0)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
)
- (get_local $x)
- (get_local $y)
)
- (func $see-br-and-ignore-dead
+ (func $see-br-and-ignore-dead (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(block $block
(br $block)
- (set_local $y (i32.const 0))
- (get_local $y)
- (set_local $x (i32.const -1))
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
+ (set_local $x
+ (i32.const -1)
+ )
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x)
)
- (func $see-block-body
+ (func $see-block-body (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(block $block
- (set_local $y (i32.const 0))
- (get_local $y)
+ (set_local $y
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
(br $block)
)
- (get_local $x)
+ (drop
+ (get_local $x)
+ )
)
- (func $zero-init
+ (func $zero-init (type $2)
(local $x i32)
(local $y i32)
- (get_local $x)
- (get_local $y)
- )
- (func $multi
- (local $x i32) ;; x is free, but y and z conflict
- (local $y i32)
- (local $z i32)
- (get_local $y)
- (get_local $z)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $if-else
+ (func $multi (type $2)
(local $x i32)
(local $y i32)
- (if ;; x and y conflict when they are merged into their shared predecessor
- (i32.const 0)
- (get_local $x)
+ (local $z i32)
+ (drop
(get_local $y)
)
+ (drop
+ (get_local $z)
+ )
)
- (func $if-else-parallel
+ (func $if-else (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (set_local $x (i32.const 0))
+ (drop
(get_local $x)
)
- (block
- (set_local $y (i32.const 1))
+ (drop
(get_local $y)
)
)
)
- (func $if-else-after
+ (func $if-else-parallel (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 1))
+ (block $block1
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ )
+ (block $block3
+ (set_local $y
+ (i32.const 1)
+ )
+ (drop
+ (get_local $y)
+ )
+ )
)
- (get_local $x)
- (get_local $y)
)
- (func $if-else-through
+ (func $if-else-after (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 1))
(if
(i32.const 0)
- (i32.const 1)
- (i32.const 2)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
)
- (get_local $x)
- (get_local $y)
)
- (func $if-through
+ (func $if-else-through (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
- (set_local $y (i32.const 1))
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
(if
(i32.const 0)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
+ )
+ (func $if-through (type $2)
+ (local $x i32)
+ (local $y i32)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
(i32.const 1)
)
- (get_local $x)
- (get_local $y)
+ (if
+ (i32.const 0)
+ (drop
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
- (func $if-through2
+ (func $if-through2 (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(if
(i32.const 0)
- (set_local $y (i32.const 1))
+ (set_local $y
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
)
- (get_local $x)
- (get_local $y)
)
- (func $if-through2
+ (func $if-through2 (type $2)
(local $x i32)
(local $y i32)
- (set_local $x (i32.const 0))
+ (set_local $x
+ (i32.const 0)
+ )
(if
(i32.const 0)
- (block
- (get_local $x)
- (get_local $y)
+ (block $block1
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
)
- (func $if2
+ (func $if2 (type $2)
(local $x i32)
(local $y i32)
(if
- (set_local $x (i32.const 0))
- (block
- (get_local $x)
- (get_local $y)
+ (tee_local $x
+ (i32.const 0)
+ )
+ (block $block1
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
)
- (func $if3
+ (func $if3 (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (set_local $x (i32.const 0))
- (get_local $x)
+ (block $block1
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
)
)
- (get_local $y)
+ (drop
+ (get_local $y)
+ )
)
- (func $if4
+ (func $if4 (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (set_local $x (i32.const 0))
- (get_local $x)
- (set_local $y (i32.const 1)) ;; we might not go through here, but it's ok
+ (block $block1
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
)
)
- (get_local $y)
+ (drop
+ (get_local $y)
+ )
)
- (func $if5
+ (func $if5 (type $2)
(local $x i32)
(local $y i32)
(if
(i32.const 0)
- (block
- (get_local $x) ;; we might go through here, and it causes interference
- (set_local $y (i32.const 1))
+ (block $block1
+ (drop
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
)
)
- (get_local $y)
+ (drop
+ (get_local $y)
+ )
)
- (func $loop
+ (func $loop (type $2)
(local $x i32)
(local $y i32)
- (loop $out $in
- (get_local $x)
- (set_local $x (i32.const 0)) ;; effective, due to looping
- (get_local $y)
+ (loop $in
+ (drop
+ (get_local $x)
+ )
+ (set_local $x
+ (i32.const 0)
+ )
+ (drop
+ (get_local $y)
+ )
(br $in)
)
)
- (func $interfere-in-dead
+ (func $interfere-in-dead (type $2)
(local $x i32)
(local $y i32)
(block $block
(br $block)
- (get_local $x)
- (get_local $y)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $interfere-in-dead2
+ (func $interfere-in-dead2 (type $2)
(local $x i32)
(local $y i32)
(block $block
(unreachable)
- (get_local $x)
- (get_local $y)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $interfere-in-dead3
+ (func $interfere-in-dead3 (type $2)
(local $x i32)
(local $y i32)
(block $block
(return)
- (get_local $x)
- (get_local $y)
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $params (param $p i32) (param $q f32)
- (local $x i32) ;; x is free, but others conflict
+ (func $params (type $3) (param $p i32) (param $q f32)
+ (local $x i32)
(local $y i32)
(local $z i32)
(local $w i32)
- (get_local $y)
- (get_local $z)
- (get_local $w)
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (get_local $z)
+ )
+ (drop
+ (get_local $w)
+ )
)
- (func $interfere-in-dead
+ (func $interfere-in-dead (type $2)
(local $x i32)
(local $y i32)
(block $block
- (br_if $block (i32.const 0))
- (get_local $x)
- (get_local $y)
+ (br_if $block
+ (i32.const 0)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
)
- (func $switch
+ (func $switch (type $2)
(local $x i32)
(local $y i32)
(local $z i32)
@@ -293,15 +477,23 @@
(br_table $switch-case$1 $switch-case$2 $switch-case$1 $switch-case$1 $switch$def
(i32.const 100)
)
- (get_local $x) ;; unreachable
+ (drop
+ (get_local $x)
+ )
+ )
+ (drop
+ (get_local $y)
)
- (get_local $y)
)
- (get_local $z)
+ (drop
+ (get_local $z)
+ )
+ )
+ (drop
+ (get_local $w)
)
- (get_local $w)
)
- (func $greedy-can-be-happy
+ (func $greedy-can-be-happy (type $2)
(local $x1 i32)
(local $x2 i32)
(local $x3 i32)
@@ -314,53 +506,101 @@
(i32.const 1)
(if
(i32.const 2)
- (block
- (set_local $x1 (i32.const 100))
- (set_local $y2 (i32.const 101))
- (get_local $x1)
- (get_local $y2)
+ (block $block3
+ (set_local $x1
+ (i32.const 100)
+ )
+ (set_local $y2
+ (i32.const 101)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y2)
+ )
)
- (block
- (set_local $x1 (i32.const 102))
- (set_local $y3 (i32.const 103))
- (get_local $x1)
- (get_local $y3)
+ (block $block5
+ (set_local $x1
+ (i32.const 102)
+ )
+ (set_local $y3
+ (i32.const 103)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
(if
(i32.const 3)
- (block
- (set_local $x2 (i32.const 104))
- (set_local $y1 (i32.const 105))
- (get_local $x2)
- (get_local $y1)
+ (block $block8
+ (set_local $x2
+ (i32.const 104)
+ )
+ (set_local $y1
+ (i32.const 105)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x2 (i32.const 106))
- (set_local $y3 (i32.const 107))
- (get_local $x2)
- (get_local $y3)
+ (block $block10
+ (set_local $x2
+ (i32.const 106)
+ )
+ (set_local $y3
+ (i32.const 107)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
)
(if
(i32.const 4)
- (block
- (set_local $x3 (i32.const 108))
- (set_local $y1 (i32.const 109))
- (get_local $x3)
- (get_local $y1)
+ (block $block13
+ (set_local $x3
+ (i32.const 108)
+ )
+ (set_local $y1
+ (i32.const 109)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x3 (i32.const 110))
- (set_local $y2 (i32.const 111))
- (get_local $x3)
- (get_local $y2)
+ (block $block15
+ (set_local $x3
+ (i32.const 110)
+ )
+ (set_local $y2
+ (i32.const 111)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y2)
+ )
)
)
)
)
- (func $greedy-can-be-sad
+ (func $greedy-can-be-sad (type $2)
(local $x1 i32)
(local $y1 i32)
(local $x2 i32)
@@ -373,63 +613,110 @@
(i32.const 1)
(if
(i32.const 2)
- (block
- (set_local $x1 (i32.const 100))
- (set_local $y2 (i32.const 101))
- (get_local $x1)
- (get_local $y2)
+ (block $block3
+ (set_local $x1
+ (i32.const 100)
+ )
+ (set_local $y2
+ (i32.const 101)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y2)
+ )
)
- (block
- (set_local $x1 (i32.const 102))
- (set_local $y3 (i32.const 103))
- (get_local $x1)
- (get_local $y3)
+ (block $block5
+ (set_local $x1
+ (i32.const 102)
+ )
+ (set_local $y3
+ (i32.const 103)
+ )
+ (drop
+ (get_local $x1)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
(if
(i32.const 3)
- (block
- (set_local $x2 (i32.const 104))
- (set_local $y1 (i32.const 105))
- (get_local $x2)
- (get_local $y1)
+ (block $block8
+ (set_local $x2
+ (i32.const 104)
+ )
+ (set_local $y1
+ (i32.const 105)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x2 (i32.const 106))
- (set_local $y3 (i32.const 107))
- (get_local $x2)
- (get_local $y3)
+ (block $block10
+ (set_local $x2
+ (i32.const 106)
+ )
+ (set_local $y3
+ (i32.const 107)
+ )
+ (drop
+ (get_local $x2)
+ )
+ (drop
+ (get_local $y3)
+ )
)
)
)
(if
(i32.const 4)
- (block
- (set_local $x3 (i32.const 108))
- (set_local $y1 (i32.const 109))
- (get_local $x3)
- (get_local $y1)
+ (block $block13
+ (set_local $x3
+ (i32.const 108)
+ )
+ (set_local $y1
+ (i32.const 109)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y1)
+ )
)
- (block
- (set_local $x3 (i32.const 110))
- (set_local $y2 (i32.const 111))
- (get_local $x3)
- (get_local $y2)
+ (block $block15
+ (set_local $x3
+ (i32.const 110)
+ )
+ (set_local $y2
+ (i32.const 111)
+ )
+ (drop
+ (get_local $x3)
+ )
+ (drop
+ (get_local $y2)
+ )
)
)
)
)
- (func $_memcpy (param $i1 i32) (param $i2 i32) (param $i3 i32) (result i32)
+ (func $_memcpy (type $FUNCSIG$iiii) (param $i1 i32) (param $i2 i32) (param $i3 i32) (result i32)
(local $i4 i32)
(if
(i32.ge_s
(get_local $i3)
(i32.const 4096)
)
- (get_local $i1)
- (get_local $i2)
- (get_local $i3)
- (return)
+ (drop
+ (get_local $i1)
+ )
)
(set_local $i4
(get_local $i1)
@@ -445,170 +732,197 @@
(i32.const 3)
)
)
- (block
- (loop $while-out$0 $while-in$1
- (if
- (i32.eqz
- (i32.and
- (get_local $i1)
- (i32.const 3)
- )
- )
- (br $while-out$0)
- )
- (block
+ (block $block2
+ (block $while-out$0
+ (loop $while-in$1
(if
(i32.eqz
- (get_local $i3)
- )
- (return
- (get_local $i4)
+ (i32.and
+ (get_local $i1)
+ (i32.const 3)
+ )
)
+ (br $while-out$0)
)
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (block $block4
+ (if
+ (i32.eqz
+ (get_local $i3)
+ )
+ (return
+ (get_local $i4)
+ )
)
- )
- (set_local $i1
- (i32.add
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
)
- )
- )
- (br $while-in$1)
- )
- (loop $while-out$2 $while-in$3
- (if
- (i32.eqz
- (i32.ge_s
- (get_local $i3)
- (i32.const 4)
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
- (br $while-out$2)
+ (br $while-in$1)
)
- (block
- (i32.store
- (get_local $i1)
- (i32.load
- (get_local $i2)
+ )
+ (block $while-out$2
+ (loop $while-in$3
+ (if
+ (i32.eqz
+ (i32.ge_s
+ (get_local $i3)
+ (i32.const 4)
+ )
)
+ (br $while-out$2)
)
- (set_local $i1
- (i32.add
+ (block $block7
+ (i32.store
(get_local $i1)
- (i32.const 4)
+ (i32.load
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 4)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 4)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 4)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 4)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 4)
+ )
)
)
+ (br $while-in$3)
)
- (br $while-in$3)
)
)
)
- (loop $while-out$4 $while-in$5
- (if
- (i32.eqz
- (i32.gt_s
- (get_local $i3)
- (i32.const 0)
- )
- )
- (br $while-out$4)
- )
- (block
- (i32.store8
- (get_local $i1)
- (i32.load8_s
- (get_local $i2)
+ (block $while-out$4
+ (loop $while-in$5
+ (if
+ (i32.eqz
+ (i32.gt_s
+ (get_local $i3)
+ (i32.const 0)
+ )
)
+ (br $while-out$4)
)
- (set_local $i1
- (i32.add
+ (block $block9
+ (i32.store8
(get_local $i1)
- (i32.const 1)
+ (i32.load8_s
+ (get_local $i2)
+ )
)
- )
- (set_local $i2
- (i32.add
- (get_local $i2)
- (i32.const 1)
+ (set_local $i1
+ (i32.add
+ (get_local $i1)
+ (i32.const 1)
+ )
)
- )
- (set_local $i3
- (i32.sub
- (get_local $i3)
- (i32.const 1)
+ (set_local $i2
+ (i32.add
+ (get_local $i2)
+ (i32.const 1)
+ )
+ )
+ (set_local $i3
+ (i32.sub
+ (get_local $i3)
+ (i32.const 1)
+ )
)
)
+ (br $while-in$5)
)
- (br $while-in$5)
)
(return
(get_local $i4)
)
)
- (func $this-is-effective-i-tell-you (param $x i32)
+ (func $this-is-effective-i-tell-you (type $4) (param $x i32)
(if
(i32.const -1)
- (block
- (if ;; this is important for the bug
+ (block $block1
+ (if
(i32.const 0)
(nop)
)
- (set_local $x ;; this set is effective!
+ (set_local $x
(i32.const 1)
)
)
- (nop) ;; this is enough for the bug
+ (nop)
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x) ;; this ends up with the wrong value in the test
)
- (func $prefer-remove-copies1
+ (func $prefer-remove-copies1 (type $2)
(local $y i32)
(local $z i32)
- (local $x i32) ;; y and z interfere, x can be with either, but has a copy which should be prefered
- (set_local $x (i32.const 0))
- (set_local $y (get_local $x))
- (set_local $z (i32.const 1))
- (get_local $y)
- (get_local $z)
- )
- (func $prefer-remove-copies1
+ (local $x i32)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $y
+ (get_local $x)
+ )
+ (set_local $z
+ (i32.const 1)
+ )
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (get_local $z)
+ )
+ )
+ (func $prefer-remove-copies1 (type $2)
(local $y i32)
(local $z i32)
- (local $x i32) ;; y and z interfere, x can be with either, but has a copy which should be prefered
- (set_local $x (i32.const 0))
- (set_local $z (get_local $x))
- (set_local $y (i32.const 1))
- (get_local $y)
- (get_local $z)
+ (local $x i32)
+ (set_local $x
+ (i32.const 0)
+ )
+ (set_local $z
+ (get_local $x)
+ )
+ (set_local $y
+ (i32.const 1)
+ )
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (get_local $z)
+ )
)
)
-
diff --git a/test/passes/dce.txt b/test/passes/dce.txt
index 9ae5977b6..6e70cd8de 100644
--- a/test/passes/dce.txt
+++ b/test/passes/dce.txt
@@ -31,7 +31,9 @@
(br_if $out
(i32.const 3)
)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(if
(i32.const 0)
@@ -108,8 +110,12 @@
(if
(i32.const 0)
(block $block15
- (i32.const 10)
- (i32.const 42)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 42)
+ )
(unreachable)
)
)
@@ -117,16 +123,18 @@
(i32.const 0)
(unreachable)
)
- (loop $out $in
- (br_if $out
- (i32.const 1)
+ (block $out
+ (loop $in
+ (br_if $out
+ (i32.const 1)
+ )
+ (unreachable)
)
- (unreachable)
)
(if
(i32.const 0)
(block $block20
- (loop $out $in
+ (loop $in
(br_if $in
(i32.const 1)
)
@@ -137,7 +145,9 @@
(if
(i32.const 1)
(block
- (i32.const 123)
+ (drop
+ (i32.const 123)
+ )
(unreachable)
)
)
@@ -152,22 +162,30 @@
(if
(i32.const -1)
(block
- (i32.const 123)
- (i32.const 456)
+ (drop
+ (i32.const 123)
+ )
+ (drop
+ (i32.const 456)
+ )
(unreachable)
)
)
(if
(i32.const -2)
(block
- (i32.const 139)
+ (drop
+ (i32.const 139)
+ )
(unreachable)
)
)
(if
(i32.const -3)
(block
- (i32.const 246)
+ (drop
+ (i32.const 246)
+ )
(unreachable)
)
)
@@ -181,12 +199,16 @@
)
(if
(i32.const 22)
- (unreachable)
+ (drop
+ (unreachable)
+ )
)
(if
(i32.const 33)
(block
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
(unreachable)
)
)
@@ -200,17 +222,25 @@
)
(if
(i32.const 66)
- (unreachable)
+ (drop
+ (unreachable)
+ )
)
(if
(i32.const 77)
- (unreachable)
+ (drop
+ (unreachable)
+ )
)
(if
(i32.const 88)
- (block
- (i32.const 0)
- (unreachable)
+ (drop
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (unreachable)
+ )
)
)
(if
@@ -219,29 +249,45 @@
)
(if
(i32.const 100)
- (block
- (i32.const 123)
- (i32.const 456)
- (unreachable)
+ (drop
+ (block
+ (drop
+ (i32.const 123)
+ )
+ (drop
+ (i32.const 456)
+ )
+ (unreachable)
+ )
)
)
(if
(i32.const 101)
- (block
- (i32.const 123)
- (unreachable)
+ (drop
+ (block
+ (drop
+ (i32.const 123)
+ )
+ (unreachable)
+ )
)
)
(if
(i32.const 102)
- (unreachable)
+ (drop
+ (unreachable)
+ )
+ )
+ (drop
+ (i32.const 1337)
)
- (i32.const 1337)
)
(func $killer (type $1)
(unreachable)
)
(func $target (type $1)
- (i32.const 2000)
+ (drop
+ (i32.const 2000)
+ )
)
)
diff --git a/test/passes/dce.wast b/test/passes/dce.wast
index dcec20cc1..61b3138e5 100644
--- a/test/passes/dce.wast
+++ b/test/passes/dce.wast
@@ -1,204 +1,389 @@
(module
(memory 10)
- (type $ii (func (param i32) (param i32)))
+ (type $ii (func (param i32 i32)))
+ (type $1 (func))
(table $call-me)
- (func $call-me (param i32) (param i32)
+ (func $call-me (type $ii) (param $0 i32) (param $1 i32)
+ (nop)
)
- (func $code-to-kill
+ (func $code-to-kill (type $1)
(local $x i32)
(block $out
- (br $out) ;; kill everything after this
- (i32.const 0)
- (if (i32.const 1)
- (i32.const 2)
+ (br $out)
+ (drop
+ (i32.const 0)
+ )
+ (if
+ (i32.const 1)
+ (drop
+ (i32.const 2)
+ )
+ )
+ (br_table $out $out $out $out
+ (i32.const 3)
)
- (br_table $out $out $out $out (i32.const 3))
(call $code-to-kill)
)
- (if (i32.const 0)
+ (if
+ (i32.const 0)
(block $out
(unreachable)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
)
- (if (i32.const 0)
+ (if
+ (i32.const 0)
(block $out
(return)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
)
(block $out
- (br_table $out $out $out $out (i32.const 4))
- (i32.const 0)
+ (br_table $out $out $out $out
+ (i32.const 4)
+ )
+ (drop
+ (i32.const 0)
+ )
)
(block $out
- (br_if $out (i32.const 3)) ;; but not after this
- (i32.const 0)
+ (br_if $out
+ (i32.const 3)
+ )
+ (drop
+ (i32.const 0)
+ )
)
- (if (i32.const 0)
- (block
- (if (i32.const 0) ;; if that is unreachable both ways
+ (if
+ (i32.const 0)
+ (block $block4
+ (if
+ (i32.const 0)
(block $out
(unreachable)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(block $out
(unreachable)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
)
- (if (i32.const 0)
+ (if
+ (i32.const 0)
(block $out
- (br $out (unreachable))
- (i32.const 0)
+ (br $out
+ (unreachable)
+ )
+ (drop
+ (i32.const 0)
+ )
+ (unreachable)
)
)
- (if (i32.const 0)
+ (if
+ (i32.const 0)
(block $out
- (br_if $out (unreachable) (i32.const 0))
- (i32.const 0)
+ (br_if $out
+ (unreachable)
+ (i32.const 0)
+ )
+ (drop
+ (i32.const 0)
+ )
+ (unreachable)
)
)
- (if (i32.const 0)
+ (if
+ (i32.const 0)
(block $out
- (br_if $out (unreachable) (unreachable))
- (i32.const 0)
+ (br_if $out
+ (unreachable)
+ (unreachable)
+ )
+ (drop
+ (i32.const 0)
+ )
+ (unreachable)
)
)
(block $out
(block $in
- (br_if $out (i32.const 1))
+ (br_if $out
+ (i32.const 1)
+ )
)
(unreachable)
)
- (if (i32.const 0)
- (block
+ (if
+ (i32.const 0)
+ (block $block11
(block $out
(block $in
- (br_if $in (i32.const 1))
+ (br_if $in
+ (i32.const 1)
+ )
)
(unreachable)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
)
(block $out
(block $in
- (br_table $out $in (i32.const 1))
+ (br_table $out $in
+ (i32.const 1)
+ )
)
(unreachable)
)
(block $out
(block $in
- (br_table $in $out (i32.const 1))
+ (br_table $in $out
+ (i32.const 1)
+ )
)
(unreachable)
)
- (if (i32.const 0)
- (block
+ (if
+ (i32.const 0)
+ (block $block13
(block $out
(block $in
- (br_table $in $in (i32.const 1))
+ (br_table $in $in
+ (i32.const 1)
+ )
)
(unreachable)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
)
- (if (i32.const 0)
- (block
- (i32.const 10)
- (i32.const 42)
+ (if
+ (i32.const 0)
+ (block $block15
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 42)
+ )
(unreachable)
- (return (unreachable))
+ (return
+ (unreachable)
+ )
(unreachable)
(return)
)
)
- (if (i32.const 0)
- (loop (unreachable))
+ (if
+ (i32.const 0)
+ (loop $loop-in18
+ (unreachable)
+ )
)
- (loop $out $in
- (br_if $out (i32.const 1))
+ (block $out
+ (loop $in
+ (br_if $out
+ (i32.const 1)
+ )
(unreachable)
)
- (if (i32.const 0)
- (block
- (loop $out $in
- (br_if $in (i32.const 1))
+ )
+ (if
+ (i32.const 0)
+ (block $block20
+ (loop $in
+ (br_if $in
+ (i32.const 1)
+ )
(unreachable)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
)
- (if (i32.const 1)
- (call $call-me (i32.const 123) (unreachable))
+ (if
+ (i32.const 1)
+ (call $call-me
+ (i32.const 123)
+ (unreachable)
+ )
)
- (if (i32.const 2)
- (call $call-me (unreachable) (i32.const 0))
+ (if
+ (i32.const 2)
+ (call $call-me
+ (unreachable)
+ (i32.const 0)
+ )
)
- (if (i32.const 3)
- (call $call-me (unreachable) (unreachable))
+ (if
+ (i32.const 3)
+ (call $call-me
+ (unreachable)
+ (unreachable)
+ )
)
- (if (i32.const -1)
- (call_indirect $ii (i32.const 123) (i32.const 456) (unreachable))
+ (if
+ (i32.const -1)
+ (call_indirect $ii
+ (i32.const 123)
+ (i32.const 456)
+ (unreachable)
+ )
+ )
+ (if
+ (i32.const -2)
+ (call_indirect $ii
+ (i32.const 139)
+ (unreachable)
+ (i32.const 0)
+ )
)
- (if (i32.const -2)
- (call_indirect $ii (i32.const 139) (unreachable) (i32.const 0))
+ (if
+ (i32.const -3)
+ (call_indirect $ii
+ (i32.const 246)
+ (unreachable)
+ (unreachable)
+ )
)
- (if (i32.const -3)
- (call_indirect $ii (i32.const 246) (unreachable) (unreachable))
+ (if
+ (i32.const -4)
+ (call_indirect $ii
+ (unreachable)
+ (unreachable)
+ (unreachable)
+ )
)
- (if (i32.const -4)
- (call_indirect $ii (unreachable) (unreachable) (unreachable))
+ (if
+ (i32.const 11)
+ (set_local $x
+ (unreachable)
+ )
)
- (if (i32.const 11)
- (set_local $x (unreachable))
+ (if
+ (i32.const 22)
+ (drop
+ (i32.load
+ (unreachable)
+ )
+ )
)
- (if (i32.const 22)
- (i32.load (unreachable))
+ (if
+ (i32.const 33)
+ (i32.store
+ (i32.const 0)
+ (unreachable)
+ )
)
- (if (i32.const 33)
- (i32.store (i32.const 0) (unreachable))
+ (if
+ (i32.const 44)
+ (i32.store
+ (unreachable)
+ (i32.const 0)
+ )
)
- (if (i32.const 44)
- (i32.store (unreachable) (i32.const 0))
+ (if
+ (i32.const 55)
+ (i32.store
+ (unreachable)
+ (unreachable)
+ )
)
- (if (i32.const 55)
- (i32.store (unreachable) (unreachable))
+ (if
+ (i32.const 66)
+ (drop
+ (i32.eqz
+ (unreachable)
+ )
+ )
)
- (if (i32.const 66)
- (i32.eqz (unreachable))
+ (if
+ (i32.const 77)
+ (drop
+ (i32.add
+ (unreachable)
+ (i32.const 0)
+ )
+ )
)
- (if (i32.const 77)
- (i32.add (unreachable) (i32.const 0))
+ (if
+ (i32.const 88)
+ (drop
+ (i32.add
+ (i32.const 0)
+ (unreachable)
+ )
+ )
)
- (if (i32.const 88)
- (i32.add (i32.const 0) (unreachable))
+ (if
+ (i32.const 99)
+ (i32.add
+ (unreachable)
+ (unreachable)
+ )
)
- (if (i32.const 99)
- (i32.add (unreachable) (unreachable))
+ (if
+ (i32.const 100)
+ (drop
+ (select
+ (i32.const 123)
+ (i32.const 456)
+ (unreachable)
+ )
+ )
)
- (if (i32.const 100)
- (select (i32.const 123) (i32.const 456) (unreachable))
+ (if
+ (i32.const 101)
+ (drop
+ (select
+ (i32.const 123)
+ (unreachable)
+ (i32.const 456)
+ )
+ )
)
- (if (i32.const 101)
- (select (i32.const 123) (unreachable) (i32.const 456))
+ (if
+ (i32.const 102)
+ (drop
+ (select
+ (unreachable)
+ (i32.const 123)
+ (i32.const 456)
+ )
+ )
)
- (if (i32.const 102)
- (select (unreachable) (i32.const 123) (i32.const 456))
+ (drop
+ (i32.const 1337)
)
- (i32.const 1337)
)
- (func $killer
+ (func $killer (type $1)
(unreachable)
- (i32.const 1000)
+ (drop
+ (i32.const 1000)
+ )
)
- (func $target
- (i32.const 2000)
+ (func $target (type $1)
+ (drop
+ (i32.const 2000)
+ )
)
)
-
diff --git a/test/passes/drop-return-values.txt b/test/passes/drop-return-values.txt
deleted file mode 100644
index 81ca99327..000000000
--- a/test/passes/drop-return-values.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-(module
- (memory 10)
- (type $0 (func))
- (func $0 (type $0)
- (local $x i32)
- (local $1 i32)
- (i32.add
- (block
- (set_local $x
- (i32.const 10)
- )
- (get_local $x)
- )
- (i32.const 20)
- )
- (i32.add
- (block
- (block
- (set_local $1
- (i32.const 40)
- )
- (i32.store
- (i32.const 30)
- (get_local $1)
- )
- )
- (get_local $1)
- )
- (i32.const 50)
- )
- )
-)
diff --git a/test/passes/drop-return-values.wast b/test/passes/drop-return-values.wast
deleted file mode 100644
index 76463cc8e..000000000
--- a/test/passes/drop-return-values.wast
+++ /dev/null
@@ -1,9 +0,0 @@
-(module
- (memory 10)
- (func
- (local $x i32)
- (i32.add (set_local $x (i32.const 10)) (i32.const 20))
- (i32.add (i32.store (i32.const 30) (i32.const 40)) (i32.const 50))
- )
-)
-
diff --git a/test/passes/duplicate-function-elimination.txt b/test/passes/duplicate-function-elimination.txt
index a7511fc5c..c49f7fd6f 100644
--- a/test/passes/duplicate-function-elimination.txt
+++ b/test/passes/duplicate-function-elimination.txt
@@ -9,7 +9,9 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other (type $0)
(nop)
@@ -19,25 +21,31 @@
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other (type $0)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
)
(module
(memory 0)
(start $keep2)
(type $0 (func))
- (export "keep2" $keep2)
- (export "other" $keep2)
+ (export "keep2" (func $keep2))
+ (export "other" (func $keep2))
(table 3 3 anyfunc)
(elem (i32.const 0) $keep2 $keep2 $caller)
(func $keep2 (type $0)
@@ -81,10 +89,14 @@
(type $2 (func))
(type $3 (func (param i32)))
(func $keep4-similar-but-func-sig-differs (type $2)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other1 (type $3) (param $i i32)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other2 (type $T) (result i32)
(i32.const 0)
@@ -98,7 +110,9 @@
(type $S (func (result i32)))
(type $1 (func (param i32)))
(func $keep2-similar-but-func-sig-differs (type $1) (param $i i32)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other2 (type $S) (result i32)
(i32.const 0)
@@ -199,15 +213,21 @@
(type $0 (func))
(func $keep2 (type $0)
(block $foo
- (br $foo
- (i32.const 0)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ (br $foo)
)
)
)
(func $other (type $0)
(block $bar
- (br $bar
- (i32.const 1)
+ (block $block0
+ (drop
+ (i32.const 1)
+ )
+ (br $bar)
)
)
)
@@ -263,7 +283,7 @@
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (loop $foo $bar
+ (loop $bar
(nop)
)
)
@@ -272,18 +292,22 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (block $foo
- (br_table $foo $foo
- (i32.const 0)
- (i32.const 0)
+ (drop
+ (block $foo
+ (br_table $foo $foo
+ (i32.const 0)
+ (i32.const 0)
+ )
)
)
)
(func $other (type $0)
- (block $bar
- (br_table $bar $bar
- (i32.const 0)
- (i32.const 1)
+ (drop
+ (block $bar
+ (br_table $bar $bar
+ (i32.const 0)
+ (i32.const 1)
+ )
)
)
)
@@ -343,8 +367,8 @@
(module
(memory 0)
(type $FUNCSIG$v (func))
- (import $i "env" "i")
- (import $i "env" "j")
+ (import "env" "i" (func $i))
+ (import "env" "j" (func $i))
(func $erase (type $FUNCSIG$v)
(call_import $i)
)
@@ -352,8 +376,8 @@
(module
(memory 0)
(type $FUNCSIG$v (func))
- (import $i "env" "i")
- (import $j "env" "j")
+ (import "env" "i" (func $i))
+ (import "env" "j" (func $j))
(func $keep2 (type $FUNCSIG$v)
(call_import $i)
)
@@ -410,7 +434,9 @@
(type $0 (func))
(func $erase-even-locals-with-different-names (type $0)
(local $i i32)
- (get_local $i)
+ (drop
+ (get_local $i)
+ )
)
)
(module
@@ -418,11 +444,15 @@
(type $0 (func))
(func $keep2 (type $0)
(local $i i32)
- (get_local $i)
+ (drop
+ (get_local $i)
+ )
)
(func $other (type $0)
(local $j i64)
- (get_local $j)
+ (drop
+ (get_local $j)
+ )
)
)
(module
@@ -471,11 +501,15 @@
(memory 10)
(type $0 (func))
(func $erase (type $0)
- (i32.load
- (i32.const 0)
+ (drop
+ (i32.load
+ (i32.const 0)
+ )
)
- (i32.load8_s offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
)
)
)
@@ -483,13 +517,17 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.load16_s offset=3
- (i32.const 0)
+ (drop
+ (i32.load offset=3
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (i32.load8_s offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
)
)
)
@@ -497,13 +535,17 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.load8_s offset=3
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (i32.load8_s offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3 align=1
+ (i32.const 0)
+ )
)
)
)
@@ -511,13 +553,17 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.load8_s align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (i32.load8_s offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
)
)
)
@@ -525,13 +571,17 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.load8_s offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (i32.load8_s offset=3 align=2
- (i32.const 1)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 1)
+ )
)
)
)
@@ -539,13 +589,17 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.load8_u offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_u offset=3
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (i32.load8_s offset=3 align=2
- (i32.const 0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
)
)
)
@@ -557,7 +611,7 @@
(i32.const 0)
(i32.const 100)
)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 100)
)
@@ -567,13 +621,13 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.store16 offset=3
+ (i32.store offset=3
(i32.const 0)
(i32.const 100)
)
)
(func $other (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 100)
)
@@ -583,13 +637,13 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.store8 offset=3
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 100)
)
)
(func $other (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3 align=1
(i32.const 0)
(i32.const 100)
)
@@ -599,13 +653,13 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.store8 align=2
+ (i32.store16
(i32.const 0)
(i32.const 100)
)
)
(func $other (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 100)
)
@@ -615,13 +669,13 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 100)
)
)
(func $other (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 1)
(i32.const 100)
)
@@ -631,13 +685,13 @@
(memory 10)
(type $0 (func))
(func $keep2 (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 100)
)
)
(func $other (type $0)
- (i32.store8 offset=3 align=2
+ (i32.store16 offset=3
(i32.const 0)
(i32.const 101)
)
@@ -647,68 +701,94 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other (type $0)
- (i64.const 0)
+ (drop
+ (i64.const 0)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other (type $0)
- (f32.const 0)
+ (drop
+ (f32.const 0)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (i32.const 0)
+ (drop
+ (i32.const 0)
+ )
)
(func $other (type $0)
- (f64.const 0)
+ (drop
+ (f64.const 0)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (i64.const 0)
+ (drop
+ (i64.const 0)
+ )
)
(func $other (type $0)
- (i64.const 1)
+ (drop
+ (i64.const 1)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f32.const 0.10000000149011612)
+ (drop
+ (f32.const 0.10000000149011612)
+ )
)
(func $other (type $0)
- (f32.const -0.10000000149011612)
+ (drop
+ (f32.const -0.10000000149011612)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f64.const 0.1)
+ (drop
+ (f64.const 0.1)
+ )
)
(func $other (type $0)
- (f64.const 0.2)
+ (drop
+ (f64.const 0.2)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (f32.abs
- (f32.const 0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
)
)
)
@@ -716,13 +796,17 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f32.abs
- (f32.const 0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
)
)
(func $other (type $0)
- (f32.abs
- (f32.const 1)
+ (drop
+ (f32.abs
+ (f32.const 1)
+ )
)
)
)
@@ -730,13 +814,17 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f32.abs
- (f32.const 0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
)
)
(func $other (type $0)
- (f32.neg
- (f32.const 0)
+ (drop
+ (f32.neg
+ (f32.const 0)
+ )
)
)
)
@@ -744,9 +832,11 @@
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (f32.add
- (f32.const 0)
- (f32.const 0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
)
)
)
@@ -754,15 +844,19 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f32.add
- (f32.const 0)
- (f32.const 0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
)
)
(func $other (type $0)
- (f32.add
- (f32.const 0)
- (f32.const 1)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 1)
+ )
)
)
)
@@ -770,15 +864,19 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f32.add
- (f32.const 0)
- (f32.const 0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
)
)
(func $other (type $0)
- (f32.add
- (f32.const 1)
- (f32.const 0)
+ (drop
+ (f32.add
+ (f32.const 1)
+ (f32.const 0)
+ )
)
)
)
@@ -786,15 +884,19 @@
(memory 0)
(type $0 (func))
(func $keep2 (type $0)
- (f32.add
- (f32.const 0)
- (f32.const 0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
)
)
(func $other (type $0)
- (f32.sub
- (f32.const 0)
- (f32.const 0)
+ (drop
+ (f32.sub
+ (f32.const 0)
+ (f32.const 0)
+ )
)
)
)
@@ -802,10 +904,12 @@
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (select
- (i32.const 0)
- (i32.const 0)
- (i32.const 0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
)
)
)
@@ -813,17 +917,21 @@
(memory 0)
(type $0 (func))
(func $keep (type $0)
- (select
- (i32.const 0)
- (i32.const 0)
- (i32.const 0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (select
- (i32.const 1)
- (i32.const 0)
- (i32.const 0)
+ (drop
+ (select
+ (i32.const 1)
+ (i32.const 0)
+ (i32.const 0)
+ )
)
)
)
@@ -831,17 +939,21 @@
(memory 0)
(type $0 (func))
(func $keep (type $0)
- (select
- (i32.const 0)
- (i32.const 0)
- (i32.const 0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (select
- (i32.const 0)
- (i32.const 2)
- (i32.const 0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 2)
+ (i32.const 0)
+ )
)
)
)
@@ -849,17 +961,21 @@
(memory 0)
(type $0 (func))
(func $keep (type $0)
- (select
- (i32.const 0)
- (i32.const 0)
- (i32.const 0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
)
)
(func $other (type $0)
- (select
- (i32.const 0)
- (i32.const 0)
- (i32.const 3)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 3)
+ )
)
)
)
@@ -897,15 +1013,19 @@
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (current_memory)
+ (drop
+ (current_memory)
+ )
)
)
(module
(memory 0)
(type $0 (func))
(func $erase (type $0)
- (grow_memory
- (i32.const 10)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
)
)
)
@@ -913,13 +1033,17 @@
(memory 0)
(type $0 (func))
(func $keep (type $0)
- (grow_memory
- (i32.const 10)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
)
)
(func $other (type $0)
- (grow_memory
- (i32.const 11)
+ (drop
+ (grow_memory
+ (i32.const 11)
+ )
)
)
)
@@ -927,11 +1051,15 @@
(memory 0)
(type $0 (func))
(func $keep (type $0)
- (current_memory)
+ (drop
+ (current_memory)
+ )
)
(func $other (type $0)
- (grow_memory
- (i32.const 10)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
)
)
)
diff --git a/test/passes/duplicate-function-elimination.wast b/test/passes/duplicate-function-elimination.wast
index 8d1a85cd5..f72ef542e 100644
--- a/test/passes/duplicate-function-elimination.wast
+++ b/test/passes/duplicate-function-elimination.wast
@@ -1,87 +1,118 @@
(module
- (func $erase
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
(nop)
)
- (func $other
+ (func $other (type $0)
(nop)
)
)
(module
- (func $keep2
- (i32.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other
+ (func $other (type $0)
(nop)
)
)
(module
- (func $erase
- (i32.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other
- (i32.const 0)
+ (func $other (type $0)
+ (drop
+ (i32.const 0)
+ )
)
)
(module
- (func $keep2
- (i32.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other
- (i32.const 1)
+ (func $other (type $0)
+ (drop
+ (i32.const 1)
+ )
)
)
(module
+ (memory 0)
+ (start $other)
+ (type $0 (func))
(export "keep2" $keep2)
(export "other" $other)
- (start $other)
(table $keep2 $other $caller)
- (func $keep2
+ (func $keep2 (type $0)
(nop)
)
- (func $other
+ (func $other (type $0)
(nop)
)
- (func $caller
+ (func $caller (type $0)
(call $keep2)
(call $other)
)
)
(module
- (func $keep2-after-two-passes
+ (memory 0)
+ (type $0 (func))
+ (func $keep2-after-two-passes (type $0)
(nop)
)
- (func $other
+ (func $other (type $0)
(nop)
)
- (func $keep-caller
+ (func $keep-caller (type $0)
(call $keep2-after-two-passes)
)
- (func $other-caller
+ (func $other-caller (type $0)
(call $other)
)
)
(module
- (func $keep-4
+ (memory 0)
+ (type $0 (func))
+ (func $keep-4 (type $0)
(nop)
)
- (func $other
+ (func $other (type $0)
(unreachable)
)
- (func $keep-caller
+ (func $keep-caller (type $0)
(call $keep-4)
)
- (func $other-caller
+ (func $other-caller (type $0)
(call $other)
)
)
(module
- (type T (func (result i32)))
- (type S (func (result i32)))
- (func $keep4-similar-but-func-sig-differs
- (i32.const 0)
+ (memory 0)
+ (type $T (func (result i32)))
+ (type $S (func (result i32)))
+ (type $2 (func))
+ (type $3 (func (param i32)))
+ (func $keep4-similar-but-func-sig-differs (type $2)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other1 (param $i i32)
- (i32.const 0)
+ (func $other1 (type $3) (param $i i32)
+ (drop
+ (i32.const 0)
+ )
)
(func $other2 (type $T) (result i32)
(i32.const 0)
@@ -91,12 +122,18 @@
)
)
(module
- (type S (func (result i32)))
- (func $keep2-similar-but-func-sig-differs (param $i i32)
- (i32.const 0)
+ (memory 0)
+ (type $S (func (result i32)))
+ (type $1 (func (param i32)))
+ (func $keep2-similar-but-func-sig-differs (type $1) (param $i i32)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other1 (param $i i32)
- (i32.const 0)
+ (func $other1 (type $1) (param $i i32)
+ (drop
+ (i32.const 0)
+ )
)
(func $other2 (type $S) (result i32)
(i32.const 0)
@@ -105,598 +142,1076 @@
(i32.const 0)
)
)
-;; hashing tests for expressions
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(nop)
)
- (func $other
+ (func $other (type $0)
(nop)
(nop)
)
)
(module
- (func $erase
- (block)
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (block $block0
+ )
)
- (func $other
- (block)
+ (func $other (type $0)
+ (block $block0
+ )
)
)
(module
- (func $keep2
- (block)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (block $block0
+ )
)
- (func $other
- (block (nop))
+ (func $other (type $0)
+ (block $block0
+ (nop)
+ )
)
)
(module
- (func $erase
- (block (nop))
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (block $block0
+ (nop)
+ )
)
- (func $other
- (block (nop))
+ (func $other (type $0)
+ (block $block0
+ (nop)
+ )
)
)
(module
- (func $keep2
- (block (nop))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (block $block0
+ (nop)
+ )
)
- (func $other
- (block (nop) (unreachable))
+ (func $other (type $0)
+ (block $block0
+ (nop)
+ (unreachable)
+ )
)
)
(module
- (func $keep2
- (block (nop))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (block $block0
+ (nop)
+ )
)
- (func $other
- (block (unreachable))
+ (func $other (type $0)
+ (block $block0
+ (unreachable)
+ )
)
)
(module
- (func $erase-since-block-names-do-not-matter
- (block $foo)
+ (memory 0)
+ (type $0 (func))
+ (func $erase-since-block-names-do-not-matter (type $0)
+ (block $foo
+ )
)
- (func $other
- (block $bar)
+ (func $other (type $0)
+ (block $bar
+ )
)
)
(module
- (func $erase-since-block-names-do-not-matter
+ (memory 0)
+ (type $0 (func))
+ (func $erase-since-block-names-do-not-matter (type $0)
(block $foo
(br $foo)
- (br_table $foo $foo (i32.const 0))
+ (br_table $foo $foo
+ (i32.const 0)
+ )
)
)
- (func $other
+ (func $other (type $0)
(block $bar
(br $bar)
- (br_table $bar $bar (i32.const 0))
+ (br_table $bar $bar
+ (i32.const 0)
+ )
)
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(block $foo
- (br $foo (i32.const 0))
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br $foo)
+ )
)
)
- (func $other
+ (func $other (type $0)
(block $bar
- (br $bar (i32.const 1))
+ (block
+ (drop
+ (i32.const 1)
+ )
+ (br $bar)
+ )
)
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(block $foo
- (br_if $foo (i32.const 0))
+ (br_if $foo
+ (i32.const 0)
+ )
)
)
- (func $other
+ (func $other (type $0)
(block $bar
- (br_if $bar (i32.const 1))
+ (br_if $bar
+ (i32.const 1)
+ )
)
)
)
(module
- (func $erase
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
(block $foo
- (br_if $foo (i32.const 0))
+ (br_if $foo
+ (i32.const 0)
+ )
)
)
- (func $other
+ (func $other (type $0)
(block $bar
- (br_if $bar (i32.const 0))
+ (br_if $bar
+ (i32.const 0)
+ )
)
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(block $foo
- (br_table $foo $foo (i32.const 0))
+ (br_table $foo $foo
+ (i32.const 0)
+ )
)
)
- (func $other
+ (func $other (type $0)
(block $bar
- (br_table $bar $bar (i32.const 1))
+ (br_table $bar $bar
+ (i32.const 1)
+ )
)
)
)
(module
- (func $erase
- (loop $foo $bar)
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (loop $bar
+ (nop)
+ )
)
- (func $other
- (loop $sfo $sjc)
+ (func $other (type $0)
+ (loop $sjc
+ (nop)
+ )
)
)
(module
- (func $keep2
- (block $foo
- (br_table $foo $foo (i32.const 0) (i32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (block $foo
+ (br_table $foo $foo
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
)
- (func $other
- (block $bar
- (br_table $bar $bar (i32.const 0) (i32.const 1))
+ (func $other (type $0)
+ (drop
+ (block $bar
+ (br_table $bar $bar
+ (i32.const 0)
+ (i32.const 1)
+ )
+ )
)
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(block $foo
(block $bar
- (br_table $foo $bar (i32.const 0))
+ (br_table $foo $bar
+ (i32.const 0)
+ )
)
)
)
- (func $other
+ (func $other (type $0)
(block $bar
(block $foo
- (br_table $bar $foo (i32.const 0))
+ (br_table $bar $foo
+ (i32.const 0)
+ )
)
)
)
)
(module
- (func $erase
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
(block $foo
(block $bar
- (br_table $foo $bar (i32.const 0))
+ (br_table $foo $bar
+ (i32.const 0)
+ )
)
)
)
- (func $other
+ (func $other (type $0)
(block $bar
(block $foo
- (br_table $foo $bar (i32.const 0))
+ (br_table $foo $bar
+ (i32.const 0)
+ )
)
)
)
)
(module
- (func $erase
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
(call $erase)
)
- (func $other
+ (func $other (type $0)
(call $erase)
)
)
(module
- (func $keep2-but-in-theory-we-could-erase ;; TODO FIXME
+ (memory 0)
+ (type $0 (func))
+ (func $keep2-but-in-theory-we-could-erase (type $0)
(call $keep2-but-in-theory-we-could-erase)
)
- (func $other
+ (func $other (type $0)
(call $other)
)
)
(module
+ (memory 0)
+ (type $FUNCSIG$v (func))
(import $i "env" "i")
(import $i "env" "j")
- (func $erase
+ (func $erase (type $FUNCSIG$v)
(call_import $i)
)
- (func $other
+ (func $other (type $FUNCSIG$v)
(call_import $i)
)
)
(module
+ (memory 0)
+ (type $FUNCSIG$v (func))
(import $i "env" "i")
(import $j "env" "j")
- (func $keep2
+ (func $keep2 (type $FUNCSIG$v)
(call_import $i)
)
- (func $other
+ (func $other (type $FUNCSIG$v)
(call_import $j)
)
)
(module
- (type T (func))
+ (memory 0)
+ (type $T (func))
(table $erase $other)
- (func $erase
- (call_indirect $T (i32.const 0))
+ (func $erase (type $T)
+ (call_indirect $T
+ (i32.const 0)
+ )
)
- (func $other
- (call_indirect $T (i32.const 0))
+ (func $other (type $T)
+ (call_indirect $T
+ (i32.const 0)
+ )
)
)
(module
- (type T (func))
+ (memory 0)
+ (type $T (func))
(table $keep2 $other)
- (func $keep2
- (call_indirect $T (i32.const 0))
+ (func $keep2 (type $T)
+ (call_indirect $T
+ (i32.const 0)
+ )
)
- (func $other
- (call_indirect $T (i32.const 1))
+ (func $other (type $T)
+ (call_indirect $T
+ (i32.const 1)
+ )
)
)
(module
- (type T (func))
- (type S (func))
+ (memory 0)
+ (type $T (func))
+ (type $S (func))
(table $keep2 $other)
- (func $keep2
- (call_indirect $T (i32.const 0))
+ (func $keep2 (type $T)
+ (call_indirect $T
+ (i32.const 0)
+ )
)
- (func $other
- (call_indirect $S (i32.const 0))
+ (func $other (type $T)
+ (call_indirect $S
+ (i32.const 0)
+ )
)
)
(module
- (func $erase-even-locals-with-different-names
+ (memory 0)
+ (type $0 (func))
+ (func $erase-even-locals-with-different-names (type $0)
(local $i i32)
- (get_local $i)
+ (drop
+ (get_local $i)
+ )
)
- (func $other
+ (func $other (type $0)
(local $j i32)
- (get_local $j)
+ (drop
+ (get_local $j)
+ )
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(local $i i32)
- (get_local $i)
+ (drop
+ (get_local $i)
+ )
)
- (func $other
+ (func $other (type $0)
(local $j i64)
- (get_local $j)
+ (drop
+ (get_local $j)
+ )
)
)
(module
- (func $erase-even-locals-with-different-names
+ (memory 0)
+ (type $0 (func))
+ (func $erase-even-locals-with-different-names (type $0)
(local $i i32)
- (set_local $i (i32.const 0))
+ (set_local $i
+ (i32.const 0)
+ )
)
- (func $other
+ (func $other (type $0)
(local $j i32)
- (set_local $j (i32.const 0))
+ (set_local $j
+ (i32.const 0)
+ )
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(local $i i32)
- (set_local $i (i32.const 0))
+ (set_local $i
+ (i32.const 0)
+ )
)
- (func $other
+ (func $other (type $0)
(local $j i64)
- (set_local $j (i64.const 0))
+ (set_local $j
+ (i64.const 0)
+ )
)
)
(module
- (func $keep2
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
(local $i i32)
- (set_local $i (i32.const 0))
+ (set_local $i
+ (i32.const 0)
+ )
)
- (func $other
+ (func $other (type $0)
(local $j i32)
- (set_local $j (i32.const 1))
+ (set_local $j
+ (i32.const 1)
+ )
)
)
(module
(memory 10)
- (func $erase
- (i32.load (i32.const 0))
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (i32.load
+ (i32.const 0)
+ )
+ )
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (i32.load (i32.const 0))
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (i32.load
+ (i32.const 0)
+ )
+ )
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.load16_s align=2 offset=3 (i32.const 0))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.load offset=3
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.load8_s offset=3 (i32.const 0))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.load16_s offset=3
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (i32.load16_s offset=3 align=1
+ (i32.const 0)
+ )
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.load8_s align=2 (i32.const 0))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.load16_s align=2
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (i32.load8_s align=2 offset=3 (i32.const 1))
+ (func $other (type $0)
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 1)
+ )
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.load8_u align=2 offset=3 (i32.const 0))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.load16_u offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (i32.load8_s align=2 offset=3 (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (i32.load16_s offset=3 align=2
+ (i32.const 0)
+ )
+ )
)
)
-
(module
(memory 10)
- (func $erase
- (i32.store (i32.const 0) (i32.const 100))
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (type $0 (func))
+ (func $erase (type $0)
+ (i32.store
+ (i32.const 0)
+ (i32.const 100)
+ )
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
- (func $other
- (i32.store (i32.const 0) (i32.const 100))
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (func $other (type $0)
+ (i32.store
+ (i32.const 0)
+ (i32.const 100)
+ )
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.store16 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (i32.store32 offset=3
+ (i32.const 0)
+ (i32.const 100)
+ )
)
- (func $other
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (func $other (type $0)
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.store8 offset=3 (i32.const 0) (i32.const 100))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (i32.store16 offset=3
+ (i32.const 0)
+ (i32.const 100)
+ )
)
- (func $other
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (func $other (type $0)
+ (i32.store16 offset=3 align=1
+ (i32.const 0)
+ (i32.const 100)
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.store8 align=2 (i32.const 0) (i32.const 100))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (i32.store16 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
- (func $other
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (func $other (type $0)
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
- (func $other
- (i32.store8 align=2 offset=3 (i32.const 1) (i32.const 100))
+ (func $other (type $0)
+ (i32.store16 offset=3 align=2
+ (i32.const 1)
+ (i32.const 100)
+ )
)
)
(module
(memory 10)
- (func $keep2
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 100))
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 100)
+ )
)
- (func $other
- (i32.store8 align=2 offset=3 (i32.const 0) (i32.const 101))
+ (func $other (type $0)
+ (i32.store16 offset=3 align=2
+ (i32.const 0)
+ (i32.const 101)
+ )
)
)
(module
- (func $keep2
- (i32.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other
- (i64.const 0)
+ (func $other (type $0)
+ (drop
+ (i64.const 0)
+ )
)
)
(module
- (func $keep2
- (i32.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other
- (f32.const 0)
+ (func $other (type $0)
+ (drop
+ (f32.const 0)
+ )
)
)
(module
- (func $keep2
- (i32.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i32.const 0)
+ )
)
- (func $other
- (f64.const 0)
+ (func $other (type $0)
+ (drop
+ (f64.const 0)
+ )
)
)
(module
- (func $keep2
- (i64.const 0)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (i64.const 0)
+ )
)
- (func $other
- (i64.const 1)
+ (func $other (type $0)
+ (drop
+ (i64.const 1)
+ )
)
)
(module
- (func $keep2
- (f32.const 0.1)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f32.const 0.10000000149011612)
+ )
)
- (func $other
- (f32.const -0.1)
+ (func $other (type $0)
+ (drop
+ (f32.const -0.10000000149011612)
+ )
)
)
(module
- (func $keep2
- (f64.const 0.1)
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f64.const 0.1)
+ )
)
- (func $other
- (f64.const 0.2)
+ (func $other (type $0)
+ (drop
+ (f64.const 0.2)
+ )
)
)
(module
- (func $erase
- (f32.abs (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.abs (f32.const 0))
+ (func $other (type $0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
+ )
)
)
(module
- (func $keep2
- (f32.abs (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.abs (f32.const 1))
+ (func $other (type $0)
+ (drop
+ (f32.abs
+ (f32.const 1)
+ )
+ )
)
)
(module
- (func $keep2
- (f32.abs (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f32.abs
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.neg (f32.const 0))
+ (func $other (type $0)
+ (drop
+ (f32.neg
+ (f32.const 0)
+ )
+ )
)
)
(module
- (func $erase
- (f32.add (f32.const 0) (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.add (f32.const 0) (f32.const 0))
+ (func $other (type $0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
+ )
)
)
(module
- (func $keep2
- (f32.add (f32.const 0) (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.add (f32.const 0) (f32.const 1))
+ (func $other (type $0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 1)
+ )
+ )
)
)
(module
- (func $keep2
- (f32.add (f32.const 0) (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.add (f32.const 1) (f32.const 0))
+ (func $other (type $0)
+ (drop
+ (f32.add
+ (f32.const 1)
+ (f32.const 0)
+ )
+ )
)
)
(module
- (func $keep2
- (f32.add (f32.const 0) (f32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep2 (type $0)
+ (drop
+ (f32.add
+ (f32.const 0)
+ (f32.const 0)
+ )
+ )
)
- (func $other
- (f32.sub (f32.const 0) (f32.const 0))
+ (func $other (type $0)
+ (drop
+ (f32.sub
+ (f32.const 0)
+ (f32.const 0)
+ )
+ )
)
)
(module
- (func $erase
- (select (i32.const 0) (i32.const 0) (i32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (select (i32.const 0) (i32.const 0) (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
)
(module
- (func $keep
- (select (i32.const 0) (i32.const 0) (i32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (select (i32.const 1) (i32.const 0) (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (select
+ (i32.const 1)
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
)
(module
- (func $keep
- (select (i32.const 0) (i32.const 0) (i32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (select (i32.const 0) (i32.const 2) (i32.const 0))
+ (func $other (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 2)
+ (i32.const 0)
+ )
+ )
)
)
(module
- (func $keep
- (select (i32.const 0) (i32.const 0) (i32.const 0))
+ (memory 0)
+ (type $0 (func))
+ (func $keep (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 0)
+ )
+ )
)
- (func $other
- (select (i32.const 0) (i32.const 0) (i32.const 3))
+ (func $other (type $0)
+ (drop
+ (select
+ (i32.const 0)
+ (i32.const 0)
+ (i32.const 3)
+ )
+ )
)
)
(module
- (func $erase
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
(return)
)
- (func $other
+ (func $other (type $0)
(return)
)
)
(module
- (func $erase (result i32)
- (return (i32.const 0))
+ (memory 0)
+ (type $0 (func (result i32)))
+ (func $erase (type $0) (result i32)
+ (return
+ (i32.const 0)
+ )
)
- (func $other (result i32)
- (return (i32.const 0))
+ (func $other (type $0) (result i32)
+ (return
+ (i32.const 0)
+ )
)
)
(module
- (func $keep (result i32)
- (return (i32.const 0))
+ (memory 0)
+ (type $0 (func (result i32)))
+ (func $keep (type $0) (result i32)
+ (return
+ (i32.const 0)
+ )
)
- (func $other (result i32)
- (return (i32.const 1))
+ (func $other (type $0) (result i32)
+ (return
+ (i32.const 1)
+ )
)
)
(module
- (func $erase
- (current_memory)
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (current_memory)
+ )
)
- (func $other
- (current_memory)
+ (func $other (type $0)
+ (drop
+ (current_memory)
+ )
)
)
(module
- (func $erase
- (grow_memory (i32.const 10))
+ (memory 0)
+ (type $0 (func))
+ (func $erase (type $0)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
+ )
)
- (func $other
- (grow_memory (i32.const 10))
+ (func $other (type $0)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
+ )
)
)
(module
- (func $keep
- (grow_memory (i32.const 10))
+ (memory 0)
+ (type $0 (func))
+ (func $keep (type $0)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
+ )
)
- (func $other
- (grow_memory (i32.const 11))
+ (func $other (type $0)
+ (drop
+ (grow_memory
+ (i32.const 11)
+ )
+ )
)
)
(module
- (func $keep
- (current_memory)
+ (memory 0)
+ (type $0 (func))
+ (func $keep (type $0)
+ (drop
+ (current_memory)
+ )
)
- (func $other
- (grow_memory (i32.const 10))
+ (func $other (type $0)
+ (drop
+ (grow_memory
+ (i32.const 10)
+ )
+ )
)
)
-
diff --git a/test/passes/lower-if-else.txt b/test/passes/lower-if-else.txt
deleted file mode 100644
index 93dd6d916..000000000
--- a/test/passes/lower-if-else.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-(module
- (memory 256 256)
- (type $0 (func))
- (func $ifs (type $0)
- (block $block0
- (if
- (i32.const 0)
- (i32.const 1)
- )
- (block $L0
- (if
- (i32.const 0)
- (br $L0
- (i32.const 1)
- )
- )
- (i32.const 2)
- )
- (block $L1
- (if
- (i32.const 4)
- (br $L1
- (i32.const 5)
- )
- )
- (i32.const 6)
- )
- (i32.eq
- (block $L2
- (if
- (i32.const 4)
- (br $L2
- (i32.const 5)
- )
- )
- (i32.const 6)
- )
- (i32.const 177)
- )
- )
- )
-)
diff --git a/test/passes/lower-if-else.wast b/test/passes/lower-if-else.wast
deleted file mode 100644
index 138a8a206..000000000
--- a/test/passes/lower-if-else.wast
+++ /dev/null
@@ -1,29 +0,0 @@
-(module
- (memory 256 256)
- (func $ifs
- (block
- (if
- (i32.const 0)
- (i32.const 1)
- )
- (if_else
- (i32.const 0)
- (i32.const 1)
- (i32.const 2)
- )
- (if_else
- (i32.const 4)
- (i32.const 5)
- (i32.const 6)
- )
- (i32.eq
- (if_else
- (i32.const 4)
- (i32.const 5)
- (i32.const 6)
- )
- (i32.const 177)
- )
- )
- )
-)
diff --git a/test/passes/metrics.txt b/test/passes/metrics.txt
index 97a241c0b..e5024b1af 100644
--- a/test/passes/metrics.txt
+++ b/test/passes/metrics.txt
@@ -1,10 +1,11 @@
Counts
[funcs] : 1
- [total] : 18
+ [total] : 24
[vars] : 1
binary : 1
block : 1
const : 12
+ drop : 6
if : 4
(module
(memory 256 256)
@@ -14,25 +15,37 @@ Counts
(block $block0
(if
(i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(if
(i32.const 0)
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
)
(if
(i32.const 4)
- (i32.const 5)
- (i32.const 6)
- )
- (i32.eq
- (if
- (i32.const 4)
+ (drop
(i32.const 5)
+ )
+ (drop
(i32.const 6)
)
- (i32.const 177)
+ )
+ (drop
+ (i32.eq
+ (if
+ (i32.const 4)
+ (i32.const 5)
+ (i32.const 6)
+ )
+ (i32.const 177)
+ )
)
)
)
diff --git a/test/passes/metrics.wast b/test/passes/metrics.wast
index 67ad1fc5b..c1f278daa 100644
--- a/test/passes/metrics.wast
+++ b/test/passes/metrics.wast
@@ -1,29 +1,42 @@
(module
(memory 256 256)
- (func $ifs (param $x i32)
+ (type $0 (func (param i32)))
+ (func $ifs (type $0) (param $x i32)
(local $y f32)
- (block
+ (block $block0
(if
(i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
- (if_else
+ (if
(i32.const 0)
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
)
- (if_else
+ (if
(i32.const 4)
- (i32.const 5)
- (i32.const 6)
- )
- (i32.eq
- (if_else
- (i32.const 4)
+ (drop
(i32.const 5)
+ )
+ (drop
(i32.const 6)
)
- (i32.const 177)
+ )
+ (drop
+ (i32.eq
+ (if
+ (i32.const 4)
+ (i32.const 5)
+ (i32.const 6)
+ )
+ (i32.const 177)
+ )
)
)
)
diff --git a/test/passes/nm.txt b/test/passes/nm.txt
index 1129a16ad..1b12c5cff 100644
--- a/test/passes/nm.txt
+++ b/test/passes/nm.txt
@@ -1,6 +1,6 @@
$a : 1
- $b : 4
- $c : 11
+ $b : 5
+ $c : 13
(module
(memory 0)
(type $0 (func))
@@ -8,23 +8,29 @@
(nop)
)
(func $b (type $0)
- (loop $loop-out0 $loop-in1
- (nop)
- (i32.const 1000)
+ (drop
+ (loop $loop-in1
+ (nop)
+ (i32.const 1000)
+ )
)
)
(func $c (type $0)
(block $top
(nop)
- (i32.const 1000)
- (i32.add
- (i32.add
- (i32.const 1001)
- (i32.const 1002)
- )
+ (drop
+ (i32.const 1000)
+ )
+ (drop
(i32.add
- (i32.const 1003)
- (i32.const 1004)
+ (i32.add
+ (i32.const 1001)
+ (i32.const 1002)
+ )
+ (i32.add
+ (i32.const 1003)
+ (i32.const 1004)
+ )
)
)
(br $top)
diff --git a/test/passes/nm.wast b/test/passes/nm.wast
index 72534e55d..8cea1e648 100644
--- a/test/passes/nm.wast
+++ b/test/passes/nm.wast
@@ -1,29 +1,36 @@
(module
- (func $a
+ (memory 0)
+ (type $0 (func))
+ (func $a (type $0)
(nop)
)
- (func $b
- (loop
- (nop)
- (i32.const 1000)
+ (func $b (type $0)
+ (drop
+ (loop $loop-in1
+ (nop)
+ (i32.const 1000)
+ )
)
)
- (func $c
+ (func $c (type $0)
(block $top
(nop)
- (i32.const 1000)
- (i32.add
- (i32.add
- (i32.const 1001)
- (i32.const 1002)
- )
+ (drop
+ (i32.const 1000)
+ )
+ (drop
(i32.add
- (i32.const 1003)
- (i32.const 1004)
+ (i32.add
+ (i32.const 1001)
+ (i32.const 1002)
+ )
+ (i32.add
+ (i32.const 1003)
+ (i32.const 1004)
+ )
)
)
(br $top)
)
)
)
-
diff --git a/test/passes/optimize-instructions.txt b/test/passes/optimize-instructions.txt
index a25c36a5d..e7af4848e 100644
--- a/test/passes/optimize-instructions.txt
+++ b/test/passes/optimize-instructions.txt
@@ -6,115 +6,165 @@
(i32.eqz
(get_local $i1)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
(if
(get_local $i1)
- (i32.const 12)
- (i32.const 11)
+ (drop
+ (i32.const 12)
+ )
+ (drop
+ (i32.const 11)
+ )
)
(if
(i64.eqz
(get_local $i2)
)
- (i32.const 11)
- (i32.const 12)
+ (drop
+ (i32.const 11)
+ )
+ (drop
+ (i32.const 12)
+ )
)
- (i32.le_s
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.le_s
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.lt_s
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.lt_s
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.ge_s
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.ge_s
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.gt_s
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.gt_s
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.le_u
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.le_u
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.lt_u
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.lt_u
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.ge_u
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.ge_u
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.gt_u
- (i32.const 1)
- (i32.const 2)
+ (drop
+ (i32.gt_u
+ (i32.const 1)
+ (i32.const 2)
+ )
)
- (i32.eqz
- (f32.gt
- (f32.const 1)
- (f32.const 2)
+ (drop
+ (i32.eqz
+ (f32.gt
+ (f32.const 1)
+ (f32.const 2)
+ )
)
)
- (i32.eqz
- (f32.ge
- (f32.const 1)
- (f32.const 2)
+ (drop
+ (i32.eqz
+ (f32.ge
+ (f32.const 1)
+ (f32.const 2)
+ )
)
)
- (i32.eqz
- (f32.lt
- (f32.const 1)
- (f32.const 2)
+ (drop
+ (i32.eqz
+ (f32.lt
+ (f32.const 1)
+ (f32.const 2)
+ )
)
)
- (i32.eqz
- (f32.le
- (f32.const 1)
- (f32.const 2)
+ (drop
+ (i32.eqz
+ (f32.le
+ (f32.const 1)
+ (f32.const 2)
+ )
)
)
- (i32.eqz
- (f64.gt
- (f64.const 1)
- (f64.const 2)
+ (drop
+ (i32.eqz
+ (f64.gt
+ (f64.const 1)
+ (f64.const 2)
+ )
)
)
- (i32.eqz
- (f64.ge
- (f64.const 1)
- (f64.const 2)
+ (drop
+ (i32.eqz
+ (f64.ge
+ (f64.const 1)
+ (f64.const 2)
+ )
)
)
- (i32.eqz
- (f64.lt
- (f64.const 1)
- (f64.const 2)
+ (drop
+ (i32.eqz
+ (f64.lt
+ (f64.const 1)
+ (f64.const 2)
+ )
)
)
- (i32.eqz
- (f64.le
- (f64.const 1)
- (f64.const 2)
+ (drop
+ (i32.eqz
+ (f64.le
+ (f64.const 1)
+ (f64.const 2)
+ )
)
)
- (f32.ne
- (f32.const 1)
- (f32.const 2)
+ (drop
+ (f32.ne
+ (f32.const 1)
+ (f32.const 2)
+ )
)
- (f32.eq
- (f32.const 1)
- (f32.const 2)
+ (drop
+ (f32.eq
+ (f32.const 1)
+ (f32.const 2)
+ )
)
- (f64.ne
- (f64.const 1)
- (f64.const 2)
+ (drop
+ (f64.ne
+ (f64.const 1)
+ (f64.const 2)
+ )
)
- (f64.eq
- (f64.const 1)
- (f64.const 2)
+ (drop
+ (f64.eq
+ (f64.const 1)
+ (f64.const 2)
+ )
)
)
)
diff --git a/test/passes/optimize-instructions.wast b/test/passes/optimize-instructions.wast
index bea01bd1c..f06d99fd9 100644
--- a/test/passes/optimize-instructions.wast
+++ b/test/passes/optimize-instructions.wast
@@ -1,48 +1,196 @@
(module
(memory 0)
- (func $f (param $i1 i32) (param $i2 i64)
+ (type $0 (func (param i32 i64)))
+ (func $f (type $0) (param $i1 i32) (param $i2 i64)
(if
(i32.eqz
(get_local $i1)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
(if
(i32.eqz
(get_local $i1)
)
- (i32.const 11)
- (i32.const 12)
+ (drop
+ (i32.const 11)
+ )
+ (drop
+ (i32.const 12)
+ )
)
(if
(i64.eqz
(get_local $i2)
)
- (i32.const 11)
- (i32.const 12)
- )
- (i32.eqz (i32.gt_s (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.ge_s (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.lt_s (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.le_s (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.gt_u (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.ge_u (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.lt_u (i32.const 1) (i32.const 2)))
- (i32.eqz (i32.le_u (i32.const 1) (i32.const 2)))
-
- (i32.eqz (f32.gt (f32.const 1) (f32.const 2)))
- (i32.eqz (f32.ge (f32.const 1) (f32.const 2)))
- (i32.eqz (f32.lt (f32.const 1) (f32.const 2)))
- (i32.eqz (f32.le (f32.const 1) (f32.const 2)))
- (i32.eqz (f64.gt (f64.const 1) (f64.const 2)))
- (i32.eqz (f64.ge (f64.const 1) (f64.const 2)))
- (i32.eqz (f64.lt (f64.const 1) (f64.const 2)))
- (i32.eqz (f64.le (f64.const 1) (f64.const 2)))
-
- (i32.eqz (f32.eq (f32.const 1) (f32.const 2)))
- (i32.eqz (f32.ne (f32.const 1) (f32.const 2)))
- (i32.eqz (f64.eq (f64.const 1) (f64.const 2)))
- (i32.eqz (f64.ne (f64.const 1) (f64.const 2)))
+ (drop
+ (i32.const 11)
+ )
+ (drop
+ (i32.const 12)
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.gt_s
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.ge_s
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.lt_s
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.le_s
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.gt_u
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.ge_u
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.lt_u
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (i32.le_u
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f32.gt
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f32.ge
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f32.lt
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f32.le
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f64.gt
+ (f64.const 1)
+ (f64.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f64.ge
+ (f64.const 1)
+ (f64.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f64.lt
+ (f64.const 1)
+ (f64.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f64.le
+ (f64.const 1)
+ (f64.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f32.eq
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f32.ne
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f64.eq
+ (f64.const 1)
+ (f64.const 2)
+ )
+ )
+ )
+ (drop
+ (i32.eqz
+ (f64.ne
+ (f64.const 1)
+ (f64.const 2)
+ )
+ )
+ )
)
)
-
diff --git a/test/passes/post-emscripten.txt b/test/passes/post-emscripten.txt
index c122b77d5..fd2ada3c1 100644
--- a/test/passes/post-emscripten.txt
+++ b/test/passes/post-emscripten.txt
@@ -2,29 +2,41 @@
(memory 256 256)
(type $0 (func (param i32)))
(func $b0 (type $0) (param $x i32)
- (i32.load offset=1
- (get_local $x)
- )
- (i32.load offset=8
- (get_local $x)
- )
- (i32.load offset=1023
- (get_local $x)
+ (drop
+ (i32.load offset=1
+ (get_local $x)
+ )
)
- (i32.load
- (i32.add
+ (drop
+ (i32.load offset=8
(get_local $x)
- (i32.const 1024)
)
)
- (i32.load
- (i32.add
+ (drop
+ (i32.load offset=1023
(get_local $x)
- (i32.const 2048)
)
)
- (i32.load offset=4
- (get_local $x)
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 1024)
+ )
+ )
+ )
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 2048)
+ )
+ )
+ )
+ (drop
+ (i32.load offset=4
+ (get_local $x)
+ )
)
)
)
diff --git a/test/passes/post-emscripten.wast b/test/passes/post-emscripten.wast
index 1da5afd61..b554fea53 100644
--- a/test/passes/post-emscripten.wast
+++ b/test/passes/post-emscripten.wast
@@ -1,42 +1,54 @@
(module
(memory 256 256)
- (func $b0 (param $x i32)
- (i32.load
- (i32.add
- (get_local $x)
- (i32.const 1)
+ (type $0 (func (param i32)))
+ (func $b0 (type $0) (param $x i32)
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 1)
+ )
)
)
- (i32.load
- (i32.add
- (get_local $x)
- (i32.const 8)
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 8)
+ )
)
)
- (i32.load
- (i32.add
- (get_local $x)
- (i32.const 1023)
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 1023)
+ )
)
)
- (i32.load
- (i32.add
- (get_local $x)
- (i32.const 1024)
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 1024)
+ )
)
)
- (i32.load
- (i32.add
- (get_local $x)
- (i32.const 2048)
+ (drop
+ (i32.load
+ (i32.add
+ (get_local $x)
+ (i32.const 2048)
+ )
)
)
- (i32.load
- (i32.add
- (i32.const 4)
- (get_local $x)
+ (drop
+ (i32.load
+ (i32.add
+ (i32.const 4)
+ (get_local $x)
+ )
)
)
)
)
-
diff --git a/test/passes/precompute.txt b/test/passes/precompute.txt
index a3e8623f5..9825594b6 100644
--- a/test/passes/precompute.txt
+++ b/test/passes/precompute.txt
@@ -2,15 +2,25 @@
(memory 0)
(type $0 (func (param i32)))
(func $x (type $0) (param $x i32)
- (i32.const 3)
- (i32.add
- (i32.const 1)
- (get_local $x)
+ (drop
+ (i32.const 3)
)
- (i32.const 6)
- (i32.const -1)
- (i32.const 3)
- (loop $loop-out0 $in
+ (drop
+ (i32.add
+ (i32.const 1)
+ (get_local $x)
+ )
+ )
+ (drop
+ (i32.const 6)
+ )
+ (drop
+ (i32.const -1)
+ )
+ (drop
+ (i32.const 3)
+ )
+ (loop $in
(br $in)
)
)
diff --git a/test/passes/precompute.wast b/test/passes/precompute.wast
index 0282ac61b..808485a34 100644
--- a/test/passes/precompute.wast
+++ b/test/passes/precompute.wast
@@ -1,19 +1,45 @@
(module
- (func $x (param $x i32)
- (i32.add (i32.const 1) (i32.const 2)) ;; precomputable
- (i32.add (i32.const 1) (get_local $x))
- (i32.add (i32.const 1) (i32.add (i32.const 2) (i32.const 3))) ;; cascade
- (i32.sub (i32.const 1) (i32.const 2))
- (i32.sub
+ (memory 0)
+ (type $0 (func (param i32)))
+ (func $x (type $0) (param $x i32)
+ (drop
(i32.add
- (i32.const 0)
- (i32.const 4)
+ (i32.const 1)
+ (i32.const 2)
)
- (i32.const 1)
)
- (loop $in ;; infinite loop
+ (drop
+ (i32.add
+ (i32.const 1)
+ (get_local $x)
+ )
+ )
+ (drop
+ (i32.add
+ (i32.const 1)
+ (i32.add
+ (i32.const 2)
+ (i32.const 3)
+ )
+ )
+ )
+ (drop
+ (i32.sub
+ (i32.const 1)
+ (i32.const 2)
+ )
+ )
+ (drop
+ (i32.sub
+ (i32.add
+ (i32.const 0)
+ (i32.const 4)
+ )
+ (i32.const 1)
+ )
+ )
+ (loop $in
(br $in)
)
)
)
-
diff --git a/test/passes/remove-imports.txt b/test/passes/remove-imports.txt
index a285ef0eb..b8d45e8eb 100644
--- a/test/passes/remove-imports.txt
+++ b/test/passes/remove-imports.txt
@@ -5,7 +5,11 @@
(type $FUNCSIG$d (func (result f64)))
(func $nada (type $FUNCSIG$v)
(nop)
- (i32.const 0)
- (f64.const 0)
+ (drop
+ (i32.const 0)
+ )
+ (drop
+ (f64.const 0)
+ )
)
)
diff --git a/test/passes/remove-imports.wast b/test/passes/remove-imports.wast
index 00190a32d..babd60fdc 100644
--- a/test/passes/remove-imports.wast
+++ b/test/passes/remove-imports.wast
@@ -1,11 +1,18 @@
(module
(memory 1024 1024)
+ (type $FUNCSIG$v (func))
+ (type $FUNCSIG$i (func (result i32)))
+ (type $FUNCSIG$d (func (result f64)))
(import $waka "somewhere" "waka")
(import $waka-ret "somewhere" "waka-ret" (result i32))
(import $waka-ret-d "somewhere" "waka-ret-d" (result f64))
- (func $nada
+ (func $nada (type $FUNCSIG$v)
(call_import $waka)
- (call_import $waka-ret)
- (call_import $waka-ret-d)
+ (drop
+ (call_import $waka-ret)
+ )
+ (drop
+ (call_import $waka-ret-d)
+ )
)
)
diff --git a/test/passes/remove-unused-brs.txt b/test/passes/remove-unused-brs.txt
index 4290d9e05..1c5c8e713 100644
--- a/test/passes/remove-unused-brs.txt
+++ b/test/passes/remove-unused-brs.txt
@@ -9,7 +9,11 @@
)
(func $b1 (type $0) (param $i1 i32)
(block $topmost
- (i32.const 0)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ )
)
)
(func $b2 (type $0) (param $i1 i32)
@@ -27,14 +31,22 @@
(func $b4 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (i32.const 0)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ )
)
)
)
(func $b5 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (i32.const 0)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ )
)
)
)
@@ -47,9 +59,13 @@
)
(func $b7 (type $0) (param $i1 i32)
(block $topmost
- (br_if $topmost
- (i32.const 0)
- (i32.const 1)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ (br_if $topmost
+ (i32.const 1)
+ )
)
)
)
@@ -74,9 +90,13 @@
(func $b10 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (br_if $topmost
- (i32.const 0)
- (i32.const 1)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ (br_if $topmost
+ (i32.const 1)
+ )
)
)
)
@@ -84,25 +104,41 @@
(func $b11 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (br_if $inner
- (i32.const 0)
- (i32.const 1)
+ (block $block0
+ (drop
+ (i32.const 0)
+ )
+ (br_if $inner
+ (i32.const 1)
+ )
)
)
)
)
(func $b12-yes (type $1)
(block $topmost
- (select
+ (if
+ (i32.const 1)
(block $block1
- (i32.const 12)
- (i32.const 1)
+ (drop
+ (i32.const 12)
+ )
+ (block $block2
+ (drop
+ (i32.const 1)
+ )
+ )
)
(block $block3
- (i32.const 27)
- (i32.const 2)
+ (drop
+ (i32.const 27)
+ )
+ (block $block4
+ (drop
+ (i32.const 2)
+ )
+ )
)
- (i32.const 1)
)
)
)
@@ -111,14 +147,18 @@
(if
(i32.const 1)
(block $block1
- (i32.const 12)
+ (drop
+ (i32.const 12)
+ )
(br_if $topmost
(i32.const 1)
(i32.const 1)
)
)
(block $block3
- (i32.const 27)
+ (drop
+ (i32.const 27)
+ )
(br $topmost
(i32.const 2)
)
@@ -149,9 +189,13 @@
)
(func $b15 (type $1)
(block $topmost
- (br_if $topmost
- (i32.const 0)
+ (if
(i32.const 18)
+ (block $block1
+ (drop
+ (i32.const 0)
+ )
+ )
)
)
)
@@ -177,38 +221,42 @@
)
(func $b17 (type $1)
(block $a
- (select
+ (if
+ (i32.const 0)
(block $block1
)
(block $block3
)
- (i32.const 0)
)
)
(block $a
- (select
- (i32.const 1)
+ (if
+ (i32.const 0)
+ (drop
+ (i32.const 1)
+ )
(block $block6
)
- (i32.const 0)
)
)
(block $a
- (select
+ (if
+ (i32.const 0)
(block $block8
)
- (i32.const 1)
- (i32.const 0)
+ (drop
+ (i32.const 1)
+ )
)
)
(block $c
(block $b
- (select
+ (if
+ (i32.const 0)
(block $block11
)
(block $block13
)
- (i32.const 0)
)
)
)
@@ -224,11 +272,11 @@
)
(func $ret-3 (type $1)
(block $block0
- (select
+ (if
+ (i32.const 0)
(nop)
(block $block3
)
- (i32.const 0)
)
)
)
@@ -243,43 +291,72 @@
(block $a
(if
(i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
(block $block2
- (br $a
- (i32.const 2)
+ (block $block3
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
+ )
+ (drop
+ (i32.const 3)
)
- (i32.const 3)
)
)
(if
(i32.const 0)
(block $block4
- (br $a
- (i32.const 2)
+ (block $block5
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
+ )
+ (drop
+ (i32.const 3)
)
- (i32.const 3)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(if
(block $block6
- (br $a
- (i32.const 2)
+ (block $block7
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
)
(i32.const 3)
)
- (i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 0)
+ )
+ (drop
+ (i32.const 1)
+ )
)
- (select
+ (if
(block $a
- (i32.const 1)
+ (i32.const 0)
)
(block $a
- (i32.const 2)
+ (block $block11
+ (drop
+ (i32.const 1)
+ )
+ )
)
(block $a
- (i32.const 0)
+ (block $block13
+ (drop
+ (i32.const 2)
+ )
+ )
)
)
)
@@ -287,37 +364,54 @@
(func $side-effects-and-order (type $2) (result i32)
(local $x i32)
(block $do-once$0
- (br_if $do-once$0
- (i32.const 0)
+ (if
(call $b13)
+ (block $block1
+ (drop
+ (i32.const 0)
+ )
+ (br $do-once$0)
+ )
+ )
+ (drop
+ (i32.const 1)
)
- (i32.const 1)
)
(block $do-once$0
(if
(call $b13)
- (br $do-once$0
- (call $b14)
+ (block $block3
+ (drop
+ (call $b14)
+ )
+ (br $do-once$0)
)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(block $do-once$0
(if
(i32.const 0)
- (br $do-once$0
- (call $b14)
+ (block $block5
+ (drop
+ (call $b14)
+ )
+ (br $do-once$0)
)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(block $do-once$0
(if
- (set_local $x
+ (tee_local $x
(i32.const 1)
)
(br $do-once$0
- (set_local $x
+ (tee_local $x
(i32.const 2)
)
)
diff --git a/test/passes/remove-unused-brs.wast b/test/passes/remove-unused-brs.wast
index b7dc1cc25..f3d20f5e0 100644
--- a/test/passes/remove-unused-brs.wast
+++ b/test/passes/remove-unused-brs.wast
@@ -1,126 +1,172 @@
(module
(memory 256 256)
- (func $b0-yes (param $i1 i32)
+ (type $0 (func (param i32)))
+ (type $1 (func))
+ (type $2 (func (result i32)))
+ (func $b0-yes (type $0) (param $i1 i32)
(block $topmost
(br $topmost)
)
)
- (func $b1 (param $i1 i32)
+ (func $b1 (type $0) (param $i1 i32)
(block $topmost
- (br $topmost
- (i32.const 0)
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br $topmost)
)
)
)
- (func $b2 (param $i1 i32)
+ (func $b2 (type $0) (param $i1 i32)
(block $topmost
(block $inner
(br $topmost)
)
)
)
- (func $b3-yes (param $i1 i32)
+ (func $b3-yes (type $0) (param $i1 i32)
(block $topmost
(block $inner
(br $inner)
)
)
)
- (func $b4 (param $i1 i32)
+ (func $b4 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (br $topmost
- (i32.const 0)
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br $topmost)
)
)
)
)
- (func $b5 (param $i1 i32)
+ (func $b5 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (br $inner
- (i32.const 0)
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br $inner)
)
)
)
)
- (func $b6 (param $i1 i32)
- (block $topmost
- (br_if $topmost (i32.const 1))
- )
- )
- (func $b7 (param $i1 i32)
+ (func $b6 (type $0) (param $i1 i32)
(block $topmost
(br_if $topmost
- (i32.const 0)
(i32.const 1)
)
)
)
- (func $b8 (param $i1 i32)
+ (func $b7 (type $0) (param $i1 i32)
(block $topmost
- (block $inner
- (br_if $topmost (i32.const 1))
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br_if $topmost
+ (i32.const 1)
+ )
)
)
)
- (func $b9 (param $i1 i32)
+ (func $b8 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (br_if $topmost (i32.const 1))
+ (br_if $topmost
+ (i32.const 1)
+ )
)
)
)
- (func $b10 (param $i1 i32)
+ (func $b9 (type $0) (param $i1 i32)
(block $topmost
(block $inner
(br_if $topmost
- (i32.const 0)
(i32.const 1)
)
)
)
)
- (func $b11 (param $i1 i32)
+ (func $b10 (type $0) (param $i1 i32)
(block $topmost
(block $inner
- (br_if $inner
- (i32.const 0)
- (i32.const 1)
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br_if $topmost
+ (i32.const 1)
+ )
)
)
)
)
- (func $b12-yes
+ (func $b11 (type $0) (param $i1 i32)
(block $topmost
- (if_else (i32.const 1)
+ (block $inner
(block
- (i32.const 12)
- (br $topmost
+ (drop
+ (i32.const 0)
+ )
+ (br_if $inner
(i32.const 1)
)
)
- (block
- (i32.const 27)
- (br $topmost
- (i32.const 2)
+ )
+ )
+ )
+ (func $b12-yes (type $1)
+ (block $topmost
+ (if
+ (i32.const 1)
+ (block $block1
+ (drop
+ (i32.const 12)
+ )
+ (block
+ (drop
+ (i32.const 1)
+ )
+ (br $topmost)
+ )
+ )
+ (block $block3
+ (drop
+ (i32.const 27)
+ )
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (br $topmost)
)
)
)
)
)
- (func $b13 (result i32)
+ (func $b13 (type $2) (result i32)
(block $topmost
- (if_else (i32.const 1)
- (block
- (i32.const 12)
+ (if
+ (i32.const 1)
+ (block $block1
+ (drop
+ (i32.const 12)
+ )
(br_if $topmost
(i32.const 1)
(i32.const 1)
)
)
- (block
- (i32.const 27)
+ (block $block3
+ (drop
+ (i32.const 27)
+ )
(br $topmost
(i32.const 2)
)
@@ -129,19 +175,20 @@
(i32.const 3)
)
)
- (func $b14 (result i32)
+ (func $b14 (type $2) (result i32)
(block $topmost
- (if_else (i32.const 1)
- (block
+ (if
+ (i32.const 1)
+ (block $block1
(i32.const 12)
)
- (block
+ (block $block3
(i32.const 27)
)
)
)
)
- (func $b15
+ (func $b15 (type $1)
(block $topmost
(if
(i32.const 17)
@@ -149,15 +196,20 @@
)
)
)
- (func $b15
+ (func $b15 (type $1)
(block $topmost
(if
(i32.const 18)
- (br $topmost (i32.const 0))
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br $topmost)
+ )
)
)
)
- (func $b16
+ (func $b16 (type $1)
(block $a
(block $b
(block $c
@@ -186,14 +238,14 @@
(br $a)
)
)
- (func $b17
+ (func $b17 (type $1)
(block $a
(if
(i32.const 0)
- (block
+ (block $block1
(br $a)
)
- (block
+ (block $block3
(br $a)
)
)
@@ -201,8 +253,10 @@
(block $a
(if
(i32.const 0)
- (i32.const 1)
- (block
+ (drop
+ (i32.const 1)
+ )
+ (block $block6
(br $a)
)
)
@@ -210,131 +264,192 @@
(block $a
(if
(i32.const 0)
- (block
+ (block $block8
(br $a)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
)
(block $c
(block $b
(if
(i32.const 0)
- (block
+ (block $block11
(br $b)
)
- (block
+ (block $block13
(br $c)
)
)
)
)
)
- (func $ret-1
+ (func $ret-1 (type $1)
(return)
)
- (func $ret-2
- (block
- (block
+ (func $ret-2 (type $1)
+ (block $block0
+ (block $block1
(return)
)
)
)
- (func $ret-3
- (block
+ (func $ret-3 (type $1)
+ (block $block0
(if
(i32.const 0)
(return)
- (block
+ (block $block3
(return)
)
)
)
)
- (func $ret-value (result i32)
- (block
- (block
- (return (i32.const 1))
+ (func $ret-value (type $2) (result i32)
+ (block $block0
+ (block $block1
+ (return
+ (i32.const 1)
+ )
)
)
)
- (func $no-select-but-the-last
+ (func $no-select-but-the-last (type $1)
(block $a
(if
(i32.const 0)
- (i32.const 1)
- (block
- (br $a (i32.const 2))
- (i32.const 3)
+ (drop
+ (i32.const 1)
+ )
+ (block $block2
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
+ )
+ (drop
+ (i32.const 3)
+ )
)
)
(if
(i32.const 0)
- (block
- (br $a (i32.const 2))
- (i32.const 3)
+ (block $block4
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
+ )
+ (drop
+ (i32.const 3)
+ )
+ )
+ (drop
+ (i32.const 1)
)
- (i32.const 1)
)
(if
- (block
- (br $a (i32.const 2))
+ (block $block6
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
+ )
(i32.const 3)
)
- (i32.const 0)
- (i32.const 1)
+ (drop
+ (i32.const 0)
+ )
+ (drop
+ (i32.const 1)
+ )
)
- (if ;; brs to the inner $a's get removed, the it is selectifiable
+ (if
(block $a
- (br $a (i32.const 0))
+ (br $a
+ (i32.const 0)
+ )
)
(block $a
- (br $a (i32.const 1))
+ (block
+ (drop
+ (i32.const 1)
+ )
+ (br $a)
+ )
)
(block $a
- (br $a (i32.const 2))
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (br $a)
+ )
)
)
)
)
- (func $side-effects-and-order (result i32)
+ (func $side-effects-and-order (type $2) (result i32)
(local $x i32)
(block $do-once$0
(if
(call $b13)
- (br $do-once$0
- (i32.const 0)
+ (block
+ (drop
+ (i32.const 0)
+ )
+ (br $do-once$0)
)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(block $do-once$0
(if
(call $b13)
- (br $do-once$0
- (call $b14)
+ (block
+ (drop
+ (call $b14)
+ )
+ (br $do-once$0)
)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(block $do-once$0
(if
(i32.const 0)
- (br $do-once$0
- (call $b14)
+ (block
+ (drop
+ (call $b14)
+ )
+ (br $do-once$0)
)
)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
(block $do-once$0
(if
- (set_local $x (i32.const 1))
+ (tee_local $x
+ (i32.const 1)
+ )
(br $do-once$0
- (set_local $x (i32.const 2))
+ (tee_local $x
+ (i32.const 2)
+ )
)
)
(i32.const 1)
)
)
)
-
diff --git a/test/passes/remove-unused-functions.txt b/test/passes/remove-unused-functions.txt
index cd819d347..1bd30e866 100644
--- a/test/passes/remove-unused-functions.txt
+++ b/test/passes/remove-unused-functions.txt
@@ -2,7 +2,7 @@
(memory 0)
(start $start)
(type $0 (func))
- (export "exported" $exported)
+ (export "exported" (func $exported))
(table 1 1 anyfunc)
(elem (i32.const 0) $called_indirect)
(func $start (type $0)
diff --git a/test/passes/remove-unused-functions.wast b/test/passes/remove-unused-functions.wast
index 4c89804bf..9449a25cb 100644
--- a/test/passes/remove-unused-functions.wast
+++ b/test/passes/remove-unused-functions.wast
@@ -1,46 +1,47 @@
(module
+ (memory 0)
(start $start)
+ (type $0 (func))
(export "exported" $exported)
(table $called_indirect)
- (func $start
+ (func $start (type $0)
(call $called0)
)
- (func $called0
+ (func $called0 (type $0)
(call $called1)
)
- (func $called1
+ (func $called1 (type $0)
(nop)
)
- (func $called_indirect
+ (func $called_indirect (type $0)
(nop)
)
- (func $exported
+ (func $exported (type $0)
(call $called2)
)
- (func $called2
+ (func $called2 (type $0)
(call $called2)
(call $called3)
)
- (func $called3
+ (func $called3 (type $0)
(call $called4)
)
- (func $called4
+ (func $called4 (type $0)
(call $called3)
)
- (func $remove0
+ (func $remove0 (type $0)
(call $remove1)
)
- (func $remove1
+ (func $remove1 (type $0)
(nop)
)
- (func $remove2
+ (func $remove2 (type $0)
(call $remove2)
)
- (func $remove3
+ (func $remove3 (type $0)
(call $remove4)
)
- (func $remove4
+ (func $remove4 (type $0)
(call $remove3)
)
)
-
diff --git a/test/passes/remove-unused-names.txt b/test/passes/remove-unused-names.txt
index b36ebb622..fa42e8d28 100644
--- a/test/passes/remove-unused-names.txt
+++ b/test/passes/remove-unused-names.txt
@@ -6,42 +6,45 @@
(i32.const 0)
)
(func $loops (type $1)
- (loop $out $in
- (br $out)
- (br $in)
- )
(block $out
- (br $out)
+ (loop $in
+ (br $out)
+ (br $in)
+ )
)
(loop $in
(br $in)
)
- (loop
- (nop)
- )
- (loop
- (loop $out $in
+ (nop)
+ (block $out
+ (loop $in
(br $out)
(br $in)
)
)
- (block
- (loop $out $in
+ (block $out
+ (loop $in
(br $out)
(br $in)
)
)
- (loop $out $in
- (br $out)
- (br $in)
+ (loop $in
+ (block $out
+ (br $out)
+ (br $in)
+ )
)
- (loop $out $in
- (br $out)
- (br $in)
+ (loop $in
+ (block $out
+ (br $out)
+ (br $in)
+ )
)
- (loop $out $in
- (br $out)
- (br $in)
+ (block $out
+ (loop $in
+ (br $out)
+ (br $in)
+ )
)
)
(func $merges (type $1)
diff --git a/test/passes/remove-unused-names.wast b/test/passes/remove-unused-names.wast
index 9423b2675..c8efa0c15 100644
--- a/test/passes/remove-unused-names.wast
+++ b/test/passes/remove-unused-names.wast
@@ -1,37 +1,42 @@
(module
(memory 256 256)
- (func $b0 (param $i1 i32) (result i32)
+ (type $0 (func (param i32) (result i32)))
+ (type $1 (func))
+ (func $b0 (type $0) (param $i1 i32) (result i32)
(block $topmost
(i32.const 0)
)
)
- (func $loops
- (loop $out $in
- (br $out)
- (br $in)
- )
- (loop $out $in
- (br $out)
+ (func $loops (type $1)
+ (block $out
+ (loop $in
+ (br $out)
+ (br $in)
+ )
)
- (loop $out $in
+ (loop $in
(br $in)
)
- (loop $out $in
+ (loop $in
(nop)
)
- (loop $out $in
- (loop $out $in
- (br $out)
- (br $in)
+ (block $out
+ (loop $in
+ (block $out
+ (loop $in
+ (br $out)
+ (br $in)
+ )
+ )
)
)
(block $out
- (loop $out $in
+ (loop $in
(br $out)
(br $in)
)
)
- (loop $out $in
+ (loop $in
(block $out
(br $out)
(br $in)
@@ -50,7 +55,7 @@
)
)
)
- (func $merges
+ (func $merges (type $1)
(block $a
(block $b
(br $a)
@@ -59,14 +64,17 @@
)
(block $a
(block $b
- (br_table $a $b (i32.const 3))
+ (br_table $a $b
+ (i32.const 3)
+ )
)
)
(block $a
(block $b
- (br_table $b $a (i32.const 3))
+ (br_table $b $a
+ (i32.const 3)
+ )
)
)
)
)
-
diff --git a/test/passes/remove-unused-names_merge-blocks.txt b/test/passes/remove-unused-names_merge-blocks.txt
index 88d284a5a..4557f3da4 100644
--- a/test/passes/remove-unused-names_merge-blocks.txt
+++ b/test/passes/remove-unused-names_merge-blocks.txt
@@ -16,7 +16,9 @@
(nop)
)
(func $b0-yes (type $i) (param $i1 i32)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
(func $b0-no (type $i) (param $i1 i32)
(block $topmost
@@ -32,313 +34,527 @@
)
)
(func $b1-yes (type $i) (param $i1 i32)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
)
(func $b2-yes (type $i) (param $i1 i32)
- (i32.const 5)
- (i32.const 10)
- (i32.const 15)
+ (drop
+ (i32.const 5)
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 15)
+ )
)
(func $b3-yes (type $i) (param $i1 i32)
- (i32.const 3)
- (i32.const 6)
- (i32.const 10)
- (i32.const 15)
- (i32.const 20)
+ (drop
+ (i32.const 3)
+ )
+ (drop
+ (i32.const 6)
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 15)
+ )
+ (drop
+ (i32.const 20)
+ )
)
(func $b4 (type $i) (param $i1 i32)
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
)
(func $b5 (type $i) (param $i1 i32)
(block $middle
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
(br $middle)
)
)
(func $b6 (type $i) (param $i1 i32)
- (i32.const 5)
+ (drop
+ (i32.const 5)
+ )
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
- (i32.const 15)
+ (drop
+ (i32.const 15)
+ )
)
(func $b7 (type $i) (param $i1 i32)
- (i32.const 3)
+ (drop
+ (i32.const 3)
+ )
(block $middle
- (i32.const 6)
+ (drop
+ (i32.const 6)
+ )
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
- (i32.const 15)
+ (drop
+ (i32.const 15)
+ )
(br $middle)
)
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
)
(func $unary (type $3)
(local $x i32)
- (i32.eqz
- (block
- (i32.const 10)
+ (drop
+ (i32.eqz
+ (block
+ (i32.const 10)
+ )
)
)
- (i32.const 10)
- (i32.eqz
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.eqz
+ (i32.const 20)
+ )
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
(i32.const 20)
)
- (i32.const 10)
- (i32.const 20)
- (i32.eqz
- (i32.const 30)
+ (drop
+ (i32.eqz
+ (i32.const 30)
+ )
+ )
+ (drop
+ (i32.const 10)
)
- (i32.const 10)
(set_local $x
(i32.const 20)
)
- (i32.const 10)
- (i32.load
- (i32.const 20)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.load
+ (i32.const 20)
+ )
+ )
+ (drop
+ (i32.const 10)
)
- (i32.const 10)
(return
(unreachable)
)
)
(func $binary (type $3)
- (i32.add
- (block
+ (drop
+ (i32.add
+ (block
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.add
+ (i32.const 20)
+ (i32.const 30)
+ )
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 20)
+ )
+ (drop
+ (i32.add
+ (i32.const 30)
+ (i32.const 40)
+ )
+ )
+ (drop
+ (i32.add
(i32.const 10)
+ (block
+ (i32.const 20)
+ )
)
+ )
+ (drop
(i32.const 20)
)
- (i32.const 10)
- (i32.add
+ (drop
+ (i32.add
+ (i32.const 10)
+ (i32.const 30)
+ )
+ )
+ (drop
(i32.const 20)
- (i32.const 30)
)
- (i32.const 10)
- (i32.const 20)
- (i32.add
+ (drop
(i32.const 30)
- (i32.const 40)
)
- (i32.add
- (i32.const 10)
- (block
- (i32.const 20)
+ (drop
+ (i32.add
+ (i32.const 10)
+ (i32.const 40)
)
)
- (i32.const 20)
- (i32.add
- (i32.const 10)
- (i32.const 30)
+ (drop
+ (i32.add
+ (block
+ (i32.const 10)
+ )
+ (block
+ (i32.const 20)
+ )
+ )
)
- (i32.const 20)
- (i32.const 30)
- (i32.add
+ (drop
(i32.const 10)
- (i32.const 40)
)
- (i32.add
- (block
- (i32.const 10)
- )
- (block
+ (drop
+ (i32.const 30)
+ )
+ (drop
+ (i32.add
(i32.const 20)
+ (i32.const 40)
)
)
- (i32.const 10)
- (i32.const 30)
- (i32.add
+ (drop
+ (i32.const 10)
+ )
+ (drop
(i32.const 20)
+ )
+ (drop
(i32.const 40)
)
- (i32.const 10)
- (i32.const 20)
- (i32.const 40)
- (i32.const 50)
- (i32.add
- (i32.const 30)
- (i32.const 60)
+ (drop
+ (i32.const 50)
+ )
+ (drop
+ (i32.add
+ (i32.const 30)
+ (i32.const 60)
+ )
+ )
+ (drop
+ (i32.const 20)
)
- (i32.const 20)
(i32.store
(i32.const 10)
(i32.const 30)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(i32.store
(i32.const 20)
(i32.const 30)
)
- (i32.add
- (unreachable)
- (block
- (i32.const 10)
- (i32.const 20)
+ (drop
+ (i32.add
+ (unreachable)
+ (block
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
)
)
(unreachable)
- (i32.const 20)
- (i32.add
- (i32.const 10)
- (i32.const 30)
- )
- )
- (func $trinary (type $3)
- (i32.const 10)
- (i32.const 30)
- (i32.const 50)
- (select
+ (drop
(i32.const 20)
- (i32.const 40)
- (i32.const 60)
)
- (i32.const 20)
- (i32.const 40)
- (select
- (block
+ (drop
+ (i32.add
(i32.const 10)
+ (i32.const 30)
)
+ )
+ )
+ (func $trinary (type $3)
+ (drop
+ (i32.const 10)
+ )
+ (drop
(i32.const 30)
+ )
+ (drop
(i32.const 50)
)
- (i32.const 10)
- (i32.const 40)
- (select
- (i32.const 20)
- (block
- (i32.const 30)
+ (drop
+ (select
+ (i32.const 20)
+ (i32.const 40)
+ (i32.const 60)
)
- (i32.const 50)
)
- (i32.const 10)
- (i32.const 30)
- (select
+ (drop
(i32.const 20)
+ )
+ (drop
(i32.const 40)
- (block
+ )
+ (drop
+ (select
+ (block
+ (i32.const 10)
+ )
+ (i32.const 30)
(i32.const 50)
)
)
- (i32.const 30)
- (select
- (block
- (i32.const 10)
- )
- (block
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 40)
+ )
+ (drop
+ (select
(i32.const 20)
+ (block
+ (i32.const 30)
+ )
+ (i32.const 50)
)
- (i32.const 40)
)
- (i32.const 20)
- (select
- (block
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (drop
+ (select
+ (i32.const 20)
+ (i32.const 40)
+ (block
+ (i32.const 50)
+ )
)
+ )
+ (drop
(i32.const 30)
- (block
+ )
+ (drop
+ (select
+ (block
+ (i32.const 10)
+ )
+ (block
+ (i32.const 20)
+ )
(i32.const 40)
)
)
- (i32.const 10)
- (select
+ (drop
(i32.const 20)
- (block
+ )
+ (drop
+ (select
+ (block
+ (i32.const 10)
+ )
(i32.const 30)
+ (block
+ (i32.const 40)
+ )
)
- (block
- (i32.const 40)
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (select
+ (i32.const 20)
+ (block
+ (i32.const 30)
+ )
+ (block
+ (i32.const 40)
+ )
)
)
(unreachable)
- (i32.const 30)
- (i32.const 50)
- (select
- (i32.const 20)
- (i32.const 40)
- (i32.const 60)
+ (drop
+ (i32.const 30)
)
- (i32.const 10)
- (select
- (unreachable)
- (block
- (i32.const 30)
+ (drop
+ (i32.const 50)
+ )
+ (drop
+ (select
+ (i32.const 20)
(i32.const 40)
- )
- (block
- (i32.const 50)
(i32.const 60)
)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (select
+ (unreachable)
+ (block
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
+ )
+ )
+ (drop
+ (i32.const 10)
+ )
(unreachable)
- (i32.const 50)
- (select
- (i32.const 20)
- (i32.const 40)
- (i32.const 60)
+ (drop
+ (i32.const 50)
)
- (i32.const 10)
- (i32.const 30)
- (select
- (i32.const 20)
- (unreachable)
- (block
- (i32.const 50)
+ (drop
+ (select
+ (i32.const 20)
+ (i32.const 40)
(i32.const 60)
)
)
- (i32.const 10)
- (i32.const 30)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (drop
+ (select
+ (i32.const 20)
+ (unreachable)
+ (block
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
+ )
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
(unreachable)
- (select
- (i32.const 20)
- (i32.const 40)
- (i32.const 60)
+ (drop
+ (select
+ (i32.const 20)
+ (i32.const 40)
+ (i32.const 60)
+ )
)
- (i32.const 10)
- (i32.const 30)
- (i32.const 50)
- (select
- (i32.const 20)
- (i32.const 40)
- (unreachable)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (drop
+ (i32.const 50)
+ )
+ (drop
+ (select
+ (i32.const 20)
+ (i32.const 40)
+ (unreachable)
+ )
)
)
(func $breaks (type $3)
(block $out
- (i32.const 10)
- (br $out
+ (drop
+ (i32.const 10)
+ )
+ (drop
(i32.const 20)
)
- (i32.const 10)
+ (br $out)
+ (drop
+ (i32.const 10)
+ )
(br_if $out
(i32.const 20)
)
- (i32.const 10)
- (i32.const 30)
- (br_if $out
+ (drop
+ (i32.const 10)
+ )
+ (drop
(i32.const 20)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (br_if $out
(i32.const 40)
)
- (i32.const 10)
- (br_table $out $out
- (i32.const 20)
+ (drop
+ (i32.const 10)
)
- (i32.const 10)
- (i32.const 30)
(br_table $out $out
(i32.const 20)
- (i32.const 40)
)
+ (drop
+ (block $out2
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (br_table $out2 $out2
+ (i32.const 20)
+ (i32.const 40)
+ )
+ )
+ )
+ (unreachable)
)
)
(func $calls (type $3)
@@ -347,80 +563,120 @@
(i32.const 10)
)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(call $call-i
(i32.const 20)
)
- (i32.const 10)
- (i32.const 20)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 20)
+ )
(call $call-i
(i32.const 30)
)
- (i32.const 10)
- (i32.const 30)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
(call $call-ii
(i32.const 20)
(i32.const 40)
)
(unreachable)
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(call $call-ii
(i32.const 10)
(i32.const 30)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(call $call-ii
(unreachable)
(block
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
(i32.const 30)
)
)
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(unreachable)
(call $call-ii
(i32.const 20)
(i32.const 30)
)
- (i32.const 10)
- (i32.const 30)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
(call $call-ii
(i32.const 20)
(unreachable)
)
- (i32.const 10)
- (i32.const 30)
- (i32.const 50)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (drop
+ (i32.const 50)
+ )
(call $call-iii
(i32.const 20)
(i32.const 40)
(i32.const 60)
)
- (i32.const 10)
- (i32.const 40)
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 40)
+ )
(call $call-iii
(i32.const 20)
(i32.const 30)
(i32.const 50)
)
- (i32.const 10)
- (i32.const 30)
- (i32.const 50)
+ (drop
+ (i32.const 50)
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 30)
+ )
(call_indirect $ii
(i32.const 20)
(i32.const 40)
(i32.const 60)
)
+ (drop
+ (i32.const 50)
+ )
(call_indirect $ii
(unreachable)
(block
- (i32.const 30)
+ (drop
+ (i32.const 30)
+ )
(i32.const 40)
)
- (block
- (i32.const 50)
- (i32.const 60)
- )
+ (i32.const 60)
)
)
(func $block-type-change (type $3)
diff --git a/test/passes/remove-unused-names_merge-blocks.wast b/test/passes/remove-unused-names_merge-blocks.wast
index 85bb11da6..562c5bbba 100644
--- a/test/passes/remove-unused-names_merge-blocks.wast
+++ b/test/passes/remove-unused-names_merge-blocks.wast
@@ -1,23 +1,29 @@
(module
(memory 256 256)
(type $i (func (param i32)))
- (type $ii (func (param i32) (param i32)))
- (type $iii (func (param i32) (param i32) (param i32)))
+ (type $ii (func (param i32 i32)))
+ (type $iii (func (param i32 i32 i32)))
+ (type $3 (func))
(table $call-i)
- (func $call-i (param i32)
+ (func $call-i (type $i) (param $0 i32)
+ (nop)
)
- (func $call-ii (param i32) (param i32)
+ (func $call-ii (type $ii) (param $0 i32) (param $1 i32)
+ (nop)
)
- (func $call-iii (param i32) (param i32) (param i32)
+ (func $call-iii (type $iii) (param $0 i32) (param $1 i32) (param $2 i32)
+ (nop)
)
- (func $b0-yes (param $i1 i32)
+ (func $b0-yes (type $i) (param $i1 i32)
(block $topmost
- (block
- (i32.const 10)
+ (block $block0
+ (drop
+ (i32.const 10)
+ )
)
)
)
- (func $b0-no (param $i1 i32)
+ (func $b0-no (type $i) (param $i1 i32)
(block $topmost
(block $block0
(br $block0)
@@ -25,577 +31,836 @@
(br $topmost)
)
)
- (func $b0-br-but-ok (param $i1 i32)
+ (func $b0-br-but-ok (type $i) (param $i1 i32)
(block $topmost
(block $block0
(br $topmost)
)
)
)
- (func $b1-yes (param $i1 i32)
+ (func $b1-yes (type $i) (param $i1 i32)
(block $topmost
- (block
- (block
- (i32.const 10)
+ (block $block0
+ (block $block1
+ (drop
+ (i32.const 10)
+ )
)
)
)
)
- (func $b2-yes (param $i1 i32)
+ (func $b2-yes (type $i) (param $i1 i32)
(block $topmost
- (i32.const 5)
- (block
- (i32.const 10)
+ (drop
+ (i32.const 5)
+ )
+ (block $block0
+ (drop
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.const 15)
)
- (i32.const 15)
)
)
- (func $b3-yes (param $i1 i32)
+ (func $b3-yes (type $i) (param $i1 i32)
(block $topmost
- (i32.const 3)
- (block
- (i32.const 6)
- (block
- (i32.const 10)
+ (drop
+ (i32.const 3)
+ )
+ (block $block0
+ (drop
+ (i32.const 6)
)
- (i32.const 15)
+ (block $block1
+ (drop
+ (i32.const 10)
+ )
+ )
+ (drop
+ (i32.const 15)
+ )
+ )
+ (drop
+ (i32.const 20)
)
- (i32.const 20)
)
)
- (func $b4 (param $i1 i32)
+ (func $b4 (type $i) (param $i1 i32)
(block $topmost
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
)
)
- (func $b5 (param $i1 i32)
+ (func $b5 (type $i) (param $i1 i32)
(block $topmost
(block $middle
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
(br $middle)
)
)
)
- (func $b6 (param $i1 i32)
+ (func $b6 (type $i) (param $i1 i32)
(block $topmost
- (i32.const 5)
+ (drop
+ (i32.const 5)
+ )
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
- (i32.const 15)
+ (drop
+ (i32.const 15)
+ )
)
)
- (func $b7 (param $i1 i32)
+ (func $b7 (type $i) (param $i1 i32)
(block $topmost
- (i32.const 3)
+ (drop
+ (i32.const 3)
+ )
(block $middle
- (i32.const 6)
+ (drop
+ (i32.const 6)
+ )
(block $inner
- (i32.const 10)
+ (drop
+ (i32.const 10)
+ )
(br $inner)
)
- (i32.const 15)
+ (drop
+ (i32.const 15)
+ )
(br $middle)
)
- (i32.const 20)
+ (drop
+ (i32.const 20)
+ )
)
)
- (func $unary
+ (func $unary (type $3)
(local $x i32)
- (i32.eqz
- (block
- (i32.const 10)
+ (drop
+ (i32.eqz
+ (block $block0
+ (i32.const 10)
+ )
)
)
- (i32.eqz
- (block
- (i32.const 10)
- (i32.const 20)
+ (drop
+ (i32.eqz
+ (block $block1
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
)
)
- (i32.eqz
- (block
- (i32.const 10)
- (i32.const 20)
- (i32.const 30)
+ (drop
+ (i32.eqz
+ (block $block2
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
)
)
(set_local $x
- (block
- (i32.const 10)
+ (block $block3
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
)
- (i32.load
- (block
- (i32.const 10)
- (i32.const 20)
+ (drop
+ (i32.load
+ (block $block4
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
)
)
(return
- (block
- (i32.const 10)
+ (block $block5
+ (drop
+ (i32.const 10)
+ )
(unreachable)
)
)
)
- (func $binary
- (i32.add
- (block
- (i32.const 10)
- )
- (i32.const 20)
- )
- (i32.add
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (i32.const 30)
- )
- (i32.add
- (block
- (i32.const 10)
- (i32.const 20)
- (i32.const 30)
- )
- (i32.const 40)
- )
- (i32.add
- (i32.const 10)
- (block
+ (func $binary (type $3)
+ (drop
+ (i32.add
+ (block $block0
+ (i32.const 10)
+ )
(i32.const 20)
)
)
- (i32.add
- (i32.const 10)
- (block
- (i32.const 20)
+ (drop
+ (i32.add
+ (block $block1
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
(i32.const 30)
)
)
- (i32.add
- (i32.const 10)
- (block
- (i32.const 20)
- (i32.const 30)
+ (drop
+ (i32.add
+ (block $block2
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
(i32.const 40)
)
)
- (i32.add
- (block
+ (drop
+ (i32.add
(i32.const 10)
+ (block $block3
+ (i32.const 20)
+ )
)
- (block
- (i32.const 20)
+ )
+ (drop
+ (i32.add
+ (i32.const 10)
+ (block $block4
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
)
)
- (i32.add
- (block
+ (drop
+ (i32.add
(i32.const 10)
- (i32.const 20)
+ (block $block5
+ (drop
+ (i32.const 20)
+ )
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
)
- (block
- (i32.const 30)
- (i32.const 40)
+ )
+ (drop
+ (i32.add
+ (block $block6
+ (i32.const 10)
+ )
+ (block $block7
+ (i32.const 20)
+ )
)
)
- (i32.add
- (block
- (i32.const 10)
- (i32.const 20)
- (i32.const 30)
+ (drop
+ (i32.add
+ (block $block8
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block9
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
)
- (block
- (i32.const 40)
- (i32.const 50)
- (i32.const 60)
+ )
+ (drop
+ (i32.add
+ (block $block10
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
+ (block $block11
+ (drop
+ (i32.const 40)
+ )
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
)
)
(i32.store
(i32.const 10)
- (block
- (i32.const 20)
+ (block $block12
+ (drop
+ (i32.const 20)
+ )
(i32.const 30)
)
)
(i32.store
- (block
- (i32.const 10)
+ (block $block13
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
(i32.const 30)
)
- (i32.add
- (unreachable) ;; do not move across this TODO: move non-side-effecting
- (block
- (i32.const 10)
- (i32.const 20)
+ (drop
+ (i32.add
+ (unreachable)
+ (block $block14
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
)
)
- (i32.add
- (block
- (unreachable) ;; moves out, so does not block the rest
- (i32.const 10)
- )
- (block
- (i32.const 20)
- (i32.const 30)
+ (drop
+ (i32.add
+ (block $block15
+ (unreachable)
+ (i32.const 10)
+ )
+ (block $block16
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
)
)
)
- (func $trinary
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
- )
- (block
- (i32.const 50)
- (i32.const 60)
+ (func $trinary (type $3)
+ (drop
+ (select
+ (block $block0
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block1
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block $block2
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
)
)
- (select
- (block
- (i32.const 10)
- )
- (block
- (i32.const 20)
- (i32.const 30)
- )
- (block
- (i32.const 40)
- (i32.const 50)
+ (drop
+ (select
+ (block $block3
+ (i32.const 10)
+ )
+ (block $block4
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
+ (block $block5
+ (drop
+ (i32.const 40)
+ )
+ (i32.const 50)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- )
- (block
- (i32.const 40)
- (i32.const 50)
+ (drop
+ (select
+ (block $block6
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block7
+ (i32.const 30)
+ )
+ (block $block8
+ (drop
+ (i32.const 40)
+ )
+ (i32.const 50)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
- )
- (block
- (i32.const 50)
+ (drop
+ (select
+ (block $block9
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block10
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block $block11
+ (i32.const 50)
+ )
)
)
- (select
- (block
- (i32.const 10)
- )
- (block
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
+ (drop
+ (select
+ (block $block12
+ (i32.const 10)
+ )
+ (block $block13
+ (i32.const 20)
+ )
+ (block $block14
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
)
)
- (select
- (block
- (i32.const 10)
- )
- (block
- (i32.const 20)
- (i32.const 30)
- )
- (block
- (i32.const 40)
+ (drop
+ (select
+ (block $block15
+ (i32.const 10)
+ )
+ (block $block16
+ (drop
+ (i32.const 20)
+ )
+ (i32.const 30)
+ )
+ (block $block17
+ (i32.const 40)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- )
- (block
- (i32.const 40)
+ (drop
+ (select
+ (block $block18
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block19
+ (i32.const 30)
+ )
+ (block $block20
+ (i32.const 40)
+ )
)
)
- ;; now for bad stuff
- (select
- (block
- (unreachable)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
- )
- (block
- (i32.const 50)
- (i32.const 60)
+ (drop
+ (select
+ (block $block21
+ (unreachable)
+ (i32.const 20)
+ )
+ (block $block22
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block $block23
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (unreachable)
- )
- (block
- (i32.const 30)
- (i32.const 40)
- )
- (block
- (i32.const 50)
- (i32.const 60)
+ (drop
+ (select
+ (block $block24
+ (drop
+ (i32.const 10)
+ )
+ (unreachable)
+ )
+ (block $block25
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block $block26
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (unreachable)
- (i32.const 40)
- )
- (block
- (i32.const 50)
- (i32.const 60)
+ (drop
+ (select
+ (block $block27
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block28
+ (unreachable)
+ (i32.const 40)
+ )
+ (block $block29
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (unreachable)
- )
- (block
- (i32.const 50)
- (i32.const 60)
+ (drop
+ (select
+ (block $block30
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block31
+ (drop
+ (i32.const 30)
+ )
+ (unreachable)
+ )
+ (block $block32
+ (drop
+ (i32.const 50)
+ )
+ (i32.const 60)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
- )
- (block
- (unreachable)
- (i32.const 60)
+ (drop
+ (select
+ (block $block33
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block34
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block $block35
+ (unreachable)
+ (i32.const 60)
+ )
)
)
- (select
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
- )
- (block
- (i32.const 50)
- (unreachable)
+ (drop
+ (select
+ (block $block36
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block37
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ (block $block38
+ (drop
+ (i32.const 50)
+ )
+ (unreachable)
+ )
)
)
)
- (func $breaks
+ (func $breaks (type $3)
(block $out
- (br $out
- (block
- (i32.const 10)
- (i32.const 20)
+ (block
+ (drop
+ (block $block0
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
)
+ (br $out)
)
(br_if $out
- (block
- (i32.const 10)
+ (block $block1
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
)
- (br_if $out
- (block
- (i32.const 10)
- (i32.const 20)
+ (block
+ (drop
+ (block $block2
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
)
- (block
- (i32.const 30)
- (i32.const 40)
+ (br_if $out
+ (block $block3
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
)
)
(br_table $out $out
- (block
- (i32.const 10)
+ (block $block4
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
)
- (br_table $out $out
- (block
- (i32.const 10)
- (i32.const 20)
- )
- (block
- (i32.const 30)
- (i32.const 40)
+ (drop
+ (block $out2
+ (br_table $out2 $out2
+ (block $block5
+ (drop
+ (i32.const 10)
+ )
+ (i32.const 20)
+ )
+ (block $block6
+ (drop
+ (i32.const 30)
+ )
+ (i32.const 40)
+ )
+ )
)
)
+ (unreachable)
)
)
- (func $calls
+ (func $calls (type $3)
(call $call-i
- (block
+ (block $block0
(i32.const 10)
)
)
(call $call-i
- (block
- (i32.const 10)
+ (block $block1
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
)
(call $call-i
- (block
- (i32.const 10)
- (i32.const 20)
+ (block $block2
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 20)
+ )
(i32.const 30)
)
)
(call $call-ii
- (block
- (i32.const 10)
+ (block $block3
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
- (block
- (i32.const 30)
+ (block $block4
+ (drop
+ (i32.const 30)
+ )
(i32.const 40)
)
)
(call $call-ii
- (block
+ (block $block5
(unreachable)
(i32.const 10)
)
- (block
- (i32.const 20)
+ (block $block6
+ (drop
+ (i32.const 20)
+ )
(i32.const 30)
)
)
(call $call-ii
- (block
- (i32.const 10)
+ (block $block7
+ (drop
+ (i32.const 10)
+ )
(unreachable)
)
- (block
- (i32.const 20)
+ (block $block8
+ (drop
+ (i32.const 20)
+ )
(i32.const 30)
)
)
(call $call-ii
- (block
- (i32.const 10)
+ (block $block9
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
- (block
+ (block $block10
(unreachable)
(i32.const 30)
)
)
(call $call-ii
- (block
- (i32.const 10)
+ (block $block11
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
- (block
- (i32.const 30)
+ (block $block12
+ (drop
+ (i32.const 30)
+ )
(unreachable)
)
)
(call $call-iii
- (block
- (i32.const 10)
+ (block $block13
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
- (block
- (i32.const 30)
+ (block $block14
+ (drop
+ (i32.const 30)
+ )
(i32.const 40)
)
- (block
- (i32.const 50)
+ (block $block15
+ (drop
+ (i32.const 50)
+ )
(i32.const 60)
)
)
(call $call-iii
- (block
- (i32.const 10)
+ (block $block16
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
(i32.const 30)
- (block
- (i32.const 40)
+ (block $block17
+ (drop
+ (i32.const 40)
+ )
(i32.const 50)
)
)
(call_indirect $ii
- (block
- (i32.const 10)
+ (block $block18
+ (drop
+ (i32.const 10)
+ )
(i32.const 20)
)
- (block
- (i32.const 30)
+ (block $block19
+ (drop
+ (i32.const 30)
+ )
(i32.const 40)
)
- (block
- (i32.const 50)
+ (block $block20
+ (drop
+ (i32.const 50)
+ )
(i32.const 60)
)
)
(call_indirect $ii
(unreachable)
- (block
- (i32.const 30)
+ (block $block21
+ (drop
+ (i32.const 30)
+ )
(i32.const 40)
)
- (block
- (i32.const 50)
+ (block $block22
+ (drop
+ (i32.const 50)
+ )
(i32.const 60)
)
)
)
- (func $block-type-change
+ (func $block-type-change (type $3)
(local $0 f64)
(local $1 f64)
(if
(f64.gt
(get_local $0)
- (block
+ (block $block0
(nop)
(get_local $1)
)
@@ -604,4 +869,3 @@
)
)
)
-
diff --git a/test/passes/reorder-functions.wast b/test/passes/reorder-functions.wast
index 99a8363d4..a69afa3b9 100644
--- a/test/passes/reorder-functions.wast
+++ b/test/passes/reorder-functions.wast
@@ -1,6 +1,16 @@
(module
(memory 256 256)
- (func $a (call $a))
- (func $b (call $b) (call $b))
- (func $c (call $c) (call $c) (call $c))
+ (type $0 (func))
+ (func $a (type $0)
+ (call $a)
+ )
+ (func $b (type $0)
+ (call $b)
+ (call $b)
+ )
+ (func $c (type $0)
+ (call $c)
+ (call $c)
+ (call $c)
+ )
)
diff --git a/test/passes/reorder-locals.txt b/test/passes/reorder-locals.txt
index 7ecb7c4a4..c2b481cab 100644
--- a/test/passes/reorder-locals.txt
+++ b/test/passes/reorder-locals.txt
@@ -45,7 +45,9 @@
)
(func $zero (type $1)
(local $b i32)
- (get_local $b)
+ (drop
+ (get_local $b)
+ )
)
(func $null (type $1)
(nop)
diff --git a/test/passes/reorder-locals.wast b/test/passes/reorder-locals.wast
index 832889a78..872d352ee 100644
--- a/test/passes/reorder-locals.wast
+++ b/test/passes/reorder-locals.wast
@@ -1,29 +1,59 @@
(module
(memory 256 256)
- (func $b0-yes (param $a i32) (param $b i32)
+ (type $0 (func (param i32 i32)))
+ (type $1 (func))
+ (func $b0-yes (type $0) (param $a i32) (param $b i32)
(local $x i32)
(local $y i32)
(local $z i32)
-
- ;; Should reverse the order of the locals.
- (set_local $x (get_local $x))
- (set_local $y (get_local $y)) (set_local $y (get_local $y))
- (set_local $z (get_local $z)) (set_local $z (get_local $z)) (set_local $z (get_local $z))
-
- ;; Should not touch the args.
- (set_local $b (get_local $b)) (set_local $b (get_local $b)) (set_local $b (get_local $b))
- (set_local $b (get_local $b)) (set_local $b (get_local $b)) (set_local $b (get_local $b))
+ (set_local $x
+ (get_local $x)
+ )
+ (set_local $y
+ (get_local $y)
+ )
+ (set_local $y
+ (get_local $y)
+ )
+ (set_local $z
+ (get_local $z)
+ )
+ (set_local $z
+ (get_local $z)
+ )
+ (set_local $z
+ (get_local $z)
+ )
+ (set_local $b
+ (get_local $b)
+ )
+ (set_local $b
+ (get_local $b)
+ )
+ (set_local $b
+ (get_local $b)
+ )
+ (set_local $b
+ (get_local $b)
+ )
+ (set_local $b
+ (get_local $b)
+ )
+ (set_local $b
+ (get_local $b)
+ )
)
- (func $zero
+ (func $zero (type $1)
(local $a i32)
(local $b i32)
(local $c i32)
- (get_local $b) ;; a and c are untouched
+ (drop
+ (get_local $b)
+ )
)
- (func $null
+ (func $null (type $1)
(local $a i32)
(local $c i32)
- (nop) ;; a and c are untouched
+ (nop)
)
)
-
diff --git a/test/passes/simplify-locals.txt b/test/passes/simplify-locals.txt
index 0ca96893f..72bd7aa12 100644
--- a/test/passes/simplify-locals.txt
+++ b/test/passes/simplify-locals.txt
@@ -7,75 +7,138 @@
(type $4 (func (param i32)))
(type $5 (func (param i32) (result i32)))
(type $6 (func (param i32 i32 i32 i32 i32 i32)))
- (import $waka "env" "waka")
- (import $waka_int "env" "waka_int" (result i32))
- (import $_i64Subtract "env" "i64sub" (param i32 i32 i32 i32) (result i32))
- (import $___udivmoddi4 "env" "moddi" (param i32 i32 i32 i32 i32) (result i32))
+ (type $7 (func (param i32 i32)))
+ (import "env" "waka" (func $waka))
+ (import "env" "waka_int" (func $waka_int (result i32)))
+ (import "env" "i64sub" (func $_i64Subtract (param i32 i32 i32 i32) (result i32)))
+ (import "env" "moddi" (func $___udivmoddi4 (param i32 i32 i32 i32 i32) (result i32)))
(func $b0-yes (type $4) (param $i1 i32)
(local $x i32)
(local $y i32)
(local $a i32)
(local $b i32)
+ (local $5 i32)
+ (local $6 i32)
+ (local $7 i32)
+ (local $8 i32)
(nop)
- (i32.const 5)
+ (drop
+ (i32.const 5)
+ )
(block $block0
(nop)
- (i32.const 7)
+ (drop
+ (i32.const 7)
+ )
)
(nop)
- (i32.const 11)
- (i32.const 9)
- (get_local $y)
+ (drop
+ (i32.const 11)
+ )
+ (drop
+ (i32.const 9)
+ )
+ (drop
+ (get_local $y)
+ )
(block $block1
- (i32.const 8)
+ (drop
+ (i32.const 8)
+ )
+ (drop
+ (get_local $y)
+ )
+ )
+ (drop
+ (i32.const 11)
+ )
+ (drop
(get_local $y)
)
- (i32.const 11)
- (get_local $y)
(nop)
(nop)
(nop)
(nop)
(nop)
(nop)
- (i32.const 17)
+ (drop
+ (i32.const 17)
+ )
(block $block2
(nop)
(nop)
- (i32.const 1)
- (i32.const 2)
- (i32.const 3)
- (i32.const 4)
+ (drop
+ (i32.const 1)
+ )
+ (drop
+ (i32.const 2)
+ )
+ (drop
+ (i32.const 3)
+ )
+ (drop
+ (i32.const 4)
+ )
(nop)
(nop)
- (i32.const 6)
- (i32.const 5)
- (i32.const 7)
- (i32.const 8)
+ (drop
+ (i32.const 6)
+ )
+ (drop
+ (i32.const 5)
+ )
+ (drop
+ (i32.const 7)
+ )
+ (drop
+ (i32.const 8)
+ )
(nop)
(nop)
(call_import $waka)
- (i32.const 9)
- (i32.const 10)
- (i32.const 11)
- (i32.const 12)
+ (drop
+ (i32.const 9)
+ )
+ (drop
+ (i32.const 10)
+ )
+ (drop
+ (i32.const 11)
+ )
+ (drop
+ (i32.const 12)
+ )
(nop)
(nop)
- (i32.load
- (i32.const 24)
+ (drop
+ (i32.load
+ (i32.const 24)
+ )
+ )
+ (drop
+ (i32.const 13)
+ )
+ (drop
+ (i32.const 14)
+ )
+ (drop
+ (i32.const 15)
+ )
+ (drop
+ (i32.const 16)
)
- (i32.const 13)
- (i32.const 14)
- (i32.const 15)
- (i32.const 16)
(nop)
(nop)
(i32.store
(i32.const 48)
(i32.const 96)
)
- (i32.const 17)
- (i32.const 18)
+ (drop
+ (i32.const 17)
+ )
+ (drop
+ (i32.const 18)
+ )
)
(block $block3
(nop)
@@ -87,15 +150,21 @@
(call_import $waka_int)
)
(call_import $waka)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
(set_local $a
(call_import $waka_int)
)
- (i32.load
- (i32.const 1)
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $a)
)
- (get_local $a)
(call_import $waka)
(set_local $a
(call_import $waka_int)
@@ -104,7 +173,9 @@
(i32.const 1)
(i32.const 2)
)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
(nop)
(set_local $a
@@ -114,8 +185,10 @@
)
(call_import $waka)
(nop)
- (i32.load
- (i32.const 1)
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
)
(set_local $a
(i32.load
@@ -129,7 +202,9 @@
)
)
(call_import $waka)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
(set_local $a
(i32.load
@@ -140,73 +215,123 @@
(i32.const 1)
(i32.const 2)
)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
(nop)
(set_local $a
- (i32.store
- (i32.const 104)
- (i32.const 105)
+ (block $block0
+ (block $block1
+ (nop)
+ (i32.store
+ (i32.const 104)
+ (tee_local $5
+ (i32.const 105)
+ )
+ )
+ )
+ (get_local $5)
)
)
(call_import $waka)
(set_local $a
- (i32.store
- (i32.const 106)
- (i32.const 107)
+ (block $block2
+ (block $block4
+ (nop)
+ (i32.store
+ (i32.const 106)
+ (tee_local $6
+ (i32.const 107)
+ )
+ )
+ )
+ (get_local $6)
)
)
(call_import $waka)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
(set_local $a
- (i32.store
- (i32.const 108)
- (i32.const 109)
+ (block $block5
+ (block $block6
+ (nop)
+ (i32.store
+ (i32.const 108)
+ (tee_local $7
+ (i32.const 109)
+ )
+ )
+ )
+ (get_local $7)
)
)
- (i32.load
- (i32.const 1)
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $a)
)
- (get_local $a)
(call_import $waka)
(set_local $a
- (i32.store
- (i32.const 110)
- (i32.const 111)
+ (block $block7
+ (block $block8
+ (nop)
+ (i32.store
+ (i32.const 110)
+ (tee_local $8
+ (i32.const 111)
+ )
+ )
+ )
+ (get_local $8)
)
)
(i32.store
(i32.const 1)
(i32.const 2)
)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
)
(block $out-of-block
(nop)
(nop)
- (block $b
- (block $c
- (br $b
- (i32.const 1337)
+ (drop
+ (block $b
+ (block $c
+ (br $b
+ (i32.const 1337)
+ )
)
+ (nop)
+ (i32.const 9876)
)
- (nop)
- (i32.const 9876)
)
)
(block $loopey
(set_local $a
(i32.const 1337)
)
- (loop $loop-out4 $loop-in5
- (get_local $a)
- (set_local $a
- (i32.const 9876)
+ (drop
+ (loop $loop-in5
+ (drop
+ (get_local $a)
+ )
+ (tee_local $a
+ (i32.const 9876)
+ )
)
)
- (get_local $a)
+ (drop
+ (get_local $a)
+ )
)
)
(func $Ia (type $5) (param $a i32) (result i32)
@@ -229,7 +354,7 @@
)
(nop)
(i32.store8
- (set_local $bi3
+ (tee_local $bi3
(i32.const 1)
)
(get_local $bi3)
@@ -240,7 +365,7 @@
(get_local $bi3)
)
(set_local $di3
- (set_local $bi3
+ (tee_local $bi3
(i32.const 123)
)
)
@@ -248,7 +373,9 @@
(get_local $bi3)
(get_local $di3)
)
- (i32.const 456)
+ (drop
+ (i32.const 456)
+ )
)
(func $___remdi3 (type $FUNCSIG$iiiii) (param $$a$0 i32) (param $$a$1 i32) (param $$b$0 i32) (param $$b$1 i32) (result i32)
(local $$1$1 i32)
@@ -285,124 +412,126 @@
(nop)
(nop)
(nop)
- (call_import $___udivmoddi4
- (call_import $_i64Subtract
- (i32.xor
- (set_local $$1$0
- (i32.or
- (i32.shr_s
- (get_local $$a$1)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$a$1)
+ (drop
+ (call_import $___udivmoddi4
+ (call_import $_i64Subtract
+ (i32.xor
+ (tee_local $$1$0
+ (i32.or
+ (i32.shr_s
+ (get_local $$a$1)
+ (i32.const 31)
+ )
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$a$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $$a$0)
)
- (get_local $$a$0)
- )
- (i32.xor
- (set_local $$1$1
- (i32.or
- (i32.shr_s
- (if
- (i32.lt_s
- (get_local $$a$1)
+ (i32.xor
+ (tee_local $$1$1
+ (i32.or
+ (i32.shr_s
+ (if
+ (i32.lt_s
+ (get_local $$a$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$a$1)
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$a$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $$a$1)
)
- (get_local $$a$1)
+ (get_local $$1$0)
+ (get_local $$1$1)
)
- (get_local $$1$0)
- (get_local $$1$1)
- )
- (i32.load
- (i32.const 168)
- )
- (call_import $_i64Subtract
- (i32.xor
- (set_local $$2$0
- (i32.or
- (i32.shr_s
- (get_local $$b$1)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$b$1)
+ (i32.load
+ (i32.const 168)
+ )
+ (call_import $_i64Subtract
+ (i32.xor
+ (tee_local $$2$0
+ (i32.or
+ (i32.shr_s
+ (get_local $$b$1)
+ (i32.const 31)
+ )
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$b$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $$b$0)
)
- (get_local $$b$0)
- )
- (i32.xor
- (set_local $$2$1
- (i32.or
- (i32.shr_s
- (if
- (i32.lt_s
- (get_local $$b$1)
+ (i32.xor
+ (tee_local $$2$1
+ (i32.or
+ (i32.shr_s
+ (if
+ (i32.lt_s
+ (get_local $$b$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 31)
)
- (i32.const 31)
- )
- (i32.shl
- (if
- (i32.lt_s
- (get_local $$b$1)
+ (i32.shl
+ (if
+ (i32.lt_s
+ (get_local $$b$1)
+ (i32.const 0)
+ )
+ (i32.const -1)
(i32.const 0)
)
- (i32.const -1)
- (i32.const 0)
+ (i32.const 1)
)
- (i32.const 1)
)
)
+ (get_local $$b$1)
)
- (get_local $$b$1)
+ (get_local $$2$0)
+ (get_local $$2$1)
)
- (get_local $$2$0)
- (get_local $$2$1)
- )
- (i32.load
- (i32.const 168)
+ (i32.load
+ (i32.const 168)
+ )
+ (get_local $$rem)
)
- (get_local $$rem)
)
(set_local $$10$0
(call_import $_i64Subtract
@@ -458,7 +587,9 @@
)
(i32.const 1)
)
- (get_local $x)
+ (drop
+ (get_local $x)
+ )
(block $waka2
(set_local $x
(if
@@ -517,8 +648,12 @@
(get_local $r)
(get_local $t)
)
- (get_local $m)
- (get_local $t)
+ (drop
+ (get_local $m)
+ )
+ (drop
+ (get_local $t)
+ )
)
(func $switch-def (type $5) (param $i3 i32) (result i32)
(local $i1 i32)
@@ -539,4 +674,32 @@
(get_local $i1)
)
)
+ (func $no-out-of-label (type $7) (param $x i32) (param $y i32)
+ (loop $moar
+ (set_local $x
+ (block $block0
+ (br_if $moar
+ (get_local $x)
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (drop
+ (get_local $x)
+ )
+ (block $moar
+ (set_local $y
+ (block $block1
+ (br_if $moar
+ (get_local $y)
+ )
+ (i32.const 0)
+ )
+ )
+ )
+ (drop
+ (get_local $y)
+ )
+ )
)
diff --git a/test/passes/simplify-locals.wast b/test/passes/simplify-locals.wast
index 521e8bac4..2b5b84a5f 100644
--- a/test/passes/simplify-locals.wast
+++ b/test/passes/simplify-locals.wast
@@ -1,153 +1,386 @@
(module
(memory 256 256)
+ (type $FUNCSIG$v (func))
+ (type $FUNCSIG$i (func (result i32)))
+ (type $FUNCSIG$iiiii (func (param i32 i32 i32 i32) (result i32)))
+ (type $FUNCSIG$iiiiii (func (param i32 i32 i32 i32 i32) (result i32)))
+ (type $4 (func (param i32)))
+ (type $5 (func (param i32) (result i32)))
+ (type $6 (func (param i32 i32 i32 i32 i32 i32)))
(import $waka "env" "waka")
(import $waka_int "env" "waka_int" (result i32))
(import $_i64Subtract "env" "i64sub" (param i32 i32 i32 i32) (result i32))
(import $___udivmoddi4 "env" "moddi" (param i32 i32 i32 i32 i32) (result i32))
- (func $b0-yes (param $i1 i32)
+ (func $b0-yes (type $4) (param $i1 i32)
(local $x i32)
(local $y i32)
(local $a i32)
(local $b i32)
- (set_local $x (i32.const 5))
- (get_local $x)
- (block
- (set_local $x (i32.const 7))
+ (local $5 i32)
+ (local $6 i32)
+ (local $7 i32)
+ (local $8 i32)
+ (set_local $x
+ (i32.const 5)
+ )
+ (drop
(get_local $x)
)
- (set_local $x (i32.const 11))
- (get_local $x)
- (set_local $x (i32.const 9))
- (get_local $y)
- (block
- (set_local $x (i32.const 8))
+ (block $block0
+ (set_local $x
+ (i32.const 7)
+ )
+ (drop
+ (get_local $x)
+ )
+ )
+ (set_local $x
+ (i32.const 11)
+ )
+ (drop
+ (get_local $x)
+ )
+ (set_local $x
+ (i32.const 9)
+ )
+ (drop
(get_local $y)
)
- (set_local $x (i32.const 11))
- (get_local $y)
- (set_local $x (i32.const 17))
- (get_local $x)
- (get_local $x)
- (get_local $x)
- (get_local $x)
- (get_local $x)
- (get_local $x)
- (block
- (set_local $a (i32.const 1))
- (set_local $b (i32.const 2))
- (get_local $a)
- (get_local $b)
- (set_local $a (i32.const 3))
- (set_local $b (i32.const 4))
- (set_local $a (i32.const 5))
- (set_local $b (i32.const 6))
- (get_local $b)
- (get_local $a)
- (set_local $a (i32.const 7))
- (set_local $b (i32.const 8))
- (set_local $a (i32.const 9))
- (set_local $b (i32.const 10))
+ (block $block1
+ (set_local $x
+ (i32.const 8)
+ )
+ (drop
+ (get_local $y)
+ )
+ )
+ (set_local $x
+ (i32.const 11)
+ )
+ (drop
+ (get_local $y)
+ )
+ (set_local $x
+ (i32.const 17)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $x)
+ )
+ (block $block2
+ (set_local $a
+ (i32.const 1)
+ )
+ (set_local $b
+ (i32.const 2)
+ )
+ (drop
+ (get_local $a)
+ )
+ (drop
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.const 3)
+ )
+ (set_local $b
+ (i32.const 4)
+ )
+ (set_local $a
+ (i32.const 5)
+ )
+ (set_local $b
+ (i32.const 6)
+ )
+ (drop
+ (get_local $b)
+ )
+ (drop
+ (get_local $a)
+ )
+ (set_local $a
+ (i32.const 7)
+ )
+ (set_local $b
+ (i32.const 8)
+ )
+ (set_local $a
+ (i32.const 9)
+ )
+ (set_local $b
+ (i32.const 10)
+ )
(call_import $waka)
- (get_local $a)
- (get_local $b)
- (set_local $a (i32.const 11))
- (set_local $b (i32.const 12))
- (set_local $a (i32.const 13))
- (set_local $b (i32.const 14))
- (i32.load
- (i32.const 24)
+ (drop
+ (get_local $a)
+ )
+ (drop
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.const 11)
+ )
+ (set_local $b
+ (i32.const 12)
+ )
+ (set_local $a
+ (i32.const 13)
+ )
+ (set_local $b
+ (i32.const 14)
+ )
+ (drop
+ (i32.load
+ (i32.const 24)
+ )
+ )
+ (drop
+ (get_local $a)
+ )
+ (drop
+ (get_local $b)
+ )
+ (set_local $a
+ (i32.const 15)
+ )
+ (set_local $b
+ (i32.const 16)
+ )
+ (set_local $a
+ (i32.const 17)
+ )
+ (set_local $b
+ (i32.const 18)
)
- (get_local $a)
- (get_local $b)
- (set_local $a (i32.const 15))
- (set_local $b (i32.const 16))
- (set_local $a (i32.const 17))
- (set_local $b (i32.const 18))
(i32.store
(i32.const 48)
(i32.const 96)
)
- (get_local $a)
- (get_local $b)
+ (drop
+ (get_local $a)
+ )
+ (drop
+ (get_local $b)
+ )
)
- (block
- (set_local $a (call_import $waka_int))
- (get_local $a) ;; yes
+ (block $block3
+ (set_local $a
+ (call_import $waka_int)
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (call_import $waka_int))
+ (set_local $a
+ (call_import $waka_int)
+ )
(call_import $waka)
- (get_local $a) ;; no
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (call_import $waka_int))
- (i32.load (i32.const 1))
- (get_local $a) ;; no
+ (set_local $a
+ (call_import $waka_int)
+ )
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (call_import $waka_int))
- (i32.store (i32.const 1) (i32.const 2))
- (get_local $a) ;; no
+ (set_local $a
+ (call_import $waka_int)
+ )
+ (i32.store
+ (i32.const 1)
+ (i32.const 2)
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.load (i32.const 100)))
- (get_local $a) ;; yes
+ (set_local $a
+ (i32.load
+ (i32.const 100)
+ )
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.load (i32.const 101)))
- (i32.load (i32.const 1))
- (get_local $a) ;; yes
+ (set_local $a
+ (i32.load
+ (i32.const 101)
+ )
+ )
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.load (i32.const 102)))
+ (set_local $a
+ (i32.load
+ (i32.const 102)
+ )
+ )
(call_import $waka)
- (get_local $a) ;; no
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.load (i32.const 103)))
- (i32.store (i32.const 1) (i32.const 2))
- (get_local $a) ;; no
+ (set_local $a
+ (i32.load
+ (i32.const 103)
+ )
+ )
+ (i32.store
+ (i32.const 1)
+ (i32.const 2)
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.store (i32.const 104) (i32.const 105)))
- (get_local $a) ;; yes
+ (set_local $a
+ (block
+ (block
+ (set_local $5
+ (i32.const 105)
+ )
+ (i32.store
+ (i32.const 104)
+ (get_local $5)
+ )
+ )
+ (get_local $5)
+ )
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.store (i32.const 106) (i32.const 107)))
+ (set_local $a
+ (block
+ (block
+ (set_local $6
+ (i32.const 107)
+ )
+ (i32.store
+ (i32.const 106)
+ (get_local $6)
+ )
+ )
+ (get_local $6)
+ )
+ )
(call_import $waka)
- (get_local $a) ;; no
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.store (i32.const 108) (i32.const 109)))
- (i32.load (i32.const 1))
- (get_local $a) ;; no
+ (set_local $a
+ (block
+ (block
+ (set_local $7
+ (i32.const 109)
+ )
+ (i32.store
+ (i32.const 108)
+ (get_local $7)
+ )
+ )
+ (get_local $7)
+ )
+ )
+ (drop
+ (i32.load
+ (i32.const 1)
+ )
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
-
- (set_local $a (i32.store (i32.const 110) (i32.const 111)))
- (i32.store (i32.const 1) (i32.const 2))
- (get_local $a) ;; no
+ (set_local $a
+ (block
+ (block
+ (set_local $8
+ (i32.const 111)
+ )
+ (i32.store
+ (i32.const 110)
+ (get_local $8)
+ )
+ )
+ (get_local $8)
+ )
+ )
+ (i32.store
+ (i32.const 1)
+ (i32.const 2)
+ )
+ (drop
+ (get_local $a)
+ )
(call_import $waka)
)
(block $out-of-block
- (set_local $a (i32.const 1337))
+ (set_local $a
+ (i32.const 1337)
+ )
(block $b
(block $c
(br $b)
)
- (set_local $a (i32.const 9876))
+ (set_local $a
+ (i32.const 9876)
+ )
+ )
+ (drop
+ (get_local $a)
)
- (get_local $a)
)
(block $loopey
- (set_local $a (i32.const 1337))
- (loop
+ (set_local $a
+ (i32.const 1337)
+ )
+ (drop
+ (loop $loop-in5
+ (drop
+ (get_local $a)
+ )
+ (tee_local $a
+ (i32.const 9876)
+ )
+ )
+ )
+ (drop
(get_local $a)
- (set_local $a (i32.const 9876))
)
- (get_local $a)
)
)
- (func $Ia (param $a i32) (result i32)
+ (func $Ia (type $5) (param $a i32) (result i32)
(local $b i32)
(block $switch$0
(block $switch-default$6
@@ -160,7 +393,7 @@
(get_local $b)
)
)
- (func $memories (param $i2 i32) (param $i3 i32) (param $bi2 i32) (param $bi3 i32) (param $ci3 i32) (param $di3 i32)
+ (func $memories (type $6) (param $i2 i32) (param $i3 i32) (param $bi2 i32) (param $bi3 i32) (param $ci3 i32) (param $di3 i32)
(local $set_with_no_get i32)
(set_local $i3
(i32.const 1)
@@ -184,15 +417,19 @@
(get_local $ci3)
)
(set_local $di3
- (set_local $bi3 (i32.const 123))
+ (tee_local $bi3
+ (i32.const 123)
+ )
)
(i32.store8
(get_local $bi3)
(get_local $di3)
)
- (set_local $set_with_no_get (i32.const 456))
+ (set_local $set_with_no_get
+ (i32.const 456)
+ )
)
- (func $___remdi3 (param $$a$0 i32) (param $$a$1 i32) (param $$b$0 i32) (param $$b$1 i32) (result i32)
+ (func $___remdi3 (type $FUNCSIG$iiiii) (param $$a$0 i32) (param $$a$1 i32) (param $$b$0 i32) (param $$b$1 i32) (result i32)
(local $$1$1 i32)
(local $$1$0 i32)
(local $$rem i32)
@@ -325,30 +562,32 @@
(get_local $$1$1)
)
)
- (set_local $$4$1 ;; first this moves, then $$4$0 should be able to move
+ (set_local $$4$1
(i32.load
(i32.const 168)
)
)
- (call_import $___udivmoddi4
- (get_local $$4$0)
- (get_local $$4$1)
- (call_import $_i64Subtract
- (i32.xor
+ (drop
+ (call_import $___udivmoddi4
+ (get_local $$4$0)
+ (get_local $$4$1)
+ (call_import $_i64Subtract
+ (i32.xor
+ (get_local $$2$0)
+ (get_local $$b$0)
+ )
+ (i32.xor
+ (get_local $$2$1)
+ (get_local $$b$1)
+ )
(get_local $$2$0)
- (get_local $$b$0)
- )
- (i32.xor
(get_local $$2$1)
- (get_local $$b$1)
)
- (get_local $$2$0)
- (get_local $$2$1)
- )
- (i32.load
- (i32.const 168)
+ (i32.load
+ (i32.const 168)
+ )
+ (get_local $$rem)
)
- (get_local $$rem)
)
(set_local $$10$0
(call_import $_i64Subtract
@@ -378,7 +617,7 @@
(get_local $__stackBase__)
)
(return
- (block
+ (block $block12
(i32.store
(i32.const 168)
(get_local $$10$1)
@@ -387,46 +626,64 @@
)
)
)
- (func $block-returns
+ (func $block-returns (type $FUNCSIG$v)
(local $x i32)
(block $out
(block $waka
- (set_local $x (i32.const 12))
+ (set_local $x
+ (i32.const 12)
+ )
(br_if $waka
(i32.const 1)
)
- (set_local $x (i32.const 34))
+ (set_local $x
+ (i32.const 34)
+ )
)
- (br_if $out ;; barrier
+ (br_if $out
(i32.const 1)
)
- (get_local $x) ;; a use, so setlocals are not all killed
+ (drop
+ (get_local $x)
+ )
(block $waka2
(if
(i32.const 1)
- (set_local $x (i32.const 13))
- (set_local $x (i32.const 24))
+ (set_local $x
+ (i32.const 13)
+ )
+ (set_local $x
+ (i32.const 24)
+ )
)
(if
(i32.const 1)
- (block
- (set_local $x (i32.const 14))
+ (block $block3
+ (set_local $x
+ (i32.const 14)
+ )
)
- (block
- (set_local $x (i32.const 25))
+ (block $block5
+ (set_local $x
+ (i32.const 25)
+ )
)
)
)
- (br_if $out ;; barrier
+ (br_if $out
(i32.const 1)
)
(block $sink-out-of-me-i-have-but-one-exit
- (set_local $x (i32.const 99))
+ (set_local $x
+ (i32.const 99)
+ )
+ )
+ (drop
+ (get_local $x)
)
- (get_local $x)
)
)
- (func $multiple (param $s i32) (param $r i32) (param $f i32) (param $p i32) (param $t i32) (param $m i32)
+ (func $multiple (type $6) (param $s i32) (param $r i32) (param $f i32) (param $p i32) (param $t i32) (param $m i32)
(set_local $s
(get_local $m)
)
@@ -436,22 +693,26 @@
(get_local $p)
)
)
- (set_local $t ;; t is equal to p's original value; p must not be set to before t gets that value
+ (set_local $t
(get_local $p)
)
(set_local $p
(i32.load
- (i32.const r)
+ (i32.const 0)
)
)
(i32.store
(get_local $r)
(get_local $t)
)
- (get_local $s)
- (get_local $t)
+ (drop
+ (get_local $s)
+ )
+ (drop
+ (get_local $t)
+ )
)
- (func $switch-def (param $i3 i32) (result i32)
+ (func $switch-def (type $5) (param $i3 i32) (result i32)
(local $i1 i32)
(set_local $i1
(i32.const 10)
@@ -470,5 +731,24 @@
(get_local $i1)
)
)
+ (func $no-out-of-label (param $x i32) (param $y i32)
+ (loop $moar
+ (set_local $x
+ (block
+ (br_if $moar (get_local $x))
+ (i32.const 0)
+ )
+ )
+ )
+ (drop (get_local $x))
+ (block $moar
+ (set_local $y
+ (block
+ (br_if $moar (get_local $y))
+ (i32.const 0)
+ )
+ )
+ )
+ (drop (get_local $y))
+ )
)
-
diff --git a/test/passes/vacuum.txt b/test/passes/vacuum.txt
index 7fa247bdd..1adcc3e6f 100644
--- a/test/passes/vacuum.txt
+++ b/test/passes/vacuum.txt
@@ -5,6 +5,8 @@
(type $2 (func (result f32)))
(type $3 (func (result i32)))
(type $4 (func (param i32 f64 i32 i32)))
+ (type $FUNCSIG$i (func (result i32)))
+ (import "env" "int" (func $int (result i32)))
(func $b (type $0)
(nop)
)
@@ -39,8 +41,18 @@
)
)
(func $binary (type $2) (result f32)
- (unreachable)
- (unreachable)
+ (drop
+ (f32.add
+ (unreachable)
+ (f32.const 3)
+ )
+ )
+ (drop
+ (f32.add
+ (f32.const 4)
+ (unreachable)
+ )
+ )
(f32.add
(unreachable)
(unreachable)
@@ -51,23 +63,45 @@
)
)
(func $select (type $3) (result i32)
- (unreachable)
- (unreachable)
- (unreachable)
+ (drop
+ (select
+ (unreachable)
+ (i32.const 4)
+ (i32.const 5)
+ )
+ )
+ (drop
+ (select
+ (i32.const 6)
+ (unreachable)
+ (i32.const 7)
+ )
+ )
+ (drop
+ (select
+ (i32.const 8)
+ (i32.const 9)
+ (unreachable)
+ )
+ )
(select
(unreachable)
(unreachable)
(i32.const 10)
)
- (select
- (unreachable)
- (i32.const 11)
- (unreachable)
+ (drop
+ (select
+ (unreachable)
+ (i32.const 11)
+ (unreachable)
+ )
)
- (select
- (i32.const 12)
- (unreachable)
- (unreachable)
+ (drop
+ (select
+ (i32.const 12)
+ (unreachable)
+ (unreachable)
+ )
)
(select
(unreachable)
@@ -110,7 +144,7 @@
(f64.ne
(f64.promote/f32
(f32.load
- (set_local $l
+ (tee_local $l
(i32.add
(get_local $b)
(i32.const 60)
@@ -126,4 +160,22 @@
(unreachable)
)
)
+ (func $if-drop (type $0)
+ (block $out
+ (if
+ (i32.const 0)
+ (drop
+ (call_import $int)
+ )
+ (br $out)
+ )
+ (if
+ (i32.const 1)
+ (br $out)
+ (drop
+ (call_import $int)
+ )
+ )
+ )
+ )
)
diff --git a/test/passes/vacuum.wast b/test/passes/vacuum.wast
index a6f713123..3630512b4 100644
--- a/test/passes/vacuum.wast
+++ b/test/passes/vacuum.wast
@@ -1,36 +1,60 @@
(module
(memory 256 256)
- (func $b
- (i32.const 50)
+ (type $0 (func))
+ (type $1 (func (param i32)))
+ (type $2 (func (result f32)))
+ (type $3 (func (result i32)))
+ (type $4 (func (param i32 f64 i32 i32)))
+ (import $int "env" "int" (result i32))
+ (func $b (type $0)
+ (drop
+ (i32.const 50)
+ )
(nop)
- (i32.const 51)
+ (drop
+ (i32.const 51)
+ )
(nop)
(nop)
- (i32.const 52)
+ (drop
+ (i32.const 52)
+ )
(block $waka1
- (i32.const 53)
+ (drop
+ (i32.const 53)
+ )
(br $waka1)
- (i32.const 54)
+ (drop
+ (i32.const 54)
+ )
)
(block $waka2
(nop)
(br $waka2)
- (i32.const 56)
+ (drop
+ (i32.const 56)
+ )
)
(block $waka3
(br_table $waka3 $waka3 $waka3
(i32.const 57)
)
- (i32.const 58)
+ (drop
+ (i32.const 58)
+ )
)
(if
(i32.const 100)
(nop)
- (i32.const 101)
+ (drop
+ (i32.const 101)
+ )
)
(if
(i32.const 102)
- (i32.const 103)
+ (drop
+ (i32.const 103)
+ )
(nop)
)
(if
@@ -39,17 +63,27 @@
(nop)
)
)
- (func $l
+ (func $l (type $0)
(local $x i32)
(local $y i32)
- (get_local $x)
- (set_local $x (get_local $x))
- (block $in-a-block
+ (drop
(get_local $x)
)
- (block $two-in-a-block
+ (set_local $x
(get_local $x)
- (get_local $y)
+ )
+ (block $in-a-block
+ (drop
+ (get_local $x)
+ )
+ )
+ (block $two-in-a-block
+ (drop
+ (get_local $x)
+ )
+ (drop
+ (get_local $y)
+ )
)
(set_local $x
(block $result-used
@@ -58,82 +92,197 @@
)
(set_local $x
(block $two-and-result-used
- (get_local $x)
+ (drop
+ (get_local $x)
+ )
(get_local $y)
)
)
)
- (func $loopy (param $0 i32)
- (loop (nop))
- (loop
+ (func $loopy (type $1) (param $0 i32)
+ (loop $loop-in1
+ (nop)
+ )
+ (loop $loop-in3
(nop)
(nop)
)
- (loop
- (get_local $0)
- (i32.const 20)
+ (drop
+ (loop $loop-in5
+ (drop
+ (get_local $0)
+ )
+ (i32.const 20)
+ )
)
)
- (func $unary (result f32)
- (f32.abs (f32.const 1.0)) ;; unneeded position
- (f32.abs (unreachable)) ;; side effects
-
- (f32.abs (f32.const 2.0)) ;; return position
+ (func $unary (type $2) (result f32)
+ (drop
+ (f32.abs
+ (f32.const 1)
+ )
+ )
+ (f32.abs
+ (unreachable)
+ )
+ (f32.abs
+ (f32.const 2)
+ )
)
- (func $binary (result f32)
- (f32.add (f32.const 1.0) (f32.const 2.0))
- (f32.add (unreachable) (f32.const 3.0))
- (f32.add (f32.const 4.0) (unreachable))
- (f32.add (unreachable) (unreachable))
-
- (f32.add (f32.const 5.0) (f32.const 6.0))
+ (func $binary (type $2) (result f32)
+ (drop
+ (f32.add
+ (f32.const 1)
+ (f32.const 2)
+ )
+ )
+ (drop
+ (f32.add
+ (unreachable)
+ (f32.const 3)
+ )
+ )
+ (drop
+ (f32.add
+ (f32.const 4)
+ (unreachable)
+ )
+ )
+ (f32.add
+ (unreachable)
+ (unreachable)
+ )
+ (f32.add
+ (f32.const 5)
+ (f32.const 6)
+ )
)
- (func $select (result i32)
- (select (i32.const 1) (i32.const 2) (i32.const 3))
- (select (unreachable) (i32.const 4) (i32.const 5))
- (select (i32.const 6) (unreachable) (i32.const 7))
- (select (i32.const 8) (i32.const 9) (unreachable))
- (select (unreachable) (unreachable) (i32.const 10))
- (select (unreachable) (i32.const 11) (unreachable))
- (select (i32.const 12) (unreachable) (unreachable))
- (select (unreachable) (unreachable) (unreachable))
-
- (select (i32.const 13) (i32.const 14) (i32.const 15))
+ (func $select (type $3) (result i32)
+ (drop
+ (select
+ (i32.const 1)
+ (i32.const 2)
+ (i32.const 3)
+ )
+ )
+ (drop
+ (select
+ (unreachable)
+ (i32.const 4)
+ (i32.const 5)
+ )
+ )
+ (drop
+ (select
+ (i32.const 6)
+ (unreachable)
+ (i32.const 7)
+ )
+ )
+ (drop
+ (select
+ (i32.const 8)
+ (i32.const 9)
+ (unreachable)
+ )
+ )
+ (select
+ (unreachable)
+ (unreachable)
+ (i32.const 10)
+ )
+ (drop
+ (select
+ (unreachable)
+ (i32.const 11)
+ (unreachable)
+ )
+ )
+ (drop
+ (select
+ (i32.const 12)
+ (unreachable)
+ (unreachable)
+ )
+ )
+ (select
+ (unreachable)
+ (unreachable)
+ (unreachable)
+ )
+ (select
+ (i32.const 13)
+ (i32.const 14)
+ (i32.const 15)
+ )
)
- (func $block-to-one
- (block
- (nop) (nop)
+ (func $block-to-one (type $0)
+ (block $block0
+ (nop)
+ (nop)
)
- (block
- (nop) (unreachable)
+ (block $block1
+ (nop)
+ (unreachable)
)
- (block
- (nop) (unreachable) (nop)
+ (block $block2
+ (nop)
+ (unreachable)
+ (nop)
)
- (block
- (unreachable) (nop)
+ (block $block3
+ (unreachable)
+ (nop)
)
- (block
+ (block $block4
(unreachable)
)
)
- (func $recurse
+ (func $recurse (type $0)
(nop)
- (f32.abs (f32.abs (f32.abs (f32.abs (f32.abs (f32.abs (f32.const 1.0) ) ) ) ) ) )
+ (drop
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.const 1)
+ )
+ )
+ )
+ )
+ )
+ )
+ )
)
- (func $func-block
- (f32.abs (f32.abs (f32.abs (f32.abs (f32.abs (f32.abs (f32.const 1.0) ) ) ) ) ) )
+ (func $func-block (type $0)
+ (drop
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.abs
+ (f32.const 1)
+ )
+ )
+ )
+ )
+ )
+ )
+ )
)
- (func $Gu (param $b i32) (param $e f64) (param $l i32) (param $d i32)
- (if ;; if condition must remain valid
+ (func $Gu (type $4) (param $b i32) (param $e f64) (param $l i32) (param $d i32)
+ (if
(if
(get_local $d)
- (block
+ (block $block1
(nop)
(f64.ne
(f64.promote/f32
(f32.load
- (set_local $l
+ (tee_local $l
(i32.add
(get_local $b)
(i32.const 60)
@@ -149,5 +298,20 @@
(unreachable)
)
)
+ (func $if-drop
+ (block $out
+ (drop
+ (if (i32.const 0)
+ (call_import $int)
+ (br $out)
+ )
+ )
+ (drop
+ (if (i32.const 1)
+ (br $out)
+ (call_import $int)
+ )
+ )
+ )
+ )
)
-
diff --git a/test/spec b/test/spec
-Subproject d4b150ce7268f903757ebdf1c7c001c99607da7
+Subproject 377264edb37749a5c15f35c589bea62df560637
diff --git a/test/two_sides.fromasm b/test/two_sides.fromasm
index 98ca149e1..6d8e2a14b 100644
--- a/test/two_sides.fromasm
+++ b/test/two_sides.fromasm
@@ -1,9 +1,13 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (data (get_global $memoryBase) "two_sides.asm.js")
(type $FUNCSIG$id (func (param f64) (result i32)))
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (export "_test" $_test)
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_test" (func $_test))
(func $_test (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
(local $5 f64)
(if
@@ -14,7 +18,7 @@
(f64.convert_s/i32
(get_local $2)
)
- (set_local $5
+ (tee_local $5
(f64.convert_s/i32
(i32.mul
(get_local $1)
@@ -37,7 +41,7 @@
(f64.convert_s/i32
(get_local $2)
)
- (set_local $5
+ (tee_local $5
(f64.convert_s/i32
(i32.mul
(get_local $3)
diff --git a/test/two_sides.fromasm.imprecise b/test/two_sides.fromasm.imprecise
index ad7e9e61a..1578c86da 100644
--- a/test/two_sides.fromasm.imprecise
+++ b/test/two_sides.fromasm.imprecise
@@ -1,7 +1,10 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "_test" $_test)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_test" (func $_test))
(func $_test (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
(local $5 f64)
(if
@@ -12,7 +15,7 @@
(f64.convert_s/i32
(get_local $2)
)
- (set_local $5
+ (tee_local $5
(f64.convert_s/i32
(i32.mul
(get_local $1)
@@ -35,7 +38,7 @@
(f64.convert_s/i32
(get_local $2)
)
- (set_local $5
+ (tee_local $5
(f64.convert_s/i32
(i32.mul
(get_local $3)
diff --git a/test/two_sides.fromasm.imprecise.no-opts b/test/two_sides.fromasm.imprecise.no-opts
index 6c2aa1d83..a8a338489 100644
--- a/test/two_sides.fromasm.imprecise.no-opts
+++ b/test/two_sides.fromasm.imprecise.no-opts
@@ -1,7 +1,10 @@
(module
(memory 256 256)
- (export "memory" memory)
- (export "_test" $_test)
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_test" (func $_test))
(func $_test (param $i1 i32) (param $i2 i32) (param $i3 i32) (param $i4 i32) (param $i5 i32) (result i32)
(local $d6 f64)
(if
diff --git a/test/two_sides.fromasm.no-opts b/test/two_sides.fromasm.no-opts
index 719566b73..1011976b6 100644
--- a/test/two_sides.fromasm.no-opts
+++ b/test/two_sides.fromasm.no-opts
@@ -1,9 +1,12 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$id (func (param f64) (result i32)))
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (export "_test" $_test)
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "_test" (func $_test))
(func $_test (param $i1 i32) (param $i2 i32) (param $i3 i32) (param $i4 i32) (param $i5 i32) (result i32)
(local $d6 f64)
(if
diff --git a/test/unit.asm.js b/test/unit.asm.js
index 380c97b41..e76ae1ef9 100644
--- a/test/unit.asm.js
+++ b/test/unit.asm.js
@@ -9,6 +9,7 @@ function asm(global, env, buffer) {
var Math_ceil = global.Math.ceil;
var tempDoublePtr = env.tempDoublePtr | 0;
var n = env.gb | 0;
+ var setTempRet0=env.setTempRet0;
var abort = env.abort;
var print = env.print;
@@ -261,6 +262,74 @@ function asm(global, env, buffer) {
return x | 0;
}
+ function smallIf() {
+ do {
+ if (2) {
+ lb(3) | 0;
+ } else {
+ break;
+ }
+ } while (0);
+ }
+
+ function dropCall() {
+ if (0) {
+ phi(); // drop this
+ setTempRet0(10); // this too
+ zeroInit(setTempRet0(10) | 0);
+ }
+ return phi() | 0;
+ }
+
+ function useSetGlobal() {
+ var x = 0;
+ x = (Int = 10);
+ Int = 20;
+ return (Int = 30) | 0;
+ }
+
+ function usesSetGlobal2() {
+ return (Int = 40, 50) | 0;
+ }
+
+ function breakThroughMany($s) {
+ $s = $s|0;
+ L1: do {
+ if ($s) {
+ while(1) {
+ if (!($s)) {
+ break L1;
+ }
+ zeroInit(0);
+ }
+ } else {
+ 1337;
+ }
+ } while(0);
+ }
+
+ function ifChainEmpty(label) {
+ label = label | 0;
+ if ((label|0) == 4) {
+ return 0;
+ }
+ else if ((label|0) == 7) {
+ // unreachable;
+ }
+ return 0;
+ }
+
+ function heap8NoShift(x) {
+ x = x | 0;
+ return HEAP8[x | 0] | 0;
+ }
+
+ function conditionalTypeFun() {
+ var x = 0, y = +0;
+ x = 1 ? abort(5) | 0 : 2;
+ y = 3 ? +abort(7) : 4.5;
+ }
+
function z() {
}
function w() {
diff --git a/test/unit.fromasm b/test/unit.fromasm
index 49189df43..33dd153af 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -1,20 +1,32 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (data (get_global $memoryBase) "unit.asm.js")
(type $FUNCSIG$id (func (param f64) (result i32)))
(type $FUNCSIG$ddd (func (param f64 f64) (result f64)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$vf (func (param f32)))
(type $FUNCSIG$vi (func (param i32)))
- (type $FUNCSIG$vd (func (param f64)))
- (import $abort "env" "abort" (param f64))
- (import $print "env" "print" (param i32))
- (import $h "env" "h" (param i32))
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "big_negative" $big_negative)
- (export "pick" $big_negative)
+ (type $FUNCSIG$ii (func (param i32) (result i32)))
+ (type $FUNCSIG$dd (func (param f64) (result f64)))
+ (import "global" "NaN" (global $t f64))
+ (import "global" "Infinity" (global $u f64))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "gb" (global $n i32))
+ (import "env" "setTempRet0" (func $setTempRet0 (param i32) (result i32)))
+ (import "env" "abort" (func $abort (param f64) (result f64)))
+ (import "env" "print" (func $print (param i32)))
+ (import "env" "h" (func $h (param i32)))
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "asm2wasm" "f64-rem" (func $f64-rem (param f64 f64) (result f64)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "big_negative" (func $big_negative))
+ (export "pick" (func $big_negative))
+ (global $Int i32 (i32.const 0))
+ (global $Double f64 (f64.const 0))
(table 10 10 anyfunc)
(elem (i32.const 0) $big_negative $big_negative $big_negative $big_negative $big_negative $big_negative $importedDoubles $big_negative $big_negative $cneg)
(func $big_negative
@@ -23,9 +35,7 @@
(func $importedDoubles (result f64)
(if
(i32.gt_s
- (i32.load
- (i32.const 24)
- )
+ (get_global $Int)
(i32.const 0)
)
(return
@@ -34,9 +44,7 @@
)
(if
(f64.gt
- (f64.load
- (i32.const 32)
- )
+ (get_global $Double)
(f64.const 0)
)
(return
@@ -96,13 +104,19 @@
(local $0 f64)
(local $1 f32)
(local $2 i32)
- (call_import $f64-to-int
- (get_local $0)
- )
- (set_local $2
+ (drop
(call_import $f64-to-int
- (f64.promote/f32
- (get_local $1)
+ (get_local $0)
+ )
+ )
+ (drop
+ (f64.convert_s/i32
+ (tee_local $2
+ (call_import $f64-to-int
+ (f64.promote/f32
+ (get_local $1)
+ )
+ )
)
)
)
@@ -156,46 +170,42 @@
)
)
)
- (br $switch-default$16)
)
- (br $switch-default$16)
- )
- (block $while-out$10
)
- (br $switch-default$16)
- )
- (loop
- (br $switch-default$16)
)
)
- (loop $label$break$L1 $label$continue$L1
- (loop $label$break$L3 $label$continue$L3
- (block $switch$17
- (block $switch-default$21
- (block $switch-case$20
- (block $switch-case$19
- (block $switch-case$18
- (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
- (i32.sub
- (get_local $0)
- (i32.const -1)
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (loop $label$continue$L3
+ (block $label$break$L3
+ (block $switch$17
+ (block $switch-default$21
+ (block $switch-case$20
+ (block $switch-case$19
+ (block $switch-case$18
+ (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
+ (i32.sub
+ (get_local $0)
+ (i32.const -1)
+ )
+ )
)
+ (br $label$break$L1)
)
+ (br $switch$17)
)
- (br $label$break$L1)
+ (br $label$break$L3)
)
- (br $switch$17)
+ (br $label$break$L1)
)
- (br $label$break$L3)
+ (br $label$continue$L3)
)
- (br $label$break$L1)
)
- (br $label$continue$L3)
- )
- (call_import $h
- (i32.const 120)
+ (call_import $h
+ (i32.const 120)
+ )
+ (br $label$continue$L1)
)
- (br $label$continue$L1)
)
(i32.const 0)
)
@@ -223,22 +233,22 @@
(func $neg
(local $0 f32)
(call_indirect $FUNCSIG$vf
+ (f32.neg
+ (get_local $0)
+ )
(i32.add
(i32.const 1)
(i32.const 8)
)
- (f32.neg
- (get_local $0)
- )
)
)
(func $cneg (param $0 f32)
(call_indirect $FUNCSIG$vf
+ (get_local $0)
(i32.add
(i32.const 1)
(i32.const 8)
)
- (get_local $0)
)
)
(func $smallCompare (result i32)
@@ -272,11 +282,11 @@
)
(func $cneg_nosemicolon
(call_indirect $FUNCSIG$vi
+ (i32.const 1)
(i32.add
(i32.const 1)
(i32.const 8)
)
- (i32.const 1)
)
)
(func $forLoop
@@ -284,46 +294,58 @@
(set_local $0
(i32.const 1)
)
- (loop $for-out$0 $for-in$1
- (br_if $for-out$0
- (i32.ge_s
- (get_local $0)
- (i32.const 200)
+ (loop $for-in$1
+ (block $for-out$0
+ (br_if $for-out$0
+ (i32.ge_s
+ (get_local $0)
+ (i32.const 200)
+ )
)
- )
- (call_import $h
- (get_local $0)
- )
- (set_local $0
- (i32.add
+ (call_import $h
(get_local $0)
- (i32.const 1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $for-in$1)
)
- (br $for-in$1)
)
)
(func $ceiling_32_64 (param $0 f32) (param $1 f64)
(nop)
)
(func $aborts
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.convert_s/i32
- (i32.const 55)
+ (drop
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 55)
+ )
)
)
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.const 12.34)
+ (drop
+ (call_import $abort
+ (f64.const 12.34)
+ )
)
- (call_import $abort
- (f64.promote/f32
- (f32.const 56.779998779296875)
+ (drop
+ (call_import $abort
+ (f64.promote/f32
+ (f32.const 56.779998779296875)
+ )
)
)
)
@@ -350,23 +372,29 @@
(nop)
)
(func $recursiveBlockMerging (param $0 i32) (result i32)
- (call $lb
- (i32.add
+ (drop
+ (call $lb
(i32.add
(i32.add
- (get_local $0)
- (i32.const 3)
+ (i32.add
+ (get_local $0)
+ (i32.const 3)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 12)
)
- (i32.const 12)
)
)
- (call $lb
- (i32.const 1)
+ (drop
+ (call $lb
+ (i32.const 1)
+ )
)
- (call $lb
- (i32.const 2)
+ (drop
+ (call $lb
+ (i32.const 2)
+ )
)
(i32.add
(i32.add
@@ -377,14 +405,20 @@
)
)
(block
- (call $lb
- (i32.const 4)
+ (drop
+ (call $lb
+ (i32.const 4)
+ )
)
- (call $lb
- (i32.const 5)
+ (drop
+ (call $lb
+ (i32.const 5)
+ )
)
- (call $lb
- (i32.const 6)
+ (drop
+ (call $lb
+ (i32.const 6)
+ )
)
(call $lb
(i32.const 7)
@@ -392,17 +426,25 @@
)
)
(block
- (call $lb
- (i32.const 8)
+ (drop
+ (call $lb
+ (i32.const 8)
+ )
)
- (call $lb
- (i32.const 9)
+ (drop
+ (call $lb
+ (i32.const 9)
+ )
)
- (call $lb
- (i32.const 10)
+ (drop
+ (call $lb
+ (i32.const 10)
+ )
)
- (call $lb
- (i32.const 11)
+ (drop
+ (call $lb
+ (i32.const 11)
+ )
)
(call $lb
(i32.const 12)
@@ -415,9 +457,7 @@
(get_local $0)
(i32.add
(i32.add
- (i32.load
- (i32.const 48)
- )
+ (get_global $n)
(i32.const 136)
)
(i32.const 8)
@@ -464,4 +504,116 @@
(i32.const 1)
)
)
+ (func $smallIf
+ (block $do-once$0
+ (if
+ (i32.const 2)
+ (drop
+ (call $lb
+ (i32.const 3)
+ )
+ )
+ )
+ )
+ )
+ (func $dropCall (result i32)
+ (if
+ (i32.const 0)
+ (block
+ (drop
+ (call $phi)
+ )
+ (drop
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ (call $zeroInit
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ )
+ )
+ (call $phi)
+ )
+ (func $useSetGlobal (result i32)
+ (set_global $Int
+ (i32.const 10)
+ )
+ (set_global $Int
+ (i32.const 20)
+ )
+ (set_global $Int
+ (i32.const 30)
+ )
+ (get_global $Int)
+ )
+ (func $usesSetGlobal2 (result i32)
+ (set_global $Int
+ (i32.const 40)
+ )
+ (i32.const 50)
+ )
+ (func $breakThroughMany (param $0 i32)
+ (block $label$break$L1
+ (if
+ (get_local $0)
+ (loop $while-in$2
+ (br_if $label$break$L1
+ (i32.eqz
+ (get_local $0)
+ )
+ )
+ (call $zeroInit
+ (i32.const 0)
+ )
+ (br $while-in$2)
+ )
+ )
+ )
+ )
+ (func $ifChainEmpty (param $0 i32) (result i32)
+ (if
+ (i32.eq
+ (get_local $0)
+ (i32.const 4)
+ )
+ (return
+ (i32.const 0)
+ )
+ )
+ (i32.const 0)
+ )
+ (func $heap8NoShift (param $0 i32) (result i32)
+ (i32.load8_s
+ (get_local $0)
+ )
+ )
+ (func $conditionalTypeFun
+ (drop
+ (if
+ (i32.const 1)
+ (i32.trunc_s/f64
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 5)
+ )
+ )
+ )
+ (i32.const 2)
+ )
+ )
+ (drop
+ (if
+ (i32.const 3)
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 7)
+ )
+ )
+ (f64.const 4.5)
+ )
+ )
+ )
)
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise
index d2c10b549..35b8b1768 100644
--- a/test/unit.fromasm.imprecise
+++ b/test/unit.fromasm.imprecise
@@ -1,16 +1,27 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$ddd (func (param f64 f64) (result f64)))
(type $FUNCSIG$vf (func (param f32)))
(type $FUNCSIG$vi (func (param i32)))
- (type $FUNCSIG$vd (func (param f64)))
- (import $abort "env" "abort" (param f64))
- (import $print "env" "print" (param i32))
- (import $h "env" "h" (param i32))
- (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64))
- (export "big_negative" $big_negative)
- (export "pick" $big_negative)
+ (type $FUNCSIG$ii (func (param i32) (result i32)))
+ (type $FUNCSIG$dd (func (param f64) (result f64)))
+ (import "global" "NaN" (global $t f64))
+ (import "global" "Infinity" (global $u f64))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "gb" (global $n i32))
+ (import "env" "setTempRet0" (func $setTempRet0 (param i32) (result i32)))
+ (import "env" "abort" (func $abort (param f64) (result f64)))
+ (import "env" "print" (func $print (param i32)))
+ (import "env" "h" (func $h (param i32)))
+ (import "asm2wasm" "f64-rem" (func $f64-rem (param f64 f64) (result f64)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "big_negative" (func $big_negative))
+ (export "pick" (func $big_negative))
+ (global $Int i32 (i32.const 0))
+ (global $Double f64 (f64.const 0))
(table 10 10 anyfunc)
(elem (i32.const 0) $big_negative $big_negative $big_negative $big_negative $big_negative $big_negative $importedDoubles $big_negative $big_negative $cneg)
(func $big_negative
@@ -19,9 +30,7 @@
(func $importedDoubles (result f64)
(if
(i32.gt_s
- (i32.load
- (i32.const 24)
- )
+ (get_global $Int)
(i32.const 0)
)
(return
@@ -30,9 +39,7 @@
)
(if
(f64.gt
- (f64.load
- (i32.const 32)
- )
+ (get_global $Double)
(f64.const 0)
)
(return
@@ -91,9 +98,13 @@
(func $conversions
(local $0 f32)
(local $1 i32)
- (set_local $1
- (i32.trunc_s/f32
- (get_local $0)
+ (drop
+ (f64.convert_s/i32
+ (tee_local $1
+ (i32.trunc_s/f32
+ (get_local $0)
+ )
+ )
)
)
)
@@ -146,46 +157,42 @@
)
)
)
- (br $switch-default$16)
)
- (br $switch-default$16)
)
- (block $while-out$10
- )
- (br $switch-default$16)
- )
- (loop
- (br $switch-default$16)
)
)
- (loop $label$break$L1 $label$continue$L1
- (loop $label$break$L3 $label$continue$L3
- (block $switch$17
- (block $switch-default$21
- (block $switch-case$20
- (block $switch-case$19
- (block $switch-case$18
- (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
- (i32.sub
- (get_local $0)
- (i32.const -1)
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (loop $label$continue$L3
+ (block $label$break$L3
+ (block $switch$17
+ (block $switch-default$21
+ (block $switch-case$20
+ (block $switch-case$19
+ (block $switch-case$18
+ (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
+ (i32.sub
+ (get_local $0)
+ (i32.const -1)
+ )
+ )
)
+ (br $label$break$L1)
)
+ (br $switch$17)
)
- (br $label$break$L1)
+ (br $label$break$L3)
)
- (br $switch$17)
+ (br $label$break$L1)
)
- (br $label$break$L3)
+ (br $label$continue$L3)
)
- (br $label$break$L1)
)
- (br $label$continue$L3)
- )
- (call_import $h
- (i32.const 120)
+ (call_import $h
+ (i32.const 120)
+ )
+ (br $label$continue$L1)
)
- (br $label$continue$L1)
)
(i32.const 0)
)
@@ -207,22 +214,22 @@
(func $neg
(local $0 f32)
(call_indirect $FUNCSIG$vf
+ (f32.neg
+ (get_local $0)
+ )
(i32.add
(i32.const 1)
(i32.const 8)
)
- (f32.neg
- (get_local $0)
- )
)
)
(func $cneg (param $0 f32)
(call_indirect $FUNCSIG$vf
+ (get_local $0)
(i32.add
(i32.const 1)
(i32.const 8)
)
- (get_local $0)
)
)
(func $smallCompare (result i32)
@@ -256,11 +263,11 @@
)
(func $cneg_nosemicolon
(call_indirect $FUNCSIG$vi
+ (i32.const 1)
(i32.add
(i32.const 1)
(i32.const 8)
)
- (i32.const 1)
)
)
(func $forLoop
@@ -268,46 +275,58 @@
(set_local $0
(i32.const 1)
)
- (loop $for-out$0 $for-in$1
- (br_if $for-out$0
- (i32.ge_s
- (get_local $0)
- (i32.const 200)
+ (loop $for-in$1
+ (block $for-out$0
+ (br_if $for-out$0
+ (i32.ge_s
+ (get_local $0)
+ (i32.const 200)
+ )
)
- )
- (call_import $h
- (get_local $0)
- )
- (set_local $0
- (i32.add
+ (call_import $h
(get_local $0)
- (i32.const 1)
)
+ (set_local $0
+ (i32.add
+ (get_local $0)
+ (i32.const 1)
+ )
+ )
+ (br $for-in$1)
)
- (br $for-in$1)
)
)
(func $ceiling_32_64 (param $0 f32) (param $1 f64)
(nop)
)
(func $aborts
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.convert_s/i32
- (i32.const 55)
+ (drop
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 55)
+ )
)
)
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.const 12.34)
+ (drop
+ (call_import $abort
+ (f64.const 12.34)
+ )
)
- (call_import $abort
- (f64.promote/f32
- (f32.const 56.779998779296875)
+ (drop
+ (call_import $abort
+ (f64.promote/f32
+ (f32.const 56.779998779296875)
+ )
)
)
)
@@ -334,23 +353,29 @@
(nop)
)
(func $recursiveBlockMerging (param $0 i32) (result i32)
- (call $lb
- (i32.add
+ (drop
+ (call $lb
(i32.add
(i32.add
- (get_local $0)
- (i32.const 3)
+ (i32.add
+ (get_local $0)
+ (i32.const 3)
+ )
+ (i32.const 7)
)
- (i32.const 7)
+ (i32.const 12)
)
- (i32.const 12)
)
)
- (call $lb
- (i32.const 1)
+ (drop
+ (call $lb
+ (i32.const 1)
+ )
)
- (call $lb
- (i32.const 2)
+ (drop
+ (call $lb
+ (i32.const 2)
+ )
)
(i32.add
(i32.add
@@ -361,14 +386,20 @@
)
)
(block
- (call $lb
- (i32.const 4)
+ (drop
+ (call $lb
+ (i32.const 4)
+ )
)
- (call $lb
- (i32.const 5)
+ (drop
+ (call $lb
+ (i32.const 5)
+ )
)
- (call $lb
- (i32.const 6)
+ (drop
+ (call $lb
+ (i32.const 6)
+ )
)
(call $lb
(i32.const 7)
@@ -376,17 +407,25 @@
)
)
(block
- (call $lb
- (i32.const 8)
+ (drop
+ (call $lb
+ (i32.const 8)
+ )
)
- (call $lb
- (i32.const 9)
+ (drop
+ (call $lb
+ (i32.const 9)
+ )
)
- (call $lb
- (i32.const 10)
+ (drop
+ (call $lb
+ (i32.const 10)
+ )
)
- (call $lb
- (i32.const 11)
+ (drop
+ (call $lb
+ (i32.const 11)
+ )
)
(call $lb
(i32.const 12)
@@ -399,9 +438,7 @@
(get_local $0)
(i32.add
(i32.add
- (i32.load
- (i32.const 48)
- )
+ (get_global $n)
(i32.const 136)
)
(i32.const 8)
@@ -448,4 +485,116 @@
(i32.const 1)
)
)
+ (func $smallIf
+ (block $do-once$0
+ (if
+ (i32.const 2)
+ (drop
+ (call $lb
+ (i32.const 3)
+ )
+ )
+ )
+ )
+ )
+ (func $dropCall (result i32)
+ (if
+ (i32.const 0)
+ (block
+ (drop
+ (call $phi)
+ )
+ (drop
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ (call $zeroInit
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ )
+ )
+ (call $phi)
+ )
+ (func $useSetGlobal (result i32)
+ (set_global $Int
+ (i32.const 10)
+ )
+ (set_global $Int
+ (i32.const 20)
+ )
+ (set_global $Int
+ (i32.const 30)
+ )
+ (get_global $Int)
+ )
+ (func $usesSetGlobal2 (result i32)
+ (set_global $Int
+ (i32.const 40)
+ )
+ (i32.const 50)
+ )
+ (func $breakThroughMany (param $0 i32)
+ (block $label$break$L1
+ (if
+ (get_local $0)
+ (loop $while-in$2
+ (br_if $label$break$L1
+ (i32.eqz
+ (get_local $0)
+ )
+ )
+ (call $zeroInit
+ (i32.const 0)
+ )
+ (br $while-in$2)
+ )
+ )
+ )
+ )
+ (func $ifChainEmpty (param $0 i32) (result i32)
+ (if
+ (i32.eq
+ (get_local $0)
+ (i32.const 4)
+ )
+ (return
+ (i32.const 0)
+ )
+ )
+ (i32.const 0)
+ )
+ (func $heap8NoShift (param $0 i32) (result i32)
+ (i32.load8_s
+ (get_local $0)
+ )
+ )
+ (func $conditionalTypeFun
+ (drop
+ (if
+ (i32.const 1)
+ (i32.trunc_s/f64
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 5)
+ )
+ )
+ )
+ (i32.const 2)
+ )
+ )
+ (drop
+ (if
+ (i32.const 3)
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 7)
+ )
+ )
+ (f64.const 4.5)
+ )
+ )
+ )
)
diff --git a/test/unit.fromasm.imprecise.no-opts b/test/unit.fromasm.imprecise.no-opts
index 7037a6c1c..c41075df0 100644
--- a/test/unit.fromasm.imprecise.no-opts
+++ b/test/unit.fromasm.imprecise.no-opts
@@ -1,16 +1,27 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$ddd (func (param f64 f64) (result f64)))
(type $FUNCSIG$vf (func (param f32)))
(type $FUNCSIG$vi (func (param i32)))
- (type $FUNCSIG$vd (func (param f64)))
- (import $abort "env" "abort" (param f64))
- (import $print "env" "print" (param i32))
- (import $h "env" "h" (param i32))
- (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64))
- (export "big_negative" $big_negative)
- (export "pick" $exportMe)
+ (type $FUNCSIG$ii (func (param i32) (result i32)))
+ (type $FUNCSIG$dd (func (param f64) (result f64)))
+ (import "global" "NaN" (global $t f64))
+ (import "global" "Infinity" (global $u f64))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "gb" (global $n i32))
+ (import "env" "setTempRet0" (func $setTempRet0 (param i32) (result i32)))
+ (import "env" "abort" (func $abort (param f64) (result f64)))
+ (import "env" "print" (func $print (param i32)))
+ (import "env" "h" (func $h (param i32)))
+ (import "asm2wasm" "f64-rem" (func $f64-rem (param f64 f64) (result f64)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "big_negative" (func $big_negative))
+ (export "pick" (func $exportMe))
+ (global $Int i32 (i32.const 0))
+ (global $Double f64 (f64.const 0))
(table 10 10 anyfunc)
(elem (i32.const 0) $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
(func $big_negative
@@ -37,31 +48,21 @@
(f64.add
(f64.add
(f64.add
- (f64.load
- (i32.const 8)
- )
- (f64.load
- (i32.const 16)
- )
+ (get_global $t)
+ (get_global $u)
)
(f64.neg
- (f64.load
- (i32.const 16)
- )
+ (get_global $u)
)
)
(f64.neg
- (f64.load
- (i32.const 8)
- )
+ (get_global $t)
)
)
)
(if
(i32.gt_s
- (i32.load
- (i32.const 24)
- )
+ (get_global $Int)
(i32.const 0)
)
(return
@@ -70,9 +71,7 @@
)
(if
(f64.gt
- (f64.load
- (i32.const 32)
- )
+ (get_global $Double)
(f64.const 0)
)
(return
@@ -177,11 +176,15 @@
(set_local $J
(f64.sub
(block
- (f64.const 0.1)
+ (drop
+ (f64.const 0.1)
+ )
(f64.const 5.1)
)
(block
- (f64.const 3.2)
+ (drop
+ (f64.const 3.2)
+ )
(f64.const 4.2)
)
)
@@ -247,63 +250,71 @@
(br $label$break$Lout)
)
(block
- (loop $while-out$10 $while-in$11
- (br $while-out$10)
- (br $while-in$11)
+ (loop $while-in$11
+ (block $while-out$10
+ (br $while-out$10)
+ (br $while-in$11)
+ )
)
(br $label$break$Lout)
)
)
(block
- (loop $while-out$13 $while-in$14
- (br $label$break$Lout)
- (br $while-in$14)
+ (loop $while-in$14
+ (block $while-out$13
+ (br $label$break$Lout)
+ (br $while-in$14)
+ )
)
(br $label$break$Lout)
)
)
)
- (loop $label$break$L1 $label$continue$L1
- (loop $label$break$L3 $label$continue$L3
- (block $switch$17
- (block $switch-default$21
- (block $switch-default$21
- (block $switch-case$20
- (block $switch-case$19
- (block $switch-case$18
- (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
- (i32.sub
- (get_local $x)
- (i32.const -1)
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (loop $label$continue$L3
+ (block $label$break$L3
+ (block $switch$17
+ (block $switch-default$21
+ (block $switch-default$21
+ (block $switch-case$20
+ (block $switch-case$19
+ (block $switch-case$18
+ (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
+ (i32.sub
+ (get_local $x)
+ (i32.const -1)
+ )
+ )
+ )
+ (block
+ (br $label$break$L1)
+ (br $switch$17)
+ )
+ )
+ (block
+ (set_local $waka
+ (i32.const 1)
)
+ (br $switch$17)
)
)
(block
- (br $label$break$L1)
+ (br $label$break$L3)
(br $switch$17)
)
)
- (block
- (set_local $waka
- (i32.const 1)
- )
- (br $switch$17)
- )
- )
- (block
- (br $label$break$L3)
- (br $switch$17)
+ (br $label$break$L1)
)
)
- (br $label$break$L1)
+ (br $label$continue$L3)
)
)
- (br $label$continue$L3)
- )
- (call_import $h
- (i32.const 120)
+ (call_import $h
+ (i32.const 120)
+ )
+ (br $label$continue$L1)
)
- (br $label$continue$L1)
)
(return
(i32.const 0)
@@ -340,14 +351,26 @@
(func $fr (param $x f32)
(local $y f32)
(local $z f64)
- (f32.demote/f64
- (get_local $z)
+ (drop
+ (f32.demote/f64
+ (get_local $z)
+ )
+ )
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
)
- (get_local $y)
- (f32.const 5)
- (f32.const 0)
- (f32.const 5)
- (f32.const 0)
)
(func $negZero (result f64)
(return
@@ -396,6 +419,7 @@
)
)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -403,11 +427,11 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $cneg (param $x f32)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -415,14 +439,15 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $___syscall_ret
(local $$0 i32)
- (i32.gt_u
- (get_local $$0)
- (i32.const -4096)
+ (drop
+ (i32.gt_u
+ (get_local $$0)
+ (i32.const -4096)
+ )
)
)
(func $smallCompare (result i32)
@@ -458,6 +483,7 @@
)
(func $cneg_nosemicolon
(call_indirect $FUNCSIG$vi
+ (i32.const 1)
(i32.add
(i32.and
(i32.const 1)
@@ -465,7 +491,6 @@
)
(i32.const 8)
)
- (i32.const 1)
)
)
(func $forLoop
@@ -473,26 +498,28 @@
(set_local $i
(i32.const 1)
)
- (loop $for-out$0 $for-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i)
- (i32.const 200)
+ (loop $for-in$1
+ (block $for-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i)
+ (i32.const 200)
+ )
)
+ (br $for-out$0)
)
- (br $for-out$0)
- )
- (call_import $h
- (get_local $i)
- )
- (set_local $i
- (i32.add
+ (call_import $h
(get_local $i)
- (i32.const 1)
)
+ (set_local $i
+ (i32.add
+ (get_local $i)
+ (i32.const 1)
+ )
+ )
+ (br $for-in$1)
)
- (br $for-in$1)
)
)
(func $ceiling_32_64 (param $u f32) (param $B f64)
@@ -516,99 +543,141 @@
)
)
(func $aborts
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.convert_s/i32
- (i32.const 55)
+ (drop
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 55)
+ )
)
)
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.const 12.34)
+ (drop
+ (call_import $abort
+ (f64.const 12.34)
+ )
)
- (call_import $abort
- (f64.promote/f32
- (f32.const 56.779998779296875)
+ (drop
+ (call_import $abort
+ (f64.promote/f32
+ (f32.const 56.779998779296875)
+ )
)
)
)
(func $continues
- (loop $while-out$0 $while-in$1
- (call_import $print
- (i32.const 1)
- )
- (loop $do-once$2 $unlikely-continue$3
+ (loop $while-in$1
+ (block $while-out$0
(call_import $print
- (i32.const 5)
+ (i32.const 1)
)
- (if
- (i32.const 0)
- (br $unlikely-continue$3)
+ (block $do-once$2
+ (loop $unlikely-continue$3
+ (call_import $print
+ (i32.const 5)
+ )
+ (if
+ (i32.const 0)
+ (br $unlikely-continue$3)
+ )
+ )
)
+ (call_import $print
+ (i32.const 2)
+ )
+ (br $while-in$1)
)
- (call_import $print
- (i32.const 2)
- )
- (br $while-in$1)
)
)
(func $bitcasts (param $i i32) (param $f f32)
(local $d f64)
- (f32.reinterpret/i32
- (get_local $i)
- )
- (f64.promote/f32
+ (drop
(f32.reinterpret/i32
(get_local $i)
)
)
- (i32.reinterpret/f32
- (get_local $f)
+ (drop
+ (f64.promote/f32
+ (f32.reinterpret/i32
+ (get_local $i)
+ )
+ )
)
- (i32.reinterpret/f32
- (f32.demote/f64
- (get_local $d)
+ (drop
+ (i32.reinterpret/f32
+ (get_local $f)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.demote/f64
+ (get_local $d)
+ )
)
)
)
(func $recursiveBlockMerging (param $x i32) (result i32)
- (call $lb
- (i32.add
+ (drop
+ (call $lb
(i32.add
(i32.add
- (block
- (i32.const 1)
- (get_local $x)
- )
- (block
- (i32.const 2)
- (i32.const 3)
+ (i32.add
+ (block
+ (drop
+ (i32.const 1)
+ )
+ (get_local $x)
+ )
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (i32.const 3)
+ )
)
- )
- (block
(block
(block
- (i32.const 4)
- (i32.const 5)
+ (block
+ (drop
+ (i32.const 4)
+ )
+ (drop
+ (i32.const 5)
+ )
+ )
+ (drop
+ (i32.const 6)
+ )
)
- (i32.const 6)
+ (i32.const 7)
)
- (i32.const 7)
)
- )
- (block
- (i32.const 8)
(block
- (i32.const 9)
+ (drop
+ (i32.const 8)
+ )
(block
- (i32.const 10)
+ (drop
+ (i32.const 9)
+ )
(block
- (i32.const 11)
- (i32.const 12)
+ (drop
+ (i32.const 10)
+ )
+ (block
+ (drop
+ (i32.const 11)
+ )
+ (i32.const 12)
+ )
)
)
)
@@ -620,14 +689,18 @@
(i32.add
(i32.add
(block
- (call $lb
- (i32.const 1)
+ (drop
+ (call $lb
+ (i32.const 1)
+ )
)
(get_local $x)
)
(block
- (call $lb
- (i32.const 2)
+ (drop
+ (call $lb
+ (i32.const 2)
+ )
)
(call $lb
(i32.const 3)
@@ -637,15 +710,21 @@
(block
(block
(block
- (call $lb
- (i32.const 4)
+ (drop
+ (call $lb
+ (i32.const 4)
+ )
)
- (call $lb
- (i32.const 5)
+ (drop
+ (call $lb
+ (i32.const 5)
+ )
)
)
- (call $lb
- (i32.const 6)
+ (drop
+ (call $lb
+ (i32.const 6)
+ )
)
)
(call $lb
@@ -654,20 +733,28 @@
)
)
(block
- (call $lb
- (i32.const 8)
+ (drop
+ (call $lb
+ (i32.const 8)
+ )
)
(block
- (call $lb
- (i32.const 9)
+ (drop
+ (call $lb
+ (i32.const 9)
+ )
)
(block
- (call $lb
- (i32.const 10)
+ (drop
+ (call $lb
+ (i32.const 10)
+ )
)
(block
- (call $lb
- (i32.const 11)
+ (drop
+ (call $lb
+ (i32.const 11)
+ )
)
(call $lb
(i32.const 12)
@@ -687,9 +774,7 @@
(get_local $a)
(i32.add
(i32.add
- (i32.load
- (i32.const 48)
- )
+ (get_global $n)
(i32.const 136)
)
(i32.const 8)
@@ -700,10 +785,14 @@
)
)
(func $forgetMe
- (f64.const 123.456)
+ (drop
+ (f64.const 123.456)
+ )
)
(func $exportMe
- (f64.const -3.14159)
+ (drop
+ (f64.const -3.14159)
+ )
)
(func $zeroInit (param $x i32)
(local $y i32)
@@ -757,6 +846,161 @@
(get_local $x)
)
)
+ (func $smallIf
+ (block $do-once$0
+ (drop
+ (if
+ (i32.const 2)
+ (call $lb
+ (i32.const 3)
+ )
+ (br $do-once$0)
+ )
+ )
+ (nop)
+ )
+ )
+ (func $dropCall (result i32)
+ (if
+ (i32.const 0)
+ (block
+ (drop
+ (call $phi)
+ )
+ (drop
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ (call $zeroInit
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ )
+ )
+ (return
+ (call $phi)
+ )
+ )
+ (func $useSetGlobal (result i32)
+ (local $x i32)
+ (set_local $x
+ (block
+ (set_global $Int
+ (i32.const 10)
+ )
+ (get_global $Int)
+ )
+ )
+ (set_global $Int
+ (i32.const 20)
+ )
+ (return
+ (block
+ (set_global $Int
+ (i32.const 30)
+ )
+ (get_global $Int)
+ )
+ )
+ )
+ (func $usesSetGlobal2 (result i32)
+ (return
+ (block
+ (block
+ (set_global $Int
+ (i32.const 40)
+ )
+ (drop
+ (get_global $Int)
+ )
+ )
+ (i32.const 50)
+ )
+ )
+ )
+ (func $breakThroughMany (param $$s i32)
+ (block $label$break$L1
+ (drop
+ (if
+ (get_local $$s)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (get_local $$s)
+ )
+ (br $label$break$L1)
+ )
+ (call $zeroInit
+ (i32.const 0)
+ )
+ (br $while-in$2)
+ )
+ )
+ (i32.const 1337)
+ )
+ )
+ (nop)
+ )
+ )
+ (func $ifChainEmpty (param $label i32) (result i32)
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 4)
+ )
+ (return
+ (i32.const 0)
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 7)
+ )
+ (nop)
+ )
+ )
+ (return
+ (i32.const 0)
+ )
+ )
+ (func $heap8NoShift (param $x i32) (result i32)
+ (return
+ (i32.load8_s
+ (get_local $x)
+ )
+ )
+ )
+ (func $conditionalTypeFun
+ (local $x i32)
+ (local $y f64)
+ (set_local $x
+ (if
+ (i32.const 1)
+ (i32.trunc_s/f64
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 5)
+ )
+ )
+ )
+ (i32.const 2)
+ )
+ )
+ (set_local $y
+ (if
+ (i32.const 3)
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 7)
+ )
+ )
+ (f64.const 4.5)
+ )
+ )
+ )
(func $z
(nop)
)
diff --git a/test/unit.fromasm.no-opts b/test/unit.fromasm.no-opts
index 51ae345b9..2162d9ed7 100644
--- a/test/unit.fromasm.no-opts
+++ b/test/unit.fromasm.no-opts
@@ -1,20 +1,31 @@
(module
(memory 256 256)
- (export "memory" memory)
(type $FUNCSIG$id (func (param f64) (result i32)))
(type $FUNCSIG$ddd (func (param f64 f64) (result f64)))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$vf (func (param f32)))
(type $FUNCSIG$vi (func (param i32)))
- (type $FUNCSIG$vd (func (param f64)))
- (import $abort "env" "abort" (param f64))
- (import $print "env" "print" (param i32))
- (import $h "env" "h" (param i32))
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64))
- (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
- (export "big_negative" $big_negative)
- (export "pick" $exportMe)
+ (type $FUNCSIG$ii (func (param i32) (result i32)))
+ (type $FUNCSIG$dd (func (param f64) (result f64)))
+ (import "global" "NaN" (global $t f64))
+ (import "global" "Infinity" (global $u f64))
+ (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
+ (import "env" "gb" (global $n i32))
+ (import "env" "setTempRet0" (func $setTempRet0 (param i32) (result i32)))
+ (import "env" "abort" (func $abort (param f64) (result f64)))
+ (import "env" "print" (func $print (param i32)))
+ (import "env" "h" (func $h (param i32)))
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "asm2wasm" "f64-rem" (func $f64-rem (param f64 f64) (result f64)))
+ (import "asm2wasm" "i32u-div" (func $i32u-div (param i32 i32) (result i32)))
+ (import "env" "memory" (memory $memory))
+ (import "env" "table" (table $table))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (export "big_negative" (func $big_negative))
+ (export "pick" (func $exportMe))
+ (global $Int i32 (i32.const 0))
+ (global $Double f64 (f64.const 0))
(table 10 10 anyfunc)
(elem (i32.const 0) $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
(func $big_negative
@@ -41,31 +52,21 @@
(f64.add
(f64.add
(f64.add
- (f64.load
- (i32.const 8)
- )
- (f64.load
- (i32.const 16)
- )
+ (get_global $t)
+ (get_global $u)
)
(f64.neg
- (f64.load
- (i32.const 16)
- )
+ (get_global $u)
)
)
(f64.neg
- (f64.load
- (i32.const 8)
- )
+ (get_global $t)
)
)
)
(if
(i32.gt_s
- (i32.load
- (i32.const 24)
- )
+ (get_global $Int)
(i32.const 0)
)
(return
@@ -74,9 +75,7 @@
)
(if
(f64.gt
- (f64.load
- (i32.const 32)
- )
+ (get_global $Double)
(f64.const 0)
)
(return
@@ -183,11 +182,15 @@
(set_local $J
(f64.sub
(block
- (f64.const 0.1)
+ (drop
+ (f64.const 0.1)
+ )
(f64.const 5.1)
)
(block
- (f64.const 3.2)
+ (drop
+ (f64.const 3.2)
+ )
(f64.const 4.2)
)
)
@@ -253,63 +256,71 @@
(br $label$break$Lout)
)
(block
- (loop $while-out$10 $while-in$11
- (br $while-out$10)
- (br $while-in$11)
+ (loop $while-in$11
+ (block $while-out$10
+ (br $while-out$10)
+ (br $while-in$11)
+ )
)
(br $label$break$Lout)
)
)
(block
- (loop $while-out$13 $while-in$14
- (br $label$break$Lout)
- (br $while-in$14)
+ (loop $while-in$14
+ (block $while-out$13
+ (br $label$break$Lout)
+ (br $while-in$14)
+ )
)
(br $label$break$Lout)
)
)
)
- (loop $label$break$L1 $label$continue$L1
- (loop $label$break$L3 $label$continue$L3
- (block $switch$17
- (block $switch-default$21
- (block $switch-default$21
- (block $switch-case$20
- (block $switch-case$19
- (block $switch-case$18
- (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
- (i32.sub
- (get_local $x)
- (i32.const -1)
+ (loop $label$continue$L1
+ (block $label$break$L1
+ (loop $label$continue$L3
+ (block $label$break$L3
+ (block $switch$17
+ (block $switch-default$21
+ (block $switch-default$21
+ (block $switch-case$20
+ (block $switch-case$19
+ (block $switch-case$18
+ (br_table $switch-case$18 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$20 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-default$21 $switch-case$19 $switch-default$21
+ (i32.sub
+ (get_local $x)
+ (i32.const -1)
+ )
+ )
+ )
+ (block
+ (br $label$break$L1)
+ (br $switch$17)
+ )
+ )
+ (block
+ (set_local $waka
+ (i32.const 1)
)
+ (br $switch$17)
)
)
(block
- (br $label$break$L1)
+ (br $label$break$L3)
(br $switch$17)
)
)
- (block
- (set_local $waka
- (i32.const 1)
- )
- (br $switch$17)
- )
- )
- (block
- (br $label$break$L3)
- (br $switch$17)
+ (br $label$break$L1)
)
)
- (br $label$break$L1)
+ (br $label$continue$L3)
)
)
- (br $label$continue$L3)
- )
- (call_import $h
- (i32.const 120)
+ (call_import $h
+ (i32.const 120)
+ )
+ (br $label$continue$L1)
)
- (br $label$continue$L1)
)
(return
(i32.const 0)
@@ -346,14 +357,26 @@
(func $fr (param $x f32)
(local $y f32)
(local $z f64)
- (f32.demote/f64
- (get_local $z)
+ (drop
+ (f32.demote/f64
+ (get_local $z)
+ )
+ )
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
)
- (get_local $y)
- (f32.const 5)
- (f32.const 0)
- (f32.const 5)
- (f32.const 0)
)
(func $negZero (result f64)
(return
@@ -402,6 +425,7 @@
)
)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -409,11 +433,11 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $cneg (param $x f32)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -421,14 +445,15 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $___syscall_ret
(local $$0 i32)
- (i32.gt_u
- (get_local $$0)
- (i32.const -4096)
+ (drop
+ (i32.gt_u
+ (get_local $$0)
+ (i32.const -4096)
+ )
)
)
(func $smallCompare (result i32)
@@ -464,6 +489,7 @@
)
(func $cneg_nosemicolon
(call_indirect $FUNCSIG$vi
+ (i32.const 1)
(i32.add
(i32.and
(i32.const 1)
@@ -471,7 +497,6 @@
)
(i32.const 8)
)
- (i32.const 1)
)
)
(func $forLoop
@@ -479,26 +504,28 @@
(set_local $i
(i32.const 1)
)
- (loop $for-out$0 $for-in$1
- (if
- (i32.eqz
- (i32.lt_s
- (get_local $i)
- (i32.const 200)
+ (loop $for-in$1
+ (block $for-out$0
+ (if
+ (i32.eqz
+ (i32.lt_s
+ (get_local $i)
+ (i32.const 200)
+ )
)
+ (br $for-out$0)
)
- (br $for-out$0)
- )
- (call_import $h
- (get_local $i)
- )
- (set_local $i
- (i32.add
+ (call_import $h
(get_local $i)
- (i32.const 1)
)
+ (set_local $i
+ (i32.add
+ (get_local $i)
+ (i32.const 1)
+ )
+ )
+ (br $for-in$1)
)
- (br $for-in$1)
)
)
(func $ceiling_32_64 (param $u f32) (param $B f64)
@@ -522,99 +549,141 @@
)
)
(func $aborts
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.convert_s/i32
- (i32.const 55)
+ (drop
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 55)
+ )
)
)
- (call_import $abort
- (f64.const 0)
+ (drop
+ (call_import $abort
+ (f64.const 0)
+ )
)
- (call_import $abort
- (f64.const 12.34)
+ (drop
+ (call_import $abort
+ (f64.const 12.34)
+ )
)
- (call_import $abort
- (f64.promote/f32
- (f32.const 56.779998779296875)
+ (drop
+ (call_import $abort
+ (f64.promote/f32
+ (f32.const 56.779998779296875)
+ )
)
)
)
(func $continues
- (loop $while-out$0 $while-in$1
- (call_import $print
- (i32.const 1)
- )
- (loop $do-once$2 $unlikely-continue$3
+ (loop $while-in$1
+ (block $while-out$0
(call_import $print
- (i32.const 5)
+ (i32.const 1)
)
- (if
- (i32.const 0)
- (br $unlikely-continue$3)
+ (block $do-once$2
+ (loop $unlikely-continue$3
+ (call_import $print
+ (i32.const 5)
+ )
+ (if
+ (i32.const 0)
+ (br $unlikely-continue$3)
+ )
+ )
)
+ (call_import $print
+ (i32.const 2)
+ )
+ (br $while-in$1)
)
- (call_import $print
- (i32.const 2)
- )
- (br $while-in$1)
)
)
(func $bitcasts (param $i i32) (param $f f32)
(local $d f64)
- (f32.reinterpret/i32
- (get_local $i)
- )
- (f64.promote/f32
+ (drop
(f32.reinterpret/i32
(get_local $i)
)
)
- (i32.reinterpret/f32
- (get_local $f)
+ (drop
+ (f64.promote/f32
+ (f32.reinterpret/i32
+ (get_local $i)
+ )
+ )
)
- (i32.reinterpret/f32
- (f32.demote/f64
- (get_local $d)
+ (drop
+ (i32.reinterpret/f32
+ (get_local $f)
+ )
+ )
+ (drop
+ (i32.reinterpret/f32
+ (f32.demote/f64
+ (get_local $d)
+ )
)
)
)
(func $recursiveBlockMerging (param $x i32) (result i32)
- (call $lb
- (i32.add
+ (drop
+ (call $lb
(i32.add
(i32.add
- (block
- (i32.const 1)
- (get_local $x)
- )
- (block
- (i32.const 2)
- (i32.const 3)
+ (i32.add
+ (block
+ (drop
+ (i32.const 1)
+ )
+ (get_local $x)
+ )
+ (block
+ (drop
+ (i32.const 2)
+ )
+ (i32.const 3)
+ )
)
- )
- (block
(block
(block
- (i32.const 4)
- (i32.const 5)
+ (block
+ (drop
+ (i32.const 4)
+ )
+ (drop
+ (i32.const 5)
+ )
+ )
+ (drop
+ (i32.const 6)
+ )
)
- (i32.const 6)
+ (i32.const 7)
)
- (i32.const 7)
)
- )
- (block
- (i32.const 8)
(block
- (i32.const 9)
+ (drop
+ (i32.const 8)
+ )
(block
- (i32.const 10)
+ (drop
+ (i32.const 9)
+ )
(block
- (i32.const 11)
- (i32.const 12)
+ (drop
+ (i32.const 10)
+ )
+ (block
+ (drop
+ (i32.const 11)
+ )
+ (i32.const 12)
+ )
)
)
)
@@ -626,14 +695,18 @@
(i32.add
(i32.add
(block
- (call $lb
- (i32.const 1)
+ (drop
+ (call $lb
+ (i32.const 1)
+ )
)
(get_local $x)
)
(block
- (call $lb
- (i32.const 2)
+ (drop
+ (call $lb
+ (i32.const 2)
+ )
)
(call $lb
(i32.const 3)
@@ -643,15 +716,21 @@
(block
(block
(block
- (call $lb
- (i32.const 4)
+ (drop
+ (call $lb
+ (i32.const 4)
+ )
)
- (call $lb
- (i32.const 5)
+ (drop
+ (call $lb
+ (i32.const 5)
+ )
)
)
- (call $lb
- (i32.const 6)
+ (drop
+ (call $lb
+ (i32.const 6)
+ )
)
)
(call $lb
@@ -660,20 +739,28 @@
)
)
(block
- (call $lb
- (i32.const 8)
+ (drop
+ (call $lb
+ (i32.const 8)
+ )
)
(block
- (call $lb
- (i32.const 9)
+ (drop
+ (call $lb
+ (i32.const 9)
+ )
)
(block
- (call $lb
- (i32.const 10)
+ (drop
+ (call $lb
+ (i32.const 10)
+ )
)
(block
- (call $lb
- (i32.const 11)
+ (drop
+ (call $lb
+ (i32.const 11)
+ )
)
(call $lb
(i32.const 12)
@@ -693,9 +780,7 @@
(get_local $a)
(i32.add
(i32.add
- (i32.load
- (i32.const 48)
- )
+ (get_global $n)
(i32.const 136)
)
(i32.const 8)
@@ -706,10 +791,14 @@
)
)
(func $forgetMe
- (f64.const 123.456)
+ (drop
+ (f64.const 123.456)
+ )
)
(func $exportMe
- (f64.const -3.14159)
+ (drop
+ (f64.const -3.14159)
+ )
)
(func $zeroInit (param $x i32)
(local $y i32)
@@ -763,6 +852,161 @@
(get_local $x)
)
)
+ (func $smallIf
+ (block $do-once$0
+ (drop
+ (if
+ (i32.const 2)
+ (call $lb
+ (i32.const 3)
+ )
+ (br $do-once$0)
+ )
+ )
+ (nop)
+ )
+ )
+ (func $dropCall (result i32)
+ (if
+ (i32.const 0)
+ (block
+ (drop
+ (call $phi)
+ )
+ (drop
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ (call $zeroInit
+ (call_import $setTempRet0
+ (i32.const 10)
+ )
+ )
+ )
+ )
+ (return
+ (call $phi)
+ )
+ )
+ (func $useSetGlobal (result i32)
+ (local $x i32)
+ (set_local $x
+ (block
+ (set_global $Int
+ (i32.const 10)
+ )
+ (get_global $Int)
+ )
+ )
+ (set_global $Int
+ (i32.const 20)
+ )
+ (return
+ (block
+ (set_global $Int
+ (i32.const 30)
+ )
+ (get_global $Int)
+ )
+ )
+ )
+ (func $usesSetGlobal2 (result i32)
+ (return
+ (block
+ (block
+ (set_global $Int
+ (i32.const 40)
+ )
+ (drop
+ (get_global $Int)
+ )
+ )
+ (i32.const 50)
+ )
+ )
+ )
+ (func $breakThroughMany (param $$s i32)
+ (block $label$break$L1
+ (drop
+ (if
+ (get_local $$s)
+ (loop $while-in$2
+ (block $while-out$1
+ (if
+ (i32.eqz
+ (get_local $$s)
+ )
+ (br $label$break$L1)
+ )
+ (call $zeroInit
+ (i32.const 0)
+ )
+ (br $while-in$2)
+ )
+ )
+ (i32.const 1337)
+ )
+ )
+ (nop)
+ )
+ )
+ (func $ifChainEmpty (param $label i32) (result i32)
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 4)
+ )
+ (return
+ (i32.const 0)
+ )
+ (if
+ (i32.eq
+ (get_local $label)
+ (i32.const 7)
+ )
+ (nop)
+ )
+ )
+ (return
+ (i32.const 0)
+ )
+ )
+ (func $heap8NoShift (param $x i32) (result i32)
+ (return
+ (i32.load8_s
+ (get_local $x)
+ )
+ )
+ )
+ (func $conditionalTypeFun
+ (local $x i32)
+ (local $y f64)
+ (set_local $x
+ (if
+ (i32.const 1)
+ (i32.trunc_s/f64
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 5)
+ )
+ )
+ )
+ (i32.const 2)
+ )
+ )
+ (set_local $y
+ (if
+ (i32.const 3)
+ (call_import $abort
+ (f64.convert_s/i32
+ (i32.const 7)
+ )
+ )
+ (f64.const 4.5)
+ )
+ )
+ )
(func $z
(nop)
)
diff --git a/test/unit.wast b/test/unit.wast
index 2e21d44dd..2df02df44 100644
--- a/test/unit.wast
+++ b/test/unit.wast
@@ -9,10 +9,10 @@
(type $5 (func (result i32)))
(type $6 (func (param i32) (result i32)))
(type $7 (func (param f64) (result f64)))
- (import $_emscripten_asm_const_vi "env" "_emscripten_asm_const_vi")
- (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32))
- (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64))
- (export "big_negative" $big_negative)
+ (import "env" "_emscripten_asm_const_vi" (func $_emscripten_asm_const_vi))
+ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
+ (import "asm2wasm" "f64-rem" (func $f64-rem (param f64 f64) (result f64)))
+ (export "big_negative" (func $big_negative))
(table 10 anyfunc)
(elem (i32.const 0) $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
(func $big_negative (type $FUNCSIG$v)
@@ -139,12 +139,14 @@
)
)
(func $hexLiterals (type $FUNCSIG$v)
- (i32.add
+ (drop
(i32.add
- (i32.const 0)
- (i32.const 313249263)
+ (i32.add
+ (i32.const 0)
+ (i32.const 313249263)
+ )
+ (i32.const -19088752)
)
- (i32.const -19088752)
)
)
(func $conversions (type $FUNCSIG$v)
@@ -176,11 +178,15 @@
(set_local $J
(f64.sub
(block $block0
- (f64.const 0.1)
+ (drop
+ (f64.const 0.1)
+ )
(f64.const 5.1)
)
(block $block1
- (f64.const 3.2)
+ (drop
+ (f64.const 3.2)
+ )
(f64.const 4.2)
)
)
@@ -247,8 +253,8 @@
)
(br $label$break$Lout)
)
- (block $block0
- (loop $while-out$10 $while-in$11
+ (block $while-out$10
+ (loop $while-in$11
(block $block1
(br $while-out$10)
(br $while-in$11)
@@ -257,8 +263,8 @@
(br $label$break$Lout)
)
)
- (block $block2
- (loop $while-out$13 $while-in$14
+ (block $while-out$13
+ (loop $while-in$14
(block $block3
(br $label$break$Lout)
(br $while-in$14)
@@ -302,14 +308,26 @@
(local $y f32)
(local $z f64)
(block $block0
- (f32.demote/f64
- (get_local $z)
+ (drop
+ (f32.demote/f64
+ (get_local $z)
+ )
+ )
+ (drop
+ (get_local $y)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
)
- (get_local $y)
- (f32.const 5)
- (f32.const 0)
- (f32.const 5)
- (f32.const 0)
)
)
(func $negZero (type $4) (result f64)
@@ -360,6 +378,7 @@
)
)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -367,12 +386,12 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
)
(func $cneg (type $FUNCSIG$vf) (param $x f32)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -380,17 +399,18 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $___syscall_ret (type $FUNCSIG$v)
(local $$0 i32)
- (i32.gt_u
- (i32.shr_u
- (get_local $$0)
- (i32.const 0)
+ (drop
+ (i32.gt_u
+ (i32.shr_u
+ (get_local $$0)
+ (i32.const 0)
+ )
+ (i32.const -4096)
)
- (i32.const -4096)
)
)
(func $z (type $FUNCSIG$v)
@@ -401,14 +421,18 @@
)
(func $block_and_after (type $5) (result i32)
(block $waka
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
(br $waka)
)
(i32.const 0)
)
(func $loop-roundtrip (type $7) (param $0 f64) (result f64)
- (loop $loop-out0 $loop-in1
- (get_local $0)
+ (loop $loop-in1
+ (drop
+ (get_local $0)
+ )
(get_local $0)
)
)
diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary
index 29d53598a..4a311f41a 100644
--- a/test/unit.wast.fromBinary
+++ b/test/unit.wast.fromBinary
@@ -9,10 +9,10 @@
(type $5 (func (result i32)))
(type $6 (func (param i32) (result i32)))
(type $7 (func (param f64) (result f64)))
- (import $import$0 "env" "_emscripten_asm_const_vi")
- (import $import$1 "asm2wasm" "f64-to-int" (param f64) (result i32))
- (import $import$2 "asm2wasm" "f64-rem" (param f64 f64) (result f64))
- (export "big_negative" $big_negative)
+ (import "env" "_emscripten_asm_const_vi" (func $import$0))
+ (import "asm2wasm" "f64-to-int" (func $import$1 (param f64) (result i32)))
+ (import "asm2wasm" "f64-rem" (func $import$2 (param f64 f64) (result f64)))
+ (export "big_negative" (func $big_negative))
(table 10 anyfunc)
(elem (i32.const 0) $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
(func $big_negative (type $1)
@@ -151,12 +151,14 @@
)
)
(func $hexLiterals (type $1)
- (i32.add
+ (drop
(i32.add
- (i32.const 0)
- (i32.const 313249263)
+ (i32.add
+ (i32.const 0)
+ (i32.const 313249263)
+ )
+ (i32.const -19088752)
)
- (i32.const -19088752)
)
)
(func $conversions (type $1)
@@ -188,11 +190,15 @@
(set_local $var$0
(f64.sub
(block $label$0
- (f64.const 0.1)
+ (drop
+ (f64.const 0.1)
+ )
(f64.const 5.1)
)
(block $label$1
- (f64.const 3.2)
+ (drop
+ (f64.const 3.2)
+ )
(f64.const 4.2)
)
)
@@ -260,17 +266,17 @@
(br $label$9)
)
(block $label$15
- (loop $label$16 $label$17
+ (loop $label$16
+ (br $label$15)
(br $label$16)
- (br $label$17)
)
(br $label$9)
)
)
- (block $label$18
- (loop $label$19 $label$20
+ (block $label$17
+ (loop $label$18
(br $label$9)
- (br $label$20)
+ (br $label$18)
)
(br $label$9)
)
@@ -310,14 +316,26 @@
(local $var$1 f32)
(local $var$2 f64)
(block $label$0
- (f32.demote/f64
- (get_local $var$2)
+ (drop
+ (f32.demote/f64
+ (get_local $var$2)
+ )
+ )
+ (drop
+ (get_local $var$1)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
+ )
+ (drop
+ (f32.const 5)
+ )
+ (drop
+ (f32.const 0)
)
- (get_local $var$1)
- (f32.const 5)
- (f32.const 0)
- (f32.const 5)
- (f32.const 0)
)
)
(func $negZero (type $4) (result f64)
@@ -368,6 +386,7 @@
)
)
(call_indirect $0
+ (get_local $var$0)
(i32.add
(i32.and
(i32.const 1)
@@ -375,12 +394,12 @@
)
(i32.const 8)
)
- (get_local $var$0)
)
)
)
(func $cneg (type $0) (param $var$0 f32)
(call_indirect $0
+ (get_local $var$0)
(i32.add
(i32.and
(i32.const 1)
@@ -388,17 +407,18 @@
)
(i32.const 8)
)
- (get_local $var$0)
)
)
(func $___syscall_ret (type $1)
(local $var$0 i32)
- (i32.gt_u
- (i32.shr_u
- (get_local $var$0)
- (i32.const 0)
+ (drop
+ (i32.gt_u
+ (i32.shr_u
+ (get_local $var$0)
+ (i32.const 0)
+ )
+ (i32.const -4096)
)
- (i32.const -4096)
)
)
(func $z (type $1)
@@ -410,15 +430,19 @@
(func $block_and_after (type $5) (result i32)
(block $label$0
(block $label$1
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
(br $label$1)
)
(i32.const 0)
)
)
(func $loop-roundtrip (type $7) (param $var$0 f64) (result f64)
- (loop $label$0 $label$1
- (get_local $var$0)
+ (loop $label$0
+ (drop
+ (get_local $var$0)
+ )
(get_local $var$0)
)
)