Searched defs:DEBUG_ASSERT (Results 1 – 2 of 2) sorted by relevance
25 #define DEBUG_ASSERT(x) macro
46 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 69 #define DEBUG_ASSERT(p) macro