Lines Matching defs:j2
690 int j1, j2;
692 for (i = 0, j1 = 0, j2 = 0; j1 < lcnt1 && j2 < lcnt2; ) {
697 if (list2[j2].bad_start == (uint32_t)ALTS_ENT_EMPTY) {
698 j2++;
701 if (list1[j1].bad_start < list2[j2].bad_start)
704 buf[i++] = list2[j2++];
711 for (; j2 < lcnt2; j2++) {
712 if (list2[j2].bad_start == (uint32_t)ALTS_ENT_EMPTY)
714 buf[i++] = list2[j2];