Searched refs:currentCacheEntryIndex (Results 1 – 1 of 1) sorted by relevance
1371 static int8_t currentCacheEntryIndex = 0; variable1458 cacheEntry = currCache[currentCacheEntryIndex]; in getCacheEntry()1467 currCache[currentCacheEntryIndex] = cacheEntry; in getCacheEntry()1474 currentCacheEntryIndex = (currentCacheEntryIndex + 1) % CURRENCY_NAME_CACHE_NUM; in getCacheEntry()