Searched refs:ZSTD_c_windowLog (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_memory_usage.c | 78 CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog, wLog) ); in main()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A 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()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 309 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
|
| H A D | zstd.c | 3369 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator 13363 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds() 13543 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized() 13584 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter() 13635 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter() 13637 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter() 13814 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter() 14069 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams() 14091 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 289 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 183 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_windowLog, (int)comprParams->windowLog)); in BMK_initCCtx()
|
| H A D | fileio.c | 980 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_windowLog, (int)comprParams.windowLog) ); in FIO_createCResources()
|