Home
last modified time | relevance | path

Searched defs:PyInt_AS_LONG (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dintobject.h51 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dintobject.h52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) macro