Searched refs:m_Total (Results 1 – 2 of 2) sorted by relevance
13 UInt64 m_Total; variable19 m_PrevValue(0), m_CurValue(0), m_Total((UInt64)(Int64)-1), m_NumExtraChars(0) {} in m_MinStepSize()20 void SetTotal(UInt64 total) { m_Total = total; m_PrevValue = 0; } in SetTotal()
58 if (m_Total == (UInt64)(Int64)-1) in RePrintRatio()63 else if (m_Total != 0) in RePrintRatio()64 value = m_CurValue * 100 / m_Total; in RePrintRatio()