Searched refs:m_restart (Results 1 – 2 of 2) sorted by relevance
28 m_start.LowPart = m_restart.LowPart = m_stop.LowPart = 0; in Timer()29 m_start.HighPart = m_restart.HighPart = m_stop.HighPart = 0; in Timer()42 QueryPerformanceCounter(&m_restart); in restart()44 m_start = m_restart; in restart()54 m_restart.HighPart != 0 && m_restart.LowPart != 0) { in stop()55 m_stop.HighPart += (stop.HighPart - m_restart.HighPart); in stop()56 if (stop.LowPart < m_restart.LowPart) { in stop()57 if (m_restart.LowPart - stop.LowPart > m_stop.LowPart) { in stop()60 m_stop.LowPart -= m_restart.LowPart - stop.LowPart; in stop()63 if (stop.LowPart - m_restart.LowPart > 0xFFFFFFFF - m_stop.LowPart) { in stop()[all …]