Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp161 this->function_hash = _mesa_pointer_hash_table_create(NULL); in has_recursion_visitor()
166 _mesa_hash_table_destroy(this->function_hash, NULL); in ~has_recursion_visitor()
173 hash_entry *entry = _mesa_hash_table_search(this->function_hash, sig); in get_function()
176 _mesa_hash_table_insert(this->function_hash, sig, f); in get_function()
223 struct hash_table *function_hash; member in __anon64b9d6b20111::has_recursion_visitor
264 hash_entry *entry = _mesa_hash_table_search(visitor->function_hash, key); in remove_unlinked_functions()
265 _mesa_hash_table_remove(visitor->function_hash, entry); in remove_unlinked_functions()
327 hash_table_call_foreach(v.function_hash, remove_unlinked_functions, & v); in detect_recursion_unlinked()
333 hash_table_call_foreach(v.function_hash, emit_errors_unlinked, state); in detect_recursion_unlinked()
353 hash_table_call_foreach(v.function_hash, remove_unlinked_functions, & v); in detect_recursion_linked()
[all …]
/third_party/openssl/apps/
Dopenssl.c643 static unsigned long function_hash(const FUNCTION * a) in function_hash() function
824 if ((ret = lh_FUNCTION_new(function_hash, function_cmp)) == NULL) in LHASH_OF()