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

/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexprep.c322 UINT32 BitLength; local
337 ObjDesc->CommonField.BitLength,
339 BitLength = ByteAlignment * 8;
343 BitLength = 8;
350 BitLength = 8;
356 BitLength = 16;
362 BitLength = 32;
368 BitLength = 64;
393 return_UINT32 (BitLength);
441 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));
818 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
822 ObjDesc->CommonField.BitLength, BufferLength));
833 (ObjDesc->CommonField.BitLength == AccessBitWidth))
863 ObjDesc->CommonField.BitLength, AccessBitWidth);
866 ObjDesc->CommonField.BitLength +
924 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
983 ObjDesc->CommonField.BitLength);
[all...]
H A Dexfield.c324 ObjDesc->Field.BitLength);
357 * pin number index. The BitLength is the length of the field, which
362 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
390 ObjDesc->CommonField.BitLength,
572 * pin number index. The BitLength is the length of the field, which
584 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
636 ObjDesc->CommonField.BitLength,
H A Dexdump.c380 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
891 ObjDesc->Field.BitLength,
909 ObjDesc->BufferField.BitLength,
/barrelfish-2018-10-04/lib/acpica/source/components/debugger/
H A Ddbtest.c143 UINT32 BitLength);
148 UINT32 BitLength);
388 UINT32 BitLength = 0; local
407 BitLength = AcpiGbl_IntegerBitWidth;
420 BitLength = ByteLength * 8;
437 BitLength = ObjDesc->CommonField.BitLength;
438 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
439 if (BitLength > AcpiGbl_IntegerBitWidth)
500 Status = AcpiDbTestIntegerType (Node, BitLength);
556 AcpiDbTestIntegerType( ACPI_NAMESPACE_NODE *Node, UINT32 BitLength) argument
665 AcpiDbTestBufferType( ACPI_NAMESPACE_NODE *Node, UINT32 BitLength) argument
[all...]
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Ddtfield.c591 UINT32 BitLength = 1; local
614 BitLength = 1;
620 BitLength = 2;
627 BitLength = 2;
634 BitLength = 2;
640 BitLength = 2;
651 if (Value >= ((UINT64) 1 << BitLength))
653 sprintf (MsgBuffer, "Maximum %u bit", BitLength);
H A Daslresource.c520 * BitLength - Number of bits in the field
536 UINT32 BitLength)
543 Op->Asl.Value.Tag.BitLength = BitLength;
531 RsCreateResourceField( ACPI_PARSE_OBJECT *Op, char *Name, UINT32 ByteOffset, UINT32 BitOffset, UINT32 BitLength) argument
H A Daslcompiler.h1212 UINT32 BitLength);
H A Daslload.c383 Node->Length = InitializerOp->Asl.Value.Tag.BitLength;
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Dacobject.h392 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h954 UINT32 BitLength; member in struct:acpi_tag_info
/barrelfish-2018-10-04/lib/acpica/source/components/events/
H A Devregion.c361 BitWidth = FieldObj->Field.BitLength;
/barrelfish-2018-10-04/lib/acpica/source/components/namespace/
H A Dnsdump.c543 ObjDesc->CommonField.BitLength,

Completed in 126 milliseconds