Home
last modified time | relevance | path

Searched refs:last0 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/diff/
Dcontext.c133 int first0, last0, first1, last1, show_from, show_to, i; local
141 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &show_from, &show_to);
151 last0 = min (last0 + context, files[0].valid_lines - 1);
172 print_context_number_range (&files[0], first0, last0);
179 for (i = first0; i <= last0; i++)
265 int first0, last0, first1, last1, show_from, show_to, i, j, k; local
272 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &show_from, &show_to);
282 last0 = min (last0 + context, files[0].valid_lines - 1);
293 print_unidiff_number_range (&files[0], first0, last0);
312 while (i <= last0 || j <= last1)
[all …]
Dnormal.c41 int first0, last0, first1, last1, deletes, inserts; local
45 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
52 print_number_range (',', &files[0], first0, last0);
59 for (i = first0; i <= last0; i++)
Dside.c255 int first0, last0, first1, last1, deletes, inserts; local
259 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
267 printf_output ("c%d,%d\n", last0 - first0 + 1, last1 - first1 + 1);
272 for (i = first0, j = first1; i <= last0 && j <= last1; ++i, ++j)
274 deletes = i <= last0;
292 for (i = first0; i <= last0; ++i)
Difdef.c65 int first0, last0, first1, last1, deletes, inserts; local
69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
85 next_line = last0 + 1;
Dutil.c747 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts) in analyze_hunk() argument
749 int *first0, *last0, *first1, *last1;
804 *last0 = l0;
Danalyze.c979 int first0, last0, first1, last1, deletes, inserts; local
991 analyze_hunk (this, &first0, &last0, &first1, &last1,
/netbsd/src/external/bsd/tre/dist/tests/agrep/
Drecords.ok75 and0: regular0: and0: after0: last0: a0: default0: default0: a0: a0: can0:
84 and0: regular0: and0: after0: last0: a0: default0: default0: a0: a0: can0:
115 and5-6: regular0-1: and0-1: after1-2: last0-1: a3-4: default3-4: default0-1: a0-1: a1-2: can0-1:
124 and5-6: regular0-1: and0-1: after1-2: last0-1: a3-4: default3-4: default0-1: a0-1: a1-2: can0-1:
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc15232 dw_loc_descr_ref last0, last1; in scompare_loc_descriptor_narrow() local
15233 for (last0 = op0; last0->dw_loc_next != NULL; last0 = last0->dw_loc_next) in scompare_loc_descriptor_narrow()
15239 if (((last0->dw_loc_opc == DW_OP_deref_size in scompare_loc_descriptor_narrow()
15240 && last0->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor_narrow()
15357 dw_loc_descr_ref last0, last1; in ucompare_loc_descriptor() local
15358 for (last0 = op0; last0->dw_loc_next != NULL; last0 = last0->dw_loc_next) in ucompare_loc_descriptor()
15365 else if (last0->dw_loc_opc != DW_OP_deref_size in ucompare_loc_descriptor()
15366 || last0->dw_loc_oprnd1.v.val_int > GET_MODE_SIZE (op_mode)) in ucompare_loc_descriptor()