Lines Matching refs:nbBlocks
173 U32 nbBlocks; in BMK_benchMem() local
202 for (nbBlocks=0, fileNb=0; fileNb<nbFiles; fileNb++) { in BMK_benchMem()
205 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()
206 for ( ; nbBlocks<blockEnd; nbBlocks++) { in BMK_benchMem()
208 blockTable[nbBlocks].srcPtr = srcPtr; in BMK_benchMem()
209 blockTable[nbBlocks].cPtr = cPtr; in BMK_benchMem()
210 blockTable[nbBlocks].resPtr = resPtr; in BMK_benchMem()
211 blockTable[nbBlocks].srcSize = thisBlockSize; in BMK_benchMem()
212 blockTable[nbBlocks].cRoom = LZ4_compressBound((int)thisBlockSize); in BMK_benchMem()
214 cPtr += blockTable[nbBlocks].cRoom; in BMK_benchMem()
259 for (blockNb=0; blockNb<nbBlocks; blockNb++) { in BMK_benchMem()
279 … { U32 blockNb; for (blockNb=0; blockNb<nbBlocks; blockNb++) cSize += blockTable[blockNb].cSize; } in BMK_benchMem()
300 for (blockNb=0; blockNb<nbBlocks; blockNb++) { in BMK_benchMem()
338 for (segNb = 0; segNb < nbBlocks; segNb++) { in BMK_benchMem()