Searched refs:rowCCtxSize (Results 1 – 2 of 2) sorted by relevance
1775 size_t rowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local1779 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()1780 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()1837 size_t rowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local1841 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()1842 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()
1776 size_t rowCCtxSize; in ZSTD_estimateCCtxSize_usingCParams() local1780 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()1781 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCCtxSize_usingCParams()1838 size_t rowCCtxSize; in ZSTD_estimateCStreamSize_usingCParams() local1842 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()1843 return MAX(noRowCCtxSize, rowCCtxSize); in ZSTD_estimateCStreamSize_usingCParams()