Searched refs:GetPrintableBits (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_OldSymbols.cpp | 60 detail::TPrintf("RESULT FAILURE [%x]: ", nn::Result(result).GetPrintableBits()); in nnResultFailureHandler() 80 detail::TPrintf("RESULT FAILURE [%x]: ", nn::Result(result).GetPrintableBits()); in nnResultTFailureHandler() 100 detail::TPrintf("RESULT FAILURE [%x]: ", nn::Result(result).GetPrintableBits()); in nnResultPanicHandler() 118 detail::TPrintf("RESULT FAILURE [%x]: ", nn::Result(result).GetPrintableBits()); in nnResultTPanicHandler()
|
| D | dbg_Default.cpp | 65 pdp->Printf(pos, "%-13s 0x%08X", "Result:", pResult->GetPrintableBits()); in HandleBreak()
|
| D | dbg_PrintResult.cpp | 378 TPrintf("Result (%08x)\n", result.GetPrintableBits()); in PrintResult()
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_Api.cpp | 32 nn::dbg::detail::TPrintf("Result:%08X\n", result.GetPrintableBits());
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | Handle.h | 75 bit32 GetPrintableBits() const in GetPrintableBits() function
|
| D | Result.h | 415 bit32 GetPrintableBits() const { return m_Code; } in GetPrintableBits() function
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_HandleObject.h | 137 NN_TASSERTMSG_(!IsValid(), "current handle(=%08X) is active\n", m_Handle.GetPrintableBits()); in SetHandle()
|