Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/executer/
A Dexconvrt.c321 UINT32 DecimalLength; in AcpiExConvertToAscii() local
339 DecimalLength = ACPI_MAX8_DECIMAL_DIGITS; in AcpiExConvertToAscii()
344 DecimalLength = ACPI_MAX32_DECIMAL_DIGITS; in AcpiExConvertToAscii()
350 DecimalLength = ACPI_MAX64_DECIMAL_DIGITS; in AcpiExConvertToAscii()
357 for (i = DecimalLength; i > 0; i--) in AcpiExConvertToAscii()

Completed in 2 milliseconds