Searched refs:approx_bytes (Results 1 – 1 of 1) sorted by relevance
5632 const unsigned approx_bytes = fillsize * fillcount; // ignore pre/post. in START_TEST() local5634 const unsigned max_scanned = max_factor * approx_bytes; in START_TEST()5687 assert_true(g_bytesScanned > approx_bytes); // or the counter isn't working in START_TEST()5692 g_bytesScanned, g_bytesScanned / (double)approx_bytes, max_scanned, in START_TEST()