Searched refs:amortizedshift (Results 1 – 1 of 1) sorted by relevance
204 unsigned int amortizedshift, in unpack_compacted_index() argument214 if (1 << amortizedshift == 4) in unpack_compacted_index()216 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()221 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()222 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()225 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()262 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()278 unsigned int amortizedshift; in compacted_load_cluster_from_disk() local301 amortizedshift = 2; in compacted_load_cluster_from_disk()308 amortizedshift = 1; in compacted_load_cluster_from_disk()[all …]