Searched refs:BT_ULMASK (Results 1 – 9 of 9) sorted by relevance
77 maxbit = wx == maxword ? nbits & BT_ULMASK : BT_NBIPUL - 1; in bt_availbit()177 index_t partial_start = start & BT_ULMASK; in bt_getlowbit()178 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit()214 if ((counter == limit) && (partial_stop != BT_ULMASK)) { in bt_getlowbit()221 ASSERT(partial_stop < BT_ULMASK); in bt_getlowbit()
481 ulong_t nextbitindex = nextindex & BT_ULMASK; in errorq_availbit()484 ulong_t maxbitindex = maxindex & BT_ULMASK; in errorq_availbit()493 maxbit = (nextword == maxword) ? maxbitindex : BT_ULMASK; in errorq_availbit()
63 #define BT_ULMASK (BT_NBIPUL - 1) /* to extract bit index */ macro89 (1UL << ((bitindex) & BT_ULMASK))
60 and index, BT_ULMASK, index; \
107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc()
792 ulong_t maxb = n & BT_ULMASK; in dt_popcb()
124 and index, BT_ULMASK, index; \
982 and hmentoff, BT_ULMASK, use_shctx /* mask bit index */ ;\
2161 and tmp1, BT_ULMASK, tmp2 ;\