Lines Matching refs:ByteLength
190 UINT32 ByteLength);
431 UINT32 ByteLength = 0; in AcpiDbTestOneObject() local
455 ByteLength = ObjDesc->String.Length; in AcpiDbTestOneObject()
461 ByteLength = ObjDesc->Buffer.Length; in AcpiDbTestOneObject()
462 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
488 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestOneObject()
525 Status = AcpiDbTestStringType (Node, ByteLength); in AcpiDbTestOneObject()
698 UINT32 ByteLength; in AcpiDbTestBufferType() local
703 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestBufferType()
704 if (ByteLength == 0) in AcpiDbTestBufferType()
712 Buffer = ACPI_ALLOCATE_ZEROED (ByteLength); in AcpiDbTestBufferType()
729 for (i = 0; ((i < 8) && (i < ByteLength)); i++) in AcpiDbTestBufferType()
743 memset (Buffer, BUFFER_FILL_VALUE, ByteLength); in AcpiDbTestBufferType()
747 Buffer [ByteLength - 1] = ACPI_MASK_BITS_ABOVE (ExtraBits); in AcpiDbTestBufferType()
751 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
768 if (memcmp (Temp2->Buffer.Pointer, Buffer, ByteLength)) in AcpiDbTestBufferType()
775 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
793 Temp3->Buffer.Pointer, ByteLength)) in AcpiDbTestBufferType()
825 UINT32 ByteLength) in AcpiDbTestStringType() argument
957 UINT32 ByteLength = 0; in AcpiDbTestFieldUnitType() local
989 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestFieldUnitType()
992 ByteLength, AcpiUtGetRegionName (RegionObj->Region.SpaceId)); in AcpiDbTestFieldUnitType()