Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_double_fast.c138 size_t hl1; /* the long hash at ip1 */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
198 hl1 = ZSTD_hashPtr(ip1, hBitsL, 8); in ZSTD_compressBlock_doubleFast_noDict_generic()
214 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic()
234 hl0 = hl1; in ZSTD_compressBlock_doubleFast_noDict_generic()
288 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic()