Searched refs:ACPI_IS_SPACE (Results 1 – 2 of 2) sorted by relevance
202 while ((*string) && (ACPI_IS_SPACE(*string) || *string == '\t')) { in acpi_ut_strtoul64()224 if (!(*string) || ACPI_IS_SPACE(*string) || *string == '\t') { in acpi_ut_strtoul64()
215 #define ACPI_IS_SPACE(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_SP)) macro