Home
last modified time | relevance | path

Searched refs:GetPrintableBits (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_OldSymbols.cpp60 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()
Ddbg_Default.cpp65 pdp->Printf(pos, "%-13s 0x%08X", "Result:", pResult->GetPrintableBits()); in HandleBreak()
Ddbg_PrintResult.cpp378 TPrintf("Result (%08x)\n", result.GetPrintableBits()); in PrintResult()
/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_Api.cpp32 nn::dbg::detail::TPrintf("Result:%08X\n", result.GetPrintableBits());
/CTR-SDK-4.2.5/include/nn/
DHandle.h75 bit32 GetPrintableBits() const in GetPrintableBits() function
DResult.h415 bit32 GetPrintableBits() const { return m_Code; } in GetPrintableBits() function
/CTR-SDK-4.2.5/include/nn/os/
Dos_HandleObject.h137 NN_TASSERTMSG_(!IsValid(), "current handle(=%08X) is active\n", m_Handle.GetPrintableBits()); in SetHandle()