Searched defs:rotated_word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c236 ulong_t rotated_word; local
242 rotated_word = (w >> rotate_bit) | (w << (BT_NBIPUL - rotate_bit));
243 elt = (uint_t)(lowbit(rotated_word) - 1);

Completed in 44 milliseconds