Lines Matching refs:Length

272         ExternalObject->String.Length  = InternalObject->String.Length;  in AcpiUtCopyIsimpleToEsimple()
274 (ACPI_SIZE) InternalObject->String.Length + 1); in AcpiUtCopyIsimpleToEsimple()
278 (ACPI_SIZE) InternalObject->String.Length + 1); in AcpiUtCopyIsimpleToEsimple()
284 ExternalObject->Buffer.Length = InternalObject->Buffer.Length; in AcpiUtCopyIsimpleToEsimple()
286 InternalObject->String.Length); in AcpiUtCopyIsimpleToEsimple()
290 InternalObject->Buffer.Length); in AcpiUtCopyIsimpleToEsimple()
330 InternalObject->Processor.Length; in AcpiUtCopyIsimpleToEsimple()
433 Info->Length += ObjectSpace; in AcpiUtCopyIelementToEelement()
479 Info.Length = ACPI_ROUND_UP_TO_NATIVE_WORD (sizeof (ACPI_OBJECT)); in AcpiUtCopyIpackageToEpackage()
494 Info.Length += (ACPI_SIZE) ExternalObject->Package.Count * in AcpiUtCopyIpackageToEpackage()
502 *SpaceUsed = Info.Length; in AcpiUtCopyIpackageToEpackage()
539 RetBuffer->Pointer, &RetBuffer->Length); in AcpiUtCopyIobjectToEobject()
550 &RetBuffer->Length); in AcpiUtCopyIobjectToEobject()
555 RetBuffer->Length += sizeof (ACPI_OBJECT); in AcpiUtCopyIobjectToEobject()
632 ExternalObject->String.Length + 1); in AcpiUtCopyEsimpleToIsimple()
641 ExternalObject->String.Length); in AcpiUtCopyEsimpleToIsimple()
643 InternalObject->String.Length = ExternalObject->String.Length; in AcpiUtCopyEsimpleToIsimple()
649 ACPI_ALLOCATE_ZEROED (ExternalObject->Buffer.Length); in AcpiUtCopyEsimpleToIsimple()
657 ExternalObject->Buffer.Length); in AcpiUtCopyEsimpleToIsimple()
659 InternalObject->Buffer.Length = ExternalObject->Buffer.Length; in AcpiUtCopyEsimpleToIsimple()
869 (SourceDesc->Buffer.Length)) in AcpiUtCopySimpleObject()
872 ACPI_ALLOCATE (SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
881 SourceDesc->Buffer.Pointer, SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
894 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()
903 (ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()