Searched refs:Length1 (Results 1 – 2 of 2) sorted by relevance
454 UINT32 Length1; in AcpiExDoLogicalOp() local558 Length1 = LocalOperand1->Buffer.Length; in AcpiExDoLogicalOp()564 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()572 if ((Length0 == Length1) && in AcpiExDoLogicalOp()595 if (Length0 > Length1) in AcpiExDoLogicalOp()615 if (Length0 < Length1) in AcpiExDoLogicalOp()
508 ACPI_SIZE Length1; in AcpiExConcatTemplate() local539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()543 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()559 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()