/freebsd/usr.bin/clang/llvm-diff/ |
H A D | llvm-diff.1 | 39 focusing on differences in function definitions. Insignificant 40 differences, such as changes in the ordering of globals or in the 61 If \fBllvm\-diff\fP finds no differences between the modules, it will exit 66 Many important differences, like changes in linkage or function 70 massive detected differences in blocks.
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | tzsetup_test.sh | 153 echo "Differences for no /etc/localtime with -n:" 159 echo "Differences for no /etc/localtime:" 176 echo "Differences for symlinked /etc/localtime with -n:" 182 echo "Differences for symlinked /etc/localtime:" 201 echo "Differences for missing /var/db/zoneinfo with -n:" 207 echo "Differences for missing /var/db/zoneinfo:" 225 echo "Differences for real update with -n:" 231 echo "Differences for real update:"
|
H A D | fbsdid_test.sh | 151 # FreeBSD ID string and the only differences between the old 179 # only differences between the old and new versions are a 308 echo "Differences for regular:" 341 echo "Differences for -F:" 376 echo "Differences for -A '/*' -F:"
|
H A D | ignore_test.sh | 199 echo "Differences for regular:" 220 echo "Differences for -I '/tree/*':" 240 echo "Differences for -I '/tree/*' -I '/rmdir*':" 264 echo "Differences for -I '/tree/* /rmdir/*':"
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tmmintrin.h | 335 /// horizontal differences between the values are stored in the lower bits of 339 /// horizontal differences between the values are stored in the upper bits of 341 /// \returns A 128-bit vector of [8 x i16] containing the horizontal differences 358 /// horizontal differences between the values are stored in the lower bits of 362 /// horizontal differences between the values are stored in the upper bits of 364 /// \returns A 128-bit vector of [4 x i32] containing the horizontal differences 381 /// horizontal differences between the values are stored in the lower bits of 385 /// horizontal differences between the values are stored in the upper bits of 387 /// \returns A 64-bit vector of [4 x i16] containing the horizontal differences 404 /// horizontal differences between the values are stored in the lower bits of [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffConsumer.cpp | 96 if (I->Differences) continue; in header() 99 if (Differences) out << "\n"; in header() 128 I->Differences = true; in header() 139 Differences = false; in reset() 144 return Differences; in hadDifferences() 153 Differences |= contexts.back().Differences; in exitContext()
|
H A D | DiffConsumer.h | 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext() 62 bool Differences; member 70 bool Differences; variable 79 : out(errs()), Differences(false), Indent(0) {} in DiffConsumer()
|
/freebsd/usr.bin/diff3/ |
H A D | diff3.1 | 92 The script may then be used to merge differences common between all 93 three files and differences specific to 99 option ignores differences specific to 182 makes notation of the differences between all files, and those 183 differences specific to each pair of files.
|
/freebsd/contrib/diff/doc/ |
H A D | diff.7 | 15 command to show differences between two files, or each corresponding file 18 outputs differences between files line by line in any of several formats, 19 selectable by command line options. This set of differences is often called 42 command to show differences among three files. When two people have made independent 45 can report the differences between the original and the two changed versions, 53 You can use the set of differences produced by 56 people. This method is especially useful when the differences are small compared 91 the price of producing suboptimal output for large inputs with many differences. 114 There are several ways to think about the differences between two files. One 115 way to think of the differences is as a series of lines that were deleted [all …]
|
H A D | diff.texi | 15 differences between files and the @acronym{GNU} @command{patch} command for 94 * Invoking sdiff:: Side-by-side merge of file differences. 112 You can use the @command{diff} command to show differences between two 114 outputs differences between files line by line in any of several 115 formats, selectable by command line options. This set of differences is 127 You can use the @command{diff3} command to show differences among three 129 original, @command{diff3} can report the differences between the original 135 You can use the set of differences produced by @command{diff} to distribute 137 This method is especially useful when the differences are small compared 170 differences. Related algorithms are surveyed by Alfred V. Aho in [all …]
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.1 | 23 with any differences between the two highlighted as follows: 33 prompting at each set of differences. 49 In this mode, the user is prompted for each set of differences.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.h |
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diff | 10 # "Differences between files" by shared MIME-info database from freedesktop.org 24 # and "Differences between files" by shared MIME-info database from freedesktop.org 47 # and "Differences between files" by shared MIME-info database from freedesktop.org 61 # "Binary differences between files" by shared MIME-info database from freedesktop.org 108 # "Differences between files" by shared MIME-info database from freedesktop.org
|
/freebsd/contrib/diff/src/ |
H A D | diff.h | 60 /* Output the differences with lines of context before and after (-c). */ 63 /* Output the differences in a unified context diff format (-u). */ 66 /* Output the differences as commands suitable for `ed' (-e). */ 125 /* Ignore differences in case of letters (-i). */ 128 /* Ignore differences in case of letters in file names. */ 268 of another file to generate differences. */
|
/freebsd/sys/arm64/arm64/ |
H A D | strncmp.S | 81 eor diff, data1, data2 /* Non-zero if differences found. */ 82 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 251 eor diff, data1, data2 /* Non-zero if differences found. */ 273 eor diff, data2, data1 /* Non-zero if differences found. */ 288 eor diff, data2, data1 /* Non-zero if differences found. */
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strncmp.S | 77 eor diff, data1, data2 /* Non-zero if differences found. */ 78 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 247 eor diff, data1, data2 /* Non-zero if differences found. */ 269 eor diff, data2, data1 /* Non-zero if differences found. */ 284 eor diff, data2, data1 /* Non-zero if differences found. */
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8996-v3.0.dtsi | 14 * parameters, GPU frequencies and some differences 18 * The differences will show here as more and more
|
/freebsd/contrib/diff/man/ |
H A D | sdiff.1 | 4 sdiff \- side-by-side merge of file differences 9 Side-by-side merge of file differences.
|
/freebsd/contrib/llvm-project/lld/docs/MachO/ |
H A D | ld64-vs-lld.rst | 5 This doc lists all significant deliberate differences in behavior between ld64 30 There are differences in how LLD and ld64 handle ObjC symbols loaded from
|
/freebsd/contrib/sendmail/libsm/ |
H A D | b-strcmp.c | 39 printf("This program benchmarks the performance differences between\n"); in purpose() 144 printf("\tFor differences larger than 2 seconds, the lower value is\n");
|
/freebsd/sys/sys/ |
H A D | priority.h | 62 * Priorities. Note that with 64 run queues, differences less than 4 are 67 * Priorities range from 0 to 255, but differences of less then 4 (RQ_PPQ)
|
/freebsd/contrib/cortex-strings/src/aarch64/ |
H A D | memcmp.S | 78 eor diff, data1, data2 /* Non-zero if differences found. */ 79 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 37 // # Ignore int / long differences to treat symbols from 32-bit and 64-bit 42 // # Ignore differences between libc++ and libstdc++, and between libstdc++'s
|
/freebsd/contrib/bzip2/ |
H A D | words2 | 3 report any differences, something is wrong. If you can't easily
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | sdhci-dove.txt | 3 This file documents differences between the core properties in mmc.txt
|