Searched refs:num_errors (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-asm.cc167 int num_errors = 0; local
191 num_errors++;
225 num_errors++;
248 if (num_errors > 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Derror.c87 int num_errors,
101 et->table->n_msgs = num_errors;
85 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/netbsd-current/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-current/external/gpl3/gdb.old/dist/etc/
H A Dupdate-copyright.py48 self.num_errors = 0
54 self.num_errors += 1
57 return self.num_errors == 0
/netbsd-current/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-current/sbin/newfs_udf/
H A Dudf_core.c1765 int error, num_errors; local
1782 num_errors = 0;
1799 num_errors ++;
1805 num_errors = 0;
1821 num_errors ++;
1825 printf("Scan complete : %d bad blocks found\n", num_errors);
/netbsd-current/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++)
H A Daic79xx.c90 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
855 for (i = 0; i < num_errors; i++) {

Completed in 364 milliseconds