Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslmessages.c312 if (Index >= ACPI_ARRAY_LENGTH (AslCompilerMsgs)) in AeDecodeMessageId()
325 if (Index >= ACPI_ARRAY_LENGTH (AslTableCompilerMsgs)) in AeDecodeMessageId()
338 if (Index >= ACPI_ARRAY_LENGTH (AslPreprocessorMsgs)) in AeDecodeMessageId()
374 if (Level >= ACPI_ARRAY_LENGTH (AslErrorLevel)) in AeDecodeExceptionLevel()
/third_party/lib/acpica/source/components/hardware/
A Dhwvalid.c110 #define ACPI_PORT_INFO_ENTRIES ACPI_ARRAY_LENGTH (AcpiProtectedPorts)
/third_party/lib/acpica/source/tools/acpiexec/
A Daeregion.c177 for (i = 0; i < ACPI_ARRAY_LENGTH (DefaultSpaceIdList); i++) in AeOverrideRegionHandlers()
220 for (i = 0; i < ACPI_ARRAY_LENGTH (SpaceIdList); i++) in AeInstallRegionHandlers()
/third_party/lib/acpica/source/components/utilities/
A Dutosi.c160 i < (ACPI_ARRAY_LENGTH (AcpiDefaultSupportedInterfaces) - 1); in AcpiUtInitializeInterfaces()
/third_party/lib/acpica/source/components/debugger/
A Ddbdisply.c1037 for (i = 0; i < ACPI_ARRAY_LENGTH (AcpiGbl_SpaceIdList); i++) in AcpiDbDisplayHandlers()
1110 for (i = 0; i < ACPI_ARRAY_LENGTH (AcpiGbl_HandlerList); i++) in AcpiDbDisplayHandlers()
/third_party/lib/acpica/source/include/acpica/
A Dactypes.h534 #define ACPI_ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0])) macro

Completed in 16 milliseconds