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

  /src/sys/external/bsd/acpica/dist/executer/
exmisc.c 344 UINT32 Length0;
448 Length0 = Operand0->Buffer.Length;
455 (Length0 > Length1) ? Length1 : Length0);
463 if ((Length0 == Length1) &&
486 if (Length0 > Length1)
506 if (Length0 < Length1)
exconcat.c 398 ACPI_SIZE Length0;
420 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer);
434 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG);
449 memcpy (NewBuf, Operand0->Buffer.Pointer, Length0);
450 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1);

Completed in 15 milliseconds