Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dintobject.h43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c453 fileno = _PyInt_AsInt(res); in io_open()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c2667 fd = _PyInt_AsInt(o); in PyObject_AsFileDescriptor()
2680 fd = _PyInt_AsInt(fno); in PyObject_AsFileDescriptor()
Dintobject.c193 _PyInt_AsInt(PyObject *obj) in _PyInt_AsInt() function
Dstringobject.c4402 prec = _PyInt_AsInt(v); in PyString_Format()
Dunicodeobject.c8520 prec = _PyInt_AsInt(v); in PyUnicode_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c538 timeout = _PyInt_AsInt(tout); in poll_poll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c2302 backlog = _PyInt_AsInt(arg);
2971 how = _PyInt_AsInt(arg);