Home
last modified time | relevance | path

Searched refs:entryPos (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c258 int entryPos = cache->hashEntries[slot]; in exaGlyphCacheHashLookup() local
260 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() local
307 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()