Searched refs:FindLSBNonEmpty (Results 1 – 1 of 1) sorted by relevance
15 int FindLSBNonEmpty(uint32_t word, bool value) { in FindLSBNonEmpty() function231 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value); in FindNextBit()248 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value); in FindNextBit()