Home
last modified time | relevance | path

Searched refs:last1 (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/cvs-1.12/diff/
H A 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);
152 last1 = min (last1 + context, files[1].valid_lines - 1);
201 print_context_number_range (&files[1], first1, last1);
208 for (i = first1; i <= last1; 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);
283 last1 = min (last1 + context, files[1].valid_lines - 1);
295 print_unidiff_number_range (&files[1], first1, last1);
312 while (i <= last0 || j <= last1)
[all …]
H A Dnormal.c41 int first0, last0, first1, last1, deletes, inserts; local
45 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
54 print_number_range (',', &files[1], first1, last1);
67 for (i = first1; i <= last1; i++)
H A Dside.c253 int first0, last0, first1, last1, deletes, inserts; local
257 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
265 printf_output ("c%d,%d\n", last0 - first0 + 1, last1 - first1 + 1);
270 for (i = first0, j = first1; i <= last0 && j <= last1; ++i, ++j)
273 inserts = j <= last1;
282 for (j = first1; j <= last1; ++j)
H A Difdef.c65 int first0, last0, first1, last1, deletes, inserts; local
69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
86 format_ifdef (format, first0, next_line, first1, last1 + 1);
H A Dutil.c747 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts) in analyze_hunk() argument
749 int *first0, *last0, *first1, *last1;
805 *last1 = l1;
H A Danalyze.c979 int first0, last0, first1, last1, deletes, inserts; local
991 analyze_hunk (this, &first0, &last0, &first1, &last1,
/dragonfly/contrib/diffutils/src/
H A Dcontext.c173 lin first0, last0, first1, last1, i; in pr_context_hunk() local
193 if (last1 < files[1].valid_lines - context) in pr_context_hunk()
194 last1 += context; in pr_context_hunk()
196 last1 = files[1].valid_lines - 1; in pr_context_hunk()
261 for (i = first1; i <= last1; i++) in pr_context_hunk()
322 lin first0, last0, first1, last1; in pr_unidiff_hunk() local
342 if (last1 < files[1].valid_lines - context) in pr_unidiff_hunk()
343 last1 += context; in pr_unidiff_hunk()
345 last1 = files[1].valid_lines - 1; in pr_unidiff_hunk()
372 while (i <= last0 || j <= last1) in pr_unidiff_hunk()
[all …]
H A Dnormal.c41 lin first0, last0, first1, last1; in print_normal_hunk() local
45 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_normal_hunk()
55 print_number_range (',', &files[1], first1, last1); in print_normal_hunk()
78 for (i = first1; i <= last1; i++) in print_normal_hunk()
H A Dside.c291 lin first0, last0, first1, last1; in print_sdiff_hunk() local
296 analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_sdiff_hunk()
306 printint len1 = last1 - first1 + 1; in print_sdiff_hunk()
313 for (i = first0, j = first1; i <= last0 && j <= last1; i++, j++) in print_sdiff_hunk()
315 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0); in print_sdiff_hunk()
323 for (j = first1; j <= last1; ++j) in print_sdiff_hunk()
H A Difdef.c71 lin first0, last0, first1, last1; in print_ifdef_hunk() local
74 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_ifdef_hunk()
88 next_line1 = last1 + 1; in print_ifdef_hunk()
H A Danalyze.c608 lin first0, last0, first1, last1; in diff_2_files() local
620 if (analyze_hunk (this, &first0, &last0, &first1, &last1)) in diff_2_files()
H A Dutil.c1452 lin *first1, lin *last1) in analyze_hunk() argument
1529 *last1 = l1; in analyze_hunk()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgcleanup.c1288 last1 = i1; in flow_find_cross_jump()
1361 if (ninsns && reg_mentioned_p (cc0_rtx, last1) && ! sets_cc0_p (last1)) in flow_find_cross_jump()
1371 while (last1 != BB_HEAD (bb1) && !NONDEBUG_INSN_P (PREV_INSN (last1))) in flow_find_cross_jump()
1372 last1 = PREV_INSN (last1); in flow_find_cross_jump()
1374 if (last1 != BB_HEAD (bb1) && LABEL_P (PREV_INSN (last1))) in flow_find_cross_jump()
1375 last1 = PREV_INSN (last1); in flow_find_cross_jump()
1384 *f1 = last1; in flow_find_cross_jump()
1482 if (ninsns && reg_mentioned_p (cc0_rtx, last1) && sets_cc0_p (last1)) in flow_find_head_matching_sequence()
1488 *f1 = last1; in flow_find_head_matching_sequence()
1508 rtx last1, last2; in outgoing_edges_match() local
[all …]
H A Ddwarf2out.c10930 dw_loc_descr_ref last0, last1; in scompare_loc_descriptor() local
10933 for (last1 = op1; last1->dw_loc_next != NULL; last1 = last1->dw_loc_next) in scompare_loc_descriptor()
10942 && ((last1->dw_loc_opc == DW_OP_deref_size in scompare_loc_descriptor()
10943 && last1->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor()
11013 dw_loc_descr_ref last0, last1; in ucompare_loc_descriptor() local
11016 for (last1 = op1; last1->dw_loc_next != NULL; last1 = last1->dw_loc_next) in ucompare_loc_descriptor()
11030 else if (last1->dw_loc_opc != DW_OP_deref_size in ucompare_loc_descriptor()
11031 || last1->dw_loc_oprnd1.v.val_int > GET_MODE_SIZE (op_mode)) in ucompare_loc_descriptor()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c1360 last1 = i1; in flow_find_cross_jump()
1426 last1 = i1, last2 = i2; in flow_find_cross_jump()
1449 while (last1 != BB_HEAD (bb1) && !NONDEBUG_INSN_P (PREV_INSN (last1))) in flow_find_cross_jump()
1450 last1 = PREV_INSN (last1); in flow_find_cross_jump()
1452 if (last1 != BB_HEAD (bb1) && LABEL_P (PREV_INSN (last1))) in flow_find_cross_jump()
1453 last1 = PREV_INSN (last1); in flow_find_cross_jump()
1462 *f1 = last1; in flow_find_cross_jump()
1567 *f1 = last1; in flow_find_head_matching_sequence()
1804 (DEBUG_INSN_P (last1) || NOTE_P (last1))) in outgoing_edges_match()
1805 last1 = PREV_INSN (last1); in outgoing_edges_match()
[all …]
H A Dtree-ssa-sccvn.c3062 gcond *last1 = safe_dyn_cast <gcond *> (last_stmt (idom1)); in vn_phi_eq() local
3064 if (! last1 || ! last2) in vn_phi_eq()
3067 if (! cond_stmts_equal_p (last1, vp1->cclhs, vp1->ccrhs, in vn_phi_eq()
3153 if (gcond *last1 = safe_dyn_cast <gcond *> (last_stmt (idom1))) in vn_phi_lookup() local
3155 vp1.cclhs = vn_valueize (gimple_cond_lhs (last1)); in vn_phi_lookup()
3156 vp1.ccrhs = vn_valueize (gimple_cond_rhs (last1)); in vn_phi_lookup()
3199 if (gcond *last1 = safe_dyn_cast <gcond *> (last_stmt (idom1))) in vn_phi_insert() local
3201 vp1->cclhs = vn_valueize (gimple_cond_lhs (last1)); in vn_phi_insert()
3202 vp1->ccrhs = vn_valueize (gimple_cond_rhs (last1)); in vn_phi_insert()
H A Ddwarf2out.c14726 dw_loc_descr_ref last0, last1; in scompare_loc_descriptor_narrow() local
14729 for (last1 = op1; last1->dw_loc_next != NULL; last1 = last1->dw_loc_next) in scompare_loc_descriptor_narrow()
14738 && ((last1->dw_loc_opc == DW_OP_deref_size in scompare_loc_descriptor_narrow()
14739 && last1->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor_narrow()
14851 dw_loc_descr_ref last0, last1; in ucompare_loc_descriptor() local
14854 for (last1 = op1; last1->dw_loc_next != NULL; last1 = last1->dw_loc_next) in ucompare_loc_descriptor()
14868 else if (last1->dw_loc_opc != DW_OP_deref_size in ucompare_loc_descriptor()
14869 || last1->dw_loc_oprnd1.v.val_int > GET_MODE_SIZE (op_mode)) in ucompare_loc_descriptor()
/dragonfly/games/battlestar/
H A Dcommand5.c296 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
298 last1 = last2 = 0; in give()
309 last1 = wordnumber; in give()
331 wordnumber = last1 - 1; in give()
340 wordnumber = max(last1, last2) + 1; in give()
440 wordnumber = max(last1, last2) + 1; in give()