Lines Matching refs:total
165 u64 index, offset, total = round_down(p->out - p->ostart, 8); in __do_index() local
175 if (total > fsize) { in __do_index()
177 u64 section = round_down(total, fsize); in __do_index()
179 u64 pos = total - section; in __do_index()
190 if (offset + size > total) { in __do_index()
192 (unsigned long)offset, (unsigned long)total); in __do_index()
202 (unsigned long)total, in __do_index()
282 u64 op, rep, tmp, bytes, total; in sw842_decompress() local
292 total = p.olen; in sw842_decompress()
385 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
390 if (unlikely((total - p.olen) > UINT_MAX)) in sw842_decompress()
393 *olen = total - p.olen; in sw842_decompress()