Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_ResultFailureHandler.cpp37 nn::dbg::detail::Printf("RESULT FAILURE [%x]: ", nn::Result(result).GetPrintableBits()); in nnosResultFailureHandlerImplDefault()
48 nn::dbg::detail::TPrintf("RESULT FAILURE [%x]: ", nn::Result(result).GetPrintableBits()); in nnosResultTFailureHandlerImplDefault()
75 NN_LOG("RESULT [%x]:", nn::Result(result).GetPrintableBits()); in nnosResultPanicHandlerImplDefault()
93 NN_TLOG_("RESULT [%x]:", nn::Result(result).GetPrintableBits()); in nnosResultTPanicHandlerImplDefault()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/
DHandle.h113 bit32 GetPrintableBits() const in GetPrintableBits() function
DResult.h402 bit32 GetPrintableBits() const { return m_Code; } in GetPrintableBits() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_HandleObject.h134 NN_TASSERTMSG_(!IsValid(), "current handle(=%08X) is active\n", m_Handle.GetPrintableBits()); in SetHandle()