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

  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 105 static uint32 tenthousandsCount, errorCount = 0;
129 if ( errorCount ) {
133 errorCount,
134 ( errorCount == 1 ) ? "" : "s"
162 if ( errorCount == 1 ) {
509 errorCount = 0;
537 ++errorCount;
543 if ( errorCount == maxErrorCount ) goto exit;
560 errorCount = 0;
588 ++errorCount;
    [all...]
  /src/sys/dev/ic/
cs89x0.c 1443 uint16_t errorCount;
1450 errorCount = CS_READ_PACKET_PAGE(sc, PKTPG_TX_COL);
1460 errorCount = CS_READ_PACKET_PAGE(sc, PKTPG_RX_MISS);
1465 if_statadd(ifp, if_ierrors, (errorCount & 0xffC0) >> 6);

Completed in 13 milliseconds