Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
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()