Searched refs:FindLSBSet (Results 1 – 2 of 2) sorted by relevance
52 static int FindLSBSet(uint64_t n) { in FindLSBSet() function93 return (i * 64) + FindLSBSet(word); in FindNextSetBit()100 return (1 * 64) + FindLSBSet(words_[1]); in FindNextSetBit()104 return (2 * 64) + FindLSBSet(words_[2]); in FindNextSetBit()108 return (3 * 64) + FindLSBSet(words_[3]); in FindNextSetBit()
921 static int FindLSBSet(uint32_t n) { in FindLSBSet() function970 const int fb_ctz = FindLSBSet(fb_movemask); in PrefixAccel_FrontAndBack()