Searched defs:BITNO_8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-802_11.c2198 #define BITNO_8(x) (((x) >> 4) ? 4 + BITNO_4((x) >> 4) : BITNO_4((x))) macro
2287 #undef BITNO_8 macro

Completed in 51 milliseconds