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

  /src/external/bsd/zstd/dist/tests/fuzz/
generate_sequences.c 62 FUZZ_ZASSERT(ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 0));
simple_round_trip.c 66 FUZZ_ZASSERT(ZSTD_CCtx_getParameter(cctx, ZSTD_c_targetCBlockSize, &targetCBlockSize));
124 FUZZ_ZASSERT(ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 0));
zstd_helpers.c 154 setRand(cctx, ZSTD_c_targetCBlockSize, ZSTD_TARGETCBLOCKSIZE_MIN, ZSTD_TARGETCBLOCKSIZE_MAX, producer);
  /src/external/bsd/zstd/dist/lib/
zstd.h 415 ZSTD_c_targetCBlockSize=130, /* v1.5.6+
527 /* was ZSTD_c_experimentalParam6=1003; is now ZSTD_c_targetCBlockSize */
  /src/external/bsd/zstd/dist/programs/
benchzstd.c 289 ctx, ZSTD_c_targetCBlockSize, (int)adv->targetCBlockSize));
fileio.c 1158 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_targetCBlockSize, (int)prefs->targetCBlockSize) );
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 567 case ZSTD_c_targetCBlockSize:
690 case ZSTD_c_targetCBlockSize:
749 case ZSTD_c_targetCBlockSize:
943 case ZSTD_c_targetCBlockSize :
946 BOUNDCHECK(ZSTD_c_targetCBlockSize, value);
1124 case ZSTD_c_targetCBlockSize :
3528 FORWARD_IF_ERROR(ZSTD_CCtx_getParameter(zc, ZSTD_c_targetCBlockSize, &targetCBlockSize), "");
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 1494 ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 81);
1530 ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 1000);
1548 ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 64);

Completed in 31 milliseconds