Searched refs:_PyLong_Format (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 1292 _PyLong_Format, but that should be done with great care since longs are 1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) function 2357 return _PyLong_Format(v, 10, 1, 0); 2363 return _PyLong_Format(v, 10, 0, 0); 3982 return _PyLong_Format(v, 8, 1, 0); 3988 return _PyLong_Format(v, 16, 1, 0);
|
Completed in 2316 milliseconds