Searched refs:BitLength (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/executer/
H A Dexprep.c244 UINT32 BitLength; local
259 ObjDesc->CommonField.BitLength,
261 BitLength = ByteAlignment * 8;
265 BitLength = 8;
271 BitLength = 8;
276 BitLength = 16;
281 BitLength = 32;
286 BitLength = 64;
309 return_UINT32 (BitLength);
357 ObjDesc->CommonField.BitLength
[all...]
H A Dexfldio.c341 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE)
350 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
734 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
738 ObjDesc->CommonField.BitLength, BufferLength));
749 (ObjDesc->CommonField.BitLength == AccessBitWidth))
768 ObjDesc->CommonField.BitLength, AccessBitWidth);
771 ObjDesc->CommonField.BitLength +
829 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
888 ObjDesc->CommonField.BitLength);
944 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength,
[all...]
H A Dexfield.c164 Length = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->Field.BitLength);
195 ObjDesc->CommonField.BitLength,
378 ObjDesc->CommonField.BitLength,
H A Dexdump.c282 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
672 ObjDesc->Field.BitLength,
692 ObjDesc->BufferField.BitLength,
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Ddtfield.c493 UINT32 BitLength = 1; local
516 BitLength = 1;
522 BitLength = 2;
529 BitLength = 2;
540 if (Value >= ((UINT64) 1 << BitLength))
542 sprintf (MsgBuffer, "Maximum %u bit", BitLength);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacobject.h319 UINT32 BitLength; /* Length of field in bits */\
H A Dactbl2.h884 UINT32 BitLength; member in struct:acpi_slic_key
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/namespace/
H A Dnsdump.c446 ObjDesc->CommonField.BitLength,
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c1308 {ACPI_DMT_UINT32, ACPI_SLIC0_OFFSET (BitLength), "BitLength", 0},

Completed in 172 milliseconds