Lines Matching refs:BitLength

180     UINT32                  BitLength);
185 UINT32 BitLength);
430 UINT32 BitLength = 0; in AcpiDbTestOneObject() local
449 BitLength = AcpiGbl_IntegerBitWidth; in AcpiDbTestOneObject()
462 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
487 BitLength = ObjDesc->CommonField.BitLength; in AcpiDbTestOneObject()
488 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestOneObject()
489 if (BitLength > AcpiGbl_IntegerBitWidth) in AcpiDbTestOneObject()
520 Status = AcpiDbTestIntegerType (Node, BitLength); in AcpiDbTestOneObject()
530 Status = AcpiDbTestBufferType (Node, BitLength); in AcpiDbTestOneObject()
582 UINT32 BitLength) in AcpiDbTestIntegerType() argument
592 if (BitLength > 64) in AcpiDbTestIntegerType()
594 AcpiOsPrintf (" Invalid length for an Integer: %u", BitLength); in AcpiDbTestIntegerType()
607 BitLength, ACPI_ROUND_BITS_UP_TO_BYTES (BitLength), in AcpiDbTestIntegerType()
610 ValueToWrite = ACPI_UINT64_MAX >> (64 - BitLength); in AcpiDbTestIntegerType()
690 UINT32 BitLength) in AcpiDbTestBufferType() argument
703 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestBufferType()
728 AcpiOsPrintf (ACPI_DEBUG_LENGTH_FORMAT, BitLength, Temp1->Buffer.Length); in AcpiDbTestBufferType()
744 ExtraBits = BitLength % 8; in AcpiDbTestBufferType()
956 UINT32 BitLength = 0; in AcpiDbTestFieldUnitType() local
988 BitLength = ObjDesc->CommonField.BitLength; in AcpiDbTestFieldUnitType()
989 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestFieldUnitType()
991 AcpiOsPrintf (ACPI_DEBUG_LENGTH_FORMAT " [%s]", BitLength, in AcpiDbTestFieldUnitType()