Home
last modified time | relevance | path

Searched defs:lowest_set_bit (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/libpcap/
H A Doptimize.c118 #define lowest_set_bit(mask) ((u_int)__builtin_ctz(mask)) macro
131 lowest_set_bit(int mask) in lowest_set_bit() function
148 #define lowest_set_bit(mask) ((u_int)(ffs((mask)) - 1)) macro
156 #define lowest_set_bit(mask) (u_int)((ffs((mask)) - 1)) macro
163 lowest_set_bit(int mask) in lowest_set_bit() function