Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h157 #define PYOS_STACK_MARGIN 2048 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h159 #define PYOS_STACK_MARGIN 2048 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1835 alloca(PYOS_STACK_MARGIN * sizeof(void*)); in PyOS_CheckStack()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1810 alloca(PYOS_STACK_MARGIN * sizeof(void*)); in PyOS_CheckStack()