Searched refs:match0 (Results 1 – 1 of 1) sorted by relevance
102 const BYTE* match0 = base + matchIndex0; in ZSTD_compressBlock_fast_generic() local118 match0 = repMatch - mLength; in ZSTD_compressBlock_fast_generic()123 if ((matchIndex0 > prefixStartIndex) && MEM_read32(match0) == val0) { in ZSTD_compressBlock_fast_generic()130 match0 = match1; in ZSTD_compressBlock_fast_generic()142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()146 while (((ip0>anchor) & (match0>prefixStart)) in ZSTD_compressBlock_fast_generic()147 && (ip0[-1] == match0[-1])) { ip0--; match0--; mLength++; } /* catch up */ in ZSTD_compressBlock_fast_generic()151 mLength += ZSTD_count(ip0+mLength, match0+mLength, iend); in ZSTD_compressBlock_fast_generic()