Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_double_fast.c140 U32 idxl0; /* the long match index for ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
178 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic()
179 matchl0 = base + idxl0; in ZSTD_compressBlock_doubleFast_noDict_generic()
204 …{ const BYTE* const matchl0_safe = ZSTD_selectAddr(idxl0, prefixLowestIndex, matchl0, &dummy[0]… in ZSTD_compressBlock_doubleFast_noDict_generic()
235 idxl0 = idxl1; in ZSTD_compressBlock_doubleFast_noDict_generic()