HomeSort by: relevance | last modified time | path
    Searched defs:Length0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exmisc.c 453 UINT32 Length0;
557 Length0 = Operand0->Buffer.Length;
564 (Length0 > Length1) ? Length1 : Length0);
572 if ((Length0 == Length1) &&
595 if (Length0 > Length1)
615 if (Length0 < Length1)
exconcat.c 507 ACPI_SIZE Length0;
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 14 milliseconds