Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c925 UINT32 LastFieldByteIndex; in AnValidateCreateBufferField() local
973 LastFieldByteIndex = in AnValidateCreateBufferField()
984 LastFieldByteIndex = ACPI_ROUND_BITS_DOWN_TO_BYTES (LastFieldByteIndex); in AnValidateCreateBufferField()
992 LastFieldByteIndex += (sizeof (UINT16) - 1); in AnValidateCreateBufferField()
997 LastFieldByteIndex += (sizeof (UINT32) - 1); in AnValidateCreateBufferField()
1002 LastFieldByteIndex += (sizeof (UINT64) - 1); in AnValidateCreateBufferField()
1021 LastFieldByteIndex += in AnValidateCreateBufferField()
1026 LastFieldByteIndex = ACPI_ROUND_BITS_DOWN_TO_BYTES (LastFieldByteIndex); in AnValidateCreateBufferField()
1037 if (!TargetBufferLength || (LastFieldByteIndex >= TargetBufferLength)) in AnValidateCreateBufferField()