Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1431 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local
1455 return tableSpace + optSpace + slackSpace + lazyAdditionalSpace; in ZSTD_sizeof_matchState()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1669 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local
1693 return tableSpace + optSpace + slackSpace + lazyAdditionalSpace; in ZSTD_sizeof_matchState()