Home
last modified time | relevance | path

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

/acpica-3.6.0/source/compiler/
Daslsupport.l878 if (ACPI_IS_OCTAL_DIGIT (StringChar)) in AslDoStringLiteral()
901 if (!ACPI_IS_OCTAL_DIGIT (StringChar) || in AslDoStringLiteral()
/acpica-3.6.0/source/components/utilities/
Dutstrsuppt.c215 if (!(ACPI_IS_OCTAL_DIGIT (*String))) in AcpiUtConvertOctalString()
/acpica-3.6.0/source/include/
Dacmacros.h609 #define ACPI_IS_OCTAL_DIGIT(d) (((char)(d) >= '0') && ((char)(d) <= '7')) macro