Home
last modified time | relevance | path

Searched defs:tableSpace (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c100 size_t const tableSpace = (chainSize + hSize + h3Size) * sizeof(U32); in ZSTD_CCtxWorkspaceBound() local
260 size_t const tableSpace = (chainSize + hSize + h3Size) * sizeof(U32); in ZSTD_resetCCtx_advanced() local
365 size_t const tableSpace = (chainSize + hSize + h3Size) * sizeof(U32); in ZSTD_copyCCtx() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c1362 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local

Completed in 16 milliseconds