Searched defs:BitLength (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexprep.c250 UINT32 BitLength; local
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
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h882 UINT32 BitLength; member in struct:acpi_tag_info

Completed in 84 milliseconds