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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexprep.c316 UINT32 BitLength; local
331 ObjDesc->CommonField.BitLength,
333 BitLength = ByteAlignment * 8;
337 BitLength = 8;
343 BitLength = 8;
348 BitLength = 16;
353 BitLength = 32;
358 BitLength = 64;
381 return_UINT32 (BitLength);
429 ObjDesc->CommonField.BitLength
[all...]
H A Dexfldio.c426 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE)
435 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
444 ObjDesc->CommonField.BitLength));
824 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
828 ObjDesc->CommonField.BitLength, BufferLength));
839 (ObjDesc->CommonField.BitLength == AccessBitWidth))
858 ObjDesc->CommonField.BitLength, AccessBitWidth);
861 ObjDesc->CommonField.BitLength +
919 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
978 ObjDesc->CommonField.BitLength);
[all...]
H A Dexfield.c242 Length = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->Field.BitLength);
273 ObjDesc->CommonField.BitLength,
462 ObjDesc->CommonField.BitLength,
H A Dexdump.c360 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
750 ObjDesc->Field.BitLength,
770 ObjDesc->BufferField.BitLength,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h389 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h891 UINT32 BitLength; member in struct:acpi_tag_info
H A Dactbl2.h1086 UINT32 BitLength; member in struct:acpi_slic_key
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdump.c533 ObjDesc->CommonField.BitLength,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtbinfo.c1882 {ACPI_DMT_UINT32, ACPI_SLIC0_OFFSET (BitLength), "BitLength", 0},

Completed in 126 milliseconds