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

  /external/lzma/CS/7zip/Common/
OutBuffer.cs 45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; }
InBuffer.cs 67 public ulong GetProcessedSize()
  /external/lzma/CPP/7zip/Common/
InBuffer.h 42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); }
OutBuffer.h 60 UInt64 GetProcessedSize() const throw();
OutBuffer.cpp 40 UInt64 COutBuffer::GetProcessedSize() const throw()
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 118 // (long)Stream.GetProcessedSize();
232 // ulong GetProcessedSize() {return Stream.GetProcessedSize(); }
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 138 return _outByte.GetProcessedSize();
863 headerSize = _outByte.GetProcessedSize();

Completed in 229 milliseconds