Searched refs:BitIndexToWordIndex (Results 1 – 2 of 2) sorted by relevance
34 const size_t word_index = BitIndexToWordIndex(bit_index); in AtomicTestAndSetBit()53 return (bitmap_begin_[BitIndexToWordIndex(bit_index)] & BitIndexToMask(bit_index)) != 0; in TestBit()61 const uintptr_t index_start = BitIndexToWordIndex(bit_start); in VisitSetBits()62 const uintptr_t index_end = BitIndexToWordIndex(bit_end); in VisitSetBits()135 const size_t word_index = BitIndexToWordIndex(bit_index); in ModifyBit()
49 static ALWAYS_INLINE constexpr size_t BitIndexToWordIndex(uintptr_t offset) { in BitIndexToWordIndex() function