Searched refs:currentCacheEntryIndex (Results 1 – 3 of 3) sorted by relevance
1394 static int8_t currentCacheEntryIndex = 0; variable1481 cacheEntry = currCache[currentCacheEntryIndex]; in getCacheEntry()1490 currCache[currentCacheEntryIndex] = cacheEntry; in getCacheEntry()1497 currentCacheEntryIndex = (currentCacheEntryIndex + 1) % CURRENCY_NAME_CACHE_NUM; in getCacheEntry()
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()