Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_double_fast.c398 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
400 const BYTE* match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
436 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
445 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
487 if (matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
489 offset = (U32)(curr - matchIndexS); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()