Searched refs:_cond (Results 1 – 2 of 2) sorted by relevance
194 #define _ZBUS_ASSERT(_cond, _fmt, ...) \ argument196 if (!(_cond)) { \204 #define _ZBUS_ASSERT(_cond, _fmt, ...) __ASSERT(_cond, _fmt, ##__VA_ARGS__) argument
344 #define _flags(_fl, _op, _mask, _cond) \ argument348 if (UNALIGNED_GET(_fl) && (_cond) && \