Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs876 let refblock_start = i * (refcount_block_entries as usize); in rebuild_refcounts() localVariable
879 refblock_start + refcount_block_entries as usize, in rebuild_refcounts()
881 let refblock = &refcounts[refblock_start..refblock_end]; in rebuild_refcounts()