Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dceval.h156 #define FVS_MASK 0x4 macro
/third_party/python/Python/
H A Dceval.c5485 int have_fmt_spec = (oparg & FVS_MASK) == FVS_HAVE_SPEC;
H A Dcompile.c1169 return (oparg & FVS_MASK) == FVS_HAVE_SPEC ? -1 : 0; in stack_effect()

Completed in 27 milliseconds