Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c85 U32 idxl0; /* the long match index for ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
118 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic()
119 matchl0 = base + idxl0; in ZSTD_compressBlock_doubleFast_noDict_generic()
140 if (idxl0 > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_noDict_generic()
170 idxl0 = idxl1; in ZSTD_compressBlock_doubleFast_noDict_generic()