Home
last modified time | relevance | path

Searched refs:maxNbLdmSeq (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1318 size_t const maxNbLdmSeq = ZSTD_ldm_getMaxNbSeq(*ldmParams, blockSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local
1320 ZSTD_cwksp_alloc_size(maxNbLdmSeq * sizeof(rawSeq)) : 0; in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1631 size_t const maxNbLdmSeq = ZSTD_ldm_getMaxNbSeq(params.ldmParams, blockSize); in ZSTD_resetCCtx_internal() local
1743 … zc->ldmSequences = (rawSeq*)ZSTD_cwksp_reserve_aligned(ws, maxNbLdmSeq * sizeof(rawSeq)); in ZSTD_resetCCtx_internal()
1744 zc->maxNbLdmSequences = maxNbLdmSeq; in ZSTD_resetCCtx_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14534 size_t const maxNbLdmSeq = ZSTD_ldm_getMaxNbSeq(params.ldmParams, blockSize); in ZSTD_resetCCtx_internal() local
14550 size_t const ldmSeqSpace = ZSTD_cwksp_alloc_size(maxNbLdmSeq * sizeof(rawSeq)); in ZSTD_resetCCtx_internal()
14658 … zc->ldmSequences = (rawSeq*)ZSTD_cwksp_reserve_aligned(ws, maxNbLdmSeq * sizeof(rawSeq)); in ZSTD_resetCCtx_internal()
14659 zc->maxNbLdmSequences = maxNbLdmSeq; in ZSTD_resetCCtx_internal()