Home
last modified time | relevance | path

Searched defs:hash_func (Results 1 – 16 of 16) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dhashmap.c44 pa_hash_func_t hash_func; member
58 pa_hashmap *pa_hashmap_new_full(pa_hash_func_t hash_func, pa_compare_func_t compare_func, pa_free_c… in pa_hashmap_new_full()
75 pa_hashmap *pa_hashmap_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_hashmap_new()
Didxset.c47 pa_hash_func_t hash_func; member
83 pa_idxset* pa_idxset_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_idxset_new()
Ddatabase-simple.c71 static unsigned hash_func(const void *p) { in hash_func() function
/third_party/python/Python/
Dhashtable.c316 _Py_hashtable_new_full(_Py_hashtable_hash_func hash_func, in _Py_hashtable_new_full()
363 _Py_hashtable_new(_Py_hashtable_hash_func hash_func, in _Py_hashtable_new()
/third_party/curl/lib/
Dhash.h52 hash_function hash_func; member
/third_party/cares/src/lib/dsa/
Dares_htable_vpstr.c50 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
Dares_htable_vpvp.c52 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
Dares_htable_szvp.c51 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
Dares_htable_dict.c50 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
Dares_htable_strvp.c51 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
Dares_htable_asvp.c51 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
Dares_htable.c105 ares_htable_t *ares_htable_create(ares_htable_hashfunc_t hash_func, in ares_htable_create()
/third_party/python/Include/internal/
Dpycore_hashtable.h66 _Py_hashtable_hash_func hash_func; member
/third_party/openssl/crypto/objects/
Do_names.c33 unsigned long (*hash_func) (const char *name); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c610 int *hash_func) in dpp_parse_jws_prot_hdr()
729 int res, hash_func = -1; in dpp_process_signed_connector() local
/third_party/python/Modules/
D_tracemalloc.c245 hashtable_new(_Py_hashtable_hash_func hash_func, in hashtable_new()