Searched refs:idxl1 (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c86 U32 idxl1; /* the long match index for ip1 */ local
150 idxl1 = hashLong[hl1];
151 matchl1 = base + idxl1;
170 idxl0 = idxl1;
188 if (idxl1 > prefixLowestIndex) {

Completed in 165 milliseconds