Searched refs:GetPrintableBits (Results 1 – 4 of 4) sorted by relevance
37 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()
113 bit32 GetPrintableBits() const in GetPrintableBits() function
402 bit32 GetPrintableBits() const { return m_Code; } in GetPrintableBits() function
134 NN_TASSERTMSG_(!IsValid(), "current handle(=%08X) is active\n", m_Handle.GetPrintableBits()); in SetHandle()