Home
last modified time | relevance | path

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

/third_party/lz4/programs/
H A Dbench.c122 static size_t g_blockSize = 0; variable
138 void BMK_setBlockSize(size_t blockSize) { g_blockSize = blockSize; } in BMK_setBlockSize()
361 size_t const blockSize = (g_blockSize>=32 && !g_decodeOnly ? g_blockSize : srcSize) + (!srcSize) /* avoid div by 0 */ ; in BMK_benchMem()
643 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)); in BMK_benchCLevel()

Completed in 2 milliseconds