Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_subr.c794 ulong_t w, popc = 0; in dt_popcb() local
800 popc += dt_popc(bp[w]); in dt_popcb()
802 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1581 popc(core_content_t x) in popc() function
1606 nonecnt = popc(content); in proc_content2str()
1607 defcnt = 1 + popc(content ^ CC_CONTENT_DEFAULT); in proc_content2str()
1608 allcnt = 1 + popc(content ^ CC_CONTENT_ALL); in proc_content2str()
1643 index = popc(bit - 1); in proc_content2str()