HomeSort by: relevance | last modified time | path
    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