Searched defs:_cond (Results 1 – 2 of 2) sorted by relevance
194 #define _ZBUS_ASSERT(_cond, _fmt, ...) \ argument204 #define _ZBUS_ASSERT(_cond, _fmt, ...) __ASSERT(_cond, _fmt, ##__VA_ARGS__) argument
343 #define _flags(_fl, _op, _mask, _cond) \ argument