Home
last modified time | relevance | path

Searched refs:ZSTD_c_targetCBlockSize (Results 1 – 6 of 6) sorted by relevance

/external/zstd/tests/fuzz/
Dsimple_round_trip.c40 FUZZ_ZASSERT(ZSTD_CCtx_getParameter(cctx, ZSTD_c_targetCBlockSize, &targetCBlockSize)); in roundTripTest()
57 FUZZ_ZASSERT(ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 0)); in roundTripTest()
Dzstd_helpers.c101 …setRand(cctx, ZSTD_c_targetCBlockSize, ZSTD_TARGETCBLOCKSIZE_MIN, ZSTD_TARGETCBLOCKSIZE_MAX, produ… in FUZZ_setRandomParameters()
/external/zstd/lib/
Dzstd.h1655 #define ZSTD_c_targetCBlockSize ZSTD_c_experimentalParam6 macro
/external/zstd/lib/compress/
Dzstd_compress.c445 case ZSTD_c_targetCBlockSize: in ZSTD_cParam_getBounds()
526 case ZSTD_c_targetCBlockSize: in ZSTD_isUpdateAuthorized()
578 case ZSTD_c_targetCBlockSize: in ZSTD_CCtx_setParameter()
763 case ZSTD_c_targetCBlockSize : in ZSTD_CCtxParams_setParameter()
765 BOUNDCHECK(ZSTD_c_targetCBlockSize, value); in ZSTD_CCtxParams_setParameter()
900 case ZSTD_c_targetCBlockSize : in ZSTD_CCtxParams_getParameter()
/external/zstd/tests/
Dfuzzer.c940 ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 81); in basicUnitTests()
976 ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 1000); in basicUnitTests()
994 ZSTD_CCtx_setParameter(cctx, ZSTD_c_targetCBlockSize, 64); in basicUnitTests()
/external/zstd/programs/
Dfileio.c966 … CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_targetCBlockSize, (int)prefs->targetCBlockSize) ); in FIO_createCResources()