Searched refs:equality (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/mit/xorg/server/drivers/xf86-input-ws/
H A DMakefile15 CWARNFLAGS.clang+= -Wno-parentheses-equality
/netbsd-current/external/mit/xorg/lib/libdrm_radeon/
H A DMakefile20 CWARNFLAGS.clang+= -Wno-pointer-sign -Wno-parentheses-equality
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-ycp.c114 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
128 if (equality ? (arg_used1 != arg_used2) : (!arg_used1 && arg_used2))
H A Dformat.h67 msgstr_descr are the same (if equality=true), or (if equality=false)
72 bool (*check) (void *msgid_descr, void *msgstr_descr, bool equality, formatstring_error_logger_t error_logger, const char *pretty_msgstr);
H A Dformat-csharp.c181 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
190 if (equality
H A Dformat-qt.c111 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
H A Dformat-librep.c274 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
308 if (equality)
H A Dformat-perl-brace.c163 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
191 if (equality)
H A Dformat-sh.c260 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
292 if (equality)
H A Dformat-python.c392 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
440 if (equality)
480 if (equality
H A Dformat-elisp.c310 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
344 if (equality)
H A Dformat-pascal.c363 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
397 if (equality)
H A Dformat-tcl.c349 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
383 if (equality)
H A Dformat-awk.c462 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
496 if (equality)
H A Dformat-java.c702 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
736 if (equality)
H A Dformat-perl.c540 format_check (void *msgid_descr, void *msgstr_descr, bool equality, argument
574 if (equality)
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-cmp-string.mk116 # Strings cannot be compared relationally, only for equality.
124 # Strings cannot be compared relationally, only for equality.
132 # Strings cannot be compared relationally, only for equality.
140 # Strings cannot be compared relationally, only for equality.
H A Dcond-short.mk208 # matches or equality comparisons worked fine and never produced error
/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx1.s76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
H A Dpkt_rx0.asm121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
/netbsd-current/external/mit/isl/dist/
H A Disl_constraint.c632 isl_die(ctx, isl_error_invalid, "cannot negate equality",
672 /* Is "constraint" an equality that corresponds to integer division "div"?
678 * is the equality of the form
683 * that this is a valid equality constraint, the constant c' necessarily
689 isl_bool equality; local
691 equality = isl_constraint_is_equality(constraint);
692 if (equality < 0 || !equality)
693 return equality;
759 * in terms of earlier dimensions through an equality
[all...]
/netbsd-current/lib/libintl/
H A Dplural_parser.c330 * land := equality ( '&&' equality )*
332 * equality := relational ( equalityops relational )*
405 DEF_TR(equality, T_EQUALITY, relational);
406 DEF_TR(land, T_LAND, equality);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc3871 an equality expression. */
3876 bool maybe, bool equality /* = false */)
3904 if ((equality && warn_use_after_free < 3)
3929 if (equality
4213 bool equality = false; local
4217 equality = code == EQ_EXPR || code == NE_EXPR;
4222 equality = code == EQ_EXPR || code == NE_EXPR;
4250 this_maybe, equality);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm417 ;;; Test the strings for equality, 8 bytes at a time. At the end,
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/masmx86/
H A Dmatch686.asm356 ;;; Test the strings for equality, 8 bytes at a time. At the end,

Completed in 308 milliseconds

12