Home | History | Annotate | Download | only in executer

Lines Matching refs:BitLength

462     if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE)
471 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
480 ObjDesc->CommonField.BitLength));
854 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
858 ObjDesc->CommonField.BitLength, BufferLength));
869 (ObjDesc->CommonField.BitLength == AccessBitWidth))
899 ObjDesc->CommonField.BitLength, AccessBitWidth);
902 ObjDesc->CommonField.BitLength +
960 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
1019 ObjDesc->CommonField.BitLength);
1065 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength,
1068 FieldDatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength +
1135 BufferTailBits = (ObjDesc->CommonField.BitLength +