Searched refs:Length0 (Results 1 – 2 of 2) sorted by relevance
342 UINT32 Length0; in AcpiExDoLogicalOp() local440 Length0 = Operand0->Buffer.Length; in AcpiExDoLogicalOp()447 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()455 if ((Length0 == Length1) && in AcpiExDoLogicalOp()478 if (Length0 > Length1) in AcpiExDoLogicalOp()498 if (Length0 < Length1) in AcpiExDoLogicalOp()
397 ACPI_SIZE Length0; in AcpiExConcatTemplate() local419 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer); in AcpiExConcatTemplate()433 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()448 memcpy (NewBuf, Operand0->Buffer.Pointer, Length0); in AcpiExConcatTemplate()449 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()