Searched refs:compare (Results 176 - 200 of 269) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h255 bool MemoryIDEqual(const ProcessModID &compare) const {
256 return m_memory_id == compare.m_memory_id;
259 bool StopIDEqual(const ProcessModID &compare) const {
260 return m_stop_id == compare.m_stop_id;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp337 return FilenameA.compare(FilenameB) < 0;
/freebsd-current/sbin/ifconfig/
H A Difconfig.c368 int (*compare)(struct ifaddrs *, struct ifaddrs *, struct ifa_queue *),
391 list = sortifaddrs(list, compare, q);
392 right = sortifaddrs(right, compare, q);
402 } else if (compare(list, right, q) <= 0) {
2053 * Is it already loaded? Don't compare with ifname if
/freebsd-current/contrib/ofed/libmlx4/
H A Dqp.c167 aseg->compare = htobe64(wr->wr.atomic.compare_add);
170 aseg->compare = 0;
/freebsd-current/contrib/atf/atf-sh/
H A Datf-check.cpp264 bool negated = (arg.compare(0, 4, "not-") == 0);
314 const bool negated = (arg.compare(0, 4, "not-") == 0);
/freebsd-current/contrib/ldns/packaging/fedora/
H A Dldns.spec97 %{_bindir}/ldns-compare-zones
/freebsd-current/crypto/openssl/test/recipes/
H A D80-test_cms.t15 use File::Compare qw/compare_text compare/;
919 is(compare($input, $verified), 0, "binary input retained with -binary");
927 is(compare($input, $verified.".nobin"), 1, "binary input not retained without -binary");
939 is(compare($input, $verified.".crlf"), 0,
1070 is(compare($pt, $ptpt), 0, "compare original message with decrypted ciphertext");
/freebsd-current/usr.sbin/efibootmgr/
H A Defibootmgr.c545 compare(const void *a, const void *b) function
581 qsort(vals, cnt, sizeof(uint16_t), compare);
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp55 return A.compare(B);
200 if (Val.starts_with(Arg) && Arg.compare(Val))
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, function in struct:__anon254::TransformActionsImpl::CharRange
466 RangeComparison comp = CharRange::compare(replacementRange, range,
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp817 // If either entry is void then we can just compare the types
828 result = lhs.m_float.compare(rhs.m_float);
850 result = lhs.m_float.compare(rhs.m_float);
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp246 // This does not correctly compare the predefined instructions!
257 int comp = LHSr->getName().compare(RHSr->getName());
280 int comp = LHSs.compare(RHSs);
436 << ").compare(RHS." << Field.Name << ");\n";
/freebsd-current/sbin/ipf/ipnat/
H A Dipnat_y.y115 %type <num> hexnumber compare range proto
1048 compare portspec { $$.pc = $1; $$.p1 = $2; $$.p2 = 0; }
1191 compare: label
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h24 int (* compare)(struct _t *, struct _t *); \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp234 !Job->Cmd.getFlagValue("set_cover_merge").compare("1");
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp73 int APFixedPoint::compare(const APFixedPoint &Other) const { function in class:llvm::APFixedPoint
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl278 MVK 5,A22 ; compare to modulus
/freebsd-current/lib/libc/db/test/btree.tests/
H A Dmain.c128 b.compare = NULL;
/freebsd-current/contrib/tzdata/
H A DMakefile332 -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
/freebsd-current/contrib/tzcode/
H A DMakefile332 -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp632 void IRComparer<T>::compare(
1436 .compare(getModuleForComparison(IR),
2199 // Now compare it against itself, which will have everything the
2202 .compare(getModuleForComparison(IR),
2233 .compare(getModuleForComparison(IR),
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp874 return XStr.compare(YStr) < 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h190 // 8. To compare two IR representations (of type \p T).
307 // Information that needs to be saved for a basic block in order to compare
387 // class is created with the 2 IRs to compare and then compare is called.
395 // compare of a function. When \p InModule is set,
397 void compare(
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dyear_month_day.h23 #include <compare>
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y203 | compare statement
362 compare : COMPARE PATH eol label

Completed in 500 milliseconds

1234567891011