Searched refs:ProcessEnds (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 403 ProcessEnds (endPoint, startPoint, ENDRULE_LABEL, nodeList, 0, visitList, numVertex); in RemoveRuleEnds() 533 ProcessEnds (endPoint, startPoint, ENDSCOPE_LABEL, nodeList, 0, visitList, numVertex); in RemoveBackwardConnections() 563 void SubGraph::ProcessEnds (int currId, int initialId, int procLabel, in ProcessEnds() function in SubGraph 582 ProcessEnds (nextId, initialId, procLabel, nodeList, currNum+1, visitMark, maxNum); in ProcessEnds()
|
D | sub_grph.h | 230 …void ProcessEnds (int currId, int initialId, int procLabel, int *nodeList, int currNum, int *visit…
|