Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 25 of 87) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/utils/
H A Dfindoptdiff80 diffs="diffs."$((counter++))
81 diff "$opt1ll" "$opt2ll" > $diffs
87 head $diffs
88 echo 'Switches:' $switches_to_use >> $diffs
90 rm $diffs
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dtestcmp.pl61 my ($line, $diffs) = (0, 0);
71 $diffs = (ref $cmplines) ? &$cmplines($f1text, $f2text)
73 last if $diffs;
78 $diffs = 1 if (defined($f1text) or defined($f2text));
91 return $diffs;
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dtestcmp.pl61 my ($line, $diffs) = (0, 0);
71 $diffs = (ref $cmplines) ? &$cmplines($f1text, $f2text)
73 last if $diffs;
78 $diffs = 1 if (defined($f1text) or defined($f2text));
91 return $diffs;
/openbsd-src/libexec/snmpd/snmpd_metrics/
H A Dtimer.c139 percentages(int cnt, int64_t *out, int64_t *new, int64_t *old, int64_t *diffs) in percentages() argument
146 dp = diffs; in percentages()
165 *out++ = ((*diffs++ * 1000 + half_total) / total_change); in percentages()
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py56 diffs = difflib.diff_bytes(difflib.unified_diff, filelines[0],
60 diffs = [diff.decode(errors="backslashreplace") for diff in diffs]
67 diffs = func(filelines[0], filelines[1], filepaths[0], filepaths[1],
70 for diff in diffs:
/openbsd-src/usr.bin/top/
H A Dutils.c202 percentages(int cnt, int64_t *out, int64_t *new, int64_t *old, int64_t *diffs) in percentages() argument
209 dp = diffs; in percentages()
228 *out++ = ((*diffs++ * 1000 + half_total) / total_change); in percentages()
/openbsd-src/usr.bin/systat/
H A Dcpu.c114 percentages(int cnt, int64_t *out, int64_t *new, int64_t *old, int64_t *diffs) in percentages() argument
121 dp = diffs; in percentages()
140 *out++ = ((*diffs++ * 1000 + half_total) / total_change); in percentages()
/openbsd-src/gnu/llvm/clang/utils/
H A DCmpDriver188 diffs = list(diff.getDiffs())
189 if diffs:
194 for i,(aElt,bElt) in enumerate(diffs):
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-remark-size-diff.rst14 :program:`llvm-remark-size-diff` diffs size
209 Function JSON does not contain the diffs. Tools consuming JSON output from
210 :program:`llvm-remark-size-diff` are responsible for computing the diffs
213 **To compute the diffs:**
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Drtf_utf8.t55 my @diffs = <$fh>;
56 diag(@diffs);
H A DJustPod_corpus.t150 my @diffs = <$fh>;
151 diag(@diffs);
H A DJustPod01.t46 my @diffs = <$fh>;
47 diag(@diffs);
H A DJustPod02.t39 my @diffs = <$fh>;
40 diag(@diffs);
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dconfig-lang.in27 # diff_excludes - files to ignore when building diffs between two versions.
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dconfig-lang.in27 # diff_excludes - files to ignore when building diffs between two versions.
/openbsd-src/gnu/llvm/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py580 diffs = sorted(
582 if len(diffs) == 0:
584 diff = diffs[0]
/openbsd-src/gnu/usr.bin/cvs/emx/
H A DChangeLog160 sent to bug-cvs on 18 Mar 97. He also sent some diffs which go
161 with this; I'll subsequently be checking in some of those diffs
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h215 OptionSet &diffs);
/openbsd-src/gnu/usr.bin/cvs/diff/
H A DChangeLog12 * diff3.c (main): changed the common file of the two diffs to
13 OLDFILE for merges and edscripts so that the diffs are more likely
15 arg for the second diff. If the two diffs have the same parameters
22 of the area modified by the user now that the diffs are actually
/openbsd-src/gnu/usr.bin/cvs/
H A DChangeLog.zoo44 * src/Makefile.in: removed some gratuitous diffs from cvs-1.3.
58 * lib/Makefile.in: remove some extraneous diffs against the
324 * "cvs diff" exits with a status of 0 if there were no diffs, 1 if
325 there were diffs, and 2 if there were errors.
327 * "cvs -n diff" is now supported so that you can still run diffs
558 Added -c option to force context-style diffs.
559 Added -u option to support unidiff-style diffs.
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py600 diffs = old.get_diffs(new)
603 for key, (old_value, new_value) in diffs.items()]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dppphdoc92 simply print the diffs for each file. This requires either
99 context diffs.
321 This would output context diffs with 10 lines of context.
/openbsd-src/gnu/usr.bin/perl/dist/Test/
H A DChangeLog15 * Gisle Aas kindly contributes a bunch of new code that diffs
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.tpl186 * Enumerate the fixes[= # in a way that minimizes diffs :-) =]
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixincl.tpl190 * Enumerate the fixes[= # in a way that minimizes diffs :-) =]

1234