HomeSort by relevance Sort by last modified time
    Searched defs:_processedSize (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.h 37 UInt64 _processedSize;
  /external/lzma/CPP/7zip/Common/
OutBuffer.h 26 UInt64 _processedSize;
InBuffer.h 24 UInt64 _processedSize;
41 UInt64 GetStreamSize() const { return _processedSize + (_buf - _bufBase); }
42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); }
51 _processedSize = 0;

Completed in 321 milliseconds