OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitLength
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtfield.c
530
UINT32
BitLength
= 1;
548
BitLength
= 1;
554
BitLength
= 2;
561
BitLength
= 2;
568
BitLength
= 2;
574
BitLength
= 8;
580
BitLength
= 2;
586
BitLength
= 4;
592
BitLength
= 4;
598
BitLength
= 4
[
all
...]
aslresource.c
448
*
BitLength
- Number of bits in the field
464
UINT32
BitLength
)
471
Op->Asl.Value.Tag.
BitLength
=
BitLength
;
aslcompiler.h
1293
UINT32
BitLength
);
aslload.c
373
Node->Length = InitializerOp->Asl.Value.Tag.
BitLength
;
/src/sys/external/bsd/acpica/dist/debugger/
dbtest.c
72
UINT32
BitLength
);
77
UINT32
BitLength
);
322
UINT32
BitLength
= 0;
341
BitLength
= AcpiGbl_IntegerBitWidth;
354
BitLength
= ByteLength * 8;
379
BitLength
= ObjDesc->CommonField.
BitLength
;
380
ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (
BitLength
);
381
if (
BitLength
> AcpiGbl_IntegerBitWidth)
412
Status = AcpiDbTestIntegerType (Node,
BitLength
);
[
all
...]
/src/sys/external/bsd/acpica/dist/executer/
exprep.c
250
UINT32
BitLength
;
265
ObjDesc->CommonField.
BitLength
,
267
BitLength
= ByteAlignment * 8;
271
BitLength
= 8;
278
BitLength
= 8;
284
BitLength
= 16;
290
BitLength
= 32;
296
BitLength
= 64;
321
return_UINT32 (
BitLength
);
369
ObjDesc->CommonField.
BitLength
= FieldBitLength
[
all
...]
exfield.c
214
ObjDesc->Field.
BitLength
);
259
"PCC FieldRead bits %u\n", ObjDesc->Field.
BitLength
));
263
ObjDesc->Field.
BitLength
));
274
ObjDesc->CommonField.
BitLength
,
384
ObjDesc->Field.
BitLength
);
440
ObjDesc->CommonField.
BitLength
,
exfldio.c
354
if (ObjDesc->CommonField.
BitLength
>= ACPI_INTEGER_BIT_SIZE)
363
if (Value >= ((UINT64) 1 << ObjDesc->CommonField.
BitLength
))
372
ObjDesc->CommonField.
BitLength
));
746
ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.
BitLength
))
750
ObjDesc->CommonField.
BitLength
, BufferLength));
761
(ObjDesc->CommonField.
BitLength
== AccessBitWidth))
791
ObjDesc->CommonField.
BitLength
, AccessBitWidth);
794
ObjDesc->CommonField.
BitLength
+
852
BufferTailBits = ObjDesc->CommonField.
BitLength
% AccessBitWidth;
911
ObjDesc->CommonField.
BitLength
);
[
all
...]
exserial.c
83
* pin number index. The
BitLength
is the length of the field, which
88
ObjDesc->Field.PinNumberIndex, ObjDesc->Field.
BitLength
));
138
* pin number index. The
BitLength
is the length of the field, which
150
ObjDesc->Field.PinNumberIndex, ObjDesc->Field.
BitLength
));
exdump.c
308
{ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.
BitLength
), "Bit Length"},
832
ObjDesc->Field.
BitLength
,
850
ObjDesc->BufferField.
BitLength
,
/src/sys/external/bsd/acpica/dist/include/
acobject.h
324
UINT32
BitLength
; /* Length of field in bits */\
aclocal.h
894
UINT32
BitLength
;
/src/sys/external/bsd/acpica/dist/events/
evregion.c
337
BitWidth = FieldObj->Field.
BitLength
;
/src/sys/external/bsd/acpica/dist/namespace/
nsdump.c
472
ObjDesc->CommonField.
BitLength
,
Completed in 37 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026