Searched refs:ZSTD_c_windowLog (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/zstd/examples/ |
H A D | streaming_memory_usage.c | 78 CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog, wLog) ); in main()
|
/freebsd/sys/contrib/zstd/lib/deprecated/ |
H A D | zbuff_compress.c | 81 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(zbc, ZSTD_c_windowLog, params.cParams.windowLog), ""); in ZBUFF_compressInit_advanced()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_zstd.c | 329 ZSTD_bounds bounds = ZSTD_cParam_getBounds(ZSTD_c_windowLog); in archive_compressor_zstd_options() 395 ZSTD_CCtx_setParameter(data->cstream, ZSTD_c_windowLog, data->long_distance); in archive_compressor_zstd_open()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress.c | 280 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds() 460 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized() 501 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter() 552 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter() 554 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter() 731 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter() 986 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams() 1008 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 285 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 397 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds() 613 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized() 662 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter() 722 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter() 724 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter() 940 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter() 1234 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams() 1256 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 290 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | benchzstd.c | 184 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_windowLog, (int)comprParams->windowLog)); in BMK_initCCtx()
|
H A D | fileio.c | 1037 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_windowLog, (int)comprParams.windowLog) ); in FIO_createCResources() 1376 CHECK(ZSTD_CCtx_getParameter(ress.cctx, ZSTD_c_windowLog, &windowLog)); in FIO_compressZstdFrame()
|