Searched defs:ThisDigit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutnonansi.c281 UINT32 ThisDigit = 0; local
369 ThisDigit = ((UINT8) *String) - '0';
379 ThisDigit = (UINT8) toupper ((int) *String);
380 if (isxdigit ((int) ThisDigit))
384 ThisDigit = ThisDigit - 'A' + 10;
403 else if ((ValidDigits == 0) && (ThisDigit == 0) && !SignOf0x)
426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);
441 ReturnValue += ThisDigit;
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutnonansi.c281 UINT32 ThisDigit = 0; local
369 ThisDigit = ((UINT8) *String) - '0';
379 ThisDigit = (UINT8) toupper ((int) *String);
380 if (isxdigit ((int) ThisDigit))
384 ThisDigit = ThisDigit - 'A' + 10;
403 else if ((ValidDigits == 0) && (ThisDigit == 0) && !SignOf0x)
426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);
441 ReturnValue += ThisDigit;

Completed in 59 milliseconds