Home | History | Annotate | Download | only in aarch32

Lines Matching refs:total_error_count

714     unsigned total_error_count = 0;
726 (++total_error_count <= kErrorReportLimit)) {
754 if (total_error_count > kErrorReportLimit) {
756 total_error_count - kErrorReportLimit);
758 VIXL_CHECK(total_error_count == 0);