Home
last modified time | relevance | path

Searched refs:ZSTD_c_windowLog (Results 1 – 13 of 13) sorted by relevance

/external/zstd/tests/regression/
Dconfig.c105 {.param = ZSTD_c_windowLog, .value = 10},
174 {.param = ZSTD_c_windowLog, .value = 18},
252 case ZSTD_c_windowLog: in config_get_zstd_params()
/external/zstd/examples/
Dstreaming_memory_usage.c78 CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog, wLog) ); in main()
/external/zstd/tests/
Dbigdict.c81 if (ZSTD_isError(ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, 31))) in main()
Dfullbench.c498 ZSTD_CCtx_setParameter(g_zcc, ZSTD_c_windowLog, (int)cparams.windowLog); in benchMem()
508 ZSTD_CCtx_setParameter(g_cstream, ZSTD_c_windowLog, (int)cparams.windowLog); in benchMem()
Dfuzzer.c790 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, (int)kWindowLog)); in basicUnitTests()
872 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, windowLog)); in basicUnitTests()
1219 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, 27)); in basicUnitTests()
2451 CHECK( ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, 18) ); in basicUnitTests()
2465 CHECK( ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, 18) ); in basicUnitTests()
Dzstreamtest.c228 … CHECK_RET_Z(ZSTD_CCtx_getParameter(zc, ZSTD_c_windowLog, (int*)&savedParams->cParams.windowLog)); in getCCtxParams()
2156 … CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_windowLog, cParams.windowLog, opaqueAPI) ); in fuzzerTests_newAPI()
Dparamgrill.c132 …{ ZSTD_c_windowLog, ZSTD_c_chainLog, ZSTD_c_hashLog, ZSTD_c_searchLog, ZSTD_c_minMatch, ZSTD_c_tar…
/external/zstd/tests/fuzz/
Dzstd_helpers.c71 set(cctx, ZSTD_c_windowLog, cParams.windowLog); in FUZZ_setRandomParameters()
Dsequence_compression_api.c200 ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, wLog); in roundTripTest()
/external/zstd/lib/compress/
Dzstd_compress.c308 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds()
509 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized()
555 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter()
612 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter()
614 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter()
815 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter()
1100 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams()
1122 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
/external/zstd/lib/
Dzstd.h289 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
/external/zstd/programs/
Dbenchzstd.c183 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_windowLog, (int)comprParams->windowLog)); in BMK_initCCtx()
Dfileio.c980 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_windowLog, (int)comprParams.windowLog) ); in FIO_createCResources()