Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c7641 const int stableInput = (zcs->appliedParams.inBufferMode == ZSTD_bm_stable); in inBuffer_forEndFlush() local
7642 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c7642 const int stableInput = (zcs->appliedParams.inBufferMode == ZSTD_bm_stable); in inBuffer_forEndFlush() local
7643 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()