Home
last modified time | relevance | path

Searched refs:ZSTD_c_overlapLog (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h408 ZSTD_c_overlapLog=402, /* Control the overlap size, as a fraction of window size. enumerator
H A Dzstd.c3468 ZSTD_c_overlapLog=402, /* Control the overlap size, as a fraction of window size. enumerator
13431 case ZSTD_c_overlapLog: in ZSTD_cParam_getBounds()
13550 case ZSTD_c_overlapLog: in ZSTD_isUpdateAuthorized()
13600 case ZSTD_c_overlapLog: in ZSTD_CCtx_setParameter()
13734 case ZSTD_c_overlapLog : in ZSTD_CCtxParams_setParameter()
13739 FORWARD_IF_ERROR(ZSTD_cParam_clampBounds(ZSTD_c_overlapLog, &value), ""); in ZSTD_CCtxParams_setParameter()
13749 FORWARD_IF_ERROR(ZSTD_cParam_clampBounds(ZSTD_c_overlapLog, &value), ""); in ZSTD_CCtxParams_setParameter()
13867 case ZSTD_c_overlapLog : in ZSTD_CCtxParams_getParameter()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c376 case ZSTD_c_overlapLog: in ZSTD_cParam_getBounds()
516 case ZSTD_c_overlapLog: in ZSTD_isUpdateAuthorized()
571 case ZSTD_c_overlapLog: in ZSTD_CCtx_setParameter()
711 case ZSTD_c_overlapLog : in ZSTD_CCtxParams_setParameter()
716 FORWARD_IF_ERROR(ZSTD_cParam_clampBounds(ZSTD_c_overlapLog, &value), ""); in ZSTD_CCtxParams_setParameter()
726 FORWARD_IF_ERROR(ZSTD_cParam_clampBounds(ZSTD_c_overlapLog, &value), ""); in ZSTD_CCtxParams_setParameter()
868 case ZSTD_c_overlapLog : in ZSTD_CCtxParams_getParameter()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h394 ZSTD_c_overlapLog=402, /* Control the overlap size, as a fraction of window size. enumerator
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c996 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_overlapLog, prefs->overlapLog) ); in FIO_createCResources()