Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_double_fast.c363 U32 const dictMatchIndexS = dictHashSmall[dictHS]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
364 match = dictBase + dictMatchIndexS; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
365 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()