| /freebsd/contrib/jemalloc/scripts/ |
| H A D | gen_travis.py | 44 scripts/gen_travis.py > travis_script && diff .travis.yml travis_script
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-misc_test.cc | 972 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 D | sctp_cc_functions.c | 1984 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 D | AArch64SchedA55.td | 388 // ASIMD absolute diff 391 // ASIMD absolute diff accum 393 // ASIMD absolute diff long
|
| H A D | AArch64SchedNeoverseN2.td | 951 // 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 D | dpp_hostapd.c | 612 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 D | t_mtree.sh | 45 diff -Nru "$1" "$2" || atf_fail "files $1 and $2 differ"
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | mmap44.sh | 243 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
|
| H A D | mmap46.sh | 221 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
|
| H A D | mmap48.sh | 277 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
|
| /freebsd/lib/libc/tests/net/getaddrinfo/ |
| H A D | getaddrinfo_test.sh | 87 …diff -u "$(atf_get_srcdir)/data/${exp}" out || atf_fail "Actual output does not match expected out…
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 396 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 D | altq_subr.c | 943 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 D | revoke.c | 772 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 D | hx509-private.h | 289 int */*diff*/);
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mailprio | 83 # 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 D | README.ORIG | 599 kern.diff: 639 stty.diff:
|
| /freebsd/contrib/gdtoa/ |
| H A D | gdtoaimp.h | 559 #define diff __diff_D2A macro 611 extern Bigint *diff ANSI((Bigint*, Bigint*));
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 204 .Cases("pch-vfs-diff", "error=pch-vfs-diff", false) in sanitizeDiagOpts()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_allocator.h | 196 if (diff(AlignedNextBlockNum, BackingStoreNum) > ptrdiff_t(MaxMemory)) { in Alloc()
|
| /freebsd/sys/dev/sym/ |
| H A D | sym_conf.h | 218 * to require a user option to be set for the DIFF probing
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_replay_fs_001.ksh | 251 log_note "Verify working set diff:"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfileMatcher.h | 209 // This function implements the Myers diff algorithm used for stale profile
|
| /freebsd/usr.bin/diff/ |
| H A D | diffreg_new.c | 36 #include "diff.h"
|
| /freebsd/sys/kern/ |
| H A D | vfs_bio.c | 649 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 …]
|