Searched refs:wm1 (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.c2081 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; local
2132 wm1 = w0[size_w-1];
2148 assert(vtop <= wm1);
2150 q = (digit)(vv / wm1);
2151 r = (digit)(vv - (twodigits)wm1 * q); /* r = vv % wm1 */
2155 r += wm1;

Completed in 1827 milliseconds