Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c235 uint_t rotate_bit, elt = (uint_t)-1; in bitset_find_in_word() local
241 rotate_bit = seed % BT_NBIPUL; in bitset_find_in_word()
242 rotated_word = (w >> rotate_bit) | (w << (BT_NBIPUL - rotate_bit)); in bitset_find_in_word()
245 elt = ((elt + rotate_bit) % BT_NBIPUL); in bitset_find_in_word()