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 290 UINT32 ByteLength = 0;
309 ByteLength += DtGetFieldLength (Field, Info);
345 return (ByteLength);
dtutils.c 401 UINT32 ByteLength = 0;
408 ByteLength++;
419 return (++ByteLength);
443 UINT32 ByteLength = 0;
472 ByteLength = 0;
513 ByteLength = 1;
529 ByteLength = 2;
534 ByteLength = 3;
545 ByteLength = 4;
550 ByteLength = 5
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbtest.c 82 UINT32 ByteLength);
323 UINT32 ByteLength = 0;
347 ByteLength = ObjDesc->String.Length;
353 ByteLength = ObjDesc->Buffer.Length;
354 BitLength = ByteLength * 8;
380 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
417 Status = AcpiDbTestStringType (Node, ByteLength);
590 UINT32 ByteLength;
595 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
596 if (ByteLength == 0
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtable.c 852 * ByteLength - Length of the field in bytes, 0 for flags
866 UINT32 ByteLength,
879 if (ByteLength)
881 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
897 if (ByteLength)
900 Offset, Offset, ByteLength, Name);
919 UINT32 ByteLength,
926 if (ByteLength)
929 ByteLength, Name, Value);
939 if (ByteLength)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 257 UINT16 ByteLength;
266 UINT16 ByteLength;

Completed in 23 milliseconds