Searched refs:maxb (Results 1 – 5 of 5) sorted by relevance
89 off_t bp, maxb;101 maxb = sb.st_size - sizeof(buf);105 bp = (bp << 31 | arc4random()) % maxb;
100 off_t bp, maxb;113 maxb = sb.st_size - sizeof(buf);117 bp = (bp << 31 | arc4random()) % maxb;
108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc() local113 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) { in dt_regset_alloc()
860 ulong_t maxb = n & BT_ULMASK; in dt_popcb() local870 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
875 int maxa, maxb; in sta_compare() local901 maxb = maxrate(&b->base); in sta_compare()902 if (maxa != maxb) in sta_compare()903 return maxa - maxb; in sta_compare()