HomeSort by: relevance | last modified time | path
    Searched defs:failcount (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/dev/audio/
audiotest.c 170 int failcount; variable in typeref:typename:int
334 testcount - failcount - skipcount);
335 if (failcount > 0)
336 printf(", %d failed", failcount);
344 if (failcount > 0)
778 failcount++;
audiotest.c 170 int failcount; variable in typeref:typename:int
334 testcount - failcount - skipcount);
335 if (failcount > 0)
336 printf(", %d failed", failcount);
344 if (failcount > 0)
778 failcount++;

Completed in 33 milliseconds