Searched refs:ARC_COMPARE_REV (Results 1 – 1 of 1) sorted by relevance
30 #define ARC_COMPARE_REV(x,y) (arc[x]->CompareReverse(arc[y])) macro257 if (jj < numArc && ARC_COMPARE_REV (sortList[jj], sortList[jj+1]) <= 0 ) in SortLanguageReverse()259 if (ARC_COMPARE_REV (holdArc, sortList[jj]) < 0) { in SortLanguageReverse()283 if (jj < retd && ARC_COMPARE_REV (sortList[jj], sortList[jj+1]) <= 0) in SortLanguageReverse()285 if (ARC_COMPARE_REV (holdArc, sortList[jj]) < 0) { in SortLanguageReverse()351 if (ARC_COMPARE_REV (backwardList[ii-1], backwardList[ii]) > 0) { in CheckSortReverse()