Searched refs:rotbit (Results 1 – 1 of 1) sorted by relevance
308 register int rotbit; /* this is the bit we rotate through all bitpositions */ in bittok2str() local313 rotbit=1; in bittok2str()314 while (rotbit != 0) { in bittok2str()319 if (tokval == (v&rotbit)) { in bittok2str()324 rotbit=rotbit<<1; /* no match - lets shift and try again */ in bittok2str()