Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_DebugString.h59 #define NN_LOG( ... ) (void)nndbgDetailPrintf(__VA_ARGS__)
99 #define NN_SLOG_( ... ) (void)nndbgDetailPrintf(__VA_ARGS__)
186 void nndbgDetailPrintf(const char* fmt, ...);
/CTR-SDK-0.14.4/sources/libraries/dbg/
Ddbg_DebugString.cpp93 /*NN_WEAK_SYMBOL*/ void nndbgDetailPrintf(const char* fmt, ...) in nndbgDetailPrintf() function
127 nndbgDetailPrintf("Failed assertion at %s:%d\n ", filename, lineno); in nndbgAssertionFailureHandler()
133 nndbgDetailPrintf("\n"); in nndbgAssertionFailureHandler()
/CTR-SDK-0.14.4/include/nn/
Dassert.h255 #define NN_WARNING(exp, ...) (void) ((exp) || (nndbgDetailPrintf(__VA_ARGS__), 0))
266 #define NN_SWARNING_(exp, ...) (void) ((exp) || (nndbgDetailPrintf(__VA_ARGS__), 0))