Searched refs:ACPI_IS_ASCII (Results 1 – 3 of 3) sorted by relevance
538 if (!ACPI_IS_ASCII (Byte)) in AxIsFileAscii()
866 if (!ACPI_IS_ASCII (Prefix[i]) || in AcpiDmGetHardwareIdType()
228 #define ACPI_IS_ASCII(c) ((c) < 0x80) macro