Lines Matching refs:error_count

247     unsigned error_count = 0;
251 if (++error_count > kErrorReportLimit) continue;
266 if (error_count > kErrorReportLimit) {
267 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
269 VIXL_CHECK(error_count == 0);
358 unsigned error_count = 0;
363 if (++error_count > kErrorReportLimit) continue;
383 if (error_count > kErrorReportLimit) {
384 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
386 VIXL_CHECK(error_count == 0);
485 unsigned error_count = 0;
491 if (++error_count > kErrorReportLimit) continue;
515 if (error_count > kErrorReportLimit) {
516 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
518 VIXL_CHECK(error_count == 0);
610 unsigned error_count = 0;
615 if (++error_count > kErrorReportLimit) continue;
641 if (error_count > kErrorReportLimit) {
642 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
644 VIXL_CHECK(error_count == 0);
726 unsigned error_count = 0;
730 if (++error_count > kErrorReportLimit) continue;
754 if (error_count > kErrorReportLimit) {
755 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
757 VIXL_CHECK(error_count == 0);
848 unsigned error_count = 0;
852 if (++error_count > kErrorReportLimit) continue;
867 if (error_count > kErrorReportLimit) {
868 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
870 VIXL_CHECK(error_count == 0);
907 unsigned error_count = 0;
911 if (++error_count > kErrorReportLimit) continue;
926 if (error_count > kErrorReportLimit) {
927 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
929 VIXL_CHECK(error_count == 0);