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 199 UINT32 FieldBitLength,
336 * FieldBitLength - Entire length of field unit
353 UINT32 FieldBitLength,
364 FieldEndBitOffset = FieldBitOffset + FieldBitLength;
425 UINT32 FieldBitLength;
897 FieldBitLength = (UINT32) Op->Asl.Next->Asl.Value.Integer;
902 FieldBitLength = 1;
908 FieldBitLength = 8;
913 FieldBitLength = 16;
918 FieldBitLength = 32
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 420 UINT32 FieldBitLength;

Completed in 14 milliseconds