Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs388 let refcount_bytes = (0x01 << refcount_order as u64) / 8; in max_refcount_clusters() localVariable
506 let refcount_bytes = (refcount_bits + 7) / 8; in from() localVariable
924 let refcount_bytes = refcount_bits.div_ceil(8); in rebuild_refcounts() localVariable