Home
last modified time | relevance | path

Searched refs:_PY_FASTCALL_SMALL_STACK (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/
Dcall.c844 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_FastCall_Prepend()
879 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_Call_Prepend()
920 PyObject* small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_CallFunctionVa()
1158 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in object_vacall()
/external/python/cpython3/Include/
Dabstract.h210 #define _PY_FASTCALL_SMALL_STACK 5 macro
/external/python/cpython3/Modules/
D_functoolsmodule.c133 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in partial_fastcall()
/external/python/cpython3/Python/
Dbltinmodule.c1293 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in map_next()