Searched refs:ZSTD_c_windowLog (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/ |
| H A D | zstd_compress_module.c | 36 cctx, ZSTD_c_windowLog, parameters->cParams.windowLog)); in zstd_cctx_init()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 425 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds() 655 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized() 708 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter() 773 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter() 775 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter() 993 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter() 1134 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, (int)cparams.windowLog), ""); in ZSTD_CCtx_setCParams() 1326 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams() 1349 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
|
| /linux/include/linux/ |
| H A D | zstd_lib.h | 347 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
|