Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dgr_iface.cpp40 newIndex[ii]= subIndex[ii]; in addSubGraph()
43 delete [] subIndex; in addSubGraph()
45 subIndex= newIndex; in addSubGraph()
49 subIndex= new int [BLKSIZE]; in addSubGraph()
55 subIndex[numSubGraph]= ruleId; in addSubGraph()
71 if (subIndex[ii] == subId) in getSubGraphIndex()
80 return subIndex[ii]; in getSubGraphIndex()
206 subg->ExpandRules (subGraph, subIndex, numSubGraph); in ExpandRules()
Dgrph.h33 subIndex= 0; in Graph()
39 delete [] subIndex; in ~Graph()
66 int *subIndex; variable