Searched defs:total_out (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Dgzip.c231 uint64_t total_out = (((uint64_t) z.total_out_hi32 << 32) local
233 smaller_buffer (total_out);
235 smaller_buffer (z.total_out);
/external/freetype/src/gzip/
H A Dzlib.h75 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
116 The fields total_in and total_out can be used for statistics or
359 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs38 public uint total_out; field in struct:DotZLib.ZStream
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h89 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/chromium_org/third_party/zlib/
H A Dzlib.h92 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
157 The fields total_in and total_out can be used for statistics or progress
476 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h92 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/zlib/src/
H A Dzlib.h92 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/zlib/
H A Dzlib.h92 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h152 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
216 The fields total_in and total_out can be used for statistics or progress
538 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h156 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
220 The fields total_in and total_out can be used for statistics or progress
542 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described

Completed in 512 milliseconds