Lines Matching defs:ht
120 _mesa_set_init(struct set *ht, void *mem_ctx, in _mesa_set_init()
146 struct set *ht; in _mesa_set_create() local
209 _mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) in _mesa_set_destroy()
225 set_clear_fast(struct set *ht) in set_clear_fast()
264 set_search(const struct set *ht, uint32_t hash, const void *key) in set_search()
309 set_add_rehash(struct set *ht, uint32_t hash, const void *key) in set_add_rehash()
331 set_rehash(struct set *ht, unsigned new_size_index) in set_rehash()
393 set_search_or_add(struct set *ht, uint32_t hash, const void *key, bool *found) in set_search_or_add()
459 set_add(struct set *ht, uint32_t hash, const void *key) in set_add()
544 _mesa_set_remove(struct set *ht, struct set_entry *entry) in _mesa_set_remove()
569 _mesa_set_next_entry_unsafe(const struct set *ht, struct set_entry *entry) in _mesa_set_next_entry_unsafe()
591 _mesa_set_next_entry(const struct set *ht, struct set_entry *entry) in _mesa_set_next_entry()
608 _mesa_set_random_entry(struct set *ht, in _mesa_set_random_entry()