Searched defs:bitor (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/quote/ |
| H A D | runtime.rs | 29 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 D | alloc.rs | 50 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
| H A D | dma.rs | 205 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 197 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 617 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() function 715 fn bitor(self, rhs: T) -> Self::Output { in bitor() function
|