Home
last modified time | relevance | path

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

/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()
/external/python/cpython3/Objects/
Dtypeobject.c32 #define MCACHE_SIZE_EXP 12 macro
35 & ((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()
/external/python/cpython3/Tools/c-analyzer/
DTODO145 … static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]
Dknown.tsv493 …bject.c - method_cache variable static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]