Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/raw/
Dbitmask.rs56 pub fn lowest_set_bit(self) -> Option<usize> { in lowest_set_bit() method
/external/libpcap/
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