Searched refs:matchl1 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c90 const BYTE* matchl1; /* the long match for ip1 */ local
151 matchl1 = base + idxl1;
171 matchl0 = matchl1;
189 if (MEM_read64(matchl1) == MEM_read64(ip1)) {
191 mLength = ZSTD_count(ip+8, matchl1+8, iend) + 8;
192 offset = (U32)(ip-matchl1);
193 while (((ip>anchor) & (matchl1>prefixLowest)) && (ip[-1] == matchl1[-1])) { ip--; matchl1--; mLength++; } /* catch up */

Completed in 134 milliseconds