Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dbench.c330 U32 nbBlocks; in BMK_benchMem() local
348 for (nbBlocks=0, fileNb=0; fileNb<nbFiles; fileNb++) { in BMK_benchMem()
351 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()
352 for ( ; nbBlocks<blockEnd; nbBlocks++) { in BMK_benchMem()
354 blockTable[nbBlocks].srcPtr = srcPtr; in BMK_benchMem()
355 blockTable[nbBlocks].cPtr = cPtr; in BMK_benchMem()
356 blockTable[nbBlocks].resPtr = resPtr; in BMK_benchMem()
357 blockTable[nbBlocks].srcSize = thisBlockSize; in BMK_benchMem()
358 blockTable[nbBlocks].cRoom = (size_t)LZ4_compressBound((int)thisBlockSize); in BMK_benchMem()
360 cPtr += blockTable[nbBlocks].cRoom; in BMK_benchMem()
[all …]
/lz4-3.4.0-2.7.6/lib/
Dlz4frame.c341 unsigned const nbBlocks = nbFullBlocks + (lastBlockSize>0); in LZ4F_compressBound_internal() local
346 return ((BHSize + blockCRCSize) * nbBlocks) + in LZ4F_compressBound_internal()