Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dbasic_tests.c5636 const unsigned approx_bytes = fillsize * fillcount; // ignore pre/post. in START_TEST() local
5638 const unsigned max_scanned = max_factor * approx_bytes; in START_TEST()
5691 assert_true(g_bytesScanned > approx_bytes); // or the counter isn't working in START_TEST()
5696 g_bytesScanned, g_bytesScanned / (double)approx_bytes, max_scanned, in START_TEST()