Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c225 U32 const dictMatchIndexL3 = dictHashLong[dictHLNext]; in ZSTD_compressBlock_doubleFast_generic() local
226 const BYTE* dictMatchL3 = dictBase + dictMatchIndexL3; in ZSTD_compressBlock_doubleFast_generic()
231 offset = (U32)(curr + 1 - dictMatchIndexL3 - dictIndexDelta); in ZSTD_compressBlock_doubleFast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17589 U32 const dictMatchIndexL3 = dictHashLong[dictHLNext]; in ZSTD_compressBlock_doubleFast_generic() local
17590 const BYTE* dictMatchL3 = dictBase + dictMatchIndexL3; in ZSTD_compressBlock_doubleFast_generic()
17595 offset = (U32)(current + 1 - dictMatchIndexL3 - dictIndexDelta); in ZSTD_compressBlock_doubleFast_generic()