Searched refs:nbBlocksforThisFile (Results 1 – 2 of 2) sorted by relevance
246 … U32 const nbBlocksforThisFile = g_decodeOnly ? 1 : (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local247 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()
179 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local180 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()