Searched refs:kIndexShift (Results 1 – 1 of 1) sorted by relevance
158 static const int kIndexShift = 16; // number of bits below index variable161 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()