Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_regset.c107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc() local
112 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) { in dt_regset_alloc()
H A Ddt_subr.c793 ulong_t maxb = n & BT_ULMASK; in dt_popcb() local
803 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c484 uint8_t maxb; in ieee80211_node_compare() local
507 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3886 int maxb = -1; in umem_malloc_print_dist() local
3894 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()