Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/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-0.13.2/include/nn/
Dassert.h183 #define NN_PANIC(...) \ macro
199 #define NN_PANIC(...) \ macro
217 …er(static_cast< ::nn::Result>(result), NN_FILE_NAME, __LINE__, __VA_ARGS__), NN_PANIC(__VA_ARGS__))
227 NN_PANIC("Failed condition."); \
/CTR-SDK-0.13.2/sources/libraries/fnd/
Dfnd_ExpHeap.cpp34 NN_PANIC("Failed to detail::CreateHeap"); in Initialize()
/CTR-SDK-0.13.2/sources/libraries/test/
Dtest_Suite.cpp579 NN_PANIC("No running test suite"); in GetCurrentSuite()
/CTR-SDK-0.13.2/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp1837 NN_PANIC("ExpHeap::Adjust invalid argument( invalid mode )"); in AdjustHeap()