Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/executer/
Dexconvrt.c315 char hex_digit; in acpi_ex_convert_to_ascii() local
366 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()