Searched refs:key_equals_function (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dset.h47 bool (*key_equals_function)(const void *a, const void *b); member in struct:set
59 bool (*key_equals_function)(const void *a,
H A Dhash_table.h50 bool (*key_equals_function)(const void *a, const void *b); member in struct:hash_table
63 bool (*key_equals_function)(const void *a,
70 bool (*key_equals_function)(const void *a,
H A Dhash_table.c117 bool (*key_equals_function)(const void *a,
125 ht->key_equals_function = key_equals_function;
137 bool (*key_equals_function)(const void *a,
149 if (!_mesa_hash_table_init(ht, ht, key_hash_function, key_equals_function)) {
256 if (ht->key_equals_function(key, entry->key)) {
367 ht->key_equals_function(key, entry->key)) {
H A Dset.c110 bool (*key_equals_function)(const void *a,
124 ht->key_equals_function = key_equals_function;
220 if (ht->key_equals_function(key, entry->key)) {
326 ht->key_equals_function(key, entry->key)) {
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dset.h47 bool (*key_equals_function)(const void *a, const void *b); member in struct:set
61 bool (*key_equals_function)(const void *a,
67 bool (*key_equals_function)(const void *a,
H A Dhash_table.h50 bool (*key_equals_function)(const void *a, const void *b); member in struct:hash_table
65 bool (*key_equals_function)(const void *a,
72 bool (*key_equals_function)(const void *a,
H A Dset.c122 bool (*key_equals_function)(const void *a,
132 ht->key_equals_function = key_equals_function;
143 bool (*key_equals_function)(const void *a,
152 if (!_mesa_set_init(ht, ht, key_hash_function, key_equals_function)) {
279 if (ht->key_equals_function(key, entry->key)) {
423 ht->key_equals_function(key, entry->key)) {
648 assert(a->key_equals_function == b->key_equals_function);
H A Dhash_table.c152 bool (*key_equals_function)(const void *a,
162 ht->key_equals_function = key_equals_function;
174 bool (*key_equals_function)(const void *a,
186 if (!_mesa_hash_table_init(ht, ht, key_hash_function, key_equals_function)) {
325 if (ht->key_equals_function(key, entry->key)) {
472 ht->key_equals_function(key, entry->key)) {

Completed in 23 milliseconds