Home
last modified time | relevance | path

Searched refs:NN_PUT (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_DebugString.h93 #define NN_PUT( text, length ) macro
101 #undef NN_PUT
114 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString((text), (length)) macro
118 #define NN_PUT( text, length ) (void)nndbgDetailPutString((text), (length)) macro
123 #define NN_PUT( text, length ) ((void)0) macro
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp527 NN_PUT(buf + prevPos, pos - prevPos); in ExceptionHandlerBody()
534 NN_PUT(buf + prevPos, pos - prevPos); in ExceptionHandlerBody()
539 NN_PUT(buf + prevPos, pos - prevPos); in ExceptionHandlerBody()
546 NN_PUT(buf + prevPos, pos - prevPos); in ExceptionHandlerBody()
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp36 NN_PUT(buf, length); in ins_VPrintf()