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

  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 358 UINT32 BitLength;
373 ObjDesc->CommonField.BitLength,
375 BitLength = ByteAlignment * 8;
379 BitLength = 8;
386 BitLength = 8;
392 BitLength = 16;
398 BitLength = 32;
404 BitLength = 64;
429 return_UINT32 (BitLength);
477 ObjDesc->CommonField.BitLength = FieldBitLength
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtfield.c 638 UINT32 BitLength = 1;
656 BitLength = 1;
662 BitLength = 2;
669 BitLength = 2;
676 BitLength = 2;
682 BitLength = 8;
688 BitLength = 2;
694 BitLength = 4;
700 BitLength = 4;
706 BitLength = 4
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbtest.c 180 UINT32 BitLength);
185 UINT32 BitLength);
430 UINT32 BitLength = 0;
449 BitLength = AcpiGbl_IntegerBitWidth;
462 BitLength = ByteLength * 8;
487 BitLength = ObjDesc->CommonField.BitLength;
488 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
489 if (BitLength > AcpiGbl_IntegerBitWidth)
520 Status = AcpiDbTestIntegerType (Node, BitLength);
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1002 UINT32 BitLength;

Completed in 13 milliseconds