Searched refs:MCACHE_SIZE_EXP (Results 1 – 2 of 2) sorted by relevance
25 #define MCACHE_SIZE_EXP 12 macro28 & ((1 << MCACHE_SIZE_EXP) - 1))44 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP];214 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in PyType_ClearCache()341 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in assign_version_tag()
16 #define MCACHE_SIZE_EXP 12 macro19 & ((1 << MCACHE_SIZE_EXP) - 1))34 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP];63 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in PyType_ClearCache()188 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in assign_version_tag()