Home
last modified time | relevance | path

Searched refs:popc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_subr.c795 ulong_t w, popc = 0; in dt_popcb() local
801 popc += dt_popc(bp[w]); in dt_popcb()
803 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1657 popc(core_content_t x) in popc() function
1682 nonecnt = popc(content); in proc_content2str()
1683 defcnt = 1 + popc(content ^ CC_CONTENT_DEFAULT); in proc_content2str()
1684 allcnt = 1 + popc(content ^ CC_CONTENT_ALL); in proc_content2str()
1719 index = popc(bit - 1); in proc_content2str()