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.c83 size_t hl1; /* the long hash at ip1 */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
138 hl1 = ZSTD_hashPtr(ip1, hBitsL, 8); in ZSTD_compressBlock_doubleFast_noDict_generic()
150 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic()
169 hl0 = hl1; in ZSTD_compressBlock_doubleFast_noDict_generic()
217 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic()