Home
last modified time | relevance | path

Searched refs:l_divmod (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c3012 l_divmod(PyLongObject *v, PyLongObject *w, in l_divmod() function
3061 if (l_divmod(a, b, &div, NULL) < 0) in long_div()
3077 else if (l_divmod(a, b, &div, NULL) < 0) in long_classic_div()
3358 if (l_divmod(a, b, NULL, &mod) < 0) in long_mod()
3373 if (l_divmod(a, b, &div, &mod) < 0) { in long_divmod()
3479 if (l_divmod(a, c, NULL, &temp) < 0) in long_pow()
3500 if (l_divmod(X, c, NULL, &temp) < 0) \ in long_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c3012 l_divmod(PyLongObject *v, PyLongObject *w, in l_divmod() function
3061 if (l_divmod(a, b, &div, NULL) < 0) in long_div()
3077 else if (l_divmod(a, b, &div, NULL) < 0) in long_classic_div()
3358 if (l_divmod(a, b, NULL, &mod) < 0) in long_mod()
3373 if (l_divmod(a, b, &div, &mod) < 0) { in long_divmod()
3479 if (l_divmod(a, c, NULL, &temp) < 0) in long_pow()
3500 if (l_divmod(X, c, NULL, &temp) < 0) \ in long_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c3026 l_divmod(PyLongObject *v, PyLongObject *w, in l_divmod() function
3075 if (l_divmod(a, b, &div, NULL) < 0) in long_div()
3091 else if (l_divmod(a, b, &div, NULL) < 0) in long_classic_div()
3372 if (l_divmod(a, b, NULL, &mod) < 0) in long_mod()
3387 if (l_divmod(a, b, &div, &mod) < 0) { in long_divmod()
3499 if (l_divmod(a, c, NULL, &temp) < 0) in long_pow()
3520 if (l_divmod(X, c, NULL, &temp) < 0) \ in long_pow()