| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 24 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 D | time-test.c | 45 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 D | time-test.c | 45 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 D | sample10_unittest.cc | 81 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 D | aircrack-ptw-lib.c | 58 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 D | OPENSSL_gmtime.pod | 25 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 D | UI_UTIL_read_pw.pod | 27 difference is that you can give it an external buffer B<buff> for the
|
| /freebsd/usr.bin/ministat/ |
| H A D | README | 23 No difference proven at 95.0% confidence 46 Here we have a clearcut difference, not very big, but clear and unambiguous.
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | numeric.cppm | |
| H A D | numeric.inc | 38 // [adjacent.difference], adjacent difference
|
| /freebsd/contrib/libxo/doc/ |
| H A D | faq.rst | 183 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/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_TIME.pod | 124 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
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 635 "in first definition, possible difference is here">; 639 "in second definition, possible difference is here">; 642 "%q0 has different definitions in different modules; first difference is " 663 "%0 has different definitions in different modules; first difference is " 679 "%q0 has different definitions in different modules; first difference is " 696 "%q0 has different definitions in different modules; first difference is " 710 "%q0 has different definitions in different modules; first difference is " 814 "%q0 has different definitions in different modules; first difference is " 838 "%q0 has different definitions in different modules; first difference is " 851 "%q0 has different definitions in different modules; first difference is " [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
| H A D | msm-poweroff.txt | 4 Clearing that bit allows us to restart/poweroff. The difference
|
| /freebsd/contrib/kyua/engine/ |
| H A D | filters.cpp | 299 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 D | filters.hpp | 107 std::set< test_filter > difference(const std::set< test_filter >&) const;
|
| H A D | filters_test.cpp | 422 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 D | armada-388.dtsi | 9 * The main difference with the Armada 385 is that the 388 can handle two more
|
| /freebsd/sys/contrib/openzfs/lib/libefi/ |
| H A D | rdwr_efi.c | 1112 diskaddr_t data_size, limit, difference; in efi_use_whole_disk() local 1233 difference = limit - resv_start; in efi_use_whole_disk() 1237 "efi_use_whole_disk: difference is %lli\n", difference); in efi_use_whole_disk() 1244 efi_label->efi_parts[data_index].p_size += difference; in efi_use_whole_disk() 1245 efi_label->efi_parts[resv_index].p_start += difference; in efi_use_whole_disk() 1284 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 D | includes1.cnf | 29 # A few difference way of specifying how similar the request should look
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | strcmp.S | 214 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 D | README | 16 utility ministat which then provides the confidence interval of difference between the data in stat…
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | magic | 72 # 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 D | test.cnf | 24 # A few difference way of specifying how similar the request should look
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3692x.txt | 6 The main difference between the LM36922 and LM36923 is the number of
|