Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
Dtypeobject.c6195 PyCFunction_GET_FUNCTION(descr) ==
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
Dtypeobject.c6144 PyCFunction_GET_FUNCTION(descr) ==
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c4016 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c3994 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()