Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c6212 Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores); in compiler_pattern_or() local
6215 if (!compiler_addop_i(c, ROT_N, nrots)) { in compiler_pattern_or()