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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutnonansi.c286 UINT8 SignOf0x = 0; local
328 SignOf0x = 1;
403 else if ((ValidDigits == 0) && (ThisDigit == 0) && !SignOf0x)
412 if (SignOf0x && ((ValidDigits > 16) ||
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutnonansi.c286 UINT8 SignOf0x = 0; local
328 SignOf0x = 1;
403 else if ((ValidDigits == 0) && (ThisDigit == 0) && !SignOf0x)
412 if (SignOf0x && ((ValidDigits > 16) ||

Completed in 45 milliseconds