Home
last modified time | relevance | path

Searched refs:totin (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/examples/
Dzran.c147 off_t totin, totout; /* our own total counters to avoid 4GB limit */ in build_index() local
167 totin = totout = last = 0; in build_index()
193 totin += strm.avail_in; in build_index()
196 totin -= strm.avail_in; in build_index()
216 index = addpoint(index, strm.data_type & 7, totin, in build_index()