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

1234567891011

/freebsd-12-stable/contrib/mtree/
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
H A Dextern.h64 int compare(NODE *, FTSENT *);
/freebsd-12-stable/usr.sbin/fmtree/
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
H A Dextern.h35 int compare(char *, NODE *, FTSENT *);
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dkeep.sh40 compare in orig || fail=1
H A Dzdiff.sh38 compare exp out || fail=1
/freebsd-12-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h154 * Atomic compare and swap.
158 ck_pr_cas_##S(M *target, T compare, T set) \
161 z = __sync_bool_compare_and_swap((T *)target, compare, set); \
184 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *v) argument
186 set = __sync_val_compare_and_swap((void **)target, compare, set);
188 return (set == compare);
193 ck_pr_cas_##S##_value(T *target, T compare, T set, T *v) \
195 set = __sync_val_compare_and_swap(target, compare, set);\
197 return (set == compare); \
/freebsd-12-stable/contrib/apr-util/strmatch/
H A Dapr_strmatch.c94 pattern->compare = match_no_op;
104 pattern->compare = match_boyer_moore_horspool;
110 pattern->compare = match_boyer_moore_horspool_nocase;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAtomic.cpp57 # error No compare-and-swap implementation for your platform!
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dheap.h55 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
65 *\li "compare" is a function which takes two void * arguments and
/freebsd-12-stable/lib/libc/mips/string/
H A Dbcmp.S59 xor v0, a0, a1 # compare low two bits of addresses
78 lw v0, 0(a0) # compare words
92 lbu v0, 0(a0) # compare bytes until a1 word aligned
104 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
H A Dstrcmp.S52 lbu t0, 0(a0) # get two bytes and compare them
/freebsd-12-stable/tools/tools/zfsboottest/
H A DMakefile18 -W -Wextra -Wno-sign-compare -Wno-unused-parameter
/freebsd-12-stable/usr.bin/top/
H A Dmachine.h95 int (*compare)(const void *, const void *));
/freebsd-12-stable/usr.sbin/nmtree/
H A DMakefile9 SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
/freebsd-12-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-12-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-12-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-12-stable/crypto/openssl/include/openssl/
H A Dsafestack.h35 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
37 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
43 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int n) \
45 return (STACK_OF(t1) *)OPENSSL_sk_new_reserve((OPENSSL_sk_compfunc)compare, n); \
124 static ossl_unused ossl_inline sk_##t1##_compfunc sk_##t1##_set_cmp_func(STACK_OF(t1) *sk, sk_##t1##_compfunc compare) \
126 return (sk_##t1##_compfunc)OPENSSL_sk_set_cmp_func((OPENSSL_STACK *)sk, (OPENSSL_sk_compfunc)compare); \
/freebsd-12-stable/usr.bin/look/
H A Dlook.c86 static int compare(wchar_t *, unsigned char *, unsigned char *);
266 if (compare(string, p, back) == GREATER)
291 switch (compare(string, front, back)) {
310 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
333 compare(wchar_t *s1, unsigned char *s2, unsigned char *back) function
/freebsd-12-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-12-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-12-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-12-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-12-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);

Completed in 182 milliseconds

1234567891011