Home
last modified time | relevance | path

Searched refs:PyInt_AsUnsignedLongMask (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dintobject.h43 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dintobject.h44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetargs.c638 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
675 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
712 ival = (unsigned int)PyInt_AsUnsignedLongMask(arg); in convertsimple()
752 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
780 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetargs.c638 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
675 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
712 ival = (unsigned int)PyInt_AsUnsignedLongMask(arg); in convertsimple()
752 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
780 ival = PyInt_AsUnsignedLongMask(arg); in convertsimple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c980 value = PyInt_AsUnsignedLongMask(num); in test_k_code()
999 value = PyInt_AsUnsignedLongMask(num); in test_k_code()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c266 PyInt_AsUnsignedLongMask(register PyObject *op) in PyInt_AsUnsignedLongMask() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c252 PyInt_AsUnsignedLongMask(register PyObject *op) in PyInt_AsUnsignedLongMask() function
Dlongobject.c460 return PyInt_AsUnsignedLongMask(vv); in PyLong_AsUnsignedLongMask()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c460 return PyInt_AsUnsignedLongMask(vv); in PyLong_AsUnsignedLongMask()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c474 return PyInt_AsUnsignedLongMask(vv); in PyLong_AsUnsignedLongMask()