Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h155 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) in ck_pr_cas_64_value()
169 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) in ck_pr_cas_64()
182 ck_pr_cas_ptr(void *target, void *compare, void *set) in ck_pr_cas_ptr()
189 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *previous) in ck_pr_cas_ptr_value()
/freebsd/libexec/bootpd/
H A Dhash.c176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists()
204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert()
232 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete()
294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare() function
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare() function
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() function
525 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() function
557 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() function
660 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare() function
705 typename C::CType compare(const Function* E, C& Cmp) const { in compare() function
761 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare() function
796 typename C::CType compare(const Code* E, C& Cmp) const { in compare() function
831 typename C::CType compare(const Field* E, C& Cmp) const { in compare() function
[all …]
/freebsd/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h153 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) in ck_pr_cas_64_value()
175 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_value()
197 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) in ck_pr_cas_64()
218 ck_pr_cas_ptr(void *target, void *compare, void *set) in ck_pr_cas_ptr()
/freebsd/stand/lua/
H A Dpassword.lua117 local function compare(prompt, pwd) function
/freebsd/tests/sys/sys/
H A Dsplay_test.c43 compare(struct node *a, struct node *b) in compare() function
H A Drb_test.c44 compare(struct node *a, struct node *b) in compare() function
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore-test.c48 compare(const char *name, krb5_storage *sp, void *expected, size_t len) in compare() function
H A Dkrb5_ccapi.h156 cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*); member
199 cc_int32 (*compare)(cc_ccache_t, cc_ccache_t, cc_uint32*); member
224 cc_int32 (*compare)(cc_context_t, cc_context_t, cc_uint32*); member
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h79 ComparisonCategoryResult compare(const FunctionPointer &RHS) const { in compare() function
H A DMemberPointer.h97 ComparisonCategoryResult compare(const MemberPointer &RHS) const { in compare() function
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_lse.h62 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_2_value()
89 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in ck_pr_cas_ptr_2()
H A Dck_pr_llsc.h61 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_2_value()
92 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in ck_pr_cas_ptr_2()
/freebsd/sbin/nvmecontrol/
H A Didentify_ext.c50 uint8_t compare, write_unc, dsm, t; in nvme_print_controller() local
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) in property_idx_cmp()
/freebsd/contrib/mtree/
H A Dcompare.c136 compare(NODE *s, FTSENT *p) in compare() function
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dst.h61 int (*compare) (void *, void *); member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h96 bool compare(DominanceFrontierBase<MachineBasicBlock, false> &Other) const { in compare() function
/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h299 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_value()
320 ck_pr_cas_ptr(void *target, void *compare, void *set) in ck_pr_cas_ptr()
/freebsd/sys/contrib/ck/include/
H A Dck_rhs.h90 ck_rhs_compare_cb_t *compare; member
H A Dck_hs.h90 ck_hs_compare_cb_t *compare; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare() function
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh339 compare() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h102 [[nodiscard]] int compare(StringRef RHS) const { return str().compare(RHS); } in compare() function
/freebsd/stand/usb/tools/
H A Dsysinit.c123 compare(const void *_pa, const void *_pb) in compare() function

1234