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

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c88 const BYTE* matchl0; /* the long match for ip */ local
119 matchl0 = base + idxl0;
142 if (MEM_read64(matchl0) == MEM_read64(ip)) {
143 mLength = ZSTD_count(ip+8, matchl0+8, iend) + 8;
144 offset = (U32)(ip-matchl0);
145 while (((ip>anchor) & (matchl0>prefixLowest)) && (ip[-1] == matchl0[-1])) { ip--; matchl0--; mLength++; } /* catch up */
171 matchl0 = matchl1;

Completed in 151 milliseconds