Home
last modified time | relevance | path

Searched refs:NN_PANIC_IF_FAILED (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_PrintResult.h118 #define NN_DBG_CHECK_RESULT(exp) NN_PANIC_IF_FAILED(exp)
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Result.h71 #define NN_UTIL_PANIC_IF_FAILED(result) NN_PANIC_IF_FAILED(result)
/CTR-SDK-4.2.5/include/nn/
Dassert.h292 #define NN_PANIC_IF_FAILED(result) macro
316 #undef NN_PANIC_IF_FAILED
492 #define NN_PANIC_IF_FAILED(result) \ macro
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_ManagedThread.cpp91 NN_PANIC_IF_FAILED(result); in GetMainThreadStackSize()