Home
last modified time | relevance | path

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

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