Searched refs:ZSTD_c_windowLog (Results 1 – 13 of 13) sorted by relevance
/external/zstd/tests/regression/ |
D | config.c | 105 {.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/ |
D | streaming_memory_usage.c | 78 CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog, wLog) ); in main()
|
/external/zstd/tests/ |
D | bigdict.c | 81 if (ZSTD_isError(ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, 31))) in main()
|
D | fullbench.c | 498 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()
|
D | fuzzer.c | 790 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()
|
D | zstreamtest.c | 228 … 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()
|
D | paramgrill.c | 132 …{ ZSTD_c_windowLog, ZSTD_c_chainLog, ZSTD_c_hashLog, ZSTD_c_searchLog, ZSTD_c_minMatch, ZSTD_c_tar…
|
/external/zstd/tests/fuzz/ |
D | zstd_helpers.c | 71 set(cctx, ZSTD_c_windowLog, cParams.windowLog); in FUZZ_setRandomParameters()
|
D | sequence_compression_api.c | 200 ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, wLog); in roundTripTest()
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 308 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/ |
D | zstd.h | 289 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
|
/external/zstd/programs/ |
D | benchzstd.c | 183 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_windowLog, (int)comprParams->windowLog)); in BMK_initCCtx()
|
D | fileio.c | 980 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_windowLog, (int)comprParams.windowLog) ); in FIO_createCResources()
|