Searched refs:uint_hash (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.h78 uint_hash(GLuint id) function in typeref:typename:uint32_t
86 return uint_hash((uintptr_t)key);
H A Dhash.c119 uint_hash(key),
168 uint32_t hash = uint_hash(key);
251 uint_hash(key),
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.h83 uint_hash(GLuint id) function in typeref:typename:uint32_t
91 return uint_hash((uintptr_t)key);
H A Dhash.c136 uint_hash(key),
185 uint32_t hash = uint_hash(key);
278 uint_hash(key),

Completed in 3 milliseconds