Home
last modified time | relevance | path

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

/dports/lang/python311/Python-3.11.0a3/Python/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
200 if ((float)ht->nentries / (float)ht->nbuckets < HASHTABLE_LOW) { in _Py_hashtable_steal()
/dports/lang/python39/Python-3.9.9/Python/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
200 if ((float)ht->nentries / (float)ht->nbuckets < HASHTABLE_LOW) { in _Py_hashtable_steal()
/dports/lang/python310/Python-3.10.1/Python/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
200 if ((float)ht->nentries / (float)ht->nbuckets < HASHTABLE_LOW) { in _Py_hashtable_steal()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #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()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #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()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #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()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #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()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #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()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #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()
/dports/devel/py-numba/numba-0.51.2/numba/
H A D_hashtable.c63 #define HASHTABLE_LOW 0.10 macro
64 #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()