Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Donepass.cc158 static const int kIndexShift = 16; // number of bits below index variable
161 static const int kRealMaxCap = (kIndexShift - kRealCapShift) / 2 * 2;
263 uint32 nextindex = cond >> kIndexShift; in SearchOnePass()
469 uint32 newact = (nextindex << kIndexShift) | cond; in IsOnePass()
489 uint32 newact = (nextindex << kIndexShift) | cond; in IsOnePass()
585 node->action[i] >> kIndexShift, in IsOnePass()
586 idmap[node->action[i] >> kIndexShift]); in IsOnePass()