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

/external/tcpdump/
H A Dutil.c308 register int rotbit; /* this is the bit we rotate through all bitpositions */ local
313 rotbit=1;
314 while (rotbit != 0) {
319 if (tokval == (v&rotbit)) {
324 rotbit=rotbit<<1; /* no match - lets shift and try again */

Completed in 113 milliseconds