Searched refs:compare (Results 276 - 300 of 1052) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Aint.d44 override int compare(in void* p1, in void* p2) const
99 override int compare(in void* p1, in void* p2) const
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DNodeIntrospection.cpp53 auto compareResult = LHS->name().compare(RHS->name());
/netbsd-current/external/apache2/llvm/dist/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py290 parser.add_argument('--compare', action='store_true', default=False,
291 help='compare the debug location coverage on two files provided, '
308 if not opts.compare and len(opts.file_names) != 1:
312 if opts.compare and len(opts.file_names) != 2:
316 if opts.draw_plot or opts.compare:
336 if not opts.compare:
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DSampleLDAP.pm78 sub compare { subroutine
/netbsd-current/usr.bin/make/unit-tests/
H A Dmeta-cmd-cmp.exp10 .meta-cmd-cmp.cmp2.meta: 3: cannot compare command using .OODATE
20 .meta-cmd-cmp.cmp2.meta: 3: cannot compare command using .OODATE
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h124 const int compare; member in struct:fp_cost_table
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h229 # define compare __cmptf2 macro
249 # define compare __cmpsf2 macro
269 # define compare __cmpdf2 macro
397 extern CMPtype compare (FLO_type, FLO_type);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D70483.cc35 compare(const char* lhs, const char* rhs, std::size_t count) function in struct:constexpr_char_traits
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A DMakefile40 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmustuse.d175 if (op && (op.compare(plusPlus) == 0 || op.compare(minusMinus) == 0))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h124 const int compare; member in struct:fp_cost_table
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h229 # define compare __cmptf2 macro
249 # define compare __cmpsf2 macro
269 # define compare __cmpdf2 macro
397 extern CMPtype compare (FLO_type, FLO_type);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D70483.cc35 compare(const char* lhs, const char* rhs, std::size_t count) function in struct:constexpr_char_traits
/netbsd-current/tests/lib/libpthread/
H A DMakefile58 COPTS.h_thread_local_dtor.cpp+= ${${ACTIVE_CC} == "gcc" :? -Wno-ctor-dtor-privacy -Wno-sign-compare -Wno-shadow :}
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Ddiff.h222 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare);
224 * Sort 'diff' in-place according to the comparison function 'compare'.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddiff.h221 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare);
223 * Sort 'diff' in-place according to the comparison function 'compare'.
/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c295 hash_dump (struct hash_table *ht, void **vector_0, qsort_cmp_t compare) argument
310 if (compare)
311 qsort (vector_0, ht->ht_fill, sizeof (void *), compare);
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dbindtextdom.c125 int compare = strcmp (domainname, binding->domainname); local
126 if (compare == 0)
129 if (compare < 0)
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dbindtextdom.c125 int compare = strcmp (domainname, binding->domainname); local
126 if (compare == 0)
129 if (compare < 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dbindtextdom.c116 int compare = strcmp (domainname, binding->domainname); local
117 if (compare == 0)
120 if (compare < 0)
H A Dl10nflist.c254 int compare = strcmp (retval->filename, abs_filename);
255 if (compare == 0)
258 if (compare < 0)
253 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dbindtextdom.c125 int compare = strcmp (domainname, binding->domainname); local
126 if (compare == 0)
129 if (compare < 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgcmp.c82 static void compare (const char *fn1, const char *fn2,
188 /* compare the two files */
189 compare (argv[optind], argv[optind + 1], input_syntax);
344 compare (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax) function
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dbindtextdom.c122 int compare = strcmp (domainname, binding->domainname); local
123 if (compare == 0)
126 if (compare < 0)
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dbindtextdom.c120 int compare = strcmp (domainname, binding->domainname); local
121 if (compare == 0)
124 if (compare < 0)

Completed in 203 milliseconds

<<11121314151617181920>>