Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_DebugString.h219 …int nndbgAssertionFailureHandler(bool print, const char* filename, int lineno, const char* fmt, ..…
/CTR-SDK-0.14.4/include/nn/
Dassert.h49 … (void) ((exp) || nndbgAssertionFailureHandler(true, NN_FILE_NAME, __LINE__, __VA_ARGS__))
54 (void) ((exp) || nndbgAssertionFailureHandler(false, NULL, __LINE__, NULL))
95 … (void) ((exp) || nndbgAssertionFailureHandler(true, NN_FILE_NAME, __LINE__, __VA_ARGS__))
104 (void) ((exp) || nndbgAssertionFailureHandler(false, NULL, __LINE__, NULL))
/CTR-SDK-0.14.4/sources/libraries/dbg/
Ddbg_DebugString.cpp121 …NN_WEAK_SYMBOL int nndbgAssertionFailureHandler(bool print, const char* filename, int lineno, cons… in nndbgAssertionFailureHandler() function