Searched refs:rotbit (Results 1 – 1 of 1) sorted by relevance
527 register u_int rotbit; /* this is the bit we rotate through all bitpositions */ in bittok2str_internal() local533 rotbit=1; in bittok2str_internal()534 while (rotbit != 0) { in bittok2str_internal()539 if (tokval == (v&rotbit)) { in bittok2str_internal()558 rotbit=rotbit<<1; /* no match - lets shift and try again */ in bittok2str_internal()