Home
last modified time | relevance | path

Searched refs:FindLSBSet (Results 1 – 1 of 1) sorted by relevance

/third_party/re2/re2/
Dbitmap256.h52 static int FindLSBSet(uint64_t n) { in FindLSBSet() function
94 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()