Home
last modified time | relevance | path

Searched refs:bitand (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/irq/
H A Dflags.rs116 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
/linux/rust/kernel/
H A Dalloc.rs61 fn bitand(self, rhs: Self) -> Self::Output {
57 fn bitand(self, rhs: Self) -> Self::Output { bitand() method
H A Ddma.rs255 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 Dresource.rs204 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
/linux/rust/kernel/num/
H A Dbounded.rs689 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 Dbyteorder.rs257 …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()