Searched refs:_rhs (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | assert.h | 18 #define VFIO_ASSERT_OP(_lhs, _rhs, _op, ...) do { \ argument 20 typeof(_rhs) __rhs = (_rhs); \ 26 fprintf(stderr, " Expression: " #_lhs " " #_op " " #_rhs "\n"); \
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 183 typeof(rhs) _rhs = (rhs); \ 185 if (!(_lhs op _rhs)) { \ 188 ", line=%d)", _lhs, _rhs, __LINE__); \
|
| /linux/rust/quote/ |
| H A D | runtime.rs | 29 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()
|
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 1223 fn checked_shl(self, _rhs: Self) -> Option<Self> { unimplemented!() } 1224 fn checked_shr(self, _rhs: Self) -> Option<Self> { unimplemented!() } 1524 |slf, _rhs| core::ops::$trait::$method(slf), in test_ops_impls() 1525 |slf, _rhs| core::ops::$trait::$method(slf), in test_ops_impls() 1526 |slf, _rhs| core::ops::$trait::$method(slf).into(), in test_ops_impls() 1527 |slf, _rhs| core::ops::$trait::$method(slf), in test_ops_impls()
|