/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | CodecBase.cs | 77 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 D | DotZLib.cs | 38 public uint total_out; field
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | ZLib.pas | 30 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 D | infutil.c | 42 z->total_out += n; in inflate_flush() 68 z->total_out += n; in inflate_flush()
|
A D | zlib.h | 75 uLong total_out; /* total nb of bytes output so far */ member
|
A D | infblock.c | 212 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 D | inflate.c | 59 z->total_in = z->total_out = 0; in inflateReset()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | uncompr.c | 75 *destLen = stream.total_out; 76 else if (stream.total_out && err == Z_BUF_ERROR)
|
A D | compress.c | 61 *destLen = stream.total_out;
|
A D | inflate.c | 126 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 D | deflate.c | 476 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 D | example.pas | 202 (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 D | zlibpas.pas | 35 total_out: LongInt; (* total nb of bytes output so far *)
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | example.c | 218 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 D | uncompr.c | 55 *destLen = stream.total_out;
|
A D | compress.c | 54 *destLen = stream.total_out;
|
A D | example.c-bak | 187 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 D | inflate.c | 110 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 D | unzip.c | 1127 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 D | testzlib.c | 215 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 D | unzip.c | 1548 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 D | zip.c | 1203 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 D | gzappend.c | 345 tot = strm->total_out; in gzscan()
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | zlib.h | 92 uLong total_out; /* total nb of bytes output so far */ member
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 297 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 …]
|