Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.c417 size_t old_num_buckets; in hashtable_rehash() local
423 old_num_buckets = ht->num_buckets; in hashtable_rehash()
438 for (bucket = 0; bucket < old_num_buckets; bucket++) { in hashtable_rehash()