Home
last modified time | relevance | path

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

/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()
194 totout += strm.avail_out; in build_index()
197 totout -= strm.avail_out; in build_index()
215 (totout == 0 || totout - last > span)) { in build_index()
217 totout, strm.avail_out, window); in build_index()
222 last = totout; 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()
194 totout += strm.avail_out; in build_index()
197 totout -= strm.avail_out; in build_index()
215 (totout == 0 || totout - last > span)) { in build_index()
217 totout, strm.avail_out, window); in build_index()
222 last = totout; in build_index()
/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()
191 totout += strm.avail_out; in deflate_index_build()
194 totout -= strm.avail_out; in deflate_index_build()
220 (totout == 0 || totout - last > span)) { in deflate_index_build()
222 totout, strm.avail_out, window); in deflate_index_build()
227 last = totout; in deflate_index_build()
236 index->length = totout; in deflate_index_build()