Searched refs:compare (Results 126 - 150 of 419) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/dvmrpd/
H A DMakefile15 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ldpd/
H A DMakefile15 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ospf6d/
H A DMakefile15 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ospfd/
H A DMakefile15 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/rcs/
H A DMakefile22 CFLAGS+=-Wsign-compare
/openbsd-current/lib/librthread/
H A DMakefile8 CFLAGS+=-Wsign-compare
/openbsd-current/usr.bin/dig/
H A DMakefile25 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ldapd/
H A DMakefile17 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/relayd/
H A DMakefile17 CFLAGS+= -Wsign-compare -Wcast-qual
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h91 return VT1->Name.compare(VT2->Name);
/openbsd-current/usr.sbin/bgpd/
H A DMakefile13 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/vmd/
H A DMakefile16 CFLAGS+= -Wsign-compare
/openbsd-current/regress/sys/mfs_noperm/
H A DMakefile11 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.h57 ComparisonResult compare(QualType Type, const Value &Val1,
/openbsd-current/usr.sbin/httpd/
H A DMakefile19 CFLAGS+= -Wsign-compare -Wcast-qual
/openbsd-current/usr.sbin/snmpd/
H A DMakefile16 CFLAGS+= -Wsign-compare
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h233 # define compare fpcmp macro
247 # define compare dpcmp macro
263 # define compare __cmptf2 macro
283 # define compare __cmpsf2 macro
303 # define compare __cmpdf2 macro
442 extern CMPtype compare (FLO_type, FLO_type);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h107 /* The type of the result of a fp compare */
229 # define compare fpcmp macro
243 # define compare dpcmp macro
259 # define compare __cmptf2 macro
279 # define compare __cmpsf2 macro
299 # define compare __cmpdf2 macro
438 extern CMPtype compare (FLO_type, FLO_type);
/openbsd-current/gnu/llvm/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 if (int Compare = LHSSelector.getNameForSlot(I).compare(
93 // We never want to compare deduction guide names for templates from
94 // different scopes, so just compare the template-name.
95 return compare(LHS.getCXXDeductionGuideTemplate()->getDeclName(),
103 return LHS.getCXXLiteralIdentifier()->getName().compare(
/openbsd-current/usr.bin/infocmp/
H A Dinfocmp.c39 * infocmp.c -- decompile an entry, or compare two entries
81 static int compare; variable
398 switch (compare) {
467 switch (compare) {
515 switch (compare) {
563 switch (compare) {
610 switch (compare) {
1169 switch (compare) {
1211 ," -F compare terminfo-files"
1614 compare
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcodecvt_members_wchar_t_char.cc74 VERIFY( !int_traits::compare(i_arr, i_lit, size) );
84 VERIFY( !ext_traits::compare(e_arr, e_lit, size) );
H A Dctype_to_wchar_t.cc94 VERIFY( !std::char_traits<char_type>::compare(c_array, strlit01, len - 1) );
99 VERIFY( !std::char_traits<char_type>::compare(c_array, strlit02, len - 1) );
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.c915 not_qsort (array, count, size, compare)
918 int (*compare)();
930 if ((*compare)(next, prev) < 0)
934 while (--prev >= base ? (*compare)(&tmp, prev) < 0 : 0);
948 if ((*compare)(next, prev) < 0)
952 while (--prev >= base ? (*compare)(&tmp, prev) < 0 : 0);
965 if ((*compare)(next, prev) < 0)
970 } while (prev >= base ? (*compare)(tmp, prev) < 0 : 0);
/openbsd-current/usr.sbin/ypserv/common/
H A Dypdb.c65 info.compare = NULL;
90 info.compare = NULL;
/openbsd-current/regress/sys/dev/softraid/
H A DMakefile89 REGRESS_TARGETS += run-fill-compare-$r
90 run-fill-compare-$r:
95 @echo '==== compare ===='

Completed in 405 milliseconds

1234567891011>>