Searched defs:R (Results 1 – 7 of 7) sorted by relevance
| /bootable/libbootloader/gbl/libasync/src/ |
| D | lib.rs | 127 pub async fn join<L, LO, R, RO>(fut_lhs: L, fut_rhs: R) -> (LO, RO) in join() argument 150 pub async fn select<L, LO, R, RO>(fut_lhs: L, fut_rhs: R) -> (Option<LO>, Option<RO>) in select() argument
|
| /bootable/libbootloader/gbl/efi/src/ |
| D | net.rs | 173 fn consume<R, F>(self, f: F) -> R in consume() 175 F: FnOnce(&mut [u8]) -> R, in consume() 209 fn consume<R, F>(mut self, len: usize, f: F) -> R in consume() 211 F: FnOnce(&mut [u8]) -> R, in consume()
|
| D | utils.rs | 106 F: FnMut() -> core::result::Result<R, bool>, in loop_with_timeout()
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | utils.rs | 72 ) -> Result<Option<R>> { in with_timeout()
|
| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | sparse.rs | 246 end: R, in get_mut() 255 end: R, in get()
|
| /bootable/libbootloader/gbl/libgbl/src/slots/ |
| D | android.rs | 55 fn set_field<N, R>(base: N, val: R, offset: N, mask: N) -> N in set_field()
|
| /bootable/libbootloader/gbl/libabr/src/ |
| D | lib.rs | 89 R, enumerator
|