Searched refs:idx2 (Results 1 – 1 of 1) sorted by relevance
2153 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {2155 $idx2++;2174 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {2194 $idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);2199 while ($idx1 < $cnt1 && $idx2 < $cnt2) {2201 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {2203 $idx2++;2214 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];2218 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];2251 while ($idx2 < $cnt2) {[all …]
Completed in 8 milliseconds