Searched refs:matchBytes (Results 1 – 1 of 1) sorted by relevance
3292 size_t matchBytes = 0; in ZSTD_countSeqStoreMatchBytes() local3297 matchBytes += seq.mlBase + MINMATCH; in ZSTD_countSeqStoreMatchBytes()3299 matchBytes += 0x10000; in ZSTD_countSeqStoreMatchBytes()3302 return matchBytes; in ZSTD_countSeqStoreMatchBytes()