Home
last modified time | relevance | path

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

/acpica-latest/source/components/executer/
Dexconcat.c347 (ACPI_SIZE) ACPI_MUL_2 (AcpiGbl_IntegerByteWidth)); in AcpiExDoConcatenate()
Dexconvrt.c591 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
/acpica-latest/source/include/
Dacmacros.h315 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) macro