Lines Matching refs:i
162 for ($i = $ylim - 1; $i >= $yoff; $i--) {
163 $ymatches[$this->xv[$i]][] = $i;
166 for ($i = $ylim - 1; $i >= $yoff; $i--) {
167 $ymatches[$this->yv[$i]][] = $i;
180 for ($i = 0; $i <= $this->lcs; $i++) {
181 $ymids[$i][$chunk - 1] = $this->seq[$i];
320 $i = 0;
343 while ($i < $len && ! $changed[$i]) {
345 $i++; $j++;
351 if ($i == $len) {
355 $start = $i;
358 while (++$i < $len && $changed[$i]) {
365 $runlength = $i - $start;
370 while ($start > 0 && $lines[$start - 1] == $lines[$i - 1]) {
372 $changed[--$i] = false;
387 $corresponding = $j < $other_len ? $i : $len;
394 while ($i < $len && $lines[$start] == $lines[$i]) {
396 $changed[$i++] = 1;
397 while ($i < $len && $changed[$i]) {
398 $i++;
404 $corresponding = $i;
410 } while ($runlength != $i - $start);
414 while ($corresponding < $i) {
416 $changed[--$i] = 0;