Searched defs:hash_func (Results 1 – 6 of 6) sorted by relevance
26 typedef uint32_t (*hash_func)(const void* key, size_t len, uint32_t seed); typedef
50 hash_function hash_func; member
143 _Py_hashtable_hash_func hash_func, in _Py_hashtable_new_full()184 _Py_hashtable_hash_func hash_func, in _Py_hashtable_new()
99 _Py_hashtable_hash_func hash_func; member
284 _Py_hashtable_hash_func hash_func, in hashtable_new()
48 hash_func(void *key) in hash_func() function