Searched refs:g_lastCache (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c232 static int g_lastCache = 0; variable
332 g_lastCache++;
333 if (g_lastCache >= CACHE_COUNT) {
334 g_lastCache = 0;
336 i = g_lastCache;

Completed in 26 milliseconds