HomeSort by: relevance | last modified time | path
    Searched refs:diff_type (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/patch/
patch.c 90 int diff_type = 0; variable
232 if (diff_type == ED_DIFF) {
452 diff_type = 0;
528 diff_type = CONTEXT_DIFF;
549 diff_type = ED_DIFF;
569 diff_type = NORMAL_DIFF;
596 diff_type = UNI_DIFF;
663 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF
664 || diff_type == NEW_CONTEXT_DIFF
665 || diff_type == UNI_DIFF))
    [all...]
common.h 118 extern int diff_type;
pch.c 200 diff_type = intuit_diff_type();
201 if (!diff_type) {
212 diff_type == UNI_DIFF ? "a unified diff" :
213 diff_type == CONTEXT_DIFF ? "a context diff" :
214 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" :
215 diff_type == NORMAL_DIFF ? "a normal diff" :
328 if ((!diff_type || diff_type == ED_DIFF) &&
337 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 552 tree diff_type = TREE_TYPE (range); local
658 r = fold_convert (diff_type, r);
667 volume = fold_convert (diff_type, volume);
669 chunk_size = fold_convert (diff_type, chunk_size);
672 tree per = fold_build2 (MULT_EXPR, diff_type, volume, step);
674 chunk_size = build2 (MINUS_EXPR, diff_type, range, dir);
675 chunk_size = build2 (PLUS_EXPR, diff_type, chunk_size, per);
676 chunk_size = build2 (TRUNC_DIV_EXPR, diff_type, chunk_size, per);
679 tree span = build2 (MULT_EXPR, diff_type, chunk_size,
680 fold_convert (diff_type, inner_size))
    [all...]
omp-expand.cc 1553 oacc_collapse *counts, tree diff_type,
1589 counts[ix].tile = create_tmp_var (diff_type, ".tile");
1606 tree dir = build_int_cst (diff_type, up ? +1 : -1);
1619 s = fold_convert (diff_type, s);
1621 s = fold_build1 (NEGATE_EXPR, diff_type, s);
1630 expr = fold_convert (diff_type, expr);
1632 expr = fold_build1 (NEGATE_EXPR, diff_type, expr);
1637 expr = fold_build2 (MINUS_EXPR, diff_type, range, dir);
1638 expr = fold_build2 (PLUS_EXPR, diff_type, expr, s);
1639 expr = fold_build2 (TRUNC_DIV_EXPR, diff_type, expr, s)
7548 tree diff_type = iter_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 582 tree diff_type = TREE_TYPE (range); local
688 r = fold_convert (diff_type, r);
697 volume = fold_convert (diff_type, volume);
699 chunk_size = fold_convert (diff_type, chunk_size);
702 tree per = fold_build2 (MULT_EXPR, diff_type, volume, step);
704 chunk_size = build2 (MINUS_EXPR, diff_type, range, dir);
705 chunk_size = build2 (PLUS_EXPR, diff_type, chunk_size, per);
706 chunk_size = build2 (TRUNC_DIV_EXPR, diff_type, chunk_size, per);
709 tree span = build2 (MULT_EXPR, diff_type, chunk_size,
710 fold_convert (diff_type, inner_size))
    [all...]
omp-expand.cc 1554 oacc_collapse *counts, tree diff_type,
1590 counts[ix].tile = create_tmp_var (diff_type, ".tile");
1607 tree dir = build_int_cst (diff_type, up ? +1 : -1);
1620 s = fold_convert (diff_type, s);
1622 s = fold_build1 (NEGATE_EXPR, diff_type, s);
1631 expr = fold_convert (diff_type, expr);
1633 expr = fold_build1 (NEGATE_EXPR, diff_type, expr);
1638 expr = fold_build2 (MINUS_EXPR, diff_type, range, dir);
1639 expr = fold_build2 (PLUS_EXPR, diff_type, expr, s);
1640 expr = fold_build2 (TRUNC_DIV_EXPR, diff_type, expr, s)
7637 tree diff_type = iter_type; local
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 74 enum diff_type {
96 enum diff_type correspond; /* Type of diff */
201 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));
1087 enum diff_type dt;
1196 static enum diff_type
1203 enum diff_type type;
1606 enum diff_type type
1609 ((enum diff_type)
1733 enum diff_type type
1736 ((enum diff_type)
73 enum diff_type { enum
    [all...]
  /src/external/gpl2/diffutils/dist/src/
diff3.c 71 enum diff_type {
93 enum diff_type correspond; /* Type of diff */
189 static enum diff_type process_diff_control (char **, struct diff_block *);
956 enum diff_type dt;
1071 static enum diff_type
1076 enum diff_type type;
1506 enum diff_type type
1624 enum diff_type type
70 enum diff_type { enum
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_ioctl.h 288 typedef enum diff_type { enum

Completed in 131 milliseconds