Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress.c699 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 1); in ZSTD_estimateCCtxSize_usingCCtxParams() local
705 matchStateSize + ldmSpace + ldmSeqSpace; in ZSTD_estimateCCtxSize_usingCCtxParams()
982 size_t const matchStateSize = ZSTD_sizeof_matchState(&params.cParams, /* forCCtx */ 1); in ZSTD_resetCCtx_internal() local
994 ldmSeqSpace + matchStateSize + tokenSpace + in ZSTD_resetCCtx_internal()
997 (U32)(neededSpace>>10), (U32)(matchStateSize>>10), (U32)(bufferSpace>>10)); in ZSTD_resetCCtx_internal()
2746 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0); in ZSTD_initStaticCDict() local
2748 + HUF_WORKSPACE_SIZE + matchStateSize; in ZSTD_initStaticCDict()
2764 cdict->workspaceSize = HUF_WORKSPACE_SIZE + matchStateSize; in ZSTD_initStaticCDict()