Home
last modified time | relevance | path

Searched refs:PutString (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_DebugString.cpp36 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()
Ddbg_Dump.cpp46 detail::PutString("\n"); in DumpMemory()
55 detail::PutString(buffer, bufPos); in DumpMemory()
103 detail::PutString(buffer); in DumpMemory()
Ddbg_Logger.cpp321 nn::dbg::detail::PutString(buffer, len); in PrintLog()
/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_DebugString.h114 #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/
Ddbg_DirectPrint.h194 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/
Ddbg_DirectPrint.cpp140 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
Ddbg_ExceptionScreen.cpp205 pdp->PutString( pos, msg ); in PutHaltMessage()