Searched refs:cdigit (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.c1516 char cdigit = (char)(accum & (base - 1)); local
1517 cdigit += (cdigit < 10) ? '0' : 'a'-10;
1519 *--p = cdigit;

Completed in 1419 milliseconds