/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 206 long all_read_before = zcpr.total_in; in main() 210 lOrigDone += (zcpr.total_in-all_read_before); in main() 211 lOrigToDo -= (zcpr.total_in-all_read_before); in main() 247 long all_read_before = zcpr.total_in; in main() 251 lOrigDone += (zcpr.total_in-all_read_before); in main() 252 lOrigToDo -= (zcpr.total_in-all_read_before); in main()
|
/external/zlib/src/examples/ |
D | gzappend.c | 372 strm->total_in = tot; in gzscan() 443 out[4] = (unsigned char)(strm->total_in); in gztack() 444 out[5] = (unsigned char)(strm->total_in >> 8); in gztack() 445 out[6] = (unsigned char)(strm->total_in >> 16); in gztack() 446 out[7] = (unsigned char)(strm->total_in >> 24); in gztack()
|
D | fitblk.c | 231 size - have, size, def.total_in); in main()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 58 zcontext_.total_in = 0; in GzipInputStream() 220 zcontext_.total_in = 0; in Init() 298 return zcontext_.total_in + zcontext_.avail_in; in ByteCount()
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 26 total_in: Longint; // total nb of input bytes read so far 467 Result := FZRec.total_in 474 if FZRec.total_in = 0 then 477 Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0;
|
/external/freetype/src/gzip/ |
D | inflate.c | 59 z->total_in = z->total_out = 0; in inflateReset() 144 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
|
D | zlib.h | 71 uLong total_in; /* total nb of input bytes read so far */ member
|
D | infutil.h | 67 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Deflater.cs | 76 inputIndex += (int)_ztream.total_in; in Add()
|
D | Inflater.cs | 75 inputIndex += (int)_ztream.total_in; in Add()
|
D | CodecBase.cs | 172 _ztream.total_in = 0; in copyInput()
|
D | DotZLib.cs | 34 public uint total_in; field
|
/external/skia/src/pdf/ |
D | SkDeflate.cpp | 125 return fImpl->fZStream.total_in + fImpl->fInBufferIndex; in bytesWritten()
|
/external/zlib/src/ |
D | deflate.c | 402 strm->total_in = strm->total_out = 0; 513 strm->total_in != 0) { 959 put_byte(s, (Byte)(strm->total_in & 0xff)); 960 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); 961 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); 962 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); 1098 strm->total_in += len;
|
D | inflate.c | 111 strm->total_in = strm->total_out = state->total = 0; 1240 strm->total_in += in; 1409 strm->total_in += len; 1413 in = strm->total_in; out = strm->total_out; 1415 strm->total_in = in; strm->total_out = out;
|
D | zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ member
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.c | 401 strm->total_in = strm->total_out = 0; in deflateResetKeep() 512 strm->total_in != 0) { in deflateParams() 958 put_byte(s, (Byte)(strm->total_in & 0xff)); in deflate() 959 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); in deflate() 960 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); in deflate() 961 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); in deflate() 1097 strm->total_in += len; in read_buf()
|
D | inflate.c | 111 strm->total_in = strm->total_out = state->total = 0; in inflateResetKeep() 1240 strm->total_in += in; in inflate() 1410 strm->total_in += len; in inflateSync() 1414 in = strm->total_in; out = strm->total_out; in inflateSync() 1416 strm->total_in = in; strm->total_out = out; in inflateSync()
|
/external/opencv3/3rdparty/zlib/ |
D | deflate.c | 402 strm->total_in = strm->total_out = 0; 513 strm->total_in != 0) { 959 put_byte(s, (Byte)(strm->total_in & 0xff)); 960 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); 961 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); 962 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); 1098 strm->total_in += len;
|
D | inflate.c | 111 strm->total_in = strm->total_out = state->total = 0; 1240 strm->total_in += in; 1409 strm->total_in += len; 1413 in = strm->total_in; out = strm->total_out; 1415 strm->total_in = in; strm->total_out = out;
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 201 while (c_stream.total_in <> len) and 248 (d_stream.total_in < comprLen) do
|
D | zlibpas.pas | 31 total_in: LongInt; (* total nb of input bytes read so far *)
|
/external/zlib/src/test/ |
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) {
|
/external/libvncserver/libvncserver/ |
D | zlib.c | 166 cl->compStream.total_in = 0; in rfbSendOneRectEncodingZlib()
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 1202 zi->ci.stream.total_in = 0; in zipOpenNewFileInZip4_64() 1392 zi->ci.totalUncompressedData += zi->ci.stream.total_in; in zip64FlushWriteBuffer() 1393 zi->ci.stream.total_in = 0; in zip64FlushWriteBuffer() 1498 zi->ci.stream.total_in+= copy_this; in zipWriteInFileInZip()
|