Searched defs:hash_func (Results 1 – 16 of 16) sorted by relevance
| /third_party/pulseaudio/src/pulsecore/ |
| D | hashmap.c | 44 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()
|
| D | idxset.c | 47 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()
|
| D | database-simple.c | 71 static unsigned hash_func(const void *p) { in hash_func() function
|
| /third_party/python/Python/ |
| D | hashtable.c | 316 _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/ |
| D | hash.h | 52 hash_function hash_func; member
|
| /third_party/cares/src/lib/dsa/ |
| D | ares_htable_vpstr.c | 50 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
|
| D | ares_htable_vpvp.c | 52 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
|
| D | ares_htable_szvp.c | 51 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
|
| D | ares_htable_dict.c | 50 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
|
| D | ares_htable_strvp.c | 51 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
|
| D | ares_htable_asvp.c | 51 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() function
|
| D | ares_htable.c | 105 ares_htable_t *ares_htable_create(ares_htable_hashfunc_t hash_func, in ares_htable_create()
|
| /third_party/python/Include/internal/ |
| D | pycore_hashtable.h | 66 _Py_hashtable_hash_func hash_func; member
|
| /third_party/openssl/crypto/objects/ |
| D | o_names.c | 33 unsigned long (*hash_func) (const char *name); member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | dpp_crypto.c | 610 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.c | 245 hashtable_new(_Py_hashtable_hash_func hash_func, in hashtable_new()
|