Home
last modified time | relevance | path

Searched refs:iHighLimit (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c746 … const BYTE* ip, const BYTE* const iHighLimit, const ZSTD_dictMode_e dictMode, in ZSTD_BtGetAllMatches() argument
755 ZSTD_updateTree_internal(ms, ip, iHighLimit, matchLengthSearch, dictMode); in ZSTD_BtGetAllMatches()
758 …case 3 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
760 …case 4 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
761 …case 5 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
763 …case 6 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c800 const BYTE* const iHighLimit, in ZSTD_btGetAllMatches_internal() argument
811 ZSTD_updateTree_internal(ms, ip, iHighLimit, mls, dictMode); in ZSTD_btGetAllMatches_internal()
812 …return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll… in ZSTD_btGetAllMatches_internal()
823 const BYTE* const iHighLimit, \
829 matches, ms, nextToUpdate3, ip, iHighLimit, \