Searched refs:g_refreshRate (Results 1 – 5 of 5) sorted by relevance
60 static const U64 g_refreshRate = SEC_TO_MICRO / 6; variable64 if ((UTIL_clockSpanMicro(g_displayClock) > g_refreshRate) || (displayLevel>=4)) \
74 static const U64 g_refreshRate = SEC_TO_MICRO / 6; variable78 if ((UTIL_clockSpanMicro(g_displayClock) > g_refreshRate) || (displayLevel>=4)) \
92 static const U64 g_refreshRate = SEC_TO_MICRO / 6; variable95 …Y_FOR_UPDATE() (!g_display_prefs.noProgress && UTIL_clockSpanMicro(g_displayClock) > g_refreshRate)
63 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100; variable69 if ((clock() - g_time > g_refreshRate) || (displayLevel >= 4)) { \
66 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100; variable72 if ((clock() - g_time > g_refreshRate) || (displayLevel >= 4)) { \