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

  /external/regex-re2/re2/
onepass.cc 130 struct OneState;
136 struct OneState {
199 // Basically (OneState*)(nodes + statesize*nodeindex)
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize,
203 return reinterpret_cast<OneState*>(
244 volatile OneState* state = onepass_start_;
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32);
415 OneState* node = IndexToNode(nodes, statesize, nodeindex);
576 OneState* node = IndexToNode(nodes, statesize, nodeindex);
prog.h 75 struct OneState;
353 int onepass_statesize_; // byte size of each OneState* node
369 OneState* onepass_start_; // start node for OnePass program

Completed in 153 milliseconds