Home
last modified time | relevance | path

Searched refs:hash_func (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/
Dhashtable.c143 _Py_hashtable_hash_func hash_func, in _Py_hashtable_new_full() argument
175 ht->hash_func = hash_func; in _Py_hashtable_new_full()
184 _Py_hashtable_hash_func hash_func, in _Py_hashtable_new() argument
189 hash_func, compare_func, in _Py_hashtable_new()
262 key_hash = ht->hash_func(ht, pkey); in _Py_hashtable_get_entry()
284 key_hash = ht->hash_func(ht, pkey); in _Py_hashtable_pop_entry()
330 key_hash = ht->hash_func(ht, pkey); in _Py_hashtable_set()
444 assert(ht->hash_func(ht, _Py_HASHTABLE_ENTRY_PKEY(entry)) == entry->key_hash); in hashtable_rehash()
505 src->hash_func, in _Py_hashtable_copy()
Dhashtable.h99 _Py_hashtable_hash_func hash_func; member
118 _Py_hashtable_hash_func hash_func,
125 _Py_hashtable_hash_func hash_func,
D_tracemalloc.c284 _Py_hashtable_hash_func hash_func, in hashtable_new() argument
289 hash_func, compare_func, in hashtable_new()
/external/virglrenderer/src/
Dvrend_object.c48 hash_func(void *key) in hash_func() function
92 ctx_hash = util_hash_table_create(hash_func, compare, free_object); in vrend_object_init_ctx_table()
115 res_hash = util_hash_table_create(hash_func, compare, free_res); in vrend_object_init_resource_table()
/external/grpc-grpc/test/core/gpr/
Dmurmur_hash_test.cc26 typedef uint32_t (*hash_func)(const void* key, size_t len, uint32_t seed); typedef
32 static void verification_test(hash_func hash, uint32_t expected) { in verification_test()
/external/curl/lib/
Dhash.c67 h->hash_func = hfunc; in Curl_hash_init()
99 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)]
Dhash.h50 hash_function hash_func; member