Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dbitset.c236 ulong_t rotated_word; in bitset_find_in_word() local
242 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()