Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dframeobject.c207 int64_t replaced_low = (stack & ~(MASK << shift)) | (top << shift); in stack_swap() local
208 int64_t replaced_top = (replaced_low & ~MASK) | to_swap; in stack_swap()

Completed in 2 milliseconds