Searched defs:word_index (Results 1 – 3 of 3) sorted by relevance
35 const size_t word_index = BitIndexToWordIndex(bit_index); in AtomicTestAndSetBit() local135 const size_t word_index = BitIndexToWordIndex(bit_index); in ModifyBit() local
52 static ALWAYS_INLINE constexpr T WordIndexToBitIndex(T word_index) { in WordIndexToBitIndex()
53 uint32_t word_index = start_index / kWordBits; in FindIndex() local