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

  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 45 UInt64 COutBuffer::GetProcessedSize() const
InBuffer.h 77 UInt64 GetProcessedSize() const { return _processedSize + (_buffer - _bufferBase); }
  /external/lzma/CS/7zip/Common/
InBuffer.cs 67 public ulong GetProcessedSize()
OutBuffer.cs 45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; }
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 106 UInt64 GetProcessedSize() { return Stream.GetProcessedSize() + _cacheSize + 4; }
200 UInt64 GetProcessedSize() {return Stream.GetProcessedSize(); }

Completed in 48 milliseconds