Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c3383 size_t matchBytes = 0; in ZSTD_countSeqStoreMatchBytes() local
3388 matchBytes += seq.mlBase + MINMATCH; in ZSTD_countSeqStoreMatchBytes()
3390 matchBytes += 0x10000; in ZSTD_countSeqStoreMatchBytes()
3393 return matchBytes; in ZSTD_countSeqStoreMatchBytes()