Home | History | Annotate | Download | only in src

Lines Matching defs:curr

61     int curr;                   /* current index in run's array */
88 curr = 0;
93 begCorr = (float) first_corr[curr];
94 curr++;
95 endCorr = (float) first_corr[curr];
96 curr++;
97 endLineIndex = first[curr];
175 curr = 0;
178 curr = 0;;
182 begCorr = (float) second_corr[curr];
183 curr++;
184 endCorr = (float) second_corr[curr];
185 curr++;
186 endLineIndex = second[curr];