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