Searched refs:dictMatch (Results 1 – 1 of 1) sorted by relevance
578 const BYTE* dictMatch = dictBase + dictMatchIndex; in ZSTD_compressBlock_fast_dictMatchState_generic() local580 MEM_read32(dictMatch) == MEM_read32(ip0)) { in ZSTD_compressBlock_fast_dictMatchState_generic()584 … mLength = ZSTD_count_2segments(ip0 + 4, dictMatch + 4, iend, dictEnd, prefixStart) + 4; in ZSTD_compressBlock_fast_dictMatchState_generic()585 while (((ip0 > anchor) & (dictMatch > dictStart)) in ZSTD_compressBlock_fast_dictMatchState_generic()586 && (ip0[-1] == dictMatch[-1])) { in ZSTD_compressBlock_fast_dictMatchState_generic()588 dictMatch--; in ZSTD_compressBlock_fast_dictMatchState_generic()