Searched refs:Length1 (Results 1 – 1 of 1) sorted by relevance
178 ACPI_SIZE Length1; in AcpiExConcatTemplate() local209 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()213 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()229 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()645 UINT32 Length1; in AcpiExDoLogicalOp() local743 Length1 = LocalOperand1->Buffer.Length; in AcpiExDoLogicalOp()749 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()757 if ((Length0 == Length1) && in AcpiExDoLogicalOp()780 if (Length0 > Length1) in AcpiExDoLogicalOp()800 if (Length0 < Length1) in AcpiExDoLogicalOp()
Completed in 2 milliseconds