Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dzstd_opt.c550 U32 const matchLow = windowLow ? windowLow : 1; in ZSTD_insertBtAndGetAllMatches() local
623 if ((matchIndex3 >= matchLow) in ZSTD_insertBtAndGetAllMatches()
654 for (; nbCompares && (matchIndex >= matchLow); --nbCompares) { in ZSTD_insertBtAndGetAllMatches()