Searched refs:bitor (Results 1 – 7 of 7) sorted by relevance
| /linux/rust/quote/ |
| H A D | runtime.rs | 29 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor() method 36 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor() method 43 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() method 50 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() method
|
| /linux/rust/kernel/irq/ |
| H A D | flags.rs | 109 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 54 fn bitor(self, rhs: Self) -> Self::Output { 50 fn bitor(self, rhs: Self) -> Self::Output { bitor() method
|
| H A D | dma.rs | 248 fn bitor(self, rhs: Self) -> Self::Output { in bitand() 240 fn bitor(self, rhs: Self) -> Self::Output { bitor() method
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 197 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 701 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() function 799 fn bitor(self, rhs: T) -> Self::Output { in bitor() function
|
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 258 … impl_ops_traits!(@without_byteorder_swap $name, $native, BitOr, bitor, BitOrAssign, bitor_assign); 1547 …test!(@binary BitOr, bitor, BitOrAssign, bitor_assign, call_for_unsigned_types, call_for_signed_ty… in test_ops_impls()
|