| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | findoptdiff | 80 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 D | testcmp.pl | 61 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 D | testcmp.pl | 61 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 D | timer.c | 139 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 D | diff.py | 56 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 D | utils.c | 202 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 D | cpu.c | 114 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 D | CmpDriver | 188 diffs = list(diff.getDiffs()) 189 if diffs: 194 for i,(aElt,bElt) in enumerate(diffs):
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 14 :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 D | rtf_utf8.t | 55 my @diffs = <$fh>; 56 diag(@diffs);
|
| H A D | JustPod_corpus.t | 150 my @diffs = <$fh>; 151 diag(@diffs);
|
| H A D | JustPod01.t | 46 my @diffs = <$fh>; 47 diag(@diffs);
|
| H A D | JustPod02.t | 39 my @diffs = <$fh>; 40 diag(@diffs);
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | config-lang.in | 27 # diff_excludes - files to ignore when building diffs between two versions.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | config-lang.in | 27 # diff_excludes - files to ignore when building diffs between two versions.
|
| /openbsd-src/gnu/llvm/llvm/utils/Reviewing/ |
| H A D | find_interesting_reviews.py | 580 diffs = sorted( 582 if len(diffs) == 0: 584 diff = diffs[0]
|
| /openbsd-src/gnu/usr.bin/cvs/emx/ |
| H A D | ChangeLog | 160 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 D | Options.h | 215 OptionSet &diffs);
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | ChangeLog | 12 * 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 D | ChangeLog.zoo | 44 * 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 D | CmpRuns.py | 600 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 D | ppphdoc | 92 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 D | ChangeLog | 15 * Gisle Aas kindly contributes a bunch of new code that diffs
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | fixincl.tpl | 186 * Enumerate the fixes[= # in a way that minimizes diffs :-) =]
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | fixincl.tpl | 190 * Enumerate the fixes[= # in a way that minimizes diffs :-) =]
|