HomeSort by: relevance | last modified time | path
    Searched refs:BMK_decodeOnly (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
benchzstd.h 90 BMK_decodeOnly = 1,
benchzstd.c 439 ((adv->blockSize >= 32 && (adv->mode != BMK_decodeOnly))
457 if (adv->mode == BMK_decodeOnly) {
511 U32 const nbBlocksforThisFile = (adv->mode == BMK_decodeOnly)
520 cCapacities[nbBlocks] = (adv->mode == BMK_decodeOnly)
524 resSizes[nbBlocks] = (adv->mode == BMK_decodeOnly)
532 if (adv->mode == BMK_decodeOnly) {
541 if (adv->mode == BMK_decodeOnly) {
555 U64 const crcOrig = (adv->mode == BMK_decodeOnly)
561 int compressionCompleted = (adv->mode == BMK_decodeOnly);
799 ((adv->blockSize >= 32 && (adv->mode != BMK_decodeOnly))
    [all...]
zstdcli.c 1193 benchParams.mode = BMK_decodeOnly;
1424 if (benchParams.mode == BMK_decodeOnly) cLevel = cLevelLast = 0;
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 1577 if (mode != BMK_decodeOnly) {
1587 int compressionCompleted = (mode == BMK_decodeOnly);

Completed in 21 milliseconds