| /freebsd-13.1/lib/libc/gen/ |
| H A D | fmtmsg.c | 210 int equality; in validmsgverb() local 212 equality = 0; in validmsgverb() 214 equality--; in validmsgverb() 218 equality++; in validmsgverb() 221 return (!equality); in validmsgverb()
|
| /freebsd-13.1/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-13.1/sys/mips/cavium/ |
| H A D | std.octeon1 | 10 makeoptions "CWARNFLAGS.clang"+="-Wno-parentheses-equality -Wno-pointer-sign"
|
| /freebsd-13.1/sys/conf/ |
| H A D | Makefile.powerpc | 49 -Wno-error=parentheses-equality \
|
| H A D | kern.mk | 38 -Wno-error=parentheses-equality -Wno-error=unused-function \
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | CRYPTO_memcmp.pod | 16 for equality.
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 251 def ignore_function_address_equality: F<"ignore-function-address-equality">, 252 HelpText<"lld can break the address equality of functions">; 254 def ignore_data_address_equality: F<"ignore-data-address-equality">, 255 HelpText<"lld can break the address equality of data">;
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.sys.mk | 89 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | typeinfo | 132 // to implement equality-comparison of type_infos instead of having to perform
|
| H A D | concepts | 420 …D::forward<_Fn>(__fn), _VSTD::forward<_Args>(__args)...); // not required to be equality preserving
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | primer.md | 178 you may need to use `ASSERT_TRUE()` or `EXPECT_TRUE()` to assert the equality of 191 `ASSERT_EQ()` does pointer equality on pointers. If used on two C strings, it
|
| /freebsd-13.1/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
|
| H A D | x509_minimal.t0 | 314 * Compare two big integers for equality. The integers use unsigned big-endian 336 * Compare two strings for equality, in a case-insensitive way. This
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 522 raise TypeError("Unknown type %s, No equality operation defined." % str(type(other)))
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 301 // PatLeafs for integer equality
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 205 the IEEE standard, which requires comparing two NaNs for equality to
|
| /freebsd-13.1/contrib/diff/ |
| H A D | ChangeLog | 2177 (AC_FUNC_MEMCMP): Not needed, since we only test for equality. 2186 We use bcmp if memcmp doesn't work, since we only test for equality. 2223 optimizes for common case of exact equality; the caller does that 2225 Optimize for the common case of mostly equality. 3023 (diff_2_files): When comparing files byte-by-byte for equality,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 839 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">;
|
| H A D | DiagnosticSemaKinds.td | 6811 "equality comparison between function pointer and void pointer (%0 and %1)">; 6813 "equality comparison between function pointer and void pointer (%0 and %1)">; 7795 "use '==' to turn this assignment into an equality comparison">; 7801 def warn_equality_with_extra_parens : Warning<"equality comparison with " 7804 "use '=' to turn this equality comparison into an assignment">; 8596 "%select{equality|inequality|relational|three-way}0 comparison result unused">, 9094 "%select{<ERROR>|equality|three-way|equality|relational}0 comparison "
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 680 // Non-equality: ne
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 3996 // For non-equality comparisons, the default code would materialize the 4002 // Since we are just comparing for equality, we can emit this instead: 4036 // For non-equality comparisons, the default code would materialize the 4042 // Since we are just comparing for equality, we can emit this instead:
|
| /freebsd-13.1/contrib/file/ |
| H A D | ChangeLog | 89 * Fix GUID equality check
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 1032 o Export an evutil_sockaddr_cmp() to compare to sockaddr objects for equality.
|