Searched refs:dictMatch (Results 1 – 2 of 2) sorted by relevance
279 const BYTE* dictMatch = dictBase + dictMatchIndex; in ZSTD_compressBlock_fast_dictMatchState_generic() local281 MEM_read32(dictMatch) != MEM_read32(ip)) { in ZSTD_compressBlock_fast_dictMatchState_generic()288 mLength = ZSTD_count_2segments(ip+4, dictMatch+4, iend, dictEnd, prefixStart) + 4; in ZSTD_compressBlock_fast_dictMatchState_generic()289 while (((ip>anchor) & (dictMatch>dictStart)) in ZSTD_compressBlock_fast_dictMatchState_generic()290 && (ip[-1] == dictMatch[-1])) { in ZSTD_compressBlock_fast_dictMatchState_generic()291 ip--; dictMatch--; mLength++; in ZSTD_compressBlock_fast_dictMatchState_generic()
446 const BYTE* dictMatch = dictBase + dictMatchIndex; in ZSTD_compressBlock_fast_dictMatchState_generic() local448 MEM_read32(dictMatch) != MEM_read32(ip)) { in ZSTD_compressBlock_fast_dictMatchState_generic()455 mLength = ZSTD_count_2segments(ip+4, dictMatch+4, iend, dictEnd, prefixStart) + 4; in ZSTD_compressBlock_fast_dictMatchState_generic()456 while (((ip>anchor) & (dictMatch>dictStart)) in ZSTD_compressBlock_fast_dictMatchState_generic()457 && (ip[-1] == dictMatch[-1])) { in ZSTD_compressBlock_fast_dictMatchState_generic()458 ip--; dictMatch--; mLength++; in ZSTD_compressBlock_fast_dictMatchState_generic()