OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/dispatcher/
dsopcode.c
234
UINT32
BitCount
;
283
BitCount
= (UINT32) LengthDesc->Integer.Value;
287
if (
BitCount
== 0)
301
BitCount
= 1;
310
BitCount
= 8;
319
BitCount
= 16;
328
BitCount
= 32;
337
BitCount
= 64;
352
if ((BitOffset +
BitCount
) >
359
AcpiUtGetNodeName (ResultDesc), BitOffset,
BitCount
,
[
all
...]
/src/sys/external/bsd/acpica/dist/resources/
rsutils.c
181
UINT8
BitCount
;
189
for (i = 0,
BitCount
= 0; Mask; i++)
193
List[
BitCount
] = i;
194
BitCount
++;
200
return (
BitCount
);
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025