Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/ !
H A Dzstd_compress.c1523 size_t noRowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local
1526 noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1529 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()
1585 size_t noRowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local
1588 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()
1591 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()
/src/sys/contrib/openzfs/module/zstd/lib/compress/ !
H A Dzstd_compress.c1775 size_t noRowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local
1778 noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1781 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()
1837 size_t noRowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local
1840 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()
1843 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()