Home
last modified time | relevance | path

Searched refs:me_hash (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Ddict-common.h6 Py_hash_t me_hash; member
Ddictobject.c536 CHECK(entry->me_hash == hash); in _PyDict_CheckConsistency()
540 CHECK(entry->me_hash != -1); in _PyDict_CheckConsistency()
822 if (ep->me_hash == hash) { in lookdict()
879 (ep->me_hash == hash && unicode_eq(ep->me_key, key))) { in lookdict_unicode()
921 (ep->me_hash == hash && unicode_eq(ep->me_key, key))) { in lookdict_unicode_nodummy()
966 (ep->me_hash == hash && unicode_eq(ep->me_key, key))) { in lookdict_split()
1113 ep->me_hash = hash; in insertdict()
1182 ep->me_hash = hash; in insert_to_emptydict()
1199 Py_hash_t hash = ep->me_hash; in build_indices()
1267 newentries[i].me_hash = ep->me_hash; in dictresize()
[all …]