Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_dict.h41 Py_hash_t me_hash; member
/third_party/python/Objects/
H A Ddictobject.c495 printf("key=%p hash=%lx value=%p\n", ep->me_key, ep->me_hash, ep->me_value); in dump_entries()
544 CHECK(entry->me_hash != -1); in _PyDict_CheckConsistency()
549 CHECK(entry->me_hash == hash); in _PyDict_CheckConsistency()
973 if (ep->me_hash == hash) { in dictkeys_generic_lookup()
1273 ep->me_hash = hash; in insertdict()
1346 ep->me_hash = hash; in insert_to_emptydict()
1364 Py_hash_t hash = ep->me_hash; in build_indices_generic()
1454 newentries[i].me_hash = unicode_get_hash(ep->me_key); in dictresize()
1519 newentries[i].me_hash = unicode_get_hash(ep->me_key); in dictresize()
1982 ep->me_hash in delitem_common()
[all...]

Completed in 6 milliseconds