Home
last modified time | relevance | path

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

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