Searched refs:totout (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dzran.c144 off_t totin, totout; /* our own total counters to avoid 4GB limit */ local
145 off_t last; /* totout value of last access point */
164 totin = totout = last = 0;
191 totout += strm.avail_out;
194 totout -= strm.avail_out;
206 except for up to seven bits) -- the totout == 0 provides an
212 (totout == 0 || totout - last > span)) {
214 totout, strm.avail_out, window);
219 last = totout;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dzran.c142 off_t totin, totout; /* our own total counters to avoid 4GB limit */ local
143 off_t last; /* totout value of last access point */
162 totin = totout = last = 0;
189 totout += strm.avail_out;
192 totout -= strm.avail_out;
204 except for up to seven bits) -- the totout == 0 provides an
210 (totout == 0 || totout - last > span)) {
212 totout, strm.avail_out, window);
217 last = totout;
[all...]

Completed in 101 milliseconds