Home
last modified time | relevance | path

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

/external/tcpdump/
Dutil.c308 register int rotbit; /* this is the bit we rotate through all bitpositions */ in bittok2str() local
313 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()