Home
last modified time | relevance | path

Searched refs:last (Results 1 – 5 of 5) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Doverlap.rs54 fn get_range(first: usize, last: usize) -> &'static [u8] { in get_range()
57 assert!(last <= SIZE); in get_range()
59 &BUFFER[first..last] in get_range()
/bootable/deprecated-ota/edify/
DREADME.md59 As shown in the last example, function names are just strings,
83 The last example is equivalent to:
90 expression. Their value is the value of the last-evaluated
/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs475 let last = (SafeNum::from(v.size()).round_up(block_size) / block_size + block - 1) in partitions_to_disk_data() localVariable
482 last, in partitions_to_disk_data()
487 block = last + 1; in partitions_to_disk_data()
493 header.last = block - 1; in partitions_to_disk_data()
Dgpt.rs37 pub last: u64, field
65 pub last: u64, field
73 u64::try_from((SafeNum::from(self.last) - self.first) + 1).map_err(|e| e.into()) in blocks()
79 self.first == 0 && self.last == 0 in is_null()
107 write!(f, "partition name: \"{}\", [first, last]: [{}, {}]", name, self.first, self.last) in fmt()
/bootable/recovery/updater_sample/
DREADME.md87 - `Engine status:` - last reported update_engine status.
88 - `Engine error:` - last reported payload application error.