Lines Matching refs:amortizedshift
223 unsigned int amortizedshift, in unpack_compacted_index() argument
234 if (1 << amortizedshift == 4) in unpack_compacted_index()
236 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()
242 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index()
243 (vcnt << amortizedshift); in unpack_compacted_index()
245 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
247 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
250 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()
326 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()
341 unsigned int amortizedshift; in compacted_load_cluster_from_disk() local
365 amortizedshift = 2; in compacted_load_cluster_from_disk()
372 amortizedshift = 1; in compacted_load_cluster_from_disk()
377 amortizedshift = 2; in compacted_load_cluster_from_disk()
379 pos += lcn * (1 << amortizedshift); in compacted_load_cluster_from_disk()
383 return unpack_compacted_index(m, amortizedshift, pos, lookahead); in compacted_load_cluster_from_disk()