Home
last modified time | relevance | path

Searched defs:tokenSpace (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
Dcompress.c95 size_t const tokenSpace = blockSize + 11 * maxNbSeq; in ZSTD_CCtxWorkspaceBound() local
255 size_t const tokenSpace = blockSize + 11 * maxNbSeq; in ZSTD_resetCCtx_advanced() local
/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_compress.c1402 size_t const tokenSpace = ZSTD_cwksp_alloc_size(WILDCOPY_OVERLENGTH + blockSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local