Home
last modified time | relevance | path

Searched refs:first1 (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl2/xcvs/dist/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);
150 first1 = max (first1 - context, i);
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);
281 first1 = max (first1 - context, i);
295 print_unidiff_number_range (&files[1], first1, last1);
310 j = first1;
[all …]
H A Dside.c255 int first0, last0, first1, last1, deletes, inserts; local
259 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
264 print_sdiff_common_lines (first0, first1);
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)
277 next1 = first1 = j;
284 for (j = first1; j <= last1; ++j)
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 Difdef.c65 int first0, last0, first1, last1, deletes, inserts; local
69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
82 next_line - first0 + first1, first1);
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;
760 *first1 = hunk->line1;
H A Danalyze.c979 int first0, last0, first1, last1, deletes, inserts; local
991 analyze_hunk (this, &first0, &last0, &first1, &last1,
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcontext.c162 lin first0, last0, first1, last1, i; in pr_context_hunk() local
169 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); in pr_context_hunk()
177 first1 = MAX (first1 - context, i); in pr_context_hunk()
230 print_context_number_range (&files[1], first1, last1); in pr_context_hunk()
237 for (i = first1; i <= last1; i++) in pr_context_hunk()
291 lin first0, last0, first1, last1; in pr_unidiff_hunk() local
299 if (! analyze_hunk (hunk, &first0, &last0, &first1, &last1)) in pr_unidiff_hunk()
306 first1 = MAX (first1 - context, i); in pr_unidiff_hunk()
327 print_unidiff_number_range (&files[1], first1, last1); in pr_unidiff_hunk()
337 j = first1; in pr_unidiff_hunk()
[all …]
H A Dside.c241 lin first0, last0, first1, last1; in print_sdiff_hunk() local
246 analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_sdiff_hunk()
251 print_sdiff_common_lines (first0, first1); in print_sdiff_hunk()
256 long len1 = last1 - first1 + 1; in print_sdiff_hunk()
263 for (i = first0, j = first1; i <= last0 && j <= last1; i++, j++) in print_sdiff_hunk()
267 next1 = first1 = j; in print_sdiff_hunk()
273 for (j = first1; j <= last1; ++j) in print_sdiff_hunk()
H A Dnormal.c45 lin first0, last0, first1, last1; in print_normal_hunk() local
49 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_normal_hunk()
58 print_number_range (',', &files[1], first1, last1); in print_normal_hunk()
71 for (i = first1; i <= last1; i++) in print_normal_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()
83 next_line - first0 + first1, first1); in print_ifdef_hunk()
87 format_ifdef (group_format[changes], first0, next_line, first1, last1 + 1); in print_ifdef_hunk()
H A Dutil.c650 lin *first1, lin *last1) in analyze_hunk() argument
667 *first1 = hunk->line1; in analyze_hunk()
H A Danalyze.c962 lin first0, last0, first1, last1; in diff_2_files() local
974 if (analyze_hunk (this, &first0, &last0, &first1, &last1)) in diff_2_files()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dalgorithm55 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
60 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
65 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
70 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
91 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
95 mismatch(InputIterator1 first1, InputIterator1 last1,
100 mismatch(InputIterator1 first1, InputIterator1 last1,
105 mismatch(InputIterator1 first1, InputIterator1 last1,
111 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
115 equal(InputIterator1 first1, InputIterator1 last1,
[all …]
H A Dnumeric41 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init);
45 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
51 transform_reduce(InputIterator1 first1, InputIterator1 last1,
56 transform_reduce(InputIterator1 first1, InputIterator1 last1,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dnumeric347 * Call `binary_op2(first1[n],first2[n])` for each `n` in `[0,last1-first1)`
351 * The range beginning at `first2` must contain at least `last1-first1`
392 * Call `first1[n]*first2[n]` for each `n` in `[0,last1-first1)` and then
395 * The range beginning at `first2` must contain at least `last1-first1`
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A 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/
H A Dtree-ssa-tail-merge.cc564 unsigned int i, first1, first2; in equal() local
588 first1 = bitmap_first_set_bit (e1->bbs); in equal()
591 bb1 = BASIC_BLOCK_FOR_FN (cfun, first1); in equal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-tail-merge.c564 unsigned int i, first1, first2; in equal() local
588 first1 = bitmap_first_set_bit (e1->bbs); in equal()
591 bb1 = BASIC_BLOCK_FOR_FN (cfun, first1); in equal()
/netbsd-src/external/bsd/kyua-cli/dist/integration/
H A Dcmd_list_test.sh194 atf_check -s exit:1 -o empty -e file:experr kyua list first1
H A Dcmd_test_test.sh410 atf_check -s exit:1 -o file:expout -e file:experr kyua test first1
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusIssuesStatus.csv74 "`3048 <https://wg21.link/LWG3048>`__","``transform_reduce(exec, first1, last1, first2, init)``\ d…
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20173410 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
3411 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20173410 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
3411 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dtexinfo.tex1526 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1776 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
/netbsd-src/external/lgpl3/mpc/dist/build-aux/
H A Dtexinfo.tex1568 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1817 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3

12