Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c207 size_t const thisBlockSize = MIN(remaining, blockSize); in BMK_benchMem() local
211 blockTable[nbBlocks].srcSize = thisBlockSize; in BMK_benchMem()
212 blockTable[nbBlocks].cRoom = LZ4_compressBound((int)thisBlockSize); in BMK_benchMem()
213 srcPtr += thisBlockSize; in BMK_benchMem()
215 resPtr += thisBlockSize; in BMK_benchMem()
216 remaining -= thisBlockSize; in BMK_benchMem()