Searched refs:NN_PUT (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/dbg/ |
| D | dbg_DebugString.h | 93 #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/ |
| D | dbg_ExceptionScreen.cpp | 527 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/ |
| D | dbg_Instrument.cpp | 36 NN_PUT(buf, length); in ins_VPrintf()
|