| /freebsd-12.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-12.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-12.1/crypto/openssl/doc/man3/ |
| H A D | CRYPTO_memcmp.pod | 16 for equality.
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386-modes.def | 41 equality comparisons are being done.
|
| /freebsd-12.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-12.1/sys/conf/ |
| H A D | kern.mk | 33 -Wno-error-parentheses-equality -Wno-error-unused-function \
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Options.td | 195 def ignore_function_address_equality: F<"ignore-function-address-equality">, 196 HelpText<"lld can break the address equality of functions">; 198 def ignore_data_address_equality: F<"ignore-data-address-equality">, 199 HelpText<"lld can break the address equality of data">;
|
| /freebsd-12.1/share/mk/ |
| H A D | bsd.sys.mk | 90 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | random | 378 * objects of the same type for equality. 549 * the same type for equality. 753 * the same type for equality. 927 * of the same type for equality. 1136 * the same type for equality. 1328 * the same type for equality.
|
| /freebsd-12.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-12.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-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 275 // PatLeafs for integer equality
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | c-tree.texi | 137 equality.) If an error has occurred during front-end processing the 193 same identifier. Therefore, you may use pointer equality to compare 416 should never use @code{==} (pointer equality) to compare types; always 1696 equal (by pointer equality) to @code{NULL} if this handler is for all 2331 other than equality and inequality, may generate a floating point exception.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 195 Warn if testing floating point numbers for equality
|
| H A D | ChangeLog | 1280 evaluation of complex constant equality/inequality comparisons.
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 496 // Non-equality: ne
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 205 the IEEE standard, which requires comparing two NaNs for equality to
|
| /freebsd-12.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-12.1/contrib/libstdc++/include/ext/ |
| H A D | rope | 485 // equality on rope iterators. According to the draft standard, the 486 // template parameters for such an equality operator cannot be inferred
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | predicates.md | 785 ;; Return true if operand is an equality operator.
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | ieee754-df.S | 1041 @ Test for equality.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 698 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">;
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 3500 // For non-equality comparisons, the default code would materialize the 3506 // Since we are just comparing for equality, we can emit this instead: 3568 // For non-equality comparisons, the default code would materialize the 3574 // Since we are just comparing for equality, we can emit this instead:
|