Home | History | Annotate | Download | only in aarch32

Lines Matching refs:total_error_count

1396   unsigned total_error_count = 0;
1454 (++total_error_count <= kErrorReportLimit)) {
1496 if (total_error_count > kErrorReportLimit) {
1498 total_error_count - kErrorReportLimit);
1501 VIXL_CHECK(total_error_count == 0);