Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c192 U32 const dictMatchIndexS = dictHashSmall[dictHS]; in ZSTD_compressBlock_doubleFast_generic() local
193 match = dictBase + dictMatchIndexS; in ZSTD_compressBlock_doubleFast_generic()
194 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17556 U32 const dictMatchIndexS = dictHashSmall[dictHS]; in ZSTD_compressBlock_doubleFast_generic() local
17557 match = dictBase + dictMatchIndexS; in ZSTD_compressBlock_doubleFast_generic()
17558 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_generic()