Searched refs:compare (Results 251 - 275 of 1052) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.h71 bool compare (DbeFile *df);
H A Dvec.h148 // Sort the vector according to compare
150 sort (CompareFunc compare, void *arg = NULL) argument
152 qsort (data, count, (ExtCompareFunc) compare, arg);
352 // compare function.
355 Vector<ITEM>::bisearch (long start, long end, void *key, CompareFunc compare)
363 end - start, sizeof (ITEM), (StdCompareFunc) compare);
370 Vector<ITEM>::incorporate (const ITEM item, CompareFunc compare) argument
377 if (compare (data[md], item) < 0)
H A DLoadObject.h133 bool compare (const char *nm, int64_t _checksum);
134 int compare (const char *_path, const char *_runTimePath, DbeFile *df);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dagm.c30 int compare, inexact; local
100 compare = mpfr_cmp (op1, op2);
101 if (MPFR_UNLIKELY( compare == 0 ))
103 else if (compare > 0)
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonsubs.c801 * If the compare flag is true, test for any attribute changes,
813 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
841 if (compare) {
850 if (compare) {
912 if (compare || nap == NULL)
920 if (compare && !(*retcmpp)) {
936 if (compare) {
948 if (compare && !(*retcmpp)) {
957 if (compare) {
969 if (compare) {
810 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...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp46 int DeclarationName::compare(DeclarationName LHS, DeclarationName RHS) { function in class:DeclarationName
59 return LII->getName().compare(RII->getName());
67 // getNumArgs for ZeroArgSelector returns 0, but we still need to compare.
70 return LHSSelector.getAsIdentifierInfo()->getName().compare(
75 switch (LHSSelector.getNameForSlot(I).compare(
99 // We never want to compare deduction guide names for templates from
100 // different scopes, so just compare the template-name.
101 return compare(LHS.getCXXDeductionGuideTemplate()->getDeclName(),
109 return LHS.getCXXLiteralIdentifier()->getName().compare(
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dfilename.c137 int FileName::compare(RootObject *obj) function in class:FileName
139 return compare(str, ((FileName *)obj)->str);
142 int FileName::compare(const char *name1, const char *name2) function in class:FileName
153 return compare(obj) == 0;
158 return compare(name1, name2) == 0;
405 return FileName::compare(e, ext) == 0;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dvec.h148 // Sort the vector according to compare
150 sort (CompareFunc compare, void *arg = NULL) argument
152 qsort (data, count, (ExtCompareFunc) compare, arg);
352 // compare function.
355 Vector<ITEM>::bisearch (long start, long end, void *key, CompareFunc compare)
363 end - start, sizeof (ITEM), (StdCompareFunc) compare);
370 Vector<ITEM>::incorporate (const ITEM item, CompareFunc compare) argument
377 if (compare (data[md], item) < 0)
H A DLoadObject.h133 bool compare (const char *nm, int64_t _checksum);
134 int compare (const char *_path, const char *_runTimePath, DbeFile *df);
/netbsd-current/lib/libc/softfloat/
H A DMakefile.inc37 COPTS.softfloat.c+= -Wno-enum-compare
/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dmemset.S102 cmpal %a3,%a0 | compare return value
104 movel %a2@+,%d0 | compare buf[0..4]
H A Dmemcmp.S51 compare: label
99 cmpl %a2@,%d0 | compare return value
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare-all-tests7 # Invoke it as "bash compare-all-tests target1 target2 ... targetN".
12 # argument to compare-all-tests, and should match the variables in the
95 done > compare-$target.log
/netbsd-current/external/apache2/llvm/dist/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 {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare-all-tests7 # Invoke it as "bash compare-all-tests target1 target2 ... targetN".
12 # argument to compare-all-tests, and should match the variables in the
95 done > compare-$target.log
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bpf/
H A Dldabs.s42 ;; ...and compare to what we expect
56 ;; (note: fail_ne macro uses r0, so copy to another r1 to compare)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/precompiled/
H A Dstdc++.h139 #include <compare>
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcooked-index.h156 /* Comparison modes for the 'compare' function. See the function
187 the index that is under consideration. In compare mode, early
197 static int compare (const char *stra, const char *strb,
203 return compare (canonical, other.canonical, SORT) < 0;
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bpf/
H A Dldabs.s42 ;; ...and compare to what we expect
56 ;; (note: fail_ne macro uses r0, so copy to another r1 to compare)
/netbsd-current/sys/arch/i386/stand/lib/
H A DMakefile.inc22 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/mpl/bind/lib/libdns/
H A DMakefile20 CWARNFLAGS.clang+= -Wno-tautological-constant-out-of-range-compare
33 CWARNFLAGS.clang+= -Wno-error=tautological-constant-compare
/netbsd-current/external/bsd/tre/dist/tests/
H A Dtest-str-source.c55 /* The compare() handler. Compares two substrings in the input and returns
91 s->compare = str_handler_compare;
/netbsd-current/external/mit/xorg/server/xorg-server.old/Xi/
H A DMakefile39 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/gpl2/grep/bin/
H A DMakefile11 CWARNFLAGS.clang+= -Wno-format-security -Wno-tautological-compare
/netbsd-current/lib/libc/db/btree/
H A Dbt_open.c140 if (b.compare == NULL) {
141 b.compare = __bt_defcmp;
149 b.compare = __bt_defcmp;
169 t->bt_cmp = b.compare;

Completed in 324 milliseconds

<<11121314151617181920>>