Searched refs:find_empty_slot (Results 1 – 1 of 1) sorted by relevance
976 find_empty_slot(PyDictKeysObject *keys, Py_hash_t hash) in find_empty_slot() function1041 Py_ssize_t hashpos = find_empty_slot(mp->ma_keys, hash); in insertdict()2824 Py_ssize_t hashpos = find_empty_slot(mp->ma_keys, hash); in PyDict_SetDefault()