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
217 struct hash_table *ht; in _mesa_hash_table_clone() local
243 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy()
258 hash_table_clear_fast(struct hash_table *ht) in hash_table_clear_fast()
271 _mesa_hash_table_clear(struct hash_table *ht, in _mesa_hash_table_clear()
303 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key()
309 hash_table_search(const struct hash_table *ht, uint32_t hash, const void *key) in hash_table_search()
345 _mesa_hash_table_search(const struct hash_table *ht, const void *key) in _mesa_hash_table_search()
352 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_search_pre_hashed()
364 hash_table_insert_rehash(struct hash_table *ht, uint32_t hash, in hash_table_insert_rehash()
389 _mesa_hash_table_rehash(struct hash_table *ht, unsigned new_size_index) in _mesa_hash_table_rehash()
430 hash_table_get_entry(struct hash_table *ht, uint32_t hash, const void *key) in hash_table_get_entry()
494 hash_table_insert(struct hash_table *ht, uint32_t hash, in hash_table_insert()
514 _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data) in _mesa_hash_table_insert()
521 _mesa_hash_table_insert_pre_hashed(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_insert_pre_hashed()
535 _mesa_hash_table_remove(struct hash_table *ht, in _mesa_hash_table_remove()
549 void _mesa_hash_table_remove_key(struct hash_table *ht, in _mesa_hash_table_remove_key()
561 _mesa_hash_table_next_entry_unsafe(const struct hash_table *ht, struct hash_entry *entry) in _mesa_hash_table_next_entry_unsafe()
583 _mesa_hash_table_next_entry(struct hash_table *ht, in _mesa_hash_table_next_entry()
609 _mesa_hash_table_random_entry(struct hash_table *ht, in _mesa_hash_table_random_entry()
740 _mesa_hash_table_reserve(struct hash_table *ht, unsigned size) in _mesa_hash_table_reserve()
782 struct hash_table_u64 *ht = ralloc_parent(data); in _mesa_hash_table_u64_delete_keys() local
791 struct hash_table_u64 *ht; in _mesa_hash_table_u64_create() local
849 _mesa_hash_table_u64_clear(struct hash_table_u64 *ht) in _mesa_hash_table_u64_clear()
860 _mesa_hash_table_u64_destroy(struct hash_table_u64 *ht) in _mesa_hash_table_u64_destroy()
868 _mesa_hash_table_u64_insert(struct hash_table_u64 *ht, uint64_t key, in _mesa_hash_table_u64_insert()
907 hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in hash_table_u64_search()
918 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_search()
936 _mesa_hash_table_u64_remove(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_remove()
969 _mesa_hash_table_u64_next_entry(struct hash_table_u64 *ht, in _mesa_hash_table_u64_next_entry()