Searched refs:entry_is_present (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dset.c102 entry_is_present(struct set_entry *entry) function in typeref:typename:int
219 } else if (entry_is_present(entry) && entry->hash == hash) {
306 if (!entry_is_present(entry)) {
407 if (entry_is_present(entry)) {
426 if (entry_is_present(entry) &&
433 if (entry_is_present(entry) &&
H A Dhash_table.c108 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) function in typeref:typename:int
255 } else if (entry_is_present(ht, entry) && entry->hash == hash) {
346 if (!entry_is_present(ht, entry)) {
459 if (entry_is_present(ht, entry)) {
486 if (entry_is_present(ht, entry) &&
493 if (entry_is_present(ht, entry) &&
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dhash_table.c143 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) function in typeref:typename:int
281 if (entry_is_present(ht, entry))
324 } else if (entry_is_present(ht, entry) && entry->hash == hash) {
451 if (!entry_is_present(ht, entry)) {
584 if (entry_is_present(ht, entry)) {
611 if (entry_is_present(ht, entry) &&
618 if (entry_is_present(ht, entry) &&
H A Dset.c114 entry_is_present(struct set_entry *entry) function in typeref:typename:int
247 if (entry_is_present(entry))
278 } else if (entry_is_present(entry) && entry->hash == hash) {
413 if (!entry_is_present(entry)) {
599 if (entry_is_present(entry)) {
618 if (entry_is_present(entry) &&
625 if (entry_is_present(entry) &&

Completed in 8 milliseconds