Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c82 size_t hl0; /* the long hash at ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
117 hl0 = ZSTD_hashPtr(ip, hBitsL, 8); in ZSTD_compressBlock_doubleFast_noDict_generic()
118 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic()
128 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_noDict_generic()
169 hl0 = hl1; in ZSTD_compressBlock_doubleFast_noDict_generic()