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

  /src/sys/external/bsd/acpica/dist/compiler/
aslxref.c 91 UINT32 FieldBitLength,
228 * FieldBitLength - Entire length of field unit
245 UINT32 FieldBitLength,
256 FieldEndBitOffset = FieldBitOffset + FieldBitLength;
317 UINT32 FieldBitLength;
789 FieldBitLength = (UINT32) Op->Asl.Next->Asl.Value.Integer;
794 FieldBitLength = 1;
800 FieldBitLength = 8;
805 FieldBitLength = 16;
810 FieldBitLength = 32
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 312 UINT32 FieldBitLength;

Completed in 21 milliseconds