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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c846 * dt_popc() is a fast implementation of population count. The algorithm is
850 dt_popc(ulong_t x) function
886 popc += dt_popc(bp[w]);
888 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));

Completed in 46 milliseconds