Home
last modified time | relevance | path

Searched refs:_Py_MakeRecCheck (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dceval.h49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit) macro
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dceval.h49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit) macro
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro