Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Donepass.cc168 static const int kIndexShift = 16; // number of bits below index variable
171 static const int kRealMaxCap = (kIndexShift - kRealCapShift) / 2 * 2;
267 uint32_t nextindex = cond >> kIndexShift; in SearchOnePass()
483 uint32_t newact = (nextindex << kIndexShift) | cond; in IsOnePass()
504 uint32_t newact = (nextindex << kIndexShift) | cond; in IsOnePass()
607 node->action[i] >> kIndexShift, in IsOnePass()
608 idmap[node->action[i] >> kIndexShift]); in IsOnePass()