Searched defs:size_hi (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.c2669 Py_ssize_t size_lo, size_hi; local
2673 size_hi = size_n - size_lo;
2675 if ((hi = _PyLong_New(size_hi)) == NULL)
2683 memcpy(hi->ob_digit, n->ob_digit + size_lo, size_hi * sizeof(digit));

Completed in 78 milliseconds