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

/freebsd-10.0-release/contrib/tcpdump/
H A Dutil.c328 register int rotbit; /* this is the bit we rotate through all bitpositions */ local
333 rotbit=1;
334 while (rotbit != 0) {
339 if (tokval == (v&rotbit)) {
345 rotbit=rotbit<<1; /* no match - lets shift and try again */

Completed in 103 milliseconds