Home
last modified time | relevance | path

Searched refs:PyInt_AsUnsignedLongLongMask (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dintobject.h45 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dintobject.h46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c311 PyInt_AsUnsignedLongLongMask(register PyObject *op) in PyInt_AsUnsignedLongLongMask() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c297 PyInt_AsUnsignedLongLongMask(register PyObject *op) in PyInt_AsUnsignedLongLongMask() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c1226 intval = PyInt_AsUnsignedLongLongMask(intobj); in extract_time()
1242 intval = PyInt_AsUnsignedLongLongMask(t); in extract_time()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1280 intval = PyInt_AsUnsignedLongLongMask(intobj); in extract_time()
1296 intval = PyInt_AsUnsignedLongLongMask(t); in extract_time()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2740 intval = PyInt_AsUnsignedLongLongMask(intobj); in extract_time()
2756 intval = PyInt_AsUnsignedLongLongMask(t); in extract_time()