Searched defs:g_offComprIn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp56 static size_t g_offComprIn; variable
79 size_t cb = RT_MIN(cbBuf, g_cbCompr - g_offComprIn);
83 memcpy(pvBuf, &g_pabCompr[g_offComprIn], cb);
84 g_offComprIn += cb;
413 g_offComprIn = 0;

Completed in 269 milliseconds