Home
last modified time | relevance | path

Searched refs:nbBlocksforThisFile (Results 1 – 3 of 3) sorted by relevance

/external/lz4/programs/
Dbench.c204 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local
205 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()
/external/zstd/programs/
Dbenchzstd.c363 …U32 const nbBlocksforThisFile = (adv->mode == BMK_decodeOnly) ? 1 : (U32)((remaining + (blockSize-… in BMK_benchMemAdvancedNoAlloc() local
364 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMemAdvancedNoAlloc()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c181 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local
182 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()