/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | SupportFile.h | 42 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 D | fmtmsg.c | 207 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 D | googletest-output-test-golden-lin.txt | 10 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 D | EVP_PKEY_copy_parameters.pod | 38 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 D | CRYPTO_memcmp.pod | 16 for equality.
|
/freebsd/sys/conf/ |
H A D | Makefile.powerpc | 46 -Wno-error=parentheses-equality \
|
H A D | kern.mk | 44 -Wno-error=parentheses-equality -Wno-error=unused-function \
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_compare_version.m4 | 17 # 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 D | SBFrameExtensions.i | 7 # our own equality operator here
|
H A D | SBTargetExtensions.i | 36 # our own equality operator here
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pkt_rx1.s | 76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
|
H A D | pkt_rx0.asm | 121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
|
/freebsd/contrib/googletest/docs/ |
H A D | quickstart-cmake.md | 92 // Expect equality.
|
H A D | quickstart-bazel.md | 81 // Expect equality.
|
/freebsd/contrib/googletest/ |
H A D | README.md | 60 Googletest provides a variety of assertions, such as equality, inequality,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 10 to expose equality and hasher) for the allocators and the creation
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | property.pod | 80 B<=> is an infix operator providing an equality test.
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 285 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 D | matchers.md | 48 …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 D | assertions.md | 169 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 D | cwchar | 236 "Calling wmemchr on non-trivially equality comparable types is unsafe.");
|
H A D | typeinfo | 126 // to implement equality-comparison of type_infos instead of having to perform
|
H A D | ranges | 264 requires weakly-equality-comparable-with<W, Bound> && copyable<W>
|
/freebsd/share/mk/ |
H A D | bsd.sys.mk | 97 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 581 \ Returned value is -1 on equality, 0 otherwise. 595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
|