Searched refs:matchBytes (Results 1 – 1 of 1) sorted by relevance
3900 size_t matchBytes = 0; in ZSTD_countSeqStoreMatchBytes() local3905 matchBytes += seq.mlBase + MINMATCH; in ZSTD_countSeqStoreMatchBytes()3907 matchBytes += 0x10000; in ZSTD_countSeqStoreMatchBytes()3909 return matchBytes; in ZSTD_countSeqStoreMatchBytes()