Home
last modified time | relevance | path

Searched defs:STACK_POINTER (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/bumble/apps/lea_unicast/
Dapp.py108 STACK_POINTER = _memory.data_len(store) variable
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c951 #define EXT_POP(STACK_POINTER) ((void)(lltrace && \ in PyEval_EvalFrameEx() argument
958 #define EXT_POP(STACK_POINTER) (*--(STACK_POINTER)) in PyEval_EvalFrameEx() argument