Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/gen/
H A Dfmtmsg.c210 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 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-13.1/sys/mips/cavium/
H A Dstd.octeon110 makeoptions "CWARNFLAGS.clang"+="-Wno-parentheses-equality -Wno-pointer-sign"
/freebsd-13.1/sys/conf/
H A DMakefile.powerpc49 -Wno-error=parentheses-equality \
H A Dkern.mk38 -Wno-error=parentheses-equality -Wno-error=unused-function \
/freebsd-13.1/crypto/openssl/doc/man3/
H A DCRYPTO_memcmp.pod16 for equality.
/freebsd-13.1/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-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td251 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 Dbsd.sys.mk89 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dtypeinfo132 // to implement equality-comparison of type_infos instead of having to perform
H A Dconcepts420 …D::forward<_Fn>(__fn), _VSTD::forward<_Args>(__args)...); // not required to be equality preserving
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dprimer.md178 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 Dasn1.t0581 \ Returned value is -1 on equality, 0 otherwise.
595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
H A Dx509_minimal.t0314 * 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 Dpython-extensions.swig522 raise TypeError("Unknown type %s, No equality operation defined." % str(type(other)))
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td301 // PatLeafs for integer equality
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md205 the IEEE standard, which requires comparing two NaNs for equality to
/freebsd-13.1/contrib/diff/
H A DChangeLog2177 (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 DDiagnosticGroups.td839 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">;
H A DDiagnosticSemaKinds.td6811 "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 DWebAssemblyInstrSIMD.td680 // Non-equality: ne
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td3996 // 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 DChangeLog89 * Fix GUID equality check
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01032 o Export an evutil_sockaddr_cmp() to compare to sockaddr objects for equality.

12