Searched refs:addL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1335 long_to_decimal_string(PyObject *aa, int addL) argument
1402 strlen = (addL != 0) + negative +
1419 if (addL)
1449 Add a trailing "L" if addL is non-zero.
1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) argument
1464 return long_to_decimal_string((PyObject *)a, addL);
1480 i = 5 + (addL ? 1 : 0);
1494 if (addL)

Completed in 5089 milliseconds