Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dceval.h56 # 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.h56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit) macro
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro