OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_popc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_subr.c
843
*
dt_popc
() is a fast implementation of population count. The algorithm is
847
dt_popc
(ulong_t x)
function
884
popc +=
dt_popc
(bp[w]);
886
return (popc +
dt_popc
(bp[maxw] & ((1UL << maxb) - 1)));
dt_impl.h
648
extern ulong_t
dt_popc
(ulong_t);
Completed in 24 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026