HomeSort by relevance Sort by last modified time
    Searched full:rotbit (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
util.c 328 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 53 milliseconds