Searched refs:total_out (Results 1 - 25 of 57) sorted by relevance

123

/external/brotli/c/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)
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs77 if (_ztream.total_out > 0)
80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out);
182 _ztream.total_out = 0;
H A DDotZLib.cs38 public uint total_out; field in struct:DotZLib.ZStream
/external/python/cpython2/Modules/zlib/
H A Duncompr.c55 *destLen = stream.total_out;
H A Dcompress.c54 *destLen = stream.total_out;
H A Dexample.c218 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
258 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
364 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
365 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
407 *comprLen = c_stream.total_out;
/external/syslinux/com32/lib/zlib/
H A Duncompr.c55 *destLen = stream.total_out;
H A Dcompress.c54 *destLen = stream.total_out;
/external/freetype/src/gzip/
H A Dinfutil.c42 z->total_out += n;
68 z->total_out += n;
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/python/cpython3/Modules/zlib/
H A Duncompr.c75 *destLen = stream.total_out;
76 else if (stream.total_out && err == Z_BUF_ERROR)
H A Dcompress.c61 *destLen = stream.total_out;
H A Dexample.c218 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
258 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
364 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
365 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
407 *comprLen = c_stream.total_out;
/external/zlib/src/
H A Duncompr.c75 *destLen = stream.total_out;
76 else if (stream.total_out && err == Z_BUF_ERROR)
H A Dcompress.c61 *destLen = stream.total_out;
/external/squashfs-tools/squashfs-tools/
H A Dlzma_xz_wrapper.c80 return (int) strm.total_out;
144 strm.total_out >= uncompressed_size && strm.avail_in == 0))
/external/brotli/c/include/brotli/
H A Dencode.h285 * @p total_out, if it is not a null-pointer, will be set to the number
330 * @param[out] total_out number of bytes produced so far; can be @c NULL
337 size_t* total_out);
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc56 zcontext_.total_out = 0;
138 byte_count_ += zcontext_.total_out;
183 int64 ret = byte_count_ + zcontext_.total_out;
223 zcontext_.total_out = 0;
/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/libvncserver/libvncserver/
H A Dzlib.c167 cl->compStream.total_out = 0;
184 previousOut = cl->compStream.total_out;
190 zlibAfterBufLen = cl->compStream.total_out - previousOut;
/external/zlib/src/contrib/delphi/
H A DZLib.pas30 total_out: Longint; // total nb of bytes output so far
315 ReallocMem(OutBuf, strm.total_out);
316 OutBytes := strm.total_out;
358 ReallocMem(OutBuf, strm.total_out);
359 OutBytes := strm.total_out;
477 Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0;
541 ( ((Offset - FZRec.total_out) > 0) and (Origin = soFromBeginning)) then
543 if Origin = soFromBeginning then Dec(Offset, FZRec.total_out);
553 Result := FZRec.total_out;
/external/brotli/c/enc/
H A Dencode.c1377 size_t total_out = 0; local
1384 &available_in, &next_in, &available_out, &next_out, &total_out);
1386 *encoded_size = total_out;
1429 size_t* available_out, uint8_t** next_out, size_t* total_out) {
1445 if (total_out) *total_out = s->total_out_;
1463 size_t* total_out) {
1497 if (InjectFlushOrPushOutput(s, available_out, next_out, total_out)) {
1554 if (total_out) *total_out
1428 InjectFlushOrPushOutput(BrotliEncoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out) argument
1460 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
1575 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
1658 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/puffin/src/
H A Dsample_generator.cc46 comp->resize(stream.total_out);
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c215 lSizeCpr=zcpr.total_out;
256 lSizeUncpr=zcpr.total_out;
/external/zlib/src/test/
H A Dexample.c218 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
258 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
364 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
365 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
407 *comprLen = c_stream.total_out;

Completed in 843 milliseconds

123