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

/freebsd-12-stable/contrib/bearssl/T0/
H A DTPointerExpr.cs68 numBits = Math.Max(numBits, BitLength(rmin));
71 numBits = Math.Max(numBits, BitLength(rmax));
81 static int BitLength(long v) method in class:TPointerExpr
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c180 UINT32 BitLength);
185 UINT32 BitLength);
430 UINT32 BitLength = 0; local
449 BitLength = AcpiGbl_IntegerBitWidth;
462 BitLength = ByteLength * 8;
487 BitLength = ObjDesc->CommonField.BitLength;
488 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
489 if (BitLength > AcpiGbl_IntegerBitWidth)
520 Status = AcpiDbTestIntegerType (Node, BitLength);
580 AcpiDbTestIntegerType( ACPI_NAMESPACE_NODE *Node, UINT32 BitLength) argument
688 AcpiDbTestBufferType( ACPI_NAMESPACE_NODE *Node, UINT32 BitLength) argument
956 UINT32 BitLength = 0; local
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c638 UINT32 BitLength = 1; local
656 BitLength = 1;
662 BitLength = 2;
669 BitLength = 2;
676 BitLength = 2;
682 BitLength = 2;
688 BitLength = 4;
694 BitLength = 4;
700 BitLength = 4;
706 BitLength
[all...]
H A Daslresource.c556 * BitLength - Number of bits in the field
572 UINT32 BitLength)
579 Op->Asl.Value.Tag.BitLength = BitLength;
567 RsCreateResourceField( ACPI_PARSE_OBJECT *Op, char *Name, UINT32 ByteOffset, UINT32 BitOffset, UINT32 BitLength) argument
H A Daslcompiler.h1397 UINT32 BitLength);
H A Daslload.c481 Node->Length = InitializerOp->Asl.Value.Tag.BitLength;
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c358 UINT32 BitLength; local
373 ObjDesc->CommonField.BitLength,
375 BitLength = ByteAlignment * 8;
379 BitLength = 8;
386 BitLength = 8;
392 BitLength = 16;
398 BitLength = 32;
404 BitLength = 64;
429 return_UINT32 (BitLength);
477 ObjDesc->CommonField.BitLength
[all...]
H A Dexfield.c320 ObjDesc->Field.BitLength);
365 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength));
369 ObjDesc->Field.BitLength));
380 ObjDesc->CommonField.BitLength,
488 ObjDesc->Field.BitLength);
546 ObjDesc->CommonField.BitLength,
H A Dexfldio.c462 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE)
471 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
480 ObjDesc->CommonField.BitLength));
854 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
858 ObjDesc->CommonField.BitLength, BufferLength));
869 (ObjDesc->CommonField.BitLength == AccessBitWidth))
899 ObjDesc->CommonField.BitLength, AccessBitWidth);
902 ObjDesc->CommonField.BitLength +
960 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
1019 ObjDesc->CommonField.BitLength);
[all...]
H A Dexserial.c191 * pin number index. The BitLength is the length of the field, which
196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
246 * pin number index. The BitLength is the length of the field, which
258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
H A Dexdump.c416 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
940 ObjDesc->Field.BitLength,
958 ObjDesc->BufferField.BitLength,
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h431 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h993 UINT32 BitLength; member in struct:acpi_tag_info
/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
H A Devregion.c397 BitWidth = FieldObj->Field.BitLength;
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c581 ObjDesc->CommonField.BitLength,

Completed in 98 milliseconds