Searched refs:ACPI_IS_DIGIT (Results 1 – 4 of 4) sorted by relevance
183 while (ACPI_IS_DIGIT(*string)) { in acpi_ut_scan_number()408 if (ACPI_IS_DIGIT(*format)) { in acpi_ut_vsnprintf()425 if (ACPI_IS_DIGIT(*format)) { in acpi_ut_vsnprintf()
244 if (ACPI_IS_DIGIT(*string)) { in acpi_ut_strtoul64()
258 #define ACPI_IS_DIGIT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_DI)) macro
363 #define ACPI_IS_DIGIT(i) isdigit((int) (i)) macro