Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c3292 size_t matchBytes = 0; in ZSTD_countSeqStoreMatchBytes() local
3297 matchBytes += seq.mlBase + MINMATCH; in ZSTD_countSeqStoreMatchBytes()
3299 matchBytes += 0x10000; in ZSTD_countSeqStoreMatchBytes()
3302 return matchBytes; in ZSTD_countSeqStoreMatchBytes()