Searched refs:SET_FOURTH (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Dceval.c928 #define SET_FOURTH(v) (stack_pointer[-4] = (v)) macro
1279 SET_FOURTH(u);
/external/python/cpython3/Python/
H A Dceval.c935 #define SET_FOURTH(v) (stack_pointer[-4] = (v)) macro
3233 SET_FOURTH(NULL);

Completed in 793 milliseconds