Searched refs:ProcessBegins (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 382 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()
|
D | sub_grph.h | 228 …void ProcessBegins (int currId, int endId, int procLabel, int *nodeList, int currNum, int *visitMa…
|