Searched refs:firstId (Results 1 - 3 of 3) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp63 bool SubGraph::EquivalenceTestForward (int firstId, int secondId, int *equivMap) argument
67 assert (firstId != secondId);
68 fix= FindFromIndex (firstId);
77 while (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId
80 if (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId)
93 if (fnxt != firstId && snxt != secondId)
95 else if (fnxt != firstId || snxt != secondId)
184 int fix, six, firstId, secondId, vertEnd; local
199 firstId= -1;
202 // Iterator for firstId
257 PairwiseDeterminize(int baseId, int firstId, int fixStart, int secondId, int sixStart, DetCache *cache) argument
357 MergeVertices(int newId, int firstId, int secondId) argument
[all...]
H A Dsub_grph.h246 bool EquivalenceTestForward (int firstId, int secondId, int *equivMap);
261 void MergeVertices (int newId, int firstId, int secondId);
263 int PairwiseDeterminize (int baseId, int firstId, int fixStart, int secondId, int sixStart, DetCache *cache);
H A Dsub_phon.cpp210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; local
262 firstId= newId;
287 currId= firstId;

Completed in 124 milliseconds