diff --git a/public/Repo/ds.44670.org/app.js b/public/Repo/ds.44670.org/app.js index b0ec5f5..d8b4692 100644 --- a/public/Repo/ds.44670.org/app.js +++ b/public/Repo/ds.44670.org/app.js @@ -1092,7 +1092,7 @@ function isScreenLandscape() { -//if (location.origin == 'https://ds.44670.org') { +if (location.origin == 'https://ds.44670.org') { if (isSaveSupported) { // Register Service Worker if ('serviceWorker' in navigator) { @@ -1129,7 +1129,7 @@ function isScreenLandscape() { } }; })(); -//} +} var vertShaderSource = ` precision mediump float; @@ -1787,14 +1787,4 @@ async function dpManualBtn(isUpload) { } } -window.fetch_fetch = window.fetch; -window.fetch = function(e) { - console.log(e); - if (e.includes("//c.44670.org/m")) { - return fetch_fetch("build/m"); //("../c.44670.org/m"); //("data:text/plain;utf8,"); - } else { - return fetch_fetch(e); - }; -}; - -dpOnLoad() +dpOnLoad() \ No newline at end of file diff --git a/public/Repo/ds.44670.org/build/m b/public/Repo/ds.44670.org/build/m deleted file mode 100644 index b8a6058..0000000 --- a/public/Repo/ds.44670.org/build/m +++ /dev/null @@ -1,178 +0,0 @@ - -var expireInDays = 0; -var enableAD = 1; -var patLevel = 0; -var enableEA = 0; - -var currentDay = '' + ~~(Date.now() / (24 * 60 * 60 * 1000)); -var showBuyGamepads = true; -var showEarlyAccess = true; -var showSns = true; -var lang = navigator.language || 'unknown'; - - -if ((lang == 'zh-CN') || (lang == 'ja')) { - enableAD = 0; - showSns = false; -} -if (lang == 'ja') { - showEarlyAccess = false; - showBuyGamepads = false; -} - -if (expireInDays > 0) { - enableAD = 0; -} - - - -$id('loading').hidden = true -$id('loadrom').hidden = false -$id('btn-choose-file').onclick = () => { - tryInitSound(); - $id('rom').click(); -} - - -if (showEarlyAccess) { - var inviteText = ''; - if (expireInDays > 0) { - inviteText = 'Days available for Early Access features: ' + expireInDays + "\n"; - } - if (patLevel > 0) { - inviteText = 'Thank you for your support!\n' - inviteText += 'Ad-free and Early Access features are enabled!\n'; - } - var p = document.createElement('p'); - p.innerText = inviteText; - $id('pro').appendChild(p); - - if (patLevel <= 0) { - var div = document.createElement('div'); - div.innerHTML = ``; - div.onclick = () => { - var code = window.prompt('Enter your Patreon Access Code: \n (You don\'t need it for the stable version)'); - if (!code) { - return; - } - code = code.trim().toLowerCase(); - if ((code.length != 36) && (code.length != 10)) { - alert('not a valid code'); - return; - } - fetch("https://c.44670.org/k", { - method: 'POST', - body: localStorage['s'] + "," + code - }).then(res => res.text()).then(res => { - eval(res) - }); - } - $id('pro').appendChild(div); - } -} - - - -var divBuyGamepads -if (showBuyGamepads) { - $id('a-gamepad').onclick = () => { - if (!divBuyGamepads) { - divBuyGamepads = document.createElement('div'); - divBuyGamepads.hidden = true - divBuyGamepads.innerHTML = ` - - -

About Gamepads

-

-After the gamepad is paired in System Settings, press Select or Start to connect with DS Player. -

-

-Please note that these gamepads are only tested on iOS and are not guaranteed to work in other platforms.
-iOS may change the accessory restrictions via software update, so we cannot guarantee that these gamepads will work in the future.
-This software is not affiliated with any of these gamepads vendors.
-

- - - - - - - - - - -
ProductNotes
8Bitdo Zero 2Switch to macOS mode by pressing A+Start.
DS 4/5Officially supported by iOS[1].
-Close -


-

-[1] https://support.apple.com/en-us/HT211813 -

- -` - - document.body.appendChild(divBuyGamepads); - } - $id('welcome').hidden = true; - divBuyGamepads.hidden = false; - $id('a-close-gamepad').onclick = () => { - $id('welcome').hidden = false; - divBuyGamepads.hidden = true; - } - } -} - -if (showSns) { - $id('p-sns').innerHTML = ` - GBA Player | Patreon | Discord` - -} - - -if (!enableEA) { - lsLayout = 0 - config.scaleMode = 0 - config.turbo = false - config.vkScale = 1 - window.localStorage['config'] = JSON.stringify(config) -} - - - - -var VER = 'v20230106' - -window.whatsNew = () => { - alert(`What's new in ` + VER + `: -- Cloud save. -- For gamepads: access menu by L+R+X+Y. - -== EARLY Access == -- XBRZ upscaling filter. -- Turbo mode(iPhone 12+ only). -- Cheat support. -- Use the device's microphone. -- Choose screen layout in landscape. -- Resize virtual keyboard. - - -`) -} - -if ((localStorage['lastver'] || '') != VER) { - localStorage['lastver'] = VER - if (isSaveSupported) { - whatsNew() - } -} - diff --git a/public/Repo/ds.44670.org/build/nds.js b/public/Repo/ds.44670.org/build/nds.js index 9956ea9..ab2c4ff 100644 --- a/public/Repo/ds.44670.org/build/nds.js +++ b/public/Repo/ds.44670.org/build/nds.js @@ -1,4315 +1 @@ -var Module = typeof Module != "undefined" ? Module : {}; -var moduleOverrides = Object.assign({}, Module); -var arguments_ = []; -var thisProgram = "./this.program"; -var quit_ = (status, toThrow) => { - throw toThrow -}; -var ENVIRONMENT_IS_WEB = typeof window == "object"; -var ENVIRONMENT_IS_WORKER = typeof importScripts == "function"; -var ENVIRONMENT_IS_NODE = typeof process == "object" && typeof process.versions == "object" && typeof process.versions.node == "string"; -var scriptDirectory = ""; - -function locateFile(path) { - if (Module["locateFile"]) { - return Module["locateFile"](path, scriptDirectory) - } - return scriptDirectory + path -} -var read_, readAsync, readBinary, setWindowTitle; - -function logExceptionOnExit(e) { - if (e instanceof ExitStatus) return; - let toLog = e; - err("exiting due to exception: " + toLog) -} -var fs; -var nodePath; -var requireNodeFS; -if (ENVIRONMENT_IS_NODE) { - if (ENVIRONMENT_IS_WORKER) { - scriptDirectory = require("path").dirname(scriptDirectory) + "/" - } else { - scriptDirectory = __dirname + "/" - } - requireNodeFS = () => { - if (!nodePath) { - fs = require("fs"); - nodePath = require("path") - } - }; - read_ = function shell_read(filename, binary) { - requireNodeFS(); - filename = nodePath["normalize"](filename); - return fs.readFileSync(filename, binary ? undefined : "utf8") - }; - readBinary = filename => { - var ret = read_(filename, true); - if (!ret.buffer) { - ret = new Uint8Array(ret) - } - return ret - }; - readAsync = (filename, onload, onerror) => { - requireNodeFS(); - filename = nodePath["normalize"](filename); - fs.readFile(filename, function (err, data) { - if (err) onerror(err); - else onload(data.buffer) - }) - }; - if (process["argv"].length > 1) { - thisProgram = process["argv"][1].replace(/\\/g, "/") - } - arguments_ = process["argv"].slice(2); - if (typeof module != "undefined") { - module["exports"] = Module - } - process["on"]("uncaughtException", function (ex) { - if (!(ex instanceof ExitStatus)) { - throw ex - } - }); - process["on"]("unhandledRejection", function (reason) { - throw reason - }); - quit_ = (status, toThrow) => { - if (keepRuntimeAlive()) { - process["exitCode"] = status; - throw toThrow - } - logExceptionOnExit(toThrow); - process["exit"](status) - }; - Module["inspect"] = function () { - return "[Emscripten Module object]" - } -} else if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) { - if (ENVIRONMENT_IS_WORKER) { - scriptDirectory = self.location.href - } else if (typeof document != "undefined" && document.currentScript) { - scriptDirectory = document.currentScript.src - } - if (scriptDirectory.indexOf("blob:") !== 0) { - scriptDirectory = scriptDirectory.substr(0, scriptDirectory.replace(/[?#].*/, "").lastIndexOf("/") + 1) - } else { - scriptDirectory = "" - } { - read_ = url => { - var xhr = new XMLHttpRequest; - xhr.open("GET", url, false); - xhr.send(null); - return xhr.responseText - }; - if (ENVIRONMENT_IS_WORKER) { - readBinary = url => { - var xhr = new XMLHttpRequest; - xhr.open("GET", url, false); - xhr.responseType = "arraybuffer"; - xhr.send(null); - return new Uint8Array(xhr.response) - } - } - readAsync = (url, onload, onerror) => { - var xhr = new XMLHttpRequest; - xhr.open("GET", url, true); - xhr.responseType = "arraybuffer"; - xhr.onload = () => { - if (xhr.status == 200 || xhr.status == 0 && xhr.response) { - onload(xhr.response); - return - } - onerror() - }; - xhr.onerror = onerror; - xhr.send(null) - } - } - setWindowTitle = title => document.title = title -} else {} -var out = Module["print"] || console.log.bind(console); -var err = Module["printErr"] || console.warn.bind(console); -Object.assign(Module, moduleOverrides); -moduleOverrides = null; -if (Module["arguments"]) arguments_ = Module["arguments"]; -if (Module["thisProgram"]) thisProgram = Module["thisProgram"]; -if (Module["quit"]) quit_ = Module["quit"]; -var tempRet0 = 0; -var setTempRet0 = value => { - tempRet0 = value -}; -var wasmBinary; -if (Module["wasmBinary"]) wasmBinary = Module["wasmBinary"]; -var noExitRuntime = Module["noExitRuntime"] || true; -if (typeof WebAssembly != "object") { - abort("no native wasm support detected") -} -var wasmMemory; -var ABORT = false; -var EXITSTATUS; - -function assert(condition, text) { - if (!condition) { - abort(text) - } -} -var UTF8Decoder = typeof TextDecoder != "undefined" ? new TextDecoder("utf8") : undefined; - -function UTF8ArrayToString(heapOrArray, idx, maxBytesToRead) { - var endIdx = idx + maxBytesToRead; - var endPtr = idx; - while (heapOrArray[endPtr] && !(endPtr >= endIdx)) ++endPtr; - if (endPtr - idx > 16 && heapOrArray.buffer && UTF8Decoder) { - return UTF8Decoder.decode(heapOrArray.subarray(idx, endPtr)) - } - var str = ""; - while (idx < endPtr) { - var u0 = heapOrArray[idx++]; - if (!(u0 & 128)) { - str += String.fromCharCode(u0); - continue - } - var u1 = heapOrArray[idx++] & 63; - if ((u0 & 224) == 192) { - str += String.fromCharCode((u0 & 31) << 6 | u1); - continue - } - var u2 = heapOrArray[idx++] & 63; - if ((u0 & 240) == 224) { - u0 = (u0 & 15) << 12 | u1 << 6 | u2 - } else { - u0 = (u0 & 7) << 18 | u1 << 12 | u2 << 6 | heapOrArray[idx++] & 63 - } - if (u0 < 65536) { - str += String.fromCharCode(u0) - } else { - var ch = u0 - 65536; - str += String.fromCharCode(55296 | ch >> 10, 56320 | ch & 1023) - } - } - return str -} - -function UTF8ToString(ptr, maxBytesToRead) { - return ptr ? UTF8ArrayToString(HEAPU8, ptr, maxBytesToRead) : "" -} - -function stringToUTF8Array(str, heap, 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) { - var u1 = str.charCodeAt(++i); - u = 65536 + ((u & 1023) << 10) | u1 & 1023 - } - if (u <= 127) { - if (outIdx >= endIdx) break; - heap[outIdx++] = u - } else if (u <= 2047) { - if (outIdx + 1 >= endIdx) break; - heap[outIdx++] = 192 | u >> 6; - heap[outIdx++] = 128 | u & 63 - } else if (u <= 65535) { - if (outIdx + 2 >= endIdx) break; - heap[outIdx++] = 224 | u >> 12; - heap[outIdx++] = 128 | u >> 6 & 63; - heap[outIdx++] = 128 | u & 63 - } else { - if (outIdx + 3 >= endIdx) break; - heap[outIdx++] = 240 | u >> 18; - heap[outIdx++] = 128 | u >> 12 & 63; - heap[outIdx++] = 128 | u >> 6 & 63; - heap[outIdx++] = 128 | u & 63 - } - } - heap[outIdx] = 0; - return outIdx - startIdx -} - -function stringToUTF8(str, outPtr, maxBytesToWrite) { - return stringToUTF8Array(str, HEAPU8, outPtr, maxBytesToWrite) -} - -function lengthBytesUTF8(str) { - var len = 0; - for (var i = 0; i < str.length; ++i) { - var c = str.charCodeAt(i); - if (c <= 127) { - len++ - } else if (c <= 2047) { - len += 2 - } else if (c >= 55296 && c <= 57343) { - len += 4; - ++i - } else { - len += 3 - } - } - return len -} -var buffer, HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAPF32, HEAPF64; - -function updateGlobalBufferAndViews(buf) { - buffer = buf; - Module["HEAP8"] = HEAP8 = new Int8Array(buf); - Module["HEAP16"] = HEAP16 = new Int16Array(buf); - Module["HEAP32"] = HEAP32 = new Int32Array(buf); - Module["HEAPU8"] = HEAPU8 = new Uint8Array(buf); - Module["HEAPU16"] = HEAPU16 = new Uint16Array(buf); - Module["HEAPU32"] = HEAPU32 = new Uint32Array(buf); - Module["HEAPF32"] = HEAPF32 = new Float32Array(buf); - Module["HEAPF64"] = HEAPF64 = new Float64Array(buf) -} -var INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 786432e3; -var wasmTable; -var __ATPRERUN__ = []; -var __ATINIT__ = []; -var __ATMAIN__ = []; -var __ATPOSTRUN__ = []; -var runtimeInitialized = false; - -function keepRuntimeAlive() { - return noExitRuntime -} - -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 initRuntime() { - runtimeInitialized = true; - if (!Module["noFSInit"] && !FS.init.initialized) FS.init(); - FS.ignorePermissions = false; - TTY.init(); - callRuntimeCallbacks(__ATINIT__) -} - -function preMain() { - callRuntimeCallbacks(__ATMAIN__) -} - -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) -} - -function addOnInit(cb) { - __ATINIT__.unshift(cb) -} - -function addOnPostRun(cb) { - __ATPOSTRUN__.unshift(cb) -} -var runDependencies = 0; -var runDependencyWatcher = null; -var dependenciesFulfilled = null; - -function getUniqueRunDependency(id) { - return id -} - -function addRunDependency(id) { - runDependencies++; - if (Module["monitorRunDependencies"]) { - Module["monitorRunDependencies"](runDependencies) - } -} - -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() - } - } -} - -function abort(what) { - { - if (Module["onAbort"]) { - Module["onAbort"](what) - } - } - what = "Aborted(" + what + ")"; - err(what); - ABORT = true; - EXITSTATUS = 1; - what += ". Build with -sASSERTIONS for more info."; - var e = new WebAssembly.RuntimeError(what); - throw e -} -var dataURIPrefix = "data:application/octet-stream;base64,"; - -function isDataURI(filename) { - return filename.startsWith(dataURIPrefix) -} - -function isFileURI(filename) { - return filename.startsWith("file://") -} -var wasmBinaryFile; -wasmBinaryFile = "nds.wasm"; -if (!isDataURI(wasmBinaryFile)) { - wasmBinaryFile = locateFile(wasmBinaryFile) -} - -function getBinary(file) { - try { - if (file == wasmBinaryFile && wasmBinary) { - return new Uint8Array(wasmBinary) - } - if (readBinary) { - return readBinary(file) - } - throw "both async and sync fetching of the wasm failed" - } catch (err) { - abort(err) - } -} - -function getBinaryPromise() { - if (!wasmBinary && (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER)) { - if (typeof fetch == "function" && !isFileURI(wasmBinaryFile)) { - return fetch(wasmBinaryFile, { - credentials: "same-origin" - }).then(function (response) { - if (!response["ok"]) { - throw "failed to load wasm binary file at '" + wasmBinaryFile + "'" - } - return response["arrayBuffer"]() - }).catch(function () { - return getBinary(wasmBinaryFile) - }) - } else { - if (readAsync) { - return new Promise(function (resolve, reject) { - readAsync(wasmBinaryFile, function (response) { - resolve(new Uint8Array(response)) - }, reject) - }) - } - } - } - return Promise.resolve().then(function () { - return getBinary(wasmBinaryFile) - }) -} - -function createWasm() { - var info = { - "a": asmLibraryArg - }; - - function receiveInstance(instance, module) { - var exports = instance.exports; - Module["asm"] = exports; - wasmMemory = Module["asm"]["x"]; - updateGlobalBufferAndViews(wasmMemory.buffer); - wasmTable = Module["asm"]["V"]; - addOnInit(Module["asm"]["y"]); - removeRunDependency("wasm-instantiate") - } - addRunDependency("wasm-instantiate"); - - function receiveInstantiationResult(result) { - receiveInstance(result["instance"]) - } - - function instantiateArrayBuffer(receiver) { - return getBinaryPromise().then(function (binary) { - return WebAssembly.instantiate(binary, info) - }).then(function (instance) { - return instance - }).then(receiver, function (reason) { - err("failed to asynchronously prepare wasm: " + reason); - abort(reason) - }) - } - - function instantiateAsync() { - if (!wasmBinary && typeof WebAssembly.instantiateStreaming == "function" && !isDataURI(wasmBinaryFile) && !isFileURI(wasmBinaryFile) && !ENVIRONMENT_IS_NODE && typeof fetch == "function") { - return fetch(wasmBinaryFile, { - credentials: "same-origin" - }).then(function (response) { - var result = WebAssembly.instantiateStreaming(response, info); - return result.then(receiveInstantiationResult, function (reason) { - err("wasm streaming compile failed: " + reason); - err("falling back to ArrayBuffer instantiation"); - return instantiateArrayBuffer(receiveInstantiationResult) - }) - }) - } else { - return instantiateArrayBuffer(receiveInstantiationResult) - } - } - if (Module["instantiateWasm"]) { - try { - var exports = Module["instantiateWasm"](info, receiveInstance); - return exports - } catch (e) { - err("Module.instantiateWasm callback failed with error: " + e); - return false - } - } - instantiateAsync(); - return {} -} -var tempDouble; -var tempI64; -var ASM_CONSTS = { - 499025: () => { - wasmReady() - } -}; - -function aa(str) { - return eval(UTF8ToString(str)) -} - -function ExitStatus(status) { - this.name = "ExitStatus"; - this.message = "Program terminated with exit(" + status + ")"; - this.status = status -} -Module["ExitStatus"] = ExitStatus; - -function callRuntimeCallbacks(callbacks) { - while (callbacks.length > 0) { - callbacks.shift()(Module) - } -} -Module["callRuntimeCallbacks"] = callRuntimeCallbacks; - -function withStackSave(f) { - var stack = stackSave(); - var ret = f(); - stackRestore(stack); - return ret -} -Module["withStackSave"] = withStackSave; - -function demangle(func) { - return func -} -Module["demangle"] = demangle; - -function demangleAll(text) { - var regex = /\b_Z[\w\d_]+/g; - return text.replace(regex, function (x) { - var y = demangle(x); - return x === y ? x : y + " [" + x + "]" - }) -} -Module["demangleAll"] = demangleAll; - -function getValue(ptr, type = "i8") { - if (type.endsWith("*")) type = "*"; - 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]; - case "*": - return HEAPU32[ptr >> 2]; - default: - abort("invalid type for getValue: " + type) - } - return null -} -Module["getValue"] = getValue; - -function handleException(e) { - if (e instanceof ExitStatus || e == "unwind") { - return EXITSTATUS - } - quit_(1, e) -} -Module["handleException"] = handleException; - -function jsStackTrace() { - var error = new Error; - if (!error.stack) { - try { - throw new Error - } catch (e) { - error = e - } - if (!error.stack) { - return "(no stack trace available)" - } - } - return error.stack.toString() -} -Module["jsStackTrace"] = jsStackTrace; - -function setValue(ptr, value, type = "i8") { - if (type.endsWith("*")) type = "*"; - 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; - case "*": - HEAPU32[ptr >> 2] = value; - break; - default: - abort("invalid type for setValue: " + type) - } -} -Module["setValue"] = setValue; - -function stackTrace() { - var js = jsStackTrace(); - if (Module["extraStackTrace"]) js += "\n" + Module["extraStackTrace"](); - return demangleAll(js) -} -Module["stackTrace"] = stackTrace; - -function writeArrayToMemory(array, buffer) { - HEAP8.set(array, buffer) -} -Module["writeArrayToMemory"] = writeArrayToMemory; - -function ___assert_fail(condition, filename, line, func) { - abort("Assertion failed: " + UTF8ToString(condition) + ", at: " + [filename ? UTF8ToString(filename) : "unknown filename", line, func ? UTF8ToString(func) : "unknown function"]) -} -Module["___assert_fail"] = ___assert_fail; - -function ___cxa_allocate_exception(size) { - return _malloc(size + 24) + 24 -} -Module["___cxa_allocate_exception"] = ___cxa_allocate_exception; - -function ExceptionInfo(excPtr) { - this.excPtr = excPtr; - this.ptr = excPtr - 24; - this.set_type = function (type) { - HEAPU32[this.ptr + 4 >> 2] = type - }; - this.get_type = function () { - return HEAPU32[this.ptr + 4 >> 2] - }; - this.set_destructor = function (destructor) { - HEAPU32[this.ptr + 8 >> 2] = destructor - }; - this.get_destructor = function () { - return HEAPU32[this.ptr + 8 >> 2] - }; - this.set_refcount = function (refcount) { - HEAP32[this.ptr >> 2] = refcount - }; - this.set_caught = function (caught) { - caught = caught ? 1 : 0; - HEAP8[this.ptr + 12 >> 0] = caught - }; - this.get_caught = function () { - return HEAP8[this.ptr + 12 >> 0] != 0 - }; - this.set_rethrown = function (rethrown) { - rethrown = rethrown ? 1 : 0; - HEAP8[this.ptr + 13 >> 0] = rethrown - }; - this.get_rethrown = function () { - return HEAP8[this.ptr + 13 >> 0] != 0 - }; - this.init = function (type, destructor) { - this.set_adjusted_ptr(0); - this.set_type(type); - this.set_destructor(destructor); - this.set_refcount(0); - this.set_caught(false); - this.set_rethrown(false) - }; - this.add_ref = function () { - var value = HEAP32[this.ptr >> 2]; - HEAP32[this.ptr >> 2] = value + 1 - }; - this.release_ref = function () { - var prev = HEAP32[this.ptr >> 2]; - HEAP32[this.ptr >> 2] = prev - 1; - return prev === 1 - }; - this.set_adjusted_ptr = function (adjustedPtr) { - HEAPU32[this.ptr + 16 >> 2] = adjustedPtr - }; - this.get_adjusted_ptr = function () { - return HEAPU32[this.ptr + 16 >> 2] - }; - this.get_exception_ptr = function () { - var isPointer = ___cxa_is_pointer_type(this.get_type()); - if (isPointer) { - return HEAPU32[this.excPtr >> 2] - } - var adjusted = this.get_adjusted_ptr(); - if (adjusted !== 0) return adjusted; - return this.excPtr - } -} -Module["ExceptionInfo"] = ExceptionInfo; -var exceptionLast = 0; -Module["exceptionLast"] = exceptionLast; -var uncaughtExceptionCount = 0; -Module["uncaughtExceptionCount"] = uncaughtExceptionCount; - -function ___cxa_throw(ptr, type, destructor) { - var info = new ExceptionInfo(ptr); - info.init(type, destructor); - exceptionLast = ptr; - uncaughtExceptionCount++; - throw ptr -} -Module["___cxa_throw"] = ___cxa_throw; - -function setErrNo(value) { - HEAP32[___errno_location() >> 2] = value; - return value -} -Module["setErrNo"] = setErrNo; -var PATH = { - isAbs: path => path.charAt(0) === "/", - splitPath: filename => { - var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/; - return splitPathRe.exec(filename).slice(1) - }, - normalizeArray: (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: path => { - var isAbsolute = PATH.isAbs(path), - trailingSlash = path.substr(-1) === "/"; - path = PATH.normalizeArray(path.split("/").filter(p => !!p), !isAbsolute).join("/"); - if (!path && !isAbsolute) { - path = "." - } - if (path && trailingSlash) { - path += "/" - } - return (isAbsolute ? "/" : "") + path - }, - dirname: 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: path => { - if (path === "/") return "/"; - path = PATH.normalize(path); - path = path.replace(/\/$/, ""); - var lastSlash = path.lastIndexOf("/"); - if (lastSlash === -1) return path; - return path.substr(lastSlash + 1) - }, - join: function () { - var paths = Array.prototype.slice.call(arguments, 0); - return PATH.normalize(paths.join("/")) - }, - join2: (l, r) => { - return PATH.normalize(l + "/" + r) - } -}; -Module["PATH"] = PATH; - -function getRandomDevice() { - if (typeof crypto == "object" && typeof crypto["getRandomValues"] == "function") { - var randomBuffer = new Uint8Array(1); - return () => { - crypto.getRandomValues(randomBuffer); - return randomBuffer[0] - } - } else if (ENVIRONMENT_IS_NODE) { - try { - var crypto_module = require("crypto"); - return () => crypto_module["randomBytes"](1)[0] - } catch (e) {} - } - return () => abort("randomDevice") -} -Module["getRandomDevice"] = getRandomDevice; -var PATH_FS = { - 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.isAbs(path) - } - resolvedPath = PATH.normalizeArray(resolvedPath.split("/").filter(p => !!p), !resolvedAbsolute).join("/"); - return (resolvedAbsolute ? "/" : "") + resolvedPath || "." - }, - relative: (from, to) => { - from = PATH_FS.resolve(from).substr(1); - to = PATH_FS.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("/") - } -}; -Module["PATH_FS"] = PATH_FS; - -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; -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(43) - } - 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(60) - } - 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(29) - } - if (result === undefined && bytesRead === 0) { - throw new FS.ErrnoError(6) - } - 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(60) - } - try { - for (var i = 0; i < length; i++) { - stream.tty.ops.put_char(stream.tty, buffer[offset + i]) - } - } catch (e) { - throw new FS.ErrnoError(29) - } - 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 = Buffer.alloc(BUFSIZE); - var bytesRead = 0; - try { - bytesRead = fs.readSync(process.stdin.fd, buf, 0, BUFSIZE, -1) - } catch (e) { - if (e.toString().includes("EOF")) bytesRead = 0; - else throw e - } - 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) { - out(UTF8ArrayToString(tty.output, 0)); - tty.output = [] - } else { - if (val != 0) tty.output.push(val) - } - }, - flush: function (tty) { - if (tty.output && tty.output.length > 0) { - out(UTF8ArrayToString(tty.output, 0)); - tty.output = [] - } - } - }, - default_tty1_ops: { - put_char: function (tty, val) { - if (val === null || val === 10) { - err(UTF8ArrayToString(tty.output, 0)); - tty.output = [] - } else { - if (val != 0) tty.output.push(val) - } - }, - flush: function (tty) { - if (tty.output && tty.output.length > 0) { - err(UTF8ArrayToString(tty.output, 0)); - tty.output = [] - } - } - } -}; -Module["TTY"] = TTY; - -function zeroMemory(address, size) { - HEAPU8.fill(0, address, address + size) -} -Module["zeroMemory"] = zeroMemory; - -function alignMemory(size, alignment) { - return Math.ceil(size / alignment) * alignment -} -Module["alignMemory"] = alignMemory; - -function mmapAlloc(size) { - abort() -} -Module["mmapAlloc"] = mmapAlloc; -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(63) - } - 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; - parent.timestamp = node.timestamp - } - return node - }, - getFileDataAsTypedArray: function (node) { - if (!node.contents) return new Uint8Array(0); - if (node.contents.subarray) return node.contents.subarray(0, node.usedBytes); - return new Uint8Array(node.contents) - }, - expandFileStorage: function (node, newCapacity) { - var prevCapacity = node.contents ? node.contents.length : 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) - }, - resizeFileStorage: function (node, newSize) { - if (node.usedBytes == newSize) return; - if (newSize == 0) { - node.contents = null; - node.usedBytes = 0 - } else { - var oldContents = node.contents; - node.contents = new Uint8Array(newSize); - if (oldContents) { - node.contents.set(oldContents.subarray(0, Math.min(newSize, node.usedBytes))) - } - 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[44] - }, - 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(55) - } - } - } - delete old_node.parent.contents[old_node.name]; - old_node.parent.timestamp = Date.now(); - old_node.name = new_name; - new_dir.contents[new_name] = old_node; - new_dir.timestamp = old_node.parent.timestamp; - old_node.parent = new_dir - }, - unlink: function (parent, name) { - delete parent.contents[name]; - parent.timestamp = Date.now() - }, - rmdir: function (parent, name) { - var node = FS.lookupNode(parent, name); - for (var i in node.contents) { - throw new FS.ErrnoError(55) - } - delete parent.contents[name]; - parent.timestamp = Date.now() - }, - 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(28) - } - 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); - 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 = buffer.slice(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(28) - } - 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, length, position, prot, flags) { - if (!FS.isFile(stream.node.mode)) { - throw new FS.ErrnoError(43) - } - var ptr; - var allocated; - var contents = stream.node.contents; - if (!(flags & 2) && contents.buffer === buffer) { - allocated = false; - ptr = contents.byteOffset - } else { - if (position > 0 || position + length < contents.length) { - if (contents.subarray) { - contents = contents.subarray(position, position + length) - } else { - contents = Array.prototype.slice.call(contents, position, position + length) - } - } - allocated = true; - ptr = mmapAlloc(length); - if (!ptr) { - throw new FS.ErrnoError(48) - } - HEAP8.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(43) - } - if (mmapFlags & 2) { - return 0 - } - var bytesWritten = MEMFS.stream_ops.write(stream, buffer, 0, length, offset, false); - return 0 - } - } -}; -Module["MEMFS"] = MEMFS; - -function asyncLoad(url, onload, onerror, noRunDep) { - var dep = !noRunDep ? getUniqueRunDependency("al " + url) : ""; - readAsync(url, arrayBuffer => { - assert(arrayBuffer, 'Loading data file "' + url + '" failed (no arrayBuffer).'); - onload(new Uint8Array(arrayBuffer)); - if (dep) removeRunDependency(dep) - }, event => { - if (onerror) { - onerror() - } else { - throw 'Loading data file "' + url + '" failed.' - } - }); - if (dep) addRunDependency(dep) -} -Module["asyncLoad"] = asyncLoad; -var FS = { - root: null, - mounts: [], - devices: {}, - streams: [], - nextInode: 1, - nameTable: null, - currentPath: "/", - initialized: false, - ignorePermissions: true, - ErrnoError: null, - genericErrors: {}, - filesystems: null, - syncFSRequests: 0, - lookupPath: (path, opts = {}) => { - path = PATH_FS.resolve(FS.cwd(), path); - if (!path) return { - path: "", - node: null - }; - var defaults = { - follow_mount: true, - recurse_count: 0 - }; - opts = Object.assign(defaults, opts); - if (opts.recurse_count > 8) { - throw new FS.ErrnoError(32) - } - var parts = PATH.normalizeArray(path.split("/").filter(p => !!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_FS.resolve(PATH.dirname(current_path), link); - var lookup = FS.lookupPath(current_path, { - recurse_count: opts.recurse_count + 1 - }); - current = lookup.node; - if (count++ > 40) { - throw new FS.ErrnoError(32) - } - } - } - } - return { - path: current_path, - node: current - } - }, - getPath: 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: (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: node => { - var hash = FS.hashName(node.parent.id, node.name); - node.name_next = FS.nameTable[hash]; - FS.nameTable[hash] = node - }, - hashRemoveNode: 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: (parent, name) => { - var errCode = FS.mayLookup(parent); - if (errCode) { - throw new FS.ErrnoError(errCode, 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: (parent, name, mode, rdev) => { - var node = new FS.FSNode(parent, name, mode, rdev); - FS.hashAddNode(node); - return node - }, - destroyNode: node => { - FS.hashRemoveNode(node) - }, - isRoot: node => { - return node === node.parent - }, - isMountpoint: node => { - return !!node.mounted - }, - isFile: mode => { - return (mode & 61440) === 32768 - }, - isDir: mode => { - return (mode & 61440) === 16384 - }, - isLink: mode => { - return (mode & 61440) === 40960 - }, - isChrdev: mode => { - return (mode & 61440) === 8192 - }, - isBlkdev: mode => { - return (mode & 61440) === 24576 - }, - isFIFO: mode => { - return (mode & 61440) === 4096 - }, - isSocket: mode => { - return (mode & 49152) === 49152 - }, - flagModes: { - "r": 0, - "r+": 2, - "w": 577, - "w+": 578, - "a": 1089, - "a+": 1090 - }, - modeStringToFlags: str => { - var flags = FS.flagModes[str]; - if (typeof flags == "undefined") { - throw new Error("Unknown file open mode: " + str) - } - return flags - }, - flagsToPermissionString: flag => { - var perms = ["r", "w", "rw"][flag & 3]; - if (flag & 512) { - perms += "w" - } - return perms - }, - nodePermissions: (node, perms) => { - if (FS.ignorePermissions) { - return 0 - } - if (perms.includes("r") && !(node.mode & 292)) { - return 2 - } else if (perms.includes("w") && !(node.mode & 146)) { - return 2 - } else if (perms.includes("x") && !(node.mode & 73)) { - return 2 - } - return 0 - }, - mayLookup: dir => { - var errCode = FS.nodePermissions(dir, "x"); - if (errCode) return errCode; - if (!dir.node_ops.lookup) return 2; - return 0 - }, - mayCreate: (dir, name) => { - try { - var node = FS.lookupNode(dir, name); - return 20 - } catch (e) {} - return FS.nodePermissions(dir, "wx") - }, - mayDelete: (dir, name, isdir) => { - var node; - try { - node = FS.lookupNode(dir, name) - } catch (e) { - return e.errno - } - var errCode = FS.nodePermissions(dir, "wx"); - if (errCode) { - return errCode - } - if (isdir) { - if (!FS.isDir(node.mode)) { - return 54 - } - if (FS.isRoot(node) || FS.getPath(node) === FS.cwd()) { - return 10 - } - } else { - if (FS.isDir(node.mode)) { - return 31 - } - } - return 0 - }, - mayOpen: (node, flags) => { - if (!node) { - return 44 - } - if (FS.isLink(node.mode)) { - return 32 - } else if (FS.isDir(node.mode)) { - if (FS.flagsToPermissionString(flags) !== "r" || flags & 512) { - return 31 - } - } - return FS.nodePermissions(node, FS.flagsToPermissionString(flags)) - }, - MAX_OPEN_FDS: 4096, - nextfd: (fd_start = 0, 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(33) - }, - getStream: fd => FS.streams[fd], - createStream: (stream, fd_start, fd_end) => { - if (!FS.FSStream) { - FS.FSStream = function () { - this.shared = {} - }; - 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 - } - }, - flags: { - get: function () { - return this.shared.flags - }, - set: function (val) { - this.shared.flags = val - } - }, - position: { - get: function () { - return this.shared.position - }, - set: function (val) { - this.shared.position = val - } - } - }) - } - stream = Object.assign(new FS.FSStream, stream); - var fd = FS.nextfd(fd_start, fd_end); - stream.fd = fd; - FS.streams[fd] = stream; - return stream - }, - closeStream: fd => { - FS.streams[fd] = null - }, - chrdev_stream_ops: { - open: 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: () => { - throw new FS.ErrnoError(70) - } - }, - major: dev => dev >> 8, - minor: dev => dev & 255, - makedev: (ma, mi) => ma << 8 | mi, - registerDevice: (dev, ops) => { - FS.devices[dev] = { - stream_ops: ops - } - }, - getDevice: dev => FS.devices[dev], - getMounts: 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: (populate, callback) => { - if (typeof populate == "function") { - callback = populate; - populate = false - } - FS.syncFSRequests++; - if (FS.syncFSRequests > 1) { - err("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(errCode) { - FS.syncFSRequests--; - return callback(errCode) - } - - function done(errCode) { - if (errCode) { - if (!done.errored) { - done.errored = true; - return doCallback(errCode) - } - return - } - if (++completed >= mounts.length) { - doCallback(null) - } - } - mounts.forEach(mount => { - if (!mount.type.syncfs) { - return done(null) - } - mount.type.syncfs(mount, populate, done) - }) - }, - mount: (type, opts, mountpoint) => { - var root = mountpoint === "/"; - var pseudo = !mountpoint; - var node; - if (root && FS.root) { - throw new FS.ErrnoError(10) - } 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(10) - } - if (!FS.isDir(node.mode)) { - throw new FS.ErrnoError(54) - } - } - 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: mountpoint => { - var lookup = FS.lookupPath(mountpoint, { - follow_mount: false - }); - if (!FS.isMountpoint(lookup.node)) { - throw new FS.ErrnoError(28) - } - var node = lookup.node; - var mount = node.mounted; - var mounts = FS.getMounts(mount); - Object.keys(FS.nameTable).forEach(hash => { - var current = FS.nameTable[hash]; - while (current) { - var next = current.name_next; - if (mounts.includes(current.mount)) { - FS.destroyNode(current) - } - current = next - } - }); - node.mounted = null; - var idx = node.mount.mounts.indexOf(mount); - node.mount.mounts.splice(idx, 1) - }, - lookup: (parent, name) => { - return parent.node_ops.lookup(parent, name) - }, - mknod: (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(28) - } - var errCode = FS.mayCreate(parent, name); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - if (!parent.node_ops.mknod) { - throw new FS.ErrnoError(63) - } - return parent.node_ops.mknod(parent, name, mode, dev) - }, - create: (path, mode) => { - mode = mode !== undefined ? mode : 438; - mode &= 4095; - mode |= 32768; - return FS.mknod(path, mode, 0) - }, - mkdir: (path, mode) => { - mode = mode !== undefined ? mode : 511; - mode &= 511 | 512; - mode |= 16384; - return FS.mknod(path, mode, 0) - }, - mkdirTree: (path, mode) => { - var dirs = path.split("/"); - var d = ""; - for (var i = 0; i < dirs.length; ++i) { - if (!dirs[i]) continue; - d += "/" + dirs[i]; - try { - FS.mkdir(d, mode) - } catch (e) { - if (e.errno != 20) throw e - } - } - }, - mkdev: (path, mode, dev) => { - if (typeof dev == "undefined") { - dev = mode; - mode = 438 - } - mode |= 8192; - return FS.mknod(path, mode, dev) - }, - symlink: (oldpath, newpath) => { - if (!PATH_FS.resolve(oldpath)) { - throw new FS.ErrnoError(44) - } - var lookup = FS.lookupPath(newpath, { - parent: true - }); - var parent = lookup.node; - if (!parent) { - throw new FS.ErrnoError(44) - } - var newname = PATH.basename(newpath); - var errCode = FS.mayCreate(parent, newname); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - if (!parent.node_ops.symlink) { - throw new FS.ErrnoError(63) - } - return parent.node_ops.symlink(parent, newname, oldpath) - }, - rename: (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; - lookup = FS.lookupPath(old_path, { - parent: true - }); - old_dir = lookup.node; - lookup = FS.lookupPath(new_path, { - parent: true - }); - new_dir = lookup.node; - if (!old_dir || !new_dir) throw new FS.ErrnoError(44); - if (old_dir.mount !== new_dir.mount) { - throw new FS.ErrnoError(75) - } - var old_node = FS.lookupNode(old_dir, old_name); - var relative = PATH_FS.relative(old_path, new_dirname); - if (relative.charAt(0) !== ".") { - throw new FS.ErrnoError(28) - } - relative = PATH_FS.relative(new_path, old_dirname); - if (relative.charAt(0) !== ".") { - throw new FS.ErrnoError(55) - } - 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 errCode = FS.mayDelete(old_dir, old_name, isdir); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - errCode = new_node ? FS.mayDelete(new_dir, new_name, isdir) : FS.mayCreate(new_dir, new_name); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - if (!old_dir.node_ops.rename) { - throw new FS.ErrnoError(63) - } - if (FS.isMountpoint(old_node) || new_node && FS.isMountpoint(new_node)) { - throw new FS.ErrnoError(10) - } - if (new_dir !== old_dir) { - errCode = FS.nodePermissions(old_dir, "w"); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - } - 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) - } - }, - rmdir: path => { - var lookup = FS.lookupPath(path, { - parent: true - }); - var parent = lookup.node; - var name = PATH.basename(path); - var node = FS.lookupNode(parent, name); - var errCode = FS.mayDelete(parent, name, true); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - if (!parent.node_ops.rmdir) { - throw new FS.ErrnoError(63) - } - if (FS.isMountpoint(node)) { - throw new FS.ErrnoError(10) - } - parent.node_ops.rmdir(parent, name); - FS.destroyNode(node) - }, - readdir: path => { - var lookup = FS.lookupPath(path, { - follow: true - }); - var node = lookup.node; - if (!node.node_ops.readdir) { - throw new FS.ErrnoError(54) - } - return node.node_ops.readdir(node) - }, - unlink: path => { - var lookup = FS.lookupPath(path, { - parent: true - }); - var parent = lookup.node; - if (!parent) { - throw new FS.ErrnoError(44) - } - var name = PATH.basename(path); - var node = FS.lookupNode(parent, name); - var errCode = FS.mayDelete(parent, name, false); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - if (!parent.node_ops.unlink) { - throw new FS.ErrnoError(63) - } - if (FS.isMountpoint(node)) { - throw new FS.ErrnoError(10) - } - parent.node_ops.unlink(parent, name); - FS.destroyNode(node) - }, - readlink: path => { - var lookup = FS.lookupPath(path); - var link = lookup.node; - if (!link) { - throw new FS.ErrnoError(44) - } - if (!link.node_ops.readlink) { - throw new FS.ErrnoError(28) - } - return PATH_FS.resolve(FS.getPath(link.parent), link.node_ops.readlink(link)) - }, - stat: (path, dontFollow) => { - var lookup = FS.lookupPath(path, { - follow: !dontFollow - }); - var node = lookup.node; - if (!node) { - throw new FS.ErrnoError(44) - } - if (!node.node_ops.getattr) { - throw new FS.ErrnoError(63) - } - return node.node_ops.getattr(node) - }, - lstat: path => { - return FS.stat(path, true) - }, - chmod: (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(63) - } - node.node_ops.setattr(node, { - mode: mode & 4095 | node.mode & ~4095, - timestamp: Date.now() - }) - }, - lchmod: (path, mode) => { - FS.chmod(path, mode, true) - }, - fchmod: (fd, mode) => { - var stream = FS.getStream(fd); - if (!stream) { - throw new FS.ErrnoError(8) - } - FS.chmod(stream.node, mode) - }, - chown: (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(63) - } - node.node_ops.setattr(node, { - timestamp: Date.now() - }) - }, - lchown: (path, uid, gid) => { - FS.chown(path, uid, gid, true) - }, - fchown: (fd, uid, gid) => { - var stream = FS.getStream(fd); - if (!stream) { - throw new FS.ErrnoError(8) - } - FS.chown(stream.node, uid, gid) - }, - truncate: (path, len) => { - if (len < 0) { - throw new FS.ErrnoError(28) - } - 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(63) - } - if (FS.isDir(node.mode)) { - throw new FS.ErrnoError(31) - } - if (!FS.isFile(node.mode)) { - throw new FS.ErrnoError(28) - } - var errCode = FS.nodePermissions(node, "w"); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - node.node_ops.setattr(node, { - size: len, - timestamp: Date.now() - }) - }, - ftruncate: (fd, len) => { - var stream = FS.getStream(fd); - if (!stream) { - throw new FS.ErrnoError(8) - } - if ((stream.flags & 2097155) === 0) { - throw new FS.ErrnoError(28) - } - FS.truncate(stream.node, len) - }, - utime: (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: (path, flags, mode) => { - if (path === "") { - throw new FS.ErrnoError(44) - } - 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(20) - } - } else { - node = FS.mknod(path, mode, 0); - created = true - } - } - if (!node) { - throw new FS.ErrnoError(44) - } - if (FS.isChrdev(node.mode)) { - flags &= ~512 - } - if (flags & 65536 && !FS.isDir(node.mode)) { - throw new FS.ErrnoError(54) - } - if (!created) { - var errCode = FS.mayOpen(node, flags); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - } - if (flags & 512 && !created) { - FS.truncate(node, 0) - } - flags &= ~(128 | 512 | 131072); - var stream = FS.createStream({ - node: node, - path: FS.getPath(node), - flags: flags, - seekable: true, - position: 0, - stream_ops: node.stream_ops, - ungotten: [], - error: false - }); - 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 - } - } - return stream - }, - close: stream => { - if (FS.isClosed(stream)) { - throw new FS.ErrnoError(8) - } - 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) - } - stream.fd = null - }, - isClosed: stream => { - return stream.fd === null - }, - llseek: (stream, offset, whence) => { - if (FS.isClosed(stream)) { - throw new FS.ErrnoError(8) - } - if (!stream.seekable || !stream.stream_ops.llseek) { - throw new FS.ErrnoError(70) - } - if (whence != 0 && whence != 1 && whence != 2) { - throw new FS.ErrnoError(28) - } - stream.position = stream.stream_ops.llseek(stream, offset, whence); - stream.ungotten = []; - return stream.position - }, - read: (stream, buffer, offset, length, position) => { - if (length < 0 || position < 0) { - throw new FS.ErrnoError(28) - } - if (FS.isClosed(stream)) { - throw new FS.ErrnoError(8) - } - if ((stream.flags & 2097155) === 1) { - throw new FS.ErrnoError(8) - } - if (FS.isDir(stream.node.mode)) { - throw new FS.ErrnoError(31) - } - if (!stream.stream_ops.read) { - throw new FS.ErrnoError(28) - } - var seeking = typeof position != "undefined"; - if (!seeking) { - position = stream.position - } else if (!stream.seekable) { - throw new FS.ErrnoError(70) - } - var bytesRead = stream.stream_ops.read(stream, buffer, offset, length, position); - if (!seeking) stream.position += bytesRead; - return bytesRead - }, - write: (stream, buffer, offset, length, position, canOwn) => { - if (length < 0 || position < 0) { - throw new FS.ErrnoError(28) - } - if (FS.isClosed(stream)) { - throw new FS.ErrnoError(8) - } - if ((stream.flags & 2097155) === 0) { - throw new FS.ErrnoError(8) - } - if (FS.isDir(stream.node.mode)) { - throw new FS.ErrnoError(31) - } - if (!stream.stream_ops.write) { - throw new FS.ErrnoError(28) - } - if (stream.seekable && stream.flags & 1024) { - FS.llseek(stream, 0, 2) - } - var seeking = typeof position != "undefined"; - if (!seeking) { - position = stream.position - } else if (!stream.seekable) { - throw new FS.ErrnoError(70) - } - var bytesWritten = stream.stream_ops.write(stream, buffer, offset, length, position, canOwn); - if (!seeking) stream.position += bytesWritten; - return bytesWritten - }, - allocate: (stream, offset, length) => { - if (FS.isClosed(stream)) { - throw new FS.ErrnoError(8) - } - if (offset < 0 || length <= 0) { - throw new FS.ErrnoError(28) - } - if ((stream.flags & 2097155) === 0) { - throw new FS.ErrnoError(8) - } - if (!FS.isFile(stream.node.mode) && !FS.isDir(stream.node.mode)) { - throw new FS.ErrnoError(43) - } - if (!stream.stream_ops.allocate) { - throw new FS.ErrnoError(138) - } - stream.stream_ops.allocate(stream, offset, length) - }, - mmap: (stream, length, position, prot, flags) => { - if ((prot & 2) !== 0 && (flags & 2) === 0 && (stream.flags & 2097155) !== 2) { - throw new FS.ErrnoError(2) - } - if ((stream.flags & 2097155) === 1) { - throw new FS.ErrnoError(2) - } - if (!stream.stream_ops.mmap) { - throw new FS.ErrnoError(43) - } - return stream.stream_ops.mmap(stream, length, position, prot, flags) - }, - msync: (stream, buffer, offset, length, mmapFlags) => { - if (!stream || !stream.stream_ops.msync) { - return 0 - } - return stream.stream_ops.msync(stream, buffer, offset, length, mmapFlags) - }, - munmap: stream => 0, - ioctl: (stream, cmd, arg) => { - if (!stream.stream_ops.ioctl) { - throw new FS.ErrnoError(59) - } - return stream.stream_ops.ioctl(stream, cmd, arg) - }, - readFile: (path, opts = {}) => { - opts.flags = opts.flags || 0; - 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: (path, data, opts = {}) => { - opts.flags = opts.flags || 577; - var stream = FS.open(path, opts.flags, opts.mode); - if (typeof data == "string") { - var buf = new Uint8Array(lengthBytesUTF8(data) + 1); - var actualNumBytes = stringToUTF8Array(data, buf, 0, buf.length); - FS.write(stream, buf, 0, actualNumBytes, undefined, opts.canOwn) - } else if (ArrayBuffer.isView(data)) { - FS.write(stream, data, 0, data.byteLength, undefined, opts.canOwn) - } else { - throw new Error("Unsupported data type") - } - FS.close(stream) - }, - cwd: () => FS.currentPath, - chdir: path => { - var lookup = FS.lookupPath(path, { - follow: true - }); - if (lookup.node === null) { - throw new FS.ErrnoError(44) - } - if (!FS.isDir(lookup.node.mode)) { - throw new FS.ErrnoError(54) - } - var errCode = FS.nodePermissions(lookup.node, "x"); - if (errCode) { - throw new FS.ErrnoError(errCode) - } - FS.currentPath = lookup.path - }, - createDefaultDirectories: () => { - FS.mkdir("/tmp"); - FS.mkdir("/home"); - FS.mkdir("/home/web_user") - }, - createDefaultDevices: () => { - FS.mkdir("/dev"); - FS.registerDevice(FS.makedev(1, 3), { - read: () => 0, - write: (stream, buffer, offset, length, pos) => 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 = getRandomDevice(); - FS.createDevice("/dev", "random", random_device); - FS.createDevice("/dev", "urandom", random_device); - FS.mkdir("/dev/shm"); - FS.mkdir("/dev/shm/tmp") - }, - createSpecialDirectories: () => { - FS.mkdir("/proc"); - var proc_self = FS.mkdir("/proc/self"); - FS.mkdir("/proc/self/fd"); - FS.mount({ - mount: () => { - var node = FS.createNode(proc_self, "fd", 16384 | 511, 73); - node.node_ops = { - lookup: (parent, name) => { - var fd = +name; - var stream = FS.getStream(fd); - if (!stream) throw new FS.ErrnoError(8); - var ret = { - parent: null, - mount: { - mountpoint: "fake" - }, - node_ops: { - readlink: () => stream.path - } - }; - ret.parent = ret; - return ret - } - }; - return node - } - }, {}, "/proc/self/fd") - }, - createStandardStreams: () => { - 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", 0); - var stdout = FS.open("/dev/stdout", 1); - var stderr = FS.open("/dev/stderr", 1) - }, - ensureErrnoError: () => { - if (FS.ErrnoError) return; - FS.ErrnoError = function ErrnoError(errno, node) { - this.node = node; - this.setErrno = function (errno) { - this.errno = errno - }; - this.setErrno(errno); - this.message = "FS error" - }; - FS.ErrnoError.prototype = new Error; - FS.ErrnoError.prototype.constructor = FS.ErrnoError; - [44].forEach(code => { - FS.genericErrors[code] = new FS.ErrnoError(code); - FS.genericErrors[code].stack = "" - }) - }, - staticInit: () => { - FS.ensureErrnoError(); - FS.nameTable = new Array(4096); - FS.mount(MEMFS, {}, "/"); - FS.createDefaultDirectories(); - FS.createDefaultDevices(); - FS.createSpecialDirectories(); - FS.filesystems = { - "MEMFS": MEMFS - } - }, - init: (input, output, error) => { - FS.init.initialized = true; - FS.ensureErrnoError(); - Module["stdin"] = input || Module["stdin"]; - Module["stdout"] = output || Module["stdout"]; - Module["stderr"] = error || Module["stderr"]; - FS.createStandardStreams() - }, - quit: () => { - FS.init.initialized = false; - for (var i = 0; i < FS.streams.length; i++) { - var stream = FS.streams[i]; - if (!stream) { - continue - } - FS.close(stream) - } - }, - getMode: (canRead, canWrite) => { - var mode = 0; - if (canRead) mode |= 292 | 73; - if (canWrite) mode |= 146; - return mode - }, - findObject: (path, dontResolveLastLink) => { - var ret = FS.analyzePath(path, dontResolveLastLink); - if (!ret.exists) { - return null - } - return ret.object - }, - analyzePath: (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 - }, - createPath: (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: (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: (parent, name, data, canRead, canWrite, canOwn) => { - var path = name; - if (parent) { - parent = typeof parent == "string" ? parent : FS.getPath(parent); - path = name ? PATH.join2(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, 577); - FS.write(stream, data, 0, data.length, 0, canOwn); - FS.close(stream); - FS.chmod(node, mode) - } - return node - }, - createDevice: (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: stream => { - stream.seekable = false - }, - close: stream => { - if (output && output.buffer && output.buffer.length) { - output(10) - } - }, - read: (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(29) - } - if (result === undefined && bytesRead === 0) { - throw new FS.ErrnoError(6) - } - if (result === null || result === undefined) break; - bytesRead++; - buffer[offset + i] = result - } - if (bytesRead) { - stream.node.timestamp = Date.now() - } - return bytesRead - }, - write: (stream, buffer, offset, length, pos) => { - for (var i = 0; i < length; i++) { - try { - output(buffer[offset + i]) - } catch (e) { - throw new FS.ErrnoError(29) - } - } - if (length) { - stream.node.timestamp = Date.now() - } - return i - } - }); - return FS.mkdev(path, mode, dev) - }, - forceLoadFile: obj => { - if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return 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 (read_) { - try { - obj.contents = intArrayFromString(read_(obj.url), true); - obj.usedBytes = obj.contents.length - } catch (e) { - throw new FS.ErrnoError(29) - } - } else { - throw new Error("Cannot load without read() or XMLHttpRequest.") - } - }, - createLazyFile: (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 = (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); - 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 || []) - } - return intArrayFromString(xhr.responseText || "", true) - }; - var lazyArray = this; - lazyArray.setDataGetter(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; - out("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(key => { - var fn = node.stream_ops[key]; - stream_ops[key] = function forceLoadLazyFile() { - FS.forceLoadFile(node); - return fn.apply(null, arguments) - } - }); - - function writeChunks(stream, buffer, offset, length, position) { - var contents = stream.node.contents; - if (position >= contents.length) return 0; - var size = Math.min(contents.length - position, length); - 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 - } - stream_ops.read = (stream, buffer, offset, length, position) => { - FS.forceLoadFile(node); - return writeChunks(stream, buffer, offset, length, position) - }; - stream_ops.mmap = (stream, length, position, prot, flags) => { - FS.forceLoadFile(node); - var ptr = mmapAlloc(length); - if (!ptr) { - throw new FS.ErrnoError(48) - } - writeChunks(stream, HEAP8, ptr, length, position); - return { - ptr: ptr, - allocated: true - } - }; - node.stream_ops = stream_ops; - return node - }, - createPreloadedFile: (parent, name, url, canRead, canWrite, onload, onerror, dontCreateFile, canOwn, preFinish) => { - var fullname = name ? PATH_FS.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) - } - if (Browser.handledByPreloadPlugin(byteArray, fullname, finish, () => { - if (onerror) onerror(); - removeRunDependency(dep) - })) { - return - } - finish(byteArray) - } - addRunDependency(dep); - if (typeof url == "string") { - asyncLoad(url, byteArray => processData(byteArray), onerror) - } else { - processData(url) - } - }, - indexedDB: () => { - return window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB - }, - DB_NAME: () => { - return "EM_FS_" + window.location.pathname - }, - DB_VERSION: 20, - DB_STORE_NAME: "FILE_DATA", - saveFilesToDB: (paths, onload, onerror) => { - onload = onload || (() => {}); - onerror = onerror || (() => {}); - var indexedDB = FS.indexedDB(); - try { - var openRequest = indexedDB.open(FS.DB_NAME(), FS.DB_VERSION) - } catch (e) { - return onerror(e) - } - openRequest.onupgradeneeded = () => { - out("creating db"); - var db = openRequest.result; - db.createObjectStore(FS.DB_STORE_NAME) - }; - 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(path => { - var putRequest = files.put(FS.analyzePath(path).object.contents, path); - putRequest.onsuccess = () => { - ok++; - if (ok + fail == total) finish() - }; - putRequest.onerror = () => { - fail++; - if (ok + fail == total) finish() - } - }); - transaction.onerror = onerror - }; - openRequest.onerror = onerror - }, - loadFilesFromDB: (paths, onload, onerror) => { - onload = onload || (() => {}); - onerror = onerror || (() => {}); - 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 = () => { - 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(path => { - var getRequest = files.get(path); - 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 = () => { - fail++; - if (ok + fail == total) finish() - } - }); - transaction.onerror = onerror - }; - openRequest.onerror = onerror - } -}; -Module["FS"] = FS; -var SYSCALLS = { - DEFAULT_POLLMASK: 5, - calculateAt: function (dirfd, path, allowEmpty) { - if (PATH.isAbs(path)) { - return path - } - var dir; - if (dirfd === -100) { - dir = FS.cwd() - } else { - var dirstream = FS.getStream(dirfd); - if (!dirstream) throw new FS.ErrnoError(8); - dir = dirstream.path - } - if (path.length == 0) { - if (!allowEmpty) { - throw new FS.ErrnoError(44) - } - return dir - } - return PATH.join2(dir, 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 -54 - } - throw e - } - HEAP32[buf >> 2] = stat.dev; - 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; - tempI64 = [stat.size >>> 0, (tempDouble = stat.size, +Math.abs(tempDouble) >= 1 ? tempDouble > 0 ? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>> 0 : ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>> 0 : 0)], HEAP32[buf + 40 >> 2] = tempI64[0], HEAP32[buf + 44 >> 2] = tempI64[1]; - HEAP32[buf + 48 >> 2] = 4096; - HEAP32[buf + 52 >> 2] = stat.blocks; - tempI64 = [Math.floor(stat.atime.getTime() / 1e3) >>> 0, (tempDouble = Math.floor(stat.atime.getTime() / 1e3), +Math.abs(tempDouble) >= 1 ? tempDouble > 0 ? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>> 0 : ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>> 0 : 0)], HEAP32[buf + 56 >> 2] = tempI64[0], HEAP32[buf + 60 >> 2] = tempI64[1]; - HEAP32[buf + 64 >> 2] = 0; - tempI64 = [Math.floor(stat.mtime.getTime() / 1e3) >>> 0, (tempDouble = Math.floor(stat.mtime.getTime() / 1e3), +Math.abs(tempDouble) >= 1 ? tempDouble > 0 ? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>> 0 : ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>> 0 : 0)], HEAP32[buf + 72 >> 2] = tempI64[0], HEAP32[buf + 76 >> 2] = tempI64[1]; - HEAP32[buf + 80 >> 2] = 0; - tempI64 = [Math.floor(stat.ctime.getTime() / 1e3) >>> 0, (tempDouble = Math.floor(stat.ctime.getTime() / 1e3), +Math.abs(tempDouble) >= 1 ? tempDouble > 0 ? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>> 0 : ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>> 0 : 0)], HEAP32[buf + 88 >> 2] = tempI64[0], HEAP32[buf + 92 >> 2] = tempI64[1]; - HEAP32[buf + 96 >> 2] = 0; - tempI64 = [stat.ino >>> 0, (tempDouble = stat.ino, +Math.abs(tempDouble) >= 1 ? tempDouble > 0 ? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>> 0 : ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>> 0 : 0)], HEAP32[buf + 104 >> 2] = tempI64[0], HEAP32[buf + 108 >> 2] = tempI64[1]; - return 0 - }, - doMsync: function (addr, stream, len, flags, offset) { - var buffer = HEAPU8.slice(addr, addr + len); - FS.msync(stream, buffer, offset, len, flags) - }, - varargs: undefined, - get: function () { - SYSCALLS.varargs += 4; - var ret = HEAP32[SYSCALLS.varargs - 4 >> 2]; - return ret - }, - getStr: function (ptr) { - var ret = UTF8ToString(ptr); - return ret - }, - getStreamFromFD: function (fd) { - var stream = FS.getStream(fd); - if (!stream) throw new FS.ErrnoError(8); - return stream - } -}; -Module["SYSCALLS"] = SYSCALLS; - -function ___syscall_fcntl64(fd, cmd, varargs) { - SYSCALLS.varargs = varargs; - try { - var stream = SYSCALLS.getStreamFromFD(fd); - switch (cmd) { - case 0: { - var arg = SYSCALLS.get(); - if (arg < 0) { - return -28 - } - var newStream; - newStream = FS.createStream(stream, arg); - return newStream.fd - } - case 1: - case 2: - return 0; - case 3: - return stream.flags; - case 4: { - var arg = SYSCALLS.get(); - stream.flags |= arg; - return 0 - } - case 5: { - var arg = SYSCALLS.get(); - var offset = 0; - HEAP16[arg + offset >> 1] = 2; - return 0 - } - case 6: - case 7: - return 0; - case 16: - case 8: - return -28; - case 9: - setErrNo(28); - return -1; - default: { - return -28 - } - } - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return -e.errno - } -} -Module["___syscall_fcntl64"] = ___syscall_fcntl64; - -function convertI32PairToI53Checked(lo, hi) { - return hi + 2097152 >>> 0 < 4194305 - !!lo ? (lo >>> 0) + hi * 4294967296 : NaN -} -Module["convertI32PairToI53Checked"] = convertI32PairToI53Checked; - -function ___syscall_ftruncate64(fd, length_low, length_high) { - try { - var length = convertI32PairToI53Checked(length_low, length_high); - if (isNaN(length)) return -61; - FS.ftruncate(fd, length); - return 0 - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return -e.errno - } -} -Module["___syscall_ftruncate64"] = ___syscall_ftruncate64; - -function ___syscall_ioctl(fd, op, varargs) { - SYSCALLS.varargs = varargs; - try { - var stream = SYSCALLS.getStreamFromFD(fd); - switch (op) { - case 21509: - case 21505: { - if (!stream.tty) return -59; - return 0 - } - case 21510: - case 21511: - case 21512: - case 21506: - case 21507: - case 21508: { - if (!stream.tty) return -59; - return 0 - } - case 21519: { - if (!stream.tty) return -59; - var argp = SYSCALLS.get(); - HEAP32[argp >> 2] = 0; - return 0 - } - case 21520: { - if (!stream.tty) return -59; - return -28 - } - case 21531: { - var argp = SYSCALLS.get(); - return FS.ioctl(stream, op, argp) - } - case 21523: { - if (!stream.tty) return -59; - return 0 - } - case 21524: { - if (!stream.tty) return -59; - return 0 - } - default: - return -28 - } - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return -e.errno - } -} -Module["___syscall_ioctl"] = ___syscall_ioctl; - -function ___syscall_openat(dirfd, path, flags, varargs) { - SYSCALLS.varargs = varargs; - try { - path = SYSCALLS.getStr(path); - path = SYSCALLS.calculateAt(dirfd, path); - var mode = varargs ? SYSCALLS.get() : 0; - return FS.open(path, flags, mode).fd - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return -e.errno - } -} -Module["___syscall_openat"] = ___syscall_openat; - -function __emscripten_date_now() { - return Date.now() -} -Module["__emscripten_date_now"] = __emscripten_date_now; - -function readI53FromI64(ptr) { - return HEAPU32[ptr >> 2] + HEAP32[ptr + 4 >> 2] * 4294967296 -} -Module["readI53FromI64"] = readI53FromI64; - -function __localtime_js(time, tmPtr) { - var date = new Date(readI53FromI64(time) * 1e3); - HEAP32[tmPtr >> 2] = date.getSeconds(); - HEAP32[tmPtr + 4 >> 2] = date.getMinutes(); - HEAP32[tmPtr + 8 >> 2] = date.getHours(); - HEAP32[tmPtr + 12 >> 2] = date.getDate(); - HEAP32[tmPtr + 16 >> 2] = date.getMonth(); - HEAP32[tmPtr + 20 >> 2] = date.getFullYear() - 1900; - HEAP32[tmPtr + 24 >> 2] = date.getDay(); - var start = new Date(date.getFullYear(), 0, 1); - var yday = (date.getTime() - start.getTime()) / (1e3 * 60 * 60 * 24) | 0; - HEAP32[tmPtr + 28 >> 2] = yday; - HEAP32[tmPtr + 36 >> 2] = -(date.getTimezoneOffset() * 60); - var summerOffset = new Date(date.getFullYear(), 6, 1).getTimezoneOffset(); - var winterOffset = start.getTimezoneOffset(); - var dst = (summerOffset != winterOffset && date.getTimezoneOffset() == Math.min(winterOffset, summerOffset)) | 0; - HEAP32[tmPtr + 32 >> 2] = dst -} -Module["__localtime_js"] = __localtime_js; - -function allocateUTF8(str) { - var size = lengthBytesUTF8(str) + 1; - var ret = _malloc(size); - if (ret) stringToUTF8Array(str, HEAP8, ret, size); - return ret -} -Module["allocateUTF8"] = allocateUTF8; - -function _tzset_impl(timezone, daylight, tzname) { - var currentYear = (new Date).getFullYear(); - var winter = new Date(currentYear, 0, 1); - var summer = new Date(currentYear, 6, 1); - var winterOffset = winter.getTimezoneOffset(); - var summerOffset = summer.getTimezoneOffset(); - var stdTimezoneOffset = Math.max(winterOffset, summerOffset); - HEAP32[timezone >> 2] = stdTimezoneOffset * 60; - HEAP32[daylight >> 2] = Number(winterOffset != summerOffset); - - function extractZone(date) { - var match = date.toTimeString().match(/\(([A-Za-z ]+)\)$/); - return match ? match[1] : "GMT" - } - var winterName = extractZone(winter); - var summerName = extractZone(summer); - var winterNamePtr = allocateUTF8(winterName); - var summerNamePtr = allocateUTF8(summerName); - if (summerOffset < winterOffset) { - HEAPU32[tzname >> 2] = winterNamePtr; - HEAPU32[tzname + 4 >> 2] = summerNamePtr - } else { - HEAPU32[tzname >> 2] = summerNamePtr; - HEAPU32[tzname + 4 >> 2] = winterNamePtr - } -} -Module["_tzset_impl"] = _tzset_impl; - -function __tzset_js(timezone, daylight, tzname) { - if (__tzset_js.called) return; - __tzset_js.called = true; - _tzset_impl(timezone, daylight, tzname) -} -Module["__tzset_js"] = __tzset_js; - -function _abort() { - abort("") -} -Module["_abort"] = _abort; -var readAsmConstArgsArray = []; -Module["readAsmConstArgsArray"] = readAsmConstArgsArray; - -function readAsmConstArgs(sigPtr, buf) { - readAsmConstArgsArray.length = 0; - var ch; - buf >>= 2; - while (ch = HEAPU8[sigPtr++]) { - buf += ch != 105 & buf; - readAsmConstArgsArray.push(ch == 105 ? HEAP32[buf] : HEAPF64[buf++ >> 1]); - ++buf - } - return readAsmConstArgsArray -} -Module["readAsmConstArgs"] = readAsmConstArgs; - -function _emscripten_asm_const_int(code, sigPtr, argbuf) { - var args = readAsmConstArgs(sigPtr, argbuf); - return ASM_CONSTS[code].apply(null, args) -} -Module["_emscripten_asm_const_int"] = _emscripten_asm_const_int; - -function _emscripten_memcpy_big(dest, src, num) { - HEAPU8.copyWithin(dest, src, src + num) -} -Module["_emscripten_memcpy_big"] = _emscripten_memcpy_big; - -function getHeapMax() { - return HEAPU8.length -} -Module["getHeapMax"] = getHeapMax; - -function abortOnCannotGrowMemory(requestedSize) { - abort("OOM") -} -Module["abortOnCannotGrowMemory"] = abortOnCannotGrowMemory; - -function _emscripten_resize_heap(requestedSize) { - var oldSize = HEAPU8.length; - requestedSize = requestedSize >>> 0; - abortOnCannotGrowMemory(requestedSize) -} -Module["_emscripten_resize_heap"] = _emscripten_resize_heap; -var ENV = {}; -Module["ENV"] = ENV; - -function getExecutableName() { - return thisProgram || "./this.program" -} -Module["getExecutableName"] = getExecutableName; - -function getEnvStrings() { - if (!getEnvStrings.strings) { - var lang = (typeof navigator == "object" && navigator.languages && navigator.languages[0] || "C").replace("-", "_") + ".UTF-8"; - var env = { - "USER": "web_user", - "LOGNAME": "web_user", - "PATH": "/", - "PWD": "/", - "HOME": "/home/web_user", - "LANG": lang, - "_": getExecutableName() - }; - for (var x in ENV) { - if (ENV[x] === undefined) delete env[x]; - else env[x] = ENV[x] - } - var strings = []; - for (var x in env) { - strings.push(x + "=" + env[x]) - } - getEnvStrings.strings = strings - } - return getEnvStrings.strings -} -Module["getEnvStrings"] = getEnvStrings; - -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; - -function _environ_get(__environ, environ_buf) { - var bufSize = 0; - getEnvStrings().forEach(function (string, i) { - var ptr = environ_buf + bufSize; - HEAPU32[__environ + i * 4 >> 2] = ptr; - writeAsciiToMemory(string, ptr); - bufSize += string.length + 1 - }); - return 0 -} -Module["_environ_get"] = _environ_get; - -function _environ_sizes_get(penviron_count, penviron_buf_size) { - var strings = getEnvStrings(); - HEAPU32[penviron_count >> 2] = strings.length; - var bufSize = 0; - strings.forEach(function (string) { - bufSize += string.length + 1 - }); - HEAPU32[penviron_buf_size >> 2] = bufSize; - return 0 -} -Module["_environ_sizes_get"] = _environ_sizes_get; - -function _fd_close(fd) { - try { - var stream = SYSCALLS.getStreamFromFD(fd); - FS.close(stream); - return 0 - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return e.errno - } -} -Module["_fd_close"] = _fd_close; - -function doReadv(stream, iov, iovcnt, offset) { - var ret = 0; - for (var i = 0; i < iovcnt; i++) { - var ptr = HEAPU32[iov >> 2]; - var len = HEAPU32[iov + 4 >> 2]; - iov += 8; - var curr = FS.read(stream, HEAP8, ptr, len, offset); - if (curr < 0) return -1; - ret += curr; - if (curr < len) break - } - return ret -} -Module["doReadv"] = doReadv; - -function _fd_read(fd, iov, iovcnt, pnum) { - try { - var stream = SYSCALLS.getStreamFromFD(fd); - var num = doReadv(stream, iov, iovcnt); - HEAP32[pnum >> 2] = num; - return 0 - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return e.errno - } -} -Module["_fd_read"] = _fd_read; - -function _fd_seek(fd, offset_low, offset_high, whence, newOffset) { - try { - var offset = convertI32PairToI53Checked(offset_low, offset_high); - if (isNaN(offset)) return 61; - var stream = SYSCALLS.getStreamFromFD(fd); - FS.llseek(stream, offset, whence); - tempI64 = [stream.position >>> 0, (tempDouble = stream.position, +Math.abs(tempDouble) >= 1 ? tempDouble > 0 ? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>> 0 : ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>> 0 : 0)], HEAP32[newOffset >> 2] = tempI64[0], HEAP32[newOffset + 4 >> 2] = tempI64[1]; - if (stream.getdents && offset === 0 && whence === 0) stream.getdents = null; - return 0 - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return e.errno - } -} -Module["_fd_seek"] = _fd_seek; - -function doWritev(stream, iov, iovcnt, offset) { - var ret = 0; - for (var i = 0; i < iovcnt; i++) { - var ptr = HEAPU32[iov >> 2]; - var len = HEAPU32[iov + 4 >> 2]; - iov += 8; - var curr = FS.write(stream, HEAP8, ptr, len, offset); - if (curr < 0) return -1; - ret += curr - } - return ret -} -Module["doWritev"] = doWritev; - -function _fd_write(fd, iov, iovcnt, pnum) { - try { - var stream = SYSCALLS.getStreamFromFD(fd); - var num = doWritev(stream, iov, iovcnt); - HEAPU32[pnum >> 2] = num; - return 0 - } catch (e) { - if (typeof FS == "undefined" || !(e instanceof FS.ErrnoError)) throw e; - return e.errno - } -} -Module["_fd_write"] = _fd_write; - -function _setTempRet0(val) { - setTempRet0(val) -} -Module["_setTempRet0"] = _setTempRet0; - -function __isLeapYear(year) { - return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0) -} -Module["__isLeapYear"] = __isLeapYear; - -function __arraySum(array, index) { - var sum = 0; - for (var i = 0; i <= index; sum += array[i++]) {} - return sum -} -Module["__arraySum"] = __arraySum; -var __MONTH_DAYS_LEAP = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; -Module["__MONTH_DAYS_LEAP"] = __MONTH_DAYS_LEAP; -var __MONTH_DAYS_REGULAR = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; -Module["__MONTH_DAYS_REGULAR"] = __MONTH_DAYS_REGULAR; - -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 -} -Module["__addDays"] = __addDays; - -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 ? UTF8ToString(tm_zone) : "" - }; - var pattern = UTF8ToString(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", - "%Ec": "%c", - "%EC": "%C", - "%Ex": "%m/%d/%y", - "%EX": "%H:%M:%S", - "%Ey": "%y", - "%EY": "%Y", - "%Od": "%d", - "%Oe": "%e", - "%OH": "%H", - "%OI": "%I", - "%Om": "%m", - "%OM": "%M", - "%OS": "%S", - "%Ou": "%u", - "%OU": "%U", - "%OV": "%V", - "%Ow": "%w", - "%OW": "%W", - "%Oy": "%y" - }; - 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 - } - return thisDate.getFullYear() - } - 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" - } - return "PM" - }, - "%S": function (date) { - return leadingNulls(date.tm_sec, 2) - }, - "%t": function () { - return "\t" - }, - "%u": function (date) { - return date.tm_wday || 7 - }, - "%U": function (date) { - var days = date.tm_yday + 7 - date.tm_wday; - return leadingNulls(Math.floor(days / 7), 2) - }, - "%V": function (date) { - var val = Math.floor((date.tm_yday + 7 - (date.tm_wday + 6) % 7) / 7); - if ((date.tm_wday + 371 - date.tm_yday - 2) % 7 <= 2) { - val++ - } - if (!val) { - val = 52; - var dec31 = (date.tm_wday + 7 - date.tm_yday - 1) % 7; - if (dec31 == 4 || dec31 == 5 && __isLeapYear(date.tm_year % 400 - 1)) { - val++ - } - } else if (val == 53) { - var jan1 = (date.tm_wday + 371 - date.tm_yday) % 7; - if (jan1 != 4 && (jan1 != 3 || !__isLeapYear(date.tm_year))) val = 1 - } - return leadingNulls(val, 2) - }, - "%w": function (date) { - return date.tm_wday - }, - "%W": function (date) { - var days = date.tm_yday + 7 - (date.tm_wday + 6) % 7; - return leadingNulls(Math.floor(days / 7), 2) - }, - "%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 "%" - } - }; - pattern = pattern.replace(/%%/g, "\0\0"); - for (var rule in EXPANSION_RULES_2) { - if (pattern.includes(rule)) { - pattern = pattern.replace(new RegExp(rule, "g"), EXPANSION_RULES_2[rule](date)) - } - } - pattern = pattern.replace(/\0\0/g, "%"); - var bytes = intArrayFromString(pattern, false); - if (bytes.length > maxsize) { - return 0 - } - writeArrayToMemory(bytes, s); - return bytes.length - 1 -} -Module["_strftime"] = _strftime; - -function _strftime_l(s, maxsize, format, tm) { - return _strftime(s, maxsize, format, tm) -} -Module["_strftime_l"] = _strftime_l; - -function _proc_exit(code) { - EXITSTATUS = code; - if (!keepRuntimeAlive()) { - if (Module["onExit"]) Module["onExit"](code); - ABORT = true - } - quit_(code, new ExitStatus(code)) -} -Module["_proc_exit"] = _proc_exit; - -function exitJS(status, implicit) { - EXITSTATUS = status; - _proc_exit(status) -} -Module["exitJS"] = exitJS; - -function uleb128Encode(n, target) { - if (n < 128) { - target.push(n) - } else { - target.push(n % 128 | 128, n >> 7) - } -} -Module["uleb128Encode"] = uleb128Encode; - -function sigToWasmTypes(sig) { - var typeNames = { - "i": "i32", - "j": "i64", - "f": "f32", - "d": "f64", - "p": "i32" - }; - var type = { - parameters: [], - results: sig[0] == "v" ? [] : [typeNames[sig[0]]] - }; - for (var i = 1; i < sig.length; ++i) { - type.parameters.push(typeNames[sig[i]]) - } - return type -} -Module["sigToWasmTypes"] = sigToWasmTypes; - -function convertJsFunctionToWasm(func, sig) { - if (typeof WebAssembly.Function == "function") { - return new WebAssembly.Function(sigToWasmTypes(sig), func) - } - var typeSectionBody = [1, 96]; - var sigRet = sig.slice(0, 1); - var sigParam = sig.slice(1); - var typeCodes = { - "i": 127, - "p": 127, - "j": 126, - "f": 125, - "d": 124 - }; - uleb128Encode(sigParam.length, typeSectionBody); - for (var i = 0; i < sigParam.length; ++i) { - typeSectionBody.push(typeCodes[sigParam[i]]) - } - if (sigRet == "v") { - typeSectionBody.push(0) - } else { - typeSectionBody.push(1, typeCodes[sigRet]) - } - var bytes = [0, 97, 115, 109, 1, 0, 0, 0, 1]; - uleb128Encode(typeSectionBody.length, bytes); - bytes.push.apply(bytes, typeSectionBody); - bytes.push(2, 7, 1, 1, 101, 1, 102, 0, 0, 7, 5, 1, 1, 102, 0, 0); - var module = new WebAssembly.Module(new Uint8Array(bytes)); - var instance = new WebAssembly.Instance(module, { - "e": { - "f": func - } - }); - var wrappedFunc = instance.exports["f"]; - return wrappedFunc -} -Module["convertJsFunctionToWasm"] = convertJsFunctionToWasm; -var wasmTableMirror = []; -Module["wasmTableMirror"] = wasmTableMirror; - -function getWasmTableEntry(funcPtr) { - var func = wasmTableMirror[funcPtr]; - if (!func) { - if (funcPtr >= wasmTableMirror.length) wasmTableMirror.length = funcPtr + 1; - wasmTableMirror[funcPtr] = func = wasmTable.get(funcPtr) - } - return func -} -Module["getWasmTableEntry"] = getWasmTableEntry; - -function updateTableMap(offset, count) { - if (functionsInTableMap) { - for (var i = offset; i < offset + count; i++) { - var item = getWasmTableEntry(i); - if (item) { - functionsInTableMap.set(item, i) - } - } - } -} -Module["updateTableMap"] = updateTableMap; -var functionsInTableMap = undefined; -Module["functionsInTableMap"] = functionsInTableMap; -var freeTableIndexes = []; -Module["freeTableIndexes"] = freeTableIndexes; - -function getEmptyTableSlot() { - if (freeTableIndexes.length) { - return freeTableIndexes.pop() - } - try { - wasmTable.grow(1) - } catch (err) { - if (!(err instanceof RangeError)) { - throw err - } - throw "Unable to grow wasm table. Set ALLOW_TABLE_GROWTH." - } - return wasmTable.length - 1 -} -Module["getEmptyTableSlot"] = getEmptyTableSlot; - -function setWasmTableEntry(idx, func) { - wasmTable.set(idx, func); - wasmTableMirror[idx] = wasmTable.get(idx) -} -Module["setWasmTableEntry"] = setWasmTableEntry; - -function addFunction(func, sig) { - if (!functionsInTableMap) { - functionsInTableMap = new WeakMap; - updateTableMap(0, wasmTable.length) - } - if (functionsInTableMap.has(func)) { - return functionsInTableMap.get(func) - } - var ret = getEmptyTableSlot(); - try { - setWasmTableEntry(ret, func) - } catch (err) { - if (!(err instanceof TypeError)) { - throw err - } - var wrapped = convertJsFunctionToWasm(func, sig); - setWasmTableEntry(ret, wrapped) - } - functionsInTableMap.set(func, ret); - return ret -} -Module["addFunction"] = addFunction; - -function removeFunction(index) { - functionsInTableMap.delete(getWasmTableEntry(index)); - freeTableIndexes.push(index) -} -Module["removeFunction"] = removeFunction; -var ALLOC_NORMAL = 0; -Module["ALLOC_NORMAL"] = ALLOC_NORMAL; -var ALLOC_STACK = 1; -Module["ALLOC_STACK"] = ALLOC_STACK; - -function allocate(slab, allocator) { - var ret; - if (allocator == ALLOC_STACK) { - ret = stackAlloc(slab.length) - } else { - ret = _malloc(slab.length) - } - if (!slab.subarray && !slab.slice) { - slab = new Uint8Array(slab) - } - HEAPU8.set(slab, ret); - return ret -} -Module["allocate"] = allocate; - -function AsciiToString(ptr) { - var str = ""; - while (1) { - var ch = HEAPU8[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 UTF16Decoder = typeof TextDecoder != "undefined" ? new TextDecoder("utf-16le") : undefined; -Module["UTF16Decoder"] = UTF16Decoder; - -function UTF16ToString(ptr, maxBytesToRead) { - var endPtr = ptr; - var idx = endPtr >> 1; - var maxIdx = idx + maxBytesToRead / 2; - while (!(idx >= maxIdx) && HEAPU16[idx]) ++idx; - endPtr = idx << 1; - if (endPtr - ptr > 32 && UTF16Decoder) { - return UTF16Decoder.decode(HEAPU8.subarray(ptr, endPtr)) - } else { - var str = ""; - for (var i = 0; !(i >= maxBytesToRead / 2); ++i) { - var codeUnit = HEAP16[ptr + i * 2 >> 1]; - if (codeUnit == 0) break; - str += String.fromCharCode(codeUnit) - } - return str - } -} -Module["UTF16ToString"] = UTF16ToString; - -function stringToUTF16(str, outPtr, maxBytesToWrite) { - if (maxBytesToWrite === undefined) { - maxBytesToWrite = 2147483647 - } - if (maxBytesToWrite < 2) return 0; - maxBytesToWrite -= 2; - var startPtr = outPtr; - var numCharsToWrite = maxBytesToWrite < str.length * 2 ? maxBytesToWrite / 2 : str.length; - for (var i = 0; i < numCharsToWrite; ++i) { - var codeUnit = str.charCodeAt(i); - HEAP16[outPtr >> 1] = codeUnit; - outPtr += 2 - } - HEAP16[outPtr >> 1] = 0; - return outPtr - startPtr -} -Module["stringToUTF16"] = stringToUTF16; - -function lengthBytesUTF16(str) { - return str.length * 2 -} -Module["lengthBytesUTF16"] = lengthBytesUTF16; - -function UTF32ToString(ptr, maxBytesToRead) { - var i = 0; - var str = ""; - while (!(i >= maxBytesToRead / 4)) { - var utf32 = HEAP32[ptr + i * 4 >> 2]; - if (utf32 == 0) break; - ++i; - if (utf32 >= 65536) { - var ch = utf32 - 65536; - str += String.fromCharCode(55296 | ch >> 10, 56320 | ch & 1023) - } else { - str += String.fromCharCode(utf32) - } - } - return str -} -Module["UTF32ToString"] = UTF32ToString; - -function stringToUTF32(str, outPtr, maxBytesToWrite) { - if (maxBytesToWrite === undefined) { - maxBytesToWrite = 2147483647 - } - if (maxBytesToWrite < 4) return 0; - var startPtr = outPtr; - var endPtr = startPtr + maxBytesToWrite - 4; - for (var i = 0; i < str.length; ++i) { - var codeUnit = str.charCodeAt(i); - if (codeUnit >= 55296 && codeUnit <= 57343) { - var trailSurrogate = str.charCodeAt(++i); - codeUnit = 65536 + ((codeUnit & 1023) << 10) | trailSurrogate & 1023 - } - HEAP32[outPtr >> 2] = codeUnit; - outPtr += 4; - if (outPtr + 4 > endPtr) break - } - HEAP32[outPtr >> 2] = 0; - return outPtr - startPtr -} -Module["stringToUTF32"] = stringToUTF32; - -function lengthBytesUTF32(str) { - var len = 0; - for (var i = 0; i < str.length; ++i) { - var codeUnit = str.charCodeAt(i); - if (codeUnit >= 55296 && codeUnit <= 57343) ++i; - len += 4 - } - return len -} -Module["lengthBytesUTF32"] = lengthBytesUTF32; - -function allocateUTF8OnStack(str) { - var size = lengthBytesUTF8(str) + 1; - var ret = stackAlloc(size); - stringToUTF8Array(str, HEAP8, ret, size); - return ret -} -Module["allocateUTF8OnStack"] = allocateUTF8OnStack; - -function writeStringToMemory(string, buffer, dontAddNull) { - 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 intArrayToString(array) { - var ret = []; - for (var i = 0; i < array.length; i++) { - var chr = array[i]; - if (chr > 255) { - if (ASSERTIONS) { - assert(false, "Character code " + chr + " (" + String.fromCharCode(chr) + ") at offset " + i + " not in 0x00-0xFF.") - } - chr &= 255 - } - ret.push(String.fromCharCode(chr)) - } - return ret.join("") -} -Module["intArrayToString"] = intArrayToString; - -function warnOnce(text) { - if (!warnOnce.shown) warnOnce.shown = {}; - if (!warnOnce.shown[text]) { - warnOnce.shown[text] = 1; - if (ENVIRONMENT_IS_NODE) text = "warning: " + text; - err(text) - } -} -Module["warnOnce"] = warnOnce; - -function getCFunc(ident) { - var func = Module["_" + ident]; - return func -} -Module["getCFunc"] = getCFunc; - -function ccall(ident, returnType, argTypes, args, opts) { - var toC = { - "string": str => { - var ret = 0; - if (str !== null && str !== undefined && str !== 0) { - var len = (str.length << 2) + 1; - ret = stackAlloc(len); - stringToUTF8(str, ret, len) - } - return ret - }, - "array": arr => { - var ret = stackAlloc(arr.length); - writeArrayToMemory(arr, ret); - return ret - } - }; - - function convertReturnValue(ret) { - if (returnType === "string") { - return UTF8ToString(ret) - } - if (returnType === "boolean") return Boolean(ret); - return ret - } - 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 = stackSave(); - cArgs[i] = converter(args[i]) - } else { - cArgs[i] = args[i] - } - } - } - var ret = func.apply(null, cArgs); - - function onDone(ret) { - if (stack !== 0) stackRestore(stack); - return convertReturnValue(ret) - } - ret = onDone(ret); - return ret -} -Module["ccall"] = ccall; - -function cwrap(ident, returnType, argTypes, opts) { - argTypes = argTypes || []; - var numericArgs = argTypes.every(type => type === "number" || type === "boolean"); - var numericRet = returnType !== "string"; - if (numericRet && numericArgs && !opts) { - return getCFunc(ident) - } - return function () { - return ccall(ident, returnType, argTypes, arguments, opts) - } -} -Module["cwrap"] = cwrap; -var 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 -}; -var readMode = 292 | 73; -var writeMode = 146; -Object.defineProperties(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) - } - } -}); -FS.FSNode = FSNode; -FS.staticInit(); -var ASSERTIONS = false; -var asmLibraryArg = { - "a": ___assert_fail, - "c": ___cxa_allocate_exception, - "b": ___cxa_throw, - "g": ___syscall_fcntl64, - "k": ___syscall_ftruncate64, - "w": ___syscall_ioctl, - "v": ___syscall_openat, - "q": __emscripten_date_now, - "p": __localtime_js, - "o": __tzset_js, - "n": aa, - "e": _abort, - "m": _emscripten_asm_const_int, - "l": _emscripten_memcpy_big, - "d": _emscripten_resize_heap, - "u": _environ_get, - "t": _environ_sizes_get, - "f": _fd_close, - "s": _fd_read, - "j": _fd_seek, - "r": _fd_write, - "i": _setTempRet0, - "h": _strftime_l -}; -var asm = createWasm(); -var ___wasm_call_ctors = Module["___wasm_call_ctors"] = function () { - return (___wasm_call_ctors = Module["___wasm_call_ctors"] = Module["asm"]["y"]).apply(null, arguments) -}; -var _malloc = Module["_malloc"] = function () { - return (_malloc = Module["_malloc"] = Module["asm"]["z"]).apply(null, arguments) -}; -var _realloc = Module["_realloc"] = function () { - return (_realloc = Module["_realloc"] = Module["asm"]["A"]).apply(null, arguments) -}; -var _bb = Module["_bb"] = function () { - return (_bb = Module["_bb"] = Module["asm"]["B"]).apply(null, arguments) -}; -var _setSampleRate = Module["_setSampleRate"] = function () { - return (_setSampleRate = Module["_setSampleRate"] = Module["asm"]["C"]).apply(null, arguments) -}; -var _main = Module["_main"] = function () { - return (_main = Module["_main"] = Module["asm"]["D"]).apply(null, arguments) -}; -var _prepareRomBuffer = Module["_prepareRomBuffer"] = function () { - return (_prepareRomBuffer = Module["_prepareRomBuffer"] = Module["asm"]["E"]).apply(null, arguments) -}; -var _getSymbol = Module["_getSymbol"] = function () { - return (_getSymbol = Module["_getSymbol"] = Module["asm"]["F"]).apply(null, arguments) -}; -var _reset = Module["_reset"] = function () { - return (_reset = Module["_reset"] = Module["asm"]["G"]).apply(null, arguments) -}; -var _loadROM = Module["_loadROM"] = function () { - return (_loadROM = Module["_loadROM"] = Module["asm"]["H"]).apply(null, arguments) -}; -var _savGetSize = Module["_savGetSize"] = function () { - return (_savGetSize = Module["_savGetSize"] = Module["asm"]["I"]).apply(null, arguments) -}; -var _savGetPointer = Module["_savGetPointer"] = function () { - return (_savGetPointer = Module["_savGetPointer"] = Module["asm"]["J"]).apply(null, arguments) -}; -var _savUpdateChangeFlag = Module["_savUpdateChangeFlag"] = function () { - return (_savUpdateChangeFlag = Module["_savUpdateChangeFlag"] = Module["asm"]["K"]).apply(null, arguments) -}; -var _runFrame = Module["_runFrame"] = function () { - return (_runFrame = Module["_runFrame"] = Module["asm"]["L"]).apply(null, arguments) -}; -var _fillAudioBuffer = Module["_fillAudioBuffer"] = function () { - return (_fillAudioBuffer = Module["_fillAudioBuffer"] = Module["asm"]["M"]).apply(null, arguments) -}; -var _zlibCompress = Module["_zlibCompress"] = function () { - return (_zlibCompress = Module["_zlibCompress"] = Module["asm"]["N"]).apply(null, arguments) -}; -var _zlibDecompress = Module["_zlibDecompress"] = function () { - return (_zlibDecompress = Module["_zlibDecompress"] = Module["asm"]["O"]).apply(null, arguments) -}; -var _chtGetList = Module["_chtGetList"] = function () { - return (_chtGetList = Module["_chtGetList"] = Module["asm"]["P"]).apply(null, arguments) -}; -var _chtAddItem = Module["_chtAddItem"] = function () { - return (_chtAddItem = Module["_chtAddItem"] = Module["asm"]["Q"]).apply(null, arguments) -}; -var _utilStrLen = Module["_utilStrLen"] = function () { - return (_utilStrLen = Module["_utilStrLen"] = Module["asm"]["R"]).apply(null, arguments) -}; -var _micWriteSamples = Module["_micWriteSamples"] = function () { - return (_micWriteSamples = Module["_micWriteSamples"] = Module["asm"]["S"]).apply(null, arguments) -}; -var _emuSetOpt = Module["_emuSetOpt"] = function () { - return (_emuSetOpt = Module["_emuSetOpt"] = Module["asm"]["T"]).apply(null, arguments) -}; -var ___errno_location = Module["___errno_location"] = function () { - return (___errno_location = Module["___errno_location"] = Module["asm"]["U"]).apply(null, arguments) -}; -var _htons = Module["_htons"] = function () { - return (_htons = Module["_htons"] = Module["asm"]["W"]).apply(null, arguments) -}; -var stackSave = Module["stackSave"] = function () { - return (stackSave = Module["stackSave"] = Module["asm"]["X"]).apply(null, arguments) -}; -var stackRestore = Module["stackRestore"] = function () { - return (stackRestore = Module["stackRestore"] = Module["asm"]["Y"]).apply(null, arguments) -}; -var stackAlloc = Module["stackAlloc"] = function () { - return (stackAlloc = Module["stackAlloc"] = Module["asm"]["Z"]).apply(null, arguments) -}; -var ___cxa_is_pointer_type = Module["___cxa_is_pointer_type"] = function () { - return (___cxa_is_pointer_type = Module["___cxa_is_pointer_type"] = Module["asm"]["_"]).apply(null, arguments) -}; -var dynCall_jiji = Module["dynCall_jiji"] = function () { - return (dynCall_jiji = Module["dynCall_jiji"] = Module["asm"]["$"]).apply(null, arguments) -}; -var dynCall_viijii = Module["dynCall_viijii"] = function () { - return (dynCall_viijii = Module["dynCall_viijii"] = Module["asm"]["n"]).apply(null, arguments) -}; -var dynCall_iiiiij = Module["dynCall_iiiiij"] = function () { - return (dynCall_iiiiij = Module["dynCall_iiiiij"] = Module["asm"]["ba"]).apply(null, arguments) -}; -var dynCall_iiiiijj = Module["dynCall_iiiiijj"] = function () { - return (dynCall_iiiiijj = Module["dynCall_iiiiijj"] = Module["asm"]["ca"]).apply(null, arguments) -}; -var dynCall_iiiiiijj = Module["dynCall_iiiiiijj"] = function () { - return (dynCall_iiiiiijj = Module["dynCall_iiiiiijj"] = Module["asm"]["da"]).apply(null, arguments) -}; -Module["UTF8ToString"] = UTF8ToString; -var calledRun; -dependenciesFulfilled = function runCaller() { - if (!calledRun) run(); - if (!calledRun) dependenciesFulfilled = runCaller -}; - -function callMain(args) { - var entryFunction = Module["_main"]; - var argc = 0; - var argv = 0; - try { - var ret = entryFunction(argc, argv); - exitJS(ret, true); - return ret - } catch (e) { - return handleException(e) - } -} - -function run(args) { - args = args || arguments_; - if (runDependencies > 0) { - return - } - preRun(); - if (runDependencies > 0) { - return - } - - function doRun() { - if (calledRun) return; - calledRun = true; - Module["calledRun"] = true; - if (ABORT) return; - initRuntime(); - preMain(); - if (Module["onRuntimeInitialized"]) Module["onRuntimeInitialized"](); - if (shouldRunNow) callMain(args); - postRun() - } - if (Module["setStatus"]) { - Module["setStatus"]("Running..."); - setTimeout(function () { - setTimeout(function () { - Module["setStatus"]("") - }, 1); - doRun() - }, 1) - } else { - doRun() - } -} -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(); \ No newline at end of file +var Module=typeof Module!="undefined"?Module:{};var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;function logExceptionOnExit(e){if(e instanceof ExitStatus)return;let toLog=e;err("exiting due to exception: "+toLog)}if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(ENVIRONMENT_IS_WORKER){scriptDirectory=nodePath.dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}read_=(filename,binary)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",function(reason){throw reason});quit_=(status,toThrow)=>{if(keepRuntimeAlive()){process["exitCode"]=status;throw toThrow}logExceptionOnExit(toThrow);process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=title=>document.title=title}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(heapOrArray,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx>10,56320|ch&1023)}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&c<=57343){len+=4;++i}else{len+=3}}return len}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||629145600;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;function keepRuntimeAlive(){return noExitRuntime}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 initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();FS.ignorePermissions=false;TTY.init();callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}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)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}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()}}}function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;wasmBinaryFile="nds.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(wasmBinaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(wasmBinaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(wasmBinaryFile)})}function createWasm(){var info={"a":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["t"];updateMemoryViews();wasmTable=Module["asm"]["I"];addOnInit(Module["asm"]["u"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiationResult,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(receiveInstantiationResult)})})}else{return instantiateArrayBuffer(receiveInstantiationResult)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync();return{}}var tempDouble;var tempI64;var ASM_CONSTS={450841:()=>{wasmReady()}};function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}Module["ExitStatus"]=ExitStatus;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){callbacks.shift()(Module)}}Module["callRuntimeCallbacks"]=callRuntimeCallbacks;function getValue(ptr,type="i8"){if(type.endsWith("*"))type="*";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];case"*":return HEAPU32[ptr>>2];default:abort("invalid type for getValue: "+type)}return null}Module["getValue"]=getValue;function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="*";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;case"*":HEAPU32[ptr>>2]=value;break;default:abort("invalid type for setValue: "+type)}}Module["setValue"]=setValue;function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-24;this.set_type=function(type){HEAPU32[this.ptr+4>>2]=type};this.get_type=function(){return HEAPU32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAPU32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAPU32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_adjusted_ptr(0);this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1};this.set_adjusted_ptr=function(adjustedPtr){HEAPU32[this.ptr+16>>2]=adjustedPtr};this.get_adjusted_ptr=function(){return HEAPU32[this.ptr+16>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_type());if(isPointer){return HEAPU32[this.excPtr>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.excPtr}}Module["ExceptionInfo"]=ExceptionInfo;var exceptionLast=0;Module["exceptionLast"]=exceptionLast;var uncaughtExceptionCount=0;Module["uncaughtExceptionCount"]=uncaughtExceptionCount;function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw ptr}Module["___cxa_throw"]=___cxa_throw;function setErrNo(value){HEAP32[___errno_location()>>2]=value;return value}Module["setErrNo"]=setErrNo;var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(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:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname: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:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:function(){var paths=Array.prototype.slice.call(arguments);return PATH.normalize(paths.join("/"))},join2:(l,r)=>{return PATH.normalize(l+"/"+r)}};Module["PATH"]=PATH;function getRandomDevice(){if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){var randomBuffer=new Uint8Array(1);return()=>{crypto.getRandomValues(randomBuffer);return randomBuffer[0]}}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");return()=>crypto_module["randomBytes"](1)[0]}catch(e){}}return()=>abort("randomDevice")}Module["getRandomDevice"]=getRandomDevice;var PATH_FS={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.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=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;i0?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;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(43)}stream.tty=tty;stream.seekable=false},close:function(stream){stream.tty.ops.fsync(stream.tty)},fsync:function(stream){stream.tty.ops.fsync(stream.tty)},read:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i0){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){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};Module["TTY"]=TTY;function zeroMemory(address,size){HEAPU8.fill(0,address,address+size);return address}Module["zeroMemory"]=zeroMemory;function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}Module["alignMemory"]=alignMemory;function mmapAlloc(size){abort()}Module["mmapAlloc"]=mmapAlloc;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(63)}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;parent.timestamp=node.timestamp}return node},getFileDataAsTypedArray:function(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage:function(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>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)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}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[44]},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(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},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(28)}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);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length{assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).');onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},event=>{if(onerror){onerror()}else{throw'Loading data file "'+url+'" failed.'}});if(dep)addRunDependency(dep)}Module["asyncLoad"]=asyncLoad;var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,lookupPath:(path,opts={})=>{path=PATH_FS.resolve(path);if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};opts=Object.assign(defaults,opts);if(opts.recurse_count>8){throw new FS.ErrnoError(32)}var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath: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:(parentid,name)=>{var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:node=>{var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode: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:(parent,name)=>{var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,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:(parent,name,mode,rdev)=>{var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:node=>{FS.hashRemoveNode(node)},isRoot:node=>{return node===node.parent},isMountpoint:node=>{return!!node.mounted},isFile:mode=>{return(mode&61440)===32768},isDir:mode=>{return(mode&61440)===16384},isLink:mode=>{return(mode&61440)===40960},isChrdev:mode=>{return(mode&61440)===8192},isBlkdev:mode=>{return(mode&61440)===24576},isFIFO:mode=>{return(mode&61440)===4096},isSocket:mode=>{return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:str=>{var flags=FS.flagModes[str];if(typeof flags=="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:flag=>{var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:(node,perms)=>{if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:dir=>{var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:(dir,name)=>{try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:(dir,name,isdir)=>{var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:(node,flags)=>{if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:(fd_start=0,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(33)},getStream:fd=>FS.streams[fd],createStream:(stream,fd_start,fd_end)=>{if(!FS.FSStream){FS.FSStream=function(){this.shared={}};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}},flags:{get:function(){return this.shared.flags},set:function(val){this.shared.flags=val}},position:{get:function(){return this.shared.position},set:function(val){this.shared.position=val}}})}stream=Object.assign(new FS.FSStream,stream);var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:fd=>{FS.streams[fd]=null},chrdev_stream_ops:{open: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:()=>{throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice:(dev,ops)=>{FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts: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:(populate,callback)=>{if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("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(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:(type,opts,mountpoint)=>{var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}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(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}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:mountpoint=>{var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:(parent,name)=>{return parent.node_ops.lookup(parent,name)},mknod:(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(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:(path,mode)=>{mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:(path,mode)=>{mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:(path,mode)=>{var dirs=path.split("/");var d="";for(var i=0;i{if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink:(oldpath,newpath)=>{if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename:(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;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}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 errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}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)}},rmdir:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir:path=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink:path=>{var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return PATH_FS.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))},stat:(path,dontFollow)=>{var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat:path=>{return FS.stat(path,true)},chmod:(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(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})},lchmod:(path,mode)=>{FS.chmod(path,mode,true)},fchmod:(fd,mode)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chmod(stream.node,mode)},chown:(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(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown:(path,uid,gid)=>{FS.chown(path,uid,gid,true)},fchown:(fd,uid,gid)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chown(stream.node,uid,gid)},truncate:(path,len)=>{if(len<0){throw new FS.ErrnoError(28)}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(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate:(fd,len)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime:(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:(path,flags,mode)=>{if(path===""){throw new FS.ErrnoError(44)}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(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});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}}return stream},close:stream=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}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)}stream.fd=null},isClosed:stream=>{return stream.fd===null},llseek:(stream,offset,whence)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read:(stream,buffer,offset,length,position)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write:(stream,buffer,offset,length,position,canOwn)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate:(stream,offset,length)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap:(stream,length,position,prot,flags)=>{if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync:(stream,buffer,offset,length,mmapFlags)=>{if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},munmap:stream=>0,ioctl:(stream,cmd,arg)=>{if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile:(path,opts={})=>{opts.flags=opts.flags||0;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:(path,data,opts={})=>{opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir:path=>{var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories:()=>{FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices:()=>{FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>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=getRandomDevice();FS.createDevice("/dev","random",random_device);FS.createDevice("/dev","urandom",random_device);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories:()=>{FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:()=>{var node=FS.createNode(proc_self,"fd",16384|511,73);node.node_ops={lookup:(parent,name)=>{var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path}};ret.parent=ret;return ret}};return node}},{},"/proc/self/fd")},createStandardStreams:()=>{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",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},ensureErrnoError:()=>{if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.node=node;this.setErrno=function(errno){this.errno=errno};this.setErrno(errno);this.message="FS error"};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[44].forEach(code=>{FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack=""})},staticInit:()=>{FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS}},init:(input,output,error)=>{FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()},quit:()=>{FS.init.initialized=false;for(var i=0;i{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode},findObject:(path,dontResolveLastLink)=>{var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath:(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},createPath:(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:(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:(parent,name,data,canRead,canWrite,canOwn)=>{var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(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{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:stream=>{stream.seekable=false},close:stream=>{if(output&&output.buffer&&output.buffer.length){output(10)}},read:(stream,buffer,offset,length,pos)=>{var bytesRead=0;for(var i=0;i{for(var i=0;i{if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return 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(read_){try{obj.contents=intArrayFromString(read_(obj.url),true);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}},createLazyFile:(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=(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);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||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(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;out("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(key=>{var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr:ptr,allocated:true}};node.stream_ops=stream_ops;return node},createPreloadedFile:(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.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)}if(Browser.handledByPreloadPlugin(byteArray,fullname,finish,()=>{if(onerror)onerror();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url,byteArray=>processData(byteArray),onerror)}else{processData(url)}},indexedDB:()=>{return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},DB_NAME:()=>{return"EM_FS_"+window.location.pathname},DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:(paths,onload,onerror)=>{onload=onload||(()=>{});onerror=onerror||(()=>{});var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=()=>{out("creating db");var db=openRequest.result;db.createObjectStore(FS.DB_STORE_NAME)};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(path=>{var putRequest=files.put(FS.analyzePath(path).object.contents,path);putRequest.onsuccess=()=>{ok++;if(ok+fail==total)finish()};putRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror},loadFilesFromDB:(paths,onload,onerror)=>{onload=onload||(()=>{});onerror=onerror||(()=>{});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=()=>{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(path=>{var getRequest=files.get(path);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=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror}};Module["FS"]=FS;var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return PATH.join2(dir,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-54}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAPU32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();tempI64=[Math.floor(atime/1e3)>>>0,(tempDouble=Math.floor(atime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+56>>2]=tempI64[0],HEAP32[buf+60>>2]=tempI64[1];HEAPU32[buf+64>>2]=atime%1e3*1e3;tempI64=[Math.floor(mtime/1e3)>>>0,(tempDouble=Math.floor(mtime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+72>>2]=tempI64[0],HEAP32[buf+76>>2]=tempI64[1];HEAPU32[buf+80>>2]=mtime%1e3*1e3;tempI64=[Math.floor(ctime/1e3)>>>0,(tempDouble=Math.floor(ctime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+88>>2]=tempI64[0],HEAP32[buf+92>>2]=tempI64[1];HEAPU32[buf+96>>2]=ctime%1e3*1e3;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+104>>2]=tempI64[0],HEAP32[buf+108>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream}};Module["SYSCALLS"]=SYSCALLS;function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}var newStream;newStream=FS.createStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 5:{var arg=SYSCALLS.get();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 6:case 7:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}Module["___syscall_fcntl64"]=___syscall_fcntl64;function convertI32PairToI53Checked(lo,hi){return hi+2097152>>>0<4194305-!!lo?(lo>>>0)+hi*4294967296:NaN}Module["convertI32PairToI53Checked"]=convertI32PairToI53Checked;function ___syscall_ftruncate64(fd,length_low,length_high){try{var length=convertI32PairToI53Checked(length_low,length_high);if(isNaN(length))return-61;FS.ftruncate(fd,length);return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}Module["___syscall_ftruncate64"]=___syscall_ftruncate64;function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}Module["___syscall_ioctl"]=___syscall_ioctl;function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return-e.errno}}Module["___syscall_openat"]=___syscall_openat;function readI53FromI64(ptr){return HEAPU32[ptr>>2]+HEAP32[ptr+4>>2]*4294967296}Module["readI53FromI64"]=readI53FromI64;function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}Module["__isLeapYear"]=__isLeapYear;var __MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];Module["__MONTH_DAYS_LEAP_CUMULATIVE"]=__MONTH_DAYS_LEAP_CUMULATIVE;var __MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];Module["__MONTH_DAYS_REGULAR_CUMULATIVE"]=__MONTH_DAYS_REGULAR_CUMULATIVE;function __yday_from_date(date){var isLeapYear=__isLeapYear(date.getFullYear());var monthDaysCumulative=isLeapYear?__MONTH_DAYS_LEAP_CUMULATIVE:__MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday}Module["__yday_from_date"]=__yday_from_date;function __localtime_js(time,tmPtr){var date=new Date(readI53FromI64(time)*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=__yday_from_date(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}Module["__localtime_js"]=__localtime_js;function allocateUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8Array(str,HEAP8,ret,size);return ret}Module["allocateUTF8"]=allocateUTF8;function __tzset_js(timezone,daylight,tzname){var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=allocateUTF8(winterName);var summerNamePtr=allocateUTF8(summerName);if(summerOffset>2]=winterNamePtr;HEAPU32[tzname+4>>2]=summerNamePtr}else{HEAPU32[tzname>>2]=summerNamePtr;HEAPU32[tzname+4>>2]=winterNamePtr}}Module["__tzset_js"]=__tzset_js;function _abort(){abort("")}Module["_abort"]=_abort;var readEmAsmArgsArray=[];Module["readEmAsmArgsArray"]=readEmAsmArgsArray;function readEmAsmArgs(sigPtr,buf){readEmAsmArgsArray.length=0;var ch;buf>>=2;while(ch=HEAPU8[sigPtr++]){buf+=ch!=105&buf;readEmAsmArgsArray.push(ch==105?HEAP32[buf]:HEAPF64[buf++>>1]);++buf}return readEmAsmArgsArray}Module["readEmAsmArgs"]=readEmAsmArgs;function runEmAsmFunction(code,sigPtr,argbuf){var args=readEmAsmArgs(sigPtr,argbuf);return ASM_CONSTS[code].apply(null,args)}Module["runEmAsmFunction"]=runEmAsmFunction;function _emscripten_asm_const_int(code,sigPtr,argbuf){return runEmAsmFunction(code,sigPtr,argbuf)}Module["_emscripten_asm_const_int"]=_emscripten_asm_const_int;function _emscripten_date_now(){return Date.now()}Module["_emscripten_date_now"]=_emscripten_date_now;function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}Module["_emscripten_memcpy_big"]=_emscripten_memcpy_big;function getHeapMax(){return HEAPU8.length}Module["getHeapMax"]=getHeapMax;function abortOnCannotGrowMemory(requestedSize){abort("OOM")}Module["abortOnCannotGrowMemory"]=abortOnCannotGrowMemory;function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;abortOnCannotGrowMemory(requestedSize)}Module["_emscripten_resize_heap"]=_emscripten_resize_heap;var ENV={};Module["ENV"]=ENV;function getExecutableName(){return thisProgram||"./this.program"}Module["getExecutableName"]=getExecutableName;function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}Module["getEnvStrings"]=getEnvStrings;function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}Module["writeAsciiToMemory"]=writeAsciiToMemory;function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}Module["_environ_get"]=_environ_get;function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAPU32[penviron_buf_size>>2]=bufSize;return 0}Module["_environ_sizes_get"]=_environ_sizes_get;function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}Module["_fd_close"]=_fd_close;function doReadv(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}Module["_fd_read"]=_fd_read;function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var offset=convertI32PairToI53Checked(offset_low,offset_high);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}Module["_fd_seek"]=_fd_seek;function doWritev(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(typeof offset!=="undefined"){offset+=curr}}return ret}Module["doWritev"]=doWritev;function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e instanceof FS.ErrnoError))throw e;return e.errno}}Module["_fd_write"]=_fd_write;function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}Module["__arraySum"]=__arraySum;var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];Module["__MONTH_DAYS_LEAP"]=__MONTH_DAYS_LEAP;var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];Module["__MONTH_DAYS_REGULAR"]=__MONTH_DAYS_REGULAR;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}Module["__addDays"]=__addDays;function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}Module["writeArrayToMemory"]=writeArrayToMemory;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?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(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","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};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.length0?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}return thisDate.getFullYear()}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"}return"PM"},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":function(date){var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&__isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!__isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":function(date){return date.tm_wday},"%W":function(date){var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%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"%"}};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}Module["_strftime"]=_strftime;function _strftime_l(s,maxsize,format,tm,loc){return _strftime(s,maxsize,format,tm)}Module["_strftime_l"]=_strftime_l;function _proc_exit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}Module["_proc_exit"]=_proc_exit;function exitJS(status,implicit){EXITSTATUS=status;_proc_exit(status)}Module["exitJS"]=exitJS;function handleException(e){if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)}Module["handleException"]=handleException;var 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};var readMode=292|73;var writeMode=146;Object.defineProperties(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)}}});FS.FSNode=FSNode;FS.staticInit();var asmLibraryArg={"a":___cxa_throw,"d":___syscall_fcntl64,"g":___syscall_ftruncate64,"s":___syscall_ioctl,"r":___syscall_openat,"m":__localtime_js,"l":__tzset_js,"b":_abort,"k":_emscripten_asm_const_int,"j":_emscripten_date_now,"i":_emscripten_memcpy_big,"h":_emscripten_resize_heap,"q":_environ_get,"p":_environ_sizes_get,"c":_fd_close,"o":_fd_read,"f":_fd_seek,"n":_fd_write,"e":_strftime_l};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=function(){return(___wasm_call_ctors=Module["___wasm_call_ctors"]=Module["asm"]["u"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["v"]).apply(null,arguments)};var _setSampleRate=Module["_setSampleRate"]=function(){return(_setSampleRate=Module["_setSampleRate"]=Module["asm"]["w"]).apply(null,arguments)};var _main=Module["_main"]=function(){return(_main=Module["_main"]=Module["asm"]["x"]).apply(null,arguments)};var _prepareRomBuffer=Module["_prepareRomBuffer"]=function(){return(_prepareRomBuffer=Module["_prepareRomBuffer"]=Module["asm"]["y"]).apply(null,arguments)};var _getSymbol=Module["_getSymbol"]=function(){return(_getSymbol=Module["_getSymbol"]=Module["asm"]["z"]).apply(null,arguments)};var _loadROM=Module["_loadROM"]=function(){return(_loadROM=Module["_loadROM"]=Module["asm"]["A"]).apply(null,arguments)};var _savGetSize=Module["_savGetSize"]=function(){return(_savGetSize=Module["_savGetSize"]=Module["asm"]["B"]).apply(null,arguments)};var _savGetPointer=Module["_savGetPointer"]=function(){return(_savGetPointer=Module["_savGetPointer"]=Module["asm"]["C"]).apply(null,arguments)};var _savUpdateChangeFlag=Module["_savUpdateChangeFlag"]=function(){return(_savUpdateChangeFlag=Module["_savUpdateChangeFlag"]=Module["asm"]["D"]).apply(null,arguments)};var _runFrame=Module["_runFrame"]=function(){return(_runFrame=Module["_runFrame"]=Module["asm"]["E"]).apply(null,arguments)};var _fillAudioBuffer=Module["_fillAudioBuffer"]=function(){return(_fillAudioBuffer=Module["_fillAudioBuffer"]=Module["asm"]["F"]).apply(null,arguments)};var _emuSetOpt=Module["_emuSetOpt"]=function(){return(_emuSetOpt=Module["_emuSetOpt"]=Module["asm"]["G"]).apply(null,arguments)};var ___errno_location=Module["___errno_location"]=function(){return(___errno_location=Module["___errno_location"]=Module["asm"]["H"]).apply(null,arguments)};var _htons=Module["_htons"]=function(){return(_htons=Module["_htons"]=Module["asm"]["J"]).apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return(stackSave=Module["stackSave"]=Module["asm"]["K"]).apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return(stackRestore=Module["stackRestore"]=Module["asm"]["L"]).apply(null,arguments)};var stackAlloc=Module["stackAlloc"]=function(){return(stackAlloc=Module["stackAlloc"]=Module["asm"]["M"]).apply(null,arguments)};var ___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=function(){return(___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=Module["asm"]["N"]).apply(null,arguments)};var dynCall_jiji=Module["dynCall_jiji"]=function(){return(dynCall_jiji=Module["dynCall_jiji"]=Module["asm"]["O"]).apply(null,arguments)};var dynCall_viijii=Module["dynCall_viijii"]=function(){return(dynCall_viijii=Module["dynCall_viijii"]=Module["asm"]["P"]).apply(null,arguments)};var dynCall_iiiiij=Module["dynCall_iiiiij"]=function(){return(dynCall_iiiiij=Module["dynCall_iiiiij"]=Module["asm"]["Q"]).apply(null,arguments)};var dynCall_iiiiijj=Module["dynCall_iiiiijj"]=function(){return(dynCall_iiiiijj=Module["dynCall_iiiiijj"]=Module["asm"]["R"]).apply(null,arguments)};var dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=function(){return(dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=Module["asm"]["S"]).apply(null,arguments)};var ___start_em_js=Module["___start_em_js"]=450784;var ___stop_em_js=Module["___stop_em_js"]=450841;var calledRun;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function callMain(args){var entryFunction=Module["_main"];var argc=0;var argv=0;try{var ret=entryFunction(argc,argv);exitJS(ret,true);return ret}catch(e){return handleException(e)}}function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();if(shouldRunNow)callMain(args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}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/public/Repo/ds.44670.org/build/nds.symbols b/public/Repo/ds.44670.org/build/nds.symbols new file mode 100644 index 0000000..9c3928a --- /dev/null +++ b/public/Repo/ds.44670.org/build/nds.symbols @@ -0,0 +1,2213 @@ +0:__cxa_throw +1:abort +2:__wasi_fd_close +3:__syscall_fcntl64 +4:strftime_l +5:legalimport$__wasi_fd_seek +6:legalimport$__syscall_ftruncate64 +7:emscripten_resize_heap +8:emscripten_memcpy_big +9:emscripten_date_now +10:emscripten_asm_const_int +11:_tzset_js +12:_localtime_js +13:__wasi_fd_write +14:__wasi_fd_read +15:__wasi_environ_sizes_get +16:__wasi_environ_get +17:__syscall_openat +18:__syscall_ioctl +19:memset +20:dlfree +21:_MMU_ARM9_read32\28unsigned\20int\29 +22:_MMU_ARM7_read32\28unsigned\20int\29 +23:armcpu_switchMode\28armcpu_t*\2c\20unsigned\20char\29 +24:__memcpy +25:operator\20new\28unsigned\20long\29 +26:\28anonymous\20namespace\29::ColorDistanceARGB::dist\28unsigned\20int\2c\20unsigned\20int\2c\20double\29 +27:_MMU_ARM7_read08\28unsigned\20int\29 +28:_MMU_ARM9_write32\28unsigned\20int\2c\20unsigned\20int\29 +29:puts +30:_MMU_ARM7_write32\28unsigned\20int\2c\20unsigned\20int\29 +31:free_aligned\28void*\29 +32:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +33:_MMU_ARM9_read08\28unsigned\20int\29 +34:memcmp +35:iprintf +36:_MMU_ARM7_read16\28unsigned\20int\29 +37:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:v15006\5d\28unsigned\20long\29 +38:_MMU_ARM7_write08\28unsigned\20int\2c\20unsigned\20char\29 +39:malloc_aligned\28unsigned\20long\2c\20unsigned\20long\29 +40:Logger::log\28unsigned\20int\2c\20char\20const*\2c\20unsigned\20int\2c\20char\20const*\2c\20...\29 +41:_MMU_ARM9_read16\28unsigned\20int\29 +42:_MMU_ARM9_write08\28unsigned\20int\2c\20unsigned\20char\29 +43:strlen +44:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:v15006\5d\28wchar_t\20const*\29 +45:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:v15006\5d\28char\20const*\29 +46:bool\20std::__2::operator==\5babi:v15006\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +47:bool\20std::__2::operator==\5babi:v15006\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +48:__shgetc +49:SoftAPCommInterface::~SoftAPCommInterface\28\29 +50:void\20GPUEngineBase::_TransitionLineNativeToCustom<\28NDSColorFormat\29536895878>\28GPUEngineCompositorInfo&\29 +51:std::__2::__cloc\28\29 +52:dlmalloc +53:_MMU_ARM7_write16\28unsigned\20int\2c\20unsigned\20short\29 +54:void\20GPUEngineBase::_PrecompositeNativeToCustomLineBG\28GPUEngineCompositorInfo&\29 +55:__multf3 +56:__unlockfile +57:SNDDummyInit\28int\29 +58:std::__2::locale::id::__get\28\29 +59:memmove +60:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 +61:void\20std::__2::__tree_balance_after_insert*>\28std::__2::__tree_node_base*\2c\20std::__2::__tree_node_base*\29 +62:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +63:_MMU_ARM9_write16\28unsigned\20int\2c\20unsigned\20short\29 +64:std::__2::__tree_node_base*&\20std::__2::__tree\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>\2c\20std::__2::__map_value_compare\2c\20std::__2::allocator>\2c\20std::__2::__value_type\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>\2c\20std::__2::less\2c\20std::__2::allocator>>\2c\20true>\2c\20std::__2::allocator\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>>>::__find_equal\2c\20std::__2::allocator>>\28std::__2::__tree_end_node*>*&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +65:atoi +66:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 +67:std::__2::__throw_bad_cast\5babi:v15006\5d\28\29 +68:siprintf +69:mass_replace\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +70:std::__2::istreambuf_iterator>::operator++\5babi:v15006\5d\28\29 +71:std::__2::istreambuf_iterator>::operator++\5babi:v15006\5d\28\29 +72:_SPU_ChanUpdate\28bool\2c\20SPU_struct*\2c\20channel_struct*\29 +73:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:v15006\5d\28\29\20const +74:read_timer\28int\2c\20int\29 +75:GPUEngineBase::ParseReg_BGnCNT\28GPULayerID\29 +76:void\20GPUEngineBase::_TransitionLineNativeToCustom<\28NDSColorFormat\29536891717>\28GPUEngineCompositorInfo&\29 +77:out +78:fclose +79:__multi3 +80:void\20GPUEngineBase::_RenderLine_BGExtended<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20true\2c\20true>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20bool&\29 +81:void\20CopyLineExpandHinted<65535\2c\20false\2c\20false\2c\20false\2c\202ul>\28void\20const*\2c\20unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +82:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:v15006\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +83:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char\20const*\2c\20unsigned\20long\29 +84:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +85:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 +86:pad +87:__ashlti3 +88:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 +89:DummyPCapInterface::freealldevs\28void*\29 +90:std::__2::ctype\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +91:fseek +92:unsigned\20int\20OP_STC_OPTION<1>\28unsigned\20int\29 +93:unsigned\20int\20OP_STC_OPTION<0>\28unsigned\20int\29 +94:std::__2::ctype\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +95:fwrite +96:__addtf3 +97:strncasecmp +98:std::__2::vector\2c\20std::__2::allocator>\2c\20std::__2::allocator\2c\20std::__2::allocator>>>::__throw_length_error\5babi:v15006\5d\28\29\20const +99:std::__2::char_traits::copy\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +100:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:v15006\5d\28\29 +101:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\29 +102:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 +103:fread +104:__floatsitf +105:std::__2::basic_string\2c\20std::__2::allocator>::append\28unsigned\20long\2c\20char\29 +106:fopen +107:__dynamic_cast +108:std::__2::moneypunct::do_grouping\28\29\20const +109:TestForLoop2\28SPU_struct*\2c\20channel_struct*\29 +110:std::exception::~exception\28\29 +111:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const +112:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator\20const&\29 +113:std::__2::__libcpp_locale_guard::__libcpp_locale_guard\5babi:v15006\5d\28__locale_struct*&\29 +114:__shlim +115:void\20CopyLineExpandHinted<65535\2c\20true\2c\20false\2c\20false\2c\204ul>\28void\20const*\2c\20unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +116:strncpy +117:std::__throw_bad_array_new_length\5babi:v15006\5d\28\29 +118:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 +119:std::__2::char_traits::copy\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 +120:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:v15006\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +121:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 +122:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +123:int\20std::__2::__get_up_to_n_digits>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +124:int\20std::__2::__get_up_to_n_digits>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +125:__extenddftf2 +126:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +127:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const +128:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 +129:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 +130:ftell +131:MMU_VRAMmapControl\28unsigned\20char\2c\20unsigned\20char\29 +132:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20false\2c\20true\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +133:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536904200\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +134:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20\28GPULayerType\291\2c\20true>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +135:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +136:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20\28GPULayerType\291\2c\20true>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +137:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +138:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20\28GPULayerType\291\2c\20true>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +139:void\20GPUEngineBase::_CompositeVRAMLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20void\20const*\29 +140:void\20CopyLineExpandHinted<65535\2c\20true\2c\20false\2c\20false\2c\202ul>\28void\20const*\2c\20unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +141:unsigned\20int\20std::__2::__sort4\28int*\2c\20int*\2c\20int*\2c\20int*\2c\20bool\20\28*&\29\28int\2c\20int\29\29 +142:triggerDma\28EDMAMode\29 +143:strcpy +144:std::__2::moneypunct::do_pos_format\28\29\20const +145:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:v15006\5d\28\29 +146:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:v15006\5d\28\29 +147:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 +148:memchr +149:fflush +150:SNDDummyDeInit\28\29 +151:GPUEngineBase::ParseReg_WINOUT\28\29 +152:GPUEngineBase::ParseReg_WININ\28\29 +153:GPUEngineBase::ParseReg_MOSAIC\28\29 +154:GPUEngineBase::ParseReg_BLDCNT\28\29 +155:GPUEngineBase::ParseReg_BLDALPHA\28\29 +156:DmaController::exec\28\29 +157:vsnprintf +158:void\20std::__2::reverse\5babi:v15006\5d\28char*\2c\20char*\29 +159:unsigned\20int\20MMU_struct::gen_IF<0>\28\29 +160:strchr +161:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 +162:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:v15006\5d\28char\20const*\29 +163:scalbn +164:bool\20GFX3D_Clipper::ClipPoly<\28ClipperMode\290>\28unsigned\20short\2c\20POLY\20const&\2c\20VERT\20const**\29 +165:__lshrti3 +166:__lockfile +167:__letf2 +168:__cxa_atexit +169:GPUEventHandlerDefault::DidFrameEnd\28bool\2c\20NDSDisplayInfo\20const&\29 +170:GPUEngineBase::_ResortBGLayers\28\29 +171:void\20std::__2::__double_or_nothing\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 +172:void\20GPUEngineBase::_RenderLine_BGExtended<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20true\2c\20true>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20bool&\29 +173:void\20GPUEngineBase::_RenderLine_BGExtended<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20true\2c\20true>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20bool&\29 +174:void\20GPUEngineBase::_RenderLine_BGExtended<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20true\2c\20true>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20bool&\29 +175:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +176:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +177:std::__2::char_traits::move\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +178:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:v15006\5d\28wchar_t\20const*\29 +179:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 +180:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 +181:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 +182:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:v15006\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +183:sbrk +184:fmt_u +185:dlrealloc +186:armcpu_init\28armcpu_t*\2c\20unsigned\20int\29 +187:__uflow +188:__floatunsitf +189:__cxa_allocate_exception +190:WIFI_TXStart\28WifiTXLocIndex\2c\20IOREG_W_TXBUF_LOCATION&\29 +191:TRAPUNDEF\28armcpu_t*\29 +192:SetVertex\28\29 +193:MatrixMultiply\28int\20\28&\29\20\5b16\5d\2c\20int\20const\20\28&\29\20\5b16\5d\29 +194:GPUSubsystem::PostprocessDisplay\28NDSDisplayID\2c\20NDSDisplayInfo&\29 +195:GPUEngineBase::_RenderLine_SetupSprites\28GPUEngineCompositorInfo&\29 +196:GPUEngineBase::ResolveToCustomFramebuffer\28NDSDisplayInfo&\29 +197:GPUEngineBase::ParseReg_DISPCNT\28\29 +198:GPUEngineBase::ParseReg_BLDY\28\29 +199:Deposterize_BlendPixel\28unsigned\20int\20const*\29 +200:BackupDevice::ensure\28unsigned\20int\2c\20unsigned\20char\2c\20EMUFILE*\29 +201:writereg_POWCNT1\28int\2c\20unsigned\20int\2c\20unsigned\20int\29 +202:std::__2::ios_base::~ios_base\28\29 +203:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +204:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 +205:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 +206:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 +207:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 +208:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const +209:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 +210:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:v15006\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +211:sscanf +212:init2\28unsigned\20int*\2c\20unsigned\20int*\29 +213:execdiv\28\29 +214:__overflow +215:WIFI_read16\28unsigned\20int\29 +216:SPU_struct::KeyOn\28int\29 +217:SNDDummyFetchSamples\28short*\2c\20unsigned\20long\2c\20ESynchMode\2c\20ISynchronizingAudioBuffer*\29 +218:ISlot1Interface::read_GCDATAIN\28unsigned\20char\29 +219:ClipperPlane<\28ClipperMode\292\2c\202\2c\201\2c\20ClipperOutput>::clipVert\28VERT\20const*\29 +220:ClipperPlane<\28ClipperMode\292\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\201\2c\20ClipperOutput>>::clipVert\28VERT\20const*\29 +221:ClipperPlane<\28ClipperMode\292\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\201\2c\20ClipperOutput>>>::clipVert\28VERT\20const*\29 +222:ClipperPlane<\28ClipperMode\292\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\201\2c\20ClipperOutput>>>>::clipVert\28VERT\20const*\29 +223:ClipperPlane<\28ClipperMode\292\2c\200\2c\201\2c\20ClipperPlane<\28ClipperMode\292\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\201\2c\20ClipperOutput>>>>>::clipVert\28VERT\20const*\29 +224:ClipperPlane<\28ClipperMode\291\2c\202\2c\201\2c\20ClipperOutput>::clipVert\28VERT\20const*\29 +225:ClipperPlane<\28ClipperMode\291\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\201\2c\20ClipperOutput>>::clipVert\28VERT\20const*\29 +226:ClipperPlane<\28ClipperMode\291\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\201\2c\20ClipperOutput>>>::clipVert\28VERT\20const*\29 +227:ClipperPlane<\28ClipperMode\291\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\201\2c\20ClipperOutput>>>>::clipVert\28VERT\20const*\29 +228:ClipperPlane<\28ClipperMode\291\2c\200\2c\201\2c\20ClipperPlane<\28ClipperMode\291\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\201\2c\20ClipperOutput>>>>>::clipVert\28VERT\20const*\29 +229:ClipperPlane<\28ClipperMode\290\2c\202\2c\201\2c\20ClipperOutput>::clipVert\28VERT\20const*\29 +230:ClipperPlane<\28ClipperMode\290\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\201\2c\20ClipperOutput>>::clipVert\28VERT\20const*\29 +231:ClipperPlane<\28ClipperMode\290\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\201\2c\20ClipperOutput>>>::clipVert\28VERT\20const*\29 +232:ClipperPlane<\28ClipperMode\290\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\201\2c\20ClipperOutput>>>>::clipVert\28VERT\20const*\29 +233:ClipperPlane<\28ClipperMode\290\2c\200\2c\201\2c\20ClipperPlane<\28ClipperMode\290\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\201\2c\20ClipperOutput>>>>>::clipVert\28VERT\20const*\29 +234:CheatWrite\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +235:write_timer\28int\2c\20int\2c\20unsigned\20short\29 +236:write_auxspicnt\28int\2c\20int\2c\20int\2c\20int\29 +237:void\20std::__2::reverse\5babi:v15006\5d\28unsigned\20int*\2c\20unsigned\20int*\29 +238:void\20std::__2::__introsort\28int*\2c\20int*\2c\20bool\20\28*&\29\28int\2c\20int\29\2c\20std::__2::iterator_traits::difference_type\29 +239:void\20RasterizerUnit::_sort_verts\28\29 +240:void\20RasterizerUnit::_sort_verts\28\29 +241:void\20RasterizerUnit::_sort_verts\28\29 +242:void\20RasterizerUnit::_sort_verts\28\29 +243:void\20RasterizerUnit::_sort_verts\28\29 +244:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20false\2c\20true\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20true>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +245:void\20GPUEngineBase::_CompositeLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20\28GPULayerType\291\2c\20true>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +246:void\20GPUEngineBase::_CompositeLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +247:void\20GPUEngineBase::_CompositeLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20\28GPULayerType\291\2c\20true>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +248:void\20GPUEngineBase::_CompositeLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +249:void\20GPUEngineBase::_CompositeLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20\28GPULayerType\291\2c\20true>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +250:void\20GPUEngineBase::_CompositeLineDeferred<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20\28GPULayerType\291\2c\20false>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +251:void\20GPUEngineBase::UpdateRenderStates<\28NDSColorFormat\29536891717>\28unsigned\20long\29 +252:ungetc +253:strtoul +254:strcmp +255:std::__2::moneypunct::do_decimal_point\28\29\20const +256:std::__2::moneypunct::do_decimal_point\28\29\20const +257:std::__2::codecvt::do_max_length\28\29\20const +258:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +259:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +260:std::__2::basic_string\2c\20std::__2::allocator>::rfind\28char\2c\20unsigned\20long\29\20const +261:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:v15006\5d\28char*\2c\20unsigned\20long\29 +262:std::__2::basic_ostream>::~basic_ostream\28\29 +263:std::__2::basic_istream>::~basic_istream\28\29 +264:std::__2::basic_ios>::init\5babi:v15006\5d\28std::__2::basic_streambuf>*\29 +265:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 +266:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +267:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +268:mbrtowc +269:getc +270:dispose_chunk +271:bool\20std::__2::__insertion_sort_incomplete\28int*\2c\20int*\2c\20bool\20\28*&\29\28int\2c\20int\29\29 +272:__toread +273:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +274:WifiHandler::CommStop\28\29 +275:WIFI_triggerIRQ\28WifiIRQ\29 +276:Slot1Comp_Rom::read\28\29 +277:SPU_struct::WriteLong\28unsigned\20int\2c\20unsigned\20int\29 +278:SPU_struct::SPU_struct\28int\29 +279:ParseReg_DISP3DCNT\28\29 +280:NocashMessage\28armcpu_t*\2c\20int\29 +281:MMU_struct_new::write_dma\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +282:MMU_IPCSync\28unsigned\20char\2c\20unsigned\20int\29 +283:IdeasLog\28armcpu_t*\29 +284:IPC_FIFOcnt\28unsigned\20char\2c\20unsigned\20short\29 +285:GameInfo::loadROM\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20unsigned\20int\29 +286:GPUEngineBase::~GPUEngineBase\28\29 +287:GPUEngineBase::ParseReg_MASTER_BRIGHT\28\29 +288:GFX_FIFOsend\28unsigned\20char\2c\20unsigned\20int\29 +289:EMUFILE_FILE::get_fp\28\29 +290:CHEATSEXPORT::R4decrypt\28unsigned\20char*\2c\20unsigned\20int\2c\20unsigned\20int\29 +291:AdhocCommInterface::Start\28WifiHandler*\29 +292:wcslen +293:wcrtomb +294:wchar_t\20const*\20std::__2::find\5babi:v15006\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 +295:void\20std::__2::__introsort\28TextureStore**\2c\20TextureStore**\2c\20bool\20\28*&\29\28TextureStore*\2c\20TextureStore*\29\2c\20std::__2::iterator_traits::difference_type\29 +296:void\20MMU_writeToGCControl<1>\28unsigned\20int\29 +297:void\20MMU_writeToGCControl<0>\28unsigned\20int\29 +298:void\20GPUEngineBase::_CompositeNativeLineOBJ<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20true>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20FragmentColor\20const*\29 +299:void\20GPUEngineBase::_CompositeNativeLineOBJ<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20false>\28GPUEngineCompositorInfo&\2c\20unsigned\20short\20const*\2c\20FragmentColor\20const*\29 +300:void\20FetchADPCMData<\28SPUInterpolationMode\292>\28channel_struct*\2c\20int*\29 +301:void\20FetchADPCMData<\28SPUInterpolationMode\291>\28channel_struct*\2c\20int*\29 +302:void\20FetchADPCMData<\28SPUInterpolationMode\290>\28channel_struct*\2c\20int*\29 +303:void\20Fetch8BitData<\28SPUInterpolationMode\292>\28channel_struct*\2c\20int*\29 +304:void\20Fetch8BitData<\28SPUInterpolationMode\291>\28channel_struct*\2c\20int*\29 +305:void\20Fetch16BitData<\28SPUInterpolationMode\292>\28channel_struct\20const*\2c\20int*\29 +306:void\20Fetch16BitData<\28SPUInterpolationMode\291>\28channel_struct\20const*\2c\20int*\29 +307:vfprintf +308:strtox.1194 +309:strtox +310:strtoull_l +311:strcasecmp +312:std::logic_error::~logic_error\28\29.1 +313:std::__2::time_put>>::~time_put\5babi:v15006\5d\28\29 +314:std::__2::pair\20std::__2::__copy_impl\5babi:v15006\5d\28char\20const*\2c\20char\20const*\2c\20char*\29 +315:std::__2::locale::locale\28\29 +316:std::__2::ios_base::setstate\5babi:v15006\5d\28unsigned\20int\29 +317:std::__2::deque>::__add_back_capacity\28\29 +318:std::__2::codecvt\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +319:std::__2::codecvt\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +320:std::__2::char_traits::assign\28char*\2c\20unsigned\20long\2c\20char\29 +321:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 +322:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +323:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +324:std::__2::basic_streambuf>::~basic_streambuf\28\29.1 +325:std::__2::basic_streambuf>::~basic_streambuf\28\29.1 +326:std::__2::basic_ostream>::flush\28\29 +327:std::__2::basic_ostream>::basic_ostream\5babi:v15006\5d\28std::__2::basic_streambuf>*\29 +328:std::__2::basic_ostream>::~basic_ostream\28\29.1 +329:std::__2::basic_ostream>::sentry::~sentry\28\29 +330:std::__2::basic_ostream>::flush\28\29 +331:std::__2::basic_ostream>::basic_ostream\5babi:v15006\5d\28std::__2::basic_streambuf>*\29 +332:std::__2::basic_istream>::~basic_istream\28\29.1 +333:std::__2::basic_ios>::~basic_ios\28\29.1 +334:std::__2::__wrap_iter::operator+\5babi:v15006\5d\28long\29\20const +335:std::__2::__wrap_iter::operator+\5babi:v15006\5d\28long\29\20const +336:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 +337:std::__2::__tree\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>\2c\20std::__2::__map_value_compare\2c\20std::__2::allocator>\2c\20std::__2::__value_type\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>\2c\20std::__2::less\2c\20std::__2::allocator>>\2c\20true>\2c\20std::__2::allocator\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>>>::destroy\28std::__2::__tree_node\2c\20std::__2::allocator>\2c\20void\20\28MovieData::*\29\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29>\2c\20void*>*\29 +338:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 +339:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 +340:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 +341:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 +342:std::__2::__libcpp_wcrtomb_l\5babi:v15006\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 +343:rtcWrite\28unsigned\20short\29 +344:readreg_POWCNT1\28int\2c\20unsigned\20int\29 +345:getenv +346:execsqrt\28\29 +347:crc32 +348:char\20const*\20std::__2::find\5babi:v15006\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 +349:bool\20validateIORegsWrite<\28unsigned\20char\291>\28unsigned\20int\2c\20unsigned\20char\2c\20unsigned\20int\29 +350:bool\20validateIORegsWrite<\28unsigned\20char\290>\28unsigned\20int\2c\20unsigned\20char\2c\20unsigned\20int\29 +351:armcp15_t::maskPrecalc\28\29 +352:__trunctfdf2 +353:__towrite +354:__subtf3 +355:__fwritex +356:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const +357:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +358:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +359:__cos +360:_KEY1::applyKeycode\28unsigned\20char\29 +361:WIFI_write16\28unsigned\20int\2c\20unsigned\20short\29 +362:WIFI_GenerateRXHeader\28unsigned\20char\20const*\2c\20unsigned\20short\2c\20bool\2c\20unsigned\20short\29 +363:Slot1InfoSimple::name\28\29\20const +364:PathInfo::extension\28\29 +365:NDS_ApplyFirmwareSettingsWithConfig\28NDSFirmwareData*\2c\20FirmwareConfig\20const&\29 +366:ISlot2Interface::readLong\28unsigned\20char\2c\20unsigned\20int\29 +367:GPUSubsystem::UpdateRenderProperties\28\29 +368:GPUEngineBase::_Reset_Base\28\29 +369:GPUEngineBase::_PerformWindowTesting\28GPUEngineCompositorInfo&\29 +370:GPUEngineA::ParseReg_DISPCAPCNT\28\29 +371:wctomb +372:wchar_t*\20std::__2::copy\5babi:v15006\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 +373:vsscanf +374:void\20std::__2::__tree_remove*>\28std::__2::__tree_node_base*\2c\20std::__2::__tree_node_base*\29 +375:void\20std::__2::__double_or_nothing\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 +376:void\20TextureStore::Unpack<\28TextureStoreUnpackFormat\291>\28unsigned\20int*\29 +377:void\20RasterizerUnit::_shape_engine\28POLYGON_ATTR\2c\20bool\2c\20FragmentColor*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 +378:void\20RasterizerUnit::_shape_engine\28POLYGON_ATTR\2c\20bool\2c\20FragmentColor*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 +379:void\20RasterizerUnit::_shape_engine\28POLYGON_ATTR\2c\20bool\2c\20FragmentColor*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 +380:void\20RasterizerUnit::_shape_engine\28POLYGON_ATTR\2c\20bool\2c\20FragmentColor*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 +381:void\20GPUEngineBase::_RenderSprite16\28GPUEngineCompositorInfo&\2c\20unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20unsigned\20short\20const*\2c\20OBJMode\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20short*\2c\20unsigned\20char*\2c\20unsigned\20char*\2c\20unsigned\20char*\29 +382:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\293\2c\20\28NDSColorFormat\29536904200\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +383:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\293\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +384:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\293\2c\20\28NDSColorFormat\29536895878\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +385:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\293\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +386:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\293\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +387:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\293\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +388:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536904200\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +389:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +390:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536895878\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +391:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +392:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +393:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\292\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +394:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536904200\2c\20true\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +395:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536904200\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +396:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +397:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +398:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536895878\2c\20true\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +399:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536895878\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +400:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +401:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +402:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +403:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +404:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +405:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\291\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +406:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20true\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +407:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +408:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +409:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536904200\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +410:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20true\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +411:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +412:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +413:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536895878\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +414:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +415:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20true\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +416:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20true\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +417:void\20GPUEngineBase::_RenderPixelIterate_Final<\28GPUCompositorMode\29100\2c\20\28NDSColorFormat\29536891717\2c\20false\2c\20false\2c\20false\2c\20&rot_256_map\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20char&\2c\20unsigned\20short&\29\2c\20false>\28GPUEngineCompositorInfo&\2c\20IOREG_BGnParameter\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20short\20const*\29 +418:void\20GPUEngineBase::_RenderLine_Layers<\28NDSColorFormat\29536904200\2c\20true>\28GPUEngineCompositorInfo&\29 +419:void\20GPUEngineBase::_RenderLine_Layers<\28NDSColorFormat\29536904200\2c\20false>\28GPUEngineCompositorInfo&\29 +420:void\20GPUEngineBase::_RenderLine_Layers<\28NDSColorFormat\29536895878\2c\20true>\28GPUEngineCompositorInfo&\29 +421:void\20GPUEngineBase::_RenderLine_Layers<\28NDSColorFormat\29536895878\2c\20false>\28GPUEngineCompositorInfo&\29 +422:void\20GPUEngineBase::_RenderLine_Layers<\28NDSColorFormat\29536891717\2c\20true>\28GPUEngineCompositorInfo&\29 +423:void\20GPUEngineBase::_RenderLine_Layers<\28NDSColorFormat\29536891717\2c\20false>\28GPUEngineCompositorInfo&\29 +424:void\20GPUEngineBase::UpdateRenderStates<\28NDSColorFormat\29536895878>\28unsigned\20long\29 +425:void\20GPUEngineBase::ApplyMasterBrightness<\28NDSColorFormat\29536904200\2c\20false>\28void*\2c\20unsigned\20long\2c\20GPUMasterBrightMode\2c\20unsigned\20char\29 +426:void\20GPUEngineBase::ApplyMasterBrightness<\28NDSColorFormat\29536904200>\28NDSDisplayInfo\20const&\29 +427:void\20GPUEngineA::_RenderLine_DisplayCaptureCustom<\28NDSColorFormat\29536891717\2c\20256ul>\28IOREG_DISPCAPCNT\20const&\2c\20GPUEngineLineInfo\20const&\2c\20bool\2c\20bool\2c\20void\20const*\2c\20void\20const*\2c\20void*\29 +428:void\20GPUEngineA::_RenderLine_DisplayCaptureCustom<\28NDSColorFormat\29536891717\2c\20128ul>\28IOREG_DISPCAPCNT\20const&\2c\20GPUEngineLineInfo\20const&\2c\20bool\2c\20bool\2c\20void\20const*\2c\20void\20const*\2c\20void*\29 +429:void\20CopyLineExpandHinted<65535\2c\20true\2c\20false\2c\20false\2c\201ul>\28void\20const*\2c\20unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +430:void\20CopyLineExpandHinted<65535\2c\20false\2c\20false\2c\20false\2c\201ul>\28GPUEngineLineInfo\20const&\2c\20void\20const*\2c\20void*\29 +431:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29.1 +432:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 +433:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29.1 +434:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 +435:vfiprintf +436:unsigned\20short\20std::__2::__num_get_unsigned_integral\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +437:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +438:unsigned\20int\20std::__2::__num_get_unsigned_integral\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +439:unsigned\20int\20intrWaitARM<0>\28\29 +440:unsigned\20int\20bios_nop<0>\28\29 +441:unsigned\20int\20armcpu_exec<0>\28\29 +442:unsigned\20int\20SoftReset<0>\28\29 +443:strtoll_l +444:strcat +445:store_int +446:std::logic_error::~logic_error\28\29 +447:std::logic_error::logic_error\28char\20const*\29 +448:std::__2::vector>::max_size\28\29\20const +449:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +450:std::__2::vector>::__clear\5babi:v15006\5d\28\29 +451:std::__2::vector>::__base_destruct_at_end\5babi:v15006\5d\28std::__2::locale::facet**\29 +452:std::__2::unique_ptr::operator=\5babi:v15006\5d\28std::__2::unique_ptr&&\29 +453:std::__2::time_put>>::~time_put\5babi:v15006\5d\28\29.1 +454:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +455:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +456:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +457:std::__2::time_get>>::do_date_order\28\29\20const +458:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +459:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +460:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +461:std::__2::ostreambuf_iterator>::operator=\5babi:v15006\5d\28wchar_t\29 +462:std::__2::ostreambuf_iterator>::operator=\5babi:v15006\5d\28char\29 +463:std::__2::numpunct::~numpunct\28\29.1 +464:std::__2::numpunct::~numpunct\28\29.1 +465:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +466:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +467:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +468:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +469:std::__2::moneypunct::do_negative_sign\28\29\20const +470:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +471:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:v15006\5d>\28std::__2::locale\20const&\29 +472:std::__2::moneypunct::do_negative_sign\28\29\20const +473:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 +474:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 +475:std::__2::locale::__imp::~__imp\28\29.1 +476:std::__2::istreambuf_iterator>::operator++\5babi:v15006\5d\28int\29 +477:std::__2::istreambuf_iterator>::__test_for_eof\5babi:v15006\5d\28\29\20const +478:std::__2::istreambuf_iterator>::operator++\5babi:v15006\5d\28int\29 +479:std::__2::istreambuf_iterator>::__test_for_eof\5babi:v15006\5d\28\29\20const +480:std::__2::ios_base::clear\28unsigned\20int\29 +481:std::__2::deque>::__add_back_capacity\28\29 +482:std::__2::ctype::~ctype\28\29.1 +483:std::__2::codecvt::~codecvt\28\29.1 +484:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +485:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +486:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const +487:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const +488:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +489:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const +490:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const +491:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:v15006\5d\28unsigned\20long\2c\20wchar_t\29 +492:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:v15006\5d\28wchar_t\20const*\2c\20wchar_t\20const*\29 +493:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 +494:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +495:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:v15006\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 +496:std::__2::basic_string\2c\20std::__2::allocator>::__throw_out_of_range\5babi:v15006\5d\28\29\20const +497:std::__2::basic_string\2c\20std::__2::allocator>::__init\28char\20const*\2c\20unsigned\20long\29 +498:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 +499:std::__2::basic_streambuf>::~basic_streambuf\28\29 +500:std::__2::basic_streambuf>::sbumpc\5babi:v15006\5d\28\29 +501:std::__2::basic_streambuf>::basic_streambuf\28\29 +502:std::__2::basic_streambuf>::~basic_streambuf\28\29 +503:std::__2::basic_streambuf>::underflow\28\29 +504:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 +505:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +506:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +507:std::__2::basic_streambuf>::sbumpc\5babi:v15006\5d\28\29 +508:std::__2::basic_streambuf>::basic_streambuf\28\29 +509:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 +510:std::__2::basic_ios>::~basic_ios\28\29 +511:std::__2::allocator_traits>::deallocate\5babi:v15006\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 +512:std::__2::allocator::allocate\5babi:v15006\5d\28unsigned\20long\29 +513:std::__2::__unwrap_iter_impl::__rewrap\5babi:v15006\5d\28char*\2c\20char*\29 +514:std::__2::__time_put::__time_put\5babi:v15006\5d\28\29 +515:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const +516:std::__2::__throw_length_error\5babi:v15006\5d\28char\20const*\29 +517:std::__2::__stdoutbuf::sync\28\29 +518:std::__2::__stdoutbuf::__stdoutbuf\28_IO_FILE*\2c\20__mbstate_t*\29 +519:std::__2::__stdoutbuf::__stdoutbuf\28_IO_FILE*\2c\20__mbstate_t*\29 +520:std::__2::__stdinbuf::__getchar\28bool\29 +521:std::__2::__stdinbuf::__getchar\28bool\29 +522:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +523:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +524:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +525:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +526:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +527:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +528:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +529:std::__2::__libcpp_mbrtowc_l\5babi:v15006\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 +530:std::__2::__libcpp_mb_cur_max_l\5babi:v15006\5d\28__locale_struct*\29 +531:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:v15006\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 +532:snprintf +533:scanexp +534:scalbnl +535:putchar +536:printf_core +537:pop_arg +538:msgFakeWarn\28char\20const*\2c\20...\29 +539:mbsrtowcs +540:long\20std::__2::__num_get_signed_integral\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +541:long\20long\20std::__2::__num_get_signed_integral\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +542:long\20double\20std::__2::__num_get_float\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +543:gfx3d_GenerateRenderLists\28ClipperMode\29 +544:getint +545:frexp +546:freelocale +547:fmodl +548:float\20std::__2::__num_get_float\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +549:fgets +550:double\20std::__2::__num_get_float\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +551:cos +552:copysignl +553:char*\20std::__2::copy\5babi:v15006\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 +554:char*\20std::__2::copy\5babi:v15006\5d\28char\20const*\2c\20char\20const*\2c\20char*\29 +555:armcpu_irqException\28armcpu_t*\29 +556:armcp15_t::moveCP2ARM\28unsigned\20int*\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\29 +557:armcp15_t::moveARM2CP\28unsigned\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\29 +558:arm7_prefetch32\28void*\2c\20unsigned\20int\29 +559:arm7_prefetch16\28void*\2c\20unsigned\20int\29 +560:__vfprintf_internal +561:__trunctfsf2 +562:__time +563:__strchrnul +564:__sin +565:__getf2 +566:__get_locale +567:__ftello_unlocked +568:__fseeko_unlocked +569:__floatscan +570:__divtf3 +571:__cxxabiv1::__pointer_to_member_type_info::can_catch_nested\28__cxxabiv1::__shim_type_info\20const*\29\20const +572:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +573:WifiHandler::_SoftAPTrySendPacket\28TXPacketHeader\20const&\2c\20unsigned\20char\20const*\29 +574:WifiHandler::CommSendPacket\28TXPacketHeader\20const&\2c\20unsigned\20char\20const*\29 +575:TextureCache::Evict\28\29 +576:SoftRasterizerRenderer::~SoftRasterizerRenderer\28\29.1 +577:Slot1_Retail_NAND::slot1client_startOperation\28eSlot1Operation\29 +578:Slot1_Retail_NAND::slot1client_read_GCDATAIN\28eSlot1Operation\29 +579:Slot1InfoSimple::id\28\29\20const +580:Slot1Comp_Protocol::write_command\28GC_Command\29 +581:Slot1Comp_Protocol::savestate\28EMUFILE&\29 +582:Slot1Comp_Protocol::loadstate\28EMUFILE&\29 +583:SPU_struct::WriteWord\28unsigned\20int\2c\20unsigned\20short\29 +584:SPU_struct::WriteByte\28unsigned\20int\2c\20unsigned\20char\29 +585:SPU_MixAudio\28bool\2c\20SPU_struct*\2c\20int\29 +586:SPU_Init\28int\2c\20int\29 +587:SPU_ChangeSoundCore\28int\2c\20int\29 +588:Render3D::Render3D\28\29 +589:PathInfo::getpathnoext\28PathInfo::KnownPath\2c\20char*\29 +590:PathInfo::SwitchPath\28PathInfo::Action\2c\20PathInfo::KnownPath\2c\20char*\29 +591:NDS_GetDefaultFirmwareConfig\28FirmwareConfig&\29 +592:MMU_writeToSPIData\28unsigned\20short\29 +593:MMU_struct_new::MMU_struct_new\28\29 +594:IPC_FIFOsend\28unsigned\20char\2c\20unsigned\20int\29 +595:IPC_FIFOrecv\28unsigned\20char\29 +596:GPUSubsystem::Change3DRendererByID\28int\29 +597:GPUEngineBase::~GPUEngineBase\28\29.1 +598:GPUEngineBase::_InitLUTs\28\29 +599:GPUEngineBase::SetCustomFramebufferSize\28unsigned\20long\2c\20unsigned\20long\29 +600:GEM_TransformVertex\28int\20const\20\28&\29\20\5b16\5d\2c\20int\20\28&\29\20\5b4\5d\29 +601:DateTime::get_Now\28\29 +602:DSI_TSC::read16\28\29 +603:ClipperPlane<\28ClipperMode\292\2c\200\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\200\2c\201\2c\20ClipperPlane<\28ClipperMode\292\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\292\2c\202\2c\201\2c\20ClipperOutput>>>>>>::clipVert\28VERT\20const*\29 +604:ClipperPlane<\28ClipperMode\291\2c\200\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\200\2c\201\2c\20ClipperPlane<\28ClipperMode\291\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\291\2c\202\2c\201\2c\20ClipperOutput>>>>>>::clipVert\28VERT\20const*\29 +605:ClipperPlane<\28ClipperMode\290\2c\200\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\200\2c\201\2c\20ClipperPlane<\28ClipperMode\290\2c\201\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\201\2c\201\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\20-1\2c\20ClipperPlane<\28ClipperMode\290\2c\202\2c\201\2c\20ClipperOutput>>>>>>::clipVert\28VERT\20const*\29 +606:CalculateTouchPressure\28int\2c\20unsigned\20short&\2c\20unsigned\20short&\29 +607:CHEATS::process\28int\29 +608:CFIRMWARE::_decrypt\28unsigned\20char\20const*\2c\20unsigned\20char*&\29 +609:CFIRMWARE::_decompress\28unsigned\20char\20const*\2c\20unsigned\20char*&\29 +610:BinaryDataFromString\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::vector>*\29 +611:unstall_cpu\28void*\29 +612:unsigned\20int\20waitVBlankARM<1>\28\29 +613:unsigned\20int\20waitVBlankARM<0>\28\29 +614:unsigned\20int\20wait4IRQ<1>\28\29 +615:unsigned\20int\20wait4IRQ<0>\28\29 +616:unsigned\20int\20sleep<1>\28\29 +617:unsigned\20int\20isDebugger<1>\28\29 +618:unsigned\20int\20isDebugger<0>\28\29 +619:unsigned\20int\20intrWaitARM<1>\28\29 +620:unsigned\20int\20getVolumeTab<1>\28\29 +621:unsigned\20int\20getSineTab<1>\28\29 +622:unsigned\20int\20getPitchTab<1>\28\29 +623:unsigned\20int\20getCRC16<1>\28\29 +624:unsigned\20int\20getCRC16<0>\28\29 +625:unsigned\20int\20getBootProcs<1>\28\29 +626:unsigned\20int\20fastCopy<1>\28\29 +627:unsigned\20int\20fastCopy<0>\28\29 +628:unsigned\20int\20divide<1>\28\29 +629:unsigned\20int\20divide<0>\28\29 +630:unsigned\20int\20copy<1>\28\29 +631:unsigned\20int\20copy<0>\28\29 +632:unsigned\20int\20bios_sqrt<1>\28\29 +633:unsigned\20int\20bios_sqrt<0>\28\29 +634:unsigned\20int\20WaitByLoop<1>\28\29 +635:unsigned\20int\20WaitByLoop<0>\28\29 +636:unsigned\20int\20UnCompHuffman<1>\28\29 +637:unsigned\20int\20UnCompHuffman<0>\28\29 +638:unsigned\20int\20SoundBias<1>\28\29 +639:unsigned\20int\20RLUnCompWram<1>\28\29 +640:unsigned\20int\20RLUnCompWram<0>\28\29 +641:unsigned\20int\20RLUnCompVram<1>\28\29 +642:unsigned\20int\20RLUnCompVram<0>\28\29 +643:unsigned\20int\20OP_UND_THUMB<1>\28unsigned\20int\29 +644:unsigned\20int\20OP_UND_THUMB<0>\28unsigned\20int\29 +645:unsigned\20int\20OP_UND<1>\28unsigned\20int\29 +646:unsigned\20int\20OP_UND<0>\28unsigned\20int\29 +647:unsigned\20int\20OP_UMULL_S<1>\28unsigned\20int\29 +648:unsigned\20int\20OP_UMULL_S<0>\28unsigned\20int\29 +649:unsigned\20int\20OP_UMULL<1>\28unsigned\20int\29 +650:unsigned\20int\20OP_UMULL<0>\28unsigned\20int\29 +651:unsigned\20int\20OP_UMLAL_S<1>\28unsigned\20int\29 +652:unsigned\20int\20OP_UMLAL_S<0>\28unsigned\20int\29 +653:unsigned\20int\20OP_UMLAL<1>\28unsigned\20int\29 +654:unsigned\20int\20OP_UMLAL<0>\28unsigned\20int\29 +655:unsigned\20int\20OP_TST_ROR_REG<1>\28unsigned\20int\29 +656:unsigned\20int\20OP_TST_ROR_REG<0>\28unsigned\20int\29 +657:unsigned\20int\20OP_TST_ROR_IMM<1>\28unsigned\20int\29 +658:unsigned\20int\20OP_TST_ROR_IMM<0>\28unsigned\20int\29 +659:unsigned\20int\20OP_TST_LSR_REG<1>\28unsigned\20int\29 +660:unsigned\20int\20OP_TST_LSR_REG<0>\28unsigned\20int\29 +661:unsigned\20int\20OP_TST_LSR_IMM<1>\28unsigned\20int\29 +662:unsigned\20int\20OP_TST_LSR_IMM<0>\28unsigned\20int\29 +663:unsigned\20int\20OP_TST_LSL_REG<1>\28unsigned\20int\29 +664:unsigned\20int\20OP_TST_LSL_REG<0>\28unsigned\20int\29 +665:unsigned\20int\20OP_TST_LSL_IMM<1>\28unsigned\20int\29 +666:unsigned\20int\20OP_TST_LSL_IMM<0>\28unsigned\20int\29 +667:unsigned\20int\20OP_TST_IMM_VAL<1>\28unsigned\20int\29 +668:unsigned\20int\20OP_TST_IMM_VAL<0>\28unsigned\20int\29 +669:unsigned\20int\20OP_TST_ASR_REG<1>\28unsigned\20int\29 +670:unsigned\20int\20OP_TST_ASR_REG<0>\28unsigned\20int\29 +671:unsigned\20int\20OP_TST_ASR_IMM<1>\28unsigned\20int\29 +672:unsigned\20int\20OP_TST_ASR_IMM<0>\28unsigned\20int\29 +673:unsigned\20int\20OP_TST<1>\28unsigned\20int\29 +674:unsigned\20int\20OP_TST<0>\28unsigned\20int\29 +675:unsigned\20int\20OP_TEQ_ROR_REG<1>\28unsigned\20int\29 +676:unsigned\20int\20OP_TEQ_ROR_REG<0>\28unsigned\20int\29 +677:unsigned\20int\20OP_TEQ_ROR_IMM<1>\28unsigned\20int\29 +678:unsigned\20int\20OP_TEQ_ROR_IMM<0>\28unsigned\20int\29 +679:unsigned\20int\20OP_TEQ_LSR_REG<1>\28unsigned\20int\29 +680:unsigned\20int\20OP_TEQ_LSR_REG<0>\28unsigned\20int\29 +681:unsigned\20int\20OP_TEQ_LSR_IMM<1>\28unsigned\20int\29 +682:unsigned\20int\20OP_TEQ_LSR_IMM<0>\28unsigned\20int\29 +683:unsigned\20int\20OP_TEQ_LSL_REG<1>\28unsigned\20int\29 +684:unsigned\20int\20OP_TEQ_LSL_REG<0>\28unsigned\20int\29 +685:unsigned\20int\20OP_TEQ_LSL_IMM<1>\28unsigned\20int\29 +686:unsigned\20int\20OP_TEQ_LSL_IMM<0>\28unsigned\20int\29 +687:unsigned\20int\20OP_TEQ_IMM_VAL<1>\28unsigned\20int\29 +688:unsigned\20int\20OP_TEQ_IMM_VAL<0>\28unsigned\20int\29 +689:unsigned\20int\20OP_TEQ_ASR_REG<1>\28unsigned\20int\29 +690:unsigned\20int\20OP_TEQ_ASR_REG<0>\28unsigned\20int\29 +691:unsigned\20int\20OP_TEQ_ASR_IMM<1>\28unsigned\20int\29 +692:unsigned\20int\20OP_TEQ_ASR_IMM<0>\28unsigned\20int\29 +693:unsigned\20int\20OP_SWPB<1>\28unsigned\20int\29 +694:unsigned\20int\20OP_SWPB<0>\28unsigned\20int\29 +695:unsigned\20int\20OP_SWP<1>\28unsigned\20int\29 +696:unsigned\20int\20OP_SWP<0>\28unsigned\20int\29 +697:unsigned\20int\20OP_SWI_THUMB<1>\28unsigned\20int\29 +698:unsigned\20int\20OP_SWI_THUMB<0>\28unsigned\20int\29 +699:unsigned\20int\20OP_SWI<1>\28unsigned\20int\29 +700:unsigned\20int\20OP_SWI<0>\28unsigned\20int\29 +701:unsigned\20int\20OP_SUB_S_ROR_REG<1>\28unsigned\20int\29 +702:unsigned\20int\20OP_SUB_S_ROR_REG<0>\28unsigned\20int\29 +703:unsigned\20int\20OP_SUB_S_ROR_IMM<1>\28unsigned\20int\29 +704:unsigned\20int\20OP_SUB_S_ROR_IMM<0>\28unsigned\20int\29 +705:unsigned\20int\20OP_SUB_S_LSR_REG<1>\28unsigned\20int\29 +706:unsigned\20int\20OP_SUB_S_LSR_REG<0>\28unsigned\20int\29 +707:unsigned\20int\20OP_SUB_S_LSR_IMM<1>\28unsigned\20int\29 +708:unsigned\20int\20OP_SUB_S_LSR_IMM<0>\28unsigned\20int\29 +709:unsigned\20int\20OP_SUB_S_LSL_REG<1>\28unsigned\20int\29 +710:unsigned\20int\20OP_SUB_S_LSL_REG<0>\28unsigned\20int\29 +711:unsigned\20int\20OP_SUB_S_LSL_IMM<1>\28unsigned\20int\29 +712:unsigned\20int\20OP_SUB_S_LSL_IMM<0>\28unsigned\20int\29 +713:unsigned\20int\20OP_SUB_S_IMM_VAL<1>\28unsigned\20int\29 +714:unsigned\20int\20OP_SUB_S_IMM_VAL<0>\28unsigned\20int\29 +715:unsigned\20int\20OP_SUB_S_ASR_REG<1>\28unsigned\20int\29 +716:unsigned\20int\20OP_SUB_S_ASR_REG<0>\28unsigned\20int\29 +717:unsigned\20int\20OP_SUB_S_ASR_IMM<1>\28unsigned\20int\29 +718:unsigned\20int\20OP_SUB_S_ASR_IMM<0>\28unsigned\20int\29 +719:unsigned\20int\20OP_SUB_ROR_REG<1>\28unsigned\20int\29 +720:unsigned\20int\20OP_SUB_ROR_REG<0>\28unsigned\20int\29 +721:unsigned\20int\20OP_SUB_ROR_IMM<1>\28unsigned\20int\29 +722:unsigned\20int\20OP_SUB_ROR_IMM<0>\28unsigned\20int\29 +723:unsigned\20int\20OP_SUB_REG<1>\28unsigned\20int\29 +724:unsigned\20int\20OP_SUB_REG<0>\28unsigned\20int\29 +725:unsigned\20int\20OP_SUB_LSR_REG<1>\28unsigned\20int\29 +726:unsigned\20int\20OP_SUB_LSR_REG<0>\28unsigned\20int\29 +727:unsigned\20int\20OP_SUB_LSR_IMM<1>\28unsigned\20int\29 +728:unsigned\20int\20OP_SUB_LSR_IMM<0>\28unsigned\20int\29 +729:unsigned\20int\20OP_SUB_LSL_REG<1>\28unsigned\20int\29 +730:unsigned\20int\20OP_SUB_LSL_REG<0>\28unsigned\20int\29 +731:unsigned\20int\20OP_SUB_LSL_IMM<1>\28unsigned\20int\29 +732:unsigned\20int\20OP_SUB_LSL_IMM<0>\28unsigned\20int\29 +733:unsigned\20int\20OP_SUB_IMM_VAL<1>\28unsigned\20int\29 +734:unsigned\20int\20OP_SUB_IMM_VAL<0>\28unsigned\20int\29 +735:unsigned\20int\20OP_SUB_IMM8<1>\28unsigned\20int\29 +736:unsigned\20int\20OP_SUB_IMM8<0>\28unsigned\20int\29 +737:unsigned\20int\20OP_SUB_IMM3<1>\28unsigned\20int\29 +738:unsigned\20int\20OP_SUB_IMM3<0>\28unsigned\20int\29 +739:unsigned\20int\20OP_SUB_ASR_REG<1>\28unsigned\20int\29 +740:unsigned\20int\20OP_SUB_ASR_REG<0>\28unsigned\20int\29 +741:unsigned\20int\20OP_SUB_ASR_IMM<1>\28unsigned\20int\29 +742:unsigned\20int\20OP_SUB_ASR_IMM<0>\28unsigned\20int\29 +743:unsigned\20int\20OP_STR_SPREL<1>\28unsigned\20int\29 +744:unsigned\20int\20OP_STR_SPREL<0>\28unsigned\20int\29 +745:unsigned\20int\20OP_STR_REG_OFF<1>\28unsigned\20int\29 +746:unsigned\20int\20OP_STR_REG_OFF<0>\28unsigned\20int\29 +747:unsigned\20int\20OP_STR_P_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +748:unsigned\20int\20OP_STR_P_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +749:unsigned\20int\20OP_STR_P_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +750:unsigned\20int\20OP_STR_P_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +751:unsigned\20int\20OP_STR_P_ROR_IMM_OFF<1>\28unsigned\20int\29 +752:unsigned\20int\20OP_STR_P_ROR_IMM_OFF<0>\28unsigned\20int\29 +753:unsigned\20int\20OP_STR_P_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +754:unsigned\20int\20OP_STR_P_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +755:unsigned\20int\20OP_STR_P_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +756:unsigned\20int\20OP_STR_P_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +757:unsigned\20int\20OP_STR_P_LSR_IMM_OFF<1>\28unsigned\20int\29 +758:unsigned\20int\20OP_STR_P_LSR_IMM_OFF<0>\28unsigned\20int\29 +759:unsigned\20int\20OP_STR_P_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +760:unsigned\20int\20OP_STR_P_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +761:unsigned\20int\20OP_STR_P_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +762:unsigned\20int\20OP_STR_P_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +763:unsigned\20int\20OP_STR_P_LSL_IMM_OFF<1>\28unsigned\20int\29 +764:unsigned\20int\20OP_STR_P_LSL_IMM_OFF<0>\28unsigned\20int\29 +765:unsigned\20int\20OP_STR_P_IMM_OFF_PREIND<1>\28unsigned\20int\29 +766:unsigned\20int\20OP_STR_P_IMM_OFF_PREIND<0>\28unsigned\20int\29 +767:unsigned\20int\20OP_STR_P_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +768:unsigned\20int\20OP_STR_P_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +769:unsigned\20int\20OP_STR_P_IMM_OFF<1>\28unsigned\20int\29 +770:unsigned\20int\20OP_STR_P_IMM_OFF<0>\28unsigned\20int\29 +771:unsigned\20int\20OP_STR_P_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +772:unsigned\20int\20OP_STR_P_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +773:unsigned\20int\20OP_STR_P_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +774:unsigned\20int\20OP_STR_P_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +775:unsigned\20int\20OP_STR_P_ASR_IMM_OFF<1>\28unsigned\20int\29 +776:unsigned\20int\20OP_STR_P_ASR_IMM_OFF<0>\28unsigned\20int\29 +777:unsigned\20int\20OP_STR_M_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +778:unsigned\20int\20OP_STR_M_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +779:unsigned\20int\20OP_STR_M_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +780:unsigned\20int\20OP_STR_M_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +781:unsigned\20int\20OP_STR_M_ROR_IMM_OFF<1>\28unsigned\20int\29 +782:unsigned\20int\20OP_STR_M_ROR_IMM_OFF<0>\28unsigned\20int\29 +783:unsigned\20int\20OP_STR_M_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +784:unsigned\20int\20OP_STR_M_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +785:unsigned\20int\20OP_STR_M_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +786:unsigned\20int\20OP_STR_M_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +787:unsigned\20int\20OP_STR_M_LSR_IMM_OFF<1>\28unsigned\20int\29 +788:unsigned\20int\20OP_STR_M_LSR_IMM_OFF<0>\28unsigned\20int\29 +789:unsigned\20int\20OP_STR_M_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +790:unsigned\20int\20OP_STR_M_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +791:unsigned\20int\20OP_STR_M_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +792:unsigned\20int\20OP_STR_M_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +793:unsigned\20int\20OP_STR_M_LSL_IMM_OFF<1>\28unsigned\20int\29 +794:unsigned\20int\20OP_STR_M_LSL_IMM_OFF<0>\28unsigned\20int\29 +795:unsigned\20int\20OP_STR_M_IMM_OFF_PREIND<1>\28unsigned\20int\29 +796:unsigned\20int\20OP_STR_M_IMM_OFF_PREIND<0>\28unsigned\20int\29 +797:unsigned\20int\20OP_STR_M_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +798:unsigned\20int\20OP_STR_M_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +799:unsigned\20int\20OP_STR_M_IMM_OFF<1>\28unsigned\20int\29 +800:unsigned\20int\20OP_STR_M_IMM_OFF<0>\28unsigned\20int\29 +801:unsigned\20int\20OP_STR_M_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +802:unsigned\20int\20OP_STR_M_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +803:unsigned\20int\20OP_STR_M_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +804:unsigned\20int\20OP_STR_M_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +805:unsigned\20int\20OP_STR_M_ASR_IMM_OFF<1>\28unsigned\20int\29 +806:unsigned\20int\20OP_STR_M_ASR_IMM_OFF<0>\28unsigned\20int\29 +807:unsigned\20int\20OP_STR_IMM_OFF<1>\28unsigned\20int\29 +808:unsigned\20int\20OP_STR_IMM_OFF<0>\28unsigned\20int\29 +809:unsigned\20int\20OP_STRH_REG_OFF<1>\28unsigned\20int\29 +810:unsigned\20int\20OP_STRH_REG_OFF<0>\28unsigned\20int\29 +811:unsigned\20int\20OP_STRH_P_REG_OFF<1>\28unsigned\20int\29 +812:unsigned\20int\20OP_STRH_P_REG_OFF<0>\28unsigned\20int\29 +813:unsigned\20int\20OP_STRH_P_IMM_OFF<1>\28unsigned\20int\29 +814:unsigned\20int\20OP_STRH_P_IMM_OFF<0>\28unsigned\20int\29 +815:unsigned\20int\20OP_STRH_PRE_INDE_P_REG_OFF<1>\28unsigned\20int\29 +816:unsigned\20int\20OP_STRH_PRE_INDE_P_REG_OFF<0>\28unsigned\20int\29 +817:unsigned\20int\20OP_STRH_PRE_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +818:unsigned\20int\20OP_STRH_PRE_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +819:unsigned\20int\20OP_STRH_PRE_INDE_M_REG_OFF<1>\28unsigned\20int\29 +820:unsigned\20int\20OP_STRH_PRE_INDE_M_REG_OFF<0>\28unsigned\20int\29 +821:unsigned\20int\20OP_STRH_PRE_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +822:unsigned\20int\20OP_STRH_PRE_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +823:unsigned\20int\20OP_STRH_POS_INDE_P_REG_OFF<1>\28unsigned\20int\29 +824:unsigned\20int\20OP_STRH_POS_INDE_P_REG_OFF<0>\28unsigned\20int\29 +825:unsigned\20int\20OP_STRH_POS_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +826:unsigned\20int\20OP_STRH_POS_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +827:unsigned\20int\20OP_STRH_POS_INDE_M_REG_OFF<1>\28unsigned\20int\29 +828:unsigned\20int\20OP_STRH_POS_INDE_M_REG_OFF<0>\28unsigned\20int\29 +829:unsigned\20int\20OP_STRH_POS_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +830:unsigned\20int\20OP_STRH_POS_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +831:unsigned\20int\20OP_STRH_M_REG_OFF<1>\28unsigned\20int\29 +832:unsigned\20int\20OP_STRH_M_REG_OFF<0>\28unsigned\20int\29 +833:unsigned\20int\20OP_STRH_M_IMM_OFF<1>\28unsigned\20int\29 +834:unsigned\20int\20OP_STRH_M_IMM_OFF<0>\28unsigned\20int\29 +835:unsigned\20int\20OP_STRH_IMM_OFF<1>\28unsigned\20int\29 +836:unsigned\20int\20OP_STRH_IMM_OFF<0>\28unsigned\20int\29 +837:unsigned\20int\20OP_STREX<1>\28unsigned\20int\29 +838:unsigned\20int\20OP_STREX<0>\28unsigned\20int\29 +839:unsigned\20int\20OP_STRB_REG_OFF<1>\28unsigned\20int\29 +840:unsigned\20int\20OP_STRB_REG_OFF<0>\28unsigned\20int\29 +841:unsigned\20int\20OP_STRB_P_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +842:unsigned\20int\20OP_STRB_P_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +843:unsigned\20int\20OP_STRB_P_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +844:unsigned\20int\20OP_STRB_P_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +845:unsigned\20int\20OP_STRB_P_ROR_IMM_OFF<1>\28unsigned\20int\29 +846:unsigned\20int\20OP_STRB_P_ROR_IMM_OFF<0>\28unsigned\20int\29 +847:unsigned\20int\20OP_STRB_P_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +848:unsigned\20int\20OP_STRB_P_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +849:unsigned\20int\20OP_STRB_P_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +850:unsigned\20int\20OP_STRB_P_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +851:unsigned\20int\20OP_STRB_P_LSR_IMM_OFF<1>\28unsigned\20int\29 +852:unsigned\20int\20OP_STRB_P_LSR_IMM_OFF<0>\28unsigned\20int\29 +853:unsigned\20int\20OP_STRB_P_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +854:unsigned\20int\20OP_STRB_P_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +855:unsigned\20int\20OP_STRB_P_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +856:unsigned\20int\20OP_STRB_P_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +857:unsigned\20int\20OP_STRB_P_LSL_IMM_OFF<1>\28unsigned\20int\29 +858:unsigned\20int\20OP_STRB_P_LSL_IMM_OFF<0>\28unsigned\20int\29 +859:unsigned\20int\20OP_STRB_P_IMM_OFF_PREIND<1>\28unsigned\20int\29 +860:unsigned\20int\20OP_STRB_P_IMM_OFF_PREIND<0>\28unsigned\20int\29 +861:unsigned\20int\20OP_STRB_P_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +862:unsigned\20int\20OP_STRB_P_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +863:unsigned\20int\20OP_STRB_P_IMM_OFF<1>\28unsigned\20int\29 +864:unsigned\20int\20OP_STRB_P_IMM_OFF<0>\28unsigned\20int\29 +865:unsigned\20int\20OP_STRB_P_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +866:unsigned\20int\20OP_STRB_P_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +867:unsigned\20int\20OP_STRB_P_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +868:unsigned\20int\20OP_STRB_P_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +869:unsigned\20int\20OP_STRB_P_ASR_IMM_OFF<1>\28unsigned\20int\29 +870:unsigned\20int\20OP_STRB_P_ASR_IMM_OFF<0>\28unsigned\20int\29 +871:unsigned\20int\20OP_STRB_M_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +872:unsigned\20int\20OP_STRB_M_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +873:unsigned\20int\20OP_STRB_M_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +874:unsigned\20int\20OP_STRB_M_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +875:unsigned\20int\20OP_STRB_M_ROR_IMM_OFF<1>\28unsigned\20int\29 +876:unsigned\20int\20OP_STRB_M_ROR_IMM_OFF<0>\28unsigned\20int\29 +877:unsigned\20int\20OP_STRB_M_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +878:unsigned\20int\20OP_STRB_M_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +879:unsigned\20int\20OP_STRB_M_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +880:unsigned\20int\20OP_STRB_M_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +881:unsigned\20int\20OP_STRB_M_LSR_IMM_OFF<1>\28unsigned\20int\29 +882:unsigned\20int\20OP_STRB_M_LSR_IMM_OFF<0>\28unsigned\20int\29 +883:unsigned\20int\20OP_STRB_M_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +884:unsigned\20int\20OP_STRB_M_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +885:unsigned\20int\20OP_STRB_M_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +886:unsigned\20int\20OP_STRB_M_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +887:unsigned\20int\20OP_STRB_M_LSL_IMM_OFF<1>\28unsigned\20int\29 +888:unsigned\20int\20OP_STRB_M_LSL_IMM_OFF<0>\28unsigned\20int\29 +889:unsigned\20int\20OP_STRB_M_IMM_OFF_PREIND<1>\28unsigned\20int\29 +890:unsigned\20int\20OP_STRB_M_IMM_OFF_PREIND<0>\28unsigned\20int\29 +891:unsigned\20int\20OP_STRB_M_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +892:unsigned\20int\20OP_STRB_M_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +893:unsigned\20int\20OP_STRB_M_IMM_OFF<1>\28unsigned\20int\29 +894:unsigned\20int\20OP_STRB_M_IMM_OFF<0>\28unsigned\20int\29 +895:unsigned\20int\20OP_STRB_M_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +896:unsigned\20int\20OP_STRB_M_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +897:unsigned\20int\20OP_STRB_M_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +898:unsigned\20int\20OP_STRB_M_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +899:unsigned\20int\20OP_STRB_M_ASR_IMM_OFF<1>\28unsigned\20int\29 +900:unsigned\20int\20OP_STRB_M_ASR_IMM_OFF<0>\28unsigned\20int\29 +901:unsigned\20int\20OP_STRB_IMM_OFF<1>\28unsigned\20int\29 +902:unsigned\20int\20OP_STRB_IMM_OFF<0>\28unsigned\20int\29 +903:unsigned\20int\20OP_STMIB_W<1>\28unsigned\20int\29 +904:unsigned\20int\20OP_STMIB_W<0>\28unsigned\20int\29 +905:unsigned\20int\20OP_STMIB<1>\28unsigned\20int\29 +906:unsigned\20int\20OP_STMIB<0>\28unsigned\20int\29 +907:unsigned\20int\20OP_STMIB2_W<1>\28unsigned\20int\29 +908:unsigned\20int\20OP_STMIB2_W<0>\28unsigned\20int\29 +909:unsigned\20int\20OP_STMIB2<1>\28unsigned\20int\29 +910:unsigned\20int\20OP_STMIB2<0>\28unsigned\20int\29 +911:unsigned\20int\20OP_STMIA_W<1>\28unsigned\20int\29 +912:unsigned\20int\20OP_STMIA_W<0>\28unsigned\20int\29 +913:unsigned\20int\20OP_STMIA_THUMB<1>\28unsigned\20int\29 +914:unsigned\20int\20OP_STMIA_THUMB<0>\28unsigned\20int\29 +915:unsigned\20int\20OP_STMIA<1>\28unsigned\20int\29 +916:unsigned\20int\20OP_STMIA<0>\28unsigned\20int\29 +917:unsigned\20int\20OP_STMIA2_W<1>\28unsigned\20int\29 +918:unsigned\20int\20OP_STMIA2_W<0>\28unsigned\20int\29 +919:unsigned\20int\20OP_STMIA2<1>\28unsigned\20int\29 +920:unsigned\20int\20OP_STMIA2<0>\28unsigned\20int\29 +921:unsigned\20int\20OP_STMDB_W<1>\28unsigned\20int\29 +922:unsigned\20int\20OP_STMDB_W<0>\28unsigned\20int\29 +923:unsigned\20int\20OP_STMDB<1>\28unsigned\20int\29 +924:unsigned\20int\20OP_STMDB<0>\28unsigned\20int\29 +925:unsigned\20int\20OP_STMDB2_W<1>\28unsigned\20int\29 +926:unsigned\20int\20OP_STMDB2_W<0>\28unsigned\20int\29 +927:unsigned\20int\20OP_STMDB2<1>\28unsigned\20int\29 +928:unsigned\20int\20OP_STMDB2<0>\28unsigned\20int\29 +929:unsigned\20int\20OP_STMDA_W<1>\28unsigned\20int\29 +930:unsigned\20int\20OP_STMDA_W<0>\28unsigned\20int\29 +931:unsigned\20int\20OP_STMDA<1>\28unsigned\20int\29 +932:unsigned\20int\20OP_STMDA<0>\28unsigned\20int\29 +933:unsigned\20int\20OP_STMDA2_W<1>\28unsigned\20int\29 +934:unsigned\20int\20OP_STMDA2_W<0>\28unsigned\20int\29 +935:unsigned\20int\20OP_STMDA2<1>\28unsigned\20int\29 +936:unsigned\20int\20OP_STMDA2<0>\28unsigned\20int\29 +937:unsigned\20int\20OP_SMUL_T_T<1>\28unsigned\20int\29 +938:unsigned\20int\20OP_SMUL_T_T<0>\28unsigned\20int\29 +939:unsigned\20int\20OP_SMUL_T_B<1>\28unsigned\20int\29 +940:unsigned\20int\20OP_SMUL_T_B<0>\28unsigned\20int\29 +941:unsigned\20int\20OP_SMUL_B_T<1>\28unsigned\20int\29 +942:unsigned\20int\20OP_SMUL_B_T<0>\28unsigned\20int\29 +943:unsigned\20int\20OP_SMUL_B_B<1>\28unsigned\20int\29 +944:unsigned\20int\20OP_SMUL_B_B<0>\28unsigned\20int\29 +945:unsigned\20int\20OP_SMULW_T<1>\28unsigned\20int\29 +946:unsigned\20int\20OP_SMULW_T<0>\28unsigned\20int\29 +947:unsigned\20int\20OP_SMULW_B<1>\28unsigned\20int\29 +948:unsigned\20int\20OP_SMULW_B<0>\28unsigned\20int\29 +949:unsigned\20int\20OP_SMULL_S<1>\28unsigned\20int\29 +950:unsigned\20int\20OP_SMULL_S<0>\28unsigned\20int\29 +951:unsigned\20int\20OP_SMULL<1>\28unsigned\20int\29 +952:unsigned\20int\20OP_SMULL<0>\28unsigned\20int\29 +953:unsigned\20int\20OP_SMLA_T_T<1>\28unsigned\20int\29 +954:unsigned\20int\20OP_SMLA_T_T<0>\28unsigned\20int\29 +955:unsigned\20int\20OP_SMLA_T_B<1>\28unsigned\20int\29 +956:unsigned\20int\20OP_SMLA_T_B<0>\28unsigned\20int\29 +957:unsigned\20int\20OP_SMLA_B_T<1>\28unsigned\20int\29 +958:unsigned\20int\20OP_SMLA_B_T<0>\28unsigned\20int\29 +959:unsigned\20int\20OP_SMLA_B_B<1>\28unsigned\20int\29 +960:unsigned\20int\20OP_SMLA_B_B<0>\28unsigned\20int\29 +961:unsigned\20int\20OP_SMLAW_T<1>\28unsigned\20int\29 +962:unsigned\20int\20OP_SMLAW_T<0>\28unsigned\20int\29 +963:unsigned\20int\20OP_SMLAW_B<1>\28unsigned\20int\29 +964:unsigned\20int\20OP_SMLAW_B<0>\28unsigned\20int\29 +965:unsigned\20int\20OP_SMLAL_T_T<1>\28unsigned\20int\29 +966:unsigned\20int\20OP_SMLAL_T_T<0>\28unsigned\20int\29 +967:unsigned\20int\20OP_SMLAL_T_B<1>\28unsigned\20int\29 +968:unsigned\20int\20OP_SMLAL_T_B<0>\28unsigned\20int\29 +969:unsigned\20int\20OP_SMLAL_S<1>\28unsigned\20int\29 +970:unsigned\20int\20OP_SMLAL_S<0>\28unsigned\20int\29 +971:unsigned\20int\20OP_SMLAL_B_T<1>\28unsigned\20int\29 +972:unsigned\20int\20OP_SMLAL_B_T<0>\28unsigned\20int\29 +973:unsigned\20int\20OP_SMLAL_B_B<1>\28unsigned\20int\29 +974:unsigned\20int\20OP_SMLAL_B_B<0>\28unsigned\20int\29 +975:unsigned\20int\20OP_SMLAL<1>\28unsigned\20int\29 +976:unsigned\20int\20OP_SMLAL<0>\28unsigned\20int\29 +977:unsigned\20int\20OP_SBC_S_ROR_REG<1>\28unsigned\20int\29 +978:unsigned\20int\20OP_SBC_S_ROR_REG<0>\28unsigned\20int\29 +979:unsigned\20int\20OP_SBC_S_ROR_IMM<1>\28unsigned\20int\29 +980:unsigned\20int\20OP_SBC_S_ROR_IMM<0>\28unsigned\20int\29 +981:unsigned\20int\20OP_SBC_S_LSR_REG<1>\28unsigned\20int\29 +982:unsigned\20int\20OP_SBC_S_LSR_REG<0>\28unsigned\20int\29 +983:unsigned\20int\20OP_SBC_S_LSR_IMM<1>\28unsigned\20int\29 +984:unsigned\20int\20OP_SBC_S_LSR_IMM<0>\28unsigned\20int\29 +985:unsigned\20int\20OP_SBC_S_LSL_REG<1>\28unsigned\20int\29 +986:unsigned\20int\20OP_SBC_S_LSL_REG<0>\28unsigned\20int\29 +987:unsigned\20int\20OP_SBC_S_LSL_IMM<1>\28unsigned\20int\29 +988:unsigned\20int\20OP_SBC_S_LSL_IMM<0>\28unsigned\20int\29 +989:unsigned\20int\20OP_SBC_S_IMM_VAL<1>\28unsigned\20int\29 +990:unsigned\20int\20OP_SBC_S_IMM_VAL<0>\28unsigned\20int\29 +991:unsigned\20int\20OP_SBC_S_ASR_REG<1>\28unsigned\20int\29 +992:unsigned\20int\20OP_SBC_S_ASR_REG<0>\28unsigned\20int\29 +993:unsigned\20int\20OP_SBC_S_ASR_IMM<1>\28unsigned\20int\29 +994:unsigned\20int\20OP_SBC_S_ASR_IMM<0>\28unsigned\20int\29 +995:unsigned\20int\20OP_SBC_ROR_REG<1>\28unsigned\20int\29 +996:unsigned\20int\20OP_SBC_ROR_REG<0>\28unsigned\20int\29 +997:unsigned\20int\20OP_SBC_ROR_IMM<1>\28unsigned\20int\29 +998:unsigned\20int\20OP_SBC_ROR_IMM<0>\28unsigned\20int\29 +999:unsigned\20int\20OP_SBC_REG<1>\28unsigned\20int\29 +1000:unsigned\20int\20OP_SBC_REG<0>\28unsigned\20int\29 +1001:unsigned\20int\20OP_SBC_LSR_REG<1>\28unsigned\20int\29 +1002:unsigned\20int\20OP_SBC_LSR_REG<0>\28unsigned\20int\29 +1003:unsigned\20int\20OP_SBC_LSR_IMM<1>\28unsigned\20int\29 +1004:unsigned\20int\20OP_SBC_LSR_IMM<0>\28unsigned\20int\29 +1005:unsigned\20int\20OP_SBC_LSL_REG<1>\28unsigned\20int\29 +1006:unsigned\20int\20OP_SBC_LSL_REG<0>\28unsigned\20int\29 +1007:unsigned\20int\20OP_SBC_LSL_IMM<1>\28unsigned\20int\29 +1008:unsigned\20int\20OP_SBC_LSL_IMM<0>\28unsigned\20int\29 +1009:unsigned\20int\20OP_SBC_IMM_VAL<1>\28unsigned\20int\29 +1010:unsigned\20int\20OP_SBC_IMM_VAL<0>\28unsigned\20int\29 +1011:unsigned\20int\20OP_SBC_ASR_REG<1>\28unsigned\20int\29 +1012:unsigned\20int\20OP_SBC_ASR_REG<0>\28unsigned\20int\29 +1013:unsigned\20int\20OP_SBC_ASR_IMM<1>\28unsigned\20int\29 +1014:unsigned\20int\20OP_SBC_ASR_IMM<0>\28unsigned\20int\29 +1015:unsigned\20int\20OP_RSC_S_ROR_REG<1>\28unsigned\20int\29 +1016:unsigned\20int\20OP_RSC_S_ROR_REG<0>\28unsigned\20int\29 +1017:unsigned\20int\20OP_RSC_S_ROR_IMM<1>\28unsigned\20int\29 +1018:unsigned\20int\20OP_RSC_S_ROR_IMM<0>\28unsigned\20int\29 +1019:unsigned\20int\20OP_RSC_S_LSR_REG<1>\28unsigned\20int\29 +1020:unsigned\20int\20OP_RSC_S_LSR_REG<0>\28unsigned\20int\29 +1021:unsigned\20int\20OP_RSC_S_LSR_IMM<1>\28unsigned\20int\29 +1022:unsigned\20int\20OP_RSC_S_LSR_IMM<0>\28unsigned\20int\29 +1023:unsigned\20int\20OP_RSC_S_LSL_REG<1>\28unsigned\20int\29 +1024:unsigned\20int\20OP_RSC_S_LSL_REG<0>\28unsigned\20int\29 +1025:unsigned\20int\20OP_RSC_S_LSL_IMM<1>\28unsigned\20int\29 +1026:unsigned\20int\20OP_RSC_S_LSL_IMM<0>\28unsigned\20int\29 +1027:unsigned\20int\20OP_RSC_S_IMM_VAL<1>\28unsigned\20int\29 +1028:unsigned\20int\20OP_RSC_S_IMM_VAL<0>\28unsigned\20int\29 +1029:unsigned\20int\20OP_RSC_S_ASR_REG<1>\28unsigned\20int\29 +1030:unsigned\20int\20OP_RSC_S_ASR_REG<0>\28unsigned\20int\29 +1031:unsigned\20int\20OP_RSC_S_ASR_IMM<1>\28unsigned\20int\29 +1032:unsigned\20int\20OP_RSC_S_ASR_IMM<0>\28unsigned\20int\29 +1033:unsigned\20int\20OP_RSC_ROR_REG<1>\28unsigned\20int\29 +1034:unsigned\20int\20OP_RSC_ROR_REG<0>\28unsigned\20int\29 +1035:unsigned\20int\20OP_RSC_ROR_IMM<1>\28unsigned\20int\29 +1036:unsigned\20int\20OP_RSC_ROR_IMM<0>\28unsigned\20int\29 +1037:unsigned\20int\20OP_RSC_LSR_REG<1>\28unsigned\20int\29 +1038:unsigned\20int\20OP_RSC_LSR_REG<0>\28unsigned\20int\29 +1039:unsigned\20int\20OP_RSC_LSR_IMM<1>\28unsigned\20int\29 +1040:unsigned\20int\20OP_RSC_LSR_IMM<0>\28unsigned\20int\29 +1041:unsigned\20int\20OP_RSC_LSL_REG<1>\28unsigned\20int\29 +1042:unsigned\20int\20OP_RSC_LSL_REG<0>\28unsigned\20int\29 +1043:unsigned\20int\20OP_RSC_LSL_IMM<1>\28unsigned\20int\29 +1044:unsigned\20int\20OP_RSC_LSL_IMM<0>\28unsigned\20int\29 +1045:unsigned\20int\20OP_RSC_IMM_VAL<1>\28unsigned\20int\29 +1046:unsigned\20int\20OP_RSC_IMM_VAL<0>\28unsigned\20int\29 +1047:unsigned\20int\20OP_RSC_ASR_REG<1>\28unsigned\20int\29 +1048:unsigned\20int\20OP_RSC_ASR_REG<0>\28unsigned\20int\29 +1049:unsigned\20int\20OP_RSC_ASR_IMM<1>\28unsigned\20int\29 +1050:unsigned\20int\20OP_RSC_ASR_IMM<0>\28unsigned\20int\29 +1051:unsigned\20int\20OP_RSB_S_ROR_REG<1>\28unsigned\20int\29 +1052:unsigned\20int\20OP_RSB_S_ROR_REG<0>\28unsigned\20int\29 +1053:unsigned\20int\20OP_RSB_S_ROR_IMM<1>\28unsigned\20int\29 +1054:unsigned\20int\20OP_RSB_S_ROR_IMM<0>\28unsigned\20int\29 +1055:unsigned\20int\20OP_RSB_S_LSR_REG<1>\28unsigned\20int\29 +1056:unsigned\20int\20OP_RSB_S_LSR_REG<0>\28unsigned\20int\29 +1057:unsigned\20int\20OP_RSB_S_LSR_IMM<1>\28unsigned\20int\29 +1058:unsigned\20int\20OP_RSB_S_LSR_IMM<0>\28unsigned\20int\29 +1059:unsigned\20int\20OP_RSB_S_LSL_REG<1>\28unsigned\20int\29 +1060:unsigned\20int\20OP_RSB_S_LSL_REG<0>\28unsigned\20int\29 +1061:unsigned\20int\20OP_RSB_S_LSL_IMM<1>\28unsigned\20int\29 +1062:unsigned\20int\20OP_RSB_S_LSL_IMM<0>\28unsigned\20int\29 +1063:unsigned\20int\20OP_RSB_S_IMM_VAL<1>\28unsigned\20int\29 +1064:unsigned\20int\20OP_RSB_S_IMM_VAL<0>\28unsigned\20int\29 +1065:unsigned\20int\20OP_RSB_S_ASR_REG<1>\28unsigned\20int\29 +1066:unsigned\20int\20OP_RSB_S_ASR_REG<0>\28unsigned\20int\29 +1067:unsigned\20int\20OP_RSB_S_ASR_IMM<1>\28unsigned\20int\29 +1068:unsigned\20int\20OP_RSB_S_ASR_IMM<0>\28unsigned\20int\29 +1069:unsigned\20int\20OP_RSB_ROR_REG<1>\28unsigned\20int\29 +1070:unsigned\20int\20OP_RSB_ROR_REG<0>\28unsigned\20int\29 +1071:unsigned\20int\20OP_RSB_ROR_IMM<1>\28unsigned\20int\29 +1072:unsigned\20int\20OP_RSB_ROR_IMM<0>\28unsigned\20int\29 +1073:unsigned\20int\20OP_RSB_LSR_REG<1>\28unsigned\20int\29 +1074:unsigned\20int\20OP_RSB_LSR_REG<0>\28unsigned\20int\29 +1075:unsigned\20int\20OP_RSB_LSR_IMM<1>\28unsigned\20int\29 +1076:unsigned\20int\20OP_RSB_LSR_IMM<0>\28unsigned\20int\29 +1077:unsigned\20int\20OP_RSB_LSL_REG<1>\28unsigned\20int\29 +1078:unsigned\20int\20OP_RSB_LSL_REG<0>\28unsigned\20int\29 +1079:unsigned\20int\20OP_RSB_LSL_IMM<1>\28unsigned\20int\29 +1080:unsigned\20int\20OP_RSB_LSL_IMM<0>\28unsigned\20int\29 +1081:unsigned\20int\20OP_RSB_IMM_VAL<1>\28unsigned\20int\29 +1082:unsigned\20int\20OP_RSB_IMM_VAL<0>\28unsigned\20int\29 +1083:unsigned\20int\20OP_RSB_ASR_REG<1>\28unsigned\20int\29 +1084:unsigned\20int\20OP_RSB_ASR_REG<0>\28unsigned\20int\29 +1085:unsigned\20int\20OP_RSB_ASR_IMM<1>\28unsigned\20int\29 +1086:unsigned\20int\20OP_RSB_ASR_IMM<0>\28unsigned\20int\29 +1087:unsigned\20int\20OP_ROR_REG<1>\28unsigned\20int\29 +1088:unsigned\20int\20OP_ROR_REG<0>\28unsigned\20int\29 +1089:unsigned\20int\20OP_QSUB<1>\28unsigned\20int\29 +1090:unsigned\20int\20OP_QSUB<0>\28unsigned\20int\29 +1091:unsigned\20int\20OP_QDSUB<1>\28unsigned\20int\29 +1092:unsigned\20int\20OP_QDSUB<0>\28unsigned\20int\29 +1093:unsigned\20int\20OP_QDADD<1>\28unsigned\20int\29 +1094:unsigned\20int\20OP_QDADD<0>\28unsigned\20int\29 +1095:unsigned\20int\20OP_QADD<1>\28unsigned\20int\29 +1096:unsigned\20int\20OP_QADD<0>\28unsigned\20int\29 +1097:unsigned\20int\20OP_PUSH_LR<1>\28unsigned\20int\29 +1098:unsigned\20int\20OP_PUSH_LR<0>\28unsigned\20int\29 +1099:unsigned\20int\20OP_PUSH<1>\28unsigned\20int\29 +1100:unsigned\20int\20OP_PUSH<0>\28unsigned\20int\29 +1101:unsigned\20int\20OP_POP_PC<1>\28unsigned\20int\29 +1102:unsigned\20int\20OP_POP_PC<0>\28unsigned\20int\29 +1103:unsigned\20int\20OP_POP<1>\28unsigned\20int\29 +1104:unsigned\20int\20OP_POP<0>\28unsigned\20int\29 +1105:unsigned\20int\20OP_ORR_S_ROR_REG<1>\28unsigned\20int\29 +1106:unsigned\20int\20OP_ORR_S_ROR_REG<0>\28unsigned\20int\29 +1107:unsigned\20int\20OP_ORR_S_ROR_IMM<1>\28unsigned\20int\29 +1108:unsigned\20int\20OP_ORR_S_ROR_IMM<0>\28unsigned\20int\29 +1109:unsigned\20int\20OP_ORR_S_LSR_REG<1>\28unsigned\20int\29 +1110:unsigned\20int\20OP_ORR_S_LSR_REG<0>\28unsigned\20int\29 +1111:unsigned\20int\20OP_ORR_S_LSR_IMM<1>\28unsigned\20int\29 +1112:unsigned\20int\20OP_ORR_S_LSR_IMM<0>\28unsigned\20int\29 +1113:unsigned\20int\20OP_ORR_S_LSL_REG<1>\28unsigned\20int\29 +1114:unsigned\20int\20OP_ORR_S_LSL_REG<0>\28unsigned\20int\29 +1115:unsigned\20int\20OP_ORR_S_LSL_IMM<1>\28unsigned\20int\29 +1116:unsigned\20int\20OP_ORR_S_LSL_IMM<0>\28unsigned\20int\29 +1117:unsigned\20int\20OP_ORR_S_IMM_VAL<1>\28unsigned\20int\29 +1118:unsigned\20int\20OP_ORR_S_IMM_VAL<0>\28unsigned\20int\29 +1119:unsigned\20int\20OP_ORR_S_ASR_REG<1>\28unsigned\20int\29 +1120:unsigned\20int\20OP_ORR_S_ASR_REG<0>\28unsigned\20int\29 +1121:unsigned\20int\20OP_ORR_S_ASR_IMM<1>\28unsigned\20int\29 +1122:unsigned\20int\20OP_ORR_S_ASR_IMM<0>\28unsigned\20int\29 +1123:unsigned\20int\20OP_ORR_ROR_REG<1>\28unsigned\20int\29 +1124:unsigned\20int\20OP_ORR_ROR_REG<0>\28unsigned\20int\29 +1125:unsigned\20int\20OP_ORR_ROR_IMM<1>\28unsigned\20int\29 +1126:unsigned\20int\20OP_ORR_ROR_IMM<0>\28unsigned\20int\29 +1127:unsigned\20int\20OP_ORR_LSR_REG<1>\28unsigned\20int\29 +1128:unsigned\20int\20OP_ORR_LSR_REG<0>\28unsigned\20int\29 +1129:unsigned\20int\20OP_ORR_LSR_IMM<1>\28unsigned\20int\29 +1130:unsigned\20int\20OP_ORR_LSR_IMM<0>\28unsigned\20int\29 +1131:unsigned\20int\20OP_ORR_LSL_REG<1>\28unsigned\20int\29 +1132:unsigned\20int\20OP_ORR_LSL_REG<0>\28unsigned\20int\29 +1133:unsigned\20int\20OP_ORR_LSL_IMM<1>\28unsigned\20int\29 +1134:unsigned\20int\20OP_ORR_LSL_IMM<0>\28unsigned\20int\29 +1135:unsigned\20int\20OP_ORR_IMM_VAL<1>\28unsigned\20int\29 +1136:unsigned\20int\20OP_ORR_IMM_VAL<0>\28unsigned\20int\29 +1137:unsigned\20int\20OP_ORR_ASR_REG<1>\28unsigned\20int\29 +1138:unsigned\20int\20OP_ORR_ASR_REG<0>\28unsigned\20int\29 +1139:unsigned\20int\20OP_ORR_ASR_IMM<1>\28unsigned\20int\29 +1140:unsigned\20int\20OP_ORR_ASR_IMM<0>\28unsigned\20int\29 +1141:unsigned\20int\20OP_ORR<1>\28unsigned\20int\29 +1142:unsigned\20int\20OP_ORR<0>\28unsigned\20int\29 +1143:unsigned\20int\20OP_NEG<1>\28unsigned\20int\29 +1144:unsigned\20int\20OP_NEG<0>\28unsigned\20int\29 +1145:unsigned\20int\20OP_MVN_S_ROR_REG<1>\28unsigned\20int\29 +1146:unsigned\20int\20OP_MVN_S_ROR_REG<0>\28unsigned\20int\29 +1147:unsigned\20int\20OP_MVN_S_ROR_IMM<1>\28unsigned\20int\29 +1148:unsigned\20int\20OP_MVN_S_ROR_IMM<0>\28unsigned\20int\29 +1149:unsigned\20int\20OP_MVN_S_LSR_REG<1>\28unsigned\20int\29 +1150:unsigned\20int\20OP_MVN_S_LSR_REG<0>\28unsigned\20int\29 +1151:unsigned\20int\20OP_MVN_S_LSR_IMM<1>\28unsigned\20int\29 +1152:unsigned\20int\20OP_MVN_S_LSR_IMM<0>\28unsigned\20int\29 +1153:unsigned\20int\20OP_MVN_S_LSL_REG<1>\28unsigned\20int\29 +1154:unsigned\20int\20OP_MVN_S_LSL_REG<0>\28unsigned\20int\29 +1155:unsigned\20int\20OP_MVN_S_LSL_IMM<1>\28unsigned\20int\29 +1156:unsigned\20int\20OP_MVN_S_LSL_IMM<0>\28unsigned\20int\29 +1157:unsigned\20int\20OP_MVN_S_IMM_VAL<1>\28unsigned\20int\29 +1158:unsigned\20int\20OP_MVN_S_IMM_VAL<0>\28unsigned\20int\29 +1159:unsigned\20int\20OP_MVN_S_ASR_REG<1>\28unsigned\20int\29 +1160:unsigned\20int\20OP_MVN_S_ASR_REG<0>\28unsigned\20int\29 +1161:unsigned\20int\20OP_MVN_S_ASR_IMM<1>\28unsigned\20int\29 +1162:unsigned\20int\20OP_MVN_S_ASR_IMM<0>\28unsigned\20int\29 +1163:unsigned\20int\20OP_MVN_ROR_REG<1>\28unsigned\20int\29 +1164:unsigned\20int\20OP_MVN_ROR_REG<0>\28unsigned\20int\29 +1165:unsigned\20int\20OP_MVN_ROR_IMM<1>\28unsigned\20int\29 +1166:unsigned\20int\20OP_MVN_ROR_IMM<0>\28unsigned\20int\29 +1167:unsigned\20int\20OP_MVN_LSR_REG<1>\28unsigned\20int\29 +1168:unsigned\20int\20OP_MVN_LSR_REG<0>\28unsigned\20int\29 +1169:unsigned\20int\20OP_MVN_LSR_IMM<1>\28unsigned\20int\29 +1170:unsigned\20int\20OP_MVN_LSR_IMM<0>\28unsigned\20int\29 +1171:unsigned\20int\20OP_MVN_LSL_REG<1>\28unsigned\20int\29 +1172:unsigned\20int\20OP_MVN_LSL_REG<0>\28unsigned\20int\29 +1173:unsigned\20int\20OP_MVN_LSL_IMM<1>\28unsigned\20int\29 +1174:unsigned\20int\20OP_MVN_LSL_IMM<0>\28unsigned\20int\29 +1175:unsigned\20int\20OP_MVN_IMM_VAL<1>\28unsigned\20int\29 +1176:unsigned\20int\20OP_MVN_IMM_VAL<0>\28unsigned\20int\29 +1177:unsigned\20int\20OP_MVN_ASR_REG<1>\28unsigned\20int\29 +1178:unsigned\20int\20OP_MVN_ASR_REG<0>\28unsigned\20int\29 +1179:unsigned\20int\20OP_MVN_ASR_IMM<1>\28unsigned\20int\29 +1180:unsigned\20int\20OP_MVN_ASR_IMM<0>\28unsigned\20int\29 +1181:unsigned\20int\20OP_MVN<1>\28unsigned\20int\29 +1182:unsigned\20int\20OP_MVN<0>\28unsigned\20int\29 +1183:unsigned\20int\20OP_MUL_S<1>\28unsigned\20int\29 +1184:unsigned\20int\20OP_MUL_S<0>\28unsigned\20int\29 +1185:unsigned\20int\20OP_MUL_REG<1>\28unsigned\20int\29 +1186:unsigned\20int\20OP_MUL_REG<0>\28unsigned\20int\29 +1187:unsigned\20int\20OP_MUL<1>\28unsigned\20int\29 +1188:unsigned\20int\20OP_MUL<0>\28unsigned\20int\29 +1189:unsigned\20int\20OP_MSR_SPSR_IMM_VAL<1>\28unsigned\20int\29 +1190:unsigned\20int\20OP_MSR_SPSR_IMM_VAL<0>\28unsigned\20int\29 +1191:unsigned\20int\20OP_MSR_SPSR<1>\28unsigned\20int\29 +1192:unsigned\20int\20OP_MSR_SPSR<0>\28unsigned\20int\29 +1193:unsigned\20int\20OP_MSR_CPSR_IMM_VAL<1>\28unsigned\20int\29 +1194:unsigned\20int\20OP_MSR_CPSR_IMM_VAL<0>\28unsigned\20int\29 +1195:unsigned\20int\20OP_MSR_CPSR<1>\28unsigned\20int\29 +1196:unsigned\20int\20OP_MSR_CPSR<0>\28unsigned\20int\29 +1197:unsigned\20int\20OP_MRS_SPSR<1>\28unsigned\20int\29 +1198:unsigned\20int\20OP_MRS_SPSR<0>\28unsigned\20int\29 +1199:unsigned\20int\20OP_MRS_CPSR<1>\28unsigned\20int\29 +1200:unsigned\20int\20OP_MRS_CPSR<0>\28unsigned\20int\29 +1201:unsigned\20int\20OP_MRC<1>\28unsigned\20int\29 +1202:unsigned\20int\20OP_MRC<0>\28unsigned\20int\29 +1203:unsigned\20int\20OP_MOV_S_ROR_REG<1>\28unsigned\20int\29 +1204:unsigned\20int\20OP_MOV_S_ROR_REG<0>\28unsigned\20int\29 +1205:unsigned\20int\20OP_MOV_S_ROR_IMM<1>\28unsigned\20int\29 +1206:unsigned\20int\20OP_MOV_S_ROR_IMM<0>\28unsigned\20int\29 +1207:unsigned\20int\20OP_MOV_S_LSR_REG<1>\28unsigned\20int\29 +1208:unsigned\20int\20OP_MOV_S_LSR_REG<0>\28unsigned\20int\29 +1209:unsigned\20int\20OP_MOV_S_LSR_IMM<1>\28unsigned\20int\29 +1210:unsigned\20int\20OP_MOV_S_LSR_IMM<0>\28unsigned\20int\29 +1211:unsigned\20int\20OP_MOV_S_LSL_REG<1>\28unsigned\20int\29 +1212:unsigned\20int\20OP_MOV_S_LSL_REG<0>\28unsigned\20int\29 +1213:unsigned\20int\20OP_MOV_S_LSL_IMM<1>\28unsigned\20int\29 +1214:unsigned\20int\20OP_MOV_S_LSL_IMM<0>\28unsigned\20int\29 +1215:unsigned\20int\20OP_MOV_S_IMM_VAL<1>\28unsigned\20int\29 +1216:unsigned\20int\20OP_MOV_S_IMM_VAL<0>\28unsigned\20int\29 +1217:unsigned\20int\20OP_MOV_S_ASR_REG<1>\28unsigned\20int\29 +1218:unsigned\20int\20OP_MOV_S_ASR_REG<0>\28unsigned\20int\29 +1219:unsigned\20int\20OP_MOV_S_ASR_IMM<1>\28unsigned\20int\29 +1220:unsigned\20int\20OP_MOV_S_ASR_IMM<0>\28unsigned\20int\29 +1221:unsigned\20int\20OP_MOV_SPE<1>\28unsigned\20int\29 +1222:unsigned\20int\20OP_MOV_SPE<0>\28unsigned\20int\29 +1223:unsigned\20int\20OP_MOV_ROR_REG<1>\28unsigned\20int\29 +1224:unsigned\20int\20OP_MOV_ROR_REG<0>\28unsigned\20int\29 +1225:unsigned\20int\20OP_MOV_ROR_IMM<1>\28unsigned\20int\29 +1226:unsigned\20int\20OP_MOV_ROR_IMM<0>\28unsigned\20int\29 +1227:unsigned\20int\20OP_MOV_LSR_REG<1>\28unsigned\20int\29 +1228:unsigned\20int\20OP_MOV_LSR_REG<0>\28unsigned\20int\29 +1229:unsigned\20int\20OP_MOV_LSR_IMM<1>\28unsigned\20int\29 +1230:unsigned\20int\20OP_MOV_LSR_IMM<0>\28unsigned\20int\29 +1231:unsigned\20int\20OP_MOV_LSL_REG<1>\28unsigned\20int\29 +1232:unsigned\20int\20OP_MOV_LSL_REG<0>\28unsigned\20int\29 +1233:unsigned\20int\20OP_MOV_LSL_IMM<1>\28unsigned\20int\29 +1234:unsigned\20int\20OP_MOV_LSL_IMM<0>\28unsigned\20int\29 +1235:unsigned\20int\20OP_MOV_IMM_VAL<1>\28unsigned\20int\29 +1236:unsigned\20int\20OP_MOV_IMM_VAL<0>\28unsigned\20int\29 +1237:unsigned\20int\20OP_MOV_IMM8<1>\28unsigned\20int\29 +1238:unsigned\20int\20OP_MOV_IMM8<0>\28unsigned\20int\29 +1239:unsigned\20int\20OP_MOV_ASR_REG<1>\28unsigned\20int\29 +1240:unsigned\20int\20OP_MOV_ASR_REG<0>\28unsigned\20int\29 +1241:unsigned\20int\20OP_MOV_ASR_IMM<1>\28unsigned\20int\29 +1242:unsigned\20int\20OP_MOV_ASR_IMM<0>\28unsigned\20int\29 +1243:unsigned\20int\20OP_MLA_S<1>\28unsigned\20int\29 +1244:unsigned\20int\20OP_MLA_S<0>\28unsigned\20int\29 +1245:unsigned\20int\20OP_MLA<1>\28unsigned\20int\29 +1246:unsigned\20int\20OP_MLA<0>\28unsigned\20int\29 +1247:unsigned\20int\20OP_MCR<1>\28unsigned\20int\29 +1248:unsigned\20int\20OP_MCR<0>\28unsigned\20int\29 +1249:unsigned\20int\20OP_LSR_REG<1>\28unsigned\20int\29 +1250:unsigned\20int\20OP_LSR_REG<0>\28unsigned\20int\29 +1251:unsigned\20int\20OP_LSR_0<1>\28unsigned\20int\29 +1252:unsigned\20int\20OP_LSR_0<0>\28unsigned\20int\29 +1253:unsigned\20int\20OP_LSR<1>\28unsigned\20int\29 +1254:unsigned\20int\20OP_LSR<0>\28unsigned\20int\29 +1255:unsigned\20int\20OP_LSL_REG<1>\28unsigned\20int\29 +1256:unsigned\20int\20OP_LSL_REG<0>\28unsigned\20int\29 +1257:unsigned\20int\20OP_LSL_0<1>\28unsigned\20int\29 +1258:unsigned\20int\20OP_LSL_0<0>\28unsigned\20int\29 +1259:unsigned\20int\20OP_LSL<1>\28unsigned\20int\29 +1260:unsigned\20int\20OP_LSL<0>\28unsigned\20int\29 +1261:unsigned\20int\20OP_LDR_SPREL<1>\28unsigned\20int\29 +1262:unsigned\20int\20OP_LDR_SPREL<0>\28unsigned\20int\29 +1263:unsigned\20int\20OP_LDR_REG_OFF<1>\28unsigned\20int\29 +1264:unsigned\20int\20OP_LDR_REG_OFF<0>\28unsigned\20int\29 +1265:unsigned\20int\20OP_LDR_P_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1266:unsigned\20int\20OP_LDR_P_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1267:unsigned\20int\20OP_LDR_P_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1268:unsigned\20int\20OP_LDR_P_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1269:unsigned\20int\20OP_LDR_P_ROR_IMM_OFF<1>\28unsigned\20int\29 +1270:unsigned\20int\20OP_LDR_P_ROR_IMM_OFF<0>\28unsigned\20int\29 +1271:unsigned\20int\20OP_LDR_P_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1272:unsigned\20int\20OP_LDR_P_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1273:unsigned\20int\20OP_LDR_P_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1274:unsigned\20int\20OP_LDR_P_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1275:unsigned\20int\20OP_LDR_P_LSR_IMM_OFF<1>\28unsigned\20int\29 +1276:unsigned\20int\20OP_LDR_P_LSR_IMM_OFF<0>\28unsigned\20int\29 +1277:unsigned\20int\20OP_LDR_P_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1278:unsigned\20int\20OP_LDR_P_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1279:unsigned\20int\20OP_LDR_P_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1280:unsigned\20int\20OP_LDR_P_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1281:unsigned\20int\20OP_LDR_P_LSL_IMM_OFF<1>\28unsigned\20int\29 +1282:unsigned\20int\20OP_LDR_P_LSL_IMM_OFF<0>\28unsigned\20int\29 +1283:unsigned\20int\20OP_LDR_P_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1284:unsigned\20int\20OP_LDR_P_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1285:unsigned\20int\20OP_LDR_P_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1286:unsigned\20int\20OP_LDR_P_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1287:unsigned\20int\20OP_LDR_P_IMM_OFF<1>\28unsigned\20int\29 +1288:unsigned\20int\20OP_LDR_P_IMM_OFF<0>\28unsigned\20int\29 +1289:unsigned\20int\20OP_LDR_P_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1290:unsigned\20int\20OP_LDR_P_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1291:unsigned\20int\20OP_LDR_P_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1292:unsigned\20int\20OP_LDR_P_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1293:unsigned\20int\20OP_LDR_P_ASR_IMM_OFF<1>\28unsigned\20int\29 +1294:unsigned\20int\20OP_LDR_P_ASR_IMM_OFF<0>\28unsigned\20int\29 +1295:unsigned\20int\20OP_LDR_PCREL<1>\28unsigned\20int\29 +1296:unsigned\20int\20OP_LDR_PCREL<0>\28unsigned\20int\29 +1297:unsigned\20int\20OP_LDR_M_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1298:unsigned\20int\20OP_LDR_M_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1299:unsigned\20int\20OP_LDR_M_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1300:unsigned\20int\20OP_LDR_M_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1301:unsigned\20int\20OP_LDR_M_ROR_IMM_OFF<1>\28unsigned\20int\29 +1302:unsigned\20int\20OP_LDR_M_ROR_IMM_OFF<0>\28unsigned\20int\29 +1303:unsigned\20int\20OP_LDR_M_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1304:unsigned\20int\20OP_LDR_M_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1305:unsigned\20int\20OP_LDR_M_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1306:unsigned\20int\20OP_LDR_M_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1307:unsigned\20int\20OP_LDR_M_LSR_IMM_OFF<1>\28unsigned\20int\29 +1308:unsigned\20int\20OP_LDR_M_LSR_IMM_OFF<0>\28unsigned\20int\29 +1309:unsigned\20int\20OP_LDR_M_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1310:unsigned\20int\20OP_LDR_M_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1311:unsigned\20int\20OP_LDR_M_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1312:unsigned\20int\20OP_LDR_M_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1313:unsigned\20int\20OP_LDR_M_LSL_IMM_OFF<1>\28unsigned\20int\29 +1314:unsigned\20int\20OP_LDR_M_LSL_IMM_OFF<0>\28unsigned\20int\29 +1315:unsigned\20int\20OP_LDR_M_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1316:unsigned\20int\20OP_LDR_M_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1317:unsigned\20int\20OP_LDR_M_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1318:unsigned\20int\20OP_LDR_M_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1319:unsigned\20int\20OP_LDR_M_IMM_OFF<1>\28unsigned\20int\29 +1320:unsigned\20int\20OP_LDR_M_IMM_OFF<0>\28unsigned\20int\29 +1321:unsigned\20int\20OP_LDR_M_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1322:unsigned\20int\20OP_LDR_M_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1323:unsigned\20int\20OP_LDR_M_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1324:unsigned\20int\20OP_LDR_M_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1325:unsigned\20int\20OP_LDR_M_ASR_IMM_OFF<1>\28unsigned\20int\29 +1326:unsigned\20int\20OP_LDR_M_ASR_IMM_OFF<0>\28unsigned\20int\29 +1327:unsigned\20int\20OP_LDR_IMM_OFF<1>\28unsigned\20int\29 +1328:unsigned\20int\20OP_LDR_IMM_OFF<0>\28unsigned\20int\29 +1329:unsigned\20int\20OP_LDRSH_REG_OFF<1>\28unsigned\20int\29 +1330:unsigned\20int\20OP_LDRSH_REG_OFF<0>\28unsigned\20int\29 +1331:unsigned\20int\20OP_LDRSH_P_REG_OFF<1>\28unsigned\20int\29 +1332:unsigned\20int\20OP_LDRSH_P_REG_OFF<0>\28unsigned\20int\29 +1333:unsigned\20int\20OP_LDRSH_P_IMM_OFF<1>\28unsigned\20int\29 +1334:unsigned\20int\20OP_LDRSH_P_IMM_OFF<0>\28unsigned\20int\29 +1335:unsigned\20int\20OP_LDRSH_PRE_INDE_P_REG_OFF<1>\28unsigned\20int\29 +1336:unsigned\20int\20OP_LDRSH_PRE_INDE_P_REG_OFF<0>\28unsigned\20int\29 +1337:unsigned\20int\20OP_LDRSH_PRE_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +1338:unsigned\20int\20OP_LDRSH_PRE_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +1339:unsigned\20int\20OP_LDRSH_PRE_INDE_M_REG_OFF<1>\28unsigned\20int\29 +1340:unsigned\20int\20OP_LDRSH_PRE_INDE_M_REG_OFF<0>\28unsigned\20int\29 +1341:unsigned\20int\20OP_LDRSH_PRE_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +1342:unsigned\20int\20OP_LDRSH_PRE_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +1343:unsigned\20int\20OP_LDRSH_POS_INDE_P_REG_OFF<1>\28unsigned\20int\29 +1344:unsigned\20int\20OP_LDRSH_POS_INDE_P_REG_OFF<0>\28unsigned\20int\29 +1345:unsigned\20int\20OP_LDRSH_POS_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +1346:unsigned\20int\20OP_LDRSH_POS_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +1347:unsigned\20int\20OP_LDRSH_POS_INDE_M_REG_OFF<1>\28unsigned\20int\29 +1348:unsigned\20int\20OP_LDRSH_POS_INDE_M_REG_OFF<0>\28unsigned\20int\29 +1349:unsigned\20int\20OP_LDRSH_POS_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +1350:unsigned\20int\20OP_LDRSH_POS_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +1351:unsigned\20int\20OP_LDRSH_M_REG_OFF<1>\28unsigned\20int\29 +1352:unsigned\20int\20OP_LDRSH_M_REG_OFF<0>\28unsigned\20int\29 +1353:unsigned\20int\20OP_LDRSH_M_IMM_OFF<1>\28unsigned\20int\29 +1354:unsigned\20int\20OP_LDRSH_M_IMM_OFF<0>\28unsigned\20int\29 +1355:unsigned\20int\20OP_LDRSB_REG_OFF<1>\28unsigned\20int\29 +1356:unsigned\20int\20OP_LDRSB_REG_OFF<0>\28unsigned\20int\29 +1357:unsigned\20int\20OP_LDRSB_P_REG_OFF<1>\28unsigned\20int\29 +1358:unsigned\20int\20OP_LDRSB_P_REG_OFF<0>\28unsigned\20int\29 +1359:unsigned\20int\20OP_LDRSB_P_IMM_OFF<1>\28unsigned\20int\29 +1360:unsigned\20int\20OP_LDRSB_P_IMM_OFF<0>\28unsigned\20int\29 +1361:unsigned\20int\20OP_LDRSB_PRE_INDE_P_REG_OFF<1>\28unsigned\20int\29 +1362:unsigned\20int\20OP_LDRSB_PRE_INDE_P_REG_OFF<0>\28unsigned\20int\29 +1363:unsigned\20int\20OP_LDRSB_PRE_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +1364:unsigned\20int\20OP_LDRSB_PRE_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +1365:unsigned\20int\20OP_LDRSB_PRE_INDE_M_REG_OFF<1>\28unsigned\20int\29 +1366:unsigned\20int\20OP_LDRSB_PRE_INDE_M_REG_OFF<0>\28unsigned\20int\29 +1367:unsigned\20int\20OP_LDRSB_PRE_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +1368:unsigned\20int\20OP_LDRSB_PRE_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +1369:unsigned\20int\20OP_LDRSB_POS_INDE_P_REG_OFF<1>\28unsigned\20int\29 +1370:unsigned\20int\20OP_LDRSB_POS_INDE_P_REG_OFF<0>\28unsigned\20int\29 +1371:unsigned\20int\20OP_LDRSB_POS_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +1372:unsigned\20int\20OP_LDRSB_POS_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +1373:unsigned\20int\20OP_LDRSB_POS_INDE_M_REG_OFF<1>\28unsigned\20int\29 +1374:unsigned\20int\20OP_LDRSB_POS_INDE_M_REG_OFF<0>\28unsigned\20int\29 +1375:unsigned\20int\20OP_LDRSB_POS_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +1376:unsigned\20int\20OP_LDRSB_POS_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +1377:unsigned\20int\20OP_LDRSB_M_REG_OFF<1>\28unsigned\20int\29 +1378:unsigned\20int\20OP_LDRSB_M_REG_OFF<0>\28unsigned\20int\29 +1379:unsigned\20int\20OP_LDRSB_M_IMM_OFF<1>\28unsigned\20int\29 +1380:unsigned\20int\20OP_LDRSB_M_IMM_OFF<0>\28unsigned\20int\29 +1381:unsigned\20int\20OP_LDRH_REG_OFF<1>\28unsigned\20int\29 +1382:unsigned\20int\20OP_LDRH_REG_OFF<0>\28unsigned\20int\29 +1383:unsigned\20int\20OP_LDRH_P_REG_OFF<1>\28unsigned\20int\29 +1384:unsigned\20int\20OP_LDRH_P_REG_OFF<0>\28unsigned\20int\29 +1385:unsigned\20int\20OP_LDRH_P_IMM_OFF<1>\28unsigned\20int\29 +1386:unsigned\20int\20OP_LDRH_P_IMM_OFF<0>\28unsigned\20int\29 +1387:unsigned\20int\20OP_LDRH_PRE_INDE_P_REG_OFF<1>\28unsigned\20int\29 +1388:unsigned\20int\20OP_LDRH_PRE_INDE_P_REG_OFF<0>\28unsigned\20int\29 +1389:unsigned\20int\20OP_LDRH_PRE_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +1390:unsigned\20int\20OP_LDRH_PRE_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +1391:unsigned\20int\20OP_LDRH_PRE_INDE_M_REG_OFF<1>\28unsigned\20int\29 +1392:unsigned\20int\20OP_LDRH_PRE_INDE_M_REG_OFF<0>\28unsigned\20int\29 +1393:unsigned\20int\20OP_LDRH_PRE_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +1394:unsigned\20int\20OP_LDRH_PRE_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +1395:unsigned\20int\20OP_LDRH_POS_INDE_P_REG_OFF<1>\28unsigned\20int\29 +1396:unsigned\20int\20OP_LDRH_POS_INDE_P_REG_OFF<0>\28unsigned\20int\29 +1397:unsigned\20int\20OP_LDRH_POS_INDE_P_IMM_OFF<1>\28unsigned\20int\29 +1398:unsigned\20int\20OP_LDRH_POS_INDE_P_IMM_OFF<0>\28unsigned\20int\29 +1399:unsigned\20int\20OP_LDRH_POS_INDE_M_REG_OFF<1>\28unsigned\20int\29 +1400:unsigned\20int\20OP_LDRH_POS_INDE_M_REG_OFF<0>\28unsigned\20int\29 +1401:unsigned\20int\20OP_LDRH_POS_INDE_M_IMM_OFF<1>\28unsigned\20int\29 +1402:unsigned\20int\20OP_LDRH_POS_INDE_M_IMM_OFF<0>\28unsigned\20int\29 +1403:unsigned\20int\20OP_LDRH_M_REG_OFF<1>\28unsigned\20int\29 +1404:unsigned\20int\20OP_LDRH_M_REG_OFF<0>\28unsigned\20int\29 +1405:unsigned\20int\20OP_LDRH_M_IMM_OFF<1>\28unsigned\20int\29 +1406:unsigned\20int\20OP_LDRH_M_IMM_OFF<0>\28unsigned\20int\29 +1407:unsigned\20int\20OP_LDRH_IMM_OFF<1>\28unsigned\20int\29 +1408:unsigned\20int\20OP_LDRH_IMM_OFF<0>\28unsigned\20int\29 +1409:unsigned\20int\20OP_LDREX<1>\28unsigned\20int\29 +1410:unsigned\20int\20OP_LDREX<0>\28unsigned\20int\29 +1411:unsigned\20int\20OP_LDRD_STRD_POST_INDEX<1>\28unsigned\20int\29 +1412:unsigned\20int\20OP_LDRD_STRD_POST_INDEX<0>\28unsigned\20int\29 +1413:unsigned\20int\20OP_LDRD_STRD_OFFSET_PRE_INDEX<1>\28unsigned\20int\29 +1414:unsigned\20int\20OP_LDRD_STRD_OFFSET_PRE_INDEX<0>\28unsigned\20int\29 +1415:unsigned\20int\20OP_LDRB_REG_OFF<1>\28unsigned\20int\29 +1416:unsigned\20int\20OP_LDRB_REG_OFF<0>\28unsigned\20int\29 +1417:unsigned\20int\20OP_LDRB_P_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1418:unsigned\20int\20OP_LDRB_P_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1419:unsigned\20int\20OP_LDRB_P_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1420:unsigned\20int\20OP_LDRB_P_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1421:unsigned\20int\20OP_LDRB_P_ROR_IMM_OFF<1>\28unsigned\20int\29 +1422:unsigned\20int\20OP_LDRB_P_ROR_IMM_OFF<0>\28unsigned\20int\29 +1423:unsigned\20int\20OP_LDRB_P_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1424:unsigned\20int\20OP_LDRB_P_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1425:unsigned\20int\20OP_LDRB_P_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1426:unsigned\20int\20OP_LDRB_P_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1427:unsigned\20int\20OP_LDRB_P_LSR_IMM_OFF<1>\28unsigned\20int\29 +1428:unsigned\20int\20OP_LDRB_P_LSR_IMM_OFF<0>\28unsigned\20int\29 +1429:unsigned\20int\20OP_LDRB_P_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1430:unsigned\20int\20OP_LDRB_P_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1431:unsigned\20int\20OP_LDRB_P_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1432:unsigned\20int\20OP_LDRB_P_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1433:unsigned\20int\20OP_LDRB_P_LSL_IMM_OFF<1>\28unsigned\20int\29 +1434:unsigned\20int\20OP_LDRB_P_LSL_IMM_OFF<0>\28unsigned\20int\29 +1435:unsigned\20int\20OP_LDRB_P_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1436:unsigned\20int\20OP_LDRB_P_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1437:unsigned\20int\20OP_LDRB_P_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1438:unsigned\20int\20OP_LDRB_P_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1439:unsigned\20int\20OP_LDRB_P_IMM_OFF<1>\28unsigned\20int\29 +1440:unsigned\20int\20OP_LDRB_P_IMM_OFF<0>\28unsigned\20int\29 +1441:unsigned\20int\20OP_LDRB_P_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1442:unsigned\20int\20OP_LDRB_P_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1443:unsigned\20int\20OP_LDRB_P_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1444:unsigned\20int\20OP_LDRB_P_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1445:unsigned\20int\20OP_LDRB_P_ASR_IMM_OFF<1>\28unsigned\20int\29 +1446:unsigned\20int\20OP_LDRB_P_ASR_IMM_OFF<0>\28unsigned\20int\29 +1447:unsigned\20int\20OP_LDRB_M_ROR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1448:unsigned\20int\20OP_LDRB_M_ROR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1449:unsigned\20int\20OP_LDRB_M_ROR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1450:unsigned\20int\20OP_LDRB_M_ROR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1451:unsigned\20int\20OP_LDRB_M_ROR_IMM_OFF<1>\28unsigned\20int\29 +1452:unsigned\20int\20OP_LDRB_M_ROR_IMM_OFF<0>\28unsigned\20int\29 +1453:unsigned\20int\20OP_LDRB_M_LSR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1454:unsigned\20int\20OP_LDRB_M_LSR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1455:unsigned\20int\20OP_LDRB_M_LSR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1456:unsigned\20int\20OP_LDRB_M_LSR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1457:unsigned\20int\20OP_LDRB_M_LSR_IMM_OFF<1>\28unsigned\20int\29 +1458:unsigned\20int\20OP_LDRB_M_LSR_IMM_OFF<0>\28unsigned\20int\29 +1459:unsigned\20int\20OP_LDRB_M_LSL_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1460:unsigned\20int\20OP_LDRB_M_LSL_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1461:unsigned\20int\20OP_LDRB_M_LSL_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1462:unsigned\20int\20OP_LDRB_M_LSL_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1463:unsigned\20int\20OP_LDRB_M_LSL_IMM_OFF<1>\28unsigned\20int\29 +1464:unsigned\20int\20OP_LDRB_M_LSL_IMM_OFF<0>\28unsigned\20int\29 +1465:unsigned\20int\20OP_LDRB_M_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1466:unsigned\20int\20OP_LDRB_M_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1467:unsigned\20int\20OP_LDRB_M_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1468:unsigned\20int\20OP_LDRB_M_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1469:unsigned\20int\20OP_LDRB_M_IMM_OFF<1>\28unsigned\20int\29 +1470:unsigned\20int\20OP_LDRB_M_IMM_OFF<0>\28unsigned\20int\29 +1471:unsigned\20int\20OP_LDRB_M_ASR_IMM_OFF_PREIND<1>\28unsigned\20int\29 +1472:unsigned\20int\20OP_LDRB_M_ASR_IMM_OFF_PREIND<0>\28unsigned\20int\29 +1473:unsigned\20int\20OP_LDRB_M_ASR_IMM_OFF_POSTIND<1>\28unsigned\20int\29 +1474:unsigned\20int\20OP_LDRB_M_ASR_IMM_OFF_POSTIND<0>\28unsigned\20int\29 +1475:unsigned\20int\20OP_LDRB_M_ASR_IMM_OFF<1>\28unsigned\20int\29 +1476:unsigned\20int\20OP_LDRB_M_ASR_IMM_OFF<0>\28unsigned\20int\29 +1477:unsigned\20int\20OP_LDRB_IMM_OFF<1>\28unsigned\20int\29 +1478:unsigned\20int\20OP_LDRB_IMM_OFF<0>\28unsigned\20int\29 +1479:unsigned\20int\20OP_LDMIB_W<1>\28unsigned\20int\29 +1480:unsigned\20int\20OP_LDMIB_W<0>\28unsigned\20int\29 +1481:unsigned\20int\20OP_LDMIB<1>\28unsigned\20int\29 +1482:unsigned\20int\20OP_LDMIB<0>\28unsigned\20int\29 +1483:unsigned\20int\20OP_LDMIB2_W<1>\28unsigned\20int\29 +1484:unsigned\20int\20OP_LDMIB2_W<0>\28unsigned\20int\29 +1485:unsigned\20int\20OP_LDMIB2<1>\28unsigned\20int\29 +1486:unsigned\20int\20OP_LDMIB2<0>\28unsigned\20int\29 +1487:unsigned\20int\20OP_LDMIA_W<1>\28unsigned\20int\29 +1488:unsigned\20int\20OP_LDMIA_W<0>\28unsigned\20int\29 +1489:unsigned\20int\20OP_LDMIA_THUMB<1>\28unsigned\20int\29 +1490:unsigned\20int\20OP_LDMIA_THUMB<0>\28unsigned\20int\29 +1491:unsigned\20int\20OP_LDMIA<1>\28unsigned\20int\29 +1492:unsigned\20int\20OP_LDMIA<0>\28unsigned\20int\29 +1493:unsigned\20int\20OP_LDMIA2_W<1>\28unsigned\20int\29 +1494:unsigned\20int\20OP_LDMIA2_W<0>\28unsigned\20int\29 +1495:unsigned\20int\20OP_LDMIA2<1>\28unsigned\20int\29 +1496:unsigned\20int\20OP_LDMIA2<0>\28unsigned\20int\29 +1497:unsigned\20int\20OP_LDMDB_W<1>\28unsigned\20int\29 +1498:unsigned\20int\20OP_LDMDB_W<0>\28unsigned\20int\29 +1499:unsigned\20int\20OP_LDMDB<1>\28unsigned\20int\29 +1500:unsigned\20int\20OP_LDMDB<0>\28unsigned\20int\29 +1501:unsigned\20int\20OP_LDMDB2_W<1>\28unsigned\20int\29 +1502:unsigned\20int\20OP_LDMDB2_W<0>\28unsigned\20int\29 +1503:unsigned\20int\20OP_LDMDB2<1>\28unsigned\20int\29 +1504:unsigned\20int\20OP_LDMDB2<0>\28unsigned\20int\29 +1505:unsigned\20int\20OP_LDMDA_W<1>\28unsigned\20int\29 +1506:unsigned\20int\20OP_LDMDA_W<0>\28unsigned\20int\29 +1507:unsigned\20int\20OP_LDMDA<1>\28unsigned\20int\29 +1508:unsigned\20int\20OP_LDMDA<0>\28unsigned\20int\29 +1509:unsigned\20int\20OP_LDMDA2_W<1>\28unsigned\20int\29 +1510:unsigned\20int\20OP_LDMDA2_W<0>\28unsigned\20int\29 +1511:unsigned\20int\20OP_LDMDA2<1>\28unsigned\20int\29 +1512:unsigned\20int\20OP_LDMDA2<0>\28unsigned\20int\29 +1513:unsigned\20int\20OP_EOR_S_ROR_REG<1>\28unsigned\20int\29 +1514:unsigned\20int\20OP_EOR_S_ROR_REG<0>\28unsigned\20int\29 +1515:unsigned\20int\20OP_EOR_S_ROR_IMM<1>\28unsigned\20int\29 +1516:unsigned\20int\20OP_EOR_S_ROR_IMM<0>\28unsigned\20int\29 +1517:unsigned\20int\20OP_EOR_S_LSR_REG<1>\28unsigned\20int\29 +1518:unsigned\20int\20OP_EOR_S_LSR_REG<0>\28unsigned\20int\29 +1519:unsigned\20int\20OP_EOR_S_LSR_IMM<1>\28unsigned\20int\29 +1520:unsigned\20int\20OP_EOR_S_LSR_IMM<0>\28unsigned\20int\29 +1521:unsigned\20int\20OP_EOR_S_LSL_REG<1>\28unsigned\20int\29 +1522:unsigned\20int\20OP_EOR_S_LSL_REG<0>\28unsigned\20int\29 +1523:unsigned\20int\20OP_EOR_S_LSL_IMM<1>\28unsigned\20int\29 +1524:unsigned\20int\20OP_EOR_S_LSL_IMM<0>\28unsigned\20int\29 +1525:unsigned\20int\20OP_EOR_S_IMM_VAL<1>\28unsigned\20int\29 +1526:unsigned\20int\20OP_EOR_S_IMM_VAL<0>\28unsigned\20int\29 +1527:unsigned\20int\20OP_EOR_S_ASR_REG<1>\28unsigned\20int\29 +1528:unsigned\20int\20OP_EOR_S_ASR_REG<0>\28unsigned\20int\29 +1529:unsigned\20int\20OP_EOR_S_ASR_IMM<1>\28unsigned\20int\29 +1530:unsigned\20int\20OP_EOR_S_ASR_IMM<0>\28unsigned\20int\29 +1531:unsigned\20int\20OP_EOR_ROR_REG<1>\28unsigned\20int\29 +1532:unsigned\20int\20OP_EOR_ROR_REG<0>\28unsigned\20int\29 +1533:unsigned\20int\20OP_EOR_ROR_IMM<1>\28unsigned\20int\29 +1534:unsigned\20int\20OP_EOR_ROR_IMM<0>\28unsigned\20int\29 +1535:unsigned\20int\20OP_EOR_LSR_REG<1>\28unsigned\20int\29 +1536:unsigned\20int\20OP_EOR_LSR_REG<0>\28unsigned\20int\29 +1537:unsigned\20int\20OP_EOR_LSR_IMM<1>\28unsigned\20int\29 +1538:unsigned\20int\20OP_EOR_LSR_IMM<0>\28unsigned\20int\29 +1539:unsigned\20int\20OP_EOR_LSL_REG<1>\28unsigned\20int\29 +1540:unsigned\20int\20OP_EOR_LSL_REG<0>\28unsigned\20int\29 +1541:unsigned\20int\20OP_EOR_LSL_IMM<1>\28unsigned\20int\29 +1542:unsigned\20int\20OP_EOR_LSL_IMM<0>\28unsigned\20int\29 +1543:unsigned\20int\20OP_EOR_IMM_VAL<1>\28unsigned\20int\29 +1544:unsigned\20int\20OP_EOR_IMM_VAL<0>\28unsigned\20int\29 +1545:unsigned\20int\20OP_EOR_ASR_REG<1>\28unsigned\20int\29 +1546:unsigned\20int\20OP_EOR_ASR_REG<0>\28unsigned\20int\29 +1547:unsigned\20int\20OP_EOR_ASR_IMM<1>\28unsigned\20int\29 +1548:unsigned\20int\20OP_EOR_ASR_IMM<0>\28unsigned\20int\29 +1549:unsigned\20int\20OP_EOR<1>\28unsigned\20int\29 +1550:unsigned\20int\20OP_EOR<0>\28unsigned\20int\29 +1551:unsigned\20int\20OP_CMP_SPE<1>\28unsigned\20int\29 +1552:unsigned\20int\20OP_CMP_SPE<0>\28unsigned\20int\29 +1553:unsigned\20int\20OP_CMP_ROR_REG<1>\28unsigned\20int\29 +1554:unsigned\20int\20OP_CMP_ROR_REG<0>\28unsigned\20int\29 +1555:unsigned\20int\20OP_CMP_ROR_IMM<1>\28unsigned\20int\29 +1556:unsigned\20int\20OP_CMP_ROR_IMM<0>\28unsigned\20int\29 +1557:unsigned\20int\20OP_CMP_LSR_REG<1>\28unsigned\20int\29 +1558:unsigned\20int\20OP_CMP_LSR_REG<0>\28unsigned\20int\29 +1559:unsigned\20int\20OP_CMP_LSR_IMM<1>\28unsigned\20int\29 +1560:unsigned\20int\20OP_CMP_LSR_IMM<0>\28unsigned\20int\29 +1561:unsigned\20int\20OP_CMP_LSL_REG<1>\28unsigned\20int\29 +1562:unsigned\20int\20OP_CMP_LSL_REG<0>\28unsigned\20int\29 +1563:unsigned\20int\20OP_CMP_LSL_IMM<1>\28unsigned\20int\29 +1564:unsigned\20int\20OP_CMP_LSL_IMM<0>\28unsigned\20int\29 +1565:unsigned\20int\20OP_CMP_IMM_VAL<1>\28unsigned\20int\29 +1566:unsigned\20int\20OP_CMP_IMM_VAL<0>\28unsigned\20int\29 +1567:unsigned\20int\20OP_CMP_IMM8<1>\28unsigned\20int\29 +1568:unsigned\20int\20OP_CMP_IMM8<0>\28unsigned\20int\29 +1569:unsigned\20int\20OP_CMP_ASR_REG<1>\28unsigned\20int\29 +1570:unsigned\20int\20OP_CMP_ASR_REG<0>\28unsigned\20int\29 +1571:unsigned\20int\20OP_CMP_ASR_IMM<1>\28unsigned\20int\29 +1572:unsigned\20int\20OP_CMP_ASR_IMM<0>\28unsigned\20int\29 +1573:unsigned\20int\20OP_CMP<1>\28unsigned\20int\29 +1574:unsigned\20int\20OP_CMP<0>\28unsigned\20int\29 +1575:unsigned\20int\20OP_CMN_ROR_REG<1>\28unsigned\20int\29 +1576:unsigned\20int\20OP_CMN_ROR_REG<0>\28unsigned\20int\29 +1577:unsigned\20int\20OP_CMN_ROR_IMM<1>\28unsigned\20int\29 +1578:unsigned\20int\20OP_CMN_ROR_IMM<0>\28unsigned\20int\29 +1579:unsigned\20int\20OP_CMN_LSR_REG<1>\28unsigned\20int\29 +1580:unsigned\20int\20OP_CMN_LSR_REG<0>\28unsigned\20int\29 +1581:unsigned\20int\20OP_CMN_LSR_IMM<1>\28unsigned\20int\29 +1582:unsigned\20int\20OP_CMN_LSR_IMM<0>\28unsigned\20int\29 +1583:unsigned\20int\20OP_CMN_LSL_REG<1>\28unsigned\20int\29 +1584:unsigned\20int\20OP_CMN_LSL_REG<0>\28unsigned\20int\29 +1585:unsigned\20int\20OP_CMN_LSL_IMM<1>\28unsigned\20int\29 +1586:unsigned\20int\20OP_CMN_LSL_IMM<0>\28unsigned\20int\29 +1587:unsigned\20int\20OP_CMN_IMM_VAL<1>\28unsigned\20int\29 +1588:unsigned\20int\20OP_CMN_IMM_VAL<0>\28unsigned\20int\29 +1589:unsigned\20int\20OP_CMN_ASR_REG<1>\28unsigned\20int\29 +1590:unsigned\20int\20OP_CMN_ASR_REG<0>\28unsigned\20int\29 +1591:unsigned\20int\20OP_CMN_ASR_IMM<1>\28unsigned\20int\29 +1592:unsigned\20int\20OP_CMN_ASR_IMM<0>\28unsigned\20int\29 +1593:unsigned\20int\20OP_CMN<1>\28unsigned\20int\29 +1594:unsigned\20int\20OP_CMN<0>\28unsigned\20int\29 +1595:unsigned\20int\20OP_CLZ<1>\28unsigned\20int\29 +1596:unsigned\20int\20OP_CLZ<0>\28unsigned\20int\29 +1597:unsigned\20int\20OP_B_UNCOND<1>\28unsigned\20int\29 +1598:unsigned\20int\20OP_B_UNCOND<0>\28unsigned\20int\29 +1599:unsigned\20int\20OP_B_COND<1>\28unsigned\20int\29 +1600:unsigned\20int\20OP_B_COND<0>\28unsigned\20int\29 +1601:unsigned\20int\20OP_BX_THUMB<1>\28unsigned\20int\29 +1602:unsigned\20int\20OP_BX_THUMB<0>\28unsigned\20int\29 +1603:unsigned\20int\20OP_BX<1>\28unsigned\20int\29 +1604:unsigned\20int\20OP_BX<0>\28unsigned\20int\29 +1605:unsigned\20int\20OP_BL_11<1>\28unsigned\20int\29 +1606:unsigned\20int\20OP_BL_11<0>\28unsigned\20int\29 +1607:unsigned\20int\20OP_BL_10<1>\28unsigned\20int\29 +1608:unsigned\20int\20OP_BL_10<0>\28unsigned\20int\29 +1609:unsigned\20int\20OP_BLX_THUMB<1>\28unsigned\20int\29 +1610:unsigned\20int\20OP_BLX_THUMB<0>\28unsigned\20int\29 +1611:unsigned\20int\20OP_BLX_REG<1>\28unsigned\20int\29 +1612:unsigned\20int\20OP_BLX_REG<0>\28unsigned\20int\29 +1613:unsigned\20int\20OP_BLX<1>\28unsigned\20int\29 +1614:unsigned\20int\20OP_BLX<0>\28unsigned\20int\29 +1615:unsigned\20int\20OP_BL<1>\28unsigned\20int\29 +1616:unsigned\20int\20OP_BL<0>\28unsigned\20int\29 +1617:unsigned\20int\20OP_BKPT_THUMB<1>\28unsigned\20int\29 +1618:unsigned\20int\20OP_BKPT_THUMB<0>\28unsigned\20int\29 +1619:unsigned\20int\20OP_BKPT<1>\28unsigned\20int\29 +1620:unsigned\20int\20OP_BKPT<0>\28unsigned\20int\29 +1621:unsigned\20int\20OP_BIC_S_ROR_REG<1>\28unsigned\20int\29 +1622:unsigned\20int\20OP_BIC_S_ROR_REG<0>\28unsigned\20int\29 +1623:unsigned\20int\20OP_BIC_S_ROR_IMM<1>\28unsigned\20int\29 +1624:unsigned\20int\20OP_BIC_S_ROR_IMM<0>\28unsigned\20int\29 +1625:unsigned\20int\20OP_BIC_S_LSR_REG<1>\28unsigned\20int\29 +1626:unsigned\20int\20OP_BIC_S_LSR_REG<0>\28unsigned\20int\29 +1627:unsigned\20int\20OP_BIC_S_LSR_IMM<1>\28unsigned\20int\29 +1628:unsigned\20int\20OP_BIC_S_LSR_IMM<0>\28unsigned\20int\29 +1629:unsigned\20int\20OP_BIC_S_LSL_REG<1>\28unsigned\20int\29 +1630:unsigned\20int\20OP_BIC_S_LSL_REG<0>\28unsigned\20int\29 +1631:unsigned\20int\20OP_BIC_S_LSL_IMM<1>\28unsigned\20int\29 +1632:unsigned\20int\20OP_BIC_S_LSL_IMM<0>\28unsigned\20int\29 +1633:unsigned\20int\20OP_BIC_S_IMM_VAL<1>\28unsigned\20int\29 +1634:unsigned\20int\20OP_BIC_S_IMM_VAL<0>\28unsigned\20int\29 +1635:unsigned\20int\20OP_BIC_S_ASR_REG<1>\28unsigned\20int\29 +1636:unsigned\20int\20OP_BIC_S_ASR_REG<0>\28unsigned\20int\29 +1637:unsigned\20int\20OP_BIC_S_ASR_IMM<1>\28unsigned\20int\29 +1638:unsigned\20int\20OP_BIC_S_ASR_IMM<0>\28unsigned\20int\29 +1639:unsigned\20int\20OP_BIC_ROR_REG<1>\28unsigned\20int\29 +1640:unsigned\20int\20OP_BIC_ROR_REG<0>\28unsigned\20int\29 +1641:unsigned\20int\20OP_BIC_ROR_IMM<1>\28unsigned\20int\29 +1642:unsigned\20int\20OP_BIC_ROR_IMM<0>\28unsigned\20int\29 +1643:unsigned\20int\20OP_BIC_LSR_REG<1>\28unsigned\20int\29 +1644:unsigned\20int\20OP_BIC_LSR_REG<0>\28unsigned\20int\29 +1645:unsigned\20int\20OP_BIC_LSR_IMM<1>\28unsigned\20int\29 +1646:unsigned\20int\20OP_BIC_LSR_IMM<0>\28unsigned\20int\29 +1647:unsigned\20int\20OP_BIC_LSL_REG<1>\28unsigned\20int\29 +1648:unsigned\20int\20OP_BIC_LSL_REG<0>\28unsigned\20int\29 +1649:unsigned\20int\20OP_BIC_LSL_IMM<1>\28unsigned\20int\29 +1650:unsigned\20int\20OP_BIC_LSL_IMM<0>\28unsigned\20int\29 +1651:unsigned\20int\20OP_BIC_IMM_VAL<1>\28unsigned\20int\29 +1652:unsigned\20int\20OP_BIC_IMM_VAL<0>\28unsigned\20int\29 +1653:unsigned\20int\20OP_BIC_ASR_REG<1>\28unsigned\20int\29 +1654:unsigned\20int\20OP_BIC_ASR_REG<0>\28unsigned\20int\29 +1655:unsigned\20int\20OP_BIC_ASR_IMM<1>\28unsigned\20int\29 +1656:unsigned\20int\20OP_BIC_ASR_IMM<0>\28unsigned\20int\29 +1657:unsigned\20int\20OP_BIC<1>\28unsigned\20int\29 +1658:unsigned\20int\20OP_BIC<0>\28unsigned\20int\29 +1659:unsigned\20int\20OP_B<1>\28unsigned\20int\29 +1660:unsigned\20int\20OP_B<0>\28unsigned\20int\29 +1661:unsigned\20int\20OP_ASR_REG<1>\28unsigned\20int\29 +1662:unsigned\20int\20OP_ASR_REG<0>\28unsigned\20int\29 +1663:unsigned\20int\20OP_ASR_0<1>\28unsigned\20int\29 +1664:unsigned\20int\20OP_ASR_0<0>\28unsigned\20int\29 +1665:unsigned\20int\20OP_ASR<1>\28unsigned\20int\29 +1666:unsigned\20int\20OP_ASR<0>\28unsigned\20int\29 +1667:unsigned\20int\20OP_AND_S_ROR_REG<1>\28unsigned\20int\29 +1668:unsigned\20int\20OP_AND_S_ROR_REG<0>\28unsigned\20int\29 +1669:unsigned\20int\20OP_AND_S_ROR_IMM<1>\28unsigned\20int\29 +1670:unsigned\20int\20OP_AND_S_ROR_IMM<0>\28unsigned\20int\29 +1671:unsigned\20int\20OP_AND_S_LSR_REG<1>\28unsigned\20int\29 +1672:unsigned\20int\20OP_AND_S_LSR_REG<0>\28unsigned\20int\29 +1673:unsigned\20int\20OP_AND_S_LSR_IMM<1>\28unsigned\20int\29 +1674:unsigned\20int\20OP_AND_S_LSR_IMM<0>\28unsigned\20int\29 +1675:unsigned\20int\20OP_AND_S_LSL_REG<1>\28unsigned\20int\29 +1676:unsigned\20int\20OP_AND_S_LSL_REG<0>\28unsigned\20int\29 +1677:unsigned\20int\20OP_AND_S_LSL_IMM<1>\28unsigned\20int\29 +1678:unsigned\20int\20OP_AND_S_LSL_IMM<0>\28unsigned\20int\29 +1679:unsigned\20int\20OP_AND_S_IMM_VAL<1>\28unsigned\20int\29 +1680:unsigned\20int\20OP_AND_S_IMM_VAL<0>\28unsigned\20int\29 +1681:unsigned\20int\20OP_AND_S_ASR_REG<1>\28unsigned\20int\29 +1682:unsigned\20int\20OP_AND_S_ASR_REG<0>\28unsigned\20int\29 +1683:unsigned\20int\20OP_AND_S_ASR_IMM<1>\28unsigned\20int\29 +1684:unsigned\20int\20OP_AND_S_ASR_IMM<0>\28unsigned\20int\29 +1685:unsigned\20int\20OP_AND_ROR_REG<1>\28unsigned\20int\29 +1686:unsigned\20int\20OP_AND_ROR_REG<0>\28unsigned\20int\29 +1687:unsigned\20int\20OP_AND_ROR_IMM<1>\28unsigned\20int\29 +1688:unsigned\20int\20OP_AND_ROR_IMM<0>\28unsigned\20int\29 +1689:unsigned\20int\20OP_AND_LSR_REG<1>\28unsigned\20int\29 +1690:unsigned\20int\20OP_AND_LSR_REG<0>\28unsigned\20int\29 +1691:unsigned\20int\20OP_AND_LSR_IMM<1>\28unsigned\20int\29 +1692:unsigned\20int\20OP_AND_LSR_IMM<0>\28unsigned\20int\29 +1693:unsigned\20int\20OP_AND_LSL_REG<1>\28unsigned\20int\29 +1694:unsigned\20int\20OP_AND_LSL_REG<0>\28unsigned\20int\29 +1695:unsigned\20int\20OP_AND_LSL_IMM<1>\28unsigned\20int\29 +1696:unsigned\20int\20OP_AND_LSL_IMM<0>\28unsigned\20int\29 +1697:unsigned\20int\20OP_AND_IMM_VAL<1>\28unsigned\20int\29 +1698:unsigned\20int\20OP_AND_IMM_VAL<0>\28unsigned\20int\29 +1699:unsigned\20int\20OP_AND_ASR_REG<1>\28unsigned\20int\29 +1700:unsigned\20int\20OP_AND_ASR_REG<0>\28unsigned\20int\29 +1701:unsigned\20int\20OP_AND_ASR_IMM<1>\28unsigned\20int\29 +1702:unsigned\20int\20OP_AND_ASR_IMM<0>\28unsigned\20int\29 +1703:unsigned\20int\20OP_AND<1>\28unsigned\20int\29 +1704:unsigned\20int\20OP_AND<0>\28unsigned\20int\29 +1705:unsigned\20int\20OP_ADJUST_P_SP<1>\28unsigned\20int\29 +1706:unsigned\20int\20OP_ADJUST_P_SP<0>\28unsigned\20int\29 +1707:unsigned\20int\20OP_ADJUST_M_SP<1>\28unsigned\20int\29 +1708:unsigned\20int\20OP_ADJUST_M_SP<0>\28unsigned\20int\29 +1709:unsigned\20int\20OP_ADD_S_ROR_REG<1>\28unsigned\20int\29 +1710:unsigned\20int\20OP_ADD_S_ROR_REG<0>\28unsigned\20int\29 +1711:unsigned\20int\20OP_ADD_S_ROR_IMM<1>\28unsigned\20int\29 +1712:unsigned\20int\20OP_ADD_S_ROR_IMM<0>\28unsigned\20int\29 +1713:unsigned\20int\20OP_ADD_S_LSR_REG<1>\28unsigned\20int\29 +1714:unsigned\20int\20OP_ADD_S_LSR_REG<0>\28unsigned\20int\29 +1715:unsigned\20int\20OP_ADD_S_LSR_IMM<1>\28unsigned\20int\29 +1716:unsigned\20int\20OP_ADD_S_LSR_IMM<0>\28unsigned\20int\29 +1717:unsigned\20int\20OP_ADD_S_LSL_REG<1>\28unsigned\20int\29 +1718:unsigned\20int\20OP_ADD_S_LSL_REG<0>\28unsigned\20int\29 +1719:unsigned\20int\20OP_ADD_S_LSL_IMM<1>\28unsigned\20int\29 +1720:unsigned\20int\20OP_ADD_S_LSL_IMM<0>\28unsigned\20int\29 +1721:unsigned\20int\20OP_ADD_S_IMM_VAL<1>\28unsigned\20int\29 +1722:unsigned\20int\20OP_ADD_S_IMM_VAL<0>\28unsigned\20int\29 +1723:unsigned\20int\20OP_ADD_S_ASR_REG<1>\28unsigned\20int\29 +1724:unsigned\20int\20OP_ADD_S_ASR_REG<0>\28unsigned\20int\29 +1725:unsigned\20int\20OP_ADD_S_ASR_IMM<1>\28unsigned\20int\29 +1726:unsigned\20int\20OP_ADD_S_ASR_IMM<0>\28unsigned\20int\29 +1727:unsigned\20int\20OP_ADD_SPE<1>\28unsigned\20int\29 +1728:unsigned\20int\20OP_ADD_SPE<0>\28unsigned\20int\29 +1729:unsigned\20int\20OP_ADD_ROR_REG<1>\28unsigned\20int\29 +1730:unsigned\20int\20OP_ADD_ROR_REG<0>\28unsigned\20int\29 +1731:unsigned\20int\20OP_ADD_ROR_IMM<1>\28unsigned\20int\29 +1732:unsigned\20int\20OP_ADD_ROR_IMM<0>\28unsigned\20int\29 +1733:unsigned\20int\20OP_ADD_REG<1>\28unsigned\20int\29 +1734:unsigned\20int\20OP_ADD_REG<0>\28unsigned\20int\29 +1735:unsigned\20int\20OP_ADD_LSR_REG<1>\28unsigned\20int\29 +1736:unsigned\20int\20OP_ADD_LSR_REG<0>\28unsigned\20int\29 +1737:unsigned\20int\20OP_ADD_LSR_IMM<1>\28unsigned\20int\29 +1738:unsigned\20int\20OP_ADD_LSR_IMM<0>\28unsigned\20int\29 +1739:unsigned\20int\20OP_ADD_LSL_REG<1>\28unsigned\20int\29 +1740:unsigned\20int\20OP_ADD_LSL_REG<0>\28unsigned\20int\29 +1741:unsigned\20int\20OP_ADD_LSL_IMM<1>\28unsigned\20int\29 +1742:unsigned\20int\20OP_ADD_LSL_IMM<0>\28unsigned\20int\29 +1743:unsigned\20int\20OP_ADD_IMM_VAL<1>\28unsigned\20int\29 +1744:unsigned\20int\20OP_ADD_IMM_VAL<0>\28unsigned\20int\29 +1745:unsigned\20int\20OP_ADD_IMM8<1>\28unsigned\20int\29 +1746:unsigned\20int\20OP_ADD_IMM8<0>\28unsigned\20int\29 +1747:unsigned\20int\20OP_ADD_IMM3<1>\28unsigned\20int\29 +1748:unsigned\20int\20OP_ADD_IMM3<0>\28unsigned\20int\29 +1749:unsigned\20int\20OP_ADD_ASR_REG<1>\28unsigned\20int\29 +1750:unsigned\20int\20OP_ADD_ASR_REG<0>\28unsigned\20int\29 +1751:unsigned\20int\20OP_ADD_ASR_IMM<1>\28unsigned\20int\29 +1752:unsigned\20int\20OP_ADD_ASR_IMM<0>\28unsigned\20int\29 +1753:unsigned\20int\20OP_ADD_2SP<1>\28unsigned\20int\29 +1754:unsigned\20int\20OP_ADD_2SP<0>\28unsigned\20int\29 +1755:unsigned\20int\20OP_ADD_2PC<1>\28unsigned\20int\29 +1756:unsigned\20int\20OP_ADD_2PC<0>\28unsigned\20int\29 +1757:unsigned\20int\20OP_ADC_S_ROR_REG<1>\28unsigned\20int\29 +1758:unsigned\20int\20OP_ADC_S_ROR_REG<0>\28unsigned\20int\29 +1759:unsigned\20int\20OP_ADC_S_ROR_IMM<1>\28unsigned\20int\29 +1760:unsigned\20int\20OP_ADC_S_ROR_IMM<0>\28unsigned\20int\29 +1761:unsigned\20int\20OP_ADC_S_LSR_REG<1>\28unsigned\20int\29 +1762:unsigned\20int\20OP_ADC_S_LSR_REG<0>\28unsigned\20int\29 +1763:unsigned\20int\20OP_ADC_S_LSR_IMM<1>\28unsigned\20int\29 +1764:unsigned\20int\20OP_ADC_S_LSR_IMM<0>\28unsigned\20int\29 +1765:unsigned\20int\20OP_ADC_S_LSL_REG<1>\28unsigned\20int\29 +1766:unsigned\20int\20OP_ADC_S_LSL_REG<0>\28unsigned\20int\29 +1767:unsigned\20int\20OP_ADC_S_LSL_IMM<1>\28unsigned\20int\29 +1768:unsigned\20int\20OP_ADC_S_LSL_IMM<0>\28unsigned\20int\29 +1769:unsigned\20int\20OP_ADC_S_IMM_VAL<1>\28unsigned\20int\29 +1770:unsigned\20int\20OP_ADC_S_IMM_VAL<0>\28unsigned\20int\29 +1771:unsigned\20int\20OP_ADC_S_ASR_REG<1>\28unsigned\20int\29 +1772:unsigned\20int\20OP_ADC_S_ASR_REG<0>\28unsigned\20int\29 +1773:unsigned\20int\20OP_ADC_S_ASR_IMM<1>\28unsigned\20int\29 +1774:unsigned\20int\20OP_ADC_S_ASR_IMM<0>\28unsigned\20int\29 +1775:unsigned\20int\20OP_ADC_ROR_REG<1>\28unsigned\20int\29 +1776:unsigned\20int\20OP_ADC_ROR_REG<0>\28unsigned\20int\29 +1777:unsigned\20int\20OP_ADC_ROR_IMM<1>\28unsigned\20int\29 +1778:unsigned\20int\20OP_ADC_ROR_IMM<0>\28unsigned\20int\29 +1779:unsigned\20int\20OP_ADC_REG<1>\28unsigned\20int\29 +1780:unsigned\20int\20OP_ADC_REG<0>\28unsigned\20int\29 +1781:unsigned\20int\20OP_ADC_LSR_REG<1>\28unsigned\20int\29 +1782:unsigned\20int\20OP_ADC_LSR_REG<0>\28unsigned\20int\29 +1783:unsigned\20int\20OP_ADC_LSR_IMM<1>\28unsigned\20int\29 +1784:unsigned\20int\20OP_ADC_LSR_IMM<0>\28unsigned\20int\29 +1785:unsigned\20int\20OP_ADC_LSL_REG<1>\28unsigned\20int\29 +1786:unsigned\20int\20OP_ADC_LSL_REG<0>\28unsigned\20int\29 +1787:unsigned\20int\20OP_ADC_LSL_IMM<1>\28unsigned\20int\29 +1788:unsigned\20int\20OP_ADC_LSL_IMM<0>\28unsigned\20int\29 +1789:unsigned\20int\20OP_ADC_IMM_VAL<1>\28unsigned\20int\29 +1790:unsigned\20int\20OP_ADC_IMM_VAL<0>\28unsigned\20int\29 +1791:unsigned\20int\20OP_ADC_ASR_REG<1>\28unsigned\20int\29 +1792:unsigned\20int\20OP_ADC_ASR_REG<0>\28unsigned\20int\29 +1793:unsigned\20int\20OP_ADC_ASR_IMM<1>\28unsigned\20int\29 +1794:unsigned\20int\20OP_ADC_ASR_IMM<0>\28unsigned\20int\29 +1795:unsigned\20int\20LZ77UnCompWram<1>\28\29 +1796:unsigned\20int\20LZ77UnCompWram<0>\28\29 +1797:unsigned\20int\20LZ77UnCompVram<1>\28\29 +1798:unsigned\20int\20LZ77UnCompVram<0>\28\29 +1799:unsigned\20int\20Diff8bitUnFilterWram<0>\28\29 +1800:unsigned\20int\20Diff16bitUnFilter<0>\28\29 +1801:unsigned\20int\20CustomPost<0>\28\29 +1802:unsigned\20int\20CustomHalt<1>\28\29 +1803:unsigned\20int\20BitUnPack<1>\28\29 +1804:unsigned\20int\20BitUnPack<0>\28\29 +1805:string_read +1806:std::exception::what\28\29\20const +1807:std::bad_array_new_length::what\28\29\20const +1808:std::bad_alloc::what\28\29\20const +1809:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const +1810:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const +1811:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1812:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1813:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1814:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1815:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1816:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +1817:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1818:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1819:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1820:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1821:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +1822:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +1823:std::__2::numpunct::~numpunct\28\29 +1824:std::__2::numpunct::do_truename\28\29\20const +1825:std::__2::numpunct::do_thousands_sep\28\29\20const +1826:std::__2::numpunct::do_grouping\28\29\20const +1827:std::__2::numpunct::do_falsename\28\29\20const +1828:std::__2::numpunct::~numpunct\28\29 +1829:std::__2::numpunct::do_truename\28\29\20const +1830:std::__2::numpunct::do_thousands_sep\28\29\20const +1831:std::__2::numpunct::do_grouping\28\29\20const +1832:std::__2::numpunct::do_falsename\28\29\20const +1833:std::__2::numpunct::do_decimal_point\28\29\20const +1834:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const +1835:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const +1836:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const +1837:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const +1838:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const +1839:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +1840:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const +1841:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const +1842:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const +1843:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const +1844:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const +1845:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const +1846:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const +1847:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +1848:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const +1849:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const +1850:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +1851:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +1852:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +1853:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +1854:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +1855:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +1856:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +1857:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +1858:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +1859:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +1860:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +1861:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +1862:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +1863:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +1864:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +1865:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +1866:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +1867:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +1868:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +1869:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +1870:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +1871:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +1872:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +1873:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +1874:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +1875:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +1876:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +1877:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +1878:std::__2::locale::id::__init\28\29 +1879:std::__2::locale::facet::__on_zero_shared\28\29 +1880:std::__2::locale::__imp::~__imp\28\29 +1881:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +1882:std::__2::ctype::do_toupper\28wchar_t\29\20const +1883:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const +1884:std::__2::ctype::do_tolower\28wchar_t\29\20const +1885:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const +1886:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1887:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1888:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const +1889:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const +1890:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const +1891:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const +1892:std::__2::ctype::~ctype\28\29 +1893:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +1894:std::__2::ctype::do_toupper\28char\29\20const +1895:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const +1896:std::__2::ctype::do_tolower\28char\29\20const +1897:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const +1898:std::__2::ctype::do_narrow\28char\2c\20char\29\20const +1899:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const +1900:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1901:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1902:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1903:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const +1904:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const +1905:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +1906:std::__2::codecvt::~codecvt\28\29 +1907:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +1908:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +1909:std::__2::codecvt::do_max_length\28\29\20const +1910:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +1911:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const +1912:std::__2::codecvt::do_encoding\28\29\20const +1913:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +1914:std::__2::basic_streambuf>::xsputn\28wchar_t\20const*\2c\20long\29 +1915:std::__2::basic_streambuf>::xsgetn\28wchar_t*\2c\20long\29 +1916:std::__2::basic_streambuf>::uflow\28\29 +1917:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 +1918:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 +1919:std::__2::basic_streambuf>::uflow\28\29 +1920:std::__2::__time_get_c_storage::__x\28\29\20const +1921:std::__2::__time_get_c_storage::__weeks\28\29\20const +1922:std::__2::__time_get_c_storage::__r\28\29\20const +1923:std::__2::__time_get_c_storage::__months\28\29\20const +1924:std::__2::__time_get_c_storage::__c\28\29\20const +1925:std::__2::__time_get_c_storage::__am_pm\28\29\20const +1926:std::__2::__time_get_c_storage::__X\28\29\20const +1927:std::__2::__time_get_c_storage::__x\28\29\20const +1928:std::__2::__time_get_c_storage::__weeks\28\29\20const +1929:std::__2::__time_get_c_storage::__r\28\29\20const +1930:std::__2::__time_get_c_storage::__months\28\29\20const +1931:std::__2::__time_get_c_storage::__c\28\29\20const +1932:std::__2::__time_get_c_storage::__am_pm\28\29\20const +1933:std::__2::__time_get_c_storage::__X\28\29\20const +1934:std::__2::__stdoutbuf::xsputn\28wchar_t\20const*\2c\20long\29 +1935:std::__2::__stdoutbuf::overflow\28unsigned\20int\29 +1936:std::__2::__stdoutbuf::imbue\28std::__2::locale\20const&\29 +1937:std::__2::__stdoutbuf::xsputn\28char\20const*\2c\20long\29 +1938:std::__2::__stdoutbuf::overflow\28int\29 +1939:std::__2::__stdoutbuf::imbue\28std::__2::locale\20const&\29 +1940:std::__2::__stdinbuf::underflow\28\29 +1941:std::__2::__stdinbuf::uflow\28\29 +1942:std::__2::__stdinbuf::pbackfail\28unsigned\20int\29 +1943:std::__2::__stdinbuf::imbue\28std::__2::locale\20const&\29 +1944:std::__2::__stdinbuf::underflow\28\29 +1945:std::__2::__stdinbuf::uflow\28\29 +1946:std::__2::__stdinbuf::pbackfail\28int\29 +1947:std::__2::__stdinbuf::imbue\28std::__2::locale\20const&\29 +1948:std::__2::__shared_count::~__shared_count\28\29.1 +1949:stall_cpu\28void*\29 +1950:stackSave +1951:stackRestore +1952:stackAlloc +1953:sn_write +1954:set_cpu_reg\28void*\2c\20unsigned\20int\2c\20unsigned\20int\29 +1955:setSampleRate +1956:savUpdateChangeFlag +1957:savGetSize +1958:savGetPointer +1959:runFrame +1960:remove_post_exec_fn\28void*\29 +1961:read_cpu_reg\28void*\2c\20unsigned\20int\29 +1962:prepareRomBuffer +1963:pop_arg_long_double +1964:non-virtual\20thunk\20to\20Slot1_Retail_NAND::slot1client_write_GCDATAIN\28eSlot1Operation\2c\20unsigned\20int\29 +1965:non-virtual\20thunk\20to\20Slot1_Retail_NAND::slot1client_startOperation\28eSlot1Operation\29 +1966:non-virtual\20thunk\20to\20Slot1_Retail_NAND::slot1client_read_GCDATAIN\28eSlot1Operation\29 +1967:non-virtual\20thunk\20to\20Slot1_Retail_MCROM::slot1client_startOperation\28eSlot1Operation\29 +1968:non-virtual\20thunk\20to\20Slot1_Retail_MCROM::slot1client_read_GCDATAIN\28eSlot1Operation\29 +1969:main +1970:loadROM +1971:legalstub$dynCall_viijii +1972:legalstub$dynCall_jiji +1973:legalstub$dynCall_iiiiijj +1974:legalstub$dynCall_iiiiij +1975:legalstub$dynCall_iiiiiijj +1976:install_post_exec_fn\28void*\2c\20void\20\28*\29\28void*\2c\20unsigned\20int\2c\20int\29\2c\20void*\29 +1977:htons +1978:gfx3d_ysort_compare\28int\2c\20int\29 +1979:getSymbol +1980:fmt_fp +1981:fillAudioBuffer +1982:emuSetOpt +1983:defaultCallback\28Logger\20const&\2c\20char\20const*\29 +1984:arm9_write8\28void*\2c\20unsigned\20int\2c\20unsigned\20char\29 +1985:arm9_write32\28void*\2c\20unsigned\20int\2c\20unsigned\20int\29 +1986:arm9_write16\28void*\2c\20unsigned\20int\2c\20unsigned\20short\29 +1987:arm9_read8\28void*\2c\20unsigned\20int\29 +1988:arm9_read32\28void*\2c\20unsigned\20int\29 +1989:arm9_read16\28void*\2c\20unsigned\20int\29 +1990:arm9_prefetch32\28void*\2c\20unsigned\20int\29 +1991:arm9_prefetch16\28void*\2c\20unsigned\20int\29 +1992:arm7_write8\28void*\2c\20unsigned\20int\2c\20unsigned\20char\29 +1993:arm7_write32\28void*\2c\20unsigned\20int\2c\20unsigned\20int\29 +1994:arm7_write16\28void*\2c\20unsigned\20int\2c\20unsigned\20short\29 +1995:arm7_read8\28void*\2c\20unsigned\20int\29 +1996:__wasm_call_ctors +1997:__stdio_write +1998:__stdio_seek +1999:__stdio_read +2000:__stdio_close +2001:__errno_location +2002:__emscripten_stdout_seek +2003:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2004:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2005:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +2006:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2007:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2008:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +2009:__cxxabiv1::__pointer_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +2010:__cxxabiv1::__fundamental_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +2011:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2012:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2013:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +2014:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +2015:__cxx_global_array_dtor.996 +2016:__cxx_global_array_dtor.87 +2017:__cxx_global_array_dtor.824 +2018:__cxx_global_array_dtor.8 +2019:__cxx_global_array_dtor.770 +2020:__cxx_global_array_dtor.762 +2021:__cxx_global_array_dtor.72 +2022:__cxx_global_array_dtor.6 +2023:__cxx_global_array_dtor.57 +2024:__cxx_global_array_dtor.511 +2025:__cxx_global_array_dtor.44 +2026:__cxx_global_array_dtor.42 +2027:__cxx_global_array_dtor.40 +2028:__cxx_global_array_dtor.4.826 +2029:__cxx_global_array_dtor.394 +2030:__cxx_global_array_dtor.38 +2031:__cxx_global_array_dtor.377 +2032:__cxx_global_array_dtor.36 +2033:__cxx_global_array_dtor.34 +2034:__cxx_global_array_dtor.327 +2035:__cxx_global_array_dtor.32 +2036:__cxx_global_array_dtor.27.518 +2037:__cxx_global_array_dtor.27 +2038:__cxx_global_array_dtor.2.825 +2039:__cxx_global_array_dtor.2.517 +2040:__cxx_global_array_dtor.2 +2041:__cxx_global_array_dtor.138 +2042:__cxx_global_array_dtor.135 +2043:__cxx_global_array_dtor.1261 +2044:__cxx_global_array_dtor.111 +2045:__cxx_global_array_dtor.1009 +2046:__cxx_global_array_dtor.1 +2047:__cxx_global_array_dtor +2048:__cxa_pure_virtual +2049:__cxa_is_pointer_type +2050:ZeromusSynchronizer::output_samples\28short*\2c\20int\29 +2051:ZeromusSynchronizer::enqueue_samples\28short*\2c\20int\29 +2052:TextureStore::~TextureStore\28\29.1 +2053:TextureStore::~TextureStore\28\29 +2054:TextureStore::Load\28void*\29 +2055:TextureLRUCompare\28TextureStore*\2c\20TextureStore*\29 +2056:TSequenceItem::save\28EMUFILE&\29 +2057:TSequenceItem::load\28EMUFILE&\29 +2058:TGXSTAT::write32\28unsigned\20int\29 +2059:TGXSTAT::read32\28\29 +2060:SoftRasterizerTexture::~SoftRasterizerTexture\28\29.1 +2061:SoftRasterizerTexture::~SoftRasterizerTexture\28\29 +2062:SoftRasterizerTexture::Load\28\29 +2063:SoftRasterizerRendererDestroy\28\29 +2064:SoftRasterizerRendererCreate\28\29 +2065:SoftRasterizerRenderer::~SoftRasterizerRenderer\28\29 +2066:SoftRasterizerRenderer::SetFramebufferSize\28unsigned\20long\2c\20unsigned\20long\29 +2067:SoftRasterizerRenderer::Reset\28\29 +2068:SoftRasterizerRenderer::RenderGeometry\28\29 +2069:SoftRasterizerRenderer::RenderFlush\28bool\2c\20bool\29 +2070:SoftRasterizerRenderer::RenderFinish\28\29 +2071:SoftRasterizerRenderer::GetPreferredPolygonClippingMode\28\29\20const +2072:SoftRasterizerRenderer::EndRender\28\29 +2073:SoftRasterizerRenderer::ClearUsingValues_Execute\28unsigned\20long\2c\20unsigned\20long\29 +2074:SoftRasterizerRenderer::ClearUsingValues\28FragmentColor\20const&\2c\20FragmentAttributes\20const&\29 +2075:SoftRasterizerRenderer::ClearUsingImage\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\29 +2076:SoftRasterizerRenderer::BeginRender\28GFX3D\20const&\29 +2077:SoftRasterizerRenderer::ApplyRenderingSettings\28GFX3D_State\20const&\29 +2078:SoftAPCommInterface::~SoftAPCommInterface\28\29.1 +2079:Slot2_None::info\28\29 +2080:Slot1_Retail_NAND::write_command\28unsigned\20char\2c\20GC_Command\29 +2081:Slot1_Retail_NAND::write_GCDATAIN\28unsigned\20char\2c\20unsigned\20int\29 +2082:Slot1_Retail_NAND::slot1client_write_GCDATAIN\28eSlot1Operation\2c\20unsigned\20int\29 +2083:Slot1_Retail_NAND::savestate\28EMUFILE&\29 +2084:Slot1_Retail_NAND::read_GCDATAIN\28unsigned\20char\29 +2085:Slot1_Retail_NAND::post_fakeboot\28int\29 +2086:Slot1_Retail_NAND::loadstate\28EMUFILE&\29 +2087:Slot1_Retail_NAND::info\28\29 +2088:Slot1_Retail_NAND::connect\28\29 +2089:Slot1_Retail_MCROM::write_command\28unsigned\20char\2c\20GC_Command\29 +2090:Slot1_Retail_MCROM::write_GCDATAIN\28unsigned\20char\2c\20unsigned\20int\29 +2091:Slot1_Retail_MCROM::slot1client_startOperation\28eSlot1Operation\29 +2092:Slot1_Retail_MCROM::slot1client_read_GCDATAIN\28eSlot1Operation\29 +2093:Slot1_Retail_MCROM::savestate\28EMUFILE&\29 +2094:Slot1_Retail_MCROM::read_GCDATAIN\28unsigned\20char\29 +2095:Slot1_Retail_MCROM::post_fakeboot\28int\29 +2096:Slot1_Retail_MCROM::loadstate\28EMUFILE&\29 +2097:Slot1_Retail_MCROM::info\28\29 +2098:Slot1_Retail_MCROM::connect\28\29 +2099:Slot1_Retail_MCROM::auxspi_transaction\28int\2c\20unsigned\20char\29 +2100:Slot1_Retail_MCROM::auxspi_reset\28int\29 +2101:Slot1_Retail_Auto::write_command\28unsigned\20char\2c\20GC_Command\29 +2102:Slot1_Retail_Auto::write_GCDATAIN\28unsigned\20char\2c\20unsigned\20int\29 +2103:Slot1_Retail_Auto::savestate\28EMUFILE&\29 +2104:Slot1_Retail_Auto::read_GCDATAIN\28unsigned\20char\29 +2105:Slot1_Retail_Auto::post_fakeboot\28int\29 +2106:Slot1_Retail_Auto::loadstate\28EMUFILE&\29 +2107:Slot1_Retail_Auto::info\28\29 +2108:Slot1_Retail_Auto::disconnect\28\29 +2109:Slot1_Retail_Auto::connect\28\29 +2110:Slot1_Retail_Auto::auxspi_transaction\28int\2c\20unsigned\20char\29 +2111:Slot1_Retail_Auto::auxspi_reset\28int\29 +2112:Slot1_None::info\28\29 +2113:STDROMReaderSize\28void*\29 +2114:STDROMReaderSeek\28void*\2c\20int\2c\20int\29 +2115:STDROMReaderRead\28void*\2c\20void*\2c\20unsigned\20int\29 +2116:STDROMReaderInit\28char\20const*\29 +2117:STDROMReaderDeInit\28void*\29 +2118:SNDWasmUpdateAudio\28short*\2c\20unsigned\20int\29 +2119:SNDWasmGetAudioSpace\28\29 +2120:SNDDummyPostProcessSamples\28short*\2c\20unsigned\20long\2c\20ESynchMode\2c\20ISynchronizingAudioBuffer*\29 +2121:SNDDummyGetAudioSpace\28\29 +2122:Render3DBaseDestroy\28\29 +2123:Render3DBaseCreate\28\29 +2124:Render3D::VramReconfigureSignal\28\29 +2125:Render3D::SetFramebufferSize\28unsigned\20long\2c\20unsigned\20long\29 +2126:Render3D::Reset\28\29 +2127:Render3D::RequestColorFormat\28NDSColorFormat\29 +2128:Render3D::Render\28GFX3D\20const&\29 +2129:Render3D::RenderPowerOff\28\29 +2130:Render3D::GetFramebuffer\28\29 +2131:Render3D::GetColorFormat\28\29\20const +2132:Render3D::FlushFramebuffer\28FragmentColor\20const*\2c\20FragmentColor*\2c\20unsigned\20short*\29 +2133:Render3D::ClearUsingImage\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\29 +2134:Render3D::ClearFramebuffer\28GFX3D_State\20const&\29 +2135:Render3D::ApplyRenderingSettings\28GFX3D_State\20const&\29 +2136:NitsujaSynchronizer::output_samples\28short*\2c\20int\29 +2137:NitsujaSynchronizer::enqueue_samples\28short*\2c\20int\29 +2138:MovieData::installVersion\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2139:MovieData::installUseExtFirmware\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2140:MovieData::installUseExtBios\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2141:MovieData::installSwiFromBios\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2142:MovieData::installSram\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2143:MovieData::installSavestate\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2144:MovieData::installRtcStart\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2145:MovieData::installRtcStartNew\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2146:MovieData::installRomSerial\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2147:MovieData::installRomFilename\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2148:MovieData::installRomChecksum\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2149:MovieData::installRerecordCount\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2150:MovieData::installMicSample\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2151:MovieData::installJitBlockSize\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2152:MovieData::installGuid\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2153:MovieData::installFirmNickname\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2154:MovieData::installFirmMessage\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2155:MovieData::installFirmLanguage\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2156:MovieData::installFirmFavColour\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2157:MovieData::installFirmBirthMonth\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2158:MovieData::installFirmBirthDay\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2159:MovieData::installEmuVersion\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2160:MovieData::installComment\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2161:MovieData::installBootFromFirmware\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2162:MovieData::installBinary\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2163:MovieData::installAdvancedTiming\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29 +2164:MemROMReaderWrite\28void*\2c\20void*\2c\20unsigned\20int\29 +2165:MemROMReaderSize\28void*\29 +2166:MemROMReaderSeek\28void*\2c\20int\2c\20int\29 +2167:MemROMReaderRead\28void*\2c\20void*\2c\20unsigned\20int\29 +2168:ISlot2Interface::readWord\28unsigned\20char\2c\20unsigned\20int\29 +2169:ISlot2Interface::readByte\28unsigned\20char\2c\20unsigned\20int\29 +2170:GPUEventHandlerDefault::DidFrameBegin\28unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20char&\29 +2171:GPUEngineBase::Reset\28\29 +2172:GPUEngineB::Reset\28\29 +2173:GPUEngineA::~GPUEngineA\28\29.1 +2174:GPUEngineA::~GPUEngineA\28\29 +2175:GPUEngineA::SetCustomFramebufferSize\28unsigned\20long\2c\20unsigned\20long\29 +2176:GPUEngineA::Reset\28\29 +2177:EMUFILE_MEMORY::~EMUFILE_MEMORY\28\29.1 +2178:EMUFILE_MEMORY::~EMUFILE_MEMORY\28\29 +2179:EMUFILE_MEMORY::truncate\28int\29 +2180:EMUFILE_MEMORY::size\28\29 +2181:EMUFILE_MEMORY::fwrite\28void\20const*\2c\20unsigned\20long\29 +2182:EMUFILE_MEMORY::ftell\28\29 +2183:EMUFILE_MEMORY::fseek\28int\2c\20int\29 +2184:EMUFILE_MEMORY::fputc\28int\29 +2185:EMUFILE_MEMORY::fprintf\28char\20const*\2c\20...\29 +2186:EMUFILE_MEMORY::fgets\28char*\2c\20int\29 +2187:EMUFILE_MEMORY::fgetc\28\29 +2188:EMUFILE_MEMORY::_fread\28void\20const*\2c\20unsigned\20long\29 +2189:EMUFILE_FILE::~EMUFILE_FILE\28\29.1 +2190:EMUFILE_FILE::~EMUFILE_FILE\28\29 +2191:EMUFILE_FILE::truncate\28int\29 +2192:EMUFILE_FILE::size\28\29 +2193:EMUFILE_FILE::memwrap\28\29 +2194:EMUFILE_FILE::fwrite\28void\20const*\2c\20unsigned\20long\29 +2195:EMUFILE_FILE::ftell\28\29 +2196:EMUFILE_FILE::fseek\28int\2c\20int\29 +2197:EMUFILE_FILE::fputc\28int\29 +2198:EMUFILE_FILE::fprintf\28char\20const*\2c\20...\29 +2199:EMUFILE_FILE::fgets\28char*\2c\20int\29 +2200:EMUFILE_FILE::fgetc\28\29 +2201:EMUFILE_FILE::fflush\28\29 +2202:EMUFILE_FILE::_fread\28void\20const*\2c\20unsigned\20long\29 +2203:DummyPCapInterface::setnonblock\28void*\2c\20int\2c\20char*\29 +2204:DummyPCapInterface::sendpacket\28void*\2c\20void\20const*\2c\20int\29 +2205:DummyPCapInterface::open\28char\20const*\2c\20int\2c\20int\2c\20int\2c\20char*\29 +2206:DummyPCapInterface::findalldevs\28void**\2c\20char*\29 +2207:DummyPCapInterface::dispatch\28void*\2c\20int\2c\20void*\2c\20void*\29 +2208:DmaController::ControlRegister::write32\28unsigned\20int\29 +2209:DmaController::ControlRegister::read32\28\29 +2210:DmaController::AddressRegister::write32\28unsigned\20int\29 +2211:DmaController::AddressRegister::read32\28\29 +2212:BaseDriver::EMU_StepMainLoop\28bool\2c\20bool\2c\20int\2c\20bool\2c\20bool\29 diff --git a/public/Repo/ds.44670.org/build/nds.wasm b/public/Repo/ds.44670.org/build/nds.wasm old mode 100644 new mode 100755 index f7d5767..72533ff Binary files a/public/Repo/ds.44670.org/build/nds.wasm and b/public/Repo/ds.44670.org/build/nds.wasm differ