Home
last modified time | relevance | path

Searched refs:maxb (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dnewfs5.sh89 off_t bp, maxb;
101 maxb = sb.st_size - sizeof(buf);
105 bp = (bp << 31 | arc4random()) % maxb;
H A Dnewfs4.sh100 off_t bp, maxb;
113 maxb = sb.st_size - sizeof(buf);
117 bp = (bp << 31 | arc4random()) % maxb;
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc() local
113 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) { in dt_regset_alloc()
H A Ddt_subr.c860 ulong_t maxb = n & BT_ULMASK; in dt_popcb() local
870 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c875 int maxa, maxb; in sta_compare() local
901 maxb = maxrate(&b->base); in sta_compare()
902 if (maxa != maxb) in sta_compare()
903 return maxa - maxb; in sta_compare()