Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.c50 #define HASHTABLE_MIN_SIZE 16 macro
131 if (s < HASHTABLE_MIN_SIZE) in round_size()
132 return HASHTABLE_MIN_SIZE; in round_size()
188 HASHTABLE_MIN_SIZE, in _Py_hashtable_new()