HomeSort by relevance Sort by last modified time
    Searched refs:_Py_MakeRecCheck (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit)
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit)
  /prebuilts/gdb/linux-x86/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit)
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit)
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit)
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit)

Completed in 235 milliseconds