Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbelo.c274 int i, nb_errors; in eloWaitAck() local
277 for (i = 0, nb_errors = 0; i < 4; i++) { in eloWaitAck()
279 nb_errors++; in eloWaitAck()
283 if (nb_errors != 0) { in eloWaitAck()
285 fprintf(stderr, "Elographics acknowledge packet reports %d errors\n", nb_errors); in eloWaitAck()
/external/valgrind/main/perf/
Dtinycc.c2483 int nb_errors; member
7062 s1->nb_errors++; in error1()
14887 s1->nb_errors = 0; in tcc_compile()
14914 return s1->nb_errors != 0 ? -1 : 0; in tcc_compile()
19229 s1->nb_errors = 0; in tcc_output_file()
19334 if (s1->nb_errors) in tcc_output_file()
19698 if (s1->nb_errors != 0) { in tcc_output_file()
20674 s1->nb_errors = 0; in tcc_relocate()
20701 if (s1->nb_errors != 0) in tcc_relocate()