Searched refs:compare (Results 26 - 50 of 241) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h28 // represent mutex expressions directly, since there is no easy way to compare
294 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
295 // compare all subexpressions, following the comparator interface
413 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
473 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
476 return Cmp.compare(Result, E->Result);
500 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
521 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
553 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
651 typename C::CType compare(cons function in class:clang::threadSafety::LiteralPtr
694 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
750 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
785 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
820 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
859 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
897 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
949 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
983 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1046 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1077 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1113 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1150 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1188 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1234 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1274 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1333 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1392 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1444 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1476 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1636 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1766 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1800 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1837 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1885 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h97 bool compare(DominanceFrontierBase<MachineBasicBlock, false> &Other) const { function in class:llvm::MachineDominanceFrontier
98 return Base.compare(Other);
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h151 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \
164 "r" (compare) \
167 return (previous == compare); \
170 ck_pr_cas_##N(M *target, T compare, T set) \
183 "r" (compare) \
185 return (previous == compare); \
/freebsd-11-stable/usr.bin/look/
H A Dlook.c84 static int compare(wchar_t *, unsigned char *, unsigned char *);
264 if (compare(string, p, back) == GREATER)
289 switch (compare(string, front, back)) {
308 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
331 compare(wchar_t *s1, unsigned char *s2, unsigned char *back) function
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h1927 * @param str String to compare against.
1933 * compare as the smallest of size() and str.size(). The function
1934 * then compares the two strings by calling traits::compare(data(),
1939 compare(const basic_string& __str) const function in class:basic_string
1945 int __r = traits_type::compare(_M_data(), __str.data(), __len);
1955 * @param str String to compare against.
1962 * rlen of the strings to compare as the smallest of the length of the
1964 * strings by calling traits::compare(substring.data(),str.data(),rlen).
1969 compare(size_type __pos, size_type __n, const basic_string& __str) const;
1975 * @param str String to compare agains
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.h1655 * @param str String to compare against.
1661 * compare as the smallest of size() and str.size(). The function
1662 * then compares the two strings by calling traits::compare(data(),
1667 compare(const __versa_string& __str) const function in class:__versa_string
1676 int __r = traits_type::compare(this->_M_data(), __str.data(), __len);
1686 * @param str String to compare against.
1693 * rlen of the strings to compare as the smallest of the length of the
1695 * strings by calling traits::compare(substring.data(),str.data(),rlen).
1700 compare(size_type __pos, size_type __n,
1707 * @param str String to compare agains
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h156 cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*); member in struct:cc_credentials_functions
199 cc_int32 (*compare)(cc_ccache_t, cc_ccache_t, cc_uint32*); member in struct:cc_ccache_functions
224 cc_int32 (*compare)(cc_context_t, cc_context_t, cc_uint32*); member in struct:cc_context_functions
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h86 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
97 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
117 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
/freebsd-11-stable/contrib/mtree/
H A Dextern.h64 int compare(NODE *, FTSENT *);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dwqe.h137 uint64_t compare; member in struct:mlx4_wqe_atomic_seg
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dst.h61 int (*compare) (void *, void *); member in struct:st_hash_type
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_hs.h90 ck_hs_compare_cb_t *compare; member in struct:ck_hs
H A Dck_rhs.h90 ck_rhs_compare_cb_t *compare; member in struct:ck_rhs
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_wqe.h98 __be64 compare; member in struct:mthca_atomic_seg
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp200 return compare(State, Val,
254 return compare(State, Sym1, Sym2, BO_LT);
258 return compare(State, Sym1, Sym2, BO_GT);
262 return compare(State, Sym1, Sym2, BO_EQ);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c808 * If the compare flag is true, test for any attribute changes,
820 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
849 if (compare) {
858 if (compare) {
928 if (compare || nap == NULL)
936 if (compare && !(*retcmpp)) {
952 if (compare) {
964 if (compare && !(*retcmpp)) {
973 if (compare) {
985 if (compare) {
817 nfsv4_loadattr(struct nfsrv_descript *nd, vnode_t vp, struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize, struct nfsv3_pathconf *pc, struct statfs *sbp, struct nfsstatfs *sfp, struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, u_int32_t *leasep, u_int32_t *rderrp, NFSPROC_T *p, struct ucred *cred) argument
[all...]
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_rhs.c591 const void *compare; local
601 compare = CK_RHS_VMA(key);
603 compare = key;
606 compare = key;
664 if (k == compare)
667 if (hs->compare == NULL) {
672 if (hs->compare(k, key) == true)
703 const void *compare; local
713 compare = CK_RHS_VMA(key);
715 compare
1438 ck_rhs_move(struct ck_rhs *hs, struct ck_rhs *source, ck_rhs_hash_cb_t *hf, ck_rhs_compare_cb_t *compare, struct ck_malloc *m) argument
1459 ck_rhs_init(struct ck_rhs *hs, unsigned int mode, ck_rhs_hash_cb_t *hf, ck_rhs_compare_cb_t *compare, struct ck_malloc *m, unsigned long n_entries, unsigned long seed) argument
[all...]
H A Dck_hs.c429 const void **bucket, **cursor, *k, *compare; local
439 compare = CK_HS_VMA(key);
441 compare = key;
444 compare = key;
501 if (k == compare)
504 if (hs->compare == NULL)
507 if (hs->compare(k, key) == true)
921 ck_hs_compare_cb_t *compare,
933 hs->compare = compare;
918 ck_hs_move(struct ck_hs *hs, struct ck_hs *source, ck_hs_hash_cb_t *hf, ck_hs_compare_cb_t *compare, struct ck_malloc *m) argument
938 ck_hs_init(struct ck_hs *hs, unsigned int mode, ck_hs_hash_cb_t *hf, ck_hs_compare_cb_t *compare, struct ck_malloc *m, unsigned long n_entries, unsigned long seed) argument
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h411 * Atomic compare and swap.
415 ck_pr_cas_##S(M *target, T compare, T set) \
422 "a" (compare) \
450 ck_pr_cas_##S##_value(M *target, T compare, T set, M *v) \
460 "a" (compare) \
488 ck_pr_cas_64_2(uint64_t target[2], uint64_t compare[2], uint64_t set[2]) argument
499 "q" (compare)
514 uint64_t compare[2],
526 : "a" (compare[0]),
527 "d" (compare[
513 ck_pr_cas_64_2_value(uint64_t target[2], uint64_t compare[2], uint64_t set[2], uint64_t v[2]) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.h233 # define compare fpcmp macro
247 # define compare dpcmp macro
263 # define compare __cmptf2 macro
283 # define compare __cmpsf2 macro
303 # define compare __cmpdf2 macro
442 extern CMPtype compare (FLO_type, FLO_type);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp45 int DeclarationName::compare(DeclarationName LHS, DeclarationName RHS) { function in class:DeclarationName
58 return LII->getName().compare(RII->getName());
66 // getNumArgs for ZeroArgSelector returns 0, but we still need to compare.
69 return LHSSelector.getAsIdentifierInfo()->getName().compare(
74 switch (LHSSelector.getNameForSlot(I).compare(
98 // We never want to compare deduction guide names for templates from
99 // different scopes, so just compare the template-name.
100 return compare(LHS.getCXXDeductionGuideTemplate()->getDeclName(),
108 return LHS.getCXXLiteralIdentifier()->getName().compare(
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c36 * infocmp.c -- decompile an entry, or compare two entries
81 static int compare; variable
368 switch (compare) {
437 switch (compare) {
485 switch (compare) {
533 switch (compare) {
580 switch (compare) {
1133 switch (compare) {
1167 ," -F compare terminfo-files"
1559 compare
[all...]
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_skiplist.c35 apr_skiplist_compare compare; member in struct:apr_skiplist
228 void *ac = (void *) (((apr_skiplist *) a)->compare);
229 void *bc = (void *) (((apr_skiplist *) b)->compare);
235 void *bc = (void *) (((apr_skiplist *) b)->compare);
253 if (sl->compare && sl->comparek) {
257 sl->compare = comp;
349 if (comp == sli->compare || !sli->index) {
378 return find_compare(sl, data, iter, sl->compare, 0);
391 return find_compare(sl, data, iter, sl->compare, 1);
570 ni = insert_compare(sli, ret->data, sli->compare,
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/
H A DMakefile.inc26 CDIAGFLAGS+= -Wsign-compare
/freebsd-11-stable/usr.sbin/sa/
H A Dusrdb.c107 bti.compare = uid_compare;
176 bti.compare = uid_compare;

Completed in 227 milliseconds

12345678910