Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h233 #define FVS_MASK 0x4 macro
/external/python/cpython3/Python/
Dceval.c3261 int have_fmt_spec = (oparg & FVS_MASK) == FVS_HAVE_SPEC; in _PyEval_EvalFrameDefault()
Dcompile.c1116 return (oparg & FVS_MASK) == FVS_HAVE_SPEC ? -1 : 0; in stack_effect()