Lines Matching refs:dictMode
54 U32 const mls /* template */, ZSTD_dictMode_e const dictMode) in ZSTD_compressBlock_doubleFast_generic() argument
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()
110 if (dictMode == ZSTD_noDict) { 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()
156 if ( dictMode == ZSTD_noDict 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()
269 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
273 const BYTE* repMatch2 = dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic()
292 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()