Searched defs:ACPI_ARRAY_LENGTH (Results 1 – 2 of 2) sorted by relevance
497 #define ACPI_ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0])) macro