Searched defs:HASH_FUNC (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dhash.c46 #define HASH_FUNC(K) ((K) % TABLE_SIZE) macro
135 pos = HASH_FUNC(key);
190 pos = HASH_FUNC(key);
248 pos = HASH_FUNC(key);
382 pos = HASH_FUNC(key);

Completed in 239 milliseconds