Searched refs:entry_is_present (Results 1 – 2 of 2) sorted by relevance
143 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present() function281 if (entry_is_present(ht, entry)) in _mesa_hash_table_clear()324 } else if (entry_is_present(ht, entry) && entry->hash == hash) { in hash_table_search()451 if (!entry_is_present(ht, entry)) { in hash_table_insert()584 if (entry_is_present(ht, entry)) { in _mesa_hash_table_next_entry()611 if (entry_is_present(ht, entry) && in _mesa_hash_table_random_entry()618 if (entry_is_present(ht, entry) && in _mesa_hash_table_random_entry()
114 entry_is_present(struct set_entry *entry) in entry_is_present() function247 if (entry_is_present(entry)) in _mesa_set_clear()278 } else if (entry_is_present(entry) && entry->hash == hash) { in set_search()413 if (!entry_is_present(entry)) { in set_search_or_add()599 if (entry_is_present(entry)) { in _mesa_set_next_entry()