Searched refs:entrySlot (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c333 int entrySlot = (*(CARD32 *) cache->glyphs[entryPos].sha1) % cache->hashSize; local in function:uxa_glyph_cache_hash_remove
335 if (!((entrySlot >= slot && entrySlot < emptiedSlot) ||
336 (emptiedSlot < slot && (entrySlot < emptiedSlot || entrySlot >= slot))))
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c329 int entrySlot = (*(CARD32 *) cache->glyphs[entryPos].sha1) % cache->hashSize; local in function:exaGlyphCacheHashRemove
331 if (!((entrySlot >= slot && entrySlot < emptiedSlot) ||
332 (emptiedSlot < slot && (entrySlot < emptiedSlot || entrySlot >= slot))))
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c331 int entrySlot = local in function:exaGlyphCacheHashRemove
334 if (!((entrySlot >= slot && entrySlot < emptiedSlot) ||
336 (entrySlot < emptiedSlot || entrySlot >= slot)))) {

Completed in 7 milliseconds