Home
last modified time | relevance | path

Searched full:diff (Results 751 – 775 of 1082) sorted by relevance

1...<<31323334353637383940>>...44

/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py44 scripts/gen_travis.py > travis_script && diff .travis.yml travis_script
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc972 const int diff = std::get<0>(value) - std::get<1>(value); in MatchAndExplain() local
973 if (diff > 0) { in MatchAndExplain()
974 *listener << "where the first value is " << diff in MatchAndExplain()
977 return diff < 0; in MatchAndExplain()
1037 *result_listener->stream() << "diff == " << (x + y - arg);
1063 EXPECT_EQ("diff == -1", Explain(m2, 4)); in TEST()
/freebsd/sys/netinet/
H A Dsctp_cc_functions.c1984 uint32_t diff = htcp_cong_time(ca); in htcp_alpha_update() local
1986 if (diff > (uint32_t)hz) { in htcp_alpha_update()
1987 diff -= hz; in htcp_alpha_update()
1988 factor = 1 + (10 * diff + ((diff / 2) * (diff / 2) / hz)) / hz; in htcp_alpha_update()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA55.td388 // ASIMD absolute diff
391 // ASIMD absolute diff accum
393 // ASIMD absolute diff long
H A DAArch64SchedNeoverseN2.td951 // ASIMD absolute diff
952 // ASIMD absolute diff long
962 // ASIMD absolute diff accum
963 // ASIMD absolute diff accum long
1579 // Arithmetic, absolute diff
1583 // Arithmetic, absolute diff accum
1586 // Arithmetic, absolute diff accum long
1589 // Arithmetic, absolute diff long
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c612 struct os_reltime now, diff; in hostapd_dpp_reply_wait_timeout() local
621 os_reltime_sub(&now, &hapd->dpp_last_init, &diff); in hostapd_dpp_reply_wait_timeout()
622 diff_ms = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_reply_wait_timeout()
732 struct os_reltime now, diff; in hostapd_dpp_auth_init_next() local
765 os_reltime_sub(&now, &hapd->dpp_init_iter_start, &diff); in hostapd_dpp_auth_init_next()
766 used = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_auth_init_next()
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh45 diff -Nru "$1" "$2" || atf_fail "files $1 and $2 differ"
/freebsd/tools/test/stress2/misc/
H A Dmmap44.sh243 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
H A Dmmap46.sh221 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
H A Dmmap48.sh277 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
/freebsd/lib/libc/tests/net/getaddrinfo/
H A Dgetaddrinfo_test.sh87diff -u "$(atf_get_srcdir)/data/${exp}" out || atf_fail "Actual output does not match expected out…
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp396 int64_t diff = AbsoluteDifference(s, p + 4) + margin; in isInRange() local
399 return isInt<21>(diff); in isInRange()
402 return isInt<25>(diff); in isInRange()
407 int64_t diff = AbsoluteDifference(s, p) + margin; in isInRange() local
410 return isInt<28>(diff); in isInRange()
412 return isInt<21>(diff); in isInRange()
414 return isInt<16>(diff); in isInRange()
/freebsd/sys/net/altq/
H A Daltq_subr.c943 u_int64_t start, end, diff; in init_machclk() local
952 diff = (u_int64_t)(tv_end.tv_sec - tv_start.tv_sec) * 1000000 in init_machclk()
954 if (diff != 0) in init_machclk()
955 machclk_freq = (u_int)((end - start) * 1000000 / diff); in init_machclk()
/freebsd/crypto/heimdal/lib/hx509/
H A Drevoke.c772 int diff; in hx509_revoke_verify() local
776 &crl->crl.tbsCertList.issuer, &diff); in hx509_revoke_verify()
777 if (ret || diff) in hx509_revoke_verify()
H A Dhx509-private.h289 int */*diff*/);
/freebsd/contrib/sendmail/contrib/
H A Dmailprio83 # sort sorted_list > checkit; sort orig-mailing-list | diff - checkit
383 X sort sorted_list > checkit; sort orig-mailing-list | diff - checkit
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG599 kern.diff:
639 stty.diff:
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h559 #define diff __diff_D2A macro
611 extern Bigint *diff ANSI((Bigint*, Bigint*));
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp204 .Cases("pch-vfs-diff", "error=pch-vfs-diff", false) in sanitizeDiagOpts()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h196 if (diff(AlignedNextBlockNum, BackingStoreNum) > ptrdiff_t(MaxMemory)) { in Alloc()
/freebsd/sys/dev/sym/
H A Dsym_conf.h218 * to require a user option to be set for the DIFF probing
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh251 log_note "Verify working set diff:"
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h209 // This function implements the Myers diff algorithm used for stale profile
/freebsd/usr.bin/diff/
H A Ddiffreg_new.c36 #include "diff.h"
/freebsd/sys/kern/
H A Dvfs_bio.c649 int diff; in bufspace_adjust() local
654 diff = bufsize - bp->b_bufsize; in bufspace_adjust()
655 if (diff < 0) { in bufspace_adjust()
656 atomic_subtract_long(&bd->bd_bufspace, -diff); in bufspace_adjust()
657 } else if (diff > 0) { in bufspace_adjust()
658 space = atomic_fetchadd_long(&bd->bd_bufspace, diff); in bufspace_adjust()
661 space + diff >= bd->bd_bufspacethresh) in bufspace_adjust()
888 int diff; in bufmallocadjust() local
892 diff = bufsize - bp->b_bufsize; in bufmallocadjust()
893 if (diff < 0) in bufmallocadjust()
[all …]

1...<<31323334353637383940>>...44