Searched refs:acpi_gbl_lower_hex_digits (Results 1 – 3 of 3) sorted by relevance
51 const char acpi_gbl_lower_hex_digits[] = "0123456789abcdef"; variable
162 extern const char acpi_gbl_lower_hex_digits[];
111 digits = upper ? acpi_gbl_upper_hex_digits : acpi_gbl_lower_hex_digits; in acpi_ut_put_number()