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

/freebsd-13-stable/contrib/tcpdump/
H A Dutil-print.c539 register u_int rotbit; /* this is the bit we rotate through all bitpositions */ local
545 rotbit=1;
546 while (rotbit != 0) {
551 if (tokval == (v&rotbit)) {
570 rotbit=rotbit<<1; /* no match - lets shift and try again */

Completed in 102 milliseconds