Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c752 U32 const matchLengthSearch = cParams->minMatch; in ZSTD_BtGetAllMatches() local
755 ZSTD_updateTree_internal(ms, ip, iHighLimit, matchLengthSearch, dictMode); in ZSTD_BtGetAllMatches()
756 switch(matchLengthSearch) in ZSTD_BtGetAllMatches()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20898 U32 const matchLengthSearch = cParams->minMatch; in ZSTD_BtGetAllMatches() local
20901 ZSTD_updateTree_internal(ms, ip, iHighLimit, matchLengthSearch, dictMode); in ZSTD_BtGetAllMatches()
20902 switch(matchLengthSearch) in ZSTD_BtGetAllMatches()