Searched refs:nbBlocks (Results 1 – 2 of 2) sorted by relevance
330 U32 nbBlocks; in BMK_benchMem() local348 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 …]
341 unsigned const nbBlocks = nbFullBlocks + (lastBlockSize>0); in LZ4F_compressBound_internal() local346 return ((BHSize + blockCRCSize) * nbBlocks) + in LZ4F_compressBound_internal()