Searched defs:pout (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1290 in pout, and returning the remainder. pin and pout point at the LSD.
1291 It's OK for pin == pout on entry, which saves oodles of mallocs/frees in
1296 inplace_divrem1(digit *pout, digit *pin, Py_ssize_t size, digit n) argument
1302 pout += size;
1306 *--pout = hi = (digit)(rem / n);
1340 digit *pout, *pin, rem, tenpow; local
1373 base _PyLong_DECIMAL_BASE digits in pout, following Knuth (TAOCP,
1376 pout = scratch->ob_digit;
1381 twodigits z = (twodigits)pout[
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
H A Dlongobject.c1304 in pout, and returning the remainder. pin and pout point at the LSD.
1305 It's OK for pin == pout on entry, which saves oodles of mallocs/frees in
1310 inplace_divrem1(digit *pout, digit *pin, Py_ssize_t size, digit n) argument
1316 pout += size;
1320 *--pout = hi = (digit)(rem / n);
1354 digit *pout, *pin, rem, tenpow; local
1387 base _PyLong_DECIMAL_BASE digits in pout, following Knuth (TAOCP,
1390 pout = scratch->ob_digit;
1395 twodigits z = (twodigits)pout[
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlongobject.c1290 in pout, and returning the remainder. pin and pout point at the LSD.
1291 It's OK for pin == pout on entry, which saves oodles of mallocs/frees in
1296 inplace_divrem1(digit *pout, digit *pin, Py_ssize_t size, digit n) argument
1302 pout += size;
1306 *--pout = hi = (digit)(rem / n);
1340 digit *pout, *pin, rem, tenpow; local
1373 base _PyLong_DECIMAL_BASE digits in pout, following Knuth (TAOCP,
1376 pout = scratch->ob_digit;
1381 twodigits z = (twodigits)pout[
[all...]

Completed in 15 milliseconds