Lines Matching refs:amortizedshift
208 unsigned int amortizedshift,
218 if (1 << amortizedshift == 4 && lclusterbits <= 14)
220 else if (1 << amortizedshift == 2 && lclusterbits == 12)
225 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt;
226 base = round_down(eofs, vcnt << amortizedshift);
229 i = (eofs - base) >> amortizedshift;
266 in += (vcnt << amortizedshift) - sizeof(__le32);
281 unsigned int amortizedshift;
301 amortizedshift = 2;
308 amortizedshift = 1;
313 amortizedshift = 2;
315 pos += lcn * (1 << amortizedshift);
319 return unpack_compacted_index(m, amortizedshift, erofs_blkoff(pos));