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

/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c126 UINT32 BitCount; local
175 BitCount = (UINT32) LengthDesc->Integer.Value;
179 if (BitCount == 0)
193 BitCount = 1;
202 BitCount = 8;
211 BitCount = 16;
220 BitCount = 32;
229 BitCount = 64;
244 if ((BitOffset + BitCount) >
250 BitOffset + BitCount,
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c73 UINT8 BitCount; local
81 for (i = 0, BitCount = 0; Mask; i++)
85 List[BitCount] = i;
86 BitCount++;
92 return (BitCount);

Completed in 1653 milliseconds