Searched refs:rotated_word (Results 1 – 1 of 1) sorted by relevance
236 ulong_t rotated_word; in bitset_find_in_word() local242 rotated_word = (w >> rotate_bit) | (w << (BT_NBIPUL - rotate_bit)); in bitset_find_in_word()243 elt = (uint_t)(lowbit(rotated_word) - 1); in bitset_find_in_word()