Home
last modified time | relevance | path

Searched full:diff (Results 676 – 700 of 1082) sorted by relevance

1...<<21222324252627282930>>...44

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c85 /* diff must be something which can fit in a susecond_t */
86 static inline void update_mad_stats(struct timeval *diff) in update_mad_stats() argument
88 double new = (diff->tv_sec * 1000000) + diff->tv_usec; in update_mad_stats()
108 /* after and diff can be the same struct */
110 struct timeval *diff) in diff_time() argument
117 diff->tv_sec = tmp.tv_sec - before->tv_sec; in diff_time()
118 diff->tv_usec = tmp.tv_usec - before->tv_usec; in diff_time()
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c175 "y=%g, expected %g (diff: %g)", i, exps[i], y, in ATF_TC_BODY()
320 "test %zu: exponent=%d, y=%g ldexpf returns %g (diff: %g)", in ATF_TC_BODY()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset in isLargeStride() local
385 bool Result = Diff > LargeStrideThresh; in isLargeStride()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h803 { size_t const diff = MEM_readST(pMatch) ^ MEM_readST(pIn); in ZSTD_count() local
804 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
807 size_t const diff = MEM_readST(pMatch) ^ MEM_readST(pIn); in ZSTD_count() local
808 if (!diff) { pIn+=sizeof(size_t); pMatch+=sizeof(size_t); continue; } in ZSTD_count()
809 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()
/freebsd/sys/kern/
H A Dlink_elf.c1731 u_long diff = off; in link_elf_search_symbol() local
1742 if (off - st_value < diff) { in link_elf_search_symbol()
1743 diff = off - st_value; in link_elf_search_symbol()
1745 if (diff == 0) in link_elf_search_symbol()
1747 } else if (off - st_value == diff) { in link_elf_search_symbol()
1755 *diffp = diff; in link_elf_search_symbol()
H A Dlink_elf_obj.c1590 u_long diff = off; in link_elf_search_symbol() local
1601 if (off - st_value < diff) { in link_elf_search_symbol()
1602 diff = off - st_value; in link_elf_search_symbol()
1604 if (diff == 0) in link_elf_search_symbol()
1606 } else if (off - st_value == diff) { in link_elf_search_symbol()
1614 *diffp = diff; in link_elf_search_symbol()
/freebsd/contrib/tcsh/
H A Dtcsh.man999 12 8:37 diff wumpus.man.old wumpus.man
1010 if the `diff' output scrolled off the top of the screen.
1065 For example, the `diff' command in the previous example might have been
1066 typed as `diff !!:1.old !!:1' (using `:1' to select the first argument
1067 from the previous event) or `diff !\-2:2 !\-2:1' to select and swap the
1069 `diff' we might have said `diff !\-2:1\-2' or simply `diff !\-2:*'.
1077 For example, our `diff' command might have been `diff !!^.old !!^' or,
1078 equivalently, `diff !!$.old !!$'. However, if `!!' is abbreviated `!',
1084 Continuing our `diff' example, we could have said simply `diff
1085 !^.old !^' or, to get the arguments in the opposite order, just `diff !*'.
[all …]
H A Dtcsh.man.new1599 12 8:37 diff wumpus.man.old wumpus.man
1630 .Sq diff
1712 .Sq diff
1715 .Sq diff !!:1.old !!:1
1720 .Sq diff !\-2:2 !\-2:1
1727 .Sq diff !\-2:1\-2
1729 .Sq diff !\-2:*
1754 .Sq diff
1756 .Sq diff !!^.old !!^
1759 .Sq diff !!$.old !!$
[all …]
/freebsd/tests/sys/cddl/zfs/include/
H A Dcommands.txt58 /usr/bin/diff
/freebsd/crypto/openssh/regress/
H A Dsshcfgparse.sh35 diff $OBJ/ssh_config.1 $OBJ/ssh_config.2) || fail "failed to reparse minimal"
/freebsd/contrib/bsnmp/
H A DNEWS191 Make the patch a context diff instead of a unified one.
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib81 log_must $DIFF $PRE_UPGRADE_CHECKSUM $POST_UPGRADE_CHECKSUM
/freebsd/sys/netipsec/
H A Dipsec.c1229 uint64_t index, index_cur, diff; in advance_window() local
1235 diff = index - index_cur; in advance_window()
1237 if (diff > replay->bitmap_size) { in advance_window()
1239 diff = replay->bitmap_size; in advance_window()
1242 for (i = 0; i < diff; i++) { in advance_window()
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile599 SED_CMDS.export+= -e '/^DIFF/d'
787 TOOL_DIFF?= diff
810 MAKE_TEST_ENV+= DIFF="${TOOL_DIFF}" DIFF_FLAGS="${DIFF_FLAGS}"
893 ${DIFF_ECHO} diff ${UNIT_TESTS}/$${test}.exp $${test}.out; \
/freebsd/contrib/bmake/unit-tests/
H A DMakefile596 SED_CMDS.export+= -e '/^DIFF/d'
784 TOOL_DIFF?= diff
807 MAKE_TEST_ENV+= DIFF="${TOOL_DIFF}" DIFF_FLAGS="${DIFF_FLAGS}"
890 ${DIFF_ECHO} diff ${UNIT_TESTS}/$${test}.exp $${test}.out; \
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c1046 u32 curr_gp2, diff; in iwl_mvm_ftm_get_host_time() local
1053 diff = curr_gp2 - gp2_ts; in iwl_mvm_ftm_get_host_time()
1055 diff = curr_gp2 + (U32_MAX - gp2_ts + 1); in iwl_mvm_ftm_get_host_time()
1057 return now_from_boot_ns - (u64)diff * 1000; in iwl_mvm_ftm_get_host_time()
/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-memmove-slm.S170 sub %rdi, %rsi /* rsi = src - dst = diff */
394 sub %rdi, %r8 /* r8 = src - dst, diff */
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_002_pos.ksh170 log_must $DIFF $REAL_HISTORY $EXPECT_HISTORY
/freebsd/share/doc/smm/02.config/
H A D6.t59 also to simplify \fIdiff\fP\|(1) listings. If you choose not
/freebsd/crypto/openssh/
H A Dmlkem768.sh26 test `git diff | wc -l` -ne 0 && die "tree has unstaged changes"
/freebsd/tools/test/stress2/misc/
H A Dmmap43.sh170 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A DMakefile.in57 diff t_cf2.output $(srcdir)/t_cf2.expected
/freebsd/sys/contrib/openzfs/man/
H A DMakefile.am36 %D%/man8/zfs-diff.8 \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA64FX.td1353 // ASIMD absolute diff, D-form
1354 // ASIMD absolute diff, Q-form
1355 // ASIMD absolute diff accum, D-form
1356 // ASIMD absolute diff accum, Q-form
1357 // ASIMD absolute diff accum long
1358 // ASIMD absolute diff long
1408 // ASIMD absolute diff accum, D-form
1411 // ASIMD absolute diff accum, Q-form
1414 // ASIMD absolute diff accum long
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8517 ExprResult Diff; in calculateNumIters() local
8521 Diff = Lower; in calculateNumIters()
8525 Diff = in calculateNumIters()
8526 SemaRef.BuildBinOp(S, DefaultLoc, BO_Sub, Diff.get(), NewStep.get()); in calculateNumIters()
8527 if (!Diff.isUsable()) in calculateNumIters()
8533 Diff = SemaRef.BuildBinOp( in calculateNumIters()
8534 S, DefaultLoc, BO_Add, Diff.get(), in calculateNumIters()
8536 if (!Diff.isUsable()) in calculateNumIters()
8539 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in calculateNumIters()
8540 if (!Diff.isUsable()) in calculateNumIters()
[all …]

1...<<21222324252627282930>>...44