diff --git a/rpcs3/Emu/Cell/PPUInterpreter.h b/rpcs3/Emu/Cell/PPUInterpreter.h index 5edea8545a..bf68cf9835 100644 --- a/rpcs3/Emu/Cell/PPUInterpreter.h +++ b/rpcs3/Emu/Cell/PPUInterpreter.h @@ -71,9 +71,7 @@ private: if(Ini.HLELogging.GetValue()) { - ConLog.Warning("SysCall[0x%llx] done with code [0x%llx]! #pc: 0x%llx", CPU.GPR[11], CPU.GPR[3], CPU.PC); - if(CPU.GPR[11] > 1024) - SysCalls::DoFunc(CPU.GPR[11]); + ConLog.Warning("SysCall[0x%llx ('%s')] done with code [0x%llx]! #pc: 0x%llx", CPU.GPR[11], SysCalls::GetHLEFuncName(CPU.GPR[11]).c_str(), CPU.GPR[3], CPU.PC); } /*else if ((s64)CPU.GPR[3] < 0) // probably, error code { diff --git a/rpcs3/Emu/GS/GL/GLFragmentProgram.cpp b/rpcs3/Emu/GS/GL/GLFragmentProgram.cpp index 995a16112d..c3113353e3 100644 --- a/rpcs3/Emu/GS/GL/GLFragmentProgram.cpp +++ b/rpcs3/Emu/GS/GL/GLFragmentProgram.cpp @@ -78,12 +78,6 @@ std::string GLFragmentDecompilerThread::GetMask() std::string GLFragmentDecompilerThread::AddReg(u32 index, int fp16) { - if(index >= 2 && index <= 4) - { - return m_parr.AddParam(PARAM_OUT, "vec4", std::string(fp16 ? "h" : "r") + std::to_string(index), - (fp16) ? -1 : (index - 1)); - } - return m_parr.AddParam(PARAM_NONE, "vec4", std::string(fp16 ? "h" : "r") + std::to_string(index), "vec4(0.0, 0.0, 0.0, 0.0)"); //return m_parr.AddParam((index >= 2 && index <= 4) ? PARAM_OUT : PARAM_NONE, "vec4", diff --git a/rpcs3/Emu/SysCalls/FuncList.cpp b/rpcs3/Emu/SysCalls/FuncList.cpp index 2f1c22d06b..fdebc1a05c 100644 --- a/rpcs3/Emu/SysCalls/FuncList.cpp +++ b/rpcs3/Emu/SysCalls/FuncList.cpp @@ -5,3846 +5,3845 @@ #include "SysCalls.h" #define FUNC_LOG_ERROR(x) ConLog.Error(x); return 0 -s64 SysCalls::DoFunc(const u32 id) +std::string SysCalls::GetHLEFuncName(const u32 fid) { - switch(id) + switch(fid) { - case 0x1529e506: FUNC_LOG_ERROR("TODO: cellAdecDecodeAu"); - case 0x487b613e: FUNC_LOG_ERROR("TODO: cellAdecStartSeq"); - case 0x7e4a4a49: FUNC_LOG_ERROR("TODO: cellAdecQueryAttr"); - case 0x847d2380: FUNC_LOG_ERROR("TODO: cellAdecClose"); - case 0x8b5551a4: FUNC_LOG_ERROR("TODO: cellAdecOpenEx"); - case 0x97ff2af1: FUNC_LOG_ERROR("TODO: cellAdecGetPcm"); - case 0xbd75f78b: FUNC_LOG_ERROR("TODO: cellAdecGetPcmItem"); - case 0xd00a6988: FUNC_LOG_ERROR("TODO: cellAdecOpen"); - case 0xe2ea549b: FUNC_LOG_ERROR("TODO: cellAdecEndSeq"); - case 0x006016da: FUNC_LOG_ERROR("TODO: cellAtracGetBitrate"); - case 0x06ddb53e: FUNC_LOG_ERROR("TODO: cellAtracSetSecondBuffer"); - case 0x0f9667b6: FUNC_LOG_ERROR("TODO: cellAtracGetChannel"); - case 0x2642d4cc: FUNC_LOG_ERROR("TODO: cellAtracCreateDecoderExt"); - case 0x2bfff084: FUNC_LOG_ERROR("TODO: cellAtracGetStreamDataInfo"); - case 0x46cfc013: FUNC_LOG_ERROR("TODO: cellAtracAddStreamData"); - case 0x4797d1ff: FUNC_LOG_ERROR("TODO: cellAtracGetNextSample"); - case 0x5f62d546: FUNC_LOG_ERROR("TODO: cellAtracGetMaxSample"); - case 0x66afc68e: FUNC_LOG_ERROR("TODO: cellAtracSetDataAndGetMemSize"); - case 0x761cb9be: FUNC_LOG_ERROR("TODO: cellAtracDeleteDecoder"); - case 0x7772eb2b: FUNC_LOG_ERROR("TODO: cellAtracResetPlayPosition"); - case 0x78ba5c41: FUNC_LOG_ERROR("TODO: cellAtracSetLoopNum"); - case 0x7b22e672: FUNC_LOG_ERROR("TODO: cellAtracGetNextDecodePosition"); - case 0x8eb0e65f: FUNC_LOG_ERROR("TODO: cellAtracDecode"); - case 0x99efe171: FUNC_LOG_ERROR("TODO: cellAtracIsSecondBufferNeeded"); - case 0x99fb73d1: FUNC_LOG_ERROR("TODO: cellAtracGetBufferInfoForResetting"); - case 0xab6b6dbf: FUNC_LOG_ERROR("TODO: cellAtracGetLoopInfo"); - case 0xb5c11938: FUNC_LOG_ERROR("TODO: cellAtracGetInternalErrorInfo"); - case 0xbe07f05e: FUNC_LOG_ERROR("TODO: cellAtracGetSecondBufferInfo"); - case 0xc9a95fcb: FUNC_LOG_ERROR("TODO: cellAtracGetVacantSize"); - case 0xcf01d5d4: FUNC_LOG_ERROR("TODO: cellAtracGetSoundInfo"); - case 0xdfab73aa: FUNC_LOG_ERROR("TODO: cellAtracGetRemainFrame"); - case 0xfa293e88: FUNC_LOG_ERROR("TODO: cellAtracCreateDecoder"); - case 0x04af134e: FUNC_LOG_ERROR("TODO: cellAudioCreateNotifyEventQueue"); - case 0x0b168f92: FUNC_LOG_ERROR("TODO: cellAudioInit"); - case 0x17d1213b: FUNC_LOG_ERROR("TODO: cellAudioSendAck"); - case 0x28bc1409: FUNC_LOG_ERROR("TODO: cellAudioUnsetPersonalDevice"); - case 0x2b9bd9ad: FUNC_LOG_ERROR("TODO: cellAudioRemoveNotifyEventQueueEx"); - case 0x31211f6b: FUNC_LOG_ERROR("TODO: cellAudioMiscSetAccessoryVolume"); - case 0x377e0cd9: FUNC_LOG_ERROR("TODO: cellAudioSetNotifyEventQueue"); - case 0x4109d08c: FUNC_LOG_ERROR("TODO: cellAudioGetPortTimestamp"); - case 0x4129fe2d: FUNC_LOG_ERROR("TODO: cellAudioPortClose"); - case 0x5676f81c: FUNC_LOG_ERROR("TODO: cellAudioSetPersonalDevice"); - case 0x56dfe179: FUNC_LOG_ERROR("TODO: cellAudioSetPortLevel"); - case 0x5b1e2c73: FUNC_LOG_ERROR("TODO: cellAudioPortStop"); - case 0x74a66af0: FUNC_LOG_ERROR("TODO: cellAudioGetPortConfig"); - case 0x832df17e: FUNC_LOG_ERROR("TODO: cellAudioAdd6chData"); - case 0x89be28f2: FUNC_LOG_ERROR("TODO: cellAudioPortStart"); - case 0x9e4b1db8: FUNC_LOG_ERROR("TODO: cellAudioAdd2chData"); - case 0xa4c9ba65: FUNC_LOG_ERROR("TODO: cellAudioCreateNotifyEventQueueEx"); - case 0xb56ef5a1: FUNC_LOG_ERROR("TODO: cellAudioSetNotifyEventQueueEx"); - case 0xca5ac370: FUNC_LOG_ERROR("TODO: cellAudioQuit"); - case 0xcd7bc431: FUNC_LOG_ERROR("TODO: cellAudioPortOpen"); - case 0xdab029aa: FUNC_LOG_ERROR("TODO: cellAudioAddData"); - case 0xe4046afe: FUNC_LOG_ERROR("TODO: cellAudioGetPortBlockTag"); - case 0xff3626fd: FUNC_LOG_ERROR("TODO: cellAudioRemoveNotifyEventQueue"); - case 0x2ab0d183: FUNC_LOG_ERROR("TODO: cellBGDLGetInfo2"); - case 0x4e9bb95b: FUNC_LOG_ERROR("TODO: cellBGDLGetInfo"); - case 0x74e57bdf: FUNC_LOG_ERROR("TODO: cellBGDLGetMode"); - case 0x7e134a90: FUNC_LOG_ERROR("TODO: cellBGDLSetMode"); - case 0x02f5ced0: FUNC_LOG_ERROR("TODO: cellCameraStop"); - case 0x0e63c444: FUNC_LOG_ERROR("TODO: cellCameraGetBufferInfoEx"); - case 0x10697d7f: FUNC_LOG_ERROR("TODO: cellCameraGetBufferInfo"); - case 0x21fc151f: FUNC_LOG_ERROR("TODO: cellCameraReadEx"); - case 0x2dea3e9b: FUNC_LOG_ERROR("TODO: cellCameraSetExtensionUnit"); - case 0x379c5dd6: FUNC_LOG_ERROR("TODO: cellCameraClose"); - case 0x3845d39b: FUNC_LOG_ERROR("TODO: cellCameraRead"); - case 0x44673f07: FUNC_LOG_ERROR("TODO: cellCameraRemoveNotifyEventQueue2"); - case 0x456dc4aa: FUNC_LOG_ERROR("TODO: cellCameraStart"); - case 0x532b8aaa: FUNC_LOG_ERROR("TODO: cellCameraGetAttribute"); - case 0x58bc5870: FUNC_LOG_ERROR("TODO: cellCameraGetType"); - case 0x5ad46570: FUNC_LOG_ERROR("TODO: cellCameraEnd"); - case 0x5d25f866: FUNC_LOG_ERROR("TODO: cellCameraOpenEx"); - case 0x5eebf24e: FUNC_LOG_ERROR("TODO: cellCameraIsStarted"); - case 0x602e2052: FUNC_LOG_ERROR("TODO: cellCameraGetDeviceGUID"); - case 0x61dfbe83: FUNC_LOG_ERROR("TODO: cellCameraPrepExtensionUnit"); - case 0x7dac520c: FUNC_LOG_ERROR("TODO: cellCameraGetBufferSize"); - case 0x7e063bbc: FUNC_LOG_ERROR("TODO: cellCameraIsAttached"); - case 0x81f83db9: FUNC_LOG_ERROR("TODO: cellCameraReset"); - case 0x85e1b8da: FUNC_LOG_ERROR("TODO: cellCameraOpen"); - case 0x8ca53dde: FUNC_LOG_ERROR("TODO: cellCameraIsAvailable"); - case 0x8cd56eee: FUNC_LOG_ERROR("TODO: cellCameraSetAttribute"); - case 0x9b98d258: FUNC_LOG_ERROR("TODO: cellCameraRemoveNotifyEventQueue"); - case 0xa7fd2f5b: FUNC_LOG_ERROR("TODO: cellCameraSetNotifyEventQueue2"); - case 0xb0647e5a: FUNC_LOG_ERROR("TODO: cellCameraSetNotifyEventQueue"); - case 0xb602e328: FUNC_LOG_ERROR("TODO: cellCameraGetExtensionUnit"); - case 0xbf47c5dd: FUNC_LOG_ERROR("TODO: cellCameraInit"); - case 0xe28b206b: FUNC_LOG_ERROR("TODO: cellCameraReadComplete"); - case 0xeb6f95fb: FUNC_LOG_ERROR("TODO: cellCameraCtrlExtensionUnit"); - case 0xfa160f24: FUNC_LOG_ERROR("TODO: cellCameraIsOpen"); - case 0x0f6ab57b: FUNC_LOG_ERROR("TODO: cellCelp8EncStart"); - case 0x2099f86e: FUNC_LOG_ERROR("TODO: cellCelp8EncEncodeFrame"); - case 0x29da1ea6: FUNC_LOG_ERROR("TODO: cellCelp8EncWaitForOutput"); - case 0x2d677e0c: FUNC_LOG_ERROR("TODO: cellCelp8EncQueryAttr"); - case 0x2eb6efee: FUNC_LOG_ERROR("TODO: cellCelp8EncOpen"); - case 0x48c5020d: FUNC_LOG_ERROR("TODO: cellCelp8EncGetAu"); - case 0xbbbc2c1c: FUNC_LOG_ERROR("TODO: cellCelp8EncEnd"); - case 0xcd48ad62: FUNC_LOG_ERROR("TODO: cellCelp8EncOpenEx"); - case 0xfd2566b4: FUNC_LOG_ERROR("TODO: cellCelp8EncClose"); - case 0x15ec0cca: FUNC_LOG_ERROR("TODO: cellCelpEncClose"); - case 0x3773692f: FUNC_LOG_ERROR("TODO: cellCelpEncGetAu"); - case 0x55dc23de: FUNC_LOG_ERROR("TODO: cellCelpEncStart"); - case 0x6b148570: FUNC_LOG_ERROR("TODO: cellCelpEncQueryAttr"); - case 0x77b3b29a: FUNC_LOG_ERROR("TODO: cellCelpEncOpen"); - case 0x81fe030c: FUNC_LOG_ERROR("TODO: cellCelpEncEncodeFrame"); - case 0x9b244272: FUNC_LOG_ERROR("TODO: cellCelpEncWaitForOutput"); - case 0x9eb084db: FUNC_LOG_ERROR("TODO: cellCelpEncOpenEx"); - case 0xf2b85dff: FUNC_LOG_ERROR("TODO: cellCelpEncEnd"); - case 0x002e8da2: FUNC_LOG_ERROR("TODO: cellDmuxPeekAuEx"); - case 0x02170d1a: FUNC_LOG_ERROR("TODO: cellDmuxQueryEsAttr"); - case 0x04e7499f: FUNC_LOG_ERROR("TODO: cellDmuxSetStream"); - case 0x05371c8d: FUNC_LOG_ERROR("TODO: cellDmuxDisableEs"); - case 0x11bc3a6c: FUNC_LOG_ERROR("TODO: cellDmuxOpen2"); - case 0x21d424f0: FUNC_LOG_ERROR("TODO: cellDmuxResetEs"); - case 0x24ea6474: FUNC_LOG_ERROR("TODO: cellDmuxReleaseAu"); - case 0x2750c5e0: FUNC_LOG_ERROR("TODO: cellDmuxPeekAu"); - case 0x2c9a5857: FUNC_LOG_ERROR("TODO: cellDmuxGetAuEx"); - case 0x3f76e3cd: FUNC_LOG_ERROR("TODO: cellDmuxQueryAttr2"); - case 0x42c716b5: FUNC_LOG_ERROR("TODO: cellDmuxGetAu"); - case 0x52911bcf: FUNC_LOG_ERROR("TODO: cellDmuxQueryEsAttr2"); - case 0x5d345de9: FUNC_LOG_ERROR("TODO: cellDmuxResetStream"); - case 0x68492de9: FUNC_LOG_ERROR("TODO: cellDmuxOpen"); - case 0x7b56dc3f: FUNC_LOG_ERROR("TODO: cellDmuxEnableEs"); - case 0x8c692521: FUNC_LOG_ERROR("TODO: cellDmuxClose"); - case 0xa2d4189b: FUNC_LOG_ERROR("TODO: cellDmuxQueryAttr"); - case 0xccff1284: FUNC_LOG_ERROR("TODO: cellDmuxResetStreamAndWaitDone"); - case 0xebb3b2bd: FUNC_LOG_ERROR("TODO: cellDmuxFlushEs"); - case 0xf6c23560: FUNC_LOG_ERROR("TODO: cellDmuxOpenEx"); - case 0x01036193: FUNC_LOG_ERROR("TODO: cellFiberPpuContextReturnToThread"); - case 0x081c98be: FUNC_LOG_ERROR("TODO: cellFiberPpuContextRunScheduler"); - case 0x0a25b6c8: FUNC_LOG_ERROR("TODO: cellFiberPpuContextEnterScheduler"); - case 0x0c44f441: FUNC_LOG_ERROR("TODO: cellFiberPpuYield"); - case 0x12b1acf0: FUNC_LOG_ERROR("TODO: cellFiberPpuRunFibers"); - case 0x1e7a247a: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlRunFibers"); - case 0x31252ec3: FUNC_LOG_ERROR("TODO: _cellFiberPpuContextAttributeInitialize"); - case 0x3204b146: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlInitialize"); - case 0x34a81091: FUNC_LOG_ERROR("TODO: cellFiberPpuContextSelf"); - case 0x3860a12a: FUNC_LOG_ERROR("TODO: cellFiberPpuSchedulerTraceFinalize"); - case 0x392c5aa5: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlSetPollingMode"); - case 0x3b417f82: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlJoinFiber"); - case 0x4fc86b2c: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlDisconnectEventQueue"); - case 0x55870804: FUNC_LOG_ERROR("TODO: _cellFiberPpuInitialize"); - case 0x5d3992dd: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlSendSignal"); - case 0x5d9a7034: FUNC_LOG_ERROR("TODO: cellFiberPpuSelf"); - case 0x62a20f0d: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlConnectEventQueueToSpurs"); - case 0x68ba4568: FUNC_LOG_ERROR("TODO: _cellFiberPpuUtilWorkerControlAttributeInitialize"); - case 0x6c164b3b: FUNC_LOG_ERROR("TODO: cellFiberPpuWaitSignal"); - case 0x72086315: FUNC_LOG_ERROR("TODO: cellFiberPpuContextInitialize"); - case 0x7c2f4034: FUNC_LOG_ERROR("TODO: cellFiberPpuCreateFiber"); - case 0x8afb8356: FUNC_LOG_ERROR("TODO: cellFiberPpuSendSignal"); - case 0x8b6baa01: FUNC_LOG_ERROR("TODO: cellFiberPpuFinalizeScheduler"); - case 0x9e25c72d: FUNC_LOG_ERROR("TODO: _cellFiberPpuSchedulerAttributeInitialize"); - case 0xa27c95ca: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlFinalize"); - case 0xa4599cf3: FUNC_LOG_ERROR("TODO: cellFiberPpuWaitFlag"); - case 0xa6004249: FUNC_LOG_ERROR("TODO: cellFiberPpuJoinFiber"); - case 0xaba1c563: FUNC_LOG_ERROR("TODO: cellFiberPpuContextRun"); - case 0xadedbebf: FUNC_LOG_ERROR("TODO: cellFiberPpuSchedulerTraceStart"); - case 0xb0594b2d: FUNC_LOG_ERROR("TODO: cellFiberPpuGetScheduler"); - case 0xb3a48079: FUNC_LOG_ERROR("TODO: cellFiberPpuContextFinalize"); - case 0xb90c871b: FUNC_LOG_ERROR("TODO: cellFiberPpuContextCheckStackLimit"); - case 0xbabf714b: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlWakeup"); - case 0xbf9cd933: FUNC_LOG_ERROR("TODO: cellFiberPpuSchedulerTraceInitialize"); - case 0xbfca88d3: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlCreateFiber"); - case 0xc04e2438: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlShutdown"); - case 0xc11f8056: FUNC_LOG_ERROR("TODO: _cellFiberPpuAttributeInitialize"); - case 0xd0066b17: FUNC_LOG_ERROR("TODO: cellFiberPpuContextSwitch"); - case 0xe492a675: FUNC_LOG_ERROR("TODO: cellFiberPpuHasRunnableFiber"); - case 0xe665f9a9: FUNC_LOG_ERROR("TODO: cellFiberPpuSchedulerTraceStop"); - case 0xea6dc1ad: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlCheckFlags"); - case 0xee3b604d: FUNC_LOG_ERROR("TODO: cellFiberPpuInitializeScheduler"); - case 0xf2ccad4f: FUNC_LOG_ERROR("TODO: cellFiberPpuUtilWorkerControlInitializeWithAttribute"); - case 0xf3e81219: FUNC_LOG_ERROR("TODO: cellFiberPpuCheckStackLimit"); - case 0xf6c6900c: FUNC_LOG_ERROR("TODO: cellFiberPpuCheckFlags"); - case 0xfa8d5f95: FUNC_LOG_ERROR("TODO: cellFiberPpuExit"); - case 0xfbf5fe40: FUNC_LOG_ERROR("TODO: cellFiberPpuSetPriority"); - case 0x0109f3d3: FUNC_LOG_ERROR("TODO: cellFontGetRenderEffectWeight"); - case 0x03a142b9: FUNC_LOG_ERROR("TODO: cellFontGraphicsGetDrawType"); - case 0x042e74e3: FUNC_LOG_ERROR("TODO: cellFontCreateRenderer"); - case 0x061049ad: FUNC_LOG_ERROR("TODO: cellFontGraphicsSetFontRGBA"); - case 0x06be743d: FUNC_LOG_ERROR("TODO: cellFontGetKerning"); - case 0x073fa321: FUNC_LOG_ERROR("TODO: cellFontOpenFontsetOnMemory"); - case 0x0a7306a4: FUNC_LOG_ERROR("TODO: cellFontOpenFontFile"); - case 0x0baf90fe: FUNC_LOG_ERROR("TODO: cellFontGetRenderScaledKerning"); - case 0x0d106a11: FUNC_LOG_ERROR("TODO: cellFontGetRenderScalePixel"); - case 0x1387c45c: FUNC_LOG_ERROR("TODO: cellFontGetHorizontalLayout"); - case 0x16322df1: FUNC_LOG_ERROR("TODO: cellFontGraphicsSetScalePixel"); - case 0x1a218fe4: FUNC_LOG_ERROR("TODO: cellFontRenderCharGlyphImageHorizontal"); - case 0x21ebb248: FUNC_LOG_ERROR("TODO: cellFontDestroyRenderer"); - case 0x227e1e3c: FUNC_LOG_ERROR("TODO: cellFontSetupRenderScalePixel"); - case 0x22e24707: FUNC_LOG_ERROR("TODO: cellFontGlyphGetScalePixel"); - case 0x231d5941: FUNC_LOG_ERROR("TODO: cellFontGlyphGetHorizontalShift"); - case 0x2388186c: FUNC_LOG_ERROR("TODO: cellFontGraphicsGetScalePixel"); - case 0x25253fe4: FUNC_LOG_ERROR("TODO: cellFontSetEffectWeight"); - case 0x25dbeff9: FUNC_LOG_ERROR("TODO: cellFontGetEffectWeight"); - case 0x285d30d6: FUNC_LOG_ERROR("TODO: cellFontGetScalePixel"); - case 0x29329541: FUNC_LOG_ERROR("TODO: cellFontOpenFontInstance"); - case 0x297f0e93: FUNC_LOG_ERROR("TODO: cellFontSetScalePixel"); - case 0x2da9fd9d: FUNC_LOG_ERROR("TODO: cellFontGetRenderCharGlyphMetrics"); - case 0x3da90559: FUNC_LOG_ERROR("TODO: cellFontClearFileCache"); - case 0x40d40544: FUNC_LOG_ERROR("TODO: cellFontEndLibrary"); - case 0x47ca71ef: FUNC_LOG_ERROR("TODO: cellFontAdjustFontScaling"); - case 0x4d19c631: FUNC_LOG_ERROR("TODO: cellFontSetupRenderScalePoint"); - case 0x534e785f: FUNC_LOG_ERROR("TODO: cellFontGlyphGetVerticalShift"); - case 0x53f529fe: FUNC_LOG_ERROR("TODO: cellFontGlyphSetupVertexesGlyph"); - case 0x59ef0073: FUNC_LOG_ERROR("TODO: cellFontGetGlyphExpandBufferInfo"); - case 0x5abd8b1e: FUNC_LOG_ERROR("TODO: cellFontGetLibrary"); - case 0x66a23100: FUNC_LOG_ERROR("TODO: cellFontBindRenderer"); - case 0x698897f8: FUNC_LOG_ERROR("TODO: cellFontGetVerticalLayout"); - case 0x6bad7a69: FUNC_LOG_ERROR("TODO: cellFontVertexesGlyphRelocate"); - case 0x6bf6f832: FUNC_LOG_ERROR("TODO: cellFontSetFontsetOpenMode"); - case 0x6cfada83: FUNC_LOG_ERROR("TODO: cellFontSetFontOpenMode"); - case 0x700e6223: FUNC_LOG_ERROR("TODO: cellFontGetRenderCharGlyphMetricsVertical"); - case 0x70f3e728: FUNC_LOG_ERROR("TODO: cellFontSetScalePoint"); - case 0x78d05e08: FUNC_LOG_ERROR("TODO: cellFontSetupRenderEffectSlant"); - case 0x7ab47f7e: FUNC_LOG_ERROR("TODO: cellFontEnd"); - case 0x7c5df0d8: FUNC_LOG_ERROR("TODO: cellFontGetInitializedRevisionFlags"); - case 0x7c83bc15: FUNC_LOG_ERROR("TODO: cellFontGraphicsSetLineRGBA"); - case 0x8657c8f5: FUNC_LOG_ERROR("TODO: cellFontSetEffectSlant"); - case 0x87bd650f: FUNC_LOG_ERROR("TODO: cellFontGraphicsSetDrawType"); - case 0x88be4799: FUNC_LOG_ERROR("TODO: cellFontRenderCharGlyphImage"); - case 0x8a35c887: FUNC_LOG_ERROR("TODO: cellFontEndGraphics"); - case 0x8a632038: FUNC_LOG_ERROR("TODO: cellFontGetResolutionDpi"); - case 0x8e3f2c40: FUNC_LOG_ERROR("TODO: cellFontGlyphRenderImageVertical"); - case 0x90b9465e: FUNC_LOG_ERROR("TODO: cellFontRenderSurfaceInit"); - case 0x970d4c22: FUNC_LOG_ERROR("TODO: cellFontGraphicsSetupDrawContext"); - case 0x97b95244: FUNC_LOG_ERROR("TODO: cellFontGlyphRenderImageHorizontal"); - case 0x98ac5524: FUNC_LOG_ERROR("TODO: cellFontGetFontIdCode"); - case 0x9c8d3ff7: FUNC_LOG_ERROR("TODO: cellFontGlyphGetOutlineVertexes"); - case 0x9e19072b: FUNC_LOG_ERROR("TODO: cellFontOpenFontMemory"); - case 0x9e3b1e16: FUNC_LOG_ERROR("TODO: cellFontAdjustGlyphExpandBuffer"); - case 0xa165daae: FUNC_LOG_ERROR("TODO: cellFontGetRenderScalePoint"); - case 0xa41342dc: FUNC_LOG_ERROR("TODO: cellFontGraphicsGetFontRGBA"); - case 0xa6dc25d1: FUNC_LOG_ERROR("TODO: cellFontSetupRenderEffectWeight"); - case 0xa7b2103a: FUNC_LOG_ERROR("TODO: cellFontDelete"); - case 0xa885cc9b: FUNC_LOG_ERROR("TODO: cellFontOpenFontset"); - case 0xa8fae920: FUNC_LOG_ERROR("TODO: cellFontGlyphGetOutlineControlDistance"); - case 0xb015a84e: FUNC_LOG_ERROR("TODO: cellFontGetRevisionFlags"); - case 0xb276f1f6: FUNC_LOG_ERROR("TODO: cellFontCloseFont"); - case 0xb3d304b2: FUNC_LOG_ERROR("TODO: cellFontPatchWorks"); - case 0xb422b005: FUNC_LOG_ERROR("TODO: cellFontRenderSurfaceSetScissor"); - case 0xb4d112af: FUNC_LOG_ERROR("TODO: cellFontGlyphGetVertexesGlyphSize"); - case 0xc17259de: FUNC_LOG_ERROR("TODO: cellFontGenerateCharGlyph"); - case 0xc91c8ece: FUNC_LOG_ERROR("TODO: cellFontGetBindingRenderer"); - case 0xcaed32c1: FUNC_LOG_ERROR("TODO: cellFontGenerateCharGlyphVertical"); - case 0xced4dda9: FUNC_LOG_ERROR("TODO: cellFontGetRenderEffectSlant"); - case 0xd62f5d76: FUNC_LOG_ERROR("TODO: cellFontDeleteGlyph"); - case 0xd8eaee9f: FUNC_LOG_ERROR("TODO: cellFontGetCharGlyphMetrics"); - case 0xdee0836c: FUNC_LOG_ERROR("TODO: cellFontExtend"); - case 0xe01b199e: FUNC_LOG_ERROR("TODO: cellFontGlyphRenderImage"); - case 0xe16e679a: FUNC_LOG_ERROR("TODO: cellFontGetEffectSlant"); - case 0xe857a0ca: FUNC_LOG_ERROR("TODO: cellFontRenderCharGlyphImageVertical"); - case 0xf03dcc29: FUNC_LOG_ERROR("TODO: cellFontInitializeWithRevision"); - case 0xf16379fa: FUNC_LOG_ERROR("TODO: cellFontUnbindRenderer"); - case 0xf7a19060: FUNC_LOG_ERROR("TODO: cellFontGetScalePoint"); - case 0xf7aaa8e2: FUNC_LOG_ERROR("TODO: cellFontGraphicsGetLineRGBA"); - case 0xfb3341ba: FUNC_LOG_ERROR("TODO: cellFontSetResolutionDpi"); - case 0xfe9a6dd7: FUNC_LOG_ERROR("TODO: cellFontGetCharGlyphMetricsVertical"); - case 0x7a0a83c4: FUNC_LOG_ERROR("TODO: cellFontInitLibraryFreeTypeWithRevision"); - case 0xec89a187: FUNC_LOG_ERROR("TODO: cellFontFTGetRevisionFlags"); - case 0xfa0c2de0: FUNC_LOG_ERROR("TODO: cellFontFTGetInitializedRevisionFlags"); - case 0x2a8e6b92: FUNC_LOG_ERROR("TODO: cellGameGetDiscContentInfoUpdatePath"); - case 0x3a5d726a: FUNC_LOG_ERROR("TODO: cellGameGetParamString"); - case 0x42a2e133: FUNC_LOG_ERROR("TODO: cellGameCreateGameData"); - case 0x70acec67: FUNC_LOG_ERROR("TODO: cellGameContentPermit"); - case 0x87406734: FUNC_LOG_ERROR("TODO: cellGameThemeInstallFromBuffer"); - case 0xa80bf223: FUNC_LOG_ERROR("TODO: cellGameGetLocalWebContentPath"); - case 0xb0a1f8c6: FUNC_LOG_ERROR("TODO: cellGameContentErrorDialog"); - case 0xb367c6e3: FUNC_LOG_ERROR("TODO: cellGameDeleteGameData"); - case 0xb7a45caf: FUNC_LOG_ERROR("TODO: cellGameGetParamInt"); - case 0xce4374f6: FUNC_LOG_ERROR("TODO: cellGamePatchCheck"); - case 0xd24e3928: FUNC_LOG_ERROR("TODO: cellGameThemeInstall"); - case 0xdaa5cd20: FUNC_LOG_ERROR("TODO: cellGameSetParamString"); - case 0xdb9819f3: FUNC_LOG_ERROR("TODO: cellGameDataCheck"); - case 0xef9d42d5: FUNC_LOG_ERROR("TODO: cellGameGetSizeKB"); - case 0xf52639ea: FUNC_LOG_ERROR("TODO: cellGameBootCheck"); - case 0x38579ec9: FUNC_LOG_ERROR("TODO: cellGameSetExitParam"); - case 0x59b1ede1: FUNC_LOG_ERROR("TODO: cellGameGetHomeDataExportPath"); - case 0x59bbebd4: FUNC_LOG_ERROR("TODO: cellGameGetHomePath"); - case 0x72cc6cf7: FUNC_LOG_ERROR("TODO: cellGameGetHomeDataImportPath"); - case 0x94e9f81d: FUNC_LOG_ERROR("TODO: cellGameGetHomeLaunchOptionPath"); - case 0xf6acd0bc: FUNC_LOG_ERROR("TODO: cellGameGetBootGameInfo"); - case 0x055bd74d: FUNC_LOG_ERROR("TODO: cellGcmGetTiledPitchSize"); - case 0x06edea9e: FUNC_LOG_ERROR("TODO: cellGcmSetUserHandler"); - case 0x0a862772: FUNC_LOG_ERROR("TODO: cellGcmSetQueueHandler"); - case 0x0b4b62d5: FUNC_LOG_ERROR("TODO: cellGcmSetPrepareFlip"); - case 0x0e6b0dae: FUNC_LOG_ERROR("TODO: cellGcmGetDisplayInfo"); - case 0x107bf3a1: FUNC_LOG_ERROR("TODO: cellGcmInitCursor"); - case 0x15bae46b: FUNC_LOG_ERROR("TODO: _cellGcmInitBody"); - case 0x172c3197: FUNC_LOG_ERROR("TODO: cellGcmSetDefaultCommandBufferAndSegmentWordSize"); - case 0x1a0de550: FUNC_LOG_ERROR("TODO: cellGcmSetCursorPosition"); - case 0x1bd633f8: FUNC_LOG_ERROR("TODO: _cellGcmFunc3"); - case 0x1f61b3ff: FUNC_LOG_ERROR("TODO: cellGcmDumpGraphicsError"); - case 0x21397818: FUNC_LOG_ERROR("TODO: _cellGcmSetFlipCommand"); - case 0x21ac3697: FUNC_LOG_ERROR("TODO: cellGcmAddressToOffset"); - case 0x21cee035: FUNC_LOG_ERROR("TODO: cellGcmGetNotifyDataAddress"); - case 0x23ae55a3: FUNC_LOG_ERROR("TODO: cellGcmGetLastSecondVTime"); - case 0x25b40ab4: FUNC_LOG_ERROR("TODO: cellGcmSortRemapEaIoAddress"); - case 0x2922aed0: FUNC_LOG_ERROR("TODO: cellGcmGetOffsetTable"); - case 0x2a6fba9c: FUNC_LOG_ERROR("TODO: cellGcmIoOffsetToAddress"); - case 0x2ad4951b: FUNC_LOG_ERROR("TODO: cellGcmGetTimeStampLocation"); - case 0x371674cf: FUNC_LOG_ERROR("TODO: cellGcmGetDisplayBufferByFlipIndex"); - case 0x3a33c1fd: FUNC_LOG_ERROR("TODO: _cellGcmFunc15"); - case 0x3b9bd5bd: FUNC_LOG_ERROR("TODO: cellGcmUnreserveIoMapSize"); - case 0x4524cccd: FUNC_LOG_ERROR("TODO: cellGcmBindTile"); - case 0x4ae8d215: FUNC_LOG_ERROR("TODO: cellGcmSetFlipMode"); - case 0x4d7ce993: FUNC_LOG_ERROR("TODO: cellGcmSetSecondVFrequency"); - case 0x51c9d62b: FUNC_LOG_ERROR("TODO: cellGcmSetDebugOutputLevel"); - case 0x527c6439: FUNC_LOG_ERROR("TODO: cellGcmTerminate"); - case 0x5a41c10f: FUNC_LOG_ERROR("TODO: cellGcmGetTimeStamp"); - case 0x5e2ee0f0: FUNC_LOG_ERROR("TODO: cellGcmGetDefaultCommandWordSize"); - case 0x5f909b17: FUNC_LOG_ERROR("TODO: _cellGcmFunc1"); - case 0x626e8518: FUNC_LOG_ERROR("TODO: cellGcmMapEaIoAddressWithFlags"); - case 0x63387071: FUNC_LOG_ERROR("TODO: cellGcmGetLastFlipTime"); - case 0x63441cb4: FUNC_LOG_ERROR("TODO: cellGcmMapEaIoAddress"); - case 0x657571f7: FUNC_LOG_ERROR("TODO: cellGcmGetTileInfo"); - case 0x661fe266: FUNC_LOG_ERROR("TODO: _cellGcmFunc12"); - case 0x688b8ac9: FUNC_LOG_ERROR("TODO: _cellGcmFunc38"); - case 0x69c6cc82: FUNC_LOG_ERROR("TODO: cellGcmSetCursorDisable"); - case 0x723bbc7e: FUNC_LOG_ERROR("TODO: cellGcmGetVBlankCount"); - case 0x72a577ce: FUNC_LOG_ERROR("TODO: cellGcmGetFlipStatus"); - case 0x7fc034bc: FUNC_LOG_ERROR("TODO: _cellGcmFunc4"); - case 0x8572bce2: FUNC_LOG_ERROR("TODO: cellGcmGetReportDataAddressLocation"); - case 0x8bde5ebf: FUNC_LOG_ERROR("TODO: cellGcmSetUserCommand"); - case 0x8cdf8c70: FUNC_LOG_ERROR("TODO: cellGcmGetDefaultSegmentWordSize"); - case 0x8effb7fd: FUNC_LOG_ERROR("TODO: _cellGcmFunc2"); - case 0x93806525: FUNC_LOG_ERROR("TODO: cellGcmGetCurrentDisplayBufferId"); - case 0x983fb9aa: FUNC_LOG_ERROR("TODO: cellGcmSetWaitFlip"); - case 0x99d397ac: FUNC_LOG_ERROR("TODO: cellGcmGetReport"); - case 0x9a0159af: FUNC_LOG_ERROR("TODO: cellGcmGetReportDataAddress"); - case 0x9ba451e4: FUNC_LOG_ERROR("TODO: cellGcmSetDefaultFifoSize"); - case 0x9dc04436: FUNC_LOG_ERROR("TODO: cellGcmBindZcull"); - case 0xa114ec67: FUNC_LOG_ERROR("TODO: cellGcmMapMainMemory"); - case 0xa41ef7e8: FUNC_LOG_ERROR("TODO: cellGcmSetFlipHandler"); - case 0xa47c09ff: FUNC_LOG_ERROR("TODO: cellGcmSetFlipStatus"); - case 0xa53d12ae: FUNC_LOG_ERROR("TODO: cellGcmSetDisplayBuffer"); - case 0xa547adde: FUNC_LOG_ERROR("TODO: cellGcmGetControlRegister"); - case 0xa6b180ac: FUNC_LOG_ERROR("TODO: cellGcmGetReportDataLocation"); - case 0xa75640e8: FUNC_LOG_ERROR("TODO: cellGcmUnbindZcull"); - case 0xa7ede268: FUNC_LOG_ERROR("TODO: cellGcmReserveIoMapSize"); - case 0xa91b0402: FUNC_LOG_ERROR("TODO: cellGcmSetVBlankHandler"); - case 0xacee8542: FUNC_LOG_ERROR("TODO: cellGcmSetFlipImmediate"); - case 0xb2e761d4: FUNC_LOG_ERROR("TODO: cellGcmResetFlipStatus"); - case 0xbb42a9dd: FUNC_LOG_ERROR("TODO: _cellGcmFunc13"); - case 0xbc982946: FUNC_LOG_ERROR("TODO: cellGcmSetDefaultCommandBuffer"); - case 0xbd100dbc: FUNC_LOG_ERROR("TODO: cellGcmSetTileInfo"); - case 0xbd2fa0a7: FUNC_LOG_ERROR("TODO: cellGcmUpdateCursor"); - case 0xbd6d60d9: FUNC_LOG_ERROR("TODO: cellGcmSetInvalidateTile"); - case 0xc47d0812: FUNC_LOG_ERROR("TODO: cellGcmSetCursorEnable"); - case 0xc8f3bd09: FUNC_LOG_ERROR("TODO: cellGcmGetCurrentField"); - case 0xcaabd992: FUNC_LOG_ERROR("TODO: cellGcmInitDefaultFifoMode"); - case 0xd01b570d: FUNC_LOG_ERROR("TODO: cellGcmSetGraphicsHandler"); - case 0xd0b1d189: FUNC_LOG_ERROR("TODO: cellGcmSetTile"); - case 0xd34a420d: FUNC_LOG_ERROR("TODO: cellGcmSetZcull"); - case 0xd8f88e1a: FUNC_LOG_ERROR("TODO: _cellGcmSetFlipCommandWithWaitLabel"); - case 0xd9a0a879: FUNC_LOG_ERROR("TODO: cellGcmGetZcullInfo"); - case 0xd9b7653e: FUNC_LOG_ERROR("TODO: cellGcmUnbindTile"); - case 0xdb23e867: FUNC_LOG_ERROR("TODO: cellGcmUnmapIoAddress"); - case 0xdb769b32: FUNC_LOG_ERROR("TODO: cellGcmMapLocalMemory"); - case 0xdc09357e: FUNC_LOG_ERROR("TODO: cellGcmSetFlip"); - case 0xdc494430: FUNC_LOG_ERROR("TODO: cellGcmSetSecondVHandler"); - case 0xdf6476bd: FUNC_LOG_ERROR("TODO: cellGcmSetWaitFlipUnsafe"); - case 0xe315a0b2: FUNC_LOG_ERROR("TODO: cellGcmGetConfiguration"); - case 0xe44874f3: FUNC_LOG_ERROR("TODO: cellGcmSysGetLastVBlankTime"); - case 0xefd00f54: FUNC_LOG_ERROR("TODO: cellGcmUnmapEaIoAddress"); - case 0xf80196c1: FUNC_LOG_ERROR("TODO: cellGcmGetLabelAddress"); - case 0xf9bfdc72: FUNC_LOG_ERROR("TODO: cellGcmSetCursorImageOffset"); - case 0xfb81c03e: FUNC_LOG_ERROR("TODO: cellGcmGetMaxIoMapSize"); - case 0xfce9e764: FUNC_LOG_ERROR("TODO: cellGcmInitSystemMode"); - case 0xffe0160e: FUNC_LOG_ERROR("TODO: cellGcmSetVBlankFrequency"); - case 0x02e7e03e: FUNC_LOG_ERROR("TODO: cellGifDecExtDecodeData"); - case 0x116a7da9: FUNC_LOG_ERROR("TODO: cellGifDecClose"); - case 0x17fb83c1: FUNC_LOG_ERROR("TODO: cellGifDecExtOpen"); - case 0x41a90dc4: FUNC_LOG_ERROR("TODO: cellGifDecSetParameter"); - case 0x44b1bc61: FUNC_LOG_ERROR("TODO: cellGifDecDecodeData"); - case 0x4711cb7f: FUNC_LOG_ERROR("TODO: cellGifDecExtCreate"); - case 0x75745079: FUNC_LOG_ERROR("TODO: cellGifDecOpen"); - case 0x95cae771: FUNC_LOG_ERROR("TODO: cellGifDecExtSetParameter"); - case 0xb60d42a5: FUNC_LOG_ERROR("TODO: cellGifDecCreate"); - case 0xe53f91f2: FUNC_LOG_ERROR("TODO: cellGifDecExtReadHeader"); - case 0xe74b2cb1: FUNC_LOG_ERROR("TODO: cellGifDecDestroy"); - case 0xf0da95de: FUNC_LOG_ERROR("TODO: cellGifDecReadHeader"); - case 0x052a80d9: FUNC_LOG_ERROR("TODO: cellHttpCreateTransaction"); - case 0x070f1020: FUNC_LOG_ERROR("TODO: cellHttpClientGetTotalPoolSize"); - case 0x0b9fea5f: FUNC_LOG_ERROR("TODO: cellHttpRequestGetHeader"); - case 0x0d846d63: FUNC_LOG_ERROR("TODO: cellHttpCookieImportWithClientId"); - case 0x0d896b97: FUNC_LOG_ERROR("TODO: cellHttpSetProxy"); - case 0x0d9c65be: FUNC_LOG_ERROR("TODO: cellHttpClientGetAllHeaders"); - case 0x0ef17399: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetUri"); - case 0x10d0d7fc: FUNC_LOG_ERROR("TODO: cellHttpResponseGetStatusCode"); - case 0x130150ea: FUNC_LOG_ERROR("TODO: cellHttpClientGetRecvBufferSize"); - case 0x1395d8d1: FUNC_LOG_ERROR("TODO: cellHttpClientSetSslCallback"); - case 0x13fe767b: FUNC_LOG_ERROR("TODO: cellHttpClientSetCookieRecvCallback"); - case 0x14bfc765: FUNC_LOG_ERROR("TODO: cellHttpClientGetConnTimeout"); - case 0x16214411: FUNC_LOG_ERROR("TODO: cellHttpRequestDeleteHeader"); - case 0x1b5bdcc6: FUNC_LOG_ERROR("TODO: cellHttpAddCookieWithClientId"); - case 0x2033b878: FUNC_LOG_ERROR("TODO: cellHttpClientCloseAllConnections"); - case 0x211d8ba3: FUNC_LOG_ERROR("TODO: cellHttpClientSetAutoRedirect"); - case 0x224e1610: FUNC_LOG_ERROR("TODO: cellHttpClientSetRecvTimeout"); - case 0x250c386c: FUNC_LOG_ERROR("TODO: cellHttpInit"); - case 0x271a0b06: FUNC_LOG_ERROR("TODO: cellHttpClientGetSendTimeout"); - case 0x27f86d70: FUNC_LOG_ERROR("TODO: cellHttpClientCloseConnections"); - case 0x2960e309: FUNC_LOG_ERROR("TODO: cellHttpClientGetAutoRedirect"); - case 0x296a46cf: FUNC_LOG_ERROR("TODO: cellHttpClientSetPipeline"); - case 0x2a1f28f6: FUNC_LOG_ERROR("TODO: cellHttpClientGetPipeline"); - case 0x2a78ff04: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslId"); - case 0x2a87603a: FUNC_LOG_ERROR("TODO: cellHttpGetProxy"); - case 0x2d52848b: FUNC_LOG_ERROR("TODO: cellHttpTransactionAbortConnection"); - case 0x32f5cae2: FUNC_LOG_ERROR("TODO: cellHttpDestroyTransaction"); - case 0x34061e49: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslCipherId"); - case 0x38954133: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslCipherBits"); - case 0x40547d8b: FUNC_LOG_ERROR("TODO: cellHttpClientSetVersion"); - case 0x4137a1f6: FUNC_LOG_ERROR("TODO: cellHttpRequestGetChunkedTransferStatus"); - case 0x42205fe0: FUNC_LOG_ERROR("TODO: cellHttpRequestGetAllHeaders"); - case 0x434419c8: FUNC_LOG_ERROR("TODO: cellHttpClientSetCookieStatus"); - case 0x464ff889: FUNC_LOG_ERROR("TODO: cellHttpResponseGetContentLength"); - case 0x46bcc9ff: FUNC_LOG_ERROR("TODO: cellHttpClientGetPerHostKeepAliveMax"); - case 0x473cd9f1: FUNC_LOG_ERROR("TODO: cellHttpClientSetRedirectCallback"); - case 0x4b33942a: FUNC_LOG_ERROR("TODO: cellHttpClientAddHeader"); - case 0x4d40cf98: FUNC_LOG_ERROR("TODO: cellHttpClientGetProxy"); - case 0x4d915204: FUNC_LOG_ERROR("TODO: cellHttpClientSetCookieSendCallback"); - case 0x4e4ee53a: FUNC_LOG_ERROR("TODO: cellHttpCreateClient"); - case 0x4f5d8d20: FUNC_LOG_ERROR("TODO: cellHttpResponseGetHeader"); - case 0x522180bc: FUNC_LOG_ERROR("TODO: cellHttpsInit"); - case 0x54f2a4de: FUNC_LOG_ERROR("TODO: cellHttpRequestSetHeader"); - case 0x591c21a8: FUNC_LOG_ERROR("TODO: cellHttpClientGetKeepAlive"); - case 0x595adee9: FUNC_LOG_ERROR("TODO: cellHttpClientSetPerHostKeepAliveMax"); - case 0x5980a293: FUNC_LOG_ERROR("TODO: cellHttpClientGetAutoAuthentication"); - case 0x5d473170: FUNC_LOG_ERROR("TODO: cellHttpClientSetKeepAlive"); - case 0x617eec02: FUNC_LOG_ERROR("TODO: cellHttpClientDeleteHeader"); - case 0x61b2bade: FUNC_LOG_ERROR("TODO: cellHttpEndCookie"); - case 0x61c90691: FUNC_LOG_ERROR("TODO: cellHttpRecvResponse"); - case 0x65691795: FUNC_LOG_ERROR("TODO: cellHttpClientSetSslVersion"); - case 0x660d42a9: FUNC_LOG_ERROR("TODO: cellHttpClientSetAuthenticationCallback"); - case 0x6884cdb7: FUNC_LOG_ERROR("TODO: cellHttpClientGetResponseBufferMax"); - case 0x6a81b5e4: FUNC_LOG_ERROR("TODO: cellHttpResponseGetStatusLine"); - case 0x6eed4999: FUNC_LOG_ERROR("TODO: cellHttpClientSetAuthenticationCacheStatus"); - case 0x71714cdc: FUNC_LOG_ERROR("TODO: cellHttpClientSetSendTimeout"); - case 0x7313c78d: FUNC_LOG_ERROR("TODO: cellHttpClientSetSslIdDestroyCallback"); - case 0x895c604c: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslCipherName"); - case 0x8aa5fcd3: FUNC_LOG_ERROR("TODO: cellHttpClientSetTotalPoolSize"); - case 0x8e3f7ee1: FUNC_LOG_ERROR("TODO: cellHttpRequestSetChunkedTransferStatus"); - case 0x8eaf47a3: FUNC_LOG_ERROR("TODO: cellHttpClientSetAutoAuthentication"); - case 0x93e938e5: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslCipherVersion"); - case 0x958323cf: FUNC_LOG_ERROR("TODO: cellHttpRequestGetContentLength"); - case 0x9638f766: FUNC_LOG_ERROR("TODO: cellHttpInitCookie"); - case 0x980855ac: FUNC_LOG_ERROR("TODO: cellHttpDestroyClient"); - case 0xa0d9223c: FUNC_LOG_ERROR("TODO: cellHttpTransactionCloseConnection"); - case 0xa34c4b6f: FUNC_LOG_ERROR("TODO: cellHttpClientSetHeader"); - case 0xa755b005: FUNC_LOG_ERROR("TODO: cellHttpSendRequest"); - case 0xab1c55ab: FUNC_LOG_ERROR("TODO: cellHttpClientSetPerHostPoolSize"); - case 0xad1c6f02: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslVersion"); - case 0xad6a2e5b: FUNC_LOG_ERROR("TODO: cellHttpSessionCookieFlush"); - case 0xadc0a4b2: FUNC_LOG_ERROR("TODO: cellHttpClientPollConnections"); - case 0xadd66b5c: FUNC_LOG_ERROR("TODO: cellHttpClientSetResponseBufferMax"); - case 0xaf73a64e: FUNC_LOG_ERROR("TODO: cellHttpRequestSetContentLength"); - case 0xb6feb84b: FUNC_LOG_ERROR("TODO: cellHttpClientSetTransactionStateCallback"); - case 0xba78e51f: FUNC_LOG_ERROR("TODO: cellHttpClientGetRecvTimeout"); - case 0xbea17389: FUNC_LOG_ERROR("TODO: cellHttpResponseGetAllHeaders"); - case 0xbf6e3659: FUNC_LOG_ERROR("TODO: cellHttpClientSetRecvBufferSize"); - case 0xcac9fc34: FUNC_LOG_ERROR("TODO: cellHttpClientSetUserAgent"); - case 0xccf57336: FUNC_LOG_ERROR("TODO: cellHttpClientGetSslVersion"); - case 0xd06c90a4: FUNC_LOG_ERROR("TODO: cellHttpClientGetPerPipelineMax"); - case 0xd1ec0b25: FUNC_LOG_ERROR("TODO: cellHttpClientGetHeader"); - case 0xd276ff1f: FUNC_LOG_ERROR("TODO: cellHttpEnd"); - case 0xd47cc666: FUNC_LOG_ERROR("TODO: cellHttpTransactionReleaseConnection"); - case 0xd7471088: FUNC_LOG_ERROR("TODO: cellHttpClientSetConnTimeout"); - case 0xd7d3cd5d: FUNC_LOG_ERROR("TODO: cellHttpClientSetProxy"); - case 0xd8352a40: FUNC_LOG_ERROR("TODO: cellHttpClientSetSslClientCertificate"); - case 0xdc405507: FUNC_LOG_ERROR("TODO: cellHttpClientGetVersion"); - case 0xdc7ed599: FUNC_LOG_ERROR("TODO: cellHttpClientSetPerPipelineMax"); - case 0xe3c424b3: FUNC_LOG_ERROR("TODO: cellHttpTransactionGetSslCipherString"); - case 0xe6d4202f: FUNC_LOG_ERROR("TODO: cellHttpsEnd"); - case 0xeb9c1e5e: FUNC_LOG_ERROR("TODO: cellHttpClientGetCookieStatus"); - case 0xed993147: FUNC_LOG_ERROR("TODO: cellHttpRequestAddHeader"); - case 0xee05b0c1: FUNC_LOG_ERROR("TODO: cellHttpClientGetUserAgent"); - case 0xf972c733: FUNC_LOG_ERROR("TODO: cellHttpCookieExportWithClientId"); - case 0xfce39343: FUNC_LOG_ERROR("TODO: cellHttpClientGetAuthenticationCacheStatus"); - case 0xffc74003: FUNC_LOG_ERROR("TODO: cellHttpClientGetPerHostPoolSize"); - case 0x04accebf: FUNC_LOG_ERROR("TODO: cellHttpUtilBuildHeader"); - case 0x1c6e4dbb: FUNC_LOG_ERROR("TODO: cellHttpUtilBuildRequestLine"); - case 0x2763fd66: FUNC_LOG_ERROR("TODO: cellHttpUtilUnescapeUri"); - case 0x2bcbced4: FUNC_LOG_ERROR("TODO: cellHttpUtilParseStatusLine"); - case 0x32faaf58: FUNC_LOG_ERROR("TODO: cellHttpUtilParseUri"); - case 0x37bb53a2: FUNC_LOG_ERROR("TODO: cellHttpUtilAppendHeaderValue"); - case 0x44d756d6: FUNC_LOG_ERROR("TODO: cellHttpUtilFormUrlEncode"); - case 0x50ea75bc: FUNC_LOG_ERROR("TODO: cellHttpUtilCopyStatusLine"); - case 0x6f0f7667: FUNC_LOG_ERROR("TODO: cellHttpUtilBuildUri"); - case 0x83faa354: FUNC_LOG_ERROR("TODO: cellHttpUtilBase64Encoder"); - case 0x8bb608e4: FUNC_LOG_ERROR("TODO: cellHttpUtilParseUriPath"); - case 0x8e52ee08: FUNC_LOG_ERROR("TODO: cellHttpUtilBase64Decoder"); - case 0x8e6c5bb9: FUNC_LOG_ERROR("TODO: cellHttpUtilFormUrlDecode"); - case 0x8ea23deb: FUNC_LOG_ERROR("TODO: cellHttpUtilMergeUriPath"); - case 0x9003b1f2: FUNC_LOG_ERROR("TODO: cellHttpUtilEscapeUri"); - case 0x97f9fbe5: FUNC_LOG_ERROR("TODO: cellHttpUtilCopyHeader"); - case 0xa3457869: FUNC_LOG_ERROR("TODO: cellHttpUtilParseProxy"); - case 0xaabeb869: FUNC_LOG_ERROR("TODO: cellHttpUtilSweepPath"); - case 0xe1fb0ebd: FUNC_LOG_ERROR("TODO: cellHttpUtilParseHeader"); - case 0xf05df789: FUNC_LOG_ERROR("TODO: cellHttpUtilCopyUri"); - case 0x0e363ae7: FUNC_LOG_ERROR("TODO: cellImeJpGetFocusTop"); - case 0x177bd218: FUNC_LOG_ERROR("TODO: cellImeJpGetCandidateSelect"); - case 0x1986f2cd: FUNC_LOG_ERROR("TODO: cellImeJpGetPredictList"); - case 0x1b119958: FUNC_LOG_ERROR("TODO: cellImeJpOpen3"); - case 0x1e29103b: FUNC_LOG_ERROR("TODO: cellImeJpConvertForward"); - case 0x1e411261: FUNC_LOG_ERROR("TODO: cellImeJpMoveFocusClause"); - case 0x24e9d8fc: FUNC_LOG_ERROR("TODO: cellImeJpSetKanaInputMode"); - case 0x36d38701: FUNC_LOG_ERROR("TODO: cellImeJpReset"); - case 0x37961cc1: FUNC_LOG_ERROR("TODO: cellImeJpExtendConvertArea"); - case 0x441a1c2b: FUNC_LOG_ERROR("TODO: cellImeJpEnterString"); - case 0x44608862: FUNC_LOG_ERROR("TODO: cellImeJpOpen"); - case 0x46d1234a: FUNC_LOG_ERROR("TODO: cellImeJpClose"); - case 0x47b43dd4: FUNC_LOG_ERROR("TODO: cellImeJpOpen2"); - case 0x5b6ada55: FUNC_LOG_ERROR("TODO: cellImeJpEnterCharExt"); - case 0x5f5b3227: FUNC_LOG_ERROR("TODO: cellImeJpGetFocusLength"); - case 0x6298b55a: FUNC_LOG_ERROR("TODO: cellImeJpEnterStringExt"); - case 0x6319eda3: FUNC_LOG_ERROR("TODO: cellImeJpAllDeleteConvertString"); - case 0x66c6cc78: FUNC_LOG_ERROR("TODO: cellImeJpGetStatus"); - case 0x6ccbe3d6: FUNC_LOG_ERROR("TODO: cellImeJpEnterChar"); - case 0x7189430b: FUNC_LOG_ERROR("TODO: cellImeJpAllConfirm"); - case 0x72257652: FUNC_LOG_ERROR("TODO: cellImeJpDeleteWord"); - case 0x7a18c2b9: FUNC_LOG_ERROR("TODO: cellImeJpCurrentPartConfirm"); - case 0x89f8a567: FUNC_LOG_ERROR("TODO: cellImeJpGetConfirmYomiString"); - case 0x8bb41f47: FUNC_LOG_ERROR("TODO: cellImeJpPostConvert"); - case 0xaa1d1f57: FUNC_LOG_ERROR("TODO: cellImeJpBackspaceWord"); - case 0xaa2a3287: FUNC_LOG_ERROR("TODO: cellImeJpShortenConvertArea"); - case 0xac6693d8: FUNC_LOG_ERROR("TODO: cellImeJpModeCaretRight"); - case 0xbd679cc1: FUNC_LOG_ERROR("TODO: cellImeJpTemporalConfirm"); - case 0xc1786c81: FUNC_LOG_ERROR("TODO: cellImeJpSetFixInputMode"); - case 0xc2bb48bc: FUNC_LOG_ERROR("TODO: cellImeJpConvertBackward"); - case 0xc4796a45: FUNC_LOG_ERROR("TODO: cellImeJpGetCandidateListSize"); - case 0xcbbc20b7: FUNC_LOG_ERROR("TODO: cellImeJpAllConvertCancel"); - case 0xd3fc3606: FUNC_LOG_ERROR("TODO: cellImeJpGetConfirmString"); - case 0xe4cc15ba: FUNC_LOG_ERROR("TODO: cellImeJpGetCandidateList"); - case 0xe76c9700: FUNC_LOG_ERROR("TODO: cellImeJpModeCaretLeft"); - case 0xea2d4881: FUNC_LOG_ERROR("TODO: cellImeJpGetConvertYomiString"); - case 0xeae879dc: FUNC_LOG_ERROR("TODO: cellImeJpConvertCancel"); - case 0xeede898c: FUNC_LOG_ERROR("TODO: cellImeJpConfirmPrediction"); - case 0xf5992ec8: FUNC_LOG_ERROR("TODO: cellImeJpSetInputCharType"); - case 0xf91abda3: FUNC_LOG_ERROR("TODO: cellImeJpGetConvertString"); - case 0x65cbbb16: FUNC_LOG_ERROR("TODO: cellJpgDecExtSetParameter"); - case 0x6d9ebccf: FUNC_LOG_ERROR("TODO: cellJpgDecReadHeader"); - case 0x716f8792: FUNC_LOG_ERROR("TODO: cellJpgDecExtDecodeData"); - case 0x8b300f66: FUNC_LOG_ERROR("TODO: cellJpgDecExtCreate"); - case 0x9338a07a: FUNC_LOG_ERROR("TODO: cellJpgDecClose"); - case 0x976ca5c2: FUNC_LOG_ERROR("TODO: cellJpgDecOpen"); - case 0xa7978f59: FUNC_LOG_ERROR("TODO: cellJpgDecCreate"); - case 0xa9f703e3: FUNC_LOG_ERROR("TODO: cellJpgDecExtOpen"); - case 0xaf8bb012: FUNC_LOG_ERROR("TODO: cellJpgDecDecodeData"); - case 0xb91eb3d2: FUNC_LOG_ERROR("TODO: cellJpgDecExtReadHeader"); - case 0xd8ea91f8: FUNC_LOG_ERROR("TODO: cellJpgDecDestroy"); - case 0xe08f3910: FUNC_LOG_ERROR("TODO: cellJpgDecSetParameter"); - case 0x0cf2b78b: FUNC_LOG_ERROR("TODO: cellJpgEncReset"); - case 0x12d9b6c5: FUNC_LOG_ERROR("TODO: cellJpgEncQueryAttr"); - case 0x2ae79be8: FUNC_LOG_ERROR("TODO: cellJpgEncWaitForInput"); - case 0x4262e880: FUNC_LOG_ERROR("TODO: cellJpgEncGetStreamInfo"); - case 0x636dc89e: FUNC_LOG_ERROR("TODO: cellJpgEncEncodePicture2"); - case 0x6f2d371c: FUNC_LOG_ERROR("TODO: cellJpgEncOpenEx"); - case 0x969fc5f7: FUNC_LOG_ERROR("TODO: cellJpgEncClose"); - case 0x9b4e3a74: FUNC_LOG_ERROR("TODO: cellJpgEncWaitForOutput"); - case 0xa4bfae51: FUNC_LOG_ERROR("TODO: cellJpgEncOpen"); - case 0xa9e81214: FUNC_LOG_ERROR("TODO: cellJpgEncEncodePicture"); - case 0x0dfbadfa: FUNC_LOG_ERROR("TODO: cellKey2CharSetArrangement"); - case 0x14bf2dc1: FUNC_LOG_ERROR("TODO: cellKey2CharClose"); - case 0x56776c0d: FUNC_LOG_ERROR("TODO: cellKey2CharGetChar"); - case 0xabf629c1: FUNC_LOG_ERROR("TODO: cellKey2CharOpen"); - case 0xbfc03768: FUNC_LOG_ERROR("TODO: cellKey2CharSetMode"); - case 0x005200e6: FUNC_LOG_ERROR("TODO: UCS2toEUCJP"); - case 0x01b0cbf4: FUNC_LOG_ERROR("TODO: l10n_convert"); - case 0x0356038c: FUNC_LOG_ERROR("TODO: UCS2toUTF32"); - case 0x05028763: FUNC_LOG_ERROR("TODO: jis2kuten"); - case 0x058addc8: FUNC_LOG_ERROR("TODO: UTF8toGB18030"); - case 0x060ee3b2: FUNC_LOG_ERROR("TODO: JISstoUTF8s"); - case 0x07168a83: FUNC_LOG_ERROR("TODO: SjisZen2Han"); - case 0x0bc386c8: FUNC_LOG_ERROR("TODO: ToSjisLower"); - case 0x0bedf77d: FUNC_LOG_ERROR("TODO: UCS2toGB18030"); - case 0x0bf867e2: FUNC_LOG_ERROR("TODO: HZstoUCS2s"); - case 0x0ce278fd: FUNC_LOG_ERROR("TODO: UCS2stoHZs"); - case 0x0d90a48d: FUNC_LOG_ERROR("TODO: UCS2stoSJISs"); - case 0x0f624540: FUNC_LOG_ERROR("TODO: kuten2eucjp"); - case 0x14ee3649: FUNC_LOG_ERROR("TODO: sjis2jis"); - case 0x14f504b8: FUNC_LOG_ERROR("TODO: EUCKRstoUCS2s"); - case 0x16eaf5f1: FUNC_LOG_ERROR("TODO: UHCstoEUCKRs"); - case 0x1758053c: FUNC_LOG_ERROR("TODO: jis2sjis"); - case 0x1906ce6b: FUNC_LOG_ERROR("TODO: jstrnchk"); - case 0x1ac0d23d: FUNC_LOG_ERROR("TODO: L10nConvert"); - case 0x1ae2acee: FUNC_LOG_ERROR("TODO: EUCCNstoUTF8s"); - case 0x1cb1138f: FUNC_LOG_ERROR("TODO: GBKstoUCS2s"); - case 0x1da42d70: FUNC_LOG_ERROR("TODO: eucjphan2zen"); - case 0x1ec712e0: FUNC_LOG_ERROR("TODO: ToSjisHira"); - case 0x1fb50183: FUNC_LOG_ERROR("TODO: GBKtoUCS2"); - case 0x21948c03: FUNC_LOG_ERROR("TODO: eucjp2jis"); - case 0x21aa3045: FUNC_LOG_ERROR("TODO: UTF32stoUTF8s"); - case 0x24fd32a9: FUNC_LOG_ERROR("TODO: sjishan2zen"); - case 0x256b6861: FUNC_LOG_ERROR("TODO: UCS2toSBCS"); - case 0x262a5ae2: FUNC_LOG_ERROR("TODO: UTF8stoGBKs"); - case 0x28724522: FUNC_LOG_ERROR("TODO: UTF8toUCS2"); - case 0x2ad091c6: FUNC_LOG_ERROR("TODO: UCS2stoUTF8s"); - case 0x2b84030c: FUNC_LOG_ERROR("TODO: EUCKRstoUTF8s"); - case 0x2efa7294: FUNC_LOG_ERROR("TODO: UTF16stoUTF32s"); - case 0x2f9eb543: FUNC_LOG_ERROR("TODO: UTF8toEUCKR"); - case 0x317ab7c2: FUNC_LOG_ERROR("TODO: UTF16toUTF8"); - case 0x32689828: FUNC_LOG_ERROR("TODO: ARIBstoUTF8s"); - case 0x33435818: FUNC_LOG_ERROR("TODO: SJISstoUTF8s"); - case 0x33f8b35c: FUNC_LOG_ERROR("TODO: sjiszen2han"); - case 0x3968f176: FUNC_LOG_ERROR("TODO: ToEucJpLower"); - case 0x398a3dee: FUNC_LOG_ERROR("TODO: MSJIStoUTF8"); - case 0x3a20bc34: FUNC_LOG_ERROR("TODO: UCS2stoMSJISs"); - case 0x3dabd5a7: FUNC_LOG_ERROR("TODO: EUCJPtoUTF8"); - case 0x3df65b64: FUNC_LOG_ERROR("TODO: eucjp2sjis"); - case 0x408a622b: FUNC_LOG_ERROR("TODO: ToEucJpHira"); - case 0x41b4a5ae: FUNC_LOG_ERROR("TODO: UHCstoUCS2s"); - case 0x41ccf033: FUNC_LOG_ERROR("TODO: ToEucJpKata"); - case 0x42838145: FUNC_LOG_ERROR("TODO: HZstoUTF8s"); - case 0x4931b44e: FUNC_LOG_ERROR("TODO: UTF8toMSJIS"); - case 0x4b3bbacb: FUNC_LOG_ERROR("TODO: BIG5toUTF8"); - case 0x511d386b: FUNC_LOG_ERROR("TODO: EUCJPstoSJISs"); - case 0x52b7883f: FUNC_LOG_ERROR("TODO: UTF8stoBIG5s"); - case 0x53558b6b: FUNC_LOG_ERROR("TODO: UTF16stoUCS2s"); - case 0x53764725: FUNC_LOG_ERROR("TODO: UCS2stoGB18030s"); - case 0x53c71ac2: FUNC_LOG_ERROR("TODO: EUCJPtoSJIS"); - case 0x54f59807: FUNC_LOG_ERROR("TODO: EUCJPtoUCS2"); - case 0x55f6921c: FUNC_LOG_ERROR("TODO: UCS2stoGBKs"); - case 0x58246762: FUNC_LOG_ERROR("TODO: EUCKRtoUHC"); - case 0x596df41c: FUNC_LOG_ERROR("TODO: UCS2toSJIS"); - case 0x5a4ab223: FUNC_LOG_ERROR("TODO: MSJISstoUTF8s"); - case 0x5ac783dc: FUNC_LOG_ERROR("TODO: EUCJPstoUTF8s"); - case 0x5b684dfb: FUNC_LOG_ERROR("TODO: UCS2toBIG5"); - case 0x5cd29270: FUNC_LOG_ERROR("TODO: UTF8stoEUCKRs"); - case 0x5e1d9330: FUNC_LOG_ERROR("TODO: UHCstoUTF8s"); - case 0x60ffa0ec: FUNC_LOG_ERROR("TODO: GB18030stoUCS2s"); - case 0x6122e000: FUNC_LOG_ERROR("TODO: SJIStoUTF8"); - case 0x6169f205: FUNC_LOG_ERROR("TODO: JISstoSJISs"); - case 0x61fb9442: FUNC_LOG_ERROR("TODO: UTF8toUTF16"); - case 0x62b36bcf: FUNC_LOG_ERROR("TODO: UTF8stoMSJISs"); - case 0x63219199: FUNC_LOG_ERROR("TODO: EUCKRtoUTF8"); - case 0x638c2fc1: FUNC_LOG_ERROR("TODO: SjisHan2Zen"); - case 0x64a10ec8: FUNC_LOG_ERROR("TODO: UCS2toUTF16"); - case 0x65444204: FUNC_LOG_ERROR("TODO: UCS2toMSJIS"); - case 0x6621a82c: FUNC_LOG_ERROR("TODO: sjis2kuten"); - case 0x6a6f25d1: FUNC_LOG_ERROR("TODO: UCS2toUHC"); - case 0x6c62d879: FUNC_LOG_ERROR("TODO: UTF32toUCS2"); - case 0x6de4b508: FUNC_LOG_ERROR("TODO: ToSjisUpper"); - case 0x6e0705c4: FUNC_LOG_ERROR("TODO: UTF8toEUCJP"); - case 0x6e5906fd: FUNC_LOG_ERROR("TODO: UCS2stoEUCJPs"); - case 0x6fc530b3: FUNC_LOG_ERROR("TODO: UTF16toUCS2"); - case 0x714a9b4a: FUNC_LOG_ERROR("TODO: UCS2stoUTF16s"); - case 0x71804d64: FUNC_LOG_ERROR("TODO: UCS2stoEUCCNs"); - case 0x72632e53: FUNC_LOG_ERROR("TODO: SBCSstoUTF8s"); - case 0x73f2cd21: FUNC_LOG_ERROR("TODO: SJISstoJISs"); - case 0x74496718: FUNC_LOG_ERROR("TODO: SBCStoUTF8"); - case 0x74871fe0: FUNC_LOG_ERROR("TODO: UTF8toUTF32"); - case 0x750c363d: FUNC_LOG_ERROR("TODO: jstrchk"); - case 0x7c5bde1c: FUNC_LOG_ERROR("TODO: UHCtoEUCKR"); - case 0x7c912bda: FUNC_LOG_ERROR("TODO: kuten2jis"); - case 0x7d07a1c2: FUNC_LOG_ERROR("TODO: UTF8toEUCCN"); - case 0x8171c1cc: FUNC_LOG_ERROR("TODO: EUCCNtoUTF8"); - case 0x82d5ecdf: FUNC_LOG_ERROR("TODO: EucJpZen2Han"); - case 0x8555fe15: FUNC_LOG_ERROR("TODO: UTF32stoUTF16s"); - case 0x860fc741: FUNC_LOG_ERROR("TODO: GBKtoUTF8"); - case 0x867f7b8b: FUNC_LOG_ERROR("TODO: ToEucJpUpper"); - case 0x88f8340b: FUNC_LOG_ERROR("TODO: UCS2stoJISs"); - case 0x89236c86: FUNC_LOG_ERROR("TODO: UTF8stoGB18030s"); - case 0x8a56f148: FUNC_LOG_ERROR("TODO: EUCKRstoUHCs"); - case 0x8ccdba38: FUNC_LOG_ERROR("TODO: UTF8stoUTF32s"); - case 0x8f472054: FUNC_LOG_ERROR("TODO: UTF8stoEUCCNs"); - case 0x90e9b5d2: FUNC_LOG_ERROR("TODO: EUCJPstoUCS2s"); - case 0x91a99765: FUNC_LOG_ERROR("TODO: UHCtoUCS2"); - case 0x931ff25a: FUNC_LOG_ERROR("TODO: L10nConvertStr"); - case 0x949bb14c: FUNC_LOG_ERROR("TODO: GBKstoUTF8s"); - case 0x9557ac9b: FUNC_LOG_ERROR("TODO: UTF8toUHC"); - case 0x9768b6d3: FUNC_LOG_ERROR("TODO: UTF32toUTF8"); - case 0x9874020d: FUNC_LOG_ERROR("TODO: sjis2eucjp"); - case 0x9a0e7d23: FUNC_LOG_ERROR("TODO: UCS2toEUCCN"); - case 0x9a13d6b8: FUNC_LOG_ERROR("TODO: UTF8stoUHCs"); - case 0x9a72059d: FUNC_LOG_ERROR("TODO: EUCKRtoUCS2"); - case 0x9b1210c6: FUNC_LOG_ERROR("TODO: UTF32toUTF16"); - case 0x9cd8135b: FUNC_LOG_ERROR("TODO: EUCCNstoUCS2s"); - case 0x9ce52809: FUNC_LOG_ERROR("TODO: SBCSstoUCS2s"); - case 0x9cf1ab77: FUNC_LOG_ERROR("TODO: UTF8stoJISs"); - case 0x9d14dc46: FUNC_LOG_ERROR("TODO: ToSjisKata"); - case 0x9dcde367: FUNC_LOG_ERROR("TODO: jis2eucjp"); - case 0x9ec52258: FUNC_LOG_ERROR("TODO: BIG5toUCS2"); - case 0xa0d463c0: FUNC_LOG_ERROR("TODO: UCS2toGBK"); - case 0xa19fb9de: FUNC_LOG_ERROR("TODO: UTF16toUTF32"); - case 0xa298cad2: FUNC_LOG_ERROR("TODO: l10n_convert_str"); - case 0xa34fa0eb: FUNC_LOG_ERROR("TODO: EUCJPstoJISs"); - case 0xa5146299: FUNC_LOG_ERROR("TODO: UTF8stoARIBs"); - case 0xa609f3e9: FUNC_LOG_ERROR("TODO: JISstoEUCJPs"); - case 0xa60ff5c9: FUNC_LOG_ERROR("TODO: EucJpHan2Zen"); - case 0xa963619c: FUNC_LOG_ERROR("TODO: isEucJpKigou"); - case 0xa9a76fb8: FUNC_LOG_ERROR("TODO: UCS2toUTF8"); - case 0xaf18d499: FUNC_LOG_ERROR("TODO: GB18030toUCS2"); - case 0xb3361be6: FUNC_LOG_ERROR("TODO: UHCtoUTF8"); - case 0xb6e45343: FUNC_LOG_ERROR("TODO: MSJIStoUCS2"); - case 0xb7cef4a6: FUNC_LOG_ERROR("TODO: UTF8toGBK"); - case 0xb7e08f7a: FUNC_LOG_ERROR("TODO: kuten2sjis"); - case 0xb9cf473d: FUNC_LOG_ERROR("TODO: UTF8toSBCS"); - case 0xbdd44ee3: FUNC_LOG_ERROR("TODO: SJIStoUCS2"); - case 0xbe42e661: FUNC_LOG_ERROR("TODO: eucjpzen2han"); - case 0xbe8d5485: FUNC_LOG_ERROR("TODO: UCS2stoARIBs"); - case 0xbefe3869: FUNC_LOG_ERROR("TODO: isSjisKigou"); - case 0xc62b758d: FUNC_LOG_ERROR("TODO: UTF8stoEUCJPs"); - case 0xc7bdcb4c: FUNC_LOG_ERROR("TODO: UCS2toEUCKR"); - case 0xc944fa56: FUNC_LOG_ERROR("TODO: SBCStoUCS2"); - case 0xc9b78f58: FUNC_LOG_ERROR("TODO: MSJISstoUCS2s"); - case 0xcc1633cc: FUNC_LOG_ERROR("TODO: l10n_get_converter"); - case 0xd02ef83d: FUNC_LOG_ERROR("TODO: GB18030stoUTF8s"); - case 0xd8721e2c: FUNC_LOG_ERROR("TODO: SJISstoEUCJPs"); - case 0xd8cb24cb: FUNC_LOG_ERROR("TODO: UTF32stoUCS2s"); - case 0xd990858b: FUNC_LOG_ERROR("TODO: BIG5stoUTF8s"); - case 0xd9fb1224: FUNC_LOG_ERROR("TODO: EUCCNtoUCS2"); - case 0xda67b37f: FUNC_LOG_ERROR("TODO: UTF8stoSBCSs"); - case 0xdc54886c: FUNC_LOG_ERROR("TODO: UCS2stoEUCKRs"); - case 0xdd5ebdeb: FUNC_LOG_ERROR("TODO: UTF8stoSJISs"); - case 0xdefa1c17: FUNC_LOG_ERROR("TODO: UTF8stoHZs"); - case 0xe2eabb32: FUNC_LOG_ERROR("TODO: eucjp2kuten"); - case 0xe6d9e234: FUNC_LOG_ERROR("TODO: UTF8toBIG5"); - case 0xe6f5711b: FUNC_LOG_ERROR("TODO: UTF16stoUTF8s"); - case 0xe956dc64: FUNC_LOG_ERROR("TODO: JISstoUCS2s"); - case 0xeabc3d00: FUNC_LOG_ERROR("TODO: GB18030toUTF8"); - case 0xeb3dc670: FUNC_LOG_ERROR("TODO: UTF8toSJIS"); - case 0xeb41cc68: FUNC_LOG_ERROR("TODO: ARIBstoUCS2s"); - case 0xeb685b83: FUNC_LOG_ERROR("TODO: UCS2stoUTF32s"); - case 0xebae29c0: FUNC_LOG_ERROR("TODO: UCS2stoSBCSs"); - case 0xee6c6a39: FUNC_LOG_ERROR("TODO: UCS2stoBIG5s"); - case 0xf1dcfa71: FUNC_LOG_ERROR("TODO: UCS2stoUHCs"); - case 0xf439728e: FUNC_LOG_ERROR("TODO: SJIStoEUCJP"); - case 0xf7681b9a: FUNC_LOG_ERROR("TODO: UTF8stoUTF16s"); - case 0xf9b1896d: FUNC_LOG_ERROR("TODO: SJISstoUCS2s"); - case 0xfa4a675a: FUNC_LOG_ERROR("TODO: BIG5stoUCS2s"); - case 0xfdbf6ac5: FUNC_LOG_ERROR("TODO: UTF8stoUCS2s"); - case 0x0252efcc: FUNC_LOG_ERROR("TODO: cellUserTraceInit"); - case 0x05893e7c: FUNC_LOG_ERROR("TODO: cellUserTraceRegister"); - case 0x6d045c2e: FUNC_LOG_ERROR("TODO: cellUserTraceUnregister"); - case 0x898c77bf: FUNC_LOG_ERROR("TODO: cellUserTraceTerminate"); - case 0x017024a8: FUNC_LOG_ERROR("TODO: cellMicGetDeviceGUID"); - case 0x05709bbf: FUNC_LOG_ERROR("TODO: cellMicOpenEx"); - case 0x07e1b12c: FUNC_LOG_ERROR("TODO: cellMicRead"); - case 0x186cb1fb: FUNC_LOG_ERROR("TODO: cellMicIsOpen"); - case 0x1b42101b: FUNC_LOG_ERROR("TODO: cellMicIsAttached"); - case 0x25c5723f: FUNC_LOG_ERROR("TODO: cellMicGetStatus"); - case 0x323deb41: FUNC_LOG_ERROR("TODO: cellMicSetSignalAttr"); - case 0x3acc118e: FUNC_LOG_ERROR("TODO: cellMicReadAux"); - case 0x3ace58f3: FUNC_LOG_ERROR("TODO: cellMicSysShareClose"); - case 0x48108a23: FUNC_LOG_ERROR("TODO: cellMicGetFormat"); - case 0x4e0b69ee: FUNC_LOG_ERROR("TODO: cellMicGetFormatRaw"); - case 0x65336418: FUNC_LOG_ERROR("TODO: cellMicRemoveNotifyEventQueue"); - case 0x6a024aa0: FUNC_LOG_ERROR("TODO: cellMicGetDeviceAttr"); - case 0x6bc46aab: FUNC_LOG_ERROR("TODO: cellMicReset"); - case 0x6cc7ae00: FUNC_LOG_ERROR("TODO: cellMicSetNotifyEventQueue2"); - case 0x72165a7f: FUNC_LOG_ERROR("TODO: cellMicReadRaw"); - case 0x7903400e: FUNC_LOG_ERROR("TODO: cellMicSetNotifyEventQueue"); - case 0x8325e02d: FUNC_LOG_ERROR("TODO: cellMicInit"); - case 0x87a08d29: FUNC_LOG_ERROR("TODO: cellMicGetFormatDsp"); - case 0x891c6291: FUNC_LOG_ERROR("TODO: cellMicSetMultiMicNotifyEventQueue"); - case 0x8d229f8e: FUNC_LOG_ERROR("TODO: cellMicClose"); - case 0xa42ac07a: FUNC_LOG_ERROR("TODO: cellMicOpenRaw"); - case 0xa52d2ae4: FUNC_LOG_ERROR("TODO: cellMicGetType"); - case 0xac5ba03a: FUNC_LOG_ERROR("TODO: cellMicGetSignalAttr"); - case 0xad049ecf: FUNC_LOG_ERROR("TODO: cellMicGetFormatEx"); - case 0xb2c16321: FUNC_LOG_ERROR("TODO: cellMicSetDeviceAttr"); - case 0xb30780eb: FUNC_LOG_ERROR("TODO: cellMicGetSignalState"); - case 0xbdfd51e2: FUNC_LOG_ERROR("TODO: cellMicSysShareStop"); - case 0xc3610dbd: FUNC_LOG_ERROR("TODO: cellMicSysShareOpen"); - case 0xc414faa5: FUNC_LOG_ERROR("TODO: cellMicReadDsp"); - case 0xc461563c: FUNC_LOG_ERROR("TODO: cellMicCommand"); - case 0xc6328caa: FUNC_LOG_ERROR("TODO: cellMicEnd"); - case 0xcac7e7d7: FUNC_LOG_ERROR("TODO: cellMicSysShareStart"); - case 0xd127cd3e: FUNC_LOG_ERROR("TODO: cellMicSysShareInit"); - case 0xdd1b59f0: FUNC_LOG_ERROR("TODO: cellMicOpen"); - case 0xdd724314: FUNC_LOG_ERROR("TODO: cellMicStart"); - case 0xddd19a89: FUNC_LOG_ERROR("TODO: cellMicStartEx"); - case 0xe839380f: FUNC_LOG_ERROR("TODO: cellMicStopEx"); - case 0xf82bbf7c: FUNC_LOG_ERROR("TODO: cellMicSysShareEnd"); - case 0xfcfaf246: FUNC_LOG_ERROR("TODO: cellMicStop"); - case 0xfda12276: FUNC_LOG_ERROR("TODO: cellMicGetFormatAux"); - case 0xfdbbe469: FUNC_LOG_ERROR("TODO: cellMicGetDeviceIdentifier"); - case 0x066bb1cf: FUNC_LOG_ERROR("TODO: cellMusicDecodeSetDecodeCommand"); - case 0x1576e4f2: FUNC_LOG_ERROR("TODO: cellMusicDecodeGetDecodeStatus2"); - case 0x25ea7ac0: FUNC_LOG_ERROR("TODO: cellMusicDecodeGetContentsId2"); - case 0x2ef701ec: FUNC_LOG_ERROR("TODO: cellMusicDecodeSetDecodeCommand2"); - case 0x491d6ba5: FUNC_LOG_ERROR("TODO: cellMusicDecodeSetSelectionContext2"); - case 0x4aef2877: FUNC_LOG_ERROR("TODO: cellMusicDecodeFinalize2"); - case 0x58ab1999: FUNC_LOG_ERROR("TODO: cellMusicDecodeGetContentsId"); - case 0x5af74c50: FUNC_LOG_ERROR("TODO: cellMusicDecodeGetDecodeStatus"); - case 0x84f154b2: FUNC_LOG_ERROR("TODO: cellMusicDecodeInitializeSystemWorkload"); - case 0xa8615dc8: FUNC_LOG_ERROR("TODO: cellMusicDecodeFinalize"); - case 0xa881b744: FUNC_LOG_ERROR("TODO: cellMusicDecodeRead"); - case 0xb2d054df: FUNC_LOG_ERROR("TODO: cellMusicDecodeRead2"); - case 0xb641168e: FUNC_LOG_ERROR("TODO: cellMusicDecodeInitialize2SystemWorkload"); - case 0xb84f5c81: FUNC_LOG_ERROR("TODO: cellMusicDecodeSetSelectionContext"); - case 0xc22563c4: FUNC_LOG_ERROR("TODO: cellMusicDecodeSelectContents2"); - case 0xd55dbc11: FUNC_LOG_ERROR("TODO: cellMusicDecodeInitialize"); - case 0xdbf70550: FUNC_LOG_ERROR("TODO: cellMusicDecodeGetSelectionContext"); - case 0xf24cb963: FUNC_LOG_ERROR("TODO: cellMusicDecodeSelectContents"); - case 0xf80e31e5: FUNC_LOG_ERROR("TODO: cellMusicDecodeInitialize2"); - case 0xf91639f9: FUNC_LOG_ERROR("TODO: cellMusicDecodeGetSelectionContext2"); - case 0x92b50ebc: FUNC_LOG_ERROR("TODO: cellMusicExportProgress"); - case 0xb202f0e8: FUNC_LOG_ERROR("TODO: cellMusicExportFromFile"); - case 0xb4c9b4f9: FUNC_LOG_ERROR("TODO: cellMusicExportInitialize"); - case 0xe0443a44: FUNC_LOG_ERROR("TODO: cellMusicExportInitialize2"); - case 0xe90effea: FUNC_LOG_ERROR("TODO: cellMusicExportFinalize"); - case 0x0b461648: FUNC_LOG_ERROR("TODO: cellMusicGetSelectionContext"); - case 0x2bdc5d6b: FUNC_LOG_ERROR("TODO: cellMusicSetSelectionContext2"); - case 0x4014c246: FUNC_LOG_ERROR("TODO: cellMusicSetVolume2"); - case 0x4c188caa: FUNC_LOG_ERROR("TODO: cellMusicGetContentsId"); - case 0x5bff31bf: FUNC_LOG_ERROR("TODO: cellMusicSetSelectionContext"); - case 0x61865281: FUNC_LOG_ERROR("TODO: cellMusicInitialize2SystemWorkload"); - case 0x648b7611: FUNC_LOG_ERROR("TODO: cellMusicGetPlaybackStatus2"); - case 0x6674de2d: FUNC_LOG_ERROR("TODO: cellMusicGetContentsId2"); - case 0x6f2104f3: FUNC_LOG_ERROR("TODO: cellMusicFinalize"); - case 0x72876546: FUNC_LOG_ERROR("TODO: cellMusicInitializeSystemWorkload"); - case 0x72ec14b5: FUNC_LOG_ERROR("TODO: cellMusicInitialize"); - case 0x7be4dc31: FUNC_LOG_ERROR("TODO: cellMusicFinalize2"); - case 0x8793ef97: FUNC_LOG_ERROR("TODO: cellMusicGetSelectionContext2"); - case 0x8aa188e3: FUNC_LOG_ERROR("TODO: cellMusicGetVolume"); - case 0x95f7d9d9: FUNC_LOG_ERROR("TODO: cellMusicGetPlaybackStatus"); - case 0x98947a6e: FUNC_LOG_ERROR("TODO: cellMusicSetPlaybackCommand2"); - case 0xa0661626: FUNC_LOG_ERROR("TODO: cellMusicSetPlaybackCommand"); - case 0xad04cddd: FUNC_LOG_ERROR("TODO: cellMusicSelectContents2"); - case 0xb2336ba7: FUNC_LOG_ERROR("TODO: cellMusicSelectContents"); - case 0xbe50b11e: FUNC_LOG_ERROR("TODO: cellMusicInitialize2"); - case 0xe74ce7bd: FUNC_LOG_ERROR("TODO: cellMusicSetVolume"); - case 0xf9073a24: FUNC_LOG_ERROR("TODO: cellMusicGetVolume2"); - case 0x04459230: FUNC_LOG_ERROR("TODO: cellNetCtlNetStartDialogLoadAsync"); - case 0x0791015f: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckStartAsyncEx"); - case 0x0ce13c6b: FUNC_LOG_ERROR("TODO: cellNetCtlAddHandler"); - case 0x0f1f13d3: FUNC_LOG_ERROR("TODO: cellNetCtlNetStartDialogUnloadAsync"); - case 0x105ee2cb: FUNC_LOG_ERROR("TODO: cellNetCtlTerm"); - case 0x10dae56d: FUNC_LOG_ERROR("TODO: cellGameUpdateTerm"); - case 0x1e585b5d: FUNC_LOG_ERROR("TODO: cellNetCtlGetInfo"); - case 0x3a12865f: FUNC_LOG_ERROR("TODO: cellNetCtlGetNatInfo"); - case 0x3e359ab6: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckAbort"); - case 0x558700f6: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckStartWithoutDialogAsyncEx"); - case 0x71d53210: FUNC_LOG_ERROR("TODO: cellNetCtlNetStartDialogAbortAsync"); - case 0x8b3eba69: FUNC_LOG_ERROR("TODO: cellNetCtlGetState"); - case 0x901815c3: FUNC_LOG_ERROR("TODO: cellNetCtlDelHandler"); - case 0x99ab1a26: FUNC_LOG_ERROR("TODO: cellGameUpdateInit"); - case 0xa5e1fa60: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckStartWithoutDialogAsync"); - case 0xbd5a59fc: FUNC_LOG_ERROR("TODO: cellNetCtlInit"); - case 0xd0a5d727: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckStartAsync"); - case 0xf463981c: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckFinishAsyncEx"); - case 0xffa3d791: FUNC_LOG_ERROR("TODO: cellGameUpdateCheckFinishAsync"); - case 0x09565b21: FUNC_LOG_ERROR("TODO: cellOskDialogExtInputDeviceUnlock"); - case 0x1e1b4c97: FUNC_LOG_ERROR("TODO: cellOskDialogExtRegisterKeyboardEventHookCallback"); - case 0x23a2ede6: FUNC_LOG_ERROR("TODO: cellOskDialogExtAddJapaneseOptionDictionary"); - case 0x42439db5: FUNC_LOG_ERROR("TODO: cellOskDialogExtSendFinishMessage"); - case 0x4fe14d09: FUNC_LOG_ERROR("TODO: cellOskDialogExtAddOptionDictionary"); - case 0x75370397: FUNC_LOG_ERROR("TODO: cellOskDialogExtSetInitialScale"); - case 0x7c95feb8: FUNC_LOG_ERROR("TODO: cellOskDialogExtInputDeviceLock"); - case 0x7eb292cd: FUNC_LOG_ERROR("TODO: cellOskDialogExtSetBaseColor"); - case 0x8692fcd2: FUNC_LOG_ERROR("TODO: cellOskDialogExtRegisterConfirmWordFilterCallback"); - case 0x8b60c469: FUNC_LOG_ERROR("TODO: cellOskDialogExtUpdateInputText"); - case 0xe6c43c58: FUNC_LOG_ERROR("TODO: cellOskDialogExtEnableHalfByteKana"); - case 0xe800f586: FUNC_LOG_ERROR("TODO: cellOskDialogExtRegisterForceFinishCallback"); - case 0x629ba0c0: FUNC_LOG_ERROR("TODO: cellOvisInvalidateOverlappedSegments"); - case 0x82f294b2: FUNC_LOG_ERROR("TODO: cellOvisGetOverlayTableSize"); - case 0xa876c911: FUNC_LOG_ERROR("TODO: cellOvisInitializeOverlayTable"); - case 0xce6cb776: FUNC_LOG_ERROR("TODO: cellOvisFixSpuSegments"); - case 0x01067e22: FUNC_LOG_ERROR("TODO: cellPamfStreamTypeToEsFilterId"); - case 0x03fd2caa: FUNC_LOG_ERROR("TODO: cellPamfReaderSetStreamWithTypeAndChannel"); - case 0x041cc708: FUNC_LOG_ERROR("TODO: cellPamfReaderGetStreamIndex"); - case 0x1abeb9d6: FUNC_LOG_ERROR("TODO: cellPamfEpIteratorGetEp"); - case 0x28b4e2c1: FUNC_LOG_ERROR("TODO: cellPamfReaderSetStreamWithTypeAndIndex"); - case 0x37f723f7: FUNC_LOG_ERROR("TODO: cellPamfReaderGetNumberOfStreams"); - case 0x439fba17: FUNC_LOG_ERROR("TODO: cellPamfReaderGetEpIteratorWithTimeStamp"); - case 0x44f5c9e3: FUNC_LOG_ERROR("TODO: cellPamfGetStreamOffsetAndSize"); - case 0x461534b4: FUNC_LOG_ERROR("TODO: cellPamfReaderSetStreamWithIndex"); - case 0x4de501b1: FUNC_LOG_ERROR("TODO: cellPamfReaderGetPresentationStartTime"); - case 0x50b83205: FUNC_LOG_ERROR("TODO: cellPamfEpIteratorMove"); - case 0x67fd273b: FUNC_LOG_ERROR("TODO: cellPamfReaderGetStreamInfo"); - case 0x71df326a: FUNC_LOG_ERROR("TODO: cellPamfReaderGetEsFilterId"); - case 0x90fc9a59: FUNC_LOG_ERROR("TODO: cellPamfGetHeaderSize2"); - case 0x9ab20793: FUNC_LOG_ERROR("TODO: cellPamfReaderGetStreamTypeAndChannel"); - case 0xb8436ee5: FUNC_LOG_ERROR("TODO: cellPamfReaderInitialize"); - case 0xca8181c1: FUNC_LOG_ERROR("TODO: cellPamfGetHeaderSize"); - case 0xd0230671: FUNC_LOG_ERROR("TODO: cellPamfReaderGetNumberOfSpecificStreams"); - case 0xd1a40ef4: FUNC_LOG_ERROR("TODO: cellPamfVerify"); - case 0xd9ea3457: FUNC_LOG_ERROR("TODO: cellPamfReaderGetNumberOfEp"); - case 0xdb70296c: FUNC_LOG_ERROR("TODO: cellPamfReaderGetMuxRateBound"); - case 0xe8586ec6: FUNC_LOG_ERROR("TODO: cellPamfReaderGetEpIteratorWithIndex"); - case 0xf61609d6: FUNC_LOG_ERROR("TODO: cellPamfReaderGetPresentationEndTime"); - case 0x0f424ecb: FUNC_LOG_ERROR("TODO: cellPhotoDecodeInitialize2"); - case 0x28b22e44: FUNC_LOG_ERROR("TODO: cellPhotoDecodeFromFile"); - case 0x596f0a56: FUNC_LOG_ERROR("TODO: cellPhotoDecodeInitialize"); - case 0xad7d8f38: FUNC_LOG_ERROR("TODO: cellPhotoDecodeFinalize"); - case 0x0783bce0: FUNC_LOG_ERROR("TODO: cellPhotoImport"); - case 0x1ab8df55: FUNC_LOG_ERROR("TODO: cellPhotoImport2"); - case 0x08cbd8e1: FUNC_LOG_ERROR("TODO: cellPhotoExportInitialize2"); - case 0x09ce84ac: FUNC_LOG_ERROR("TODO: cellPhotoExportFromFile"); - case 0x3f7fc0af: FUNC_LOG_ERROR("TODO: cellPhotoFinalize"); - case 0x42a32983: FUNC_LOG_ERROR("TODO: cellPhotoRegistFromFile"); - case 0x4357c77f: FUNC_LOG_ERROR("TODO: cellPhotoExportInitialize"); - case 0x55c70783: FUNC_LOG_ERROR("TODO: cellPhotoInitialize"); - case 0xde509ead: FUNC_LOG_ERROR("TODO: cellPhotoExportProgress"); - case 0xed4a0148: FUNC_LOG_ERROR("TODO: cellPhotoExportFinalize"); - case 0x0c515302: FUNC_LOG_ERROR("TODO: cellPngDecExtOpen"); - case 0x157d30c5: FUNC_LOG_ERROR("TODO: cellPngDecCreate"); - case 0x2310f155: FUNC_LOG_ERROR("TODO: cellPngDecDecodeData"); - case 0x27c921b5: FUNC_LOG_ERROR("TODO: cellPngDecGetoFFs"); - case 0x30cb334a: FUNC_LOG_ERROR("TODO: cellPngDecGetsBIT"); - case 0x35a6846c: FUNC_LOG_ERROR("TODO: cellPngDecGettIME"); - case 0x3d50016a: FUNC_LOG_ERROR("TODO: cellPngDecGetpHYs"); - case 0x48436b2d: FUNC_LOG_ERROR("TODO: cellPngDecExtCreate"); - case 0x5b3d1ff1: FUNC_LOG_ERROR("TODO: cellPngDecClose"); - case 0x609ec7d5: FUNC_LOG_ERROR("TODO: cellPngDecGetUnknownChunks"); - case 0x726fc1d0: FUNC_LOG_ERROR("TODO: cellPngDecExtDecodeData"); - case 0x7585a275: FUNC_LOG_ERROR("TODO: cellPngDecGetbKGD"); - case 0x7a062d26: FUNC_LOG_ERROR("TODO: cellPngDecGetcHRM"); - case 0x820dae1a: FUNC_LOG_ERROR("TODO: cellPngDecDestroy"); - case 0x8b33f863: FUNC_LOG_ERROR("TODO: cellPngDecExtReadHeader"); - case 0x9ccdcc95: FUNC_LOG_ERROR("TODO: cellPngDecReadHeader"); - case 0x9e9d7d42: FUNC_LOG_ERROR("TODO: cellPngDecExtSetParameter"); - case 0xa5cdf57e: FUNC_LOG_ERROR("TODO: cellPngDecGetsPLT"); - case 0xb153629c: FUNC_LOG_ERROR("TODO: cellPngDecGetgAMA"); - case 0xb40ca175: FUNC_LOG_ERROR("TODO: cellPngDecGetTextChunk"); - case 0xb4fe75e1: FUNC_LOG_ERROR("TODO: cellPngDecGetpCAL"); - case 0xb905ebb7: FUNC_LOG_ERROR("TODO: cellPngDecGethIST"); - case 0xb96fb26e: FUNC_LOG_ERROR("TODO: cellPngDecGettRNS"); - case 0xc41e1198: FUNC_LOG_ERROR("TODO: cellPngDecGetsCAL"); - case 0xd2bc5bfd: FUNC_LOG_ERROR("TODO: cellPngDecOpen"); - case 0xe163977f: FUNC_LOG_ERROR("TODO: cellPngDecGetPLTE"); - case 0xe4416e82: FUNC_LOG_ERROR("TODO: cellPngDecGetsRGB"); - case 0xe97c9bd4: FUNC_LOG_ERROR("TODO: cellPngDecSetParameter"); - case 0xf44b6c30: FUNC_LOG_ERROR("TODO: cellPngDecGetiCCP"); - case 0x117cd726: FUNC_LOG_ERROR("TODO: cellPngEncClose"); - case 0x19256dc5: FUNC_LOG_ERROR("TODO: cellPngEncOpen"); - case 0x496cfcd0: FUNC_LOG_ERROR("TODO: cellPngEncQueryAttr"); - case 0x585269bc: FUNC_LOG_ERROR("TODO: cellPngEncGetStreamInfo"); - case 0x5b546ca4: FUNC_LOG_ERROR("TODO: cellPngEncEncodePicture"); - case 0x662bd637: FUNC_LOG_ERROR("TODO: cellPngEncWaitForInput"); - case 0x6ac91de3: FUNC_LOG_ERROR("TODO: cellPngEncReset"); - case 0x90ef2963: FUNC_LOG_ERROR("TODO: cellPngEncWaitForOutput"); - case 0xc82558ce: FUNC_LOG_ERROR("TODO: cellPngEncOpenEx"); - case 0x0a373522: FUNC_LOG_ERROR("TODO: cellPrintSendBand"); - case 0x0d44f661: FUNC_LOG_ERROR("TODO: cellPrintEndPage"); - case 0x293d9e9c: FUNC_LOG_ERROR("TODO: cellPrintCancelJob"); - case 0x6802dfb5: FUNC_LOG_ERROR("TODO: cellPrintGetStatus"); - case 0x6d996018: FUNC_LOG_ERROR("TODO: cellSysutilPrintShutdown"); - case 0x6e952645: FUNC_LOG_ERROR("TODO: cellPrintGetPrintableArea"); - case 0x795b12b3: FUNC_LOG_ERROR("TODO: cellPrintStartJob"); - case 0x865acf74: FUNC_LOG_ERROR("TODO: cellPrintStartPage"); - case 0xc04a7d42: FUNC_LOG_ERROR("TODO: cellPrintEndJob"); - case 0xc9c3ef14: FUNC_LOG_ERROR("TODO: cellPrintLoadAsync"); - case 0xcf1aaefa: FUNC_LOG_ERROR("TODO: cellSysutilPrintInit"); - case 0xeb51aa38: FUNC_LOG_ERROR("TODO: cellPrintUnloadAsync"); - case 0xf0865182: FUNC_LOG_ERROR("TODO: cellPrintLoadAsync2"); - case 0xf9a53f35: FUNC_LOG_ERROR("TODO: cellPrintOpenConfig"); - case 0x39651e01: FUNC_LOG_ERROR("TODO: cellRecOpen"); - case 0x4ac76585: FUNC_LOG_ERROR("TODO: cellRecClose"); - case 0x5a8a8b0f: FUNC_LOG_ERROR("TODO: cellRecGetInfo"); - case 0x5b45439d: FUNC_LOG_ERROR("TODO: cellRecStop"); - case 0x964cd1b8: FUNC_LOG_ERROR("TODO: cellRecStart"); - case 0xdbf22bd1: FUNC_LOG_ERROR("TODO: cellRecQueryMemSize"); - case 0xf0958f73: FUNC_LOG_ERROR("TODO: cellRecSetInfo"); - case 0x533f41df: FUNC_LOG_ERROR("TODO: cellRemotePlayGetStatus"); - case 0x743918bd: FUNC_LOG_ERROR("TODO: cellRemotePlaySetComparativeVolume"); - case 0xa445cd55: FUNC_LOG_ERROR("TODO: cellRemotePlayGetPeerInfo"); - case 0xc267987b: FUNC_LOG_ERROR("TODO: cellRemotePlayGetSharedMemory"); - case 0xd29fe5e3: FUNC_LOG_ERROR("TODO: cellRemotePlayEncryptAllData"); - case 0xd6f3fc82: FUNC_LOG_ERROR("TODO: cellRemotePlayStopPeerVideoOut"); - case 0xe12c8c19: FUNC_LOG_ERROR("TODO: cellRemotePlayGetComparativeVolume"); - case 0xfb793f27: FUNC_LOG_ERROR("TODO: cellRemotePlayBreak"); - case 0x01220224: FUNC_LOG_ERROR("TODO: cellRescGcmSurface2RescSrc"); - case 0x0a2069c7: FUNC_LOG_ERROR("TODO: cellRescGetNumColorBuffers"); - case 0x0d3c22ce: FUNC_LOG_ERROR("TODO: cellRescSetWaitFlip"); - case 0x10db5b1a: FUNC_LOG_ERROR("TODO: cellRescSetDsts"); - case 0x129922a0: FUNC_LOG_ERROR("TODO: cellRescResetFlipStatus"); - case 0x19a2a967: FUNC_LOG_ERROR("TODO: cellRescSetPalInterpolateDropFlexRatio"); - case 0x1dd3c4cd: FUNC_LOG_ERROR("TODO: cellRescGetRegisterCount"); - case 0x22ae06d8: FUNC_LOG_ERROR("TODO: cellRescAdjustAspectRatio"); - case 0x23134710: FUNC_LOG_ERROR("TODO: cellRescSetDisplayMode"); - case 0x25c107e6: FUNC_LOG_ERROR("TODO: cellRescSetConvertAndFlip"); - case 0x2ea3061e: FUNC_LOG_ERROR("TODO: cellRescExit"); - case 0x2ea94661: FUNC_LOG_ERROR("TODO: cellRescSetFlipHandler"); - case 0x516ee89e: FUNC_LOG_ERROR("TODO: cellRescInit"); - case 0x5a338cdb: FUNC_LOG_ERROR("TODO: cellRescGetBufferSize"); - case 0x66f5e388: FUNC_LOG_ERROR("TODO: cellRescGetLastFlipTime"); - case 0x6cd0f95f: FUNC_LOG_ERROR("TODO: cellRescSetSrc"); - case 0x7af8a37f: FUNC_LOG_ERROR("TODO: cellRescSetRegisterCount"); - case 0x8107277c: FUNC_LOG_ERROR("TODO: cellRescSetBufferAddress"); - case 0xc47c5c22: FUNC_LOG_ERROR("TODO: cellRescGetFlipStatus"); - case 0xd1ca0503: FUNC_LOG_ERROR("TODO: cellRescVideoOutResolutionId2RescBufferMode"); - case 0xd3758645: FUNC_LOG_ERROR("TODO: cellRescSetVBlankHandler"); - case 0xe0cef79e: FUNC_LOG_ERROR("TODO: cellRescCreateInterlaceTable"); - case 0x1324948a: FUNC_LOG_ERROR("TODO: cellRtcFormatRfc3339LocalTime"); - case 0x269a1882: FUNC_LOG_ERROR("TODO: cellRtcTickAddTicks"); - case 0x2cce9cf5: FUNC_LOG_ERROR("TODO: cellRtcGetCurrentClockLocalTime"); - case 0x2f010bfa: FUNC_LOG_ERROR("TODO: cellRtcTickAddMinutes"); - case 0x32c941cf: FUNC_LOG_ERROR("TODO: cellRtcGetCurrentClock"); - case 0x332a74dd: FUNC_LOG_ERROR("TODO: cellRtcTickAddYears"); - case 0x46ca7fe0: FUNC_LOG_ERROR("TODO: cellRtcConvertLocalTimeToUtc"); - case 0x5316b4a8: FUNC_LOG_ERROR("TODO: cellRtcIsLeapYear"); - case 0x5491b9d5: FUNC_LOG_ERROR("TODO: cellRtcFormatRfc2822"); - case 0x5b6a0a1d: FUNC_LOG_ERROR("TODO: cellRtcGetDaysInMonth"); - case 0x5f68c268: FUNC_LOG_ERROR("TODO: cellRtcSetWin32FileTime"); - case 0x64c63fd5: FUNC_LOG_ERROR("TODO: cellRtcTickAddWeeks"); - case 0x75744e2a: FUNC_LOG_ERROR("TODO: cellRtcTickAddDays"); - case 0x7f1086e6: FUNC_LOG_ERROR("TODO: cellRtcCheckValid"); - case 0x9598d4b3: FUNC_LOG_ERROR("TODO: cellRtcSetDosTime"); - case 0x99b13034: FUNC_LOG_ERROR("TODO: cellRtcSetTick"); - case 0x9dafc0d9: FUNC_LOG_ERROR("TODO: cellRtcGetCurrentTick"); - case 0xa07c3d2f: FUNC_LOG_ERROR("TODO: cellRtcFormatRfc2822LocalTime"); - case 0xbb543189: FUNC_LOG_ERROR("TODO: cellRtcSetTime_t"); - case 0xc2d8cf95: FUNC_LOG_ERROR("TODO: cellRtcGetDayOfWeek"); - case 0xc48d5002: FUNC_LOG_ERROR("TODO: cellRtcConvertUtcToLocalTime"); - case 0xc5bc0fac: FUNC_LOG_ERROR("TODO: cellRtcParseDateTime"); - case 0xc7bdb7eb: FUNC_LOG_ERROR("TODO: cellRtcGetTick"); - case 0xcb90c761: FUNC_LOG_ERROR("TODO: cellRtcGetTime_t"); - case 0xccce71bd: FUNC_LOG_ERROR("TODO: cellRtcTickAddSeconds"); - case 0xcf11c3d6: FUNC_LOG_ERROR("TODO: cellRtcParseRfc3339"); - case 0xd41d3bd2: FUNC_LOG_ERROR("TODO: cellRtcTickAddHours"); - case 0xd9c0b463: FUNC_LOG_ERROR("TODO: cellRtcFormatRfc3339"); - case 0xdfff32cf: FUNC_LOG_ERROR("TODO: cellRtcGetDosTime"); - case 0xe0ecbb45: FUNC_LOG_ERROR("TODO: cellRtcTickAddMonths"); - case 0xe7086f05: FUNC_LOG_ERROR("TODO: cellRtcGetWin32FileTime"); - case 0xf8509925: FUNC_LOG_ERROR("TODO: cellRtcTickAddMicroseconds"); - case 0xfb51fc61: FUNC_LOG_ERROR("TODO: cellRtcCompareTick"); - case 0x2cde989f: FUNC_LOG_ERROR("TODO: cellRudpGetSizeReadable"); - case 0x384ba777: FUNC_LOG_ERROR("TODO: cellRudpSetOption"); - case 0x48c001b0: FUNC_LOG_ERROR("TODO: cellRudpWrite"); - case 0x48d3eeac: FUNC_LOG_ERROR("TODO: cellRudpTerminate"); - case 0x54f81789: FUNC_LOG_ERROR("TODO: cellRudpSetMaxSegmentSize"); - case 0x576831ae: FUNC_LOG_ERROR("TODO: cellRudpGetRemoteInfo"); - case 0x63f63545: FUNC_LOG_ERROR("TODO: cellRudpInit"); - case 0x6bc587e9: FUNC_LOG_ERROR("TODO: cellRudpPollCreate"); - case 0x6c0cff03: FUNC_LOG_ERROR("TODO: cellRudpEnableInternalIOThread"); - case 0x6ee04954: FUNC_LOG_ERROR("TODO: cellRudpNetReceived"); - case 0x74bfad12: FUNC_LOG_ERROR("TODO: cellRudpGetContextStatus"); - case 0x7dadc739: FUNC_LOG_ERROR("TODO: cellRudpCreateContext"); - case 0x7ed95e60: FUNC_LOG_ERROR("TODO: cellRudpSetEventHandler"); - case 0x8ac398f1: FUNC_LOG_ERROR("TODO: cellRudpPollDestroy"); - case 0x92e4d899: FUNC_LOG_ERROR("TODO: cellRudpRead"); - case 0xa3db855c: FUNC_LOG_ERROR("TODO: cellRudpPollControl"); - case 0xa70737da: FUNC_LOG_ERROR("TODO: cellRudpFlush"); - case 0xa86b28e3: FUNC_LOG_ERROR("TODO: cellRudpGetSizeWritable"); - case 0xb6bcb4a1: FUNC_LOG_ERROR("TODO: cellRudpEnd"); - case 0xc1ad7ced: FUNC_LOG_ERROR("TODO: cellRudpActivate"); - case 0xc407844f: FUNC_LOG_ERROR("TODO: cellRudpInitiate"); - case 0xcd1a3f23: FUNC_LOG_ERROR("TODO: cellRudpGetStatus"); - case 0xd666931f: FUNC_LOG_ERROR("TODO: cellRudpGetLocalInfo"); - case 0xd8310700: FUNC_LOG_ERROR("TODO: cellRudpPollWait"); - case 0xee41e16a: FUNC_LOG_ERROR("TODO: cellRudpBind"); - case 0xfade48b2: FUNC_LOG_ERROR("TODO: cellRudpProcessEvents"); - case 0xfbf7e9e4: FUNC_LOG_ERROR("TODO: cellRudpGetMaxSegmentSize"); - case 0xff9d259c: FUNC_LOG_ERROR("TODO: cellRudpGetOption"); - case 0x018281a8: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterGetFrame2"); - case 0x0247c69e: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterGetFrame"); - case 0x025b4974: FUNC_LOG_ERROR("TODO: cellSailPlayerUnregisterSource"); - case 0x06dd4174: FUNC_LOG_ERROR("TODO: cellSailRendererAudioFinalize"); - case 0x07924359: FUNC_LOG_ERROR("TODO: cellSailPlayerCloseEsVideo"); - case 0x09de25fd: FUNC_LOG_ERROR("TODO: cellSailPlayerIsEsAudioMuted"); - case 0x0abb318b: FUNC_LOG_ERROR("TODO: cellSailDescriptorCreateDatabase"); - case 0x0c4cb439: FUNC_LOG_ERROR("TODO: cellSailFutureReset"); - case 0x0d0c2f0c: FUNC_LOG_ERROR("TODO: cellSailDescriptorSetEs"); - case 0x10298371: FUNC_LOG_ERROR("TODO: cellSailAviMovieGetHeader"); - case 0x1139a206: FUNC_LOG_ERROR("TODO: cellSailPlayerSetSoundAdapter"); - case 0x145f9b11: FUNC_LOG_ERROR("TODO: cellSailPlayerOpenEsAudio"); - case 0x15fd6a2a: FUNC_LOG_ERROR("TODO: cellSailDescriptorClose"); - case 0x17932b26: FUNC_LOG_ERROR("TODO: cellSailPlayerInitialize"); - case 0x186b98d3: FUNC_LOG_ERROR("TODO: cellSailPlayerGetRegisteredProtocols"); - case 0x1872331b: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterPtsToTimePosition"); - case 0x18b4629d: FUNC_LOG_ERROR("TODO: cellSailPlayerFinalize"); - case 0x18bcd21b: FUNC_LOG_ERROR("TODO: cellSailPlayerSetGraphicsAdapter"); - case 0x1c983864: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterInitialize"); - case 0x1c9d5e5a: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterSetPreferredFormat"); - case 0x23654375: FUNC_LOG_ERROR("TODO: cellSailPlayerInitialize2"); - case 0x26563ddc: FUNC_LOG_ERROR("TODO: cellSailPlayerNext"); - case 0x277adf21: FUNC_LOG_ERROR("TODO: cellSailDescriptorIsAutoSelection"); - case 0x28336e89: FUNC_LOG_ERROR("TODO: cellSailDescriptorDestroyDatabase"); - case 0x2e3ccb5e: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterSetPreferredFormat"); - case 0x325039b9: FUNC_LOG_ERROR("TODO: cellSailRendererAudioNotifyOutputEos"); - case 0x346ebba3: FUNC_LOG_ERROR("TODO: cellSailMemAllocatorInitialize"); - case 0x34ecc1b9: FUNC_LOG_ERROR("TODO: cellSailPlayerOpenStream"); - case 0x38144ecf: FUNC_LOG_ERROR("TODO: cellSailPlayerGetRepeatMode"); - case 0x3a1132ed: FUNC_LOG_ERROR("TODO: cellSailAuReceiverGet"); - case 0x3a2d806c: FUNC_LOG_ERROR("TODO: cellSailFutureGet"); - case 0x3d0d3b72: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterInitialize"); - case 0x3dd9639a: FUNC_LOG_ERROR("TODO: cellSailAuReceiverInitialize"); - case 0x3df98d41: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyOpenCompleted"); - case 0x3e908c56: FUNC_LOG_ERROR("TODO: cellSailAviMovieGetStreamByIndex"); - case 0x44a20e79: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterUpdateAvSync"); - case 0x47055fea: FUNC_LOG_ERROR("TODO: cellSailRendererVideoFinalize"); - case 0x47632810: FUNC_LOG_ERROR("TODO: cellSailPlayerReplaceEventHandler"); - case 0x477501f6: FUNC_LOG_ERROR("TODO: cellSailPlayerOpenEsVideo"); - case 0x4ae979df: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterPtsToTimePosition"); - case 0x4c191088: FUNC_LOG_ERROR("TODO: cellSailDescriptorGetUri"); - case 0x4cc54f8e: FUNC_LOG_ERROR("TODO: cellSailFutureInitialize"); - case 0x4fa5ad09: FUNC_LOG_ERROR("TODO: cellSailPlayerReopenEsAudio"); - case 0x51ecf361: FUNC_LOG_ERROR("TODO: cellSailFutureIsDone"); - case 0x54c53688: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyInputEos"); - case 0x5783a454: FUNC_LOG_ERROR("TODO: cellSailMp4MovieGetMovieInfo"); - case 0x5f44f64f: FUNC_LOG_ERROR("TODO: cellSailMp4TrackGetTrackReference"); - case 0x5f77e8df: FUNC_LOG_ERROR("TODO: cellSailRendererVideoNotifyFrameDone"); - case 0x5f7c7a6f: FUNC_LOG_ERROR("TODO: cellSailPlayerSetParameter"); - case 0x5faf802b: FUNC_LOG_ERROR("TODO: cellSailMp4MovieGetTrackByIndex"); - case 0x640c7278: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyStartCompleted"); - case 0x67b4d01f: FUNC_LOG_ERROR("TODO: cellSailRendererAudioInitialize"); - case 0x69793952: FUNC_LOG_ERROR("TODO: cellSailPlayerUnsubscribeEvent"); - case 0x6e83f5c0: FUNC_LOG_ERROR("TODO: cellSailAviMovieGetMovieInfo"); - case 0x6f0b1002: FUNC_LOG_ERROR("TODO: cellSailPlayerSubscribeEvent"); - case 0x72236ec1: FUNC_LOG_ERROR("TODO: cellSailMp4TrackGetTrackReferenceCount"); - case 0x7473970a: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyStopCompleted"); - case 0x752f8585: FUNC_LOG_ERROR("TODO: cellSailPlayerGetDescriptorCount"); - case 0x75fca288: FUNC_LOG_ERROR("TODO: cellSailPlayerGetCurrentDescriptor"); - case 0x76488bb1: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterFinalize"); - case 0x764ec2d2: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyCallCompleted"); - case 0x76b1a425: FUNC_LOG_ERROR("TODO: cellSailDescriptorSetAutoSelection"); - case 0x7b6fa92e: FUNC_LOG_ERROR("TODO: cellSailPlayerReopenEsUser"); - case 0x7c8dff3b: FUNC_LOG_ERROR("TODO: cellSailPlayerAddDescriptor"); - case 0x7eb8d6b5: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterGetFrame"); - case 0x85b07126: FUNC_LOG_ERROR("TODO: cellSailMp4MovieGetTrackById"); - case 0x85beffcc: FUNC_LOG_ERROR("TODO: cellSailPlayerCloseStream"); - case 0x8d1ff475: FUNC_LOG_ERROR("TODO: cellSailRendererVideoInitialize"); - case 0x91d287f6: FUNC_LOG_ERROR("TODO: cellSailPlayerSetEsAudioMuted"); - case 0x92590d52: FUNC_LOG_ERROR("TODO: cellSailDescriptorInquireCapability"); - case 0x92eaf6ca: FUNC_LOG_ERROR("TODO: cellSailPlayerSetRendererAudio"); - case 0x946ecca0: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyReadCompleted"); - case 0x950d53c1: FUNC_LOG_ERROR("TODO: cellSailPlayerCancel"); - case 0x952269c9: FUNC_LOG_ERROR("TODO: cellSailPlayerGetParameter"); - case 0x954f48f8: FUNC_LOG_ERROR("TODO: cellSailRendererVideoNotifyCallCompleted"); - case 0x9553af65: FUNC_LOG_ERROR("TODO: cellSailFutureFinalize"); - case 0x95ee1695: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyStreamOut"); - case 0x9897fbd1: FUNC_LOG_ERROR("TODO: cellSailPlayerRemoveDescriptor"); - case 0x9d30bdce: FUNC_LOG_ERROR("TODO: cellSailSourceInitialize"); - case 0xa37fed15: FUNC_LOG_ERROR("TODO: cellSailFutureSet"); - case 0xa48be428: FUNC_LOG_ERROR("TODO: cellSailMp4TrackGetTrackInfo"); - case 0xa849d0a7: FUNC_LOG_ERROR("TODO: cellSailPlayerOpenEsUser"); - case 0xaafa17b8: FUNC_LOG_ERROR("TODO: cellSailPlayerIsPaused"); - case 0xac9c3b1f: FUNC_LOG_ERROR("TODO: cellSailDescriptorGetCapabilities"); - case 0xaed9d6cd: FUNC_LOG_ERROR("TODO: cellSailPlayerCloseEsUser"); - case 0xb7b4ecee: FUNC_LOG_ERROR("TODO: cellSailRendererAudioNotifyCallCompleted"); - case 0xb980b76e: FUNC_LOG_ERROR("TODO: cellSailMp4MovieGetBrand"); - case 0xbd1635f4: FUNC_LOG_ERROR("TODO: cellSailDescriptorGetMediaInfo"); - case 0xbdb2251a: FUNC_LOG_ERROR("TODO: cellSailSourceSetDiagHandler"); - case 0xbdf21b0f: FUNC_LOG_ERROR("TODO: cellSailPlayerBoot"); - case 0xbedccc74: FUNC_LOG_ERROR("TODO: cellSailPlayerRegisterSource"); - case 0xbf9b8d72: FUNC_LOG_ERROR("TODO: cellSailPlayerCloseEsAudio"); - case 0xc044fab1: FUNC_LOG_ERROR("TODO: cellSailDescriptorOpen"); - case 0xc09e2f23: FUNC_LOG_ERROR("TODO: cellSailAviStreamGetMediaType"); - case 0xc2d90ec9: FUNC_LOG_ERROR("TODO: cellSailMp4MovieGetTrackByTypeAndIndex"); - case 0xc457b203: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyCloseCompleted"); - case 0xcc3cca60: FUNC_LOG_ERROR("TODO: cellSailAviStreamGetHeader"); - case 0xcc987ba6: FUNC_LOG_ERROR("TODO: cellSailPlayerDumpImage"); - case 0xd1462438: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterFinalize"); - case 0xd1d55a90: FUNC_LOG_ERROR("TODO: cellSailPlayerSetPaused"); - case 0xd4049de0: FUNC_LOG_ERROR("TODO: cellSailMp4MovieIsCompatibleBrand"); - case 0xd5f9a15b: FUNC_LOG_ERROR("TODO: cellSailDescriptorGetStreamType"); - case 0xd7938b8d: FUNC_LOG_ERROR("TODO: cellSailPlayerCreateDescriptor"); - case 0xdbe32ed4: FUNC_LOG_ERROR("TODO: cellSailPlayerIsEsVideoMuted"); - case 0xddebd2a5: FUNC_LOG_ERROR("TODO: cellSailAviMovieGetStreamByTypeAndIndex"); - case 0xdf5553ef: FUNC_LOG_ERROR("TODO: cellSailDescriptorClearEs"); - case 0xdff1cda2: FUNC_LOG_ERROR("TODO: cellSailRendererVideoNotifyOutputEos"); - case 0xe535b0d3: FUNC_LOG_ERROR("TODO: cellSailPlayerStart"); - case 0xeba8d4ec: FUNC_LOG_ERROR("TODO: cellSailPlayerStop"); - case 0xecf56150: FUNC_LOG_ERROR("TODO: cellSailPlayerSetRendererVideo"); - case 0xed58e3ec: FUNC_LOG_ERROR("TODO: cellSailAuReceiverFinalize"); - case 0xee724c99: FUNC_LOG_ERROR("TODO: cellSailSourceFinalize"); - case 0xee94b99b: FUNC_LOG_ERROR("TODO: cellSailDescriptorSetParameter"); - case 0xeec22809: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterUpdateAvSync"); - case 0xf1446a40: FUNC_LOG_ERROR("TODO: cellSailPlayerSetEsVideoMuted"); - case 0xf25f197d: FUNC_LOG_ERROR("TODO: cellSailSoundAdapterGetFormat"); - case 0xf289f0cd: FUNC_LOG_ERROR("TODO: cellSailSourceNotifySessionError"); - case 0xf4009a94: FUNC_LOG_ERROR("TODO: cellSailSourceNotifyMediaStateChanged"); - case 0xf5747e1f: FUNC_LOG_ERROR("TODO: cellSailPlayerSetAuReceiver"); - case 0xf60a8a69: FUNC_LOG_ERROR("TODO: cellSailPlayerReopenEsVideo"); - case 0xf841a537: FUNC_LOG_ERROR("TODO: cellSailRendererAudioNotifyFrameDone"); - case 0xfc5baf8a: FUNC_LOG_ERROR("TODO: cellSailPlayerSetRepeatMode"); - case 0xfc839bd4: FUNC_LOG_ERROR("TODO: cellSailPlayerDestroyDescriptor"); - case 0xffd58aa4: FUNC_LOG_ERROR("TODO: cellSailGraphicsAdapterGetFormat"); - case 0x0a3ea2a9: FUNC_LOG_ERROR("TODO: cellSailRecorderSetParameter"); - case 0x10c81457: FUNC_LOG_ERROR("TODO: cellSailRecorderOpenStream"); - case 0x1422a425: FUNC_LOG_ERROR("TODO: cellSailProfileSetEsVideoParameter"); - case 0x18ecc741: FUNC_LOG_ERROR("TODO: cellSailRecorderStop"); - case 0x376c3926: FUNC_LOG_ERROR("TODO: cellSailRecorderDestroyProfile"); - case 0x37aad85f: FUNC_LOG_ERROR("TODO: cellSailRecorderDumpImage"); - case 0x3c775cea: FUNC_LOG_ERROR("TODO: cellSailFeederAudioNotifyFrameOut"); - case 0x3deae857: FUNC_LOG_ERROR("TODO: cellSailRecorderSetFeederAudio"); - case 0x455c4709: FUNC_LOG_ERROR("TODO: cellSailRecorderDestroyVideoConverter"); - case 0x4830faf8: FUNC_LOG_ERROR("TODO: cellSailRecorderStart"); - case 0x49476a3d: FUNC_LOG_ERROR("TODO: cellSailRecorderCreateVideoConverter"); - case 0x4fec43a9: FUNC_LOG_ERROR("TODO: cellSailRecorderSetFeederVideo"); - case 0x50affdc1: FUNC_LOG_ERROR("TODO: cellSailRecorderCreateProfile"); - case 0x57415dd3: FUNC_LOG_ERROR("TODO: cellSailFeederVideoInitialize"); - case 0x7a52bf69: FUNC_LOG_ERROR("TODO: cellSailRecorderInitialize"); - case 0x81bfeae8: FUNC_LOG_ERROR("TODO: cellSailFeederVideoFinalize"); - case 0x855da8c6: FUNC_LOG_ERROR("TODO: cellSailVideoConverterProcess"); - case 0x86cae679: FUNC_LOG_ERROR("TODO: cellSailFeederVideoNotifySessionError"); - case 0x899d1587: FUNC_LOG_ERROR("TODO: cellSailFeederAudioFinalize"); - case 0x999c0dc5: FUNC_LOG_ERROR("TODO: cellSailFeederAudioNotifySessionEnd"); - case 0xaf310ae6: FUNC_LOG_ERROR("TODO: cellSailFeederAudioNotifySessionError"); - case 0xb3d30b0d: FUNC_LOG_ERROR("TODO: cellSailVideoConverterCanProcess"); - case 0xbd591197: FUNC_LOG_ERROR("TODO: cellSailFeederAudioInitialize"); - case 0xbff6e8d3: FUNC_LOG_ERROR("TODO: cellSailFeederVideoNotifySessionEnd"); - case 0xc2e2f30d: FUNC_LOG_ERROR("TODO: cellSailFeederAudioNotifyCallCompleted"); - case 0xc4617ddc: FUNC_LOG_ERROR("TODO: cellSailRecorderBoot"); - case 0xd37fb694: FUNC_LOG_ERROR("TODO: cellSailRecorderCancel"); - case 0xd84daeb9: FUNC_LOG_ERROR("TODO: cellSailFeederVideoNotifyCallCompleted"); - case 0xe14cae97: FUNC_LOG_ERROR("TODO: cellSailProfileSetEsAudioParameter"); - case 0xe15679fe: FUNC_LOG_ERROR("TODO: cellSailVideoConverterGetResult"); - case 0xe16de678: FUNC_LOG_ERROR("TODO: cellSailVideoConverterCanGetResult"); - case 0xe3f56f62: FUNC_LOG_ERROR("TODO: cellSailRecorderCloseStream"); - case 0xe5e0572a: FUNC_LOG_ERROR("TODO: cellSailFeederVideoNotifyFrameOut"); - case 0xe8d86c43: FUNC_LOG_ERROR("TODO: cellSailProfileSetStreamParameter"); - case 0xf57d74e3: FUNC_LOG_ERROR("TODO: cellSailRecorderFinalize"); - case 0xff20157b: FUNC_LOG_ERROR("TODO: cellSailRecorderGetParameter"); - case 0x04c06fc2: FUNC_LOG_ERROR("TODO: cellSaveDataGetListItem"); - case 0x273d116a: FUNC_LOG_ERROR("TODO: cellSaveDataUserListExport"); - case 0x27cb8bc2: FUNC_LOG_ERROR("TODO: cellSaveDataListDelete"); - case 0x39d6ee43: FUNC_LOG_ERROR("TODO: cellSaveDataUserListImport"); - case 0x46a2d878: FUNC_LOG_ERROR("TODO: cellSaveDataFixedExport"); - case 0x491cc554: FUNC_LOG_ERROR("TODO: cellSaveDataListExport"); - case 0x52541151: FUNC_LOG_ERROR("TODO: cellSaveDataFixedImport"); - case 0x529231b0: FUNC_LOG_ERROR("TODO: cellSaveDataUserFixedImport"); - case 0x6b4e0de6: FUNC_LOG_ERROR("TODO: cellSaveDataListImport"); - case 0x7048a9ba: FUNC_LOG_ERROR("TODO: cellSaveDataUserListDelete"); - case 0x95ae2cde: FUNC_LOG_ERROR("TODO: cellSaveDataUserFixedExport"); - case 0xf6482036: FUNC_LOG_ERROR("TODO: cellSaveDataUserGetListItem"); - case 0x7a9c2243: FUNC_LOG_ERROR("TODO: cellScreenShotSetOverlayImage"); - case 0x9e33ab8f: FUNC_LOG_ERROR("TODO: cellScreenShotEnable"); - case 0xd3ad63e4: FUNC_LOG_ERROR("TODO: cellScreenShotSetParameter"); - case 0xfc6f4e74: FUNC_LOG_ERROR("TODO: cellScreenShotDisable"); - case 0x025ce169: FUNC_LOG_ERROR("TODO: cellSearchGetMusicSelectionContext"); - case 0x0591826f: FUNC_LOG_ERROR("TODO: cellSearchStartContentSearch"); - case 0x0a4c8295: FUNC_LOG_ERROR("TODO: cellSearchStartListSearch"); - case 0x13524faa: FUNC_LOG_ERROR("TODO: cellSearchStartSceneSearch"); - case 0x35cda406: FUNC_LOG_ERROR("TODO: cellSearchGetContentInfoDeveloperData"); - case 0x37b5ba0c: FUNC_LOG_ERROR("TODO: cellSearchGetContentInfoPathMovieThumb"); - case 0x3b210319: FUNC_LOG_ERROR("TODO: cellSearchGetContentInfoByOffset"); - case 0x540d9068: FUNC_LOG_ERROR("TODO: cellSearchGetOffsetByContentId"); - case 0x64fb0b76: FUNC_LOG_ERROR("TODO: cellSearchStartContentSearchInList"); - case 0x774033d6: FUNC_LOG_ERROR("TODO: cellSearchEnd"); - case 0x8fe376a6: FUNC_LOG_ERROR("TODO: cellSearchCancel"); - case 0x94e21701: FUNC_LOG_ERROR("TODO: cellSearchGetContentIdByOffset"); - case 0x9663a44b: FUNC_LOG_ERROR("TODO: cellSearchGetContentInfoByContentId"); - case 0xbfab7616: FUNC_LOG_ERROR("TODO: cellSearchFinalize"); - case 0xc0ed0522: FUNC_LOG_ERROR("TODO: cellSearchStartSceneSearchInVideo"); - case 0xc81ccf8a: FUNC_LOG_ERROR("TODO: cellSearchInitialize"); - case 0xd7a7a433: FUNC_LOG_ERROR("TODO: cellSearchGetContentInfoGameComment"); - case 0xe73cb0d2: FUNC_LOG_ERROR("TODO: cellSearchPrepareFile"); - case 0xed20e079: FUNC_LOG_ERROR("TODO: cellSearchGetMusicSelectionContextOfSingleTrack"); - case 0xffb28491: FUNC_LOG_ERROR("TODO: cellSearchGetContentInfoPath"); - case 0x2452679f: FUNC_LOG_ERROR("TODO: cellKeySheapMutexDelete"); - case 0x3478e1e6: FUNC_LOG_ERROR("TODO: cellKeySheapMutexNew"); - case 0x37968718: FUNC_LOG_ERROR("TODO: cellSheapQueryMax"); - case 0x4a5b9659: FUNC_LOG_ERROR("TODO: cellKeySheapBufferNew"); - case 0x4b1383fb: FUNC_LOG_ERROR("TODO: cellSheapAllocate"); - case 0x5c5994bd: FUNC_LOG_ERROR("TODO: cellSheapFree"); - case 0x69a5861d: FUNC_LOG_ERROR("TODO: cellKeySheapSemaphoreNew"); - case 0x73a45cf8: FUNC_LOG_ERROR("TODO: cellKeySheapSemaphoreDelete"); - case 0x79a6abd0: FUNC_LOG_ERROR("TODO: cellKeySheapQueueDelete"); - case 0x7fa23275: FUNC_LOG_ERROR("TODO: cellSheapQueryFree"); - case 0x987e260e: FUNC_LOG_ERROR("TODO: cellKeySheapQueueNew"); - case 0xa1b25841: FUNC_LOG_ERROR("TODO: cellKeySheapInitialize"); - case 0xbbb47cd8: FUNC_LOG_ERROR("TODO: cellSheapInitialize"); - case 0xe6b37362: FUNC_LOG_ERROR("TODO: cellKeySheapBufferDelete"); - case 0xe897c835: FUNC_LOG_ERROR("TODO: cellKeySheapBarrierNew"); - case 0xed136702: FUNC_LOG_ERROR("TODO: cellKeySheapRwmDelete"); - case 0xf01ac471: FUNC_LOG_ERROR("TODO: cellKeySheapRwmNew"); - case 0xf6f5fbca: FUNC_LOG_ERROR("TODO: cellKeySheapBarrierDelete"); - case 0x3fbcf1d6: FUNC_LOG_ERROR("TODO: cellSpudllHandleConfigSetDefaultValues"); - case 0xcccd3257: FUNC_LOG_ERROR("TODO: cellSpudllGetImageSize"); - case 0x00af2519: FUNC_LOG_ERROR("TODO: cellSpursJobGuardReset"); - case 0x011ee38b: FUNC_LOG_ERROR("TODO: _cellSpursLFQueueInitialize"); - case 0x039d70b7: FUNC_LOG_ERROR("TODO: cellSpursQueueDetachLv2EventQueue"); - case 0x07529113: FUNC_LOG_ERROR("TODO: cellSpursAttributeSetNamePrefix"); - case 0x082bfb09: FUNC_LOG_ERROR("TODO: _cellSpursQueueInitialize"); - case 0x0eb4bc38: FUNC_LOG_ERROR("TODO: cellSpursWorkloadAttributeSetShutdownCompletionEventHook"); - case 0x1051d134: FUNC_LOG_ERROR("TODO: cellSpursAttributeEnableSpuPrintfIfAvailable"); - case 0x13ae18f3: FUNC_LOG_ERROR("TODO: cellSpursTaskExitCodeGet"); - case 0x161da6a7: FUNC_LOG_ERROR("TODO: cellSpursJobChainGetError"); - case 0x16394a4e: FUNC_LOG_ERROR("TODO: _cellSpursTasksetAttributeInitialize"); - case 0x1656d49f: FUNC_LOG_ERROR("TODO: cellSpursLFQueueAttachLv2EventQueue"); - case 0x17001000: FUNC_LOG_ERROR("TODO: cellSpursAddUrgentCommand"); - case 0x182d9890: FUNC_LOG_ERROR("TODO: cellSpursRequestIdleSpu"); - case 0x1d2bca4b: FUNC_LOG_ERROR("TODO: cellSpursSendWorkloadSignal"); - case 0x1d344406: FUNC_LOG_ERROR("TODO: cellSpursTaskGetLoadableSegmentPattern"); - case 0x1d46fedf: FUNC_LOG_ERROR("TODO: cellSpursCreateTaskWithAttribute"); - case 0x1ebcf459: FUNC_LOG_ERROR("TODO: cellSpursDestroyTaskset2"); - case 0x1f402f8f: FUNC_LOG_ERROR("TODO: cellSpursGetInfo"); - case 0x2093252b: FUNC_LOG_ERROR("TODO: cellSpursQueueGetTasksetAddress"); - case 0x22aab31d: FUNC_LOG_ERROR("TODO: cellSpursEventFlagDetachLv2EventQueue"); - case 0x247414d0: FUNC_LOG_ERROR("TODO: cellSpursQueueClear"); - case 0x2cfccb99: FUNC_LOG_ERROR("TODO: cellSpursJobChainAttributeSetJobTypeMemoryCheck"); - case 0x2ddbcc0a: FUNC_LOG_ERROR("TODO: _cellSpursWorkloadFlagReceiver2"); - case 0x2edcff92: FUNC_LOG_ERROR("TODO: cellSpursTasksetSetExceptionEventHandler"); - case 0x303c19cd: FUNC_LOG_ERROR("TODO: cellSpursCreateJobChainWithAttribute"); - case 0x30aa96c4: FUNC_LOG_ERROR("TODO: cellSpursInitializeWithAttribute2"); - case 0x32b94add: FUNC_LOG_ERROR("TODO: cellSpursEnableExceptionEventHandler"); - case 0x34552fa6: FUNC_LOG_ERROR("TODO: cellSpursTaskExitCodeInitialize"); - case 0x3548f483: FUNC_LOG_ERROR("TODO: _cellSpursJobChainAttributeInitialize"); - case 0x35dae22b: FUNC_LOG_ERROR("TODO: _cellSpursLFQueuePopBody"); - case 0x35f02287: FUNC_LOG_ERROR("TODO: cellSpursQueueDepth"); - case 0x369fe03d: FUNC_LOG_ERROR("TODO: cellSpursQueueGetEntrySize"); - case 0x373523d4: FUNC_LOG_ERROR("TODO: cellSpursEventFlagWait"); - case 0x39c173fb: FUNC_LOG_ERROR("TODO: cellSpursGetSpuThreadGroupId"); - case 0x494613c7: FUNC_LOG_ERROR("TODO: cellSpursJobChainGetSpursAddress"); - case 0x49a3426d: FUNC_LOG_ERROR("TODO: cellSpursReadyCountSwap"); - case 0x4a5eab63: FUNC_LOG_ERROR("TODO: cellSpursWorkloadAttributeSetName"); - case 0x4a6465e3: FUNC_LOG_ERROR("TODO: cellSpursCreateTaskset2"); - case 0x4ac7bae4: FUNC_LOG_ERROR("TODO: cellSpursEventFlagClear"); - case 0x4c75deb8: FUNC_LOG_ERROR("TODO: cellSpursUnsetExceptionEventHandler"); - case 0x4cce88a9: FUNC_LOG_ERROR("TODO: cellSpursLookUpTasksetAddress"); - case 0x4ceb9694: FUNC_LOG_ERROR("TODO: cellSpursGetJobChainInfo"); - case 0x4d1e9373: FUNC_LOG_ERROR("TODO: cellSpursEventFlagGetClearMode"); - case 0x4de203e2: FUNC_LOG_ERROR("TODO: cellSpursSetPreemptionVictimHints"); - case 0x4e153e3e: FUNC_LOG_ERROR("TODO: cellSpursGetWorkloadInfo"); - case 0x4e66d483: FUNC_LOG_ERROR("TODO: cellSpursDetachLv2EventQueue"); - case 0x5202e53b: FUNC_LOG_ERROR("TODO: cellSpursJobChainSetExceptionEventHandler"); - case 0x52cc6c82: FUNC_LOG_ERROR("TODO: cellSpursCreateTaskset"); - case 0x54876603: FUNC_LOG_ERROR("TODO: cellSpursQueueSize"); - case 0x568b2352: FUNC_LOG_ERROR("TODO: cellSpursSemaphoreGetTasksetAddress"); - case 0x569674e3: FUNC_LOG_ERROR("TODO: cellSpursTraceInitialize"); - case 0x57e4dec3: FUNC_LOG_ERROR("TODO: cellSpursRemoveWorkload"); - case 0x58d58fcf: FUNC_LOG_ERROR("TODO: cellSpursTasksetGetSpursAddress"); - case 0x5ef96465: FUNC_LOG_ERROR("TODO: _cellSpursEventFlagInitialize"); - case 0x5fd43fe4: FUNC_LOG_ERROR("TODO: cellSpursWaitForWorkloadShutdown"); - case 0x60eb2dec: FUNC_LOG_ERROR("TODO: cellSpursCreateJobChain"); - case 0x652b70e2: FUNC_LOG_ERROR("TODO: cellSpursTasksetAttributeSetName"); - case 0x68aaeba9: FUNC_LOG_ERROR("TODO: cellSpursJobGuardInitialize"); - case 0x69726aa2: FUNC_LOG_ERROR("TODO: cellSpursAddWorkload"); - case 0x6aa76999: FUNC_LOG_ERROR("TODO: cellSpursJobChainUnsetExceptionEventHandler"); - case 0x6c960f6d: FUNC_LOG_ERROR("TODO: cellSpursGetSpuThreadId"); - case 0x6d2d9339: FUNC_LOG_ERROR("TODO: cellSpursEventFlagTryWait"); - case 0x6fcdf6e3: FUNC_LOG_ERROR("TODO: cellSpursGetSpuGuid"); - case 0x738e40e6: FUNC_LOG_ERROR("TODO: cellSpursShutdownJobChain"); - case 0x73e06f91: FUNC_LOG_ERROR("TODO: cellSpursLFQueueDetachLv2EventQueue"); - case 0x7517724a: FUNC_LOG_ERROR("TODO: cellSpursSetGlobalExceptionEventHandler"); - case 0x75211196: FUNC_LOG_ERROR("TODO: cellSpursReadyCountAdd"); - case 0x77cdac0c: FUNC_LOG_ERROR("TODO: _cellSpursSemaphoreInitialize"); - case 0x7b9cbb74: FUNC_LOG_ERROR("TODO: cellSpursTraceFinalize"); - case 0x7cb33c2e: FUNC_LOG_ERROR("TODO: cellSpursTaskGetReadOnlyAreaPattern"); - case 0x7e4ea023: FUNC_LOG_ERROR("TODO: cellSpursWakeUp"); - case 0x7fdf4fef: FUNC_LOG_ERROR("TODO: cellSpursBarrierInitialize"); - case 0x80a29e27: FUNC_LOG_ERROR("TODO: cellSpursSetPriorities"); - case 0x82275c1c: FUNC_LOG_ERROR("TODO: cellSpursAttributeSetMemoryContainerForSpuThread"); - case 0x838fa4f0: FUNC_LOG_ERROR("TODO: cellSpursTryJoinTask2"); - case 0x84d2f6d5: FUNC_LOG_ERROR("TODO: cellSpursSetMaxContention"); - case 0x861237f8: FUNC_LOG_ERROR("TODO: cellSpursUnsetGlobalExceptionEventHandler"); - case 0x86c864a2: FUNC_LOG_ERROR("TODO: cellSpursGetJobChainId"); - case 0x87630976: FUNC_LOG_ERROR("TODO: cellSpursEventFlagAttachLv2EventQueue"); - case 0x890f9e5a: FUNC_LOG_ERROR("TODO: cellSpursEventFlagGetDirection"); - case 0x8a85674d: FUNC_LOG_ERROR("TODO: _cellSpursLFQueuePushBody"); - case 0x8adadf65: FUNC_LOG_ERROR("TODO: _cellSpursTaskAttribute2Initialize"); - case 0x8f122ef8: FUNC_LOG_ERROR("TODO: cellSpursTasksetAttributeSetTasksetSize"); - case 0x8fdf50b2: FUNC_LOG_ERROR("TODO: cellSpursAddUrgentCall"); - case 0x9034e538: FUNC_LOG_ERROR("TODO: cellSpursTaskGetContextSaveAreaSize"); - case 0x91066667: FUNC_LOG_ERROR("TODO: cellSpursQueuePopBody"); - case 0x9197915f: FUNC_LOG_ERROR("TODO: cellSpursTaskGenerateLsPattern"); - case 0x92cff6ed: FUNC_LOG_ERROR("TODO: cellSpursQueuePushBody"); - case 0x94034c95: FUNC_LOG_ERROR("TODO: cellSpursTasksetUnsetExceptionEventHandler"); - case 0x947efb0b: FUNC_LOG_ERROR("TODO: cellSpursEventFlagGetTasksetAddress"); - case 0x95180230: FUNC_LOG_ERROR("TODO: _cellSpursAttributeInitialize"); - case 0x97a2f6c8: FUNC_LOG_ERROR("TODO: cellSpursJobHeaderSetJobbin2Param"); - case 0x98d5b343: FUNC_LOG_ERROR("TODO: cellSpursShutdownWorkload"); - case 0x9aeb5432: FUNC_LOG_ERROR("TODO: cellSpursBarrierGetTasksetAddress"); - case 0x9dcbcb5d: FUNC_LOG_ERROR("TODO: cellSpursAttributeEnableSystemWorkload"); - case 0x9f72add3: FUNC_LOG_ERROR("TODO: cellSpursJoinTaskset"); - case 0x9fcb567b: FUNC_LOG_ERROR("TODO: cellSpursGetTasksetInfo"); - case 0x9fef70c2: FUNC_LOG_ERROR("TODO: cellSpursJobChainAttributeSetName"); - case 0xa121a224: FUNC_LOG_ERROR("TODO: cellSpursTaskAttributeSetExitCodeContainer"); - case 0xa73bf47e: FUNC_LOG_ERROR("TODO: _cellSpursWorkloadFlagReceiver"); - case 0xa789e631: FUNC_LOG_ERROR("TODO: cellSpursShutdownTaskset"); - case 0xa7a94892: FUNC_LOG_ERROR("TODO: cellSpursJoinTask2"); - case 0xa7c066de: FUNC_LOG_ERROR("TODO: cellSpursJoinJobChain"); - case 0xa7f9e716: FUNC_LOG_ERROR("TODO: cellSpursGetWorkloadData"); - case 0xa839a4d9: FUNC_LOG_ERROR("TODO: cellSpursAttributeSetSpuThreadGroupType"); - case 0xaa6269a8: FUNC_LOG_ERROR("TODO: cellSpursInitializeWithAttribute"); - case 0xacfc8dbc: FUNC_LOG_ERROR("TODO: cellSpursInitialize"); - case 0xb792ca1a: FUNC_LOG_ERROR("TODO: cellSpursLFQueueGetTasksetAddress"); - case 0xb8474eff: FUNC_LOG_ERROR("TODO: _cellSpursTaskAttributeInitialize"); - case 0xb9bc6207: FUNC_LOG_ERROR("TODO: cellSpursAttachLv2EventQueue"); - case 0xbb68d76e: FUNC_LOG_ERROR("TODO: cellSpursJobChainAttributeSetHaltOnError"); - case 0xbeb600ac: FUNC_LOG_ERROR("TODO: cellSpursCreateTask"); - case 0xbfea60fa: FUNC_LOG_ERROR("TODO: cellSpursKickJobChain"); - case 0xc0158d8b: FUNC_LOG_ERROR("TODO: cellSpursAddWorkloadWithAttribute"); - case 0xc10931cb: FUNC_LOG_ERROR("TODO: cellSpursCreateTasksetWithAttribute"); - case 0xc2acdf43: FUNC_LOG_ERROR("TODO: _cellSpursTasksetAttribute2Initialize"); - case 0xc56defb5: FUNC_LOG_ERROR("TODO: cellSpursGetNumSpuThread"); - case 0xc765b995: FUNC_LOG_ERROR("TODO: cellSpursGetWorkloadFlag"); - case 0xca4c4600: FUNC_LOG_ERROR("TODO: cellSpursFinalize"); - case 0xce853fbf: FUNC_LOG_ERROR("TODO: cellSpursTraceStart"); - case 0xd2e23fa9: FUNC_LOG_ERROR("TODO: cellSpursSetExceptionEventHandler"); - case 0xd5d0b256: FUNC_LOG_ERROR("TODO: cellSpursJobGuardNotify"); - case 0xd86380d8: FUNC_LOG_ERROR("TODO: cellSpursGetJobPipelineInfo"); - case 0xdca13593: FUNC_LOG_ERROR("TODO: cellSpursTasksetAttributeEnableClearLS"); - case 0xddc81b5a: FUNC_LOG_ERROR("TODO: cellSpursTraceStop"); - case 0xe0a6dbe4: FUNC_LOG_ERROR("TODO: _cellSpursSendSignal"); - case 0xe14ca62d: FUNC_LOG_ERROR("TODO: cellSpursCreateTask2"); - case 0xe4944a1c: FUNC_LOG_ERROR("TODO: cellSpursCreateTask2WithBinInfo"); - case 0xe5443be7: FUNC_LOG_ERROR("TODO: cellSpursQueueAttachLv2EventQueue"); - case 0xe717ac73: FUNC_LOG_ERROR("TODO: cellSpursTaskExitCodeTryGet"); - case 0xe7b0e69a: FUNC_LOG_ERROR("TODO: cellSpursJobSetMaxGrab"); - case 0xe7dd87e1: FUNC_LOG_ERROR("TODO: cellSpursGetTasksetId"); - case 0xec68442c: FUNC_LOG_ERROR("TODO: cellSpursQueueGetDirection"); - case 0xefeb2679: FUNC_LOG_ERROR("TODO: _cellSpursWorkloadAttributeInitialize"); - case 0xf1d3552d: FUNC_LOG_ERROR("TODO: cellSpursReadyCountCompareAndSwap"); - case 0xf31731bb: FUNC_LOG_ERROR("TODO: cellSpursRunJobChain"); - case 0xf5507729: FUNC_LOG_ERROR("TODO: cellSpursEventFlagSet"); - case 0xf843818d: FUNC_LOG_ERROR("TODO: cellSpursReadyCountStore"); - case 0x01bbf2e0: FUNC_LOG_ERROR("TODO: cellSpursJobQueueGetSpurs"); - case 0x0582338a: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetDoBusyWaiting"); - case 0x0d69929e: FUNC_LOG_ERROR("TODO: _cellSpursJobQueueAllocateJobDescriptorBody"); - case 0x0f03f712: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetSubmitWithEntryLock"); - case 0x13671514: FUNC_LOG_ERROR("TODO: cellSpursJobQueueSetWaitingMode"); - case 0x15934401: FUNC_LOG_ERROR("TODO: cellSpursJobQueueGetSuspendedJobSize"); - case 0x1686957e: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetMaxSizeJobDescriptor"); - case 0x1917359d: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortCopyPushJobBody"); - case 0x1b6eea7e: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortPushJobListBody"); - case 0x1da890c7: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushAndReleaseJobBody"); - case 0x26fa81b4: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePortFinalize"); - case 0x29c2acc5: FUNC_LOG_ERROR("TODO: cellSpursJobQueueClose"); - case 0x2e775550: FUNC_LOG_ERROR("TODO: cellSpursJobQueueGetError"); - case 0x36d0a53c: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushJob2Body"); - case 0x3d1294fc: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePortInitialize"); - case 0x435bff07: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2GetJobQueue"); - case 0x43ddab4f: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeInitialize"); - case 0x46c3fb5a: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortCopyPushBody"); - case 0x4e1a17a6: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortPushBody"); - case 0x5659da82: FUNC_LOG_ERROR("TODO: cellSpursJobQueueGetMaxSizeJobDescriptor"); - case 0x5fb9b05d: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetMaxGrab"); - case 0x634b1502: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePortSync"); - case 0x677027af: FUNC_LOG_ERROR("TODO: cellSpursJobQueueSemaphoreInitialize"); - case 0x6c93ea18: FUNC_LOG_ERROR("TODO: cellSpursJobQueueSemaphoreAcquire"); - case 0x701fd8a9: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushSync"); - case 0x742cec0d: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetIsJobTypeMemoryCheck"); - case 0x80a0264c: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePortTrySync"); - case 0x840c5239: FUNC_LOG_ERROR("TODO: cellSpursJobQueueGetHandleCount"); - case 0x85cd04cd: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortPushJobBody"); - case 0x8c97a96c: FUNC_LOG_ERROR("TODO: cellSpursShutdownJobQueue"); - case 0x8ce4cffa: FUNC_LOG_ERROR("TODO: cellSpursJoinJobQueue"); - case 0x90c88f84: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePortGetJobQueue"); - case 0x90e392cf: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortPushJobBody2"); - case 0x915455b3: FUNC_LOG_ERROR("TODO: cellSpursJobQueueSendSignal"); - case 0x93248b92: FUNC_LOG_ERROR("TODO: cellSpursJobQueueUnsetExceptionEventHandler"); - case 0x934abb00: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2AllocateJobDescriptor"); - case 0x9396be1d: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortPushSync"); - case 0x97409f67: FUNC_LOG_ERROR("TODO: cellSpursJobQueueSemaphoreTryAcquire"); - case 0x98203e3c: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushJobBody2"); - case 0x983be7fc: FUNC_LOG_ERROR("TODO: _cellSpursCreateJobQueueWithJobDescriptorPool"); - case 0x99316997: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushBody"); - case 0x9c300489: FUNC_LOG_ERROR("TODO: cellSpursJobQueueSetExceptionEventHandler"); - case 0xaf1c7a1d: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushJobListBody"); - case 0xb53436e7: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePort2PushJobListBody"); - case 0xbd1c5d6b: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortPushFlush"); - case 0xbfea28ab: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2PushFlush"); - case 0xc343ee10: FUNC_LOG_ERROR("TODO: cellSpursGetJobQueueId"); - case 0xc39173a4: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePort2CopyPushJobBody"); - case 0xc4843b74: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushJobBody"); - case 0xc485d207: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2Destroy"); - case 0xcf89f218: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePort2PushJobBody"); - case 0xdf0120c2: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePushFlush"); - case 0xe1731df3: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePort2PushAndReleaseJobBody"); - case 0xe70f874e: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetGrabParameters"); - case 0xef66c4b7: FUNC_LOG_ERROR("TODO: _cellSpursJobQueuePortCopyPushJobBody2"); - case 0xf11fe0f1: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2Create"); - case 0xf244e799: FUNC_LOG_ERROR("TODO: _cellSpursCreateJobQueue"); - case 0xf5de6363: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePortInitializeWithDescriptorBuffer"); - case 0xfacb3ced: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2Sync"); - case 0xfc526b72: FUNC_LOG_ERROR("TODO: cellSpursJobQueuePort2PushSync"); - case 0xff03cc79: FUNC_LOG_ERROR("TODO: cellSpursJobQueueAttributeSetIsHaltOnError"); - case 0xff7a7bd2: FUNC_LOG_ERROR("TODO: cellSpursJobQueueOpen"); - case 0x006c4900: FUNC_LOG_ERROR("TODO: cellSslCertGetNameEntryInfo"); - case 0x033c4905: FUNC_LOG_ERROR("TODO: cellSslCertGetRsaPublicKeyExponent"); - case 0x1650aea4: FUNC_LOG_ERROR("TODO: cellSslEnd"); - case 0x218b64da: FUNC_LOG_ERROR("TODO: cellSslCertGetNotAfter"); - case 0x31d9ba8d: FUNC_LOG_ERROR("TODO: cellSslCertGetNotBefore"); - case 0x32c61bdf: FUNC_LOG_ERROR("TODO: cellSslCertGetSubjectName"); - case 0x571afaca: FUNC_LOG_ERROR("TODO: cellSslCertificateLoader"); - case 0x5e9253ca: FUNC_LOG_ERROR("TODO: cellSslCertGetMd5Fingerprint"); - case 0x766d3ca1: FUNC_LOG_ERROR("TODO: cellSslCertGetNameEntryCount"); - case 0x7b689ebc: FUNC_LOG_ERROR("TODO: cellSslCertGetSerialNumber"); - case 0x8e505175: FUNC_LOG_ERROR("TODO: cellSslCertGetRsaPublicKeyModulus"); - case 0xae6eb491: FUNC_LOG_ERROR("TODO: cellSslCertGetIssuerName"); - case 0xf8206492: FUNC_LOG_ERROR("TODO: cellSslCertGetPublicKey"); - case 0xfb02c9d2: FUNC_LOG_ERROR("TODO: cellSslInit"); - case 0x5468d6b0: FUNC_LOG_ERROR("TODO: cellSubDisplayAudioOutNonBlocking"); - case 0x551d80a5: FUNC_LOG_ERROR("TODO: cellSubDisplayEnd"); - case 0x6595ce22: FUNC_LOG_ERROR("TODO: cellSubDisplayGetRequiredMemory"); - case 0x6d85ddb3: FUNC_LOG_ERROR("TODO: cellSubDisplayStop"); - case 0x8a264d71: FUNC_LOG_ERROR("TODO: cellSubDisplayGetPeerNum"); - case 0x938ac642: FUNC_LOG_ERROR("TODO: cellSubDisplayGetVideoBuffer"); - case 0xa5bccb47: FUNC_LOG_ERROR("TODO: cellSubDisplayStart"); - case 0xaee1e0c2: FUNC_LOG_ERROR("TODO: cellSubDisplayAudioOutBlocking"); - case 0xe2485f79: FUNC_LOG_ERROR("TODO: cellSubDisplayGetPeerList"); - case 0xf9a7e8a5: FUNC_LOG_ERROR("TODO: cellSubDisplayInit"); - case 0x07254fda: FUNC_LOG_ERROR("TODO: cellSyncBarrierInitialize"); - case 0x0c7cb9f7: FUNC_LOG_ERROR("TODO: cellSyncLFQueueGetEntrySize"); - case 0x167ea63e: FUNC_LOG_ERROR("TODO: cellSyncLFQueueSize"); - case 0x1bb675c2: FUNC_LOG_ERROR("TODO: cellSyncMutexLock"); - case 0x268edd6d: FUNC_LOG_ERROR("TODO: cellSyncBarrierTryNotify"); - case 0x2af0c515: FUNC_LOG_ERROR("TODO: cellSyncLFQueueClear"); - case 0x35bbdad2: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueCompletePushPointer2"); - case 0x35f21355: FUNC_LOG_ERROR("TODO: cellSyncBarrierWait"); - case 0x3929948d: FUNC_LOG_ERROR("TODO: cellSyncQueueInitialize"); - case 0x46356fe0: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueGetPopPointer2"); - case 0x48154c9b: FUNC_LOG_ERROR("TODO: cellSyncQueuePeek"); - case 0x4da349b2: FUNC_LOG_ERROR("TODO: cellSyncQueueSize"); - case 0x4da6d7e0: FUNC_LOG_ERROR("TODO: cellSyncQueuePop"); - case 0x4e88c68d: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueCompletePushPointer"); - case 0x54fc2032: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueAttachLv2EventQueue"); - case 0x5ae841e5: FUNC_LOG_ERROR("TODO: cellSyncQueuePush"); - case 0x68af923c: FUNC_LOG_ERROR("TODO: cellSyncQueueTryPeek"); - case 0x6bb4ef9d: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueGetPushPointer2"); - case 0x6c272124: FUNC_LOG_ERROR("TODO: cellSyncBarrierTryWait"); - case 0x705985cd: FUNC_LOG_ERROR("TODO: cellSyncQueueTryPush"); - case 0x74c37666: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueGetPopPointer"); - case 0x7a51deee: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueCompletePopPointer2"); - case 0x811d148e: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueDetachLv2EventQueue"); - case 0x91f2b7b0: FUNC_LOG_ERROR("TODO: cellSyncMutexUnlock"); - case 0xa5362e73: FUNC_LOG_ERROR("TODO: cellSyncQueueClear"); - case 0xa58df87f: FUNC_LOG_ERROR("TODO: cellSyncQueueTryPop"); - case 0xa6669751: FUNC_LOG_ERROR("TODO: cellSyncRwmTryRead"); - case 0xa9072dee: FUNC_LOG_ERROR("TODO: cellSyncMutexInitialize"); - case 0xaa355278: FUNC_LOG_ERROR("TODO: cellSyncLFQueueInitialize"); - case 0xaff7627a: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueGetSignalAddress"); - case 0xba5961ca: FUNC_LOG_ERROR("TODO: _cellSyncLFQueuePushBody"); - case 0xba5bee48: FUNC_LOG_ERROR("TODO: cellSyncRwmTryWrite"); - case 0xcece771f: FUNC_LOG_ERROR("TODO: cellSyncRwmRead"); - case 0xd06918c4: FUNC_LOG_ERROR("TODO: cellSyncMutexTryLock"); - case 0xd59aa307: FUNC_LOG_ERROR("TODO: cellSyncLFQueueGetDirection"); - case 0xe18c273c: FUNC_LOG_ERROR("TODO: cellSyncLFQueueDepth"); - case 0xe1bc7add: FUNC_LOG_ERROR("TODO: _cellSyncLFQueuePopBody"); - case 0xe9bf2110: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueGetPushPointer"); - case 0xed773f5f: FUNC_LOG_ERROR("TODO: cellSyncRwmWrite"); - case 0xf06a6415: FUNC_LOG_ERROR("TODO: cellSyncBarrierNotify"); - case 0xfc48b03f: FUNC_LOG_ERROR("TODO: cellSyncRwmInitialize"); - case 0xfe74e8e7: FUNC_LOG_ERROR("TODO: _cellSyncLFQueueCompletePopPointer"); - case 0x0080fe88: FUNC_LOG_ERROR("TODO: cellSync2MutexUnlock"); - case 0x0c2983ac: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreRelease"); - case 0x0c9a0ea9: FUNC_LOG_ERROR("TODO: cellSync2QueueTryPop"); - case 0x12f0a27d: FUNC_LOG_ERROR("TODO: cellSync2QueueGetSize"); - case 0x164843a7: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreFinalize"); - case 0x27f2d61c: FUNC_LOG_ERROR("TODO: cellSync2MutexFinalize"); - case 0x2d77fe17: FUNC_LOG_ERROR("TODO: _cellSync2SemaphoreAttributeInitialize"); - case 0x4e2ee031: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreGetCount"); - case 0x55836e73: FUNC_LOG_ERROR("TODO: _cellSync2MutexAttributeInitialize"); - case 0x58be9a0f: FUNC_LOG_ERROR("TODO: cellSync2CondInitialize"); - case 0x5b1e4d7a: FUNC_LOG_ERROR("TODO: cellSync2CondEstimateBufferSize"); - case 0x5e00d433: FUNC_LOG_ERROR("TODO: _cellSync2QueueAttributeInitialize"); - case 0x5e4b0f87: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreTryAcquire"); - case 0x63062249: FUNC_LOG_ERROR("TODO: cellSync2CondFinalize"); - case 0x6af85cdf: FUNC_LOG_ERROR("TODO: cellSync2QueueFinalize"); - case 0x74c2780f: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreEstimateBufferSize"); - case 0x7d967d91: FUNC_LOG_ERROR("TODO: cellSync2QueuePush"); - case 0x7fd479fe: FUNC_LOG_ERROR("TODO: cellSync2QueueTryPush"); - case 0x871af804: FUNC_LOG_ERROR("TODO: cellSync2CondSignal"); - case 0x8aae07c2: FUNC_LOG_ERROR("TODO: cellSync2CondSignalAll"); - case 0xa400d82e: FUNC_LOG_ERROR("TODO: cellSync2MutexLock"); - case 0xa69c749c: FUNC_LOG_ERROR("TODO: cellSync2MutexTryLock"); - case 0xbc96d751: FUNC_LOG_ERROR("TODO: cellSync2CondWait"); - case 0xc08cc0f9: FUNC_LOG_ERROR("TODO: cellSync2QueueEstimateBufferSize"); - case 0xc5dee254: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreInitialize"); - case 0xd1b0d146: FUNC_LOG_ERROR("TODO: cellSync2SemaphoreAcquire"); - case 0xd51bfae7: FUNC_LOG_ERROR("TODO: cellSync2MutexEstimateBufferSize"); - case 0xd83ab0c9: FUNC_LOG_ERROR("TODO: cellSync2QueuePop"); - case 0xdf3c532a: FUNC_LOG_ERROR("TODO: _cellSync2CondAttributeInitialize"); - case 0xeb81a467: FUNC_LOG_ERROR("TODO: cellSync2MutexInitialize"); - case 0xf0e1471c: FUNC_LOG_ERROR("TODO: cellSync2QueueGetDepth"); - case 0xf125e044: FUNC_LOG_ERROR("TODO: cellSync2QueueInitialize"); - case 0x08db2adf: FUNC_LOG_ERROR("TODO: cellSysconfBtGetDeviceList"); - case 0x112a5ee9: FUNC_LOG_ERROR("TODO: cellSysmoduleUnloadModule"); - case 0x1ef115ef: FUNC_LOG_ERROR("TODO: cellSysmoduleGetImagesize"); - case 0x32267a31: FUNC_LOG_ERROR("TODO: cellSysmoduleLoadModule"); - case 0x3c92be09: FUNC_LOG_ERROR("TODO: cellSysmoduleFetchImage"); - case 0x5a59e258: FUNC_LOG_ERROR("TODO: cellSysmoduleIsLoaded"); - case 0x63ff6ff9: FUNC_LOG_ERROR("TODO: cellSysmoduleInitialize"); - case 0x96c07adf: FUNC_LOG_ERROR("TODO: cellSysmoduleFinalize"); - case 0xa193143c: FUNC_LOG_ERROR("TODO: cellSysmoduleSetMemcontainer"); - case 0x018a1381: FUNC_LOG_ERROR("TODO: cellSysutilAvcSetLayoutMode"); - case 0x01f04d94: FUNC_LOG_ERROR("TODO: cellSysutilGamePowerOff_I"); - case 0x02ff3c1b: FUNC_LOG_ERROR("TODO: cellSysutilUnregisterCallback"); - case 0x073b89d5: FUNC_LOG_ERROR("TODO: cellSysutilAvcGetSpeakerVolumeLevel"); - case 0x08269f37: FUNC_LOG_ERROR("TODO: cellSysutilAvcGetShowStatus"); - case 0x0bae8772: FUNC_LOG_ERROR("TODO: cellVideoOutConfigure"); - case 0x0c316b87: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigGetHeapSize2"); - case 0x0e091c36: FUNC_LOG_ERROR("TODO: cellSaveDataUserListAutoSave"); - case 0x0f03cfb0: FUNC_LOG_ERROR("TODO: cellSaveDataUserListSave"); - case 0x0f8a3b6b: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetMimeSet"); - case 0x10cabeff: FUNC_LOG_ERROR("TODO: cellWebBrowserGetUsrdataOnGameExit"); - case 0x15b0b0cd: FUNC_LOG_ERROR("TODO: cellVideoOutGetConfiguration"); - case 0x15df71ed: FUNC_LOG_ERROR("TODO: cellSysutilAvcLoadAsync"); - case 0x17dbe8b3: FUNC_LOG_ERROR("TODO: cellSysutilAvcJoinRequest"); - case 0x189a74da: FUNC_LOG_ERROR("TODO: cellSysutilCheckCallback"); - case 0x1a91874b: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetFullScreen2"); - case 0x1d99c3ee: FUNC_LOG_ERROR("TODO: cellOskDialogGetInputText"); - case 0x1dfbfdd6: FUNC_LOG_ERROR("TODO: cellSaveDataListLoad2"); - case 0x1dfcce99: FUNC_LOG_ERROR("TODO: cellSysutilGameDataExit"); - case 0x1e7bff94: FUNC_LOG_ERROR("TODO: cellSysCacheMount"); - case 0x1e930eef: FUNC_LOG_ERROR("TODO: cellVideoOutGetDeviceInfo"); - case 0x1f6629e4: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetErrorHook2"); - case 0x20543730: FUNC_LOG_ERROR("TODO: cellMsgDialogClose"); - case 0x21425307: FUNC_LOG_ERROR("TODO: cellSaveDataListAutoLoad"); - case 0x21fc0c71: FUNC_LOG_ERROR("TODO: cellGameUnregisterDiscChangeCallback"); - case 0x220894e3: FUNC_LOG_ERROR("TODO: cellSysutilEnableBgmPlayback"); - case 0x24644561: FUNC_LOG_ERROR("TODO: cellWebBrowserWakeupWithGameExit"); - case 0x248bd1d8: FUNC_LOG_ERROR("TODO: cellSaveDataUserListAutoLoad"); - case 0x27ac51e4: FUNC_LOG_ERROR("TODO: cellStorageDataImportMove"); - case 0x2a8eada2: FUNC_LOG_ERROR("TODO: cellSaveDataFixedLoad2"); - case 0x2a95d8bc: FUNC_LOG_ERROR("TODO: cellSysutilGameExit_I"); - case 0x2aae9ef5: FUNC_LOG_ERROR("TODO: cellSaveDataFixedSave2"); - case 0x2beac488: FUNC_LOG_ERROR("TODO: cellAudioOutGetSoundAvailability2"); - case 0x2dbc92c7: FUNC_LOG_ERROR("TODO: cellSysutilAvcShowPanel"); - case 0x2de0d663: FUNC_LOG_ERROR("TODO: cellSaveDataListSave2"); - case 0x30d3d12b: FUNC_LOG_ERROR("TODO: cellSysutilGameReboot_I"); - case 0x3261a9c8: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetDisableTabs"); - case 0x35beade0: FUNC_LOG_ERROR("TODO: cellOskDialogGetSize"); - case 0x39dd8425: FUNC_LOG_ERROR("TODO: cellSaveDataUserListLoad"); - case 0x3d1e1931: FUNC_LOG_ERROR("TODO: cellOskDialogUnloadAsync"); - case 0x3dbd2314: FUNC_LOG_ERROR("TODO: cellSaveDataListSave"); - case 0x3e22cb4b: FUNC_LOG_ERROR("TODO: cellMsgDialogOpenErrorCode"); - case 0x4056c932: FUNC_LOG_ERROR("TODO: cellSysutilAvcSetVoiceMuting"); - case 0x40b34847: FUNC_LOG_ERROR("TODO: cellSaveDataUserFixedSave"); - case 0x40e895d3: FUNC_LOG_ERROR("TODO: cellSysutilGetSystemParamInt"); - case 0x41bc2ca1: FUNC_LOG_ERROR("TODO: cellSaveDataFixedSave"); - case 0x41f20828: FUNC_LOG_ERROR("TODO: cellOskDialogDisableDimmer"); - case 0x4692ab35: FUNC_LOG_ERROR("TODO: cellAudioOutConfigure"); - case 0x46a0285d: FUNC_LOG_ERROR("TODO: cellWebBrowserDeactivate"); - case 0x4b6e8560: FUNC_LOG_ERROR("TODO: cellWebBrowserCreateRenderWithRect2"); - case 0x4bdec82a: FUNC_LOG_ERROR("TODO: cellHddGameCheck2"); - case 0x4dd03a4e: FUNC_LOG_ERROR("TODO: cellSaveDataListAutoSave"); - case 0x50183b44: FUNC_LOG_ERROR("TODO: cellSaveDataFixedLoad"); - case 0x523a96c4: FUNC_LOG_ERROR("TODO: cellGameDataSetSystemVer"); - case 0x52aac4fa: FUNC_LOG_ERROR("TODO: cellSaveDataUserAutoSave"); - case 0x52d9457a: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetFullVersion2"); - case 0x53e39df3: FUNC_LOG_ERROR("TODO: cellOskDialogSetSeparateWindowOption"); - case 0x55e425c3: FUNC_LOG_ERROR("TODO: cellVideoOutGetConvertCursorColorInfo"); - case 0x58c89c4a: FUNC_LOG_ERROR("TODO: cellWebBrowserEstimate"); - case 0x5e91bc26: FUNC_LOG_ERROR("TODO: cellSysutilAvcEnumPlayers"); - case 0x5ee3bc26: FUNC_LOG_ERROR("TODO: cellSysutilAvcGetVoiceMuting"); - case 0x60a4daab: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetVersion"); - case 0x6144f033: FUNC_LOG_ERROR("TODO: cellWebComponentCreateAsync"); - case 0x619b1427: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetTabCount2"); - case 0x62b0f803: FUNC_LOG_ERROR("TODO: cellMsgDialogAbort"); - case 0x68bc4ff3: FUNC_LOG_ERROR("TODO: cellAudioOutRegisterCallback"); - case 0x6c1082aa: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigWithVer"); - case 0x6c673f78: FUNC_LOG_ERROR("TODO: cellSysutilAvcUnloadAsync"); - case 0x6cfd856f: FUNC_LOG_ERROR("TODO: cellSysutilGetBgmPlaybackStatus2"); - case 0x6d087930: FUNC_LOG_ERROR("TODO: cellWebBrowserEstimate2"); - case 0x6d7444e6: FUNC_LOG_ERROR("TODO: cellWebBrowserActivate"); - case 0x6dfff31d: FUNC_LOG_ERROR("TODO: cellWebBrowserSetSystemCallbackUsrdata"); - case 0x6e7264ed: FUNC_LOG_ERROR("TODO: cellSaveDataUserFixedLoad"); - case 0x71acb8d3: FUNC_LOG_ERROR("TODO: cellSysutilAvcSetVideoMuting"); - case 0x744c1544: FUNC_LOG_ERROR("TODO: cellSysCacheClear"); - case 0x749c9b5f: FUNC_LOG_ERROR("TODO: cellWebBrowserInitialize"); - case 0x75bbb672: FUNC_LOG_ERROR("TODO: cellVideoOutGetNumberOfDevice"); - case 0x7603d3db: FUNC_LOG_ERROR("TODO: cellMsgDialogOpen2"); - case 0x7663e368: FUNC_LOG_ERROR("TODO: cellAudioOutGetDeviceInfo"); - case 0x76948bfc: FUNC_LOG_ERROR("TODO: cellSysconfAbort"); - case 0x76fc8fb1: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetHeapSize"); - case 0x7871bed4: FUNC_LOG_ERROR("TODO: cellVideoOutUnregisterCallback"); - case 0x7bc2c8a8: FUNC_LOG_ERROR("TODO: cellMsgDialogProgressBarReset"); - case 0x7d94ca36: FUNC_LOG_ERROR("TODO: cellSysutilAvcGetVideoMuting"); - case 0x7f21c918: FUNC_LOG_ERROR("TODO: cellOskDialogAddSupportLanguage"); - case 0x7f881be1: FUNC_LOG_ERROR("TODO: cellWebBrowserCreate"); - case 0x7f896a1f: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetCustomExit"); - case 0x7fb3c6a5: FUNC_LOG_ERROR("TODO: cellWebBrowserConfig2"); - case 0x7fcfc915: FUNC_LOG_ERROR("TODO: cellOskDialogLoadAsync"); - case 0x83668b8e: FUNC_LOG_ERROR("TODO: cellWebBrowserConfig"); - case 0x887572d5: FUNC_LOG_ERROR("TODO: cellVideoOutGetState"); - case 0x8a4cb646: FUNC_LOG_ERROR("TODO: cellWebBrowserCreateWithConfig"); - case 0x8a5dbb58: FUNC_LOG_ERROR("TODO: cellWebComponentCreate"); - case 0x8b7ed64b: FUNC_LOG_ERROR("TODO: cellSaveDataAutoSave2"); - case 0x8b8a2f48: FUNC_LOG_ERROR("TODO: cellSaveDataUserFixedDelete"); - case 0x8e8bc444: FUNC_LOG_ERROR("TODO: cellVideoOutRegisterCallback"); - case 0x9117df20: FUNC_LOG_ERROR("TODO: cellHddGameCheck"); - case 0x918288fb: FUNC_LOG_ERROR("TODO: cellStorageDataImport"); - case 0x938013a0: FUNC_LOG_ERROR("TODO: cellSysutilGetSystemParamString"); - case 0x93c523c6: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetNotifyHook2"); - case 0x93ced48d: FUNC_LOG_ERROR("TODO: cellWebBrowserShutdown"); - case 0x94862702: FUNC_LOG_ERROR("TODO: cellMsgDialogProgressBarInc"); - case 0x9949bf82: FUNC_LOG_ERROR("TODO: cellGameDataExitBroken"); - case 0x9997e6b6: FUNC_LOG_ERROR("TODO: cellSysutilGameDataAssignVmc"); - case 0x9c9fe6a4: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetFunction"); - case 0x9ca9ffa7: FUNC_LOG_ERROR("TODO: cellHddGameSetSystemVer"); - case 0x9d6af72a: FUNC_LOG_ERROR("TODO: cellMsgDialogProgressBarSetMsg"); - case 0x9d98afa0: FUNC_LOG_ERROR("TODO: cellSysutilRegisterCallback"); - case 0x9dfdad46: FUNC_LOG_ERROR("TODO: cellAudioOutUnregisterCallback"); - case 0x9fb97b10: FUNC_LOG_ERROR("TODO: cellWebBrowserNavigate2"); - case 0xa11552f6: FUNC_LOG_ERROR("TODO: cellSysutilGetBgmPlaybackStatus"); - case 0xa322db75: FUNC_LOG_ERROR("TODO: cellVideoOutGetResolutionAvailability"); - case 0xa36335a5: FUNC_LOG_ERROR("TODO: cellSysutilDisableBgmPlaybackEx"); - case 0xa4dd11cc: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigGetHeapSize"); - case 0xa4ed7dfe: FUNC_LOG_ERROR("TODO: cellSaveDataDelete"); - case 0xa58943f8: FUNC_LOG_ERROR("TODO: cellWebBrowserCreateWithRect2"); - case 0xa5f12145: FUNC_LOG_ERROR("TODO: cellWebBrowserCreate2"); - case 0xa9a439e0: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetUnknownMIMETypeHook2"); - case 0xa9b0c1d9: FUNC_LOG_ERROR("TODO: cellGameDataGetSizeKB"); - case 0xa9b62ac8: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetViewRect2"); - case 0xabc3cd2c: FUNC_LOG_ERROR("TODO: cellStorageDataExport"); - case 0xac16777e: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetStatusHook2"); - case 0xac58ad2b: FUNC_LOG_ERROR("TODO: cellSysutilEnableBgmPlaybackEx"); - case 0xafd605b3: FUNC_LOG_ERROR("TODO: cellHddGameExitBroken"); - case 0xaffdadc0: FUNC_LOG_ERROR("TODO: cellSysutilAvcSetSpeakerVolumeLevel"); - case 0xb2b6cdd0: FUNC_LOG_ERROR("TODO: cellSysconfOpen"); - case 0xb53b3d42: FUNC_LOG_ERROR("TODO: cellWebBrowserCreateWithConfigFull"); - case 0xb53c54fa: FUNC_LOG_ERROR("TODO: cellOskDialogSetKeyLayoutOption"); - case 0xb6d84526: FUNC_LOG_ERROR("TODO: cellOskDialogAbort"); - case 0xb72bc4e6: FUNC_LOG_ERROR("TODO: cellDiscGameGetBootDiscInfo"); - case 0xbccd70dd: FUNC_LOG_ERROR("TODO: cellSysutilAvcCancelJoinRequest"); - case 0xbed85cb8: FUNC_LOG_ERROR("TODO: cellWebBrowserDestroy"); - case 0xc01b4e7c: FUNC_LOG_ERROR("TODO: cellAudioOutGetSoundAvailability"); - case 0xc22c79b5: FUNC_LOG_ERROR("TODO: cellSaveDataAutoLoad"); - case 0xc427890c: FUNC_LOG_ERROR("TODO: cellOskDialogSetInitialKeyLayout"); - case 0xc8971db5: FUNC_LOG_ERROR("TODO: cellWebBrowserSetLocalContentsAdditionalTitleID"); - case 0xc9645c41: FUNC_LOG_ERROR("TODO: cellGameDataCheckCreate2"); - case 0xc96e89e9: FUNC_LOG_ERROR("TODO: cellAudioOutSetCopyControl"); - case 0xcdc6aefd: FUNC_LOG_ERROR("TODO: cellSaveDataUserAutoLoad"); - case 0xced17573: FUNC_LOG_ERROR("TODO: cellSaveDataFixedDelete"); - case 0xcfdd8e87: FUNC_LOG_ERROR("TODO: cellSysutilDisableBgmPlayback"); - case 0xcfdf24bb: FUNC_LOG_ERROR("TODO: cellVideoOutDebugSetMonitorType"); - case 0xd3790a86: FUNC_LOG_ERROR("TODO: cellOskDialogSetDeviceMask"); - case 0xd7a617f5: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetViewCondition2"); - case 0xd9ea5709: FUNC_LOG_ERROR("TODO: cellSysutilAvcHidePanel"); - case 0xdce51399: FUNC_LOG_ERROR("TODO: cellWebComponentDestroy"); - case 0xdfdd302e: FUNC_LOG_ERROR("TODO: cellDiscGameRegisterDiscChangeCallback"); - case 0xe22ed55d: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetFunction2"); - case 0xe558748d: FUNC_LOG_ERROR("TODO: cellVideoOutGetResolution"); - case 0xe5e2b09d: FUNC_LOG_ERROR("TODO: cellAudioOutGetNumberOfDevice"); - case 0xe7951dee: FUNC_LOG_ERROR("TODO: cellGameDataCheckCreate"); - case 0xe7fa820b: FUNC_LOG_ERROR("TODO: cellSaveDataEnableOverlay"); - case 0xe8dee79c: FUNC_LOG_ERROR("TODO: cellWebBrowserDestroy2"); - case 0xeb9d78d8: FUNC_LOG_ERROR("TODO: cellSysutilAvcGetLayoutMode"); - case 0xeca938ca: FUNC_LOG_ERROR("TODO: cellSysutilAvcSetAttribute"); - case 0xed5d96af: FUNC_LOG_ERROR("TODO: cellAudioOutGetConfiguration"); - case 0xedadd797: FUNC_LOG_ERROR("TODO: cellSaveDataDelete2"); - case 0xedc34e1a: FUNC_LOG_ERROR("TODO: cellDiscGameUnregisterDiscChangeCallback"); - case 0xee7528f3: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetRequestHook2"); - case 0xef5a353d: FUNC_LOG_ERROR("TODO: cellSaveDataListLoad"); - case 0xf0ec3ccc: FUNC_LOG_ERROR("TODO: cellOskDialogSetLayoutMode"); - case 0xf1a443e7: FUNC_LOG_ERROR("TODO: cellWebBrowserCreateRender2"); - case 0xf2c4a425: FUNC_LOG_ERROR("TODO: cellSysutilAvcByeRequest"); - case 0xf3b4b43e: FUNC_LOG_ERROR("TODO: cellOskDialogSetInitialInputDevice"); - case 0xf3dbf5a7: FUNC_LOG_ERROR("TODO: cellSysutilSetBgmPlaybackExtraParam"); - case 0xf481967f: FUNC_LOG_ERROR("TODO: cellSysutilAvcGetAttribute"); - case 0xf4aa8b27: FUNC_LOG_ERROR("TODO: cellSysutilAvcCancelByeRequest"); - case 0xf4e3caa0: FUNC_LOG_ERROR("TODO: cellAudioOutGetState"); - case 0xf8115d69: FUNC_LOG_ERROR("TODO: cellGameRegisterDiscChangeCallback"); - case 0xf81eca25: FUNC_LOG_ERROR("TODO: cellMsgDialogOpen"); - case 0xf82e2ef7: FUNC_LOG_ERROR("TODO: cellHddGameGetSizeKB"); - case 0xf8a175ec: FUNC_LOG_ERROR("TODO: cellSaveDataAutoSave"); - case 0xfbd5c856: FUNC_LOG_ERROR("TODO: cellSaveDataAutoLoad2"); - case 0xfe669845: FUNC_LOG_ERROR("TODO: cellWebBrowserConfigSetHeapSize2"); - case 0x3343824c: FUNC_LOG_ERROR("TODO: cellSysutilApOn"); - case 0x90c2bb19: FUNC_LOG_ERROR("TODO: cellSysutilApOff"); - case 0x9e67e0dd: FUNC_LOG_ERROR("TODO: cellSysutilApGetRequiredMemSize"); - case 0x02c5417a: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetPlayerInfo"); - case 0x02dc41ee: FUNC_LOG_ERROR("TODO: cellSysutilAvc2JoinChat"); - case 0x04e1e1e4: FUNC_LOG_ERROR("TODO: cellSysutilAvc2StopStreaming"); - case 0x07236c83: FUNC_LOG_ERROR("TODO: cellSysutilAvc2ChangeVideoResolution"); - case 0x0b45cd84: FUNC_LOG_ERROR("TODO: cellSysutilAvc2ShowScreen"); - case 0x0f5a2afb: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetVideoMuting"); - case 0x103d6b46: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetWindowAttribute"); - case 0x11f071cb: FUNC_LOG_ERROR("TODO: cellSysutilAvc2StopStreaming2"); - case 0x14937714: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetVoiceMuting"); - case 0x16ff9ba0: FUNC_LOG_ERROR("TODO: cellSysutilAvc2StartVoiceDetection"); - case 0x17481336: FUNC_LOG_ERROR("TODO: cellSysutilAvc2UnloadAsync"); - case 0x178982d9: FUNC_LOG_ERROR("TODO: cellSysutilAvc2StopVoiceDetection"); - case 0x1be2b4e0: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetAttribute"); - case 0x1d73ab8c: FUNC_LOG_ERROR("TODO: cellSysutilAvc2LoadAsync"); - case 0x207621a8: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetSpeakerVolumeLevel"); - case 0x225142bd: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetWindowString"); - case 0x2f280883: FUNC_LOG_ERROR("TODO: cellSysutilAvc2EstimateMemoryContainerSize"); - case 0x2fc0ab58: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetVideoMuting"); - case 0x31fc8b92: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetPlayerVoiceMuting"); - case 0x3447668a: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetStreamingTarget"); - case 0x38f33624: FUNC_LOG_ERROR("TODO: cellSysutilAvc2Unload"); - case 0x3a37e7f1: FUNC_LOG_ERROR("TODO: cellSysutilAvc2DestroyWindow"); - case 0x3c8c827c: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetWindowPosition"); - case 0x3ef4f668: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetSpeakerVolumeLevel"); - case 0x4c4b9665: FUNC_LOG_ERROR("TODO: cellSysutilAvc2IsCameraAttached"); - case 0x55d7bbfd: FUNC_LOG_ERROR("TODO: cellSysutilAvc2MicRead"); - case 0x5f3811f8: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetPlayerVoiceMuting"); - case 0x712d51d6: FUNC_LOG_ERROR("TODO: cellSysutilAvc2JoinChatRequest"); - case 0x74d22119: FUNC_LOG_ERROR("TODO: cellSysutilAvc2StartStreaming"); - case 0x7a69ecc1: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetWindowAttribute"); - case 0x82ced772: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetWindowShowStatus"); - case 0x89456724: FUNC_LOG_ERROR("TODO: cellSysutilAvc2InitParam"); - case 0x8a40a618: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetWindowSize"); - case 0x8c2f5be3: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetStreamPriority"); - case 0x97b2da6a: FUNC_LOG_ERROR("TODO: cellSysutilAvc2LeaveChatRequest"); - case 0xa26aa437: FUNC_LOG_ERROR("TODO: cellSysutilAvc2IsMicAttached"); - case 0xa8dc0efa: FUNC_LOG_ERROR("TODO: cellSysutilAvc2CreateWindow"); - case 0xa9f5b75c: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetSpeakerMuting"); - case 0xac170042: FUNC_LOG_ERROR("TODO: cellSysutilAvc2ShowWindow"); - case 0xaee75751: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetWindowSize"); - case 0xb81b9777: FUNC_LOG_ERROR("TODO: cellSysutilAvc2EnumPlayers"); - case 0xb856b63f: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetWindowString"); - case 0xbf022284: FUNC_LOG_ERROR("TODO: cellSysutilAvc2LeaveChat"); - case 0xc35ed665: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetSpeakerMuting"); - case 0xc6c93d62: FUNC_LOG_ERROR("TODO: cellSysutilAvc2Load"); - case 0xccf0aeff: FUNC_LOG_ERROR("TODO: cellSysutilAvc2SetAttribute"); - case 0xce6780c9: FUNC_LOG_ERROR("TODO: cellSysutilAvc2UnloadAsync2"); - case 0xd42657dd: FUNC_LOG_ERROR("TODO: cellSysutilAvc2StartStreaming2"); - case 0xd7d6272f: FUNC_LOG_ERROR("TODO: cellSysutilAvc2HideScreen"); - case 0xde6afc37: FUNC_LOG_ERROR("TODO: cellSysutilAvc2HideWindow"); - case 0xdf2ed367: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetVoiceMuting"); - case 0xe40e3dfc: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetScreenShowStatus"); - case 0xf3b5ff77: FUNC_LOG_ERROR("TODO: cellSysutilAvc2Unload2"); - case 0xfc2873a9: FUNC_LOG_ERROR("TODO: cellSysutilAvc2GetWindowPosition"); - case 0x1b6e8cd2: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetWindowRotation"); - case 0x22a36b23: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetWindowPosition"); - case 0x22ca0929: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetHideNamePlate"); - case 0x245ff230: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetWindowPosition"); - case 0x28f0dc04: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetWindowSize"); - case 0x2d9a1997: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetWindowShowStatus"); - case 0x326fab55: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetNamePlateShowStatus"); - case 0x332ee22c: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetWindowAlpha"); - case 0x40bc33c8: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetWindowSize"); - case 0x4466c0e2: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtShowPanelEx"); - case 0x51ccbe09: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtLoadAsyncEx"); - case 0x5a763d0e: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetShowNamePlate"); - case 0x5ba98e47: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtStopVoiceDetection"); - case 0x61b1cb18: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtShowWindow"); - case 0x683fe299: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtHidePanelEx"); - case 0x739c2f63: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtHideWindow"); - case 0x8ed310e5: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetWindowRotation"); - case 0xaed82c21: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetWindowAlpha"); - case 0xc851a4c0: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtStartVoiceDetection"); - case 0xcbe0c10a: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtGetSurfacePointer"); - case 0xd8685383: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtInitOptionParam"); - case 0xe8b1c18d: FUNC_LOG_ERROR("TODO: cellSysutilAvcExtSetWindowZorder"); - case 0x0bddef7d: FUNC_LOG_ERROR("TODO: cellAudioOutUnregisterDevice"); - case 0x18d0ada6: FUNC_LOG_ERROR("TODO: cellAudioOutGetDeviceInfo2"); - case 0x1cfa1a11: FUNC_LOG_ERROR("TODO: cellVideoOutSetXVColor"); - case 0x269ffedd: FUNC_LOG_ERROR("TODO: cellVideoOutSetupDisplay"); - case 0x3d5730ce: FUNC_LOG_ERROR("TODO: cellAudioInGetDeviceInfo"); - case 0x4ec8c141: FUNC_LOG_ERROR("TODO: cellVideoOutConvertCursorColor"); - case 0x655a0364: FUNC_LOG_ERROR("TODO: cellVideoOutGetGamma"); - case 0x65bf9ea3: FUNC_LOG_ERROR("TODO: cellAudioInGetAvailableDeviceInfo"); - case 0xc3273d9b: FUNC_LOG_ERROR("TODO: cellAudioOutGetAvailableDeviceInfo"); - case 0xc7020f62: FUNC_LOG_ERROR("TODO: cellVideoOutSetGamma"); - case 0xc7087631: FUNC_LOG_ERROR("TODO: cellAudioOutRegisterDevice"); - case 0xe4645af8: FUNC_LOG_ERROR("TODO: cellAudioOutSetDeviceMode"); - case 0xeb6c50fb: FUNC_LOG_ERROR("TODO: cellAudioInSetDeviceMode"); - case 0xeb6fcff1: FUNC_LOG_ERROR("TODO: cellAudioInRegisterDevice"); - case 0xfa6bcc17: FUNC_LOG_ERROR("TODO: cellAudioInUnregisterDevice"); - case 0xfaa275a4: FUNC_LOG_ERROR("TODO: cellVideoOutGetScreenSize"); - case 0x571dc686: FUNC_LOG_ERROR("TODO: cellSysutilGetLicenseArea"); - case 0x074dbb39: FUNC_LOG_ERROR("TODO: cellUsbdAllocateMemory"); - case 0x0f411262: FUNC_LOG_ERROR("TODO: cellUsbdInterruptTransfer"); - case 0x254289ac: FUNC_LOG_ERROR("TODO: cellUsbdOpenPipe"); - case 0x2fb08e1e: FUNC_LOG_ERROR("TODO: cellUsbdScanStaticDescriptor"); - case 0x359befba: FUNC_LOG_ERROR("TODO: cellUsbdRegisterLdd"); - case 0x35f22ac3: FUNC_LOG_ERROR("TODO: cellUsbdEnd"); - case 0x4e456e81: FUNC_LOG_ERROR("TODO: cellUsbdFreeMemory"); - case 0x5c832bd7: FUNC_LOG_ERROR("TODO: cellUsbdSetThreadPriority2"); - case 0x5de3af36: FUNC_LOG_ERROR("TODO: cellUsbdGetPrivateData"); - case 0x63bfdb97: FUNC_LOG_ERROR("TODO: cellUsbdSetPrivateData"); - case 0x64951ac7: FUNC_LOG_ERROR("TODO: cellUsbdUnregisterLdd"); - case 0x7a1b6eab: FUNC_LOG_ERROR("TODO: cellUsbdHSIsochronousTransfer"); - case 0x7fe92c54: FUNC_LOG_ERROR("TODO: cellUsbdRegisterExtraLdd"); - case 0x90460081: FUNC_LOG_ERROR("TODO: cellUsbdUnregisterExtraLdd"); - case 0x9763e962: FUNC_LOG_ERROR("TODO: cellUsbdClosePipe"); - case 0x97cf128e: FUNC_LOG_ERROR("TODO: cellUsbdControlTransfer"); - case 0xac77eb78: FUNC_LOG_ERROR("TODO: cellUsbdBulkTransfer"); - case 0xbd554bcb: FUNC_LOG_ERROR("TODO: cellUsbdRegisterExtraLdd2"); - case 0xbdbd2428: FUNC_LOG_ERROR("TODO: cellUsbdGetDeviceSpeed"); - case 0xc24af1d7: FUNC_LOG_ERROR("TODO: cellUsbdSetThreadPriority"); - case 0xd0e766fe: FUNC_LOG_ERROR("TODO: cellUsbdInit"); - case 0xd5263dea: FUNC_LOG_ERROR("TODO: cellUsbdGetThreadPriority"); - case 0xdb819e03: FUNC_LOG_ERROR("TODO: cellUsbdGetDeviceLocation"); - case 0xde58c4c2: FUNC_LOG_ERROR("TODO: cellUsbdIsochronousTransfer"); - case 0x01a4cde0: FUNC_LOG_ERROR("TODO: cellUsbPspcmPollBindAsync"); - case 0x02955295: FUNC_LOG_ERROR("TODO: cellUsbPspcmRecvAsync"); - case 0x0f7b3b6d: FUNC_LOG_ERROR("TODO: cellUsbPspcmEnd"); - case 0x17f42197: FUNC_LOG_ERROR("TODO: cellUsbPspcmBindAsync"); - case 0x3caddf6c: FUNC_LOG_ERROR("TODO: cellUsbPspcmWaitSendAsync"); - case 0x3f22403e: FUNC_LOG_ERROR("TODO: cellUsbPspcmPollResetAsync"); - case 0x461dc8cc: FUNC_LOG_ERROR("TODO: cellUsbPspcmWaitRecvAsync"); - case 0x4abe830e: FUNC_LOG_ERROR("TODO: cellUsbPspcmWaitBindAsync"); - case 0x4af23efa: FUNC_LOG_ERROR("TODO: cellUsbPspcmSendAsync"); - case 0x4ef182dd: FUNC_LOG_ERROR("TODO: cellUsbPspcmResetAsync"); - case 0x657fcd36: FUNC_LOG_ERROR("TODO: cellUsbPspcmInit"); - case 0x7277d7c3: FUNC_LOG_ERROR("TODO: cellUsbPspcmSend"); - case 0x7b249315: FUNC_LOG_ERROR("TODO: cellUsbPspcmPollRecvAsync"); - case 0x7f0a3eaf: FUNC_LOG_ERROR("TODO: cellUsbPspcmPollSendAsync"); - case 0x7ff72b42: FUNC_LOG_ERROR("TODO: cellUsbPspcmUnregister"); - case 0x816799dd: FUNC_LOG_ERROR("TODO: cellUsbPspcmPollData"); - case 0x97670a90: FUNC_LOG_ERROR("TODO: cellUsbPspcmGetAddr"); - case 0xa4a5ddb4: FUNC_LOG_ERROR("TODO: cellUsbPspcmCancelBind"); - case 0xabe090e3: FUNC_LOG_ERROR("TODO: cellUsbPspcmBind"); - case 0xdb864d11: FUNC_LOG_ERROR("TODO: cellUsbPspcmWaitData"); - case 0xe3fbf64d: FUNC_LOG_ERROR("TODO: cellUsbPspcmRegister"); - case 0xe68a65ac: FUNC_LOG_ERROR("TODO: cellUsbPspcmReset"); - case 0xe76e79ab: FUNC_LOG_ERROR("TODO: cellUsbPspcmCancelWaitData"); - case 0xe840f449: FUNC_LOG_ERROR("TODO: cellUsbPspcmWaitResetAsync"); - case 0xf20df7fc: FUNC_LOG_ERROR("TODO: cellUsbPspcmCalcPoolSize"); - case 0xf9883d3b: FUNC_LOG_ERROR("TODO: cellUsbPspcmRecv"); - case 0xfa07d320: FUNC_LOG_ERROR("TODO: cellUsbPspcmClose"); - case 0x2b761140: FUNC_LOG_ERROR("TODO: cellUserInfoGetStat"); - case 0x3097cc1c: FUNC_LOG_ERROR("TODO: cellUserInfoSelectUser_ListType"); - case 0x55123a25: FUNC_LOG_ERROR("TODO: cellUserInfoSelectUser_SetList"); - case 0xb3516536: FUNC_LOG_ERROR("TODO: cellUserInfoEnableOverlay"); - case 0xc55e338b: FUNC_LOG_ERROR("TODO: cellUserInfoGetList"); - case 0x1bb79ff4: FUNC_LOG_ERROR("TODO: cellVideoExportProgress"); - case 0x2f457571: FUNC_LOG_ERROR("TODO: cellVideoExportInitialize2"); - case 0x6a24cc70: FUNC_LOG_ERROR("TODO: cellVideoExportInitialize"); - case 0x81296524: FUNC_LOG_ERROR("TODO: cellVideoExportFromFile"); - case 0xc15be817: FUNC_LOG_ERROR("TODO: cellVideoExportFinalize"); - case 0x122e0d0f: FUNC_LOG_ERROR("TODO: cellVideoUploadInitialize"); - case 0x0a563878: FUNC_LOG_ERROR("TODO: cellVoiceStart"); - case 0x18d3df30: FUNC_LOG_ERROR("TODO: cellVoiceDisconnectIPortFromOPort"); - case 0x20bafe31: FUNC_LOG_ERROR("TODO: cellVoiceDebugTopology"); - case 0x2a01013e: FUNC_LOG_ERROR("TODO: cellVoiceCreateNotifyEventQueue"); - case 0x2de54871: FUNC_LOG_ERROR("TODO: cellVoiceCreatePort"); - case 0x2f24fea3: FUNC_LOG_ERROR("TODO: cellVoiceUpdatePort"); - case 0x30f0b5ab: FUNC_LOG_ERROR("TODO: cellVoiceWriteToIPortEx"); - case 0x35d84910: FUNC_LOG_ERROR("TODO: cellVoiceSetNotifyEventQueue"); - case 0x36472c57: FUNC_LOG_ERROR("TODO: cellVoiceReadFromOPort"); - case 0x3dad26e7: FUNC_LOG_ERROR("TODO: cellVoiceWriteToIPort"); - case 0x474609e2: FUNC_LOG_ERROR("TODO: cellVoiceGetMuteFlag"); - case 0x54ac3519: FUNC_LOG_ERROR("TODO: cellVoiceGetPortInfo"); - case 0x762dc193: FUNC_LOG_ERROR("TODO: cellVoiceGetVolume"); - case 0x7bf17b15: FUNC_LOG_ERROR("TODO: cellVoiceResumePort"); - case 0x7e60adc6: FUNC_LOG_ERROR("TODO: cellVoiceSetBitRate"); - case 0x7f3963f7: FUNC_LOG_ERROR("TODO: cellVoiceResumePortAll"); - case 0x87c71b06: FUNC_LOG_ERROR("TODO: cellVoicePausePort"); - case 0x94d51f92: FUNC_LOG_ERROR("TODO: cellVoiceStartEx"); - case 0x9d0f4af1: FUNC_LOG_ERROR("TODO: cellVoiceSetPortAttr"); - case 0x9f70c475: FUNC_LOG_ERROR("TODO: cellVoiceDeletePort"); - case 0xae6a21d5: FUNC_LOG_ERROR("TODO: cellVoiceConnectIPortToOPort"); - case 0xb1a2c38f: FUNC_LOG_ERROR("TODO: cellVoiceInitEx"); - case 0xbef53a2b: FUNC_LOG_ERROR("TODO: cellVoiceGetBitRate"); - case 0xc7cf1182: FUNC_LOG_ERROR("TODO: cellVoiceInit"); - case 0xd14e784d: FUNC_LOG_ERROR("TODO: cellVoicePausePortAll"); - case 0xd3a84be1: FUNC_LOG_ERROR("TODO: cellVoiceStop"); - case 0xd4d80ea5: FUNC_LOG_ERROR("TODO: cellVoiceSetMuteFlagAll"); - case 0xd5ae37d8: FUNC_LOG_ERROR("TODO: cellVoiceSetVolume"); - case 0xd6811aa7: FUNC_LOG_ERROR("TODO: cellVoiceGetSignalState"); - case 0xdd000886: FUNC_LOG_ERROR("TODO: cellVoiceRemoveNotifyEventQueue"); - case 0xdde35a0c: FUNC_LOG_ERROR("TODO: cellVoiceSetMuteFlag"); - case 0xe0e1ae12: FUNC_LOG_ERROR("TODO: cellVoiceEnd"); - case 0xf629ed67: FUNC_LOG_ERROR("TODO: cellVoiceGetPortAttr"); - case 0xff0fa43a: FUNC_LOG_ERROR("TODO: cellVoiceResetPort"); - case 0x10ef39f6: FUNC_LOG_ERROR("TODO: cellVpostClose"); - case 0x40524325: FUNC_LOG_ERROR("TODO: cellVpostOpenEx"); - case 0x95e788c3: FUNC_LOG_ERROR("TODO: cellVpostQueryAttr"); - case 0xabb8cc3d: FUNC_LOG_ERROR("TODO: cellVpostExec"); - case 0xcd33f3e2: FUNC_LOG_ERROR("TODO: cellVpostOpen"); - case 0x02eb41bb: FUNC_LOG_ERROR("TODO: cellGemGetEnvironmentLightingColor"); - case 0x0ecd2261: FUNC_LOG_ERROR("TODO: cellGemUpdateStart"); - case 0x13ea7c64: FUNC_LOG_ERROR("TODO: cellGemInit"); - case 0x18ea899a: FUNC_LOG_ERROR("TODO: cellGemGetTrackerHue"); - case 0x1a13d010: FUNC_LOG_ERROR("TODO: cellGemConvertVideoFinish"); - case 0x1a2518a2: FUNC_LOG_ERROR("TODO: cellGemEnableMagnetometer"); - case 0x1b30cc22: FUNC_LOG_ERROR("TODO: cellGemGetRGB"); - case 0x1f6328d8: FUNC_LOG_ERROR("TODO: cellGemWriteExternalPort"); - case 0x2d2c2764: FUNC_LOG_ERROR("TODO: cellGemGetAllTrackableHues"); - case 0x2e0a170d: FUNC_LOG_ERROR("TODO: cellGemGetMemorySize"); - case 0x41ae9c31: FUNC_LOG_ERROR("TODO: cellGemUpdateFinish"); - case 0x4219de31: FUNC_LOG_ERROR("TODO: cellGemEnableCameraPitchAngleCorrection"); - case 0x49609306: FUNC_LOG_ERROR("TODO: cellGemSetRumble"); - case 0x6441d38d: FUNC_LOG_ERROR("TODO: cellGemGetState"); - case 0x6a5b7048: FUNC_LOG_ERROR("TODO: cellGemGetAccelerometerPositionInDevice"); - case 0x6db6b007: FUNC_LOG_ERROR("TODO: cellGemGetRumble"); - case 0x6dce048c: FUNC_LOG_ERROR("TODO: cellGemConvertVideoStart"); - case 0x6fc4c791: FUNC_LOG_ERROR("TODO: cellGemFilterState"); - case 0x77e08704: FUNC_LOG_ERROR("TODO: cellGemSetYaw"); - case 0x8befac67: FUNC_LOG_ERROR("TODO: cellGemGetCameraState"); - case 0x928ac5f8: FUNC_LOG_ERROR("TODO: cellGemTrackHues"); - case 0x92cc4b34: FUNC_LOG_ERROR("TODO: cellGemGetImageState"); - case 0x9b9714a4: FUNC_LOG_ERROR("TODO: cellGemClearStatusFlags"); - case 0x9e1dff96: FUNC_LOG_ERROR("TODO: cellGemGetInfo"); - case 0xa03ef587: FUNC_LOG_ERROR("TODO: cellGemPrepareCamera"); - case 0xafa99ead: FUNC_LOG_ERROR("TODO: cellGemCalibrate"); - case 0xb8ef56a6: FUNC_LOG_ERROR("TODO: cellGemGetHuePixels"); - case 0xc07896f9: FUNC_LOG_ERROR("TODO: cellGemPrepareVideoConvert"); - case 0xc7622586: FUNC_LOG_ERROR("TODO: cellGemHSVtoRGB"); - case 0xce6d7791: FUNC_LOG_ERROR("TODO: cellGemForceRGB"); - case 0xd37b127a: FUNC_LOG_ERROR("TODO: cellGemGetInertialState"); - case 0xde54e2fc: FUNC_LOG_ERROR("TODO: cellGemReset"); - case 0xe1f85a80: FUNC_LOG_ERROR("TODO: cellGemEnd"); - case 0xe3e4f0d6: FUNC_LOG_ERROR("TODO: cellGemInvalidateCalibration"); - case 0xfb5887f9: FUNC_LOG_ERROR("TODO: cellGemIsTrackableHue"); - case 0xfee33481: FUNC_LOG_ERROR("TODO: cellGemGetStatusFlags"); - case 0x40ad67eb: FUNC_LOG_ERROR("TODO: cellMediatorCreateContext"); - case 0x4aecea24: FUNC_LOG_ERROR("TODO: cellMediatorGetSignatureLength"); - case 0x4d249136: FUNC_LOG_ERROR("TODO: cellMediatorGetUserInfo"); - case 0x5d4431f0: FUNC_LOG_ERROR("TODO: cellMediatorFlushCache"); - case 0x6b8f5cb9: FUNC_LOG_ERROR("TODO: cellMediatorSign"); - case 0x85dc6981: FUNC_LOG_ERROR("TODO: cellMediatorPostReports"); - case 0x9d11991d: FUNC_LOG_ERROR("TODO: cellMediatorGetProviderUrl"); - case 0xa14c6000: FUNC_LOG_ERROR("TODO: cellMediatorReliablePostReports"); - case 0xc324f60c: FUNC_LOG_ERROR("TODO: cellMediatorCloseContext"); - case 0xf7e4a50a: FUNC_LOG_ERROR("TODO: cellMediatorGetStatus"); - case 0x0053e2d8: FUNC_LOG_ERROR("TODO: cellVdecOpenEx"); - case 0x16698e83: FUNC_LOG_ERROR("TODO: cellVdecClose"); - case 0x17c702b9: FUNC_LOG_ERROR("TODO: cellVdecGetPicItem"); - case 0x2bf4ddd2: FUNC_LOG_ERROR("TODO: cellVdecDecodeAu"); - case 0x807c861a: FUNC_LOG_ERROR("TODO: cellVdecGetPicture"); - case 0x824433f0: FUNC_LOG_ERROR("TODO: cellVdecEndSeq"); - case 0xb6bbcd5d: FUNC_LOG_ERROR("TODO: cellVdecOpen"); - case 0xc757c2aa: FUNC_LOG_ERROR("TODO: cellVdecStartSeq"); - case 0xc982a84a: FUNC_LOG_ERROR("TODO: cellVdecQueryAttrEx"); - case 0xe13ef6fc: FUNC_LOG_ERROR("TODO: cellVdecSetFrameRate"); - case 0xff6f6ebe: FUNC_LOG_ERROR("TODO: cellVdecQueryAttr"); - case 0x000e53cc: FUNC_LOG_ERROR("TODO: sceNpManagerSubSignout"); - case 0x01cd9cfd: FUNC_LOG_ERROR("TODO: sceNpCommerceGetChildProductSkuInfo"); - case 0x01fbbc9b: FUNC_LOG_ERROR("TODO: sceNpBasicSendMessageGui"); - case 0x03c741a7: FUNC_LOG_ERROR("TODO: sceNpMatchingGetResult"); - case 0x04372385: FUNC_LOG_ERROR("TODO: sceNpBasicGetFriendListEntry"); - case 0x04ca5e6a: FUNC_LOG_ERROR("TODO: sceNpScoreRecordGameData"); - case 0x0561448b: FUNC_LOG_ERROR("TODO: sceNpCommerceGetDataFlagAbort"); - case 0x05af1cb8: FUNC_LOG_ERROR("TODO: sceNpBasicGetMatchingInvitationEntry"); - case 0x05d65dff: FUNC_LOG_ERROR("TODO: sceNpScoreGetRankingByNpId"); - case 0x0968aa36: FUNC_LOG_ERROR("TODO: sceNpManagerGetTicket"); - case 0x14497465: FUNC_LOG_ERROR("TODO: sceNpMatchingQuickMatchGUI"); - case 0x155de760: FUNC_LOG_ERROR("TODO: sceNpSignalingGetConnectionInfo"); - case 0x166dcc11: FUNC_LOG_ERROR("TODO: sceNpLookupNpId"); - case 0x1672170e: FUNC_LOG_ERROR("TODO: sceNpScoreRecordScore"); - case 0x168a3117: FUNC_LOG_ERROR("TODO: sceNpBasicAddPlayersHistory"); - case 0x168fcece: FUNC_LOG_ERROR("TODO: sceNpManagerGetAccountAge"); - case 0x16f88a6f: FUNC_LOG_ERROR("TODO: sceNpManagerGetPsHandle"); - case 0x1a2704f7: FUNC_LOG_ERROR("TODO: sceNpScoreWaitAsync"); - case 0x1a3fcb69: FUNC_LOG_ERROR("TODO: sceNpCommerceGetSkuUserData"); - case 0x1ae8a549: FUNC_LOG_ERROR("TODO: sceNpBasicAddBlockListEntry"); - case 0x1fdb3ec2: FUNC_LOG_ERROR("TODO: sceNpLookupUserProfileWithAvatarSizeAsync"); - case 0x21206642: FUNC_LOG_ERROR("TODO: sceNpScoreGetRankingByRangeAsync"); - case 0x227f8763: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansRankingByClanIdAsync"); - case 0x259113b8: FUNC_LOG_ERROR("TODO: sceNpScoreDestroyTitleCtx"); - case 0x260caedd: FUNC_LOG_ERROR("TODO: sceNpBasicGetFriendPresenceByNpId2"); - case 0x2687a127: FUNC_LOG_ERROR("TODO: sceNpSignalingGetCtxOpt"); - case 0x26b3bc94: FUNC_LOG_ERROR("TODO: sceNpMatchingGetResultGUI"); - case 0x26f33146: FUNC_LOG_ERROR("TODO: sceNpCommerceGetProductCategoryStart"); - case 0x2706eaa1: FUNC_LOG_ERROR("TODO: sceNpScoreSetPlayerCharacterId"); - case 0x276c72b2: FUNC_LOG_ERROR("TODO: sceNpSignalingSetCtxOpt"); - case 0x27c69eba: FUNC_LOG_ERROR("TODO: sceNpBasicAddFriend"); - case 0x29dd45dc: FUNC_LOG_ERROR("TODO: sceNpScoreSetTimeout"); - case 0x2a76895a: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansRankingByClanId"); - case 0x2ad7837d: FUNC_LOG_ERROR("TODO: sceNpMatchingAcceptInvitationGUI"); - case 0x2be41ece: FUNC_LOG_ERROR("TODO: sceNpCommerceGetNumOfChildCategory"); - case 0x2cd2a1af: FUNC_LOG_ERROR("TODO: sceNpScoreSanitizeCommentAsync"); - case 0x2e1c5068: FUNC_LOG_ERROR("TODO: sceNpMatchingDestroyCtx"); - case 0x2ecd48ed: FUNC_LOG_ERROR("TODO: sceNpDrmVerifyUpgradeLicense"); - case 0x2f2c6b3e: FUNC_LOG_ERROR("TODO: sceNpProfileAbortGui"); - case 0x2fccbfe0: FUNC_LOG_ERROR("TODO: sceNpLookupUserProfileWithAvatarSize"); - case 0x30d1cbde: FUNC_LOG_ERROR("TODO: sceNpBasicGetMessageEntry"); - case 0x32200389: FUNC_LOG_ERROR("TODO: sceNpManagerGetMyLanguages"); - case 0x32c78a6a: FUNC_LOG_ERROR("TODO: sceNpBasicGetFriendPresenceByIndex"); - case 0x32cf311f: FUNC_LOG_ERROR("TODO: sceNpScoreInit"); - case 0x32febb4c: FUNC_LOG_ERROR("TODO: sceNpMatchingSearchJoinRoomGUI"); - case 0x34cc0ca4: FUNC_LOG_ERROR("TODO: sceNpMatchingKickRoomMember"); - case 0x34ce82a0: FUNC_LOG_ERROR("TODO: sceNpSignalingGetConnectionFromPeerAddress"); - case 0x359642a6: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCategoryDescription"); - case 0x36d0c2c5: FUNC_LOG_ERROR("TODO: sceNpManagerGetAvatarUrl"); - case 0x39a69619: FUNC_LOG_ERROR("TODO: sceNpCommerceGetSkuId"); - case 0x3b02418d: FUNC_LOG_ERROR("TODO: sceNpScoreGetGameData"); - case 0x3cc8588a: FUNC_LOG_ERROR("TODO: sceNpMatchingCreateRoomGUI"); - case 0x3d1760dc: FUNC_LOG_ERROR("TODO: sceNpLookupAbortTransaction"); - case 0x3db7914d: FUNC_LOG_ERROR("TODO: sceNpScoreGetRankingByNpIdAsync"); - case 0x3f0808aa: FUNC_LOG_ERROR("TODO: sceNpBasicSetPresence"); - case 0x3f195b3a: FUNC_LOG_ERROR("TODO: sceNpCommerceGetProductCategoryResult"); - case 0x4026eac5: FUNC_LOG_ERROR("TODO: sceNpBasicRegisterContextSensitiveHandler"); - case 0x41ffd4f2: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansMembersRankingByNpIdPcId"); - case 0x433fcb30: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansMembersRankingByNpIdPcIdAsync"); - case 0x43b989f5: FUNC_LOG_ERROR("TODO: sceNpBasicSendMessageAttachment"); - case 0x442381f7: FUNC_LOG_ERROR("TODO: sceNpManagerSubSignin"); - case 0x45f8f3aa: FUNC_LOG_ERROR("TODO: sceNpCustomMenuRegisterActions"); - case 0x474b7b13: FUNC_LOG_ERROR("TODO: sceNpMatchingJoinRoomGUI"); - case 0x481ce0e8: FUNC_LOG_ERROR("TODO: sceNpBasicAbortGui"); - case 0x4885aa18: FUNC_LOG_ERROR("TODO: sceNpTerm"); - case 0x4a18a89e: FUNC_LOG_ERROR("TODO: sceNpMatchingSetRoomInfoNoLimit"); - case 0x4b9efb7a: FUNC_LOG_ERROR("TODO: sceNpManagerGetCachedInfo"); - case 0x4d5e0670: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansMembersRankingByRangeAsync"); - case 0x4d9c615d: FUNC_LOG_ERROR("TODO: sceNpBasicGetClanMessageEntry"); - case 0x50b86d94: FUNC_LOG_ERROR("TODO: sceNpSignalingAddExtendedHandler"); - case 0x52a6b523: FUNC_LOG_ERROR("TODO: sceNpManagerUnregisterCallback"); - case 0x58fa4fcd: FUNC_LOG_ERROR("TODO: sceNpManagerGetTicketParam"); - case 0x5d543bbe: FUNC_LOG_ERROR("TODO: sceNpBasicGetMessageAttachmentEntry"); - case 0x5de61626: FUNC_LOG_ERROR("TODO: sceNpLookupDestroyTitleCtx"); - case 0x5e117ed5: FUNC_LOG_ERROR("TODO: sceNpLookupTitleStorageAsync"); - case 0x5e849303: FUNC_LOG_ERROR("TODO: sceNpBasicSetPresenceDetails2"); - case 0x5f2d9257: FUNC_LOG_ERROR("TODO: sceNpLookupInit"); - case 0x60440c73: FUNC_LOG_ERROR("TODO: sceNpManagerSubSigninAbortGui"); - case 0x60897c38: FUNC_LOG_ERROR("TODO: sceNpSignalingActivateConnection"); - case 0x6356082e: FUNC_LOG_ERROR("TODO: sceNpSignalingCreateCtx"); - case 0x6453b27b: FUNC_LOG_ERROR("TODO: sceNpBasicGetFriendPresenceByIndex2"); - case 0x64a704cc: FUNC_LOG_ERROR("TODO: sceNpBasicRecvMessageAttachmentLoad"); - case 0x64dbb89d: FUNC_LOG_ERROR("TODO: sceNpSignalingCancelPeerNetInfo"); - case 0x674bb9ff: FUNC_LOG_ERROR("TODO: sceNpCommerceGetProductCategoryAbort"); - case 0x691f429d: FUNC_LOG_ERROR("TODO: sceNpMatchingGetRoomInfo"); - case 0x6cb81eb2: FUNC_LOG_ERROR("TODO: sceNpCommerceDestroyProductCategory"); - case 0x6d4adc3b: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansMembersRankingByRange"); - case 0x6e2ab18b: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCategoryName"); - case 0x6ee62ed2: FUNC_LOG_ERROR("TODO: sceNpManagerGetContentRatingFlag"); - case 0x6f5e8143: FUNC_LOG_ERROR("TODO: sceNpScoreCreateTransactionCtx"); - case 0x6f8fd267: FUNC_LOG_ERROR("TODO: sceNpMatchingSetRoomInfo"); - case 0x71e5af7e: FUNC_LOG_ERROR("TODO: sceNpLookupSetTimeout"); - case 0x7208dc08: FUNC_LOG_ERROR("TODO: sceNpCommerceGetNumOfChildProductSku"); - case 0x73931bd0: FUNC_LOG_ERROR("TODO: sceNpBasicGetBlockListEntryCount"); - case 0x73a2e36b: FUNC_LOG_ERROR("TODO: sceNpMatchingGetRoomMemberListLocal"); - case 0x741fbf24: FUNC_LOG_ERROR("TODO: sceNpScoreGetClanMemberGameData"); - case 0x7508112e: FUNC_LOG_ERROR("TODO: sceNpLookupPollAsync"); - case 0x75eb50cb: FUNC_LOG_ERROR("TODO: sceNpSignalingGetPeerNetInfo"); - case 0x78d7f9ad: FUNC_LOG_ERROR("TODO: sceNpCommerceGetSkuPrice"); - case 0x79225aa3: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCurrencyCode"); - case 0x7b7e9137: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansRankingByRangeAsync"); - case 0x7be47e61: FUNC_LOG_ERROR("TODO: sceNpScoreCensorCommentAsync"); - case 0x7deb244c: FUNC_LOG_ERROR("TODO: sceNpScoreCensorComment"); - case 0x7e2fef28: FUNC_LOG_ERROR("TODO: sceNpManagerRequestTicket"); - case 0x806960ab: FUNC_LOG_ERROR("TODO: sceNpBasicRecvMessageCustom"); - case 0x816c6a5f: FUNC_LOG_ERROR("TODO: _sceNpSysutilClientFree"); - case 0x8297f1ec: FUNC_LOG_ERROR("TODO: sceNpManagerRequestTicket2"); - case 0x8440537c: FUNC_LOG_ERROR("TODO: sceNpLookupTerm"); - case 0x860b1756: FUNC_LOG_ERROR("TODO: sceNpLookupTitleSmallStorageAsync"); - case 0x8b7bbd73: FUNC_LOG_ERROR("TODO: sceNpMatchingSendInvitationGUI"); - case 0x8d1d096c: FUNC_LOG_ERROR("TODO: sceNpCommerceInitProductCategory"); - case 0x8d4518a0: FUNC_LOG_ERROR("TODO: sceNpCommerceSetDataFlagFinish"); - case 0x9153bdf4: FUNC_LOG_ERROR("TODO: sceNpBasicGetMessageAttachmentEntryCount"); - case 0x9281e87a: FUNC_LOG_ERROR("TODO: sceNpCommerceGetDataFlagFinish"); - case 0x936df4aa: FUNC_LOG_ERROR("TODO: sceNpCommerceGetProductId"); - case 0x9452f4f8: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCategoryImageURL"); - case 0x9458f464: FUNC_LOG_ERROR("TODO: sceNpCustomMenuRegisterExceptionList"); - case 0x95c7bba3: FUNC_LOG_ERROR("TODO: sceNpSignalingTerminateConnection"); - case 0x9851f805: FUNC_LOG_ERROR("TODO: sceNpScoreTerm"); - case 0x99ac9952: FUNC_LOG_ERROR("TODO: sceNpCommerceSetDataFlagStart"); - case 0x9ad7fbd1: FUNC_LOG_ERROR("TODO: sceNpSignalingGetLocalNetInfo"); - case 0x9ee9f97e: FUNC_LOG_ERROR("TODO: sceNpLookupTitleStorage"); - case 0xa15f35fe: FUNC_LOG_ERROR("TODO: sceNpBasicGetPlayersHistoryEntryCount"); - case 0xa1709abd: FUNC_LOG_ERROR("TODO: sceNpManagerGetEntitlementById"); - case 0xa284bd1d: FUNC_LOG_ERROR("TODO: sceNpMatchingSetRoomSearchFlag"); - case 0xa7a090e5: FUNC_LOG_ERROR("TODO: sceNpScorePollAsync"); - case 0xa7bff757: FUNC_LOG_ERROR("TODO: sceNpManagerGetStatus"); - case 0xa85a4951: FUNC_LOG_ERROR("TODO: sceNpCommerceGetSkuDescription"); - case 0xa8afa7d4: FUNC_LOG_ERROR("TODO: sceNpBasicGetCustomInvitationEntryCount"); - case 0xa8cf8451: FUNC_LOG_ERROR("TODO: sceNpSignalingDestroyCtx"); - case 0xaa16695f: FUNC_LOG_ERROR("TODO: sceNpDrmProcessExitSpawn"); - case 0xac66568c: FUNC_LOG_ERROR("TODO: sceNpMatchingCreateCtx"); - case 0xacb9ee8e: FUNC_LOG_ERROR("TODO: sceNpBasicUnregisterHandler"); - case 0xad218faf: FUNC_LOG_ERROR("TODO: sceNpDrmIsAvailable"); - case 0xaee8cf71: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCategoryId"); - case 0xaf3eba5a: FUNC_LOG_ERROR("TODO: sceNpCommerceDoCheckoutFinishAsync"); - case 0xaf505def: FUNC_LOG_ERROR("TODO: sceNpBasicGetMatchingInvitationEntryCount"); - case 0xaf57d9c9: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCurrencyDecimals"); - case 0xafef640d: FUNC_LOG_ERROR("TODO: sceNpBasicGetFriendListEntryCount"); - case 0xb020684e: FUNC_LOG_ERROR("TODO: sceNpMatchingGetRoomInfoNoLimit"); - case 0xb082003b: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansRankingByRange"); - case 0xb1c02d66: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCurrencyInfo"); - case 0xb1e0718b: FUNC_LOG_ERROR("TODO: sceNpManagerGetAccountRegion"); - case 0xb5cb2d56: FUNC_LOG_ERROR("TODO: sceNpBasicRecvMessageAttachment"); - case 0xb6017827: FUNC_LOG_ERROR("TODO: sceNpLookupAvatarImage"); - case 0xb66d1c46: FUNC_LOG_ERROR("TODO: sceNpManagerGetEntitlementIdList"); - case 0xb9f93bbb: FUNC_LOG_ERROR("TODO: sceNpScoreCreateTitleCtx"); - case 0xba65de6d: FUNC_LOG_ERROR("TODO: sceNpCommerceGetChildCategoryInfo"); - case 0xbab91fc9: FUNC_LOG_ERROR("TODO: sceNpBasicGetPlayersHistoryEntry"); - case 0xbcc09fe7: FUNC_LOG_ERROR("TODO: sceNpBasicRegisterHandler"); - case 0xbcdbb2ab: FUNC_LOG_ERROR("TODO: sceNpBasicAddPlayersHistoryAsync"); - case 0xbd28fdbf: FUNC_LOG_ERROR("TODO: sceNpInit"); - case 0xbdc07fd5: FUNC_LOG_ERROR("TODO: sceNpManagerGetNetworkTime"); - case 0xbe07c708: FUNC_LOG_ERROR("TODO: sceNpManagerGetOnlineId"); - case 0xbe0e3ee2: FUNC_LOG_ERROR("TODO: sceNpDrmVerifyUpgradeLicense2"); - case 0xbe81c71c: FUNC_LOG_ERROR("TODO: sceNpBasicSetPresenceDetails"); - case 0xbef887e5: FUNC_LOG_ERROR("TODO: sceNpScoreGetClanMemberGameDataAsync"); - case 0xbf607ec6: FUNC_LOG_ERROR("TODO: sceNpBasicGetClanMessageEntryCount"); - case 0xbf9eea93: FUNC_LOG_ERROR("TODO: sceNpLookupAvatarImageAsync"); - case 0xc3a991ee: FUNC_LOG_ERROR("TODO: sceNpScoreGetRankingByNpIdPcId"); - case 0xc4b6cd8f: FUNC_LOG_ERROR("TODO: sceNpScoreGetRankingByNpIdPcIdAsync"); - case 0xc5f4cf82: FUNC_LOG_ERROR("TODO: sceNpScoreDestroyTransactionCtx"); - case 0xca0a2d04: FUNC_LOG_ERROR("TODO: sceNpSignalingGetConnectionStatus"); - case 0xca39c4b2: FUNC_LOG_ERROR("TODO: sceNpLookupTitleSmallStorage"); - case 0xccbe2e69: FUNC_LOG_ERROR("TODO: sceNpCommerceGetSkuImageURL"); - case 0xce81c7f0: FUNC_LOG_ERROR("TODO: sceNpLookupCreateTitleCtx"); - case 0xceeebc7a: FUNC_LOG_ERROR("TODO: sceNpProfileCallGui"); - case 0xcf51864b: FUNC_LOG_ERROR("TODO: sceNpDrmGetTimelimit"); - case 0xcfd469e4: FUNC_LOG_ERROR("TODO: sceNpCommerceGetProductCategoryFinish"); - case 0xd03cea35: FUNC_LOG_ERROR("TODO: sceNpCommerceGetDataFlagState"); - case 0xd053f113: FUNC_LOG_ERROR("TODO: sceNpBasicGetCustomInvitationEntry"); - case 0xd0958814: FUNC_LOG_ERROR("TODO: sceNpSignalingGetPeerNetInfoResult"); - case 0xd12e40ae: FUNC_LOG_ERROR("TODO: sceNpLookupNpIdAsync"); - case 0xd208f91d: FUNC_LOG_ERROR("TODO: sceNpUtilCmpNpId"); - case 0xd20d7798: FUNC_LOG_ERROR("TODO: sceNpMatchingKickRoomMemberWithOpt"); - case 0xd737fd2d: FUNC_LOG_ERROR("TODO: sceNpLookupWaitAsync"); - case 0xd7fb1fa6: FUNC_LOG_ERROR("TODO: sceNpFriendlistCustom"); - case 0xdae2d351: FUNC_LOG_ERROR("TODO: sceNpMatchingGrantOwnership"); - case 0xdb2e4dc2: FUNC_LOG_ERROR("TODO: sceNpScoreGetGameDataAsync"); - case 0xdbdb909f: FUNC_LOG_ERROR("TODO: sceNpCommerceGetDataFlagStart"); - case 0xddce7d15: FUNC_LOG_ERROR("TODO: sceNpScoreGetBoardInfoAsync"); - case 0xded17c26: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansMembersRankingByNpId"); - case 0xdfd63b62: FUNC_LOG_ERROR("TODO: sceNpLookupUserProfile"); - case 0xe035f7d6: FUNC_LOG_ERROR("TODO: sceNpBasicGetEvent"); - case 0xe1c9f675: FUNC_LOG_ERROR("TODO: sceNpBasicMarkMessageAsUsed"); - case 0xe24eea19: FUNC_LOG_ERROR("TODO: sceNpMatchingGetRoomListLimitGUI"); - case 0xe2877bea: FUNC_LOG_ERROR("TODO: sceNpCommerceDestroyCtx"); - case 0xe36c660e: FUNC_LOG_ERROR("TODO: sceNpCommerceDoCheckoutStartAsync"); - case 0xe6c8f3f9: FUNC_LOG_ERROR("TODO: sceNpDrmProcessExitSpawn2"); - case 0xe7dcd3b4: FUNC_LOG_ERROR("TODO: sceNpManagerRegisterCallback"); - case 0xe853d388: FUNC_LOG_ERROR("TODO: sceNpSignalingGetConnectionFromNpId"); - case 0xe8a67160: FUNC_LOG_ERROR("TODO: sceNpScoreGetClansMembersRankingByNpIdAsync"); - case 0xea2e9ffc: FUNC_LOG_ERROR("TODO: sceNpLookupCreateTransactionCtx"); - case 0xeb5f2544: FUNC_LOG_ERROR("TODO: sceNpCommerceGetProductName"); - case 0xeb7a3d84: FUNC_LOG_ERROR("TODO: sceNpManagerGetChatRestrictionFlag"); - case 0xeb9df054: FUNC_LOG_ERROR("TODO: sceNpCommerceGetCategoryInfo"); - case 0xec0a1fbf: FUNC_LOG_ERROR("TODO: sceNpBasicSendMessage"); - case 0xecd503de: FUNC_LOG_ERROR("TODO: sceNpBasicGetMessageEntryCount"); - case 0xee0cc40c: FUNC_LOG_ERROR("TODO: _sceNpSysutilClientMalloc"); - case 0xee530059: FUNC_LOG_ERROR("TODO: sceNpCommerceGetSkuName"); - case 0xee5b20d9: FUNC_LOG_ERROR("TODO: sceNpScoreAbortTransaction"); - case 0xee64cf8e: FUNC_LOG_ERROR("TODO: sceNpMatchingGetRoomSearchFlag"); - case 0xf042b14f: FUNC_LOG_ERROR("TODO: sceNpDrmIsAvailable2"); - case 0xf0a9182b: FUNC_LOG_ERROR("TODO: sceNpFriendlist"); - case 0xf0b1e399: FUNC_LOG_ERROR("TODO: sceNpScoreRecordScoreAsync"); - case 0xf1b77918: FUNC_LOG_ERROR("TODO: sceNpScoreSanitizeComment"); - case 0xf283c143: FUNC_LOG_ERROR("TODO: sceNpDrmExecuteGamePurchase"); - case 0xf2b3338a: FUNC_LOG_ERROR("TODO: sceNpBasicGetBlockListEntry"); - case 0xf42c0df8: FUNC_LOG_ERROR("TODO: sceNpManagerGetOnlineName"); - case 0xf4e0f607: FUNC_LOG_ERROR("TODO: sceNpScoreGetBoardInfo"); - case 0xf59e1da8: FUNC_LOG_ERROR("TODO: sceNpFriendlistAbortGui"); - case 0xf5ff5f31: FUNC_LOG_ERROR("TODO: sceNpUtilCmpNpIdInOrder"); - case 0xf76847c2: FUNC_LOG_ERROR("TODO: sceNpScoreRecordGameDataAsync"); - case 0xf806c54c: FUNC_LOG_ERROR("TODO: sceNpMatchingLeaveRoom"); - case 0xf9732ac8: FUNC_LOG_ERROR("TODO: sceNpCustomMenuActionSetActivation"); - case 0xfb87cf5e: FUNC_LOG_ERROR("TODO: sceNpLookupDestroyTransactionCtx"); - case 0xfbc82301: FUNC_LOG_ERROR("TODO: sceNpScoreGetRankingByRange"); - case 0xfcac355a: FUNC_LOG_ERROR("TODO: sceNpCommerceCreateCtx"); - case 0xfd0eb5ae: FUNC_LOG_ERROR("TODO: sceNpSignalingDeactivateConnection"); - case 0xfd39ae13: FUNC_LOG_ERROR("TODO: sceNpBasicGetFriendPresenceByNpId"); - case 0xfe37a7f4: FUNC_LOG_ERROR("TODO: sceNpManagerGetNpId"); - case 0xff0a2378: FUNC_LOG_ERROR("TODO: sceNpLookupUserProfileAsync"); - case 0x01379fd7: FUNC_LOG_ERROR("TODO: sceNpMatching2DestroyContext"); - case 0x02065e3d: FUNC_LOG_ERROR("TODO: sceNpMatching2LeaveLobby"); - case 0x03a2f42a: FUNC_LOG_ERROR("TODO: sceNpMatching2RegisterLobbyMessageCallback"); - case 0x05bf2fbd: FUNC_LOG_ERROR("TODO: sceNpMatching2GetWorldInfoList"); - case 0x0884fc95: FUNC_LOG_ERROR("TODO: sceNpMatching2RegisterLobbyEventCallback"); - case 0x0b2218a3: FUNC_LOG_ERROR("TODO: sceNpMatching2GetLobbyMemberDataInternalList"); - case 0x0d22867f: FUNC_LOG_ERROR("TODO: sceNpMatching2SearchRoom"); - case 0x0ebe4c6b: FUNC_LOG_ERROR("TODO: sceNpMatching2SignalingGetConnectionStatus"); - case 0x1022e6d6: FUNC_LOG_ERROR("TODO: sceNpMatching2SetUserInfo"); - case 0x12034412: FUNC_LOG_ERROR("TODO: sceNpMatching2GetClanLobbyId"); - case 0x129663d0: FUNC_LOG_ERROR("TODO: sceNpMatching2GetLobbyMemberDataInternal"); - case 0x12d0b0f9: FUNC_LOG_ERROR("TODO: sceNpMatching2ContextStart"); - case 0x16b3e5a4: FUNC_LOG_ERROR("TODO: sceNpMatching2CreateServerContext"); - case 0x196a06f9: FUNC_LOG_ERROR("TODO: sceNpMatching2GetMemoryInfo"); - case 0x1f372697: FUNC_LOG_ERROR("TODO: sceNpMatching2LeaveRoom"); - case 0x215b0d75: FUNC_LOG_ERROR("TODO: sceNpMatching2SetRoomDataExternal"); - case 0x23009d07: FUNC_LOG_ERROR("TODO: sceNpMatching2Term2"); - case 0x26ae9ff8: FUNC_LOG_ERROR("TODO: sceNpMatching2SignalingGetConnectionInfo"); - case 0x28cad8b3: FUNC_LOG_ERROR("TODO: sceNpMatching2SendRoomMessage"); - case 0x29e78389: FUNC_LOG_ERROR("TODO: sceNpMatching2JoinLobby"); - case 0x2c5b7fc9: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomMemberDataExternalList"); - case 0x2ed909dc: FUNC_LOG_ERROR("TODO: sceNpMatching2AbortRequest"); - case 0x2fe0da7d: FUNC_LOG_ERROR("TODO: sceNpMatching2Term"); - case 0x3457c0db: FUNC_LOG_ERROR("TODO: sceNpMatching2GetServerInfo"); - case 0x3c00c9d4: FUNC_LOG_ERROR("TODO: sceNpMatching2GetEventData"); - case 0x3cc27344: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomSlotInfoLocal"); - case 0x3f3bd413: FUNC_LOG_ERROR("TODO: sceNpMatching2SendLobbyChatMessage"); - case 0x3f62c759: FUNC_LOG_ERROR("TODO: sceNpMatching2Init"); - case 0x41251f74: FUNC_LOG_ERROR("TODO: sceNp2Init"); - case 0x430ce063: FUNC_LOG_ERROR("TODO: sceNpMatching2AbortContextStart"); - case 0x490124fd: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomMemberIdListLocal"); - case 0x5721e711: FUNC_LOG_ERROR("TODO: sceNpMatching2JoinRoom"); - case 0x58a04247: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomMemberDataInternalLocal"); - case 0x62d446ac: FUNC_LOG_ERROR("TODO: sceNpMatching2GetCbQueueInfo"); - case 0x66f19527: FUNC_LOG_ERROR("TODO: sceNpMatching2KickoutRoomMember"); - case 0x6ba4c668: FUNC_LOG_ERROR("TODO: sceNpMatching2ContextStartAsync"); - case 0x6fcd84c1: FUNC_LOG_ERROR("TODO: sceNpMatching2SetSignalingOptParam"); - case 0x748029a2: FUNC_LOG_ERROR("TODO: sceNpMatching2RegisterContextCallback"); - case 0x7bf6e152: FUNC_LOG_ERROR("TODO: sceNpMatching2SendRoomChatMessage"); - case 0x817d1090: FUNC_LOG_ERROR("TODO: sceNpMatching2SetRoomDataInternal"); - case 0x8b209ca2: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomDataInternal"); - case 0x8d3f8d49: FUNC_LOG_ERROR("TODO: sceNpMatching2SignalingGetPingInfo"); - case 0x8e5cfe9f: FUNC_LOG_ERROR("TODO: sceNpMatching2GetServerIdListLocal"); - case 0x8e930999: FUNC_LOG_ERROR("TODO: sceNpUtilBuildCdnUrl"); - case 0x9344d41f: FUNC_LOG_ERROR("TODO: sceNpMatching2GrantRoomOwner"); - case 0x9cbce3f2: FUNC_LOG_ERROR("TODO: sceNpMatching2CreateContext"); - case 0xa2b01449: FUNC_LOG_ERROR("TODO: sceNpMatching2GetSignalingOptParamLocal"); - case 0xa9e6103e: FUNC_LOG_ERROR("TODO: sceNpMatching2RegisterSignalingCallback"); - case 0xaa6c2c43: FUNC_LOG_ERROR("TODO: sceNpMatching2ClearEventData"); - case 0xaadb7c12: FUNC_LOG_ERROR("TODO: sceNp2Term"); - case 0xac98b03a: FUNC_LOG_ERROR("TODO: sceNpMatching2GetUserInfoList"); - case 0xb0c51412: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomMemberDataInternal"); - case 0xb851aacf: FUNC_LOG_ERROR("TODO: sceNpMatching2SetRoomMemberDataInternal"); - case 0xba578d19: FUNC_LOG_ERROR("TODO: sceNpMatching2JoinProhibitiveRoom"); - case 0xbf014813: FUNC_LOG_ERROR("TODO: sceNpMatching2SignalingSetCtxOpt"); - case 0xc6b63b7e: FUNC_LOG_ERROR("TODO: sceNpMatching2DeleteServerContext"); - case 0xdb87b088: FUNC_LOG_ERROR("TODO: sceNpMatching2SetDefaultRequestOptParam"); - case 0xdcb6b27d: FUNC_LOG_ERROR("TODO: sceNpMatching2RegisterRoomEventCallback"); - case 0xde6d308b: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomPasswordLocal"); - case 0xe4ac32ca: FUNC_LOG_ERROR("TODO: sceNpMatching2GetRoomDataExternalList"); - case 0xe7a3bc7a: FUNC_LOG_ERROR("TODO: sceNpMatching2CreateJoinRoom"); - case 0xe9946648: FUNC_LOG_ERROR("TODO: sceNpMatching2SignalingGetCtxOpt"); - case 0xefbd9357: FUNC_LOG_ERROR("TODO: sceNpMatching2GetLobbyInfoList"); - case 0xeffe5a16: FUNC_LOG_ERROR("TODO: sceNpMatching2GetLobbyMemberIdListLocal"); - case 0xefff8779: FUNC_LOG_ERROR("TODO: sceNpMatching2SendLobbyInvitation"); - case 0xf43c647a: FUNC_LOG_ERROR("TODO: sceNpMatching2ContextStop"); - case 0xf4babd3f: FUNC_LOG_ERROR("TODO: sceNpMatching2Init2"); - case 0xfa0583c6: FUNC_LOG_ERROR("TODO: sceNpMatching2SetLobbyMemberDataInternal"); - case 0xfee11e72: FUNC_LOG_ERROR("TODO: sceNpMatching2RegisterRoomMessageCallback"); - case 0x095e12c6: FUNC_LOG_ERROR("TODO: sceNpClansSendInvitationResponse"); - case 0x09f9e1a9: FUNC_LOG_ERROR("TODO: sceNpClansUpdateClanInfo"); - case 0x0df25834: FUNC_LOG_ERROR("TODO: sceNpClansRetrieveChallenges"); - case 0x1221a1bf: FUNC_LOG_ERROR("TODO: sceNpClansSearchByProfile"); - case 0x20472da0: FUNC_LOG_ERROR("TODO: sceNpClansGetMemberInfo"); - case 0x299ccc9b: FUNC_LOG_ERROR("TODO: sceNpClansCancelMembershipRequest"); - case 0x38dadf1f: FUNC_LOG_ERROR("TODO: sceNpClansGetAutoAcceptStatus"); - case 0x42332cb7: FUNC_LOG_ERROR("TODO: sceNpClansTerm"); - case 0x4826f6d5: FUNC_LOG_ERROR("TODO: sceNpClansDisbandClan"); - case 0x487de998: FUNC_LOG_ERROR("TODO: sceNpClansGetClanInfo"); - case 0x4d06aef7: FUNC_LOG_ERROR("TODO: sceNpClansAddBlacklistEntry"); - case 0x560f717b: FUNC_LOG_ERROR("TODO: sceNpClansLeaveClan"); - case 0x56bc5a7c: FUNC_LOG_ERROR("TODO: sceNpClansGetBlacklist"); - case 0x59743b2b: FUNC_LOG_ERROR("TODO: sceNpClansSendMembershipRequest"); - case 0x5bff9da1: FUNC_LOG_ERROR("TODO: sceNpClansRemoveBlacklistEntry"); - case 0x5da94854: FUNC_LOG_ERROR("TODO: sceNpClansUpdateAutoAcceptStatus"); - case 0x672399a8: FUNC_LOG_ERROR("TODO: sceNpClansGetClanListByNpId"); - case 0x726dffd5: FUNC_LOG_ERROR("TODO: sceNpClansCancelInvitation"); - case 0x727aa7f8: FUNC_LOG_ERROR("TODO: sceNpClansRetrieveAnnouncements"); - case 0x83d65529: FUNC_LOG_ERROR("TODO: sceNpClansPostChallenge"); - case 0x856ff5c0: FUNC_LOG_ERROR("TODO: sceNpClansGetMemberList"); - case 0x8e785b97: FUNC_LOG_ERROR("TODO: sceNpClansRetrievePostedChallenges"); - case 0x942dbdc4: FUNC_LOG_ERROR("TODO: sceNpClansSendMembershipResponse"); - case 0x9a72232d: FUNC_LOG_ERROR("TODO: sceNpClansCreateRequest"); - case 0x9b820047: FUNC_LOG_ERROR("TODO: sceNpClansInit"); - case 0x9cac2085: FUNC_LOG_ERROR("TODO: sceNpClansChangeMemberRole"); - case 0xa6a31a38: FUNC_LOG_ERROR("TODO: sceNpClansCreateClan"); - case 0xaa7912b5: FUNC_LOG_ERROR("TODO: sceNpClansKickMember"); - case 0xace0cfba: FUNC_LOG_ERROR("TODO: sceNpClansSearchByName"); - case 0xada45b84: FUNC_LOG_ERROR("TODO: sceNpClansPostAnnouncement"); - case 0xbc05ef31: FUNC_LOG_ERROR("TODO: sceNpClansSendInvitation"); - case 0xca4181b4: FUNC_LOG_ERROR("TODO: sceNpClansGetClanList"); - case 0xce6dc0f0: FUNC_LOG_ERROR("TODO: sceNpClansRemoveChallenge"); - case 0xd3346dc4: FUNC_LOG_ERROR("TODO: sceNpClansRemovePostedChallenge"); - case 0xd6551cd1: FUNC_LOG_ERROR("TODO: sceNpClansDestroyRequest"); - case 0xdbf300ca: FUNC_LOG_ERROR("TODO: sceNpClansJoinClan"); - case 0xe2590f60: FUNC_LOG_ERROR("TODO: sceNpClansRemoveAnnouncement"); - case 0xe82969e2: FUNC_LOG_ERROR("TODO: sceNpClansAbortRequest"); - case 0xf4a2d52b: FUNC_LOG_ERROR("TODO: sceNpClansUpdateMemberInfo"); - case 0x104551a6: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoCheckoutStartAsync"); - case 0x146618df: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetProductInfoListGetResult"); - case 0x150fdca3: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetContentRatingDescriptor"); - case 0x1fa1b312: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetStoreBrowseUserdata"); - case 0x2a910f05: FUNC_LOG_ERROR("TODO: sceNpCommerce2DestroyReq"); - case 0x3539d233: FUNC_LOG_ERROR("TODO: sceNpCommerce2Init"); - case 0x371a2edd: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetCategoryContentsStart"); - case 0x3d627d81: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetBGDLAvailability"); - case 0x410d42be: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoDlListFinishAsync"); - case 0x4d4a094c: FUNC_LOG_ERROR("TODO: sceNpCommerce2Term"); - case 0x62023e98: FUNC_LOG_ERROR("TODO: sceNpCommerce2CreateSessionAbort"); - case 0x6ca9efd4: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoDlListStartAsync"); - case 0x6f67ea80: FUNC_LOG_ERROR("TODO: sceNpCommerce2DestroyCtx"); - case 0x7370d8d0: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetCategoryContentsCreateReq"); - case 0x8df0057f: FUNC_LOG_ERROR("TODO: sceNpCommerce2AbortReq"); - case 0x8f46325b: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetProductInfoStart"); - case 0x91f8843d: FUNC_LOG_ERROR("TODO: sceNpCommerce2CreateSessionFinish"); - case 0x972ab46c: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetContentInfo"); - case 0x9825a0fc: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoProductBrowseStartAsync"); - case 0x9cde07cc: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetProductInfoListStart"); - case 0x9d9cb96b: FUNC_LOG_ERROR("TODO: sceNpCommerce2DestroyGetCategoryContentsResult"); - case 0xa5a863fe: FUNC_LOG_ERROR("TODO: sceNpCommerce2SetBGDLAvailability"); - case 0xa975ebb4: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetProductInfoCreateReq"); - case 0xa9f945b3: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoProductCodeFinishAsync"); - case 0xac78c1f3: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetContentRatingInfoFromCategoryInfo"); - case 0xb23e3bd1: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoProductBrowseFinishAsync"); - case 0xbd49eab2: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetCategoryInfo"); - case 0xbf5f58ea: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetProductInfoGetResult"); - case 0xca0ea996: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetCategoryContentsGetResult"); - case 0xcc18cd2c: FUNC_LOG_ERROR("TODO: sceNpCommerce2CreateSessionStart"); - case 0xd43a130e: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoCheckoutFinishAsync"); - case 0xd8a473a3: FUNC_LOG_ERROR("TODO: sceNpCommerce2InitGetCategoryContentsResult"); - case 0xd9956ce7: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetGameProductInfoFromGetProductInfoListResult"); - case 0xd9fdcec2: FUNC_LOG_ERROR("TODO: sceNpCommerce2CreateCtx"); - case 0xda8e322d: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetPrice"); - case 0xdb19194c: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetGameSkuInfoFromGameProductInfo"); - case 0xde7ab33d: FUNC_LOG_ERROR("TODO: sceNpCommerce2DoProductCodeStartAsync"); - case 0xe0f90e44: FUNC_LOG_ERROR("TODO: sceNpCommerce2InitGetProductInfoListResult"); - case 0xe1e7b5ac: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetProductInfoListCreateReq"); - case 0xe51a4944: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetGameProductInfoFromContentInfo"); - case 0xec324c8f: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetContentRatingInfoFromGameProductInfo"); - case 0xeef51be0: FUNC_LOG_ERROR("TODO: sceNpCommerce2ExecuteStoreBrowse"); - case 0xef645654: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetGameProductInfo"); - case 0xef8eafcd: FUNC_LOG_ERROR("TODO: sceNpCommerce2DestroyGetProductInfoResult"); - case 0xf6139b58: FUNC_LOG_ERROR("TODO: sceNpCommerce2DestroyGetProductInfoListResult"); - case 0xf798f5e3: FUNC_LOG_ERROR("TODO: sceNpCommerce2InitGetProductInfoResult"); - case 0xfc216890: FUNC_LOG_ERROR("TODO: sceNpCommerce2GetCategoryInfoFromContentInfo"); - case 0x079f0e87: FUNC_LOG_ERROR("TODO: sceNpTrophyGetGameProgress"); - case 0x1197b52c: FUNC_LOG_ERROR("TODO: sceNpTrophyRegisterContext"); - case 0x1c25470d: FUNC_LOG_ERROR("TODO: sceNpTrophyCreateHandle"); - case 0x27deda93: FUNC_LOG_ERROR("TODO: sceNpTrophySetSoundLevel"); - case 0x370136fe: FUNC_LOG_ERROR("TODO: sceNpTrophyGetRequiredDiskSpace"); - case 0x3741ecc7: FUNC_LOG_ERROR("TODO: sceNpTrophyDestroyContext"); - case 0x39567781: FUNC_LOG_ERROR("TODO: sceNpTrophyInit"); - case 0x48bd97c7: FUNC_LOG_ERROR("TODO: sceNpTrophyAbortHandle"); - case 0x49d18217: FUNC_LOG_ERROR("TODO: sceNpTrophyGetGameInfo"); - case 0x623cd2dc: FUNC_LOG_ERROR("TODO: sceNpTrophyDestroyHandle"); - case 0x8ceedd21: FUNC_LOG_ERROR("TODO: sceNpTrophyUnlockTrophy"); - case 0xa7fabf4d: FUNC_LOG_ERROR("TODO: sceNpTrophyTerm"); - case 0xb3ac3478: FUNC_LOG_ERROR("TODO: sceNpTrophyGetTrophyUnlockState"); - case 0xbaedf689: FUNC_LOG_ERROR("TODO: sceNpTrophyGetTrophyIcon"); - case 0xe3bf9a28: FUNC_LOG_ERROR("TODO: sceNpTrophyCreateContext"); - case 0xfce6d30a: FUNC_LOG_ERROR("TODO: sceNpTrophyGetTrophyInfo"); - case 0xff299e03: FUNC_LOG_ERROR("TODO: sceNpTrophyGetGameIcon"); - case 0x01711e81: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotDataVUser"); - case 0x0423e622: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotVariable"); - case 0x065b610d: FUNC_LOG_ERROR("TODO: sceNpTusSetMultiSlotVariableAsync"); - case 0x0835deb2: FUNC_LOG_ERROR("TODO: sceNpTusSetDataVUser"); - case 0x0d15043b: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserVariable"); - case 0x17db7aa7: FUNC_LOG_ERROR("TODO: sceNpTusTryAndSetVariableVUserAsync"); - case 0x1904435e: FUNC_LOG_ERROR("TODO: sceNpTusCreateTransactionCtx"); - case 0x19bce18c: FUNC_LOG_ERROR("TODO: sceNpTusPollAsync"); - case 0x1fa5c87d: FUNC_LOG_ERROR("TODO: sceNpTusAddAndGetVariableAsync"); - case 0x225aed26: FUNC_LOG_ERROR("TODO: sceNpTusTerm"); - case 0x2357ba9e: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotVariableVUser"); - case 0x2ab21ea9: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotDataStatusVUserAsync"); - case 0x2d1b9f1a: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserDataStatusVUser"); - case 0x2e162a62: FUNC_LOG_ERROR("TODO: sceNpTusDestroyTitleCtx"); - case 0x3175af23: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotDataAsync"); - case 0x325c6284: FUNC_LOG_ERROR("TODO: sceNpTusAbortTransaction"); - case 0x348dbcb4: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserDataStatus"); - case 0x3602bc80: FUNC_LOG_ERROR("TODO: sceNpTusTryAndSetVariableVUser"); - case 0x368fec59: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserDataStatusVUserAsync"); - case 0x38f364b0: FUNC_LOG_ERROR("TODO: sceNpTusGetDataVUserAsync"); - case 0x44eca8b4: FUNC_LOG_ERROR("TODO: sceNpTusDestroyTransactionCtx"); - case 0x47e9424a: FUNC_LOG_ERROR("TODO: sceNpTusTryAndSetVariable"); - case 0x5175abb9: FUNC_LOG_ERROR("TODO: sceNpTusGetDataAsync"); - case 0x59432970: FUNC_LOG_ERROR("TODO: sceNpTusSetTimeout"); - case 0x651fd79f: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotDataStatusAsync"); - case 0x6c511024: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserVariableVUser"); - case 0x7caf58ee: FUNC_LOG_ERROR("TODO: sceNpTusCreateTitleCtx"); - case 0x7d5f0f0e: FUNC_LOG_ERROR("TODO: sceNpTusSetData"); - case 0x8ddd0d85: FUNC_LOG_ERROR("TODO: sceNpTusGetData"); - case 0x8f87a06b: FUNC_LOG_ERROR("TODO: sceNpTusInit"); - case 0x94989003: FUNC_LOG_ERROR("TODO: sceNpTusAddAndGetVariable"); - case 0x9549d22c: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserVariableVUserAsync"); - case 0x96a06212: FUNC_LOG_ERROR("TODO: sceNpTusSetMultiSlotVariableVUserAsync"); - case 0x9cc0cf44: FUNC_LOG_ERROR("TODO: sceNpTusSetDataVUserAsync"); - case 0xa3abfadb: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotDataStatusVUser"); - case 0xa7993bf3: FUNC_LOG_ERROR("TODO: sceNpTusAddAndGetVariableVUserAsync"); - case 0xae4e590e: FUNC_LOG_ERROR("TODO: sceNpTusGetDataVUser"); - case 0xaf985783: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotVariable"); - case 0xb8e8ff22: FUNC_LOG_ERROR("TODO: sceNpTusWaitAsync"); - case 0xbb2877f2: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotVariableAsync"); - case 0xbbb244b7: FUNC_LOG_ERROR("TODO: sceNpTusTryAndSetVariableAsync"); - case 0xc2e18da8: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotVariableVUserAsync"); - case 0xc4e51fbf: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotVariableVUser"); - case 0xc66ba67e: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserDataStatusAsync"); - case 0xc815b219: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotDataVUserAsync"); - case 0xc848d425: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotDataStatus"); - case 0xcc7a31cd: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiUserVariableAsync"); - case 0xcc86a8f6: FUNC_LOG_ERROR("TODO: sceNpTusSetMultiSlotVariable"); - case 0xe0719847: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotData"); - case 0xe847341f: FUNC_LOG_ERROR("TODO: sceNpTusSetDataAsync"); - case 0xf5363608: FUNC_LOG_ERROR("TODO: sceNpTusDeleteMultiSlotVariableAsync"); - case 0xf60be06f: FUNC_LOG_ERROR("TODO: sceNpTusAddAndGetVariableVUser"); - case 0xf819be91: FUNC_LOG_ERROR("TODO: sceNpTusSetMultiSlotVariableVUser"); - case 0xfc7d346e: FUNC_LOG_ERROR("TODO: sceNpTusGetMultiSlotVariableVUserAsync"); - case 0x432b3cbf: FUNC_LOG_ERROR("TODO: sceNpUtilBandwidthTestShutdown"); - case 0xc2ced2b7: FUNC_LOG_ERROR("TODO: sceNpUtilBandwidthTestInitStart"); - case 0xc880f37d: FUNC_LOG_ERROR("TODO: sceNpUtilBandwidthTestGetStatus"); - case 0xc99ee313: FUNC_LOG_ERROR("TODO: sceNpUtilBandwidthTestAbort"); - case 0x02671310: FUNC_LOG_ERROR("TODO: cellFsSetDefaultContainer"); - case 0x0d5b4a14: FUNC_LOG_ERROR("TODO: cellFsReadWithOffset"); - case 0x0e2939e5: FUNC_LOG_ERROR("TODO: cellFsFtruncate"); - case 0x103b8632: FUNC_LOG_ERROR("TODO: cellFsAllocateFileAreaWithInitialData"); - case 0x190912f6: FUNC_LOG_ERROR("TODO: cellFsStReadGetCurrentAddr"); - case 0x1a108ab7: FUNC_LOG_ERROR("TODO: cellFsGetBlockSize"); - case 0x1ea02e2f: FUNC_LOG_ERROR("TODO: cellFsArcadeHddSerialNumber"); - case 0x2664c8ae: FUNC_LOG_ERROR("TODO: cellFsStReadInit"); - case 0x27800c6b: FUNC_LOG_ERROR("TODO: cellFsStRead"); - case 0x2796fdf3: FUNC_LOG_ERROR("TODO: cellFsRmdir"); - case 0x2cb51f0d: FUNC_LOG_ERROR("TODO: cellFsClose"); - case 0x2cf1296b: FUNC_LOG_ERROR("TODO: cellFsAllocateFileAreaByFdWithoutZeroFill"); - case 0x3140f6e1: FUNC_LOG_ERROR("TODO: cellFsSetIoBuffer"); - case 0x3394f037: FUNC_LOG_ERROR("TODO: cellFsAllocateFileAreaByFdWithInitialData"); - case 0x3a1c8393: FUNC_LOG_ERROR("TODO: cellFsTruncate2"); - case 0x3f61245c: FUNC_LOG_ERROR("TODO: cellFsOpendir"); - case 0x4cef342e: FUNC_LOG_ERROR("TODO: cellFsAioWrite"); - case 0x4d5ff8e2: FUNC_LOG_ERROR("TODO: cellFsRead"); - case 0x5c74903d: FUNC_LOG_ERROR("TODO: cellFsReaddir"); - case 0x606f9f42: FUNC_LOG_ERROR("TODO: cellFsChangeFileSizeWithoutAllocation"); - case 0x6d3bb15b: FUNC_LOG_ERROR("TODO: cellFsSdataOpenByFd"); - case 0x718bf5f8: FUNC_LOG_ERROR("TODO: cellFsOpen"); - case 0x75f16dc5: FUNC_LOG_ERROR("TODO: cellFsSetIoBufferFromDefaultContainer"); - case 0x7a0329a1: FUNC_LOG_ERROR("TODO: cellFsAllocateFileAreaWithoutZeroFill"); - case 0x7de6dced: FUNC_LOG_ERROR("TODO: cellFsStat"); - case 0x7f13fc8c: FUNC_LOG_ERROR("TODO: cellFsAioCancel"); - case 0x7f4677a8: FUNC_LOG_ERROR("TODO: cellFsUnlink"); - case 0x81f33783: FUNC_LOG_ERROR("TODO: cellFsStReadPutCurrentAddr"); - case 0x866f6aec: FUNC_LOG_ERROR("TODO: cellFsStReadWaitCallback"); - case 0x8cb722d5: FUNC_LOG_ERROR("TODO: cellFsWriteWithOffset"); - case 0x8df28ff9: FUNC_LOG_ERROR("TODO: cellFsStReadStart"); - case 0x8f71c5b2: FUNC_LOG_ERROR("TODO: cellFsStReadWait"); - case 0x91a1beaa: FUNC_LOG_ERROR("TODO: cellFsSetDiscReadRetrySetting"); - case 0x967a162b: FUNC_LOG_ERROR("TODO: cellFsFsync"); - case 0x99406d0b: FUNC_LOG_ERROR("TODO: cellFsChmod"); - case 0x9b882495: FUNC_LOG_ERROR("TODO: cellFsGetDirectoryEntries"); - case 0x9f951810: FUNC_LOG_ERROR("TODO: cellFsAioFinish"); - case 0xa01ee33a: FUNC_LOG_ERROR("TODO: cellFsRegisterConversionCallback"); - case 0xa397d042: FUNC_LOG_ERROR("TODO: cellFsLseek"); - case 0xaa3b4bcd: FUNC_LOG_ERROR("TODO: cellFsGetFreeSize"); - case 0xb1840b53: FUNC_LOG_ERROR("TODO: cellFsSdataOpen"); - case 0xb3afee8b: FUNC_LOG_ERROR("TODO: cellFsStReadGetRingBuf"); - case 0xba901fe6: FUNC_LOG_ERROR("TODO: cellFsMkdir"); - case 0xbd273a88: FUNC_LOG_ERROR("TODO: cellFsStReadGetRegid"); - case 0xbef554a4: FUNC_LOG_ERROR("TODO: cellFsUtime"); - case 0xc1c507e7: FUNC_LOG_ERROR("TODO: cellFsAioRead"); - case 0xc9dc3ac5: FUNC_LOG_ERROR("TODO: cellFsTruncate"); - case 0xcb588dba: FUNC_LOG_ERROR("TODO: cellFsFGetBlockSize"); - case 0xcf34969c: FUNC_LOG_ERROR("TODO: cellFsStReadGetStatus"); - case 0xd73938df: FUNC_LOG_ERROR("TODO: cellFsStReadFinish"); - case 0xdb869f20: FUNC_LOG_ERROR("TODO: cellFsAioInit"); - case 0xe15939c3: FUNC_LOG_ERROR("TODO: cellFsChangeFileSizeByFdWithoutAllocation"); - case 0xecdcf2ab: FUNC_LOG_ERROR("TODO: cellFsWrite"); - case 0xef3efa34: FUNC_LOG_ERROR("TODO: cellFsFstat"); - case 0xf12eecc8: FUNC_LOG_ERROR("TODO: cellFsRename"); - case 0xf8e5d9a0: FUNC_LOG_ERROR("TODO: cellFsStReadStop"); - case 0xf94baa80: FUNC_LOG_ERROR("TODO: cellFsUnregisterL10nCallbacks"); - case 0xff42dcc3: FUNC_LOG_ERROR("TODO: cellFsClosedir"); - case 0x068fcbc6: FUNC_LOG_ERROR("TODO: sys_config_start"); - case 0x0d5f2c14: FUNC_LOG_ERROR("TODO: cellPadClearBuf"); - case 0x0e2dfaad: FUNC_LOG_ERROR("TODO: cellPadInfoPressMode"); - case 0x1cf98800: FUNC_LOG_ERROR("TODO: cellPadInit"); - case 0x1f71ecbe: FUNC_LOG_ERROR("TODO: cellKbGetConfiguration"); - case 0x2073b7f6: FUNC_LOG_ERROR("TODO: cellKbClearBuf"); - case 0x20a97ba2: FUNC_LOG_ERROR("TODO: cellPadLddRegisterController"); - case 0x21a62e9b: FUNC_LOG_ERROR("TODO: cellMouseGetTabletDataList"); - case 0x2d16da4f: FUNC_LOG_ERROR("TODO: cellMouseSetTabletMode"); - case 0x2f1774d5: FUNC_LOG_ERROR("TODO: cellKbGetInfo"); - case 0x3138e632: FUNC_LOG_ERROR("TODO: cellMouseGetData"); - case 0x3aaad464: FUNC_LOG_ERROR("TODO: cellPadGetInfo"); - case 0x3ef66b95: FUNC_LOG_ERROR("TODO: cellMouseClearBuf"); - case 0x3f72c56e: FUNC_LOG_ERROR("TODO: cellKbSetLEDStatus"); - case 0x3f797dff: FUNC_LOG_ERROR("TODO: cellPadGetRawData"); - case 0x433f6ec0: FUNC_LOG_ERROR("TODO: cellKbInit"); - case 0x4ab1fa77: FUNC_LOG_ERROR("TODO: cellKbCnvRawCode"); - case 0x4cc9b68d: FUNC_LOG_ERROR("TODO: cellPadPeriphGetInfo"); - case 0x4d0b3b1f: FUNC_LOG_ERROR("TODO: cellMouseInfoTabletMode"); - case 0x4d9b75d5: FUNC_LOG_ERROR("TODO: cellPadEnd"); - case 0x578e3c98: FUNC_LOG_ERROR("TODO: cellPadSetPortSetting"); - case 0x5baf30fb: FUNC_LOG_ERROR("TODO: cellMouseGetInfo"); - case 0x5f81900c: FUNC_LOG_ERROR("TODO: sys_config_unregister_service"); - case 0x6ae10596: FUNC_LOG_ERROR("TODO: sys_config_add_service_listener"); - case 0x6bc09c61: FUNC_LOG_ERROR("TODO: cellPadGetDataExtra"); - case 0x6bd131f0: FUNC_LOG_ERROR("TODO: cellMouseGetDataList"); - case 0x6d367953: FUNC_LOG_ERROR("TODO: sys_config_stop"); - case 0x78200559: FUNC_LOG_ERROR("TODO: cellPadInfoSensorMode"); - case 0x78f058a2: FUNC_LOG_ERROR("TODO: sys_config_register_service"); - case 0x7c5d5fc1: FUNC_LOG_ERROR("TODO: cellPadDbgPeriphRegisterDevice"); - case 0x8a00f264: FUNC_LOG_ERROR("TODO: cellPadPeriphGetData"); - case 0x8b72cda1: FUNC_LOG_ERROR("TODO: cellPadGetData"); - case 0x8b8231e5: FUNC_LOG_ERROR("TODO: cellPadLddGetPortNo"); - case 0x94b98e39: FUNC_LOG_ERROR("TODO: cellPadDbgLddSetDataInsertMode"); - case 0xa328cc35: FUNC_LOG_ERROR("TODO: cellMouseGetRawData"); - case 0xa5f85e4d: FUNC_LOG_ERROR("TODO: cellKbSetCodeType"); - case 0xa703a51d: FUNC_LOG_ERROR("TODO: cellPadGetInfo2"); - case 0xa74396e5: FUNC_LOG_ERROR("TODO: cellPadDbgLddRegisterController"); - case 0xbafd6409: FUNC_LOG_ERROR("TODO: cellPadLddDataInsert"); - case 0xbe5be3ba: FUNC_LOG_ERROR("TODO: cellPadSetSensorMode"); - case 0xbfce3285: FUNC_LOG_ERROR("TODO: cellKbEnd"); - case 0xc9030138: FUNC_LOG_ERROR("TODO: cellMouseInit"); - case 0xcf3051f7: FUNC_LOG_ERROR("TODO: cellPadDbgGetData"); - case 0xdeefdfa7: FUNC_LOG_ERROR("TODO: cellKbSetReadMode"); - case 0xe10183ce: FUNC_LOG_ERROR("TODO: cellMouseEnd"); - case 0xe442faa8: FUNC_LOG_ERROR("TODO: cellPadLddUnregisterController"); - case 0xf5d9d571: FUNC_LOG_ERROR("TODO: sys_config_remove_service_listener"); - case 0xf65544ee: FUNC_LOG_ERROR("TODO: cellPadSetActDirect"); - case 0xf83f8182: FUNC_LOG_ERROR("TODO: cellPadSetPressMode"); - case 0xff0a21b7: FUNC_LOG_ERROR("TODO: cellKbRead"); - case 0x00acf0e5: FUNC_LOG_ERROR("TODO: spu_printf_finalize"); - case 0x00fb4a6b: FUNC_LOG_ERROR("TODO: spu_thread_sprintf"); - case 0x0125b2ca: FUNC_LOG_ERROR("TODO: _rand_int32_TT800"); - case 0x01508f24: FUNC_LOG_ERROR("TODO: raw_spu_write_float"); - case 0x0264f468: FUNC_LOG_ERROR("TODO: _Wctomb"); - case 0x02f4d325: FUNC_LOG_ERROR("TODO: spu_thread_read_double"); - case 0x02f52a3c: FUNC_LOG_ERROR("TODO: _filep_close_it"); - case 0x03becf3c: FUNC_LOG_ERROR("TODO: _Defloc"); - case 0x04a183fc: FUNC_LOG_ERROR("TODO: strcpy"); - case 0x04a1f19d: FUNC_LOG_ERROR("TODO: raw_spu_write_short"); - case 0x05d821c4: FUNC_LOG_ERROR("TODO: _Stoullx"); - case 0x077cdb23: FUNC_LOG_ERROR("TODO: btowc"); - case 0x07c7971d: FUNC_LOG_ERROR("TODO: _Stoldx"); - case 0x0871ffb0: FUNC_LOG_ERROR("TODO: mspace_malloc_usable_size"); - case 0x0891a3fa: FUNC_LOG_ERROR("TODO: _Tlsfree"); - case 0x09cbee1e: FUNC_LOG_ERROR("TODO: strxfrm"); - case 0x0a1d4b00: FUNC_LOG_ERROR("TODO: spu_thread_read_uint"); - case 0x0a4e2541: FUNC_LOG_ERROR("TODO: spu_thread_read_ldouble"); - case 0x0ae275a4: FUNC_LOG_ERROR("TODO: _Stolx"); - case 0x0b0d272f: FUNC_LOG_ERROR("TODO: _malloc_finalize"); - case 0x0b9d04d0: FUNC_LOG_ERROR("TODO: _Getnloc"); - case 0x0b9ecb98: FUNC_LOG_ERROR("TODO: toupper_ascii"); - case 0x0cae547f: FUNC_LOG_ERROR("TODO: raw_spu_write_double"); - case 0x0d2a593b: FUNC_LOG_ERROR("TODO: srand"); - case 0x0d8a2de0: FUNC_LOG_ERROR("TODO: _CStrxfrm"); - case 0x0df8809f: FUNC_LOG_ERROR("TODO: __call_functions_registered_with_atexit"); - case 0x0f60eb63: FUNC_LOG_ERROR("TODO: vfwscanf"); - case 0x0ff4722c: FUNC_LOG_ERROR("TODO: raw_spu_read_ushort"); - case 0x1096f8f1: FUNC_LOG_ERROR("TODO: ispunct_ascii"); - case 0x1098a99d: FUNC_LOG_ERROR("TODO: localeconv"); - case 0x112ea8ea: FUNC_LOG_ERROR("TODO: strspn"); - case 0x115e2f70: FUNC_LOG_ERROR("TODO: spu_thread_snprintf"); - case 0x116cda13: FUNC_LOG_ERROR("TODO: wcstol"); - case 0x118712ea: FUNC_LOG_ERROR("TODO: islower"); - case 0x11d270d2: FUNC_LOG_ERROR("TODO: exitspawn"); - case 0x126656b7: FUNC_LOG_ERROR("TODO: _Btowc"); - case 0x128b334f: FUNC_LOG_ERROR("TODO: raw_spu_read_mem"); - case 0x12a55fb7: FUNC_LOG_ERROR("TODO: mbrtowc"); - case 0x130d20a5: FUNC_LOG_ERROR("TODO: towlower"); - case 0x1365b52a: FUNC_LOG_ERROR("TODO: fcntl"); - case 0x13808972: FUNC_LOG_ERROR("TODO: wcstok"); - case 0x14052ae0: FUNC_LOG_ERROR("TODO: absi4"); - case 0x14348b57: FUNC_LOG_ERROR("TODO: divi4"); - case 0x145853cd: FUNC_LOG_ERROR("TODO: mspace_destroy"); - case 0x15362bc9: FUNC_LOG_ERROR("TODO: spu_thread_read_long"); - case 0x153b364a: FUNC_LOG_ERROR("TODO: mkdir"); - case 0x15bdcc00: FUNC_LOG_ERROR("TODO: rand"); - case 0x15c2e29d: FUNC_LOG_ERROR("TODO: isgraph_ascii"); - case 0x17752bab: FUNC_LOG_ERROR("TODO: wcsftime"); - case 0x17bc0136: FUNC_LOG_ERROR("TODO: _Lrv2d"); - case 0x17c031d7: FUNC_LOG_ERROR("TODO: spu_thread_read_ulong"); - case 0x1855b9b1: FUNC_LOG_ERROR("TODO: setlocale"); - case 0x1895908d: FUNC_LOG_ERROR("TODO: mspace_realloc"); - case 0x18e48b5d: FUNC_LOG_ERROR("TODO: wscanf"); - case 0x18f7b77d: FUNC_LOG_ERROR("TODO: _Dnorm"); - case 0x1970cd7e: FUNC_LOG_ERROR("TODO: getpid"); - case 0x19ccbb81: FUNC_LOG_ERROR("TODO: mktime"); - case 0x1ab01ea8: FUNC_LOG_ERROR("TODO: truncate"); - case 0x1abd0985: FUNC_LOG_ERROR("TODO: div"); - case 0x1ae06860: FUNC_LOG_ERROR("TODO: wcstoumax"); - case 0x1b4c3ff0: FUNC_LOG_ERROR("TODO: atexit"); - case 0x1c0e8ab6: FUNC_LOG_ERROR("TODO: vswscanf"); - case 0x1c2ef212: FUNC_LOG_ERROR("TODO: getwc"); - case 0x1cf4d80a: FUNC_LOG_ERROR("TODO: iswalpha"); - case 0x1dcd8609: FUNC_LOG_ERROR("TODO: _Strxfrmx"); - case 0x1dd0d4c5: FUNC_LOG_ERROR("TODO: spu_printf_attach_group"); - case 0x1df4732e: FUNC_LOG_ERROR("TODO: _Getptolower"); - case 0x1e9d2b4f: FUNC_LOG_ERROR("TODO: spu_thread_read_int"); - case 0x1ecae195: FUNC_LOG_ERROR("TODO: _Vacopy"); - case 0x1f913e8d: FUNC_LOG_ERROR("TODO: chmod"); - case 0x1f925c41: FUNC_LOG_ERROR("TODO: _allocate_mapped_pages"); - case 0x206612c4: FUNC_LOG_ERROR("TODO: spu_thread_read_ptr"); - case 0x216984ed: FUNC_LOG_ERROR("TODO: spu_thread_write_long"); - case 0x216fcd2a: FUNC_LOG_ERROR("TODO: _Atrealloc"); - case 0x21807b8e: FUNC_LOG_ERROR("TODO: towctrans"); - case 0x225702e1: FUNC_LOG_ERROR("TODO: _fs_initialize"); - case 0x22b0e566: FUNC_LOG_ERROR("TODO: _Stollx"); - case 0x23d3bca7: FUNC_LOG_ERROR("TODO: _Eadd"); - case 0x242c603e: FUNC_LOG_ERROR("TODO: _Frprep"); - case 0x243b52d8: FUNC_LOG_ERROR("TODO: _Mbtowcx"); - case 0x24802244: FUNC_LOG_ERROR("TODO: iswcntrl"); - case 0x24c9e021: FUNC_LOG_ERROR("TODO: abs"); - case 0x24e230d2: FUNC_LOG_ERROR("TODO: _Wctob"); - case 0x24f6cbdd: FUNC_LOG_ERROR("TODO: clock"); - case 0x253b7210: FUNC_LOG_ERROR("TODO: _rand_real2_TT800"); - case 0x25beee5a: FUNC_LOG_ERROR("TODO: __raw_spu_printf"); - case 0x25da8fbb: FUNC_LOG_ERROR("TODO: iscntrl"); - case 0x266311a0: FUNC_LOG_ERROR("TODO: localtime"); - case 0x2677568c: FUNC_LOG_ERROR("TODO: putchar"); - case 0x26f023d5: FUNC_LOG_ERROR("TODO: ftell"); - case 0x273b9711: FUNC_LOG_ERROR("TODO: sprintf"); - case 0x28b92ebf: FUNC_LOG_ERROR("TODO: raw_spu_read_uchar"); - case 0x296bc72f: FUNC_LOG_ERROR("TODO: _FDunscale"); - case 0x2b45cb34: FUNC_LOG_ERROR("TODO: wcsrtombs"); - case 0x2b7ba4ca: FUNC_LOG_ERROR("TODO: _Tlsset"); - case 0x2b81fb7f: FUNC_LOG_ERROR("TODO: readdir"); - case 0x2bc9dee6: FUNC_LOG_ERROR("TODO: raw_spu_read_short"); - case 0x2caea755: FUNC_LOG_ERROR("TODO: _Once"); - case 0x2d067448: FUNC_LOG_ERROR("TODO: ftruncate64"); - case 0x2d17ca7f: FUNC_LOG_ERROR("TODO: _Puttxt"); - case 0x2eea9f25: FUNC_LOG_ERROR("TODO: _Esub"); - case 0x2f45d39c: FUNC_LOG_ERROR("TODO: strlen"); - case 0x2fecec13: FUNC_LOG_ERROR("TODO: getwchar"); - case 0x30fb2899: FUNC_LOG_ERROR("TODO: _Getmem"); - case 0x312be3b3: FUNC_LOG_ERROR("TODO: _malloc_init_lv2"); - case 0x313f04ab: FUNC_LOG_ERROR("TODO: raw_spu_read_char"); - case 0x329a4540: FUNC_LOG_ERROR("TODO: _WPrintf"); - case 0x32e4a30a: FUNC_LOG_ERROR("TODO: _Mtxdst"); - case 0x336b4191: FUNC_LOG_ERROR("TODO: _Getint"); - case 0x33d6ae54: FUNC_LOG_ERROR("TODO: ferror"); - case 0x344eca7e: FUNC_LOG_ERROR("TODO: _WGetstr"); - case 0x34dd6650: FUNC_LOG_ERROR("TODO: _Getcloc"); - case 0x34e7c97e: FUNC_LOG_ERROR("TODO: _Unlocksyslock"); - case 0x3512ad38: FUNC_LOG_ERROR("TODO: tmpnam"); - case 0x355fd1fd: FUNC_LOG_ERROR("TODO: mbtowc"); - case 0x3574d37d: FUNC_LOG_ERROR("TODO: _Wcsxfrmx"); - case 0x36c067c1: FUNC_LOG_ERROR("TODO: _Stoll"); - case 0x36f2b4ed: FUNC_LOG_ERROR("TODO: strtoull"); - case 0x36feb965: FUNC_LOG_ERROR("TODO: raw_spu_write_llong"); - case 0x3704840e: FUNC_LOG_ERROR("TODO: _fs_finalize"); - case 0x38426d25: FUNC_LOG_ERROR("TODO: _Wctombx"); - case 0x3902363a: FUNC_LOG_ERROR("TODO: malloc_footprint"); - case 0x39bf419c: FUNC_LOG_ERROR("TODO: valloc"); - case 0x3a210c93: FUNC_LOG_ERROR("TODO: swscanf"); - case 0x3a840ae3: FUNC_LOG_ERROR("TODO: snprintf"); - case 0x3b22e88a: FUNC_LOG_ERROR("TODO: isxdigit"); - case 0x3b8097ac: FUNC_LOG_ERROR("TODO: _WScanf"); - case 0x3bce073b: FUNC_LOG_ERROR("TODO: putc"); - case 0x3bd9ce0a: FUNC_LOG_ERROR("TODO: fsync"); - case 0x3ca81c76: FUNC_LOG_ERROR("TODO: _Iswctype"); - case 0x3d1460e9: FUNC_LOG_ERROR("TODO: _Strerror"); - case 0x3d541975: FUNC_LOG_ERROR("TODO: atoi"); - case 0x3d5fdea7: FUNC_LOG_ERROR("TODO: vfwprintf"); - case 0x3d85d6f8: FUNC_LOG_ERROR("TODO: strcmp"); - case 0x3dbc3bee: FUNC_LOG_ERROR("TODO: opendir"); - case 0x3e57dfac: FUNC_LOG_ERROR("TODO: _Genld"); - case 0x3ec99a66: FUNC_LOG_ERROR("TODO: _Getptimes"); - case 0x3ee29d0b: FUNC_LOG_ERROR("TODO: _Stof"); - case 0x3f125e2e: FUNC_LOG_ERROR("TODO: spu_thread_write_short"); - case 0x3f4ccdc7: FUNC_LOG_ERROR("TODO: isdigit"); - case 0x3f650700: FUNC_LOG_ERROR("TODO: mspace_is_heap_empty"); - case 0x40a2599a: FUNC_LOG_ERROR("TODO: atol"); - case 0x40d04e4e: FUNC_LOG_ERROR("TODO: fwide"); - case 0x40e0ff25: FUNC_LOG_ERROR("TODO: _WGenld"); - case 0x41283333: FUNC_LOG_ERROR("TODO: isdigit_ascii"); - case 0x418bdfe1: FUNC_LOG_ERROR("TODO: _get_fd"); - case 0x4217b4cf: FUNC_LOG_ERROR("TODO: difftime"); - case 0x433fe2a9: FUNC_LOG_ERROR("TODO: fwscanf"); - case 0x44115dd0: FUNC_LOG_ERROR("TODO: _Geterrno"); - case 0x44796e5c: FUNC_LOG_ERROR("TODO: strerror"); - case 0x449317ed: FUNC_LOG_ERROR("TODO: _Fopen"); - case 0x44d7cae8: FUNC_LOG_ERROR("TODO: raw_spu_read_float"); - case 0x4544c2de: FUNC_LOG_ERROR("TODO: spu_thread_write_mem"); - case 0x4569518c: FUNC_LOG_ERROR("TODO: malloc_stats"); - case 0x459072c3: FUNC_LOG_ERROR("TODO: _init_TT800"); - case 0x4595c42b: FUNC_LOG_ERROR("TODO: wcsxfrm"); - case 0x468b45dc: FUNC_LOG_ERROR("TODO: mspace_calloc"); - case 0x4911ff9c: FUNC_LOG_ERROR("TODO: rand_int31_TT800"); - case 0x498a5036: FUNC_LOG_ERROR("TODO: raw_spu_write_mem"); - case 0x4a0049c6: FUNC_LOG_ERROR("TODO: _Getpctype"); - case 0x4ab5fbe2: FUNC_LOG_ERROR("TODO: _Printf"); - case 0x4b36c0e0: FUNC_LOG_ERROR("TODO: vfscanf"); - case 0x4b6a4010: FUNC_LOG_ERROR("TODO: vswprintf"); - case 0x4bb8e2b2: FUNC_LOG_ERROR("TODO: raw_spu_write_ushort"); - case 0x4c3f5f29: FUNC_LOG_ERROR("TODO: _Getgloballocale"); - case 0x4c7dc863: FUNC_LOG_ERROR("TODO: iswupper"); - case 0x4d348427: FUNC_LOG_ERROR("TODO: fputs"); - case 0x4e4be299: FUNC_LOG_ERROR("TODO: longjmp"); - case 0x4e72f810: FUNC_LOG_ERROR("TODO: wmemchr"); - case 0x4ffba189: FUNC_LOG_ERROR("TODO: feof"); - case 0x508196b4: FUNC_LOG_ERROR("TODO: raw_spu_printf"); - case 0x508e00c6: FUNC_LOG_ERROR("TODO: _Getloc"); - case 0x51b28904: FUNC_LOG_ERROR("TODO: _Stodx"); - case 0x526a496a: FUNC_LOG_ERROR("TODO: write"); - case 0x532b03be: FUNC_LOG_ERROR("TODO: raw_spu_read_uint"); - case 0x53eb43a1: FUNC_LOG_ERROR("TODO: _Getpmbstate"); - case 0x54b383bc: FUNC_LOG_ERROR("TODO: _Locvar"); - case 0x54c2844e: FUNC_LOG_ERROR("TODO: spu_raw_snprintf"); - case 0x54f57626: FUNC_LOG_ERROR("TODO: rewind"); - case 0x5516bbbf: FUNC_LOG_ERROR("TODO: iswctype"); - case 0x55d4866e: FUNC_LOG_ERROR("TODO: fgetws"); - case 0x5751acf9: FUNC_LOG_ERROR("TODO: _LDscale"); - case 0x575fb268: FUNC_LOG_ERROR("TODO: wctrans"); - case 0x57ff7dd7: FUNC_LOG_ERROR("TODO: _WStod"); - case 0x58320830: FUNC_LOG_ERROR("TODO: _WLitob"); - case 0x589b5314: FUNC_LOG_ERROR("TODO: strncat"); - case 0x5909e3c4: FUNC_LOG_ERROR("TODO: memset"); - case 0x59640bc6: FUNC_LOG_ERROR("TODO: raw_spu_read_ullong"); - case 0x59c1bb1f: FUNC_LOG_ERROR("TODO: _Getpwcstate"); - case 0x59e8dd58: FUNC_LOG_ERROR("TODO: strtoll"); - case 0x5a74f774: FUNC_LOG_ERROR("TODO: spu_thread_read_float"); - case 0x5b162b7f: FUNC_LOG_ERROR("TODO: memmove"); - case 0x5b4b6d6d: FUNC_LOG_ERROR("TODO: wcspbrk"); - case 0x5cc71eee: FUNC_LOG_ERROR("TODO: raw_spu_write_ldouble"); - case 0x5d43c1a3: FUNC_LOG_ERROR("TODO: _Mbtowc"); - case 0x5dbceee3: FUNC_LOG_ERROR("TODO: rand_int32_TT800"); - case 0x5e06c3fe: FUNC_LOG_ERROR("TODO: __getpid"); - case 0x5e7888f0: FUNC_LOG_ERROR("TODO: bsearch"); - case 0x5eb95641: FUNC_LOG_ERROR("TODO: _Stold"); - case 0x5f922a30: FUNC_LOG_ERROR("TODO: _Dscale"); - case 0x5f9a65c7: FUNC_LOG_ERROR("TODO: _WStold"); - case 0x5fa1e497: FUNC_LOG_ERROR("TODO: _Unlockfilelock"); - case 0x60627fb3: FUNC_LOG_ERROR("TODO: _LDunscale"); - case 0x6075a3c6: FUNC_LOG_ERROR("TODO: _Ld2rv"); - case 0x609080ec: FUNC_LOG_ERROR("TODO: isspace_ascii"); - case 0x6137d196: FUNC_LOG_ERROR("TODO: memalign"); - case 0x6287ac6a: FUNC_LOG_ERROR("TODO: iswdigit"); - case 0x62bf1d6c: FUNC_LOG_ERROR("TODO: swprintf"); - case 0x64aaf016: FUNC_LOG_ERROR("TODO: raw_spu_read_ldouble"); - case 0x6514dbe5: FUNC_LOG_ERROR("TODO: wcstold"); - case 0x6539ff6d: FUNC_LOG_ERROR("TODO: _Gentime"); - case 0x6545b7de: FUNC_LOG_ERROR("TODO: fgetpos"); - case 0x65e8d4d0: FUNC_LOG_ERROR("TODO: wcslen"); - case 0x6660fc8d: FUNC_LOG_ERROR("TODO: TlsGetValue"); - case 0x6687fba4: FUNC_LOG_ERROR("TODO: _Fgpos"); - case 0x66b71b17: FUNC_LOG_ERROR("TODO: wcsspn"); - case 0x67582370: FUNC_LOG_ERROR("TODO: spu_thread_write_double"); - case 0x676e3e7a: FUNC_LOG_ERROR("TODO: raw_spu_write_ptr"); - case 0x67d6334b: FUNC_LOG_ERROR("TODO: strtof"); - case 0x6823c180: FUNC_LOG_ERROR("TODO: iswprint"); - case 0x69106fd2: FUNC_LOG_ERROR("TODO: _init_by_array_TT800"); - case 0x692b497f: FUNC_LOG_ERROR("TODO: perror"); - case 0x6995f5e8: FUNC_LOG_ERROR("TODO: _Ldtob"); - case 0x69c27c12: FUNC_LOG_ERROR("TODO: fopen"); - case 0x69ff1b9b: FUNC_LOG_ERROR("TODO: fseek"); - case 0x6ba10474: FUNC_LOG_ERROR("TODO: _Tlsalloc"); - case 0x6cf78f3e: FUNC_LOG_ERROR("TODO: _Mtxunlock"); - case 0x6d5115b0: FUNC_LOG_ERROR("TODO: wcsncmp"); - case 0x6e988e5f: FUNC_LOG_ERROR("TODO: _rand_int31_TT800"); - case 0x7028dea9: FUNC_LOG_ERROR("TODO: _Locksyslock"); - case 0x703ec767: FUNC_LOG_ERROR("TODO: setvbuf"); - case 0x70b0e833: FUNC_LOG_ERROR("TODO: mblen"); - case 0x714c9618: FUNC_LOG_ERROR("TODO: __raw_spu_putfld"); - case 0x717b2502: FUNC_LOG_ERROR("TODO: stat"); - case 0x72236cbc: FUNC_LOG_ERROR("TODO: raw_spu_write_ullong"); - case 0x72b84004: FUNC_LOG_ERROR("TODO: spu_printf_attach_thread"); - case 0x73096858: FUNC_LOG_ERROR("TODO: wctob"); - case 0x7345b4be: FUNC_LOG_ERROR("TODO: _WStoll"); - case 0x73eae03d: FUNC_LOG_ERROR("TODO: strrchr"); - case 0x744d2505: FUNC_LOG_ERROR("TODO: ispunct"); - case 0x74fe4a7b: FUNC_LOG_ERROR("TODO: iswgraph"); - case 0x759e0635: FUNC_LOG_ERROR("TODO: malloc"); - case 0x75d4485c: FUNC_LOG_ERROR("TODO: rename"); - case 0x75f98579: FUNC_LOG_ERROR("TODO: wcscoll"); - case 0x76da0c84: FUNC_LOG_ERROR("TODO: ftruncate"); - case 0x76ed4243: FUNC_LOG_ERROR("TODO: _Wcsftime"); - case 0x770bfaee: FUNC_LOG_ERROR("TODO: wctype"); - case 0x77a602dd: FUNC_LOG_ERROR("TODO: free"); - case 0x77c15441: FUNC_LOG_ERROR("TODO: _WGetfloat"); - case 0x77e241bc: FUNC_LOG_ERROR("TODO: _Skip"); - case 0x7817edf0: FUNC_LOG_ERROR("TODO: raw_spu_write_uint"); - case 0x783636d1: FUNC_LOG_ERROR("TODO: spu_thread_read_char"); - case 0x78429d81: FUNC_LOG_ERROR("TODO: putwchar"); - case 0x79819dbf: FUNC_LOG_ERROR("TODO: fputc"); - case 0x7994c28d: FUNC_LOG_ERROR("TODO: _FDtentox"); - case 0x79eadf05: FUNC_LOG_ERROR("TODO: malloc_usable_size"); - case 0x7aaab95c: FUNC_LOG_ERROR("TODO: iswblank"); - case 0x7ae82e0f: FUNC_LOG_ERROR("TODO: vsprintf"); - case 0x7aee5acd: FUNC_LOG_ERROR("TODO: _Lockfilelock"); - case 0x7b5aac20: FUNC_LOG_ERROR("TODO: spu_thread_write_ptr"); - case 0x7b7a687a: FUNC_LOG_ERROR("TODO: _WPutfld"); - case 0x7b9c592e: FUNC_LOG_ERROR("TODO: spu_thread_read_ullong"); - case 0x7c1bcf37: FUNC_LOG_ERROR("TODO: isalnum_ascii"); - case 0x7c370679: FUNC_LOG_ERROR("TODO: _Foprep"); - case 0x7cec7b39: FUNC_LOG_ERROR("TODO: _Putfld"); - case 0x7d894764: FUNC_LOG_ERROR("TODO: _Readloc"); - case 0x7e7017b1: FUNC_LOG_ERROR("TODO: rmdir"); - case 0x7ea8d860: FUNC_LOG_ERROR("TODO: spu_printf_detach_group"); - case 0x7efd420a: FUNC_LOG_ERROR("TODO: _Daysto"); - case 0x7fd325c4: FUNC_LOG_ERROR("TODO: mspace_malloc_stats"); - case 0x7fdcf73e: FUNC_LOG_ERROR("TODO: wcscat"); - case 0x806fd281: FUNC_LOG_ERROR("TODO: isblank_ascii"); - case 0x809a143f: FUNC_LOG_ERROR("TODO: kill"); - case 0x813a9666: FUNC_LOG_ERROR("TODO: ungetwc"); - case 0x814d8cb0: FUNC_LOG_ERROR("TODO: fflush"); - case 0x81a0a858: FUNC_LOG_ERROR("TODO: _memset_int"); - case 0x82a3cc30: FUNC_LOG_ERROR("TODO: wcschr"); - case 0x82a4561a: FUNC_LOG_ERROR("TODO: _put_fd"); - case 0x831d70a5: FUNC_LOG_ERROR("TODO: memcpy"); - case 0x8342b757: FUNC_LOG_ERROR("TODO: utime"); - case 0x84378ddc: FUNC_LOG_ERROR("TODO: wcsncpy"); - case 0x86532174: FUNC_LOG_ERROR("TODO: imaxdiv"); - case 0x867275d7: FUNC_LOG_ERROR("TODO: _Stoul"); - case 0x86b4c669: FUNC_LOG_ERROR("TODO: tolower_ascii"); - case 0x8713c859: FUNC_LOG_ERROR("TODO: link"); - case 0x8725a1a7: FUNC_LOG_ERROR("TODO: _memset_vmx"); - case 0x87e8f748: FUNC_LOG_ERROR("TODO: memset_vmx"); - case 0x8809cdfd: FUNC_LOG_ERROR("TODO: _Getpwctytab"); - case 0x882689f2: FUNC_LOG_ERROR("TODO: _Makeloc"); - case 0x882e7760: FUNC_LOG_ERROR("TODO: raw_spu_write_uchar"); - case 0x889d5804: FUNC_LOG_ERROR("TODO: _Dunscale"); - case 0x88e009f5: FUNC_LOG_ERROR("TODO: vwprintf"); - case 0x896e1bfd: FUNC_LOG_ERROR("TODO: spu_thread_write_uchar"); - case 0x89b62f56: FUNC_LOG_ERROR("TODO: _Etentox"); - case 0x89f6f026: FUNC_LOG_ERROR("TODO: time"); - case 0x8a6830e7: FUNC_LOG_ERROR("TODO: abort"); - case 0x8a71132c: FUNC_LOG_ERROR("TODO: remove"); - case 0x8a847b51: FUNC_LOG_ERROR("TODO: tmpfile"); - case 0x8ab0abc6: FUNC_LOG_ERROR("TODO: strncpy"); - case 0x8b439438: FUNC_LOG_ERROR("TODO: clearerr"); - case 0x8b9d8dd2: FUNC_LOG_ERROR("TODO: iswpunct"); - case 0x8cb6bfdc: FUNC_LOG_ERROR("TODO: _Locsum"); - case 0x8d7ffaf1: FUNC_LOG_ERROR("TODO: _WStopfx"); - case 0x8e2484f1: FUNC_LOG_ERROR("TODO: _Emul"); - case 0x8ed71e8b: FUNC_LOG_ERROR("TODO: _WGetfld"); - case 0x8ef85e47: FUNC_LOG_ERROR("TODO: _WPuttxt"); - case 0x8f5dd179: FUNC_LOG_ERROR("TODO: _Nnl"); - case 0x90010029: FUNC_LOG_ERROR("TODO: gets"); - case 0x9027fd99: FUNC_LOG_ERROR("TODO: _WStoldx"); - case 0x90457fe3: FUNC_LOG_ERROR("TODO: raw_spu_read_long"); - case 0x90b27880: FUNC_LOG_ERROR("TODO: strtoumax"); - case 0x9234f738: FUNC_LOG_ERROR("TODO: raw_spu_read_int"); - case 0x93427cb9: FUNC_LOG_ERROR("TODO: setbuf"); - case 0x938bfcf7: FUNC_LOG_ERROR("TODO: spu_thread_write_char"); - case 0x93a3e3ac: FUNC_LOG_ERROR("TODO: tolower"); - case 0x9439e4cd: FUNC_LOG_ERROR("TODO: wcsncat"); - case 0x96b6baa6: FUNC_LOG_ERROR("TODO: spu_thread_read_mem"); - case 0x96e6303b: FUNC_LOG_ERROR("TODO: _WStoxflt"); - case 0x96ea4de6: FUNC_LOG_ERROR("TODO: wctomb"); - case 0x97896359: FUNC_LOG_ERROR("TODO: isspace"); - case 0x9800573c: FUNC_LOG_ERROR("TODO: _WLdtob"); - case 0x980d3ea7: FUNC_LOG_ERROR("TODO: _Getfld"); - case 0x9886810c: FUNC_LOG_ERROR("TODO: _FDnorm"); - case 0x98f0eeab: FUNC_LOG_ERROR("TODO: raw_spu_write_ulong"); - case 0x99782342: FUNC_LOG_ERROR("TODO: strncasecmp_ascii"); - case 0x99a72146: FUNC_LOG_ERROR("TODO: vsnprintf"); - case 0x99b38ce7: FUNC_LOG_ERROR("TODO: wmemmove"); - case 0x9a87bb3a: FUNC_LOG_ERROR("TODO: _Getmbcurmax"); - case 0x9abe8c74: FUNC_LOG_ERROR("TODO: wprintf"); - case 0x9c7028a5: FUNC_LOG_ERROR("TODO: spu_thread_write_uint"); - case 0x9c9d7b0d: FUNC_LOG_ERROR("TODO: strtold"); - case 0x9cab08d1: FUNC_LOG_ERROR("TODO: spu_thread_write_int"); - case 0x9d140351: FUNC_LOG_ERROR("TODO: _Destroytls"); - case 0x9eb25e00: FUNC_LOG_ERROR("TODO: strcoll"); - case 0x9eee5387: FUNC_LOG_ERROR("TODO: truncate64"); - case 0x9ff08d57: FUNC_LOG_ERROR("TODO: _Clearlocks"); - case 0xa0ab76d5: FUNC_LOG_ERROR("TODO: _absi4"); - case 0xa0bc0efb: FUNC_LOG_ERROR("TODO: mallinfo"); - case 0xa0ddba8e: FUNC_LOG_ERROR("TODO: _Stoulx"); - case 0xa1dbb466: FUNC_LOG_ERROR("TODO: _Gettime"); - case 0xa2945229: FUNC_LOG_ERROR("TODO: _WGetint"); - case 0xa30d4797: FUNC_LOG_ERROR("TODO: wcstoll"); - case 0xa3440924: FUNC_LOG_ERROR("TODO: closedir"); - case 0xa3da58f6: FUNC_LOG_ERROR("TODO: rand_real1_TT800"); - case 0xa45a0313: FUNC_LOG_ERROR("TODO: mspace_create"); - case 0xa483d50d: FUNC_LOG_ERROR("TODO: _rv2d"); - case 0xa53800c2: FUNC_LOG_ERROR("TODO: _malloc_finalize_lv2"); - case 0xa568db82: FUNC_LOG_ERROR("TODO: spu_thread_read_ushort"); - case 0xa57cc615: FUNC_LOG_ERROR("TODO: iswspace"); - case 0xa5bc0e19: FUNC_LOG_ERROR("TODO: getchar"); - case 0xa6463518: FUNC_LOG_ERROR("TODO: __rename"); - case 0xa650df19: FUNC_LOG_ERROR("TODO: toupper"); - case 0xa65886b8: FUNC_LOG_ERROR("TODO: _Findloc"); - case 0xa72a7595: FUNC_LOG_ERROR("TODO: calloc"); - case 0xa797790f: FUNC_LOG_ERROR("TODO: wcsstr"); - case 0xa82d70da: FUNC_LOG_ERROR("TODO: _Tlsget"); - case 0xa835be11: FUNC_LOG_ERROR("TODO: __cxa_atexit"); - case 0xa874036a: FUNC_LOG_ERROR("TODO: wcstof"); - case 0xa8a6f615: FUNC_LOG_ERROR("TODO: TlsSetValue"); - case 0xa8b07f1b: FUNC_LOG_ERROR("TODO: wmemcpy"); - case 0xa9f68eff: FUNC_LOG_ERROR("TODO: qsort"); - case 0xaa1e687d: FUNC_LOG_ERROR("TODO: isgraph"); - case 0xaa266d35: FUNC_LOG_ERROR("TODO: _malloc_init"); - case 0xaa9635d7: FUNC_LOG_ERROR("TODO: strcat"); - case 0xab4c7ca1: FUNC_LOG_ERROR("TODO: _CWcsxfrm"); - case 0xab77019f: FUNC_LOG_ERROR("TODO: fstat"); - case 0xabc27420: FUNC_LOG_ERROR("TODO: wcstoul"); - case 0xac758d20: FUNC_LOG_ERROR("TODO: wmemcmp"); - case 0xac893127: FUNC_LOG_ERROR("TODO: fgetc"); - case 0xace90be4: FUNC_LOG_ERROR("TODO: _Dtentox"); - case 0xad62a342: FUNC_LOG_ERROR("TODO: ldiv"); - case 0xad8e9ad0: FUNC_LOG_ERROR("TODO: _Initlocks"); - case 0xaec7c970: FUNC_LOG_ERROR("TODO: lseek"); - case 0xaf002043: FUNC_LOG_ERROR("TODO: independent_comalloc"); - case 0xaf44a615: FUNC_LOG_ERROR("TODO: fgets"); - case 0xaf6bdcb0: FUNC_LOG_ERROR("TODO: _Nonfatal_Assert"); - case 0xaf89fdbd: FUNC_LOG_ERROR("TODO: _Assert"); - case 0xafa39179: FUNC_LOG_ERROR("TODO: _WPutstr"); - case 0xb120f6ca: FUNC_LOG_ERROR("TODO: close"); - case 0xb17b79d0: FUNC_LOG_ERROR("TODO: isalpha"); - case 0xb18cc115: FUNC_LOG_ERROR("TODO: freopen"); - case 0xb1cc43e3: FUNC_LOG_ERROR("TODO: _CStrftime"); - case 0xb1f4779d: FUNC_LOG_ERROR("TODO: spu_thread_printf"); - case 0xb24cb8d6: FUNC_LOG_ERROR("TODO: _Locterm"); - case 0xb2702e15: FUNC_LOG_ERROR("TODO: wcrtomb"); - case 0xb2748a9f: FUNC_LOG_ERROR("TODO: _Freeloc"); - case 0xb30042ce: FUNC_LOG_ERROR("TODO: lldiv"); - case 0xb37982ea: FUNC_LOG_ERROR("TODO: _Getstr"); - case 0xb3c495bd: FUNC_LOG_ERROR("TODO: imaxabs"); - case 0xb3d98d59: FUNC_LOG_ERROR("TODO: _rand_real1_TT800"); - case 0xb400f226: FUNC_LOG_ERROR("TODO: isupper_ascii"); - case 0xb4225825: FUNC_LOG_ERROR("TODO: mbsinit"); - case 0xb43c25c7: FUNC_LOG_ERROR("TODO: wcstoull"); - case 0xb49eea74: FUNC_LOG_ERROR("TODO: _init_malloc_lock0"); - case 0xb4a54446: FUNC_LOG_ERROR("TODO: _Stofx"); - case 0xb4fc7078: FUNC_LOG_ERROR("TODO: _close_all_FILE"); - case 0xb529d259: FUNC_LOG_ERROR("TODO: isalnum"); - case 0xb569849d: FUNC_LOG_ERROR("TODO: reallocalign"); - case 0xb57bdf7b: FUNC_LOG_ERROR("TODO: iswxdigit"); - case 0xb5d353e8: FUNC_LOG_ERROR("TODO: _LDtentox"); - case 0xb6002508: FUNC_LOG_ERROR("TODO: _Putstr"); - case 0xb6257e3d: FUNC_LOG_ERROR("TODO: strncasecmp"); - case 0xb680e240: FUNC_LOG_ERROR("TODO: wcstombs"); - case 0xb6af290e: FUNC_LOG_ERROR("TODO: _WFrprep"); - case 0xb6d92ac3: FUNC_LOG_ERROR("TODO: strcasecmp"); - case 0xb738027a: FUNC_LOG_ERROR("TODO: strtok_r"); - case 0xb794631e: FUNC_LOG_ERROR("TODO: _WStofx"); - case 0xb7ab5127: FUNC_LOG_ERROR("TODO: wcsrchr"); - case 0xb7b793ed: FUNC_LOG_ERROR("TODO: get_state_TT800"); - case 0xb7ba4aeb: FUNC_LOG_ERROR("TODO: _WStoul"); - case 0xb7d3427f: FUNC_LOG_ERROR("TODO: iscntrl_ascii"); - case 0xb81cd66a: FUNC_LOG_ERROR("TODO: mbrlen"); - case 0xb9ed25d4: FUNC_LOG_ERROR("TODO: raw_spu_read_ulong"); - case 0xba62681f: FUNC_LOG_ERROR("TODO: mspace_memalign"); - case 0xbb605c96: FUNC_LOG_ERROR("TODO: pvalloc"); - case 0xbbd4582f: FUNC_LOG_ERROR("TODO: _Setloc"); - case 0xbc1d69c5: FUNC_LOG_ERROR("TODO: atoll"); - case 0xbc374779: FUNC_LOG_ERROR("TODO: _Getlname"); - case 0xbc5af0b5: FUNC_LOG_ERROR("TODO: fgetwc"); - case 0xbc7b4b8e: FUNC_LOG_ERROR("TODO: ctime"); - case 0xbe11beaa: FUNC_LOG_ERROR("TODO: _wremove"); - case 0xbe251a29: FUNC_LOG_ERROR("TODO: islower_ascii"); - case 0xbe6e5c58: FUNC_LOG_ERROR("TODO: spu_thread_read_uchar"); - case 0xbec43f86: FUNC_LOG_ERROR("TODO: raw_spu_read_ptr"); - case 0xbf5bf5ea: FUNC_LOG_ERROR("TODO: lseek64"); - case 0xbfcd1b3b: FUNC_LOG_ERROR("TODO: _Getdst"); - case 0xc01d9f97: FUNC_LOG_ERROR("TODO: printf"); - case 0xc08cc41d: FUNC_LOG_ERROR("TODO: wcstod"); - case 0xc0e27b2c: FUNC_LOG_ERROR("TODO: _Makestab"); - case 0xc155a73f: FUNC_LOG_ERROR("TODO: _WStoull"); - case 0xc15e657e: FUNC_LOG_ERROR("TODO: spu_raw_sprintf"); - case 0xc1a71972: FUNC_LOG_ERROR("TODO: _d2rv"); - case 0xc1b4bbb9: FUNC_LOG_ERROR("TODO: raw_spu_write_char"); - case 0xc1c8737c: FUNC_LOG_ERROR("TODO: _Getptoupper"); - case 0xc291e698: FUNC_LOG_ERROR("TODO: exit"); - case 0xc3c598e2: FUNC_LOG_ERROR("TODO: spu_printf_initialize"); - case 0xc3e14cbe: FUNC_LOG_ERROR("TODO: memcmp"); - case 0xc4178000: FUNC_LOG_ERROR("TODO: _rand_real3_TT800"); - case 0xc41c6e5d: FUNC_LOG_ERROR("TODO: _Scanf"); - case 0xc57337f8: FUNC_LOG_ERROR("TODO: _Fofind"); - case 0xc5c09834: FUNC_LOG_ERROR("TODO: strstr"); - case 0xc63c354f: FUNC_LOG_ERROR("TODO: _Exit"); - case 0xc69b2427: FUNC_LOG_ERROR("TODO: labs"); - case 0xc78df618: FUNC_LOG_ERROR("TODO: rand_real3_TT800"); - case 0xc7b62ab8: FUNC_LOG_ERROR("TODO: spu_thread_write_ullong"); - case 0xc9471fac: FUNC_LOG_ERROR("TODO: _Mtxinit"); - case 0xc94b27e3: FUNC_LOG_ERROR("TODO: _WStof"); - case 0xc95b20d3: FUNC_LOG_ERROR("TODO: fputwc"); - case 0xc9607d35: FUNC_LOG_ERROR("TODO: _Stopfx"); - case 0xc97a17d7: FUNC_LOG_ERROR("TODO: vsscanf"); - case 0xcab654bf: FUNC_LOG_ERROR("TODO: _Once_ctor"); - case 0xcb85ac70: FUNC_LOG_ERROR("TODO: mspace_malloc"); - case 0xcb9c535b: FUNC_LOG_ERROR("TODO: strftime"); - case 0xcbac7ad7: FUNC_LOG_ERROR("TODO: memchr"); - case 0xcbdc3a6d: FUNC_LOG_ERROR("TODO: raw_spu_write_int"); - case 0xcc5e0c72: FUNC_LOG_ERROR("TODO: _divi4"); - case 0xcca68e9c: FUNC_LOG_ERROR("TODO: putwc"); - case 0xce7a9e76: FUNC_LOG_ERROR("TODO: isprint_ascii"); - case 0xcecbcdc4: FUNC_LOG_ERROR("TODO: _Frv2d"); - case 0xcf863219: FUNC_LOG_ERROR("TODO: _Fwprep"); - case 0xcfbfb7a7: FUNC_LOG_ERROR("TODO: spu_printf_detach_thread"); - case 0xd14ece90: FUNC_LOG_ERROR("TODO: strtol"); - case 0xd1d69cb8: FUNC_LOG_ERROR("TODO: _Stod"); - case 0xd20f6601: FUNC_LOG_ERROR("TODO: independent_calloc"); - case 0xd2a99b1e: FUNC_LOG_ERROR("TODO: isprint"); - case 0xd2ac48d7: FUNC_LOG_ERROR("TODO: iswalnum"); - case 0xd360dcb4: FUNC_LOG_ERROR("TODO: fileno"); - case 0xd3964a09: FUNC_LOG_ERROR("TODO: __spu_thread_putfld"); - case 0xd40723d6: FUNC_LOG_ERROR("TODO: fread"); - case 0xd417eeb5: FUNC_LOG_ERROR("TODO: _Stoull"); - case 0xd4912ee3: FUNC_LOG_ERROR("TODO: _FDscale"); - case 0xd5c8cb55: FUNC_LOG_ERROR("TODO: spu_thread_write_ushort"); - case 0xd69c513d: FUNC_LOG_ERROR("TODO: _Wcscollx"); - case 0xd784459d: FUNC_LOG_ERROR("TODO: isupper"); - case 0xd7dc3a8f: FUNC_LOG_ERROR("TODO: strtod"); - case 0xd8b4eb20: FUNC_LOG_ERROR("TODO: __spu_thread_puttxt"); - case 0xd9674905: FUNC_LOG_ERROR("TODO: mspace_reallocalign"); - case 0xd9a4f812: FUNC_LOG_ERROR("TODO: atoff"); - case 0xda5a7eb8: FUNC_LOG_ERROR("TODO: strtoul"); - case 0xdaeada07: FUNC_LOG_ERROR("TODO: mallopt"); - case 0xdbf4c59c: FUNC_LOG_ERROR("TODO: cellPadGetCapabilityInfo"); - case 0xddbac025: FUNC_LOG_ERROR("TODO: strcasecmp_ascii"); - case 0xddc71a75: FUNC_LOG_ERROR("TODO: _SCE_Assert"); - case 0xde1bb092: FUNC_LOG_ERROR("TODO: init_by_array_TT800"); - case 0xde32a334: FUNC_LOG_ERROR("TODO: _Exitspawn"); - case 0xde7aff7a: FUNC_LOG_ERROR("TODO: memcpy16"); - case 0xdebee2af: FUNC_LOG_ERROR("TODO: strchr"); - case 0xdef86a83: FUNC_LOG_ERROR("TODO: isxdigit_ascii"); - case 0xdfb52083: FUNC_LOG_ERROR("TODO: _Stoxflt"); - case 0xe03c7ab1: FUNC_LOG_ERROR("TODO: _Fspos"); - case 0xe1858899: FUNC_LOG_ERROR("TODO: _Getpwctrtab"); - case 0xe1bd3587: FUNC_LOG_ERROR("TODO: fclose"); - case 0xe1e83c65: FUNC_LOG_ERROR("TODO: strncmp"); - case 0xe2c5274a: FUNC_LOG_ERROR("TODO: _WStoflt"); - case 0xe3812672: FUNC_LOG_ERROR("TODO: fdopen"); - case 0xe3cc73f3: FUNC_LOG_ERROR("TODO: puts"); - case 0xe3d91db3: FUNC_LOG_ERROR("TODO: raw_spu_read_double"); - case 0xe40ba755: FUNC_LOG_ERROR("TODO: strtok"); - case 0xe44bf0bf: FUNC_LOG_ERROR("TODO: atof"); - case 0xe469fb20: FUNC_LOG_ERROR("TODO: _Atexit"); - case 0xe48348e9: FUNC_LOG_ERROR("TODO: vprintf"); - case 0xe4c51d4c: FUNC_LOG_ERROR("TODO: wcstoimax"); - case 0xe5ea9e2b: FUNC_LOG_ERROR("TODO: _Isdst"); - case 0xe5f09c80: FUNC_LOG_ERROR("TODO: llabs"); - case 0xe60ee9e5: FUNC_LOG_ERROR("TODO: fputws"); - case 0xe6a7de0a: FUNC_LOG_ERROR("TODO: ungetc"); - case 0xe7def231: FUNC_LOG_ERROR("TODO: _Getfloat"); - case 0xe89071ad: FUNC_LOG_ERROR("TODO: isalpha_ascii"); - case 0xe9137453: FUNC_LOG_ERROR("TODO: fwprintf"); - case 0xe9a2cc40: FUNC_LOG_ERROR("TODO: raw_spu_write_long"); - case 0xe9b560a5: FUNC_LOG_ERROR("TODO: sscanf"); - case 0xeb26298c: FUNC_LOG_ERROR("TODO: gmtime"); - case 0xeb40c9ec: FUNC_LOG_ERROR("TODO: rand_real2_TT800"); - case 0xeb8abe73: FUNC_LOG_ERROR("TODO: vwscanf"); - case 0xec9e7cb9: FUNC_LOG_ERROR("TODO: spu_thread_read_llong"); - case 0xecddba69: FUNC_LOG_ERROR("TODO: _WStodx"); - case 0xed6ec979: FUNC_LOG_ERROR("TODO: fsetpos"); - case 0xeda48c80: FUNC_LOG_ERROR("TODO: malloc_trim"); - case 0xeddcee2c: FUNC_LOG_ERROR("TODO: init_TT800"); - case 0xedec777d: FUNC_LOG_ERROR("TODO: _Ttotm"); - case 0xeeeb4f3e: FUNC_LOG_ERROR("TODO: _get_state_TT800"); - case 0xeeffc9a6: FUNC_LOG_ERROR("TODO: _wrename"); - case 0xef110b6b: FUNC_LOG_ERROR("TODO: unlink"); - case 0xf06eed36: FUNC_LOG_ERROR("TODO: wmemset"); - case 0xf0776a44: FUNC_LOG_ERROR("TODO: wcscmp"); - case 0xf0e022c6: FUNC_LOG_ERROR("TODO: getc"); - case 0xf2bbbee9: FUNC_LOG_ERROR("TODO: _Litob"); - case 0xf2fca4b2: FUNC_LOG_ERROR("TODO: spu_thread_write_llong"); - case 0xf356418c: FUNC_LOG_ERROR("TODO: open"); - case 0xf3ef3678: FUNC_LOG_ERROR("TODO: wcscspn"); - case 0xf41355f9: FUNC_LOG_ERROR("TODO: wcscpy"); - case 0xf418ee84: FUNC_LOG_ERROR("TODO: _WFwprep"); - case 0xf4207734: FUNC_LOG_ERROR("TODO: spu_thread_write_ulong"); - case 0xf5a32994: FUNC_LOG_ERROR("TODO: _Getpcostate"); - case 0xf5ef229c: FUNC_LOG_ERROR("TODO: _Getpwcostate"); - case 0xf5f7dda8: FUNC_LOG_ERROR("TODO: towupper"); - case 0xf68e2ac9: FUNC_LOG_ERROR("TODO: _init_malloc_lock"); - case 0xf7583d67: FUNC_LOG_ERROR("TODO: vscanf"); - case 0xf7908e27: FUNC_LOG_ERROR("TODO: strcspn"); - case 0xf7a14a22: FUNC_LOG_ERROR("TODO: realloc"); - case 0xf7d51596: FUNC_LOG_ERROR("TODO: scanf"); - case 0xf7ddb471: FUNC_LOG_ERROR("TODO: _Setgloballocale"); - case 0xf88f26c4: FUNC_LOG_ERROR("TODO: fwrite"); - case 0xf8935fe3: FUNC_LOG_ERROR("TODO: spu_thread_write_float"); - case 0xf89dc648: FUNC_LOG_ERROR("TODO: strpbrk"); - case 0xf9dae72c: FUNC_LOG_ERROR("TODO: setjmp"); - case 0xf9dba140: FUNC_LOG_ERROR("TODO: _Mtxlock"); - case 0xf9e26b72: FUNC_LOG_ERROR("TODO: _Once_dtor"); - case 0xfa00d211: FUNC_LOG_ERROR("TODO: read"); - case 0xfae4b063: FUNC_LOG_ERROR("TODO: _Strcollx"); - case 0xfaec8c60: FUNC_LOG_ERROR("TODO: fprintf"); - case 0xfb0f0018: FUNC_LOG_ERROR("TODO: _Makewct"); - case 0xfb2081fd: FUNC_LOG_ERROR("TODO: vfprintf"); - case 0xfb81426d: FUNC_LOG_ERROR("TODO: iswlower"); - case 0xfb8ea4d2: FUNC_LOG_ERROR("TODO: _Fd2rv"); - case 0xfc0428a6: FUNC_LOG_ERROR("TODO: strdup"); - case 0xfc60575c: FUNC_LOG_ERROR("TODO: __spu_thread_printf"); - case 0xfc606237: FUNC_LOG_ERROR("TODO: mbsrtowcs"); - case 0xfcac2e8e: FUNC_LOG_ERROR("TODO: mbstowcs"); - case 0xfd0cb96d: FUNC_LOG_ERROR("TODO: spu_thread_read_short"); - case 0xfd461e85: FUNC_LOG_ERROR("TODO: spu_thread_write_ldouble"); - case 0xfd6a1ddb: FUNC_LOG_ERROR("TODO: raw_spu_read_llong"); - case 0xfd81f6ca: FUNC_LOG_ERROR("TODO: _Stoflt"); - case 0xfe0261aa: FUNC_LOG_ERROR("TODO: mspace_free"); - case 0xfe630fd9: FUNC_LOG_ERROR("TODO: isblank"); - case 0xfe88e97e: FUNC_LOG_ERROR("TODO: fscanf"); - case 0xff689124: FUNC_LOG_ERROR("TODO: strtoimax"); - case 0xffbae95e: FUNC_LOG_ERROR("TODO: asctime"); - case 0xffbd876b: FUNC_LOG_ERROR("TODO: __raw_spu_puttxt"); - case 0x003395d9: FUNC_LOG_ERROR("TODO: _Feraise"); - case 0x00367be0: FUNC_LOG_ERROR("TODO: fminl"); - case 0x007854f4: FUNC_LOG_ERROR("TODO: _FDclass"); - case 0x00fde072: FUNC_LOG_ERROR("TODO: f_powf"); - case 0x010818fc: FUNC_LOG_ERROR("TODO: asinf4"); - case 0x012d0a91: FUNC_LOG_ERROR("TODO: _fminf4"); - case 0x016556df: FUNC_LOG_ERROR("TODO: _sinf4"); - case 0x01b84b27: FUNC_LOG_ERROR("TODO: llround"); - case 0x01ecef7d: FUNC_LOG_ERROR("TODO: _FCbuild"); - case 0x02e68d44: FUNC_LOG_ERROR("TODO: _f_fmodf"); - case 0x032cc709: FUNC_LOG_ERROR("TODO: csin"); - case 0x03593d2c: FUNC_LOG_ERROR("TODO: _f_expf"); - case 0x03aea906: FUNC_LOG_ERROR("TODO: divf4"); - case 0x0522d1af: FUNC_LOG_ERROR("TODO: _recipf4"); - case 0x054aae63: FUNC_LOG_ERROR("TODO: _fdimf4"); - case 0x05cb1718: FUNC_LOG_ERROR("TODO: f_fdimf"); - case 0x05e27a13: FUNC_LOG_ERROR("TODO: log10f4fast"); - case 0x05efc660: FUNC_LOG_ERROR("TODO: asin"); - case 0x05f1dc9e: FUNC_LOG_ERROR("TODO: _FExp"); - case 0x07274304: FUNC_LOG_ERROR("TODO: csinh"); - case 0x07daed62: FUNC_LOG_ERROR("TODO: log2f4"); - case 0x07f400e3: FUNC_LOG_ERROR("TODO: _LCbuild"); - case 0x080414bd: FUNC_LOG_ERROR("TODO: conjl"); - case 0x08139bd2: FUNC_LOG_ERROR("TODO: _fmaxf4"); - case 0x0829a21d: FUNC_LOG_ERROR("TODO: asinhl"); - case 0x0a242ed5: FUNC_LOG_ERROR("TODO: sinf4"); - case 0x0b3f4e90: FUNC_LOG_ERROR("TODO: catanhf"); - case 0x0bb036a6: FUNC_LOG_ERROR("TODO: _cosf4"); - case 0x0c14cfcc: FUNC_LOG_ERROR("TODO: fesetenv"); - case 0x0c9b8305: FUNC_LOG_ERROR("TODO: hypotf4"); - case 0x0cbdae68: FUNC_LOG_ERROR("TODO: sinf"); - case 0x0cf9b8bd: FUNC_LOG_ERROR("TODO: _Erfc"); - case 0x0d86295d: FUNC_LOG_ERROR("TODO: _LCaddcr"); - case 0x0e53319f: FUNC_LOG_ERROR("TODO: _asinf4"); - case 0x0e8573dc: FUNC_LOG_ERROR("TODO: expm1l"); - case 0x0f02f882: FUNC_LOG_ERROR("TODO: llrintl"); - case 0x0f428f0f: FUNC_LOG_ERROR("TODO: rint"); - case 0x0f721a9d: FUNC_LOG_ERROR("TODO: _LCsubcc"); - case 0x10627248: FUNC_LOG_ERROR("TODO: f_fmodf"); - case 0x11c51388: FUNC_LOG_ERROR("TODO: tgamma"); - case 0x1225dd31: FUNC_LOG_ERROR("TODO: casinf"); - case 0x12de4e46: FUNC_LOG_ERROR("TODO: _powf4"); - case 0x12e04cd7: FUNC_LOG_ERROR("TODO: cimagl"); - case 0x1313a420: FUNC_LOG_ERROR("TODO: acos"); - case 0x137f7e77: FUNC_LOG_ERROR("TODO: expf4"); - case 0x14208b00: FUNC_LOG_ERROR("TODO: _asinf4fast"); - case 0x1498a072: FUNC_LOG_ERROR("TODO: _Cmulcr"); - case 0x16bf208a: FUNC_LOG_ERROR("TODO: log10f"); - case 0x17316bee: FUNC_LOG_ERROR("TODO: log2"); - case 0x178d98dd: FUNC_LOG_ERROR("TODO: atanf4fast"); - case 0x17cd5d87: FUNC_LOG_ERROR("TODO: _recipf4fast"); - case 0x182cd542: FUNC_LOG_ERROR("TODO: tgammal"); - case 0x18668ce3: FUNC_LOG_ERROR("TODO: exp"); - case 0x18b26998: FUNC_LOG_ERROR("TODO: remainderl"); - case 0x18ec6099: FUNC_LOG_ERROR("TODO: rintl"); - case 0x1988732d: FUNC_LOG_ERROR("TODO: clog10"); - case 0x1a1adede: FUNC_LOG_ERROR("TODO: rsqrtf4fast"); - case 0x1acb2b16: FUNC_LOG_ERROR("TODO: acosf4"); - case 0x1bbdcd9f: FUNC_LOG_ERROR("TODO: expm1f4"); - case 0x1bcdeb47: FUNC_LOG_ERROR("TODO: _LSinh"); - case 0x1be996cc: FUNC_LOG_ERROR("TODO: _LCdivcc"); - case 0x1c11885d: FUNC_LOG_ERROR("TODO: _floorf4"); - case 0x1d35bfe4: FUNC_LOG_ERROR("TODO: _LLog"); - case 0x1d5bf5d0: FUNC_LOG_ERROR("TODO: _modff4"); - case 0x1e623f95: FUNC_LOG_ERROR("TODO: truncf4"); - case 0x1e85ef02: FUNC_LOG_ERROR("TODO: f_atanf"); - case 0x1e9fd6ba: FUNC_LOG_ERROR("TODO: _sinf4fast"); - case 0x2033eeb7: FUNC_LOG_ERROR("TODO: csqrt"); - case 0x2118fe46: FUNC_LOG_ERROR("TODO: cexpl"); - case 0x21a37b3e: FUNC_LOG_ERROR("TODO: log1pf"); - case 0x21e6d304: FUNC_LOG_ERROR("TODO: ceil"); - case 0x22c3e308: FUNC_LOG_ERROR("TODO: _exp2f4"); - case 0x238af59b: FUNC_LOG_ERROR("TODO: fegetenv"); - case 0x23b985f7: FUNC_LOG_ERROR("TODO: floorf"); - case 0x241f9337: FUNC_LOG_ERROR("TODO: _FCmulcr"); - case 0x24497c52: FUNC_LOG_ERROR("TODO: cosf"); - case 0x246ea8d0: FUNC_LOG_ERROR("TODO: f_sqrtf"); - case 0x2627d6b2: FUNC_LOG_ERROR("TODO: erfc"); - case 0x266d2473: FUNC_LOG_ERROR("TODO: _Caddcr"); - case 0x26deed0b: FUNC_LOG_ERROR("TODO: cosl"); - case 0x26ef50ed: FUNC_LOG_ERROR("TODO: asinh"); - case 0x28faaa5a: FUNC_LOG_ERROR("TODO: ilogbf4"); - case 0x29685118: FUNC_LOG_ERROR("TODO: _negatef4"); - case 0x2a138d2b: FUNC_LOG_ERROR("TODO: truncf"); - case 0x2a4dcbad: FUNC_LOG_ERROR("TODO: cacosl"); - case 0x2a89ce33: FUNC_LOG_ERROR("TODO: llrintf"); - case 0x2af4b73b: FUNC_LOG_ERROR("TODO: fmax"); - case 0x2b282ebb: FUNC_LOG_ERROR("TODO: sqrtl"); - case 0x2bb0f2c9: FUNC_LOG_ERROR("TODO: logb"); - case 0x2c45fe6a: FUNC_LOG_ERROR("TODO: fmaxl"); - case 0x2c601f3b: FUNC_LOG_ERROR("TODO: csinl"); - case 0x2cbb6f53: FUNC_LOG_ERROR("TODO: f_hypotf"); - case 0x2dcab6a4: FUNC_LOG_ERROR("TODO: nanl"); - case 0x2df339bc: FUNC_LOG_ERROR("TODO: _f_floorf"); - case 0x2e69bb2a: FUNC_LOG_ERROR("TODO: _FCosh"); - case 0x2ec867b4: FUNC_LOG_ERROR("TODO: exp2f4fast"); - case 0x30bc7a53: FUNC_LOG_ERROR("TODO: logf4"); - case 0x315673f6: FUNC_LOG_ERROR("TODO: _Csubcc"); - case 0x31be25c3: FUNC_LOG_ERROR("TODO: scalblnf"); - case 0x31db8c89: FUNC_LOG_ERROR("TODO: atan2"); - case 0x321c55de: FUNC_LOG_ERROR("TODO: nexttowardl"); - case 0x3261de11: FUNC_LOG_ERROR("TODO: fesetexceptflag"); - case 0x329ec019: FUNC_LOG_ERROR("TODO: rsqrtf4"); - case 0x32f994a1: FUNC_LOG_ERROR("TODO: cosf4fast"); - case 0x33e5929b: FUNC_LOG_ERROR("TODO: _LDsign"); - case 0x33f27f25: FUNC_LOG_ERROR("TODO: _FCdivcr"); - case 0x3436f008: FUNC_LOG_ERROR("TODO: csinhf"); - case 0x3459748b: FUNC_LOG_ERROR("TODO: log10f4"); - case 0x347c1ee1: FUNC_LOG_ERROR("TODO: atanf4"); - case 0x34c0371e: FUNC_LOG_ERROR("TODO: powl"); - case 0x358d7f93: FUNC_LOG_ERROR("TODO: _f_lrintf"); - case 0x3593a445: FUNC_LOG_ERROR("TODO: clog"); - case 0x35b6e70a: FUNC_LOG_ERROR("TODO: lrintl"); - case 0x35d3f688: FUNC_LOG_ERROR("TODO: creal"); - case 0x36778d1b: FUNC_LOG_ERROR("TODO: coshf"); - case 0x373054d1: FUNC_LOG_ERROR("TODO: cpow"); - case 0x37345541: FUNC_LOG_ERROR("TODO: log1pl"); - case 0x376fb27f: FUNC_LOG_ERROR("TODO: sinhl"); - case 0x3792b12d: FUNC_LOG_ERROR("TODO: lroundl"); - case 0x38ba5590: FUNC_LOG_ERROR("TODO: ccosl"); - case 0x38e69f09: FUNC_LOG_ERROR("TODO: pow"); - case 0x398483aa: FUNC_LOG_ERROR("TODO: _expm1f4fast"); - case 0x39ef81c9: FUNC_LOG_ERROR("TODO: f_fmaxf"); - case 0x3ad203fa: FUNC_LOG_ERROR("TODO: lrint"); - case 0x3adc01d7: FUNC_LOG_ERROR("TODO: f_frexpf"); - case 0x3b802524: FUNC_LOG_ERROR("TODO: ldexpf4"); - case 0x3c057fbd: FUNC_LOG_ERROR("TODO: atanf"); - case 0x3c616743: FUNC_LOG_ERROR("TODO: _LDtest"); - case 0x3cb818fa: FUNC_LOG_ERROR("TODO: _f_fdimf"); - case 0x3d4efafb: FUNC_LOG_ERROR("TODO: atan2l"); - case 0x3d549f2a: FUNC_LOG_ERROR("TODO: ctanhl"); - case 0x3d901a10: FUNC_LOG_ERROR("TODO: _ceilf4"); - case 0x3da55602: FUNC_LOG_ERROR("TODO: fabsf"); - case 0x3dfa060f: FUNC_LOG_ERROR("TODO: scalbnl"); - case 0x3e7eb58f: FUNC_LOG_ERROR("TODO: frexpf4"); - case 0x3e919cba: FUNC_LOG_ERROR("TODO: scalbnf"); - case 0x3ec9de23: FUNC_LOG_ERROR("TODO: _cbrtf4"); - case 0x3eeedb0e: FUNC_LOG_ERROR("TODO: _Dclass"); - case 0x3f6262b3: FUNC_LOG_ERROR("TODO: f_fminf"); - case 0x3f701e78: FUNC_LOG_ERROR("TODO: _Poly"); - case 0x4020f5ef: FUNC_LOG_ERROR("TODO: cbrt"); - case 0x405f9727: FUNC_LOG_ERROR("TODO: _log1pf4fast"); - case 0x40a2e212: FUNC_LOG_ERROR("TODO: _fabsf4"); - case 0x4111b546: FUNC_LOG_ERROR("TODO: _LExp"); - case 0x411434bb: FUNC_LOG_ERROR("TODO: asinf"); - case 0x414c5ecc: FUNC_LOG_ERROR("TODO: _f_hypotf"); - case 0x4152669c: FUNC_LOG_ERROR("TODO: scalbln"); - case 0x417851ce: FUNC_LOG_ERROR("TODO: feholdexcept"); - case 0x418036e3: FUNC_LOG_ERROR("TODO: _FTgamma"); - case 0x4189a367: FUNC_LOG_ERROR("TODO: remquo"); - case 0x41d1b236: FUNC_LOG_ERROR("TODO: _f_rintf"); - case 0x430309a1: FUNC_LOG_ERROR("TODO: ldexpf"); - case 0x434881a0: FUNC_LOG_ERROR("TODO: cacosf"); - case 0x43d522f4: FUNC_LOG_ERROR("TODO: cabsl"); - case 0x44cd6308: FUNC_LOG_ERROR("TODO: remainder"); - case 0x44cf744b: FUNC_LOG_ERROR("TODO: tanhl"); - case 0x45034943: FUNC_LOG_ERROR("TODO: nan"); - case 0x452ac4bb: FUNC_LOG_ERROR("TODO: floorf4"); - case 0x453f9e91: FUNC_LOG_ERROR("TODO: cbrtf"); - case 0x46b66f76: FUNC_LOG_ERROR("TODO: csqrtl"); - case 0x46cf72d9: FUNC_LOG_ERROR("TODO: fdimf"); - case 0x47433144: FUNC_LOG_ERROR("TODO: expm1f4fast"); - case 0x475d855b: FUNC_LOG_ERROR("TODO: trunc"); - case 0x476b5591: FUNC_LOG_ERROR("TODO: fmaf"); - case 0x48157605: FUNC_LOG_ERROR("TODO: _f_llrintf"); - case 0x4826db61: FUNC_LOG_ERROR("TODO: fma"); - case 0x4875601d: FUNC_LOG_ERROR("TODO: _exp2f4fast"); - case 0x487bbd1c: FUNC_LOG_ERROR("TODO: tanf4"); - case 0x488df791: FUNC_LOG_ERROR("TODO: cexp"); - case 0x48d462a9: FUNC_LOG_ERROR("TODO: _FDint"); - case 0x4930ac11: FUNC_LOG_ERROR("TODO: logbl"); - case 0x4a5ae27d: FUNC_LOG_ERROR("TODO: f_exp2f"); - case 0x4a6ca9a6: FUNC_LOG_ERROR("TODO: powf4"); - case 0x4ab22a63: FUNC_LOG_ERROR("TODO: _Caddcc"); - case 0x4add664c: FUNC_LOG_ERROR("TODO: feclearexcept"); - case 0x4ae52dd3: FUNC_LOG_ERROR("TODO: exp2"); - case 0x4b03d5b2: FUNC_LOG_ERROR("TODO: f_rintf"); - case 0x4b584841: FUNC_LOG_ERROR("TODO: f_asinf"); - case 0x4cb5fa99: FUNC_LOG_ERROR("TODO: nexttoward"); - case 0x4d878773: FUNC_LOG_ERROR("TODO: remainderf4"); - case 0x4ddb926b: FUNC_LOG_ERROR("TODO: powf"); - case 0x4e010403: FUNC_LOG_ERROR("TODO: copysign"); - case 0x4eb5eb51: FUNC_LOG_ERROR("TODO: sin"); - case 0x4fa4f5ec: FUNC_LOG_ERROR("TODO: nexttowardf"); - case 0x501c412f: FUNC_LOG_ERROR("TODO: cargf"); - case 0x519ebb77: FUNC_LOG_ERROR("TODO: floor"); - case 0x547fb4a7: FUNC_LOG_ERROR("TODO: sinf4fast"); - case 0x54d2fb8c: FUNC_LOG_ERROR("TODO: rintf"); - case 0x5516d621: FUNC_LOG_ERROR("TODO: acosl"); - case 0x55c8a549: FUNC_LOG_ERROR("TODO: truncl"); - case 0x56c573a8: FUNC_LOG_ERROR("TODO: log1p"); - case 0x575e9b6e: FUNC_LOG_ERROR("TODO: asinl"); - case 0x58eb9e57: FUNC_LOG_ERROR("TODO: fabs"); - case 0x596ab55c: FUNC_LOG_ERROR("TODO: atanh"); - case 0x5b18eded: FUNC_LOG_ERROR("TODO: clogl"); - case 0x5b474c22: FUNC_LOG_ERROR("TODO: casinhl"); - case 0x5bfd37be: FUNC_LOG_ERROR("TODO: _FCaddcc"); - case 0x5e48dede: FUNC_LOG_ERROR("TODO: exp2f4"); - case 0x5ee10a95: FUNC_LOG_ERROR("TODO: catanh"); - case 0x5ee37927: FUNC_LOG_ERROR("TODO: _LErfc"); - case 0x60e9ff3c: FUNC_LOG_ERROR("TODO: _expm1f4"); - case 0x61250988: FUNC_LOG_ERROR("TODO: catanl"); - case 0x6261c0b5: FUNC_LOG_ERROR("TODO: _log10f4"); - case 0x63bbdfa6: FUNC_LOG_ERROR("TODO: _FCmulcc"); - case 0x642e3d18: FUNC_LOG_ERROR("TODO: _frexpf4"); - case 0x642f7d6b: FUNC_LOG_ERROR("TODO: f_copysignf"); - case 0x645557bd: FUNC_LOG_ERROR("TODO: copysignl"); - case 0x64abdb4d: FUNC_LOG_ERROR("TODO: csinhl"); - case 0x657d0e83: FUNC_LOG_ERROR("TODO: divf4fast"); - case 0x65935877: FUNC_LOG_ERROR("TODO: ilogbf"); - case 0x659e011e: FUNC_LOG_ERROR("TODO: sqrt"); - case 0x6636c4a5: FUNC_LOG_ERROR("TODO: frexpf"); - case 0x664e04b9: FUNC_LOG_ERROR("TODO: negatef4"); - case 0x6764c707: FUNC_LOG_ERROR("TODO: f_log2f"); - case 0x683cacb3: FUNC_LOG_ERROR("TODO: sinh"); - case 0x68a8957f: FUNC_LOG_ERROR("TODO: casinhf"); - case 0x68f72416: FUNC_LOG_ERROR("TODO: nextafterl"); - case 0x69040b9b: FUNC_LOG_ERROR("TODO: logbf4"); - case 0x69725dce: FUNC_LOG_ERROR("TODO: lgamma"); - case 0x6ad1c42b: FUNC_LOG_ERROR("TODO: _sincosf4"); - case 0x6b660894: FUNC_LOG_ERROR("TODO: _acosf4fast"); - case 0x6b6ab2a9: FUNC_LOG_ERROR("TODO: _LDclass"); - case 0x6c009c56: FUNC_LOG_ERROR("TODO: f_log10f"); - case 0x6c6285c6: FUNC_LOG_ERROR("TODO: acoshf"); - case 0x6cc4bd13: FUNC_LOG_ERROR("TODO: casinh"); - case 0x6ddd31b2: FUNC_LOG_ERROR("TODO: hypot"); - case 0x6df35518: FUNC_LOG_ERROR("TODO: floorl"); - case 0x6e9eb0dc: FUNC_LOG_ERROR("TODO: sincosf4fast"); - case 0x6ef6b083: FUNC_LOG_ERROR("TODO: _FCsubcr"); - case 0x6f5dd7d2: FUNC_LOG_ERROR("TODO: cexpf"); - case 0x6f639afb: FUNC_LOG_ERROR("TODO: f_llroundf"); - case 0x6fcc1e27: FUNC_LOG_ERROR("TODO: _FPoly"); - case 0x70357b12: FUNC_LOG_ERROR("TODO: _atanf4fast"); - case 0x7048396e: FUNC_LOG_ERROR("TODO: carg"); - case 0x705d9e24: FUNC_LOG_ERROR("TODO: f_acosf"); - case 0x70f71871: FUNC_LOG_ERROR("TODO: _FCdivcc"); - case 0x71293b71: FUNC_LOG_ERROR("TODO: _FLog"); - case 0x714adce1: FUNC_LOG_ERROR("TODO: log"); - case 0x71f2bc56: FUNC_LOG_ERROR("TODO: _divf4fast"); - case 0x728149e5: FUNC_LOG_ERROR("TODO: f_ldexpf"); - case 0x729b7269: FUNC_LOG_ERROR("TODO: cproj"); - case 0x72a3ed28: FUNC_LOG_ERROR("TODO: fesettrapenable"); - case 0x72f1f64b: FUNC_LOG_ERROR("TODO: _logbf4"); - case 0x734ca589: FUNC_LOG_ERROR("TODO: _f_cosf"); - case 0x742f12b4: FUNC_LOG_ERROR("TODO: _Sin"); - case 0x74902d4b: FUNC_LOG_ERROR("TODO: expf4fast"); - case 0x749440f9: FUNC_LOG_ERROR("TODO: lgammal"); - case 0x752fa85e: FUNC_LOG_ERROR("TODO: fmaxf4"); - case 0x758f33dc: FUNC_LOG_ERROR("TODO: nearbyint"); - case 0x75e3e2e9: FUNC_LOG_ERROR("TODO: nearbyintl"); - case 0x76afaf04: FUNC_LOG_ERROR("TODO: _sqrtf4"); - case 0x76e639ec: FUNC_LOG_ERROR("TODO: _atanf4"); - case 0x772f1e4d: FUNC_LOG_ERROR("TODO: lround"); - case 0x7793a86b: FUNC_LOG_ERROR("TODO: ctanf"); - case 0x7831a2e0: FUNC_LOG_ERROR("TODO: hypotl"); - case 0x78e4590a: FUNC_LOG_ERROR("TODO: acosh"); - case 0x790c53bd: FUNC_LOG_ERROR("TODO: _Fpcomp"); - case 0x7919f414: FUNC_LOG_ERROR("TODO: _f_nearbyintf"); - case 0x79ba9b5c: FUNC_LOG_ERROR("TODO: expl"); - case 0x7a893af1: FUNC_LOG_ERROR("TODO: _rsqrtf4"); - case 0x7ab679da: FUNC_LOG_ERROR("TODO: f_cosf"); - case 0x7c2eaeb5: FUNC_LOG_ERROR("TODO: fminf"); - case 0x7d02a5ca: FUNC_LOG_ERROR("TODO: sqrtf4fast"); - case 0x7d6191d0: FUNC_LOG_ERROR("TODO: _Cosh"); - case 0x7f381837: FUNC_LOG_ERROR("TODO: frexp"); - case 0x7f579e03: FUNC_LOG_ERROR("TODO: atan"); - case 0x7f91cd41: FUNC_LOG_ERROR("TODO: tanf4fast"); - case 0x812ed488: FUNC_LOG_ERROR("TODO: cabsf"); - case 0x81daf880: FUNC_LOG_ERROR("TODO: _LCsubcr"); - case 0x8217e783: FUNC_LOG_ERROR("TODO: cosh"); - case 0x833e6b0e: FUNC_LOG_ERROR("TODO: cimag"); - case 0x834f5917: FUNC_LOG_ERROR("TODO: ccosh"); - case 0x842cb14d: FUNC_LOG_ERROR("TODO: _log1pf4"); - case 0x8451edf0: FUNC_LOG_ERROR("TODO: sqrtf"); - case 0x889cccb0: FUNC_LOG_ERROR("TODO: llroundl"); - case 0x88fb4a66: FUNC_LOG_ERROR("TODO: recipf4fast"); - case 0x892f2590: FUNC_LOG_ERROR("TODO: fegetround"); - case 0x895cdb49: FUNC_LOG_ERROR("TODO: fmaxf"); - case 0x89b507b3: FUNC_LOG_ERROR("TODO: catanhl"); - case 0x89d1d168: FUNC_LOG_ERROR("TODO: _LAtan"); - case 0x8b168769: FUNC_LOG_ERROR("TODO: fdiml"); - case 0x8bd1deb2: FUNC_LOG_ERROR("TODO: _LTgamma"); - case 0x8bd67efc: FUNC_LOG_ERROR("TODO: erf"); - case 0x8c85369b: FUNC_LOG_ERROR("TODO: _f_fminf"); - case 0x8d5858db: FUNC_LOG_ERROR("TODO: _f_exp2f"); - case 0x8e01379e: FUNC_LOG_ERROR("TODO: cacoshf"); - case 0x8e258fa0: FUNC_LOG_ERROR("TODO: cacos"); - case 0x8ecae294: FUNC_LOG_ERROR("TODO: nextafter"); - case 0x8f2bcdb5: FUNC_LOG_ERROR("TODO: _logf4"); - case 0x8f96319e: FUNC_LOG_ERROR("TODO: log10l"); - case 0x8fb7bac7: FUNC_LOG_ERROR("TODO: _sqrtf4fast"); - case 0x904e646b: FUNC_LOG_ERROR("TODO: cargl"); - case 0x90f0242f: FUNC_LOG_ERROR("TODO: _f_sinf"); - case 0x9110708a: FUNC_LOG_ERROR("TODO: modfl"); - case 0x91cdfdb0: FUNC_LOG_ERROR("TODO: asinf4fast"); - case 0x9232baea: FUNC_LOG_ERROR("TODO: _FDtest"); - case 0x9245e01b: FUNC_LOG_ERROR("TODO: _divf4"); - case 0x9379e36e: FUNC_LOG_ERROR("TODO: tanf"); - case 0x938fb946: FUNC_LOG_ERROR("TODO: _tanf4fast"); - case 0x947ae18e: FUNC_LOG_ERROR("TODO: _LHypot"); - case 0x9558ed08: FUNC_LOG_ERROR("TODO: lrintf"); - case 0x95dfecb1: FUNC_LOG_ERROR("TODO: _FCsubcc"); - case 0x961688d1: FUNC_LOG_ERROR("TODO: f_nearbyintf"); - case 0x9616e336: FUNC_LOG_ERROR("TODO: _FHypot"); - case 0x964ac044: FUNC_LOG_ERROR("TODO: creall"); - case 0x96d1b95e: FUNC_LOG_ERROR("TODO: log2f4fast"); - case 0x9700d9cd: FUNC_LOG_ERROR("TODO: clogf"); - case 0x970a3432: FUNC_LOG_ERROR("TODO: cacosh"); - case 0x99a6c261: FUNC_LOG_ERROR("TODO: catanf"); - case 0x99c228fc: FUNC_LOG_ERROR("TODO: roundl"); - case 0x9a81e583: FUNC_LOG_ERROR("TODO: fmodf"); - case 0x9af30eaf: FUNC_LOG_ERROR("TODO: casin"); - case 0x9e289062: FUNC_LOG_ERROR("TODO: _f_ceilf"); - case 0x9e3ada21: FUNC_LOG_ERROR("TODO: logl"); - case 0x9e8130b6: FUNC_LOG_ERROR("TODO: ccos"); - case 0x9f03dd3e: FUNC_LOG_ERROR("TODO: lgammaf"); - case 0x9f0efc6e: FUNC_LOG_ERROR("TODO: exp2l"); - case 0x9f46f5a4: FUNC_LOG_ERROR("TODO: tgammaf"); - case 0x9f65bd34: FUNC_LOG_ERROR("TODO: fdimf4"); - case 0x9f78f052: FUNC_LOG_ERROR("TODO: cos"); - case 0x9fded78a: FUNC_LOG_ERROR("TODO: _acosf4"); - case 0xa0160c30: FUNC_LOG_ERROR("TODO: _copysignf4"); - case 0xa20827a8: FUNC_LOG_ERROR("TODO: ctanl"); - case 0xa2c81938: FUNC_LOG_ERROR("TODO: _LSin"); - case 0xa4578433: FUNC_LOG_ERROR("TODO: fmin"); - case 0xa46a70a1: FUNC_LOG_ERROR("TODO: atanhl"); - case 0xa4ca5cf2: FUNC_LOG_ERROR("TODO: llroundf"); - case 0xa56557b6: FUNC_LOG_ERROR("TODO: catan"); - case 0xa5d0b260: FUNC_LOG_ERROR("TODO: acoshl"); - case 0xa713f8cf: FUNC_LOG_ERROR("TODO: modf"); - case 0xa7658186: FUNC_LOG_ERROR("TODO: log1pf4"); - case 0xa823836b: FUNC_LOG_ERROR("TODO: ilogb"); - case 0xa8c16038: FUNC_LOG_ERROR("TODO: _FDsign"); - case 0xa8d180e8: FUNC_LOG_ERROR("TODO: _Cbuild"); - case 0xa92bcc85: FUNC_LOG_ERROR("TODO: cabs"); - case 0xa9e039c4: FUNC_LOG_ERROR("TODO: erfcf"); - case 0xaaa270dc: FUNC_LOG_ERROR("TODO: _LCdivcr"); - case 0xab377381: FUNC_LOG_ERROR("TODO: log2f"); - case 0xabdccc7a: FUNC_LOG_ERROR("TODO: f_atan2f"); - case 0xacca2f83: FUNC_LOG_ERROR("TODO: copysignf"); - case 0xad17e787: FUNC_LOG_ERROR("TODO: _Dint"); - case 0xad3a093d: FUNC_LOG_ERROR("TODO: _LCosh"); - case 0xad5d3e57: FUNC_LOG_ERROR("TODO: _FLgamma"); - case 0xaddce673: FUNC_LOG_ERROR("TODO: erfcl"); - case 0xafa13040: FUNC_LOG_ERROR("TODO: f_llrintf"); - case 0xafcfdad7: FUNC_LOG_ERROR("TODO: _Lgamma"); - case 0xafd9a625: FUNC_LOG_ERROR("TODO: cimagf"); - case 0xb0fa1592: FUNC_LOG_ERROR("TODO: clog10l"); - case 0xb24bd2f8: FUNC_LOG_ERROR("TODO: logbf"); - case 0xb348c5c2: FUNC_LOG_ERROR("TODO: _LLgamma"); - case 0xb412a8dc: FUNC_LOG_ERROR("TODO: _LDint"); - case 0xb4ef29d5: FUNC_LOG_ERROR("TODO: f_floorf"); - case 0xb4f4513e: FUNC_LOG_ERROR("TODO: _Tgamma"); - case 0xb54cc9a1: FUNC_LOG_ERROR("TODO: f_sinf"); - case 0xb5961d4e: FUNC_LOG_ERROR("TODO: _sincosf4fast"); - case 0xb598a495: FUNC_LOG_ERROR("TODO: fmodl"); - case 0xb5e28191: FUNC_LOG_ERROR("TODO: _FSin"); - case 0xb7696143: FUNC_LOG_ERROR("TODO: nextafterf"); - case 0xb79012ba: FUNC_LOG_ERROR("TODO: modff"); - case 0xb89863bc: FUNC_LOG_ERROR("TODO: _rsqrtf4fast"); - case 0xb8aa984e: FUNC_LOG_ERROR("TODO: _expf4"); - case 0xb94b9d13: FUNC_LOG_ERROR("TODO: _Dtest"); - case 0xb9d2ad22: FUNC_LOG_ERROR("TODO: remquol"); - case 0xba136594: FUNC_LOG_ERROR("TODO: csinf"); - case 0xba84eab5: FUNC_LOG_ERROR("TODO: coshl"); - case 0xbaf11866: FUNC_LOG_ERROR("TODO: ceilf"); - case 0xbb165807: FUNC_LOG_ERROR("TODO: expm1f"); - case 0xbb208b20: FUNC_LOG_ERROR("TODO: cbrtf4fast"); - case 0xbb761c89: FUNC_LOG_ERROR("TODO: remquof"); - case 0xbbaa300b: FUNC_LOG_ERROR("TODO: f_log1pf"); - case 0xbbf7354e: FUNC_LOG_ERROR("TODO: fegetexceptflag"); - case 0xbd7410d9: FUNC_LOG_ERROR("TODO: recipf4"); - case 0xbd8bb75c: FUNC_LOG_ERROR("TODO: asinhf"); - case 0xbf23f2e7: FUNC_LOG_ERROR("TODO: cprojl"); - case 0xbfda6837: FUNC_LOG_ERROR("TODO: _f_log10f"); - case 0xc0609820: FUNC_LOG_ERROR("TODO: nearbyintf"); - case 0xc0bcf25e: FUNC_LOG_ERROR("TODO: _logf4fast"); - case 0xc357b33a: FUNC_LOG_ERROR("TODO: frexpl"); - case 0xc406dd09: FUNC_LOG_ERROR("TODO: cbrtf4"); - case 0xc41f01db: FUNC_LOG_ERROR("TODO: fminf4"); - case 0xc477c0f6: FUNC_LOG_ERROR("TODO: f_lroundf"); - case 0xc4cccd1f: FUNC_LOG_ERROR("TODO: modff4"); - case 0xc7369fce: FUNC_LOG_ERROR("TODO: _Atan"); - case 0xc78ac9d0: FUNC_LOG_ERROR("TODO: scalbn"); - case 0xc7b45a19: FUNC_LOG_ERROR("TODO: _LFpcomp"); - case 0xc7f1d407: FUNC_LOG_ERROR("TODO: fmal"); - case 0xc7fb73d6: FUNC_LOG_ERROR("TODO: f_lrintf"); - case 0xc8910002: FUNC_LOG_ERROR("TODO: ilogbl"); - case 0xc8dd9279: FUNC_LOG_ERROR("TODO: expm1"); - case 0xc90f4bbc: FUNC_LOG_ERROR("TODO: _atan2f4"); - case 0xc9481758: FUNC_LOG_ERROR("TODO: _tanf4"); - case 0xc94fcc63: FUNC_LOG_ERROR("TODO: cbrtl"); - case 0xc977e1ea: FUNC_LOG_ERROR("TODO: fetestexcept"); - case 0xc984bf53: FUNC_LOG_ERROR("TODO: roundf"); - case 0xc9c536ce: FUNC_LOG_ERROR("TODO: _ldexpf4"); - case 0xca239640: FUNC_LOG_ERROR("TODO: fmodf4"); - case 0xca463458: FUNC_LOG_ERROR("TODO: _Log"); - case 0xcaaf7ae7: FUNC_LOG_ERROR("TODO: cprojf"); - case 0xcac167a5: FUNC_LOG_ERROR("TODO: _Cmulcc"); - case 0xcb6599c0: FUNC_LOG_ERROR("TODO: exp2f"); - case 0xcb6a147e: FUNC_LOG_ERROR("TODO: _cosf4fast"); - case 0xcbdf9afb: FUNC_LOG_ERROR("TODO: _log10f4fast"); - case 0xccc66f11: FUNC_LOG_ERROR("TODO: _FSinh"); - case 0xce91ff18: FUNC_LOG_ERROR("TODO: nanf"); - case 0xcfee82d8: FUNC_LOG_ERROR("TODO: _remainderf4"); - case 0xd0fd3ca8: FUNC_LOG_ERROR("TODO: _hypotf4"); - case 0xd125b89e: FUNC_LOG_ERROR("TODO: conjf"); - case 0xd1a3574c: FUNC_LOG_ERROR("TODO: clog10f"); - case 0xd231e30a: FUNC_LOG_ERROR("TODO: ldexpl"); - case 0xd28ef6dd: FUNC_LOG_ERROR("TODO: _Hypot"); - case 0xd2a666c9: FUNC_LOG_ERROR("TODO: ctanh"); - case 0xd3a346a8: FUNC_LOG_ERROR("TODO: tanl"); - case 0xd40f3f2c: FUNC_LOG_ERROR("TODO: erff"); - case 0xd42904b7: FUNC_LOG_ERROR("TODO: fabsl"); - case 0xd477852d: FUNC_LOG_ERROR("TODO: logf"); - case 0xd48eaae1: FUNC_LOG_ERROR("TODO: scalblnl"); - case 0xd4f37b9d: FUNC_LOG_ERROR("TODO: tanhf"); - case 0xd50277ad: FUNC_LOG_ERROR("TODO: tan"); - case 0xd54039cb: FUNC_LOG_ERROR("TODO: fegettrapenable"); - case 0xd5adc4b2: FUNC_LOG_ERROR("TODO: cpowl"); - case 0xd5d38552: FUNC_LOG_ERROR("TODO: _LCaddcc"); - case 0xd612fa16: FUNC_LOG_ERROR("TODO: _Sinh"); - case 0xd70df92a: FUNC_LOG_ERROR("TODO: _FCaddcr"); - case 0xd7653782: FUNC_LOG_ERROR("TODO: sinhf"); - case 0xd76a16da: FUNC_LOG_ERROR("TODO: _fmaf4"); - case 0xd8270894: FUNC_LOG_ERROR("TODO: fdim"); - case 0xd8c4096d: FUNC_LOG_ERROR("TODO: atan2f4"); - case 0xd8d157f5: FUNC_LOG_ERROR("TODO: f_expf"); - case 0xd8f79f4c: FUNC_LOG_ERROR("TODO: log10"); - case 0xd97852b7: FUNC_LOG_ERROR("TODO: sinl"); - case 0xd97ce5d4: FUNC_LOG_ERROR("TODO: fesetround"); - case 0xda217d1f: FUNC_LOG_ERROR("TODO: atanl"); - case 0xda31fc5d: FUNC_LOG_ERROR("TODO: _FFpcomp"); - case 0xdc14974c: FUNC_LOG_ERROR("TODO: fmaf4"); - case 0xdc151707: FUNC_LOG_ERROR("TODO: _f_log2f"); - case 0xdd8660d2: FUNC_LOG_ERROR("TODO: atan2f4fast"); - case 0xdd92118e: FUNC_LOG_ERROR("TODO: ceill"); - case 0xdddabb32: FUNC_LOG_ERROR("TODO: remainderf"); - case 0xde7833f2: FUNC_LOG_ERROR("TODO: _log2f4fast"); - case 0xdece76a6: FUNC_LOG_ERROR("TODO: acosf"); - case 0xdfd41734: FUNC_LOG_ERROR("TODO: _Exp"); - case 0xdffb4e3c: FUNC_LOG_ERROR("TODO: casinl"); - case 0xe1288c47: FUNC_LOG_ERROR("TODO: atanhf"); - case 0xe1c71b05: FUNC_LOG_ERROR("TODO: ccoshl"); - case 0xe2b596ec: FUNC_LOG_ERROR("TODO: ccosf"); - case 0xe2de89e6: FUNC_LOG_ERROR("TODO: csqrtf"); - case 0xe2f1d4b2: FUNC_LOG_ERROR("TODO: tanh"); - case 0xe31cc0d3: FUNC_LOG_ERROR("TODO: _ilogbf4"); - case 0xe3e379b8: FUNC_LOG_ERROR("TODO: _expf4fast"); - case 0xe584836c: FUNC_LOG_ERROR("TODO: _LPoly"); - case 0xe58fc9b5: FUNC_LOG_ERROR("TODO: erfl"); - case 0xe5a0be9f: FUNC_LOG_ERROR("TODO: _powf4fast"); - case 0xe5d2293f: FUNC_LOG_ERROR("TODO: _Force_raise"); - case 0xe5ea65e8: FUNC_LOG_ERROR("TODO: feraiseexcept"); - case 0xe6c1ff41: FUNC_LOG_ERROR("TODO: llrint"); - case 0xe769e5cf: FUNC_LOG_ERROR("TODO: fmod"); - case 0xe8fcf1f8: FUNC_LOG_ERROR("TODO: acosf4fast"); - case 0xe913a166: FUNC_LOG_ERROR("TODO: logf4fast"); - case 0xe92f3fb8: FUNC_LOG_ERROR("TODO: _f_fmaf"); - case 0xe93abfca: FUNC_LOG_ERROR("TODO: ctan"); - case 0xe9ac8223: FUNC_LOG_ERROR("TODO: _LCmulcr"); - case 0xe9f501df: FUNC_LOG_ERROR("TODO: crealf"); - case 0xea1e83e3: FUNC_LOG_ERROR("TODO: f_logf"); - case 0xeac62795: FUNC_LOG_ERROR("TODO: _Cdivcc"); - case 0xeac7ca2c: FUNC_LOG_ERROR("TODO: ceilf4"); - case 0xebb4e08a: FUNC_LOG_ERROR("TODO: hypotf"); - case 0xec43b983: FUNC_LOG_ERROR("TODO: _f_sqrtf"); - case 0xec7da0c8: FUNC_LOG_ERROR("TODO: _atan2f4fast"); - case 0xed05c265: FUNC_LOG_ERROR("TODO: sqrtf4"); - case 0xed9d1ac5: FUNC_LOG_ERROR("TODO: f_tanf"); - case 0xeda86c48: FUNC_LOG_ERROR("TODO: copysignf4"); - case 0xee0db701: FUNC_LOG_ERROR("TODO: _Csubcr"); - case 0xee204ac6: FUNC_LOG_ERROR("TODO: f_ceilf"); - case 0xee303936: FUNC_LOG_ERROR("TODO: _Dsign"); - case 0xeed82401: FUNC_LOG_ERROR("TODO: _f_logf"); - case 0xf0947035: FUNC_LOG_ERROR("TODO: ctanhf"); - case 0xf0ab77c1: FUNC_LOG_ERROR("TODO: ccoshf"); - case 0xf16568af: FUNC_LOG_ERROR("TODO: _FAtan"); - case 0xf19c5e94: FUNC_LOG_ERROR("TODO: sincosf4"); - case 0xf1aaa2f8: FUNC_LOG_ERROR("TODO: conj"); - case 0xf3bd7d08: FUNC_LOG_ERROR("TODO: _cbrtf4fast"); - case 0xf3ec0258: FUNC_LOG_ERROR("TODO: round"); - case 0xf4ad6ea8: FUNC_LOG_ERROR("TODO: ldexp"); - case 0xf537d837: FUNC_LOG_ERROR("TODO: _truncf4"); - case 0xf5cd1e19: FUNC_LOG_ERROR("TODO: cosf4"); - case 0xf7844153: FUNC_LOG_ERROR("TODO: _f_fmaxf"); - case 0xf83a372f: FUNC_LOG_ERROR("TODO: f_fmaf"); - case 0xf95b7769: FUNC_LOG_ERROR("TODO: powf4fast"); - case 0xf99da2fc: FUNC_LOG_ERROR("TODO: fabsf4"); - case 0xfa28434b: FUNC_LOG_ERROR("TODO: log2l"); - case 0xfa765d42: FUNC_LOG_ERROR("TODO: _Cdivcr"); - case 0xfa97afbf: FUNC_LOG_ERROR("TODO: feupdateenv"); - case 0xfae9e727: FUNC_LOG_ERROR("TODO: _f_copysignf"); - case 0xfb6e6213: FUNC_LOG_ERROR("TODO: log1pf4fast"); - case 0xfb932a56: FUNC_LOG_ERROR("TODO: atan2f"); - case 0xfbb4047a: FUNC_LOG_ERROR("TODO: lroundf"); - case 0xfbe88922: FUNC_LOG_ERROR("TODO: _FErfc"); - case 0xfcedabc3: FUNC_LOG_ERROR("TODO: _fmodf4"); - case 0xfcf08193: FUNC_LOG_ERROR("TODO: expf"); - case 0xfdec16e1: FUNC_LOG_ERROR("TODO: cacoshl"); - case 0xfe23dbe9: FUNC_LOG_ERROR("TODO: _log2f4"); - case 0xff036800: FUNC_LOG_ERROR("TODO: cpowf"); - case 0xfffe79bf: FUNC_LOG_ERROR("TODO: _LCmulcc"); - case 0x06a840f5: FUNC_LOG_ERROR("TODO: sys_dbg_set_stacksize_ppu_exception_handler"); - case 0x08ef08a9: FUNC_LOG_ERROR("TODO: sys_dbg_get_spu_thread_group_ids"); - case 0x113b0bea: FUNC_LOG_ERROR("TODO: sys_dbg_get_ppu_thread_ids"); - case 0x1860f909: FUNC_LOG_ERROR("TODO: sys_dbg_get_spu_thread_ids"); - case 0x22916f45: FUNC_LOG_ERROR("TODO: sys_dbg_register_ppu_exception_handler"); - case 0x24a3d413: FUNC_LOG_ERROR("TODO: sys_dbg_mat_set_condition"); - case 0x266c2bd3: FUNC_LOG_ERROR("TODO: sys_dbg_read_spu_thread_context2"); - case 0x3147c6ca: FUNC_LOG_ERROR("TODO: sys_dbg_enable_floating_point_enabled_exception"); - case 0x381ae33e: FUNC_LOG_ERROR("TODO: sys_dbg_get_event_queue_information"); - case 0x3e5eed36: FUNC_LOG_ERROR("TODO: sys_dbg_get_spu_thread_name"); - case 0x4b55f456: FUNC_LOG_ERROR("TODO: sys_dbg_get_ppu_thread_name"); - case 0x4ded9f6c: FUNC_LOG_ERROR("TODO: sys_dbg_signal_to_ppu_exception_handler"); - case 0x50453aa8: FUNC_LOG_ERROR("TODO: sys_dbg_get_mutex_information"); - case 0x580f8203: FUNC_LOG_ERROR("TODO: sys_dbg_vm_get_page_information"); - case 0x590a276e: FUNC_LOG_ERROR("TODO: sys_dbg_mat_get_condition"); - case 0x63bd413e: FUNC_LOG_ERROR("TODO: sys_dbg_get_cond_information"); - case 0x6b413178: FUNC_LOG_ERROR("TODO: sys_dbg_get_ppu_thread_status"); - case 0x7bdadb01: FUNC_LOG_ERROR("TODO: sys_dbg_get_lwcond_information"); - case 0x9794bb53: FUNC_LOG_ERROR("TODO: sys_dbg_get_rwlock_information"); - case 0x9ddb9dc3: FUNC_LOG_ERROR("TODO: sys_dbg_get_spu_thread_group_status"); - case 0xa2d6cbd2: FUNC_LOG_ERROR("TODO: sys_dbg_get_semaphore_information"); - case 0xab475d53: FUNC_LOG_ERROR("TODO: sys_dbg_set_mask_to_ppu_exception_handler"); - case 0xb9da87d3: FUNC_LOG_ERROR("TODO: sys_dbg_get_coredump_params"); - case 0xbb0ae221: FUNC_LOG_ERROR("TODO: sys_dbg_get_address_from_dabr"); - case 0xbd69e584: FUNC_LOG_ERROR("TODO: sys_dbg_get_spu_thread_group_name"); - case 0xc0eb9266: FUNC_LOG_ERROR("TODO: sys_dbg_finalize_ppu_exception_handler"); - case 0xc21ee635: FUNC_LOG_ERROR("TODO: sys_dbg_read_spu_thread_context"); - case 0xc353353a: FUNC_LOG_ERROR("TODO: sys_dbg_initialize_ppu_exception_handler"); - case 0xc5eef17f: FUNC_LOG_ERROR("TODO: sys_dbg_read_ppu_thread_context"); - case 0xc6d7ec13: FUNC_LOG_ERROR("TODO: sys_dbg_unregister_ppu_exception_handler"); - case 0xcb377e36: FUNC_LOG_ERROR("TODO: sys_dbg_get_lwmutex_information"); - case 0xd830062a: FUNC_LOG_ERROR("TODO: sys_dbg_signal_to_coredump_handler"); - case 0xdb14b37b: FUNC_LOG_ERROR("TODO: sys_dbg_set_address_to_dabr"); - case 0xdf856979: FUNC_LOG_ERROR("TODO: sys_dbg_get_event_flag_information"); - case 0xf254768c: FUNC_LOG_ERROR("TODO: sys_dbg_disable_floating_point_enabled_exception"); - case 0x051ee3ee: FUNC_LOG_ERROR("TODO: socketpoll"); - case 0x05bd4438: FUNC_LOG_ERROR("TODO: sys_net_get_udpp2p_test_param"); - case 0x10b81ed6: FUNC_LOG_ERROR("TODO: sys_net_set_udpp2p_test_param"); - case 0x139a9e9b: FUNC_LOG_ERROR("TODO: sys_net_initialize_network_ex"); - case 0x13efe7f5: FUNC_LOG_ERROR("TODO: getsockname"); - case 0x1d14d6e4: FUNC_LOG_ERROR("TODO: sys_net_get_lib_name_server"); - case 0x1f953b9f: FUNC_LOG_ERROR("TODO: recvfrom"); - case 0x27fb339d: FUNC_LOG_ERROR("TODO: sys_net_if_ctl"); - case 0x28e208bb: FUNC_LOG_ERROR("TODO: listen"); - case 0x368823c0: FUNC_LOG_ERROR("TODO: sys_net_get_netemu_test_param"); - case 0x3b27c780: FUNC_LOG_ERROR("TODO: sys_net_get_sockinfo"); - case 0x3f09e20a: FUNC_LOG_ERROR("TODO: socketselect"); - case 0x44328aa2: FUNC_LOG_ERROR("TODO: sys_net_close_dump"); - case 0x4ab0b9b9: FUNC_LOG_ERROR("TODO: sys_net_set_test_param"); - case 0x506ad863: FUNC_LOG_ERROR("TODO: inet_network"); - case 0x5420e419: FUNC_LOG_ERROR("TODO: sys_net_show_nameserver"); - case 0x566893ce: FUNC_LOG_ERROR("TODO: inet_lnaof"); - case 0x5a045bd1: FUNC_LOG_ERROR("TODO: getsockopt"); - case 0x6005cde1: FUNC_LOG_ERROR("TODO: _sys_net_errno_loc"); - case 0x64f66d35: FUNC_LOG_ERROR("TODO: connect"); - case 0x6db6e8cd: FUNC_LOG_ERROR("TODO: socketclose"); - case 0x71f4c717: FUNC_LOG_ERROR("TODO: gethostbyname"); - case 0x7687d48c: FUNC_LOG_ERROR("TODO: sys_net_set_resolver_configurations"); - case 0x79b61646: FUNC_LOG_ERROR("TODO: sys_net_show_route"); - case 0x858a930b: FUNC_LOG_ERROR("TODO: inet_ntoa"); - case 0x88f03575: FUNC_LOG_ERROR("TODO: setsockopt"); - case 0x89c9917c: FUNC_LOG_ERROR("TODO: sys_net_read_dump"); - case 0x8af3825e: FUNC_LOG_ERROR("TODO: inet_pton"); - case 0x8ccf05ed: FUNC_LOG_ERROR("TODO: sys_net_abort_resolver"); - case 0x8d1b77fb: FUNC_LOG_ERROR("TODO: sys_net_abort_socket"); - case 0x9647570b: FUNC_LOG_ERROR("TODO: sendto"); - case 0x9a318259: FUNC_LOG_ERROR("TODO: sys_net_set_lib_name_server"); - case 0x9c056962: FUNC_LOG_ERROR("TODO: socket"); - case 0xa50777c6: FUNC_LOG_ERROR("TODO: shutdown"); - case 0xa5a86557: FUNC_LOG_ERROR("TODO: sys_net_get_test_param"); - case 0xa765d029: FUNC_LOG_ERROR("TODO: sys_net_get_sockinfo_ex"); - case 0xa9a079e0: FUNC_LOG_ERROR("TODO: inet_aton"); - case 0xab447704: FUNC_LOG_ERROR("TODO: sys_net_open_dump"); - case 0xad09481b: FUNC_LOG_ERROR("TODO: sendmsg"); - case 0xb0a59804: FUNC_LOG_ERROR("TODO: bind"); - case 0xb4152c74: FUNC_LOG_ERROR("TODO: inet_makeaddr"); - case 0xb48636c4: FUNC_LOG_ERROR("TODO: sys_net_show_ifconfig"); - case 0xb68d5625: FUNC_LOG_ERROR("TODO: sys_net_finalize_network"); - case 0xc9157d30: FUNC_LOG_ERROR("TODO: _sys_net_h_errno_loc"); - case 0xc94f6939: FUNC_LOG_ERROR("TODO: accept"); - case 0xc98a3146: FUNC_LOG_ERROR("TODO: inet_ntop"); - case 0xc9d09c34: FUNC_LOG_ERROR("TODO: recvmsg"); - case 0xdabbc2c0: FUNC_LOG_ERROR("TODO: inet_addr"); - case 0xdc751b40: FUNC_LOG_ERROR("TODO: send"); - case 0xe2434507: FUNC_LOG_ERROR("TODO: sys_net_set_netemu_test_param"); - case 0xe39a62a7: FUNC_LOG_ERROR("TODO: inet_netof"); - case 0xf7ac8941: FUNC_LOG_ERROR("TODO: gethostbyaddr"); - case 0xf9ec2db6: FUNC_LOG_ERROR("TODO: getpeername"); - case 0xfba04f37: FUNC_LOG_ERROR("TODO: recv"); - case 0xfdb8f926: FUNC_LOG_ERROR("TODO: sys_net_free_thread_context"); - case 0x0341bb97: FUNC_LOG_ERROR("TODO: sys_prx_get_module_id_by_address"); - case 0x04e83d2c: FUNC_LOG_ERROR("TODO: _sys_strncmp"); - case 0x052d29a6: FUNC_LOG_ERROR("TODO: _sys_strcat"); - case 0x05c65656: FUNC_LOG_ERROR("TODO: sys_mempool_try_allocate_block"); - case 0x0618936b: FUNC_LOG_ERROR("TODO: _sys_vsnprintf"); - case 0x06574237: FUNC_LOG_ERROR("TODO: _sys_snprintf"); - case 0x1573dc3f: FUNC_LOG_ERROR("TODO: sys_lwmutex_lock"); - case 0x191f0c4a: FUNC_LOG_ERROR("TODO: _sys_strrchr"); - case 0x1ae10b92: FUNC_LOG_ERROR("TODO: _sys_spu_printf_attach_thread"); - case 0x1bc200f4: FUNC_LOG_ERROR("TODO: sys_lwmutex_unlock"); - case 0x1c9a942c: FUNC_LOG_ERROR("TODO: sys_lwcond_destroy"); - case 0x1ca525a2: FUNC_LOG_ERROR("TODO: _sys_strncasecmp"); - case 0x1ed454ce: FUNC_LOG_ERROR("TODO: sys_spu_elf_get_information"); - case 0x24a1ea07: FUNC_LOG_ERROR("TODO: sys_ppu_thread_create"); - case 0x25596f51: FUNC_LOG_ERROR("TODO: sys_mempool_get_count"); - case 0x26090058: FUNC_LOG_ERROR("TODO: sys_prx_load_module"); - case 0x27427742: FUNC_LOG_ERROR("TODO: _sys_memmove"); - case 0x2a6d9d51: FUNC_LOG_ERROR("TODO: sys_lwcond_wait"); - case 0x2c847572: FUNC_LOG_ERROR("TODO: _sys_process_atexitspawn"); - case 0x2d36462b: FUNC_LOG_ERROR("TODO: _sys_strlen"); - case 0x2f85c0ef: FUNC_LOG_ERROR("TODO: sys_lwmutex_create"); - case 0x3172759d: FUNC_LOG_ERROR("TODO: sys_game_get_temperature"); - case 0x318f17e1: FUNC_LOG_ERROR("TODO: _sys_memalign"); - case 0x350d454e: FUNC_LOG_ERROR("TODO: sys_ppu_thread_get_id"); - case 0x35168520: FUNC_LOG_ERROR("TODO: _sys_heap_malloc"); - case 0x3bd53c7b: FUNC_LOG_ERROR("TODO: _sys_memchr"); - case 0x3dd4a957: FUNC_LOG_ERROR("TODO: sys_ppu_thread_register_atexit"); - case 0x409ad939: FUNC_LOG_ERROR("TODO: sys_mmapper_free_memory"); - case 0x42b23552: FUNC_LOG_ERROR("TODO: sys_prx_register_library"); - case 0x44265c08: FUNC_LOG_ERROR("TODO: _sys_heap_memalign"); - case 0x459b4393: FUNC_LOG_ERROR("TODO: _sys_strcmp"); - case 0x45fe2fce: FUNC_LOG_ERROR("TODO: _sys_spu_printf_initialize"); - case 0x4643ba6e: FUNC_LOG_ERROR("TODO: sys_mmapper_unmap_memory"); - case 0x4a071d98: FUNC_LOG_ERROR("TODO: sys_interrupt_thread_disestablish"); - case 0x4b2f301a: FUNC_LOG_ERROR("TODO: _sys_tolower"); - case 0x5267cb35: FUNC_LOG_ERROR("TODO: sys_spinlock_unlock"); - case 0x52aadadf: FUNC_LOG_ERROR("TODO: sys_lwcond_signal_to"); - case 0x5fdfb2fe: FUNC_LOG_ERROR("TODO: _sys_spu_printf_detach_group"); - case 0x608212fc: FUNC_LOG_ERROR("TODO: sys_mempool_free_block"); - case 0x620e35a7: FUNC_LOG_ERROR("TODO: sys_game_get_system_sw_version"); - case 0x67f9fedb: FUNC_LOG_ERROR("TODO: sys_game_process_exitspawn2"); - case 0x68b9b011: FUNC_LOG_ERROR("TODO: _sys_memset"); - case 0x6bf66ea7: FUNC_LOG_ERROR("TODO: _sys_memcpy"); - case 0x6e05231d: FUNC_LOG_ERROR("TODO: sys_game_watchdog_stop"); - case 0x70258515: FUNC_LOG_ERROR("TODO: sys_mmapper_allocate_memory_from_container"); - case 0x71a8472a: FUNC_LOG_ERROR("TODO: sys_get_random_number"); - case 0x722a0254: FUNC_LOG_ERROR("TODO: sys_spinlock_trylock"); - case 0x74311398: FUNC_LOG_ERROR("TODO: sys_prx_get_my_module_id"); - case 0x744680a2: FUNC_LOG_ERROR("TODO: sys_initialize_tls"); - case 0x7498887b: FUNC_LOG_ERROR("TODO: _sys_strchr"); - case 0x791b9219: FUNC_LOG_ERROR("TODO: _sys_vsprintf"); - case 0x80fb0c19: FUNC_LOG_ERROR("TODO: sys_prx_stop_module"); - case 0x8461e528: FUNC_LOG_ERROR("TODO: sys_time_get_system_time"); - case 0x84bb6774: FUNC_LOG_ERROR("TODO: sys_prx_get_module_info"); - case 0x893305fa: FUNC_LOG_ERROR("TODO: sys_raw_spu_load"); - case 0x8985b5b6: FUNC_LOG_ERROR("TODO: _sys_heap_stats"); - case 0x8a2f159b: FUNC_LOG_ERROR("TODO: console_getc"); - case 0x8a561d92: FUNC_LOG_ERROR("TODO: _sys_heap_free"); - case 0x8bb03ab8: FUNC_LOG_ERROR("TODO: sys_game_board_storage_write"); - case 0x8c2bb498: FUNC_LOG_ERROR("TODO: sys_spinlock_initialize"); - case 0x96328741: FUNC_LOG_ERROR("TODO: _sys_process_at_Exitspawn"); - case 0x996f7cf8: FUNC_LOG_ERROR("TODO: _sys_strncat"); - case 0x99c88692: FUNC_LOG_ERROR("TODO: _sys_strcpy"); - case 0x9d3c0f81: FUNC_LOG_ERROR("TODO: sys_mempool_destroy"); - case 0x9e0623b5: FUNC_LOG_ERROR("TODO: sys_game_watchdog_start"); - case 0x9f04f7af: FUNC_LOG_ERROR("TODO: _sys_printf"); - case 0x9f18429d: FUNC_LOG_ERROR("TODO: sys_prx_start_module"); - case 0x9f950780: FUNC_LOG_ERROR("TODO: sys_game_get_rtc_status"); - case 0xa146a143: FUNC_LOG_ERROR("TODO: sys_mempool_allocate_block"); - case 0xa1f9eafe: FUNC_LOG_ERROR("TODO: _sys_sprintf"); - case 0xa285139d: FUNC_LOG_ERROR("TODO: sys_spinlock_lock"); - case 0xa2c7ba64: FUNC_LOG_ERROR("TODO: sys_prx_exitspawn_with_level"); - case 0xa330ad84: FUNC_LOG_ERROR("TODO: sys_prx_load_module_on_memcontainer_by_fd"); - case 0xa3e3be68: FUNC_LOG_ERROR("TODO: sys_ppu_thread_once"); - case 0xa5d06bf0: FUNC_LOG_ERROR("TODO: sys_prx_get_module_list"); - case 0xaa6d9bff: FUNC_LOG_ERROR("TODO: sys_prx_load_module_on_memcontainer"); - case 0xac6fc404: FUNC_LOG_ERROR("TODO: sys_ppu_thread_unregister_atexit"); - case 0xacad8fb6: FUNC_LOG_ERROR("TODO: sys_game_watchdog_clear"); - case 0xaeb78725: FUNC_LOG_ERROR("TODO: sys_lwmutex_trylock"); - case 0xaede4b03: FUNC_LOG_ERROR("TODO: _sys_heap_delete_heap"); - case 0xaff080a4: FUNC_LOG_ERROR("TODO: sys_ppu_thread_exit"); - case 0xb257540b: FUNC_LOG_ERROR("TODO: sys_mmapper_allocate_memory"); - case 0xb27c8ae7: FUNC_LOG_ERROR("TODO: sys_prx_load_module_list"); - case 0xb2fcf2c8: FUNC_LOG_ERROR("TODO: _sys_heap_create_heap"); - case 0xb3bbcf2a: FUNC_LOG_ERROR("TODO: _sys_spu_printf_detach_thread"); - case 0xb6369393: FUNC_LOG_ERROR("TODO: _sys_heap_get_total_free_size"); - case 0xb995662e: FUNC_LOG_ERROR("TODO: sys_raw_spu_image_load"); - case 0xb9bf1078: FUNC_LOG_ERROR("TODO: _sys_heap_alloc_heap_memory"); - case 0xbdb18f83: FUNC_LOG_ERROR("TODO: _sys_malloc"); - case 0xc3476d0c: FUNC_LOG_ERROR("TODO: sys_lwmutex_destroy"); - case 0xc4fd6121: FUNC_LOG_ERROR("TODO: _sys_qsort"); - case 0xca9a60bf: FUNC_LOG_ERROR("TODO: sys_mempool_create"); - case 0xd0ea47a7: FUNC_LOG_ERROR("TODO: sys_prx_unregister_library"); - case 0xd1ad4570: FUNC_LOG_ERROR("TODO: _sys_heap_get_mallinfo"); - case 0xd3039d4d: FUNC_LOG_ERROR("TODO: _sys_strncpy"); - case 0xda0eb71a: FUNC_LOG_ERROR("TODO: sys_lwcond_create"); - case 0xdb6b3250: FUNC_LOG_ERROR("TODO: sys_spu_elf_get_segments"); - case 0xdc578057: FUNC_LOG_ERROR("TODO: sys_mmapper_map_memory"); - case 0xdd0c1e09: FUNC_LOG_ERROR("TODO: _sys_spu_printf_attach_group"); - case 0xdd3b27ac: FUNC_LOG_ERROR("TODO: _sys_spu_printf_finalize"); - case 0xe0998dbf: FUNC_LOG_ERROR("TODO: sys_prx_get_module_id_by_name"); - case 0xe0da8efd: FUNC_LOG_ERROR("TODO: sys_spu_image_close"); - case 0xe66bac36: FUNC_LOG_ERROR("TODO: console_putc"); - case 0xe6f2c1e7: FUNC_LOG_ERROR("TODO: sys_process_exit"); - case 0xe76964f5: FUNC_LOG_ERROR("TODO: sys_game_board_storage_read"); - case 0xe7ef3a80: FUNC_LOG_ERROR("TODO: sys_prx_load_module_list_on_memcontainer"); - case 0xe9a1bd84: FUNC_LOG_ERROR("TODO: sys_lwcond_signal_all"); - case 0xebe5f72f: FUNC_LOG_ERROR("TODO: sys_spu_image_import"); - case 0xeef75113: FUNC_LOG_ERROR("TODO: _sys_toupper"); - case 0xef68c17c: FUNC_LOG_ERROR("TODO: sys_prx_load_module_by_fd"); - case 0xef87a695: FUNC_LOG_ERROR("TODO: sys_lwcond_signal"); - case 0xf0aece0d: FUNC_LOG_ERROR("TODO: sys_prx_unload_module"); - case 0xf57e1d6f: FUNC_LOG_ERROR("TODO: console_write"); - case 0xf7f7fb20: FUNC_LOG_ERROR("TODO: _sys_free"); - case 0xfa7f693d: FUNC_LOG_ERROR("TODO: _sys_vprintf"); - case 0xfb5db080: FUNC_LOG_ERROR("TODO: _sys_memcmp"); - case 0xfc52a7a9: FUNC_LOG_ERROR("TODO: sys_game_process_exitspawn"); + case 0x1529e506: return "cellAdecDecodeAu"; + case 0x487b613e: return "cellAdecStartSeq"; + case 0x7e4a4a49: return "cellAdecQueryAttr"; + case 0x847d2380: return "cellAdecClose"; + case 0x8b5551a4: return "cellAdecOpenEx"; + case 0x97ff2af1: return "cellAdecGetPcm"; + case 0xbd75f78b: return "cellAdecGetPcmItem"; + case 0xd00a6988: return "cellAdecOpen"; + case 0xe2ea549b: return "cellAdecEndSeq"; + case 0x006016da: return "cellAtracGetBitrate"; + case 0x06ddb53e: return "cellAtracSetSecondBuffer"; + case 0x0f9667b6: return "cellAtracGetChannel"; + case 0x2642d4cc: return "cellAtracCreateDecoderExt"; + case 0x2bfff084: return "cellAtracGetStreamDataInfo"; + case 0x46cfc013: return "cellAtracAddStreamData"; + case 0x4797d1ff: return "cellAtracGetNextSample"; + case 0x5f62d546: return "cellAtracGetMaxSample"; + case 0x66afc68e: return "cellAtracSetDataAndGetMemSize"; + case 0x761cb9be: return "cellAtracDeleteDecoder"; + case 0x7772eb2b: return "cellAtracResetPlayPosition"; + case 0x78ba5c41: return "cellAtracSetLoopNum"; + case 0x7b22e672: return "cellAtracGetNextDecodePosition"; + case 0x8eb0e65f: return "cellAtracDecode"; + case 0x99efe171: return "cellAtracIsSecondBufferNeeded"; + case 0x99fb73d1: return "cellAtracGetBufferInfoForResetting"; + case 0xab6b6dbf: return "cellAtracGetLoopInfo"; + case 0xb5c11938: return "cellAtracGetInternalErrorInfo"; + case 0xbe07f05e: return "cellAtracGetSecondBufferInfo"; + case 0xc9a95fcb: return "cellAtracGetVacantSize"; + case 0xcf01d5d4: return "cellAtracGetSoundInfo"; + case 0xdfab73aa: return "cellAtracGetRemainFrame"; + case 0xfa293e88: return "cellAtracCreateDecoder"; + case 0x04af134e: return "cellAudioCreateNotifyEventQueue"; + case 0x0b168f92: return "cellAudioInit"; + case 0x17d1213b: return "cellAudioSendAck"; + case 0x28bc1409: return "cellAudioUnsetPersonalDevice"; + case 0x2b9bd9ad: return "cellAudioRemoveNotifyEventQueueEx"; + case 0x31211f6b: return "cellAudioMiscSetAccessoryVolume"; + case 0x377e0cd9: return "cellAudioSetNotifyEventQueue"; + case 0x4109d08c: return "cellAudioGetPortTimestamp"; + case 0x4129fe2d: return "cellAudioPortClose"; + case 0x5676f81c: return "cellAudioSetPersonalDevice"; + case 0x56dfe179: return "cellAudioSetPortLevel"; + case 0x5b1e2c73: return "cellAudioPortStop"; + case 0x74a66af0: return "cellAudioGetPortConfig"; + case 0x832df17e: return "cellAudioAdd6chData"; + case 0x89be28f2: return "cellAudioPortStart"; + case 0x9e4b1db8: return "cellAudioAdd2chData"; + case 0xa4c9ba65: return "cellAudioCreateNotifyEventQueueEx"; + case 0xb56ef5a1: return "cellAudioSetNotifyEventQueueEx"; + case 0xca5ac370: return "cellAudioQuit"; + case 0xcd7bc431: return "cellAudioPortOpen"; + case 0xdab029aa: return "cellAudioAddData"; + case 0xe4046afe: return "cellAudioGetPortBlockTag"; + case 0xff3626fd: return "cellAudioRemoveNotifyEventQueue"; + case 0x2ab0d183: return "cellBGDLGetInfo2"; + case 0x4e9bb95b: return "cellBGDLGetInfo"; + case 0x74e57bdf: return "cellBGDLGetMode"; + case 0x7e134a90: return "cellBGDLSetMode"; + case 0x02f5ced0: return "cellCameraStop"; + case 0x0e63c444: return "cellCameraGetBufferInfoEx"; + case 0x10697d7f: return "cellCameraGetBufferInfo"; + case 0x21fc151f: return "cellCameraReadEx"; + case 0x2dea3e9b: return "cellCameraSetExtensionUnit"; + case 0x379c5dd6: return "cellCameraClose"; + case 0x3845d39b: return "cellCameraRead"; + case 0x44673f07: return "cellCameraRemoveNotifyEventQueue2"; + case 0x456dc4aa: return "cellCameraStart"; + case 0x532b8aaa: return "cellCameraGetAttribute"; + case 0x58bc5870: return "cellCameraGetType"; + case 0x5ad46570: return "cellCameraEnd"; + case 0x5d25f866: return "cellCameraOpenEx"; + case 0x5eebf24e: return "cellCameraIsStarted"; + case 0x602e2052: return "cellCameraGetDeviceGUID"; + case 0x61dfbe83: return "cellCameraPrepExtensionUnit"; + case 0x7dac520c: return "cellCameraGetBufferSize"; + case 0x7e063bbc: return "cellCameraIsAttached"; + case 0x81f83db9: return "cellCameraReset"; + case 0x85e1b8da: return "cellCameraOpen"; + case 0x8ca53dde: return "cellCameraIsAvailable"; + case 0x8cd56eee: return "cellCameraSetAttribute"; + case 0x9b98d258: return "cellCameraRemoveNotifyEventQueue"; + case 0xa7fd2f5b: return "cellCameraSetNotifyEventQueue2"; + case 0xb0647e5a: return "cellCameraSetNotifyEventQueue"; + case 0xb602e328: return "cellCameraGetExtensionUnit"; + case 0xbf47c5dd: return "cellCameraInit"; + case 0xe28b206b: return "cellCameraReadComplete"; + case 0xeb6f95fb: return "cellCameraCtrlExtensionUnit"; + case 0xfa160f24: return "cellCameraIsOpen"; + case 0x0f6ab57b: return "cellCelp8EncStart"; + case 0x2099f86e: return "cellCelp8EncEncodeFrame"; + case 0x29da1ea6: return "cellCelp8EncWaitForOutput"; + case 0x2d677e0c: return "cellCelp8EncQueryAttr"; + case 0x2eb6efee: return "cellCelp8EncOpen"; + case 0x48c5020d: return "cellCelp8EncGetAu"; + case 0xbbbc2c1c: return "cellCelp8EncEnd"; + case 0xcd48ad62: return "cellCelp8EncOpenEx"; + case 0xfd2566b4: return "cellCelp8EncClose"; + case 0x15ec0cca: return "cellCelpEncClose"; + case 0x3773692f: return "cellCelpEncGetAu"; + case 0x55dc23de: return "cellCelpEncStart"; + case 0x6b148570: return "cellCelpEncQueryAttr"; + case 0x77b3b29a: return "cellCelpEncOpen"; + case 0x81fe030c: return "cellCelpEncEncodeFrame"; + case 0x9b244272: return "cellCelpEncWaitForOutput"; + case 0x9eb084db: return "cellCelpEncOpenEx"; + case 0xf2b85dff: return "cellCelpEncEnd"; + case 0x002e8da2: return "cellDmuxPeekAuEx"; + case 0x02170d1a: return "cellDmuxQueryEsAttr"; + case 0x04e7499f: return "cellDmuxSetStream"; + case 0x05371c8d: return "cellDmuxDisableEs"; + case 0x11bc3a6c: return "cellDmuxOpen2"; + case 0x21d424f0: return "cellDmuxResetEs"; + case 0x24ea6474: return "cellDmuxReleaseAu"; + case 0x2750c5e0: return "cellDmuxPeekAu"; + case 0x2c9a5857: return "cellDmuxGetAuEx"; + case 0x3f76e3cd: return "cellDmuxQueryAttr2"; + case 0x42c716b5: return "cellDmuxGetAu"; + case 0x52911bcf: return "cellDmuxQueryEsAttr2"; + case 0x5d345de9: return "cellDmuxResetStream"; + case 0x68492de9: return "cellDmuxOpen"; + case 0x7b56dc3f: return "cellDmuxEnableEs"; + case 0x8c692521: return "cellDmuxClose"; + case 0xa2d4189b: return "cellDmuxQueryAttr"; + case 0xccff1284: return "cellDmuxResetStreamAndWaitDone"; + case 0xebb3b2bd: return "cellDmuxFlushEs"; + case 0xf6c23560: return "cellDmuxOpenEx"; + case 0x01036193: return "cellFiberPpuContextReturnToThread"; + case 0x081c98be: return "cellFiberPpuContextRunScheduler"; + case 0x0a25b6c8: return "cellFiberPpuContextEnterScheduler"; + case 0x0c44f441: return "cellFiberPpuYield"; + case 0x12b1acf0: return "cellFiberPpuRunFibers"; + case 0x1e7a247a: return "cellFiberPpuUtilWorkerControlRunFibers"; + case 0x31252ec3: return "_cellFiberPpuContextAttributeInitialize"; + case 0x3204b146: return "cellFiberPpuUtilWorkerControlInitialize"; + case 0x34a81091: return "cellFiberPpuContextSelf"; + case 0x3860a12a: return "cellFiberPpuSchedulerTraceFinalize"; + case 0x392c5aa5: return "cellFiberPpuUtilWorkerControlSetPollingMode"; + case 0x3b417f82: return "cellFiberPpuUtilWorkerControlJoinFiber"; + case 0x4fc86b2c: return "cellFiberPpuUtilWorkerControlDisconnectEventQueue"; + case 0x55870804: return "_cellFiberPpuInitialize"; + case 0x5d3992dd: return "cellFiberPpuUtilWorkerControlSendSignal"; + case 0x5d9a7034: return "cellFiberPpuSelf"; + case 0x62a20f0d: return "cellFiberPpuUtilWorkerControlConnectEventQueueToSpurs"; + case 0x68ba4568: return "_cellFiberPpuUtilWorkerControlAttributeInitialize"; + case 0x6c164b3b: return "cellFiberPpuWaitSignal"; + case 0x72086315: return "cellFiberPpuContextInitialize"; + case 0x7c2f4034: return "cellFiberPpuCreateFiber"; + case 0x8afb8356: return "cellFiberPpuSendSignal"; + case 0x8b6baa01: return "cellFiberPpuFinalizeScheduler"; + case 0x9e25c72d: return "_cellFiberPpuSchedulerAttributeInitialize"; + case 0xa27c95ca: return "cellFiberPpuUtilWorkerControlFinalize"; + case 0xa4599cf3: return "cellFiberPpuWaitFlag"; + case 0xa6004249: return "cellFiberPpuJoinFiber"; + case 0xaba1c563: return "cellFiberPpuContextRun"; + case 0xadedbebf: return "cellFiberPpuSchedulerTraceStart"; + case 0xb0594b2d: return "cellFiberPpuGetScheduler"; + case 0xb3a48079: return "cellFiberPpuContextFinalize"; + case 0xb90c871b: return "cellFiberPpuContextCheckStackLimit"; + case 0xbabf714b: return "cellFiberPpuUtilWorkerControlWakeup"; + case 0xbf9cd933: return "cellFiberPpuSchedulerTraceInitialize"; + case 0xbfca88d3: return "cellFiberPpuUtilWorkerControlCreateFiber"; + case 0xc04e2438: return "cellFiberPpuUtilWorkerControlShutdown"; + case 0xc11f8056: return "_cellFiberPpuAttributeInitialize"; + case 0xd0066b17: return "cellFiberPpuContextSwitch"; + case 0xe492a675: return "cellFiberPpuHasRunnableFiber"; + case 0xe665f9a9: return "cellFiberPpuSchedulerTraceStop"; + case 0xea6dc1ad: return "cellFiberPpuUtilWorkerControlCheckFlags"; + case 0xee3b604d: return "cellFiberPpuInitializeScheduler"; + case 0xf2ccad4f: return "cellFiberPpuUtilWorkerControlInitializeWithAttribute"; + case 0xf3e81219: return "cellFiberPpuCheckStackLimit"; + case 0xf6c6900c: return "cellFiberPpuCheckFlags"; + case 0xfa8d5f95: return "cellFiberPpuExit"; + case 0xfbf5fe40: return "cellFiberPpuSetPriority"; + case 0x0109f3d3: return "cellFontGetRenderEffectWeight"; + case 0x03a142b9: return "cellFontGraphicsGetDrawType"; + case 0x042e74e3: return "cellFontCreateRenderer"; + case 0x061049ad: return "cellFontGraphicsSetFontRGBA"; + case 0x06be743d: return "cellFontGetKerning"; + case 0x073fa321: return "cellFontOpenFontsetOnMemory"; + case 0x0a7306a4: return "cellFontOpenFontFile"; + case 0x0baf90fe: return "cellFontGetRenderScaledKerning"; + case 0x0d106a11: return "cellFontGetRenderScalePixel"; + case 0x1387c45c: return "cellFontGetHorizontalLayout"; + case 0x16322df1: return "cellFontGraphicsSetScalePixel"; + case 0x1a218fe4: return "cellFontRenderCharGlyphImageHorizontal"; + case 0x21ebb248: return "cellFontDestroyRenderer"; + case 0x227e1e3c: return "cellFontSetupRenderScalePixel"; + case 0x22e24707: return "cellFontGlyphGetScalePixel"; + case 0x231d5941: return "cellFontGlyphGetHorizontalShift"; + case 0x2388186c: return "cellFontGraphicsGetScalePixel"; + case 0x25253fe4: return "cellFontSetEffectWeight"; + case 0x25dbeff9: return "cellFontGetEffectWeight"; + case 0x285d30d6: return "cellFontGetScalePixel"; + case 0x29329541: return "cellFontOpenFontInstance"; + case 0x297f0e93: return "cellFontSetScalePixel"; + case 0x2da9fd9d: return "cellFontGetRenderCharGlyphMetrics"; + case 0x3da90559: return "cellFontClearFileCache"; + case 0x40d40544: return "cellFontEndLibrary"; + case 0x47ca71ef: return "cellFontAdjustFontScaling"; + case 0x4d19c631: return "cellFontSetupRenderScalePoint"; + case 0x534e785f: return "cellFontGlyphGetVerticalShift"; + case 0x53f529fe: return "cellFontGlyphSetupVertexesGlyph"; + case 0x59ef0073: return "cellFontGetGlyphExpandBufferInfo"; + case 0x5abd8b1e: return "cellFontGetLibrary"; + case 0x66a23100: return "cellFontBindRenderer"; + case 0x698897f8: return "cellFontGetVerticalLayout"; + case 0x6bad7a69: return "cellFontVertexesGlyphRelocate"; + case 0x6bf6f832: return "cellFontSetFontsetOpenMode"; + case 0x6cfada83: return "cellFontSetFontOpenMode"; + case 0x700e6223: return "cellFontGetRenderCharGlyphMetricsVertical"; + case 0x70f3e728: return "cellFontSetScalePoint"; + case 0x78d05e08: return "cellFontSetupRenderEffectSlant"; + case 0x7ab47f7e: return "cellFontEnd"; + case 0x7c5df0d8: return "cellFontGetInitializedRevisionFlags"; + case 0x7c83bc15: return "cellFontGraphicsSetLineRGBA"; + case 0x8657c8f5: return "cellFontSetEffectSlant"; + case 0x87bd650f: return "cellFontGraphicsSetDrawType"; + case 0x88be4799: return "cellFontRenderCharGlyphImage"; + case 0x8a35c887: return "cellFontEndGraphics"; + case 0x8a632038: return "cellFontGetResolutionDpi"; + case 0x8e3f2c40: return "cellFontGlyphRenderImageVertical"; + case 0x90b9465e: return "cellFontRenderSurfaceInit"; + case 0x970d4c22: return "cellFontGraphicsSetupDrawContext"; + case 0x97b95244: return "cellFontGlyphRenderImageHorizontal"; + case 0x98ac5524: return "cellFontGetFontIdCode"; + case 0x9c8d3ff7: return "cellFontGlyphGetOutlineVertexes"; + case 0x9e19072b: return "cellFontOpenFontMemory"; + case 0x9e3b1e16: return "cellFontAdjustGlyphExpandBuffer"; + case 0xa165daae: return "cellFontGetRenderScalePoint"; + case 0xa41342dc: return "cellFontGraphicsGetFontRGBA"; + case 0xa6dc25d1: return "cellFontSetupRenderEffectWeight"; + case 0xa7b2103a: return "cellFontDelete"; + case 0xa885cc9b: return "cellFontOpenFontset"; + case 0xa8fae920: return "cellFontGlyphGetOutlineControlDistance"; + case 0xb015a84e: return "cellFontGetRevisionFlags"; + case 0xb276f1f6: return "cellFontCloseFont"; + case 0xb3d304b2: return "cellFontPatchWorks"; + case 0xb422b005: return "cellFontRenderSurfaceSetScissor"; + case 0xb4d112af: return "cellFontGlyphGetVertexesGlyphSize"; + case 0xc17259de: return "cellFontGenerateCharGlyph"; + case 0xc91c8ece: return "cellFontGetBindingRenderer"; + case 0xcaed32c1: return "cellFontGenerateCharGlyphVertical"; + case 0xced4dda9: return "cellFontGetRenderEffectSlant"; + case 0xd62f5d76: return "cellFontDeleteGlyph"; + case 0xd8eaee9f: return "cellFontGetCharGlyphMetrics"; + case 0xdee0836c: return "cellFontExtend"; + case 0xe01b199e: return "cellFontGlyphRenderImage"; + case 0xe16e679a: return "cellFontGetEffectSlant"; + case 0xe857a0ca: return "cellFontRenderCharGlyphImageVertical"; + case 0xf03dcc29: return "cellFontInitializeWithRevision"; + case 0xf16379fa: return "cellFontUnbindRenderer"; + case 0xf7a19060: return "cellFontGetScalePoint"; + case 0xf7aaa8e2: return "cellFontGraphicsGetLineRGBA"; + case 0xfb3341ba: return "cellFontSetResolutionDpi"; + case 0xfe9a6dd7: return "cellFontGetCharGlyphMetricsVertical"; + case 0x7a0a83c4: return "cellFontInitLibraryFreeTypeWithRevision"; + case 0xec89a187: return "cellFontFTGetRevisionFlags"; + case 0xfa0c2de0: return "cellFontFTGetInitializedRevisionFlags"; + case 0x2a8e6b92: return "cellGameGetDiscContentInfoUpdatePath"; + case 0x3a5d726a: return "cellGameGetParamString"; + case 0x42a2e133: return "cellGameCreateGameData"; + case 0x70acec67: return "cellGameContentPermit"; + case 0x87406734: return "cellGameThemeInstallFromBuffer"; + case 0xa80bf223: return "cellGameGetLocalWebContentPath"; + case 0xb0a1f8c6: return "cellGameContentErrorDialog"; + case 0xb367c6e3: return "cellGameDeleteGameData"; + case 0xb7a45caf: return "cellGameGetParamInt"; + case 0xce4374f6: return "cellGamePatchCheck"; + case 0xd24e3928: return "cellGameThemeInstall"; + case 0xdaa5cd20: return "cellGameSetParamString"; + case 0xdb9819f3: return "cellGameDataCheck"; + case 0xef9d42d5: return "cellGameGetSizeKB"; + case 0xf52639ea: return "cellGameBootCheck"; + case 0x38579ec9: return "cellGameSetExitParam"; + case 0x59b1ede1: return "cellGameGetHomeDataExportPath"; + case 0x59bbebd4: return "cellGameGetHomePath"; + case 0x72cc6cf7: return "cellGameGetHomeDataImportPath"; + case 0x94e9f81d: return "cellGameGetHomeLaunchOptionPath"; + case 0xf6acd0bc: return "cellGameGetBootGameInfo"; + case 0x055bd74d: return "cellGcmGetTiledPitchSize"; + case 0x06edea9e: return "cellGcmSetUserHandler"; + case 0x0a862772: return "cellGcmSetQueueHandler"; + case 0x0b4b62d5: return "cellGcmSetPrepareFlip"; + case 0x0e6b0dae: return "cellGcmGetDisplayInfo"; + case 0x107bf3a1: return "cellGcmInitCursor"; + case 0x15bae46b: return "_cellGcmInitBody"; + case 0x172c3197: return "cellGcmSetDefaultCommandBufferAndSegmentWordSize"; + case 0x1a0de550: return "cellGcmSetCursorPosition"; + case 0x1bd633f8: return "_cellGcmFunc3"; + case 0x1f61b3ff: return "cellGcmDumpGraphicsError"; + case 0x21397818: return "_cellGcmSetFlipCommand"; + case 0x21ac3697: return "cellGcmAddressToOffset"; + case 0x21cee035: return "cellGcmGetNotifyDataAddress"; + case 0x23ae55a3: return "cellGcmGetLastSecondVTime"; + case 0x25b40ab4: return "cellGcmSortRemapEaIoAddress"; + case 0x2922aed0: return "cellGcmGetOffsetTable"; + case 0x2a6fba9c: return "cellGcmIoOffsetToAddress"; + case 0x2ad4951b: return "cellGcmGetTimeStampLocation"; + case 0x371674cf: return "cellGcmGetDisplayBufferByFlipIndex"; + case 0x3a33c1fd: return "_cellGcmFunc15"; + case 0x3b9bd5bd: return "cellGcmUnreserveIoMapSize"; + case 0x4524cccd: return "cellGcmBindTile"; + case 0x4ae8d215: return "cellGcmSetFlipMode"; + case 0x4d7ce993: return "cellGcmSetSecondVFrequency"; + case 0x51c9d62b: return "cellGcmSetDebugOutputLevel"; + case 0x527c6439: return "cellGcmTerminate"; + case 0x5a41c10f: return "cellGcmGetTimeStamp"; + case 0x5e2ee0f0: return "cellGcmGetDefaultCommandWordSize"; + case 0x5f909b17: return "_cellGcmFunc1"; + case 0x626e8518: return "cellGcmMapEaIoAddressWithFlags"; + case 0x63387071: return "cellGcmGetLastFlipTime"; + case 0x63441cb4: return "cellGcmMapEaIoAddress"; + case 0x657571f7: return "cellGcmGetTileInfo"; + case 0x661fe266: return "_cellGcmFunc12"; + case 0x688b8ac9: return "_cellGcmFunc38"; + case 0x69c6cc82: return "cellGcmSetCursorDisable"; + case 0x723bbc7e: return "cellGcmGetVBlankCount"; + case 0x72a577ce: return "cellGcmGetFlipStatus"; + case 0x7fc034bc: return "_cellGcmFunc4"; + case 0x8572bce2: return "cellGcmGetReportDataAddressLocation"; + case 0x8bde5ebf: return "cellGcmSetUserCommand"; + case 0x8cdf8c70: return "cellGcmGetDefaultSegmentWordSize"; + case 0x8effb7fd: return "_cellGcmFunc2"; + case 0x93806525: return "cellGcmGetCurrentDisplayBufferId"; + case 0x983fb9aa: return "cellGcmSetWaitFlip"; + case 0x99d397ac: return "cellGcmGetReport"; + case 0x9a0159af: return "cellGcmGetReportDataAddress"; + case 0x9ba451e4: return "cellGcmSetDefaultFifoSize"; + case 0x9dc04436: return "cellGcmBindZcull"; + case 0xa114ec67: return "cellGcmMapMainMemory"; + case 0xa41ef7e8: return "cellGcmSetFlipHandler"; + case 0xa47c09ff: return "cellGcmSetFlipStatus"; + case 0xa53d12ae: return "cellGcmSetDisplayBuffer"; + case 0xa547adde: return "cellGcmGetControlRegister"; + case 0xa6b180ac: return "cellGcmGetReportDataLocation"; + case 0xa75640e8: return "cellGcmUnbindZcull"; + case 0xa7ede268: return "cellGcmReserveIoMapSize"; + case 0xa91b0402: return "cellGcmSetVBlankHandler"; + case 0xacee8542: return "cellGcmSetFlipImmediate"; + case 0xb2e761d4: return "cellGcmResetFlipStatus"; + case 0xbb42a9dd: return "_cellGcmFunc13"; + case 0xbc982946: return "cellGcmSetDefaultCommandBuffer"; + case 0xbd100dbc: return "cellGcmSetTileInfo"; + case 0xbd2fa0a7: return "cellGcmUpdateCursor"; + case 0xbd6d60d9: return "cellGcmSetInvalidateTile"; + case 0xc47d0812: return "cellGcmSetCursorEnable"; + case 0xc8f3bd09: return "cellGcmGetCurrentField"; + case 0xcaabd992: return "cellGcmInitDefaultFifoMode"; + case 0xd01b570d: return "cellGcmSetGraphicsHandler"; + case 0xd0b1d189: return "cellGcmSetTile"; + case 0xd34a420d: return "cellGcmSetZcull"; + case 0xd8f88e1a: return "_cellGcmSetFlipCommandWithWaitLabel"; + case 0xd9a0a879: return "cellGcmGetZcullInfo"; + case 0xd9b7653e: return "cellGcmUnbindTile"; + case 0xdb23e867: return "cellGcmUnmapIoAddress"; + case 0xdb769b32: return "cellGcmMapLocalMemory"; + case 0xdc09357e: return "cellGcmSetFlip"; + case 0xdc494430: return "cellGcmSetSecondVHandler"; + case 0xdf6476bd: return "cellGcmSetWaitFlipUnsafe"; + case 0xe315a0b2: return "cellGcmGetConfiguration"; + case 0xe44874f3: return "cellGcmSysGetLastVBlankTime"; + case 0xefd00f54: return "cellGcmUnmapEaIoAddress"; + case 0xf80196c1: return "cellGcmGetLabelAddress"; + case 0xf9bfdc72: return "cellGcmSetCursorImageOffset"; + case 0xfb81c03e: return "cellGcmGetMaxIoMapSize"; + case 0xfce9e764: return "cellGcmInitSystemMode"; + case 0xffe0160e: return "cellGcmSetVBlankFrequency"; + case 0x02e7e03e: return "cellGifDecExtDecodeData"; + case 0x116a7da9: return "cellGifDecClose"; + case 0x17fb83c1: return "cellGifDecExtOpen"; + case 0x41a90dc4: return "cellGifDecSetParameter"; + case 0x44b1bc61: return "cellGifDecDecodeData"; + case 0x4711cb7f: return "cellGifDecExtCreate"; + case 0x75745079: return "cellGifDecOpen"; + case 0x95cae771: return "cellGifDecExtSetParameter"; + case 0xb60d42a5: return "cellGifDecCreate"; + case 0xe53f91f2: return "cellGifDecExtReadHeader"; + case 0xe74b2cb1: return "cellGifDecDestroy"; + case 0xf0da95de: return "cellGifDecReadHeader"; + case 0x052a80d9: return "cellHttpCreateTransaction"; + case 0x070f1020: return "cellHttpClientGetTotalPoolSize"; + case 0x0b9fea5f: return "cellHttpRequestGetHeader"; + case 0x0d846d63: return "cellHttpCookieImportWithClientId"; + case 0x0d896b97: return "cellHttpSetProxy"; + case 0x0d9c65be: return "cellHttpClientGetAllHeaders"; + case 0x0ef17399: return "cellHttpTransactionGetUri"; + case 0x10d0d7fc: return "cellHttpResponseGetStatusCode"; + case 0x130150ea: return "cellHttpClientGetRecvBufferSize"; + case 0x1395d8d1: return "cellHttpClientSetSslCallback"; + case 0x13fe767b: return "cellHttpClientSetCookieRecvCallback"; + case 0x14bfc765: return "cellHttpClientGetConnTimeout"; + case 0x16214411: return "cellHttpRequestDeleteHeader"; + case 0x1b5bdcc6: return "cellHttpAddCookieWithClientId"; + case 0x2033b878: return "cellHttpClientCloseAllConnections"; + case 0x211d8ba3: return "cellHttpClientSetAutoRedirect"; + case 0x224e1610: return "cellHttpClientSetRecvTimeout"; + case 0x250c386c: return "cellHttpInit"; + case 0x271a0b06: return "cellHttpClientGetSendTimeout"; + case 0x27f86d70: return "cellHttpClientCloseConnections"; + case 0x2960e309: return "cellHttpClientGetAutoRedirect"; + case 0x296a46cf: return "cellHttpClientSetPipeline"; + case 0x2a1f28f6: return "cellHttpClientGetPipeline"; + case 0x2a78ff04: return "cellHttpTransactionGetSslId"; + case 0x2a87603a: return "cellHttpGetProxy"; + case 0x2d52848b: return "cellHttpTransactionAbortConnection"; + case 0x32f5cae2: return "cellHttpDestroyTransaction"; + case 0x34061e49: return "cellHttpTransactionGetSslCipherId"; + case 0x38954133: return "cellHttpTransactionGetSslCipherBits"; + case 0x40547d8b: return "cellHttpClientSetVersion"; + case 0x4137a1f6: return "cellHttpRequestGetChunkedTransferStatus"; + case 0x42205fe0: return "cellHttpRequestGetAllHeaders"; + case 0x434419c8: return "cellHttpClientSetCookieStatus"; + case 0x464ff889: return "cellHttpResponseGetContentLength"; + case 0x46bcc9ff: return "cellHttpClientGetPerHostKeepAliveMax"; + case 0x473cd9f1: return "cellHttpClientSetRedirectCallback"; + case 0x4b33942a: return "cellHttpClientAddHeader"; + case 0x4d40cf98: return "cellHttpClientGetProxy"; + case 0x4d915204: return "cellHttpClientSetCookieSendCallback"; + case 0x4e4ee53a: return "cellHttpCreateClient"; + case 0x4f5d8d20: return "cellHttpResponseGetHeader"; + case 0x522180bc: return "cellHttpsInit"; + case 0x54f2a4de: return "cellHttpRequestSetHeader"; + case 0x591c21a8: return "cellHttpClientGetKeepAlive"; + case 0x595adee9: return "cellHttpClientSetPerHostKeepAliveMax"; + case 0x5980a293: return "cellHttpClientGetAutoAuthentication"; + case 0x5d473170: return "cellHttpClientSetKeepAlive"; + case 0x617eec02: return "cellHttpClientDeleteHeader"; + case 0x61b2bade: return "cellHttpEndCookie"; + case 0x61c90691: return "cellHttpRecvResponse"; + case 0x65691795: return "cellHttpClientSetSslVersion"; + case 0x660d42a9: return "cellHttpClientSetAuthenticationCallback"; + case 0x6884cdb7: return "cellHttpClientGetResponseBufferMax"; + case 0x6a81b5e4: return "cellHttpResponseGetStatusLine"; + case 0x6eed4999: return "cellHttpClientSetAuthenticationCacheStatus"; + case 0x71714cdc: return "cellHttpClientSetSendTimeout"; + case 0x7313c78d: return "cellHttpClientSetSslIdDestroyCallback"; + case 0x895c604c: return "cellHttpTransactionGetSslCipherName"; + case 0x8aa5fcd3: return "cellHttpClientSetTotalPoolSize"; + case 0x8e3f7ee1: return "cellHttpRequestSetChunkedTransferStatus"; + case 0x8eaf47a3: return "cellHttpClientSetAutoAuthentication"; + case 0x93e938e5: return "cellHttpTransactionGetSslCipherVersion"; + case 0x958323cf: return "cellHttpRequestGetContentLength"; + case 0x9638f766: return "cellHttpInitCookie"; + case 0x980855ac: return "cellHttpDestroyClient"; + case 0xa0d9223c: return "cellHttpTransactionCloseConnection"; + case 0xa34c4b6f: return "cellHttpClientSetHeader"; + case 0xa755b005: return "cellHttpSendRequest"; + case 0xab1c55ab: return "cellHttpClientSetPerHostPoolSize"; + case 0xad1c6f02: return "cellHttpTransactionGetSslVersion"; + case 0xad6a2e5b: return "cellHttpSessionCookieFlush"; + case 0xadc0a4b2: return "cellHttpClientPollConnections"; + case 0xadd66b5c: return "cellHttpClientSetResponseBufferMax"; + case 0xaf73a64e: return "cellHttpRequestSetContentLength"; + case 0xb6feb84b: return "cellHttpClientSetTransactionStateCallback"; + case 0xba78e51f: return "cellHttpClientGetRecvTimeout"; + case 0xbea17389: return "cellHttpResponseGetAllHeaders"; + case 0xbf6e3659: return "cellHttpClientSetRecvBufferSize"; + case 0xcac9fc34: return "cellHttpClientSetUserAgent"; + case 0xccf57336: return "cellHttpClientGetSslVersion"; + case 0xd06c90a4: return "cellHttpClientGetPerPipelineMax"; + case 0xd1ec0b25: return "cellHttpClientGetHeader"; + case 0xd276ff1f: return "cellHttpEnd"; + case 0xd47cc666: return "cellHttpTransactionReleaseConnection"; + case 0xd7471088: return "cellHttpClientSetConnTimeout"; + case 0xd7d3cd5d: return "cellHttpClientSetProxy"; + case 0xd8352a40: return "cellHttpClientSetSslClientCertificate"; + case 0xdc405507: return "cellHttpClientGetVersion"; + case 0xdc7ed599: return "cellHttpClientSetPerPipelineMax"; + case 0xe3c424b3: return "cellHttpTransactionGetSslCipherString"; + case 0xe6d4202f: return "cellHttpsEnd"; + case 0xeb9c1e5e: return "cellHttpClientGetCookieStatus"; + case 0xed993147: return "cellHttpRequestAddHeader"; + case 0xee05b0c1: return "cellHttpClientGetUserAgent"; + case 0xf972c733: return "cellHttpCookieExportWithClientId"; + case 0xfce39343: return "cellHttpClientGetAuthenticationCacheStatus"; + case 0xffc74003: return "cellHttpClientGetPerHostPoolSize"; + case 0x04accebf: return "cellHttpUtilBuildHeader"; + case 0x1c6e4dbb: return "cellHttpUtilBuildRequestLine"; + case 0x2763fd66: return "cellHttpUtilUnescapeUri"; + case 0x2bcbced4: return "cellHttpUtilParseStatusLine"; + case 0x32faaf58: return "cellHttpUtilParseUri"; + case 0x37bb53a2: return "cellHttpUtilAppendHeaderValue"; + case 0x44d756d6: return "cellHttpUtilFormUrlEncode"; + case 0x50ea75bc: return "cellHttpUtilCopyStatusLine"; + case 0x6f0f7667: return "cellHttpUtilBuildUri"; + case 0x83faa354: return "cellHttpUtilBase64Encoder"; + case 0x8bb608e4: return "cellHttpUtilParseUriPath"; + case 0x8e52ee08: return "cellHttpUtilBase64Decoder"; + case 0x8e6c5bb9: return "cellHttpUtilFormUrlDecode"; + case 0x8ea23deb: return "cellHttpUtilMergeUriPath"; + case 0x9003b1f2: return "cellHttpUtilEscapeUri"; + case 0x97f9fbe5: return "cellHttpUtilCopyHeader"; + case 0xa3457869: return "cellHttpUtilParseProxy"; + case 0xaabeb869: return "cellHttpUtilSweepPath"; + case 0xe1fb0ebd: return "cellHttpUtilParseHeader"; + case 0xf05df789: return "cellHttpUtilCopyUri"; + case 0x0e363ae7: return "cellImeJpGetFocusTop"; + case 0x177bd218: return "cellImeJpGetCandidateSelect"; + case 0x1986f2cd: return "cellImeJpGetPredictList"; + case 0x1b119958: return "cellImeJpOpen3"; + case 0x1e29103b: return "cellImeJpConvertForward"; + case 0x1e411261: return "cellImeJpMoveFocusClause"; + case 0x24e9d8fc: return "cellImeJpSetKanaInputMode"; + case 0x36d38701: return "cellImeJpReset"; + case 0x37961cc1: return "cellImeJpExtendConvertArea"; + case 0x441a1c2b: return "cellImeJpEnterString"; + case 0x44608862: return "cellImeJpOpen"; + case 0x46d1234a: return "cellImeJpClose"; + case 0x47b43dd4: return "cellImeJpOpen2"; + case 0x5b6ada55: return "cellImeJpEnterCharExt"; + case 0x5f5b3227: return "cellImeJpGetFocusLength"; + case 0x6298b55a: return "cellImeJpEnterStringExt"; + case 0x6319eda3: return "cellImeJpAllDeleteConvertString"; + case 0x66c6cc78: return "cellImeJpGetStatus"; + case 0x6ccbe3d6: return "cellImeJpEnterChar"; + case 0x7189430b: return "cellImeJpAllConfirm"; + case 0x72257652: return "cellImeJpDeleteWord"; + case 0x7a18c2b9: return "cellImeJpCurrentPartConfirm"; + case 0x89f8a567: return "cellImeJpGetConfirmYomiString"; + case 0x8bb41f47: return "cellImeJpPostConvert"; + case 0xaa1d1f57: return "cellImeJpBackspaceWord"; + case 0xaa2a3287: return "cellImeJpShortenConvertArea"; + case 0xac6693d8: return "cellImeJpModeCaretRight"; + case 0xbd679cc1: return "cellImeJpTemporalConfirm"; + case 0xc1786c81: return "cellImeJpSetFixInputMode"; + case 0xc2bb48bc: return "cellImeJpConvertBackward"; + case 0xc4796a45: return "cellImeJpGetCandidateListSize"; + case 0xcbbc20b7: return "cellImeJpAllConvertCancel"; + case 0xd3fc3606: return "cellImeJpGetConfirmString"; + case 0xe4cc15ba: return "cellImeJpGetCandidateList"; + case 0xe76c9700: return "cellImeJpModeCaretLeft"; + case 0xea2d4881: return "cellImeJpGetConvertYomiString"; + case 0xeae879dc: return "cellImeJpConvertCancel"; + case 0xeede898c: return "cellImeJpConfirmPrediction"; + case 0xf5992ec8: return "cellImeJpSetInputCharType"; + case 0xf91abda3: return "cellImeJpGetConvertString"; + case 0x65cbbb16: return "cellJpgDecExtSetParameter"; + case 0x6d9ebccf: return "cellJpgDecReadHeader"; + case 0x716f8792: return "cellJpgDecExtDecodeData"; + case 0x8b300f66: return "cellJpgDecExtCreate"; + case 0x9338a07a: return "cellJpgDecClose"; + case 0x976ca5c2: return "cellJpgDecOpen"; + case 0xa7978f59: return "cellJpgDecCreate"; + case 0xa9f703e3: return "cellJpgDecExtOpen"; + case 0xaf8bb012: return "cellJpgDecDecodeData"; + case 0xb91eb3d2: return "cellJpgDecExtReadHeader"; + case 0xd8ea91f8: return "cellJpgDecDestroy"; + case 0xe08f3910: return "cellJpgDecSetParameter"; + case 0x0cf2b78b: return "cellJpgEncReset"; + case 0x12d9b6c5: return "cellJpgEncQueryAttr"; + case 0x2ae79be8: return "cellJpgEncWaitForInput"; + case 0x4262e880: return "cellJpgEncGetStreamInfo"; + case 0x636dc89e: return "cellJpgEncEncodePicture2"; + case 0x6f2d371c: return "cellJpgEncOpenEx"; + case 0x969fc5f7: return "cellJpgEncClose"; + case 0x9b4e3a74: return "cellJpgEncWaitForOutput"; + case 0xa4bfae51: return "cellJpgEncOpen"; + case 0xa9e81214: return "cellJpgEncEncodePicture"; + case 0x0dfbadfa: return "cellKey2CharSetArrangement"; + case 0x14bf2dc1: return "cellKey2CharClose"; + case 0x56776c0d: return "cellKey2CharGetChar"; + case 0xabf629c1: return "cellKey2CharOpen"; + case 0xbfc03768: return "cellKey2CharSetMode"; + case 0x005200e6: return "UCS2toEUCJP"; + case 0x01b0cbf4: return "l10n_convert"; + case 0x0356038c: return "UCS2toUTF32"; + case 0x05028763: return "jis2kuten"; + case 0x058addc8: return "UTF8toGB18030"; + case 0x060ee3b2: return "JISstoUTF8s"; + case 0x07168a83: return "SjisZen2Han"; + case 0x0bc386c8: return "ToSjisLower"; + case 0x0bedf77d: return "UCS2toGB18030"; + case 0x0bf867e2: return "HZstoUCS2s"; + case 0x0ce278fd: return "UCS2stoHZs"; + case 0x0d90a48d: return "UCS2stoSJISs"; + case 0x0f624540: return "kuten2eucjp"; + case 0x14ee3649: return "sjis2jis"; + case 0x14f504b8: return "EUCKRstoUCS2s"; + case 0x16eaf5f1: return "UHCstoEUCKRs"; + case 0x1758053c: return "jis2sjis"; + case 0x1906ce6b: return "jstrnchk"; + case 0x1ac0d23d: return "L10nConvert"; + case 0x1ae2acee: return "EUCCNstoUTF8s"; + case 0x1cb1138f: return "GBKstoUCS2s"; + case 0x1da42d70: return "eucjphan2zen"; + case 0x1ec712e0: return "ToSjisHira"; + case 0x1fb50183: return "GBKtoUCS2"; + case 0x21948c03: return "eucjp2jis"; + case 0x21aa3045: return "UTF32stoUTF8s"; + case 0x24fd32a9: return "sjishan2zen"; + case 0x256b6861: return "UCS2toSBCS"; + case 0x262a5ae2: return "UTF8stoGBKs"; + case 0x28724522: return "UTF8toUCS2"; + case 0x2ad091c6: return "UCS2stoUTF8s"; + case 0x2b84030c: return "EUCKRstoUTF8s"; + case 0x2efa7294: return "UTF16stoUTF32s"; + case 0x2f9eb543: return "UTF8toEUCKR"; + case 0x317ab7c2: return "UTF16toUTF8"; + case 0x32689828: return "ARIBstoUTF8s"; + case 0x33435818: return "SJISstoUTF8s"; + case 0x33f8b35c: return "sjiszen2han"; + case 0x3968f176: return "ToEucJpLower"; + case 0x398a3dee: return "MSJIStoUTF8"; + case 0x3a20bc34: return "UCS2stoMSJISs"; + case 0x3dabd5a7: return "EUCJPtoUTF8"; + case 0x3df65b64: return "eucjp2sjis"; + case 0x408a622b: return "ToEucJpHira"; + case 0x41b4a5ae: return "UHCstoUCS2s"; + case 0x41ccf033: return "ToEucJpKata"; + case 0x42838145: return "HZstoUTF8s"; + case 0x4931b44e: return "UTF8toMSJIS"; + case 0x4b3bbacb: return "BIG5toUTF8"; + case 0x511d386b: return "EUCJPstoSJISs"; + case 0x52b7883f: return "UTF8stoBIG5s"; + case 0x53558b6b: return "UTF16stoUCS2s"; + case 0x53764725: return "UCS2stoGB18030s"; + case 0x53c71ac2: return "EUCJPtoSJIS"; + case 0x54f59807: return "EUCJPtoUCS2"; + case 0x55f6921c: return "UCS2stoGBKs"; + case 0x58246762: return "EUCKRtoUHC"; + case 0x596df41c: return "UCS2toSJIS"; + case 0x5a4ab223: return "MSJISstoUTF8s"; + case 0x5ac783dc: return "EUCJPstoUTF8s"; + case 0x5b684dfb: return "UCS2toBIG5"; + case 0x5cd29270: return "UTF8stoEUCKRs"; + case 0x5e1d9330: return "UHCstoUTF8s"; + case 0x60ffa0ec: return "GB18030stoUCS2s"; + case 0x6122e000: return "SJIStoUTF8"; + case 0x6169f205: return "JISstoSJISs"; + case 0x61fb9442: return "UTF8toUTF16"; + case 0x62b36bcf: return "UTF8stoMSJISs"; + case 0x63219199: return "EUCKRtoUTF8"; + case 0x638c2fc1: return "SjisHan2Zen"; + case 0x64a10ec8: return "UCS2toUTF16"; + case 0x65444204: return "UCS2toMSJIS"; + case 0x6621a82c: return "sjis2kuten"; + case 0x6a6f25d1: return "UCS2toUHC"; + case 0x6c62d879: return "UTF32toUCS2"; + case 0x6de4b508: return "ToSjisUpper"; + case 0x6e0705c4: return "UTF8toEUCJP"; + case 0x6e5906fd: return "UCS2stoEUCJPs"; + case 0x6fc530b3: return "UTF16toUCS2"; + case 0x714a9b4a: return "UCS2stoUTF16s"; + case 0x71804d64: return "UCS2stoEUCCNs"; + case 0x72632e53: return "SBCSstoUTF8s"; + case 0x73f2cd21: return "SJISstoJISs"; + case 0x74496718: return "SBCStoUTF8"; + case 0x74871fe0: return "UTF8toUTF32"; + case 0x750c363d: return "jstrchk"; + case 0x7c5bde1c: return "UHCtoEUCKR"; + case 0x7c912bda: return "kuten2jis"; + case 0x7d07a1c2: return "UTF8toEUCCN"; + case 0x8171c1cc: return "EUCCNtoUTF8"; + case 0x82d5ecdf: return "EucJpZen2Han"; + case 0x8555fe15: return "UTF32stoUTF16s"; + case 0x860fc741: return "GBKtoUTF8"; + case 0x867f7b8b: return "ToEucJpUpper"; + case 0x88f8340b: return "UCS2stoJISs"; + case 0x89236c86: return "UTF8stoGB18030s"; + case 0x8a56f148: return "EUCKRstoUHCs"; + case 0x8ccdba38: return "UTF8stoUTF32s"; + case 0x8f472054: return "UTF8stoEUCCNs"; + case 0x90e9b5d2: return "EUCJPstoUCS2s"; + case 0x91a99765: return "UHCtoUCS2"; + case 0x931ff25a: return "L10nConvertStr"; + case 0x949bb14c: return "GBKstoUTF8s"; + case 0x9557ac9b: return "UTF8toUHC"; + case 0x9768b6d3: return "UTF32toUTF8"; + case 0x9874020d: return "sjis2eucjp"; + case 0x9a0e7d23: return "UCS2toEUCCN"; + case 0x9a13d6b8: return "UTF8stoUHCs"; + case 0x9a72059d: return "EUCKRtoUCS2"; + case 0x9b1210c6: return "UTF32toUTF16"; + case 0x9cd8135b: return "EUCCNstoUCS2s"; + case 0x9ce52809: return "SBCSstoUCS2s"; + case 0x9cf1ab77: return "UTF8stoJISs"; + case 0x9d14dc46: return "ToSjisKata"; + case 0x9dcde367: return "jis2eucjp"; + case 0x9ec52258: return "BIG5toUCS2"; + case 0xa0d463c0: return "UCS2toGBK"; + case 0xa19fb9de: return "UTF16toUTF32"; + case 0xa298cad2: return "l10n_convert_str"; + case 0xa34fa0eb: return "EUCJPstoJISs"; + case 0xa5146299: return "UTF8stoARIBs"; + case 0xa609f3e9: return "JISstoEUCJPs"; + case 0xa60ff5c9: return "EucJpHan2Zen"; + case 0xa963619c: return "isEucJpKigou"; + case 0xa9a76fb8: return "UCS2toUTF8"; + case 0xaf18d499: return "GB18030toUCS2"; + case 0xb3361be6: return "UHCtoUTF8"; + case 0xb6e45343: return "MSJIStoUCS2"; + case 0xb7cef4a6: return "UTF8toGBK"; + case 0xb7e08f7a: return "kuten2sjis"; + case 0xb9cf473d: return "UTF8toSBCS"; + case 0xbdd44ee3: return "SJIStoUCS2"; + case 0xbe42e661: return "eucjpzen2han"; + case 0xbe8d5485: return "UCS2stoARIBs"; + case 0xbefe3869: return "isSjisKigou"; + case 0xc62b758d: return "UTF8stoEUCJPs"; + case 0xc7bdcb4c: return "UCS2toEUCKR"; + case 0xc944fa56: return "SBCStoUCS2"; + case 0xc9b78f58: return "MSJISstoUCS2s"; + case 0xcc1633cc: return "l10n_get_converter"; + case 0xd02ef83d: return "GB18030stoUTF8s"; + case 0xd8721e2c: return "SJISstoEUCJPs"; + case 0xd8cb24cb: return "UTF32stoUCS2s"; + case 0xd990858b: return "BIG5stoUTF8s"; + case 0xd9fb1224: return "EUCCNtoUCS2"; + case 0xda67b37f: return "UTF8stoSBCSs"; + case 0xdc54886c: return "UCS2stoEUCKRs"; + case 0xdd5ebdeb: return "UTF8stoSJISs"; + case 0xdefa1c17: return "UTF8stoHZs"; + case 0xe2eabb32: return "eucjp2kuten"; + case 0xe6d9e234: return "UTF8toBIG5"; + case 0xe6f5711b: return "UTF16stoUTF8s"; + case 0xe956dc64: return "JISstoUCS2s"; + case 0xeabc3d00: return "GB18030toUTF8"; + case 0xeb3dc670: return "UTF8toSJIS"; + case 0xeb41cc68: return "ARIBstoUCS2s"; + case 0xeb685b83: return "UCS2stoUTF32s"; + case 0xebae29c0: return "UCS2stoSBCSs"; + case 0xee6c6a39: return "UCS2stoBIG5s"; + case 0xf1dcfa71: return "UCS2stoUHCs"; + case 0xf439728e: return "SJIStoEUCJP"; + case 0xf7681b9a: return "UTF8stoUTF16s"; + case 0xf9b1896d: return "SJISstoUCS2s"; + case 0xfa4a675a: return "BIG5stoUCS2s"; + case 0xfdbf6ac5: return "UTF8stoUCS2s"; + case 0x0252efcc: return "cellUserTraceInit"; + case 0x05893e7c: return "cellUserTraceRegister"; + case 0x6d045c2e: return "cellUserTraceUnregister"; + case 0x898c77bf: return "cellUserTraceTerminate"; + case 0x017024a8: return "cellMicGetDeviceGUID"; + case 0x05709bbf: return "cellMicOpenEx"; + case 0x07e1b12c: return "cellMicRead"; + case 0x186cb1fb: return "cellMicIsOpen"; + case 0x1b42101b: return "cellMicIsAttached"; + case 0x25c5723f: return "cellMicGetStatus"; + case 0x323deb41: return "cellMicSetSignalAttr"; + case 0x3acc118e: return "cellMicReadAux"; + case 0x3ace58f3: return "cellMicSysShareClose"; + case 0x48108a23: return "cellMicGetFormat"; + case 0x4e0b69ee: return "cellMicGetFormatRaw"; + case 0x65336418: return "cellMicRemoveNotifyEventQueue"; + case 0x6a024aa0: return "cellMicGetDeviceAttr"; + case 0x6bc46aab: return "cellMicReset"; + case 0x6cc7ae00: return "cellMicSetNotifyEventQueue2"; + case 0x72165a7f: return "cellMicReadRaw"; + case 0x7903400e: return "cellMicSetNotifyEventQueue"; + case 0x8325e02d: return "cellMicInit"; + case 0x87a08d29: return "cellMicGetFormatDsp"; + case 0x891c6291: return "cellMicSetMultiMicNotifyEventQueue"; + case 0x8d229f8e: return "cellMicClose"; + case 0xa42ac07a: return "cellMicOpenRaw"; + case 0xa52d2ae4: return "cellMicGetType"; + case 0xac5ba03a: return "cellMicGetSignalAttr"; + case 0xad049ecf: return "cellMicGetFormatEx"; + case 0xb2c16321: return "cellMicSetDeviceAttr"; + case 0xb30780eb: return "cellMicGetSignalState"; + case 0xbdfd51e2: return "cellMicSysShareStop"; + case 0xc3610dbd: return "cellMicSysShareOpen"; + case 0xc414faa5: return "cellMicReadDsp"; + case 0xc461563c: return "cellMicCommand"; + case 0xc6328caa: return "cellMicEnd"; + case 0xcac7e7d7: return "cellMicSysShareStart"; + case 0xd127cd3e: return "cellMicSysShareInit"; + case 0xdd1b59f0: return "cellMicOpen"; + case 0xdd724314: return "cellMicStart"; + case 0xddd19a89: return "cellMicStartEx"; + case 0xe839380f: return "cellMicStopEx"; + case 0xf82bbf7c: return "cellMicSysShareEnd"; + case 0xfcfaf246: return "cellMicStop"; + case 0xfda12276: return "cellMicGetFormatAux"; + case 0xfdbbe469: return "cellMicGetDeviceIdentifier"; + case 0x066bb1cf: return "cellMusicDecodeSetDecodeCommand"; + case 0x1576e4f2: return "cellMusicDecodeGetDecodeStatus2"; + case 0x25ea7ac0: return "cellMusicDecodeGetContentsId2"; + case 0x2ef701ec: return "cellMusicDecodeSetDecodeCommand2"; + case 0x491d6ba5: return "cellMusicDecodeSetSelectionContext2"; + case 0x4aef2877: return "cellMusicDecodeFinalize2"; + case 0x58ab1999: return "cellMusicDecodeGetContentsId"; + case 0x5af74c50: return "cellMusicDecodeGetDecodeStatus"; + case 0x84f154b2: return "cellMusicDecodeInitializeSystemWorkload"; + case 0xa8615dc8: return "cellMusicDecodeFinalize"; + case 0xa881b744: return "cellMusicDecodeRead"; + case 0xb2d054df: return "cellMusicDecodeRead2"; + case 0xb641168e: return "cellMusicDecodeInitialize2SystemWorkload"; + case 0xb84f5c81: return "cellMusicDecodeSetSelectionContext"; + case 0xc22563c4: return "cellMusicDecodeSelectContents2"; + case 0xd55dbc11: return "cellMusicDecodeInitialize"; + case 0xdbf70550: return "cellMusicDecodeGetSelectionContext"; + case 0xf24cb963: return "cellMusicDecodeSelectContents"; + case 0xf80e31e5: return "cellMusicDecodeInitialize2"; + case 0xf91639f9: return "cellMusicDecodeGetSelectionContext2"; + case 0x92b50ebc: return "cellMusicExportProgress"; + case 0xb202f0e8: return "cellMusicExportFromFile"; + case 0xb4c9b4f9: return "cellMusicExportInitialize"; + case 0xe0443a44: return "cellMusicExportInitialize2"; + case 0xe90effea: return "cellMusicExportFinalize"; + case 0x0b461648: return "cellMusicGetSelectionContext"; + case 0x2bdc5d6b: return "cellMusicSetSelectionContext2"; + case 0x4014c246: return "cellMusicSetVolume2"; + case 0x4c188caa: return "cellMusicGetContentsId"; + case 0x5bff31bf: return "cellMusicSetSelectionContext"; + case 0x61865281: return "cellMusicInitialize2SystemWorkload"; + case 0x648b7611: return "cellMusicGetPlaybackStatus2"; + case 0x6674de2d: return "cellMusicGetContentsId2"; + case 0x6f2104f3: return "cellMusicFinalize"; + case 0x72876546: return "cellMusicInitializeSystemWorkload"; + case 0x72ec14b5: return "cellMusicInitialize"; + case 0x7be4dc31: return "cellMusicFinalize2"; + case 0x8793ef97: return "cellMusicGetSelectionContext2"; + case 0x8aa188e3: return "cellMusicGetVolume"; + case 0x95f7d9d9: return "cellMusicGetPlaybackStatus"; + case 0x98947a6e: return "cellMusicSetPlaybackCommand2"; + case 0xa0661626: return "cellMusicSetPlaybackCommand"; + case 0xad04cddd: return "cellMusicSelectContents2"; + case 0xb2336ba7: return "cellMusicSelectContents"; + case 0xbe50b11e: return "cellMusicInitialize2"; + case 0xe74ce7bd: return "cellMusicSetVolume"; + case 0xf9073a24: return "cellMusicGetVolume2"; + case 0x04459230: return "cellNetCtlNetStartDialogLoadAsync"; + case 0x0791015f: return "cellGameUpdateCheckStartAsyncEx"; + case 0x0ce13c6b: return "cellNetCtlAddHandler"; + case 0x0f1f13d3: return "cellNetCtlNetStartDialogUnloadAsync"; + case 0x105ee2cb: return "cellNetCtlTerm"; + case 0x10dae56d: return "cellGameUpdateTerm"; + case 0x1e585b5d: return "cellNetCtlGetInfo"; + case 0x3a12865f: return "cellNetCtlGetNatInfo"; + case 0x3e359ab6: return "cellGameUpdateCheckAbort"; + case 0x558700f6: return "cellGameUpdateCheckStartWithoutDialogAsyncEx"; + case 0x71d53210: return "cellNetCtlNetStartDialogAbortAsync"; + case 0x8b3eba69: return "cellNetCtlGetState"; + case 0x901815c3: return "cellNetCtlDelHandler"; + case 0x99ab1a26: return "cellGameUpdateInit"; + case 0xa5e1fa60: return "cellGameUpdateCheckStartWithoutDialogAsync"; + case 0xbd5a59fc: return "cellNetCtlInit"; + case 0xd0a5d727: return "cellGameUpdateCheckStartAsync"; + case 0xf463981c: return "cellGameUpdateCheckFinishAsyncEx"; + case 0xffa3d791: return "cellGameUpdateCheckFinishAsync"; + case 0x09565b21: return "cellOskDialogExtInputDeviceUnlock"; + case 0x1e1b4c97: return "cellOskDialogExtRegisterKeyboardEventHookCallback"; + case 0x23a2ede6: return "cellOskDialogExtAddJapaneseOptionDictionary"; + case 0x42439db5: return "cellOskDialogExtSendFinishMessage"; + case 0x4fe14d09: return "cellOskDialogExtAddOptionDictionary"; + case 0x75370397: return "cellOskDialogExtSetInitialScale"; + case 0x7c95feb8: return "cellOskDialogExtInputDeviceLock"; + case 0x7eb292cd: return "cellOskDialogExtSetBaseColor"; + case 0x8692fcd2: return "cellOskDialogExtRegisterConfirmWordFilterCallback"; + case 0x8b60c469: return "cellOskDialogExtUpdateInputText"; + case 0xe6c43c58: return "cellOskDialogExtEnableHalfByteKana"; + case 0xe800f586: return "cellOskDialogExtRegisterForceFinishCallback"; + case 0x629ba0c0: return "cellOvisInvalidateOverlappedSegments"; + case 0x82f294b2: return "cellOvisGetOverlayTableSize"; + case 0xa876c911: return "cellOvisInitializeOverlayTable"; + case 0xce6cb776: return "cellOvisFixSpuSegments"; + case 0x01067e22: return "cellPamfStreamTypeToEsFilterId"; + case 0x03fd2caa: return "cellPamfReaderSetStreamWithTypeAndChannel"; + case 0x041cc708: return "cellPamfReaderGetStreamIndex"; + case 0x1abeb9d6: return "cellPamfEpIteratorGetEp"; + case 0x28b4e2c1: return "cellPamfReaderSetStreamWithTypeAndIndex"; + case 0x37f723f7: return "cellPamfReaderGetNumberOfStreams"; + case 0x439fba17: return "cellPamfReaderGetEpIteratorWithTimeStamp"; + case 0x44f5c9e3: return "cellPamfGetStreamOffsetAndSize"; + case 0x461534b4: return "cellPamfReaderSetStreamWithIndex"; + case 0x4de501b1: return "cellPamfReaderGetPresentationStartTime"; + case 0x50b83205: return "cellPamfEpIteratorMove"; + case 0x67fd273b: return "cellPamfReaderGetStreamInfo"; + case 0x71df326a: return "cellPamfReaderGetEsFilterId"; + case 0x90fc9a59: return "cellPamfGetHeaderSize2"; + case 0x9ab20793: return "cellPamfReaderGetStreamTypeAndChannel"; + case 0xb8436ee5: return "cellPamfReaderInitialize"; + case 0xca8181c1: return "cellPamfGetHeaderSize"; + case 0xd0230671: return "cellPamfReaderGetNumberOfSpecificStreams"; + case 0xd1a40ef4: return "cellPamfVerify"; + case 0xd9ea3457: return "cellPamfReaderGetNumberOfEp"; + case 0xdb70296c: return "cellPamfReaderGetMuxRateBound"; + case 0xe8586ec6: return "cellPamfReaderGetEpIteratorWithIndex"; + case 0xf61609d6: return "cellPamfReaderGetPresentationEndTime"; + case 0x0f424ecb: return "cellPhotoDecodeInitialize2"; + case 0x28b22e44: return "cellPhotoDecodeFromFile"; + case 0x596f0a56: return "cellPhotoDecodeInitialize"; + case 0xad7d8f38: return "cellPhotoDecodeFinalize"; + case 0x0783bce0: return "cellPhotoImport"; + case 0x1ab8df55: return "cellPhotoImport2"; + case 0x08cbd8e1: return "cellPhotoExportInitialize2"; + case 0x09ce84ac: return "cellPhotoExportFromFile"; + case 0x3f7fc0af: return "cellPhotoFinalize"; + case 0x42a32983: return "cellPhotoRegistFromFile"; + case 0x4357c77f: return "cellPhotoExportInitialize"; + case 0x55c70783: return "cellPhotoInitialize"; + case 0xde509ead: return "cellPhotoExportProgress"; + case 0xed4a0148: return "cellPhotoExportFinalize"; + case 0x0c515302: return "cellPngDecExtOpen"; + case 0x157d30c5: return "cellPngDecCreate"; + case 0x2310f155: return "cellPngDecDecodeData"; + case 0x27c921b5: return "cellPngDecGetoFFs"; + case 0x30cb334a: return "cellPngDecGetsBIT"; + case 0x35a6846c: return "cellPngDecGettIME"; + case 0x3d50016a: return "cellPngDecGetpHYs"; + case 0x48436b2d: return "cellPngDecExtCreate"; + case 0x5b3d1ff1: return "cellPngDecClose"; + case 0x609ec7d5: return "cellPngDecGetUnknownChunks"; + case 0x726fc1d0: return "cellPngDecExtDecodeData"; + case 0x7585a275: return "cellPngDecGetbKGD"; + case 0x7a062d26: return "cellPngDecGetcHRM"; + case 0x820dae1a: return "cellPngDecDestroy"; + case 0x8b33f863: return "cellPngDecExtReadHeader"; + case 0x9ccdcc95: return "cellPngDecReadHeader"; + case 0x9e9d7d42: return "cellPngDecExtSetParameter"; + case 0xa5cdf57e: return "cellPngDecGetsPLT"; + case 0xb153629c: return "cellPngDecGetgAMA"; + case 0xb40ca175: return "cellPngDecGetTextChunk"; + case 0xb4fe75e1: return "cellPngDecGetpCAL"; + case 0xb905ebb7: return "cellPngDecGethIST"; + case 0xb96fb26e: return "cellPngDecGettRNS"; + case 0xc41e1198: return "cellPngDecGetsCAL"; + case 0xd2bc5bfd: return "cellPngDecOpen"; + case 0xe163977f: return "cellPngDecGetPLTE"; + case 0xe4416e82: return "cellPngDecGetsRGB"; + case 0xe97c9bd4: return "cellPngDecSetParameter"; + case 0xf44b6c30: return "cellPngDecGetiCCP"; + case 0x117cd726: return "cellPngEncClose"; + case 0x19256dc5: return "cellPngEncOpen"; + case 0x496cfcd0: return "cellPngEncQueryAttr"; + case 0x585269bc: return "cellPngEncGetStreamInfo"; + case 0x5b546ca4: return "cellPngEncEncodePicture"; + case 0x662bd637: return "cellPngEncWaitForInput"; + case 0x6ac91de3: return "cellPngEncReset"; + case 0x90ef2963: return "cellPngEncWaitForOutput"; + case 0xc82558ce: return "cellPngEncOpenEx"; + case 0x0a373522: return "cellPrintSendBand"; + case 0x0d44f661: return "cellPrintEndPage"; + case 0x293d9e9c: return "cellPrintCancelJob"; + case 0x6802dfb5: return "cellPrintGetStatus"; + case 0x6d996018: return "cellSysutilPrintShutdown"; + case 0x6e952645: return "cellPrintGetPrintableArea"; + case 0x795b12b3: return "cellPrintStartJob"; + case 0x865acf74: return "cellPrintStartPage"; + case 0xc04a7d42: return "cellPrintEndJob"; + case 0xc9c3ef14: return "cellPrintLoadAsync"; + case 0xcf1aaefa: return "cellSysutilPrintInit"; + case 0xeb51aa38: return "cellPrintUnloadAsync"; + case 0xf0865182: return "cellPrintLoadAsync2"; + case 0xf9a53f35: return "cellPrintOpenConfig"; + case 0x39651e01: return "cellRecOpen"; + case 0x4ac76585: return "cellRecClose"; + case 0x5a8a8b0f: return "cellRecGetInfo"; + case 0x5b45439d: return "cellRecStop"; + case 0x964cd1b8: return "cellRecStart"; + case 0xdbf22bd1: return "cellRecQueryMemSize"; + case 0xf0958f73: return "cellRecSetInfo"; + case 0x533f41df: return "cellRemotePlayGetStatus"; + case 0x743918bd: return "cellRemotePlaySetComparativeVolume"; + case 0xa445cd55: return "cellRemotePlayGetPeerInfo"; + case 0xc267987b: return "cellRemotePlayGetSharedMemory"; + case 0xd29fe5e3: return "cellRemotePlayEncryptAllData"; + case 0xd6f3fc82: return "cellRemotePlayStopPeerVideoOut"; + case 0xe12c8c19: return "cellRemotePlayGetComparativeVolume"; + case 0xfb793f27: return "cellRemotePlayBreak"; + case 0x01220224: return "cellRescGcmSurface2RescSrc"; + case 0x0a2069c7: return "cellRescGetNumColorBuffers"; + case 0x0d3c22ce: return "cellRescSetWaitFlip"; + case 0x10db5b1a: return "cellRescSetDsts"; + case 0x129922a0: return "cellRescResetFlipStatus"; + case 0x19a2a967: return "cellRescSetPalInterpolateDropFlexRatio"; + case 0x1dd3c4cd: return "cellRescGetRegisterCount"; + case 0x22ae06d8: return "cellRescAdjustAspectRatio"; + case 0x23134710: return "cellRescSetDisplayMode"; + case 0x25c107e6: return "cellRescSetConvertAndFlip"; + case 0x2ea3061e: return "cellRescExit"; + case 0x2ea94661: return "cellRescSetFlipHandler"; + case 0x516ee89e: return "cellRescInit"; + case 0x5a338cdb: return "cellRescGetBufferSize"; + case 0x66f5e388: return "cellRescGetLastFlipTime"; + case 0x6cd0f95f: return "cellRescSetSrc"; + case 0x7af8a37f: return "cellRescSetRegisterCount"; + case 0x8107277c: return "cellRescSetBufferAddress"; + case 0xc47c5c22: return "cellRescGetFlipStatus"; + case 0xd1ca0503: return "cellRescVideoOutResolutionId2RescBufferMode"; + case 0xd3758645: return "cellRescSetVBlankHandler"; + case 0xe0cef79e: return "cellRescCreateInterlaceTable"; + case 0x1324948a: return "cellRtcFormatRfc3339LocalTime"; + case 0x269a1882: return "cellRtcTickAddTicks"; + case 0x2cce9cf5: return "cellRtcGetCurrentClockLocalTime"; + case 0x2f010bfa: return "cellRtcTickAddMinutes"; + case 0x32c941cf: return "cellRtcGetCurrentClock"; + case 0x332a74dd: return "cellRtcTickAddYears"; + case 0x46ca7fe0: return "cellRtcConvertLocalTimeToUtc"; + case 0x5316b4a8: return "cellRtcIsLeapYear"; + case 0x5491b9d5: return "cellRtcFormatRfc2822"; + case 0x5b6a0a1d: return "cellRtcGetDaysInMonth"; + case 0x5f68c268: return "cellRtcSetWin32FileTime"; + case 0x64c63fd5: return "cellRtcTickAddWeeks"; + case 0x75744e2a: return "cellRtcTickAddDays"; + case 0x7f1086e6: return "cellRtcCheckValid"; + case 0x9598d4b3: return "cellRtcSetDosTime"; + case 0x99b13034: return "cellRtcSetTick"; + case 0x9dafc0d9: return "cellRtcGetCurrentTick"; + case 0xa07c3d2f: return "cellRtcFormatRfc2822LocalTime"; + case 0xbb543189: return "cellRtcSetTime_t"; + case 0xc2d8cf95: return "cellRtcGetDayOfWeek"; + case 0xc48d5002: return "cellRtcConvertUtcToLocalTime"; + case 0xc5bc0fac: return "cellRtcParseDateTime"; + case 0xc7bdb7eb: return "cellRtcGetTick"; + case 0xcb90c761: return "cellRtcGetTime_t"; + case 0xccce71bd: return "cellRtcTickAddSeconds"; + case 0xcf11c3d6: return "cellRtcParseRfc3339"; + case 0xd41d3bd2: return "cellRtcTickAddHours"; + case 0xd9c0b463: return "cellRtcFormatRfc3339"; + case 0xdfff32cf: return "cellRtcGetDosTime"; + case 0xe0ecbb45: return "cellRtcTickAddMonths"; + case 0xe7086f05: return "cellRtcGetWin32FileTime"; + case 0xf8509925: return "cellRtcTickAddMicroseconds"; + case 0xfb51fc61: return "cellRtcCompareTick"; + case 0x2cde989f: return "cellRudpGetSizeReadable"; + case 0x384ba777: return "cellRudpSetOption"; + case 0x48c001b0: return "cellRudpWrite"; + case 0x48d3eeac: return "cellRudpTerminate"; + case 0x54f81789: return "cellRudpSetMaxSegmentSize"; + case 0x576831ae: return "cellRudpGetRemoteInfo"; + case 0x63f63545: return "cellRudpInit"; + case 0x6bc587e9: return "cellRudpPollCreate"; + case 0x6c0cff03: return "cellRudpEnableInternalIOThread"; + case 0x6ee04954: return "cellRudpNetReceived"; + case 0x74bfad12: return "cellRudpGetContextStatus"; + case 0x7dadc739: return "cellRudpCreateContext"; + case 0x7ed95e60: return "cellRudpSetEventHandler"; + case 0x8ac398f1: return "cellRudpPollDestroy"; + case 0x92e4d899: return "cellRudpRead"; + case 0xa3db855c: return "cellRudpPollControl"; + case 0xa70737da: return "cellRudpFlush"; + case 0xa86b28e3: return "cellRudpGetSizeWritable"; + case 0xb6bcb4a1: return "cellRudpEnd"; + case 0xc1ad7ced: return "cellRudpActivate"; + case 0xc407844f: return "cellRudpInitiate"; + case 0xcd1a3f23: return "cellRudpGetStatus"; + case 0xd666931f: return "cellRudpGetLocalInfo"; + case 0xd8310700: return "cellRudpPollWait"; + case 0xee41e16a: return "cellRudpBind"; + case 0xfade48b2: return "cellRudpProcessEvents"; + case 0xfbf7e9e4: return "cellRudpGetMaxSegmentSize"; + case 0xff9d259c: return "cellRudpGetOption"; + case 0x018281a8: return "cellSailGraphicsAdapterGetFrame2"; + case 0x0247c69e: return "cellSailGraphicsAdapterGetFrame"; + case 0x025b4974: return "cellSailPlayerUnregisterSource"; + case 0x06dd4174: return "cellSailRendererAudioFinalize"; + case 0x07924359: return "cellSailPlayerCloseEsVideo"; + case 0x09de25fd: return "cellSailPlayerIsEsAudioMuted"; + case 0x0abb318b: return "cellSailDescriptorCreateDatabase"; + case 0x0c4cb439: return "cellSailFutureReset"; + case 0x0d0c2f0c: return "cellSailDescriptorSetEs"; + case 0x10298371: return "cellSailAviMovieGetHeader"; + case 0x1139a206: return "cellSailPlayerSetSoundAdapter"; + case 0x145f9b11: return "cellSailPlayerOpenEsAudio"; + case 0x15fd6a2a: return "cellSailDescriptorClose"; + case 0x17932b26: return "cellSailPlayerInitialize"; + case 0x186b98d3: return "cellSailPlayerGetRegisteredProtocols"; + case 0x1872331b: return "cellSailGraphicsAdapterPtsToTimePosition"; + case 0x18b4629d: return "cellSailPlayerFinalize"; + case 0x18bcd21b: return "cellSailPlayerSetGraphicsAdapter"; + case 0x1c983864: return "cellSailGraphicsAdapterInitialize"; + case 0x1c9d5e5a: return "cellSailSoundAdapterSetPreferredFormat"; + case 0x23654375: return "cellSailPlayerInitialize2"; + case 0x26563ddc: return "cellSailPlayerNext"; + case 0x277adf21: return "cellSailDescriptorIsAutoSelection"; + case 0x28336e89: return "cellSailDescriptorDestroyDatabase"; + case 0x2e3ccb5e: return "cellSailGraphicsAdapterSetPreferredFormat"; + case 0x325039b9: return "cellSailRendererAudioNotifyOutputEos"; + case 0x346ebba3: return "cellSailMemAllocatorInitialize"; + case 0x34ecc1b9: return "cellSailPlayerOpenStream"; + case 0x38144ecf: return "cellSailPlayerGetRepeatMode"; + case 0x3a1132ed: return "cellSailAuReceiverGet"; + case 0x3a2d806c: return "cellSailFutureGet"; + case 0x3d0d3b72: return "cellSailSoundAdapterInitialize"; + case 0x3dd9639a: return "cellSailAuReceiverInitialize"; + case 0x3df98d41: return "cellSailSourceNotifyOpenCompleted"; + case 0x3e908c56: return "cellSailAviMovieGetStreamByIndex"; + case 0x44a20e79: return "cellSailGraphicsAdapterUpdateAvSync"; + case 0x47055fea: return "cellSailRendererVideoFinalize"; + case 0x47632810: return "cellSailPlayerReplaceEventHandler"; + case 0x477501f6: return "cellSailPlayerOpenEsVideo"; + case 0x4ae979df: return "cellSailSoundAdapterPtsToTimePosition"; + case 0x4c191088: return "cellSailDescriptorGetUri"; + case 0x4cc54f8e: return "cellSailFutureInitialize"; + case 0x4fa5ad09: return "cellSailPlayerReopenEsAudio"; + case 0x51ecf361: return "cellSailFutureIsDone"; + case 0x54c53688: return "cellSailSourceNotifyInputEos"; + case 0x5783a454: return "cellSailMp4MovieGetMovieInfo"; + case 0x5f44f64f: return "cellSailMp4TrackGetTrackReference"; + case 0x5f77e8df: return "cellSailRendererVideoNotifyFrameDone"; + case 0x5f7c7a6f: return "cellSailPlayerSetParameter"; + case 0x5faf802b: return "cellSailMp4MovieGetTrackByIndex"; + case 0x640c7278: return "cellSailSourceNotifyStartCompleted"; + case 0x67b4d01f: return "cellSailRendererAudioInitialize"; + case 0x69793952: return "cellSailPlayerUnsubscribeEvent"; + case 0x6e83f5c0: return "cellSailAviMovieGetMovieInfo"; + case 0x6f0b1002: return "cellSailPlayerSubscribeEvent"; + case 0x72236ec1: return "cellSailMp4TrackGetTrackReferenceCount"; + case 0x7473970a: return "cellSailSourceNotifyStopCompleted"; + case 0x752f8585: return "cellSailPlayerGetDescriptorCount"; + case 0x75fca288: return "cellSailPlayerGetCurrentDescriptor"; + case 0x76488bb1: return "cellSailGraphicsAdapterFinalize"; + case 0x764ec2d2: return "cellSailSourceNotifyCallCompleted"; + case 0x76b1a425: return "cellSailDescriptorSetAutoSelection"; + case 0x7b6fa92e: return "cellSailPlayerReopenEsUser"; + case 0x7c8dff3b: return "cellSailPlayerAddDescriptor"; + case 0x7eb8d6b5: return "cellSailSoundAdapterGetFrame"; + case 0x85b07126: return "cellSailMp4MovieGetTrackById"; + case 0x85beffcc: return "cellSailPlayerCloseStream"; + case 0x8d1ff475: return "cellSailRendererVideoInitialize"; + case 0x91d287f6: return "cellSailPlayerSetEsAudioMuted"; + case 0x92590d52: return "cellSailDescriptorInquireCapability"; + case 0x92eaf6ca: return "cellSailPlayerSetRendererAudio"; + case 0x946ecca0: return "cellSailSourceNotifyReadCompleted"; + case 0x950d53c1: return "cellSailPlayerCancel"; + case 0x952269c9: return "cellSailPlayerGetParameter"; + case 0x954f48f8: return "cellSailRendererVideoNotifyCallCompleted"; + case 0x9553af65: return "cellSailFutureFinalize"; + case 0x95ee1695: return "cellSailSourceNotifyStreamOut"; + case 0x9897fbd1: return "cellSailPlayerRemoveDescriptor"; + case 0x9d30bdce: return "cellSailSourceInitialize"; + case 0xa37fed15: return "cellSailFutureSet"; + case 0xa48be428: return "cellSailMp4TrackGetTrackInfo"; + case 0xa849d0a7: return "cellSailPlayerOpenEsUser"; + case 0xaafa17b8: return "cellSailPlayerIsPaused"; + case 0xac9c3b1f: return "cellSailDescriptorGetCapabilities"; + case 0xaed9d6cd: return "cellSailPlayerCloseEsUser"; + case 0xb7b4ecee: return "cellSailRendererAudioNotifyCallCompleted"; + case 0xb980b76e: return "cellSailMp4MovieGetBrand"; + case 0xbd1635f4: return "cellSailDescriptorGetMediaInfo"; + case 0xbdb2251a: return "cellSailSourceSetDiagHandler"; + case 0xbdf21b0f: return "cellSailPlayerBoot"; + case 0xbedccc74: return "cellSailPlayerRegisterSource"; + case 0xbf9b8d72: return "cellSailPlayerCloseEsAudio"; + case 0xc044fab1: return "cellSailDescriptorOpen"; + case 0xc09e2f23: return "cellSailAviStreamGetMediaType"; + case 0xc2d90ec9: return "cellSailMp4MovieGetTrackByTypeAndIndex"; + case 0xc457b203: return "cellSailSourceNotifyCloseCompleted"; + case 0xcc3cca60: return "cellSailAviStreamGetHeader"; + case 0xcc987ba6: return "cellSailPlayerDumpImage"; + case 0xd1462438: return "cellSailSoundAdapterFinalize"; + case 0xd1d55a90: return "cellSailPlayerSetPaused"; + case 0xd4049de0: return "cellSailMp4MovieIsCompatibleBrand"; + case 0xd5f9a15b: return "cellSailDescriptorGetStreamType"; + case 0xd7938b8d: return "cellSailPlayerCreateDescriptor"; + case 0xdbe32ed4: return "cellSailPlayerIsEsVideoMuted"; + case 0xddebd2a5: return "cellSailAviMovieGetStreamByTypeAndIndex"; + case 0xdf5553ef: return "cellSailDescriptorClearEs"; + case 0xdff1cda2: return "cellSailRendererVideoNotifyOutputEos"; + case 0xe535b0d3: return "cellSailPlayerStart"; + case 0xeba8d4ec: return "cellSailPlayerStop"; + case 0xecf56150: return "cellSailPlayerSetRendererVideo"; + case 0xed58e3ec: return "cellSailAuReceiverFinalize"; + case 0xee724c99: return "cellSailSourceFinalize"; + case 0xee94b99b: return "cellSailDescriptorSetParameter"; + case 0xeec22809: return "cellSailSoundAdapterUpdateAvSync"; + case 0xf1446a40: return "cellSailPlayerSetEsVideoMuted"; + case 0xf25f197d: return "cellSailSoundAdapterGetFormat"; + case 0xf289f0cd: return "cellSailSourceNotifySessionError"; + case 0xf4009a94: return "cellSailSourceNotifyMediaStateChanged"; + case 0xf5747e1f: return "cellSailPlayerSetAuReceiver"; + case 0xf60a8a69: return "cellSailPlayerReopenEsVideo"; + case 0xf841a537: return "cellSailRendererAudioNotifyFrameDone"; + case 0xfc5baf8a: return "cellSailPlayerSetRepeatMode"; + case 0xfc839bd4: return "cellSailPlayerDestroyDescriptor"; + case 0xffd58aa4: return "cellSailGraphicsAdapterGetFormat"; + case 0x0a3ea2a9: return "cellSailRecorderSetParameter"; + case 0x10c81457: return "cellSailRecorderOpenStream"; + case 0x1422a425: return "cellSailProfileSetEsVideoParameter"; + case 0x18ecc741: return "cellSailRecorderStop"; + case 0x376c3926: return "cellSailRecorderDestroyProfile"; + case 0x37aad85f: return "cellSailRecorderDumpImage"; + case 0x3c775cea: return "cellSailFeederAudioNotifyFrameOut"; + case 0x3deae857: return "cellSailRecorderSetFeederAudio"; + case 0x455c4709: return "cellSailRecorderDestroyVideoConverter"; + case 0x4830faf8: return "cellSailRecorderStart"; + case 0x49476a3d: return "cellSailRecorderCreateVideoConverter"; + case 0x4fec43a9: return "cellSailRecorderSetFeederVideo"; + case 0x50affdc1: return "cellSailRecorderCreateProfile"; + case 0x57415dd3: return "cellSailFeederVideoInitialize"; + case 0x7a52bf69: return "cellSailRecorderInitialize"; + case 0x81bfeae8: return "cellSailFeederVideoFinalize"; + case 0x855da8c6: return "cellSailVideoConverterProcess"; + case 0x86cae679: return "cellSailFeederVideoNotifySessionError"; + case 0x899d1587: return "cellSailFeederAudioFinalize"; + case 0x999c0dc5: return "cellSailFeederAudioNotifySessionEnd"; + case 0xaf310ae6: return "cellSailFeederAudioNotifySessionError"; + case 0xb3d30b0d: return "cellSailVideoConverterCanProcess"; + case 0xbd591197: return "cellSailFeederAudioInitialize"; + case 0xbff6e8d3: return "cellSailFeederVideoNotifySessionEnd"; + case 0xc2e2f30d: return "cellSailFeederAudioNotifyCallCompleted"; + case 0xc4617ddc: return "cellSailRecorderBoot"; + case 0xd37fb694: return "cellSailRecorderCancel"; + case 0xd84daeb9: return "cellSailFeederVideoNotifyCallCompleted"; + case 0xe14cae97: return "cellSailProfileSetEsAudioParameter"; + case 0xe15679fe: return "cellSailVideoConverterGetResult"; + case 0xe16de678: return "cellSailVideoConverterCanGetResult"; + case 0xe3f56f62: return "cellSailRecorderCloseStream"; + case 0xe5e0572a: return "cellSailFeederVideoNotifyFrameOut"; + case 0xe8d86c43: return "cellSailProfileSetStreamParameter"; + case 0xf57d74e3: return "cellSailRecorderFinalize"; + case 0xff20157b: return "cellSailRecorderGetParameter"; + case 0x04c06fc2: return "cellSaveDataGetListItem"; + case 0x273d116a: return "cellSaveDataUserListExport"; + case 0x27cb8bc2: return "cellSaveDataListDelete"; + case 0x39d6ee43: return "cellSaveDataUserListImport"; + case 0x46a2d878: return "cellSaveDataFixedExport"; + case 0x491cc554: return "cellSaveDataListExport"; + case 0x52541151: return "cellSaveDataFixedImport"; + case 0x529231b0: return "cellSaveDataUserFixedImport"; + case 0x6b4e0de6: return "cellSaveDataListImport"; + case 0x7048a9ba: return "cellSaveDataUserListDelete"; + case 0x95ae2cde: return "cellSaveDataUserFixedExport"; + case 0xf6482036: return "cellSaveDataUserGetListItem"; + case 0x7a9c2243: return "cellScreenShotSetOverlayImage"; + case 0x9e33ab8f: return "cellScreenShotEnable"; + case 0xd3ad63e4: return "cellScreenShotSetParameter"; + case 0xfc6f4e74: return "cellScreenShotDisable"; + case 0x025ce169: return "cellSearchGetMusicSelectionContext"; + case 0x0591826f: return "cellSearchStartContentSearch"; + case 0x0a4c8295: return "cellSearchStartListSearch"; + case 0x13524faa: return "cellSearchStartSceneSearch"; + case 0x35cda406: return "cellSearchGetContentInfoDeveloperData"; + case 0x37b5ba0c: return "cellSearchGetContentInfoPathMovieThumb"; + case 0x3b210319: return "cellSearchGetContentInfoByOffset"; + case 0x540d9068: return "cellSearchGetOffsetByContentId"; + case 0x64fb0b76: return "cellSearchStartContentSearchInList"; + case 0x774033d6: return "cellSearchEnd"; + case 0x8fe376a6: return "cellSearchCancel"; + case 0x94e21701: return "cellSearchGetContentIdByOffset"; + case 0x9663a44b: return "cellSearchGetContentInfoByContentId"; + case 0xbfab7616: return "cellSearchFinalize"; + case 0xc0ed0522: return "cellSearchStartSceneSearchInVideo"; + case 0xc81ccf8a: return "cellSearchInitialize"; + case 0xd7a7a433: return "cellSearchGetContentInfoGameComment"; + case 0xe73cb0d2: return "cellSearchPrepareFile"; + case 0xed20e079: return "cellSearchGetMusicSelectionContextOfSingleTrack"; + case 0xffb28491: return "cellSearchGetContentInfoPath"; + case 0x2452679f: return "cellKeySheapMutexDelete"; + case 0x3478e1e6: return "cellKeySheapMutexNew"; + case 0x37968718: return "cellSheapQueryMax"; + case 0x4a5b9659: return "cellKeySheapBufferNew"; + case 0x4b1383fb: return "cellSheapAllocate"; + case 0x5c5994bd: return "cellSheapFree"; + case 0x69a5861d: return "cellKeySheapSemaphoreNew"; + case 0x73a45cf8: return "cellKeySheapSemaphoreDelete"; + case 0x79a6abd0: return "cellKeySheapQueueDelete"; + case 0x7fa23275: return "cellSheapQueryFree"; + case 0x987e260e: return "cellKeySheapQueueNew"; + case 0xa1b25841: return "cellKeySheapInitialize"; + case 0xbbb47cd8: return "cellSheapInitialize"; + case 0xe6b37362: return "cellKeySheapBufferDelete"; + case 0xe897c835: return "cellKeySheapBarrierNew"; + case 0xed136702: return "cellKeySheapRwmDelete"; + case 0xf01ac471: return "cellKeySheapRwmNew"; + case 0xf6f5fbca: return "cellKeySheapBarrierDelete"; + case 0x3fbcf1d6: return "cellSpudllHandleConfigSetDefaultValues"; + case 0xcccd3257: return "cellSpudllGetImageSize"; + case 0x00af2519: return "cellSpursJobGuardReset"; + case 0x011ee38b: return "_cellSpursLFQueueInitialize"; + case 0x039d70b7: return "cellSpursQueueDetachLv2EventQueue"; + case 0x07529113: return "cellSpursAttributeSetNamePrefix"; + case 0x082bfb09: return "_cellSpursQueueInitialize"; + case 0x0eb4bc38: return "cellSpursWorkloadAttributeSetShutdownCompletionEventHook"; + case 0x1051d134: return "cellSpursAttributeEnableSpuPrintfIfAvailable"; + case 0x13ae18f3: return "cellSpursTaskExitCodeGet"; + case 0x161da6a7: return "cellSpursJobChainGetError"; + case 0x16394a4e: return "_cellSpursTasksetAttributeInitialize"; + case 0x1656d49f: return "cellSpursLFQueueAttachLv2EventQueue"; + case 0x17001000: return "cellSpursAddUrgentCommand"; + case 0x182d9890: return "cellSpursRequestIdleSpu"; + case 0x1d2bca4b: return "cellSpursSendWorkloadSignal"; + case 0x1d344406: return "cellSpursTaskGetLoadableSegmentPattern"; + case 0x1d46fedf: return "cellSpursCreateTaskWithAttribute"; + case 0x1ebcf459: return "cellSpursDestroyTaskset2"; + case 0x1f402f8f: return "cellSpursGetInfo"; + case 0x2093252b: return "cellSpursQueueGetTasksetAddress"; + case 0x22aab31d: return "cellSpursEventFlagDetachLv2EventQueue"; + case 0x247414d0: return "cellSpursQueueClear"; + case 0x2cfccb99: return "cellSpursJobChainAttributeSetJobTypeMemoryCheck"; + case 0x2ddbcc0a: return "_cellSpursWorkloadFlagReceiver2"; + case 0x2edcff92: return "cellSpursTasksetSetExceptionEventHandler"; + case 0x303c19cd: return "cellSpursCreateJobChainWithAttribute"; + case 0x30aa96c4: return "cellSpursInitializeWithAttribute2"; + case 0x32b94add: return "cellSpursEnableExceptionEventHandler"; + case 0x34552fa6: return "cellSpursTaskExitCodeInitialize"; + case 0x3548f483: return "_cellSpursJobChainAttributeInitialize"; + case 0x35dae22b: return "_cellSpursLFQueuePopBody"; + case 0x35f02287: return "cellSpursQueueDepth"; + case 0x369fe03d: return "cellSpursQueueGetEntrySize"; + case 0x373523d4: return "cellSpursEventFlagWait"; + case 0x39c173fb: return "cellSpursGetSpuThreadGroupId"; + case 0x494613c7: return "cellSpursJobChainGetSpursAddress"; + case 0x49a3426d: return "cellSpursReadyCountSwap"; + case 0x4a5eab63: return "cellSpursWorkloadAttributeSetName"; + case 0x4a6465e3: return "cellSpursCreateTaskset2"; + case 0x4ac7bae4: return "cellSpursEventFlagClear"; + case 0x4c75deb8: return "cellSpursUnsetExceptionEventHandler"; + case 0x4cce88a9: return "cellSpursLookUpTasksetAddress"; + case 0x4ceb9694: return "cellSpursGetJobChainInfo"; + case 0x4d1e9373: return "cellSpursEventFlagGetClearMode"; + case 0x4de203e2: return "cellSpursSetPreemptionVictimHints"; + case 0x4e153e3e: return "cellSpursGetWorkloadInfo"; + case 0x4e66d483: return "cellSpursDetachLv2EventQueue"; + case 0x5202e53b: return "cellSpursJobChainSetExceptionEventHandler"; + case 0x52cc6c82: return "cellSpursCreateTaskset"; + case 0x54876603: return "cellSpursQueueSize"; + case 0x568b2352: return "cellSpursSemaphoreGetTasksetAddress"; + case 0x569674e3: return "cellSpursTraceInitialize"; + case 0x57e4dec3: return "cellSpursRemoveWorkload"; + case 0x58d58fcf: return "cellSpursTasksetGetSpursAddress"; + case 0x5ef96465: return "_cellSpursEventFlagInitialize"; + case 0x5fd43fe4: return "cellSpursWaitForWorkloadShutdown"; + case 0x60eb2dec: return "cellSpursCreateJobChain"; + case 0x652b70e2: return "cellSpursTasksetAttributeSetName"; + case 0x68aaeba9: return "cellSpursJobGuardInitialize"; + case 0x69726aa2: return "cellSpursAddWorkload"; + case 0x6aa76999: return "cellSpursJobChainUnsetExceptionEventHandler"; + case 0x6c960f6d: return "cellSpursGetSpuThreadId"; + case 0x6d2d9339: return "cellSpursEventFlagTryWait"; + case 0x6fcdf6e3: return "cellSpursGetSpuGuid"; + case 0x738e40e6: return "cellSpursShutdownJobChain"; + case 0x73e06f91: return "cellSpursLFQueueDetachLv2EventQueue"; + case 0x7517724a: return "cellSpursSetGlobalExceptionEventHandler"; + case 0x75211196: return "cellSpursReadyCountAdd"; + case 0x77cdac0c: return "_cellSpursSemaphoreInitialize"; + case 0x7b9cbb74: return "cellSpursTraceFinalize"; + case 0x7cb33c2e: return "cellSpursTaskGetReadOnlyAreaPattern"; + case 0x7e4ea023: return "cellSpursWakeUp"; + case 0x7fdf4fef: return "cellSpursBarrierInitialize"; + case 0x80a29e27: return "cellSpursSetPriorities"; + case 0x82275c1c: return "cellSpursAttributeSetMemoryContainerForSpuThread"; + case 0x838fa4f0: return "cellSpursTryJoinTask2"; + case 0x84d2f6d5: return "cellSpursSetMaxContention"; + case 0x861237f8: return "cellSpursUnsetGlobalExceptionEventHandler"; + case 0x86c864a2: return "cellSpursGetJobChainId"; + case 0x87630976: return "cellSpursEventFlagAttachLv2EventQueue"; + case 0x890f9e5a: return "cellSpursEventFlagGetDirection"; + case 0x8a85674d: return "_cellSpursLFQueuePushBody"; + case 0x8adadf65: return "_cellSpursTaskAttribute2Initialize"; + case 0x8f122ef8: return "cellSpursTasksetAttributeSetTasksetSize"; + case 0x8fdf50b2: return "cellSpursAddUrgentCall"; + case 0x9034e538: return "cellSpursTaskGetContextSaveAreaSize"; + case 0x91066667: return "cellSpursQueuePopBody"; + case 0x9197915f: return "cellSpursTaskGenerateLsPattern"; + case 0x92cff6ed: return "cellSpursQueuePushBody"; + case 0x94034c95: return "cellSpursTasksetUnsetExceptionEventHandler"; + case 0x947efb0b: return "cellSpursEventFlagGetTasksetAddress"; + case 0x95180230: return "_cellSpursAttributeInitialize"; + case 0x97a2f6c8: return "cellSpursJobHeaderSetJobbin2Param"; + case 0x98d5b343: return "cellSpursShutdownWorkload"; + case 0x9aeb5432: return "cellSpursBarrierGetTasksetAddress"; + case 0x9dcbcb5d: return "cellSpursAttributeEnableSystemWorkload"; + case 0x9f72add3: return "cellSpursJoinTaskset"; + case 0x9fcb567b: return "cellSpursGetTasksetInfo"; + case 0x9fef70c2: return "cellSpursJobChainAttributeSetName"; + case 0xa121a224: return "cellSpursTaskAttributeSetExitCodeContainer"; + case 0xa73bf47e: return "_cellSpursWorkloadFlagReceiver"; + case 0xa789e631: return "cellSpursShutdownTaskset"; + case 0xa7a94892: return "cellSpursJoinTask2"; + case 0xa7c066de: return "cellSpursJoinJobChain"; + case 0xa7f9e716: return "cellSpursGetWorkloadData"; + case 0xa839a4d9: return "cellSpursAttributeSetSpuThreadGroupType"; + case 0xaa6269a8: return "cellSpursInitializeWithAttribute"; + case 0xacfc8dbc: return "cellSpursInitialize"; + case 0xb792ca1a: return "cellSpursLFQueueGetTasksetAddress"; + case 0xb8474eff: return "_cellSpursTaskAttributeInitialize"; + case 0xb9bc6207: return "cellSpursAttachLv2EventQueue"; + case 0xbb68d76e: return "cellSpursJobChainAttributeSetHaltOnError"; + case 0xbeb600ac: return "cellSpursCreateTask"; + case 0xbfea60fa: return "cellSpursKickJobChain"; + case 0xc0158d8b: return "cellSpursAddWorkloadWithAttribute"; + case 0xc10931cb: return "cellSpursCreateTasksetWithAttribute"; + case 0xc2acdf43: return "_cellSpursTasksetAttribute2Initialize"; + case 0xc56defb5: return "cellSpursGetNumSpuThread"; + case 0xc765b995: return "cellSpursGetWorkloadFlag"; + case 0xca4c4600: return "cellSpursFinalize"; + case 0xce853fbf: return "cellSpursTraceStart"; + case 0xd2e23fa9: return "cellSpursSetExceptionEventHandler"; + case 0xd5d0b256: return "cellSpursJobGuardNotify"; + case 0xd86380d8: return "cellSpursGetJobPipelineInfo"; + case 0xdca13593: return "cellSpursTasksetAttributeEnableClearLS"; + case 0xddc81b5a: return "cellSpursTraceStop"; + case 0xe0a6dbe4: return "_cellSpursSendSignal"; + case 0xe14ca62d: return "cellSpursCreateTask2"; + case 0xe4944a1c: return "cellSpursCreateTask2WithBinInfo"; + case 0xe5443be7: return "cellSpursQueueAttachLv2EventQueue"; + case 0xe717ac73: return "cellSpursTaskExitCodeTryGet"; + case 0xe7b0e69a: return "cellSpursJobSetMaxGrab"; + case 0xe7dd87e1: return "cellSpursGetTasksetId"; + case 0xec68442c: return "cellSpursQueueGetDirection"; + case 0xefeb2679: return "_cellSpursWorkloadAttributeInitialize"; + case 0xf1d3552d: return "cellSpursReadyCountCompareAndSwap"; + case 0xf31731bb: return "cellSpursRunJobChain"; + case 0xf5507729: return "cellSpursEventFlagSet"; + case 0xf843818d: return "cellSpursReadyCountStore"; + case 0x01bbf2e0: return "cellSpursJobQueueGetSpurs"; + case 0x0582338a: return "cellSpursJobQueueAttributeSetDoBusyWaiting"; + case 0x0d69929e: return "_cellSpursJobQueueAllocateJobDescriptorBody"; + case 0x0f03f712: return "cellSpursJobQueueAttributeSetSubmitWithEntryLock"; + case 0x13671514: return "cellSpursJobQueueSetWaitingMode"; + case 0x15934401: return "cellSpursJobQueueGetSuspendedJobSize"; + case 0x1686957e: return "cellSpursJobQueueAttributeSetMaxSizeJobDescriptor"; + case 0x1917359d: return "_cellSpursJobQueuePortCopyPushJobBody"; + case 0x1b6eea7e: return "_cellSpursJobQueuePortPushJobListBody"; + case 0x1da890c7: return "_cellSpursJobQueuePushAndReleaseJobBody"; + case 0x26fa81b4: return "cellSpursJobQueuePortFinalize"; + case 0x29c2acc5: return "cellSpursJobQueueClose"; + case 0x2e775550: return "cellSpursJobQueueGetError"; + case 0x36d0a53c: return "_cellSpursJobQueuePushJob2Body"; + case 0x3d1294fc: return "cellSpursJobQueuePortInitialize"; + case 0x435bff07: return "cellSpursJobQueuePort2GetJobQueue"; + case 0x43ddab4f: return "cellSpursJobQueueAttributeInitialize"; + case 0x46c3fb5a: return "_cellSpursJobQueuePortCopyPushBody"; + case 0x4e1a17a6: return "_cellSpursJobQueuePortPushBody"; + case 0x5659da82: return "cellSpursJobQueueGetMaxSizeJobDescriptor"; + case 0x5fb9b05d: return "cellSpursJobQueueAttributeSetMaxGrab"; + case 0x634b1502: return "cellSpursJobQueuePortSync"; + case 0x677027af: return "cellSpursJobQueueSemaphoreInitialize"; + case 0x6c93ea18: return "cellSpursJobQueueSemaphoreAcquire"; + case 0x701fd8a9: return "_cellSpursJobQueuePushSync"; + case 0x742cec0d: return "cellSpursJobQueueAttributeSetIsJobTypeMemoryCheck"; + case 0x80a0264c: return "cellSpursJobQueuePortTrySync"; + case 0x840c5239: return "cellSpursJobQueueGetHandleCount"; + case 0x85cd04cd: return "_cellSpursJobQueuePortPushJobBody"; + case 0x8c97a96c: return "cellSpursShutdownJobQueue"; + case 0x8ce4cffa: return "cellSpursJoinJobQueue"; + case 0x90c88f84: return "cellSpursJobQueuePortGetJobQueue"; + case 0x90e392cf: return "_cellSpursJobQueuePortPushJobBody2"; + case 0x915455b3: return "cellSpursJobQueueSendSignal"; + case 0x93248b92: return "cellSpursJobQueueUnsetExceptionEventHandler"; + case 0x934abb00: return "cellSpursJobQueuePort2AllocateJobDescriptor"; + case 0x9396be1d: return "_cellSpursJobQueuePortPushSync"; + case 0x97409f67: return "cellSpursJobQueueSemaphoreTryAcquire"; + case 0x98203e3c: return "_cellSpursJobQueuePushJobBody2"; + case 0x983be7fc: return "_cellSpursCreateJobQueueWithJobDescriptorPool"; + case 0x99316997: return "_cellSpursJobQueuePushBody"; + case 0x9c300489: return "cellSpursJobQueueSetExceptionEventHandler"; + case 0xaf1c7a1d: return "_cellSpursJobQueuePushJobListBody"; + case 0xb53436e7: return "_cellSpursJobQueuePort2PushJobListBody"; + case 0xbd1c5d6b: return "_cellSpursJobQueuePortPushFlush"; + case 0xbfea28ab: return "cellSpursJobQueuePort2PushFlush"; + case 0xc343ee10: return "cellSpursGetJobQueueId"; + case 0xc39173a4: return "_cellSpursJobQueuePort2CopyPushJobBody"; + case 0xc4843b74: return "_cellSpursJobQueuePushJobBody"; + case 0xc485d207: return "cellSpursJobQueuePort2Destroy"; + case 0xcf89f218: return "_cellSpursJobQueuePort2PushJobBody"; + case 0xdf0120c2: return "_cellSpursJobQueuePushFlush"; + case 0xe1731df3: return "_cellSpursJobQueuePort2PushAndReleaseJobBody"; + case 0xe70f874e: return "cellSpursJobQueueAttributeSetGrabParameters"; + case 0xef66c4b7: return "_cellSpursJobQueuePortCopyPushJobBody2"; + case 0xf11fe0f1: return "cellSpursJobQueuePort2Create"; + case 0xf244e799: return "_cellSpursCreateJobQueue"; + case 0xf5de6363: return "cellSpursJobQueuePortInitializeWithDescriptorBuffer"; + case 0xfacb3ced: return "cellSpursJobQueuePort2Sync"; + case 0xfc526b72: return "cellSpursJobQueuePort2PushSync"; + case 0xff03cc79: return "cellSpursJobQueueAttributeSetIsHaltOnError"; + case 0xff7a7bd2: return "cellSpursJobQueueOpen"; + case 0x006c4900: return "cellSslCertGetNameEntryInfo"; + case 0x033c4905: return "cellSslCertGetRsaPublicKeyExponent"; + case 0x1650aea4: return "cellSslEnd"; + case 0x218b64da: return "cellSslCertGetNotAfter"; + case 0x31d9ba8d: return "cellSslCertGetNotBefore"; + case 0x32c61bdf: return "cellSslCertGetSubjectName"; + case 0x571afaca: return "cellSslCertificateLoader"; + case 0x5e9253ca: return "cellSslCertGetMd5Fingerprint"; + case 0x766d3ca1: return "cellSslCertGetNameEntryCount"; + case 0x7b689ebc: return "cellSslCertGetSerialNumber"; + case 0x8e505175: return "cellSslCertGetRsaPublicKeyModulus"; + case 0xae6eb491: return "cellSslCertGetIssuerName"; + case 0xf8206492: return "cellSslCertGetPublicKey"; + case 0xfb02c9d2: return "cellSslInit"; + case 0x5468d6b0: return "cellSubDisplayAudioOutNonBlocking"; + case 0x551d80a5: return "cellSubDisplayEnd"; + case 0x6595ce22: return "cellSubDisplayGetRequiredMemory"; + case 0x6d85ddb3: return "cellSubDisplayStop"; + case 0x8a264d71: return "cellSubDisplayGetPeerNum"; + case 0x938ac642: return "cellSubDisplayGetVideoBuffer"; + case 0xa5bccb47: return "cellSubDisplayStart"; + case 0xaee1e0c2: return "cellSubDisplayAudioOutBlocking"; + case 0xe2485f79: return "cellSubDisplayGetPeerList"; + case 0xf9a7e8a5: return "cellSubDisplayInit"; + case 0x07254fda: return "cellSyncBarrierInitialize"; + case 0x0c7cb9f7: return "cellSyncLFQueueGetEntrySize"; + case 0x167ea63e: return "cellSyncLFQueueSize"; + case 0x1bb675c2: return "cellSyncMutexLock"; + case 0x268edd6d: return "cellSyncBarrierTryNotify"; + case 0x2af0c515: return "cellSyncLFQueueClear"; + case 0x35bbdad2: return "_cellSyncLFQueueCompletePushPointer2"; + case 0x35f21355: return "cellSyncBarrierWait"; + case 0x3929948d: return "cellSyncQueueInitialize"; + case 0x46356fe0: return "_cellSyncLFQueueGetPopPointer2"; + case 0x48154c9b: return "cellSyncQueuePeek"; + case 0x4da349b2: return "cellSyncQueueSize"; + case 0x4da6d7e0: return "cellSyncQueuePop"; + case 0x4e88c68d: return "_cellSyncLFQueueCompletePushPointer"; + case 0x54fc2032: return "_cellSyncLFQueueAttachLv2EventQueue"; + case 0x5ae841e5: return "cellSyncQueuePush"; + case 0x68af923c: return "cellSyncQueueTryPeek"; + case 0x6bb4ef9d: return "_cellSyncLFQueueGetPushPointer2"; + case 0x6c272124: return "cellSyncBarrierTryWait"; + case 0x705985cd: return "cellSyncQueueTryPush"; + case 0x74c37666: return "_cellSyncLFQueueGetPopPointer"; + case 0x7a51deee: return "_cellSyncLFQueueCompletePopPointer2"; + case 0x811d148e: return "_cellSyncLFQueueDetachLv2EventQueue"; + case 0x91f2b7b0: return "cellSyncMutexUnlock"; + case 0xa5362e73: return "cellSyncQueueClear"; + case 0xa58df87f: return "cellSyncQueueTryPop"; + case 0xa6669751: return "cellSyncRwmTryRead"; + case 0xa9072dee: return "cellSyncMutexInitialize"; + case 0xaa355278: return "cellSyncLFQueueInitialize"; + case 0xaff7627a: return "_cellSyncLFQueueGetSignalAddress"; + case 0xba5961ca: return "_cellSyncLFQueuePushBody"; + case 0xba5bee48: return "cellSyncRwmTryWrite"; + case 0xcece771f: return "cellSyncRwmRead"; + case 0xd06918c4: return "cellSyncMutexTryLock"; + case 0xd59aa307: return "cellSyncLFQueueGetDirection"; + case 0xe18c273c: return "cellSyncLFQueueDepth"; + case 0xe1bc7add: return "_cellSyncLFQueuePopBody"; + case 0xe9bf2110: return "_cellSyncLFQueueGetPushPointer"; + case 0xed773f5f: return "cellSyncRwmWrite"; + case 0xf06a6415: return "cellSyncBarrierNotify"; + case 0xfc48b03f: return "cellSyncRwmInitialize"; + case 0xfe74e8e7: return "_cellSyncLFQueueCompletePopPointer"; + case 0x0080fe88: return "cellSync2MutexUnlock"; + case 0x0c2983ac: return "cellSync2SemaphoreRelease"; + case 0x0c9a0ea9: return "cellSync2QueueTryPop"; + case 0x12f0a27d: return "cellSync2QueueGetSize"; + case 0x164843a7: return "cellSync2SemaphoreFinalize"; + case 0x27f2d61c: return "cellSync2MutexFinalize"; + case 0x2d77fe17: return "_cellSync2SemaphoreAttributeInitialize"; + case 0x4e2ee031: return "cellSync2SemaphoreGetCount"; + case 0x55836e73: return "_cellSync2MutexAttributeInitialize"; + case 0x58be9a0f: return "cellSync2CondInitialize"; + case 0x5b1e4d7a: return "cellSync2CondEstimateBufferSize"; + case 0x5e00d433: return "_cellSync2QueueAttributeInitialize"; + case 0x5e4b0f87: return "cellSync2SemaphoreTryAcquire"; + case 0x63062249: return "cellSync2CondFinalize"; + case 0x6af85cdf: return "cellSync2QueueFinalize"; + case 0x74c2780f: return "cellSync2SemaphoreEstimateBufferSize"; + case 0x7d967d91: return "cellSync2QueuePush"; + case 0x7fd479fe: return "cellSync2QueueTryPush"; + case 0x871af804: return "cellSync2CondSignal"; + case 0x8aae07c2: return "cellSync2CondSignalAll"; + case 0xa400d82e: return "cellSync2MutexLock"; + case 0xa69c749c: return "cellSync2MutexTryLock"; + case 0xbc96d751: return "cellSync2CondWait"; + case 0xc08cc0f9: return "cellSync2QueueEstimateBufferSize"; + case 0xc5dee254: return "cellSync2SemaphoreInitialize"; + case 0xd1b0d146: return "cellSync2SemaphoreAcquire"; + case 0xd51bfae7: return "cellSync2MutexEstimateBufferSize"; + case 0xd83ab0c9: return "cellSync2QueuePop"; + case 0xdf3c532a: return "_cellSync2CondAttributeInitialize"; + case 0xeb81a467: return "cellSync2MutexInitialize"; + case 0xf0e1471c: return "cellSync2QueueGetDepth"; + case 0xf125e044: return "cellSync2QueueInitialize"; + case 0x08db2adf: return "cellSysconfBtGetDeviceList"; + case 0x112a5ee9: return "cellSysmoduleUnloadModule"; + case 0x1ef115ef: return "cellSysmoduleGetImagesize"; + case 0x32267a31: return "cellSysmoduleLoadModule"; + case 0x3c92be09: return "cellSysmoduleFetchImage"; + case 0x5a59e258: return "cellSysmoduleIsLoaded"; + case 0x63ff6ff9: return "cellSysmoduleInitialize"; + case 0x96c07adf: return "cellSysmoduleFinalize"; + case 0xa193143c: return "cellSysmoduleSetMemcontainer"; + case 0x018a1381: return "cellSysutilAvcSetLayoutMode"; + case 0x01f04d94: return "cellSysutilGamePowerOff_I"; + case 0x02ff3c1b: return "cellSysutilUnregisterCallback"; + case 0x073b89d5: return "cellSysutilAvcGetSpeakerVolumeLevel"; + case 0x08269f37: return "cellSysutilAvcGetShowStatus"; + case 0x0bae8772: return "cellVideoOutConfigure"; + case 0x0c316b87: return "cellWebBrowserConfigGetHeapSize2"; + case 0x0e091c36: return "cellSaveDataUserListAutoSave"; + case 0x0f03cfb0: return "cellSaveDataUserListSave"; + case 0x0f8a3b6b: return "cellWebBrowserConfigSetMimeSet"; + case 0x10cabeff: return "cellWebBrowserGetUsrdataOnGameExit"; + case 0x15b0b0cd: return "cellVideoOutGetConfiguration"; + case 0x15df71ed: return "cellSysutilAvcLoadAsync"; + case 0x17dbe8b3: return "cellSysutilAvcJoinRequest"; + case 0x189a74da: return "cellSysutilCheckCallback"; + case 0x1a91874b: return "cellWebBrowserConfigSetFullScreen2"; + case 0x1d99c3ee: return "cellOskDialogGetInputText"; + case 0x1dfbfdd6: return "cellSaveDataListLoad2"; + case 0x1dfcce99: return "cellSysutilGameDataExit"; + case 0x1e7bff94: return "cellSysCacheMount"; + case 0x1e930eef: return "cellVideoOutGetDeviceInfo"; + case 0x1f6629e4: return "cellWebBrowserConfigSetErrorHook2"; + case 0x20543730: return "cellMsgDialogClose"; + case 0x21425307: return "cellSaveDataListAutoLoad"; + case 0x21fc0c71: return "cellGameUnregisterDiscChangeCallback"; + case 0x220894e3: return "cellSysutilEnableBgmPlayback"; + case 0x24644561: return "cellWebBrowserWakeupWithGameExit"; + case 0x248bd1d8: return "cellSaveDataUserListAutoLoad"; + case 0x27ac51e4: return "cellStorageDataImportMove"; + case 0x2a8eada2: return "cellSaveDataFixedLoad2"; + case 0x2a95d8bc: return "cellSysutilGameExit_I"; + case 0x2aae9ef5: return "cellSaveDataFixedSave2"; + case 0x2beac488: return "cellAudioOutGetSoundAvailability2"; + case 0x2dbc92c7: return "cellSysutilAvcShowPanel"; + case 0x2de0d663: return "cellSaveDataListSave2"; + case 0x30d3d12b: return "cellSysutilGameReboot_I"; + case 0x3261a9c8: return "cellWebBrowserConfigSetDisableTabs"; + case 0x35beade0: return "cellOskDialogGetSize"; + case 0x39dd8425: return "cellSaveDataUserListLoad"; + case 0x3d1e1931: return "cellOskDialogUnloadAsync"; + case 0x3dbd2314: return "cellSaveDataListSave"; + case 0x3e22cb4b: return "cellMsgDialogOpenErrorCode"; + case 0x4056c932: return "cellSysutilAvcSetVoiceMuting"; + case 0x40b34847: return "cellSaveDataUserFixedSave"; + case 0x40e895d3: return "cellSysutilGetSystemParamInt"; + case 0x41bc2ca1: return "cellSaveDataFixedSave"; + case 0x41f20828: return "cellOskDialogDisableDimmer"; + case 0x4692ab35: return "cellAudioOutConfigure"; + case 0x46a0285d: return "cellWebBrowserDeactivate"; + case 0x4b6e8560: return "cellWebBrowserCreateRenderWithRect2"; + case 0x4bdec82a: return "cellHddGameCheck2"; + case 0x4dd03a4e: return "cellSaveDataListAutoSave"; + case 0x50183b44: return "cellSaveDataFixedLoad"; + case 0x523a96c4: return "cellGameDataSetSystemVer"; + case 0x52aac4fa: return "cellSaveDataUserAutoSave"; + case 0x52d9457a: return "cellWebBrowserConfigSetFullVersion2"; + case 0x53e39df3: return "cellOskDialogSetSeparateWindowOption"; + case 0x55e425c3: return "cellVideoOutGetConvertCursorColorInfo"; + case 0x58c89c4a: return "cellWebBrowserEstimate"; + case 0x5e91bc26: return "cellSysutilAvcEnumPlayers"; + case 0x5ee3bc26: return "cellSysutilAvcGetVoiceMuting"; + case 0x60a4daab: return "cellWebBrowserConfigSetVersion"; + case 0x6144f033: return "cellWebComponentCreateAsync"; + case 0x619b1427: return "cellWebBrowserConfigSetTabCount2"; + case 0x62b0f803: return "cellMsgDialogAbort"; + case 0x68bc4ff3: return "cellAudioOutRegisterCallback"; + case 0x6c1082aa: return "cellWebBrowserConfigWithVer"; + case 0x6c673f78: return "cellSysutilAvcUnloadAsync"; + case 0x6cfd856f: return "cellSysutilGetBgmPlaybackStatus2"; + case 0x6d087930: return "cellWebBrowserEstimate2"; + case 0x6d7444e6: return "cellWebBrowserActivate"; + case 0x6dfff31d: return "cellWebBrowserSetSystemCallbackUsrdata"; + case 0x6e7264ed: return "cellSaveDataUserFixedLoad"; + case 0x71acb8d3: return "cellSysutilAvcSetVideoMuting"; + case 0x744c1544: return "cellSysCacheClear"; + case 0x749c9b5f: return "cellWebBrowserInitialize"; + case 0x75bbb672: return "cellVideoOutGetNumberOfDevice"; + case 0x7603d3db: return "cellMsgDialogOpen2"; + case 0x7663e368: return "cellAudioOutGetDeviceInfo"; + case 0x76948bfc: return "cellSysconfAbort"; + case 0x76fc8fb1: return "cellWebBrowserConfigSetHeapSize"; + case 0x7871bed4: return "cellVideoOutUnregisterCallback"; + case 0x7bc2c8a8: return "cellMsgDialogProgressBarReset"; + case 0x7d94ca36: return "cellSysutilAvcGetVideoMuting"; + case 0x7f21c918: return "cellOskDialogAddSupportLanguage"; + case 0x7f881be1: return "cellWebBrowserCreate"; + case 0x7f896a1f: return "cellWebBrowserConfigSetCustomExit"; + case 0x7fb3c6a5: return "cellWebBrowserConfig2"; + case 0x7fcfc915: return "cellOskDialogLoadAsync"; + case 0x83668b8e: return "cellWebBrowserConfig"; + case 0x887572d5: return "cellVideoOutGetState"; + case 0x8a4cb646: return "cellWebBrowserCreateWithConfig"; + case 0x8a5dbb58: return "cellWebComponentCreate"; + case 0x8b7ed64b: return "cellSaveDataAutoSave2"; + case 0x8b8a2f48: return "cellSaveDataUserFixedDelete"; + case 0x8e8bc444: return "cellVideoOutRegisterCallback"; + case 0x9117df20: return "cellHddGameCheck"; + case 0x918288fb: return "cellStorageDataImport"; + case 0x938013a0: return "cellSysutilGetSystemParamString"; + case 0x93c523c6: return "cellWebBrowserConfigSetNotifyHook2"; + case 0x93ced48d: return "cellWebBrowserShutdown"; + case 0x94862702: return "cellMsgDialogProgressBarInc"; + case 0x9949bf82: return "cellGameDataExitBroken"; + case 0x9997e6b6: return "cellSysutilGameDataAssignVmc"; + case 0x9c9fe6a4: return "cellWebBrowserConfigSetFunction"; + case 0x9ca9ffa7: return "cellHddGameSetSystemVer"; + case 0x9d6af72a: return "cellMsgDialogProgressBarSetMsg"; + case 0x9d98afa0: return "cellSysutilRegisterCallback"; + case 0x9dfdad46: return "cellAudioOutUnregisterCallback"; + case 0x9fb97b10: return "cellWebBrowserNavigate2"; + case 0xa11552f6: return "cellSysutilGetBgmPlaybackStatus"; + case 0xa322db75: return "cellVideoOutGetResolutionAvailability"; + case 0xa36335a5: return "cellSysutilDisableBgmPlaybackEx"; + case 0xa4dd11cc: return "cellWebBrowserConfigGetHeapSize"; + case 0xa4ed7dfe: return "cellSaveDataDelete"; + case 0xa58943f8: return "cellWebBrowserCreateWithRect2"; + case 0xa5f12145: return "cellWebBrowserCreate2"; + case 0xa9a439e0: return "cellWebBrowserConfigSetUnknownMIMETypeHook2"; + case 0xa9b0c1d9: return "cellGameDataGetSizeKB"; + case 0xa9b62ac8: return "cellWebBrowserConfigSetViewRect2"; + case 0xabc3cd2c: return "cellStorageDataExport"; + case 0xac16777e: return "cellWebBrowserConfigSetStatusHook2"; + case 0xac58ad2b: return "cellSysutilEnableBgmPlaybackEx"; + case 0xafd605b3: return "cellHddGameExitBroken"; + case 0xaffdadc0: return "cellSysutilAvcSetSpeakerVolumeLevel"; + case 0xb2b6cdd0: return "cellSysconfOpen"; + case 0xb53b3d42: return "cellWebBrowserCreateWithConfigFull"; + case 0xb53c54fa: return "cellOskDialogSetKeyLayoutOption"; + case 0xb6d84526: return "cellOskDialogAbort"; + case 0xb72bc4e6: return "cellDiscGameGetBootDiscInfo"; + case 0xbccd70dd: return "cellSysutilAvcCancelJoinRequest"; + case 0xbed85cb8: return "cellWebBrowserDestroy"; + case 0xc01b4e7c: return "cellAudioOutGetSoundAvailability"; + case 0xc22c79b5: return "cellSaveDataAutoLoad"; + case 0xc427890c: return "cellOskDialogSetInitialKeyLayout"; + case 0xc8971db5: return "cellWebBrowserSetLocalContentsAdditionalTitleID"; + case 0xc9645c41: return "cellGameDataCheckCreate2"; + case 0xc96e89e9: return "cellAudioOutSetCopyControl"; + case 0xcdc6aefd: return "cellSaveDataUserAutoLoad"; + case 0xced17573: return "cellSaveDataFixedDelete"; + case 0xcfdd8e87: return "cellSysutilDisableBgmPlayback"; + case 0xcfdf24bb: return "cellVideoOutDebugSetMonitorType"; + case 0xd3790a86: return "cellOskDialogSetDeviceMask"; + case 0xd7a617f5: return "cellWebBrowserConfigSetViewCondition2"; + case 0xd9ea5709: return "cellSysutilAvcHidePanel"; + case 0xdce51399: return "cellWebComponentDestroy"; + case 0xdfdd302e: return "cellDiscGameRegisterDiscChangeCallback"; + case 0xe22ed55d: return "cellWebBrowserConfigSetFunction2"; + case 0xe558748d: return "cellVideoOutGetResolution"; + case 0xe5e2b09d: return "cellAudioOutGetNumberOfDevice"; + case 0xe7951dee: return "cellGameDataCheckCreate"; + case 0xe7fa820b: return "cellSaveDataEnableOverlay"; + case 0xe8dee79c: return "cellWebBrowserDestroy2"; + case 0xeb9d78d8: return "cellSysutilAvcGetLayoutMode"; + case 0xeca938ca: return "cellSysutilAvcSetAttribute"; + case 0xed5d96af: return "cellAudioOutGetConfiguration"; + case 0xedadd797: return "cellSaveDataDelete2"; + case 0xedc34e1a: return "cellDiscGameUnregisterDiscChangeCallback"; + case 0xee7528f3: return "cellWebBrowserConfigSetRequestHook2"; + case 0xef5a353d: return "cellSaveDataListLoad"; + case 0xf0ec3ccc: return "cellOskDialogSetLayoutMode"; + case 0xf1a443e7: return "cellWebBrowserCreateRender2"; + case 0xf2c4a425: return "cellSysutilAvcByeRequest"; + case 0xf3b4b43e: return "cellOskDialogSetInitialInputDevice"; + case 0xf3dbf5a7: return "cellSysutilSetBgmPlaybackExtraParam"; + case 0xf481967f: return "cellSysutilAvcGetAttribute"; + case 0xf4aa8b27: return "cellSysutilAvcCancelByeRequest"; + case 0xf4e3caa0: return "cellAudioOutGetState"; + case 0xf8115d69: return "cellGameRegisterDiscChangeCallback"; + case 0xf81eca25: return "cellMsgDialogOpen"; + case 0xf82e2ef7: return "cellHddGameGetSizeKB"; + case 0xf8a175ec: return "cellSaveDataAutoSave"; + case 0xfbd5c856: return "cellSaveDataAutoLoad2"; + case 0xfe669845: return "cellWebBrowserConfigSetHeapSize2"; + case 0x3343824c: return "cellSysutilApOn"; + case 0x90c2bb19: return "cellSysutilApOff"; + case 0x9e67e0dd: return "cellSysutilApGetRequiredMemSize"; + case 0x02c5417a: return "cellSysutilAvc2GetPlayerInfo"; + case 0x02dc41ee: return "cellSysutilAvc2JoinChat"; + case 0x04e1e1e4: return "cellSysutilAvc2StopStreaming"; + case 0x07236c83: return "cellSysutilAvc2ChangeVideoResolution"; + case 0x0b45cd84: return "cellSysutilAvc2ShowScreen"; + case 0x0f5a2afb: return "cellSysutilAvc2GetVideoMuting"; + case 0x103d6b46: return "cellSysutilAvc2GetWindowAttribute"; + case 0x11f071cb: return "cellSysutilAvc2StopStreaming2"; + case 0x14937714: return "cellSysutilAvc2SetVoiceMuting"; + case 0x16ff9ba0: return "cellSysutilAvc2StartVoiceDetection"; + case 0x17481336: return "cellSysutilAvc2UnloadAsync"; + case 0x178982d9: return "cellSysutilAvc2StopVoiceDetection"; + case 0x1be2b4e0: return "cellSysutilAvc2GetAttribute"; + case 0x1d73ab8c: return "cellSysutilAvc2LoadAsync"; + case 0x207621a8: return "cellSysutilAvc2SetSpeakerVolumeLevel"; + case 0x225142bd: return "cellSysutilAvc2SetWindowString"; + case 0x2f280883: return "cellSysutilAvc2EstimateMemoryContainerSize"; + case 0x2fc0ab58: return "cellSysutilAvc2SetVideoMuting"; + case 0x31fc8b92: return "cellSysutilAvc2SetPlayerVoiceMuting"; + case 0x3447668a: return "cellSysutilAvc2SetStreamingTarget"; + case 0x38f33624: return "cellSysutilAvc2Unload"; + case 0x3a37e7f1: return "cellSysutilAvc2DestroyWindow"; + case 0x3c8c827c: return "cellSysutilAvc2SetWindowPosition"; + case 0x3ef4f668: return "cellSysutilAvc2GetSpeakerVolumeLevel"; + case 0x4c4b9665: return "cellSysutilAvc2IsCameraAttached"; + case 0x55d7bbfd: return "cellSysutilAvc2MicRead"; + case 0x5f3811f8: return "cellSysutilAvc2GetPlayerVoiceMuting"; + case 0x712d51d6: return "cellSysutilAvc2JoinChatRequest"; + case 0x74d22119: return "cellSysutilAvc2StartStreaming"; + case 0x7a69ecc1: return "cellSysutilAvc2SetWindowAttribute"; + case 0x82ced772: return "cellSysutilAvc2GetWindowShowStatus"; + case 0x89456724: return "cellSysutilAvc2InitParam"; + case 0x8a40a618: return "cellSysutilAvc2GetWindowSize"; + case 0x8c2f5be3: return "cellSysutilAvc2SetStreamPriority"; + case 0x97b2da6a: return "cellSysutilAvc2LeaveChatRequest"; + case 0xa26aa437: return "cellSysutilAvc2IsMicAttached"; + case 0xa8dc0efa: return "cellSysutilAvc2CreateWindow"; + case 0xa9f5b75c: return "cellSysutilAvc2GetSpeakerMuting"; + case 0xac170042: return "cellSysutilAvc2ShowWindow"; + case 0xaee75751: return "cellSysutilAvc2SetWindowSize"; + case 0xb81b9777: return "cellSysutilAvc2EnumPlayers"; + case 0xb856b63f: return "cellSysutilAvc2GetWindowString"; + case 0xbf022284: return "cellSysutilAvc2LeaveChat"; + case 0xc35ed665: return "cellSysutilAvc2SetSpeakerMuting"; + case 0xc6c93d62: return "cellSysutilAvc2Load"; + case 0xccf0aeff: return "cellSysutilAvc2SetAttribute"; + case 0xce6780c9: return "cellSysutilAvc2UnloadAsync2"; + case 0xd42657dd: return "cellSysutilAvc2StartStreaming2"; + case 0xd7d6272f: return "cellSysutilAvc2HideScreen"; + case 0xde6afc37: return "cellSysutilAvc2HideWindow"; + case 0xdf2ed367: return "cellSysutilAvc2GetVoiceMuting"; + case 0xe40e3dfc: return "cellSysutilAvc2GetScreenShowStatus"; + case 0xf3b5ff77: return "cellSysutilAvc2Unload2"; + case 0xfc2873a9: return "cellSysutilAvc2GetWindowPosition"; + case 0x1b6e8cd2: return "cellSysutilAvcExtSetWindowRotation"; + case 0x22a36b23: return "cellSysutilAvcExtGetWindowPosition"; + case 0x22ca0929: return "cellSysutilAvcExtSetHideNamePlate"; + case 0x245ff230: return "cellSysutilAvcExtSetWindowPosition"; + case 0x28f0dc04: return "cellSysutilAvcExtGetWindowSize"; + case 0x2d9a1997: return "cellSysutilAvcExtGetWindowShowStatus"; + case 0x326fab55: return "cellSysutilAvcExtGetNamePlateShowStatus"; + case 0x332ee22c: return "cellSysutilAvcExtSetWindowAlpha"; + case 0x40bc33c8: return "cellSysutilAvcExtSetWindowSize"; + case 0x4466c0e2: return "cellSysutilAvcExtShowPanelEx"; + case 0x51ccbe09: return "cellSysutilAvcExtLoadAsyncEx"; + case 0x5a763d0e: return "cellSysutilAvcExtSetShowNamePlate"; + case 0x5ba98e47: return "cellSysutilAvcExtStopVoiceDetection"; + case 0x61b1cb18: return "cellSysutilAvcExtShowWindow"; + case 0x683fe299: return "cellSysutilAvcExtHidePanelEx"; + case 0x739c2f63: return "cellSysutilAvcExtHideWindow"; + case 0x8ed310e5: return "cellSysutilAvcExtGetWindowRotation"; + case 0xaed82c21: return "cellSysutilAvcExtGetWindowAlpha"; + case 0xc851a4c0: return "cellSysutilAvcExtStartVoiceDetection"; + case 0xcbe0c10a: return "cellSysutilAvcExtGetSurfacePointer"; + case 0xd8685383: return "cellSysutilAvcExtInitOptionParam"; + case 0xe8b1c18d: return "cellSysutilAvcExtSetWindowZorder"; + case 0x0bddef7d: return "cellAudioOutUnregisterDevice"; + case 0x18d0ada6: return "cellAudioOutGetDeviceInfo2"; + case 0x1cfa1a11: return "cellVideoOutSetXVColor"; + case 0x269ffedd: return "cellVideoOutSetupDisplay"; + case 0x3d5730ce: return "cellAudioInGetDeviceInfo"; + case 0x4ec8c141: return "cellVideoOutConvertCursorColor"; + case 0x655a0364: return "cellVideoOutGetGamma"; + case 0x65bf9ea3: return "cellAudioInGetAvailableDeviceInfo"; + case 0xc3273d9b: return "cellAudioOutGetAvailableDeviceInfo"; + case 0xc7020f62: return "cellVideoOutSetGamma"; + case 0xc7087631: return "cellAudioOutRegisterDevice"; + case 0xe4645af8: return "cellAudioOutSetDeviceMode"; + case 0xeb6c50fb: return "cellAudioInSetDeviceMode"; + case 0xeb6fcff1: return "cellAudioInRegisterDevice"; + case 0xfa6bcc17: return "cellAudioInUnregisterDevice"; + case 0xfaa275a4: return "cellVideoOutGetScreenSize"; + case 0x571dc686: return "cellSysutilGetLicenseArea"; + case 0x074dbb39: return "cellUsbdAllocateMemory"; + case 0x0f411262: return "cellUsbdInterruptTransfer"; + case 0x254289ac: return "cellUsbdOpenPipe"; + case 0x2fb08e1e: return "cellUsbdScanStaticDescriptor"; + case 0x359befba: return "cellUsbdRegisterLdd"; + case 0x35f22ac3: return "cellUsbdEnd"; + case 0x4e456e81: return "cellUsbdFreeMemory"; + case 0x5c832bd7: return "cellUsbdSetThreadPriority2"; + case 0x5de3af36: return "cellUsbdGetPrivateData"; + case 0x63bfdb97: return "cellUsbdSetPrivateData"; + case 0x64951ac7: return "cellUsbdUnregisterLdd"; + case 0x7a1b6eab: return "cellUsbdHSIsochronousTransfer"; + case 0x7fe92c54: return "cellUsbdRegisterExtraLdd"; + case 0x90460081: return "cellUsbdUnregisterExtraLdd"; + case 0x9763e962: return "cellUsbdClosePipe"; + case 0x97cf128e: return "cellUsbdControlTransfer"; + case 0xac77eb78: return "cellUsbdBulkTransfer"; + case 0xbd554bcb: return "cellUsbdRegisterExtraLdd2"; + case 0xbdbd2428: return "cellUsbdGetDeviceSpeed"; + case 0xc24af1d7: return "cellUsbdSetThreadPriority"; + case 0xd0e766fe: return "cellUsbdInit"; + case 0xd5263dea: return "cellUsbdGetThreadPriority"; + case 0xdb819e03: return "cellUsbdGetDeviceLocation"; + case 0xde58c4c2: return "cellUsbdIsochronousTransfer"; + case 0x01a4cde0: return "cellUsbPspcmPollBindAsync"; + case 0x02955295: return "cellUsbPspcmRecvAsync"; + case 0x0f7b3b6d: return "cellUsbPspcmEnd"; + case 0x17f42197: return "cellUsbPspcmBindAsync"; + case 0x3caddf6c: return "cellUsbPspcmWaitSendAsync"; + case 0x3f22403e: return "cellUsbPspcmPollResetAsync"; + case 0x461dc8cc: return "cellUsbPspcmWaitRecvAsync"; + case 0x4abe830e: return "cellUsbPspcmWaitBindAsync"; + case 0x4af23efa: return "cellUsbPspcmSendAsync"; + case 0x4ef182dd: return "cellUsbPspcmResetAsync"; + case 0x657fcd36: return "cellUsbPspcmInit"; + case 0x7277d7c3: return "cellUsbPspcmSend"; + case 0x7b249315: return "cellUsbPspcmPollRecvAsync"; + case 0x7f0a3eaf: return "cellUsbPspcmPollSendAsync"; + case 0x7ff72b42: return "cellUsbPspcmUnregister"; + case 0x816799dd: return "cellUsbPspcmPollData"; + case 0x97670a90: return "cellUsbPspcmGetAddr"; + case 0xa4a5ddb4: return "cellUsbPspcmCancelBind"; + case 0xabe090e3: return "cellUsbPspcmBind"; + case 0xdb864d11: return "cellUsbPspcmWaitData"; + case 0xe3fbf64d: return "cellUsbPspcmRegister"; + case 0xe68a65ac: return "cellUsbPspcmReset"; + case 0xe76e79ab: return "cellUsbPspcmCancelWaitData"; + case 0xe840f449: return "cellUsbPspcmWaitResetAsync"; + case 0xf20df7fc: return "cellUsbPspcmCalcPoolSize"; + case 0xf9883d3b: return "cellUsbPspcmRecv"; + case 0xfa07d320: return "cellUsbPspcmClose"; + case 0x2b761140: return "cellUserInfoGetStat"; + case 0x3097cc1c: return "cellUserInfoSelectUser_ListType"; + case 0x55123a25: return "cellUserInfoSelectUser_SetList"; + case 0xb3516536: return "cellUserInfoEnableOverlay"; + case 0xc55e338b: return "cellUserInfoGetList"; + case 0x1bb79ff4: return "cellVideoExportProgress"; + case 0x2f457571: return "cellVideoExportInitialize2"; + case 0x6a24cc70: return "cellVideoExportInitialize"; + case 0x81296524: return "cellVideoExportFromFile"; + case 0xc15be817: return "cellVideoExportFinalize"; + case 0x122e0d0f: return "cellVideoUploadInitialize"; + case 0x0a563878: return "cellVoiceStart"; + case 0x18d3df30: return "cellVoiceDisconnectIPortFromOPort"; + case 0x20bafe31: return "cellVoiceDebugTopology"; + case 0x2a01013e: return "cellVoiceCreateNotifyEventQueue"; + case 0x2de54871: return "cellVoiceCreatePort"; + case 0x2f24fea3: return "cellVoiceUpdatePort"; + case 0x30f0b5ab: return "cellVoiceWriteToIPortEx"; + case 0x35d84910: return "cellVoiceSetNotifyEventQueue"; + case 0x36472c57: return "cellVoiceReadFromOPort"; + case 0x3dad26e7: return "cellVoiceWriteToIPort"; + case 0x474609e2: return "cellVoiceGetMuteFlag"; + case 0x54ac3519: return "cellVoiceGetPortInfo"; + case 0x762dc193: return "cellVoiceGetVolume"; + case 0x7bf17b15: return "cellVoiceResumePort"; + case 0x7e60adc6: return "cellVoiceSetBitRate"; + case 0x7f3963f7: return "cellVoiceResumePortAll"; + case 0x87c71b06: return "cellVoicePausePort"; + case 0x94d51f92: return "cellVoiceStartEx"; + case 0x9d0f4af1: return "cellVoiceSetPortAttr"; + case 0x9f70c475: return "cellVoiceDeletePort"; + case 0xae6a21d5: return "cellVoiceConnectIPortToOPort"; + case 0xb1a2c38f: return "cellVoiceInitEx"; + case 0xbef53a2b: return "cellVoiceGetBitRate"; + case 0xc7cf1182: return "cellVoiceInit"; + case 0xd14e784d: return "cellVoicePausePortAll"; + case 0xd3a84be1: return "cellVoiceStop"; + case 0xd4d80ea5: return "cellVoiceSetMuteFlagAll"; + case 0xd5ae37d8: return "cellVoiceSetVolume"; + case 0xd6811aa7: return "cellVoiceGetSignalState"; + case 0xdd000886: return "cellVoiceRemoveNotifyEventQueue"; + case 0xdde35a0c: return "cellVoiceSetMuteFlag"; + case 0xe0e1ae12: return "cellVoiceEnd"; + case 0xf629ed67: return "cellVoiceGetPortAttr"; + case 0xff0fa43a: return "cellVoiceResetPort"; + case 0x10ef39f6: return "cellVpostClose"; + case 0x40524325: return "cellVpostOpenEx"; + case 0x95e788c3: return "cellVpostQueryAttr"; + case 0xabb8cc3d: return "cellVpostExec"; + case 0xcd33f3e2: return "cellVpostOpen"; + case 0x02eb41bb: return "cellGemGetEnvironmentLightingColor"; + case 0x0ecd2261: return "cellGemUpdateStart"; + case 0x13ea7c64: return "cellGemInit"; + case 0x18ea899a: return "cellGemGetTrackerHue"; + case 0x1a13d010: return "cellGemConvertVideoFinish"; + case 0x1a2518a2: return "cellGemEnableMagnetometer"; + case 0x1b30cc22: return "cellGemGetRGB"; + case 0x1f6328d8: return "cellGemWriteExternalPort"; + case 0x2d2c2764: return "cellGemGetAllTrackableHues"; + case 0x2e0a170d: return "cellGemGetMemorySize"; + case 0x41ae9c31: return "cellGemUpdateFinish"; + case 0x4219de31: return "cellGemEnableCameraPitchAngleCorrection"; + case 0x49609306: return "cellGemSetRumble"; + case 0x6441d38d: return "cellGemGetState"; + case 0x6a5b7048: return "cellGemGetAccelerometerPositionInDevice"; + case 0x6db6b007: return "cellGemGetRumble"; + case 0x6dce048c: return "cellGemConvertVideoStart"; + case 0x6fc4c791: return "cellGemFilterState"; + case 0x77e08704: return "cellGemSetYaw"; + case 0x8befac67: return "cellGemGetCameraState"; + case 0x928ac5f8: return "cellGemTrackHues"; + case 0x92cc4b34: return "cellGemGetImageState"; + case 0x9b9714a4: return "cellGemClearStatusFlags"; + case 0x9e1dff96: return "cellGemGetInfo"; + case 0xa03ef587: return "cellGemPrepareCamera"; + case 0xafa99ead: return "cellGemCalibrate"; + case 0xb8ef56a6: return "cellGemGetHuePixels"; + case 0xc07896f9: return "cellGemPrepareVideoConvert"; + case 0xc7622586: return "cellGemHSVtoRGB"; + case 0xce6d7791: return "cellGemForceRGB"; + case 0xd37b127a: return "cellGemGetInertialState"; + case 0xde54e2fc: return "cellGemReset"; + case 0xe1f85a80: return "cellGemEnd"; + case 0xe3e4f0d6: return "cellGemInvalidateCalibration"; + case 0xfb5887f9: return "cellGemIsTrackableHue"; + case 0xfee33481: return "cellGemGetStatusFlags"; + case 0x40ad67eb: return "cellMediatorCreateContext"; + case 0x4aecea24: return "cellMediatorGetSignatureLength"; + case 0x4d249136: return "cellMediatorGetUserInfo"; + case 0x5d4431f0: return "cellMediatorFlushCache"; + case 0x6b8f5cb9: return "cellMediatorSign"; + case 0x85dc6981: return "cellMediatorPostReports"; + case 0x9d11991d: return "cellMediatorGetProviderUrl"; + case 0xa14c6000: return "cellMediatorReliablePostReports"; + case 0xc324f60c: return "cellMediatorCloseContext"; + case 0xf7e4a50a: return "cellMediatorGetStatus"; + case 0x0053e2d8: return "cellVdecOpenEx"; + case 0x16698e83: return "cellVdecClose"; + case 0x17c702b9: return "cellVdecGetPicItem"; + case 0x2bf4ddd2: return "cellVdecDecodeAu"; + case 0x807c861a: return "cellVdecGetPicture"; + case 0x824433f0: return "cellVdecEndSeq"; + case 0xb6bbcd5d: return "cellVdecOpen"; + case 0xc757c2aa: return "cellVdecStartSeq"; + case 0xc982a84a: return "cellVdecQueryAttrEx"; + case 0xe13ef6fc: return "cellVdecSetFrameRate"; + case 0xff6f6ebe: return "cellVdecQueryAttr"; + case 0x000e53cc: return "sceNpManagerSubSignout"; + case 0x01cd9cfd: return "sceNpCommerceGetChildProductSkuInfo"; + case 0x01fbbc9b: return "sceNpBasicSendMessageGui"; + case 0x03c741a7: return "sceNpMatchingGetResult"; + case 0x04372385: return "sceNpBasicGetFriendListEntry"; + case 0x04ca5e6a: return "sceNpScoreRecordGameData"; + case 0x0561448b: return "sceNpCommerceGetDataFlagAbort"; + case 0x05af1cb8: return "sceNpBasicGetMatchingInvitationEntry"; + case 0x05d65dff: return "sceNpScoreGetRankingByNpId"; + case 0x0968aa36: return "sceNpManagerGetTicket"; + case 0x14497465: return "sceNpMatchingQuickMatchGUI"; + case 0x155de760: return "sceNpSignalingGetConnectionInfo"; + case 0x166dcc11: return "sceNpLookupNpId"; + case 0x1672170e: return "sceNpScoreRecordScore"; + case 0x168a3117: return "sceNpBasicAddPlayersHistory"; + case 0x168fcece: return "sceNpManagerGetAccountAge"; + case 0x16f88a6f: return "sceNpManagerGetPsHandle"; + case 0x1a2704f7: return "sceNpScoreWaitAsync"; + case 0x1a3fcb69: return "sceNpCommerceGetSkuUserData"; + case 0x1ae8a549: return "sceNpBasicAddBlockListEntry"; + case 0x1fdb3ec2: return "sceNpLookupUserProfileWithAvatarSizeAsync"; + case 0x21206642: return "sceNpScoreGetRankingByRangeAsync"; + case 0x227f8763: return "sceNpScoreGetClansRankingByClanIdAsync"; + case 0x259113b8: return "sceNpScoreDestroyTitleCtx"; + case 0x260caedd: return "sceNpBasicGetFriendPresenceByNpId2"; + case 0x2687a127: return "sceNpSignalingGetCtxOpt"; + case 0x26b3bc94: return "sceNpMatchingGetResultGUI"; + case 0x26f33146: return "sceNpCommerceGetProductCategoryStart"; + case 0x2706eaa1: return "sceNpScoreSetPlayerCharacterId"; + case 0x276c72b2: return "sceNpSignalingSetCtxOpt"; + case 0x27c69eba: return "sceNpBasicAddFriend"; + case 0x29dd45dc: return "sceNpScoreSetTimeout"; + case 0x2a76895a: return "sceNpScoreGetClansRankingByClanId"; + case 0x2ad7837d: return "sceNpMatchingAcceptInvitationGUI"; + case 0x2be41ece: return "sceNpCommerceGetNumOfChildCategory"; + case 0x2cd2a1af: return "sceNpScoreSanitizeCommentAsync"; + case 0x2e1c5068: return "sceNpMatchingDestroyCtx"; + case 0x2ecd48ed: return "sceNpDrmVerifyUpgradeLicense"; + case 0x2f2c6b3e: return "sceNpProfileAbortGui"; + case 0x2fccbfe0: return "sceNpLookupUserProfileWithAvatarSize"; + case 0x30d1cbde: return "sceNpBasicGetMessageEntry"; + case 0x32200389: return "sceNpManagerGetMyLanguages"; + case 0x32c78a6a: return "sceNpBasicGetFriendPresenceByIndex"; + case 0x32cf311f: return "sceNpScoreInit"; + case 0x32febb4c: return "sceNpMatchingSearchJoinRoomGUI"; + case 0x34cc0ca4: return "sceNpMatchingKickRoomMember"; + case 0x34ce82a0: return "sceNpSignalingGetConnectionFromPeerAddress"; + case 0x359642a6: return "sceNpCommerceGetCategoryDescription"; + case 0x36d0c2c5: return "sceNpManagerGetAvatarUrl"; + case 0x39a69619: return "sceNpCommerceGetSkuId"; + case 0x3b02418d: return "sceNpScoreGetGameData"; + case 0x3cc8588a: return "sceNpMatchingCreateRoomGUI"; + case 0x3d1760dc: return "sceNpLookupAbortTransaction"; + case 0x3db7914d: return "sceNpScoreGetRankingByNpIdAsync"; + case 0x3f0808aa: return "sceNpBasicSetPresence"; + case 0x3f195b3a: return "sceNpCommerceGetProductCategoryResult"; + case 0x4026eac5: return "sceNpBasicRegisterContextSensitiveHandler"; + case 0x41ffd4f2: return "sceNpScoreGetClansMembersRankingByNpIdPcId"; + case 0x433fcb30: return "sceNpScoreGetClansMembersRankingByNpIdPcIdAsync"; + case 0x43b989f5: return "sceNpBasicSendMessageAttachment"; + case 0x442381f7: return "sceNpManagerSubSignin"; + case 0x45f8f3aa: return "sceNpCustomMenuRegisterActions"; + case 0x474b7b13: return "sceNpMatchingJoinRoomGUI"; + case 0x481ce0e8: return "sceNpBasicAbortGui"; + case 0x4885aa18: return "sceNpTerm"; + case 0x4a18a89e: return "sceNpMatchingSetRoomInfoNoLimit"; + case 0x4b9efb7a: return "sceNpManagerGetCachedInfo"; + case 0x4d5e0670: return "sceNpScoreGetClansMembersRankingByRangeAsync"; + case 0x4d9c615d: return "sceNpBasicGetClanMessageEntry"; + case 0x50b86d94: return "sceNpSignalingAddExtendedHandler"; + case 0x52a6b523: return "sceNpManagerUnregisterCallback"; + case 0x58fa4fcd: return "sceNpManagerGetTicketParam"; + case 0x5d543bbe: return "sceNpBasicGetMessageAttachmentEntry"; + case 0x5de61626: return "sceNpLookupDestroyTitleCtx"; + case 0x5e117ed5: return "sceNpLookupTitleStorageAsync"; + case 0x5e849303: return "sceNpBasicSetPresenceDetails2"; + case 0x5f2d9257: return "sceNpLookupInit"; + case 0x60440c73: return "sceNpManagerSubSigninAbortGui"; + case 0x60897c38: return "sceNpSignalingActivateConnection"; + case 0x6356082e: return "sceNpSignalingCreateCtx"; + case 0x6453b27b: return "sceNpBasicGetFriendPresenceByIndex2"; + case 0x64a704cc: return "sceNpBasicRecvMessageAttachmentLoad"; + case 0x64dbb89d: return "sceNpSignalingCancelPeerNetInfo"; + case 0x674bb9ff: return "sceNpCommerceGetProductCategoryAbort"; + case 0x691f429d: return "sceNpMatchingGetRoomInfo"; + case 0x6cb81eb2: return "sceNpCommerceDestroyProductCategory"; + case 0x6d4adc3b: return "sceNpScoreGetClansMembersRankingByRange"; + case 0x6e2ab18b: return "sceNpCommerceGetCategoryName"; + case 0x6ee62ed2: return "sceNpManagerGetContentRatingFlag"; + case 0x6f5e8143: return "sceNpScoreCreateTransactionCtx"; + case 0x6f8fd267: return "sceNpMatchingSetRoomInfo"; + case 0x71e5af7e: return "sceNpLookupSetTimeout"; + case 0x7208dc08: return "sceNpCommerceGetNumOfChildProductSku"; + case 0x73931bd0: return "sceNpBasicGetBlockListEntryCount"; + case 0x73a2e36b: return "sceNpMatchingGetRoomMemberListLocal"; + case 0x741fbf24: return "sceNpScoreGetClanMemberGameData"; + case 0x7508112e: return "sceNpLookupPollAsync"; + case 0x75eb50cb: return "sceNpSignalingGetPeerNetInfo"; + case 0x78d7f9ad: return "sceNpCommerceGetSkuPrice"; + case 0x79225aa3: return "sceNpCommerceGetCurrencyCode"; + case 0x7b7e9137: return "sceNpScoreGetClansRankingByRangeAsync"; + case 0x7be47e61: return "sceNpScoreCensorCommentAsync"; + case 0x7deb244c: return "sceNpScoreCensorComment"; + case 0x7e2fef28: return "sceNpManagerRequestTicket"; + case 0x806960ab: return "sceNpBasicRecvMessageCustom"; + case 0x816c6a5f: return "_sceNpSysutilClientFree"; + case 0x8297f1ec: return "sceNpManagerRequestTicket2"; + case 0x8440537c: return "sceNpLookupTerm"; + case 0x860b1756: return "sceNpLookupTitleSmallStorageAsync"; + case 0x8b7bbd73: return "sceNpMatchingSendInvitationGUI"; + case 0x8d1d096c: return "sceNpCommerceInitProductCategory"; + case 0x8d4518a0: return "sceNpCommerceSetDataFlagFinish"; + case 0x9153bdf4: return "sceNpBasicGetMessageAttachmentEntryCount"; + case 0x9281e87a: return "sceNpCommerceGetDataFlagFinish"; + case 0x936df4aa: return "sceNpCommerceGetProductId"; + case 0x9452f4f8: return "sceNpCommerceGetCategoryImageURL"; + case 0x9458f464: return "sceNpCustomMenuRegisterExceptionList"; + case 0x95c7bba3: return "sceNpSignalingTerminateConnection"; + case 0x9851f805: return "sceNpScoreTerm"; + case 0x99ac9952: return "sceNpCommerceSetDataFlagStart"; + case 0x9ad7fbd1: return "sceNpSignalingGetLocalNetInfo"; + case 0x9ee9f97e: return "sceNpLookupTitleStorage"; + case 0xa15f35fe: return "sceNpBasicGetPlayersHistoryEntryCount"; + case 0xa1709abd: return "sceNpManagerGetEntitlementById"; + case 0xa284bd1d: return "sceNpMatchingSetRoomSearchFlag"; + case 0xa7a090e5: return "sceNpScorePollAsync"; + case 0xa7bff757: return "sceNpManagerGetStatus"; + case 0xa85a4951: return "sceNpCommerceGetSkuDescription"; + case 0xa8afa7d4: return "sceNpBasicGetCustomInvitationEntryCount"; + case 0xa8cf8451: return "sceNpSignalingDestroyCtx"; + case 0xaa16695f: return "sceNpDrmProcessExitSpawn"; + case 0xac66568c: return "sceNpMatchingCreateCtx"; + case 0xacb9ee8e: return "sceNpBasicUnregisterHandler"; + case 0xad218faf: return "sceNpDrmIsAvailable"; + case 0xaee8cf71: return "sceNpCommerceGetCategoryId"; + case 0xaf3eba5a: return "sceNpCommerceDoCheckoutFinishAsync"; + case 0xaf505def: return "sceNpBasicGetMatchingInvitationEntryCount"; + case 0xaf57d9c9: return "sceNpCommerceGetCurrencyDecimals"; + case 0xafef640d: return "sceNpBasicGetFriendListEntryCount"; + case 0xb020684e: return "sceNpMatchingGetRoomInfoNoLimit"; + case 0xb082003b: return "sceNpScoreGetClansRankingByRange"; + case 0xb1c02d66: return "sceNpCommerceGetCurrencyInfo"; + case 0xb1e0718b: return "sceNpManagerGetAccountRegion"; + case 0xb5cb2d56: return "sceNpBasicRecvMessageAttachment"; + case 0xb6017827: return "sceNpLookupAvatarImage"; + case 0xb66d1c46: return "sceNpManagerGetEntitlementIdList"; + case 0xb9f93bbb: return "sceNpScoreCreateTitleCtx"; + case 0xba65de6d: return "sceNpCommerceGetChildCategoryInfo"; + case 0xbab91fc9: return "sceNpBasicGetPlayersHistoryEntry"; + case 0xbcc09fe7: return "sceNpBasicRegisterHandler"; + case 0xbcdbb2ab: return "sceNpBasicAddPlayersHistoryAsync"; + case 0xbd28fdbf: return "sceNpInit"; + case 0xbdc07fd5: return "sceNpManagerGetNetworkTime"; + case 0xbe07c708: return "sceNpManagerGetOnlineId"; + case 0xbe0e3ee2: return "sceNpDrmVerifyUpgradeLicense2"; + case 0xbe81c71c: return "sceNpBasicSetPresenceDetails"; + case 0xbef887e5: return "sceNpScoreGetClanMemberGameDataAsync"; + case 0xbf607ec6: return "sceNpBasicGetClanMessageEntryCount"; + case 0xbf9eea93: return "sceNpLookupAvatarImageAsync"; + case 0xc3a991ee: return "sceNpScoreGetRankingByNpIdPcId"; + case 0xc4b6cd8f: return "sceNpScoreGetRankingByNpIdPcIdAsync"; + case 0xc5f4cf82: return "sceNpScoreDestroyTransactionCtx"; + case 0xca0a2d04: return "sceNpSignalingGetConnectionStatus"; + case 0xca39c4b2: return "sceNpLookupTitleSmallStorage"; + case 0xccbe2e69: return "sceNpCommerceGetSkuImageURL"; + case 0xce81c7f0: return "sceNpLookupCreateTitleCtx"; + case 0xceeebc7a: return "sceNpProfileCallGui"; + case 0xcf51864b: return "sceNpDrmGetTimelimit"; + case 0xcfd469e4: return "sceNpCommerceGetProductCategoryFinish"; + case 0xd03cea35: return "sceNpCommerceGetDataFlagState"; + case 0xd053f113: return "sceNpBasicGetCustomInvitationEntry"; + case 0xd0958814: return "sceNpSignalingGetPeerNetInfoResult"; + case 0xd12e40ae: return "sceNpLookupNpIdAsync"; + case 0xd208f91d: return "sceNpUtilCmpNpId"; + case 0xd20d7798: return "sceNpMatchingKickRoomMemberWithOpt"; + case 0xd737fd2d: return "sceNpLookupWaitAsync"; + case 0xd7fb1fa6: return "sceNpFriendlistCustom"; + case 0xdae2d351: return "sceNpMatchingGrantOwnership"; + case 0xdb2e4dc2: return "sceNpScoreGetGameDataAsync"; + case 0xdbdb909f: return "sceNpCommerceGetDataFlagStart"; + case 0xddce7d15: return "sceNpScoreGetBoardInfoAsync"; + case 0xded17c26: return "sceNpScoreGetClansMembersRankingByNpId"; + case 0xdfd63b62: return "sceNpLookupUserProfile"; + case 0xe035f7d6: return "sceNpBasicGetEvent"; + case 0xe1c9f675: return "sceNpBasicMarkMessageAsUsed"; + case 0xe24eea19: return "sceNpMatchingGetRoomListLimitGUI"; + case 0xe2877bea: return "sceNpCommerceDestroyCtx"; + case 0xe36c660e: return "sceNpCommerceDoCheckoutStartAsync"; + case 0xe6c8f3f9: return "sceNpDrmProcessExitSpawn2"; + case 0xe7dcd3b4: return "sceNpManagerRegisterCallback"; + case 0xe853d388: return "sceNpSignalingGetConnectionFromNpId"; + case 0xe8a67160: return "sceNpScoreGetClansMembersRankingByNpIdAsync"; + case 0xea2e9ffc: return "sceNpLookupCreateTransactionCtx"; + case 0xeb5f2544: return "sceNpCommerceGetProductName"; + case 0xeb7a3d84: return "sceNpManagerGetChatRestrictionFlag"; + case 0xeb9df054: return "sceNpCommerceGetCategoryInfo"; + case 0xec0a1fbf: return "sceNpBasicSendMessage"; + case 0xecd503de: return "sceNpBasicGetMessageEntryCount"; + case 0xee0cc40c: return "_sceNpSysutilClientMalloc"; + case 0xee530059: return "sceNpCommerceGetSkuName"; + case 0xee5b20d9: return "sceNpScoreAbortTransaction"; + case 0xee64cf8e: return "sceNpMatchingGetRoomSearchFlag"; + case 0xf042b14f: return "sceNpDrmIsAvailable2"; + case 0xf0a9182b: return "sceNpFriendlist"; + case 0xf0b1e399: return "sceNpScoreRecordScoreAsync"; + case 0xf1b77918: return "sceNpScoreSanitizeComment"; + case 0xf283c143: return "sceNpDrmExecuteGamePurchase"; + case 0xf2b3338a: return "sceNpBasicGetBlockListEntry"; + case 0xf42c0df8: return "sceNpManagerGetOnlineName"; + case 0xf4e0f607: return "sceNpScoreGetBoardInfo"; + case 0xf59e1da8: return "sceNpFriendlistAbortGui"; + case 0xf5ff5f31: return "sceNpUtilCmpNpIdInOrder"; + case 0xf76847c2: return "sceNpScoreRecordGameDataAsync"; + case 0xf806c54c: return "sceNpMatchingLeaveRoom"; + case 0xf9732ac8: return "sceNpCustomMenuActionSetActivation"; + case 0xfb87cf5e: return "sceNpLookupDestroyTransactionCtx"; + case 0xfbc82301: return "sceNpScoreGetRankingByRange"; + case 0xfcac355a: return "sceNpCommerceCreateCtx"; + case 0xfd0eb5ae: return "sceNpSignalingDeactivateConnection"; + case 0xfd39ae13: return "sceNpBasicGetFriendPresenceByNpId"; + case 0xfe37a7f4: return "sceNpManagerGetNpId"; + case 0xff0a2378: return "sceNpLookupUserProfileAsync"; + case 0x01379fd7: return "sceNpMatching2DestroyContext"; + case 0x02065e3d: return "sceNpMatching2LeaveLobby"; + case 0x03a2f42a: return "sceNpMatching2RegisterLobbyMessageCallback"; + case 0x05bf2fbd: return "sceNpMatching2GetWorldInfoList"; + case 0x0884fc95: return "sceNpMatching2RegisterLobbyEventCallback"; + case 0x0b2218a3: return "sceNpMatching2GetLobbyMemberDataInternalList"; + case 0x0d22867f: return "sceNpMatching2SearchRoom"; + case 0x0ebe4c6b: return "sceNpMatching2SignalingGetConnectionStatus"; + case 0x1022e6d6: return "sceNpMatching2SetUserInfo"; + case 0x12034412: return "sceNpMatching2GetClanLobbyId"; + case 0x129663d0: return "sceNpMatching2GetLobbyMemberDataInternal"; + case 0x12d0b0f9: return "sceNpMatching2ContextStart"; + case 0x16b3e5a4: return "sceNpMatching2CreateServerContext"; + case 0x196a06f9: return "sceNpMatching2GetMemoryInfo"; + case 0x1f372697: return "sceNpMatching2LeaveRoom"; + case 0x215b0d75: return "sceNpMatching2SetRoomDataExternal"; + case 0x23009d07: return "sceNpMatching2Term2"; + case 0x26ae9ff8: return "sceNpMatching2SignalingGetConnectionInfo"; + case 0x28cad8b3: return "sceNpMatching2SendRoomMessage"; + case 0x29e78389: return "sceNpMatching2JoinLobby"; + case 0x2c5b7fc9: return "sceNpMatching2GetRoomMemberDataExternalList"; + case 0x2ed909dc: return "sceNpMatching2AbortRequest"; + case 0x2fe0da7d: return "sceNpMatching2Term"; + case 0x3457c0db: return "sceNpMatching2GetServerInfo"; + case 0x3c00c9d4: return "sceNpMatching2GetEventData"; + case 0x3cc27344: return "sceNpMatching2GetRoomSlotInfoLocal"; + case 0x3f3bd413: return "sceNpMatching2SendLobbyChatMessage"; + case 0x3f62c759: return "sceNpMatching2Init"; + case 0x41251f74: return "sceNp2Init"; + case 0x430ce063: return "sceNpMatching2AbortContextStart"; + case 0x490124fd: return "sceNpMatching2GetRoomMemberIdListLocal"; + case 0x5721e711: return "sceNpMatching2JoinRoom"; + case 0x58a04247: return "sceNpMatching2GetRoomMemberDataInternalLocal"; + case 0x62d446ac: return "sceNpMatching2GetCbQueueInfo"; + case 0x66f19527: return "sceNpMatching2KickoutRoomMember"; + case 0x6ba4c668: return "sceNpMatching2ContextStartAsync"; + case 0x6fcd84c1: return "sceNpMatching2SetSignalingOptParam"; + case 0x748029a2: return "sceNpMatching2RegisterContextCallback"; + case 0x7bf6e152: return "sceNpMatching2SendRoomChatMessage"; + case 0x817d1090: return "sceNpMatching2SetRoomDataInternal"; + case 0x8b209ca2: return "sceNpMatching2GetRoomDataInternal"; + case 0x8d3f8d49: return "sceNpMatching2SignalingGetPingInfo"; + case 0x8e5cfe9f: return "sceNpMatching2GetServerIdListLocal"; + case 0x8e930999: return "sceNpUtilBuildCdnUrl"; + case 0x9344d41f: return "sceNpMatching2GrantRoomOwner"; + case 0x9cbce3f2: return "sceNpMatching2CreateContext"; + case 0xa2b01449: return "sceNpMatching2GetSignalingOptParamLocal"; + case 0xa9e6103e: return "sceNpMatching2RegisterSignalingCallback"; + case 0xaa6c2c43: return "sceNpMatching2ClearEventData"; + case 0xaadb7c12: return "sceNp2Term"; + case 0xac98b03a: return "sceNpMatching2GetUserInfoList"; + case 0xb0c51412: return "sceNpMatching2GetRoomMemberDataInternal"; + case 0xb851aacf: return "sceNpMatching2SetRoomMemberDataInternal"; + case 0xba578d19: return "sceNpMatching2JoinProhibitiveRoom"; + case 0xbf014813: return "sceNpMatching2SignalingSetCtxOpt"; + case 0xc6b63b7e: return "sceNpMatching2DeleteServerContext"; + case 0xdb87b088: return "sceNpMatching2SetDefaultRequestOptParam"; + case 0xdcb6b27d: return "sceNpMatching2RegisterRoomEventCallback"; + case 0xde6d308b: return "sceNpMatching2GetRoomPasswordLocal"; + case 0xe4ac32ca: return "sceNpMatching2GetRoomDataExternalList"; + case 0xe7a3bc7a: return "sceNpMatching2CreateJoinRoom"; + case 0xe9946648: return "sceNpMatching2SignalingGetCtxOpt"; + case 0xefbd9357: return "sceNpMatching2GetLobbyInfoList"; + case 0xeffe5a16: return "sceNpMatching2GetLobbyMemberIdListLocal"; + case 0xefff8779: return "sceNpMatching2SendLobbyInvitation"; + case 0xf43c647a: return "sceNpMatching2ContextStop"; + case 0xf4babd3f: return "sceNpMatching2Init2"; + case 0xfa0583c6: return "sceNpMatching2SetLobbyMemberDataInternal"; + case 0xfee11e72: return "sceNpMatching2RegisterRoomMessageCallback"; + case 0x095e12c6: return "sceNpClansSendInvitationResponse"; + case 0x09f9e1a9: return "sceNpClansUpdateClanInfo"; + case 0x0df25834: return "sceNpClansRetrieveChallenges"; + case 0x1221a1bf: return "sceNpClansSearchByProfile"; + case 0x20472da0: return "sceNpClansGetMemberInfo"; + case 0x299ccc9b: return "sceNpClansCancelMembershipRequest"; + case 0x38dadf1f: return "sceNpClansGetAutoAcceptStatus"; + case 0x42332cb7: return "sceNpClansTerm"; + case 0x4826f6d5: return "sceNpClansDisbandClan"; + case 0x487de998: return "sceNpClansGetClanInfo"; + case 0x4d06aef7: return "sceNpClansAddBlacklistEntry"; + case 0x560f717b: return "sceNpClansLeaveClan"; + case 0x56bc5a7c: return "sceNpClansGetBlacklist"; + case 0x59743b2b: return "sceNpClansSendMembershipRequest"; + case 0x5bff9da1: return "sceNpClansRemoveBlacklistEntry"; + case 0x5da94854: return "sceNpClansUpdateAutoAcceptStatus"; + case 0x672399a8: return "sceNpClansGetClanListByNpId"; + case 0x726dffd5: return "sceNpClansCancelInvitation"; + case 0x727aa7f8: return "sceNpClansRetrieveAnnouncements"; + case 0x83d65529: return "sceNpClansPostChallenge"; + case 0x856ff5c0: return "sceNpClansGetMemberList"; + case 0x8e785b97: return "sceNpClansRetrievePostedChallenges"; + case 0x942dbdc4: return "sceNpClansSendMembershipResponse"; + case 0x9a72232d: return "sceNpClansCreateRequest"; + case 0x9b820047: return "sceNpClansInit"; + case 0x9cac2085: return "sceNpClansChangeMemberRole"; + case 0xa6a31a38: return "sceNpClansCreateClan"; + case 0xaa7912b5: return "sceNpClansKickMember"; + case 0xace0cfba: return "sceNpClansSearchByName"; + case 0xada45b84: return "sceNpClansPostAnnouncement"; + case 0xbc05ef31: return "sceNpClansSendInvitation"; + case 0xca4181b4: return "sceNpClansGetClanList"; + case 0xce6dc0f0: return "sceNpClansRemoveChallenge"; + case 0xd3346dc4: return "sceNpClansRemovePostedChallenge"; + case 0xd6551cd1: return "sceNpClansDestroyRequest"; + case 0xdbf300ca: return "sceNpClansJoinClan"; + case 0xe2590f60: return "sceNpClansRemoveAnnouncement"; + case 0xe82969e2: return "sceNpClansAbortRequest"; + case 0xf4a2d52b: return "sceNpClansUpdateMemberInfo"; + case 0x104551a6: return "sceNpCommerce2DoCheckoutStartAsync"; + case 0x146618df: return "sceNpCommerce2GetProductInfoListGetResult"; + case 0x150fdca3: return "sceNpCommerce2GetContentRatingDescriptor"; + case 0x1fa1b312: return "sceNpCommerce2GetStoreBrowseUserdata"; + case 0x2a910f05: return "sceNpCommerce2DestroyReq"; + case 0x3539d233: return "sceNpCommerce2Init"; + case 0x371a2edd: return "sceNpCommerce2GetCategoryContentsStart"; + case 0x3d627d81: return "sceNpCommerce2GetBGDLAvailability"; + case 0x410d42be: return "sceNpCommerce2DoDlListFinishAsync"; + case 0x4d4a094c: return "sceNpCommerce2Term"; + case 0x62023e98: return "sceNpCommerce2CreateSessionAbort"; + case 0x6ca9efd4: return "sceNpCommerce2DoDlListStartAsync"; + case 0x6f67ea80: return "sceNpCommerce2DestroyCtx"; + case 0x7370d8d0: return "sceNpCommerce2GetCategoryContentsCreateReq"; + case 0x8df0057f: return "sceNpCommerce2AbortReq"; + case 0x8f46325b: return "sceNpCommerce2GetProductInfoStart"; + case 0x91f8843d: return "sceNpCommerce2CreateSessionFinish"; + case 0x972ab46c: return "sceNpCommerce2GetContentInfo"; + case 0x9825a0fc: return "sceNpCommerce2DoProductBrowseStartAsync"; + case 0x9cde07cc: return "sceNpCommerce2GetProductInfoListStart"; + case 0x9d9cb96b: return "sceNpCommerce2DestroyGetCategoryContentsResult"; + case 0xa5a863fe: return "sceNpCommerce2SetBGDLAvailability"; + case 0xa975ebb4: return "sceNpCommerce2GetProductInfoCreateReq"; + case 0xa9f945b3: return "sceNpCommerce2DoProductCodeFinishAsync"; + case 0xac78c1f3: return "sceNpCommerce2GetContentRatingInfoFromCategoryInfo"; + case 0xb23e3bd1: return "sceNpCommerce2DoProductBrowseFinishAsync"; + case 0xbd49eab2: return "sceNpCommerce2GetCategoryInfo"; + case 0xbf5f58ea: return "sceNpCommerce2GetProductInfoGetResult"; + case 0xca0ea996: return "sceNpCommerce2GetCategoryContentsGetResult"; + case 0xcc18cd2c: return "sceNpCommerce2CreateSessionStart"; + case 0xd43a130e: return "sceNpCommerce2DoCheckoutFinishAsync"; + case 0xd8a473a3: return "sceNpCommerce2InitGetCategoryContentsResult"; + case 0xd9956ce7: return "sceNpCommerce2GetGameProductInfoFromGetProductInfoListResult"; + case 0xd9fdcec2: return "sceNpCommerce2CreateCtx"; + case 0xda8e322d: return "sceNpCommerce2GetPrice"; + case 0xdb19194c: return "sceNpCommerce2GetGameSkuInfoFromGameProductInfo"; + case 0xde7ab33d: return "sceNpCommerce2DoProductCodeStartAsync"; + case 0xe0f90e44: return "sceNpCommerce2InitGetProductInfoListResult"; + case 0xe1e7b5ac: return "sceNpCommerce2GetProductInfoListCreateReq"; + case 0xe51a4944: return "sceNpCommerce2GetGameProductInfoFromContentInfo"; + case 0xec324c8f: return "sceNpCommerce2GetContentRatingInfoFromGameProductInfo"; + case 0xeef51be0: return "sceNpCommerce2ExecuteStoreBrowse"; + case 0xef645654: return "sceNpCommerce2GetGameProductInfo"; + case 0xef8eafcd: return "sceNpCommerce2DestroyGetProductInfoResult"; + case 0xf6139b58: return "sceNpCommerce2DestroyGetProductInfoListResult"; + case 0xf798f5e3: return "sceNpCommerce2InitGetProductInfoResult"; + case 0xfc216890: return "sceNpCommerce2GetCategoryInfoFromContentInfo"; + case 0x079f0e87: return "sceNpTrophyGetGameProgress"; + case 0x1197b52c: return "sceNpTrophyRegisterContext"; + case 0x1c25470d: return "sceNpTrophyCreateHandle"; + case 0x27deda93: return "sceNpTrophySetSoundLevel"; + case 0x370136fe: return "sceNpTrophyGetRequiredDiskSpace"; + case 0x3741ecc7: return "sceNpTrophyDestroyContext"; + case 0x39567781: return "sceNpTrophyInit"; + case 0x48bd97c7: return "sceNpTrophyAbortHandle"; + case 0x49d18217: return "sceNpTrophyGetGameInfo"; + case 0x623cd2dc: return "sceNpTrophyDestroyHandle"; + case 0x8ceedd21: return "sceNpTrophyUnlockTrophy"; + case 0xa7fabf4d: return "sceNpTrophyTerm"; + case 0xb3ac3478: return "sceNpTrophyGetTrophyUnlockState"; + case 0xbaedf689: return "sceNpTrophyGetTrophyIcon"; + case 0xe3bf9a28: return "sceNpTrophyCreateContext"; + case 0xfce6d30a: return "sceNpTrophyGetTrophyInfo"; + case 0xff299e03: return "sceNpTrophyGetGameIcon"; + case 0x01711e81: return "sceNpTusDeleteMultiSlotDataVUser"; + case 0x0423e622: return "sceNpTusGetMultiSlotVariable"; + case 0x065b610d: return "sceNpTusSetMultiSlotVariableAsync"; + case 0x0835deb2: return "sceNpTusSetDataVUser"; + case 0x0d15043b: return "sceNpTusGetMultiUserVariable"; + case 0x17db7aa7: return "sceNpTusTryAndSetVariableVUserAsync"; + case 0x1904435e: return "sceNpTusCreateTransactionCtx"; + case 0x19bce18c: return "sceNpTusPollAsync"; + case 0x1fa5c87d: return "sceNpTusAddAndGetVariableAsync"; + case 0x225aed26: return "sceNpTusTerm"; + case 0x2357ba9e: return "sceNpTusGetMultiSlotVariableVUser"; + case 0x2ab21ea9: return "sceNpTusGetMultiSlotDataStatusVUserAsync"; + case 0x2d1b9f1a: return "sceNpTusGetMultiUserDataStatusVUser"; + case 0x2e162a62: return "sceNpTusDestroyTitleCtx"; + case 0x3175af23: return "sceNpTusDeleteMultiSlotDataAsync"; + case 0x325c6284: return "sceNpTusAbortTransaction"; + case 0x348dbcb4: return "sceNpTusGetMultiUserDataStatus"; + case 0x3602bc80: return "sceNpTusTryAndSetVariableVUser"; + case 0x368fec59: return "sceNpTusGetMultiUserDataStatusVUserAsync"; + case 0x38f364b0: return "sceNpTusGetDataVUserAsync"; + case 0x44eca8b4: return "sceNpTusDestroyTransactionCtx"; + case 0x47e9424a: return "sceNpTusTryAndSetVariable"; + case 0x5175abb9: return "sceNpTusGetDataAsync"; + case 0x59432970: return "sceNpTusSetTimeout"; + case 0x651fd79f: return "sceNpTusGetMultiSlotDataStatusAsync"; + case 0x6c511024: return "sceNpTusGetMultiUserVariableVUser"; + case 0x7caf58ee: return "sceNpTusCreateTitleCtx"; + case 0x7d5f0f0e: return "sceNpTusSetData"; + case 0x8ddd0d85: return "sceNpTusGetData"; + case 0x8f87a06b: return "sceNpTusInit"; + case 0x94989003: return "sceNpTusAddAndGetVariable"; + case 0x9549d22c: return "sceNpTusGetMultiUserVariableVUserAsync"; + case 0x96a06212: return "sceNpTusSetMultiSlotVariableVUserAsync"; + case 0x9cc0cf44: return "sceNpTusSetDataVUserAsync"; + case 0xa3abfadb: return "sceNpTusGetMultiSlotDataStatusVUser"; + case 0xa7993bf3: return "sceNpTusAddAndGetVariableVUserAsync"; + case 0xae4e590e: return "sceNpTusGetDataVUser"; + case 0xaf985783: return "sceNpTusDeleteMultiSlotVariable"; + case 0xb8e8ff22: return "sceNpTusWaitAsync"; + case 0xbb2877f2: return "sceNpTusGetMultiSlotVariableAsync"; + case 0xbbb244b7: return "sceNpTusTryAndSetVariableAsync"; + case 0xc2e18da8: return "sceNpTusDeleteMultiSlotVariableVUserAsync"; + case 0xc4e51fbf: return "sceNpTusDeleteMultiSlotVariableVUser"; + case 0xc66ba67e: return "sceNpTusGetMultiUserDataStatusAsync"; + case 0xc815b219: return "sceNpTusDeleteMultiSlotDataVUserAsync"; + case 0xc848d425: return "sceNpTusGetMultiSlotDataStatus"; + case 0xcc7a31cd: return "sceNpTusGetMultiUserVariableAsync"; + case 0xcc86a8f6: return "sceNpTusSetMultiSlotVariable"; + case 0xe0719847: return "sceNpTusDeleteMultiSlotData"; + case 0xe847341f: return "sceNpTusSetDataAsync"; + case 0xf5363608: return "sceNpTusDeleteMultiSlotVariableAsync"; + case 0xf60be06f: return "sceNpTusAddAndGetVariableVUser"; + case 0xf819be91: return "sceNpTusSetMultiSlotVariableVUser"; + case 0xfc7d346e: return "sceNpTusGetMultiSlotVariableVUserAsync"; + case 0x432b3cbf: return "sceNpUtilBandwidthTestShutdown"; + case 0xc2ced2b7: return "sceNpUtilBandwidthTestInitStart"; + case 0xc880f37d: return "sceNpUtilBandwidthTestGetStatus"; + case 0xc99ee313: return "sceNpUtilBandwidthTestAbort"; + case 0x02671310: return "cellFsSetDefaultContainer"; + case 0x0d5b4a14: return "cellFsReadWithOffset"; + case 0x0e2939e5: return "cellFsFtruncate"; + case 0x103b8632: return "cellFsAllocateFileAreaWithInitialData"; + case 0x190912f6: return "cellFsStReadGetCurrentAddr"; + case 0x1a108ab7: return "cellFsGetBlockSize"; + case 0x1ea02e2f: return "cellFsArcadeHddSerialNumber"; + case 0x2664c8ae: return "cellFsStReadInit"; + case 0x27800c6b: return "cellFsStRead"; + case 0x2796fdf3: return "cellFsRmdir"; + case 0x2cb51f0d: return "cellFsClose"; + case 0x2cf1296b: return "cellFsAllocateFileAreaByFdWithoutZeroFill"; + case 0x3140f6e1: return "cellFsSetIoBuffer"; + case 0x3394f037: return "cellFsAllocateFileAreaByFdWithInitialData"; + case 0x3a1c8393: return "cellFsTruncate2"; + case 0x3f61245c: return "cellFsOpendir"; + case 0x4cef342e: return "cellFsAioWrite"; + case 0x4d5ff8e2: return "cellFsRead"; + case 0x5c74903d: return "cellFsReaddir"; + case 0x606f9f42: return "cellFsChangeFileSizeWithoutAllocation"; + case 0x6d3bb15b: return "cellFsSdataOpenByFd"; + case 0x718bf5f8: return "cellFsOpen"; + case 0x75f16dc5: return "cellFsSetIoBufferFromDefaultContainer"; + case 0x7a0329a1: return "cellFsAllocateFileAreaWithoutZeroFill"; + case 0x7de6dced: return "cellFsStat"; + case 0x7f13fc8c: return "cellFsAioCancel"; + case 0x7f4677a8: return "cellFsUnlink"; + case 0x81f33783: return "cellFsStReadPutCurrentAddr"; + case 0x866f6aec: return "cellFsStReadWaitCallback"; + case 0x8cb722d5: return "cellFsWriteWithOffset"; + case 0x8df28ff9: return "cellFsStReadStart"; + case 0x8f71c5b2: return "cellFsStReadWait"; + case 0x91a1beaa: return "cellFsSetDiscReadRetrySetting"; + case 0x967a162b: return "cellFsFsync"; + case 0x99406d0b: return "cellFsChmod"; + case 0x9b882495: return "cellFsGetDirectoryEntries"; + case 0x9f951810: return "cellFsAioFinish"; + case 0xa01ee33a: return "cellFsRegisterConversionCallback"; + case 0xa397d042: return "cellFsLseek"; + case 0xaa3b4bcd: return "cellFsGetFreeSize"; + case 0xb1840b53: return "cellFsSdataOpen"; + case 0xb3afee8b: return "cellFsStReadGetRingBuf"; + case 0xba901fe6: return "cellFsMkdir"; + case 0xbd273a88: return "cellFsStReadGetRegid"; + case 0xbef554a4: return "cellFsUtime"; + case 0xc1c507e7: return "cellFsAioRead"; + case 0xc9dc3ac5: return "cellFsTruncate"; + case 0xcb588dba: return "cellFsFGetBlockSize"; + case 0xcf34969c: return "cellFsStReadGetStatus"; + case 0xd73938df: return "cellFsStReadFinish"; + case 0xdb869f20: return "cellFsAioInit"; + case 0xe15939c3: return "cellFsChangeFileSizeByFdWithoutAllocation"; + case 0xecdcf2ab: return "cellFsWrite"; + case 0xef3efa34: return "cellFsFstat"; + case 0xf12eecc8: return "cellFsRename"; + case 0xf8e5d9a0: return "cellFsStReadStop"; + case 0xf94baa80: return "cellFsUnregisterL10nCallbacks"; + case 0xff42dcc3: return "cellFsClosedir"; + case 0x068fcbc6: return "sys_config_start"; + case 0x0d5f2c14: return "cellPadClearBuf"; + case 0x0e2dfaad: return "cellPadInfoPressMode"; + case 0x1cf98800: return "cellPadInit"; + case 0x1f71ecbe: return "cellKbGetConfiguration"; + case 0x2073b7f6: return "cellKbClearBuf"; + case 0x20a97ba2: return "cellPadLddRegisterController"; + case 0x21a62e9b: return "cellMouseGetTabletDataList"; + case 0x2d16da4f: return "cellMouseSetTabletMode"; + case 0x2f1774d5: return "cellKbGetInfo"; + case 0x3138e632: return "cellMouseGetData"; + case 0x3aaad464: return "cellPadGetInfo"; + case 0x3ef66b95: return "cellMouseClearBuf"; + case 0x3f72c56e: return "cellKbSetLEDStatus"; + case 0x3f797dff: return "cellPadGetRawData"; + case 0x433f6ec0: return "cellKbInit"; + case 0x4ab1fa77: return "cellKbCnvRawCode"; + case 0x4cc9b68d: return "cellPadPeriphGetInfo"; + case 0x4d0b3b1f: return "cellMouseInfoTabletMode"; + case 0x4d9b75d5: return "cellPadEnd"; + case 0x578e3c98: return "cellPadSetPortSetting"; + case 0x5baf30fb: return "cellMouseGetInfo"; + case 0x5f81900c: return "sys_config_unregister_service"; + case 0x6ae10596: return "sys_config_add_service_listener"; + case 0x6bc09c61: return "cellPadGetDataExtra"; + case 0x6bd131f0: return "cellMouseGetDataList"; + case 0x6d367953: return "sys_config_stop"; + case 0x78200559: return "cellPadInfoSensorMode"; + case 0x78f058a2: return "sys_config_register_service"; + case 0x7c5d5fc1: return "cellPadDbgPeriphRegisterDevice"; + case 0x8a00f264: return "cellPadPeriphGetData"; + case 0x8b72cda1: return "cellPadGetData"; + case 0x8b8231e5: return "cellPadLddGetPortNo"; + case 0x94b98e39: return "cellPadDbgLddSetDataInsertMode"; + case 0xa328cc35: return "cellMouseGetRawData"; + case 0xa5f85e4d: return "cellKbSetCodeType"; + case 0xa703a51d: return "cellPadGetInfo2"; + case 0xa74396e5: return "cellPadDbgLddRegisterController"; + case 0xbafd6409: return "cellPadLddDataInsert"; + case 0xbe5be3ba: return "cellPadSetSensorMode"; + case 0xbfce3285: return "cellKbEnd"; + case 0xc9030138: return "cellMouseInit"; + case 0xcf3051f7: return "cellPadDbgGetData"; + case 0xdeefdfa7: return "cellKbSetReadMode"; + case 0xe10183ce: return "cellMouseEnd"; + case 0xe442faa8: return "cellPadLddUnregisterController"; + case 0xf5d9d571: return "sys_config_remove_service_listener"; + case 0xf65544ee: return "cellPadSetActDirect"; + case 0xf83f8182: return "cellPadSetPressMode"; + case 0xff0a21b7: return "cellKbRead"; + case 0x00acf0e5: return "spu_printf_finalize"; + case 0x00fb4a6b: return "spu_thread_sprintf"; + case 0x0125b2ca: return "_rand_int32_TT800"; + case 0x01508f24: return "raw_spu_write_float"; + case 0x0264f468: return "_Wctomb"; + case 0x02f4d325: return "spu_thread_read_double"; + case 0x02f52a3c: return "_filep_close_it"; + case 0x03becf3c: return "_Defloc"; + case 0x04a183fc: return "strcpy"; + case 0x04a1f19d: return "raw_spu_write_short"; + case 0x05d821c4: return "_Stoullx"; + case 0x077cdb23: return "btowc"; + case 0x07c7971d: return "_Stoldx"; + case 0x0871ffb0: return "mspace_malloc_usable_size"; + case 0x0891a3fa: return "_Tlsfree"; + case 0x09cbee1e: return "strxfrm"; + case 0x0a1d4b00: return "spu_thread_read_uint"; + case 0x0a4e2541: return "spu_thread_read_ldouble"; + case 0x0ae275a4: return "_Stolx"; + case 0x0b0d272f: return "_malloc_finalize"; + case 0x0b9d04d0: return "_Getnloc"; + case 0x0b9ecb98: return "toupper_ascii"; + case 0x0cae547f: return "raw_spu_write_double"; + case 0x0d2a593b: return "srand"; + case 0x0d8a2de0: return "_CStrxfrm"; + case 0x0df8809f: return "__call_functions_registered_with_atexit"; + case 0x0f60eb63: return "vfwscanf"; + case 0x0ff4722c: return "raw_spu_read_ushort"; + case 0x1096f8f1: return "ispunct_ascii"; + case 0x1098a99d: return "localeconv"; + case 0x112ea8ea: return "strspn"; + case 0x115e2f70: return "spu_thread_snprintf"; + case 0x116cda13: return "wcstol"; + case 0x118712ea: return "islower"; + case 0x11d270d2: return "exitspawn"; + case 0x126656b7: return "_Btowc"; + case 0x128b334f: return "raw_spu_read_mem"; + case 0x12a55fb7: return "mbrtowc"; + case 0x130d20a5: return "towlower"; + case 0x1365b52a: return "fcntl"; + case 0x13808972: return "wcstok"; + case 0x14052ae0: return "absi4"; + case 0x14348b57: return "divi4"; + case 0x145853cd: return "mspace_destroy"; + case 0x15362bc9: return "spu_thread_read_long"; + case 0x153b364a: return "mkdir"; + case 0x15bdcc00: return "rand"; + case 0x15c2e29d: return "isgraph_ascii"; + case 0x17752bab: return "wcsftime"; + case 0x17bc0136: return "_Lrv2d"; + case 0x17c031d7: return "spu_thread_read_ulong"; + case 0x1855b9b1: return "setlocale"; + case 0x1895908d: return "mspace_realloc"; + case 0x18e48b5d: return "wscanf"; + case 0x18f7b77d: return "_Dnorm"; + case 0x1970cd7e: return "getpid"; + case 0x19ccbb81: return "mktime"; + case 0x1ab01ea8: return "truncate"; + case 0x1abd0985: return "div"; + case 0x1ae06860: return "wcstoumax"; + case 0x1b4c3ff0: return "atexit"; + case 0x1c0e8ab6: return "vswscanf"; + case 0x1c2ef212: return "getwc"; + case 0x1cf4d80a: return "iswalpha"; + case 0x1dcd8609: return "_Strxfrmx"; + case 0x1dd0d4c5: return "spu_printf_attach_group"; + case 0x1df4732e: return "_Getptolower"; + case 0x1e9d2b4f: return "spu_thread_read_int"; + case 0x1ecae195: return "_Vacopy"; + case 0x1f913e8d: return "chmod"; + case 0x1f925c41: return "_allocate_mapped_pages"; + case 0x206612c4: return "spu_thread_read_ptr"; + case 0x216984ed: return "spu_thread_write_long"; + case 0x216fcd2a: return "_Atrealloc"; + case 0x21807b8e: return "towctrans"; + case 0x225702e1: return "_fs_initialize"; + case 0x22b0e566: return "_Stollx"; + case 0x23d3bca7: return "_Eadd"; + case 0x242c603e: return "_Frprep"; + case 0x243b52d8: return "_Mbtowcx"; + case 0x24802244: return "iswcntrl"; + case 0x24c9e021: return "abs"; + case 0x24e230d2: return "_Wctob"; + case 0x24f6cbdd: return "clock"; + case 0x253b7210: return "_rand_real2_TT800"; + case 0x25beee5a: return "__raw_spu_printf"; + case 0x25da8fbb: return "iscntrl"; + case 0x266311a0: return "localtime"; + case 0x2677568c: return "putchar"; + case 0x26f023d5: return "ftell"; + case 0x273b9711: return "sprintf"; + case 0x28b92ebf: return "raw_spu_read_uchar"; + case 0x296bc72f: return "_FDunscale"; + case 0x2b45cb34: return "wcsrtombs"; + case 0x2b7ba4ca: return "_Tlsset"; + case 0x2b81fb7f: return "readdir"; + case 0x2bc9dee6: return "raw_spu_read_short"; + case 0x2caea755: return "_Once"; + case 0x2d067448: return "ftruncate64"; + case 0x2d17ca7f: return "_Puttxt"; + case 0x2eea9f25: return "_Esub"; + case 0x2f45d39c: return "strlen"; + case 0x2fecec13: return "getwchar"; + case 0x30fb2899: return "_Getmem"; + case 0x312be3b3: return "_malloc_init_lv2"; + case 0x313f04ab: return "raw_spu_read_char"; + case 0x329a4540: return "_WPrintf"; + case 0x32e4a30a: return "_Mtxdst"; + case 0x336b4191: return "_Getint"; + case 0x33d6ae54: return "ferror"; + case 0x344eca7e: return "_WGetstr"; + case 0x34dd6650: return "_Getcloc"; + case 0x34e7c97e: return "_Unlocksyslock"; + case 0x3512ad38: return "tmpnam"; + case 0x355fd1fd: return "mbtowc"; + case 0x3574d37d: return "_Wcsxfrmx"; + case 0x36c067c1: return "_Stoll"; + case 0x36f2b4ed: return "strtoull"; + case 0x36feb965: return "raw_spu_write_llong"; + case 0x3704840e: return "_fs_finalize"; + case 0x38426d25: return "_Wctombx"; + case 0x3902363a: return "malloc_footprint"; + case 0x39bf419c: return "valloc"; + case 0x3a210c93: return "swscanf"; + case 0x3a840ae3: return "snprintf"; + case 0x3b22e88a: return "isxdigit"; + case 0x3b8097ac: return "_WScanf"; + case 0x3bce073b: return "putc"; + case 0x3bd9ce0a: return "fsync"; + case 0x3ca81c76: return "_Iswctype"; + case 0x3d1460e9: return "_Strerror"; + case 0x3d541975: return "atoi"; + case 0x3d5fdea7: return "vfwprintf"; + case 0x3d85d6f8: return "strcmp"; + case 0x3dbc3bee: return "opendir"; + case 0x3e57dfac: return "_Genld"; + case 0x3ec99a66: return "_Getptimes"; + case 0x3ee29d0b: return "_Stof"; + case 0x3f125e2e: return "spu_thread_write_short"; + case 0x3f4ccdc7: return "isdigit"; + case 0x3f650700: return "mspace_is_heap_empty"; + case 0x40a2599a: return "atol"; + case 0x40d04e4e: return "fwide"; + case 0x40e0ff25: return "_WGenld"; + case 0x41283333: return "isdigit_ascii"; + case 0x418bdfe1: return "_get_fd"; + case 0x4217b4cf: return "difftime"; + case 0x433fe2a9: return "fwscanf"; + case 0x44115dd0: return "_Geterrno"; + case 0x44796e5c: return "strerror"; + case 0x449317ed: return "_Fopen"; + case 0x44d7cae8: return "raw_spu_read_float"; + case 0x4544c2de: return "spu_thread_write_mem"; + case 0x4569518c: return "malloc_stats"; + case 0x459072c3: return "_init_TT800"; + case 0x4595c42b: return "wcsxfrm"; + case 0x468b45dc: return "mspace_calloc"; + case 0x4911ff9c: return "rand_int31_TT800"; + case 0x498a5036: return "raw_spu_write_mem"; + case 0x4a0049c6: return "_Getpctype"; + case 0x4ab5fbe2: return "_Printf"; + case 0x4b36c0e0: return "vfscanf"; + case 0x4b6a4010: return "vswprintf"; + case 0x4bb8e2b2: return "raw_spu_write_ushort"; + case 0x4c3f5f29: return "_Getgloballocale"; + case 0x4c7dc863: return "iswupper"; + case 0x4d348427: return "fputs"; + case 0x4e4be299: return "longjmp"; + case 0x4e72f810: return "wmemchr"; + case 0x4ffba189: return "feof"; + case 0x508196b4: return "raw_spu_printf"; + case 0x508e00c6: return "_Getloc"; + case 0x51b28904: return "_Stodx"; + case 0x526a496a: return "write"; + case 0x532b03be: return "raw_spu_read_uint"; + case 0x53eb43a1: return "_Getpmbstate"; + case 0x54b383bc: return "_Locvar"; + case 0x54c2844e: return "spu_raw_snprintf"; + case 0x54f57626: return "rewind"; + case 0x5516bbbf: return "iswctype"; + case 0x55d4866e: return "fgetws"; + case 0x5751acf9: return "_LDscale"; + case 0x575fb268: return "wctrans"; + case 0x57ff7dd7: return "_WStod"; + case 0x58320830: return "_WLitob"; + case 0x589b5314: return "strncat"; + case 0x5909e3c4: return "memset"; + case 0x59640bc6: return "raw_spu_read_ullong"; + case 0x59c1bb1f: return "_Getpwcstate"; + case 0x59e8dd58: return "strtoll"; + case 0x5a74f774: return "spu_thread_read_float"; + case 0x5b162b7f: return "memmove"; + case 0x5b4b6d6d: return "wcspbrk"; + case 0x5cc71eee: return "raw_spu_write_ldouble"; + case 0x5d43c1a3: return "_Mbtowc"; + case 0x5dbceee3: return "rand_int32_TT800"; + case 0x5e06c3fe: return "__getpid"; + case 0x5e7888f0: return "bsearch"; + case 0x5eb95641: return "_Stold"; + case 0x5f922a30: return "_Dscale"; + case 0x5f9a65c7: return "_WStold"; + case 0x5fa1e497: return "_Unlockfilelock"; + case 0x60627fb3: return "_LDunscale"; + case 0x6075a3c6: return "_Ld2rv"; + case 0x609080ec: return "isspace_ascii"; + case 0x6137d196: return "memalign"; + case 0x6287ac6a: return "iswdigit"; + case 0x62bf1d6c: return "swprintf"; + case 0x64aaf016: return "raw_spu_read_ldouble"; + case 0x6514dbe5: return "wcstold"; + case 0x6539ff6d: return "_Gentime"; + case 0x6545b7de: return "fgetpos"; + case 0x65e8d4d0: return "wcslen"; + case 0x6660fc8d: return "TlsGetValue"; + case 0x6687fba4: return "_Fgpos"; + case 0x66b71b17: return "wcsspn"; + case 0x67582370: return "spu_thread_write_double"; + case 0x676e3e7a: return "raw_spu_write_ptr"; + case 0x67d6334b: return "strtof"; + case 0x6823c180: return "iswprint"; + case 0x69106fd2: return "_init_by_array_TT800"; + case 0x692b497f: return "perror"; + case 0x6995f5e8: return "_Ldtob"; + case 0x69c27c12: return "fopen"; + case 0x69ff1b9b: return "fseek"; + case 0x6ba10474: return "_Tlsalloc"; + case 0x6cf78f3e: return "_Mtxunlock"; + case 0x6d5115b0: return "wcsncmp"; + case 0x6e988e5f: return "_rand_int31_TT800"; + case 0x7028dea9: return "_Locksyslock"; + case 0x703ec767: return "setvbuf"; + case 0x70b0e833: return "mblen"; + case 0x714c9618: return "__raw_spu_putfld"; + case 0x717b2502: return "stat"; + case 0x72236cbc: return "raw_spu_write_ullong"; + case 0x72b84004: return "spu_printf_attach_thread"; + case 0x73096858: return "wctob"; + case 0x7345b4be: return "_WStoll"; + case 0x73eae03d: return "strrchr"; + case 0x744d2505: return "ispunct"; + case 0x74fe4a7b: return "iswgraph"; + case 0x759e0635: return "malloc"; + case 0x75d4485c: return "rename"; + case 0x75f98579: return "wcscoll"; + case 0x76da0c84: return "ftruncate"; + case 0x76ed4243: return "_Wcsftime"; + case 0x770bfaee: return "wctype"; + case 0x77a602dd: return "free"; + case 0x77c15441: return "_WGetfloat"; + case 0x77e241bc: return "_Skip"; + case 0x7817edf0: return "raw_spu_write_uint"; + case 0x783636d1: return "spu_thread_read_char"; + case 0x78429d81: return "putwchar"; + case 0x79819dbf: return "fputc"; + case 0x7994c28d: return "_FDtentox"; + case 0x79eadf05: return "malloc_usable_size"; + case 0x7aaab95c: return "iswblank"; + case 0x7ae82e0f: return "vsprintf"; + case 0x7aee5acd: return "_Lockfilelock"; + case 0x7b5aac20: return "spu_thread_write_ptr"; + case 0x7b7a687a: return "_WPutfld"; + case 0x7b9c592e: return "spu_thread_read_ullong"; + case 0x7c1bcf37: return "isalnum_ascii"; + case 0x7c370679: return "_Foprep"; + case 0x7cec7b39: return "_Putfld"; + case 0x7d894764: return "_Readloc"; + case 0x7e7017b1: return "rmdir"; + case 0x7ea8d860: return "spu_printf_detach_group"; + case 0x7efd420a: return "_Daysto"; + case 0x7fd325c4: return "mspace_malloc_stats"; + case 0x7fdcf73e: return "wcscat"; + case 0x806fd281: return "isblank_ascii"; + case 0x809a143f: return "kill"; + case 0x813a9666: return "ungetwc"; + case 0x814d8cb0: return "fflush"; + case 0x81a0a858: return "_memset_int"; + case 0x82a3cc30: return "wcschr"; + case 0x82a4561a: return "_put_fd"; + case 0x831d70a5: return "memcpy"; + case 0x8342b757: return "utime"; + case 0x84378ddc: return "wcsncpy"; + case 0x86532174: return "imaxdiv"; + case 0x867275d7: return "_Stoul"; + case 0x86b4c669: return "tolower_ascii"; + case 0x8713c859: return "link"; + case 0x8725a1a7: return "_memset_vmx"; + case 0x87e8f748: return "memset_vmx"; + case 0x8809cdfd: return "_Getpwctytab"; + case 0x882689f2: return "_Makeloc"; + case 0x882e7760: return "raw_spu_write_uchar"; + case 0x889d5804: return "_Dunscale"; + case 0x88e009f5: return "vwprintf"; + case 0x896e1bfd: return "spu_thread_write_uchar"; + case 0x89b62f56: return "_Etentox"; + case 0x89f6f026: return "time"; + case 0x8a6830e7: return "abort"; + case 0x8a71132c: return "remove"; + case 0x8a847b51: return "tmpfile"; + case 0x8ab0abc6: return "strncpy"; + case 0x8b439438: return "clearerr"; + case 0x8b9d8dd2: return "iswpunct"; + case 0x8cb6bfdc: return "_Locsum"; + case 0x8d7ffaf1: return "_WStopfx"; + case 0x8e2484f1: return "_Emul"; + case 0x8ed71e8b: return "_WGetfld"; + case 0x8ef85e47: return "_WPuttxt"; + case 0x8f5dd179: return "_Nnl"; + case 0x90010029: return "gets"; + case 0x9027fd99: return "_WStoldx"; + case 0x90457fe3: return "raw_spu_read_long"; + case 0x90b27880: return "strtoumax"; + case 0x9234f738: return "raw_spu_read_int"; + case 0x93427cb9: return "setbuf"; + case 0x938bfcf7: return "spu_thread_write_char"; + case 0x93a3e3ac: return "tolower"; + case 0x9439e4cd: return "wcsncat"; + case 0x96b6baa6: return "spu_thread_read_mem"; + case 0x96e6303b: return "_WStoxflt"; + case 0x96ea4de6: return "wctomb"; + case 0x97896359: return "isspace"; + case 0x9800573c: return "_WLdtob"; + case 0x980d3ea7: return "_Getfld"; + case 0x9886810c: return "_FDnorm"; + case 0x98f0eeab: return "raw_spu_write_ulong"; + case 0x99782342: return "strncasecmp_ascii"; + case 0x99a72146: return "vsnprintf"; + case 0x99b38ce7: return "wmemmove"; + case 0x9a87bb3a: return "_Getmbcurmax"; + case 0x9abe8c74: return "wprintf"; + case 0x9c7028a5: return "spu_thread_write_uint"; + case 0x9c9d7b0d: return "strtold"; + case 0x9cab08d1: return "spu_thread_write_int"; + case 0x9d140351: return "_Destroytls"; + case 0x9eb25e00: return "strcoll"; + case 0x9eee5387: return "truncate64"; + case 0x9ff08d57: return "_Clearlocks"; + case 0xa0ab76d5: return "_absi4"; + case 0xa0bc0efb: return "mallinfo"; + case 0xa0ddba8e: return "_Stoulx"; + case 0xa1dbb466: return "_Gettime"; + case 0xa2945229: return "_WGetint"; + case 0xa30d4797: return "wcstoll"; + case 0xa3440924: return "closedir"; + case 0xa3da58f6: return "rand_real1_TT800"; + case 0xa45a0313: return "mspace_create"; + case 0xa483d50d: return "_rv2d"; + case 0xa53800c2: return "_malloc_finalize_lv2"; + case 0xa568db82: return "spu_thread_read_ushort"; + case 0xa57cc615: return "iswspace"; + case 0xa5bc0e19: return "getchar"; + case 0xa6463518: return "__rename"; + case 0xa650df19: return "toupper"; + case 0xa65886b8: return "_Findloc"; + case 0xa72a7595: return "calloc"; + case 0xa797790f: return "wcsstr"; + case 0xa82d70da: return "_Tlsget"; + case 0xa835be11: return "__cxa_atexit"; + case 0xa874036a: return "wcstof"; + case 0xa8a6f615: return "TlsSetValue"; + case 0xa8b07f1b: return "wmemcpy"; + case 0xa9f68eff: return "qsort"; + case 0xaa1e687d: return "isgraph"; + case 0xaa266d35: return "_malloc_init"; + case 0xaa9635d7: return "strcat"; + case 0xab4c7ca1: return "_CWcsxfrm"; + case 0xab77019f: return "fstat"; + case 0xabc27420: return "wcstoul"; + case 0xac758d20: return "wmemcmp"; + case 0xac893127: return "fgetc"; + case 0xace90be4: return "_Dtentox"; + case 0xad62a342: return "ldiv"; + case 0xad8e9ad0: return "_Initlocks"; + case 0xaec7c970: return "lseek"; + case 0xaf002043: return "independent_comalloc"; + case 0xaf44a615: return "fgets"; + case 0xaf6bdcb0: return "_Nonfatal_Assert"; + case 0xaf89fdbd: return "_Assert"; + case 0xafa39179: return "_WPutstr"; + case 0xb120f6ca: return "close"; + case 0xb17b79d0: return "isalpha"; + case 0xb18cc115: return "freopen"; + case 0xb1cc43e3: return "_CStrftime"; + case 0xb1f4779d: return "spu_thread_printf"; + case 0xb24cb8d6: return "_Locterm"; + case 0xb2702e15: return "wcrtomb"; + case 0xb2748a9f: return "_Freeloc"; + case 0xb30042ce: return "lldiv"; + case 0xb37982ea: return "_Getstr"; + case 0xb3c495bd: return "imaxabs"; + case 0xb3d98d59: return "_rand_real1_TT800"; + case 0xb400f226: return "isupper_ascii"; + case 0xb4225825: return "mbsinit"; + case 0xb43c25c7: return "wcstoull"; + case 0xb49eea74: return "_init_malloc_lock0"; + case 0xb4a54446: return "_Stofx"; + case 0xb4fc7078: return "_close_all_FILE"; + case 0xb529d259: return "isalnum"; + case 0xb569849d: return "reallocalign"; + case 0xb57bdf7b: return "iswxdigit"; + case 0xb5d353e8: return "_LDtentox"; + case 0xb6002508: return "_Putstr"; + case 0xb6257e3d: return "strncasecmp"; + case 0xb680e240: return "wcstombs"; + case 0xb6af290e: return "_WFrprep"; + case 0xb6d92ac3: return "strcasecmp"; + case 0xb738027a: return "strtok_r"; + case 0xb794631e: return "_WStofx"; + case 0xb7ab5127: return "wcsrchr"; + case 0xb7b793ed: return "get_state_TT800"; + case 0xb7ba4aeb: return "_WStoul"; + case 0xb7d3427f: return "iscntrl_ascii"; + case 0xb81cd66a: return "mbrlen"; + case 0xb9ed25d4: return "raw_spu_read_ulong"; + case 0xba62681f: return "mspace_memalign"; + case 0xbb605c96: return "pvalloc"; + case 0xbbd4582f: return "_Setloc"; + case 0xbc1d69c5: return "atoll"; + case 0xbc374779: return "_Getlname"; + case 0xbc5af0b5: return "fgetwc"; + case 0xbc7b4b8e: return "ctime"; + case 0xbe11beaa: return "_wremove"; + case 0xbe251a29: return "islower_ascii"; + case 0xbe6e5c58: return "spu_thread_read_uchar"; + case 0xbec43f86: return "raw_spu_read_ptr"; + case 0xbf5bf5ea: return "lseek64"; + case 0xbfcd1b3b: return "_Getdst"; + case 0xc01d9f97: return "printf"; + case 0xc08cc41d: return "wcstod"; + case 0xc0e27b2c: return "_Makestab"; + case 0xc155a73f: return "_WStoull"; + case 0xc15e657e: return "spu_raw_sprintf"; + case 0xc1a71972: return "_d2rv"; + case 0xc1b4bbb9: return "raw_spu_write_char"; + case 0xc1c8737c: return "_Getptoupper"; + case 0xc291e698: return "exit"; + case 0xc3c598e2: return "spu_printf_initialize"; + case 0xc3e14cbe: return "memcmp"; + case 0xc4178000: return "_rand_real3_TT800"; + case 0xc41c6e5d: return "_Scanf"; + case 0xc57337f8: return "_Fofind"; + case 0xc5c09834: return "strstr"; + case 0xc63c354f: return "_Exit"; + case 0xc69b2427: return "labs"; + case 0xc78df618: return "rand_real3_TT800"; + case 0xc7b62ab8: return "spu_thread_write_ullong"; + case 0xc9471fac: return "_Mtxinit"; + case 0xc94b27e3: return "_WStof"; + case 0xc95b20d3: return "fputwc"; + case 0xc9607d35: return "_Stopfx"; + case 0xc97a17d7: return "vsscanf"; + case 0xcab654bf: return "_Once_ctor"; + case 0xcb85ac70: return "mspace_malloc"; + case 0xcb9c535b: return "strftime"; + case 0xcbac7ad7: return "memchr"; + case 0xcbdc3a6d: return "raw_spu_write_int"; + case 0xcc5e0c72: return "_divi4"; + case 0xcca68e9c: return "putwc"; + case 0xce7a9e76: return "isprint_ascii"; + case 0xcecbcdc4: return "_Frv2d"; + case 0xcf863219: return "_Fwprep"; + case 0xcfbfb7a7: return "spu_printf_detach_thread"; + case 0xd14ece90: return "strtol"; + case 0xd1d69cb8: return "_Stod"; + case 0xd20f6601: return "independent_calloc"; + case 0xd2a99b1e: return "isprint"; + case 0xd2ac48d7: return "iswalnum"; + case 0xd360dcb4: return "fileno"; + case 0xd3964a09: return "__spu_thread_putfld"; + case 0xd40723d6: return "fread"; + case 0xd417eeb5: return "_Stoull"; + case 0xd4912ee3: return "_FDscale"; + case 0xd5c8cb55: return "spu_thread_write_ushort"; + case 0xd69c513d: return "_Wcscollx"; + case 0xd784459d: return "isupper"; + case 0xd7dc3a8f: return "strtod"; + case 0xd8b4eb20: return "__spu_thread_puttxt"; + case 0xd9674905: return "mspace_reallocalign"; + case 0xd9a4f812: return "atoff"; + case 0xda5a7eb8: return "strtoul"; + case 0xdaeada07: return "mallopt"; + case 0xdbf4c59c: return "cellPadGetCapabilityInfo"; + case 0xddbac025: return "strcasecmp_ascii"; + case 0xddc71a75: return "_SCE_Assert"; + case 0xde1bb092: return "init_by_array_TT800"; + case 0xde32a334: return "_Exitspawn"; + case 0xde7aff7a: return "memcpy16"; + case 0xdebee2af: return "strchr"; + case 0xdef86a83: return "isxdigit_ascii"; + case 0xdfb52083: return "_Stoxflt"; + case 0xe03c7ab1: return "_Fspos"; + case 0xe1858899: return "_Getpwctrtab"; + case 0xe1bd3587: return "fclose"; + case 0xe1e83c65: return "strncmp"; + case 0xe2c5274a: return "_WStoflt"; + case 0xe3812672: return "fdopen"; + case 0xe3cc73f3: return "puts"; + case 0xe3d91db3: return "raw_spu_read_double"; + case 0xe40ba755: return "strtok"; + case 0xe44bf0bf: return "atof"; + case 0xe469fb20: return "_Atexit"; + case 0xe48348e9: return "vprintf"; + case 0xe4c51d4c: return "wcstoimax"; + case 0xe5ea9e2b: return "_Isdst"; + case 0xe5f09c80: return "llabs"; + case 0xe60ee9e5: return "fputws"; + case 0xe6a7de0a: return "ungetc"; + case 0xe7def231: return "_Getfloat"; + case 0xe89071ad: return "isalpha_ascii"; + case 0xe9137453: return "fwprintf"; + case 0xe9a2cc40: return "raw_spu_write_long"; + case 0xe9b560a5: return "sscanf"; + case 0xeb26298c: return "gmtime"; + case 0xeb40c9ec: return "rand_real2_TT800"; + case 0xeb8abe73: return "vwscanf"; + case 0xec9e7cb9: return "spu_thread_read_llong"; + case 0xecddba69: return "_WStodx"; + case 0xed6ec979: return "fsetpos"; + case 0xeda48c80: return "malloc_trim"; + case 0xeddcee2c: return "init_TT800"; + case 0xedec777d: return "_Ttotm"; + case 0xeeeb4f3e: return "_get_state_TT800"; + case 0xeeffc9a6: return "_wrename"; + case 0xef110b6b: return "unlink"; + case 0xf06eed36: return "wmemset"; + case 0xf0776a44: return "wcscmp"; + case 0xf0e022c6: return "getc"; + case 0xf2bbbee9: return "_Litob"; + case 0xf2fca4b2: return "spu_thread_write_llong"; + case 0xf356418c: return "open"; + case 0xf3ef3678: return "wcscspn"; + case 0xf41355f9: return "wcscpy"; + case 0xf418ee84: return "_WFwprep"; + case 0xf4207734: return "spu_thread_write_ulong"; + case 0xf5a32994: return "_Getpcostate"; + case 0xf5ef229c: return "_Getpwcostate"; + case 0xf5f7dda8: return "towupper"; + case 0xf68e2ac9: return "_init_malloc_lock"; + case 0xf7583d67: return "vscanf"; + case 0xf7908e27: return "strcspn"; + case 0xf7a14a22: return "realloc"; + case 0xf7d51596: return "scanf"; + case 0xf7ddb471: return "_Setgloballocale"; + case 0xf88f26c4: return "fwrite"; + case 0xf8935fe3: return "spu_thread_write_float"; + case 0xf89dc648: return "strpbrk"; + case 0xf9dae72c: return "setjmp"; + case 0xf9dba140: return "_Mtxlock"; + case 0xf9e26b72: return "_Once_dtor"; + case 0xfa00d211: return "read"; + case 0xfae4b063: return "_Strcollx"; + case 0xfaec8c60: return "fprintf"; + case 0xfb0f0018: return "_Makewct"; + case 0xfb2081fd: return "vfprintf"; + case 0xfb81426d: return "iswlower"; + case 0xfb8ea4d2: return "_Fd2rv"; + case 0xfc0428a6: return "strdup"; + case 0xfc60575c: return "__spu_thread_printf"; + case 0xfc606237: return "mbsrtowcs"; + case 0xfcac2e8e: return "mbstowcs"; + case 0xfd0cb96d: return "spu_thread_read_short"; + case 0xfd461e85: return "spu_thread_write_ldouble"; + case 0xfd6a1ddb: return "raw_spu_read_llong"; + case 0xfd81f6ca: return "_Stoflt"; + case 0xfe0261aa: return "mspace_free"; + case 0xfe630fd9: return "isblank"; + case 0xfe88e97e: return "fscanf"; + case 0xff689124: return "strtoimax"; + case 0xffbae95e: return "asctime"; + case 0xffbd876b: return "__raw_spu_puttxt"; + case 0x003395d9: return "_Feraise"; + case 0x00367be0: return "fminl"; + case 0x007854f4: return "_FDclass"; + case 0x00fde072: return "f_powf"; + case 0x010818fc: return "asinf4"; + case 0x012d0a91: return "_fminf4"; + case 0x016556df: return "_sinf4"; + case 0x01b84b27: return "llround"; + case 0x01ecef7d: return "_FCbuild"; + case 0x02e68d44: return "_f_fmodf"; + case 0x032cc709: return "csin"; + case 0x03593d2c: return "_f_expf"; + case 0x03aea906: return "divf4"; + case 0x0522d1af: return "_recipf4"; + case 0x054aae63: return "_fdimf4"; + case 0x05cb1718: return "f_fdimf"; + case 0x05e27a13: return "log10f4fast"; + case 0x05efc660: return "asin"; + case 0x05f1dc9e: return "_FExp"; + case 0x07274304: return "csinh"; + case 0x07daed62: return "log2f4"; + case 0x07f400e3: return "_LCbuild"; + case 0x080414bd: return "conjl"; + case 0x08139bd2: return "_fmaxf4"; + case 0x0829a21d: return "asinhl"; + case 0x0a242ed5: return "sinf4"; + case 0x0b3f4e90: return "catanhf"; + case 0x0bb036a6: return "_cosf4"; + case 0x0c14cfcc: return "fesetenv"; + case 0x0c9b8305: return "hypotf4"; + case 0x0cbdae68: return "sinf"; + case 0x0cf9b8bd: return "_Erfc"; + case 0x0d86295d: return "_LCaddcr"; + case 0x0e53319f: return "_asinf4"; + case 0x0e8573dc: return "expm1l"; + case 0x0f02f882: return "llrintl"; + case 0x0f428f0f: return "rint"; + case 0x0f721a9d: return "_LCsubcc"; + case 0x10627248: return "f_fmodf"; + case 0x11c51388: return "tgamma"; + case 0x1225dd31: return "casinf"; + case 0x12de4e46: return "_powf4"; + case 0x12e04cd7: return "cimagl"; + case 0x1313a420: return "acos"; + case 0x137f7e77: return "expf4"; + case 0x14208b00: return "_asinf4fast"; + case 0x1498a072: return "_Cmulcr"; + case 0x16bf208a: return "log10f"; + case 0x17316bee: return "log2"; + case 0x178d98dd: return "atanf4fast"; + case 0x17cd5d87: return "_recipf4fast"; + case 0x182cd542: return "tgammal"; + case 0x18668ce3: return "exp"; + case 0x18b26998: return "remainderl"; + case 0x18ec6099: return "rintl"; + case 0x1988732d: return "clog10"; + case 0x1a1adede: return "rsqrtf4fast"; + case 0x1acb2b16: return "acosf4"; + case 0x1bbdcd9f: return "expm1f4"; + case 0x1bcdeb47: return "_LSinh"; + case 0x1be996cc: return "_LCdivcc"; + case 0x1c11885d: return "_floorf4"; + case 0x1d35bfe4: return "_LLog"; + case 0x1d5bf5d0: return "_modff4"; + case 0x1e623f95: return "truncf4"; + case 0x1e85ef02: return "f_atanf"; + case 0x1e9fd6ba: return "_sinf4fast"; + case 0x2033eeb7: return "csqrt"; + case 0x2118fe46: return "cexpl"; + case 0x21a37b3e: return "log1pf"; + case 0x21e6d304: return "ceil"; + case 0x22c3e308: return "_exp2f4"; + case 0x238af59b: return "fegetenv"; + case 0x23b985f7: return "floorf"; + case 0x241f9337: return "_FCmulcr"; + case 0x24497c52: return "cosf"; + case 0x246ea8d0: return "f_sqrtf"; + case 0x2627d6b2: return "erfc"; + case 0x266d2473: return "_Caddcr"; + case 0x26deed0b: return "cosl"; + case 0x26ef50ed: return "asinh"; + case 0x28faaa5a: return "ilogbf4"; + case 0x29685118: return "_negatef4"; + case 0x2a138d2b: return "truncf"; + case 0x2a4dcbad: return "cacosl"; + case 0x2a89ce33: return "llrintf"; + case 0x2af4b73b: return "fmax"; + case 0x2b282ebb: return "sqrtl"; + case 0x2bb0f2c9: return "logb"; + case 0x2c45fe6a: return "fmaxl"; + case 0x2c601f3b: return "csinl"; + case 0x2cbb6f53: return "f_hypotf"; + case 0x2dcab6a4: return "nanl"; + case 0x2df339bc: return "_f_floorf"; + case 0x2e69bb2a: return "_FCosh"; + case 0x2ec867b4: return "exp2f4fast"; + case 0x30bc7a53: return "logf4"; + case 0x315673f6: return "_Csubcc"; + case 0x31be25c3: return "scalblnf"; + case 0x31db8c89: return "atan2"; + case 0x321c55de: return "nexttowardl"; + case 0x3261de11: return "fesetexceptflag"; + case 0x329ec019: return "rsqrtf4"; + case 0x32f994a1: return "cosf4fast"; + case 0x33e5929b: return "_LDsign"; + case 0x33f27f25: return "_FCdivcr"; + case 0x3436f008: return "csinhf"; + case 0x3459748b: return "log10f4"; + case 0x347c1ee1: return "atanf4"; + case 0x34c0371e: return "powl"; + case 0x358d7f93: return "_f_lrintf"; + case 0x3593a445: return "clog"; + case 0x35b6e70a: return "lrintl"; + case 0x35d3f688: return "creal"; + case 0x36778d1b: return "coshf"; + case 0x373054d1: return "cpow"; + case 0x37345541: return "log1pl"; + case 0x376fb27f: return "sinhl"; + case 0x3792b12d: return "lroundl"; + case 0x38ba5590: return "ccosl"; + case 0x38e69f09: return "pow"; + case 0x398483aa: return "_expm1f4fast"; + case 0x39ef81c9: return "f_fmaxf"; + case 0x3ad203fa: return "lrint"; + case 0x3adc01d7: return "f_frexpf"; + case 0x3b802524: return "ldexpf4"; + case 0x3c057fbd: return "atanf"; + case 0x3c616743: return "_LDtest"; + case 0x3cb818fa: return "_f_fdimf"; + case 0x3d4efafb: return "atan2l"; + case 0x3d549f2a: return "ctanhl"; + case 0x3d901a10: return "_ceilf4"; + case 0x3da55602: return "fabsf"; + case 0x3dfa060f: return "scalbnl"; + case 0x3e7eb58f: return "frexpf4"; + case 0x3e919cba: return "scalbnf"; + case 0x3ec9de23: return "_cbrtf4"; + case 0x3eeedb0e: return "_Dclass"; + case 0x3f6262b3: return "f_fminf"; + case 0x3f701e78: return "_Poly"; + case 0x4020f5ef: return "cbrt"; + case 0x405f9727: return "_log1pf4fast"; + case 0x40a2e212: return "_fabsf4"; + case 0x4111b546: return "_LExp"; + case 0x411434bb: return "asinf"; + case 0x414c5ecc: return "_f_hypotf"; + case 0x4152669c: return "scalbln"; + case 0x417851ce: return "feholdexcept"; + case 0x418036e3: return "_FTgamma"; + case 0x4189a367: return "remquo"; + case 0x41d1b236: return "_f_rintf"; + case 0x430309a1: return "ldexpf"; + case 0x434881a0: return "cacosf"; + case 0x43d522f4: return "cabsl"; + case 0x44cd6308: return "remainder"; + case 0x44cf744b: return "tanhl"; + case 0x45034943: return "nan"; + case 0x452ac4bb: return "floorf4"; + case 0x453f9e91: return "cbrtf"; + case 0x46b66f76: return "csqrtl"; + case 0x46cf72d9: return "fdimf"; + case 0x47433144: return "expm1f4fast"; + case 0x475d855b: return "trunc"; + case 0x476b5591: return "fmaf"; + case 0x48157605: return "_f_llrintf"; + case 0x4826db61: return "fma"; + case 0x4875601d: return "_exp2f4fast"; + case 0x487bbd1c: return "tanf4"; + case 0x488df791: return "cexp"; + case 0x48d462a9: return "_FDint"; + case 0x4930ac11: return "logbl"; + case 0x4a5ae27d: return "f_exp2f"; + case 0x4a6ca9a6: return "powf4"; + case 0x4ab22a63: return "_Caddcc"; + case 0x4add664c: return "feclearexcept"; + case 0x4ae52dd3: return "exp2"; + case 0x4b03d5b2: return "f_rintf"; + case 0x4b584841: return "f_asinf"; + case 0x4cb5fa99: return "nexttoward"; + case 0x4d878773: return "remainderf4"; + case 0x4ddb926b: return "powf"; + case 0x4e010403: return "copysign"; + case 0x4eb5eb51: return "sin"; + case 0x4fa4f5ec: return "nexttowardf"; + case 0x501c412f: return "cargf"; + case 0x519ebb77: return "floor"; + case 0x547fb4a7: return "sinf4fast"; + case 0x54d2fb8c: return "rintf"; + case 0x5516d621: return "acosl"; + case 0x55c8a549: return "truncl"; + case 0x56c573a8: return "log1p"; + case 0x575e9b6e: return "asinl"; + case 0x58eb9e57: return "fabs"; + case 0x596ab55c: return "atanh"; + case 0x5b18eded: return "clogl"; + case 0x5b474c22: return "casinhl"; + case 0x5bfd37be: return "_FCaddcc"; + case 0x5e48dede: return "exp2f4"; + case 0x5ee10a95: return "catanh"; + case 0x5ee37927: return "_LErfc"; + case 0x60e9ff3c: return "_expm1f4"; + case 0x61250988: return "catanl"; + case 0x6261c0b5: return "_log10f4"; + case 0x63bbdfa6: return "_FCmulcc"; + case 0x642e3d18: return "_frexpf4"; + case 0x642f7d6b: return "f_copysignf"; + case 0x645557bd: return "copysignl"; + case 0x64abdb4d: return "csinhl"; + case 0x657d0e83: return "divf4fast"; + case 0x65935877: return "ilogbf"; + case 0x659e011e: return "sqrt"; + case 0x6636c4a5: return "frexpf"; + case 0x664e04b9: return "negatef4"; + case 0x6764c707: return "f_log2f"; + case 0x683cacb3: return "sinh"; + case 0x68a8957f: return "casinhf"; + case 0x68f72416: return "nextafterl"; + case 0x69040b9b: return "logbf4"; + case 0x69725dce: return "lgamma"; + case 0x6ad1c42b: return "_sincosf4"; + case 0x6b660894: return "_acosf4fast"; + case 0x6b6ab2a9: return "_LDclass"; + case 0x6c009c56: return "f_log10f"; + case 0x6c6285c6: return "acoshf"; + case 0x6cc4bd13: return "casinh"; + case 0x6ddd31b2: return "hypot"; + case 0x6df35518: return "floorl"; + case 0x6e9eb0dc: return "sincosf4fast"; + case 0x6ef6b083: return "_FCsubcr"; + case 0x6f5dd7d2: return "cexpf"; + case 0x6f639afb: return "f_llroundf"; + case 0x6fcc1e27: return "_FPoly"; + case 0x70357b12: return "_atanf4fast"; + case 0x7048396e: return "carg"; + case 0x705d9e24: return "f_acosf"; + case 0x70f71871: return "_FCdivcc"; + case 0x71293b71: return "_FLog"; + case 0x714adce1: return "log"; + case 0x71f2bc56: return "_divf4fast"; + case 0x728149e5: return "f_ldexpf"; + case 0x729b7269: return "cproj"; + case 0x72a3ed28: return "fesettrapenable"; + case 0x72f1f64b: return "_logbf4"; + case 0x734ca589: return "_f_cosf"; + case 0x742f12b4: return "_Sin"; + case 0x74902d4b: return "expf4fast"; + case 0x749440f9: return "lgammal"; + case 0x752fa85e: return "fmaxf4"; + case 0x758f33dc: return "nearbyint"; + case 0x75e3e2e9: return "nearbyintl"; + case 0x76afaf04: return "_sqrtf4"; + case 0x76e639ec: return "_atanf4"; + case 0x772f1e4d: return "lround"; + case 0x7793a86b: return "ctanf"; + case 0x7831a2e0: return "hypotl"; + case 0x78e4590a: return "acosh"; + case 0x790c53bd: return "_Fpcomp"; + case 0x7919f414: return "_f_nearbyintf"; + case 0x79ba9b5c: return "expl"; + case 0x7a893af1: return "_rsqrtf4"; + case 0x7ab679da: return "f_cosf"; + case 0x7c2eaeb5: return "fminf"; + case 0x7d02a5ca: return "sqrtf4fast"; + case 0x7d6191d0: return "_Cosh"; + case 0x7f381837: return "frexp"; + case 0x7f579e03: return "atan"; + case 0x7f91cd41: return "tanf4fast"; + case 0x812ed488: return "cabsf"; + case 0x81daf880: return "_LCsubcr"; + case 0x8217e783: return "cosh"; + case 0x833e6b0e: return "cimag"; + case 0x834f5917: return "ccosh"; + case 0x842cb14d: return "_log1pf4"; + case 0x8451edf0: return "sqrtf"; + case 0x889cccb0: return "llroundl"; + case 0x88fb4a66: return "recipf4fast"; + case 0x892f2590: return "fegetround"; + case 0x895cdb49: return "fmaxf"; + case 0x89b507b3: return "catanhl"; + case 0x89d1d168: return "_LAtan"; + case 0x8b168769: return "fdiml"; + case 0x8bd1deb2: return "_LTgamma"; + case 0x8bd67efc: return "erf"; + case 0x8c85369b: return "_f_fminf"; + case 0x8d5858db: return "_f_exp2f"; + case 0x8e01379e: return "cacoshf"; + case 0x8e258fa0: return "cacos"; + case 0x8ecae294: return "nextafter"; + case 0x8f2bcdb5: return "_logf4"; + case 0x8f96319e: return "log10l"; + case 0x8fb7bac7: return "_sqrtf4fast"; + case 0x904e646b: return "cargl"; + case 0x90f0242f: return "_f_sinf"; + case 0x9110708a: return "modfl"; + case 0x91cdfdb0: return "asinf4fast"; + case 0x9232baea: return "_FDtest"; + case 0x9245e01b: return "_divf4"; + case 0x9379e36e: return "tanf"; + case 0x938fb946: return "_tanf4fast"; + case 0x947ae18e: return "_LHypot"; + case 0x9558ed08: return "lrintf"; + case 0x95dfecb1: return "_FCsubcc"; + case 0x961688d1: return "f_nearbyintf"; + case 0x9616e336: return "_FHypot"; + case 0x964ac044: return "creall"; + case 0x96d1b95e: return "log2f4fast"; + case 0x9700d9cd: return "clogf"; + case 0x970a3432: return "cacosh"; + case 0x99a6c261: return "catanf"; + case 0x99c228fc: return "roundl"; + case 0x9a81e583: return "fmodf"; + case 0x9af30eaf: return "casin"; + case 0x9e289062: return "_f_ceilf"; + case 0x9e3ada21: return "logl"; + case 0x9e8130b6: return "ccos"; + case 0x9f03dd3e: return "lgammaf"; + case 0x9f0efc6e: return "exp2l"; + case 0x9f46f5a4: return "tgammaf"; + case 0x9f65bd34: return "fdimf4"; + case 0x9f78f052: return "cos"; + case 0x9fded78a: return "_acosf4"; + case 0xa0160c30: return "_copysignf4"; + case 0xa20827a8: return "ctanl"; + case 0xa2c81938: return "_LSin"; + case 0xa4578433: return "fmin"; + case 0xa46a70a1: return "atanhl"; + case 0xa4ca5cf2: return "llroundf"; + case 0xa56557b6: return "catan"; + case 0xa5d0b260: return "acoshl"; + case 0xa713f8cf: return "modf"; + case 0xa7658186: return "log1pf4"; + case 0xa823836b: return "ilogb"; + case 0xa8c16038: return "_FDsign"; + case 0xa8d180e8: return "_Cbuild"; + case 0xa92bcc85: return "cabs"; + case 0xa9e039c4: return "erfcf"; + case 0xaaa270dc: return "_LCdivcr"; + case 0xab377381: return "log2f"; + case 0xabdccc7a: return "f_atan2f"; + case 0xacca2f83: return "copysignf"; + case 0xad17e787: return "_Dint"; + case 0xad3a093d: return "_LCosh"; + case 0xad5d3e57: return "_FLgamma"; + case 0xaddce673: return "erfcl"; + case 0xafa13040: return "f_llrintf"; + case 0xafcfdad7: return "_Lgamma"; + case 0xafd9a625: return "cimagf"; + case 0xb0fa1592: return "clog10l"; + case 0xb24bd2f8: return "logbf"; + case 0xb348c5c2: return "_LLgamma"; + case 0xb412a8dc: return "_LDint"; + case 0xb4ef29d5: return "f_floorf"; + case 0xb4f4513e: return "_Tgamma"; + case 0xb54cc9a1: return "f_sinf"; + case 0xb5961d4e: return "_sincosf4fast"; + case 0xb598a495: return "fmodl"; + case 0xb5e28191: return "_FSin"; + case 0xb7696143: return "nextafterf"; + case 0xb79012ba: return "modff"; + case 0xb89863bc: return "_rsqrtf4fast"; + case 0xb8aa984e: return "_expf4"; + case 0xb94b9d13: return "_Dtest"; + case 0xb9d2ad22: return "remquol"; + case 0xba136594: return "csinf"; + case 0xba84eab5: return "coshl"; + case 0xbaf11866: return "ceilf"; + case 0xbb165807: return "expm1f"; + case 0xbb208b20: return "cbrtf4fast"; + case 0xbb761c89: return "remquof"; + case 0xbbaa300b: return "f_log1pf"; + case 0xbbf7354e: return "fegetexceptflag"; + case 0xbd7410d9: return "recipf4"; + case 0xbd8bb75c: return "asinhf"; + case 0xbf23f2e7: return "cprojl"; + case 0xbfda6837: return "_f_log10f"; + case 0xc0609820: return "nearbyintf"; + case 0xc0bcf25e: return "_logf4fast"; + case 0xc357b33a: return "frexpl"; + case 0xc406dd09: return "cbrtf4"; + case 0xc41f01db: return "fminf4"; + case 0xc477c0f6: return "f_lroundf"; + case 0xc4cccd1f: return "modff4"; + case 0xc7369fce: return "_Atan"; + case 0xc78ac9d0: return "scalbn"; + case 0xc7b45a19: return "_LFpcomp"; + case 0xc7f1d407: return "fmal"; + case 0xc7fb73d6: return "f_lrintf"; + case 0xc8910002: return "ilogbl"; + case 0xc8dd9279: return "expm1"; + case 0xc90f4bbc: return "_atan2f4"; + case 0xc9481758: return "_tanf4"; + case 0xc94fcc63: return "cbrtl"; + case 0xc977e1ea: return "fetestexcept"; + case 0xc984bf53: return "roundf"; + case 0xc9c536ce: return "_ldexpf4"; + case 0xca239640: return "fmodf4"; + case 0xca463458: return "_Log"; + case 0xcaaf7ae7: return "cprojf"; + case 0xcac167a5: return "_Cmulcc"; + case 0xcb6599c0: return "exp2f"; + case 0xcb6a147e: return "_cosf4fast"; + case 0xcbdf9afb: return "_log10f4fast"; + case 0xccc66f11: return "_FSinh"; + case 0xce91ff18: return "nanf"; + case 0xcfee82d8: return "_remainderf4"; + case 0xd0fd3ca8: return "_hypotf4"; + case 0xd125b89e: return "conjf"; + case 0xd1a3574c: return "clog10f"; + case 0xd231e30a: return "ldexpl"; + case 0xd28ef6dd: return "_Hypot"; + case 0xd2a666c9: return "ctanh"; + case 0xd3a346a8: return "tanl"; + case 0xd40f3f2c: return "erff"; + case 0xd42904b7: return "fabsl"; + case 0xd477852d: return "logf"; + case 0xd48eaae1: return "scalblnl"; + case 0xd4f37b9d: return "tanhf"; + case 0xd50277ad: return "tan"; + case 0xd54039cb: return "fegettrapenable"; + case 0xd5adc4b2: return "cpowl"; + case 0xd5d38552: return "_LCaddcc"; + case 0xd612fa16: return "_Sinh"; + case 0xd70df92a: return "_FCaddcr"; + case 0xd7653782: return "sinhf"; + case 0xd76a16da: return "_fmaf4"; + case 0xd8270894: return "fdim"; + case 0xd8c4096d: return "atan2f4"; + case 0xd8d157f5: return "f_expf"; + case 0xd8f79f4c: return "log10"; + case 0xd97852b7: return "sinl"; + case 0xd97ce5d4: return "fesetround"; + case 0xda217d1f: return "atanl"; + case 0xda31fc5d: return "_FFpcomp"; + case 0xdc14974c: return "fmaf4"; + case 0xdc151707: return "_f_log2f"; + case 0xdd8660d2: return "atan2f4fast"; + case 0xdd92118e: return "ceill"; + case 0xdddabb32: return "remainderf"; + case 0xde7833f2: return "_log2f4fast"; + case 0xdece76a6: return "acosf"; + case 0xdfd41734: return "_Exp"; + case 0xdffb4e3c: return "casinl"; + case 0xe1288c47: return "atanhf"; + case 0xe1c71b05: return "ccoshl"; + case 0xe2b596ec: return "ccosf"; + case 0xe2de89e6: return "csqrtf"; + case 0xe2f1d4b2: return "tanh"; + case 0xe31cc0d3: return "_ilogbf4"; + case 0xe3e379b8: return "_expf4fast"; + case 0xe584836c: return "_LPoly"; + case 0xe58fc9b5: return "erfl"; + case 0xe5a0be9f: return "_powf4fast"; + case 0xe5d2293f: return "_Force_raise"; + case 0xe5ea65e8: return "feraiseexcept"; + case 0xe6c1ff41: return "llrint"; + case 0xe769e5cf: return "fmod"; + case 0xe8fcf1f8: return "acosf4fast"; + case 0xe913a166: return "logf4fast"; + case 0xe92f3fb8: return "_f_fmaf"; + case 0xe93abfca: return "ctan"; + case 0xe9ac8223: return "_LCmulcr"; + case 0xe9f501df: return "crealf"; + case 0xea1e83e3: return "f_logf"; + case 0xeac62795: return "_Cdivcc"; + case 0xeac7ca2c: return "ceilf4"; + case 0xebb4e08a: return "hypotf"; + case 0xec43b983: return "_f_sqrtf"; + case 0xec7da0c8: return "_atan2f4fast"; + case 0xed05c265: return "sqrtf4"; + case 0xed9d1ac5: return "f_tanf"; + case 0xeda86c48: return "copysignf4"; + case 0xee0db701: return "_Csubcr"; + case 0xee204ac6: return "f_ceilf"; + case 0xee303936: return "_Dsign"; + case 0xeed82401: return "_f_logf"; + case 0xf0947035: return "ctanhf"; + case 0xf0ab77c1: return "ccoshf"; + case 0xf16568af: return "_FAtan"; + case 0xf19c5e94: return "sincosf4"; + case 0xf1aaa2f8: return "conj"; + case 0xf3bd7d08: return "_cbrtf4fast"; + case 0xf3ec0258: return "round"; + case 0xf4ad6ea8: return "ldexp"; + case 0xf537d837: return "_truncf4"; + case 0xf5cd1e19: return "cosf4"; + case 0xf7844153: return "_f_fmaxf"; + case 0xf83a372f: return "f_fmaf"; + case 0xf95b7769: return "powf4fast"; + case 0xf99da2fc: return "fabsf4"; + case 0xfa28434b: return "log2l"; + case 0xfa765d42: return "_Cdivcr"; + case 0xfa97afbf: return "feupdateenv"; + case 0xfae9e727: return "_f_copysignf"; + case 0xfb6e6213: return "log1pf4fast"; + case 0xfb932a56: return "atan2f"; + case 0xfbb4047a: return "lroundf"; + case 0xfbe88922: return "_FErfc"; + case 0xfcedabc3: return "_fmodf4"; + case 0xfcf08193: return "expf"; + case 0xfdec16e1: return "cacoshl"; + case 0xfe23dbe9: return "_log2f4"; + case 0xff036800: return "cpowf"; + case 0xfffe79bf: return "_LCmulcc"; + case 0x06a840f5: return "sys_dbg_set_stacksize_ppu_exception_handler"; + case 0x08ef08a9: return "sys_dbg_get_spu_thread_group_ids"; + case 0x113b0bea: return "sys_dbg_get_ppu_thread_ids"; + case 0x1860f909: return "sys_dbg_get_spu_thread_ids"; + case 0x22916f45: return "sys_dbg_register_ppu_exception_handler"; + case 0x24a3d413: return "sys_dbg_mat_set_condition"; + case 0x266c2bd3: return "sys_dbg_read_spu_thread_context2"; + case 0x3147c6ca: return "sys_dbg_enable_floating_point_enabled_exception"; + case 0x381ae33e: return "sys_dbg_get_event_queue_information"; + case 0x3e5eed36: return "sys_dbg_get_spu_thread_name"; + case 0x4b55f456: return "sys_dbg_get_ppu_thread_name"; + case 0x4ded9f6c: return "sys_dbg_signal_to_ppu_exception_handler"; + case 0x50453aa8: return "sys_dbg_get_mutex_information"; + case 0x580f8203: return "sys_dbg_vm_get_page_information"; + case 0x590a276e: return "sys_dbg_mat_get_condition"; + case 0x63bd413e: return "sys_dbg_get_cond_information"; + case 0x6b413178: return "sys_dbg_get_ppu_thread_status"; + case 0x7bdadb01: return "sys_dbg_get_lwcond_information"; + case 0x9794bb53: return "sys_dbg_get_rwlock_information"; + case 0x9ddb9dc3: return "sys_dbg_get_spu_thread_group_status"; + case 0xa2d6cbd2: return "sys_dbg_get_semaphore_information"; + case 0xab475d53: return "sys_dbg_set_mask_to_ppu_exception_handler"; + case 0xb9da87d3: return "sys_dbg_get_coredump_params"; + case 0xbb0ae221: return "sys_dbg_get_address_from_dabr"; + case 0xbd69e584: return "sys_dbg_get_spu_thread_group_name"; + case 0xc0eb9266: return "sys_dbg_finalize_ppu_exception_handler"; + case 0xc21ee635: return "sys_dbg_read_spu_thread_context"; + case 0xc353353a: return "sys_dbg_initialize_ppu_exception_handler"; + case 0xc5eef17f: return "sys_dbg_read_ppu_thread_context"; + case 0xc6d7ec13: return "sys_dbg_unregister_ppu_exception_handler"; + case 0xcb377e36: return "sys_dbg_get_lwmutex_information"; + case 0xd830062a: return "sys_dbg_signal_to_coredump_handler"; + case 0xdb14b37b: return "sys_dbg_set_address_to_dabr"; + case 0xdf856979: return "sys_dbg_get_event_flag_information"; + case 0xf254768c: return "sys_dbg_disable_floating_point_enabled_exception"; + case 0x051ee3ee: return "socketpoll"; + case 0x05bd4438: return "sys_net_get_udpp2p_test_param"; + case 0x10b81ed6: return "sys_net_set_udpp2p_test_param"; + case 0x139a9e9b: return "sys_net_initialize_network_ex"; + case 0x13efe7f5: return "getsockname"; + case 0x1d14d6e4: return "sys_net_get_lib_name_server"; + case 0x1f953b9f: return "recvfrom"; + case 0x27fb339d: return "sys_net_if_ctl"; + case 0x28e208bb: return "listen"; + case 0x368823c0: return "sys_net_get_netemu_test_param"; + case 0x3b27c780: return "sys_net_get_sockinfo"; + case 0x3f09e20a: return "socketselect"; + case 0x44328aa2: return "sys_net_close_dump"; + case 0x4ab0b9b9: return "sys_net_set_test_param"; + case 0x506ad863: return "inet_network"; + case 0x5420e419: return "sys_net_show_nameserver"; + case 0x566893ce: return "inet_lnaof"; + case 0x5a045bd1: return "getsockopt"; + case 0x6005cde1: return "_sys_net_errno_loc"; + case 0x64f66d35: return "connect"; + case 0x6db6e8cd: return "socketclose"; + case 0x71f4c717: return "gethostbyname"; + case 0x7687d48c: return "sys_net_set_resolver_configurations"; + case 0x79b61646: return "sys_net_show_route"; + case 0x858a930b: return "inet_ntoa"; + case 0x88f03575: return "setsockopt"; + case 0x89c9917c: return "sys_net_read_dump"; + case 0x8af3825e: return "inet_pton"; + case 0x8ccf05ed: return "sys_net_abort_resolver"; + case 0x8d1b77fb: return "sys_net_abort_socket"; + case 0x9647570b: return "sendto"; + case 0x9a318259: return "sys_net_set_lib_name_server"; + case 0x9c056962: return "socket"; + case 0xa50777c6: return "shutdown"; + case 0xa5a86557: return "sys_net_get_test_param"; + case 0xa765d029: return "sys_net_get_sockinfo_ex"; + case 0xa9a079e0: return "inet_aton"; + case 0xab447704: return "sys_net_open_dump"; + case 0xad09481b: return "sendmsg"; + case 0xb0a59804: return "bind"; + case 0xb4152c74: return "inet_makeaddr"; + case 0xb48636c4: return "sys_net_show_ifconfig"; + case 0xb68d5625: return "sys_net_finalize_network"; + case 0xc9157d30: return "_sys_net_h_errno_loc"; + case 0xc94f6939: return "accept"; + case 0xc98a3146: return "inet_ntop"; + case 0xc9d09c34: return "recvmsg"; + case 0xdabbc2c0: return "inet_addr"; + case 0xdc751b40: return "send"; + case 0xe2434507: return "sys_net_set_netemu_test_param"; + case 0xe39a62a7: return "inet_netof"; + case 0xf7ac8941: return "gethostbyaddr"; + case 0xf9ec2db6: return "getpeername"; + case 0xfba04f37: return "recv"; + case 0xfdb8f926: return "sys_net_free_thread_context"; + case 0x0341bb97: return "sys_prx_get_module_id_by_address"; + case 0x04e83d2c: return "_sys_strncmp"; + case 0x052d29a6: return "_sys_strcat"; + case 0x05c65656: return "sys_mempool_try_allocate_block"; + case 0x0618936b: return "_sys_vsnprintf"; + case 0x06574237: return "_sys_snprintf"; + case 0x1573dc3f: return "sys_lwmutex_lock"; + case 0x191f0c4a: return "_sys_strrchr"; + case 0x1ae10b92: return "_sys_spu_printf_attach_thread"; + case 0x1bc200f4: return "sys_lwmutex_unlock"; + case 0x1c9a942c: return "sys_lwcond_destroy"; + case 0x1ca525a2: return "_sys_strncasecmp"; + case 0x1ed454ce: return "sys_spu_elf_get_information"; + case 0x24a1ea07: return "sys_ppu_thread_create"; + case 0x25596f51: return "sys_mempool_get_count"; + case 0x26090058: return "sys_prx_load_module"; + case 0x27427742: return "_sys_memmove"; + case 0x2a6d9d51: return "sys_lwcond_wait"; + case 0x2c847572: return "_sys_process_atexitspawn"; + case 0x2d36462b: return "_sys_strlen"; + case 0x2f85c0ef: return "sys_lwmutex_create"; + case 0x3172759d: return "sys_game_get_temperature"; + case 0x318f17e1: return "_sys_memalign"; + case 0x350d454e: return "sys_ppu_thread_get_id"; + case 0x35168520: return "_sys_heap_malloc"; + case 0x3bd53c7b: return "_sys_memchr"; + case 0x3dd4a957: return "sys_ppu_thread_register_atexit"; + case 0x409ad939: return "sys_mmapper_free_memory"; + case 0x42b23552: return "sys_prx_register_library"; + case 0x44265c08: return "_sys_heap_memalign"; + case 0x459b4393: return "_sys_strcmp"; + case 0x45fe2fce: return "_sys_spu_printf_initialize"; + case 0x4643ba6e: return "sys_mmapper_unmap_memory"; + case 0x4a071d98: return "sys_interrupt_thread_disestablish"; + case 0x4b2f301a: return "_sys_tolower"; + case 0x5267cb35: return "sys_spinlock_unlock"; + case 0x52aadadf: return "sys_lwcond_signal_to"; + case 0x5fdfb2fe: return "_sys_spu_printf_detach_group"; + case 0x608212fc: return "sys_mempool_free_block"; + case 0x620e35a7: return "sys_game_get_system_sw_version"; + case 0x67f9fedb: return "sys_game_process_exitspawn2"; + case 0x68b9b011: return "_sys_memset"; + case 0x6bf66ea7: return "_sys_memcpy"; + case 0x6e05231d: return "sys_game_watchdog_stop"; + case 0x70258515: return "sys_mmapper_allocate_memory_from_container"; + case 0x71a8472a: return "sys_get_random_number"; + case 0x722a0254: return "sys_spinlock_trylock"; + case 0x74311398: return "sys_prx_get_my_module_id"; + case 0x744680a2: return "sys_initialize_tls"; + case 0x7498887b: return "_sys_strchr"; + case 0x791b9219: return "_sys_vsprintf"; + case 0x80fb0c19: return "sys_prx_stop_module"; + case 0x8461e528: return "sys_time_get_system_time"; + case 0x84bb6774: return "sys_prx_get_module_info"; + case 0x893305fa: return "sys_raw_spu_load"; + case 0x8985b5b6: return "_sys_heap_stats"; + case 0x8a2f159b: return "console_getc"; + case 0x8a561d92: return "_sys_heap_free"; + case 0x8bb03ab8: return "sys_game_board_storage_write"; + case 0x8c2bb498: return "sys_spinlock_initialize"; + case 0x96328741: return "_sys_process_at_Exitspawn"; + case 0x996f7cf8: return "_sys_strncat"; + case 0x99c88692: return "_sys_strcpy"; + case 0x9d3c0f81: return "sys_mempool_destroy"; + case 0x9e0623b5: return "sys_game_watchdog_start"; + case 0x9f04f7af: return "_sys_printf"; + case 0x9f18429d: return "sys_prx_start_module"; + case 0x9f950780: return "sys_game_get_rtc_status"; + case 0xa146a143: return "sys_mempool_allocate_block"; + case 0xa1f9eafe: return "_sys_sprintf"; + case 0xa285139d: return "sys_spinlock_lock"; + case 0xa2c7ba64: return "sys_prx_exitspawn_with_level"; + case 0xa330ad84: return "sys_prx_load_module_on_memcontainer_by_fd"; + case 0xa3e3be68: return "sys_ppu_thread_once"; + case 0xa5d06bf0: return "sys_prx_get_module_list"; + case 0xaa6d9bff: return "sys_prx_load_module_on_memcontainer"; + case 0xac6fc404: return "sys_ppu_thread_unregister_atexit"; + case 0xacad8fb6: return "sys_game_watchdog_clear"; + case 0xaeb78725: return "sys_lwmutex_trylock"; + case 0xaede4b03: return "_sys_heap_delete_heap"; + case 0xaff080a4: return "sys_ppu_thread_exit"; + case 0xb257540b: return "sys_mmapper_allocate_memory"; + case 0xb27c8ae7: return "sys_prx_load_module_list"; + case 0xb2fcf2c8: return "_sys_heap_create_heap"; + case 0xb3bbcf2a: return "_sys_spu_printf_detach_thread"; + case 0xb6369393: return "_sys_heap_get_total_free_size"; + case 0xb995662e: return "sys_raw_spu_image_load"; + case 0xb9bf1078: return "_sys_heap_alloc_heap_memory"; + case 0xbdb18f83: return "_sys_malloc"; + case 0xc3476d0c: return "sys_lwmutex_destroy"; + case 0xc4fd6121: return "_sys_qsort"; + case 0xca9a60bf: return "sys_mempool_create"; + case 0xd0ea47a7: return "sys_prx_unregister_library"; + case 0xd1ad4570: return "_sys_heap_get_mallinfo"; + case 0xd3039d4d: return "_sys_strncpy"; + case 0xda0eb71a: return "sys_lwcond_create"; + case 0xdb6b3250: return "sys_spu_elf_get_segments"; + case 0xdc578057: return "sys_mmapper_map_memory"; + case 0xdd0c1e09: return "_sys_spu_printf_attach_group"; + case 0xdd3b27ac: return "_sys_spu_printf_finalize"; + case 0xe0998dbf: return "sys_prx_get_module_id_by_name"; + case 0xe0da8efd: return "sys_spu_image_close"; + case 0xe66bac36: return "console_putc"; + case 0xe6f2c1e7: return "sys_process_exit"; + case 0xe76964f5: return "sys_game_board_storage_read"; + case 0xe7ef3a80: return "sys_prx_load_module_list_on_memcontainer"; + case 0xe9a1bd84: return "sys_lwcond_signal_all"; + case 0xebe5f72f: return "sys_spu_image_import"; + case 0xeef75113: return "_sys_toupper"; + case 0xef68c17c: return "sys_prx_load_module_by_fd"; + case 0xef87a695: return "sys_lwcond_signal"; + case 0xf0aece0d: return "sys_prx_unload_module"; + case 0xf57e1d6f: return "console_write"; + case 0xf7f7fb20: return "_sys_free"; + case 0xfa7f693d: return "_sys_vprintf"; + case 0xfb5db080: return "_sys_memcmp"; + case 0xfc52a7a9: return "sys_game_process_exitspawn"; } - - ConLog.Error("Unknown func id: 0x%08x", id); - return -1; + + return fmt::Format("Unknown func id: 0x%08x", fid); } \ No newline at end of file diff --git a/rpcs3/Emu/SysCalls/SysCalls.cpp b/rpcs3/Emu/SysCalls/SysCalls.cpp index bf515ad066..6018e36d1a 100644 --- a/rpcs3/Emu/SysCalls/SysCalls.cpp +++ b/rpcs3/Emu/SysCalls/SysCalls.cpp @@ -580,10 +580,9 @@ void SysCalls::DoSyscall(u32 code) { return; } - //ConLog.Error("Unknown function 0x%08x", code); - //return 0; - //TODO: remove this + + ConLog.Error("Unknown function 0x%08x", code); declCPU(); - RESULT(DoFunc(code)); + RESULT(0); } diff --git a/rpcs3/Emu/SysCalls/SysCalls.h b/rpcs3/Emu/SysCalls/SysCalls.h index 1be86c0543..57ed2e7f0d 100644 --- a/rpcs3/Emu/SysCalls/SysCalls.h +++ b/rpcs3/Emu/SysCalls/SysCalls.h @@ -451,7 +451,7 @@ class SysCalls { public: static void DoSyscall(u32 code); - static s64 DoFunc(const u32 id); + static std::string GetHLEFuncName(const u32 fid); }; //extern SysCalls SysCallsManager; diff --git a/rpcs3/Loader/ELF64.cpp b/rpcs3/Loader/ELF64.cpp index 2ddbc955df..a7909eeb89 100644 --- a/rpcs3/Loader/ELF64.cpp +++ b/rpcs3/Loader/ELF64.cpp @@ -374,8 +374,7 @@ bool ELF64Loader::LoadPhdrData(u64 offset) { if(!module->Load(nid)) { - ConLog.Warning("Unknown function 0x%08x in '%s' module", nid, module_name.c_str()); - SysCalls::DoFunc(nid); + ConLog.Warning("Unimplemented function '%s' in '%s' module", SysCalls::GetHLEFuncName(nid).c_str(), module_name.c_str()); } } #ifdef LOADER_DEBUG