Searched defs:total_out (Results 1 - 11 of 11) sorted by last modified time

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs38 public uint total_out; field in struct:DotZLib.ZStream
/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/syslinux/com32/include/
H A Dzlib.h92 uLong total_out; /* total nb 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
471 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/external/python/cpython2/Modules/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/third_party/zlib_v128/
H A Dzlib.h161 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
225 The fields total_in and total_out can be used for statistics or progress
547 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/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/elfutils/libdwfl/
H A Dgzip.c266 uint64_t total_out = (((uint64_t) z.total_out_hi32 << 32) local
268 smaller_buffer (&state, total_out);
270 smaller_buffer (&state, z.total_out);
/external/brotli/dec/
H A Ddecode.c1191 size_t* total_out, BROTLI_BOOL force) {
1214 if (total_out) *total_out = s->partial_pos_out - (size_t)s->custom_dict_size;
1289 size_t* available_out, uint8_t** next_out, size_t* total_out,
1323 s, available_out, next_out, total_out, BROTLI_FALSE);
1869 size_t total_out = 0; local
1876 &s, &available_in, &next_in, &available_out, &next_out, &total_out);
1877 *decoded_size = total_out;
1899 size_t* available_out, uint8_t** next_out, size_t* total_out) {
1922 WriteRingBuffer(s, available_out, next_out, total_out, BROTLI_TRU
1189 WriteRingBuffer( BrotliDecoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out, BROTLI_BOOL force) argument
1288 CopyUncompressedBlockToOutput( size_t* available_out, uint8_t** next_out, size_t* total_out, BrotliDecoderState* s) argument
1897 BrotliDecoderDecompressStream( BrotliDecoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) argument
[all...]
/external/brotli/enc/
H A Dencode.c1410 size_t total_out = 0; local
1417 &available_in, &next_in, &available_out, &next_out, &total_out);
1419 *encoded_size = total_out;
1462 size_t* available_out, uint8_t** next_out, size_t* total_out) {
1478 if (total_out) *total_out = s->total_out_;
1496 size_t* total_out) {
1530 if (InjectFlushOrPushOutput(s, available_out, next_out, total_out)) {
1587 if (total_out) *total_out
1461 InjectFlushOrPushOutput(BrotliEncoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out) argument
1493 BrotliEncoderCompressStreamFast( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) argument
1608 ProcessMetadata( BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) argument
1691 BrotliEncoderCompressStream( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out,uint8_t** next_out, size_t* total_out) argument
[all...]
/external/brotli/fuzz/
H A Ddecode_fuzzer.cc22 size_t total_out = 0; local
40 state, &avail_in, &next_in, &avail_out, &next_out, &total_out);
41 if (total_out > total_out_limit)
44 if (total_out > total_out_limit)

Completed in 256 milliseconds