Home
last modified time | relevance | path

Searched refs:PyFunction_GET_GLOBALS (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfuncobject.h57 #define PyFunction_GET_GLOBALS(func) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfuncobject.h57 #define PyFunction_GET_GLOBALS(func) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfuncobject.c528 PyFunction_GET_GLOBALS(func), (PyObject *)NULL, in function_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfuncobject.c528 PyFunction_GET_GLOBALS(func), (PyObject *)NULL, in function_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c4088 PyObject *globals = PyFunction_GET_GLOBALS(func); in fast_function()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c4066 PyObject *globals = PyFunction_GET_GLOBALS(func); in fast_function()