Searched refs:nb_errors (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.c274 int i, nb_errors; local
277 for (i = 0, nb_errors = 0; i < 4; i++) {
279 nb_errors++;
283 if (nb_errors != 0) {
285 fprintf(stderr, "Elographics acknowledge packet reports %d errors\n", nb_errors);
/external/valgrind/main/perf/
H A Dtinycc.c2485 int nb_errors;
7064 s1->nb_errors++;
14889 s1->nb_errors = 0;
14916 return s1->nb_errors != 0 ? -1 : 0;
19231 s1->nb_errors = 0;
19336 if (s1->nb_errors)
19700 if (s1->nb_errors != 0) {
20676 s1->nb_errors = 0;
20703 if (s1->nb_errors != 0)
2483 int nb_errors; member in struct:TCCState

Completed in 101 milliseconds