Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Donepass.cc170 static const int kRealCapShift = kEmptyShift + 1; variable
171 static const int kRealMaxCap = (kIndexShift - kRealCapShift) / 2 * 2;
174 static const int kCapShift = kRealCapShift - 2;
178 static const uint32_t kCapMask = ((1 << kRealMaxCap) - 1) << kRealCapShift;