Searched refs:compare (Results 351 - 375 of 1052) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.sbin/sa/
H A Dusrdb.c66 bti.compare = uid_compare;
198 bti.compare = uid_compare;
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Dmake-proto.pl473 if (compare("${opt_o}.new", ${opt_o}) != 0) {
482 if (compare("${opt_p}.new", ${opt_p}) != 0) {
/netbsd-current/sys/arch/ews4800mips/stand/
H A DMakefile.bootxx25 DEBUGFLAGS += -Wno-format-zero-length -Wno-sign-compare
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dadds.s3 # Check the basic integer compare instructions: adds, adds64, subs, subs64.
H A DfcmXX.s3 # Check the FP scalar compare zero instructions: fcmeq, fcmle, fcmlt, fcmge,
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_addr_map.c412 static int compare(const char *testname, function
506 if (compare(test->testname, test->expect_argv, test->expect_argc,
/netbsd-current/lib/libc/posix1e/
H A Dacl_support.c90 * _posix1e_acl_entry_compare -- compare two acl_entry structures to
96 typedef int (*compare)(const void *, const void *); typedef
114 * Next compare uids/gids on appropriate types.
145 sizeof(struct acl_entry), (compare) _posix1e_acl_entry_compare);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d21 int compare(T d1, T d2)
48 int compare(T f1, T f2)
87 int compare(T[] s1, T[] s2)
94 if (int c = Floating!T.compare(s1[u], s2[u]))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallString.h89 /// Check for string equality. This is more efficient than compare() when
102 int compare(StringRef RHS) const { function in class:llvm::SmallString
103 return str().compare(RHS);
H A DStringRef.h184 /// compare() when the relative ordering of inequal strings isn't needed.
197 /// compare - Compare two strings; the result is -1, 0, or 1 if this string
200 int compare(StringRef RHS) const { function in class:llvm::StringRef
223 /// \param Other the string to compare this string against.
903 return LHS.compare(RHS) == -1;
907 return LHS.compare(RHS) != 1;
911 return LHS.compare(RHS) == 1;
915 return LHS.compare(RHS) != -1;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h182 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2,
184 bool compare(ProgramStateRef State, NonLoc NL1, NonLoc NL2,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h73 bool compare(CFGDominatorTreeImpl &Other) const { function in class:clang::CFGDominatorTreeImpl
80 if (DT.compare(Other.getBase()))
/netbsd-current/usr.bin/cvslatest/
H A Dcvslatest.c137 goto compare;
153 compare:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgnu_vector.exp109 if { ![string compare $endian big] } then {
H A Dsigbpt.exp123 if {[string compare $segv_addr [at_segv]] == 0} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.exp23 if {[string compare $kind "template"] == 0} {
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_tsa.t171 is(compare($RESPONSE2, "resp2.tsr"), 0);
/netbsd-current/external/bsd/openldap/lib/libldap/
H A DMakefile.libldap8 SRCS+= bind.c open.c result.c error.c compare.c search.c \
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbcache.c178 As a short-circuit first compare the upper part of each hash
185 && this->compare (&s->d.data, addr, length))
228 bcache::compare (const void *left, const void *right, int length)
225 bcache::compare (const void *left, const void *right, int length) function in class:bcache
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigbpt.exp122 if {[string compare $segv_addr [at_segv]] == 0} {
H A Dgnu_vector.exp108 if {![string compare $endian big]} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.exp23 if {[string compare $kind "template"] == 0} {
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dadds.s3 # Check the basic integer compare instructions: adds, adds64, subs, subs64.
H A DfcmXX.s3 # Check the FP scalar compare zero instructions: fcmeq, fcmle, fcmlt, fcmge,
/netbsd-current/external/mpl/dhcp/
H A DMakefile.inc3 WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
8 CWARNFLAGS.clang+= -Wno-tautological-compare \

Completed in 480 milliseconds

<<11121314151617181920>>