Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-asm.cc167 int num_errors = 0; in on_asm_stmt() local
191 num_errors++; in on_asm_stmt()
225 num_errors++; in on_asm_stmt()
248 if (num_errors > 0) in on_asm_stmt()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Derror.c87 int num_errors, in initialize_error_table_r() argument
101 et->table->n_msgs = num_errors; in initialize_error_table_r()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py52 self.num_errors = 0
58 self.num_errors += 1
61 return self.num_errors == 0
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py52 self.num_errors = 0
58 self.num_errors += 1
61 return self.num_errors == 0
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c1765 int error, num_errors; in udf_surface_check() local
1782 num_errors = 0; in udf_surface_check()
1799 num_errors ++; in udf_surface_check()
1805 num_errors = 0; in udf_surface_check()
1821 num_errors ++; in udf_surface_check()
1825 printf("Scan complete : %d bad blocks found\n", num_errors); in udf_surface_check()
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c99 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable
408 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
H A Daic79xx.c90 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
855 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()