Searched refs:evictionPosition (Results 1 – 2 of 2) sorted by relevance
224 cache->evictionPosition = rand() % cache->size; in exaRealizeGlyphCaches()476 pos = cache->evictionPosition; in exaGlyphCacheBufferGlyph()500 cache->evictionPosition = rand() % cache->size; in exaGlyphCacheBufferGlyph()
134 int evictionPosition; /* Next random position to evict a glyph */ member