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

/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp65 int fix, six, fnxt, snxt, tof, tos, count; local
81 fnxt= arc[forwardList[fix]]->GetFromId();
83 fnxt= -1;
93 if (fnxt != firstId && snxt != secondId)
95 else if (fnxt != firstId || snxt != secondId)
115 } while (fnxt >= 0 && snxt >= 0);

Completed in 54 milliseconds