Home
last modified time | relevance | path

Searched refs:Length0 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexmisc.c453 UINT32 Length0; in AcpiExDoLogicalOp() local
557 Length0 = Operand0->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()
H A Dexconcat.c507 ACPI_SIZE Length0; in AcpiExConcatTemplate() local
529 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer); in AcpiExConcatTemplate()
543 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()
558 memcpy (NewBuf, Operand0->Buffer.Pointer, Length0); in AcpiExConcatTemplate()
559 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()