Searched refs:FindLSBSet (Results 1 – 1 of 1) sorted by relevance
52 static int FindLSBSet(uint64_t n) { in FindLSBSet() function94 return (i * 64) + FindLSBSet(word); in FindNextSetBit()101 return (1 * 64) + FindLSBSet(words_[1]); in FindNextSetBit()105 return (2 * 64) + FindLSBSet(words_[2]); in FindNextSetBit()109 return (3 * 64) + FindLSBSet(words_[3]); in FindNextSetBit()