Lines Matching refs:Py_hash_t

285 static inline Py_hash_t
548 Py_hash_t hash = unicode_get_hash(key);
562 Py_hash_t hash = unicode_get_hash(key);
846 lookdict_index(PyDictKeysObject *k, Py_hash_t hash, Py_ssize_t index)
868 unicodekeys_lookup_generic(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash)
914 unicodekeys_lookup_unicode(PyDictKeysObject* dk, PyObject *key, Py_hash_t hash)
958 dictkeys_generic_lookup(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash)
1014 Py_hash_t hash = unicode_get_hash(key);
1041 _Py_dict_lookup(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject **value_addr)
1165 find_empty_slot(PyDictKeysObject *keys, Py_hash_t hash)
1190 Py_hash_t hash = unicode_get_hash(name);
1226 insertdict(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject *value)
1318 insert_to_emptydict(PyDictObject *mp, PyObject *key, Py_hash_t hash,
1364 Py_hash_t hash = ep->me_hash;
1379 Py_hash_t hash = unicode_get_hash(ep->me_key);
1656 Py_hash_t hash;
1733 Py_hash_t hash = unicode_get_hash(key);
1749 _PyDict_GetItem_KnownHash(PyObject *op, PyObject *key, Py_hash_t hash)
1773 Py_hash_t hash;
1798 Py_hash_t hash = kv->ob_type->tp_hash(kv);
1812 Py_hash_t hash = unicode_get_hash(kv);
1844 Py_hash_t hash;
1873 Py_hash_t hash;
1911 Py_hash_t hash)
1950 delitem_common(PyDictObject *mp, Py_hash_t hash, Py_ssize_t ix,
1995 Py_hash_t hash;
2007 _PyDict_DelItem_KnownHash(PyObject *op, PyObject *key, Py_hash_t hash)
2041 Py_hash_t hash;
2120 PyObject **pvalue, Py_hash_t *phash)
2125 Py_hash_t hash;
2207 _PyDict_Pop_KnownHash(PyObject *dict, PyObject *key, Py_hash_t hash, PyObject *deflt)
2246 Py_hash_t hash;
2283 Py_hash_t hash;
2305 Py_hash_t hash;
2492 Py_hash_t hash;
2887 Py_hash_t hash;
3162 Py_hash_t hash;
3247 Py_hash_t hash;
3279 Py_hash_t hash;
3302 Py_hash_t hash;
3485 Py_hash_t hash;
3693 Py_hash_t hash;
3711 _PyDict_Contains_KnownHash(PyObject *op, PyObject *key, Py_hash_t hash)
4918 Py_hash_t hash;