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

  /src/sys/external/bsd/acpica/dist/compiler/
dtsubtable.c 398 UINT32 ByteLength = 0;
417 ByteLength += DtGetFieldLength (Field, Info);
453 return (ByteLength);
dtutils.c 509 UINT32 ByteLength = 0;
516 ByteLength++;
527 return (++ByteLength);
551 UINT32 ByteLength = 0;
580 ByteLength = 0;
620 ByteLength = 1;
635 ByteLength = 2;
640 ByteLength = 3;
651 ByteLength = 4;
656 ByteLength = 5
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbtest.c 190 UINT32 ByteLength);
431 UINT32 ByteLength = 0;
455 ByteLength = ObjDesc->String.Length;
461 ByteLength = ObjDesc->Buffer.Length;
462 BitLength = ByteLength * 8;
488 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
525 Status = AcpiDbTestStringType (Node, ByteLength);
698 UINT32 ByteLength;
703 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
704 if (ByteLength == 0
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtable.c 934 * ByteLength - Length of the field in bytes, 0 for flags
948 UINT32 ByteLength,
961 if (ByteLength)
963 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
979 if (ByteLength)
982 Offset, Offset, ByteLength, Name);
1001 UINT32 ByteLength,
1008 if (ByteLength)
1011 ByteLength, Name, Value);
1021 if (ByteLength)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 365 UINT16 ByteLength;
374 UINT16 ByteLength;

Completed in 14 milliseconds