Searched refs:nextId (Results 1 – 7 of 7) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 494 int rix, nextId; in ProcessBegins() local 508 nextId= arc[forwardList[rix]]->GetToId(); in ProcessBegins() 509 if (nextId >= 0 && nextId != finalId && checkEntry (nodeList, currNum, nextId) < 0 in ProcessBegins() 510 && visitMark[nextId] == 0) in ProcessBegins() 511 ProcessBegins (nextId, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum); in ProcessBegins() 566 int rix, nextId; in ProcessEnds() local 579 nextId= arc[backwardList[rix]]->GetFromId(); in ProcessEnds() 580 if (nextId != initialId && checkEntry (nodeList, currNum, nextId) < 0 in ProcessEnds() 581 && visitMark[nextId] == 0) in ProcessEnds() 582 ProcessEnds (nextId, initialId, procLabel, nodeList, currNum+1, visitMark, maxNum); in ProcessEnds() [all …]
|
D | sub_base.cpp | 177 int rix, nextId, nextInp; in ReverseDepthData() local 187 nextId= arc[backwardList[rix]]->GetFromId(); in ReverseDepthData() 189 if (nextId >= 0 && nextInp != DISCARD_LABEL) in ReverseDepthData() 190 ReverseDepthData (nextId, depthMap, depth+1); in ReverseDepthData() 198 int rix, nextId, nextInp; in ForwardDepthData() local 208 nextId= arc[forwardList[rix]]->GetToId(); in ForwardDepthData() 210 if (nextId >= 0 && nextInp != DISCARD_LABEL) in ForwardDepthData() 211 ForwardDepthData (nextId, depthMap, depth+1); in ForwardDepthData()
|
D | sub_min.cpp | 159 int rix, rixBegin, nextId; in CheckForChangeAndResort() local 167 nextId= arc[forwardList[rix]]->GetToId(); in CheckForChangeAndResort() 168 if (nextId >= 0 && mapList[nextId] != nextId) { in CheckForChangeAndResort() 170 arc[forwardList[rix]]->AssignToId(mapList[nextId]); in CheckForChangeAndResort()
|
D | sub_phon.cpp | 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount; in ExpandPhonemes() local 62 nextId= NewVertexId(); in ExpandPhonemes() 64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes() 67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId()); in ExpandPhonemes()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ExpiresParser.java | 72 String nextId = lexer.getNextId(); in parse() local 75 int delta = Integer.parseInt(nextId); in parse()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | SessionExpiresParser.java | 43 String nextId = lexer.getNextId(); in parse() local 46 int delta = Integer.parseInt(nextId); in parse()
|
D | MinSEParser.java | 47 String nextId = lexer.getNextId(); in parse() local 49 int delta = Integer.parseInt(nextId); in parse()
|