Searched refs:_lhs (Results 1 – 2 of 2) sorted by relevance
17 #define VFIO_ASSERT_OP(_lhs, _rhs, _op, ...) do { \ argument18 typeof(_lhs) __lhs = (_lhs); \25 fprintf(stderr, " Expression: " #_lhs " " #_op " " #_rhs "\n"); \
182 typeof(lhs) _lhs = (lhs); \185 if (!(_lhs op _rhs)) { \188 ", line=%d)", _lhs, _rhs, __LINE__); \