Lines Matching refs:ZSTD_dictMatchState

76                                      dictMode == ZSTD_dictMatchState ?  in ZSTD_compressBlock_doubleFast_generic()
78 const U32* const dictHashLong = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
80 const U32* const dictHashSmall = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
82 const U32 dictStartIndex = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
84 const BYTE* const dictBase = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
86 const BYTE* const dictStart = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
88 const BYTE* const dictEnd = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
90 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
93 const U32 dictHBitsL = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
95 const U32 dictHBitsS = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic()
101 assert(dictMode == ZSTD_noDict || dictMode == ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_generic()
104 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
117 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
138 const BYTE* repMatch = (dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic()
145 if (dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic()
172 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
190 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
223 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
237 if (dictMode == ZSTD_dictMatchState && matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
271 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
275 const BYTE* repMatch2 = dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic()
348 …urn ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_dictMatchState()
350 …urn ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_dictMatchState()
352 …urn ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_dictMatchState()
354 …urn ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_dictMatchState()