Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c134 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic() local
136 const BYTE* match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_generic()
185 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
194 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_generic()
237 if (dictMode == ZSTD_dictMatchState && matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
239 offset = (U32)(curr - matchIndexS); in ZSTD_compressBlock_doubleFast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17498 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic() local
17500 const BYTE* match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_generic()
17549 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
17558 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_generic()
17601 if (dictMode == ZSTD_dictMatchState && matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
17603 offset = (U32)(current - matchIndexS); in ZSTD_compressBlock_doubleFast_generic()