Searched refs:matchBytes (Results 1 – 1 of 1) sorted by relevance
3383 size_t matchBytes = 0; in ZSTD_countSeqStoreMatchBytes() local3388 matchBytes += seq.mlBase + MINMATCH; in ZSTD_countSeqStoreMatchBytes()3390 matchBytes += 0x10000; in ZSTD_countSeqStoreMatchBytes()3393 return matchBytes; in ZSTD_countSeqStoreMatchBytes()