Searched defs:x_divrem (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.c2015 static PyLongObject *x_divrem
2056 z = x_divrem(a, b, prem);
2076 x_divrem(PyLongObject *v1, PyLongObject *w1, PyLongObject **prem) function
3296 div = x_divrem(x, b, &rem);

Completed in 43 milliseconds