Searched refs:l_divmod (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 3012 l_divmod(PyLongObject *v, PyLongObject *w, function 3061 if (l_divmod(a, b, &div, NULL) < 0) 3077 else if (l_divmod(a, b, &div, NULL) < 0) 3358 if (l_divmod(a, b, NULL, &mod) < 0) 3373 if (l_divmod(a, b, &div, &mod) < 0) { 3479 if (l_divmod(a, c, NULL, &temp) < 0) 3500 if (l_divmod(X, c, NULL, &temp) < 0) \
|
Completed in 1308 milliseconds