Searched refs:HASHTABLE_LOW (Results 1 – 10 of 10) sorted by relevance
52 #define HASHTABLE_LOW 0.10 macro53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)200 if ((float)ht->nentries / (float)ht->nbuckets < HASHTABLE_LOW) { in _Py_hashtable_steal()
52 #define HASHTABLE_LOW 0.10 macro53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)305 if ((float)ht->entries / (float)ht->num_buckets < HASHTABLE_LOW) in _Py_hashtable_pop_entry()
63 #define HASHTABLE_LOW 0.10 macro64 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)304 if ((float)ht->entries / (float)ht->num_buckets < HASHTABLE_LOW) in _hashtable_pop_entry()