Home
last modified time | relevance | path

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

/external/zlib/examples/
Dzran.c142 off_t totin, totout; /* our own total counters to avoid 4GB limit */ in build_index() local
162 totin = totout = last = 0; in build_index()
188 totin += strm.avail_in; in build_index()
191 totin -= strm.avail_in; in build_index()
211 index = addpoint(index, strm.data_type & 7, totin, in build_index()