Searched refs:match1 (Results 1 – 2 of 2) sorted by relevance
103 const BYTE* match1 = base + matchIndex1; in ZSTD_compressBlock_fast_generic() local127 if ((matchIndex1 > prefixStartIndex) && MEM_read32(match1) == val1) { in ZSTD_compressBlock_fast_generic()130 match0 = match1; in ZSTD_compressBlock_fast_generic()
17990 const BYTE* match1 = base + matchIndex1; in ZSTD_compressBlock_fast_generic() local18014 if ((matchIndex1 > prefixStartIndex) && MEM_read32(match1) == val1) { in ZSTD_compressBlock_fast_generic()18017 match0 = match1; in ZSTD_compressBlock_fast_generic()