Searched refs:retd (Results 1 – 1 of 1) sorted by relevance
53 int ii, jj, hired, retd; in SortLanguageAtIndices() local94 retd= numArc; in SortLanguageAtIndices()95 while (retd > 0) { in SortLanguageAtIndices()96 holdArc= sortList[retd]; in SortLanguageAtIndices()97 sortList[retd]= sortList[1]; in SortLanguageAtIndices()98 if (--retd == 1) { in SortLanguageAtIndices()104 while (jj <= retd) { in SortLanguageAtIndices()105 if (jj < retd && ARC_COMPARE (sortList[jj], sortList[jj+1]) <= 0) in SortLanguageAtIndices()133 int ii, jj, hired, retd; in SortLanguageAtSortIndices() local170 retd= numArc; in SortLanguageAtSortIndices()[all …]