Searched refs:nbBlocksforThisFile (Results 1 – 3 of 3) sorted by relevance
204 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local205 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()
363 …U32 const nbBlocksforThisFile = (adv->mode == BMK_decodeOnly) ? 1 : (U32)((remaining + (blockSize-… in BMK_benchMemAdvancedNoAlloc() local364 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMemAdvancedNoAlloc()
181 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local182 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()