Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_DebugString.h233 …int nndbgTAssertionFailureHandler(bool print, const char* filename, int lineno, const char* fmt, .…
/CTR-SDK-0.14.4/sources/libraries/dbg/
Ddbg_DebugString.cpp147 …NN_WEAK_SYMBOL int nndbgTAssertionFailureHandler(bool print, const char* filename, int lineno, con… in nndbgTAssertionFailureHandler() function
/CTR-SDK-0.14.4/include/nn/
Dassert.h93 … (void) ((exp) || nndbgTAssertionFailureHandler(true, NN_FILE_NAME, __LINE__, __VA_ARGS__))
102 (void) ((exp) || nndbgTAssertionFailureHandler(false, NULL, __LINE__, NULL))