Lines Matching refs:match
118 /* HC4 match finder */
126 const BYTE * const match = base + matchIndex;
128 if (*(match + ml) == *(ip + ml)
129 && (LZ4_read32(match) == LZ4_read32(ip))) {
131 match + MINMATCH, iLimit) + MINMATCH;
135 *matchpos = match;
139 const BYTE * const match = dictBase + matchIndex;
141 if (LZ4_read32(match) == LZ4_read32(ip)) {
149 match + MINMATCH, vLimit) + MINMATCH;
267 const BYTE * const match,
300 LZ4_writeLE16(*op, (U16)(*ip - match));
401 /* No better match */
463 /* No better match : 2 sequences to encode */
479 /* Not enough space for match 2 : remove it */
663 /* match referencing will resume from there */