Home
last modified time | relevance | path

Searched refs:hash_table_clear (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dhash_table.h81 extern void hash_table_clear(struct hash_table *ht);
228 hash_table_clear(this->ht); in clear()
Dhash_table.c87 hash_table_clear(ht); in hash_table_dtor()
93 hash_table_clear(struct hash_table *ht) in hash_table_clear() function