Home
last modified time | relevance | path

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

12345678

/freebsd-13.1/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-13.1/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-13.1/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc83 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
88 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!"; in OnTestEnd()
/freebsd-13.1/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c60 double difference; member
126 if (a->difference > b->difference) { in comparedoublesorthelper()
128 } else if (a->difference == b->difference) { in comparedoublesorthelper()
413 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
/freebsd-13.1/usr.bin/ministat/
H A DREADME25 No difference proven at 95.0% confidence
48 Here we have a clearcut difference, not very big, but clear and unambiguous.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td122 "in first definition, possible difference is here">;
126 "in second definition, possible difference is here">;
132 "%q0 has different definitions in different modules; first difference is "
153 "%q0 has different definitions in different modules; first difference is "
171 "%q0 has different definitions in different modules; first difference is "
182 "%q0 has different definitions in different modules; first difference is "
328 "first difference is "
351 "first difference is "
377 "definitions in different modules; first difference is this "
392 "as a non-system module; any difference in diagnostic options will be ignored">,
/freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/power/reset/
H A Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
/freebsd-13.1/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-13.1/sys/contrib/device-tree/src/arm/
H A Darmada-388.dtsi9 * The main difference with the Armada 385 is that the 388 can handle two more
H A Dsun4i-a10-pcduino2.dts45 * LinkSprite pcDuino1 board. The only software visible difference
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dsifive,fu540-c000-pdma.yaml20 DT file need to be changed to meet the difference. For technical
/freebsd-13.1/tools/tools/sortbench/
H A DREADME17 utility ministat which then provides the confidence interval of difference between the data in stat…
/freebsd-13.1/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c1168 diskaddr_t data_size, limit, difference; in efi_use_whole_disk() local
1289 difference = limit - resv_start; in efi_use_whole_disk()
1293 "efi_use_whole_disk: difference is %lli\n", difference); in efi_use_whole_disk()
1300 efi_label->efi_parts[data_index].p_size += difference; in efi_use_whole_disk()
1301 efi_label->efi_parts[resv_index].p_start += difference; in efi_use_whole_disk()
1340 efi_label->efi_parts[resv_index].p_start -= difference; in efi_use_whole_disk()
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3692x.txt6 The main difference between the LM36922 and LM36923 is the number of
/freebsd-13.1/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst127 section have the same memory regions, the difference between the LMA and the
128 VMA is computed to be the same as the previous difference.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DUI_UTIL_read_pw.pod27 difference is that you can give it an external buffer B<buff> for the
H A DSSL_CTX_set_read_ahead.pod45 records, and SSL_has_pending() can't tell the difference between processed and
H A DUI_new.pod135 The difference between the two is only conceptual. With the builtin method,
136 there's no technical difference between them. Other methods may make a
137 difference between them, however.
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.txt29 -temp-diff : temperature difference to allow recharging
/freebsd-13.1/usr.bin/fortune/
H A DREADME11 funny it makes no difference how dirty it is. Shout it from the rooftops.
/freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/clock/
H A Drockchip,rk3288-cru.txt9 setting the difference but there is no automatic revision detection. This

12345678