Searched refs:compare (Results 301 - 325 of 1052) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sbin/mount_qemufwcfg/
H A Dvirtdir.c45 compare(const void *vp1, const void *vp2) function
150 qsort(tp->v, tp->c, sizeof(tp->v[0]), compare);
165 return bsearch(&e, tp->v, tp->c, sizeof(tp->v[0]), compare);
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dbindtextdom.c125 int compare = strcmp (domainname, binding->domainname); local
126 if (compare == 0)
129 if (compare < 0)
H A Dl10nflist.c304 int compare = strcmp (retval->filename, abs_filename);
305 if (compare == 0)
308 if (compare < 0)
303 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/usr.bin/rup/
H A Drup.c152 static int compare(struct rup_data *, struct rup_data *);
161 compare(struct rup_data *d1, struct rup_data *d2) function
333 (int (*)(const void*, const void*))compare);
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dbindtextdom.c125 int compare = strcmp (domainname, binding->domainname); local
126 if (compare == 0)
129 if (compare < 0)
H A Dl10nflist.c304 int compare = strcmp (retval->filename, abs_filename);
305 if (compare == 0)
308 if (compare < 0)
303 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.h186 bool insert (node_type new_node, Comparator compare);
294 auto lookup (Comparator compare) -> decltype (compare (m_root));
H A Dfibonacci_heap.h71 int compare (fibonacci_node_t *other) function in class:fibonacci_node
83 return fibonacci_node_t (key).compare (this);
435 if (y != NULL && node->compare (y) <= 0)
441 if (node->compare (m_min) <= 0)
527 if (heapb->m_min->compare (heapa->m_min) < 0)
666 if (x->compare (y) > 0)
679 if (m_min == NULL || a[i]->compare (m_min) < 0)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dportlist.c58 compare(const void *arg1, const void *arg2) { function
170 qsort(portlist->list, portlist->active, sizeof(*el), compare);
197 sizeof(*el), compare);
/netbsd-current/usr.sbin/installboot/
H A DMakefile45 COPTS.fdt.c+= -Wno-error=sign-compare
46 COPTS.fdt_ro.c+= -Wno-error=sign-compare
47 COPTS.fdt_strerror.c+= -Wno-error=sign-compare
/netbsd-current/external/mit/isl/dist/interface/
H A Dextract_interface.cc513 if (OutputLanguage.compare("python") == 0) {
516 } else if (OutputLanguage.compare("cpp") == 0) {
519 } else if (OutputLanguage.compare("cpp-checked") == 0) {
522 } else if (OutputLanguage.compare("cpp-checked-conversion") == 0) {
525 } else if (OutputLanguage.compare("template-cpp") == 0) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h240 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1,
251 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers
391 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>()))
567 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; }
568 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; }
569 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; }
570 bool operator>(const ScaledNumber &X) const { return compare(X) > 0; }
571 bool operator<=(const ScaledNumber &X) const { return compare(X) <= 0; }
572 bool operator>=(const ScaledNumber &X) const { return compare(X) >= 0; }
668 int compare(cons function in class:llvm::ScaledNumber
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfibonacci_heap.h71 int compare (fibonacci_node_t *other) function in class:fibonacci_node
83 return fibonacci_node_t (key).compare (this);
435 if (y != NULL && node->compare (y) <= 0)
441 if (node->compare (m_min) <= 0)
527 if (heapb->m_min->compare (heapa->m_min) < 0)
666 if (x->compare (y) > 0)
679 if (m_min == NULL || a[i]->compare (m_min) < 0)
/netbsd-current/share/mk/
H A Dbsd.sys.mk67 CFLAGS+= ${${ACTIVE_CC} == "clang":? -Wno-sign-compare -Wno-pointer-sign :}
71 # Add -Wno-sign-compare. -Wsign-compare is included in -Wall as of GCC 3.3,
77 CFLAGS+= -Wno-sign-compare
108 # Readd -Wno-sign-compare to override -Wextra with clang
109 CFLAGS+= -Wno-sign-compare
127 CFLAGS+= -Wsign-compare -Wformat=2
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dchar_traits.h43 # include <compare>
114 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
155 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
372 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
503 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
511 return __gnu_cxx::char_traits<char_type>::compare(__s1, __s2, __n);
624 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
632 return __gnu_cxx::char_traits<char_type>::compare(__s1, __s2, __n);
764 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
878 compare(cons function in struct:char_traits
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dchar_traits.h45 # include <compare>
129 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
170 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
364 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
498 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
504 return __gnu_cxx::char_traits<char_type>::compare(__s1, __s2, __n);
626 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
632 return __gnu_cxx::char_traits<char_type>::compare(__s1, __s2, __n);
769 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
890 compare(cons function in struct:char_traits
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ostream.cc149 if (got.str().compare (data[i].want) != 0)
162 if (got.str().compare (data[i].want) != 0)
229 if (got.str().compare (data[i].want) != 0)
242 if (got.str().compare (data[i].want) != 0)
407 if (got.str().compare (data[i].want) != 0)
420 if (got.str().compare (data[i].want) != 0)
/netbsd-current/external/bsd/iscsi/dist/src/initiator/
H A Dvirtdir.c43 compare(const void *vp1, const void *vp2) function
165 qsort(tp->v, tp->c, sizeof(tp->v[0]), compare);
197 return bsearch(&e, tp->v, tp->c, sizeof(tp->v[0]), compare);
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dl10nflist.c304 int compare = strcmp (retval->filename, abs_filename);
305 if (compare == 0)
308 if (compare < 0)
303 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dl10nflist.c304 int compare = strcmp (retval->filename, abs_filename);
305 if (compare == 0)
308 if (compare < 0)
303 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/share/examples/refuse/virtdir/
H A Dvirtdir.c43 compare(const void *vp1, const void *vp2) function
163 qsort(tp->v, tp->c, sizeof(tp->v[0]), compare);
195 return bsearch(&e, tp->v, tp->c, sizeof(tp->v[0]), compare);
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dl10nflist.c304 int compare = strcmp (retval->filename, abs_filename);
305 if (compare == 0)
308 if (compare < 0)
303 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dl10nflist.c271 int compare = strcmp (retval->filename, abs_filename);
272 if (compare == 0)
275 if (compare < 0)
270 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dl10nflist.c278 int compare = strcmp (retval->filename, abs_filename);
279 if (compare == 0)
282 if (compare < 0)
277 int compare = strcmp (retval->filename, abs_filename); local
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATest.py54 def compare(parser, args): function
94 SATestBenchmark.compare(args.old, args.new, args.output)
232 help="Build projects from the project map and compare results with "
260 # compare subcommand
262 "compare",
289 cmp_parser.set_defaults(func=compare)
343 "compare",
347 "compare agains.")

Completed in 430 milliseconds

<<11121314151617181920>>