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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_regset.c84 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; local
89 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
H A Ddt_subr.c791 ulong_t maxb = n & BT_ULMASK; local
801 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));

Completed in 24 milliseconds