Searched refs:key_equals_function (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/util/ |
D | set.c | 108 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()
|
D | set.h | 47 bool (*key_equals_function)(const void *a, const void *b); member 59 bool (*key_equals_function)(const void *a,
|
D | hash_table.c | 116 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()
|
D | hash_table.h | 50 bool (*key_equals_function)(const void *a, const void *b); member 63 bool (*key_equals_function)(const void *a,
|