Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dbasic_tests.c5326 const int fillcount = 100; in START_TEST()
5327 const unsigned approx_bytes = fillsize * fillcount; // ignore pre/post. in START_TEST()
5353 for (int f = 0; f < fillcount; ++f) { in START_TEST()
5366 f + 1, fillcount, pushed, g_bytesScanned, in START_TEST()
5317 const int fillcount = 100; START_TEST() local