Home
last modified time | relevance | path

Searched refs:_rhs (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/vfio/lib/include/libvfio/
H A Dassert.h17 #define VFIO_ASSERT_OP(_lhs, _rhs, _op, ...) do { \ argument
19 typeof(_rhs) __rhs = (_rhs); \
25 fprintf(stderr, " Expression: " #_lhs " " #_op " " #_rhs "\n"); \
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c183 typeof(rhs) _rhs = (rhs); \
185 if (!(_lhs op _rhs)) { \
188 ", line=%d)", _lhs, _rhs, __LINE__); \
/linux/rust/quote/
H A Druntime.rs29 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor()
36 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
43 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
50 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()