Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1280 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local
1295 return tableSpace + optSpace; in ZSTD_sizeof_matchState()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14190 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local
14205 return tableSpace + optSpace; in ZSTD_sizeof_matchState()