Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c7432 const int stableInput = (zcs->appliedParams.inBufferMode == ZSTD_bm_stable); in inBuffer_forEndFlush() local
7433 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()