Searched refs:NN_MINMAX_TASSERT_ (Results 1 – 2 of 2) sorted by relevance
135 NN_MINMAX_TASSERT_(pStateBuffer->index, 0, PARAMETER_N - 1); in RestoreState()
427 …#define NN_MINMAX_TASSERT_(exp, min, max) NN_TASSERTMSG_( (exp) >= (min) && (exp) <= (max), "%s(… macro