Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 193) sorted by relevance

12345678

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h24 void Increment(uint32_t difference = 1) {
25 lldbassert(std::numeric_limits<uint32_t>::max() - m_hit_count >= difference);
26 m_hit_count += difference;
29 void Decrement(uint32_t difference = 1) {
30 lldbassert(m_hit_count >= difference);
31 m_hit_count -= difference;
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dtime-test.c45 struct timeval newtime, difference; in timeout_cb() local
50 evutil_timersub(&newtime, &lasttime, &difference); in timeout_cb()
51 elapsed = difference.tv_sec + in timeout_cb()
52 (difference.tv_usec / 1.0e6); in timeout_cb()
/freebsd/contrib/libevent/sample/
H A Dtime-test.c45 struct timeval newtime, difference; in timeout_cb() local
50 evutil_timersub(&newtime, &lasttime, &difference); in timeout_cb()
51 elapsed = difference.tv_sec + in timeout_cb()
52 (difference.tv_usec / 1.0e6); in timeout_cb()
/freebsd/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc81 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
86 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!"; in OnTestEnd()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c58 double difference; member
124 if (a->difference > b->difference) { in comparedoublesorthelper()
126 } else if (a->difference == b->difference) { in comparedoublesorthelper()
411 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod25 OPENSSL_gmtime_diff() calculates the difference between I<from> and I<to>.
37 OPENSSL_gmtime_diff() calculates the difference between the two I<struct tm>
38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
H A DUI_UTIL_read_pw.pod27 difference is that you can give it an external buffer B<buff> for the
/freebsd/usr.bin/ministat/
H A DREADME24 No difference proven at 95.0% confidence
47 Here we have a clearcut difference, not very big, but clear and unambiguous.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.cppm
/freebsd/contrib/libxo/doc/
H A Dfaq.rst183 difference between errors37 and errors63.
201 will lead users to ask the difference between the two fields. If
202 there is no difference, use only one of the field names. If there is
203 a difference, change the names to make that difference more obvious.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td610 "in first definition, possible difference is here">;
614 "in second definition, possible difference is here">;
617 "%q0 has different definitions in different modules; first difference is "
638 "%0 has different definitions in different modules; first difference is "
654 "%q0 has different definitions in different modules; first difference is "
671 "%q0 has different definitions in different modules; first difference is "
685 "%q0 has different definitions in different modules; first difference is "
789 "%q0 has different definitions in different modules; first difference is "
813 "%q0 has different definitions in different modules; first difference is "
826 "%q0 has different definitions in different modules; first difference is "
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
/freebsd/contrib/kyua/engine/
H A Dfilters.cpp299 engine::test_filters::difference(const std::set< test_filter >& matched) const in difference() function in engine::test_filters
388 return _filters.difference(_used_filters); in unused()
H A Dfilters.hpp107 std::set< test_filter > difference(const std::set< test_filter >&) const;
H A Dfilters_test.cpp422 in_filters).difference(used); in ATF_TEST_CASE_BODY()
437 in_filters).difference(used); in ATF_TEST_CASE_BODY()
456 in_filters).difference(used); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-388.dtsi9 * The main difference with the Armada 385 is that the 388 can handle two more
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c1121 diskaddr_t data_size, limit, difference; in efi_use_whole_disk() local
1242 difference = limit - resv_start; in efi_use_whole_disk()
1246 "efi_use_whole_disk: difference is %lli\n", difference); in efi_use_whole_disk()
1253 efi_label->efi_parts[data_index].p_size += difference; in efi_use_whole_disk()
1254 efi_label->efi_parts[resv_index].p_start += difference; in efi_use_whole_disk()
1293 efi_label->efi_parts[resv_index].p_start -= difference; in efi_use_whole_disk()
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf29 # A few difference way of specifying how similar the request should look
/freebsd/lib/libc/amd64/string/
H A Dstrcmp.S214 sub %ecx, %eax # difference of the mismatching chars
266 neg %rax # make difference positive
325 sub %ecx, %eax # difference of the mismatching chars
/freebsd/tools/tools/sortbench/
H A DREADME16 utility ministat which then provides the confidence interval of difference between the data in stat…
/freebsd/contrib/file/magic/Magdir/
H A Dmagic72 # show more information to see difference between fragments and misidentfied scripts
80 # show more information to see difference between fragments and misidentfied scripts
/freebsd/crypto/openssl/test/
H A Dtest.cnf24 # A few difference way of specifying how similar the request should look
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3692x.txt6 The main difference between the LM36922 and LM36923 is the number of
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt44 - If multiple range entries are used, the difference between the parent
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drockchip,rk3288-cru.txt9 setting the difference but there is no automatic revision detection. This

12345678