Searched defs:hash_func (Results 1 – 7 of 7) 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
32 static unsigned int hash_func(const char* str, unsigned int table_size) in hash_func() function
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
264 _Py_hashtable_hash_func hash_func, in hashtable_new()
48 hash_func(void *key) in hash_func() function