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

/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c925 UINT32 LastFieldByteIndex; local
973 LastFieldByteIndex =
984 LastFieldByteIndex = ACPI_ROUND_BITS_DOWN_TO_BYTES (LastFieldByteIndex);
992 LastFieldByteIndex += (sizeof (UINT16) - 1);
997 LastFieldByteIndex += (sizeof (UINT32) - 1);
1002 LastFieldByteIndex += (sizeof (UINT64) - 1);
1021 LastFieldByteIndex +=
1026 LastFieldByteIndex = ACPI_ROUND_BITS_DOWN_TO_BYTES (LastFieldByteIndex);
[all...]

Completed in 167 milliseconds