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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c2196 #define BITNO_32(x) (((x) >> 16) ? 16 + BITNO_16((x) >> 16) : BITNO_16((x))) macro
2271 (bit0 + BITNO_32(present ^ next_present));
2285 #undef BITNO_32 macro

Completed in 152 milliseconds