Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
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()