OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotbit
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
util.c
308
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 35 milliseconds