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.c514 struct hash_key_u64 { struct
521 return _mesa_hash_data(key, sizeof(struct hash_key_u64)); in key_u64_hash() argument
527 const struct hash_key_u64 *aa = a; in key_u64_equals()
528 const struct hash_key_u64 *bb = b; in key_u64_equals()
594 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); in _mesa_hash_table_u64_insert()
610 struct hash_key_u64 _key = { .value = key }; in hash_table_u64_search()