Searched refs:hash_table_string_hash (Results 1 – 6 of 6) sorted by relevance
148 extern unsigned hash_table_string_hash(const void *key);212 this->ht = hash_table_ctor(0, hash_table_string_hash, in string_to_uint_map()
209 hash_table_string_hash(const void *key) in hash_table_string_hash() function
461 table->ht = hash_table_ctor(32, hash_table_string_hash, in _mesa_symbol_table_ctor()
70 return hash_table_string_hash(var->name); in hash_table_var_hash()
458 array_types = hash_table_ctor(64, hash_table_string_hash, in get_array_instance()529 return hash_table_string_hash(& hash_key); in record_key_hash()
1127 parser->defines = hash_table_ctor (32, hash_table_string_hash, in glcpp_parser_create()