Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dzstd_internal.h342 ZSTD_bm_stable = 1 /* ZSTD_inBuffer/ZSTD_outBuffer is stable */ enumerator
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1433 bounds.upperBound = (int)ZSTD_bm_stable; in ZSTD_dParam_getBounds()
1586 if (zds->outBufferMode != ZSTD_bm_stable) in ZSTD_checkOutBuffer()
1628 assert(zds->outBufferMode == ZSTD_bm_stable); in ZSTD_decompressContinueStream()
1741 if (zds->outBufferMode == ZSTD_bm_stable in ZSTD_decompressStream()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c458 bounds.upperBound = (int)ZSTD_bm_stable; in ZSTD_cParam_getBounds()
4161 …|| zcs->appliedParams.outBufferMode == ZSTD_bm_stable) /* OR we are allowed to return dstSizeTooS… in ZSTD_compressStream_generic()
4203 … if (oSize >= ZSTD_compressBound(iSize) || zcs->appliedParams.outBufferMode == ZSTD_bm_stable) in ZSTD_compressStream_generic()
4315 if (cctx->appliedParams.inBufferMode == ZSTD_bm_stable) { in ZSTD_setBufferExpectations()
4318 if (cctx->appliedParams.outBufferMode == ZSTD_bm_stable) { in ZSTD_setBufferExpectations()
4331 if (cctx->appliedParams.inBufferMode == ZSTD_bm_stable) { in ZSTD_checkBufferStability()
4338 if (cctx->appliedParams.outBufferMode == ZSTD_bm_stable) { in ZSTD_checkBufferStability()
4514 cctx->requestedParams.inBufferMode = ZSTD_bm_stable; in ZSTD_compress2()
4515 cctx->requestedParams.outBufferMode = ZSTD_bm_stable; in ZSTD_compress2()