Lines Matching defs:in_tot
578 off_t in_tot = 0, out_tot = 0;
632 in_tot = -1;
655 in_tot = -1;
663 in_tot += in_size;
671 in_tot = -1;
684 in_tot = -1;
706 in_tot = -1;
715 (int)in_tot & 0xff,
716 (int)(in_tot >> 8) & 0xff,
717 (int)(in_tot >> 16) & 0xff,
718 (int)(in_tot >> 24) & 0xff);
722 if (in_tot > 0xffffffff)
727 in_tot = -1;
738 return in_tot;
752 off_t out_tot = -1, in_tot = 0;
798 in_tot = prelen;
824 in_tot += in_size;
837 if (in_tot > 0) {
1089 *gsizep = in_tot;
1771 off_t in_tot;
1774 in_tot = count;
1796 in_tot += rv;
1800 *gsizep = in_tot;
1801 return (in_tot);
2161 static off_t in_tot, out_tot;
2180 in = in_tot;
2224 in_tot += in;