Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp382 ProcessBegins (startPoint, endPoint, BEGINRULE_LABEL, nodeList, 0, visitList, numVertex); in RemoveRuleStarts()
424 ProcessBegins (startPoint, endPoint, NONE_LABEL, nodeList, 0, visitList, numVertex); in RemoveNulls()
461 ProcessBegins (startPoint, endPoint, BEGINSCOPE_LABEL, nodeList, 0, visitList, numVertex); in RemoveForwardConnections()
491 void SubGraph::ProcessBegins (int currId, int finalId, int procLabel, in ProcessBegins() function in SubGraph
511 ProcessBegins (nextId, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum); in ProcessBegins()
Dsub_grph.h228 …void ProcessBegins (int currId, int endId, int procLabel, int *nodeList, int currNum, int *visitMa…