Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_supp.cpp53 int ii, jj, hired, retd; in SortLanguageAtIndices() local
94 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() local
170 retd= numArc; in SortLanguageAtSortIndices()
[all …]