Searched refs:idx2 (Results 1 – 1 of 1) sorted by relevance
2146 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {2148 $idx2++;2167 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {2187 $idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);2192 while ($idx1 < $cnt1 && $idx2 < $cnt2) {2194 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {2196 $idx2++;2207 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];2211 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];2244 while ($idx2 < $cnt2) {[all …]
Completed in 8 milliseconds