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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; local
112 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
H A Ddt_subr.c845 ulong_t maxb = n & BT_ULMASK; local
855 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_scan_sta.c827 int maxa, maxb; local
853 maxb = maxrate(&b->base);
854 if (maxa != maxb)
855 return maxa - maxb;

Completed in 123 milliseconds