Searched refs:compare (Results 551 - 575 of 1052) sorted by relevance

<<21222324252627282930>>

/netbsd-current/tests/lib/libcurses/director/
H A Dtestlang_conf.l167 COMPARE compare
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddiff.c551 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare) { argument
573 qsort(v, length, sizeof(v[0]), compare);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddiff.c584 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare) { argument
606 qsort(v, length, sizeof(v[0]), compare);
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-cmp-string.mk148 # Two expressions with different values compare unequal.
/netbsd-current/external/bsd/tmux/dist/
H A DMakefile.am28 AM_CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
/netbsd-current/external/bsd/elftosb/dist/common/
H A DStExecutableImage.cpp422 int StExecutableImage::AddressFilter::compare(const AddressFilter & other) const function in class:StExecutableImage::AddressFilter
/netbsd-current/external/bsd/libbind/dist/dst/
H A Dhmac_link.c472 dst_t_func[KEY_HMAC_MD5]->compare = dst_hmac_md5_compare_keys;
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_tag.c52 static int compare __P((char *, char *, char *));
1428 if (compare(string, p, back) == GREATER)
1455 switch (compare(string, front, end)) {
1483 compare(register char *s1, register char *s2, register char *back) function
/netbsd-current/sys/arch/mvme68k/stand/sboot/
H A Doc_cksum.s107 | 'not taken' leg of the compare. (We do the excess
/netbsd-current/usr.sbin/sa/
H A Dpdb.c151 /* XXX compare size if paranoid */
245 bti.compare = sa_cmp;
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm182 if (!$force && -f "$to" && compare ("$from", "$to") == 0)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOWindows.cpp242 return Ref.compare(Offset, Len, Patt) == 0 ? Len : 0;
/netbsd-current/lib/libresolv/
H A Dhmac_link.c462 dst_t_func[KEY_HMAC_MD5]->compare = dst_hmac_md5_compare_keys;
/netbsd-current/external/bsd/nvi/usr.bin/nvi/
H A DMakefile23 CWARNFLAGS.clang+= -Wno-error=string-compare
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp197 Strategy->compare(IR, ReadySet[QueueIndex])) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h171 // 8. To compare two IR representations (of type \p T).
219 // Called to compare the before and after representations of the IR.
273 // Called to compare the before and after representations of the IR.
283 // Information that needs to be saved for a basic block in order to compare
351 void compare(Any IR, StringRef Prefix, StringRef PassID, StringRef Name);
364 // Called to handle the compare of a function. When \p InModule is set,
398 // Called to compare the before and after representations of the IR.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp344 int NameCmp = XFE->getName().compare(YFE->getName());
351 static bool compare(const PathDiagnostic &X, const PathDiagnostic &Y) { function
419 if (compare(**X, **Y))
421 assert(compare(**Y, **X) && "Not a total order!");
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h30 /// Helper to compare two comparable types.
134 ComparisonCategoryResult compare(const Integral &RHS) const { function in class:clang::interp::Integral
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp296 return FilenameA.compare(FilenameB) < 0;
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp177 LDAPMessageQueue* LDAPAsynConnection::compare(const string& dn, function in class:LDAPAsynConnection
179 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::compare()" << endl);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A DMakefile.in29 dn.c compare.c modify.c delete.c modrdn.c ch_malloc.c \
47 dn.o compare.o modify.o delete.o modrdn.o ch_malloc.o \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmakefile.texi91 results, which @samp{make compare} can check. Each stage is configured
133 @item compare
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dcmpsi2.S52 ;; The top words are equal - compare the bottom words.
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtfma.c1272 int inexact, compare; local
1310 compare = mpfr_add (t, slong, z, rnd);
1331 if (! SAME_SIGN (inexact, compare))
1334 mpfr_print_rnd_mode (rnd), compare, inexact);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-gen.c798 compare (const void *x, const void *y) function
2005 compare);
2008 sizeof (opcode_modifiers [0]), compare);
2011 sizeof (operand_types [0]), compare);

Completed in 210 milliseconds

<<21222324252627282930>>