Home
last modified time | relevance | path

Searched defs:ACPI_COMPARE_NAME (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/include/acpica/
A Dactypes.h555 #define ACPI_COMPARE_NAME(a,b) (*ACPI_CAST_PTR (UINT32, (a)) == *ACPI_CAST_PTR (UINT32, (b… macro
558 #define ACPI_COMPARE_NAME(a,b) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, … macro

Completed in 9 milliseconds