Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_supp.cpp423 int rix, lastRix; in RemoveDuplicatesAtNode() local
430 lastRix= rixBegin; in RemoveDuplicatesAtNode()
432 assert (arc[forwardList[lastRix]]->GetFromId() == arc[forwardList[rix]]->GetFromId()); in RemoveDuplicatesAtNode()
433 if (ARC_COMPARE (forwardList[lastRix], forwardList[rix]) == 0) { in RemoveDuplicatesAtNode()
438 lastRix= rix; in RemoveDuplicatesAtNode()