Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c364 …U32 const nbBlocksforThisFile = (adv->mode == BMK_decodeOnly) ? 1 : (U32)((remaining + (blockSize-… in BMK_benchMemAdvancedNoAlloc() local
365 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMemAdvancedNoAlloc()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c181 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local
182 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()