Searched refs:compare (Results 51 - 75 of 241) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h36 virtual bool compare(const InstRef &Lhs, const InstRef &Rhs) const = 0;
51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h166 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2,
168 bool compare(ProgramStateRef State, NonLoc NL1, NonLoc NL2,
H A DIterator.cpp207 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, function in namespace:clang::ento::iterator
209 return compare(State, nonloc::SymbolVal(Sym1), nonloc::SymbolVal(Sym2), Opc);
212 bool compare(ProgramStateRef State, NonLoc NL1, NonLoc NL2, function in namespace:clang::ento::iterator
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h108 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
149 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
253 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
323 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_open.c137 if (b.compare == NULL) {
138 b.compare = __bt_defcmp;
146 b.compare = __bt_defcmp;
165 t->bt_cmp = b.compare;
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile45 CDIAGFLAGS+= -Wsign-compare
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h169 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \
175 if (*(T *)target == compare) { \
185 ck_pr_cas_##N(M *target, T compare, T set) \
190 if (*(T *)target == compare) { \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h91 return VT1->Name.compare(VT2->Name);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h240 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1,
251 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers
391 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>()))
567 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; }
568 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; }
569 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; }
570 bool operator>(const ScaledNumber &X) const { return compare(X) > 0; }
571 bool operator<=(const ScaledNumber &X) const { return compare(X) <= 0; }
572 bool operator>=(const ScaledNumber &X) const { return compare(X) >= 0; }
668 int compare(cons function in class:llvm::ScaledNumber
[all...]
/freebsd-11-stable/contrib/ee/
H A Dee.c288 int compare P_((char *string1, char *string2, int sensitive));
1697 if (compare(cmd_str, HELP, FALSE))
1699 else if (compare(cmd_str, WRITE, FALSE))
1715 else if (compare(cmd_str, READ, FALSE))
1733 else if (compare(cmd_str, LINE, FALSE))
1740 else if (compare(cmd_str, FILE_str, FALSE))
1751 else if (compare(cmd_str, CHARACTER, FALSE))
1757 else if (compare(cmd_str, REDRAW, FALSE))
1759 else if (compare(cmd_str, RESEQUENCE, FALSE))
1768 else if (compare(cmd_st
1947 compare(string1, string2, sensitive) /* compare two strings */ function
[all...]
/freebsd-11-stable/stand/lua/
H A Dpassword.lua119 local function compare(prompt, pwd) function
127 compare("Bootlock password:", boot_pwd)
144 compare("Loader password:", pwd)
/freebsd-11-stable/include/
H A Ddb.h120 int (*compare) /* comparison function */ member in struct:__anon6508
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dwqe.h60 uint64_t compare; member in struct:mlx5_wqe_masked_atomic_seg
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h310 * Atomic compare and swap.
314 ck_pr_cas_##S(M *target, T compare, T set) \
321 "a" (compare) \
345 ck_pr_cas_##S##_value(M *target, T compare, T set, M *v) \
355 "a" (compare) \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h52 /// compare those, but this would not work for stripped bitcodes or for those
100 int compare();
163 /// 2.1. If contents are numbers, compare numbers.
221 /// If these properties are equal - compare their contents.
241 /// Stage 3: For all other cases we compare order we meet these values in
244 /// In another words, we compare serial numbers, for more details
354 /// Being comparing functions we need to compare values we meet at left and
370 /// As follows from FunctionComparator::compare(), we do CFG walk: we start
377 /// If we compare two instruction operands: first is usage of local
379 /// from FR, we could compare thei
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_support.c85 * _posix1e_acl_entry_compare -- compare two acl_entry structures to
91 typedef int (*compare)(const void *, const void *); typedef
109 * Next compare uids/gids on appropriate types.
140 sizeof(struct acl_entry), (compare) _posix1e_acl_entry_compare);
/freebsd-11-stable/stand/usb/tools/
H A Dsysinit.c124 compare(const void *_pa, const void *_pb) function
247 qsort(start, entries, sizeof(void *), &compare);
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh145 # same file in /root. This ensures we only compare those
271 # Return values for compare()
290 compare() function
314 # If both are symlinks, compare the link values.
325 # If both are files, compare the file contents.
350 # This is a wrapper around compare that will return COMPARE_EQUAL if
361 compare $1 $2
402 if ! compare $1/$file $2/$file; then
434 # in different trees. Note that as with compare(), this does not
553 if compare
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h96 /// Check for string equality. This is more efficient than compare() when
109 int compare(StringRef RHS) const { function in class:llvm::SmallString
110 return str().compare(RHS);
H A DStringRef.h179 /// compare() when the relative ordering of inequal strings isn't needed.
192 /// compare - Compare two strings; the result is -1, 0, or 1 if this string
195 int compare(StringRef RHS) const { function in class:llvm::StringRef
218 /// \param Other the string to compare this string against.
895 return LHS.compare(RHS) == -1;
899 return LHS.compare(RHS) != 1;
903 return LHS.compare(RHS) == 1;
907 return LHS.compare(RHS) != -1;
H A DAPFloat.h315 /// IEEE comparison with another floating point number (NaNs compare
317 cmpResult compare(const IEEEFloat &) const;
319 /// Bitwise comparison for equality (QNaNs compare equal, 0!=-0).
650 cmpResult compare(const DoubleAPFloat &RHS) const;
844 "Should only compare APFloats with the same semantics");
1122 cmpResult compare(const APFloat &RHS) const { function in class:llvm::APFloat
1124 "Should only compare APFloats with the same semantics");
1126 return U.IEEE.compare(RHS.U.IEEE);
1128 return U.Double.compare(RHS.U.Double);
1252 return (B.compare(
[all...]
/freebsd-11-stable/contrib/top/
H A Dtop.c711 int (*compare)();
718 compare = compares[order_index];
721 compare = proc_compare;
723 compare = io_compare;
728 get_process_info(&system_info, &ps, compare);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h529 static int compare(DeclarationName LHS, DeclarationName RHS);
541 return DeclarationName::compare(LHS, RHS) < 0;
547 return DeclarationName::compare(LHS, RHS) > 0;
553 return DeclarationName::compare(LHS, RHS) <= 0;
559 return DeclarationName::compare(LHS, RHS) >= 0;
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk85 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
138 -Wno-error=bool-compare \
142 -Wno-error=enum-compare \
155 CWARNFLAGS+= -Wno-error=nonnull-compare \
157 -Wno-error=tautological-compare \
/freebsd-11-stable/sys/conf/
H A Dkern.mk27 NO_WTAUTOLOGICAL_POINTER_COMPARE= -Wno-tautological-pointer-compare
31 CWARNEXTRA?= -Wno-error=tautological-compare -Wno-error=empty-body \
60 -Wno-error=enum-compare \
68 -Wno-error=nonnull-compare \
70 -Wno-error=tautological-compare

Completed in 148 milliseconds

12345678910