HomeSort by: relevance | last modified time | path
    Searched refs:out_tot (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 596 off_t in_tot = 0, out_tot = 0; local
660 out_tot = -1;
664 out_tot += BUFLEN;
711 out_tot = -1;
714 out_tot += len;
747 out_tot += i;
755 *gsizep = out_tot;
770 off_t out_tot = -1, in_tot = 0; local
817 out_tot = 0;
1015 out_tot += wr
2224 static off_t in_tot, out_tot; local
    [all...]
  /src/external/zlib/pigz/dist/
pigz.c 496 off_t out_tot; /* total bytes written to output */ member in struct:__anon24661
2775 g.out_tot = 1;
2782 g.out_tot += g.in_left;
2878 g.out_tot += len;
2907 g.out_tot += len;
2929 g.out_tot = 0;
2982 if (g.zip_ulen != (g.out_tot & LOW32)) {
2990 g.zip_ulen != (g.out_tot & LOW32))
3011 if (len != (g.out_tot & LOW32))
3018 show_info(8, check, g.out_tot, cont)
    [all...]

Completed in 27 milliseconds