Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dutnonansi.c164 u32 this_digit = 0; in acpi_ut_strtoul64() local
238 this_digit = ((u8)*string) - '0'; in acpi_ut_strtoul64()
245 this_digit = (u8)toupper((int)*string); in acpi_ut_strtoul64()
246 if (isxdigit((int)this_digit)) { in acpi_ut_strtoul64()
250 this_digit = this_digit - 'A' + 10; in acpi_ut_strtoul64()
262 } else if ((valid_digits == 0) && (this_digit == 0) in acpi_ut_strtoul64()
285 (void)acpi_ut_short_divide((dividend - (u64)this_digit), in acpi_ut_strtoul64()
297 return_value += this_digit; in acpi_ut_strtoul64()