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

  /src/usr.bin/gzip/
gzip.c 578 off_t in_tot = 0, out_tot = 0; local in function:gz_compress
642 out_tot = -1;
646 out_tot += BUFLEN;
693 out_tot = -1;
696 out_tot += len;
729 out_tot += i;
737 *gsizep = out_tot;
752 off_t out_tot = -1, in_tot = 0; local in function:gz_uncompress
799 out_tot = 0;
997 out_tot += wr
2161 static off_t in_tot, out_tot; local in function:print_list
    [all...]
gzip.c 578 off_t in_tot = 0, out_tot = 0; local in function:gz_compress
642 out_tot = -1;
646 out_tot += BUFLEN;
693 out_tot = -1;
696 out_tot += len;
729 out_tot += i;
737 *gsizep = out_tot;
752 off_t out_tot = -1, in_tot = 0; local in function:gz_uncompress
799 out_tot = 0;
997 out_tot += wr
2161 static off_t in_tot, out_tot; local in function:print_list
    [all...]

Completed in 25 milliseconds