HomeSort by: relevance | last modified time | path
    Searched defs:totout (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/examples/
zran.c 138 off_t totout = 0; // total bytes uncompressed local in function:deflate_index_build
188 totout += before - strm.avail_out;
192 (index == NULL || totout - last >= span)) {
199 totout, strm.avail_out, win);
204 last = totout;
228 index->length = totout;

Completed in 17 milliseconds