Searched refs:HASH_FUNC (Results 1 – 3 of 3) sorted by relevance
46 #define HASH_FUNC(K) ((K) % TABLE_SIZE) macro135 pos = HASH_FUNC(key); in _mesa_HashLookup_unlocked()190 pos = HASH_FUNC(key); in _mesa_HashInsert()248 pos = HASH_FUNC(key); in _mesa_HashRemove()382 pos = HASH_FUNC(key); in _mesa_HashNextEntry()
1315 pnode = palette.hash[HASH_FUNC##bpp(rgb)]; \
1476 pnode = palette.hash[HASH_FUNC##bpp(rgb)]; \