Home
last modified time | relevance | path

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

/third_party/zlib/examples/
Dzran.c139 off_t totin, totout; /* our own total counters to avoid 4GB limit */ in deflate_index_build() local
159 totin = totout = last = 0; in deflate_index_build()
176 if (totin == 0 && strm.avail_in >= 3 && in deflate_index_build()
190 totin += strm.avail_in; in deflate_index_build()
193 totin -= strm.avail_in; in deflate_index_build()
221 index = addpoint(index, strm.data_type & 7, totin, in deflate_index_build()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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()