Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/
Dassert.h486 #define NN_PANIC_IF_FALSE(exp) (void) ( (exp) || (NN_PANIC ("Failed condition."), 0) ) macro
489 #define NN_PANIC_IF_NULL( exp) NN_PANIC_IF_FALSE( exp)