Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dbitmap256.h52 static int FindLSBSet(uint64_t n) { in FindLSBSet() function
93 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()
Dprog.cc921 static int FindLSBSet(uint32_t n) { in FindLSBSet() function
970 const int fb_ctz = FindLSBSet(fb_movemask); in PrefixAccel_FrontAndBack()