| /freebsd/usr.bin/gzip/ |
| H A D | gzip.c | 2017 off_t diff; in print_ratio() local 2021 diff = in - out/2; in print_ratio() 2024 else if (diff < 0) in print_ratio() 2036 diff >>= 1; in print_ratio() 2040 percent10 = ((u_int)diff * 2000) / (u_int)in - 1000; in print_ratio()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 614 ptrdiff_t const diff = op - ip; in ZSTD_safecopy() local 617 assert((ovtype == ZSTD_no_overlap && (diff <= -8 || diff >= 8 || op >= oend_w)) || in ZSTD_safecopy() 618 (ovtype == ZSTD_overlap_src_before_dst && diff >= 0)); in ZSTD_safecopy() 628 ZSTD_overlapCopy8(&op, &ip, diff); in ZSTD_safecopy()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 1235 int cur, diff; in mt76_rx_signal() local 1245 diff = signal - cur; in mt76_rx_signal() 1246 if (diff == 0) in mt76_rx_signal() 1248 else if (diff <= 2) in mt76_rx_signal() 1250 else if (diff <= 6) in mt76_rx_signal()
|
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
| H A D | Template.pm | 811 { $diff = $x - 17; 813 if ($diff == 0) { 814 $diff = 'no'; 815 } elsif ($diff < 0) { 820 That is {$diff} {$more} than he gave me last year. 823 fragment that begins on the third line, and the values of C<$diff> and
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 422 // Attempting to do a template diff on non-templates. Set the variables in FormatASTNodeDiagnosticArgument() 521 /// QualTypes. For the pair of types, a diff tree will be created containing 572 /// Integer or Declaration, then use that diff type instead. 1114 // These functions build up the template diff tree, including functions to 2158 /// diff and return the properly formatted string. Returns true if the diff
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11_shared.c | 1052 int diff; in get_tx_parameters() local 1055 diff = abs((int) in get_tx_parameters() 1060 != 0 && diff > 16; in get_tx_parameters()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_consume.c | 369 uint64_t diff[2] = { 0, 0 }; in dt_sqrt_128() local 389 dt_shift_128(diff, 2); in dt_sqrt_128() 390 dt_add_128(diff, next_pair, diff); in dt_sqrt_128() 400 if (dt_le_128(next_try, diff)) { in dt_sqrt_128() 401 dt_subtract_128(diff, next_try, diff); in dt_sqrt_128() 422 uint64_t diff[2]; in dt_stddev() local 444 dt_subtract_128(avg_of_squares, square_of_avg, diff); in dt_stddev() 446 return (dt_sqrt_128(diff)); in dt_stddev()
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_compact_001_pos.ksh | 243 $DIFF $orig_ace $cur_ace
|
| H A D | zfs_acl_chmod_rwx_002_pos.ksh | 224 if $DIFF $orig_ace $cur_ace; then
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | c64xpluscpuid.pl | 256 MVC TSCL,B8 ; collect 1st diff
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CFGDiff.h | 54 // in the snapshot. The current diff treats the CFG as a graph rather than a
|
| /freebsd/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 133 # Force the overwriting of old modules to avoid diff warnings in dkms status.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy.kshlib | 197 diff -u $PRE_RECORD_FILE $PST_RECORD_FILE
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 197 /// data fragment and that the target has not specified that diff expressions
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA510.td | 400 // ASIMD absolute diff 403 // ASIMD absolute diff accum 405 // ASIMD absolute diff long 634 // Arithmetic, absolute diff 637 // Arithmetic, absolute diff accum 640 // Arithmetic, absolute diff accum long 643 // Arithmetic, absolute diff long
|
| H A D | AArch64SchedA57.td | 358 // Advance for absolute diff accum, pairwise add and accumulate, shift accumulate 361 // ASIMD absolute diff accum, D-form 363 // ASIMD absolute diff accum, Q-form 365 // ASIMD absolute diff accum long
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 1750 int Diff = Imm1 - Imm2; in eliminateRedundantCompare() local 1751 if (Diff < -2 || Diff > 2) in eliminateRedundantCompare() 1758 if (Diff == 2) { in eliminateRedundantCompare() 1766 else if (Diff == 1) { in eliminateRedundantCompare() 1776 else if (Diff == -1) { in eliminateRedundantCompare() 1786 else if (Diff == -2) { in eliminateRedundantCompare()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 3823 # Compare two directory trees recursively in a manner similar to diff(1), but 3839 # semantics of diff. 3844 # Run rsync with --dry-run --itemize-changes to get something akin to diff 3845 # output, but rsync is far more thorough in detecting differences (diff 3882 diff="$(rsync "${args[@]}" "$dir_a/" "$dir_b/" | "${filter[@]}")" 3884 if [ -n "$diff" ]; then 3885 echo "$diff"
|
| /freebsd/contrib/ee/ |
| H A D | new_curse.c | 3263 int diff; in doupdate() local 3335 diff = FALSE; in doupdate() 3345 diff = TRUE; in doupdate() 3358 if (diff) in doupdate() 3384 diff = TRUE; in doupdate() 3389 ((window->scroll_up) && (diff) && in doupdate() 3422 diff = FALSE; in doupdate() 3455 (diff) && in doupdate() 3487 diff = FALSE; in doupdate()
|
| /freebsd/usr.sbin/etcupdate/tests/ |
| H A D | always_test.sh | 429 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \ 550 diff -u -L "correct" $WORKDIR/correct1.out -L "test" $WORKDIR/test1.out \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 198 for (const auto &Diff : DAG->getPressureDiff(SU)) { in initCandidate() local 199 if (!Diff.isValid()) in initCandidate() 203 Pressure[Diff.getPSet()] += in initCandidate() 204 (IsBottomUp ? Diff.getUnitInc() : -Diff.getUnitInc()); in initCandidate()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | mmap47.sh | 225 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
|
| H A D | mmap45.sh | 218 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
|
| /freebsd/usr.bin/du/tests/ |
| H A D | du_test.sh | 97 atf_check diff -u du.out du_I.out
|
| /freebsd/usr.sbin/crunch/examples/ |
| H A D | really-big.conf | 111 progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
|