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

  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 10 UInt64 m_MinStepSize;
18 CPercentPrinter(UInt64 minStepSize = 1): m_MinStepSize(minStepSize),
PercentPrinter.cpp 98 if (m_CurValue < m_PrevValue + m_MinStepSize &&
99 m_CurValue + m_MinStepSize > m_PrevValue && m_NumExtraChars != 0)

Completed in 155 milliseconds