Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/
Dassert.h258 #define NN_TWARNING_(exp, ...) (void) ((exp) || (nndbgDetailTPrintf(__VA_ARGS__), 0)) macro
261 #define NN_TWARNING_(exp, ...) ((void)0) macro
265 #define NN_TWARNING_(exp, ...) ((void)0) macro
/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_FixedLengthString.h136 NN_TWARNING_(true, "too long string.");
161 NN_TWARNING_(true, "too long string."); in SetLength()
505 NN_TWARNING_(*s, "too long string."); in CopyFrom()