Home
last modified time | relevance | path

Searched refs:NN_TPANIC_IF_FALSE_ (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h50 NN_TPANIC_IF_FALSE_(!IsNotFlushed()); in Finalize()
/CTR-SDK-4.2.5/include/nn/
Dassert.h487 #define NN_TPANIC_IF_FALSE_(exp) (void) ( (exp) || (NN_TPANIC_("Failed condition."), 0) ) macro
490 #define NN_TPANIC_IF_NULL_(exp) NN_TPANIC_IF_FALSE_(exp)