Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c208 { size_t const hl3 = ZSTD_hashPtr(ip+1, hBitsL, 8); in ZSTD_compressBlock_doubleFast_generic() local
210 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_generic()
212 hashLong[hl3] = current + 1; in ZSTD_compressBlock_doubleFast_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c379 { size_t const hl3 = ZSTD_hashPtr(ip+1, hBitsL, 8); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
381 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
383 hashLong[hl3] = curr + 1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()