Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c105 static uint32 tenthousandsCount, errorCount = 0; variable
129 if ( errorCount ) { in writeTestsPerformed()
133 errorCount, in writeTestsPerformed()
134 ( errorCount == 1 ) ? "" : "s" in writeTestsPerformed()
162 if ( errorCount == 1 ) { in writeErrorFound()
509 errorCount = 0; in test_a_int32_z_float32()
537 ++errorCount; in test_a_int32_z_float32()
543 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float32()
560 errorCount = 0; in test_a_int32_z_float64()
588 ++errorCount; in test_a_int32_z_float64()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp43 static int errorCount; variable
55 ++errorCount; in error()
108 if (errorCount) in handle()
/netbsd-src/sys/dev/ic/
H A Dcs89x0.c1443 uint16_t errorCount; in cs_counter_event() local
1450 errorCount = CS_READ_PACKET_PAGE(sc, PKTPG_TX_COL); in cs_counter_event()
1460 errorCount = CS_READ_PACKET_PAGE(sc, PKTPG_RX_MISS); in cs_counter_event()
1465 if_statadd(ifp, if_ierrors, (errorCount & 0xffC0) >> 6); in cs_counter_event()