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

  /src/sys/external/bsd/acpica/dist/executer/
exmisc.c 454 UINT32 Length1;
558 Length1 = LocalOperand1->Buffer.Length;
564 (Length0 > Length1) ? Length1 : Length0);
572 if ((Length0 == Length1) &&
595 if (Length0 > Length1)
615 if (Length0 < Length1)
exconcat.c 508 ACPI_SIZE Length1;
539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer);
543 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG);
559 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1);

Completed in 14 milliseconds