Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dbench.c246 … U32 const nbBlocksforThisFile = g_decodeOnly ? 1 : (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c179 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem() local