Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c25 #define MCACHE_SIZE_EXP 12 macro
28 & ((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()
/external/python/cpython2/Objects/
Dtypeobject.c16 #define MCACHE_SIZE_EXP 12 macro
19 & ((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()