Searched defs: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/grub/stage2/
H A Djfs.h343 s8 nextindex; /* 1: next free entry in stbl */ member in struct:__anon17867::__anon17868
375 * except nextindex which refers to entry index in stbl;
384 s8 nextindex; /* 1: next entry index in stbl */ member in struct:__anon17869::__anon17870
432 s16 nextindex; /* 2: next index = number of entries */ member in struct:__anon17871::xtheader

Completed in 268 milliseconds