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

/external/chromium_org/third_party/re2/re2/
H A Donepass.cc263 uint32 nextindex = cond >> kIndexShift; local
264 state = IndexToNode(nodes, statesize, nextindex);
448 int nextindex = nodebyid[ip->out()]; local
449 if (nextindex == -1) {
457 nextindex = nalloc;
459 nodebyid[ip->out()] = nextindex;
469 uint32 newact = (nextindex << kIndexShift) | cond;
489 uint32 newact = (nextindex << kIndexShift) | cond;
/external/regex-re2/re2/
H A Donepass.cc263 uint32 nextindex = cond >> kIndexShift; local
264 state = IndexToNode(nodes, statesize, nextindex);
448 int nextindex = nodebyid[ip->out()]; local
449 if (nextindex == -1) {
457 nextindex = nalloc;
459 nodebyid[ip->out()] = nextindex;
469 uint32 newact = (nextindex << kIndexShift) | cond;
489 uint32 newact = (nextindex << kIndexShift) | cond;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java523 int nextindex=addNode(next,m_last_parent,m_last_kid,
526 m_last_kid=nextindex;
543 nextindex,attrIndex,NULL);
572 makeNodeHandle(((attrIndex==NULL)?nextindex:attrIndex)+1)
574 nextindex,attrIndex,NULL);

Completed in 175 milliseconds