Searched refs:symTst (Results 1 – 1 of 1) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_min.cpp | 260 int fix, six, fmiss, smiss, nmatch, symTst, newId; in PairwiseDeterminize() local 278 symTst= SYMBOL_COMPARE (forwardList[fix], forwardList[six]); in PairwiseDeterminize() 279 if (symTst == 0) { in PairwiseDeterminize() 312 else if (symTst < 0) { in PairwiseDeterminize() 321 else if (symTst > 0) { in PairwiseDeterminize() 359 int fix, six, symTst, numStart; in MergeVertices() local 382 symTst= SYMBOL_COMPARE (forwardList[fix], forwardList[six]); in MergeVertices() 384 if (symTst == 0) { in MergeVertices() 413 else if (symTst < 0) { in MergeVertices() 422 else if (symTst > 0) { in MergeVertices()
|