Home
last modified time | relevance | path

Searched defs:R (Results 1 – 7 of 7) sorted by relevance

/bootable/libbootloader/gbl/libasync/src/
Dlib.rs127 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/
Dnet.rs173 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()
Dutils.rs106 F: FnMut() -> core::result::Result<R, bool>, in loop_with_timeout()
/bootable/libbootloader/gbl/libefi/src/
Dutils.rs72 ) -> Result<Option<R>> { in with_timeout()
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dsparse.rs246 end: R, in get_mut()
255 end: R, in get()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dandroid.rs55 fn set_field<N, R>(base: N, val: R, offset: N, mask: N) -> N in set_field()
/bootable/libbootloader/gbl/libabr/src/
Dlib.rs89 R, enumerator