Lines Matching refs:total
174 u64 index, offset, total = round_down(p->out - p->ostart, 8); in __do_index() local
184 if (total > fsize) { in __do_index()
186 u64 section = round_down(total, fsize); in __do_index()
188 u64 pos = total - section; in __do_index()
199 if (offset + size > total) { in __do_index()
201 (unsigned long)offset, (unsigned long)total); in __do_index()
207 (unsigned long)offset, (unsigned long)total, in __do_index()
287 u64 op, rep, tmp, bytes, total; in sw842_decompress() local
297 total = p.olen; in sw842_decompress()
390 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
395 if (unlikely((total - p.olen) > UINT_MAX)) in sw842_decompress()
398 *olen = total - p.olen; in sw842_decompress()