Searched refs:bitor (Results 1 – 6 of 6) 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/irq/ |
| H A D | flags.rs | 109 fn bitor(self, rhs: Self) -> Self::Output { 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 | 223 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 | 620 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() function 718 fn bitor(self, rhs: T) -> Self::Output { in bitor() function
|