HomeSort by relevance Sort by last modified time
    Searched refs:kIndexShift (Results 1 - 2 of 2) sorted by null

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

Completed in 762 milliseconds