Home
last modified time | relevance | path

Searched refs:idxl1 (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/ !
H A Dzstd_double_fast.c141 U32 idxl1; /* the long match index for ip1 */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
214 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic()
215 matchl1 = base + idxl1; in ZSTD_compressBlock_doubleFast_noDict_generic()
235 idxl0 = idxl1; in ZSTD_compressBlock_doubleFast_noDict_generic()
261 if ((idxl1 > prefixLowestIndex) && (MEM_read64(matchl1) == MEM_read64(ip1))) { in ZSTD_compressBlock_doubleFast_noDict_generic()