Searched defs:v_isub (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.c1231 v_isub(digit *x, Py_ssize_t m, digit *y, Py_ssize_t n) function
2817 (void)v_isub(ret->ob_digit + shift, i, t2->ob_digit, Py_SIZE(t2));
2820 (void)v_isub(ret->ob_digit + shift, i, t1->ob_digit, Py_SIZE(t1));

Completed in 57 milliseconds