Searched refs:g_time (Results 1 – 3 of 3) sorted by relevance
92 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \93 { g_time = clock(); DISPLAY(__VA_ARGS__); \96 static clock_t g_time = 0; variable
98 if ( ((clock() - g_time) > refreshRate) \100 g_time = clock(); \105 static clock_t g_time = 0; variable
112 static clock_t g_time = 0; in FUZ_displayUpdate() local114 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) { in FUZ_displayUpdate()115 g_time = clock(); in FUZ_displayUpdate()