Home
last modified time | relevance | path

Searched refs:bitor (Results 1 – 7 of 7) sorted by relevance

/linux/rust/quote/
H A Druntime.rs29 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 Dflags.rs109 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
/linux/rust/kernel/
H A Dalloc.rs54 fn bitor(self, rhs: Self) -> Self::Output {
50 fn bitor(self, rhs: Self) -> Self::Output { bitor() method
H A Ddma.rs248 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 Dresource.rs197 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
/linux/rust/kernel/num/
H A Dbounded.rs701 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 Dbyteorder.rs258 … 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()