Searched defs:ASSERT (Results 1 – 13 of 13) sorted by relevance
75 #define ASSERT(expr) ASSERT_CRITICAL(expr) macro78 #define ASSERT(expr) WARN_ON(!(expr)) macro
35 #define ASSERT(x) \ macro
118 #define ASSERT(p) if (!(p)) botch("p") macro128 #define ASSERT(p) macro
57 #define ASSERT(a) if (!(a)) fatal("ASSERT"); macro
394 #define ASSERT(Expression) \ macro404 #define ASSERT(Expression) macro
118 # define ASSERT assert macro
271 #define ASSERT(x) macro
160 #define ASSERT(expr) MPFR_ASSERTD(expr) macro
56 #define ASSERT(x) if(!(x)) panic("IXGBE: x") macro
539 #define ASSERT(x) macro
67 #define ASSERT(cond) \ macro
2013 #define ASSERT(expr) ASSERT_ALWAYS (expr) macro2015 #define ASSERT(expr) do {} while (0) macro