Home
last modified time | relevance | path

Searched defs:lowest_set_bit (Results 1 – 3 of 3) 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
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp4674 uint32_t lowest_set_bit = 14; in EmulateSTM() local
4944 uint32_t lowest_set_bit = 14; in EmulateSTMDB() local
5066 uint32_t lowest_set_bit = 14; in EmulateSTMIB() local