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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c3035 #define BITNO_32(x) (((x) >> 16) ? 16 + BITNO_16((x) >> 16) : BITNO_16((x))) macro
3272 #undef BITNO_32 macro

Completed in 185 milliseconds