Searched refs:g_blockSize (Results 1 - 1 of 1) sorted by relevance

/external/lz4/programs/
H A Dbench.c118 static size_t g_blockSize = 0; variable
133 g_blockSize = blockSize;
162 size_t const blockSize = (g_blockSize>=32 ? g_blockSize : srcSize) + (!srcSize) /* avoid div by 0 */ ;
399 DISPLAY("bench %s %s: input %u bytes, %u seconds, %u KB blocks\n", LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_blockSize>>10));

Completed in 63 milliseconds