Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/executer/
H A Dexmisc.c345 UINT32 Length1; in AcpiExDoLogicalOp() local
449 Length1 = LocalOperand1->Buffer.Length; in AcpiExDoLogicalOp()
455 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()
463 if ((Length0 == Length1) && in AcpiExDoLogicalOp()
486 if (Length0 > Length1) in AcpiExDoLogicalOp()
506 if (Length0 < Length1) in AcpiExDoLogicalOp()
H A Dexconcat.c399 ACPI_SIZE Length1; in AcpiExConcatTemplate() local
430 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
434 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()
450 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()