HomeSort by: relevance | last modified time | path
    Searched defs:nbBlocksforThisFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 181 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize);
182 U32 const blockEnd = nbBlocks + nbBlocksforThisFile;
  /src/external/bsd/zstd/dist/programs/
benchzstd.c 511 U32 const nbBlocksforThisFile = (adv->mode == BMK_decodeOnly)
514 U32 const blockEnd = nbBlocks + nbBlocksforThisFile;

Completed in 15 milliseconds