Home
last modified time | relevance | path

Searched refs:g_time (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/programs/
Dbench.c92 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \
93 { g_time = clock(); DISPLAY(__VA_ARGS__); \
96 static clock_t g_time = 0; variable
Dlz4io.c98 if ( ((clock() - g_time) > refreshRate) \
100 g_time = clock(); \
105 static clock_t g_time = 0; variable
/third_party/lz4/tests/
Dfuzzer.c112 static clock_t g_time = 0; in FUZ_displayUpdate() local
114 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) { in FUZ_displayUpdate()
115 g_time = clock(); in FUZ_displayUpdate()