Searched refs:ACPI_SUB_PTR (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Ddttable1.c163 ACPI_SUB_PTR (UINT8, Subtable->Buffer,
171 ACPI_SUB_PTR (UINT8, Subtable->Buffer,
184 ACPI_SUB_PTR (UINT8, Subtable->Buffer,
721 * Using ACPI_SUB_PTR, We needn't define a seperate structure. Care
725 Drtm = ACPI_SUB_PTR (ACPI_TABLE_DRTM,
1246 * Using ACPI_SUB_PTR, We needn't define a seperate structure. Care
1249 Iort = ACPI_SUB_PTR (ACPI_TABLE_IORT,
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h541 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)(b))) macro

Completed in 50 milliseconds