Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dhash_table.c684 struct hash_key_u64 { struct
691 return _mesa_hash_data(key, sizeof(struct hash_key_u64)); in key_u64_hash() argument
697 const struct hash_key_u64 *aa = a; in key_u64_equals()
698 const struct hash_key_u64 *bb = b; in key_u64_equals()
745 struct hash_key_u64 _key = { .value = (uintptr_t)table->deleted_key }; in _mesa_hash_table_u64_clear()
765 struct hash_key_u64 _key = { .value = (uintptr_t)FREED_KEY_VALUE }; in _mesa_hash_table_u64_clear()
808 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); in _mesa_hash_table_u64_insert()
824 struct hash_key_u64 _key = { .value = key }; in hash_table_u64_search()