Searched refs:partial_stop (Results 1 – 1 of 1) sorted by relevance
178 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit() local214 if ((counter == limit) && (partial_stop != BT_ULMASK)) { in bt_getlowbit()221 ASSERT(partial_stop < BT_ULMASK); in bt_getlowbit()222 word = word & (~(BT_ULMAXMASK << partial_stop + 1)); in bt_getlowbit()