Searched refs:amortizedshift (Results 1 – 1 of 1) sorted by relevance
217 unsigned int amortizedshift, in unpack_compacted_index() argument228 if (1 << amortizedshift == 4) in unpack_compacted_index()230 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()236 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()237 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()240 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()311 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()327 unsigned int amortizedshift; in compacted_load_cluster_from_disk() local350 amortizedshift = 2; in compacted_load_cluster_from_disk()357 amortizedshift = 1; in compacted_load_cluster_from_disk()[all …]