Searched refs:FVC_MASK (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | ceval.h | 149 #define FVC_MASK 0x3 macro |
/external/python/cpython3/Python/ | ||
D | ceval.c | 3649 int which_conversion = oparg & FVC_MASK; in _PyEval_EvalFrameDefault() |