Searched defs:PyInt_AsLong (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dintobject.c150 PyInt_AsLong(register PyObject *op) function
211 return PyInt_AsLong(op);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dintobject.c150 PyInt_AsLong(register PyObject *op) function
195 long result = PyInt_AsLong(obj);
225 return PyInt_AsLong(op);

Completed in 65 milliseconds