Home
last modified time | relevance | path

Searched refs:equality (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSupportFile.h42 SupportFileEquality equality = eEqualFileSpecAndChecksum) const {
43 assert(!(equality & eEqualChecksum & eEqualChecksumIfSet) &&
46 if (equality & eEqualFileSpec) {
51 if (equality & eEqualChecksum) {
56 if (equality & eEqualChecksumIfSet) {
/freebsd/lib/libc/gen/
H A Dfmtmsg.c207 int equality; in validmsgverb() local
209 equality = 0; in validmsgverb()
211 equality--; in validmsgverb()
215 equality++; in validmsgverb()
218 return (!equality); in validmsgverb()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt10 Expected equality of these values:
42 Expected equality of these values:
50 Expected equality of these values:
60 Expected equality of these values:
76 Expected equality of these values:
86 Expected equality of these values:
154 Expected equality of these values:
163 Expected equality of these values:
175 Expected equality of these values:
184 Expected equality of these values:
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_copy_parameters.pod38 B<a> and B<b> for equality.
40 The function EVP_PKEY_eq() checks the keys B<a> and B<b> for equality,
56 a public key and that private key equality could be derived from that.
H A DCRYPTO_memcmp.pod16 for equality.
/freebsd/sys/conf/
H A DMakefile.powerpc46 -Wno-error=parentheses-equality \
H A Dkern.mk44 -Wno-error=parentheses-equality -Wno-error=unused-function \
/freebsd/sys/contrib/openzfs/config/
H A Dax_compare_version.m417 # The six basic comparisons are available, as well as checking equality
157 # Check for equality or inequality as necessary.
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i7 # our own equality operator here
H A DSBTargetExtensions.i36 # our own equality operator here
/freebsd/contrib/libpcap/msdos/
H A Dpkt_rx1.s76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
H A Dpkt_rx0.asm121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md92 // Expect equality.
H A Dquickstart-bazel.md81 // Expect equality.
/freebsd/contrib/googletest/
H A DREADME.md60 Googletest provides a variety of assertions, such as equality, inequality,
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md10 to expose equality and hasher) for the allocators and the creation
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod80 B<=> is an infix operator providing an equality test.
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td285 def ignore_function_address_equality: FF<"ignore-function-address-equality">,
286 HelpText<"lld can break the address equality of functions">;
288 def ignore_data_address_equality: FF<"ignore-data-address-equality">,
289 HelpText<"lld can break the address equality of data">;
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md48 …ue matching `m`. (For testing whether an `optional<>` is set, check for equality with `nullopt`. Y…
78 which requires comparing two NaNs for equality to return false. The
H A Dassertions.md169 Does pointer equality on pointers. If used on two C strings, it tests if they
184 Does pointer equality on pointers. If used on two C strings, it tests if they
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar236 "Calling wmemchr on non-trivially equality comparable types is unsafe.");
H A Dtypeinfo126 // to implement equality-comparison of type_infos instead of having to perform
H A Dranges264 requires weakly-equality-comparable-with<W, Bound> && copyable<W>
/freebsd/share/mk/
H A Dbsd.sys.mk97 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0581 \ Returned value is -1 on equality, 0 otherwise.
595 \ Compare two blobs in the context. Returned value is -1 on equality, 0

12