Home
last modified time | relevance | path

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

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