Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:retd

53     int	ii, jj, hired, retd;
94 retd= numArc;
95 while (retd > 0) {
96 holdArc= sortList[retd];
97 sortList[retd]= sortList[1];
98 if (--retd == 1) {
104 while (jj <= retd) {
105 if (jj < retd && ARC_COMPARE (sortList[jj], sortList[jj+1]) <= 0)
133 int ii, jj, hired, retd;
170 retd= numArc;
171 while (retd > 0) {
172 holdArc= sortList[retd];
173 sortList[retd]= sortList[1];
174 if (--retd == 1) {
180 while (jj <= retd) {
181 if (jj < retd && ARC_COMPARE (sortList[jj], sortList[jj+1]) <= 0)
231 int ii, jj, hired, retd;
272 retd= numArc;
273 while (retd > 0) {
274 holdArc= sortList[retd];
275 sortList[retd]= sortList[1];
276 if (--retd == 1) {
282 while (jj <= retd) {
283 if (jj < retd && ARC_COMPARE_REV (sortList[jj], sortList[jj+1]) <= 0)
467 int ii, jj, hired, retd;
508 retd= numArc;
509 while (retd > 0) {
510 holdArc= sortList[retd];
511 sortList[retd]= sortList[1];
512 if (--retd == 1) {
518 while (jj <= retd) {
519 if (jj < retd && ARC_COMPARE_MIN (sortList[jj], sortList[jj+1]) <= 0)