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