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

/system/core/libcutils/
H A Dtztime.c229 #define CACHE_COUNT 4 macro
230 static char * g_cacheNames[CACHE_COUNT] = {0,0};
231 static struct state g_cacheStates[CACHE_COUNT];
324 for (i=0; i<CACHE_COUNT; i++) {
333 if (g_lastCache >= CACHE_COUNT) {

Completed in 192 milliseconds