Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dset.c108 bool (*key_equals_function)(const void *a, in _mesa_set_create()
122 ht->key_equals_function = key_equals_function; in _mesa_set_create()
177 if (ht->key_equals_function(key, entry->key)) { in set_search()
287 ht->key_equals_function(key, entry->key)) { in set_add()
Dset.h47 bool (*key_equals_function)(const void *a, const void *b); member
59 bool (*key_equals_function)(const void *a,
Dhash_table.c116 bool (*key_equals_function)(const void *a, in _mesa_hash_table_create()
130 ht->key_equals_function = key_equals_function; in _mesa_hash_table_create()
223 if (ht->key_equals_function(key, entry->key)) { in hash_table_search()
334 ht->key_equals_function(key, entry->key)) { in hash_table_insert()
Dhash_table.h50 bool (*key_equals_function)(const void *a, const void *b); member
63 bool (*key_equals_function)(const void *a,