Searched refs:statesize (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Donepass.cc199 // Basically (OneState*)(nodes + statesize*nodeindex)
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize, argument
204 const_cast<uint8*>(nodes + statesize*nodeindex));
246 volatile uint32 statesize = onepass_statesize_; local
264 state = IndexToNode(nodes, statesize, nextindex);
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32); local
392 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes)
404 uint8* nodes = new uint8[maxnodes*statesize];
410 nodep += statesize;
415 OneState* node = IndexToNode(nodes, statesize, nodeinde
[all...]

Completed in 88 milliseconds