Home
last modified time | relevance | path

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

/external/tcpdump/
Dutil-print.c527 register u_int rotbit; /* this is the bit we rotate through all bitpositions */ in bittok2str_internal() local
533 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()