Home
last modified time | relevance | path

Searched defs:bitor (Results 1 – 5 of 5) 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/
H A Dalloc.rs50 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
H A Ddma.rs205 fn bitor(self, rhs: Self) -> Self::Output { in 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.rs617 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() function
715 fn bitor(self, rhs: T) -> Self::Output { in bitor() function