Searched refs:MCACHE_SIZE_EXP (Results 1 – 3 of 3) sorted by relevance
190 #define MCACHE_SIZE_EXP 12 macro194 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP];
34 & ((1 << MCACHE_SIZE_EXP) - 1))234 for (Py_ssize_t i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in type_cache_clear()257 for (Py_ssize_t i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in _PyType_InitCache()
142 … static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]