Home
last modified time | relevance | path

Searched defs:off (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dalgorithm.rs222 let off = slice.len().checked_sub(sz).unwrap(); in rotate_left() localVariable
228 let off = slice.len().checked_sub(sz).unwrap(); in rotate_right() localVariable
Dgpt.rs398 let off = SafeNum::from(off); in check_range() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs191 let off = aligned_offset(&self.buffer, self.alignment).unwrap(); in deref() localVariable
198 let off = aligned_offset(&self.buffer, self.alignment).unwrap(); in deref_mut() localVariable
Dpartition.rs695 let off = 512u64; in test_read_unique_partition() localVariable
733 let off = 512u64; in test_write_unique_partition() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1183 let off = off.try_into().unwrap(); in fetch() localVariable
1254 let off = 512; in test_fetch_raw_block() localVariable
1302 let off = 512; in test_fetch_partition() localVariable
1369 let off = 0x200; in test_flash_partition() localVariable
1649 let off = 512; in test_default_block() localVariable
/bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/
Dmod.rs110 let off = (SafeNum::from(relocated.len()) - reloc_size) in relocate_to_tail() localVariable
/bootable/libbootloader/gbl/libgbl/src/android_boot/
Dload.rs645 let off = SafeNum::from(buffer.len()) - size; in aligned_tail_offset() localVariable
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs860 let off = next_arg(&mut rev).ok_or("Invalid offset")?; in fetch() localVariable