Home
last modified time | relevance | path

Searched refs:last1 (Results 1 – 17 of 17) 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);
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 …]
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++)
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)
275 inserts = j <= last1;
284 for (j = first1; j <= last1; ++j)
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);
Dutil.c747 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts) in analyze_hunk() argument
749 int *first0, *last0, *first1, *last1;
805 *last1 = l1;
Danalyze.c979 int first0, last0, first1, last1, deletes, inserts; local
991 analyze_hunk (this, &first0, &last0, &first1, &last1,
/netbsd/src/external/cddl/osnet/dist/tools/ctf/common/
Dlist.c197 list_t *last1 = NULL; in slist_merge() local
209 if (last1 == NULL) { in slist_merge()
211 *list1p = last1 = list2; in slist_merge()
215 last1->l_next = list2; in slist_merge()
216 last1 = list2; in slist_merge()
222 last1 = list1; in slist_merge()
227 last1->l_next = list2; in slist_merge()
/netbsd/src/games/battlestar/
Dcommand5.c304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
306 last1 = last2 = 0; in give()
317 last1 = wordnumber; in give()
339 wordnumber = last1 - 1; in give()
348 wordnumber = max(last1, last2) + 1; in give()
448 wordnumber = max(last1, last2) + 1; in give()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc1354 rtx_insn *i1, *i2, *last1, *last2, *afterlast1, *afterlast2; in flow_find_cross_jump() local
1370 last1 = afterlast1 = last2 = afterlast2 = NULL; in flow_find_cross_jump()
1374 last1 = i1; in flow_find_cross_jump()
1385 if (!simplejump_p (i2) && !returnjump_p (i2) && last1 && dir_p) in flow_find_cross_jump()
1439 afterlast1 = last1, afterlast2 = last2; in flow_find_cross_jump()
1440 last1 = i1, last2 = i2; in flow_find_cross_jump()
1456 bb1 = BLOCK_FOR_INSN (last1); in flow_find_cross_jump()
1457 while (last1 != BB_HEAD (bb1) && !NONDEBUG_INSN_P (PREV_INSN (last1))) in flow_find_cross_jump()
1458 last1 = PREV_INSN (last1); in flow_find_cross_jump()
1460 if (last1 != BB_HEAD (bb1) && LABEL_P (PREV_INSN (last1))) in flow_find_cross_jump()
[all …]
Dtree-ssa-sccvn.cc4491 gcond *last1 = safe_dyn_cast <gcond *> (last_stmt (idom1)); in vn_phi_eq() local
4493 if (! last1 || ! last2) in vn_phi_eq()
4496 if (! cond_stmts_equal_p (last1, vp1->cclhs, vp1->ccrhs, in vn_phi_eq()
4591 if (gcond *last1 = safe_dyn_cast <gcond *> (last_stmt (idom1))) in vn_phi_lookup() local
4595 vp1->cclhs = vn_valueize (gimple_cond_lhs (last1)); in vn_phi_lookup()
4596 vp1->ccrhs = vn_valueize (gimple_cond_rhs (last1)); in vn_phi_lookup()
4641 if (gcond *last1 = safe_dyn_cast <gcond *> (last_stmt (idom1))) in vn_phi_insert() local
4645 vp1->cclhs = vn_valueize (gimple_cond_lhs (last1)); in vn_phi_insert()
4646 vp1->ccrhs = vn_valueize (gimple_cond_rhs (last1)); in vn_phi_insert()
Ddwarf2out.cc15232 dw_loc_descr_ref last0, last1; in scompare_loc_descriptor_narrow() local
15235 for (last1 = op1; last1->dw_loc_next != NULL; last1 = last1->dw_loc_next) in scompare_loc_descriptor_narrow()
15244 && ((last1->dw_loc_opc == DW_OP_deref_size in scompare_loc_descriptor_narrow()
15245 && last1->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
15360 for (last1 = op1; last1->dw_loc_next != NULL; last1 = last1->dw_loc_next) in ucompare_loc_descriptor()
15374 else if (last1->dw_loc_opc != DW_OP_deref_size in ucompare_loc_descriptor()
15375 || last1->dw_loc_oprnd1.v.val_int > GET_MODE_SIZE (op_mode)) in ucompare_loc_descriptor()
DChangeLog-201427230 to rtx_insn **. Strengthen locals "i1", "i2", "last1", "last2",
27234 "last1", "last2", "beforelast1", "beforelast2" from rtx to
27236 (outgoing_edges_match): Likewise for locals "last1", "last2".
DChangeLog-202128690 last1 and last2 insns rather than BB_END (bb1) and BB_END (bb2) insns.
/netbsd/src/common/lib/libc/arch/powerpc/string/
Dmemcpy.S104 beq- last1 /* Partial copy if <4 bytes */
131 last1: /* Byte-by-byte copy */ label
Dmemmove.S79 beq- last1 /* Handle byte by byte if < 4 */
105 last1: /* Byte-by-byte copy */ label
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dnumeric359 * Call `binary_op2(first1[n],first2[n])` for each `n` in `[0,last1-first1)`
363 * The range beginning at `first2` must contain at least `last1-first1`
404 * Call `first1[n]*first2[n]` for each `n` in `[0,last1-first1)` and then
407 * The range beginning at `first2` must contain at least `last1-first1`
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc636 rtx_insn *seq1, *seq2, *last1, *last2; in avr_optimize_casesi() local
652 last1 = get_last_insn(); in avr_optimize_casesi()
685 if (insn == last1) in avr_optimize_casesi()