Home
last modified time | relevance | path

Searched defs:KASSERT (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dsystm.h48 #define KASSERT(exp, msg) LOS_ASSERT_MSG(exp, msg) macro
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c43 #define KASSERT(x, y) assert(x) macro
H A Dunit_test.h90 #define KASSERT(exp,msg) do { \ macro
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-alg-fst.c35 #define KASSERT(exp, msg) assert(exp) macro

Completed in 5 milliseconds