Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Daslsupport.l878 if (ACPI_IS_OCTAL_DIGIT (StringChar)) in AslDoStringLiteral()
901 if (!ACPI_IS_OCTAL_DIGIT (StringChar) || in AslDoStringLiteral()
/netbsd/src/sys/external/bsd/acpica/dist/utilities/
Dutstrsuppt.c215 if (!(ACPI_IS_OCTAL_DIGIT (*String))) in AcpiUtConvertOctalString()
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacmacros.h609 #define ACPI_IS_OCTAL_DIGIT(d) (((char)(d) >= '0') && ((char)(d) <= '7')) macro