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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c801 * dt_popc() is a fast implementation of population count. The algorithm is
805 dt_popc(ulong_t x) function
842 popc += dt_popc(bp[w]);
844 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));
H A Ddt_impl.h610 extern ulong_t dt_popc(ulong_t);

Completed in 99 milliseconds