Searched defs:DEBUG_ASSERT (Results 1 – 2 of 2) sorted by relevance
258 #define DEBUG_ASSERT(cond, fmt, ...) … macro268 #define DEBUG_ASSERT(cond, fmt, ...) macro
23 #define DEBUG_ASSERT(f) assert(f) macro