Searched defs:_PyLong_New (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.c82 _PyLong_New(Py_ssize_t size) function
105 result = _PyLong_New(i);
145 v = _PyLong_New(ndigits);
173 v = _PyLong_New(ndigits);
212 v = _PyLong_New(ndig);
583 v = _PyLong_New(ndigits);
871 v = _PyLong_New(ndigits);
899 v = _PyLong_New(ndigits);
1323 z = _PyLong_New(size);
1368 scratch = _PyLong_New(siz
[all...]

Completed in 45 milliseconds