Home
last modified time | relevance | path

Searched refs:SignOf0x (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/components/utilities/
A Dutnonansi.c199 UINT8 SignOf0x = 0; in AcpiUtStrtoul64() local
240 SignOf0x = 1; in AcpiUtStrtoul64()
314 else if ((ValidDigits == 0) && (ThisDigit == 0) && !SignOf0x) in AcpiUtStrtoul64()
323 if (SignOf0x && ((ValidDigits > 16) || ((ValidDigits > 8) && Mode32))) in AcpiUtStrtoul64()

Completed in 4 milliseconds