Home | History | Annotate | Download | only in re2

Lines Matching full:uint32

137   uint32 matchcond;   // conditions to match right now.
138 uint32 action[1];
141 // The uint32 conditions in the action are a combination of
167 static const uint32 kMatchWins = 1 << kEmptyShift;
168 static const uint32 kCapMask = ((1 << kRealMaxCap) - 1) << kRealCapShift;
170 static const uint32 kImpossible = kEmptyWordBoundary | kEmptyNonWordBoundary;
182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) {
183 uint32 satisfied = Prog::EmptyFlags(context, p);
191 static void ApplyCaptures(uint32 cond, const char* p,
246 volatile uint32 statesize = onepass_statesize_;
254 uint32 nextmatchcond = state->matchcond;
257 uint32 matchcond = nextmatchcond;
258 uint32 cond = state->action[c];
263 uint32 nextindex = cond >> kIndexShift;
322 uint32 matchcond = state->matchcond;
360 uint32 cond;
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32);
431 uint32 cond = stack[nstack].cond;
468 uint32 act = node->action[b];
469 uint32 newact = (nextindex << kIndexShift) | cond;
488 uint32 act = node->action[b];
489 uint32 newact = (nextindex << kIndexShift) | cond;