HomeSort by relevance Sort by last modified time
    Searched refs:_outSize (Results 1 - 10 of 10) sorted by null

  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.cpp 73 const UInt64 rem = _outSize - _processedSize;
127 while (!_outSizeDefined || _processedSize < _outSize);
135 _outSize = *outSize;
Lzma2Decoder.cpp 66 _outSize = *outSize;
100 const UInt64 rem = _outSize - _outSizeProcessed;
121 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize);
162 const UInt64 rem = _outSize - _outSizeProcessed;
Lzma2Decoder.h 32 UInt64 _outSize;
LzmaDecoder.cpp 75 _outSize = *outSize;
112 const UInt64 rem = _outSize - _outSizeProcessed;
131 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize);
203 const UInt64 rem = _outSize - _outSizeProcessed;
PpmdDecoder.h 36 UInt64 _outSize;
LzmaDecoder.h 32 UInt64 _outSize;
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 30 UInt64 remSize = _outSize - _nowPos64;
46 _outSize = *outSize;
48 while (!_outSizeIsDefined || _nowPos64 < _outSize)
FilterCoder.h 43 UInt64 _outSize;
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 44 UInt64 _outSize;
ProgressDialog2.cpp 82 _outSize(UNDEFINED_VAL),
166 _outSize = *outSize;
671 outSize = Sync._outSize;

Completed in 326 milliseconds