Searched refs:Length1 (Results 1 – 5 of 5) sorted by relevance
343 UINT32 Length1; in AcpiExDoLogicalOp() local441 Length1 = LocalOperand1->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()
398 ACPI_SIZE Length1; in AcpiExConcatTemplate() local429 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()433 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()449 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()
58 DWORD Length1;
1465 * Length11467 * Length2 (== Length1)
454 rec->Length1 = sizeof (logr_record_t); in logr_set_logrecord()