Home
last modified time | relevance | path

Searched defs:matchEnd (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c421 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
439 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
446 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_fast.c437 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_ldm.c328 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c591 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
609 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
616 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_fast.c611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_ldm.c413 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4.c903 const BYTE* const matchEnd = match + mlen; in LZ4_decompress_generic() local