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

  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 14 UInt64 m_Total;
20 m_PrevValue(0), m_CurValue(0), m_Total(1), m_NumExtraChars(0) {}
21 void SetTotal(UInt64 total) { m_Total = total; m_PrevValue = 0; }
PercentPrinter.cpp 54 ConvertUInt64ToString(((m_Total == 0) ? 0 : (m_CurValue * 100 / m_Total)), s);

Completed in 235 milliseconds