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

/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
278 symTst= SYMBOL_COMPARE (forwardList[fix], forwardList[six]);
279 if (symTst == 0) {
312 else if (symTst < 0) {
321 else if (symTst > 0) {
359 int fix, six, symTst, numStart; local
382 symTst= SYMBOL_COMPARE (forwardList[fix], forwardList[six]);
384 if (symTst == 0) {
413 else if (symTst < 0) {
422 else if (symTst >
[all...]

Completed in 123 milliseconds