Searched refs:lastRix (Results 1 – 1 of 1) sorted by relevance
423 int rix, lastRix; in RemoveDuplicatesAtNode() local430 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()