Searched defs:off (Results 1 – 8 of 8) sorted by relevance
222 let off = slice.len().checked_sub(sz).unwrap(); in rotate_left() localVariable228 let off = slice.len().checked_sub(sz).unwrap(); in rotate_right() localVariable
398 let off = SafeNum::from(off); in check_range() localVariable
191 let off = aligned_offset(&self.buffer, self.alignment).unwrap(); in deref() localVariable198 let off = aligned_offset(&self.buffer, self.alignment).unwrap(); in deref_mut() localVariable
695 let off = 512u64; in test_read_unique_partition() localVariable733 let off = 512u64; in test_write_unique_partition() localVariable
1183 let off = off.try_into().unwrap(); in fetch() localVariable1254 let off = 512; in test_fetch_raw_block() localVariable1302 let off = 512; in test_fetch_partition() localVariable1369 let off = 0x200; in test_flash_partition() localVariable1649 let off = 512; in test_default_block() localVariable
110 let off = (SafeNum::from(relocated.len()) - reloc_size) in relocate_to_tail() localVariable
645 let off = SafeNum::from(buffer.len()) - size; in aligned_tail_offset() localVariable
860 let off = next_arg(&mut rev).ok_or("Invalid offset")?; in fetch() localVariable