/external/chromium_org/third_party/re2/re2/ |
onepass.cc | 263 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/ |
onepass.cc | 263 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/grub/stage2/ |
fsys_jfs.c | 75 jfs.xlastindex = xtp->header.nextindex; 82 jfs.xlastindex = xtpage->header.nextindex; 95 jfs.xlastindex = xtpage->header.nextindex; 148 jfs.slastindex = dtpage->header.nextindex; 172 jfs.slastindex = dtr->header.nextindex; 184 jfs.slastindex = dtpage->header.nextindex;
|
jfs.h | 343 s8 nextindex; /* 1: next free entry in stbl */ member in struct:__anon18458::__anon18459 375 * except nextindex which refers to entry index in stbl; 384 s8 nextindex; /* 1: next entry index in stbl */ member in struct:__anon18460::__anon18461 432 s16 nextindex; /* 2: next index = number of entries */ member in struct:__anon18462::xtheader
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 523 int nextindex=addNode(next,m_last_parent,m_last_kid, local 526 m_last_kid=nextindex; 543 nextindex,attrIndex,NULL); 572 makeNodeHandle(((attrIndex==NULL)?nextindex:attrIndex)+1) 574 nextindex,attrIndex,NULL); [all...] |