Lines Matching defs:ht
125 key_pointer_is_reserved(const struct hash_table *ht, const void *key) in key_pointer_is_reserved()
137 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted()
143 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present()
149 _mesa_hash_table_init(struct hash_table *ht, in _mesa_hash_table_init()
177 struct hash_table *ht; in _mesa_hash_table_create() local
197 struct hash_table *ht; in _mesa_hash_table_clone() local
223 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy()
244 _mesa_hash_table_clear(struct hash_table *ht, in _mesa_hash_table_clear()
274 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key()
280 hash_table_search(struct hash_table *ht, uint32_t hash, const void *key) in hash_table_search()
316 _mesa_hash_table_search(struct hash_table *ht, const void *key) in _mesa_hash_table_search()
323 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_search_pre_hashed()
335 hash_table_insert_rehash(struct hash_table *ht, uint32_t hash, in hash_table_insert_rehash()
360 _mesa_hash_table_rehash(struct hash_table *ht, unsigned new_size_index) in _mesa_hash_table_rehash()
395 hash_table_insert(struct hash_table *ht, uint32_t hash, in hash_table_insert()
471 _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data) in _mesa_hash_table_insert()
478 _mesa_hash_table_insert_pre_hashed(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_insert_pre_hashed()
492 _mesa_hash_table_remove(struct hash_table *ht, in _mesa_hash_table_remove()
506 void _mesa_hash_table_remove_key(struct hash_table *ht, in _mesa_hash_table_remove_key()
519 _mesa_hash_table_next_entry(struct hash_table *ht, in _mesa_hash_table_next_entry()
545 _mesa_hash_table_random_entry(struct hash_table *ht, in _mesa_hash_table_random_entry()
665 _mesa_hash_table_reserve(struct hash_table *ht, unsigned size) in _mesa_hash_table_reserve()
709 struct hash_table_u64 *ht; in _mesa_hash_table_u64_create() local
730 _mesa_hash_table_u64_clear(struct hash_table_u64 *ht, in _mesa_hash_table_u64_clear()
780 _mesa_hash_table_u64_destroy(struct hash_table_u64 *ht, in _mesa_hash_table_u64_destroy()
792 _mesa_hash_table_u64_insert(struct hash_table_u64 *ht, uint64_t key, in _mesa_hash_table_u64_insert()
819 hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in hash_table_u64_search()
830 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_search()
848 _mesa_hash_table_u64_remove(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_remove()