Searched refs:bitand (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/kernel/irq/ |
| H A D | flags.rs | 116 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 61 fn bitand(self, rhs: Self) -> Self::Output { 57 fn bitand(self, rhs: Self) -> Self::Output { bitand() method
|
| H A D | dma.rs | 255 fn bitand(self, rhs: Self) -> Self::Output { in not() 247 fn bitand(self, rhs: Self) -> Self::Output { bitand() method
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 204 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 689 fn bitand(self, rhs: Bounded<T, M>) -> Self::Output { in bitand() function 787 fn bitand(self, rhs: T) -> Self::Output { in bitand() function
|
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 257 …impl_ops_traits!(@without_byteorder_swap $name, $native, BitAnd, bitand, BitAndAssign, bitand_assi… 1546 …test!(@binary BitAnd, bitand, BitAndAssign, bitand_assign, call_for_unsigned_types, call_for_signe… in test_ops_impls()
|