Searched refs:BITNO_32 (Results 1 – 1 of 1) sorted by relevance
3031 #define BITNO_32(x) (((x) >> 16) ? 16 + BITNO_16((x) >> 16) : BITNO_16((x))) in print_in_radiotap_namespace() macro3052 bitno = BITNO_32(present ^ next_present); in print_in_radiotap_namespace()3259 #undef BITNO_32 in ieee802_11_radio_print()