Searched refs:WordIndexToBitIndex (Results 1 – 2 of 2) sorted by relevance
87 const uintptr_t ptr_base = WordIndexToBitIndex(index_start); in VisitSetBits()99 const uintptr_t ptr_base = WordIndexToBitIndex(i); in VisitSetBits()123 const uintptr_t ptr_base = WordIndexToBitIndex(index_end); in VisitSetBits()
54 static ALWAYS_INLINE constexpr T WordIndexToBitIndex(T word_index) { in WordIndexToBitIndex() function