Searched refs:cachePos (Results 1 – 4 of 4) sorted by relevance
25 cachePos int var52 pos := (cachePos + i) % len(cacheEntries)66 cacheMem -= len(cacheEntries[cachePos])74 cacheEntries[cachePos] = fmt.Sprintf(timeStr+msg, args...)75 cacheMem += len(cacheEntries[cachePos])76 cachePos++77 if cachePos == len(cacheEntries) {78 cachePos = 081 pos := (cachePos + i) % len(cacheEntries)
363 …std::vector<const ValueEntry*>::iterator cachePos = std::find(m_entryCache.begin(), m_entryCache.e… in setValue() local365 if (cachePos != m_entryCache.end()) in setValue()366 *cachePos = newEntry; in setValue()
203 void SetCache(size_t cacheSize, size_t cachePos) in SetCache() argument207 _cachePhyPos = cachePos; in SetCache()
159 LocalSizeProgramMap::const_iterator cachePos = m_progMap.find(localSize); in getProgram() local160 if (cachePos != m_progMap.end()) in getProgram()161 return cachePos->second->getProgram(); in getProgram()