Lines Matching refs:error_count

355     unsigned error_count = 0;
359 if (++error_count > kErrorReportLimit) continue;
379 if (error_count > kErrorReportLimit) {
380 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
382 VIXL_CHECK(error_count == 0);
507 unsigned error_count = 0;
512 if (++error_count > kErrorReportLimit) continue;
536 if (error_count > kErrorReportLimit) {
537 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
539 VIXL_CHECK(error_count == 0);
659 unsigned error_count = 0;
665 if (++error_count > kErrorReportLimit) continue;
694 if (error_count > kErrorReportLimit) {
695 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
697 VIXL_CHECK(error_count == 0);
802 unsigned error_count = 0;
807 if (++error_count > kErrorReportLimit) continue;
835 if (error_count > kErrorReportLimit) {
836 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
838 VIXL_CHECK(error_count == 0);
933 unsigned error_count = 0;
937 if (++error_count > kErrorReportLimit) continue;
963 if (error_count > kErrorReportLimit) {
964 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
966 VIXL_CHECK(error_count == 0);
1162 unsigned error_count = 0;
1166 if (++error_count > kErrorReportLimit) continue;
1186 if (error_count > kErrorReportLimit) {
1187 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
1189 VIXL_CHECK(error_count == 0);
1235 unsigned error_count = 0;
1239 if (++error_count > kErrorReportLimit) continue;
1259 if (error_count > kErrorReportLimit) {
1260 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
1262 VIXL_CHECK(error_count == 0);
1327 unsigned error_count = 0;
1332 if (++error_count > kErrorReportLimit) continue;
1355 if (error_count > kErrorReportLimit) {
1356 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
1358 VIXL_CHECK(error_count == 0);
1405 unsigned error_count = 0;
1410 if (++error_count > kErrorReportLimit) continue;
1433 if (error_count > kErrorReportLimit) {
1434 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
1436 VIXL_CHECK(error_count == 0);
1588 unsigned error_count = 0;
1604 if (error_in_vector && (++error_count <= kErrorReportLimit)) {
1634 if (error_count > kErrorReportLimit) {
1635 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
1637 VIXL_CHECK(error_count == 0);
1795 unsigned error_count = 0;
1821 if (error_in_vector && (++error_count <= kErrorReportLimit)) {
1865 if (error_count > kErrorReportLimit) {
1866 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
1868 VIXL_CHECK(error_count == 0);
2056 unsigned error_count = 0;
2074 if (error_in_vector && (++error_count <= kErrorReportLimit)) {
2115 if (error_count > kErrorReportLimit) {
2116 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
2118 VIXL_CHECK(error_count == 0);
2324 unsigned error_count = 0;
2345 if (error_in_vector && (++error_count <= kErrorReportLimit)) {
2391 if (error_count > kErrorReportLimit) {
2392 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
2394 VIXL_CHECK(error_count == 0);
2552 unsigned error_count = 0;
2570 if (error_in_vector && (++error_count <= kErrorReportLimit)) {
2607 if (error_count > kErrorReportLimit) {
2608 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
2610 VIXL_CHECK(error_count == 0);
2782 unsigned error_count = 0;
2805 if (error_in_vector && (++error_count <= kErrorReportLimit)) {
2854 if (error_count > kErrorReportLimit) {
2855 printf("%u other errors follow.\n", error_count - kErrorReportLimit);
2857 VIXL_CHECK(error_count == 0);