Lines Matching refs:amortizedshift
118 unsigned int amortizedshift,
128 if (1 << amortizedshift == 4 && lclusterbits <= 14)
130 else if (1 << amortizedshift == 2 && lclusterbits <= 12)
136 m->nextpackoff = round_down(pos, vcnt << amortizedshift) +
137 (vcnt << amortizedshift);
140 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt;
142 base = round_down(eofs, vcnt << amortizedshift);
145 i = (eofs - base) >> amortizedshift;
220 in += (vcnt << amortizedshift) - sizeof(__le32);
234 unsigned int amortizedshift;
254 amortizedshift = 2;
261 amortizedshift = 1;
266 amortizedshift = 2;
268 pos += lcn * (1 << amortizedshift);
273 return unpack_compacted_index(m, amortizedshift, pos, lookahead);