Searched refs:totin (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
164 totin = totout = last = 0;
190 totin += strm.avail_in;
193 totin -= strm.avail_in;
213 index = addpoint(index, strm.data_type & 7, totin,
/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
162 totin = totout = last = 0;
188 totin += strm.avail_in;
191 totin -= strm.avail_in;
211 index = addpoint(index, strm.data_type & 7, totin,

Completed in 184 milliseconds