Home
last modified time | relevance | path

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

123456789

/src/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;
/src/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()
/src/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()
/src/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()
/src/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()
/src/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
/src/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.
/src/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.inc38 // [adjacent.difference], adjacent difference
/src/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.
/src/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod124 If the difference would be negative, B<0> is returned.
135 B<ossl_time_abs_difference> returns the magnitude of the difference between two
173 B<ossl_time_subtract> returns the difference of the two times or the
185 B<ossl_time_abs_difference> returns the magnitude of the difference between the
/src/sys/contrib/device-tree/Bindings/power/reset/
H A Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
/src/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 …]
/src/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()
/src/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
/src/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c1122 diskaddr_t data_size, limit, difference; in efi_use_whole_disk() local
1243 difference = limit - resv_start; in efi_use_whole_disk()
1247 "efi_use_whole_disk: difference is %lli\n", difference); in efi_use_whole_disk()
1254 efi_label->efi_parts[data_index].p_size += difference; in efi_use_whole_disk()
1255 efi_label->efi_parts[resv_index].p_start += difference; in efi_use_whole_disk()
1294 efi_label->efi_parts[resv_index].p_start -= difference; in efi_use_whole_disk()
/src/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
/src/tools/tools/sortbench/
H A DREADME16 utility ministat which then provides the confidence interval of difference between the data in stat…
/src/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
/src/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
/src/crypto/openssl/test/
H A Dtest.cnf24 # A few difference way of specifying how similar the request should look
/src/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3692x.txt6 The main difference between the LM36922 and LM36923 is the number of
/src/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt44 - If multiple range entries are used, the difference between the parent

123456789