Searched refs:MCACHE_SIZE_EXP (Results 1 – 4 of 4) sorted by relevance
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()
32 #define MCACHE_SIZE_EXP 12 macro35 & ((1 << MCACHE_SIZE_EXP) - 1))51 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP];239 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in PyType_ClearCache()388 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) { in assign_version_tag()
145 … static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]
493 …bject.c - method_cache variable static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]