Searched refs:mismatch (Results 51 - 75 of 176) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dfind_selectors.h146 { return mismatch(__begin1, __end1, __begin2,
H A Dalgorithmfwd.h314 mismatch(_IIter1, _IIter1, _IIter2, __gnu_parallel::sequential_tag);
318 mismatch(_IIter1, _IIter1, _IIter2, _Predicate,
323 mismatch(_IIter1, _IIter1, _IIter2);
327 mismatch(_IIter1, _IIter1, _IIter2, _Predicate);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dfind_selectors.h146 { return mismatch(__begin1, __end1, __begin2,
H A Dalgorithmfwd.h314 mismatch(_IIter1, _IIter1, _IIter2, __gnu_parallel::sequential_tag);
318 mismatch(_IIter1, _IIter1, _IIter2, _Predicate,
323 mismatch(_IIter1, _IIter1, _IIter2);
327 mismatch(_IIter1, _IIter1, _IIter2, _Predicate);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.c64 int i, compat, mismatch, arglimit, iskey; local
72 mismatch = argc < isp->dis_varargs;
75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
78 mismatch = argc != isp->dis_argc;
82 if (mismatch) {
83 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s"
335 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
448 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh_api.c342 const char *mismatch = "Protocol mismatch.\r\n"; local
378 mismatch, strlen(mismatch))) != 0)
H A Dkex.c912 debug2("proposal mismatch: my %s peer %s",
1267 int remote_major, remote_minor, mismatch, oerrno = 0; local
1423 mismatch = 0;
1429 mismatch = 1;
1432 mismatch = 1;
1435 if (mismatch) {
/netbsd-current/sys/rump/net/lib/libvirtif/
H A Dvirtif_user.c60 #error VIFHYPER_REVISION mismatch
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dexpected_errors.l11 .*:15: Error: Source multiplication register mismatch. Input text was \).
102 .*:129: Error: Register mismatch.
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsolib.c578 it matches ABFD's build-id. If there is a mismatch or the solib wasn't
582 bool mismatch = false; local
589 mismatch = true;
591 if (abfd == nullptr || mismatch)
599 else if (mismatch)
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-include-guard.exp23 Parse_PushInput: file variable-name-mismatch.tmp, line 1
24 Parse_PushInput: file variable-name-mismatch.tmp, line 1
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c747 INT_MAX stands for a mismatch. */
766 goto mismatch;
811 mismatch:
814 fprintf (stderr, " mismatch in operand: %d incoming: ", i + 1);
924 "mismatch in number of arguments for builtin %qF. "
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc770 INT_MAX stands for a mismatch. */
789 goto mismatch;
834 mismatch:
837 fprintf (stderr, " mismatch in operand: %d incoming: ", i + 1);
947 "mismatch in number of arguments for builtin %qF. "
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dglue_algorithm_defs.h308 // [mismatch]
312 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
317 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
322 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
327 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2);
H A Dglue_algorithm_impl.h680 // [mismatch]
684 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
696 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
699 return std::mismatch(std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2,
705 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
708 return std::mismatch(std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2, __last2,
714 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2)
717 return std::mismatch(std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dglue_algorithm_defs.h308 // [mismatch]
312 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
317 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
322 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
327 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2);
H A Dglue_algorithm_impl.h668 // [mismatch]
672 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
685 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
688 return std::mismatch(__exec, __first1, __last1, __first2, std::next(__first2, std::distance(__first1, __last1)),
694 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2,
697 return std::mismatch(std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2, __last2,
703 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2)
706 return std::mismatch(std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2,
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumberLocal.h185 #error Maximum digits mismatch
188 #error Maximum exponent mismatch
191 #error Minimum exponent mismatch
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumberLocal.h185 #error Maximum digits mismatch
188 #error Maximum exponent mismatch
191 #error Minimum exponent mismatch
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumberLocal.h185 #error Maximum digits mismatch
188 #error Maximum exponent mismatch
191 #error Minimum exponent mismatch
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumberLocal.h185 #error Maximum digits mismatch
188 #error Maximum exponent mismatch
191 #error Minimum exponent mismatch
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c364 #error WCHAR_TYPE vs. WCHAR_SIZE mismatch
370 #error WCHAR_TYPE vs. WCHAR_SIZE mismatch
376 #error WCHAR_TYPE vs. WCHAR_SIZE mismatch
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1968 bool mismatch = false;
1978 mismatch = true;
1984 if (mismatch)
1967 bool mismatch = false; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp554 os << "Assuming dynamic cast returns null due to type mismatch";
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h88 mismatch
481 // mismatch
798 mismatch(_IIter1, _IIter1, _IIter2);
803 mismatch(_IIter1, _IIter1, _IIter2, _BinaryPredicate);

Completed in 433 milliseconds

12345678