| /dragonfly/contrib/cvs-1.12/diff/ |
| HD | context.c | 133 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 …]
|
| HD | normal.c | 41 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++)
|
| HD | side.c | 253 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)
|
| HD | ifdef.c | 65 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);
|
| HD | util.c | 747 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts) in analyze_hunk() argument 749 int *first0, *last0, *first1, *last1; 805 *last1 = l1;
|
| HD | analyze.c | 979 int first0, last0, first1, last1, deletes, inserts; local 991 analyze_hunk (this, &first0, &last0, &first1, &last1,
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfgcleanup.c | 1267 rtx i1, i2, last1, last2, afterlast1, afterlast2; in flow_find_cross_jump() local 1284 last1 = afterlast1 = last2 = afterlast2 = NULL_RTX; in flow_find_cross_jump() 1288 last1 = i1; in flow_find_cross_jump() 1298 if (!simplejump_p (i2) && !returnjump_p (i2) && last1) in flow_find_cross_jump() 1345 afterlast1 = last1, afterlast2 = last2; in flow_find_cross_jump() 1346 last1 = i1, last2 = i2; in flow_find_cross_jump() 1361 if (ninsns && reg_mentioned_p (cc0_rtx, last1) && ! sets_cc0_p (last1)) in flow_find_cross_jump() 1362 last1 = afterlast1, last2 = afterlast2, last_dir = afterlast_dir, ninsns--; in flow_find_cross_jump() 1370 bb1 = BLOCK_FOR_INSN (last1); in flow_find_cross_jump() 1371 while (last1 != BB_HEAD (bb1) && !NONDEBUG_INSN_P (PREV_INSN (last1))) in flow_find_cross_jump() [all …]
|
| HD | dwarf2out.c | 10930 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/ |
| HD | cfgcleanup.c | 1340 rtx_insn *i1, *i2, *last1, *last2, *afterlast1, *afterlast2; in flow_find_cross_jump() local 1356 last1 = afterlast1 = last2 = afterlast2 = NULL; in flow_find_cross_jump() 1360 last1 = i1; in flow_find_cross_jump() 1371 if (!simplejump_p (i2) && !returnjump_p (i2) && last1 && dir_p) in flow_find_cross_jump() 1425 afterlast1 = last1, afterlast2 = last2; in flow_find_cross_jump() 1426 last1 = i1, last2 = i2; in flow_find_cross_jump() 1439 if (HAVE_cc0 && ninsns && reg_mentioned_p (cc0_rtx, last1) in flow_find_cross_jump() 1440 && ! sets_cc0_p (last1)) in flow_find_cross_jump() 1441 last1 = afterlast1, last2 = afterlast2, last_dir = afterlast_dir, ninsns--; in flow_find_cross_jump() 1448 bb1 = BLOCK_FOR_INSN (last1); in flow_find_cross_jump() [all …]
|
| HD | tree-ssa-sccvn.c | 3062 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()
|
| HD | dwarf2out.c | 14726 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/ |
| HD | command5.c | 296 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()
|