Searched refs:entryPos (Results 1 – 1 of 1) sorted by relevance
258 int entryPos = cache->hashEntries[slot]; in exaGlyphCacheHashLookup() local260 if (entryPos == -1) in exaGlyphCacheHashLookup()264 (pGlyph->sha1, cache->glyphs[entryPos].sha1, in exaGlyphCacheHashLookup()266 return entryPos; in exaGlyphCacheHashLookup()305 int entryPos = cache->hashEntries[slot]; in exaGlyphCacheHashRemove() local307 if (entryPos == -1) in exaGlyphCacheHashRemove()310 if (entryPos == pos) { in exaGlyphCacheHashRemove()332 (*(CARD32 *) cache->glyphs[entryPos].sha1) % cache->hashSize; in exaGlyphCacheHashRemove()337 cache->hashEntries[emptiedSlot] = entryPos; in exaGlyphCacheHashRemove()