Searched refs:FindLSBNonEmpty (Results 1 – 1 of 1) sorted by relevance
31 int FindLSBNonEmpty(uint32 word, bool value) { in FindLSBNonEmpty() function252 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value); in FindNextBit()269 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value); in FindNextBit()