Searched defs:any_bit_set (Results 1 – 7 of 7) sorted by relevance
42 LIBC_INLINE constexpr bool any_bit_set() const { return word != 0; } in any_bit_set() function
50 pub fn any_bit_set(self) -> bool { in any_bit_set() method
43 pub(crate) fn any_bit_set(self) -> bool { in any_bit_set() method