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

  /src/external/mit/expat/dist/tests/
basic_tests.c 5632 const unsigned approx_bytes = fillsize * fillcount; // ignore pre/post. local
5634 const unsigned max_scanned = max_factor * approx_bytes;
5687 assert_true(g_bytesScanned > approx_bytes); // or the counter isn't working
5692 g_bytesScanned, g_bytesScanned / (double)approx_bytes, max_scanned,

Completed in 25 milliseconds