Home
last modified time | relevance | path

Searched refs:bitxor (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/num/
H A Dbounded.rs713 fn bitxor(self, rhs: Bounded<T, M>) -> Self::Output { in bitxor() function
811 fn bitxor(self, rhs: T) -> Self::Output { in bitxor() function
/linux/rust/zerocopy/src/
H A Dbyteorder.rs259 …impl_ops_traits!(@without_byteorder_swap $name, $native, BitXor, bitxor, BitXorAssign, bitxor_assi…
1548 …test!(@binary BitXor, bitxor, BitXorAssign, bitxor_assign, call_for_unsigned_types, call_for_signe… in test_ops_impls()