Home
last modified time | relevance | path

Searched refs:NN_PANIC (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Stopwatch.cpp188 NN_PANIC("m_times is negative! (%d)\n", m_times); in printContents()
213 NN_PANIC("No space to addTo(). Too many Stopwatches..."); in addToList()
230 NN_PANIC("Cannot find my instance! Why?"); in removeFromList()
/CTR-SDK-4.2.5/include/nn/
Dassert.h269 #define NN_PANIC(...) macro
311 #undef NN_PANIC
463 …#define NN_PANIC(...) nndbgBreakWithMessage_ (NN_DBG_BREAK_REASON_PANIC, NN_FILE_NAME, __LINE__,… macro
468 #define NN_PANIC(...) nndbgPanic() macro
486 #define NN_PANIC_IF_FALSE(exp) (void) ( (exp) || (NN_PANIC ("Failed condition."), 0) )
/CTR-SDK-4.2.5/sources/libraries/rtport/rvct/
Drvct_stdio.cpp60 void abort() { NN_PANIC("abort() called\n"); } in abort()
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_ExpHeap.cpp34 NN_PANIC("Failed to detail::CreateHeap"); in Initialize()
/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_Suite.cpp598 NN_PANIC("No running test suite"); in GetCurrentSuite()
/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp1837 NN_PANIC("ExpHeap::Adjust invalid argument( invalid mode )"); in AdjustHeap()