Searched refs:maxb (Results 1 – 4 of 4) sorted by relevance
107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc() local112 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) { in dt_regset_alloc()
792 ulong_t maxb = n & BT_ULMASK; in dt_popcb() local802 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
484 uint8_t maxb; in ieee80211_node_compare() local507 maxb = IEEE80211_MAXRATE(b->in_rates); in ieee80211_node_compare()508 if (maxa != maxb) in ieee80211_node_compare()509 return ((maxb > maxa) ? b : a); in ieee80211_node_compare()
3886 int maxb = -1; in umem_malloc_print_dist() local3894 maxb = (int)maxmalloc; in umem_malloc_print_dist()3896 nbucks = buckets = maxb - minb + 1; in umem_malloc_print_dist()3899 for (b = minb; b <= maxb; b++) in umem_malloc_print_dist()3914 distarray = dist_geometric(buckets, minb, maxb, minbucketsize); in umem_malloc_print_dist()3916 distarray = dist_linear(buckets, minb, maxb); in umem_malloc_print_dist()