HomeSort by: relevance | last modified time | path
    Searched refs:FieldBitLength (Results 1 - 5 of 5) 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/executer/
exprep.c 177 UINT32 FieldBitLength,
186 * FieldBitLength - Length of field in bits
206 UINT32 FieldBitLength,
229 ACPI_ROUND_UP (FieldBitLength + FieldBitOffset, 8));
235 FieldBitLength, FieldBitOffset));
443 * FieldBitLength - Field length in number of bits
460 UINT32 FieldBitLength)
477 ObjDesc->CommonField.BitLength = FieldBitLength;
592 Info->FieldBitPosition, Info->FieldBitLength);
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsfield.c 566 Info->FieldBitLength = Arg->Common.Value.Size;
608 Info->FieldBitPosition += Info->FieldBitLength;
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 499 UINT32 FieldBitLength);
aclocal.h 420 UINT32 FieldBitLength;

Completed in 16 milliseconds