Searched refs:dt_popc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_subr.c760 * dt_popc() is a fast implementation of population count. The algorithm is
764 dt_popc(ulong_t x) function
800 popc += dt_popc(bp[w]);
802 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));
H A Ddt_impl.h595 extern ulong_t dt_popc(ulong_t);

Completed in 156 milliseconds