Lines Matching defs:FieldBitLength
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;
923 FieldBitLength = 64;
928 FieldBitLength = 0;
934 if (FieldBitLength)
936 if (TagBitLength < FieldBitLength)
940 else if (TagBitLength > FieldBitLength)
950 FieldBitLength, (FieldBitLength > 1) ? "s" : "");