Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1187 const U64 minSrcSize = 513; /* (1<<9) + 1 */ in ZSTD_adjustCParams_internal() local
1192 srcSize = minSrcSize; in ZSTD_adjustCParams_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14120 static const U64 minSrcSize = 513; /* (1<<9) + 1 */ in ZSTD_adjustCParams_internal() local
14125 srcSize = minSrcSize; in ZSTD_adjustCParams_internal()