Searched refs:_cond (Results 1 – 2 of 2) sorted by relevance
177 #define _ZBUS_ASSERT(_cond, _fmt, ...) \ argument179 if (!(_cond)) { \187 #define _ZBUS_ASSERT(_cond, _fmt, ...) __ASSERT(_cond, _fmt, ##__VA_ARGS__) argument
341 #define _flags(_fl, _op, _mask, _cond) \ argument345 if (UNALIGNED_GET(_fl) && (_cond) && \