Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c123 static size_t g_blockSize = 0; variable
137 void BMK_setBlockSize(size_t blockSize) { g_blockSize = blockSize; } in BMK_setBlockSize()
167 …size_t const blockSize = (g_blockSize>=32 ? g_blockSize : srcSize) + (!srcSize) /* avoid div by 0 … in BMK_benchMem()
411 … LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_blockSize>>10)); in BMK_benchCLevel()