Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dbitmask.rs68 pub unsafe fn lowest_set_bit_nonzero(self) -> usize { in lowest_set_bit_nonzero() method
73 pub unsafe fn lowest_set_bit_nonzero(self) -> usize { in lowest_set_bit_nonzero() method
/aosp_15_r20/external/llvm-libc/src/__support/HashTable/
H A Dbitmask.h46 LIBC_INLINE constexpr size_t lowest_set_bit_nonzero() const { in lowest_set_bit_nonzero() function