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

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexmisc.c453 UINT32 Length0; local
557 Length0 = Operand0->Buffer.Length;
564 (Length0 > Length1) ? Length1 : Length0);
572 if ((Length0 == Length1) &&
595 if (Length0 > Length1)
615 if (Length0 < Length1)
H A Dexconcat.c507 ACPI_SIZE Length0; local
529 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer);
543 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG);
558 memcpy (NewBuf, Operand0->Buffer.Pointer, Length0);
559 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1);

Completed in 34 milliseconds