Home
last modified time | relevance | path

Searched refs:total_out (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DCodecBase.cs77 if (_ztream.total_out > 0) in OnDataAvailable()
80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out); in OnDataAvailable()
182 _ztream.total_out = 0; in resetOutput()
A DDotZLib.cs38 public uint total_out; field
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
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;
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfutil.c42 z->total_out += n; in inflate_flush()
68 z->total_out += n; in inflate_flush()
A Dzlib.h75 uLong total_out; /* total nb of bytes output so far */ member
A Dinfblock.c212 z->total_out + (q >= s->read ? q - s->read : in inflate_blocks()
346 z->total_out + (q >= s->read ? q - s->read : in inflate_blocks()
A Dinflate.c59 z->total_in = z->total_out = 0; in inflateReset()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Duncompr.c75 *destLen = stream.total_out;
76 else if (stream.total_out && err == Z_BUF_ERROR)
A Dcompress.c61 *destLen = stream.total_out;
A Dinflate.c126 strm->total_in = strm->total_out = state->total = 0;
1201 strm->total_out += out;
1264 strm->total_out += out;
1436 in = strm->total_in; out = strm->total_out;
1438 strm->total_in = in; strm->total_out = out;
A Ddeflate.c476 strm->total_in = strm->total_out = 0;
744 strm->total_out += len;
1714 s->strm->total_out += left;
1726 s->strm->total_out += len;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dexample.pas202 (c_stream.total_out < comprLen) do
247 while (d_stream.total_out < uncomprLen) and
354 if d_stream.total_out <> 2 * uncomprLen + comprLen div 2 then
356 WriteLn('bad large inflate: ', d_stream.total_out);
399 comprLen := c_stream.total_out;
A Dzlibpas.pas35 total_out: LongInt; (* total nb of bytes output so far *)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
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;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Duncompr.c55 *destLen = stream.total_out;
A Dcompress.c54 *destLen = stream.total_out;
A Dexample.c-bak187 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
227 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
333 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
334 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
376 *comprLen = c_stream.total_out;
A Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
1163 strm->total_out += out;
1225 strm->total_out += out;
1381 in = strm->total_in; out = strm->total_out;
1383 strm->total_in = in; strm->total_out = out;
A Dunzip.c1127 pfile_in_zip_read_info->stream.total_out = 0;
1327 pfile_in_zip_read_info->stream.total_out += uDoCopy;
1335 uTotalOutBefore = pfile_in_zip_read_info->stream.total_out;
1349 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out;
1389 return (z_off_t)pfile_in_zip_read_info->stream.total_out;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/testzlib/
A Dtestzlib.c215 lSizeCpr=zcpr.total_out; in main()
256 lSizeUncpr=zcpr.total_out; in main()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dunzip.c1548 pfile_in_zip_read_info->stream.total_out = 0; in unzOpenCurrentFile3()
1792 pfile_in_zip_read_info->stream.total_out += uDoCopy; in unzReadCurrentFile()
1808 … pfile_in_zip_read_info->bstream.total_out_lo32 = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile()
1830 … pfile_in_zip_read_info->stream.total_out = pfile_in_zip_read_info->bstream.total_out_lo32; in unzReadCurrentFile()
1845 uTotalOutBefore = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile()
1859 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile()
1901 return (z_off_t)pfile_in_zip_read_info->stream.total_out; in unztell()
A Dzip.c1203 zi->ci.stream.total_out = 0; in zipOpenNewFileInZip4_64()
1472 uLong uTotalOutBefore = zi->ci.stream.total_out; in zipWriteInFileInZip()
1474 if(uTotalOutBefore > zi->ci.stream.total_out) in zipWriteInFileInZip()
1480 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ; in zipWriteInFileInZip()
1499 zi->ci.stream.total_out+= copy_this; in zipWriteInFileInZip()
1542 uTotalOutBefore = zi->ci.stream.total_out; in zipCloseFileInZipRaw64()
1544 … zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ; in zipCloseFileInZipRaw64()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzappend.c345 tot = strm->total_out; in gzscan()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzlib.h92 uLong total_out; /* total nb of bytes output so far */ member
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h297 mz_ulong total_out; // total number of bytes produced so far member
1054 pStream->total_out = 0; in mz_deflateInit2()
1076 pStream->total_in = pStream->total_out = 0; in mz_deflateReset()
1095 orig_total_in = pStream->total_in; orig_total_out = pStream->total_out; in mz_deflate()
1106 pStream->total_out += (mz_uint)out_bytes; in mz_deflate()
1122 if ((flush) || (pStream->total_in != orig_total_in) || (pStream->total_out != orig_total_out)) in mz_deflate()
1172 *pDest_len = stream.total_out; in mz_compress2()
1204 pStream->total_out = 0; in mz_inflateInit2()
1278 pStream->next_out += n; pStream->avail_out -= n; pStream->total_out += n; in mz_inflate()
1298 pStream->next_out += n; pStream->avail_out -= n; pStream->total_out += n; in mz_inflate()
[all …]

Completed in 58 milliseconds

12