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 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/executer/
exprep.c 69 UINT32 FieldBitLength,
78 * FieldBitLength - Length of field in bits
98 UINT32 FieldBitLength,
121 ACPI_ROUND_UP (FieldBitLength + FieldBitOffset, 8));
127 FieldBitLength, FieldBitOffset));
335 * FieldBitLength - Field length in number of bits
352 UINT32 FieldBitLength)
369 ObjDesc->CommonField.BitLength = FieldBitLength;
484 Info->FieldBitPosition, Info->FieldBitLength);
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsfield.c 458 Info->FieldBitLength = Arg->Common.Value.Size;
500 Info->FieldBitPosition += Info->FieldBitLength;
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 391 UINT32 FieldBitLength);
aclocal.h 312 UINT32 FieldBitLength;

Completed in 23 milliseconds