Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c538 U32 const matchLow = windowLow ? windowLow : 1; in ZSTD_insertBtAndGetAllMatches() local
611 if ((matchIndex3 >= matchLow) in ZSTD_insertBtAndGetAllMatches()
642 while (nbCompares-- && (matchIndex >= matchLow)) { in ZSTD_insertBtAndGetAllMatches()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c585 U32 const matchLow = windowLow ? windowLow : 1; in ZSTD_insertBtAndGetAllMatches() local
658 if ((matchIndex3 >= matchLow) in ZSTD_insertBtAndGetAllMatches()
689 for (; nbCompares && (matchIndex >= matchLow); --nbCompares) { in ZSTD_insertBtAndGetAllMatches()