Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c262 size_t const l1len = ZSTD_count(ip1+8, matchl1+8, iend) + 8; in ZSTD_compressBlock_doubleFast_noDict_generic() local
263 if (l1len > mLength) { in ZSTD_compressBlock_doubleFast_noDict_generic()
266 mLength = l1len; in ZSTD_compressBlock_doubleFast_noDict_generic()