Searched defs:PJDLOG_RASSERT (Results 1 – 3 of 3) sorted by relevance
64 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro
94 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro 100 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro 109 #define PJDLOG_RASSERT(expr, ...) macro
92 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) macro 98 #define PJDLOG_RASSERT(expr, ...) assert(expr) macro 102 #define PJDLOG_RASSERT(expr, ...) macro