Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1455 size_t rowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local
1459 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1460 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()
1517 size_t rowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local
1521 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()
1522 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()