Home
last modified time | relevance | path

Searched refs:matchEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_double_fast.c231 const BYTE* matchEnd = matchLongIndex < dictLimit ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
234 mLength = ZSTD_count_2segments(ip+8, matchLong+8, iend, matchEnd, lowPrefixPtr) + 8; in ZSTD_compressBlock_doubleFast_extDict_generic()
249 const BYTE* matchEnd = matchIndex3 < dictLimit ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
251 … mLength = ZSTD_count_2segments(ip+9, match3+8, iend, matchEnd, lowPrefixPtr) + 8; in ZSTD_compressBlock_doubleFast_extDict_generic()
256 const BYTE* matchEnd = matchIndex < dictLimit ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
258 mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, lowPrefixPtr) + 4; in ZSTD_compressBlock_doubleFast_extDict_generic()
Dzstd_fast.c193 { const BYTE* matchEnd = matchIndex < dictLimit ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
196 mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, lowPrefixPtr) + 4; in ZSTD_compressBlock_fast_extDict_generic()
Dzstd_ldm.c362 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
369 matchEnd, lowPrefixPtr); in ZSTD_ldm_generateSequences_internal()