Lines Matching defs:total
114 output file, a running CRC-32 check on the output and the total number of
120 int check; /* true if checking crc and total */
122 unsigned long total;
125 /* Write output buffer and update the CRC-32 and total bytes written. write()
137 me->total += len;
469 outd.total = 0;
493 if (NEXT() != (int)(outd.total & 0xff) ||
494 NEXT() != (int)((outd.total >> 8) & 0xff) ||
495 NEXT() != (int)((outd.total >> 16) & 0xff) ||
496 NEXT() != (int)((outd.total >> 24) & 0xff)) {