Home
last modified time | relevance | path

Searched refs:ProcessEnds (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp403 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()
Dsub_grph.h230 …void ProcessEnds (int currId, int initialId, int procLabel, int *nodeList, int currNum, int *visit…