Searched defs:OT_ASSERT (Results 1 – 2 of 2) sorted by relevance
56 #define OT_ASSERT(cond) \ macro72 #define OT_ASSERT(cond) assert(cond) macro76 #define OT_ASSERT(cond) \ macro91 #define OT_ASSERT(cond) macro
42 option(OT_ASSERT "enable assert function OT_ASSERT()" ON) option