Searched refs:amortizedshift (Results 1 – 1 of 1) sorted by relevance
245 unsigned int amortizedshift, in unpack_compacted_index() argument256 if (1 << amortizedshift == 4) in unpack_compacted_index()258 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()265 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()268 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()344 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()360 unsigned int amortizedshift; in compacted_load_cluster_from_disk() local384 amortizedshift = 2; in compacted_load_cluster_from_disk()391 amortizedshift = 1; in compacted_load_cluster_from_disk()396 amortizedshift = 2; in compacted_load_cluster_from_disk()[all …]
Completed in 6 milliseconds