Searched refs:PutString (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_DebugString.cpp | 36 NN_WEAK_SYMBOL void PutString(const char* text, s32 length) in PutString() function 42 void PutString(const char* text) in PutString() function 44 PutString(text, std::strlen(text)); in PutString() 55 PutString(buf, length); in VPrintf() 66 PutString(buf, length); in TVPrintf() 123 nn::dbg::detail::PutString(text, length); in nndbgDetailPutString()
|
| D | dbg_Dump.cpp | 46 detail::PutString("\n"); in DumpMemory() 55 detail::PutString(buffer, bufPos); in DumpMemory() 103 detail::PutString(buffer); in DumpMemory()
|
| D | dbg_Logger.cpp | 321 nn::dbg::detail::PutString(buffer, len); in PrintLog()
|
| /CTR-SDK-4.2.5/include/nn/dbg/ |
| D | dbg_DebugString.h | 114 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString((text), (length)) 156 void PutString(const char* text, s32 length); 157 void PutString(const char* text);
|
| /CTR-SDK-4.2.5/include/nn/dbg/CTR/ |
| D | dbg_DirectPrint.h | 194 void PutString( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* str ); 204 void PutString( const nn::math::VEC2& pos, const char* str );
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_DirectPrint.cpp | 140 PutString( pos, autoLineFeed, fillBg, buf ); in VPrintf() 145 void DirectPrint::PutString( const nn::math::VEC2& pos, const char* str ) in PutString() function in nn::dbg::CTR::DirectPrint 147 PutString( pos, true, true, str ); in PutString() 152 void DirectPrint::PutString( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char*… in PutString() function in nn::dbg::CTR::DirectPrint
|
| D | dbg_ExceptionScreen.cpp | 205 pdp->PutString( pos, msg ); in PutHaltMessage()
|