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 250 UINT32 BitLength;
265 ObjDesc->CommonField.BitLength,
267 BitLength = ByteAlignment * 8;
271 BitLength = 8;
278 BitLength = 8;
284 BitLength = 16;
290 BitLength = 32;
296 BitLength = 64;
321 return_UINT32 (BitLength);
369 ObjDesc->CommonField.BitLength = FieldBitLength
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtfield.c 530 UINT32 BitLength = 1;
548 BitLength = 1;
554 BitLength = 2;
561 BitLength = 2;
568 BitLength = 2;
574 BitLength = 8;
580 BitLength = 2;
586 BitLength = 4;
592 BitLength = 4;
598 BitLength = 4
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbtest.c 72 UINT32 BitLength);
77 UINT32 BitLength);
322 UINT32 BitLength = 0;
341 BitLength = AcpiGbl_IntegerBitWidth;
354 BitLength = ByteLength * 8;
379 BitLength = ObjDesc->CommonField.BitLength;
380 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
381 if (BitLength > AcpiGbl_IntegerBitWidth)
412 Status = AcpiDbTestIntegerType (Node, BitLength);
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 894 UINT32 BitLength;

Completed in 18 milliseconds