Searched refs:hex_digit (Results 1 – 1 of 1) sorted by relevance
315 char hex_digit; in acpi_ex_convert_to_ascii() local366 hex_digit = acpi_ut_hex_to_ascii_char (integer, (j * 4)); in acpi_ex_convert_to_ascii()367 if (hex_digit != ACPI_ASCII_ZERO) { in acpi_ex_convert_to_ascii()372 string[k] = (u8) hex_digit; in acpi_ex_convert_to_ascii()